.promoPage {
    overflow: hidden;
    font-family: 'PT Serif';
}

.promoPage__banner {
    margin-top: 70px;
    margin-bottom: 70px;
}
.promoPage__banner__content__fon img {
    max-width: 100%;
}
.promoPage__banner__content {
    position: relative;
    display: flex;
    align-items: center;
}
.promoPage__banner__content__text {
    position: absolute;
    left: 45px;
    max-width: calc(50% - 90px);
}
.promoPage__banner__content__text__title {
    font-weight: 700;
    font-size: 56px;
    color: #BA2E3A;
    line-height: 56px;
    margin-bottom: 8px;
}
.promoPage__banner__content__text__subtitle {
    font-weight: 700;
    font-size: 28px;
    color: #BA2E3A;
    line-height: 48px;
    margin-bottom: 16px;
}
.promoPage__banner__content__text__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 134%;
    margin-bottom: 16px;
}
.promoPage__banner__content__text__button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 64px;
    padding-left: 24px;
    padding-right: 24px;
    background: linear-gradient(180deg, #BA2E3A 0%, #A42631 100%);
    border-radius: 4px;
    max-width: 277px;
    margin-top: 32px;
    font-family: 'Noto Sans';
}
.promoPage__banner__content__text__button:hover {
    color: #FFFFFF;
}


.promoPage__solutions {
    margin-bottom: 120px;
}
.promoPage__solutions__content {
    position: relative;    
}
.promoPage__solutions__content__bg {
    display: block;
    width: 380px;
    height: 396px;
    background: #BA2E3A;
    opacity: 0.15;
    filter: blur(150px);
    border-radius: 99px;
    transform: rotate(45deg);
    position: absolute;
    bottom: 0;
    right: -100px;
}
.promoPage__solutions__content__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    margin-bottom: 70px;
}
.promoPage__solutions__content__items {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.promoPage__solutions__content__items__item {
    margin: 0 20px 48px 20px;
    max-width: 312px;
}
.promoPage__solutions__content__items__item__number {    
    position: relative;
    margin-bottom: 32px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.promoPage__solutions__content__items__item__number__text {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    color: #BA2E3A;
}
.promoPage__solutions__content__items__item__number__circle {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: #F6E3D1;
    opacity: 0.5;
    position: absolute;
    right: -16px;
    top: 9px;
}
.promoPage__solutions__content__items__item__text {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}
.promoPage__solutions__content__items__item__text span {
    font-size: 22px;
}

.promoPage__navigation {
    margin-bottom: 120px;    
}
.promoPage__navigation__content {
    max-width: 1032px;
    margin-left: auto;
    margin-right: auto;
}
.promoPage__navigation__content__block {
    margin-bottom: 50px;
}
.promoPage__navigation__content__block__row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 24px;
}
.promoPage__navigation__content__block__row__text {
    font-size: 28px;
    line-height: 37px;
    margin-left: 28px;
    margin-top: 14px;
}
.promoPage__navigation__content__block__row .promoPage__solutions__content__items__item__number {
    margin: 0;
}
.promoPage__navigation__content__block__items {
    padding-left: 100px;
}
.promoPage__navigation__content__block__items__item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 30px;
}
.promoPage__navigation__content__block__items__item__text {
    font-size: 20px;
    line-height: 28px;
}
.promoPage__navigation__content__block__items__item__img {
    width: 390px;
    min-width: 390px;
    margin-left: 50px;    
}
.promoPage__navigation__content__block__items__item__img img {
    max-width: 100%;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}
.promoPage__navigation__content__block__items__item__text a {
    text-decoration: underline;
}
.promoPage__navigation__content__block__items__item__text a:hover {
    text-decoration: none;
}


.promoPage__free {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}
.promoPage__free_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #F6E3D1 0%, rgba(246, 227, 209, 0) 100%);
    opacity: 0.5;
}
.promoPage__free__content {
    position: relative;
    z-index: 1;
}
.promoPage__free__content__title {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
}
.promoPage__free__content__title span {
    color: #BA2E3A;
}
.promoPage__free__content__subtitle {
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    color: #BA2E3A;
    text-align: center;
    margin-bottom: 56px;
}
.promoPage__free__content__form {
    width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}
