/* OWL & BOOTSTRAP & FONTS */
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap&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: 'Lato';
    src: local('Lato Heavy'), local('Lato-Heavy'), url('../fonts/latoheavy.woff2') format('woff2'), url('../fonts/latoheavy.woff') format('woff'), url('../fonts/latoheavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/latoregular.woff2') format('woff2'), url('../fonts/latoregular.woff') format('woff'), url('../fonts/latoregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Medium'), local('Lato-Medium'), url('../fonts/latomedium.woff2') format('woff2'), url('../fonts/latomedium.woff') format('woff'), url('../fonts/latomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Semibold'), local('Lato-Semibold'), url('../fonts/latosemibold.woff2') format('woff2'), url('../fonts/latosemibold.woff') format('woff'), url('../fonts/latosemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/latobold.woff2') format('woff2'), url('../fonts/latobold.woff') format('woff'), url('../fonts/latobold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Light'), local('Lato-Light'), url('../fonts/latolight.woff2') format('woff2'), url('../fonts/latolight.woff') format('woff'), url('../fonts/latolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local('Lato Black'), local('Lato-Black'), url('../fonts/latoblack.woff2') format('woff2'), url('../fonts/latoblack.woff') format('woff'), url('../fonts/latoblack.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

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

body {
  margin: 0;
  line-height: 28px;
  font-size: 16px;
  color: #000000;
  font-family: "Lato"; }

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

button {
  cursor: pointer; }

img {
  max-width: 100%; }

a {
  color: #ff9000;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: 1.3;
  color: #000000; }

h1 {
  font-size: 48px;
  font-weight: normal; }
  h1.min {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-size: 36px;
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 30px; } }

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

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .wrapper {
      padding-top: 60px; } }
  @media screen and (max-width: 767px) {
    .wrapper {
      padding-bottom: 60px; } }

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

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

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

