/*
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.4
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
*/

html{
    font-size: 16px;
    height: 100%;
}
body{
    color: #734f36;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    line-height: 1.222;
    font-weight: 400;
    background: #EEEAE1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .row{
    --bs-gutter-x: 20px;
}
#content{
    flex: 1 0 0%;
}
#header,
#footer{
    flex: 0 0 auto;
}
body.hide-bg{
    background: #fff;
}
h1,.h1,.title-block, .title-page,.title-small,
.title-min{
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6{
    font-weight: 400;
    margin-bottom: .6em;
}
.title-page{
    font-size: 26px;
    margin-bottom: 16px;
}
.title-small{
    font-size: 20px;
    margin-bottom: 16px;
    text-transform: none;
    line-height: 1;
}
.title-min{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.title-block{
    text-align: center;
    line-height: 1;
    margin-bottom: 16px;
    font-size: 26px;
}
.h2, h2{
    font-size: 24px;
}
.h3, h3{
    font-size: 20px;
}
.h4, h4{
    font-size: 18px;
}
a{
    text-decoration: none;
    color: inherit;
    transition: .2s;
}
a:hover{
    color: #dcb481;
    text-decoration: none;
}
p{
    margin-bottom: 1em;
}
p:last-child{
    margin-bottom: 0;
}
.wp-block-image img{
    vertical-align: middle;
}
img,svg, video{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
iframe{
    max-width: 100%;
    vertical-align: middle;
}
.image-style img{
    box-shadow: 9px 9px 16px 0 rgba(0, 0, 0, 0.1), -9px 9px 25px 0 rgba(0, 0, 0, 0.1);
}
:root :where(.is-layout-flow) > * {
    margin-block-start: 16px;
    margin-block-end: 0;
}
ol:last-child, ul:last-child{
    margin-bottom: 0;
}
.p-top{
    padding-top: 32px;
}
.p-bot{
    padding-bottom: 32px;
}
:where(.wp-block-columns) {
    margin-bottom: 32px;
}
.p-bl{
    padding-top: 32px;
    padding-bottom: 32px;
}
.btn{
    --bs-btn-padding-x: 19px;
    --bs-btn-padding-y: 9px;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 18px;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 22px;
    --bs-btn-color: #fafafa;
    --bs-btn-bg: #A57C56;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: #A67D57;
    --bs-btn-border-radius: 0;
    --bs-btn-hover-color: #a97f58;
    --bs-btn-hover-border-color: #a97f58;
    --bs-btn-hover-bg: #fff;
    --bs-btn-active-color: #734f36;
    --bs-btn-active-bg: #EEEAE1;
    --bs-btn-active-border-color: #734f36;
    --bs-btn-box-shadow: none;
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn:hover{
    text-decoration: none;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e7743a;
    --bs-btn-border-color: #e7743a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #72bdc3;
    --bs-btn-hover-border-color: #72bdc3;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #59a0a5;
    --bs-btn-active-border-color: #59a0a5;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e7743a;
    --bs-btn-disabled-border-color: #e7743a;
}
.btn-border{
    --bs-btn-color: #a97f58;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: #a97f58;
}
.btn-border-w,
.is-style-outline .btn{
    --bs-btn-color: #fafafa;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: #efefef;
}
.line-h-1{
    line-height: 1;
}
.products-slider .swiper{
    padding: 20px;
    margin: -20px;
}
#footer{
    background: linear-gradient(316deg, #222 0%, #1d1d1d 100%);
    color: #fafafa;
    margin-top: 32px;
    padding-top: 32px;
    padding-bottom: 16px;
}
#footer .title{
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 16px;
}
#footer .menu{

}
#footer .menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .menu ul li+li{
    margin-top: 10px;
}
#footer .reqviz-footer{
    font-size: 16px;
    margin-top: 16px;
}
#footer .contact-footer p{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 0;
}
#footer .contact-footer p + p{
    margin-top: 8px;
}
#footer .bottom-line{
    font-size: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(238, 234, 225, 0.3);
    font-weight: 400;
}
#footer .bottom-line .row{
    --bs-gutter-y: 16px;
}
#footer .top-line.row{
    --bs-gutter-y: 16px;
    padding-bottom: 32px;
}
.soclist-widget .is-layout-flex{
    gap: 8px;
}
.soclist-widget .wp-block-image a{
    transition: .2s;
}
.soclist-widget .wp-block-image a:hover{
    opacity: .7;
}
#footer .soclist-widget,
.contact-footer + .contact-footer{
    margin-top: 16px;
}
.contact-footer{
    line-height: 1.44;
}
.contact-footer b,
.contact-footer strong{
    font-size: 1.11em;
}

