<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

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

@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('fonts/helveticaneue-bold.eot');
    src: url('fonts/helveticaneue-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneue-bold.woff') format('woff'),
         url('fonts/helveticaneue-bold.ttf') format('truetype'),
         url('fonts/helveticaneue-bold.svg#helveticaneue-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

html {
	height:100%;
	width:100%;
	margin-top:0px !important;
}

body {
	min-height: 100%;
	width:100%;
	font-family:Tahoma, Arial;
	font-size: 13px;
	color:#272727;
	position:relative;
	background: #f3f2f2;
}

table {
	display:table;
}

.table {
	display:table;
	
	width:100%;
	height:100%;
}


.center {
	display:inline-block;
}

.tr {
	display:table-row;
}

.td {
	display:table-cell;
	vertical-align:middle;

}

h1 {
	color:#0e0f10;
	font-size:24px;
	text-align:left;
	margin:20px 0px;
	font-family:HelveticaNeue;
}

h2 {
	color:#0e0f10;
	font-size:20px;
	text-align:left;
	margin:20px 0px;
	font-family:HelveticaNeue;
}


h3 {
	color:#0e0f10;
	font-size:18px;
	text-align:left;
	margin:20px 0px;
	font-family:HelveticaNeue;
}



a {
    color: #000;
    text-decoration: underline;
	cursor:pointer;
}

a:hover,
.a_select {
	text-decoration: none;
}

img {
	max-width:100%;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
select,
textarea {
	border-radius:5px;
	background:none;
	max-width:420px;
	width:100%;
	height:37px;
	padding:0px 5px;
	border:1px solid #ccc;
	font-size:18px;
	margin:0px;
	box-sizing: border-box;
}

input[type="number"] {
	width:100px;
	padding:0px;
	padding-left:30px;
}

textarea {
	width:100%;
	max-width:100%;
	height: 122px;

	padding:5px;
	font-size:16px;
}

::-webkit-input-placeholder {
	color:#777;
	font-size:14px;
	font-weight:normal;
}

textarea::-webkit-input-placeholder {
	font-size:16px;
}

::-moz-placeholder {
	color:#777;
	font-size:14px;
	font-weight:normal;
}

:-moz-placeholder {
	color:#777;
	font-size:14px;
	font-weight:normal;
}

:-ms-input-placeholder {
	color:#777;
	font-size:14px;
	font-weight:normal;
}

::-o-input-placeholder {
	color:#777;
	font-size:14px;
	font-weight:normal;
}

:-o-input-placeholder {
	color:#777;
	font-size:14px;
	font-weight:normal;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button {
	height:36px;
	border:2px solid #329421;
	padding:0px 20px;
	text-align:center;
	color:#329421;
	font-size:16px;
	cursor:pointer;
	box-sizing:border-box;
	vertical-align:middle;
	border-radius:0px;
	background:none;
	min-width:100px;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:hover {
	color:#fff;
	background-color:#329421;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
	outline:none;
}

.one_click_button {
	font-size:13px;
	padding:0px 15px;
}

li {
	margin-left:30px;
}

.basket_button, #ordering_button, #zakaz_oplata, #basket_submit, .next_step input[type="button"], .green_button {
	color:#fff !important;
	background-color:#329421 !important;
}

.basket_button:hover, #ordering_button:hover, #zakaz_oplata:hover, .basket_submit:hover, #next_step input[type="button"]:hover, .green_button:hover {
	box-shadow:5px 5px 2px 1px rgba(0,0,0,0.2) !important;
}

.body {
	max-width:1200px;
	padding:0px 5px;
	box-sizing: border-box;
	margin:0px auto;
	position:relative;
}

#header {
	box-sizing: border-box;
	width:100%;
	height:175px;
	background:url(img/grass.png) bottom repeat-x #fff;
	position:relative;
	margin:0px auto;
	padding-top:75px;
}

#header .table {
	max-height:48px;
}

#logo2 {
	display:none;
}

#logo {
	vertical-align:middle;
	text-align:left;
}

#logo img {
	width:100%;
	max-width:283px;
}

.header_td {
	font-size:18px;
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:70px;
	text-align:left;
}

.delivery_td {
	background-image:url(img/delivery_icon.png);
}

.pay_td {
	background-image:url(img/pay_icon.png);
}

.market_td {
	padding-left:15px;
	width:88px;
}

#main_menu {
	box-sizing: border-box;
	border-bottom:1px solid #ccc;
	height:49px;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:#fff;
	z-index:20;
}

#main_menu a {
	text-decoration:none;
	position:relative;
}

.menu {
	font-size:14px;
	height:49px;
	vertical-align:middle;
	text-align:left;
	padding-right:40px;
	white-space: nowrap;
	position:relative;
}

.menu:hover .menu_a:before, #menu_select .menu_a:before {
	content:'';
	position:absolute;
	left:0px;
	top:-13px;
	width:100%;
	height:4px;
	background:#000;
}

.submenu_div {
	display:none;
	position:absolute;
	left:0px;
	top:48px;
	background:#fff;
	border:1px solid #eee;
}

.menu:hover .submenu_div {
	display:block;
}

.submenu_div a {
	display:block;
	padding:8px;
	border-bottom:1px solid #ccc;
}

.submenu_div a:before {
	background:none;
	height:0px;
}

.submenu_div a:hover, .submenu_select {
	background:#eee;
}

#menu_left {
	width:1%;
}

#menu_right {
	text-align:right;
	position:relative;
}

#basket {
	display:inline-block;
}

#basket_menu {
	display:inline-block;
	box-sizing: border-box;
	width:46px;
	height:35px;
	background:url(img/basket.png) center top no-repeat;
	text-align:center;
	padding-left:7px;
	font-size:16px;
	vertical-align:middle;
	margin-left:15px;
}

#basket_menu:after {
	content:"Корзина";
	font-size: 12px;
    position: absolute;
    bottom: -2px;
    left: 4px;
	
}

#basket_menu span {
	display:block;
	margin-top:-5px;
}

#search_icon {
	width:44px;
	height:35px;
	background:url(img/search.png) center center no-repeat;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	z-index:3;
	margin-left:15px;
}

#search_form {
	position:absolute;
	left:0px;
	top:6px;
	width:0px;
	box-sizing: border-box;
	padding-right:0px;
	overflow:hidden;
	text-align:left;
	transition:all 0.3s;
	z-index:2;
}

#search_form input[type="text"] {
	background:#fff;
	width:100%;
	max-width:100%;
	padding-right:50px;
}

#phone {
	display:inline-block;
	vertical-align:middle;
}

#phone p {
	font-size:20px;
	color:#329421;
	margin:0px;
}

