/*Reset styles*/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

textarea {
	resize: none;
	overflow: auto;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*Reset styles end*/


/* Оформление кнопок для Safari mobile */

input {
	-webkit-appearance: none;
	/*Safari/Chrome*/
	-moz-appearance: none;
	/*Firefox*/
	-ms-appearance: none;
	/*IE*/
	-o-appearance: none;
	/*Opera*/
	appearance: none;
	-webkit-border-radius: 0;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.clear {
	clear: both;
}

.g_max_width {
	width: 1180px;
	margin: 0 auto;
	position: relative;
}

.margin-30 {
	margin-bottom: 30px;
}

html {
	min-width: 1200px;
	height: 100%;
}

body {
	background: #f4f4f4;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #111;
	height: 100%;
}

h1, h2, h3, h4 {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

a {
	color: #41a66c;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.page_conteiner {
	position: relative;
	height: auto !important;
	height: 100%;
	/* min-height: 100%; */
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	overflow-y: visible;
	min-width: 1400px;
}

.header {
	width: 100%;
	height: 136px;
	position: relative;
}

.header .top_part {
	height: 46px;
	background: #111;
}

.header .bottom_part {
	height: 70px;
	background: #fff;
}

.header .top_menu {
	position: absolute;
	left: 130px;
	top: 15px;
}

.header .top_menu ul li {
	float: left;
	margin-right: 30px;
}

.header .top_menu ul li:last-of-type {
	margin-right: 0;
}

.header .top_menu ul li a {
	font-weight: 700;
	font-size: 11px;
	line-height: 13px;
	color: #8c8c8c;
	text-decoration: none;
	text-transform: uppercase;
}

.header .top_menu ul li a:hover, .header .top_menu ul li a.active {
	color: #fff;
}

.header .contacts {
	font-size: 19px;
	line-height: 21px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	right: 0;
	top: 12px;
}

.header .contacts a {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid rgba(65, 166, 108, 0.5);
	margin-right: 27px;
}

.header .contacts a:hover {
	border-color: transparent;
}

.header .logo {
	position: absolute;
	left: -110px;
	top: -6px;
	z-index: 9;
}

.header .catalog {
	position: absolute;
	left: 110px;
	top: 0;
}

.header .catalog > ul > li {
	float: left;
	width: 226px;
}

.header .catalog > ul > li > p > a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	color: #111111;
	text-decoration: none;
	text-transform: uppercase;
}

.header .catalog > ul > li:first-of-type > p > a {
	background: url(../img/dropdown.png) no-repeat 12px 30px;
	border-right: 1px solid #eeeeee;
}

.header .catalog > ul > li > ul {
	display: none;
	width: 1050px;
	padding: 30px 0 30px 50px;
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: -51px;
	top: 65px;
	z-index: 99;
}

.header .catalog .caret {
	display: block;
	width: 31px;
	height: 11px;
	background: url(../img/caret.png) no-repeat 0 0;
	position: absolute;
	left: 100px;
	top: -11px;
}

.header .catalog ul li ul li {
	/*float: left;*/
	width: 200px;
	padding-right: 10px;
}

.header .catalog ul li ul li a {
	font-weight: bold;
	font-size: 15px;
	color: #111;
	text-decoration: none;
	text-transform: uppercase;
}

.header .catalog ul li ul li:last-of-type {
	padding-right: 0;
}

.header .catalog ul li ul li ul {
	padding-top: 14px;
}

.header .catalog ul li ul li ul li {
	float: none;
	padding-right: 0;
	margin-bottom: 6px;
}

.header .catalog ul li ul li ul li a {
	font-weight: normal;
	font-size: 14px;
	color: #32965d;
	text-decoration: underline;
	text-transform: none;
}

.header .catalog ul li ul li ul li a:hover {
	text-decoration: none;
}

.header .links {
	position: absolute;
	right: 0;
	top: 16px;
}

.header .links a {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-size: 11px;
	line-height: 30px;
	color: #646464;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 24px;
	border: 3px solid transparent;
	border-radius: 3px;
}

.header .links a:hover {
	color: #111111;
}

.header .links .feedback {
	color: #111111;
	border-color: #b9b9b9;
}

.header .links .feedback:hover {
	background: #b9b9b9;
	color: #fff;
}

.header .links .feedback:active {
	border: none;
	padding: 0 27px;
	line-height: 36px;
	box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.23);
}

#slider_wrap {
	width: 100%;
	height: 600px;
	background: url(../img/slider.jpg) no-repeat center top, url(../img/slider2.jpg) repeat-x center top;
	position: relative;
	overflow: hidden;
	margin-top: -20px;
}

