﻿    font-family: 'Futura PT';
    src: url('fonts/FuturaPT-Book.eot');
    src: local('Futura PT Book'), local('FuturaPT-Book'),
        url('fonts/FuturaPT-Book-1.eot') format('embedded-opentype'),
        url('fonts/FuturaPT-Book.woff') format('woff'),
        url('fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Futura PT';
    src: url('fonts/FuturaPT-Medium.eot');
    src: local('Futura PT Medium'), local('FuturaPT-Medium'),
        url('fonts/FuturaPT-Medium-1.eot') format('embedded-opentype'),
        url('fonts/FuturaPT-Medium.woff') format('woff'),
        url('fonts/FuturaPT-Medium.ttf') format('truetype');
    font-weight: 450;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-MediumItalic.eot');
    src: local('Gilroy Medium Italic'), local('Gilroy-MediumItalic'),
        url('fonts/Gilroy-MediumItalic-1.eot') format('embedded-opentype'),
        url('fonts/Gilroy-MediumItalic.woff2') format('woff2'),
        url('fonts/Gilroy-MediumItalic.woff') format('woff'),
        url('fonts/Gilroy-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
        url('fonts/Gilroy-Light-1.eot') format('embedded-opentype'),
        url('fonts/Gilroy-Light.woff2') format('woff2'),
        url('fonts/Gilroy-Light.woff') format('woff'),
        url('fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-LightItalic.eot');
    src: local('Gilroy Light Italic'), local('Gilroy-LightItalic'),
        url('fonts/Gilroy-LightItalic-1.eot') format('embedded-opentype'),
        url('fonts/Gilroy-LightItalic.woff2') format('woff2'),
        url('fonts/Gilroy-LightItalic.woff') format('woff'),
        url('fonts/Gilroy-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Futura PT';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 142%;
	color: #000000;
}
.container{
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
}
.topbar{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 13px 0;
}
header{
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
body.home header{
	border-bottom: none;
	border-top: ;
}
ul{
	margin: 0;
	padding: 0;
}
img{
	max-width: 100%;
	width: auto;
}
a{
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
}
a:hover{
	opacity: 0.8;
}
a:focus,a:active{
	outline: none;
	border: none !important;
	color: #000;
}
a:visited{
	outline: none;
	border: none !important;
	
}
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus{
	outline: none;
}
.topbar .topbar-left a{
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
}
.topbar .topbar-right ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.topbar .topbar-right ul li{
	margin-right: 33px;
}
.topbar .topbar-right ul li{
	height: 26px;
}
.topbar .topbar-right ul li:last-of-type{
	margin-right: 0;
}
.main-menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;	
}
.main-menu .logo{
	margin-left: 64px;
}
.main-menu ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.height300{
	height:120px;
	overflow:hidden;
}
.read_more{
	cursor: pointer;
	text-decoration: underline;
	margin-bottom: 1.41575em;
}
.main-menu ul li{
	margin-right: 40px;
}
.main-menu .main-menu-right ul li{
	margin-right: 46px;
}
.main-menu ul li:last-of-type{
	margin-right: 0;
}
.main-menu ul li a{
	display: block;
	font-family: 'Futura PT';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	text-decoration: none;
	position: relative;
}


.menu-item-has-children {
	position: relative;
}


.menu-item-has-children .sub-menu .menu-item {
	width: 100%;
	padding: 11px 0;
	margin: 0;
	border-bottom: 0.75px solid #BDBDBD;
}

.menu-item-has-children .sub-menu .menu-item:last-child {
	width: 100%;
	padding: 11px 0;
	margin: 0;
	border-bottom: none;
}

.main-menu .main-menu-right ul li:last-of-type a:before{
	content: '';
	display: inline-block;
	background: url(../img/whatsapp.svg);
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	top: -3px;
}
.main-menu .main-menu-right ul li:last-of-type a{
	padding-left: 38px;
}
.slider{
	position: relative;
	margin-bottom: 80px;
}
.home .slider{
	margin-bottom: 0;
	margin-top: 50px;
}
.slider .swiper-container{
	overflow-x: hidden;
}
.slider .swiper-container .swiper-slide{
	height: 550px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.slider .swiper-container .swiper-slide .slider-link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slider-caption{
	flex: 0 0 50%;
	display: flex;
	flex-wrap: wrap;
}
.slider-caption-in{
	max-width: 409px;
}
.slider-caption-title{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	
}
.slider-caption-title span{
	font-family: 'Gilroy';
	font-style: italic;
	font-weight: 500;
	font-size: 54.4346px;
	line-height: 84.2%;
	color: #000000;
}
.slider-caption-title span.percent1{
	margin-top: 23px;
	font-family: 'Gilroy';
	font-style: italic;
	font-weight: 300;
	font-size: 162.883px;
	line-height: 137px;
	text-align: center;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #000000;
}
.slider-caption-title span.percent2{
	font-family: 'Gilroy';
	font-style: italic;
	font-weight: 500;
	font-size: 81.5723px;
	line-height: 69px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}
.slider-caption-desc{
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	margin-top: 20px;
}
.slider-caption-button{
	margin-top: 40px;
}
.slider-caption-button a{
	display: inline-block;
	font-family: 'Futura PT';
	font-style: normal;
	font-weight: 450;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0.165em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #000000;
	padding: 14px 42px;
	text-decoration: none;

}
.slider .swiper-button-next::after{
	content: url(../img/arrow-right.svg);
	width: 87px;
	height: 87px;
}
.slider .swiper-button-next{
	right: 30px;
}
.slider .swiper-button-prev{
	left: 30px;
}
.slider .swiper-button-prev::after{
	content: url(../img/arrow-left.svg);
	width: 87px;
	height: 87px;	
}
section h2{
	font-family: 'Futura PT';
	font-style: normal;
	font-weight: 450;
	font-size: 40px;
	line-height: 51px;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	display: flex;
	justify-content: center;
	position: relative;
	padding-bottom: 19px;
	margin-top: 0;
}
section h2:after{
	content: '';
	background: #071522;
	width: 66px;
	height: 4px;
	display: block;
	flex: 1;
	text-align: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
}
section.new-products-section{
	padding-bottom: 28px;
	padding-top:56px;
}
section.category-section{
	padding: 80px 0;
	background: #F4F4F4;
}
section.about-section{
	padding: 40px 0;
}
.new-products .swiper-container{
	overflow: hidden;
	position: relative;
}
.product-item{
	height: 535px;
	z-index: 2;
	transition: all 0.2s;
}
.product-item-img {
  position: relative;
  max-height: 410px;
  overflow: hidden;
}
.product-item-img a{
	display: flex;
}
.product-item .buttons-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	bottom: 21px;
	left: 0;
	width: 100%;
	transition: all 0.2s;
}
.product-item:hover .buttons-block{
	bottom: 155px;
	
} 
.product-item .size-block div.size-item{
	margin-right: 5px;
}

.product-item .color-block, .product-item .size-block{
	margin-bottom: 0;
}
.product-item .color-block{
	margin-top: 5px;
	opacity: 0;
}
.product-item:hover .color-block{
	opacity: 1;
}
.product-item .size-block{
	margin-top:5px;
	align-items: center;
}
.product-item .color-item{
	margin:0 5px;
}
.product-item .size-label {
  font-weight: 400;
  font-size: 16px;
  color: #8e8e8e;
  margin-bottom: 0;
  line-height: 1;
  margin-right: 13px;
  flex: 0 0 auto;
}
.title-area{
	background: #fff;
	padding-top: 15px;
	transition: all 0.2s;
}
.product-item .buttons-block .wildberris-buy{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.product-item .buttons-block .wildberris-buy a{
	display: flex;
	max-width: 245px;
	width: 100%;
	font-weight: 400;
	font-size: 19.8947px;
	line-height: 26px;
	color: #ffffff;
	padding: 0 0px 0 37px;
	text-decoration: none;
	background: url(../img/add-to-cart.svg);
	height: 40px;
	width: 245px;
	align-items: center;
}
.local-buy{
	position: relative;
	right: 19px;	
}
.title-area{
	transition: all 0.2s;
}
.title-area .product-title{
	font-weight: 450;
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 3px;
	height: 23px;
	overflow: hidden;
}
.product-item:hover .product-title{
	color: #071522;
	transition: all 0.2s;
	height: 46px;
	overflow: hidden;
}
.lmp_load_more_button.br_lmp_button_settings+.storefront-sorting{
	display: none;
}
.product-item:hover .title-area {
  position: relative;
  margin-top: -151px;
  transition: all 0.2s;
}
.title-area .product-sku{
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #828282;

}
.product-price{
	display: flex;
	opacity: 0;
	flex-wrap: wrap;
	transition: all 0.2s;
	position: relative;
	z-index: 1;
			
}
.product-price:before{
	content: "";
	background: #fff;
	position: relative;
	z-index: 999;
}
.product-item:hover .product-price{
	display: flex;
	opacity: 1;
	margin-top: 10px;
	align-items: baseline;
}
.product-price .retail-price{
	flex: 0 0 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;	
}
.product-price .wholesale-price{
	flex: 0 0 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.lmp_products_loading, .lmp_load_more_button {
  width: 100%;
  text-align: center;
  clear: both;
  position: relative;
  z-index: 9;
  margin-top:50px;
  margin-bottom:50px;
}
.retail-price-label{
	font-family: 'Futura PT';
font-style: normal;
font-weight: 450;
font-size: 14px;
line-height: 23px;
	text-transform: uppercase;
	color: #FFFFFF;
	max-width: 188px;
	width: 100%;
	height: 23px;
	margin-right: 10px;
	
	background: #a73afd;
}
.title-area{
	z-index: 4;
	position: relative;
}
.retail-price-label a{
	font-family: 'Futura PT';
font-style: normal;
font-weight: 450;
font-size: 14px;
line-height: 23px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	padding-left: 0;
	padding-left: 22px;
	
}
.wholesale-price-label{
	font-weight: 450;
	font-size: 14px;
	line-height: 23px;
	text-transform: uppercase;
	color: #071522;
	max-width: 186px;
	width: 100%;
	height: 23px;
	padding-left: 0;
	margin-right: 10px;
	background: transparent;
}
.wholesale-price-label a{
	font-weight: 450;
	font-size: 20px;
	line-height: 23px;
	text-transform: uppercase;
	color: #071522;
	display:block;
}
.product-price .price-val{
	font-weight: 450;
	font-size: 20px;
	line-height: 26px;
	color: #333333;
}
.product-price .retail-price .price-val span, .product-price .retail-price .price-val span.currency2{
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-decoration-line: line-through;
	color: #828282;
}
.product-price .wholesale-price .price-val span{
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #828282;
}
.product-price .retail-price .price-val{
	margin-left: 5px;
}
.product-price .wholesale-price .price-val{
	margin-left: 5px;
}

.cat-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.category-item{
	max-width: 453px;
	position: relative;
	margin-bottom: 26px;
	flex: 0 0 32.5%;
}
.category-item a{
	text-decoration: none;
	display: flex;
}
.category-item:hover .category-item-title{
	color: #071522;
}
.category-item .category-item-title {
  display: block;
  background: #F4F4F4;
  font-weight: 450;
  font-size: 31.1111px;
  line-height: 40px;
  padding: 33px 23px 36px 23px;
  text-transform: uppercase;
  color: #000000;
  width: 100%;
  max-width: 303px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-content{
	flex: 1;
	margin-left: 128px;
	max-width: 690px;
}
.about-content h1{
	font-weight: 400;
	font-size: 48px;
	line-height: 62px;
	color: #000000;
	margin-bottom: 34px;
}
.about-img{
	max-width: 572px;
	position: relative;
}
.video-icon{
	position: absolute;
	bottom: -125px;
	right: -125px;

}

.about-desc{
	font-weight: 400;
	font-size: 30px;
	line-height: 38px;
	color: #000000;
	margin-bottom: 53px;
}
.about-desc2{
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	color: #000000;
	margin-bottom: 74px;
}
.about-counters{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}


.about-counter-item{
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 325px;
	align-items: center;
}
.about-counter-item:first-child{
	border-right: 1px solid #BDBDBD;
	flex: 0 0 300px;
}
.about-counter-item-desc{
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #828282;
	flex: 0 0 220px;
}
.about-counter-item-flex{
	flex: 0 0 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;

}
.about-counter-item-num{
	font-weight: 400;
	font-size: 78px;
	line-height: 111px;
	color: #071522;
	margin-right: 25px;
}
.about-counter-item-data{
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 152px;
	justify-content: space-between;
}
.about-counter-item-data1{
	font-weight: 400;
	font-size: 30px;
	line-height: 43px;
	text-transform: uppercase;
	color: #000000;
	flex: 0 0 100%
}
.about-counter-item-data2{
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	text-transform: uppercase;
	color: #000000;
}
.benefits-block{
	padding: 70px 0 100px 0;
	display: flex;
	gap: 30px;
	/*flex-wrap: wrap;*/
	justify-content: space-between;
}
.benefits-block-content{
	max-width: 529px;
}
.benefits-block-content h3{
	font-weight: 400;
	font-size: 40px;
	line-height: 52px;
	color: #000000;
	margin-bottom: 23px;
}
.benefits-block-content-desc{
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 30px;
}
.benefits-block-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 37px;
}
.benefits-block-list-item {
  border-top: 1px solid #BDBDBD;
  padding: 23px 0;
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.benefits-block-list-item:last-of-type{
	border-bottom: 1px solid #BDBDBD;
}
.benefits-block-list-item-img{
	margin-right: 40px;
}

.benefits-block-list-item-data{
	font-weight: 400;
	font-size: 24px;
	line-height: 27px;
	color: #000000;
	flex: 1;
}
.wildberris-block{
	width: 100%;
	margin-top: 15px;
	background: #F4F4F4;
	padding: 20px;
}
.wildberris-block h3{
	font-weight: 400;
	font-size: 40px;
	line-height: 51px;
	color: #000000;
	margin-bottom: 15px;
}
.wildberris-block ul{
	display: flex;
	flex-wrap: wrap;
	list-style: inside;
	margin-bottom: 30px;
}
.wildberris-block ul li{
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #000000;
	flex: 0 0 100%;
	margin-right: 30px;
}
.wildberris-block a{
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
}
.wildberris-block ul+a{
	font-weight: 700;
	text-decoration: underline;
}
/*.benefits-block-img {*/
/*	padding: 73px 98px 70px 98px;*/
/*	flex: 0 0 690px;*/
/*}*/

.benefits-block-img-content {
	width: 100%;
	background: #F4F4F4;
	padding: 20px;
}

.benefits-block-img img{

}
.benefits-block-img-desc{
	font-weight: 400;
	font-size: 32px;
	line-height: 41px;
	color: #000000;
	margin-bottom: 38px;
}
.benefits-block-img-desc2{
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	margin-top: 50px;
}
.subscribe-form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:0px 0 52px 0;
}
.subscribe-form-img{
	max-width: 610px;
	flex: 0 0 610px;
	margin-right: 82px;
}

.subscribe-form-wrapper {

    flex: 1;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;

}
.subscribe-form-wrapper h4{
	font-weight: 450;
	font-size: 32.129px;
	line-height: 41px;
	text-transform: uppercase;
	color: #000000;
	margin-top: -20px;
}
.subscribe-form-wrapper .subscribe-button{
	padding: 14px 42px;
	background: #000000;
	font-weight: 450;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0.165em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

footer{
	background: #F4F4F4;
	padding-top: 52px;
}
footer .footer-one{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;	
	padding: 40px 0;
	display: flex;
	flex-wrap: wrap;
}
.footer-logo{
	margin-right: 128px;
}
.footer-desc{
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	max-width: 675px;
}
.footer-two{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px 0 60px 0;
}
.footer-two-item:first-child{
	max-width: 213px;
}
.footer-two-item:nth-child(2){
	max-width: 225px;
}
.footer-two-item:nth-child(3){
	max-width: 181px;
}
.footer-two-item:nth-child(4){
	max-width: 190px;	
}
.footer-two-item:nth-child(5){
	max-width: 237px;	
}
.footer-two-item:nth-child(5) a{
	display: block;
}
.footer-two-item p{
	margin-top: 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
}
.footer-two-item ul li{
	margin-bottom: 5px;
}
.footer-two-item .social{
	margin-top: 0px;
}
.footer-two-item .social ul, .footer-two-item ul{
	list-style: none;
}
.footer-two-item .social ul li img{
	margin-right: 12px;
}
.footer-two-item .social ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-two-item h3{
	margin-top: 0;
	margin-bottom: 26px;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	color: #000000;
}
.copyright{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0;
	border-top: 1px solid #000000;
}
.cart-contents:before{
	content: url(../img/cart.svg);

}
.cart-contents{
	position: relative;
}
.cart-contents span.count{
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	background: #071522;
	border-radius: 50%;
	padding: 3px 7.1px;
	left: auto;
	right: -4px;
	top: -12px;
}
.flex-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-wrapper>.cat-title{
	flex: 0 0 100%;
}
.flex-wrapper>.sidebar{
	max-width: 315px;
	flex: 1;
}
.flex-wrapper>.content-block{
	flex: 1;
}
.flex-wrapper>.content-block.full-block{
	max-width: 100%;
}
.woocommerce-MyAccount-navigation ul li a::before{
	content: none !important;
}
.wc-block-product-categories-list-item-count{
	display: none;
}
.woof_container_inner h4{
	font-weight: 450;
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	color: #071522;
	margin-bottom: 0;
	padding: 14px 10px;
	border-top: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
}
.sidebar .page-menu{
	margin-left: 0;
	list-style: none;
}
.widget .wc-block-product-categories-list-item, .sidebar .page-menu li{
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	color: #000;
	border-top: 1px solid #BDBDBD;
	padding: 14px 0;
	list-style: none;
}
.widget .wc-block-product-categories-list-item:last-of-type, .sidebar .page-menu li:last-of-type{
	border-bottom: 1px solid #BDBDBD;
}
.woof_list label{
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
}
.woof_list_checkbox li div{
	margin: 0;
}
.woof_container_pa_color .woof_block_html_items, .woof_container_product_tag .woof_block_html_items{
	padding: 30px 30px 0 30px;
}
.woof_submit_search_form_container{
	display: none;
}
.widget{
	margin-bottom: 42px;
}
.woof_front_toggle_opened, .woof_front_toggle_closed{
	text-indent: -9999px;
}
.woof_front_toggle_opened:before{
	content: url(../img/chevron-down.svg);
	width: 26px;
	height: 26px;
	text-indent: 9999px;
	display: inline-block;
	right: 26px;
	position: relative;
}
.woof_front_toggle_closed{
	transform: rotate(-180deg);	
}
.woof_front_toggle_closed:before{
	content: url(../img/chevron-down.svg);	
	width: 26px;
	height: 26px;
	text-indent: 9999px;
	display: inline-block;
	position: relative;
	top: 5px;
}
ul.products, .wc-block-grid__products{
	display: flex;
	flex-wrap: wrap;
}
ul.products li.product{
	flex: 0 0 32%;
	margin-bottom: 0px;
}
ul.products li.product{
	margin-right: 20px;
}
ul.products li.product:nth-child(3n){
	margin-right: 0px;
}
.storefront-sorting select {
  width: auto;
  background: none;
  border: none;
  color: #071522;
  appearance: none;
}
.woocommerce-result-count{
	float: right;
}
.product.type-product{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.products li.product .title-area{
	text-align: left;
	position: absolute;
}
ul.products li.product img{
	margin-bottom: 0;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	position: absolute;
	z-index: 10;
	margin: 0;
	top: 10px;
	left: auto;
	right: 10px;
}
.xoo-cp-atcn.xoo-cp-success{
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #757575;
	background: none;
}
.xoo-cp-container{
	border-radius: none;
	border: none;
	padding: 35px;
}
span.xoo-cp-close{
	font-size: 29px;
	position: absolute;
	right: 20px;
	top: 10px;
	background-color: transparent;
	border-radius: 0;
	cursor: pointer;
	width: 18px;
	height: 18px;
}
.xoo-cp-icon-cross::before{
	content: url(../img/cross.svg);
}
a.xcp-btn{
	min-width: 206px;
	padding: 14px 42px;
	font-weight: 450;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0.165em;
	text-transform: uppercase;
	color: #FFFFFF;
	width: auto;
	margin: 0;
}
.xoo-cp-container h2{
	font-weight: 400;
	font-size: 28px;
	line-height: 36px;
	color: #000000;
	text-align: center;
}
a.reset_variations {
  display: inline-block;
  margin-left: 4px;
}
.modal-login-content h2{

}
#modal-login, #modal-login h2, .ml-content a.ml-close-btn, #modal-login .forgetmenot-label{
	font-weight: 400;
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	color: #000000;
}
#modal-login input[type="text"], #modal-login input[type="password"]{
	padding: 11px 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #000;
	height: auto;
	box-shadow: none;
	text-align: left;
	border-bottom: 1px solid #000000;
}
#modal-login .submit .button{
	padding: 14px 42px;
	font-weight: 450;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0.165em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.ml-content{
	max-width: 375px;
	min-width: 375px;
	padding: 0;
}
#modal-login form{
	padding: 40px 40px 40px 40px;	
}
#forgotten{
	padding: 0;
}
.submit, .register-form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.submit div{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-decoration-line: underline;
	color: #333333;
	opacity: 0.8;
}
.register-form{
	background: #F4F4F4;
	padding: 20px 40px;
}
.register-form div{
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	opacity: 0.8;
}
.register-form div a{
	font-weight: 450;
	font-size: 16px;
	line-height: 22px;
	text-decoration-line: underline;
	color: #071522;
	opacity: 0.8;
}
#modal-login .submit .button{
	background: #000;
	opacity: 1;
}
.content-block .about-img{
	max-width: 424px;
}
.content-block .about-content h1{
	margin-bottom: 9px;
}
.content-block section.about-section{
	padding: 0;
}
.content-block .about-content {
  flex: 1;
  margin-left: 48px;
  max-width: 572px;
}
.content-block .about-counter-item:first-child{
	max-width: 190px;
}
.content-block .about-counter-item:first-child{
	max-width: 230px;
}
.content-block .about-desc{
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
}
.content-block .about-desc2{
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #000000;

}
.content-block .about-counter-item-num{
	font-weight: 400;
	font-size: 58px;
	line-height: 82px;
	color: #071522;
}
.content-block .about-counter-item-data1{
	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	text-transform: uppercase;
	color: #000000;
}
.content-block .about-counter-item-data2{
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000000;

}
.content-block .benefits-block-content{
	/*max-width: 392px;*/
	width: 100%;
	display: flex;
	flex-direction: column;
}
.content-block .benefits-block-img{
	max-width: 512px;
}
.content-block .wildberris-block ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  flex: 0 0 100%;
  margin-right: 20px;
}
.contacts-wrapper-block{
	padding: 45px 62px 45px 62px;
	background: #F4F4F4;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	margin-bottom: 30px;
}
.contacts-in:nth-child(3){
	max-width: 178px;
}
.contacts-in .contacts-label{
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #071522;
}
.contacts-in .contacts-val{
	font-weight: 400;
	font-size: 28px;
	line-height: 36px;
	color: #000000;
}
.contacts-in .contacts-data{
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
}
.contacts-wrapper-social{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 54px;
}
.contacts-wrapper-social .contacts-wrapper-social-in:nth-child(2){
	max-width: 300px;
}
.contacts-wrapper-social .contacts-wrapper-social-in ul{
	list-style: none;
	display: flex;
}
.contacts-wrapper-social .contacts-wrapper-social-in ul li a{
	display: flex;
	align-items: center;
}
.contacts-wrapper-social .contacts-wrapper-social-in ul li{
	margin-right: 60px;
}
.contacts-wrapper-map{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.contacts-wrapper-map-title {
	font-weight: 400;
	font-size: 48px;
	line-height: 1;
	color: #000000;
	margin-right: 70px;
	margin-bottom:30px;
	flex:0 0 100%
	
}
.contacts-wrapper-map-desc{
	font-weight: 400;
	font-size: 20px;
	line-height: 142%;
	color: #000000;
	flex: 1;
}
.contacts-wrapper-map-desc-address{
	font-weight: 400;
font-size: 28px;
line-height: 36px;
color: #000000;

}
.contacts-wrapper-map-desc-label{
	font-weight: 400;
font-size: 20px;
line-height: 142%;
color: #BDBDBD;
margin-top: 40px;

}
.contacts-wrapper-map-marker{
	margin-top: 40px;
	flex: 0 0 100%;

}
.product .product-price{
	opacity: 1;
	justify-content: space-between;
}
.products .product .product-price{
	opacity: 0;
}
.products .product .product-item:hover .product-price{
	opacity: 1;
}
.product .product-price .wholesale-price, .product .product-price .retail-price{
	flex: 0 0 50%;
}
.product .product-price .wholesale-price{
	flex:0 0 56%
} 
.product .product-price .retail-price{
	flex:0 0 44%;
}
.product .product-price .retail-price .price-val, .product .product-price .retail-price .price-label{
	flex: 0 0 100%;
	margin-left: 0;
	height: 52px;
}
.product-price .retail-price .price-label, .product-price .wholesale-price .price-label{
	margin-bottom: 14px;

}
.product-price .retail-price .price-label, .product-price .wholesale-price a{
	text-decoration: underline;
}
.product .wholesale-price-label, .product .product-price .wholesale-price .price-val{
	flex: 0 0 100%;
	margin-left: 0;	
}
.product .product-price .retail-price .price-val span.price-val-2 span, .product .product-price .retail-price .price-val span.price-val-2, .product .product-price .retail-price .price-val span.currency1{
	font-weight: 500;
	font-size: 25px;
	line-height: 32px;
	color: #000000;
	text-decoration-line: none;
}
.product .product-price .wholesale-price .price-val span.price-val-1 span, .product .product-price .wholesale-price .price-val span.price-val-1, .product .product-price .wholesale-price .price-val span.currency1{
	font-weight: 500;
	font-size: 25px;
	line-height: 32px;
	color: #000000;
	text-decoration-line: none;
}
.single-product div.product .woocommerce-tabs{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
}
.single-product .wholesale-price-label{
	cursor: pointer;
}
.woocommerce-tabs ul.tabs{
	float: none;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-right: 0;
}
.woocommerce-tabs ul.tabs li a{
	font-weight: 400;
	font-size: 32px;
	line-height: 41px;
	color: #333333;
	padding: 33px 0;
}
.woocommerce-tabs ul.tabs li{
	margin-right: 93px;
	position: relative;
	border-bottom: none;
}
.woocommerce-tabs ul.tabs li.active a{
	font-weight: 400;
	font-size: 32px;
	line-height: 41px;
	position: relative;
	color: #071522;
}
.woocommerce-tabs ul.tabs li.active::after {
	content: '';
	width: 100%;
	height: 7px;
	position: absolute;
	left: 0;
	bottom: -4px;
	background: #071522;
	right: 0;
	top: auto;
	transition: none !important;
	transform: none !important;
}
.woocommerce-tabs ul.tabs li::after{
	content: none;
	transition: none !important;
	transform: none !important;	
}
.woocommerce-tabs ul.tabs{
	border-top: none;
	border-bottom: 1px solid #000000;
}
.single-product div.product .summary{
	margin-bottom: 23px;
}
.woocommerce-tabs .panel{
	margin-top: 62px;
	float: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.wildberries-table{
  flex: 0 0 655px;
  margin-right: 55px;
}
.wildberries-table-in{
	height: 648px;
	overflow: hidden;
}
.wildberries-table table:not(.has-background) tbody tr:nth-child(2n) td{
	background: transparent;
}
.product-tab-desc{
	flex: 1;
}
.woocommerce-tabs .panel>div h3{
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	color: #000000;
	margin-bottom: 30px;
}

/** widlberries table **/

.product-params__table {
    font-size: 14px;
    line-height: 20px;
    width: 100%
}

.product-params__table~.product-params__table {
    margin-top: 12px
}

@media (min-width:1024px) {
    .product-params__table~.product-params__table {
        margin-top: 22px
    }
}

.product-params__caption {
    font-weight: 600;
    text-align: left;
    margin-bottom: 4px
}

.product-params__table th {
    width: 50%;
    color: #8b8b8b;
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    padding: 4px 0
}

.product-params__cell-decor {
	position: relative;
	display: inline;
	vertical-align: bottom;
	background: #fff;
	z-index: 9;
}

table.product-params__table:not(.has-background) th::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: auto;
	border-bottom: 1px dashed #d5d5d5;
}

.product-params__cell-decor {
	position: relative;
	display: inline;
	vertical-align: bottom;
	background: #fff;
	z-index: 9;
	padding-bottom: 5px;
	padding-right: 10px;
	top: 6px;
}

.product-params__table td {
    width: 50%;
    text-align: left;
    vertical-align: bottom;
    padding: 4px 0 4px 12px;
    position: relative;
    top: 6px;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button{
	padding: 14px 29px;
	font-weight: 450;
font-size: 13px;
line-height: 17px;
letter-spacing: 0.165em;
text-transform: uppercase;
color: #FFFFFF;
background: #000;
}
.color-size{
	flex: 0 0 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.color-size-name{
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #828282;
	margin-right: 20px;
}
.color-size-name span{
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #000000;
}
@media (min-width:1024px) {
    .product-page__options td span {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 40px
    }

	.benefits-block-img-content {
		padding: 55px 73px;
	}

	.wildberris-block {
		padding: 55px 73px;
	}
}

@media (min-width:1024px) {
    .product-params__table th {
        width: 56.75%
    }
}

@media (min-width:1024px) {
    .product-params__table td {
        width: 39%
    }
table.product-params__table:not(.has-background) th{
	background: #fff;
	position: relative;
}
}
/** widlberries table **/

.product-tab-desc-wrap{
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
}
table:not(.has-background) tbody td{
	background: transparent;
}
.flex-wrapper-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.color-block{
	flex: 0 0 47%;
}
.sostav{
	flex: 0 0 50%;
}
.sostav-desc{
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #828282;
	margin-top: 10px;

}
.woo-variation-swatches.wvs-show-label .variations th label, .label-block{
	font-weight: 450;
	font-size: 20px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 6px;
}
button.single_add_to_cart_button.alt{
	background: transparent;
	font-weight: 400;
	font-size: 26px;
	line-height: 33px;
	text-decoration-line: underline;
	color: #000000;
	padding: 0;
	text-transform: none;
	letter-spacing: 0;
}
button.single_add_to_cart_button.alt:hover{
	background: transparent;
	color: #000000;
}
.single_variation_wrap .wildberris-buy a, .single_variation_wrap .wholesale-price .single_add_to_cart_button.button.alt{
	font-weight: 400;
	font-size: 26px;
	line-height: 33px;
	text-decoration-line: underline;
	color: #000000;
	background: transparent;
	padding: 0;
	letter-spacing: 0;
	text-transform: none;
}
.input-text.qty.text{
	display: none;
}
.single_variation_wrap .local-buy{
	right: auto;
}
.product .retail-price-label, .product .wholesale-price-label{
	margin-bottom: 6px;
}
.title-area .size-block{
	opacity: 0;
}
.product-item:hover .title-area .size-block{
	opacity: 1;
}
.size-block{
	display: flex;
	flex-wrap: wrap;
}
.size-block div.size-item{
	border: 1px solid #000000;
	border-radius: 6px;
	padding: 5px;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #000000;
	margin-right: 17px;
}
.product .woocommerce-variation.single_variation{
	display: none !important;
}
.size-label{
	font-weight: 450;
	font-size: 20px;
	line-height: 26px;
	color: #333333;
	flex: 0 0 100%;
	margin-bottom: 11px;
}
.size-block{
	margin-bottom: 11px;
}
.button-wrapper #chart-button, .button-wrapper .md-size-chart-btn{
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	text-decoration-line: underline;
	color: #BDBDBD;
}
.woo-variation-swatches .variable-items-wrapper{
	margin-bottom: 10px;
}
.woocommerce-tabs{
	padding: 0;
	padding-bottom: 40px;
}
.shop_table .product-price{
	opacity: 1;
	padding: 1.618em 5px;
}
.shop_table .button[name="update_cart"]{
	display: none;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details+p, .woocommerce-order-details .wc-item-meta{
	display: none;
}
.shop_table .input-text.qty.text{
	display: block;
}
.shop_table .size-block{
	margin-top: 10px;
}
.flex-cart-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cart-block{
	max-width: 1000px;
}
.cart-collaterals{
	margin-left: 20px;
	flex: 1;
}
.cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator{
	float: none;
	width: 100%;
}
.cart-collaterals .cart_totals{

}
.cart-collaterals .cart_totals h2{
	font-weight: 500;
	font-size: 24px;
	line-height: 31px;
	color: #000000;
	margin-bottom: 15px;
}
.cart-collaterals .cart_totals{
	background: #F4F4F4;
}
.cart-collaterals table:not(.has-background) th, .cart-collaterals table:not(.has-background) tbody tr:nth-child(2n) td{
	background: transparent;
}

.wc-proceed-to-checkout .button.checkout-button, #payment .place-order .button{
	background: #071522;
	font-weight: 450;
font-size: 18px;
line-height: 23px;
padding: 18px 30px;
text-transform: uppercase;
color: #FFFFFF;
margin-bottom: 0;

}
.wc-proceed-to-checkout .button.checkout-button:after{
	content: none;
}
.woocommerce-shipping-destination{
	display: none;
}
.cart_totals .cart-subtotal{
	display: none;
}
.cart-collaterals .cart_totals{
	padding-top: 35px;
}
.cart-collaterals .cart_totals h2:after{
	content: none;
}
.shop_table .product-thumbnail {
  padding-left: 0;
  padding-right: 20px;
  width: 115px;
}
.woocommerce table.cart td.product-quantity{
	padding-left:0;
}
table.cart td.product-name{
	width: 40%;
}
table.cart td.product-subtotal{
	padding-left:0;
}
table.cart td.product-subtotal{
	width: 18%;
}
.woocommerce table.cart td.product-quantity{
	width: 140px;
}

.shop_table a.remove::before{
	content: url(../img/cross.svg);
	background: transparent;
}
.checkout .woocommerce-additional-fields{
	display: none;
}
.woocommerce-checkout-review-order-table .cart_item{
	display: none;
}
.woocommerce-checkout-review-order thead{
	display: none;
}
.wc_payment_methods.payment_methods.methods{
	display: none;
}
#payment .place-order{
	margin-top: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 15px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single {
  background-color: #f2f2f2;
  border: 1px solid #aaa;
  border-radius: 0;
  padding: .6180469716em;
  height: 57px;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads{
	display: none !important;
}

.single-product div.product::before, .single-product div.product::after{
	content: none;
}
.WooAjaxSearch_search-btn{
text-indent: -9999px;
background: url(../img/search.svg) no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
width: 26px;
height: 54px;
display: block;
background-color: transparent;
box-shadow: none;
transform: none;
flex: revert;
background-position: center center;

}

.WooAjaxSearch_search-btn:hover{
	background-color: transparent;
	box-shadow: none;
	transform: none;
}

.dgwt-wcas-search-wrapp input {
  display: block;
  padding: 11px;
  color: #393f49;
  border-radius: 2px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px, rgba(0, 0, 0, 0.1) 0 1px 8px;
  border: none;
  width: 100%;
}
.relative{
	position: relative;
}
.topbar .topbar-right ul li.WooAjaxSearch_product-item.WooAjaxSearch_tpl-left{
	height: auto;
}
.WooAjaxSearch_ajax-wrapper .WooAjaxSearch_products-list li {
  margin-bottom: 0;
  padding: 10px 10px 0 10px;
}
.WooAjaxSearch_ajax-wrapper .WooAjaxSearch_products-list li:last-of-type {
	padding-bottom: 10px;
}
.WooAjaxSearch_ajax-wrapper{
	background: transparent;
}
.search-close{

	position: absolute;
	left: 167px;
	width: 18px;
	height: 18px;
	
	display: none;
	cursor: pointer;
	background: url(../img/cross.svg);
	top: 18px;
}
.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader), .dgwt-wcas-preloader{
	right: 50px;
}
.woocommerce-gallery-images-fullscreen-container img{
	display: inline-block;
}
.woocommerce-Reviews, #review_form_wrapper{
	display: flex;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
	margin: 0 auto;
}
#reviews #comments, #review_form{
	max-width: 926px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#reviews .commentlist li, #reviews .commentlist li:last-child{
	border-bottom: 1px solid #000;
	padding: 31px 0;
}
#reviews .commentlist{
	width: 100%;
}
#reviews .commentlist li .avatar{
	width: 60px;
	margin-right: 18px;
	border-radius: 50%;
}
#reviews .commentlist li p.meta{
	margin-bottom: 0px;
	margin-right: 50px;
}
#reviews .commentlist li p.meta strong{
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
}
#reviews .commentlist li .comment-text{
	display: flex;
	flex-wrap: wrap;
}
#reviews .commentlist li .description{
	flex: 0 0 100%;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #000000;

}
.star-rating span::before{
	color: #071522;
}
p.stars:hover a::before {
  color: #071522;
  opacity: 1;
}
.star-rating::before, .star-rating span::before {
	font-size: 15px;
}
.star-rating{
	position: relative;
	top: 2px;
}
#respond{
	padding: 0;
	background: transparent;
}
#respond form{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.comment-notes{
	order: 1;
	flex: 0 0 100%;
}
#respond .comment-form-author{
	order: 2;
} 
#respond .comment-form-email{
	order: 3;
}
.comment-form-rating{
	order: 4;
	flex: 0 0 100%;	
}
.acf-comment-fields{
	order: 5;
	flex: 0 0 100%;	
}
.comment-form-comment{
	order: 6;
	flex: 0 0 100%;		
}
.form-submit{
	order: 7;
	flex: 0 0 100%;		
}
.comment-form-rating label{
	margin-right: 50px;
}
.acf-comment-fields input[type="text"]{
	padding: .6180469716em !important;
}
.summary .woocommerce-product-rating{
	display: none;
}
section.reviews-block{
	position: relative;
	padding: 90px 0 70px 0;
	background: #F4F4F4;
}
section.reviews-block:before{
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #F4F4F4;

}
section.reviews-block:after{
	content: '';
	position: absolute;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #F4F4F4;

}
section.reviews-block input[type="text"], section.reviews-block input[type="number"], section.reviews-block input[type="email"], section.reviews-block input[type="tel"], section.reviews-block input[type="url"], section.reviews-block input[type="password"], section.reviews-block input[type="search"], section.reviews-block textarea, .input-text{
	background-color: #dfdfdf;
}
.sku-block{
	margin-bottom: 14px;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #828282;
}
.wildberries-table .spoiler{
	cursor: pointer;
	font-weight: 400;
	font-size: 18px;
	line-height: 142%;
	text-decoration-line: underline;
	color: #000000;
}
.spoiler.sp2{
	display: none;
}
.p50{
	padding-top: 100px;
}
.single-product div.product .woocommerce-product-gallery {
	width: 49%;
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
	height: 700px;
	overflow: hidden;
}
.slick-vertical .slick-slide{
	margin-bottom: 17px;
}
.slick-prev{left: 0}
.slick-next{right: 0}
.woocommerce-gallery-images-gallery-carousel .slick-track .slick-slide img{height: auto}
.woocommerce-gallery-images-main-position-left, .woocommerce-gallery-images-gallery-carousel{
	height: 700px;
}
.woocommerce-gallery-images-main-position-left .flickity-viewport{
	height: 700px !important;
}
.woocommerce-gallery-images-gallery-position-left{
	width: 100px;
	margin-right: 20px;
}
.woocommerce-gallery-images-main-position-left{
	width: 82%;
}

