@import url(https://fonts.googleapis.com/css?family=Cuprum:300,400&subset=latin,cyrillic);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
b,
strong {
  font-weight: bold;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
i {
  font-style: italic;
}
/**/
/**/
/**/
html {
  -webkit-text-size-adjust: none;
}
html,
body {
  height: 100%;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.container {
  margin: 0 auto;
  width: 1110px;
  /*overflow: hidden;*/
  /*@media screen and (min-device-width: @screen-sm) { // >768px
			padding-left: ceil(@gutter / 2);
			padding-right: ceil(@gutter / 2);
		}

		@media screen and (min-device-width: @screen-md) { // >1024px
			width: 90%;
		}

		@media screen and (min-device-width: @screen-lg) { // >1110px
			max-width: 1024px;
		}*/
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
/*#middle{
		.container{
			padding-left: ceil(@gutter / 2);
			padding-right: ceil(@gutter / 2);
		}
	}*/
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row > [class*="col-"] {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.row .col-mb-12 {
  width: 100%;
}
.row .col-mb-11 {
  width: 91.66666667%;
}
.row .col-mb-10 {
  width: 83.33333333%;
}
.row .col-mb-9 {
  width: 75%;
}
.row .col-mb-8 {
  width: 66.66666667%;
}
.row .col-mb-7 {
  width: 58.33333333%;
}
.row .col-mb-6 {
  width: 50%;
}
.row .col-mb-5 {
  width: 41.66666667%;
}
.row .col-mb-4 {
  width: 33.33333333%;
}
.row .col-mb-3 {
  width: 25%;
}
.row .col-mb-2 {
  width: 16.66666667%;
}
.row .col-mb-1 {
  width: 8.33333333%;
}
@media screen and (min-device-width: 480px) {
  .row .col-xs-12 {
    width: 100%;
  }
  .row .col-xs-11 {
    width: 91.66666667%;
  }
  .row .col-xs-10 {
    width: 83.33333333%;
  }
  .row .col-xs-9 {
    width: 75%;
  }
  .row .col-xs-8 {
    width: 66.66666667%;
  }
  .row .col-xs-7 {
    width: 58.33333333%;
  }
  .row .col-xs-6 {
    width: 50%;
  }
  .row .col-xs-5 {
    width: 41.66666667%;
  }
  .row .col-xs-4 {
    width: 33.33333333%;
  }
  .row .col-xs-3 {
    width: 25%;
  }
  .row .col-xs-2 {
    width: 16.66666667%;
  }
  .row .col-xs-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-device-width: 768px) {
  .row .col-sm-12 {
    width: 100%;
  }
  .row .col-sm-11 {
    width: 91.66666667%;
  }
  .row .col-sm-10 {
    width: 83.33333333%;
  }
  .row .col-sm-9 {
    width: 75%;
  }
  .row .col-sm-8 {
    width: 66.66666667%;
  }
  .row .col-sm-7 {
    width: 58.33333333%;
  }
  .row .col-sm-6 {
    width: 50%;
  }
  .row .col-sm-5 {
    width: 41.66666667%;
  }
  .row .col-sm-4 {
    width: 33.33333333%;
  }
  .row .col-sm-3 {
    width: 25%;
  }
  .row .col-sm-2 {
    width: 16.66666667%;
  }
  .row .col-sm-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-device-width: 1024px) {
  .row .col-md-12 {
    width: 100%;
  }
  .row .col-md-11 {
    width: 91.66666667%;
  }
  .row .col-md-10 {
    width: 83.33333333%;
  }
  .row .col-md-9 {
    width: 75%;
  }
  .row .col-md-8 {
    width: 66.66666667%;
  }
  .row .col-md-7 {
    width: 58.33333333%;
  }
  .row .col-md-6 {
    width: 50%;
  }
  .row .col-md-5 {
    width: 41.66666667%;
  }
  .row .col-md-4 {
    width: 33.33333333%;
  }
  .row .col-md-3 {
    width: 25%;
  }
  .row .col-md-2 {
    width: 16.66666667%;
  }
  .row .col-md-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-device-width: 1110px) {
  .row .col-lg-12 {
    width: 100%;
  }
  .row .col-lg-11 {
    width: 91.66666667%;
  }
  .row .col-lg-10 {
    width: 83.33333333%;
  }
  .row .col-lg-9 {
    width: 75%;
  }
  .row .col-lg-8 {
    width: 66.66666667%;
  }
  .row .col-lg-7 {
    width: 58.33333333%;
  }
  .row .col-lg-6 {
    width: 50%;
  }
  .row .col-lg-5 {
    width: 41.66666667%;
  }
  .row .col-lg-4 {
    width: 33.33333333%;
  }
  .row .col-lg-3 {
    width: 25%;
  }
  .row .col-lg-2 {
    width: 16.66666667%;
  }
  .row .col-lg-1 {
    width: 8.33333333%;
  }
}
/**/
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.hidden {
  display: none;
}
.visible {
  display: block;
}
.fotorama__html div,
.fotorama__html a {
  display: block;
  height: 100%;
}
body {
  font: 14px/1.25 'Cuprum';
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    font-size: 1em;
  }
}
.h,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  margin: 0 0 7px;
}
.h1,
h1 {
  font-size: 2.2em;
}
.h2,
h2 {
  font-size: 2em;
}
.h3,
h3 {
  font-size: 1.8em;
}
.h4,
h4 {
  font-size: 1.6em;
}
.h5,
h5 {
  font-size: 1em;
}
p {
  margin: 0 0 1em;
  padding: 0;
}
.table {
  margin: 0 auto 2em;
  background: #fff;
  border-top: 1px solid rgba(68, 108, 179, 0.4);
  width: 100%;
  box-shadow: 0 1em 1em -0.95em rgba(0, 0, 0, 0.1);
}
.table th,
.table td {
  padding: .5em;
  vertical-align: middle;
  border-left: 1px solid rgba(68, 108, 179, 0.4);
  border-bottom: 1px solid rgba(68, 108, 179, 0.4);
}
.table th:first-child,
.table td:first-child {
  border-left: 0;
}
.table th {
  background-color: #a05cf7;
  color: #fff;
  border-bottom: 2px solid rgba(68, 108, 179, 0.4);
}
/* form */
.form-inline {
  line-height: 31px;
}
.form-label {
  display: block;
  margin: 7px 0 0;
}
.form-label [type=checkbox],
.form-label [type=radio] {
  position: relative;
  top: 2px;
  margin: 0;
}
.form-label.required::after {
  content: '*';
  display: inline-block;
  padding: 0 .1em;
  color: #ff0000;
}
.form-control {
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 0 .5em;
  margin: 0;
  height: 2.185em;
  box-sizing: border-box;
  color: #333333;
  width: 100%;
  font-family: 'Cuprum';
  -webkit-transition: border-color 0.1s ease;
  -moz-transition: border-color 0.1s ease;
  -ms-transition: border-color 0.1s ease;
  -o-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
  font-size: 1em;
  /*&:invalid{
			border-color: #ff0000;
		}*/
  /*select&{
			width: 100%;
		}*/
}
.form-control:hover,
.form-control:focus {
  border-color: rgba(68, 108, 179, 0.75);
}
.form-control:focus {
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0.2em 0.3em -0.2em rgba(0, 0, 0, 0.2);
}
.form-control.ng-dirty.ng-invalid {
  border-color: #FF867D;
}
textarea.form-control {
  resize: vertical;
  height: 7em;
}
.form-control.aw {
  width: auto;
}
.form-control.ng-dirty.ng-invalid {
  border-color: rgba(255, 0, 0, 0.6);
}
.form-control.ng-dirty.ng-invalid:hover {
  border-color: rgba(204, 0, 0, 0.6);
}
.form-control.ng-dirty.ng-invalid:focus {
  border-color: #d3d3d3;
}
/*  */
.button {
  background: #ff5e3a;
  border-radius: 3px;
  border: 0;
  margin: 0;
  display: inline-block;
  padding: .25em .75em;
  font-size: 17.5px;
  line-height: 1;
  font-family: 'Cuprum';
  font-weight: normal;
  vertical-align: middle;
  color: #fff;
  text-decoration: none !important;
  cursor: pointer;
  outline: none !important;
}
.button:hover {
  -webkit-transition: all 0.1s cubic-bezier(0, 0, 1, 0);
  -moz-transition: all 0.1s cubic-bezier(0, 0, 1, 0);
  -ms-transition: all 0.1s cubic-bezier(0, 0, 1, 0);
  -o-transition: all 0.1s cubic-bezier(0, 0, 1, 0);
  transition: all 0.1s cubic-bezier(0, 0, 1, 0);
  opacity: 1;
}
.button:active {
  box-shadow: inset 0.25em 0 0.5em rgba(0, 0, 0, 0.2);
}
.button.button-min {
  font-size: .95em;
}
.button.button-big {
  font-size: 1.5em;
}
[disabled],
.disabled {
  pointer-events: none;
  opacity: .5;
}
/* variables */
/**/
/* /variables */
html,
body {
  min-height: 100%;
  height: 100%;
}
body {
  background: url("../images/main_bg.jpg");
  
}
@media screen and (min-width: 1140px) {
  .doors {
    background-size: 96px;
    background-position: center top;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    width: 96px;
    height: 100%;
    z-index: 99;
  }
  .doors.l {
    background-image: url("../images/doors-l.png");
    left: -48px;
    display: none;
  }
  .doors.r {
    background-image: url("../images/doors-r.png");
    right: -48px;
    display: none;
  }
  .question {
    left: 0 !important;
    z-index: 99;
    
  }
}
@media screen and (min-width: 1440px) {
  .doors.l {
    left: 0;
  }
  .doors.r {
    right: 0;
  }
  .question {
    left: 0 !important;
  }
}
#header-logo-container {
  width: 455px;
  height: 193px;
  display: block;
}
#header {
  background: url("../images/header_bg.png") center top repeat-x;
  height: 273px;
  min-width: 1110px;
}
#header > div {
  position: relative;
  z-index: 1;
}
#header .info {
  margin-top: 4px;
}
#header .info:before,
#header .info:after {
  content: " ";
  display: table;
}
#header .info:after {
  clear: both;
}
#header .info .logo,
#header .info .ib {
  float: left;
}
#header .logo {
  display: block;
  margin-bottom: 3px;
  display: block;
  margin-bottom: 3px;
  transform: scale(0.85);
  margin-left: -40px;
  padding-top: 24px;
}
#header .logo img {
  display: block;
  width: 417px;
  height: 193px;
}
#header .logo canvas {
  margin-top: 15px;
}
#header .ib {
  color: #651f1f;
  font-family: Arial;
  height: 193px;
  padding-top: 50px;
}
#header .ib .tel {
  padding-top: .5em;
  font-size: 40px;
}
#header .ib .tel small {
  font-size: 16px;
}
#header .ib .tel + .tel {
  padding-top: 0;
}
#header .ib .slogan {
  padding-top: .5em;
  font: 22px 'Cuprum';
}
#header .right {
  float: right;
}
#header .phone .phone-btn {
  display: block;
  background: url("../images/phone.png") center top no-repeat;
  width: 211px;
  height: 71px;
  position: relative;
  z-index: 1101;
  color: #fff;
  font-size: 1.25em;
  padding: 18px 0 0 20px;
  text-align: center;
  text-decoration: none !important;
  margin-top: -3px;
}
#header .phone .phone-btn:hover {
  background-image: url("../images/phone_a.png");
}
#header .phone .phone-form {
  background: #c35736;
  border: 2px solid #753420;
  box-shadow: 0 0.5em 0.5em -0.5em rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  color: #fff;
  padding: 1em;
  font-size: .94em;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1100;
  width: 600px;
  max-width: 100%;
  display: none;
}
#header .phone .phone-form .form-control {
  border-radius: 0 0 0 0 !important;
}
#header .phone .phone-form .h {
  font-size: 1.5em;
}
#header .phone .phone-form .i {
  display: table;
  width: 100%;
  margin-bottom: 1em;
}
#header .phone .phone-form .i .l,
#header .phone .phone-form .i .r {
  display: table-cell;
  vertical-align: top;
}
#header .phone .phone-form .i .l {
  width: 220px;
}
#header .phone .phone-form .i .l label {
  display: block;
  background: transparent;
  padding: .5em;
}
#header .phone .phone-form .submit {
  background: url("../images/send.png") center no-repeat;
  display: block;
  height: 63px;
  width: 216px;
  border: 0;
  margin: 0;
  text-align: center;
  color: #fff;
  float: right;
  margin-bottom: -14px;
  font-size: 1.25em;
  cursor: pointer;
}
#header .phone .phone-form .submit:hover {
  background-image: url("../images/send_a.png");
}
#header .top-cart {
  background: url("../images/shopping-cart.png") center top no-repeat;
  display: block;
  height: 105px;
  margin: 10px 0 0 20px;
  text-decoration: none !important;
  width: 167px;
  display: none;
}
#header .top-cart .title {
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
  color: #651f1f;
}
#header .top-cart .mr {
  padding: 2px 0 0 55px;
  font-size: 12px;
}
#header .top-cart .mr span {
  display: block;
  color: #dcc6a3;
}
#header .top-nav {
  background: url("../images/top-nav_bg.png") center top repeat-x;
  height: 57px;
  border-radius: 0 0 27px 27px;
  position: relative;
  z-index: 1001;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
