* {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}
@font-face {
	font-family: ProximaNovaRegular;
	src: url(ProximaNovaRegular.woff);
}
.red {
	color: #bf1e2e;
}
body {
	font-family: 'Trebuchet MS';
	font-weight: 400;
	color: #212529;
	width: 100%;
	height: 100%;
}
h1, h2, h3, h4, h5, h6, .product_header {
	color: #bf1e2e;
	font-weight: 500;
	line-height: 1.2;
	font-family: 'Trebuchet MS', sans-serif;
	font-stretch: ultra-condensed;
	font-size-adjust: 0.5;
}
.product_header {
	font-size: 32px;
}
h2 {
	color: #bf1e2e;
	font-size: 18px;
}
a {
	text-decoration: none;
	color: #212529;
}
ul, ol {
	list-style-type: none;
}
p {
	font-size: 16px;
}
hr {
	border: 0px;
	border-top: 1px solid #e9e7e7;
	margin: 10px 0px 15px 0px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.top_panel {
	display: block;
	position: relative;
	background-color: #5e5f5f;
	width: 100%;
}
.container {
	display: block;
	position: relative;
	width: 1110px;
	height: auto;
	margin: 0px auto;
}
.top_info {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.top_info a {
	margin: 10px 0px;
	color: #ffffff;
}
.top_info a:hover {
	text-decoration: underline;
}
.top_info a img {
	float: left;
	margin: auto 5px auto auto;
}
a.hbasket img {
	margin-top: -4px;
}
a.hlang img {
	margin-top: 5px;
}
.top_info i {
	color: #ffffff;
	margin-right: 5px;
}

.top_menu {
	display: block;
	position: relative;
	width: 100%;
	border-bottom: 8px solid #bf1e2e;
}
.burger_box, .burger_close {
	display: none;
	float: right;
	position: relative;
	margin-top: 32px;
	cursor: pointer;
}
.burger_box span.lines, .burger_close span.lines {
	display: block;
	position: relative;
	width: 30px;
	height: 3px;
	background-color: #5e5f5f;
	margin: 5px auto 2px auto;
}
.burger_box span.line_text, .burger_close span.line_text {
	font-size: 12px;
	font-weight: 600;
	color: #5e5f5f;
}
.burger_box:hover span.lines, .burger_close:hover span.lines {
	width: 32px;
	height: 4px;
}
.burger_box:hover span.line_text, .burger_close:hover span.line_text {
	font-size: 13px;
}
.burger_close span.lines {
	background-color: #000000;
}
.burger_close span.line_text {
	color: #000000;
}
.menu_items {
	float: right;
	position: relative;
	margin-top: 40px;
}
.menu_items a {
	font-size: 20px;
	color: #5e5f5f;
	padding: 15px;
}
.menu_items a:hover, .top_item_active {
	color: #000000;
	background-color: #eeeeee;
}
.bottom_menu {
	display: block;
	position: relative;
	width: 100%;
	background-color: #e2d52b;
	padding: 10px 0px;
}
.bottom_menu .burger_box, .bottom_menu .burger_close {
	margin-top: 22px;
}
.bottom_menu .burger_box span.lines, .bottom_menu .burger_close span.lines {
	background-color: #ffffff;
}
.bottom_menu .burger_box span.line_text, .bottom_menu .burger_close span.line_text {
	color: #ffffff;
}
.bottom_menu .burger_close span.lines {
	background-color: #5e5f5f;
}
.bottom_menu .burger_close span.line_text {
	color: #5e5f5f;
}
.bottom_menu .menu_items {
	margin-top: 30px;
}
.bottom_menu .menu_items a {
	color: #ffffff;
}
.bottom_menu .menu_items a:hover, .menu_items a.bottom_item_active {
	color: #5e5f5f;
	background-color: #ffffff;
}

.bottom_panel {
	display: block;
	position: relative;
	background-color: #5e5f5f;
	width: 100%;
}
.bottom_info {
	display: block;
	position: relative;
}
.bottom_text {
	display: block;
	position: relative;
	padding: 10px 0px;
	border-top: 1px solid #ffffff;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #ffffff;
}
.bottom_info {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.bottom_info a {
	color: #ffffff;
	padding: 10px 0px;
}
.bottom_info i {
	margin-right: 5px;
}
.bottom_info a:hover {
	text-decoration: underline;
}

.banner_top {
	display: block;
	position: relative;
	width: 100%;
	background: url("../img/yellow-bg.png");
}
.banner_bottom {
	display: block;
	position: relative;
	width: 100%;
	background-color: #e2d52b;
	border-bottom: solid 6px #bf1e2e;
}
.banner_item, .banner_item1 {
	display: none;
	background: url('../img/banner-background.png');
	width: 100%;
	height: 346px;
}
.banner_item:first-child {
	display: block;
}
.baner_detail {
	float: left;
	position: relative;
	width: 744px;
	padding: 20px;
}
.baner_detail h2 {
	width: 100%;
	height: 40px;
	color: #212529;
	font-size: 30px;
	overflow: hidden;
	text-align: center;
	font-stretch: ultra-condensed;
}
ul.banner_params {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin: 5px 0px 15px 0px;
}
ul.banner_params li {
	display: inline-block;
	height: 50px;
	color: #bf1e2e;
	font-size: 22px;
}
ul.banner_params li img {
	float: left;
}
li.icon1 span, li.icon2 span, li.icon3 span {
	display: inline-block;
	margin: 11px 0px 11px 8px;
}
.banner_info {
	display: block;
	position: relative;
	width: 100%;
}
li.time {
	float: left;
	width: 200px;
	padding: 20px;
}
li.time p.sale {
	width: 100%;
	height: 60px;
	color: #bf1e2e;
	font-size: 20px;
	overflow: hidden;
	line-height: 1.5;
}
li.price {
	float: right;
	width: 200px;
}
p.new_price {
	color: #bf1e2e;
    font-size: 48px;
    padding-top: 30px;
    padding-right: 10px;
    text-align: right;
}
p.old_price {
	color: #5e5f5f;
    font-size: 30px;
	height: 45px;
    text-decoration: line-through;
    padding-right: 10px;
	margin-top: 12px;
    text-align: right;
}
a.check_info {
	display: block;
	width: 190px;
	height: 50px;
	border: 5px solid #bf1e2e;
	padding-top: 8px;
	text-align: center;
	margin-right: 0;
	margin-top: 9px;
	font-size: 20px;
	color: #bf1e2e;
}
a.check_info:hover {
	color: #ffffff;
	background-color: #bf1e2e;
}
li.percent {
	float: right;
	position: relative;
	width: 125px;
	height: 200px;
    margin-right: 75px;
}
li.percent img {
	display: block;
	width: 125px;
	margin-top: 50px;
}
li.percent span {
	display: block;
	position: absolute;
	top: 0px;
	left: 20px;
	font-size: 42px;
    color: #fff;
    padding-top: 77px;
}
.banner_img {
	float: right;
	width: 346px;
	height: 346px;
}
.banner_img img {
	display: block;
	width: 100%;
	height: 100%;
}
.timer_block {
	display: block;
	position: relative;
	width: 178px;
	height: 49px;
}
.timer_block li.timer_bg {
	float: left;
	width: 46px;
	height: 49px;
	background: url('../img/banner-clock-background.png') no-repeat;
	color: #fff;
	font-size: 36px;
	text-align: center;
	padding-top: 3px;
}
.timer_block li.timer_semi {
	float: left;
	height: 49px;
	width: 20px;
	background: url('../img/banner-clock-dot.png') no-repeat;
}

.main_products {
	display: flex;
	position: relative;
	flex-direction: row;
	flex-wrap: wrap;
	width: 1128px;
	margin-left: -8px;
}
.mp_item {
	position: relative;
	width: 228px;
	border: 4px solid #ffffff;
	border-bottom-color: #bf1e2e;
	transition-duration: .5s;
	background-color: #e9e7e7;
	margin: 15px 27px 30px 27px;
}
.mp_item:hover {
	border: 4px solid #bf1e2e;
}	
.mp_img {
	display: block;
	position: relative;
	width: 220px;
	height: 220px;
	margin: 0px auto;
}
.mp_img img {
	display: block;
	width: 100%;
	height: 100%;
}
.mp_info {
	display: block;
	position: relative;
	margin: 15px 12px 0px 12px;
	text-align: center;
}
.mp_info span {
	display: block;
	text-transform: uppercase;
	color: #bf1e2e;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	height: 18px;
	overflow: hidden;
}
.mp_info p {
	color: #878888;
	font-size: 16px;
	width: 100%;
	height: 50px;
	line-height: 1.5;
	font-weight: 500;
	overflow: hidden;
}
.mp_price {
	color: #bf1e2e;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin: 5px 15px;
	height: 35px;
	overflow: hidden;
}
.mp_price span {
	font-size: 15px;
}
.mp_button, #loginbutton {
	cursor: pointer;
	display: block;
	position: relative;
	font-size: 18px;
	border: 3px solid #ee8e22;
	width: 150px;
	height: 42px;
	text-align: center;
	padding-top: 8px;
	margin: 0px auto 15px auto;
	color: #ee8e22;
}
.mp_button:hover, #loginbutton:hover {
	background-color: #ee8e22;
	color: #fff;
}
.main_video {
	display: block;
	position: relative;
	width: 100%;
	background-color: #E7E7E9;
	padding: 40px 0px;
}
.main_video ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 290px;
}
.main_video li {
	display: inline-block;
	width: 515px;
	height: 290px;
}
.main_video li iframe {
	display: block;
	width: 100%;
	height: 100%;
}
h3.spare_title {
	color: #bf1e2e;
	font-size: 32px;
	text-align: left;
}
.main_how {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.main_how li {
	display: inline-block;
	width: 250px;
}
.main_how li img {
	display: block;
	width: 220px;
	height: 148px;
	margin: 0px auto;
}
.main_how li p {
	display: block;
	width: 100%;
	height: 64px;
	text-align: center;
	overflow: hidden;
	margin: 10px 0px;
}
.main_advantage {
	display: block;
	position: relative;
	width: 100%;
}
.main_advantage p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.advantage_links {
	display: block;
	position: relative;
	width: 100%;
}
.advantage_links li {
	display: block;
	position: relative;
	width: auto;
	height: 40px;
	margin-bottom: 2px;
}
.advantage_links li img {
	float: left;
	height: 38px;
	width: auto;
}
.advantage_links li a {
	float: left;
	margin-top: 10px;
	font-size: 16px;
    color: #c43a46;
}
.contacts_bg {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	background: url('../img/contacts-background.png') no-repeat 0 20px;
}
.contacts_body {
	background: rgba(240, 233, 233) url('../img/bottom-contact-body3.png') repeat-y;
    width: 406px;
    height: 250px;
    font-size: 16px;
    line-height: 1.5;
	padding: 15px 40px;
}
.about_factory {
	background: rgba(240, 233, 233) url('../img/bottom-contact-body3.png') repeat-y;
	width: 406px;
	height: 250px;
	padding-left: 30px;
	padding-top: 5px;
	font-size: 14px;
	margin-bottom: 160px;
}
.about_factory h3 {
	font-size: 20px;
}
.about_factory h3:hover {
	text-decoration: underline;
    border-bottom: 1px solid #bf1e2e;
}
.about_factory img {
	display: block;
	width: 350px;
	height: 200px;
	margin-top: 10px;
}

.product_menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #e9e7e7;
	}