.optovik_title {
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.optovik_title-in{
	max-width: 980px;
	text-align: left;
}
.optovik_title a{
	font-weight: 400;
	font-size: 32px;
	line-height: 41px;
	color: #071522;
	text-decoration: underline;
	font-weight: 450;
  font-size: 13px;
  line-height: 17px;
  background:
#000000;
  letter-spacing: 0.165em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding:
14px 42px;
  text-align: center;
  text-decoration:
none;
}
.optovik_title2{
	font-weight: 400;
	font-size: 48px;
	line-height: 62px;
	color: #000000;
	margin-bottom: 49px;
	text-align: center;
	width: 100%;
}
.optovik_item .title1{
	font-weight: 400;
	font-size: 28px;
	line-height: 36px;
	color: #071522;
	margin-bottom: 16px;

}
.optovik_item .desc1{
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
}

.optovik_item{
	margin-bottom: 50px;
}

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

.optovik-left{
	max-width: 437px;
}
.optovik-center{
	max-width: 414px;
}
.optovik-center img{
	max-height: 375px;
}
.optovik-right{
	max-width: 454px;
}
.opt23 {
  padding: 20px 0;
  background: #F4F4F4;
}
.opt23 .title3{
	font-weight: 400;
	font-size: 55px;
	line-height: 120%;
	color: #000000;
	margin-bottom: 50px;
}
.opt23 .opt2-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.opt23 .opt2-flex .opt2-link a{
	font-weight: 400;
	font-size: 30px;
	line-height: 38px;
	color: #071522;
	text-decoration: underline;
	font-weight: 450;
  font-size: 13px;
  line-height: 17px;
  background: #000000;
  letter-spacing: 0.165em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 14px 42px;
  text-align: center;
  text-decoration:none;
}
.opt23 .opt2-flex .opt2-desc{
	font-weight: 400;
	font-size: 32px;
	line-height: 41px;
	color: #828282;
	max-width: 525px;
}
.opt23 .opt2-flex .opt2-desc a{
	display: block;
}
.opt13{
	padding-bottom: 100px;
}
.opt23 > .container {
  max-width: 1045px;
  padding: 20px;
  border: 1px solid rgba(0,0,0,0.3);
}
.opt33{
	padding: 120px 0;

}
.opt33 > .container {
	max-width: 1124px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.opt33 .opt33-side1{
	max-width: 592px;
}
.opt33 .opt33-title1{
	font-weight: 400;
	font-size: 48px;
	line-height: 62px;
	color: #000000;
	margin-bottom: 35px;
}
.opt33 .opt33-desc1{
	font-weight: 400;
	font-size: 32px;
	line-height: 41px;
	color: #000000;
	margin-bottom: 35px;
}
.opt33 .opt33-desc2{
	font-weight: 400;
	font-size: 20px;
	line-height: 142%;
	color: #000000;
}
.opt33 .opt33-img{
	max-width: 414px;
}
.mobile-menu-block{
	display: none;
}
.main-menu-left-mobile{
	display: none;
}
.main-menu.sticksy-dummy-node{
  pointer-events: all !important;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 9999;
  left: 0px;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #bdbdbd;
  visibility: visible !important;
}
.whatsapp-fixed{
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 991;
}
.whatsapp-fixed a{
	background: #fff;
	display: block;
	border-radius: 50%;
}
.whatsapp-fixed img{
	width: 64px;
}
.telegram-fixed{
	position: fixed;
	bottom: 50px;
	left: 20px;
	z-index: 991;
}
.telegram-fixed a{
	background: #fff;
	display: block;
	border-radius: 50%;
}
.telegram-fixed img{
	width: 64px;
}
.product-item{
	position: relative;
}
.product-item .pos-link{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	display: block;
	height: 100%;
}
.product-item .buttons-block .wildberris-buy{
	position: relative;
	z-index: 4;
}
.new-products-section{
	position: relative;
}
.new-products-section .swiper-button-prev{
	background: url(../img/slide-left.svg) no-repeat;
	width: 42px;
	height: 42px;
	right: 42px;
	left: auto;
}
.new-products-section .swiper-button-next{
	background: url(../img/slide-right.svg) no-repeat;
	width: 42px;
	height: 42px;
	top: 0;
	right: 0;
}
.new-products-section .swiper-button-next::after, .new-products-section .swiper-button-prev::after {
  content: none;
}
.new-products-section .container.relative{
	position: relative;
	top: -60px;
}
.wpfFilterWrapper .wpfFilterTitle {
	cursor: pointer;
	font-weight: 450;
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	color: #071522;
	margin-bottom: 0;
	padding: 14px 10px;
	border-top: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
}
.wpfFilterWrapper .wfpTitle {
	margin: inherit;
	color: inherit;
	padding: 0 !important;
	height: auto !important;
	font-weight: 450 !important;
	font-size: 18px !important;
	line-height: 23px !important;
}
.wpfFilterContent{
	padding: 30px 30px 0 30px;
}
.wpfFilterWrapper .wpfCheckbox label{
	margin-left: 0;
}
.wpfFilterWrapper .wpfFilterTaxNameWrapper{
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 21px !important;
	color: #000000 !important;
}
.wpfFilterWrapper i.fa-minus{
	content: url(../img/chevron-down.svg);
	width: 26px;
	height: 26px;
	right: 0;
	position: relative;
}
.wpfFilterWrapper i.fa-plus{
	content: url(../img/chevron-down.svg);
	width: 26px;
	height: 26px;
	text-indent: 9999px;
	display: inline-block;
	position: relative;
	top: 5px;
}
.widget h2{
	font-weight: 400;
	font-size: 28px;
	line-height: 36px;
	color: #000000;
	margin-bottom: 6px;
	padding-bottom: 0;
	text-align: left;
	justify-content: left;
	letter-spacing: 0;
	text-transform: capitalize;
}
.widget h2:after{
	content: none;
}
#block-5.widget{
	margin: 0;
}
a.reset_variations{
	display: none;
}
.single-product div.product table.variations .value{
	margin-bottom: 0;
}
.wishlist-items-wrapper .product-stock-status{
	text-align: left;
}
.added_to_cart.wc-forward{
	display: none;
}
.xoo-cp-icon-check.xoo-cp-added{
	display: none;
}
#modal-login .message {
  margin-bottom: 30px;
  font-size: 18px;
  padding: 7px;
}
	.how-to-order{

	}	
	.how-to-order-item{
		
	}
	.how-to-order h3{
		font-weight: 400;
		font-size: 40px;
		line-height: 130%;
		margin-bottom: 30px;
		color: #000000;
	}
	.how-to-order-block{
		font-weight: 400;
		font-size: 24px;
		line-height: 142%;
		color: #000000;
		padding-left: 50px;
		border-left: 1px solid #E0E0E0;
	}
