header{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 953;
    width: 100%;
    background: var(--color-white);
}
header .menu-toggle i:before{
    font-size: 39px;
    line-height: 39px;
}
header .menu-toggle{
    line-height: 0;
}
header  .header-contacts,
header  .menu-toggle-wrapper {
    width: 40px;
}
header .header-logo{
    width: 134px;
    height: 38px;
    display: flex;
}
header .header-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
header .inner{
    padding: 8px 0;
    border-bottom: 1px solid var(--color-black);
    align-items: center;
}
.show-mobile-menu header .menu-toggle i:before{
    content:'✕';
}
.show-mobile-menu{
    overflow: hidden;
}
.header-menu-wrapper{
    height: 0;
    overflow: hidden;
    width: 100vw;
    top: 56px;
    background: var(--color-white);
    position: fixed;
    left: 0;
    z-index: 667;
    transition: var(--base-transition);
}
.header-menu-wrapper .header-menu-inner{
    padding: 10px 12px;
}
.show-mobile-menu .header-menu-wrapper{
    height: calc(100vh - 56px);
}
.header-menu{
    margin-top: 10px;

}
.header-menu ul{
    padding: 0;
    margin: 0;
}
.header-menu .header-menu-container{
    height: calc(100vh - 250px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.header-menu li{
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0);
    column-gap: 4px;
    justify-content: space-between;
}
.header-menu li i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    flex-shrink: 0;
}
.header-menu li i:before{
    color: var(--color-dark);
    font-size: 20px;
}
.header-menu  a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-dark);
    text-decoration: none;
    padding: 14px 0 14px 14px;
    display: inline-block;
}

.header-menu .current-menu-item{
    border-color: var(--color-dark);
}
.header-menu .current-menu-item:not(.menu-item-has-children):after{
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 13px;
    border-radius: 9px;
    background: var(--color-black);
    flex-shrink: 0;
    content: "";
}
.header-menu .sub-menu{
    position: absolute;
    right: -130vw;
    z-index: 700;
    width: 100%;
    height: 100%;
    top: 0;
    background: var(--color-white);
    transition: var(--base-transition);
}
.header-menu .menu-item-has-children.active > .sub-menu{
    right: 0
}
.menu-back i:before{
    font-size: 25px;
    line-height: 39px;
}
.header-menu-wrapper .header-menu-bottom{
    margin-top: 10px;
    padding-top: 10px;
    width: 100%;
    border-top: 1px solid var(--color-black);
    flex-shrink: 0;
}

.header-menu-wrapper .header-menu-bottom .right a{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: var(--color-dark);
}
.header-menu-wrapper .header-socials .social-link{
    background: var(--color-black);
    color: var(--color-white);
}
.language-switcher{
    margin-bottom: 15px;
}
.language-switcher > div{
    padding: 0;

}
.language-switcher > div ul{
    border: 1px solid var(--color-black);
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    width: max-content;
    align-items: center;
}
.language-switcher > div ul li{
    padding: 0;
}
.language-switcher > div ul li a{
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    color: #00000080;
    text-decoration: none;
    padding: 8px 15px;
}
.language-switcher > div ul li.wpml-ls-current-language a{
    color: var(--color-white);
    background: var(--color-black);
    border-radius: 50px;
}

.modal-full-bg .modal-content{
    border: none;
    border-radius: 5px;
    overflow: hidden;
    background: none;
}
.modal-full-bg .modal-body{
    padding: 0;
    position: relative;

}

.modal-full-bg .modal-body picture{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.modal-full-bg .modal-body picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal .btn-close-custom{
    background: none;
    color: var(--color-white);
    font-size: 18px;
    line-height: 18px;
    outline: none;
    position: absolute;
    right: 12px;
    z-index: 45;
    top: 12px;
    padding: 0;
    box-shadow: none;
    cursor: pointer;
    font-weight: 700;
}

.modal-full-bg .form-wrapper{
    padding: 45px 15px 62px 15px;
    background: var(--dark-layer);
    z-index: 25;
    position: relative;
}
.form-header{
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    color: var(--color-white);
    margin-bottom: 8px;
}
.form-text .text{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-white);
    margin-bottom: 8px;
}
.modal-full-bg .form-wrapper{
    row-gap: 25px;
}
.custom-form .wpcf7-form-control-wrap{
    width: 100%
}
.custom-form p{
    margin-bottom: 0;
}
.custom-form textarea,
.custom-form input:not([type="submit"]){
    padding: 22px 20px;
    border-radius: 5px;
    background: var(--color-white);
    border: none;
    color: var(--color-dark);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    width: 100%;
    margin-bottom: 8px;
}
.custom-form textarea::placeholder,
.custom-form input:not([type="submit"])::placeholder{
    color: var(--color-dark);
}
.custom-form input[type="submit"]{
    margin-top: 80px;
}
.custom-form input[type="submit"]{
    width: 100%;
}
.custom-form .wpcf7-response-output{
    margin: 0;
    margin-top: 10px;
    background: var(--color-white);
    color: var(--color-dark);
    font-size: 14px;
    line-height: 20px;
}
.custom-form .text-accept{
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: var(--color-white);
    display: block;
}
.custom-form br{
    display: none;
}

