/*
Theme Name: ENERGOSM
Template: ENERGOSM
Author: ardeil
Description: Description
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.20230327
Updated: 2023-03-27 10:16:52
*/


@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

  :root {
/* 	--themeColor: #3c9322; */
	--themeColor: #00bf60;;	  
	--headingColor:#18162f;
	--textColor:#747576;
	--textColorDark:#212529;
	--whiteColor:#fff;
	--bgGrey: #f5f5f5;	
  }

body {
	color:var(--textColor);
	font-family: 'Gilroy', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	margin: 0;
	padding: 0;
	/* font-size: clamp(1.8rem, 2vw, 3.2rem); */
}

body.noscroll {overflow:hidden; position: fixed; width: 100%; left: 0; right: 0;}
.m-0 {margin: 0 !important;}
.p-0 {padding: 0 !important;}
.p-15 {padding: 15px !important;}
.p-20 {padding: 20px !important;}
.p-30 {padding: 30px !important;}
.p-60-0 {padding: 60px 0 !important;}
.p-b-60 {padding-bottom: 60px !important;}
.p-0-15 {padding: 0 15px !important;}
.p-15-0 {padding: 15px 0 !important;}
.p-t-15 {padding-top: 15px !important;}
.p-b-15 {padding-bottom: 15px !important;}
.p-r-15 {padding-right: 15px !important;}
.p-l-15 {padding-left: 15px !important;}
.p-r-30 {padding-right: 30px !important;}
.p-l-30 {padding-left: 30px !important;}
.p-0-30 {padding: 0 30px !important;}
.p-30-0 {padding: 30px 0 !important;}
.p-t-30 {padding-top: 30px !important;}
.p-b-30 {padding-bottom: 30px !important;}
.p-t-60 {padding-top: 60px !important;}
.p-b-60 {padding-bottom: 60px !important;}
.p-t-0 {padding-top: 0 !important;}
.p-b-0 {padding-bottom: 0 !important;}
.m-t-0 {margin-top: 0 !important;}
.m-b-0 {margin-bottom: 0 !important;}
.m-l-0 {margin-left: 0 !important;}
.m-r-0 {margin-right: 0 !important;}
.m-15 {margin: 15px !important;}
.m-0-15 {margin: 0 15px !important;}
.m-15-0 {margin: 15px 0 !important;}
.m-t-15 {margin-top: 15px !important;}
.m-b-15 {margin-bottom: 15px !important;}
.m-r-15 {margin-right: 15px !important;}
.m-l-15 {margin-left: 15px !important;}
.m-r-30 {margin-right: 30px !important;}
.m-l-30 {margin-left: 30px !important;}
.m-30 {margin: 30px !important;}
.m-0-30 {margin: 0 30px !important;}
.m-30-0 {margin: 30px 0 !important;}
.m-t-30 {margin-top: 30px !important;}
.m-b-30 {margin-bottom: 30px !important;}
.m-t-60 {margin-top: 60px !important;}
.m-b-60 {margin-bottom: 60px !important;}
.f-b-66 {
	flex-basis: 66% !important;
	flex-grow: 0 !important;
}
.l-0 {left:0;}
.r-0 {right: 0;}
.w-50 {width:50%;}
.w-30 {width:33%;}
.w-100 {width:100%;}
.h-100 {height:100%;}
.vh-100 {height:100vh;}
.c-main {color:var(--themeColor);}
.c-black{color:var(--textColorDark);}
.f-red {fill:var(--themeColor);}
.c-orange,.woocommerce .star-rating span::before,.woocommerce p.stars a::before {
	color: #ff9800;
}
.c-red {color:red;}
.c-white,.c-white a, .c-white p, .c-white h1, .c-white h2, .c-white h3, .c-white details, .c-white summary strong {
	color: white !important;
}
.bg-grey {background: var(--bgGrey);}
.bg-white {background: var(--whiteColor);}
.bg-black {background: #101014;}
.rgba-white,.rgba-white tr:nth-child(2n+1) td {background: rgba(255,255,255,0.5);
}
.f-s-14,body .has-small-font-size{font-size: 14px }
.f-s-18{font-size: 18px;}
.f-s-22, h4, .has-medium-font-size {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 1.2em;
}
.f-s-38, h2, h1, .has-large-font-size {
	font-size: 30px !important;
	line-height: 1.2;
}
.has-x-large-font-size, .f-s-55 {
	font-size: 60px !important;
	line-height: 1.2;
}
.t-t-uppercase {text-transform: uppercase !important;}
.t-t-none {text-transform: none !important;}
h1,h2,h3,h4,h5,h6{font-weight: bold; color:var(--headingColor)}
.f-w-normal {font-weight: normal !important;}
.b-shadow {box-shadow: 0px 1px 16px 4px rgba(0, 1, 5, 0.03);}
.b-r {border: 2px solid var(--bgGrey);}
.b-r-15 {border-radius:15px; overflow:hidden;}
.b-r-20 {border-radius:20px; overflow:hidden;}
.b-r-100 {border-radius:100%; overflow:hidden;}
.border-0 {border:0;}
.l-s-none {list-style: none;}
.d-block{display:block !important;}
.d-i-block {display: inline-block !important;}
.v-a-top {vertical-align: top;}
.p-absolute {position:absolute;}
.p-relative {position:relative;}
.p-fixed {position:fixed;}
.o-hidden {overflow:hidden !important;}
.text-center {text-align:center;}
.text-left {text-align:left;}
.text-right {text-align:right;}
.pull-right{float:right;}
.pull-left{float:left;}
a {color:var(--textColor); transition: all 0.5s ease 0s; text-decoration: none;}
a:visited {color:var(--textColor);text-decoration: none;}
a:hover,a:focus,.active a,.active a:hover,.c-white a:hover  {color:var(--themeColor); outline: none;}

p b, b, .f-w-bold {font-weight:bold !important;}
main p a {
	color: #237ec1;;
	text-decoration: underline;
}

ul.styled li a {
	text-decoration: underline;
}
main p a:hover, ul.styled li a:hover {
	text-decoration: none;
}
p.subtitle {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #ff9800 !important;
	display: block;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
ul {
	margin-left: 0;
	color: var(--textColor);
	padding-left: 20px;
}
ol li::marker,ul li::marker{
	color: var(--textColor);
}
ul.styled li {
	list-style: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}
ul.styled li::before {
	border: 1px solid var(--themeColor);
	background-color: var(--whiteColor);
	position: absolute;
	left: -5px;
	top: 10px;
	width: 8px;
	height: 8px;
	display: block;
	content: '';
	border-radius: 2px;
	transform: rotate(45deg);
}

.blockquote  {
	padding: 0 30px 30px;
	position: relative;
}
.blockquote::before,.blockquote::after {
	content: '"';
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 50px;
	color: #e2eff3;
	margin: 0;
	line-height: 0;
}
.blockquote::after {
	left: inherit;
	top: inherit;
	right: 0;
	bottom: 0px;

}
input, textarea, select {
	outline: none;
	margin-bottom: 20px;
}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}

/* input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { opacity:1;}
input::-moz-placeholder,textarea::-moz-placeholder { opacity:1;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder { opacity:1;}
input:-moz-placeholder,textarea:-moz-placeholder { opacity:1;} */
main {
	overflow: hidden;
}
summary {
	margin: 30px 0;
}
details summary::-webkit-details-marker {
	display:none;
  }
.wp-block-group {
	padding: 30px 0;
}
/* #content .wp-block-group:last-child {
	margin-bottom: 60px;
} */
.wp-block-columns.wrap {
	flex-wrap: wrap !important;
}
.wp-block-group.alignwide {margin: 0 auto; padding: 0 15px;}
.wp-block-group.alignwide .wp-block-group__inner-container {padding: 0; width: 100% !important;}
.post-template-default.single .wp-block-columns{
	padding-bottom: 60px;
}
.wp-block-group__inner-container .wp-block-columns {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.wp-block-buttons.text-center,.wp-block-buttons.mobile-text-center {
	justify-content: center;
}
.wp-block-group__inner-container,.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}
.wp-block-group__inner-container .wp-block-group__inner-container,.wp-block-group.container-w-100 .wp-block-group__inner-container {
	width: 100%;
	padding: 0;
} 
.wp-block-group .wp-block-columns .wp-block-column {margin-bottom: 30px;}
.wp-block-group .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,#customer_details{
	margin-right: 30px;
}
.wp-block-group .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:last-child,
.wp-block-columns.col-4 .wp-block-column:nth-child(4n),.products.columns-3.custom li:nth-child(3n) {
	margin-right: 0;
}
.wp-block-columns.lg-col-4 {
	flex-wrap: wrap !important;
}

