﻿/*
    Created on : 18.02.2016, 17:40
    Author     : Trololo
*/
/* IMPORT here if you need */

/* Reset
-------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, /* ol, ul, li, */ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, credentials, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; }
article, aside, credentials, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }

/* FONTs should be here */

@font-face {
	font-family: 'sf_ui_display';
	font-display: auto;
	src: url('fonts/SFUIDisplayThin.eot');
	src: url('fonts/SFUIDisplayThin.eot?#iefix') format('embedded-opentype'),
	url('fonts/SFUIDisplayThin.svg') format('svg'),
	url('fonts/SFUIDisplayThin.woff2') format('woff2'),
	url('fonts/SFUIDisplayThin.woff') format('woff'),
	url('fonts/SFUIDisplayThin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;

}
@font-face {
	font-family: 'sf_ui_display';
	font-display: auto;
	src: url('fonts/SFUIDisplayLight.eot');
	src: url('fonts/SFUIDisplayLight.eot?#iefix') format('embedded-opentype'),
	url('fonts/SFUIDisplayLight.svg') format('svg'),
	url('fonts/SFUIDisplayLight.woff2') format('woff2'),
	url('fonts/SFUIDisplayLight.woff') format('woff'),
	url('fonts/SFUIDisplayLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;

}
@font-face {
	font-family: 'sf_ui_display';
	font-display: auto;
	src: url('fonts/SFUIDisplayRegular.eot');
	src: url('fonts/SFUIDisplayRegular.eot?#iefix') format('embedded-opentype'),
	url('fonts/SFUIDisplayRegular.svg') format('svg'),
	url('fonts/SFUIDisplayRegular.woff2') format('woff2'),
	url('fonts/SFUIDisplayRegular.woff') format('woff'),
	url('fonts/SFUIDisplayRegular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;

}
@font-face {
	font-family: 'sf_ui_display';
	font-display: auto;
	src: url('fonts/SFUIDisplaySemibold.eot');
	src: url('fonts/SFUIDisplaySemibold.eot?#iefix') format('embedded-opentype'),
	url('fonts/SFUIDisplaySemibold.svg') format('svg'),
	url('fonts/SFUIDisplaySemibold.woff2') format('woff2'),
	url('fonts/SFUIDisplaySemibold.woff') format('woff'),
	url('fonts/SFUIDisplaySemibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;

}
@font-face {
	font-family: 'sf_ui_display';
	font-display: auto;
	src: url('fonts/SFUIDisplayBold.eot');
	src: url('fonts/SFUIDisplayBold.eot?#iefix') format('embedded-opentype'),
	url('fonts/SFUIDisplayBold.svg') format('svg'),
	url('fonts/SFUIDisplayBold.woff2') format('woff2'),
	url('fonts/SFUIDisplayBold.woff') format('woff'),
	url('fonts/SFUIDisplayBold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;

}
/* Common HTML elements, fonts, and colors
------------------------------------------ */
html,
body {
	width: 100%;
	min-width: 1150px;
	min-height: 100%;
	position: relative;
	height: 100%;
	font-family: 'sf_ui_display';
	font-size: 12px;
	background: #fff;
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
	color: #323232;
}
a {
	outline:0 none;
	text-decoration: none;
}
a:focus {
	outline:none;
}
a:visited {
	color: inherit;
}
a:hover, a:hover *, #footer a:hover {
	/* color: #fa6b79;   Старый вариант*/
	color: #f94454;
}
dl, hr, h1, h2, h3, h4, h5, h6, ol, pre, table, address, fieldset, blockquote {
	margin-bottom: 10px;
}
table {
	margin-bottom: 0px;
}
p {
	margin-bottom: 0px;
}
h1, h2, h3 { font-weight: normal; }
h1 { font-size: 2.4em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.45em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
h1, h2, h3, h4, h5, h6 { line-height:1.2em;}
ul, ol { padding: 0; margin: 0;}
ol { list-style: decimal; }
dt {
	margin-bottom: 5px;
}
input, textarea, select {
	margin:0;
	padding: 0;
}
textarea {
	font-family: Helvetica, Arial, sans-serif;
}
input[type="button"]:focus {
	outline:none;
	outline-offset:-2px; }
input::-webkit-input-placeholder { color: #ccc; }
input:-moz-placeholder,
input::-moz-placeholder { color: #ccc; }
input:-ms-input-placeholder { color: #ccc; }

label, select {
	cursor: pointer;
}
.clear {
	content: "";
	clear: both;
}
.hidden {
	display: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.thin {
	font-weight: 200;
}
.light {
	font-weight: 300;
}
.sbold {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}
.block {
	display: block;
}
.bc_h1 {
	display: inline-block;
	font-size: 21.6px;
	font-weight: 600;
}
.p_header {
	line-height: 1.5em;
	font-size: 1.1em;
}
.p_h-2 {
	font-size: 23px;
	line-height: 50px;
	font-weight: bold;
}
.p_h-3 {
	font-size: 20px;
	line-height: 44px;
	font-weight: 600;
}
.p_h-4 {
	font-size: 17px;
	line-height: 38px;
	font-weight: 600;
}
.p_h_big {
	font-size: 3em;
	line-height: 42px;
	font-weight: bold;
}
.p_h_bigs {
	font-size: 2.3em;
	line-height: 32px;
}
.p_h_midb {
	font-size: 1.8em;
	line-height: 18px;
}
.p_h_mid17_sb {
	font-size: 1.7em;
	font-weight: 600;
	line-height: 30px;
}
.p_h_mid {
	font-size: 1.5em;
	line-height: 24px;
}
.p_h_midm {
	font-size: 1.4em;
	line-height: 24px;
}
.p_h_mids {
	font-size: 1.3em;
	line-height: 24px;
}
.p_h_small {
	font-size: 1.1em;
	line-height: 24px;
}
.p_h_smallm {
	font-size: 1em;
	line-height: 24px;
}
.p_h_smalls {
	font-size: 17px;
	line-height: 24px;
}
.m_text {
	font-size: 1.2em;
}
.ml_text {
	font-size: 1.1em;
	line-height: 18px;
	font-weight: 200;
}
.sm_text {
	font-size: 0.9em;
	font-weight: 300;
}
.lh-2 {
	line-height: 2em;
}
.red {
	color: #f94454;
}
.ruble {
	position: relative;
	display: inline-block;
}
.underline {
	text-decoration: underline;
}
.uppercase {
	text-transform: uppercase;
}
.centered {
	text-align: center;
}
.list-align {
	margin-left: 25px;
}
/* for justification of blocks */
.flex_container {
	display: -webkit-box; /* Android 4.3-, Safari без оптимизации */
	-webkit-box-pack: justify; /* Android 4.3-, Safari без оптимизации */
	display: -webkit-flex; /* оптимизация для Safari */
	-webkit-justify-content: space-between; /* оптимизация для Safari */
	display: flex;
	justify-content: space-between;

	/*text-justify: newspaper; /* IE7- */
	/*zoom: 1; /* IE7- */
}
.flex_container > .flex_block {
	display : inline-block;
}
.flex-wrap {
	display: -webkit-flex; /* оптимизация для Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.black_btn {
	height: 40px;
	min-height: 25px;
	background-color: #323232;
	text-align: center;
}
.black_btn:hover, .black_btn input[type="submit"]:hover {
	background-color: #f94657;
}
.black_btn a, .black_btn input[type="submit"] {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 300;
}
.black_btn input[type="submit"] {
	background-color: #323232;
	border: none;
	cursor: pointer;
	color: #ffffff;
	-webkit-appearance: none;
}
.black_btn a:before,.black_btn input[type="submit"]:before {
	width: 100%;
	height: 25%;
	display: block;
	content: "";
}
.black_btn a span {
	color: #ffffff;
}
.devide > div {
	width: 37%;
	margin-right: 4%;
}
.devide > div:first-child {
	width: 51%;
	margin-right: 0;
}
.devide:after {
	display:block;
	content: "";
	width: 100%;
	clear: both;
}
.devide.ado .this{
	margin-top: 40px;
}
.devide.ado .this img{
	height: 40px;
	vertical-align: bottom;
}
.devide.ado .this span {
	font-size: 0.8em;
	line-height: 15px;
	font-weight: 600;
}

/* end of justification */
/* for content manager */
.for_margin {
	width: 100%;
	height: 20px;
}
/* end of content manager*/
/* CONTACTS */
.cont_phone {
	text-align: center;
	margin-top: 45px;
}
.cont_phone img, cont_addr img {
	height: 55px;
	vertical-align: middle;
}
.cont_phone span, .cont_addr span {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	display: inline-block;
	margin-left: 30px;
	color: #494949;
}
.cont_addr {
	text-align: center;
	margin-top: 70px;

}
.cont_va_img {
	vertical-align: middle;
}
.cont_addr img {
	height: 55px;
}
.cont_addr span {
	font-weight: 100;
	color: #494949;
}
.cont_time {
	margin-top: 90px;
	margin-bottom: 35px;
}
.cont_time .float-left {
	width: 50%;
}
.cont_time .no_img .dop {
	margin-left: 95px;
	width: 82%;
}
.cont_time h2 {
	margin-left: 75px;
	margin-top: 75px;
	font-size: 25px;
	font-weight: 600;
	color: #494949;
}
.cont_time .info_ico {
	width: 15px;
}
.cont_time .float-right {
	margin-right: 7%;
}
.cont_time div.dop {
	display: inline-block;
	text-align: center;
	margin-left: 40px;
}
.cont_time .dop > div {
	text-align: left;
}
.cont_time div img {
	height: 55px;
	vertical-align: top;
	margin-top: 30px;
}
.cont_time p {
	font-size: 26px;
	font-weight: 100;
	line-height: 39px;
	color: #494949;
}
.cont_time .cont_header {
	font-size: 24px;
	font-weight: 600;
	text-align: left;
}
.cont_time .holidays {
	margin-top: 90px;
}
.cont_time .holidays .dop {
	text-align: left
}
.cont_time .holidays .cont_header {
	padding-left: 30px;
}
.cont_hurryUp {
	text-align: center;
}
.cont_hurryUp span {
	font-size: 1.9em;
	line-height: 120px;
	color: #959595;
	font-weight: 300;
}
.cont_hurryUp .countDown {
	font-size: inherit;
}
.dop_cont_icons {
	background-color: #f8f8f8;
	padding: 45px 0;
}
.cont_icons {
	width: 80%;
	margin: 0 auto;
}
.cont_icons > div {
	width: 33%;
	display: inline-block;
	text-align: center;
}
.cont_icons.to_get_i .clear {
	width: 100%;
	content: "";
	clear: both;
	display: block;
}
.cont_icons p {
	margin-top: 25px;
	color: #494949;
	font-size: 25px;
	font-weight: 300;
}
.cont_icons img {
	height: 95px;
}
.cont_icons a {
	display: block;
}
.cont_icons a:hover p {
	color: #f94454;
}
.to_get_i {
	margin-top: 50px;
}
.to_get_i img{
	height: 60px;
}
.to_get_i p {
	font-size: 2.1em;
	font-weight: 600;
}
.cont_toget_desc {
	margin-top: 50px;
}
.cont_toget_desc .float-left {
	width: 50%;
	padding-right: 8%;
}
.cont_toget_desc .float-right {
	width: 50%;
	padding-left: 8%;
}
.cont_toget_desc ol {
	margin-top: 40px;
	padding-left: 25px;
}
.cont_toget_desc li {
	font-size: 2.1em;
	font-weight: 600;
	line-height: 40px;
	color: #8b8b8b;
}
.cont_toget_desc li span, .cont_toget_desc p {
	font-size: 25.2px;
	font-weight: 300;
	line-height: 40px;
	color: #8b8b8b;
}
.cont_toget_desc p .bold {
	color: #8b8b8b;
	font-weight: 600;
}
.cont_map {
	width: 100%;
	height: 400px;
	margin-top: 45px;
}
.cont_photoes {
	margin-top: 20px;
}
.cont_photoes .flex_block {
	width: 33%;
}
.cont_photoes img {
	width:100%;
	padding: 10px 0 0;
}
.container.requisites {
	margin-bottom: 75px;
}
.container.requisites p {
	font-size: 1.7em;
	color: #494949;
}
/* SEARCH in Filters*/
.filter .flex_block.sort {
	width: 80%;
}
.flex_block.sort .one_line {
	width: 100%;
}
.flex_block.sort .one_line:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.one_line .sel {
	width: 81%;
	display: block;
	float: left;		}
.one_line .black_btn {
	width: 19%;
	display: block;
	float: left;
	height: 28px;
}
.one_line .select2-selection.select2-selection--multiple {
	border-radius: 0;
	min-height: 28px;
}
.one_line .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #323232;
	color: #fff;
}
.one_line .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
}
.one_line .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #f94454;
}
#select2-tags-results > li[id] {
	display: none !important;
}
/* MAX's wishes*/
.white1_text * {
	color: #d5d5d5 !important;
}
.white2_text * {
	color: #ffffff !important;
}
.white3_text * {
	color: #e7e7e7 !important;
}
.without_dots * {
	list-style-type: none !important;
}
.table_cont_eq .descr_centered {
	text-align: center;
}
.descr_centered ul {
	display: inline-block;
	text-align: left;
}
.table_cont_eq td.unpadded {
	padding-top: 0;
	padding-bottom: 0;
}
.follow {
	width: 40%;
}
.follow p{
	line-height: 24px;
}
.follow_us a{
	display: inline-block;
}
.follow_us img {
	height: 80px;
	vertical-align: middle;
}
.flex_block.separator {
	width: 1px;
	height: 19px;
	display: inline-block;
	background-color: #8c8c8c;
	padding: 0;
	margin: 10px 15px 0;
}
.recommended .float-left.first {
	height: 350px;
	width: 15%;
	margin-right: 2%;
}
.recommended .float-left.first:last-child {
	margin-right: 0;
}
.recommended .item_img {
	height: 190px;
}
.recommended .item_txt {
	font-size: 0.9em;
}
.recommended .goods_row .black_btn {
	bottom: 5px;
	width: 40%;
}
.recommended .item_oldprice {
	bottom: 30px;
}
.recommended .item_price_goods {
	bottom: 5px;
}
.goods_card .inform_text {
	font-size: 1.1em;
	line-height: 15px;
	margin-bottom: 7px;
	margin-top: -18px;
}
.black_btn .plugin_arrived-button a {
	color: #ffffff;
	line-height: 17px;
	padding-top: 3px;
}
.table_border_on {
	border-collapse: collapse;
}
.table_border_on td{
	border: 1px solid #323232;
}
.table_border_white {
	border-collapse: collapse;
	border-color: #ffffff;
}
.table_border_white td {
	border: 1px solid #ffffff;
}
.black_btn form {
	height: 100%;
}
.line_blocks {
	margin-bottom: 10px;
}
.line_blocks p{
	font-size: 20px;
	float: left;
	line-height: 40px;
}
.line_blocks .black_btn {
	float: left;
	margin-left: 10px;
}
.line_blocks:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.line_blocks .black_btn input {
	padding-left: 10px;
	padding-right: 10px;
}
.select2-container .select2-dropdown {
	/*z-index: 0;*/
}
/* Блок комментов и отзывов*/
.mc-c .mc-btn2.mc-btn2-bck {
	margin: 0 !important;
}
/* end of MAX*/

/*------ END COMMON */

/*------ CONTAINER */
.container {
	width: 84%;
	min-width: 1150px;
	max-width: 1600px;
	margin: 0 auto;
}

/*------ END COMMON */

/*------ HEADER */
#empty_h {
	display: none;
	width: 100%;
}
#header_banner {
	height: 50px;
	width: 100%;
	background-color: #345678;
	display: block;
	position: relative;
	top: 0;
	z-index: 1;
}
#header {
	height: 40px;
	width: 100%;
	color: #000000;
	background-color: rgba(73, 73, 73, 0.90);
	position: relative;
	z-index: 4;
}
#header .container {
	height: 100%;
}
#header img {
	height: 13px;
	vertical-align: -6%;
}
.logo_comp {
	display: none;
	width: 2%;
}
.logo_comp > a {
	line-height: 36px;
}
#header .logo_comp > a img {
	height: 28px;
	vertical-align: middle;
}
.deliv_new_rules p{
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	margin: 10px 0 25px;
}
.delivery {
	width: 43%;
	height: 100%;
	margin: 0 2% 0 0%;
}
.geo_loc {
	color: #c9c8c8;
	font-weight: lighter;
}
.delivery .geo_loc img {
}
.delivery > div, .about > div, .header_pic > div {
	display: inline-block;
	height: 100%;
}
.delivery > div {
	margin-left: 3%;
}
.delivery > div:first-child {
	margin-left: 0;
}
.delivery a, .about a, .header_pic a {
	display: inline-block;
	line-height: 40px;
}
.delivery img {
	margin-right: 10px;
}
.delivery span {
	font-weight: 200;
}