#phone small {
	font-size:12px;
	color:#666;
	font-weight:normal;
}

#body {
	position:relative;
	z-index:1;
	padding:0px;
	padding-top:10px;
}

.slider {
	position:relative;
	margin-bottom:10px;
}

.slider_photo {
	cursor:pointer;
}

.slider, .slider_photo, .slider_photo img {
	width:100%;
	text-align:center;
}

.slick-prev,
.slick-next {
    width:39px;
	height:39px;
	position:absolute;
	top:45%;
	z-index:15;
	cursor:pointer;
	opacity:0.5;
}

.slick-prev {
	background:url(img/arrow_left.png) center center no-repeat;
	left:0px;
}

.slick-next {
	background:url(img/arrow_right.png) center center no-repeat;
	right:0px;
}

.slick-prev:hover,
.slick-next:hover {
	opacity:1;
}

.slider_txt {
	position:absolute;
	bottom:10%;
	padding-left:45%;
	text-align:center;
	width:100%;
	box-sizing: border-box;
}

.slider_txt a {
	color:#329421;
	font-size:24px;
	padding:7px 15px;
	border:3px solid #329421;
	border-radius:30px;
	text-decoration:none;
}

.slider_txt a:hover {
	background:#329421;
	color:#fff;
}

#delivery_icon_div {
	text-align:justify;
	margin-top:15px;
	border-top: 1px solid #ccc;
	padding-top:15px;
}

.delivery_icon {
	display:inline-block;
}

.delivery_icon_td {
	width:174px;
	height:60px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.delivery_icon img {
	max-width:145px;
	max-height:30px;
}

#delivery_icon_div .delivery_icon:nth-last-child(1) {
	width:100%;
}

#content {
	vertical-align:top;
	padding-top:15px;
	padding-top:20px;
	background: #fff;
}

#content .content {
	padding:0px 15px;
}

.search_photo {
	float:left;
	margin-right:15px;
	padding:5px;
	border:1px solid #ccc;
	width:50px;
	height:50px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}

.bread {
	font-size:13px;
	color:#0b5877;
	margin:0px -7px;
	margin-top:-5px;
	padding: 0px 7px;
	padding-bottom:15px;
	border-bottom: 1px solid #ccc;
}

.bread a {
	color:#0b5877;
	text-decoration:underline;
    font-size:13px;
}

.bread a:hover {
	text-decoration:none;
}

.bread_line {
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px;
}

.sort_div {
	padding-bottom:17px;
}

.page_prew_div {
	text-align:center;
}

.page_prew {
	display:inline-block;
	box-sizing: border-box;
	vertical-align:top;
	padding:15px;
	width:32.2%;
	max-width:386px;
	height:235px;
	background:#eee;
	position:relative;
	z-index:1;
	margin:0.4%;
	margin-top:0px;
	margin-bottom:10px;
	text-align:left;
}

.page_prew h2 {
	text-align:right;
	margin:0px;
	font-size:18px;
	line-height: 1.3;
}

h2 a:hover {
	text-decoration:none;
}

.page_prew .page_ico {
	width:45%;
	max-width:170px;
	height:205px;
	display:inline-block;
	vertical-align:top;
}

.page_prew .product_body {
	display:inline-block;
	height:205px;
	width:53%;
	max-width:210px;
	position:relative;
}

.page_prew .page_ico span {
	display:block;
	height:180px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}

.page_prew a, .prew_a {
  	text-decoration:none;
}

.page_prew .product_body .prew_a {
	font-size:18px;
	padding:7px 15px;
	border:3px solid #329421;
	border-radius:30px;
	text-decoration:none;
	position:absolute;
	bottom:0px;
	right:0px;
	background:#329421;
	color:#fff;
}

.page_prew:hover .prew_a {
	background:none;
	color:#329421;
}

.clear_div {
	width:100%;
	height:0px;
	display:inline-block;
}

.status_product {
	text-align:left;
	height:24px;
	margin-bottom:10px;
}

.status_product small, .kolvo_comments {
	font-size:12px;
	color:#777;
}

.kolvo_comments a {
	color:#777;
}

.add_kolvo {
	float: right;
}

.minus_kolvo,
.plus_kolvo {
	display:inline-block;
	cursor:pointer;
	height:24px;
	width:21px;
	text-align:center;
	vertical-align:top;
	background:#dee0ee;
	margin:0px;
	line-height:23px;
	border-radius: 3px 0px 0px 3px;
}

.plus_kolvo {
	border-radius: 0px 3px 3px 0px;
}

.add_kolvo input[type="number"] {
	height:20px;
	width:30px;
	min-width:30px;
	padding:0px;
	text-align:center;
	font-size: 12px;
	border: 2px solid #dee0ee;
	border-radius:0px;
	box-sizing: content-box;
	-moz-appearance: textfield;
}

.add_kolvo input::-webkit-outer-spin-button,
.add_kolvo input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.page_product_right .add_kolvo {
	float:none;
	margin-bottom:10px;
}

.product_variant {
	margin-bottom:10px;
}

.status_product span {
	display:block;
	height:17px;
	font-size:12px;
	padding-left:25px;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:contain;
	color: #535455;
	line-height:18px;
}

.status_product_0 span {
	background-image:url(img/available_0.png);
}

.status_product_1 span {
	background-image:url(img/available_1.png);
}

.status_product_2 span {
	background-image:url(img/available_2.png);
}

.rating {
	float:right;
	position:relative;
	vertical-align:middle;
}

.rating_child_div {
	float:right;
	width:95px;
	text-align:center;
}

.rating div {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	background:#fff600;
	z-index:1;
}

.rating .add_voice {
	width:19px;
	height:100%;
	top:0px;
	background-color:transparent;
	background-image:url(img/rating.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:18px 17px;
	z-index:3;
}

.rating span {
	display:block;
	width:85px;
	height:17px;
	position:relative;
	z-index:2;
}

.page_center .status_product {
	text-align:left;
}

.product, .page_full {
	height:470px;
	background:none;
	border:1px solid #8b928e;
	position:relative;
}

.product {
	width:230px;
	max-width:230px;
	margin:5px 0;
	padding: 15px 10px;
	height:392px;
	border-radius:10px;
}

.product:hover {
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.5);
}

.product .page_ico {
	width:100%;
	max-width:350px;
}

.product .page_ico, .product .page_ico a {
	height:176px;
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-bottom: 10px;
}

.product h2 {
	margin:0px;
	height:56px;
	font-size:15px;
	text-align:center;
	line-height:18px;
	font-weight: normal;
	font-family: Arial;
}

.product small {
	font-size: 12px;
	color: #535455;
	line-height:22px;
}

