

/* Start:/tpl/css/style.css?146706511935517*/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
  font-weight: normal;
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
fieldset,
img {
  border: none;
}
caption,
th {
  text-align: left;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
input,
button,
textarea {
  line-height: normal;
  font-family: 'Futura Demi';
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="hidden"],
[hidden],
.hidden {
  display: none;
}
textarea {
  overflow: auto;
  resize: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
a > img {
  vertical-align: bottom;
}
strong,
.strong,
b {
  font-weight: bold;
}
em,
.italic,
i {
  font-style: italic;
}
del,
.del {
  text-decoration: line-through;
}
:focus {
  outline: none;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.map-canvas img {
  max-width: none;
}
.clear {
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.clearfix:after,
.cf:after,
.wrap:after,
.spanning:after,
.content:after,
.main:after,
aside:after,
section:after,
article:after,
.text:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.align-left {
  float: left !important;
}
.align-right {
  float: right !important;
}
.overflow-hidden {
  overflow: hidden;
  display: block;
}
@font-face {
  font-family: 'Futura Book';
  src: url('/tpl/css/../fonts/futura_book.eot');
  src: url('/tpl/css/../fonts/futura_book.eot') format('embedded-opentype'), url('/tpl/css/../fonts/futura_book.woff2') format('woff2'), url('/tpl/css/../fonts/futura_book.woff') format('woff'), url('/tpl/css/../fonts/futura_book.ttf') format('truetype'), url('/tpl/css/../fonts/futura_book.svg#futura_book') format('svg');
}
@font-face {
  font-family: 'Futura Demi';
  src: url('/tpl/css/../fonts/futura_demi.eot');
  src: url('/tpl/css/../fonts/futura_demi.eot') format('embedded-opentype'), url('/tpl/css/../fonts/futura_demi.woff2') format('woff2'), url('/tpl/css/../fonts/futura_demi.woff') format('woff'), url('/tpl/css/../fonts/futura_demi.ttf') format('truetype'), url('/tpl/css/../fonts/futura_demi.svg#futura_demi') format('svg');
}


/*обнуляющие стили*/
* { 
	margin: 0;
	padding: 0;
	outline: none;
} 
/* подключаем свои шрифты*/
@font-face {
	  font-family: MyFuturaDemi;
	  src: url('/tpl/css/../fonts/FTR65.otf');
	}
@font-face {
	  font-family: MyFuturaBook;
	  src: url('/tpl/css/../fonts/FTR45.otf');
	}	
@font-face {
  font-family: MyGeorgia;
  src: url('/tpl/css/../fonts/georgia.TTF');
}

p {
	font-family: MyGeorgia;
	font-size: 15px;
	color: #4a4949;
	line-height: 20px;
}	
h3 {
	font-family: MyFuturaDemi;
	font-size: 15px;
	color: #4a4949;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
}



body {
	 height: 100%;
 
  font: 400 14px/24px 'Futura Demi';
  color: #000000;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
 }


a {
  color: black;
  cursor: pointer;
  background: transparent;
  text-decoration: none;
}
html {
  height: 100%;

}
.main {
  min-height: 100%;
  overflow: hidden;
  padding-bottom: 164px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
  
  background-image: 
        url("/tpl/css/../images/left_uzor.png"), 
        url("/tpl/css/../images/right_uzor.png"),
        url("/tpl/css/../images/bg.png");
    background-position: 
            top left,
            top right,
            0 0; 
    background-repeat: 
            repeat-y,
            repeat-y,
            repeat;
}
.wrap {
  margin: 0 auto;
  max-width: 940px;
}
.error {
  color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.success {
  color: #00cc00 !important;
  border-color: #00cc00 !important;
}
.disabled {
  color: #999999 !important;
  border-color: #999999 !important;
  cursor: default !important;
}
.input-text,
.textarea {
  width: 100%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.textarea {
  font-family: 'Futura Demi';
}
.button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slider {
  border: 10px solid white;
  height: 240px;
  position: relative;
  margin: 0 0 18px;
  overflow: hidden;
}
.slider_index {
 height: 430px;
}
.slider .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: 5;
}
.slider_index  .slick-dots {
 left: 10px;
 right: auto;
}
.slider .slick-dots li {
  display: inline-block;
}
.slider .slick-dots button {
  background: #9d9d9c;
  text-indent: -9999px;
  width: 11;
  height: auto;
  width: 11px;
  height: 11px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 0;
  margin: 0 5px;
  border: 0px solid white;
}
.slider .slick-dots .slick-active button {
  background-color: #fff;
  border: 0px solid white;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
header {
  padding: 34px 0 20px;
}

/*
header ul {
  text-align: center;
  display: table;
  width: 100%;
}
header ul li {
  display: table-cell;
}
header ul a {
  font-size: 20px;
  line-height: 22px;
  display: inline-block;
  padding: 0 5px;
  border-bottom: 5px solid transparent;
}
header ul .current a,
header ul a:hover {
  border-bottom-color: rgba(205, 31, 40, 0.8);
}

*/

.logo {
  background: url(/tpl/css/../images/sprite.png) no-repeat;
  width: 312px;
  height: 153px;
  display: block;
  margin: 0 auto 34px;
}
.logo a {
  display: block;
  height: 153px;
}
footer {
  height: 164px;
  margin-top: -164px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
footer .wrap {
  border-top: 1px solid #72716b;
  position: relative;
}
.copy {
  font: 15px/15px 'Futura Book';
  float: left;
  padding-left: 20px;
}

.copy h5{
	padding-top: 15px;
	display: block;font-size: 15px;
	padding-bottom: 10px;
}

.social {
  float: right;
  padding-right: 20px;
}
.social a {
  background-image: url(/tpl/css/../images/sprite.png);
  background-repeat: no-repeat;
  height: auto;
  width: 38px;
  height: 38px;
  margin: 24px 0 0 32px;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  float: left;
}
.social a:hover {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
footer a.myemail{
	position: absolute;right: 22px;top:80px;z-index: 999;cursor: pointer;
}
footer a.myemail:hover{
	text-decoration: underline;
	cursor: pointer;
}


.social .face {
  background-position: -363px 0;
}
.social .tw {
  background-position: -363px -39px;
}
.social .inst {
  background-position: -363px -79px;
}
.social .owl {
  background-position: -363px -119px;
  width: 59px;
  height: 35px;
}
.spanning {
  clear: both;
  padding-bottom: 40px;
}
.content {
  width: 680px;
  float: right;
}
.catalog-menu-box {
  clear: both;
  margin: 0 0 20px;
}
.catalog-menu-box .separator {
  height: 3px;
  margin: 0 0 20px;
  border-top: 2px solid #4a4949;
  border-bottom: 2px solid #4a4949;
}
.cmb-title {
  font-size: 18px;
  line-height: 1;
  color: #ca1e27;
  margin: 0 0 15px;
}
.cmb-column {
  width: 305px;
  float: left;
}
.cmb--c-right {
  float: right;
}
.cmb--c-box {
  font-size: 14px;
  color: #4a4949;
  line-height: 1.21428571;
  margin: 0 0 15px;
}
.cmb--c-box h2 {
  font-size: 14px;
  line-height: 1.21428571;
}
.cmb--c-box span {
  display: block;
  color: #ca1e27;
}
.up {
  background: url(/tpl/css/../images/sprite.png) no-repeat -314px 0;
  position: fixed;
  left: 20px;
  bottom: 120px;
  display: none;
  height: auto;
  width: 47px;
  height: 47px;
}
.news {
  text-align: center;
  border-top: 1px solid #6c6c65;
  padding: 35px 0;
}
.news h2 {
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 10px;
  letter-spacing: 1px;
}
.news h2 a {
  color: #ca1e27;
}
.news h2 a:hover {
  text-decoration: underline;
}
.news span {
  font: 15px/1.2 Georgia, 'Times New Roman', Times, serif;
  color: #ca1e27;
  display: block;
  margin: 0 0 25px;
}
.news p {
  font: 15px/1.7 Georgia, 'Times New Roman', Times, serif;
  color: #4a4949;
  margin: 0 100px 25px;
}
.news .more {
  font-family: 'Futura Demi';
  font-size: 18px;
  color: #ca1e27;
}
.news .more:hover {
  text-decoration: underline;
}
.news img {
  margin: 0 10px;
}


.akcii .pic{float: left;width: 360px;border: 10px solid #fff;}
.akcii .pic img{margin: 0px;display: block;}
.akcii .txt{float: right;width: 530px;text-align: left;}
.akcii .txt p{margin: 0px;}

.address-map {
  background: white;
  height: 338px;
  border: 10px solid white;
  margin: 0 0 35px;
}
.am-item {
  height: 338px;
  display: none;
}
.am-item.visible {
  display: block;
}
.address-list {
  border-bottom: 1px solid #6e6e6a;
  margin: 0 0 40px;
  padding-bottom: 35px;
}
.al-item {
  width: 33.333333333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  float: left;
}
.al-item h2 {
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
}
.al-item h2 a {
  color: #ca1e27;
}
.al-item h2 .active {
  text-decoration: underline;
}
.al-item p {
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #4a4949;
  margin: 0 0 15px;
  font-family: Georgia;
  font-weight: bold;
}
.banner_contacts{
  background: #dcd9d4;
  border: 10px solid white;
  width: 590px;
  height: 255px;
  float: right;
}
.order-form {
  background: #8d6f62;
  width: 260px;
  padding: 10px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.order-form .input-text {
  background: #f0ece0;
  font-size: 17px;
  font-family: 'Futura Book';
  color: #625c60;
  height: 24px;
  border: 0;
  margin: 0 0 10px;
  padding: 0 45px 0 15px;
  position: relative;
  z-index: 5;
}
.select {
  background: transparent;
  font-family: 'Futura Book';
  font-size: 17px;
  color: #625c60;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 24px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 45px 0 15px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.select option {
  background: white;
  font-size: 14px;
  padding: 3px 0;
}
.select-box {
  background: #f0ece0;
  position: relative;
  height: 24px;
  margin: 0 0 10px;
  clear: both;
}
.unselect-box {
	background:#fbc1c1;
}
.select-box:before {
  background: url(/tpl/css/../images/sprite.png) no-repeat -314px -49px;
  content: "";
  position: absolute;
  width: 31px;
  right: 0;
  top: 0;
  bottom: 0;
}
/* DatePicker Container */
.ui-datepicker {
  background: white;
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker-header {
  background: #cf041d;
  color: #e0e0e0;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 1px 0px #fafafa;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000000;
  filter: dropshadow(color=#000000, offx=1, offy=-1);
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #111;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url('/tpl/css/../images/arrow.png');
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}
.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
.ui-datepicker thead {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
  border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#ffffff, offx=1, offy=0);
  text-align: center;
}
.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(top, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}
.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
  background: #cf041d;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #e0e0e0;
  text-shadow: 0px 1px 0px #4d7a85;
  filter: dropshadow(color=#4d7a85, offx=0, offy=1);
  border: 1px solid #cf041d;
  position: relative;
  margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
.send {
  background: #cf041d;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  border: 0;
  width: 100%;
  height: 24px;
}
.ui-datepicker-trigger {
  background: url(/tpl/css/../images/sprite.png) no-repeat -314px -75px;
  width: 31px;
  height: 24px;
  margin-left: -31px;
  position: relative;
  z-index: 6;
  float: right;
}
.page-title {
  font-size: 18px;
  line-height: 1;
  color: #ca1e27;
  margin: 0 0 15px;
}
.product {
  width: 220px;
  height: 270px;
  margin-right: 10px;
  float: left;
}
.product_nap {
  height: 300px;
}
.product:hover p,
.product:hover span {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-item {
  height: 220px;
  position: relative;
  margin: 0 0 10px;
}
.product-item .pic {
  position: relative;
  width: 220px;
  height: 220px;
-webkit-box-shadow: inset 0px 92px 126px -24px rgba(0,0,0,0.57);
-moz-box-shadow: inset 0px 92px 126px -24px rgba(0,0,0,0.57);
box-shadow: inset 0px 92px 126px -24px rgba(0,0,0,0.57);
}


.product-item .barr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
}
.product-item h2 {
  font-size: 14px;
  line-height: 1.21428571;
  position: absolute;
  text-transform: uppercase;
  left: 10px;
  top: 10px;
  right: 10px;
  color: white;
  z-index: 4;
}
.product-item span {
  background: rgba(202, 30, 39, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.product-item p {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  left: 10px;
  bottom: 10px;
  right: 10px;
  color: white;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 4;
}
.price {
  font-size: 16px;
  line-height: 20px;
  color: #ca1e27;
  width: 120px;
  float: left;
}
.spinner-box {
  width: 54px;
  height: 20px;
  position: relative;
  float: left;
}
.spinner {
  background: #ca1e27;
  font-size: 14px;
  text-align: center;
  color: white;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: block;
  float: none;
  border: 0;
  line-height: 22px;
}
.ui-spinner-button {
  position: absolute;
}
.ui-spinner-button span {
  display: none;
}
.ui-spinner-down {
  background: url(/tpl/css/../images/sprite.png) no-repeat -327px -129px;
  width: 10px;
  height: 3px;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
.ui-spinner-up {
  background: url(/tpl/css/../images/sprite.png) no-repeat -314px -126px;
  width: 10px;
  height: 9px;
  top: 50%;
  right: 0;
  margin-top: -4px;
}
.add-to-basket {
  background: url(/tpl/css/../images/sprite.png) no-repeat -314px -101px;
  width: 23px;
  height: 20px;
  margin: 0 15px 0 5px;
  float: right;
}
.catalog .separator {
  height: 3px;
  margin: 0 0 20px;
  border-top: 2px solid #4a4949;
  border-bottom: 2px solid #4a4949;
  clear: both;
}
.catalog .catalog-box {
  width: 105%;
}
.sidebar {
  width: 220px;
  float: left;
}
.sidebar nav {
  background: rgba(192, 162, 127, 0.5);
  margin: 0 0 20px;
  padding: 15px;
}
.sidebar nav li {
  padding-top: 5px;
}
.sidebar nav li:first-child {
  padding-top: 0;
}
.sidebar nav li a {
  font-size: 15px;
  line-height: 16px;
  display: inline-block;
  border-bottom: 3px solid transparent;
}
.sidebar nav li .current a,
.sidebar nav li a:hover {
  border-bottom-color: rgba(205, 31, 40, 0.8);
}

.sidebar nav li ul{margin-left: 10px;display: none;padding-top: 5px;padding-bottom: 5px;}
.sidebar nav li ul li{line-height: 13px;margin-bottom: 3px;}
.sidebar nav li ul li a{text-transform: none;font-size: 13px;border: 0px;line-height: 13px;}	
.sidebar nav li ul li a:hover{text-decoration: underline;}	

.basket-list .separator {
  height: 3px;
  margin: 0 0 20px;
  border-top: 2px solid #4a4949;
  border-bottom: 2px solid #4a4949;
}
.basket-list ol {
  list-style: decimal;
  margin: 0 0 00px;
  padding: 0 0 0px 22px;
}
.basket-list li {
  margin: 0 0 10px;
}
.basket-list li h2 {
  font-size: 14px;
  line-height: 1.42857143;
  color: #4a4949;
}
.basket-list li h2 a:hover {
  text-decoration: underline;
}
.basket-list li span {
  font-size: 14px;
  line-height: 1.42857143;
  color: #ca1e27;
  display: block;
}
.total {
  font-size: 14px;
  line-height: 1;
  color: #4a4949;
  margin: 0 0 15px;
    border-top: 1px solid #6a6963;
    padding-top: 10px;
}
.total span {
  color: #ca1e27;
}
.order-link {
  background: #cf041d;
  font-size: 16px;
  line-height: 26px;
  color: white;
  text-align: center;
  display: block;
  height: 24px;
  margin: 0 0 20px;
}
.order-link:hover {
  -moz-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
}



/* М Е Н Ю */
.nav_menu {
    height: 20px;
    text-align: center;
  	padding-bottom: 20px;
}
.nav_menu ul {
	list-style: none;
}
.nav_menu ul li {
	float: left;
  	margin-left: 15px;
  	margin-right: 15px;
}
.nav_menu .menu2 {
	float: right;
    margin-right: 8px;
}
.nav_menu ul li a {
	letter-spacing: 1px;
	font-family: MyFuturaDemi;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 10px 5px;
	display: inline-block;
}
.nav_menu ul li a:hover,
.nav_menu ul li a.current {
	background: url("/tpl/css/../images/menu_line.png") no-repeat center bottom;
}



/*картинки с белой рамкой, общий стиль */
.banner, .img_frame_340, .img_frame_160 {
	border: 10px solid #FFF;
   	margin-bottom: 20px;
   	vertical-align: top;
  }
/*большой баннер*/
.img_frame_410 {
	height: 410px;
	} 
/*большая картинка с рамкой*/
.img_frame_340 {

	}
.img_frame_340 img{
	display: block;
}
/*картинка 160 pix с рамкой*/
.img_frame_160 {
	height: 160px;
	}

.img_frame_160.auto {
	height: auto;
	}
.img_frame_160.auto img{
	display: block;
}
#logotype {
	margin-top: 30px;
	text-align: center;
}
#page {
	width: 940px;
	margin: 0px auto; 
}
#text_about{
	float: left;
	width: 460px;
}
.right_pic {
	margin-top: 10px;
	float: right;
	width: 440px;
}
	
	

/* маленькие баннеры */
.small_banners {
	text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
    height: 130px;
 } 
.small_banners a {
    float: left;
    display: inline-block;
	vertical-align: top;
    border: 6px solid #FFF;
    margin-right: 20px;
    width: 208px;
	height: 118px;
}

.small_banners .smb1 {
    background: url("/tpl/css/../images/sm_banner_1.png") no-repeat 0 0;	
}
.small_banners .smb1:hover {
    background: url("/tpl/css/../images/sm_banner_1_y.png") no-repeat 0 0;	
}
.small_banners .smb2 {
    background: url("/tpl/css/../images/sm_banner_2_y.jpg") no-repeat 0 0;	
}
.small_banners .smb2:hover {
    background: url("/tpl/css/../images/sm_banner_2.jpg") no-repeat 0 0;	
}
.small_banners .smb3 {
    background: url("/tpl/css/../images/sm_banner_3.png") no-repeat 0 0;	
}
.small_banners .smb3:hover {
    background: url("/tpl/css/../images/sm_banner_3_y.png") no-repeat 0 0;	
}
.small_banners .smb4 {
    margin-right: 0px;
    background: url("/tpl/css/../images/sm_banner_4.png") no-repeat 0 0;	
}
.small_banners .smb4:hover {
    background: url("/tpl/css/../images/sm_banner_4_y.png") no-repeat 0 0;	
}

/* end of маленькие баннеры */

/*иконки с соцветями*/
.social {
	text-align: right;
	opacity:0.8; filter:alpha(opacity=80);
}

.social a {
	display: inline-block;
	vertical-align: top;
	width: 38px;
	height: 38px;
	background: url("/tpl/css/../images/social_icon.png") no-repeat 0 0;
	margin: 20px 0 20px 25px;
}

.social .fb {
	background-position: 0 0;
}
.social .fb:hover {
	background-position: -48px 0;
}
.social .tw {
	background-position: 0 -94px;
}
.social .tw:hover {
	background-position: -48px -94px;
}
.social .in {
	background-position: 0 -47px;
}
.social .in:hover {
	background-position: -48px -47px;
}
.social .vk {
	background-position: 0 -180px;
}
.social .vk:hover {
	background-position: -48px -180px;
}
.social .yt {
	background-position: 0 -227px;
}
.social .yt:hover {
	background-position: -48px -227px;
}
.social .ta {
	width: 60px;
	background-position: 0 -139px;
}
.social .ta:hover {
	background-position: -63px -139px;
}

/* end social */












.clear{clear:both;}
.fl{float: left;}
.fr{float: right;}

.mr0{margin-right: 0px !important;}
.mr30{margin-right: 30px;}
.pad6560{padding-top: 65px;padding-bottom: 58px;}
.pb40{padding-bottom:40px;}
.br0{border-right: 0px !important;}
.bb0{border-bottom: 0px !important;}


#cart{margin-bottom: 60px;}
#cart h2{font-size: 18px;text-transform: uppercase;color: #ca1e27;}

#cart table{margin-bottom: 20px; width:100%;border-bottom: 1px solid rgba(0,0,0,0.5);padding-bottom: 2px;border-collapse: inherit;}
#cart .c1{width: 120px;min-width: 120px;}
#cart .c1 img{display: block;}
#cart .c2{width:321px;color: #4a4949;font-size: 14px;text-transform: uppercase;line-height: 17px;}
#cart .c2 i{font-size: 13px;line-height: 15px;font-style: normal;;color: #4a4949;text-transform: none;}

#cart .c3{width: 86px;text-align: center;font-size: 16px;color:#4a4949;}
#cart .c4{width: 50px;padding-left: 20px;padding-right: 20px;}
#cart .c5{width: 86px;text-align: center;font-size: 16px;color:#4a4949;}
#cart .c6{width: 21px;}

#cart td{padding-top: 20px;padding-bottom: 20px;vertical-align: top;font-size: 16px;  border-bottom: 1px solid rgba(0,0,0,0.5);}
#cart td.catalog {padding-top: 0px;padding-bottom: 0px;  border-bottom: none}
#cart td.catalog:after {}

#cart .quant{}
#cart .quant input{padding:0px;border: 0px;width: 64px;text-align: center;float: left;font-family: 'Conv_7fonts.ru_Berta_Drug_01';text-transform: uppercase;color: #000;font-size: 18px;height: 40px;line-height: 56px;}
#cart .quant .minus{display: block;width:20px;height: 20px;background: url(/tpl/css/../img/minus_icon.png) center center no-repeat;float: left;margin-top: 9px;}
#cart .quant .plus{display: block;width: 20px;height: 20px;background: url(/tpl/css/../img/plus_icon.png) center center no-repeat;float: left;margin-top: 8px;}

#cart .del_item{display: block;width: 20px;height: 20px;background: url(/tpl/css/../img/del_item.png) 0px 0px no-repeat;}

#cart .new_order{ display: block;height: 25px;line-height:28px;text-decoration: none;text-transform: uppercase;color: #fff;padding-left: 37px;padding-right: 37px;letter-spacing: 1px;background-color: #cf041d;float: right;font-size: 16px;}

#cart .new_order.disabled{cursor: default;opacity: 0.3;}

#cart .final{float: right;line-height:45px;font-size: 14px; color: #4a4949;text-transform: uppercase;}
#cart .final span{color: #cf041d;}

#cart b{font-weight: normal;}

#cart .delivery{color: #4a4949;text-transform: uppercase;}
#cart .delivery_price{float: right;}
#cart .delivery_price span{color: #cf041d;}

#cart .info{font-style: italic;text-align: right;padding-top: 20px;font-style: normal;}


#new_order_form{}
#new_order_form h2{font-size: 18px;text-transform: uppercase;color: #ca1e27;margin-bottom: 5px;}
#new_order_form .block{width: 210px;margin-right: 19px;margin-bottom: 28px;}
#new_order_form .block .zag{font-size: 14px;text-transform: uppercase;margin-bottom: 9px;line-height: 34px;height: 20px;color: #4a4949;}
#new_order_form .block .ln{position: relative;height: 30px;margin-right: 5px;}
#new_order_form .block .ln label{float: left;position: relative;padding-left: 40px;font-size: 12px;line-height: 27px;margin-top: 5px;}
#new_order_form .block .ln label:first-child{margin-right: 34px;}
#new_order_form .block .pole{height: 30px;line-height: 30px;padding:0px;padding-left: 5px;background-color: #fff;border: 0px;font-size: 12px;font-family: Tahoma;color: #000;width: 205px;}
#new_order_form .block .datepole{width: 90px;float: left;margin-right: 45px;}
#new_order_form .block textarea.pole{height: 60px;}

#new_order_form .block .pole.short{float: left;width: 30px;padding: 0px;text-align: center;}
#new_order_form .buts{border-top:1px solid #000;padding-top: 25px;border-top:1px solid rgba(0,0,0,0.5);border-bottom:1px solid rgba(0,0,0,0.5);padding-bottom: 25px;margin-top: 2px;}
#new_order_form .buts input{padding:0px;display: block;height: 25px;line-height:28px;text-decoration: none;text-transform: uppercase;color: #fff;padding-left: 37px;padding-right: 37px;letter-spacing: 1px;background-color: #cf041d;float: right;font-size: 15px;border: 0px;margin-top: 4px;}

#new_order_form .buts .sub{float: left;width: 380px;font-size: 14px;margin-top:7px;color: #4a4949;line-height: 16px;}
#new_order_form .time_devider{float: left;width: 9px;line-height: 30px;text-align: center;}
#new_order_form .calend_icon{position: absolute;width: 30px;height: 30px;background: url(/tpl/css/../img/calend_icon.png) 0px 0px no-repeat;display: block;top:0px;left: 90px;}

#new_order_form .pole.error{border:1px solid #ed1b24;}

.error_text{display: block;width: 24px;height: 24px;background: url(/tpl/css/../img/alert.png) 0px 0px no-repeat;position: absolute;top:5px;right: -5px;}

#new_order_form .disabled{opacity: 0.3;}

#new_order_form .info{font-style: normal;text-align: left;padding-top: 20px;font-weight: normal;;font-size: 15px;color:#ca1e27;border-top:1px solid rgba(0,0,0,0.5);margin-top: 2px;line-height: 17px;}



.ln_list{position: absolute;margin-left:0px;display: none;z-index: 100;background-color: #f0e8ea;top: 30px;width: 270px;left: 0px;}
.ln_list .in{padding: 0px;}
.ln_list a{display: block;line-height: 31px;position: relative;font-size: 13px;padding-left: 12px;white-space: nowrap;overflow: hidden;cursor: pointer;text-decoration: none;color: #000;}
.ln_list a:hover{color: #ed1b24;}


.radio{position: absolute;width: 27px;height: 27px;left: 0px;top:0px;}
.radio span{display: block;width: 27px;height: 27px;background: url(/tpl/css/../img/radiobuttons.png) -27px 0px no-repeat;}
.radio span.checked{background: url(/tpl/css/../img/radiobuttons.png) 0px 0px no-repeat;}

.radio input {opacity: 0;filter: alpha(opacity=0);-moz-opacity: 0;border: none;background: none;position: absolute;top: 0px;left: 0px; cursor: pointer;width: 100%;height: 100%;padding: 0px;}

.h175{height: 175px !important;}


#rezerv > label{color:#fff;text-align: center;font-size: 18px;display: block;}

.cart_hider{overflow: auto;max-height:300px;}

.sidebar .dopinfo{font-style: italic;line-height: 21px;color: #cf041d;}


#p404{padding-left: 20px;}
#p404 .ttl{text-transform: uppercase;font-family: MyFuturaDemi;font-size: 30px;margin-bottom: 20px;}
#p404 p{font-size: 18px;margin-bottom: 20px;}
#p404 p a{color: #ca1e27;text-decoration: underline;}
#p404 p a:hover{text-decoration: none;}

.map-columns{}
.map-columns ul{}
.map-columns ul ul{margin-left: 30px;}


.sitemap{position: absolute;right: 25px;top:125px;}
.sitemap:hover{text-decoration: underline;}


#contacts_form{background-color: #8d6f62;position: relative;margin-top: 20px;padding: 15px;}
#contacts_form .ttl{color:#fff;text-align: center;font-size: 18px;display: block;text-transform: uppercase;margin-bottom: 10px;}
#contacts_form .in{max-width: 600px;margin: 0 auto;}
#contacts_form .ln{height: 24px;margin-bottom: 10px;}
#contacts_form .ln2{height: 74px;margin-bottom: 10px;margin-right: 15px;}
#contacts_form .ln.fl{width: 43%;position: relative;padding-right: 15px;}
#contacts_form .ln.fr{width: 43%;position: relative;padding-right: 15px;}
#contacts_form input.pole{background: #f0ece0;font-size: 17px;font-family: 'Futura Book';color: #625c60;height: 24px;border: 0;padding: 0 0px 0 15px;position: relative;z-index: 5; width: 100%;}
#contacts_form .pole.error{border: 1px solid red;}
    
#contacts_form textarea.pole{background: #f0ece0;font-size: 17px;font-family: 'Futura Book';color: #625c60;height: 70px;border: 0;padding: 4px 0px 0 15px;position: relative;z-index: 5; width: 100%;}

#contacts_form .but input{    background: #cf041d;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    border: 0;
    width: 100%;
    height: 24px;cursor: pointer;}
    #contacts_form .otvet{color: #fff;font-size: 16px;}
*{outline: none;}

.tripadvisor{float: left;    padding-left: 20px;padding-top: 20px;}



#new_window{position: absolute;left:50%;top:50%;margin-top: -60px;margin-left: -200px;margin-top: -200px;display: none;z-index: 7000;background-color: #f0e8ea;padding: 25px;padding-top: 45px;}
#new_window .c{}
#new_window > h2{ font-family: 'Conv_7fonts.ru_Berta_Drug_01';text-transform: uppercase;font-size: 24px;float: left;margin-right: 30px;}
#new_window .close_window{position: relative;float: right;font-size: 14px;font-weight: bold;text-decoration: underline;padding-right: 40px;line-height: 17px;margin-top: -8px;}
#new_window .close_window:hover{text-decoration: none;}
#new_window .close_window:after{content:' ';position: absolute;top:0px;right:0px;width: 16px;height: 17px;background: url(/tpl/css/../img/close_window.png) center center no-repeat;}

.garnir{padding-top: 23px;}
.garnir .ln{background-color: #fff;margin-bottom: 10px;padding: 11px;}
.garnir .name{float: left;}
.garnir .nap{float: left;}
.garnir .co{float: right;}
.garnir .ln:hover{border:2px solid #000;padding-top: 9px ;padding-bottom: 9px;padding-left: 9px;padding-right: 9px;}

.garnir .co{}
.garnir .co input{padding:0px;border: 0px;width: 64px;text-align: center;float: left;text-transform: uppercase;color: #000;font-size: 18px;height: 35px;line-height: 51px;}
.garnir .minus{display: block;width: 20px;height: 20px;background: url(/tpl/css/../img/minus_icon.png) center center no-repeat;float: left;margin-top: 8px;}
.garnir .plus{display: block;width: 20px;height: 20px;background: url(/tpl/css/../img/plus_icon.png) center center no-repeat;float: left;margin-top: 7px;}
.garnir .add2cart{display: block;width: 36px;height: 29px;background: url(/tpl/css/../img/cart_icon.png) 0px 0px no-repeat;float: left;margin-top: 4px;margin-left:30px;}
/* End */


/* Start:/tpl/css/mobile.css?146194573010846*/
#mobile_top{display: none;height: 58px;background-color: rgba(188, 165, 133, 0.75);position: fixed;top:0px;left:0px;width: 100%;z-index: 1000;}
#mobile_top > a{display: table-cell;line-height: 12px;position: relative;text-decoration: none;text-transform: uppercase;color: #000;letter-spacing: 1px;font-size: 12px;padding-top: 27px;}



a.show_menu{width: 75px;background-color: #ed1c24;min-width: 75px;z-index: 4000;position: relative;position: fixed;top:0px;left:0px;padding-top: 27px;display: none;height: 31px;}
a.show_menu span{position: absolute;top:11px;left:17px;}

.mm_zag{display: table-cell;width: 75px;min-width: 75px;}
#mobile_top > a span{position: absolute;top:16px;left:17px;}
#mobile_top > a.tel{padding-left: 59px;padding-right: 16px;border-right: 1px solid #fff;}
#mobile_top > a.adresses{padding-left: 48px;padding-right: 16px;border-right: 1px solid #fff;}
#mobile_top > a.mobile_top_cart{padding-left: 56px;padding-right: 16px;padding-top: 9px;vertical-align: top;}	
#mobile_top > a.mobile_top_cart i{border-radius: 50%;background-color: rgb(237, 28, 36);width: 38px;height: 38px;display: block;color:#fff;text-align: center;line-height: 42px;font-size: 14px;font-style: normal;}
#mobile_top .show_menu span{top:15px;}

#mobile_nav{display: none;background-color: rgba(237, 28, 36, 0.95);position: fixed;left: 0px;top: 0px;width: 210px; height: 100%;z-index: 3300;}
#mobile_nav .in{padding: 70px 10px 18px 18px;}
#mobile_nav .in nav{}
#mobile_nav .in nav ul li{margin-bottom:12px; }
#mobile_nav .in nav ul li a{display: block;height: 35px;line-height: 35px;text-decoration: none;text-transform: uppercase;color: #fff;letter-spacing: 1px;font-size: 22px;}
.bx-mac header nav ul li a{line-height: 55px;}

.mobile_soc_seti{padding-top: 30px;}
.mobile_soc_seti a{display: block;margin-right: 20px;margin-bottom: 20px;}
.mobile_soc_seti a:last-child{margin-right: 0px;}

@media (max-width:520px) {
	.slider_index{height: auto;border: 0px;}
	.slider{height: auto;border: 0px;}
	.content{float: none;width: 100%;}
	.cmb-column{float: none;width: 100%;}
	.cmb-title{text-align: center;}
	.pinned{position: relative;z-index: 666;}
	.small_banners{text-align: center;height: auto;margin-left: -10px;margin-right: -10px;}
	.small_banners a{margin-bottom: 20px;margin-left: 10px;margin-right: 10px;display: inline-block;float: none;border: 0px;margin-left: 5px;margin-right: 5px;width: 46%;background-position: center center !important;background-size: contain !important;}
	.small_banners .smb4, .small_banners .smb3{margin-right: 0px;}
	.small_banners .smb1{margin-left: 0px;}
	.small_banners .smb2{margin-left: 0px;}
	
	.sidebar{width: auto;float: none;}
	.sidebar nav li{display: inline-block;margin-right: 10px;}
	
	.catalog-menu-box:first-child{margin-top: 20px;}
	.catalog-menu-box:first-child .separator{display: none;}

	.main {
	 background-image: 
        url("/tpl/css/../images/bg.png");
    background-position: 
            0 0; 
    background-repeat: 
            repeat;
	
	padding-bottom: 320px;
	}

	.up{display: none !important;}
	a.show_menu{display: block;}

	.main{padding-left: 14px;padding-right: 14px;width: auto;padding-top: 40px;}
	#soc_seti{display: none;}
	#bottom_cart{display: none;}
	#content aside{display: none;}
	footer{position: relative;width: auto;left: auto;top:auto;height: 320px;margin-top: -320px;}
	footer a.myemail{position: relative;left: auto;top: auto;margin-left: 20px;right: auto;}
	footer .social{text-align: left;float: none;padding-right: 0px;}
	footer .social a{display: inline-block;float: none;}
	
	footer .copy{display: block;float: none;}
	
	.top_line{display: none;}
	.fb_profile{float: none;width: auto;}
	footer .mobile{margin-left: 0px;padding-left: 50px;}
	footer .mobile .icon{left:0px;}
	
	
	#main_slider .flex-control-nav{width: 100%;text-align: center;}
	#main_slider .flex-control-nav li{display: inline-block;float: none;}
	#main_slider .flexslider ul li{background-size: contain;}
	#main_slider .flex-control-nav li{margin-left: 5px;margin-right: 5px;}
	#main_slider .flex-control-nav li a{width: 8px;height: 8px;border: 2px solid #ed1c24;}
	#main_slider .flex-control-nav{bottom:-35px;;}
	#content > .center{border: 0px;}
	
	#main_slider .flexslider{height: 168px;}
	#main_slider .flexslider ul li{height: 168px;}
	
	#last_news .block{width: 50%;margin-right: 0px;}
	#last_news .block > .inner{padding-left: 10px;padding-right: 10px;}
	#last_news .block:last-child{display: none;}
	
	
	#news_list .block{width: 50%;margin-right: 0px;border: 0px;height: auto;}
	#news_list .block > .inner{padding-left: 10px;padding-right: 10px;margin: 0px;border: 0px;}
	#news_list .block:last-child{display: none;}
	#news_list .block img{display: block;width: 100%;}
	#news_list .block .name{height: auto;}
	#news_list .block .anons{height: 200px;overflow: hidden;}
	
	
	.footer_push{display: none;}
	
	header{height: 200px;overflow: hidden;}
	header nav{display: none;}
	header .logo{position: relative;margin: 0 auto;left: auto;top: auto;width: 150px;margin-top: 20px;}
	
	#mobile_top{display: table;}
	
	.right_pic{width: auto;float: none;}
	#text_about{float: none;width: auto;}
	
	
	#delivery_menu{padding-top: 10px;left: 0px;}
	#delivery_menu li{margin-bottom: 10px;height: 20px;margin-left: 5px;margin-right: 5px;padding-right: 0px;padding-left: 0px;}
	#delivery_menu a{font-size: 11px;line-height: 30px;height: 20px;}
	
	#delivery_catalog .razdel h3{text-align: center;font-size: 18px;}
	
	#delivery_catalog .razdel .item{width: 50%;margin-right: 0px;height: 280px;}
	#delivery_catalog .razdel .item > div{margin-left: 5px;margin-right: 5px;}
	#delivery_catalog .razdel .item .pic{height: auto;}
	#delivery_catalog .razdel .item .pic img{width: 100%;}
	
	#delivery_catalog .razdel .clear{display: none;}
	
	#delivery_catalog .razdel .item .add2cart{margin-left: 0px;float: right;}
	
	#cart {padding-top: 20px;}
	#cart table{display: block;}
	#cart table tr{display: block;position: relative;margin-bottom: 30px;}
	#cart table tr:after{content: ' ';display: block;clear: both;}
	#cart table td{display: block;border-bottom: 0px;padding: 0px;float: left;}
	
	#cart table td.c1{float: left;width: 110px;}
	#cart .c1 img{width: 100px;height: auto;}
	#cart table td.c2{float: left;width:  calc(100% - 158px);font-size: 14px;margin-bottom: 20px;font-weight: bold;}
	#cart table td.c5{display: none;}
	#cart .c3{line-height: 40px;font-size: 16px;font-weight: bold;}
	#cart .c4{width: auto;float: right;padding-left: 0px;}
	#cart table td.c6{position: absolute;right: 0px;top:0px;}
	
	#cart .delivery_price{float: none;margin: 0px;text-align: center;}
	
	#cart .summa{text-align: center;}
	#cart .new_order{float: none;display: inline-block;-webkit-appearance: none;}
	#cart .final{text-align: center;float: none;margin-right: 0px;}
	#cart .info{text-align: center;}
	
	#new_order_ttl .step1{display: none;}
	#new_order_ttl .arrow{display: none;}
	#new_order_ttl .active{color: #000;text-align: center;display: block;}
	
	#new_order_form .block{width: auto;margin-right: 0px;float: none;}
	
	#closest_rest{height: auto;margin-top: -30px;}
	#new_order_form .block #closest_rest{height: auto;}
	
	#new_order_form .calend_icon{right: auto;left: 105px;}
	
	#new_order_form .buts{text-align: center;}
	#new_order_form .buts input{display: inline-block;float: none;-webkit-appearance: none;}
	#new_order_form .buts .sub{float: none;text-align: center;width: auto;}
	
	#new_order_form .info{text-align: center;}
	
	.addr_block .map{float: none;}
	.addr_block .addr{float: none;width: auto;text-align: center;}
	
	#BX_YMAP_map1{width: 100% !important;height: 400px !important;}
	
	#news_detail .pic{float: none;margin: 0 auto;}
	#news_detail .news_content{float: none;width: auto;}
	
	#delivery_catalog .razdel .item .plus,#cart .quant .plus{border: 1px solid red;}
	#delivery_catalog .razdel .item .minus,#cart .quant .minus{border: 1px solid red;}
	
	#orderok{padding-bottom: 50px;}
	
	#delivery_menu.in_cart{display: none;}
	
	
	.akcii .pic{float: none;width: auto;border: 0px;text-align: center;margin-bottom: 20px;}
	.akcii .pic img{margin: 0 auto;}
	.akcii .txt{float: none;width: auto;text-align: center;}
	
	.news p{margin-left: 0px;margin-right: 0px;}
	
	
	.address-map{width: auto;overflow: hidden;}
	.al-item{float: none;width: auto;margin-right: 0px;text-align: center;margin-bottom: 15px;}
	
	.basket-list{display: none;}
	
	.banner_contacts img{display: block;}
	.banner_contacts, .order-form{float: none;width: auto;height: auto;}
	.order-form{margin-bottom: 20px;}
	
	.product, .product_nap {height: 300px;margin-left: 10px;margin-right: 10px;}
	.catalog-box{text-align: center;}
	.catalog-box .clear{display: none;}
	.page-title{text-align: center;}
	.page-title:first-child{margin-top: 20px;}
	
	.ui-spinner-down {display: block;border: 1px solid #ca1e27;width: 18px;height: 18px;top:2px;background-position:-324px -121px; }
	.ui-spinner-up {display: block;border: 1px solid #ca1e27;width: 18px;height: 18px;top:4px;background-position:-309px -122px;}
	#cart h2{margin-bottom: 20px;}
	
	#new_order_form .block .pole{width: 100%;}
	#new_order_form .block .datepole{width: 90px;}


	
	.icon_facebook{
		background: url(/tpl/css/../img/mobile_fb.png) 0px 0px no-repeat;
		width: 31px;
		height: 31px;
		display: block;
	}

.icon_instagramm{
	background: url(/tpl/css/../img/mobile_ins.png) 0px 0px no-repeat;
		width: 31px;
		height: 31px;
		display: block;
}

.icon_twitter{
	background: url(/tpl/css/../img/mobile_tw.png) 0px 0px no-repeat;
		width: 31px;
		height: 31px;
		display: block;
}

.icon_youtube{
	background: url(/tpl/css/../img/mobile_yt.png) 0px 0px no-repeat;
		width: 31px;
		height: 31px;
		display: block;
}


.icon_vk{
	background: url(/tpl/css/../img/mobile_vk.png) 0px 0px no-repeat;
		width: 31px;
		height: 31px;
		display: block;
}


.slider .slick-dots button{margin: 0px;}
.slider .slick-dots li{margin-left: 8px;margin-right: 8px;}

}
@media (max-width:450px) {
	
	#mobile_top > a.tel{display: none;}
	#last_news .block .pic{width: 150px;height: 150px;}
	#last_news .block .pic .in{width: 142px;height: 142px;}
	
	#news_list .block .pic{width: 150px;height: 150px;}
	#news_list .block .pic .in{width: 142px;height: 142px;}
	
	#menu .lc{float:none;width: auto;}
	#menu .rc{float:none;width: auto;}

	#menu .razdel .pic{float: none;text-align: center;width: auto;}
	#menu .razdel .sod{float: none;width: auto;}
	#menu .razdel .sod h3{text-align: center;}
	
	
	
}
.mobile_icon{
	display: block;
	background-image: url(/tpl/css/../img/mobile_sprites.png);
}

.mobile_map{
	background-position: -39px 0;
	width: 22px;
	height: 27px;
}

.mobile_menu{
	background-position: 0 0;
	width: 38px;
	height: 26px;
}

.mobile_tel{
	background-position: -31px -27px ;
	width: 28px;
	height: 28px;
}

.mobile_cart{
	background-position: 0 -27px ;
	width: 30px;
	height: 30px;
}


/* End */


/* Start:/tpl/css/jquery.jscrollpane.css?14558313111364*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

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

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	
	position: relative;
}

.jspDrag
{
	background:rgba(192, 162, 127, 0.5);
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/top_menu/style.css?1425622003626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/top_menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */
/* /tpl/css/style.css?146706511935517 */
/* /tpl/css/mobile.css?146194573010846 */
/* /tpl/css/jquery.jscrollpane.css?14558313111364 */
/* /bitrix/templates/.default/components/bitrix/menu/top_menu/style.css?1425622003626 */
