﻿html {height: 100%;}
body {padding: 0px; background: none; height: 100%;}
.clear {clear: both; line-height: 0px; height: 0px; width: 0px; font-size: 0px;}
.hand {cursor: pointer;}
.table-wrap {overflow-x:auto;}
#simplemodal-overlay {background-color:#000;}

.conteiner {
	width: 1900px;
	margin: 0px auto;
	padding: 0px 30px;
	box-sizing: border-box;
}

.header {
	display: block;
	position: fixed;
	height: 90px;
	top: 0px;
	width: 100%;
	background: #ffffff;
	z-index: 100;
}

.footer {
	display: block;
	position: absolute;
	height: 90px;
	bottom: 0px;
	width: 100%;
}

.footer.retail {
	position: static;
	bottom: auto;
	height: auto;
	padding-bottom: 30px;
}

.karkas {
	min-height: 100%;
	position: relative;
}

.main {
	
}

.content_box {
	padding: 90px 0px;
}

.logo, .menu_logo {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -77px;
	width: 154px;
	height: 34px;
	background: url(/images/logo.png?2023-09-15) no-repeat top left;
	margin-top: 35px;
	background-size: 100%;
}

.menu_button {
	float: right;
	cursor: pointer;
	width: 49px;
	height: 29px;
	background: url(/images/menu.png) no-repeat top left;
	margin-top: 38px;
}

.auth_button {
	float: right;
	cursor: pointer;
	width: 22px;
	height: 30px;
	background: url(/images/login.png) no-repeat top left;
	margin: 38px 113px 0px 0px;
}

.profile_button {
	display: block;
	float: right;
	cursor: pointer;
	width: 26px;
	height: 32px;
	background: url(/images/profile.png) no-repeat top left;
	margin: 36px 113px 0px 0px;
}

.basket_button {
	display: block;
	float: right;
	cursor: pointer;
	width: 23px;
	height: 32px;
	background: url(/images/basket.png) no-repeat top left;
	margin: 36px 49px 0px 0px;
}

.search_button {
	float: left;
	cursor: pointer;
	width: 28px;
	height: 30px;
	background: url(/images/lupa.png) no-repeat top left;
	margin: 38px 0px 0px 0px;
	line-height: 0px;
}

.favorite_button {
	display: block;
	float: right;
	cursor: pointer;
	width: 30px;
	height: 27px;
	background: url(/images/favorite.png) no-repeat top left;
	margin: 41px 49px 0px 0px;
}

.auth_button img, .basket_button img, .search_button img, .menu_button img, .favorite_button img {
	display: none;
	width: 100%;
}

.lang_link {
	display: block;
	float: left;
	line-height: 29px;
	background: url(/images/globus.png) no-repeat top left;
	padding-left: 40px;
	font-size: 13px;
	color: #272727;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 3px;
}

.lang_link:hover {
	text-decoration: underline;
}

.copy {
	float: right;
	font-size: 13px;
	margin-top: 10px;
}

.social_box {
	width: 96px;
	margin: 19px auto 0px auto;
}

.social_instagram, .social_youtube, .social_vk {
	display: block;
	float: left;
	width: 35px;
	height: 35px;
	background: url(/images/icon_instagram.png) no-repeat top left;
	margin-right: 26px;
}

.social_youtube {
	background-image: url(/images/icon_youtube.png);
}

.social_vk {
	background-image: url(/images/icon_vk.png);
	margin-right: 0px;
}

.social_instagram img, .social_youtube img, .social_vk img {
	display: none;
	width: 100%;
}

.menu_box {
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 101;
}

.menu_back {
	position: absolute;
	background: #8e9092;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	opacity: 0.9;
}

.menu_content {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
    box-sizing: border-box;
    padding: 80px 0px 20px 0px;
}

.menu_content_table {
	display: table;
	height: 100%;
	width: 100%;
}

.menu_content_td {
	display: table-cell;
	vertical-align: middle;
}

.menu_content_in {
	text-align: center;
}

.menu_content_in_center {
	display: inline-block;
}

.menu_column_1, .menu_column_2, .menu_column_3, .menu_column_4 {
	float: left;
	width: 320px;
}

.menu_column_4 {
	width: 240px;
}

.menu_column_4 .dop_menu {
	height: 293px;
}

.menu_link {
	padding: 9px 0px;
}

.menu_link a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 4px;
}

.menu_link a:hover {
	text-decoration: underline;
}

.podpiska_box {
	
}

.podpiska_title {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 3px;
}

.podpiska_item {
	border-bottom: 1px solid #ffffff;
	padding: 30px 0px 9px 0px;
}

.podpiska_input {
	padding-right: 40px;
}

.podpiska_input input {
	width: 100%;
	line-height: 30px;
	background: none;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 1px;
	outline: none;
}

.podpiska_input input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
	letter-spacing: 1px;
}

.podpiska_input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
	letter-spacing: 1px;
}

.podpiska_input input::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
	letter-spacing: 1px;
}

.podpiska_button {
	float: right;
	width: 30px;
	height: 19px;
	background: url(/images/subscribe.png) no-repeat top left;
	cursor: pointer;
	margin-top: 8px;
}

.menu_inside {
	width: 100%;
	position: absolute;
	top: 0px;
}

.menu_logo {
	background-position: 0px -33px;
}

.menu_close {
	float: right;
	width: 37px;
	height: 37px;
	background: url(/images/close.png) no-repeat top left;
	margin-top: 36px;
	cursor: pointer;
}

.menu_close img {
	display: none;
	width: 100%;
}

.content_in {
	width: 1254px;
	margin: 0px auto;
}

.title {
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 10px;
}

.content {
	padding-top: 20px;
}

.it_img {
	display: block;
	float: right;
	width: 63px;
	height: 16px;
	line-height: 0px;
	margin: 16px 0px 0px 0px;
}

.it_minus {
	float: right;
	font-size: 13px;
	margin: 8px 6px 0px 6px;
}

.it_link {
	display: block;
	float: right;
	color: #272727;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 10px 0px 0px 42px;
}

.it_link:hover {
	text-decoration: underline;
}

.contact_title {
	text-align: center;
	text-transform: uppercase;
	padding: 40px 0px 20px 0px;
}

.reg_list {
	
}

.reg_item {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 30px;
	padding-bottom: 30px;
}

.reg_item:nth-child(2n+2) {
	padding-right: 0px;
	padding-left: 30px;
}

.reg_item_l {
	padding-bottom: 30px;
}

.reg_item_title {
	padding-bottom: 3px;
	height: 34px;
	box-sizing: border-box;
}

.reg_item_input {
	
}

.reg_item_input input {
	border: 1px solid #d7d7d7;
	height: 42px;
	width: 100%;
	line-height: 42px;
	font-size: 15px;
	box-sizing: border-box;
	padding: 0px 5px;
	outline: none;
}

.reg_item_input.plus {
	position: relative;
	padding-left: 20px;
}

.reg_item_input.plus:before {
	content: "+";
	position: absolute;
	left: 0px;
	top: 6px;
	font-size: 20px;
}

.reg_item_textarea {
	line-height: 0px;
}

.reg_item_textarea textarea {
	border: 1px solid #d7d7d7;
	height: 150px;
	width: 100%;
	line-height: 30px;
	font-size: 15px;
	box-sizing: border-box;
	padding: 5px;
	resize: none;
	outline: none;
}

.reg_button_box {
	padding-top: 30px;
	text-align: center;
}

.reg_button_box_in {
	display: inline-block;
}

.reg_button {
	float: left;
	display: block;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	background: #272727;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 0px 60px;
	line-height: 44px;
}

.reg_button_box_in.red .reg_button {
	padding: 0px 30px;
	background: #ffffff;
	line-height: 42px;
	border: 1px solid #ff1010;
	color: #ff1010;
	letter-spacing: 0px;
	margin-left: 10px;
}

.message_box {
	display: none;
	width: 455px;
	background: #ffffff;
	padding: 0px 60px 30px 60px;
	box-sizing: border-box;
}

.message_close {
	display: block;
	position: absolute;
	float: right;
	width: 17px;
	height: 17px;
	right: 10px;
	background: url(/images/mess_close.png) no-repeat top left;
	top: 10px;
}

.message_title {
	padding: 30px 0px 20px 0px;
	text-transform: uppercase;
	text-align: center;
}

.list_item {
	float: left;
	width: 32%;
	margin-right: 2%;
	padding-bottom: 60px;
}

.list_item:nth-child(3n+3) {
	margin-right: 0%;
}

.list_img_box {
	position: relative;
}

.list_picture {
	display: block;
	line-height: 0px;
}

.list_picture img {
	width: 100%;
}

.list_info_box {
	
}

