

/* Start:/local/templates/new/css/promo-form.css?176252828913873*/
.promo {
    padding-top: 30px;
}

.promo-timer {
    background-color: #081044;
    border-radius: 16px;
    color: #ffffff;

    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 60px;
}

.promo-timer__left {
    padding: 30px;
}

.promo-timer__right {
    padding-right: 30px;
}

.promo-timer__image {
    width: 100%;
}

.promo-timer__image img {
    max-width: 430px;
}

.promo-timer__title {
    font-size: 56px;
    line-height: 70px;
    margin-bottom: 35px;
    font-family: var(--second-family);
}

.promo-timer__text {
    display: flex;
    padding: 30px 40px;
    background-color: #DB3445;
    border-radius: 56px;
    font-size: 20px;
    width: max-content;
    margin-bottom: 35px;
}

.promo-timer__counter {
    padding: 0 25px;
    display: flex;
    gap: 20px;
    flex-direction: row;
}

.promo-timer__counter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.promo-timer__counter-item span {
    font-size: 47px;
    line-height: 60px;
    color: #ffffff;
}

.promo-timer__counter-item_red {
    color: #DB3445
}

.promo-timer__counter-item_red span {
    color: #DB3445
}

.promo-timer__counter-separator {
    font-size: 30px;
    line-height: 60px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
}