.product_menu a {
	color: #5e5f5f;
	margin: 15px;
	font-size: 16px;
}
.product_menu a:hover, a.active {
	color: #bf1e2e;
	text-decoration: underline;
}

.news_item {
	display: block;
	padding-bottom: 15px;
}
.news_item h2 {
	margin-bottom: 15px;
	font-weight: 600;
}
.news_item p {
	line-height: 1.5;
	margin-bottom: 15px;
}
.news_item a:hover {
	color: #bf1e2e;
}
.news_item a {
    color: rgba(191,30,46,0.8);
	border-bottom: 1px solid #bf1e2e;
	font-size: 14px;
	
}

.contact_box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e9e7e7;
	padding-bottom: 25px;
}
.side_menu {
	width: 350px;
	height: 100%;
	background-color: #e9e7e7;
}
.side_menu ul {
	padding-left: 20px;
	padding-right: 20px;
}
.side_menu a {
	display: block;
	width: 100%;
	padding: 10px;
	border-bottom: 1.5px solid #ffffff;
	text-align: left;
	font-size: 18px;
	color: #5e5f5f;
	line-height: 1.5;
}
.side_menu a:hover, .side_menu a.active {
	color: #bf1e2e;
	text-decoration: none;
}
.side_menu li:last-child a {
	border-bottom: 0px;
}
.contact_block {
	width: 760px;
	padding-left: 40px;
}
.contact_block p {
	line-height: 1.5;
	margin-bottom: 20px;
}
.black_title {
	font-size: 26px;
	color: #212529;
	padding-bottom: 10px;
}
.contact_block ul {
	margin: 0px 0px 20px 40px;
	line-height: 1.5;
}

