/* OWL & BOOTSTRAP & FONTS */
* {
  box-sizing: border-box;
}

.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;
}

.row:after {
  content: '';
  display: block;
  clear: both;
}

.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%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@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%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@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%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@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%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/latoregular.woff2') format('woff2'), url('../fonts/latoregular.woff') format('woff'), url('../fonts/latoregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Light'), local('Lato-Light'), url('../fonts/latolight.woff2') format('woff2'), url('../fonts/latolight.woff') format('woff'), url('../fonts/latolight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/latobold.woff2') format('woff2'), url('../fonts/latobold.woff') format('woff'), url('../fonts/latobold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Medium'), local('Lato-Medium'), url('../fonts/latomedium.woff2') format('woff2'), url('../fonts/latomedium.woff') format('woff'), url('../fonts/latomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro-Black.ttf") format("truetype"), url("../fonts/GothamPro-Black.svg#GothamPro-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* OWL & BOOTSTRAP & FONTS */
body,
html {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Lato", arial;
  line-height: 28px;
  font-size: 16px;
  font-weight: 100;
  color: #2c3c51;
}

input,
textarea,
select,
button {
  outline: none;
  box-sizing: border-box;
  font-family: "Lato";
  font-weight: 100;
}

input,
textarea {
  display: block;
  width: 100%;
  line-height: 58px;
  height: 58px;
  border: 0;
  padding: 0 22px;
  color: #3a3a3a;
  font-size: 16px;
  border-radius: 3px;
  background: #f4f7fa;
  border: 1px solid #f4f7fa;
  font-weight: 100;
}

input.true,
textarea.true {
  border-color: #cbd8e5;
}

input::placeholder,
textarea::placeholder {
  color: #13405b;
}

input:focus,
textarea:focus {
  border-color: #375d81;
}

textarea {
  padding: 22px;
  line-height: 1.4;
  resize: none;
  min-height: 150px;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

a {
  color: #ff0400;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a.link {
  border-bottom: 1px solid #ff0400;
}

a.link:hover {
  border-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: normal;
  line-height: 1.3;
  color: #2c3c51;
}

h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 100;
}

.tablewrapper {
  width: 100%;
  overflow: auto;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding-top: 60px;
  overflow: hidden;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex.inline {
  display: inline-flex;
}

.flex.jcsb {
  justify-content: space-between;
}

.flex.ais {
  align-items: flex-start;
}

.flex.aic {
  align-items: center;
}

.flex.jcc {
  justify-content: center;
}

.flex.aib {
  align-items: flex-end;
}

.flex.aif {
  align-items: flex-start;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

.flex:after {
  display: none !important;
}

.blockin {
  position: relative;
  max-width: 1195px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

.blockin:after {
  content: '';
  display: block;
  clear: both;
}

.site_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 54px;
  border: 2px solid #e0e0e0;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #e0e0e0;
  padding-bottom: 3px;
}

.site_button .arrow {
  width: 8px;
  height: 12px;
  margin-left: 14px;
  background: url(../images/arrowsitebut.png) 0 0 no-repeat;
}

.site_button.maxbut {
  max-width: 200px;
  width: 100%;
}

.site_button:hover {
  background: #e0e0e0;
  color: #2c3c51;
}

.site_button.bg {
  background: #ff0500;
  border: 0;
  color: #fff;
}

.site_button.bg:hover {
  background: #e60500;
}

.site_button.big {
  max-width: 267px;
  width: 100%;
  min-height: 60px;
}

.site_button.block {
  display: flex;
  width: 100%;
  min-height: 60px;
}

.site_button.border {
  border-color: #ff0500;
  color: #ff0500;
  max-width: 230px;
}

.site_button.border:hover {
  background: #ff0500;
  color: #fff;
}

.site_button.border:hover .arrow {
  background-position: 0 100%;
}

.site_button.long {
  max-width: 270px;
  width: 100%;
}

.site_title {
  margin-bottom: 42px;
}

.site_title h2 {
  margin: 0;
  font-weight: normal;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .site_title {
    justify-content: center !important;
  }

  .site_title h2 {
    font-size: 24px;
  }

  .site_title a {
    display: none;
  }
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: -90px;
  right: -90px;
  font-size: 0;
  line-height: 0;
  height: 0;
  display: flex;
  justify-content: space-between;
  margin-top: -45px;
}

.owl-carousel .owl-nav div {
  cursor: pointer;
  width: 18px;
  height: 34px;
  background: url(../images/arrowslider.png) 0 0 no-repeat;
  position: relative;
  z-index: 3;
}

.owl-carousel .owl-nav div:last-child {
  transform: rotate(180deg);
}

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
  height: auto;
  z-index: 2;
  position: relative;
}

.owl-carousel .owl-dots div {
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9caeb9;
  margin: 0 8px;
  cursor: pointer;
}

.owl-carousel .owl-dots div.active {
  background: #2c3d51;
}

@media screen and (max-width: 1370px) {
  .owl-carousel .owl-nav {
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .owl-carousel .owl-dots {
    display: flex;
    margin-top: -23px;
  }
}

.block_title {
  font-size: 30px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .block_title {
    font-size: 24px;
  }
}

.fixmenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: #0d4585;
  background: linear-gradient(to bottom, #00354e, #00476f);
}

.fixmenu .blockin>ul.folder_top_m {
  padding: 0;
  margin: 0 20px 0 0;
  list-style: none;
  width: 286px;
  border-right: 1px solid #d9e0eb;
}

.fixmenu .blockin>ul.folder_top_m>li>a {
  line-height: 60px;
  font-size: 18px;
  color: #ffffff;
  padding-left: 39px;
  font-weight: 500;
  padding-right: 20px;
  display: block;
  white-space: nowrap;
  background: url(../images/burger.png) 0 50% no-repeat;
  position: relative;
}

.fixmenu .blockin>ul.folder_top_m>li>a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 39px;
  width: 175px;
  height: 5px;
  background: #ff0400;
  display: none;
}

.fixmenu .blockin>ul.folder_top_m>li:hover>a:before {
  display: block;
}

.fixmenu .topmenu {
  flex-grow: 2;
  max-width: 820px;
  width: 100%;
}

.fixmenu .topmenu>ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fixmenu .topmenu>ul>li:hover>a {
  border-color: #ff0400;
}

.fixmenu .topmenu>ul>li:hover ul {
  display: block;
}

.fixmenu .topmenu>ul>li>a {
  line-height: 52px;
  border-top: 4px solid transparent;
  font-size: 18px;
  padding: 0 0 4px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.fixmenu .topmenu>ul>li>a span {
  width: 8px;
  height: 4px;
  margin-left: 11px;
  background: url(../images/topmenuarrow.png) 0 0 no-repeat;
}

.fixmenu .topmenu>ul>li ul {
  position: absolute;
  top: 100%;
  width: 300px;
  background: #00476f;
  padding: 10px 20px 15px;
  list-style: none;
  margin: 0;
  display: none;
}

.fixmenu .topmenu>ul>li ul li {
  margin-top: 12px;
}

.fixmenu .topmenu>ul>li ul li:first-child {
  margin-top: 0;
}

.fixmenu .topmenu>ul>li ul li a {
  color: #fff;
  border-bottom: 1px solid transparent;
}

.fixmenu .topmenu>ul>li ul li a:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 940px) {
  .fixmenu {
    display: none;
  }
}

.header {
  padding: 21px 0;
  border-bottom: 2px solid #cfdde5;
}

.header .right {
  max-width: 820px;
  width: 100%;
}

.header a {
  font-weight: normal;
}

.header a.site_button {
  font-weight: bold;
}

.header .city a {
  padding-right: 17px;
  background: url(../images/arrowcity.png) 100% 10px no-repeat;
}

.header .city a span {
  border-bottom: 1px dashed #ff0400;
}

@media screen and (max-width: 940px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 5;
    padding: 10px 0;
  }

  .header .blockin>div {
    display: none;
  }

  .header .blockin>div.burger {
    display: block;
  }

  .header .site_button {
    display: none;
  }

  .header .logo {
    max-width: 167px;
  }
}