#header .top-nav ul {
  margin: 0 .34em;
  padding: 0;
  text-align: center;
}
#header .top-nav ul:before,
#header .top-nav ul:after {
  content: " ";
  display: table;
}
#header .top-nav ul:after {
  clear: both;
}
#header .top-nav ul li {
  float: none;
  position: relative;
  display: inline-block;
}
#header .top-nav ul li a {
  display: block;
  min-width: 0;
  padding: 0 45px;
  text-align: center;
  line-height: 53px;
  color: #651f1f;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
}
#header .top-nav ul li.a a,
#header .top-nav ul li:hover a {
  color: #fff;
}
#header .top-nav ul li:hover {
  /*background: url("../images/top-nav-li_h.png") center no-repeat;*/
}
#header .top-nav ul li.a {
  /*background: url("../images/top-nav-li_a.png") center no-repeat;*/
}
#middle {
  width: 100%;
  margin-top: -16px;
  position: relative;
  z-index: 0;
}
#middle > div {
  display: table;
}
#middle .left-col,
#middle .right-col {
  display: table-cell;
  vertical-align: top;
  padding-right: 20px;
}
#middle .left-col {
  padding-left: 40px;
}
#middle .right-col {
  /*background: url("../images/actions_bg.png") 5px 0 repeat-y;*/
  width: 165px;
}
#content {
  /* a{
				color: #a05cf7;
				text-decoration: none;

				&:hover{
					text-decoration: underline;
				}
			} */
}
#content .hlr {
  font-weight: bold;
  padding: 1em 0 0;
  border-bottom: 1px dashed #cdac78;
  line-height: 1;
  margin: 0 0 .5em;
}
#content .hlr:before,
#content .hlr:after {
  content: " ";
  display: table;
}
#content .hlr:after {
  clear: both;
}
#content .hlr .l {
  float: left;
  color: #333;
  font-size: 25px;
}
#content .hlr .r {
  float: right;
  position: relative;
  top: 1px;
}
#content .hlr .r,
#content .hlr .r a {
  color: #591915;
  font-size: 23px;
  text-decoration: none !important;
}
#content .hlr .r a {
  border-bottom: 1px solid transparent;
}
#content .hlr .r a:hover {
  border-color: #591915;
}
.catalog:first-child .mslider {
  margin-top: -10px;
}
.catalog .mslider {
  background: url("../images/adv-slider_bg.png") center top repeat-x;
  padding: 10px;
  height: 299px;
  border-radius: 0 0 60px 0;
  margin-bottom: 54px;
  box-shadow: 0 10px 0.5em rgba(0, 0, 0, 0.1);
}
.catalog .mslider .cycle-pager {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: url("../images/adv-slider-nav_bg.png") left top no-repeat;
  position: relative;
  top: 0px;
  left: -10px;
  height: 34px;
  width: 100%;
  padding: 9px 0 0 10px;
}
.catalog .mslider .cycle-pager:before,
.catalog .mslider .cycle-pager:after {
  content: " ";
  display: table;
}
.catalog .mslider .cycle-pager:after {
  clear: both;
}
.catalog .mslider .cycle-pager span {
  background: #a3591d;
  border-radius: 50%;
  display: block;
  float: left;
  height: 15px;
  width: 15px;
  overflow: hidden;
  text-indent: 9999px;
  margin-right: 15px;
  cursor: pointer;
}
.catalog .mslider .cycle-pager span.cycle-pager-active {
  background: #651f1f;
}
.catalog .mslider + .h {
  margin-top: -34px;
}
.catalog .h {
  color: #591915;
  font-weight: bold;
  font-size: 27px;
  margin: 1em 0;
}
.catalog .previews {
  margin: 30px 0;
}
.catalog .previews a {
  display: block;
  text-decoration: none;
  text-align: center;
}
.catalog .previews a img {
  display: block;
  margin: 0 auto;
}
.catalog .titles {
  border-top: 1px dashed #bb9050;
  border-bottom: 1px dashed #bb9050;
  padding: 10px 0;
  font-size: 16px;
  color: #777;
}
.catalog .titles a {
  display: inline-block;
  vertical-align: middle;
  color: #775a2e;
  text-decoration: none;
  text-align: center;
  padding: 0 5px;
  width: 100%;
}
.catalog .titles .t {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  color: #a48250;
}
.catalog .titles .t::before {
  background: #bb9050;
  display: inline-block;
  content: '';
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  margin-bottom: -1px;
}
.catalog .titles .price {
  font-size: 2em;
  color: #333;
}
.main-catalog {
  margin-bottom: 2em;
  margin-bottom: 0;
}
.main-catalog .h {
  color: #591915;
  font-weight: normal;
  font-size: 18px;
  margin: 1em 0;
}
.main-catalog .mc-item {
}
.main-catalog .mc-item:first-child {
  border-left: 0;
}
.main-catalog .mc-item img {
  display: block;
  margin: 0 auto;
}
.main-catalog .mc-item:hover .mc-title {
  background-image: url("../images/main-title_bg_a.png");
}
.main-catalog .mc-item a {
  text-decoration: none !important;
}
.main-catalog .mc-title {
  background: url("../images/main-title_bg.png") center no-repeat;
  display: block;
  font-size: 25px;
  text-align: center;
  line-height: 88px;
  width: 268px;
  height: 104px;
  color: #fff;
  margin: 0 auto 1em;
}
.posts > div {
  padding-left: 0!important;
}
.posts > div:nth-child(4n+5) {
  clear: both;
}
.post {
  border: 1px solid rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  padding: 1em .5em;
  margin-bottom: 2.5em;
  box-shadow: 0 0.5em 0.5em -0.5em rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
.post h3 {
  font-size: 1.2em;
  height: 2.4em;
  overflow: hidden;
}
.post h3 a {
  color: #555;
}
.post h3 a:hover {
  text-decoration: none;
}
.post .preview {
  display: block;
  margin: 0 -0.5em 1em;
  height: 100px;
  overflow: hidden;
  text-align: center;
}
.post .preview img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.post p {
  height: 4em;
  overflow: hidden;
}
.post .postdate {
  margin-bottom: 1em;
}
.post .more {
  background: #a05cf7;
  border-radius: 3px;
  display: inline-block;
  padding: .25em .75em;
  color: #fff;
  text-decoration: none !important;
  opacity: .75;
}
.post .more:hover {
  opacity: 1;
}
.minicart {
  padding: 1em;
  background: #f5f5f5;
  border-radius: 2px;
}
.minicart {
  padding: 0;
}
.minicart dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 7px 60px 7px 14px;
  position: relative;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.minicart dl:hover {
  background: rgba(0, 0, 0, 0.05);
}
.minicart dl .title {
  display: block;
}
.minicart dl .money {
  display: block;
}
.minicart .bb {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: absolute;
  right: 14px;
  top: 14px;
  opacity: .9;
}
.minicart .bb:before,
.minicart .bb:after {
  content: " ";
  display: table;
}
.minicart .bb:after {
  clear: both;
}
.minicart .bb span {
  float: left;
  width: 20px;
  line-height: 20px;
  text-align: center;
  box-shadow: inset 0 0 1px #aaa;
  cursor: pointer;
  margin-left: -1px;
  color: #fff;
  font-size: 19px;
  font-weight: 100;
}
.minicart .bb span.plus {
  background: #0bd318;
}
.minicart .bb span.plus:hover {
  background: #0abb15;
}
.minicart .bb span.minus {
  line-height: 18px;
  height: 20px;
  background: #ff5e3a;
}
.minicart .bb span.minus:hover {
  background: #ff4921;
}
.minicart .bb span:active {
  background: rgba(0, 0, 0, 0.2);
}
.minicart .bb span:first-child {
  border-radius: 2px 0 0 2px;
}
.minicart .bb span:last-child {
  border-radius: 0 2px 2px 0;
}
.minicart .cart-total {
  background: #e6e6e6;
  text-align: right;
  padding: 14px;
}
.minicart .empty {
  display: inline-block;
  font-size: 2.2em;
  line-height: 1;
  opacity: .5;
  text-decoration: none !important;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.minicart .empty:hover {
  opacity: 1;
}
.minicart .row {
  padding: 14px;
}
.actions {
  width: 165px;
  text-align: center;
}
.actions > .title {
  background: url("../images/actions-header_bg.jpg") center top no-repeat;
  width: 100%;
  color: #fff;
  border-radius: 0 0 9px 9px;
  font-size: 24px;
  line-height: 77px;
  box-shadow: inset 0 15px 0.5em rgba(0, 0, 0, 0.2), 0 10px 0.5em -0.2em rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
}
.actions .stage {
  position: relative;
  overflow: hidden;
}
.actions .stage .ct {
  position: absolute;
  width: 100%;
}
.actions .arr-p,
.actions .arr-n {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: url("../images/actions-arrows.png") left top no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  margin: 1em auto;
  cursor: pointer;
}
.actions .arr-n {
  background-position: left bottom;
}
.actions .arr-p:hover {
  background-position: right top;
}
.actions .arr-n:hover {
  background-position: right bottom;
}
.actions .a-item {
  background: rgba(227, 170, 55, 0.2);
  border: 1px solid #5b131d;
  border-radius: 7px;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
}
.actions .a-item > span {
  background: url("../images/actions-title_bg.png") center top no-repeat;
  display: block;
  width: 117px;
  height: 41px;
  color: #fff;
  font-size: 15px;
  padding-top: 10px;
}
.actions .a-item > img {
  display: block;
  margin: .5em auto;
  box-shadow: 0 0.5em 0.25em rgba(0, 0, 0, 0.2);
}
#footer {
  background: url("../images/footer_bg.png") center bottom repeat-x;
  height: 150px;
  padding-top: 10px;
  width: 100%;
  min-width: 1110px;
}
#footer:before,
#footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}
#footer > div {
  position: relative;
  z-index: 1;
}
.counters {
  float: left;
  padding-top: 10px;
}
.counters .banner {
  display: block;
  margin: .75em auto 0;
}
.counters .banner img {
  display: block;
}
.footer-nav {
  margin-top: -10px;
  float: right;
  height: 62px;
  border-radius: 0 0 0 21px;
}
.footer-nav ul {
  padding: 0 2em;
  float: left;
}
.footer-nav ul li {
  float: left;
  margin-left: 1em;
}
.footer-nav ul li a {
  color: #725337;
  text-decoration: none;
  line-height: 55px;
}
.footer-nav .logo {
  float: right;
  display: block;
  margin-top: -17px;
}
.footer-nav .logo img {
  display: block;
  width: 235px;
  height: 100px;
}
.question {
  position: fixed;
  bottom: 20%;
  left: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  background: url("../images/call.png") center no-repeat;
  width: 65px;
  height: 258px;
  display: none;
}
.question.a {
  left: 397px !important;
}
.question:hover {
  background-image: url("../images/call_a.png");
}
.q-form {
  background: #c35736;
  border: 2px solid #753420;
  box-shadow: 0 0.5em 0.5em -0.5em rgba(0, 0, 0, 0.4);
  border-radius: 0 10px 10px 0;
  color: #fff;
  padding: 1em;
  font-size: .94em;
  width: 400px;
  max-width: 100%;
  min-height: 260px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: fixed;
  bottom: 5%;
  left: -400px;
  z-index: 1100;
}
.a + .q-form {
  left: 0;
}
.q-form .form-control {
  border-radius: 0 0 0 0 !important;
}
.q-form .h {
  font-size: 1.5em;
}
.q-form .i {
  display: table;
  width: 100%;
  margin-bottom: 1em;
}
.q-form .i .l,
.q-form .i .r {
  display: table-cell;
  vertical-align: top;
}
.q-form .i .l {
  width: 120px;
}
.q-form .i .l label {
  display: block;
  background: transparent;
  padding: .5em;
}
.q-form .submit {
  background: url("../images/send.png") center no-repeat;
  display: block;
  height: 63px;
  width: 216px;
  border: 0;
  margin: 0;
  text-align: center;
  color: #fff;
  float: right;
  margin-bottom: -14px;
  font-size: 1.25em;
  cursor: pointer;
}
.q-form .submit:hover {
  background-image: url("../images/send_a.png");
}
.popup .info,
.specinfo {
  position: relative;
}
.popup .info .more,
.specinfo .more {
  display: inline-block;
  padding: 9px 0;
  margin-top: 14px;
  color: #591915;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  border-top: 1px dashed #743432;
  border-bottom: 1px dashed #b28c7e;
}
.popup .info .back,
.specinfo .back {
  display: block;
  color: #212121;
  font-size: 3em;
  text-decoration: none !important;
  width: 30px;
  line-height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
}
.popup .info .cols,
.specinfo .cols {
  display: table;
  width: 100%;
  color: #591915;
  margin-bottom: 18px;
}
.popup .info .cols.c,
.specinfo .cols.c {
  font: bold 13px Arial;
}
.popup .info .cols > div,
.specinfo .cols > div {
  display: table-cell;
  vertical-align: top;
}
.popup .info .cols > div.vam,
.specinfo .cols > div.vam {
  vertical-align: middle;
}
.popup .info .cols > div.l,
.specinfo .cols > div.l {
  padding: 0;
}
.popup .info .cols > div._r,
.specinfo .cols > div._r {
  overflow: hidden;
}
.popup .info .cols > div._r .c,
.specinfo .cols > div._r .c,
.popup .info .cols > div._r .r,
.specinfo .cols > div._r .r {
  float: left;
}
.popup .info .cols > div .c,
.specinfo .cols > div .c {
  max-width: 200px;
}
.popup .info .cols > div .r,
.specinfo .cols > div .r {
  max-width: 250px;
}
.popup .info .cols .preview,
.specinfo .cols .preview {
  background: url("../images/main-preview_bg.png") right bottom no-repeat;
  width: 445px;
  margin-left: -20px;
  padding-bottom: 8px;
}
.popup .info .cols .preview .mini,
.specinfo .cols .preview .mini {
  text-align: center;
  padding: 0 20px;
}
.popup .info .cols .preview .mini:before,
.specinfo .cols .preview .mini:before,
.popup .info .cols .preview .mini:after,
.specinfo .cols .preview .mini:after {
  content: " ";
  display: table;
}
.popup .info .cols .preview .mini:after,
.specinfo .cols .preview .mini:after {
  clear: both;
}
.popup .info .cols .preview .mini span,
.specinfo .cols .preview .mini span {
  background-size: 100%;
  display: inline-block;
  width: 50px;
  height: 104px;
  overflow: hidden;
  border: 2px solid transparent;
  margin-left: 3px;
  cursor: pointer;
}
.popup .info .cols .preview .mini span:hover,
.specinfo .cols .preview .mini span:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.popup .info .cols .preview .mini span.a,
.specinfo .cols .preview .mini span.a {
  border-color: #000;
}
.popup .info .cols .preview .door,
.specinfo .cols .preview .door {
  position: relative;
  display: block;
  width: 260px;
  height: 580px;
  margin-left: 100px;
  margin-top: 10px;
  overflow: hidden;
}
.popup .info .cols .preview .door .items,
.specinfo .cols .preview .door .items {
  position: relative;
  height: 580px;
}
.popup .info .cols .preview .door .items .item,
.specinfo .cols .preview .door .items .item {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.popup .info .cols .preview .door .items .item.a,
.specinfo .cols .preview .door .items .item.a {
  opacity: 1;
  visibility: visible;
}
.popup .info .cols .preview .door .items .item img,
.specinfo .cols .preview .door .items .item img {
  display: block;
  height: auto;
  width: 100%;
}
.popup .info .cols .preview .door .handle,
.specinfo .cols .preview .door .handle {
  background: url("../images/handle.png") center no-repeat;
  position: absolute;
  left: 10px;
  top: 277px;
  width: 53px;
  height: 24px;
}
.popup .info .cols .preview.nd,
.specinfo .cols .preview.nd {
  background: transparent;
}
.popup .info .cols .preview.nd .mini span,
.specinfo .cols .preview.nd .mini span {
  height: 50px;
}
.popup .info .cols .preview.nd .door,
.specinfo .cols .preview.nd .door {
  height: auto;
}
.popup .info .cols .preview.nd .door .items,
.specinfo .cols .preview.nd .door .items {
  height: 260px;
}
.popup .info .cols .l .nav,
.specinfo .cols .l .nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin: 20px 20px 0 0;
  font: 17px Cuprum;
}
.popup .info .cols .l .nav:before,
.specinfo .cols .l .nav:before,
.popup .info .cols .l .nav:after,
.specinfo .cols .l .nav:after {
  content: " ";
  display: table;
}
.popup .info .cols .l .nav:after,
.specinfo .cols .l .nav:after {
  clear: both;
}
.popup .info .cols .l .nav .n,
.specinfo .cols .l .nav .n,
.popup .info .cols .l .nav .p,
.specinfo .cols .l .nav .p {
  line-height: 24px;
  cursor: pointer;
}
.popup .info .cols .l .nav .p,
.specinfo .cols .l .nav .p {
  float: left;
  margin-right: 20px;
}
.popup .info .cols .l .nav .n,
.specinfo .cols .l .nav .n {
  float: right;
}
.popup .info .cols .l .nav .p::before,
.specinfo .cols .l .nav .p::before,
.popup .info .cols .l .nav .n::after,
.specinfo .cols .l .nav .n::after {
  background: url("../images/main-preview_arrows.png") left top no-repeat;
  content: '';
  width: 20px;
  height: 24px;
  display: inline-block;
  margin-bottom: -7px;
}
.popup .info .cols .l .nav .n::after,
.specinfo .cols .l .nav .n::after {
  background-position: right top;
}
.popup .info .cols .l .nav .p:hover::before,
.specinfo .cols .l .nav .p:hover::before {
  background-position: left bottom;
}
.popup .info .cols .l .nav .n:hover::after,
.specinfo .cols .l .nav .n:hover::after {
  background-position: right bottom;
}
.popup .info .cols .mtitle,
.specinfo .cols .mtitle {
  font-size: 25px;
  margin-bottom: 1em;
}
.popup .info .cols .descr,
.specinfo .cols .descr {
  padding: 0;
}
.popup .info .cols .descr .items,
.specinfo .cols .descr .items {
  padding: 0 10px 5px;
  border-left: 1px dashed #b38d7f;
  border-right: 1px dashed #b38d7f;
}
.popup .info .cols .descr .item,
.specinfo .cols .descr .item {
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #98675d;
}
.popup .info .cols .descr .item:first-child,
.specinfo .cols .descr .item:first-child {
  margin-top: 0;
}
.popup .info .cols .buy,
.specinfo .cols .buy {
  padding-left: 10px;
}
.popup .info .cols .buy .items,
.specinfo .cols .buy .items {
  padding-right: 15px;
  margin-top: -5px;
  padding-top: 5px;
}
.popup .info .cols .buy .items .item:first-child,
.specinfo .cols .buy .items .item:first-child {
  border-top: 1px dashed #98675d;
}
.popup .info .cols .buy .item,
.specinfo .cols .buy .item {
  padding-top: 16px;
}
.popup .info .cols .buy .price,
.specinfo .cols .buy .price {
  font-size: 25px;
  font-style: italic;
}
.popup .info .cols .buy .muted,
.specinfo .cols .buy .muted {
  color: #b26f2b;
}
.popup .info .cols .buy .buy-button,
.specinfo .cols .buy .buy-button {
  background: url("../images/buy.png") center no-repeat;
  display: block;
  width: 240px;
  height: 71px;
  margin: 20px auto;
  text-decoration: none;
  text-align: center;
  font: bold 17px Cuprum;
  color: #fff;
  line-height: 60px;
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.1s cubic-bezier(0, 1, 0, 1);
  -moz-transition: all 0.1s cubic-bezier(0, 1, 0, 1);
  -ms-transition: all 0.1s cubic-bezier(0, 1, 0, 1);
  -o-transition: all 0.1s cubic-bezier(0, 1, 0, 1);
  transition: all 0.1s cubic-bezier(0, 1, 0, 1);
  padding-left: 20px;
}
.popup .info .cols .buy .buy-button:hover,
.specinfo .cols .buy .buy-button:hover {
  background-image: url("../images/buy_a.png");
}
.popup .info .cols .buy .buy-button.a,
.specinfo .cols .buy .buy-button.a {
  top: -40px;
  opacity: 0;
}
.popup .info .cols .buy .buy-button ~ p,
.specinfo .cols .buy .buy-button ~ p {
  padding-bottom: 1em;
}
.popup .info .minicart,
.specinfo .minicart {
  margin-top: 4em;
}
.minicart > .title {
  font: 1.5em/2 'Cuprum';
  display: block;
  text-align: center;
}
body.popup-active {
  overflow: hidden;
}
body.popup-active .popup {
  opacity: 1;
  visibility: visible;
}
body.popup-active .popup .popup-box {
  margin-top: 0;
  display: inline-block;
}
.popup {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: auto;
  z-index: 9000;
  padding: 40px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.popup:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.popup-box {
  display: none;
  vertical-align: middle;
  background: #f2ddc2;
  padding: 20px;
  margin: auto;
  max-width: 90%;
  min-width: 250px;
  text-align: left;
  overflow: hidden;
  border-radius: 2px;
  -webkit-transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  -ms-transition: margin 0.2s ease-in-out;
  -o-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
}
.popup-box > header {
  background: #e8e8e8;
  padding: 1em;
  margin: -1em -1em 1em -1em;
}
.popup-box > header .h {
  float: left;
}
.popup-box > header .popup-close {
  float: right;
  display: inline-block;
  line-height: 1;
}
/* ber */
.filter-group-vertical {
  position: relative;
  width: auto;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 1em;
}
.filter-group-vertical.a > ul {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
}
.filter-group-vertical.ne > ul {
  margin-left: -36px;
}
.filter-group-vertical.ne > ul::before {
  left: 30px;
}
.filter-group-vertical ul {
  background: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 30px 0 0 -5em;
  opacity: 0;
  visibility: hidden;
  width: 11.25em;
  z-index: 9;
  -webkit-transition: margin-top 0.1s ease;
  -moz-transition: margin-top 0.1s ease;
  -ms-transition: margin-top 0.1s ease;
  -o-transition: margin-top 0.1s ease;
  transition: margin-top 0.1s ease;
}
.filter-group-vertical ul::before {
  content: '';
  display: block;
  border: 5px solid transparent;
  border-bottom-color: #fff;
  margin-left: -5px;
  position: absolute;
  left: 50%;
  top: -10px;
}
.filter-group-vertical ul li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.filter-group-vertical ul li:hover {
  background: rgba(0, 0, 0, 0.05);
}
.filter-group-vertical ul li:hover label::before {
  opacity: .25;
}
.filter-group-vertical ul li label {
  display: block;
  padding: 3px 7px;
}
.filter-group-vertical ul li label::before {
  content: "✓";
  display: inline-block;
  font-weight: normal;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.filter-group-vertical ul li input:checked + label::before,
.filter-group-vertical ul li.a label::before {
  opacity: 1;
}
.filter-group-vertical > div {
  display: block;
  text-align: center;
  padding: 0 28px 0 7px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 2.185em;
  background: #FFEFDD;
  cursor: pointer;
  border-radius: 2px;
}
.filter-group-vertical > div::after {
  content: '';
  display: block;
  border: 5px solid transparent;
  border-top-color: #333;
  position: absolute;
  right: 1em;
  top: 1em;
}
.filter-group-vertical:hover > div {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3), 0 2px 0 -1px rgba(0, 0, 0, 0.05);
}
.filter-group-vertical label {
  cursor: pointer;
}
.filter-group-vertical input {
  display: none;
}
/* ber */
#header .ib.ib2 {
    padding-top: 10px;
	color: #81582A;
	margin-left: 205px;
	text-align: center;
}
#header .ib.ib2 .tel {
	margin-top: 0px;
	padding-top: 0;
	line-height: 30px;
	font-size: 30px;
	margin-left: 25px;
}

