/* OWL & BOOTSTRAP & FONTS */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=cyrillic");

* {
  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: 'GothamPro';
  src: url("../fonts/GothamPro-Bold.otf") format("opentype"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype"), url("../fonts/GothamPro-Bold.svg#GothamPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro-Light.otf") format("opentype"), url("../fonts/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light.ttf") format("truetype"), url("../fonts/GothamPro-Light.svg#GothamPro-Light") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro-Medium.otf") format("opentype"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype"), url("../fonts/GothamPro-Medium.svg#GothamPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro.otf") format("opentype"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype"), url("../fonts/GothamPro.svg#GothamPro") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* OWL & BOOTSTRAP & FONTS */
body,
html {
  height: 100%;
}

body {
  margin: 0;
  line-height: 28px;
  font-size: 15px;
  color: #34495e;
  font-family: "GothamPro";
}

@media screen and (min-width: 992px) {
  body.open {
    overflow: hidden;
    height: 100vh;
  }
}

input,
textarea,
select,
button {
  outline: none;
  box-sizing: border-box;
  font-family: "GothamPro";
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

a {
  color: #34495e;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: normal;
  line-height: 1;
  color: #34495e;
}

h1 {
  margin-bottom: 0;
  font-size: 35px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 25px;
  font-weight: 100;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 20px;
  }
}

p {
  margin: 1.5em 0;
}

.tablewrapper {
  width: 100%;
  overflow: auto;
}

.wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .wrapper {
    padding-top: 80px;
  }

  .wrapper.main {
    padding-top: 0;
  }
}

.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: 1170px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

.blockin:after {
  content: '';
  display: block;
  clear: both;
}

.header {
  border-bottom: 1px solid #f7f9fc;
}

.header .top {
  padding: 34px 15px;
}

.header .top .right {
  max-width: 890px;
  flex-grow: 2;
  line-height: 22px;
  width: 100%;
  margin-left: 20px;
}

.header .top .block span {
  display: block;
  font-size: 12px;
  color: #34495e;
}

.header .top .block a {
  font-size: 15px;
  color: #e20a23;
}

@media screen and (max-width: 991px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 3;
    box-shadow: 0 5px 10px rgba(28, 63, 85, 0.1);
  }

  .header .top {
    padding: 10px 15px;
  }

  .header .top .right {
    display: none;
  }
}

.topmenu {
  background: #f6f9fb;
  margin-bottom: -1px;
}

.topmenu .blockin {
  padding-top: 23px;
}

.topmenu .blockin>ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-grow: 2;
  max-width: 1000px;
}

.topmenu .blockin>ul>li>a {
  line-height: 27px;
  display: block;
  padding-bottom: 19px;
  font-size: 16px;
  color: #969696;
  border-bottom: 2px solid transparent;
}

.topmenu .blockin>ul>li>a:hover {
  border-color: #e20a23;
  color: #34495e;
}

.topmenu .blockin>ul>li ul {
  display: none;
  padding: 0 0 0 10px;
  margin: 0;
  list-style: none;
  background: #e0e3e4;
}

.topmenu .blockin>ul>li ul li a {
  display: block;
  color: #000;
  padding: 5px 7px;
}

.topmenu .searchopen {
  margin-top: 5px;
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .topmenu {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    padding-top: 0px;
    box-shadow: 0 5px 10px rgba(28, 63, 85, 0.1);
    max-height: calc(100% - 80px);
    overflow-y: auto;
    display: none;
  }

  .topmenu .blockin {
    padding: 0;
  }

  .topmenu .searchopen {
    display: none;
  }

  .topmenu .flex {
    flex-direction: column;
  }

  .topmenu .blockin>ul {
    flex-direction: column;
    width: 100%;
  }

  .topmenu .blockin>ul>li {
    width: 100%;
    border-top: 1px solid #e0e3e4;
  }

  .topmenu .blockin>ul>li>a {
    padding: 5px 15px;
    border: 0;
  }

  .topmenu .search {
    display: block !important;
    bottom: auto;
    right: 15px;
  }
}

.burger {
  width: 28px;
  position: relative;
  cursor: pointer;
  height: 18px;
}

.burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #e20a23;
  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: 8px;
}

.burger span:nth-child(4) {
  top: 16px;
}

.burger.open span:nth-child(1) {
  top: 8px;
  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: 8px;
  width: 0%;
  left: 50%;
}

@media screen and (min-width: 992px) {
  .burger {
    display: none;
  }
}

.search {
  position: absolute;
  top: 0;
  left: 15px;
  right: 50px;
  bottom: 0;
  background: #f6f9fb;
  padding-top: 11px;
  display: none;
}

.search input {
  height: 50px;
  border: 0;
  width: 100%;
  padding: 0 60px 0 20px;
}

.search button {
  position: absolute;
  top: 27px;
  right: 15px;
  width: 16px;
  height: 16px;
  border: 0;
  background: url(../images/searchbut.png) 0 0 no-repeat;
  padding: 0;
}

.logo {
  font-size: 0;
  line-height: 0;
}

.searchopen {
  font-size: 0;
  line-height: 0;
}

.searchopen img {
  display: block;
}

.searchopen img+img {
  display: none;
}

.searchopen.active+.search {
  display: block;
}

.searchopen.active img {
  display: none;
}

.searchopen.active img+img {
  display: block;
}

.scrollblock {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 3;
  top: -90px;
  transition: all 0.4s ease 0s;
}

.scrollblock .header {
  border: 0;
}

.scrollblock .header .top {
  padding: 15px 15px;
}

.scrollblock.fixed {
  top: 0;
  box-shadow: 0 10px 20px rgba(28, 63, 85, 0.3);
}

@media screen and (max-width: 1400px) {
  .scrollblock {
    top: -140px;
  }

  .scrollblock .blockin {
    margin-right: 0;
    padding-left: 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .scrollblock {
    display: none;
  }
}

.fixmenu {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(49, 53, 59, 0.6);
  display: none;
}

.fixmenu .wrap {
  background: #fff;
  padding: 50px 0 100px;
  box-shadow: 0 10px 20px rgba(28, 63, 85, 0.3);
}

.fixmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.fixmenu ul li {
  margin-top: 35px;
}

.fixmenu ul li:first-child {
  margin-top: 0;
}

.fixmenu ul li a {
  font-size: 24px;
  color: #969696;
}

.fixmenu ul li a:hover {
  color: #34495e;
}

.fixmenu .searchopen {
  position: absolute;
  top: 10px;
  right: 15px;
}

.fixmenu .search {
  left: auto;
  bottom: auto;
  padding: 10px;
  max-width: 250px;
}

@media screen and (max-width: 1400px) {
  .fixmenu .blockin {
    margin-right: 0;
    padding-left: 90px;
  }
}

@media screen and (max-width: 991px) {
  .fixmenu {
    display: none !important;
  }
}

.burgerdesc {
  width: 28px;
  position: absolute;
  cursor: pointer;
  height: 18px;
  top: 35px;
  left: 34px;
  z-index: 2;
}

.burgerdesc span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #e20a23;
  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;
}

.burgerdesc span:nth-child(1) {
  top: 0px;
}

.burgerdesc span:nth-child(2),
.burgerdesc span:nth-child(3) {
  top: 8px;
}

.burgerdesc span:nth-child(4) {
  top: 16px;
}

.burgerdesc.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.burgerdesc.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burgerdesc.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burgerdesc.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.site_button, input.login_submit, button#nc_captcha_refresh_button0 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 4px;
  background: #e20a23;
  box-shadow: 0 10px 15px rgba(225, 57, 45, 0.15);
}

input.login_submit {
  width: 100%;
  max-width: 220px;
  margin: 20px;
  cursor: pointer;
}

input.login_submit:hover {
 background: #f60a25;
}

button#nc_captcha_refresh_button0 {
  width: 100%;
  max-width: 220px;
  cursor: pointer;
}

button#nc_captcha_refresh_button0:hover {
  background: #f60a25;
}

.site_button.big {
  width: 100%;
  max-width: 220px;
}

.site_button:hover {
  background: #f60a25;
}

.site_button.max {
  width: 100%;
  max-width: 200px;
}

.site_button.padding {
  padding: 0 30px;
}

.site_button.border {
  background: none;
  border: 1px solid #e20a23;
  color: #e20a23;
  box-shadow: none;
  color: #34495e;
}

.site_button.border:hover {
  background: #e20a23;
  color: #fff;
}

.site_button.tablepadding {
  padding: 0 50px;
}

.site_button.loader {
  padding: 0 25px;
}

.site_button.loader span {
  margin-left: 20px;
  background: url(../images/loader.png) 0 0 no-repeat;
  width: 15px;
  height: 21px;
}

.site_button.loader:hover span {
  background-position: 0 100%;
}

.site_button:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.page_info {
  padding: 50px 0;
  border-bottom: 4px solid #f6f8fb;
}

@media screen and (max-width: 991px) {
  .page_info {
    padding: 25px 0;
  }
}

.page_info.min {
  border: 0;
}

.path {
  font-size: 12px;
  color: #969696;
  margin-bottom: 35px;
}

.path span {
  margin: 0 10px;
}

.path a {
  border-bottom: 1px solid #969696;
  color: #969696;
}

.path a:hover {
  border-color: transparent;
}

.content {
  padding: 80px 0;
}

