.hide {
	/*display:none !important;*/
}
.header_but_compare {
	position: relative;
}
.main_menu>ul>li .sub_menu_block {
	margin-top: 	40px;
}
.main_menu>ul>li .sub-menu-wrap {
	margin-top: -40px;
}

.onsale-percentage {
	position: absolute;
	right: -20px;
	top: -10px;
	background: #AF8E56;
	padding: 4px 13px;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
}
.main_card_to_compare {
	position: absolute;
	top: 0;
	right: 40px;
	transform: translateX(100%);
	width: 20px;
	height: 20px;
	z-index: 20;
	cursor: pointer;
}
.main_card_to_compare .icon {
    width: 100%;
    background-image: url('../img/main_card_compare.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
}
.main_card_to_compare.active .icon {
    width: 100%;
    background-image: url('../img/compare_active.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
}
.k_1_one_like {
	right: auto;
	left: 10px;
	top: 17px;
	z-index: 80;
}
.k_1_one_compare {
	position: absolute;
	left: 40px;
	top: 17px;
	width: 20px;
	display: none;
	height: 20px;
	z-index: 80;
	cursor: pointer;
}
.k_1_one_compare .icon{
	width: 100%;
	height: 100%;
	background-image: url('../img/main_card_compare.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.k_1_one_compare.active .icon {
	background-image: url('../img/compare_active.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.k_1_one_product_wrapper:hover .k_1_one_compare {
	display: block;
}
.header_compare_numb {
	position: absolute;
    top: -1px;
    left: -10px;
    width: 18px;
    height: 18px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    border-radius: 100%;
    background: #af8e56;
}
.header_but_compare a .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
}
.punkt_1_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.punkt_1_left {
	width: 40%;
}
.punkt_1_right {
	width: 60%;
	padding-left: 80px;
}
.punkt_1_right #map {
	width: 100%;
	height: 400px;
}
.punkt_1_element {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
	color: #261305;
	padding-bottom: 30px;  
	margin-bottom: 30px;
	border-bottom: 1px solid #B5B5B5;
}
.woocommerce form.login /* .woocommerce form.register */{
	display: inline-block;
    margin-top: 2em !important;
    margin: 0 auto;
    max-width: 100%;
    width:auto;
}
#rememberme {
	height: 15px;
    display: inline-block;
    width: 15px;
    margin-bottom: 3px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	padding: 8px;
}
.woocommerce form .form-row label span {
    width: 151px;
    display: inline-block;
}
.woocommerce .lk_wrap h2 {

} 
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	/*margin-right:0px;*/
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	text-align:right;
}
@media screen and (max-width: 992px){
	.punkt_1_flex {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 600px; 
		max-width: 100%; 
		margin-left: auto;
		margin-right: auto;
	}
	.punkt_1_left {
		width: 100%;
	}
	.punkt_1_right {
		width: 100%;
		padding-left: 0px;
	}
}







