.about {
	width: 16%;
	height: 100%;
}
.about > div {
	margin-left: 16%;
}
.about > div:first-child {
	margin-left: 0;
}
.call_me {
	width: 11%;
	height: 100%;
	margin: 0 0 0 1%;
}
.call_me a {
	display: block;
	height: 16px;
	margin: 12px 0;
	text-align: center;
	font-size: 1.2em;
	border: 1px solid #767676;
}
.phone_h {
	display: none;
	width: 16%;
}
#header .phone_h img {
	height: 13px;
	vertical-align: text-top;
	display: inline-block;
	margin-right: 10px;
}
.phone_h span {
	font-size: 1.3em;
	line-height: 40px;
	font-weight: bold;
	color: #c9c8c8;
}
.header_pic {
	width: 15%;
	text-align: right;
	height: 40px;
}
.header_pic > div {
	margin-left: 10px;
}
#header .header_pic img {
	height: 20px;
	vertical-align: -10%;
}
#cart_header a {
	position: relative;
	white-space: nowrap;
}
#header #cart_header a span {
	display: inline-block;
	position: relative;
	padding-left: 2px;
	top: -5px;
	left: 0px;
	color: #f94454;
	font-size: 1.4em;
	text-align: left;
}
#header a span {
	color: #c9c8c8;
}
#header a:hover span{
	color: #fa6b79;
	cursor: pointer;
}
.cart-total {
	max-width: 70px;
}
.item_price.cart-total {
	max-width: 250px;
}
.cart_cont {
	width: 100%;
	background-color: #ffffff;
	z-index: 1;
	margin-bottom: 20px;
	border-top: 1px solid #c9c8c8;
}
/* .cart_cont:before {
		    position: fixed;
		    width: 1px;
		    height: 100%;
		    display: block;
		    background-color: #c9c8c8;
		    content: "";
		    z-index: 1;
		    left: 50%;
		} */
.cart_cont form > div {
	width: 50%;
	overflow-y: visible;
}
.cart_cont:after {
	display:block;
	content: "";
	width: 100%;
	clear: both;
}
.cl_wrap {
	width: 78%;
	margin: 40px auto;
}
.cl_wrap input, .cl_wrap select, .cl_wrap textarea{
	width: 100%;
	border: 1px solid #c9c8c8;
	border-radius: 0;
	line-height: 28px;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 10px;
	font-size: 1em;
}
.req_field {
	position: relative;
}
.req_field img {
	width: 10px;
	margin-left: 5px;
}
.cl_wrap select {
	height: 30px;
}
.cart_cont .select2-container {
	max-width: 100%;
}
.cart_cont .select2-selection.select2-selection--single {
	border-radius: 0;
}
.cl_wrap textarea {
	height: 80px;
	line-height: 1.2em;
	padding-top: 10px;
	font-family: Helvetica, Arial, sans-serif;
}
.cart_delivery {
	margin-top: 15px;
	margin-bottom:20px;
}
.cart_delivery label, .cart_money label, .sisyphus legend{
	margin-bottom: 10px;
	display: block;
}
.cart_delivery .p_header, .cart_money .p_header {
	margin-left: 25px;
}

.cart_delivery input, .cart_money input {
	width: 15px;
	line-height: 1em;
	margin-bottom: 0;
	margin-right: 10px;
	vertical-align: middle;
	cursor: pointer;
}
.cart_cont .for_input {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.for_input span:first-child {
	position: relative;
}
.cart_cont legend.p_header {
	margin-left: 0;
}
input[type="radio"] { display:none; }
input[type="radio"] + span {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 15px;
	margin: -1px 4px 0 0;
	background: url(img/radio-btn.svg) no-repeat;
	background-size: contain;
	cursor: pointer;
}
input[type="radio"]:checked + span {
	background: url(img/radio-btn-checked.svg) no-repeat;
	background-size: contain;
}
a#look_map {
	line-height: 1.5em;
	color: #000000;
	margin-bottom: 30px;
	display: inline-block;
}
a#look_map:hover {
	color: red;
}
#look_map img {
	height: 14px;
	margin-right: 10px;
	vertical-align: middle;
}
.cart_money {
	margin-top: 15px;
}
.cr_wrap {
	width: 100%;
	/* border-left: 1px solid #c9c8c8; */
}
.c_items_wrap {
	width: 100%;
}
.cart_items {
	width: 100%;
}
.cart_str {
	width: 100%;
	margin-right: 0;
	align-items: center;
}
.cart_items .cart_str {
	height: 101px;
	border-top: 1px solid #c9c8c8;
}
.cart_str:first-child {
	border-top: none;
}
.cart_str > div {

}
.item_pic {
	width: 17%;
	text-align: center;
}
.cart_items .item_pic img {
	max-width: 100%;
}
.cart_str img {
	vertical-align: middle;
}
.item_info {
	line-height: 1.5em;
	width: 61%;
	margin-left: 3%;
	position: relative;
}
.item_info > div {
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	min-width: 145px;
}
.item_info a {
	color: #000000 !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.item_info a:hover {
	color: red !important;
}
.item_info .block {
	line-height: 1.5em;
}
.cart_str .item_info .item_discr {
	max-height: 101px;
	display: inline-block;
	overflow-y: hidden;
	padding-right: 16%;
}
.item_discr {
	line-height: 18px;
}
.item_price {
	font-size: 1.3em;
	line-height: 28px;
}
.cart_str .item_price {
	min-width: 75px;
	display: inline-block;
	text-align: right;
}

.item_q_cart {
	text-align: right;
	width: 14%;
}
.cart_str select {
	width: 65px;
	height: 30px;
	border: 1px solid #c9c8c8;
	padding-left: 5%;
	padding-right: 5%;
	line-height: 28px;
	font-size: 1em;
}
.recycle {
	text-align: right;
	width: 5%;
}
.recycle img {
	height: 15px;
}
.info_deliv, .cart_subm {
	width: 100%;
	margin-top: 20px;
	background-color: #f5f5f5;
}
.infd_wrap {
	width: 84%;
	margin: 0 auto;
	padding-top: 33px;
	padding-bottom: 16px;
}
	.infd_block {
		margin-bottom: 22px;
	}
		.infd_block span {
			line-height: 1.4em;
		}
		.infd_h {
			font-weight: bold;
			font-size: 1.2em;
			margin-bottom: 6px;
		}
		.infd_cont {
			font-size: 1.2em;
			margin-bottom: 5px;
		}
		.infd_add {
			font-size: 0.9em;
		}
			.infd_add span {
				color: #8f8f8f;
			}