.content-block ol, .cart-text ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0;
	padding: 0px 0px 5px 65px;
	font-size: 20px;
}

.content-block ol li, .cart-text ol li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 142%;
	color: #000000;
}

.content-block ol li:before, .cart-text ol li:before {
	content: '0' counter(num); 
	counter-increment: num;
	display: inline-block;	
	position: absolute;
	top: 0px;
	left: -65px;
	font-weight: 450;
	font-size: 20px;
	line-height: 130%;
	color: #071522;

}
.content-block ol li, .cart-text ol li{
	margin-bottom: 20px;
}
.content-block ol li ol li, .cart-text ol li ol li{
	margin-bottom: 0px;
}
.fixed-menu{
	display: none;
}
.sticky-wrapper.is-sticky{
	z-index: 9999;
	position: relative;
}
.sticky-wrapper.is-sticky .main-menu{
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.sticky-wrapper.is-sticky .main-menu:before{
	content: '';
	width: 100%;
	position: absolute;
	height: 100%;
	left: -100%;
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	top: 0;
}
.sticky-wrapper.is-sticky .main-menu:after{
	content: '';
	width: 100%;
	position: absolute;
	height: 100%;
	right: -100%;
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	top: 0;
}
.mobile-buy{
	display: none;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{
	color: #bdbdbd;
}
.yith-wcwl-wishlistaddedbrowse i, .yith-wcwl-wishlistexistsbrowse i{
	color: #071522 !important;
}
.dgwt-wcas-search-wrapp{
	flex: 1;
}
.dgwt-wcas-search-wrapp{
	display: flex;
}
.dgwt-wcas-search-wrapp {
  position: absolute;
  left: 195px;
  top: 6px;
  width: calc(100% - 356px);
  display: none;
  z-index: 9;
  max-width: 100%;
}
.dgwt-wcas-search-wrapp.show {
	display: block;
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{
	display: none;
}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input{
	padding: 10px 15px;
}
.search-button{
	cursor: pointer;
}
.woocommerce-ordering span{
	margin-right: 10px;
}
.orderby option[value="popularity"], .orderby option[value="rating"]{
 	display: none;
}
h1, .alpha{
		line-height: 1;
	}
	@media screen and (max-width: 1420px){
	.container{
		padding: 0 20px;
	}
	

}
.slick-next, .slick-prev{
	height: 45px;
	width: 45px;
	z-index: 1;	
}
.slick-next:before{
	content: url(../img/slide-right.svg);
	height: 45px;
	width: 45px;
}
.slick-prev:before{
	content: url(../img/slide-left.svg);
	height: 45px;
	width: 45px;
}
#customer_details .woocommerce-billing-fields h3{
	display: none;
}
	.ml-close-btn{
		width: 18px;
		height: 18px;
		cursor: pointer;
		background: url(../img/cross.svg) no-repeat;
		display: block;
		z-index: 1;
	}
	.ml-close-btn svg{
		display: none;
	}
	.woocommerce-pagination{
		display: block !important;
		text-align: center;
		float: none;
		margin-top: 30px;
	}
	.woocommerce-gallery-images-gallery-carousel .slick-slide{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	span.play{
		background: url(../img/play.svg) no-repeat;
		width: 45px;
		height: 45px;
		position: absolute;
	}
	.single-product .yith-wcwl-add-to-wishlist {
	  margin-top: 0;
	  position: absolute;
	  z-index: 1;
	  width: 49%;
	  text-align: right;
	  right: 0;
	}
	.single-product .yith-wcwl-add-to-wishlist a{
		padding-right: 0;
	}
	.single-product .yith-wcwl-add-to-wishlist a i{
		font-size: 25px;
	}
	.contacts-wrapper-map-marker iframe{
		height: 300px;
		width: 100%;
	}
	.woocommerce-pagination .page-numbers li .page-numbers.current {
  		color: #FFFFFF;
  		border-radius: 50%;
  		background: #071522;
  		font-weight: 450;
  font-size: 20px;
  padding: 7px 14.5px;
}
.wc-block-grid__product-onsale, .onsale, .woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
  color: #000000;
  font-weight: 450;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #BDBDBD;
  background: transparent;
  padding: 7px 14.5px;
}
.woocommerce-pagination .page-numbers li a.page-numbers:hover {
  border-radius: 50%;
  background: #071522;
  padding: 7px 14.5px;
  color: #fff;
  font-weight: 450;
  font-size: 20px;
}
.footer-button{
	font-weight: 450;
font-size: 13px;
line-height: 17px;
/* identical to box height */
background: #000000;
letter-spacing: 0.165em;
text-transform: uppercase;

/* White */

color: #FFFFFF;
padding: 14px 42px;
text-align: center;

}
.footer-button-center{
	display: none;
}
.cart-price{
	font-weight: 450;
font-size: 20px;
line-height: 26px;
/* identical to box height */


/* Gray 2 */

color: #4F4F4F;

}
.cart-price span{
	margin-left: 10px;
	font-weight: 400;
font-size: 18px;
line-height: 23px;
/* identical to box height */


/* Gray 3 */

color: #828282;

}
.color-block{
	font-weight: 400;
font-size: 18px;
line-height: 23px;
/* identical to box height */


/* Gray 3 */

color: #828282;
display: inline-block;

margin-top: 10px;
}
table.cart td.product-name a{
	display: block;
	font-weight: 450;
font-size: 18px;
line-height: 23px;
/* identical to box height */

text-transform: uppercase;

/* Gray 1 */

color: #333333;
text-decoration: none;
}
table.cart td.product-name .size-block{
	display: inline-flex;
}
table.cart td.product-name .cart-sku{
	font-weight: 400;
font-size: 16px;
line-height: 21px;
/* identical to box height */


/* Gray 3 */

color: #828282;

}
table.shop_table_responsive tbody tr td, table.shop_table_responsive tbody tr th {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
table.cart td.product-subtotal{
	padding-bottom: 1.618em;
}
.color-item span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #000;
  display: inline-block;
  margin: 0;
  line-height: 1;
  position: relative;
  
}
.color-item {
  border: 1px solid #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 0;
  position: relative;
  top: 6px;
  margin: 0 10px;
  display: inline-block;
}
.color-item.beige{
	
	background: transparent;
	border: 1px solid #d8b483;
}
.color-item.beige span{
	border: 1px solid #d8b483;
	background: #d8b483;
}
.color-item.crimson{
	
	background: transparent;
	border: 1px solid #d50073;
}
.color-item.crimson span{
	border: 1px solid #d50073;
	background: #d50073;
}
.color-item.black{
	
	background: transparent;
	border: 1px solid #000;
}
.color-item.black span{
	border: 1px solid #000;
	background: #000;
}
.color-item.white{
	
	background: transparent;
	border: 1px solid #fff;
}
.color-item.white span{
	border: 1px solid #fff;
	background: #fff;
}
.color-item.turquoise{
	
	background: transparent;
	border: 1px solid #5fa49b;
}
.color-item.turquoise span{
	border: 1px solid #5fa49b;
	background: #5fa49b;
}
.color-item.burgundy{
	
	background: transparent;
	border: 1px solid #921532;
}
.color-item.burgundy span{
	border: 1px solid #921532;
	background: #921532;
}
.color-item.light-blue{
	
	background: transparent;
	border: 1px solid #82bbed;
}
.color-item.light-blue span{
	border: 1px solid #82bbed;
	background: #82bbed;
}
.color-item.mustard{
	
	background: transparent;
	border: 1px solid #ccac39;
}
.color-item.mustard span{
	border: 1px solid #ccac39;
	background: #ccac39;
}
.color-item.jeans{
	
	background: transparent;
	border: 1px solid #7d8fcf;
}
.color-item.jeans span{
	border: 1px solid #7d8fcf;
	background: #7d8fcf;
}
.color-item.blackberry{
	background: transparent;
	border: 1px solid #702568;
}
.color-item.blackberry span{
	border: 1px solid #702568;
	background: #702568;
}
.color-item.yellow{
	
	background: transparent;
	border: 1px solid #ffff00;
}
.color-item.yellow span{
	border: 1px solid #ffff00;
	background: #ffff00;
}
.color-item.zelenaya-grusha{
	
	background: transparent;
	border: 1px solid #7cb8a3;
}
.color-item.zelenaya-grusha span{
	border: 1px solid #7cb8a3;
	background: #7cb8a3;
}
.color-item.green_mint{
	
	background: transparent;
	border: 1px solid #2b836b;
}
.color-item.green_mint span{
	border: 1px solid #2b836b;
	background: #2b836b;
}
.color-item.green{
	background: transparent;
	border: 1px solid #008000;
}
.color-item.green span{
	border: 1px solid #008000;
	background: #008000;
}
.color-item.green_velvet{
	
	background: transparent;
	border: 1px solid #61866d;
}
.color-item.green_velvet span{
	border: 1px solid #61866d;
	background: #61866d;
}
.color-item.green_neon{
	
	background: transparent;
	border: 1px solid #02967c;
}
.color-item.green_neon span{
	border: 1px solid #02967c;
	background: #02967c;
}
.color-item.emerald_green{

	background: transparent;
	border: 1px solid #2e5966;
}
.color-item.emerald_green span{
	border: 1px solid #2e5966;
	background: #2e5966;
}
.color-item.caramel{
	
	background: transparent;
	border: 1px solid #c5a975;
}
.color-item.caramel span{
	border: 1px solid #c5a975;
	background: #c5a975;
}
.color-item.brown{
	
	background: transparent;
	border: 1px solid #804030;
}
.color-item.brown span{
	border: 1px solid #804030;
	background: #804030;
}
.color-item.coffee{
	
	background: transparent;
	border: 1px solid #bc926a;
}
.color-item.coffee span{
	border: 1px solid #bc926a;
	background: #bc926a;
}
.color-item.blue{
	
	background: transparent;
	border: 1px solid #0000fa;
}
.color-item.blue span{
	border: 1px solid #0000fa;
	background: #0000fa;
}
.color-item.white{
	
	background: transparent;
	border: 1px solid #000;
}
.color-item.white span{
	border: 1px solid white;
	background: white;
}
.color-item.lilac{
	
	background: transparent;
	border: 1px solid #a77dc1;
}
.color-item.lilac span{
	border: 1px solid #a77dc1;
	background: #a77dc1;
}
.color-item.coffe_with_milk{
	
	background: transparent;
	border: 1px solid #a48d87;
}
.color-item.coffe_with_milk span{
	border: 1px solid #a48d87;
	background: #a48d87;
}
.color-item.red{
	background: transparent;
	border: 1px solid #ff0000;
}
.color-item.red span{
	border: 1px solid #ff0000;
	background: #ff0000;
}


.leaders-block {
	margin-top: 60px;
	flex-grow: 1;
}

.leaders-block-list {
	height: 93%;
	display: flex;
	gap: 10px;
}

.leaders-block-title {
	display: block;
	font-size: 30px;
	line-height: 38px;
	text-align: left;
	border: none;
	padding-bottom: 0;
	text-transform: initial;
	letter-spacing: initial;
	font-weight: 400;
}

.leaders-block-title::after {
	display: none;
}

.leaders-block-item {
	flex-basis: 50%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.leaders-block-item img {
	height: 100%;
	object-fit: cover;
}

.leaders-block-item h4 {
	font-size: 22px;
	line-height: 20px;
	margin: 0;
	color: #000000;
}

.leaders-block-item p {
	font-weight: 300;
	font-size: 16px;
	margin-top: auto;
	line-height: 17.95px;
}

.production-gallery-title-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.production-gallery-title {
	font-size: 30px;
	margin: 0;
}

.production-gallery-items {
	margin-top: 20px;
	/*overflow: hidden !important;*/
}

.production-gallery-items img {
	width: 100%;
	height: auto !important;
	/*max-height: 344px;*/
	object-fit: cover;
}

.production-gallery-arrows {
	display: flex;
	align-items: center;
	gap: 15px;
}

.production-gallery-title-wrap .swiper-button-next,.production-gallery-title-wrap .swiper-button-prev {
	position: static !important;
}


.production-gallery-title-wrap .swiper-button-next::after,.production-gallery-title-wrap .swiper-button-prev::after {
	width: 42px;
	height: 42px;
}

.production-gallery-title-wrap .swiper-button-next::after {
	content: url(../img/slide-right.svg);
	width: 42px;
	height: 42px;
}

.production-gallery-title-wrap .swiper-button-prev::after {
	content: url(../img/slide-left.svg);
	width: 42px;
	height: 42px;
}

.success-history {
	margin-top: 80px;
}

.success-history p {
	text-align: justify;
	color: #000000;
}

.success-history-title {
	font-weight: 450;
	color: #071522;
}

.success-history-subtitle {
	text-align: center;
	font-weight: 450;
	color: #000000;
	margin-bottom: 18px;
}

.success-history-subtitle--margin {
	margin-top: 40px;
}

.success-history .beginner-case {
	display: flex;
	gap: 25px;
}

.success-history ol {
	padding: 0 !important;
}

.success-history ol li:before {
	content: none !important;
}

.success-history ol li h5 {
	padding-left: 10px;
	font-size: 20px;
}

.success-history-conclusions {
	margin-top: 30px;
	text-align: center;
	background: #071522;
	color: #fff !important;
	padding: 30px 40px;
}

.success-history-conclusions h4 {
	color: inherit;
	font-weight: 400;
}

.success-history-conclusions p {
	font-weight: 400;
}

.success-history-conclusions strong {
	font-weight: 450;
}

.blog {
	margin-top: 80px;
}

.reviews {
	position: relative;
	max-width: 830px;
	margin-top: 80px;
}

.reviews_content_list_wrap {
	margin-top: 85px;
	position: relative;
}

.reviews_content_list {
	/*position: relative;*/
	overflow: hidden;
}

.reviews_arrows {
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reviews_arrows .swiper-button-next,.reviews_arrows .swiper-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.reviews_arrows .swiper-button-next {
	right: -30px;
}
.reviews_arrows .swiper-button-prev {
	left: -30px;
}

.reviews_arrows .swiper-button-next::after,.reviews_arrows .swiper-button-prev::after {
	width: 42px;
	height: 42px;
}

.reviews_arrows .swiper-button-next::after {
	content: url(../img/slide-right.svg);
	width: 42px;
	height: 42px;
}

.reviews_arrows .swiper-button-prev::after {
	content: url(../img/slide-left.svg);
	width: 42px;
	height: 42px;
}

.review-card {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 12px;
	box-shadow: 0px 0px 3.75px 0px #0000001A;
}

.review-card p {
	font-size: 18px;
	color: #828282;
	margin: 0;
}

.review-card img {
	width: 100%;
	/*max-width: 260px;*/
	object-fit: cover;
	/*max-height: 400px;*/
}

.cart-collaterals {
  max-width: 350px;
  flex: 0 0 350px;
}

.cookie_message {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100vw;
	transform: translateY(100%);
	/*transition: .3s;*/
	background: #FFF;
	display: block !important;
	z-index: 99999;
}

.cookie_message_content {
	padding: 20px !important;
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 18px;
}

.cookie_message_content .cookie_message-accept {
	background: #071522;
	align-self: center;
	color: #FFF;
}

.cookie_message_content .cookie_message-accept:hover {
	background: #998262;
	color: #FFF;
}

.cookie_message.active {
	transform: translateY(0);
}

.category_products_header {
	display: flex;
	flex-direction: column;
	border: none !important;
}

.category_products_header_info {
	display: flex;
	gap: 20px;
}

.category_products_header_right {
	width: 45%;
}

.category_products_header_right img {
	height: auto;
	/*width: auto;*/
	/*max-width: 475px;*/
}

.category_products_slider .production-gallery-title-wrap {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.category_products_header .product_title {
	justify-content: flex-start;
	text-align: left;
}

.category_info_advantages {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.info_advantages_item {
	padding: 10px;
	display: flex;
	flex-direction: column;
	flex-basis: 49%;
	align-items: center;
	text-align: center;
	border: 1px solid #F4F4F4;
	border-radius: 10px;
}

.info_advantages_item img {
	width: max-content;
}

.info_advantages_item img {
	margin-bottom: 10px;
	width: max-content;
}

.info_advantages_item h4 {
	font-size: 16px;
	line-height: 17.25px;
}

.info_advantages_item p {
	margin-top: 6px;
	font-size: 14px;
	line-height: 17.25px;
}

.category_products_desc_wrap {
	margin: 30px 0;
	background: #071522;
}

.category_products_desc_wrap .container {
	max-width: 850px;
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #fff;
	gap: 12px;
}

.category_products_desc_wrap h4 {
	font-weight: 450;
	font-size: 20px;
	margin: 0;
	line-height: 17.25px;
	color: #fff;
}

.category_products_desc_wrap .desc {
	font-weight: 400;
	font-size: 18px;
	margin: 0;
}

.category_products_desc_wrap .desc-light {
	font-weight: 300;
}

.category_products_desc_wrap .desc-title {
	font-weight: 450;
}

.category_products {
	margin: 100px auto !important;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.product_card {
	max-width: 840px;
	display: flex;
	gap: 40px;
}

.product_card h3,.product_card h4,.product_card h5 {
	margin: 0 !important;
}

.product_card img {
	max-width: 270px;
	width: auto;
	object-fit: cover;
	height: fit-content;
}

.product_card_info .product_title {
	font-size: 34px;
}

.product_card_info .product_card_advantages {
	margin-top: 14px;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.product_card_info .product_card_advantages .advantages_item {
	font-size: 18px;
	line-height: 17.25px;
}

.product_card_info .product_card_advantages .advantages_item.tip {
	font-size: 16px;
	font-weight: 500;
	line-height: 17.25px;
	color: #071522;
}

.font-500 {
	font-weight: 500;
}

.text-16 {
	font-size: 16px;
}

.text-black {
	color: #000000;
}

.mt-30 {
	margin-top: 30px;
}

.product_card_delivery {
	margin-top: 30px;
}

.delivery_item.tip {
	margin-top: 10px;
	color: #000000;
	font-weight: 300;
	font-size: 14px;
	line-height: 15px;
}

.product_card_delivery .delivery_title_wrap {
	display: flex;
	align-items: center;
	gap: 15px;
}

.product_card_delivery .delivery_title_wrap h4 {
	font-weight: 450;
	text-transform: uppercase;
	font-size: 16px;
}

.product_card_delivery .delivery_options {
	margin-top: 12px;
	list-style: none;
}

.product_card_delivery .delivery_options .delivery_item {
	font-size: 16px;
}



.product_card_price_wrap {
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 30px;
}

.product_card_price_wrap .product_card_price {
	font-size: 22px;
	font-weight: 500;
}

.product_card_price_wrap a {
	display: inline-flex;
	padding: 8px 30px;
	color: #fff;
	background: #071522;
	font-size: 14px;
	text-transform: unset;
	letter-spacing: unset;
}

.product_card_price_wrap a:hover {
	background: #998262;
	color: #fff;
}

.callback_wrap {
	margin: 50px 0;
}

table.cart .product-quantity .plus, table.cart .product-quantity .minus, table.cart .product-thumbnail .minus, table.cart .product-thumbnail .plus{
	background: transparent;
	color: #BDBDBD;
}
table.cart .product-quantity .plus, table.cart .product-quantity .plus{
	border-left: none !important;
	border-color: #d5d5d5 !important;
	border-radius:0 5px 5px 0 !important;
}
table.cart .product-quantity .minus, table.cart .product-quantity .minus{
	border-right: none !important;
	border-color: #d5d5d5 !important;
	border-radius: 5px 0 0 5px !important;
}
.shop_table .input-text.qty.text, .qib-container .quantity input.qty:not(#qib_id):not(#qib_id){
	border-color: #d5d5d5 !important;
}
.single-product .qib-container{
	display: none !important;
}
form.cart .qib-container + div:not(#qib_id):not(#qib_id):not(_){
	margin: 0;
	display: flex;
	text-align: left;
}
form.cart button[type="submit"]:focus:not(#qib_id):not(#qib_id){
	border: none;
	outline: none;
}
.footer-two{
	padding: 40px 0;
}
.contacts-wrapper-map-desc-address span{
	display: inline-block;
}
.contacts-wrapper-map-desc-label{
		display: none;
	}
.footer-two-item .social {
  margin-top: 58px;
}
.footer-two-item .social ul li img{
	height: 26px;
}
.archive .flex-wrapper > .content-block {
  flex: 1;
  margin-top: -90px;
}
.contacts-wrapper-map-desc-address{
	margin-top: 30px;
}
.page-id-18 .flex-wrapper > .content-block {
	margin-top: -90px;
}
.sticky-wrapper.is-sticky .main-menu .logo img{
	max-height: 40px;
}
.sticky-wrapper.is-sticky .main-menu{
	padding: 20px 0;
}

.not-mobile{display: block}
.mobile-block{display: none;}
.cart-mobile-only{
	display: none;
}


@media screen and (min-width: 1010px) {
	.menu-item-has-children .sub-menu {
		position: absolute;
		top: 120%;
		visibility: hidden;
		opacity: 0;
		left: 0;
		min-width: 210px;
		width: max-content;
		display: flex;
		flex-direction: column;
		gap: 10px;
		box-shadow: 0px 1px 3.75px 0px #0000001A;
		z-index: 99999;
		background: #fff;
		margin: 0;
		padding: 10px;
		transition: .3s;
	}

	.menu-item-has-children:hover .sub-menu {
		visibility: visible;
		opacity: 1;
		top: 100%;
	}
}

@media screen and (max-width: 1000px) {
	.benefits-block {
		flex-wrap: wrap;
	}

	.sub-menu {
		position: static;
		padding: 0;
		/*height: 0;*/
		width: 100%;
		visibility: visible;
		opacity: 1;
		overflow: hidden;
		margin-left: 0 !important;
	}

	.sub-menu.active {
		height: max-content;
	}

	.category_products_header_right img {
		max-width: 340px;
	}
}

@media screen and (max-width: 767px) {

	.category_products_header_right {
		width: 100%;
	}

	.success-history .beginner-case {
		flex-direction: column;
		gap: 0;
	}

	.product-price .wholesale-price a {
	  text-decoration: underline;
	  font-size: 8px;
	}

.product-item:hover .product-title{
	height: auto;
	overflow: inherit;
}
	ul.products li.product .title-area{
		position: relative;
	}
	.slider .swiper-container .swiper-slide:after{
		content: '';
		height:40px;
		width: 100%;
	}
	.title-area .size-block {
  opacity: 1;
}
.product-item .color-block {
  margin-top: 5px;
  opacity: 1;
}
.product-item .size-label{
	flex:0 0 100%;
}
.product-item .size-block div.size-label{
	font-family: 'Futura PT';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 15px;
margin-bottom: 6px;
/* identical to box height */

/* Gray 3 */
color: #828282;
}
.product-item .color-block{
	font-family: 'Futura PT';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 15px;
/* identical to box height */
margin-top: 0;
/* Gray 3 */
color: #828282;
}

.product-item .product-price .wholesale-price .price-val, .product-item .product-price .retail-price .price-val {
  margin-left: 0;
  flex: 0 0 100%;
}
.product .product-item .product-price .wholesale-price, .product .product-item .product-price .retail-price{
	flex: 0 0 100%;
}
.product-item .product-price .wholesale-price{
	margin:5px 0;
}
.product-item .color-item{
	font-size: 18px;
line-height: 22px;
}
.product-item .size-block div.size-item{
	font-family: 'Futura PT';
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 13px;

/* identical to box height */
text-align: center;
padding: 2px 3px;
color: #000000;
margin-right: 8px;
}
.product-item .size-block div.size-item:last-of-type{margin-right: 0}
.not-mobile{display: none}
.mobile-block{display: block;}
	.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a{
		font-size:16px
	}
	.hentry .entry-content .woocommerce-MyAccount-navigation ul{
		display:flex;
		flex-wrap:wrap;
	}
	.hentry .entry-content .woocommerce-MyAccount-navigation ul li{
		flex:0 0 50%;
	}
	.page-id-18 .flex-wrapper > .content-block {
		margin-top: 0;
	}
	.optovik-center img{
		max-height: 100%;
	}	
	.archive .flex-wrapper > .content-block {
	  flex: 1;
	  margin-top: 0;
	}
	.footer-two-item .social {
	  margin-top: 0px;
	}
	.contacts-wrapper-map-title{
		margin: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.contacts-wrapper-map-desc-label{
		display: none;
	}
	.contacts-wrapper-map-desc-address{
		margin-top: 20px;
		font-weight: 400;
		font-size: 23px;
		line-height: 36px;
		color: #000000;
	}
	.contacts-wrapper-map-desc-address span{
		display: inline-block;

	}
	.contacts-wrapper-map-desc{
		text-align: justify;
	}
	.contacts-wrapper-map{
		margin-top: 40px;
	}
	.optovik_title-in{
		text-align: center;
	}
	.color-block{
		margin-top: 0;
	}
	table.cart .product-quantity{
		display: none;
	}
	table.shop_table_responsive tbody tr td.product-subtotal{
		margin-left: 105px;
	}
	table.cart td.product-name{
		padding-bottom: 0;
	}
	table.shop_table_responsive tbody tr td.product-subtotal{
		padding: 0;
		display: none;
	}
	table.cart tr:first-child td.product-remove{
		padding: 0;
	}
	.quantity-mobile{
		margin-top: 20px;
	}
	table.shop_table_responsive tbody tr, table.shop_table_responsive tbody tr{
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
	table.cart .product-thumbnail img{
		max-width: 95px;
	}
	table.cart .product-thumbnail{
		flex: 0 0 95px;
		margin-right: 10px;
		margin-bottom: 0;
		padding-bottom: 0;
		padding-right: 0;
	}
	table.cart td.product-subtotal {
  width: auto;
}
	table.cart td.product-name {
  padding-left: 0;
  flex: 0 0 68%;
}
.cart-mobile-only, .cart-price{
	display: inline-block;
}
.cart-collaterals {
    max-width: 100%;
    flex: 0 0 100%;
}
	table.cart td.product-remove {
		flex: 1;
		margin-right: 10px;
		position: absolute;
		right: 0;
	}	

	table.cart td.product-name .size-block .size-item{
		margin-bottom: 8px;
		margin-right: 8px;
	}
	table.shop_table_responsive tr td[data-title]::before {
  content: none;
  font-weight: 600;
  float: left;
}
.footer-button-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
	.footer-button.not-mobile, .footer-two-item:nth-child(5) a.footer-button.not-mobile{
		display: none;
	}
	.footer-two-item ul li{
		margin-bottom: 0;
	}
	.widget .wc-block-product-categories-list-item:first-child, .widget .wc-block-product-categories-list-item:nth-child(2), .sidebar .page-menu li:first-child, .sidebar .page-menu li:nth-child(2){
		border-top: 1px solid #BDBDBD;
	}
	.wc-block-product-categories-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.widget{
		margin-bottom: 20px;
	}
.widget .wc-block-product-categories-list-item, .sidebar .page-menu li {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #BDBDBD;
  padding: 8px 0;
  list-style: none;
  flex: 0 0 50%;
  border-top: none;
}
	.widget .wc-block-product-categories-list-item a, .sidebar .page-menu li a{
		font-size: 16px;
		display: block;
	}
	.footer-two-item ul li a{
		display: block;
	}
	.woocommerce-pagination{
		display: none;
	}
	.archive .flex-wrapper > .sidebar{
		display: block;
	}
	.archive .flex-wrapper > .sidebar #block-5, .archive .flex-wrapper > .sidebar .WpfWoofiltersWidget{
		display: none;
	}
	.content-product-short-desc{
		display: none;
	}
	.woocommerce-gallery-images-gallery-carousel .slick-track .slick-slide img{
		height: auto;
	}
	.single_variation_wrap .wildberris-buy a {
	  font-weight: 400;
	  font-size: 15px;
	  line-height: 24px;
	  text-decoration-line: underline;
	  color: #000000;
	}
	.content-block .about-counter-item-data1{
		flex: 0 0 100%;
	}
	button.single_add_to_cart_button.alt {
	  background: transparent;
	  font-weight: 400;
	  font-size: 15px;
	  line-height: 24px;
	  text-decoration-line: underline;
	  color: #000000;
	  padding: 0;
	  text-transform: none;
	  letter-spacing: 0;
	}
	.spoiler.sp1{
		display: none;
	}
	.optovik_title{
		font-weight: 400;
		font-size: 40px;
		line-height: 110%;
		color: #4F4F4F;
		margin-bottom: 20px;
	}
	.content-block ol li::before, .cart-text ol li:before {
  content: '0' counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -40px;
  font-weight: 450;
  font-size: 20px;
  line-height: 130%;
  color: #071522;
}
.content-block ol, .cart-text ol{
  list-style-type: none;
  counter-reset: num;
  margin: 0;
  padding: 0px 0px 5px 40px;
  font-size: 18px;
  line-height: 25px;
}
.content-block ol li ol, .cart-text ol li ol{
	margin-top: 15px;
}
	.optovik_title2{
		font-weight: 400;
		font-size: 40px;
		line-height: 51px;
		color: #4F4F4F;
	}
	.opt33 .opt33-title1{
		font-weight: 400;
		font-size: 30px;
		line-height: 120%;
		color: #4F4F4F;
		text-align: center;
	}
	.opt33 .opt33-desc1{
		font-weight: 400;
		font-size: 22px;
		line-height: 120%;
		color: #4F4F4F;
	}
	.opt33 .opt33-desc2{
		font-weight: 400;
		font-size: 20px;
		line-height: 132%;
		color: #4F4F4F;

	}
	.opt33{
		padding: 33px 0;
	}
	.opt23{
		padding: 20px 0;
	}
	.opt23 .opt2-flex .opt2-desc{
		font-weight: 400;
		font-size: 24px;
		line-height: 100%;
		color: #828282;
		margin-top: 20px;
	}
	.contacts-wrapper-map-marker iframe{
		height: 300px !important;
	}
	.how-to-order h3{
		font-weight: 400;
		font-size: 24px;
		line-height: 142%;
		margin-bottom: 13px;
		color: #4F4F4F;
		text-align: center;
	}
	#modal-login form{
		padding: 20px;
	}
	.register-form{
		padding: 20px;
	}
	.hentry{
		margin-bottom: 0;
	}
	.how-to-order-block{
		font-weight: 400;
font-size: 18px;
line-height: 140%;
/* or 25px */
text-align: center;
border: none;
padding: 0;
/* Gray 2 */

color: #4F4F4F;

	}
	ul.products, .wc-block-grid__products{
		justify-content: space-between;
	}
	.contacts-in{
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	.ml-content{
		min-width: 100%;
	}
	.modal-login-dialog{
		height: auto;
	}
	.contacts-wrapper-social-in li{
		margin-bottom: 10px;
	}
.dgwt-wcas-search-wrapp{
	flex: 1;
}
.dgwt-wcas-search-wrapp{
	display: flex;
}
.dgwt-wcas-search-wrapp {
  position: absolute;
  left: 39px;
  top: 6px;
  width: calc(100% - 50px);
  display: none;
  z-index: 9;
}
.dgwt-wcas-search-wrapp.show {
	display: block;
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{
	display: none;
}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input{
	padding: 10px 15px;
}
.sticky-wrapper{
}
.content-block .about-content {

    flex: 1;
    margin-left: 0px;
    max-width: 100%;

}
header>.container{
	padding: 0;
}
	.fixed-menu{
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 13px 10px;
		background: #fff;
		border-top: 1px solid rgba(0,0,0,0.2);
		z-index: 9999;
	}
	.fixed-menu li:nth-child(3){
		flex-direction: column;
	}
	.fixed-menu .cart-contents span.count {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  background: #071522;
  border-radius: 50%;
  padding: 3px 7.1px;
  left: auto;
  right: 13px;
  top: -7px;
}
	.z0{
		z-index: 0;
	}
	.fixed-menu ul{
		list-style: none;
		margin-bottom: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.fixed-menu ul li{
		flex: 0 0 20%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.fixed-menu ul li img{
		display: inline-block;
		height: 24px;
		width: 24px;
	}
	.fixed-menu ul li a, .fixed-menu ul li span.button2, .fixed-menu ul li span.search-button2{
		display: block;
		flex: 1;
		text-align: center;
		font-weight: 450;
		font-size: 11px;
		line-height: 1;
	}
	.fixed-menu ul li span.menu-button2, .fixed-menu ul li span.search-button2{
		flex: 0 0 100%;
	}
	.fixed-menu ul li span{
		font-weight: 450;
		font-size: 11px;
		line-height: 14px;
		display: flex;
		align-items: center;
		text-align: center;
		color: #000000;
		display: block;
	}
	.whatsapp-fixed{
		bottom: 80px;
	}
	.telegram-fixed{
		bottom: 80px;
	}
	.new-products-section .swiper-button-prev{
		background: url(../img/slide-left.svg) no-repeat;
		width: 42px;
		height: 42px;
		right: auto;
		left: 0;
	}
	.new-products-section .container.relative {
		position: relative;
		top: -28px;
	}
	.slider .swiper-container .swiper-slide{
		background-size: contain !important;
		height: 500px;
		background-position: top center !important;
	}
	.slider-caption {
		flex: 0 0 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: end;
		height: 100%;
		position: relative;
		bottom: 15px;
	}
	.slider-caption-title span{
		font-family: 'Gilroy';
		font-style: italic;
		font-weight: 500;
		font-size: 23.913px;
		line-height: 84.2%;
		text-align: center;
		color: #000000;
	}
	.slider-caption-title span.percent1{
		font-family: 'Gilroy';
		font-style: italic;
		font-weight: 300;
		font-size: 75.3514px;
		line-height: 84.2%;
		text-align: center;
		letter-spacing: -0.05em;
		text-transform: uppercase;
		color: #000000;
	}
	.slider-caption-title span.percent2{
		font-family: 'Gilroy';
		font-style: italic;
		font-weight: 500;
		font-size: 37.7362px;
		line-height: 84.2%;
		text-align: center;
		text-transform: uppercase;
		color: #000000;
	}
	.slider-caption-desc{
		font-family: 'Gilroy';
		font-style: normal;
		font-weight: 300;
		font-size: 14px;
		line-height: 125%;
		text-align: center;
		color: #000000;
		margin-top: 3px;
	}
	.slider{
		margin-bottom: 0;
	}
	.slider-caption-in{
		max-width: 200px;
	}
	.slider-caption-button{
		margin-top: 12px;
	}
	.slider-caption-button a{
		font-weight: 450;
		font-size: 12px;
		line-height: 15px;
		letter-spacing: 0.165em;
		text-transform: uppercase;
		color: #FFFFFF;
		padding: 9px 29px;
	}
	section h2{
		font-weight: 450;
		font-size: 24px;
		line-height: 31px;
		letter-spacing: 0.075em;
		text-transform: uppercase;
		color: #000000;
		padding-bottom: 11px;
	}
	.woocommerce-MyAccount-content h2{
		font-weight: 450;
		font-size: 24px;
		line-height: 31px;
		letter-spacing: 0.075em;
		text-transform: uppercase;
		color: #000000;
		padding-bottom: 11px;		
	}
	.product-item .buttons-block .wildberris-buy a{
		font-weight: 400;
		font-size: 12.6603px;
		line-height: 16px;
		color: #fff;
		display: flex;
		max-width: 126px;
		width: 100%;
		color: #fff;
		padding: 5px 9px 3px 9px;
		text-decoration: none;
		background: url(../img/wild1-mobile.svg);
		height: 24px;
		width: 126px;
		align-items: center;

	}
	.product-item{
		height: auto;
	}
	.product-item-img{
		max-height: 250px;
	}
	.product-item:hover .buttons-block, .buttons-block{
		bottom: 16px;
	}
	.product-item:hover .title-area{
		margin-top: 0;
	}
	.local-buy {
		position: relative;
		right: 8px;
		top: 0;
	}
	.local-buy img{
		width: 26px;
	}
	.title-area .product-title {
		font-weight: 450;
		font-size: 11px;
		line-height: 14px;
		text-transform: uppercase;
		color: #333333;
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 172px;
		white-space: nowrap;
		height: 14px;
	}
	.title-area .product-sku{
		display: none;
	}
	.product-price{
		opacity: 1;
	}
	.retail-price-label{
		
		text-transform: uppercase;
		color: #FFFFFF;
		max-width: 59px;
		width: 100%;
		height: 12px;
		margin-right: 9px;
		
		padding: 1px 12px 1px 8px;
		background: url(../img/add-mobile.svg) no-repeat;
		font-weight: 450;
		font-size: 8px;
		line-height: 10px;
		text-transform: uppercase;
		color: #FFFFFF;
	}
	.retail-price-label a{
		width: 100%;
		padding-left:0;
		padding-top:1px;
		height: 12px;	
		font-weight: 450;
		font-size: 8px;
		line-height: 10px;
		text-transform: uppercase;
		color: #FFFFFF;	
	}
	.wholesale-price-label{

		text-transform: uppercase;
		color: #FFFFFF;
		max-width: 59px;
		width: 100%;
		height: 12px;
		margin-right: 9px;
		padding-left: 12px;
		padding: 1px 19px 1px 8px;
		background: url(../img/add-mobile.svg) no-repeat;
		font-weight: 450;
		font-size: 8px;
		line-height: 10px;
		text-transform: uppercase;
		color: #FFFFFF;
	}
	.wholesale-price-label a{


		font-weight: 450;
		font-size: 8px;
		line-height: 10px;
		text-transform: uppercase;

	}
	.product-item:hover .product-price,.product-item .product-price{
		margin-top: 0;
	}
	.product-price .price-val{
		font-weight: 500;
		font-size: 13px;
		line-height: 17px;
		color: #333333;
	}
	.product-price .retail-price .price-val span, .product-price .retail-price .price-val span.currency2, .product-price .wholesale-price .price-val span{
		font-weight: 400;
		font-size: 10px;
		line-height: 13px;
		text-decoration-line: line-through;
		color: #828282;
	}
	section.new-products-section{
		padding-bottom: 40px;
		padding-top: 40px;
	}
	section.category-section{
		padding: 36px 0;
	}
	.product-price .wholesale-price .price-val, .product-price .retail-price .price-val{
		margin-left: 0;
	}
	.new-products{
		padding: 0 10px;
	}
	.category-item{
		margin-bottom: 13px;
		max-width: 173px;
		flex: 0 0 49%;
	}
	.category-item .category-item-title{
		padding: 13px 10px 13px 10px;
		font-weight: 450;
		font-size: 12px;
		line-height: 15px;
		text-transform: uppercase;
		color: #000000;
		max-width: 125px;

	}
	.container{
		padding: 0 10px;
	}
	.about-content h1{
		font-weight: 400;
		font-size: 32px;
		line-height: 41px;
		color: #000000;
		margin-bottom: 29px;
		text-align: center;
	}
	.about-desc{
		font-weight: 400;
		font-size: 24px;
		line-height: 31px;
		color: #000000;
		margin-bottom: 29px;
		text-align: justify;
	}
	.about-desc2{
		font-weight: 400;
		font-size: 20px;
		line-height: 142%;
		color: #000000;
		margin-bottom: 40px;
		text-align: justify;
	}
	.video-icon {
	  position: absolute;
	  bottom: -125px;
	  right: auto;
	  text-align: center;
	  display: flex;
	  justify-content: center;
	  margin: 0 auto;
	  width: 100%;
	}
	.about-content{
		margin-left: 0;
		max-width: 100%;
		order: 1;
	}
	.about-img{
		max-width: 100%;
		order: 2;
	}
	.about-counter-item:first-child{
		border: 0;
		flex:0 0 50%;
		text-align: center;
		justify-content: center;
	}
	.about-counter-item {
		display: flex;
		flex-wrap: wrap;
		flex: 0 0 50%;
		text-align: center;
		justify-content: center;
	}
	.about-counter-item-num{
		font-weight: 400;
		font-size: 60px;
		line-height: 142%;
		text-align: center;
		color: #071522;
		margin-right: 0;
	}
	.about-counter-item-data {
		display: flex;
		flex-wrap: wrap;
		flex: 0 0 100%;
		justify-content: center;
	}	
	.about-counter-item-data1{
		font-weight: 400;
		font-size: 30.3924px;
		line-height: 142%;
		text-align: center;
		text-transform: uppercase;
		color: #000000;
	}
	.about-counter-item-data2{
		font-weight: 400;
		font-size: 15.1962px;
		line-height: 142%;
		text-align: center;
		text-transform: uppercase;
		color: #000000;		
	}
	.benefits-block-content h3{
		text-align: center;
	}	
	.benefits-block-content h3 a{
		font-weight: 400;
		font-size: 30px;
		line-height: 130%;
		color: #000000;
		text-align: center;
		display: block;
	}
	.benefits-block-content-desc{
		font-weight: 400;
		font-size: 18px;
		line-height: 140%;
		color: #000000;
		text-align: justify;
	}
	.benefits-block-list-item-data{
		font-weight: 400;
		font-size: 18px;
		line-height: 112%;
		color: #000000;
	}
	.wildberris-block ul li{
		margin-right: 10px;
	}
	.benefits-block-img{
		flex: 0 0 100%;
		padding: 46px 10px 58px 10px;
		margin: 0 -10px;
	}
	.benefits-block-img-desc{
		font-weight: 400;
		font-size: 24px;
		line-height: 142%;
		color: #000000;
		text-align: justify;
	}
	.benefits-block-img-desc2{
		font-weight: 400;
		font-size: 18px;
		line-height: 140%;
		color: #000000;
		text-align: justify;
	}
	.subscribe-form-img{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.subscribe-form-wrapper h4{
		font-weight: 450;
		font-size: 22px;
		line-height: 28px;
		text-transform: uppercase;
		color: #000000;
		margin-top: 0;
	}
	.about-counter-item-flex{
		justify-content: center;
	}
	.about-counter-item-desc{
		flex: 0 0 100%;
	}
	.about-counters{
		margin-bottom: 20px;
	}
	.subscribe-form-wrapper .subscribe-button {
		padding: 14px 16px;
		background: #000000;
		font-weight: 450;
		font-size: 13px;
		line-height: 17px;
		letter-spacing: 0.165em;
		text-transform: uppercase;
		color: #FFFFFF;
		text-decoration: none;
		display: inline-block;
		text-align: center;
	}	
	.benefits-block{
		padding: 100px 0;
	}
	.benefits-block-list-item{
		padding: 8px 0;
	}
	.wildberris-block ul li {
	    font-weight: 400;
	    font-size: 21px;
	    line-height: 33px;
	    color: #000000;
	    flex: 0 0 100%;
	}
	.footer-two-item h3{
		font-size: 18px;
	}
	.wildberris-block{
		margin: 20px 0 40px 0;
	}
	.benefits-block-img{
		margin: 0;
	}
	.benefits-block{
		padding-bottom: 0;
	}
	section.about-section {
	  padding: 50px 0;
	}
	footer{
		padding-top: 0;
		padding-bottom: 65px;
	}
	.subscribe-form{
		padding-top: 0;
		padding-bottom: 30px;
	}
	.subscribe-form-img {
		max-width: 100%;
		flex: 0 0 100%;
		margin: 0;
	}
	.footer-logo {
		margin-right: 0;
		margin-bottom: 27px;
	}
	.footer-desc{
		font-family: 'Futura PT';
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 26px;
		max-width: 100%;
		color: #000000;
	}
	.footer-two-item p{
		font-weight: 400;
		font-size: 20px;
		line-height: 26px;
		color: #000000;

	}
	.footer-two-item:first-child {
	  max-width: 100%;
	  width: 100%;
	  display: flex;
	  justify-content: center;
	}
	.footer-two-item .social{
		margin-top: 0px;
	}
	.footer-two-item .social ul li a{
		text-indent: -9999px;
	}
	.footer-two-item .social ul{
		display: flex;
	}
	.footer-two-item .social ul li{
		margin-right: 20px;
	}
	.footer-two-item .social ul li:last-of-type{
		margin: 0;
	}
	.footer-two-item:nth-child(2){
		max-width: 100%;
		flex: 0 0 50%;	
		order: 3;			
	}
	.footer-two-item:nth-child(3){
		max-width: 100%;
		flex: 0 0 50%;	
		order: 2;			
	}
	.footer-two-item:nth-child(4){
		max-width: 100%;		
		flex: 0 0 50%;	
		order: 1;			
	}
	.footer-two-item:nth-child(5) {
	  max-width: 100%;
	  flex: 0 0 50%;
	  order: 4;
	}
	.footer-two {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 20px 0 0px 0;
	}	
	.footer-two-item h3	{
		margin-bottom: 5px;
	}
	.footer-two-item{
		margin-bottom: 20px;
	}
	.topbar .topbar-right ul li{
		margin-right: 22px;
	}
	.topbar .topbar-left a{
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		color: #000000;
	}
	.main-menu .logo{
		margin-left: 0;
		margin: 0 auto;
	}
	.main-menu .logo img{
		max-width: 117px;
	}
	.main-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding-top: 17px;
		padding-bottom: 17px;
	}
	.main-menu .main-menu-right ul li{
		display: none;
	}
	.main-menu .main-menu-right ul li:last-of-type{
		display: block;
	}
	.main-menu .main-menu-right ul li:last-of-type a {
		padding-left: 0;
		text-indent: -9999px;
		display: block;
		width: 32px;
		height: 32px;
	}
	.main-menu .main-menu-right ul li:last-of-type a::before {
		content: '';
		display: inline-block;
		background: url(../img/whatsapp.svg);
		width: 32px;
		height: 32px;
		position: absolute;
		left: 0;
		top: -1px;
	}
	.main-menu-left{
		display: none;
	}
	.flex-wrapper > .sidebar{
		flex: 0 0 100%;
		max-width: 100%;
		display: none;
	}
	ul.products li.product {
		flex: 0 0 49%;
		margin-bottom: 20px;
		margin-right: 0;
		overflow-x: hidden;
	}
	.products .product .product-item{
		overflow: hidden;
	}
	ul.products li.product .product-img img{
		height: 250px;
		width: auto;
	}
	.products .product .product-price{
		opacity: 1;
	}
	.title-area{
		padding-top: 9px;
	}
	.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{
		font-size: 1.2rem;
	}
	.lmp_load_more_button .lmp_button{
		font-size: 17px !important;
		color: #333333 !important;
		background-color: #ffffff !important;
		padding-top: 14px !important;
		padding-right: 29px !important;
		padding-bottom: 14px !important;
		padding-left: 29px !important;

	}
	.lmp_load_more_button{
		margin-bottom: 40px;
	}
	h1, .alpha{
		font-weight: 400;
		font-size: 30px;
		line-height: 120%;
		color: #000;
		margin-bottom: 14px;
		text-align: center;

	}
	.woocommerce-ordering{
		margin-bottom: 0;
	}
	.woocommerce-result-count{
		float: left;
	}
	.products .product .product-item{
		height: auto;
	}
	.woocommerce-ordering, .woocommerce-result-count{
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		color: #828282;
	}
	.copyright{
		justify-content: center;
	}
	.single-product div.product .woocommerce-product-gallery{
		width: 100%;
		margin-right: 0;
		display: flex;
		flex-wrap: wrap;
	}
	.woocommerce-gallery-images-main-position-left{
		width: 100%;
	}
	/*.woocommerce-gallery-images-gallery-position-left{
		display: flex;
		flex-wrap: wrap;
	}*/
	.woocommerce-gallery-images-gallery-carousel-cell{
		width: auto !important;
	}
	.woocommerce-gallery-images-gallery-position-left .slick-track{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		
	}
	.woocommerce-gallery-images-gallery-position-left .slick-track .slick-slide{
		flex: 0 0 81px;
	}
	.woocommerce-gallery-images-gallery-position-left{
		width: 100%;
	}
	/*.woocommerce-gallery-images-gallery-position-left {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 10px;
		margin-right: 0;
		width: 100%;
	}*/
	.woocommerce-gallery-images-gallery-position-left{
		margin: 0;
	}
	.woocommerce-gallery-images-gallery-carousel{
		margin-top: 10px;
	}
	.woocommerce-gallery-images-gallery-carousel-cell img{
		opacity: 0.8;
		width: 80px;
		height: 100px;
	}
	
	
	.slick-prev{
		left: 0;
	}
	.slick-next{
		right: 0;
	}
	section.reviews-block textarea{
		height: 100px;
	}
	.woocommerce-tabs ul.tabs li a{
		font-weight: 400;
		font-size: 22px;
		line-height: 28px;
		color: #333333;
		padding: 15px 0;
	}
	.woocommerce-tabs ul.tabs li.active a{
		font-weight: 400;
		font-size: 22px;
		line-height: 28px;
		color: #071522;
		padding: 15px 0;
	}
	.woocommerce-tabs ul.tabs li{
		margin-right: 40px;
	}
	.woocommerce-tabs ul.tabs {
		float: none;
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		margin-right: 0;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.product-params__table th{
		background: transparent;
	}
	.wildberries-table{
		flex: 0 0 100%;
	}
	section.reviews-block{
		padding: 40px 0;
	}
	.wildberries-table-in{
		height: auto;
		position: relative;
	}
	.woocommerce-tabs .panel{
		margin-top: 20px;
	}
	.wildberries-table table:not(.has-background) th{
		background: transparent;
	}
	.cart-collaterals{
		margin: 0;
	}
	.not-mobile{
		display: none;
	}
	.shop_table .quantity{
		float: ri;
	}
.optovik_title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  color: #000000;
  margin-bottom: 15px;
}
	.optovik_title a{
		font-weight: 400;
		font-size: 20px;
		line-height: 26px;
		color: #071522;
		display: block;
	}
	.optovik_title2{
		font-weight: 400;
		font-size: 40px;
		line-height: 51px;
		color: #000000;
		margin-bottom: 30px;
	}
	.optovik_item .title1{
		font-weight: 400;
		font-size: 28px;
		line-height: 130%;
		color: #071522;

	}
	.optovik-center{
		max-width: 100%;
		order: 1;
	}
	.optovik-left{
		max-width: 100%;
		order: 2;		
	}
	.optovik-right{
		max-width: 100%;
		order: 3;		
	}	
	.optovik-right .optovik_title2{
		display: none;
	}
	.opt13{
		padding-bottom: 0;
	}
.opt23 .title3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
}
.opt23 .opt2-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
	.contacts-wrapper-block{
		padding: 36px;
	}
	.contacts-wrapper-social .contacts-wrapper-social-in ul{
		flex-wrap: wrap;
	}
	.contacts-wrapper-social{
		padding: 0;
	}
	.contacts-wrapper-social-in{
		flex: 0 0 50%;
	}
	.contacts-wrapper-map-title{
		font-weight: 400;
		font-size: 28px;
		line-height: 120%;
		color: #000000;
	}
	.contacts-in .contacts-label{
		margin-bottom: 0px;
	}
	.contacts-in:nth-child(3){
		max-width: 100%;
	}
	
	.WooAjaxSearch_search-btn{
		padding-right: 49px;
		padding-left: 0px;
	}
	.WooAjaxSearch_ajax-wrapper{
		background: #fff;
	}
	.search-close {
		position: absolute;
		left: 11px;
		width: 18px;
		height: 18px;
		display: none;
		cursor: pointer;
		background: url(../img/cross.svg) no-repeat;
		background-color: rgba(0, 0, 0, 0);
		top: 18px;
		background-color: #fff;
		padding-right: 100px;
	}

	.WooAjaxSearch_shortcode {
		position: absolute;
		left: 37px;
		top: 0;
		width: calc(100% - 37px);
		display: none;
	}
	.mobile-menu-block.show {
	  display: block !important;
	  position: absolute;
	  background: #fff;
	  width: 100%;
	  z-index: 999;
	  left: 0;
	  top: 0;
	  height: auto;
	  padding-bottom: 80px;
	}
	.wrapper.hide{
		display: none;
	}
	.woocommerce-gallery-images-main-position-left{
		height: 435px;
		overflow: hidden;
	}

	.woocommerce-gallery-images-gallery-carousel{
		height: 100px;
		
	}
	.single-product div.product .woocommerce-product-gallery{
		height: auto;
	}
	.flickity-button:focus{
		box-shadow: none !important;
	}
	.shop_table .input-text.qty.text {
	    display: block;
	    float: right;
	}
	table.shop_table_responsive tr td[data-title]::before{
		margin-right: 5px;
	}
	.shop_table .product-price {
	    opacity: 1;
	    padding: 0.618em 0px;
	}
	table.cart td, table.cart th {
	    padding: 0.875em 0;
	}
	#shipping_method{
		text-align: left;
	}
	table.shop_table_responsive tbody tr td, table.shop_table_responsive tbody tr th{
		flex: 1;
	}
	#order_review #shipping_method{
		text-align: left;
	}
	#order-total td{
		text-align: center;
	}
	.menu-button{
		background: url(../img/menu.svg) no-repeat;
		width: 26px;
		height: 14px;
		display: block;
		cursor: pointer;
	}
	.main-menu-left-mobile{
		display: block;
	}
	.main-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding-top: 17px;
		padding-bottom: 17px;
	}
	.main-menu-left-mobile {
		display: flex;
		position: absolute;
		left: 10px;
	}
	.main-menu-right{
		display: flex;
  		position: absolute;
  		right: 10px;
	}
	.mobile-menu-topbar{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 22px 0;
		border-bottom: 1px solid #000;
	}
	.mobile-menu-topbar-left{
		position: absolute;
		left: 10px;
	}
	.mobile-menu-topbar-right{
		position: absolute;
		right: 10px;
	}
	.arrow-back{
		background: url(../img/back.svg) no-repeat;
		width: 33px;
		height: 16px;
		display: block;

	}
	.mobile-menu-topbar-center img{
		max-width: 117px;
	}
	.mobile-menu-block-in ul.menumob {
		margin-bottom: 40px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		padding: 0 10px;
	}
	.mobile-menu-block-in ul.menumob li{
		width: 100%;
	}
	.mobile-menu-block-in ul.menumob li a {
		width: 100%;
		font-weight: 400;
		font-size: 20px;
		line-height: 26px;
		color: #000000;
		padding: 14px 0;
		position: relative;
		display: block;
		border-bottom: 1px solid #BDBDBD;
	}
	.mobile-menu-block-in ul.menumob li a::after {
		content: url(../img/menu-arrow.svg);
		width: 26px;
		height: 26px;
		position: absolute;
		right: 0;
		display: block;
		top: 14px;
	}
	.mobile-menu-contacts{
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.mobile-menu-contacts h3{
		font-weight: 500;
		font-size: 20px;
		line-height: 26px;
		text-transform: uppercase;
		color: #000000;
		margin-bottom: 16px;
	}
	.mobile-menu-contacts p{ 
		font-weight: 400;
		font-size: 20px;
		line-height: 26px;
		color: #000000;
	}
	.mobile-menu-contacts p a{
		display: block;
	}
	.mobile-menu-buttons{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 10px;
		align-items: center;
	} 
	
	.mobile-menu-buttons a.button1{
		background: #000000;
		padding: 14px 42px;
		font-weight: 450;
		font-size: 13px;
		line-height: 17px;
		letter-spacing: 0.165em;
		text-transform: uppercase;
		color: #FFFFFF;

	}
	.mobile-menu-buttons a {
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		color: #000000;
		display: block;
		flex: 0 0 169px;
		text-align: center;
	}
	.mobile-menu-extra{
		padding: 0 10px;
		margin-top: 50px;
	}
	.mobile-menu-extra p{
		font-weight: 400;
		font-size: 20px;
		line-height: 26px;
		color: #000000;
		margin-bottom: 10px;
	}
	.mobile-menu-extra .social ul{
		display: flex;
		list-style: none;
	} 
	.mobile-menu-extra .social ul li{
		margin-right: 20px;
	} 
	.over-x{
		height: 100vh;
		overflow: hidden;
	}
	.wrapper{
		overflow-x: hidden;
	}
	.flex-product .product-price .retail-price .price-val span, .flex-product .product-price .retail-price .price-val span.currency2, .flex-product .product-price .wholesale-price .price-val span{
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		text-decoration-line: line-through;
		color: #828282;
	}
	.flex-product .product .retail-price-label, .flex-product .product .wholesale-price-label{
		font-weight: 450;
		font-size: 12px;
		line-height: 15px;
		display: flex;
		align-items: center;
		text-transform: uppercase;
	}
	.flex-product .product .product-price .retail-price .price-val span.price-val-2 span, .flex-product .product .product-price .retail-price .price-val span.price-val-2, .flex-product .product .product-price .retail-price .price-val span.currency1{
		font-weight: 500;
		font-size: 20px;
		line-height: 26px;
		color: #333333;
	}
	.flex-product .product .product-price .wholesale-price, .flex-product .product .product-price .retail-price{
		flex: 0 0 100%;
	}
	.flex-product .retail-price-label {
		font-weight: 450;
		font-size: 12px;
		line-height: 18px;
		text-transform: uppercase;
		color: #FFFFFF;
		max-width: 87px;
		width: 100%;
		height: 18px;
		margin-right: 10px;
		padding-left: 12px;
		flex: 0 0 87px;
		background: url(../img/roznica.svg) no-repeat;
	}
	.flex-product .retail-price{
		margin-bottom: 0;
	}
	.flex-product .wholesale-price-label{
		font-weight: 450;
		font-size: 12px;
		line-height: 18px;
		text-transform: uppercase;
		color: #FFFFFF;
		max-width: 87px;
		width: 100%;
		height: 18px;
		flex: 0 0 87px;
		margin-right: 10px;
		padding-left: 20px;
		background: url(../img/opt.svg) no-repeat;	
	}
	.woo-selected-variation-item-name{
		font-weight: 400;
	}
	.flex-product .product .product-price .retail-price .price-val, .product .product-price .retail-price .price-label, .flex-product .product .retail-price-label, .flex-product .product .product-price .wholesale-price .price-val {
		flex: 1;
	}
	.flex-product .product .retail-price-label, .flex-product .product .wholesale-price-label{
		margin-bottom: 0;
	}
	.flex-product .wholesale-price .price-val span.price-val-1, .flex-product .product .product-price .wholesale-price .price-val span.currency1 {
		font-weight: 500;
		font-size: 20px !important;
		line-height: 26px;
		color: #333333;
	}

	table.product-params__table:not(.has-background) th::after{
		width: 50%;
	}
	.md-size-chart-modal-content{
		padding: 10px;
	}
	.mobile-buy .local-buy img{
		width: 53px;
	}
	
	.mobile-buy{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin-top: 30px;
	}
	.mobile-buy .wild00 a{
		display: block;
		background: url(../img/wild00.svg);
		font-weight: 400;
		font-size: 20.9637px;
		line-height: 27px;
		color: #FFFFFF;
		padding: 7px 46px 7px 38px;
	}
	.mobile-buy .single_add_to_cart_button.button.alt{
		display: flex;
	}
	.single-product div.product form.cart {
		margin-bottom: 0;
		padding: 1em 0 0 0;
	}
.product-item .wholesale-price-label, .product-item .retail-price-label, .flex-product .product .wholesale-price-label, .flex-product .product .retail-price-label{
	font-family: 'Futura PT';
font-style: normal;
font-weight: 450;
font-size: 8px;
line-height: 10px;
text-transform: uppercase;

/* White */
color: #FFFFFF;

padding: 1px 27px 1px 5px;
flex: 0 0 100%;
background: url(../img/price-mobile.svg) no-repeat;
width: 90px;
height: 12px;
max-width: 100%;
margin-right: 0;
}
.product-item .wholesale-price-label{
	background: transparent;
	color: #071522;
}
.flex-product .product .product-price .retail-price .price-val, .flex-product .product .product-price .wholesale-price .price-val {
	flex: 0 0 50%;
}
}
table.cart td.product-remove {
    display: table-cell;
    padding: 1.618em 0;
    border: 0;
}
table.cart td.product-name{
	padding-left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1399px){
	table.cart td.product-name{
		text-align: left;
	}
	.benefits-block-img img{
		margin: 0 auto;
	}
	.cart-block {
	    max-width: 968px;
	}
	ul.products li.product{
		flex: 0 0 31%;
	}
	.container {
		max-width: 1400px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.main-menu .logo{
		margin: 0;
	}
	.main-menu ul li a{
		font-size: 18px;
	}
	.main-menu ul li{
		margin-right: 20px;
	}
	.category-item{
		flex: 0 0 32%;
	}
	.main-menu .logo {
	  margin-left: 69px;
	}
	.main-menu .main-menu-right ul li {
	  margin-right: 20px;
	}
	.about-counter-item, .about-counter-item:first-child{
		flex: 0 0 260px;
	}
	.about-counter-item{
		flex: 0 0 300px;
	}
	.about-content {
	  flex: 1;
	  margin-left: 70px;
	  max-width: 690px;
	}
	.about-counter-item-num{
		font-size: 72px;
	}
	.video-icon{
		display: none;
	}
	.content-block .about-counter-item-num {
	  font-weight: 400;
	  font-size: 55px;
	  line-height: 74px;
	  color: #071522;
	}
	.content-block .about-counter-item {
	  flex: 0 0 272px;
	}
	.content-block .about-counter-item-num {
	  font-weight: 400;
	  font-size: 46px;
	  line-height: 74px;
	  color: #071522;
	}
	.content-block .about-img {
	  max-width: 330px;
	}
	.content-block .about-counter-item:first-child {
	  max-width: 218px;
	}
	.benefits-block-img {
	  /*background: #F4F4F4;*/
	  flex: 1;
	}
	.content-block .benefits-block-img {
	  max-width: 450px;
	}
	.flex-wrapper > .content-block {
	  flex: 1;
	}
	.optovik-right, .optovik-left{
		max-width: 300px;
	}
	.optovik_title2 {
	  font-weight: 400;
	  font-size: 34px;
	  line-height: 62px;
	  color: #000000;
	  margin-bottom: 49px;
	}
	.opt2-desc a{
		display: block;
	}
	.opt33 .opt33-title1 {
	  font-weight: 400;
	  font-size: 43px;
	  line-height: 48px;
	  color: #000000;
	  margin-bottom: 35px;
	}

}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.container{
		padding: 0 20px;
	}
	.flex-wrapper > .sidebar{
		flex: 0 0 100%;
		max-width: 100%;
		display: none;
	}
	.product-item-img {
  		max-height: 420px;
	}
	ul.products li.product {
	    flex: 0 0 49%;
	    margin-right: 0;
	}
	.subscribe-form-img {
		max-width: 610px;
		flex: 0 0 610px;
		margin-right: auto;
		margin-left: auto;
	}
	.footer-logo {
		margin-right: 60px;
	}
	.footer-desc{
		flex: 1;
	}
	.footer-two-item{
		flex: 0 0 30%;
	}
	.footer-two-item .social {
	  margin-top: 20px;
	  margin-bottom: 40px;
	}
	.footer-two {
	  display: flex;
	  flex-wrap: wrap;
	  padding: 60px 0 90px 0;
	  justify-content: space-evenly;
	}
	.main-menu-left {
	  display: none;
	}
	.main-menu-left-mobile {
	  display: flex;
	  position: absolute;
	  left: 20px;
	}
	.main-menu-right {
	  display: flex;
	  position: absolute;
	  right: 20px;
	}
	.main-menu .main-menu-right ul li {
	  display: none;
	}
	.main-menu .main-menu-right ul li:last-of-type {
	  display: block;
	}
	.menu-button {
	  background: url(../img/menu.svg) no-repeat;
	  width: 26px;
	  height: 14px;
	  display: block;
	  cursor: pointer;
	}
	.main-menu .logo {
		margin-left: 0;
		max-width: 165px;
	}
	.main-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.main-menu ul li:last-of-type{
		margin-right: 0;
	}
	.category-item {
		flex: 0 0 49%;
	}
	.category-item .category-item-title{
		max-width: 290px;
	}
	.about-counter-item {
		flex: 0 0 351px;
	}
	.about-counter-item, .about-counter-item:first-child {
		flex: 0 0 281px;
	}
	.about-img {
		max-width: 100%;
		position: relative;
		margin: 0 auto;
		flex: 0 0 100%;
		text-align: center;
	}
	.about-img img{
		max-width: 300px;
		display: inline-block;
	}
	.benefits-block-content {
		max-width: 100%;
	}
	.benefits-block-img {
		background: #F4F4F4;
		padding: 50px;
		flex: 1;
		text-align: center;
		margin: 0 auto;
	}
	.benefits-block-content {
		max-width: 100%;
	}
	.benefits-block-img img {
		display: inline-block;
		margin: 0 auto;
		text-align: center;
	}
	.single-product div.product .woocommerce-product-gallery{
		width: 100%;
	}
	.single-product div.product .summary{
		width: 100%;
	}
	.mobile-menu-block.show{display: block !important;}
	.mobile-menu-topbar{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 22px 0;
		border-bottom: 1px solid #000;
	}
	.mobile-menu-topbar-left{
		position: absolute;
		left: 10px;
	}
	.mobile-menu-topbar-right{
		position: absolute;
		right: 10px;
	}
	.arrow-back{
		background: url(../img/back.svg) no-repeat;
		width: 33px;
		height: 16px;
		display: block;

	}
	.mobile-menu-topbar-center img{
		max-width: 117px;
	}
	.mobile-menu-block-in ul.menumob {
		margin-bottom: 40px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		padding: 0 10px;
	}
	.mobile-menu-block-in ul.menumob li{
		width: 100%;
	}
	.mobile-menu-block-in ul.menumob li a {
		width: 100%;
		font-weight: 400;
		font-size: 20px;
		line-height: 26px;
		color: #000000;
		padding: 14px 0;
		position: relative;
		display: block;
		border-bottom: 1px solid #BDBDBD;
	}
	.mobile-menu-block-in ul.menumob li a::after {
		content: url(../img/menu-arrow.svg);
		width: 26px;
		height: 26px;
		position: absolute;
		right: 0;
		display: block;
		top: 14px;
	}
	.mobile-menu-contacts{
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.mobile-menu-contacts h3{
		font-weight: 500;
		font-size: 20px;
		line-height: 26px;
		text-transform: uppercase;
		color: #000000;
		margin-bottom: 16px;
	}
	.mobile-menu-contacts p{ 
		font-weight: 400;
		font-size: 20px;
		line-height: 26px;
		color: #000000;
	}
	.mobile-menu-contacts p a{
		display: block;
	}
	.mobile-menu-buttons{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 10px;
		align-items: center;
	} 
	
	.mobile-menu-buttons a.button1{
		background: #000000;
		padding: 14px 42px;
		font-weight: 450;
		font-size: 13px;
		line-height: 17px;
		letter-spacing: 0.165em;
		text-transform: uppercase;
		color: #FFFFFF;

	}
	.mobile-menu-buttons a {
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		color: #000000;
		display: block;
		flex: 0 0 169px;
		text-align: center;
	}
	.mobile-menu-extra{
		padding: 0 10px;
		margin-top: 50px;
	}
	.mobile-menu-extra p{
		font-weight: 400;
		font-size: 20px;
		line-height: 26px;
		color: #000000;
		margin-bottom: 10px;
	}
	.mobile-menu-extra .social ul{
		display: flex;
		list-style: none;
	} 
	.mobile-menu-extra .social ul li{
		margin-right: 20px;
	} 
	.over-x{
		height: 100vh;
		overflow: hidden;
	}
	.wrapper{
		overflow-x: hidden;
	}
	.sticky-wrapper{
	}
	.content-block .about-img {
	  max-width: 100%;
	}
	.content-block .about-content {
	  flex: 1;
	  margin-left: 0;
	  max-width: 100%;
	}

	.content-block .about-counter-item {
	  flex: 0 0 320px;
	}
	.content-block .about-counter-item:first-child {
	  max-width: 330px;
	}
	.content-block .benefits-block-content {
	  max-width: 100%;
	}
	.content-block .benefits-block-img {
  max-width: 100%;
  margin-top: 30px;
}
.subscribe-form-wrapper {
  flex: 0 0 100%;
}
}
@media screen and (min-width: 1025px) and (max-width: 1281px){

	.container{
		padding: 0 20px;
		margin-bottom: 50px;
	}
	.flex-wrapper > .sidebar {
	  max-width: 295px;
	  flex: unset;
	}
	
	.product-item .buttons-block .wildberris-buy a {
  display: flex;
  max-width: 245px;
  width: 100%;
  font-weight: 400;
  font-size: 19.8947px;
  line-height: 26px;
  color: #333333;
  padding: 0 0px 0 32px;
  text-decoration: none;
  background: url(../img/wild.svg);
    background-size: auto;
  height: 35.1px;
  width: 215px;
  align-items: center;
  background-size: 215px;
}
	.local-buy{
		width: 44px;
	}
	.product-item{
		height: 496px;
	}
	.product-item .buttons-block .wildberris-buy {
  position: relative;
  z-index: 4;
  left: -1px;
}
.content-block .about-counter-item:first-child {
  max-width: 207px;
}
.content-block .about-counter-item {
  flex: 0 0 264px;
}
}
@media screen and (min-width: 1282px) and (max-width: 1367px){
	.flex-wrapper > .content-block {
  flex: 1;
}
.flex-wrapper > .sidebar {
  max-width: 280px;
  flex: 1;
}
ul.products li.product {
  flex: 0 0 31%;
  margin-bottom: 30px;
}
.local-buy {
  position: relative;
  right: 10px;

}
.woocommerce-gallery-images-main-position-left {
  width: 81%;
}
.content-block .about-content{
	margin-left: 20px;
}
.content-block .about-counter-item:first-child {
  max-width: 225px;
}
.about-counter-item {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 288px;
  align-items: center;
}
}

.gallery-img{
	height: 100px;
}
#opt-content{
	max-width: 90%;
width: 100%;
padding: 50px 100px;
}
#opt-content h2{
	font-family: 'Futura PT';
font-style: normal;
font-weight: 400;
font-size: 55px;
line-height: 120%;
color: #000000;
}
#opt-content table{
	margin-bottom: 0;
}
#opt-content .single_variation_wrap{
	display: none !important;
}
#opt-content table.variations th, #opt-content table.variations td {
  display: list-item;
  padding: 0;
  list-style: none;
  background-color: rgba(0, 0, 0, 0);
}
#opt-content .woocommerce-variation-description{
	display: none;
}
#opt-content .summary.entry-summary{
	display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 100%;
}

#opt-content .summary.entry-summary{
	display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 100%;
}

#opt-content .variations_form{
	flex: 1;
}
.cart-text .benefits-block-list-item {
  border-top: 1px solid #BDBDBD;
  padding: 23px 0;
  flex: 0 0 49%;
  }
  .cart-text .benefits-block-list-item:nth-child(3){
	border-bottom: 1px solid #BDBDBD;
  }
  .cart-text button.single_add_to_cart_button.alt {
  background: transparent;
  font-weight: 400;
  font-size: 20px;
  line-height: 142%;
  text-decoration-line: underline;
  color: #000000;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
}
@media only screen and (max-width:767px){

	#opt-content{
	max-width: 90%;
width: 100%;
padding:30px 10px;
}
#opt-content h2{
	font-family: 'Futura PT';