.section-contact-block .map{
    line-height: 0;
    height: 677px;
    width: 100%;
}
.section-contact-block .content{
    position: absolute;
    left: 18px;
    width: calc(100% - 36px);
    bottom: 28px;
    background: #FFFFFFB8;
    backdrop-filter: blur(5.8px);
    padding: 24px 24px 16px 24px;
}
.section-contact-block .social-link{
    background: var(--color-black);
    color:  var(--color-white);
}
.section-contact-block .social-link{
    margin-bottom: 8px;
}
.section-contact-block .block-socials .social-link{
    margin-bottom: 0;
}
.section-contact-block .content .block a,
.section-contact-block .content .block span:not(.social-link){
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--color-dark);
}
.section-contact-block .content .block{
    width: 100%;
}


footer{
    background: var(--color-black);
    padding: 28px 0 32px 0;
}
.footer-menu{
    margin-top: 30px;
}
.footer-menu-2 ul,
.footer-menu ul{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu-2 ul li,
.footer-menu ul li{
    width: 100%
}
.footer-menu ul a{
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-white);
}
footer .divider{
    margin-top: 15px;
    margin-bottom: 30px;
    width: 100%;
    height: 1px;
    background: var(--color-white);
}
.footer-menu-2{
    margin-top: 0;
    margin-bottom: 45px;
    width: 100%;
}
.footer-menu-2 ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-2 li a{
    font-size: 12px;
    line-height: 20px;
    color: var(--color-white);
    font-weight: 400;
    text-decoration: none;
}
footer .copyright{
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--color-white);
}

footer .sprava-copy{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--color-white);
    display: flex;
    row-gap: 7px;
    flex-direction: column;
    align-items: flex-start;
}
footer .sprava-copy img{
    height: 16px;
    width: auto;
}


header + .section-slider-block{
    margin-top: 12px;
}

.home-slider-wrapper,
.home-slider-wrapper .swiper-home-slider{
    height: 560px;
}
.section-slider-block picture{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.section-slider-block .swiper-slide .pos-relative{
    height: 100%;
    width: 100%;
}
.section-slider-block picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-slider-block .content-wrapper{
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 69px 18px 0 18px;
    background: var(--dark-layer);
    position: relative;
    z-index: 9;
}
.section-slider-block .slider-content .h1{
    margin-bottom: 12px;
}
.section-slider-block .slider-content .text{
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: var(--color-white);
    margin-bottom: 25px;
}
.section-slider-block .slider-content .btns{
    gap: 12px;
}
.section-slider-block .swiper-horizontal>.swiper-pagination-bullets.custom-swiper-pagination,
.section-slider-block .swiper-pagination-horizontal.swiper-pagination-bullets.custom-swiper-pagination{
    top: 33px;
    left: 18px;
    position: absolute;
}
.swiper-horizontal>.swiper-pagination-bullets.custom-swiper-pagination,
.swiper-pagination-horizontal.swiper-pagination-bullets.custom-swiper-pagination{
    position: unset;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 10px;
    column-gap: 3px;
}
.swiper-pagination-horizontal.swiper-pagination-bullets.custom-swiper-pagination.custom-swiper-pagination .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.custom-swiper-pagination .swiper-pagination-bullet,
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border: 1px solid var(--color-white);
    border-radius: 20px;
    margin: 0;
    padding: 0;
    background: none;
}

.swiper-pagination-horizontal.swiper-pagination-bullets.custom-swiper-pagination.custom-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--color-white);
}
.section-advantages-block .item{
    padding: 10px 10px 10px 25px;
    column-gap: 25px;
}
.section-advantages-block .item .content{
    width: 100%;
}
.section-advantages-block .item .content:first-of-type{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-advantages-block .item picture{
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.section-advantages-block .item picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section-advantages-block .item .header{
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
}
.section-advantages-block .item .header-2{
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 6px;
}
.section-advantages-block .item .text{
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}
.section-header{
    margin-bottom: 15px;
}

.section-link{
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    color: var(--color-dark);
}
.section-link:hover{
    color: var(--color-dark);
}
.section-services-block .item{
    aspect-ratio: 336 / 270;
    height: auto;
    width: 100%;
    position: relative;
}
.section-services-block picture{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-services-block picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-services-block .item .content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 72px 18px 24px 18px;
    background: var(--dark-layer);
    z-index: 9;
}
.section-services-block .item .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 32px;
    left: 18px;
    z-index: 12;
}
.section-services-block .item .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.section-services-block .item .header{
    margin-bottom: 30px;
}
.custom-text-columns picture{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 336 / 200;
}
.custom-text-columns picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-text-columns iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}
.section-small-form-wrapper .inner{
    min-height: 460px;
    padding: 30px 0;
    display: flex;
    align-items: center;
}
.section-small-form-wrapper .image-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-small-form-wrapper .image-wrapper .container,
.section-small-form-wrapper .image-wrapper .container .row,
.section-small-form-wrapper .image-wrapper .container .row .col-12{
    height: 100%;
}

