body {
    max-width: 600px;
    margin: auto;
}

.col-lg-4,
.col-md-2,
.col-md-8,
.col-md-4,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-lg-7,
.col-lg-5,
.col-md-3,
.col-lg-8,
.col-lg-4,
.col-lg-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.mb-lg-0 {
    margin-bottom: 1.25rem !important;
}

.body--404 .navbar, .body--index .navbar {
    margin-bottom: calc(-46.05405px - 5.40541vw);
}

.conductor--header {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    display: flex!important;
    justify-content: flex-end;
    top: 0;
    width: 100%;
}

.conductor--header .conductor__seat {
    display: flex;
    max-width: 320px;
    width: 100%;
}

.conductor--header .conductor__seat > * {
    flex-grow: 1;
}

.header {
    background-color: var(--white);
    box-shadow: 0 4px 20px rgb(11 21 62 / 10%);
    display: flex;
    flex-direction: column;
    max-height: 100%;
    overflow-x: hidden;
}

.header__container {
    flex-grow: 1;
    flex-shrink: 0;
    grid-template-areas:
        ". . . . . . . "
        ". header__brand . . . header__menu-toggler . "
        ". . . . . . . "
        ". . . . . . . "
        ". header__actions header__actions header__actions header__actions header__actions . "
        ". . . . . . . "
        ". header__personal header__personal header__personal header__personal header__personal . "
        ". . . . . . . "
        "header__accordion header__accordion header__accordion header__accordion header__accordion header__accordion header__accordion"
        ". . . . . . . "
        ". header__nav header__nav header__nav header__nav header__nav . "
        ". . . . . . . ";
    grid-template-columns: 24px auto 8px 1fr 8px auto 24px;
    grid-template-rows: 24px minmax(24px, auto) 24px 32px auto 32px auto 16px auto minmax(24px, 1fr) auto 24px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    position: unset!important;
}

.header__bg {
    background-color: var(--zircon) !important;
    align-self: auto;
    grid-column: 1/8;
    grid-row: 1/4;
    grid-area: 1/1/4/8;
}

.header__container > :not(.header__bg) {
    align-self: flex-start;
}

.header__brand {
    font-size: 1.5rem;
}

.header__container > :not(.header__bg) {
    align-self: flex-start;
}

.header__menu-toggler {
    color: var(--downriver);
    align-items: center;
    align-self: center;
    background: none;
    border: 0;
    display: inline-flex;
    font-size: 1.25rem;
    grid-area: header__menu-toggler;
    height: 20px;
    justify-content: center;
    line-height: 1;
    max-width: 100%;
    padding: 0;
    vertical-align: middle;
    width: 20px;
}

.header__menu-toggler-icon {
    font-size: 1em;
    position: relative;
    top: 1px;
    vertical-align: middle;
}

.header__container > :not(.header__bg) {
    align-self: flex-start;
}

.navbar {
    background-color: var(--white);
    display: flex!important;
    flex-direction: column;
    height: 72px;
    position: relative;
    z-index: 2;
}

.collapse:not(.show) {
    display: none!important;
}

.body.collapse:not(.show) {
    display: flex!important;
}

.header__brand .icon-brand--no-fill {
    display: none!important;
}

.header--chameleon .header__brand .icon-brand {
    display: block !important;
}

.header--chameleon .header__bg, .header--chameleon .header__bg-wing {
    background-color: unset!important;
}

.header__bg-wing--right {
    left: unset!important;
}

.header__bg .header__bg-wing {
    display: none!important;
}

.header__accordion {
    display: block !important;
}

.header__menu {
    display: none!important;
}

.conductor--header .conductor__seat {
    display: flex;
    max-width: 320px;
    width: 100%;
}

.gainer__features-col {
    flex-basis: 100% !important;
}

.gainer--our-products .gainer__feature {
    max-width: 384px;
}

.gainer__post-col {
    width: 80%;
}

.gainer__post-row {
    justify-content: center;
    align-items: center;
}

.gainer__post-content {
    font-size: 14px;
}

.body:not(.body--index):not(.body--404):not(.body--page-404):not(.body--home) {
    padding-top: 0;
}

.market .market-wrapper .news-post {
    grid-template-columns: auto!important;
}

.market .market-wrapper {
    grid-template-columns: auto!important;
}

.market .market-wrapper .news-post .img {
    width: 100% !important;
    height: auto!important;
    margin: 0!important;
}

.market .market-wrapper .news-post .img img{
    max-width: 100% !important;
}

.pagination li {
    list-style: none;
}

.market-inner .leftside {
    max-width: 600px;
}

.container {
    max-width: 100%;
}

.market-inner .leftside img {
    max-width: 100% !important;
}

.market-inner .market-wrapper {
    grid-template-columns: auto !important
}

.market-inner .rightside {
    display: grid;
    grid-template-columns: unset;
    gap: 20px;
    margin-top: 30px;
}