@font-face {
  font-family: "rouble";
  src: url(../fonts/rouble.eot);
  src: url(../fonts/rouble.eot?) format("embedded-opentype"),
    url(../fonts/rouble.woff) format("woff"),
    url(../fonts/rouble.ttf) format("truetype"),
    url(../fonts/rouble.svg) format("svg");
}
@font-face {
  font-family: "helveticaneuecyrbold";
  src: url(../fonts/helveticaneuecyr-bold-webfont.eot);
  src: url(../fonts/helveticaneuecyr-bold-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/helveticaneuecyr-bold-webfont.woff) format("woff"),
    url(../fonts/helveticaneuecyr-bold-webfont.ttf) format("truetype"),
    url(../fonts/helveticaneuecyr-bold-webfont.svg#helveticaneuecyrbold)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "helveticaneuecyrlight";
  src: url(../fonts/helveticaneuecyr-light-webfont.eot);
  src: url(../fonts/helveticaneuecyr-light-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/helveticaneuecyr-light-webfont.woff) format("woff"),
    url(../fonts/helveticaneuecyr-light-webfont.ttf) format("truetype"),
    url(../fonts/helveticaneuecyr-lighvot-webfont.svg#helveticaneuecyrlight)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "helveticaneuecyrroman";
  src: url(../fonts/helveticaneuecyr-roman-webfont.eot);
  src: url(../fonts/helveticaneuecyr-roman-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/helveticaneuecyr-roman-webfont.woff) format("woff"),
    url(../fonts/helveticaneuecyr-roman-webfont.ttf) format("truetype"),
    url(../fonts/helveticaneuecyr-roman-webfont.svg#helveticaneuecyrroman)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "helveticaneuecyrthin";
  src: url(../fonts/helveticaneuecyr-thin-webfont.eot);
  src: url(../fonts/helveticaneuecyr-thin-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/helveticaneuecyr-thin-webfont.woff) format("woff"),
    url(../fonts/helveticaneuecyr-thin-webfont.ttf) format("truetype"),
    url(../fonts/helveticaneuecyr-thin-webfont.svg#helveticaneuecyrthin)
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:focus {
  outline: 0;
}
a,
abbr,
address,
article,
aside,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
th,
thead,
tr,
ul,
var {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
body {
  color: #212121;
  font-size: 16px;
  font-family: Museo Sans Cyrl, sans-serif;
  /*font-family: helveticaneuecyrroman, Helvetica;*/
  line-height: 22px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
del {
  text-decoration: line-through;
}
ins {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
abbr {
  cursor: help;
}
label,
input[type="button"],
input[type="checkbox"],
input[type="img"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
select {
  cursor: pointer;
}
ul li {
  list-style-type: none;
  background-repeat: no-repeat;
  background-position: 0 9px;
}
@font-face {
  font-family: helveticaneuecyrthin;
  src: url(../fonts/helveticaneuecyr-thin-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/helveticaneuecyr-thin-webfont.woff) format("woff"),
    url(../fonts/helveticaneuecyr-thin-webfont.ttf) format("truetype"),
    url(../fonts/helveticaneuecyr-thin-webfont.svg#helveticaneuecyrthin)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
html,
body {
  height: 100%;
  min-width: 960px;
}
a {
  color: #1a7cc7;
  text-decoration: none;
  border-bottom: 1px solid #a3cbe9;
}
a:hover {
  color: #a3cbe9;
}
.ajax-link {
  display: inline-block;
  text-decoration: none;
  line-height: 1em;
  border-bottom: 1px dotted;
}
.ajax-link--text {
  border-bottom: 0 none !important;
}
.ajax-link__text {
  border-bottom: 1px dotted;
}
.rub {
  font-family: rouble;
}
.clearfix {
  zoom: 1;
}
.center {
  max-width: 1200px;
  min-width: 940px;
  margin: 0 auto;
  padding: 0 10px;
}
.btn {
  height: 40px;
  border: 0 none !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  background: #1a87c2;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0 10px;
}
.btn_block {
  display: block;
  text-align: center;
}
.btn_red {
  background: #cb3c3c;
}
.btn_red:focus,
.btn_red:active,
.btn_red:hover {
  background-color: #db4040;
  color: white;
}
.btn_big {
  height: 48px;
  font-size: 24px;
  line-height: 47px;
  padding: 0 14px;
}
.btn:hover {
  color: #fff;
  opacity: 0.8;
}
.select {
  position: relative;
  border: 1px solid #d3d7da;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 43px;
}
.select .icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 28px;
  height: 43px;
  background: #d3d7da;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTM0MDFFNzNCNjg3MTFFNDg5Q0JBRjhCMTE3MDI0OEUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTM0MDFFNzRCNjg3MTFFNDg5Q0JBRjhCMTE3MDI0OEUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMzQwMUU3MUI2ODcxMUU0ODlDQkFGOEIxMTcwMjQ4RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMzQwMUU3MkI2ODcxMUU0ODlDQkFGOEIxMTcwMjQ4RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtrS3GsAAABWSURBVHjaYpSqOf6fgUjA+Prt+//6/TcIKrxYqMHA+P//f4Y37z7g1QBSKCIkwAhWDAK4NMAUgp0BU4xNA7JCMAApRsYgP4A8DaLR5TAUwzRgEwcIMABTt2qX6Kw24wAAAABJRU5ErkJggg==);
  background-position: center 20px;
  cursor: pointer;
}
.select .current {
  height: 43px;
  color: #838e97;
  font-size: 18px;
  line-height: 42px;
  cursor: pointer;
  margin: 0 40px;
}
.select .options {
  display: none;
  position: relative;
  border: 1px solid #d3d7da;
  border-top: 0 none;
  background: #fff;
}
.select .option {
  border-top: 1px solid #d3d7da;
  cursor: pointer;
  padding: 5px;
}
.select .option:hover,
.select .option.active {
  background: #f3f7fa;
}
#page {
  min-height: 100%;
}
#page-wrap {
  padding-bottom: 285px;
}
.cities {
  padding: 0 5px;
}
.cities__item {
  margin-bottom: 10px;
  background: 0;
  font-size: 17px;
}
.cities__item--small {
  font-size: 15px;
}
#top {
  height: 141px;
  color: #fff;
  background: #ffffff;
}
#top .left-bg {
  position: absolute;
  left: -370px;
  top: 0;
  width: 513px;
  height: 150px;
  background: url(../img/top-left.png?v=1) no-repeat top left;
}
#top .logo-block {
  float: left;
  margin-top: 14px;
  /* position: absolute;
  top: 19px;
  left: 1%;
  width: 420px;*/
}
#top .logo {
  float: none;
  margin-top: 10px;
  margin-right: 15px;
  border-bottom: 0 none;
}

#top .logo-text {
  float: right;
  margin-top: 2px;
  color: #1a87c2;
  font: 18px helveticaneuecyrroman;
  font-weight: bold;
  line-height: 17px;
}
#top .phone {
  display: block;
  font-family: Helvetica;
  color: #1a87c2;
  font-size: 20px;
  line-height: 20px;
}
#top .phone_small {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 3px;
}

#top .contacts {
  float: left;
  margin-top: 10px;
  /*
  position: absolute;
  right: 500px;
  top: 10px;
  height: 100px;*/
}
#top .contacts .wrap {
  padding: 0 26px;
}
#top .contacts .phone {
  margin-bottom: 4px;
}
.buttons {
  display: block;
}
#top .contacts .btn {
  margin-top: 26px;
  width: 159px;
}

#top .support {
  float: left;
  margin-top: 10px;
  /*
  position: absolute;
  right: 300px;
  top: 10px;
  height: 110px;*/
}
#top .support .btn {
  margin-top: 8px;
}
#top .support .vk {
  position: absolute;
  left: 26px;
  bottom: 4px;
  width: 40px;
  height: 40px;
  font-size: 0;
  border-bottom: 0 none;
}

#top .support .instagram {
  position: absolute;
  left: 26px;
  bottom: 4px;
  width: 40px;
  height: 40px;
  font-size: 0;
  border-bottom: 0 none;
}

.insta,
.youtube {
  border-bottom: none;
}

#top .support .youtube {
  position: absolute;
  left: 40px;
  bottom: 4px;
  width: 40px;
  height: 40px;
  font-size: 0;
  border-bottom: 0 none;
}

#top .support .wrap {
  padding: 0 0 4px 26px;
}
#top .support .ajax-link {
  color: #1a87c2;
  font-size: 14px;
}
#top .support .text {
  color: #1a87c2;
  font-size: 14px;
  line-height: 16px;
  margin: 0 15px 0 0;
}
#top .support .phones {
  height: 100px;
  padding-top: 0;
  color: #fff;
}
#top .support .phone {
  font-size: 20px;
}
#top .support .btn {
  width: 150px;
}
.navigation-wrap {
  background-color: #1a87c2;
}
.navigation {
  height: 60px;
}
.navigation table {
  width: 100%;
  height: 60px;
}
.navigation a {
  display: block;
  height: 60px;
  border-bottom: 0 none;
  color: #fcfcfc;
  text-decoration: none;
  line-height: 60px;
  text-align: center;
  padding: 0 15px;
}
#header {
  height: 550px;
  background: #000;
  overflow: hidden;
}
#header .img {
  position: absolute;
  top: 0;
  left: -601px;
  width: 2162px;
  height: 550px;
  z-index: 1;
  background: url(../img/header.jpg) center top;
}
#header .title {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 2;
  color: #fff;
  font-family: helveticaneuecyrbold;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
}
#header .title .sep {
  width: 165px;
  height: 2px;
  -webkit-border-radius: 2px 0 2px 0;
  border-radius: 2px 0 2px 0;
  background: #ab2929;
  margin: 8px 0 10px;
}
#header .title .sub-title {
  font-size: 24px;
  text-transform: uppercase;
  font-family: helveticaneuecyrbold;
  font-weight: 700;
  line-height: 30px;
}
#header .text {
  position: absolute;
  top: 165px;
  left: 0;
  z-index: 3;
  width: 310px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  padding: 25px 25px 31px;
}
#header .text .bg {
  position: absolute;
  left: -146px;
  top: -150px;
  width: 535px;
  height: 508px;
  background: url(../img/header-top.png);
}
#header .text .in {
  position: relative;
  z-index: 2;
}
#header .text .l-item {
  padding-left: 32px;
  margin-bottom: 16px;
  line-height: 22px;
  background: url(../img/check.png) left top no-repeat;
}
#sale-counter {
  position: absolute;
  top: 17px;
  right: 14px;
  width: 174px;
  background: #345d82;
  color: #fff;
  opacity: 0.9;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 10;
  padding: 18px 16px 15px;
}
#sale-counter span {
  font-size: 14px;
  font-style: italic;
}
#sale-counter .numbers {
  margin-top: 13px;
  font-size: 0;
}
#sale-counter .number {
  display: inline-block;
  position: relative;
  height: 43px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 1px;
  color: #467bc6;
  font: 32px helveticaneuecyrbold;
  line-height: 42px;
  background: #fff;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.19);
  padding: 0 6px;
}
#sale-counter .number:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 21px;
  height: 1px;
  background: #fff;
  opacity: 0.6;
}
#container {
  margin: 0 auto;
}
#page-header {
  position: relative;
  z-index: 1;
  height: 62px;
}
#page-header .center {
  height: 62px;
}
#page-header .page-title {
  display: block;
  position: relative;
  height: 99px;
  margin-bottom: -37px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: helveticaneuecyrbold;
  line-height: 28px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAABjCAYAAADHJGNQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTgwMjdDRjNCODA4MTFFNEIwRDE4MkQ0MkZDMzBBNzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTgwMjdDRjRCODA4MTFFNEIwRDE4MkQ0MkZDMzBBNzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBODAyN0NGMUI4MDgxMUU0QjBEMTgyRDQyRkMzMEE3MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBODAyN0NGMkI4MDgxMUU0QjBEMTgyRDQyRkMzMEE3MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGGeggAAAKASURBVHja5Nz/R11hHAfwz87/1d+R53TPulkyM9IPkWS/JBn7IZEky0wyJjOJJJNkps2VSZJ+SEqmJGVKqe39cU6/TK177j1fnud5v3lHnXOex0vn3lvn25PvLS1/hCfngXAlYgJ/QT8zgUP9wgJ+hf5iAR+ig3ffBCy7Mgv4E7rMBI7+/YHP4B70Nwt4Bx25b4GvYPPQAh/B79EfTOCO/y30DfwMvWUBr6NTj63kE9jUs5Iv4FF0iwV8gXbXu7IP4CjNyq6DV9BZJnCYdgOXwUPoAQv4GB1oZENXwW2NbugieB5dZAJXmtnYNXAfesoC3kNfNzuIS2CTxSCugGfQr0zgalYDuQB+jl6zgDfQiSwHtB1ssh7QZvBE8humAF8nr11hAVfzGthG8Lfkc5cGbPIc3DbwG3SXBXyG9uY9iU3gShGT2AJeQueYwKaoiWwA69HHYxawHlceKnLCssFh0ROWCdZzQitM4KiMScsC6/ncCxbwtsRn7IUFbEp8GRUOfofWmMAdZf+VEzBhiwTXkt2ZBtxqy/+gRYD1uuUdFrBekd5j0UGG3MGRWJY8wcsS31VCAw7FwuQF1jvBDlnARxLf6ycs4FAsTtZgPdS6xASuiOXJEqynSc5YwLsSnwgTFnCrOJIswNPoGhO4Kg6lWXAXesMC/olOimNpBmzEwTQKHkc3WcBX6AtxNI2A28XhpAXrRdofmMBGHE8asN5gsccC1ltn+sSDBCy7chrwQlIacJt4lMfA/egJC3gfHRbPEjC8UdUD/oiuMoGfiqe5D/wSvWQB6+NdxsTjBAxvVA+B30r8iCYKsD50q1MIcgduF5IoWM8aTDOBjRDlrwADAMXDZGi4yCPCAAAAAElFTkSuQmCC);
  background-position: right top;
  padding: 16px 50px 0 0;
}
#page-header .page-title .bg {
  position: absolute;
  right: 60px;
  top: 0;
  width: 1000px;
  height: 99px;
  background: #cb3d3d;
  z-index: -1;
}
#page-header .path {
  height: 15px;
  color: #909090;
  font-size: 16px;
  line-height: 22px;
  padding: 22px 0 0;
}
#page-header .path a {
  color: #909090;
  border-bottom: 1px solid #adadad;
}
#page-header .path a:hover {
  color: #adadad;
}
#container .left-coll {
  float: left;
  width: 17.4%;
}
#container .right-coll {
  float: right;
  width: 85%;
}
#main-content {
  position: relative;
  z-index: 10;
  clear: both;
}
#main-content li {
  margin: 5px 0;
}
.catalog-menu {
  border: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  background: #fff;
  overflow: hidden;
}
.catalog-menu .level-1 {
  padding: 10px 14px 20px;
  border-bottom: 1px solid #345d82;
}
.catalog-menu .level-1:first-child {
  padding-top: 20px 0;
}
.catalog-menu .level-1 .ajax-link {
  position: relative;
  border-bottom: 0 none;
  margin-left: 13px;
  color: #3a3a3a;
  cursor: pointer;
}
.catalog-menu .level-1 .ajax-link span {
  /*border-bottom:1px dotted*/
  line-height: 20px;
}
.catalog-menu .level-1 .ajax-link:hover {
  opacity: 0.9;
}

