.light-blue_block {
    background: #F3F8FF;
}

.top-title-section__new{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 42px;
    line-height: 120%;
    color: #051F58;
}

.forms__custom-blue_new .top-title-section__new{
     color: rgb(255, 255, 255) !important;
}

.forms__custom-blue_new .input--custom_new, .forms__custom-blue_new .btn--custom {
    height: 60px !important;
    border-radius: 38px !important;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 100%;
}

.wh-color {
    color: #fff !important;
}

.top-title-blue{
    color: #093EB4;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
}

.hit-sale_ellipse {
    max-width: 280px;
}

.tech_courses .formats__btn{
    margin-top: 30px;
    background: #F3F8FF;
}

.formats__btn{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2.5px 2px;
    background: #ffffff;
    border-radius: 50px;
    margin-bottom: 30px;
    width: max-content;
    gap: 5px;
}

.format__btn {
    background: #ffffff00;
    color: #0a3eb4;
    width: max-content;
    padding: 8px 22px;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    border-radius: 15px;
}
.active-btn-format, .active-btn-forma a {
    background: #093EB4 !important;
    color: white !important;
}

.my-flex-box {
    height: auto !important;
}

.course-top-banner{
    background: #F3F8FF;
}

.form__success, .form__error{
    background: #f3f8ff00 !important;
}
.modal-window__head{
    padding: 40px 40px 10px 40px !important;
}
.form__content-input{
    gap: 20px !important;
}
.modal-window__content_new .input--custom_new {
    border-radius: 38px !important;
    height: 60px !important;
    background: rgba(244, 244, 244, 1);
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    padding: 0px 25px !important;
}
.modal-window__content_new  .btn--custom {
    height: 60px !important;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    border-radius: 38px !important;
}
@media (max-width: 1100px) {
    .top-title-section__new{
        font-size: 34px;
    }
}

@media (max-width: 980px) {
    .top-title-section__new {
        font-size: 28px;
    }
}

@media (max-width: 670px) {
    .top-title-section__new {
        font-size: 26px;
    }
    .modal-window__container .form-inputs-block {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 15px;
    }
    .format__btn {
        padding: 8px 15px !important;
        font-size: 12px !important;
        line-height: 120% !important;
    }
    .forms__custom-blue_new .input--custom_new, .forms__custom-blue_new .btn--custom {
        font-size: 14px !important;
    }
}