.detail_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #e9e7e7;
}
#side_choice {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	top: 0px;
	left: 0px;
	z-index: 100;
}
.sd_choice {
	display: block;
	padding: 30px;
	width: 500px;
	height: 150px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
	margin-left: -250px;
	margin-top: -75px;
	text-align: center;
}
.sd_choice span {
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
}
.sd_choice i {
	color: #5e5f5f;
}
.sd_choice a {
	cursor: pointer;
	display: inline-block;
	padding: 10px 28px;
	background-color: #e9e7e7;
	color: #5e5f5f;
	margin: 0px 25px;
}
.detail_img {
	float: left;
	width: 540px;
	height: 100%;
}
.detail_mainimg {
	display: block;
	position: relative;
	width: 540px;
	height: 540px;
}
.detail_mainimg img {
	display: block;
	width: 100%;
	height: 100%;
}
.detail_img ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.detail_img li {
	display: inline-block;
	height: 130px;
	margin: 0px 30px 30px 0px;
}
.detail_img li img {
	height: 100%;
}
.detail_info {
	float: right;
	width: 540px;
	height: 100%;
}
.detail_price {
    display: block;
	position: relative;
	width: 100%;
	height: 120px;
    margin-bottom: 20px;
	background-color: #e9e7e7;
    border-bottom: 4px solid #bf1e2e;
}
.detail_price li {
	position: relative;
	width: auto;
	height: 120px;
	float: left;
}
.detail_price .sales {
	position: absolute;
	top: 0px;
	left: 0px;
}
.detail_price .old_price, .detail_price .new_price {
	width: 196px;
	height: 100%;
}
.detail_price .old_price {
	padding: 30px 0px 0px 70px;
	font-size: 18px;
	text-decoration: line-through;
	color: #5e5f5f;
}
.detail_price .new_price {
	color: #bf1e2e;
	font-size: 30px;
	padding: 18px 0px 0px 30px;
}
.detail_price .new_price a {
	cursor: pointer;
	color: #ee8e22;
	border: 4px solid #ee8e22;
	font-size: 20px;
	padding: 8px 40px;
	position: absolute;
	left: 0px;
	top: 57px;
}
.detail_price li.percent {
	float: right;
	width: 146px;
	height: 100%;
	background-color: #ee8e22;
	color: #fff;
	font-size: 66px;
	padding: 20px 0px;
	text-align: center;
	margin-right: 0px;
}
.detail_about {
	display: flex;
	justify-content: space-around;
	width: 100%;
	background-color: #e9e7e7;
	padding: 9px;
}
.detail_about li {
	display: inline-block;
}
.detail_about li img {
	float: left;
	height: 17px;
	width: auto;
	margin-top: 3px;
}
.detail_about li a {
	float: left;
	color: #bf1e2e;
    text-decoration: underline;
    font-size: 20px;
    padding-left: 5px;
	margin-top: -3px;
}
.detail_info table {
	border-collapse: collapse;
}
.detail_info table tr:nth-child(even) {
	background-color: #e9e7e7;
}
.detail_info table td {
	padding: 2px 20px;
	font-size: 14px;
}
.inner_text {
	line-height: 1.5;
}
.inner_text p {
	font-size: 15px;
	padding-bottom: 15px;
}
.detail_info .buy_button {
	
}

