.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/*! 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;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  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);
  -webkit-border-radius: 15px;
  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*/
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?52627141');
  src: url('../font/fontello.eot?52627141#iefix') format('embedded-opentype'), url('../font/fontello.woff2?52627141') format('woff2'), url('../font/fontello.woff?52627141') format('woff'), url('../font/fontello.ttf?52627141') format('truetype'), url('../font/fontello.svg?52627141#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?52627141#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-phone-i:before {
  content: '\e800';
}
/* '' */
.icon-search-i:before {
  content: '\e801';
}
/* '' */
.icon-truck:before {
  content: '\e804';
}
/* '' */
.icon-location:before {
  content: '\e805';
}
/* '' */
.icon-globe:before {
  content: '\e806';
}
/* '' */
.icon-mail-alt:before {
  content: '\e807';
}
/* '' */
.icon-vkontakte-i:before {
  content: '\e808';
}
/* '' */
.icon-twitter:before {
  content: '\e809';
}
/* '' */
.icon-right-open:before {
  content: '\e80a';
}
/* '' */
.icon-left-open:before {
  content: '\e80b';
}
/* '' */
.icon-down-open1:before {
  content: '\e80c';
}
.icon-down-open {
 display: none;	
}
/* '' */
.icon-list-bullet:before {
  content: '\f0ca';
}
/* '' */
.icon-rocket:before {
  content: '\f135';
}
/* '' */
.icon-calc:before {
  content: '\f1ec';
}
/* '' */
.icon-facebook-squared:before {
  content: '\f308';
}
/* '' */
.icon-instagram:before {
  content: '\f32d';
}
/* '' */
@font-face {
  font-family: 'opensans';
  src: url('../font/opensans.woff2') format('woff2'), url('../font/opensans.woff') format('woff'), url('../font/opensans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'opensans';
  src: url('../font/opensanslight.woff2') format('woff2'), url('../font/opensanslight.woff') format('woff'), url('../font/opensanslight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'opensans';
  src: url('../font/opensanssemibold.woff2') format('woff2'), url('../font/opensanssemibold.woff') format('woff'), url('../font/opensanssemibold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'opensans';
  src: url('../font/opensansbold.woff2') format('woff2'), url('../font/opensansbold.woff') format('woff'), url('../font/opensansbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  overflow-x: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 17px;
}
body {
  font-family: 'opensans', sans-serif;
  color: #2d2d2d;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fff;
  overflow: hidden;
  min-width: 320px;
  line-height: 1.4;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
a {
  color: #ee1c24;
  text-decoration: none;
}
a:focus,
a:active {
  outline: none;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
input,
button,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
::-moz-placeholder {
  font-family: 'opensans', sans-serif;
  font-size: 20px;
  color: #929292;
}
:-ms-input-placeholder {
  font-family: 'opensans', sans-serif;
  font-size: 20px;
  color: #929292;
}
::-webkit-input-placeholder {
  font-family: 'opensans', sans-serif;
  font-size: 20px;
  color: #929292;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
input[disabled] {
  cursor: default;
}
img {
  border: 0;
  max-width: 100%;
}
ul {
  list-style: none;
}
.container {
  position: relative;
}
.row:after,
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
  clear: both;
}
/* header */
.head {
  margin-bottom: 1px;
  background: #373737;
  color: #fff;
  padding: 10px 0;
}
.head-row {
  text-align: center;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px -10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.head-col {
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 10px;
  text-align: left;
}
.map-modal-link {
  color: inherit;
  text-decoration: underline;
  white-space: nowrap;
}
.map-modal-link:hover {
  text-decoration: none;
}
.head-blocks {
  font-size: 0;
  margin: 0 -10px -10px;
}
.head-block {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 10px;
  font-size: 14px;
}
.head-block a {
  color: inherit;
  white-space: nowrap;
}
.head-block a b {
  font-weight: 500;
}
.search {
  position: relative;
  width: 175px;
  height: 30px;
}
.search-input {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: inside 0 2px 6px #cecbcb;
          box-shadow: inside 0 2px 6px #cecbcb;
  padding: 0 30px 0 10px;
  font-size: 14px;
  color: #2d2d2d;
}
.search-input::-moz-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: #8d8d8d;
}
.search-input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: #8d8d8d;
}
.search-input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 14px;
  color: #8d8d8d;
}
.search-submit {
  border: 0;
  background: none;
  position: absolute;
  right: 6px;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #0e74bc;
}
.btn-recall {
  width: 145px;
  height: 30px;
  background: #ffd800;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border: 0;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  line-height: 1;
}
.btn-recall:hover {
  background: #72da4e;
}
.header {
  padding: 15px 0;
  background: #0e74bc;
}
.header-row {
  margin: 0 -15px -15px;
  font-size: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-col {
  display: inline-block;
  text-align: left;
  font-size: 1rem;
  vertical-align: middle;
  padding: 0 15px 15px;
}
.header-col-logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.logo {
  white-space: nowrap;
  font-size: 0;
  color: #fff;
}
.logo img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.logo-text {
  display: inline-block;
  vertical-align: middle;
}
.logo-title {
  display: block;
  font-size: 40px;
  font-weight: 700;
  border-bottom: solid 1px #fff;
  margin-bottom: 5px;
  line-height: 1;
  font-variant: small-caps;
}
.logo-desc {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}
.header-menu {
  margin: 0 -10px -10px;
  font-size: 0;
  font-weight: 500;
}
.header-menu > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 10px;
  position: relative;
  font-size: 1rem;
}
.header-menu > li > a {
  color: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  text-transform: uppercase;
}
.header-menu > li.active > a,
.header-menu > li > a:hover {
  color: #8fd1ff;
}
.header-menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.header-menu > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 280px;
  background: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 20px 15px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  visibility: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  z-index: 6;
}
.header-menu > li > ul:before {
  content: '';
  position: absolute;
  left: 15px;
  bottom: 100%;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px #fff;
}
.header-menu > li > ul a {
  color: #6b6b6b;
  padding-left: 10px;
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  text-decoration: underline;
}
.header-menu > li > ul a:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  top: .6em;
  background: #6b6b6b;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.header-menu > li > ul li.active a,
.header-menu > li > ul a:hover {
  color: #ee1c24;
}
.header-menu > li > ul li.active a:before,
.header-menu > li > ul a:hover:before {
  background: #ee1c24;
}
.header-menu > li > ul li + li {
  margin-top: 10px;
}
.header-menu-toggle {
  width: 32px;
  height: 24px;
  border-top: solid 4px #fff;
  border-bottom: solid 4px #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: none;
}
.header-menu-toggle:before {
  content: '';
  position: absolute;
  height: 4px;
  left: 0;
  top: 50%;
  margin-top: -2px;
  right: 0;
  background: #fff;
}
.header-menu-close {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: 15px;
  right: 15px;
  display: none;
}
.header-menu-close:before,
.header-menu-close:after {
  content: '';
  position: absolute;
  height: 4px;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -2px;
  background: #0e74bc;
}
.header-menu-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-menu-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* main */
.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.main-slider-wrapp {
  position: relative;
}
.main-slide {
  background-color: #2d2d2d;
  color: #fff;
}
.main-slide img {
  display: none;
}
.main-slide-body {
  height: 545px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.main-slide-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 60px 80px;
  text-align: center;
}
.main-slide-title {
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-slide-desc {
  font-size: 28px;
  font-weight: 500;
  max-width: 800px;
  margin: 0 auto 30px;
}
.main-slide-btns {
  margin: 0 -10px -20px;
  font-size: 0;
}
.main-slide-btns li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 20px;
}
.btn {
  display: inline-block;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 10px 30px;
  background: #e8202b;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  color: #fff;
  text-align: center;
  border: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  min-width: 180px;
  line-height: 1.2;
  max-width: 100%;
}
.btn:hover {
  background: #72da4e;
}
.btn:active {
  background: #54cb2a;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
       -o-transform: translateY(4px);
          transform: translateY(4px);
}
.btn-blue {
  background: #0e74bc;
}
.main-slide-btn {
  min-width: 220px;
  font-size: 18px;
  padding: 15px 30px;
  -webkit-box-shadow: 0 0 14px #000;
          box-shadow: 0 0 14px #000;
}
.main-slider-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.main-slider-arrows .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 65px;
  height: 65px;
  border: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  z-index: 1;
  color: #e8202b;
  font-size: 30px;
}
.main-slider-arrows .slick-arrow i:before {
  margin: 0;
}
.main-slider-arrows .slick-prev {
  left: 0;
}
.main-slider-arrows .slick-next {
  right: 0;
}
.main-about {
  padding: 35px 0 5px;
}
.main-about-row {
  padding-left: 270px;
}
.main-about-col {
  display: inline-block;
  float: left;
  padding-bottom: 30px;
}
.main-about-col-logo {
  width: 270px;
  margin-left: -270px;
}
.main-about-col-logo img {
  display: block;
}
.main-about-col-content {
  width: 100%;
  padding-left: 30px;
}
.main-about-content {
  display: table;
  width: 100%;
  height: 270px;
}
.main-about-content-cell {
  display: table-cell;
  vertical-align: middle;
}
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6 {
  font-weight: 500;
}
.content-text h2 {
  font-size: 24px;
}
.content-text h3 {
  font-size: 22px;
}
.content-text h4 {
  font-size: 20px;
}
.content-text h5 {
  font-size: 18px;
}
.content-text h6 {
  font-size: 17px;
}
.content-text > *:not(:last-child) {
  margin-bottom: 20px;
}
.main-services {
  padding: 40px 0 20px;
  background: #f4f7ff;
}
.section-title {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 500;
  color: #e8202b;
  text-align: center;
  margin-bottom: 35px;
}
.main-services-row {
  text-align: center;
  font-size: 0;
  margin: 0 -10px;
}
.main-services-col {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 20px;
  max-width: 100%;
}
.main-services-block {
  display: block;
  width: 270px;
  max-width: 100%;
  border: solid 1px transparent;
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.main-services-block:hover {
  border-color: #e8202b;
}
.main-services-block:hover .main-services-block-title {
  background: #e8202b;
  text-decoration: none;
  color: #fff;
}
.main-services-block-img {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 145px;
}

.main-services-block-img-vn {
	background: #f4f7ff;
}

.catalog-descr {
	padding: 0px 10px 20px 10px; 
}

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

.borderimgtovar {
    border: 5px solid #373737;
	padding: 0px !important;
}

.textwsv {
	line-height: 30px;
	padding-top: 10px;
}

.textwsv .custom-heading {
	display: none;
}

.like_block .g_like_item {
	width: 70px;
    margin-right: 0;
}

.like_block {
	padding: 5px 12px;
    margin: 15px 0;
	text-align: center;
	display: none;
}

.like_block .like_item {	
	display: inline-block;
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    height: 20px;
}

.aboutul {
	list-style: initial;
    margin-left: 20px;
}

.main-services-block-img span {
  display:
  table-cell;
  vertical-align: middle;
}
.main-services-block-img img {
  display: block;
  margin: auto;
}

.photoicon {
	max-width: 270px;
    max-height: 145px;
	padding: 0px !important;
}

.catalogicon {
	padding: 0px !important;
}

.main-services-block-title {
  display: block;
  margin: 0 -1px -1px;
  color: #000;
  text-decoration: underline;
  background: #cecfd2;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.main-services-block-title-text {
  display: table;
  height: 55px;
  width: 100%;
}
.main-services-block-title-text span {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
}
.main-advantages {
  padding: 40px 0 10px;
}
.main-advantages-row {
  font-size: 0;
  margin: 0 -15px;
  text-align: center;
}
.main-advantages-col {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 30px;
  max-width: 100%;
  font-size: 1rem;
}
.main-advantages-block {
  width: 350px;
  min-height: 200px;
  max-width: 100%;
  border: solid 3px #e9ecf4;
  background: #f4f7ff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  text-align: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.main-advantages-block:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  border-color: #e8202b;
}
.main-advantages-block-icon {
  width: 100%;
  height: 120px;
  display: table;
  table-layout: fixed;
  color: #72da4e;
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
}
.main-advantages-block-icon span {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.main-advantages-block-icon .icon-truck {
  font-size: 80px;
}
.main-advantages-block-icon small {
  font-size: 65px;
}
.main-advantages-block-text {
  padding: 0 10px 10px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
.icon-rocket {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  margin-top: 10px;
}
.main-services-online {
  padding: 30px 0 10px;
  background: #0e74bc;
}
.main-services-online .section-title {
  color: #fff;
}
.main-services-online-row {
  font-size: 0;
  margin: 0 -15px;
  text-align: center;
}
.main-services-online-col {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 30px;
  max-width: 100%;
  font-size: 1rem;
}
.main-services-online-block {
  width: 350px;
  min-height: 250px;
  max-width: 100%;
  border: solid 3px #e9ecf4;
  background: #f4f7ff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  text-align: center;
  padding-bottom: 15px;
}
.main-services-online-block-icon {
  width: 100%;
  height: 110px;
  display: table;
  table-layout: fixed;
  color: #72da4e;
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
}
.main-services-online-block-icon span {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.main-services-online-block-text {
  padding: 0 10px 10px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  min-height: 70px;
}
.main-contacts {
  padding: 40px 0;
}
.contacts-form {
  max-width: 730px;
  margin: auto;
  background: #0e74bc;
  padding: 35px 30px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.form-block {
  position: relative;
  margin-bottom: 20px;
}
.alert {
  position: absolute;
  padding: 3px 10px;
  background: red;
  color: #fff;
  font-size: 12px;
  top: 0;
  right: 0;
  font-style: normal;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  opacity: 0;
  z-index: -1;
  white-space: nowrap;
  font-weight: 300;
}
.alert:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 8px red;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  bottom: -8px;
  right: 20px;
}
.alert.active {
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}
.input {
  width: 100%;
  border: 0;
  height: 50px;
  display: block;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-size: 20px;
  padding: 0 15px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: inset 0 2px 6px #cecbcb;
          box-shadow: inset 0 2px 6px #cecbcb;
}
.textarea {
  resize: none;
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.submit-wrapp {
  padding-top: 10px;
  text-align: center;
}
.submit {
  width: 200px;
  background: #ffd800;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
}
/* footer */
.footer {
  border-top: solid 7px #2b2b2b;
  background: #373737;
  color: #fff;
  padding: 25px 0;
}
.footer-row {
  font-size: 0;
  margin: 0 -10px -20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-col {
  display: inline-block;
  vertical-align: top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px 20px;
  font-size: 14px;
  text-align: left;
}
.footer-col-line + .footer-col-line {
  margin-top: 15px;
}
.footer-col-line > img {
  display: block;
}
.footer-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.footer-logo img {
  display: block;
}
.footer-logo-desc {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
}
.footer-menu {
  color: #c7c7c7;
}
.footer-menu a {
  position: relative;
  padding-left: 12px;
  color: inherit;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.footer-menu a:hover {
  color: #fff;
}
.footer-menu a:before {
  content: '\00BB';
  position: absolute;
  left: 0;
  top: 0;
}
.footer-menu li + li {
  margin-top: 10px;
}
.footer-tel {
  white-space: nowrap;
  font-size: 21px;
  color: #fff;
}
.footer-btn {
  text-align: right;
  margin-top: 10px;
}
.footer-social-list {
  font-size: 0;
  margin: 0 -10px -10px;
  text-align: right;
}
.footer-social-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 10px;
  font-size: 21px;
}
.footer-social-list a {
  color: inherit;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.footer-social-list a:hover {
  color: #72da4e;
}
.modal {
  width: 250px;
  display: none;
}
.modal-title {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}
.send-modal-wrapp {
  display: table;
  width: 100%;
  height: 242px;
}
.send-modal-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
}
.fancybox-close {
  right: -10px;
}
.map-modal {
  width: 900px;
}
.contacts-map-modal {
  height: 400px;
}
/* contacts */
.page {
  padding: 40px 0;
}
.contacts-row {
  margin-bottom: 20px;
}
.contacts-col {
  padding-bottom: 30px;
}
.contacts-col img {
	padding: 5px;
}
.contacts-map {
  height: 400px;
}
.contacts-table {
  width: 100%;
  color: #121212;
}
.contacts-table td {
  vertical-align: top;
  padding: 0 15px 15px;
}
.contacts-table td:first-child {
  padding-left: 0;
  font-weight: 500;
  white-space: nowrap;
}
.contacts-table td:last-child {
  padding-right: 0;
}
.contacts-table tr:last-child td {
  padding-bottom: 0;
}
.contacts-table a {
  color: inherit;
  white-space: nowrap;
}
.mail-link:hover {
  text-decoration: underline;
}
.mail-link i {
  margin-right: 5px;
}
.main-about-btn {
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .head-block {
    display: block;
  }
  .header-menu > li > ul {
    right: 0;
    left: auto;
  }
  .header-menu > li > ul:before {
    left: auto;
    right: 15px;
  }
}
@media (max-width: 991px) {
  .main-advantages-block,
  .main-services-online-block {
    width: 340px;
  }
  .footer-row {
    display: block;
  }
  .footer-col {
    display: inline-block;
    width: 100%;
  }
  .footer-col-menu {
    width: 50%;
  }
  .footer-btn,
  .footer-social-list {
    text-align: inherit;
  }
  .map-modal {
    width: 700px;
  }
  .contacts-map-modal {
    height: 300px;
  }
  .header-menu-toggle {
    display: block;
  }
  .header-menu-wrapp {
    position: fixed;
    z-index: 666;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    visibility: hidden;
  }
  .header-menu-body {
    width: 260px;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    background: #0e74bc;
    padding: 30px 0;
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .header-menu > li {
    display: block;
  }
  .header-menu > li > a {
    display: block;
    padding: 5px 20px;
  }
  .header-menu > li > ul {
    position: static;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    visibility: visible;
    -webkit-border-radius: 0;
            border-radius: 0;
    background: none;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    margin-top: 10px;
  }
  .header-menu > li > ul:before {
    display: none;
  }
  .header-menu > li > ul a {
    color: #fff;
  }
  .header-menu > li > ul a:before {
    background: #fff;
  }
  .header-menu-close {
    display: block;
  }
  .menu-open {
    overflow: hidden;
  }
  .menu-open .header-menu-wrapp {
    opacity: 1;
    visibility: visible;
  }
  .menu-open .header-menu-body {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .head-row {
    display: block;
  }
  .head-col {
    text-align: center;
  }
  .head-col-address {
    width: 100%;
  }
  .logo img {
    width: 50px;
    margin-right: 10px;
  }
  .logo-title {
    font-size: 23px;
  }
  .logo-desc {
    font-size: 7px;
  }
  .main-slider-arrows {
    width: 100%;
  }
  .main-slider-arrows .slick-arrow {
    font-size: 20px;
    width: 30px;
    height: 30px;
  }
  .main-slider-arrows .slick-prev {
    left: 5px;
  }
  .main-slider-arrows .slick-next {
    right: 5px;
  }
  .main-slide-cell {
    padding: 40px 25px;
  }
  .main-slide-title {
    font-size: 30px;
  }
  .main-slide-desc {
    font-size: 1rem;
  }
  .main-about-row {
    padding-left: 0;
  }
  .main-about-col {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  .main-about-content {
    height: auto;
  }
  .footer-col-menu {
    width: 100%;
  }
  .map-modal {
    width: 350px;
  }
  .contacts-map-modal {
    height: 250px;
  }
  .contacts-table {
    display: block;
  }
  .contacts-table tbody,
  .contacts-table tr,
  .contacts-table td {
    display: block;
    padding: 0;
  }
  .contacts-table tr {
    padding: 0 0 15px;
  }
  .contacts-table tr:last-child {
    padding: 0;
  }
  .contacts-map {
    height: 250px;
  }
  .section-title {
    font-size: 30px;
  }
}