#header .ib.ib2 .tel:before {
    content: "";
    background: url(../images/main-icon-top-phone.png);
    background-size: contain;
    width: 30px;
    height: 60px;
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

#header .ib.ib2 .slogan:before {
    content: "";
    background: url(../images/main-icon-top-map.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin-top: -5px;
    margin-right: 10px;  
}

#header .ib.ib2 .slogan {
    font-weight: normal;
    font-size: 15px;
    padding-top: 7px;
    line-height: 1;
    font-family: "Cuprum", sans-serif;
    text-align: center;
    padding-left: 25px;
}

#footer .footer-nav {
  background: url("../images/top-nav_bg.png") center top repeat-x;
  height: 57px;
  border-radius: 0 0 27px 27px;
  position: relative;
  z-index: 1001;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  width: auto;
  float: left;
}
#footer .footer-nav ul {
  margin: 0 .34em;
  padding: 0;
}
#footer .footer-nav ul:before,
#footer .footer-nav ul:after {
  content: " ";
  display: table;
}
#footer .footer-nav ul:after {
  clear: both;
}
#footer .footer-nav ul li {
  float: left;
}
#footer .footer-nav ul li a {
  display: block;
  min-width: 100px;
  padding: 0 10px;
  text-align: center;
  line-height: 53px;
  color: #651f1f;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
}
#footer .footer-nav ul li.a a,
#footer .footer-nav ul li:hover a {
  color: #fff;
}
#footer .footer-nav ul li:hover {
  background: url("../images/top-nav-li_h1.png") left center no-repeat;
}
#footer .footer-nav ul li:hover a {
  background: url("../images/top-nav-li_h2.png") right center no-repeat;
}
#footer .footer-nav ul li.a {
  background: url("../images/top-nav-li_a1.png") left center no-repeat;
}
#footer .footer-nav ul li.a a {
  background: url("../images/top-nav-li_a2.png") right center no-repeat;
}
#footer .logo {
  float: right;
  margin-top: -7px;
}
#footer .logo img {
  width: 200px;
}
.shares_namber {
    background: #ff0000 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    height: 15px;
	right: 0;
    top: 0;
    line-height: 15px;
    margin: 15px 30px 0 0;
    position: absolute;
    text-align: center;
    width: 15px;
    color: #ffffff;
    display: none;
}
.shares_namber2 {
    margin-right: 34px;
}
.info ._r>.ng-binding {
   font-weight: 400;
}
.slider1 {
  padding-bottom: 20px;
  display: none;
}
.right-col, .actions, .carousel  {
	overflow: hidden;
	width: 165px;
}
.main-catalog .row  {
	overflow: hidden;
	height: auto;
}