#slider_wrap #slider {
	width: 1180px;
	height: 600px;
	position: relative;
}

#slider_wrap img {
	position: absolute;
	z-index: 7;
}

#slider_wrap .slide_item {
	width: 1180px;
	height: 600px;
	position: relative;
}

#slider_wrap #prewbutton, #slider_wrap #nextbutton {
	display: block;
	width: 19px;
	height: 40px;
	text-indent: 1000px;
	position: absolute;
	overflow: hidden;
	top: 275px;
	z-index: 9;
}

#slider_wrap #nextbutton {
	background: url(../img/sl_arrow_next.png) no-repeat 0 0;
	right: 0;
}

#slider_wrap #prewbutton {
	background: url(../img/sl_arrow_prev.png) no-repeat 0 0;
	left: 0;
}

#slider_wrap .bullets {
	width: 100%;
	height: 12px;
	text-align: center;
	position: absolute;
	z-index: 9;
	left: 0;
	bottom: 44px;
}

#slider_wrap .control-slide {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #b9b9b9;
	text-indent: -1000px;
	cursor: pointer;
	overflow: hidden;
	margin: 0 6px;
}

#slider_wrap .control-slide:hover, #slider_wrap .bullets span.active {
	background: #32965d;
}

#slider_wrap .left_side {
	width: 300px;
	height: 400px;
	position: absolute;
	left: 60px;
	top: 130px;
	z-index: 9;
}

#slider_wrap .left_side .title {
	font-weight: bold;
	font-size: 57px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#slider_wrap .left_side .description {
	font-size: 16px;
	line-height: 28px;
}

#slider_wrap .left_side .note {
	font-size: 12px;
	font-style: italic;
	line-height: 24px;
	color: #646464;
	position: absolute;
	left: 0;
	bottom: 0;
}

#slider_wrap .right_side {
	width: 324px;
	height: 194px;
	padding: 32px 0 0 48px;
	background: #fff;
	position: absolute;
	right: 60px;
	top: 170px;
	z-index: 9;
}

#slider_wrap .right_side .price {
	font-weight: bold;
	font-size: 45px;
	margin-bottom: 10px;
}

#slider_wrap .right_side .price span {
	font-weight: 700;
	font-size: 27px;
}

#slider_wrap .right_side .description {
	font-size: 12px;
	font-style: italic;
	color: #646464;
	margin-bottom: 20px;
}

#slider_wrap .right_side .more {
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
	background: rgba(50, 150, 93, 1);
	border-radius: 3px;
	line-height: 46px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

#slider_wrap .right_side .more:hover {
	background: rgba(50, 150, 93, 0.9);
}

#slider_wrap .label {
	width: 78px;
	height: 46px;
	line-height: 46px;
	background: url(../img/label.png) no-repeat 0 0;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 54px;
	right: 0;
	z-index: 9;
}

.kernel {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 20px 0 20px;
}

.special_offer {
	position: relative;
	overflow: hidden;
}

.special_offer h3 {
	line-height: 46px;
}

.special_offer h3 .all {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-size: 12px;
	line-height: 40px;
	color: #111;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 28px;
	border: 3px solid #b9b9b9;
	border-radius: 3px;
	position: absolute;
	right: 0;
	top: 0;
}

.special_offer h3 .all:hover {
	background: #b9b9b9;
	color: #fff;
}

.special_offer .item {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border-radius: 3px;
	width: 274px;
	position: relative;
	margin-right: 22px;
}

.special_offer .item:last-of-type {
	margin-right: 0;
}

.special_offer .item .image {
	height: 200px;
}

.special_offer .item .image a {
	display: table-cell;
	width: 1000px;
	height: 200px;
	vertical-align: middle;
	text-align: center;
}

.special_offer .item .title a {
	display: block;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #111;
	text-decoration: none;
}