.catalog-menu .active-parent {
  background: #1a87c2;
}
.active-parent span {
  color: #fff;
}
.catalog-menu .level-2 {
  display: block;
  padding-top: 10px;
}
.catalog-menu .level-2-item {
  padding-left: 15px;
  margin-top: 8px;
}
.catalog-menu .level-3 {
  padding: 5px 0 10px 15px;
}
.catalog-menu .level-3-item {
  margin-bottom: 3px;
}
.catalog-menu .level-3 .link {
  font-size: 14px;
}
#container .link-to-filter {
  display: block;
  border-bottom: 0 none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 22px;
  background: #1a7cc7;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTRCNUJGNzNCODA4MTFFNDg3QjFERkE3NjlFQTNGNDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTRCNUJGNzRCODA4MTFFNDg3QjFERkE3NjlFQTNGNDIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNEI1QkY3MUI4MDgxMUU0ODdCMURGQTc2OUVBM0Y0MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNEI1QkY3MkI4MDgxMUU0ODdCMURGQTc2OUVBM0Y0MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk6XK0kAAAI+SURBVHjanJVPSFRRFMbnT5Y4TjkLx4Uwi3YlaFkUiopIouRWMBdtpkBqUW0DwZLAQsQIXWhQhLQScSH9W7jQcCGKGtViKAgEIZ0oZtKFGb2+C9+Dw/Hdx5s58Jv35tzvvPvuueeeF3IcJxSQayAHnhUQEwqbn4C2Bs7yPg52gwRFPHxlarwBDIKTwv8EXFHaYyB66GlqSe/APzAEOsBnx992wG3QDXbBJkjaUhQDv0FYvcMfMA/egyzTUw+6QMIjA5fBG9sKhtQbToOUZQPLwQNwIPSL4KjU6aAOIb4XsFI6wT5jHupx+Scicj6thKfBY/CKZdqpxu8wbl+vWIrahKha+NMqDa49BWFqouLl7tsmGKHgtfDViIcvg36uzrU+j1Ws6gmuM/gXBXeFYJS+FVAi/MP0bwjfefr+cpIxs0IzkFdLT4ugOfr6Vc6b6N8TvpRHGuvNSZ1RdVwh7n/wek5p6njdEb5KpfkEMu7scfCCs06pEnTNpKuRJzfvUZZX6fsKEl6b3EvBT1Am/M8tbWIdHBe6t/RP2qooBrIUDQi/KcUb3FCT829887jQXBITX/A7ybcoMqXZHvAkm83dZtysHtft+juvR8AcuGlp6a61giWQ5P8tLZDdtJRVE1Oaj+Alu+k2OAHOgB7Q7tF9W6g91E2j7OfGFsAj0cT8bAaMi9Se8tuDKtAlWm6KJ3uBJ9S1L2ACXBSxzWyKRX+TP4BacRhzxX6TbbYo9iQfNKiQFUS4uRmwFzTovwADAKKm7/EUB4rcAAAAAElFTkSuQmCC);
  background-position: center 18px;
  text-align: center;
  padding: 52px 6% 18px;
}
#catalog-search {
  width: 100%;
  margin-bottom: 24px;
}
#catalog-search .wrap {
  position: relative;
  height: 38px;
}
#catalog-search .wrap .find-text {
  display: block;
  width: 73%;
  height: 38px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 5%;
  background: #ededed;
  -webkit-appearance: none;
  padding: 0 20% 0 2%;
}
#catalog-search .wrap .find-text::-moz-placeholder {
  color: #909090;
  font-size: 16px;
  line-height: 16px;
  opacity: 1;
}
#catalog-search .wrap .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 155px;
  height: 40px;
  border: 0 none;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
#catalog-search .wrap .btn:hover {
  background: #467bc6;
  opacity: 1;
}
.list-good {
  font-size: 0;
  margin: 20px 0;
}
.list-good .item-good {
  display: inline-block;
  width: 30%;
  border-radius: 4px;
  font-size: 16px;
  vertical-align: top;
  margin: 0 3% 20px 0;
}
#object-page .spec-text,
.item-good .spec-text {
  position: relative;
  top: -8px;
  color: rgba(203, 60, 60, 1);
  font-weight: 700;
  font-size: 13px;
  font-family: Verdana;
  text-align: center;
  padding: 2px 5px 0 0;
}
#object-page .spec-text {
  top: 0;
  font-size: 16px;
  text-align: left;
  margin: 10px 0;
}
.item-good--spec-price {
  position: relative;
  border-radius: 4px;
  padding-bottom: 4px;
  box-shadow: 0 0 2px 1px rgba(203, 60, 60, 1);
}
.item-good--spec-price:after {
  content: "РЎРїРµС† С†РµРЅР°";
  position: absolute;
  left: 0;
  top: 15px;
  color: #fff;
  font-size: 13px;
  background: #cb3c3c;
  padding: 3px 8px;
}
.list-good_table .header-th {
  height: 24px;
  border: 1px solid #1a7cc7;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: #1a7cc7;
  text-align: center;
  padding: 8px 30px;
}
.content-block img {
  top: 50%;
  left: 50%;
  width: 100% !important;
  object-fit: cover;
}
.table-good-wrap {
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
.table-good {
  width: 100%;
  border: 1px solid #cfcfcf;
  border-top: 0 none;
}
.table-good th {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background-color: #d1e5f4;
  vertical-align: middle;
  padding: 15px 10px;
}
.table-good tr td {
  border-left: 1px solid #ccc;
  text-align: center;
  padding: 10px 18px 10px 10px;
}
.table-good tr td:first-child {
  border-left: 0 none;
  text-align: left;
}
.table-good tr .td-name {
  padding-left: 30px;
}
.table-good tr:nth-child(odd) td {
  background-color: #ebebeb;
}
.table-good .hit {
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAABBCAIAAABuJAI/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Njg4NEZCQ0JENDQ4MTFFNDg3OTA5MzY4NjVCNDQyNUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Njg4NEZCQ0NENDQ4MTFFNDg3OTA5MzY4NjVCNDQyNUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2ODg0RkJDOUQ0NDgxMUU0ODc5MDkzNjg2NUI0NDI1QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2ODg0RkJDQUQ0NDgxMUU0ODc5MDkzNjg2NUI0NDI1QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgWg9wEAAAB0SURBVHjaYvz/bCIDcYCJgWgwqnRU6ahSOig9E74GKxuLUpOVIRAVQBLIJt8BjJhFBlYjsZgKUYfpUMpCAGI1VoMZaV+8kRAFeNRhV0pauBLlLVzqKE4DVDCVBU8YobmbgkQ4mDM342h1PKp0VClNlAIEGABnUzlOwLtltQAAAABJRU5ErkJggg==);
}
.section-list .section {
  display: inline-block;
  width: 30%;
  margin-right: 3%;
  vertical-align: top;
  margin-bottom: 20px;
}
.section-list .section .wrapper {
  height: 290px;
  text-align: center;
}
.section-list .section .img {
  height: 190px;
}
.section-list .section .img a {
  position: relative;
  display: block;
  height: 190px;
  border-bottom: 0 none;
  overflow: hidden;
}
.section-list .section .img a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
#section-links-catalog .img-wrap a {
  display: block;
  height: 232px;
  border-bottom: 0 none;
  font-size: 0;
  overflow: hidden;
  text-align: center;
}
#section-links-catalog .img-wrap a img {
  display: inline-block;
  position: relative;
}
.section-list .section .name {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin: 23px 0;
}
.banner_slider {
  position: absolute;
}
.section-list .section .sub-menu {
  font-size: 14px;
  background: #ebebeb;
  padding: 10px 15px 2px;
}
.section-list .section .sub {
  margin-bottom: 9px;
  text-align: center;
}
.section-list .section .sub a {
  display: inline;
}
.h2,
h2 {
  margin-top: 20px;
  color: #212121;
  font-size: 20px;
  font-family: helveticaneuecyrbold;
  font-weight: 700;
  line-height: 30px;
}
#main-content .header {
  position: relative;
  margin-bottom: 25px;
}
#main-content .header h1 {
  width: 72%;
}
#main-content .header .print {
  position: absolute;
  right: 0;
  top: 5px;
  color: #1a7cc7;
  cursor: pointer;
}
#main-content .header .print:after {
  content: "";
  position: absolute;
  left: -28px;
  top: 3px;
  width: 18px;
  height: 17px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARBAMAAAAidOHKAAAAIVBMVEUAAAAafMcafMcafMcafMcafMcafMcafMcafMcafMcafMfPbPuSAAAACnRSTlMA5kn6hTsZtoDzpynx/gAAAFlJREFUCNdjYGBwXrVqlQkDCFgBWSuBNEIMARRXQYAQgxSUtZAByghdhclahcJangA0ga0KyFqmCDIjaxWD1AIpkBlcCxkUG1YBZVdxCIFIMAYBsCzcZqAcALQ1PR/eQFgXAAAAAElFTkSuQmCC);
}

#object-page .info {
  margin-bottom: 35px;
}
#object-page .info .left {
  float: left;
  width: 45.5%;
}
#object-page .info .maker {
  display: block;
  margin-bottom: 15px;
}
#object-page .info .price-block {
  margin-bottom: 8px;
}
#object-page .info .price-block .current {
  display: inline-block;
  height: 48px;
  padding-left: 10px;
  margin-bottom: 12px;
  font-size: 25px;
  line-height: 47px;
  background: #ebebeb;
  overflow: hidden;
}
#object-page .info .price-block .current .rub {
  padding-right: 10px;
}
#object-page .info .price-block .discount {
  display: inline-block;
  height: 48px;
  color: #fff;
  background: #cb3d3d;
  padding: 0 8px;
}
#object-page .info .price-block .old {
  margin-bottom: 15px;
  color: #888;
}
#object-page .info .price-block .line {
  width: 220px;
  height: 1px;
  margin-top: 10px;
  background: #ebebeb;
}
#object-page .info .right {
  float: right;
  width: 48.5%;
}
#object-page .info .photo-link {
  display: block;
  border-bottom: 0 none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 0;
  overflow: hidden;
}
#object-page .info .photo-link img {
  width: 100%;
  display: block;
}
#object-page .text-block {
  margin-top: 30px;
}
#object-page .text-block header {
  display: block;
  margin-bottom: 20px;
}
.hidden-block {
  margin-bottom: 30px;
}
.hidden-block .show-content {
  display: inline-block;
  height: 22px;
  background: #efc4c4;
  padding: 2px 5px 2px 16px;
}
.hidden-block .show-content a:after {
  content: "";
  position: absolute;
  left: -12px;
  top: 5px;
  width: 7px;
  height: 4px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEAQMAAAB4CLc+AAAABlBMVEUAAAAafMcyXP6AAAAAAXRSTlMAQObYZgAAABBJREFUCNdj+MdQw2DBIAAACh4Bwxq35G8AAAAASUVORK5CYII=);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.hidden-block .show-content .ajax-link:hover.ajax-link:after {
  opacity: 0.7;
}
.hidden-block_view .show-content .ajax-link:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hidden-block .hidden-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;
  -ms-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.table_wrap {
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  margin: 10px 0;
}
.table_wrap table td {
  border-right: 1px solid #cfcfcf;
  padding: 8px 24px 8px 14px;
}
.table_wrap table tr:nth-child(even) {
  background: #ebebeb;
}
.table_wrap table tr td:last-child {
  border-right: 0 none;
}
#section-links {
  margin-bottom: 25px;
  font-size: 0;
  text-align: center;
  background: #d9e9ff;
  padding: 40px 0 15px;
}
#section-links .section {
  display: inline-block;
  width: 232px;
  overflow: hidden;
  vertical-align: top;
  text-align: center;
  margin: 10px 20px;
}
#section-links .section .link {
  font-size: 16px;
  border-bottom: 0 none;
}
#section-links .section .img-wrap {
  display: block;
  height: 232px;
  overflow: hidden;
}
#section-links .section img {
  position: relative;
  display: block;
}
#section-links .section:hover {
  color: #1a7cc7;
}
#section-links .text-wrap {
  display: inline-block;
  margin-top: 15px;
}
#about-text {
  color: #212121;
  line-height: 22px;
  margin: 25px 0;
}
#about-text .in {
  border: 1px solid #a6a6a6;
  text-align: center;
  padding: 20px 7%;
}
#about-text .whywe {
  border-bottom-style: dashed;
}
#about-text .hidden-info {
  height: 0;
  overflow: hidden;
}
#about-text ul {
  padding-top: 15px;
  text-align: left;
}
#main-form {
  min-height: 436px;
  position: relative;
  z-index: 0;
}
#main-form > span {
  color: #fff;
  position: absolute;
  padding: 10px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border: 2px solid #fff;
  text-align: center;
}
#main-form .Leadforms__block {
  display: none;
  z-index: 3;
}
.gal {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 1px solid green;
  text-align: center;
  padding-top: 15px;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}