.section-small-form-wrapper picture{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.section-small-form-wrapper picture:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-layer);
}
.section-small-form-wrapper picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-small-form-wrapper .custom-form ,
.section-small-form-wrapper .form-text {
    padding: 0 18px
}
.section-small-form-wrapper .custom-form input[type="submit"]{
    margin-top: 13px;
}
.section-small-form-wrapper.large-form .custom-form input[type="submit"]{
    margin-top: 0;
}
.section-small-form-wrapper  .form-header{
    font-size: 24px;
    margin-bottom: 13px;
}
.section-blog-block{

}
.section-blog-block .item{
    aspect-ratio: 336 / 270;
    height: auto;
    width: 100%;
    position: relative;
}
.section-blog-block picture{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-blog-block picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-blog-block .item .content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 72px 18px 24px 18px;
    background: var(--dark-layer);
    z-index: 9;
}
.section-blog-block .item .header{
    margin-bottom: 30px;
}
.section-blog-block .item .date{
    position: absolute;
    top: 21px;
    left: 18px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: var(--color-white);
    z-index: 12;
}
.section-blog-block .item.item-article .content{
    padding: 45px 18px 37px 18px;
}
.section-blog-block .item.item-article{
    aspect-ratio: 336 / 350;
    min-height: 370px;
}
.section-blog-block .item.item-article .header{
    margin-bottom: 17px;
}
.section-blog-block .item.item-article .text{
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-white);
}
.section-reviews-block .ti-widget.ti-goog .ti-reviews-container-wrapper{
    padding: 0;
}
.section-reviews-block .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-review-item .ti-inner{
    border-radius: 5px !important;
    border: 1px solid var(--color-black) !important;
}
.section-reviews-block .ti-widget.ti-goog .ti-review-content{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: var(--color-dark);
    font-family: var(--font-family-body);
}

.section-text-plates-block .inner-container{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.section-text-plates-block picture{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 336 / 200;
}
.section-text-plates-block picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-breadcrumbs{
    margin-top: 8px;
    margin-bottom: 8px;
}

.section-breadcrumbs .breadcrumbs span a,
.section-breadcrumbs .breadcrumbs span .breadcrumb_last,
.section-breadcrumbs .breadcrumbs span{
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #00000080;
    text-decoration: none;
}
.section-breadcrumbs .breadcrumbs span .breadcrumb_last{
    text-decoration: underline;
    color: var(--color-dark);
}

.section-breadcrumbs-block .img-wrapper{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section-breadcrumbs-block .img-wrapper .container .col-12,
.section-breadcrumbs-block .img-wrapper .container .row,
.section-breadcrumbs-block .img-wrapper .container{
    height: 100%
}
.section-breadcrumbs-block picture{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.section-breadcrumbs-block picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-breadcrumbs-block picture:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-layer);

}
.section-breadcrumbs-block .breadcrumbs-content{
    padding: 20px 20px 30px 20px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-breadcrumbs-block .breadcrumbs-content h1{
    margin-bottom: 10px;
}

.section-advantages-block.section-advantages-2 .item{
    padding: 0;
}

.section-advantages-block.section-advantages-2 .item .content:first-of-type{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section-faq-block .accordion-item{
    padding: 10px 0;
    border-bottom: 1px solid var(--color-black);
}
.section-faq-block button{
    background: none;
    border: none;
    outline: none;
    padding: 0;
    column-gap: 10px;
    width: 100%;
}
.section-faq-block .question{
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: var(--color-dark);
}
.section-faq-block .faq-toggle:after{
    content: "+";
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}
.section-faq-block .accordion-button:not(.collapsed) .faq-toggle:after{
    content: "-";
}
.section-faq-block .accordion-body{
    padding-top: 10px;
}
.section-certificates-block .certificate a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 267 / 368;
}
.section-certificates-block .certificate a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-certificates-block .section-header{
    margin-bottom: 0
}
.section-certificates-block
.custom-swiper-controls > div{
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--color-black);
}
.custom-swiper-controls > div i{
    margin-top: 2px;
}
.custom-swiper-controls > div i:before{
    color: var(--color-dark);
    font-size: 20px;
}
.custom-swiper-controls .swiper-button-disabled{
    opacity: 0.6;
}
.custom-pagination .nav-links{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
    margin-top: 20px;
}
.custom-pagination .nav-links span,
.custom-pagination .nav-links a{
    color: var(--color-dark);
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--color-black);
    transition: var(--base-transition);
}
.custom-pagination .nav-links span i,
.custom-pagination .nav-links a i{
    margin-top: 2px;
    font-size: 16px;
}
.custom-pagination .nav-links span.current,
.custom-pagination .nav-links span:hover,
.custom-pagination .nav-links a:hover{
    color: var(--color-white);
    background-color: var(--color-dark);
}
.section-404-page .page-404-content-wrapper{
    min-height: 80vh;
}
.page-404-title {
    text-align: center;
    font-size: 100px;
    line-height: 100px;
    color: var(--color-dark);
    font-weight: 700;
}
.page-404-subheading {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    color: var(--color-dark);
    font-weight: 500;
}