.special_offer .item .price {
	width: 88px;
	height: 44px;
	padding-top: 8px;
	background: url(../img/so_price.png) no-repeat 0 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 7;
}

.special_offer .item .price span {
	font-weight: 700;
	font-weight: normal;
	font-size: 12px;
}

.special_offer .item .label {
	padding: 0 14px 0 18px;
	background: #c8553d;
	font-weight: 700;
	font-size: 10px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0 24px 24px 0;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 7;
}

.about p {
	line-height: 24px;
}

.center_block {
	overflow: hidden;
}

.bread_crumbs {
	font-size: 12px;
	color: #646464;
	margin-bottom: 10px;
}

.bread_crumbs a {
	color: inherit;
	text-decoration: none;
}

.main_page .bread_crumbs, .main_page .main_title {
	display: none;
	margin: 0;
}

.main_text p {
	line-height: 18px;
	margin-bottom: 15px;
}

.main_text ul {
	margin: 5px 15px;
	padding: 0;
	list-style-type: disc;
}

.main_text ol {
	margin: 5px 15px;
	padding: 0;
}

.main_text li {
	margin: 5px 15px;
	padding: 0;
}

.uss_catalog_detail .catalog_orderbutton {
	background: rgba(50, 150, 93, 1);
	box-shadow: none;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 46px;
	line-height: 46px;
	padding: 0 30px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	vertical-align: top;
}

.footer {
	width: 100%;
	background: #111;
	position: relative;
	overflow: hidden;
	padding: 10px 0 13px 0;
}

.footer .catalog {
	width: 1180px;
}
.footer .catalog ul {display: flex; flex-wrap: wrap; justify-content: space-between;}
.footer .catalog ul li {
	float: left;
	width: 226px;
	padding-right: 10px;
}

.footer .catalog > ul > li {
	margin-bottom: 30px;
	width: 25%;
	box-sizing: border-box;
}

.footer .catalog ul li a {
	font-weight: bold;
	font-size: 15px;
	color: #b6b6b6;
	text-decoration: none;
	text-transform: uppercase;
}

.footer .catalog ul li:last-of-type {
	padding-right: 0;
}

.footer .catalog ul li ul {
	padding-top: 10px;
}

.footer .catalog ul li ul li {
	float: none;
	padding-right: 0;
	margin-bottom: 6px;
}

.footer .catalog ul li ul li a {
	font-weight: normal;
	font-size: 14px;
	color: #32965d;
	text-decoration: underline;
	text-transform: none;
}

.footer .catalog ul li ul li a:hover {
	text-decoration: none;
}

.footer hr {
	width: 100%;
	border: 1px solid #2E2E2E;
	position: absolute;
	top: 292px;
	left: 0;
}

.footer .bottom_menu {
	float: left;
	overflow: hidden;
	padding: 32px 0 0 0;
}

.footer .bottom_menu ul li {
	float: left;
	margin-right: 30px;
}

.footer .bottom_menu ul li:last-of-type {
	margin-right: 0;
}

.footer .bottom_menu ul li a {
	font-weight: 700;
	font-size: 11px;
	line-height: 13px;
	color: #8c8c8c;
	text-decoration: none;
	text-transform: uppercase;
}

.footer .bottom_menu ul li a:hover, .footer .bottom_menu ul li a.active {
	color: #fff;
}

.footer .social {
	font-size: 14px;
	color: #b6b6b6;
	overflow: hidden;
	padding: 9px 0 0 64px;
}

.footer .social p {
	margin-bottom: 15px;
}

.footer .social a {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

.footer .links {
	float: right;
	padding: 17px 27px 0 0;
}

.footer .links a {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-size: 11px;
	line-height: 30px;
	color: #777777;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 24px;
	border: 3px solid transparent;
	border-radius: 3px;
}

.footer .links a:hover {
	color: #fff;
}

.footer .links .feedback {
	color: #fff;
	border-color: #606060;
}

.footer .links .feedback:hover {
	background: #fff;
	border-color: #fff;
	color: #111;
}

.footer .links .feedback:active {
	border: none;
	padding: 0 27px;
	line-height: 36px;
	box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.23);
}

