﻿/*
    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';
    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';
    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';
    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';
    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';
    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;
}
.p_header {
    line-height: 1.5em;
    font-size: 1.1em;
}
.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_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;
}
.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;
}
.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;
    }
.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: 51%;
        }
.devide > div:first-child {
            width: 47%;
        }
    .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;
			}
		.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;
			}
/* MAX's wishes*/
	.white1_text * {
		color: #d5d5d5 !important;
	}
    .white2_text * {
        color: #ffffff !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-top: 10px;
	}
    .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;
  }
/* Блок комментов и отзывов*/
    .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;
    		}
        .delivery {
            width: 43%;
            height: 100%;
            margin: 0 2% 0 0%;
        }
            .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;
        }
    .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_right.float-left {
            border-left: 1px solid #c9c8c8;
        }
        .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;
                    -webkit-appearance: none;
                }
                	.req_field {
                		position: relative;
                	}
                		.req_field img {
                		width: 10px;
                        margin-left: 5px;
                	}
                .cl_wrap select {
                    height: 30px;
                }
                .cart_cont .select2-container {
                    margin-bottom: 10px;
                }
                    .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%;
                margin-top: 10px;
            }
                .c_items_wrap {
                    width: 100%;
                }
                    .cart_items {
                        width: 100%;
                    }
                        .cart_str {
                            width: 97%;
                            padding-left: 7%;
                            margin-right: 3%;
                        }
                        .cart_items .cart_str {
                            height: 90px;
                            border-top: 1px solid #c9c8c8;
                        }
                        .cart_str:first-child {
                            border-top: none;
                        }
                            .cart_str > div {
                                line-height: 90px;
                            }
                            .item_pic {
                                width: 14%;
                                text-align: center;
                            }
                                .cart_items .item_pic img {
                                    max-width: 100%;
                                }
                                .cart_str img {
                                        vertical-align: middle;
                                    }
                            .item_info {
                                line-height: 1.5em;
                                width: 58%;
                                padding-left: 2%;
                                position: relative;
                            }
                                .item_info > div {
                                    vertical-align: middle;
                                    display: inline-block;
                                    min-width: 145px;
                                }
                                    .item_info a {
                                        color: #000000 !important;
                                    }
                                    .item_info a:hover {
                                        color: red !important;
                                    }
                                        .item_info .block {
                                            line-height: 1.5em;
                                        }
                                        .cart_str .item_info .block {
                                            max-height: 3em;
                                            overflow-y: hidden;
                                            position: absolute;
                                            top: 5px;
                                        }
                                        .item_discr {
                                            line-height: 1.5em;
                                        }
                                        .item_price {
                                            font-size: 1.3em;
                                            line-height: 1.5em;
                                        }
                                        .cart_str .item_price {
                                            position: absolute;
                                            bottom: 0;
                                        }

                            .item_q_cart {
                                width: 20%;
                            }
                            .cart_str select {
                                width: 65px;
                                height: 30px;
                                border: 1px solid #c9c8c8;
                                padding-left: 5%;
                                padding-right: 5%;
                                line-height: 28px;
                                font-size: 1em;
                            }
                            .recycle {
                                margin-left: 1%;
                                width: 5%;
                            }
                                .recycle img {
                                    height: 15px;
                                }
                .info_deliv, .cart_subm {
                    width: 100%;
                    background-color: #f5f5f5;
                }
                .info_deliv {
                    height: 95px;
                }
                    .infd_wrap, .csub_wrap {
                        width: 100%;
                        height: 94px;
                    }
                    .infd_wrap {
                        padding-left: 10px;
                    }
                        .infd_wrap:before, .csub_wrap:before {
                            width: 100%;
                            content: "";
                            display: block;
                        }
                        .infd_wrap:before {
                            height: 20px;
                        }
                        .infd_wrap div {
                            height: 71px;
                        }
                        .col_tt {
                            width: 23%;
                            text-align: center;
                            margin-top: 3px;
                        }
                        	.col_tt img {
                        		height: 15px;
                        	}
                        .col_ss {
                            width: 77%;
                            line-height: 1.5em;
                        }
                    .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_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 {
                    margin-top: 2px;
                    margin-right: 50%;
                    min-height: 130px;
                    width: 50%;
                }
                    .csub_wrap {
                        width: 84%;
                        margin-left: 8%;
                        margin-right: 8%;
                    }
                    .csub_wrap:before {
                        height: 25px;
                    }
                        .sum {
                            margin-left: 10px;
                        }
                            .sum .item_price {
                                display: inline-block;
                                margin-left: 10px;
                                margin-bottom: 20px;
                            }
                        .csub_wrap .black_btn a {
                            font-size: 1.2em;
                            color: #ffffff;
                        }