.index-block-steps {
  padding-top: 30px;
  padding-bottom: 30px;
}

.index-block-steps h2 {
  margin-bottom: 20px;
}

.index-block-pay {
  padding-bottom: 40px;
}

.carousel1  {
	overflow: hidden;
	height: 244px;
}

.carousel1 img {
    display: block;
    margin: 0 auto;
}

.go  {
	overflow: hidden;
	height: 18px;
}
.left-col {
	overflow: hidden;
}
#footer{
	overflow: hidden;
}

.instock {
    display: block;
    color: #00b05a;
}

.incredit {
    display: block;
    color: #777;
}

ul.order-step {
    padding: 0;
    list-style-type: none;
    display: table;
    width: 100%;
}

ul.order-step li {
    display: table-cell;
    vertical-align: top;
    width: 30%;
}

.order-step-item {
    width: 220px;
    height: 220px;
    background-color: #ccc;
    background: url(../images/circle-pattern.jpg);
    margin: 0 10px;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}

.row2 .order-step-item {
    width: 150px;
    height: 150px;
}


.order-step-item span {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    text-align: center;
    font-size: 28px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    line-height: 1;
}

.row2 .order-step-item span {
    font-size: 20px;
}

ul.order-step .arrow-step {
    background-color: transparent;
    background: none;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin: 0 10px;
}

