.regular-pages a:not([class]):hover {
	color:#cf0303;
}
.content-main p a {
	text-decoration: underline;
}
body{
	color: #1f1a17;
}
img {
	max-width: 100%;
}
ul li {
	line-height: 24px;
}
h1 {
	font-size: 30px;
	font-weight: 500;
	color: #373737;
	margin-bottom: 25px;
	margin-top:0;
}
.container  {
	position: relative;
	padding-left:  65px;
	padding-right:  65px;
}
.sandwich {
	display: block;
}
.c-hamburger {
	    z-index: 10;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 19px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 0px;
  float: left;
  margin-top: 58px;
}
 
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
	display: block;
	position: absolute;
	top: 8px;
	left: 0px;
    right: 0px;
	height: 3px;
	background: #000;
}
 
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  content: "";
}
.c-hamburger span::before { background-color: #000;}
.c-hamburger span::after {background-color: #000;}
.c-hamburger span::before {
  top: -7px;
}
 
.c-hamburger span::after {
  bottom: -7px;
}

.c-hamburger--htx {
  /*background-color: #eaeef1;*/
}
 
.c-hamburger--htx span {
  /*transition: background 0s 0.3s;*/
}
 
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
 
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
 
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

.c-hamburger--htx.is-active {
  /*background-color: #eaeef1;*/
}
 
.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #000;
}
 
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  width: 100%;
}
 
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
.c-hamburger:hover span {
	background: #cf0303;
}
.c-hamburger:hover span::before {
    background-color: #cf0303;
}
.c-hamburger:hover span::after {
    background-color: #cf0303;
}
.c-hamburger--htx.is-active:hover span {
    background: none;
}
.top-menu {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin-top: 30px;
    position: absolute;
}
#main-menu {
    right: calc(50% + 19px);
}
#main-menu2 {
	left: calc(50% + 37px);
}
.top-menu > .menu-item {
    float: left;
    padding: 0px 15px 0px 0px;
}
.menu-item a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #323232;
	line-height: 80px;
}
.menu-item a:hover {
	color: #cf0303;
}
.logo {
	display: block;
	position: absolute;
	left: calc(50% - 19px);
	top: 30px;
	background-image: url(/wp-content/themes/voodootheme/images/logo.svg);
	height: 80px;
	width: 38px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
}
.hcont {
	float: left;
	width: 165px;
	    margin-top: 60px;
	margin-right: 30px;
}
.hcont a {
	color: #323232;
	font-size: 18px;
}
.hcont span {
	color: #8e8e8e;
	font-size: 14px;
	text-decoration: underline;
}
header {
	position: fixed;
	top:0;
	left:0;
	z-index: 10;
	height: 130px;
	background: #fff;
}
h3 {
    font-size: 22px;
	    margin-top: 0;
}
.content-main {
	padding-top: 160px;
	padding-bottom: 70px;
}
.header_right {
	float: right;
}
.hicons svg {
	width: 24px;
	height: 20px;
}
.hicons {
	float: right;
	    margin-top: 60px;
}
.wish span {
	font-size: 14px;
    color: #7f7f7f;
    line-height: 20px;
    float: right;
    padding-left: 3px;
}
.hicons svg:hover use{
	fill: #cf0303;
}
.wish {
	float: left;margin-right: 10px;
}
.cart-items {
	float: left;
}
.slider_text {
	position: absolute;
	width: 600px;
	top: 0;
	left: calc(50% - 300px);
	color: #fff;
	z-index:3;
	text-align: center;
}
.img_go {
	position: absolute;
	top:0;
	left:0;
	/*left: -70px;*/
	z-index: 1;
	
	width: 100%;
    height: 100%;
	transition: 4s left;
}
.img_fix {
	position: relative;
	z-index: 2;
	width: 100%;
}
.img_go:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(0, 0, 0, 1);
	opacity:0.2;
	
	opacity:0;
	transition: 4s all;
	
}
.main_slider .slick-active .img_go{
	left: -70px;
	/*
	animation: img_left  4s linear;
	animation-delay: 1.5s;
	animation-iteration-count: 1;
	*/
}
.main_slider .slick-active .img_go:before  {
	opacity:0.2;
	/*
	animation: bg_flack  4s linear;
	animation-delay: 1.5s;
	animation-iteration-count: 1;
	*/
}

