html {
    scroll-behavior: auto!important;
}

.hero-right-author-img img{
    transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
}

.file-box input{
    display: none;
}

.check-styled.agree{
    flex-direction: column;
}

.check-styled.agree .help-block{
    margin-top: 8px;
}

.check-styled.agree label:hover:before {
    border-color: #193153;
}

.check-styled.agree label:before {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 0px;
    border: 2px solid #CEEBFA;
    background-color: transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    display: block;
}

.check-styled.agree label:after {
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 0px;
    background: url(./../images/form_check.svg) no-repeat center;
    background-size: contain;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    opacity: 0;
}

.check-styled.agree label{
    display: flex;
    font-size: 1.4rem;
    width: 100%;
    margin: 0;
    min-height: 3.2rem;
    margin: 0;
    vertical-align: middle;
    padding-left: 4.8rem;
    cursor: pointer;
    line-height: 1.2;
    position: relative;
    color: #193153;
    transition: all 0.3s;
    align-items: center;
}

.check-styled.agree.is-checked label:before{
    background: #193153;
    border-color: transparent;
}

.check-styled.agree.is-checked label:after{
    opacity: 1;
}

#frm-contentBlocks-formDemand .help-block {
    font-size: 1.3rem;
    color: #E46656;
}

.partner-swiper .partner-item{
    padding: 2.5rem;
}

.partner-swiper .partner-item-img{
    text-align: center;
    margin-bottom: 0px;
    height: 5.5rem;

}

.partner-swiper .partner-item-img img{
    height: 100%;
    height: 80px;
    width: auto;
    object-fit: contain;
}

.footer-links{
    display: block!important;
    align-items: unset!important;
}

#block-2 .why-us-block{
    margin-top: -80px;
}

.plus-minus-box-col{
    display: grid;
    margin-bottom: 20px;
}

.time-box{
    width: 13%;
}

.service-item-img img{
    max-height: 360px;
    aspect-ratio: 16 / 9;
}

.partner-item-col a{
     display: contents;
}

.error-section a{
    border-color: #193153;
    text-transform: unset!important;
}

.error-section a:hover{
    border-color: #193153;
    background-color: #193153;
    color: #ffffff;
}

.form-box .radio-styled:last-of-type{
    margin-bottom: 0;
}

.check-styled.agree label a {
    margin-left: 5px;
}

#modal-thanks .modal-social-list a{
    fill: red;
}


@media (min-width: 991px) {
    .partner-swiper .swiper-wrapper,
    .review-swiper .swiper-wrapper{
        align-items: center;
        justify-content: center;
    }

    .service-item-img img{
        max-height: 240px;
    }


}

@media (max-width: 991px) {
    .swiper-wrapper{
        justify-content: unset!important;
    }
}

@media (max-width: 767px) {
    #block-2 .why-us-block {
        margin-top: -46px;
    }

    .time-item span:nth-child(1) {
        font-size: 3rem;
    }

    .check-styled.agree label{
        display: inline;
    }

    .check-styled.agree label a {
        margin-left: 0px;
        white-space: nowrap;
    }

    .light-box{
        padding: 4.8rem 0rem;
    }
}