.info_deliv:after, .cart_subm:before, .tag_dop:after {
	height: 1px;
	width: 100%;
	display: block;
	background-color: transparent;
	content: "";
}
.info_deliv:after {
	box-shadow: 0 -4px 8px rgba(149,149,149,0.1);
}
.cart_also_buy > .p_h_mids {
	text-transform: uppercase;
	text-align: center;
	margin: 35px 0 0;
	font-size: 0.9em;
}
.cart_also_buy .goods {
	width: 90%;
	margin: 0 5%;
}
.cart_also_buy .goods_row .float-left {
	margin-left: 5px;
	margin-right: 5px;
	height: 230px;
}
.cart_also_buy .float-left .p_h_mids {
	font-size: 0.8em;
	line-height: 12px;
}
.cart_also_buy .item_img {
	height: 127px;
	margin-bottom: 14px;
}
.cart_also_buy .item_img img {
	text-align: center;
	margin: 0 auto;
	max-height: 127px;
}
.cart_also_buy .item_new {
	width: 28px;
	height: 12px;
	bottom: 1px;
}
.cart_also_buy .item_new .ml_text {
	font-size: 0.6em;
	line-height: 12px;
}
.cart_also_buy .item_txt {
	padding: 0 3px;
	max-height: 36px;
}
.cart_also_buy .item_price_goods {
	left: 3px;
	bottom: 26px;
}
.cart_also_buy .item_price_goods .item_price {
	font-size: 0.8em;
}
.cart_also_buy .float-left .black_btn {
	width: 42%;
	height: 20px;
	right: 15%;
	bottom: 24px;
}
.cart_also_buy .black_btn input[type="submit"] {
	font-size: 0.8em;
	line-height: 20px;
}
.cart_subm:before {
	box-shadow: 0 4px 8px rgba(149,149,149,0.1);
}
.tag_dop:after {
	box-shadow: 0 -4px 8px rgba(149,149,149,0.1);
	margin-top: -1px;
	background-color: #eaeaea;
}
.goods_add {
	width: 97%;
	height: 204px;
	margin-right: 3%;
}
.goods_add .p_header {
	margin-left: 35px;
	margin-bottom: 12px;
}
.goods_add .cart_str {
	height: 50px;
}
.goods_add .cart_str > div {
	line-height: 50px;
}
.goods_add .item_pic img{
	height: 34px;
}
.goods_add .recycle img {
	vertical-align: baseline;
}
.cart_cont .cart_subm {
	width: 100%;
}
.csub_wrap {
	width: 84%;
	margin: 0 auto;
	padding-top: 27px;
	padding-bottom: 16px;
}
.cart_cont .csub_wrap {
	height: auto;
}
	.csub_wrap .black_btn input[type="submit"] {
		font-size: 15px;
	}
.delivery_cost {
	width: 73%;
	margin: 0 auto 7px;
	display: flex;
	align-items: baseline;
}
	.delivery_cost .points, .sum .points {
		flex-grow: 1;
		display: inline-block;
		border-bottom: 1px dashed #dcdcdc;
	}
	.delivery_price {
		font-size: 15px;
	}
.subm_discr {
	font-size: 15px;
	margin-right: 5px;
}
.sum {
	width: 73%;
	margin: 0 auto;
	display: flex;
	align-items: baseline;
	margin-bottom: 17px;
}
.sum .item_price {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}
.csub_wrap .black_btn a {
	font-size: 1.2em;
	color: #ffffff;
}
.cart_sec_link {
	margin-top: 20px;
}
.cart_sec_link.modal {
	padding-bottom: 5px;
}
.cart_sec_link a {
	color: #8f8f8f;
	font-size: 11px;
	text-decoration: underline;
}
#header_promo {
	height: 40px;
	width: 100%;
	background-color: #b1b1b1;
	display: block;
}
#header_promo > a {
	display: block;
	width: 100%;
	height: 100%;
}
#header_promo .container {
	font-size: 1.2em;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
}
/*------ END HEADER*/

.wrapper {
	width: 100%;
	min-width: 1150px;
	min-height: 100%;
	background-color: #ffffff;
}
/* for new wrappers */
#mm-0, .newwrap {
	min-height: 100%;
	height: 100%;
}

/*------ CONTENT */

#main {
	padding-bottom: 295px;
	position: relative;
}
.promo_cont {
	height: 50px;
	width: 100%;
	background-color: transparent;
	display: block;
}
.promo_cont .container {
	background-color: #3AE2CE;
	height: 100%;
}
.empty_menu_search {
	height: 80px;
	width: 100%;
	background-color: #ffffff;
}
.menu_search {
	height: 80px;
	width: 100%;
	top: 0;
	z-index: 3;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.85);
}
.menu_search:before {
	height: 25%;
	width: 100%;
	display: block;
	content: "";
}
.menu_search .container > div {
	margin-left: 10px;
}
.menu_search .container > div:first-child {
	margin-left: 0;
	position: relative;
}
.ks-logo img {
	height: 34px; /*40px*/
}
.dop_menu {
	width: 50%;
	height: 60px;
	min-width: 370px;
}
.menu_block {
	height: 100%;
	line-height: 40px;
}
.menu_block li {
	list-style: none;
	display: block;
	height: 100%;
	padding: 0;
}
.menu_block a{
	height: 100%;
	color: #323232;
	font-size: 1.2em;
	font-weight: 600;
	display: block;
	white-space: nowrap;
	text-transform: uppercase;
}
/* уменьшили */
.menu_block > li > a{
	font-weight: 400;
	text-transform: none;
}
.menu_block a:hover {
	color: #f94454;
}
/* Выпадающее меню */
.menu_block > li > ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 60px;
	padding: 35px;
	z-index: 10;
	background-color: rgba(49, 49, 49, 0.93);
	width: 100%;
	transition-delay: .25s;
}
.menu_block li:hover ul {
	opacity: 1;
	transition: visibility .3s ease .15s, opacity .25s linear;
	visibility: visible;
}
.men_wrap {
	position: relative;
}
.men_wrap > div:after {
	display:block;
	content: "";
	width: 100%;
	clear: both;
}
.men_wrap > div > li {
	min-height: 210px;
}
.menu_block ul div > li {
	float: left;
	width: 20%;
	padding-right: 1%;
}
.menu_block .inner-list {
	margin-bottom: 10px;
}
.menu_block .p_h_mid {
	color: #ececec;
}
.menu_block ul.new1118 li a.p_h_midm {
	color: #ececec;
	margin-bottom: 5px;
	font-size: 1.2em;
}
.menu_block ul li a {
	color: #adacac;
	font-size: 1.2em;
	line-height: 24px;
	font-weight: 500;
}
.menu_block ul.new1118 li a {
	font-size: 1em;
	line-height: 18px;
}
a.show_all {
	width: 100%;
	position: absolute;
	color: #c9c8c8;
	font-size: 1.2em;
	line-height: 30px;
	display: block;
	border-top: 1px solid #c9c8c8;
	height: 30px;
}
.brand_str {
	height: 50px;
	border-top: 1px solid #c9c8c8;
	text-align: center;
}
.brand_str > div {
	display: inline-block;
}
.brand_str img {
	height: 22px;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
	border-left: 1px solid #c9c8c8;
	display: inline-block;
}
.brand_str > div:first-child img {
	border-left: none;
}
/* Стрелочки */
.drop-arrow {
	position: relative;
}
.drop-arrow > span {
	opacity: 0;
	visibility: hidden;
	width: 100%;
	position: relative;
	left: 45%;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	top: 12px;
	transition-delay: .25s;
}
.drop-arrow > span >span {
	display: block;
	width: 15px;
	height: 15px;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Слой_3' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 13.3 7.6' style='enable-background:new 0 0 13.3 7.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%233F3F3F;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='6.6,0 13.3,7.6 0,7.6 '/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}

.menu_block li:hover .drop-arrow span {
	opacity: 1;
	transition: visibility .3s ease .15s, opacity .25s linear;
	visibility: visible;
}
.drop_menu {

}

.drop_menu .drop_menu_items li {
	width: 25%;
	height: 172px;
	padding-right: 0;
	min-height: inherit;
}
.drop_menu.elektro .drop_menu_items li {
	height: 132px;
}
.drop_menu.elektro .show_all {
	text-transform: none;
	font-weight: 400;
	color: #ececec;
}

.drop_menu.new1118 .drop_menu_items .flex-wrap li {
	margin-bottom: 20px;
	height: auto;
}
.drop_menu .drop_menu_items li:after {
	width: 100%;
	height: 0;
	content: "";
	display: block;
}
.drop_menu .drop_menu_img img {
	width: 28%;
	max-height: 90px;
	float: left;
	margin-right: 6%;
	margin-top: 2px;
	text-align: right;
}
.drop_menu.new1118 .drop_menu_img img {
	width: 23%;
	max-height: 50px;
	margin-right: 7%;
}
.drop_menu.new1118 .drop_menu_links {
	width: 70%;
}
.drop_menu .drop_menu_links {
	width: 66%;
	float: right;
}
.drop_menu_links .p_h_mid {
	font-size: 1.5em;
	line-height: 24px;
	font-weight: bold;
}
.drop_menu.bonus div > li {
	width: 25%;
	min-height: inherit;
	display: inline-block;
	margin-bottom: 33px;
}
.drop_menu.bonus.new_bonus div > li {
	width: 20%;
	margin-bottom: 22px;
	min-height: 130px;
}
.drop_menu.bonus div > li:after {
	display:block;
	content: "";
	width: 100%;
	clear: both;
}
.drop_menu.bonus .drop_menu_img {
	width: 30%;
	text-align: right;
	float: left;
	padding-right: 7%;
}
.drop_menu.bonus.new_bonus .drop_menu_img {
	float: none;
	text-align: center;
	width: 100%;
	min-height: 72px;
}
.new_bonus.drop_menu.bonus .drop_menu_img img {
	width: 33%;
	height: auto;
}
.drop_menu.bonus .drop_menu_img img {
	width: auto;
	height: 72px;
	max-width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}
.drop_menu.bonus .drop_menu_links {
	width: 70%;
	float: right;
}
.drop_menu_links .p_h_midm {
	font-weight: bold;
	white-space: inherit;
}
.new_bonus .drop_menu_links .p_h_midm {
	font-weight: normal;
}
.drop_menu.bonus.new_bonus .drop_menu_links {
	float: none;
	width: 100%;
	text-align: center;
}

/* КОНЕЦ Выпадающее меню */
.search {
	line-height: 40px;
	width: 256px;
	position: relative;
	-webkit-appearance: none;
}
.search input[type="image"] {
	position: absolute;
	top: 5px;
	right: 0;
	height: 30px;
	border: none;
	line-height: 30px;
	display: inline-block;
	padding: 5px;
}
.search input[type="search"] {
	width: 100%;
	border: 1px solid #c9c8c8;
	border-radius: 0;
	line-height: 28px;
	padding-right: 30px;
	padding-left: 5%;
	-webkit-appearance: none;
}
.header_phone {
	height: 40px;
	min-width: 160px;
	text-align: right;
	line-height: 18px;
	color: #323232;
}
.header_phone span:first-child {
	font-size: 1.3em;
	font-weight: 700;
}
.header_phone img {
	height: 13px;
	margin-right: 5px;
	vertical-align: -5%;
}
.work_time {
	font-size: 0.9em;
	font-weight: 200;
}
.tag_dop {
	width: 100%;
	background-color: #f8f8f8;
	display: block;
	position: relative;
}
.tag_dop .container {
	height: 100%;
	padding: 25px 0 25px 20px;
}
.tag_dop.no_padds .container {
	padding: 25px 0;
}
.flex-ul-col {
	list-style-type: square;
}
.flex-ul-col:after {
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	content: "";
}
.flex-ul-col li {
	width: 25%;
	height: 30px;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	height: 40px;
	margin-top: 7px;
}
.flex-ul-col li a {
	line-height: 20px;
}
.flex-ul-col li:hover {
	cursor: pointer;
	color: #f94454;
}
.flex-ul-col.li_marker_new li {
	list-style-type: none;
}
.li_marker_new .rect {
	display: inline-block;
	font-size: 14px;
	vertical-align: 10%;
	margin-right: 10px;
}
.tag_dop.plus .container{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tag_dop.plus .flex-ul-col {
	display: inline-block;
}
.tag_dop.plus .tag_img {
	position: relative;
}
.tag_dop.plus .tag_img:after {
	display: block;
	content: "";
	clear: both;
	height: 72px;
	width: 100%;
	position: absolute;
	bottom: -12px;
	border-left: 1px solid #a8a8a8;
}
.tag_dop.plus li:first-child .tag_img:after{
	border-left: none;
}
.tag_dop.plus li {
	width: 164px;
	list-style-type: none;
	display: inline-block;
	float: none;
}
.tag_dop.plus li img {
	height: 70px;
	vertical-align: -webkit-baseline-middle;
	vertical-align: bottom;
}
.tag_dop.plus li span {
	font-weight: 400;
	font-size: 12px;
}
#empty_c {
	display: none;
	width: 100%;
}
.control_dop {
	width: 100%;
	height: 100px;
	display: block;
	position: relative;
	z-index: 0;
}
/* Оптовое меню */
.container.opt .menu_all {
	width: 38%;
	margin-left: 30%;
	line-height: 40px;
}

.container.opt .menu_all.float-left {
	margin-left: 18%;
}

.container.opt .flex_block a {
	color: #CBC9C9;
	font-weight: lighter;
	text-decoration: underline;
}
.container.opt .flex_block a:hover {
	color: #f94454;
}
.container.opt .header_pic {
	width: 8%;
}
.container.opt .lk {
	line-height: 39px;
	margin-left: 3%;
}
.container.opt .lk a {
	color: #CBC9C9;
	font-weight: 600;
}
.container.opt .lk a:hover {
	color: #f94454;
}

/* конец оптового меню*/
.filter {
	background-color: rgba(248, 248, 248, 0.9);
}
.control_dop.filter {
	height: 69px;
}
.control_dop .container {
	height: 100%;
}
.filter .container:before {
	width: 100%;
	height: 0;
	display: none;
	content: "";
}
.filter .flex_block {
	width: 19%;
}
.filter .flex_block label, .filter .flex_block select {
	display: block;
}
.filter .flex_block label {
	color: #7f7e7c;
	line-height: 28px;
}
.filter .flex_block select {
	width: 100%;
	height: 30px;
	padding-left: 3%;
	font-size: 1.3em;
	line-height: 28px;
	border: 1px solid #c9c8c8;
}
/* Правим стили select 2 */
.filter .select2-container--default .select2-selection--single {
	border-radius: 0;
}
.filter .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 1.3em;
	height: 26px;
	line-height: 28px;
	padding-left: 3%;
	width: 100%;
}
.hint.dop .select2.select2-container.select2-container--default {
	width: 95% !important;
}
.hint.dop .select2.select2-container.select2-container--default.select2-container--below {
	width: 95% !important;
}
.hint.dop .select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
	width: 95% !important;
}
.hint.dop .select2.select2-container.select2-container--default.select2-container--focus {
	width: 95% !important;
}
.applied_filters {
	width: 100%;
	display: none;
    align-items: baseline;
	margin-top: 38px;
}
.applied_filters.show {
	display: flex;
}
.applied_filters span {
}
.applied_filters span, .applied_filters > a {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	letter-spacing: 0.025em;
}
.applied_filters img {
	height: 6px;
}
.applied_filter_name {
	margin-left: 20px;
}
.applied_filter_name span {
	font-size: 10px;
	vertical-align: super;
}
.sort_and_filter {
	width: 100%;
	display: flex;
	margin-top: 23px;
}
.sort_and_filter > a, .sort_and_filter > span {
	font-size: 14px;
	line-height: 28px;
	display: inline-block;
	letter-spacing: 0.025em;
}
.saf_filter {
	width: 7.5%;
	background-color: #f8f8f8;
	text-align: center;
	margin-right: 25px;
}
.saf_filter_name {
	margin-left: 20px;
}
.saf_filter_name.active:after {
    display: inline-block;
    content: "";
    height: 5px;
    width: 8px;
    margin-left: 5px;
    background-image: url("/new-design-else/img/arrow_4.svg");
    background-repeat: no-repeat;
    background-size: 8px;
    vertical-align: 3px;
}
.saf_filter_name.active.up:after {
    transform: rotate(180deg);
}
.saf_filter_name span {
	position: relative;
	display: inline-block;
    letter-spacing: 0.025em;
}
.saf_filter_name span:after {
	display: block;
	width: 100%;
	content: "";
	height: 1px;
	position: absolute;
	bottom: 5px;
	background-color: #323232;
}
.saf_filter_name.active span {
    color: #f94454;
}
.saf_filter_name.active span:after {
    background-color: #f94454;
}
.saf_filter_name:hover span:after {
	background-color: #f94454;
}
.saf_filter_name.active {
	color: #f94454;
}
/* .select2-container--open .select2-selection.select2-selection--single {
            background-color: #494949;
        }
        .select2-container--open .select2-selection.select2-selection--single span {
            color: #ffffff;
        }*/