.promoPage__free__content__form__email {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-bottom: 16px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    font-family: 'Noto Sans';
    outline: none;
    border: none;
}
/*.promoPage__free__content__form__agreement__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.promoPage__free__content__form__agreement__checkbox+label {
    display: inline-flex;
    align-items: flex-start;
    user-select: none;
}
.promoPage__free__content__form__agreement__checkbox+label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #C6B19F;
    border-radius: 2px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    margin-top: 4px;
}
.promoPage__free__content__form__agreement__checkbox:checked+label::before {
    background-position: 2px center;
    background-size: 80% 80%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3.60235 6.72634L0.915087 3.71282L0 4.73178L3.60235 8.77148L10.121 1.01902L9.21233 5.77625e-05L3.60235 6.72634Z' fill='%23C6B19F'/%3e%3c/svg%3e ");
}*/
.promoPage__free__content__form__agreement__text {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 153%;
    color: #828282;
    cursor: pointer;
}
.promoPage__free__content__form__agreement {
    margin-bottom: 40px;
    cursor: pointer;
}
.promoPage__free__content__form__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 72px;
    padding-left: 24px;
    padding-right: 24px;
    background: linear-gradient(180deg, #BA2E3A 0%, #A42631 100%);
    border-radius: 4px;
    width: 100%;
    max-width: 328px;
    margin-top: 32px;
    font-family: 'Noto Sans';
    border: none;
    outline: none;
    margin-left: auto;
    margin-right: auto;
}
.promoPage__free__content__review {
    max-width: 1032px;
    margin-left: auto;
    margin-right: auto;
}
.promoPage__free__content__review__block {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    margin-bottom: 12px;
}
.promoPage__free__content__review__block__photo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 40px;
}
.promoPage__free__content__review__block__name {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 153%;
    margin-left: 90px;
}
.promoPage__free__content__review__block__subName {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 168%;
    color: #828282;
    margin-left: 90px;
}
.promoPage__free__content__review__block__text {
    padding: 22px;
    background: #FFFFFF;
    border-radius: 16px;
    filter: drop-shadow(0px 8px 25px rgba(0, 0, 0, 0.15));
    font-size: 20px;
    line-height: 134%;
    position: relative;
}
.promoPage__free__content__review__block__text span {
    width: 19px;
    height: 19px;
    background: url(/local/frontend/img/promoPage/smile_01.png) no-repeat;
    display: inline-block;
    position: relative;
    bottom: -3px;
}
.promoPage__free__content__review__block__text::after {
    content: "";
    width: 34px;
    height: 34px;
    background: url(/local/frontend/img/promoPage/reviev_blockLeft.svg) no-repeat;
    position: absolute;
    bottom: 10px;
    left: -24px;
}

.promoPage__change {
    margin-bottom: 36px;
}
.promoPage__change__content {
    max-width: 1032px;
    margin-left: auto;
    margin-right: auto;
}
.promoPage__change__content__title.promoPage__solutions__content__title {
    margin-bottom: 32px;
}
.promoPage__change__content__text {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 16px;
}
.promoPage__change__content__items {
    margin-top: 50px;
}
.promoPage__change__content__items__item {
    padding: 40px;
    background: #FAF1E8;
    border-radius: 16px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 60px;
}
.promoPage__change__content__items__item__left {
    max-width: 476px;
    margin-right: 100px;
}
.promoPage__change__content__items__item__right {
    position: relative;
    flex: 1;    
}
.promoPage__change__content__items__item__right picture {
    width: 100%;
    display: flex;
    justify-content: center;
}
.promoPage__change__content__items__item__right img {
    position: absolute;
    top: -76px;
    max-height: calc(100% + 116px);
    max-width: 100%;
}
.promoPage__change__content__items__item__left__title {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 24px;
}
.promoPage__change__content__items__item__left__title span {
    font-weight: bold;
    color: #BA2E3A;
}
.promoPage__change__content__items__item__left__text {
    font-size: 20px;
    line-height: 26px;    
    position: relative;
    margin-bottom: 12px;
}
.promoPage__change__content__items__item__left__text-ico {
    padding-left: 32px;
}
.promoPage__change__content__items__item__left__text-ico::before {
    content: "";
    width: 20px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.22222 11.0769L1.11111 6.76923L0 8.06433L7.11859 16L20 0.770893L18.8889 0L7.22222 11.0769Z' fill='%23BA2E3A'/%3e%3c/svg%3e ");
}
.promoPage__change__content__items__item__left__button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 56px;
    padding-left: 24px;
    padding-right: 24px;
    background: linear-gradient(180deg, #BA2E3A 0%, #A42631 100%);
    border-radius: 4px;
    width: max-content;
    margin-top: 32px;
    font-family: 'Noto Sans';
    border: none;
    outline: none;
}
.promoPage__change__content__items__item__left__button:hover {
    color: #FFFFFF;
}