.header {
  background: #000000;
  color: #ffffff; }
  .header .top {
    height: 60px;
    border-bottom: 1px solid #4d4d4d;
    white-space: nowrap; }
  .header .cityblock {
    font-weight: 900;
    margin: 0 20px; }
    .header .cityblock a {
      padding-right: 16px;
      margin-left: 4px;
      color: #ffffff;
      font-weight: normal;
      background: url(../images/cityarrow.png) 100% 50% no-repeat; }
      .header .cityblock a span {
        border-bottom: 1px dashed #fff; }
      .header .cityblock a:hover span {
        border-color: transparent; }
  .header .language {
    font-size: 0;
    line-height: 0; }
    .header .language a {
      margin-left: 10px; }
      .header .language a:first-child {
        margin: 0; }
  .header .shopicon {
    font-size: 0;
    line-height: 0;
    margin-left: 20px;
    display: flex; }
    .header .shopicon .login {
      margin-right: 19px;
      position: relative; }
      .header .shopicon .login:hover .modalloginwrap {
        display: block; }
      .header .shopicon .login .modalloginwrap {
        position: absolute;
        top: 100%;
        right: -25px;
        width: 215px;
        padding-top: 12px;
        background: url(../images/loginbg.png) 100% 3px no-repeat;
        display: none; }
      .header .shopicon .login .modallogin {
        background: #fff;
        border-radius: 5px;
        padding: 15px;
        font-size: 16px;
        line-height: 1.2;
        color: #000; }
        .header .shopicon .login .modallogin .title {
          font-weight: bold;
          margin-bottom: 10px; }
        .header .shopicon .login .modallogin a {
          color: #000; }
          .header .shopicon .login .modallogin a:hover {
            color: #c02929; }
        .header .shopicon .login .modallogin span {
          height: 17px;
          background: #080707;
          width: 1px; }
    .header .shopicon .basket {
      position: relative; }
      .header .shopicon .basket span {
        position: absolute;
        top: -5px;
        right: -5px;
        width: 14px;
        line-height: 14px;
        text-align: center;
        border-radius: 50%;
        background: #c02929;
        color: #fff;
        font-size: 12px; }
  .header .bottom {
    padding: 20px 0; }
    .header .bottom .slogan {
      text-transform: uppercase;
      font-weight: 500;
      margin-left: 26px;
      line-height: 24px; }
      .header .bottom .slogan span {
        text-transform: none; }
    .header .bottom .right {
      max-width: 370px;
      width: 100%;
      line-height: 24px; }
    .header .bottom .mail a {
      color: #fff;
      border-bottom: 1px solid #c02929; }
      .header .bottom .mail a:hover {
        border-color: transparent; }
    .header .bottom .phone {
      text-align: right; }
      .header .bottom .phone .tel a {
        font-size: 24px;
        color: #c02929;
        font-weight: 900; }
      .header .bottom .phone > a {
        color: #ffffff;
        border-bottom: 1px dashed #ffffff; }
        .header .bottom .phone > a:hover {
          border-color: transparent; }
    .header .bottom .mobright {
      display: none; }
      .header .bottom .mobright .shopicon {
        margin: 0; }
  @media screen and (max-width: 991px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 5; }
      .header.open {
        background: #001c32; }
      .header .top {
        display: none; }
      .header .bottom {
        height: 60px;
        padding: 0; }
        .header .bottom .right {
          display: none; }
        .header .bottom .mobright {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 110px; }
      .header .logo {
        max-width: 100px; }
      .header .slogan {
        display: none; } }

.topmenu {
  max-width: 570px;
  flex-grow: 2; }
  .topmenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .topmenu ul li a {
      color: #fff;
      font-size: 18px;
      font-weight: bold; }
      .topmenu ul li a:hover {
        color: #c02929; }

.burger {
  width: 25px;
  position: relative;
  cursor: pointer;
  height: 18px; }
  .burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    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: 6px;
    width: 0%;
    left: 50%; }

.mobblock {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  z-index: 5;
  background: #001c32;
  text-align: center;
  color: #fff;
  display: none; }
  .mobblock .wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 10px 30px;
    min-height: 100%; }
    .mobblock .wrap > div {
      width: 100%; }
  .mobblock .border {
    border-top: 1px solid #33495b;
    border-bottom: 1px solid #33495b;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px; }
  .mobblock .cityblock {
    font-weight: 900;
    margin: 0 20px; }
    .mobblock .cityblock a {
      padding-right: 16px;
      color: #ffffff;
      font-weight: normal;
      background: url(../images/cityarrow.png) 100% 50% no-repeat; }
      .mobblock .cityblock a span {
        border-bottom: 1px dashed #fff; }
      .mobblock .cityblock a:hover span {
        border-color: transparent; }
  .mobblock .top {
    padding-bottom: 20px; }
  .mobblock ul {
    padding: 20px 0 0;
    margin: 0;
    list-style: none; }
    .mobblock ul li {
      margin-top: 10px; }
      .mobblock ul li a {
        font-size: 22px;
        font-weight: bold;
        color: #ffffff; }
  .mobblock .mail a {
    color: #fff;
    border-bottom: 1px solid #c02929; }
    .mobblock .mail a:hover {
      border-color: transparent; }
  .mobblock .phone {
    margin-top: 20px; }
    .mobblock .phone .tel a {
      font-size: 24px;
      color: #c02929;
      font-weight: 900; }
    .mobblock .phone > a {
      color: #ffffff;
      border-bottom: 1px dashed #ffffff; }
      .mobblock .phone > a:hover {
        border-color: transparent; }

.scrollblock {
  position: fixed;
  top: -66px;
  left: 0;
  right: 0;
  z-index: 5;
  height: 66px;
  background: #000000;
  transition: all 0.4s ease 0s; }
  .scrollblock.fixed {
    top: 0;
    box-shadow: 0 0 15px black; }
  .scrollblock .logo {
    max-width: 120px; }
  .scrollblock .left {
    max-width: 750px; /*650px;*/
    flex-grow: 2; }
  .scrollblock .right {
    padding-left: 20px; }
  .scrollblock .topmenu {
    max-width: 580px; /*460px;*/ }
  .scrollblock .tel {
    font-size: 24px;
    color: #c02929;
    font-weight: 900; }
  .scrollblock .shopicon {
    font-size: 0;
    line-height: 0;
    margin-left: 50px;
    display: flex; }
    .scrollblock .shopicon .login {
      margin-right: 19px;
      position: relative; }
      .scrollblock .shopicon .login:hover .modalloginwrap {
        display: block; }
      .scrollblock .shopicon .login .modalloginwrap {
        position: absolute;
        top: 100%;
        right: -25px;
        width: 215px;
        padding-top: 12px;
        background: url(../images/loginbg.png) 100% 3px no-repeat;
        display: none; }
      .scrollblock .shopicon .login .modallogin {
        background: #fff;
        border-radius: 5px;
        padding: 15px;
        font-size: 16px;
        line-height: 1.2;
        color: #000;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
        .scrollblock .shopicon .login .modallogin .title {
          font-weight: bold;
          margin-bottom: 10px; }
        .scrollblock .shopicon .login .modallogin a {
          color: #000; }
          .scrollblock .shopicon .login .modallogin a:hover {
            color: #c02929; }
        .scrollblock .shopicon .login .modallogin span {
          height: 17px;
          background: #080707;
          width: 1px; }
    .scrollblock .shopicon .basket {
      position: relative; }
      .scrollblock .shopicon .basket span {
        position: absolute;
        top: -5px;
        right: -5px;
        width: 14px;
        line-height: 14px;
        text-align: center;
        border-radius: 50%;
        background: #c02929;
        color: #fff;
        font-size: 12px; }
  @media screen and (max-width: 991px) {
    .scrollblock {
      display: none; } }

.site_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 58px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  background: #ff9000;
  border-radius: 34px;
  border: 0; }
  .site_button.maxbut {
    display: flex;
    width: 100%;
    max-width: 250px; }
  .site_button.block {
    display: flex;
    width: 100%; }
  .site_button:hover {
    color: #fff;
    background: #c02929; }

.path {
  padding: 10px 0;
  min-height: 53px;
  background: #ededed; }
  .path a {
    color: #7d7d7d;
    border-bottom: 1px solid transparent; }
    .path a:hover {
      border-color: #7d7d7d; }
  .path span {
    font-size: 0;
    line-height: 0;
    margin: 0 11px; }

.content {
  padding: 50px 0 80px; }
  .content.minbot {
    padding-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .content {
      padding: 35px 0; } }

.page .companyimg {
  text-align: center; }
  .page .companyimg img {
    width: 100%;
    display: block; }
  .page .companyimg .company_text {
    margin-top: 15px;
    font-style: italic;
    line-height: 23px; }
    .page .companyimg .company_text strong {
      display: block; }
.page ul {
  padding: 0 0 0 25px;
  list-style: none; }
  .page ul li {
    position: relative;
    padding-left: 25px;
    margin-top: 15px; }
    .page ul li:first-child {
      margin: 0; }
    .page ul li:before {
      content: '';
      position: absolute;
      top: 10px;
      left: 0;
      width: 8px;
      height: 8px;
      background: #c02929;
      border-radius: 50%; }
.page ol {
  padding: 0 0 0 25px;
  margin: 0;
  list-style: none;
  counter-reset: heading; }
  .page ol li {
    position: relative;
    padding-left: 30px;
    margin-top: 15px;
    counter-increment: heading; }
    .page ol li:first-child {
      margin-top: 0; }
    .page ol li:before {
      content: counter(heading) ".";
      position: absolute;
      top: 0;
      left: 0;
      font-weight: bold;
      color: #c02929; }
.page .n_date {
  font-size: 16px;
  color: #8b8b8b;
  font-weight: 300;
  margin-bottom: 30px; }
@media screen and (max-width: 767px) {
  .page .row br {
    display: none; } }

.companyblock {
  position: relative;
  margin-top: 80px;
  padding-bottom: 60px; }
  .companyblock .bg {
    background: url(../images/company_mapbg.png) 50% no-repeat;
    position: absolute;
    top: 130px;
    left: -90px;
    right: -90px;
    height: 387px; }
  .companyblock .wrap {
    width: 507px;
    margin: 20px 0 0 -16px;
    height: 306px;
    background: url(../images/bgmincompany.png) 0 0 no-repeat;
    position: relative;
    padding: 46px 85px 10px 45px;
    line-height: 24px;
    z-index: 1; }
    .companyblock .wrap .m_tilte {
      font-weight: 500; }
    .companyblock .wrap .val {
      font-size: 56px;
      line-height: 1.1;
      font-weight: 800; }
    .companyblock .wrap .title {
      font-size: 25px;
      font-weight: 900;
      margin-bottom: 11px; }
  @media screen and (max-width: 767px) {
    .companyblock {
      padding-bottom: 0;
      margin-top: 50px; }
      .companyblock .bg {
        display: none; }
      .companyblock .wrap {
        padding: 20px;
        background: #ff9000;
        width: auto;
        margin: 0 -15px; } }

.reviews .bg {
  padding: 40px 0;
  background: #ededed; }
@media screen and (max-width: 767px) {
  .reviews {
    text-align: center; }
    .reviews .bg {
      padding: 25px 0; } }

.reviews_slider .item {
  padding: 10px 0; }
  .reviews_slider .item a {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    position: relative; }
    .reviews_slider .item a:before {
      content: '';
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 27px;
      height: 27px;
      background: url(../images/zoom.png) 0 0 no-repeat;
      z-index: 2; }
  .reviews_slider .item .right {
    flex-direction: column;
    justify-content: space-between; }
  .reviews_slider .item .name {
    text-align: right;
    margin-top: 20px;
    font-weight: bold; }
.reviews_slider .owl-nav {
  position: absolute;
  top: calc(50% - 71px);
  left: -91px;
  right: -91px;
  font-size: 0;
  line-height: 0;
  height: 0;
  display: flex;
  justify-content: space-between; }
  .reviews_slider .owl-nav div {
    width: 22px;
    height: 44px;
    cursor: pointer;
    background: url(../images/arrowslider.png) 0 0 no-repeat; }
    .reviews_slider .owl-nav div:last-child {
      transform: rotate(180deg); }
  @media screen and (max-width: 1380px) {
    .reviews_slider .owl-nav {
      left: 0;
      right: 0; } }
.reviews_slider .owl-dots {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .reviews_slider .owl-dots div {
    cursor: pointer;
    width: 12px;
    height: 12px;
    background: #cacaca;
    border-radius: 3px;
    margin-left: 28px; }
    .reviews_slider .owl-dots div:first-child {
      margin: 0; }
    .reviews_slider .owl-dots div.active {
      background: #ff9000; }
@media screen and (max-width: 1380px) {
  .reviews_slider {
    padding: 0 40px; } }
@media screen and (max-width: 767px) {
  .reviews_slider {
    padding: 0; }
    .reviews_slider .owl-nav {
      display: none; }
    .reviews_slider .item .row .col-sm-4 {
      display: none; }
    .reviews_slider .item .name {
      text-align: center; }
    .reviews_slider .owl-dots {
      margin-top: 30px; } }

.news {
  margin-top: -40px; }
  .news > div {
    margin-top: 50px; }
  .news .img {
    display: block;
    font-size: 0;
    line-height: 0; }
    .news .img img {
      display: block;
      width: 100%; }
  .news .title {
    margin: 12px 0 5px; }
    .news .title a {
      font-size: 18px;
      font-weight: bold;
      color: #c02929;
      border-bottom: 1px solid transparent; }
      .news .title a:hover {
        border-color: #c02929; }
  .news .date {
    color: #8b8b8b;
    font-weight: 300; }
  .news .text a {
    border-bottom: 1px solid #ffab3f; }
    .news .text a:hover {
      border-color: transparent; }

.contactspage > div {
  margin-bottom: 35px; }
.contactspage .title {
  font-size: 18px;
  font-weight: bold;
  color: #c02929;
  margin-bottom: 4px; }
.contactspage .tel {
  font-weight: 800;
  color: #000000;
  font-size: 18px; }
.contactspage .telm {
  color: #000; }
.contactspage .scroll {
  color: #c02929;
  border-bottom: 1px dashed #c02929;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  line-height: 1.2; }
  .contactspage .scroll:hover {
    border-color: transparent; }
.contactspage .mail {
  color: #000;
  border-bottom: 1px solid #c02929; }
  .contactspage .mail:hover {
    border-color: transparent; }

.c_title {
  font-size: 18px;
  font-weight: bold;
  color: #c02929; }

.contacts_user {
  padding: 45px 0 20px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px; }
  .contacts_user .c_title {
    margin-bottom: 20px; }
  .contacts_user .row > div {
    margin-bottom: 25px; }
    .contacts_user .row > div .flex {
      flex-wrap: nowrap; }
  .contacts_user .flex .right {
    white-space: nowrap;
    padding: 12px 0 0 25px; }
  .contacts_user .flex .name {
    font-weight: bold; }
  .contacts_user .flex .text {
    margin: 10px 0; }
  .contacts_user .flex .mail {
    color: #000;
    border-bottom: 1px solid #c02929; }
    .contacts_user .flex .mail:hover {
      border-color: transparent; }
  @media screen and (max-width: 767px) {
    .contacts_user {
      padding: 25px 0 1px;
      margin-bottom: 30px; }
      .contacts_user .flex .left {
        max-width: 95px; }
      .contacts_user .flex .right {
        padding: 0 0 0 10px; }
      .contacts_user .flex .text {
        margin: 5px 0; } }

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

.folder_tab {
  padding-bottom: 43px; }
  .folder_tab ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none; }
    .folder_tab ul li {
      cursor: pointer;
      width: 270px;
      text-align: center;
      margin-left: 30px;
      line-height: 53px;
      border-radius: 30px;
      border: 1px solid #ff9000;
      font-size: 16px;
      font-weight: bold;
      color: #888888;
      position: relative;
      text-transform: uppercase;
      letter-spacing: 1.2px; }
      .folder_tab ul li:first-child {
        margin-left: 0; }
      .folder_tab ul li:before {
        position: absolute;
        top: 100%;
        left: calc(50% - 10px);
        width: 21px;
        height: 8px;
        background: url(../images/arrowfolder.png) 0 0 no-repeat; }
      .folder_tab ul li.active {
        background: #ff9000;
        color: #000; }
        .folder_tab ul li.active:before {
          content: ''; }
  .folder_tab select {
    display: none;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #ff9000;
    color: #ff9000;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url(../images/selectsort.png) 100% 50% no-repeat;
    padding: 0 22px;
    font-size: 15px;
    color: #888888;
    cursor: pointer; }
  @media screen and (max-width: 767px) {
    .folder_tab {
      padding-bottom: 30px; }
      .folder_tab ul {
        display: none; }
      .folder_tab select {
        display: block; } }

.sortwrap {
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed; }
  .sortwrap .left > span, .sortwrap .right > span {
    margin-right: 15px; }
  .sortwrap select {
    height: 40px;
    border-radius: 25px;
    border: 1px solid #e0e0e0;
    width: 247px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url(../images/selectsort.png) 100% 50% no-repeat;
    padding: 0 22px;
    font-size: 15px;
    color: #888888;
    cursor: pointer; }
  @media screen and (max-width: 767px) {
    .sortwrap {
      display: block; }
      .sortwrap .left {
        display: block; }
        .sortwrap .left span {
          margin: 0 0 5px;
          display: block; }
        .sortwrap .left select {
          width: 100%; }
      .sortwrap .right {
        display: none; } }

.sortlabel {
  display: flex;
  align-items: center; }
  .sortlabel label {
    margin-left: 8px;
    cursor: pointer; }
    .sortlabel label input {
      display: none; }
      .sortlabel label input:checked + span {
        border-color: transparent;
        color: #ff9000; }
    .sortlabel label span {
      border-bottom: 1px solid #888888;
      color: #888888; }

.product {
  position: relative;
  padding: 25px;
  border: 1px solid #dedede;
  border-radius: 3px;
  margin-top: 30px; }
  .product:hover {
    border-color: #ff9000;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3); }
  .product .row > .flex {
    flex-direction: column; }
    .product .row > .flex > div {
      width: 100%; }
  .product .img {
    display: block;
    position: relative; }
    .product .img img {
      width: 100%;
      display: block; }
    .product .img span {
      position: absolute;
      top: 0;
      right: 19px;
      font-size: 0;
      line-height: 0; }
  .product .title {
    font-size: 22px;
    font-weight: bold;
    color: #ff9000; }
    .product .title:hover {
      color: #c02929; }
  .product ul {
    padding: 12px 0;
    margin: 0;
    list-style: none;
    max-width: 370px; }
    .product ul li {
      line-height: 20px;
      margin-top: 15px; }
      .product ul li:first-child {
        margin-top: 0; }
  .product .all {
    border-bottom: 1px solid #ffab3f;
    align-self: end;
    line-height: 1.2; }
    .product .all:hover {
      border-color: transparent; }
  .product .p_title {
    font-weight: bold;
    margin-bottom: 5px; }
  .product .v_block {
    display: none;
    font-size: 15px;
    line-height: 23px; }
    .product .v_block.active {
      display: block; }
  .product .kolection {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .product .kolection label {
      flex-basis: 30%;
      cursor: pointer; }
      .product .kolection label input {
        display: none; }
        .product .kolection label input:checked + span {
          border-color: #ff9000;
          color: #ff9000; }
      .product .kolection label span {
        display: block;
        line-height: 34px;
        text-align: center;
        border: 1px solid #e0e0e0;
        font-weight: bold;
        border-radius: 20px;
        font-size: 15px;
        font-weight: bold;
        color: #8a8a8a; }
  .product .price_old {
    font-size: 20px;
    color: #c02929;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    position: relative; }
    .product .price_old:before {
      content: '';
      position: absolute;
      top: calc(50% - 4px);
      left: 0;
      right: 0;
      height: 1px;
      background: #c02929; }
    .product .price_old span {
      display: block;
      color: #aaaaaa;
      line-height: 1.3; }
      .product .price_old span em {
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal; }
  .product .price {
    font-size: 30px;
    color: #ff9000;
    font-weight: bold;
    margin-bottom: 12px; }
    .product .price em {
      font-family: "Roboto";
      font-style: normal;
      font-weight: normal;
      font-size: 25px; }
  .product .site_button {
    max-width: 210px;
    min-height: 50px; }
  .product .block {
    margin-top: 15px; }
    .product .block:nth-child(2) {
      margin-bottom: auto; }
    .product .block:first-child {
      margin: 0; }
  .product .right:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ededed; }
  @media screen and (max-width: 991px) {
    .product .right:before {
      display: none; } }
  @media screen and (max-width: 767px) {
    .product {
      padding: 10px; }
      .product .right {
        margin-top: 15px; } }

.folder_body .f_block {
  display: none; }
  .folder_body .f_block.active {
    display: block; }

.navigationwrap {
  padding: 20px 0 0;
  margin: 30px 0 0;
  border-top: 1px solid #ededed; }
  @media screen and (max-width: 767px) {
    .navigationwrap .right {
      display: none; } }

.pagination {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center; }
  .pagination li {
    margin-left: 10px; }
    .pagination li a {
      font-size: 16px;
      color: #888888;
      display: block; }
      .pagination li a img {
        display: block; }
      .pagination li a:hover {
        color: #ff9000; }
    .pagination li span {
      line-height: 21px;
      display: block;
      width: 21px;
      text-align: center;
      border-radius: 50%;
      background: #ff9000; }
    .pagination li.prev + li {
      margin-left: 20px; }
    .pagination li.next {
      margin-left: 20px;
      transform: rotate(180deg); }

.detail {
  padding-bottom: 50px; }
  .detail > div {
    margin-bottom: 30px; }
  .detail .right ul {
    padding: 15px 0;
    margin: 0;
    list-style: none; }
    .detail .right ul li {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      line-height: 1;
      margin-top: 18px; }
      .detail .right ul li:first-child {
        margin: 0; }
      .detail .right ul li .left {
        color: #444444;
        margin-right: 10px; }
      .detail .right ul li strong {
        margin-left: 10px;
        text-align: right; }
      .detail .right ul li .center {
        flex-grow: 2;
        border-bottom: 1px dashed #000; }
    .detail .right ul.hide {
      display: none;
      padding-top: 0; }
  .detail .r_block {
    margin-top: 35px; }
    .detail .r_block:first-child {
      margin: 0; }
    .detail .r_block .v_block {
      display: none; }
      .detail .r_block .v_block.active {
        display: block; }
  .detail .b_title {
    font-size: 18px;
    color: #c02929;
    font-weight: bold; }
  .detail .openlist {
    color: #ff9000;
    border-bottom: 1px solid #ff9000;
    display: inline-block;
    line-height: 1; }
    .detail .openlist:hover {
      border-color: transparent; }
    .detail .openlist span {
      display: block; }
      .detail .openlist span + span {
        display: none; }
    .detail .openlist.active span {
      display: none; }
      .detail .openlist.active span + span {
        display: block; }
  .detail .kolection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 270px;
    margin-top: 10px; }
    .detail .kolection label {
      flex-basis: 30%;
      cursor: pointer; }
      .detail .kolection label input {
        display: none; }
        .detail .kolection label input:checked + span {
          border-color: #ff9000;
          color: #ff9000; }
      .detail .kolection label span {
        display: block;
        line-height: 34px;
        text-align: center;
        border: 1px solid #e0e0e0;
        font-weight: bold;
        border-radius: 20px;
        font-size: 15px;
        font-weight: bold;
        color: #8a8a8a; }
  .detail .pricewrap {
    max-width: 440px; }
  .detail .price {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2; }
    .detail .price > span {
      display: block;
      font-size: 30px;
      font-weight: 800;
      line-height: 1;
      color: #ff9000; }
      .detail .price > span em {
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal; }
    .detail .price .price_old {
      font-size: 20px;
      color: #c02929;
      font-weight: bold;
      line-height: 1.2;
      position: relative;
      display: inline-block;
      position: relative; }
      .detail .price .price_old:before {
        content: '';
        position: absolute;
        top: calc(50% - 4px);
        left: 0;
        right: 0;
        height: 1px;
        background: #c02929; }
      .detail .price .price_old span {
        display: block;
        color: #aaaaaa;
        line-height: 1.3; }
        .detail .price .price_old span em {
          font-family: "Roboto";
          font-style: normal;
          font-weight: normal; }
  @media screen and (max-width: 767px) {
    .detail {
      padding-bottom: 1px; }
      .detail .r_block {
        margin-top: 20px; }
      .detail .pricewrap {
        flex-direction: column;
        align-items: flex-start; }
      .detail .price {
        margin-bottom: 15px; } }

.bigdetail {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
  max-width: 500px; }
  @media screen and (max-width: 991px) {
    .bigdetail {
      margin: 0 auto; } }
  .bigdetail a {
    display: block;
    position: relative; }
    .bigdetail a span {
      position: absolute;
      top: 20px;
      right: 20px; }

.detailnav {
  max-width: 500px;
  margin-top: 10px; }
  .detailnav .item {
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    overflow: hidden; }
    .detailnav .item.active {
      border-color: #ff9000; }
  .detailnav .owl-nav {
    position: absolute;
    top: calc(50% - 7px);
    left: -23px;
    right: -23px;
    font-size: 0;
    line-height: 0;
    display: flex;
    justify-content: space-between;
    height: 0; }
    .detailnav .owl-nav div {
      cursor: pointer;
      height: 14px;
      width: 9px;
      background: url(../images/paginationarrow.png) 0 0 no-repeat; }
      .detailnav .owl-nav div:last-child {
        transform: rotate(180deg); }
  @media screen and (max-width: 991px) {
    .detailnav {
      margin: 13px auto 0; } }
  @media screen and (max-width: 767px) {
    .detailnav {
      padding: 0 25px; }
      .detailnav .owl-nav {
        left: 0;
        right: 0; }
        .detailnav .owl-nav div {
          width: 20px;
          background-position: 50% 50%; } }

.description h3 {
  font-size: 18px;
  color: #c02929;
  text-transform: uppercase; }

.sertificatslider .owl-nav {
  position: absolute;
  top: calc(50% - 22px);
  left: -90px;
  right: -90px;
  display: flex;
  justify-content: space-between;
  font-size: 0;
  line-height: 0;
  height: 0; }
  .sertificatslider .owl-nav div {
    cursor: pointer;
    width: 23px;
    height: 44px;
    background: url(../images/sertificatarrow.png) 0 0 no-repeat; }
    .sertificatslider .owl-nav div:last-child {
      transform: rotate(180deg); }
@media screen and (max-width: 1380px) {
  .sertificatslider {
    padding: 0 40px; }
    .sertificatslider .owl-nav {
      left: 0;
      right: 0; } }

.seeblock {
  margin-top: 90px;
  padding-top: 40px;
  border-top: 1px solid #ededed; }
  .seeblock .title {
    font-size: 26px;
    color: #000000;
    font-weight: bold; }
  .seeblock .row > div, .seeblock .sertificatslider {
    margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .seeblock {
      margin-top: 40px;
      padding-top: 30px; } }

.product_block {
  height: 100%;
  padding: 5px 5px 40px;
  border: 1px solid #ededed;
  text-align: center; }
  .product_block .img {
    position: relative;
    display: block;
    font-size: 0;
    line-height: 0; }
    .product_block .img img {
      display: block;
      width: 100%; }
    .product_block .img span {
      position: absolute;
      top: 0;
      right: 10px; }
  .product_block .pb_title {
    padding: 15px 0 15px; }
    .product_block .pb_title a {
      font-size: 18px;
      font-weight: bold;
      color: #000000; }
      .product_block .pb_title a:hover {
        color: #ff9000; }
  .product_block ul {
    padding: 0 0 20px;
    margin: 0;
    list-style: none; }
  .product_block .all {
    border-bottom: 1px solid #ffab3f; }
    .product_block .all:hover {
      border-color: transparent; }
  @media screen and (max-width: 767px) {
    .product_block {
      padding: 10px 10px 15px; } }

@media screen and (min-width: 767px) {
  .cart {
    display: table;
    border-spacing: 0;
    width: 100%; }
    .cart .tr {
      display: table-row; }
    .cart .th, .cart .td {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      border-bottom: 1px solid #ededed; }
      .cart .th:first-child, .cart .td:first-child {
        text-align: left; }
      .cart .th:last-child, .cart .td:last-child {
        width: 1%; }
    .cart .th {
      color: #c02929;
      font-weight: bold;
      padding: 0 10px 15px;
      font-size: 18px; }
      .cart .th em {
        font-family: "Roboto";
        font-style: normal; }
      .cart .th:first-child {
        padding-left: 0; }
      .cart .th:last-child {
        padding-right: 0; }
    .cart .td {
      padding: 15px; }
      .cart .td:first-child {
        padding-left: 0; }
      .cart .td:last-child {
        padding-right: 0; }
      .cart .td strong {
        font-size: 18px; } }
.cart .info {
  flex-wrap: nowrap;
  color: #707070; }
  .cart .info .img {
    margin-right: 30px; }
    .cart .info .img img {
      display: block; }
  .cart .info .title a {
    font-size: 18px;
    color: #000000; }
    .cart .info .title a:hover {
      color: #c02929; }
.cart .del {
  display: block;
  min-width: 16px;
  width: 16px;
  height: 18px;
  background: url(../images/del.png) 0 0 no-repeat; }
  .cart .del:hover {
    background-position: 100% 100%; }
.cart .amount {
  display: flex;
  align-items: center;
  justify-content: center; }
  .cart .amount button {
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    font-size: 19px;
    font-weight: bold;
    color: #000000; }
  .cart .amount input {
    width: 52px;
    margin: 0 11px;
    text-align: center;
    line-height: 29px;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    padding: 0; }
@media screen and (max-width: 767px) {
  .cart .tr {
    margin-top: 20px;
    border: 1px solid #ededed;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative; }
    .cart .tr:first-child {
      display: none;
      margin-top: 0; }
      .cart .tr:first-child + .tr {
        margin: 0; }
  .cart .td:first-child {
    padding-bottom: 10px;
    width: 100%; }
  .cart .td:last-child {
    position: absolute;
    top: 10px;
    right: 10px; }
  .cart .info {
    line-height: 1.2; }
    .cart .info .img {
      margin-right: 15px; }
    .cart .info .title a {
      font-size: 15px; } }

.total {
  padding: 25px 0 0 125px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .total strong {
    color: #c02929; }
  .total em {
    font-family: "Roboto";
    font-style: normal; }
  .total .but {
    padding: 0 0 10px; }
    .total .but a {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.2;
      border-bottom: 1px dashed #ff9000; }
      .total .but a:hover {
        border-color: transparent; }
  @media screen and (max-width: 767px) {
    .total {
      padding: 20px 0 0;
      flex-direction: column; }
      .total div {
        font-size: 16px; }
      .total .but {
        padding: 0 0 10px; } }

.order {
  padding-top: 90px; }
  .order h2 + .o_block {
    margin-top: 25px; }
  .order .o_block {
    padding: 30px;
    background: #f9f9f9;
    margin-top: 50px; }
  .order .o_title {
    font-size: 18px;
    font-weight: bold;
    color: #c02929;
    text-transform: uppercase; }
  .order .o_text {
    margin: 11px 0 15px; }
  .order .formlabel span {
    display: block;
    padding: 0 22px;
    margin-bottom: 5px; }
  .order .formlabel input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 22px;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    border-radius: 25px; }
  .order .first {
    max-width: 870px; }
    .order .first .row > div {
      margin-top: 20px; }
  .order .radioblock label {
    display: block;
    position: relative;
    line-height: 18px;
    padding-left: 30px;
    cursor: pointer; }
    .order .radioblock label input {
      display: none; }
      .order .radioblock label input:checked + span:before {
        content: ''; }
    .order .radioblock label span {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #fff;
      border: 1px solid #e3e3e3; }
      .order .radioblock label span:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border-radius: 50%;
        background: #c02929;
        width: 10px;
        height: 10px; }
  .order .bordertop {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e6e6e6; }
  .order .second {
    max-width: 930px; }
    .order .second .deliveryrow {
      display: flex;
      justify-content: space-between; }
      .order .second .deliveryrow .formlabel {
        width: 29%; }
  .order .last {
    max-width: 870px; }
    .order .last textarea {
      display: block;
      width: 100%;
      resize: none;
      height: 151px;
      line-height: 1.2;
      padding: 20px 25px;
      border: 1px solid #e6e6e6;
      border-radius: 25px;
      font-size: 16px;
      margin: 30px 0 15px; }
    .order .last .oferta {
      margin-left: 25px; }
    .order .last .pricewrap {
      padding-top: 25px; }
    .order .last .price {
      font-size: 22px;
      font-weight: bold;
      color: #000000; }
      .order .last .price span {
        color: #c02929; }
        .order .last .price span em {
          font-family: "Roboto";
          font-style: normal;
          font-weight: normal; }
  .order.lkorder {
    padding-top: 0; }
    .order.lkorder .o_block {
      margin-top: 30px !important; }
      .order.lkorder .o_block .second > .row {
        margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .order {
      padding-top: 40px; }
      .order .o_block {
        padding: 15px;
        margin-top: 20px; }
      .order .bordertop {
        padding-top: 1px; }
        .order .bordertop .row > div {
          margin-top: 15px; }
      .order .radioblock > div {
        margin-top: 15px; }
        .order .radioblock > div:first-child {
          margin: 0; }
      .order .last .oferta {
        margin-left: 0; }
      .order .last .price {
        font-size: 20px; }
        .order .last .price span {
          display: block; }
      .order .pricewrap {
        flex-direction: column;
        align-items: flex-start; }
        .order .pricewrap .price {
          margin-bottom: 20px; }
      .order.lkorder .second > .row > div {
        margin-top: 15px; } }

.lkbut {
  max-width: 460px;
  margin-top: 40px; }
  .lkbut .editpas {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: 1px dashed #ff9000; }
    .lkbut .editpas:hover {
      border-color: transparent; }
  @media screen and (max-width: 767px) {
    .lkbut {
      flex-direction: column; }
      .lkbut .site_button {
        margin-bottom: 20px; } }

.lktab {
  padding-bottom: 0;
  z-index: 3;
  position: relative; }

.story {
  padding-top: 60px; }
  .story .story_block {
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 20px; }
    .story .story_block:first-child {
      margin: 0; }
  .story .s_title {
    min-height: 54px;
    background: #f9f9f9;
    padding: 10px 30px;
    flex-wrap: nowrap;
    white-space: nowrap; }
    .story .s_title .left {
      line-height: 1.2;
      flex-wrap: nowrap; }
      .story .s_title .left a {
        padding-right: 20px;
        font-size: 18px;
        margin-left: 30px;
        background: url(../images/arrowlk.png) 100% 50% no-repeat; }
        .story .s_title .left a span {
          display: block; }
          .story .s_title .left a span + span {
            display: none; }
        .story .s_title .left a.active {
          background-image: url(../images/arrowlk2.png); }
          .story .s_title .left a.active span {
            display: none; }
            .story .s_title .left a.active span + span {
              display: block; }
    .story .s_title .right {
      max-width: 270px;
      width: 100%;
      line-height: 1.2;
      flex-wrap: nowrap; }
      .story .s_title .right a {
        font-size: 18px;
        color: #ff9000;
        border-bottom: 1px solid transparent; }
        .story .s_title .right a:hover {
          border-color: #fdac42; }
      .story .s_title .right .m_price {
        font-size: 18px;
        font-weight: 900;
        color: #000000; }
        .story .s_title .right .m_price em {
          font-weight: normal;
          font-family: "Roboto";
          font-style: normal; }
  .story .s_body {
    padding: 15px;
    display: none; }
  .story .cart .th {
    white-space: nowrap; }
  .story .total {
    padding-top: 20px; }
  @media screen and (max-width: 870px) {
    .story {
      padding-top: 30px; }
      .story .s_title {
        position: relative;
        font-size: 14px;
        padding: 10px;
        flex-direction: column; }
        .story .s_title .left {
          width: 100%;
          padding: 0 10px; }
          .story .s_title .left a {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: 0;
            background-position: calc(100% - 20px) 50%; }
            .story .s_title .left a span {
              display: none !important; }
        .story .s_title .right {
          padding: 3px 30px 0px 10px; }
          .story .s_title .right a {
            z-index: 2;
            position: relative; }
          .story .s_title .right .m_price {
            display: none; }
      .story .cart .td:last-child {
        position: relative;
        top: auto;
        right: auto; } }

.mainbgblock {
  position: relative; }
  .mainbgblock:before, .mainbgblock:after {
    content: '';
    position: absolute;
    top: 100px;
    left: calc(50% - 815px);
    width: 13px;
    height: 236px; }
  .mainbgblock:after {
    top: auto;
    left: auto;
    bottom: 100px;
    right: calc(50% - 815px);
    transform: rotate(180deg); }
  @media screen and (max-width: 991px) {
    .mainbgblock:before, .mainbgblock:after {
      display: none; } }

.mainslider .header {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2; }
.mainslider:before, .mainslider:after {
  z-index: 2;
  background: url(../images/mainslider_bg_l.png);
  width: 15px;
  height: 354px;
  top: calc(50% - 177px);
  bottom: auto !important; }
@media screen and (max-width: 991px) {
  .mainslider {
    margin-top: -60px; }
    .mainslider .header {
      position: fixed; }
      .mainslider .header.open {
        background: #001c32; }
      .mainslider .header.fixed {
        background: #000; }
        .mainslider .header.fixed.open {
          background: #001c32; } }

.slider {
  z-index: 1; }
  .slider .item {
    position: relative;
    min-height: 100vh;
    padding-top: 110px; }
    .slider .item img {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      height: 100%;
      left: 0;
      object-fit: cover;
      z-index: 1; }
    .slider .item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 307px;
      background: url(../images/bgtopslider.png) 0 0 repeat-x;
      z-index: 2; }
    .slider .item .blockin {
      z-index: 3; }
  .slider .slider1 img {
    display: block; }
    .slider .slider1 img + img {
      display: none; }
  .slider .title {
    font-size: 48px;
    line-height: 50px;
    font-weight: bold;
    color: #ffffff; }
    .slider .title strong {
      font-weight: 800;
      font-size: 70px; }
    .slider .title span {
      display: block;
      color: #00de1f; }
  .slider .text {
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300; }
    .slider .text + .site_button {
      margin-top: 50px; }
  .slider .site_button {
    margin-top: 70px;
    max-width: 270px;
    box-shadow: 0 0 29px rgba(255, 144, 0, 0.6); }
  .slider .owl-dots {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 4;
    display: flex;
    align-items: center; }
    .slider .owl-dots div {
      cursor: pointer;
      width: 12px;
      height: 12px;
      border-radius: 3px;
      margin-left: 28px;
      background: rgba(255, 255, 255, 0.3); }
      .slider .owl-dots div:first-child {
        margin: 0; }
      .slider .owl-dots div.active {
        background: #ff9000;
        box-shadow: 0 0 29px rgba(255, 144, 0, 0.6); }
    @media screen and (max-width: 1370px) {
      .slider .owl-dots {
        bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .slider {
      text-align: center; }
      .slider .item {
        padding: 40px 0 20px;
        min-height: calc(100vh - 60px); }
      .slider .title {
        font-size: 30px;
        line-height: 36px;
        max-width: 290px;
        margin: 0 auto; }
        .slider .title strong {
          font-size: 46px; }
      .slider .slider1 img {
        display: none; }
        .slider .slider1 img + img {
          display: block; }
      .slider .text {
        margin-top: 10px; }
        .slider .text + .site_button {
          margin-top: 30px; }
        .slider .text br {
          display: none; }
      .slider .site_button {
        margin: 20px auto 0; }
      .slider .owl-dots {
        bottom: 20px;
        justify-content: center; } }

.mobbut {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c02929;
  color: #fff;
  font-size: 24px;
  font-weight: 900; }
  .mobbut img {
    margin-right: 30px; }
  @media screen and (min-width: 768px) {
    .mobbut {
      display: none; } }

.maininfocompany {
  height: 612px; }
  .maininfocompany:before, .maininfocompany:after {
    background: url(../images/companyinfo_bg_l.png);
    width: 15px;
    height: 284px; }
  .maininfocompany:after {
    bottom: 0; }
  .maininfocompany .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -151px;
    background: url(../images/mapmainbg.png) 50% 0 no-repeat; }
  .maininfocompany .left {
    position: absolute;
    top: 0;
    left: -15px;
    width: 296px;
    height: 570px;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../images/left_companybg.png) 0 0 no-repeat;
    padding: 0 30px 30px;
    text-align: center; }
    .maininfocompany .left .m_title {
      font-size: 20px; }
    .maininfocompany .left .num {
      font-size: 58px;
      line-height: 1;
      font-weight: 800; }
    .maininfocompany .left .title {
      font-size: 28px;
      font-weight: 900;
      line-height: 32px;
      padding: 2px 0 25px; }
    .maininfocompany .left .text {
      font-size: 17px;
      line-height: 28px; }
  .maininfocompany .right {
    padding: 90px 0 0 365px; }
    .maininfocompany .right .r_text {
      max-width: 460px; }
  .maininfocompany h2 {
    margin-bottom: 25px; }
    @media screen and (min-width: 768px) {
      .maininfocompany h2 {
        line-height: 48px;
        font-size: 48px; } }
  @media screen and (max-width: 991px) {
    .maininfocompany .right {
      padding-top: 20px;
      padding-left: 300px; } }
  @media screen and (max-width: 767px) {
    .maininfocompany {
      height: auto;
      padding-bottom: 240px; }
      .maininfocompany .bg {
        height: 439px;
        top: auto;
        bottom: -80px;
        background-size: cover;
        background-position: calc(50% - 140px) 0; }
      .maininfocompany .left {
        position: relative;
        width: 290px;
        height: 467px;
        background-size: 100% 100%;
        margin: 0 auto;
        left: auto;
        right: auto;
        top: auto; }
        .maininfocompany .left .title {
          padding-bottom: 10px; }
      .maininfocompany .right {
        padding: 0;
        text-align: center; }
        .maininfocompany .right h2 {
          padding: 20px 20px 0; }
        .maininfocompany .right br {
          display: none; } }

.maincompany {
  padding: 60px 0 100px; }
  .maincompany:before, .maincompany:after {
    background: url(../images/company_bg_l.png);
    width: 15px;
    height: 264px; }
  .maincompany h2 {
    margin: 0; }
    @media screen and (min-width: 768px) {
      .maincompany h2 {
        line-height: 48px;
        font-size: 48px; } }
  .maincompany .row > div {
    margin-top: 30px; }
  .maincompany .button {
    margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .maincompany {
      padding: 0 0 30px;
      text-align: center; }
      .maincompany .hidemob {
        display: none; }
      .maincompany p {
        display: none; }
      .maincompany .row > div {
        margin-top: 15px; }
      .maincompany .button {
        margin-top: 20px; } }

.green {
  background: #00a617; }
  .green:before, .green:after {
    background: url(../images/green_bg_l.png);
    width: 15px;
    height: 367px; }
  .green .left {
    color: #fff;
    padding: 25px 0; }
  .green h2 {
    color: #fff; }
    @media screen and (min-width: 768px) {
      .green h2 {
        line-height: 48px;
        font-size: 48px; } }
  .green .img {
    margin-right: -375px; }
    .green .img img {
      height: 100%;
      object-fit: cover;
      display: block; }
  @media screen and (max-width: 767px) {
    .green {
      text-align: center; }
      .green .img {
        margin: 0 -15px; }
        .green .img img {
          height: auto; } }

.kotl {
  padding-top: 90px; }
  .kotl:before, .kotl:after {
    background: url(../images/kotl_bg_l.png);
    width: 15px;
    height: 271px; }
  .kotl .bgbot {
    position: absolute;
    bottom: -106px;
    left: 0;
    width: 100%;
    max-width: 1920px;
    height: 410px;
    background: url(../images/kotlbg.png) 50% 0 no-repeat; }
  .kotl h2 {
    margin: 0; }
    @media screen and (min-width: 768px) {
      .kotl h2 {
        font-size: 48px; } }
  .kotl .btext {
    max-width: 670px;
    margin-left: auto;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 30px; }
  .kotl .row img {
    display: block; }
  .kotl .row .left {
    text-align: right;
    margin-right: -20px; }
  .kotl .row .right {
    margin-left: -20px; }
  .kotl .row .block {
    position: relative;
    margin-top: 90px; }
    .kotl .row .block:first-child {
      margin: 0; }
    .kotl .row .block .title {
      font-size: 18px;
      font-weight: bold;
      color: #c02929;
      margin-bottom: 15px;
      line-height: 24px; }
    .kotl .row .block:before {
      content: '';
      position: absolute; }
      @media screen and (max-width: 1100px) {
        .kotl .row .block:before {
          display: none; } }
  .kotl .row .point1:before {
    top: -22px;
    right: -175px;
    width: 238px;
    height: 81px;
    background: url(../images/point1.png); }
  .kotl .row .point2:before {
    top: -12px;
    right: -150px;
    width: 210px;
    height: 73px;
    background: url(../images/point2.png); }
  .kotl .row .point3:before {
    top: 60px;
    left: -130px;
    width: 192px;
    height: 48px;
    background: url(../images/point3.png); }
  .kotl .row .point4:before {
    top: 30px;
    left: -170px;
    width: 227px;
    height: 36px;
    background: url(../images/point4.png); }
  .kotl .button {
    margin-top: -32px;
    position: relative; }
  @media screen and (max-width: 991px) {
    .kotl .row {
      align-items: stretch; }
      .kotl .row > div .left, .kotl .row > div .right {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: 100%; }
      .kotl .row .left {
        margin: 0; }
      .kotl .row .right {
        margin: 0; }
      .kotl .row img {
        margin: 0 auto; }
      .kotl .row .block {
        margin-top: 20px; }
    .kotl .bgbot {
      display: none; }
    .kotl .button {
      margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .kotl {
      text-align: center;
      padding-top: 25px; }
      .kotl .btext {
        margin: 11px auto 20px;
        font-size: 20px;
        line-height: 26px; }
        .kotl .btext br {
          display: none; }
      .kotl .block {
        text-align: center !important; }
      .kotl .row > div:last-child {
        margin-top: 20px; } }

.equipment {
  padding-top: 50px; }
  .equipment:before, .equipment:after {
    width: 15px;
    height: 301px;
    background: url(../images/equipment_bg_l.png) 0 0 no-repeat; }
  .equipment .block {
    margin-top: 50px; }
    .equipment .block:nth-child(even) .row {
      flex-direction: row-reverse; }
    .equipment .block .title {
      font-size: 48px;
      color: #000000;
      line-height: 48px;
      margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .equipment {
      padding: 30px 0;
      text-align: center; }
      .equipment .block {
        margin-top: 33px; }
        .equipment .block:first-child {
          margin: 0; }
        .equipment .block .row {
          flex-direction: column-reverse !important; }
        .equipment .block .title {
          font-size: 30px;
          line-height: 34px; }
          .equipment .block .title br {
            display: none; } }

.textblockmain {
  background: #efefef url(../images/repeattextbg.png) 50% 100% repeat-x;
  padding-top: 20px; }
  .textblockmain:before, .textblockmain:after {
    background: url(../images/textmain_bg_l.png);
    width: 15px;
    height: 319px; }
  .textblockmain .img {
    font-size: 0;
    line-height: 0;
    margin-right: -132px;
    text-align: right; }
    .textblockmain .img img {
      display: block; }
  .textblockmain .left {
    padding-bottom: 85px; }
  .textblockmain .icon {
    text-align: center; }
    .textblockmain .icon span {
      display: block; }
    .textblockmain .icon > div {
      margin-top: 30px; }
  .textblockmain h2 {
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .textblockmain h2 {
        margin-right: -55px;
        font-size: 48px; } }
  @media screen and (max-width: 767px) {
    .textblockmain {
      padding: 25px 0 50px;
      text-align: center;
      background: url(../images/bgtextright.png) 100% 100% no-repeat, url(../images/repeattextbg.png) 100% 100% repeat-x #efefef; }
      .textblockmain .img {
        display: none; } }

.option {
  padding: 90px 0;
  color: #fff;
  background: #060505 url(../images/bgoption.jpg) 50% 0 no-repeat;
  background-size: cover;
  text-align: center; }
  .option:before, .option:after {
    background: url(../images/option_bg_l.png);
    width: 15px;
    height: 351px; }
  .option .bgtop {
    background: url(../images/optionbgtop.png) 50% 0 no-repeat;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    height: 128px; }
  .option .bgbot {
    position: absolute;
    bottom: -57px;
    height: 126px;
    left: 0;
    right: 0;
    background: url(../images/optionbgbot.png) 50% 0 no-repeat;
    z-index: 1; }
  .option h2 {
    color: #fff;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .option h2 {
        font-size: 48px; } }
  .option .text {
    text-align: center; }
  .option .row > div {
    margin-top: 40px; }
  .option .img {
    margin-bottom: 15px; }
    .option .img img {
      border-radius: 50%;
      border: 2px solid #ff9000;
      box-shadow: 0 0 50px rgba(255, 144, 0, 0.6);
      display: block;
      margin: 0 auto; }
  .option .title {
    font-size: 20px;
    line-height: 24px; }
  @media screen and (max-width: 767px) {
    .option {
      padding: 25px 0;
      background-size: auto; }
      .option .bgtop, .option .bgbot {
        display: none; }
      .option h2 br {
        display: none; }
      .option .row {
        padding-top: 10px; }
        .option .row > div {
          margin-top: 10px;
          display: flex;
          align-items: center; }
          .option .row > div .img {
            max-width: 95px;
            min-width: 95px;
            margin-right: 15px; }
      .option .title {
        font-size: 18px;
        line-height: 22px;
        text-align: left; }
        .option .title br {
          display: none; } }

.premium {
  padding: 88px 0 90px;
  background: #ededed url(../images/premiumbg.png) 50% 0 no-repeat; }
  .premium:before, .premium:after {
    width: 15px;
    height: 286px;
    background: url(../images/premium_bg_l.png); }
  .premium .bgblock {
    position: absolute;
    bottom: -115px;
    left: 0;
    width: 100%;
    max-width: 1920px;
    height: 304px;
    background: url(../images/bgpremium.jpg) 50% 0 no-repeat; }
  .premium .row > div {
    margin-bottom: 40px; }
  .premium .bottext {
    text-align: center;
    max-width: 910px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 500;
    color: #ff9000;
    line-height: 40px; }
  .premium .title {
    font-size: 40px;
    color: #000000;
    line-height: 50px; }
    .premium .title span {
      font-weight: 900;
      color: #ff9600; }
  .premium .block {
    position: relative;
    padding: 30px 44px;
    border-radius: 12px; }
    .premium .block.bg {
      background: rgba(0, 0, 0, 0.05); }
    .premium .block .num {
      position: absolute;
      top: 20px;
      left: 20px;
      font-size: 100px;
      line-height: 1;
      color: #ff9c00;
      font-weight: 800; }
    .premium .block .m_title {
      font-size: 20px;
      font-weight: 900;
      margin-bottom: 5px;
      position: relative; }
    .premium .block .text {
      position: relative; }
  @media screen and (max-width: 767px) {
    .premium {
      padding: 25px 0;
      background-image: url(../images/premiumbgm.png); }
      .premium .bgblock {
        display: none; }
      .premium .row > div {
        margin-bottom: 25px; }
      .premium .title {
        text-align: center;
        font-size: 30px;
        line-height: 34px; }
      .premium .block {
        padding: 5px 0 0 23px; }
        .premium .block.bg {
          background: none; }
        .premium .block .num {
          top: 0;
          left: 0; }
        .premium .block .text {
          margin-bottom: 7px;
          line-height: 1.2; }
      .premium .bottext {
        font-size: 24px;
        line-height: 28px; } }

.mainproductwrap {
  padding: 90px 0; }
  .mainproductwrap:before, .mainproductwrap:after {
    background: url(../images/catalog_bg_l.png); }
  .mainproductwrap h2 {
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .mainproductwrap h2 {
        font-size: 48px; } }
  .mainproductwrap .tabproduct {
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    .mainproductwrap .tabproduct li {
      padding-left: 45px;
      margin-left: 45px;
      border-left: 1px solid #b1b1b1;
      line-height: 18px; }
      .mainproductwrap .tabproduct li:first-child {
        margin: 0;
        padding: 0;
        border: 0; }
      .mainproductwrap .tabproduct li a {
        display: block;
        font-size: 20px;
        color: #747474;
        border-bottom: 1px dashed transparent; }
        .mainproductwrap .tabproduct li a.active {
          color: #ff9000;
          border-color: #ff9000; }
    @media screen and (max-width: 1170px) {
      .mainproductwrap .tabproduct {
        justify-content: space-between; }
        .mainproductwrap .tabproduct li {
          padding: 0;
          margin: 0;
          border: 0; } }
  .mainproductwrap .button {
    margin-top: 55px; }
  .mainproductwrap .type {
    display: none;
    text-align: center;
    margin-bottom: 20px; }
  .mainproductwrap .chageproduct {
    width: 100%;
    height: 56px;
    border-radius: 35px;
    border: 1px solid #e0e0e0;
    margin-top: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url(../images/selectsort.png) 100% 50% no-repeat;
    padding: 0 22px;
    font-size: 15px;
    color: #ff9000;
    cursor: pointer;
    font-weight: bold; }
  .mainproductwrap .sertificatslider .owl-dots {
    margin-top: 15px;
    display: none;
    align-items: center;
    justify-content: center; }
    .mainproductwrap .sertificatslider .owl-dots div {
      cursor: pointer;
      width: 12px;
      height: 12px;
      background: #cacaca;
      border-radius: 3px;
      margin-left: 28px; }
      .mainproductwrap .sertificatslider .owl-dots div:first-child {
        margin: 0; }
      .mainproductwrap .sertificatslider .owl-dots div.active {
        background: #ff9000; }
  .mainproductwrap .tabbody .t_block {
    height: 0;
    overflow-y: hidden; }
    .mainproductwrap .tabbody .t_block.active {
      height: auto; }
  @media screen and (max-width: 991px) {
    .mainproductwrap {
      padding: 25px 0; }
      .mainproductwrap .tabproduct {
        display: none; }
      .mainproductwrap .type {
        display: block; }
      .mainproductwrap .sertificatslider {
        padding: 0; }
        .mainproductwrap .sertificatslider .owl-nav {
          display: none; }
        .mainproductwrap .sertificatslider .owl-dots {
          display: flex; }
      .mainproductwrap .button {
        margin-top: 30px; } }

.mainreviews h2 {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .mainreviews h2 {
      font-size: 48px; } }

.partner {
  min-height: 460px;
  padding: 30px 0; }
  .partner h2 {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .partner h2 {
        font-size: 48px; } }
  .partner .sertificatslider img {
    border: 1px solid #ededed; }
  @media screen and (max-width: 767px) {
    .partner {
      min-height: auto; } }

.page_form {
  min-height: 430px;
  padding: 30px 0;
  background: #ededed; }
  .page_form .title {
    text-align: center;
    font-size: 40px; }
  .page_form .text {
    text-align: center;
    margin: 20px 0 20px; }
  .page_form .form {
    max-width: 900px;
    margin: 0 auto; }
  .page_form .row > div {
    margin-top: 15px; }
  .page_form .oferta {
    margin-left: 20px;
    color: #000; }
  @media screen and (max-width: 767px) {
    .page_form .title {
      font-size: 30px; }
    .page_form .text {
      margin: 10px 0; }
      .page_form .text br {
        display: none; }
    .page_form .row {
      display: flex;
      flex-wrap: wrap; }
      .page_form .row > div {
        width: 100%; }
        .page_form .row > div.col-sm-12 {
          order: 0; }
        .page_form .row > div.col-sm-4:nth-child(3) {
          order: 1; }
    .page_form .oferta {
      margin: 0; } }

.formgroup {
  display: block;
  position: relative;
  cursor: text; }
  .formgroup input {
    display: block;
    width: 100%;
    border: 1px solid #ff9000;
    border-radius: 30px;
    line-height: 37px;
    padding-top: 19px;
    height: 54px;
    padding: 15px 30px 0 30px;
    font-size: 15px;
    color: #000; }
    .formgroup input:focus + span, .formgroup input.focus + span {
      line-height: 30px;
      font-size: 12px; }
  .formgroup span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    line-height: 54px;
    padding: 0 30px;
    font-size: 16px;
    transition: all 0.4s ease 0s; }
    .formgroup span em {
      color: #f00; }

.footer {
  padding: 25px 0;
  background: #000000;
  color: #ffffff;
  line-height: 25px; }
  .footer .top {
    padding-bottom: 25px;
    border-bottom: 1px solid #333333; }
    .footer .top span {
      font-weight: 900; }
    .footer .top .mail a {
      color: #fff;
      border-bottom: 1px solid #c02929; }
      .footer .top .mail a:hover {
        border-color: transparent; }
    .footer .top .mobaddress {
      display: none; }
    .footer .top .phone {
      text-align: right; }
      .footer .top .phone .tel a {
        font-size: 20px;
        color: #c02929;
        font-weight: 900; }
      .footer .top .phone > a {
        color: #ffffff;
        border-bottom: 1px dashed #ffffff; }
        .footer .top .phone > a:hover {
          border-color: transparent; }
  .footer .center {
    padding: 30px 0;
    border-bottom: 1px solid #333333; }
    .footer .center .title {
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 25px; }
    .footer .center .left {
      max-width: 470px;
      width: 100%; }
    .footer .center .right {
      max-width: 330px;
      width: 100%; }
    .footer .center ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .footer .center ul li {
        margin-top: 15px; }
        .footer .center ul li:first-child {
          margin: 0; }
        .footer .center ul li a {
          font-size: 16px;
          font-weight: 300;
          color: #ffffff;
          border-bottom: 1px solid transparent; }
          .footer .center ul li a:hover {
            border-color: #fff; }
  .footer .bottom {
    padding-top: 25px;
    font-weight: 100; }
    .footer .bottom .f_link {
      color: #fff;
      border-bottom: 1px solid transparent;
      line-height: 1.2; }
      .footer .bottom .f_link:hover {
        border-color: #777777; }
    .footer .bottom .insite a {
      color: #c02929;
      font-weight: 600;
      border-bottom: 1px solid transparent; }
      .footer .bottom .insite a:hover {
        border-color: #c02929; }
  @media screen and (max-width: 991px) {
    .footer {
      text-align: center; }
      .footer .top {
        flex-direction: column;
        align-items: center; }
        .footer .top > div {
          margin-top: 25px; }
        .footer .top .address {
          display: none; }
        .footer .top .mobaddress {
          display: block; }
        .footer .top .phone {
          text-align: center; }
      .footer .center {
        display: none; }
      .footer .bottom {
        flex-direction: column; }
        .footer .bottom .f_link {
          margin: 20px 0; } }

.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(0, 0, 0, 0.5);
  z-index: 10;
  display: none; }
  .popup_wrap .wrap {
    display: inline-block;
    vertical-align: middle;
    max-width: 590px;
    width: 100%;
    background: #ffffff;
    position: relative;
    line-height: 1.2;
    font-size: 16px;
    box-sizing: border-box;
    text-align: left;
    border-radius: 3px;
    padding: 30px; }
  .popup_wrap .closebut {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 14px;
    height: 14px;
    background: url(../images/closebut.png) 0 0 no-repeat;
    cursor: pointer; }
  .popup_wrap .p_title {
    display: flex;
    align-items: center;
    padding: 0 40px 15px 0px;
    font-size: 40px;
    line-height: 1.2;
    border-bottom: 2px solid #ff9000; }
  .popup_wrap .p_body {
    padding-top: 5px; }
    .popup_wrap .p_body .row > div {
      margin-top: 20px; }
  .popup_wrap .title {
    margin-bottom: 9px;
    padding-left: 20px; }
    .popup_wrap .title span {
      color: #f00; }
  .popup_wrap input, .popup_wrap textarea, .popup_wrap select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 22px;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    border-radius: 25px; }
  .popup_wrap select {
    background: #fff url(../images/arrow.png) 100% 50% no-repeat;
    color: #888888;
    font-size: 14px;
    padding: 0 35px 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none; }
    .popup_wrap select option {
      color: #000; }
    .popup_wrap select::-ms-expand {
      display: none; }
  .popup_wrap textarea {
    height: 136px;
    line-height: 1.2;
    padding: 17px;
    resize: none; }
  .popup_wrap form + .success {
    display: none; }
  .popup_wrap .logintab {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 25px 0 5px;
    list-style: none; }
    .popup_wrap .logintab li {
      width: 50%;
      font-size: 20px;
      color: #747474;
      font-weight: 500;
      cursor: pointer; }
      .popup_wrap .logintab li span {
        border-bottom: 1px dashed transparent; }
      .popup_wrap .logintab li:last-child {
        text-align: right;
        border-left: 1px solid #bdbdbd; }
      .popup_wrap .logintab li.active {
        color: #ff9000; }
        .popup_wrap .logintab li.active span {
          border-color: #ff9000; }
  .popup_wrap .loginbody .l_block {
    display: none; }
    .popup_wrap .loginbody .l_block.active {
      display: block; }
  .popup_wrap .link {
    font-size: 14px;
    border-bottom: 1px solid #ff9000; }
    .popup_wrap .link:hover {
      border-color: transparent; }
  .popup_wrap .text {
    padding-top: 20px;
    line-height: 1.3;
    font-size: 16px; }
  .popup_wrap:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }
  .popup_wrap.min .wrap {
    max-width: 375px; }
  @media screen and (max-width: 767px) {
    .popup_wrap .closebut {
      top: 10px;
      right: 15px; }
    .popup_wrap .wrap {
      padding: 15px; }
    .popup_wrap .p_title {
      font-size: 25px; }
    .popup_wrap .logintab li {
      font-size: 18px; } }

.popup_wrap.citypopup .wrap {
  background: #fff;
  max-width: 375px;
  padding: 30px;
  border-radius: 5px; }
.popup_wrap.citypopup .block {
  margin-top: 35px; }
  .popup_wrap.citypopup .block:first-child {
    margin-top: 0; }
.popup_wrap.citypopup .title {
  margin-bottom: 15px;
  padding-left: 0;
  color: #ff9000;
  font-weight: bold; }
.popup_wrap.citypopup input {
  display: block;
  line-height: 53px;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  width: 100%; }
.popup_wrap.citypopup ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .popup_wrap.citypopup ul li {
    margin-top: 15px; }
    .popup_wrap.citypopup ul li:first-child {
      margin-top: 0; }
    .popup_wrap.citypopup ul li a {
      font-size: 16px;
      color: #838383;
      text-decoration: none;
      border-bottom: 1px solid transparent; }
      .popup_wrap.citypopup ul li a:hover {
        border-color: #838383; }
.popup_wrap.citypopup .scroll {
  position: relative; }
  .popup_wrap.citypopup .scroll .baron__scroller {
    height: 270px;
    overflow: hidden; }
  .popup_wrap.citypopup .scroll .baron__track {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 5px;
    background: #f4f7fa;
    border-radius: 3px; }
    .popup_wrap.citypopup .scroll .baron__track .baron__free {
      position: relative;
      height: 100%; }
    .popup_wrap.citypopup .scroll .baron__track .baron__bar {
      border-radius: 3px;
      width: 5px;
      background: #d4d4d4;
      position: absolute; }
@media screen and (max-width: 767px) {
  .popup_wrap.citypopup .wrapp_in {
    padding-top: 0; } }

.oferta {
  position: relative;
  padding-left: 33px;
  line-height: 20px;
  font-size: 14px;
  color: #888888; }
  .oferta label {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
    .oferta label input {
      display: none; }
      .oferta label input:checked + span {
        background: #fff url(../images/checked.png) 50% 50% no-repeat; }
    .oferta label span {
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 3px;
      border: 1px solid #e0e0e0;
      background: #fff; }
  .oferta a {
    color: #ff9000;
    border-bottom: 1px solid transparent; }
    .oferta a:hover {
      border-color: #ff9000; }

#gotop {
  display: none;
  position: fixed;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(../images/gotop.png) 0 0 no-repeat; }
  @media screen and (max-width: 767px) {
    #gotop {
      bottom: 80px; } }

/*# sourceMappingURL=styles.css.map */
.product .all { font-weight: bold; }

.menu-category {
    display: flex;
    gap: 10px;
    align-items: center;
}
.menu-category:hover {
    cursor: pointer;
}
.menu-category img {
    width: 20px;
}
.menu-category .menu-category_img-1 {
 display: none;
}
.menu-category .menu-category_img-2 {
 display: block;
}
.menu-category.menu-category_show .menu-category_img-1 { display: block; }
.menu-category.menu-category_show .menu-category_img-2 { display: none; }
.category-menu-block {
    position: fixed;
    display: none;
    top: 60px;
    left: 0px;
    padding: 30px 60px;
    background:  #f2f2f2;
    z-index: 9;
    
    width: auto;
    max-height: 423px;
    background-image: url('/tmpl/images/bgmenubtn.png');
    background-repeat: no-repeat;
    background-size: cover;
    
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.category-menu-block.category-menu-block_show { display: block; }
.menu-category span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.category-menu-block .folder_tab_new ul {
margin: 0px;
padding: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, auto);
    grid-column-gap: 10px;
    grid-row-gap: 14px;
}
.category-menu-block .folder_tab_new ul li { width: 100%; margin: 0px; list-style: none; display: flex; cursor: default; }
.category-menu-block .folder_tab_new ul li a {
    background: none;
    border: 0px;
    height: auto;
    display: flex;
    align-items: center;
    width: unset;
}
.category-menu-block .col-sm-item { min-height: unset; min-width: unset; }
.category-menu-block .folder_tab_new ul .active .item:before { display: none; }
.category-menu-block .folder_tab_new ul li .item .img { width: 55px; min-width: 55px; }
.category-menu-block .folder_tab_new ul li .item .img img { display: block; }
.category-menu-block .folder_tab_new ul li .item .txt { padding-left: 15px; }
.category-menu-block .folder_tab_new ul li .item .txt span { display: none; }
.category-menu-block .folder_tab_new ul .active .item {
    border: 0px;
    background: none;
}
.category-menu-block .folder_tab_new ul .active .item .txt { color: #c02929; }

.category-menu-block .category-menu-block_img-1 {
    position: absolute;
    top: 0px;
    right: -40px;
}
.category-menu-block .category-menu-block_img-2 {
    position: absolute;
    top: 0px;
    left: -40px;
}

.slick-slider-cat .slick-arrow {
    position: absolute;
    top: calc(50% - 5px);
    background: none;
    height: 20px;
    width: 10px;
    border: 0px;
    padding: 0px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}
.slick-slider-cat .slick-arrow.slick-next {
    right: 15px;
    background-image: url('/tmpl/images/sr.svg');
}
.slick-slider-cat .slick-arrow.slick-prev {
    left: 15px;
    background-image: url('/tmpl/images/sl.svg');
}
.slick-slider-cat .slick-dots {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transfom: translateX(-50%);
}

.slick-slider-cat .slick-dots li{
    list-style: none;
    margin-right: 7px;
}
.slick-slider-cat .slick-dots li:last-child { margin: 0px; }
.slick-slider-cat .slick-dots li button {
    width: 10px;
    height: 10px;
    background: none;
    border: 0px;
    padding: 0px;
    padding-left: 10px;
    border-radius: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #D3D3D3;
}

.slick-slider-cat .slick-dots li.slick-active button {
    transform: scale(1.1);
    background-color: #FFFFFF;
}
.advantages-block {
    padding-bottom: 30px;
}
.advantages-block__item {
    border-radius: 10px;
    background: linear-gradient(125deg, rgba(168, 167, 167, 0.25) 16.02%, rgba(131, 131, 131, 0.25) 29.93%, rgba(202, 200, 200, 0.25) 51.45%, rgba(131, 131, 131, 0.25) 67.57%, rgba(202, 200, 200, 0.25) 84.17%);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px;
    min-height: 230px;
}

.advantages-block__item img {
    display: block;
    margin-bottom: 20px;
}

.advantages-block__item span {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}



.video-obs {
    position: relative;
    padding-top: 50px;
}
.video-obs__title {
    margin: 0px;
    padding-bottom: 80px;
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.video-obs__subtitle {
    margin: 0px;
    padding-bottom: 40px;
    
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
}
.video-obs__desc {
color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
margin: 0px;
padding-bottom: 20px;
}
.video-obs-slider {
    padding-top: 70px;
    overflow: visible!important;
}
.video-obs-slider .slick-list { overflow: visible!important; }

.video-obs-slider__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.video-obs-slider__item-preview {
}
.video-obs-slider__item-preview img { display: block; }
.video-obs-slider__item p {
    margin: 0px;
    padding-top: 20px;
    color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
}
.video-obs-slider__item-play {
    position: absolute;
    z-index: 2;
    top: calc(50% - 57px);
    left: calc(50% - 57px);
}
.slick-slide { transition: 0.3s; z-index: 1!important;}
.video-obs-slider .video-obs-slider__item.slick-slide.slick-current.slick-active + .slick-slide { opacity: 1!important; transform:  translateX(12%) scale(0.9); z-index: 4!important; }
.video-obs-slider .video-obs-slider__item.slick-slide.slick-current.slick-active + .slick-slide + .slick-slide { opacity: 1!important; transform:  translateX(24%) scale(0.8); z-index: 3!important; }
.slick-slide p { opacity: 0; }
.video-obs-slider .video-obs-slider__item.slick-slide.slick-current.slick-active p { opacity: 1; }
.video-obs-slider .video-obs-slider__item.slick-slide.slick-current.slick-active {
    opacity: 1!important;
    transform: translateX(0%) scale(1);
    z-index: 5!important;
    
}
.video-obs-slider .video-obs-slider__item.slick-slide.slick-current.slick-active .video-obs-slider__item-preview { box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.35); }
.video-obs-slider .slick-arrow {
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: none;
    
    display: flex;
    align-items: center;
    
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    
    position: absolute;
    top: 20px;
    right: 0px;
}
.advantages-block__item { margin-bottom: 20px; }
@media (max-width: 600px) {
    .slick-slider-cat .slick-slide a { display: flex; justify-content: center; }
}
.col-sm-6_pad { padding-left: 8.44444%; }

@media (max-width: 600px) {
.col-sm-6_pad { padding-left: 15px; }
}

.slider .css-slider1 img { display: block; }
.slider .css-slider1 img + img { display: none; }
@media screen and (max-width: 767px) {
  .slider .css-slider1 img { display: none; }
  .slider .css-slider1 img + img { display: block; }
}