.select2-container--default .select2-results .select2-results__option[aria-selected=true] {
	background-color: #ffffff;
	color: #323232;
}
.select2-container--default .select2-results .select2-results__option--highlighted[aria-selected] {
	background-color: #494949;
	color: #ffffff;
}
.filter .select2-container--default .select2-selection--single.filter-sel {
	background-color: #494949;
}
.filter .select2-container--default .select2-selection--single.filter-sel > span{
	color: #ffffff;
}
#breadcrumbs {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
#breadcrumbs span, #breadcrumbs a {
	color: #7f7e7c;
	line-height: 18px;
	font-weight: 300;
}
#breadcrumbs a:hover {
	color: #f94454;
}
#breadcrumbs + .container .p_h_midb {
	margin-top: 0;
}
.wallpaper {
	width: 100%;
}
.carousel {
	position: relative;
	width:100%;
}
.carousel .slick-slider > button {
	display: none !important;
}
.carousel .slick-list.draggable {
	width: 100%;
}
.carousel_item {
	position: relative;
}
.car_pic {
	width: 100%;
}
.car_pic img {
	width: 100%;
}
.carousel_txt {
	position: absolute;
	top: 15%;
	left: 4%;
}
.carousel_txt p {
	color: #ffffff;
}
.carousel_txt .p_h_big {
	margin-bottom: 40px;
}
.carousel .black_btn, .carousel_q {
	position: absolute;
	bottom: 0;
}
.carousel .black_btn {
	width: 13%;
	min-width: 160px;
	bottom: 5%;
	left: 4%;
	background-color: #000000;
}
.carousel .black_btn:hover {
	background-color: #f94657;
}
.carousel_q {
	width: 114px;
	bottom: 5%;
	right: 4%;
}
.carousel_q a {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	margin-bottom: 2px;
	margin-left: 7px;
	margin-right: 7px;
}
.carousel_q a:hover {
	width: 16px;
	height: 16px;
	background-color: #f94657;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;

}
.carousel .slick-dots {
	position: absolute;
	bottom: 5%;
	right: 4%;
	text-align: right;
}
.carousel .slick-dots li button {
	width: 12px;
	height: 12px;
	margin: 2px;
	background-color: #525252;
}
.carousel .slick-dots li.slick-active button, .carousel .slick-dots li button:hover {
	width: 16px;
	height: 16px;
	padding: 0;
	background-color: #f94657;
}
.goods_wrapper {
	width: 100%;
	display: flex;
	margin-top: 35px;
}
.filter_bar {
	width: 24.4%;
	margin-right: 1.7%;
}
.filter_bg {
	width: 100%;
	background-color: #f8f8f8;
	padding: 14px 5.5%;
}
.filter_block {
	margin-bottom: 24px;
}
.filter_bar_name {
	width: 100%;
	margin-bottom: 15px;
}
.filter_bar_name {
	display: flex;
	justify-content: space-between;
}
.filter__name {
	cursor: pointer;
}
.filter_block_reset {
	display: none;
}
.filter_bar_name > a, .filter_bar_name span {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.025em;
}
.filter_bar_name a span.filter_bar_name_reset_filter {
	font-size: 12px;
	color: #c1c1c1;
	font-weight: normal;
	margin-right: 8px;
	letter-spacing: 0.025em;
}
.filter_bar_name a:hover span.filter_bar_name_reset_filter {
	color: #f94657;
}
.filter_bar_name a > img {
	width: 10px;
	vertical-align: 2px;
}
.block_is_hidden img {
	transform: rotate(-90deg);
}
.filter_bar_chk_box_row {
	margin-bottom: 10px;
}
.filter_bar_chk_box_block {
	overflow: auto;
	max-height: 200px;
}
.filter_bar_chk_box_block input[type=checkbox] {
	display: none;
}
.filter_bar_chk_box_block label {
	display: flex;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.025em;
}
.filter_bar_chk_box_block label:before {
	content: "";
	width: 13px;
	min-width: 13px;
	min-height: 13px;
	height: 13px;
	margin-right: 10px;
	border: 1px solid #848484;
	border-radius: 3px;
	line-height: 15px;
}
.filter_bar_chk_box_block input[type=checkbox]:checked + label:before {
	font-weight: bold;
	border: 1px solid #f94657;
	background-color: #f94657;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	background-image: url("/new-design-else/img/selection_2.svg");
	background-repeat: no-repeat;
	background-size: 13px;
}
.filter_bar_chk_box_block::-webkit-scrollbar{
	width: 10px;
}
.filter_bar_chk_box_block::-webkit-scrollbar-thumb,
.filter_bar_chk_box_block::-webkit-scrollbar-track {
	border-radius: 10px;
	border: 3px solid transparent;
	background-clip: padding-box;
}
.filter_bar_chk_box_block::-webkit-scrollbar-thumb{
	background-color: #999;
}
.filter_bar_chk_box_block::-webkit-scrollbar-track{
	background-color: #ddd;
}
.filter {
	font-family: "Exo 2 Condensed", sans-serif;
	font-weight: 600;
	font-size: 0.75rem;
	text-transform: uppercase;
	color: #535353;
	/*max-width: 262px; */
	margin: 0 auto 40px;
	position: relative;
	z-index: 0; }
.filter__block {
	margin-bottom: 25px; }
