body {
font-family: "Ubuntu", sans-serif !important;
}
.header {
    padding-top: 43px;
}
.menu-button {
    display: none;
}
.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__contacts-row {
    gap: 40px;
    display: flex;
    align-items: center;
}
.header-menu ul {
    display: flex;
    gap: 20px;
    align-items: center;
}
.header-menu ul li {
    padding: 10px 15px;
}
.header-menu ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.header-menu ul li.active a, .header-menu ul li:hover a {
    color: #000;
}
.header-menu ul li.active, .header-menu ul li:hover {
    background: #FED254;
    border-radius: 7px;
}
.header__contacts-phone a {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.header__contacts-mail a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}
.header-bottom {
    padding: 158px 0 165px 165px;
    max-width: 700px;
}
.header-bottom__title {
    font-size: 45px;
    line-height: 58px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.header-bottom__subtitle {
    margin-top: 6px;
    font-size: 30px;
    color: #FED254;
    font-weight: 500;
}


/* INFO */
.info-section {
   margin: 30px 0 40px; 
}
.info-section__title {
    color: #333;
    font-size: 35px;
    font-weight: 500;
    line-height: 135%;
    margin-bottom: 25px;
}

.info-section .content {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}


/* FEATURES */
.features-section {
    background: #447128;
    padding: 55px 0 48px;
}
.features-row {
    display: flex;
}
.features-item {
    text-align: center;
    display: flex;
    width: 12.5%;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    gap: 16px;
}
.features-item-img {
    display: flex;
    align-items: center;
    height: 61px;
}
.features-item-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

/* ADVANTAGES */
.advantages-section {
    padding: 35px 0 55px;
}
.advantages-top-title {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
}
.advantages-top-row {
    display: flex;
    margin: 44px 0 35px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
.advantages-top__item {
    background: rgba(0, 0, 0, 0.64);
    border-radius: 11px;
    width: 250px;
    height: 150px;
    position: relative;
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.advantages-top__item-title {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 10px;
}
.advantages-top__item-num {
    top: 10px;
    left: 10px;
    position: absolute;
    text-align: center;
    color: #447128;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
}
.advantages-bottom-title {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    line-height: 135%;
}
.advantages-bottom-title span{
    color: #FED254;
}
.advantages-bottom__item {
    text-align: center;
    display: flex;
    width: 20%;
    flex-direction: column;
    align-items: center;
}
.advantages-bottom__item-num-mini {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
}
.advantages-bottom__item-num-big {
    color: #fff;
    font-size: 64px;
    font-weight: 600;
    line-height: 125%;
}
.advantages-bottom__item-num-big span{
    color: #FED254;
    font-weight: 400;
    font-size: 48px;
}
.advantages-bottom__item-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.advantages-bottom-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.advantages-bottom__item-num {
    display: flex;
    align-items: baseline;
    gap: 10px
}
.advantages-bottom-row {
    display: flex;
    margin-bottom: 40px;
    align-items: stretch;
    gap: 10px;
}

.model-section.active {
    margin-bottom: 55px;
}

.model-top__left-row {
    background: #447128;
    border-radius: 12px;
    padding: 10px;
    width: 420px;
}
.yellow .model-top__left-row  {
    background: #FED254;
}
.model-top__left-row__item {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
}
.yellow .model-top__left-row__item{
    color: #000;
}
.yellow .model-top__left-row__item svg path{
    fill: #000;
}
.model-title-section__title {
    color: #333;
    font-size: 35px;
    font-weight: 400;
    line-height: 135%;
}
.model-section__title {
    background: #447128;
    padding: 15px 0;
    margin-bottom: 25px;
}
.yellow .model-section__title {
    background: #FED254;
}
.model-section__title .container div {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 125%;
}
.yellow .model-section__title .container div{
    color: #333;
}
.model-title-section {
    margin: 18px 0 26px;
}
.model-top__left-title, .model-top__middle-title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 175%;
    margin-bottom: 20px;
}
.model-top__middle-right-row__item > div, .model-top__middle-left-row__item > div {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.model-top__middle-right-row__item , .model-top__middle-left-row__item  {
    display: flex;
    gap: 10px;
    padding: 5px 10px;
    margin-bottom: 6px;
    background: #EDF0F4;
    width: 100%;
    border-radius: 2px;
    justify-content: space-between;
}
.model-top__middle-right-row__item:nth-child(2n) , .model-top__middle-left-row__item:nth-child(2n)  {
    background: unset;
}
.model-top__row {
    display: flex;
    gap: 30px;
}
.model-top__middle-row {
    display: flex;
    gap: 40px;
}
.model-top__middle {
    width: 100%;
}

.model-top__middle-left-row__item-left {
    width: 100%;
    max-width: 210px;
}
.model-top__middle-left-row {
    width: 100%;
    max-width: 550px;
}
.yellow .model-top__middle-left-row {
    max-width: 410px;
}
.yellow .model-top__middle-right-row {
    width: 100%;
    max-width: 420px;
}
.model-bottom__row {
    display: flex;
    align-items: flex-end;
}
.model-bottom__row-item {
    text-align: center;
}
.model-bottom__row-item > div{
    margin-bottom: 5px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
}
.model-bottom__row-item-long {
    width: 225px;
}
.model-bottom__row-item img {
    height: 180px;
}


.model-section > .container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

/* открытое состояние */
.model-section.active > .container {
    max-height: 2000px; /* запас */
}

.model-section__title {
    cursor: pointer;
    position: relative;
}

.model-section__title::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    transition: 0.3s;
    color: #fff;
}
.yellow .model-section__title::after {
    color: #000;
}

.model-section.active .model-section__title::after {
    content: '−';
}







.footer {
    background: #447128;
    padding-bottom: 30px;
}
.footer-line {
    width: 100%;
    height: 1px;
    background: #DDE2E4;
    margin: 10px 0 30px;
}
.footer .header-menu ul li.active,.footer .header-menu ul li:hover {
    border-radius: 2px;
}


.development{
    margin: 36px 16px 0 auto;
    display: flex;
    justify-content: flex-end;
    width: 150px;
}
.development a {
    display: flex;
    gap: 8px;
    align-items: center;
}
.dev-text {
    color: #214909;
    text-align: right;
    font-size: 10px;
    font-weight: 400;
    line-height: 140.625%; /* 14.063px */
    letter-spacing: 0.1px;
}







@media(max-width: 1399px){
    .header-top {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 20px;
    }
    .features-row {
        display: flex;
        flex-wrap: wrap;
    }
    .features-item {
        margin-bottom: 40px;
        width: 25%;
    }
    
}


    


@media(max-width: 990px){
    .header {
        padding-top: 15px;
    }
    .header-menu ul {
        display: none;
    }
    .header__contacts-row {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-bottom {
        padding: 48px 0 100px;
    }
    .header-bottom__title {
        text-align: center;
        font-size: 20px;
        line-height: 27px;
    }
    .header-bottom__subtitle {
        text-align: center;
        margin-top: 12px;
        font-size: 20px;
    }
    .info-section__title {
        text-align: center;
        color: #333;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .info-section .content {
        font-size: 13px;
        line-height: 25px;
    }
    .info-section {
        margin: 20px 0 15px;
    }
    .features-item {
        margin-bottom: 34px;
        width: 50%;
    }
    #info .info-section__title {
        text-align: left;
    }
    .features-section {
        padding: 27px 0 0;
    }
    .advantages-top-title {
        font-size: 20px;
    }
    .advantages-top__item {
        width: 290px;
    }
    .advantages-top-row {
        margin: 60px 0 25px;
        gap: 27px;
    }
    .advantages-bottom-title {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 25px;
    }
    .advantages-bottom-row {
        margin-bottom: 20px;
        gap: 30px;
        flex-wrap: wrap;
    }
    
    .advantages-bottom__item {
        width: calc(50% - 15px);
    }
    .advantages-bottom__item-text {
        max-width: 270px;
    }
    .advantages-bottom-text {
        font-size: 13px;
    }
    .advantages-section {
        padding: 45px 0 25px;
    }
    .footer {
        padding: 25px 0;
    }
    .footer-line {
        display: none;
    }
    .footer .header-top {
        justify-content: center;
    }
    .footer .header-menu ul {
        gap: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer .header__contacts-row {
        gap: 5px;
    }
    .model-title-section__title {
        color: #333;
        font-size: 20px;
        font-weight: 500;
        line-height: 126%;
    }
    .model-title-section {
        margin: 35px 0 17px;
    }
    .model-section__title {
        padding: 11px 0;
        margin-bottom: 15px;
    }
    .model-section__title .container div {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        line-height: 25px;
    }
    .model-top__left-title, .model-top__middle-title {
        color: #333;
        font-size: 16px;
        font-weight: 500;
        line-height: 126%;
        margin-bottom: 18px;
    }
    .model-top__row {
        gap: 17px;
        flex-wrap: wrap;
    }
    .model-top__left {
        width: 100%;
    }
    .model-top__left-row {
        width: 100%;
    }
    .model-top__middle-right-row {
        width: 100%;
    }
    .model-top__middle-row {
        gap: 20px;
        flex-wrap: wrap;
    }
    .model-bottom__row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    .model-bottom__row-item {
        margin: 0 !important;
    }
    .model-bottom__row-item > div {
        margin-bottom: 10px;
    }
    .model-top {
        margin-bottom: 20px;
    }
    .model-top__middle-left-row__item-right {
        text-align: right;
    }
    .menu-button {
        display: block;
        margin: 20px 20px 0px 0 !important;
        width: 60px;
    }
    .icon-menu-burger:before, .icon-menu-burger:after {
    background: #fff;
    }
    .icon-menu-burger__line {
    background: #fff;
    }
    .menu-button.active {
        display: block;
        margin: 20px 20px 10px 0 !important;
        width: 30px;
        height: 30px;
    }
    .mobile-menu-content {
        padding: 10px 0px 0px;
    }
    .model-top__middle-left-row {
        max-width: 100%;
    }
}



    
@media (max-width: 568px) {
    .advantages-bottom__item {
        width: 100%;
    }
}