.wp-block-columns.lg-col-4 .wp-block-column {
	flex-basis: calc(24% - 15px) !important;
}
.wp-block-columns.lg-col-4 .wp-block-column:nth-child(4n)  {
	margin-right: 0;
}
figure.wp-block-gallery.has-nested-images {
	display: flex;
flex-wrap: wrap;
gap: 0;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.wp-block-gallery figure {
	border: 4px solid #fff;
}
.wp-block-gallery.no-gap figure {
	padding: 0;
}
.wp-block-media-text .wp-block-media-text__content {padding: 0 30px;}
.wp-block-embed iframe {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.is-position-center-right .wp-block-cover__inner-container {
	align-items: flex-end;
	justify-content: right;
}

.wp-block-group.alignfull.swiper .wp-block-group__inner-container {
	width: 100%;
}
.wp-block-image figure {
	margin: 0 !important;
}

.video-responsive .wp-block-embed__wrapper {
	padding-top: 56.25%;
}
.video-responsive .wp-block-embed__wrapper .wp-video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100% !important;
	height: 100%;
}
.video-responsive .wp-video-shortcode {
	width: 100% !important;
	height: 100% !important;
}
video {
	width: 100%;
	height: auto;
  }
  .is-type-video iframe {
	position: relative !important;
	min-height: 100%;
	height: 25vw;
}

/*--------------buttons inputs-----------*/

.wp-block-buttons {
	padding-top: 30px;
}
.wp-block-button a, input[type="submit"], button, .button .product_type_simple, .woocommerce div.product form.cart .button, .woocommerce button.button.alt, .woocommerce #respond input#submit, .woocommerce ul.products li.product .button, .woocommerce a.button, .woocommerce-page #payment #place_order, .wpfFilterButton.wpfButton, .wpfClearButton.wpfButton {
	font-size: 16px;
	font-family: inherit;
	font-weight: normal;
	border: solid 0px;
	border-radius: 30px !important;
	box-shadow: none;
	padding: 1.2em 1.7em;
	min-height: 50px;
	/* letter-spacing: 1px; */
	line-height: 1;
	box-sizing: border-box;
	font-weight: bold;
}
.wp-block-button a, input[type="submit"], button.red, button.red, input[type="button"], input[type="reset"],
.button .product_type_simple,.woocommerce div.product form.cart .button, .woocommerce button.button.alt,.woocommerce #respond input#submit, .woocommerce ul.products li.product .button,.woocommerce a.button, .woocommerce a.button.alt, .woocommerce-page #payment #place_order,.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton, #filtrleft .wpfClearButton.wpfButton:hover {
	color: var(--whiteColor);
	background: var(--themeColor);
}

.wp-block-button a:hover, input[type="submit"]:hover, button.red:hover, input[type="button"]:hover, input[type="reset"]:hover,
.button .product_type_simple:hover,.woocommerce-info,.woocommerce-info::before,.woocommerce ul.products li.product .button:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button.alt:hover,.woocommerce button.button.disabled:hover,.woocommerce button.button.alt.disabled:hover,.woocommerce a.button.inverse:hover,.woocommerce a.button.alt:hover,.woocommerce-page #payment #place_order:hover,
.wpfFilterButton.wpfButton:hover, .wpfClearButton.wpfButton:hover,
#filtrleft .wpfClearButton.wpfButton {
	color: var(--whiteColor);
	background: var(--headingColor)
}
.woocommerce ul.products li.product .button, .woocommerce a.button, .woocommerce div.product form.cart .button {
	min-width: 130px;
	font-weight: bold;
	text-align: center;
}
/* .woocommerce div.product form.cart .button, .woocommerce button.button.alt, .woocommerce ul.products li.product .button, .woocommerce a.button, .woocommerce-page #payment #place_order,.woocommerce a.button, .woocommerce a.button.alt {
	background: #00bf60;
}
.woocommerce div.product form.cart .button:hover, .woocommerce button.button.alt:hover, .woocommerce ul.products li.product .button:hover, .woocommerce a.button:hover, .woocommerce-page #payment #place_order:hover,.woocommerce a.button, .woocommerce a.button.alt:hover {
	background: var(--headingColor)
} */

/* .inverse .wp-block-button a {
	color:var(--whiteColor);
	background: var(--textColor);
}
.inverse .wp-block-button a:hover {
	color: var(--textColor);
	background: var(--whiteColor);
} */

a.wp-block-button a:visited,a.wp-block-button a:focus {color:var(--whiteColor);}
a.wp-block-button a:visited:hover,a.wp-block-button a:focus:hover {color:var(--whiteColor);}
/* .inverse a.wp-block-button a:visited,.inverse a.wp-block-button a:focus {color:var(--whiteColor);}
.inverse a.wp-block-button a:visited:hover,.inverse a.wp-block-button a:focus:hover {color:var(--textColor);} */

