﻿.page__body {
    background-color: #212121;
    color: #A99575;
}

.page__header {
    background-color: #000000;
    color: #9F8153;
}


.nav__subitems {
    background-color: #000;
}

.header__region-select * {
    color: #fff;
    fill: #fff;
}

.nav__item {
    fill: #9F8153;
    color: #9F8153;
}

    .nav__item:hover {
        fill: #fff;
        color: #fff;
    }

.phone-number {
    fill: #fff;
    color: #fff;
}

.nav__subitems_type_dropdown {
    box-shadow: none;
}

.nav__subitems.columns_2 .nav:last-child {
    border-left: none;
}

.intro__title {
    font-weight: 700;
    font-size: 86.39px;
    color: #C0883A;
}

.intro__description {
    font-weight: 500;
    font-size: 22px;
    color: #A99575;
    margin: 0 0 24px;
}

.intro__text {
    font-weight: 500;
    font-size: 16px;
    color: #A99575;
}

.intro__content {
    margin: 91px 0;
    padding: 0;
}

@media only screen and (min-width: 1025px) {
    .intro__content {
        max-width: 476px;
    }
}

.intro__illustration.intro__illustration--width-full {
    position: absolute;
    z-index: -1;
    width: 100%;
    max-width: unset;
    left: 0;
    top: 0;
    height: 100%;
}

.intro__container {
    position: unset;
}

.intro__wrapper {
    position: relative;
}

.intro__image {
    transform: none;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .intro__image {
        object-position: 25% 50%;
    }

    .intro__title {
        font-weight: 700;
        font-size: 46px;
    }

    .intro__container:last-child .intro__content {
        padding: 0 0 0;
    }

    .intro__content {
        margin: 29px 0;
        padding: 0;
        min-height: 350px;
    }

    .page__content {
        margin-top: 70px;
    }
}

.page__intro {
    padding: 0;
}

@media only screen and (min-width: 1025px) {
    .intro__header {
        margin: 0 0 24px;
    }
}

@media only screen and (min-width: 1025px) {
    .section {
        padding: 60px 0;
    }
}

.section__header {
    margin: 0 0 16px;
}

.section__description {
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 32px;
    max-width: 477px;
}

.section__subtitle {
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 20px;
}

.advantage-snippet__illustration {
    width: 56px;
    height: 56px;
    background: linear-gradient(138.81deg, #9D7F51 5.83%, #3A2F1E 100%);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.advantage-snippet__icon {
    width: 32px;
    height: 32px;
}

.advantage-group {
    margin-bottom: 72px;
}

.not-included-group__row {
    display: flex;
}

.not-included-group__col {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.not-included-group__item {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 0 16px;
}

.not-included-group__icon {
    width: 32px;
    height: 32px;
}

.not-included-group__icon-wrapper {
    margin: 0 12px 0 0;
}

.not-included-group__text p {
    font-weight: 400;
    font-size: 12px;
    color: #665B4B;
    margin: 0px;
}

.not-included-group__text {
    margin: 0 0 16px 140px;
}

.not-included-group__subcol {
    margin-right: 65px;
}

    .not-included-group__subcol:last-child {
        margin-right: 0px;
    }


.button {
    border-radius: 10px;
    background: linear-gradient(92.52deg, #F6DEB0 0.6%, #8D6126 100%);
    border: 1px solid #92683C;
    color: #000;
}

.section__controls {
    width: 265px;
    margin: auto;
}

.page__footer {
    background: #000;
}

@media only screen and (max-width: 1130px) {
    .not-included-group__text {
        margin: 0px 0 16px 40px;
    }

    .not-included-group__subcol {
        margin-right: 35px;
    }
}

@media only screen and (max-width: 1130px) {
    .not-included-group__row {
        flex-direction: column;
    }

    .not-included-group__text {
        margin: 20px 0 16px 0;
    }
}