@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/*.slick-loading .slick-list*/
/*{*/
/*background: #fff url('ajax-loader.gif') center center no-repeat;*/
/*}*/
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../img/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../img/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../img/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../img/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
#fancybox-thumbs.bottom {
  bottom: 2px;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}
@font-face {
  font-family: 'GothamPro';
  src: url('../fonts/GothamPro-Regular.eot');
  src:
          url('../fonts/GothamPro-Regular.woff2') format('woff2'),
          url('../fonts/GothamPro-Regular.woff') format('woff'),
          url('../fonts/GothamPro-Regular.ttf') format('truetype'),
          url('../fonts/GothamPro-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
/*@font-face {*/
/*  font-family: 'HelveticaNeueCyr-Roman';*/
/*  src: url('../fonts/HelveticaNeueCyr-Roman.eot');*/
/*  src: url('../fonts/HelveticaNeueCyr-Roman.woff2') format('woff2'), url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman') format('svg'), url('../fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: 'HelveticaNeueCyr-Light';*/
/*  src: url('../fonts/HelveticaNeueCyr-Light.eot');*/
/*  src: url('../fonts/HelveticaNeueCyr-Light.woff2') format('woff2'), url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr-Light') format('svg'), url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-selected {
  font-weight: normal;
  background-color: #fffc00;
  display: inline-block;
  padding: 0 15px;
}
.text-primary {
  color: #01d4f2;
}
.text-success {
  color: #0188de;
}
a.text-selected {
  color: #1d1d1b;
}
a.text-selected:hover {
  color: #01d4f2;
  background-color: #ececec;
}
.upper {
  text-transform: uppercase;
}
.ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline > li {
  float: none;
  display: inline-block;
}
.list-inline > li > a {
  display: block;
  text-decoration: none;
}
.img-responsive {
  display: inline-block;
  max-width: 100%;
}
.img-full {
  display: block;
  width: 100%;
}
.img-bordered {
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  border: 10px solid #ffffff;
}
.abs-base {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.abs-middle {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.abs-middle-x {
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.abs-middle-y {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.transition-all {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.radius-reset {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.pos-rel {
  position: relative;
}
.shadow-base {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.btn-shadow {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.margin-bs {
  margin-bottom: 30px;
}
.margin-lg {
  margin-bottom: 60px;
}
.margin-extra {
  margin-bottom: 80px;
}
.margin-min {
  z-index: 3;
  margin-bottom: -80px;
}
.hidden-lg {
  display: block !important;
}
.hidden-sm {
  display: block !important;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
*:focus,
*:active {
  outline: none;
}
header,
footer,
main,
nav,
aside,
address,
section,
canvas {
  display: block;
}
html,
body {
  z-index: 0;
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 300px;
}
html.admin-panels header,
body.admin-panels header {
  top: 39px;
}
/*html.admin-panels main,*/
/*body.admin-panels main {*/
/*  padding-top: 219px;*/
/*}*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.container {
  max-width: 990px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container.simple-grid .row {
  margin-left: 0;
  margin-right: 0;
}
.container.simple-grid .row:before,
.container.simple-grid .row:after {
  content: " ";
  display: table;
}
.container.simple-grid .row:after {
  clear: both;
}
.container.simple-grid .row [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.null-padding {
  margin-left: 0;
  margin-right: 0;
}
.row.null-padding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
[class*="col-"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-a {
  width: auto;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
.col-ofs-1 {
  margin-left: 8.33333333%;
}
.col-ofs-2 {
  margin-left: 16.66666667%;
}
.col-ofs-3 {
  margin-left: 25%;
}
.col-ofs-4 {
  margin-left: 33.33333333%;
}
.col-ofs-5 {
  margin-left: 41.66666667%;
}
.col-ofs-6 {
  margin-left: 50%;
}
.col-ofs-7 {
  margin-left: 58.33333333%;
}
.col-ofs-8 {
  margin-left: 66.66666667%;
}
.col-ofs-9 {
  margin-left: 75%;
}
.col-ofs-10 {
  margin-left: 83.33333333%;
}
.col-ofs-11 {
  margin-left: 91.66666667%;
}
.pull-l {
  float: left !important;
}
.pull-r {
  float: right !important;
}
@media (max-width: 1010px) {
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-a {
    width: auto;
  }
}
html,
body {
  font-family: 'GothamPro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8rem;
  color: #1d1d1b;
}
button,
input,
textarea {
  color: #1d1d1b;
  font-family: 'HelveticaNeueCyr-Roman', sans-serif;
}
a {
  text-decoration: underline;
  color: #6094cd;
  cursor: pointer;
}
a:hover {
  color: #01d4f2;
  text-decoration: underline;
}
p {
  margin-top: 0;
  margin-bottom: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1em;
  font-weight: normal;
}
h1 {
  font-size: 2.6rem;
}
h2 {
  font-size: 2.3rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 2.2rem;
}
h5 {
  font-size: 1.8rem;
}
h6 {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.dev-heading,
h1.dev-heading,
h2.dev-heading,
h3.dev-heading,
h4.dev-heading,
h5.dev-heading,
h6.dev-heading {
  line-height: 1;
  color: #1d1d1b;
  font-size: 2rem;
  font-weight: normal;
  margin: 0;
}
.dev-heading-base,
h1.dev-heading-base,
h2.dev-heading-base,
h3.dev-heading-base,
h4.dev-heading-base,
h5.dev-heading-base,
h6.dev-heading-base {
  font-size: 18px;
  line-height: 1;
  color: #000000;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
}
a,
[class^="dev-btn"] {
  transition: color 0.3s ease-out 0.1s, background-color 0.3s ease-out 0.1s, border-color 0.3s ease-out 0.1s;
  -webkit-transition: color 0.3s ease-out 0.1s, background-color 0.3s ease-out 0.1s, border-color 0.3s ease-out 0.1s;
  -moz-transition: color 0.3s ease-out 0.1s, background-color 0.3s ease-out 0.1s, border-color 0.3s ease-out 0.1s;
  -o-transition: color 0.3s ease-out 0.1s, background-color 0.3s ease-out 0.1s, border-color 0.3s ease-out 0.1s;
}
.dev-btn,
.dev-btn-lg,
.dev-btn-sm,
[class*="dev-btn"],
[class*="dev-btn-lg"],
[class*="dev-btn-sm"] {
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
.dev-btn:hover,
.dev-btn-lg:hover,
.dev-btn-sm:hover,
[class*="dev-btn"]:hover,
[class*="dev-btn-lg"]:hover,
[class*="dev-btn-sm"]:hover {
  text-decoration: none;
}
.dev-btn,
[class*="dev-btn"],
a[class*="dev-btn"],
input[class*="dev-btn"],
label[class*="dev-btn"],
button[class*="dev-btn"] {
  height: 46px;
  line-height: 40px;
  padding: 0 20px;
}
.dev-btn-lg,
[class*="dev-btn-lg"],
a[class*="dev-btn-lg"],
input[class*="dev-btn-lg"],
label[class*="dev-btn-lg"],
button[class*="dev-btn-lg"] {
  height: 56px;
  line-height: 50px;
  padding: 0 40px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -o-border-radius: 28px;
}
.dev-btn-sm,
[class*="dev-btn-sm"],
a[class*="dev-btn-sm"],
input[class*="dev-btn-sm"],
label[class*="dev-btn-sm"],
button[class*="dev-btn-sm"] {
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  height: 40px;
  line-height: 34px;
  padding: 0 10px;
}
.dev-btn-primary,
a.dev-btn-primary,
input.dev-btn-primary,
label.dev-btn-primary,
button.dev-btn-primary {
  color: #fff;
  background-color: #01d4f2;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.dev-btn-primary:hover,
a.dev-btn-primary:hover,
input.dev-btn-primary:hover,
label.dev-btn-primary:hover,
button.dev-btn-primary:hover {
  color: #fff;
  background-color: #28e3fe;
}
.dev-btn-success,
a.dev-btn-success,
input.dev-btn-success,
label.dev-btn-success,
button.dev-btn-success {
  color: #fff;
  background-color: #0188de;
  border-color: transparent;
}
.dev-btn-success:hover,
a.dev-btn-success:hover,
input.dev-btn-success:hover,
label.dev-btn-success:hover,
button.dev-btn-success:hover {
  color: #fff;
  background-color: #0178c5;
}
.dev-btn-default,
a.dev-btn-default,
input.dev-btn-default,
label.dev-btn-default,
button.dev-btn-default {
  color: #494949;
  background-color: rgba(1, 212, 242, 0.1);
  border: 2px solid #01d4f2;
}
.dev-btn-default:hover,
a.dev-btn-default:hover,
input.dev-btn-default:hover,
label.dev-btn-default:hover,
button.dev-btn-default:hover {
  color: #fff;
  background-color: #01d4f2;
  border-color: #01d4f2;
}
.dev-btn-empty,
a.dev-btn-empty,
input.dev-btn-empty,
label.dev-btn-empty,
button.dev-btn-empty {
  color: #1d1d1b;
  border-color: #01d4f2;
}
.dev-btn-empty:hover,
a.dev-btn-empty:hover,
input.dev-btn-empty:hover,
label.dev-btn-empty:hover,
button.dev-btn-empty:hover {
  color: #fff;
  background-color: #01d4f2;
}
.dev-btn-disabled,
a.dev-btn-disabled,
input.dev-btn-disabled,
label.dev-btn-disabled,
button.dev-btn-disabled {
  color: #bbbbbb !important;
  background-color: #ebebeb !important;
  border-color: #bbbbbb !important;
  cursor: default !important;
}
[class^="dev-icon-"],
[class*="dev-icon-"] {
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
  margin-left: 1em;
  margin-right: 0.5em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1em;
  speak: none;
  text-align: center;
  text-transform: none;
  text-decoration: inherit;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dev-icon-time {
  background: url("../img/icon-contacts1.png") no-repeat center center transparent;
  background-size: 100% auto;
}
.dev-icon-phone {
  background: url("../img/icon-contacts2.png") no-repeat center center transparent;
  background-size: auto 100%;
}
.dev-icon-site {
  background: url("../img/icon-contacts3.png") no-repeat center center transparent;
  background-size: 100% auto;
}
.dev-icon-mail {
  background: url("../img/icon-mail.svg") no-repeat center center transparent;
  background-size: 100% auto;
}
.dev-icon-floor {
  background: url("../img/icon-contacts5.png") no-repeat center center transparent;
  background-size: 100% auto;
}
.dev-icon-lock {
  width: 12px;
  height: 12px;
  background: url("../img/icon-lock.png") no-repeat center center transparent;
  background-size: contain;
}
.dev-icon-caret {
  min-width: 10px;
  min-height: 10px;
  background: url("../img/icon-caret.png") no-repeat center center transparent;
  background-size: contain;
}
address {
  font-style: normal;
}
header {
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
}
header a {
  color: #000000;
}
.header {
  padding-bottom: 8px;

  font-size: 18px;
}
.header-address {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 11%;
}
.header-address__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 5px 0;
  font-size: 19px;
  line-height: 1;

  border: none;
  background: none;
  outline: none;
}
.header-address__item:hover .header-address__hidden-list {
  display: block;
}
.header-address__hidden-list {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 100%;
  display: none;
  list-style: none;
  margin: 0;
  padding: 10px 15px;
  width: 210px;

  font-size: 14px;

  border: 1px solid #000000;
  background-color: #ffffff;
}
.header-address__hidden-list li {
  margin-bottom: 21px;
}
.header-address__hidden-list li:last-child {
  margin-bottom: 0;
}
.header-address__item img {
  display: block;
  margin-right: 9px;
}
.header-address__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 19px;
  line-height: 1;
}
.header-address__link:hover,
.header-address__item:hover span {
  cursor: pointer;
  text-decoration: none;
  color: #de4b55;
}

.header__row {
  padding-top: 31px;
  padding-bottom: 77px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
main {
  min-height: 100vh;
  z-index: 1;
  position: relative;
}
footer {
  position: relative;
}
.foot-inner {
  position: fixed;
  z-index: -5;
  height: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #e1e1e1;
  background-color: #494949;
}
.foot-inner span {
  display: inline-block;
}
.foot-inner i:before {
  vertical-align: middle;
}
.dev-logo {
  display: block;
  width: 170px;
}
.dev-logo img {
  display: block;
  width: 100%;
}
.dev-main-bar nav ul {
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 18px;
}
.dev-main-bar nav a {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  line-height: 1;
  text-decoration: none;
  /*font-size: 16px;*/
  text-transform: uppercase;
}
.dev-main-bar nav a:hover {
  color: #fff;
  text-decoration: none;
}
.dev-main-bar nav > ul > li > a:hover,
.dev-main-bar nav > ul > li > a.active {
  background-color: #ef3f44;
  text-decoration: none;
  color: #fff;
}
.dev-main-bar nav > ul > li.parent > a {
  cursor: default;
}
.dev-main-bar nav > ul > li ul {
  background-color: #0188de;
}
.dev-main-bar nav > ul > li ul > li > a:hover {
  background-color: #0191ed;
}
/* =============================================================================
  MENU TOGGLE SWITCHES
============================================================================= */
.dev-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 35px;
  font-size: 15px;

  border: 1px solid #0065ef;
  border-radius: 25px;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.dev-toggle-close {
  background-color: transparent;
}
.dev-toggle-close span:before,
.dev-toggle-close span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.dev-toggle-close span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.dev-toggle-close span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.dev-toggle-close.active {
  position: fixed;
  z-index: 3;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
}
#dev-collapse-toggle {
  display: none;
}
.dev-breadcrumb {
  margin-bottom: 15px;
}
.dev-breadcrumb ul {
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-transform: lowercase;
  padding: 15px 0;
}
.dev-breadcrumb ul a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
/*.dev-breadcrumb ul a:hover {*/
/*  color: #00ceec;*/
/*}*/
.dev-breadcrumb ul li {
  display: inline-block;
}
.dev-breadcrumb ul li:after {
  display: inline-block;
  margin: 0 5px 0 9px;
  content: " / ";
}
.dev-breadcrumb ul li:last-of-type:after {
  content: "";
}
.dev-foot-address {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.dev-foot-address address {
  font-style: normal;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.dev-foot-copyright {
  text-align: center;
  position: relative;
  margin: auto;
  color: #fff;
  font-size: 14px;
  max-width: 120px;
}
.dev-foot-copyright img {
  display: inline-block;
  max-width: 100%;
}
.dev-foot-carousel-wrap {
  border-top: 3px solid #fff;
  background-color: #fff;
  border-bottom: 3px solid #fff;
  padding: 64px 0;
}
.dev-brands-carousel .item,
.dev-foot-carousel .item {
  position: relative;
  height: 80px;
}
.dev-brands-carousel .item img,
.dev-foot-carousel .item img {
  max-width: 80%;
  max-height: 100%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.dev-foot-map {
  max-height: 340px;
}
.dev-foot-map > iframe {
  float: left;
  width: 100%;
}
.dev-foot-map-wrap {
  max-width: 2300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-top: 6px solid #fff;
}
.dev-foot-map-wrap:before,
.dev-foot-map-wrap:after {
  content: " ";
  display: table;
}
.dev-foot-map-wrap:after {
  clear: both;
}
.footer {
  padding: 40px 0;
}
.footer label {
  flex: 0 0 50%;
  display: block;
  font-size: 16px;
  line-height: 1.1;
}
.footer form {
  position: relative;
  z-index: 1;
}
.footer p {
  margin: 0;
  font-size: 14px;
  line-height: 1;
}
.footer__fg-soft-column {
  margin-left: 6%;
}
.footer__fg-soft-column p {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1;
}
.footer__fg-soft-column img {
  width: 120px;
}
.footer__address-column {
  margin: 0 auto;
}
.footer input {
  font-size: 16px;
}
.footer__email {
  border: 1px solid #000000;
  height: 42px;
  padding: 0 20px;
  display: block;
  width: 360px;
  flex: 0 0 360px;
  color: #000000;
}
.footer__email::-webkit-input-placeholder {
  color: #000000;
}
.footer__email::-moz-placeholder {
  color: #000000;
}
.footer__email:-moz-placeholder {
  color: #000000;
}
.footer__email:-ms-input-placeholder {
  color: #000000;
}
.dev-foot-contacts {
  padding: 45px 0;
  color: #000000;
}
.dev-foot-contacts a {
  color: #000000;
}
.dev-foot-contacts a:hover {
  text-decoration: underline;
}
.dev-foot-logo {
  margin-left: 40px;
  display: block;
  width: 130px;
}
.dev-home-news .dev-inner {
  padding: 0 0 60px 0;
}
.dev-home-banner-wrap {
  max-width: 2300px;
  margin-left: auto;
  margin-right: auto;
}
.dev-home-banner-wrap,
.dev-home-shops-wrap,
.dev-home-news-wrap {
  position: relative;
  overflow: hidden;
}
.dev-home-banner-wrap .dev-home-banner-carousel.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.dev-banner-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 280px;
}
.dev-banner-item img {
  display: block;
  width: auto;
  height: 280px;
}
.dev-banner-item a {
  display: block;
}
.dev-home-banner,
.dev-banner-item,
.dev-banner-item img {
  height: 150px;
}

/*Анимация загрузки dotts на слайдерах и их стили*/

@keyframes about-slider-dotts {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.dev-home-banner-carousel .slick-dots {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1260px;
  max-width: 100%;
  padding: 26px 26px 26px 105px;

  text-align: left;
}

.dev-home-banner-carousel .slick-dots li {
  margin: 0 5px;
}

.dev-home-banner-carousel .slick-dots li button {
  /*width: 43px;*/
  /*height: 10px;*/
  padding: 0;
  width: 41px;
  height: 5px;

  /*background-color: rgba(0, 0, 0, 0.6);*/
  background-color: #ffffff;
  border-radius: 0;
  opacity: 1;
}

.dev-home-banner-carousel .slick-dots li button:before {
  top: 0;
  left: 0;
  /*width: 100%;*/
  width: 0;
  height: 100%;

  border-radius: 0;
  background-color: #606060;
  opacity: 1;
}

.dev-home-banner-carousel .slick-dots li.slick-active button {
  opacity: 1;
}

.dev-home-banner-carousel .slick-dots li.slick-active button:before {
  width: 100%;

  /*background-color: rgba(255,255,255,0.8);*/
  opacity: 1;
  background-color: #606060;
  animation-name: about-slider-dotts;
  animation-duration: 3s;
}

@media (max-width: 2299px) {
  .dev-banner-item img {
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}
@media (min-width: 521px) {
  .dev-home-banner,
  .dev-banner-item,
  .dev-banner-item img {
    height: 240px;
  }
}
@media (min-width: 721px) {
  .dev-home-banner,
  .dev-banner-item,
  .dev-banner-item img {
    height: 320px;
  }
}
@media (min-width: 980px) {
  .dev-home-banner,
  .dev-banner-item,
  .dev-banner-item img {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .dev-home-banner,
  .dev-banner-item,
  .dev-banner-item img {
    height: 520px;
  }
}
@media (min-width: 1500px) {
  .dev-home-banner,
  .dev-banner-item,
  .dev-banner-item img {
    height: 600px;
  }
}
@media (min-width: 2300px) {
  .dev-home-banner,
  .dev-banner-item,
  .dev-banner-item img {
    height: auto;
    position: relative;
    width: 100%;
  }
}
.dev-head-phone {
  position: relative;
}
.dev-head-phone span {
  display: block;
  position: absolute;
  top: -15px;
  right: -10px;
  line-height: 16px;
  background-color: #bef7ff;
  padding: 3px 10px;
  color: #00bad5;
  font-size: 16px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  font-family: 'HelveticaNeueCyr-Roman', sans-serif;
}
.dev-wall-default {
  background-image: url("../img/pattern.png"), url("../img/wall-default.jpg");
  background-position: top left, top center;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-color: #ffeeda;
}
.dev-wall-green {
  background: url("../img/rd-pattern-green.jpg") repeat;
}
.dev-inner {
  padding: 30px 0;
}
.dev-inner-solid {
  background-color: #fff;
}
.dev-inner-solid.bordered {
  border: 4px solid #eff0f2;
}
.dev-inner-solid.bordered .dev-catalog-nav {
  margin: -4px -4px 0 -4px;
}
.dev-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 4px;
}
.dev-shadow .dev-section-banner {
  margin-bottom: -8px;
}
.dev-shadow-inset {
  display: block;
  position: relative;
}
.dev-shadow-inset img {
  display: block;
  width: 100%;
}
.dev-shadow-inset:before,
.dev-shadow-inset:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
}
.dev-shadow-inset:before {
  top: 0;
  background: rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='transparent', GradientType=0);
}
.dev-shadow-inset:after {
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0,0,0,0.15)', GradientType=0);
}
.dev-shadow-inset-top {
  display: block;
  position: relative;
}
.dev-shadow-inset-top:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='transparent', GradientType=0);
}
.dev-main-news .dev-item-base:not([class*="no-margin"]) {
  margin-bottom: 20px;
}
.dev-item-base {
  color: #fff;
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin-bottom: 25px;
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);*/
  /*-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);*/
  /*-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);*/
  /*-o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);*/
  border: 1px solid #000000;
}
.dev-item-base a {
  display: block;
  position: relative;
  z-index: 1;
  color: #000000;
  text-decoration: none;
  font-family: "GothamPro", "Arial", sans-serif;
  font-weight: 400;
}
.dev-item-base a:hover {
  color: #0669bf;
  text-decoration: none;
}
.dev-item-base.no-margin {
  margin-bottom: 0;
}
.dev-item-base:hover .dev-item-base-preview {
  border-color: #bd8b32;
}
.dev-item-base:hover .dev-item-base-preview img {
  -webkit-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
}
.dev-item-base-preview {
  overflow: hidden;
  background-color: #fff;
}
.dev-item-base-preview a {
  display: block;
}
.dev-item-base-preview img {
  display: block;
  width: 100%;
  transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -webkit-transform: scale(1.001) translateZ(0);
  transform: scale(1.001) translateZ(0);
}
.dev-item-detail {
  /*min-height: 4rem;*/
  background-color: #fff;

  display: flex;
  align-items: center;
  padding: 19px 9px 9px 25px;
}

