/*
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: 9999.21
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;}
::-webkit-scrollbar-track {  background-color: #fafafa;}
::-webkit-scrollbar-track-piece { background-color: #fafafa}
::-webkit-scrollbar-thumb { height: 8px; width: 8px; background-color: #133471; border-radius: 0;}
::-webkit-scrollbar-corner { background-color: #fafafa;}
*::selection {
    color: #fafafa;
    background: #133471;
}

:root{
    --bs-body-bg: rgba(121, 204, 247, 0.1);
    --bs-body-color: #1f262a;
    --bs-body-line-height: 1.22;
    --bs-body-font-weight: 500;
}
.row{
    --bs-gutter-x: 16px;
}
html{
    font-size: 16px;
    scroll-behavior: smooth;
    height: 100%;
}
body{
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-family: 'Montserrat', sans-serif;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
body.home{
    background: #fff;
}
#container{
    flex: 1 0 auto;
}
#footer{
    flex: 0 0 auto;
}
.btn{
    --bs-btn-padding-x: 19px;
    --bs-btn-padding-y: 8px;
    --bs-btn-font-size: 18px;
    --bs-btn-font-weight: 500;
    --bs-btn-line-height: 22px;
    --bs-btn-color: #fafafa;
    --bs-btn-bg: #ed1c24;
    --bs-border-width: 1px;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: #ed1c24;
    --bs-btn-border-radius: 30px;
    --bs-btn-box-shadow: none;
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: none;
    --bs-btn-hover-color: #ed1c24;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #ed1c24;
    --bs-btn-active-color: #fafafa;
    --bs-btn-active-bg: #d61a21;
    --bs-btn-active-border-color: #d61a21;
}
.btn-icon.btn{
    --bs-btn-padding-y: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.btn-icon svg path{
    transition: .2s;
}
.btn-icon:hover svg path{
    fill: var(--bs-btn-hover-color,#ed1c24);
}
.btn-icon:active svg path{
    fill: var(--bs-btn-active-color,#fafafa);
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: #ed1c24;
}
p: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: 'Montserrat Alternates', sans-serif;
    font-weight: 700;
    margin-bottom: .9em;
}
.title-block,h1,.h1{
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    margin-bottom: .72em;
}
h2,.h2{
    font-size: 18px;
    margin-bottom: 12px;
}
.title-small,
h3, .h3{
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
    text-align: center;
}
.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: 14px;
    --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: #bdbdbd;
    --swiper-pagination-color: #ed1c24;
}
.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: 16px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-color: #fafafa;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display:block;
    content: '';
    background-image: url("/images/icon/arow-left.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: .2s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{
    background-color: #ed1c24;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
    background-image: url("/images/icon/arow-left-h.svg");
}
.swiper-button-next:after{
    transform: rotate(180deg);
}
.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);
}

#header{
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 8px 0;
    position: sticky;
    top: 0;
    z-index: 500;
}
#menu-glavnoe{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    text-transform: uppercase;
}
#menu-glavnoe li{
    padding: 0;
    margin: 0;
}
#menu-glavnoe>li>div>a{
    white-space: nowrap;
}
ul.lang-menu{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    line-height: 1.1111;
    font-size: 18px;
}
ul.lang-menu li + li{
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #8c8c8c;
}
ul.lang-menu li.current-lang{
    font-weight: 600;
}
.offcanvas{
    --bs-offcanvas-padding-x: 20px;
    --bs-offcanvas-padding-y: 10px;
}
.offcanvas .offcanvas-body{
    padding-top: 32px;
}
.offcanvas .lang-line{
    margin-top: 16px;
}
.offcanvas .lang-line ul.lang-menu{
    justify-content: center;
}
.offcanvas .contact-group{
    background-image: linear-gradient(0deg, #174496 0%, #102957 100%);
    padding: 20px 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 0 -20px -10px;
    width: auto!important;
}
.offcanvas .contact-group .item-contact + .item-contact{
    margin-top: 10px;
}
.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-container{
    flex: 1 0 auto;
}
#menumobi a{
    padding: 0;
    display: inline-block;
}
#menumobi,#menumobi ul{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #133471;
}
#menumobi{
    padding: 24px 0 32px;
}
#menumobi a:hover,
#menumobi li.current-lang a{
    opacity: 1;
}
#menumobi li:not(:last-child){
    margin-bottom: 20px;
}
#menumobi .sub-menu{
    display: none;
    font-size: 20px;
    border-bottom: 1px solid #133471;
    padding-bottom: 10px;
    padding-top: 10px;
}
#menumobi .sub-menu li:first-child{
    border-top: 1px solid #133471;
    padding-top: 10px;
}
#menumobi li.menu-item-has-children>div.item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#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;
    margin-left: 4px;
    margin-top: 4px;
    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/arrow-bottom.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 a{
    color:#fff;
}
#menumobi li:not(.menu-item-has-children)>div.item>.arrow{
    display: none;
}
#footer{
    background: linear-gradient(0deg, #174496 0%, #102957 100%);
    color: #fff;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 40px;
}
#footer .logo-f>span{
    border-radius: 16px;
    padding: 16px;
    background: #fff;
    display: inline-block;
}
#footer .logo-f + .reqizit{
    margin-top: 16px;
}
#footer .reqizit{
    font-size: 14px;
    font-weight: 400;
}
#footer .menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .menu ul li + li{
    margin-top: 4px;
}
#footer .title{
    font-weight: 700;
    font-size: 1.3333em;
    margin-bottom: 8px;
}
#footer .line-decor{
    height: 1px;
    background: #8c8c8c;
}
#footer .top-line{
    padding-bottom: 32px;
}
#footer .bottom-line{
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
}
#footer .item-contact + .item-contact{
    margin-top: 4px;
}
.breadcrumb-block{
    margin-top: 32px;
    margin-bottom: 20px;
    color: #ff5139 ;
    text-align: center;
}
.breadcrumb-block a{
    color: #8c8c8c;
}
.breadcrumb-block a:hover{
    color: #ed1c24;
}
.breadcrumb-block .delitel{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("/images/icon/bread.svg");
    background-size: contain;
    background-position: center;
    margin: 0 10px;
}
.is-style-p-top{
    padding-top: 40px;
}
.is-style-p-bot{
    padding-bottom: 40px;
}
.is-style-p-block{
    padding-top: 40px;
    padding-bottom: 40px;
}
.shops-block-list{
    background: linear-gradient(90deg, rgba(61, 136, 204, 0.8) 0%, rgba(122, 205, 248, 0.8) 100%);
    border-radius: 16px;
    padding: 24px 10px;
}
.shops-block-list .shops-slider{
    position: relative;
}
.shops-block-list .row{
    --bs-gutter-x: 23px;
    --bs-gutter-y: var(--bs-gutter-x);
}
.shops-block-list .item .image{
    display: block;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 19px;
    padding: 15px 30px;
    text-align: center;
}
.shops-block-list .shops-slider .swiper-slide{
    height: auto;
}
.shops-block-list .shops-slider .swiper-slide .image{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shops-block-list .shops-slider .swiper:before,
.shops-block-list .shops-slider .swiper:after{
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    width: 58px;
    z-index: 3;
    pointer-events: none;
}
.shops-block-list .shops-slider .swiper:before{
    left: 0;
    background: linear-gradient(269deg, rgba(102, 163, 216, 0) 0%, #66a3d8 100%);
}
.shops-block-list .shops-slider .swiper:after{
    right: 0;
    background: linear-gradient(89deg, rgba(146, 211, 247, 0) 0%, #92d3f7 100%);
}
.preim-block-list .row{
    --bs-gutter-y: var(--bs-gutter-x,16);
}
.preim-block-list .panel{
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    position: relative;
}
.preim-block-list .panel .title{
    font-weight: 700;
    font-size: 1.3333em;
    text-align: center;
}
.preim-block-list .panel .prev-text{
    font-size: 1.11em;
    text-align: center;
    margin-top: 20px;
}
.preim-block-list .panel .title-group{
    border-bottom: 1px solid #1f262a;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.preim-block-list .panel .icon-image{
    position: absolute;
    right: -12px;
    bottom: -6px;
    height: 100px;
    width: auto;
}
.blok-s-izobrazheniem{
    padding: 20px;
    border-radius: 16px;
    position: relative;
}
.blok-s-izobrazheniem .attachment-full{
    position: absolute;
    right: 64px;
    top: -20px;
    height: calc(100% + 40px);
    width: 20%;
    object-fit: contain;
    object-position: center;
}
.blok-s-izobrazheniem.pos-img-left .attachment-full{
    left: 32px;
    right: auto;
}
.blok-s-izobrazheniem.pos-img-left .attachment-full{
    left: -10px;
    height: calc(100% + 20px);
    width: 22%;
    object-position: left bottom;
}
.blok-s-izobrazheniem .panel{
    padding-right: 28%;
}
.blok-s-izobrazheniem.pos-img-left .panel{
    padding-left: 22%;
    padding-right: 0;
}
.blok-s-izobrazheniem .btn-line{
   margin-top: 32px;
}
.catalog-home .product_cat-list.row{
    --bs-gutter-y: var(--bs-gutter-x,16px);
}
.catalog-home .panel{
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    border-radius: 16px;
    display: block;
    padding-top: 110%;
    height: 100%;
}
.catalog-home .panel img{
    border-radius: 16px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-position: top center;
    object-fit: cover;
}
.catalog-home .panel .name{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    color: #fafafa;
    padding: 10px 8px;
}
/*.brand-block-list .swiper .swiper-wrapper{
    transition-timing-function: linear;
}*/
.brand-block-list:not(.type-bg){
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
}
.brand-block-list:not(.type-bg) .swiper-wrapper{
    align-items: center;
}
.brand-block-list.type-bg .swiper{
    padding: 6px;
    margin: -6px;
}
.brand-block-list.type-bg .swiper-slide .panel{
    display: block;
    position: relative;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 19px;
    padding: 15px;
}
.brand-block-list.type-bg .swiper-slide .panel:before{
    content: '';
    position: absolute;
    display: block;
    border-radius: 19px;
    background-image: linear-gradient(45deg, #FF5139 0%, #FF705C 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: .2s;
}
.brand-block-list.type-bg .swiper-slide .panel:after{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 19px;
    background-clip: content-box;
    border: 2px solid transparent;
    z-index: 2;
}
.brand-block-list.type-bg .swiper-slide .panel:hover:before{
    opacity: 1;
}
.brand-block-list.type-bg .swiper-slide .panel>span{
    display: block;
    position: relative;
    padding-top: 50%;
    z-index: 4;
}
.brand-block-list.type-bg .swiper-slide .panel img{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.cat_products{
    --swiper-navigation-sides-offset: -10px;
}
.cat_products .swiper-button-next,
.cat_products .swiper-button-prev{
    margin-top: -54px;
}
.cat_products .swiper{
    padding: 6px;
    margin: -6px;
}
.cat_products .swiper-slide .panel{
    display: block;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}
.cat_products .swiper-slide .panel .title{
    font-size: 14px;
    padding: 10px;
    display: block;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(0deg, #174496 0%, #102957 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cat_products .swiper-slide .image{
    padding-top: 100%;
    width: 100%;
    display: block;
    position: relative;
}
.cat_products .swiper-slide .image .image-sl{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.slide-bl{
    position: relative;
}

.row-contact-page.row{
    --bs-gutter-x: 20px;
    --bs-gutter-y: var(--bs-gutter-x);
}
.row-contact-page h2{
    text-align: center;
}
.row-contact-page .wpcf7{
    background: linear-gradient(90deg, rgba(61, 136, 204, 0.8) 0%, rgba(122, 205, 248, 0.8) 100%);
    padding: 32px;
    border-radius: 16px;
}
.row-contact-page .maps-col iframe{
    border-radius: 16px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
}
.row-contact-page .dop-contact{
    margin-top: 20px;
    background: linear-gradient(180deg, rgba(86, 186, 102, 0.8) 0%, rgba(96, 234, 139, 0.8) 100%);
    border-radius: 16px;
    padding: 32px;
}
.row-contact-page .dop-contact h2{
    margin-bottom: .9em;
}
.row-contact-page .panel-contact{
    background: rgba(163, 127, 255, 0.8);
    border-radius: 16px;
    padding: 32px;
    position: relative;
}
.row-contact-page .panel-contact .img-sticker{
    position: absolute;
    left: -22px;
    top: -40px;
}

.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: 18px;
    min-height: 34px;
    line-height: 22px;
    border: 1px solid #fff;
    padding: 8px 16px;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 8px!important;
    background: #fff;
    vertical-align: middle;
    color: #1f262a;
    transition: .3s;
}
.wpcf7-form .item-field{
    margin-bottom: 24px;
}
.wpcf7-form .row{
    --bs-gutter-x: 24px;
    --bs-gutter-y: 0;
}
.wpcf7-form .item-field .label{
    margin-bottom: 4px;
    display: block;
}
.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: #1f262a;
}
.wpcf7-form .btn-line{
    text-align: center;
}
.wpcf7-checkbox,
.wpcf7-acceptance{
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    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{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 5px;
    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: #1f262a;
}
.wpcf7-checkbox label input:checked+.wpcf7-list-item-label:before,
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label:before{
    border: 1px solid #1f262a;
}
.wpcf7-checkbox label .wpcf7-list-item-label:after,
.wpcf7-acceptance label .wpcf7-list-item-label:after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/images/icon/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 10px;
    cursor: pointer;
    opacity: 0;
    transition: .2s;
}
.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 0;
    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: #E9DDC9;
    padding: 1.5rem!important;
    z-index: 5;
}
.wpcf7 form .wpcf7-response-output{
    margin-left: 0;
    margin-right: 0;
    border-radius: 16px;
}
.wpcf7 form.sent .wpcf7-response-output{
    border-color: #F1FAFE;
    background-color: #F1FAFE;
    color: #1f262a;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
    background-color: #F1FAFE;
    border-color: red;
}
.col-form .wpcf7 form.sent .wpcf7-response-output{
    border-radius: 8px;
}

.blocks-link-home .panel{
    border-radius: 16px;
    position: relative;
    display: block;
    padding-top: 46%;
}
.blocks-link-home .panel img{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.blocks-link-home .panel .name{
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fafafa;
    height: 100%;
    overflow: auto;
    z-index: 3;
}
.page-category .archive-desc{
    border-radius: 16px;
    padding: 20px;
    background: linear-gradient(90deg, rgba(61, 136, 204, 0.8) 0%, rgba(122, 205, 248, 0.8) 100%);
    margin-top: 64px;
}
.page-category .catalog-home + .row.row-cols-products{
    margin-top: 0;
}
.page-category .menu-category{
    border-radius: 16px;
    padding: 20px;
    background: linear-gradient(90deg, rgba(61, 136, 204, 0.2) 0%, rgba(122, 205, 248, 0.2) 100%);
}
.page-category .menu-category .title,
.brand-nav .title{
    font-weight: 700;
    font-size: 1.3333em;
    margin-bottom: 16px;
}
#menu-category{
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu-category li a{
    display: block;
    position: relative;
    border-radius: 5px;
    padding: 9px 16px;
}
#menu-category li.current-menu-item a{
    background: linear-gradient(44deg, #ff5139 0%, #ff705c 100%);
    color: #fafafa;
}
#menu-category li.current-menu-item a:after{
    content: '';
    display: block;
    position: absolute;
    background-image: url("/images/menu_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: -10px;
    bottom: 0;
    height: 50px;
    width: 37px;
}
.page-category .menu-slider .menu-link{
    display: block;
    border-radius: 30px;
    padding: 4px 15px;
    border: 1px solid #1f262a;
    letter-spacing: -0.01em;
    font-weight: 500;
    font-size: 16px;
}
.page-category .menu-slider .current-menu-item .menu-link{
    color: #ed1c24;
    border-color: #ed1c24;
}
.page-category .menu-slider .swiper-wrapper .swiper-slide{
    width: auto;
    flex: 0 0 auto;
}
.page-category .menu-slider{
    position: relative;
}
.page-category .menu-slider:before,
.page-category .menu-slider:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    z-index: 3;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}
.page-category .menu-slider:before{
    transform: rotate(-180deg);
    right: auto;
    left: 0;
}
.brand-nav .panel{
    display: block;
    position: relative;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 19px;
    padding: 15px;
}
.brand-nav .panel:before{
    content: '';
    position: absolute;
    display: block;
    border-radius: 19px;
    background-image: linear-gradient(45deg, #FF5139 0%, #FF705C 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: .2s;
}
.brand-nav .panel:after{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 19px;
    background-clip: content-box;
    border: 2px solid transparent;
    z-index: 2;
}
.brand-nav .panel:hover:before{
    opacity: 1;
}
.brand-nav .panel>span{
    display: block;
    position: relative;
    padding-top: 50%;
    z-index: 4;
}
.brand-nav .panel img{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.menu-category + .brand-nav,
.menu-slider + .brand-nav{
    margin-top: 32px;
}
.brand-nav .row{
    --bs-gutter-x: 16px;
}
.brand-nav .swiper{
    padding: 6px;
    margin: -6px;
}

.product-min{
    position: relative;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 16px;
    height: 100%;
    transition: .2s;
}
.product-min:hover a{
    color: #ff5139!important;
}
.product-min .image{
    position: relative;
    display: block;
    padding-top: 130%;
}
.product-min .image img{
    border-radius: 16px 16px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.product-min .new{
    color: #fafafa;
    border-radius: 5px;
    padding: 4px 4px 2px;
    background: linear-gradient(44deg, #ff5139 0%, #ff705c 100%);
    position: absolute;
    left: 6px;
    top: 6px;
    font-size: 12px;
    display: block;
}
.product-min .bl-info{
    padding: 10px;
    text-align: center;
}
.product-min .title{
    font-size: 14px;
    font-weight: 700;
}
.product-min .title a:not(:hover){
    color: #174496;
}
.product-min .desc{
    margin-top: 10px;
    color: #ff5139;
    padding-top: 10px;
    border-top: 1px solid #8c8c8c;
    font-size: 12px;
}
.product-min .link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 2px solid transparent;
    transition: .2s;
}
.product-min .link:hover{
    border-color: #ff5139;
}


.page-category .nav-cat-line{
    margin-bottom: 32px;
}
.page-category .nav-cat-line .col-count,
.page-category .nav-cat-line .view-type{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.page-category .nav-cat-line .col-count .item-count{
    border: 1px solid #8c8c8c;
    border-radius: 8px;
    padding: 3px 12px;
    color: #8c8c8c;
    font-weight: 400;
    transition:.2s;
}
.page-category .nav-cat-line .col-count .item-count:hover{
    border-color: #ff5139;
    color: #ff5139;
}
.page-category .nav-cat-line .col-count .item-count.active{
    background: linear-gradient(44deg, #ff5139 0%, #ff705c 100%);
    color: #fafafa;
    border-color: transparent;
}
.page-category .nav-cat-line .view-type .item-view{
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    position: relative;
    padding: 8px;
    transition:.2s;
}
.page-category .nav-cat-line .view-type .item-view:before{
    content: '';
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(44deg, #ff5139 0%, #ff705c 100%);
    opacity: 0;
    transition:.2s;
}
.page-category .nav-cat-line .view-type .item-view:after{
    content: '';
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #8c8c8c;
    transition:.2s;
}
.page-category .nav-cat-line .view-type .item-view.active{
    border-width: 0;
}
.page-category .nav-cat-line .view-type .item-view.active:before{
    opacity: 1;
}
.page-category .nav-cat-line .view-type .item-view:hover:after{
    border-color: #ff5139;
}
.page-category .nav-cat-line .view-type .item-view.active:after{
    opacity: 0;
}
.page-category .nav-cat-line .view-type .item-view svg{
    position: relative;
    z-index: 3;
}
.page-category .nav-cat-line .view-type .item-view svg path{
    transition: .2s;
}
.page-category .nav-cat-line .view-type .item-view:hover svg rect{
    stroke: #ff5139;
}
.page-category .nav-cat-line .view-type .item-view.active svg rect{
    stroke: #FAFAFA;
}
.page-category .nav-cat-line .view-type .item-view:hover svg path{
    stroke: #ff5139;
    fill: #ff5139;
}
.page-category .nav-cat-line .view-type .item-view.active svg path{
    stroke: #FAFAFA;
    fill: #fafafa;
}
.page-category .nav-cat-line .view-type .item-view:hover a{
    color: #ff5139;
}
.pagination-mod{
    margin-top: 16px;
    font-weight: 400;
}
.pagination-mod .list-page{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    color: #6f6f6f;
}
.pagination-mod .list-page a,
.pagination-mod .list-page span{
    min-width: 34px;
    height: 34px;
    display: block;
    line-height: 34px;
    padding: 0 4px;
    text-align: center;
    border-radius: 50%;
}
.pagination-mod .list-page span.current{
    color: #fafafa;
    background: linear-gradient(44deg, #ff5139 0%, #ff705c 100%);
}
.pagination-mod .list-page>a svg path{
    transition: .2s;
}
.pagination-mod .list-page>a:hover svg path{
    stroke: #ff5139;
}
.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-product .panel-brand{
    border-radius: 19px;
    padding: 13px;
    text-align: center;
    border: 2px solid transparent;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    width: 146px;
    position: relative;
    display: block;
    transition: .2s;
}
.post-product .panel-brand img{
    max-height: 70px;
    width: auto;
}
.post-product .panel-brand:hover{
    border-color:  #ff5139;
    box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.15);
}
.post-product .btn-line,
.post-product .description,
.post-product .properties{
    margin-top: 16px;
}
.post-product .btn-line{
    text-align: center;
}
.post-product .panel{
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 16px;
    padding: 24px 16px;
}
.post-product .title{
    font-weight: 700;
    font-size: 1.3333em;
    margin-bottom: 8px;
}
.post-product .item-prop .value{
    color: #ff5139;
}
.post-product .item-prop + .item-prop{
    margin-top: 10px;
}
.post-product .image{
    text-align: center;
}
.post-product .image a{
    outline:none;
}
.post-product .image img{
    border-radius: 16px;
    outline:none;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
}
.post-product .image .swiper{
    margin: -6px;
    padding: 6px;
}
.post-product .image .swiper-wrapper .swiper-slide{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.post-product .image-block .images{
    text-align: center;
    position: relative;
    --swiper-navigation-sides-offset: 0;
    padding: 0;
    margin-top: 8px;
}
.post-product .image-block .images .img{
    display: block;
    position: relative;
    padding-top: 150%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.post-product .image-block .images .swiper-slide{
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
.post-product .image-block .images .swiper-slide:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    border: 2px solid #ff5139;
    opacity: 0;
    z-index: 10;
    transition: .2s;
}
/*.post-product .image-block .images .swiper:not(.swiper-backface-hidden){
    opacity: 0;
}*/
.post-product .image-block .images .swiper-slide:hover{
    opacity: .9;
}
.post-product .image-block .images .swiper-slide.swiper-slide-thumb-active:before{
    opacity: 1;
}
.post-product .image-block .images img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    object-position: center;
}
.post-product .swiper-scrollbar.swiper-scrollbar-vertical,
.post-product .swiper-vertical>.swiper-scrollbar{
    --swiper-scrollbar-left: -8px;
    --swiper-scrollbar-right: auto;
    --swiper-scrollbar-sides-offset: 0;
    height: 100%;
    --swiper-scrollbar-bg-color: transparent;
    --swiper-scrollbar-drag-bg-color: #ff5139;
    --swiper-scrollbar-border-radius: 2px;
}
.post-product .swiper-scrollbar.swiper-scrollbar-vertical:before{
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    top: 0;
    width: 2px;
    border-radius: 2px;
    background: #d9d9d9;
    height: 100%;
}
.post-product .swiper-horizontal>.swiper-scrollbar,
.post-product .swiper-scrollbar.swiper-scrollbar-horizontal{
    --swiper-scrollbar-sides-offset: 0;
    --swiper-scrollbar-bottom: -8px;
    --swiper-scrollbar-top: auto;
    --swiper-scrollbar-size: 4px;
    width: 100%;
    --swiper-scrollbar-bg-color: transparent;
    --swiper-scrollbar-drag-bg-color: #ff5139;
    --swiper-scrollbar-border-radius: 2px;
}
.swiper-scrollbar.swiper-scrollbar-horizontal:before{
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: #d9d9d9;
    width: 100%;
}
.prod-rel-sl{
    position: relative;
    --swiper-navigation-sides-offset: -10px;
}
.prod-rel-sl .swiper{
    padding: 10px;
    margin: -10px;
}
.prod-rel-sl .swiper .swiper-slide{
    height: auto;
}
.prod-rel-sl .swiper-button-next, .prod-rel-sl .swiper-button-prev{
    margin-top: -54px;
}
.modal{
    --bs-modal-border-radius: 16px;
    --bs-modal-border-width: 0;
    --bs-modal-bg: #F1FAFE;
    --bs-modal-header-border-width: 0;
    --bs-modal-padding: 0 20px 20px;
    --bs-modal-header-padding-x: 20px;
    --bs-modal-header-padding-y: 20px;
    --bs-modal-title-line-height: 1.1;
}
.modal-title{
    font-size: 24px;
}
#formProduct.modal{
    --bs-modal-width: 900px;
}
.btn-close{
    width: 40px;
    height: 40px;
    background-image: url("/images/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
    border-radius: 0;
    box-shadow: none!important;
    outline: none!important;
}
.modal-header .btn-close{
    box-shadow: none;
    width: 30px;
    height: 30px;
}
.news-list .panel{
    position: relative;
    border-radius: 16px;
    display: block;
    background-color: #fafafa;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transition: .2s;
}
.news-list .panel:hover{
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}
.news-list .panel .image{
    display: block;
    padding-top: 46%;
    position: relative;
}
.news-list .panel .image img{
    border-radius: 16px 16px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.news-list .panel .name{
    display: block;
    padding: 20px;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 380px){
    .title-block,h1,.h1{
        font-size: 24px;
    }
    h2,.h2{
        font-size: 20px;
    }
    .title-small,
    h3, .h3{
        font-size: 18px;
    }
}
@media (min-width: 460px){
    .shops-block-list .shops-slider .swiper-slide{
        width: auto;
    }
}
@media (min-width: 500px){
    .title-block,h1,.h1{
        font-size: 26px;
    }
    h2,.h2{
        font-size: 22px;
    }
    .catalog-home .panel .name{
        font-size: 1em;
    }
    .blocks-link-home .panel .name{
        font-size: 24px;
    }
}
@media (min-width: 576px){
    .post-product .btn-line{
        text-align: left;
    }
    .post-product .btn-line,
    .post-product .description,
    .post-product .properties{
        margin-top: 32px;
    }
    .post-product .panel{
        padding: 32px;
    }
    .product-min .new{
        padding: 2px 8px 0;
        left: 10px;
        top: 10px;
        font-size: 1rem;
    }
    .product-min .bl-info {
        padding: 16px 20px 20px;
    }
    .cat_products,
    .prod-rel-sl{
        --swiper-navigation-sides-offset: -20px;
    }
    .brand-block-list:not(.type-bg){
        margin-left: calc((100vw - var(--container-width, 100vw))/2*-1);
        margin-right: calc((100vw - var(--container-width, 100vw))/2*-1);
    }
    .pagination-mod{
        margin-top: 32px;
    }
    .title-block,h1,.h1{
        font-size: 28px;
    }
    h2,.h2{
        font-size: 24px;
        margin-bottom: 24px;
    }
    .title-small,
    h3, .h3{
        font-size: 20px;
        margin-bottom: 18px;
    }
    .news-list .panel{
        height: 100%;
    }
    .shops-block-list{
        padding: 24px;
    }
    .catalog-home .panel .name{
        font-size: 1.1em;
    }
}
@media(min-width: 576px) AND (max-width: 991.98px){
    .post-product .image-block{
        padding-left: 82px;
        position: relative;
    }
    .post-product .image-block.images-not-addition{
        padding-left: 0;
    }
    .post-product .image-block .images{
        width: 70px;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        margin-top: 0;
    }
    .post-product .image-block .images .swiper{
        height: 100%;
    }
    .post-product .image-block .images .img{
        height: 100%;
        padding-top: 0;
    }
}
@media(min-width: 768px) AND (max-width: 991.98px){
    .post-product .image-block {
        padding-left: 100px;
    }
    .post-product .image-block .images {
        width: 88px;
    }
}
@media (min-width: 768px){
    body{
        background-color: rgba(121, 204, 247, 0.1);
    }
    .brand-block-list:not(.type-bg) .swiper-slide{
        width: auto;
    }
    .mod-right-position .blok-s-izobrazheniem .panel{
        padding-right: 20%;
    }
    .mod-right-position .blok-s-izobrazheniem .attachment-full{
        right: 0;
    }
    .products.compact-type .product-min,
    .products.list-type .product-min{
        display: flex;
        flex-direction: row;
    }
    .products.compact-type .product-min .image,
    .products.list-type .product-min .image{
        flex: 0 0 auto;
        width: 29%;
        padding-top: 0;
    }
    .products.list-type .product-min .image{
        width: 10%;
    }
    .products.compact-type .product-min .image img,
    .products.list-type .product-min .image img{
        border-radius: 16px 0 0 16px;
    }
    .products.compact-type .product-min .image:before,
    .products.list-type .product-min .image:before{
        content: '';
        display: block;
        width: 100%;
        padding-top: 130%;
    }
    .products.list-type .product-min .image .new{
        display: none;
    }
    .products.compact-type .product-min .bl-info,
    .products.list-type .product-min .bl-info{
        flex: 0 0 auto;
        width: 71%;
        padding: 20px 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    .products.list-type .product-min .bl-info{
        width: 90%;
        position: relative;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        padding: 20px 30px;
    }
    .products.compact-type .product-min .bl-info .title,
    .products.compact-type .product-min .bl-info .desc{
        flex: 0 0 auto;
        width: 100%;
    }
    .products.list-type .product-min .desc{
        margin-top: 0;
        border-top: none;
    }
    .products.list-type .product-min .desc,
    .products.list-type .product-min .bl-info .title,
    .products.list-type .product-min .line-decor{
        padding: 0 10px;
        flex: 0 0 auto;
        width: 40%;
    }
    .products.list-type .product-min .desc{
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .products.list-type .product-min .line-decor{
        width: 20%;
    }
    .products.list-type .product-min .line-decor:before{
        content: '';
        display: block;
        height: 1px;
        background: #8c8c8c;
    }
    .products.list-type .product-min .bl-info .new{
        display: block;
        left: auto;
        right: 10px;
    }
    .products.compact-type .item{
        width: 50%;
    }
    .products.list-type .item{
        width: 100%;
    }
    .title-block,h1,.h1{
        font-size: 30px;
    }
    h2,.h2{
        font-size: 26px;
    }
    .title-small,
    h3, .h3{
        font-size: 22px;
        text-align: left;
    }
    .shops-block-list{
        padding: 32px;
    }
    .blok-s-izobrazheniem .title-block{
        padding-right: 20%;
        padding-left: 20%;
    }
    .catalog-home .panel .name{
        text-align: left;
        padding: 20px;
    }
    .blocks-link-home .panel .name{
        font-size: 18px;
    }
    .cat_products .swiper-slide .panel .title {
        font-size: 18px;
        padding: 16px;
    }
    .product-min .title {
        font-size: 18px;
    }
    .product-min .desc{
        font-size: 16px;
    }
}
@media (min-width: 992px){
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
        margin-top: 32px;
        --swiper-pagination-bullet-width: 35px;
        gap: 6px;
    }
    #header{
        padding: 16px 0;
    }
    #footer{
        padding-bottom: 16px;
    }
    .row-contact-page .dop-contact h2{
        margin-bottom: 24px;
    }
    .row-contact-page .wpcf7{
        height: 100%;
    }
    .row-contact-page .col-info{
        width: 506px;
    }
    .products.list-type .product-min .desc,
    .products.list-type .product-min .bl-info .title{
        width: 34%;
    }
    .products.list-type .product-min .line-decor{
        width: 32%;
    }
    .title-block,h1,.h1{
        font-size: 42px;
    }
    h2,.h2{
        font-size: 30px;
    }
    .title-small,
    h3, .h3{
        font-size: 24px;
        margin-bottom: 24px;
    }
    .blok-s-izobrazheniem,
    .page-category .archive-desc{
        padding: 32px;
    }
    .catalog-home .panel .name{
        font-size: 1.3333em;
    }
    .blocks-link-home .panel .name{
        font-size: 26px;
    }
    .cat_products .swiper-slide .panel .title {
        font-size: 20px;
        padding: 20px;
    }
}

@media (min-width: 1200px) {
    html{
        font-size: 18px;
    }
    #footer{
        margin-top: 64px;
    }
    .is-style-p-top{
        padding-top: 64px;
    }
    .is-style-p-bot{
        padding-bottom: 64px;
    }
    .is-style-p-block{
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .products.list-type .product-min .desc,
    .products.list-type .product-min .bl-info .title{
        width: 40%;
    }
    .products.list-type .product-min .line-decor{
        width: 20%;
    }
    .post-product .image-block{
        padding-left: 72px;
        position: relative;
    }
    .post-product .image-block.images-not-addition{
        padding-left: 0;
    }
    .post-product .image-block .images{
        width: 60px;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        margin-top: 0;
    }
    .post-product .image-block .images .swiper{
        height: 100%;
    }
    .post-product .image-block .images .img{
        height: 100%;
        padding-top: 0;
    }
    .post-product .item-prop{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .post-product .item-prop .name,
    .post-product .item-prop .value{
        flex: 0 0 auto;
        max-width: calc(50% - 10px);
    }
    .post-product .item-prop .sep{
        background: #d9d9d9;
        height: 1px;
        flex: 1 0 0%;
        margin: 0 10px;
    }
    .title-block,h1,.h1{
        font-size: 48px;
        margin-bottom: 32px;
    }
    h2,.h2{
        font-size: 34px;
    }
    .title-small,
    h3, .h3{
        font-size: 26px;
    }
    .preim-block-list .panel .title{
        padding: 0 40px;
    }
    .preim-block-list .title-block{
        margin-bottom: 60px;
    }
    .preim-block-list .panel .icon-image{
        position: absolute;
        left: -12px;
        top: -68px;
        height: initial;
        width: initial;
    }
    .blok-s-izobrazheniem,
    .page-category .archive-desc{
        padding: 32px 64px;
    }
    .catalog-home .panel .name{
        font-size: 1.1em;
    }
    .blocks-link-home .panel .name{
        font-size: 20px;
    }
    .mod-right-position .blok-s-izobrazheniem .panel .row .col-lg-5{
        width: 44%
    }
    .mod-right-position .blok-s-izobrazheniem .panel .row .col-lg-7{
        width: 56%
    }
    .shops-block-list .item.col-auto{
            flex: 1 0 auto;
    }
}
@media (min-width: 1466px){
    #header .col-menu{
        padding-left: 48px;
    }
    .container, .container-fluid, .container-xxxl, .container-xb, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .row,
    .row-contact-page.row{
        --bs-gutter-x: 32px;
    }
    .row-contact-page .dop-contact{
        margin-top: 32px;
    }
    .page-category .col-sidebar{
        width: 22%;
    }
    .page-category .col-content{
        width: 78%;
    }
    .products.list-type .product-min .desc,
    .products.list-type .product-min .bl-info .title,
    .products.list-type .product-min .line-decor{
        width: 33.3333%;
    }
    .post-product .item-prop .value{
        width: 400px
    }
    .page-product .row-prod .col-image{
        width: 37%;
    }
    .page-product .row-prod .col-info{
        width: 63%;
    }
    .shops-block-list{
        padding: 32px 64px;
    }
    .catalog-home .panel .name{
        font-size: 1em;
    }
    .blocks-link-home .panel .name{
        font-size: 24px;
    }
    .product-min .title {
        font-size: 18px;
    }
    .product-min .desc{
        font-size: 1rem;
    }
    .post-product .image-block {
        padding-left: 86px;
    }
    .post-product .image-block .images {
        width: 74px;
    }
}
@media (min-width: 1600px){
    .blocks-link-home .panel .name{
        font-size: 26px;
    }
    .post-product .image-block {
        padding-left: 92px;
    }
    .post-product .image-block .images {
        width: 80px;
    }
}
@media (min-width: 1864px) {
    .preim-block-list .title-block{
        margin-bottom: 32px;
    }
    .post-product .image-block {
        padding-left: 116px;
    }
    .post-product .image-block .images {
        width: 104px;
    }
    .catalog-home .panel .name{
        font-size: 1.3333em;
    }
    .blocks-link-home .panel .name{
        font-size: 30px;
    }
    .product-min .title {
        font-size: 20px;
    }
}
@media (max-width: 1199.98px){
    .preim-block-list .desc{
        padding-right: 40px;
    }
    .row-contact-page .maps-col iframe{
        height: 260px;
    }
    .post-product .item-prop .value{
        margin-top: 4px;
    }
    .post-product .item-prop{
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 4px;
    }
}
@media (max-width: 991.98px){
    .preim-block-list .panel{
        padding: 20px 10px;
    }
    .preim-block-list .panel .title{
        font-size: 18px;
    }
    .preim-block-list .panel .prev-text{
        margin-top: 10px;
        font-size: 14px;
    }
    .preim-block-list .panel .title-group {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .preim-block-list .desc{
        font-size: 14px;
        padding-right: 80px;
    }
}
@media (max-width: 767.98px){
    .breadcrumb-block{
        font-size: 14px;
        font-weight: 400;
    }
    #header .col-logo img,
    .offcanvas-header img{
        width: 148px;
    }
    #header{
        padding: 10px 0;
    }
    #footer .col-menu,
    #footer .col-contacts{
        display: none;
    }
    #footer .top-line{
        padding-bottom: 16px;
        text-align: center;
    }
    #footer .reqizit{
        font-size: 12px;
    }
    #footer .logo-f img{
        width: 168px;
    }
    #footer .logo-f>span{
        padding: 12px;
        border-radius: 12px;
    }
    #footer .bottom-line{
        margin-top: 0;
    }
    #footer .bottom-line .row-bottom{
        --bs-gutter-y: 8px;
    }
    .breadcrumb-block{
        margin-top: 24px;
        margin-bottom: 10px;
    }
    .breadcrumb-block .delitel{
        margin: 0 4px;
    }
    .blok-s-izobrazheniem .attachment-full,
    .blok-s-izobrazheniem.pos-img-left .attachment-full{
        right: -10px;
        top: auto;
        left: auto;
        bottom: -20px;
        height: auto;
        width: 80px;
    }
    .mod-right-position .blok-s-izobrazheniem .attachment-full{
        right: auto;
        left: -10px;
        width: 56px;
    }
    .blok-s-izobrazheniem .panel{
        padding-right: 30px;
        font-weight: 400;
    }
    .mod-right-position .blok-s-izobrazheniem .panel{
        padding-right: 0;
    }
    .blok-s-izobrazheniem .btn-line{
        margin-top: 16px;
    }
    .blok-s-izobrazheniem.pos-img-left .panel{
        padding-left: 0;
    }
    .blok-s-izobrazheniem.pos-img-left .attachment-full{
        width: 60px;
    }
    .row-contact-page .maps-col{
        margin-top: 40px;
    }
    .brand-block-list.type-bg .brand-list,
    .brand-nav .slider-brand .swiper{
        position: relative;
    }
    .brand-block-list.type-bg .brand-list:before,
    .brand-block-list.type-bg .brand-list:after,
    .brand-nav .slider-brand .swiper:before,
    .brand-nav .slider-brand .swiper:after{
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        top: 0;
        width: 60px;
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
        right: 0;
        z-index: 3;
    }
    .brand-block-list.type-bg .brand-list:before,
    .brand-nav .slider-brand .swiper:before{
        right: auto;
        left: 0;
        transform: rotate(-180deg);
    }
    .page-category .archive-desc.blok-s-izobrazheniem .attachment-full{
        width: 60px;
        top: -15px;
        bottom: auto;
    }
}
@media (max-width: 575.98px){
    .post-product .panel-brand{
        width: 120px;
        padding: 15px 5px;
    }
    .post-product .image img{
        border-radius: 8px;
    }
    .row-contact-page h2{
        font-size: 22px;
        margin-bottom: 24px;
    }
    .row-contact-page .dop-contact,
    .row-contact-page .panel-contact{
        padding: 20px 10px;
    }
    .row-contact-page .dop-contact .wp-block-image img,
    .row-contact-page .panel-contact .wp-block-image img{
        width: 20px;
    }
    .row-contact-page .panel-contact .img-sticker{
        top: calc(100% + 5px);
        left: -10px;
        width: 58px;
    }
    .post-product .item-prop{
        font-size: 14px;
    }
    .post-product .title{
        font-size: 16px;
        text-align: center;
        margin-bottom: 8px;
    }
}