@keyframes img_left {
from {left: 0;}
to {left: -70px;}
}

@keyframes bg_flack {
from {
	opacity: 0;
}
to {
	opacity:0.2;
}
}
.btn {
	height: 48px;
	border-radius: 5px;
	background-color: #cf0303;
	color: #fff;
	line-height: 48px;
	padding: 0 25px;
	display: inline-block;
	cursor: pointer;
}
.btn:hover {
	background-color: #ff3000;
}
.btn2 {
	height: 48px;
	border-radius: 5px;
	background-color: #fff;
	color: #cf0303;
	line-height: 46px;
	padding: 0 25px;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #cf0303;
}
.btn2:hover {
	background-color: #cf0303;
	color:#fff;
}
h2 {
	font-size: 48px;
	font-weight: 400;
}
.slider_text h2 {
	text-transform: uppercase;
}
.slider_text p {
	font-size: 18px;
	line-height: normal;
}
.slick-dots {
	bottom: 25px;
	left: 0;
    right: 0;z-index: 1;
}

.slick-dots li button {
	background: #fff;
	width: 12px;
    height: 12px;
}
.slick-dots li button:before {
	content:'';
	opacity: 1;
	width: 10px;
    height: 10px;
	margin: 1px;
	background-color: #fff;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #cf0303;
}
.slogan {
	width: 700px;
	font-size: 18px;
	margin: 0 auto;
	padding: 80px 0;
}
.slogan p {
	font-size: 18px;
	line-height: normal;
}
.cat_block {
	display: block;
	float: left;
	background-position: bottom left;
	margin: 0 10px 20px;
	position: relative;
	background-size: cover;
}
.cat_block:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.cat_row .cat_block:nth-child(5n+1) {
	width: calc(40% - 20px);
	background-size: cover;
}
.cat_row .cat_block:nth-child(5n+2) {
	width: calc(40% - 20px);
}
.cat_row .cat_block:nth-child(5n+3) {
	width: calc(20% - 20px);
	float: right;
}
.cat_row .cat_block:nth-child(5n+4) {
	width: calc(20% - 20px);
	background-size: cover;
}
.cat_row .cat_block:nth-child(5n+5) {
	width: calc(20% - 20px);
	background-size: cover;
}
.cat_row .cat_block:nth-child(5n+2):before {
	padding-top: calc(50% - 10px);
}
.cat_row .cat_block:nth-child(5n+3):before {
	padding-top: calc(200% + 20px);
}

.cat_row {
	margin: 0 -10px;
}