.product .product_body {
	display:none;
}

.more_information {
	text-align:right;
	margin-bottom:10px;
}

.more_information a {
	font-size:30px;
	font-family:"Bookman Old Style";
	color:#ccc;
	border:#ccc solid 3px;
	border-radius:50%;
	width:36px;
	height:36px;
	text-align:center;
	display:inline-block;
	box-sizing:border-box;
}

.more_information a:hover {
	color:#000;
	border:#000 solid 3px;
}

.more_information_txt {
	display:none;
	position:absolute;
	z-index:15;
	top:74px;
	background:#fff;
	height:245px;
	box-sizing:border-box;
	width:100%;
	padding:0px 10px;
	margin-left:-15px;
	font-size:13.5px;
	overflow:hidden;
}


.more_information_buttons {
	position:absolute;
	bottom:0px;
	height:40px;
	width:100%;
	box-sizing:border-box;
	padding:0px 15px;
	margin-left:-15px;
	background:#fff;
	box-shadow:0px 0px 10px 10px #fff;
	z-index:20;
}

.more_information_link {
	font-size:16px;
	color:#ccc;
	border:#ccc solid 3px;
	border-radius:20px;
	padding:5px 15px;
	width:132px;
	box-sizing:border-box;
	display:block;
}

.more_information_link:hover {
	color:#000;
	border:#000 solid 3px;
}

.more_information_close {
	box-sizing:border-box;
	width:36px;
	height:36px;
	border:3px solid #ccc;
	color:#ccc;
	border-radius:50%;
	display:block;
	float:right;
	font-size:20px;
	text-align:center;
}

.more_information_close:hover {
	border:3px solid #000;
	color:#000;
}

.price_buttons_div {
	text-align:left;
	margin-bottom:10px;
}

.basket_button_div {
	text-align:left;
}

.old_price {
	text-decoration:line-through;
	color:#ccc;
	font-size:12px;
}

.price {
	font-size:12px;
	color: #000;
}

.price strong {
	font-size:17px;
	color: #000;
}

.price small {
	color:#777;
	font-size:12px;
}

.promo_price {
	display: inline-block;
    vertical-align: top;
    margin-top: 11px;
    padding-left: 34px;
    height: 39px;
    background: url(img/bonus.png) left center no-repeat;
    background-size: auto 31px;
    color: #777;
    box-sizing: border-box;
    padding-top: 5px;
    font-size: 13px;
}

.disabled {
	opacity:0.3;
}

.disabled:hover {
	box-shadow:none;
}

.basket_button {
	float:right;
	width:100px;
	height:27px;
	font-size:12px;
	padding:0px;
	padding-left:32px;
	text-align:left;
	background:url(img/basket_icon.png) 5px center no-repeat;
}

.page_full {
	height:352px;
	width:49%;
	max-width:450px;
	margin:0px;
	border: none;
	padding: 0px;
}


.page_prew.product .is_distant_order{
  bottom: 135px;
  top: inherit;

}
.page_prew.page_full .is_distant_order{
  top: 10px;

}

.dop_photo {
	width:80px;
	text-align:center;
	vertical-align: top;
	padding-right: 7px;
}

.dop_height {
	height:352px;
	overflow:hidden;
}

.page_full .page_ico {
	width:100%;
	max-width:100%;
	height:100%;
	box-sizing: border-box;
	padding:5px;
	border: 1px solid #ccc;
	display:table-cell;
	cursor:pointer;
}

.page_full .page_ico div {
	height:280px;
	min-width:280px;
	margin-top: 27px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}

.prew_img {
	width:70px;
	height:70px;
	padding:5px;
	margin-bottom:8px;
	border: 1px solid #ccc;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	background-origin: content-box;
	cursor:pointer;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
	display:none;
}

.prew_img:nth-child(-n+5) {
	display:block;
}



.arrow_up, .arrow_down {
	height:39px;
	cursor:pointer;
	opacity:0.5;
	position:absolute;
	width:80px;
}

.arrow_up {
	top:-10px;
	background:url(img/arrow_up.png) center center no-repeat;
}

.arrow_down {
	bottom:-10px;
	background:url(img/arrow_down.png) center center no-repeat;
}

.arrow_up:hover, .arrow_down:hover {
	opacity:1;
}

.arrow_disabled, .arrow_disabled:hover {
	opacity:0.1;
}


.page_product_right {
	vertical-align:top;
	width:49%;
	max-width:390px;
	display: inline-block;
	padding:0px 20px;
	box-sizing: border-box;
}

.page_product_right h1 {
	margin:0px;
	font-size:22px;
	margin-bottom:10px;
}

.reyting_txt {
	float:right;
	color:#777;
}

.reyting_txt .rating {
	margin-top:3px;
}

.page_full_params {
	font-size:14px;
	margin-bottom:15px;
}

.price_full {
	color: #0e0f10;
	font-size: 14px;
	margin-bottom: 15px;
}

.price_full .price, .price_full .old_price {
	display:inline-block;
	vertical-align: top;
}

.price_full .price {
	width: 100%;
	max-width: 214px;
}

.price_full .price span {
	font-size:34px;
	font-family: HelveticaNeue;
}

.price_full .old_price {
	color: #bebfc1;
	text-decoration: none;
}

.price_full .old_price span {
	font-size:34px;
	text-decoration: line-through;
	font-family: HelveticaNeue;
}

.price_full small {
	color:#777;
}

.page_product_right .status_product {
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width: 214px;
	height:auto;
	margin-bottom:15px;
}

.page_product_right .status_product span {
	font-size: 17px;
	padding-left: 30px;
}

.page_product_right .status_product_0 span {
	color: #ff1414;
}

.page_product_right .status_product_1 span {
	color: #309322;
}

.page_product_right .status_product_2 span {
	color: #ff9000;
}

.page_product_right .status_product small {
	margin-left: 30px;
	margin-top: 6px;
    display: block;
}

.page_product_right .reyting_txt {
	display:inline-block;
	float:none;
}

.comments_link {
	display:block;
	float:right;
	height:27px;
	margin-top:12px;
	padding-left:45px;
	background:url(img/comments.png) left center no-repeat;
}

.delivery_info {
	margin-top: 20px;
	margin-bottom:17px;
	background:url(img/delivery_icon.png) left center no-repeat;
	background-size:contain;
	height:36px;
	padding-left:50px;
	cursor:pointer;
}

.delivery_info .td {
	height:36px;
}

.delivery_info a {
	color: #309322;
	border-bottom:1px dashed #309322;
	text-decoration:none;
}

.delivery_info:hover a {
	border-bottom:1px transparent dashed;
}