.list_info_left {
	display: block;
	float: left;
	font-size: 13px;
	color: #8d8d8d;
	text-decoration: none;
	text-transform: uppercase;
}

.list_info_left:hover {
	text-decoration: underline;
}

.list_info_right {
	float: right;
	font-size: 13px;
	color: #8d8d8d;
	text-transform: uppercase;
}

.list_info_center {
	padding: 0px 70px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

.list_retail {
	padding-top: 20px;
}

.list_retail.opt {
	display: none;
}

.list_opt {
	position: absolute;
	text-decoration: none;
	width: 100%;
	background: url(/images/price_background.png) repeat top left;
	color: #ffffff;
	box-sizing: border-box;
	padding: 6px 28px;
	bottom: 0px;
}

.list_opt .list_info_left, .list_opt .list_info_right {
	color: #ffffff;
}

.list_opt_status {
	display: block;
	position: absolute;
	font-size: 13px;
	text-transform: uppercase;
	color: #2fb524;
	text-decoration: none;
	border: 1px solid #2fb524;
	padding: 0px 10px;
	line-height: 23px;
	margin: 10px 0px 0px 10px;
}

.prod_box {
	padding-top: 30px;
}

.prod_return_box {
	position: fixed;
	width: 100%;
	background: #ffffff;
	z-index: 10;
	margin-top: -30px;
}

.prod_return {
	display: block;
	float: left;
	font-size: 13px;
	color: #272727;
	text-transform: uppercase;
	text-decoration: none;
	background: url(/images/return_button.png) no-repeat 0px 5px;
	padding: 0px 0px 0px 25px;
	line-height: 20px;
}

.prod_return:hover {
	text-decoration: underline;
}

.prod_left {
	display: block;
	position: fixed;
	background: url(/images/prod_prev.png) no-repeat top left;
	width: 15px;
	height: 29px;
	left: 0px;
	top: 50%;
	margin: -15px 0px 0px 30px;
	z-index: 10;
}

.prod_right {
	display: block;
	position: fixed;
	background: url(/images/prod_next.png) no-repeat top left;
	width: 15px;
	height: 29px;
	right: 0px;
	top: 50%;
	margin: -15px 30px 0px 0px;
	z-index: 10;
}

.prod_info {
	width: 1254px;
	margin: 0px auto;
	position: relative;
}

.prod_pic_box {
	float: left;
	width: 86px;
	padding-top: 6px;
}

.prod_list_box {
	padding: 6px 386px 0px 176px;
}

.prod_content_box {
	float: right;
	width: 300px;
}

.prod_pic {
	position: relative;
	margin-bottom: 25px;
	cursor: pointer;
	line-height: 0px;
}

.prod_pic .play {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url(/images/play.png) no-repeat center center;
	background-color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.prod_nazv {
	font-size: 24px;
	color: #8d8d8d;
	padding-bottom: 30px;
	text-transform: uppercase;
}

.prod_price_box {
	padding-bottom: 30px;
}

.prod_price {
	float: left;
	line-height: 24px;
	padding-right: 15px;
}

.prod_price.sale {
	padding-bottom: 10px;
}

.prod_price.sale span:nth-child(1) {
	color: #e52830;
}

.prod_price.sale span:nth-child(2) {
	margin-left: 10px;
	color: #8d8d8d;
	text-decoration: line-through;
	font-size: 15px;
}

.prod_valuta {
	float: left;
	line-height: 22px;
	color: #c6c6c6;
	border: 1px solid #c6c6c6;
	font-size: 13px;
	padding: 0px 8px;
	margin-left: 10px;
	cursor: pointer;
	text-transform: uppercase;
}

.prod_valuta:hover, .prod_valuta.active {
	border-color: #272727;
	color: #272727;
}

.prod_mini_info {
	padding-bottom: 20px;
}

.prod_mini_info_title {
	color: #8d8d8d;
	font-size: 13px;
	text-transform: uppercase;
}

.prod_mini_info_text {
	font-size: 13px;
}

.prod_mini_info_button {
	display: inline-block;
	color: #8d8d8d;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
	background: url(/images/filtr_pointer.png) no-repeat center right;
	margin-bottom: 20px;
	padding-right: 23px;
}

.prod_mini_info_button:hover {
	text-decoration: underline;
}

.prod_mini_info_content {
	display: none;
}

.show .prod_mini_info_button {
	margin-bottom: 0px;
	background-image: url(/images/filtr_pointer_top.png);
}

.show .prod_mini_info_content {
	display: block;
}

.prod_button_box {
	padding-bottom: 30px;
}

.prod_button {
	background: #272727;
	cursor: pointer;
	font-size: 13px;
	padding: 0px 8px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	line-height: 42px;
	border: 1px solid #272727;
	margin-top: 15px;
}

.prod_button:nth-child(1) {
	margin-top: 0px;
}

.prod_button.razmer {
	border-color: #d7d7d7;
	background: #ffffff;
	color: #272727;
}

.prod_button.present {
	border-color: #ff8bb4;
	background: #ff8bb4;
}

.prod_size_title {
	color: #8d8d8d;
	font-size: 13px;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.prod_size_list {
	padding-bottom: 30px;
}

.prod_size_item {
	float: left;
	border: 1px solid #d7d7d7;
	line-height: 22px;
	font-size: 13px;
	cursor: pointer;
	padding: 0px 14px;
	margin-right: 5px;
}

.prod_size_item:hover, .prod_size_item.check {
	background: #d7d7d7;
}

.prod_size_title {
	
}

.prod_list_box ul {
	
}

.prod_list_box ul li {
	position: relative;
	background: none;
    padding: 0px 0px 40px 0px;
	line-height: 0px;
}

.prod_list_box img {
	width: 100%;
}

.prod_list_box video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
}

.auth_box {
	display: none;
	width: 455px;
	background: #ffffff;
	padding: 0px 60px 30px 60px;
	box-sizing: border-box;
}

.auth_body {
	
}

.auth_item {
	padding-bottom: 25px;
}

.auth_nazv {
	font-size: 13px;
	padding-bottom: 1px;
}

.auth_input {
	
}

.auth_input input {
	border: 1px solid #d7d7d7;
	height: 42px;
	width: 100%;
	line-height: 42px;
	font-size: 15px;
	box-sizing: border-box;
	padding: 0px 5px;
	outline: none;
}

.auth_lost {
	text-align: center;
	padding-bottom: 25px;
}

.auth_lost a {
	font-size: 13px;
	color: #8d8d8d;
	text-transform: uppercase;
}

.auth_lost.double a:nth-child(1) {
	display: block;
	float: left;
}

.auth_lost.double a:nth-child(2) {
	display: block;
	float: right;
}

.auth_enter {
	background: #272727;
	cursor: pointer;
	font-size: 13px;
	padding: 0px 8px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	line-height: 44px;
}

.auth_registration {
	text-align: center;
	padding-top: 25px;
}

.auth_registration a {
	font-size: 13px;
	color: #8d8d8d;
	text-transform: uppercase;
}

.reg_content {
	width: 400px;
	margin: 0px auto;
}

.radio_item input {
	display: none;
}

.radio_label, .radio_label_active {
	display: block;
	background: url(/images/radio.png) no-repeat top left;
	padding-left: 40px;
	font-size: 13px;
	cursor: pointer;
}

.radio_label_active {
	background-position: 0px -30px;
}

.reg_radio {
	float: left;
	width: 50%;
}

.p_info_left {
	float: left;
	width: 400px;
}

.p_info_right {
	float: left;
	width: 400px;
}

.p_info_title {
	font-weight: bold;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-size: 14px;
}

.p_info_block_item {
	padding-bottom: 20px;
	font-size: 14px;
}

.p_info_block_item b {
	padding-right: 10px;
}

.p_form_button_box {
	
}

.p_form_button {
	display: block;
	float: left;
	background: url(/images/edit.png) no-repeat top left;
	font-size: 15px;
	color: #8d8d8d;
	padding-left: 30px;
	line-height: 20px;
}

.left_menu_box {
	position: absolute;
	margin-top: 60px;
}

.left_menu_box a {
	font-size: 15px;
	color: #8d8d8d;
}

.left_menu_box a.active {
	color: #272727;
	text-decoration: none;
}

.l_menu_2ur_item, .l_menu_3ur_item {
	padding-bottom: 9px;
}

.prof_content {
	width: 1000px;
	margin: 0px auto;
}

.prof_content.full {
	width: 1110px;
}

.p_title {
	padding: 30px 0px 20px 0px;
	text-transform: uppercase;
	text-align: center;
}

.reg_check_box {
	padding-bottom: 30px;
}

.prod_opt_status_out {
	padding: 0px 0px 30px 0px;
}

.prod_opt_status {
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	color: #2fb524;
	text-decoration: none;
	border: 1px solid #2fb524;
	padding: 0px 10px;
	line-height: 23px;
	margin: 1px 20px 0px 0px;
}

.kurs_list {
	float: right;
	padding-top: 3px;
}

.filtr_list {
	display: none;
	float: left;
}

.fitr_nazv_box {
	float: left;
	margin-right: 70px;
}

.fitr_nazv {
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
}

.fitr_nazv.active {
	text-decoration: underline;
}

.fitr_strelka {
	float: left;
	width: 12px;
	height: 8px;
	background: url(/images/filtr_pointer.png) no-repeat 10px 0px;
	margin: 12px 0px 0px 0px;
	padding-left: 10px;
	cursor: pointer;
}

.filtr_mini_box {
	display: none;
	position: absolute;
	margin-top: 10px;
}

.filtr_item {
	float: left;
	box-sizing: border-box;
	line-height: 20px;
	padding: 0px 15px 10px 0px;
}

.filtr_item input {
	display: none;
}

.filtr_label, .filtr_label_active {
	display: block;
	font-size: 13px;
	background: url(/images/checkbox.png) no-repeat top left;
	padding-left: 30px;
	cursor: pointer;
}

.filtr_label_active {
	background-position: 0px -20px;
}

.filtr_box {
	padding: 10px 0px 20px 0px;
}

.filtr_box.big {
	padding-bottom: 60px;
}

#pjax_hover {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
	display: none;
}

.fitr_clear {
	float: left;
}

.fitr_clear {
	display: none;
	float: left;
	font-size: 13px;
	color: #8d8d8d;
	cursor: pointer;
	margin-left: 10px;
	padding-right: 21px;
	background: url(/images/filtr_clear.png) no-repeat top right;
}

.fitr_clear:hover {
	text-decoration: underline;
}

.basket_number, .favorite_number {
	display: block;
	position: absolute;
	width: 17px;
	line-height: 17px;
	background: #272727;
	color: #ffffff;
	border-radius: 8px;
	font-size: 10px;
	text-align: center;
	margin: -10px 0px 0px 21px;
}

.favorite_number {
	margin: -15px 0px 0px 26px;
}

.basket_table {
	width: 100%;
	box-sizing: border-box;
}

.basket_table td {
	border-bottom: 1px solid #e0e0e0;
	box-sizing: border-box;
	padding: 20px 0px;
	vertical-align: middle;
	text-align: center;
}

.basket_table_title td {
	color: #8d8d8d;
	font-size: 13px;
	text-transform: uppercase;
	padding: 10px 0px;
}

.basket_picture {
	display: block;
	float: left;
	width: 112px;
	line-height: 0px;
}

.basket_picture img {
	width: 100%;
}

.basket_info {
	float: left;
	padding: 69px 0px 0px 32px;
}

.basket_info a{
	font-size: 15px;
	text-transform: uppercase;
	color: #8d8d8d;
	text-decoration: none;
}

.basket_info a:hover {
	text-decoration: underline;
}

.basket_size {
	border: 1px solid #d7d7d7;
	font-size: 13px;
	width: 40px;
	box-sizing: border-box;
	text-align: center;
	padding: 5px 0px;
	margin: 0px auto;
}

.basket_size_karkas {
	padding: 5px 0px;
}

.basket_input_box {
	padding: 6px 0px;
	width: 135px;
	margin: 0px auto;
}

.basket_input {
	float: left;
	width: 55px;
}

.basket_input input {
	width: 100%;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	height: 40px;
	box-sizing: border-box;
	text-align: center;
	line-height: 33px;
	outline: none;
}

.basket_minus, .basket_plus {
	float: left;
	width: 40px;
	height: 40px;
	background: #f8f8f8 url(/images/basket_minus.png) no-repeat top left;
	cursor: pointer;
}

.basket_plus {
	background-image: url(/images/basket_plus.png);
}

.basket_item_price {
	color: #8d8d8d;
	font-size: 15px;
	text-transform: uppercase;
}

.basket_item_summa {
	font-size: 15px;
	text-transform: uppercase;
}

.basket_delete {
	width: 21px;
	height: 27px;
	background: url(/images/basket_delete.png) no-repeat 0px 0px;
	cursor: pointer;
	margin: 0 auto;
}

.basket_itog {
	padding: 30px 0px 10px 0px;
}

.basket_promo_box {
	float: left;
	padding-top: 17px;
}

.basket_summa_box {
	float: right;
	width: 380px;
}

.basket_summa_def {
	
}

.basket_summa_def_left {
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	color: #8d8d8d;
}

.basket_summa_def_right {
	float: right;
	font-size: 15px;
	text-transform: uppercase;
}

.promo_title {
	float: left;
	font-weight: bold;
	font-size: 15px;
	margin-right: 25px;
	padding-top: 7px;
}

.promo_title span {
	font-weight: normal;
}

.promo_nazv {
	float: left;
	width: 200px;
	margin-right: 25px;
}

.promo_nazv input {
    width: 100%;
    height: 44px;
    border: 1px solid #d7d7d7;
    line-height: 42px;
    box-sizing: border-box;
	text-align: center;
	outline: none;
}

.promo_nazv_text {
	float: left;
	width: 200px;
	margin-right: 25px;
	height: 44px;
    border: 1px solid #d7d7d7;
    line-height: 42px;
    box-sizing: border-box;
	text-align: center;
}

.promo_button {
	display: block;
	float: left;
	color: #ffffff;
	background: #272727;
	text-decoration: none;
	padding: 7px 40px;
}

.basket_reg_list .reg_item {
	float: left;
	width: 33%;
	padding-right: 15px;
}

.basket_reg_list .reg_item:nth-child(2n+2) {
	float: left;
	padding-left: 0px;
}

.basket_reg_list .reg_item:nth-child(3n+2) {
	float: left;
	width: 33%;
	padding-left: 15px;
}

.basket_reg_list .reg_item:nth-child(3n+3) {
	float: left;
	width: 33%;
	padding-left: 15px;
	padding-right: 0px;
}

.reg_info {
	padding-bottom: 10px;
	font-size: 13px;
	color: #8d8d8d;
}

.vkladka_box {
	background: url(/images/vkladka_fon.gif) repeat-x bottom left;
	margin-bottom: 15px;
	padding-left: 20px;
}

.vkladka, .vkladka_active {
	float: left;
	height: 45px;
	box-sizing: border-box;
	text-decoration: none;
	border: 1px solid #d7d7d7;
	margin-right: 20px;
	font-size: 15px;
	padding: 7px 20px 0px 20px;
	text-transform: uppercase;
	cursor: pointer;
}

.vkladka_active {
	border-bottom: 1px solid #ffffff;
}

.vkladka:hover {
	text-decoration: underline;
}

.basket_delivery_box {
	
}

.basket_delivery_left {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0px 20px 10px 0px;
}

.basket_delivery_right {
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding: 0px 0px 10px 20px;
}

.basket_delivery_title {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 10px;
}

.basket_comment_box {
	padding-top: 20px;
}

.basket_comment {
	padding-bottom: 20px;
	line-height: 0px;
}

.basket_comment textarea {
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
	padding: 10px 15px;
	resize: none;
	outline: none;
}

.basket_submit {
	display: block;
	line-height: 44px;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	width: 200px;
	background: #272727;
	margin: 0px auto;
	cursor: pointer;
}

.p_order_more {
	border: 1px solid #272727;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

.order_info_box {
	padding: 30px 0px 20px 0px;
}

.search_pole {
	display: none;
	float: left;
	margin: 36px 0px 0px 20px;
	width: 0px;
}

.search_pole input {
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #272727;
	color: #272727;
	font-size: 13px;
	box-sizing: border-box;
	line-height: 28px;
	outline: none;
	background: none;
	letter-spacing: 1px;
}

.search_pole input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	letter-spacing: 1px;
}

.search_pole input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	letter-spacing: 1px;
}