#header{
    color: #fafafa;
    position: sticky;
    top: 0;
    z-index: 500;
    backdrop-filter: blur(5px);
    background-color: rgba(29, 29, 29, 0.85);
    border-bottom: 1px solid rgba(238, 234, 225, 0.3);
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#header .btn{
    display: flex;
    gap: 4px;
    flex-direction: row;
    align-items: center;
}
#header .btn svg path{
    transition: .15s;
}
#header .btn:hover svg path{
    fill: var(--bs-btn-hover-color);
}
#header .btn:active svg path{
    fill: var(--bs-btn-active-color);
}
body.home #header{
    transition: .2s;
}
body.home #content{
   margin-top: -71px;
}
body.home:not(.scrollPage) #header{
    background-color: rgba(0, 0, 0, 0.02);
}
#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}
#menu a:hover{
    color: #dcb481;
    text-decoration: underline;
    text-underline-offset: 4px;
}
#menu ul.menu{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
}
#menu .menu-item-has-children{
    position: relative;
    padding-right: 20px!important;
}
#menu .menu-item-has-children>.sub-menu{
    display: none;
    position: absolute;
    font-size: 18px;
    background-color: #1D1D1D;
    padding: 6px 0;
    border: 1px solid #a97f58;
    min-width: 200px;
    top: 100%;
    left: 0;
    line-height: 1.22;
    box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, 0.1), -9px 9px 25px 0 rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}