.page_product_right .basket_button {
	float:left;
}

.pay_info_div {
	text-align:left;
}

.pay_info_div small {
	font-size:12px;
	color: #ccc;
}

.page_full_product_h p {
	margin:0px;
	margin-bottom:25px;
}

.page_full_product_h small {
	color:#5e6568;
	font-size:12px;
}

big {
	font-weight:bold;
	font-size:18px;
}

#select_city, #select_city2, .select_city, .punctir {
	text-decoration:none;
	border-bottom:1px #000 dashed;
}

#select_city:hover, #select_city2:hover, .select_city:hover, .punctir:hover {
	border-bottom:1px transparent dashed;
}

.pencil {
	position:relative;
}

.pencil:after {
	content:'';
	position:absolute;
	right:-35px;
	width:25px;
	height:26px;
	background:url(img/pen.png) center center no-repeat;
	opacity:0.3;
}

.select_city:hover .pencil:after {
	opacity:1;
}

.show_full_div {
	margin-top:15px;
}

#footer {
	width:100%;
	color:#373737;
	font-size:11px;
	padding:0px;
	margin-top:-5px;
}

.footer_txt {
	margin-right:47px;
}

#footer .body {
	background:url(img/grass.png) left top repeat-x #fff;
	padding:0px 15px;
	padding-top:77px;
}

#footer .td {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

#footer .ftable {
	width: 100%;
	height:150px;
}

#footer .copyright {
	display:inline-block;
	vertical-align:top;
	margin-left:15px;
}

#footer th {
	text-align:left;
	color: #373737;
	font-size: 18px;
	height:40px;
	vertical-align: top;
	font-family: HelveticaNeue
}

#footer td {
	font-size: 11.5px;
	vertical-align: top;
}

#footer .td img{
	max-width: 100%;
}

#footer td li {
	margin-left:17px;
}

#footer td a {
	color: #6a7a91;
	text-decoration: underline;
}

#footer td a:hover {
	text-decoration:none;
}

.delivery_icon_td {
	border-collapse:collapse;
}

.delivery_calc_table {
	border-collapse:collapse;
}

.delivery_calc_table td {
	padding:5px 0px;
	border-bottom:1px solid #ccc;
	vertical-align:middle;
}

.delivery_calc_table .delivery_icon_td {
	height:30px;
	border:none;
}

.delivery_calc_table .delivery_icon_td img {
	max-height:25px;
	max-width: 80%;
}

.delivery_calc_table small {
	color:#777;
	font-size:11px;
}

.yarlyk_div {
	position:absolute;
	left:-3px;
	top:65px;
	z-index:10;
}

.yarlyk {
	width:120px;
	height:55px;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}

.yarlik_hit {
	background-image:url(img/yarlik_hit.png);
}

.yarlik_new {
	background-image:url(img/yarlik_new.png);
}

.buy_variant {
display: inline-block;
    font-size: 15px;
    width: 102px;
    color: #777;
    text-align: center;
    margin-top: 5px;
    border: 1px solid #777;
    padding: 3px 10px;
    border-radius: 6px;
    vertical-align: middle;
    text-decoration: none;
    box-sizing: border-box;
}

.buy_variant:hover, .buy_variant_select {
	border:1px solid #329421;
	background:#329421;
	color:#fff;
}

.buy_variant_disabled {
	color:#ccc;
	border:1px solid #ccc;
}

.buy_variant_disabled:hover {
	border:1px solid #ccc;
	background:none;
	color:#ccc;
}

.inline {
	display:inline-block;
	vertical-align:middle;
}

.pvz_list {
	display:none;
}

.pvz_map, .pvz_map_list {
	width:100%;
	max-height:300px;
	display:none;
	box-sizing: border-box;
}

.pvz_map {
	height:300px;
}

.pvz_map_list {
	display:block;
}

.pvz_map_list_ul {
	overflow:auto;
	max-height:263px;
	position:relative;
	background: #fcfcfc;
}

.pvz_map_button_div {
	background:#fff;
	padding:3px;
	border-bottom:1px solid #eee;
	text-align:left;
}

.pvz_map_button_div input[type="text"] {
	height:28px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:13px;
	border-radius:3px 0px 0px 3px;
	vertical-align:top;
	margin-right:0px;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
}

.pvz_map_list_ul .pvz_map_li {
	padding:10px 0px;
	border-bottom:1px solid #eee;
	cursor:pointer;
	text-align:left;
	position:relative;
	padding-left:40px;
	padding-right:12px;
	position:relative;
}

.pvz_map_list_ul .pvz_map_li:before {
	content:'';
	width:5px;
	height:5px;
	background:#000;
	border-radius:50%;
	position:absolute;
	left:20px;
	top:50%;
	vertical-align:middle;
}

.pvz_map_button {
	display:inline-block;
	cursor:pointer;
	padding:0px 12px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:13px;
	line-height: 26px;
	box-sizing: border-box;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.15), 0 2px 5px -3px rgba(0,0,0,.15);
	border-radius: 3px;
	background-clip: border-box;
	background-color: #329421;
	color:#fff;
	height: 28px;
}

.pvz_map_button:hover, .pvz_map_button_hover {
	background:#fff;
	color:#329421;
}

.pvz_search_button {
	border-radius:0px 3px 3px 0px;
	margin-left:0px;
	background:#000;
}

.pvz_search_button:hover {
	background:#fff;
	color:#000;
}

#pvz_map_button {
	float:right;
}

.pvz_map_list_ul .pvz_map_li .pvz_map_button {
	float:right;
	display:none;
}

.pvz_map_list_ul .pvz_map_li:hover .pvz_map_button {
	display:inline-block;
}

.pvz_map_list_ul .pvz_map_list_select .pvz_map_button, .pvz_map_list_ul .pvz_map_list_select:hover .pvz_map_button {
	display:none;
}

.pvz_map_li .pvz_map_pvz_select, .delivery_select .pvz_map_pvz_select, .payment_select .pvz_map_pvz_select {
	display:none;
}

.pvz_map_pvz_select, .delivery_select_ok .pvz_map_pvz_select, .payment_select_ok .pvz_map_pvz_select {
	display:inline-block;
	float:right;
	border-radius:50%;
	color:#fff;
	line-height: 20px;
	font-size:14px;
	background:#329421;
	height:20px;
	width:20px;
	text-align:center;
	background-clip: border-box;
	margin-top: 6px;
    margin-right: 20px;
}

#basket_form  .pvz_map_pvz_select {
	float:left;
	margin-left:-30px;
	margin-right: 0px;
}


.pvz_map_pvz_select_map {
	display:none;
}

