.page-banner{
    background: #F4F4F4;
    max-height: 415px;
}
.d-flex-row{
    align-items: center;
    gap: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.page-banner__image{
    background: url(/local/templates/uprav_new_ui/css/img/banner/partners-banner.webp) center center no-repeat;
    background-size: cover;
    min-height: 400px;
}
.page-banner__container{
    display: grid;
    grid-template-columns: 6fr 6fr;
}
.callback-form__wrapper {
    background-color: #3079d2;
    padding-left: var(--unit);
    padding-right: var(--unit);
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff
}
#cooperation_stage .differences{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.title-missia{
    font-family: Wix Madefor Display;
    font-size: 32px;
    font-weight: 500;
    line-height: 40.32px;
    text-align: left;
    margin-bottom: 30px;
}

.b-text {
    color: #093EB4;
    font-family: Wix Madefor Display;
    font-size: 22px;
    font-weight: 500;
    line-height: 27.72px;
    text-align: left;
}
.formats .corporate-text p{
    margin-top: 10px;
}

.order__form-agreement.checkbox {
    margin-top: 8px;
    margin-bottom: 0px !important;
}

.block-cooperation {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.section-xs-block{
    margin-top: 40px;
}
.block-blue-cooperation-text{
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
}
.block-blue-cooperation-text span{
    font-weight: 600;
    color: #093EB4;
}

.business-strategy-container{
    border-radius: 15px;
    background: white;
    padding: 40px 50px;
}

.business-strategy-title{
    font-family: Wix Madefor Display;
    font-size: 22px;
    font-weight: 500;
    line-height: 27.72px;
    color: #093EB4;
}

.circle-styled-ul-blue li:before{
    width: 9px !important;
    height: 9px !important;
    background: #093EB4 !important;
}
.circle-styled-ul-blue li{
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    margin-bottom: 0px !important;
}

.business-strategy-ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 70px;
    margin-top: 15px;
}

.business-strategy-3{
    display: flex;
    gap: 0px 30px !important;
    width: 100%;
}
.business-strategy-section{
    margin-top: 15px;
}
.col-business{
    width: 48%;
}
.i-text{
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    text-align: left;
}
.step-item {
    border-radius: 15px;
    background: #F4F4F4;
    padding: 40px;
    width: 100%;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.step-item-container{
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    width: 100%;
}

@media (min-width: 375px) {
    .callback-form__wrapper {
        padding-top: calc(3.75587vw + 35.91549px)
    }
}

@media (min-width: 1440px) {
    .callback-form__wrapper {
        padding-top: 90px
    }
}

@media (min-width: 375px) {
    .callback-form__wrapper {
        padding-bottom: calc(3.75587vw + 35.91549px)
    }
}

@media (min-width: 1440px) {
    .callback-form__wrapper {
        padding-bottom: 90px
    }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .callback-form__wrapper {
        padding-left: 3.2vw;
        padding-right: 3.2vw
    }
}

.callback-form__wrapper .checkbox__label.sub-t1:before {
    border: 1px solid #fff
}

.callback-form__wrapper .checkbox__label.sub-t1 a {
    color: #fff
}

.callback-form__title {
    font-size: 24px;
    font-family: TT Norms, sans-serif;
    font-weight: 300;
    line-height: 130%
}

.cooperation-bottom-block{
    background: #A9D0FF;
    border-radius: 15px;
    padding: 50px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.cooperation-title{
    font-family: Wix Madefor Display;
    font-size: 32px;
    font-weight: 500;
    line-height: 40.32px;
}
.cooperation-subtitle{
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
}

.cooperation-btn-block{
    width: 25%;
}
.cooperation-text-block{
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 20px;
}

.cooperation-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: white;
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: black;
    text-transform: none;
    height: 53px;
    max-width: 390px;
}
.container-footer-mailing{
    background: #F4F4F4 ;
}
.cooperation-btn:hover{
    color: white;
    background: #093EB4;
}
.container-form-timer .title__forms-timer{
    margin-bottom: 0px !important;
}

.container-form-timer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-timer .date-timer{
    font-family: Wix Madefor Display;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: white;
}
.time-timer{
    font-family: Wix Madefor Display;
    font-size: 36px;
    font-weight: 500;
    line-height: 45.36px;
    color: white;
}
.text {
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: left;
}
.page-banner__title{
    font-family: Wix Madefor Display;
    font-size: 48px;
    font-weight: 500;
    line-height: 60.48px;
    text-align: left;
}
.page-banner__subtitle{
    font-family: Wix Madefor Display;
    font-size: 22px;
    font-weight: 500;
    line-height: 27.72px;
    margin-top: 30px;
}
.formats .corporate-text{
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
}
@media (max-width: 480px) {
    .formats .corporate-text {
        font-size: 14px;
        line-height: 120%;
    }
    .cooperation-text p{
        font-size: 14px;
        line-height: 120%;
    }
}
@media (max-width: 980px) {
    .page-banner__image {
        display: none;
    }
    .page-banner__container {
        display: grid;
        grid-template-columns: 1fr;
        padding: 25px 0px;
    }
    .page-banner__container .fix-container{
        margin: inherit;
    }
    #cooperation_stage .differences{
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .page-banner__title{
        font-size: 24px;
        line-height: 30.24px;
    }
    .page-banner__subtitle{
        font-size: 14px;
        line-height: 16.12px;
        margin-top: 10px;
    }
    .title-missia{
        font-size: 24px;
        line-height: 30.24px;
        margin-bottom: 20px;
    }
    .text{
        font-size: 12px;
        line-height: 15.12px;
    }
   
    .b-text{
        font-size: 18px;
        line-height: 22.68px;
    }
    .block-cooperation {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .block-blue-cooperation-text{
        font-size: 12px;
        line-height: 15.12px;
    }
    .section-xs-block {
        margin-top: 30px;
    }
    .business-strategy-container {
        padding: 30px;
    }
    .business-strategy-title{
        font-size: 18px;
        line-height: 22.68px;
    }
    .circle-styled-ul-blue li{
        font-size: 12px;
        line-height: 15.12px;
    }
    .circle-styled-ul-blue li:before {
        width: 7px !important;
        height: 7px !important;
    }
    .business-strategy-ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 10px;
    }
    .business-strategy-3 {
        display: flex;
        gap: 10px !important;
        flex-direction: column;
    }
    .col-business{
        width: 100%;
    }
    .i-text {
        font-size: 12px;
        line-height: 15.16px;
    }
    .container-form-timer {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .form-timer{
        display: flex;
        border: 1px solid #FFFFFF;
        border-radius: 15px;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 10px;
        gap: 20px;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .step-item {
        padding: 20px 40px;
    }
    .date-timer{
        font-size: 14px;
        line-height: 17.64px;
    }
    .time-timer{
        font-size: 26px;
        line-height: 32.76px;
    }
    .step-item-container {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .cooperation-title{
        font-size: 18px;
        line-height: 22.68px;
    }
    .cooperation-subtitle{
        font-size: 14px;
        line-height: 16.68px;
    }
    .cooperation-bottom-block {
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        flex-direction: column;
    }
    .cooperation-text-block {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    .cooperation-btn-block {
        width: 100%;
    }
    .cooperation-btn{
        font-size: 14px;
        line-height: 12.68px;
    }
}