.search_pole input::-ms-input-placeholder { /* Microsoft Edge */
	letter-spacing: 1px;
}

.search_show {
	display: block;
	width: 170px;
}

.menu_column_profile, .menu_mob_box {
	display: none;
}

.splash_gal_box {
	height: 100%;
    position: absolute;
    width: 100%;
}

.karkas.white .logo {
	background-position: 0px -33px;
}

.karkas.white .search_button {
	background-position: 0px -30px;
}

.karkas.white .basket_button {
	background-position: 0px -32px;
}

.karkas.white .profile_button {
	background-position: 0px -32px;
}

.karkas.white .auth_button {
	background-position: 0px -30px;
}

.karkas.white .menu_button {
	background-position: 0px -29px;
}

.karkas.white .search_pole input {
	color: #ffffff;
	border-color: #ffffff;
}

.karkas.white .search_pole input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ffffff;
}

.karkas.white .search_pole input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ffffff;
}

.karkas.white .search_pole input::-ms-input-placeholder { /* Microsoft Edge */
	color: #ffffff;
}

.footer.white .copy {
	color: #ffffff;
}

.footer.white .lang_link {
	background-position: 0px -29px;
	color: #ffffff;
}

.footer.white .social_instagram, .footer.white .social_youtube, .footer.white .social_vk {
	background-position: 0px -35px;
}