button.transparent {
	border: transparent;
	background: transparent;
}

button:active, button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}

select, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], 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 {
	border-width: 0 0 1px 0;
	border-radius: 0;
	padding: .9em 0;
	width: 100%;
	background: transparent;
	font-size: 18px;
	text-transform: none;
	font-family: 'Gilroy', Arial, Helvetica, sans-serif;
	line-height: 1;
	color: var(--textColor);
	display: block;
	border-color: #ddd;
}
.search-form input[type="search"] {
	border: solid 1px #ddd;
	border-radius: 25px;
	padding-left: 15px;
	height: 50px;
}
input[type="submit"],button {cursor:pointer;}
.breadcrumb span a {
	color: #646464;
}
.breadcrumb span a:hover {
	color: var(--textColor);
}
.breadcrumb span span {
	margin: 0 5px;
}
.breadcrumb_last {
	color: var(--textColor);
}
.breadcrumbs.o-hidden {
	text-indent: -9999px;
}
.page-template-page-full-width h1 {
	margin: 0;
	line-height: 1;
}

/*--------------header-----------*/
.logged-in.admin-bar #masthead,.logged-in.admin-bar #masthead.active  {
	top: 32px;
}
#masthead {
	width: 100%;
	background: var(--whiteColor);
	box-shadow: 0px 4px 4px rgba(207, 207, 207, 0.25);
	position: absolute;
	top: 0;
	opacity: 1;
	z-index: 999;
}
@keyframes opacity {
	0%  {
	  opacity: 0;
	  -webkit-transform: translate3d(0, -100%, 0);
			  transform: translate3d(0, -100%, 0);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
	}
  }
  #masthead.active {
	position: fixed;
	animation: opacity 1s alternate;
}
.topinfo .contacts p {
	margin: 0;
}
.logo img {
	max-height: 50px;
	margin-top: 10px;
}
.icon {
	width: 20px;
	height: 20px;
}

.icon-bar {
	display: block;
	width: 27px;
	height: 4px;
	border-radius: 4px;
	background: var(--textColor);
	margin: 5px auto;
	transition: all 0.5s ease 0s;
}

.main-navigation ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.main-navigation li a, #masthead .contacts a {
	padding: 22px 12px;
	letter-spacing: .5px;
	color: var(--textColorDark);
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.menu-contacts a {color: var(--textColorDark);}
.contacts svg {
	display: none;
}
.main-navigation a:hover, .main-navigation .current-menu-item a,.main-navigation .current-menu-item .sub-menu a, .main-navigation .current-menu-item .sub-menu a:hover, .main-navigation .current-lang a {
	color: var(--themeColor);
}

.main-navigation li.menu-item-has-children::before {
	border-style: solid;
	border-width: 0.10em 0.10em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	position: absolute;
	transform: rotate(135deg);
	width: 0.45em;
	right: 15px;
	top: 50%;
	margin-top: -7px;
	color: var(--headingColor);
	font-family: inherit;
}
.main-navigation ul ul li.menu-item-has-children::before {
	transform: rotate(45deg);
}
li.menu-item-has-children a,#masthead.active .main-navigation li.menu-item-has-children a {
	padding-right: 30px;
}
.main-navigation ul ul {
	background: var(--whiteColor);
	flex-direction: column;
	margin-left: -135px;

}
.main-navigation ul ul ul {
	margin-left: 100%;
}
.main-navigation li ul li {
	text-align: center;
	margin: 0 20px !important;
	border-bottom: 1px solid #dadada;
}
.main-navigation ul ul ul li {
	text-align: left;
	margin: 0px !important;
	transition: all .3s ease;
}
.main-navigation ul ul li:hover > ul li {
	margin: 0 20px !important;
}
.main-navigation ul ul a {
	padding: 15px;
	font-size: 16px;
	width: 300px;
}
.main-navigation li ul li:last-child {
	border: 0 none;
}

.menu-toggle:hover {
	background: var(--themeColor);
	border: solid transparent;
}

#masthead .menu-social figure.wp-block-gallery.has-nested-images {
	justify-content: flex-start !important;
}
.form-box.show,.menu-box.open .main-navigation   {
	transform: translateX(0);
}

#closebtn {
	position: absolute;
	right: 30px;
	top: 50%;
	font-size: 30px;
	transform: rotate(45deg);
	color: var(--textColorDark);
	padding: 10px;
	cursor: pointer;
	margin-top: -30px;
}
.search-form {
	position: relative;
	max-width: 400px;
	margin: 0 auto;
}
.search-submit {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
}
#searchbox {
	position: fixed;
	top: -180px;
	width: 100%;
	background: var(--whiteColor);
	transform: translate(0, 0);
	transition: all .5s ease;
	z-index: 1010;
}
.searchbox {
	padding: 32px 0;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
#searchbox .search-form {
	margin-top: 20px;
}
 #searchbox.show {transform:translate(0, 150px);}
 .search-submit {
	display: inline-block;
	width: auto !important;
}

#content {
	margin-top: 70px;
}

