/**
 * Table of Contents
 *
 * Basic styles
 * Input and buttons
 * WP Forms
 * Header 
 * -- Menu
 * -- Menu catalog
 * -- Language
 * -- Search
 * -- Ajax Search
 * Main
 * Page head
 * -- Page content
 * -- FAQ 
 * -- Share
 * -- Recommended articles
 * Category
  * -- Products cat
 * Product single
 * Events
 * Blog
 * Pagination
 * 404
 * Service page
 * Contacts page
 * -- Socials
 * Calc Page
 * CTA Block 
 * Cart
 * -- Fixed Cart
 * Footer
 * -- Back top
 * -- Fix edit
 * -- Fixed Get a consultation
 * Modal
 * Baguette Box
*/

/******* Basic styles *********/
*{outline:none;box-sizing:border-box;transition:all 0.5s ease-in-out;}
article,
aside,
footer,
header,
nav,
section{display:block}pre{font-family:monospace, monospace;font-size:1em}
b,
strong{font-weight:bold}
address{font-style:normal;}
code{font-family:monospace, monospace;font-size:1em}
small{font-size:70%}
h1,
h2,
h3,
h4,
h5,
h6{padding:0;margin:0;}
img{border-style:none;vertical-align:top;}
textarea{overflow:auto}
p{margin:0;font-style:normal;}
[hidden]{display:none}
blockquote{font-family:"Comfortaa", sans-serif;position:relative;padding:25px 7%;font-size:20px;margin:25px 0;border-radius:10px;color:#333;}
blockquote:before,
blockquote:after{font-family:serif;position:absolute;left:0;color:#333;width:100%;font-size:60px;font-weight:bold;line-height:60px;}
blockquote:before{content:"\201C";top:0;text-align:left;}
blockquote:after{content:"\201d";bottom:0;text-align:right;}
blockquote p{font-style:italic;}
ul{list-style:none;margin:0;padding:0;}
a{color:#AB9287;text-decoration:none;}
a:focus,
a:active,
a:hover{text-decoration:underline;}
html,
body{height:100%;}
body{font-family:"Comfortaa", sans-serif;position:relative;padding:0;margin:0;height:100%;color:#000;font-size:16px;line-height:1.2;font-weight:400;background:#FFF9F5;overflow-x:hidden;min-width:340px;}
.hidden{opacity:0;}
.visible{opacity:1;}
.clr{clear:both;}
.overflow{overflow:hidden;}
.container{max-width:1440px;margin:0 auto;position:relative;padding:0 10px;}
.big_container{max-width:1824px;margin:0 auto;position:relative;}
.sm_container{max-width:1060px;margin:0 auto;position:relative;}
.mini_cntr{max-width:960px;margin:0 auto;position:relative;}


.nodisplay{display:none;}
.txt-acentr{text-align:center;}
.txt-acentr .btn{display:inline-block;}
.btn_rghtctr{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:15px 0;flex-wrap:wrap;position:relative;}
.btn_lftctr{display:flex;justify-content:flex-start;align-items:center;gap:10px;padding:15px 0;flex-wrap:wrap;position:relative;}
.btn_centctr{display:flex;justify-content:center;align-items:center;gap:10px;padding:15px 0;flex-wrap:wrap;position:relative;}
.btn_centctr.bc_pdng{padding:15px 10px;}

@media (max-width:900px){
.btn_rghtctr,.btn_lftctr{justify-content:center;}
.btn_centctr .btn,.btn_centctr .btn_brd,.btn_centctr .btn_white,.btn_lftctr .btn,.btn_lftctr .btn_brd,.btn_lftctr .btn_white,.btn_rghtctr .btn,.btn_rghtctr .btn_brd,.btn_rghtctr .btn_white{width:100%;max-width:280px;text-align:center;}
}
@media (max-width:550px){
.btn_centctr .btn,.btn_centctr .btn_brd,.btn_centctr .btn_white,.btn_lftctr .btn,.btn_lftctr .btn_brd,.btn_lftctr .btn_white,.btn_rghtctr .btn,.btn_rghtctr .btn_brd,.btn_rghtctr .btn_white{max-width:100%;display:flex;}
}

/******* Input and buttons *********/

input[type="submit"],
button,
.btn{font-family:"Comfortaa", sans-serif;-webkit-appearance:none;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:17px 40px;color:#fff;background:#876C65;font-size:15px;line-height:1;font-weight:bold;letter-spacing:1px;border:none;box-shadow:none;transition:all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);height:auto;text-align:center;text-decoration:none !important;cursor:pointer;text-transform:uppercase;}

input[type="submit"]:is(:hover, :focus, :active),
button:is(:hover, :focus, :active),
.btn:is(:hover, :focus, :active){background:#000;color:#fff;text-decoration:none;outline:none;box-shadow:none;cursor:pointer;}

input[type="submit"]:disabled,
button:disabled,
.btn:disabled{opacity:0.5;}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="color"],
select{font-family:"Comfortaa", sans-serif;-webkit-appearance:none;display:inline-block;line-height:1;vertical-align:middle;font-size:16px;font-weight:400;color:#000;background:transparent;border:1px solid #876C65;padding:14px 16px;width:100%;box-shadow:none;box-sizing:border-box;transition:all 0.2s;margin-bottom:24px;}
select{font-size:18px}
select[multiple]{height:auto}
input[type="text"]:is(:hover, :focus, :active),
input[type="email"]:is(:hover, :focus, :active),
input[type="number"]:is(:hover, :focus, :active),
input[type="url"]:is(:hover, :focus, :active),
input[type="search"]:is(:hover, :focus, :active),
input[type="tel"]:is(:hover, :focus, :active),
input[type="password"]:is(:hover, :focus, :active),
input[type="date"]:is(:hover, :focus, :active),
input[type="color"]:is(:hover, :focus, :active){border-color:#AB9287;outline:none}
textarea{font-family:"Comfortaa", sans-serif;background:transparent;border:1px solid #876C65;font-size:16px;font-weight:400;color:#000;outline:none;width:100%;box-shadow:none;min-height:80px;padding:14px 16px;margin-bottom:24px;}
textarea:is(:hover, :focus, :active){border-color:#AB9287;outline:none}
label{font-size:16px;line-height:1;font-weight:500;padding:0 0 15px;display:block;}
input::-webkit-calendar-picker-indicator{display:none;opacity:0;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color:#AB9287;opacity:1;font-size:16px;}
input::-moz-placeholder,
textarea::-moz-placeholder{color:#AB9287;opacity:1;font-size:16px;}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder{color:transparent;}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder{color:transparent;}

/*scrollbar*/
::-webkit-scrollbar{width:10px;height:5px;cursor:pointer}
::-webkit-scrollbar-track-piece{background:#ECE9DD;}
::-webkit-scrollbar-thumb:vertical{height:5px;background-color:#AB9287;cursor:pointer;outline:none;}
::-webkit-scrollbar-thumb:horizontal{width:5px;background-color:#AB9287;cursor:pointer;outline:none;}
fieldset{border:none;padding:0;}

@media (max-width:768px){
input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="color"],
select{margin-bottom:15px;}
}



.btn_brd{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 25px;text-transform:uppercase;line-height:1;font-size:15px;background:transparent;color:#876C65;border:2px solid #AB9287;font-weight:bold;text-align:center;text-decoration:none;cursor:pointer;}
.btn_brd:is(:hover, :focus, :active){background:#000;border:2px solid #000;color:#fff;text-decoration:none !important;}

.btn_white{display:inline-flex;align-items:center;justify-content:center;gap:10px;text-transform:uppercase;padding:15px 35px;line-height:1;font-size:16px;background:transparent;color:#000;font-weight:bold;text-align:center;text-decoration:none;cursor:pointer;}
.btn_white:is(:hover, :focus, :active){background:#AB9287;color:#fff;text-decoration:none !important;}

.btn_brd:disabled,
.btn_white:disabled{opacity:0.5;}


.ix_big_ttl{font-size:50px;font-weight:500;line-height:1.1;padding:0 0 25px;}
@media (max-width:768px){
.ix_big_ttl{font-size:32px;padding:0 0 20px;margin:0;}
}



/******* WP Forms *********/
.wpforms-hidden{display:none;}
.wpforms-container{color:#333;}
.wpforms-required-label{color:#FF2C16;}
.wpforms-submit-container{margin:10px 0;}
.wpforms-confirmation-container{font-size:18px;text-align:center;}
.wpforms-confirmation-container p{margin:0;}
.wpforms-field-row-block{position:relative;padding:15px 0 0;}
.wpforms-field-row-block label{position:absolute;left:0;top:0;}
legend.wpforms-field-label{font-size:16px;padding:0 0 5px 0;}
.wpforms-field-label{font-size:16px;padding:0 0 3px;margin:0;display:block;}

.wpforms-field-limit-text,.wpforms-label-hide{display:none;}
.wpforms-submit{display:block;width:100%;}
.hidefield{display:none !important;}



/******* Header *********/
header{position:relative;max-width:100%;z-index:10;border-bottom:1px solid #E6DAD6;margin:0 0 25px;padding: 0 0 10px;}
.logo_wrap{text-align:center;position:relative;display:none;}
.false_menu{min-height:154px;position:relative;}
.head_top{position:absolute;width:100%;z-index:99;left:0;top:0;padding:0 10px;display:flex;align-items:center;justify-content:center;flex-direction:column;}
.head_topwrap{margin:0 auto;max-width:1824px;width:100%;padding:0;display:flex;align-items:flex-end;justify-content:space-between;}
.head_top.hide{transform:translateY(-100%);}
.home .fixed,
.fixed{position:fixed;top:0;max-height:80px;box-shadow:0 0 40px 0 rgba(0, 0, 0, 0.2);background:#fff;}
.fixed .head_topwrap{box-shadow:none;}

.lm_ctr{display:flex;align-items:center;justify-content:center;flex:1;}
.logo{width:auto;max-width:150px;height:auto;}
.book_hwrap{position:relative;display:flex;justify-content:flex-end;align-items:center;padding:0 0 0 15px;}

.mob_b{display:none;}

.admin-bar .fixed{top:32px;}

@media (max-width:1460px){
.head_topwrap{padding:0 10px;}
}

@media (max-width:1360px){
.phn_txt{display:none;}
}

@media (max-width:1060px){
header{display:flex;flex-direction:column;flex-direction:column-reverse;margin:0 0 10px;padding: 0;}
.false_menu{min-height:44px;}
.head_top{top:0px;border-bottom:none;}
.head_topwrap{padding:0;align-items: center;}
.desc{display:none;}
.mob_b{display:block;}
.logo_wrap{padding:0 0 10px;display: block;margin:-40px 0 0;}
.logo{max-width:150px;}
.lm_ctr{order:1;justify-content:flex-end;padding:0 15px 0 0;}
.book_hwrap{order:0;}
}

@media (max-width:1060px){
.admin-bar .menu_top{top:44px;}
.head_top.hide{transform:translateY(-200%);}
.book_hwrap{padding:0;}
}

@media (max-width:600px){
#wpadminbar{top:-46px !important;}
.admin-bar .fixed{top:0;}
}


/******* Langague *********/

@media (min-width:1060px){
.g_lang_wrap{position:relative;width:120px;}

.menu_bg_wrap .lang_ctr{display:none;}

.g_lang_btn{position:relative;padding:0 5px;height:44px;display:flex;align-items:center;justify-content:center;gap:5px;width:59px;}
.g_lang_btn i{display:block;width:20px;height:20px;background:url(../images/ico/earth.svg) no-repeat center;background-size:20px;}

.g_lang_btn span{font-weight:bold;line-height:1;padding:2px 0 0;}
.g_lang_btn:is(:hover, :focus, :active){cursor:pointer;background:#876C65;color:#fff;}
.g_lang_btn:is(:hover, :focus, :active) i{filter:grayscale(1) brightness(100);}

.g_lang{position:absolute;top:46px;width:59px;background:#E6DAD6;box-shadow:0 5px 10px 0 rgba(0, 0, 0, .1);overflow:hidden;max-height:0;opacity:0;transition:max-height 0.7s ease, opacity 0.5s ease;pointer-events:none;}
.g_lang.active{max-height:10000px;opacity:1;pointer-events:auto;visibility:visible;}
.g_lang_wrapper{position:relative;}
.g_lang_wrapper a{font-size:16px;font-weight:400 !important;position:relative;display:block;line-height:30px;color:#000;text-align:center;}
a.glink.gt-current-lang,
.g_lang_wrapper a:is(:hover, :focus, :active){background:#876C65;color:#fff;}
}


@media (max-width:1060px){
.g_lang_wrap{display:none;}

.lang_ctr{position:relative;padding:5px;background:#F2F2F2;margin:0 0 10px;}
.lang_bg_wrp{position:relative;}
.gtranslate_wrapper{position:relative;display:flex;background:#F2F2F2;overflow:hidden;width:100%;}
.gtranslate_wrapper a{display:block;flex:1;position:relative;z-index:2;padding:8px 0;text-align:center;text-decoration:none;color:#333;font-weight:500;transition:color 0.3s ease;}
.gtranslate_wrapper a.gt-current-lang{color:#fff;background:#876C65;}
.gtranslate_wrapper .gtranslate_slider{position:absolute;top:0;left:0;height:100%;background:#0073e6;transition:all 0.3s ease;z-index:1;}
}


/******* Menu *********/
@media (min-width:1560px){
.topmenu > li{margin:0 10px;}
}

@media (min-width:1060px){
input[type="checkbox"]#menu-toggle,input[type="checkbox"]#menu-toggle+label{display:none;}
.menu_top{padding:0 ;line-height:35px;position:relative;z-index:4;margin:0;display:flex;justify-content:space-between;align-items:center;}
.menu_bg_wrap{width:100%;}
.menu_top{transition:none;}
.topmenu{margin:0;padding:0;display:flex;position:relative;justify-content:center;align-items:flex-end;}
.topmenu > li{display:block;white-space:nowrap;margin:0 8%;position:relative;}
.topmenu > li.menu-item-has-children > a{position:relative;padding:0 30px 0 0;}


.topmenu a{position:relative;display:block;text-decoration:none;padding:0;font-size:20px;font-weight:600;}
.topmenu > li a{color:#000;}
.topmenu a:is(:hover, :focus, :active){color:#999;text-decoration:none;}

.topmenu li.menu-item-has-children > a:after{content:'';display:block;width:16px;height:16px;position:absolute;right:8px;top:10px;line-height:9px;transition:all .27s ease-in-out;background:url(../images/ico/arrow.svg) no-repeat center;background-size:100%;}
.topmenu li.menu-item-has-children > a:hover:after{transform:scaleY(-1);}
.topmenu ul > li.menu-item-has-children > a:after{display:none;}

.topmenu > li.menu-item-has-children > ul{position:absolute;left:0;top:100%;visibility:hidden;display:block;opacity:0;top:auto;border-radius:3px;background:#fff;min-width:250px;padding:35px 25px;transform:translate(-50%,-50%) scaleY(0);z-index:20;box-shadow:0 20px 20px 0 rgb(0,0,0,0.09);transition:0.3s all ease-in-out;}
.topmenu > li.menu-item-has-children > ul.parent-column-sm{display:flex;flex-wrap:wrap;justify-content:space-between;padding:15px 15px 0;transform:translate(-50%,-50%) scaleY(0);left:50%;width:100%;max-width:1366px;z-index:20;position:fixed;box-shadow:0 20px 20px 0 rgb(0,0,0,0.09);}
.topmenu > li.menu-item-has-children:hover > ul{transform:translate(-50%,0) scaleY(1);visibility:visible;opacity:1;}

.topmenu > li > ul > li{display:block;}
.topmenu > li > ul > li.menu-item-has-children{line-height:40px;margin:1%;}
.topmenu > li > ul > li.menu-item > a{padding:0 10px 10px;color:#000;line-height:1.5;}
.topmenu > li > ul > li.menu-item > a:hover{color:#000;font-weight:bold;}
.topmenu > li > ul > li.menu-item.menu-item-has-children > a{color:#999;}
.topmenu > li > ul > li.menu-item.menu-item-has-children > a:hover{color:#000;}
.topmenu ul li.menu-item a{text-transform:none;text-align:left;font-size:15px;line-height:1.2;padding:7px 10px;display:block;box-shadow:none;position:relative}

.menu-body .sub-menu:hover{overflow:visible!important}

.sub-but,
.menu-body #searchform{display:none;}
.menu-body .sub-menu:hover{overflow:visible !important;}

.menu_top a.btn{margin:0 10px;}

li.menu_logo{padding:15px 0 10px;}
li.menu_logo a{display: block;}
.fixed li.menu_logo{display:none;}
}


@media (max-width:1060px){
li.menu_logo{display:none;}

input[type="checkbox"]#menu-toggle+label{display:block;padding:0;}
#menu-toggle{opacity:0;display:none;}
#menu-toggle:checked~.menu-btn>span{transform:rotate(45deg);}
#menu-toggle:checked~.menu-btn>span::before{top:0;transform:rotate(-90deg);}
#menu-toggle:checked~.menu-btn>span::after{top:0;transform:rotate(-90deg);opacity:0;}
#menu-toggle:checked~.menu_top{transform:translateX(0);}
.menu-btn{transition:0.6s;outline:none;display:flex;align-items:center;width:30px;height:32px;right:0;top:0;cursor:pointer;z-index:999;position:relative;}
.menu-btn>span,
.menu-btn>span::before,
.menu-btn>span::after{display:block;position:absolute;top:16px;left:6px;width:21px;height:2px;border-radius:5px;background:#000;transition-duration:.25s;}
.menu-btn>span::before{content:'';top:-7px;left:0;}
.menu-btn>span::after{content:'';top:7px;left:0;}
.menu_top{transition:0.6s;display:block;position:fixed;transform:translateX(300%);text-align:center;top:44px;bottom:0;width:100%;max-width:450px;right:0;margin:0;padding:0;list-style:none;background:#fff;box-shadow:0 18px 25px 0 rgba(0, 0, 0, 0.15);z-index:998;overflow-x:hidden !important;overflow-y:auto !important;}
.menu_top *{transition:none;}
.menu-body{padding:10px 0;}
.topmenu{padding:0;width:100%;}
.topmenu > li > a{font-size:18px;}
.topmenu > li > ul > li.menu-item-has-children > a{color:#a3a3a3;}
.menu-item{display:block;padding:0 0 15px;text-decoration:none;color:#000;}
.menu-item a{color:#000;font-weight:500;font-size:16px;display:block;text-align:left;}
.menu-item svg{fill:#000;}
.menu_top .menu-item-has-children{position:relative;}
.menu_top .sub-but{display:block;font-size:18px;text-align:center;line-height:45px;height:25px;width:50px;position:absolute;right:0;top:0;z-index:10;}
.menu_top .sub-but:before,
.menu_top .sub-but:after{display:block;position:absolute;top:10px;width:10px;height:2px;background:#000;transition-duration:.25s;}
.menu_top .sub-but:before{content:'';transform:rotate(45deg);left:17px;}
.menu_top .sub-but:after{content:'';transform:rotate(-45deg);right:17px;}
.menu_top .sub-but.rotatearr:before{transform:rotate(-45deg);}
.menu_top .sub-but.rotatearr:after{transform:rotate(45deg);}


.menu_top .sub-but:hover{cursor:pointer;}
.menu_top .menu-body .sub-menu{display:none;padding:10px;width:100%;z-index:99;margin:10px 0 0;}
.menu_top .admin-bar .sub-menu{top:32px;}

.menu_bg_wrap{background:#fff;padding:35px 10px 10px;}
.menu_bg_wrap .btn{order:0;flex:1 1;max-width:100%;}
.menu_bg_wrap .btn_brd{order:1;padding:11px 25px;width:100%;}
.menu_bg_wrap .btn_centctr.mob_b{display:flex !important;padding:0 0 10px;}
}

@media (max-width:450px){
.menu_top{background:rgba(0, 0, 0, 0.6);}
}



/******* Menu Catalog *********/
.menu_catalog .menu_cat_item{max-width:200px;width:100%;padding:10px;text-align:center;position:relative;z-index:10;flex-direction:column;display:flex;justify-content:space-between;}
.menu_catalog .menu_cat_thumb{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;height:180px;padding:0;}
.menu_catalog .menu_cat_thumb img{position:relative;max-width:100%;max-height:100%;height:auto;width:auto;}
.menu_catalog .menu_cat_text{font-size:13px;line-height:1.1;padding:15px 0 0;text-align:center;display:block;white-space:normal;}

@media (min-width:1060px){
.menu_catalog{width:100%;max-width:1366px;visibility:hidden;margin:0;position:fixed;left:50%;transform:translate(-50%,-50%) scaleY(0);top:auto;display:flex;justify-content:space-between;gap:1%;background:#fff;padding:20px;opacity:0;transition:0.3s all ease-in-out;box-shadow:0 5px 10px 0 rgba(0,0,0,0.15);}
.menu-item-cat:hover > .menu_catalog{transform:translate(-50%,0) scaleY(1);visibility:visible;opacity:1;}
.menu_catalog .menu_cat_item:is(:hover, :focus, :active) .menu_cat_thumb img{transform:scale(1.1);}
}

@media (max-width:1060px){
.menu_catalog{display:none;padding:0;width:100%;z-index:99;margin:10px 0 0;text-align:left;}
.menu_catalog .menu_cat_item{max-width:190px;width:47%;margin:2% 1%;display:inline-block;padding:0;text-align:center;}
.menu_catalog .menu_cat_item img{margin:0 auto;max-width:100px;}
.menu_catalog .menu_cat_item h3{font-size:12px;font-weight:300;}
.menu_catalog .menu_cat_text{padding:0 0 7px;}
}



/******* Search *********/
.s_mn{position:relative;cursor:pointer;display:flex;justify-content:center;align-items:center;height:44px;width:44px;}
.s_mn:hover{background:#876C65;}
.s_mn:hover img{filter:invert(1) brightness(100);}

#mdl_search_wrap{display:flex;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0);z-index:999;pointer-events:none;transition:background 0.3s ease;}
#mdl_search_wrap.active{background:rgba(0, 0, 0, 0.5);pointer-events:all;backdrop-filter:blur(16px);}
#mdl_search_box{position:relative;background:#fff;margin:0 auto;padding:20px;width:100%;max-width:840px;transform:translateY(40px);opacity:0;transition:transform 0.4s ease, opacity 0.4s ease;max-height:100%;overflow-y:auto;}
#mdl_search_wrap.active #mdl_search_box{transform:translateY(0);opacity:1;}
.search-top-modal{display:flex;justify-content:space-between;padding:0 0 15px;}
.search-top-modal span{font-size:24px;font-weight:500;display:inline-block;}

.cls_srch{position:relative;width:36px;height:36px;transition:all 0.8s ease-in-out;cursor:pointer;}
.cls_srch:hover{cursor:pointer;background:#876C65;}
.cls_srch:after,
.cls_srch:before{content:'';background:#000;top:18px;border-radius:5px;height:1px;width:15px;position:absolute;left:11px;transition:0.5s ease-in-out;}
.cls_srch:after{transform:rotate(45deg);}
.cls_srch:before{transform:rotate(-45deg);}
.cls_srch:hover:after{transform:rotate(-45deg);background:#fff;}
.cls_srch:hover:before{transform:rotate(45deg);background:#fff;}

#sform{position:relative;display:flex;align-items:center;justify-content:space-between;}
#mdl_s{box-shadow:none;border:1px solid #e6e6e6;color:#000;background:transparent;margin-bottom:0;padding:0 50px 0 15px;line-height:46px;display:inline-block;vertical-align:top;font-size:16px;font-weight:400;width:100%;}
#mdl_s.loader_padd{padding:0 50px;}
#mdl_s:is(:hover, :focus, :active){transform:none;outline:none;border:1px solid #876C65;}
input.mdl_sim{position:absolute;right:2px;top:2px;display:block;padding:0 !important;width:44px;height:44px;background:#876C65 url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3Ljk0MjIgMTcuMDU3OEwxNC4wMzA1IDEzLjE0NjlDMTUuMTY0MiAxMS43ODU3IDE1LjcyOTYgMTAuMDM5OCAxNS42MDg5IDguMjcyNDVDMTUuNDg4MyA2LjUwNTA2IDE0LjY5MDkgNC44NTIyMyAxMy4zODI2IDMuNjU3NzlDMTIuMDc0NCAyLjQ2MzM1IDEwLjM1NiAxLjgxOTI2IDguNTg0OTIgMS44NTk1MUM2LjgxMzg4IDEuODk5NzYgNS4xMjY1MyAyLjYyMTI1IDMuODczODkgMy44NzM4OUMyLjYyMTI1IDUuMTI2NTMgMS44OTk3NiA2LjgxMzg4IDEuODU5NTEgOC41ODQ5M0MxLjgxOTI2IDEwLjM1NiAyLjQ2MzM0IDEyLjA3NDQgMy42NTc3OSAxMy4zODI2QzQuODUyMjMgMTQuNjkwOSA2LjUwNTA2IDE1LjQ4ODMgOC4yNzI0NCAxNS42MDg5QzEwLjAzOTggMTUuNzI5NiAxMS43ODU3IDE1LjE2NDIgMTMuMTQ2OSAxNC4wMzA1TDE3LjA1NzggMTcuOTQyMkMxNy4xMTU5IDE4LjAwMDMgMTcuMTg0OCAxOC4wNDYzIDE3LjI2MDcgMTguMDc3N0MxNy4zMzY2IDE4LjEwOTIgMTcuNDE3OSAxOC4xMjUzIDE3LjUgMTguMTI1M0MxNy41ODIxIDE4LjEyNTMgMTcuNjYzNCAxOC4xMDkyIDE3LjczOTMgMTguMDc3N0MxNy44MTUyIDE4LjA0NjMgMTcuODg0MSAxOC4wMDAzIDE3Ljk0MjIgMTcuOTQyMkMxOC4wMDAzIDE3Ljg4NDEgMTguMDQ2MyAxNy44MTUyIDE4LjA3NzcgMTcuNzM5M0MxOC4xMDkyIDE3LjY2MzQgMTguMTI1MyAxNy41ODIxIDE4LjEyNTMgMTcuNUMxOC4xMjUzIDE3LjQxNzkgMTguMTA5MiAxNy4zMzY2IDE4LjA3NzcgMTcuMjYwN0MxOC4wNDYzIDE3LjE4NDggMTguMDAwMyAxNy4xMTU5IDE3Ljk0MjIgMTcuMDU3OFpNMy4xMjUgOC43NUMzLjEyNSA3LjYzNzQ4IDMuNDU0OSA2LjU0OTk0IDQuMDcyOTggNS42MjQ5MkM0LjY5MTA2IDQuNjk5ODkgNS41Njk1NyAzLjk3ODkyIDYuNTk3NCAzLjU1MzE4QzcuNjI1MjQgMy4xMjc0MyA4Ljc1NjI0IDMuMDE2MDQgOS44NDczOCAzLjIzMzA4QzEwLjkzODUgMy40NTAxMiAxMS45NDA4IDMuOTg1ODUgMTIuNzI3NSA0Ljc3MjUyQzEzLjUxNDEgNS41NTkxOSAxNC4wNDk5IDYuNTYxNDcgMTQuMjY2OSA3LjY1MjYyQzE0LjQ4NCA4Ljc0Mzc2IDE0LjM3MjYgOS44NzQ3NiAxMy45NDY4IDEwLjkwMjZDMTMuNTIxMSAxMS45MzA0IDEyLjgwMDEgMTIuODA4OSAxMS44NzUxIDEzLjQyN0MxMC45NTAxIDE0LjA0NTEgOS44NjI1MiAxNC4zNzUgOC43NSAxNC4zNzVDNy4yNTg2NiAxNC4zNzMzIDUuODI4ODggMTMuNzgwMiA0Ljc3NDM1IDEyLjcyNTZDMy43MTk4MSAxMS42NzExIDMuMTI2NjUgMTAuMjQxMyAzLjEyNSA4Ljc1WiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K') no-repeat center;background-size:20px;}
input.mdl_sim:hover{cursor:pointer;background:#FFCD29 url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3Ljk0MjIgMTcuMDU3OEwxNC4wMzA1IDEzLjE0NjlDMTUuMTY0MiAxMS43ODU3IDE1LjcyOTYgMTAuMDM5OCAxNS42MDg5IDguMjcyNDVDMTUuNDg4MyA2LjUwNTA2IDE0LjY5MDkgNC44NTIyMyAxMy4zODI2IDMuNjU3NzlDMTIuMDc0NCAyLjQ2MzM1IDEwLjM1NiAxLjgxOTI2IDguNTg0OTIgMS44NTk1MUM2LjgxMzg4IDEuODk5NzYgNS4xMjY1MyAyLjYyMTI1IDMuODczODkgMy44NzM4OUMyLjYyMTI1IDUuMTI2NTMgMS44OTk3NiA2LjgxMzg4IDEuODU5NTEgOC41ODQ5M0MxLjgxOTI2IDEwLjM1NiAyLjQ2MzM0IDEyLjA3NDQgMy42NTc3OSAxMy4zODI2QzQuODUyMjMgMTQuNjkwOSA2LjUwNTA2IDE1LjQ4ODMgOC4yNzI0NCAxNS42MDg5QzEwLjAzOTggMTUuNzI5NiAxMS43ODU3IDE1LjE2NDIgMTMuMTQ2OSAxNC4wMzA1TDE3LjA1NzggMTcuOTQyMkMxNy4xMTU5IDE4LjAwMDMgMTcuMTg0OCAxOC4wNDYzIDE3LjI2MDcgMTguMDc3N0MxNy4zMzY2IDE4LjEwOTIgMTcuNDE3OSAxOC4xMjUzIDE3LjUgMTguMTI1M0MxNy41ODIxIDE4LjEyNTMgMTcuNjYzNCAxOC4xMDkyIDE3LjczOTMgMTguMDc3N0MxNy44MTUyIDE4LjA0NjMgMTcuODg0MSAxOC4wMDAzIDE3Ljk0MjIgMTcuOTQyMkMxOC4wMDAzIDE3Ljg4NDEgMTguMDQ2MyAxNy44MTUyIDE4LjA3NzcgMTcuNzM5M0MxOC4xMDkyIDE3LjY2MzQgMTguMTI1MyAxNy41ODIxIDE4LjEyNTMgMTcuNUMxOC4xMjUzIDE3LjQxNzkgMTguMTA5MiAxNy4zMzY2IDE4LjA3NzcgMTcuMjYwN0MxOC4wNDYzIDE3LjE4NDggMTguMDAwMyAxNy4xMTU5IDE3Ljk0MjIgMTcuMDU3OFpNMy4xMjUgOC43NUMzLjEyNSA3LjYzNzQ4IDMuNDU0OSA2LjU0OTk0IDQuMDcyOTggNS42MjQ5MkM0LjY5MTA2IDQuNjk5ODkgNS41Njk1NyAzLjk3ODkyIDYuNTk3NCAzLjU1MzE4QzcuNjI1MjQgMy4xMjc0MyA4Ljc1NjI0IDMuMDE2MDQgOS44NDczOCAzLjIzMzA4QzEwLjkzODUgMy40NTAxMiAxMS45NDA4IDMuOTg1ODUgMTIuNzI3NSA0Ljc3MjUyQzEzLjUxNDEgNS41NTkxOSAxNC4wNDk5IDYuNTYxNDcgMTQuMjY2OSA3LjY1MjYyQzE0LjQ4NCA4Ljc0Mzc2IDE0LjM3MjYgOS44NzQ3NiAxMy45NDY4IDEwLjkwMjZDMTMuNTIxMSAxMS45MzA0IDEyLjgwMDEgMTIuODA4OSAxMS44NzUxIDEzLjQyN0MxMC45NTAxIDE0LjA0NTEgOS44NjI1MiAxNC4zNzUgOC43NSAxNC4zNzVDNy4yNTg2NiAxNC4zNzMzIDUuODI4ODggMTMuNzgwMiA0Ljc3NDM1IDEyLjcyNTZDMy43MTk4MSAxMS42NzExIDMuMTI2NjUgMTAuMjQxMyAzLjEyNSA4Ljc1WiIgZmlsbD0iIzBEMEQwRCIvPgo8L3N2Zz4K') no-repeat center;background-size:20px;}
#mdl_search_box input::-webkit-input-placeholder{opacity:1;font-size:14px;font-weight:300;line-height:1;padding:5px 0;color:#a3a3a3;}
#mdl_search_box input::-moz-placeholder{opacity:1;font-size:14px;font-weight:300;line-height:1;padding:5px 0;color:#a3a3a3;}
#mdl_search_box input:focus::-webkit-input-placeholder{color:transparent;}
#mdl_search_box input:focus::-moz-placeholder{color:transparent;}


@media (max-width:1060px){
.mdl_search_ttl,
#mdl_search_box .cls_search{display:block;}
#mdl_search_box .cls_search{position:absolute;top:10px;right:10px;width:20px;height:26px;}
#mdl_search_box .cls_search_ll,
#mdl_search_box .cls_search_lr{background:#000;top:12px;height:3px;width:20px;}
#mdl_search_box{width:98%;margin:1% auto 0;padding:10px;background:#fff;border-radius:5px;}
}


/******* Ajax Search *********/
.ajaxsearch{position:relative;padding:0;display:none;overflow-x:hidden;overflow-y:auto;}
.search_item{color:#000;vertical-align:top;overflow:hidden;line-height:1.1;padding:5px 0;display:flex;align-items:center;gap:15px;border-bottom:1px solid #e6e6e6;margin:0 0 10px;}
.search_item:last-child{border-bottom:none;}
.search_item:hover{background:#876C65;text-decoration:none;color:#fff;}
.search_item_thumb{display:flex;}
.search_item img{background:#fff;height:auto;width:auto;max-width:100px;max-height:62px;}
.search_item span{display:block;line-height:1.2;font-size:17px;font-weight:500;}

.ajaxsearch_wrap{position:relative;}
.loader_crcl.search_spin{display:none;left:0;top:3px;transform:scale(0.7);}
.search_item_err{text-align:left;color:#999;font-weight:500;}
.falsesearch.see_all{display:none;}

@media (min-width:1060px){
.ajaxsearch_wrap.live_on{margin:10px 0 0;padding:5px;}
}
@media (max-width:768px){
.ajaxsearch{padding:15px 0 10px 0;}
.search_spin{top:46px;}
}

/*scrollbar*/
.ajaxsearch::-webkit-scrollbar{width:6px;height:5px;cursor:pointer}
.ajaxsearch::-webkit-scrollbar-track-piece{background:#eee;-webkit-border-radius:3px}
.ajaxsearch::-webkit-scrollbar-thumb:vertical{height:5px;background-color:#d1d1d1;-webkit-border-radius:3px;cursor:pointer;outline:none;}
.ajaxsearch::-webkit-scrollbar-thumb:horizontal{width:5px;background-color:#d1d1d1;-webkit-border-radius:3px;cursor:pointer;outline:none;}


/******* Main *********/
main{padding:0 10px;position:relative;}
main .container{padding:0;}
.wht_background_b{background:#876C65;}

.big_bn_block{display:flex;justify-content:space-between;overflow:hidden;margin:25px 0;}
.big_bn_left{width:44%;padding:30px;position:relative;}
.big_bn_left:before{content:'';position:absolute;left:0;top:0;bottom:0;right:0;background:url(../images/icon.webp) center no-repeat;background-size:auto 70%;opacity:0.1;}
.big_bn_txt.content_text{color:#E6DAD6;}
.big_bn_txt.content_text h2,
.big_bn_txt.content_text h3,
.big_bn_txt.content_text h4{font-size:32px;line-height:1.1;font-weight:400;color:#E6DAD6;}
.big_bn_block .btn{border:2px solid #AB9287;max-width:100%;}
.big_bn_block .btn:is(:hover, :focus, :active){background:transparent;border:2px solid #fff;}

.big_bn_right{width:55%;position:relative;max-width:1100px;}
.big_bn_right:after{content:'';width:100%;position:absolute;height:100%;top:0;left:0;background:linear-gradient(90deg, #876C65 0%, rgba(255, 255, 255, 0) 40%);}
.big_bn_right img{width:100%;height:100%;object-fit:cover;position:absolute;}


@media (max-width:1100px){
.big_bn_txt.content_text h2,
.big_bn_txt.content_text h3,
.big_bn_txt.content_text h4{font-size:40px;} 
.big_bn_left{width:50%;padding:20px;}
.big_bn_right{width:49%;}

}
@media (max-width:920px){
.big_bn_block{flex-wrap:wrap;}
.big_bn_left{width:100%;padding:10px;order:2;}
.big_bn_right{width:100%;order:1;}
.big_bn_right:after{display:none;}
.big_bn_right img{position:relative;}
}

@media (max-width:768px){
.big_bn_txt.content_text h2,
.big_bn_txt.content_text h3,
.big_bn_txt.content_text h4{font-size:24px;}
}



/******* Page head *********/
.bg_thumbnail{position:relative;max-width:1824px;margin:0 auto;height:55vh;max-height:518px;overflow:hidden;}
.bg_thumbnail img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;object-position:center;}

h1.big_ttl_pg{max-width:1824px;margin:0 auto;font-size:38px;line-height:1.2;font-weight:500;position:relative;}
article h1.big_ttl_pg{margin:0;padding:25px 0;}

h1.single_ttl_pg{font-size:38px;line-height:1.2;font-weight:500;}
.single_head h1.single_ttl_pg{text-align:center;padding:0 0 25px;}

.flex_title_sort{display:flex;align-items:center;justify-content:space-between;}

@media (max-width:768px){
.bg_thumbnail{left:0;right:0;height:150px;}
h1.big_ttl_pg{font-size:28px;}
article h1.big_ttl_pg{padding:10px 0;}

.flex_title_sort{display:block;}
h1.single_ttl_pg{text-align:center;}
}


/******* Page content *********/
.single_cont{position:relative;padding:40px 10px;}
.single_share{position:relative;z-index:2;}
.single_cont article{position:relative;max-width:890px;margin:0 auto;}

.breadcrumb{position:relative;max-width:1824px;margin:0 auto;padding:0 0 25px;font-size:16px;line-height:1.2;font-weight:500;color:#876C65;}
.breadcrumb>span{display:flex;align-items:center;flex-wrap:wrap;}
.breadcrumb.breadcenter>span{justify-content:center;}


.breadcrumb a{color:#333;}
.breadcrumb a:hover{text-decoration:underline;}
.breadcrumb .brd_spr{display:block;width:16px;height:16px;margin:0 10px;transform:rotate(-90deg);background:url(../images/ico/arrow.svg)no-repeat center;background-size:100%;}

@media (max-width:768px){
.breadcrumb>span{justify-content:center;}
.single_cont h1{font-size:20px;margin-bottom:15px;}
.single_cont{padding:25px 10px;display:block;}
}


.blog_dt_wrap{display:flex;align-items:center;justify-content:center;}
.blog_dt{color:#ab9287;border-radius:50px;padding:5px 10px;display:flex;align-items:center;justify-content:center;gap:25px;}
.blog_date,.blog_time{display:flex;align-items:center;justify-content:center;}
.blog_date span{display:inline-block;width:26px;height:26px;margin:0 10px 0 0;background:url(../images/ico/calendar.svg) no-repeat center;background-size:100%;opacity:0.4;}
.blog_time span{display:inline-block;width:26px;height:26px;margin:0 10px 0 0;background:url(../images/ico/time.svg) no-repeat center;background-size:100%;opacity:0.4;}


.content_text{position:relative;font-size:16px;line-height:1.5;font-weight:400;}
.content_text p{margin:0 0 25px;}
.content_text a{color:#AB9287;text-decoration:none;}
.content_text a:focus,
.content_text a:active,
.content_text a:hover{text-decoration:underline;}
.content_text ol{counter-reset:point;margin:15px 0 15px 0;padding:0 0 0 32px;line-height:1.6;}
.content_text ol li{list-style:none;position:relative;padding:0 0 25px 25px;}
.content_text ol>li:before{content:counter(point);background:#e4e4e4;color:#333;counter-increment:point 1;position:absolute;top:0;left:-14px;font-size:16px;line-height:24px;height:24px;width:24px;text-align:center;}
.content_text ul{margin:15px 0 15px 40px;padding:0;line-height:1.6;}
.content_text ul li{list-style:none;position:relative;padding:2px 0 12px;}
.content_text ul>li:before{content:'';display:block;top:-3px;left:-40px;position:absolute;width:30px;height:30px;background:url(../images/ico/check.svg) no-repeat center;background-size:100%;}
.content_text ul>li>ul>li:before{content:'';display:block;transform:translateY(-50%);top:15px;left:-12px;position:absolute;width:4px;height:4px;background:#876C65;border:none;border-radius:50%;}
.content_text ol{list-style:decimal;}
.content_text h2{position:relative;padding:35px 0 25px;font-size:32px;line-height:1.1;margin:0;}
.content_text h3{font-size:30px;padding:35px 0 25px;}
.content_text h4{font-size:26px;padding:25px 0 15px;}
.content_text h5{font-size:22px;padding:25px 0 15px;}
.content_text h6{font-size:20px;padding:25px 0 15px;}
.content_text h2,
.content_text h3,
.content_text h4,
.content_text h5,
.content_text h6{line-height:1.1;}
.content_text table{border:1px solid #F2F2F2;width:100%;padding:15px;}
.content_text th,
.content_text td{padding:10px 10px 10px 0;border-bottom:1px solid #F2F2F2;}
.content_text tr td:first-child{font-weight:300;}
.content_text tr td:nth-child(2n){font-weight:500;}
.content_text tbody tr:last-child td{border-bottom:none;}

.wp-block-table{margin:25px 0;}
.content_text iframe{width:100%;min-height:400px;}
.content_text .wp-block-image img{height:auto;}
.content_text .wp-block-image.is-style-rounded img{border-radius:9999px;}
:where(.wp-block-columns.has-background){padding:10px 15px;}

@media (max-width:768px){
.content_text{font-size:16px;}
.content_text ul li{padding:0 0 6px;line-height:1.2;}
.content_text ul>li:before{top:0;left:-26px;width:22px;height:22px;}
.content_text h2{font-size:20px;padding:25px 0 15px;}
.content_text h3{font-size:18px;padding:25px 0 15px;}
.content_text h4{font-size:16px;padding:15px 0 10px;}
.content_text h5{font-size:16px;padding:15px 0 10px;}
.content_text h6{font-size:16px;padding:15px 0 10px;}
.wp-block-column{padding:0 5px;}:where(.wp-block-columns.has-background){padding:0 5px;}
}

.wp-block-image.size-large{margin:0 0 1em 0;}
.wp-block-image.size-large img{width:100%;height:auto;}
.wp-block-cover.has-background-dim{min-height:auto !important;}
.wp-block-cover.has-background-dim .wp-block-button{text-align:center;display:block;width:100%;}
a.wp-block-button__link{text-decoration:none;}
.wp-block-verse{font-style:italic;margin:15px 0;}
.content_text .wp-post-image{vertical-align:top;}
.content_text img{border-radius:16px;}
.content_text img.size-auto,
.content_text img.size-full,
.content_text img.size-large,
.content_text img.size-medium,
.content_text.attachment img{max-width:100%;height:auto;}
.content_text .alignleft,
.content_text img.alignleft{display:inline;float:left;margin-right:24px;margin-top:15px;}
.content_text .alignright,
.content_text img.alignright{display:inline;float:right;margin-left:24px;margin-top:15px;}
.content_text .aligncenter,
.content_text img.aligncenter{clear:both;display:block;margin:15px auto;text-align:center;}
.content_text .alignnone,
.content_text img.alignnone{margin:15px auto;width:auto;}
.content_text img.alignleft,
.content_text img.alignright,
.content_text img.aligncenter{margin-bottom:15px;padding:2px;}
.wp-caption{background:#f1f1f1;line-height:18px;margin-bottom:20px;max-width:632px !important;width:auto !important;padding:4px;text-align:center;}
.wp-caption img{margin:5px 5px 0;}
.wp-caption img{margin:5px 5px 0;}
.wp-caption p.wp-caption-text{color:#888;font-size:12px;margin:5px;}
.wp-smiley{margin:0;}
.gallery{margin:0 auto 18px;}
.gallery .gallery-item{float:left;margin-top:0;text-align:center;width:33%;}
.gallery-columns-2 .gallery-item{width:50%;}
.gallery-columns-4 .gallery-item{width:25%;}
.gallery img{border:2px solid #cfcfcf;}
.gallery-columns-2 .attachment-medium{max-width:92%;height:auto;}
.gallery-columns-4 .attachment-thumbnail{max-width:84%;height:auto;}
.gallery .gallery-caption{color:#888;font-size:12px;margin:0 0 12px;}
.gallery dl{margin:0;}
.gallery img{border:none;}
.gallery br+br{display:none;}
.contenttext .attachment img{display:block;margin:0 auto;}

.wp-block-media-text{margin:0 0 25px;}
.wp-block-image{margin:0 0 25px;}
.wp-block-image img{height:auto;}
.wp-block-gallery ul{padding:0 0 25px;margin:0;}
.wp-block-gallery ul li:before{display:none;}
.wp-block-gallery.columns-2,
.wp-block-gallery.columns-3,
.wp-block-gallery.columns-4,
.wp-block-gallery.columns-5,
.wp-block-gallery.columns-6,
.wp-block-gallery.columns-7,
.wp-block-gallery.columns-8{display:flex;}
figure.wp-block-gallery.has-nested-images .wp-block-image{padding:1%;}

@media (max-width:768px){
:where(.wp-block-columns.is-layout-flex){gap:0 !important;}
}

/******* FAQ *********/
.schema-faq{position:relative;background:#e5f6fe;padding:15px;border-radius:25px;}
.schema-faq-section{position:relative;padding:15px 55px 15px 15px;cursor:pointer;transition:none;border-bottom:2px solid #fff;}
.schema-faq-section:last-child{border-bottom:none;}
.schema-faq-section:after{content:'';position:absolute;right:12px;top:50%;width:14px;height:2px;transform:rotate(-45deg);background:#333;transition:0.4s ease-in-out;}
.schema-faq-section:before{content:'';position:absolute;right:21px;top:50%;width:14px;height:2px;transform:rotate(45deg);background:#333;transition:0.4s ease-in-out;}

.schema-faq-question{font-size:18px;line-height:1.1;}
.schema-faq-answer{display:none;transition:none;padding:30px 0 0 20px;font-size:16px;line-height:1.4;}
.openfaq::after{transform:rotate(45deg);}
.openfaq:before{transform:rotate(-45deg);}
@media (max-width:768px){
.schema-faq-question{font-size:18px;}
.schema-faq-answer{padding:20px 0 0 0;}
}


/******* Share *********/
.sh_this{position:sticky;top:24px;width:70px;margin:0;padding:0;}
.sh_ico_wrp{display:flex;flex-direction:column;align-items:center;}
.share_ttl{display:none;}
.sh_this a{display:flex;justify-content:center;align-items:center;width:24px;height:24px;margin:0 0 24px;}
.sh_this a:hover{cursor:pointer;transform:scale(1.2);}
.sh_this svg{fill:#876C65;}
.sh_mess{position:fixed;display:none;z-index:999;max-width:750px;left:50%;top:50%;transform:translate(-50%,-50%);background:#876C65;color:#fff;padding:15px 40px;font-size:16px;line-height:1.1;}


.product_share .sh_this{position:relative;top:0;width:100%;}
.product_share .sh_ico_wrp{display:flex;flex-direction:row;justify-content:center;gap:10px;}
.product_share .sh_this a{width:50px;height:50px;margin:0;background:#F0E7E2;}
.product_share .sh_this a:is(:hover, :focus, :active){background:#876C65;}
.product_share .sh_this a:is(:hover, :focus, :active) svg{fill:#fff;}
.product_share .sh_this a:is(:hover, :focus, :active) img{filter:grayscale(1) brightness(100);}


.share_btn_wrap{padding:15px 0 0;border-top:1px solid #E6DAD6;display:flex;align-items:center;flex-wrap:wrap;gap:15px;}
.share_btn{display:flex;align-items:center;gap:10px;cursor:pointer;}
.share_btn:hover{text-decoration:underline;}

.modal_share{display:none;position:fixed;z-index:999999;top:50%;left:50%;transform:translate(-50%,-50%);transition:none;}
.modal_share_wrap{display:flex;align-items:center;background:#fff9f5;border-radius:5px;padding:15px;box-shadow:0 5px 20px 0 rgba(0, 0, 0, 0.15);}
.modal_share_wrap .sh_this{position:relative;top:auto;width:auto;}
.modal_share_wrap .sh_ico_wrp{flex-direction:row;}
.modal_share_wrap .sh_this a{margin:12px;}
.modal_share_close{cursor:pointer;margin-left:5px;width:32px;height:32px;background:url(../images/ico/del.svg) no-repeat center;background-size:32px;filter:invert(1);}
.modal_share_close:hover{transform:rotate(180deg);}


@media (max-width:920px){
.share_btn_wrap{justify-content:center;}
}

@media (max-width:768px){
.modal_share{left:10px;right:10px;transform:translate(0, -50%);}
.modal_share_wrap .sh_this{flex-wrap:wrap;}
.modal_share_wrap .share_ttl{width:100%;margin:0 0 15px;text-align:center;}
.modal_share_wrap{padding:25px 10px 10px;}
.modal_share_close{position:absolute;top:5px;right:5px;}
}

@media (max-width:768px){
.sh_this{position:relative;top:auto;width:auto;display:flex;margin:0 0 20px;}
.sh_ico_wrp{position:relative;display:flex;align-items:center;flex-direction:row;flex-wrap:wrap;}
.share_ttl{display:block;font-size:16px;line-height:1;font-weight:500;margin:0 4px 0 0;padding:5px 0 0;}
.sh_this a{margin:0 4px 10px;}
}
@media (max-width:400px){
.soc_sh.pt{display:none;}
}




/******* Recommended articles *********/
.recommended{padding:25px 0 10px;}
.recommended .ix_big_ttl{padding:0;max-width:1824px;margin:0 auto;}


@media (max-width:768px){
.recommended{padding:25px 0;}
.recommended .ix_big_ttl{text-align:center;}
}


/******* Category *********/
.cat_desc{max-width:960px;}

.masonry{transition:none;}
.masonry *{transition:none;}
.loadmore_ctr{width:100%;text-align:center;padding:15px 0;position:relative;}


@media (max-width:550px){
.masonry{justify-content:center;}
}



/******* Products style *********/

.product_style_childlist{display:flex;width:100%;}


.prod_style_item{text-decoration:none;overflow:hidden;position:relative;flex:0 0 25%;transition:all 1s ease;max-height:683px;}
.prod_style_item:after{content:'';position:absolute;left:0;bottom:0;right:0;top:0;background:rgba(0,0,0,0.7);opacity:0;transition:2s ease-in-out;}
.prod_style_item img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 0.4s ease;}

.prod_style_item_text{transition:transform 0.4s cubic-bezier(0.4,0,0.2,1), opacity 0.3s ease 0.1s;position:absolute;left:0;bottom:0;right:0;padding:25px 15px;z-index:2;background:linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 80%);color:#fff;transition:all 1s ease;display:flex;flex-direction:column;justify-content:flex-end;align-items:start;}
.prod_style_item_text h3{font-weight:500;line-height:1.2;font-size:32px;margin:0 0 10px;opacity:1;transition:none;}
.prod_style_btn{background:transparent;color:#fff;border:2px solid #fff;padding:12px 30px;font-size:14px;text-transform:uppercase;letter-spacing:2px;white-space:nowrap;z-index:2;}

.prod_style_item_text p,
.prod_style_item_text .prod_style_btn{opacity:0;transition:transform 0.4s cubic-bezier(0.4,0,0.2,1), opacity 0.3s ease 0.1s;height:0;padding:0;}

.prod_style_item:hover .prod_style_item_text p{transform:translateY(0);opacity:1;padding:0  0 15px;height:auto;}
.prod_style_item:hover .prod_style_item_text .prod_style_btn{opacity:1;padding:12px 30px;height:auto;}


.prod_style_item:is(:hover, :focus, :active) .prod_style_item_text{top:50%;bottom:auto;transform:translateY(-50%);opacity:1;background:transparent;}
.prod_style_item:is(:hover, :focus, :active):after{opacity:1;}



.prod_style_item.shrink{flex:0 0 22%;}
.prod_style_item.grow{flex:0 0 34%;z-index:2;}
.prod_style_item.grow img{transform:scale(1.05);}

@media (max-width:1024px){
.product_style_childlist{flex-wrap:wrap;}
.prod_style_item{flex:0 0 50%;}
.prod_style_item.shrink{flex:0 0 44%;}
.prod_style_item.grow{flex:0 0 56%;}
}

@media (max-width:600px){
.prod_style_item,
.prod_style_item.shrink,
.prod_style_item.grow{flex:0 0 100%;}
}

/******* Products cat *********/
.title_product_cat{padding:60px 0 30px;}
.title_product_cat h2{font-size:50px;font-weight:400;line-height:1;}

@media (max-width:768px){
.title_product_cat{padding:10px 0 20px;}
.title_product_cat h2{font-size:30px;}
}

.product_catlist_wrapper{display:none;margin-top:10px;transition:none;background:#E6DAD6;padding:15px  15px 0;}
.catlist_btn{display:flex;align-items:center;background:#fff;color:#000;box-shadow:0 4px 12px rgba(0, 0, 0, 0.1);padding:8px 12px;cursor:pointer;}
.catlist_btn.open{background:#AB9287;color:#fff;}
.catlist_btn.open i{filter:brightness(100) grayscale(1);}
.catlist_btn i{display:block;width:24px;height:24px;background:url(../images/ico/catlist.svg) no-repeat center;background-size:24px;margin:0 5px 0 0;}
.catlist_btn span{font-weight:bold;font-size:16px;}


.product_catlist_ctr{display:flex;flex-wrap:wrap;}
.catlist_item{position:relative;width:12%;margin:0 0.5% 15px 0;background:#F9F1ED;text-align:center;display:flex;align-items:center;justify-content:center;}
.catlist_item:is(:hover, :focus, :active){opacity:0.5;}
.catlist_text{position:absolute;left:0;right:0;bottom:0;padding:35px 10px 10px;font-size:15px;color:#fff;background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.7) 100%);;}
.catlist_thumb{width:100%;}
.catlist_thumb img{width:100%;height:auto;}
a.catlist_item.active_prod_cat{opacity:0.5;}

.custom_sort{display:flex;align-items:center;justify-content:space-between;}
.sort_wrapper{display:flex;align-items:center;gap:10px;position:relative;}
.sort_label{display:flex;align-items:center;}
.sort_label span{font-weight:bold;font-size:16px;color:#000;}
.sort_label i{display:block;width:22px;height:22px;background:url(../images/ico/sort.svg) no-repeat center;background-size:20px;margin:0 5px 0 0;}
.sort_dropdown{position:relative;min-width:200px}
.sort_selected{background:#fff;padding:12px;text-decoration:none;color:#000;font-size:15px;border:none;cursor:pointer;width:100%;box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);text-transform:none;letter-spacing:0;}
.sort_list{position:absolute;top:calc(100% + 5px);left:0;background:#fff;box-shadow:0 4px 12px rgba(0, 0, 0, 0.1);overflow:hidden;display:none;min-width:150px;z-index:10;width:100%}
.sort_option{padding:10px 15px;font-size:14px;letter-spacing:.5px;cursor:pointer;transition:all .2s ease}
.sort_option:hover{background:#876C65;color:#fff;}
.sort_list.show{display:block;animation:fadeInSort .2s ease}

@keyframes fadeInSort{
from{opacity:0;transform:translateY(-5px)}
to{opacity:1;transform:translateY(0)}
}

@media (max-width:1060px){
.custom_sort{margin:0;width:100%;}
.catlist_item{width:19%;margin:0 1% 15px 0;}
}

@media (max-width:768px){
.catlist_item{width:24%;}
}

@media (max-width:650px){
.product_catlist_wrapper{padding:10px 10px 0;}
.product_catlist_ctr{justify-content:space-between;}
.catlist_item{width:31%;margin:0 2% 10px 0;}
.catlist_item:nth-child(3n){margin:0 0 10px 0;}
.custom_sort{flex-wrap:wrap;}
.catlist_btn{box-shadow:none;text-decoration:underline;margin:0 auto 10px;}
.sort_wrapper{justify-content:space-between;width:100%;}
.sort_label,
.sort_dropdown{width:48%;}
.sort_label{justify-content:center;}
.sort_dropdown{min-width:1px;}
}

@media (max-width:550px){
.catlist_item{width:48%;margin:0 0 10px 0;}
}

.top_line_search{position:relative;margin:40px 0 25px;}
.top_line_search.no-margin{margin:0;}
.top_line_search.no-margin h1{margin:0 0 25px;text-align:center;}
.top_line_search h1.big_ttl_pg{margin:0;padding:0;}

.top_line_rght{display:flex;align-items:center;}
.filter_btn{padding:10px;text-transform:none;}

.product_cat_childlist{display:flex;justify-content:space-between;flex-wrap:wrap;}

.prod_cat_item{position:relative;width:32%;margin:1% 0;text-decoration:none;overflow:hidden;}
.prod_cat_item:after{content:'';position:absolute;left:0;bottom:0;right:0;top:0;background:rgba(0,0,0,0.5);opacity:0;transition:2s ease-in-out;}
.prod_cat_item_text{position:absolute;left:0;bottom:0;right:0;padding:25px 15px;z-index:2;background:linear-gradient(to bottom, rgba(0,0,0,0) 20%,rgba(0,0,0,0.7) 100%);}
.prod_cat_item h3{color:#fff;font-weight:500;line-height:1.2;font-size:32px;}
.prod_cat_item img{width:100%;height:auto;transition:2s ease-in-out;}
.cat_status{position:absolute;top:41px;right:-62px;transform:rotate(45deg);background:#876C65;padding:10px 61px;display:flex;align-items:center;justify-content:center;gap:15px;z-index:2;}
.cat_status span{color:#efe4e4;font-size:18px;line-height:1;}
.cat_status i{position:relative;display:block;width:32px;height:32px;background:url(../images/icon.svg) no-repeat 10% center;background-size:32px;}
.cat_status::before{content:'';position:absolute;top:2px;bottom:2px;left:0;width:100%;border-top:1px dashed #AB9287;border-bottom:1px dashed #AB9287;}


.prod_cat_item:is(:hover, :focus, :active){text-decoration:none;}
.prod_cat_item:is(:hover, :focus, :active) img{transform:scale(1.1);}
.prod_cat_item:is(:hover, :focus, :active):after{opacity:1;}

.center-btn{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%) scaleX(0);transform-origin:center;background:transparent;color:#fff;border:2px solid #fff;padding:12px 30px;cursor:pointer;font-size:14px;text-transform:uppercase;letter-spacing:2px;opacity:0;transition:transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),opacity 0.3s ease 0.1s;white-space:nowrap;z-index:2;}
.center-btn:is(:hover, :focus, :active){background:#876C65;border:2px solid #876C65;}

.prod_cat_item:is(:hover, :focus, :active) .center-btn{transform:translate(-50%, -50%) scaleX(1);opacity:1;}


@media (max-width:1060px){
.filter_btn{display:none;}
.top_line_search{margin:15px 0 10px;}
.prod_cat_item{width:49%;}
}

@media (max-width:650px){
.prod_cat_item{width:100%;}
}


/******* Products slider *********/
.loop_product{position:relative;max-width:1824px;margin:25px auto;}
.slider_wrapper{position:relative;display:flex;align-items:center;overflow:hidden;}
.slider_inner{display:flex;gap:20px;width:100%;transition:transform 0.3s ease-in-out;will-change:transform;}

.slider_btn_wrap{position:absolute;width:100%;height:0;top:50%;left:0;display:flex;align-items:center;justify-content:space-between;}
.slider_btn_wrap.slidenavcount,
.slider_btn_wrap.slidenavsmall{display:none;}

.slider_btn{position:relative;background:#fff;background-size:26px;cursor:pointer;width:65px;height:65px;display:flex;align-items:center;justify-content:center;}
.slider_btn i{position:relative;display:block;width:26px;height:26px;background: url(../images/ico/arrow.svg) no-repeat center;background-size:26px;}
.prev_btn{transform:rotate(90deg);}
.next_btn{transform:rotate(-90deg);}

.slider_btn:is(:hover, :focus, :active){background:#876C65;}
.slider_btn:is(:hover, :focus, :active) i{filter:invert(1) brightness(100);}

@media (max-width:1060px){
.loop_product .slider_btn_wrap.slidenavsmall{display:flex;}
}
@media (max-width:768px){
.loop_product{margin:15px auto;}
.slider_btn_wrap.slidenavsmall{display:flex;}
}

.loop_product .slider_inner{display:flex;gap:20px;}
.loop_product .product_item{flex:0 0 calc(33.333% - 15px);margin:0;}

@media (min-width:1060px){
.loop_product .product_item:nth-child(4n){margin:0;}
}

@media (max-width:1060px){
.loop_product .product_item{flex:0 0 calc(33.333% - 14px);}
}

@media (max-width:768px){
.loop_product .product_item{flex:0 0 calc(50% - 10px);}
}

@media (max-width:650px){
.loop_product .product_item{flex:0 0 100%;}
}


/******* Product loop *********/
.product_item_list{display:flex;flex-wrap:wrap;padding:25px 0;max-width:1824px;margin:0 auto;}
.product_item_list .product_item{margin:0 2% 20px 0;}

@media (min-width:1060px){
.product_item_list .product_item:nth-child(3n){margin:0 0 20px 0;}
}

@media (max-width:1060px){
.product_item_list .product_item{flex:0 0 calc(50% - 10px);}
.product_item_list .product_item:nth-child(2n){margin:0 0 15px 0;}
}

@media (max-width:650px){
.product_item_list .product_item{flex:0 0 100%;margin:0 0 10px 0;}
}

.product_item{position:relative;width:32%;margin:0 1.3333% 20px 0;box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column;}
.product_item:is(:hover, :focus, :active){text-decoration:none;}
.product_item:is(:hover, :focus, :active) .thumb_ctr img{transform:scale(1.1);}
.product_item:is(:hover, :focus, :active) .center-btn{transform:translate(-50%, -50%) scaleX(1);opacity:1;}
.product_item:is(:hover, :focus, :active) .product_item_link:after{opacity:1;}

.product_item_link{display:block;position:relative;}
.product_item_link:after{content:'';position:absolute;left:0;bottom:0;right:0;top:0;background:rgba(0,0,0,0.5);opacity:0;transition:2s ease-in-out;}


.th_title_wrap{position:absolute;bottom:60px;left:25px;right:25px;display:flex;justify-content:space-between;align-items:flex-start;z-index:2;display: none;}
.th_title{font-size:30px;padding:0;line-height:1.2;font-weight:500;text-transform:uppercase;color:#fff;}

.thumb_ctr{position:relative;overflow:hidden;text-align:center;}
.thumb_ctr img{height:auto;width:100%;display:block;transition:2s ease-in-out;}
.thumb_ctr:after{content:'';position:absolute;left:0;bottom:0;right:0;height:150px;background:linear-gradient(to bottom, rgba(0,0,0,0) 20%,rgba(0,0,0,0.7) 100%);}


.product_item_tax{display:flex;align-items:center;flex-wrap:wrap;gap:6px;position:absolute;bottom:25px;left:25px;right:25px;color:#fff;z-index:2;display: none;}
.product_item_tax a{color:#fff;}


@media (max-width:1060px){
.product_item{width:49%;margin:0 1.3333% 20px 0;}
.product_item:nth-child(2n){margin:0 0 20px 0;}
.th_title_wrap{bottom:80px;}
.th_title{font-size:26px;}
}



@media (max-width:650px){
.product_item{width:100%;margin:0 0 20px 0;}
.product_item:nth-child(2n){margin:0;}
}



/******* Product single *********/
.product_flex{display:flex;gap:25px;max-width:1440px;margin:0 auto 25px;}
.left_side{max-width:900px;width:50%;}
.right_side{max-width:900px;width:50%;position:relative;}


@media (max-width:920px){
.left_side{width:100%;margin-right:0;}
.right_side{max-width:100%;width:100%;}
.product_flex{margin:0 0 20px;flex-direction:column;}
}

@media (max-width:550px){
button.add-to-cart{width:100%;}
}


.product-gallery{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;max-width:584px;margin:0 auto;}
.product-gallery a{position:relative;display:block;width:100%;overflow:hidden;cursor:pointer;}
.product-gallery img{width:100%;height:auto;display:block;transition:transform 0.3s ease;}
.product-gallery a:is(:hover, :focus, :active) img{transform:scale(1.02);}
.zoom-btn{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:60px;height:60px;background:rgba(255,255,255,0.7) url(../images/ico/zoom.svg) no-repeat center;background-size:32px;border-radius:50%;opacity:0;transition:opacity 0.3s ease;}
.product-gallery a:is(:hover, :focus, :active) .zoom-btn{opacity:1;}

.gallery-mobile{display:none;}
@media (max-width:920px){
.product-gallery a:not(.active){display:none;}
.prod_gall_desk{display:none !important;}
.gallery-mobile{display:block;width:100%;max-width:584px;margin:0 auto;}
.gallery-mobile a.gallery-link{margin:0 0 10px;display:block;}
.gallery-mobile img{width:100%;height:auto;}
}

/* Modal */
#modal-gallery{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);backdrop-filter:blur(3px);display:none;align-items:center;justify-content:center;z-index:10000;overflow:hidden;}
#modal-gallery.active{display:flex;}
#modal-gallery img.modal-image{max-width:90%;max-height:90%;transition:transform 0.25s ease;cursor:pointer;user-select:none;touch-action:none;}

#modal-gallery img.modal-image.zoomed{cursor:pointer;transform:scale(2);}

#modal-gallery .close-modal,
#modal-gallery .zoom-toggle,
#modal-gallery .modal-prev,
#modal-gallery .modal-next{position:absolute;z-index:10001;background:rgba(255,255,255,0.07);cursor:pointer;backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;}

#modal-gallery .close-modal{top:15px;right:15px;width:44px;height:44px;font-size:28px;color:#fff;line-height:44px;text-align:center;}
#modal-gallery .close-modal:is(:hover, :focus, :active){background:#876C65;}

#modal-gallery .zoom-toggle{top:15px;right:70px;width:44px;height:44px;}
#modal-gallery .zoom-toggle i{display:block;width:22px;height:22px;background:url('../images/ico/zoom.svg') no-repeat center;background-size:22px;filter:invert(1);}
#modal-gallery.zoomed .zoom-toggle i{background:url('../images/ico/zoom-out.svg') no-repeat center;background-size:22px;}

#modal-gallery .zoom-toggle:is(:hover, :focus, :active){background:#876C65;}

#modal-gallery .modal-prev,
#modal-gallery .modal-next{top:50%;transform:translateY(-50%);width:44px;height:44px;}
#modal-gallery .modal-prev i,
#modal-gallery .modal-next i{display:block;width:22px;height:22px;background:url('../images/ico/arr_slide.svg') no-repeat center;background-size:22px;filter:invert(1);}

#modal-gallery .modal-prev{left:15px;transform:translateY(-50%) rotate(90deg);}
#modal-gallery .modal-next{right:15px;transform:translateY(-50%) rotate(-90deg);}

#modal-gallery .modal-prev:is(:hover, :focus, :active),
#modal-gallery .modal-next:is(:hover, :focus, :active){background:#876C65;}


#modal-gallery .modal-thumbs{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px;padding:8px;background:rgba(0,0,0,0.3);border-radius:8px;overflow-x:auto;backdrop-filter:blur(4px);}
#modal-gallery .modal-thumbs .thumb-item{width:56px;height:56px;border-radius:6px;overflow:hidden;cursor:pointer;flex-shrink:0;opacity:0.6;transition:opacity 0.2s, transform 0.2s;}
#modal-gallery .modal-thumbs .thumb-item img{width:100%;height:100%;object-fit:cover;display:block;}
#modal-gallery .modal-thumbs .thumb-item.active{opacity:1;outline:2px solid #fff;transform:scale(1.05);}
#modal-gallery .modal-thumbs .thumb-item{display:inline-block;}


.admin-bar #modal-gallery .close-modal,
.admin-bar #modal-gallery .zoom-toggle{top:35px;}


@media (max-width:850px){
#modal-gallery .modal-thumbs{position:absolute;bottom:10px;left:0;right:0;transform:translateX(0);width:100%;display:block;text-align:center;white-space:nowrap;}
#modal-gallery .modal-thumbs .thumb-item{display:inline-block;}
}


h2.big_ttl_pg.ttl_prod,
h3.big_ttl_pg.ttl_prod{font-size:40px;font-weight:bold;padding:0 0 25px;margin:0;}


.product-nav-buttons{display:flex;justify-content:space-between;align-items:center;padding:0 0 25px;}
.product-nav-buttons h1{font-size:28px;font-weight:bold;margin:0;line-height:1;text-align:center;}
.prev-product,
.next-product{display:flex;align-items:center;justify-content:center;background:#fff;width:48px;height:48px;box-shadow:0 0 15px 0 rgba(0,0,0, 0.05);}
.prev-product:is(:hover, :focus, :active),
.next-product:is(:hover, :focus, :active){background:#000;}
.prev-product i,
.next-product i{display:block;width:22px;height:22px;}
.prev-product i{background:url('../images/ico/arr_slide.svg') no-repeat center;background-size:22px;transform:rotate(90deg);}
.next-product i{background:url('../images/ico/arr_slide.svg') no-repeat center;background-size:22px;transform:rotate(-90deg);}
.prev-product:is(:hover, :focus, :active) i,
.next-product:is(:hover, :focus, :active) i{filter:invert(1) brightness(100);}

.articul_prod{padding:0 0 10px;font-size:14px;line-height:1;font-weight:500;display:flex;flex-wrap:wrap;align-items:center;}
.gray_ttl_prod{color:#a6a8a9;padding-right:10px;font-size:13px;}
.articul_prod a{color:#000;}
.articul_prod a:is(:hover, :focus, :active){color:#a6a8a9;}


.right_top_info{padding:0 25px;position:sticky;top:40px;}
.right_top_info .th_title_wrap{padding:0;}

.right_side .tcat_ctr{position:relative;margin:0 0 10px;color:#a6a8a9;}
.right_side .tcat_ctr a{position:relative;display:inline-block;text-decoration:underline;padding:0;font-size:14px;line-height:1;font-weight:500;}
.right_side .tcat_ctr a:is(:hover, :focus, :active){color:#AB9287;text-decoration:none;}
.right_side .btn_brd{padding:15px 25px;}


.prev_prod{padding:15px 0 0;}

.wholesale_prices{position:relative;padding:10px;background:#F0E7E2;font-size:13px;max-width:320px;color:#876C65;}
.wholesale_prices::before{content:'';position:absolute;left:50px;bottom:-20px;border:10px solid transparent;border-top:10px solid #F0E7E2;}


.btn_mess{position:relative;display:flex;justify-content:center;align-items:center;padding:0;height:40px;width:40px;box-shadow:0 0 15px 0 rgba(0,0,0, 0.25);cursor:pointer;}
.btn_mess:after{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:38px;height:38px;transition:0.4s linear;}
.btn_mess:is(:hover, :focus, :active) i{transform:rotate(360deg);transition:0.4s linear;}
.btn_mess:is(:hover, :focus, :active):after{width:48px;height:48px;}
.btn_mess i{width:26px;height:26px;display:block;position:relative;filter:invert(1);transition:none;}
.mwt{background:#0CC143;}
.mwt:after{border:2px solid #0CC143;}
.mwt i{background:url(../images/ico/whatsapp.svg) no-repeat center;background-size:26px;}
.mvb{background:#633294;}
.mvb:after{border:2px solid #633294;}
.mvb i{background:url(../images/ico/viber.svg) no-repeat center;background-size:26px;}
.mtg{background:#2A9ED5;}
.mtg:after{border:2px solid #2A9ED5;}
.mtg i{background:url(../images/ico/telegram.svg) no-repeat center;background-size:26px;}


@media (max-width:920px){
h1.big_ttl_pg.ttl_prod,
h2.big_ttl_pg.ttl_prod,
h3.big_ttl_pg.ttl_prod{font-size:28px;}

.right_top_info{padding:0;}
}


.big_text_prod{position:relative;max-width:960px;margin:0 auto 25px;padding:25px;}
.big_text_prod h2.big_ttl_pg{padding:0 0 25px;font-size:40px;line-height:1;}


@media (max-width:920px){
.big_text_prod{margin:0 auto;padding:0;}
}


/* Video */
.video_block{text-align:center;cursor:pointer;width:100%;height:530px;margin:40px 0;position:relative;border-radius:15px;}
.video_block:before{z-index:1;opacity:1;transition:opacity 1s ease;position:absolute;content:'';left:0;right:0;top:0;bottom:0;background:rgba(0, 0, 0, 0.5);}
.video_block img{width:100%;height:100%;vertical-align:top;position:absolute;top:0;left:0;object-fit:cover;object-position:center;}

.btnplay{z-index:1;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:180px;height:180px;border-radius:100px;background:#AB9287;box-shadow:0 0 15px 0 rgba(0,0,0,0.2);transition:all .4s ease-in-out;}
.btnplay:before{content:'';z-index:2;position:absolute;left:50%;top:50%;transform:translate(-20%,-50%);width:0;height:0;border:30px solid transparent;border-left:50px solid #fff;transition:all .4s ease-in-out;}
.btnplay:is(:hover, :focus, :active){background:#876C65;box-shadow:0 0 15px 0 rgba(0,0,0,0.2);transform:translate(-50%,-50%) rotate(360deg);}
.btnplay:is(:hover, :focus, :active):before{transform:translate(-20%,-50%) scale(1.1);}

.modal_vdblock{display:none;}

.modal_vdplayer{position:fixed;left:0;top:-150%;right:0;height:100%;width:100%;z-index:9999;background:rgba(0,0,0,0.9);backdrop-filter:blur(16px);display:flex;justify-content:center;align-items:center;transition:all .5s ease-in-out;}
.modal_vdplayer iframe,
.modal_vdplayer video{width:90vw;height:80vh;}
.modal_vdplayer .cls_search{position:absolute;z-index:5;right:25px;top:25px;margin:0 auto;width:26px;height:26px;transition:all 0.8s ease-in-out;}
.admin-bar .modal_vdplayer .cls_search{top:60px;}
.modal_vdplayer .cls_search:is(:hover, :focus, :active){cursor:pointer;transform:rotate(360deg);-webkit-transform:rotate(360deg);}
.modal_vdplayer .cls_search_ll,
.modal_vdplayer .cls_search_lr{background:#fff;width:29px;height:2px;border-radius:4px;position:absolute;left:-2px;top:12px;}
.modal_vdplayer .cls_search_ll{transform:rotate(-45deg);}
.modal_vdplayer .cls_search_lr{transform:rotate(45deg);}


@media (max-width:920px){
.video_block{height:226px;}
}

@media (max-width:768px){
.video_block{height:260px;}
.modal_vdplayer iframe{height:260px;}
.modal_vdplayer .cls_search{right:5px;top:5px;}
.btnplay{width:80px;height:80px;}
.btnplay:before{border:13px solid transparent;border-left:20px solid #fff;}
}

@media (max-width:450px){
.video_block{height:210px;margin:0;}
.modal_vdplayer iframe{height:210px;}
}



/******* Blog *********/
.blog_list{position:relative;display:flex;justify-content:space-between;flex-wrap:wrap;padding:25px 0;max-width:1824px;margin:0 auto;}

.blog_item{position:relative;width:49%;text-decoration:none;display:flex;justify-content:space-between;gap:15px;margin:0 0 15px;min-height:350px;}
.blog_item:last-child{border-bottom:none;}
.blog_item:is(:hover, :focus, :active){text-decoration:none;}
.blog_item:is(:hover, :focus, :active) .blog_item_img::after{opacity:1;}
.blog_item:is(:hover, :focus, :active) img{transform:scale(1.1);}
.blog_item:is(:hover, :focus, :active) .blog_item_title_text{background:#AB9287;color:#fff;}
.blog_item:is(:hover, :focus, :active) .btn_brd{color:#fff;border:2px solid #fff;background:transparent;}


.blog_item_img{position:relative;width:49%;max-width:595px;margin:0 20px 0 0;overflow:hidden;}
.blog_item_img::after{content:'';position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.3);opacity:0;transition:2s ease-in-out;}
.blog_item img{width:100%;height:100%;position:absolute;object-fit:cover;transition:2s ease-in-out;}
.blog_item_title_text{position:relative;width:49%;padding:25px 5%;color:#000;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:2s ease-in-out;}
.blog_item_ttl{font-size:18px;padding:0 0 25px;line-height:1.1;text-transform:uppercase;font-weight:bold;text-align:center;}
.blog_item_text{font-size:16px;padding:0 0 25px;line-height:1.3;}
.blog_item .btn_brd{transition:2s ease-in-out;}


.fadein_bg{animation:fadein_bg 1s ease-in forwards;}
@keyframes fadein_bg{from{opacity:0;}to{opacity:1;}}



@media (min-width:950px){
.blog_item:nth-child(4n) .blog_item_img,
.blog_item:nth-child(3n) .blog_item_img{order:2;margin:0 0 0 20px;}
.blog_item:nth-child(4n) .blog_item_title_text,
.blog_item:nth-child(3n) .blog_item_title_text{order:1;}
}


@media (max-width:950px){
.blog_item{width:100%;gap:0;}
.blog_item:nth-child(2n+1) img{order:2;margin:0 0 0 20px;}
.blog_item:nth-child(2n+1) .blog_item_title_text{order:1;}
}
@media (max-width:768px){
.blog_item_ttl{font-size:20px;padding:0 0 15px;}
.blog_item_text{font-size:14px;padding:0 0 20px;}
}
@media (max-width:650px){
.blog_list{gap:0;}
.blog_item_title_text{padding:8px 0 0;}
}
@media (max-width:550px){
.blog_item{flex-direction:column;}

.blog_item:nth-child(2n+1) img{order:1;margin:0 0 20px;}
.blog_item:nth-child(2n+1) .blog_item_title_text{order:2;}
.blog_item_img{width:100%;margin:0 0 15px 0;}
.blog_item_title_text{width:100%;padding:10px;}
.blog_item img{width:100%;height:auto;position:relative;}

}

@media (max-width:650px){
.blog_list{gap:0;padding:15px 0 0;}
.blog_item,
.blog_item:nth-child(2n){width:100%;margin:0 0 15px;}
}





/*Instagram*/
.short_insta{position:relative;}
.instag_b{position:relative;padding:40px 0;}
.insta_wrap{position:relative;z-index:2;}
.insta_ttl{color:#fff;font-size:70px;font-weight:300;padding:0 0 15px 0;line-height:1;}

@media (max-width:768px){
.insta_ttl{font-size:35px;text-align:center;}
}

@media (max-width:500px){
.short_insta{padding-bottom:80px;}
}

.sbi_slider_wrap{position:relative;overflow:hidden;width:100%;}
#sb_instagram{overflow:hidden;}
#sbi_images{display:flex !important;transition:transform 0.7s ease;gap:0 !important; padding:12px 0 0 !important;}
#sbi_images .sbi_item{flex:0 0 25%;margin:0 !important;box-sizing:border-box;}

@media (max-width:800px){
#sbi_images .sbi_item{flex:0 0 50%;}
}

@media (max-width:480px){
#sbi_images .sbi_item {flex:0 0 100%;}
}



.sbi_slider_container{position:relative;}
.sbi_slider_btn{position:absolute;top:50%;background:#fff;background-size:26px;cursor:pointer;width:65px;height:65px;display:flex;align-items:center;justify-content:center;cursor: pointer;z-index:10;}
.sbi_slider_btn i{position:relative;display:block;width:26px;height:26px;background: url(../images/ico/arrow.svg) no-repeat center;background-size:26px;}
.sbi_prev_btn{transform:rotate(90deg);left:0;}
.sbi_next_btn{transform:rotate(-90deg);right:0;}

.sbi_slider_btn:is(:hover, :focus, :active){background:#876C65;}
.sbi_slider_btn:is(:hover, :focus, :active) i{filter:invert(1) brightness(100);}


.sbi_header_text.sbi_no_bio{color:#876C65;}
.instag_b #sb_instagram #sbi_images .sbi_item {width:100% !important;}
.instag_b #sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide {display:block!important;}


@media all and (min-width:480px) {
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img,
.sb_instagram_header.sbi_medium .sbi_header_img,
.sb_instagram_header.sbi_medium .sbi_header_img img {width:66px;height:66px;border-radius:50%}
}

@media (min-width:768px){
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3,
.sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3{font-size:50px !important;font-weight:300;padding-top:0 !important;line-height:1;}
}
@media (max-width:768px){
#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3,
.sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3{font-size:35px !important;text-align:center;padding-top:0 !important;line-height:1;}
}


/******* Pagination *********/
.pagination{text-align:center;padding:25px 0 0;margin-bottom:25px;}
.screen-reader-text{font-size:20px;line-height:40px;}
.pagination .current .screen-reader-text{position:static !important;}
.pagination .page-numbers{text-align:center;line-height:35px;min-width:35px;padding:0;display:inline-block;vertical-align:top;color:#333;background:transparent;font-weight:300;text-decoration:none;}
.pagination .page-numbers.current{text-transform:uppercase;background:#876C65;color:#fff;font-weight:bold;}
.pagination .current{display:inline-block;line-height:35px;min-width:35px;}
.pagination .prev,
.pagination .next{text-decoration:none;color:#333;display:inline-block;padding:0 10px;}
.pagination .page-numbers:is(:hover, :focus, :active),
.pagination .prev:is(:hover, :focus, :active),
.pagination .next:is(:hover, :focus, :active){background:#876C65;color:#fff;text-decoration:none;}


/******* 404 *********/
.error_pg{padding:50px 0;display:flex;align-items:center;justify-content:center;}
.category .error_pg{color:#fff;}
.error_item{text-align:center;padding:0 10px;}
.error_item h1,
.oops_title{font-size:calc(5px + 6vw);font-weight:400;}
.big_num_err{display:flex;align-items:center;justify-content:center;}
.big_num_err span{font-size:calc(5px + 9vw);line-height:1;font-weight:500;color:#876C65;}
.err_text{padding:15px 0;font-size:25px;}
.err_bk{padding-bottom:50px;}
@media(max-width:1200px){
.error_item h1{font-size:3vw;}
}
@media(max-width:550px){
.error_pg{padding:10px 0;}
.error_item h1{font-size:6vw;}
.big_num_err span{font-size:80px;}
}

/******* Contacts page *********/
.contacts_page{padding:0 0 25px;}
.padd_blc{padding:24px;}
.content_text.padd_blc{padding:0 24px;}
.content_text.padd_blc h2,
.content_text.padd_blc h3,
.content_text.padd_blc h4{color:#AB9287;}

.contacts_item_wrapper{padding:10px;text-align:center;display:flex;justify-content:center;flex-wrap:wrap;}
.contacts_item_wrap{width:25%;}
.contacts_item_wrap:last-child{width:100%;}
.contacts_item_wrap .our_socials{justify-content:center;}

.contacts_info_flex{display:flex;}
.contacts_item_wrapper .contacts_info_item{padding:0 0 20px;}

.contacts_item_title{font-size:24px;font-weight:bold;padding:0 0 15px;}
.contacts_item{display:flex;justify-content:center;gap:10px;padding:0 0 25px;}
.contacts_item a{color:#000;display:block;}
.contacts_item a img{width:26px;height:26px;}
.contacts_item a:hover{text-decoration:underline;}
.contacts_item span{padding:2px 0 0;font-weight:500;font-size:18px;}


.contacts_background_b{background:#F0E7E2;}
.big_bn_block.contacts_background_b .big_bn_right:after{background:linear-gradient(90deg, #F0E7E2 0%, rgba(255, 255, 255, 0) 40%);}

.contacts_form .contacts_form_wrap{position:relative;margin:0;display:flex;justify-content:space-between;flex-direction:column;padding:24px;}
.contacts_form .contacts_form_title{font-size:24px;padding:0 0 20px;font-weight:300;}
.contacts_form .contacts_form_title h2,
.contacts_form .contacts_form_title h3,
.contacts_form .contacts_form_title h4{font-size:32px;font-weight:500;padding:0 0 15px;}

.code_map{width:100%;overflow:hidden;}
.code_map iframe{width:100% !important;height:100%;vertical-align:top;min-height:400px;}
.code_map iframe:hover{filter:none;}

@media (max-width:1100px){
.contacts_item_wrapper{flex-wrap:wrap;}
.contacts_item_wrap{width:50%;}
}

@media (max-width:550px){
.contacts_page{ padding:0;}
.contacts_item_wrap{width:100%;}
.contacts_form .contacts_form_wrap{padding:10px;}
.contacts_item_wrapper{display:block;}
.contacts_item_wrapper .contacts_info_item{padding:0px 0 10px;}
.code_map iframe{min-height:250px;}
}


/******* Socials *********/
.our_socials{position:relative;display:flex;align-items:center;flex-wrap:wrap;}
.our_socials a{position:relative;display:flex;align-items:center;justify-content:center;margin-right:10px;width:50px;height:50px;background:#F9F1ED;}
.our_socials a img{width:36px;height:36px;}
.our_socials span{line-height:1;}
.our_socials a:is(:hover, :focus, :active){background:#876C65;}
.our_socials a:is(:hover, :focus, :active) svg,
.our_socials a:is(:hover, :focus, :active) img{filter:invert(1) brightness(100);}


/******* CTA Block *********/
.cta_block{padding:60px 0;}
.page-template-page_events .cta_block{padding:35px 0 60px;}
.single-post .cta_block,
.category-blog .cta_block{padding:0 0 60px;}

.cta_block_wrappers{position:relative;display:flex;justify-content:space-between;max-width:1824px;margin:0 auto;overflow:hidden;}

.cta_block_left{width:50%;padding:40px;background:#F0E7E2;}
h3.cta_ttl{font-size:50px;font-weight:500;line-height:1;color:#AB9287;}

.cta_block_frm{padding:30px 0 0;max-width:540px;}
.cta_block_frm .wpforms-submit{width:auto;}


.cta_block_right{position:relative;max-width:1100px;width:50%;}
.cta_block_right::after{content:'';width:100%;position:absolute;height:100%;top:0;left:0;background:linear-gradient(90deg, #F0E7E2 0%, rgba(255, 255, 255, 0) 40%);}
.cta_block_right img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;object-position:center;}


@media (max-width:1500px){
h3.cta_ttl{font-size:50px;}

}

@media (max-width:1100px){
h3.cta_ttl{font-size:42px;}
}

@media (max-width:768px){
.cta_block{padding:20px 0 0;}
.cta_block_wrappers{flex-direction:column;align-items:center;margin:0 auto 30px;}
.cta_block_left{padding:15px;text-align:center;order:2;}
.cta_block_left,
.cta_block_right{width:100%;}
.cta_block_right img{width:100%;height:auto;position:relative;}


h3.cta_ttl{font-size:24px;}
.cta_block_frm{max-width:100%;}
.cta_block_frm .wpforms-submit{width:100%;}
.cta_block_right{margin:0;padding:0;order:1;}
}



/******* Cart *********/

.head_cart{position:relative;cursor:pointer;display:flex;justify-content:center;align-items:center;height:44px;width:44px;}
.head_cart:is(:hover, :focus, :active){background:#876C65;}
.head_cart:is(:hover, :focus, :active) img{filter:grayscale(1) brightness(100);}


#cart-modal{display:flex;justify-content:center;align-items:center;position:fixed;z-index:999999;top:-150%;padding:2% 10px;right:0;left:0;height:100vh;background:rgb(0,0,0,0.7);backdrop-filter:blur(3px);box-sizing:border-box;transition:.5s ease;}
.cart_modal_wrap{position:relative;background:#FFF9F5;width:100%;max-width:1200px;padding:25px;box-shadow:0 0 25px 0 rgba(0,0,0, 0.15);overflow:hidden;overflow-y:auto;max-height:100%;}

.cls_cart{width:30px;height:26px;position:absolute;right:10px;top:10px;cursor:pointer;}
.cls_cart:before,
.cls_cart:after{content:'';background:#000;height:3px;width:30px;top:10px;position:absolute;border-radius:5px;left:0;transform:rotate(0deg);transition:.25s ease-in-out;}
.cls_cart:before{transform:rotate(45deg);}
.cls_cart:after{transform:rotate(-45deg);}
.cls_cart:hover:before{transform:rotate(-45deg);}
.cls_cart:hover:after{transform:rotate(45deg);}

@media (max-width:768px){
.cart_modal_wrap{padding:10px;}
}


.empty_ttl{display:flex;flex-direction:column;align-items:center;}
.empty_ttl img{max-width:100%;}
.empty_ttl span{font-size:22px;font-weight:bold;text-align:center;padding:15px 0 10px;}
.cart-item{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:10px 0;padding:5px;border-bottom:1px solid #E6DAD6;}
.cart-item img{max-width:60px;height:auto;}
.cart-lritem{display:flex;align-items:center;}

.ysno_clear_cart{display:none;position:absolute;left:0;right:0;top:0;bottom:0;background:rgb(255,255,255,0.8);}
.ysno_clear_wrap{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;}
.ysno_clear_ctr{position:relative;background:#fff;padding:20px;max-width:90%;display:flex;align-items:center;justify-content:center;}
.yes_clear.btn{margin:0 10px 0 0;padding:14px;}
.no_clear.btn_brd{padding:12px;}

.titleitem{font-weight:500;font-size:18px;line-height:1.2;color:#000;padding:0 0 0 10px;}

.quantity{display:inline-flex;align-items:center;gap:8px;font-family:sans-serif}
button.quantity__btn{width:28px;height:28px;padding:0;background:none;font-size:24px;line-height:1;cursor:pointer;color:#B3B3B3;display:flex;justify-content:center;align-items:center;transition:background .2s}
button.quantity__btn:hover{color:#876C65;border:2px solid #876C65}
input[type="number"].prdquantity{width:40px;height:32px;text-align:center;font-size:16px;border:1px solid #ccc;padding:0;margin:0;outline:none;-moz-appearance:textfield}
input[type=number].prdquantity::-webkit-outer-spin-button,
input[type=number].prdquantity::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.cart_wrap{padding:15px 0 0;display:flex;}
.cart_ttl{font-weight:400;font-size:32px;line-height:1.2;margin:0 0 25px;color:#AB9287;}
.cart_wrap_left,
.cart_wrap_right{width:100%;max-width:50%;}

.cart_wrap_right input[type="text"],
.cart_wrap_right input[type="email"],
.cart_wrap_right input[type="number"],
.cart_wrap_right input[type="url"],
.cart_wrap_right input[type="tel"],
.cart_wrap_right textarea{background:#F9F2ED;border:none;margin-bottom:10px;}
.cart_wrap_right .wpforms-submit-container{margin:0;}

.cart_wrap_left{padding-right:30px;border-right:1px solid #D7D7D7;}
.cart_wrap_right{padding-left:30px;}
.cart_wrap_right .alert_mess{margin-bottom:24px;}




.cart-total{font-size:21px;font-weight:600;text-align:right;padding:15px 0;border-top:1px solid #ddd;}
.clear-cart{color:#876C65;text-decoration:underline;cursor:pointer;font-weight:600;}
.clear-cart:hover{color:#000;}

.cart_btns_wrap{display:flex;justify-content:flex-end;align-items:center;gap:15px;margin-bottom:15px;}

.remove-item{line-height:1;cursor:pointer;padding:0;transition:all .5s ease-in-out;width:30px;margin-left:10px;}
.remove-trash{margin-left:5px;background:url(../images/ico/trash.svg) no-repeat center right;width:20px;height:20px;}
.remove-trash:hover{transform:scale(1.1);}

.yon_rem_it{display:none;width:60px;}
.yon_rem_it div:hover{transform:scale(1.1);}
.remove-prod{color:#16c60c;display:inline-block;font-size:20px;line-height:1;width:25px;margin-right:10px;user-select:none;text-align:center;}
.norem-prod{color:#f00;display:inline-block;font-size:20px;line-height:1;width:25px;user-select:none;text-align:center;}

.cart-data{display:none;}

@media (max-width:768px){
.cart_ttl{margin:0 0 10px;text-align:center;font-size:24px;}
.cart-item{flex-wrap:wrap;}
.cart-item img{max-width:70px;display:block;margin:0 auto;}
.product_inf{text-align:center;width:100%;}
.cart-lritem{width:100%;padding:0 5px;justify-content:space-around;}
.cart-item .cart-lritem:first-child{display:block;text-align:center;}
.cart_wrap{display:block;}
.cart_wrap_left,
.cart_wrap_right{max-width:100%;}
.cart_wrap_left{border-right:none;padding-right:0;}
.cart_wrap_right{padding-left:0;}
.cart_btns_wrap{justify-content:center;}
}

/*Fixed Cart*/
.fix_cart{display:flex;justify-content:center;align-items:center;position:fixed;bottom:15px;right:15px;padding:0;z-index:10;cursor:pointer;height:50px;width:50px;background:#876C65;box-sizing:content-box;transition:0.6s ease-in-out;}
.fix_cart:is(:hover, :focus, :active){background:#000;}
.fix_cart img{animation:rotate 1.5s infinite ease-in-out;filter:brightness(0) invert(1);}
.fix_cart:is(:hover, :focus, :active):before{content:'';position:absolute;top:0;right:50%;height:50px;width:30px;}
.fix_cart span{transform:translateX(-50px);visibility:hidden;opacity:0;position:absolute;z-index:-1;top:4px;right:60px;white-space:nowrap;line-height:40px;color:#fff;padding:0 15px;box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);font-size:13px;font-weight:600;text-transform:uppercase;white-space:nowrap;transition:0.4s linear;background:#000;}
.fix_cart:is(:hover, :focus, :active) span{visibility:visible;opacity:1;transform:scaleX(1) translateX(-10px);}
.cart-count{position:absolute;right:41px;top:15px;line-height:18px;width:18px;font-size:10px;text-align:center;border-radius:3px;background:#000;font-weight:bold;color:#fff;}
.fix_cart.emptcrt .cart-count{display:none;}
.fix_cart.emptcrt:is(:hover, :focus, :active) span{transform:scaleX(1) translateX(0);}

@media (max-width:780px){
.fix_cart{right:10px;transform:none;bottom:10px;top:auto;}
.fix_cart span{display:none;}
}



/******* Footer *********/
footer{position:relative;color:#000;overflow:hidden;font-size:14px;padding:25px 10px 0;margin:25px 0 0;border-top:1px solid #E6DAD6;}
footer a{color:#876C65;}
footer a:is(:hover, :focus, :active){text-decoration:underline;color:#ab9287;}
.footer_container{width:100%;max-width:1824px;margin:0 auto;padding:48px 0 0;}
.footer_wrapper{position:relative;}
.logo_foot{margin:0 0 24px;}
.logo_foot img{max-width:100%;height:auto;display:block;margin:0 auto;}
.logo_item .column_text{margin:0 0 40px;font-size:16px;line-height:1.5;}


.f_widget{margin:0 0 25px;font-weight:400;font-size:14px;}
.colum_widget .f_widget{width:23%;padding:0 15px;}

.colum_widget .f_widget:nth-child(2),
.colum_widget .f_widget:nth-child(3),
.colum_widget .f_widget:nth-child(4){margin:80px 0 0;}


.f_widget li{list-style:none;}
.f_widget .textwidget li{padding:0 0 10px;}

.f_titlebg{line-height:1.1;font-size:17px;font-weight:bold;position:relative;color:#000;padding:0 0 20px;}
.colum_widget .f_widget:nth-child(2) .f_titlebg{padding:0 0 20px 32px;}
.colum_widget{width:100%;font-size:15px;display:flex;gap:1%;flex-wrap:wrap;justify-content: center;}
.colum_widget ul{margin:0;padding:0;}


.colum_widget .menu > li{display:block;}
.colum_widget .menu > li.menu-item-has-children{margin:0 0 10px;}
.colum_widget .menu a{color:#000;font-size:16px;line-height:1.4;font-weight:400;padding:0 0 10px;display:block;}
.colum_widget .menu > li.menu-item-has-children > a{color:#a3a3a3;}
.colum_widget .menu > li.menu-item-has-children > a:is(:hover, :focus, :active){color:#AB9287;}

.colum_widget .contacts_info_item,.colum_widget a.contacts_info_item{font-size:16px;font-weight:400;color:#000;display:flex;}
.colum_widget .contacts_info_item span{margin:0 0 0 10px;line-height:1.5;font-weight:400;}

.cont_wg_menu{line-height:1.5;}
.cont_wg_menu li{margin:0 0 15px;}

.copyright{display:flex;justify-content:space-between;gap:1%;flex-wrap:wrap;padding:25px 10px 0;color:#B6B6B6;}
.foot_cp_item{margin:0 0 10px;line-height:1.4;font-size:12px;width:25%;}

.foot_text{font-size:12px;}
.foot_text a{text-decoration:none;color:#AB9287;}
.foot_text a:hover{text-decoration:underline;}
.footer_code{display:none;visibility:hidden;opacity:0;}


.foot-menu{display:flex;align-items:center;}
.foot-menu li{padding:0 10px 0 0;position:relative;font-weight:500;}
.foot-menu li a{color:#B6B6B6;}




@media (max-width:1560px){
.colum_widget .f_widget:nth-child(2){white-space:normal;}
.logo_item .btn{padding:16px 10px;}
}

@media (max-width:1100px){
.colum_widget .f_widget,
.colum_widget .f_widget:nth-child(2),
.colum_widget .f_widget:nth-child(3),
.colum_widget .f_widget:nth-child(4){width:31%;padding:0 10px;}
.colum_widget .f_widget:nth-child(2),
.colum_widget .f_widget:nth-child(3),
.colum_widget .f_widget:nth-child(4){margin:0;}
}

@media (max-width:920px){
.footer_wrapper{display:block;padding:0;}
.footer_container{padding:20px 0 0;}
.logo_foot{max-width:206px;margin:0 auto 15px;text-align:center;}
.f_widget.logo_item{width:100%;text-align:center;}
.foot_social .our_socials{justify-content:center;}

.f_widget{font-size:14px;text-align:left;}
.colum_widget .f_widget,
.colum_widget .f_widget:nth-child(2),
.colum_widget .f_widget:nth-child(3),
.colum_widget .f_widget:nth-child(4){width:49%;}

.colum_widget .f_widget:nth-child(2){white-space:normal;}
.f_titlebg{font-size:16px;margin-bottom:5px;}
.colum_widget a.contacts_info_item{font-size:14px;}
.colum_widget a{font-size:14px;}

.copyright{padding:25px 10px 55px;justify-content:center;gap:0;}

.foot_cp_item{width:100%;text-align:center;margin:0 0 20px;}
.foot_cp_item.foot_text:nth-child(2){order:3;}
.foot_cp_item.foot_text:nth-child(1){order:4;}
}

@media (max-width:768px){
footer{font-size:14px;}
.colum_widget .f_widget{display:block;margin:0 0 25px;padding:0;}
.colum_widget .f_widget:first-child,
.colum_widget .f_widget:last-child{width:100%;}

.f_widget.logo_item .btn{display:block;}
.f_widget .menu-item{padding:0;}
.colum_widget .menu li{margin:0 0 10px 0;}
.colum_widget .menu a{display:block;}
.colum_widget .menu a.contacts_info_item{display:flex;}

.colum_widget{padding-bottom:0;justify-content:space-between;}
.foot_text{margin-bottom:10px;width:100%;}

.copyright{flex-direction:column;padding:0 0 15px;}
}


@media (max-width:420px){
.colum_widget .f_widget,
.colum_widget .f_widget:nth-child(2), 
.colum_widget .f_widget:nth-child(3),
.colum_widget .f_widget:first-child,
.colum_widget .f_widget:last-child{width:100%;text-align:center;}

.colum_widget .menu a{text-align:center;}
.colum_widget .menu a.contacts_info_item{justify-content:center;align-items:center;}
}

/******* Back top *********/
.progress-wrap{position:fixed;bottom:15px;left:15px;height:50px;width:50px;cursor:pointer;display:block;box-shadow:0 5px 25px 0 rgba(0, 0, 0, 0.15);z-index:2;opacity:0;background:#876C65;border:4px solid #876C65;visibility:hidden;transform:translateY(15px);transition:all 200ms linear;cursor:pointer;}
.progress-wrap.active-progress{opacity:1;visibility:visible;transform:translateY(0)}
.progress-wrap:is(:hover, :focus, :active){animation:scalezoom 0.5s ease-in-out;background:#000;border:4px solid #000;}
.progress-wrap::after{position:absolute;content:'';background:#fff;left:9px;top:45%;height:3px;width:15px;transform:rotate(-45deg);display:block;z-index:1;transition:all 200ms linear}
.progress-wrap::before{position:absolute;content:'';background:#fff;right:9px;top:45%;height:3px;width:15px;transform:rotate(45deg);display:block;z-index:2;transition:all 200ms linear}
.progress-wrap svg path{fill:none}
.progress-wrap svg.progress-circle path{stroke:#fff;stroke-width:4;box-sizing:border-box;transition:all 200ms linear}
@media (max-width:920px){
.progress-wrap{bottom:10px;left:10px;}
}

/******* Fix edit *********/
.fix_edit{opacity:1;border:none;display:block;position:fixed;text-align:center;bottom:80px;left:15px;height:50px;width:50px;padding-top:14px;background:#fff;z-index:3;box-shadow:0 5px 25px 0 rgba(0, 0, 0, 0.15);}
.fix_edit:is(:hover, :focus, :active){cursor:pointer;background:#876C65;}
.fix_edit:is(:hover, :focus, :active):before{content:'';position:absolute;top:0;left:50%;height:50px;width:30px;}
.fix_edit svg{fill:#000;}
.fix_edit:is(:hover, :focus, :active) svg{fill:#fff;}
.fix_edit span{transform:translateX(50px);visibility:hidden;opacity:0;position:absolute;z-index:-1;top:5px;left:100%;white-space:nowrap;line-height:40px;color:#000;padding:0 15px 0 15px;font-size:14px;font-weight:500;white-space:nowrap;transition:0.4s linear;background:#fff;}
.fix_edit:is(:hover, :focus, :active) span{visibility:visible;opacity:1;transform:scaleX(1) translateX(5px);}

@media (max-width:920px){
.fix_edit{bottom:70px;left:10px;}
.fix_edit span{display:none;}
}


/******* Modal *********/
.modal{position:fixed;left:0;top:0;width:100%;height:100%;display:none;z-index:9999999;background:rgba(0, 0, 0, .5);backdrop-filter:blur(3px);}
.modal_close{position:absolute;z-index:5;right:10px;top:10px;margin:0 auto;width:24px;height:24px;transition:all 0.3s ease-in-out;}
.modal_close:hover{cursor:pointer;}
.modal_close:after,
.modal_close:before{content:'';background:#000;top:10px;border-radius:5px;height:3px;width:22px;position:absolute;left:1px;transition:0.5s ease-in-out;}
.modal_close:after{transform:rotate(45deg);}
.modal_close:before{transform:rotate(-45deg);}
.modal_close:hover:after{transform:rotate(-45deg);}
.modal_close:hover:before{transform:rotate(45deg);}

.modal_inner{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:15px;}
.modal_outer{position:relative;color:#000;width:620px;max-width:100%;background:#FFF9F5;padding:15px;box-sizing:border-box;margin:20px;overflow:hidden;overflow-y:auto;max-height:100%;}
.modal_outer input[type="submit"],.modal_outer  button,.modal_outer  .btn{width:100%;}

.modal_top_text{margin:0 0 15px;padding:15px 0 0;}
.modal_top_text.content_text h1,
.modal_top_text.content_text h2,
.modal_top_text.content_text h3,
.modal_top_text.content_text h4,
.modal_top_text.content_text h5{padding:0 0 15px;color:#AB9287;font-weight:500;padding:0 0 15px;}

.modal_outer button.wpforms-submit{background:#AB9287;color:#fff;border:1px solid #AB9287;text-transform:uppercase;}
.modal_outer button.wpforms-submit:is(:hover, :focus, :active){background:#876C65;border:1px solid #876C65;}


@media (max-width:780px){
.modal_outer{margin:0 10px;padding:16px;}
}

.successful-modal .modal_top_text{text-align:center;}
.price_img{text-align:center;padding:0 0 15px;}

.price-form .modal_outer{width:450px;}

.modal_outer input[type="text"],
.modal_outer input[type="email"],
.modal_outer input[type="number"],
.modal_outer input[type="url"],
.modal_outer input[type="tel"],
.modal_outer textarea{background:#F9F2ED;border:none;margin-bottom:10px;}
.modal_outer .wpforms-submit-container{margin:0;}

/*******  Baguette Box *********/
#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:rgba(0,0,0,0.7);transition:opacity .5s ease;}
#baguetteBox-overlay.visible{opacity:1;}
#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center;}
#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%;}
#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;box-shadow:0 0 24px rgba(0, 0, 0, 0.25);background:#fff;}
#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#333;background-color:transparent;}
#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px;}
#baguetteBox-slider{padding:75px 0;position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;transition:left .4s ease, transform .4s ease;}
#baguetteBox-slider.bounce-from-right{animation:bounceFromRight .4s ease-out;}
#baguetteBox-slider.bounce-from-left{animation:bounceFromLeft .4s ease-out;}
@-webkit-keyframes bounceFromRight{0%{margin-left:0;}50%{margin-left:-30px;}100%{margin-left:0;}}
@keyframes bounceFromRight{0%{margin-left:0;}50%{margin-left:-30px;}100%{margin-left:0;}}
@-webkit-keyframes bounceFromLeft{0%{margin-left:0;}50%{margin-left:30px;}100%{margin-left:0;}}
@keyframes bounceFromLeft{0%{margin-left:0;}50%{margin-left:30px;}100%{margin-left:0;}}


button.baguetteBox-button *{transition:none;}
button.baguetteBox-button{position:absolute;cursor:pointer;outline:none;padding:0;margin:0;border:0;background:#fff;}
button.baguetteBox-button:is(:hover, :focus, :active){background:#C4C9A0;border:none !important;}

button.baguetteBox-button svg{position:absolute;left:50%;transform:translate(-50%,-50%);top:50%;fill:#333;}
button.baguetteBox-button:is(:hover, :focus, :active) svg{fill:#fff;}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:50px;height:50px;}
.baguetteBox-button#next-button{right:2%;}
.baguetteBox-button#previous-button{left:2%;}

button#close-button{top:20px;right:2%;width:40px;height:40px;z-index:5;background:transparent;}
button#close-button:is(:hover, :focus, :active){border:none;background:transparent;}
button#close-button svg{fill:#fff;transition:0.3s ease-in-out;}
button#close-button:is(:hover, :focus, :active) svg{fill:#fff;transform:translate(-50%, -50%) rotate(180deg);}


.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px;}
.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:bounce 2s infinite ease-in-out;}
.baguetteBox-double-bounce2{animation-delay:-1s;}
@-webkit-keyframes bounce{0%,100%{transform:scale(0);}50%{transform:scale(1);}}
@keyframes bounce{0%,100%{transform:scale(0);}50%{transform:scale(1);}}



.grecaptcha-badge{
display:none !important;
}