.filter_bar_inputs {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.filter_bar_input {
	width: 42%;
	height: 24px;
}
.filter_bar_input input {
	width: 100%;
	height: 100%;
	border: 1px solid #818181;
	border-radius: 3px;
	padding-left: 5px;
	font-size: 14px;
}
.filter_bar_inputs_separator {
	width: 4%;
	height: 2px;
	align-self: center;
	background-color: #323232;
}
.filter__block--slider {
	position: relative;
}
.filter__block--category {
	margin-bottom: 10px; }
.filter__head {
	background: #f9fafa;
	color: #535353;
	padding: 0 13px;
	line-height: 40px;
	height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	font-size: 0.875rem; }
.filter__head--category {
	background: none;
	padding-top: 0;
	padding-bottom: 0;
	color: #ae9f3d;
	height: auto;
	line-height: inherit;
	margin-bottom: 5px; }
.filter__row {
	font-weight: 600;
	display: block;
	cursor: pointer;
	padding: 5px 55px 5px 35px;
	position: relative;
	margin: 0;
	line-height: 1.3; }
.filter__row input[type=checkbox] {
	display: none; }
.filter__row input[type=checkbox]:checked ~ .checkbox::after {
	color: #c6bd83;
	content: "\f374"; }
.filter__row input[type=checkbox]:checked ~ .label {
	color: #ae9f3d; }
.filter__row input[type=checkbox]:checked ~ .sup {
	color: #ae9f3d; }
.filter__row input[type=checkbox]:disabled ~ .checkbox::after {
	content: "\f372"; }
.filter__row input[type=checkbox]:disabled ~ .label {
	color: #bcbcbc;
	text-decoration: line-through; }
.filter__row input[type=checkbox]:disabled ~ .sup {
	color: #bcbcbc; }
.filter__row .checkbox {
	height: 12px;
	width: 12px;
	position: absolute;
	display: block;
	margin: 0;
	left: 13px;
	top: 7px; }
.filter__row .checkbox::after {
	font-family: "Ionicons";
	content: "\f372";
	position: absolute;
	font-size: 1.0625rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #a0a0a0;
	font-weight: 400; }
.filter__row .sup {
	position: absolute;
	width: 50px;
	text-align: left;
	right: 0;
	top: 6px; }
.filter__row:hover .label {
	color: #ae9f3d; }
.filter__row.unactive {
	cursor: default; }
.filter__row--nosup .sup {
	opacity: 0; }
.filter__row--color .sup {
	border: 1px solid #f0f0f0;
	height: 14px !important;
	width: 14px !important;
	border-radius: 2px;
	overflow: hidden;
	right: 21px; }
.filter__body {
	padding: 0;
	background: #ffffff; }
.filter__body button + button {
	margin-top: 15px; }
.filter__button {
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
	color: #535353;
	background: #f9fafa;
	text-transform: uppercase;
	height: 40px;
	line-height: 38px;
	border: 0;
	padding-left: 15px;
	font-family: "Exo 2 Condensed", sans-serif;
	font-weight: 600;
	font-size: 0.875rem;
	cursor: pointer;
	margin: 0; }
.filter__button i {
	position: absolute;
	right: 10px;
	font-size: 0.875rem;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	transform-origin: 50% 50%;
	transition: transform 0.35s; }
.filter.is-active .filter__button i {
	transform: translateY(-50%) rotate(0deg); }
.filter__slider {
	padding-bottom: 4px;
	padding-top: 10px;
	margin-top: 7px;
}
.filter__more {
	width: 100%;
	text-align: center;
	border-top: 1px solid #eaeaea;
	text-transform: none;
	font-weight: 400;
	margin-top: -20px;
	margin-bottom: 25px; }
.filter__more a {
	text-decoration: none; }
.filter__category {
	margin-bottom: 25px; }

.ui-widget.ui-widget-content {
	border: 0;
	height: 2px;
	border-radius: 0;
	background: #c1c1c1; }

.filter_bar_price_slider .ui-slider-horizontal .ui-slider-range {
	background: #f94657;
	top: -1px;
	height: 2px;
}

.filter_bar_price_slider .ui-slider .ui-slider-handle {
	width: 4px;
	height: 11px;
	border: 0;
	background-color: #f94657;
	top: -5px;
	margin: 0 0 0 -2px;
	cursor: pointer;
	z-index: 1; }
.filter_bar_price_slider .ui-slider .ui-slider-handle:focus {
	outline: none; }
.filter_bar_price_slider .ui-slider .ui-slider-handle + .ui-slider-handle {
 }

.price-range-min, .price-range-max {
	font-size: 0.625rem;
	color: #a9a9a9;
	position: absolute;
	left: -11px;
	top: 9px;
	font-family: "Exo 2 Condensed", sans-serif;
	width: 30px;
	z-index: 10;
	background-color: #ffffff;
	display: block; }

.price-range-max {
	left: -20px;
	text-align: right; }

.range__zero {
	font-size: 0.625rem;
	color: #a9a9a9;
	position: absolute;
	margin-top: 9px;
	z-index: 5; }

.goods_wrapper goods {
	width: 80.9%;
}
.filter_btns {
	text-align: center;
}
.black_btn.apply_btn , .black_btn.reset_btn {
	width: 100%;
	height: 32px;
}
.apply_btn:hover {
	background-color: #f94657;
}
	.filter_btns .apply_btn input, .filter_btns .reset_btn a {
		display: block;
		font-size: 14px;
		width: 100%;
		height: 100%;
		text-align: center;
		line-height: 32px;
		letter-spacing: 0.025em;
	}
	.filter_btns .apply_btn input {
		background-color: #c1c1c1;
	}
	.reset_btn {
		background-color: transparent;
		border: 1px solid #d0d0d0;
		margin-top: 10px;
	}
	.reset_btn:hover {
		background-color: #f94657;
		border: 1px solid #f94657;
	}
	.reset_btn:hover a {
		color: #FFF;
	}
	.reset_btn a {
		color: #323232;
	}
	.filter_btns .reset_btn a:before {
		display: none;
	}

.carousel .slick-dots li button:before {
	content: "";
}

#main .p_h_midb {
	margin-top: 35px;
	margin-bottom: 20px;
}
.content_2 {
	margin-bottom: 20px;
	font-size: 1.7em;
	line-height: 30px;
	font-weight: 300;
}
.content_2 ul {
	padding-left: 20px;
}
.goods {
	width: 100%;
}
.goods:after {
	display:block;
	content: "";
	width: 100%;
	clear: both;
}
.goods_row {
	width: 100%;
}
.goods_row:after {
	display:block;
	content: "";
	width: 100%;
	clear: both;
}
.goods .rows_4 {
	width: 80%;
	float: left;
}
.goods .rows_4 > .float-left {
	width: 24%;
	margin-right: 1%;
}
.theme_of_art .goods_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	height: 100%;
}
.theme_of_art .goods_row > .float-left {
	width: 24%;
	margin-right: 0;
	margin-left: 1.3%;
	float: none;
}
.theme_of_art .goods_row > .float-left:first-child {
	margin-left: 0;
}
.theme_of_art .goods_row > .float-left:nth-child(5) {
	margin-left: 0;
}
.goods_row_left_sb {
	width: 19%;
	margin-right: 1%;
	float: left;
}
.goods_row .item_recom {
	width: 40%;
	border: 1px solid rgba(73, 73, 73, 0.90);
}
.goods_row .item_recom .float-left {
	width: 48%;
}
.goods_row .float-left {
	width: 18%;
	height: 435px;
	margin-left: 2%;
	position: relative;
}
.goods_row .first {
	margin-left: 0;
	margin-right: 1%;
	width: 19%;
}
.goods_row .float-left:hover {
	background-color: #f8f8f8;
}
.goods_row .float-left:hover:after {
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	content: "";
	background-color: transparent;
}
.goods_row .float-left > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
.item_img {
	height: 240px;
	width: 99%;
	text-align: center;
	border-bottom: 1px solid #c9c8c8;
	margin-bottom: 25px;
	margin-right: 1%;
	display: table;
	position: relative;
}
.item_img a {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.item_img img {
	max-width: 100%;
	max-height: 100%;
}
.item_new {
	width: 50px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #f5f5f5;
}
.item_new span {
	line-height: 20px;
}
.item_bally {
	height: 20px;
	position: absolute;
	bottom: 1px;
	right: 0;
	background-color: #e6e6e6;
	width: 100px;
	text-align: center;
}
.item_bally span {
	font-size: 14px;
	line-height: 20px;
}
.goods_row .float-left:hover .item_bally span {
	color: #ef4956;
}
.item_txt {
	padding: 0 15px;
	max-height: 75px;
	overflow: hidden;
}
.item_price_goods, .item_oldprice {
	position: absolute;
	bottom: 30px;
	left: 15px;
	font-size: 1.2em;
	z-index: 0;
}
.goods_row .black_btn {
	width: 43%;
	position: absolute;
	bottom: 30px;
	right: 15px;
	display: none;
	z-index: 2;
}
.goods_row .float-left:hover .black_btn {
	display: block;
}
.addtocart a:before {
	content: none;
}
.look_more {
	width: 100%;
	margin: 15px 0 100px;
	text-align: right;
}
.look_more a {
	font-size: 1.2em;
}
.wide_grey.news_scrl {
	margin-bottom: 0;
}
.news_list {
	width: 100%;
}
.news_list .news_block {
	width: 17%;
	height: 315px;
	position: relative;
}
.news_block .news_body_block {
	width: 220px;
	height: 315px;
	background-color: #fff;
}
.news_list .slick-arrow {
	background-size: auto !important;
	height: 40px;
}
.news_list .slick-arrow:before {
	content: none;
}
.news_list .slick-prev.slick-arrow {
	background: url("img/arrow-left_news.png");
	background-repeat: no-repeat;
	left: -30px;
}
.news_list .slick-next.slick-arrow {
	background: url("img/arrow-right_news.png");
	background-repeat: no-repeat;
	right: -30px;
}
.news_body_block a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.news_img {
	height: 220px;
	text-align: center;
	line-height: 220px;
	margin-bottom: 13px;
}
.news_body_block .news_img img{
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	vertical-align: middle;
}
.news_txt {
	max-height: 43px;
	margin: 0 5px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}
.news_txt span {
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.1em;
}
.news_date {
	position: absolute;
	bottom: 10px;
	left: 5px;
	padding-left: 10px;
	padding-bottom: 4px;
}
.news_date span {
	font-weight: 300;
}
.news_text_body {
	margin: 60px 15%;
}
.news_date_body {
	margin-bottom: 15px;
}
.news_date_body span {
	font-size: 1.3em;
	font-weight: 400;
}
.news_header_body {
	margin-bottom: 40px;
}
.news_header_body h1, .news_header_body span {
	font-size: 1.6em;
	font-weight: 600;
}
.news_img_body {
	text-align: center;
	margin-bottom: 40px;
}
.news_img_body img {
	max-width: 100%;
	min-height: 100%;
}
.news_text_body .news_cont_header {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 0;
}
.news_text_body > p {
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 25px;
}
.news_scroll {
	height: 145px;
}
.news_scroll .flex_container {
	margin: 0 15%;
}
.news_scrl_left, .news_scrl_right {
	width: 50%;
	position: relative;
}
.news_scrl_left {
	padding-right: 20px;
}
.news_scrl_right {
	text-align: right;
	padding-left: 20px;
}
.news_scrl_left a, .news_scrl_right a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
.news_scrl_date {
	margin: 30px 0 10px;
	line-height: 25px;
}
.news_scrl_left .news_scrl_date img {
	vertical-align: text-top;
	margin-right: 5px;
}
.news_scrl_right .news_scrl_date img {
	vertical-align: text-top;
	margin-left: 5px;
}
.news_scrl_date span {
	font-size: 1.3em;
	font-weight: 200;
}
.news_scrl_left .news_scrl_name {
	margin-left: 30px;
}
.news_scrl_right .news_scrl_name {
	margin-right: 30px;
}
.news_scrl_name span {
	font-size: 1.5em;
	font-weight: 600;
}
.grey_f7 {
	background-color: #f7f7f7;
}
.grey_f7 .cc .mc-head {
	margin-top: 0 !important;
	padding-top: 10px !important;
}
.grey_f9 {
	background-color: #f9f9f9;
}
.news_text_body ul {
	margin-left: 25px;
}
.news_text_body ul li {
	font-size: 1.6em;
	line-height: 25px;
}
.brands_block {
	margin: 0 -5px;
	overflow: hidden;
	-webkit-transition: height 1s;
	-moz-transition: height 1s;
	-ms-transition: height 1s;
	-o-transition: height 1s;
	transition: height 1s;
}
.brands_block_mh {
	max-height: 375px;
}
.brand_single {
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	background-color: #e5e5e5;
	flex: 0 0 calc(20% - 10px);
	margin: 5px;
	height: 115px;
}
.brand_single a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
.brand_single img {
	align-self: center;
}
.brands_show_all {
	width: 100%;
	text-align: right;
	margin: 50px 0 100px;
}
.brands_show_all a {
	font-size: 1.2em;
	text-decoration: underline;
}
.wide_grey {
	width: 100%;
	padding-bottom: 90px;
	margin-bottom: 95px;
	background-color: #f5f5f5;
}
.wide_grey .goods_row .float-left:hover {
	background-color: #ffffff;
}
.filmmaker_logo {
	text-align: center;
	margin: 15px 0 20px;
}
.filmmaker_txt {
	margin: 0 10px 60px;
	text-align: center;
}
.filmmaker_txt span {
	font-size: 1.6em;
	font-weight: 200;
	line-height: 25px;
}
.brand_img {
	margin: 60px 0;
}
.brand_h {
	margin-top: 20px;
	font-size: 1.7em;
	font-weight: 600;
	line-height: 30px;
}
.mt40 {
	margin-top: 40px;
}
.brand_txt {
	font-size: 1.7em;
	font-weight: 200;
	line-height: 30px;
}
.brand_txt_img {
	margin: 20px 0 40px;
}
.line_65 .p_h_mid17_sb {
	height: 65px;
	line-height: 65px;
}
.sort_new {
	width: 225px;
}
.sort_new label {
	display: block;
	font-size: 1em;
	line-height: 18px;
	margin: 4px 0 6px;
	color: #818181;
}
.sort_new #sort_sel {
	width: 99% !important;
	height: 28px;
}
.sort_new .select2-container--default .select2-selection--single {
	border-radius: 0;
	border-color: #b4b4b4;
}
.folders_pic {
	width: 100%;
	position: relative;
}
.folders_pic > div {
	position: relative;
}
.folder1 {
	width: 29%;

}
.folder234 {
	width: 49%;
	position: relative;
}
.folder34 {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.folder34 > div {
	width: 48%;
	position: relative;
}
.folder34:after {
	display:block;
	content: "";
	width: 100%;
	clear: both;
}
.folder5 {
	width: 19%;
}

.folders_pic img {
	width: 100%;
}
.text_over {
	position: absolute;
	position: absolute;
	top: 25px;
	left: 25px;
}
.folders_pic .p_h_bigs {
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}
.item_sale {
	width: 50px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000000;
}
.item_sale span {
	line-height: 20px;
	color: #ffffff;
}
.item_preorder {
	width: 150px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #f94657;
}
.item_preorder span {
	line-height: 20px;
	color: #ffffff;
}
.item_oldprice {
	bottom: 60px;
}
.item_oldprice.item_rrc span {
	text-decoration: none;
}
.item_oldprice span {
	color: #7f7e7c;
	font-size: 12px;
	line-height: 18px;
}
.item_oldprice .item_price {
	text-decoration: line-through;
}
.shipment {
	width: 100%;
	position: relative;
	margin-bottom: 95px;
}
.shipment img {
	width: 100%;
	min-height: 210px;
}
.shipment .p_h_big, .shipment .p_h_mid {
	position: absolute;
	left: 4%;
	color: #ffffff;
}
.shipment .p_h_big {
	text-transform: uppercase;
	top: 18%;
}
.shipment .p_h_mid {
	bottom: 18%;
}
.shipment .black_btn {
	width: 135px;
	position: absolute;
	right: 4%;
	bottom: 19%;
}
#pages {
	width: 100%;
	margin-top: 70px;
	margin-bottom: 90px;
}
.goods_row .menu-h {
	margin-bottom: 90px;
}
.goods_row + .menu-h {
	margin-top: 20px;
	margin-bottom: 90px;
}
.menu-h {
	width: 100%;
}
.menu-h li {
	list-style: none;
	display: inline-block;
}
.menu-h a {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 10px;
	background-color: #f5f5f5;
	font-size: 1.2em;
	line-height: 30px;
	text-align: center;
}
.menu-h a:first-child {
	background-color: #f5f5f5;
}
.menu-h a:hover {
	background-color: #f94657;
	color: #ffffff;
}
.menu-h .selected a {
	background-color: #323232;
	color: #ffffff;
}
.pgn_img {
	display: inline-block;
	vertical-align: -75%;
	background-color: #f5f5f5;
	margin-right: 10px;
}
/*------ GOODS Card*/
.h1_prod_add {
	margin-right: 4%;
}
.h1_prod_add > div.flex_block {
	margin-top: 35px;
	margin-bottom: 20px;
}
.h1_prod_add > div.flex_block > a {
	font-size: 20px;
	border-bottom: 1px solid #323232;
	display: inline-block;
}
.h1_prod_add > div.flex_block > a:hover {
	border-bottom: 1px solid #f94454;
}
.goods_card {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 40px;
}
.goods_card.devide {
	margin-top: 20px;
}
.grey_bg {
	background-color: #f3f3f3;
}
.goods_card.devide .grey_bg {
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 0px;
}
.card_info {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c8c8;
}
.card_info.flex_container {
	justify-content: space-around;
}
.card_info .flex_block:first-child {
	text-align: left;
}
.card_info .flex_block:last-child {
	text-align: right;
}
.share {
	height: 32px;
	position: relative;
}
.share_visible img {
	width: 25px;
}
.share_visible > a {
	display: inline-block;
}
.share_text {
	font-size: 15px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: 6px;
}
.share_sm_block {
	height: 54px;
	display: none;
	position: absolute;
	top: -72px;
	left: 0;
	background-color: #fff;
	box-shadow: 1px 1px 4px 1px #7f7e7c;
}
.share_sm_block .flex_container {
	position: relative;
}
.share_sm_block .flex_container:before {
	display: block;
	position: absolute;
	bottom: -5px;
	left: 13px;
	content: "";
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	box-shadow: 1px 1px #7f7e7c;
	background-color: #fff;
}
.share_sm_block a {
	line-height: 54px;
}
.share_sm_block img {
	width: 31px;
	margin: 0 10px;
	vertical-align: middle;
}
.share_sm_block .cross {
	display: inline-block;
	margin: 5px;
	line-height: inherit;
}
.share_sm_block .cross img {
	width: 10px;
	margin: 0;
}
#share_sm_dlock_id.show_sm_block {
	display: block;
}
.st_and_rev {
	padding-top: 20px;
}
.st_and_rev a > * {
	display: inline-block;
	vertical-align: top;
}
.st_and_rev a > span {
	font-size: 15px;
	margin-left: 10px;
	display: inline-block;
	border-bottom: 1px solid #323232;
}
.st_and_rev a:hover > span {
	border-bottom: 1px solid #f94454;
}
.vk_like {
	height: 40px;
}
.card_img {
	width: 78%;
	height: 595px;
	line-height: 595px;
	text-align: center;
	margin-left: 7%;
}
.card_img img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.card_thumbs {
	width: 15%;
	min-width: auto;
	height: 595px;
	margin: 0 auto;
	overflow: hidden;
}
.card_th_cont {
	width: 100%;
	height: auto;
}
.card_th_cont > button, .var_cont > button, .var_cont > button:focus {
	background: url("img/arrow-right.svg");
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 25px !important;
}
.card_th_cont > button:hover, .card_th_cont > button:visited, .var_cont > button:hover, .var_cont > button:visited {
	background: url("img/arrow-right-red.svg");
}
.card_th_cont > button:first-child, .var_cont > button:first-child, .card_th_cont > button:first-child:visited, .var_cont > button:first-child:visited {
	background: url("img/arrow-left.svg");
}
.card_th_cont > button:first-child:hover, .var_cont > button:first-child:hover {
	background: url("img/arrow-left-red.svg");
}
.card_th_cont > button:before, .var_cont > button:before {
	content: "";
}
.slick-list, .slick-track {
	height: 100%;
}
.vert_thumbs .slick-list, .vert_thumbs .slick-track {
	height: auto;
}
.vert_thumbs .slick-list.draggable {
	margin-top: 50px;
}
.slick-track {
	width: 1000% !important;
}
.vert_thumbs .slick-track {
	width: 100% !important;
}
.card_th_cont .slick-prev.slick-arrow {
	background: url("img/scroll-left.svg");
	bottom: -25px;
	left: 35%;
	top: unset;
	transform: rotate(-90deg);
	background-size: auto !important;
	background-repeat: no-repeat;
}
.vert_thumbs .card_th_cont > button:first-child:hover {
	background: url("img/scroll-left-red.svg");
	background-repeat: no-repeat;
}

.card_th_cont .slick-next.slick-arrow {
	background: url("img/scroll-right.svg");
	top: -35px;
	right: unset;
	left: 35%;
	bottom: unset;
	transform: rotate(-90deg);
	background-size: auto !important;
	background-repeat: no-repeat;
}
.vert_thumbs .card_th_cont > button:hover {
	background: url("img/scroll-right-red.svg");
	background-repeat: no-repeat;
}
.card_thumbs:after {
	display:block;
	content: "";
	width: 100%;
	clear: both;
}
.card_thumbs a.slick-slide {
	width: 99% !important;
	height: 80px;
	display: inline-block;
	margin-top: 5% !important;
	margin-bottom: 5% !important;
	border: 1px solid #c9c8c8;
	line-height: 76px;
	text-align: center;
}
.card_thumbs a:first-child{
	margin-left: 0;
}
.card_thumbs a:hover {
	border-color: #323232;
}
.card_thumbs a img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}
.right_bl {
	width: 59%;
}
.card_price {
	width: 100%;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.card_price>.flex_container .flex_block > span {
	display: block;
}
.card_price .old_pr > span {
	display: block;
	text-align: left;
}
.card_price>.flex_container > .flex_block {

}
.card_price > .flex_container {
	justify-content: center;
	align-items: baseline
}
.card_price>.flex_container > .flex_block:last-child {
	margin-left: 15px;
}
.card_price>.flex_container .flex_block span.p_h_mids {
	font-size: 16px;
	color: #696969;
}
.card_price>.flex_container .flex_block span.act_price {
	margin-top: 8px;
}
.card_price .bonus_cost {
	font-size: 16px;
	font-weight: 500;
	color: #ef4956;
}
.card_price .act_price, .act_price + .ruble {
	font-size: 2em;
	font-weight: bold;
}
.act_price + .ruble {
	display: inline-block;
	margin-right: 25px;
}
.card_price .p_h_mids {
	color: #7f7e7c;
	line-height: 60px;
	text-decoration: line-through;
}
.right_bl .card_price .p_h_mids {
	line-height: 15px;
}
.card_price.opt .p_h_mids {
	font-size: 18px;
	margin-left: 23px;
	text-decoration: none;
}
.card_price.opt .p_h_mids .ruble {
	color: #7F7E7C;
}
.card_info .black_btn {
	margin: 15px 0 0;
	width: 60%;
}
.card_info .right_bl .black_btn {
	margin: 10px 0 0;
	width: 100%;
}
.card_info .black_btn input[type="submit"] {
	font-size: 16px;
}
.exist {
	width: 100%;
}
.exist span:first-child {
	display: inline-block;
	margin-right: 10px;
}
.flex_block.devide.ado:before {
	display: block;
	width: 100%;
	height: 40px;
	content: "";
	clear: both;
}
.card_info .ado .exist {
	color: #323232;
}
.flex_block.devide .float-right {
	text-align: right;
}
.flex_block .exist .info_num {
	margin-right: 0;
}
.card_info p span{
	display: inline-block;
}
.ado {
	font-size: 1.3em;
	line-height: 20px;
}
.ado_bl	{
	margin-top: 25px;
}
.ado_bl .flex_block p, .ado_bl .flex_block span {
	font-size: 16px;
	margin-bottom: 10px;
}
.var_goods {
	width: 100%;
	height: 196px;
	border-bottom: 0px;
	margin-bottom: 35px;
	margin-top: 20px;
	overflow: hidden;
}
.dif_colors_h {
	width: 100%;
	height: 34px;
	text-align: center;
}
.dif_colors_h span {
	line-height: 25px;
	font-size: 13px;
	display: inline-block;
	margin: 0 5px;
}
.dif_colors_h span.active {
	border-bottom: 1px solid #323232;
}
.dif_colors_h span.inactive {
	text-decoration: underline;
	cursor: pointer;
}
.dif_colors_h span.inactive:hover {
	color: #f94657;
}
#dif_tabs li, #dif_tabs span {
	line-height: 25px;
	font-size: 13px;
	display: inline-block;
	margin: 0 5px;
}
#dif_tabs li.active {
	border-bottom: 1px solid #323232;
}
#dif_tabs li.inactive {
	text-decoration: underline;
	cursor: pointer;
}
#dif_tabs li.inactive:hover {
	color: #f94657;
}
#dif_tabs_container .var_cont.slick-initialized.slick-slider.active {
	position: relative !important;
}
.var_cont {
	width: 84%;
	height: 162px;
	margin: 0 auto;
}
.var_cont a {
	width: 3.1%;
	height: 100%;
	display: inline-block;
	margin-left: 0.3% !important;
	border: 5px solid none;
	text-align: center;
	line-height: 158px;
}
.var_cont a:first-child {
	margin-left: 0%;
}
.var_cont a:hover {
	border-bottom: 5px solid #323232;
}
.var_cont a.current_item {
	border-bottom: 5px solid #323232;
}
.var_cont a img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.delivery_vars {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c8c8;
}
.del_vars_cont {
	width: 59%;
	margin: 0 auto;
}
.dvc_h {
	font-size: 16px;
	font-weight: 600;
}
.dvc_h span {
	display: inline-block;
	border-bottom: 1px solid #323232;
}
.del_vars_cont > div {
	margin-bottom: 10px;
}
.del_vars_cont span {
	font-size: 16px;
}
.del_vars_cont img {
	width: 12px;
	vertical-align: 5px;
}
.delivery_vars .flex_container {
	justify-content: space-around;
	margin: 10px 0;
}
.delivery_vars .img_plus {
	height: 15px;
	vertical-align: top;
}
.offer_profits {
	margin-top: 23px;
	text-align: center;
}
.offer_profits_cont {
	width: 59%;
	margin: 0 auto;
}
.offer_profits .flex_container {
	justify-content: space-around;
}
.offer_profits img {
	height: 45px;
	margin-bottom: 12px;
}
.offer_profits .flex_block:last-child img {
	height: 41px;
	margin-top: 2px;
	margin-bottom: 14px;
	display: inline-block;
}
.offer_profits p {
	text-decoration: underline;
}
.offer_profits p span {
	display: inline-block;
	border-bottom: 0px solid #323232;
	margin-top: 3px;
}
.to_add {
	margin-top: 25px;
}
.ta_left, .ta_right {
	width: 100%;
}
.ta_left input[type="submit"] {
	margin-right: 15px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.ta_right a {
	margin-left: 10px;
}
.to_add img {
	vertical-align: text-top;
	height: 14px;
}
#tabs {
	width: 100%;
	margin-top: 45px;
	position: relative;
}
.h_tabs {
	width: 100%;
	height: 50px;
	z-index: 2;
	position: relative;
	overflow: hidden;
}
.h_tabs li {
	height: 100%;
	display: inline-block;
}
.h_tabs a.active {
	border: 1px solid #c9c8c8;
	border-bottom: 1px solid #ffffff;
	margin: 0;
}
.h_tabs a {
	width: 100%;
	height: 100%;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	padding: 0 10px;
	margin: 1px 1px 0 1px;
}
.h_tabs li .tabulous_active {
	border: 1px solid #c9c8c8;
	border-bottom: 1px solid #ffffff;
}
.h_tabs a:hover {
	border: 1px solid #c9c8c8;
	border-bottom: 1px solid #ffffff;
	margin: 0;
}
#tabs_container {
	border-top: 1px solid #c9c8c8;
	margin-top: -1px;
	padding-top: 10px;
	position: relative;
	overflow: hidden;
	background: white;
	z-index: 1;
}
#tabs_container > div {
	top:0;
}
#tabs_container .goods_row .float-left {
	width: 23%;
	height: 185px;
}
#tabs_container .item_img {
	width: 100%;
	height: 115px;
	border-bottom: none;
	margin-bottom: 0;
}
#tabs_container .item_txt {
	padding: 0;
	line-height: 18px;
	max-height: 35px;
	font-weight: 300;
}
#tabs_container .item_price_goods {
	bottom: 0;
	left: 0;
}
.also_buy {
	border-top: 1px solid #b4b4b4;
}
.also_buy .container > .p_h_mids {
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0 20px;
}
.also_buy .goods_row .float-left {
	width: auto;
	height: 315px;
	margin: 0 8px;
}
.also_buy .item_img {
	height: 185px;
	margin-bottom: 20px;
}
.also_buy .item_img img {
	max-height: 185px;
	text-align: center;
	margin: 0 auto;
}
.also_buy .item_new {
	width: 40px;
	height: 17px;
	bottom: 1px;
}
.also_buy .ml_text {
	font-size: 0.8em;
	line-height: 17px;
}
.also_buy .item_txt {
	padding-left: 3px;
	max-height: 48px;
}
.also_buy .item_txt .p_h_mids {
	font-size: 1em;
	line-height: 16px;
}
.also_buy .item_price_goods {
	left: 3px;
}
.also_buy .item_price_goods span {
	font-size: 1.1em;
}
.also_buy .addtocart {

}
.also_buy .addtocart .black_btn {
	width: 43%;
	height: 30px;
}
.also_buy .addtocart input[type="submit"] {
	font-size: 0.8em;
	line-height: 30px;
}
.also_buy button.slick-prev, .cart_also_buy button.slick-prev {
	background: url("img/scroll-left.svg");
	left: -60px;
}
.cart_also_buy button.slick-prev {
	left: -5%;
}
.also_buy button.slick-prev:hover, .cart_also_buy button.slick-prev:hover {
	background: url("img/scroll-left-red.svg");
	background-repeat: no-repeat;
}
.also_buy button.slick-next, .cart_also_buy button.slick-next {
	background: url("img/scroll-right.svg");
	right: -60px;
}
.cart_also_buy button.slick-next {
	right: -7%;
}
.also_buy button.slick-next:hover, .cart_also_buy button.slick-next:hover {
	background: url("img/scroll-right-red.svg");
	background-repeat: no-repeat;
}
.also_buy button.slick-arrow, .cart_also_buy button.slick-arrow {
	background-repeat: no-repeat;
}
.also_buy button.slick-arrow:before, .also_buy button.slick-arrow:after, .cart_also_buy button.slick-arrow:before, .cart_also_buy button.slick-arrow:after {
	content: "";
}
.sub_line_grey {
	height: 65px;
	background-color: #efefef;
}
.sub_line_grey .flex_container {
	justify-content: center;
}
.sub_line_grey .flex_block {
	line-height: 65px;
	margin: 0 12px;
}
.sub_line_grey a {
	font-size: 16px;
}
.sub_line_grey .separator {
	height: 16px;
	width: 1px;
	background-color: #000000;
	margin-top: 24px;
}
.wide_table_img {
	position: relative;
}