#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: 40px;
        	}
        .dop_menu {
            width: 46%;
            height: 60px;
            min-width: 370px;
        }
            .menu_block {
                height: 100%;
                line-height: 40px;
            }
                .menu_block li {
                    list-style: none;
                    display: block;
                    height: 100%;
		    padding: 0 5px;
                }
                    .menu_block a{
                        height: 100%;
                        color: #323232;
                        font-size: 1.2em;
                        font-weight: 600;
                        display: block;
                        white-space: nowrap;
			text-transform: uppercase;
                    }
                    .menu_block a:hover {
                        color: #f94454;
                    }
            /* Выпадающее меню */
            .menu_block > li > ul {
                display: none;
                position: absolute;
                left: 0;
                top: 60px;
                padding: 35px;
                z-index: 4;
                background-color: rgba(49, 49, 49, 0.93);
                width: 100%;
            }
            .menu_block li:hover ul {
                display: block;
            }
            	.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 li a {
	                            color: #c9c8c8;
	                            font-size: 1.2em;
	                            line-height: 24px;
	                            font-weight: 500;
	                        }
            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 {
				    display: none;
				    width: 100%;
				    position: absolute;
				    text-align: center;
				    text-align: -moz-center;
				    text-align: -webkit-center;
				    top: 55px;
				}
					.drop-arrow > span >span {
					    display: block;
					    width: 10px;
					    height: 10px;
					    background-color: #494949;
					    transform: rotate(45deg);
					}
            .menu_block li:hover .drop-arrow span {
			    display: block;
			}
			.drop_menu {

			}

				.drop_menu .drop_menu_items li {
					width: 25%;
					height: 172px;
					padding-right: 0;
					min-height: inherit;
				}
				.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: 5px;
						text-align: right;
					}
					.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 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 .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;
                        }

            /* КОНЕЦ Выпадающее меню */
        .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;
		        line-height: 30px;
		        font-weight: bold;
		    }
		    .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 .flex_block a {
    				color: #CBC9C9;
    				font-weight: lighter;
    				text-decoration: underline;
    			}
    			.container.opt .flex_block a:hover {
    				color: #f94454;
    			}
    	.container.opt .lk {
    		line-height: 40px;
    	}
    		.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;
        }
        /* .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;
		                	}

			                	.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_row {
            width: 100%;
        }
        .goods_row:after {
            display:block;
            content: "";
            width: 100%;
            clear: both;
        }
            .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;
                box-shadow: 0 2px 3px rgba(149,149,149,0.1);
            }
                .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_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 {
        width: 100%;
        padding-bottom: 90px;
        margin-bottom: 95px;
        background-color: #f5f5f5;
    }
        .wide_grey .goods_row .float-left:hover {
                background-color: #ffffff;
            }
    	.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: 70px;
            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 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*/
.goods_card {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 40px;
}
	.card_info {
		margin-bottom: 30px;
	}
    .vk_like {
        height: 40px;
    }
    .card_img {
        width: 100%;
        height: 595px;
        line-height: 595px;
        text-align: center;
    }
        .card_img img {
            vertical-align: middle;
            max-width: 100%;
            max-height: 100%;
        }
    .card_thumbs {
        width: 100%;
        min-width: 460px;
        height: 88px;
        margin: 0 auto;
        overflow: hidden;
    }
        .card_th_cont {
            width: 86%;
            height: 100%;
            margin: 0 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%;
            }
            .slick-track {
            	width: 1000% !important;
            }
        .card_thumbs:after {
            display:block;
            content: "";
            width: 100%;
            clear: both;
        }
            .card_thumbs a {
                width: 1.82%;
                height: 80px;
                display: inline-block;
                margin-left: 0.1% !important;
                margin-right: 0.1% !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;
            }
    .card_price {
        width: 100%;
        margin-bottom: 10px;
    }
        .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;
        }
        .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%;
    }
    .exist {
        width: 100%;
    }
        .exist span:first-child {
            color: #7f7e7c;
            display: inline-block;
            margin-right: 10px;
        }

    .card_info p span{
        display: inline-block;
    }
    .ado {
        font-size: 1.3em;
        line-height: 30px;
    }
    .var_goods {
        width: 100%;
        height: 196px;
        border-top: 1px solid #c9c8c8;
        border-bottom: 1px solid #c9c8c8;
        margin-bottom: 35px;
        overflow: hidden;
    }
    	.dif_colors_h {
    		width: 100%;
    		height: 34px;
    		text-align: center;
    	}
    		.dif_colors_h span {
    			line-height: 34px;
    		}
        .var_cont {
            width: 84%;
            height: 162px;
            margin: 0 auto;
        }
         .var_cont a {
            width: 2.2%;
            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;
            }
    .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;
                }


    .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 > 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;
            }
    /*------ 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;

    }
    .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 .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;
	                    }
                	.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: 264px;
        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: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;}