.logo {
  font-size: 0;
  line-height: 0;
}

.burger {
  width: 20px;
  position: relative;
  cursor: pointer;
  height: 15px;
}

.burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #2c3c51;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.burger span:nth-child(1) {
  top: 0px;
}

.burger span:nth-child(2),
.burger span:nth-child(3) {
  top: 6px;
}

.burger span:nth-child(4) {
  top: 12px;
}

.burger.open span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}

.burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}

@media screen and (min-width: 941px) {
  .burger {
    display: none;
  }
}

.menumob {
  position: fixed;
  top: 58px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  max-height: calc(100% - 58px);
  overflow-y: auto;
  background: #fff;
  z-index: 6;
  display: none;
}

.menumob .wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  padding: 33px 40px;
}

.menumob .wrap>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menumob .wrap>ul>li {
  margin-top: 15px;
}

.menumob .wrap>ul>li:first-child {
  margin-top: 0;
}

.menumob .wrap>ul>li a {
  font-size: 18px;
  color: #2c3c51;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
}

.menumob .wrap>ul>li a span {
  width: 10px;
  height: 5px;
  margin-left: 9px;
  background: url(../images/arrowmobm.png) 0 0 no-repeat;
}

.menumob .wrap>ul>li a.active span {
  transform: rotate(180deg);
}

.menumob .wrap>ul>li ul {
  padding: 15px 0 10px 20px;
  margin: 0;
  list-style: none;
  display: none;
}

.menumob .wrap>ul>li ul li {
  margin-top: 13px;
}

.menumob .wrap>ul>li ul li:first-child {
  margin: 0;
}

.menumob .bottom {
  margin-top: 20px;
  text-align: center;
}

.menumob .bottom .tel {
  font-weight: bold;
  font-size: 18px;
}

.menumob .bottom .flex {
  margin-top: 20px;
}

.mainsliderwrap {
  background: url(../images/sliderbg.jpg) 50% 0 no-repeat;
  background-size: auto 100%;
}

.mainsliderwrap .header {
  border: 0;
}

@media screen and (max-width: 940px) {
  .mainsliderwrap {
    margin-top: -60px;
  }

  .mainsliderwrap .header {
    background: none;
    height: 60px;
    transition: all 0.4s ease 0s;
  }

  .mainsliderwrap .header.bg {
    background: #fff;
    box-shadow: 0 0 0 2px #cfdde5;
  }

  .mainsliderwrap .header.openmenu {
    background: #fff;
  }
}

.slidernavig {
  background: rgba(255, 255, 255, 0.4);
}