tr.wide_table_img td {
	padding-left: 0;
	padding-right: 0;
	position: relative;
	width: 100%;
}

.wide_table_img>td>img,.wide_table_img>td>video {
	width: 100%;
}


.wide_table_img td div {
	position: absolute;
	top: 70px;
	width: 30%;
	right: 35%;
}




.table_cont_eq {
	background-color: #f7f7f7;
}

.table_cont_eq.no_bg {
	background: none;
}
.table_cont_eq.no_bg:before {
	display: none;
}
.table_cont_eq > div > p > img {
	min-width: 100%;
}


.table_cont_eq table {
	width:100%;
	border-spacing: 0;
}
.table_cont_eq tr {
	width: 100%;
}
.table_cont_eq td{
	width: 50%;
	padding: 40px 8%;
	font-size: 1.7em;
	line-height: 30px;
	font-weight: 300;
}
.table_cont_eq .no_pad_img {
	padding: 0;
}
.table_cont_eq tr td img{
}
.table_cont_eq td table td {
	font-size: 1em;
	padding: 0;
}
.table_cont_eq img {
	max-width:100%;
	vertical-align: bottom;
}
.vk_comm {
	padding-top: 40px;
	padding-bottom: 40px;
}
#upper_tabs {
	width: 100%;
	position: relative;
	z-index: 4;
}
.upper_tabs_empty {
	display: none;
	height: 40px;
	width: 100%;
}
.good_tabs_bot {
	justify-content: space-around;
}
.grey_line {
	background-color: #dadada;
	width: 100%;
	height: 40px;
}
.good_tabs_bot {
	padding: 0 7%;
}
.good_tabs_bot .flex_block {

}
.good_tabs_bot span, .good_tabs_bot a {
	line-height: 40px;
	font-size: 16px;
	text-transform: uppercase;
	color: #101010;
}
.good_tabs_bot a {
	font-weight: 500;
}
.good_tabs_bot a:hover {
	color: #ec383c;
}
.good_tabs_bot a.active_up_tab {
	color: #ec383c;
}
/*
			.good_tabs_bot div.active a.active {
				color: #ec383c;
			}*/