.opt_size_item {
	float: left;
	width: 45px;
	margin-right: 5px;
	box-sizing: border-box;
	border: 1px solid #d7d7d7;
}

.opt_size_plus {
	height: 37px;
	border-bottom: 1px solid #d7d7d7;
	background: #f8f8f8 url(/images/plus.png) no-repeat 14px 11px;
	cursor: pointer;
}

.opt_size_minus {
	height: 37px;
	border-top: 1px solid #d7d7d7;
	background: #f8f8f8 url(/images/minus.png) no-repeat 14px 11px;
	cursor: pointer;
}

.opt_size_nazv {
	border-bottom: 1px solid #d7d7d7;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
}

.opt_size_value {
	line-height: 0px;
}

.opt_size_value input {
	line-height: 22px;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}

.mob_gallery {
	display: none;
}

.center_button {
	display: block;
	background-color: rgba(255, 255, 255, 0.2);
	position: fixed;
	top: 50%;
	left: 50%;
	width: 258px;
	line-height: 43px;
	border: 1px solid #ffffff;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	margin: -23px 0px 0px -130px;
}

.center_button:hover {
	background: none;
}

ul.list_01 li {
	background: url(/images/art_icon_01.png) no-repeat 23px 11px;
	border: 1px solid #d7d7d7;
	padding: 9px 10px 9px 86px;
	margin-bottom: 18px;
	font-size: 13px;
	line-height: 20px;
	min-height: 60px;
	box-sizing: border-box;
}

ul.list_01 li:nth-child(2) {
	background: url(/images/art_icon_02.png) no-repeat 23px 13px;
}

ul.list_01 li:nth-child(3) {
	background: url(/images/art_icon_03.png) no-repeat 21px 12px;
}

ul.list_01 li:nth-child(4) {
	background: url(/images/art_icon_04.png) no-repeat 22px 12px;
}

ul.list_01 li:nth-child(5) {
	background: url(/images/art_icon_05.png) no-repeat 29px 11px;
}

ul.list_01 li:last-of-type {
	margin-bottom: 0px;
}

ul.list_02 li {
	background: #f8f8f8 url(/images/art_icon_06.png) no-repeat 52px 29px;
	border: 1px solid #d7d7d7;
	padding: 9px 10px 9px 172px;
	margin-bottom: 29px;
	min-height: 110px;
	box-sizing: border-box;
	font-weight: bold;
}

ul.list_02 li:nth-child(2) {
	background: #f8f8f8 url(/images/art_icon_07.png) no-repeat 54px 22px;
}

ul.list_02 li:nth-child(3) {
	background: #f8f8f8 url(/images/art_icon_08.png) no-repeat 54px 21px;
}

ul.list_02 li:last-of-type {
	margin-bottom: 0px;
}

.for_customers {

}

.list_05 {
	display: none;
}

ul.list_03 li {
	float: left;
	width: 32%;
	background: url(/images/art_icon_09.png) no-repeat center 68px;
	border: 1px solid #d7d7d7;
	padding: 199px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 24px;
	min-height: 273px;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
}

ul.list_03 li:nth-child(1) {
	margin: 0px 1% 2% 0px;
}

ul.list_03 li:nth-child(2) {
	background-image: url(/images/art_icon_10.png);
	margin: 0px 1% 2% 1%;
}

ul.list_03 li:nth-child(3) {
	background-image: url(/images/art_icon_11.png);
	margin: 0px 0px 2% 1%;
}

ul.list_03 li:nth-child(4) {
	background-image: url(/images/art_icon_12.png);
	margin-right: 1%;
}

ul.list_03 li:nth-child(5) {
	background-image: url(/images/art_icon_13.png);
	margin: 0px 1%;
}

ul.list_03 li:nth-child(6) {
	background-image: url(/images/art_icon_14.png);
	margin-left: 1%;
}

ul.list_04 li {
	float: left;
	width: 32%;
	background: #f8f8f8;
	border: 1px solid #d7d7d7;
	line-height: 74px;
	box-sizing: border-box;
	font-weight: bold;
	margin-right: 2%;
	text-align: center;
	padding: 0px;
}

ul.list_04 li:nth-child(3n+3) {
	margin-right: 0px;
}

ul.list_06 li {
	float: left;
	width: 32%;
	background: #f8f8f8;
	border: 1px solid #d7d7d7;
	padding: 0px;
	line-height: 74px;
	box-sizing: border-box;
	font-weight: bold;
	margin-right: 2%;
	text-align: center;
	text-transform: uppercase;
}

ul.list_06 li:nth-child(3n+3) {
	margin-right: 0px;
}

.list_video {
	position:relative;
}

.list_video iframe {
	position: absolute;
	height: 100%;
	width: 100%;
}

.ramka {
	display: block;
	float: left;
	border: 1px solid #ffffff;
	line-height: 28px;
	padding: 0px 10px;
}

.basket_mess {
	font-size: 15px;
	line-height: 20px;
	color: #8a3434;
	background: #fff4f2;
	border: 1px solid #e3acac;
	margin-bottom: 40px;
	padding: 15px 20px 15px 20px;
	text-align: center;
}

.m_but {
	display: none;
}

.partners_button {
	display: block;
	position: fixed;
	width: 52px;
	height: 242px;
	background: url(/images/partners_button.png) no-repeat top left;
	left: 0px;
	bottom: 30px;
	z-index: 100;
}

.partners_button.splash {
	bottom: 130px;
}

.prod_setka_box {
	
}

.prod_setka_button {
	display: inline-block;
	color: #8d8d8d;
	border: 1px solid #8d8d8d;
	font-size: 12px;
	line-height: 20px;
	padding: 0px 10px;
	cursor: pointer;
}

.prod_setka_table {
	border-top: 1px solid #8d8d8d;
	border-left: 1px solid #8d8d8d;
	width: 100%;
}