.gal:before {
  content: "\2713";
  display: inline-block;
  color: green;
  font-size: 30px;
  line-height: 30px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gal:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#main-form {
  background: url(../img/form-bg.jpg) no-repeat center top;
}
#main-form .center {
  height: 660px;
}
#main-form .block-title {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  padding: 30px 0 20px;
}
#main-form .form-block {
  width: 44%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  text-align: center;
  padding: 25px 2.5% 31px;
}
#main-form .form-block .title {
  color: #1a7cc7;
  font-size: 24px;
  font-family: helveticaneuecyrbold;
}
#main-form .form-block p {
  margin: 15px 0 20px;
}
#main-form .form-block .form-data {
  height: 268px;
  border-top: 1px dotted #d3d7da;
  border-bottom: 1px dotted #d3d7da;
  margin-bottom: 22px;
  padding: 22px 0 0;
}
#main-form .form-block .btn {
  margin-bottom: 15px;
}
#main-form .form-block .search-link {
  position: relative;
  margin-left: 30px;
}
#main-form .form-block .search-link .icon {
  position: absolute;
  left: -30px;
  top: -2px;
  width: 24px;
  height: 24px;
  background: url(../img/advanc.png) no-repeat;
}
#main-form .form-tabs .tabs-controls {
  height: 25px;
  font-size: 0;
  line-height: 25px;
  margin-bottom: 10px;
}
#main-form .form-tabs .tab {
  color: #1a7cc7;
  border-bottom: 1px dashed;
  font-size: 16px;
  cursor: pointer;
  margin: 0 10px;
}
#main-form .form-block .error {
  display: none;
  height: 0;
  color: #cb3c3c;
  font-weight: 700;
}
#spec {
  margin: 27px 0;
}
#spec.inside {
  margin-bottom: 0;
  background: #ebebeb;
  padding: 25px 0 32px;
}
#spec.inside .slide {
  border-bottom: 1px solid #dfdfdf;
}
#spec.inside .slide .price-block {
  background: #dfdfdf;
}
#spec .title {
  color: #1a7cc7;
  font-size: 24px;
  font-weight: 700;
  font-family: helveticaneuecyrbold;
  text-transform: uppercase;
  text-align: center;
}
#spec .slider-wrap {
  position: relative;
  min-width: 860px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 45px 24px;
}
#spec .slider-wrap .bx-viewport {
  padding: 2px 2px 0;
}
#spec .slider-wrap .bx-prev,
#spec .slider-wrap .bx-next {
  position: absolute;
  top: 97px;
  width: 32px;
  height: 33px;
  background-repeat: no-repeat;
  border-bottom: 0 none;
}
#spec .slider-wrap .bx-prev {
  left: 5px;
  background: url(../img/left.png);
}
#spec .slider-wrap .bx-next {
  right: 5px;
  background: url(../img/right.png);
}
#spec .slide {
  width: 220px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ebebeb;
}
#spec .item-good a {
  font-size: 13px !important;
  line-height: 16px;
}
#footer {
  height: 285px;
  margin-top: -285px;
}
#footer .in {
  background: #305673;
}
#footer .in .center {
  position: relative;
  height: 130px;
}
#footer .consult {
  position: absolute;
  left: 10px;
  top: -3px;
  width: 206px;
  height: 112px;
  padding-top: 15px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  line-height: 22px;
  border-bottom: 0 none;
  background: url(../img/konsultbg.png);
  text-align: center;
  cursor: pointer;
}
#footer .consult span {
  line-height: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#footer .logo-block {
  position: absolute;
  top: 15px;
  left: 25%;
}
#footer .logo-block .logo {
  display: block;
  width: 69px;
  height: 35px;
  margin-bottom: 10px;
  font-size: 0;
  border-bottom: 0 none;
}
#footer .logo-block .text {
  color: #adb7c1;
  font-size: 12px;
}
#footer .write,
#footer .route,
.mobi-footer .write,
.mobi-footer .route {
  position: absolute;
  left: 41%;
  border-bottom: 0 none;
  cursor: pointer;
  padding: 6px 0 0 36px;
}
#footer .write span,
#footer .route span,
.mobi-footer .write span,
.mobi-footer .route span {
  display: inline-block;
  border-bottom: 1px dotted;
  color: #1a7cc7;
}
#footer .write,
.mobi-footer .write {
  top: 21px;
  background: url(../img/pencil.png) 3px top no-repeat;
}
#footer .route,
.mobi-footer .route {
  top: 63px;
  background: url(../img/route.png) left top no-repeat;
}
#footer .contacts,
.mobi-footer .contacts {
  position: absolute;
  top: 15px;
  left: 66.660004%;
}
#footer .contacts .phone,
.mobi-footer .contacts .phone {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: Helvetica;
}
#footer .contacts .btn,
.mobi-footer .contacts .btn {
  display: block;
  margin-top: 5px;
}
#footer .cp {
  position: absolute;
  top: 21px;
  right: 2.5%;
  color: #698092;
  line-height: 20px;
}
#footer .cp a {
  position: relative;
  display: inline-block;
  padding-top: 5px;
  border-bottom: 0 none;
  text-decoration: none;
}
#footer .cp a span {
  color: #1a7cc7;
  border-bottom: 1px solid;
}
#footer .cp a:hover {
  color: rgba(26, 124, 199, 0.8);
}
#footer .cp a .icon {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 25px;
  background: url(../img/netkam.png);
}
#footer .navigation {
  background-color: #1a87c2;
}
#footer-text {
  height: 70px;
  color: #555;
  font-size: 14px;
  font-style: italic;
  padding: 10px 0;
}
.update-date {
  opacity: 0.8;
  color: #909090;
  font-size: 12px;
  font-family: Arial;
  margin: 5px 0 15px;
}
.remodal .item-good {
  width: 220px;
  text-align: left !important;
  margin: 0 auto;
}
.item-good .img-block {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 0;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
.item-good .img-block_bg {
  display: block;
  width: 100%;
  height: 212px;
  border-bottom: 0 none;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.item-good .name-wrap {
  display: table;
  width: 100%;
  height: 80px;
  margin: 3px 0;
}
.item-good .name {
  width: 220px;
  height: 68px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.item-good .name_full {
  display: table-cell;
  line-height: 22px;
  vertical-align: middle;
}
.item-good .price-block {
  position: relative;
  height: 40px;
  margin-bottom: 8px;
  font-family: Helvetica;
  background: #ebebeb;
  padding: 5px 12px;
}
.item-good .price-block .current {
  height: 24px;
  font-size: 20px;
  line-height: 24px;
}
.item-good .price-block .discount {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  background: #cb3d3d;
  padding: 0 4px;
}
.item-good .price-block .old {
  color: #888;
  font-size: 12px;
  line-height: 16px;
}
.good-status {
  display: block;
  position: relative;
  height: 16px;
  padding-left: 22px;
  margin-left: 14px;
  color: #87ba25;
  font-size: 14px;
  line-height: 16px;
}
.good-status .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.good-status.status-1 .icon {
  width: 16px;
  height: 16px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAATlBMVEUAAACHuiWHuiWHuiWHuiWHuiWHuiWHuiWHuiWHuiWHuiWHuiWHuiWHuiWHuiWHuiWHuiWHuiWHuiWHuiWHuiWHuiWHuiWHuiWHuiWHuiV3I2VBAAAAGXRSTlMAaTwsh5pVy6SDcWQevEsTBgP25LSNfkIztL4VFQAAAFtJREFUGNOdzEcOwCAMRFEHY3pN5/4XTQQEZc1fPo0GnHFCa+vgy5aWugCy4BmW4gPewXfHF1hdIleSZIcRnwVjFJ3sBy0pEHCvQAwSo7XyFsdHtAdpkaDDaAYeZGAG7M+FF3wAAAAASUVORK5CYII=);
}
.good-status.status-2 {
  color: #ff7800;
}
.good-status.status-2 .icon {
  width: 17px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPCAMAAAA1b9QjAAAAaVBMVEUAAAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eAD/eADlMHliAAAAInRSTlMAZv748jkN6MqkfV8hGwSQhjMI4dK/rZpxVUlBJt/ClYAVY92KVwAAAIZJREFUGNNVjtkOhCAMRSuryCLgOo6z8f8fOZRoxPPQNKdJ74UDrQzc4IS976Ztn+lRC004zEO8hJAKwNDuMp5Z3jtP7SnwuqRdDOo08yvCSl35Vigp21gSi3DjhM+30kqjaUjIM3xdnkoKTF7Q9wSDLPN5ZT80cQekowbY1FSsuciHpBoZ/rdmByBCRjbTAAAAAElFTkSuQmCC);
}
.form {
  display: block;
  width: 460px;
  text-align: center;
  margin: 25px auto;
}
.form .field {
  margin: 0 0 25px;
}
.form .field .name {
  display: block;
  margin-bottom: 12px;
}
.form label {
  display: inline-block;
  font-size: 14px;
  margin: 0 3px;
}
.form .field label input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form .field input,
.form .field textarea {
  display: block;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font: 16px helveticaneuecyrroman;
  line-height: 20px;
  background: #ededed;
  text-align: center;
  margin: 0 auto;
  padding: 8px 5px;
}
.form .field input {
  height: 18px;
  padding: 9px;
}
.form .field textarea {
  width: 400px;
  height: 90px;
  padding: 9px 28px;
}
.form-error {
  padding-top: 20px;
  color: #cb3d3d;
  font-size: 16px;
  font-style: italic;
}
.remodal_form .form {
  width: 280px;
  margin: 0;
  padding: 0 20px;
}
.remodal_form .field {
  margin-bottom: 17px;
}
.remodal_form .field input {
  width: 260px;
  margin: 0;
}
.remodal_form .field textarea {
  clear: both;
  width: 238px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  margin: 0;
}
.targeting_col {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  padding-left: 20px;
  text-align: left;
}
.targeting,
.targeting li {
  list-style: none;
  background-image: none;
  margin: 0;
  padding: 0;
}
.targeting_col ul {
  position: relative;
  margin-bottom: 15px;
}
.targeting {
  position: relative;
  padding-left: 15px;
  margin-top: 20px;
}
.targeting .cities {
  padding-top: 10px;
  padding-bottom: 20px;
}
.targeting .cities a {
  color: #1a7cc7;
  border-bottom: 1px solid rgba(26, 124, 199, 0.5);
}
.targeting li {
  display: inline;
  zoom: 1;
  vertical-align: top;
  font-size: 14px;
  margin: 4px 8px;
}
.targeting li.letter {
  position: absolute;
  left: -15px;
  top: 0;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.item-good--inner {
  height: 100%;
}
.item-good,
.list-good .item-good .item-good--inner {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.geo {
  width: 45% !important;
}
.geo .cities {
  text-align: left;
  list-style-type: none;
  font-size: 18px;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  padding: 5px 0 0 30px;
}
.phone a {
  color: #1a87c2;
  text-decoration: none;
  border: 0;
}
.news__item {
  border: 1px solid #cfcfcf;
  background: #fff;
  margin-bottom: 10px;
}
.news__item-in {
  display: table;
  min-height: 150px;
}
.news__item-img {
  display: table-cell;
  width: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.news__item-info {
  display: table-cell;
  vertical-align: top;
  padding: 15px;
}
.news__item-header {
  display: inline-block;
  margin-right: 10px;
}
.news__item-h3 {
  font-weight: 400;
}
.news__item-name {
  margin-right: 10px;
}
.news__item-date {
  display: inline-block;
  color: #3a3a3a;
  font-size: 14px;
}
.news__item-anons {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.p-new__in {
  padding-top: 10px;
  overflow: hidden;
}
.p-new__img-wrap {
  float: left;
  width: 300px;
  margin: 0 15px 15px 0;
}
.s-gallery {
  margin-top: 20px;
  font-size: 0;
}
.s-gallery__link {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 24%;
  height: 150px;
  border: 1px solid #cfcfcf;
  margin-right: 1%;
  margin-bottom: 1%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.s-gallery__link-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  text-align: left;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
}
.albums {
  font-size: 0;
  margin: 20px 0;
}
.albums__item {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 32%;
  height: 250px;
  border: 1px solid #cfcfcf;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.albums__item-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  text-align: left;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
}
.region {
  padding: 10px 20px;
}
.region__list {
  float: left;
  width: 33%;
}
.region__items {
  list-style: none;
}
.region__item {
  display: block;
  vertical-align: top;
  background-image: none;
  text-align: left;
  margin: 7px 8px;
}
.soc-link-instagram {
  position: absolute;
  right: 105px;
  top: 23px;
  width: 140px;
}
.soc-link-instagram img {
  height: 60px;
}
.soc-link-instagram img:hover {
  height: 70px;
  transition: transform 1s ease;
  transform: rotate(360deg);
}
.soc-link-youtube {
  position: absolute;
  right: 22px;
  top: 23px;
  width: 140px;
}

.soc-link-youtube img {
  height: 60px;
}
.soc-link-youtube img:hover {
  height: 70px;
  transition: transform 1s ease;
  transform: rotate(360deg);
}
.soc-link a {
  text-decoration: none;
  border-bottom: 0;
  display: block;
}
.avito {
  float: left;
  margin-top: 5px;
}
.avito-mob {
  margin-left: 16px;
  margin-top: 16px;
  display: block;
}
.avito img,
.avito-mob img {
  border-radius: 4px;
  width: 140px;
}
html.remodal-is-locked {
  overflow: hidden;
}
.remodal,
[data-remodal-id] {
  visibility: hidden;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  background: rgba(30, 62, 86, 0.7);
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-transform: translateZ(0px);
}
.remodal {
  position: relative;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 700px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: 0 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: 0 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  opacity: 0;
  color: #182a3c;
  background: #fff;
  background-clip: padding-box;
}

/*Авто в наличии*/
.container-stock {
  max-width: 1420px;
  margin: 0 auto;
}
.stock {
  float: left;
  width: 100%;
  display: flex;
  margin-bottom: 15px;
  border: 1px solid #d8d8d8;
}
.stock-img {
  position: relative;
  overflow: hidden;
  float: left;
  width: 30%;
}
.stock-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.stock-specification {
  margin: auto 45px auto 0;
  position: relative;
  float: left;
  width: 75%;
}
.stock-more {
  padding: 10px 0 15px 50px;
  border-left: 0;
  float: left;
  width: 70%;
  display: flex;
}
.stock-detail {
  padding: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.button-detail {
  border-radius: 4px;
  padding: 12px 58px;
  background-color: #1a87c2;
  border: 1px solid #1a87c2;
  color: #ffffff;
}
.count,
.price_instock {
  padding: 25px 25px 25px 45px;
  position: relative;
  display: flex;
}
.count span,
.price_instock span {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.top-line {
  background: #d8d8d8;
  width: 1px;
  height: 85%;
  position: absolute;
  left: 0;
}
.stock-title h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
}
.stock-auto h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
.stock-specification tr td:first-child {
  display: flex;
  align-items: flex-end;
  height: 35px;
}

.stock-specification tr td:first-child:after {
  content: "";
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  min-width: 50px;
  height: 1px;
  margin: 0 5px;
  border-bottom: 2px dotted #000;
}
.stock-specification tr td:last-child {
  vertical-align: bottom;
}
.margin-stock {
  margin-bottom: 30px;
}

/*Баннер*/
.main-banner {
  max-width: 1420px;
  padding: initial;
  margin-bottom: 40px;
  background-color: #305673;
}
.photo {
  float: left;
  width: 70%;
}
.banner img {
  width: 100%;
  border-right: 10px solid #1a87c2;
}
.banner-more {
  height: 352px;
  width: 30%;
  float: left;
  position: relative;
}
.banner-more h3 {
  padding: 20px 20px 8px 30px;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
}
.banner-more a {
  text-decoration: none;
  border-bottom: none;
  padding: 15px 20px;
  color: #fff;
  background-color: #1a87c2;
  border-radius: 7px;
  margin-left: 20px;
  top: 20px;
  position: relative;
}
.slide-btn {
  width: 399px;
  font-weight: 900;
  padding: 20px 0px;
  cursor: pointer;
  padding-left: 50px;
}
.slick-current {
  color: #1a87c2;
}
.slick-current span {
  border-bottom: 1px solid #1a87c2;
}
.short_info {
  padding: 15px 30px;
  font-size: 17px;
  color: #fff;
}

.short_info tr td:first-child {
  display: flex;
  align-items: flex-end;
  height: 35px;
}

.short_info tr td:first-child:after {
  content: "";
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  min-width: 50px;
  height: 1px;
  margin: 0 5px;
  border-bottom: 2px dotted #fff;
}
.short_info tr td:last-child {
  vertical-align: bottom;
}
.price_auto span {
  color: #fff;
  border-bottom: none;
  font-size: 25px;
}
.price_auto {
  padding: 15px 30px;
}
.sign-wrap-2 {
  padding: 40px 20px 8px 30px;
}
.sign-wrap-2 .sign_word {
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  border-bottom: none;
  text-transform: uppercase;
  animation: 2s neon-2 alternate-reverse infinite;
}
@keyframes neon-2 {
  from {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #bfe2ff;
  }
  to {
    text-shadow: 0 0 20px #bfe2ff, 0 0 35px #bfe2ff, 0 0 40px #bfe2ff,
      0 0 50px #bfe2ff, 0 0 800px #bfe2ff;
  }
}
/*Конец баннера*/

.sign-wrap-3 {
  padding: 40px 20px 8px 30px;
}
.sign-wrap-3 .sign_word {
  font-size: 15px;
  font-weight: bold;
  line-height: 50px;
  color: #cb3c3c;
  border-bottom: none;
  text-transform: uppercase;
  animation: 2s neon-3 alternate-reverse infinite;
}
@keyframes neon-3 {
  from {
    text-shadow: 0 0 5px #cb3c3c, 0 0 10px #c76060;
  }
  to {
    text-shadow: 0 0 20px #c76060, 0 0 35px #c76060;
  }
}

.remodal-bg {
  -webkit-transition: 0 0.2s ease-out;
  -moz-transition: 0 0.2s ease-out;
  -o-transition: 0 0.2s ease-out;
  transition: filter 0.2s ease-out;
}
body.remodal-is-active .remodal-bg {
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
}
body.remodal-is-active .remodal-overlay {
  opacity: 1;
}
.remodal_form {
  width: 320px;
}
.remodal_city {
  width: 900px;
}
.remodal_map {
  width: 650px;
}
.remodal_success {
  width: 450px;
}
.remodal_success .remodal-content {
  font-size: 17px;
  padding: 30px 50px;
}
body.remodal-is-active .remodal {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-header {
  height: 64px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 24px;
  line-height: 63px;
  background: #1a7cc7;
  text-align: center;
}
.remodal-content {
  padding: 25px 0 30px;
}
.remodal-content_border {
  padding-bottom: 10px;
  border-bottom: 2px solid #cdcdcd;
}
.remodal-close {
  position: absolute;
  right: -37px;
  top: -37px;
  width: 26px;
  height: 26px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.remodal-close:after {
  content: "A?";
  display: block;
  color: #fff;
  font: 26px Arial;
  text-decoration: none;
  line-height: 26px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.lt-ie9 .remodal-overlay {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F021242E,endColorstr=#F021242E);
}
.lt-ie9 .remodal {
  width: 700px;
  min-height: 0;
  margin: 20px auto;
}
.lt-ie9 .remodal-close:after {
  text-align: center;
  margin: auto;
}
.lt-ie9 .remodal-close:hover,
.lt-ie9 .remodal-close:active {
  background: transparent;
}
.lt-ie9 .remodal-close:hover.remodal-close:after,
.lt-ie9 .remodal-close:active.remodal-close:after {
  color: #fff;
}
article,
aside,
footer,
header,
nav,
section,
.select.active .options,
#top .logo img,
#main-form .form-tabs .tab-content_active,
.item-good .img-block img {
  display: block !important;
}
.ajax-link--red,
.targeting li a.active,
.targeting .cities a.active {
  border-bottom: 1px solid rgba(203, 60, 56, 0.5);
  color: #cb3c3c;
}
.clearfix:after,
.p-new__in:after {
  clear: both;
  content: "";
  display: block;
}
.btn_blue,
.remodal-close:hover,
.remodal-close:active {
  background: #1a7cc7;
}
#top .center,
#header .center,
.hidden-block .show-content a {
  position: relative;
}
#top .phone .sub-text,
#footer .contacts .phone .sub-text {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 13px;
  line-height: 14px;
}
.navigation a:hover,
.navigation .active,
.navigation tr td:first-child a:hover {
  background: #cb3c3c;
  color: #fff;
}
#main-content p,
#main-content ul,
#main-content ol {
  margin: 10px 0;
}
#main-content ol,
#main-content ul li,
#about-text ul li {
  padding-left: 25px;
}
.catalog-menu .no-parent .ajax-link:after,
#main-form .form-tabs .tab input,
#main-form .form-tabs .tab-content,
#jivo_chat_widget,
.mobi-menu,
.mobi-header,
.mobi-catalog-menu,
.mobi-footer,
.mobi-catalog-menu-container {
  display: none;
}
.catalog-menu .level-2 .link,
#main-form .form-tabs .tab_active {
  border-bottom: 0 none;
}
.catalog-menu .level-2 .link span,
#section-links .text {
  border-bottom: 1px solid #a3cbe9;
}
#catalog-search .wrap .find-text::-webkit-input-placeholder,
#catalog-search .wrap .find-text:-moz-placeholder,
#catalog-search .wrap .find-text:-ms-input-placeholder {
  color: #909090;
  font-family: inherit;
  font-size: 16px;
  line-height: 16px;
  opacity: 1;
}
#catalog-search .wrap .find-text:focus,
.form .field input:focus,
.form .field textarea:focus {
  background: #fff;
}
.list-good_table,
.h2 .ajax-link,
h2 .ajax-link,
#footer .contacts .phone,
.remodal select,
.remodal textarea,
.remodal input,
.remodal select:focus,
.remodal textarea:focus,
.remodal input:focus {
  font-size: 16px;
}
#section-links-catalog .img-wrap a:hover img,
#section-links .section:hover img {
  top: -233px;
}
.h1,
h1,
#main-content h1 {
  color: #212121;
  font-family: Museo Sans Cyrl, sans-serif;
  /*font-family: helveticaneuecyrbold;*/
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
#main-content .header .print:hover,
#main-form .form-tabs .tab:hover,
#footer .consult:hover span,
#footer .write:hover,
#footer .route:hover,
.mobi-footer .write:hover,
.mobi-footer .route:hover {
  opacity: 0.8;
}
.hidden-block .hidden-content .in,
.news__list {
  margin-top: 20px;
}
.table_wrap table,
#spec .slider,
.p-new__img {
  width: 100%;
}
.hidden-block .table_wrap,
#main-form .form-block_left {
  float: left;
}
#section-links .section:last-child,
.albums .albums__item:nth-child(3n) {
  margin-right: 0;
}
#about-text p,
#main-form .form-block .form-data .select {
  margin-bottom: 22px;
}
#main-form .form-block_right,
.vk {
  float: right;
}
.form .field input::-webkit-input-placeholder,
.form .field textarea::-webkit-input-placeholder,
.form .field input:-moz-placeholder,
.form .field textarea:-moz-placeholder,
.form .field input::-moz-placeholder,
.form .field textarea::-moz-placeholder,
.form .field input:-ms-input-placeholder,
.form .field textarea:-ms-input-placeholder {
  color: #909090;
  font: 16px helveticaneuecyrroman;
  line-height: 20px;
  opacity: 1;
}
.remodal_form .field .name,
.p-new__date {
  margin-bottom: 5px;
}
.s-gallery__link:hover,
.albums__item:hover {
  border-color: #cb3c3c;
}
.region:after,
.soc-link:after {
  clear: both;
  content: "";
  display: table;
}
ul.unstyled {
  list-style: none;
}
ul.unstyled li {
  padding-left: 0 !important;
  background-image: none;
}
#essentials {
  display: none;
  height: 125px;
  margin-bottom: 20px;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
}
#essentials img {
  width: auto;
  height: 100%;
  margin-right: -70px;
  float: left;
}
.table-partners td {
  vertical-align: middle;
}
.table-partners td:first-child {
  width: 150px;
}
.table-partners img {
  width: 100%;
  height: auto;
}
#nalichie {
  margin: 25px 0;
  line-height: 22px;
  color: #212121;
}
#nalichie .in {
  padding: 20px 7% 0;
  border: 1px solid #a6a6a6;
}
#nalichie .price {
  float: right;
}
#nalichie .info .left {
  width: 53%;
}
#nalichie .info .right {
  width: 40%;
}
#nalichie h1 {
  text-align: center;
  margin-bottom: 15px;
}
#nalichie h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
}
#nalichie p.btn:hover {
  opacity: 1;
  cursor: default;
}
#nalichie caption {
  padding: 5px;
  font-weight: 700;
}
.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  margin-top: -3px;
  margin-left: -4px;
}
.ribbon {
  font: normal 13px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 3px 0;
  left: -30px;
  top: 13px;
  width: 150px;
  background: #ff0;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 0, 1) 0%,
    rgba(204, 204, 0, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 0, 1)),
    color-stop(100%, rgba(204, 204, 0, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 0, 1) 0%,
    rgba(204, 0, 204, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 0, 1) 0%,
    rgba(204, 204, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 0, 1) 0%,
    rgba(204, 204, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 0, 1) 0%,
    rgba(204, 204, 0, 1) 100%
  );
  color: #6a6340;
  -w1ebkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -m1oz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  b1ox-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.ribbon:before,