.slidernavig a {
  padding: 12px 0;
  border: 1px solid transparent;
  text-align: center;
  line-height: 18px;
  font-weight: normal;
  color: #2c3c51;
  font-size: 12px;
  text-transform: uppercase;
}

.slidernavig a.active {
  border-color: #ff0500;
}

.slidernavig a span {
  margin-top: 8px;
  display: block;
}

.slidernavig a:hover {
  color: #ff0500;
}

.slidernavig.last a {
  padding: 10px 0;
  font-size: 12px;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .slidernavig {
    display: none;
  }
}

.slider {
  padding: 30px 0 20px;
}

.slider .owl-dots {
  display: none;
}

.slider h1,
.slider .title {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
}

.slider .text {
  margin: 20px 0 50px;
}

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

.slider .site_button {
  min-height: 64px;
  font-size: 18px;
}

@media screen and (max-width: 1023px) {
  .slider {
    padding-bottom: 45px;
  }

  .slider .owl-dots {
    display: flex;
    margin-top: -31px;
  }
}

@media screen and (max-width: 940px) {
  .slider {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .slider {
    text-align: center;
  }

  .slider .row>div {
    width: 100%;
  }

  .slider img {
    margin-top: 20px;
  }

  .slider h1,
  .slider .title {
    font-size: 18px;
  }

  .slider .text {
    margin: 15px 0;
    line-height: 21px;
  }

  .slider .owl-dots {
    margin-top: -22px;
  }
}

.foldermain {
  padding-bottom: 50px;
}

.foldermain a {
  flex-grow: 2;
  font-size: 12px;
  color: #2c3c51;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  line-height: 18px;
}

.foldermain a img {
  display: block;
}

.foldermain a span {
  display: block;
}

.foldermain a:hover span {
  color: #ff0500;
}

@media screen and (max-width: 1023px) {
  .foldermain {
    display: none;
  }
}

.content {
  padding: 25px 0 70px;
}

.content.min {
  padding: 25px 0 0;
}

@media screen and (max-width: 767px) {
  .content {
    padding: 30px 0;
  }
}

.path {
  margin-bottom: 33px;
  font-size: 14px;
  color: #2c3c51;
}

.path a {
  border-bottom: 1px solid #959da8;
  color: #2c3c51;
}

.path a:hover {
  border-color: transparent;
}

.path span {
  margin: 0 16px;
}

@media screen and (max-width: 767px) {
  .path span {
    margin: 0 8px;
  }
}

.maxcontent {
  max-width: 755px;
}

.detail {
  padding-bottom: 30px;
}

.detail>div {
  margin-bottom: 30px;
}

.detail .text {
  margin: 27px 0 70px;
}

.detail .val {
  margin-left: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #01a523;
  padding-left: 27px;
  background: url(../images/val.png) 0 50% no-repeat;
}

@media screen and (max-width: 767px) {
  .detail {
    padding-bottom: 20px;
  }

  .detail>div {
    margin-bottom: 20px;
  }

  .detail .text {
    margin: 20px 0;
  }

  .detail .butwrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .detail .butwrap .val {
    margin: 20px 0 0;
  }
}

.sliderdetail {
  margin-bottom: 6px;
}

.sliderdetail .owl-dots {
  display: none;
}

.buynavslider {
  padding: 0 22px;
}

.buynavslider .img {
  border: 1px solid transparent;
}

.buynavslider .img.active {
  border-color: #ff0500;
}

.buynavslider .owl-stage-outer {
  z-index: 1;
}

.buynavslider .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  font-size: 0;
  line-height: 0;
  height: auto;
  margin: 0;
}

.buynavslider .owl-nav div {
  height: 100%;
  cursor: pointer;
  width: 15px;
  height: 100%;
  background: #ff0500 url(../images/detailarrow.png) 50% 50% no-repeat;
}

.buynavslider .owl-nav div:last-child {
  transform: rotate(180deg);
}

.page ul {
  padding: 0;
  list-style: none;
  margin-bottom: 35px;
  margin-left: 15px;
}

.page ul li {
  position: relative;
  padding-left: 25px;
  margin-top: 15px;
}

.page ul li:first-child {
  margin: 0;
}

.page ul li:before {
  width: 10px;
  height: 9px;
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  background: url(../images/mak.png) 0 0 no-repeat;
}

.param_detail table {
  width: calc(100% + 30px);
  border-spacing: 0;
  margin: 0 -15px 20px;
}

.param_detail table tr:nth-child(odd) td {
  background: #e9f3f7;
}

.param_detail table td {
  padding: 15px;
}

.param_detail table td:last-child {
  text-align: right;
}

.premium {
  min-height: 430px;
  padding: 30px 0;
  background: #e7f9ff;
}

.premium .row>div {
  margin-top: 40px;
}

.premium .block {
  padding-top: 80px;
  background: url(../images/premium.png) top center no-repeat;
  text-align: center;
}

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

.premium.padding {
  padding: 80px 0;
}