.prod_setka_table td {
	border-right: 1px solid #8d8d8d;
	border-bottom: 1px solid #8d8d8d;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}

.prod_setka_table_title {
	font-weight: bold;
}

.choose_box {
	max-width: 1250px;
	margin: 0px auto;
}

.choose_item.left {
	float: left;
	width: 48%;
	position: relative;
}

.choose_item.right {
	float: right;
	width: 48%;
	position: relative;
}

.choose_picture {
	line-height: 0px;
}

.choose_picture img {
	width: 100%;
}

.choose_text {
	text-align: center;
	padding: 20px 0px 40px 0px;
}

.choose_ramka {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 10px;
	left: 10px;
}

.choose_ramka_in {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	margin-top: -61px;
}

.choose_nazv {
	color: #ffffff;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 48px;
}

.choose_button {
	display: inline-block;
	line-height: 44px;
	font-size: 13px;
	color: #272727;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background: #ffffff;
	width: 154px;
}

.choose_button:hover {
	text-decoration: underline;
}

.choose_item:hover .choose_ramka {
	border: 1px solid #ffffff;
}

.order_pay_item {
	
}

.order_pay_card {
	display: inline-block;
	cursor: pointer;
	border: 1px solid #272727;
	padding: 7px 20px;
}

.order_pay_card:hover {
	color: #ffffff;
    background: #272727;
}

.form_select {
	position: relative;
	height: 42px;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
	overflow: hidden;
}

.form_select select {
	height: 40px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	width: 100%;
	cursor: pointer;
}

.form_select div {
	line-height: 40px;
	background: url(/images/select_pointer.png) no-repeat right 18px;
	padding: 0px 40px 0px 5px;
	box-sizing: border-box;
	font-size: 15px;
}

.ur_info {
	padding-bottom: 15px;
}

.ur_info_text {
	float: left;
	width: 45%;
	font-size: 10px;
	line-height: 12px;
}

.ur_info_pay {
	float: right;
	width: 45%;
}

.ur_info_pay_item {
	float: left;
	line-height: 0px;
	margin: 0px 0px 15px 15px;
}

.basket_check_box {
	padding-bottom: 40px;
}

.price_table {
	width: 100%;
	text-align: center;
	border-top: 1px solid #8d8d8d;
	border-left: 1px solid #8d8d8d;
}

.price_table td {
	vertical-align: middle;
	border-right: 1px solid #8d8d8d;
	border-bottom: 1px solid #8d8d8d;
	padding: 5px 10px;
}

.price_table td a {
	color: #272727;
	text-decoration: none;
}

.price_table td a:hover {
	text-decoration: underline;
}

.price_table_title {
	font-weight: bold;
}

.line_null {
	line-height: 0px;
}

.sp_retail_box {
	position: relative;
	height: 950px;
}

.sp_retail_content {
	padding: 30px 0px;
}

.sp_retail_box .center_button {
	position: absolute;
}

.sp_retail_item {
	margin-top: 40px;
}

.sp_retail_item:nth-child(1) {
	margin-top: 0px;
}

.sp_retail_title {
	position: relative;
	text-align: center;
	background: url(/images/sp_line_pic.png) repeat-x center left;
	margin-bottom: 30px;
}

.sp_retail_title span {
	display: inline-block;
	color: #272727;
	text-transform: uppercase;
	background: #ffffff;
	padding: 0px 40px;
	font-size: 14px;
}

.sp_retail_title a {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	color: #272727;
	padding: 0px 25px 0px 15px;
	background: #ffffff;
}

.sp_retail_title a:hover {
	text-decoration: underline;
}

.sp_retail_title a:before {
	display: block;
	content: "";
	position: absolute;
	width: 14px;
	height: 8px;
	background: url(/images/sp_strelka.png) no-repeat 0px 0px;
	right: 0px;
	top: 11px;
}

.sp_retail_slick {
	margin: 0px -19px;
}

.sp_retail_slick_item {
	padding: 0px 19px;
}

.prod_complect_item {
	float: left;
	width: 100px;
	margin: 0px 20px 20px 0px;
}

.prod_complect_item a {
	display: block;
	line-height: 0px;
}

.prod_complect_item a img {
	width: 100%;
}

.prod_complect_item_podpis {
	font-size: 11px;
	text-align: center;
}

.prod_complect_box {
	padding-bottom: 10px;
}

.prod_magaz_item {
	margin-top: 20px;
	font-size: 13px;
}

.prod_magaz_item:nth-child(1) {
	margin-top: 0px;
}

.prod_magaz_title {
	background: #f8f8f8;
	padding: 0px 10px;
}

.prod_magaz_nazv {
	float: left;
}

.prod_magaz_phone {
	display: block;
	float: right;
	background: url(/images/icon_phone.png) no-repeat 0px 0px;
	width: 15px;
	height: 16px;
	margin-top: 7px;
}

.prod_magaz_text {
	padding: 0px 10px;
}

.reg_item_phone_code {
	float: left;
	width: 90px;
}

.reg_item_phone_number {
	padding-left: 100px;
}

.shop_list_item {
	display: block;
	float: left;
	width: 200px;
	padding: 15px 20px;
	box-sizing: border-box;
	border: 1px solid #444444;
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
	margin: 0px 30px 40px 0px;
}

.shop_list_item:hover {
	text-decoration: underline;
}

.shop_filtr_box {
	padding: 0px 20px;
}

.shop_filtr {
	background: #ffffff;
	padding: 20px 20px;
}

.shop_filtr .filtr_box {
	padding-top: 0px;
}

.shop_filtr .filtr_list {
	float: none;
}

.shop_filtr .fitr_nazv_box {
	float: none;
	padding-top: 30px;
	margin: 0px;
}

.shop_filtr .fitr_nazv_box:nth-child(1) {
	padding-top: 0px;
}

.shop_filtr .filtr_mini_box {
	display: block;
	position: static;
}

.shop_filtr .filtr_item {
	width: 45%;
	margin: 0px 10% 20px 0px;
}

.shop_filtr .filtr_item:nth-child(2n+2) {
	margin-right: 0px;
}

.shop_filtr_button {
	text-align: center;
}

.shop_filtr_button span {
	display: inline-block;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    background: #272727;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 0px 30px;
    line-height: 44px;
}

.shop_reviews_button {
	float: right;
    color: #ffffff;
    font-size: 12px;
    background: #272727;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 0px 20px;
    line-height: 40px;
    margin: 34px 0px 0px 0px;
}

.prod_offline_size {
	margin-top: 10px;
    font-size: 13px;
    padding: 0px 10px;
}

.fotorama div img {
	width: 100%;
}

.filtr_sort_button {
	float: left;
	position: relative;
    line-height: 22px;
    color: #272727;
    border: 1px solid #272727;
    font-size: 13px;
    padding: 0px 8px;
    cursor: pointer;
    text-transform: uppercase;
	margin: 3px 0px;
}

.filtr_sort_button span {
	position: absolute;
    background: #000000;
    color: #ffffff;
    font-size: 9px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 7px;
    top: 0px;
    right: 0px;
    margin: -7px -7px 0px 0px;
}

.user_card_box {
	display: none;
	width: 308px;
	background: #ffffff;
	border-radius: 13px;
}

.user_card_box.p_info_card {
	display: block;
	float: right;
	border: 1px solid #cccccc;
}

.user_card_logo {
	height: 87px;
	background: url(/images/logo_card.png) no-repeat center 21px;
}

.user_card_percent {
	font-size: 70px;
	line-height: 50px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background: #000000;
}

.user_card_number {
	font-size: 21px;
	font-weight: bold;
	height: 55px;
	box-sizing: border-box;
	padding-top: 0px;
	text-align: center;
	padding-top: 13px;
	letter-spacing: 9px;
	color: #000000;
}

.p_info_order {
	padding-top: 40px;
}

.p_info_order_nazv {
	font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
}

.p_info_order_list {
	
}

.p_info_order_button {
	text-align: center;
	padding-top: 30px;
}

.p_info_order_button a {
	display: inline-block;
	border: 1px solid #272727;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
	color: #272727;
	text-decoration: none;
	padding: 0px 30px;
}

.price_page_filtr {
	padding: 10px 0px 0px 0px;
	position: relative;
}

.price_excel_button {
	position: absolute;
	top: 13px;
	right: 0px;
	cursor: pointer;
    line-height: 22px;
    color: #272727;
    border: 1px solid #272727;
    font-size: 14px;
    padding: 0px 8px;
    cursor: pointer;
}

.price_page_filtr .filtr_mini_box {
	position: static;
}

.price_label_box {
	display: none;
	position: fixed;
	bottom: 62px;
	left: 50%;
	background: #ffffff;
	z-index: 10;
}

.price_label_text {
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	padding: 10px 30px 12px 30px;
}

.price_label_text:hover {
	text-decoration: underline;
}

.price_label_clear {
	float: left;
	width: 52px;
	height: 52px;
	background: url(/images/basket_delete.png) no-repeat center center;
	border: 1px solid #000000;
	border-left: 0px;
	cursor: pointer;
}

.app_profile_conteiner {
	padding: 20px 10px 20px 10px;
}

.app_profile_podpis {
	font-size: 14px;
	line-height: 20px;
}

.app_profile_button {
	padding-top: 20px;
	text-align: center;
}

.button {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    background: #272727;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 0px 40px;
    line-height: 44px;
	cursor: pointer;
}

.button:hover {
	text-decoration: none;
}

.app_profile_link_box {
	padding-top: 40px;
}

.app_profile_link {
	margin-top: 10px;
}

.app_profile_link:nth-child(1) {
	margin-top: 0px;
}

.app_profile_link a {
	color: #272727;
	text-decoration: none;
}

.app_all_link_search .menu_mob_search {
	padding: 10px 0px 0px 0px;
}

.app_all_link_search .mob_search_input input {
	border-color: #272727;
	color: #272727;
}

.app_all_link_search .mob_search_input input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #cccccc;
}

.app_all_link_search .mob_search_input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #cccccc;
}

.app_all_link_search .mob_search_input input::-ms-input-placeholder { /* Microsoft Edge */
	color: #cccccc;
}

.fotorama_beauty .table_box {
    height: 100%;
    width: 100%;
}

.product_item_favorite {
	position: absolute;
	line-height: 0px;
	width: 30px;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.prod_favorite {
	float: left;
	line-height: 0px;
	width: 30px;
	cursor: pointer;
}

.product_item_favorite img, .prod_favorite img {
	width: 100%;
}

.product_item_favorite img:nth-child(2), .product_item_favorite.active img:nth-child(1), .prod_favorite img:nth-child(2), .prod_favorite.active img:nth-child(1) {
	display: none;
}

.product_item_favorite.active img:nth-child(2), .prod_favorite.active img:nth-child(2) {
	display: block;
}

.swiper-slide {
	position: relative;
}

.swiper-slide video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
}

.swiper-container-horizontal > .swiper-scrollbar {
	display: none;
}

.auth_message {
	display: none;
	color: #ffffff;
	margin-bottom: 20px;
	padding: 5px 15px;
	font-size: 13px;
    line-height: 20px;
}

.auth_message.green {
	background: #5bc689;
	border: 1px solid #33b86c;
}

.auth_message.red {
	background: #f17472;
	border: 1px solid #ef5350;
}