.ribbon:after {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}
.ribbon:before {
  left: 0;
}
.ribbon:after {
  right: 0;
}
.news__list .figure {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.news__list .figure .status {
  display: block;
  min-width: 100px;
  text-align: right;
  float: right;
}
.news__list .figure img {
  width: 35%;
  margin: 0 15px 0 0;
  padding: 0;
  vertical-align: top;
  float: left;
}
.news__list .figure small {
  font-weight: 400;
  font-size: 0.75em;
}
.news__list .figcaption {
  margin-bottom: 10px;
  font-weight: 700;
}
.news__list .figure .anons {
  display: inline-block;
  width: 60%;
}
.news__list .figure .btn {
  margin: 1px 0;
}
.news__list .figure span.btn {
  cursor: default !important;
  opacity: 1 !important;
}
.news__list hr {
  width: 100%;
  height: 10px;
  margin: 0 0 10px;
  padding: 0;
  clear: both;
  border: 0;
  border-bottom: 1px solid #ccc;
}
.table_align {
  width: 99%;
}
.table_align th,
.table_align td:first-child {
  width: 50%;
  font-weight: 400;
  text-align: right;
}
.important-news {
  padding: 25px 0;
  background-color: #345d82;
  color: #fff;
}
.important-news a {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.important-news p {
  margin-bottom: 15px;
  line-height: 24px;
}
.important-news ul {
  margin-bottom: 15px;
}
.important-news li {
  margin-bottom: 5px;
}
.short-text span,
.long-text span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 20px;
}
.long-text {
  display: none;
}
@media screen and (min-width: 1100px) {
  #section-links .section {
    display: inline-block;
    width: 15%;
    margin: 0 1% 0 0;
  }
}
@media (max-width: 1200px) {
  #footer .cp {
    font-size: 14px;
  }
}
@media screen and (max-width: 1090px) {
  #top .logo-text {
    display: none;
  }
  #top .support {
    display: none;
  }
}
@media screen and (max-width: 908px) {
  .soc-link {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  html,
  body,
  .center,
  #spec .slider-wrap {
    min-width: auto;
  }
  .select .current {
    overflow: hidden;
    font-size: 15px;
    line-height: 42px;
    margin: 0 41px 0 0;
  }
  #footer .consult,
  #footer .logo-block,
  #footer .cp,
  #footer .navigation {
    display: none;
  }
  #footer .write,
  #footer .route {
    left: 15px;
  }
  #footer .contacts {
    right: 15px;
  }
}
@media screen and (max-width: 910px) {
  .remodal_form .form {
    padding: 0 10px !important;
  }
  .main-banner {
    display: none;
  }
  .content {
    margin-top: 95px;
    padding-right: 0;
    padding-left: 0;
  }

  .mobi-header {
    display: block;
    position: fixed;
    top: 0;
    height: 66px;
    background: url(../img/i-mobi-bj.jpg) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    z-index: 100;
  }
  .mobi-header .btn {
    position: absolute;
    left: 50%;
    margin-left: -62px;
    top: 6px;
    display: none;
  }
  .mobi-header .btn.btn_red {
    display: block;
    left: auto;
    margin-left: auto;
    right: 10px;
  }

  #hideMenu,
  #hideMenuCatalog {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 6px;
  }
  #showMenu {
    background: url(../img/i-mobi-menu.png) no-repeat right center;
    border: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }

  .modi-show-menu {
    position: relative;
    width: 100px;
    height: 64px;
  }

  .modi-show-menu span {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    padding-left: 17px;
    padding-top: 24px;
    color: #fff;
    position: absolute;
  }

  #showMenu > span,
  #hideMenu > span,
  #hideMenuCatalog > span {
    display: block;
    height: 1px;
    background: #cb3d3d;
    margin: 7px 10px;
  }
  #hideMenu,
  #hideMenuCatalog {
    height: 41px;
    background: #345d82;
    right: 0;
    top: 0;
    left: 0;
    width: 288px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    padding-left: 17px;
    padding-top: 24px;
    color: #fff;
  }
  #hideMenu > span,
  #hideMenuCatalog > span {
    background: #fff;
  }
  #showMenu > span:first-child,
  #hideMenu > span:first-child,
  #hideMenuCatalog > span:first-child {
    margin-top: 11px;
  }
  #hideMenu:after,
  #hideMenuCatalog:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 23px;
    right: 16px;
    background: url(../img/i-close-menu.png) no-repeat center center;
    z-index: 1;
  }
  .mobi-menu,
  .mobi-catalog-menu-container {
    display: block;
    position: fixed;
    height: 100vh;
    overflow: auto;
    overflow-x: hidden;
    width: 305px;
    left: -305px;
    background: #fff;
    top: 0;
    z-index: 101;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
  }
  .mobi-catalog-menu-container .catalog-menu {
    margin-bottom: 0;
    margin-top: 66px;
  }
  .mobi-menu .navigation {
    height: auto;
    margin-top: 0;
    margin-bottom: 28px;
    padding: 68px 0 0;
  }
  .mobi-menu .navigation td {
    display: block;
    padding: 0;
  }
  .mobi-menu .navigation td > a {
    text-align: left;
    border-bottom: 1px solid #cb3d3d;
    padding: 0 16px;
    color: #000;
  }
  .mobi-menu .navigation tr td:first-child > a {
    border-top: 1px solid #cb3d3d;
  }
  .mobi-menu__phone {
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 18px 0 0 37px;
  }
  .mobi-menu .navigation a.active {
    color: #fff;
    background: #cb3c3c;
    border-color: #fff;
  }
  .mobi-menu .logo {
    display: block;
    width: 140px;
    margin: 20px auto 15px;
  }
  .mobi-menu .btn {
    width: 252px;
    display: block;
    margin: 15px 16px;
  }
  #main-form {
    background-size: cover;
    padding-bottom: 15px;
  }
  #main-form .form-block_left,
  #main-form .form-block_right {
    width: 80%;
    float: none;
    margin: 20px auto;
  }
  #footer .consult,
  #footer .logo-block,
  #footer .cp,
  #footer .navigation,
  .jivo-iframe-container-bottom,
  div#jivo-iframe-container:not(.jivo-c-mobile),
  .hide-mobi {
    display: none !important;
    z-index: -9999 !important;
    bottom: -300px !important;
  }
  #footer-text {
    height: auto;
    position: relative;
    z-index: 2;
    background: #fff;
  }
  #footer .write,
  #footer .route {
    left: 15px;
  }
  #main-form .block-title {
    line-height: 30px;
    margin-bottom: 0;
    padding: 20px 0 0;
  }
  #footer .contacts {
    right: 15px;
  }
  .remodal_map {
    width: 80% !important;
  }
  .remodal-close {
    right: -3px !important;
    top: -45px !important;
  }
  .remodal_form {
    width: 300px !important;
  }
  #about-text p {
    text-align: center !important;
  }
  .mobi-header__logo {
    width: 91px;
    height: 46px;
    display: block;
    position: absolute;
    left: 118px;
    top: 10px;
    border: 0;
  }
  .mobi-header__search,
  .mobi-header__phone {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    border: 0;
    top: 16px;
  }
  .mobi-header__search {
    background: url(../img/i-mobi-search.png) no-repeat center center;
    right: 64px;
  }
  .mobi-header__phone {
    background: url(../img/i-mobi-phone.png) no-repeat center center;
    right: 16px;
  }
  .mobi-catalog-menu {
    height: 40px;
    background: url(../img/i-catalog-bg.jpg) repeat-x top left;
    top: 66px;
    text-align: center;
    border: 0;
    padding-top: 9px;
    width: 100%;
    position: fixed;
    z-index: 50;
    display: block;
  }
  .mobi-catalog-menu > span {
    display: inline-block;
    width: 204px;
    padding-left: 60px;
    background: url(../img/i-catalog.png) no-repeat 0 0;
    color: #fff;
    font-size: 16px;
  }
  .mobi-footer {
    display: block;
  }
  .mobi-footer__top {
    position: relative;
    height: 86px;
    background: #476f93;
  }
  .mobi-footer .write,
  .mobi-footer .route {
    left: 18px;
  }
  .mobi-footer .write {
    top: 16px;
  }
  .mobi-footer .route {
    top: 48px;
  }
  .mobi-footer .write span,
  .mobi-footer .route span {
    color: #fff;
    border-color: #fff;
  }
  .mobi-footer__bottom {
    height: 112px;
    background: #345d82;
    padding: 0 16px;
  }
  .mobi-footer__bottom > .phone {
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    padding: 16px 0;
  }
  .mobi-footer__bottom > .btn {
    width: calc(100%-16px);
    margin: 0 auto;
  }
  body {
    margin-top: 106px;
  }
  .mobi-block {
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 22px;
  }
  .mobi-block.mobi-block-hr {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 29px;
  }
  .mobi-block > a {
    display: block;
    color: #3a3a3a;
    font-size: 22px;
    border: 0;
    text-align: left;
  }
  .left__desc {
    font-size: 12px;
    color: #cb3d3d;
    font-style: italic;
  }
  .mobi-menu .btn.btn-gray {
    text-align: left;
    background: #dde6ed;
    color: #3a3a3a;
    padding-left: 71px;
    position: relative;
    width: 194px;
  }
  .btn-gray img {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 100%;
  }
  .get-city {
    color: #345d82;
    border-bottom: 1px dotted #345d82;
    font-size: 14px;
    line-height: 14px;
    font-style: italic;
    display: inline-block;
    margin-left: 16px;
    margin-bottom: 10px;
  }
  .mobi-block:last-child {
    padding-bottom: 10px;
  }
  .section-list .section {
    width: 100%;
    margin: 0;
  }
  p,
  h1,
  h2,
  li {
    text-align: left;
  }
  #catalog-search .wrap {
    margin-top: 20px;
  }
  #catalog-search .wrap .btn {
    width: 66px;
  }
  .table-good-wrap {
    overflow-x: auto;
  }
  .table_wrap {
    float: none;
  }
  .table_wrap table {
    width: auto !important;
  }
  #object-page .info .left,
  #object-page .info .right {
    float: none;
    width: 100%;
  }
  .mobi-catalog-menu-container {
    height: 100vh;
  }
  .remodal.remodal_order {
    max-width: 90%;
    padding: 0 15px;
  }
  .remodal_order .form,
  .remodal_order .form .field textarea {
    width: auto;
  }
  #object-page .btn_big {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .get-sale {
    height: auto;
    line-height: 30px;
  }
  .navigation-wrap,
  #top,
  .in > .center,
  .left-coll,
  .mobi-catalog-menu .catalog-menu,
  #main-content .header .print,
  #header {
    display: none;
  }
  #main-form .center,
  #main-form .form-tabs .tabs-controls,
  #page-header,
  #page-header .center,
  #page-header .path,
  .hidden-block .show-content,
  #main-form .form-block .error {
    height: auto;
  }

  .nc-navbar.nc--fixed,
  .jivo-iframe-container-bottom,
  div#jivo-iframe-container:not(.jivo-c-mobile) {
    display: none !important;
  }
  #container .right-coll,
  .list-good .item-good {
    width: 100%;
  }
  .news__list figure img {
    width: 100%;
    margin-bottom: 5px;
  }
  .news__list figure .anons {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .news__item-in {
    min-height: 0;
  }
  .news__item-img {
    display: none;
  }
  .news__item-info {
    padding: 10px;
  }
}
@media (max-width: 450px) {
  .news__item-img {
    width: 150px;
  }
  .news__item-anons {
    margin-top: 5px;
    font-size: 14px;
    line-height: 16px;
  }
  .s-gallery .s-gallery__link,
  .s-gallery .s-gallery__link:nth-child(3n),
  .albums .albums__item,
  .albums .albums__item:nth-child(3n) {
    margin-bottom: 0.5%;
    margin-right: 2%;
    width: 49%;
  }
  .s-gallery .s-gallery__link:nth-child(2n),
  .albums .albums__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .p-new__img-wrap {
    float: none;
    display: block;
    width: 100% !important;
    margin: 0 0 10px;
  }
}
@media (max-width: 991px) {
  .s-gallery__link-caption {
    height: 200px;
    font-size: 12px;
    padding: 10px;
  }
  .albums__item-caption {
    font-size: 14px;
    padding: 10px;
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  .s-gallery__link {
    width: 32%;
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .s-gallery .s-gallery__link:nth-child(3n) {
    margin-right: 0;
  }
  .albums__item {
    height: 150px;
  }
}
/*@media screen and (max-width: 740px) {
  body {
    margin-top: 106px !important;
  }
}*/
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
div.pp_default .pp_top .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -93px
    no-repeat;
}
div.pp_default .pp_top .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
div.pp_default .pp_top .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -93px
    no-repeat;
}
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}
div.pp_default .pp_next:hover {
  background: url(../images/prettyPhoto/default/sprite_next.png) center right
    no-repeat;
  cursor: pointer;
}
div.pp_default .pp_previous:hover {
  background: url(../images/prettyPhoto/default/sprite_prev.png) center left
    no-repeat;
  cursor: pointer;
}
div.pp_default .pp_expand {
  border-bottom: 0 none;
  background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_expand:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_contract {
  border-bottom: 0 none;
  background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_contract:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_close {
  border-bottom: 0 none;
  width: 30px;
  height: 30px;
  background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
  background: url(../images/prettyPhoto/default/default_thumb.png) center center
    #f8f8f8;
  border: 1px solid #aaa;
}
div.pp_default .pp_social {
  margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -127px
    no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) bottom left
    repeat-x;
}
div.pp_default .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -127px
    no-repeat;
}
div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/default/loader.gif) center center
    no-repeat;
}
div.light_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px
    no-repeat;
}
div.light_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px
    no-repeat;
}
div.light_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center
    left no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
