/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 9910.09
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

::-webkit-scrollbar { width: 8px; height: 8px; border-radius: 6px;}
::-webkit-scrollbar-track {  background-color: #1b1b1b;}
::-webkit-scrollbar-track-piece { background-color: #1b1b1b}
::-webkit-scrollbar-thumb { height: 8px; width: 8px; background-color: #a0a0a0; border-radius: 4px;}
::-webkit-scrollbar-corner { background-color: #1b1b1b;}
*::selection {
    color: #fff;
    background: #a0a0a0;
}
.container, .container-fluid, .container-xxxl, .container-xb, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .row{
    --bs-gutter-x: 20px;
}
:root{
    --bs-body-bg: #fff;
    --bs-body-color: #1b1b1b;
    --bs-body-line-height: 1.25;
    --bs-body-font-weight: 400;
    --wp--preset--spacing--50: 16px;
    --wp--preset--spacing--70: 25px;
}
html{
    font-size: 16px;
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif;
    height: 100%;
    line-height: 1.4;
}
body{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: 'Roboto', sans-serif;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    color: var(--bs-body-color, #1b1b1b);
    line-height: 1.4;
}
#container{
    flex: 1 0 auto;
    width: 100%;
}
.wp-block-cover, .wp-block-cover-image{
    min-height: auto;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: #8c8c8c;
}
p:last-child,
ul:last-child{
    margin-bottom: 0;
}
img{
    max-width: 100%;
    height: auto;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: .6em;
}
.title-block,h1,.h1{
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: .76em;
    line-height: 1.2;
}
.title-page{
    text-transform: uppercase;
}
.title-form{
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: #1b1b1b;
    margin-bottom: 16px;
}
.bn-page-block .title-block{
    font-size: 28px;
}
h2,.h2{
    font-size: 20px;
    margin-bottom: 24px;
}
.title-small,
h3, .h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}
.container-bread{
    margin-bottom: 12px;
}
.wp-block-image:last-child{
    margin-bottom: 0;
}
.wp-block-image .wp-element-caption{
    margin-bottom: 0;
    margin-top: 1em;
}
.row{
    --bs-gutter-y: var(--bs-gutter-x);
}
.page-content{
    padding-top: 32px;
    padding-bottom: 32px;
}
#header{
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 500;
    background: #36383c;
    font-size: 16px;
    color: #fff;
    transition: .3s;
}
#header .menu-line{
    border-top: 1px solid #8c8c8c;
    padding-top: 12px;
}
#header .row{
    flex-wrap: nowrap;
    --bs-gutter-y: 0;
    --bs-gutter-x: 20px;
}
.btn-menu-toggle{
    display: block;
}
.btn-close:focus{
    box-shadow: none;
}
#menu-glavnoe{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    align-items: center;
    color: #fff;
}
#menu-glavnoe a:hover{
    color: #a0a0a0;
    text-decoration: none;
}
#menu-glavnoe li{
    padding: 0;
    margin: 0;
}
#menu-glavnoe .sub-menu li.current-menu-item>div.item>a{
    color: #a0a0a0;
}
#menu-glavnoe>li>div.item{
    line-height: 26px;
    font-size: 22px;
    text-transform: uppercase;
}
#menu-glavnoe>li>div.item>a{
    display: block;
    padding: 0;
}
#menu-glavnoe>li.menu-item-has-children>div.item>a{
    pointer-events: none;
}
#menu-glavnoe div.item{
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}
#menu-glavnoe div.item>a{
    flex: 1 0 0%;
}
#menu-glavnoe div.item>.arrow{
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    background-image: url("/images/menu-chevron.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: none;
    transition: .3s;
}
#menu-glavnoe li.menu-item-has-children>div.item>.arrow{
    display: block;
}
#menu-glavnoe li.menu-item-has-children{
    position: relative;
}
#menu-glavnoe>li>div.item>a{
    white-space: nowrap;
}
#menu-glavnoe ul.sub-menu{
    color:#000;
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10%);
    min-width: 200px;
    font-size: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
    transition: .3s;
}
#menu-glavnoe ul.sub-menu>li{
    background-color: #fff;
    padding: 8px 12px;
}
#menu-glavnoe ul.sub-menu>li+li{
    border-top: 1px solid #eaeaea;
}
#menu-glavnoe ul.sub-menu ul.sub-menu{
    left: 100%;
    top: -10px;
}
#menu-glavnoe li.menu-item-has-children:hover>ul.sub-menu{
    height: auto;
    overflow: visible;
    opacity: 1;
    border-radius: 8px;
    box-shadow: 0 20px 140px -10px rgba(154, 167, 193, 0.3);
    transform: translateY(0);
}
#menu-glavnoe li.menu-item-has-children:hover>.item>.arrow{
    transform: rotate(180deg);
}
.offcanvas{
    --bs-offcanvas-padding-x: 20px;
    --bs-offcanvas-padding-y: 0;
    background: #fff;
    --bs-offcanvas-border-width: 0;
}
.offcanvas .offcanvas-header{
    background-color: #36383c;
    padding-top: 10px;
    padding-bottom: 10px;
}
.offcanvas-header .btn-close{
    margin: 0;
    padding: 0;
    background: url("/images/icon/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 34px;
    height: 34px;
    opacity: 1;
}
.offcanvas-header .btn-close:hover{
    opacity: .8;
}
.offcanvas .offcanvas-body{
    padding-top: 32px;
}
.offcanvas .contact-group{
    background-color: #36383c;
    color: #fff;
    padding: 32px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 -20px;
    width: auto!important;
}
.offcanvas .contact-group .title{
    display: none;
}
.offcanvas .offcanvas-body{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.offcanvas .offcanvas-body>div{
    width: 100%;
    flex: 0 0 auto;
}
.offcanvas .offcanvas-body .menu-mobi-group{
    flex: 1 0 auto;
    padding-bottom: 32px;
    color: #36383c;
}
.offcanvas .offcanvas-body .btn-line{
    margin-top: 24px;
}
#menumobi a{
    padding: 0;
    display: inline-block;
}
#menumobi,#menumobi ul{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}
#menumobi a:hover,
#menumobi li.current-lang a{
    opacity: 1;
}
#menumobi li:not(:last-child){
    margin-bottom: 8px;
}
#menumobi .sub-menu{
    display: none;
    padding: 8px 8px 0;
    font-size: 18px;
    color: #737477;
}
#menumobi .sub-menu li:not(:last-child){
    margin-bottom: 8px;
}
#menumobi>li>div.item{
    padding: 0;
    transition: .3s;
}
#menumobi li.menu-item-has-children>div.item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
}
#menumobi li.menu-item-has-children>div.item>a{
    flex: 0 0 auto;
}
#menumobi li.menu-item-has-children>div.item>.arrow{
    width: 16px;
    height: 16px;
    position: relative;
    flex: 0 0 16px;
    cursor: pointer;
}
#menumobi li.menu-item-has-children>div.item>.arrow:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/images/icon/menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s;
}
#menumobi li.menu-item-has-children.show>div.item>.arrow:before{
    transform: rotate(180deg);
}
#menumobi li.current-menu-item>.item>a{
    color:#333;
}
#menumobi li:not(.menu-item-has-children)>div.item>.arrow{
    display: none;
}
#footer{
    background: #36383c;
    flex: 0 0 auto;
    color: #fff;
    font-size: 16px;
    padding-top: 32px;
}
#footer .requizit{
    margin-top: 16px;
    font-size: 14px;
}
#footer a:hover,
#header a:hover{
    color: #8c8c8c;
    text-decoration: underline;
}
#footer a:hover img,
#header a:hover img{
    filter: brightness(0.5);
}
#footer .title{
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
#footer .line-top{
    padding-bottom: 32px;
}
#footer .line-bottom{
    border-top: 1px solid #8c8c8c;
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 14px;
}
#footer .line-bottom .row{
    --bs-gutter-y: 10px;
}
.contact-items .contact-item+.contact-item{
    margin-top: 16px;
}
.pagination-mod{
    margin-top: 25px;
    font-weight: 400;
}
.pagination-mod .list-page{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    color: #a0a0a0;
}
.pagination-mod .list-page a,
.pagination-mod .list-page span{
    min-width: 36px;
    height: 36px;
    display: block;
    line-height: 34px;
    color: #a0a0a0;
    padding: 0 4px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #fff;
    text-decoration: none;
}
.pagination-mod .list-page a:hover{
    color: #fff;
}
.pagination-mod .list-page .next,
.pagination-mod .list-page .prev,
.pagination-mod .list-page .navi-item{
    min-width: 36px;
    height: 36px;
    line-height: 34px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-mod .list-page span.current{
    color: #fff;
    border-color: #fff;
}
.pagination-mod .list-page>a svg path{
    transition: .2s;
}
.pagination-mod .list-page>a:hover svg path{
    stroke: #a0a0a0;
}
.pagination-mod .list-page .prev,
.pagination-mod .list-page .first-page,
.pagination-mod .list-page .next,
.pagination-mod .list-page .last-page{
    padding: 0!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-list.row{
    --bs-gutter-x: 24px;
}
.post-list .panel{
    outline: none;
}
.post-list .name,
.post-list .image{
    display: block;
}
.post-list .image{
    width: 100%;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}
.post-list .image::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
    transition: all 0.5s;
}
.post-list .panel:hover .image::before {
    left: 150%; /* Движение блика */
}
.post-list .name{
    font-size: 1.11em;
    transition: .2s;
}
.post-list .name .brand{
    text-transform: uppercase;
    color: #fff;
}
.fancybox__caption{
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    text-align: center;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form input[type=date], .mod-select select, .wpcf7-form textarea {
    width: 100%;
    font-size: 16px;
    min-height: 40px;
    line-height: 28px;
    border: 1px solid #c3c3c3;
    padding: 5px 16px;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0!important;
    background: #fff;
    vertical-align: middle;
    color: #1b1b1b;
    transition: .3s;
}
.wpcf7-form .item-field{
    margin-bottom: 8px;
}
.wpcf7 label{
    margin-bottom: 4px;
}
.wpcf7-form input[type=text]:focus, .wpcf7-form input[type=email]:focus, .wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=date]:focus, .mod-select select:focus, .wpcf7-form textarea:focus,
.wpcf7-form select:focus{
    border-color: #36383c;
}
.wpcf7-form .btn{
    width: 100%;
}
.wpcf7-checkbox,
.wpcf7-acceptance{
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    display: block;
}
.wpcf7-checkbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 16px;
}
.wpcf7-checkbox .wpcf7-list-item{
    margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item{
    margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item:last-child{
    margin-right: 0;
}
.wpcf7-checkbox label,
.wpcf7-acceptance label{
    display: block;
}
.wpcf7-checkbox label input,
.wpcf7-acceptance label input{
    display: none;
}
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label{
    display: block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    font-size: 16px;
}
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-acceptance .wpcf7-list-item-label:after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #c3c3c3;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    transition: .2s;
}
.wpcf7-checkbox .wpcf7-list-item-label:hover:before,
.wpcf7-acceptance .wpcf7-list-item-label:hover:before{
    border-color: #36383c;
}
.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-acceptance .wpcf7-list-item-label:after{
    opacity: 0;
    border: none;
    background-color: transparent;
    background-image: url("/images/icon/check.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.wpcf7-checkbox label input:checked+.wpcf7-list-item-label:after,
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label:after{
   opacity: 1;
}
.wpcf7-not-valid-tip{
    font-size: 12px;
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 0 2px 0 12px;
    line-height: 1.1;
    z-index: 5;
}
.wpcf7-form-control-wrap{
    display: block;
}
.wpcf7-form .btn-line{
    position: relative;
}
.wpcf7-form .btn-line .wpcf7-spinner{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translate(-50% -50%);
}
.wpcf7-form{
    position: relative;
}
.wpcf7-form .wpcf7-response-output{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0!important;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #e6e9f0;
    border-color: #e6e9f0;
    border-radius: 0;
    color: #1b1b1b;
    padding: 1.5rem!important;
    z-index: 5;
}
.wpcf7 form .wpcf7-response-output{
    margin-left: 0;
    margin-right: 0;
}
.wpcf7 form.sent .wpcf7-response-output{
    background-color: #e6e9f0;
    color: #1b1b1b;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #ff0000;
}
.wpcf7 form .wpcf7-response-output{
    margin-left: 0;
    margin-right: 0;
}
.wpcf7-form .row{
    --bs-gutter-y: 0;
    --bs-gutter-x: 16px;
}
.wpcf7-select{
    width: 100%;
    outline: none;
    box-shadow: none;
    border: 1px solid #c3c3c3;
    padding: 8px 32px 8px 16px;
    background-repeat: no-repeat;
    background-image: url("/images/icon/select.svg");
    background-position: right 8px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
:where(.wp-block-columns):last-child{
    margin-bottom: 0;
}
.wp-block-button__link{
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wp-block-button__link:hover{
     color: var(--bs-btn-hover-color);
     background-color: var(--bs-btn-hover-bg);
     border-color: var(--bs-btn-hover-border-color);
}
.wp-block-button__link:active{
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}
.btn,.wp-block-button__link{
    --bs-btn-padding-x: 9px;
    --bs-btn-padding-y: 9px;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.2;
    --bs-btn-color: #1b1b1b;
    --bs-btn-bg: #e6e9f0;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: #e6e9f0;
    --bs-btn-border-radius: 0;
    --bs-btn-hover-border-color: #36383c;
    --bs-btn-hover-bg: #36383c;
    --bs-btn-hover-color: #fff;
    --bs-btn-box-shadow: none;
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: none;
    --bs-btn-active-color: #1b1b1b;
    --bs-btn-active-bg: #e6e9f0;
    --bs-btn-active-border-color: #1b1b1b;
}
.btn-primary,
.wp-block-button__link{
    --bs-btn-padding-x: 15px;
    --bs-btn-padding-y: 11px;
    --bs-btn-color: #fff;
    --bs-btn-bg: #36383c;
    --bs-btn-border-color: #36383c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #727272;
    --bs-btn-hover-border-color: #727272;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #36383c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #36383c;
    --bs-btn-disabled-border-color: #36383c;
}

body.page-template-form{
    background-color: #020202;
}
body.page-template-form #footer{
    padding-top: 0;
}
#form-page{
    padding-bottom: 0;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3px;
    margin-top: 24px;
    --swiper-pagination-bullet-width: 20px;
    --swiper-pagination-bullet-height: 3px;
    --swiper-pagination-bullet-border-radius: 2px;
    --swiper-pagination-bullet-inactive-opacity: .74;
    --swiper-pagination-bullet-horizontal-gap: 0;
    --swiper-pagination-bullet-inactive-color: #c3c3c3;
    --swiper-pagination-color: #1b1b1b;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-lock, .swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-lock{
    display: none;
}
.swiper.swiper-navigation-disabled ~ .swiper-button-next,.swiper.swiper-navigation-disabled ~ .swiper-button-prev,
.swiper:not(.swiper-initialized) ~ .swiper-button-next, .swiper:not(.swiper-initialized) ~ .swiper-button-prev{
    display: none;
}
.swiper-button-next:after, .swiper-button-prev:after{
    transition: .2s;
}
.swiper-button-next, .swiper-button-prev{
    --swiper-navigation-size: 40px;
    border: none;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-color: transparent;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background-color: #36383c;
}
.swiper-button-lock{
    display: none;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display:block;
    content: '';
    background-image: url("/images/left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: .2s;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after{
    background-image: url("/images/left-h.svg");
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{

}
.swiper-button-next:after{
    transform: rotate(180deg);
}
.swiper-scrollbar.swiper-scrollbar-horizontal:before{
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: #d9d9d9;
    width: 100%;
}
.swiper a{
    outline: none!important;
}

.products-list .btn-list .row{
    --bs-gutter-x: 8px;
}
.products-list .btn-list{
    margin-bottom: 20px;
}
.products-list .details .title-line{
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #1b1b1b;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1.1;
    gap: 16px;
    margin-bottom: 8px;
}
.products-list .details .title-line span{
    flex: 0 0 auto;
}
.products-list .details .item-prod{
    background-color: #f2f4f7;
    padding: 16px;
    position: relative;
}
.products-list .details .item-prod .anchor,
.block-form-text .anchor{
    position: absolute;
    left: 0;
    top: -70px;
}
.products-list .details .title-line:after{
    content: '';
    display: block;
    flex: 1 0 0%;
    height: 1px;
    background: #cacfd9;
}
.products-list .details .item-prod + .item-prod{
    margin-top: 32px;
}
.products-list .details .item-prod .desc{
    font-size: 14px;
    color: #36383c;
}
.products-list .sliders{
    margin-top: 16px;
    --swiper-navigation-sides-offset: 0;
}
.products-list .sliders img{
    width: 100%;
}
.products-list .sliders .swiper-pagination{
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
}
.products-list .sliders .col-item{
    display: none;
}
.col-form .wpcf7{
    padding: 16px;
    background-color: #e6e9f0;
}
.row-contact-page .col-info{
    font-size: 18px;
}
.products-link{
    padding-top: 32px;
    padding-bottom: 32px;
}
.products-link .title-line .text{
    font-weight: 600;
    font-family: 'Roboto Condensed',sans-serif;
    text-transform: uppercase;
    color: #1b1b1b;
    flex: 0 0 auto;
    margin-bottom: 0;
}
.products-link .title-line .btn{
    flex: 0 0 auto;
}
.products-link .title-line{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.products-link .title-line .line{
    height: 1px;
    flex: 1 0 0%;
    background: #cacfd9;
}
.products-link .panel{
    display: block;
}
.products-link .panel img{
    width: 100%;
}
.products-link .panel .title{
    font-weight: 500;
    font-size: 16px;
    margin-top: 4px;
    font-family: 'Roboto Condensed',sans-serif;
}
.products-link .row{
    --bs-gutter-x: 8px;
    --bs-gutter-y: 14px;
}
#home-about{
    background: #e6e9f0;
    padding-top: 32px;
    padding-bottom: 32px;
}
#home-about .title-block{
    margin-bottom: 12px;
}
#home-about h2,
.block-form-text .col-text .title-block{
    margin-bottom: 12px;
}
#home-about em{
    font-family: "Brush Script MT",Serif;
    line-height: 1;
    font-size: 40px;
}
.block-form-text .col-text ul{
    color: #737477;
}
.block-form-text .title-form{
    margin-bottom: 8px;
}
.block-form-text .title-desc{
    margin-bottom: 16px;
}
.block-form-text .row{
    --bs-gutter-y: 32px;
}
.block-form-text .wpcf7-form .row{
    --bs-gutter-y: 0;
}
.block-form-text .home-text + .home-text{
    margin-top: 24px;
}
.block-form-text{
    position: relative;
    padding-bottom: 32px;
    padding-top: 32px;
}
#slider-top .swiper .swiper-pagination{
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 8px;
    bottom: 0;
}
#slider-top{
    background: #e6e9f0;
    padding-bottom: 32px;
}
#slider-top .swiper-slide .image{
    position: relative;
}
#slider-top .swiper-slide .image:before,
#slider-top .swiper-slide .image:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 40px #e6e9f0;
    z-index: 2;
}
#slider-top .title{
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #111112;
    line-height: 1.04;
}
#slider-top .title em{
    font-family: "Brush Script MT",Serif;
    line-height: 1;
    font-size: 40px;
    font-weight: 400;
    color: #1b1b1b;
}
#slider-top .row{
    --bs-gutter-y: 0;
    justify-content: space-between;
}
#slider-top .col-desc{
    padding-top: 32px;
}
:root :where(.is-layout-constrained) > * {
    margin-block-start: 16px;
}
@media (min-width: 360px){
    .products-link .panel .title{
        font-size: 18px;
    }
    .title-block,h1,.h1{
        font-size: 26px;
    }
    h2,.h2{
        font-size: 22px;
    }
}
@media (min-width: 500px){
    .title-block,h1,.h1,
    #slider-top .title{
        font-size: 28px;
    }
    #slider-top .title em{
        font-size: 48px;
    }
    .bn-page-block .title-block{
        font-size: 34px;
    }
    h2,.h2{
        font-size: 24px;
    }
}
@media (min-width: 576px){
    .title-block,h1,.h1,
    #slider-top .title{
        font-size: 28px;
    }
    #slider-top .title em{
        font-size: 48px;
    }
    #slider-top .swiper-slide .image:after{
        box-shadow: inset 0 0 60px #e6e9f0;
    }
}
@media (min-width: 768px){
    .title-block,h1,.h1,
    #slider-top .title{
        font-size: 30px;
    }
    #slider-top .title em{
        font-size: 50px;
    }
    .bn-page-block .title-block{
        font-size: 38px;
    }
    h2,.h2{
        font-size: 26px;
    }
    .title-small,
    h3, .h3{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .title-form{
        font-size: 26px;
    }
    .fancybox__caption{
        padding-left: 0;
        padding-right: 0;
        width: 90%;
        font-size: 15px;
    }
    .col-form .wpcf7{
        padding: 20px;

    }
    .wpcf7-form .btn {
        width: auto;
    }
    .btn-primary,
    .wp-block-button__link{
        --bs-btn-padding-x: 31px;
    }
    .products-link .panel .title{
        font-size: 20px;
        margin-top: 8px;
    }
}
@media (min-width: 992px){
    .title-block,h1,.h1,
    #slider-top .title{
        font-size: 34px;
    }
    #slider-top .title em{
        font-size: 54px;
    }
    .title-block.title-medium{
        font-size: 32px;
    }
    .title-form{
        font-size: 30px;
        margin-bottom: 24px;
    }
    .contact-items{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .container-bread{
        margin-bottom: 16px;
    }
    .products-list .details .item-prod{
        background-color: transparent;
        padding: 0;
    }
    .products-list .details .title-line{
        font-size: 24px;
        margin-bottom: 24px;
    }
    .products-list .details .item-prod .desc{
        background-color: #f2f4f7;
        padding: 32px;
        font-size: 16px;
    }
    .products-list .btn-list .btn{
        width: 100%;
        text-transform: uppercase;
    }
    .products-list .btn-list {
        margin-bottom: 40px;
    }
    .products-list .details .item-prod + .item-prod {
        margin-top: 40px;
    }
    .products-list .details .item-prod .anchor,
    .block-form-text .anchor{
        top: -160px;
    }
    .products-list .sliders{
        margin-top: 32px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
        gap: 10px;
        --swiper-pagination-bullet-width: 40px;
        --swiper-pagination-bullet-height: 4px;
    }
    .products-list .sliders .col-item-all{
        display: none;
    }
    .products-list .sliders img {
        border: 1px solid #e6e9f0;
    }
    .products-list .sliders .col-item{
        display: block;
    }
    .products-list .sliders .col-item-all{
        display: none;
    }
    .wpcf7-form .item-field {
        margin-bottom: 16px;
    }
    .maps-col .map-container,
    .maps-col .map-container iframe{
        height: 100%;
    }
    .products-link .title-line{
        gap: 32px;
        margin-bottom: 32px;
    }
    .products-link .panel .title{
        font-size: 22px;
        margin-top: 12px;
    }
    .products-link .row{
        --bs-gutter-x: 20px;
        --bs-gutter-y: 32px;
    }
    .products-link{
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
    }
    #home-about{
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 60px;
    }
    #home-about .row{
        --bs-gutter-y: 0;
    }
    .products-link:before,
    .products-link:after,
    #home-about:after{
        content: '';
        display: block;
        position: absolute;
        left: 0;
        height: 60px;
        width: 100%;
        top: 0;
        background: linear-gradient(0deg, rgba(250, 250, 250, 0) 0%, #e6e9f0 100%);
    }
    #home-about:after{
        top: 100%;
        background: linear-gradient(0deg, rgba(250, 250, 250, 0) 0%, #e6e9f0 100%);
    }
    .products-link:after{
        top: auto;
        bottom: 0;
        background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, #e6e9f0 100%);
    }
    #home-about .title-block,
    .block-form-text .title-form{
        margin-bottom: 16px;
    }
    .block-form-text .col-text .title-block,
    .block-form-text .title-desc{
        margin-bottom: 20px;
    }
    .block-form-text{
        padding-top: 0;
        padding-bottom: 40px;
    }
    :root :where(.is-layout-constrained) > * {
        margin-block-start: 20px;
    }
    #slider-top{
        padding-bottom: 0;
    }
    #slider-top .col-desc{
        padding-top: 20px;
    }
}
@media (min-width: 1200px){
    :root{
        --wp--preset--spacing--50: 32px;
        --wp--preset--spacing--70: 50px;
    }
    .container, .container-fluid, .container-xxxl, .container-xb, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .row{
        --bs-gutter-x: 32px;
    }
    html{
        font-size: 18px;
    }
    #header .top-line{
        padding-top: 12px;
        padding-bottom: 18px;
    }
    #footer .line-bottom{
        padding: 8px 0;
    }
    .title-block,h1,.h1,
    #slider-top .title{
        font-size: 36px;
    }
    #slider-top .title em{
        font-size: 60px;
    }
    h2,.h2{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .title-form{
        font-size: 32px;
    }
    #menu-glavnoe{
        gap: 32px;
    }
    .pagination-mod{
        margin-top: 50px;
    }
    .page-content{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .fancybox__caption{
        width: 80%;
        font-size: 16px;
    }
    #form-page .bg-image{
        margin-top: -60px;
    }
    .products-list .btn-list .row{
        --bs-gutter-x: 16px;
    }
    .col-form .wpcf7,
    .block-form-text .col-text .panel{
        padding: 32px;
    }
    .products-link{
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .products-link:before,
    .products-link:after,
    #home-about:after{
        height: 64px;
    }
    #home-about{
        margin-bottom: 64px;
    }
    .products-link .panel .title{
        font-size: 24px;
        margin-top: 16px;
    }
    #home-about em{
        font-size: 50px;
    }
    .block-form-text .title-desc{
        margin-bottom: 32px;
    }

    .block-form-text .home-text + .home-text{
        margin-top: 32px;
    }
    .block-form-text{
        padding-bottom: 64px;
    }
    #slider-top .swiper-slide .image:after{
        box-shadow: inset 0 0 100px #e6e9f0;
    }
}
@media (min-width: 1466px){
    .title-block,h1,.h1,
    #slider-top .title{
        font-size: 40px;
    }
    #slider-top .title em{
        font-size: 64px;
    }
    .title-form{
        font-size: 36px;
    }
    #footer .menu-list{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: -8px -8px 0;
    }
    #footer .menu-list .menu-item{
        padding: 8px 8px 0;
        flex: 0 0 auto;
        width: 60%;
    }
    #footer .menu-list .menu-item:nth-child(odd){
        width: 40%;
    }
    .products-list .btn-list .btn{
        font-size: 18px;
    }
    .products-link .panel .title{
        font-size: 26px;
    }
}
@media (min-width: 1600px){
    .title-block,h1,.h1,
    #slider-top .title{
        font-size: 46px;
    }
    #slider-top .title em{
        font-size: 70px;
    }
    #footer .col-menu{
        padding-left: 60px;
        padding-right: 60px;
    }
    .products-list .btn-list .btn,
    .block-form-text .title-desc{
        font-size: 20px;
    }
    .products-list .btn-list {
        margin-bottom: 64px;
    }
    .products-list .details .item-prod + .item-prod {
        margin-top: 64px;
    }
    .title-form{
        font-size: 44px;
    }
    .wpcf7-form .item-field .label{
        font-size: 20px;
    }
    .products-link{
        padding-top: 140px;
        padding-bottom: 140px;
    }
    #home-about{
        margin-bottom: 140px;
    }
    .products-link:before,
    .products-link:after,
    #home-about:after{
        height: 140px;
    }
    .products-link .panel .title{
        font-size: 28px;
    }
    #home-about h2.title-block,
    .block-form-text .col-text .title-block{
        font-size: 44px;
    }
    .block-form-text{
        padding-bottom: 100px;
    }
    #slider-top .col-desc{
        width: 39%;
        font-size: 20px;
        padding-top: 32px;
    }
}

@media (max-width: 991.98px){
    #header .logo img{
        width: 107px;
        height: auto;
    }
    .map-container iframe{
        height: 250px;
    }
    .products-list .sliders .col-item{
        display: none;
    }
    .products-list .btn-list .row{
        margin: 0;
        flex-wrap: nowrap;
    }
    .products-list .btn-list .row .col-auto{
        padding: 0;
        margin:0;
    }
    .products-list .btn-list .row .col-auto + .col-auto{
        margin-left: 8px;
    }
    .products-list .btn-list{
        overflow: auto;
    }
    .products-list .sliders .swiper-button-next,
    .products-list .sliders .swiper-button-prev{
        display: none;
    }
    #slider-top .col-desc{
        text-align: center;
    }
    #slider-top .col-desc .wp-block-buttons{
        justify-content: center;
    }
}
@media (max-width: 767.98px){
    #footer .title{
        display: none;
    }
    #footer .line-top .row{
        --bs-gutter-y: 16px;
    }
    #footer .logo img{
        width: 167px;
        height: auto;
    }
}
@media (max-width: 575.98px){
    .row-contact-page .col-req{
        font-size: 14px;
    }
}