.auth_have_code {
	text-align: right;
	font-size: 13px;
	line-height: 20px;
	padding-top: 8px;
}

.auth_have_code span {
	display: inline-block;
	border-bottom: 1px dashed #000000;
	cursor: pointer;
}

.auth_have_code span:hover {
	border-bottom: 1px solid #ffffff;
}

.cookie_box {
	position: fixed;
	left: 50%;
	bottom: 20px;
	width: 900px;
	margin-left: -450px;
	z-index: 100;
}

.cookie_box_in {
	padding: 15px 30px 20px 30px;
	background: #ffffff;
	box-shadow: 0 0 7px rgb(0 0 0 / 21%);
	border-radius: 6px;
}

.cookie_title {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

.cookie_text {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 20px;
}

.cookie_buttons {
	
}

.cookie_buttons .button {
	padding: 0px 24px;
	margin-right: 10px;
}

.cookie_buttons .link {
	display: inline-block;
	font-size: 15px;
	color: #000000;
	cursor: pointer;
}

.cookie_buttons .link:hover {
	text-decoration: underline;
}

.sms_ver_box {
	text-align: center;
	padding-top: 20px;
}

.sms_ver_left {
	display: inline-block;
	padding-right: 15px;
}

.sms_ver_right {
	display: inline-block;
}

.sms_ver_right input {
	text-align: center;
}

.settings_sms_text {
	padding-bottom: 30px;
}

.grecaptcha-badge {
	opacity: 0;
}

.list_info_sale_price {
	color: #e52830;
}

.list_info_old_price {
	margin-left: 10px;
	color: #8d8d8d;
	text-decoration: line-through;
	font-size: 13px;
}

.prod_kurs_box {
	float: left;
}

.prod_kurs_box .prod_valuta:nth-child(2) {
	margin-left: 0px;
}

 

















.display_none, .auth_button_mobile, .profile_cards, .app_link_button_mobile {
	display: none;
}
.float_left {float: left;}

/* от 1500 до 1929 px */
@media screen and (max-width: 1920px) {
	.conteiner {
		width: 100%;
	}
}

/* от 1274 до 1499 px */
@media screen and (max-width: 1500px) {
	.prof_content {
		width: 800px;
	}
	
	.logo, .menu_logo {
		margin-top: 31px; 
	}
	
	.menu_button {
		width: 38px;
		height: 21px;
		background: url(/images/menu_1500.png) no-repeat top left;
		margin-top: 35px;
	}
	
	.auth_button {
		width: 17px;
		height: 23px;
		background: url(/images/login_1500.png) no-repeat top left;
		margin: 34px 88px 0px 0px;
	}

	.profile_button {
		width: 20px;
		height: 25px;
		background: url(/images/profile_1500.png) no-repeat top left;
		margin: 32px 88px 0px 0px;
	}

	.basket_button {
		width: 18px;
		height: 25px;
		background: url(/images/basket_1500.png) no-repeat top left;
		margin: 32px 39px 0px 0px;
	}
	
	.search_button {
		width: 21px;
		height: 23px;
		background: url(/images/lupa_1500.png) no-repeat top left;
		margin: 34px 39px 0px 0px;
	}
	
	.favorite_button {
		width: 24px;
		height: 22px;
		background: url(/images/favorite_1500.png) no-repeat top left;
		margin: 35px 39px 0px 0px;
	}
	
	.footer {
		height: 70px;
	}
	
	.lang_link {
		line-height: 23px;
		background: url(/images/globus_1500.png) no-repeat top left;
		padding-left: 34px;
		font-size: 12px;
		margin-top: 3px;
	}
	
	.copy {
		font-size: 12px;
	}
	
	.menu_column_1, .menu_column_2, .menu_column_3 {
		width: 250px;
	}
	
	.menu_column_4 {
		width: 225px;
	}
	
	.menu_link {
		padding: 9px 0px;
	}
	
	.menu_link a, .podpiska_title {
		font-size: 12px;
		letter-spacing: 2px;
	}
	
	.menu_close {
		float: right;
		width: 29px;
		height: 29px;
		background: url(/images/close_1500.png) no-repeat top left;
		margin-top: 32px;
		cursor: pointer;
	}
	
	.filtr_box {
		padding-bottom: 0px;
	}
	
	.header {
		height: 80px;
	}
	
	.content_box {
		padding: 80px 0px 70px 0px;
	}
	
	.it_link, .it_minus {
		font-size: 12px;
	}
	
	.it_img {
		margin-top: 14px;
	}
	
	.prod_valuta {
		font-size: 12px;
	}
	
	.basket_number {
		margin: -8px 0px 0px 18px;
	}
	
	.favorite_number {
		margin: -11px 0px 0px 23px;
	}
	
	.prod_nazv {
		font-size: 22px;
		padding-bottom: 25px;
	}
	
	.menu_column_4 .dop_menu {
		/*height: 240px;*/
		height: auto;
	}
	
	.search_pole {
		margin: 28px 20px 0px 0px;
	}

	.search_pole input {
		font-size: 12px;
		line-height: 22px;
	}
	
	.karkas.white .search_button {
		background-position: 0px -23px;
	}
	
	.karkas.white .basket_button {
		background-position: 0px -25px;
	}
	
	.karkas.white .profile_button {
		background-position: 0px -25px;
	}
	
	.karkas.white .menu_button {
		background-position: 0px -21px;
	}
	
	.karkas.white .lang_link {
		background-position: 0px -23px;
	}
	
	.karkas.white .auth_button {
		background-position: 0px -23px;
	}
	
	.prod_info {
		width: 1194px;
	}
	
	.prod_list_box {
		padding: 6px 356px 0px 146px;
	}
	
	.logo, .menu_logo {
		margin-left: -65px;
		width: 130px;
		height: 29px;
	}
	
	.karkas.white .logo {
		background-position: 0px -28px;
	}
	
	.menu_logo {
		background-position: 0px -28px;
	}
	
	.user_card_box.p_info_card {
		display: none;
	}
	
	.p_info_left, .p_info_right {
		width: 50%;
	}
	
	.prof_content.full {
		width: 1000px;
	}
	
	.shop_reviews_button {
		font-size: 12px;
		letter-spacing: 1px;
		padding: 0px 15px;
		line-height: 34px;
		margin: 25px 0px 0px 0px;
	}
}

/* от 1010 до 1273 px */
@media screen and (max-width: 1314px) {
	.conteiner {
		padding: 0px 20px;
	}
	
	.logo, .menu_logo {
		margin-top: 21px;
	}
	
	.menu_button {
		margin-top: 20px;
	}
	
	.auth_button {
		margin-top: 20px;
	}
	
	.basket_button, .profile_button {
		margin-top: 18px;
	}
	
	.search_button {
		margin-top: 20px;
	}
	
	.favorite_button {
		margin-top: 21px;
	}
	
	.header {
		height: 70px;
	}

	.footer {
		height: 72px;
	}

	.content_box {
		padding: 70px 0px 72px 0px;
	}
	
	.menu_close {
		margin-top: 18px;
	}
	
	.content_in {
		width: 100%;
		margin: 0px;
	}
	
	.it_img, .it_minus, .it_link {
		display: none;
	}
	
	.menu_column_1, .menu_column_2, .menu_column_3 {
		width: 240px;
	}
	
	.fitr_item {
		margin-right: 50px;
	}
	
	.search_pole {
		margin-top: 14px;
	}
	
	.prod_info {
		width: 100%;
		padding: 0px 35px;
		box-sizing: border-box;
	}
	
	.prod_list_box {
		padding: 6px 340px 0px 130px;
	}
	
	.sp_retail_box {
		height: 850px;
	}
	
	.shop_reviews_button {
		margin-top: 16px;
	}
	
	.filtr_mini_box {
		position: static;
	}
	
	.filtr_box.big {
		padding-bottom: 0px;
	}
}

/* от 1274 до 1449 px */
@media screen and (max-width: 1150px) {
	.prof_content, .prof_content.full {
		width: 600px;
	}
	
}

/* от 759 до 1009 px */
@media screen and (max-width: 1010px) {
	.conteiner {
		
	}
	
	.lang_link, .menu_back {
		display: none;
	}
	
	.social_box {
		margin: 19px 0px 0px 0px;
		float: left;
	}
	
	.copy {
		margin-top: 29px;
	}
	
	.podpiska_box {
		display: none;
	}
	
	.menu_column_1, .menu_column_2, .menu_column_3, .menu_column_4 {
		float: none;
		width: auto;
	}
	
	.menu_link {
		padding: 4px 0px;
		text-align: center;
		position: relative;
	}
	
	.dop_menu {
		display: none;
	}
	
	.dop_menu.mob {
		display: block;
	}
	
	.left_menu_box {
		display: none;
	}
	
	.prof_content, .prof_content.full {
		width: 100%;
	}
	
	.list_item {
		float: left;
		width: 49%;
		margin-right: 2%;
		padding-bottom: 30px;
	}

	.list_item:nth-child(3n+3) {
		margin-right: 2%;
	}
	
	.list_item:nth-child(2n+2) {
		margin-right: 0%;
	}
	
	.menu_column_profile {
		display: block;
	}
	
	.menu_content_td {
		vertical-align: top;
	}
	
	.menu_list {
		width: 300px;
	}
	
	.menu_mob_box {
		display: block;
		margin-top: 15px;
	}
	
	.menu_mob_lang {
		display: block;
		float: left;
		width: 29px;
		line-height: 0px;
		margin-top: 3px;
	}
	
	.menu_mob_auth {
		display: block;
		float: right;
		width: 22px;
		line-height: 0px;
		margin-top: 2px;
	}
	
	.menu_mob_profile {
		display: block;
		float: right;
		width: 26px;
		line-height: 0px;
	}
	
	.menu_mob_favorite {
		display: block;
		float: right;
		width: 30px;
		line-height: 0px;
		margin: 3px 25px 0px 0px;
	}
	
	.menu_mob_lang img, .menu_mob_auth img, .menu_mob_profile img, .menu_mob_favorite img {
		width: 100%;
	}
	
	.menu_mob_search {
		padding: 50px 20px 20px 20px;
	}
	
	.mob_search_input {
		padding-right: 50px;
	}
	
	.mob_search_input input {
		width: 100%;
		background: none;
		font-size: 14px;
		line-height: 30px;
		color: #ffffff;
		border: 0px;
		border-bottom: 1px solid #ffffff;
		outline: none;
		letter-spacing: 1px;
	}
	
	.mob_search_input input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #ffffff;
		letter-spacing: 1px;
	}

	.mob_search_input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #ffffff;
		letter-spacing: 1px;
	}

	.mob_search_input input::-ms-input-placeholder { /* Microsoft Edge */
		color: #ffffff;
		letter-spacing: 1px;
	}
	
	.mob_search_button {
		float: right;
		margin: 0px 0px 0px 12px;
		width: 28px;
		margin: 2px auto 0px auto;
		cursor: pointer;
		line-height: 0px;
	}
	
	.mob_search_button img {
		width: 100%;
	}
	
	.profile_button, .auth_button, .search_pole {
		display: none;
	}
	
	.menu_button {
		margin-top: 25px;
		height: auto;
		background: none;
	}
	
	.basket_button {
		margin-top: 23px;
		height: auto;
		background: none;
	}
	
	.prod_pic_box {
		display: none;
	}
	
	.prod_list_box {
		padding-left: 0px;
	}
	
	.for_customers {
		width: 100%;
	}
	
	ul.list_06 li {
		width: 49%;
		margin-bottom: 2%;
	}

	ul.list_06 li:nth-child(3n+3) {
		margin-right: 2%;
	}
	
	ul.list_06 li:nth-child(2n+2) {
		margin-right: 0px;
	}
	
	ul.list_06 li:last-of-type {
		margin-bottom: 0px;
	}
	
	.ramka {
		display: auto;
		float: none;
		border: 0px;
		line-height: 30px;
		padding: 0px;
	}
	
	.m_but {
		display: block;
		width: 13px;
		height: 13px;
		position: absolute;
		padding: 8px;
		right: 0px;
		cursor: pointer;
	}
	
	.m_but.plus {
		background: url(/images/menu_plus.png) no-repeat center center;
	}
	
	.m_but.minus {
		background: url(/images/menu_minus.png) no-repeat center center;
	}
	
	.basket_promo_box {
		padding-top: 8px;
	}
	
	.promo_nazv {
		width: 120px;
	}
	
	.promo_button {
		padding: 7px 20px;
	}
	
	.basket_summa_box {
		width: 250px;
	}
	
	.partners_button {
		display: none;
	}
	
	.search_button {
		margin-top: 25px;
		height: auto;
		background: none;
	}
	
	.search_button img:nth-child(1), .basket_button img:nth-child(1), .menu_button img:nth-child(1) {
		display: block;
	}
	
	.karkas.white .search_button img:nth-child(1), .karkas.white .basket_button img:nth-child(1), .karkas.white .menu_button img:nth-child(1) {
		display: none;
	}
	
	.karkas.white .search_button img:nth-child(2), .karkas.white .basket_button img:nth-child(2), .karkas.white .menu_button img:nth-child(2) {
		display: block;
	}
	
	.menu_box {
		background: rgba(142, 144, 146, 0.9);
		overflow-y: auto;
	}
	
	.menu_content, .menu_content_table, .menu_content_td {
		display: block;
		position: static;
		width: auto;
		height: auto;
		padding-bottom: 0px;
	}
	
	.menu_content_td {
		padding-bottom: 30px;
	}
	
	.menu_inside {
		top: 0px;
	}
	
	.sp_retail_box {
		height: 700px;
	}
	
	.ur_info_text {
		float: none;
		width: auto;
	}
	
	.ur_info_pay {
		float: none;
		width: auto;
	}
	
	.ur_info_pay_item {
		margin: 15px 10px 0px 0px;
	}
	
	.shop_list_item {
		width: 45%;
		margin-right: 10%;
	}
	
	.shop_list_item:nth-child(2n+2) {
		margin-right: 0px;
	}
	
	.basket_button {
		position: relative;
	}
	
	.basket_number {
        margin: 0px 0px 0px 18px;
        top: -7px;
    }
	
	.favorite_button {
		margin-top: 24px;
        float: left;
	}
	
	.cookie_box {
		position: fixed;
		left: 0px;
		bottom: 10px;
		width: 100%;
		margin-left: 0px;
		padding: 0px 10px;
		box-sizing: border-box;
	}
}