.cat_name {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 17px;
	border: 1px solid #ffffff;
	padding: 10px 15px;
	    max-width: calc(100% - 40px);
}
.cat_block:hover .cat_name {
	color: #000;
	background-color: #fff;
}
.strel_tonkaya_vpravo {
	width: 42px;
	height: 21px;
	display: inline-block;
    margin-left: 5px;
    margin-bottom: -6px;
}
.strel_tonkaya_vpravo use {
	fill: #fff;
}
.cat_all {
	margin-top: 30px;
}
li.product {
	/*text-align: center;*/
	float: left;
	margin: 0 10px;
	width: calc(33.33% - 20px);
	padding: 10px;
	height: 500px;
	position: relative;
	margin-bottom: 20px;
}
li.product:hover {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.woocommerce-loop-product__title {
	font-size: 16px;
	font-weight: 400;
	padding: 0 10px;
	line-height: 20px;
}
.product_img_div {
	width: 100%;
	    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	height: 300px;
}
.product_img_div:before {
	/*
	content: "";
    display: block;
    padding-top: 100%;
	*/
}
.content {
	width: 1300px;
}
.new_product_slider {
	margin: 0px -15px;
	
}
.new_product_slider .slick-list {
	padding: 90px 0 50px;
}
.new {
	position: absolute;
	left: 0;
	top: 15px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	background-color: #ddb947;
	padding: 6px 8px;
}
.new:after {
    content: '';
    position: absolute;
    right: -10px;
    top: -10px;
    border: 10px solid transparent;
    border-bottom: 26px solid #ddb947;
    border-left: 0px solid #ddb947;   
}
.action, .onsale {
	position: absolute;
	left: 0;
	top: 15px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	background-color: #cf0303;
	padding: 6px 8px;
	line-height: 14px;
}
.action:after, .onsale:after {
    content: '';
    position: absolute;
    right: -10px;
    top: -10px;
    border: 10px solid transparent;
    border-bottom: 26px solid #cf0303;
    border-left: 0px solid #cf0303;   
}

.woocommerce-Price-amount {
	font-size: 24px;
	font-weight: 300;
}
.align_right {
	text-align: right;
}
.btn_new .strel_tonkaya_vpravo use {
	fill: #cf0303;
}
.btn_new:hover .strel_tonkaya_vpravo use {
	fill: #fff;
}
.slick-slide .img_mob {
	display: none;
}
.img_desc,.img_mob {
	width: 100%;
}
.actions_banner_slider {
	margin-top: 85px;
}
.sale_product_slider .slick-list {
    padding: 90px 0 50px;
}
.product del {
	font-size: 16px;
	color: #8d8d8d;
	order: 2;
}
.product del .woocommerce-Price-amount {
	font-size: 16px;
}
.product ins {
	text-decoration: none;
	order: 1;
	padding-right: 10px;
}
.about_company {
	margin-top: 110px;
	padding: 75px 0 95px;
	    background-size: cover;
    background-position: center;
}
.company_left {
	width: 580px;
	background-color: #fff;
	padding: 40px 60px;
	margin-right: 70px;
	float: left;
}
.company_left h1 {
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}
.company_left hr {
	    width: 40px;
    color: #000;
    background-color: #000;
    border: 1px solid #000;
    margin: 20px auto 30px;
}
.company_right {
	width: calc(100% - 650px);
	float: left;
	padding-top:20px;
}
.container:after {
    content: '';
    display: table;
    width: 100%;
}
.pr {
	display: flex;
	width: 50%;
    float: left;
	margin-bottom: 75px;
}
.pr img {
	width: 128px;
	display: table-cell;
}
.pr span {
	display: table-cell;
    vertical-align: middle;
    color: #fff;
	padding-left:20px;
	padding-right:60px;
}
.kak_nayti {
	display: flex;
	padding: 70px 0;
	margin: 0 -25px;
	/*gap: 10%;*/
}
.kak_nayti div {
	width: calc(25% - 50px);
	margin: 0 25px;
}
#k_col_1 {
	font-size: 30px;
	text-transform: uppercase;
}
#k_col_2:before {
	content:'';
	background-image: url(/wp-content/themes/voodootheme/images/punkt_mestopolozh_s.svg);
	display: block;
	width: 20px;
	height: 30px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	margin-top: -10px;
}
#k_col_3:before {
	content:'';
	background-image: url(/wp-content/themes/voodootheme/images/telephon.svg);
	display: block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
}
#k_col_4:before {
	content:'';
	background-image: url(/wp-content/themes/voodootheme/images/pochta2.svg);
	display: block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
}
#map {
    height: 35vw;
}
footer {
	background-color:#393939;
	color: #fff;
	padding: 45px 0 50px;
}
.voodoo use {
	fill: #9e9e9e;
}
#menu-footer-menu {
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu-footer-menu li {
	float: left;
	margin-right: 30px;
}
#menu-footer-menu .menu-item a {
	font-size: 14px;
	color: #fff;
	line-height: normal;
	text-decoration: underline;
}
#menu-footer-menu .menu-item a:hover {
	text-decoration: none;
}
.company {
	float: left;
	margin-right: 90px;
	font-size:14px;
}
.voodoo {
	float: right;
	width: 130px;
	height: 20px;
}
.regular-pages {
	
}
.regular-pages:before {
	content: '';
	top: 130px;
    left: 0;
	width: 100%;
    height: 170px;
    position: absolute;

	/*background: linear-gradient(180deg, rgb(244,244,244) 10px, #fff 100%);*/
	background: -moz-linear-gradient(top,rgba(244,244,244,1) 0%,rgba(244,244,244,0) 100%);
    background: -webkit-linear-gradient(top,rgba(244,244,244,1) 0%,rgba(244,244,244,0) 100%);
    background: linear-gradient(to bottom,rgba(244,244,244,1) 0%,rgba(244,244,244,0) 100%);
}
.content-main {
	min-height: calc(100vh - 115px);
}
.sidebar {
	float: left;
	width: 25%;
	padding-right: 60px;
}
.category_list {
	float: left;
	width: 75%;
}
.sidebar_title {
	height: 54px;
	border-radius: 17px;
	background-color: rgba(0,0,0,0);
	border: 1px solid #373737;
	line-height: 52px;
	padding: 0 15px;
	font-size: 22px;
	text-transform: uppercase;
	color: #373737;
	font-weight: 500;
	display: inline-block;
}
.order_block {
	background-color: #eeeeee;
	height: 64px;
	padding: 0 15px;
	margin-bottom: 30px;
}
.orderby {
	height: 44px;
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
	    margin-top: 10px;
    margin-bottom: 10px;
	float: right;
}
.product a img {
	object-fit: contain;
}
ul.products {
	list-style-type: none;
	padding:0;
	margin:0 -10px;
}
ul.products:after {
	content: '';
    display: table;
    width: 100%;
}
.add_to_cart_button {
	/*opacity: 0;*/
	width: 50px;
	height: 44px;
	display: inline-block;
	border: 1px solid #cf0303;
	border-radius: 3px;
	background-image: url(/wp-content/themes/voodootheme/images/korzina_red.svg);
	background-size: 22px 20px;
    background-position: center;
    background-repeat: no-repeat;
	float: right;
}
.add_to_cart_button:hover {
	background-color:#cf0303;
	background-image: url(/wp-content/themes/voodootheme/images/korzina_white.svg);
}
.add_to_cart_button:before {
	content:'';	
}
.product .add_to_cart_button:after {
	/*background-image: url();*/
	background-color: #fff;
}
.post_title {
	text-transform: uppercase;
}
.woocommerce-breadcrumb {
	font-size: 14px;
	margin-bottom: 25px;
}
.woocommerce-breadcrumb a {
	color: #969696;
}
.woocommerce-breadcrumb span {
	margin:0 8px;
}
.woocommerce-no-products-found .woocommerce-info {
	border: 0;
	padding-left:0;
}
.woocommerce-no-products-found .woocommerce-info:before {
	display: none;
}
.side_cat_list {
	list-style-type: none;
	padding-left: 0;
}
.side_cat_list li {
	padding-left: 15px;
}
.side_cat_list a {
	color: #373737;
	font-weight: 400;
	line-height: 48px;
}
.side_cat_list li > a {
	font-size: 18px;
}
.side_cat_list > li {
	padding-right: 20px;
}
.side_cat_list li:hover > a {
	color: #cf0303;
}
.side_cat_list li:hover use {
	fill: #cf0303;
}
.child_ul {
	display: none;
	list-style: none;
}
.child_ul li {
	margin-bottom: 10px;
}
.child_ul li > a {
	font-size: 16px;
	    line-height: normal;
}
.open_child {
	position: absolute;
	width: 15px;
	height: 10px;
	right: 0;
	top:20px;
	cursor: pointer;
}
.have_child {
	position: relative;
}
.open_sub {
	display: block;
}
.active_cat > a {
	color: #cf0303;
}
.active_cat .child_ul {
	display: block;
}
.woocommerce-result-count {
	display: none;
}
.order_block .btn {
	float: left;
	margin-top: 8px;
}
.price {
	width: 100%;
	padding: 0 10px;
	display: flex;
}
.woocommerce-product-gallery {
	width: 50%;
	float: left;
	padding-right: 50px;
}
.summary {
	width: 50%;
	float: left;
	padding-left: 50px;
	min-height: 600px;
}
.woocommerce-product-gallery__wrapper {
	width: 600px;
	height: 600px;
}
.woocommerce-product-details__short-description {
	color: #858585;
	padding-top: 15px;
}
li.product .yith-wcwl-add-to-wishlist {
	float: left;
	margin-top: 12px;
}
.prod_card_bot {
	padding: 0 10px;
	margin-top: 20px;
}
.nalichie  {
	float: left;
	line-height: 44px;
}
.fotm_pod_zakaz {
	width: 50px;
	height: 44px;
	display: inline-block;
	border: 1px solid #cf0303;
	border-radius: 3px;
	background-image: url(/wp-content/themes/voodootheme/images/pochta_red.svg);
	background-size: 20px 19px;
    background-position: center;
    background-repeat: no-repeat;
	float: right;
	cursor: pointer;
	margin-left: 15px;
}
.fotm_pod_zakaz:hover {
	background-color:#cf0303;
	background-image: url(/wp-content/themes/voodootheme/images/pochta_white.svg);
}
.outofstock {
	float: right;
	
}
.outofstock > span {
	color:#909090;
}
.nalichie svg {
	width: 20px;
	height: 20px;
	    margin-top: 11px;
    float: left;
	margin-right: 10px;
}
.outofstock svg use {
	fill: #909090;
}
.yith-wcwl-add-button:hover i {
	color: #cf0303;
}
.summary .price {
	padding: 0;
}
.posted_in {
	display: none;
}
.quantity input {
	width: 66px;
height: 44px;
border-radius: 5px;
background-color: #ffffff;
border: 1px solid #1f1a17;
text-align: center;
}
.quantity {
	float: left;
	margin-right: 15px;
}
.single_add_to_cart_button {
	font-weight: 400;
    width: auto;
    padding-right: 16px;
    padding-left: 50px;
    text-align: end;
    height: 44px;
    display: inline-block;
    border: 1px solid #cf0303;
    background-color: #cf0303;
    border-radius: 3px;
    background-image: url(/wp-content/themes/voodootheme/images/korzina_white.svg);
    background-size: 22px 20px;
    background-position: 17px center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 16px;
    font-family: inherit;
    cursor: pointer;
}
.yith-wcwl-add-to-wishlist {
	float: left;
	margin-top: 12px;
}
.summary .cart {
	float: left;
	margin-right: 55px;
	    width: 230px;
}
.summary .yith-wcwl-add-to-wishlist i {
	color: #cf0303;
}
#tab-title-reviews {
	display: none;
}
.product_page .product .onsale {
	display: none;
}
.wcgs-slider-image.slick-active {
	height: 600px;
}
#wpgs-gallery .slick-slide {
	height: 100%;
}
#wpgs-gallery .slick-slide:before {
    content: "";
    display: block;
    padding-top: 100%;
}
#wpgs-gallery .slick-slide img {
	object-fit: contain;
	height: 100% !important;
	position: absolute;
	top:0;
	left:0;
}
.wcgs-slider-image.slick-active img {
	object-fit: contain;
	height: 100% !important;
}
.wcgs-slider-image.slick-active .photo {

}
.woocommerce-tabs {
	width: 100%;
    display: inline-block;
}
.product_page .product .summary .onsale {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 40px;
    margin-top: -8px;
}
.price_line {
	display: inline-block;
    width: 100%;
    margin-top: 10px;
	margin-bottom: 10px;
}
.price_line p {
	margin-bottom: 8px;
}
.summary .cart:before {
	content: 'Количество:';
	display: inline-block;
    width: 100%;
	margin-bottom: 10px;
}
.summary .yith-wcwl-add-to-wishlist {
	margin-top: 42px;
}
.vnimanie {
	width: 100%;
    display: inline-block;
	color: #858585;
	font-size: 14px;
}
.dostavka_link {
	display: inline-block;
    width: 100%;
	color: #373737;
	text-decoration: underline;
	margin-top: 40px;
	line-height: 22px;
}
.dostavka_link:hover {
	text-decoration: none;
}
.dostavka_link a img {
	float: left;
	margin-right: 10px;
}
.zalivka {
	background: rgb(244,244,244);
    background: linear-gradient(180deg, rgba(244,244,244,1) 0%, rgba(255,255,255,1) 100%);
}
.product_page .wc-tabs {
	padding: 60px 0;
	margin: 0 auto;
	display: table;
	list-style-type: none;
}
.product_page .wc-tabs li {
	    float: left;
		color: #373737;
		margin: 0 20px;
}
.product_page .wc-tabs li.active {
	color: #cf0303;
	border-bottom: 2px solid;
	padding-bottom: 10px;
}
.woocommerce-Tabs-panel {
	width: 900px;
	margin:0 auto;
}
.woocommerce-Tabs-panel h2 {
	display: none;
}
#cat_id_62 {
	display: none;
}
#cat_id_65, #cat_id_66 {
	background-color: #f3e7de;
	border-radius: 5px;
}
#cat_id_66 {
	 margin-bottom: 2px;
}
.portfolio {
	display: block;
	float: left;
	width: calc(33.33% - 30px);
	margin: 0 15px 30px;
}
.portfolio_title {
	height: 52px;
	overflow: hidden;
	font-size: 20px;
	line-height: 26px;
	margin-top: 10px;
}
.portfolio_img {
	height: 275px;
	object-fit: cover;
}
.portfolio:hover .portfolio_title {
	color: #cf0303;
}
.otzyvy_img {
	width: 200px;
    float: left;
    margin-right: 20px;
}
.otzyvy {
	display: inline-block;
    margin-bottom: 30px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 20px;
}
.otzyvy_right {
	float: left;
	width: calc(100% - 220px);
}
.active-carrier {
	display: block;
}
.form_line input:not(.wpcf7-submit) {
    background-color: #fff;
    border-radius: 3px;
    font-size: 16px;
    padding-left: 16px;
    height: 44px;
    border: 1px solid rgba(217, 217, 217, 1);
    width: 100%;
}
.form_line {
    margin-bottom: 20px;
}
.wpcf7-submit {
	border: 0;
	font-size: 16px;
}
.wpcf7 input[type="file"] {
	border: 0;
	padding-left: 0;
	border-radius:0;
}
.form_line label {
	margin-bottom: 15px;
	display: inline-block;
}
.white_bg {
	background-color: #ebebeb;
	padding: 40px;
}
.wp-block-columns {
	gap: 60px;
}
.pink_bg {
	background-color: #f3e7de;
	padding: 40px;
}
.carrier-body p {
    font-size: 16px;
}
.carrier-title {
    cursor: pointer;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    font-weight: 500;
    position: relative;
    padding: 15px 30px;
}
.carrier-body {
    border-top: 1px solid #d8d8d8;
}
.vacancy_form input:not(.wpcf7-submit) {
	width: calc(50% - 60px);
	float: left;
	margin-bottom: 20px;
	margin-right: 60px;
}
.vacancy_form input:nth-child(2n-1) {
	/*margin-right: 60px;*/
}
#edit-fz152-agreement--2 {
	text-align: center;
	font-size: 14px;
}
#edit-fz152-agreement--2 a {
	text-decoration: underline;
}
#edit-fz152-agreement--2 a:hover {
	text-decoration: none;
}
.node-28 .content-main, .node-5 .content-main {
	padding-bottom: 0;
}
.mob_menu {
	display: none;
	height: 680px;
	background-color: #fff;
	background-image: url(/wp-content/themes/voodootheme/images/logo_fon.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
	position: absolute;
    width: 100%;
    left: 0;
    top: 130px;
	z-index: 9;
	border-bottom: 1px solid #676464;
}
.show {
	display: block !important;
}
#mob_menu {
	position: unset;
	margin-top: 50px;
}
#menu-item-390 {
	width: 50%;
    height: 100%;
}
#mob_menu .menu-item a {
	font-size: 22px;
	text-transform: uppercase;
	line-height: normal;
}
#mob_menu .menu-item {
	width: 50%;
	margin-bottom: 20px;
}
#mob_menu .sub-menu .menu-item a {
	font-size: 18px;
	text-transform: unset;
}
#mob_menu .sub-menu .menu-item {
	width: 100%;
	margin-bottom: 10px;
}
#mob_menu .sub-menu {
	list-style-type: none;
	padding-left: 0;
	padding-top: 20px;
}
.mob_menu_contacts {
	float: left;
	width: 33.33%;
}
.nav_mob_menu {
	width: 66.66%;
	float: left;
}
.mob_menu_contacts .hcont {
	margin-top: 50px;
}
.mob_menu_contacts .hcont a {
	display: inline-block;
	padding-bottom: 20px;
}
.mob_menu_contacts .hcont span {
	
}
.product.slick-slide {
	padding: 30px;
	margin: 0 5px;
	    position: relative;
}
.product.slick-slide:hover {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}
.pr_table {
	display: table;
}
.pr_table span {
	
}
.stock {
	margin-right: 15px;
	float: right;
}
.yith-wcwl-wishlistexistsbrowse a {
	text-decoration: underline;
}
.yith-wcwl-wishlistaddedbrowse .feedback {
	/*display: none;*/
}
.feedback {
	
}
.yith-wcwl-wishlistaddedbrowse {
	/*display: none;*/
}
#yith-wcwl-popup-message {
    font-weight: 400;
    color: #cf0303;
	display: none !important;
}
.kak_nayti div a:hover {
	color: #cf0303;
}
.hcont span:hover {
	color: #cf0303;
	cursor: pointer;
	text-decoration: unset;
}
.hcont a:hover {
	color: #cf0303;
}
.pop-up-uni {
	display: none;
}
.pop-up-uni {
    display: none;
	position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 10;
    left: 0;
}
.fon {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000069;
    z-index: 2;
}
.pop_form {
	background-color: #ffffff;
    position: absolute;
    z-index: 3;
    left: calc(50% - 190px);
    top: 100px;
    padding: 50px 40px;
    width: 380px;
	border-radius: 5px;
}
.form_line input:not(.wpcf7-submit)  {
	background-color: #fff;
	border-radius: 8px;
	font-size: 16px;
	padding-left: 16px;
	height: 44px;
    border: 1px solid rgba(217, 217, 217, 1);
    width: 100%;
}
.form_line {
	margin-bottom: 20px;
}
.form_line label {
	font-weight: 700;
	Line-height: 24px;
	margin-bottom: 4px;
	display: inline-block;
}
.form_line textarea {
	background-color: #fff;
	border-radius: 8px;
	font-size: 16px;
	padding-left: 16px;
	height: 106px;
    border: 1px solid rgba(217, 217, 217, 1);
    width: 100%;
	padding-top: 16px;
}
.wpcf7-submit {
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.form_line_hide {
	display: none;
}
.close_form {
	position: absolute;
	top:12px;
	right:12px;
	cursor: pointer;
	width: 24px;
	height: 24px;
}
.zakaz_form input[name="fio"] {
	width: 20%;
}
.zakaz_form input[name="tel-881"] {
	width: 20%;
	margin: 0 15px;
}
.zakaz_form input[name="comment"] {
	width: calc(60% - 177px);
}
.zakaz_form .wpcf7-submit {
	width: 132px;
	float: right;
	height: 44px;
	Line-height: 44px;
}
.zakaz_form #edit-fz152-agreement--2 {
	width: auto;
	text-align: start;
	float: left;
}
.page-numbers {
    color: grey;
    padding: 0 5px;
    list-style-type: none;
    display: flex;
    gap: 10px;
    float: right;
}
.page-numbers.current {
    font-weight: 600;
    color: #cf0303;
}