@font-face {
	font-family: 'Oswald-Light';
	font-display: swap;
	src: url('../fonts/Oswald/Oswald-Light.woff2') format("woff2");
}
@font-face {
	font-family: 'Oswald-ExtraLight';
	font-display: swap;
	src: url('../fonts/Oswald/Oswald-ExtraLight.woff2') format("woff2");
}
@font-face {
	font-family: 'Oswald-Regular';
	font-display: swap;
	src: url('../fonts/Oswald/Oswald-Regular.woff2') format("woff2");
}
@font-face {
	font-family: 'Oswald-Medium';
	font-display: swap;
	src: url('../fonts/Oswald/Oswald-Medium.woff2') format("woff2");
}
@font-face {
	font-family: 'Oswald-SemiBold';
	font-display: swap;
	src: url('../fonts/Oswald/Oswald-SemiBold.woff2') format("woff2");
}
 
@font-face {
	font-family: 'OpenSans-Regular'; 
	font-display: swap;
	src: url('../fonts/OpenSans/OpenSans-Regular.woff2') format("woff2");
}
@font-face {
	font-family: 'OpenSans-Light';
	font-display: swap;
	src: url('../fonts/OpenSans/OpenSans-Light.woff2') format("woff2");
}
@font-face {
	font-family: 'OpenSans-SemiBold';
	font-display: swap;
	src: url('../fonts/OpenSans/OpenSans-SemiBold.woff2') format("woff2");
}


*:focus {
    outline: none;
}
.class_text_seo_category a {
    color: #333399;
}
a {
    color: #fff;
    transition: 0.5s;
    font-family: 'OpenSans-Regular'; 
}

a:active {
	text-decoration: none;
	list-style-type: none;
}

a:hover {
	text-decoration: none;

}
a:focus {
    text-decoration: none;
}
p{
	margin:0;
	font-family: 'OpenSans-Regular', sans-serif;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    border: none;
    width: 100%;
}

ul {
    padding-left: 0px;
    margin-bottom: 0px !important;
}
li {
    list-style-type: none;
    text-decoration: none;
}
input:focus {
    outline: none !important;
}
.active_pop_up{
	display:block!important;
	top: 50%!important;
	background: rgba(0, 0, 0, 0.65);
	transition-duration: 1s;
}
.pop_up_product.active_pop_up{
	display:block!important;
	top: 50%!important;
	/* background: rgba(0, 0, 0, 0.65); */
	transition-duration: 1s;
	opacity: 1!important;
}
.mynewclass button.menu_btn{
	left:-70px;
}
.active_like{
	display:block!important;
}
.container{
	width:100%;
}
.sub-menu li a{
	color: #dddddd!important;
}
.contant{
	width:100%;
	padding:0 130px;
}
.displayflex{
	display:flex;
}
/*header*/
header {
	padding: 35px 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2; 
	height: 160px;
}
header.header_fixed_min{
	position:fixed;
	top:-160px;
	transition-duration:1s;
	background: #f4f4f4!important;
	}
header.navigation--is-visible--width{
	position:fixed;
	top:0px;
	transition-duration:1s;
	background: #f4f4f4!important;
}
.header_left{
	/* display:none; */
	width: 45%;
	padding-left: 45px;
	padding-top: 7px;
}
.header_left, .logo{
	float:left;
}
.header_left_tel {
	display: none;
	position: absolute;
	left: 100px;
}
.header_left_tel img {
	width: 25px;
}
.menu_left ul>li{
	display:inline-block;
	margin-right: 45px;
	position: relative;
	height: 50px;
}
.menu_left ul>li li{
	margin-right: 10px;
	clear:both;
	width:100%;
	font-weight: normal;
}
li.current-product_category-ancestor a{
	color:#e8454f!important;
}
.menu_left ul>li li a{
	font-family:Oswald-Light;
}
.menu_left{
	float:left;
}
.logo{
	width:10%;
}
.logo img{
	height: 78px;
	display: block;
	margin: 0 auto;
	margin-top: 2px;
}
.header_right{
	float:right;
	padding-top: 7px;
	padding-right: 45px;
	/* width: 45%; */
}
.nav_btn {
	display: flex;
}
.menu_left ul li a, .menu_right ul li a {
	font-family: 'Oswald-Regular';
	font-size: 16px;
	transition: .3s;
	color: #1d1d1b;
	text-decoration: none;
	text-transform: uppercase;
}
.current-menu-item a{
	color:#e8454f!important;	
}
.menu_left ul li a:hover, .menu_right ul li a:hover {
	color: #e7454f;
}
.header_tel a {
	font-family: 'Oswald-SemiBold' !important;
	font-size: 16px;
	color: #e7454f !important;
}
.header_tel .header_tel-desctop-icon {
	display: none;
}
.header_tel .header_tel-desctop-icon img {
	width: 25px;
	position: relative;
	bottom: -3px;
	cursor: pointer;
}

.sub-menu{
	position:absolute;
	width: 400px;
	background: #1e1e1e;
	padding: 30px;
	left: -65px;
	top: 48px;
	height: 499px;
	overflow-x: hidden;
	overflow-y: scroll;
	display: none;
}

.sub-menu-wrap{
	display:none;
}
.menu_left ul li:hover .sub-menu{
	display:block;
}
.menu_left ul li:hover .sub-menu-wrap{
	display:block;
}
.sub-menu::-webkit-scrollbar {
width: 10px;
}

.sub-menu::-webkit-scrollbar-track {
border-radius: 10px;
background:#343434;
}

.sub-menu::-webkit-scrollbar-thumb {
background:#a23636; 
border-radius: 10px;
}

.sub-menu::-webkit-scrollbar-thumb:hover {
background:rgb(54, 56, 58); 
}

.sub-menu-wrap:after{
	content:'';
	position:absolute;
	top: 39px;
	left: 18px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #1e1e1e transparent;
}

.sub-menu li{
	display:block;
	margin-bottom: 17px;
	height: auto!important;
}
.sub-menu li:last-child{
	margin-bottom: 0px;
}
.sub-menu li a{
	position: relative;
	padding-left: 37px;
}
.sub-menu li a img{
	width: 23px;
	position: absolute;
	left: 0px;
}
button.menu_btn {
	position: relative;
	border: none;
	background: none;
	width: 24px;
	height: 22px;
	outline: none;
	float: left;
	top: 2px;
	margin-right: 48px;
	padding: 1px;
	opacity: 0.4;
}
button.menu_btn span {
	position: absolute;
	height: 3px;
	width: 22px;
	left: 0;
	background-color: #e8454f;
	border-radius: 3px;
}
button.menu_btn span:first-child {
	top: 0px;
}
button.menu_btn span:nth-child(2){
	top: 8px;
}
button.menu_btn span:last-child {
	top: 16px;
}
.menu_btn span{
	transition: all .3s;
}
button.scrolltopbutton {
	position: relative;
	border: none;
	background: none;
	width: 24px;
	height: 22px;
	outline: none;
	float: left;
	top: 5px;
	margin-right: 48px;
	padding: 1px;
}
button.scrolltopbutton span {
	position: absolute;
	height: 3px;
	width: 22px;
	left: 0;
	background-color: #e8454f;
	border-radius: 3px;
}
button.scrolltopbutton span:first-child {
	top: 0px;
}
button.scrolltopbutton span:nth-child(2){
	top: 8px;
}
button.scrolltopbutton span:last-child {
	top: 16px;
}
.scrolltopbutton span{
	transition: all .3s;
}
.navigation--is-visible .menu_btn span:nth-child(2) {
	background-color: transparent!important;
}

.navigation--is-visible .menu_btn span:first-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 5px;
	width: 100%;
}

.navigation--is-visible .menu_btn span:last-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 5px;
	width: 100%;
}
.navigation--is-visible .scrolltopbutton span:nth-child(2) {
	background-color: transparent!important;
}

.navigation--is-visible .scrolltopbutton span:first-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 5px;
	width: 100%;
}