span#check_quant {
	display: none;
}
.basket_item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	background-color: #e9e7e7;
}
.basket_item span {
	display: block;
	padding: 2px 0px;
}
.basket_item li {
	height: 80px;
	overflow: hidden;
}
.basket_img {
	width: 80px;
}
.basket_item img {
	display: block;
	width: 100%;
	height: 100%;
}
img.minus, img.plus {
	display: inline-block;
	float: left;
	width: 15px;
	height: 25px;
}
.basket_name {
	width: 350px;
	padding: 5px 15px;
}
.basket_close {
	width: 50px;
	padding: 29px 15px;
	float: right;
}
.basket_close i {
	float: right;
	font-size: 22px;
	color: rgb(122, 117, 117);
	cursor: pointer;
}
.basket_amount, .basket_price {
	width: 200px;
	padding: 17px 15px;
}
.basket_quantity {
	width: 230px;
	padding: 17px 15px;
}
.basket_quantity input {
	width: 50px;
	height: 25px;
	padding: 2px 5px;
	margin: 0px 5px;
	display: inline-block;
	float: left;
	text-align: center;
}
.basket_order_total {
	display: block;
	position: relative;
	width: 100%;
	text-align: right;
	padding: 15px 0px;
}
.basket_nova {
	display: block;
	position: relative;
	width: 100%;
	padding: 0px;
	height: 85px;
}
.basket_nova ul {
	display: block;
	width: 540px;
	float: right;
	border-top: 1px solid #e9e7e7;
	border-bottom: 1px solid #e9e7e7;
	padding: 15px 0px;
}
.basket_nova li {
	float: left;
	width: 50%;
}
.basket_nova li:first-child {
	text-align: left;
}
.basket_nova li:last-child {
	text-align: right;
}
.basket_nova span {
	display: block;
	width: auto;
	margin: 5px 0px;
}
.basket_itogo {
	display: block;
	position: relative;
	width: 100%;
	padding: 15px 0px;
	text-align: right;
}
div.basket_controls {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: nowrap;
        align-items: center;
	position: relative;
	width: 100%;
	padding: 15px 0px;
	text-align: center;
}
.basket_controls a, .red_link {
	cursor: pointer;
	color: #bf1e2e;
	font-weight: 600;
	padding: 9px 0px;
	margin: 0px;
}
.r_error {
	color: #bf1e2e;
}
.basket_controls a:hover, .red_link:hover {
	text-decoration: underline;
}
.basket_controls .basket_pay, #creorder_button,
#conforder_button, #clearorder_button {
	border: 4px solid #ee8e22;
	color: #ee8e22;
    background-color: #ffffff;
	padding: 5px 30px;
	font-size: 16px;
}