/*--------------Home-----------*/
.home h1,.home h2 {text-transform: uppercase;}
#promo {
	height: calc(100vh - 70px);
}
/* #promo .m-b-30.has-x-large-font-size {
	margin-top: -18vh !important;
} */
.home #promo h1 {
	font-size: 27px !important;
}
#promo .wp-block-cover__inner-container, #specialist .wp-block-cover__inner-container {
	color: #fff !important;
	height: 75%;
}
.wp-block-group.promotion {
	position: absolute;
	bottom: 0;
}
.wp-block-group.promotion figure {
	width: 100px;
	height: 100px;
	display: flex;
	border-radius: 100%;
	background: rgba(34,123,191,.4);
	align-items: center;
	justify-content: center;
}
.wp-block-group.promotion img {
	width: 60px;
	height: 60px;
	padding: 10px;
	border-radius: 100%;
	background: #227bbf;
}
.wp-block-group.promotion .wp-block-column.orange figure {
	background: rgba(255,152,0,0.4);
}
.wp-block-group.promotion .wp-block-column.orange img {
	background: #ff9800;
}
.wp-block-group.promotion strong {
	font-size: 30px;
}
.swiper-box {
	padding: 15px 40px;
}
.swiper-wrapper {
	padding-bottom: 40px;
}
.swiper-box .swiper-button-next, .swiper-box .swiper-button-prev {
	right: 0px;
	left: auto;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	background: transparent;
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 40px;
}
.swiper-box .swiper-button-prev {
	right: inherit;
	left: 0px;
}
.swiper-box .swiper-button-next::after, .swiper-box .swiper-button-prev::after {
	font-size: 28px;
}
.swiper-box .swiper-button-next::after, .swiper-box .swiper-button-prev::after {
	content: '';
	transform: rotate(-45deg);
	display: block;
	margin: 30px auto;
	width: 25px;
	height: 25px;
	border-top: 2px solid var(--textColor);
	border-left: 2px solid var(--textColor);
}
.swiper-box .swiper-button-next::after {
	transform: rotate(135deg);
}
.swiper-box .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-box .swiper-pagination-custom {
	bottom: 0px;
}
.swiper-box .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	opacity: 1;
	border: 0 none;
	background: var(--whiteColor);
	border: solid 3px #ff9800;
}
.swiper-box .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ff9800;
}
.circle-number figure img {
	background: #fff;
	border-radius: 100%;
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
	width: 70px;
	height: 70px;
}
	#adwantadges .wp-block-columns p {
	margin-top: 0;
}
#tabs-nav li {
	width: 30%;
}
#tabs-nav li a {
	padding: 53px 0;
	display: block;
}
#tabs-nav li::before {
	content: '';
	background: #ddd;
	width: 100%;
	height: 2px;
	left: 0;
	position: absolute;
	top: 13px;
	transition: all .3s ease;
	cursor: pointer;
}
#tabs-nav li::after {
	content: '';
	border: solid 2px #ddd;
	background: #fff;
	position: absolute;
	width: 28px;
	height: 28px;
	left: 50%;
	top: 0px;
	border-radius: 4px;
	transform: rotate(45deg);
	margin-left: -14px;
	transition: all .3s ease;
	cursor: pointer;
}
/* #gallery figure figure::before,#gallery figure figure::after {} */
#tabs-nav li.active::after,#tabs-nav li:hover::after  {
	border-color: var(--themeColor);
}
#tabs-nav li.active::before,#tabs-nav li:hover::before{
	background: var(--themeColor);
}
/* #gallery figure figure {
	position: relative;
	top: -13px;
}
#gallery figure figure::before, #gallery figure figure::after {
	border-color: #fff;
	top: -15px;
	z-index: 1;
}
#gallery figure figure::before {
	left: -4px;
}
#gallery figure figure::after {
	left: inherit;
	right: -19px;
} */
.videoblock {
	background: url(../images/video_bg.png) no-repeat center center;
	background-size: contain;
}
#video figure {
	margin: 15%;
}
#steps .wp-block-column figure + p {
	min-height: 100px;
}
#calculator .form-order, #warranty .form-order {
	background: rgba(24,22,47,0.45);
}
#calculator form input::placeholder, #calculator form textarea::placeholder, #calculator form input, #calculator form textarea,#warranty form input::placeholder, #warranty form textarea::placeholder, #warranty form input, #warranty form textarea {
	color: #fff;
	opacity: 1;
}
#faq, #specialist {
	min-height: 85vh;
}
#partners figure figure {
	margin: 0 !important;
	padding: 2.5vw;
}
#partners figure figure img {
	width: auto;
	filter: grayscale(100%);	
	opacity: .7; 
/* 	transition: 0.3s ease-out;
	-webkit-filter: grayscale(100%);
*/
}
#partners figure figure:hover img {
/* 	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1; */
}

#faq ol {
	margin-left: 0;
	list-style: none;
	counter-reset: li;
	padding: 0;
}
#faq #faq2 ol {
counter-reset: li 4;
}
#faq ol li::before {
	counter-increment: li;
	content: counter(li) "";
	position: absolute;
	left: 13px;
	font-weight: bold;
	font-size: 22px;
	color: #a27e28;
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 100%;
	background: rgba(255,255,255,.7);
	text-align: center;
	line-height: 50px;
}
#faq li {
	padding: 15px;
	margin-bottom: 20px;
	position: relative;
	margin-top: 25px;
	background: rgba(24,22,47,0.45);
	border-radius: 10px;
	border: solid 2px #fff;
}
#faq details {
	font-weight: normal;
	padding: 10px;
	position: relative;
	transition: all .3s ease;
}
#faq ol li:last-child details {
	border-bottom: 0 none;
}
#faq summary {
	margin: 0;
	padding: 0 40px 0 50px;
	position: relative;
	transition: all .5s ease;
	cursor: pointer;
}
#faq details[open] > summary {margin-bottom: 15px;}
#faq details > summary::before {
	position: absolute;
	content: "+";
	right: -10px;
	top: -5px;
	font-size: 30px;
	color: var(--whiteColor);
	width: 37px;
	height: 37px;
	display: block;
	border-radius: 100%;
	border: solid 2px var(--whiteColor);
	text-align: center;
	line-height: 37px;
}
#faq details[open] > summary::after {
	content: '';
	background: rgba(255,255,255,0.5);
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -30px;
	position: absolute;
}
#faq details[open] > summary::before {
	transform: rotate(45deg);
}
.l-s-ol li::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	right: -0px;
	top: -2px;
	border-radius: 100%;
	background: var(--bgGrey);
	display: block;
}
#faq summary strong {
	font-size: 1.25em;
	color: var(--textColor);
	line-height: 1.25em;
}
figure.wp-block-image a{
	overflow: hidden;
}
#gallery figure.wp-block-image a {
	clip-path: polygon( 0 4%, 4% 0, 96% 0, 100% 4%, 100% 96%, 96% 100%, 4% 100%, 0% 96%, 0% 4% );
}
figure.wp-block-image a img {
	transition: all .3s ease;
	transform: scale(1);
}
figure.wp-block-image a img:hover {
	transform: scale(1.1);
}

/* ---- Product --- */
.cartitems {
	font-size: 14px;
	color: var(--whiteColor);
	width: 20px;
	height: 20px;
	display: inline-block;
	background: var(--themeColor);
	text-align: center;
	border-radius: 100%;
	vertical-align: top;
	margin-top: 2px;
}
.entry-header .entry-title {
	margin: 0;
}
.woocommerce div.product .product_title {
	font-size: 27px !important;
}
.woo-product-gallery-slider .wpgs-nav .slick-current {
	border-color: #ddd;
}
.slick-initialized .slick-slide img {
	margin: 0 auto;
}
.woocommerce-loop-category__title, .woocommerce-loop-product__title {
	font-size: 18px !important;
	margin-bottom: 5px;
	text-transform: none !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	box-shadow: 0px 1px 16px 4px rgba(0, 1, 5, 0.03);
	padding: 20px;
	transition: all .3s ease;
	border-radius: 15px;
	overflow: hidden;
	background: #fff;
}
.woocommerce ul.products.slider-box li.product {
	float: none;
	display: block;
	width: 100%;
	position: relative;
	margin:0;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
	box-shadow: 0px 1px 16px 4px rgba(60,147,34,0.15);
}
.woocommerce ul.products li.product .onsale, .onsale, .single-product .woocommerce span.onsale {
	border-radius: 0;
	background: #ff9800;
	padding: 0px 15px;
	top: 0;
	left: 0;
	margin: 0;
	display: inline-block;
	height: 50px;
	font-weight: 700;
	position: absolute;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: .857em;
	z-index: 9;
	right: inherit;
}