.premium.padding .row>div {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .premium.padding {
    padding: 35px 0;
  }

  .premium.padding .row>div {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .premium {
    text-align: center;
  }

  .premium .block {
    background-position: 50% 0;
  }
}

.logoblock {
  text-align: center;
}

.logoblock>div {
  margin-top: 20px;
}

.logoblock a {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.logoblock a img {
  display: block;
}

.company {
  margin-top: -30px;
}

.company .img {
  margin-right: -374px;
}

@media screen and (max-width: 767px) {
  .company {
    margin-top: 0;
  }

  .company .img {
    margin: 20px 0 20px;
  }
}

.spares p:first-child {
  margin-top: 0;
}

.textblock {
  padding: 1px 0 30px;
  min-height: 570px;
}

.textblock .row>div {
  margin-top: 30px;
}

.textblock h2 {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .textblock .right {
    padding-left: 45px;
  }
}

.map {
  height: 600px;
  display: none;
}

.map.active {
  display: block;
}

@media screen and (max-width: 767px) {
  .map {
    height: 350px;
  }
}

.mapwrap {
  position: relative;
  padding-top: 60px;
  min-height: 600px;
}

.mapwrap .tabmap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mapwrap .wrap {
  max-width: 470px;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 40px 70px;
  border-radius: 4px;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.12);
}

.mapwrap .block {
  display: none;
}

.mapwrap .block.active {
  display: block;
}

.mapwrap .title {
  font-weight: bold;
  margin-bottom: 10px;
}

.mapwrap select {
  max-width: 235px;
  width: 100%;
  height: 54px;
  padding: 0 20px;
  border: 1px solid #ff0500;
  border-radius: 4px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url(../images/contactsarrow.png) 100% 50% no-repeat;
}

.mapwrap select::-ms-expand {
  display: none;
}

.mapwrap .b_block {
  margin-top: 28px;
}

.mapwrap .b_block div {
  font-weight: bold;
}

.mapwrap .b_block a {
  color: #2c3c51;
}

@media screen and (max-width: 767px) {
  .mapwrap {
    padding-top: 0;
  }

  .mapwrap .tabmap {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .mapwrap .wrap {
    padding: 0 0 20px;
    box-shadow: none;
  }
}

.contactsbot {
  padding: 140px 0;
}

.contactsbot h2 {
  margin-bottom: 30px;
}

.contactsbot ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contactsbot ul li {
  margin-top: 10px;
}

.contactsbot ul li:first-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .contactsbot {
    padding: 30px 0;
  }
}

.site_form {
  background: #e7f9ff;
  padding: 35px 0 40px;
  min-height: 450px;
}

.site_form.nobg {
  background: none;
}

.site_form .block_title {
  text-align: center;
  margin-bottom: 45px;
}

.site_form form {
  padding: 56px 70px 35px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(11, 32, 61, 0.23);
}

.site_form label {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.site_form label input {
  height: 60px;
}

.site_form label input:focus+.title {
  line-height: 26px;
  font-size: 14px;
  display: none;
}

.site_form label .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 60px;
  color: #42667c;
}

.site_form label .title span {
  color: #f00;
}

.site_form label.active input+.title {
  line-height: 26px;
  font-size: 14px;
  display: none;
}

@media screen and (max-width: 767px) {
  .site_form .block_title {
    margin-bottom: 20px;
  }

  .site_form form {
    padding: 20px;
  }

  .site_form .oferta {
    line-height: 1.5;
    margin-top: 20px;
  }

  .site_form label {
    margin-top: 15px;
  }
}

.lizingpremium {
  padding: 90px 0;
  background: #e7f9ff;
}

.lizingpremium .row>div {
  margin-top: 45px;
}

.lizingpremium .block {
  position: relative;
  padding-top: 49px;
}

.lizingpremium .block span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 120px;
  color: #d3e5ec;
  font-weight: bold;
  line-height: 1;
  font-family: "GothamPro";
}

.lizingpremium .block span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #e7f9ff 100%);
}

.lizingpremium .block div {
  position: relative;
}

@media screen and (max-width: 767px) {
  .lizingpremium {
    padding: 35px 0;
  }
}

.lizing {
  margin-top: -20px;
}

.lizing .butwrap {
  margin-top: 40px;
}

.lizing .links>div {
  margin-top: 30px;
}

.lizing .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border: 1px solid #cfdde5;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .lizing {
    margin-top: 0;
  }

  .lizing .butwrap {
    text-align: center;
  }
}

.folderwrap .folder {
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .folderwrap .folder {
    margin-top: 30px;
  }
}

.folderwrap .folder:first-child {
  margin: 0;
}

.folderwrap .folder .title {
  font-size: 20px;
  color: #ff0500;
  font-weight: bold;
  padding-left: 10px;
}

.folderwrap .folder .info {
  line-height: 1.2;
}

.folderwrap .folder .info .left {
  max-width: 440px;
  width: 100%;
}

.folderwrap .folder .info .left a {
  font-size: 20px;
  color: #2c3c51;
  border-bottom: 1px dashed #2c3c51;
}

.folderwrap .folder .info .left a:hover {
  border-color: transparent;
}

.folderwrap .folder .info button {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .folderwrap .folder .info .title {
    padding: 0;
  }

  .folderwrap .folder .info .left {
    flex-direction: column;
    align-items: flex-start;
  }

  .folderwrap .folder .info .search {
    display: none;
  }
}

.folderwrap .folder .row>div {
  margin-top: 30px;
}

.folderwrap .folder .row a {
  display: block;
  padding: 5px 5px 25px;
  text-align: center;
  border: 1px solid #d2e4eb;
  height: 100%;
  border-radius: 4px;
  color: #2c3c51;
}

.folderwrap .folder .row a span {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 20px;
}