div.light_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px
    no-repeat;
}
div.light_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px
    no-repeat;
}
div.light_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px
    no-repeat;
}
div.dark_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px
    no-repeat;
}
div.dark_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px
    no-repeat;
}
div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    left repeat-y;
}
div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    right repeat-y;
}
div.dark_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center
    left no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
}
div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff;
}
div.dark_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
div.dark_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px
    no-repeat;
}
div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px
    no-repeat;
}
div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px
    no-repeat;
}
div.dark_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center
    no-repeat;
}
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000;
}
div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}
div.dark_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_square/loader.gif) center center
    no-repeat;
}
div.dark_square .pp_expand {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}
div.dark_square .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
}
div.dark_square .pp_nav {
  clear: none;
}
div.dark_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}
div.dark_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
div.dark_square .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px
    no-repeat;
}
div.dark_square .pp_next:hover {
  background: url(../images/prettyPhoto/dark_square/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}
div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left
    no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}
div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
}
div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}
div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}
div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px
    no-repeat;
}
div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}
div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.png) center
    left no-repeat;
  cursor: pointer;
}
div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px
    no-repeat;
}
div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left
    repeat-x;
}
div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px
    no-repeat;
}
div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top
    left repeat-y;
}
div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top
    right repeat-y;
}
div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}
div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.facebook .pp_description {
  margin: 0 37px 0 0;
}
div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center
    no-repeat;
}
div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}
div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px
    no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}