ul.order-step .arrow-step img {
    width: 100%;
    margin-top: -50px;
}

.order-step p {
    font-size: 18px;
}

.row2 .order-step p {
    font-size: 15px;
}

.main-icon-step {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.row2 .main-icon-step {
    width: 60%;
}

.form-group-hid {
  display: none;
}

.buyspan {
    display: block;
    font-size: 15px;
    color: #00b05a;
    text-align: center;
}

.telnum {
    text-decoration: none;
    color: #81582A;
    font-family: "Cuprum", sans-serif;
}

.star10 {
    margin-top: 5px;
}

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

.star10-img img {
    width: 50px;
    height: 50px;
}

.star10-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #81582A;
    font-weight: bold;
}

.successfully-saved {
  display: none;
  color: #1B7C18;
  border-radius: 5px;
  border: 2px solid #1B7C18;
  padding: .5em .75em;
  background: #D6F8DD;
  width: 25%;
  margin-top: 20px;
}
.successfully-saved.show {
  display: block;
}






.header-dop-menu {
	position: absolute;
	top: 0;
    z-index: 100;
}

.header-dop-menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.header-dop-menu ul li {
	display: inline-block;
	margin: 0 1px;
}

.header-dop-menu ul li a {
	display: block;
	padding: 7px 10px;
	color: #651f1f;
	font-size: 16px;
	background-color: red;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	text-decoration: none;

	background: rgba(189,140,66,1);
	background: -moz-linear-gradient(top, rgba(189,140,66,1) 0%, rgba(237,211,173,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(189,140,66,1)), color-stop(100%, rgba(237,211,173,1)));
	background: -webkit-linear-gradient(top, rgba(189,140,66,1) 0%, rgba(237,211,173,1) 100%);
	background: -o-linear-gradient(top, rgba(189,140,66,1) 0%, rgba(237,211,173,1) 100%);
	background: -ms-linear-gradient(top, rgba(189,140,66,1) 0%, rgba(237,211,173,1) 100%);
	background: linear-gradient(to bottom, rgba(189,140,66,1) 0%, rgba(237,211,173,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd8c42', endColorstr='#edd3ad', GradientType=0 );

	box-shadow: 0 0 6px rgba(0,0,0,0.5);

}

.header-dop-menu ul li a:hover {
	color: #fff;
}







#mySidenav {
	display: none;
}


.sidenav-trigger {
  display: none;
}



.counters {
	display: none;
}





.whatsapp-link {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	display: none;
}

.whatsapp-link a {

}

.whatsapp-link a:after {
	content: '';
	background: url(../images/whatsapp.svg);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	border-radius: 100%;
	margin-left: -10px;
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
}

.whatsapp-link span {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	background-color: #fff;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 2px 15px 2px 10px;
	font-weight: 500;
	color: #333;
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
}

.bottom-panel {
  display: none;
}


.toplinemenu {
	display: none;
}


.phone-intro {
	background: url(../images/footer_bg.png) center center;
	background-size: cover;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 50px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .phone-intro {
    padding: 20px 30px 50px 15px;
    align-content: flex-start;
  }
}

/*@media screen and (min-width: 900px) {
  .phone-intro {
    display: none;
  }
}*/

.phone-intro img {
  position: absolute;
  width: 300px;
  bottom: -20px;
  right: -50px;
}

.phone-btn2 {
  background-color: #c15133;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 15px;
}

#contact-form2 {
  background: #c35736;
  padding: 25px;
  text-align: center;
  color: #fff;
}