.woocommerce ul.products li.product .onsale::after,.onsale::after,.single-product .woocommerce span.onsale::after {
	content: '';
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-top-width: 0px;
	border-bottom-width: 50px;
	border-left: 30px solid #ff9800;
	position: absolute;
	top: 0;
	left: 100%;
}

.woocommerce div.product div.images img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.woocommerce button.button {border: 1px solid;}

.woocommerce div.product form.cart div.quantity {
	float: none;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
button.minus, button.plus {
	background: var(--whiteColor);
	height: 36px;
	width: 37px;
	padding: 0;
	border: 1px solid var(--textColor);
	color: var(--textColor);
}
button.minus {
	border-radius: 38px 0 0 38px !important;
	border-right: 0;	
}
.woocommerce .quantity .qty {
	margin: 0;
	border-radius: 0;
	border-color: var(--textColor);
	font-size: 16px;
	line-height: 1;
	padding: 0.53em 0;
	height: 50px;
	display: inline-block;
	color: var(--textColor);
}
button.plus {
	border-radius: 0 38px 38px 0 !important;
	margin-left: -20px;
	position: relative;
}
.woocommerce div.product form.cart .button {
	float: left;
	margin-right: 20px;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	border-radius: 15px;
	overflow: hidden;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price {
	color: var(--headingColor);
}
.woocommerce ul.products li.product .price del,.product .price del {
	font-size: 16px;
	display: block;
	color: var(--textColor);
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	font-size: 22px;
	font-weight: normal;
	color: var(--headingColor);
	display: block;
}
/* .summary.entry-summary ins > span:first-child bdi {
	font-weight: bold;
} */
.related.products .acoplw-badge .acoplw-badge-icon, .ced .acoplw-badge .acoplw-badge-icon {
	left: 15px;
}
.woocommerce ul.products li.product .price ins {
	font-weight: normal;
}
.woocommerce ul.products li.product .price {
	font-size: 22px;
	padding: 0;
}
.woocommerce-Price-currencySymbol {
	margin-left: 5px;
}
.porduct-phone .icon {
	margin-bottom: -2px;
	fill: var(--textColor);
}
.porduct-phone a {
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	color: var(--textColor);
	font-size: 21px;
}
.porduct-phone a:hover {
	color: var(--themeColor);
}
/* .products-title a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
} */
.product-info details {
	display: inline-block;
	font-size: 16px;
}
.product-info summary {
	margin: 0 0 30px;
	padding: 0 15px 15px 0;
	cursor: pointer;
	text-decoration: underline;
	position: relative;
}
.product-info summary:hover{color:var(--themeColor);text-decoration: underline;}
.product-info details[open] summary {
	text-decoration: none;
	color: var(--whiteColor);
}
.product-info details[open] summary::after {
	content: '+';
	font-size: 30px;
	position: absolute;
	top: -5px;
	transform: rotate(45deg);
	left: 50%;
	background: var(--whiteColor);
	padding: 5px;
	text-align: center;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-left: -15px;
	box-shadow: 0px 1px 16px 4px rgba(0, 1, 5, 0.03);
	border-radius: 100%;
	color: var(--textColor);
	border: solid 1px var(--headingColor);
}
.info-box {
	position: absolute;
	top: 50px;
	z-index: 10;
	background: var(--whiteColor);
	box-shadow: 0px 1px 16px 4px rgba(0, 1, 5, 0.03);
	padding: 15px 15px 0 15px;
	left: 0;
	width: 100%;
}
.info-box .icon {
	margin: 0 5px -4px 0;
}
.woocommerce-Reviews-title {
	font-size: 27px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 10%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid transparent;
	border-radius: 0;	
	background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: .9em 1em;
	font-weight: 400;
	text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border: 1px solid #ddd;
	border-radius: 0 !important;
	border-bottom-color: var(--whiteColor);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	border-radius: 0 !important;
	box-shadow: 0 0 0 transparent;
	border-width: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
	margin: 5vh 10%;
	padding: 0;
}
.wpgs-nav .slick-slide {
    display: inline-block;
}
/* --- Products --- */
.woocommerce ul.products li.product-category.product a .count {
	display: block;
	font-weight: normal;
	font-size: 16px;
	background: transparent;
	margin-top: 5px;
	color: var(--textColor);
}
.woocommerce ul.products li.product-category.product a {
	display: flex;
}
.woocommerce ul.products li.product-category.product .woocommerce-loop-category__title{
	align-self: center;
}
.archive .woocommerce .products .star-rating {
	margin-top: 8px;
}
.woocommerce ul.products li.product-category.product a img {
	max-width: 150px;
	margin-bottom: 0;
	margin-right: 15px;
}
.woocommerce .woocommerce-result-count {
	padding-top: 5px;
	font-size: 16px;
}
.woocommerce .woocommerce-ordering select {
	font-size: 16px;
	border-width: 1px;
	padding: 7px 10px;
}
.product-description ins {
	background: transparent;
	line-height: 30px;
}
.economy {
	display: block;
	font-size: 16px;
}
.woocommerce ul.products li.product .economy {
	font-size: 14px;
}
.custom_sku {
	color: #237ec1;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added::after {
	font-family: WooCommerce;
	content: "\e017";
	margin-left: .53em;
	vertical-align: middle;
}
.added_to_cart.wc-forward {
	display: block;
	margin-top: 17px;
}
.woocommerce nav.woocommerce-pagination ul li a {color: var(--headingColor);}
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--headingColor);
  color: var(--whiteColor);
}
.woocommerce nav.woocommerce-pagination ul li {
	border-right: 1px solid var(--headingColor);
}
.woocommerce nav.woocommerce-pagination ul li:last-child {
	border-right: 0 none;
}
.woocommerce nav.woocommerce-pagination ul li span,.woocommerce nav.woocommerce-pagination ul li a {
	padding: .6em .9em;
  }
  .woocommerce nav.woocommerce-pagination ul {
	border: 1px solid var(--headingColor);
	overflow: hidden;
	border-radius: 4px;
}
/* --- Filter --- */
.wc-blocks-filter-wrapper .wp-block-heading {
	margin-top: 0;
}
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
	max-width: 45%;
	font-size: 16px;
	background: #fff;
	border-color: #ddd !important;
}
.wc-block-product-categories-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wc-block-product-categories-list li a {
	font-weight: bold;
	color: var(--headingColor);
	position: relative;
	display: inline-block;
	padding: 5px 0;
}
.wc-block-product-categories-list li .wc-block-product-categories-list-item-count {
	display: none;
}
.wc-block-product-categories-list li ul li .wc-block-product-categories-list-item-count {
	display: inline-block;
	margin-left:7px;
}
.wc-block-product-categories-list-item-count {
	font-size: 14px;
}
.wc-block-product-categories-list ul li a {
	font-weight: normal;
	font-size: 16px;
	padding: 0 0 0 15px;
}