#menu .menu-item-has-children>.sub-menu:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 15px;
}
#menu .menu-item-has-children>.sub-menu li{
    padding: 4px 10px;
}
#menu .sub-menu>.menu-item-has-children>.sub-menu{
    left: 100%;
    top: -6px;
}
#menu .menu-item-has-children:hover>.sub-menu{
    display: block;
}
#menu .sub-menu>.menu-item-has-children{
    padding-right: 24px!important;
}
#menu .menu-item-has-children:after{
    content:'';
    display: block;
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 16px;
    height: 16px;
    background-image: url("/images/icon/arrow-menu.svg");
    background-position: center;
    background-size: contain;
    transition: .1s;
}
#menu .sub-menu>.menu-item-has-children:after{
    right: 4px;
}
#menu .menu-item-has-children:hover:after{
    transform: rotate(180deg);
}
#menu .sub-menu>.menu-item-has-children:after{
    transform: rotate(-90deg);
}
#menu .sub-menu>.menu-item-has-children:hover:after{
    transform: rotate(90deg);
}
.breadcrumb-block{
    margin-top: 32px;
    margin-bottom: 20px;
    color: #a97f58;
}
.breadcrumb-block a{
    color: #734f36;
}
.breadcrumb-block a:hover{
    color: #a97f58;
}
.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;
}
.product_cat .row{
    --bs-gutter-x: 8px;
    --bs-gutter-y: var(--bs-gutter-x, 8);
}
.products>.product_cat{
    padding-bottom: 4px;
}
.product_cat .panel{
    display: block;
    position: relative;
    padding-top: 82%;
    overflow: hidden;
}
.product_cat .panel img,
.product_cat_slider .panel img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.product_cat .panel .name,
.product_cat .panel .name-hover,
.product_cat_slider .panel .name{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    backdrop-filter: blur(12px);
    background: rgba(0, 0, 0, 0.01);
    padding: 20px 10px;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #fafafa;
    transition: .5s;
}
.product_cat .panel .name-hover{
    background: rgba(0, 0, 0, 0.35);
}
.product_cat .panel .name span,
.product_cat .panel .name-hover span{
    text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    transition: .5s;
}
.product_cat .panel:hover{
    box-shadow: 2px 2px 0 2px #AC8468, -2px -2px 0 2px #AC8468, -2px 2px 0 2px #AC8468, 2px -2px 0 2px #AC8468;
}
.product_cat .panel:hover .name{
    opacity: 0;
}
.product_cat .panel .name-hover{
    height: 100%;
    top: 100%;
}
.product_cat .panel:hover .name-hover{
    top: 0;
}
.product_cat .panel .name-hover span{
    background: linear-gradient(143deg, #ac8468 0%, #dcb481 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
}
.product_cat_slider .panel{
    display: block;
    position: relative;
    padding-top: 136%;
}
.product_cat_slider .panel .name{
    font-size: 18px;
    padding: 20px 10px
}
.contact-page-block{
    margin-bottom: 0;
}
.contact-page-block .wp-block-group.is-layout-flex{
    gap: 8px;
}
.contact-page-block .wp-block-group .wp-block-image{
    width: 32px;
    flex: 0 0 32px;
}
.contact-page-block .wp-block-column.is-layout-flow> *{
    margin-block-start: 16px;
}
.list-about.is-layout-flex{
    gap: 8px;
}
.list-about .is-layout-flow > * {
    margin-block-start: 8px;
}
.list-about .is-layout-flow > :first-child{
    margin-block-start: 0;
}
.products.row{
    --bs-gutter-y: var(--bs-gutter-x);
}
.products .product{
    display: block;
    position: relative;
    box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, 0.1), -9px 9px 25px 0 rgba(0, 0, 0, 0.1);
    padding-top: 106.7%;
    color: #fafafa;
    line-height: 1.22;
    transition: .2s;
}
.products .product:before{
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #BA9270;
    position: absolute;
    z-index: 1;
    transition: .2s;
}
.products .product .cat-list-pr>.item-cat:not(:first-child){
    display: none;
}
.products .product:hover:before{
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
}
.products .product:hover{
    box-shadow: 9px 9px 16px 0 rgba(0, 0, 0, 0.1), -9px 9px 25px 0 rgba(0, 0, 0, 0.1);
}
.products .product a:hover{
    color: #734f36;
}
.products .product .attachment-woocommerce_thumbnail{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    z-index: 3;
}
.products .product .title-pr-group{
    position: absolute;
    z-index: 5;
    left: 0;
    width: 100%;
    bottom: 0;
    display: block;
    text-align: center;
    padding: 10px;
    max-height: 100%;
    overflow: auto;
    backdrop-filter: blur(12px);
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.2);
    transition: .2s;
}
.products .product:hover .title-pr-group{
    backdrop-filter: blur(20px);
    background: rgba(204, 156, 73, 0.3);
}
.products .product .woocommerce-loop-product__title{
    display: block;
    font-weight: 700;
    font-size: 24px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.products .product .cat-list-pr{
    display: block;
    font-size: 18px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.products .product .cat-list-pr>.item-cat{
    display: block;
    margin-top: 10px;
}
body.single-product .btn-line{
    margin-top: 24px;
}
body.single-product .prod-column-content{
    --bs-gutter-y: 24px;
}
body.single-product .product-line-info{
    --bs-gutter-y: 24px;
    margin-top: 0;
}
body.single-product .item-info-prod{
    background: rgba(204, 156, 73, 0.06);
    border: 1px solid #a97f58;
    padding: 9px 20px;
    color: #a97f58;
    font-size: 18px;
    line-height: 1.222;
}
body.single-product .item-info-prod + .item-info-prod{
    margin-top: 20px;
}
body.single-product .item-info-prod .val{
    font-weight: 700;
    font-size: 1.11em;
}
body.single-product .all-info-prod{
    padding: 20px;
    line-height: 1.222;
    background: rgba(204, 156, 73, 0.2);
}
body.single-product .summary .prop-line{
    margin-top: 10px;
    line-height: 1.222;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
}
body.single-product .summary .prop-line .name{
    color: #734f36;
    flex: 0 0 auto;
    max-width: calc(50% - 4px);
}
body.single-product .summary .prop-line .sep{
    flex: 1 0 0%;
    background-image: url("/images/prop_decor.png");
    background-position: bottom;
    background-repeat: repeat-x;
}
body.single-product .summary .prop-line .value{
    color: #a97f58;
    flex: 0 0 auto;
    width: calc(50% - 4px);
}
body.single-product .summary .prop-line .value p{
    display: inline;
}
body.single-product .summary .woocommerce-product-attributes{
    margin-top: 16px;
}
body.single-product .description-block .desc-text{
    line-height: 1.22;
}
body.single-product .product-gallery .big-slider{
    position: relative;
}
body.single-product .product-gallery .labels-line{
    position: absolute;
    left: 16px;
    top: 16px;
    right: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    z-index: 10;
}
body.single-product .product-gallery .labels-line .label-prod{
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 1px;
    padding: 8px;
    line-height: 1.37;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #72bdc3;
}
body.single-product .product-gallery .labels-line .label-prod.sale{
    color: #fb8926;
}
body.single-product .product-gallery .small-slider a{
    pointer-events: none;
}
body.single-product .product-gallery .small-slider{
    margin-top: 8px;
}
.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;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-image: linear-gradient(143deg, #ac8468 0%, #dcb481 100%);
    border-radius: 0;
    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:after, .swiper-button-prev:hover:after{
    background-image: url("/images/icon/arow-left-h.svg");
}
.swiper-button-next:after{
    transform: rotate(180deg);
}
.swiper-button-next:before, .swiper-button-prev:before{
    content: '';
    display:block;
    transition: .2s;
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    background-color: #eeeae1;
}
#slider-top .swiper-button-next:before,#slider-top .swiper-button-prev:before{
    background-color: #000;
}
.swiper-button-next:hover:before, .swiper-button-prev:hover:before{
    opacity: 0;
}
.swiper-button-next:hover, .swiper-button-prev:hover{

}
.swiper-slide{
    text-align: center;
    height: auto;
}
body.single-product .product-gallery .small-slider .swiper-slide{
    background-color: #fff;
    position: relative;
}
body.single-product .product-gallery .small-slider .swiper-slide:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    transition: .2s;
}
body.single-product .product-gallery .small-slider .swiper-slide.swiper-slide-thumb-active:after{
    border-color: #72bdc3;
}
body.single-product .product-gallery .small-slider{
    position: relative;
}
body.single-product .product-gallery .small-slider .swiper-slide a{
    display: block;
    outline: none;
    position: relative;
    padding-top: 100%;
}
body.single-product .product-gallery .small-slider .swiper-slide img{
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
body.single-product .product-gallery .big-slider .swiper-slide{
    position: relative;
}
body.single-product .product-gallery .big-slider .swiper-slide img{
    width: 100%;
}
body.single-product .product-gallery .big-slider .swiper-slide a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.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: 6px;
    margin-top: 16px;
    --swiper-pagination-bullet-width: 35px;
    --swiper-pagination-bullet-height: 2px;
    --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: linear-gradient(143deg, #ac8468 0%, #dcb481 100%);
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-lock, .swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-lock{
    display: none;
}
#content{
    width: 100%;
}
.woocommerce div.product div.summary{
    margin-bottom: 0;
}
body.single-product .page-content.p-bot{
    padding-bottom: 0;
}
.product_list_widget_slider{
    position: relative;
}
.product_list_widget_slider .swiper{
    padding: 8px;
    margin: -8px;
}
.swiper-button-next, .swiper-button-prev{
    --swiper-navigation-sides-offset: -12px;
}
.bottom-page-block{
    background-color: #f0f0f0;
}
#menumobi a{
    padding: 0;
    display: inline-block;
}
#menumobi,#menumobi ul{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 24px;
    text-align: center;
    color: #734f36;
}
#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;
}
#menumobi .sub-menu li:first-child{
    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: 2px;
    margin-top: 6px;
    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/arrow-mobi-menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s;
}
#menumobi li.menu-item-has-children.show>div.item>.arrow:before{
    transform: rotate(-90deg);
}
#menumobi li .current-menu-item a{
    color:#fff;
}
#menumobi li:not(.menu-item-has-children)>div.item>.arrow{
    display: none;
}
.pagination-mod{
    margin-top: 16px;
}
.pagination-mod .nav-links{
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.pagination-mod .nav-links>a,
.pagination-mod .nav-links>span{
    height: 36px;
    min-width: 36px;
    padding: 0 3px;
    border-radius: 18px;
    line-height: 34px;
    font-size: 1em;
    font-weight: 500;
    display: block;
    text-align: center;
    color: rgba(111, 111, 111, 0.9);
    transition: .2s;
}
.pagination-mod .nav-links>span,
.pagination-mod .nav-links>a:hover{
    color: #fafafa;
    background-color: #fb8926;
    text-decoration: none;
}
.pagination-mod .nav-links>a svg path{
    transition: .2s;
}
.pagination-mod .nav-links>a:hover svg path{
    stroke: #fff;
}
.pagination-mod .nav-links .prev,
.pagination-mod .nav-links .first-page,
.pagination-mod .nav-links .next,
.pagination-mod .nav-links .last-page{
    padding: 0!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preimusch-block{
    background-image: url("/images/bg_preim.png");
    background-position: center;
    background-repeat: no-repeat;
}
.preimusch-block .row.preim-list{
    --bs-gutter-y: var(--bs-gutter-x,16px);
}
.preimusch-block .panel{
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding: 16px;
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(204, 156, 73, 0.06);
    border: 1px solid #a97f58;
}
.preimusch-block .panel .image{
    flex: 0 0 auto;
}
.preimusch-block .panel .desc{
    flex: 1 0 0%;
    color: #a97f58;
}
.preimusch-block .panel .title{
    font-weight: 700;
    font-size: 1.3333em;
}
.preimusch-block .panel .title + .text{
    margin-top: .55em;
}

#about-block{
    color: #fff;
    background-image: url("/images/bg_about.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
#about-block:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,.6);
}
#about-block>.container{
    position: relative;
    z-index: 3;
}
#about-block .row{
    --bs-gutter-y: var(--bs-gutter-x);
}
.number-block .item-num{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.number-block .item-num .title{
    padding-right: 18px;
    font-weight: 500;
    font-size: 32px;
    text-transform: uppercase;
    text-align: right;
    flex: 0 0 auto;
    width: 100px;
    border-right: 1px solid #fafafa;
}
.number-block .item-num .text{
    font-size: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1 0 0%;
    padding-left: 18px;
}
.number-block .item-num + .item-num .title,
.number-block .item-num + .item-num .text{
    padding-top: 20px;
}
kbd{
    padding: 0;
    font-size: 1em;
    font-family: "Wallpoet", sans-serif;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
    font-weight: 400;
}
#slider-top .swiper-slide{
    position: relative;
    text-align: left;
}
#slider-top .swiper-slide .bg-image{
    width: 100%;
}
#slider-top .swiper-slide .bg-image-mobi + .bg-image{
    display: none;
}
#slider-top .swiper-slide .info-block{
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    color: #fafafa;
    line-height: 1;
}
#slider-top .swiper-slide .info-block .text{
    font-weight: 700;
    font-size: 20px;
}
#slider-top .swiper-slide .info-block .text p{
    margin-bottom: 32px;
}
#slider-top .swiper-slide .info-block .text p:last-child{
    margin-bottom: 0;
}
#slider-top .swiper-pagination{
    margin: 0;
    position: absolute;
    bottom: 32px;
}
#slider-top .swiper-button-next,
#slider-top .swiper-button-prev{
    --swiper-navigation-sides-offset: 50px;
}
.slider-news{
    position: relative;
}
.last-news-col .title-small{
    text-transform: none;
}
.last-news.row{
    --bs-gutter-y: 24px;
}
.news-detail .entry-date{
    display: block;
    margin-bottom: 16px
}
.news-detail .image-news{
    margin-bottom: 16px;
    text-align: center;
}
.news-detail .image-news img{
    box-shadow: 9px 9px 16px 0 rgba(0, 0, 0, 0.1), -9px 9px 25px 0 rgba(0, 0, 0, 0.1);
}
.news-detail-row{
    --bs-gutter-y: 32px;
}
.news-row.row{
    --bs-gutter-x: 16px;
    --bs-gutter-y: var(--bs-gutter-x, 16px);
}
.news-item{
    display: block;
    position: relative;
    padding-top: 114%;
    color: #fafafa;
}
.news-item .bg_image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    z-index: 1;
}
.news-item .desc{
    display: block;
    backdrop-filter: blur(12px);
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    max-height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    z-index: 3;
}
.news-item .desc .date{
    margin-bottom: 10px;
    display: block;
}
.news-item .desc .title{
    font-weight: 700;
    font-size: 18px;
    display: block;
}
#cookies{
    position: fixed;
    display: none;
    opacity: 0;
    transform: scale(0);
    transition: .9s;
    right: 10px;
    left: 10px;
    bottom: 10px;
    width: auto;
    max-height: 100%;
    overflow: auto;
    padding: 40px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    z-index: 700;
    line-height: 1;
    text-align: center;
}
#cookies .row.btn-line{
    margin-top: 20px;
    --bs-gutter-x: 24px;
}
#cookies:not(.show){
    right: -1000px;
}
#cookies.show{
    opacity: 1;
    transform: scale(1) translateX(0);
}
.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: 34px;
    line-height: 20px;
    border: 1px solid #a97f58;
    padding: 7px 8px;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0!important;
    background: #fff;
    vertical-align: middle;
    color: #734f36;
    transition: .3s;
}
.wpcf7-form .item-field{
    margin-bottom: 16px;
}
.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: #734f36;
}
.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: 32px;
    line-height: 1.5;
    font-size: 16px;
}
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-acceptance .wpcf7-list-item-label:before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #a97f58;
    background: #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: #a97f58;
}
.wpcf7-checkbox label input:checked+.wpcf7-list-item-label:before,
.wpcf7-acceptance label input:checked+.wpcf7-list-item-label:before{
    border: 1px solid #a97f58;
    background: linear-gradient(143deg, #ac8468 0%, #dcb481 100%);
}
.wpcf7-checkbox label .wpcf7-list-item-label:after,
.wpcf7-acceptance label .wpcf7-list-item-label:after{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("/images/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    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 .wpcf7-acceptance .wpcf7-list-item-label a{
    color: #734f36;
}
.wpcf7 form .wpcf7-response-output{
    margin-left: 0;
    margin-right: 0;
}
.wpcf7 form.sent .wpcf7-response-output{
    border-color: #a97f58;
    background-color: #E9DDC9;
    color: #734f36;
}
.modal-header{
    border-bottom: none;
}
.modal-body{
    padding-top: 0;
}
.modal-title{
    font-size: 24px;
    line-height: 1;
}
.btn-close{
    box-shadow: none!important;
}
.offcanvas-header{
    padding: 10px 20px;
}
.offcanvas-body{
    padding: 20px 20px 0;
    background-color: #EEEAE1;
    background-image: url("/images/bg_preim.png");
    background-repeat: no-repeat;
    background-position: -100px -60px;
}
.offcanvas-header .btn-close,
.modal .btn-close{
    padding: 0;
    width: 50px;
    height: 50px;
    background: none;
    background-image: url("/images/icon/close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    opacity: 1;
}
.menu-toggle{
    background-color: transparent;
    border:none;
    box-shadow: none;
    padding: 0;
    outline: none;
}
#mobiMenu{
    color: #6d7885;
}
#mobiMenu .contact-group{
    margin: 20px -20px 0;
    background: linear-gradient(316deg, #222 0%, #1d1d1d 100%);
    font-size: 16px;
    text-align: center;
    color: #fafafa;
    padding: 20px;
}
#mobiMenu .contact-group>div:not(:last-child){
    margin-bottom: 16px;
}
#mobiMenu .wp-block-group .is-layout-constrained > * {
    margin-block-start: 16px;
}
#mobiMenu .soclist-widget .is-layout-flex{
    justify-content: center;
}
:root :where(.is-layout-flex) {
    gap: 4px;
}
.contact-page>.row{
    --bs-gutter-y: 32px;
}
.contact-page .col-contact{
    font-size: 18px;
}
.contact-page .reqviz{
    margin-top: 32px;
    font-size: 16px;
}
.contact-page .contact-line-info + .contact-line-info{
    margin-top: 16px;
}
.contact-page .phone-line-soc{
    margin-top: 8px;
    padding-left: 24px;
}
.contact-page .contact-line-head .icon-col{
    width: 20px;
    line-height: 1;
}
.contact-page .col-contact .title-small{
    margin-bottom: 16px;
}
.contact-page .col-map .map-block{
    box-shadow: -9px 9px 25px 0 rgba(0, 0, 0, 0.1);
}
.contact-form{
    margin-top: 32px;
    box-shadow: -9px 9px 25px 0 rgba(0, 0, 0, 0.1);
    background: rgba(204, 156, 73, 0.16);
    padding: 32px 20px;
}
.line-file-header{
    background: #E9DDC9;
    padding: 32px;
}
.line-file-header .row{
    --bs-gutter-y: 20px;
}
.line-file-header .col-title, .title-mini{
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}
.line-file-header .btn.btn-icon-file{
    --bs-btn-color: #734f36;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: #734f36;
    --bs-btn-hover-color: #734f36;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-hover-bg: #fff;
    --bs-btn-active-color: #734f36;
    --bs-btn-active-bg: #EEEAE1;
    --bs-btn-active-border-color: #734f36;
    --bs-btn-padding-y: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}