.promoPage__ps {
    margin-bottom: 90px;
}
.promoPage__ps__content {
    max-width: 1032px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}
.promoPage__ps__content__right__text_01 {
    font-size: 32px;
    line-height: 124%;
    font-weight: 700;
}
.promoPage__ps__content__right__text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.promoPage__ps__content__right__text_02 {
    display: block;
    font-size: 38px;
    line-height: 134%;
/*    text-transform: uppercase; */
    color: #BA2E3A;
    font-weight: 700;
    text-decoration: underline !important;
}
.promoPage__ps__content__right__text_02:visited {
    color: #BA2E3A;
}
.promoPage__ps__content__right__text_02:hover {
    text-decoration: none !important;
}
.promoPage__ps__content__right {
    width: 441px;
    height: 373px;
    min-width: 441px;
    min-height: 373px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/local/frontend/img/promoPage/psBlock_01.svg) no-repeat center center /cover;
    margin-left: 42px;
}
.promoPage__ps__content__left {
    flex: 1;
}
.promoPage__ps__content__left__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 22px;    
}
.promoPage__ps__content__left__text {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 18px;
}
.promoPage__ps__content__left__text a {
    text-decoration: underline;
}
.promoPage__ps__content__left__text a:hover {
    text-decoration: none;
}
.promoPage__ps__content__left__list {
    margin-bottom: 18px;
}
.promoPage__ps__content__left__list__item {
    font-size: 20px;
    line-height: 32px;
}