div.facebook .pp_nav {
  margin-top: 0;
}
div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px
    no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px
    no-repeat;
  height: 22px;
  width: 22px;
}
div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}
div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left
    no-repeat;
  cursor: pointer;
}
div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px
    no-repeat;
}
div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top
    left repeat-x;
}
div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px
    no-repeat;
}
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  border-bottom: 0 none;
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  border-bottom: 0 none;
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0
    no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  border-bottom: 0 none;
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px
    10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  border-bottom: 0 none;
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px
    10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: #fff;
}
div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
  color: #000;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}
div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position: relative;
}
div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
  background: #fff;
}
div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px;
}
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center
    no-repeat;
}
div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    left repeat;
}
div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}
div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}
.pp_top,
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
.ymap-container {
  overflow: hidden;
  cursor: pointer;
  background: url(../img/map.jpg) #fff no-repeat;
  background-position: center center;
  background-size: cover;
  height: 550px;
}
#map-yandex {
  position: relative;
  z-index: 7;
  width: 100%;
  height: 550px;
  cursor: pointer;
  background-color: transparent;
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes blink {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.nalichie p.price {
  margin: 0 !important;
  cursor: default;
  opacity: 1;
}
.nalichie small {
  font-size: 12px;
}
.nalichie caption {
  padding: 5px;
  font-weight: 700;
  text-align: center;
  background: #ff0;
}
.ribbon-wrapper {
  width: 87px;
  height: 87px;
}
.ribbon {
  top: 19px;
  left: -28px;
  width: 125px;
  font: italic bold 18px serif;
}
div.figure.sold {
  background: url(/img/sold-plate.jpg) no-repeat bottom right;
}
div.figure.sold1 {
  background: url(/img/1_1.jpg) no-repeat bottom right;
}
.sold3 {
  background: url(/img/2_2.jpg) no-repeat bottom right;
}
p.price {
  margin: 20px 0 30px !important;
  font-size: 1.5em;
}
html.remodal-is-locked {
  overflow: hidden;
}
.remodal,
[data-remodal-id] {
  visibility: hidden;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-transform: translateZ(0px);
}
.remodal {
  position: relative;
  display: inline-block;
}
.remodal select,
.remodal textarea,
.remodal input,
.remodal select:focus,
.remodal textarea:focus,
.remodal input:focus {
  font-size: 16px;
}
.remodal-bg {
  -webkit-transition: -webkit-filter 0.2s ease-out;
  -moz-transition: -moz-filter 0.2s ease-out;
  -o-transition: -o-filter 0.2s ease-out;
  transition: filter 0.2s ease-out;
}
body.remodal-is-active .remodal-bg {
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
}
.remodal-overlay {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  background: rgba(30, 62, 86, 0.7);
}
body.remodal-is-active .remodal-overlay {
  opacity: 1;
}
.remodal {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 700px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  opacity: 0;
  color: #182a3c;
  background: #fff;
  background-clip: padding-box;
}
.remodal_form {
  width: 320px;
}
.remodal_city {
  width: 900px;
}
.remodal_map {
  width: 650px;
}
.remodal_success {
  width: 450px;
}
.remodal_success .remodal-content {
  padding: 30px 50px;
  font-size: 17px;
}
body.remodal-is-active .remodal {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-header {
  height: 64px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 24px;
  line-height: 63px;
  background: #1a7cc7;
  text-align: center;
}
.remodal-content {
  padding: 25px 0 30px;
}
.remodal-content_border {
  padding-bottom: 10px;
  border-bottom: 2px solid #cdcdcd;
}
.remodal-close {
  position: absolute;
  right: -37px;
  top: -37px;
  width: 26px;
  height: 26px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.remodal-close:after {
  content: "Г—";
  display: block;
  color: #fff;
  font: 26px Arial;
  text-decoration: none;
  line-height: 26px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.remodal-close:hover,
.remodal-close:active {
  background: #1a7cc7;
}
.lt-ie9 .remodal-overlay {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F021242E,endColorstr=#F021242E);
}
.lt-ie9 .remodal {
  width: 700px;
  min-height: 0;
  margin: 20px auto;
}
.lt-ie9 .remodal-close:after {
  margin: auto;
  text-align: center;
}
.lt-ie9 .remodal-close:hover,
.lt-ie9 .remodal-close:active {
  background: transparent;
}
.lt-ie9 .remodal-close:hover.remodal-close:after,
.lt-ie9 .remodal-close:active.remodal-close:after {
  color: #fff;
}
.hidden-block_view {
  margin-bottom: 10px;
}
a.act {
  position: fixed;
  padding: 5px 10px;
  background: #ff6600;
  color: #fff !important;
  transform: rotate(-90deg);
  left: -110px !important;
  top: 320px;
  cursor: pointer !important;
  width: 230px;
  text-align: center;

  letter-spacing: 1px;
}

.level-1:hover {
  background-color: #1a87c2;
  color: #fff;
}

.level-2:hover {
  background-color: #1a87c2;
}
.active-parent .level-2-item {
  background-color: #fff;
}
.active-parent .level-2-item span {
  color: #000;
}

.level-1:hover .level-2 {
  display: block;
}

.preview-block__btn {
  max-width: 300px;
  margin-top: 36px;
  position: fixed !important;
}
.custom-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  top: calc(50% - 150px);
  height: 40px;
  border: none;
  border-bottom: 0 solid #e8340e;
  border-radius: 2px;
  position: relative;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  background: #ff6600;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  transform: rotate(-90deg);
  left: -130px;
}

.custom-btn:after {
  content: "";
  display: block;
  width: 4px;
  height: 300px;
  margin-left: 60px;
  background: #fff;
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

.formArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 15px 40px 15px;
  text-align: center;
  background: #345d82;
  border-radius: 4px;
  box-shadow: 0 0 50px rgba(2, 19, 48, 0.7);
  font: 16px "Roboto", sans-serif;
}
.remodal,
form#secondForm {
  max-width: 100%;
}
p.formTitle:first-child {
  font-weight: 900;
  text-align: center !important;
}
.formTitle,
.msgs {
  font-size: 1.125rem;
  color: #b8c2d1;
  margin-bottom: 15px;
}
.ui-input {
  position: relative;
  padding: 0;
  border: 0;
}
.ui-input input {
  border: 0;
  background: none;
  padding: 16px 0 16px 0;
  font-size: 1.125rem;
  outline: 0;
  width: 100%;
  tap-highlight-color: transparent;
  touch-callout: none;
}
.ui-input input + label {
  position: relative;
  display: block;
  padding: 8px 0 8px 0;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.0875em;
  font-weight: 500;
  text-align: left;
}
.ui-input input + label::before,
.ui-input input + label::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
}
.ui-input input + label::before {
  background-color: #b8c2d1;
}
.ui-input input + label::after {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #6eb1ff;
  height: 2px;
}
.ui-input input + label span {
  position: relative;
  color: #b8c2d1;
  transition: color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ui-input input + label span::after {
  content: attr(data-text);
  position: absolute;
  overflow: hidden;
  left: 0;
  transform: scaleX(1);
  white-space: nowrap;
  color: #fff;
  background-image: linear-gradient(
    to right,
    #4a90e2 50%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: 100% 50%;
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  backface-visibility: hidden;
  perspective: 1000;
  transform: translateZ(0);
  transition: background-position 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ui-input input:focus + label::after,
.ui-input input.error + label::after,
.ui-input input:invalid + label::after,
.ui-input input.filled + label::after {
  transform: scaleX(1);
  transform-origin: left;
}
.ui-input input:focus + label span::after,
.ui-input input.error + label span::after,
.ui-input input:invalid + label span::after,
.ui-input input.filled + label span::after {
  background-image: linear-gradient(
    to right,
    white 50%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: 0% 50%;
}

.ui-input input.filled {
  color: #b8c2d1;
}
.ui-input input.filled + label::after {
  background-color: #b8c2d1;
}
.ui-input input.filled + label span::after {
  background-image: linear-gradient(
    to right,
    #ffffff 50%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: 0% 50%;
}

.ui-input input:focus {
  color: #6eb1ff;
}
.ui-input input:focus + label::after {
  background-color: #6eb1ff;
}
.ui-input input:focus + label span::after {
  background-image: linear-gradient(
    to right,
    #6eb1ff 50%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: 0% 50%;
}

.ui-input input.error,
.ui-input input:invalid {
  color: #e66161;
}
.ui-input input.error + label::after,
.ui-input input:invalid + label::after {
  background-color: #e66161;
}
.ui-input input.error + label span::after,
.ui-input input:invalid + label span::after {
  background-image: linear-gradient(
    to right,
    #e66161 50%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: 0% 50%;
}
.form-footer {
  margin-top: 40px;
}
.formBtn {
  border: 0;
  cursor: pointer;
  background-color: #15243b;
  color: #b8c2d1;
  font-family: "Roboto", sans-serif;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.0875em;
  font-weight: 500;
  border-radius: 4px;
  outline: 0;
  box-shadow: 0 0 5px rgba(5, 19, 41, 0.5);
  transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1),
    color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.formBtn:hover {
  box-shadow: 0 5px 10px rgba(5, 19, 41, 0.94);
  transition: 0.2s;
  zoom: 1.005;
}

.formCreator {
  text-align: center;
  margin-top: 10px;
}
.formCreator a {
  font-size: 0.8rem;
  color: #4e596a;
  text-decoration: none;
}

.btn:focus,
.btn:active,
.btn:hover {
  background-color: #0084bd;
  color: white;
}

.btn_red:focus,
.btn_red:active,
.btn_red:hover {
  background-color: #bf1010b8;
  color: white;
}

.__first,
.__second,
.__third,
.__fourth {
  animation-name: fadeIn;
  animation-duration: 180ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}

.__first {
  animation-delay: 0;
}

.__second {
  animation-delay: 80ms;
}

.__third {
  animation-delay: 180ms;
}

.__fourth {
  animation-delay: 360ms;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -25%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .preview-block__btn.custom-btn {
    transform: rotate(0deg) !important;
    left: 0 !important;
    max-width: 100% !important;
    top: 70px !important;
  }
  #page-wrap {
    top: 40px;
    position: relative;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 486px) {
}

/*Main-Catalog*/
.main-cards {
  max-width: 1420px;
}
.main-cards_item-top {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eaeaea;
}

.main-cards_item-bottom {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;
}

.item-application-button {
  position: relative;
  border: 2px solid #1a87c2 !important;
  flex-basis: 140px;
  padding: 8px 7px !important;
  color: #1a87c2;
  width: 130px;
  font-size: 14px;
}

.item-application-button:hover {
  background: #1a87c2 !important;
  color: #fff !important;
}

.item-detail-button {
  position: relative;
  border: 2px solid #1a87c2 !important;
  background: #1a87c2 !important;
  flex-basis: 140px;
  padding: 8px 7px !important;
  color: #fff;
  width: 130px;
  font-size: 14px;
}

.item-detail-button:hover {
  background: #1877aa !important;
  color: #fff !important;
}

.main-cards-price {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
}

.catalog-text {
  width: 238px;
  margin-top: 25px;
  margin-left: 7px;
  padding-bottom: 5px;
}

.img-box {
  position: relative;
  overflow: hidden;
  margin-top: 5px;
  margin-left: 5px;
  width: 200px;
  height: 190px;
}
.img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 190px;
  object-fit: cover;
}

.auto-value {
  padding-left: 15px;
}
.auto-price {
  width: 155px;
  padding: 10px;
}
.card {
  position: relative;
  background-color: #f7f7f7;
}
.card:hover {
  background: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
}

.card:hover .item-application-button {
  background: #fff;
}
.card:hover .item-detail-button {
  background: #fff;
}

.value-list {
  margin-top: 5px;
  font-size: 13px;
}

.value-list tr td:first-child {
  display: flex;
  align-items: flex-end;
}

.value-list tr td:first-child:after {
  content: "";
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  min-width: 10px;
  height: 1px;
  margin: 0 5px;
  border-bottom: 1px dotted #9d9d9d;
}
.value-list tr td:last-child {
  vertical-align: bottom;
}

.catalog-text-title {
  height: 40px;
}

.catalog-text-title a {
  text-decoration: none;
  font-weight: bold;
  border-bottom: none;
}

.sample-text {
  width: 225px;
  margin-top: 25px;
  margin-left: 15px;
}

.value-sample {
  margin-top: 5px;
  font-size: 13px;
}
.auto-price-sample {
  width: 230px;
  padding: 10px;
}
.sample-application-button {
  border: 2px solid #1a87c2 !important;
  flex-basis: 140px;
  padding: 8px 7px !important;
  color: #1a87c2;
  width: 130px;
  font-size: 14px;
}
.sample-application-button:hover {
  background: #1a87c2 !important;
  color: #fff !important;
}
.sample-detail-button {
  border: 2px solid #cb3c3c !important;
  flex-basis: 140px;
  padding: 8px 7px !important;
  color: #cb3c3c;
  width: 130px;
  font-size: 14px;
}

.sample-detail-button:hover {
  background: #cb3c3c !important;
  color: #fff !important;
}

@media (min-width: 1200px) {
  .row-sample > * {
    width: 49.333333%;
  }
  .img-box-sample {
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 5px;
    width: 290px;
    height: 230px;
  }
  .img-box-sample img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 290px;
    height: 230px;
    object-fit: cover;
  }
  .line-block {
    display: inline-block;
    padding: 5px;
    width: 22%;
  }
  .line-block-instock {
    display: inline-block;
    padding: 15px 5px 5px 5px;
    width: 10%;
  }
}

@media (max-width: 1200px) {
  .row-sample > * {
    width: 33.333333%;
  }
  .img-box-sample {
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 5px;
    width: 285px;
    height: 210px;
  }
  .img-box-sample img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 285px;
    height: 210px;
    object-fit: cover;
  }
  .line-block {
    display: inline-block;
    padding: 5px;
    width: 33%;
  }
  .line-block-instock {
    display: inline-block;
    padding: 15px 5px 5px 5px;
    width: 13%;
  }
}

@media (max-width: 991px) {
  .row-sample > * {
    width: 49.333333%;
  }
  .img-box-sample {
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 12px;
    width: 305px;
    height: 220px;
  }
  .img-box-sample img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 305px;
    height: 220px;
    object-fit: cover;
  }
  .auto-price-sample {
    width: 230px;
    padding: 10px;
  }
  .line-block {
    width: 100% !important;
  }
  .line-block-instock {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .row-sample > * {
    width: 99.333333%;
  }
  .img-box-sample {
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 12px;
    width: 225px;
    height: 170px;
  }
  .img-box-sample img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 225px;
    height: 170px;
    object-fit: cover;
  }
  .auto-price-sample {
    width: 190px;
    padding: 10px;
  }
}

@media (max-width: 507px) {
  .content {
    max-width: 410px;
  }
  .row-sample > * {
    width: 99.333333%;
  }
  .img-box-sample {
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 12px;
    width: 365px;
    height: 270px;
  }
  .img-box-sample img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 365px;
    height: 270px;
    object-fit: cover;
  }
  .auto-price-sample {
    width: 250px;
    padding: 10px;
  }
}

@media (max-width: 411px) {
  .content {
    max-width: 370px;
  }
  .row-sample > * {
    width: 99.333333%;
  }
  .img-box-sample {
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 12px;
    width: 325px;
    height: 270px;
  }
  .img-box-sample img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 325px;
    height: 270px;
    object-fit: cover;
  }
  .auto-price-sample {
    width: 250px;
    padding: 10px;
  }
}

@media (max-width: 355px) {
  .content {
    max-width: 270px;
  }
  .row-sample > * {
    width: 99.333333%;
  }
  .img-box-sample {
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    margin-left: 12px;
    width: 220px;
    height: 210px;
  }
  .img-box-sample img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 210px;
    object-fit: cover;
  }
  .auto-price-sample {
    width: 250px;
    padding: 10px;
  }

  .sample-application-button {
    margin-bottom: 10px;
  }
}

@media (max-width: 1525px) {
  .row-cols-md-3 > * {
    width: 49.333333%;
  }
  .main-cards {
    max-width: 1220px;
  }
  .img-box {
    width: 270px;
    height: 260px;
  }
  .img-box img {
    width: 270px;
    height: 260px;
  }
  .value-list {
    font-size: 16px;
  }

  .catalog-text {
    width: 290px;
  }
  .auto-price {
    width: 250px;
  }
  .item-application-button {
    font-size: 16px;
    width: 143px;
  }
  .item-detail-button {
    font-size: 16px;
    width: 143px;
  }
}

@media (max-width: 1275px) {
  .row-cols-md-3 > * {
    width: 32.333333%;
  }
  .main-cards {
    max-width: 1060px;
  }
  .img-box {
    width: 313px;
    height: 303px;
  }
  .img-box img {
    width: 313px;
    height: 303px;
  }
}

@media (max-width: 1114px) {
  .main-cards {
    max-width: 940px;
  }
  .row-cols-md-3 > * {
    width: 49.333333%;
  }

  .img-box {
    width: 210px;
    height: 200px;
  }
  .img-box img {
    width: 210px;
    height: 200px;
  }

  .catalog-text {
    width: 210px;
  }
  .auto-price {
    width: 170px;
  }
  .value-list {
    font-size: 12px;
  }

  .item-application-button {
    font-size: 13px;
    width: 119px;
  }
  .item-detail-button {
    font-size: 13px;
    width: 119px;
  }
}

@media (max-width: 1020px) {
  .main-cards {
    max-width: 800px;
  }
  .row-cols-md-3 > * {
    width: 33.333333%;
  }

  .item-application-button {
    margin-bottom: 10px;
  }
  .img-box {
    width: 236px;
    height: 226px;
  }
  .img-box img {
    width: 236px;
    height: 226px;
  }
  .catalog-text {
    width: 237px;
  }
  .item-application-button {
    width: 125px;
  }
  .item-detail-button {
    width: 125px;
  }
}

@media (max-width: 910px) {
  .main-cards {
    max-width: 600px;
    margin-top: 125px;
  }
  .row-cols-md-3 > * {
    width: 49.333333%;
  }
  .row {
    margin-top: 10px;
  }
  .item-application-button {
    margin-bottom: 0px;
  }
  .img-box {
    width: 270px;
    height: 260px;
  }
  .img-box img {
    width: 270px;
    height: 260px;
  }
  .catalog-text {
    width: 245px;
  }
}

@media (max-width: 650px) {
  .main-cards {
    max-width: 450px;
    margin-top: 125px;
  }
  .row-cols-md-3 > * {
    width: 99.333333%;
  }

  .item-application-button {
    margin-bottom: 0px;
  }
  .img-box {
    width: 310px;
    height: 300px;
    margin-left: 70px;
  }
  .img-box img {
    width: 310px;
    height: 300px;
  }
  .auto-price {
    width: 160px;
  }

  .catalog-text {
    width: 300px;
    padding-left: 60px;
  }
}

@media (max-width: 500px) {
  .main-cards {
    max-width: 350px;
    margin-top: 125px;
  }
  .row-cols-md-3 > * {
    width: 99.333333%;
  }

  .item-application-button {
    margin-bottom: 0px;
  }
  .img-box {
    width: 333px;
    height: 323px;
    margin-left: 5px;
  }
  .img-box img {
    width: 333px;
    height: 323px;
  }
  .auto-price {
    width: 240px;
  }

  .catalog-text {
    width: 280px;
    padding-left: 15px;
  }
  .btn-feedback {
    padding-left: 60px;
  }
}

@media (max-width: 360px) {
  .main-cards {
    max-width: 288px;
  }
  .row-cols-md-3 > * {
    width: 99.333333%;
  }

  .item-application-button {
    margin-bottom: 0px;
  }
  .img-box {
    width: 270px;
    height: 260px;
  }
  .img-box img {
    width: 270px;
    height: 260px;
  }
  .auto-price {
    width: 240px;
  }

  .catalog-text {
    width: 230px;
  }
  .btn-feedback {
    padding-left: 0px;
  }
}

.more-detail {
  margin-top: 20px;
  font-family: Museo Sans Cyrl, sans-serif;
}

.list_info {
  width: 45.666667%;
}
/*Gallery*/
.large-img {
  position: relative;
  overflow: hidden;
  width: 635px;
  height: 400px;
}

#largeImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 635px;
  height: 400px;
  object-fit: cover;
}