font-style: normal;
font-weight: 400;
font-size: 25px;
line-height: 110%;
color: #000000;
}
#opt-content table{
	margin-bottom: 0;
}
#opt-content .single_variation_wrap{
	display: none !important;
}
#opt-content table.variations th, #opt-content table.variations td {
  display: list-item;
  padding: 0;
  list-style: none;
  background-color: rgba(0, 0, 0, 0);
}
#opt-content .woocommerce-variation-description{
	display: none;
}
#opt-content .summary.entry-summary{
	display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 100%;
}

#opt-content .summary.entry-summary{
	display: flex;
flex-wrap: wrap;
width: 100%;
max-width: 100%;
}

#opt-content .variations_form{
	flex: 1;
}
.cart-text .benefits-block-list-item {
  border-top: 1px solid #BDBDBD;
  padding: 23px 0;
  flex: 0 0 100%;
  }
  .cart-text .benefits-block-list-item:nth-child(3){
	border-bottom: 1px solid #BDBDBD;
  }
  .cart-text button.single_add_to_cart_button.alt {
  background: transparent;
  font-weight: 400;
  font-size: 20px;
  line-height: 142%;
  text-decoration-line: underline;
  color: #000000;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
}
.footer-button{
	width: 200px;
}
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;

}

.news-column {
background-color: #fff;
border: 1px solid #ddd;
padding: 15px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.news-item .news-thumbnail {
margin-bottom: 15px;
}

.news-thumbnail img {
width: 100%;
height: auto;
border-bottom: 1px solid #ddd;
padding-bottom: 15px;
margin-bottom: 15px;
}

/* News Item Styling */
.news-item {
display: flex;
flex-direction: column;
}

.news-title {
font-size: 1.25em;
margin: 0 0 10px 0;
}

.news-title a {
color: #333;
text-decoration: none;
transition: color 0.3s ease;
}

.news-title a:hover {
color: #007bff;
}

.news-meta {
font-size: 0.85em;
color: #666;
margin-bottom: 10px;
}

.news-summary {
flex-grow: 1;
}

.read-more {
background-color: #007bff;
color: #fff;
text-align: center;
padding: 10px 15px;
text-decoration: none;
border-radius: 5px;
display: inline-block;
margin-top: 15px;
}

/* Responsive Grid for smaller screens */
@media (max-width: 991px) {
.news-grid {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 767px) {
.news-grid {
grid-template-columns: 1fr;
}
	.product_card {
		flex-direction: column;
		gap: 20px;
	}

	.product_card .product_card_poster {
		max-width: unset;
		width: 100%;
	}
	.menu-item-has-children .sub-menu .menu-item {
		border-bottom: none !important;
		padding: 0 !important;
		/*padding-bottom: 6px;*/
	}
	.menu-item-has-children .sub-menu .menu-item a{
		font-size: 14px;
		padding: 20px 0 6px 0;
		/*padding-left: 15px !important;*/
	}

	.category_products_header_right img {
		max-width: 100%;
	}
	.category_products_header_info {
		flex-direction: column-reverse;
		padding: 10px !important;
	}

	.category_info_advantages {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 10px 20px !important;
	}

	.category_info_advantages::-webkit-scrollbar {
		display: none;
	}

	.category_info_advantages {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.info_advantages_item {
		min-width: 100%;
		flex-basis: 100%;
	}

	.category_products_header_info .product_card_price_wrap a {
		justify-content: center;
		text-align: center;
		width: 100%;
	}
}

/* Page Header for Archive */
.page-header {
background-color: #f8f8f8;
padding: 20px;
margin-bottom: 30px;
}

.page-title {
font-size: 2em;
margin: 0;
}

/* Footer and Sidebar */
.site-footer,
.site-sidebar {
background-color: #f1f1f1;
padding: 20px;
}

/* Posts Navigation */
.posts-navigation {
margin-top: 20px;
display: flex;
justify-content: space-between;
}

.faq-accordion {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px; /* Space between accordion and other page elements */
}

.faq-accordion .faq-item {
  margin-bottom: 10px;
}

.faq-accordion .faq-question {
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px solid #ccc;
  position:relative;
  
}

.faq-accordion .faq-answer {
  font-weight: bold;
  
  background: #fff;
  display: none;
  padding: 1.25em;
  
}


.faq-item:last-child {
  border-bottom: none;
}


.faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: bold;
  transition: transform 0.3s ease; /* Animation for the icon */
}

.faq-item.active .faq-question::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg); /* Rotate icon when active */
}


