.form-block .form-wrap{
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 70px;
}
.form-block .form-row > span{
    margin: 0;
    display: block;
    width: 100%;
}
.form-block .form-row input, .form-block .form-row textarea{
    width: 100%;
    padding: 20px 15px 5px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid rgb(0,149,219);
}
.form-block .form-row input::placeholder, .form-block .form-row textarea::placeholder{
    color: #6f7070;
    opacity: 1;
}
.form-block .form-row textarea{
    height: 150px;
    min-height: 150px;
    resize: vertical;
}
.form-block .form-row{
    margin-bottom: 15px;
}
.form-block .form-five-row{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.form-block *{
    box-sizing: border-box;
}

.form-block .file-dropzone{
    width: 100%;
    border: 1px dashed rgb(0,149,219);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    flex-direction: column;
    cursor: pointer;
}
.form-block .file-dropzone:hover{
    border-style: solid;
}
.form-block .file-dropzone__input{
    position: absolute;
    width: 100%;
    height: 100%;
}
.form-block .file-dropzone__input span{
    width: 100%;
    height: 100%;
    display: block;
}
.form-block .file-dropzone__input input{
    outline: 0;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.form-block .form-acceptance .wpcf7-list-item{
    margin: 0;
    display: block;
}
.form-block .form-acceptance .wpcf7-list-item input{
    width: auto;
    padding: 0;
    position: relative;
    top: 1px;
    margin-right: 5px;
}
.form-wrapper{
    border: 1px solid rgb(0,149,219);
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 2px 2px 10px 5px rgba(0,149,219,0.3);
}
.form-wrapper .page-title{
    display: flex;
    align-items: center;
    gap: 5px;
}
.form-wrapper .page-title span{
    flex-grow: 1;
    background: rgb(0,149,219);
    height: 2px;
}
.form-wrapper .page-title h2{
    margin: 0;
    font-size: 32px;
    line-height: 36px;
    color: rgb(0,149,219);
}
.form-wrapper .form-wrap{
    margin-top: 15px;
}
.form-wrapper .page-text a{
    color: rgb(0,149,219);
    text-decoration: none;
}
.form-wrapper  .form-submit{
    display: flex;
    align-items: center;
    gap: 5px;
}
.form-wrapper .form-submit span.line{
    flex-grow: 1;
}
.form-wrapper .form-submit span{
    position: relative;
}
.wpcf7-spinner{
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.form-wrapper .form-submit .wpcf7-submit{
    background: rgb(0,149,219);
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 10px;
    outline: none;
    border: none;
    margin: 0 !important;
    box-shadow: 2px 2px 25px 5px rgb(0,0,0, .15);
}
.form-wrapper .wpcf7-not-valid-tip{
    font-size: 12px;
}

.file_control .attached_file_wrapper {
    display: none;
    margin: 0 0 25px;
    text-align: left;
}
.file_control .attached_file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: black;
    margin: 0;
    gap: 5px;
}
.file_control .attached_file_wrapper .title_wrap {
    position: relative;
    max-width: calc(100% - 30px);
}
.file_control .attached_file_wrapper .title {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative;
    font-size: 14px;
    line-height: 18px;
}
.file_control .attached_file .btn_remove {
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background-color: transparent;
    background-image: url('../img/remove.svg');
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 1400px){
    .form-block .form-wrap{
        gap: 30px;
    }
}

@media (max-width: 1280px){
    .form-block .form-wrap{
        gap: 0;
        grid-template-columns: 1fr;
    }
}
@media (max-width: 991px){
    .form-block .form-five-row{
        grid-template-columns: 1fr;
        gap: 0;
    }
    .form-wrapper{
        padding: 30px;
    }
}
@media (max-width: 767px){
    .form-wrapper{
        padding: 20px;
    }
}
.navigation-block{
    margin-top: 50px;
}
.navigation-block .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px 0.25rem;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.navigation-block .swiper-pagination-bullet {
    width: 4rem;
    height: 0.2rem;
    background: grey;
    opacity: 1;
    border-radius: 0;
}
.navigation-block .swiper-pagination-bullet.swiper-pagination-bullet-active, .navigation-block .swiper-pagination-bullet:hover {
    background: rgb(0,149,219);
}
.logo-carousel__image, .logo-carousel__image img{
    width: 100%;
}
.logo-carousel__image img{
    height: auto;
}
.logo-carousel__wrapper{
    margin-bottom: 40px;
    margin-top: 40px;
}

section.vh-block.logo-carousel .copy-wrapper{
    float: none;
}
.logo-carousel .copy-wrapper{
    text-align: center;
}
*{
    outline: none;
}
@media only screen and (max-width: 46em){
    .navigation-block .swiper-pagination-bullet {
        width: 2rem;
        height: 2px;
    }
}
.logo-carousel .common-swiper:not(.swiper-initialized, .swiper-container-initialized) .swiper-wrapper{
    grid-gap: 50px;
    justify-content: center;
    align-items: center;
}
.logo-carousel .common-swiper:not(.swiper-initialized, .swiper-container-initialized) .swiper-wrapper .swiper-slide{
    width: calc( (100% / 4) - (50px * 3/4));
}

@media (max-width: 1280px){
    .logo-carousel .common-swiper:not(.swiper-initialized, .swiper-container-initialized) .swiper-wrapper .swiper-slide{
        width: calc( (100% / 3) - (50px * 2/3));
    }
}
@media (max-width: 991px){
    .logo-carousel .common-swiper:not(.swiper-initialized, .swiper-container-initialized) .swiper-wrapper .swiper-slide{
        width: calc( (100% / 3) - (50px * 2/3));
    }
}
@media (max-width: 767px){
    .logo-carousel .common-swiper:not(.swiper-initialized, .swiper-container-initialized) .swiper-wrapper .swiper-slide{
        width: calc( (100% / 2) - (50px * 1/2));
    }
}
.navigation-block{
    display: none;
}
.navigation-block.active{
    display: block;
}
/* .popup-button{
    top: 51vh;
} */
.fancybox__container{
    z-index: 999999;
}
#contact-content{
    max-width: 80%;
    margin: 30px auto;
}
#contact-content .form-wrapper{
    max-width: 100%;
    margin-bottom: 0;
}
@media (max-width: 767px){
    #contact-content{
        max-width: 100%;
    }
}
.fancybox__backdrop{
    background: var(--fancybox-content-bg, #fff);
}
footer .footer_wrapper{
    display: flex;
    align-items: center;
    gap: 1rem;
}
footer .social_media__wrapper{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 2rem;
}
footer .social_media a{
    width: 60px;
    height: 60px;
    display: block;
}
footer .footer-wrapper{
    flex: 1 0 0;
}

@media (max-width: 1440px){
    footer .social_media a{
        width: 30px;
        height: 30px;
        display: block;
    }
}
@media only screen and (min-width: 46em) and (max-width: 1180px) {
    footer .footer-wrapper .col:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media only screen and (min-width: 46em) and (max-width: 1180px) {
    footer .footer-wrapper .col:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}
@media only screen and (min-width: 46em) and (max-width: 1180px) {
    footer .footer-wrapper .col:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media only screen and (min-width: 46em) and (max-width: 1180px) {
    footer .footer-wrapper .col:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}
@media only screen and (min-width: 46em) and (max-width: 1180px) {
    footer .footer-wrapper .col {
        width: calc(100% / 2 - 1rem);
        margin-left: 1rem;
        margin-bottom: 1rem;
        float: left;
    }
}

@media (max-width: 1180px){
    footer .social_media a{
        width: 50px;
        height: 50px;
        display: block;
    }
}
@media only screen and (max-width: 46em) {
    footer .social_media__wrapper{
        flex-direction: column;
        margin-bottom: 0;
    }
}