.folderwrap .folder .row a:hover {
  border-color: #ff0500;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}

.folderwrap .folder.min .row a {
  padding: 5px 5px 10px;
}

.folderwrap .folder.min .row a span {
  margin-top: 10px;
  text-transform: uppercase;
}

.leftmenu .title {
  line-height: 60px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 25px;
  background: #2c3c51;
  border-radius: 4px 4px 0 0;
}

.leftmenu>ul {
  border: 1px solid #d2e4eb;
  padding: 0;
  margin: 0;
  list-style: none;
}

.leftmenu>ul>li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 13px 45px 13px 25px;
  color: #2c3c51;
}

.leftmenu>ul>li>a:hover,
.leftmenu>ul>li>a.active {
  background: #e9f3f7;
}

.leftmenu>ul>li>a:hover span,
.leftmenu>ul>li>a.active span {
  transform: rotate(180deg);
}

.leftmenu>ul>li>a>span {
  position: absolute;
  top: 22px;
  right: 21px;
  width: 12px;
  height: 8px;
  background: url(../images/arrowmenu.png) 0 0 no-repeat;
}

.leftmenu>ul>li ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
}

.leftmenu>ul>li ul li a {
  line-height: 24px;
  display: block;
  padding: 10px 20px 10px 50px;
  color: #2c3c51;
}

.leftmenu>ul>li ul li a.active,
.leftmenu>ul>li ul li a:hover {
  background: #e9f3f7;
}

.leftmenu>ul>li ul li a.active {
  color: #f00;
}

@media screen and (max-width: 767px) {
  .leftmenu {
    margin-bottom: 30px;
  }

  .leftmenu .title {
    cursor: pointer;
    background: #2c3c51;
    position: relative;
  }

  .leftmenu .title:before {
    content: '';
    position: absolute;
    top: 26px;
    right: 20px;
    width: 8px;
    height: 4px;
    background: url(../images/topmenuarrow.png) 0 0 no-repeat;
  }

  .leftmenu .title.active:before {
    transform: rotate(180deg);
  }

  .leftmenu>ul {
    display: none;
  }
}

.description .block {
  margin-top: 60px;
}

.description .text {
  max-width: 770px;
  margin-top: 30px;
}

.search {
  position: relative;
}

.search.full_line {
  right: 60px;
  top: 70px;
  position: absolute;
}

.search form {
  position: absolute;
  top: -15px;
  right: 100%;
  width: 300px;
  display: none;
}

.search form input {
  padding-right: 55px;
}

.search form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  bottom: 0;
  width: 50px !important;
  height: auto !important;
  background: url(../images/search.png) 50% 50% no-repeat;
}

.search a {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  display: block;
  background: url(../images/search.png) 50% 50% no-repeat;
}

.search a.active {
  background: url(../images/closebut.png) 50% 50% no-repeat;
}

.sort {
  padding: 10px 18px;
  border-radius: 4px;
  background: #e9f3f7;
  white-space: nowrap;
  position: relative;
}

.sort .left {
  /* max-width: 466px;
  width: 100%; */
  margin-right: 20px;
  float: left;
  width: 580px;
}

.sort .left.full_line {
  width: 828px;
  margin-bottom: 15px;
}

.sort .bottom {
  margin: 5px 0;
  float: left;
}

.sort select {
  margin: 0 35px 0 15px;
  height: 40px;
  max-width: 158px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #d2e4eb;
  border-radius: 3px;
  padding-left: 13px;
  padding-bottom: 3px;
  background: #fff url(../images/sortselect.png) 100% 50% no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.sort select::-ms-expand {
  display: none;
}

.sort label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.sort label input {
  display: none;
}

.sort label input:checked+span {
  background: #fff url(../images/sortcheck.png) 50% 50% no-repeat;
}

.sort label span {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #d2e4eb;
  background: #fff;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .sort .left {
    margin-right: 0;
  }

  .sort .left>span {
    display: none;
  }

  .sort select {
    margin-left: 0;
  }

  .sort .search {
    display: none;
  }
}

.products {
  padding-top: 10px;
}

.products .block {
  margin-top: 20px;
  padding: 30px 25px;
  border: 1px solid #d2e4eb;
  border-radius: 3px;
}

.products .block:hover {
  border-color: #ff0500;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}

.products .block .img {
  font-size: 0;
  line-height: 0;
  min-width: 307px;
  margin-right: 25px;
}

.products .block .img img {
  display: block;
}

.products .block .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
}

.products .block .title {
  font-size: 18px;
  font-weight: bold;
  color: #2c3c51;
}

.products .block .text {
  margin: 15px 0 20px;
}

.products .block .butwrap .val {
  margin-left: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #01a523;
  padding-left: 27px;
  background: url(../images/val.png) 0 50% no-repeat;
}

.products .block .site_button {
  min-height: 45px;
  max-width: 150px;
}

