@charset "UTF-8";
@font-face {
  font-family: "lato";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/LatoRegular/LatoRegular.eot");
  src: url("../fonts/LatoRegular/LatoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoRegular/LatoRegular.woff") format("woff"), url("../fonts/LatoRegular/LatoRegular.ttf") format("truetype");
}
@font-face {
  font-family: "lato";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/LatoBold/LatoBold.eot");
  src: url("../fonts/LatoBold/LatoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoBold/LatoBold.woff") format("woff"), url("../fonts/LatoBold/LatoBold.ttf") format("truetype");
}
@font-face {
  font-family: "lato";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/LatoBlack/LatoBlack.eot");
  src: url("../fonts/LatoBlack/LatoBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoBlack/LatoBlack.woff") format("woff"), url("../fonts/LatoBlack/LatoBlack.ttf") format("truetype");
}
@font-face {
  font-family: "lato";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/LatoExtraBold/LatoExtraBold.eot");
  src: url("../fonts/LatoExtraBold/LatoExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoExtraBold/LatoExtraBold.woff") format("woff"), url("../fonts/LatoExtraBold/LatoExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "lato";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/LatoSemibold/LatoSemibold.eot");
  src: url("../fonts/LatoSemibold/LatoSemibold.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoSemibold/LatoSemibold.woff") format("woff"), url("../fonts/LatoSemibold/LatoSemibold.ttf") format("truetype");
}
@font-face {
  font-family: "lato";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/LatoMedium/LatoMedium.eot");
  src: url("../fonts/LatoMedium/LatoMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoMedium/LatoMedium.woff") format("woff"), url("../fonts/LatoMedium/LatoMedium.ttf") format("truetype");
}
@font-face {
  font-family: "lato";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/LatoLight/LatoLight.eot");
  src: url("../fonts/LatoLight/LatoLight.eot?#iefix") format("embedded-opentype"), url("../fonts/LatoLight/LatoLight.woff") format("woff"), url("../fonts/LatoLight/LatoLight.ttf") format("truetype");
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.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(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

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

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

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ms-hidden {
  display: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

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

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

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -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;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  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: transform 0.1s ease;
}

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

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

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

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.6;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.mfp-close {
  background: url("../img/icon/close.svg") no-repeat center center;
  margin: 0;
  opacity: 0.8;
}

.mfp-close {
  width: 24px;
  height: 24px;
  line-height: 44px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  margin: 17px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: "AvantGardeGothicC", sans-serif;
}

button.mfp-close:hover,
button.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  text-align: right;
  padding: 20px;
  background: url("../img/icon/close.svg") no-repeat center center;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -22px;
  padding: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #05c1e7 url("../../img/sl-arrow-set.png") no-repeat 15px 12px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  background: #fd6405 url("../../img/sl-arrow-set.png") no-repeat 15px 12px;
}

.mfp-arrow-left {
  left: -15px;
}

.mfp-arrow-right {
  right: -15px;
  left: auto;
  background: #05c1e7 url("../../img/sl-arrow-set.png") no-repeat -30px 12px;
}

.mfp-arrow-right:hover {
  background: #fd6405 url("../../img/sl-arrow-set.png") no-repeat -30px 12px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left; /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0; /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #BDBDBD;
  opacity: 1;
}

::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1;
}

::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #BDBDBD;
  opacity: 1;
}

::selection {
  background-color: #5284F7;
  color: #fff;
}