@media screen and (max-width: 1279px) {
    .promoPage__banner__content__text {
        left: 30px;
        max-width: calc(50% - 20px);
    }
    .promoPage__banner__content__text__title {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 0;
        margin-top: -10px;
    }
    .promoPage__banner__content__text__subtitle {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .promoPage__banner__content__text__text {
        font-size: 16px;
        line-height: 134%;
        margin-bottom: 10px;
        max-width: 414px;
    }
    .promoPage__banner__content__text__button {
        margin-top: 24px;
        height: 56px;
    }

    .promoPage__solutions__content__title {
        font-size: 40px;
        line-height: 53px;
    }
    .promoPage__solutions__content__items__item {
        max-width: 284px;
    }
    .promoPage__solutions__content__items__item__number__text {
        font-size: 40px;        
    }
    .promoPage__solutions__content__items__item__text {
        font-size: 20px;
        line-height: 28px;
    }
    .promoPage__solutions__content__bg {
        right: -260px;
    }

    .promoPage__change__content__items__item__left {
        margin-right: 10px;
    }
}

@media screen and (max-width: 991px) {
    .promoPage__banner {
        margin-top: 22px;
    }
    .promoPage__banner__content__text {
        max-width: 100%;
        left: 16px;
        display: flex;
        flex-direction: column;
        height: calc(100% - 60px);
    }
    .promoPage__banner__content__text__title {
        font-size: 40px;
    }
    .promoPage__banner__content__text__subtitle {
        font-size: 24px;
        line-height: 32px;
    }
    .promoPage__banner__content__text__text {
        font-size: 16px;
        max-width: 246px;
    }
    .promoPage__banner__content__text__text-mobHide {
        display: none;
    }
    .promoPage__banner__content__text__button {
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
    }

    .promoPage__banner {
        margin-bottom: 40px;
    }
    .promoPage__solutions__content__title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 56px;
    }
    .promoPage__solutions__content__items {
        margin-left: 0;
        margin-right: 0;
    }
    .promoPage__solutions__content__items__item {
        width: 100%;
        margin-bottom: 0;
    }
    .promoPage__solutions__content__items__item__number__text {
        font-size: 32px;
    }
    .promoPage__solutions__content__items__item__number__circle {
        width: 41px;
        height: 41px;
        top: 12px;
    }
    .promoPage__solutions__content__items__item__number {
        margin-bottom: 6px;
    }
    .promoPage__solutions__content__items__item__text {
        font-size: 18px;
        line-height: 28px;
    }

    .promoPage__navigation__content__title.promoPage__solutions__content__title {
        margin-bottom: 40px;
    }
    .promoPage__navigation__content__block__row__text {
        font-size: 20px;
        line-height: 26px;
    }
    .promoPage__navigation__content__block__items {
        padding-left: 14px;
    }
    .promoPage__navigation__content__block__items__item {
        flex-direction: column;
    }
    .promoPage__navigation__content__block__items__item__text {
        font-size: 16px;
        line-height: 24px;
    }
    .promoPage__navigation__content__block__items__item__img {
        width: calc(100% + 14px);
        min-width: 100%;
        margin-left: -14px;
        margin-top: 24px;
    }

    .promoPage__navigation {
        margin-bottom: 30px;
    }
    .promoPage__free {
        padding-top: 54px;
        padding-bottom: 74px;
    }
    .promoPage__free__content__title {
        font-size: 24px;
    }
    .promoPage__free__content__subtitle {
        font-size: 48px;
        margin-bottom: 24px;
        line-height: normal;
    }
    .promoPage__free__content__form {
        width: 100%;
        margin-bottom: 48px;
    }
    .promoPage__free__content__form__email {
        height: 64px;
        margin-bottom: 16px;
        font-size: 16px;
    }
    .promoPage__free__content__form__agreement {
        margin-top: 30px;
    }
    .promoPage__free__content__form__submit {
        max-width: 280px;
        height: 64px;
        font-size: 18px;
        margin-top: 30px;
    }

    .promoPage__free__content__review__block__photo {
        width: 40px;
        height: 40px;
        margin-right: 28px;
        min-width: 40px;
    }
    .promoPage__free__content__review__block__text {
        padding: 14px;
        font-size: 16px;
        line-height: 134%;
    }
    .promoPage__free__content__review__block__name,
    .promoPage__free__content__review__block__subName {
        margin-left: 0;
    }

    .promoPage__change__content__text {
        font-size: 16px;
        line-height: 24px;
    }
    .promoPage__change__content__items__item {
        flex-direction: column-reverse;
    }
    .promoPage__solutions__content__items__item {
        padding: 0 24px 40px 24px;        
    }

    .promoPage__change__content__items__item {
        margin-bottom: 100px;
    }
    .promoPage__change__content__items__item__left {
        margin: 0;
        max-width: 100%;
        width: 100%;
    }
    .promoPage__change__content__items__item__right {
        margin-top: -100px;
        margin-bottom: 32px;
    }
    .promoPage__change__content__items__item__right img {
        position: static;
    }
    .promoPage__change__content__text {
        margin-bottom: 70px;
    }
    .promoPage__change__content__items__item__left__title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 24px;
    }
    .promoPage__change__content__items__item__left__text {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 16px;
    }
    .promoPage__change__content__items__item__left__button {
        height: 56px;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
    }
    .promoPage__change__content__items__item {
        padding-left: 24px;
        padding-right: 24px;
    }

    .promoPage__change {
        margin-bottom: 0;
    }
    .promoPage__change__content__items__item:last-child {
        margin-bottom: 62px;
    }
    .promoPage__ps__content {
        flex-direction: column;
    }
    .promoPage__ps__content__left {
        margin-bottom: 24px;
    }
    .promoPage__ps__content__left__text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }    
    .promoPage__ps__content__left__list {
        margin-bottom: 16px;
    }
    .promoPage__ps__content__left__list__item {
        font-size: 16px;
        line-height: 24px;
    }
    .promoPage__ps__content__right {
        width: 328px;
        height: 277px;
        min-width: 328px;
        min-height: 277px;
        margin-left: 0;
    }
    .promoPage__ps__content__right__text_01,
    .promoPage__ps__content__right__text_02 {
        font-size: 26px;
        line-height: 114%;
    }

    .promoPage__solutions {
        margin-bottom: 80px;
    }
}