.search_pvz_error {
	font-size:12px;
	color:#f00;
}

#show_select_region {
	display:none;
	position:absolute;
	top:-10px;
	margin-left:-73px;
	text-align:center;
	z-index:5;
	background:#eee;
	border:1px solid #489f39;
	border-radius:10px;
	padding:10px;
	font-size:15px;
}

#page_full_menu_div {
	border-bottom:1px solid #777;
	height:36px;
	margin-top:15px;
	margin-bottom:15px;
}

.page_full_menu {
	float:left;
	height:36px;
	vertical-align:top;
	color:#777;
	font-size:15px;
	padding:7px 13px;
	box-sizing: border-box;
	cursor:pointer;
	margin-top:1px;
	border-left:1px solid transparent;
	border-top:1px solid transparent;
	border-right:1px solid transparent;
	filter: grayscale(100%);
}

.page_full_menu:hover, .page_full_menu_select {
	border-left:1px solid #777;
	border-top:1px solid #777;
	border-right:1px solid #777;
}

#page_add_comments_button {
	background-image:url(img/comments.png);
	background-position:13px center;
	background-repeat:no-repeat;
	background-size:30px;
	padding-left:55px;
}

.page_full_menu_select {
	background:#fff;
	color:#000;
	border-left:1px solid #777;
	border-top:1px solid #777;
	border-right:1px solid #777;
	filter: none;
}

.product_information {
	display:none;
}

.gray_line {
	width:100%;
	height:15px;
	background:#f3f2f2;
	margin:15px -15px;
	padding:0px 15px;
}

#page_dop_products {
	text-align:center;
}

#sop_products {
	margin:0px;
	padding:0px;
	width:100%;
	overflow-y: auto;
	position:relative;
	transition: all linear 1s;
}

/* хром, сафари */
#sop_products::-webkit-scrollbar { width: 0; }

/* ie 10+ */
#sop_products { -ms-overflow-style: none; }

/* фф (свойство больше не работает, других способов тоже нет)*/
#sop_products { overflow: -moz-scrollbars-none; }

.sop_arrows {
	float:right;
}

.sop_arrows .arrow_left, .sop_arrows .arrow_right {
	display:inline-block;
	vertical-align:top;
	height:22px;
	width:22px;
	cursor:pointer;
	opacity:0.5;
}

.sop_arrows .arrow_left {
	background:url(img/arrow_left.png) center center no-repeat;
}

.sop_arrows .arrow_right {
	background:url(img/arrow_right.png) center center no-repeat;
}

.sop_arrows .arrow_left:hover, .sop_arrows .arrow_right:hover {
	opacity:1;
}

.page_dop_products_h2 {
	font-size:18px;
	margin:0px;
}

#sop_products_body {
	white-space: nowrap;
}

.sop_product {
	white-space: normal;
	display: inline-block;
	vertical-align: top;
	width:380px;
	max-width:100%;
	height:82px;
	margin-top: 10px;
	margin-right:10px;
	position: relative;
}

.sop_product .page_ico {
	display:block;
	float: left;
	height:70px;
	width:70px;
	border:1px solid #ccc;
	background-position:center center;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size:contain;
	padding:5px;
	margin-right:15px;
}

.sop_product h2 {
	color: #329421;
	font-size: 14px;
	min-height:32px;
	font-weight:bold;
	margin:0px;
	font-family:Tahoma;
}

.sop_product a {
	color: #329421;
	text-decoration: none;
}

.sop_price {
	font-size: 14px;
	color: #adb1ac;
	margin:5px 0px;
}

.sop_price b {
	color: #000;
}

.sop_product .green_button {
	height: 20px;
	width:80px;
	font-size:12px;
	position: absolute;
	bottom:0px;
}

#product_seo_txt {
	border-top:1px solid #ccc;
	padding-top:15px;
	margin-top:15px;
	font-size:12px;
}

#page_content_txt p, #product_short_description p, #product_seo_txt p, #page_content_txt_admin p {
	text-align:justify;
	margin-bottom:5px;
}

#page_content_txt p:first-letter, #product_short_description p:first-letter, #product_seo_txt p:first-letter {
	margin-left:15px;
}

.user_comment {
	border-bottom:1px solid #ccc;
	padding:15px 0px;
}

.user_comment:nth-child(1) {
	padding-top:0px;
}

.user_comment:nth-last-child(1) {
	border-bottom:1px solid transparent;
	padding-bottom:0px;
}

.comments_date {
	color:#777;
	font-size:13px;
}

.comments_city {
	color:#777;
	font-size:13px;
}

.comments_info .rating {
	float:left;
	height:12px;
	margin-top:4px;
	margin-right:10px;
}

.comments_info .add_voice {
	background-image: url(img/rating_small.png);
}

.comments_info .rating span {
	height:12px;
	width:60px;
}

.comments_txt {
	margin-top:10px;
	text-align:justify;
}

.comments_admin_txt_div {
	margin-top:5px;
	padding-left:50px;
}

.comments_admin_txt {
	margin-top:5px;
	text-align:justify;
	font-style:italic;
	color:#777;
	font-size:12px;
}

.comments_admin_panel {
	float:right;
	text-align:right;
}

.comments_admin_panel b {
	color:#f00;
	opacity:1;
}

.user_comment_moderate {
	opacity:0.5;
}

.user_comment_moderate:hover {
	opacity:1;
}

#add_rating_div, #change_rating_div {
	display:inline-block;
	position:relative;
	vertical-align:top;
}

#add_rating_div label, #change_rating_div label {
	display:inline-block;
	height:19px;
	background:url(img/rating.png) right center no-repeat;
	cursor:pointer;
	position:absolute;
	left:0px;
	top:0px;
}

#add_rating_div input, #change_rating_div input {
	opacity:0;
	display:none;
	width:0px;
	height:0px;
}

#add_rating_div input:checked+label, #change_rating_div input:checked+label {
	background-color:#fff600;
}

#user_comment_0 {
	display:none;
}

.admin_comments_links {
	display:none;
}

#add_comments_form input  {
	margin-right:20px;
}

.pvz_map_button_div input[type="text"] {
	max-width:200px;
}

.delivery_calc_table input[type="radio"], #basket_table input[type="radio"] {
	width:0px;
	height:0px;
	opacity:0;
	margin: 0px;
    position: absolute;
    left: -20px;
}

.select_delivery_td {
	width:50px;
	vertical-align:middle;
	text-align:right;
	display:none;
}

#go_up {
	border:3px solid #329421;
	border-radius:50%;
	text-align:center;
	color:#329421;
	height:50px;
	width:50px;
	bottom:150px;
	right:20px;
	position:fixed;
	z-index:-1;
	opacity:0;
	cursor:pointer;
	transition:all 0.5s;
}