._n_banners_row {
  display: flex;
  justify-content: space-between;
  height: 300px;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  ._n_banners_row {
    height: auto;
  }
}

._n_banners_col {
  width: calc(50% - 10px);
}

@media screen and (max-width: 900px) {
  ._n_banners_col {
    width: 100%;
  }
}

._n_banners_col h3 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  ._n_banners_col h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
._n_banners_col p {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  ._n_banners_col p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
._n_banners_col a {
  display: inline-block;
}

.dver-podarok-banner {
	background: #fff;
	padding: 15px;
	background: url('/design/liga-dverei/images/dver-podarok-fon.jpg') center center;
	background-size: contain;
	background-repeat: repeat-x;
  height: 100%;
  position: relative;
}

.dver-podarok-banner-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
  height: 100%;
}

.dver-podarok-banner-text {
	font-size: 16px;
	width: 50%;
	padding-left: 50px;
}

@media screen and (max-width: 900px) {
  .dver-podarok-banner-text {
    padding-left: 0;
  }
}

.dver-podarok-banner-text p {
	margin-bottom: 30px;
}

.dver-podarok-banner-text a {
	background: #c15133;
	color: #fff;
	padding: 8px 15px;
	border-radius: 4px;
	text-decoration: none;
}

.dver-podarok-banner-image {
	width: 50%;
	text-align: center;
}