.content a {
  border-bottom: 1px solid #34495e8c;
}

.content a:hover {
  border-color: #34495e;
}

@media screen and (max-width: 991px) {
  .content {
    padding: 25px 0;
  }
}

.content.bordertop {
  border-top: 6px solid #f5f8fb;
}

.content.notop {
  padding-top: 0;
}

.faq .block {
  margin-top: 33px;
  border: 2px solid #f7f9fb;
}

.faq .block:first-child {
  margin-top: 0;
}

.faq .block.active {
  border-color: #e20a23;
}

.faq .block.active .title {
  background: #e20a23;
  color: #fff;
}

.faq .block.active .title:before {
  background-position: 0 100%;
}

.faq .block .title {
  background: #f7f9fb;
  display: flex;
  align-items: center;
  min-height: 90px;
  padding: 10px 90px 10px 40px;
  font-size: 15px;
  font-weight: bold;
  color: #34495e;
  cursor: pointer;
  position: relative;
}

.faq .block .title:before {
  content: '';
  position: absolute;
  top: 23px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: url(../images/faq_arrow.png) 0 0 no-repeat;
  background-size: cover;
}

.faq .block .body {
  padding: 40px 90px;
  display: none;
}

@media screen and (max-width: 767px) {
  .faq .block {
    margin-top: 10px;
  }

  .faq .block .title {
    padding-left: 15px;
    padding-right: 50px;
    font-size: 12px;
  }

  .faq .block .title:before {
    right: 10px;
    width: 25px;
    height: 25px;
  }

  .faq .block .body {
    padding: 5px 15px;
  }
}

.info_imgblock {
  position: relative;
  padding-top: 90px;
  margin-top: -4px;
}

.info_imgblock img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 472px;
  object-fit: cover;
}

.info_imgblock .textblock {
  max-width: 550px;
  padding: 70px 65px;
  background: #fff;
  box-shadow: 0 15px 20px rgba(20, 41, 70, 0.1);
}

.info_imgblock .title {
  font-weight: 100;
  margin-bottom: 40px;
  font-size: 30px;
  color: #e20a23;
}

@media screen and (max-width: 767px) {
  .info_imgblock {
    padding-top: 150px;
  }

  .info_imgblock img {
    height: 205px;
  }

  .info_imgblock .textblock {
    padding: 15px;
  }

  .info_imgblock .title {
    margin-bottom: 20px;
  }
}

.contenttable {
  padding: 50px 0;
  background: #f5f8fb;
}

@media screen and (max-width: 991px) {
  .contenttable {
    padding: 30px 0;
  }
}

.page .tablewrapper {
  box-shadow: 0 15px 20px rgba(20, 41, 70, 0.1);
}

.page table {
  width: 100%;
  border-spacing: 0;
  background: #fff;
}

.page table tr:last-child td {
  border: 0;
}

.page table th {
  text-align: left;
  color: #fff;
  background: #e20a23;
  font-weight: bold;
  padding: 10px 30px;
}

@media screen and (max-width: 767px) {
  .page table th {
    padding: 10px;
  }
}

.page table td {
  padding: 30px;
  vertical-align: top;
  border-bottom: 2px solid #f6f8fb;
  font-size: 12px;
}

.page table td strong {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .page table td {
    padding: 10px;
    min-width: 220px;
  }
}

.page ul,
.page ol {
  padding: 0;
  list-style: none;
}

.page ul li,
.page ol li {
  position: relative;
  line-height: 20px;
  margin-top: 20px;
}

.page ul li:first-child,
.page ol li:first-child {
  margin-top: 0;
}

.page ul li {
  padding-left: 40px;
}

.page ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 15px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e20a23;
}

.page ol {
  counter-reset: heading;
}

.page ol li {
  padding-left: 30px;
  counter-increment: heading;
}

.page ol li:before {
  content: counter(heading) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #e20a23;
}

.pageslider {
  margin: 30px 0;
}

@media screen and (min-width: 768px) {
  .pageslider .rightwrap {
    max-width: 445px;
  }
}

.pageslider .row {
  margin: 0 -30px;
}

.pageslider .row>div {
  padding: 0 30px;
}

.pageslider .owl-nav {
  position: absolute;
  top: 50%;
  left: -90px;
  right: -90px;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: space-between;
  height: 0;
  margin-top: -24px;
}

.pageslider .owl-nav div {
  cursor: pointer;
  width: 25px;
  height: 48px;
  background: url(../images/arrow_pageslider.png) 0 0 no-repeat;
}

.pageslider .owl-nav div:last-child {
  transform: rotate(180deg);
}

@media screen and (max-width: 1360px) {
  .pageslider .owl-nav {
    left: -30px;
    right: -30px;
  }
}

@media screen and (max-width: 1230px) {
  .pageslider .owl-nav {
    display: none;
  }
}

.pageslider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

@media screen and (min-width: 1231px) {
  .pageslider .owl-dots {
    display: none;
  }
}

.pageslider .owl-dots div {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: #f5f8fb;
  border-radius: 50%;
  margin: 0 10px;
}

.pageslider .owl-dots div.active {
  background: #e20a23;
}

@media screen and (max-width: 767px) {
  .page_title {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .page_title h1 {
    margin-bottom: 20px;
  }
}

.page_title .site_button {
  font-weight: normal;
}

.reviews .block {
  margin-bottom: 50px;
  padding-top: 50px;
  padding-left: 30px;
  border-top: 4px solid #f6f8fb;
}

.reviews .block:first-child {
  padding-top: 0;
  border: 0;
}

.reviews .block .wrap {
  max-width: 840px;
}

.reviews .date {
  font-size: 14px;
  color: #929292;
}

.reviews .name {
  font-weight: bold;
  font-size: 15px;
  margin: 10px 0 15px;
  color: #e20a23;
}

@media screen and (max-width: 767px) {
  .reviews .block {
    padding-left: 0;
  }
}

.loaderbut {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .loaderbut {
    padding: 0;
  }
}

.news {
  margin: 0 -6px;
}

.news>div {
  padding: 0 6px;
  margin-bottom: 60px;
}

.news.newsslider {
  margin: 0;
}

.news.newsslider>div {
  padding: 0;
  margin: 0;
}

.news .top {
  position: relative;
}

.news .top img {
  display: block;
  width: 100%;
}

.news .top .label {
  position: absolute;
  top: 21px;
  left: 14px;
  line-height: 32px;
  width: 86px;
  text-align: center;
  background: #dc211b;
  color: #fff;
  font-size: 16px;
  z-index: 1;
  font-weight: bold;
}

.news .bottom {
  padding: 20px 10px 0;
}

.news .date {
  font-size: 14px;
  color: #929292;
}

.news .text {
  font-size: 14px;
  color: #36445e;
}

.news .title {
  margin: 4px 0 8px;
}

.news .title a {
  font-weight: bold;
  font-size: 15px;
  color: #34495e;
  border-bottom: 1px solid #bfc6cc;
}

.news .title a:hover {
  color: #e20a23;
  border-color: #f6b2ba;
}

.newsslider .owl-nav {
  position: absolute;
  top: 65px;
  left: -90px;
  right: -90px;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: space-between;
  height: 0;
}

.newsslider .owl-nav div {
  cursor: pointer;
  width: 25px;
  height: 48px;
  background: url(../images/arrow_pageslider.png) 0 0 no-repeat;
}

.newsslider .owl-nav div:last-child {
  transform: rotate(180deg);
}

@media screen and (max-width: 1360px) {
  .newsslider .owl-nav {
    left: -30px;
    right: -30px;
  }
}

@media screen and (max-width: 1230px) {
  .newsslider .owl-nav {
    display: none;
  }
}

.newsslider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px !important;
}

@media screen and (min-width: 1231px) {
  .newsslider .owl-dots {
    display: none;
  }
}

.newsslider .owl-dots div {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: #f5f8fb;
  border-radius: 50%;
  margin: 0 10px;
}

.newsslider .owl-dots div.active {
  background: #e20a23;
}

.mapwrap {
  height: 815px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .mapwrap {
    height: 650px;
  }
}

.mapwrap .map_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mapwrap .map_wrap .map {
  height: 100%;
  background: #ccc;
  display: none;
}

.mapwrap .map_wrap .map.active {
  display: block;
}

.mapwrap .textblock {
  position: absolute;
  top: 0;
  height: 815px;
  left: 15px;
  width: 512px;
  background: #fff;
  padding: 15px;
}

@media screen and (max-width: 991px) {
  .mapwrap .textblock {
    width: 300px;
    height: 650px;
  }
}

.mapwrap .textblock .wraptext {
  max-width: 315px;
}

.mapwrap .title {
  font-size: 30px;
  font-weight: bold;
  color: #34495e;
  text-transform: uppercase;
}

.mapwrap select {
  display: block;
  margin: 40px 0;
  height: 50px;
  border: 1px solid #34495e;
  border-radius: 5px;
  width: 100%;
  color: #485a6c;
  padding: 0 40px 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url(../images/selectarrow.png) 100% 50% no-repeat;
}

.mapwrap select::-ms-expand {
  display: none;
}

.mapwrap .phone>div {
  margin-top: 20px;
}

.mapwrap .phone>div:first-child {
  margin-top: 0;
}

.mapwrap .mail {
  margin: 40px 0;
}