.basket_controls .basket_pay {
	padding: 15px 30px;
        max-width: 250px;
}

.basket_controls .basket_pay:hover, #creorder_button:hover,
#conforder_button:hover, #clearorder_button:hover {
	color: #fff;
    background-color: #ee8e22;
	text-decoration: none;
}
#creorder_button, #conforder_button, #clearorder_button {
	display: inline-block;
	margin: 10px 0px;
}
.basket_message {
	display: block;
	width: 100%;
	padding-bottom: 30px;
	font-size: 24px;
	color: #5e5f5f;
}
.row {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.row input, .row textarea, .row select {
	border: 1.5px solid #999999;
	font-size: 14px;
	padding: 3px 5px;
	margin: 5px 0px;
	border-radius: 2px;
	color: #333333;
}
.row textarea {
		width: 290px;
		height: 150px;
	}
.row button {
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 5px;
}
.row label {
	display: block;
	font-size: 14px;
	font-weight: 600;
}
#creorder_button {
	font-weight: 600;
	cursor: pointer;
	padding: 10px 30px;
}
.your_order_data {
	display: block;
	position: relative;
	width: 290px;
	background-color: #e9e7e7;
	padding: 20px;
}
.your_order_data p {
	margin-bottom: 10px;
}
.your_order_data p:first-child {
	font-weight: 600;
}
@media (max-width: 1198px) {
	.container {
		width: 930px;
	}
	.main_products {
		width: 952px;
		margin-left: -11px;
	}
	.mp_item {
		margin: 15px 5px 30px 5px;
	}
	.side_menu {
		width: 290px;
	}
	.contact_block {
		width: 640px;
	}
	.contact_block h1 {
		text-align: left;
	}
	.banner_item, .banner_item1 {
		height: 338px;
	}
	.baner_detail {
		width: 591px;
		padding: 20px 0px 10px 0px;
	}
	.banner_img {
		width: 338px;
		height: 338px;
	}
	li.percent {
		margin-right: 0px;
	}
	.main_video ul {
		display: flex;
		justify-content: space-around;
		width: 100%;
		height: 225px;
	}
	.main_video li {
		width: 400px;
		height: 225px;
	}
	.basket_name {
		width: 350px;
		padding: 5px 15px;
	}
	.basket_amount, .basket_price {
		width: 150px;
	}
	.basket_quantity {
		width: 150px;
	}
	
	.detail_img {
		width: 450px;
	}
	.detail_mainimg {
		width: 450px;
		height: 450px;
	}
	.detail_info {
		width: 450px;
	}
	.detail_price .old_price, .detail_price .new_price {
		width: 152px;
	}
	.detail_price .old_price {
		padding-left: 50px;
	}
	.detail_price .new_price {
		padding-left: 5px;
	}
	.detail_price .new_price a {
		left: -50px;
	}
}
@media (max-width: 990px) {
	.container {
		width: 690px;
	}
	.basket_message {
		text-align: center;
	}
	.product_header {
		font-size: 30px;
		text-align: center;
	}
	#top_burger, #bottom_burger {
		display: block;
	}
	.menu_items {
		float: none;
		display: none;
		justify-content: space-between;
		width: 100%;
		margin-top: 0px;
	}
	.menu_items a {
		font-size: 18px;
		font-weight: 600;
		padding: 10px;
	}
	.main_products {
		width: 100%;
		margin-left: 0px;
	}
	.mp_item {
		margin: 15px 58px 30px 58px;
	}
	.product_menu {
		justify-content: space-around;
	}
	.side_menu {
		width: 270px;
	}
	.contact_block {
		width: 420px;
	}
	.banner_item, .banner_item1 {
		height: 396px;
	}
	.banner_item h2, .banner_item1 h2 {
		font-size: 22px;
		height: 30px;
		margin-top: -4px;
		margin-bottom: 2px;
	}
	.baner_detail {
		width: 390px;
		height: 300px;
	}
	.banner_img {
		width: 300px;
		height: 300px;
	}
	li.percent {
		margin-right: 0px;
	}
	li.time {
		display: flex;
		justify-content: space-between;
		position: absolute;
		left: 0px;
		top: 165px;
		width: 690px;
		height: 82px;
		background-color: #D3D3D3;
	}
	ul.banner_params {
		margin-bottom: 0px;
	}
	ul.banner_params li {
		height: 80px;
		font-size: 20px;
		text-align: center;
	}
	ul.banner_params li img {
		float: none;
		display: block;
		margin: 0px auto;
	}
	li.icon1 span, li.icon2 span, li.icon3 span {
		display: block;
		margin: 0px;
	}
	.banner_info {
		height: 170px;
		padding-right: 15px;
	}
	li.price {
		padding-top: 0px;
		height: auto;
	}
	p.new_price {
		padding-top: 0px;
		font-size: 44px;
	}
	p.old_price {
		font-size: 28px;
		margin-top: 10px;
	}
	li.percent {
		height: auto;
	}
	li.percent img {
		margin-left: -30px;
		margin-top: 40px;
		width: 100px;
	}
	li.percent span {
		left: -10px;
        padding-top: 60px;
		font-size: 40px;
	}
	a.check_info {
		margin-top: 0px;
	}
	li.time {
		justify-content: space-between;
		height: 96px;	
	}
	li.time p.sale {
		width: auto;
	}
	.timer_block {
		margin-top: 5px;
		width: auto;
	}
	.main_how {
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.main_video ul {
		height: 165px;
	}
	.main_video li {
		width: 290px;
		height: 165px;
	}
	.contacts_bg {
		width: 100%;
		height: 380px;
	}
	.about_factory {
		display: none;
	}
	.basket_quantity {
		width: 350px;
		margin-left: 80px;
	}
	.basket_close {
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 80;
		padding-top: 15px;
	}
	
	.detail_img {
		width: 330px;
	}
	.detail_mainimg {
		width: 330px;
		height: 330px;
	}
	.detail_info {
		width: 330px;
	}
	
	.detail_price .old_price {
		position: absolute;
		top: -23px;
		left: 20px;
	}
	.detail_price .new_price {
		width: 210px;
		padding: 25px 0px 0px 50px;
	}
	.detail_price .new_price a {
		padding: 4px 30px;
		position: absolute;
		left: 50px;
		top: 65px;
	}
	.detail_price li.percent {
		width: 120px;
		font-size: 46px;
		padding: 30px 0px;
	}
	.detail_about li img {
		float: none;
		display: block;
		margin: 3px auto;
	}
	.detail_about li a {
		float: none;
		display: block;
		padding-left: 0px;
		margin: 0px;
		text-align: center;
	}
}
@media (max-width: 766px) {
	.container {
		width: 510px;
	}
	.hemail {
		display: none;
	}
	.main_products {
		width: 556px;
		margin-left: -23px;
	}
	.mp_item {
		margin: 15px 25px 30px 25px;
	}
	
	.banner_item, .banner_item1 {
		height: 376px;
	}
	.banner_item h2, .banner_item1 h2 {
		font-size: 18px;
		width: 325px;
		float: left;
	}
	.baner_detail {
		width: 325px;
		height: 292px;
	}
	.banner_img {
		width: 185px;
		height: 185px;
	}
	li.percent {
		margin-right: 0px;
	}
	li.time {
		display: flex;
		justify-content: space-between;
		position: absolute;
		left: 0px;
		top: 100px;
		width: 100%;
		height: 92px;
		background-color: #D3D3D3;
	}
	li.time p.sale {
		font-size: 18px;
	}
	ul.banner_params {
		flex-direction: column;
		justify-content: left;
		width: 160px;
		height: 136px;
		margin-bottom: 0px;
	}
	ul.banner_params li {
		width: 160px;
		display: block;
		height: 44px;
		font-size: 20px;
		margin-left: 100px;
	}
	ul.banner_params li img {
		float: left;
		margin: 5px auto;
		width: 34px;
		height: 34px;
	}
	li.icon1 span, li.icon2 span, li.icon3 span {
		float: left;
		width: 100px;
		margin: 0px;
		font-size: 18px;
		text-align: left;
		padding-top: 12px;
		padding-left: 7px;
		height: 44px;
	}
	.banner_info {
		width: 510px;
		height: 100px;
		padding-right: 15px;
	}
	li.price {
		position: relative;
		width: 350px;
		padding-top: 0px;
		height: 100%;
	}
	p.new_price {
		width: 150px;
		padding-top: 0px;
		font-size: 34px;
		padding-right: 0px;
		margin-top: 5px;
	}
	p.old_price {
		width: 150px;
		font-size: 26px;
		margin-top: 5px;
		padding-right: 0px;
	}
	li.percent {
		float: left;
		height: 100px;
	}
	li.percent img {
		margin-left: 20px;
		margin-top: 8px;
	}
	li.percent span {
		left: 36px;
		font-size: 34px;
        padding-top: 32px;
	}
	a.check_info {
		position: absolute;
		width: 140px;
		height: 46px;
		font-size: 18px;
		right: 0px;
		bottom: 20px;
		margin-top: 0px;
		border-width: 4px;
	}
	li.time {
		justify-content: space-between;
		height: 92px;	
	}
	li.time p.sale {
		width: auto;
	}
	.timer_block {
		margin-top: 2px;
	}
	.main_video ul {
		flex-direction: column;
		height: auto;
	}
	.main_video li {
		margin: 15px auto;
		width: 400px;
		height: 225px;
	}
	.basket_price, .basket_amount, .basket_quantity {
		width: 140px;
		margin-left: 0px;
	}
	.basket_price {
		margin-left: 80px;
	}
	
	.detail_img {
		float: none;
		display: block;
		width: 100%;
	}
	.detail_mainimg {
		width: 510px;
		height: 510px;
	}
	.detail_info {
		float: none;
		display: block;
		width: 510px;
	}
	.detail_price .old_price, .detail_price .new_price {
		width: 195px;
		position: relative;
		top: 0px;
		left: 0px;
	}
	.detail_price .old_price {
		padding: 22px 0px 0px 100px;
	}
	.detail_price .new_price {
		padding: 15px 0px 0px 40px;
	}
	.detail_price .new_price a {
		left: -25px;
		top: 57px;
		padding: 8px 40px;
	}
	.detail_about li img {
		float: left;
		height: 17px;
		width: auto;
		margin-top: 3px;
	}
	.detail_about li a {
		float: left;
		color: #bf1e2e;
		text-decoration: underline;
		font-size: 20px;
		padding-left: 5px;
		margin-top: -3px;
	}
	.sd_choice {
		width: 400px;
		height: 180px;
		margin-left: -200px;
		margin-top: -90px;
	}
	.basket_nova ul {
		width: 510px;
	}
	div.basket_controls {
		justify-content: center;
		flex-direction: column;
    }
	.basket_controls .basket_pay {
		margin-top: 30px;
	}
}

