.promo {
    background: url('/img/pages/promo-bg.jpg') center center/cover no-repeat;
}
.menu__item {
    padding: 30px 0;
    position: relative;
}
.menu__item_active::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #FF395A;
    position: absolute;
    bottom: -1.5px;
}
.company-page .menu__item a {
    color: #fff;
}
.company-page .header__btn {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.company-page .header__btn:hover {
    border-color: #ffffff !important;
    background: rgba(255, 255, 255, 0.10) !important;
    color: #ffffff !important;
}

.header {
    padding: 0;
}
.company-page .header {
    border-bottom: 1px solid #CDD8ED29
}
.promo .subtitle {
    color: #fff;
}
.promo__descr {
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.promo__wrap {
    padding: 120px 0 60px;
    margin-top: 0;
}
.about, .mission {
    margin-top: 100px;
}
.about__wrap {
    display: grid;
    gap: 16px;
}
.about__wrap_1 {
    margin-top: 40px;
    grid-template-columns: 0.7fr 1fr;
}
.about__wrap_2 {
    margin-top: 16px;
    grid-template-columns: 1fr 0.7fr;
}
.about-item {
    box-shadow: 0px 4px 24px 0px #D0D2E640;
    background: #fff;
    border-radius: 40px;
    padding: 32px;
}
.about-item-top {
    display: flex;
    align-items: center;
    gap: 16px;
}
.about-item__icon {
    min-width: 48px;
    height: 48px;
    background: #0DA64C1A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.about-item__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #153045;
}
.about-item__descr {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #153045;
}
.mission__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.mission__info {
    max-width: 850px;
}
.mission__descr {
    margin-top: 20px;
    color: #153045;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.form-block {
    background: url('/img/pages/form-bg.jpg') center center/cover no-repeat;
}
.company-page .hamburger span {
    background: #fff;
}

.plans-page .promo {
    background: url('/img/pages/plans-bg.jpg') center center/cover no-repeat;
}
.plans-page .promo__wrap {
    padding: 120px 0;
}
.plans-page .promo__right {
    display: none;
}
.plans-page .promo .subtitle {
    color: #153045;
}
.plans-page .promo__descr {
    color: #153045;
}
.plans-page .plans__descr {
    max-width: 976px;
    margin: 20px auto 0;
    padding: 0;
    border: none;
}
.plans-page .plans__wrap {
    max-width: 100%;
    position: relative;
}
.plans-page .plans__info {
    grid-template-columns: 1fr 1fr 0.7fr;
    padding: 60px 40px;
}
.plans-page .plans__item_3 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.plans-page .plans__prices {
    position: absolute;
    top: -28px;
    right: 60px;
}
.plans-page .plans__prices-wrap {
    position: absolute;
    top: 30px;
    right: 21px;
}
.plans-page .btn {
    position: static;
    transform: none;
}
.plans__prices-price {
    text-align: center;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
}
.plans__prices-subtitle {
    text-align: center;
    color: #fff;
    margin-top: 8px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.plans-page .about {
    margin-bottom: 100px;
}
.plans-page .about .subtitle {
    text-align: center;
}
.plans-page .about__wrap {
    margin-top: 40px;
}
.plans-page .about__wrap {
    grid-template-columns: repeat(4, 1fr);
}
.plans-page .about-item__descr {
    margin-top: 16px;
}
.plans-page .about-item-top {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
}
.contacts-page .promo {
    background: #F7F8FA;
}
.contacts-page .form-block {
    background: none;
    margin: 0;
    padding: 0;
}
.contacts-page .form-block form {
    max-width: 600px;
    min-width: 400px;
    box-shadow: 0px 4px 24px 0px #D0D2E640;
    background: #fff;
    padding: 40px;
    border-radius: 40px;
}
.contacts-page .promo .footer-right__icon {
    background: #1530451A;
}
.contacts-page .promo .footer-right__email {
    margin: 0;
    border: none;
    padding: 0;
    margin-top: 70px;
    color: #153045;
    font-size: 20px;
    line-height: 30px;
}
.contacts-page .promo .subtitle {
    color: #153045;
}
.contacts-page .promo__descr {
    margin-top: 20px;
    color: #153045;
}
.contacts-page .promo__descr p:last-child {
    margin-top: 15px;
}
.contacts-page .promo__info {
    margin-top: 60px;
}
.contacts-page .form-block__descr {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
}
.contacts-page .form-block textarea {
    min-height: 100px;
}
.contacts-page .promo__wrap {
    gap: 10px;
    padding: 100px 0;
}
.contacts-page .promo__info {
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .plans-page .about__wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .plans-page .about-item-top {
        flex-direction: row;
        gap: 16px;
        align-items: center;
    }
    .plans-page .about-item__descr {
        margin-top: 20px;
    }
    .form-block {
        background: url('/img/pages/form-bg.jpg') -350px center/cover no-repeat;
    }
}
@media screen and (max-width: 1024px) {
    .promo__descr {
        font-size: 16px;
        line-height: 24px;
    }
    .about, .mission {
        margin-top: 80px;
    }
    .mission__img {
        width: 400px;
    }
    .mission__descr {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
    .about-item__title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
    }
    .about-item__descr {
        font-size: 16px;
        line-height: 24px;
    }
    .plans__prices-price {
        font-size: 36px;
        line-height: 44px;
    }
    .plans__prices-subtitle {
        margin-top: 2px;
        line-height: 24px;
    }
    .plans-page .about {
        margin-bottom: 80px;
    }
    .contacts-page .promo__wrap {
        padding: 60px 0;
    }
    .contacts-page .form-block__descr {
        font-size: 20px;
        line-height: 30px;
    }
    .plans-page .promo {
        background-position-x: 75%;
    }
    .promo__info {
        max-width: 50%;
    }
    .menu__item {
        padding: 0;
    }
    .company-page .header__wrap {
        background: #121212;
    }
}

@media screen and (max-width: 768px) {
    .about, .mission {
        margin-top: 60px;
    }
    .mission__wrap {
        flex-direction: column;
        gap: 20px;
    }
    .about__wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-item {
        border-radius: 20px;
        padding: 20px;
    }
    .plans-page .plans__prices img {
        width: 186px;
    }
    .plans-page .plans__prices-wrap {
        right: 4px;
    }
    .plans-page .plans__info {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 150px 20px 20px;
    }
    .plans-page .plans__item_3 {
        justify-content: center;
    }
    .plans-page .plans__wrap {
        border-radius: 20px;
    }
    .plans-page .plans__prices {
        top: -25px;
        right: 50%;
        transform: translateX(50%);
    }
    .plans-page .about {
        margin-bottom: 60px;
    }
    .contacts-page .form-block form {
        max-width: 500px;
        min-width: auto;
    }
    .contacts-page .promo__wrap {
        gap: 60px;
        flex-direction: column;
        align-items: center;
    }
    .contacts-page .promo .footer-right__email {
        margin-top: 40px;
    }
    .contacts-page .promo__info {
        margin-top: 0;
    }
    .contacts-page .form-block form {
        padding: 32px 20px;
    }
    .plans-page .promo {
        background-position-x: 65%;
    }
    .header {
        padding: 20px 0;
    }
}

@media screen and (max-width: 576px) {
    .form-block {
        background: #fff;
    }
    .mission__img {
        width: 100%;
    }
    .about__wrap {
        grid-template-columns: 1fr;
    }
    .about__wrap_1 {
        margin-top: 20px;
    }
    .promo__descr {
        text-align: center;
    }
    .header {
        padding: 26px 0;
    }

    .company-page .header__wrap {
        background: #153045;
    }
    .menu__item {
        padding: 0;
        padding-bottom: 5px;
    }
    .promo__wrap {
        padding: 60px 0 350px;
    }
    .promo {
        background: url('/img/pages/promo-mobile.jpg') center center/cover no-repeat;
    }
    .plans-page .promo .subtitle {
        text-align: center;
    }
    .plans-page .promo__right {
        display: block;
        width: 100%;
    }
    .plans-page .promo__right img {
        width: 100%;
    }
    .plans-page .promo__wrap {
        flex-direction: column;
        padding: 0;
        padding-top: 60px;
    }
    .plans-page .promo__info {
        margin-bottom: 40px;
    }
    .plans-page .plans__wrap {
        margin-top: 50px;
    }
    .plans-page .about__wrap {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }
    .contacts-page .promo__info {
        align-items: flex-start;
    }
    .contacts-page .promo__descr {
        text-align: left;
    }
    .contacts-page .promo__wrap {
        padding-top: 40px;
    }
    .promo__info {
        max-width: unset;
    }
    .plans-page .promo {
        background-position-x: center;
    }
}