.goods_tab_bot_cont {
	margin-top: 20px;
	margin-bottom: 75px;
	padding-bottom: 40px;
}
.goods_tab_bot_cont .p_h-2 {
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 30px;
}
.goods_tab_bot_cont .prop_table {

}
.prop_table table {
	margin: 10px 0 0;
}
.prop_table table tr {
	padding: 0 30px;
}
.prop_table table tr:nth-child(odd) {
	background-color: #e6e6e6;
}
.prop_table table td {
	padding: 10px 10px 10px 30px;
	line-height: 20px;
	font-size: 17px;
}
.prop_table table td:first-child {
	width: 30%;
	border-right: 3px solid #f7f7f7;
}
.helpful_cont {
	width: 100%;
}
.helpful_cont.flex_container {
	justify-content: flex-start;
}
.helpful_cont .helpful-cont-block {
	height: 295px;
	width: 31%;
	margin-left: 4%;
	background-color: #e6e6e6;
	overflow: auto;
}
.helpful_cont .helpful-cont-block:first-child {
	margin-left: 0;
}
.helpful-cont-block_Real_height {
	height: auto !important;
}
.helpful-cont-block .p_h {
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 25px;
	padding-left: 30px;
	margin-bottom: 35px;
}
.helpful_cont_dwnld {
	margin-bottom: 43px;
	padding: 0 30px 0 30px;
}
.helpful_cont_dwnld.flex_container, .helpful_cont_ytb.flex_container, .helpful_cont_app.flex_container {
	justify-content: left;
}
.helpful_cont_dwnld span {
	line-height: 21px;
	font-size: 16px;
}
.helpful_cont_dwnld .btn_dwnld {
	width: 87px;
	height: 21px;
	background-color: #fff;
	border: 1px solid #101010;
	font-size: 12px;
	text-align: center;
	margin-right: 20px;
	min-width: 87px;
}
.helpful_cont_dwnld .btn_dwnld a {
	display: block;
}
.helpful_cont_ytb {
	margin-bottom: 36px;
	padding: 0 10px 0 30px;
	margin-top: -6px;
}
.helpful_cont_ytb span {
	line-height: 18px;
	font-size: 16px;
}
.helpful_cont_ytb span:first-child {
	margin-right: 17px;
	min-width: 49px;
}
.helpful_cont_ytb span:last-child {
	margin-top: 8px;
	max-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 70%;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.helpful_cont_ytb span a {
	display: block;
}
.helpful_cont_app {
	margin-bottom: 43px;
	padding: 0 10px 0 30px;
	margin-top: -3px;
}
.helpful_cont_app span {
	line-height: 25px;
	font-size: 16px;
}
.helpful_cont_app span:first-child {
	margin-right: 17px;
	min-width: 49px;
}

/*------ END GOODS Card*/
/*------ Autocomplete */
.autocomplete-suggestions {
	border: 1px solid #c9c8c8;
	background-color: #ffffff;
	margin-top: 1px;
	z-index: 3 !important;
}
.autocomplete-suggestion {
	width: 100%;
	height: 50px;
	padding: 0 12px;
	margin: 13px 0;
}
.autocomplete-suggestion .autocomplete-img {
	margin-right: 5px;
	width: 22%;
}
.autocomplete-info {
	line-height: 18px;
	width: 75%;
}
.autocomplete-info > a {
	display: block;
	height: 34px;
	overflow: hidden;
}
.autocomplete-info > span {
	color: #7e7e7e;
}
.autocomplete-suggestion .show-all {
	line-height: 50px;
	display: block;
	width: 100%;
}
/*------ Modals*/
.hint {
	width: 55%;
	height: 290px;
	margin: 0 auto;
	background-color: #ffffff;
	position: relative;
}
.hint-left {
	width: 36%;
	height: 100%;
	text-align: center;
	display: inline-block;
	line-height: 290px
}
.hint-left img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.hint-right {
	width: 64%;
	height: 100%;
	display: inline-block;
	line-height: 290px
}
.hint-right > div {
	vertical-align: middle;
	display: inline-block;
}
.hint-right .p_h_mids {
	font-weight: 300;
}
.hint_header {
	font-size: 1.7em;
	line-height: 24px;
	margin-bottom: 25px;
	font-weight: 600;
}

button.mfp-close {
	color: #323232;
	font-size: 15px;
	font-weight: bold;

}
button.mfp-close img {
	width: 17px;
	margin-top: 13px;
}
.hint.dop {
	height: auto;
}
.hint.dop .hint_header {
	margin-bottom: 25px;
}
.hint_wrap {
	padding: 20px 20px 0;
}
.hint_wrap h1 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 25px;
}
.hint_wrap p {
	font-size: 21px;
	font-weight: 300;
	padding-bottom: 25px;
}
.hint_wrap ul li {
	font-size: 21px;
	font-weight: 300;
	margin-left: 23px;
	padding-bottom: 25px;
	list-style-type: square;
}
.cart_cont button.mfp-close {
	margin-right: 13px;
	line-height: 35px;
	height: 35px;
	width: 100px;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none; }