@media screen and (max-width: 991px) {
  .products .block .img {
    max-width: 200px;
    min-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .products .block {
    flex-direction: column;
    padding: 15px;
  }

  .products .block .img {
    max-width: none;
    min-width: auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .products .block .img img {
    width: 100%;
  }

  .products .block .butwrap {
    flex-direction: column;
  }

  .products .block .butwrap .val {
    margin: 10px 0 0;
  }
}

.pagination {
  padding-top: 38px;
}

.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.pagination ul li {
  margin-left: 17px;
}

.pagination ul li:first-child {
  margin: 0;
}

.pagination ul li a {
  display: block;
  color: #353535;
}

.pagination ul li a.first,
.pagination ul li a.last {
  width: 7px;
  height: 12px;
  background: url(../images/paginationarrow.png) 0 0 no-repeat;
}

.pagination ul li a.last {
  transform: rotate(180deg);
}

.pagination ul li a:hover {
  color: #ef2c2c;
  background-position: 0 100%;
}

.pagination ul li span {
  line-height: 20px;
  width: 20px;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  background: #ef2c2c;
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.maintextblock {
  position: relative;
  background: url(../images/maintextbg.jpg) 50% 0 no-repeat;
  background-size: cover;
  padding: 99px 0 1px;
}

.maintextblock .block {
  max-width: 670px;
  padding: 40px 65px;
  background: #fff;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.12);
  margin-bottom: -75px;
}

.maintextblock h1 {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  line-height: 1.4;
}

.maintextblock h1 span {
  display: block;
  color: #ff0500;
}

.maintextblock .text {
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .maintextblock {
    background: none;
    padding: 30px 0;
    text-align: center;
  }

  .maintextblock h1 {
    font-size: 24px;
  }

  .maintextblock .block {
    padding: 0;
    box-shadow: none;
    margin: 0;
  }
}

.mainpremium {
  padding: 130px 0 70px;
  /* background: #e7f9ff; */
}

.mainpremium .row>div {
  margin-top: 30px;
}

.mainpremium h2 {
  font-weight: normal;
  font-size: 30px;
}

.mainpremium .block .title {
  margin: 22px 0 15px;
  font-size: 16px;
  color: #2c3c51;
  text-transform: uppercase;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .mainpremium {
    text-align: center;
    padding: 35px 0;
  }

  .mainpremium h2 {
    font-size: 24px;
  }
}

.spec {
  padding: 60px 0 25px;
  background: #e7f9ff;
}

@media screen and (max-width: 767px) {
  .spec {
    padding: 20px 0 50px;
  }
}

.specslider .item img {
  width: auto;
  margin: 0 auto;
}

.specslider .item h2,
.specslider .item .h2 {
  font-weight: normal;
  font-size: 30px;
  text-transform: uppercase;
  color: #ff0500;
}

.specslider .item .text {
  margin: 30px 0 40px;
  max-width: 335px;
}

.specslider .owl-dots {
  display: none;
}

.specslider .maxbut {
  max-width: 240px;
}

@media screen and (max-width: 767px) {
  .specslider {
    text-align: center;
  }

  .specslider .item h2,
  .specslider .item .h2 {
    margin: 0;
    font-size: 24px;
  }

  .specslider .item .text {
    margin: 10px auto 15px;
  }

  .specslider .owl-dots {
    display: flex;
  }

  .specslider .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .specslider .row>div {
    width: 100%;
  }

  .specslider .row>div:first-child {
    margin: 30px 0 0 0;
  }
}

.newblock {
  padding: 50px 0 60px;
}

.newblock .buttonmob {
  display: none;
  margin-top: 50px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .newblock .buttonmob {
    display: flex;
  }
}

.newslider a {
  display: block;
  text-align: center;
}

.newslider a span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #2c3c51;
  font-weight: bold;
  padding: 0 20px;
}

.newslider a:hover span {
  color: #ff3935;
}

.newslider .owl-dots {
  display: none;
}

@media screen and (max-width: 767px) {
  .newslider .owl-dots {
    display: flex;
  }
}

.footer {
  padding: 49px 0;
  background: #2c3c51;
  border-top: 3px solid #ff0500;
  color: #dfdfdf;
}

.footer .copyright {
  white-space: nowrap;
  margin-right: 20px;
}

.footer .top .right {
  max-width: 630px;
  width: 100%;
}

.footer .top .tel a,
.footer .top .mail a {
  color: #e0e0e0;
}

.footer ul {
  margin: 53px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  min-height: 101px;
  border-top: 1px solid #57606b;
  border-bottom: 1px solid #57606b;
}

.footer ul li a {
  color: #e0e0e0;
  font-size: 18px;
  border-bottom: 1px solid transparent;
}

.footer ul li a:hover {
  border-color: #57606b;
}

.footer .bottom {
  line-height: 1.2;
}

.footer .f_link {
  color: #dfdfdf;
  border-bottom: 1px solid transparent;
}

.footer .f_link:hover {
  border-color: #57606b;
}

.footer .insite a {
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}

.footer .insite a:hover {
  border-color: #ff0400;
}

@media screen and (max-width: 940px) {
  .footer {
    padding: 35px 0 30px;
    text-align: center;
  }

  .footer ul {
    display: none;
  }

  .footer .top {
    flex-direction: column;
  }

  .footer .top .right {
    flex-direction: column;
  }

  .footer .top .right>div {
    margin-bottom: 30px;
  }

  .footer .copyright {
    margin: 0 0 30px;
    white-space: normal;
  }

  .footer .bottom {
    flex-direction: column;
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid #57606b;
  }

  .footer .insite {
    margin-top: 23px;
  }
}

.popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 15px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  background: rgba(24, 35, 49, 0.6);
  z-index: 10;
  display: none;
}

.popup_wrap .wrap {
  display: inline-block;
  vertical-align: middle;
  max-width: 830px;
  width: 100%;
  padding: 30px 50px 50px;
  background: #ffffff;
  position: relative;
  line-height: 1.3;
  font-size: 13px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 5px;
  box-shadow: 0 10px 25px rgba(11, 32, 61, 0.23);
}

.popup_wrap .closebut {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 14px;
  height: 14px;
  background: url(../images/closebut.png) 0 0 no-repeat;
  cursor: pointer;
}

.popup_wrap .p_title {
  font-size: 35px;
  color: #2c3c51;
  font-weight: bold;
  margin-bottom: 40px;
}

.popup_wrap label {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.popup_wrap label .error {
  position: absolute;
  top: 100%;
  line-height: 20px;
  left: 25px;
  font-size: 13px;
  color: #ff0000;
  right: 0;
  display: block;
}

.popup_wrap label input {
  height: 60px;
}

.popup_wrap label input:focus+.title {
  line-height: 26px;
  font-size: 14px;
  display: none;
}

.popup_wrap label .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 60px;
  color: #42667c;
}

.popup_wrap label .title span {
  color: #f00;
}

.popup_wrap label.active input+.title {
  line-height: 26px;
  font-size: 14px;
  display: none;
}

.popup_wrap label.error_v input {
  border-color: #ff0000;
}

.popup_wrap form+.success {
  display: none;
}

.popup_wrap .success {
  text-align: center;
  font-size: 16px;
}

.popup_wrap .success .p_title {
  margin-bottom: 10px;
}

.popup_wrap .oferta {
  margin: 0 0 30px;
}

.popup_wrap:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .popup_wrap .wrap {
    padding: 40px 15px 20px;
  }

  .popup_wrap textarea {
    margin-top: 20px;
  }

  .popup_wrap .oferta {
    margin: 20px 0;
  }

  .popup_wrap .p_title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .popup_wrap label .title {
    font-size: 15px;
  }

  .popup_wrap label .error {
    left: 0;
  }

  .popup_wrap input,
  .popup_wrap textarea {
    font-size: 15px;
  }
}