/*-------------checkout-----------*/

.checkout.woocommerce-checkout {
	margin-top: 30px;
}
.page-id-1161 .woocommerce .col2-set .col-1,.page-id-1161 .woocommerce-page .col2-set .col-1,.page-id-1161 .woocommerce .col2-set .col-2,.page-id-1161 .woocommerce-page .col2-set .col-2 {
	float: none;
	width: 100%;
}
.checkout-product-image {
	width: 100%;
	height: auto;
	float: left;
	max-width: 100px;
	max-height: 100px;
	margin-right: 20px;
}
#billing_first_name_field,#billing_last_name_field {
	float: none;
	width: 100%;
}
.woocommerce-billing-fields__field-wrapper p:not(.validate-required) {
	display: none;
}
.woocommerce table.shop_table td.product-name {
	white-space: inherit;
}
.woocommerce table.shop_table td {
	vertical-align: top;
}
.woocommerce-billing-fields label {
	font-size: 16px;
	font-weight: bold;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: var(--bgGrey);
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #eee;
}
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #eee;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	width: 100%;
	border: 1px solid #ddd;
	padding: 14px;
}
.woocommerce-shipping-totals.shipping td {
	white-space: nowrap !important;
}
tfoot tr th, tfoot tr td {
	color: inherit;
	background: var(--bgGrey);
}
tfoot .woocommerce-Price-amount.amount {
	font-size: 22px;
	color: var(--headingColor);
}
.woocommerce ul.order_details {
	margin-top: 100px !important;
}
.select2.select2-container.select2-container--default {
	width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: inherit;
	line-height: 1;
	padding-top: .83em;
	padding-bottom: .83em;
	height: 50px;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #ddd;
	border-radius: 0;
	height: 50px;
}
.select2-dropdown,.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #ddd;
}
.select2-results__option {
	margin-top: -10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 5px;
	top: 50%;
	margin-top: -10px;
}
.woocommerce ul#shipping_method li input {
	margin: 0 7px 2px 0;
	vertical-align: middle;
}
#shipping_method li:last-child label{
	color:#e5151b;
}
#shipping_method li:last-child label::after {
	content: url('http://2323072.ba421026.web.hosting-test.net/wp-content/plugins/shipping-nova-poshta-for-woocommerce/assets/build/img/nova-poshta.svg');
	display: inline-block;
	margin-left: 5px;
	transform: translateY(3px);
}
.woocommerce-checkout #payment div.payment_box p:first-child {
	margin-top: 0;
}
/*--------------posts-----------*/
#filtrleft #wpfBlock_2 .wpfCheckbox,
#slb_viewer_wrap .slb_theme_slb_default .slb_details,
.product .product_meta, #order_review_heading, .woocommerce-billing-fields > h3,#order_review thead,#billing_country_field,.cart-collaterals h2,.cart-collaterals .shop_table.shop_table_responsive,#tab-description h2,.stock.out-of-stock,.stock.in-stock,.cart-subtotal,.woocommerce-checkout.woocommerce-page.woocommerce-order-received.woocommerce-js.customize-support .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2,.woocommerce div.product .woocommerce-product-rating,.woocommerce ul.products li.product .star-rating,.woocommerce-shipping-fields {
	display: none !important;
}
.post, .page {
	margin: 0;
}
#primary {
	overflow: hidden;
}

.form-box {
	align-content: center;
	align-items: center;
	display: flex;
	justify-content: center;
	position: fixed;
	transition: transform 1s ease;
	left: 0;
	top: 0;
	transform: translateX(120%);
	background: rgba(0, 0, 0, 0.3);
	z-index: 1000;
	height: 100vh;
	width: 100%;
}
#form form,#form1 .form-order{
	width: 560px;
	margin: 0 auto;
	/* text-align: center; */
}
#form1 {
	z-index: 1002;
}
#form2 {
	z-index: 1003;
}
.wpcf7-form {
	border: transparent;
}
.close {
	position: absolute;
	z-index: 100;
	top: 50px;
	right: 50px;
	font-size: 40px;
	transform: rotate(45deg);
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-align: center;
	display: block;
	color: var(--textColor);
	background: var(--whiteColor);
	border-radius: 100%;
	line-height: 40px;
}

/* ---------- #footer -----------*/

#footer {
	overflow: hidden;
	background: #0f2437;
	color: #fff;
}
#footer .d-i-block p {
	margin: 10px 0 10px 10px;
}
#footer li.d-block svg {
	margin-bottom: -4px;
}
#footer .sub-menu {
	display: none;
}
#secondary-menu {
	list-style: none;
}
#secondary-menu {
	padding: 10px 0 0 0;
	margin: 0;
}
#secondary-menu li a {
	padding: 10px 0;
	margin: 0;
	font-size: 16px;
}
#footer .searchbtn, #footer .category-cart {
	display: none;
}
.social a, .menu-social a {
	margin: 4px 10px 0 0;
	display: inline-block;
	border: solid 1px #8a8a8a;
	border-radius: 100%;
	padding: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 47px;
}
#footer hr {
	opacity: .3;
	margin: 0;
}
#form1 .form-order {
	background: var(--whiteColor);
	padding: 40px;
	border-radius: 20px;
} 
#footer .wp-block-group a, #footer .wp-block-group p,#footer .wp-block-group h3 {
	color: var(--whiteColor);
}
#footer a:visited {
	color: var(--whiteColor);
}
#footer .wp-block-group a:hover,.menu-contacts a:hover, #masthead .contacts a:hover {
	color: var(--themeColor);
border-color: var(--themeColor);
}
#footer .contacts-box svg {
	fill: var(--themeColor);
}
#footer .social a svg {fill:#fff;}
#footer a:hover svg,#footer .social a:hover svg  {
	fill: var(--themeColor);
}