@media screen and (max-width: 992px) {
    .promo-timer__title {
        font-size: 32px;
        line-height: 32px;
    }

    .promo-timer__text {
        margin-top: 25px;
        padding: 10px;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .promo-timer__image img {
        width: 100%;
    }

    .promo-timer__counter {
        padding: initial;
        justify-content: center;
    }

    .promo-timer__counter-item span {
        font-size: 32px;
        line-height: 40px;
    }

    .promo-timer__left {
        padding: initial;
    }

    .promo-timer__right {
        padding-right: initial;
    }

    .promo-timer {
        padding: 10px;
    }
}

@media screen and (max-width: 640px) {
    .promo-timer {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 30px;
    }


    .promo-timer__counter {
        margin-top: 16px;
        gap: 10px;
    }
}






.promo-terms {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 60px;
}

.promo-terms__conditions {
    padding: 24px 30px;
    width: 64%;
    background-color: #F2F2F2;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.promo-terms__conditions-title {
    font-size: 22px;
    line-height: 30px;
}

.promo-terms__conditions-separator {
    height: 1px;
    background-color: #00000029;
}


.promo-terms__conditions-price {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.promo-terms__conditions-price-name {
    font-size: 18px;
    display: flex;
    gap: 15px;
}

.promo-terms__conditions-price-value {
    margin-left: auto;
    font-size: 30px;
}

.promo-terms__conditions-price-value span {
    margin-left: auto;
    font-size: 16px;
    text-decoration: line-through;
    opacity: 0.7;
}


.promo-terms__conditions-item {
    display: flex;
    flex-direction: row;
    gap: 15px;
    font-size: 18px;
}

.promo-terms__participation {
    width: 36%;
    padding: 24px 30px;
    background-color: #F2F2F2;
    border-radius: 30px;

    display: flex;
    flex-direction: column;
    gap: 30px;
}

.promo-terms__participation-title {
    font-size: 22px;
    line-height: 30px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promo-terms__participation-text {
    font-size: 16px;
    line-height: 20px;

    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    opacity: 0.7;
}

@media screen and (max-width: 800px) {
    .promo-terms {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .promo-terms__conditions {
        width: 100%;
    }

    .promo-terms__conditions-title {
        font-size: 20px;
        line-height: 24px;
    }


    .promo-terms__participation {
        width: 100%;
        gap: 15px;
    }

    .promo-terms__conditions-price {
        flex-direction: column;
        align-items: initial;
    }

    .promo-terms__conditions-price-name {
        font-size: 16px;
    }

    .promo-terms__conditions-price-value {
        margin-left: initial;
        margin-top: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .promo-terms__conditions-price-value span {
        margin-left: initial;

    }

    .promo-terms__conditions-item {
        font-size: 16px;
    }


    .promo-terms__participation-title {
        font-size: 20px;
        line-height: 24px;
    }

    .promo-terms__participation-text {
        font-size: 14px;
        line-height: 18px;
    }

}



.promo-more-services {
    margin-bottom: 120px;
}

.promo-more-services__title {
    font-size: 47px;
    line-height: 60px;
}

.promo-more-services__list {
    display: flex;
    gap: 20px;
    margin-top: 50px;
    flex-direction: column;
}

.promo-more-services__item {
    display: flex;
    border-bottom: 1px solid #00000029;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
}

.promo-more-services__item-text {
    display: flex;
    font-size: 22px;
    line-height: 30px;
}

.promo-more-services__item-price {
    display: flex;
    align-items: center;
    gap: 20px;
}

.promo-more-services__item-price-combined {
    display: flex;
    align-items: center;
    gap: 20px;
}

.promo-more-services__item-price span {
    font-size: 26px;
    line-height: 30px;
}

@media screen and (max-width: 992px) {
    .promo-more-services {
        margin-bottom: 60px;
    }

    .promo-more-services__title {
        font-size: 32px;
        line-height: 40px;
    }

    .promo-more-services__list {
        margin-top: 25px;
    }
}

@media screen and (max-width: 800px) {
    .promo-more-services__item {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: start;
        justify-content: initial;
        padding: 10px 0;
    }

    .promo-more-services__item-text {
        display: flex;
        font-size: 20px;
        line-height: 24px;
    }

    .promo-more-services__item-price {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        gap: 20px;
    }

    .promo-more-services__item-price span {
        font-size: 22px;
        line-height: 30px;
    }
}





.promo-advantages {
    background-color: #F2F2F2;
    border-radius: 30px;
    padding: 50px;
    margin-bottom: 120px;
}

.promo-advantages__title {
    font-size: 47px;
    line-height: 60px;
    margin-bottom: 50px;
}

.promo-advantages__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.promo-advantages__item {
    display: flex;
    gap: 20px;
}

.promo-advantages__item-icon {
    display: flex;

}

.promo-advantages__item-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.promo-advantages__item-text .promo-advantages__item-title {
    font-size: 22px;
    line-height: 30px;
}

.promo-advantages__item-text .promo-advantages__item-description {
    font-size: 16px;
    line-height: 20px;
    opacity: 0.7;
}

@media screen and (max-width: 992px) {
    .promo-advantages {
        padding: 20px;
        margin-bottom: 60px;
    }

    .promo-advantages__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .promo-advantages__item-icon svg {
        width: 20px;
        height: 20px;

    }

    .promo-advantages__item-text .promo-advantages__item-title {
        font-size: 20px;
        line-height: 24px;
    }

    .promo-advantages__item-text .promo-advantages__item-description {
        font-size: 14px;
        line-height: 18px;
    }

    .promo-advantages__list {
        gap: 15px;
    }

    .promo-advantages__item {
        flex-direction: column;
        gap: 15px;
    }
}







.promo-connect-processing {
    margin-bottom: 120px;
}

.promo-connect-processing__title {
    font-size: 47px;
    line-height: 60px;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.promo-connect-processing__progress {
    display: flex;
    gap: 16px;

    position: relative;
}

.promo-connect-processing__progress .promo-connect-processing__line {
    height: 2px;
    width: 100%;
    background-color: #DB3445;
    position: absolute;
    margin-top: 40px;
    z-index: 1;
}

.promo-connect-processing__progress .promo-connect-processing__step {
    display: flex;
    flex-direction: column;
    width: 20%;
    gap: 30px;
    z-index: 10;
    align-items: center;
}

.promo-connect-processing__progress .promo-connect-processing__step-number {
    border: 2px solid #DB3445;
    border-radius: 60px;
    height: 80px;
    width: 80px;

    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #DB3445;

    font-size: 22px;
    line-height: 30px;
}

.promo-connect-processing__progress .promo-connect-processing__step-number.promo-connect-processing__step-number_filled {
    border: 2px solid #DB3445;
    background-color: #DB3445;
    color: #ffffff;
}

.promo-connect-processing__progress .promo-connect-processing__step-text {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    opacity: 0.7;
}

@media screen and (max-width: 992px) {
    .promo-connect-processing {
        margin-bottom: 60px;
    }

    .promo-connect-processing__title {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 25px;
    }

    .promo-connect-processing__progress {
        flex-direction: column;
    }

    .promo-connect-processing__progress .promo-connect-processing__line {
        height: 100%;
        width: 2px;
        background-color: #DB3445;
        position: absolute;
        margin-left: 30px;
        margin-top: initial;
        z-index: 1;
    }

    .promo-connect-processing__progress .promo-connect-processing__step-number {
        width: 60px;
        height: 60px;
        min-height: 60px;
        min-width: 60px;
    }

    .promo-connect-processing__progress .promo-connect-processing__step {
        flex-direction: row;
        width: 100%;
        gap: 10px;
        z-index: 10;
        align-items: center;
    }

    .promo-connect-processing__progress .promo-connect-processing__step-text {
        text-align: initial;
    }

}





.promo-form {
    padding-bottom: 100px;
}

.promo-form__wrapper {
    padding: 60px;
    background-color: #DB3445;
    border-radius: 30px;
}

.promo-form__title {
    font-size: 47px;
    line-height: 60px;
    color: #ffffff;
}

.promo-form__inputs {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    flex-direction: row;
    width: 100%;
}

.promo-form__inputs .promo-form__inputs-group {
    display: flex;
    width: 33%;
    gap: 20px;
    flex-direction: column;
}

.promo-form__inputs .promo-form__inputs-group.promo-form__inputs-group_wide {
    width: 67%;
}

.promo-form__inputs .promo-form__input {
    width: 100%;
}

.promo-form__inputs .promo-form__input-wrap {
    display: flex;
    gap: 20px;
}

.promo-form__inputs .promo-form__input-wrap .promo-form__input {
    width: 50%;
}

.promo-form__inputs .promo-form__input input {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    background-color: #FFFFFFB2;
    border: 1px solid #ffffff;
    padding: 20px;
}

.promo-form__checkboxes {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #ffffff;
}


.promo-form__checkbox {
    display: flex;
    gap: 20px;
    font-size: 16px;
    line-height: 20px;
}

.promo-form__checkbox input[type="checkbox"] {
    width: 20px;
    border: 1px solid #ffffff;
    background-color: #FFFFFFB2;
}

.promo-form__submit {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    width: 100%;
    align-items: flex-end;
}

.promo-form__submit-btn {
    background-color: #081044;
    width: 33%;
    color: #ffffff;
    border: none;
    border-radius: 15px;
    padding: 24px;
}

.promo-form__submit-disclaimer {
    font-size: 13px;
    line-height: 17px;
    color: #ffffff;
    width: 66%;

}

@media screen and (max-width: 992px) {

    .promo-form {
        padding-bottom: 50px;
    }

    .promo-form__wrapper {
        padding: 20px;
    }

    .promo-form__title {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }


    .promo-form__inputs {
        flex-direction: column;
        gap: 10px;
    }

    .promo-form__inputs .promo-form__inputs-group {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .promo-form__inputs .promo-form__inputs-group.promo-form__inputs-group_wide {
        width: 100%;
    }

    .promo-form__inputs .promo-form__input-wrap {
        flex-direction: column;
        gap: 10px;

    }

    .promo-form__inputs .promo-form__input-wrap .promo-form__input {
        width: 100%;
    }

    .promo-form__inputs .promo-form__input input {
        height: 30px;
        font-size: 14px;
    }

    .promo-form__submit {
        margin-top: 15px;
        flex-direction: column;
    }

    .promo-form__submit-btn {
        width: 100%;
    }

    .promo-form__submit-disclaimer {
        width: 100%;
        font-size: 11px;
        line-height: 13px;
    }

    .promo-form__checkbox {
        display: flex;
        gap: 20px;
        font-size: 14px;
        line-height: 18px;
    }

    .promo-form__checkbox input[type="checkbox"] {
        min-width: 20px;
        width: 20px;
    }

}
/* End */
/* /local/templates/new/css/promo-form.css?176252828913873 */