.m_4_el_right_text {
	font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 20px;
text-align: center;
margin-top: 30px;
margin-bottom: 20px;
color: #000000;
width: 240px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.m_4_el_but_rig {
	display: flex;
	justify-content: center;
}
.m_4_el_but_rig p {
	width: 140px;
	max-width: 100%;
	line-height: 40px;
	cursor: pointer;
	font-size: 14px;
}
.bb_info_data {
	position: absolute;
	top: -8px;
	left: -5px;
	transform: translate(0%, -100%);
	background: #AF8E56;
	padding: 5px 3px;
	color: #fff;
	font-size: 12px;
	opacity: 0;
	transition: 0.25s;
	width: 90px;
	text-align: center;
}
.bb_info_data:after {
	content:'';
	display: block;
	width: 10px;
	height: 10px;
	transform-origin: center;
	position: absolute;
	bottom: -5px;
	left: 10px;
	transform: translateX(0%) rotate(45deg);
	background: #AF8E56;
}
.remodal_fv_header h1 {
	padding-top: 0px !important;
	margin-bottom: 0px !important;
}


.main_card_to_like:hover .bb_info_data, .main_card_to_compare:hover .bb_info_data {
	opacity: 1;
}





























@media screen and (max-width: 1300px){
	.onsale-percentage {
		right: -10px;
	}
    .wrapper {
        width: 100%;
    }
 	.main_menu > ul > li > a {
 		margin-left: 20px;
 		margin-right: 20px;
 	}
 	.main_menu > ul > li > a {
    	font-size: 14px;
    }
    .header_search a {
    	font-size: 14px;
    }
    .m_2_flex {
    	justify-content: center;
    }
    .remodal_fv_table tr td {
    	font-size: 11px;
    }
    .s_1_right {
    	padding-left: 40px;
    }
    .footer_r_el_colection {
    	display: none;
    }
    .mm_1_slaid_wrapper {
    	height: 500px;
    }
    .footer_r_el_nav {
    	margin-left: 30px;
    }
    .foo_r_el_pod {
    	width: 160px;
    	margin-left: 30px;
    	min-width: 160px;
    }
    .k_1_one_product {
    	padding-left: 10px;
    	padding-right: 10px;
    }
    .blog_post_image {
    	width: 48%;
    }
    .blog_post_content {
    	width: 48%;
    }
    .of_1_left__input {
    	width: 250px;
    	min-width: 250px;
    }
}
@media screen and (max-width: 1100px){
	.main_menu > ul > li > a {
		margin-left: 10px;
		margin-right: 10px;
	}
	.mm_1_slaid_wrapper {
		height: 450px;
	}
	.footer_left {
		width: 180px;
		min-width: 180px;
		margin-right: 0px;
	}
	.k_1_one_product_wrapper {
		width: 33.333%;
	}
	.lk_menu {
		margin-right: 30px;
		width: 180px;
		min-width: 180px;
	}
}
@media screen and (max-width: 992px){
	
    .wrapper {
        padding: 0 10px;
    }
    .hamburger {
        display: block;
        padding: 0px;
        padding-top: 7px;
        padding-bottom: 7px;
        position: relative;
        top: 1px;
    }
    .main_menu {
    	display: none;
    }
	.header_bottom {
		justify-content: space-between;
	}
	.header_top_left {
		display: none;
	}
	.header_top_right {
		width: 100%;
	}
	.header_top_wrapper {
		position: relative;
		z-index: 340;
	}
	.header_bottom_wrapper {
		position: relative;
		z-index: 320;
	}
	.main_menu > ul > li > a {
		margin-left: 0px;
		margin-right: 0px;
	}
	.mobile_nav {
		display: none;
		background: #fff;
		position: fixed;
		padding-left: 20px;
		padding-right: 20px;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		overflow: auto;
		padding-top: 130px;
		z-index: 280; 
	}
	.mobile_nav .main_menu {
		display: block;
		width: 100%;
	}
	.main_menu > ul {
		flex-direction: column;
		justify-content: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		width: 100%;
	}
	.main_menu > ul > li {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.mobile_nav .item-has-child:after {
		content: '';
		display: block;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		width: 8px;
		height: 8px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		right: 16px;
	}
	.main_menu > ul > li .sub_menu_block {
		width: 100%;
	}
	.main_menu > ul > li .sub_menu_block img {
		display: none;
	}
	.mobile_nav.active {
		display: block;
	}
	.mobile_nav_step {
		width: 100%;
		height: 100%;
		display: block;
		transform: translateX(110%);
		transition: 0.25s;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 130px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobile_nav_step ul li {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.mobile_nav_step ul li.item-has-child:after {
		content: '';
		display: block;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		width: 8px;
		height: 8px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		right: 16px;
	}
	.main_menu > ul > li > a {
		line-height: 20px;
	}
	.main_menu > ul > li > a:after {
		display: none;
	}
	.mobile_nav_step ul li a{
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		padding-top: 10px;
		font-style: normal;
		font-weight: 500;
		font-size: 15px;
		z-index: 20;
		line-height: 20px;
		color: #000000;
		padding-bottom: 10px;
	}
	.mobile_nav_step ul li a span {
		font-weight: bold;
	}
	.mobile_nav_step ul li a:hover {
		color: #AF8E56;
	}
	.mobile_nav_step.active {
		display: block;
		transform: translateX(0%);
	}
	.mobile_nav_step.disactive {
		display: block;
		transform: translateX(-110%);
	}
	.mobile_nav_step_back {
		display: flex;
		-ms-align-items: center;
		align-items: center;
		margin-bottom: 10px;
		color: #000;
		cursor: pointer;
		position: relative;
		padding-left: 20px;

	}
	.mobile_nav_step_back:before {
		content: '';
		display: block;
		border-bottom: 1px solid #333;
		border-left: 1px solid #333;
		width: 8px;
		height: 8px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		left: 0px;
	}
	.main_menu > ul > li > a {
		width: 100%;
		justify-content: flex-start;
	}
	.main_menu > ul > li > a:after {
		bottom: 0;
	}
	.mobile_nav .main_menu {
		transition: 0.25s;
	}
	.mobile_nav .main_menu.disactive {
		transform: translateX(-110%);
	}
	.mobile_nav {
		overflow-x: hidden;
	}
	.main_menu > ul > li:hover .sub-menu {
		display: block;
	}














	.main_menu.disactive {
		transform: translateX(-110%);
	}




	.m_2_el {
		width: 500px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.main_menu > ul > li .sub-menu {
		display: block;
		position: fixed;
		left: 0;
		width: 100%;
		max-height: 100vh;
		opacity: 1;
		top: 0;
		transition: 0.25s;
		padding-top: 0px;
		border-top: none;
		background: #fff;
		transform: translateX(110%);
		padding-left: 0px;
		padding-right: 0px;
		z-index: 10;
	}
	.main_menu > ul > li .sub-menu .sub-menu {
		z-index: 20;
		opacity: 0;
	}
	.main_menu > ul > li .sub-menu .sub-menu .sub-menu {
		z-index: 30;
		opacity: 0;
	}
	.main_menu > ul > li .sub-menu.active {
		transform: translateX(110%);
		z-index: 50;
		opacity: 1;
	}
	.main_menu > ul > li.item-has-child  .sub-menu.disactive {
		transform: translateX(0%);
	}
	.main_menu > ul > li .sub-menu ul li {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.main_menu > ul > li .sub-menu ul li.item-has-child:after {
		content: '';
		display: block;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		width: 8px;
		height: 8px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		right: 16px;
	}
	.main_menu > ul > li .sub-menu > ul > li > a:after {
		display: none;
	}
	.main_menu > ul > li .sub-menu ul li a{
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		padding-top: 10px;
		font-style: normal;
		font-weight: 500;
		font-size: 15px;
		z-index: 20;
		line-height: 20px;
		color: #000000;
		padding-bottom: 10px;
	}
	.main_menu > ul > li .sub-menu ul li a span {
		font-weight: bold;
	}
	.main_menu > ul > li .sub-menu ul li a:hover {
		color: #AF8E56;
	}

	.m_2_flex {
		flex-direction: column;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
	}

	.header_top_right .header_language{
		display: none;
	}
	.header_top_right .header_but_lk {
		display: none;
	}
	.m_3_el {
		width: 500px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.m_3_el a{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.m_3_el_left_image {
		position: static;
		margin-top: 20px;
		order: 3;
	}
	.m_3_el_right_image {
		position: static;
		margin-bottom: 20px;
	}
	.m_4_wrapper {
		flex-direction: column;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	}
	.m_4_el {
		width: 500px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.m_4_slide a{
		height: 300px;
	}
	.m_4_image_right {
		height: 300px;
	}
	.m_6_slick  {
		width: 500px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.m_6_slide_wrap {
		flex-direction: column;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
	}
	.m_6_right {
		width: 100%;
	}
	.m_6_left {
		width: 100%;
	}
	.m_6_left .m_6_slide_left_image {
		height: 350px;
	}
	.m_6_left {
		min-height: 1px;
	}
	.k_1_wrapper {
		flex-direction: column;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		margin-bottom: 40px;
	}
	.k_1_content_block  {
		padding-left: 0px;
	}
	.k_1_content_block {
		width: 100%;
	}

	.k_1_flex_for_product {
		width: 100%;
	}
	.k_1_one_product {
		position: relative;
	}
	.k_1_one_product_but {
		display: flex;
	}
	.k_1_one_like {
		display: block;
	}
	.k_1_one_product_wrapper:hover .k_1_one_product {
		box-shadow: none;
	}
	.k_1_one_product_wrapper {
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
	}
	.k_1_one_product_image a {
		/*opacity: 0;*/ 
		/*02.08.23*/
	}
	.k_1_one_product_sliders {
		opacity: 1;
	}
	.k_1_one_product_wrapper {
		height: auto;
	}
	.remodal_fv_but > a:first-child {
		margin-right: 0px;
	}
	.remodal_fv_but {
		flex-direction: column;
	}
	.remodal_fast_visual_main_wrapper {
		flex-direction: column;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
	}
	.remodal_fv_remodal {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 30px;
		padding-bottom: 30px;
		width: 500px;
		max-width: 100%;
	}
	.remodal_fv_left {
		width: 400px;
		min-width: 1px;
		max-width: 100%;
		padding-bottom: 20px;
	}
	.remodal_fv_slick_small  {
		padding-bottom: 5px;
	}
	.remodal_fv_slide_wrap {
		height: 300px;
	}
	.remodal_fv_favourite {
		transform: none;
		top: 20px;
	}
	.remodal_fv_right {
		padding-left: 0px;
		width: 100%;
	}
	.k_1_sort {
		display: none;
	}
	.k_1_sort.active {
		display: block;
	}
	.k_1_sel_param_mob {
		display: block;
	}
	.k_1_sel {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		-ms-align-items: center;
		align-items: center;
	}
	.k_1_top {
		flex-direction: column;
		padding-bottom: 20px;
	}
	.breadcums {
		margin-right: auto;
		margin-bottom: 10px;
	}
	.s_1_wrapper {
		flex-direction: column;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
	}
	.s_1_left {
		min-width: 1px;
		width: 500px;
		max-width: 100%;
		flex-direction: column;
	}
	.s_left_small_slick {
		width: 100%;
		order: 2;
		height: auto;
	}
	.s_1_big_slick {
		width: 100%;
	}
	.s_1_big_slide_wrap {
		height: 300px;
	}
	.s_1_right {
		padding-left: 0px;
		width: 100%;
	}
	.s__header {
		margin-bottom: 40px;
	}
	.footer_wrapper {
		flex-direction: column;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
	}
	.footer_left {
		width: 300px;
		max-width: 100%;
		min-width: 1px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.foo_r_el_pod {
		width: 160px;
		min-width: 1px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.footer_bottom {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		flex-direction: column;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
	}
	.foteer_copy {
		margin-right: 0px;
	}
	.foooter_link {
		width: 100%;
		justify-content: flex-start;
	}
	.footer_right {
		width: 100%;
	}


	.header_language .all_language{
		display: none !important;
	}
	.header_language.active .all_language{
		display: block !important;
	}
	.mm_1_wrapper {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.mm_1_left {
		width: 100%;
		max-width: 100%;
		margin-right: 0px;
		flex-basis: 0px;
	}
	.mm_1_right {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		flex-basis: 0px;
		justify-content: space-between;
	}
	.mm_1_right_image:first-child {
		margin-bottom: 0px;
	}
	.mm_1_right_image {
		margin-top: 10px;
		width: calc(50% - 5px);
		height: 250px;
		flex-grow: 0;
	}
	.mm_1_wrapper {
		padding-top: 10px;
	}
	.foo_header {
		text-align: left;
	}
	.footer_logo {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 0px;
	}
	.foteer_copy {
		text-align: left;
	}
	.footer_wrapper {
		margin-bottom: 0px;
		padding-bottom: 20px;
	}
	.footer_created {
		margin-left: auto;
		margin-right: auto;
	}
	.footer_right{
		flex-wrap: wrap;
		justify-content: center;
		width: 400px;
		max-width: 100%;
	}
	.footer_r_el_nav {
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.foo_r_el_pod {
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.comp_1_row_header .comp_1_col:first-child {
		font-size: 16px;
		padding-left: 10px;
		line-height: 20px;
	}
	.comp_1_row {
		font-size: 15px;
		line-height: 18px;
	}
	 .comp_1_row_header {
	       min-width: min-content;
	}
	.comp_param {
		padding-left: 10px;
	}
	.comp_see_more {
		font-size: 14px;
	}
	.comp_param {
		font-size: 15px;
		line-height: 18px;
	}
	.ind_1_flex {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.ind_1_left {
		width: 500px;
		max-width: 100%;
		margin-bottom: 40px;
	}
	.ind_1_right {
		width: 500px;
		max-width: 100%;
	}
	.k_1_top {
		padding-bottom: 0px;
	}
	.k_1_top .breadcums{
		display: none;
	}
	.ind_2_flex {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	.ind_2_left {
		width: 500px;
		max-width: 100%;
	}
	.ind_2_right {
		width: 500px;
		max-width: 100%;
		margin-bottom: 40px;
	}
	.ind_2_row_form {
		margin-bottom: 15px;
	}
	.ind_2_wrap_for_form textarea {
		margin-bottom: 15px;
	}
	.ind_2_flex{
		margin-top: 80px;
	}
	.ind_1_left {
		padding-top: 0px;
	}
	.blog_post {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 600px;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
	.blog_post > div {
		width: 100%;
	}
	.blog_header {
		width: 600px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.blog_post_content {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.blog_post_data {
		margin-bottom: 10px;
	}
	.blog_post_name {
		margin-bottom: 15px;
	}
	.blog_post_desc {
		margin-bottom: 15px;
	}
	.lk_wrap {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.lk_content {
		width: 100%;
	}
	.lk_menu {
		padding-top: 20px;
		margin-bottom: 40px;
		width: 100%;
	}
	.of_1_wrapper {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		width: 500px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.of_1_wrapper > div {
		width: 100%;
	}
	.of_1_right {
		margin-bottom: 40px;
	}
	.of_1_left .main_h1{
		display: none;
	}
	.of_1_right .main_h1 {
		display: block;
		margin-bottom: 40px;
	}
	.k_1_one_compare {
		display: block;
	}

	.remodal_fv_remodal  .main_card_to_compare {
		right: 0px !important;
		transform: none !important;
	}
	.remodal_fv_remodal .remodal_fv_favourite {
		top: 30px;
	}
	.main_card_to_compare {
		right: 0px;
		transform: none;
	}
	.remodal_fv_favourite {
		top: 30px;
	}
}
@media screen and (max-width: 800px){
    .s_2_slide {
    	padding-left: 10px;
    	padding-right: 10px;
    }
    .mm_1_right_image {
    	height: 200px;
    }
    .k_1_one_product_wrapper {
    	width: 50%;
    }
    .lk_wrap_for_product .s_2_slide {
    	width: 50%;
    }
}
@media screen and (max-width: 600px){
	.m_1_slide_text {
		font-size: 32px;
	}
	.m_1_slide {
		height: 450px;
	}
	.m_2_el_image {
		height: 300px;
	}
	.m_2_el_image .m_2_el_round {
		height: 250px;
		height: 250px;
	}
	.k_1_top {
		flex-direction: column;
	}
	.breadcums {
		margin-right: auto;
	}
	.k_1_sel {
		margin-left: auto;
		margin-top: 10px;
	}
	.k_1_sort {
		min-width: 1px;
		max-width: 100%;
	}
	.remodal_add_flex {
		flex-direction: column;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
	}
	.remodal_add_left {
		width: 100%;
	}
	.remodal_add_right {
		width: 100%;
	}
	.remodal_add_card {
		width: 320px;
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.mm_1_right_image {
		height: 150px;
	}
	.mm_1_slaid_wrapper {
		height: 350px;
	}
	.k_1_one_product_sliders .slick-dots li {
		width: 30px;
	}
	.lk_row {
		width: 100%;
	}
	.m_4_image_right {
		height: 220px;
	}
	.k_1_sel {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.products_per_page {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 500px){
	.header_top_right .header_top_icon {
		margin-left: 6px;
		margin-right: 6px;
	}
	.header_language {
		margin-left: 0px;
		margin-right: 6px;
	}
	.k_1_one_product_wrapper {
		width: 380px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.k_1_flex_for_product {
		width: 100%;
	}
	.k_1_content_block {
		width: 100%;
	}
	.remodal_fv_left .slick-list{
		width: 300px;
	}
	.remodal_fv_left {
		width: 300px;
	}
	.remodal_quick_order {
		width: 320px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 30px;
		padding-bottom: 30px;
		max-width: 100%;
	}
	.mm_1_right_image {
		height: 130px;
	}
	.mm_1_slaid_wrapper {
		height: 370px;
	}
	.s_2_slide {
		border: 1px solid #ECEAE6;
	}
	.s_2_slick .slick-list{
		border: none;
	}
	.ind_1_right .ind_1_right_image {
		height: 290px;
	}
	.blog_post_image {
		height: 250px;
	}
	.lk_wrap_for_product .s_2_slide {
		width: 100%;
	}
	.of_1_form_row_2_input_el {
		width: 100%;
	}
	.of_1_form_row_2_input {
		flex-direction: column;
	}
	.of_1_row_input_with_text{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.of_1_left__input {
		width: 100%;
		margin-right: 0px;
	}
	.of_1_left__input_Text {
		margin-bottom: 10px;
		margin-top: -10px;
		width: 100%;
		text-align: left;
	}
	.of_1_left__input_Text br {
		display: none;
	}
}
@media screen and (max-width: 374px){
	.mm_1_right_image {
		height: 100px;
	}
	.mm_1_slaid_wrapper {
		height: 250px;
	}
	.k_1_sel_param_mob a {
		width: 120px;
	}
}