#footer .about-box p {
	color: #8a8a8a;
	font-size: 16px;
}
body a#scroll-to-top {
	right: 15px;
	background: transparent;
	z-index: 1000;
	bottom: 15px;
}
body a#scroll-to-top:hover:after  {opacity:1;}
body a#scroll-to-top::after {
	content: "^";
	font-size: 34px !important;
	text-indent: 0;
	position: absolute;
	left: 0;
	font-family: san-serif;
	font-weight: normal;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	box-shadow: 0px 1px 16px 4px rgba(0, 1, 5, 0.03);
	text-align: center;
	background: var(--whiteColor);
}


.entry-content {
	margin-bottom: 40px;
}
.error-404.not-found {
	text-align: center;
}




/*plugins*/

table {
	border-spacing: 0;
	border-collapse: collapse;
	max-width:100%;
}
.border-0 table td {
	border: 0 none;
}
table td, .wp-block-table td {
	padding: 10px 15px !important;
	white-space: normal !important;
}
table td.nowrap {
	white-space: nowrap !important;
}
table.f-s-14 td {padding: 5px 10px;}

.wp-block-table.is-style-stripes table td, table td {background: #fff;}
.wp-block-table.is-style-stripes table tr:nth-child(2n) td,table tr:nth-child(2n) td {background: var(--bgGrey)}
.wp-block-table.is-style-stripes {
	border-bottom: 0
}
.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {background: transparent;}
table th, .wp-block-table th {
	padding: 15px 20px;
	color: var(--whiteColor);
	background: var(--headingColor);
	text-align: inherit;
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}
/* tr td:not(:first-child) {
	white-space: nowrap;
} */





@media (min-width:300px)
{.wp-block-group__inner-container,.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-group.alignwide
	{width:100%;}
}
@media (min-width:768px)
{.wp-block-group__inner-container,.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-group.alignwide
	{width:750px;} 
}
@media (min-width:992px)
{.wp-block-group__inner-container,.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-group.alignwide
	{width:970px;}
}
@media (min-width:1200px)
{.wp-block-group__inner-container,.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-group.alignwide
	{width:1170px;}
}
@media (min-width: 1430px) 
{.wp-block-group__inner-container,.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-group.alignwide 
	{width: 1400px;}
 }



@media (max-width: 767px) {
	.hidden-xs {
	  display: none !important;
	}
  }
  @media (min-width: 768px) and (max-width: 1169px) {
	.hidden-sm {
	  display: none !important;
	}
  }
  @media (min-width: 1170px) and (max-width: 1429px) {
	.hidden-md {
	  display: none !important;
	}
  }
  @media (min-width: 1400px) {
	.hidden-lg {
	  display: none !important;
	}
  }


@media (max-width: 767px) {
.visible-xs{display:inline-block !important;}
}
@media (min-width: 768px) and (max-width: 1169px) {
.visible-sm{display:inline-block !important;}
}
@media (min-width: 1170px) and (max-width: 1429px) {
.visible-md{display:inline-block !important;}
}
@media (min-width: 1400px) {
.visible-lg{display:ninline-block !important;}
}


@media (max-width: 1170px)  {

#masthead .menu-toggle {
	border: solid transparent;
	padding: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	display: inline-block;
	margin-left: 20px;
	background: transparent;
}
.main-navigation{
	position: fixed;
	transition: transform 1s ease;
	left: 0;
	top: 0;
	transform: translateX(120%);
	background: rgba(0, 0, 0, 0.3);
	height: 100vh;
	width: 100%;
	z-index: 999;
}
.main-navigation ul,.menu-contacts,.menu-social {
	background: var(--whiteColor);
	margin-left: 47%;
	flex-direction: column;
	padding-left: 4.2vw;
}
#primary-menu {
	padding-top: 5vh;
	text-align: left;
	display: flex;
	justify-content: center;
	height: 55vh;
}
#primary-menu li {
	margin: .2vh 0;
	font-size: 22px;
}
.main-navigation li a {
	font-size: 22px;
	padding: .3vh 0;
	margin: .3vh 0;
}
.main-navigation ul ul {
	margin: 0;
	padding-left: 0;
	background: var(--bgGrey);
	width: 96%;
}
.main-navigation ul ul a {
	padding: 11px 0;
	width: 100%;
	text-align: left;
}
li.menu-item-has-children > a {
    margin-right: 60px;
  }
.menu-contacts {
	height: 20vh;
	justify-content: center;
	display: flex;
}
.menu-contacts p {
	margin: 0 0 20px 0;
	font-weight: bold;
}
.menu-contacts .phone {
	font-size: 30px;
}
.menu-social {
	height: 25vh;
	text-align: left;
}
.menu-social svg {
	width: 42px;
	height: 42px;
}
.menu-social a {
  width: 60px;
  height: 60px;
		 line-height: 88px;}
.menu-contacts svg {
	display: none;
}
#faq summary {
	padding: 0 40px 0 50px;
}
#faq details {
	padding: 0 10px;
}
.wp-block-columns.sm-col-2 {
	flex-wrap: wrap !important;
}

.wp-block-columns.sm-col-2 .wp-block-column {
	flex-basis: calc(50% - 15px) !important;
}
.wp-block-columns.sm-col-2 .wp-block-column:nth-child(2n)  {
	margin-right: 0;
}

h1, .has-x-large-font-size {
	font-size: 35px !important;
}
h1 strong, h2 strong,.menu-contacts strong {
	font-size: 30px;
}
.f-s-55, h2 {
	font-size: 30px;
}

#power-select .wpcf7-list-item {width: calc(50% - 15px);}
#power .o-y-scroll {
	overflow-y: scroll;
	flex-basis: calc(100% - 116px) !important;
}
.wp-block-gallery.columns-4 figure {
	flex-basis: calc(50% - 30px);
}

.wp-block-group .product-category.wp-block-columns.sm-col-2:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(3n),#power-select .wpcf7-form-control .wpcf7-list-item:nth-child(4n) {
	margin-right: 30px;
}
.wp-block-group .product-category.wp-block-columns.sm-col-2:not(.is-not-stacked-on-mobile) > .wp-block-column:last-child,#power-select .wpcf7-form-control .wpcf7-list-item:nth-child(2n) {
	margin-right: 0px;
}
.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n), .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
	float: right;
	clear: none !important;
}
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
	width: 48%;
	float: left;
	clear: both;
	margin: 0 0 2.992em;
}
}

@media (min-width: 1170px){

	.wp-block-button a{min-width: 200px;}
	.col-fixed ul li:nth-child(2n+1)::before,.sliding .wp-block-column:last-child ul li:nth-child(2n+1)::after {
		content: '';
		background: var(--bgGrey);
		height: 100%;
		width: 700%;
		position: absolute;
		right: 0;
		top: 0;
		margin-right: -700%;
	}
	.col-fixed ul li:nth-child(2n+1)::before {
		right: inherit;
		left: 0;
		margin-right: inherit;
		margin-left: -700%;
	}

}