.footer .contacts {
	font-size: 19px;
	line-height: 21px;
	font-weight: bold;
	color: #fff;
	float: left;
	padding: 10px 0 0 0;
}

.footer .contacts a {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid rgba(65, 166, 108, 0.5);
	margin-right: 27px;
}

.footer .contacts a:hover {
	border-color: transparent;
}

.footer .dev {
	float: right;
	padding: 5px 0 0 0;
}

.footer .copyright {
	color: #777;
	overflow: hidden;
	text-align: center;
	padding: 9px 0 0 0;
}

.footer .creator {
	width: 120px;
	height: 30px;
	/*float: right;*/
	margin: 0 0 4px 0;
}

.clear {
	clear: both;
}

.footer .counters {
	width: 200px;
	height: 35px;
	text-align: right;
}

.uss_catlog_cat_anons {
	font-weight: bold;
}

.uss_catalog_list_cat .catalog_orderbutton, .uss_catalog_block_cat .catalog_orderbutton, .uss_catalog_detail .catalog_orderbutton {
	color: #fff;
	/* box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); */
	border-radius: 5px;
	/* background: url(../uss-img/tab.png) repeat; */
	/* text-shadow: 0 1px 0 rgba(0,0,0,.5); */
	float: left;
	min-height: 35px;
	padding: 0 30px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	background: rgba(50, 150, 93, 1);
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.row {
	position: relative;
	padding-bottom: 10px;
}

.bb {
	border-bottom: 2px solid #2E2E2E;
}

.dropdown_menu > ul > li {
	display: inline-block;
	box-sizing: border-box;
	width: 25% !important;
	margin-bottom: 15px;
	vertical-align: top;
}

.row:after {
    content: '';
    display: table;
    clear: both;
}
.header .contacts a.phone {
	font-size: 19px;
	color: #fff;
}
.footer .counters,
.footer .creator {
    display: inline-block;
    vertical-align: middle;
}
.footer .creator {
	margin-left: 10px;
}
.uss-flex-items {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

@media (max-width:1440px) {
	html {
	    min-width: 420px;
	}
	.page_conteiner,
	.header.fixed {
		min-width: 300px;
	}
	.header .logo {
	    position: relative;
	    left: 0;
	    top: 0;
	}
	.top_part .g_max_width,
	.bottom_part .g_max_width {
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -moz-box-pack: justify;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	}
	.top_part .top_menu,
	.top_part .contacts,
	.bottom_part .logo,
	.bottom_part .catalog,
	.bottom_part .top_search,
	.bottom_part .links {
		position: relative;
		left: auto;
		right: auto;
		width: auto;		
	}
}
@media (max-width:1210px) {
	.g_max_width {
	    width: 100%;
	    padding-left: 15px;
	    padding-right: 15px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.header .top_menu ul li {
	    margin-right: 16px;
	    transition: 0.2s;
	}
	.header .catalog>ul>li {
	    width: 190px;
	}
	.header .catalog>ul>li:first-of-type>p>a {
		background-image: none;
	}
	.header .links a {
		transition: 0.2s;
	}
	.header .links a.feedback:not(.call_me) {
		display: none;
	}
	#slider_wrap #slider,
	#slider_wrap .slide_item {
		max-width: 100%;
	}
	.footer .catalog {
		width: 100%;
	}
	.footer .social {
		display: none;
	}
}
@media (min-width:1001px) {
	.header .contacts a.phone {
		border-bottom: 0;
	}
    .top_menu {
        display: block !important;
    }
    .burger-search-container {
        display: none !important;
    }
    .main_page #slider_wrap {
    	height: 600px !important;
    }
}
@media (max-width:1000px) {
	.page_conteiner {
		padding-top: 0;
	}
	.header,
	.header.fixed {
		position: relative;
		height: auto;
	}
	.header .top_part {
	    height: auto;
	    padding: 0px 0px 10px;
	    background: #fff;
	}
	.header .top_part .logo {
		text-align: center;
		margin-bottom: 15px;
	}
	.header .contacts {
		top: auto;
	}
	.header .contacts a.phone {
		margin-left: 0;
	}
	.header .contacts span,
	.header .contacts a:not(.phone),
	.header .top_search {
		display: none;
	}
	.header .contacts a.phone {
		font-size: 16px;
		color: #41a66c;
	}
	.header .links a[href*="sitemap"] {
		display: none;
	}
	.header .bottom_part {
		height: auto;
	}
	.top_part .g_max_width {
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
	}
	.header a.call_me,
	.header a.feedback {
	    display: inline-block;
	    vertical-align: top;
	    font-weight: 700;
	    font-size: 11px;
	    line-height: 30px;
	    color: #646464;
	    text-decoration: none;
	    text-transform: uppercase;
	    padding: 0 24px;
	    border: 3px solid transparent;
	    border-radius: 3px;
	    color: #111111;
	    border-color: #b9b9b9;
	}

    .burger-search-container {
        width: 100%;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100% !important;
        position: relative;
        bottom: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .burger-menu {
        padding: 12px 9px 3px 9px;
    }
    .burger-menu {
        position: relative;
        width: 43px;
        height: 40px;
        padding: 12px 9px 4px 9px;
        z-index: 1;
        background: #32965d;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .burger-menu .burger-item {
        background: #fff;
        display: block;
        height: 1px;
        transition: all .4s;
        position: relative;
    }
    .burger-menu .burger-1 {
        top: 0;
    }
    .burger-menu .burger-2 {
        top: 6px;
    }
    .burger-menu .burger-3 {
        top: 12px;
    }
    .burger-menu.active .burger-1 {
        top: 0px;
        -webkit-transform: rotate(45deg) translate(5px,5px);
        -ms-transform: rotate(45deg) translate(5px,5px);
        transform: rotate(45deg) translate(5px,5px);
    }
    .burger-menu.active .burger-2 {
        background-color: transparent;
    }
    .burger-menu.active .burger-3 {
        top: 16px;
        -webkit-transform: rotate(-45deg) translate(7px,-8px);
        -ms-transform: rotate(-45deg) translate(7px,-8px);
        transform: rotate(-45deg) translate(7px,-8px);
    }
    .mobile-cart-container .basket-link {
        display: block;
        height: 100%;
    }
    .mobile-cart-container {
        width: 43px;
        height: 40px;
        margin-left: 15px;
        background: url(../img/cart-icon2.png) no-repeat center center #32965d;
        background-size: 30px 30px;
        position: relative;
    }
    .mobile-cart-container.fixed {
        position: fixed;
        right: 15px;
        top: 15px;
        z-index: 1001;
        width: 43px;
        height: 43px;
        border-radius: 50%;
    }
    .mobile-cart-container.fixed:not(.not_empty) {
        display: none !important;
    }
    .mobile-cart-container .hb_title,
    .mobile-cart-container .totals,
    .mobile-cart-container .countword,
    .mobile-cart-container .cart_order {
        display: none !important;
    }
    .mobile-cart-container .cart_inset {
        padding: 0px 0 0 29px;
    }
    .mobile-cart-container .basket_widget_inner.empty {
        display: none;
    }
    .basket_widget_inner.not_empty {
        background: none;
        padding: 0;
    }
    .uss_basket_mini .amounts #uss_block_basket_amount {
        margin: 0;
        position: absolute;
        top: 3px;
        right: 3px;
        padding: 0;
        color: #000;
        z-index: 999;
        background: #fff;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
    }
    .catalog-search {
        position: relative;
        height: 40px;
	    -moz-flex: 1 auto;
	    -o-flex: 1 auto;
	    -webkit-box-flex: 1;
	    -webkit-flex: 1 auto;
	    -ms-flex: 1 auto;
	    flex: 1 auto;
        left: 0px;
        border-radius: 0;
        background: none;
        margin-left: 15px;
        overflow: hidden;
        background: #fff;
    }
    .catalog-search .h_search {
        height: 40px;
    }
    .catalog-search .uss_site_search {
        width: 100%;
        height: 100%;
    }
    .catalog-search .uss_site_search span {
        display: none;
    }
    .catalog-search .uss_site_search {
        width: 100%;
        height: 100%;
    }
    .catalog-search .uss_input_name {
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important;
        padding-left: 15px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 0;
        background: url(../img/transparent.png) no-repeat left center #fff;
        color: #000;
        text-indent: 0px;
        height: 100%;
        width: 100%;
        border-radius: 0;
        margin: 0;
        box-shadow: inset 0px 0px 1px #000000;
    }
    .catalog-search .uss_submit {
        position: absolute;
        right: 0px;
        top: 0;
        display: block;
        background: url(/img/icon-search-white.svg) no-repeat center center #32965d;
        background-size: 20px 20px;
        border: 0;
        height: 100%;
        height: 40px !important;
        color: #fff;
        padding: 0 10px;
        border-radius: 0;
        width: 40px;
        margin: 0;
    }

    .page_conteiner > .burger-search-container,
    .page_conteiner > .top_menu {
	    margin-left: 15px;
	    width: calc(100% - 30px) !important;
	    min-width: calc(100% - 30px) !important;
    }
    .top_menu + .kernel {
    	padding-top: 0;
    }
    .top_menu {
        display: none;
        width: 100% !important;
        min-width: 100% !important;
        z-index: 999;
        height: auto;
        padding: 0;
        background: #f4f4f4;
        margin-bottom: 15px;
        padding-top: 0 !important;
    }
    .top_menu ul {
        display: block;
        margin: 0;
    }
    .top_menu li {
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
        float: none !important;
        text-align: center !important;
        background: #fff;
    }
    .top_menu li + li {
        margin-top: 1px !important;
    }
    .top_menu li.active a.active,
    .top_menu li a:hover {
        background: #32965d;
        text-decoration: none !important;
        color: #fff;
    }
    .top_menu li a {
        display: block;
        margin: 0 !important;
        font-size: 16px !important;
        padding: 0px 10px !important;
        text-transform: none !important;
        font-weight: 400 !important;
        height: auto;
        line-height: 40px !important;
        height: 40px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 0 !important;
        text-decoration: none;
    }
    #slider_wrap {
		margin-top: 0;
	    padding: 0 0 100px 0;
	    background: url(../img/slider.jpg) no-repeat center bottom, url(../img/slider2.jpg) repeat-x center bottom;
	    min-height: 250px;
    }
    #slider_wrap,
    #slider_wrap #slider,
    #slider_wrap .slide_item {
    	height: auto;
    }
	#slider_wrap img {
	    max-width: 100%;
	    height: auto;
	}
	#slider_wrap .left_side {
		position: relative;
	}
	#slider_wrap .left_side .title {
		font-size: 40px;
		text-transform: none;
	}
	#slider_wrap .right_side {
	    height: auto;
	    padding: 20px;
	    width: auto;
	}
	#slider_wrap .right_side .price {
		font-size: 30px;
	}
	#slider_wrap .g_max_width,
	#slider_wrap #slider {
		height: 100%;
	}
	#slider_wrap .slide_item img {
	    top: 50%;
	    -webkit-transform: translateY( -50% );
	    -ms-transform: translateY( -50% );
	    -o-transform: translateY( -50% );
	    transform: translateY( -50% );
	}


	.header .catalog {
		width: 100% !important;
	}
	.header .catalog>ul>li {
		width: 50%;
	}
	.header .catalog .caret {
		display: none !important;
	}
	.header .catalog>ul>li.dropdown_menu:not(.active)>ul {
		display: none !important;
	}
	.header .catalog>ul>li.dropdown_menu.active>ul {
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -moz-box-pack: justify;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    width: calc(100% - 15px);
	    top: 55px;
	    left: 0px;
	    padding: 15px 0 0px 15px;
	    border-radius: 0;
	    border: 0;
	    z-index: 1001;
	}
	.header .catalog>ul>li:first-of-type>p>a {
	    border-left: 0;
	    border-right: 7px solid #fff;
	}
	.header .catalog>ul>li>p>a {
	    border-left: 7px solid #fff;
	}
	.header .catalog>ul>li.dropdown_menu>ul > li {
		width: 25% !important;
		padding-right: 10px;
	}
	.header .catalog>ul>li>p>a {
		line-height: 40px;
	    background-color: #32965d !important;
	    color: #fff;
	}

	.bottom_menu {
		display: none;
	}
	.footer .links {
	    width: 100%;
	    float: none;
	}
	.footer .links p {
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -moz-box-pack: justify;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	}
	.footer .links a:not(.feedback) {
		display: none;
	}
	.footer .links a[href*="tel"] {
		display: inline-block;
		color: #41a66c;
		text-decoration: underline;
		font-size: 16px;
		padding: 0;
	}
	.footer .dev {
	    text-align: right;
	    float: none;
	}
}
@media (max-width:768px) {
	h1, h2, h3, h4 {
		font-size: 20px;
	}
	.header .catalog>ul>li.dropdown_menu>ul > li {
		width: 50% !important;
		padding-right: 10px;
	}
	#slider_wrap {
		padding-bottom: 20px;
	}
	#slider_wrap .g_max_width,
	#slider_wrap #slider {
		height: 100%;
	}
	#slider_wrap .slide_item .text {
		padding: 25px 0 25px;
	}
	#slider_wrap .slide_item img {
	    top: 50%;
	    -webkit-transform: translateY( -50% );
	    -ms-transform: translateY( -50% );
	    -o-transform: translateY( -50% );
	    transform: translateY( -50% );
	}
	#slider_wrap .slide_item .text {

	}
	#slider_wrap .left_side .title,
	#slider_wrap .right_side .price {
		font-size: 27px;
	}
	#slider_wrap .left_side .description {
    	line-height: 1.4;
    	display: none;
	}
	#slider_wrap .label {
		top: 0;
	}
	#slider_wrap .left_side {
	    height: auto;
	    width: calc(100% - 80px);
	    top: auto;
	    left: 40px;
	}
	#slider_wrap .right_side {
		position: relative;
	    height: auto;
	    padding: 0;
	    width: auto;
	    top: auto;
	    right: auto;
	    width: calc(100% - 80px);
	    left: 40px;
	    margin-top: 25px;
	    background: none;
	}
	#slider_wrap #prewbutton,
	#slider_wrap #nextbutton {
		top: 50%;
	}
	#slider_wrap .bullets {
		bottom: 15px;
	}

	.fc_item .elem_item,
	.fc_item.fc_outputOnly .outputonly{
		width:100%;
	}
	.fc_item .elem_item input,
	.fc_item .elem_item textarea{
		width:100%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}

	.uss_form_tml.comments_form .uss_form_item {
	    float: none;
	    width: 100% !important;
	    margin-right: 0;
	}
	.uss_form_tml.comments_form .uss_form_item:not(.uss_form_submit) input,
	.uss_form_tml.comments_form .uss_form_item textarea {
		width: 100% !important;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}

	.fc_form_tml .group .fc_item.fc_checkbox_one {
		width: 100%;
	}

	.buy_one_click_form_tml .buy_one_click_window_wrap a.close,
	.catalog_orderform_tml .catalog_orderform_window_wrap a.close {
	    right: 7px;
	    top: 7px;
    }
	.uss_user_basket{
		display:block;
	}
	.uss_user_basket .hide{
		display:none!important;
	}
	.uss_user_basket>table{
		display:block;
		border-right:1px solid #ccc;
	}
	.uss_user_basket>table>tbody{
		display:block;
	}
	.uss_user_basket>table>tbody>tr{
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align:start;
		-webkit-align-items:flex-start;
		-ms-flex-align:start;
		align-items:flex-start;
		-webkit-box-pack:end;
		-webkit-justify-content:flex-end;
		-ms-flex-pack:end;
		justify-content:flex-end;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.uss_user_basket>table>tbody>tr+tr>td.uss_image,.uss_user_basket>table>tbody>tr+tr>td.uss_name{
		padding-top:10px!important;
	}
	.uss_user_basket>table>tbody>tr:not(.total_sum){
		padding-right:5px;
		padding-left:5px;
	}
	.uss_user_basket>table>tbody>tr:first-child{
		display:none;
	}
	.uss_user_basket>table>tbody>tr:not(.hide){
		border-bottom:1px solid #ccc;
	}
	.uss_user_basket>table>tbody>tr th{
		display:none;
	}
	.uss_user_basket>table>tbody>tr td{
		display:inline-block;
		vertical-align:middle;
		width:auto;
		border:none;
	}
	.uss_user_basket>table>tbody>tr td.uss_image{
		float:left;
		-webkit-box-flex:0;
		-webkit-flex:0 100px;
		-ms-flex:0 100px;
		flex:0 100px;
		border:none!important;
		padding-top:5px!important;
		padding-left:5px!important;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    margin-bottom: 5px;
	}
	.uss_user_basket>table>tbody>tr td.uss_name{
		-webkit-box-flex:0;
		-webkit-flex:0 calc(100% - 100px);
		-ms-flex:0 calc(100% - 100px);
		flex:0 calc(100% - 100px);
		display:block;
		width:auto;
		padding:0;
		white-space:normal;
	}
	.uss_user_basket>table>tbody>tr td.uss_name .uss_description{
		line-height:1.2em;
	}
	.uss_user_basket>table>tbody>tr td.uss_name .uss_title{
		font-size:17px;
		height: auto;
	}
	.uss_user_basket>table>tbody>tr td.uss_name .uss_description{
		font-size:14px;
	}
	.uss_user_basket>table>tbody>tr td.uss_name>*{
		margin-bottom:7px;
	}
	.uss_user_basket>table>tbody>tr td.uss_name~*{
		padding-bottom:5px;
		padding-top:5px;
	}
	.uss_user_basket>table>tbody>tr td.uss_price_field{
		font-size:20px;
		font-weight:700;
	}
	.uss_user_basket>table>tbody>tr td.uss_price_field:not(.uss_sum_field){
		display:none!important;
	}
	.uss_user_basket>table>tbody>tr td:not(.uss_name){
		display:inline-block;
		vertical-align:middle;
		width:auto;
	}
	.uss_user_basket>table>tbody>tr td:not(.uss_name) :not(input){
		border:none;
	}
	.uss_user_basket>table>tbody>tr td.totals{
		display:block;
		width:100%;
	}
	.uss_user_basket>table>tbody>tr td.uss_number{
		padding-top:0!important;
		padding-bottom:0!important;
	}
	.uss_user_basket>table>tbody>tr td.uss_number a.uss_minus,.uss_user_basket>table>tbody>tr td.uss_number a.uss_plus{
		width:auto;
		height:auto;
		font-size:40px;
		padding:0 9px;
		line-height:1;
	}
	.uss_user_basket>table>tbody>tr td.uss_number input{
		min-width:30px;
		height:30px;
		border:1px solid #e2e4e6;
		text-align:center;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.uss_user_basket>table>tbody>tr td.uss_delete_pos{
		font-size:16px;
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align:center;
		-webkit-align-items:center;
		-ms-flex-align:center;
		align-items:center;
	}
	.uss_user_basket>table>tbody>tr td.uss_delete_pos a{
		margin:0;
	}
	.uss_user_basket>table>tbody>tr td.uss_delete_pos a+a{
		margin-left:9px;
	}
	.uss_user_basket>table>tbody>tr td.uss_delete_pos a img{
		width:15px;
		height:15px;
		display:block;
		margin:0;
	}
	.uss_user_basket .uss_bottom .totals {
		font-size: 16px;
	}
	.uss_user_basket>table>tbody>tr td.uss_delete_pos a.uss_pos_buttons{
		font-size:17px;
		display:inline-block;
		padding:0 5px;
		vertical-align:middle;
	}
	.section_basket2 .fc_form_tml .group .fc_item.block{
		width:100%!important;
	}
	.uss_user_wishlist {
	    overflow-x: scroll;
	}
	.uss_user_wishlist .uss_name {
		min-width: 150px;
	}
	.uss_user_wishlist .uss_name .uss_title {
		height: auto;
		font-size: 14px;
	}

	.uss_shop_detail .uss_shop_technical_data .uss_shop_by input {
	    margin: 5px 5px 5px 0px;
	}
	.uss_section_content > ymaps,
	.uss_section_content > ymaps > ymaps {
		max-width: 100%;
	}
	.uss_section_content img {
		max-width: 100%;
		height: auto;
	}

	.footer .catalog>ul>li {
		width: 50%;
	}
	.footer .catalog ul li a {
		font-size: 14px;
	}
	.footer .contacts a[href="/feedback/"],
	.footer .contacts a[href*="/promoexpert.pro/"] {
		display: none;
	}
	.footer .dev {
		text-align: center;
	}
}