.mapwrap .mail a {
  color: #0282ef;
  border-bottom: 1px solid #cce6fc;
}

.mapwrap .mail a:hover {
  border-color: transparent;
}

@media screen and (max-width: 767px) {
  .mapwrap {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }

  .mapwrap .map_wrap {
    position: relative;
    top: auto;
    bottom: auto;
    height: 250px;
  }

  .mapwrap .textblock {
    position: relative;
    top: auto;
    bottom: auto;
    height: auto;
    display: block;
    padding: 0;
    width: auto;
    left: auto;
    padding: 25px 0;
  }
}

.training {
  margin: 0 -6px 80px;
}

.training>div {
  padding: 0 6px;
  margin-bottom: 40px;
}

.training .block:hover img {
  opacity: 0.1;
}

.training .block:hover .title a {
  border-color: #a6afb8;
}

.training .block:hover .wrap {
  opacity: 1;
}

.training .top {
  position: relative;
  background: #25353f;
}

.training .top img {
  min-height: 336px;
  height: 100%;
  object-fit: cover;
  display: block;
  width: 100%;
  transition: all 0.4s ease 0s;
}

.training .top .wrap {
  transition: all 0.4s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  opacity: 0;
}

.training .top .wrap ul {
  margin: 0;
  padding: 40px 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  list-style: none;
}

.training .top .wrap ul li {
  width: 100%;
  margin-top: 8px;
}

.training .top .wrap ul li:first-child {
  margin-top: 0;
}