#go_up div {
	position:relative;
	margin:0px auto;
	margin-top:3px;
	width:0px;
	height:0px;
	border-right:15px solid transparent;
	border-left:15px solid transparent;
	border-bottom:15px solid #329421;
	border-radius:10px;
	text-align:center;
}

#go_up div:before {
	content:'';
	position:absolute;
	width:14px;
	height:4px;
	background:#329421;
	top:15px;
	left:50%;
	margin-left:-7px;
	text-align:center;
}

#go_up div:after {
	content:'';
	position:absolute;
	width:14px;
	height:8px;
	background:#329421;
	top:34px;
	left:50%;
	margin-left:-7px;
	text-align:center;
	border-radius:0px 0px 3px 3px;
}

.delivery_messege {
	background-image:url(img/box.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:contain;
	padding-left:100px;
}

#menu_button {
	height:21px;
	width:30px;
	margin-right:10px;
	position: relative;
	box-sizing: border-box;
	border-bottom:3px solid #329421;
	border-top:3px solid #329421;
	margin-top:2px;
	margin-left:10px;
	display:none;
	cursor:pointer;
}

#menu_button:before {
	content: '';
    height: 3px;
    width: 30px;
    background: #329421;
    left: 0px;
    top: 6px;
    position: absolute;
}

#cookie_alert {
	position:fixed;
	bottom:0px;
	left:50%;
	margin-left:-160px;
	width:320px;
	z-index:20;
	background:#fff;
	padding:5px 0px;
	border:1px solid #329421;
	text-align:center;
	box-sizing: border-box;
}

#cookie_alert p {
	margin:10px;
	font-size:12px;
}

#cookie_alert input[type="button"] {
	margin-right:10px;
	font-size:14px;
	height:27px;
}

#ya_ne_robot input[type="checkbox"] {
	width:0px;
	height:0px;
	opacity:0;
}

#ya_ne_robot label {
	position:relative;
	padding-left:25px;
	padding-top:2px;
}

#ya_ne_robot label:before {
	content:'';
	position:absolute;
	top:0px;
	left:0px;
	border:1px solid #ccc;
	border-radius:2px;
	width:15px;
	height:15px;
}

#ya_ne_robot input[type="checkbox"]:checked+label:after {
	content:'\2714';
	position:absolute;
	top:-11px;
	left:-1px;
	color:#329421;
	font-size:27px;
}

.product_last_column {
	display: inline-block;
	border-left: 1px solid #ccc;
	padding-left:20px;
	min-height: 350px;
	color: #5e6568;
	font-size:12px;
	max-width:300px;
}

.fed_partner {
	margin-top:25px;
	height: 122px;
	padding-left: 90px;
	background:url(img/small_fedpartner.jpg) left center no-repeat;
	cursor:pointer;
}

.nachisl {
	float:right;
	width:36%;
}

@media screen and (max-width: 1200px) {
	.product_last_column {
		display:none;
	}
	
	.page_product_right {
		max-width:49%;
	}
}

@media screen and (max-width: 1190px) {
	.promo_txt {
		font-size:12px;
		height:auto !important;
	}
}

@media screen and (max-width: 1150px) {
	.product_right {
		text-align:center;
	}
	
	.rating_child_div {
		display:inline-block;
		float:none;
	}
}

@media screen and (max-width: 1080px) {
	#delivery_icon_div {
		text-align:center;
	}
	.zakaz_item_right
	{
		float:initial !important;
		margin:0px;
	}
	.delivery_icon_td {
		width:160px;
		height:50px;
	}
	
	.delivery_icon img {
		max-width:130px;
	}
	
	.pay_info  {
		font-size:13px;
		background-size:auto 24px;
		padding-left:30px;
	}
}

@media screen and (max-width: 1050px) {
	.menu {
		padding-right:20px;
	}
	
	#logo {
		padding-right:20px;
	}
}

@media screen and (max-width: 995px) {
	#promo_button {
		margin-right:0px !important;
	}
	
	.tr_product td:nth-child(3), .tr_product td:nth-child(4), .tr_product td:nth-child(5) {
		width:100px;
		text-align:center !important;
	}
	
	.tr_product td:nth-child(6) {
		width:150px;
	}
	
	#itogo_tr td:nth-child(2), #itogo_tr td:nth-child(3), #itogo_tr td:nth-child(4) {
		width:100px;
	}
	
	#itogo_tr td:nth-child(5) {
		width:150px;
	}
	
	.tr_order_id td:nth-child(3), .tr_order_id td:nth-child(5) {
		width:120px;
	}
	
	.tr_order_id td:nth-child(4) {
		width:50px;
	}
	
	.page_full {
		width:50%;
	}
	
	.page_product_right {
		width:47%;
	}
	
	.menu {
		font-size:15px;
	}
	
	#phone p {
		font-size:18px;
	}

	.delivery_icon_td {
		width:130px;
		height:40px;
	}
	
	.delivery_icon img {
		max-width:100px;
	}
	
	.rating_child_div {
		display:block;
		float:right;
	}
}

@media screen and (max-width: 943px) {
	#promo_button {
		margin-bottom:10px;
	}
	
	.nachisl {
		float:none;
		width:auto;
	}
	
	.promo_txt {
		min-height:100px;
	}
	
	#delivery_messege {
		width:100% !important;
	}
	
	#select_delevery_pay_div {
		display:block !important;
	}
}

@media screen and (max-width: 920px) {
	.main_menu_div_hide {
		display:none;
	}
	
	.main_menu_div_show {
		display:block;
	}
	
	#menu_button {
		display:block;
	}
	
	.menu:hover .menu_a:before, #menu_select .menu_a:before {
		height:0px;
		background:none;
	}
	
	#main_menu_div {
		position:absolute;
		width:100%;
		background:#fff;
		z-index:10;
		top:49px;
		left:0px;
		border-bottom: 1px solid #ccc;
		padding:0px 5px;
		box-sizing: border-box;
	}
	
	#main_menu_div {
		width:auto;
	}
	
	.menu {
		display:block;
		height:auto;
		padding:10px 5px;
	}
}

@media screen and (max-width: 900px) {
	#static_slider {
		display:none;
	}
	
	.basket_step_form {
		max-width:inherit !important;
	}
	
	.basket_help {
		display:none;
	}
	
	#footer .td {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	
	#footer .ftable {
		height: auto;
	}
	
	.footer_txt {
		margin-right:0px;
	}
}