.dver-podarok-banner-image img {
	width: 80px;
	display: inline-block !important;
	margin: 0 !important;
}

.pmnt-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}

.pmnt-list li {
	display: inline-block;
  margin: 0;
  width: 19.5%;
  vertical-align: top;
}

.pmnt-list li img {
	display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 60px;
}

.pmnt-list li span {
	font-size: 18px;
	display: block;
	color: #333;
}


.index-banner {
  margin: 20px 0;
}

.index-banner img {
  width: 100%;
}


.addressm {
	display: none;
}








.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
}

.modal-box {
  position: relative;
  width: 80%;
  max-width: 920px;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
}

.modal-header {
  padding: 20px 40px;
  background: #546E7A;
  color: #ffffff;
}

.modal-body {
  background: #ECEFF1;
  padding: 60px 40px;
}

/* Close Button */
.close-modal {
  text-align: right;
  cursor: pointer;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}



.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}




.alert-success {
  background-color: #4CAF50;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 10px;
  margin: 5px 0;
  border-radius: 4px;
}



#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  font-family: Raleway;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

.tab {
  display: none;
}

#prevBtn {
  background-color: #bbbbbb;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

.step.finish {
  background-color: #4CAF50;
}






form.multi-form {
  padding: 20px;
}
form.multi-form fieldset:not(.active) {
  display: none;
}
form.multi-form fieldset.active:first-of-type ~ .buttons .prev,
form.multi-form fieldset.active:first-of-type ~ .buttons .submit {
  display: none;
}
form.multi-form fieldset.active:not(:last-of-type) ~ .buttons .submit {
  display: none;
}
form.multi-form fieldset.active:last-of-type ~ .buttons .next {
  display: none;
}





.intro-intro {
  display: none;
}






@media screen and (max-width: 768px) {

  #footer {
    display: none;
  }



  .intro-intro {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #00b05a;
    margin-bottom: 20px;
  }

  #header .info {
    display: none;
  }

	.addressm {
		display: block;
		padding: 25px 10px;
		text-align: right;
		color: #9f2d23;
	}

	.pmnt-list li {
		display: block;
		margin-bottom: 15px;
	}
	
	.pmnt-list li img {
		width: 70px;
	}
	
	.pmnt-list li span {
		font-size: 14px;
	}

	.toplinemenu {
		display: inline-block;
		position: fixed;
		width: 100%;
		padding: 10px 15px;
		background-color: grey;
		top: 0;
		height: 60px;
		box-shadow: 0 3px 6px -2px rgba(0,0,0,0.35);
		
		background: url("../images/footer_bg.png") center bottom repeat-x;	
		
  }
  
  .toplinemenu_logo {
    display: block;
    float: left;
    width: 30%;
    margin-top: -2px;
  }

  .toplinemenu_logo img {
    width: 90px;
  }

	.toplinemenu .phonemlink {
		display: block;
		float: left;
		width: 50%;
		font-size: 17px;
		line-height: 1;
		color: #ba4037;
    font-weight: 700;
    text-align: right;
    text-decoration: none;
    padding-top: 3px;
  }
  
  .toplinemenu .phonemlink small {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: grey;
  }
	
	.whatsapp-link {
		display: block;
  }
  
  .bottom-panel {
    display: inline-block;
    width: 100%;
    position: fixed;
    z-index: 20;
    background-color: #fff;
    bottom: 0;
    border-top: 1px solid #ccc;
    box-shadow: 0px 0px 5px #999;
}

.bottom-panel-left,
.bottom-panel-right {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
}

.bottom-panel-right {
    border-left: 1px solid #ccc;
}

.bottom-panel-left a,
.bottom-panel-right a {
    display: inline-block;
    width: 100%;
    color: #333;
    padding: 10px 5px;
}

.bottom-panel-left a:before,
.bottom-panel-right a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.bottom-panel-left a:before {
    background: url(../images/bottom-panel-left.svg);
    background-size: contain;
}

.bottom-panel-right a:before {
    background: url(../images/max.svg);
    background-size: contain;
}