@media (max-width: 574px) {
	.container {
		width: 100%;
		padding: 0px 15px;
	}
	.menu_items {
		flex-wrap: wrap;
		justify-content: space-between;
		width: auto;
	}
	.top_info, .bottom_info {
		justify-content: center;
	}
	.top_info a, .bottom_info a {
		margin-left: 10px;
		margin-right: 10px;
	}
	.main_products {
		width: 100%;
		margin-left: 0px;
	}
	.mp_item {
		margin: 15px auto 30px auto;
	}
	.product_menu {
		width: 220px;
		margin: 0px auto;
		flex-direction: column;
	}
	.product_menu a {
		border-bottom: 1.5px solid #ffffff;
		margin: 0px;
		text-align: center;
		padding: 15px 0px;
	}
	.contact_box {
		flex-direction: column;
	}
	.side_menu {
		width: 100%;
	}
	.contact_block {
		width: 100%;
		padding-left: 0px;
	}
	.side_menu a, .contact_block, .contact_block h1 {
		text-align: center;
	}
	.hemail {
		display: none;
	}

	.banner_item, .banner_item1 {
		width: 100%;
		height: 415px;
	}
	.banner_item h2, .banner_item1 h2 {
		display: block;
		width: 140px;
		font-size: 16px;
		float: left;
		height: auto;
		margin-top: -10px;
	}
	.baner_detail {
		width: 100%;
		height: 100%;
	}
	.banner_img {
		position: absolute;
		top: 0px;
		right: 15px;
		width: 146px;
		height: 146px;
	}
	ul.banner_params {
		display: block;
		width: 140px;
		height: 136px;
	}
	ul.banner_params li {
		width: 140px;
		height: 34px;
		margin-left: 10px;
	}
	ul.banner_params li img {
		float: left;
		margin: 2px auto;
		width: 30px;
		height: 30px;
	}
	li.icon1 span, li.icon2 span, li.icon3 span {
		float: left;
		width: 100px;
		margin: 0px;
		font-size: 16px;
		text-align: left;
		padding-top: 8px;
		padding-left: 7px;
		height: 34px;
	}
	li.percent {
		margin-right: 0px;
	}
	li.time {
		display: block;
		position: absolute;
		left: 0px;
		top: 125px;
		width: 100%;
		height: 125px;
		padding: 0px;
		padding-top: 5px;
	}
	li.time p.sale {
		display: block;
		width: 100%;
		height: 60px;
		font-size: 16px;
		text-align: center;
	}
	.timer_block {
		display: flex;
		justify-content: center;
		width: 100%;
		height: 49px;
	}
	.banner_info {
		position: relative;
		width: 100%;
		height: 250px;
		padding-right: 0px;
	}
	li.price {
		position: absolute;
		right: 10px;
		top: 5px;
		width: 140px;
		height: 120px;
	}
	p.new_price {
		width: 100%;
		font-size: 28px;
		margin-top: 0px;
	}
	p.old_price {
		width: 100%;
		font-size: 22px;
		margin-top: 5px;
		height: auto;
	}
	li.percent {
		position: absolute;
		top: 20px;
		left: 10px;
		height: 100px;
	}
	li.percent img {
		margin: 0px;
		height: 80px;
	
	}
	li.percent span {
		left: 18px;
		font-size: 34px;
        padding-top: 22px;
	}
	a.check_info {
		display: block;
		position: relative;
		width: 120px;
		height: 40px;
		font-size: 16px;
		border-width: 3px;
		margin: 5px 0px;
		padding-top: 6px;
		bottom: 0px;
		float: right;
	}
	.advantage_links li img {
		
	}
	.advantage_links li a, .advantage_links li img {
		margin-left: -10px;
	}
	.main_video li {
		width: 290px;
		height: 165px;
	}
	.contacts_bg {
		height: 450px;
		background: url('../img/contacts-background.png') no-repeat -170px 82px;
	}
	.contacts_body {
		width: 250px;
		height: 350px;
	}
	.basket_name, .basket_price, .basket_amount, .basket_quantity, .basket_price {
		margin-left: 0px;
		width: auto;
	}
	.basket_close {
		padding-top: 29px;
		top: 40px;
	}
	.basket_close i {
		font-size: 20px;
	}
	.basket_item {
		font-size: 14px;
	}
	.detail_mainimg, .detail_mainimg img {
		width: 100%;
		height: auto;
	}
	.detail_img li {
		margin: 0px 10px 10px 0px;
	}
	.detail_img li img {
		max-width: 280px;
	}
	.detail_info {
		width: 100%;
	}
	
	.detail_price .old_price {
		position: absolute;
		top: -15px;
		left: -10px;
	}
	.detail_price .new_price {
		width: 150px;
		padding: 28px 0px 0px 0px;
		margin-left: 50px;
	}
	.detail_price .new_price a {
		padding: 4px 30px;
		position: absolute;
		left: 0px;
		top: 68px;
}
	.detail_price li.percent {
		position: relative;
		float: right;
		top: 0px;
		left: 0px;
		width: 80px;
		font-size: 40px;
		padding-top: 35px;
	}
	.detail_about li img {
		float: none;
		display: block;
		margin: 3px auto;
	}
	.detail_about li a {
		float: none;
		display: block;
		padding-left: 0px;
		margin: 0px;
		text-align: center;
	}
	.sd_choice {
		width: 290px;
		height: 180px;
		padding: 30px 15px 15px 15px;
		margin-left: -145px;
		margin-top: -90px;
	}
	.sd_choice a {
		margin: 10px;
	}
	.basket_nova {
		height: auto;
	}
	.basket_nova ul {
		width: 100%;
		float: none;
		display: block;
	}
	.basket_nova li {
		float: none;
		display: block;
		width: 100%;
	}
	a.basket_pay {
		margin-top: 0px;
	}
}
@media (max-width: 360px) {
	.top_panel, .top_menu, .container, .footer {
		width: 360px;
	}
}