@media screen and (max-width: 875px) {
	.shop {
		width: 31%;
		height:200px;
	}
	
	.shop  .product_body {
		width:63%;
		height:165px;
	}
	
	.shop  .page_ico {
		width:35%;
		height:165px;
	}
	
	.shop .page_ico span {
		height:165px;
	}
	
	.shop .product_body .prew_a {
		font-size:16px;
		padding:5px 10px;
		border-radius:15px;
	}
	
	.rating_child_div {
		display:inline-block;
		float:none;
	}
}

@media screen and (max-width: 840px) {
	.basket_step_titl {
		display:none;
	}
	
	.show_messege .pop_window {
		padding: 15px !important;
		padding-top:35px !important;
	}
	
	.delivery_calc_table td:nth-child(3) {
		width:110px !important;
	}
	
	.delivery_calc_table td:nth-child(5) {
		width:80px !important;
	}
	
	
	#basket_form .delivery_calc_table td:nth-child(5) {
		width:37px !important;
	}
	
	
}

@media screen and (max-width: 815px) {
	#politika_p {
		float:none !important;
	}
	
	#politika_p span {
		display:inline !important;
	}
	
	#promo_button {
		margin-bottom:0px;
	}
	
	.item_h {
		font-size:14px !important;
	}
	
	.shop {
		width: 31%;
		height:190px;
	}
	
	.shop  .product_body {
		width:60%;
		height:155px;
	}
	
	.shop  .page_ico {
		width:30%;
		height:155px;
	}
	
	.shop .page_ico span {
		height:155px;
	}
	
	.delivery_icon_td {
		width:115px;
		height:30px;
	}
	
	.delivery_icon img {
		max-width:95px;
		max-height:20px;
	}
	
	.slider_txt a {
		font-size:14px;
		padding:5px 10px;
	}
}

@media screen and (max-width: 760px) {
	#admin_login {
		float:right;
	}
	
	#admin_panel .td {
		border-bottom:none !important;
		display:block;
	}
	
	#admin_panel {
		display:block !important;
		border-bottom: 2px solid #000;
	}
	
	#admin_menu_small {
		display:block !important;
	}
	
	.admin_menu_div_hide {
		display:none;
	}
	
	#admin_menu_div {
		background:#fff;
		position:absolute;
		left:0px;
		top:31px;
		padding:5px;
	}
	
	#admin_menu_div .admin_menu {
		display:block !important;
	}
	
	.tr_product td:nth-child(1) {
		display:none;
	}
	
	.tr_product td:nth-child(5) {
		width:50px;
	}
	
	#basket_bonus_tr td {
		display:table-cell;
	}
	
	#itogo_tr td:nth-child(4) {
		width:50px;
	}
	
	
	.rating_child_div {
		display:block;
		float:right;
	}
	
	.page_full, .page_product_right {
		float:none;
		width:70%;
		max-width:inherit;
		display:block;
		margin:10px auto;
	}
	
	
	.pay_info {
		font-size:14px;
		padding-left:40px;
		background-size:auto auto;
	}
	
	#last_tr {
		display:table-cell;
		
	}
}

@media screen and (max-width: 740px) {
	
	.product {
		width:31%;
		height:345px;
	}
	
	.kolvo_product, .add_kolvo {
		display:none;
	}
	
	.status_product {
		float:left;
		margin-top:5px;
	}
	
	.status_product span {
		padding-left:15px;
		height: 13px;
		font-size:10px;
		line-height:12px;
	}
	
	.submenu_div {
		display:none !important;
		padding:0px;
		margin:0px;
		height:0px;
		width:0px;
		background:none;
		overflow:hidden;
		border:none;
	}
	
	.shop {
		width:47%;
	}
	
	.delivery_icon_td {
		width:100px;
		height:30px;
	}
	
	.delivery_icon img {
		max-width:80px;
		max-height:20px;
	}
	
	.header_td {
		font-size:14px;
		background-size:auto 30px;
		padding-left:50px;
	}
}

@media screen and (max-width: 710px) {
	
	.product {
		width:48%;
	}
}

@media screen and (max-width: 690px) {
	#rekvizity p {
		white-space: inherit !important;
	}
	.page_full, .page_product_right {
		width:80%;
	}
	
	#go_up {
		display:none;
	}
	.product {
		width:48%;
	}
}

@media screen and (max-width: 660px) {
	.select_delivery_td {
		width:30px !important;
	}
	
	#delivery_calc_table td:nth-child(2) {
		display:none;
	}
	
	.tr_product td:nth-child(3) {
		display:none;
	}
	
	#itogo_tr td:nth-child(1) {
		display:none;
	}
	
	#itogo_tr td:nth-child(2) {
		width:auto;
		text-align:right;
	}
	
	.market_td {
		display:none;
	}
	
	.delivery_icon_td {
		width:85px;
		height:30px;
	}
	
	.delivery_icon img {
		max-width:65px;
		max-height:20px;
	}
	
	.delivery_calc_table td:nth-child(3) {
		width:80px !important;
	}
}

@media screen and (max-width: 580px) {
	#footer .footer_txt .br {
		display:block;
	}
	
	.tr_order_id td:nth-child(1) {
		width:0px !important;
		overflow:hidden;
		padding:0px !important;
	}
	
	.tr_order_id td:nth-child(1) .basket_img, .delivery_icon_order {
		display:none;
	}
	
	.tr_product td:nth-child(4) {
		display:none;
	}
	
	.tr_product td:nth-child(6) {
		width:130px;
	}
	
	#itogo_tr td:nth-child(2) {
		display:none;
	}
	
	#itogo_tr td:nth-child(3) {
		display:none;
	}
	
	#itogo_tr td:nth-child(4) {
		width:auto;
	}
	
	#itogo_tr td:nth-child(5) {
		width:130px;
	}
	
	.delivery_calc_table td:nth-child(2) {
		display:none;
	}
	
	.page_full, .page_product_right {
		width:90%;
	}
	
	
	#go_up {
		bottom:215px;
	}
	
	
	.rating_child_div {
		display:inline-block;
		float:none;
	}
}

@media screen and (max-width: 548px) {
	#promo_button {
		margin-bottom:10px !important;
	}
}

@media screen and (max-width: 545px) {
	.basket_step {
		display:none;
	}
	
	#basket_steps {
		text-align:center;
	}
	
	.show_messege table {
		padding:5px !important;
	}
	
	.page_full, .page_product_right {
		width:98%;
	}
	
	#page_full_menu_div {
		height:30px;
	}
	
	.page_full_menu {
		height:30px;
		font-size:14px;
	}
	
	#add_comments_form .td {
		display:block;
		width:100% !important;
	}
	
	#add_comments_form .td:nth-child(2) {
		text-align:center;
	}
	
	#add_comments_form textarea {
		margin-top:20px;
	}
	
	.delivery_icon_td {
		width:70px;
		height:30px;
	}
	
	.delivery_icon img {
		max-width:50px;
		max-height:20px;
	}
	
	#logo img {
		max-width:225px;
	}
	
	
	.rating_child_div {
		display:block;
		float:right;
	}
	
	.delivery_titl {
		font-size:12px;
	}
}

