.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__container{
    display: grid;
    grid-template-columns: 6fr 6fr;
}

.page-banner__image{
    background: url(/local/templates/uprav_new_ui/css/img/banner/present.webp) center center no-repeat;
    background-size: cover;
    min-height: 400px;
}
.page-banner__container .top-btn-wrap-cettificate {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    align-items: flex-end;
}
.page-banner__title{
    font-family: Wix Madefor Display;
    font-size: 46px;
    font-weight: 500;
    line-height: 60.48px;
    text-align: left;
}
.page-banner__subtitle{
    font-family: Wix Madefor Display;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.72px;
    text-align: left;
    margin-top: 30px;
}
.cunsultation-form-banner-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 40.32px;
    color: #093EB4;
}
.btn-banner, .btn-banner-2{
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    text-transform: none;
    height: 53px;   
    border-radius: 15px;
    display: flex;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
}

.btn-banner-2{
    border: 1px solid #FF662C;
    color: #FF662C;
    background: white;
    padding: 11px 22px;
}

.btn-banner-2:hover{
    background: #FF662C !important;
    color: white !important;
}
.btn-banner:hover{
    border: 1px solid #FF662C;
    background: white !important;
    color: #FF662C !important;
}
.form-sum-certificate {
    background: #A9D0FF;
    border-radius: 15px;
    height: max-content;
    margin-top: 50px;
    padding: 50px
}
.get-sum-certificate__content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.order__form-agreement{
    grid-column: 2 / span 2;
}
.sum-certificate-subtitle{
    font-family: Wix Madefor Display;
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
    margin-top: 30px;
}
.certificate-sum .circle-styled-ul--midi-blue li::before{
    background: #093EB4;
    width: 9px !important;
    height: 9px !important;
}
.certificate-sum .circle-styled-ul--midi-blue{
    display: flex;
    gap: 50px;
    align-items: baseline;
    margin-top: 30px;
}
.certificate-sum .circle-styled-ul--midi-blue li{
    font-family: Wix Madefor Display;
    font-size: 20px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: left;
    color: #093EB4;
}

.order__form-agreement.checkbox {
    margin-top: 8px;
    margin-bottom: 0px !important;
}
.checkbox__input:checked ~ .checkbox__label:before {
    border: 3px solid #23426c;
}

.btn-form{
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
}
.checkbox__label:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: hsla(0, 0%, 76.9%, .4);
    position: absolute;
    border-radius: 2px;
    border: 1px solid black;
}

.certificate-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: visible;
    margin-bottom: 300px;
    margin-top: 50px;
}
.text-certificate-ul{
    font-family: Wix Madefor Display;
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
    display: flex;
    gap: 40px;
    margin-top: 40px;
}


.certificate-wrapper img {
    position: absolute;
}

.certificate-large {
    z-index: 2; 
    width: 400px; 
    top: 0; 
    left: 50%;
    transform: translateX(-50%);
}

.certificate-left {
    z-index: 1;
    width: 300px;
    top: 20px;
    left: 10%; 
}

.certificate-right {
    z-index: 1;
    width: 300px;
    top: 20px; 
    right: 10%;
}
@media (max-width: 1374px) {
    .page-banner__title{
        font-family: Wix Madefor Display;
        font-size: 36px;
        font-weight: 500;
        line-height: 40.48px;
        text-align: left;
    }
}
@media (max-width: 1139px) {
    .btn-banner, .btn-banner-2 {
        width: 100%;
    }
    .page-banner__subtitle{
        font-size: 14px;
    }
    .page-banner__title {
        font-size: 26px;
    }
}