.navigation--is-visible .scrolltopbutton span:last-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 5px;
	width: 100%;
}
header .product_like {
	display: none;
	margin-right: 25px;
}
img.fav-isset {
	opacity: 1;
    visibility: visible;
}
img.fav-none {
	opacity: 0 !important;
	visibility: hidden:  !important;
}
.input_serch{
	display:none;
	/* position: absolute; */
	z-index: 16;
}
.menu_right,.like_product,.header_search{
	float: left;
}
.header_tel{
	float:right;
}
.like_product{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 40px;
	position: relative;
}
.header-wishlist-link{
	position:relative;
}
.number_summ_products_in_cart{
	position:absolute;
	top: -5px;
	right: -10px;
	width: 16px;
	height: 16px;
	background: #e8454f;
	border-radius: 50%;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	font-family: Oswald-Medium;
}
.number_summ_products_in_cart:hover{
	color: #ffffff;
}
.like_product img{
	width: 20px;
}
.header_tel{
	margin-left:20px;
	/*width: 127px;*/
	position: relative;
}
.header_search{
	position:relative;
	width: 17px;
	z-index: 3;
}
.header_search img{
	position:absolute;
	top: 4px;
	right: 14px;
	width: 17px;
	z-index: 5;
	cursor: pointer;
}
.input_serch input{
	position:absolute;
	right:0;
	top:-10px;
	border:none;
	width:100%;
	height:44px;
	border-radius:30px;
	padding-left: 18px;
	font-size: 18px;
	font-family: 'Oswald-ExtraLight';
	text-transform: uppercase;
	width: 230px;
	z-index: 2;
	font-family: 'Oswald-Regular';
	font-size: 16px;
}
#datafetch{
	position:absolute;
	width: 335px;
	left: -245px;
	background: #1e1e1e;
	top:45px;
	padding: 30px;
	z-index: 2;
}
.block_height_search{
	max-height: 270px;
	overflow:hidden;
}
.block_button_all_search{
	width: 220px;
	margin: 0 auto;
	border-top:1px solid #2e2e2e;
}

.button_all_search{
	background: #e8454f;
	color: #ffffff!important;
	height: 44px;
	display: block;
	width: 205px;
	border-radius: 23px;
	text-align: center;
	font-family: Oswald-Light;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 44px;
	margin: 0 auto;
	margin-top: 28px;
	cursor: pointer;
}
#datafetch:after{
	content:'';
	position:absolute;
	top:-10px;
	left: 85px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #1e1e1e transparent;
}
.one_result{
	display:block;
	clear:both;
	height: 62px;
	margin-bottom: 32px;
}
#datafetch a{
	font-size:17px;
	font-family:Oswald-Light;
}
#datafetch a:hover{
	color:#e7454f!important;
}
#datafetch img{
	position:relative;
	float:left;
	width: 60px;
	left:0;
	margin-right: 16px;
}
.menu_right{
	padding-left: 53px;
}
.menu_right li{
	display:inline-block;
	margin-right: 45px;
}
/*baner all page*/
.item {
    position: relative;
}
.item img{
	position:relative;
	width:100%;
	height:auto;
}
.item .banner_text{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}
.home_text_slide{
	width: 30%;
	font-family: 'OpenSans-Regular';
	font-size: 16px;
	margin-top: 49px;
	line-height: 20px;
}
.item .banner_text h2{
	font-family: 'Oswald-ExtraLight';
	font-size: 36px;
}
.item .banner_text a{
	font-size:16px;
	font-family: 'Oswald-Regular';
	display:block;
	background:#e7454f;
	width: 130px;
	text-align: center;
	border-radius: 50px;
	padding: 10px 0;
	text-transform: uppercase;
	margin-top: 55px;
	font-weight: normal;
	color: white;
	margin-left: 0;
	max-width: 130px;
	min-width: 130px;
}
.item .banner_text a.button--aylen::before {
	background: #ff8189;
}
.item .banner_text a.button--aylen::after {
	background: #c63b44;
}
.item .banner_text a:hover{
	background:#e0414b;
	color:white;
}
/*home page*/
.category_left{
	width: 30%;
	float:left;
	background: #272727;
}
.product_left_list{
	padding: 31px 0 27px 91px;
	color: #dddddd;
	background: #1e1e1e;
}
.product_left_list .active .cat-menu-link>a{
	color: #b13b42;
}
.product_left_list img{
	width: 22px;
}
.product_left_list li{
	display:block;
	width:100%;
	margin-bottom: 34px;
	height: 4px;
	clear: both;
}
.cat-menu-icon{
	float:left;
	display:block;
	width:22px;
}
.cat-menu-link{
	float:left;
	padding-top: 2px;
	width: calc(100% - 22px);
	padding-left: 18px;
}
.cat-menu-link a{
	color:#dddddd;
	font-size:16px;
	font-family:Oswald-Light;
	text-transform:uppercase;
	/* padding-left: 16px; */
}
.category_right{
	float:right;
	width: 70%;
	position: relative;
}
.sub_category_inner{
	position:relative;
}
.sub_category {
	background: #f4f4f4;
	padding: 33px 70px 25px 21px;
	margin: 0;
	min-height: 80px;
}
.sort_products{
	width:60px;
	float:right;
	height:25px;
	position: absolute;
	top: 32px;
	right: 65px;
}
.title_sort:last-child{
	float:right;
}
.title_sort{
	float:left;
	color: #6b6b6b;
	font-family: Oswald-Regular;
	font-size: 16px;
}
.title_sort span{
	display:block;
	width:15px;
}
.title_sort span.active_sort_down_or_top path{
	fill:#e8454f;
}
.top_price_sort{
	transform: rotate(180deg);
	position: relative;
	top: -5px;
}
.our_prroducts{
	padding-right: 52px;
	width: 100%;
}
.sub_category a{
	font-family: Oswald-Regular;
	font-size: 16px;
	text-transform: uppercase;
	color: #1b1b1b;
	margin-right: 24px;
}
.sub_category .active-cat{
	color:#e7454f;
}
.height_slick{
	position:relative;
}
.arrow_next{
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width: 8.8%;
	background: rgba(0, 0, 0, 0.29);
	border: none;
}
.arrow_next img{
	width:25px;
	position:absolute;
	top:49%;
	left: 40%;
	cursor: pointer;
}
.slick-next:hover,.slick-next:active,.slick-next:focus{
	border:none;
}
.slick-prev,.slick-next{
	display: none!important;
}
.product_right_slide{
	border-right:1px solid #dcdcdc;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	background: white;
}
.page-caegory-products .product_right_slide{
	border-right:1px solid #dcdcdc;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	width: 33%;
	background: white;
	float: left;
	margin-top: 0;
	margin-bottom: 20px;
}
.product_right_slide a:hover .img_products_bg{
	background-size: 108%;
	transition: background-size .1s ease-in;
	-moz-transition: background-size .1s ease-in;
	-ms-transition: background-size .1s ease-in;
	-o-transition: background-size .1s ease-in;
	-webkit-transition: background-size .1s ease-in;
}
.page-caegory-products .product_right_slide:nth-child(1),
.page-caegory-products .product_right_slide:nth-child(2),
.page-caegory-products .product_right_slide:nth-child(3){
	/* margin-top: 0px; */
}
.class_text_seo_category{
	padding-bottom: 60px;
	padding-top: 60px;
}
.class_text_seo_category h1,
.class_text_seo_category h2,
.class_text_seo_category h3,
.class_text_seo_category h4{
	margin: 30px 0 10px;
	font-family:Oswald-Light;
	font-size:36px;
}
.class_text_seo_category p{
	padding-top:20px;
	font-family: OpenSans-Regular;
	font-size:16px;
}
.class_text_seo_category ul, .class_text_seo_category ol{
	padding-top: 20px;
	padding-left: 15px;
}
.class_text_seo_category ul li, .class_text_seo_category ol li{
	margin: 5px 0;
	font-family: OpenSans-Regular;
	font-size:16px;
}
.class_text_seo_category ul li{
	list-style-type: disc;
}
.class_text_seo_category ol li{
	list-style-type: upper-roman;
}
.product_right_slide_title{
	padding: 10px 10px 10px 24px;
	background: #f4f4f4;
	display: flex;
}
.product_right_slide_title a{
	font-size:19px;
	display:block;
	width: 85%;
	font-family:Oswald-Regular;
	float:left;
	color: #1e1e1e;
	line-height: 25px;
	height: 55px;
	margin-bottom: 12px;
}
.product_like{
	width: 15%;
	float:right;
	text-align: right;
	position: relative;
}
.product_like img{
	width: 17px;
	display: block;
	position: absolute;
	right: 3px;
	top: 9px;
}
.product_like button{
	display:none;
}
.product_like .none_like{
	display:none;
}
.articles_news .product_right_slide_btn{
	clear:both;
	background: #f4f4f400;
	display: block;
	width: 100%;
}
.product_right_slide_btn{
	clear:both;
	background: rgb(244, 244, 244);
	/*display: flow-root;*/
	width: 100%;
	display: block;
	height: 45px;
	position: relative;
}
.product_right_slide_btn p{
	float:left;
	line-height: 40px;
	padding-left: 25px;
	color: #656565;
}
.page-producer .product_right_slide_btn p{
	float:left;
	line-height: 40px;
	padding-left: 25px;
	color: #656565;
}
.page-producer .product_right_slide_btn a{
	line-height: normal;
	padding-left: 25px;
	color: #656565;
}
.product_right_slide_btn a{
	float:left;
	line-height: 40px;
	padding-left: 25px;
	color: #656565;
}
.category_right .owl-item{
	width:32%!important;
}
.category_right h2{
	background: #f4f4f4;
	padding: 31px 22px 25px;
	margin: 0;
	color: #1b1b1b;
	font-family: Oswald-Regular;
	font-size: 16px;
	text-transform: uppercase;
}