body {
  font-size: 18px;
  min-width: 320px;
  position: relative;
  line-height: 130%;
  font-family: "lato", sans-serif;
  overflow-x: hidden;
  color: #333333;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
}
body input[type=text] {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
body input, body textarea {
  border: #666 1px solid;
  outline: none;
}
body input:focus:required:invalid, body textarea:focus:required:invalid {
  border-color: red;
}
body input:required:valid, body textarea:required:valid {
  border-color: green;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive.img-width {
  width: 100%;
}

b, strong {
  font-weight: bold;
}

*, ::after, ::before {
  box-sizing: border-box;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #5284F7;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}
.container .row {
  display: flex;
  flex-flow: row wrap;
}

.btn {
  background: #5284F7;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
  padding: 10px 25px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 2px;
}
.btn:hover {
  background: #3a73f6;
  color: #FFFFFF;
}

.logo {
  width: 200px;
  position: relative;
  margin-right: 45px;
}
.logo span {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  margin-top: 7px;
  display: block;
}

.breadcrumbs ul {
  margin: 40px 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 14px;
  line-height: 17px;
  color: #828282;
}
.breadcrumbs ul li {
  padding-left: 5px;
  padding-right: 13px;
  position: relative;
}
.breadcrumbs ul li:first-child {
  padding-left: 0;
}
.breadcrumbs ul li:last-child {
  padding-right: 0;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs ul li:last-child a {
  font-weight: bold;
  color: #5284F7;
  cursor: default;
}
.breadcrumbs ul li:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
}
.breadcrumbs ul li a {
  color: #828282;
}

.chapter_menu {
  margin-top: -10px;
}
.chapter_menu ul {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
  background: #5284F7;
  padding: 0;
}
.chapter_menu ul li {
  padding: 10px;
}
.chapter_menu ul li.active {
  background: #052876;
  cursor: default;
}
.chapter_menu ul li a {
  color: #FFFFFF;
}
.chapter_menu ul li a:hover {
  color: #cbdafd;
}

.wrap_burger {
  display: none;
}

.menu_burger {
  width: 20px;
  height: 14px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.menu_burger .line_burger {
  display: block;
  height: 2px;
  width: 100%;
  background: #000000;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
.menu_burger .line_burger:first-child {
  top: 0;
  left: auto;
  right: 0;
  width: 14px;
}
.menu_burger .line_burger:last-child {
  bottom: 0;
  top: auto;
  left: auto;
  right: 0;
  width: 10px;
}

header .menu-search.mob_menu {
  width: 400px;
  max-width: 400px;
  min-height: 520px;
  position: fixed;
  top: 0;
  right: calc((100vw - 720px) / 2);
  background: #F2F2F2;
  z-index: 11111;
  padding: 8px 20px;
  transform: translateY(-542px);
  transition: all 0.2s ease-out 0s;
}
header .menu-search.mob_menu.active {
  transform: translateY(0px);
}
header .mob_menu_close {
  background: url("../img/icon/close.svg") no-repeat center center;
  margin: 0;
  opacity: 0.8;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 20px;
}

header {
  padding-top: 22px;
}
header .menu-search {
  max-width: 520px;
}
header .menu-search .wrap_cont, header .menu-search .mode-basket {
  display: none;
}
header .menu-search nav li:hover > .cont_sub_menu {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}
header .menu-search .navbar {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: center;
}
header .menu-search .navbar .top_menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
header .menu-search .navbar .top_menu > li {
  display: inline-flex;
}
header .menu-search .navbar .top_menu > li + li {
  margin-left: 32px;
}
header .menu-search .navbar .top_menu > li > a {
  padding: 0;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: all 0.3s;
  color: #333333;
}
header .menu-search .navbar .top_menu > li > a.link_submenu {
  padding: 0;
  display: flex;
  padding-bottom: 20px;
}
header .menu-search .navbar .top_menu > li > a:hover, header .menu-search .navbar .top_menu > li > a:active {
  text-decoration: none;
}
header .menu-search .navbar .top_menu > li > a:hover .arr, header .menu-search .navbar .top_menu > li > a:active .arr {
  background: url("../img/icon/menu-icon-open.svg") no-repeat;
}
header .menu-search .navbar .top_menu > li > a.active {
  color: #5284F7;
}
header .menu-search .navbar .top_menu li {
  margin: 0;
  white-space: nowrap;
}
header .menu-search .navbar .top_menu .arr {
  background: url("../img/icon/menu-icon-close.svg") no-repeat top left;
  width: 12px;
  height: 7px;
  display: block;
  margin-left: 5px;
  margin-top: 8px;
}
header .menu-search .navbar .cont_sub_menu {
  position: absolute;
  z-index: 20;
  background: #FBFBFB;
  border-radius: 3px;
  width: 100%;
  min-height: 475px;
  top: 100%;
  left: 0;
  opacity: 0;
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
  transition: 0.3s linear;
}
header .menu-search .navbar .cont_sub_menu li:hover > .sub_menu {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}
header .menu-search .navbar .sub_menu {
  list-style: none;
  padding: 0;
}
header .menu-search .navbar .sub_menu.bas {
  position: relative;
  width: 25%;
  height: 475px;
  padding: 30px 0;
}
header .menu-search .navbar .sub_menu a:hover, header .menu-search .navbar .sub_menu a.active, header .menu-search .navbar .sub_menu a:focus {
  text-decoration: none;
  color: #333333;
  font-weight: 600;
  background: #fff;
}
header .menu-search .navbar .sub_menu li a {
  color: #828282;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: block;
  padding-left: 30px;
  padding-bottom: 4px;
  padding-top: 6px;
}
header .menu-search .navbar .sub_menu .sub_menu {
  position: absolute;
  min-height: 100%;
  transition: 0.3s linear;
  padding: 0;
  left: 100%;
  top: 0;
  background: #E8EFFF;
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
  padding-top: 30px;
  height: 100%;
}
header .menu-search .navbar .sub_menu .sub_menu li a {
  color: #828282;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding-left: 30px;
  padding-right: 40px;
  padding-top: 3px;
  padding-bottom: 7px;
}
header .menu-search .navbar .sub_menu .sub_menu li a:hover, header .menu-search .navbar .sub_menu .sub_menu li a.active {
  color: #333333;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.6);
}
header .menu-search .navbar .sub_menu .sub_menu .sub_menu {
  background: none;
}
header .menu-search .navbar .sub_menu .sub_menu .sub_menu li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #333333;
}
header .menu-search .navbar .sub_menu .sub_menu .sub_menu li a:hover {
  color: #5284F7;
  background: none;
}
header .menu-search .wrap_search {
  margin-bottom: 20px;
}
header .menu-search .wrap_search form {
  width: 100%;
  position: relative;
  background: #F2F2F2;
  border-radius: 2px;
}
header .menu-search .wrap_search form input, header .menu-search .wrap_search form button {
  border: none;
  outline: none;
  background: transparent;
}
header .menu-search .wrap_search form input {
  width: 100%;
  height: 40px;
  padding-left: 12px;
}
header .menu-search .wrap_search form button {
  width: 25px;
  height: 25px;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 7px;
  background: url("../img/icon/search_icon.svg") no-repeat center center;
}
header .wrap_cont {
  width: 300px;
  margin-right: 32px;
}
header .wrap_cont .wrap_it {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 19px;
  justify-content: flex-end;
}
header .wrap_cont .wrap_it:last-child {
  margin-top: 7px;
}
header .wrap_cont .wrap_it .cap {
  color: #5284F7;
  font-weight: 700;
  margin-right: 7px;
}
header .wrap_cont .wrap_it .phone {
  font-weight: 600;
}
header .mode-basket {
  text-align: right;
}
header .mode-basket .mode {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  position: relative;
  padding-left: 25px;
  margin-bottom: 32px;
}
header .mode-basket .mode:before {
  content: "";
  background: url("../img/icon/time_icon.svg") no-repeat top left;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
header .wrap_basket {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .wrap_basket .basket {
  position: relative;
  width: 25px;
  height: 25px;
  background: url("../img/icon/bask_icon.svg") no-repeat top left;
  margin-right: 5px;
}
header .wrap_basket .basket .amt {
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: #FFFFFF;
  border-radius: 50%;
  background: #5284F7;
  position: absolute;
  bottom: -7px;
  left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .wrap_basket .sum {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.slide {
  padding-top: 20px;
}
.slide.rig {
  padding-top: 0;
  margin-top: 90px;
}
.slide .wrap_slider_main {
  width: 100%;
}
.slide .wrap_slider_main.rig {
  overflow: hidden;
}
.slide .wrap_slider_main.rig .wrap_item {
  padding: 0;
  border-radius: 5px;
}
.slide .wrap_slider_main.rig .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.slide .wrap_slider_main.rig .wrapper .wrap_cont {
  width: 55%;
  padding-left: 70px;
}
.slide .wrap_slider_main.rig .wrapper .wrap_cont .h2 {
  color: #F7525B;
  font-size: 48px;
  line-height: 58px;
  font-weight: 900;
  padding-top: 120px;
  margin-bottom: 48px;
  position: relative;
  text-transform: uppercase;
}
.slide .wrap_slider_main.rig .wrapper .wrap_cont .h2:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  bottom: -34px;
  transform: rotateX(180deg);
  line-height: 1em;
  background: linear-gradient(0deg, #F7525B 0, rgba(255, 255, 255, 0) 95%);
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0);
  opacity: 0.8;
}
.slide .wrap_slider_main.rig .wrapper .wrap_cont .text {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 130%;
}
.slide .wrap_slider_main.rig .wrapper .wrap_img {
  display: flex;
  position: absolute;
  top: -40%;
  right: -25px;
}
.slide .wrap_slider_main.rig .wrapper .wrap_img img {
  object-fit: cover;
  transform: translateX(80px);
}
.slide .wrap_slider_main .wrap_item {
  padding: 40px;
  height: 430px;
  position: relative;
  border-radius: 5px;
}
.slide .wrap_slider_main .wrap_item .wrap_bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.slide .wrap_slider_main .wrap_item .wrap_bg img {
  width: 100%;
}
.slide .wrap_slider_main .wrap_item .wrap_cont {
  width: 40%;
  position: relative;
}
.slide .wrap_slider_main .wrap_item .wrap_cont .des {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #5284F7;
}
.slide .wrap_slider_main .wrap_item .wrap_cont .h2 {
  font-weight: 900;
  font-size: 36px;
  line-height: 43px;
  color: #052876;
  margin-top: 10px;
  margin-bottom: 0;
}
.slide .wrap_slider_main .wrap_item .wrap_cont .text {
  margin-top: 10px;
}
.slide .wrap_slider_main .wrap_item .wrap_cont .btn {
  margin-top: 20px;
  background: #5284F7;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  padding: 10px;
  display: inline-block;
}
.slide .owl-carousel .owl-nav {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 25px;
}
.slide .owl-carousel .owl-nav button {
  width: 35px;
  height: 25px;
  border-radius: 3px;
  position: absolute;
  cursor: pointer;
}
.slide .owl-carousel .owl-nav button.owl-next {
  background: #F2F2F2 url("../img/icon/arrow_next.svg") no-repeat center center;
  right: 40px;
}
.slide .owl-carousel .owl-nav button.owl-prev {
  background: #F2F2F2 url("../img/icon/arrow_prev.svg") no-repeat center center;
  left: 40px;
}
.slide .owl-carousel .owl-dots {
  display: inline;
  position: absolute;
  bottom: 29px;
  left: 80px;
  right: 80px;
  text-align: center;
}
.slide .owl-carousel .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background: #5284F7;
  opacity: 0.5;
  border-radius: 50%;
  margin-right: 5px;
}
.slide .owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.slide .owl-carousel .owl-dots .owl-dot.active {
  background: #5284F7;
  opacity: 1;
}

.h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  color: #052876;
  margin-bottom: 50px;
}

.end {
  justify-content: end;
}

.products {
  margin-top: 90px;
}

.catalog.main {
  margin-bottom: 90px;
}
.catalog .wrap_div {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  background: #F2F2F2;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.catalog .wrap_div:nth-child(3n+3) {
  margin-right: 0;
}
.catalog .wrap_div .wrap_cont {
  max-width: 160px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 20px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
.catalog .wrap_div .wrap_cont .name {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  margin-bottom: 10px;
  color: #052876;
}
.catalog .wrap_div .wrap_cont .price {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #828282;
}
.catalog .wrap_div .wrap_cont .more {
  border: none;
  outline: none;
  /* background: #5284F7 url("../img/icon/arrow_more.svg") no-repeat center center; */
  /* width: 35px;
  height: 25px; */
  cursor: pointer;
  background: #5284F7;
  color: #fff;
  padding: 3px 10px;
  width: 125px;
}
.catalog .wrap_div .wrap_cont .more:hover {
  /* background: #3a73f6 url("../img/icon/arrow_more.svg") no-repeat center center; */
  background: #3a73f6; 
}
.catalog .see {
  text-align: right;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  padding-right: 40px;
  position: relative;
  color: #5284F7;
  text-transform: uppercase;
}
.catalog .see:after {
  content: "";
  background: url("../img/icon/arrow_see.svg") no-repeat top left;
  position: absolute;
  top: 50%;
  right: 0;
  width: 31px;
  height: 8px;
}
.catalog .see:hover {
  color: #3a73f6;
}

.advantage {
  margin-top: 90px;
}
.advantage.pr {
  margin-bottom: 90px;
}
.advantage .wrap_adv {
  text-align: center;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.advantage .wrap_adv:last-child {
  margin-right: 0;
}
.advantage .wrap_adv .wrap_icon {
  margin-bottom: 10px;
}
.advantage .wrap_adv .wrap_text {
  width: 89%;
  margin: 0 auto;
}
.advantage .wrap_adv .wrap_text .h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
}
.advantage .wrap_adv .wrap_text .cont {
  font-size: 16px;
  line-height: 19px;
}

.seal {
  margin-top: 100px;
}
.seal .wrapper {
  background: url("../img/bg_seal.jpg") no-repeat top left;
  color: #FFFFFF;
  padding: 40px;
  border-radius: 5px;
}
.seal .wrapper .wrap_text {
  width: 50%;
}
.seal .wrapper .wrap_text .cap {
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  margin-bottom: 15px;
}

.about {
  margin-top: 40px;
}
.about .wrapper_die {
  background: url("../img/bg_company.jpg") no-repeat top left;
  color: #FFFFFF;
  padding: 65px 40px;
  border-radius: 5px;
}
.about .wrap_text {
  width: 40%;
}
.about .wrap_text .h2 {
  margin-bottom: 25px;
  color: #FFFFFF;
}
.about .ab {
  margin-top: 90px;
}
.about .ab .h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #052876;
}
.about .ab p {
  margin-top: 0;
  margin-bottom: 25px;
}
.about .ab .adv {
  margin-bottom: 30px;
}
.about .ab .wrap_adv {
  text-align: center;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.about .ab .wrap_adv:last-child {
  margin-right: 0;
}
.about .ab .wrap_adv .wrap_icon {
  margin-bottom: 10px;
}
.about .ab .wrap_adv .wrap_text {
  width: 100%;
  margin: 0 auto;
}
.about .ab .wrap_adv .wrap_text .h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
  color: #052876;
}
.about .ab .wrap_adv .wrap_text .cont {
  font-size: 16px;
  line-height: 19px;
}
.about .ab .wrap-cert {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.about .ab .wrap-cert:last-child {
  margin-right: 0;
}
.about .ab .wrap-cert img {
  width: 100%;
}
.about .ab .make {
  margin-top: 5px;
}
.about .ab .make .wrap_make {
  width: 50%;
  padding-right: 20px;
  margin-top: 30px;
}
.about .ab .make .wrap_make .h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 800;
  color: #052876;
  margin-bottom: 20px;
}
.about .ab .make .wrap_make ul {
  margin: 0;
  padding-left: 30px;
}
.about .ab .make .wrap_sert {
  max-width: 50%;
}
.about .ab .make .wrap_sert img {
  width: 100%;
}

.why {
  margin-top: 90px;
}
.why .h2 {
  margin-bottom: 25px;
}
.why ul.w {
  margin: 0;
  padding-left: 30px;
}

.order {
  margin-top: 90px;
  margin-bottom: 90px;
}
.order .h2 {
  max-width: 60%;
  margin-bottom: 40px;
}
.order .row > div {
  width: calc((100% - 20px) / 2);
}
.order .row .wrap_text {
  margin-right: 20px;
}
.order .row p {
  margin-top: 0;
  margin-bottom: 24px;
}
.order .row p.mode, .order .row p:last-child {
  margin-bottom: 0;
}
.order .row .h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  color: #052876;
  margin-bottom: 20px;
}
.order .row .wrap_ord {
  margin-bottom: 20px;
}

footer .bg_wrap {
  background: #052876;
  color: #FFFFFF;
  height: 400px;
  position: relative;
  padding-top: 70px;
}
footer .bg_wrap .wrap_cont {
  width: 50%;
}
footer .bg_wrap .wrap_cont .wrap_law {
  margin-bottom: 30px;
}
footer .bg_wrap .wrap_cont .wrap_law .h4 {
  font-weight: 800;
  margin-bottom: 10px;
}
footer .bg_wrap .wrap_cont .wrapper {
  display: flex;
}
footer .bg_wrap .wrap_cont .wrapper .col:first-child {
  margin-right: 140px;
}
footer .bg_wrap .wrap_cont .wrapper .wrap_phone {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
footer .bg_wrap .wrap_cont .wrapper .wrap_phone:before {
  content: "";
  background: url("../img/icon/phone-icon.svg") no-repeat top left;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
}
footer .bg_wrap .wrap_cont .wrapper .wrap_phone .phone {
  margin-bottom: 5px;
  font-weight: bold;
}
footer .bg_wrap .wrap_cont .wrapper .wrap_mail {
  padding-left: 25px;
  position: relative;
}
footer .bg_wrap .wrap_cont .wrapper .wrap_mail:before {
  content: "";
  background: url("../img/icon/mail-icon.svg") no-repeat top left;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
}
footer .bg_wrap .wrap_cont .wrapper .wrap_adres {
  margin-bottom: 20px;
}
footer .bg_wrap .wrap_cont .wrapper .wrap_adres .h4 {
  font-weight: 800;
}
footer .bg_wrap .wrap_map {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 50%;
  display: flex;
}
footer .bg_wrap .wrap_map img {
  object-fit: cover;
}
footer .bottom_line {
  padding-top: 32px;
}
footer .bottom_line .navbar {
  width: 50%;
  padding-right: 20px;
}
footer .bottom_line .navbar .menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .bottom_line .navbar .menu li {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
footer .bottom_line .price_info {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #828282;
  text-align: right;
  margin-left: auto;
  margin-bottom: 32px;
}

.news .h2 {
  margin-bottom: 25px;
}
.news .wrap-news {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 30px;
}
.news .wrap-news:nth-child(3n+3) {
  margin-right: 0;
}
.news .wrap-news .wrap_img {
  margin-bottom: 10px;
  border-radius: 4px;
}
.news .wrap-news .wrap_img img {
  width: 100%;
}
.news .wrap-news .wrap_date {
  font-size: 14px;
  font-weight: 600;
  color: #BDBDBD;
  margin-bottom: 10px;
}
.news .wrap-news .wrap_cont {
  margin-bottom: 10px;
}
.news .wrap-news .wrap_cont .h3 {
  color: #052876;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.news .wrap-news .wrap_cont .few {
  font-size: 16px;
}
.news .wrap-news .more {
  font-size: 16px;
  font-weight: bold;
  color: #5284F7;
}
.news .wrap-news .more:hover {
  color: #3a73f6;
  text-decoration: underline;
}
.news .wrap_pug {
  margin-top: 15px;
  margin-bottom: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
}
.news .wrap_pug input {
  width: 50px;
  height: 30px;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  margin: 0 15px;
  padding: 3px 10px;
}
.news .wrap_pug .all {
  margin-right: 15px;
}
.news .wrap_pug button {
  background: #5284F7;
  width: 35px;
  height: 30px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
}
.news .wrap_pug button:hover {
  background: #3a73f6;
}
.news .wrap_pug button.disabled {
  opacity: 0.5;
  cursor: default;
}
.news .wrap_pug button.disabled:hover {
  background: #5284F7;
}

.item {
  margin-bottom: 90px;
}
.item .h2 {
  margin-bottom: 25px;
}
.item .col {
  width: 50%;
}
.item .col:first-child {
  padding-right: 10px;
}
.item .col:last-child {
  padding-left: 10px;
}
.item p {
  margin-top: 0;
  margin-bottom: 30px;
}
.item .h4 {
  font-size: 20px;
  font-weight: 900;
  color: #052876;
  margin-bottom: 20px;
}
.item b, .item .h5 {
  font-weight: 900;
  color: #052876;
}
.item .h5 {
  margin-bottom: 10px;
}
.item .wrap-compr {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 5px;
}
.item .wrap-compr .wrap_img {
  margin-right: 20px;
}
.item .wrap-compr .wrap_make {
  font-weight: 900;
}

.delivery {
  margin-bottom: 80px;
  line-height: 130%;
}
.delivery .h2 {
  margin-bottom: 25px;
}
.delivery .h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 130%;
}
.delivery .h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.delivery .place {
  font-size: 16px;
  font-weight: 900;
  color: #052876;
  margin-right: 5px;
  white-space: nowrap;
}
.delivery .term {
  font-size: 16px;
}
.delivery .term span {
  text-transform: uppercase;
}
.delivery .term ul {
  margin: 0;
  padding-left: 24px;
}
.delivery .col {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.delivery .col:last-child {
  margin-right: 0;
}
.delivery .wrap_it {
  display: flex;
}
.delivery .wrap_it .wrap_img {
  margin-right: 20px;
}
.delivery .wrap {
  display: flex;
  margin-bottom: 10px;
}
.delivery .wrap.column {
  flex-direction: column;
}
.delivery .wrap.column .place, .delivery .wrap.column .term {
  width: 100%;
}

.contact {
  margin-bottom: 90px;
  line-height: 130%;
}
.contact .h2 {
  margin-bottom: 25px;
}
.contact .h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 130%;
}
.contact .h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #052876;
}
.contact .h5 {
  line-height: 22px;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 5px;
}
.contact .store {
  font-size: 20px;
  font-weight: 900;
}
.contact .row {
  justify-content: space-between;
}
.contact .col {
  width: 21%;
  margin-right: 20px;
}
.contact .col:last-child {
  margin-right: 0;
}
.contact .col:first-child {
  margin-right: 60px;
  width: 47%;
}
.contact .wrapper {
  display: flex;
}
.contact .wrapper .col-6 {
  width: 51%;
}
.contact .wrapper .col-6:first-child {
  padding-right: 20px;
  width: 49%;
}
.contact .wrap_phone {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.contact .wrap_phone:before {
  content: "";
  background: url("../img/icon/phone-icon.svg") no-repeat top left;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
}
.contact .wrap_phone .phone {
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
}
.contact .wrap_mail {
  padding-left: 25px;
  position: relative;
}
.contact .wrap_mail:before {
  content: "";
  background: url("../img/icon/mail-icon.svg") no-repeat top left;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
}
.contact .geo {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 20px;
}
.contact .geo:before {
  content: "";
  background: url("../img/icon/geo-icon.svg") no-repeat top left;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
}
.contact .wrap_adres {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 17px;
}
.contact .wrap_mode {
  font-size: 14px;
  line-height: 17px;
}
.contact .wrap_store {
  width: 100%;
  margin-top: 20px;
  display: flex;
  font-weight: 600;
  font-size: 18px;
}
.contact .wrap_store .store {
  margin-right: 10px;
  color: #052876;
}
.contact .name {
  margin-bottom: 10px;
  line-height: 22px;
}

.design {
  margin-bottom: 90px;
}
.design .h2 {
  margin-bottom: 25px;
}
.design .des {
  justify-content: space-between;
}
.design .wrap_senks {
  width: 525px;
  margin-top: 10px;
}
.design .wrap_senks .cap {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  color: #052876;
  margin-bottom: 30px;
}
.design .wrap_senks .text {
  margin-bottom: 30px;
}
.design .wrap_senks .return {
  font-weight: bold;
  color: #5284F7;
  padding-left: 60px;
  line-height: 22px;
  position: relative;
}
.design .wrap_senks .return:before {
  content: "";
  background: url("../img/icon/arr_prev_cat.svg") no-repeat center left;
  position: absolute;
  top: 2px;
  left: 0;
  width: 50px;
  height: 20px;
}
.design .wrap_senks .return:hover {
  color: #2161f5;
}
.design .wrap_form {
  width: 475px;
}
.design .wrap_form .head_form {
  margin-bottom: 20px;
}
.design .wrap_form form {
  width: 100%;
}
.design .wrap_form form .wrap_input {
  margin-bottom: 20px;
  width: 100%;
  text-align: right;
}
.design .wrap_form form .wrap_input input {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  border: none;
  border-bottom: 1px solid #BDBDBD;
  padding: 10px 20px;
  width: 100%;
}
.design .wrap_form form .wrap_input input[type=submit] {
  width: auto;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
}
.design .wrap_order {
  background: #F7F7F7;
  padding: 30px 40px;
  border-radius: 5px;
}
.design .wrap_order .h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  color: #052876;
  margin-bottom: 25px;
}
.design .wrap_order .but {
  margin-top: 10px;
  justify-content: end;
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
}
.design .wrap_order .but .cap {
  color: #828282;
  margin-right: 10px;
}
.design .wrap_order .but .amount {
  color: #F7525B;
}
.design .wrap_order .item_order {
  padding-bottom: 15px;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}
.design .wrap_order .wrap_count {
  width: 50px;
  height: 35px;
  background: #5284F7;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  padding: 4px;
}
.design .wrap_order .wrap_tovar {
  display: flex;
}
.design .wrap_order .wrap_tovar .wrap_img {
  width: 100px;
  margin-right: 25px;
}
.design .wrap_order .wrap_tovar .wrap_img img {
  width: 100%;
}
.design .wrap_order .wrap_tovar .wrap_info {
  max-width: 295px;
  padding-right: 20px;
}
.design .wrap_order .wrap_tovar .wrap_info .wrap-name {
  margin-bottom: 3px;
  line-height: 26px;
}
.design .wrap_order .wrap_tovar .wrap_info .sum {
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
}

.bask {
  margin-bottom: 90px;
}
.bask.empty {
  margin-bottom: 110px;
}
.bask.empty .item_cart {
  padding-top: 70px;
  padding-bottom: 0;
  background: none;
  justify-content: center;
}
.bask.empty .wrap_empty {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
}
.bask.empty .but {
  justify-content: center;
  margin-top: 0;
}
.bask.empty .but .return {
  padding-left: 0;
  padding-right: 60px;
}
.bask.empty .but .return:before {
  content: "";
  background: url("../img/icon/arr_prev_cat_empt.svg") no-repeat center right;
  position: absolute;
  top: 2px;
  right: 0;
  left: auto;
  width: 50px;
  height: 20px;
}
.bask .h2 {
  margin-bottom: 25px;
}
.bask .but {
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
}
.bask .but .btn {
  padding: 10px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  text-transform: uppercase;
}
.bask .but .return {
  font-weight: bold;
  color: #5284F7;
  padding-left: 60px;
  line-height: 22px;
  position: relative;
}
.bask .but .return:before {
  content: "";
  background: url("../img/icon/arr_prev_cat.svg") no-repeat center left;
  position: absolute;
  top: 2px;
  left: 0;
  width: 50px;
  height: 20px;
}
.bask .but .return:hover {
  color: #2161f5;
}
.bask .but .wrap {
  display: flex;
  justify-content: end;
  align-items: center;
}
.bask .but .wrap .wrap_amount {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.bask .but .wrap .wrap_amount .cap {
  margin-right: 10px;
}
.bask .but .wrap .wrap_amount .cap, .bask .but .wrap .wrap_amount .amount {
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
}
.bask .but .wrap .wrap_amount .amount {
  color: #F7525B;
}
.bask .item_cart {
  padding: 30px;
  background: #F7F7F7;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.bask .item_cart .wrap_tovar {
  display: flex;
  align-items: center;
}
.bask .item_cart .wrap_tovar .wrap-name {
  display: block;
}
.bask .item_cart .wrap_img {
  margin-right: 30px;
}
.bask .item_cart .wrap_unit-price, .bask .item_cart .wrap_total {
  max-width: 120px;
  text-align: center;
}
.bask .item_cart .price, .bask .item_cart .sum {
  line-height: 24px;
  font-weight: 900;
}
.bask .item_cart .cap {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.bask .item_cart .wrap-name {
  font-weight: 500;
  line-height: 26px;
  width: 275px;
  display: none;
}
.bask .item_cart .wrap_delete {
  max-width: 25px;
}
.bask .item_cart button.tras {
  border: none;
  cursor: pointer;
  background: none;
}

.hidden {
  display: none;
}

.generators {
  margin-top: 40px;
}
.generators.product .row {
  align-items: flex-start;
  /* justify-content: space-around; */
}
.generators.product .wrap_price-del {
  margin-top: 150px;
}
.generators.product .wrap_price-del .wrap_img {
  top: -150px;
}
.generators .row {
  align-items: flex-end;
}
.generators .wrap_price-del {
  max-width: 36%;
  position: relative;
  margin-top: 160px;
  background: #F7F7F7;
  border-radius: 5px;
  text-align: center;
  padding: 20px 65px;
  padding-top: 157px;
}
.generators .wrap_price-del .wrap_img {
  position: absolute;
  top: -160px;
  left: 0;
  right: 0;
  text-align: center;
}
.generators .wrap_price-del .wrap_price {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}
.generators .wrap_price-del .wrap_price:after {
  content: "";
  position: absolute;
  left: -5%;
  bottom: 0;
  width: 110%;
  height: 1px;
  background: #BDBDBD;
}
.generators .wrap_price-del .wrap_price .note {
  font-weight: 800;
  color: #052876;
}
.generators .wrap_price-del .wrap_del {
  padding-left: 50px;
  padding-right: 12px;
  font-size: 16px;
  position: relative;
}
.generators .wrap_price-del .wrap_del span {
  text-transform: uppercase;
  color: #052876;
  font-weight: 800;
}
.generators .wrap_price-del .wrap_del:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url("../img/icon/delivery-icon.svg") no-repeat center center;
}
.generators .wrap-product {
  max-width: 59%;
  margin-right: 60px;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 30px;
}
.generators .wrap-product .wrapper {
  margin-bottom: 28px;
}
.generators .wrap-product .wrapper .wrap_price-model {
  display: none;
}
.generators .wrap-product .more {
  display: none;
}
.generators .wrap-product .wrap_price-model {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.generators .wrap-product .wrap_price-model .price {
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  color: #F7525B;
  margin-right: 20px;
}

.generators .wrap-product .wrap_price-model .btn {
  padding: 10px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}

.generators .wrap-product .wrap_img {
  float: left;
  position: relative;
  border-radius: 5px;
  /* background: #FFFFFF; */
  overflow: hidden;
  margin-right: 40px;
}
.wrap_swiper-slider {
  display: inline-flex;
  gap: 15px;
  max-height: 320px;
  background: #F7F7F7;
  margin-bottom: 10px;
  /* max-width: 500px; */
}

.images-wrapper {
  max-width: 300px;
}
/* .thumb-wrapper {
  height: 100%;
} */
.images-container{
  overflow: hidden;
  background: #fff;
}
.thumb-container {
  position: relative;
  z-index: 10;
  
}
.thumb-slide{
  background: #fff;
  cursor: pointer;
}
/* .images-container {
  overflow: hidden;
} */

.thumb-img{
  max-height: 100%;
  max-width: 100%;
}
.images-img {
  width: 100%;
}
.generators .wrap-product .wrap_img .baner {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 45px;
  height: 22px;
  background: #F7525B;
  color: #FFFFFF;
  border-radius: 2px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 800;
  padding: 5px 10px;
  text-transform: uppercase;
}
.generators .wrap-product .cap {
  font-size: 32px;
  line-height: 38px;
  font-weight: 800;
  color: #052876;
  margin-bottom: 25px;
}
.generators .wrap_text {
  max-width: 64%;
  padding-left: 80px;
}
.generators .wrap_text .h2 {
  margin-bottom: 25px;
}
.generators .wrap_text p {
  margin-top: 0;
  margin-bottom: 35px;
}
.generators .wrap_text p:last-child {
  margin-bottom: 0;
}

.in_stock {
  margin-top: 90px;
}
.in_stock .h2 {
  margin-bottom: 25px;
}
.in_stock .wrap_item {
  border: 2px solid #F9F9F9;
  border-radius: 5px;
  background: #ffffff;
  padding: 20px;
  text-align: center;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.in_stock .wrap_item:nth-child(3n+3) {
  margin-right: 0;
}
.in_stock .wrap_item .wrap_img {
  margin-bottom: 10px;
}
.in_stock .wrap_item .wrap_img img {
  max-width: 100%;
}
.in_stock .wrap_item .cap {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.in_stock .wrap_item .price {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #F7525B;
  font-weight: 900;
}
.in_stock .wrap_item .btn {
  background: #5284F7;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
  padding: 10px 25px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 2px;
}
.in_stock .wrap_item .btn:hover {
  background: #3a73f6;
  color: #FFFFFF;
}

.instructions {
  margin-top: 90px;
}
.instructions .h2 {
  margin-bottom: 25px;
}
.instructions .wrap_inst {
  border: 2px solid #F9F9F9;
  border-radius: 5px;
  background: #ffffff;
  padding: 15px 20px;
  padding-bottom: 11px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc((100% - 60px) / 4);
  text-align: center;
}
.instructions .wrap_inst:nth-child(4n+4) {
  margin-right: 0;
}
.instructions .wrap_inst .wrap_img {
  margin-bottom: 15px;
}
.instructions .wrap_inst .wrap_cap {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.types {
  margin-top: 70px;
}
.types .h2 {
  margin-bottom: 25px;
}
.types p {
  margin-bottom: 30px;
  margin-top: 0;
}
.types p:last-child {
  margin-bottom: 0;
}
.types p.list_head {
  margin-bottom: 0;
}
.types ul {
  margin-bottom: 30px;
}
.types .h3 {
  font-size: 28px;
  line-height: 33px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #052876;
}
.types .wrap_kinds {
  margin-bottom: 50px;
}
.types .wrap_kinds .wrap_text {
  width: 50%;
}
.types .wrap_kinds .wrap_text.left {
  padding-right: 20px;
}
.types .wrap_kinds .wrap_text.right {
  padding-left: 20px;
}
.types .wrap_kinds .wrap_text .h4 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #052876;
}
.types .wrap_kinds .wrap_slide {
  width: 50%;
  margin-bottom: 35px;
}
.types .wrap_kinds .wrap_slide .carousel_rig .wrap_item {
  position: relative;
}
.types .wrap_kinds .wrap_slide .carousel_rig .wrap_item .wrap_info {
  position: absolute;
  width: 100%;
  height: 50px;
  background: #F7F7F7;
  font-weight: 900;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.types .owl-carousel .owl-nav {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 25px;
}
.types .owl-carousel .owl-nav button {
  width: 40px;
  height: 25px;
  border-radius: 3px;
  position: absolute;
  cursor: pointer;
}
.types .owl-carousel .owl-nav button.owl-next {
  background: url("../img/icon/arrow_next_r.svg") no-repeat center center;
  right: 10px;
}
.types .owl-carousel .owl-nav button.owl-prev {
  background: url("../img/icon/arrow_prev_r.svg") no-repeat center center;
  left: 10px;
}
.types .owl-carousel .owl-dots {
  display: inline;
  position: absolute;
  bottom: -25px;
  left: 80px;
  right: 80px;
  text-align: center;
}
.types .owl-carousel .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background: #5284F7;
  opacity: 0.5;
  border-radius: 50%;
  margin-right: 5px;
}
.types .owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.types .owl-carousel .owl-dots .owl-dot.active {
  background: #5284F7;
  opacity: 1;
}

.accident {
  margin-top: 50px;
}
.accident .cap {
  font-size: 36px;
  line-height: 43px;
  color: #052876;
  font-weight: 800;
  margin-bottom: 25px;
}
.accident .col {
  width: 50%;
}
.accident .col:first-child {
  padding-right: 10px;
}
.accident .col:last-child {
  padding-left: 10px;
}
.accident p {
  margin-top: 0;
  margin-bottom: 30px;
}
.accident p:last-child {
  margin-bottom: 0;
}

.tabl_compare {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px 0;
  background: #F7F7F7;
  font-size: 16px;
}
.tabl_compare .cap {
  font-size: 36px;
  line-height: 43px;
  color: #052876;
  font-weight: 800;
  margin-bottom: 25px;
  text-align: center;
}
.tabl_compare .col-3 {
  width: 25%;
  padding: 10px;
  padding-bottom: 17px;
  border-right: 1px solid #E0E0E0;
}
.tabl_compare .col-3:last-child {
  border-right: none;
}
.tabl_compare .col-3.th {
  font-size: 18px;
  font-weight: 900;
  line-height: 130%;
  color: #052876;
}
.tabl_compare .row {
  border-bottom: 1px solid #E0E0E0;
  align-items: stretch;
}
.tabl_compare .row:last-child {
  border-bottom: none;
}
.tabl_compare .row .col-3 {
  display: flex;
  align-items: center;
}

.range {
  margin-top: 90px;
}
.range .cap {
  font-size: 32px;
  line-height: 38px;
  font-weight: 800;
  margin-bottom: 100px;
  color: #052876;
}
.range .table {
  width: 100%;
  margin-bottom: 100px;
  border-collapse: collapse;
}
.range .table tr:last-child td {
  border-bottom: none;
}
.range .table tr th {
  vertical-align: bottom;
  border-right: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  padding: 10px;
  font-weight: 400;
  position: relative;
  min-width: 70px;
}
.range .table tr th:last-child {
  border-right: none;
}
.range .table tr th:first-child {
  padding-left: 0;
  text-align: left;
}
.range .table tr th .lad {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.range .table tr td {
  text-align: center;
  border-right: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  padding: 10px;
}
.range .table tr td .btn {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  padding: 10px;
}
.range .table tr td:last-child {
  border-right: none;
  padding-right: 5px;
  text-align: right;
}
.range .table tr td:first-child {
  padding-left: 0;
  text-align: left;
}

.quantity {
  display: flex;
  justify-content: center;
}
.quantity input {
  -webkit-appearance: none;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  text-align: center;
  width: 50px;
  font-size: 18px;
  line-height: 24px;
  color: #080808;
}
.quantity button[class*=btn] {
  width: 30px;
  height: 25px;
  background-color: #5284F7;
  border-radius: 2px;
  border: none;
  cursor: pointer;
}
.quantity .plus-btn {
  margin-right: 10px;
}
.quantity .plus-btn img {
  margin-top: 2px;
}
.quantity .minus-btn {
  margin-left: 10px;
}
.quantity .minus-btn img {
  margin-bottom: 3px;
}
.quantity button:focus, .quantity input:focus {
  outline: 0;
}

@media only screen and (max-width: 1440px) {
  /* <=1440 && >1200 */
  .container {
    max-width: 1140px;
  }
  .logo {
    width: 15%;
    margin-right: 0;
  }
  .logo a {
    display: block;
    width: 100%;
  }
  .logo a img {
    width: 100%;
  }
  .logo span {
    font-size: 10px;
  }
  header .row {
    justify-content: space-between;
  }
  header .menu-search {
    max-width: 45%;
    padding-left: 35px;
  }
  header .wrap_cont {
    width: 24%;
  }
  header .menu-search .navbar .top_menu > li + li {
    margin-left: 20px;
  }
  header .wrap_cont {
    margin-right: 0;
    padding-right: 25px;
  }
  .slide .wrap_slider_main.rig .wrapper .wrap_cont {
    width: 60%;
  }
  .slide .wrap_slider_main.rig .wrapper .wrap_img {
    width: 65%;
    top: -30%;
    right: -55px;
  }
  .slide .wrap_slider_main .wrap_item {
    height: auto;
    overflow: hidden;
    min-height: 500px;
  }
  .slide .wrap_slider_main .wrap_item .wrap_bg {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .slide .wrap_slider_main .wrap_item .wrap_bg img {
    object-fit: cover;
  }
  .slide .wrap_slider_main .wrap_item .wrap_cont {
    margin-bottom: 40px;
  }
  .catalog .wrap_div .wrap_img {
    width: 55%;
    display: flex;
    align-items: end;
  }
  .catalog .wrap_div .wrap_img img {
    width: 100%;
  }
  .advantage .wrap_adv .wrap_text {
    width: 100%;
  }
  .seal .wrapper {
    background-size: cover;
  }
  .seal .wrapper .wrap_text {
    width: 55%;
  }
  .about .wrapper_die {
    background-size: cover;
  }
  .about .wrapper_die .wrap_text {
    width: 55%;
  }
  .order .h2 {
    max-width: 90%;
  }
  .chapter_menu ul li {
    padding: 10px 5px;
  }
  .generators .wrap_price-del {
    padding-left: 50px;
    padding-right: 50px;
  }
  .generators .wrap_text {
    padding-left: 60px;
  }
  .generators .wrap-product {
    max-width: 58%;
  }
}
@media only screen and (max-width: 1200px) {
  /* */
  .container {
    max-width: 960px;
  }
  .logo span {
    font-size: 9px;
  }
  header .menu-search {
    width: 44%;
    padding-left: 20px;
  }
  header .menu-search .navbar {
    margin-bottom: 15px;
  }
  header .menu-search .navbar .top_menu > li + li {
    margin-left: 13px;
  }
  header .menu-search .navbar .top_menu li a {
    font-size: 14px;
  }
  header .wrap_cont {
    width: 29%;
  }
  header .mode-basket {
    width: 12%;
  }
  header .mode-basket .mode {
    margin-bottom: 6px;
  }
  .slide .wrap_slider_main .wrap_item .wrap_cont .h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .catalog .wrap_div .wrap_img {
    width: 54%;
  }
  .catalog .wrap_div .wrap_cont {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  footer .bg_wrap .wrap_cont .wrapper .col:first-child {
    margin-right: 40px;
  }
  footer .bottom_line .price_info {
    max-width: 50%;
  }
  .generators.product .wrap_price-del {
    margin-top: 120px;
  }
  .generators.product .wrap_price-del .wrap_img {
    top: -120px;
  }
  .generators .wrap-product {
    margin-right: 20px;
    max-width: 60%;
  }
  .generators .wrap_price-del {
    padding-left: 20px;
    padding-right: 20px;
  }
  .generators .wrap_price-del .wrap_price:after {
    width: 100%;
    left: 0;
  }
  .generators .wrap_price-del .wrap_img {
    width: 100%;
  }
  .generators .wrap_price-del .wrap_img img {
    width: 100%;
  }
  .generators .wrap_text {
    padding-left: 30px;
  }
  .generators .wrap_text p {
    margin-bottom: 20px;
  }
  .generators .wrap_text .h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .slide .wrap_slider_main.rig .wrapper .wrap_cont {
    width: 70%;
  }
  .slide .wrap_slider_main.rig .wrapper .wrap_img {
    top: -5%;
    right: -75px;
  }
  .types p, .accident p {
    margin-bottom: 15px;
  }
  .delivery .col {
    width: calc((100% - 20px) / 2);
  }
  .delivery .col:nth-child(2) {
    margin-right: 0;
  }
  .bask .quantity {
    margin: 0 20px;
  }
  .bask .item_cart .wrap_delete {
    margin-left: 20px;
  }
  .bask .item_cart .wrap_img {
    margin-right: 20px;
  }
  .design .wrap_order {
    padding: 20px;
  }
  .design .wrap_order .wrap_tovar .wrap_info {
    max-width: 205px;
  }
}
@media only screen and (max-width: 992px) {
  /* */
  .design {
    margin-bottom: 115px;
  }
  .design.senks {
    margin-bottom: 60px;
  }
  .design .des {
    justify-content: center;
    position: relative;
  }
  .design .wrap_senks {
    width: 100%;
  }
  .design .wrap_order, .design .wrap_form {
    width: 100%;
  }
  .design .wrap_order {
    margin-top: 20px;
  }
  .design .wrap_form .form .sub {
    text-align: left;
  }
  .design .sub {
    position: absolute;
    bottom: -75px;
    left: 0;
  }
  .bask.empty .item_cart {
    padding: 30px;
    padding-top: 70px;
    padding-bottom: 0;
    justify-content: center;
  }
  .bask.empty .item_cart div {
    text-align: center;
  }
  .bask .quantity {
    margin-bottom: 20px;
  }
  .bask .item_cart {
    padding-left: 185px;
    align-items: start;
    padding-right: 70px;
  }
  .bask .item_cart div {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .bask .item_cart .wrap_delete {
    position: absolute;
    right: 30px;
    margin-left: 0;
  }
  .bask .item_cart .wrap_tovar {
    position: absolute;
    left: 30px;
  }
  .bask .item_cart .wrap_tovar .wrap-name {
    display: none;
  }
  .bask .item_cart .wrap-name {
    display: block;
    margin-bottom: 20px;
  }
  .bask .item_cart .wrap_unit-price {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .container {
    max-width: 720px;
  }
  .logo {
    width: 25%;
  }
  .logo span {
    font-size: 11px;
  }
  header .wrap_cont {
    display: none;
  }
  header .mode-basket {
    width: 25%;
  }
  header .mode-basket .mode {
    display: none;
  }
  header .menu-search .wrap_cont, header .menu-search .mode-basket, header .menu-search .mode-basket .mode {
    display: block;
    width: 100%;
  }
  header .menu-search .wrap_cont {
    order: 3;
    padding-right: 0;
    margin-bottom: 15px;
  }
  header .menu-search .wrap_cont .wrap_it {
    justify-content: flex-start;
  }
  header .menu-search .mode-basket {
    order: 4;
    text-align: left;
  }
  header .menu-search.mob_menu {
    flex-direction: column;
  }
  header .menu-search .navbar {
    margin-left: 0;
    order: 2;
    margin-bottom: 40px;
  }
  header .menu-search .wrap_search {
    margin-bottom: 30px;
    order: 1;
  }
  header .menu-search .wrap_search form {
    background: #ffffff;
    width: 240px;
  }
  header .menu-search .wrap_search form input {
    height: 25px;
  }
  header .menu-search .wrap_search form button {
    width: 15px;
    height: 15px;
    right: 5px;
    top: 5px;
    background-size: cover;
  }
  header .wrap_burger {
    display: flex;
    align-items: start;
    width: 20%;
    justify-content: flex-end;
  }
  header .menu_burger {
    display: block;
    padding: 0;
    margin: 0;
  }
  header .menu-search {
    display: none;
  }
  header .menu-search .navbar .top_menu .cont_sub_menu {
    background: none;
  }
  header .menu-search .navbar .top_menu .cont_sub_menu .sub_menu.bas {
    width: 100%;
    height: auto;
  }
  header .menu-search .navbar .top_menu .cont_sub_menu .sub_menu.bas li a {
    color: #052876;
    font-weight: 900;
  }
  header .menu-search .navbar .top_menu .cont_sub_menu .sub_menu.bas li a:hover, header .menu-search .navbar .top_menu .cont_sub_menu .sub_menu.bas li a.active {
    background: none;
    font-weight: 900;
  }
  header .menu-search .navbar .top_menu .cont_sub_menu .sub_menu.bas li:hover > .sub_menu {
    display: block;
  }
  header .menu-search .navbar .top_menu .cont_sub_menu .sub_menu.bas .sub_menu {
    display: none;
    background: none;
    padding-left: 20px;
  }
  header .menu-search .navbar .top_menu .cont_sub_menu .sub_menu.bas .sub_menu li a {
    color: #333333;
    font-weight: 500;
    font-size: 14px;
  }
  header .menu-search .navbar .top_menu .cont_sub_menu .sub_menu.bas .sub_menu li:hover > .sub_menu {
    display: block;
  }
  header .menu-search .navbar .top_menu .cont_sub_menu .sub_menu.bas .sub_menu .sub_menu li a {
    font-weight: 400;
    font-size: 13px;
  }
  header .menu-search .navbar .top_menu > li {
    display: block;
    padding-bottom: 15px;
    margin-left: 0;
  }
  header .menu-search .navbar .top_menu > li > a.link_submenu {
    padding-bottom: 0;
  }
  header .menu-search .navbar .top_menu > li + li {
    margin-left: 0;
  }
  header .menu-search .navbar .top_menu .sub_menu, header .menu-search .navbar .top_menu .cont_sub_menu {
    position: relative;
    display: none;
    border: none;
    padding: 0;
    left: 0;
    min-height: auto;
  }
  header .menu-search .navbar .top_menu li:hover > .sub_menu, header .menu-search .navbar .top_menu li:hover > .cont_sub_menu, header .menu-search .navbar .top_menu li:hover > .cont_sub_menu .sub_menu {
    display: block;
  }
  .slide .wrap_slider_main .wrap_item {
    min-height: 460px;
  }
  .slide .wrap_slider_main .wrap_item .wrap_cont {
    width: 60%;
  }
  .catalog .wrap_div {
    width: calc((100% - 20px) / 2);
  }
  .catalog .wrap_div:nth-child(3n+3) {
    margin-right: 20px;
  }
  .catalog .wrap_div:nth-child(2n+2) {
    margin-right: 0;
  }
  .advantage .wrap_adv, .advantage .wrap-cert, .about .ab .wrap_adv, .about .ab .wrap-cert {
    width: calc((100% - 20px) / 2);
  }
  .advantage .wrap_adv:nth-child(2n+2), .advantage .wrap-cert:nth-child(2n+2), .about .ab .wrap_adv:nth-child(2n+2), .about .ab .wrap-cert:nth-child(2n+2) {
    margin-right: 0;
  }
  .advantage .wrap_adv:nth-child(2), .advantage .wrap-cert:nth-child(2), .about .ab .wrap_adv:nth-child(2), .about .ab .wrap-cert:nth-child(2) {
    margin-bottom: 30px;
  }
  .about .ab .make .wrap_make {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 0;
  }
  .about .ab .make .wrap_sert {
    max-width: 100%;
    margin: 0 auto;
  }
  .seal .wrapper .wrap_text {
    width: 100%;
  }
  .about .wrapper_die {
    background-position: bottom right -170px;
  }
  .about .wrapper_die .wrap_text {
    width: 72%;
  }
  .order .h2 {
    max-width: 100%;
  }
  footer .bg_wrap .wrap_cont {
    width: 65%;
  }
  footer .bg_wrap .wrap_map {
    overflow: hidden;
    width: 40%;
  }
  footer .bg_wrap .wrap_map img {
    margin-left: -175px;
  }
  footer .bottom_line .navbar {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .bottom_line .price_info {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 21px;
  }
  .chapter_menu ul {
    align-items: stretch;
  }
  .chapter_menu ul li {
    text-align: center;
    display: flex;
    align-items: center;
  }
  .generators.product .wrap_price-del {
    margin-top: 130px;
    margin-bottom: 0;
  }
  .generators.product .wrap_price-del .wrap_img {
    width: 60%;
    margin: 0 auto;
    top: -100px;
  }
  .generators .wrap-product {
    max-width: 100%;
    margin-right: 0;
  }
  .generators .wrap_price-del {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 250px;
    margin-bottom: 40px;
  }
  .generators .wrap_price-del .wrap_img {
    top: -265px;
  }
  .generators .wrap_text {
    max-width: 100%;
    padding-left: 0;
  }
  .generators .wrap_text .h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .slide .wrap_slider_main.rig .wrap_item {
    min-height: 430px;
  }
  .slide .wrap_slider_main.rig .wrapper {
    flex-direction: column;
  }
  .slide .wrap_slider_main.rig .wrapper .wrap_img {
    position: relative;
    height: 200px;
    margin-bottom: 40px;
    width: 55%;
  }
  .slide .wrap_slider_main.rig .wrapper .wrap_cont {
    width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .slide .wrap_slider_main.rig .wrapper .wrap_cont .h2 {
    padding-top: 30px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 48px;
  }
  .slide .wrap_slider_main.rig .wrapper .wrap_cont .h2:before {
    left: 101px;
    bottom: -26px;
  }
  .in_stock .row {
    justify-content: space-around;
  }
  .in_stock .wrap_item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
  .in_stock .wrap_item:nth-child(3n+3) {
    margin-right: 20px;
  }
  .in_stock .wrap_item:nth-child(2n+2) {
    margin-right: 0;
  }
  .instructions {
    margin-top: 70px;
  }
  .instructions .wrap_inst {
    width: calc((100% - 20px) / 2);
  }
  .instructions .wrap_inst:nth-child(4n+4) {
    margin-right: 20px;
  }
  .instructions .wrap_inst:nth-child(2n+2) {
    margin-right: 0;
  }
  .types .row.ord .wrap_text {
    order: 1;
  }
  .types .row.ord .wrap_slide {
    order: 2;
  }
  .types .wrap_kinds {
    margin-bottom: 30px;
  }
  .types .wrap_kinds .wrap_text {
    width: 100%;
    margin-bottom: 25px;
  }
  .types .wrap_kinds .wrap_text.left {
    padding-right: 0;
  }
  .types .wrap_kinds .wrap_text.right {
    padding-left: 0;
  }
  .types .wrap_kinds .wrap_slide {
    width: 100%;
  }
  .accident .col {
    width: 100%;
  }
  .accident .col:first-child {
    padding-right: 0;
  }
  .accident .col:last-child {
    padding-left: 0;
  }
  .range {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 12px;
  }
  .range .table th, .range .table td {
    font-size: 16px;
    line-height: 19px;
  }
  .news .wrap-news {
    width: calc((100% - 20px) / 2);
  }
  .news .wrap-news:nth-child(3n+3) {
    margin-right: 20px;
  }
  .news .wrap-news:nth-child(2n+2) {
    margin-right: 0;
  }
  .item .col {
    width: 100%;
  }
  .item .col:first-child {
    padding-right: 0;
  }
  .item .col:last-child {
    padding-left: 0;
  }
  .contact .row {
    justify-content: start;
  }
  .contact .col {
    width: 40%;
  }
  .contact .col:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* */
  .bask {
    margin-bottom: 60px;
  }
  .bask.empty .but {
    align-items: center;
  }
  .bask .but {
    flex-direction: column;
    align-items: end;
  }
  .bask .but .btn {
    padding: 10px 20px;
  }
  .bask .but .return {
    order: 2;
  }
  .bask .but .wrap {
    flex-direction: column;
    align-items: end;
    margin-bottom: 15px;
  }
  .bask .but .wrap .wrap_amount {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .container {
    width: 100%;
    padding: 0 20px;
    margin: 0;
    max-width: 100%;
  }
  .h2 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 25px;
  }
  .logo {
    width: 180px;
  }
  header .menu-search.mob_menu {
    right: 20px;
  }
  .slide {
    padding-top: 25px;
  }
  .slide .wrap_slider_main .wrap_item {
    padding: 20px;
  }
  .slide .wrap_slider_main .wrap_item .wrap_cont {
    width: 80%;
  }
  .slide .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }
  .slide .owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }
  .catalog .wrap_div .wrap_cont {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .catalog .wrap_div .wrap_cont .name {
    margin-bottom: 5px;
  }
  .products, .advantage, .seal, .order {
    margin-top: 60px;
  }
  .catalog.main {
    margin-bottom: 60px;
  }
  .seal .wrapper {
    background-position: bottom right;
  }
  .order {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .order .h2 {
    margin-bottom: 25px;
  }
  .order .row > div {
    width: 100%;
  }
  .order .row .wrap_text {
    margin-right: 0;
    margin-bottom: 20px;
  }
  footer .bg_wrap {
    padding-top: 30px;
    height: auto;
  }
  footer .bg_wrap .wrap_cont {
    width: 100%;
    padding-bottom: 27px;
  }
  footer .bg_wrap .wrap_map {
    width: 100%;
    position: relative;
    max-width: 100%;
  }
  .chapter_menu ul {
    background: transparent;
    color: rgba(82, 132, 247, 0.5);
    font-weight: bold;
    flex-wrap: nowrap;
    font-size: 14px;
  }
  .chapter_menu ul li {
    border: 1px solid rgba(82, 132, 247, 0.5);
    border-radius: 5px;
    padding: 10px;
    margin-right: 10px;
    min-height: 60px;
  }
  .chapter_menu ul li.active {
    background: #5284F7;
    border: none;
  }
  .chapter_menu ul li.active a {
    color: #ffffff;
  }
  .chapter_menu ul li a {
    color: rgba(82, 132, 247, 0.5);
    margin: 0 auto;
  }
  .slide.rig {
    margin-top: 60px;
  }
  .slide .wrap_slider_main.rig .wrapper .wrap_cont .h2 {
    max-width: 515px;
    margin: 0 auto;
  }
  .slide .wrap_slider_main.rig .wrapper .wrap_cont .h2:before {
    left: 8px;
  }
  .in_stock {
    margin-top: 60px;
  }
  .instructions {
    margin-top: 50px;
  }
  .types {
    margin-top: 50px;
  }
  .tabl_compare {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .tabl_compare .wrap_tabl {
    min-width: 600px;
  }
  .generators .wrap-product .wrapper .wrap_price-model {
    display: flex;
    margin-top: 15px;
  }
  .generators .wrap-product .wrap_price-model {
    display: none;
  }
  .generators .wrap-product .wrap_img {
    float: none;
    text-align: center;
    margin-right: 0;
  }
  .generators .wrap-product .records {
    padding-left: 25px;
    margin-bottom: 0;
  }
  .delivery {
    margin-bottom: 45px;
  }
  .delivery .col {
    width: 100%;
    margin-right: 0;
  }
  .delivery .wrap_it {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  /* */
  .logo {
    width: 140px;
  }
  .logo span {
    font-size: 8px;
    line-height: 12px;
  }
  .breadcrumbs ul {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .chapter_menu {
    margin-top: 0;
  }
  .chapter_menu ul {
    font-size: 10px;
    line-height: 12px;
  }
  .chapter_menu ul li {
    min-height: 46px;
  }
  header .mode-basket {
    width: 35%;
  }
  .slide .wrap_slider_main .wrap_item {
    padding-top: 50px;
  }
  .slide .wrap_slider_main .wrap_item .wrap_cont .h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .catalog .wrap_div {
    width: 100%;
    margin-right: 0;
  }
  .catalog .wrap_div:nth-child(3n+3) {
    margin-right: 0;
  }
  .generators.product .wrap_price-del .wrap_img {
    width: 70%;
    top: -110px;
  }
  .generators .wrap-product .wrapper .wrap_price-model {
    flex-direction: column;
    align-items: end;
  }
  .generators .wrap-product .wrapper .wrap_price-model .price {
    margin-bottom: 10px;
  }
  .generators .wrap_price-del {
    margin-top: 190px;
  }
  .generators .wrap_price-del .wrap_img {
    width: 440px;
    top: -200px;
    margin: 0 auto;
  }
  .slide .wrap_slider_main.rig .wrap-item {
    min-height: 410px;
  }
  .slide .wrap_slider_main.rig .wrapper .wrap_img {
    width: auto;
    height: 250px;
    right: 50px;
  }
  .slide .wrap_slider_main.rig .wrapper .wrap_cont .h2 {
    font-size: 24px;
    line-height: 29px;
    max-width: 315px;
  }
  .slide .wrap_slider_main.rig .wrapper .wrap_cont .h2:before {
    bottom: -18px;
  }
  .slide .wrap_slider_main.rig .wrapper .wrap_cont .text {
    font-size: 20px;
  }
  .in_stock .wrap_item {
    width: 100%;
    margin-right: 0;
  }
  .instructions .owl-carousel .owl-dots {
    display: inline;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .instructions .owl-carousel .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    background: #5284F7;
    opacity: 0.5;
    border-radius: 50%;
    margin-right: 5px;
  }
  .instructions .owl-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0;
  }
  .instructions .owl-carousel .owl-dots .owl-dot.active {
    background: #5284F7;
    opacity: 1;
  }
  .instructions .wrap_inst {
    width: 100%;
  }
  .instructions .wrap_inst .wrap_img {
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .about .ab {
    margin-top: 60px;
  }
  .about .wrapper_die {
    background-position: bottom right -260px;
  }
  .why {
    margin-top: 60px;
  }
  .why .h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .news .wrap-news {
    width: 100%;
    margin-right: 0;
  }
  .contact {
    margin-bottom: 60px;
  }
  .contact .h3 {
    font-size: 18px;
  }
  .contact .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact .col:first-child {
    margin-right: 0;
  }
  .contact .col:last-child {
    margin-bottom: 0;
  }
  .contact .wrapper {
    display: block;
  }
  .contact .wrapper .col-6 {
    width: 100%;
  }
  .contact .wrapper .col-6:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .design.senks .wrap_order {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  /* */
  .design .wrap_senks {
    margin-top: 0;
  }
  .design .wrap_senks .cap {
    margin-bottom: 20px;
  }
  .design .wrap_senks .text {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .design .wrap_senks .return {
    font-size: 15px;
    line-height: 18px;
    padding-left: 40px;
  }
  .design .wrap_senks .return:before {
    width: 30px;
  }
  .design .wrap_form .head_form {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .design .wrap_form form .wrap_input {
    margin-bottom: 15px;
  }
  .design .wrap_form form .wrap_input input {
    font-size: 16px;
    line-height: 20px;
  }
  .design .wrap_order .wrap_count {
    width: 30px;
    height: 25px;
    font-size: 14px;
    padding: 0;
  }
  .design .wrap_order .but {
    margin-top: 0;
    font-size: 16px;
  }
  .design .wrap_order .h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .design .wrap_order .wrap_tovar .wrap_img {
    width: 80px;
    margin-right: 20px;
  }
  .design .wrap_order .wrap_tovar .wrap_info {
    max-width: 150px;
  }
  .design .wrap_order .wrap_tovar .wrap_info .wrap-name {
    font-size: 14px;
    line-height: 18px;
  }
  .design .wrap_order .wrap_tovar .wrap_info .sum {
    font-size: 14px;
    line-height: 18px;
  }
  .bask.empty {
    margin-bottom: 60px;
  }
  .bask.empty .but .return {
    padding-right: 40px;
  }
  .bask.empty .but .return:before {
    width: 30px;
  }
  .bask.empty .item_cart {
    padding-top: 0;
  }
  .bask.empty .wrap_empty {
    font-size: 20px;
    line-height: 24px;
  }
  .bask .quantity {
    margin-bottom: 10px;
  }
  .bask .quantity input {
    font-size: 14px;
  }
  .bask .but .wrap .wrap_amount .cap, .bask .but .wrap .wrap_amount .amount {
    font-size: 16px;
    line-height: 19px;
  }
  .bask .but .btn {
    font-size: 14px;
    line-height: 17px;
    font-weight: 800;
  }
  .bask .but .return {
    font-size: 15px;
    line-height: 19px;
    padding-left: 40px;
  }
  .bask .but .return:before {
    width: 30px;
  }
  .bask .item_cart {
    padding: 20px 10px;
    padding-left: 103px;
    padding-right: 40px;
  }
  .bask .item_cart button.tras {
    padding: 0;
  }
  .bask .item_cart button.tras img {
    width: 20px;
  }
  .bask .item_cart .wrap_tovar {
    left: 10px;
  }
  .bask .item_cart .wrap_delete {
    right: 10px;
  }
  .bask .item_cart .wrap-name {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .bask .item_cart .wrap_unit-price {
    margin-bottom: 10px;
  }
  .bask .item_cart .cap {
    font-size: 12px;
    line-height: 14px;
    max-width: 120px;
  }
  .bask .item_cart .price, .bask .item_cart .sum {
    font-size: 16px;
  }
  .bask .item_cart .wrap_img img {
    width: 80px;
  }
  .h2 {
    font-size: 28px;
    line-height: 34px;
  }
  header .menu-search.mob_menu {
    width: 100%;
    max-width: 100%;
    right: 0;
    min-height: 100vh;
    transform: translateY(-100vh);
  }
  .slide .owl-carousel .owl-nav {
    display: none;
  }
  .slide .wrap_slider_main .wrap_item .wrap_cont {
    width: 100%;
  }
  .slide .wrap_slider_main .wrap_item .wrap_cont .text {
    font-size: 15px;
  }
  .catalog .wrap_div {
    margin-bottom: 10px;
  }
  .advantage.pr, .about .ab.pr {
    margin-bottom: 60px;
  }
  .advantage .wrap_adv, .about .ab .wrap_adv {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .advantage .wrap_adv:nth-child(2), .about .ab .wrap_adv:nth-child(2) {
    margin-bottom: 15px;
  }
  .about .wrapper_die {
    padding: 30px 20px;
    padding-bottom: 120px;
  }
  .about .wrap_text .des {
    font-size: 16px;
    line-height: 20px;
  }
  .about .ab p {
    font-size: 16px;
  }
  .about .ab .wrap_adv .wrap_text .h4 {
    font-size: 18px;
    list-style: 22px;
  }
  .about .ab .wrap_adv .wrap_text .cont {
    font-size: 15px;
  }
  .about .ab .wrap-cert {
    width: 100%;
  }
  .about .ab .wrap-cert img {
    width: 70%;
    margin: 0 auto;
  }
  .about .ab .make .wrap_make .h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .about .owl-carousel .owl-dots {
    display: inline;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .about .owl-carousel .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    background: #5284F7;
    opacity: 0.5;
    border-radius: 50%;
    margin-right: 5px;
  }
  .about .owl-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0;
  }
  .about .owl-carousel .owl-dots .owl-dot.active {
    background: #5284F7;
    opacity: 1;
  }
  .why ul.w {
    font-size: 16px;
  }
  .seal .wrapper {
    padding: 21px 15px;
    padding-bottom: 60px;
  }
  .seal .wrapper .wrap_text .cap, .seal .wrapper .wrap_text .des {
    font-size: 16px;
    line-height: 19px;
  }
  .order .row p {
    font-size: 15px;
  }
  .order .row .h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .order ul {
    font-size: 15px;
    padding-left: 25px;
  }
  footer .bg_wrap .wrap_map {
    height: 220px;
  }
  footer .bg_wrap .wrap_map img {
    margin-left: 0;
  }
  footer .bg_wrap .wrap_cont .wrapper {
    display: block;
  }
  footer .bg_wrap .wrap_cont .wrapper .col:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  footer .bottom_line {
    padding-top: 15px;
  }
  footer .bottom_line .price_info {
    font-size: 10px;
    line-height: 12px;
  }
  footer .bottom_line .navbar {
    padding-right: 0;
  }
  footer .bottom_line .navbar .menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .bottom_line .navbar .menu li {
    margin-right: 20px;
    padding: 5px 0;
  }
  footer .bottom_line .navbar .menu li:last-child {
    margin-right: 0;
  }
  .generators.product .wrap_price-del {
    margin-top: 200px;
  }
  .generators.product .wrap_price-del .wrap_img {
    width: 100%;
    top: -180px;
  }
  .generators .wrap-product .cap {
    font-size: 22px;
    line-height: 26px;
  }
  .generators .wrap-product .wrapper {
    margin-bottom: 5px;
  }
  .generators .wrap-product .wrap_price-model .price {
    font-size: 16px;
    line-height: 19px;
  }
  .generators .wrap-product .wrap_price-model .btn {
    font-size: 14px;
    line-height: 17px;
    padding: 10px 20px;
  }
  .generators .wrap-product .records {
    font-size: 15px;
  }
  .generators .wrap-product .more {
    display: block;
    text-align: right;
    font-size: 15px;
    color: #5284F7;
  }
  .generators .wrap-product .more:hover {
    text-decoration: underline;
  }
  .generators .wrap_price-del {
    margin-top: 100px;
  }
  .generators .wrap_price-del .wrap_img {
    width: 350px;
    top: -115px;
  }
  .generators .wrap_text .h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .instructions .wrap_inst .wrap_img {
    max-width: 60%;
  }
  .accident .cap {
    font-size: 28px;
    line-height: 34px;
  }
  .types .wrap_kinds .wrap_text .h4 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .types ul {
    margin-bottom: 20px;
  }
  .tabl_compare {
    font-size: 14px;
  }
  .tabl_compare .cap {
    font-size: 18px;
    line-height: 22px;
  }
  .tabl_compare .col-3 {
    padding: 9px 5px;
    padding-bottom: 9px;
  }
  .tabl_compare .col-3.th {
    font-size: 14px;
  }
  .range {
    margin-top: 75px;
  }
  .range .cap {
    font-size: 28px;
    line-height: 34px;
  }
  .item {
    line-height: 130%;
    margin-bottom: 60px;
  }
  .item p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .item .h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .item .h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .item .wrap-compr {
    margin-bottom: 20px;
  }
  .item .wrap-compr .wrap_img {
    margin-right: 10px;
  }
  .item .wrap-compr .wrap_make {
    font-size: 16px;
  }
  .delivery .h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .delivery .h4 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 800;
  }
  .delivery .place, .delivery .term {
    font-size: 15px;
  }
}
@media only screen and (max-width: 414px) {
  /* */
  .logo {
    width: 100px;
  }
  .logo span {
    font-size: 6px;
    line-height: 7px;
    margin-top: 5px;
  }
  .breadcrumbs ul {
    font-size: 10px;
    line-height: 12px;
  }
  .breadcrumbs ul li {
    padding-left: 3px;
    padding-right: 8px;
  }
  header .wrap_basket .basket {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  header .wrap_basket .basket .amt {
    width: 16px;
    height: 16px;
    font-size: 8px;
    line-height: 10px;
  }
  header .wrap_basket .sum {
    font-size: 10px;
    line-height: 12px;
  }
  .slide .wrap_slider_main .wrap_item {
    padding-top: 70px;
  }
  .end {
    justify-content: start;
  }
  .catalog .see {
    font-size: 14px;
    line-height: 17px;
  }
  .catalog .wrap_div .wrap_cont .name {
    font-size: 18px;
    line-height: 22px;
  }
  .catalog .wrap_div .wrap_cont .price {
    font-size: 14px;
    line-height: 17px;
  }
  .advantage .wrap_adv .wrap_text .h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .advantage .wrap_adv .wrap_text .cont {
    font-size: 15px;
    line-height: 18px;
  }
  .types p, .accident p {
    font-size: 15px;
  }
  .accident {
    margin-top: 30px;
  }
  .types .wrap_kinds .wrap_slide {
    margin-bottom: 25px;
  }
  .instructions .h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .in_stock .wrap_item .cap {
    font-size: 18px;
    line-height: 22px;
  }
  .in_stock .wrap_item .price, .in_stock .wrap_item .btn {
    font-size: 16px;
    line-height: 19px;
  }
  .slide .wrap_slider_main.rig .wrapper .wrap_img {
    right: 120px;
  }
  .slide .wrap_slider_main.rig .wrapper .wrap_img img {
    width: 480px;
  }
  .generators.product .wrap_price-del {
    margin-top: 175px;
  }
  .generators.product .wrap_price-del .wrap_img {
    top: -135px;
  }
  .generators .wrap_text p {
    font-size: 16px;
  }
  .generators .wrap_price-del {
    margin-top: 30px;
  }
  .generators .wrap_price-del .wrap_img {
    width: 260px;
    top: -50px;
  }
  .generators .wrap_price-del .wrap_price {
    font-size: 16px;
  }
  .news .wrap-news {
    margin-bottom: 20px;
  }
  .news .wrap-news .wrap_date {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .news .wrap-news .wrap_cont {
    margin-bottom: 5px;
  }
  .news .wrap-news .wrap_cont .h3 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px;
  }
  .news .wrap-news .wrap_cont .few {
    font-size: 14px;
  }
  .news .wrap-news .more {
    font-size: 14px;
  }
  .news .wrap_pug {
    margin-bottom: 60px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
  }
  .news .wrap_pug input {
    margin: 0 10px;
  }
  .news .wrap_pug .all {
    margin-right: 10px;
  }
  .delivery .wrap {
    flex-direction: column;
  }
  .delivery .wrap_it .wrap_img {
    margin-right: 10px;
    min-width: 75px;
  }
  .delivery .wrap_it .wrap_img img {
    width: 100%;
  }
  .contact .h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .contact .h5 {
    font-size: 16px;
    line-height: 19px;
  }
  .contact .wrap_phone .phone, .contact .wrap_mail, .contact .name, .contact .geo {
    font-size: 16px;
    line-height: 19px;
  }
  .contact .wrapper .col-6:first-child {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 375px) {
  /* */
  footer .bg_wrap .wrap_cont .wrap_law, footer .bg_wrap .wrap_cont .wrapper {
    font-size: 16px;
    line-height: 19px;
  }
  .slide .wrap_slider_main.rig .wrapper .wrap_cont .h2:before {
    left: 0px;
  }
  .slide .wrap_slider_main.rig .wrapper .wrap_img {
    right: 135px;
  }
  .instructions .wrap_inst .wrap_img {
    max-width: 70%;
  }
  .generators.product .wrap_price-del {
    margin-top: 130px;
  }
  .generators.product .wrap_price-del .wrap_img {
    top: -100px;
  }
  .about .wrapper_die {
    padding-bottom: 80px;
    background-position: bottom right -300px;
  }
  .about .wrapper_die .wrap_text {
    width: 76%;
  }
}
@media only screen and (max-width: 360px) {
  /* */
}
/*# sourceMappingURL=../css/main.css.map */