.large-img-catalog {
  position: relative;
  overflow: hidden;
  width: 584px;
  height: 400px;
}

#largeImgcatalog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 584px;
  height: 400px;
  object-fit: cover;
}

#thumbs {
  width: 100%;
  max-width: 700px;
  margin: 0;
  padding: 0;
}
#thumbs .d-inline-block {
  padding-top: 15px;
  padding-right: 11px;
}
#thumbscatalog {
  width: 100%;
  max-width: 700px;
  margin: 0;
  padding: 0;
}
#thumbscatalog .d-inline-block {
  padding-top: 15px;
  padding-right: 11px;
}
.more-preview {
  position: relative;
  overflow: hidden;
  width: 205px;
  height: 170px;
  padding-left: 10px;
}
.more-preview-catalog {
  position: relative;
  overflow: hidden;
  width: 187px;
  height: 170px;
  padding-left: 10px;
}
#thumbs img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 205px;
  height: 170px;
  object-fit: cover;
}
#thumbscatalog img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 205px;
  height: 170px;
  object-fit: cover;
}

.more-preview:hover {
  box-shadow: 0 0.125rem 1.25rem rgb(0 0 0 / 48%);
}
.more-preview-catalog:hover {
  box-shadow: 0 0.125rem 1.25rem rgb(0 0 0 / 48%);
}

/*Detail catalog*/
.detail-card {
  width: 54.333333%;
  padding-left: 70px;
}
.title_auto_name {
  width: 400px;
}
.title-h1 {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.detail-list tr td:first-child {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.detail-list tr td:first-child:after {
  content: "";
  position: relative;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  min-width: 52px;
  height: 1px;
  margin: 0 5px;
  border-bottom: 1px dotted #9d9d9d;
}

.detail-list tr td:last-child {
  vertical-align: bottom;
}
.car_price {
  margin-top: 20px;
  color: #000;
  margin-right: 30px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 900;
}
.car_price span {
  font-size: 24px;
}

.car_info {
  margin-top: 20px;
}
.full_card {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.feedback_btns .d-inline-block {
  margin-top: 20px;
  padding-right: 20px;
}
.feedback_btn_bid {
  height: 40px;
  border: 0 none;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  background: #1a87c2;
  cursor: pointer;
  padding: 0 20px;
}

.feedback_btn_bid:focus,
.feedback_btn_bid:active,
.feedback_btn_bid:hover {
  background-color: #2095d4;
  color: white;
}
.feedback_btn_lizing:focus,
.feedback_btn_lizing:active,
.feedback_btn_lizing:hover {
  background-color: #db4040;
  color: white;
}

.feedback_btn_lizing {
  height: 40px;
  border: 0 none;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  background: #cb3c3c;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0 20px;
}
.benefits {
  margin-top: 40px;
}

.edge li {
  list-style: none;
  background-image: none;
  padding-left: 0px !important;
}
.edge img {
  vertical-align: middle;
}
.edge span {
  margin-left: 10px;
  font-style: italic;
  color: #9d9d9d;
  font-size: 13px;
}

.photo_manager {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 19px;
  flex-shrink: 0;
}
.photo_manager img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.manager {
  margin-top: 20px;
}
.manager_name {
  margin-top: 15px;
}
.manager_name li {
  list-style: none;
  background-image: none;
}
.manager_name .fio {
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
}
.manager_phone {
  margin-left: 15px;
  margin-top: 15px;
}
.manager_phone li {
  list-style: none;
  background-image: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}
.print-download {
  position: absolute;
}

.btn-print-download a {
  text-decoration: none;
  border-bottom: none;
  color: #1a87c2;
  display: block;
}
.btn-print-download span {
  margin-left: 15px;
  vertical-align: super;
}
.btn-print-download span:hover {
  border-bottom: 1px solid #1a87c2;
}

.specifications {
  margin-top: 40px;
  margin-bottom: 40px;
}
.detail-specifications {
  width: 63.333333%;
  padding-left: 70px;
}
.offer {
  width: 33.333333%;
}
.offer-catalog {
  width: 33.333333%;
}
#mailForm,
#mailLizing {
  background-color: #f7f7f7;
  width: 400px;
  height: auto;
  border-radius: 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 35px rgb(0 0 0 / 48%);
}

#writeForm,
#callForm {
  background-color: #f7f7f7;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 15px;
}

.form-control {
  width: 350px;
  margin-left: 25px;
}
.write-control,
.call-control {
  width: 310px;
  margin-left: 0px;
}
.offer-title {
  padding: 10px;
  margin-bottom: 20px;
  margin-left: 25px;
}

.offer-title-write,
.offer-title-call {
  line-height: 55px;
  color: #fff;
  text-align: center;
}
.text-write,
.popup-text-call {
  background-color: #1a87c2;
  border-radius: 0.3rem;
}

.offer-text {
  margin-left: 30px !important;
  width: 350px;
  margin-bottom: 20px;
  font-style: italic;
}
.offer-text-write,
.offer-text-call {
  width: 325px;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 15px;
  font-weight: 100;
  margin-left: 10px;
}
.offer-btn {
  height: 40px;
  border: 0 none;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  background: #1a87c2;
  cursor: pointer;
  padding: 0 135px;
  margin-left: 25px;
  margin-bottom: 10px;
}

.write-btn {
  margin-left: 0px;
  padding: 0 128px;
}

.call-btn {
  margin-left: 0px;
  padding: 0 133px;
}

.offer-btn:focus,
.offer-btn:active,
.offer-btn:hover {
  background-color: #2095d4;
  color: white;
}

#errorMess,
#errorLizing,
#errorMessage,
#errorCall {
  text-align: center;
  color: #ff0015;
  margin-left: 20px;
  margin-bottom: 10px;
  font-style: italic;
}

#errorMessage,
#errorCall {
  margin-bottom: 0px;
}

.field {
  margin-bottom: 17px;
}

.field label {
  display: inline-block;
  font-size: 14px;
  margin: 0 12px;
}
.goodtime {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}