@media (min-width:900px) {
.woocommerce-page.woocommerce-checkout form #order_review {
	width: 60%;
	margin-right: 0;
	float: left;
}
#customer_details {
	float: left;
	width: calc(40% - 30px);
}
}

@media (max-width:992px) {
#credit .wp-block-cover__inner-container {
	padding: 0;
}
	.swiper-box .Promo.swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 8vw;
	}
	.wpcf7-form .form-order .wpcf7-list-item {
		width: auto;
	}
	.is-type-video iframe {
		height: 27vh;
	}

.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}	
.videobutton-box {
	padding: 15px !important;
}
.checkout.woocommerce-checkout {
	flex-wrap: wrap;
}
#customer_details {
    margin: 0 0 40px;
    flex-basis: 100%;
    width: 100%;
}
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
	flex-basis: 0;
	flex-grow: 1;
}
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="flex-basis"] {
	flex-grow: 0;
}

}	

@media (max-width: 782px) {
.wp-block-group .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    margin-right: 0px;
	flex-basis: 100% !important;
}

	h1, .has-x-large-font-size,.f-s-55, h2 {
		font-size: 30px !important;
	}
#masthead .logo {
	position: absolute;
	top: 0;
	left: 10px;
}
#masthead .contacts {
	font-size: 18px !important;
	position: absolute;
	top: 53px;
	left: 195px;
}
.main-navigation ul, .menu-contacts, .menu-social {
	margin-left: 0;
}
#masthead .wp-block-column.infobloks {
	flex-basis: 50% !important;
	flex-grow: 0;
	top: 5px;
	right: 15px;
	z-index: 10;
	position: ;
	position: absolute;
}
#faq details {
	padding: 10px;
}
figure.wp-block-gallery.has-nested-images {
	justify-content: center;
}

.mobile-text-center {text-align: center !important;}
.mobile-text-left {text-align: left !important;}
.mobile-p-t-15 {padding-top: 15px !important;}
.mobile-m-b-0 {margin-bottom: 0 !important;}
.mobile-d-block {display:  block !important;}
.mobile-p-relative {position: relative !important;}
.mobile-order-99 {order:99 !important;}
.wp-block-group {
	padding: 30px 0 0;
}
.wp-block-group .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
	margin-right: 0px;
	flex-basis: 100% !important;
}
#power.wp-block-group .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.col-fixed {
	flex-basis: 116px !important;
	flex-grow: 0;
}
#power-select .wpcf7-list-item {
	width: calc(50% - 15px) !important;
}
#power-select .wpcf7-list-item.last {padding-top: 0;}

.wp-block-media-text .wp-block-media-text__content {
	padding: 0 15px;
}
.products-title a {
	overflow: visible;
	white-space:normal;
	text-overflow:inherit;
}
.form-box {
	background: var(--whiteColor);
}
.wpcf7-form .wp-block-column {
	padding: 0 15px;
}

#tabs-nav {
	border: 1px solid #ddd;
	border-radius: 20px;
	overflow: hidden;
}
#tabs-nav li {
	width: 100%;
}
#tabs-nav li a {
	padding: 53px 0 0;
}
	#tabs-nav li::before,#tabs-nav li::after  {
	background: transparent !important;
	border-color:transparent !important;
}
	#tabs-nav li a {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	margin: 0;
}
	#tabs-nav li:last-child a {
	border-bottom: 0 none;
}
	#tabs-nav li.active a {
	background:var(--bgGrey);
	}
#steps .wp-block-column {
	text-align: center;
}
#steps .wp-block-column figure + p {
	min-height: auto;
}
#faq summary strong {
	font-size: 18px;
}
	#searchbox .search-form {
	margin: 20px 50px 0 10px;
}
	#closebtn {
	right: 10px;	
}

.close {
	top: 15px;
	right: 10px;
}

}


@media (max-width: 650px) {
h1 strong, h2 strong, .menu-contacts strong {
	font-size: 27px;
}
#promo {
	height: auto;
	padding-bottom: 15px !important;
}
.home #promo h1 {
	font-size: 18px !important;
	margin-bottom: 0;
}
.wp-block-group.promotion {
	position: relative;
}
.wp-block-group.promotion .wp-block-columns {
	flex-wrap: wrap !important;
}
#promo .m-b-30.has-x-large-font-size {
	margin-top: 30px !important;
}

.wp-block-group.promotion .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
	flex-basis: calc(50% - 15px) !important;
	margin-bottom: 0;
}
.wp-block-group.promotion img {
	width: 40px;
	height: 40px;
	padding: 7px;
}
.wp-block-group.promotion p {
	margin-bottom: 0;
}
.wp-block-group.promotion strong {
	font-size: 22px;
}
.promotion .wp-block-group__inner-container {
	padding: 0;
}
.wp-block-group.promotion figure,.wp-block-group.promotion .wp-block-column.orange figure {
	width: auto;
	height: auto;
	background: transparent;
	justify-content: left;
}
#credit .has-large-font-size {
	font-size: 22px !important;
}
#form1 .form-order {width: auto;}
.wpcf7-form .form-order .wpcf7-list-item {
	width: calc(50% - 15px);
}
	#benefit .wp-block-media-text__media img {
	width: auto;
}
	#benefit{text-align:center;}

		h1, .has-x-large-font-size,.f-s-55, h2,.has-large-font-size {
		font-size: 27px !important;
	}
.page-id-384 #promo h1, .page-id-777 #promo p.has-large-font-size ,.page-id-384 #promo p.has-large-font-size {
    font-size: 22px !important;
    margin-bottom: 15px !important;
}
	#masthead.active {
		position: absolute;
	}

	#faq details {
		padding: 0 10px;
	}
.wp-block-gallery .blocks-gallery-item figure {
	justify-content: center;}

	.wp-block-gallery.columns-default figure,.wp-block-gallery.columns-3 figure,.wp-block-gallery.columns-4 figure  {
		flex-basis: 100%;
		margin-right: 0 ;
	}
	.product-info details {
		display: block;
		position: relative;
	}	
	.product-info summary {
		margin: 0px;
	}
	.product-info details[open] summary::after {
		left: 15px;
	}
	.info-box {
		max-width: 91%;
	}
	.woocommerce div.product .woocommerce-tabs .panel {
		margin: 30px 0;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding: 0 15px;
	}
	.wp-block-buttons {margin-right: 0 !important;}
	.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n), .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
		float: none;
		clear: both !important;
	}
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
		width: 100%;
		float: none;
		clear: both;
		margin: 0 0 15px 0;
	}
	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
		font-size: 16px;
	}
	.woocommerce-shipping-totals.shipping td {
		white-space: normal !important;
	}
}