/*!
Theme Name: Creamel Theme
Theme URI: http://underscores.me/
Author: Serhii Ivanov
Author URI: http://koyot.info
Description: Serhii Ivanov - Web Developer
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: creamel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Arbat Homes is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
/*
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;&display=swap');
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');
:root {
	color-scheme: light only;
	--light: #fff;
	--dark: #121212;
	--orange: #ff5020;
	--blue: #1e3a8a;
	--lgray: #f2f2ef;
	--gray: #d6d6d6;
	--dgray: #a1a1a1;
	--dblue: #2b343f;
	--red: #cd3232;
  	--font-family: "Roboto", sans-serif;
	--second-family: "Inter", sans-serif;
}
html {line-height: 1.15;-webkit-text-size-adjust: 100%;}
/* Sections ========================================================================== */
body {margin: 0;}
main {display: block;}
/* Grouping content ========================================================================== */
hr {box-sizing: content-box;height: 0;overflow: visible;}
pre {font-family: monospace, monospace;font-size: 1em;}
/* Text-level semantics  ========================================================================== */
a {background-color: transparent;}
abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}
b, strong, .strong {font-weight: 600;}
code, kbd, samp {font-family: monospace, monospace;font-size: 1em;}
small {font-size: 80%;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
/* Embedded content ========================================================================== */
img {border-style: none;}
/* Forms ========================================================================== */
button, input, optgroup, select, textarea {font-family: inherit;font-size: 100%;line-height: 1.12;margin: 0;}
button, input {overflow: visible;}
button, select {text-transform: none;}
button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: none;}
fieldset {padding: 0.35em 0.75em 0.625em;}
legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}
progress {vertical-align: baseline;}
textarea {overflow: auto;}
[type="checkbox"], [type="radio"] {box-sizing: border-box;padding: 0;}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: textfield;outline-offset: -2px;}
[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}
/* Interactive ========================================================================== */
details {display: block;}
summary {display: list-item;}
/* Misc ========================================================================== */
template {display: none;}
[hidden] {display: none;}
/* Box sizing --------------------------------------------- */
*, *::before, *::after {box-sizing: inherit;}
html {box-sizing: border-box;}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {color: var(--dark);font-family: var(--font-family);font-weight: 400;font-size: 16px;line-height: 1.5;}
h1, h2, h3, h4, h5, h6, .title_section, .form_title, .service_title, .collection_menu_title, .h1 {clear: both;font-family: var(--second-family);font-weight: 400;margin-bottom: 24px;line-height: 1.12;}
h1, .h1 {font-size: 48px;font-weight: 400;}
h2, .title_section, .form_title, h1.product_title {font-size: 36px;margin-bottom: 16px;font-weight: 400;}
h3, .cat_description h2 {font-size: 24px;font-weight: 600;line-height: 1.25;margin-bottom: 16px;}
p {margin-bottom: 1em;}
dfn, cite, em, i {font-style: italic;}
blockquote {margin: 0 1.5em;}
address {margin: 0 0 1.5em;}
pre {background: #eee;font-family: "Courier 10 Pitch", courier, monospace;line-height: 1.6;margin-bottom: 1.6em;max-width: 100%;overflow: auto;padding: 1.6em;}
code, kbd, tt, var {font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;}
abbr, acronym {border-bottom: 1px dotted #666;cursor: help;}
mark, ins {background: transparent;text-decoration: none;}
big {font-size: 125%;}
/* Elements --------------------------------------------- */
body {background: #fff;}
hr {background-color: #ccc;border: 0;height: 1px;margin-bottom: 1.5em;}
ul, ol {margin: 0 0 1.5em 1em;}
ul {list-style: disc;}
ol {list-style: decimal;}
li > ul, li > ol {margin-bottom: 0;margin-left: 1.5em;}
dt {font-weight: 700;}
dd {margin: 0 1.5em 1.5em;}
embed, iframe, object {max-width: 100%;}
img {height: auto;max-width: 100%;}
.site-header img {height: auto;max-width: inherit;}
figure {margin: 1em 0;}
table {margin: 0 0 1.5em;width: 100%;}
/* Links --------------------------------------------- */
a {color: var(--dark);text-decoration: none;outline: 0!important;transition: .3s ease;}
a:visited {color: var(--dark);}
a:hover, a:focus, a:active {color: var(--orange);}
/* Forms --------------------------------------------- */
/*button:not(.pswp__button):not(.accordion-button):not(.slick-dots button):not(.menu-bar__close):not(.quantity-button):not(.nav-link):not(.show-password-input), */.b_btn, .bt_btn, .o_btn, .ot_btn, .oot_btn, .ow_btn, .w_btn, .wooccm-file-button, .tinvwl_button_view, .tinvwl_button_close, input[type="button"], input[type="reset"], input[type="submit"], .look_in button[type="submit"], .product-action .button, .xoo-el-action-btn.btn, .xoo-el-action-btn.btn:focus, .xoo-el-action-btn.btn:active, .xoo-el-action-btn.btn:visited, .appform_btn {border: 2px solid var(--orange)!important;background: var(--orange);border-radius: 0;color: var(--light);font-weight: 600;line-height: 1;padding: 11px 24px;transition: .3s ease;display: inline-flex;align-items: center;justify-content: center;cursor: pointer;height: 46px;max-height: 58px;white-space: nowrap;width: fit-content;min-width: 170px;gap: 8px;}
/*button:not(.pswp__button):not(.accordion-button):not(.slick-dots button):not(.menu-bar__close):not(.menu-item__toggle):not(.quantity-button):not(.nav-link):not(.show-password-input):hover, */.o_btn:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .look_in button[type="submit"]:hover, .o_btn:active, .o_btn:focus, /*button:not(.pswp__button):not(.accordion-button):not(.quantity-button):not(.nav-link):active, button:not(.pswp__button):not(.accordion-button):not(.slick-dots button):not(.menu-bar__close):not(.menu-item__toggle):not(.quantity-button):not(.nav-link):not(.show-password-input):focus, */input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus, .look_in button[type="submit"]:focus, .product-action .button:active, .product-action .button:focus, .xoo-el-action-btn.btn:hover, .tinvwl_button_view:hover, .tinvwl_button_close:hover, .tinvwl_button_view:focus, .tinvwl_button_close:focus, .tinvwl_button_view:active, .tinvwl_button_close:active {border: 2px solid var(--blue)!important;box-shadow: 0 10px 20px -32px rgba(49, 49, 49, 0.3)!important;background: var(--blue)!important;color: var(--light)!important;}

body .b_btn, body .b_btn:visited {border: 2px solid var(--blue)!important;background: var(--blue)!important;color: var(--light)!important;}
body .b_btn:hover, body .b_btn:active, body .b_btn:focus {border: 2px solid var(--orange)!important;background: var(--orange)!important;color: var(--light)!important;}
body .bt_btn, body .bt_btn:visited {border: 2px solid var(--blue)!important;background: var(--light)!important;color: var(--blue)!important;}
body .bt_btn:hover, body .bt_btn:active, body .bt_btn:focus {border: 2px solid var(--orange)!important;background: var(--orange)!important;color: var(--light)!important;}

body #page .ot_btn, body #page .ot_btn:visited {border: 2px solid var(--orange)!important;background: transparent!important;color: var(--orange)!important;}
body #page .ot_btn:hover, body #page .ot_btn:active, body #page .ot_btn:focus {border: 2px solid var(--orange)!important;background: var(--orange)!important;color: var(--light)!important;}
body .ot_btn svg, body .ot_btn:visited svg {fill: var(--orange);}
body .ot_btn:hover svg, body .ot_btn:active svg, body .ot_btn:focus svg {fill: var(--light);}
body .oot_btn, body .oot_btn:visited, body .wooccm-file-button, body .wooccm-file-button:visited, .appform_btn, .appform_btn:visited {border: 2px solid var(--orange)!important;background: transparent!important;color: var(--orange)!important;min-width: inherit;}
body .oot_btn:hover, body .oot_btn:active, body .oot_btn:focus, body .wooccm-file-button:hover, body .wooccm-file-button:active, body .wooccm-file-button:focus, .appform_btn:hover, .appform_btn:active, .appform_btn:focus {border: 2px solid var(--blue)!important;background: var(--blue)!important;color: var(--light)!important;}
body .oot_btn svg, body .oot_btn:visited svg {fill: var(--orange);}
body .oot_btn:hover svg, body .oot_btn:active svg, body .oot_btn:focus svg {fill: var(--light);}

.cat_btn {background: var(--orange);color: var(--light);height: 46px;display: flex;align-items: center;justify-content: center;gap: 8px;cursor: pointer;transition: .3s ease;}
.cat_btn:hover {background: var(--blue);color: var(--light);}

.ow_btn, .ow_btn:visited {border: 2px solid var(--orange)!important;background: var(--orange)!important;color: var(--light)!important;}
.ow_btn:hover, .ow_btn:active, .ow_btn:focus {border: 2px solid var(--light)!important;background: var(--light)!important;color: var(--blue)!important;}
.ow_btn span {filter: brightness(0) invert(1);}
.ow_btn:hover span {filter: none;}

.w_btn, .w_btn:visited {border: 2px solid var(--light)!important;background: var(--light)!important;color: var(--orange)!important;}
.w_btn:hover, .w_btn:active, .w_btn:focus {border: 2px solid var(--orange)!important;background: var(--orange)!important;color: var(--light)!important;}

body #page button.menu-bar__close, body #page button.menu-item__toggle, body #page button.sub-menu__back {background: transparent!important;border: 0!important;padding: 0!important;height: auto;min-width: auto;}

.phone_btn {display: flex;align-items: center;justify-content: center;gap: 2;height: 58px;width: fit-content;padding: 14px 28px;border-radius: 58px;background: var(--light-gray);color: var(--dark);}

.link_w_arrow {display: inline-flex;align-items: center;gap: 8px;color: var(--blue);width: fit-content;}
.link_w_arrow:hover {color: var(--dark);}
.link_w_arrow:hover svg path {fill: var(--dark)!important;}

.accordion-item {background: transparent!important;border: 0!important;border-radius: 0 !important;}
.accordion:nth-of-type(n+2) .accordion-item {border-top: 1px solid var(--dark) !important;}
.accordion-button {background: transparent!important;border: 0!important;border-radius: 0 !important;padding: 16px 0!important;outline: 0!important;box-shadow: none!important;font-weight: 700;color: var(--dark)!important;}
.accordion-body {padding: 0 0 16px 0;}
.accordion-button::after {content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTExLjM3NTEgOS42MjUzOEwxMS4zNzUxIDMuMDc1NjJDMTEuMzc1MSAyLjU5MTc5IDEwLjk4NDEgMi4yMDA3NiAxMC41MDAzIDIuMjAwNzZDMTAuMDE2NCAyLjIwMDc1IDkuNjI1MzkgMi41OTE3OSA5LjYyNTM5IDMuMDc1NjJMOS42MjUzOSA5LjYyNTM4TDMuMDc1NjQgOS42MjUzOEMyLjU5MTggOS42MjUzOCAyLjIwMDc3IDEwLjAxNjQgMi4yMDA3NyAxMC41MDAyQzIuMjAwNzcgMTAuOTg0MSAyLjU5MTggMTEuMzc1MSAzLjA3NTY0IDExLjM3NTFMOS42MjUzOSAxMS4zNzUxTDkuNjI1MzkgMTcuOTI0OUM5LjYyNTM5IDE4LjQwODcgMTAuMDE2NCAxOC43OTk3IDEwLjUwMDMgMTguNzk5N0MxMC43NDE2IDE4Ljc5OTcgMTAuOTYwNiAxOC43MDIgMTEuMTE5IDE4LjU0MzZDMTEuMjc3NCAxOC4zODUyIDExLjM3NTEgMTguMTY2MiAxMS4zNzUxIDE3LjkyNDlMMTEuMzc1MSAxMS4zNzUxTDE3LjkyNDkgMTEuMzc1MUMxOC4xNjYyIDExLjM3NTEgMTguMzg1MiAxMS4yNzc0IDE4LjU0MzYgMTEuMTE5QzE4LjcwMiAxMC45NjA2IDE4Ljc5OTcgMTAuNzQxNSAxOC43OTk3IDEwLjUwMDJDMTguNzk5NyAxMC4wMTY0IDE4LjQwODcgOS42MjUzOCAxNy45MjQ5IDkuNjI1MzhMMTEuMzc1MSA5LjYyNTM4WiIgZmlsbD0iIzExMTExMSIgLz4KPC9zdmc+");background: transparent!important;width: 21px;height: 21px;}
.accordion-button:not(.collapsed)::after {content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTExLjM3NTEgOS42MjUzOEw5LjYyNTM5IDkuNjI1MzhMMy4wNzU2NCA5LjYyNTM4QzIuNTkxOCA5LjYyNTM4IDIuMjAwNzcgMTAuMDE2NCAyLjIwMDc3IDEwLjUwMDJDMi4yMDA3NyAxMC45ODQxIDIuNTkxOCAxMS4zNzUxIDMuMDc1NjQgMTEuMzc1MUw5LjYyNTM5IDExLjM3NTFMMTEuMzc1MSAxMS4zNzUxTDE3LjkyNDkgMTEuMzc1MUMxOC4xNjYyIDExLjM3NTEgMTguMzg1MiAxMS4yNzc0IDE4LjU0MzYgMTEuMTE5QzE4LjcwMiAxMC45NjA2IDE4Ljc5OTcgMTAuNzQxNSAxOC43OTk3IDEwLjUwMDJDMTguNzk5NyAxMC4wMTY0IDE4LjQwODcgOS42MjUzOCAxNy45MjQ5IDkuNjI1MzhMMTEuMzc1MSA5LjYyNTM4WiIgZmlsbD0iIzExMTExMSIgLz4KPC9zdmc+");background: transparent!important;width: 21px;height: 21px;}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {color: var(--dark);border: 0;border-radius: 0;padding: 10px 24px;background: #fff;height: 46px;}
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="number"]::placeholder, input[type="tel"]::placeholder, input[type="range"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="week"]::placeholder, input[type="time"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="color"]::placeholder, textarea::placeholder {color: var(--dgray);}
/* Стили для плейсхолдера при фокусе */
input[type="text"]:focus::placeholder, input[type="email"]:focus::placeholder, input[type="url"]:focus::placeholder, input[type="password"]:focus::placeholder, input[type="search"]:focus::placeholder, input[type="number"]:focus::placeholder, input[type="tel"]:focus::placeholder, input[type="range"]:focus::placeholder, input[type="date"]:focus::placeholder, input[type="month"]:focus::placeholder, input[type="week"]:focus::placeholder, input[type="time"]:focus::placeholder, input[type="datetime"]:focus::placeholder, input[type="datetime-local"]:focus::placeholder, input[type="color"]:focus::placeholder, textarea:focus::placeholder {color: transparent;opacity: 0;}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {color: var(--orange);border: 0;}
select {border: 0;background: #fff;height: 46px !important;border: 1px solid var(--gray);}
textarea {width: 100%;}

.slider_btn {position: absolute;right: 0;bottom:-24px;}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation --------------------------------------------- */
.main-navigation {display: block;width: calc(100% - 298px);}
.main-navigation ul {display: none;list-style: none;margin: 0;padding-left: 0;}
.main-navigation ul ul {box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);float: left;position: absolute;top: 100%;left: -999em;z-index: 99999;}
.main-navigation ul ul ul {left: -999em;top: 0;}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {display: block;left: auto;}
.main-navigation ul ul a {width: 200px;}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {left: 0;}
.main-navigation li {/*position: relative;*/}
.main-navigation a {display: block;text-decoration: none;color: var(--dark);text-transform: none;}
bode.home .site-header:not(.fix) .main-navigation a {color: #fff;}
#primary-menu > li > a {white-space: nowrap;}
#primary-menu > li > a:hover {color: var(--blue);}
#primary-menu {gap: 48px;display: flex;justify-content: flex-start;position: relative;}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {display: block;}
@media screen and (min-width: 37.5em) {
	.menu-toggle {display: none;}
	.main-navigation ul {display: flex;}
}

ul.menu {list-style: none;margin: 0;padding: 0;}
ul.sub-menu li > a {color: var(--dark);}
ul.sub-menu li:hover > a, .current_page_ancestor > a, .main-navigation .current_page_item > a, footer .menu .current_page_item > a, footer .menu .current-menu-item > a {color: var(--blue);}
#site-navigation #primary-menu > li.menu-item-has-children > a {display: flex;align-items: center;}
#site-navigation #primary-menu > li.menu-item-has-children > a:after {content: '';width: 16px;height: 16px;display: block;margin-left: 4px;background: url(img/icon_angle_down.svg) no-repeat center;}
body.home header:not(.fix) #site-navigation #primary-menu > li.menu-item-has-children > a:after {filter: invert(1);}
#site-navigation #primary-menu > ul {margin: 0;padding: 0;display: flex;align-items: center;justify-content: space-around;width: 100%;text-align: center;}
#site-navigation #primary-menu li {position: relative;/*flex-grow: 1;padding: 0 4px;*/}

#site-navigation #primary-menu > li > ul.sub-menu {flex-direction: column;align-items: flex-start;justify-content: flex-start;text-align: left;padding: 16px;gap: 8px;background: #f2f2f2;}
#site-navigation #primary-menu > li > ul.sub-menu > li > a {width: fit-content;white-space: nowrap;}

#site-navigation #primary-menu > li:first-child {padding-left: 0;}
#site-navigation #primary-menu > li:last-child {padding-right: 0;}

.mobile-active {overflow: hidden;}
.menu-bar {position: fixed;top: 0;left: 0;width: 100%;height: 100vh;overflow-y: scroll;background: var(--lgray);z-index: 9999;transition: 0.4s ease;transform: translateX(-100%);}
.menu-bar li.current-menu-ancestor > a:after {display: none !important;}
.menu-bar.active {transform: translateX(0);}
.submobile-active .menu-bar.active {overflow: unset;}
.menu-bar__main {padding: 1.5rem;}
.menu-bar ul {list-style: none;padding: 0;margin: 0;display: flex;flex-direction: column;}
.menu-bar ul#menu-main-menu li {padding: 8px 0;border-top: 1px solid #fff;}
.menu-bar ul#menu-main-menu li > a {text-transform: none;font-weight: 500;}
.menu-bar button {padding: 0;border: none;background: none;height: 24px!important;width: 24px!important;}
.menu-bar__header {display: flex;align-items: center;justify-content: space-between;padding: 1.5rem;}
.menu-bar__close:hover {background: transparent!important;opacity: 0.7}
.menu-bar__footer {padding: 1.5rem;}
.menu-bar__footer a {color: var(--dark);}
.menu-bar__footer a:hover {color: var(--gray);}
.menu-bar .sub-menu {padding: 1.5rem;padding-bottom: 200px;background: var(--lgray);}
.menu-item-has-children {display: flex;align-items: center;justify-content: center;}
.sub-menu__wrapper {position: absolute;top: 0;left: 0;width: 100%;height: 100vh;overflow-y: scroll;background: var(--lgray);transform: translateX(-100%);transition: 0.4s ease;z-index: 1;}
.sub-menu__header {display: flex;align-items: center;justify-content: space-between;padding: 1.5rem;border-bottom: 1px solid #ccc;color: var(--dark);}
.menu-item.active > .sub-menu__wrapper  {transform: translateX(0%);}
.menu-bar__header  .custom-logo {height: 36px;width: inherit;}
.toggle-change {display: flex;align-items: center;justify-content: space-between;width: 100%;}
#mobile_navigation ul li {border-top: 1px solid var(--gray);}
#mobile_navigation ul li:last-child {border-bottom: 1px solid var(--gray);}
#mobile_navigation ul li a {display: flex;width: 100%;color: var(--dark)!important;padding: 4px 0;}
#mobile_navigation ul li a > svg {margin-left: auto;}
#mobile_navigation ul li a:hover {color: var(--gray)!important;}
#mobile_navigation ul.menu .text_gray a {color: var(--gray)!important;}
#mobile_navigation ul.menu .sub-menu li {padding: 4px;font-size: 14px;}

.hamburger {padding: 0;height: 16px;width: 16px;flex: 0 0 24px;display: flex;align-items: center;justify-content: center;cursor: pointer;transition-property: opacity, filter;transition-duration: 0.15s;transition-timing-function: linear;font: inherit;color: inherit;text-transform: none;background-color: transparent;border-radius: 0px;margin: 0;overflow: visible;}
.hamburger:hover {opacity: 0.7;}
.hamburger.is-active:hover {opacity: 0.7;}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {background-color: var(--dark);}
.hamburger-box {width: 16px;height: 16px;display: inline-block;position: relative;}
.hamburger-inner {display: block;top: 50%;left: 1px;}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {width: 14px;height: 2px;background-color: var(--dark);border-radius: 4px;position: absolute;transition-property: transform;transition-duration: 0.15s;transition-timing-function: ease;}
.hamburger-inner::before, .hamburger-inner::after {content: "";display: block;}
.hamburger-inner::before {top: -5px;}
.hamburger-inner::after {bottom: -5px;}
.hamburger--spin .hamburger-inner {transition-duration: 0.22s;transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
.hamburger--spin .hamburger-inner::before {transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;}
.hamburger--spin .hamburger-inner::after {transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);}
.hamburger--spin.is-active .hamburger-inner {transform: rotate(225deg);transition-delay: 0.12s;transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
.hamburger--spin.is-active .hamburger-inner::before {top: 0;opacity: 0;transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;}
.hamburger--spin.is-active .hamburger-inner::after {bottom: 0;transform: rotate(-90deg);transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {margin: 0 0 1.5em;}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {display: flex;}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {flex: 1 0 50%;}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {text-align: end;flex: 1 0 50%;}

.page-numbers {display: flex;align-items: center;list-style: none;margin: 0;padding: 0;column-gap: 16px;font-weight: 300;justify-content: center;/*margin-top: 24px;*/}
.page-numbers a {color: var(--dark);}
.page-numbers a:hover {color: var(--gray);}
.page-numbers .current {color: var(--gray);}
.page-numbers svg {fill: var(--dark);}
.page-numbers svg:hover {fill: var(--gray);}
/* Posts and pages --------------------------------------------- */
.sticky {display: block;}
.post, .page {margin: 0 0 1.5em;}
.updated:not(.published) {display: none;}
.page-content, .entry-content, .entry-summary {margin: 1.5em 0 0;}
.page-links {clear: both;margin: 0 0 1.5em;}
/* Comments --------------------------------------------- */
.comment-content a {word-wrap: break-word;}
.bypostauthor {display: block;}
/* Widgets --------------------------------------------- */
.widget {margin: 0;}
.widget select {max-width: 100%;}
/* Media --------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {display: inline-block;color: var(--dark)!important;}
/* Captions --------------------------------------------- */
.wp-caption {margin-bottom: 1.5em;max-width: 100%;}
.wp-caption img[class*="wp-image-"] {display: block;margin-left: auto;margin-right: auto;}
.wp-caption .wp-caption-text {margin: 0.8075em 0;}
.wp-caption-text {text-align: center;}
/* Galleries --------------------------------------------- */
.gallery {margin-bottom: 1.5em;display: grid;grid-gap: 1.5em;}
.gallery-item {display: inline-block;text-align: center;width: 100%;}
.gallery-columns-2 {grid-template-columns: repeat(2, 1fr);}
.gallery-columns-3 {grid-template-columns: repeat(3, 1fr);}
.gallery-columns-4 {grid-template-columns: repeat(4, 1fr);}
.gallery-columns-5 {grid-template-columns: repeat(5, 1fr);}
.gallery-columns-6 {grid-template-columns: repeat(6, 1fr);}
.gallery-columns-7 {grid-template-columns: repeat(7, 1fr);}
.gallery-columns-8 {grid-template-columns: repeat(8, 1fr);}
.gallery-columns-9 {grid-template-columns: repeat(9, 1fr);}
.gallery-caption {display: block;}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {display: none;}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {display: block;}
/*--------------------------------------------------------------
# Utilities --------------------------------------------------------------*/
/* Accessibility --------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {border: 0;clip: rect(1px, 1px, 1px, 1px);clip-path: inset(50%);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute !important;width: 1px;word-wrap: normal !important;}
.screen-reader-text:focus {background-color: #f1f1f1;border-radius: 3px;box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);clip: auto !important;clip-path: none;color: #21759b;display: block;font-size: 0.875rem;font-weight: 700;height: auto;left: 5px;line-height: normal;padding: 15px 23px 14px;text-decoration: none;top: 5px;width: auto;z-index: 100000;}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {outline: 0;}
/* Alignments
--------------------------------------------- */
.alignleft {float: left;margin-right: 1.5em;margin-bottom: 1.5em;}
.alignright {float: right;margin-left: 1.5em;margin-bottom: 1.5em;}
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;margin-bottom: 1.5em;}

/* Additional Bootstrap hack */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding-left: 12px;padding-right: 12px;position: relative;}
.gap-x-2 {column-gap: 8px}
.gap-x-3 {column-gap: 16px}
.gap-x-4 {column-gap: 24px}
.gap-x-5 {column-gap: 48px}
.gap-x-96 {column-gap: 96px}
.gap-y-2 {row-gap: 8px;}
.gap-y-3 {row-gap: 16px;}
.gap-y-4 {row-gap: 24px;}
.gap-y-5 {row-gap: 48px;}

/* Fancybox */
#fancybox-wrap, .fancybox-wrap {border-radius: 10px!important;overflow: hidden!important;}
#fancybox-outer {box-shadow: none!important;}
body.page-id-14098 .fancybox-skin {background: #fff;}
body #fancybox-close, body .fancybox-close {width: 24px;height: 24px;background: transparent url(img/icon_close.svg)no-repeat center !important;top: 12px;right: 12px;font-size: 0;border: 0!important;box-shadow: none!important;z-index: 111103;display: block;}
body #fancybox-close span, body .fancybox-close span {display: none;}
#ask_price, #order, #ask_question {width: fit-content;padding: 36px;}
#send_resume, .response_ok {max-width: 450px;}
#req {max-width: 516px;width: 100%;}
#req p:last-child {margin-bottom: 0;}
#ask_price > .wpcf7, #order > .wpcf7, #ask_question > .wpcf7 {max-width: 440px;width: 100%;/*height: 566px;*/}
#sendmail textarea {max-height: 120px;}

/* Contact Form 7 */
.wpcf7 .title_section {font-size: 36px;}
.wpcf7-form label {width: 100%;}
.f_wrapper {position: relative;margin-bottom: 16px;}
.wpcf7-form p, .f_wrapper input, .wpcf7-form label {margin: 0;width: 100%;}
.wpcf7-form label .wpcf7-form-control-wrap {width: 100%;display: block;}
.wpcf7-form .wpcf7-tel, .wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-email, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-date, .wpcf7-form textarea, .wpcf7-form textarea {width: 100%;height: 46px;padding: 10px 24px;border-radius: 0px;box-sizing: border-box;border: 0!important;box-shadow: none !important;outline: 0!important;}
.wpcf7-form textarea {height: 100px;}
#fancybox-content .wpcf7-form textarea {height: auto;border: 1px solid var(--light);}
#fancybox-content .wpcf7-form .wpcf7-tel, #fancybox-content .wpcf7-form .wpcf7-text, #fancybox-content .wpcf7-form .wpcf7-email, #fancybox-content .wpcf7-form .wpcf7-select, #fancybox-content .wpcf7-form .wpcf7-number, #fancybox-content .wpcf7-form .wpcf7-date, #fancybox-content .wpcf7-textarea {box-sizing: border-box;}
#fancybox-content input[type="text"]::placeholder, #fancybox-content input[type="email"]::placeholder, #fancybox-content input[type="url"]::placeholder, #fancybox-content input[type="password"]::placeholder, #fancybox-content input[type="search"]::placeholder, #fancybox-content input[type="number"]::placeholder, #fancybox-content input[type="tel"]::placeholder, #fancybox-content input[type="range"]::placeholder, #fancybox-content input[type="date"]::placeholder, #fancybox-content input[type="month"]::placeholder, #fancybox-content input[type="week"]::placeholder, #fancybox-content input[type="time"]::placeholder, #fancybox-content input[type="datetime"]::placeholder, #fancybox-content input[type="datetime-local"]::placeholder, #fancybox-content input[type="color"]::placeholder, #fancybox-content textarea::placeholder {color: var(--dgray);}
.wpcf7-form .wpcf7-spinner {position: absolute;right: 52px;top: 50%;transform: translateY(-50%);}
.wpcf7-form .wpcf7-list-item {margin: 0;}
.wpcf7 .wpcf7-not-valid-tip {display: none!important;}
body .wpcf7-form .wpcf7-form-control.wpcf7-not-valid {outline: 1px solid #ff0000!important;}
.wpcf7-response-output {display: none!important;}
.form_submit {width: 100%;}
.form_note {font-size: 12px;}
.form_note a {white-space: nowrap;color: var(--orange);}
.form_note a:hover {color: var(--dgray);}
.label_span {font-size: 12px;font-weight: 500;}
.wpcf7 .wpcf7-submit {min-width: 196px;box-sizing: border-box;}
.form-single-field {position: relative;}
body .form-single-field .wpcf7-email {height: 44px!important;color: var(--gray);}
body .form-single-field .wpcf7-submit {position: absolute;top: 0;right: 0;height: 44px;width: 44px!important;background: var(--gray) url(img/icon_send_arrow.svg) no-repeat center;font-size: 0;line-height: 0;display: flex;align-items: center;justify-content: center;min-width: auto;padding: 0;border: 1px solid var(--gray)!important;}
body .form-single-field .wpcf7-submit:hover {background: var(--light) url(img/icon_send_arrow.svg) no-repeat center!important;border: 1px solid var(--light)!important;}

/* Backgrounds */
.bg_light {background-color: var(--light)!important;}
.bg_dark {background-color: var(--dark)!important;}
.bg_blue {background-color: var(--blue)!important;}
.bg_dblue {background-color: var(--dblue)!important;}
.bg_gray {background-color: var(--gray)!important;}
.bg_lgray {background-color: var(--lgray)!important;}
.bg_orange {background-color: var(--orange)!important;}


/* Text */
h1 span, h2 span, h3 span {color: var(--red);}
.lh-0 {line-height: 0;}
.font4 {font-family: var(--font4);}
.fs-12 {font-size: 12px!important;}
.fs-14 {font-size: 14px!important;}
.fs-18 {font-size: 18px!important;}
.fs-20 {font-size: 20px!important;}
.fs-24 {font-size: 24px!important;}
.fs-28 {font-size: 28px!important;}
.fs-36 {font-size: 36px!important;}
.fs-40 {font-size: 40px!important;}
.fs-48 {font-size: 48px!important;}
.fw-500 {font-weight: 500;}
.fw-600 {font-weight: 600;}
.fw-700 {font-weight: 700;}
.text_dark {color: var(--dark)!important;}
.text_orange {color: var(--orange)!important;}
.text_blue, .span_blue span {color: var(--blue)!important;}
.text_gray {color: var(--gray)!important;}
.text_dgray {color: var(--dgray)!important;}
.text_lgray {color: var(--lgray)!important;}
.d_link {color: var(--dark)!important;}
.d_link:hover {color: var(--blue)!important;}
.b_link {color: var(--blue)!important;}
.b_link:hover {color: var(--orange)!important;}
.w_link {color: var(--light)!important;}
.w_link:hover {color: var(--orange)!important;}
.do_link {color: var(--dark)!important;display: flex;align-items: center;gap: 8px;}
.do_link:hover {color: var(--orange)!important;}
.do_link svg {fill: var(--dark)!important;transition: .3s ease;}
.do_link:hover svg {fill: var(--orange)!important;}
.od_link {color: var(--orange)!important;display: inline-flex;align-items: center;gap: 8px;}
.od_link:hover {color: var(--dark)!important;}
.od_link svg {fill: var(--orange)!important;transition: .3s ease;}
.od_link:hover svg {fill: var(--dark)!important;}
.nowrap {text-wrap: nowrap;}
.ttu {text-transform: uppercase!important;}
.tdu {text-decoration: underline!important;}
.title_section {font-family: Inter, sans-serif;font-size: 48px;font-weight: 700;text-transform: none;}
.title_section span, h2 span, h3 span {color: var(--blue);}

/* Others */
/* clears the ‘X’ from Chrome search input */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
body.page {margin:0;overflow-x:hidden;}
#page {min-height: 100vh;display: flex;flex-direction: column;justify-content: space-between;}
#content {flex: 1;position: relative;z-index: 1;}
.entry-content ul:not(.row) {margin: 0 0 1.5em 0;padding: 0;}
.entry-content ul:not(.row) li {padding: 5px 0;position: relative;}
#breadcrumbs {position: relative;z-index: 2;font-size: 12px;}
.bread_wrap {color: var(--dgray);}
.bread_wrap a {color: var(--blue);}
.bread_wrap a:hover {color: var(--orange);}
.bg_dark .bread_wrap a, .page-id-13 .bread_wrap a, .page-id-16 .bread_wrap a, .page-id-19 .bread_wrap a, .page-id-135 .bread_wrap a {color: var(--orange);}
.bg_dark .bread_wrap a:hover, .page-id-13 .bread_wrap a:hover, .page-id-16 .bread_wrap a:hover, .page-id-19 .bread_wrap a:hover, .page-id-135 .bread_wrap a:hover {color: var(--light);}
.p-32 {padding: 32px;}
.p-96 {padding: 96px;}
.py-96 {padding-top: 96px;padding-bottom: 96px;}
.pt-96 {padding-top: 96px;}
.pb-96 {padding-bottom: 96px;}
.px-96 {padding-left: 96px;padding-right: 96px;}
.px-32 {padding-left: 32px;padding-right: 32px;}
.p-32 {padding: 32px;}
.p-60 {padding: 60px;}
.ps-60 {padding-left: 60px;}
.pe-60 {padding-right: 60px;}
.pt-60 {padding-top: 60px;}
.pb-60 {padding-bottom: 60px;}
.px-60 {padding-left: 60px;padding-right: 60px;}
.py-60 {padding-top: 60px;padding-bottom: 60px;}
.mb-32 {margin-bottom: 32px;}
.flex-1 {flex: 1;}
.flex-100 {flex: 0 0 100%;}
.last-p-0 p:last-child {margin-bottom: 0;}
.invert {filter: /*brightness(0)*/ invert(.9);}
.site-footer ul.menu {gap: 8px;display: flex;flex-direction: column;}
.box_shadow {box-shadow: 0 4px 45px -1px rgba(0, 0, 0, 0.1);background: #fff;}
.bb_gray {border-bottom: 1px solid var(--gray);}
.bt_gray:before {content: '';position: absolute;left: 50%;top:0;width: calc(100% - 24px);transform: translateX(-50%);border-top: 1px solid var(--gray);}
.br_4 {border-radius: 4px;overflow: hidden;}
.br_10 {border-radius: 10px;overflow: hidden;}
#h_desc p:last-child {margin-bottom: 0;}
.ul_dots ul, .woocommerce-tabs ul {margin-left: 16px!important;padding-left: 0;}
.ul_dots ul li:nth-child(n+2), .woocommerce-tabs ul li:nth-child(n+2) {margin-top: 8px;}
.ul_dots ul li::marker, .product_single_info ul li::marker {color: var(--blue);}
.ul_dots p:last-child, .ul_dots ul:last-child, .ul_dots .wp-block-columns:last-child {margin-bottom: 0;}
.toggle_search {line-height: 0;}
span.edit-link {margin-top: 24px;display: inline-block;}
.vline {width: 2px;height: 52px;background: var(--gray);}

.error404 #content {display: flex;align-items: center;justify-content: center;/*background: url(img/bg_404.png) no-repeat center;*/}
.page_title_404 {font-size: 200px;font-weight: 400;color: var(--dark);line-height: 1;letter-spacing: 0.04em;margin-top: -150px;}

/* Icons */
.icon_search {width: 24px;height: 24px;flex: 0 0 24px;background: url(img/icon_search_g.svg)no-repeat center;background-size:cover;display: inline-block;cursor: pointer;}
.icon_user {width: 20px;height: 20px;background: url(img/icon_user.svg)no-repeat center;background-size:cover;display: inline-block;}
.icon_cart {width: 20px;height: 20px;background: url(img/icon_cart.svg)no-repeat center;background-size:cover;display: inline-block;}
.icon_phone {width: 16px;height: 16px;background: url(img/icon_phone.svg)no-repeat center;background-size:cover;display: inline-block;}
.icon_mail {width: 16px;height: 16px;background: url(img/icon_mail.svg)no-repeat center;background-size:cover;display: inline-block;}
.icon_pin {width: 16px;height: 16px;flex: 0 0 16px;background: url(img/icon_pin.svg)no-repeat center;background-size:cover;display: inline-block;}
.icon_time {width: 16px;height: 16px;flex: 0 0 16px;background: url(img/icon_time.svg)no-repeat center;background-size:cover;display: inline-block;}
.icon_phone_red {width: 16px;height: 16px;background: url(img/icon_phone_red.svg)no-repeat center;background-size:cover;display: inline-block;}
.icon_mail_red {width: 16px;height: 16px;background: url(img/icon_mail_red.svg)no-repeat center;background-size:cover;display: inline-block;}
.icon_pin_red {width: 16px;height: 16px;flex: 0 0 16px;background: url(img/icon_pin_red.svg)no-repeat center;background-size:cover;display: inline-block;}
.icon_time_red {width: 16px;height: 16px;flex: 0 0 16px;background: url(img/icon_time_red.svg)no-repeat center;background-size:cover;display: inline-block;}
.icon_arrow_right {width: 16px;height: 16px;background: url(img/icon_arrow_right.svg)no-repeat center;background-size: cover;display: inline-block;}
.icon_eye {width: 24px;height: 24px;flex: 0 0 24px;background: url(img/icon_eye.svg)no-repeat center;background-size:cover;display: inline-block;}

.icon_check {width: 24px;height: 24px;background: url(img/icon_check.svg)no-repeat center;background-size:cover;display: inline-block;}
.icon_arrow_right {width: 16px;height: 16px;background: url(img/icon_arrow_right.svg)no-repeat center;background-size:cover;display: inline-block;}
.icon_angle_down {width: 16px;height: 16px;flex: 0 0 20px;background: url(img/icon_angle_down.svg)no-repeat center;background-size:cover;display: inline-block;}
/*.icon_toggle {width: 24px;height: 24px;flex: 0 0 24px;background: url(img/icon_toggle.svg)no-repeat center;background-size:cover;display: inline-block;}*/

.icon_size {width: 16px;height: 16px;background: url(img/icon_size.svg)no-repeat center;background-size:cover;display: inline-block;}
.icon_inpack {width: 16px;height: 16px;background: url(img/icon_inpack.svg)no-repeat center;background-size:cover;display: inline-block;}

/* Slick */
.slick_nav {display: flex;align-items: center;gap: 24px;position: relative;}
.light_arrow .slick-arrow {background: transparent;width: 42px;height: 42px;display: flex;align-items: center;justify-content: center;cursor: pointer;transition: .3s ease;padding: 0!important;border-radius: 42px;box-shadow: none;border: 2px solid var(--light);position: relative;top: 0;left: 0;right: 0;transform: none;}
.light_arrow .slick-arrow svg {fill: var(--light);transition: .3s ease;}
.light_arrow .slick-arrow:hover {background: var(--orange);border-color: var(--orange);}
.light_arrow .slick-arrow:hover svg {fill: var(--light);}
.light_arrow .h_slider_nav .slick-dots li button:before {border: 2px solid transparent!important;background: var(--light)!important;width: 6px;height: 6px;}
.light_arrow .h_slider_nav .slick-dots li.slick-active button:before, .light_arrow .h_slider_nav .slick-dots li:hover button:before {background: var(--orange)!important;border: 2px solid var(--orange)!important;width: 10px;height: 10px;}

.dark_arrow .slick-arrow {background: transparent;width: 42px;height: 42px;display: flex;align-items: center;justify-content: center;cursor: pointer;transition: .3s ease;padding: 0!important;border-radius: 42px;box-shadow: none;border: 2px solid var(--lgray);position: relative;top: 0;left: 0;right: 0;transform: none;}
.dark_arrow .slick-arrow svg {fill: var(--orange);transition: .3s ease;}
.dark_arrow .slick-arrow:hover {background: var(--orange);border-color: var(--orange);}
.dark_arrow .slick-arrow:hover svg {fill: var(--light);}
.dark_arrow .slick-dots li button:before {border: 2px solid transparent!important;background: var(--dgray)!important;width: 6px;height: 6px;}
.dark_arrow .slick-dots li.slick-active button:before, .dark_arrow .h_slider_nav .slick-dots li:hover button:before {background: var(--orange)!important;border: 2px solid var(--orange)!important;width: 10px;height: 10px;}

.slider_nav {margin-top: 32px;}
.slider_dots, .slider_arrow {position: relative;display: flex;gap: 24px;}


/* Accordeon */
.accordeon_list #accordeon-parent-block {border-bottom: 1px solid var(--gray);}
/*.accordeon_list #accordeon-parent-block:nth-child(n+2) {margin-top: 24px;}*/
#accordeon-parent-block {background: #fff;border-radius: 0;transition: .3s ease;}
#accordeon-parent-block:hover, #accordeon-parent-block.activate-tab {}
#accordeon-parent-block .name-tab {width: 100%;height: fit-content;display: flex;align-items: center;justify-content: flex-start;padding: 24px 48px 24px 24px;font-size: 16px;font-weight: 600;color: var(--dark);position: relative;cursor: pointer;transition: .3s ease;}
#accordeon-parent-block .name-tab:hover {color: var(--dark);}
#accordeon-parent-block .name-tab .plus_minus {position: absolute;top: 50%;transform: translateY(-50%);right: 24px;background: transparent;width: 36px;height: 36px;line-height: 0;display: flex;align-items: center;justify-content: center;transition: .3s ease;border-radius: 36px;border: 1px solid var(--orange);}
#accordeon-parent-block .name-tab .plus_minus:before, #accordeon-parent-block .name-tab .plus_minus:after {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);background: var(--orange);content: '';border-radius: 2px;}
#accordeon-parent-block .name-tab .plus_minus:before {width: 14px;height: 2px;}
#accordeon-parent-block .name-tab .plus_minus:after {width: 2px;height: 14px;}
#accordeon-parent-block.activate-tab .name-tab .plus_minus, #accordeon-parent-block .name-tab:hover .plus_minus {border: 1px solid var(--blue);background: var(--blue);}
#accordeon-parent-block.activate-tab .name-tab .plus_minus:before {background: var(--light);}
#accordeon-parent-block.activate-tab .name-tab .plus_minus:after {display: none;}
#accordeon-parent-block .name-tab:hover .plus_minus:before, #accordeon-parent-block .name-tab:hover .plus_minus:after {background: var(--light);}
.accordeon-info {background: #fff;font-size: 14px;height: 0;border-radius: 0;}
.accordeon-info > div {padding: 0 24px 16px 24px;}
#accordeon-parent-block.activate-tab .accordeon-info {height: auto;}

/* Tabs */
.nav-tabs {display: flex;flex-wrap: nowrap;border: 0!important;gap: 16px 24px;margin: 0;}
.nav-tabs li {width: 25%;}
.nav-tabs li button {background: var(--dark)!important;color: var(--light)!important;border-radius: 4px 4px 0 0!important;width: 100%;}
.nav-tabs li button:hover {background: var(--lgray)!important;color: var(--red)!important;}
.nav-tabs li button.active {background: var(--red)!important;color: var(--light)!important;}

/* Header */
.site-header {position: sticky;left:0;top: -70px;z-index: 100;width: 100%;background: #fff;}
.site-branding .custom-logo {max-width: inherit;width: 98px;height: 54px;}
.site-contacts {gap: 48px;}
.header_menu {position: relative;z-index: 99;}
.header_right {text-wrap: nowrap;flex: 1;}
.header_right .svg_fill svg {fill: var(--dgray);transition: .3s ease;}
.header_right a:hover svg {fill: var(--blue);}
.icon_cart_wrapper {position: relative;}
.basket-btn__counter {position: absolute;right: -4px;top: -2px;color: var(--light);font-size: 10px;background: var(--blue);border-radius: 16px;width: 16px;height: 16px;display: flex;align-items: center;justify-content: center;}
.wishlist_products_counter {position: relative;line-height: 0;}
.header_right a.wishlist_products_counter.top_wishlist-custom img {max-width: 24px;max-height: 24px;filter: brightness(1);transition: filter 0.3s ease;margin: 0!important;}
.header_right a.wishlist_products_counter.top_wishlist-custom:hover img, .yith-woocompare-counter span.yith-woocompare-icon:hover img {filter: brightness(0) invert(18%) sepia(30%) saturate(5108%) hue-rotate(216deg) brightness(90%) contrast(93%);}
.wishlist_products_counter_number {position: absolute;right: -6px;top: -2px;color: var(--light);font-size: 10px;background: var(--blue);border-radius: 16px;width: 16px;height: 16px;display: flex;align-items: center;justify-content: center;}
.yith-woocompare-counter {display: block;position: relative;width: 24px;height: 24px;}
.yith-woocompare-counter span.yith-woocompare-count {color: #fff!important;font-weight: 600;font-size: 10px;background: var(--blue);width: 16px;height: 16px;border-radius: 16px;display: flex;align-items: center;justify-content: center;position: absolute;top: -2px;right: -5px;}


.header_wrapper.bg_blue {min-height: 300px;background-image: url(img/sp.svg);background-repeat:no-repeat;background-position: center right+150px}

.menu_box {position: absolute;left: 12px;top: 0;z-index: -1;opacity: 0;visibility: hidden;transition: .3s ease-in;width: fit-content;width: calc(100% - 24px);}
.menu_box.show {opacity: 1;visibility: visible;}

ul#cat-menu {list-style: none;padding: 0;margin: 0;}
ul#cat-menu > li {padding: 13px 42px 13px 24px;position: relative;background: #fff;}
ul#cat-menu > li:nth-child(n+2) {margin-top: 1px;}
ul#cat-menu li.menu-item-has-children {position: relative;}
ul#cat-menu li.menu-item-has-children:before {content: '';width: 16px;height: 16px;position: absolute;top: 20px;right: 8px;background: url(img/icon_arrow_down_red.svg)no-repeat center;background-size: contain;transform: rotate(270deg);}
ul#cat-menu li.menu-item-has-children li.menu-item-has-children li {padding-left: 8px;}
ul#cat-menu li.menu-item-has-children li.menu-item-has-children:before {top: 10px;}
ul#cat-menu > li /*.menu-item-has-children*/ > a {display: flex;align-items: center;justify-content: space-between;position: relative;width: calc(100% - 20px);}
/*ul#cat-menu > li.active:before, ul#cat-menu > li.current-menu-item:before, ul#cat-menu > li.current-menu-parent:before {transform: rotate(180deg);}*/
ul#cat-menu > li:not(:last-child) {border-bottom: 1px solid var(--lgray);}
ul#cat-menu li {flex-direction: column;justify-content: flex-start;align-items: flex-start;}
ul#cat-menu li > ul {display: none;margin: 0 -35px 0 0;padding: 12px 2px;list-style: none;width: -webkit-fill-available;}
.header_menu ul#cat-menu > li:hover > ul, #h_first ul#cat-menu > li:hover > ul {display: block;position: absolute;left: 100%;top: 0;background: #fff;width: fit-content;padding: 24px;z-index: 100;white-space: nowrap;}
ul#cat-menu .sub-menu .sub-menu {max-width: 100%;padding-right: 32px;}
ul#cat-menu li > ul li {padding: 4px 0;font-weight: 400;}
/*ul#cat-menu li.active.menu-item-has-children, ul#cat-menu li.current-menu-item.menu-item-has-children, ul#cat-menu li.current-menu-parent.menu-item-has-children {padding-bottom: 0;border-bottom: 0!important;}*/
ul#cat-menu > li > a {color: var(--dark);font-weight: 400;width: fit-content;}
ul#cat-menu > li .sub-menu a {color: var(--dark)!important;}
ul#cat-menu li.current-menu-parent > a, ul#cat-menu li.current-menu-item > a, ul#cat-menu > li > a:hover, ul#cat-menu > li .sub-menu a:hover {color: var(--orange)!important;}

.categories_accordion ul#cat-menu li.active > ul, .categories_accordion ul#cat-menu li.current-menu-item > ul, .categories_accordion ul#cat-menu li.current-menu-parent > ul {display: block;}
.categories_accordion ul#cat-menu > li.active:before, .categories_accordion ul#cat-menu > li.current-menu-item:before, .categories_accordion ul#cat-menu > li.current-menu-parent:before {transform: rotate(0deg);}
.categories_accordion ul#cat-menu li.active.menu-item-has-children, .categories_accordion ul#cat-menu li.current-menu-item.menu-item-has-children, .categories_accordion ul#cat-menu li.current-menu-parent.menu-item-has-children {padding-bottom: 0;}

#h_slider {position: relative;margin-top: -58px;}
.h_slider > .h_slider_item:nth-child(n+2) {display: none!important;}
.h_slider_item {position: relative;color: var(--light);}
.h_slider_item img {width: 100%;min-height: 450px;object-fit: cover;position: relative;z-index: 1;}
/*.h_slider_item:before {content: '';background: #000;opacity: .5;width: 100%;height: 100%;top: 0;left: 0;position: absolute;z-index: 2;}*/
.h_slider__info {position: absolute;top: 0;left: 0;width: 100%;max-width: 660px;z-index: 3;display: flex;flex-direction: column;justify-content: center;}
.h_slider__title span, h1 span {color: var(--blue);}
.h_slider_nav {position: absolute;bottom: 0;left: 12px;padding: 0 48px 48px 48px;width: calc(100% - 24px);}
.h_slider_nav .slick-dots {margin: 0;order: 1;}
.h_slider_nav_arrow {order: 2;}

.h_slider, .h_slider .slick-list, .h_slider, .h_slider .slick-track, .h_slider .h_slider_item, .h_slider .h_slider_item img {height: 100%;max-height: 566px;}

.advant_item__wrapper {background-image: url(img/sp_logo.png);background-repeat: no-repeat;background-position: center left;background-size: contain;}
.advant_icon {margin-bottom: -34px;margin-left: 24px;position: relative;z-index: 2;}
.advant_desc p:last-child {margin-bottom: 0;}
.brands_list {padding: 32px 42px;}

#page_brands, #page_partnership, #page_delivery, #about_first {margin-top: -66px;}
.brand-thumbnails {list-style: none;}
.brand_logo {padding: 16px 32px;width: 196px;flex: 0 0 196px;height: 77px;background: var(--lgray);}
.brand_logo img, .product_barnd_wrapper img {mix-blend-mode: darken;}
.brand_item__wrapper img {mix-blend-mode: luminosity;transition: .3s ease;}
.brand_item__wrapper:hover img {mix-blend-mode: normal;}

.h_about_img_wrapper {overflow: hidden;position: relative;}
.h_about_img_wrapper:before {content: '';display: block;position: absolute;left: 0;bottom: 0;width: 100%;height: 50%;background: var(--lgray);}
.h_about_img_wrapper img {position: relative;}
.about_img {background: linear-gradient(to bottom, var(--lgray) 0%,var(--lgray) 50%,#fff 51%,#fff 100%);}




.blog_item_wrap {position: relative;background: #fff;z-index: 1;transition: box-shadow ease-out .4s,border ease-out .4s;box-shadow: inset 0 0 0 1px var(--gray);margin-right: -1px;}
.blog_item_wrap:hover {box-shadow: 0 4px 45px -1px rgba(0, 0, 0, 0.1);z-index: 2;}
.blog_item_wrap .blog_title {font-size: 24px;color: var(--dark);}
.blog_item_wrap:hover .blog_title {color: var(--dark)!important;}
.blog_item_img {width: 100%;}
.blog_body {/*border-width: 0 1px 1px 1px;border-style: solid;border-color: var(--gray);*/transition: .3s ease;}
.blog_item_wrap:hover .blog_body {border-color: var(--light);}
.blog_data {display: flex;align-items: center;gap: 8px;font-size: 12px;color: var(--dgray);}
.blog_item_wrap img {object-fit: cover;position: relative;z-index: 1;width: 100%;height: 100%;transition: .3s ease;aspect-ratio: 1/.42;}
.blog_desc {line-height: 1.2rem;max-height: 2.4rem;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;display: block;display: -webkit-box;-webkit-line-clamp: 3;margin-bottom: 24px;color: var(--dgray);}

.contact_list_blocks {display: flex;justify-content: space-between;gap: 24px 85px;}




#contacts .wpcf7-submit {margin: 0!important;}

.social_bottom .r_btn {height: 56px;padding: 15px 24px;}
.site-footer .menu ul, .site-footer ul.menu  {list-style: none;margin:0;padding:0;}
.site-footer .menu a {color: var(--dark);}
.site-footer .menu a:hover {color: var(--blue);}
.site-footer {color: var(--dark);}
.site-footer a {color: var(--dark);}
.site-footer a:hover {color: var(--blue);}

.first_section {position: relative;}
.first_section.page_bg {margin-top: -68px;}
.first_bg {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;}


.news_item__first .news_item__wrapper {position: relative;}
.news_item__first .news_item__wrapper .news_item__info {position: absolute;left: 0;bottom: 0;}
.news_item__wrapper {box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08);background: var(--light);transition: .3s ease;}
.news_item__wrapper:hover {box-shadow: none;background: var(--lblue);}
.news_item__img {position: relative;}
.news_item__img img {width: 100%;aspect-ratio: 4 / 2.2;}
.news_data {font-size: 12px;color: var(--dgray);}
.news_item_small img {aspect-ratio: 2 / 1;object-fit: cover;width: 100%;}
.news_item__first .news_data {margin: 0;}
.news_item__first .news_item__info {background: var(--light);}
.news_item__first:hover .news_item__info {background: var(--lblue);}
.news_item__title {font-size: 18px;color: var(--dark);}
.news_item__title:hover {color: var(--red);}

.navigation.pagination .nav-links {width: 100%;margin-top: 24px;}
.navigation.pagination ul.page-numbers {display: flex;align-items: center;justify-content: center;width: 100%;gap: 1px;}
.row.products + .woocommerce-pagination, .woocommerce-pagination {margin-top: 48px;display: flex;justify-content: flex-end;}
.row.products + .woocommerce-pagination ul.page-numbers {gap: 0;}
.page-numbers li span, .page-numbers li a {color: var(--dark);font-weight: 700;display: inline-block;padding: 2px 16px;}

/*.page-numbers li:last-child span, .page-numbers li a.next, .page-numbers li:nth-last-child(2) a + .page-numbers li span  {border: 0!important;} */
.page-numbers li span.current, .page-numbers li a:hover {color: var(--orange);}
.page-numbers li a.next.page-numbers, .page-numbers li a.prev.page-numbers {background: none;width: 46px;height: 46px;border-radius: 46px;border: 2px solid var(--lgray);display: flex;align-items: center;justify-content: center;}
.page-numbers li a.next.page-numbers:hover, .page-numbers li a.prev.page-numbers:hover {background: var(--orange);border-color: var(--orange);}
.page-numbers li a.next.page-numbers svg, .page-numbers li a.prev.page-numbers svg {fill: var(--orange);transition: .3s ease;width: 20px;height: 20px;flex: 0 0 20px;}
.page-numbers li a.next.page-numbers:hover svg, .page-numbers li a.prev.page-numbers:hover svg {fill: var(--light);}


.accordeon_list th {font-weight: 600;color: var(--dgray);}
.accordeon_list th, .accordeon_list td {padding: 12px 4px;vertical-align: middle;border: 0;}
.accordeon_list .item_price {width: 198px;text-align: right;text-wrap: nowrap;}
.accordeon_list .item_order {width: 123px;text-align: center;}

.ico_zoom {background: var(--dark);display: block;position: relative;}
.ico_zoom img {opacity: .7;}
.ico_zoom:after {content:'';width: 24px;height: 24px;background: url(img/icon_zoom.svg)no-repeat center;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}

body #fancybox-prev {left: -10px;}
body #fancybox-next {right: -10px;}




.bg_arrows .slick-arrow {background: var(--light-gray);width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;cursor: pointer;transition: .3s ease;padding: 0!important;border-radius: 30px;backdrop-filter: blur(15px);border: 1px solid var(--light-gray);}
.bg_arrows .slick-arrow svg {fill: var(--blue);;transition: .3s ease;}
.bg_arrows .slick-arrow:hover {background: var(--light-gray);border: 1px solid var(--blue);}
.bg_arrows .slick-arrow:hover svg {fill: var(--blue);}
.bg_arrows .prev-slick {left: -3px;}
.bg_arrows .next-slick {right: -3px;}
.partner_item {height: 110px;display: flex;align-items: center;justify-content: center;padding: 16px;}

.doc_btn {width: fit-content;min-width: inherit;}
.entry-content .ul {margin-left: 0;}
.entry-content .table-striped td {padding: 16px 24px;}
.table-striped>tbody>tr:nth-of-type(odd) td:first-child {border-radius: 8px 0 0 8px;overflow: hidden;}
.table-striped>tbody>tr:nth-of-type(odd) td:last-child {border-radius: 0 8px 8px 0;overflow: hidden;}

.form_contact_logo {height: fit-content;}

.contact_item_box {aspect-ratio: 1/.75;width: 100%;height: auto;max-height: 168px;}
.contact_icon_wrapper {width: 32px;height: 32px;border-radius: 32px;background: var(--blue);display: flex;align-items: center;justify-content: center;}
.contact_icon_wrapper .invert {filter: brightness(0) invert(1);}
.contact_icon_wrapper span {width: 16px;height: 16px;flex: 0 0 16px;}
.logo_wrapper {display: flex;align-items: center;justify-content: center;max-width: 320px;width: 100%;height: auto;aspect-ratio: 1/.86;background: #fff;border-radius: 10px;padding: 48px;}




#about_first .first_header {position: relative;}
#about_first .first_header img {position: absolute;z-index: -1;object-fit: cover;width: 100%;height: 100%;}
#about_first .bread_wrap a {color: #fff;}
#about_first .bread_wrap a:hover {color: var(--lblue);}

.woocommerce_before_shop_loop:empty {display: none;}

.product-category a {position: relative;background: #fff;z-index: 1;transition: box-shadow ease-out .4s, border ease-out .4s;box-shadow: inset 0 0 0 1px var(--gray);margin-right: -1px;padding: 24px 24px 0 24px;display: flex;flex-direction: column;height: 100%;}
.product-category a:hover, .product-category.active a {box-shadow: 0 4px 45px -1px rgba(0, 0, 0, 0.1);z-index: 2;color: var(--orange);}
.woocommerce-loop-category__title {font-weight: 600;font-size: 24px;}
.cat_bottom_wrapper {display: flex;align-items: flex-end;justify-content: space-between;flex: 1;}
body #page .cat_bottom_wrapper .ot_btn {min-width: fit-content;width: fit-content;padding: 10px 20px;margin-bottom: 24px;}
body #page .product_info_wrapper .ot_btn:hover, body #page .cat_bottom_wrapper .ot_btn:hover {background: var(--blue)!important;border-color: var(--blue)!important;}
.product-category img {max-height: 172px;width: auto;}

.wlc_wrapper a.compare {color: var(--orange)!important}
.wlc_wrapper a.compare:hover {color: var(--dark)!important}
.wlc_wrapper a.compare::before {content: "";width: 20px;height: 20px;margin: 0px;background: url(img/icon_compare_m.svg) center center no-repeat;}
a.tinvwl_add_to_wishlist_button.tinvwl-icon-custom.tinvwl-position-shortcode {display: flex;align-items: center;gap: 8px;color: var(--orange)!important;}
a.tinvwl_add_to_wishlist_button.tinvwl-icon-custom.tinvwl-position-shortcode:hover {color: var(--dark)!important;}
body .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img, body a.wishlist_products_counter.top_wishlist-custom img, body span.wishlist_products_counter.top_wishlist-custom img {max-width: 20px;max-height: 20px;}

.single_to_cart .cart {display: flex;align-items: center;gap: 24px;flex-wrap: wrap;}
.input-text.qty.text {border: 2px solid var(--lgray);padding: 4px 16px;width: 84px;height: 46px;border-radius: 0;}
.price del {color: var(--dgray);font-weight: 400;font-size: 14px;}
.price ins {color: var(--red);}

.woocommerce-tabs ul.tabs {display: flex;gap: 48px;border-bottom: 1px solid var(--gray);margin: 0!important;}
.woocommerce-tabs ul.tabs li a {padding: 0 0 8px 0;color: var(--dgray);font-weight: 600;position: relative;}
.woocommerce-tabs ul.tabs li.active a, .woocommerce-tabs ul.tabs li a:hover {color: var(--blue);}
.woocommerce-tabs ul.tabs li a:after {transition: .3s ease;content: '';width: 100%;height: 1px;left: 0;bottom: -1px;background: var(--gray);position: absolute;}
.woocommerce-tabs ul.tabs li.active a:after, .woocommerce-tabs ul.tabs li a:hover:after {background: var(--blue);}

table.woocommerce-product-attributes tr:nth-child(odd) {background: var(--light);}
table.woocommerce-product-attributes p {margin: 0;}
table.woocommerce-product-attributes tr > * {padding: 10px;}

.product_info_wrapper .woocommerce-loop-product__link {display: flex;flex-direction: column;height: 100%;}
.product_info_block {display: flex;flex-direction: column;}
.product_wrapper {position: relative;background: #fff;z-index: 1;transition: box-shadow ease-out .4s, border ease-out .4s;box-shadow: inset 0 0 0 1px var(--gray);margin-right: -1px;padding: 24px;height: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.product_wrapper:hover {box-shadow: 0 4px 45px -1px rgba(0, 0, 0, 0.1);z-index: 2;}
ul.products li.product:not(.product-category) img {width: 228px;height: 228px;object-fit: contain;}
.woocommerce-loop-product__title {font-weight: 500;font-size: 18px!important;color: var(--dark);}
.product_info_wrapper {display: flex;flex-direction: column;justify-content: space-between;}
.product_info_block span.price {font-size: 18px;font-weight: 700;}
/* Скрыть стандартные стрелки для input[type=number] */
.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
/* Контейнер для поля количества и кнопок */
.quantity {display: flex;align-items: center;gap: 5px;position: relative;}
/* Стили для поля ввода */
.quantity input.qty {width: 84px;height: 46px;text-align: center;border: 1px solid var(--lgray);border-radius: 0px;font-size: 16px;padding-right: 34px!important}
/* Контейнер для кнопок (стрелки вверх и вниз) */
body .quantity .quantity-button {width: 18px;height: 18px;background: transparent!important;border: none!important;border-radius: 4px;cursor: pointer;display: flex;align-items: center;justify-content: center;padding: 0;min-width: auto!important;background: transparent!important;outline: none!important;box-shadow: none!important;position: absolute;right: 10px;}
/* Контейнер для кнопок плюс/минус (вертикальное расположение) */
/*.quantity .plus, .quantity .minus {margin: 0 0 0 5px; /* Отступ слева от поля ввода */}
/* Создаем колонку для кнопок */
.quantity .plus, .quantity .minus {display: block;}
.quantity .plus {top: 6px;}
.quantity .minus {bottom: 6px;}
/* Стили для шевронов */
.quantity .chevron {display: block;width: 10px;height: 10px;border-right: 2px solid var(--blue);border-bottom: 2px solid var(--blue);}
/* Шеврон вверх (увеличение) */
.quantity .chevron.up {transform: rotate(-135deg);}
/* Шеврон вниз (уменьшение) */
.quantity .chevron.down {transform: rotate(45deg);}
/* Эффект при наведении */
body .quantity .quantity-button:hover {background: transparent!important;}

.product_wrapper .tinv-wraper.tinv-wishlist {position: absolute;top: 24px;right: 24px;width: 24px;height: 24px;}
.product_wrapper .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {margin: 0;}
body .product_wrapper .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img {width: 24px;height: 24px;max-width: 24px;max-height: 24px;}
body .product_wrapper a.compare {position: relative;font-size: 0;width: 24px;height: 24px;position: absolute;top: 72px;right: 24px;}
body .product_wrapper a.compare::before {content: "";width: 24px;height: 24px;flex: 0 0 24px;margin: 0px;background: url(img/icon_compare_m.svg) center center no-repeat;}

.nav-pills .nav-link {color: var(--dgray);background: transparent !important;border: 0;border-radius: 0;border-bottom: 4px solid transparent;font-size: 14px;padding: 0;}
.nav-pills .nav-link:hover, .nav-pills .nav-link.active {color: var(--dark);background: transparent !important;border-bottom: 4px solid var(--blue);}
.tab-pane .row {border: 1px solid var(--gray);}
.tab-pane li {}
.tab-pane .product_wrapper {box-shadow: inset 0 0 0 0px var(--gray);margin-right: 0px;border-right: 1px solid var(--gray);}
.tab-pane .product_wrapper:hover {box-shadow: 0 4px 45px -1px rgba(0, 0, 0, 0.1);}

.product-thumbnail img, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img {max-width: 100px;max-height: 100px;object-fit: contain;}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {padding: 0!important;}
.added_to_cart.wc-forward {display: none!important;}


.xoo-el-section {padding: 0!important;}
.xoo-aff-group, .xoo-el-form-container button.button.btn.xoo-el-action-btn {width: 100%!important;}
.register_block {display: none;}
.register_block.active {display: block;}
.login_block {display: none;}
.login_block.active {display: block;}

.woocommerce-notices-wrapper:empty {display: none;}
.row.products_category {list-style: none;margin: 0 -12px;padding: 0;}
.row.products_category a  {padding: 12px 16px;border: 1px solid var(--gray);color: var(--dark);background: #fff;}
.row.products_category a:hover, .row.products_category .active a {color: var(--orange);border: 1px solid transparent;box-shadow: 0 4px 45px -1px rgba(0, 0, 0, 0.1);}
.row.products_category a h2 {font-weight: 600;font-size: 16px!important;margin: 0;}

#quick-buy-form {width: 100%!important;max-width: 700px !important;}
body #formOrderOneClick>.popup {width: 100%!important;top: 50%!important;max-width: 700px !important;}
body #buyoneclick_form_order {padding: 48px;display: flex;flex-wrap: wrap;gap: 16px 24px;}
body #buyoneclick_form_order h2 {text-align: left;width: 100%;margin-bottom: 0;}
body #buyoneclick_form_order .table-wrap {background: transparent!important;width: calc(50% - 12px);}
body #buyoneclick_form_order table {border: 0!important;}
body #buyoneclick_form_order thead {display: none;}
body #buyoneclick_form_order .table-wrap tr {display: flex;flex-direction: column;border: 0!important;background: transparent!important;}
body #buyoneclick_form_order .table-wrap table td {border: 0!important;text-align: left;}
body #buyoneclick_form_order .table-wrap table td:first-child {font-size: 20px;font-weight: 600;}
body #buyoneclick_form_order .table-wrap table td:nth-child(2) {font-size: 20px;font-weight: 600;}
body #buyoneclick_form_order .table-wrap table td img {width: 200px;height: 200px;object-fit: contain;}
/*.table-wrap span.description {font-size: 16px;}*/
body #buyoneclick_form_order .input_wrapper {width: calc(50% - 12px);}
body #buyoneclick_form_order input[type="text"], body #buyoneclick_form_order input[type="tel"], body #buyoneclick_form_order input[type="email"], body #buyoneclick_form_order textarea {width: 100%!important;margin: 8px 0!important;background: #fff;border: 1px solid var(--gray)!important;border-radius: 0px;height: 48px;box-shadow: none!important;padding: 16px 24px;text-shadow: none!important;font-family: Montserrat, sans-serif;font-size: 14px;}
body #buyoneclick_form_order textarea {height: 100px;}
body .clickBuyButton, body .clickBuyButton:active, body .clickBuyButton:focus {background: transparent;color: #182329;padding: 0;border: 0;}
body .clickBuyButton:hover {background: transparent!important;color: #33CC33;border: 0;}
.input_wrapper  p {display: flex;align-items: flex-start;margin-top: 16px;margin-bottom: 0;width: 100%;}
.input_wrapper  p input {margin-top: 4px;margin-right: 16px;}
.form_note {text-align: left;float: left;font-size: 14px;}
.form_note a {color: var(--orange);}


.navigation-bar {display: none;}

.dgwt-wcas-si {width: 100px;height: 100px;}
.dgwt-wcas-si img {width: 100px;height: 100px;object-fit: contain;}
.dgwt-wcas-search-submit {max-width: 50px;min-width: inherit;width: auto;}

#woof_results_by_ajax {width: 100%;}
body .irs--flat .irs-bar, body .irs--flat .irs-from, body .irs--flat .irs-to, body .irs--flat .irs-single {background-color: var(--orange);}

.woof_container, .woof_submit_search_form_container:not(empty) {margin: 0 !important;padding: 12px 24px !important;}
.woof_container:nth-child(n+2) {border-top: 1px solid var(--lgray);}
.woof_container_inner.woof_container_inner_ > div:first-child {font-size: 16px;}
.woof_block_html_items {margin-top: 16px;}
.woof_checkbox_label {font-size: 14px;}

.shop_table.shop_table_responsive.cart thead tr {background: var(--lgray);}
.shop_table.shop_table_responsive.cart thead th {padding: 24px;}
.shop_table.shop_table_responsive.cart thead th:nth-child(n+2) {text-align: center;}
.shop_table.shop_table_responsive.cart tr.woocommerce-cart-form__cart-item.cart_item:nth-child(n+2) {border-top: 1px solid var(--gray);}
.shop_table.shop_table_responsive.cart td {padding:24px 8px;}
.shop_table.shop_table_responsive.cart .actions {padding: 0}

.woocommerce-billing-fields label {display: none!important;}

.woocommerce-billing-fields__field-wrapper {display: flex;flex-wrap: wrap;/*gap: 24px 0;*/margin: 0 -12px;}
.form-row {position: relative;padding: 0 12px;/*margin: 0!important;*/}
.form-row-first, .form-row-last {width: 50%;}
.form-row-wide {width: 100%;}
.woocommerce-billing-fields__field-wrapper label {font-size: .875em;line-height: 1.2;margin: 0 0 4px;display: block;width: 100%;}
.woocommerce-input-wrapper .input-text {width: 100%;border-color: var(--grey);}
.woocommerce-input-wrapper textarea.input-text {height: 80px;}
.woocommerce-account-fields .create-account {margin: 0 -12px;}

.shop_table.woocommerce-checkout-review-order-table {margin-bottom: 0;}

#order_comments_field {padding: 0;}
#order_comments_field label {display: none;}

tr.woocommerce-shipping-totals.shipping {/*background: var(--light-gray);*/border: 1px dashed var(--grey);}
.woocommerce-shipping-totals.shipping th {font-size: 24px;font-weight: 600;line-height: 1.25;padding-top: 24px;}
/*tr.woocommerce-shipping-totals.shipping th, tr.woocommerce-shipping-totals.shipping td {padding: 0 5px;}*/
.shipping-description {position: relative;box-sizing: border-box;width: 100%;padding: 1em;margin: 1em 0;font-size: .92em;border-radius: 2px;line-height: 1.5;background-color: #e4e4de;color: var(--dark)!important;}
/*.shipping-description::before {content: "";display: block;border: 1em solid var(--dark);border-right-color: transparent;border-left-color: transparent;border-top-color: transparent;position: absolute;top: -.75em;left: 0;margin: -12px 0 0 0px;}*/
#shipping_method {list-style: none!important;margin: 0;}
#shipping_method > li > input[type=radio] {display: none;}
#shipping_method label .woocommerce-Price-amount.amount {font-weight: 600;padding-left: 8px;}
.wc_payment_method {padding: 0!important;}
#payment .payment_methods > li:not(.woocommerce-notice) {background-color: var(--lgray);}
#payment .payment_methods > li .payment_box, #payment .place-order {background-color: #fafafa;}
input[type='checkbox'] + label, input[type='radio'] + label {margin: 0 0 0 0.3819820591em;display: flex !important;align-items: center;cursor: pointer;}
#payment .payment_methods > .woocommerce-PaymentMethod > label::before, #payment .payment_methods > .wc_payment_method > label::before, #shipping_method > li > label::before {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;display: inline-block;font-style: normal;font-variant: normal;font-weight: normal;line-height: 1;font-family: 'dashicons';font-weight: 900;line-height: inherit;vertical-align: baseline;content: "\f159";margin-right: 0.5407911001em;-webkit-transition: color, ease, 0.2s;transition: color, ease, 0.2s;color: var(--orange);font-size: 22px;}
#payment .payment_methods li.woocommerce-PaymentMethod > input[type=radio]:first-child, #payment .payment_methods li.wc_payment_method > input[type=radio]:first-child, #shipping_method > li > input[type=radio] {border: 0;clip: rect(1px, 1px, 1px, 1px);-webkit-clip-path: inset(50%);clip-path: inset(50%);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;word-wrap: normal !important;}
#payment .payment_methods li.woocommerce-PaymentMethod > input[type=radio]:first-child:checked + label::before, #payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label::before, #shipping_method > li > input[type=radio]:checked + label::before {content: "\f12a";}
.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked+label:before, #shipping_method > li > input[type=radio]:checked + label::before {color: var(--orange);}
#payment .payment_methods>.woocommerce-PaymentMethod>label, #payment .payment_methods>.wc_payment_method>label {padding: 1.41575em;cursor: pointer;}
#payment .payment_methods li .payment_box {padding: 1.41575em;}
#payment .payment_methods li .payment_box fieldset {border: 0;margin: 0;padding: 1em 0 0;font-size: 0.875em;}
.woocommerce-checkout-payment p {margin-bottom: 0;}

.woocommerce-privacy-policy-text {padding: 24px 0;}
#payment .place-order {padding: 0;background: #fff;}
.woocommerce-order-details__title {display: none!important}
.woocommerce-order-details__title + table {display: none!important;}
.woocommerce-thank-you-page-container .woocommerce-thank-you-page-container__row.woocommerce-thank-you-page-2-column .woocommerce-thank-you-page-container__block {background: var(--lgray);}

#payment .payment_methods>.woocommerce-PaymentMethod>label, #payment .payment_methods>.wc_payment_method>label {padding: 0 1rem;cursor: pointer;}
#customer_details .wc_payment_methods.payment_methods.methods {/*padding-bottom: 24px;*/list-style: none;}
#payment .payment_methods>.wc_payment_method:nth-child(n+2) {padding-top: 16px;}
.woocommerce-checkout #payment div.payment_box {position: relative;box-sizing: border-box;width: 100%;padding: 1em;margin: 1em 0;font-size: .92em;border-radius: 2px;line-height: 1.5;background-color: var(--orange);color: #fff;}
.woocommerce-checkout #payment div.payment_box::before {content: "";display: block;border: 1em solid var(--orange);border-right-color: transparent;border-left-color: transparent;border-top-color: transparent;position: absolute;top: -.75em;left: 0;margin: -1em 0 0 1.1em;}

.product-thumbnail:before {display: none;}

.xlwcty_wrap .xlwcty_order_details_2_col .xlwcty_pro_list .xlwcty_leftDiv .xlwcty_p_img img {aspect-ratio: 1 / 1;object-fit: contain;}

.showmap {display: none;}
.showmap.show {display: block;}

body .xlwcty_wrap .xlwcty_order_details_2_col table tfoot tr th {width: 40%;}
.woocommerce-checkout-review-order-table .order-total {font-size: 24px;}

@media(min-width: 992px) {
	.icon_toggle {display: none!important;}
	.h_reviews_desc {max-width: 70%}
}
@media (min-width: 1200px) {
	.h_reviews_desc {max-width: 60%}
}
@media (max-width: 1400px) {
}
@media (max-width: 1399px) {
	#primary-menu {gap: 24px;}
	.contact_list_blocks {flex-wrap: wrap;gap: 24px;}
	.contact_list_blocks > div {width: calc(50% - 24px);}
	body #page .history_wrapper .nav-link {max-width: 98px !important;height: 35px;font-size: 14px;}
}
@media (max-width: 1199px) {
	#primary-menu {gap: 24px;font-size: 14px;}
	h1, .h_slider__title, .fs-48 {font-size: 36px!important;}
	h2, .title_section {font-size: 30px!important;}
	.container-full .container-fluid { padding-left: calc(((100vw - 960px) / 2) + 12px); }
	.container-full .slick-list {padding-right: calc(((100vw - 960px) / 2) + 0px);}
	.service_item_wrap.blue_grad .service_title {font-size: 20px;}
	.service_item_img {aspect-ratio: 1 / .7;}
	.services_menu_head {background: var(--light-gray);padding: 16px 24px;border-radius: 10px;transition: .3s ease;font-weight: 600;cursor: pointer;}
	.services_menu_head.active {border-radius: 10px 10px 0 0;}
	.services_menu_body {display: none;border-radius: 0 0 10px 10px;background: var(--light-gray);}
	.services_menu_body.show {display: block;}
	.services_menu_body #services-menu li:nth-child(1) a {border-top: 1px solid #fff;}
}
@media (max-width: 991px) {
	.gap-x-96 {column-gap: 48px}
	.p-96 {padding: 48px;}
	.pt-96 {padding-top: 48px;}
	.pb-96 {padding-bottom: 48px;}
	.py-96 {padding-top: 48px;padding-bottom: 48px;}
	.px-96 {padding-left: 48px;padding-right: 48px;}
	.container-full .container-fluid { padding-left: calc(((100vw - 720px) / 2) + 12px); }
	.site-header {top: 0;}
	.header_top {position: relative;z-index: 2;}
	.header_search {position: relative;z-index: 1;margin-top: -72px;opacity: 0;}
	.header_search.show {margin-top: 0;opacity: 1;}
	.brand_item__wrapper img {max-width: 100px;}
	.header_left {flex: 1;}
	.header_left span[class^="icon"] {width: 24px;height: 24px;flex: 0 0 24px;}
	.header_right {flex: inherit;}
	.site-contacts {gap: 24px;}
	.filter_head, .category_head {padding: 12px 24px;font-weight: 600;background: #fff;position: relative;z-index: 2;}
	.woof_widget, .categories_accordion {display: none;}
	.woof_widget.show, .categories_accordion.show {display: block;}
}
@media (max-width: 767px) {
	.contact_list_blocks > div {width: 100%;}
	.gap-x-32 {column-gap: 24px;}
	.p-32 {padding: 32px 24px;}
	.container-full .container-fluid { padding-left: calc(((100vw - 540px) / 2) + 12px); }
	.soclink, .r_btn, .g_btn, .rt_btn {width: 100%!important;}
	.wpcf7 .wpcf7-submit {width: 100%!important;}
	#ask_price, #order, #ask_question {padding: 24px 16px;}
	.form_title {font-size: 36px;}
	.h_about_left, .h_about_right {padding: 0px;border: 0;flex: auto;}
	.service_item_wrap.blue_grad .service_title {font-size: 20px;}
	button.button.alt.ot_btn.w-100 {width: max-content;min-width: inherit !important;}
	button.button.alt.ot_btn.w-100 span {display: none;}
	.button.product_type_simple.add_to_cart_button {width: fill-content;min-width: auto;}
	.button.product_type_simple.add_to_cart_button span {display: none;}
	body table.shop_table_responsive tr td {display: flex;align-items: center;justify-content: space-between;padding: 8px !important;text-align: right;clear: both;}
	.product-remove a.remove {display: flex;align-items: center;justify-content: center;width: 24px;height: 24px;border-radius: 24px;background: var(--gray);margin-left: auto;}
}
@media (max-width: 575px) {
	.container-full .container-fluid { padding-left: 0;padding-right: 0; }
	#home_first h1 {font-size: 26px!important}
	#home_first .fs-36 {font-size: 24px!important;}
	h1, .h_slider__title, .fs-48 {font-size: 28px!important;}
	h2, .title_section, .about_samples_title {font-size: 24px!important;}
	.gap-x-96 {column-gap: 24px}
	.p-32 {padding: 24px 12px;}
	.p-96 {padding: 48px 24px;}
	/*.py-96 {padding-top: 24px;padding-bottom: 24px;}*/
	.px-96 {padding-left: 24px;padding-right: 24px;}
	#accordeon-parent-block .name-tab {font-size: 16px;}
	.advant_two__wrapper {text-align: center;}
	.phone_btn {padding: 0;background: transparent;height: auto;}
	#about_mission:before, .zip_water:after {display: none;}
	.zip_water {padding-right: 24px!important}
	.brands_list {padding: 24px;}
	.header_wrapper.bg_blue {background-position: center;min-height: 200px;}
	.brand_logo {padding: 16px;width: 100%;flex: 1;height: auto;}
	.brand_logo img {width: 100%;}
	.navigation-bar { display: block; background: #FFFFFF; position: fixed; bottom: 0; left: 0; width: 100%; padding: 1rem 0.7rem 2rem; border-top: 1px solid #ebebeb; z-index: 9999; }
	.navigation-bar__list { list-style: none; margin: 0; padding: 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; }
	.navigation-bar__link.basket-btn { background: transparent; border-radius: 0; width: auto; height: auto; flex: inherit; }
	.navigation-bar__link { display: flex; flex-direction: column; align-items: center; text-align: center; }
	.navigation-bar__link .basket-btn__counter { top: 12px; right: 10px; }
	.navigation-bar__title { font-size: 10px; line-height: 12px; font-weight: 600; }
	.navigation-bar img { width: 25px; height: 25px; flex: 0 0 25px; }
	.navigation-bar .wishlist_products_counter_number {top: -3px;right: -3px;}
	.navigation-bar .wishlist_products_counter_number, .navigation-bar .navigation-bar__link .basket-btn__counter, .yith-woocompare-counter span.yith-woocompare-count {font-size: 10px;border-radius: 12px;width: 16px;height: 16px;background: var(--orange);color: #fff;display: flex;align-items: center;justify-content: center;}
	.navigation-bar .yith-woocompare-counter span.yith-woocompare-count {right: -14px;}
	.site-footer {margin-bottom: 85px;}
	.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner {display: flex;flex-direction: column;}
	.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item.woofc-item-has-remove .woofc-item-inner {-webkit-transform: translate3d(-10px, 0, 0);transform: translate3d(-10px, 0, 0);}
	.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {-webkit-transform: translate3d(28px, -50%, 0);transform: translate3d(28px, -50%, 0);}
	.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {width: 60px;flex: 0 0 60px;}
	.product-thumbnail img, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img {width: 60px;height; 60px;flex: 0 0 60px;max-width: 60px;max-height: 60px;object-fit: contain;}
	.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special {-webkit-transform: translate3d(28px, -50%, 0);transform: translate3d(28px, -50%, 0);}
	.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item {background: #fff;padding: 0 10px 0 10px;}
	.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item.woofc-item-has-remove .woofc-item-inner {padding: 10px 0px 10px 10px;}
	#accordeon-parent-block .name-tab {padding: 24px 65px 24px 24px;}
	.brand_logo {text-align: center;}
	.brand_logo img, .product_barnd_wrapper img {max-width: 132px;}
}
@media (max-width: 480px) {
	.woocommerce-tabs ul.tabs {flex-direction: column;gap: 8px}
	button:not(.pswp__button):not(.accordion-button):not(.slick-dots button):not(.menu-bar__close):not(.quantity-button):not(.nav-link), .b_btn, .o_btn, .ot_btn, .oot_btn, .ow_btn, .w_btn, input[type="button"], input[type="reset"], input[type="submit"] {width: 100%;}
	.product-remove button {width: 24px!important;height: 24px!important;padding: 0 !important;align-items: center;}
	.h_slider__info {padding: 48px 24px !important;}
	#yith-woocompare table.compare-list tbody th {font-size: 8px!important;}
	#yith-woocompare table.compare-list tbody td {font-size: 10px!important;}
	tr.woocommerce-product-attributes-item {display: flex;flex-direction: column;}
	.header_left.gap-5 {gap: 24px!important}
}
@media (max-width: 375px) {
}