.bottom-panel-left a span,
.bottom-panel-right a span {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: 13px;
    text-align: left;
}

	#mySidenav {
		display: block;
	}

	.sidenav-trigger {
		font-size: 15px;
		cursor: pointer;
		display: block;
		float: left;
		width: 20%;
		text-align: right;
		line-height: 40px;
		color: #ba4037;
	}

	.sidenav {
	    height: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 1;
	    top: 0;
	    right: 0;
	    background-color: rgba(242,221,194,0.95);
	    overflow-x: hidden;
	    transition: 0.5s;
	    padding-top: 60px;
	    text-align:center;
	}

	.sidenav a {
	    padding: 7px;
	    text-decoration: none;
	    font-size: 16px;
	    color: #444;
	    display: block;
	    transition: 0.3s;
	    font-weight: 700;
	}

	.sidenav a:hover{
	    color: #f1f1f1;
	}

	.sidenav .closebtn {
	    position: absolute;
	    top: 0;
	    right: 25px;
	    font-size: 36px;
	    margin-left: 50px;
	}

	.header-dop-menu {
		display: none;
	}

	#header .top-nav {
		display: none;
	}

	#footer .footer-nav {
		display: none;
	}

	#header .ib.ib2 {
		display: none;
	}

	#header .right {
		display: none;
	}

	.question {
		display: none;
	}

	#header,
	#footer {
		max-width: 100%;
		min-width: 0;
		height: auto;
	}

	#header {
		background-position: 25% 0%;
		margin-top: 60px;
	}

	.container {
		width: 100%;
	}

	#middle > div,
	#middle .left-col, #middle .right-col {
		display: block;
		width: 100%;
		padding: 0;
	}

	.row .col-mb-4 {
		width: 100%;
	}

	.main-catalog .row {
		height: auto;
	}

	ul.order-step {
		display: block;
		padding: 0 35px;
		margin: 15px;
	}

	.order-step-item {
		max-width: 100%;
		display: inline-block;
		width: 80px;
		height: 80px;
		vertical-align: middle;
	}
	
	.order-step-item img {
		width: 30px;
		display: block;
		margin: 0 auto;
	}

	.order-step-item span {
		font-size: 14px;
		top: 70%;
	}

	.order-step p {
		font-size: 16px;
		margin-top: 10px;
		display: inline-block;
		vertical-align: middle;
		padding-left: 15px;
		width: calc(100% - 80px);
	}

	ul.order-step .arrow-step {
		width: 100%;
		text-align: center;
		margin: 0;
		height: auto;
	}

	ul.order-step .arrow-step img {
		display: block;
		margin: 0 auto;
		width: 40px;
		margin: 0;
		margin-left: 30px;
		width: 25px;
		padding: 10px 0;
	}

	.main-icon-step {
		width: 80px;
	}

	ul.order-step li {
		display: block;
		width: 100%;
		text-align: left;
	}

	#header-logo-container {
		max-width: 100%;
		width: auto;
		margin: 0;
		padding: 0;
		height: auto;
	}

	#header-logo-container canvas {
		display: none;
	}

	#header .logo img {
		display: block !important;
		width: 200px;
		height: auto;
	}

	#header .logo {
		margin: 0;
		padding: 0;
	}

	#footer .logo {
		float: left;
		margin: 0;
    padding: 10px;
    margin-bottom: 50px;
	}

	#footer .logo img {
		width: 100px;
	}

	.counters {
		padding-top: 20px;
	}

	.main-catalog .mc-title {
		font-size: 20px;
		line-height: 62px;
		width: 220px;
		height: 77px;
		background-size: cover;
	}

	.row .col-mb-3 {
		width: 100%;
	}

	.row2 {
		display: none;
	}

	.popup .info .cols > div, .specinfo .cols > div {
		display: block;
    margin-left: -10px;
	}

	.popup .info .cols .preview, .specinfo .cols .preview {
		width: 100%;
		margin-left: 0;
		padding-bottom: 0;
		display: block;
		margin: 0 auto;
	}

	.popup .info .cols .preview .door, .specinfo .cols .preview .door {
		width: 100px;
		height: auto;
		margin-left: 0;
		margin-top: 0;
		overflow: hidden;
		margin: 0 auto;
	}

	.popup .info .cols .preview .door .items, .specinfo .cols .preview .door .items {
		height: 220px;
	}

	.popup .info .cols .l .nav .n, .specinfo .cols .l .nav .n, .popup .info .cols .l .nav .p, .specinfo .cols .l .nav .p {
		font-size: 12px;
	}

	.popup .info .cols .l .nav .p, .specinfo .cols .l .nav .p,
	.popup .info .cols .l .nav .n, .specinfo .cols .l .nav .n {
		float: none;
	}

	.popup .info .cols .l .nav, .specinfo .cols .l .nav {
		text-align: center;
	}

	.popup .info .cols > div .c, .specinfo .cols > div .c {
		max-width: 100%;
	}

	.popup .info .cols .buy, .specinfo .cols .buy {
		padding-left: 0;
	}

	.popup .info .cols .mtitle, .specinfo .cols .mtitle {
		margin-top: 1em;
	}

	.popup .info .cols .preview, .specinfo .cols .preview {
		background: none;
	}

	.popup .info .cols .preview .mini, .specinfo .cols .preview .mini {
		float: left;
    width: 100%;
	}

	.popup .info .cols .preview .mini span, .specinfo .cols .preview .mini span {
		display: block;
		margin-bottom: 10px;
    display: inline-block;
	}

	#content .hlr .r, #content .hlr .r a {
		display: none;
	}

	#content .hlr {
		padding: 0;
	}

	#content .hlr .l {
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 10px;
		margin-top: 30px;
		font-size: 20px;
	}

	.filter-group-vertical > div {
		font-size: 11px;
	}

	.button.button-min {
		font-size: 11px;
	}

	.filter {
		padding: 0 15px;
	}

	#content img {
		max-width: 100% !important;
		display: block;
		margin: 0 auto;
		height: auto !important;
	}

	article {
		padding: 0 15px;
	}

  .carousel1,
  .carousel1 li {
    height: auto !important;
  }

  .posts > div {
    padding-left: 15px !important;
  }

  .posts {
    padding: 0 15px;
  }

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

  .info {
    padding: 0 15px;
  }

  .img-inline {
    text-align: center;
  }

  .img-inline img {
    display: inline-block;
    width: 100px !important;
  }

  .cart {
    padding: 0 15px;
  }
  
  .catalog .previews .col-mb-3 {
	  width: 50%;
  }
  
  .popup .info .cols .l .nav, .specinfo .cols .l .nav {
	  display: none;
  }
  
  .main-catalog .mc-item {
	  text-align: center;
  }
  
  .main-catalog .mc-item a {
	  display: inline-block;
	  width: auto;
	  padding: 0 15px;
	  margin: 0 auto;
  }
  
  .main-catalog .mc-title {
	  font-size: 16px;
	line-height: 50px;
	width: 175px;
	height: 61px;
	display: block;
	float: right;
	margin: 0;
	margin-top: 10px;
	margin-left: 25px;
  }
  
  .main-catalog .mc-item img {
	  display: block;
	  width: 70px;
	float: left;
	margin-right: 25px;
  }

}





.banner20 {
  margin-top: 20px;
  margin-bottom: 20px;
  background: url(../images/11.jpg) center center;
  background-size: cover;
  height: 350px;
}

@media (max-width: 500px) {

  .banner20 {
    background: url(../images/12.jpg) 0 0;
    background-size: cover;
    height: 250px;
    margin-bottom: 50px;
  }

}

.banner20 img {
  width: 100%;
}


.sidenav hr {
  border-color: rgba(0,0,0,0.2);
  margin: 15px 0;
}

.menu-socials {
  margin-top: 30px;
  margin-bottom: 40px;
}

.menu-socials-item {
  display: inline-block;
}

.menu-socials-item a {
  display: block;
}

.menu-socials-item a img {
  width: 40px;
  display: block;
}






#frmContact #mail-status {
  padding: 12px 20px;
  width: 100%;
  display:none;
  color: rgb(40, 40, 40);
}

#frmContact .error {
  background-color: #E9CAAC;
  margin-bottom: 40px;
}

#frmContact .success {
  background-color: #48e0a4;
}

#frmContact .g-recaptcha {
  margin: 0 0 25px 0;
}

#frmContact .form-control {
  margin-bottom: 15px;
  font-size: 16px;
}

#frmContact textarea.form-control {
  resize: vertical;
  height: 7em;
}

#frmContact .button {
  padding: 12px 25px;
  font-size: 16px;
}

.cookies-banner {
    position: sticky;
    bottom: 43px;
    right: 0;
    left: 0;
    background-color: #fff4e7;
    z-index: 10;
    height: 70px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px
}

@media (min-width: 900px) {
    .cookies-banner {
      bottom: 0;
      height:50px;
      font-size: 14px
    }
}

.cookies-banner .container {
    text-align: center;
    justify-content: center
}

.cookies-banner button {
    margin-top: 5px
}

@media (min-width: 900px) {
    .cookies-banner button {
        margin-top:0
    }
}

@media (min-width: 900px) {
    .cookies-banner span {
        display:inline-flex;
        align-items: center
    }
}

.cookies-banner span a {
    color: #ff9414;
    font-weight: 700;
    margin: 0 4px
}

.cookies-banner-btn a,.cookies-banner-btn button {
    margin-left: 10px;
    border: 1px solid #ff9414;
    background-color: #fff;
    border-radius: 4px;
    text-decoration: none;
    padding: 2px 5px;
    color: #111
}

.footer-policy-link {
  margin-top: 60px;
  padding-left: 20px;
}

.footer-info {
  padding-left: 20px;
  margin-top: 15px;
}