.img_products_bg{
	height:300px;
	width:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	position: relative;
}
.img_products_bg:hover img{
	transition-duration:.3s;
	transform: scale(1.09);
}
.img_products_bg img{
	position: absolute;
	height:100%;
	width: auto;
}
.invite_text_left{
	float:left;
	width: 68%;
	padding: 35px 91px 60px 130px;
}
.invite_text_left h2{
	font-family: 'Oswald-ExtraLight';
	font-size: 36px;
	margin-bottom: 46px;
	width: 50%;
	line-height: 41px;
	color: #1d1d1b;
}
.invite_text_left p{
	font-size:16px;
	font-family: 'OpenSans-Regular';
	line-height: 24px;
	color: #1d1d1b;
}

.invite_text_right{
	float:left;
	background: #dddddd;
	width: 32%;
	padding: 35px 85px 60px 68px;
}
.invite_text_right h2{
	font-family: 'Oswald-ExtraLight';
	font-size: 36px;
	margin-bottom: 32px;
	/* width: 50%; */
	line-height: 41px;
	color: #1d1d1b;
}
.invite_text_right p{
	font-size:16px;
	font-family: 'OpenSans-Regular';
	line-height: 24px;
	color: #1d1d1b;
}
.invite_text_right a{
	color: #e41b13;
}
/*page category products*/
.category_right{
	background: #d9dada;
}
.single-products .left-black-block{
	padding: 20px 50px 60px 120px;
}
.left-black-block{
	padding: 60px 50px 60px 120px;
	background-color: rgba(39, 39, 39, 0)!important;
	height: 100%;
	display: block;
	clear: both;
}
.page-producer .product_right_slide_btn a.btn{
	background: #55a9a7;
	border:none;
	border-radius: inherit;
	float:right;
	color: #ffffff;
	font-size: 16px;
	font-family: Oswald-Regular;
	text-transform: uppercase;
	padding: 10px;
	width: 117px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	max-width: 117px;
	min-width: 117px;
	font-weight: normal;
	margin: 0;
	position: absolute;
	right: 0;
}
.page-producer .product_right_slide_btn a.btn.button--aylen::before {
	background: #75d0cd;
}
.page-producer .product_right_slide_btn a.btn.button--aylen::after {
	background: #458a88;
}
.page-producer .product_right_slide_btn a.btn:hover{
	background: #458a88;
	color: white;
}
.page-producer .product_right_slide_btn button{
	background: #55a9a7;
	border:none;
	border-radius: inherit;
	float:right;
	color: #ffffff;
	font-size: 16px;
	font-family: Oswald-Regular;
	text-transform: uppercase;
	padding: 10px;
	width: 67px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	max-width: 67px;
	min-width: 67px;
	font-weight: normal;
	margin: 0;
}
.page-producer .product_right_slide_btn button.button--aylen::before {
	background: #75d0cd;
}
.page-producer .product_right_slide_btn button.button--aylen::after {
	background: #458a88;
}
.page-producer .product_right_slide_btn button:hover{
	background: #458a88;
	color: white;
}
.button_more_for_category{
	background: #272727;
	padding-left: 115px;
	clear: both;
	display: block;
	height: 94px;
}
.left-black-block a{
	background: #e8454f!important;
	height: 44px;
	display: block;
	width: 110px;
	border-radius: 23px;
	text-align: center;
	font-family: Oswald-Light;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 44px;
	color: white!important;
	padding: 0;
	font-weight: normal;
	clear: both;
	margin-left: 0;
	margin: 40px 0 50px;
}

.left-black-block a.button--aylen::before {
	background: #ff8189;
}
.left-black-block a.button--aylen::after {
	background: #c63b44;
}
.button_more_for_category a:hover{
	background:#e0414b;
	color:white;
}
.left-black-block h4{
	color:#dddddd;
	font-size:17px;
	font-family: Oswald-Light;
}
.left-black-block p{
	color:#d9dada;
	font-size:12px;
	font-family: OpenSans-Regular;
}
.text_for_category{
	background: #272727;
}
.bottom_text_for_category{
	display: none; 
}
/*page-producer*/
.page-producer .product_left_list img{
	width: 35px;
	float:left;
	margin-top: 4px;
}
.page-producer .product_left_list h2{
	float:left;
	color:#dddddd;
	font-size: 16px;
	font-family: Oswald-Light;
	text-transform:uppercase;
	margin: 7px 8px 21px;
}
.page-producer .product_left_list ul{
	margin-left: 44px;
	clear: both;
}
.page-producer .product_left_list ul li{
	margin-bottom: 18px;
	height: auto;
	font-size: 17px;
	font-family: Oswald-Light;
}
.page-producer .product_left_list ul li:hover{
	cursor:pointer;
}
.page-producer .text_for_category a{
	background: #e8454f;
	color: #ffffff!important;
	height: 44px;
	display: block;
	width: 130px;
	border-radius: 23px;
	text-align: center;
	font-family: Oswald-Light;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 44px;
	margin-top:30px;
	font-weight: normal;
	padding: 0;
	max-width: 130px;
	min-width: 130px;
	margin-left: 0;
}
.page-producer .text_for_category a.button--aylen::before {
	background: #ff8189;
}
.page-producer .text_for_category a.button--aylen::after {
	background: #c63b44;
}
.page-producer .text_for_category a:hover{
	background:#e0414b;
	color:white;
}