/* от 320 до 799 px */
@media screen and (max-width: 760px) {
	.shop_reviews_button {
		display: none;
	}
	
	.conteiner {
		
	}
	
	.reg_item {
		float: none;
		padding-right: 0px;
		width: auto;
	}
	
	.reg_item:nth-child(2n+2) {
		padding-left: 0px;
	}
	
	.p_info_left, .p_info_right {
		float: none;
		width: 100%;
	}

	.p_info_left {
		padding-bottom: 50px;
	}
	
	.filtr_list {
		float: none;
	}
	
	.kurs_list {
		float: none;
		padding-top: 0px;
		padding-bottom: 10px;
	}
	
	.prod_valuta {
		margin-left: 0px;
		margin-right: 10px;
	}
	
	.fitr_nazv_box {
		margin-right: 30px;
	}
	
	.prod_info {
		width: 400px;
		padding: 0px;
		margin: 0px auto;
	}
	
	.prod_left, .prod_right, .prod_list_box {
		display: none;
	}
	
	.prod_content_box {
		float: none;
		width: auto;
	}
	
	.mob_gallery {
		display: block;
		padding-bottom: 10px;
	}
	
	ul.list_02 li {
		padding: 10px;
		background: none;
	}
	
	ul.list_02 li:nth-child(2), ul.list_02 li:nth-child(3) {
		background: none;
	}
	
	.for_customers {
		display: none;
	}

	.list_05 {
		display: block;
	}
	
	ul.list_03 li {
		width: 49%;
	}
	
	ul.list_03 li:nth-child(1), ul.list_03 li:nth-child(3) {
		margin: 0px 1% 2% 0px;
	}

	ul.list_03 li:nth-child(2), ul.list_03 li:nth-child(4) {
		margin: 0px 0px 2% 1%;
	}

	ul.list_03 li:nth-child(5) {
		margin: 0px 1% 0px 0px;
	}

	ul.list_03 li:nth-child(6) {
		margin: 0px 0px 0px 1%;
	}
	
	ul.list_04 li {
		width: 49%;
		margin-bottom: 2%;
	}

	ul.list_04 li:nth-child(3n+3) {
		margin-right: 2%;
	}
	
	ul.list_04 li:nth-child(2n+2) {
		margin-right: 0px;
	}
	
	ul.list_04 li:last-of-type {
		margin-bottom: 0px;
	}
	
	ul.list_06 li {
		width: 100%;
		padding: 13px 10px;
		line-height: 24px;
	}

	ul.list_06 li:nth-child(3n+3) {
		margin-right: 0px;
	}
	
	.basket_mess {
		margin-bottom: 10px;
	}
	
	.basket_table, .basket_table tr, .basket_table td {
		display: block;
	}
	
	tr.basket_table_title {
		display: none;
	}
	
	.basket_table tr td:nth-child(1) {
		float: left;
		width: 100%;
		border-bottom: 0px;
		padding-bottom: 10px;
	}
	
	.basket_table tr td:nth-child(2) {
		float: left;
		width: 20%;
		border-bottom: 0px;
		text-align: left;
		padding: 10px 0px;
	}
	
	.basket_table tr td:nth-child(3) {
		float: left;
		width: 80%;
		border-bottom: 0px;
		text-align: left;
		padding: 10px 0px;
	}
	
	.basket_table tr td:nth-child(4) {
		float: left;
		width: 30%;
		text-align: left;
		padding: 10px 0px 20px 0px;
	}
	
	.basket_table tr td:nth-child(5) {
		float: left;
		width: 30%;
		text-align: left;
		padding: 10px 0px 20px 0px;
	}
	
	.basket_table tr td:nth-child(6) {
		float: left;
		width: 40%;
		text-align: left;
		padding: 10px 0px 24px 0px;
	}
	
	.basket_table.profile tr td:nth-child(2), .basket_table.profile tr td:nth-child(4) {
		width: 50%;
	}
	
	.basket_table.profile tr td:nth-child(3), .basket_table.profile tr td:nth-child(5) {
		width: 50%;
	}
	
	.basket_table.profile tr td:nth-child(4) {
		padding: 11px 0px 21px 0px;
	}
	
	.basket_size, .basket_input_box {
		margin: 0px;
	}
	
	.basket_promo_box {
		float: none;
	}
	
	.basket_summa_box {
		float: none;
		margin-top: 20px;
	}
	
	.basket_reg_list .reg_item {
		width: 50%;
		padding-right: 15px;
	}

	.basket_reg_list .reg_item:nth-child(3n+3), .basket_reg_list .reg_item:nth-child(3n+2) {
		float: left;
		width: 50%;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.basket_reg_list .reg_item:nth-child(2n+1) {
		width: 50%;
		padding-right: 15px;
		padding-left: 0px;
	}
	
	.basket_reg_list .reg_item:nth-child(2n+2) {
		width: 50%;
		padding-left: 15px;
		padding-right: 0px;
	}
	
	.vkladka_box {
		padding-left: 0px;
	}
	
	.vkladka, .vkladka_active {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.message_box, .auth_box {
		width: 420px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.choose_item.left {
		float: none;
		width: auto;
	}
	
	.choose_item.right {
		float: none;
		width: auto;
		margin-top: 30px;
	}
	
	.list_info_left {
		width: 50%;
	}
	
	.list_info_right {
		text-align: right;
		width: 50%;
	}
	
	.list_info_center {
		padding: 0px;
		text-align: left;
	}
	
	.sp_retail_slick {
		margin: 0px -10px;
	}

	.sp_retail_slick_item {
		padding: 0px 10px;
	}
	
	.sp_retail_title {
		text-align: left;
	}
	
	.sp_retail_title span {
		padding: 0px 20px 0px 0px;
	}
	
	.shop_filtr .filtr_item {
		float: none;
		width: auto;
		margin: 20px 0px 0px 0px;
	}

	.shop_filtr .filtr_item:nth-child(1) {
		margin-top: 0px;
	}
	
	.p_info_block_item, .p_info_title {
		padding-bottom: 10px;
	}
	
	.user_card_box.p_info_card {
		display: block;
		float: none;
		margin: 0px auto 30px auto;
	}
	
	.app_profile_currency_box {
		padding-top: 30px;
	}
	
	.app_profile_currency_left {
		float: left;
		padding: 4px 15px 0px 0px;
	}
	
	.app_profile_currency_right {
		float: left;
	}
	
	.app_profile_currency_right .form_select {
		border: 0px;
	}
	
	.app_profile_currency_right .form_select div {
		text-transform: uppercase;
		background-position: right 16px;
	}
	
	.app_profile_currency_right .form_select select {
		text-transform: uppercase;
	}
}

@media screen and (max-width: 440px) {
	.conteiner {
		padding: 0px 10px;
	}
	
	.social_box {
		margin: 19px auto 0px auto;
		float: none;
	}
	
	.footer.opt .social_box {
		margin-top: 5px;
	}
	
	.for_copy {
		position: relative;
	}
	
	.copy {
		position: absolute;
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}
	
	.footer {
		height: 92px;
	}
	
	.content_box {
		padding-bottom: 92px;
	}
	
	/*.list_item {
		float: left;
		width: 100%;
		margin-right: 0%;
		padding-bottom: 30px;
	}

	.list_item:nth-child(3n+3) {
		margin-right: 0%;
	}*/
	
	.prod_info {
		width: 100%;
		margin: auto;
	}
	
	ul.list_01 li {
		padding-left: 75px;
	}
	
	ul.list_03 li {
		width: 100%;
	}
	
	ul.list_03 li:nth-child(1), ul.list_03 li:nth-child(2), ul.list_03 li:nth-child(3), ul.list_03 li:nth-child(4), ul.list_03 li:nth-child(5) {
		margin: 0px 0px 2% 0px;
	}

	ul.list_03 li:nth-child(6) {
		margin: 0px;
	}
	
	ul.list_04 li {
		width: 100%;
	}

	ul.list_04 li:nth-child(3n+3) {
		margin-right: 0px;
	}
	
	.basket_itog {
		padding-top: 10px;
	}
	
	.promo_title {
		float: none;
		padding-bottom: 5px;
	}
	
	.promo_nazv {
		margin-right: 0px;
	}
	
	.promo_button {
		float: right;
	}
	
	.basket_reg_list .reg_item:nth-child(2n+1) {
		padding-right: 5px;
		padding-bottom: 20px
	}
	
	.basket_reg_list .reg_item:nth-child(2n+2) {
		padding-left: 5px;
		padding-bottom: 20px
	}
	
	.basket_delivery_left, .basket_delivery_right {
		width: 100%;
		float: none;
		padding: 0px 0px 20px 0px;
	}
	
	.message_box, .auth_box {
		width: 300px;
	}
	
	.basket_button, .search_button {
		margin-right: 23px;
	}
	
	.choose_nazv {
		font-size: 20px;
	}
	
	.sp_retail_box {
		height: 500px;
	}
	
	.auth_button_mobile {
		display: block;
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		background: #000000;
		line-height: 42px;
		padding-bottom: 2px;
		text-align: center;
	}
	
	.auth_button_mobile span {
		display: inline-block;
		position: relative;
		padding-left: 38px;
		font-size: 13px;
		text-transform: uppercase;
		color: #ffffff;
		letter-spacing: 1px;
	}
	
	.auth_button_mobile span:before {
		content: "";
		position: absolute;
		left: 0px;
		top: 8px;
		width: 17px;
		height: 23px;
		background: url(/images/zamok_mini.png) no-repeat top left;
	}
	
	.app_link_button_mobile {
		display: block;
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		background: #000000;
		line-height: 30px;
		padding: 6px 0px 8px 0px;
		text-align: center;
		font-size: 13px;
		text-transform: uppercase;
		color: #ffffff;
		letter-spacing: 1px;
		z-index: 100;
	}
	
	.app_link_button_mobile span {
		display: inline-block;
		position: relative;
		width: 20px;
		margin-right: 20px;
	}
	
	.app_link_button_mobile span img {
		position: absolute;
		width: 16px;
		top: 0px;
	}
	
	.profile_cards {
		display: block;
		position: fixed;
		bottom: 0px;
		right: 0px;
		width: 46px;
		height: 45px;
		cursor: pointer;
		background: url(/images/icon_card.png) no-repeat top left;
	}
	
	.shop_list_item {
		float: none;
		width: auto;
		margin-right: 0px;
	}
	
	.social_instagram, .social_youtube, .social_vk {
		background: none;
		height: auto;
		line-height: 0px;
	}
	
	.social_instagram img:nth-child(1), .social_youtube img:nth-child(1), .social_vk img:nth-child(1) {
		display: block;
	}
	
	.footer.white .social_instagram img:nth-child(1), .footer.white .social_youtube img:nth-child(1), .footer.white .social_vk img:nth-child(1) {
		display: none;
	}
	
	.footer.white .social_instagram img:nth-child(2), .footer.white .social_youtube img:nth-child(2), .footer.white .social_vk img:nth-child(2) {
		display: block;
	}
	
	.menu_close {
		background: none;
		height: auto;
		line-height: 0px;
	}
	
	.menu_close img {
		display: block;
	}
	
	
	/* Style for app */
	.app .center_button, .app .menu_button, .app .search_button, .app .auth_button_mobile {
		display: none;
	}
	
	.app .basket_button {
		margin-right: 10px;
	}
	
	.list_retail {
		padding-top: 15px;
	}
	
	.list_info_left {
		width: 55%;
		font-size: 11px;
	}
	
	.list_info_right {
		width: 45%;
		font-size: 11px;
	}
	
	.list_opt_status {
		font-size: 10px;
		line-height: 21px;
	}
}

.no_background {
	background: none;
}