button::-moz-focus-inner {
	padding: 0;
	border: 0; }

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	color: #f94454; }
.mfp-close:active {
	top: 1px; }
.geo_manual {
	width: 55%;
	min-height: 250px;
	margin: 0 auto;
	background-color: #ffffff;
	position: relative;
}
.cont_mod {
	width:100%;
	padding: 20px;
	position: relative;
}
.cities_list {
	margin: 20px 10px;
}
.cities_list ul {
	list-style-type: none;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-width: 165px;
	-moz-column-width: 165px;
	column-width: 165px;
	-webkit-column-gap: 4em;
	-moz-column-gap: 4em;
	column-gap: 4em;
	-webkit-column-rule: 1px dotted #ddd;
	-moz-column-rule: 1px dotted #ddd;
	column-rule: 1px dotted #ddd;

}
.cities_list ul li {
	font-size: 1.3em;
	line-height: 24px;
}
.cities_list ul li:hover {
	cursor: pointer;
	color: #f94454;
}
.cont_mod.call_popup .one_click div {
	width: 100%;
}
.call_popup label {
	display: block;
	margin-bottom: 5px;
	font-size: 1.3em;
}
.call_popup input {
	margin-bottom: 10px;
	font-size: 1.2em;
}
.call_popup input::-webkit-input-placeholder, .call_popup textarea::-webkit-input-placeholder {
	color: #aaa;
}
.call_popup input::-moz-placeholder, .call_popup textarea::-moz-placeholder {
	color: #aaa;
}
.call_popup textarea {
	width: 100%;
	height: 70px;
	padding-left: 5%;
	padding-top: 5px;
	font-size: 1.2em;
	line-height: 18px;
}
.cont_mod.call_popup .black_btn {
	width: 49%;
	display: inline-block;
}
.call_popup .black_btn a {
	color: #ffffff;
}
.to_toggle {
	display: none;
}
.mfp-content .mfp-figure:after {
	background-color: #ffffff;
}
.cart_message {
	min-height: 200px;
	width: 45%;
	min-width: 460px;
}
.cart_message.min_h_auto{
	min-height: auto;
}
.cart_message .cont_mod {
	height: 100%;
}
.cart_message form {
	width: 100%;
	height: 100%;
}
.cart_message_txt {
	width: 100%;
	height: 80%;
	text-align: center;
}
.cart_message_txt p {
	font-size: 1.5em;
	line-height: 40px;
	text-align: center;
}
.cart_message_txt div:first-child input {
	width: 100%;
	line-height: 38px;
	border: 1px solid #c9c8c8;
	border-radius: 0;
	padding-right: 30px;
	padding-left: 5%;
	-webkit-appearance: none;
}
.cart_message_txt.thanks{
	font-size: 18px;
	margin-top: 65px;
}
.one_click {
	margin-top: 20px;
}
.one_click > div:first-child {
	width: 67%;
	text-align: left;
	margin-right: 1%;
}
.one_click .black_btn {
	width: 32%;
}
.one_click:after {
	display: block;
	content: "";
	width: 100%;
	clear: both;
}
.cart_message_btn {
	margin-top: 20px;
}
.cart_message_btn > .black_btn {
	width: 47%;
}
.cart_message_btn > .mark {
	margin: 0 2%;
}
.cart_message_btn:after {
	display:block;
	content: "";
	width: 100%;
	clear: both;
}
/*------ END Modals*/
/*------ END CONTENT*/

/*------ FOOTER*/
#footer {
	height: 295px;
	width: 100%;
	min-width: 1150px;
	background-color: #f5f5f5;
	color: #000000;
	position: relative;
	margin-top: -295px; /* negative value of footer height */
	clear:both;
}
#footer:before, .wide_grey:before, .table_cont_eq:before {
	height: 1px;
	width: 100%;
	margin: 0 0 30px;
	display: block;
	background-color: transparent;
	box-shadow: 0 4px 8px rgba(149,149,149,0.1);
	content: "";
}
.table_cont_eq:before {
	margin: 0 0 0px;
}
.footer_wrap {
	height: 294px;
	width: 100%;
}
.footer_upper {
	height: 80%;
	width: 100%;
}

/* #footer container описано в content */

#footer .flex_block {
	width: 10%;
	min-width: 135px;
	line-height: 1.8em;

	/*display: inline;  /* IE7- */
	/*zoom: 1; /* IE7- */
}

#footer .flex_block.shop_foot {
	min-width: 215px;
}

#footer .flex_block.wideplus1 {
	width:  20%;
}

#footer .flex_block:first-child {
	min-width: 155px;
}
#footer .flex_block.last {
	margin-right: 0;
	min-width: 255px;
	max-width: 310px;
}
.col_name {
	margin-bottom: 25px;
}
.col_name > span {
	font-size: 1.3em;
	font-weight: bold;
	color: #7f7e7c;
}
.footer_about {

}
.footer_about li {
	list-style: none;
}
.footer_about a {
	font-size: 1.2em;
	color: #7f7e7c;
	text-decoration: underline;
	font-weight: 300;
}
.footer_info {
	color: #7f7e7c;
	font-size: 1.2em;
}
.pay_logo img{
	display: inline-block;
	margin: 0 25px 5px 0;
	vertical-align: middle;
}

.footer_bottom {
	background-color: #ececec;
	height: 20%;
	width: 100%;
}
.footer_bottom:before {
	height: 40%;
	width: 100%;
	display: block;
	content: "";
}
.footer_bottom span, .footer_bottom a {
	color: #7f7e7c;
}
.footer_bottom .last {
	margin-top: -3px;
}
.footer_bottom .last img {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
	height: 16px;
}

/*------ END FOOTER*/

/* Убираем Гугловый счетчик, а то белая строка в футере */
iframe[name="google_conversion_frame"] {
	display: none;
}




.remont1 > * {
	width: 100%;
}

.remont1 #category_description>* {
	width: 100%;
}
table.remont2 img {
	vertical-align: -9px;
}


/*классы для контента*/
.no_pad_img.to_center {
	text-align: center;
}

.no_pad_img.to_right {
	text-align: right;
}

h3.old{
	font-size: 25px;
	font-weight: 600;
}

.folders_pic .p_h_bigs {font-size: 2.1em;}

#my-nav .menu-h a{
	width: 100px !important;
}

@media (max-width: 1300px) {
	.also_buy .goods_row {
		margin-left: auto;
		margin-right: auto;
		width: 88%;
	}
	.wide_grey .news_list {
		margin-left: auto;
		margin-right: auto;
		width: 88%;
	}
}

.catlist {

	overflow: hidden;

}

#loadImg{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	left: 0;
	right: 0;
	display: none;
}


.cart_main {
	font-family: 'sf_ui_display' !important;
	font-size: 12pt;
}

.cart_h1 {
	font-size: 22pt;
}

.cart_margin_30 {
	margin-top: 30px
}

.cart_margin_20 {
	margin-top: 20px
}

.cart_margin_50 {
	margin-top: 50px
}

.cart_block_gray {
	background-color: #efefef;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
}

.cart_display {
	display: inline-block;
}

.tinkoffPayRow {
	display: inline-block;
	background-color: #323232;
	border-radius: 10px;
	color: white;
	padding: 8px;
	margin-left: 10px;
	border-color: #323232;
}

a.img_soc_cart {
	background: url(/new-design-else/img/vk2.svg);
	display: inline-block;
	width: 35px;
	height: 35px;
}
a.img_soc_cart:hover {
	background: url(/new-design-else/img/vk_red.svg);
}

a.img_soc_cart1 {
	background: url(/new-design-else/img/youtube2.svg);
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-left: 12px;
}
a.img_soc_cart1:hover {
	background: url(/new-design-else/img/youtube_red.svg);
}

a.img_soc_cart2 {
	background: url(/new-design-else/img/instagram2.svg);
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-left: 12px;
}
a.img_soc_cart2:hover {
	background: url(/new-design-else/img/facebook2.svg);
}

a.img_soc_cart3 {
	background: url(/new-design-else/img/facebook2.svg);
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-left: 12px;
}
a.img_soc_cart3:hover {
	background: url(/new-design-else/img/facebook_red.svg);
}
.processing{
	position: relative;
}
.processing:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.75);
	background-size: 42px;
	background-position: center;
	background-repeat: no-repeat;
}

.sp--w:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='303px' height='303px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect x='48' y='28' rx='2' ry='3.24' width='4' height='12' fill='%23ffffff'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.8888888888888888s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(40 50 50)'%3E%3Crect x='48' y='28' rx='2' ry='3.24' width='4' height='12' fill='%23ffffff'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.7777777777777778s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(80 50 50)'%3E%3Crect x='48' y='28' rx='2' ry='3.24' width='4' height='12' fill='%23ffffff'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.6666666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect x='48' y='28' rx='2' ry='3.24' width='4' height='12' fill='%23ffffff'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5555555555555556s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(160 50 50)'%3E%3Crect x='48' y='28' rx='2' ry='3.24' width='4' height='12' fill='%23ffffff'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.4444444444444444s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(200 50 50)'%3E%3Crect x='48' y='28' rx='2' ry='3.24' width='4' height='12' fill='%23ffffff'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.3333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect x='48' y='28' rx='2' ry='3.24' width='4' height='12' fill='%23ffffff'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.2222222222222222s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(280 50 50)'%3E%3Crect x='48' y='28' rx='2' ry='3.24' width='4' height='12' fill='%23ffffff'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.1111111111111111s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(320 50 50)'%3E%3Crect x='48' y='28' rx='2' ry='3.24' width='4' height='12' fill='%23ffffff'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C/svg%3E");
}
.sp--b:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='303px' height='303px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect x='48' y='28' rx='2' ry='3.24' width='4' height='12' fill='%23323232'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.8888888888888888s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(40 50 50)'%3E%3Crect x='48' y='28' rx='2' ry='3.24' width='4' height='12' fill='%23323232'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.7777777777777778s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(80 50 50)'%3E%3Crect x='48' y='28' rx='2' ry='3.24' width='4' height='12' fill='%23323232'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.6666666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect x='48' y='28' rx='2' ry='3.24' width='4' height='12' fill='%23323232'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.5555555555555556s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(160 50 50)'%3E%3Crect x='48' y='28' rx='2' ry='3.24' width='4' height='12' fill='%23323232'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.4444444444444444s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(200 50 50)'%3E%3Crect x='48' y='28' rx='2' ry='3.24' width='4' height='12' fill='%23323232'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.3333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect x='48' y='28' rx='2' ry='3.24' width='4' height='12' fill='%23323232'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.2222222222222222s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(280 50 50)'%3E%3Crect x='48' y='28' rx='2' ry='3.24' width='4' height='12' fill='%23323232'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='-0.1111111111111111s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(320 50 50)'%3E%3Crect x='48' y='28' rx='2' ry='3.24' width='4' height='12' fill='%23323232'%3E%3Canimate attributeName='opacity' values='1;0' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C/svg%3E");
}