.line-file-header .col-btn{
    display: flex;
    justify-content: center;
}
.accordion {
    --bs-accordion-color: #734f36;
    --bs-accordion-bg: #E9DDC9;
    --bs-accordion-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, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 32px;
    --bs-accordion-btn-padding-y: 32px;
    --bs-accordion-btn-color: #734f36;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("/images/icon/accord.svg");
    --bs-accordion-btn-icon-width: 42px;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("/images/icon/accord.svg");
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 32px;
    --bs-accordion-body-padding-y: 32px;
    --bs-accordion-active-color: #734f36;
    --bs-accordion-active-bg: #E9DDC9;
}
.accordion-body{
    padding-top: 0;
}
.accordion-button{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.accordion-button::after{
    background-size: auto;
    background-position: center;
    border: 1px solid #734f36;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}
.check-line-text .wp-block-image{
    width: 20px;
}
.pagination-mod{
    margin-top: 32px;
}
.pagination-mod .list-page{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 400;
    font-size: 18px;
    color: #734f36;
}
.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;
}
.pagination-mod .list-page span.current{
    color: #fafafa;
    background-image: linear-gradient(143deg, #ac8468 0%, #dcb481 100%);
}
.modal {
    --bs-modal-width: 900px;
    --bs-modal-bg: #E9DEC9;
    --bs-modal-border-color: #E9DEC9;
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(255, 255, 255, 0.075);
    --bs-modal-inner-border-radius: 0;
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
}
@media (min-width: 500px){
    .title-page,
    .title-block,
    #slider-top .swiper-slide .info-block .title{
        font-size: 28px;
    }
    .title-small{
        font-size: 22px;
    }
}
@media (min-width: 576px){
    .modal{
        --bs-modal-header-padding-x: 32px;
        --bs-modal-header-padding-y: 32px;
        --bs-modal-header-padding: 32px 32px;
        --bs-modal-padding: 32px;
    }
    .h2, h2{
        font-size: 26px;
    }
    .h3, h3{
        font-size: 22px;
    }
    .preimusch-block .panel{
        height: 100%;
    }
    #slider-top .swiper-slide .info-block .text{
        font-size: 26px;
    }
    .title-page,
    .title-block,
    #slider-top .swiper-slide .info-block .title,
    .modal-title{
        font-size: 30px;
    }
    .title-page,
    .title-block{
        margin-bottom: .6em;
    }
    #slider-top .swiper-slide .info-block .title{
        margin-bottom: 20px;
    }
    .title-small{
        font-size: 24px;
    }
    .title-min{
        font-size: 1.3333em;
    }
    body.single-product .all-info-prod{
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    body.single-product .all-info-prod>div{
        width: 100%;
    }
    :root :where(.is-layout-flex) {
        gap: 8px;
    }
    .wpcf7-form .btn{
        width: auto;
    }
    .check-line-text{
        align-items: center;
    }
    .check-line-text .wp-block-image{
        width: 40px;
    }
}
@media (min-width: 768px) {
    .h2, h2{
        font-size: 28px;
    }
    .h3, h3{
        font-size: 24px;
    }
    h1,.h1,.title-block, .title-page,.title-small,
    .title-min{
        text-transform: uppercase;
    }
    #header{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    body.home #content{
        margin-top: -75px;
    }
    #slider-top .swiper-slide .info-block .text{
        font-size: 30px;
    }
    .products .product:hover .cat-list-pr>.item-cat:not(:first-child){
        display: block;
    }
    #slider-top .swiper-slide .bg-image-mobi + .bg-image{
        display: block;
    }
    #slider-top .swiper-slide .bg-image-mobi{
        display: none;
    }
    .pagination-mod{
        margin-top: 32px;
    }
    body.single-product .product-gallery .small-slider{
        margin-top: 16px;
    }
    .breadcrumb-block{
        margin-bottom: 32px;
    }
    .title-page,
    .title-block,
    #slider-top .swiper-slide .info-block .title,
    .modal-title{
        font-size: 32px;
    }
    .title-small{
        font-size: 26px;
    }
    #cookies{
        width: 730px;
        font-size: 24px;
        max-width: calc(100vw - 20px);
        left: auto;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
        width: 54%;
        padding-left: 16px;
    }
    .woocommerce #content div.product .product-gallery{
        float: left;
        width: 46%;
        padding-right: 16px;
    }
    .contact-page .col-map .map-block,
    .contact-page .col-map .map-block iframe{
        height: 100%;
    }
    .contact-form{
        padding: 64px;
    }
    .contact-page .col-map .map-block{
        overflow: hidden;
    }
}
@media (min-width: 992px) {
    .h2, h2{
        font-size: 30px;
    }
    .h3, h3{
        font-size: 26px;
    }
    .h4, h4{
        font-size: 20px;
    }
    #slider-top .swiper-slide .info-block .text{
        font-size: 40px;
    }
    .wpcf7-form .item-field{
        margin-bottom: 24px;
    }
    .modal .wpcf7-form .item-field{
        margin-bottom: 16px;
    }
    #footer{
        margin-top: 64px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
        margin-top: 32px;
    }
    .category-list.products.row,
    .product_cat .row{
        --bs-gutter-x: 16px;
    }
    #cookies{
        right:100px;
    }
    .title-page,
    .title-block,
    #slider-top .swiper-slide .info-block .title,
    .modal-title{
        font-size: 34px;
    }
    .title-small{
        font-size: 28px;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
        width: 54%;
    }
    .woocommerce #content div.product .product-gallery{
        width: 46%;
    }
    .product_list_widget_slider .swiper{
        padding: 16px;
        margin: -16px;
    }
    .news-item .desc .title{
        font-size: 16px;
    }
    .contact-page .col-contact{
        font-size: 20px;
    }
    .contact-page .reqviz{
        font-size: 20px;
    }
    .contact-page .contact-line-head strong{
        font-size: 24px;
    }
    .contact-page .phone-line-soc{
        padding-left: 40px;
    }
    .contact-page .contact-line-head .icon-col{
        width: 32px;
    }
    .contact-page .col-contact .title-small{
        margin-bottom: 12px;
    }
    .line-file-header .col-title,
    .accordion-button,
    .title-mini{
        font-size: 24px;
    }
}
@media (min-width: 1200px) {
    body.home #content{
        margin-top: -69px;
    }
    .h2, h2{
        font-size: 36px;
    }
    .h3, h3{
        font-size: 28px;
    }
    .h4, h4{
        font-size: 22px;
    }
    html,body{
        font-size: 18px;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl,.row{
        --bs-gutter-x: 32px;
    }
    .list-about + .list-about{
        margin-block-start: 32px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1142px;
    }
    .p-top{
        padding-top: 40px;
    }
    .p-bot{
        padding-bottom: 40px;
    }
    .p-bl{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .title-page,
    .title-block{
        font-size: 40px;
        margin-bottom: 32px;
    }
    .modal-title{
        font-size: 40px;
    }
    body.wp-singular .title-page{
        margin-bottom: 20px;
    }
    #slider-top .swiper-slide .info-block .title{
        font-size: 40px;
    }
    body.single-product .type-product .description-block .title-block{
        font-size: 36px;
    }
    .title-small{
        font-size: 32px;
        margin-bottom: 24px;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
        width: 59%;
    }
    .woocommerce #content div.product .product-gallery{
        width: 41%;
    }
    .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 {
        font-size: 18px;
        line-height: 22px;
    }
}
@media (min-width: 1270px){
    .swiper-button-next, .swiper-button-prev{
        --swiper-navigation-sides-offset: -72px;
    }
}
@media (min-width: 1400px) {
    .h2, h2{
        font-size: 38px;
    }
    .h3, h3{
        font-size: 30px;
    }
    .h4, h4{
        font-size: 24px;
    }
    .col-xxl-mod-5{
        width: 20%;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1352px;
    }
    .p-top{
        padding-top: 48px;
    }
    .p-bot{
        padding-bottom: 48px;
    }
    .p-bl{
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .title-page,
    .title-block{
        font-size: 44px;
    }
    .swiper-button-next, .swiper-button-prev{
        --swiper-navigation-sides-offset: -16px;
    }
    .news-item .desc .title{
        font-size: 20px;
    }
    .contact-page .col-contact{
        width: 37%;
    }
}
@media (min-width: 1480px){
    .swiper-button-next, .swiper-button-prev{
        --swiper-navigation-sides-offset: -72px;
    }
}
@media (min-width: 1580px) {
    .h2, h2{
        font-size: 40px;
    }
    .h3, h3{
        font-size: 32px;
    }
    #slider-top .swiper-slide .info-block .title{
        font-size: 64px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1552px;
    }
    .p-top{
        padding-top: 64px;
    }
    .p-bot{
        padding-bottom: 64px;
    }
    .p-bl{
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .title-page,
    .title-block{
        font-size: 48px;
    }
    .swiper-button-next, .swiper-button-prev{
        --swiper-navigation-sides-offset: -16px;
    }
    .news-item .desc .title{
        font-size: 24px;
    }
}
@media (min-width: 1720px){
    .swiper-button-next, .swiper-button-prev{
        --swiper-navigation-sides-offset: -92px;
    }
}
@media (max-width: 1780px) AND (min-width: 1200px){
    #slider-top .swiper-slide .info-block>.container{
        padding-left: 90px;
    }
}
@media (max-width: 1199.98px){
    .item-bloc-left{
        padding: 0;
    }
    #footer{
        text-align: center;
    }
    #footer .reqviz-footer{
        font-size: 11px;
    }
    .products .product{
        overflow: hidden;
    }
    .products-slider .swiper{
        padding: 10px;
        margin: -10px;
    }
    .products-slider .swiper .product{
        box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.1), -3px 3px 6px 0 rgba(0, 0, 0, 0.1);
    }
}
@media (max-width: 991.98px){
    #footer .title{
        font-weight: 700;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
        margin-bottom: 0;
        cursor: pointer;
    }
    #footer .title .arrow{
        font-size: 0;
        line-height: 0;
    }
    #footer .row.row-menu-f{
        --bs-gutter-y: 16px;
    }
    #footer .menu-dropdown-f{
        display: none;
        padding-top: 16px;
    }
    #footer .menu-footer-accord.open .menu-dropdown-f{
        display: block;
    }
    #footer .top-line.row{
        padding-bottom: 24px;
    }
    #footer .menu-footer-accord.open .title .arrow{
        transform: rotate(180deg);
    }
}
@media (max-width: 767.98px){
    body.single-product .woocommerce-product-attributes + .item-info-prod{
        margin-top: 24px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
        --swiper-pagination-bullet-width: 14px;
        gap: 3px;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
        float: none;
        width: 100%;
        margin-top: 32px;
    }
    .title-page, .title-block,
    .title-small, h2, h3, h4, h5, h6{
        text-align: center;
    }
    .breadcrumb-block{
        margin-bottom: 10px;
        text-align: center;
    }
    .breadcrumb-block .delitel{
        margin: 0 2px;
    }
    body.single-product .prod-column-content{
        --bs-gutter-y: 32px;
    }
    .news-item .desc{
        padding: 10px;
    }
    .wpcf7-form .btn-line{
        text-align: center;
    }
}
@media (max-width: 575.98px){
    .check-line-text.wp-block-group{
        gap: 6px;
        align-items: flex-start;
    }
    .check-line-text .wp-block-group.is-vertical{
        gap: 4px;
    }
    .preimusch-block .panel .text{
        display: none;
    }
    .preimusch-block .panel{
        display: block;
        text-align: center;
        padding: 10px;
    }
    .preimusch-block .panel .title{
        font-size: 16px;
        margin-top: 8px;
    }
    .preimusch-block .panel img{
        width: auto;
        height: 80px;
    }
    .row.news-row .news-item{
        padding-top: 75%;
    }
}
@media (max-width: 499.98px){
    .products.row{
        --bs-gutter-y: 32px;
    }
    .products.row .item-pr{
        width: 100%;
    }
}
@media (max-width: 399.98px){
    #cookies{
        padding: 20px;
    }
}