.dev-item-detail .dev-item-name {
  padding: 0;
  min-height: 54px;
}

.dev-item-detail h1,
.dev-item-detail h2,
.dev-item-detail h3,
.dev-item-detail h4,
.dev-item-detail h5,
.dev-item-detail h6 {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
  font-weight: normal;
}
.dev-item-events,
.dev-item-large {
  margin-bottom: 20px;
  padding: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.dev-main-news .dev-item-large {
  padding: 0;
  box-shadow: none;
}
.dev-main-news .dev-item-large a {
  background: #ff3217;
}
.dev-main-news .dev-item-large a img {
  border: none;
}
.dev-main-news .dev-item-large a:hover img {
  border: none;
}
.dev-item-large:before,
.dev-item-large:after {
  content: " ";
  display: table;
}
.dev-item-large:after {
  clear: both;
}
.dev-item-large a {
  background: #be213c;
  background: -moz-linear-gradient(top, #be213c 0%, #de4b53 50%, #be213c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #be213c), color-stop(50%, #de4b53), color-stop(100%, #be213c));
  background: -webkit-linear-gradient(top, #be213c 0%, #de4b53 50%, #be213c 100%);
  background: -o-linear-gradient(top, #be213c 0%, #de4b53 50%, #be213c 100%);
  background: -ms-linear-gradient(top, #be213c 0%, #de4b53 50%, #be213c 100%);
  background: linear-gradient(to bottom, #be213c 0%, #de4b53 50%, #be213c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be213c', endColorstr='#be213c', GradientType=0);
}
/*.dev-catalog-nav {*/
/*  background: #057abf;*/
/*  background: -moz-linear-gradient(top, #057abf 0%, #15a2f4 50%, #057abf 100%);*/
/*  background: -webkit-gradient(left top, left bottom, color-stop(0%, #057abf), color-stop(50%, #15a2f4), color-stop(100%, #057abf));*/
/*  background: -webkit-linear-gradient(top, #057abf 0%, #15a2f4 50%, #057abf 100%);*/
/*  background: -o-linear-gradient(top, #057abf 0%, #15a2f4 50%, #057abf 100%);*/
/*  background: -ms-linear-gradient(top, #057abf 0%, #15a2f4 50%, #057abf 100%);*/
/*  background: linear-gradient(to bottom, #057abf 0%, #15a2f4 50%, #057abf 100%);*/
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#057abf', endColorstr='#057abf', GradientType=0);*/
/*}*/
.dev-item-large a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.dev-item-large a:before,
.dev-item-large a:after {
  content: " ";
  display: table;
}
.dev-item-large a:after {
  clear: both;
}
.dev-item-large a:hover {
  color: #ffffff;
}
.dev-item-large a:hover img {
  border: 4px solid #fff;
  text-decoration: none;
}
.dev-item-large img {
  display: block;
  width: 100%;
  border: 4px solid transparent;
  transition: border-color 0.3s ease-out 0.1s;
  -webkit-transition: border-color 0.3s ease-out 0.1s;
  -moz-transition: border-color 0.3s ease-out 0.1s;
  -o-transition: border-color 0.3s ease-out 0.1s;
}
.dev-item-large .dev-item-name {
  height: auto;
  font-size: 40px;
  background-color: transparent;
  margin: 1em 0;
  min-height: 0;
}
.dev-item-large .dev-item-name h1,
.dev-item-large .dev-item-name h2,
.dev-item-large .dev-item-name h3,
.dev-item-large .dev-item-name h4,
.dev-item-large .dev-item-name h5,
.dev-item-large .dev-item-name h6 {
  font-size: 30px;
  padding: 0;
  margin: 0 0 20px 0;
}
.dev-item-large .dev-item-name p {
  margin-top: 0;
}
.dev-item-name {
  padding: 15px 30px;
  min-height: 80px;
}
.dev-center-border {
  position: relative;
  margin: 60px 0;
  height: 4px;
  background: url("../img/center-border-line.png") repeat-x;
  text-align: center;
}
.dev-center-border:after {
  content: " ";
  display: inline-block;
  margin-top: -30px;
  width: 80px;
  height: 60px;
  background: url("../img/center-border.png") no-repeat center center #d7f2f9;
  background-size: 42px 40px;
}
.dev-home-shops {
  background-color: rgba(0, 0, 0, 0.03);
  background-size: cover;
}
.dev-home-shops.dev-inner {
  padding-top: 30px;
  padding-bottom: 80px;
}
.dev-section-grid .item {
  margin-bottom: 20px;
  position: relative;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.dev-section-grid .item.yel {
  background-color: #fdcb23;
}
.dev-section-grid .item.red {
  background-color: #f95556;
}
.dev-section-grid .item.gre {
  background-color: #1bce7c;
}
.dev-section-grid .item.blu {
  background-color: #7acbdf;
}
.dev-section-grid .item a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.dev-section-grid .item a:hover {
  color: #fff;
}
.dev-section-grid .item a img:not([class="item-icon"]) {
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  opacity: 0.2;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.dev-section-grid .item .item-icon {
  display: block;
  position: relative;
  margin: auto;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.dev-section-grid .item .caption-inner {
  z-index: 3;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 20px;
  right: 20px;
}
.dev-section-grid .item .caption {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid #fff;
  transition: border-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
}
.dev-section-grid .item:hover.yel .caption {
  border-color: #fdcb23;
}
.dev-section-grid .item:hover.red .caption {
  border-color: #f95556;
}
.dev-section-grid .item:hover.gre .caption {
  border-color: #1bce7c;
}
.dev-section-grid .item:hover.blu .caption {
  border-color: #7acbdf;
}
.dev-section-grid .item:hover a img {
  opacity: 1;
}
.dev-home-enters {
  position: relative;
  background-color: #1bce7c;
  padding-left: 3vw;
  padding-right: 3vw;
}
.dev-home-enters .dev-hovered-grid {
  margin-top: -130px;
}
/* псевдоэлемент :before Для ИЕ 7 */
/* псевдоэлемент :after Для ИЕ 7 */
.dev-enters-carousel .slick-dots {
  bottom: -40px;
}
.dev-enters-carousel .slick-dots li.slick-active button:before {
  background-color: #fcd71f;
}
.dev-enters-carousel .slick-dots li button:before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}
.dev-hovered-grid a {
  display: block;
}
.dev-hovered-grid a img {
  display: block;
  transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -webkit-transform: scale(0.9) translateZ(0);
  transform: scale(0.9) translateZ(0);
}
.dev-hovered-grid a:hover img {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}
.slick-dots {
  bottom: -40px;
}
.slick-dots li.slick-active button:before {
  background-color: #01d4f2;
}
.slick-dots li button:before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #0188de;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  position: relative;
}
.dev-list-carousel .slick-dots {
  left: auto;
  bottom: auto;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 20px;
  right: 0;
}
.dev-list-carousel .slick-dots li {
  float: left;
  margin: 2px 0;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ff8821;
}
.dev-hover-list {
  height: 600px;
  background: url("../img/wall-list.png") no-repeat top left;
  background-size: contain;
}
.dev-hover-list .slick-dots {
  margin-top: 20px;
  right: -30px;
}
.dev-hover-list-short {
  height: 220px;
  background: url("../img/wall-list2.png") no-repeat top left;
  background-size: contain;
}
.dev-hover-list-short .dev-list-inner {
  margin-top: 20px;
}
.dev-hover-list-short .slick-dots {
  margin-top: 10px;
}
.dev-home-carousel-wrap {
  background: #1bce7d;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1bce7d), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #1bce7d 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #1bce7d 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bce7d', endColorstr='#ffffff', GradientType=0);
}
.dev-home-carousel-wrap .dev-heading {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.dev-home-carousel-wrap .clearfix .pull-r .dev-btn-sm {
  min-width: 130px;
  margin-left: 5px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.dev-home-carousel-wrap .dev-inner {
  padding-bottom: 0;
}
.dev-home-carousel-wrap .dev-home-carousel-inner,
.dev-home-carousel-wrap .dev-home-album {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background: url("../img/pattern.jpg");
  padding: 20px;
}
.dev-home-album .dev-item-base {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  line-height: 1.2;
  font-size: 1rem;
  text-align: center;
  color: #1d1d1b;
}
.dev-home-album .dev-item-base:hover h1,
.dev-home-album .dev-item-base:hover h2,
.dev-home-album .dev-item-base:hover h3,
.dev-home-album .dev-item-base:hover h4,
.dev-home-album .dev-item-base:hover h5,
.dev-home-album .dev-item-base:hover h6 {
  background-color: #0188de;
}
.dev-home-album .dev-item-base a {
  color: #1d1d1b;
}
.dev-home-album .dev-item-base a:hover {
  color: #fff;
}
.dev-home-album .dev-item-base h1,
.dev-home-album .dev-item-base h2,
.dev-home-album .dev-item-base h3,
.dev-home-album .dev-item-base h4,
.dev-home-album .dev-item-base h5,
.dev-home-album .dev-item-base h6 {
  overflow: hidden;
  height: 75px;
  line-height: 1.2;
  font-size: 1rem;
  background-color: #fff;
  transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  padding: 15px;
  margin: 0;
}
.dev-arrows {
  margin: 0;
}
.dev-arrows .slick-prev,
.dev-arrows .slick-next {
  z-index: 2;
  width: 30px;
  height: 60px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: filter 0.3s ease-out;
  -webkit-transition: -webkit-filter 0.3s ease-out, filter 0.3s ease-out;
  -moz-transition: filter 0.3s ease-out;
  -o-transition: filter 0.3s ease-out;
}
.dev-arrows .slick-prev:before,
.dev-arrows .slick-next:before {
  display: none;
}
.dev-arrows .slick-prev:hover,
.dev-arrows .slick-next:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.dev-arrows .slick-prev {
  left: -40px;
  background: url("../img/arrow-left.png") no-repeat center center transparent;
  background-size: contain;
}
.dev-arrows .slick-next {
  right: -40px;
  background: url("../img/arrow-right.png") no-repeat center center transparent;
  background-size: contain;
}
.dev-home-carousel {
  z-index: 1;
  padding: 5px;
  background-color: #fff;
}
.dev-home-carousel .item img {
  display: block;
  width: 100%;
}
.dev-home-carousel.dev-arrows .slick-dots {
  bottom: -45px;
}
.dev-home-carousel.dev-arrows .slick-prev {
  left: -110px;
}
.dev-home-carousel.dev-arrows .slick-next {
  right: -110px;
}
.dev-sales-carousel .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.dev-sales-carousel .slick-slide {
  padding: 0 10px;
}
.dev-sales-carousel.dev-arrows .slick-prev,
.dev-sales-carousel.dev-arrows .slick-next {
  margin-top: -40px;
}
.dev-section-title:before,
.dev-section-title:after {
  content: " ";
  display: table;
}
.dev-section-title:after {
  clear: both;
}
.dev-section-title .dev-btn-sm {
  min-width: 130px;
  margin-left: 4px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
.dev-section-title .dev-btn-sm.active {
  background-color: #0188de;
}
.dev-section-title .dev-heading,
.dev-section-title h1.dev-heading,
.dev-section-title h2.dev-heading,
.dev-section-title h3.dev-heading,
.dev-section-title h4.dev-heading,
.dev-section-title h5.dev-heading,
.dev-section-title h6.dev-heading {
  margin-bottom: 30px;
}
.dev-buttons .dev-btn {
  display: block;
  width: 100%;
}
.dev-tags:before,
.dev-tags:after {
  content: " ";
  display: table;
}
.dev-tags:after {
  clear: both;
}
.dev-tags a {
  display: block;
  float: left;
  line-height: 1.2;
  color: #494949;
  background-color: rgba(1, 212, 242, 0.1);
  border: 2px solid #01d4f2;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 10px 20px;
  -webkit-transition: none;
  transition: none;
  text-decoration: none;
  text-align: center;
}
.dev-tags a:hover {
  text-decoration: none;
}
.dev-tags a:not([class="active"]):hover {
  color: #fff;
  background-color: #01d4f2;
}
.dev-tags a.disabled {
  color: #bbb;
  background-color: #ececec;
  border-color: #ccc;
  cursor: default;
}
.dev-tags a.disabled:hover {
  color: #bbb;
  background-color: #ececec;
  border-color: #ccc;
}
.dev-tags a.active {
  cursor: default;
  color: #fff;
  background-color: #0188de;
  border-color: #0188de;
}
.dev-tags a.active:hover {
  color: #fff;
  background-color: #0188de;
  border-color: #0188de;
}
.dev-tags.selected a.active {
  position: relative;
  padding-right: 40px;
}
.dev-tags.selected a.active:after {
  content: " ";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin-left: 10px;
  height: 20px;
  right: 10px;
  width: 20px;
  background: url("../img/icon-cancel.png") no-repeat center center;
  background-size: contain;
}
.dev-catalog-nav {
  padding: 10px 0;
  background-color: #01d4f2;
  text-align: center;
}
.dev-catalog-nav a {
  z-index: 1;
  color: #fff;
  display: inline-block;
  position: relative;
  height: 32px;
  line-height: 32px;
  padding: 0 4px;
  text-decoration: none;
}
.dev-catalog-nav a:hover {
  text-decoration: none;
  color: #fff;
}
.dev-catalog-nav a:hover:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.dev-catalog-nav a.disabled {
  cursor: default;
  color: rgba(255, 255, 255, 0.4);
}
.dev-catalog-nav a.disabled:before {
  display: none;
}
.dev-catalog-nav a.disabled:hover {
  color: rgba(255, 255, 255, 0.4);
}
.dev-catalog-nav a.active {
  color: #1d1d1b;
}
.dev-catalog-nav a.active:before {
  background-color: #fff;
}
.dev-catalog-nav a:before {
  z-index: -1;
  content: " ";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  width: 28px;
  height: 28px;
}
.dev-catalog-nav hr {
  display: block;
  border: none;
  height: 2px;
  margin: 10px 0;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.4)), color-stop(70%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0e9f2', endColorstr='#c0e9f2', GradientType=1);
}
.dev-catalog-carousel {
  padding: 25px 85px;
  background-color: #e1f7fa;
}
.dev-catalog-carousel:after {
  content: " ";
  display: block;
  position: absolute;
  width: 120px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #e1f7fa;
}
.dev-catalog-carousel .item {
  min-height: 265px;
  position: relative;
}
.dev-catalog-carousel .item:after {
  content: " ";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 30px;
  background: transparent;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, transparent), color-stop(30%, rgba(225, 225, 225, 0.4)), color-stop(70%, rgba(225, 225, 225, 0.4)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(45deg, transparent, rgba(225, 225, 225, 0.4) 30%, rgba(225, 225, 225, 0.4) 70%, transparent 100%);
  background: linear-gradient(45deg, transparent, rgba(225, 225, 225, 0.4) 30%, rgba(225, 225, 225, 0.4) 70%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0e9f2', endColorstr='#c0e9f2', GradientType=1);
}
.dev-catalog-carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 60px;
}
.dev-catalog-carousel a {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  line-height: 1.2;
  color: #1d1d1b;
}
.dev-catalog-carousel a:hover,
.dev-catalog-carousel a.active {
  color: #fff;
  background-color: #0188de;
}
.dev-catalog-carousel a:hover.open-soon b,
.dev-catalog-carousel a.active.open-soon b {
  color: #fff;
}
.dev-catalog-carousel a.open-soon b {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: none;
  color: #b4b4b4;
  white-space: nowrap;
  vertical-align: middle;
  margin-left: 5px;
}
.dev-catalog-carousel .slick-prev {
  left: 15px;
}
.dev-catalog-carousel .slick-next {
  right: 15px;
}
.dev-brands-carousel {
  padding: 25px 80px;
}
.dev-brands-carousel .slick-prev,
.dev-brands-carousel .slick-next {
  z-index: 2;
  width: 40px;
  height: 130px;
}
.dev-brands-carousel .slick-prev:before,
.dev-brands-carousel .slick-next:before {
  display: none;
}
.dev-brands-carousel .slick-prev {
  left: 0;
  background: url("../img/thin-arrow-left.png") no-repeat center center transparent;
  background-size: 25px;
}
.dev-brands-carousel .slick-next {
  right: 0;
  background: url("../img/thin-arrow-right.png") no-repeat center center transparent;
  background-size: 25px;
}
/*.dev-shop-preview {*/
/*  padding: 25px;*/
/*}*/
.dev-shop-detail .dev-heading-base {
  line-height: 1.2;
  margin-bottom: 20px;
}
.dev-shop-contacts {
  position: relative;
  padding-left: 20px;
}
.dev-shop-contacts:before {
  content: " ";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, transparent), color-stop(30%, rgba(225, 225, 225, 0.4)), color-stop(70%, rgba(225, 225, 225, 0.4)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(45deg, transparent, rgba(225, 225, 225, 0.4) 30%, rgba(225, 225, 225, 0.4) 70%, transparent 100%);
  background: linear-gradient(45deg, transparent, rgba(225, 225, 225, 0.4) 30%, rgba(225, 225, 225, 0.4) 70%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0e9f2', endColorstr='#c0e9f2', GradientType=1);
}
.dev-shop-contacts p {
  margin: 0 0 10px 0;
  padding-left: 45px;
  position: relative;
}
.dev-shop-contacts p i {
  position: absolute;
  top: 3px;
  left: 0;
  margin: 0;
}
.dev-shop-contacts .dev-btn {
  min-height: 36px;
  height: auto;
  line-height: 1.2;
  padding: 5px 20px 8px 20px;
}
.dev-outer {
  padding: 25px;
}
.dev-shop-map-inner {
  overflow-x: auto;
  overflow-y: hidden;
}
.dev-shop-map {
  position: relative;
}
.dev-shop-map img {
  display: block;
  width: 100%;
}
.dev-shop-map .dev-section-title {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.dev-shop-map .dev-section-title .dev-heading-base {
  line-height: 56px;
  margin: 0;
}
.dev-shop-map .dev-btn {
  font-size: 20px;
}
.dev-map-nav {
  margin-left: 10px;
}
.dev-map-nav > .dev-btn-lg {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  width: 56px;
  padding: 0;
  color: #1d1d1b;
  background-color: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  font-size: 25px;
  margin-left: 10px;
  -webkit-transition: none;
  transition: none;
}
.dev-map-nav > .dev-btn-lg.active {
  color: #1d1d1b;
  border-color: #01d4f2;
}
.dev-section-banner {
  position: relative;
}
.dev-section-banner img {
  display: block;
}
.dev-section-banner .wall {
  width: 100%;
}
.dev-section-name {
  height: auto;
  padding: 100px 80px;
  font-size: 6vw;
  color: #fff;
  text-transform: uppercase;
  background-color: transparent;
}
.dev-section-name h1,
.dev-section-name h2,
.dev-section-name h3,
.dev-section-name h4,
.dev-section-name h5,
.dev-section-name h6 {
  display: block;
  font-size: 6vw;
  margin: 0;
}
.dev-section-name a {
  color: #fff;
}
.dev-img-wrap {
  bottom: 0;
  right: 0;
  position: absolute;
  height: 480px;
  width: 645px;
  overflow: hidden;
}
.dev-services-icons {
  background-color: #f7f7f7;
}
.dev-services-icons .dev-item {
  width: 16.66666667%;
  margin-bottom: 10px;
  line-height: 1.2;
}
.dev-services-icons .dev-item img {
  display: inline-block;
}
.dev-services-icons .dev-item b {
  display: block;
  font-weight: normal;
  padding: 15px;
}
.dev-services-icons .dev-heading-base {
  padding-top: 35px;
}
.img-inner {
  position: relative;
  padding-left: 150px;
  min-height: 80px;
}
.img-inner img {
  display: block;
  position: absolute;
  left: 25px;
  top: 0;
}
.dev-section-info {
  position: relative;
  background-color: #ffb600;
  padding-left: 85px;
  font-size: 0.8rem;
  line-height: 1.3;
  font-family: 'HelveticaNeueCyr-Roman', sans-serif;
  margin-bottom: 30px;
}
.dev-section-info img {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 20px;
  max-height: 80%;
}
.dev-section-info p {
  padding: 15px;
  margin: 0;
  background-color: #fbc02d;
}
.dev-main-placement {
  z-index: 1;
  position: relative;

  font-family: "GothamPro", "Arial", sans-serif;
  font-weight: 400;
}
.dev-main-placement .col-8 {
  padding: 0;
}
.dev-main-placement a.dev-btn-base {
  font-size: 18px;
  text-transform: lowercase;
  color: #000000;

  border: 1px solid #000000;
  background: none;
}
.dev-main-placement a.dev-btn-success {
  text-transform: lowercase;
  color: #ffffff;

  border: 1px solid #ef3f44;
  background: #ef3f44;
}
.dev-main-placement .dev-buttons .col-4 {
  padding: 0;

  width: 300px;
  max-width: 33.33333333%;
  margin-right: 20px;
}
.dev-main-placement .dev-buttons .col-4:last-child {
  margin-right: 0;
}
.dev-main-placement .dev-search-field input {
  flex: 0 0 calc(100% - 105px);
  padding-left: 60px;
  width: auto;

  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 18px;

  border-radius: 0;
}
.dev-main-placement .dev-search-field b {
  position: relative;

  display: block;
  flex: 0 0 105px;

  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 18px;
  text-transform: lowercase;
  text-align: center;
}
.dev-main-placement .dev-search-field:after {
  display: none;
}
.dev-main-placement .dev-search-field::before,
.dev-main-placement .dev-search-field b::before {
  content: "";

  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 1px;
  height: 27px;
  display: block;

  background-color: #000000;
}
.dev-main-placement .dev-shadow {
  box-shadow: none;
}
.dev-main-placement .dev-placement-panel {
  background: none;
}
.dev-main-placement .dev-outer {
  padding: 0;
}
.dev-main-placement .dev-search-field {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;

  box-shadow: none;
  background: none;
  border-radius: 0;
}
.dev-main-placement .row:first-child {
  border: 1px solid #000000;
}

.dev-main-placement .margin-min {
  margin-bottom: 30px;
}
.dev-main-placement .dev-btn-base {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.dev-placement-result {
  margin-bottom: 30px;
}
.dev-placement-result .dev-heading-base {
  margin-top: 30px;
  font-size: 26px;
}
.dev-placement-panel {
  background-color: #fff;
}
.dev-placement-panel .dev-btn {
  padding: 0;
}
.dev-placement-panel .text-center {
  line-height: 60px;
}

@media screen and (max-width: 980px) {
  .dev-main-placement .dev-search-field {
    display: block;
  }

  .dev-main-placement .text-center {
    text-align: left;
  }

  .dev-main-placement .row:first-child {
    border: none;
  }

  .dev-main-placement .dev-search-field::before,
  .dev-main-placement .dev-search-field b {
    display: none;
  }

  .dev-main-placement .col-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dev-main-placement .dev-placement-panel {
    font-size: 0.9rem;
  }
  .dev-main-placement .dev-placement-panel.dev-outer {
    padding: 10px 10px 2px 10px;
  }
  .dev-main-placement .dev-placement-panel .row.margin-bs {
    margin-bottom: 0;
  }
  .dev-main-placement .dev-placement-panel .dev-search-field input {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 8px;
    height: 56px;

    font-size: 18px;

    border: 1px solid #000000;
  }
  .dev-main-placement .dev-placement-panel .col-8 + .col-4 {
    padding: 0 15px;
    margin-bottom: 29px;
    width: 100%;
    height: 54px;

    line-height: 54px;
    font-size: 18px;

    border: 1px solid #000000;
  }
  .dev-main-placement .dev-placement-panel .dev-btn {
    margin-bottom: 0;
  }
  .dev-main-placement .dev-placement-panel .col-8 {
    width: 100%;
    padding: 0;
  }
  .dev-main-placement .dev-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dev-main-placement .dev-buttons .col-4 {
    width: 292px;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .dev-main-placement a.dev-btn-base {
    height: auto;
    padding: 15px 0;

    line-height: 1;
  }
  .dev-main-placement a.dev-btn-success {
    height: auto;
    padding: 15px 0;

    font-size: 18px;
    line-height: 1;
  }

  .dev-main-placement .margin-min {
    margin-bottom: 8px;
  }
}

.dev-search-field {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  background-color: #e8f8f9;
  padding-left: 60px;
  position: relative;
}
.dev-search-field b {
  line-height: 60px;
  position: absolute;
  font-weight: normal;
  left: 20px;
}
.dev-search-field input {
  width: 100%;
  height: 60px;
  border: none;
  padding: 0 30px;
  font-size: 1.1rem;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topright: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.dev-form .dev-form-inner {
  padding: 30px;
  background-color: #dae9e9;
}
.dev-contacts-info b {
  display: block;
  font-weight: 800;
}
.dev-contacts-info .dev-form-group label {
  color: #679ea7;
  font-weight: normal;
}

.dev-contacts-info .dev-form-group input[type="text"],
.dev-contacts-info .dev-form-group input[type="email"],
.dev-contacts-info .dev-form-group input[type="password"],
.dev-contacts-info .dev-form-group input:not([class^="dev-btn"]),
.dev-contacts-info .dev-form-group input:not([class*="dev-btn"]),
.dev-contacts-info .dev-form-group textarea {
  width: 100%;
  resize: none;
}
.dev-contacts-info .dev-form .dev-btn-primary {
  width: 100%;
  max-width: 240px;
  height: auto;
  white-space: normal;
  line-height: 1.2;
  padding: 7px 20px 8px 20px;
}
.dev-info a {
  text-decoration: underline;
}
.dev-contacts-item > span {
  display: block;
}
.dev-form-group {
  margin-bottom: 30px;
}
.dev-form-group textarea,
.dev-form-group input {
  width: 100%;
  display: block;
}
.dev-form-group input[type="text"],
.dev-form-group input[type="email"],
.dev-form-group input[type="password"],
.dev-form-group input:not([class^="dev-btn"]),
.dev-form-group input:not([class*="dev-btn"]),
.dev-form-group textarea {
  font-size: 1rem;
  color: #1d1d1b;
  background-color: #fff;
  border: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.dev-form-group input[type="text"]:focus,
.dev-form-group input[type="email"]:focus,
.dev-form-group input[type="password"]:focus,
.dev-form-group input:not([class^="dev-btn"]):focus,
.dev-form-group input:not([class*="dev-btn"]):focus,
.dev-form-group textarea:focus {
  background-color: #fff;
}
.dev-form-group textarea {
  padding: 20px 20px;
  height: 250px;
}
.dev-form-group .dev-add-file,
.dev-form-group input:not([class="dev-add-file-inp"]) {
  padding: 0 20px;
  height: 56px;
  line-height: 56px;
}
.dev-form-group .dev-btn {
  font-size: 14px;
}
.dev-form-group:last-of-type {
  margin-bottom: 0;
}
.dev-form-group .soc-tool {
  display: block;
  width: 100%;
  background-color: #01d4f2;
  color: #01d4f2;
  text-align: center;
  height: 56px;
  line-height: 56px;
  padding: 0 10px;
}
.dev-form-group .soc-tool [class^="dr-icon-"] {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 31px;
  position: relative;
  vertical-align: middle;
}
.dev-form-group .soc-tool [class^="dr-icon-"]:before {
  margin: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.dev-form-group .soc-tool [class^="dr-icon-"]:after {
  content: " ";
  display: inline-block;
  z-index: 1;
  background-color: #fff;
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  margin: 0;
  min-width: 0;
  min-height: 0;
}
#pre-loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #01d4f2;
  z-index: 100500;
}
#pre-progress {
  overflow: hidden;
  background-color: #00ceec;
  width: 170px;
  height: 5px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
#pre-progress span {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  animation: pre-progress 600ms infinite linear;
  -o-animation: pre-progress 600ms infinite linear;
  -ms-animation: pre-progress 600ms infinite linear;
  -webkit-animation: pre-progress 600ms infinite linear;
  -moz-animation: pre-progress 600ms infinite linear;
}
@keyframes pre-progress {
  100% {
    left: 100%;
  }
}
@-webkit-keyframes pre-progress {
  100% {
    left: 100%;
  }
}
.fancybox-nav.fancybox-prev span {
  background: url('../img/arrow-left.png') no-repeat center center transparent;
  background-size: contain;
  width: 45px;
  height: 45px;
}
.fancybox-nav.fancybox-next span {
  background: url('../img/arrow-right.png') no-repeat center center transparent;
  background-size: contain;
  width: 45px;
  height: 45px;
}
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}
#fancybox-thumbs.bottom {
  bottom: 2px;
}
#fancybox-thumbs.top {
  top: 2px;
}
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
  opacity: 1;
}
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}
.dev-mod-wrap,
.dev-mod-win {
  display: none;
}
.dev-mod-inner {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  padding: 10px;
}
.dev-mod-head {
  text-transform: uppercase;
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ececec;
}
.dev-mod-body {
  background-color: #fff;
  padding: 50px;
}
.dev-mod-body .text-center {
  font-size: 18px;
}
.dev-mod-foot {
  text-align: center;
  color: #aeaeae;
}
.dev-mod-foot .dev-icon-lock {
  vertical-align: middle;
}
.dev-mod-foot a {
  text-decoration: none;
  display: inline-block;
  line-height: 1.2;
  border-bottom: 1px dotted #aeaeae;
  color: #aeaeae;
}
.dev-mod-foot a:hover {
  color: #0188de;
}
.dev-modal-outer .fancybox-close {
  top: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  background: url("../img/icon-close.png") no-repeat center center transparent;
  background-size: contain;
}
.fancybox-skin {
  position: relative;
  color: #1d1d1b;
  background-color: rgba(0, 0, 0, 0.4);
}
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.5);
}
#fancybox-loading,
.fancybox-prev span,
.fancybox-next span,
.fancybox-close {
  background-image: url('../img/fancybox_sprite.png');
  background-size: 44px 152px;
}
.slick-loading .slick-list {
  background: #ffffff url('../img/ajax-loader.gif') center center no-repeat;
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../img/fancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url('../img/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.dev-not-found-page {
  padding: 150px;
}
.dev-not-found-page img {
  display: inline-block;
  max-width: 100%;
}

.social-list {
  display: flex;
  align-items: center;
  gap: 24px;
}

.social-list a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__submit-email {
  width: 160px;
  color: #ffffff;
  border: none;
  outline: none;
  background: #ef3f44;
}

.footer__submit-email:hover {
  cursor: pointer;
}

.footer__form-column {
  flex: 0 1 88%;
  gap: 1%;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__row-email {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.footer__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  color: #000000;
}

.footer__link img {
  display: block;
  margin-right: 12px;
}

.footer__link:hover {
  color: #000000;
}

.footer__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 24px;
}



@media screen and (max-width: 1530px) {
  .footer__submit-email {
    width: 120px;
  }

  .footer label {
    flex-basis: 57%;
  }

  .footer__email {
    width: 200px;
    flex-basis: 200px;
  }
}

@media (max-width: 1024px) {
  .dev-home-banner-carousel .slick-dots {
    padding: 20px;
  }

  main {
    padding-top: 0;
  }

  .footer__row {
    justify-content: space-evenly;
  }

  .footer__form-column {
    display: block;
    flex: 0 0 100%;
  }

  .footer label {
    text-align: center;
    margin-bottom: 15px;
  }

  .footer__email {
    flex: 1 1 auto;
  }

  .social-list {
    order: -1;
  }

  .footer__address-column {
    margin: 0;
  }

  .footer__logo-column,
  .footer__fg-soft-column {
    order: 3;
  }
  .header-address__item {
    font-size: 15px;
  }
  .header-address__link {
    font-size: 15px;
  }
  .dev-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .header__row {
    display: block;
  }
  .dev-main-bar nav ul {
    display: block;
  }
  .dev-home-enters {
    padding-top: 40px;
  }
  .dev-home-enters .dev-hovered-grid {
    margin: 0;
  }
  .dev-contacts-info .dev-form-group {
    margin-bottom: 5px;
  }
  .hidden-sm {
    display: none !important;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .dev-logo img.sm {
    display: block;
  }
  #dev-collapse-bar {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 90px;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, visibility 0.5s;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  }
  #dev-collapse-bar.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .header-address {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 50% 2%;
  }
  #dev-collapse-toggle {
    display: block;
  }
  .dev-main-bar {
    background-color: #01d4f2;
  }
  .dev-main-bar .container {
    padding: 40px 0;
    margin: 0;
  }
  .dev-main-bar nav > ul > li {
    overflow: hidden;
    position: relative;
    height: 50px;
  }
  .dev-main-bar nav > ul > li.open {
    height: auto;
    background-color: #0188de;
  }
  .dev-main-bar nav > ul > li.open .dev-icon-caret {
    -webkit-transform: translateX(-50%) rotateX(180deg);
    transform: translateX(-50%) rotateX(180deg);
  }
  .dev-main-bar nav > ul > li ul a {
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .dev-main-bar nav > ul > li .dev-icon-caret {
    display: block;
    margin: 0 0 0 -5em;
    top: 20px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) rotateX(0);
    transform: translateX(-50%) rotateX(0);
    transition: transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
  }
  .dev-contacts-info .col-5,
  .dev-contacts-info .col-7 {
    width: 100%;
  }
  .dev-shop-preview .img-responsive {
    margin-bottom: 40px;
  }
  .dev-shop-preview .col-5 {
    width: 66.66666667%;
  }
  .dev-shop-preview .col-3 {
    width: 100%;
  }
  .dev-foot-contacts {
    text-align: center;
  }
  .dev-foot-contacts [class*="col-"] {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .col-8 {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .footer b {
    font-size: 14px;
    padding-left: 0;
  }
  .dev-contacts-info .dev-form .dev-form-inner {
    padding: 15px;
  }
  .dev-contacts-info .dev-form .dev-btn-primary {
    max-width: 100%;
  }
  .margin-min {
    margin-bottom: 80px;
  }
  .dev-services-icons .dev-heading-base {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .dev-services-icons .dev-item {
    width: 100%;
  }
  .dev-services-icons .dev-item img {
    float: left;
    width: 40px;
  }
  .dev-services-icons .dev-item b {
    display: block;
    font-weight: normal;
    padding: 6px 60px;
    text-align: left;
  }
  .dev-heading,
  h1.dev-heading,
  h2.dev-heading,
  h3.dev-heading,
  h4.dev-heading,
  h5.dev-heading,
  h6.dev-heading {
    text-align: center;
    width: 100%;
  }
  .dev-heading + .pull-r,
  h1.dev-heading + .pull-r,
  h2.dev-heading + .pull-r,
  h3.dev-heading + .pull-r,
  h4.dev-heading + .pull-r,
  h5.dev-heading + .pull-r,
  h6.dev-heading + .pull-r {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .dev-heading + .pull-r .dev-btn-sm,
  h1.dev-heading + .pull-r .dev-btn-sm,
  h2.dev-heading + .pull-r .dev-btn-sm,
  h3.dev-heading + .pull-r .dev-btn-sm,
  h4.dev-heading + .pull-r .dev-btn-sm,
  h5.dev-heading + .pull-r .dev-btn-sm,
  h6.dev-heading + .pull-r .dev-btn-sm {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 8px;
  }
  .dev-form {
    margin-bottom: 40px;
  }
}
@media (max-width: 980px) {
  .dev-home-banner-carousel .slick-dots li button {
    width: 18px;
  }

  .dev-main-placement .dev-placement-panel {
    font-size: 0.9rem;
  }
  .dev-main-placement .dev-placement-panel.dev-outer {
    padding: 10px 10px 2px 10px;
  }
  .dev-main-placement .dev-placement-panel .row.margin-bs {
    margin-bottom: 0;
  }
  .dev-main-placement .dev-placement-panel .dev-search-field input {
    padding: 0 10px;
    font-size: 0.8rem;
  }
  .dev-main-placement .dev-placement-panel .dev-btn {
    margin-bottom: 8px;
  }
  .dev-main-placement .dev-placement-panel .col-8,
  .dev-main-placement .dev-placement-panel .col-4 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  html {
    overflow-x: hidden;
  }
}
@media (max-width: 640px) {
  .dev-section-grid .item {
    text-align: left;
    min-height: 80px;
    margin-bottom: 5px;
  }
  .dev-section-grid .item a img:not([class="item-icon"]) {
    display: none;
  }
  .dev-section-grid .item .item-icon {
    margin: 0;
    max-height: 40px;
    max-width: 40px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
  }
  .dev-section-grid .item .caption-inner {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding-left: 60px;
  }
  .dev-home-enters .row .col-6 {
    width: 100%;
  }
  .dev-home-enters .row .col-6 img {
    margin: auto;
    position: relative;
  }
  .dev-shop-preview .col-4,
  .dev-shop-preview .col-5 {
    width: 100%;
  }
  .dev-home-album .row .col-4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .dev-home-album .row .col-4:last-of-type {
    margin-bottom: 0;
  }
  .dev-section-grid .col-4 {
    width: 100%;
  }
  .dev-catalog-carousel {
    font-size: 16px;
    padding: 25px 55px;
  }
  .dev-catalog-carousel:after {
    display: none;
  }
  .dev-catalog-carousel .item:after {
    display: none;
  }
  .dev-catalog-carousel ul {
    padding: 0;
  }
}
@media (max-width: 520px) {
  .footer__email {
    width: 150px;
  }

  [class*="col-"] {
    width: 100%;
  }
  .dev-tags a {
    display: block;
    width: 100%;
    margin: 0 0 8px 0;
  }
  .dev-section-title .dev-heading + .pull-r,
  .dev-section-title h1.dev-heading + .pull-r,
  .dev-section-title h2.dev-heading + .pull-r,
  .dev-section-title h3.dev-heading + .pull-r,
  .dev-section-title h4.dev-heading + .pull-r,
  .dev-section-title h5.dev-heading + .pull-r,
  .dev-section-title h6.dev-heading + .pull-r {
    width: 100%;
  }
  .dev-section-title .dev-heading + .pull-r .dev-btn-sm,
  .dev-section-title h1.dev-heading + .pull-r .dev-btn-sm,
  .dev-section-title h2.dev-heading + .pull-r .dev-btn-sm,
  .dev-section-title h3.dev-heading + .pull-r .dev-btn-sm,
  .dev-section-title h4.dev-heading + .pull-r .dev-btn-sm,
  .dev-section-title h5.dev-heading + .pull-r .dev-btn-sm,
  .dev-section-title h6.dev-heading + .pull-r .dev-btn-sm {
    min-width: 100%;
    margin: 0 0 8px 0;
    height: 50px;
    line-height: 46px;
    font-size: 1.3rem;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .dev-services-icons .dev-item {
    width: 50%;
  }
}
@media (min-width: 720px) {
  .dev-item-large {
    position: relative;
  }
  .dev-item-large.right .dev-item-name {
    right: 0;
    left: 400px;
  }
  .dev-item-large.right img {
    float: left;
  }
  .dev-item-large img {
    float: right;
    display: block;
    max-width: 400px;
  }
  .dev-item-large .dev-item-name {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 400px;
    left: 0;
  }
}
@media (min-width: 980px) {
  .dev-shop-map .dev-section-title {
    position: absolute;
    top: 0;
    left: 0;
  }
  .dev-services-icons .dev-item {
    text-align: center;
  }
  .dev-foot-address {
    bottom: auto;
    top: 50%;
    left: 50%;
    right: auto;
    max-width: 300px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    margin-left: -60px;
  }
}
@media (min-width: 1025px) {
  .dev-placement-map .dev-foot-address {
    margin-left: -175px;
    top: 420px;
  }
  .hidden-lg {
    display: none !important;
  }
  .dev-shop-detail {
    padding: 0 25px;
  }
  .dev-section-grid {
    padding-bottom: 80px;
  }
  .dev-section-grid .item .item-icon {
    -webkit-transform: none;
    transform: none;
    margin: 0 auto 15px auto;
  }
  .dev-section-grid .item .caption:before {
    content: " ";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    width: 140px;
    height: 140px;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .dev-info {
    padding: 0 60px 0 30px;
  }
  .dev-inner {
    padding: 60px 0;
  }
  .dev-home-news .dev-inner {
    padding: 0 0 80px 0;
  }
  .slick-dots {
    bottom: -60px;
  }
  html,
  body {
    font-size: 18px;
  }
  body.main-home main {
    padding-top: 0;
  }
  .dev-main-bar nav > ul > li {
    margin-left: 2px;
    position: relative;
  }
  .dev-main-bar nav > ul > li .dev-icon-caret {
    display: none;
  }
  .dev-main-bar nav > ul > li ul {
    z-index: -1;
    position: absolute;
    width: 260px;
    bottom: -15px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .dev-main-bar nav > ul > li ul:hover,
  .dev-main-bar nav > ul > li ul.active {
    opacity: 1;
    bottom: 0;
    visibility: visible;
  }
  .dev-main-bar nav > ul > li ul > li > a {
    padding: 0 30px;
  }
  .dev-logo {
    width: 170px;
  }
  .dev-home-carousel-outer {
    padding-left: 80px;
    padding-right: 80px;
  }
  .dev-home-carousel-wrap .container {
    background: url("../img/wall-gallery.png") no-repeat bottom center;
    background-size: contain;
  }
  .dev-home-carousel-inner {
    position: relative;
  }
  .dev-home-carousel-inner:before,
  .dev-home-carousel-inner:after {
    content: " ";
    display: block;
    position: absolute;
    width: 30px;
    height: 100%;
    bottom: 0;
  }
  .dev-home-carousel-inner:before {
    background: url("../img/shadow-gallery-left.png") no-repeat bottom left;
    background-size: contain;
    left: -30px;
  }
  .dev-home-carousel-inner:after {
    background: url("../img/shadow-gallery-right.png") no-repeat bottom left;
    background-size: contain;
    right: -30px;
  }
  .dev-search-field:after {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/icon-circle-arrow.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -15px;
    top: 9px;
  }
  .dev-main-placement {
    margin-bottom: 0;
  }
  .dev-main-placement .margin-min {
    margin-bottom: 8px;
  }
  .dev-main-placement .dev-section-info {
    max-width: 580px;
    float: right;
    margin: 0;
  }
  /*.dev-main-placement .dev-heading,*/
  /*.dev-main-placement h1.dev-heading,*/
  .dev-main-placement h2.dev-heading,
  .dev-main-placement h3.dev-heading,
  .dev-main-placement h4.dev-heading,
  .dev-main-placement h5.dev-heading,
  .dev-main-placement h6.dev-heading {
    line-height: 90px;
    float: left;
  }
  .dev-placement-result {
    position: absolute;
    right: 0;
    top: 340px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .dev-item-large .dev-item-name {
    font-size: 40px;
    padding: 60px 30px;
  }
  .dev-item-large .dev-item-name h1,
  .dev-item-large .dev-item-name h2,
  .dev-item-large .dev-item-name h3,
  .dev-item-large .dev-item-name h4,
  .dev-item-large .dev-item-name h5,
  .dev-item-large .dev-item-name h6 {
    font-size: 40px;
  }
}
@media (min-width: 1500px) {
  .dev-logo {
    width: 273px;
  }
  .dev-main-bar nav > ul > li > ul {
    font-size: 0.9em;
  }
  .container {
    max-width: 1260px;
  }
  .dev-item-detail h1,
  .dev-item-detail h2,
  .dev-item-detail h3,
  .dev-item-detail h4,
  .dev-item-detail h5,
  .dev-item-detail h6 {
    font-size: 18px;
    line-height: 1.1;
  }
  .dev-section-grid .item {
    font-size: 1.3rem;
  }
}
@media (max-width: 640px) {
  .dev-item-detail h1,
  .dev-item-detail h2,
  .dev-item-detail h3,
  .dev-item-detail h4,
  .dev-item-detail h5,
  .dev-item-detail h6 {
    font-size: 13px;
  }

  #mc_embed_signup {
    width: 100% !important;
    margin: 0 auto !important;
    /*left: 0px !important;*/
    top: 0 !important;
  }
  #mc_embed_signup .mc-field-title {
    font-size: 22px !important;
  }
  #mc_embed_signup .mc-field-note {
    font-size: 13px !important;
  }
  #mc_embed_signup input {
    width: 100% !important;
  }
}
.adp-warnbox {
  display: none;
}
/*Стили для формы popup*/
#mc-embedded-subscribe-form {
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
}
.mc_embed_signup_blackout {
  background: #000000 none repeat scroll 0 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
#mc_embed_signup {
  background: #007285 no-repeat scroll 0 0;
  left: -5000px;
  margin: -250px 0 0 -277px;
  padding: 65px 0px 0px 0px;
  position: fixed;
  top: 50%;
  width: 555px;
  z-index: 1000;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}
#mc_embed_signup_close {
  background: transparent url("../img/popup_close.png") repeat scroll 0 0;
  cursor: pointer;
  height: 21px;
  position: absolute;
  right: 13px;
  top: 22px;
  width: 21px;
  z-index: 2;
}
#mc_embed_signup_scroll {
  background: #ffffff repeat scroll 0 0;
  padding: 36px;
}
#mc_embed_signup .mc-field-title {
  color: #ffffff;
  font-size: 27px;
  /* font-weight: bold; */
  position: absolute;
  text-transform: uppercase;
  padding-left: 65px;
  top: 18px;
}
#mc_embed_signup .mc-field-note {
  text-align: center;
  color: #3c3c3c;
  font-size: 16px;
  margin: 0 0 35px 0;
}
#mc_embed_signup .mc-field-group input[type="text"],
#mc_embed_signup .mc-field-group input[type="email"] {
  background-color: #f3f3f3;
  border: 1px solid #d3d3d3;
  color: #3c3c3c;
  font-size: 16px;
  font-style: italic;
  margin: 0 0 25px;
  padding: 10px 20px;
  width: 440px;
}
#mc_embed_signup .mc-field-group input[type="text"].error,
#mc_embed_signup .mc-field-group input[type="email"].error {
  background-color: pink;
  border-color: red;
}
#mc_embed_signup .mc-field-group label {
  display: none;
}
#mc_embed_signup .clear {
  height: auto;
  overflow: visible;
  visibility: visible;
  width: auto;
  padding-top: 8px;
}
#mc_embed_signup .clear input[type="submit"] {
  background: #01d4f2 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
  text-shadow: none;
  text-transform: uppercase;
  width: 440px;
  height: 48px;
}
.a_white {
  color: white !important;
}
#dev-pp-subscribe {
  display: none;
}
.dev-pp-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.dev-pp-bottom.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.dev-pp-bottom .container {
  max-width: 1280px !important;
}
.dev-pp-wrap {
  background-color: #ffc30c;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-top: 36px;
}
.dev-pp-body {
  z-index: 1;
  position: relative;
  padding: 15px;
  opacity: 0;
  -webkit-transition: opacity 0.3s 300ms;
  transition: opacity 0.3s 300ms;
}
.dev-pp-body.active {
  opacity: 1;
}
.dev-pp-body form {
  margin: 0;
}
.dev-pp-body form input {
  display: block;
  height: 40px;
  border: none;
  padding: 0 20px;
  background-color: #fff;
  font-size: 18px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: 6px 0;
}
.dev-pp-body form input[type="submit"] {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  background-color: #0188de;
}
.dev-pp-body form input[type="submit"]:hover {
  background-color: #c13635;
}
.dev-pp-title {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  font-size: 1.5em;
  line-height: 1.25;
  letter-spacing: 0.048em;
  font-weight: 400;
  margin: 0;
}
.dev-pp-pict {
  position: absolute;
  bottom: 0;
  left: 40px;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 600ms 300ms ease-out, opacity 600ms 300ms;
  transition: transform 600ms 300ms ease-out, opacity 600ms 300ms;
}
.dev-pp-pict img {
  display: block;
}
.dev-pp-pict.active {
  opacity: 0.6;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dev-pp-foot {
  letter-spacing: 0.042em;
  padding: 4px 0;
  font-weight: 400;
  font-size: 10px;
  color: #946000;
  line-height: 1.15;
}
.dev-pp-foot a {
  color: #946000;
}
.dev-pp-foot a:hover {
  color: #fff;
}
.dev-pp-close {
  position: absolute;
  top: -30px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.dev-pp-close:before,
.dev-pp-close:after {
  content: " ";
  display: block;
  height: 1px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  top: 14px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dev-pp-close:after {
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dev-pp-close:hover {
  background-color: #0188de;
}
/*.dev-about-carousel.dev-arrows .slick-prev,*/
/*.dev-about-carousel.dev-arrows .slick-next {*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  opacity: 1;*/
/*  background-size: 50%;*/
/*}*/
/*.dev-about-carousel.dev-arrows .slick-dots {*/
/*  bottom: -20px;*/
/*}*/
/*.dev-about-carousel.dev-arrows .slick-prev {*/
/*  left: -40px;*/
/*}*/
/*.dev-about-carousel.dev-arrows .slick-next {*/
/*  right: -40px;*/
/*}*/
/*.dev-about-carousel.dev-arrows .slick-dots {*/
/*  bottom: 15px;*/
/*}*/
/*.dev-about-carousel.dev-arrows .slick-dots li {*/
/*  width: auto;*/
/*  height: auto;*/
/*}*/
/*.dev-about-carousel.dev-arrows .slick-dots li button {*/
/*  border-radius: 50%;*/
/*  -webkit-border-radius: 50%;*/
/*  -moz-border-radius: 50%;*/
/*  -o-border-radius: 50%;*/
/*  background-color: rgba(0, 0, 0, 0.2);*/
/*  width: 16px;*/
/*  height: 16px;*/
/*}*/
/*.dev-about-carousel.dev-arrows .slick-dots li button:before {*/
/*  position: relative;*/
/*  background-color: transparent;*/
/*  width: 6px;*/
/*  height: 6px;*/
/*}*/
/*.dev-about-carousel.dev-arrows .slick-dots li.slick-active button:before {*/
/*  background-color: #fff;*/
/*}*/
/*.dev-about-carousel.dev-arrows.slick-dotted.slick-slider {*/
/*  margin-bottom: 0;*/
/*}*/
/*@media (max-width: 1024px) {*/
/*  .dev-about-carousel.dev-arrows .slick-slide {*/
/*    position: relative;*/
/*    height: 200px;*/
/*    overflow: hidden;*/
/*  }*/
/*  .dev-about-carousel.dev-arrows .img-full {*/
/*    position: absolute;*/
/*    display: block;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    -webkit-transform: translateX(-50%);*/
/*    -moz-transform: translateX(-50%);*/
/*    -o-transform: translateX(-50%);*/
/*    top: 0;*/
/*    height: 360px;*/
/*    width: auto;*/
/*  }*/
/*}*/
/*@media (min-width: 1025px) {*/
/*  .dev-about-carousel.dev-arrows .slick-dots li button {*/
/*    width: 22px;*/
/*    height: 22px;*/
/*  }*/
/*  .dev-about-carousel.dev-arrows .slick-dots li button:before {*/
/*    width: 12px;*/
/*    height: 12px;*/
/*  }*/
/*}*/
@media (max-width: 1024px) {
  .dev-pp-bottom .container {
    padding-left: 0;
    padding-right: 0;
  }
  .dev-pp-bottom form {
    margin: 20px 0;
  }
  .dev-pp-body {
    text-align: center;
  }
}
@media (max-width: 480px) {
  #dev-pp-subscribe .dev-pp-pict {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .dev-pp-body {
    padding: 20px 40px;
    -webkit-transition: opacity 0.3s 900ms;
    transition: opacity 0.3s 900ms;
  }
}
@media (min-width: 641px) {
  .dev-pp-body form {
    width: 460px;
    margin: 20px auto 40px auto;
  }
  .dev-pp-body form:before,
  .dev-pp-body form:after {
    content: " ";
    display: table;
  }
  .dev-pp-body form:after {
    clear: both;
  }
  .dev-pp-body form input {
    float: left;
    margin: 0;
    width: 310px;
    max-width: 100%;
  }
  .dev-pp-body form input[type="submit"] {
    width: 150px;
  }
  .dev-pp-title {
    font-size: 2em;
  }
  .dev-pp-foot {
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .dev-pp-title {
    padding-left: 40px;
    height: 47px;
    line-height: 47px;
    font-size: 33px;
  }
  .dev-pp-pict {
    left: 0;
  }
  .dev-pp-pict.active {
    opacity: 1;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .dev-pp-close {
    top: 5px;
    right: 5px;
  }
  .dev-pp-body {
    height: 114px;
    margin-left: 455px;
    padding: 0;
  }
  .dev-pp-body form {
    width: 460px;
    margin: 0;
  }
}

.stepN {
  color: #1d1d1b;
}

.shar {
  background-image: none;
  background-color: #01a5ed;
  border-radius: 50%;
}

.bgButton {
  background-color: #00ceec !important;
}

.security-button {
  display: none;
}
  #page-up:hover {
    background: url("../img/arrow-up-invert.svg") no-repeat center center #ffffff;
    background-size: 20px;
    border-color: #cbff11;
    background-color: #addd00;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

#page-up {
  z-index: 300;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/arrow-up.svg") no-repeat center center #ffffff;
  background-size: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
  border: 3px solid #009fe3;
}
@media (min-width: 1025px) {
  #page-up {
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-size: 20px;
    border-width: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s ease-out, border-color 0.3s ease-out, background-color 0.3s ease-out;
    transition: transform 0.3s ease-out, border-color 0.3s ease-out, background-color 0.3s ease-out;
  }
}

/*new form style*/

.sp-field.sp-button-container .sp-button {
  width: 100%;
  height: 44px;
  vertical-align: middle;
  display: inline-block;
  background-color: #01d4f2 !Important;
  color: white;
  text-transform: uppercase;
  border: none;
  font-size: 15px;
  cursor: pointer;
  border-radius: 0;
  padding: 0 8px;
}

.sp-form.sp-form-regular {
  width: 100%;
  padding: 0;
  /*max-height: 44px;*/
  margin-bottom: 0;
}

.sp-form.sp-form-regular .sp-form-control  {
  width: 100%;
  height: 44px;
  padding-left: 2%;
  background: #fff;
  border: 2px solid white;
  vertical-align: middle;
  color: #000;
  border-radius: 0;
}

.sp-form.sp-form-regular .sp-field  {
  padding: 0;
}

.sp-form.sp-form-regular .sp-field.sp-field-full-width {
  display: none;
}

.sp-form.sp-form-regular .sp-field .sp-control-label {
  display: none;
}

.sp-form .sp-element-container .sp-field {
  width: 69%;
}

.sp-form .sp-element-container .sp-field.sp-button-container {
  width: 27%;
  margin-left: 12px;
}

.sp-form-control::placeholder {
  color: #fff;
}

.footer .subscription p {
  color: #fff;
  display: block;
  padding-left: 85px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.4;
}

.footer .subscription span {
  font-family: 'roboto' !important;
  display: inline-block;
  text-align: center !important;
  color: #ababab !important;
  font-size: 12px;
  max-width: 566px;
  line-height: 1.2;
}

.footer .subscription span a {
  color: #ababab !important;
}

.footer .sp-form .sp-element-container .sp-field.sp-button-container {
  width: 264px;
}

.footer .sp-field.sp-button-container .sp-button {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #28e3fe;
  height: 46px;
  transition: all 0.4s;
  font-weight: 400;
  font-size: 18px;
  text-transform: none;
}

.footer .sp-field.sp-button-container:hover .sp-button {
  background-color: #32f1fe !important;
  opacity: 1;
  top: 0px;
}

.footer .sp-link-wrapper.sp-brandname__left {
  display: none;
}

.footer .sp-form.sp-form-regular .sp-form-control {
  background-color: #017a8e;
  border: 2px solid #fff;
  height: 42px;
  padding: 0 20px;
  display: block;
  width: 100%;
  color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.footer .subscription > span,
.footer .subscription > span a {
  color: #2d6663 !important;
}

.footer .sp-form-fields-wrapper {
  position: relative;
}

.footer .subscription > span a:hover {
  color: #fff !important;
}

.footer .subscription a[href='/privacy/'] {
  font-size: 12px;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 10px;
}
.footer .subscription a[href='/privacy/']:hover {
  color: #fff !important;
}

.dev-pp-bottom .sp-form .sp-element-container .sp-field.sp-button-container {
  margin-left: 0;
}
.dev-pp-bottom .sp-message-success {
  margin: 0 !important;
  top: -11px;
  position: relative;
}

.dev-pp-bottom .sp-message-success p {
  font-size: 14px;
  max-width: 460px;
  color: #fff;
  line-height: 12px;
  margin: 0 !important;
}

.dev-pp-bottom .sp-message.sp-message-success > p:first-child {
  font-size:16px;
  color: #fff;
  margin: 0;
  line-height: 24px;
}

.footer .sp-message.sp-message-success p  {
  color: #fff;
}


@media (max-width: 1240px) {
  .footer .sp-form.sp-form-regular .sp-form-control {
    width: 100% !important;
    max-width: 100% !important;
  }

  .footer .sp-form-horizontal .sp-element-container {
    justify-content: space-between;
  }

  .footer .sp-form-horizontal .sp-element-container .sp-field.sp-button-container {
    width: 30%;
  }

  .sp-form-horizontal .sp-element-container .sp-field {
    flex: inherit !important;
  }

  .sp-form .sp-element-container .sp-field {
    width: 66%;
  }

  .sp-form .sp-element-container .sp-field.sp-button-container {
    margin-left: 0;
    width: 40%;
  }
}

@media (max-width: 850px) {
  .footer .sp-form .sp-element-container .sp-field {
    width: 100%;
    max-width: 100%;
  }

  .footer .sp-form-horizontal .sp-element-container .sp-field.sp-button-container {
    width: 100%;
    max-width: 100%;
  }

  .footer .subscription p {
    padding-left: 0;
  }

  .sp-form-horizontal .sp-element-container {
    flex-direction: column;
  }

  .sp-form .sp-element-container .sp-field.sp-button-container {
    align-self: center;
  }
}

@media (max-width: 440px) {
  .sp-form .sp-element-container .sp-field.sp-button-container .sp-button {
    padding: 0 4px;
    font-size: 12px;
  }
}

.dev-pp-bottom .sp-form-outer {
  height: 40px;
}

.dev-pp-bottom .sp-field.sp-button-container .sp-button {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  background-color: #0188de !important;
  font-size: 20px;
  min-width: 150px;
  height: 40px;
  font-weight: 400;
  text-transform: none;
}

.dev-pp-bottom .sp-field.sp-button-container .sp-button:hover {
  background-color: #F44128 !important;
  top: 0;
  color: #fff;
}

.dev-pp-bottom .sp-form.sp-form-regular .sp-form-control {
  height: 40px;
}

.dev-pp-bottom .sp-form-horizontal .sp-element-container .sp-field {
  max-width: 310px !important;
}

.dev-pp-bottom .sp-form.sp-form-regular .sp-form-control {
  width: 310px !important;
  padding: 0 20px;
}

.dev-pp-bottom .sp-form-fields-wrapper {
  width: 100%;
}

.dev-pp-bottom .sp-form.sp-form-regular .sp-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #858585;
}
.dev-pp-bottom .sp-form.sp-form-regular .sp-form-control::-moz-placeholder { /* Firefox 19+ */
  color: #858585;
}
.dev-pp-bottom .sp-form.sp-form-regular .sp-form-control:-ms-input-placeholder { /* IE 10+ */
  color: #858585;
}
.dev-pp-bottom .sp-form.sp-form-regular .sp-form-control:-moz-placeholder { /* Firefox 18- */
  color: #858585;
}

.dev-pp-bottom .sp-form-horizontal .sp-element-container .sp-field.sp-button-container {
  width: 100px;
}

@media (max-width: 1024px) {

  .dev-pp-bottom .sp-message-success {
    top: 0;
  }

  .dev-pp-bottom .sp-message.sp-message-success p  {
    margin: auto !important;
  }

  .dev-pp-bottom .sp-form-outer {
    height: 100%;
  }

  .dev-pp-bottom .sp-form-fields-wrapper {
    height: 70px;
  }
}

@media (max-width: 850px) {
  .dev-pp-bottom .sp-form-horizontal .sp-element-container .sp-field {
    width: 100%;
    max-width: 100% !important;
  }

  .dev-pp-bottom .sp-form-fields-wrapper {
    height: 100px;
  }

  .dev-pp-bottom .sp-form.sp-form-regular .sp-form-control {
    width: 100% !important;
  }

  .dev-pp-bottom .sp-form-horizontal .sp-element-container .sp-field.sp-button-container {
    width: 100%;
  }
}

.free-bus__block {
  display: flex;
  margin: 0 0 32px 0;
  height: 186px;
  border: 4px solid white;
  box-shadow:  0 0 20px rgba(0, 0, 0, 0.15);
}

.free-bus__block-img-wrapper {
  width: 178px;
  height: 178px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00ceec;
  min-width: 184px;
}

.free-bus__block-title {
  margin: 30px 0;
  font-size: 30px;
  font-weight: 600;
}

.free-bus__block-info {
  background-color: #dae9e9;
  /*padding: 0 80px;*/
  padding: 0 40px;
  width: 100%;
}

.free-bus__block-text {
  /*font-size: 24px;*/
  font-size: 20px;
  line-height: 1.2;
}

.how-to-get__map {
  position: relative;
}

.how-to-get__map img {
  width: 100%;
  max-width: 572px;
  margin: auto;
  display: block;
}

.how-to-get__map-header {
  background-color: rgba(0, 206, 236, 0.5);
  padding: 8px 0;
  position: absolute;
  width: 100%;
  box-shadow: 2px 20px 20px 0px lightgrey;
}

.how-to-get__map-header span {
  color: #fff;
  font-size: 24px;
  max-width: 400px;
  display: block;
  text-align: center;
  margin: auto;
}

.how-to-get__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.how-to-get__map,
.how-to-get__schedule {
  box-shadow:  0 0 20px rgba(0, 0, 0, 0.15);
  width: 49%;
  border: 12px solid white;
  background-color: #f3fcfd;
}

.how-to-get__schedule-weekdays {
  display: flex;
  justify-content: space-between;
}

.how-to-get__schedule-weekdays ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 49%;
}

.how-to-get__schedule ul li {
  width: 100%;
  display: flex;
  justify-content: space-around;
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 1.389;
  text-align: center;
}

.how-to-get__schedule ul li span {
  min-width: 40.05px;
}


.how-to-get__schedule ul li:nth-of-type(1) {
  margin-top: 16px;
}

.how-to-get__schedule-header {
  background-color: #01d4f2;
  color: #fff;
  height: 80px;
  padding: 8px 0;
}

.how-to-get__schedule-header span {
  font-size: 24px;
  display: block;
  text-align: center;
  margin: auto;
}



@media (max-width: 1512px) {
  .free-bus__block-title {
    margin: 16px 0;
    font-size: 26px;
  }

  .free-bus__block-text {
    font-size: 22px;
  }

  .how-to-get__schedule-header span,
  .how-to-get__map-header span{
    font-size: 22px;
  }

  .how-to-get__map-header {
    position: relative;

  }

  .how-to-get__schedule ul li {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .how-to-get__map img {
    width: 100%;
  }

  .free-bus__block-info {
    padding-left: 12px;
  }

  .how-to-get__wrapper {
    flex-wrap: wrap;
  }

  .how-to-get__map,
  .how-to-get__schedule {
    margin-bottom: 32px;
    width: 100%;
  }

  .how-to-get__schedule {
    margin-bottom: 0;
  }

  .how-to-get__schedule ul li {
    font-size: 18px;
  }

  .how-to-get__schedule-header span,
  .how-to-get__map-header span{
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .free-bus__block-img-wrapper {
    width: 100%;
  }

  .free-bus__block {
    flex-wrap: wrap;
    height: auto;
  }
}

@media (max-width: 564px) {
  .how-to-get__schedule-header span,
  .how-to-get__map-header span{
    font-size: 18px;
  }

  .free-bus__block-title {
    font-size: 21px;
  }

  .free-bus__block-info {
    padding: 0 8px;
  }

  .free-bus__block-text {
    font-size: 16px;
    line-height: 22px;
  }

  .how-to-get__schedule-weekdays ul {
    width: 46%;
  }

  .how-to-get__schedule ul li {
    font-size: 16px;
  }

  .how-to-get__schedule-header {
    height: auto;
    padding: 0 8px;
  }
}

#dev-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: none;
  z-index: 999;
  background-color: rgba(73, 73, 73, 0.6);
}
#dev-modal-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: none;
  height: 90px;
  z-index: 9999;
  padding: 0 16px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.dev-close {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/icon-close.svg") no-repeat center transparent;
  background-size: 15px;
  border: none;
  opacity: 0.2;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}
.dev-close:hover {
  opacity: 0.6;
}
.dev-modal-panel-inner {
  max-width: 720px;
  position: relative;
  margin: 25px auto;
}
.dev-modal-panel-inner .dev-close {
  position: absolute;
  top: 0;
  right: -50px;
}
.dev-search-submit {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
}
.dev-search-submit input {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  padding: 0;
  color: transparent;
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.dev-search-submit:hover {
  opacity: 1;
}
.dev-search-submit [class*="dev-icon-"] {
  width: 40px;
  height: 40px;
  margin-right: 0;
  margin-left: 0;
}
.dev-search-stroke {
  margin-right: 65px;
}
.dev-search-stroke input {
  width: 100%;
  display: block;
  padding: 5px 30px;
  background-color: #ffffff;
  position: relative;
  font-size: 1.1rem;
  border: none;
  border-bottom: 2px solid #f2a052;
  height: 40px;
}
.dev-search-stroke input:focus {
  border-color: #de4b55;
}
.dev-icon-search {
  background: url('../img/icon-search-2.png') no-repeat 0 0 transparent;
  -webkit-background-size: auto 40px;
  background-size: auto 40px;
}
.dev-search-submit:hover [class*="dev-icon-"] {
  background-position: -40px 0;
}
.dev-search-submit:hover {
  opacity: 1;
}
.dev-search-stroke {
  margin-right: 65px;
}

/*search-shop*/

.search-shop {
  display: flex;
  flex-direction: column;
  padding-top: 31px;

  font-family: "GothamPro", "Arial", sans-serif;

  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.search-shop__caption {
  margin: 0 0 52px;
  padding: 0 25px;

  font-size: 48px;
  font-family: "GothamPro", "Arial", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.search-shop__list-block {
  max-height: 280px;
  overflow-y: auto;
}

.search-shop__list {
  list-style: none;
  margin: 0;
  padding: 0 25px;
  columns: 2;
}

.search-shop__item {
  margin-bottom: 10px;
  line-height: 1.1;
}

.search-shop__link {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.search-shop__link:hover {
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}

.search-shop__bottom-link {
  display: flex;
  margin-top: auto;
}

.search-shop__bottom-link a {
  flex: 0 0 50%;
  display: block;
  padding: 15px 0;

  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  text-align: center;

  border-bottom: 1px solid #000000;
}

.search-shop__bottom-link a:hover {
  cursor: pointer;

  color: #ffffff;

  border-bottom: 1px solid #ef3f44;
  background-color: #ef3f44;
}

@media (max-width: 768px) {
  .search-shop {
    padding-top: 28px;

    /*border-left: none;*/
    /*border-right: none;*/
  }

  .search-shop__list {
    padding: 0 50px;
    columns: initial;
  }

  .search-shop__item {
    margin-bottom: 15px;
  }

  .search-shop__link {
    font-size: 21px;
  }

  .search-shop__bottom-link {
    margin-top: 25px;
  }
}

@media (max-width: 576px) {
  .search-shop__caption {
    margin: 0 0 13px;
    padding: 0;

    font-size: 32px;
    text-align: center;
  }

  .search-shop__list-block {
    max-height: 180px;
  }
}

/*main-grid*/

.main-grid {
  margin-top: 42px;
}

.main-grid .dev-item-base {
  margin-bottom: 0;
}

.main-grid__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.main-grid__two-columns {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.main-grid__top-link {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;

  display: block;
  margin-bottom: -17px;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  font-family: "GothamPro", "Arial", sans-serif;
  color: #000000;
  text-decoration: none;
}

.main-grid__top-link:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .main-grid__row {
    display: flex;
    flex-direction: column;
  }

  .main-grid__top-link {
    order: 2;
    margin: 17px 0 26px;
    text-align: center;
  }

  .dev-item-base a {
    display: flex;
  }

  .main-grid .dev-item-base-preview {
    flex: 0 0 45%;
  }

  .dev-item-detail {
    flex: 0 0 55%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .main-grid__two-columns {
    order: 2;
    /*margin: 0 -28px;*/
    /*width: calc(100% + 56px);*/
  }
}

@media (max-width: 576px) {
  .main-grid {
    margin-top: 27px;
    padding: 0 13px;
  }
}

/*main-article*/

.main-article {
  margin: 20px 0 26px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;

  font-family: "GothamPro", "Arial", sans-serif;
}

.main-article__item {
  position: relative;
  min-height: 485px;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main-article__item--flip {
  -webkit-perspective: 1000px;
  perspective: 1000px;

  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main-article__item:not(.main-article__item--flip) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 30px;
}

.main-article__item .dev-drop-list{
  padding: 0;
  margin-top: 15px;
}

.main-article__item:nth-child(even)::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

  opacity: 0.55;
  background-color: #73718a;
}

.main-article__item:nth-child(odd)::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

  opacity: 0.55;
  background-color: #ef3f44;
}

.main-article h3 {
  position: relative;
  margin: 0 0 25px;

  color: #ffffff;
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
}

.main-article__link {
  position: relative;
  width: 200px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;

  font-size: 18px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  font-family: "GothamPro", "Arial", sans-serif;

  background-color: #ffffff;
  border-radius: 16px;
  border: none;
}

.main-article__link:hover {
  cursor: pointer;
  color: #0669bf;
  text-decoration: underline;
}

.main-article__wrapper {
  position: relative;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.main-article__front {
  padding: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-article__back {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  color: #000000;
  background-color: #ffffff;
  will-change: transform;
  width: 100%;
  height: 100%;
  padding: 30px 16px 30px 82px;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main-article__back ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-article__back li {
  position: relative;
  margin: 0 0 34px 0;

  font-size: 14px;
  line-height: 1.1;
}

.main-article__date-list li {
  margin-bottom: 18px;
}

.main-article__img-item {
  display: block;
  position: absolute;
  top: 0;
  right: 102%;

  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-article__item--flip-back .main-article__wrapper {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media (max-width: 1360px) {
  .main-article h3 {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  .main-article  {
    display: block;
    padding: 0 14px;
  }

  .main-article h3 {
    font-size: 44px;
  }

  .main-article__item {
    min-height: 370px;
    margin-bottom: 19px;

    letter-spacing: 0.03em;
    line-height: 1.1;
  }

  .main-article__item:not(.main-article__item--flip) {
    padding: 27px 39px;
  }

  .main-article__back,
  .main-article__front {
    min-height: 370px;

    overflow-y: auto;
  }

  .main-article__back li {
    margin: 0 0 6px 0;

    font-size: 14px;
    line-height: 1.2;
  }
}

@media (max-width: 576px) {
  .main-article__item {
    min-height: 270px;
  }

  .main-article__back,
  .main-article__front {
    min-height: 270px;
  }
}

/*select*/

.select {
  position: relative; }
.select.active .select__list {
  display: block; }
.select.active .select__value::before {
  -webkit-transform: translateY(20%) rotate(225deg);
  transform: translateY(20%) rotate(225deg);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.select__value {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 56px 10px 12px;
  width: 100%;
  height: 100%;
  font-family: "GothamPro", "Arial", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #000000; }
.select__value:hover, .select__value:focus, .select__value:active {
  cursor: pointer;
  opacity: 0.6; }
@media screen and (max-width: 1024px) {
  .select__value {
    font-size: 18px;
    padding: 18px 20px 19px 16px;
  }
}
.select__value::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 40%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: block;
  height: 15px;
  width: 15px;
  border-bottom: 1px solid #ef3f44;
  border-right: 1px solid #ef3f44;
}
@media screen and (max-width: 1024px) {
  .select__value::before {
    right: 20px;
  }
}

.select__list {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  background-color: #ffffff;
  overflow-y: auto;
  max-height: 400px;
}

@media screen and (max-width: 768px) {
  .select__list {
    max-height: 250px;
  }
}

.select__item {
  display: block;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 1;
  font-family: "GothamPro", "Arial", sans-serif;
  font-weight: 400;
  color: #000000; }
.select__item:hover, .select__item:focus, .select__item:active {
  cursor: pointer;
  opacity: 0.6; }
@media screen and (max-width: 1024px) {
  .select__item {
    font-size: 18px; } }
.select__item.active {
  text-decoration: underline; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

/*filter*/

.filter {
  display: flex;
  align-items: center;
  margin-bottom: 104px;

  border: 1px solid #000000;
}

.filter__select {
  flex: 0 0 auto;
  position: relative;
}

.filter__btn {
  flex: 0 0 auto;
  position: relative;
  padding: 10px 13px;

  font-size: 14px;
  font-weight: 400;
  color: #000000;
  font-family: "GothamPro", "Arial", serif;

  outline: none;
  border: none;
  background: none;
}

.filter__btn.active {
  color: #ef3f44;
}

.filter__select::after,
.filter__input::after,
.filter__btn::after {
  content: "";

  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

  display: block;
  width: 1px;
  height: 27px;

  background-color: #000000;
}

.filter__btn:hover::after,
.filter__btn:hover {
  cursor: pointer;

  opacity: 0.8;
}

.filter__btn[type="reset"]::after {
  display: none;
}

.filter__btn[type="reset"] img {
  margin-left: 29px;
  margin-right: 14px;
  vertical-align: middle;
}

.filter__input {
  flex: 1 0 auto;
  position: relative;

  display: block;
}

.filter__input input {
  display: block;
  width: 100%;
  padding: 10px 35px 10px 12px;

  font-size: 14px;
  font-weight: 400;
  color: #000000;
  font-family: "GothamPro", "Arial", serif;

  border: none;
}

.filter__input img {
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}

.filter__input + .filter__select {
  flex: 0 0 255px;
}

.filter__select + .filter__btn {
  padding: 10px 26px 10px 23px;
}

@media screen and (max-width: 1440px) {
  .filter {
    margin-bottom: 50px;
  }

  .filter__btn {
    padding: 10px 7px;
  }

  .filter__select + .filter__btn {
    padding: 10px 7px;
  }

  .filter__input + .filter__select {
    flex-basis: 220px;
  }

  .filter__btn[type="reset"] img {
    margin-left: 10px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .filter__btn,
  .filter__select::after,
  .filter__input::after,
  .filter__btn::after {
    display: none;
  }

  .filter__btn:hover {
    opacity: 1;
  }

  .filter__btn.js-toggle-filter-map {
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 5px;
    width: 50%;
    height: 50px;

    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.5);
  }

  .filter__btn[type="reset"] {
    position: fixed;
    z-index: 2;
    bottom: 0;
    right: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 5px;
    width: 50%;
    height: 50px;

    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.5);
    border-left: none;
  }

  .filter {
    display: block;
    padding: 0 15px;

    border: none;
  }

  .filter__input {
    margin-bottom: 7px;
  }

  .filter__select {
    margin-bottom: 7px;
  }

  .filter__select .select__value {
    border: 1px solid #000000;
  }

  .filter__select + .filter__btn {
    display: block;
    padding: 18px 45px 18px 18px;
    width: 100%;

    text-align: left;
    color: #ffffff;
    font-size: 18px;

    background-color: #0266ef;
  }

  .filter__select + .filter__btn::before {
    content: "";
    position: absolute;
    right: 22px;
    top: 40%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: block;
    height: 15px;
    width: 15px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }

  .filter__select + .filter__btn.active::before {
    -webkit-transform: translateY(20%) rotate(225deg);
    transform: translateY(20%) rotate(225deg);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  .filter__input input {
    padding: 17px 35px 17px 17px;

    font-size: 18px;

    border: 1px solid #000000;
  }
}

/*shops-grid*/

.shops-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;

  font-family: "GothamPro", "Arial", serif;
}

.shops-grid__item {
  display: block;
  padding: 25px 35px;

  text-decoration: none;

  border: 1px solid #000000;
}

.shops-grid__item:hover {
  text-decoration: none;
}

.shops-grid__img {
  width: 100%;
  height: 160px;
  display: block;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.shops-grid__img img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.shops-grid__item p {
  margin: 0;

  font-size: 12px;
  line-height: 1.3;
  color: #000000;
  font-weight: 400;
  text-align: justify;
}

.shops-grid__letter {
  display: none;
}

@media screen and (max-width: 1280px) {
  .shops-grid__item {
    padding: 14px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .shops-grid {
    padding: 0 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .shops-grid__letter {
    display: block;
    grid-column: 1/4;

    font-size: 30px;
    line-height: 1;
  }
}

@media screen and (max-width: 900px) {
  .shops-grid {
    grid-template-columns: 1fr 1fr;
  }
  .shops-grid__item {
    padding: 8px;
  }

  .shops-grid__letter {
    grid-column: 1/3;
  }

  .shops-grid__item p {
    display: none;
  }

  .shops-grid__img {
    margin-bottom: 0;

    height: 108px;
  }
}

/*one-card*/

.one-card {
  font-family: "GothamPro", "Arial", serif;
}

.dev-shop-map + .one-card {
  margin-top: 50px;
}

.one-card__row {
  display: flex;
  padding: 28px 30px;
  max-width: 100%;
  margin-bottom: 100px;

  border: 1px solid #000000;
}

.one-card .dev-heading,
.one-card .dev-heading-base {
  margin-bottom: 27px;

  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.one-card p, .one-card .dev-shop-detail {
  margin-bottom: 20px;

  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}
.one-card p br {
  /*display: none;*/
}


.one-card p i {
  margin-right: 12px;
  margin-left: 0;

  font-size: 24px;
  vertical-align: bottom;
}

.one-card .dev-shop-detail {
  padding: 0 70px;
}

.one-card__logo {
  flex: 0 0 400px;
  height: 400px;
}

.one-card__logo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.one-card__text-column {
  flex: 1 1 auto;
}

.one-card__right-column {
  flex: 0 0 245px;
  max-width: 245px;
}

.one-card__right-column a {
  text-decoration: none;
  color: #000000;
}

.one-card__shop-logo {
  width: 100%;
  height: 245px;
  margin-bottom: 33px;
}

.one-card__shop-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.one-card__link-row {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

/*.one-card__link-row .ellipsis img {*/
/*  vertical-align: top;*/
/*}*/

.one-card--novosti .one-card__link-row {
  display: flex;
  align-items: center;
}

.one-card--novosti .one-card__link-row .ellipsis {
  font-size: 0;
}

.one-card__link {
  display: block;
  /*margin-right: 22px;*/
  padding: 4px 22px;

  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
  text-align: center;

  border: 1px solid #000000;
}

.one-card__link + .one-card__link-world {
  margin-left: 18px;
}

.one-card__link-world {
  max-width: 100%;
  display: block;

  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  color: #3d3d3d;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.one-card__link-world img {
  display: inline;
  vertical-align: sub;
  margin-right: 8px;
  margin-left: 0px;
}

.one-card .dev-btn-default {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1280px) {
  .one-card__logo {
    flex: 0 0 310px;
    height: 310px;
  }

  .one-card__right-column {
    flex: 0 0 170px;
    max-width: 170px;
  }

  .one-card__shop-logo {
    height: 90px;
  }

  .one-card__link-row {
    display: block;
  }

  .one-card__link {
    padding: 7px;

    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .one-card__row {
    display: block;
    padding: 25px;
  }

  .one-card__right-column {
    max-width: 100%;
  }

  .one-card__logo {
    margin: 0 auto 25px;
    width: 310px;
    max-width: 100%;
  }

  .one-card__shop-logo {
    height: 150px;
  }

  .one-card__link {
    max-width: 100%;
    width: 180px;
  }

  .one-card .dev-shop-detail {
    padding: 0 10px;
  }
}

@media screen and (max-width: 576px) {
  .one-card__row {
    padding: 0 16px;

    border: none;
  }

  .one-card__link + .one-card__link-world {
    margin-left: 0;
  }

  .one-card--novosti .one-card__link-row {
    display: block;
  }

  .one-card__logo {
    margin-bottom: 48px;
  }

  .one-card .dev-shop-detail {
    padding: 0;
  }

  .one-card .dev-heading,
  .one-card .dev-heading-base {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .one-card p {
    margin-bottom: 18px;

    /*font-size: 18px;*/
  }

  .one-card__shop-logo {
    height: 130px;
  }

  .one-card__link-row {
    /*display: flex;*/
    /*display: block;*/
    /*margin-top: 51px;*/
  }

  .one-card__link {
    width: 211px;
    padding: 5px 7px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 0;
    /*margin-right: 40px;*/

    font-size: 19px;
  }

  .one-card__link-world img {
    margin-left: 0;
  }

  .one-card__link-world {
    margin-top: -9px;
  }
}

/*categories-slider*/

.categories-slider {
  margin-top: 88px;

  font-family: "GothamPro", "Arial", serif;
}

.categories-slider__slider {
  padding: 0 120px;
}

.categories-slider__item {
  display: block;
  padding: 25px 40px;
  margin: 0 24px;
  min-height: 300px;

  text-decoration: none;

  border: 1px solid #000000;
}

.categories-slider__item:hover {
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  .categories-slider__item {
    min-height: 220px;
  }
}

.categories-slider__img {
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
}

.categories-slider__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.categories-slider__text {
  margin: 0;

  font-size: 12px;
  line-height: 1.1;
  font-weight: 400;
  color: #000000;
}

.categories-slider .slick-prev,
.categories-slider .slick-next {
  width: 20px;
  height: 65px;
  z-index: 1;
}

.categories-slider .slick-next {
  right: 25px;
}

.categories-slider .slick-next::before {
  content: url("../img/icon-right-slider-red.png");
  display: block;
  height: 100%;
  width: 100%;

  opacity: 1;
}

.categories-slider .slick-prev {
  left: 25px;
}

.categories-slider .slick-prev::before {
  content: url("../img/icon-left-slider-red.png");
  display: block;
  height: 100%;
  width: 100%;

  opacity: 1;
}

.categories-slider__caption {
  margin: 0;
  margin-bottom: 45px;

  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 1280px) {
  .categories-slider__item {
    margin: 0 10px;
    padding: 15px;
  }

  .categories-slider .slick-prev {
    left: 0;
  }

  .categories-slider .slick-next {
    right: 0;
  }

  .categories-slider__slider {
    padding: 0 20px;
  }

  .categories-slider__caption {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .categories-slider__img {
    height: 120px;
  }
}

/*about*/

.about--food .about__dev-outer {
  margin-top: 90px;
}

.about {
  padding: 67px;

  font-family: "GothamPro", "Arial", sans-serif;

  border: 1px solid #000000;
}

.about .slick-slide {
  height: 628px;
}

.about .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .dev-home-banner-wrap {
  margin-bottom: 25px;
}

.about .dev-outer {
  padding: 0;

  font-size: 14px;
  line-height: 1.1;
  text-align: justify;
}

.about .dev-outer p {
  margin-bottom: 20px;
}

.about__icon-row {
  margin: 65px 25px 100px;

  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 40px 0;
}

.about__icon-item {
  flex: 0 0 calc(100% / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about__icon-item img {
  display: block;
  margin-bottom: 20px;
}

.about__icon-item p {
  margin: 0;

  text-align: center;
  line-height: 1.21;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .about__icon-item {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (max-width: 576px) {
  .about--food .about__dev-outer {
    margin-top: 30px;
  }

  .about {
    padding: 0 16px;

    border: none;
  }

  .about__icon-item {
    flex: 0 0 100%;
  }

  .about .slick-slide {
    height: 379px;
  }

  .about .dev-home-banner-wrap {
    margin-bottom: 50px;
  }
}

/*contacts*/

.contacts {
  margin-top: 31px;

  font-family: "GothamPro", "Arial", sans-serif;
}

.contacts__row {
  display: grid;
  grid-template-columns: 1fr 520px;
}

.contacts .dev-info {
  padding: 0 105px 0 0;
}

.contacts .dev-info p {
  margin-bottom: 24px;

  font-weight: 400;
  line-height: 1.2;
}

.contacts .dev-info b {
  display: block;
  font-weight: 700;
}

.contacts .dev-info a {
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
}

.contacts .dev-info a:hover {
  cursor: pointer;
  opacity: 0.8;
  text-decoration: underline;
}

.contacts__caption {
  margin: 0 0 10px;

  font-weight: 400;
  font-size: 30px;
}
.contacts .dev-form-group input:not([class*="dev-btn"]),
.contacts .dev-form-group input:not([class="dev-add-file-inp"]) {
  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1;

  border: 1px solid #777777;
  box-shadow: none;
}

.contacts .file-upload > span {
  height: auto;
  padding: 12px 5px;
  max-height: none;

  line-height: 1;
}

.contacts .dev-form-group textarea {
  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 16px;

  height: 60px;

  border: 1px solid #777777;
  box-shadow: none;
}

.contacts .dev-outer input {
  height: 42px;
}

.contacts .file-upload {
  flex: 0 0 210px;
  margin-right: 105px;
  padding: 0;

  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 16px;
  color: #000000 !important;
  font-weight: 400;
  line-height: 1;

  border: 1px solid #000000;
  background: none;
}

.contacts .icon-file-upload {
  display: none;
}

.contacts .dev-btn-success {
  font-family: "GothamPro", "Arial", sans-serif;
  font-size: 16px;

  text-transform: initial;

  background: #ef3f44;
}

.contacts__label-row {
  display: flex;
  align-items: center;
}

.contacts__checkbox-text {
  font-size: 16px;
  line-height: 1.1;
  color: #000000;
}

.contacts__checkbox-text a {
  text-decoration: underline;
  color: #000000;
  white-space: nowrap;
}

.contacts__checkbox-text a:hover {
  cursor: pointer;
  opacity: 0.8;
}

.contacts__checkbox {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;

  border: 1px solid #777777;
}

.contacts__checkbox:hover {
  cursor: pointer;
  opacity: 0.8;
}

.contacts__checkbox-label input:checked + .contacts__checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  width: 12px;
  height: 12px;

  background: #0065ef;
}

.contacts__checkbox-label {
  margin-right: 14px;
}

.contacts__checkbox-row {
  margin: 26px 0;
  display: flex;
  align-items: center;
}

.contacts .dev-outer {
  flex: 0 0 230px;
  padding: 0;
}

.contacts .dev-form-group {
  margin-bottom: 11px;
}

.contacts .feedback_type {
  display: flex;
  align-items: center;
  gap: 52px;
  margin-bottom: 11px;
}

.contacts .feedback_type label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1;
}

.contacts .feedback_type input {
  margin: 0;

  accent-color: #ef3f44;
}

@media screen and (max-width: 1024px) {
  .contacts__row {
    display: block;
  }

  .contacts__column-text {
    margin-bottom: 55px;
  }

  .contacts__caption {
    margin-bottom: 37px;
  }
}

@media screen and (max-width: 576px) {
  .contacts {
    padding: 0;
  }
  .contacts__label-row {
    display: block;
    margin: 0 53px;
  }

  .contacts .file-upload {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .contacts .dev-info p {
    margin-bottom: 15px;
  }

  .contacts__checkbox-row {
    margin-bottom: 30px 0 31px;
  }

  .contacts .file-upload {
    font-size: 18px;
  }

  .contacts .file-upload > span {
    padding: 15px 5px;
  }

  .contacts .dev-outer input {
    height: 50px;

    font-size: 18px;
  }
}

/*news-bottom*/

.news-bottom__caption {
  margin-bottom: 11px;

  font-size: 18px;
}

/*maps-list*/

/*#maps-list {*/
/*  margin: 150px 0;*/
/*}*/

/*@media screen and (max-width: 979px) {*/
/*  #maps-list {*/
/*    margin: 50px 0;*/
/*  }*/
/*}*/

/*главный слайдер*/

.dev-home-banner-carousel .slick-prev,
.dev-home-banner-carousel .slick-next {
  width: 20px;
  height: 65px;
  z-index: 1;
}

.slick-next {
  right: 25px;
}

.slick-next::before {
  content: url("../img/icon-right-slider.png");
  display: block;
  height: 100%;
  width: 100%;

  opacity: 1;
}

.slick-prev {
  left: 25px;
}

.slick-prev::before {
  content: url("../img/icon-left-slider.png");
  display: block;
  height: 100%;
  width: 100%;

  opacity: 1;
}

@media (max-width: 576px) {
  .dev-home-banner-carousel .slick-prev,
  .dev-home-banner-carousel .slick-next {
    display: none !important;
  }
}