.contact-widget {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 991;
    background: #fff;
    border-radius: 50%;
    padding: 14px 10px 10px 14px;
}

.contact-toggle img {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.contact-options {
    display: none;
    position: absolute;
    bottom: 65px;
    right: 0;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 10px;
    text-align: center;
    width: 250px;
}

.contact-options h4 {
    margin-top: 0;
}

.contact-options a {
    margin: 10px 0;
    display: flex;
  align-items: center;
  gap: 15px;
}

.close-contact {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

/* Стили для всплывающего окна */
#cf7-form {
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 5px;
    max-width: 500px;
}

/* Стили для формы */
.wpcf7-form {
    display: flex;
    flex-direction: column;
}

.wpcf7-form .wpcf7-form-control {
    margin-bottom: 10px;
}

.wpcf7-form .wpcf7-submit {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.wpcf7-form .wpcf7-submit:hover {
    background-color: grey;
}

@-webkit-keyframes pulse-black {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.65);
        transform: scale(1.0);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.15);
        transform: scale(1.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        transform: scale(1.0);
    }
}
@keyframes pulse-black {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.65);
        transform: scale(1.0);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.15);
        transform: scale(1.1);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        transform: scale(1.0);
    }
}

.contact-widget{
    
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    -webkit-animation: pulse-black 2s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse-black 2s infinite cubic-bezier(0.66, 0, 0, 1);
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width:767px){
	#cf7-form{
		max-width: 100%;
	}
	  .optovik_title a.fancybox-inline {
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    display: block;
    margin-top: 10px;
    padding: 14px 5px;
  }
  
}