@font-face {
  font-family: 'Opium';
  src: url('/css/fonts/OpiumNewC.eot?#iefix') format('embedded-opentype'), url('/css/fonts/OpiumNewC.woff') format('woff'), url('/css/fonts/OpiumNewC.ttf') format('truetype'), url('/css/fonts/OpiumNewC.svg#Circe-Regular') format('svg');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Opium';
  src: url('/css/fonts/OpiumNewC-Bold.eot?#iefix') format('embedded-opentype'), url('/css/fonts/OpiumNewC-Bold.woff') format('woff'), url('/css/fonts/OpiumNewC-Bold.ttf') format('truetype'), url('/css/fonts/OpiumNewC-Bold.svg#Circe-Bold') format('svg');
  font-style: normal;
  font-weight: 700;
}
body {
  font-family: 'Opium';
  color: #262626;
  font-size: 16px;
  background: url(/images/mainbg.jpg) repeat;
}
h1,
.h1 {
  font-weight: 400;
}
h2,
.h2 {
  font-weight: 700;
}
p {
  color: #777;
  font-family: 'PT Sans';
}
p a {
  color: #777;
  text-decoration: underline;
}
p a:hover {
  color: #777;
  text-decoration: none;
}
p b a {
  text-decoration: none;
}
.sub-title {
  color: #bf9a4e;
  font-size: 17px;
}
a {
  outline: none;
}
a.dash,
.dash {
  font-size: 16px;
  color: #bf8e32;
  display: inline-block;
  line-height: 1.2;
  border-bottom: 1px dashed #bf8e32;
  text-decoration: none;
}
a.dash:hover,
.dash:hover {
  border-color: transparent;
}
a.dash2,
.dash2 {
  margin-left: 10px;
}
a.button,
.button {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  color: #af863f;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #af863f;
  border-radius: 19px;
  padding: 0 35px;
  outline: none;
}
a.button:hover,
.button:hover {
  background: #af863f;
  color: #fff;
  text-decoration: none;
}
a.button.black,
.button.black {
  background: #000;
  color: #fff;
  border: none;
}
a.button.gray,
.button.gray {
  background: none;
  color: #ccc;
  border-color: #ccc;
}
a.button.yellow,
.button.yellow {
  background: #bf9a4e;
  color: #000;
  border: none;
}
a.button.green,
.button.green {
  background: #008000;
  color: #fff;
  border: none;
}
a.button.big,
.button.big {
  height: 44px;
  padding: 0 25px;
  line-height: 45px;
  border-radius: 22px;
}
a.eye,
.eye {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 30px rgba(0,0,0,0.3);
  display: block;
  text-align: center;
  line-height: 40px;
  transition: background .1s;
  -webkit-transition: background .1s;
}
a.eye:after,
.eye:after {
  content: '';
  width: 26px;
  height: 16px;
  display: inline-block;
  background: url(/images/sprite.png) -73px 0 no-repeat;
}
a.eye>div,
.eye>div {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  position: absolute;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  top: 50px;
  line-height: normal;
  padding: 10px;
  z-index: 10;
  display: none;
}
a.eye>div:after,
.eye>div:after {
  content: '';
  display: block;
  border-bottom: 9px solid #000;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -9px;
}
a.eye:hover,
.eye:hover {
  background: #000;
}
a.eye:hover:after,
.eye:hover:after {
  background-position: -167px 0;
}
a.eye:hover div,
.eye:hover div {
  display: block;
}
span.eye {
  display: inline-block;
  background: #af863f;
  box-shadow: none;
  float: left;
}
span.eye:after {
  background-position: -167px 0;
}
a.link-img,
.link-img {
  position: relative;
  display: inline-block;
  padding-left: 38px;
  font-size: 13px;
  color: #af863f;
  text-transform: uppercase;
}
a.link-img img,
.link-img img {
  position: absolute;
  top: 5px;
  left: 0;
}
a.link-img:hover,
.link-img:hover {
  text-decoration: none;
}
.input input,
.input textarea {
  height: 42px;
  width: 100%;
  border: 1px solid #c9c9c9;
  border-radius: 21px;
  padding: 0 15px;
  outline: none;
}
.input input::-webkit-input-placeholder,
.input textarea::-webkit-input-placeholder {
  color: #666;
  font-family: 'PT Sans';
  font-style: italic;
}
.input input::-moz-placeholder,
.input textarea::-moz-placeholder {
  color: #666;
  font-family: 'PT Sans';
  font-style: italic;
}
.input input:-moz-placeholder,
.input textarea:-moz-placeholder {
  color: #666;
  font-family: 'PT Sans';
  font-style: italic;
}
.input input:-ms-input-placeholder,
.input textarea:-ms-input-placeholder {
  color: #666;
  font-family: 'PT Sans';
  font-style: italic;
}
.input textarea {
  height: 130px;
  resize: vertical;
}
.input input[type="file"] {
  border: none;
  border-radius: none;
  height: auto;
}
.search {
  position: relative;
  padding-left: 53px;
  margin-top: 15px;
}
.search input {
  padding-right: 100px;
  border: 2px solid #eee;
}
.search button {
  position: absolute;
  right: 15px;
  top: 12px;
  text-transform: uppercase;
  font-size: 12px;
  color: #c3953f;
  border: none;
  outline: none;
  background: none;
}
.search button:after {
  content: '';
  width: 16px;
  height: 20px;
  background: url(/images/sprite.png) -131px 0 no-repeat;
  display: block;
  float: right;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.check input,
.radio input {
  display: none;
}
.check input:checked + label:before,
.radio input:checked + label:before {
  content: '';
  display: inline-block;
  border: 1px solid #bf8e32;
  background-color: #bf8e32;
}
.check label,
.radio label {
  padding-left: 23px;
  position: relative;
  font-weight: 400;
  font-family: 'PT Sans';
  font-size: 15px;
}
.check label:hover,
.radio label:hover {
  cursor: pointer;
}
.check label:before,
.radio label:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #c7c7c7;
  background: #fff url(/images/check.png) center no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}
.check label span,
.radio label span {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  color: #8b8b8b;
}
.check label.disabled,
.radio label.disabled {
  color: #8b8b8b;
}
form .h2 {
  font-weight: 400;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 25px;
}
form .title span {
  color: #ff0000;
  margin-left: -4px;
}
form .wrap-order {
  padding: 30px;
  background: #eee;
}
form .wrap-order .input {
  margin-bottom: 6px;
}
form .wrap-order .title {
  padding-top: 7px;
}
form .wrap-order .textarea {
  padding-top: 20px;
}
form .wrap-order .textarea .title {
  margin-bottom: 10px;
}
form .wrap-order .buttons {
  padding-top: 20px;
}
form .wrap-order .buttons>span span {
  color: #ff0000;
}
form .wrap-order .buttons .button {
  float: right;
}
form .wrap-popup {
  background: url(/images/grayrounds.jpg) repeat;
  max-width: 555px;
  padding: 60px 100px 70px;
  text-align: center;
}
form .wrap-popup .h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 55px;
}
form .wrap-popup .input {
  margin-bottom: 15px;
}
form .wrap-popup .buttons {
  padding-top: 45px;
}
form .wrap-popup .button {
  padding: 0 45px;
}
.page-title {
  padding: 20px 0;
}
.page-title .h1,
.page-title h1 {
  text-align: left;
  font-size: 32px;
  margin-top: 5px;
  padding-right: 370px;
}
.page-title .h1.full-width,
.page-title h1.full-width {
  padding-right: 0;
}
ul.crumbs {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.crumbs li {
  float: left;
  margin-right: 10px;
}
ul.crumbs li:after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background: url(/images/sprite.png) -128px -13px no-repeat;
  margin-left: 10px;
  vertical-align: middle;
}
ul.crumbs li a {
  font-size: 13px;
  color: #8d8d8d;
  font-family: 'PT Sans';
}
ul.crumbs li.active {
  pointer-events: none;
}
ul.crumbs li.active:after {
  display: none;
}
.article {
  padding: 1px;
  margin-bottom: 60px;
}
.article .h1,
.article h1 {
  text-align: center;
  margin-bottom: 20px;
}
.article p {
  font-size: 14px;
  color: #777;
  font-family: 'PT Sans';
  margin-bottom: 20px;
}
.article .buttons {
  text-align: center;
  padding-top: 10px;
}
.article.main {
  padding: 0 98px;
}
.article.brand {
  margin-bottom: 30px;
}
.article.side>img,
.article.side>a:first-child {
  display: block;
  margin-bottom: 20px;
}
.two-line {
  width: 110px;
  height: 2px;
  background: #d9d9d9;
  margin: auto;
  position: relative;
  margin-bottom: 25px;
}
.two-line:after {
  content: '';
  height: 2px;
  background: #d9d9d9;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 8px;
  right: 8px;
}
table {
  width: 100%;
}
table td {
  border-bottom: 1px solid #dbdbdb;
  padding: 5px 0;
  padding-right: 20px;
}
table tr:last-child td {
  border-bottom: none;
}
.zoom {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0,0,0,0.3);
  text-align: center;
  cursor: pointer;
  line-height: 56px;
  display: block;
}
.zoom:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/sprite.png) -193px 0 no-repeat;
}
.header {
  background: #fff;
}
.header .top {
  background: #eee;
  font-family: 'PT Sans';
  padding: 8px 0;
}
.header .top .links {
  margin-left: -18px;
  margin-top: 5px;
  display: inline-block;
}
.header .top .links a {
  margin: 0 18px;
  line-height: 16px;
  text-transform: uppercase;
  font-size: 12px;
  color: #888;
  display: block;
  position: relative;
  float: left;
}
.header .top .links a:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #888;
  position: absolute;
  top: 0;
  right: -18px;
}
.header .top .soc {
  font-size: 13px;
  float: right;
}
.header .top .soc span,
.header .top .soc a {
  vertical-align: middle;
  display: inline-block;
}
.header .top .soc span {
  margin-right: 15px;
}
.header .top .soc img {
  display: block;
}
.header .middle {
  padding: 18px 0;
}
.header .middle .adds {
  margin-top: 15px;
}
.logo {
  text-align: center;
  display: block;
  width: 180px;
  color: #262626;
}
.logo:hover {
  text-decoration: none;
}
.logo .img {
  margin-bottom: 10px;
}
.logo .title {
  font-weight: 700;
  text-transform: uppercase;
}
.logo span {
  font-size: 10px;
  font-family: 'PT Sans';
  text-transform: uppercase;
  color: #808080;
  display: block;
}
.adds,
.phone,
.time,
.mail {
  padding-left: 35px;
  font-size: 16px;
  position: relative;
  margin-bottom: 8px;
}
.adds:after,
.phone:after,
.time:after,
.mail:after {
  content: '';
  background-image: url(/images/sprite.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.adds:after {
  background-position: 0 0;
  width: 13px;
}
.phone b {
  margin-right: 10px;
}
.phone b a {
  font-size: 20px;
  color: #262626;
}
.phone b a:hover {
  text-decoration: none;
}
.phone:after {
  top: 3px;
  background-position: -13px 0;
}
.time:after {
  background-position: -33px 0;
}
.mail {
  height: 14px;
}
.mail:after {
  top: 4px;
  background-position: -53px 0;
}
.mail a {
  color: #e5c080;
}
.chosen,
.basket {
  padding-left: 50px;
  position: relative;
  display: inline-block;
  margin-top: 15px;
}
.chosen .h4,
.basket .h4 {
  margin-bottom: 3px;
  margin-top: 0;
}
.chosen span,
.basket span {
  color: #666;
}
.chosen:before,
.basket:before {
  content: url(/images/i-chosen.png);
  position: absolute;
  left: 0;
  top: 3px;
}
.chosen a,
.basket a {
  color: #bf8e32;
}
.chosen {
  margin-left: 53px;
}
.basket {
  float: right;
  min-width: 202px;
}
.basket .h4 a {
  color: #666666;
}
.basket:before {
  content: url(/images/i-basket.png);
}
.menu {
  background: url(/images/menu-bg.jpg) repeat;
  height: 52px;
  text-align: center;
  font-family: 'PT Sans';
}
.menu .ul-wrap {
  position: relative;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  padding-top: 12px;
}
.menu ul li {
  float: left;
  padding: 0 30px;
  position: relative;
}
.menu ul li a {
  font-size: 17px;
  color: #e5c080;
  text-decoration: none;
  position: relative;
}
.menu ul li a:hover {
  color: #fff;
}
.menu ul li a:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: url(/images/sprite.png) -119px -12px no-repeat;
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -2px;
}
.menu ul li:first-child {
  padding-left: 0;
  position: static;
}
.menu ul li:last-child {
  padding-right: 0;
}
.menu ul li:last-child a:after {
  display: none;
}
.menu ul li.active>a {
  color: #fff;
  pointer-events: none;
}
.menu .drop {
  width: 195px;
  position: absolute;
  top: 42px;
  left: 50%;
  margin-left: -97px;
  background: rgba(38,38,38,0.9);
  z-index: 10;
  display: none;
}
.menu .drop ul.side {
  background: rgba(0,0,0,0.9);
  padding: 20px 25px;
  width: 195px;
  position: relative;
  z-index: 2;
}
.menu .drop ul.side li {
  padding: 0;
  float: none;
  text-align: left;
  padding-right: 10px;
  margin-bottom: 7px;
  position: relative;
}
.menu .drop ul.side li:after {
  content: '';
  width: 8px;
  height: 14px;
  background: url(/images/sprite.png) -287px 0 no-repeat;
  position: absolute;
  display: none;
  top: 6px;
  right: -10px;
  margin-top: 0;
}
.menu .drop ul.side li a:after {
  display: none;
}
.menu .drop ul.side li.active:after {
  display: block;
}
.menu .drop ul.side li.active a {
  color: #fff;
}
.menu .drop .abc-list {
  padding: 20px 30px 30px;
  display: none;
}
.menu .drop .abc {
  border-bottom: 1px solid #6a6a6a;
  font-family: 'Opium';
  padding-bottom: 8px;
  margin-bottom: 23px;
}
.menu .drop .abc ul {
  float: left;
}
.menu .drop .abc ul li {
  padding: 0;
}
.menu .drop .abc ul li a {
  color: #e5c080;
}
.menu .drop .abc ul li a:after {
  display: none;
}
.menu .drop .abc ul li a:hover,
.menu .drop .abc ul li a.active {
  color: #fff;
}
.menu .drop .abc ul li a.disable {
  color: #7b7b7b;
  pointer-events: none;
}
.menu .drop .abc>a {
  font-family: 'PT Sans';
  font-size: 15px;
  float: right;
}
.menu .drop .abc>a:after {
  display: none;
}
.menu .drop .links {
  text-align: left;
  display: none;
}
.menu .drop .links .col {
  width: 25%;
  float: left;
  padding-right: 30px;
}
.menu .drop .links a {
  display: block;
  font-size: 15px;
  color: #a7a7a7;
  margin-bottom: 5px;
}
.menu .drop .links a:hover {
  color: #fff;
}
.menu .drop .links a.active {
  color: #e5c080;
}
.menu .drop .links a.active:hover {
  color: #fff;
}
.menu .drop .links a:after {
  display: none;
}
.menu .drop.big {
  top: 54px;
  left: 0;
  margin-left: 0;
}
.menu .drop.big:before {
  content: '';
  display: block;
  width: 195px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.9);
  z-index: 1;
}
.cat {
  text-align: center;
  margin-bottom: 30px;
}
.cat .img {
  margin-bottom: 15px;
}
.stop-line {
  text-align: right;
  padding-top: 9px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  position: fixed;
  width: 100%;
  left: 0;
  top: -150px;
  -webkit-transition: top .3s;
  transition: top .3s;
  z-index: 30;
}
.stop-line .logo {
  width: auto;
  text-align: left;
}
.stop-line .logo .img {
  float: left;
  margin-right: 15px;
}
.stop-line .logo .img img {
  width: 46px;
}
.stop-line .logo span {
  font-size: 11px;
}
.stop-line .phone,
.stop-line .basket {
  float: none;
  display: inline-block;
  text-align: left;
  margin: 0;
  margin-right: 45px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.stop-line .basket {
  margin-right: 0;
}
.slider {
  margin-bottom: 58px;
}
.slider .wrap {
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  position: relative;
  z-index: 1;
  background: url(/images/slider-bg.jpg) right top;
}
.slider .button {
  border-width: 2px;
  height: 44px;
  line-height: 42px;
  border-radius: 22px;
  position: absolute;
  right: 35px;
  bottom: 35px;
}
.slider .slick-list {
  padding: 15px 0 30px;
}
.slick-slide {
  outline: none;
}
.slick-slide .container {
  position: relative;
}
.slick-slide .container:after {
  content: '';
  display: block;
  width: 300px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 0 15px #000;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  bottom: 0;
}
.slick-slide .content {
  margin-left: -30px;
  margin-right: 0;
  padding: 44px 35px 35px 44px;
  position: relative;
}
.slick-slide .content .h2 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 5px;
}
.slick-slide .content .sub-title {
  font-size: 18px;
  margin-bottom: 25px;
}
.slick-slide .content .text {
  font-size: 14px;
  text-transform: uppercase;
  color: #777;
  font-family: 'PT Sans';
}
.slick-dots {
  list-style: none;
  margin: auto;
  position: relative;
  text-align: center;
  padding: 0;
  margin-top: -20px;
}
.slick-dots:before,
.slick-dots:after {
  content: '';
  display: inline-block;
  width: 207px;
  height: 2px;
  background: #e6e6e6;
  vertical-align: middle;
  margin-right: 42px;
}
.slick-dots:after {
  margin-right: auto;
  margin-left: 42px;
  right: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 8px;
}
.slick-dots li span {
  display: block;
  width: 10px;
  height: 10px;
  background: #d9d9d9;
  border-radius: 4px;
}
.slick-dots li span:hover {
  cursor: pointer;
}
.slick-dots li.slick-active span {
  background: #262626;
}
.car-group {
  padding-bottom: 30px;
}
.carousel .js-carousel {
  margin-bottom: 30px;
  overflow: hidden;
}
.carousel .js-carousel .slick-slide {
  padding: 0 10px;
}
.carousel .js-carousel .slick-list {
  margin: 0 -10px;
}
.carousel .buttons {
  text-align: center;
  position: relative;
}
.carousel .buttons:before,
.carousel .buttons:after {
  content: '';
  display: inline-block;
  width: 202px;
  height: 2px;
  background: #e6e6e6;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 68px;
}
.carousel .buttons:after {
  left: auto;
  right: 68px;
}
.carousel .slick-arrow {
  width: 38px;
  height: 38px;
  display: block;
  border-radius: 50%;
  border: 1px solid #bf9a4e;
  position: relative;
}
.carousel .slick-arrow:hover {
  cursor: pointer;
  background: #bf9a4e;
}
.carousel .slick-arrow:hover:after {
  background-position: -147px 0;
}
.carousel .slick-arrow:after {
  content: '';
  display: block;
  width: 10px;
  height: 18px;
  background: url(/images/sprite.png) -99px 0 no-repeat;
  position: absolute;
  left: 12px;
  top: 9px;
}
.carousel .slick-arrow.prev {
  float: left;
}
.carousel .slick-arrow.next {
  float: right;
}
.carousel .slick-arrow.next:after {
  background-position: -109px 0;
  left: auto;
  right: 12px;
}
.carousel .slick-arrow.next:hover:after {
  background-position: -157px 0;
}
.range {
  padding-bottom: 5px;
}
.range .from {
  float: left;
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 300;
  font-family: 'PT Sans';
}
.range .to {
  float: right;
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 300;
  font-family: 'PT Sans';
}
.range .inputs {
  position: relative;
  margin-bottom: 15px;
}
.range .inputs input {
  padding: 0 5px;
  border: 1px solid #c7c7c7;
  font-size: 15px;
  margin-bottom: 7px;
  width: 100%;
  height: 32px;
  outline: none;
  border-radius: 0;
  font-style: normal;
}
.range .inputs>div {
  width: 44%;
  float: left;
}
.range .inputs>div:last-child {
  float: right;
}
.range .inputs>span {
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: -3px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.ui-slider {
  background: #a9e0ff;
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  -ms-touch-action: none;
  cursor: default;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  outline: none;
  position: absolute;
  touch-action: none;
  z-index: 2;
  background: #949494;
  background: -moz-linear-gradient(top,#949494 0%,#1c1c1c 100%);
  background: -webkit-linear-gradient(top,#949494 0%,#1c1c1c 100%);
  background: linear-gradient(to bottom,#949494 0%,#1c1c1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#949494',endColorstr='#1c1c1c',GradientType=0);
  box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
.ui-slider .ui-slider-range {
  border: 0;
  display: block;
  font-size: .7em;
  position: absolute;
  z-index: 1;
  background: #d1ab58;
  background: -moz-linear-gradient(top,#d1ab58 0%,#a76e1e 100%);
  background: -webkit-linear-gradient(top,#d1ab58 0%,#a76e1e 100%);
  background: linear-gradient(to bottom,#d1ab58 0%,#a76e1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1ab58',endColorstr='#a76e1e',GradientType=0);
}
.ui-slider.ui-state-disabled .ui-slider-handle {
  filter: inherit;
}
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  border: 1px solid #c7c7c7;
  background: #fff;
  height: 8px;
  margin-bottom: 5px;
}
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -1px;
  top: -5px;
  cursor: pointer;
}
.ui-slider-horizontal .ui-slider-range {
  height: auto;
  top: -1px;
  bottom: -1px;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.presence .eye {
  margin-right: 10px;
  font-size: 18px;
}
.presence .eye:hover {
  background: #af863f;
}
.price {
  margin-bottom: 30px;
}
.price>div {
  background: #eee;
  padding: 20px 5px;
}
.price .top {
  border-bottom: 1px solid #fff;
  font-size: 18px;
}
.price .top>div:not(.col-xs-6) {
  padding: 0 15px;
  font-size: 15px;
  margin-bottom: 5px;
}
.price .top .col-xs-6 {
  line-height: 18px;
}
.price .top span {
  font-size: 24px;
}
.price .count {
  padding-left: 15px;
  padding-bottom: 0;
}
.price .count>span {
  margin-left: 14px;
}
.price .bottom {
  position: relative;
  padding-top: 15px;
}
.price .bottom .sum {
  display: inline-block;
  padding-left: 15px;
  line-height: 24px;
  position: relative;
  bottom: -5px;
}
.price .bottom .sum>span {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}
.price .bottom .sum b {
  font-size: 18px;
}
.price .bottom .sum b span {
  font-size: 30px;
}
.price .bottom .button {
  position: absolute;
  right: 25px;
  bottom: 22px;
}
.plus-minus {
  display: inline-block;
  text-align: center;
}
.plus-minus .minus,
.plus-minus .plus {
  float: left;
  width: 38px;
  height: 44px;
  line-height: 42px;
  font-size: 21px;
  font-weight: 700;
  background: #fff;
  color: #717171;
}
.plus-minus .minus:hover,
.plus-minus .plus:hover {
  cursor: pointer;
  background: #f2f2f2;
}
.plus-minus .minus {
  border-radius: 50% 0 0 50%;
  padding-left: 5px;
}
.plus-minus .plus {
  float: right;
  border-radius: 0 50% 50% 0;
  padding-right: 5px;
}
.plus-minus input {
  height: 44px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 18px;
  font-style: normal;
  background: #fff;
  width: 76px;
  padding: 0;
  position: relative;
  margin-left: 2px;
  margin-right: 2px;
}
.previews {
  padding-top: 1px;
  margin-bottom: 30px;
}
.previews>.container {
  position: relative;
}
.previews .h1,
.previews h1 {
  text-align: center;
  margin-bottom: 30px;
}
.previews .h1.left,
.previews h1.left {
  text-align: left;
}
.previews .button.all {
  position: absolute;
  right: 15px;
  top: 25px;
}
.previews .row-2 .col {
  width: 20%;
  float: left;
  padding: 0 9px;
}
.product-prev {
  position: relative;
  outline: none;
}
.product-prev .button {
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0 15px;
  height: 32px;
  line-height: 33px;
  z-index: 1;
}
.product-prev .button.black {
  color: #bf9a4e;
}
.product-prev .star {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: block;
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: 1;
  text-align: center;
  line-height: 48px;
}
.product-prev .star:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/sprite.png) -241px 0 no-repeat;
}
.product-prev .star.active:after {
  background: url(/images/sprite.png) -295px 0 no-repeat;
}
.product-prev .img {
  position: relative;
  margin-bottom: 10px;
}
.product-prev .img a {
  display: block;
  outline: none;
}
.product-prev .img img {
  width: 100%;
}
.product-prev .img .eye {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.product-prev .img.bord {
  border: 1px solid #eee;
  padding: 17px;
  text-align: center;
}
.product-prev .img.bord img {
  width: auto;
}
.product-prev .title {
  font-size: 21px;
}
.product-prev .title.uper {
  text-transform: uppercase;
}
.product-prev .title a:hover {
  text-decoration: none;
}
.product-prev .sub-title {
  font-size: 14px;
  display: block;
  margin-top: -3px;
  margin-bottom: 5px;
}
.product-prev ul {
  list-style: none;
  padding: 3px 0;
  margin: 0;
  font-size: 14px;
  font-family: 'PT Sans';
  color: #4c4c4c;
}
.product-prev .price {
  font-size: 14px;
}
.product-prev .price b {
  font-size: 21px;
}
.product-prev .price.yellow {
  color: #af863f;
}
.product-top .img {
  background: #fff;
  height: 460px;
  line-height: 458px;
  position: relative;
  text-align: center;
}
.product-top .img .zoom {
  position: absolute;
  right: 27px;
  bottom: 27px;
}
.product-top .articul {
  color: #585858;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: -50px;
}
.product-top .presence {
  margin-bottom: 20px;
}
.product-top>.presence {
  margin-bottom: 15px;
}
.product-top .options .title {
  font-size: 21px;
  margin-bottom: 10px;
}
.product-top .options table {
  font-size: 14px;
  margin-bottom: 25px;
}
.product-top .options .link-img {
  margin-right: 60px;
  margin-bottom: 28px;
}
.product-imgs .view {
  min-height: 530px;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}
.product-imgs .view a {
  display: block;
}
.product-imgs .view .zoom {
  position: absolute;
  right: 27px;
  bottom: 27px;
}
.product-imgs .preview {
  width: 695px;
  margin: auto;
}
.product-imgs .preview .slick-list {
  padding: 10px 0;
}
.product-imgs .preview .slick-slide.slick-current img {
  outline: 3px solid #bf9a4e;
  outline-offset: -3px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
.product-imgs .preview .img {
  height: auto;
  margin: auto;
  background: none;
}
.product-imgs .preview .img:hover {
  cursor: pointer;
  border-color: #c2c2c2;
}
.product-imgs .preview .img img {
  margin: auto;
}
.product-imgs .preview .prev,
.product-imgs .preview .next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  display: block;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  z-index: 1;
}
.product-imgs .preview .prev:before,
.product-imgs .preview .next:before {
  content: '';
  width: 7px;
  height: 18px;
  display: inline-block;
  background: url(/images/sprite.png) -213px 0 no-repeat;
}
.product-imgs .preview .prev {
  padding-right: 2px;
  left: -22px;
}
.product-imgs .preview .next {
  padding-left: 2px;
  right: -22px;
}
.product-imgs .preview .next:before {
  background-position: -234px 0;
}
.product-list .buttons {
  padding-top: 10px;
  margin-bottom: 40px;
  text-align: center;
}
.product-list .buttons .button {
  padding: 0 15px;
}
.sidebar {
  padding-right: 25px;
}
.sidebar .calculator {
  padding: 60px 0;
}
.sidebar .calculator .container {
  width: 100% !important;
}
.sidebar .calculator .h2 {
  font-size: 24px;
}
.sidebar .calculator .tile-bg:before,
.sidebar .calculator .tile-bg:after {
  display: none;
}
.sidebar .calculator .wrap {
  padding-left: 0;
}
.sidebar .calculator .wrap:before,
.sidebar .calculator .wrap:after {
  display: none;
}
.sidebar .calculator:before {
  margin: 0;
  border-right: 0;
  box-shadow: none;
  border-radius: 0;
  content: '';
  display: block;
  width: 238px;
  height: 130px;
  background: url(/images/calc-side1.png) center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar .calculator:after {
  margin: 0;
  border-right: 0;
  box-shadow: none;
  border-radius: 0;
  content: '';
  display: block;
  width: 238px;
  height: 134px;
  background: url(/images/calc-side2.png) center no-repeat;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
}
.filter .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.filter-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.filter-item a.dash {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 15px;
}
.filter-item.buttons {
  padding-top: 7px;
  border: none;
}
.filter-item.buttons .button {
  width: 100%;
  margin-bottom: 12px;
}
.filter-item span.all {
  display: inline-block;
  margin-left: 23px;
  margin-bottom: 7px;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.1;
  color: #bf8e32;
  border-bottom: 1px dashed #bf8e32;
}
.filter-item span.all:hover {
  border-color: transparent;
}
.abc {
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 28px;
}
.abc .title {
  font-size: 15px;
  color: #737373;
  margin-bottom: 5px;
}
.abc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.abc ul li {
  display: inline-block;
  margin-right: 15px;
}
.abc ul li a {
  color: #262626;
  display: inline-block;
  margin-right: 5px;
}
.abc ul li a.active {
  color: #bf9a4e;
  pointer-events: none;
}
.abc ul li span {
  color: #c7c7c7;
  display: inline-block;
  margin-right: 5px;
}
.nav-pages {
  padding: 18px 0;
  margin-bottom: 32px;
  clear: both;
}
.nav-pages>span {
  margin-bottom: 15px;
  display: block;
  font-size: 18px;
  color: #2c2c2c;
}
.nav-pages>div {
  text-align: center;
  position: relative;
}
.nav-pages .prev,
.nav-pages .next {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #bf9a4e;
  display: block;
  position: absolute;
  top: 0;
}
.nav-pages .prev:hover,
.nav-pages .next:hover {
  cursor: pointer;
  background: #bf9a4e;
}
.nav-pages .prev:after,
.nav-pages .next:after {
  content: '';
  width: 7px;
  height: 18px;
  display: block;
  background: url(/images/sprite.png) no-repeat;
  margin: auto;
  margin-top: 9px;
}
.nav-pages .prev {
  left: 0;
}
.nav-pages .prev:after {
  background-position: -213px 0;
}
.nav-pages .prev:hover:after {
  background-position: -220px 0;
}
.nav-pages .next {
  right: 0;
}
.nav-pages .next:after {
  background-position: -234px 0;
}
.nav-pages .next:hover:after {
  background-position: -227px 0;
}
.nav-pages .pagination {
  margin: 0;
  text-align: center;
}
.nav-pages .pagination li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #bf9a4e;
  color: #000;
  margin: 0 1px;
  padding: 0;
  background: none;
}
.nav-pages .pagination li a:hover {
  color: #bf9a4e;
  background: none;
}
.nav-pages .pagination li.active a {
  color: #fff;
  background: #bf9a4e;
  pointer-events: none;
}
.nav-pages .pagination li.disable a {
  background: none;
  box-shadow: none;
  border: none;
}
.article-prev {
  text-align: center;
  padding-bottom: 5px;
}
.article-prev .img {
  position: relative;
  margin-bottom: 50px;
}
.article-prev .img img {
  display: block;
  width: 100%;
}
.article-prev .date {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #262626;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -35px;
  padding: 10px;
  padding-top: 15px;
  text-align: center;
}
.article-prev .title {
  font-size: 19px;
  padding: 0 20px;
}
.article-prev p {
  font-size: 15px;
  padding: 15px 20px;
}
.action {
  position: relative;
  margin-bottom: 30px;
  background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.04) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.04) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.04) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#0a000000',GradientType=0);
}
.action .img {
  width: 220px;
  float: left;
}
.action .img img {
  display: block;
}
.action .text {
  overflow: hidden;
  padding-top: 25px;
  padding-right: 30px;
}
.action .text .h2,
.action .text h2 {
  margin-bottom: 20px;
}
.action .text p {
  font-family: 'Opium';
  color: #bf8e32;
}
.action .button {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.calculator {
  background: url(/images/grayrounds.jpg) repeat;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.calculator .tile-bg {
  padding: 43px 0;
  position: relative;
}
.calculator .tile-bg:before,
.calculator .tile-bg:after {
  content: '';
  display: block;
  width: 498px;
  height: 200px;
  background: url(/images/calc-t.png) center no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 0;
}
.calculator .tile-bg:after {
  width: 454px;
  height: 162px;
  background: url(/images/calc-b.png) center no-repeat;
  top: auto;
  margin-left: 205px;
  bottom: 0;
}
.calculator .wrap {
  padding-left: 98px;
  position: relative;
}
.calculator .wrap:before {
  content: url(/images/calc.png);
  position: absolute;
  top: 5px;
  left: 0;
}
.calculator .wrap .h2 {
  margin-top: 0;
}
.calculator .wrap p {
  font-family: 'PT Sans';
  color: #777;
  max-width: 480px;
  margin-bottom: 30px;
}
.calculator .wrap .button {
  border-width: 2px;
  line-height: 36px;
  position: relative;
  z-index: 3;
}
.calculator:before,
.calculator:after {
  content: '';
  display: block;
  width: 700px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 55px rgba(0,0,0,0.4);
  position: absolute;
  left: 50%;
  top: -55px;
  margin-left: -350px;
}
.calculator:after {
  top: auto;
  bottom: -55px;
}
.questions {
  background: #eee;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 32px;
}
.questions .h3 {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.questions p {
  margin-bottom: 25px;
}
.questions .button {
  height: 44px;
  width: 175px;
  padding: 0 5px;
  line-height: 44px;
  border-radius: 22px;
  margin: 0 65px;
}
.basket-page .wrap-order {
  margin-bottom: 110px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.order {
  padding: 15px 0;
  border-top: 1px solid #dbdbdb;
  position: relative;
}
.order .col-xs-2 {
  left: 35px;
  padding-right: 35px;
}
.order .col-xs-3 .td {
  margin-left: 0;
  margin-right: 95px;
}
.order .img {
  float: left;
  margin-right: 20px;
  width: 90px;
  height: 90px;
  line-height: 85px;
  text-align: center;
}
.order .text {
  overflow: hidden;
  text-align: left;
}
.order .text .h4 {
  margin-top: 7px;
  margin-bottom: 5px;
}
.order .text p {
  font-size: 14px;
}
.order .text span {
  font-size: 14px;
}
.order .text span span {
  font-size: 18px;
}
.order .js-close {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 0;
  z-index: 100;
}
.order .count {
  display: inline-block;
  padding-top: 8px;
  width: 157px;
}
.order .count>span {
  display: block;
  text-align: center;
  margin-bottom: 3px;
  font-size: 14px;
  font-family: 'PT Sans';
  color: #595959;
}
.order .td {
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  top: 40px;
}
.order .td.first {
  padding-top: 0;
}
.order .td span {
  font-size: 24px;
}
.order.head {
  border: none;
  padding-bottom: 3px;
  font-size: 13px;
  font-family: 'PT Sans';
  color: #888;
}
.order.foot .col-xs-3 {
  float: right;
}
.order.foot span {
  display: block;
  font-size: 15px;
}
.order.foot b {
  font-size: 30px;
  line-height: 40px;
}
.order.foot b span {
  font-size: 18px;
  display: inline;
}
.js-close,
.fancy-close {
  font-size: 12px;
  text-transform: uppercase;
  color: #bf8e32;
  display: inline-block;
}
.js-close:hover,
.fancy-close:hover {
  cursor: pointer;
}
.js-close:after,
.fancy-close:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/images/sprite.png) -261px 0 no-repeat;
}
.js-close span,
.fancy-close span {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.info {
  background: #eee;
  padding: 30px;
  margin-bottom: 20px;
}
.info .h3 {
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 15px;
}
.info .button {
  margin-top: 15px;
}
.footer {
  background: url(/images/f-a.png) 80% bottom no-repeat, url(/images/blackrounds.jpg) repeat;
  padding: 50px 0 40px;
  overflow: hidden;
  position: relative;
}
.footer:after {
  content: '';
  display: block;
  width: 500px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 0 200px #fff;
  position: absolute;
  top: -65px;
  left: 50%;
  margin-left: -250px;
}
.footer ul {
  padding: 0;
  margin: 0;
}
.footer ul li {
  padding-left: 14px;
  position: relative;
  margin-bottom: 10px;
}
.footer ul li:before {
  content: '';
  width: 6px;
  height: 10px;
  background: url(/images/sprite.png) -125px 0 no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}
.footer ul li a {
  color: #e4e4e4;
  font-family: 'PT Sans';
}
.footer .title {
  color: #e5c080;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer .adds,
.footer .phone,
.footer .time,
.footer .mail {
  color: #fff;
  margin-bottom: 15px;
}
.footer .adds b a,
.footer .phone b a,
.footer .time b a,
.footer .mail b a {
  color: #fff;
}
.footer .adds a.dash,
.footer .phone a.dash,
.footer .time a.dash,
.footer .mail a.dash {
  color: #e5c080;
  border-color: #e5c080;
}
.footer .adds a.dash:hover,
.footer .phone a.dash:hover,
.footer .time a.dash:hover,
.footer .mail a.dash:hover {
  border-color: transparent;
}
.footer .adds:after {
  top: 5px;
}
.footer-copy {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  box-shadow: 0 -5px 5px -5px rgba(0,0,0,0.5);
  z-index: 20;
}
.footer-copy .container {
  position: relative;
}
.footer-copy .klen-logo {
  display: block;
  position: absolute;
  top: -58px;
  right: 0;
}
.footer-copy p {
  font-size: 12px;
  color: #343943;
  position: relative;
  margin-bottom: 0;
}
.footer-copy .copy-left {
  padding-right: 124px;
}
.footer-copy .copy-left span {
  display: inline-block;
  margin-right: 20px;
}
.footer-copy .copy-left a {
  display: inline-block;
  font-size: 12px;
  color: #343943;
  text-decoration: underline;
}
.footer-copy .copy-left .first {
  margin-right: 20px;
}
.footer-copy .copy-left a:hover {
  text-decoration: none;
}
.footer-copy .copy-right {
  padding-bottom: 20px;
}
.footer-copy .copy-right p a {
  color: #343943;
}
.footer-copy .copy-right.public-offer {
  padding-bottom: 0;
}
.temp-m {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  background: url(/images/menu-bg.jpg) repeat;
  box-shadow: inset 0 0 5px #fff;
}
.temp-m a {
  color: #bf9a4e;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
}
.fancy-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10000;
}
.fancy-close:after {
  background-position: -274px 0;
}
.fancybox-overlay {
  background: rgba(0,0,0,0.3);
}
.error input,
.error textarea,
.error select {
  border-color: #de3b2c;
}
a {
  color: inherit;
}
a:hover {
  color: #bf8e32;
}
.rubrics {
  background: #eee;
  padding: 30px;
  margin-bottom: 20px;
}
.rubrics .title {
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 15px;
}
.favorites-link-img:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 29px;
  height: 28px;
  background: url('/images/favorites-sprite.png') 0 0 no-repeat;
}
.favorites-link-img.active:after {
  background-position: -29px 0;
}
.row.grid-row .col-xs-1:nth-child(12n+1),
.row.grid-row .col-xs-2:nth-child(6n+1),
.row.grid-row .col-xs-3:nth-child(4n+1),
.row.grid-row .col-xs-4:nth-child(3n+1),
.row.grid-row .col-xs-6:nth-child(2n+1) {
  clear: left;
}
@media (min-width: 768px) {
  .row.grid-row .col-xs-1:nth-child(12n+1),
  .row.grid-row .col-xs-2:nth-child(6n+1),
  .row.grid-row .col-xs-3:nth-child(4n+1),
  .row.grid-row .col-xs-4:nth-child(3n+1),
  .row.grid-row .col-xs-6:nth-child(2n+1) {
    clear: none;
  }
  .row.grid-row .col-sm-1:nth-child(12n+1),
  .row.grid-row .col-sm-2:nth-child(6n+1),
  .row.grid-row .col-sm-3:nth-child(4n+1),
  .row.grid-row .col-sm-4:nth-child(3n+1),
  .row.grid-row .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .row.grid-row .col-sm-1:nth-child(12n+1)
	.row.grid-row .col-sm-2:nth-child(6n+1),
  .row.grid-row .col-sm-3:nth-child(4n+1),
  .row.grid-row .col-sm-4:nth-child(3n+1),
  .row.grid-row .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .row.grid-row .col-md-1:nth-child(12n+1),
  .row.grid-row .col-md-2:nth-child(6n+1),
  .row.grid-row .col-md-3:nth-child(4n+1),
  .row.grid-row .col-md-4:nth-child(3n+1),
  .row.grid-row .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .row.grid-row .col-md-1:nth-child(12n+1),
  .row.grid-row .col-md-2:nth-child(6n+1),
  .row.grid-row .col-md-3:nth-child(4n+1),
  .row.grid-row .col-md-4:nth-child(3n+1),
  .row.grid-row .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .row.grid-row .col-lg-1:nth-child(12n+1),
  .row.grid-row .col-lg-2:nth-child(6n+1),
  .row.grid-row .col-lg-3:nth-child(4n+1),
  .row.grid-row .col-lg-4:nth-child(3n+1),
  .row.grid-row .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
.banner {
  margin: 10px 0;
  max-width: 100%;
}
.banner img {
  max-width: 100%;
}
.fs-22 {
  font-size: 22px;
}
.banner_call {
  border: 2px solid #bf9a4e;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}
.filter-1 {
  width: 100%;
  font-family: 'Opium';
  font-size: 12px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  background: #161616;
  border-radius: 25px;
  padding: 10px 0 10px 0;
  text-align: center;
}
.filter-1:focus,
.filter-1:hover {
  text-decoration: none;
}
.filter-2 {
  width: 280px;
  display: none;
  position: relative;
  z-index: 102;
  background: #fff;
  padding: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
}
.menu-xs-1 {
  width: 20px;
  height: 3px;
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #262626;
}
.menu-xs-1:before {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background: #262626;
  margin: 10px 0 0 0;
}
.menu-xs-1:after {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background: #262626;
  margin: 7px 0 0 0;
}
.menu-xs-2 {
  width: 220px;
  min-height: 100vh;
  display: none;
  position: absolute;
  z-index: 102;
  top: 0;
  left: 0;
  background: #fff;
  text-transform: uppercase;
}
.menu-xs-2 ul {
  padding: 80px 0 0 15px;
  margin: 0;
}
.menu-xs-2 ul li {
  list-style: none;
  padding: 0 0 20px 0;
}
.menu-xs-2 ul li a {
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.menu-xs-2 ul li a:focus,
.menu-xs-2 ul li a:hover {
  text-decoration: none;
}
.menu-xs-2 ul li:last-child {
  padding: 0;
}
.menu-xs-2 ul .line {
  width: 180px;
  border-bottom: 1px solid #eee;
  margin: 0 0 15px 0;
}
.menu-bg,
.phone-bg,
.filter-bg {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  background: rgba(0,0,0,0.3);
}
.search-xs-1 {
  width: 21px;
  height: 26px;
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  background: url(/images/search.png) no-repeat center;
}
.search-xs-2 {
  width: 100%;
  min-height: 76px;
  background: #fff;
  display: none;
  position: absolute;
  top: 0;
  z-index: 103;
}
.search-xs-2 .input {
  margin: 18px 0 0 0;
}
.logo-xs {
  text-align: center;
  display: block;
}
.logo-xs img {
  width: 44px;
  height: 39px;
  margin: 0 0 5px 0;
}
.logo-xs .title {
  font-size: 9px;
  text-transform: uppercase;
}
.logo-xs:focus,
.logo-xs:hover {
  text-decoration: none;
}
.basket-xs {
  width: 22px;
  height: 26px;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  background: url(/images/basket.png) no-repeat center;
}
.phone-xs-1 {
  width: 23px;
  height: 24px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(/images/phone.png) no-repeat center;
}
.phone-xs-2 {
  width: 100%;
  padding: 70px 20px 30px 20px;
  background: #fff;
  display: none;
  position: absolute;
  top: 0;
  z-index: 103;
}
.phone-xs-2 .mail {
  margin: 0 0 30px 0;
}
.phone-xs-2 .soc {
  font-size: 13px;
  color: #444;
}
.phone-xs-2 .soc span {
  margin-right: 15px;
}
.close-xs-1,
.close-xs-2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  color: #000;
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0 18px 0 0;
  text-transform: uppercase;
  background: url(/images/close.png) no-repeat center right;
}
.close-xs-1:focus,
.close-xs-1:hover,
.close-xs-2:focus,
.close-xs-2:hover {
  text-decoration: none;
}
.close-xs-2 {
  top: 30px;
  right: 20px;
}
.close-xs-3 {
  width: 13px;
  height: 13px;
  display: block;
  background: url(/images/close.png) no-repeat center;
  margin: 30px 0 0 0;
}
.feedback-wrap {
  display: table;
  margin: 50px auto;
  margin-top: 0;
}
.collection-item-bg {
  width: 213px;
  height: 186px;
  background: #fff;
  font-size: 0;
  line-height: 150px;
  text-align: center;
}
.article img {
  max-width: 100%;
}
.article img.brands {
  width: auto;
}
.clear {
  clear: both;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}
.consultant {
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 101;
	display: flex;
	align-items: center;
	column-gap: 4px;
}
.consultant:hover,
.consultant:focus {
	text-decoration: none;
}
.consultant-icon {
	width: 40px;
	height: 40px;
}
.consultant-content {
	font: 700 14px/18px 'PT Sans', sans-serif;
	color: #262626;
	padding: 6px 10px;
	max-width: max-content;
	background: #FFF;
	border-radius: 4px;
	box-shadow: 0 1px 4px 0px rgba(0,0,0,.2); 
}