@media screen and (max-width: 485px) {
	.page_product_right .status_product {
		text-align:left;
	}
	
	.price_buttons_div {
		text-align:center;
	}
	
	#phone, #logo {
		display:none;
	}
	
	#logo2 {
		display:block;
		margin-top: 5px;
		position:absolute !important;
		left:50%;
		margin-left:-140px;
	}
	
	#logo2 img {
		width:176px;
	}
	
	#content .content {
		padding:2px;
	}
	
	.yarlyk_div {
		top:43px;
	}
	
	.product {
		padding:5px;
		height:272px;
	}
	
	.product h2 {
		font-size:12px;
		line-height:normal;
		height:40px;
	}
	
	.product .page_ico, .price_buttons_div{
		margin:0px;
	}
	
	.product .page_ico, .product .page_ico a {
		height:140px;
	}
	
	.rating_child_div, .artikul {
		display:none;
	}
	
	.status_product {
		float:none;
		margin-bottom:1px;
		margin-top:4px;
		text-align:center;
		display:inline-block;
	}
	
	.status_product span {
		height:17px;
		padding-left:25px;
		font-size:12px;
		margin-top:0px;
		line-height:18px;
	}
	
	.basket_button_div {
		text-align:center;
	}
	
	.basket_button {
		float:none;
	}
	
	#delivery_calc_table .delivery_titl, #payment_div_info .payment_titl, .select_delevery_pay {
		padding-left:25px !important;
	}
	
	#delivery_calc_table .delivery_titl:before, #payment_div_info .payment_titl:before, .select_delevery_pay:before {
		left:5px !important;
	}
	
	#delivery_info, #payment_div, #dop_users_info, #users_info, #add_adres_div {
		padding:5px !important;
	}
	
	#delivery_calc_table .pvz_map_list_ul .pvz_map_li {
		padding-left:40px !important;
	}
	
	#delivery_calc_table .pvz_map_list_ul .pvz_map_li:before {
		left:20px !important;
	}
	
	#basket_table #delivery_div, #payment_div_info {
		margin-left:0px !important;
	}
	
	#basket_form .pvz_map_pvz_select {
		margin-left:-22px !important;
	}
	
	#basket_table .pvz_map_list_ul .pvz_map_pvz_select {
		margin-left:-22px !important;
	}
	
	.item_h {
		font-size:12px !important;
	}
	
	.delivery_calc_table td:nth-child(1) {
		padding-right:5px !important;
	}
	
	.delivery_calc_table td:nth-child(3) {
		display:none;
	}
	
	#basket_form .delivery_calc_table td:nth-child(3) {
		display:table-cell;
	}
	
	.delivery_calc_table td:nth-child(4) {
		width:80px !important;
	}
	
	.header_td {
		font-size:13px;
	}
	
	.slider_txt a {
		border-radius:15px;
		border:1px solid #329421;
	}
	
	.shop {
		width:90%;
	}
	
	#header {
		height:150px;
	}
	
	.header_td {
		display:inline-block;
		vertical-align:top;
		height:31px;
		overflow: hidden;
		margin-bottom:10px;
		background-size:auto 31px;
		width:49%;
		box-sizing: border-box;
		float:right;
	}
	
	.market_td {
		display:none;
	}
}

@media screen and (max-width: 455px) {
	.pvz_map_button_div input[type="text"] {
		display:none !important;
	}
	
	.pvz_search_button {
		display:none !important;
	}
	
	.pay_info {
		font-size:13px;
		overflow:hidden;
	}
	
	#page_full_menu_div {
		height: 45px;
	}
	
	.page_full_menu {
		width: 110px;
		display: table-cell;
		vertical-align: middle;
		height: 46px;
		float:none;
		padding:2px 5px;
		text-align:center;
	}
	
	.delivery_icon_td {
		width:130px;
		height:40px;
	}
	
	.delivery_icon img {
		max-width:100px;
		max-height:30px;
	}
}

@media screen and (max-width: 440px) {
	
	#footer .ftable, #delivery_icon_div {
		display: none;
	}
	
	.page_product_right .status_product,
	.price_full .price	{
		max-width:180px;
	}
	
	#footer .copyright {
		width:70%;
		font-size:10px;
	}
	
	#footer .br {
		display:block;
	}
}

@media screen and (max-width: 410px) {
	
	#basket_form .delivery_calc_table td {
		font-size:11px;
	}
	
	#basket_form .delivery_titl small {
		display:none;
	}
	
	.delivery_calc_table td {
		font-size:12px;
	}
	
	.pay_info  {
		font-size:13px;
		background-size:auto 24px;
		padding-left:30px;
	}
	
	.page_full_product_h {
		text-align:left;
	}
	
	.comments_link {
		display:none;
	}
	
	.delivery_icon_td {
		width:115px;
		height:40px;
	}
	
	.delivery_icon img {
		max-width:85px;
		max-height:30px;
	}
	
	.price_full .old_price {
		display: none;
	}
}

@media screen and (max-width: 390px) {
	#footer .copyright {
		width:63%;
		font-size:9px;
	}
	
	#basket_menu, #search_icon {
		margin-left:0px;
	}
	
	#logo2 {
		margin-top:7px;
		margin-left:-122px;
	}
	
	#logo2 img {
		width:148px;
	}
	
	.sop_product h2 {
		font-size:13px;
	}
}

@media screen and (max-width: 360px) {
	.pay_info {
		line-height:16px;
	}
	.page_full_product_h small {
		font-size:10px;
	}
	
	.dop_photo {
		display:none;
	}
	
	.pay_info  {
		font-size:12px;
		background-size:auto 20px;
		padding-left:24px;
	}
	
	.page_product_right .status_product, .reyting_txt {
		display:inline-block;
		margin-bottom:10px;
		float:none;
	}

	
	.page_product_right .basket_button {
		float:none;
	}
	
	.delivery_icon_td {
		width:150px;
		height:40px;
	}
	
	.delivery_icon img {
		max-width:145px;
		max-height:30px;
	}
	
	.reyting_txt {
		display: none !important;
	}

	#phone p {
		font-size:15px;
	}
	
	.sop_product h2 {
		font-size:12px;
	}
	
	.sop_price {
		margin: 0px;
	}
}</pre></body></html>