.detail-card-catalog,
.detail-specifications-catalog {
  padding-left: 10px;
}
.detail-card-catalog {
  width: 51.333333%;
}
.list_info_catalog {
  width: 47.666667%;
}
.manager_name li {
  padding-left: 5px !important;
}
.detail-specifications table {
  width: 96% !important;
  border: none;
  margin-bottom: 20px;
  border-collapse: separate;
}
.detail-specifications table tr th:first-child,
.table tr td:first-child {
  border-left: 1px solid rgb(163, 163, 163);
}
.detail-specifications table tr th:last-child,
.table tr td:last-child {
  border-right: 1px solid rgb(163, 163, 163);
}
.detail-specifications table tbody td {
  text-align: left;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: top;
  border-left: 1px solid rgb(163, 163, 163);
  border-right: 1px solid rgb(163, 163, 163);
}
.detail-specifications table tbody tr:nth-child(2n + 1) {
  background: #f7f7f7;
}
.detail-specifications table tbody tr:first-child td {
  background: #d8d8d8;
  font-weight: bold;
  text-align: left;
  padding: 10px 15px;
  font-size: 14px;
  border: 1px solid rgb(163, 163, 163);
}
.detail-specifications table tbody tr:last-child td {
  border-bottom: 1px solid rgb(163, 163, 163);
}
.detail-specifications table tbody tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
}
.detail-specifications table tbody tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}
.detail-specifications table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.detail-specifications table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.detail-specifications-catalog table {
  width: 96% !important;
  border: none;
  margin-bottom: 20px;
  border-collapse: separate;
}
.detail-specifications-catalog table tr th:first-child,
.table tr td:first-child {
  border-left: 1px solid rgb(163, 163, 163);
}
.detail-specifications-catalog table tr th:last-child,
.table tr td:last-child {
  border-right: 1px solid rgb(163, 163, 163);
}
.detail-specifications-catalog table tbody td {
  text-align: left;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: top;
  border-left: 1px solid rgb(163, 163, 163);
  border-right: 1px solid rgb(163, 163, 163);
}
.detail-specifications-catalog table tbody tr:nth-child(2n + 1) {
  background: #f7f7f7;
}
.detail-specifications-catalog table tbody tr:first-child td {
  background: #d8d8d8;
  font-weight: bold;
  text-align: left;
  padding: 10px 15px;
  font-size: 14px;
  border: 1px solid rgb(163, 163, 163);
}
.detail-specifications-catalog table tbody tr:last-child td {
  border-bottom: 1px solid rgb(163, 163, 163);
}
.detail-specifications-catalog table tbody tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
}
.detail-specifications-catalog table tbody tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}
.detail-specifications-catalog table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.detail-specifications-catalog table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

@media screen and (max-width: 1399px) {
  .detail-card {
    width: 48.333333%;
    padding-left: 0px;
  }
  .detail-card-catalog {
    width: 48.333333%;
  }
  .list_info_catalog {
    width: 50.666667%;
  }
  .detail-specifications {
    padding-left: 0px;
  }
  .large-img {
    width: 540px;
  }
  #largeImg {
    width: 540px;
  }
  .large-img-catalog {
    width: 518px;
  }
  #largeImgcatalog {
    width: 518px;
  }
  .more-preview {
    width: 172px;
  }
  .more-preview-catalog {
    width: 165px;
  }
  .photo_manager {
    margin-right: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .detail-specifications {
    width: 58.333333%;
  }
  .detail-card-catalog {
    width: 47.333333%;
  }
  .list_info {
    width: 51.666667%;
  }
  .list_info_catalog {
    width: 52.666667%;
  }
  .title_auto_name {
    width: 335px;
  }
  .large-img {
    width: 450px;
  }
  #largeImg {
    width: 450px;
  }
  .more-preview {
    width: 133px;
    height: 136px;
  }
  .manager_phone li {
    font-size: 17px;
  }
  .large-img-catalog {
    width: 422px;
  }
  #largeImgcatalog {
    width: 422px;
  }
  .more-preview {
    width: 172px;
  }
  .more-preview-catalog {
    width: 133px;
    height: 150px;
  }
  .offer-catalog {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1025px) {
  .detail-card {
    padding-left: 25px;
  }
  .list_info {
    width: 49.666667%;
  }
  .detail-specifications {
    width: 54.333333%;
    padding-left: 25px;
  }
  .more-preview {
    width: 135px;
    height: 142px;
  }
  .large-img {
    width: 430px;
  }
  #largeImg {
    width: 430px;
  }
  .detail-list {
    font-size: 13px;
  }
  .edge span {
    font-size: 11px;
  }
  .manager_name .fio {
    font-size: 14px;
  }
  .manager_name .personal {
    font-size: 12px;
  }
  .photo_manager {
    margin-right: 5px;
  }
  .manager_phone li {
    font-size: 16px;
  }
  .large-img-catalog {
    width: 435px;
    height: 375px;
  }
  #largeImgcatalog {
    width: 435px;
    height: 375px;
  }
}

@media screen and (max-width: 991px) {
  .print-download {
    display: none;
  }
  .detail-card {
    width: 42.333333%;
    padding-left: 0px;
  }
  .detail-card-catalog {
    width: 99.333333%;
  }
  .list_info_catalog {
    width: 99.333333%;
  }
  .list_info {
    width: 57.666667%;
  }
  .large-img {
    width: 315px;
    height: 305px;
  }
  #largeImg {
    width: 315px;
    height: 305px;
  }
  .large-img-catalog {
    width: 515px;
    height: 400px;
  }
  #largeImgcatalog {
    width: 515px;
    height: 400px;
  }
  .more-preview {
    width: 140px;
  }
  .more-preview-catalog {
    width: 165px;
  }
  .detail-specifications {
    width: 99.333333%;
  }
  .offer {
    margin-top: 40px;
    width: 99.333333%;
  }
  .edge span {
    font-size: 11px;
  }
  .manager_name .fio {
    font-size: 14px;
  }
  .manager_name .personal {
    font-size: 12px;
  }
  .photo_manager {
    margin-right: 5px;
  }
  .manager_phone li {
    font-size: 16px;
  }
}
@media (max-width: 910px) {
  .more-detail {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .more-detail {
    margin-top: 120px;
  }
  .detail-card {
    width: 99.333333%;
  }
  .list_info {
    width: 99.333333%;
  }
  .large-img {
    width: 530px;
    height: 500px;
  }
  #largeImg {
    width: 540px;
    height: 540px;
  }
  .large-img-catalog {
    width: 505px;
    height: 400px;
  }
  #largeImgcatalog {
    width: 505px;
    height: 400px;
  }
  .more-preview {
    width: 170px;
    height: 150px;
  }
  .more-preview-catalog {
    width: 161px;
  }
  .detail-list {
    font-size: 16px;
  }
  .edge span {
    font-size: 14px;
  }
  .manager_name .fio {
    font-size: 18px;
  }
  .manager_name .personal {
    font-size: 14px;
  }
  .photo_manager {
    margin-right: 10px;
  }
  .manager_phone li {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .detail-card {
    padding-left: 15px;
  }
  #thumbs img {
    width: 255px;
    height: 189px;
  }
  #thumbscatalog img {
    width: 255px;
    height: 189px;
  }
  .more-preview {
    width: 255px;
    height: 170px;
  }
  .detail-specifications {
    padding-left: 15px;
  }
  .detail-card-catalog,
  .detail-specifications-catalog,
  .list_info_catalog {
    padding: 10px;
  }
  .large-img-catalog {
    width: 509px;
  }
  .more-preview-catalog {
    width: 162px;
  }
}

@media screen and (max-width: 540px) {
  #thumbs {
    display: none;
  }
  #thumbscatalog {
    display: none;
  }
  .more-detail {
    max-width: 410px;
  }
  .specifications {
    max-width: 410px;
  }

  .large-img {
    width: 400px;
    height: 320px;
  }
  #largeImg {
    width: 400px;
    height: 320px;
  }

  .large-img-catalog {
    width: 400px;
    height: 320px;
  }
  #largeImgcatalog {
    width: 400px;
    height: 320px;
  }

  .detail-list {
    font-size: 13px;
  }
  .edge span {
    font-size: 11px;
  }
  .manager_name .fio {
    font-size: 14px;
  }
  .manager_name .personal {
    font-size: 12px;
  }
  .photo_manager {
    margin-right: 5px;
  }
  .manager_phone li {
    font-size: 16px;
  }
  .detail-specifications-catalog table {
    width: 100% !important;
  }
}

@media screen and (max-width: 415px) {
  .more-detail {
    max-width: 370px;
  }
  .specifications {
    max-width: 370px;
  }
  .large-img {
    width: 360px;
    height: 280px;
  }
  #largeImg {
    width: 360px;
    height: 280px;
  }

  .large-img-catalog {
    width: 385px;
    height: 280px;
  }
  #largeImgcatalog {
    width: 385px;
    height: 280px;
  }

  #mailForm,
  #mailLizing {
    width: 362px;
  }
  .offer-title {
    margin-left: 15px;
    font-size: 18px;
  }
  .form-control {
    width: 310px;
  }
  .offer-text {
    width: 310px;
  }
  .offer-btn {
    padding: 0 115px;
  }
  .feedback_btn_bid {
    font-size: 15px;
  }
  .feedback_btn_lizing {
    font-size: 15px;
  }
  .edge span {
    font-size: 10px;
  }
  .detail-card-catalog,
  .detail-specifications-catalog,
  .list_info_catalog {
    padding: 13px;
  }
}

@media screen and (max-width: 375px) {
  .more-detail {
    max-width: 350px;
  }
  .specifications {
    max-width: 350px;
  }
  .large-img {
    width: 340px;
    height: 240px;
  }
  #largeImg {
    width: 340px;
    height: 240px;
  }
  .large-img-catalog {
    width: 340px;
    height: 240px;
  }
  #largeImgcatalog {
    width: 340px;
    height: 240px;
  }
  #mailForm,
  #mailLizing {
    width: 340px;
  }
  .offer-title {
    margin-left: 10px;
    font-size: 18px;
  }
  .form-control {
    width: 280px;
  }
  .offer-text {
    width: 280px;
  }
  .offer-btn {
    padding: 0 101px;
  }
  .detail-list {
    font-size: 13px;
  }
  .feedback_btn_bid {
    font-size: 13px;
  }
  .feedback_btn_lizing {
    font-size: 13px;
  }
}

@media screen and (max-width: 335px) {
  .more-detail {
    max-width: 320px;
  }
  .specifications {
    max-width: 320px;
  }
  .large-img {
    width: 310px;
    height: 220px;
  }
  #largeImg {
    width: 310px;
    height: 220px;
  }
  .large-img-catalog {
    width: 310px;
    height: 220px;
  }
  #largeImg-catalog {
    width: 310px;
    height: 220px;
  }
  #mailForm,
  #mailLizing {
    width: 330px;
  }
}

/*Popup*/
.popup,
.write-popup,
.popup-send,
.call-popup,
.popup-callback {
  position: fixed;
  z-index: 111;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: unset;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease 0s;
}

.popup-send,
.popup-callback {
  z-index: 112;
}

.popup-body,
.write-popup-body,
.popup-body-send,
.call-popup-body,
.popup-body-callback {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}

.popup-area,
.popup-area-write,
.popup-area-send,
.popup-area-call,
.popup-area-callback {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-bottom: none;
}
.popup-content,
.write-content,
.popup-content-send,
.call-content,
.popup-content-callback {
  background-color: #fff;
  color: #000;
  max-width: 800px;
  padding: 50px;
  border-radius: 10px;
  position: relative;
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
}
.popup-text,
.popup-text-send,
.popup-text-callback {
  font-weight: bold;
}
.close,
.close-send,
.close-callback {
  position: absolute;
  color: #aaa;
  right: 10px;
  top: 10px;
  font-size: 28px;
  font-weight: bold;
}

.close-callback:hover,
.close-callback:focus,
.close:hover,
.close:focus,
.close-send:hover,
.close-send:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.write-content,
.call-content {
  padding: 0px;
}
.write-close,
.call-close {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 28px;
  font-weight: bold;
}

.call-close:hover,
.call-close:focus,
.write-close:hover,
.write-close:focus {
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
}

/*Filter*/
.select-btn,
.select-btn-two,
.select-btn-three,
.select-btn-four {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.select-btn .btn-text,
.select-btn-two .btn-text,
.select-btn-three .btn-text,
.select-btn-four .btn-text {
  font-size: 17px;
  font-weight: 400;
  color: #333;
}
.select-btn .arrow-dwn,
.select-btn-two .arrow-dwn,
.select-btn-three .arrow-dwn,
.select-btn-four .arrow-dwn {
  display: flex;
  height: 21px;
  width: 21px;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  background: #1a87c2;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.select-btn.open .arrow-dwn,
.select-btn-two.open .arrow-dwn,
.select-btn-three.open .arrow-dwn,
.select-btn-four.open .arrow-dwn {
  transform: rotate(-180deg);
}
.list-items {
  position: relative;
  margin-top: 15px;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  height: auto;
  max-height: 284px;
  overflow-x: hidden;
  display: none;
}
.select-btn.open ~ .list-items,
.select-btn-two.open ~ .list-items,
.select-btn-three.open ~ .list-items,
.select-btn-four.open ~ .list-items {
  display: block;
}
.list-items .item {
  display: flex;
  align-items: center;
  list-style: none;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
  padding: 0 15px;
  border-radius: 8px;
}
.list-items .item:hover {
  background-color: #e7edfe;
}
.item .item-text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.checkbox {
  position: relative;
  margin-bottom: 1rem;
}

.checkbox_input {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.checkbox_label {
  padding-left: 25px;
  font-size: 1rem;
  color: #444;
  cursor: pointer;
}

.checkbox_label:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
  transition: background 0.1s linear, border 0.1s linear;
}

.checkbox_label:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://htmlbase.ru/storage/app/media/checkbox/check.svg)
    no-repeat;
  background-size: 12px 12px;
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 3px;
  z-index: 2;
  transition: opacity 0.1s linear;
}

.checkbox_input:checked + .checkbox_label:before {
  background-color: #1a87c2;
  border-color: #1c7baf;
}

.checkbox_input:checked + .checkbox_label:after {
  opacity: 1;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
}

.social {
  display: table;
}