.training .top .wrap ul li a {
  font-size: 15px;
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

.training .top .wrap ul li a:hover {
  border-color: #69747b;
}

.training .top .wrap .site_button {
  margin-bottom: 40px;
}

.training .top .wrap.min {
  padding: 20px;
  align-items: flex-start;
}

.training .top .wrap.min ul {
  height: auto;
  padding: 0;
}

.training .top .wrap.min ul li {
  margin-top: 10px;
}

.training .top .wrap.min .site_button {
  margin: 0;
}

.training .title {
  margin-top: 20px;
  text-align: center;
}

.training .title a {
  font-size: 18px;
  color: #34495e;
  border-bottom: 1px solid transparent;
}

@media screen and (max-width: 767px) {
  .training {
    margin-bottom: 40px;
  }

  .training .top .wrap {
    padding: 20px;
  }

  .training .top .wrap ul {
    padding: 0;
    height: auto;
  }

  .training .top .wrap ul li {
    margin-top: 10px;
  }

  .training .top .wrap .site_button {
    margin-top: 10px;
  }
}

.detail_title .buttonblock a {
  margin-left: 20px;
  min-width: 290px;
  font-weight: normal;
}

.detail_title .buttonblock a:first-child {
  margin-left: 0;
  min-width: 220px;
}

@media screen and (max-width: 1150px) {
  .detail_title {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .detail_title .buttonblock a {
    margin: 20px 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .detail_title .buttonblock a {
    flex-grow: 2;
    margin: 15px 0 0;
    text-align: center;
  }
}

.step {
  text-align: center;
}

.step h2 {
  font-weight: normal;
  text-align: left;
}

.step .row>div {
  margin-top: 50px;
}

.step img {
  display: block;
  margin: 0 auto;
}

.premiumblock {
  position: relative;
  padding-top: 60px;
}

.premiumblock:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 502px;
  background: #ecf4f9;
}

.premiumblock .wrap {
  padding: 50px 50px 1px;
  background: #fff;
  box-shadow: 0 15px 20px rgba(20, 41, 70, 0.1);
  text-align: center;
}

.premiumblock .wrap .row>div {
  margin-bottom: 50px;
}

.premiumblock .wrap img {
  margin: 0 auto 30px;
  display: block;
}

.premiumblock .textblock {
  padding: 100px 0 70px;
  max-width: 720px;
}

.premiumblock .textblock ul {
  padding-top: 20px;
}

/* .premiumblock .textblock ul li {
        margin-top: 50px;
        line-height: 28px; }
        .premiumblock .textblock ul li:before {
          top: 3px; }
        .premiumblock .textblock ul li:first-child {
          margin-top: 0; } */
@media screen and (min-width: 768px) {
  .premiumblock h2 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .premiumblock {
    padding-top: 20px;
  }

  .premiumblock .wrap {
    padding: 20px 15px 1px;
  }

  .premiumblock .wrap .row>div {
    margin-bottom: 20px;
  }

  .premiumblock br {
    display: none;
  }

  .premiumblock .textblock {
    padding: 45px 0 20px;
  }
}

.priceblock {
  padding-bottom: 108px;
  position: relative;
}

.priceblock:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 65px;
  background: #f5f8fb;
}

@media screen and (min-width: 768px) {
  .priceblock .imgblock {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 1800px;
    width: 100%;
    z-index: 1;
    background: url(../images/priceimg.png) 50% 0 no-repeat;
  }
}

.priceblock .info {
  padding: 28px 50px;
  background: #34495e;
  margin-bottom: 115px;
  color: #fff;
  max-width: 970px;
}

.priceblock .info img {
  margin-right: 50px;
  min-width: 42px;
}

.priceblock .info .right {
  max-width: 620px;
  position: relative;
  z-index: 2;
  line-height: 28px;
}

.priceblock .text {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: 100;
  color: #34495e;
  line-height: 46px;
}

.priceblock .pirce_val {
  position: relative;
  z-index: 2;
}

.priceblock .pirce_val span {
  font-size: 35px;
  font-weight: 100;
  color: #e20a23;
  margin-right: 65px;
}

.priceblock .pirce_val .site_button {
  width: 290px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .priceblock {
    padding-bottom: 35px;
  }

  .priceblock .info {
    padding: 15px;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .priceblock .info .right {
    font-size: 13px;
    line-height: 22px;
  }

  .priceblock .info img {
    margin-right: 15px;
  }

  .priceblock .text {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .priceblock .text br {
    display: none;
  }

  .priceblock .pirce_val {
    flex-direction: column;
    align-items: flex-start;
  }

  .priceblock .pirce_val span {
    line-height: 1;
    margin: 0 0 20px;
  }

  .priceblock .pirce_val .site_button {
    width: 100%;
  }
}

.page404 {
  background: url(../images/bg404.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.page404 .header {
  border-color: #3d3d40;
}

.page404 .header .top .block span,
.page404 .header .top .block a {
  color: #fff;
}

.page404 .header .logo img {
  display: block;
}

.page404 .header .logo img+img {
  display: none;
}

.page404 .header .site_button {
  background: none;
  color: #fff;
  border: 2px solid #ffffff;
  box-shadow: 0;
  box-shadow: none;
}

.page404 .header .site_button:hover {
  background: #fff;
  color: #000;
}

.page404 .search {
  background: none;
}

.page404 .topmenu {
  background: none;
}

.page404 .topmenu ul li a:hover {
  color: #fff;
}

.page404 .wrap_404 {
  text-align: center;
  color: #fff;
  padding: 20px 0;
  line-height: 1.2;
}

.page404 .wrap_404 .title {
  font-size: 227px;
  font-weight: bold;
  line-height: 1;
}

.page404 .wrap_404 .text {
  margin: 25px 0 70px;
}

.page404 .footer404 {
  padding-bottom: 40px;
  color: #ffffff;
}

.page404 .footer404 .link {
  color: #9a9a9c;
  border-bottom: 1px solid transparent;
}

.page404 .footer404 .link:hover {
  border-color: #9a9a9c;
}

.page404 .footer404 .insite {
  text-align: right;
}

.page404 .footer404 .insite a {
  font-weight: bold;
  color: #0cffbd;
  border-bottom: 1px solid transparent;
}

.page404 .footer404 .insite a:hover {
  border-color: #0cffbd;
}

@media screen and (max-width: 991px) {
  .page404 .header .logo img {
    display: none;
  }

  .page404 .header .logo img+img {
    display: block;
  }

  .page404 .topmenu {
    background: #f6f9fb;
  }

  .page404 .wrap_404 {
    min-height: calc(100vh - 190px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .page404 .wrap_404 .title {
    font-size: 135px;
  }

  .page404 .wrap_404 .text {
    margin: 20px 0;
  }

  .page404 .footer404 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page404 .footer404 {
    text-align: center;
  }

  .page404 .footer404 .insite {
    text-align: center;
  }
}

.fullcontent .center .fp-tableCell {
  display: flex;
  align-items: center;
}

.fullcontent .footer {
  height: auto !important;
}

.fullcontent .footer .fp-tableCell {
  height: auto !important;
}

.fullcontent .fp-tableCell {
  height: 100vh;
  position: relative;
}

.fullcontent .header {
  border-color: #e3e7ec;
}

.fullcontent .topmenu {
  margin: 0;
}

.fullcontent .topmenu,
.fullcontent .search {
  background: #fbfcfd;
}

.fullcontent .biimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fullcontent .biimg img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.fullcontent .row>div .right {
  padding: 0 0 80px 35px;
}

.fullcontent .title {
  font-weight: bold;
  margin-bottom: 15px;
}

.fullcontent2 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 130px;
}

.fullcontent2 .center .fp-tableCell {
  display: flex;
  align-items: center;
}

.fullcontent2 .footer {
  height: auto !important;
}

.fullcontent2 .footer .fp-tableCell {
  height: auto !important;
}

.fullcontent2 .fp-tableCell {
  height: 100vh;
  position: relative;
}

.fullcontent2 .header {
  border-color: #e3e7ec;
}

.fullcontent2 .topmenu {
  margin: 0;
}

.fullcontent2 .topmenu,
.fullcontent2 .search {
  background: #fbfcfd;
}

.fullcontent2 .biimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fullcontent2 .biimg img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.fullcontent2 .row>div .right {
  padding: 0 0 80px 35px;
}

.fullcontent2 .title {
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .fullcontent {
    transform: inherit !important;
  }

  .fullcontent .fp-tableCell,
  .fullcontent .section {
    height: auto !important;
  }

  .fullcontent .title {
    margin-bottom: 7px;
  }

  .fullcontent2 {
    transform: inherit !important;
  }

  .fullcontent2 .fp-tableCell,
  .fullcontent .section {
    height: auto !important;
  }

  .fullcontent2 .title {
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 991px) {
  .first .fp-tableCell {
    min-height: 100vh !important;
    padding-bottom: 97px;
    padding-top: 80px;
  }

  .first .navigationtop {
    padding: 16px 0;
  }
}

@media screen and (max-width: 767px) {
  .first .fp-tableCell {
    padding-bottom: 0;
  }
}

.slider_firstbg {
  background: #fbfcfd;
}

.firstslider {
  max-height: calc(100vh - 348px);
}

@media screen and (min-width: 768px) {
  .firstslider .owl-stage-outer {
    overflow: visible;
  }
}

.firstslider .center .item {
  opacity: 1;
}

.firstslider .center .item .title,
.firstslider .center .item .text {
  margin: 0;
  opacity: 1;
}

.firstslider .center .item .text {
  margin: 15px 0 20px;
}

.firstslider .item {
  height: calc(100vh - 311px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-height: 900px) {
  .firstslider .item {
    height: calc(100vh - 301px);
  }
}

@media screen and (min-width: 768px) {
  .firstslider .item {
    opacity: 0.2;
  }
}

@media screen and (max-height: 730px) {
  .firstslider .item {
    height: calc(100vh - 258px);
  }
}

.firstslider .item .img {
  height: calc(100vh - 607px);
  max-height: 345px;
}

@media screen and (max-height: 900px) {
  .firstslider .item .img {
    height: calc(100vh - 570px);
  }
}

@media screen and (max-height: 730px) {
  .firstslider .item .img {
    height: calc(100vh - 507px);
  }
}

.firstslider .item img {
  width: auto;
  margin: 0 auto;
  height: 100%;
}

.firstslider .item .title {
  font-size: 35px;
  line-height: 52px;
  color: #34495e;
  text-transform: uppercase;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .firstslider .item .title {
    margin-bottom: -100px;
    opacity: 0;
  }
}

.firstslider .item .title a {
  color: #e20a23;
  border-bottom: 1px solid #ed828f;
}

.firstslider .item .title a:hover {
  border-color: transparent;
}

@media screen and (max-height: 730px) {
  .firstslider .item .title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .firstslider .item .title {
    font-size: 20px;
    line-height: 30px;
  }
}

.firstslider .item .text {
  margin: 15px 0 20px;
  font-size: 15px;
  font-size: 16px;
  color: #34495e;
}

@media screen and (min-width: 768px) {
  .firstslider .item .text {
    margin-bottom: -100px;
    opacity: 0;
  }
}

.firstslider .item .text strong {
  color: #e20a23;
}

.firstslider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: space-between;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  height: 0;
}

.firstslider .owl-nav div {
  cursor: pointer;
  width: 26px;
  height: 49px;
  background: url(../images/main_first_arrow.png) 0 0 no-repeat;
}

.firstslider .owl-nav div:first-child {
  transform: rotate(180deg);
}

.firstslider .owl-dots {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.firstslider .owl-dots div {
  cursor: pointer;
  width: 15px;
  margin: 0 5px;
  height: 15px;
  background: #969696;
  border-radius: 50%;
}

.firstslider .owl-dots div.active {
  background: #e20a23;
}

@media screen and (max-width: 991px) {
  .firstslider {
    max-height: none;
    padding: 25px 0;
  }

  .firstslider .item {
    min-height: calc(100vh - 227px);
    height: auto;
  }

  .firstslider .item .img {
    min-height: 100px;
    height: calc(100vh - 450px);
  }
}

@media screen and (max-width: 767px) {
  .firstslider .item {
    min-height: calc(100vh - 130px);
    padding-bottom: 50px;
  }

  .firstslider .item .img {
    height: auto;
    min-height: auto;
    max-height: auto;
  }

  .firstslider .item .img img {
    height: auto;
  }

  .firstslider .owl-nav {
    display: none;
  }

  .firstslider .owl-dots {
    display: flex;
  }
}

.navigationtop {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 0;
  background: #fff;
  box-shadow: 0 0 29px rgba(52, 73, 94, 0.1);
}

.navigationtop ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.navigationtop ul li {
  flex-basis: 18%;
}

.navigationtop ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  border: 1px solid #f08491;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  color: #34495e;
  border-radius: 4px;
}

.navigationtop ul li a:hover {
  background: #e20a23;
  color: #fff;
  border-color: #e20a23;
  box-shadow: 0 10px 15px rgba(225, 57, 48, 0.15);
}

.navigationtop ul li a:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

@media screen and (max-height: 900px) {
  .navigationtop {
    padding: 20px 0;
  }
}

@media screen and (max-width: 991px) {
  .navigationtop ul li a {
    font-size: 14px;
    line-height: 18px;
    min-height: 65px;
  }
}

@media screen and (max-width: 767px) {
  .navigationtop {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .main_navig ul {
    padding-bottom: 60px !important
  }

  .main_navig .baron4 ul {
    padding-bottom: 30px !important
  }
}

.secontd {
  color: #fff;
}

.secontd .main_navig ul li {
  line-height: 1.62;
}

.secontd .main_navig ul li a {
  color: #a7bed4;
}

.secontd .main_navig ul li a:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .secontd {
    text-align: center;
  }

  .secontd .fp-tableCell {
    padding: 20px 0;
  }

  .secontd .main_navig ul li a {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .secontd .main_navig {
    margin-bottom: 20px;
  }
}

.main_title {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 60px;
}

@media screen and (max-height: 740px) {
  .main_title {
    margin-bottom: 30px;
  }
}

.main_title span {
  font-size: 55px;
  line-height: 64px;
  display: block;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: bold;
}

@media screen and (max-height: 740px) {
  .main_title span {
    font-size: 45px;
    line-height: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .main_title span {
    font-size: 30px;
    line-height: 34px;
  }

  .main_title span br {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .main_title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .main_title {
    font-size: 16px;
  }

  .main_title span {
    font-size: 21px;
    line-height: 1.3;
  }
}

.main_navig {
  height: 516px;
  background: #31353b;
  padding: 40px 20px;
  max-width: 550px;
}

.main_navig ul {
  padding: 0;
  list-style: none;
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
  height: 100%;
  max-width: 410px;
  margin: 0 auto;
  width: 100%;
}

.main_navig ul li {
  margin-top: 15px;
}

.main_navig ul li:first-child {
  margin-top: 0;
}

.main_navig ul li a {
  font-size: 15px;
  color: #485a6c;
  transition: all 0.2s ease 0s;
}

.main_navig ul li a:hover {
  font-size: 23px;
  font-weight: bold;
}

@media screen and (max-height: 800px) {
  .main_navig {
    height: 400px;
    padding: 20px;
  }

  .secontd .main_navig {
    height: 480px;
    padding: 26px 20px 20px 20px;
  }
}

@media screen and (max-width: 991px) {
  .main_navig {
    height: auto;
    padding: 15px;
    text-align: left;
    background: rgba(49, 53, 59, 0.8);
  }

  .main_navig ul {
    max-width: none;
  }

  .main_navig ul li {
    margin-top: 10px;
  }

  .main_navig ul li a:hover {
    font-size: 15px;
  }

  .main_navig ul li:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .main_navig .buttonwrap .site_button {
    font-weight: normal;
    letter-spacing: 1.1px;
  }
}

.third .biimg img {
  object-position: 70% 0;
}

.third .main_title {
  color: #31353b;
}

.third .main_navig {
  background: #fff;
  border: 2px solid #e20a23;
  display: flex;
  display: block !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.third .main_navig ul {
  height: auto;
}

.third .main_navig ul:first-child {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-height: 800px) {
  .third .main_navig ul:first-child {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

.third .main_navig ul li {
  margin-top: 10px;
}

.third .main_navig ul li a:hover {
  color: #e20a23;
}

.third .buttonwrap {
  max-width: 410px;
  width: 100%;
  margin: 35px auto 0;
}

.third .right {
  padding-top: 40px;
}

@media screen and (min-width: 992px) {
  .third .right {
    padding-left: 45px;
    width: 30%;
  }
}

@media screen and (max-height: 800px) {
  .third ul {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 991px) {
  .third {
    text-align: center;
  }

  .third .fp-tableCell {
    padding: 20px 0;
  }

  .third .right {
    padding-top: 20px;
  }

  .third .main_navig ul:first-child {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .third .buttonwrap {
    max-width: none;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .third .biimg {
    display: none;
  }

  .third .site_button {
    padding: 0;
    width: 100%;
  }
}

.fourth {
  color: #fff;
}

.fourth .fouth_block {
  position: relative;
  height: 100%;
  display: none;
  width: 100%;
  align-items: center;
}

.fourth .fouth_block.active {
  display: flex;
}

@media screen and (min-width: 992px) {
  .fourth .main_title span {
    font-size: 50px;
  }
}

@media screen and (min-width: 768px) {
  .fourth .leftpadding {
    padding-left: 50px;
  }
}

.fourth .right {
  padding-left: 50px;
}

.fourth .right.min {
  padding-left: 0;
}

.fourth .right.min .note {
  text-align: right;
}

.fourth .right.min .note .text {
  margin-left: auto;
}

.fourth .right .main_title {
  cursor: pointer;
}

.fourth .right .main_title .wrap span {
  display: inline;
  border-bottom: 1px dashed #fff;
}

.fourth .right .main_title .wrap:hover span {
  border-color: transparent;
}

.fourth .right .main_title span {
  font-weight: 100;
}

.fourth .right .title {
  padding-top: 60px;
  cursor: pointer;
}

.fourth .right .text {
  max-width: 260px;
}

.fourth .main_navig {
  background: #ffffff;
  height: 550px;
}

@media screen and (max-height: 780px) {
  .fourth .main_navig {
    height: 440px;
  }
}

.fourth .main_navig ul {
  height: auto;
}

.fourth .main_navig ul li {
  margin-bottom: 5px;
}

.fourth .main_navig ul li a:hover {
  color: #e20a23;
}

.fourth .buttonwrap {
  max-width: 400px;
  margin: 20px auto 0;
}

.fourth .baron__scroller,
.fourth .baron__scroller2 {
  height: 400px;
}

@media screen and (min-width: 992px) {

  .fourth .baron__scroller,
  .fourth .baron__scroller2 {
    padding-bottom: 60px;
  }
}

@media screen and (max-height: 780px) {

  .fourth .baron__scroller,
  .fourth .baron__scroller2 {
    height: 280px;
  }
}

@media screen and (min-width: 992px) {

  .fourth .baron,
  .fourth .baron2 {
    position: relative;
  }

  .fourth .baron:before,
  .fourth .baron2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  }
}

.fourth .baron__track {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background: #f5f6f8;
}

.fourth .baron__track .baron__free {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.fourth .baron__track .baron__bar,
.fourth .baron__track .baron__bar2 {
  position: absolute;
  width: 2px;
  background: #b4b6bf;
}

@media screen and (max-width: 991px) {
  .fourth .row>div .right {
    padding-left: 0;
  }

  .fourth .fp-tableCell {
    padding: 20px 0;
  }

  .fourth .right .title {
    padding-top: 0px;
  }

  .fourth .right .main_title span {
    font-size: 27px;
  }

  .fourth .main_navig {
    background: rgba(49, 53, 59, 0.8);
  }

  .fourth .main_navig ul li {
    margin-bottom: 5px;
    margin-top: 0;
  }

  .fourth .main_navig ul li a {
    color: #fff;
  }

  .fourth .main_navig .buttonwrap {
    max-width: none;
  }

  .fourth .main_navig,
  .fourth .baron__scroller,
  .fourth .baron__scroller2 {
    height: auto;
  }

  .fourth .baron__track {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .fourth .main_title {
    text-align: center;
  }

  .fourth .main_title br {
    display: none;
  }

  .fourth .site_button {
    padding: 0;
    width: 100%;
  }

  .fourth .row>div .right {
    text-align: center;
    padding: 20px 0 0;
  }

  .fourth .right .text {
    margin: 0;
    max-width: none;
  }

  .fourth .fp-tableCell {
    padding: 0;
    flex-direction: column;
  }

  .fourth .fp-tableCell>div {
    padding: 20px 0;
  }

  .fourth .fouth_block {
    display: flex;
  }

  .fourth .fouth_block:first-child .row>div:last-child {
    display: none;
  }

  .fourth .fouth_block:last-child .row>div:first-child {
    display: none;
  }
}

.fifth {
  background: #f0f0f0;
  position: relative;
}

.fifth:before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 70px);
  width: 2px;
  height: 70px;
  background: #cacbcc;
}

.fifth:after {
  content: '';
  position: absolute;
  top: 220px;
  left: calc(50% - 70px);
  width: 2px;
  bottom: 0;
  background: #cacbcc;
}

.fifth .big_title {
  line-height: 1.2;
  max-width: 1320px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 20px;
  z-index: 1;
  padding: 40px 15px 0;
}

.fifth .big_title span {
  font-size: 116px;
  font-weight: bold;
  color: #bdc0c6;
  text-transform: uppercase;
  display: block;
}

@media screen and (max-width: 1200px) {
  .fifth .big_title span {
    font-size: 96px;
  }
}

.fifth .rightimg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: auto;
}

.fifth .left {
  height: 100vh;
  position: relative;
  z-index: 2;
}

.fifth .left .site_button {
  /* position: absolute;
  bottom: 130px;
  font-weight: normal;
  left: 250px; */
}

.fifth .left img {
  position: absolute;
  bottom: 0;
  left: -200px;
  width: auto;
  height: calc(100vh - 160px);
}

@media screen and (max-width: 1300px) {
  .fifth .left img {
    left: -100px;
  }
}

.fifth .right {
  height: 100vh;
  position: relative;
  z-index: 1;
}

.fifth .right .site_button {
  /* position: absolute;
      bottom: 130px;
      font-weight: normal;
      left: 10px;  */
}

@media screen and (max-width: 1024px) {

  .fifth:before,
  .fifth:after {
    display: none;
  }

  .fifth .big_title span {
    font-size: 70px;
  }

  .fifth .right .site_button {
    bottom: auto;
    top: 200px;
    left: -40px;
  }
}

@media screen and (max-width: 991px) {
  .fifth .big_title span {
    font-size: 40px;
  }

  .fifth .left {
    height: 500px;
  }

  .fifth .left img {
    left: 0;
    height: 350px;
  }

  .fifth .left .site_button {
    bottom: 57px;
    left: 200px;
    padding: 0 15px;
  }

  .fifth .right {
    height: 500px;
  }

  .fifth .right .site_button {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .fifth .right .site_button {
    left: auto;
    right: 0;
    padding: 0 10px;
    top: 247px;
    white-space: nowrap;
    background: #e20a23;
    color: #fff;
  }

  .fifth .left img {
    height: auto;
    left: -30px;
    height: 240px;
  }

  .fifth .left .site_button {
    bottom: auto;
    padding: 0 10px;
    left: 0;
    top: 181px;
    color: #fff;
    background: #e20a23;
  }
}

.sixth {
  padding: 20px 0;
}

@media screen and (max-height: 780px) {
  .sixth {
    font-size: 13px;
    line-height: 22px;
  }
}

.sixth .blockin {
  height: 100vh;
  flex-direction: column;
  max-height: 710px;
}

@media screen and (max-height: 780px) {
  .sixth .blockin {
    height: auto;
  }

  .sixth .blockin .bottom {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .sixth h2 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: normal;
  }
}

.sixth .bottom {
  width: 100%;
}

.sixth .klient .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.sixth .klient .item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  height: 148px;
  border: 1px solid #e20a23;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-height: 780px) {
  .sixth .klient .item {
    height: 120px;
  }
}

.sixth .klient .item img {
  width: auto;
}

.sixth .klient .owl-nav {
  position: absolute;
  top: 50%;
  left: -90px;
  right: -90px;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: space-between;
  height: 0;
  margin-top: -24px;
}

.sixth .klient .owl-nav div {
  cursor: pointer;
  width: 25px;
  height: 48px;
  background: url(../images/arrow_pageslider.png) 0 0 no-repeat;
}

.sixth .klient .owl-nav div:last-child {
  transform: rotate(180deg);
}

@media screen and (max-width: 1360px) {
  .sixth .klient .owl-nav {
    left: -30px;
    right: -30px;
  }
}

@media screen and (max-width: 1230px) {
  .sixth .klient .owl-nav {
    display: none;
  }
}

.sixth .klient .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

@media screen and (min-width: 1231px) {
  .sixth .klient .owl-dots {
    display: none;
  }
}

.sixth .klient .owl-dots div {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: #f5f8fb;
  border-radius: 50%;
  margin: 0 10px;
}

.sixth .klient .owl-dots div.active {
  background: #e20a23;
}

@media screen and (max-width: 991px) {
  .sixth .blockin {
    height: auto;
    max-height: none;
  }
}

.footer {
  padding: 70px 0;
  background: #31353b;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
}

.footer a {
  color: #ffffff;
}

.footer .top .right {
  flex-grow: 2;
  max-width: 655px;
  margin-left: 20px;
}

.footer .top .block span {
  display: block;
}

.footer .top .block .mail,
.footer .top .block .tel {
  font-size: 15px;
  border-bottom: 1px solid transparent;
}

.footer .top .block .mail {
  border-bottom: 1px solid #fff;
}

.footer .top .block .mail:hover {
  border-color: transparent;
}

.footer .f_menu {
  padding: 35px 0;
  margin: 70px 0;
  border-top: 1px solid #464a4f;
  border-bottom: 1px solid #464a4f;
}

.footer .f_menu ul {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.footer .f_menu ul a {
  border-bottom: 1px solid transparent;
}

.footer .f_menu ul a:hover {
  border-color: #fff;
}

.footer .f_link {
  color: #989a9d;
  border-bottom: 1px solid transparent;
}

.footer .f_link:hover {
  border-color: #989a9d;
}

.footer .insite {
  text-align: right;
}

.footer .insite a {
  font-weight: bold;
  color: #0cffbd;
  border-bottom: 1px solid transparent;
}

.footer .insite a:hover {
  border-color: #0cffbd;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 30px 0;
  }

  .footer .top {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #464a4f;
  }

  .footer .f_menu {
    display: none;
  }
}

@media screen and (max-width: 840px) {
  .footer .top {
    flex-direction: column;
  }

  .footer .top .right {
    margin: 0;
    max-width: none;
  }

  .footer .copyright br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    text-align: center;
  }

  .footer .copyright {
    margin-bottom: 15px;
  }

  .footer .top .right {
    flex-direction: column;
  }

  .footer .top .right .block {
    margin-bottom: 15px;
  }

  .footer .insite {
    text-align: center;
    margin-top: 15px;
  }
}

.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(49, 53, 59, 0.74);
  z-index: 10;
  display: none;
}

.popup_wrap .closebut {
  position: absolute;
  top: 8px;
  right: 0;
  width: 22px;
  height: 22px;
  background: url(../images/closebut.png) 0 0 no-repeat;
  cursor: pointer;
}

.popup_wrap .wrap {
  display: inline-block;
  vertical-align: middle;
  max-width: 1100px;
  width: 100%;
  padding: 100px 50px;
  background: #ffffff;
  position: relative;
  line-height: 1.2;
  font-size: 12px;
  color: #3d4147;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: left;
}

.popup_wrap .wrap:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border: 2px solid #e20a23;
  border-radius: 4px;
}

.popup_wrap .big {
  max-width: 845px;
  margin: 0 auto;
  position: relative;
}

.popup_wrap .p_title {
  text-align: center;
  font-size: 35px;
  color: #31353b;
}

.popup_wrap .row>div {
  margin-top: 30px;
}

.popup_wrap input,
.popup_wrap textarea {
  display: block;
  width: 100%;
  line-height: 50px;
  height: 50px;
  background: #f0f3f6;
  border-radius: 5px;
  border: 0;
  padding: 0 20px;
  font-size: 15px;
  color: #3d4147;
}

.popup_wrap input::placeholder,
.popup_wrap textarea::placeholder {
  color: #3d4147;
}

.popup_wrap textarea {
  resize: none;
  height: auto;
  line-height: 1.2;
  padding: 20px;
  height: 190px;
}

.popup_wrap select {
  display: block;
  width: 100%;
  line-height: 50px;
  height: 50px;
  background: #f0f3f6 url(../images/selectarrow.png) 100% 50% no-repeat;
  border-radius: 5px;
  border: 0;
  padding: 0 40px 0 20px;
  font-size: 15px;
  color: #3d4147;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; 
}
  .popup_wrap select::-ms-expand {
    display: none;
 } 

.popup_wrap .oferta {
  margin: 27px;
}

.popup_wrap .site_button {
  letter-spacing: 1.1px;
}

.popup_wrap:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.popup_wrap form+.success {
  display: none;
}

.popup_wrap .success {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .popup_wrap .wrap {
    padding: 25px;
  }

  .popup_wrap .wrap:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}

.oferta {
  display: flex;
  align-items: center;
}

.oferta label {
  margin-right: 12px;
}

.oferta label input {
  display: none;
}

.oferta label input:checked+span {
  background: #e20a23 url(../images/checked.png) 50% 50% no-repeat;
}

.oferta label span {
  display: block;
  width: 18px;
  cursor: pointer;
  height: 18px;
  border: 1px solid #e20a23;
}

.oferta a {
  color: #e20a23;
  border-bottom: 1px solid transparent;
}

.oferta a:hover {
  border-color: #e20a23;
}

#gotop,
.gotop {
  display: none;
  position: fixed;
  z-index: 2;
  bottom: 90px;
  right: 20px;
  opacity: 0.7;
  width: 56px;
  height: 56px;
  cursor: pointer;
  border-radius: 50%;
  background: #fff url(../images/gotop.png) 50% 50% no-repeat;
  border: 2px solid #31353b;
}

#gotop:hover,
.gotop:hover {
  opacity: 1.0;
}

.note {
  display: none;
}

.maxtext {
  max-width: 280px;
}

.contactsblock_wrap .m_block {
  display: none;
}

.contactsblock_wrap .m_block.active {
  display: block;
}

/*# sourceMappingURL=styles.css.map */

.top-menu_active {
  border-color: #e20a23 !important;
  color: #34495e !important;
}

.navigationtop ul li a span {
  max-width: 150px;
}

.priceblock .imgblock {
  background: none;
}

.user-message {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  padding: 5px 0;
  background-color: aliceblue;
  display: none;
}



.nc_search_title a {
  border-bottom: 1px solid #ccc;
}

.nc_search_nav {
  text-align: center;
}

.detail_title h1 {
  margin: 10px 0 20px 0;
}

@media screen and (max-height: 800px) {
  .add-style1 {
    padding: 40px 20px;
  }
}

.stepimg img {
  display: none !important;
}

.stepimg img.active {
  display: block !important;
}

.klient.owl-carousel .owl-item {
  padding-right: 2px;
}

.faq-name {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px dashed #85a1bdc4;
  cursor: pointer;
}

.faq-name:hover,
.faq-name.active {
  color: #e20a23;
  border-color: #e20a2391;
}

.faq .block.active {
  border-color: #cee7ff;
}

.faq .block.active .title {
  background: #cee7ff;
  color: #2c3640;
}

.faq .block .body {
  font-size: 15px;
}

.buttonblock_course {
  padding-top: 20px;
}

.content.o_tsentre {
  padding-top: 0;
}

.o_tsentre .klient .owl-nav {
  position: absolute;
  top: 50%;
  left: -90px;
  right: -90px;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: space-between;
  height: 0;
  margin-top: -24px;
}

.o_tsentre .klient .owl-nav div {
  cursor: pointer;
  width: 25px;
  height: 48px;
  background: url(../images/arrow_pageslider.png) 0 0 no-repeat;
}

.o_tsentre .klient .owl-nav div:last-child {
  transform: rotate(180deg);
}

.mapwrap .net_vk {
  background: 0px 17px url(/images/net_vk.png) no-repeat;
  padding: 8px 0px 21px 47px;
  min-height: 80px;
}

.mapwrap .net_in {
  background: 0px 0px url(/images/net_in.png) no-repeat;
  padding: 0px 0px 0px 47px;
  min-height: 99px;
}

.mapwrap .net a {
  color: #485a6c;
  border-bottom: 1px solid #dadee2;
  font-size: 13px;
}

.footer-text-box {
  align-self: baseline;
}

.footer .net_vk {
  background: 0px 14px url(/images/net_vk2.png) no-repeat;
  padding: 8px 0px 21px 47px;
  min-height: 80px;
}

.footer .net_in {
  background: 0px 0px url(/images/net_in2.png) no-repeat;
  padding: 2px 0px 0px 47px;
  min-height: 70px;
}

.footer .net a {
  color: #fff;
  border-bottom: 1px solid #5a5d62;
  font-size: 13px;
}

.footer .net a:hover {
  border-color: #ffffffbb;
}

.contactsblock_wrap .phone p {
  line-height: 2.2;
}

.viber_wa {
  position: absolute;
  margin: 4px 0px 0px 11px;
}

.viber_wa a {
  margin-right: 10px;
}

.copyright {
  padding-top: 8px;
}

.sb_left {
  margin-left: 40px;
}

.fifth .right .site_button:nth-child(2) {
  left: 270px;
}



@media screen and (min-width: 768px) {
  .training .top .wrap ul li {
    line-height: 20px;
  }
}


@media screen and (max-width: 1600px) {
  .fifth .right .site_button:nth-child(1) {
    bottom: 200px;
  }

  .fifth .right .site_button:nth-child(2) {
    left: 10px;
    bottom: 130px;
  }
}

@media screen and (max-width: 1360px) {
  .o_tsentre .klient .owl-nav {
    left: -30px;
    right: -30px;
  }
}

@media screen and (max-width: 1230px) {
  .o_tsentre .klient .owl-nav {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .fifth .right .site_button:nth-child(1) {
    bottom: auto;
  }

  .fifth .right .site_button:nth-child(2) {
    left: -40px;
    top: 280px;
    bottom: auto;
  }
}

@media screen and (max-width: 768px) {
  .sixth .klient .owl-dots div {
    width: 10px;
    min-width: 10px;
    height: 10px;
    margin: 0px 2px;
  }

  .footer-text-box {
    width: 100%;
  }

  .footer .net_vk,
  .footer .net_in {
    width: 180px;
    margin: 0 auto;
    text-align: left;
  }

  .fifth .right .site_button:nth-child(1),
  .fifth .right .site_button:nth-child(2) {
    bottom: auto;
    left: auto;
    top: 247px;
  }

  .fifth .right .site_button:nth-child(2) {
    margin-top: 74px;
  }
}

@media screen and (max-width: 600px) {
  .sb_left {
    margin-left: 0px;
  }
}

/* Страница Обучение */
.price_table {
  background: #fff
}

.price_table .fancybox-effects-a {
  border-bottom: 1px dashed #0082e7;
  text-decoration: none
}

.price_table .fancybox-effects-a:hover {
  border-color: transparent
}

@media screen and (min-width: 768px) {
  .price_table {
    margin-top: 45px;
    display: table;
    border-spacing: 0;
    width: 100%;
    border-radius: 5px
  }

  .price_table .block {
    display: table-row
  }

  .price_table .block:first-child>div {
    border: 0
  }

  .price_table .block>div {
    display: table-cell;
    width: 17%;
    align-items: center;
    padding: 23px 20px;
    border-top: 1px solid #dde5e8
  }

  .price_table .block>div:first-child {
    width: 40%
  }

  .price_table .block>div:nth-child(2) {
    width: 10%
  }

  .price_table .block>div:last-child {
    width: 1%
  }
}

@media screen and (max-width: 767px) {
  .price_table .block {
    padding: 15px;
    border-top: 1px solid #dde5e8
  }

  .price_table .block:first-child {
    border-top: 0
  }

  .price_table .block div {
    margin-top: 15px
  }

  .price_table .block div:first-child {
    margin-top: 0
  }
}

.price_table .title {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #9f9f9f
}

.price_table .title:hover {
  border-color: transparent
}

.price_table .price {
  font-size: 20px;
  color: #0082e7;
  white-space: nowrap
}

.price_table .site_button {
  white-space: nowrap
}

.catalog_tabwrap .t_block {
  border-top: 1px solid #d9e3e8;
}

.catalog_tabwrap .t_block:first-child {
  border-top: 0;
}

.catalog_tabwrap .t_title {
  display: flex;
  align-items: center;
  min-height: 100px;
  position: relative;
  padding: 0 115px 0 30px;
  font-size: 20px;
  font-weight: bold;
  color: #202f46;
  cursor: pointer;
}

.catalog_tabwrap .t_title:before {
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  top: 27px;
  right: 30px;
  background: url(/images/tabcatalog.png) 0 0 no-repeat;
}

.catalog_tabwrap .t_title.active {
  background: #d9e3e8;
  background-color: #f6f9fb;
}

.catalog_tabwrap .t_title.active:before {
  background-position: 0 100%;
}

.catalog_tabwrap .t_body {
  display: none;
}

.catalog_tabwrap .price_table {
  margin: 0;
}

.catalog_tabwrap .linktab {
  padding: 20px 0 0;
  margin: 0;
  list-style: none;
}

.catalog_tabwrap .linktab li {
  margin-bottom: 20px;
}

.catalog_tabwrap .linktab li a {
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  color: #202f46;
  line-height: 20px;
}

.catalog_tabwrap .linktab li a span {
  border-bottom: 1px dashed #202f46;
}

.catalog_tabwrap .linktab li a:hover span {
  border-color: transparent;
}

@media screen and (max-width: 767px) {
  .catalog_tabwrap .t_title {
    min-height: 56px;
    font-size: 15px;
    line-height: 1.2;
    padding: 10px 40px 10px 15px;
  }

  .catalog_tabwrap .t_title:before {
    width: 25px;
    height: 25px;
    top: 15px;
    right: 15px;
    background-size: cover;
  }
}

.link_block {
  margin-top: 20px;
}

.fourth .right .text {
  max-width: none;
}

.firstslider .item img.img-gift {
  display: inline;
  margin-left: 10px;
  width: 24px;
}

.text_box {
  padding: 10px 10px;
}

.text_box ul,
.text_box ol {
  padding: 0;
  list-style: none;
}

.text_box ul li,
.text_box ol li {
  position: relative;
  line-height: 20px;
  margin-top: 20px;
}

.text_box ul li:first-child,
.text_box ol li:first-child {
  margin-top: 0;
}

.text_box ul li {
  padding-left: 40px;
}

.text_box ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 15px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e20a23;
}

.text_box ol {
  counter-reset: heading;
}

.text_box ol li {
  padding-left: 30px;
  counter-increment: heading;
}

.text_box ol li:before {
  content: counter(heading) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #e20a23;
}

.fourth .right.min .note {
  text-align: left;
}

.main_navig ul li.full_link {
  margin-top: 2em;
}

.full_link a {
  border-bottom: 1px solid #a7bed4;
}

.full_link a:hover {
  border-bottom-color: #fff;
}

.main_navig ul li a {
  display: inline-block;
}

.baron4 li {
  line-height: 1.62;
}

.detail_title h1 {
  line-height: 1.5em;
}


/* Прокрутка на главной */
.baronwrap {
  position: relative;
  height: 100%;
}

.baronwrap .baron__scroller_wrap {
  height: 100%;
}

.baronwrap .baron__scroller_wrap ul {
  display: flex;
}

.baronwrap .baron__scroller_wrap ul li {
  margin-top: 30px;
}

.baronwrap .baron__scroller_wrap ul li:first-child {
  margin-top: 0px;
}

.baronwrap .baron__track {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.1);
}

.baronwrap .baron__track .baron__free {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.baronwrap .baron__track .baron__bar_scroll {
  position: absolute;
  width: 2px;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .baronwrap .baron__track {
    display: none;
  }
}

.third .top {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .third .top {
    max-height: 320px;
  }
}

@media screen and (min-width: 992px) {
  .third .baronwrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
    display: none !important;
  }

  .third .baronwrap .baron__scroller_wrap {
    padding-bottom: 60px;
  }
}

.third .baronwrap .baron__track {
  background: #ccc;
}

.third .baronwrap .baron__track .baron__bar_scroll {
  background: #e20a23;
}

@media screen and (max-height: 800px) {
  .third .main_navig {
    height: auto;
    height: 460px;
  }
}

.instructor .block .title {
  font-size: 25px;
  color: #e20a23
}

.instructor .block .right ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.instructor .block .right ul li {
  margin-top: 7px
}

.instructor .block .right ul li:first-child {
  margin-top: 0
}

.instructor .block .imgl {
  font-size: 0;
  line-height: 0
}

@media screen and (min-width: 992px) {
  .instructor .block {
    margin-top: 75px;
    position: relative;
    min-height: 345px;
    display: flex;
    align-items: flex-end
  }

  .instructor .block:first-child {
    margin-top: 0
  }

  .instructor .block .imgl {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
  }

  .instructor .block .right .bottom {
    min-height: 195px;
    position: relative;
    padding: 20px 420px 20px 412px;
    background: #f7f9fb;
    display: flex;
    font-size: 15px;
    align-items: center
  }

  .instructor .block .title {
    padding: 0 0 20px 412px
  }

  .instructor .block .right .img {
    position: absolute;
    bottom: 0;
    right: 0
  }

  .instructor .block:first-child {
    margin-top: 0
  }
}

@media screen and (max-width: 991px) {
  .instructor .block {
    margin-top: 75px
  }

  .instructor .block .title {
    padding-bottom: 20px
  }

  .instructor .block .right ul {
    padding-bottom: 20px
  }

  .instructor .block:first-child {
    margin-top: 0
  }

  .instructor .block .right {
    background: #f7f9fb;
    padding: 20px
  }
}

/* .third .main_navig{display:block !important;} */

.img_docs_box {
  padding-top: 40px;
}

.img_docs_item {
  float: left;
  margin: 0px 15px 35px 15px;
  width: 150px;
  height: 150px;
}

.img_docs_box:after {
  display: table;
  content: " ";
  clear: both;
}

.img_docs_item a {
  border: none;
}

@media (max-width:406px) {
  .img_docs_item {
    float: none;
    margin: 0px auto 45px auto;
  }
}

/* .fifth .left .site_button {
  bottom: 220px;
}

.fifth .left .site_button:nth-child(2) {
  bottom: 130px;
} */

.f-go {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  margin-bottom: 15px;
  width: 180px;
  text-align: center;
  transition: .3s all ease;
}
.f-go.black_05 {background-color: #31353b82;}
.f-go.whire {color: #31353b; border-color: #e20a23;}


.f-go:hover {
  background: #fff;
  color: #000;
}
.f-go.whire:hover {color: #e20a23;}

.buttons-left {
  position: absolute;
  bottom: 130px;
  font-weight: normal;
  left: 190px;
}

.buttons-right {
  position: absolute;
  bottom: 130px;
  font-weight: normal;
  left: 10px;
}

.buttons-left a,
.buttons-right a {
  width: 220px;
}

.buttons-left a:first-child,
.buttons-right a:first-child {
  top: -20px;
  position: relative;
}

.podrazdel {
  margin: 30px 0;
}

.podrazdel .title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}

.podrazdel a {
  transition: .2s all ease;
}

.podrazdel a:hover {
  font-size: 17px;
  color: #e20a23;
  border-color: #e20a23;
  font-weight: 500;
}

.second-page {padding: 60px 0px 90px 0px; margin-bottom: 60px;}
@media screen and (max-width: 767px) {
	.second-page {padding-bottom: 30px;}
}
.big_title_link {position: absolute; width: 100%; height: 180px; margin-top: 32px; z-index: 10;}
.buttons-left {bottom: 110px;}
.buttons-right-bottom {bottom: 90px;}
.right-top {position: absolute; top: 250px; font-weight: normal; left: 10px;}
.right-top .site_button.border, .left-top.mob_button a {width: 180px; background: none; border: 1px solid #506275; color: #34495ed9; border-radius: 0; min-height: 40px; padding: 0;}
.left-top.mob_button {padding-left: 20px; padding-bottom: 10px;}
.right-top .site_button.border:hover, .left-top.mob_button a:hover {background: #3f5367; color: #fff;}
.mob_button {display: none;}
.site_button.border {margin-bottom: 20px;}
.fifth .left .site_button {top: 0px;}
/*
background: #ff00004d;
*/

@media screen and (max-width: 1300px) {
	.site_button.border { //color: #fff; 
    // background: #e20a23;
    }
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1024px) {
	.right-top .site_button {bottom: auto; top: 200px; left: -40px;}
	.big_title_link {height: 130px;}
	.fifth .right .site_button {top: 0;}
	.buttons-right-bottom {bottom: 110px;}
}

@media screen and (max-width: 991px) {
	.big_title_link {height: 130px;}
	.fp-viewing-4 .right-top {display: none;}

	.right-panel {display: none;}
	.mob_button {display: inline-flex; display: flex;}
	
	.buttons-left {left: 41.66666667%; margin-left: 10px; bottom: 9%;}
	.left-panel {width: 100%;}
	.fifth .left .site_button {left: 0px;}
	
	
	/*
	.right-panel {width: 100%; height: 0;}
	.right-panel .right {height: 0; padding: 0;}
	.buttons-right-bottom {bottom: 140px; left: 41.66666667%; margin-left: 50px;}
	*/
}

@media screen and (max-width: 768px) {
	.fifth .left .site_button {top: 0px;}
	/*.fifth .right .site_button:nth-child(1) {top: 0; left: -40px;}*/
}
@media screen and (max-width: 767px) {
	.left-panel .buttons-left {left: 30%;}
	.left-top.mob_button a {background: #f5f2f296 !important; color: #34495ed9 !important;}
	.left-top.mob_button a:hover {background: #3f5367 !important; color: #fff !important;}
}
@media screen and (max-width: 479px) {
	.fifth .left img {display: none;}
	.left-panel .buttons-left {left: 0; right: 0; margin: auto; width: 200px; bottom: 6%;}
}

@media screen and (min-width: 768px) {
	.wrap_for_img {position: relative; display: inline-block;}
	.wrap_for_img .img{position: absolute; top: -40px; right: -125px;}
}
@media screen and (max-width: 767px) {
	.wrap_for_img .img{margin: 10px 0px 10px 26px;}
}
.oldprice {
   font-size: 80%;
   text-decoration: line-through;
   text-decoration-color: #e20a23;
}
.oldprice_main {
    text-decoration: line-through;
   text-decoration-color: #e20a23;
}

.bl_text {font-size: 15px;color: #34495e; padding-left: 5px;}

.hide_767 {display: none;}
@media screen and (max-width: 767px) {
  .tbl_price td {display: block;}
  .page table.tbl_price td:not(:last-child) {border: none;}
  td.tbl_price_txt {padding-top: 20px !important;}
  td.tbl_price_time {padding-top: 0px !important; padding-bottom: 0px !important; font-size: 15px !important;}
  td.tbl_price_pr {font-size: 15px !important; font-weight: bold !important;}
  td.tbl_price_btn div {padding-top: 10px; padding-bottom: 10px;}
  .hide_767 {display: inline-block;}
  .show_767  {display: none;}
}

.select {
    display: block;
    width: 100%;
    position: relative;
}

.new-select {
    position: relative;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 15px;
    padding: 0px 20px;
    cursor: pointer;
    user-select: none;
    background: #f0f3f6;
}

.new-select__list {
    position: absolute;
    top: 45px;
    left: 0;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    background: #f0f3f6;
    user-select: none;
    border-radius: 5px;
    border: 2px solid #ccc;
}

.new-select__item span:hover {
    font-weight: 700;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    padding: 10px 20px;
    font-size: 15px;
}

.new-select:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 9px;
    top: 9px;
    opacity: 0.6;

    -webkit-transition: all .27s ease-in-out;
        -o-transition: all .27s ease-in-out;
            transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
.new_link_from_main{
    border: 5px solid red;
    padding: 20px;
    border-radius: 4px;
    margin: 30px;
    margin-top: -40px;
}
@media screen and (max-width: 1060px){
    .new_link_from_main{
        margin-left: 10px;
        margin-top: -40px;
    }
}
@media screen and (max-width: 991px){
    .new_link_from_main{
        margin-top: 0px;
    }
}
@media screen and (max-width: 767px){
    .new_link_from_main{
        margin: 0px;
    }
}

.instructor .block{
			display: block;
		}
		.instructor .block__wrap{
			width:100%;
		}
		.instructor .block .title{
			font-size: 25px;
			color: #e20a23;
		}
		.instructor .block .right{
			width:100%;
		}
		.instructor .block .right ul{
			padding: 0;
			margin: 0;
			list-style: none;
		}
		.instructor .block .right ul li{
			margin-top: 7px;
		}
		.instructor .block .right ul li:first-child{
			margin-top: 0;
		}
		.instructor .block .imgl{
			font-size: 0;
			line-height: 0;
			position: relative;
		}
		.instructor .block .imgl__rating{
			position: absolute;	
			top:0;
			left:0;
			font-weight: 400;
			font-size: 25px;
			line-height: 	25px;
			color: #000000;
			background: url(/images/instructor_img_l.png) 0 50% no-repeat;
			padding-left:30px;
		}
		.instructor .block .imgl__star{
			position: absolute;	
			top:0;
			right:0;
			font-weight: 400;
			font-size: 25px;
			line-height: 	25px;
			color: #000000;
			background: url(/images/rating_1h.png) 0 50% no-repeat;
			padding-left:30px;
		}
		.instructor .rating{
			display: flex;
			gap:10px;
			flex-wrap:wrap;
			align-items: center;
			justify-content: space-between;
			margin-top:10px;
			font-size: 18px;
		}
		.instructor .rating__grade-wrap{
			display: flex;
			align-items: center;
			justify-content: center;
			flex-grow: 2;
			gap:10px;
			max-width:350px;
		}
		.rating-area {
			overflow: hidden;
			margin: 0 auto;
		}
		.rating-area-wrap{
			display: flex;
			align-items: center;
			justify-content: center;
			gap:4px;
		}
		.rating-area-wrap div{
			width:30px;
			height:30px;
			background: url(/images/rating_1.png) 0 50% no-repeat;
		}
		.rating-area-wrap div.active{
			background: url(/images/rating_1h.png) 0 50% no-repeat;
		}
		.rating-area:not(:checked) > input {
			display: none;
		}
		.rating-area:not(:checked) > label {
			float: right;
			width: 30px;
			height:30px;
			padding: 0;
			cursor: pointer;
			font-size: 0;
			line-height: 0;
			margin-left:4px;
			background: url(/images/rating_1.png) 50% 50% no-repeat;
		}
		.rating-area:not(:checked) > label:before {
			content: '★';
		}
		.rating-area > input:checked ~ label {
			background: url(/images/rating_1h.png) 50% 50% no-repeat;
		}
		.rating-area:not(:checked) > label:hover,
		.rating-area:not(:checked) > label:hover ~ label {
			background: url(/images/rating_1h.png) 50% 50% no-repeat;
		}
		.rating-area > input:checked + label:hover,
		.rating-area > input:checked + label:hover ~ label,
		.rating-area > input:checked ~ label:hover,
		.rating-area > input:checked ~ label:hover ~ label,
		.rating-area > label:hover ~ input:checked ~ label {
			background: url(/images/rating_1h.svg) 50% 50% no-repeat;
		}
		.rate-area > label:active {
			position: relative;
		}
		@media screen and (min-width: 992px) {
			.instructor .block{
				margin-top:120px;
				position: relative;
			}
			.instructor .block__wrap{
				position: relative;
				min-height: 345px;
				display: flex;
				align-items: flex-end;
			}
			.instructor .block:first-child{
				margin-top: 0;
			}
			.instructor .block .imgl{
				position: absolute;
				bottom: 0;
				left: 0;
				z-index: 1;
			}
			.instructor .block .right .bottom{
				min-height: 195px;
				position: relative;
				padding: 20px 420px 20px 412px;
				background: #f7f9fb;
				display: flex;
				font-size: 15px;
				align-items: center;
			}
			.instructor .block .title{
				padding: 0 0 20px 412px;
			}

			.instructor .block .right .img{
				position: absolute;
				bottom: 0;
				right: 0;
			}
			.instructor .block:first-child{
				margin-top:0;
			}
		}
		@media screen and (max-width: 991px) {
			.instructor .block{
				margin-top:75px;
			}
			.instructor .block .title{
				padding-bottom: 20px;
			}
			.instructor .block .right ul{
				padding-bottom: 20px;
			}
			.instructor .block:first-child{
				margin-top: 0;
			}
			.instructor .block .right{
				background: #f7f9fb;
				padding: 20px;
			}
		}
        .rating-area{display:flex; flex-direction: row-reverse;}

.pirce_val span.date_discount{
  color: black;
  font-size: 27px;
  margin-left: -50px;
}
@media screen and (max-width: 767px) {
    .pirce_val span.date_discount{
        margin-left: 0px;
    }
}
.error-message {
    color: red;
    margin-left: 23%;
    margin-top: -90px;
    padding-bottom: 10px;
}