.popup_wrap.citypopup .wrap {
  max-width: 375px;
  padding: 30px;
}

.popup_wrap.citypopup .block {
  margin-top: 35px;
}

.popup_wrap.citypopup .block:first-child {
  margin-top: 0;
}

.popup_wrap.citypopup .title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #2e5fa3;
}

.popup_wrap.citypopup .closebut {
  background-size: cover;
  top: 30px;
  right: 30px;
}

.popup_wrap.citypopup .cityinput {
  background: #f4f7fa;
}

.popup_wrap.citypopup ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.popup_wrap.citypopup ul li {
  margin-top: 15px;
}

.popup_wrap.citypopup ul li:first-child {
  margin-top: 0;
}

.popup_wrap.citypopup ul li a {
  font-size: 16px;
  color: #242d36;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.popup_wrap.citypopup ul li a:hover {
  border-color: #242d36;
}

.popup_wrap.citypopup .scroll {
  position: relative;
}

.popup_wrap.citypopup .scroll .baron__scroller {
  height: 270px;
  overflow: hidden;
}

.popup_wrap.citypopup .scroll .baron__track {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5px;
  background: #f4f7fa;
  border-radius: 3px;
}

.popup_wrap.citypopup .scroll .baron__track .baron__free {
  position: relative;
  height: 100%;
}

.popup_wrap.citypopup .scroll .baron__track .baron__bar {
  border-radius: 3px;
  width: 5px;
  background: #acc3e3;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .popup_wrap.citypopup .wrapp_in {
    padding-top: 0;
  }
}

.oferta {
  position: relative;
  padding-left: 31px;
  line-height: 18px;
  font-size: 13px;
  color: #13405b;
}

.oferta a {
  color: #ff0500;
  border-bottom: 1px solid transparent;
}

.oferta a:hover {
  border-color: #ff0500;
}

.oferta label {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.oferta label input {
  display: none;
}

.oferta label input:checked+span {
  background: #ff0500 url(../images/check.png) 50% 50% no-repeat;
}

.oferta label span {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 3px;
  /* background: #ff0500; */
  border: 1px solid #ff0500;
}

#gotop {
  display: none;
  position: fixed;
  z-index: 1;
  bottom: 26px;
  right: 26px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(../images/gotop.png) 0 0 no-repeat;
}

/*# sourceMappingURL=styles.css.map */

.mainpremium .row>div {
  min-height: 150px;
}

.slidernavig a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slidernavig a span {
  min-height: 54px;
}

/* .mainpremium img {
  display: none;
}

.mainpremium .col-sm-4 .block {
  padding-top: 60px;
  width: 80%;
  font-weight: 500;
}

.mainpremium .col-sm-4 {
  padding: 0;
  margin-bottom: 20px;
  width: 30% !important;
}

.mainpremium .col-sm-4 .block {
  transition: .3s all ease-out;
}

.mainpremium .col-sm-4:hover .block {
}

.mainpremium .col-sm-4:first-child .block{
  background-image: url('../images/num1.png');
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.mainpremium .col-sm-4:nth-child(2) .block{
  background-image: url('../images/num2.png');
  background-position: top left;
  background-repeat: no-repeat;
}

.mainpremium .col-sm-4:nth-child(3) .block{
  background-image: url('../images/num3.png');
  background-position: top left;
  background-repeat: no-repeat;
}

.mainpremium .col-sm-4:nth-child(4) .block{
  background-image: url('../images/num4.png');
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.mainpremium .col-sm-4:nth-child(5) .block{
  background-image: url('../images/num5.png');
  background-position: top left;
  background-repeat: no-repeat;
}

.mainpremium .col-sm-4:last-child .block{
  background-image: url('../images/num6.png');
  background-position: top left;
  background-repeat: no-repeat;
} */