.top-banner-cunsultation input {
    border: 0.5px solid #00000033;
    background: #F4F4F4;
    font-family: 'Wix Madefor Display';
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.top-banner-cunsultation {
    gap: 20px;
}
.cunsultation-form-banner {
    background: white;
    border-radius: 15px;
    width: 663px;
    padding: 40px;
    max-width: 1000px;
    min-width: max-content;
    min-width: -webkit-fill-available;
}
.cunsultation-form-banner-subtitle{
    font-family: Wix Madefor Display;
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: center;
    margin-top: 10px;
}
.block_ok-form-certificate {
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    height: max-content;
    flex-direction: column !important;
}
.top-banner-cunsultation-btn {
    background-color: #ff672d;
    color: #fff;
    font-weight: 500;
    font-family: 'Wix Madefor Display';
    font-size: 16px;
    font-weight: 500;
    min-height: 53px;
    line-height: 16px;
    text-align: center;
    padding: 11px 22px;
    text-transform: capitalize;
    border-radius: 15px;
}
.form-ok-text-title{
    font-family: Wix Madefor Display;
    font-size: 32px;
    font-weight: 500;
    line-height: 40.32px;
    text-align: center;
    margin-top: 40px;
}
@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;
    }
    .btn-banner {
        width: 100% !important;
        font-family: Wix Madefor Display;
        font-size: 14px !important;
        line-height: 16px !important;
        margin-top: 30px;
        padding: 0px 10px;
        max-width: 100%;
    }
    .certificate-sum .circle-styled-ul--midi-blue li {
        font-size: 14px;
        line-height: 16px;
        padding-left: 20px;
    }
    .certificate-sum .circle-styled-ul--midi-blue {
        display: flex;
        gap: 10px;
        align-items: baseline;
        margin-top: 20px;
        flex-direction: column;
    }
    .cunsultation-form-banner-subtitle{
        font-size: 12px;
        line-height: 15.12px;
        margin-top: 10px;
    }
    .cunsultation-form-banner {
        width: 100% !important;
        max-width: 100% !important;
        padding: 20px;
        min-width: fit-content !important;
    }
    
    .top-banner-cunsultation input {
        font-size: 12px;
    }

    .top-banner-cunsultation {
        display: flex;
        flex-wrap: wrap;
    }
    .block_ok-form-certificate img{
        width: 100px;
        height: 100px;
    }
    .cunsultation-form-banner-title , .form-ok-text-title{
        font-size: 18px !important;
        font-weight: 500 !important;
        line-height: 22.68px !important;
    }
    .form-ok-text-title{
        margin-top: 30px;
    }
    .page-banner__title{
        font-size: 24px;
        line-height: 30.24px;
    }
    .page-banner__subtitle{
        font-size: 14px;
        line-height: 16.12px;
    }
    .btn-banner, .btn-banner-2, .btn-form{
        font-size: 12px;
        line-height: 12px;
    }
    .sum-certificate-subtitle{
        font-size: 12px;
        line-height: 15.12px;
    }
    .circle-styled-ul--midi-blue li{
        font-size: 14px;
        line-height: 17.64px;
        margin-bottom: 0px !important;
    }
    .circle-styled-ul--midi-blue li::before{
        width: 7px;
        height: 7px;
    }
    .form-sum-certificate {
        margin-top: 20px;
        padding: 30px 25px;
    }
    .get-sum-certificate__content {
        display: flex;
        grid-template-columns: 1fr;
        gap: 10px;
        flex-direction: column;
    }
    .certificate-left, .certificate-right {
        display: none;
    }
    .certificate-large {
        position: static !important;
        transform: translateX(0%);
        width: 100%;
    }
    .certificate-wrapper{
        margin-bottom: 0px !important;
        margin-top: 30px;
    }
    .circle-styled-ul--midi li:before {
        width: 15px !important;
        height: 15px !important;
    }

    .callback-form__inputs {
        grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
        width: 100%;
        display: grid !important;
        gap: 10px ! IMPORTANT;
    }
    
    .circle-styled-ul--midi li:before {
        background-size: 50% !important;
    }
    .circle-styled-ul li {
        font-size: 14px;
        line-height: 16px;
        padding-left: 30px;
    }
    .text-certificate-ul {
        font-size: 16px;
        line-height: 20.16px;
        gap: 20px;
        margin-top: 20px;
        flex-direction: column;
    }
    .circle-styled-ul--midi-blue {
        display: flex;
        gap: 10px;
        align-items: baseline;
        margin-top: 20px;
        flex-direction: column;
    }
}

.preloader_btn_wrapper {
    display: flex;
    justify-content: center;
}
.btn.preloader_btn_wrapper > span {
  align-self: center;
}
.preloader_btn_wrapper > .btn_text {
  margin-left: 26px;
}
.preloader_btn {
    display: inline-flex;
    position: relative;
    align-self: center;
    left: 18px;
    top: 1px;
    background-image: url('/local/templates/uprav/images/preloader_white.svg');
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-left: -16px;
    transition-duration: 1s;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.preloader_btn.active {
    opacity: 1;
}