.product_right_slide_btn button{
	background: #55a9a7;
	border:none;
	float:right;
	color: #ffffff;
	font-size: 16px;
	font-family: Oswald-Regular;
	text-transform: uppercase;
	padding: 10px;
	width: 112px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.product_right_slide_btn button:hover{
	background: #458a88;
}
/*page coocies*/
.cookies {
	padding: 190px 0 23px;
}
.cookies h2:first-child{
	margin-top: 0px;
} 
.cookies h2 {
	font-family: 'Oswald-ExtraLight';
	font-size: 36px;
	margin-bottom: 32px;
	margin-top: 43px;
}
.cookies p {
	margin-bottom: 23px;
	font-size:16px;
	line-height:24px;
}
@media screen and (max-width: 767px){
	.cookies h2 {
		font-size: 36px;
	}
}
@media screen and (max-width: 480px){
	.cookies h2 {
		font-size: 28px;
		margin-bottom: 25px;
	}
	.cookies p {
		margin-bottom: 25px;
	}
}

/*footer*/
footer{
	background-color: #1e1e1e;
	padding: 38px 0px 21px 49px;
}
.footer_logo{
	width: 72px;
	float:left;
}
.footer_logo_text{
	float:left;
	color: #dddddd;
}
.footer_logo_text p{
	margin:0;
	font-size: 12px;
	position: relative;
	top: -2px;
	left: -4px;
}
.created{
	width: 208px;
}
.created p{
	color: #dddddd;
	font-size: 12px;
	position: relative;
	top: -2px;
	left: -6px;
}
.created p a:hover{
	color:#e7454f;
}
.created,.footer_social{
	float: left;
}
.footer_contact{
	float:right;
}
.footer_social{
	padding-left:5px;
}
.footer_social li{
	display:inline-block;
	margin-right:5px;
}
.footer_social li img{
	width:32px;
}
.footer_contact{
	text-align:right;
	padding-right: 68px;
}
.footer_contact a{
	color:#dddddd;
	font-size: 12px;
	position: relative;
	top: -10px;
	left: -1px;
	text-decoration: underline;
}
.footer_contact span a{
	color: #e7454f;
	font-family:'Oswald-SemiBold';
	font-size:16px;
	position: relative;
	top: -5px;
	left: -1px;
	text-decoration: none;
}
/*page partners*/
.partnership {
	padding: 85px 0 85px;
}
.parentship_image img{
	/* padding:0; */
	position: relative;
	top: 10px;
	left: 26px;
}

.parentship_text p{
	font-size: 15.9px;
	text-align: justify;
	line-height: 24px;
}
.parentship_text h1 {
	font-family: 'Oswald-ExtraLight';
	font-size: 36px;
	color: #4f4f4f;
	margin: 0px 0 39px;
}
@media screen and (max-width: 991px){
	.banner {
		display: none;
	}
	.partnership {
		padding: 30px 0 15px;
	}
	.partnership_box {
		flex-direction: column;
	}
	.parentship_text {
		width: 100%;
	}
	.parentship_image {
		padding: 0;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
}
@media screen and (max-width: 767px){
	.parentship_text h1 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.parentship_text p{
		text-align: left;
	}
}
/*page contacts*/
.map iframe {
	width: 100%;	
}
.contact_form_center {
	margin-bottom: 15px;
	width: 100%;
}
.wpcf7-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none!important;
}
.wpcf7-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-list-item-label {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 25px;
  width: 25px;
  margin: 0px 1px 0 14px;
  border: 1px solid #1d1d1b;
  width: 13px;
  height: 13px;
  background-color: white;
  border-radius:4px;
}
.wpcf7-checkbox:hover input ~ .wpcf7-list-item-label {
  background-color: #white;
  border-radius:2px;
}
.wpcf7-checkbox input:checked ~ .wpcf7-list-item-label {
  background-color: #e8454f;
  border:1px solid #e8454f;
  border-radius:2px;
}
.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
}
.wpcf7-checkbox input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item-label:after {
  left: 3px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: 1px solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contacts_span_text{
	font-family: 'OpenSans-Light';
	font-size: 12px;
	margin-left: 1px;
}
.contact_form_center > input:first-child {
	width: 100%;	
}
.contact_form_center label {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	align-items: start;
	color: #1d1d1b;
	justify-content: flex-start;
	display: flex;
	margin-top: 7px;
	-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.contact_form_center label a {
	color: #1d1d1b;	
}
.new_style_for_textarea_form .contact_form_center span.text-658{
	max-width: 377.5px;
	display: block;
}
.contact_form input[type='text'],
.contact_form input[type='email'] {
	border: none;
	margin-bottom: 15px;
	background-color: #e2e2e2;
	border-radius: 30px;
	outline: none;
	padding: 12px 17px;
	font-family: 'Oswald-Regular';
	font-size: 16px;
	color: #6b6b6b;
	text-transform: uppercase;
	box-sizing: border-box;
	width: 98%;
}
.contact_form button{
	outline: none;
    text-transform: uppercase;
    transition: .3s;
    font-size: 16px;
    color: #fff!important;
    cursor: pointer;
    border: none;
    background-color: #55a9a7!important;
    border-radius: 30px;
    text-decoration: none;
    padding: 10px 20px;
    box-sizing: border-box;
    font-family: 'Oswald-Regular';
    font-weight:normal;
    margin-left:0;
    width:120px;
    max-width:120px;
    min-width:120px;
}
.contact_form button.button--aylen::before {
	background: #75d0cd;
}
.contact_form button.button--aylen::after {
	background: #458a88;
}
.contact_form button:hover{
	transition:1s;
    background-color: #458a88;

}


.contact_form_top {
	display: flex;
}
.contact_form_top input:first-child{
	margin-right: 7.5px;
}
.contact_form_top input:last-child {
	margin-right: 7.5px;
	width: 180px;
}
.contact_form_top input {
	width: 50%;
}
.contact_left {
	display: flex;
	justify-content: space-between;
}
.contact_left_list {
	width: 50%;
}
.contact_left_list li {
	line-height: 1.4em;
}
.contact_left_list li, .contact_left_list li a {
	text-decoration: none;
	color: #1d1d1d;
	transition: .3s;
	font-size: 16px;
	font-family: 'Oswald-Light';
	margin-bottom: 2px;
}
.contact_left_list li a:hover {
	color: #e7454f;
}
.contact_right{
	padding: 0px 66px 0 32px;
}
.contact h1 {
	color: #1d1d1b;
	font-size: 36px;
	margin-bottom: 32px;
	font-family: 'Oswald-ExtraLight';
}
.contact {
	padding: 173px 0 63px;
}
.map{
	height: 543px;
	position:relative;
}
.map iframe{
	position:absolute;
	height:100%!important;
}
@media screen and (max-width: 991px){
	.contact_box {
		flex-direction: column;
	}
	.contact_left {
		width: 70%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.contact_right {
		width: 70%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.contact_right, .contact_left {
		width: 100%;
	}
	.contact_form_top input,
	.contact_form_top select{
		width:100%!important;
	}
}
@media screen and (max-width: 480px){
	.contact_form input[type='text'], .contact_form input[type='email'] {
		max-width: 220px;
		display: block;
		margin: 0 auto 15px!important;
	}
	.contact_form input[type='submit'] {
		max-width: 125px;
		margin: 0 7.5px;
	}
	.contact_form form {
		display: flex;
		flex-direction: column;
	}
	.contact_form_center {
		flex-direction: column;
		display: flex;
	}
	h1 {
		font-size: 28px;
		margin-bottom: 25px;
	}
	.contact_form_top {
		flex-direction: column;
	}
	.contact_form_top input {
		width: 100%;
		margin: 0 auto 15px !important;
	}
	.contact_left {
		flex-direction: column;
	}
	.contact_left_list {
		width: 100%;
		margin-bottom: 15px;
	}
}
/*cookies*/
.coc{
	position:fixed;
	width: 100%;
	bottom:0;
	z-index: 9!important;
	background: #e8454f;
	font-size: 12px;
	min-height: 60px;
	padding-top: 25px!important;
	padding-bottom: 20px!important;
	padding-left: 59px;
	padding-right: 59px;
	color: #fff;
	font-family: 'OpenSans-Regular', sans-serif;
}
.pop_up_act{
	margin-left:1px;
}
.coc p{
	margin:0;
	color: #white;
}
.coc a{
	position:relative;
	color: white;
}
.coc a:after{
	content:'';
	position:absolute;
	bottom: 0px;
	left:0;
	width:100%;
	height:1px;
	background: white;
}
.close_cooc_pop_up{
	text-align:right;
}
#close-alert{
	border:none;
	background:none;
	padding: 0;
	position: relative;
}
#close-alert img{ 
	width: 14px;
}
/*page company*/

.about_company{
	background:#1e1e1e;
	color:#d9dada;
	padding: 93px 0;
}

.about_company h2 {
	font-family: 'Oswald-ExtraLight';
	font-size:36px;
	margin: -7px 12px 40px;
}
.about_company p {
	font-size: 16px;
	margin: 0 0 0 12px;
	text-align: justify;
	line-height: 24px;
}
.mycolum_one{
	position:relative;
	left:-15px;
}
.mycolum_two{
	padding-right:0;
}
.about_company_bottom{
	padding: 66px 0 34px;
}
.about_company_bottom img{
	width: 208px;
	display: block;
	margin: 0 auto;
	margin-bottom: 58px;
}
.about_company_bottom p{
	font-size: 16px;
	text-align: justify;
	line-height: 24px;
	margin-bottom: 24px;
}
.about_company_bottom .mycolum_two{
	padding-left:30px;
}

/*page articles*/

.grid {
  counter-reset: grid-item;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.articles{
	padding: 175px 0px 0;
}
.grid-item {
  height: auto;
  padding-bottom: 4px;
}

.news_block_title {
	background: #f4f4f4;
}
.news_block_title a{
	color:#1d1d1b;
}
.news_block_title h2 {
	padding: 21px 24px;
	box-sizing: border-box;
	font-family: 'Oswald-Regular';
	font-size: 19px;
	margin: 0;
	width: 60%;
	line-height: 22px;
}
.news_block_title h2 span {
	display: block;
}
.news_title{
	font-family: 'Oswald-ExtraLight';
	font-size: 36px;
	color: #1d1d1b;
	margin-bottom: 1em;
}
.news_block_image {
	position: relative;
	height: 285px;
}
.news_block_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_left, .news_right {
	width: 50%;
	padding: 30px;
	box-sizing: border-box;
}
.news_block_title {
	margin-bottom: 41px;
	min-height: 84px;
}
.news_block_text {
	overflow: hidden;
	position: relative;
	margin-bottom: 36px;
	text-align: justify;
}
.news_block_text p:after {
	content: '';
	height: 120px;
	background: linear-gradient(rgba(255, 255, 255, 0), #fff);
	position: absolute;
	bottom: -2px;
	width: 100%;
	left: 0;
	right: 0;
}
.product_right_slide_btn button{
	background: #55a9a7!important;
	border:none;
	border-radius: initial;
	float:right;
	color: #ffffff!important;
	font-size: 16px;
	font-family: Oswald-Regular;
	text-transform: uppercase;
	padding: 10px;
	width: 112px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	min-width: 67px;
	max-width: 67px;
	margin: 0;
	position: absolute;
	font-weight: normal;
	right: 0;
	bottom: 0;
}
.product_right_slide_btn button img{
	height:23px;
}
.product_right_slide_btn button.button--aylen::before {
	background: #75d0cd;
}
.product_right_slide_btn button.button--aylen::after {
	background: #458a88;
}
.product_right_slide_btn button:hover{
	background: #458a88;
}

.news_block_button a{
	margin-bottom: 60px!important;
	color: #fff!important;
	text-transform: uppercase;
	background: #55a9a7!important;
	cursor: pointer;
	border:none;
	float: left;
	padding: 10px 15px;
	box-sizing: border-box;
	border-radius: 49px;
	width: 130px;
	margin-bottom:60px;
	text-align: center;
	line-height: normal;
	font-weight: normal;
	margin-left: 0;
	font-family: Oswald-Light!important;
	font-size: 17px!important;
}
.news_block_button .news_right_slide_btn a{
	margin-bottom: 54px!important;
	color: #fff!important;
	text-transform: uppercase;
	background: #55a9a7!important;
	cursor: pointer;
	border:none;
	float: left;
	padding: 10px 8px;
	box-sizing: border-box;
	border-radius: 49px;
	width: 113px;
	margin-bottom:60px;
	text-align: center;
	line-height: normal;
	font-weight: normal;
	margin-left: 0;
	font-family: Oswald-Light!important;
	font-size: 16px!important;
	max-width: 132px;
	min-width: 132px;
	margin-top: 7px;
}
.news_block_button a.button--aylen::before {
	background: #75d0cd;
}
.news_block_button a.button--aylen::after {
	background: #458a88;
}
.news_block_button a:hover{
	background: #458a88;
}
.product_right_slide_btn a {
	font-family: 'Oswald-Light';
	color: #fff;
	font-size: 26px;
	color: #1d1d1b;
	margin-bottom: -1px;
	position: absolute;
	bottom: 0;
}
.uah_option{
	font-size:15px;
	color: #656565;
	font-family: OpenSans-Regular;
}
.product_right_slide_btn a:hover {
	color: #1d1d1b;
}

/*single-article*/
.sigle_article{
	padding-top: 172px;
	padding-bottom: 96px;
}
.sigle_article .col-md-8 {
	width: 70%;
}
.sigle_article .col-md-4 {
	width: 30%;
}
.sigle_article h1 {
	margin-bottom: 35px;	
	color: #1d1d1b;	
	font-size: 36px;		
	font-family: 'Oswald-ExtraLight';
}
.article_content{
	font-family: 'OpenSans-Regular'; 
}
.article_content p{
	font-size:16px;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: justify;
}
.article_content h2, .article_content h3, .article_content h4{
	font-size:24px;
	margin-bottom: 28px;
	margin-top: 45px;
	font-family: 'OpenSans-Light';
}
.article_content img{
	margin-bottom: 37px;
}
.article_other_title{
	background:#f4f4f4;
	font-family: 'Oswald-Regular';
	font-size:19px;
	padding:15px 20px;
	margin-bottom:30px;
}
.article_other_title h3{
	margin:0;
	padding:0;
	font-size:19px;
	color:#1d1d1b;
	line-height: 23px;
}
/*pop_up*/
.bg_pop_up{
	position:fixed;
	top: 0!important;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	opacity: 0;
	z-index: 2;
	display: none;
	transition-duration: 1s;
}
.bg_pop_up.active_pop_up {
    top: 0%!important;
    opacity: .65;
    transition-duration: .5s;
}
.pop_up_product{
	position:fixed;
	background:#ffffff;
	z-index:2;
	width: 675px;
	padding:85px 100px;
	top: -50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition-duration: 1s;
}
.pop_up_active_content_prduct.active_pop_up{
	display:block!important;
	top: 50%!important;
	transition-duration: 1s;
	opacity: 1!important;
}
.pop_up_active_content_prduct{
	position:fixed;
	background:#ffffff;
	z-index:2;
	width: 675px;
	padding:85px 100px;
	/* display: none; */
	top: -50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition-duration: 1s;
}
.exit_button{
	position:absolute;
	background: #e8454f!important;
	right: -23px;
	top: -23px;
	width: 45px;
	height:45px;
	border-radius: 50%;
	padding: 15px!important;
	z-index:2;
}
.modal-backdrop.in {
    opacity: .65;
    filter: alpha(opacity=65);
}
.modal-header .close {
    margin-top: 0px;
    opacity:1;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: scroll;
}
#buyOneClickIframe iframe{
	width:100%;
}
.modal-dialog {
    max-width: 645px;
    margin: 0px auto;
    top: 15%;
}
.buy-one-click-modal .modal-dialog{
	 max-width: 680px;
}
#buyOneClickIframe.buy-one-click-modal .modal-dialog{
	 max-width: 900px;
	 width: 900px;
}
.modal-content {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.buy-one-click-modal .modal-body{
	padding:40px 60px;
}
#buyOneClickIframe.buy-one-click-modal .modal-body{
	padding:0px;
}
.modal-header {
    padding: 15px;
    border-bottom: none;
}
#buyOneClickIframe .modal-header {
    padding: 0px;
    border-bottom: none;
}
.exit_button:hover{
	cursor:pointer;
}
.exit_button img{
	width:15px;
}
.title_product{
	font-size:36px;
	font-family: 'Oswald-ExtraLight';
	line-height: 45px;
	margin-bottom: 36px;
}
.one_product_option{
	display:flex;
	align-items:center;
	justify-content: space-between;
}
.one_product_option div, .one_product_option button{
	text-align: center;
	display: flex;
	justify-content: center;
}
.price_head_options{
	text-align:left!important;
}
.price_head_options .number_price_option{
	font-size:29px;
	font-family:Oswald-Light;
}
.one_product_option button{
	background-color: #ffffff!important;
	max-width: none!important;
	min-width: auto!important;
	width: auto!important;
	padding: 10px 0!important;
	text-align: right;
}
.one_product_option button img{
	height: 25px;
	width:auto;
}
.summ_options{
	font-size: 29px;
	font-family: Oswald-Light;
}
.form_pop_up_product input{
	width: 100%;
}
.form_pop_up_product input{
	border: none;
	margin-bottom: 15px;
	background-color: #e2e2e2;
	border-radius: 30px;
	outline: none;
	padding: 12px 17px;
	font-family: 'Oswald-Regular';
	font-size: 16px;
	color: #6b6b6b;
	text-transform: uppercase;
	box-sizing: border-box;
}
.add-weight-to-cart.in_cart{
	background-color: #e2e2e2!important;
	width: 40px!important;
	max-width: 40px!important;
	height: 40px!important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.form_pop_up_product button{
	outline: none;
	text-transform: uppercase;
	transition: .3s;
	font-size: 16px;
	color: #fff!important;
	cursor: pointer;
	border: none;
	background-color: #55a9a7;
	border-radius: 30px;
	text-decoration: none;
	padding: 10px 20px;
	box-sizing: border-box;
	font-family: 'Oswald-Regular';
	width: 40px!important;
	max-width: 40px!important;
	min-width: 40px!important;
	font-weight: normal;
}

.form_pop_up_product button.button--aylen::before {
	background: #75d0cd;
}
.form_pop_up_product button.button--aylen::after {
	background: #458a88;
}
.form_pop_up_product button:hover{
	background: #458a88;
}

.form_pop_up_product label {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	align-items: start;
	color: #1d1d1b;
	justify-content: flex-start;
	display: flex;
	margin-top: 7px;
	-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form_pop_up_product label a {
	color: #1d1d1b;
	text-decoration:underline;
}
.form_pop_up_product .contacts_span_text {
    font-family: 'OpenSans-Light';
    font-size: 12px;
    margin-left: -18px;
    margin-top: -2px;
    margin-bottom: 12px;
}
/*cart*/
.cart-page .no_padding{
	padding:0;
}
.cart-page .padding_50{
	padding: 0 0 0 100px;
}
.padding_50.padding_15{
	padding: 0px 0 0 100px;
}
.cart-page .text_center{
	text-align:center;
	position: relative;
}
.buttons_wish_add_rem, .classcart.quantity-block-cart{
	display:flex;
	justify-content:center;
	align-items: baseline;
}
.cart-page .container{
	display:flex;
	align-items: baseline;
	font-family: Oswald-Light;
	font-size: 17px;
}
.cart-page .summ_price{
	font-size:26px;
	float: right;
	min-width: 96px;
}
.cart-page .price_one_prod{
	font-size:26px;
}
.text_right{
	text-align:right;
}

/*wishlist-page*/
.wishlist-page{
	padding-top:160px;
}
.wishlist-page h2{
	font-family:Oswald-Light;
	font-size: 35px;
	margin-top: 35px;
}
.wish-row .col-lg-12{
	border-bottom:1px solid #ccc;
	padding-top: 18px;
	padding-bottom: 29px;
	padding-left: 0;
	display: flex;
	padding-right: 0;
}
.wish-row:last-child .col-lg-12{
	border-bottom:none;
}
.products_wish .col-lg-1{
	padding-left:0;
	padding-top: 10px;
}
.products_wish .col-lg-8{
	width: 63%;
}
.products_wish .buttons_wish_add_rem{
	width:20%;
}
.products_wish .col-lg-1 img{
	width: auto;
	height: 76px;
	display: block;
	margin: 0 auto;
}
.title_form_wish.title_form_cart {
	margin-top: 45px;
}
.title_form_wish{
	margin-top: 54px;
	margin-bottom: 34px;
}
.wish-item-title{
	font-family:Oswald-Regular;
	display: block;
	font-size: 19px;
	color: #1d1d1b;
	padding: 0;
	margin-bottom: 16px;
}
.wishlist-page .col-lg-8 div{
	width:100%;
	clear: both;
}
.wishlist-page b{
	font-family:Oswald-Regular;
	font-size: 17px;
	color: #1d1d1b;
	display: block;
	padding: 0;
	margin-bottom: 0px;
	width: 122px;
	font-weight: normal;
	float:left;
}
.wishlist-page span{
	float:left;
	font-family: Oswald-Light;
	font-size: 17px;
	color: #1b1b1b;
}
.text_about_summ span{
	float:none;
}
.summ_block{
	padding: 23px 0;
	background:#3e3e3e;
}
.containerargin_auto{
	display:flex;
	align-items: center;
	justify-content: center;
}
.text_about_summ{
	padding-right:70px;
}
.text_about_summ,
.text_about_summ span:first-child{
	color:#eaeaea;
	font-size:22px;
	font-family:Oswald-ExtraLight;
}
.text_about_summ span:last-child{
	color:#eaeaea;
	font-size:35px;
	font-family:Oswald-ExtraLight;
}
.wishlist-page .col-lg-6 div a{
	float:left;
	font-family: Oswald-Light;
	font-size: 17px;
	color: #e31e24;
}
.wish-row{
	margin:0;
}
.buttons_wish_add_rem b{
	width:auto;
	margin-right: 9px;
	margin-top: 2px;
}
.buttons_wish_add_rem button{
	float:left;
	border: none;
	background: none;
}
.classcart.quantity-block .quantity-arrow-minus,
.classcart.quantity-block .quantity-arrow-plus{
	float:left;
	width:30px;
	border: none;
	margin-top: 9px;
}
.buttons_wish_add_rem button img{
	width: 12px;
}
.buttons_wish_add_rem p{
	float:left;
	background: #e2e2e2;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position: relative;
	line-height: 45px;
	text-align: center;
	font-family: Oswald-Regular;
	font-size: 16px;
	color: #6b6b6b;
}
.classcart.quantity-block .quantity-num{
	float:left;
	background: #e2e2e2;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position: relative;
	line-height: 45px;
	text-align: center;
	font-family: Oswald-Regular;
	font-size: 16px;
	color: #6b6b6b;
	border:none;
}
.button_width_wish{
	width: 7%;
}
.remove-from-wishlist{
	background:none;
	border:none;
	font-family: Oswald-Regular;
	font-size: 17px;
	color: #1b1b1b;
}
.wish-item-title:hover,
.red_produser:hover{
	color:#c63b44;	
}
.red_produser{
	color: #e31e24;
	font-family: Oswald-Light;
	font-size: 17px;
}
.after_icon_close_wish:after{
	content:'';
	position:absolute;
	width: 16px;
	height: 13px;
	top: 15px;
	background-image:url(../images/close-red.svg);
	right: -14px;
	background-repeat: no-repeat;
}
.button_pdf a{
	font-family:Oswald-Regular;
	font-size:16px;
	color: #ffffff!important;
	background: #e8454f!important;
	display: block;
	height: 43px;
	width: 184px;
	margin-left: 18px;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	line-height: 44px;
	font-weight: normal;
	min-width: 185px;
	max-width: 185px;
	padding: 0;
}
.button_pdf a.button--aylen::before {
	background: #ff8189;
}
.button_pdf a.button--aylen::after {
	background: #c63b44;
}
.button_pdf a:hover{
	background:#e0414b;
	color:white;
	cursor: pointer;
}
.form-wish-list{
	margin-bottom: 50px;
}
.form-wish-list,.form-wish-list span{
	padding-left:0;
}
.form-wish-list form .col-md-5,
.form-wish-list form .col-md-7{
	padding:0;
}
.form-wish-list .contact_form_top span:first-child{
	margin-left: 0;
}
.form-wish-list .contact_form_top span{
	margin-left: 18px;
	width: 100%;
	max-width: 32%;
}
.form-wish-list .contact_form_top.billing_info span{
	max-width: 43%;
}
.form-wish-list select,
.form-wish-list input{
	height: 41px;
	border: none;
	border-radius: 30px;
	margin-bottom: 20px;
	background: #e2e2e2;
	margin-left: 0!important;
	padding-left: 18px;
	text-transform: uppercase;
	width: 180px;
	color: #757575;
}
.your-comment input{
	width: calc(100% - 3px);
	max-width: 580px;
}
.form-wish-list select option{
	padding: 50px;
}

.form-wish-list .your-comment{
	width: 100%;
	margin-bottom:5px;
}
.form-wish-list .contacts_span_text{
	font-family: 'OpenSans-Regular';
	font-size:12px;
	color:#1d1d1b;
	width: 69%;
	padding-left: 24px;
}
.contacts_span_text a{
	text-decoration:underline;
}
.form-wish-list .contacts_span_text a{
	font-family: 'OpenSans-Regular'!important;
	font-size:12px!important;
	color:#1d1d1b!important;
	float:none!important;
}
.form-wish-list  .button_submit_md_12{
	padding-left:0;
	margin-top: 3px;
}
.form-wish-list  .button_submit_md_12 button{
	padding-left:0;
	font-family:Oswald-Regular;
	font-size:16px;
	color:#ffffff;
	background: #55a9a7;
	display: block;
	height: 43px;
	width: 122px;
	margin-left: 0;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	line-height: 44px;
	padding: 0;
	font-weight: normal;
}
.form-wish-list  .button_submit_md_12 button.button--aylen::before {
	background: #75d0cd;
}
.form-wish-list  .button_submit_md_12 button.button--aylen::after {
	background: #458a88;
}
.form-wish-list  .button_submit_md_12 button:hover{
	background: #458a88;
}

.order-info-text {
	font-size: 16px;
	/*font-family: "Oswald-Light";*/
	font-family: "OpenSans-Regular";
	line-height: 1.5;
	margin-top: 45px;
	color: #343434;
}
.order-info-text > b {
	font-weight: bold;
	color: rgb(233, 69, 78);
	float: unset;
	display: initial;
}

/*one-roduct-page*/
.page_one_product{
	margin-top: 192px;
}
.o_product_title{
	font-size: 36px;
	font-family: 'Oswald-ExtraLight';
	margin: 0;
	color: #1d1d1b;
	margin-bottom: 34px;
}
.breadcrumbs, .breadcrumbs a{
	font-size: 17px;
	font-family: 'Oswald-Light';
	text-transform: uppercase;
	margin-top: 5px;
	color:#9a9a9a;
	padding-right:;
}
.breadcrumbs span{
	padding: 0 5px;
}
.red_bread{
	color:#e8454f!important;
}
.page_one_product_slide .text_for_category a{
	background: #e8454f;
	color: #ffffff!important;
	height: 44px;
	display: block;
	width: 130px;
	border-radius: 23px;
	text-align: center;
	font-family: Oswald-Light;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 44px;
	margin-top:30px;
}
.page_one_product_slide .text_for_category a:hover{
	background: #e7454f;
	color: #ffffff!important;
}
.page_one_product .properties{
	float:left;
	width:90%;
	margin-bottom: 32px;
}
.page_one_product .product_like{
	float:left;
	width: 8%;
	position: relative;
	top: -5px;
}
.block_for_harakteristic{
	color:#1b1b1b;
	font-size: 16px;
	margin-bottom: 1px;
}
.first_harakteristic{
	font-family: 'Oswald-Regular';
	width: 152px;
	float:left;
}
.second_harakteristic{
	font-family: 'Oswald-Light';
}
a.second_harakteristic{
	color:#e31e24;
}
.product-option {
    max-width: 400px;
	margin-bottom:40px;
}
.option-item{
	cursor:pointer;
}
.product-option input[type="radio"]{
	display:none;
}
.product-option input[type="radio"] ~img {
    opacity: 0.5;
}
.activefirst img{
    opacity: 1!important;
}
.quantity-block,
.quantity-block-cart {
    position: relative;
}
.quantity-block-cart input{
	height: 41px;
	border: none;
	border-radius: 30px;
	margin-bottom: 20px;
	background: #e2e2e2;
	margin-left: 0!important;
	padding-left: 18px;
	text-transform: uppercase;
	width: 100%;
	font-family: Oswald-Regular;
	font-size: 16px;
	color: #1b1b1b;
}
.quantity-block-cart input.quantity-num-cart,
.quantity-block input.quantity-num {
    width:45px;
    height:45px;
    border-radius:50%;
    margin: 0;
    padding: 0;
    text-align: center;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type=number]{
  -moz-appearance: textfield;
}
.quantity-block button,
.quantity-block-cart button{
    border: none;
    outline: none;
    width: 8px;
    height: 12px;
    background-repeat: no-repeat!important;
    background-position: center!important;
 
}
.quantity-block-cart button{
	margin: 8px;
}
.quantity-block .quantity-arrow-minus,
.quantity-block-cart .quantity-arrow-minus-cart{
	background: url(../images/left.svg);
}
.quantity-block .quantity-arrow-plus,
.quantity-block-cart .quantity-arrow-plus-cart{
	background: url(../images/right.svg);
}
.product-price {
    display: flex;
    font-family: 'Oswald-Light';
    padding-right: 15px;
}
.product-status {
	font-size: 30px;
	font-family: 'Oswald-ExtraLight';
	color: #1d1d1b;
}
.product-disabled .product-status {
	font-size: 16px;
	font-family: 'OpenSans-Regular';
	color: #656565;
	line-height: 51px;
	padding-left: 25px;
}
.product-disabled-btns {
	margin-bottom: 34px;
	display: inline-block;
}
.product-disabled-btns > button {
	opacity: 0.4;
}
.product-disabled-btns > button.green-btn:hover {
    background: #55a9a7 !important;
}
.product-price .mynew.this_pice_product {
    font-size: 35px;
    padding-right: 10px;
}

.product-price .currency {
    font-family: 'Oswald-Light';
    font-size: 22px;
    line-height: 1;
    margin-top: 5px;
}
.product-btn-group{
	margin-top:30px;
}
button .cart-ion{
	background:url(../images/cart.svg);
	width: 29px;
	height: 23px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.popup-product-info {
    margin-bottom: 25px;
}
.popup-product-info .popup-product-prices .min-title{
	font-family: 'Oswald-Light';
	margin-bottom: 25px;
}
.popup-product-prices .no_padding,
.popup-product-prices .product-price{
	padding: 0 12px 0 0;
	text-align:right;
	display: block;
}

.popup-product-prices .product-price .price-value{
	padding:0;
	text-align:right;
	float:right;
}
.popup-product-info .popup-product-prices .price-value{
	font-family: 'Oswald-Light';
	font-size:26px;
}
.buy-one-click-modal input {
   width: 100%;
}
.buy-one-click-modal .text_pop_up label{
	display:flex;
}
.buy-one-click-modal .text_pop_up .wpcf7-form-control-wrap.checkbox-406{
	width:45px;
}
.buy-one-click-modal .wpcf7-submit{
	margin-top: 20px!important;
}
.page_one_product .button_one_product_for_sale,
.green-btn, .green-btn.button--aylen{
	font-family: Oswald-Regular;
	font-size: 18px;
	color:#ffffff;
	background: #55a9a7;
	display: block;
	height: 43px;
	width: 118px;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	line-height: 43px;
	border: none;
	margin-bottom: 34px;
	padding: 0;
	margin-left: 0;
	max-width: 118px;
	min-width: 118px;
	font-weight: normal;
}
.green-btn,
.red-btn{
	width: auto!important;
	max-width: inherit!important;
	padding: 0 13px!important;
	margin: 0;
}
.page_one_product .button_one_product_for_sale.button--aylen::before,
.green-btn::before {
	background: #75d0cd;
}
.page_one_product .button_one_product_for_sale.button--aylen::after,
.green-btn::after {
	background: #458a88;
}
.product_right_slide_btn button:hover,
.green-btn:hover{
	background: #458a88;
}
.bay_this_product.in_cart{
	line-height:29px!important;
	background:#b9b9b9!important;
}
.description_product{
	font-family: 'OpenSans-Regular';
	font-size:16px;
	color: #1d1d1b;
	clear:both;
}
.description_product p{
	margin-bottom: 26px;
}
.main-container{
	width:80%;
	float:left;
	padding-right:10px;
}
.nav-container{
	width:20%;
	float:left;
}
.image_one_prod{
	width: 100%;
	height:390px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.image_one_prod:hover img{
	transition-duration: .3s;
	transform: scale(1.09);
}
.image_one_prod img{
    position: absolute;
    width: auto;
    max-height: 100%;
}
.image_one_prod{
	height:100%;
}
.image_vert_prod{
	width:90%;
	height: 88px;
	background-size: cover;
	margin-bottom:10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.image_vert_prod img{
	position: absolute;
	width: auto;
}
.contact_title_product_page{
	clear:both;
	font-family: 'OpenSans-Regular';
	font-size:16px;
	padding: 36px 0 19px 0;
}
.page_one_product .services-slider{
	display:block;
	
}
.contact_form_product_page{
	clear:both;
	margin-bottom: 123px;
}
.page_one_product form p{
	float:left;
	width: 27%;
}
.page_one_product .wpcf7-submit,
.red-btn,
.red-btn.button--aylen{
	font-family:Oswald-Regular;
	font-size:16px;
	color:#ffffff;
	background:#e8454f;
	display: block;
	border:none;
	height: 43px;
	width: 169px;
	margin-left: 18px;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	line-height: 44px;
	padding: 0!important;
	font-weight: normal;
	margin: 0 18px;
	max-width: 169px;
	min-width: 169px;
}
.page_one_product .wpcf7-submit.button--aylen::before,
.red-btn::before{
	background: #ff8189;
}
.page_one_product .wpcf7-submit.button--aylen::after,
.red-btn::after{
	background: #c63b44;
}
.page_one_product .wpcf7-submit:hover,
.red-btn:hover{
	background:#e0414b;
	color:white;
}

.page_one_product input{
	height: 41px;
	border: none;
	border-radius: 30px;
	margin-bottom: 20px;
	background: #e2e2e2;
	margin-left: 0!important;
	padding-left: 18px;
	text-transform: uppercase;
	width: 100%;
	font-family: Oswald-Regular;
	font-size: 16px;
	color: #1b1b1b;
}
.services-slider .slick-active{
	opacity:0.3;
} 
.services-slider .slick-current{
	opacity:1;
}
.redclass{
	color:#e8454f!important;
}
.my_bottom_block_produser{
	width:100%;
	height:50px;
	background: #d9dada;
}
.scrolltopbutton{
	position: fixed!important;
	top: 45px!important;
	left: -62px;
	transition-duration: .5s;
}
.addhamb{
	position: fixed!important;
	top: 45px!important;
	left: 60px!important;
	transition-duration: .7s;
	opacity: 1!important;
}




.block-title-quo{
	font-size: 36px;
	margin-bottom: 11px;
}
.custom-input {
    position: relative;
}
.input-field {
    width: 244px;
    border: none;
    border-bottom: 1px solid #939393;
    height: 30px;
    font-size: 18px;
    position: relative;
    background: none;
}
.custom-input label {
    transition: all .3s ease;
    position: absolute;
    top: 5px;
    color: #939393;
    font-size: 18px;
    font-weight: 400;
}
.custom-input.flowFocused .input-field {
    border-bottom: 1px solid #000000;
}
.custom-input.flowFocused label {
    top: -8px;
    font-size: 12px;
    color: #006cbb;
    font-weight: 100;
}
input[type="checkbox"]:after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: 0px;
    border: 2px solid #010202;
    border-radius: 0;
    -webkit-transition: 240ms;
    background: #fff;
    -o-transition: 240ms;
    transition: 240ms;
}
input[type="checkbox"]:checked:after {
    background-color: #0066ff;
    border-color: #0066ff;
}
.get-quote-form span.wpcf7-list-item-label {
    font-size: 18px;
    color: #939393;
    font-weight: 500;
    cursor: pointer;
}
span.wpcf7-list-item {
    margin: 0 0 0 0;
}
.get-quote-form input[type="submit"] {
    background: #100f10;
    outline: none;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 6px 21px;
    margin-top: 19px;
}
.get-quote-form .last{
	margin-top: 12px;
	width: 200px;
}
.get-quote-form .wpcf7-list-item-label{
	padding-left: 6px;
}
.wpcf7-not-valid-tip{
	display:none!important;
}
span .wpcf7-not-valid{
    border: 1px solid #ff0030 !important;
}
.checkbox-539 .wpcf7-not-valid{
	 border-bottom: none!important;
}

span .wpcf7-not-valid .wpcf7-list-item-label{
	color:#ff0030;
}
span.wpcf7-not-valid-tip {
    display: none;
}
	
	
div.wpcf7-validation-errors {
    background: #ffe2e2;
    border-bottom: 1px solid #ff0030;
    color: #ff0030;
}

div.wpcf7-response-output {
    margin: 2em 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;	
}
.wpcf7-mail-sent-ok{
	clear:both;
	padding: 0!important;
}
div.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-spam-blocked {
     background: #e2e2e2;
     border-bottom: 1px solid #bcbcbc !important;
     color: #383838;
}
.wpcf7-mail-sent-ng {
     background: #fcf8e3;
     border: 1px solid #ac9163 !important;
     color: #8a6d3b;
}
.wpcf7-mail-sent-ok {
     background: none;
     padding:0;
     border: none !important;
     color: #33a900;
     line-height: 22px;
     width: 85%;
}
.order-form{min-height:300px;width: 100%!important;}
.order-form form{
	display:flex;
	flex-wrap: wrap;
}
.sub-menu .menu-item.current-menu-item a{
	color: #b13b42 !important;
}
.producrer_left_block .left-black-block{
	padding-top: 31px;
}
#module p.collapse[aria-expanded="false"] {
}

#module p.collapsing[aria-expanded="false"] {
	height: 200px !important;
}

#module a.collapsed:after  {
	content: ' ';
}

#module a:not(.collapsed):after {
	content: ' ';
}
#module .description_product a[role="button"]{
	margin-top: 10px;
	margin-bottom: 26px;
	cursor: pointer;
	font-family: 'OpenSans-Regular';
	font-size: 16px;
	text-decoration: underline;
	color: #393938;
	display: none;
}
#module .description_product a[role="button"]:hover{
	text-decoration: none;
}
#datafetch,.block_button_all_search{display:none;}

.bg_pop_up_serch{
	position:fixed;
	top: -100%;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.65);
	left: 0;
	z-index: 1;
	transition-duration: 1s;
}
.mynewclasssearch{
	top: -0%;
	transition-duration: 1s;
} 
.turboclass header{
	position:fixed;
	top:-160px;
	transition-duration:.1s;
} 
.turboclass header .menu_btn{
	opacity:1!important;
	position:fixed;
	top:46px;
	left:60px;
	display:none;
}
.turboclass header .menu_left{
	padding-left:70px;
}
header.navigation--is-visible{
	position:fixed;
	background:#f4f4f4;
	top:0px;
	transition-duration:.1s;
}

.display_none_options{
	display:none;
} 
.category_left.formobile_block{
	display:none;
}
.option_display_none{
	display:none;
}
.type_box_display_none{
	display:none;
}
.single .product-btn-group.btn-group .bay_this_product img{
	width:23px;
}