.mainpremium .blockin {
  min-width: 57%;
  margin: 0 auto;
}

.mainpremium h2 {
  font-weight: bold;
}

.mainpremium .col-sm-4 {
  margin-bottom: 30px;
}

.num-img {
  position: absolute;
  top: 0;
  left: 0;
}

.mainpremium .block {
  position: absolute;
  z-index: 2;
  bottom: 0;
}

.mainpremium .col-sm-4 img,
.mainpremium .col-sm-4 .block {
  transition: .3s all ease-out;
}

.mainpremium .col-sm-4:hover img {
  transform: scale(1.2);
  left: 10px;
  top: 10px;
}

.mainpremium .col-sm-4:hover .block {
  font-weight: bold;
  font-size: 17.5px;
}

.cat-btns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.cat-btns a {
  display: block;
  border: 2px solid #ff0500;
  border-radius: 4px;
  padding: 10px 0;
  text-align: center;
  width: 180px;
  transition: .2s all ease-out;
  font-weight: 500;
}

.cat-btns a:hover {
  background: #ff0500;
  color: #fff;
}

.cat-btns a:first-child {
  margin-right: 20px;
}

.gallery {
  /* position: absolute;
  right: 0;
  height: 400px;
  width: 80%;
  margin-right: -375px; */
}

.gallery .owl-nav {
  left: 0;
  right: 0;
  top: 100%;
  width: 81px;
  margin-top: -40px;
}

.gallery .owl-nav .owl-prev {
  background-color: rgba(255, 255, 255, .7);
  background-size: 30%;
  background-position: center;
  width: 40px;
  height: 40px;
  margin-right: 1px;
}

.gallery .owl-nav .owl-next {
  background-color: rgba(255, 255, 255, .7);
  background-size: 30%;
  background-position: center;
  width: 40px;
  height: 40px;
}

.cont-city {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.cont-city__item {
  width: 13%;
  text-align: center;
  border: 2px solid #ff0500;
  margin-right: 17px;
  color: #ff0500;
  border-radius: 4px;
  font-weight: 500;
  padding: 10px 0;
  cursor: pointer;
  transition: .2s all ease-out;
}

.cont-city__item:hover {
  background: #ff0500;
  color: #fff;
}

.cont-city__item:last-child {
  margin-right: 0px;
}

.cont-city__params {
  display: none;
  width: 60%;
}

.cont-city__params .title {
  font-weight: bold;
  margin: 15px 0;
}

.cont-city__params a {
  color: #000;
}

.cont-city__item.active {
  background: #ff0500;
  color: #fff;
}

.cont-city__params.active {
  display: block;
}

.cont-city__title {
  font-weight: bold;
}

.cont-city__params table tr td {
  vertical-align: top;
  padding-right: 70px;
  width: 230px;
}

.cont-params {
  margin-bottom: 100px;
}

.cont-city-mob .current-city {
  background: #000;
  color: #fff;
  padding: 10px;  
  font-size: 20px;
  font-weight: bold;
}

.cont-city-mob {
  display: none;
}

.cont-city-mob .items {
  box-sizing: border-box;
  border: 1px solid #bdbdbd;
}

.cont-city-mob .items {
  display: none;
}

.cont-city-mob .items .mob-item {
  padding: 5px 10px;
}

@media screen and (max-width: 768px) {
  .cont-city {
    display: none;
  }
  .cont-city-mob {
    display: block;
  }
  .mainpremium .blockin {
    width: 100%;
  }
}

.footer_adress {
    width: 30%;
}

.cityesBlock {
  background: #e7f9ff;
  padding-top: 20px;
  padding-bottom: 80px;
}

.cityesBlock a {
  color: #000;
  font-weight: bold;
}

.cityesBlock a:hover {
  color: #ff0500;
}

/* .cityesBlock .col-md-2 {
  margin-bottom: 20px;
  padding: 0;
} */

.cityesBlock h2 {
  font-size: 30px;
  font-weight: 500;
}

.cityesBlock .wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 140px;
  margin-top: 70px;
}

.cityesBlock .wrap .item {
  display: block;
  margin: 0;
  padding: 0;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .cityesBlock .wrap {
    flex-direction: row;
    height: 100%;
  }
  .cityesBlock .wrap .item {
    height: 45px;
    width: 100%;
  }
  .mainpremium .col-sm-4 .num-img,
  .mainpremium .col-sm-4 .block {
    left: 50%;
    transform: translateX(-50%);
  }
  .mainpremium .col-sm-4 .block {
    width: 90%;
  }
  .fixedPhone {
    display: block !important;
  }
  .mainWrapper {
    padding-bottom: 58px;
  }
}

.fixedPhone {
  display: none;
  background: #01a630;
  color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  /* padding: 15px 20px; */
  font-size: 20px;
  font-weight: bold;
}

.fixedPhone .fixedPhone__phone {
  width: 75%;
  float: left;
  padding: 20px;
  border-right: 1px solid #fff;
}

.fixedPhone .fixedPhone__phone a {
  color: #fff;
}

.fixedPhone .fixedPhone__icon {
  width: 17%;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tel a {
  font-size: 18px;
}