/* Ubuntu Regular */
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu/Ubuntu-Regular.eot");
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"),
    url("../fonts/Ubuntu/Ubuntu-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ubuntu/Ubuntu-Regular.woff") format("woff"),
    url("../fonts/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Ubuntu Light */
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu/Ubuntu-Light.eot");
  src: local("Ubuntu Light"), local("Ubuntu-Light"),
    url("../fonts/Ubuntu/Ubuntu-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ubuntu/Ubuntu-Light.woff") format("woff"),
    url("../fonts/Ubuntu/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

/* Ubuntu Light Italic */
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu/Ubuntu-LightItalic.eot");
  src: local("Ubuntu Light Italic"), local("Ubuntu-LightItalic"),
    url("../fonts/Ubuntu/Ubuntu-LightItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Ubuntu/Ubuntu-LightItalic.woff") format("woff"),
    url("../fonts/Ubuntu/Ubuntu-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

/* Ubuntu Medium */
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu/Ubuntu-Medium.eot");
  src: local("Ubuntu Medium"), local("Ubuntu-Medium"),
    url("../fonts/Ubuntu/Ubuntu-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ubuntu/Ubuntu-Medium.woff") format("woff"),
    url("../fonts/Ubuntu/Ubuntu-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Ubuntu Italic */
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu/Ubuntu-Italic.eot");
  src: local("Ubuntu Italic"), local("Ubuntu-Italic"),
    url("../fonts/Ubuntu/Ubuntu-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ubuntu/Ubuntu-Italic.woff") format("woff"),
    url("../fonts/Ubuntu/Ubuntu-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

/* Ubuntu Bold */
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu/Ubuntu-Bold.eot");
  src: local("Ubuntu Bold"), local("Ubuntu-Bold"),
    url("../fonts/Ubuntu/Ubuntu-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ubuntu/Ubuntu-Bold.woff") format("woff"),
    url("../fonts/Ubuntu/Ubuntu-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/* Ubuntu Bold Italic */
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu/Ubuntu-BoldItalic.eot");
  src: local("Ubuntu Bold Italic"), local("Ubuntu-BoldItalic"),
    url("../fonts/Ubuntu/Ubuntu-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Ubuntu/Ubuntu-BoldItalic.woff") format("woff"),
    url("../fonts/Ubuntu/Ubuntu-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

/* Ubuntu Medium Italic */
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu/Ubuntu-MediumItalic.eot");
  src: local("Ubuntu Medium Italic"), local("Ubuntu-MediumItalic"),
    url("../fonts/Ubuntu/Ubuntu-MediumItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Ubuntu/Ubuntu-MediumItalic.woff") format("woff"),
    url("../fonts/Ubuntu/Ubuntu-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

html,
body {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  background-color: #fff;
  color: #171717;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

h1.caption {
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.container {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header {
  position: relative;
  /* padding-top: 12px; */
  z-index: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: normal;
  color: #171717;
  /* border-bottom: 2px solid #ededef; */
  /* border-bottom: 2px solid #2998ff; */
  border-bottom: 2px solid rgba(227, 30, 36, 0.6);
}

.landing__header {
  border-bottom: 0;
}

.header__top {
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  /* margin-bottom: 15px; */
  margin-bottom: 0;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}

.header__top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  font-weight: 500;
  color: #315398;
}

.header__address:before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 15px;
  /* background-image: url("../images/icon-address.png"); */
  background: url("../images/icon-address2.svg") center no-repeat;
  background-size: contain;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__logo {
  padding-top: 8px;
}

.header__info {
  padding-left: 75px;
}

.header__link {
  font-family: "Ubuntu", sans-serif;
  text-decoration: none;
  color: #315398;
  outline: none;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.header__link:hover {
  color: #0bbdff;
}

.header__bottom {
  margin-bottom: 2px;
  border-bottom: 2px solid rgba(49, 83, 152, 0.6);
}

.header__mode {
  font-size: 14px;
  color: #363636;
}

.header.main {
  padding-top: 72px;
}

.header.main .header__top {
  position: fixed;
}

.header.main .header__top.blue {
  /* border-color: #2998ff; */
  border-color: rgba(49, 83, 152, 0.6);
}

.menu__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu__item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}

.menu__item.active .menu__link,
.menu__item:hover .menu__link {
  /* color: #ff772c; */
  color: #0BBDFF;
}

.menu__item.active.dropdown .menu__link:after,
.menu__item:hover.dropdown .menu__link:after {
  opacity: 0;
}

.menu__item.active.dropdown .menu__link:before,
.menu__item:hover.dropdown .menu__link:before {
  opacity: 1;
}

.menu__item:hover .submenu {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.menu__item:hover.dropdown .menu__link:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu__item:hover.dropdown .menu__link:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu__item.dropdown .menu__link:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/dropdown-black.png");
  margin-left: 10px;
  margin-top: 4px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  opacity: 1;
}

.menu__item.dropdown .menu__link:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  /* background-image: url("../images/dropdown-orange.png"); */
  background-image: url("../images/dropdown-blue.png");
  margin-left: 15px;
  margin-top: 4px;
  position: absolute;
  top: calc(50% - 6.5px);
  right: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease,
    -webkit-transform 0.2s ease;
  opacity: 0;
}

.menu__link {
  text-decoration: none;
  outline: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  /* color: inherit; */
  color: #3e3e3e;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.menu__submenu {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  visibility: hidden;
  opacity: 0;
}

.submenu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: -25px;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.07);
}

.submenu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 48px;
  min-width: 260px;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 18px;
}

.submenu__item:last-child {
  border-bottom: none;
}

.submenu__item.active .submenu__link,
.submenu__item:hover .submenu__link {
  color: #0bbdff;
}

.submenu__link {
  text-decoration: none;
  color: inherit;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.slider-home {
  height: 386px;
  background-color: #f0f0f0;
  margin-bottom: 36px;
  /* border-bottom: 2px solid #d7d7d7; */
  border-bottom: 2px solid #dddddd;
  overflow: hidden;
  position: relative;
}

.slider-home__text {
  width: 520px;
  margin-left: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-home__slide {
  height: 386px;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-home__slide > .container {
  position: relative;
  height: 100%;
}

.slider-home__title {
  margin: 0 0 15px;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  color: #171717;
  text-transform: uppercase;
}

.slider-home__description {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #171717;
}

.slider-home .slick-arrow {
  border: none;
  background: none;
  outline: 0 solid transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: inherit;
  color: inherit;
  font: inherit;
  border-radius: 0;
  background: none;
  position: absolute;
  top: 50%;
  font-size: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f5f5f5;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-home .slick-arrow.slick-prev {
  background: url("../images/slider-left-black.png") center no-repeat;
  left: calc(50% - 1140px / 2);
}

.slider-home .slick-arrow.slick-prev:before {
  background-image: url("../images/slider-left-white.png");
}

.slider-home .slick-arrow.slick-next {
  background: url("../images/slider-right-black.png") center no-repeat;
  right: calc(50% - 1140px / 2);
}

.slider-home .slick-arrow.slick-next:before {
  background-image: url("../images/slider-right-white.png");
}

.slider-home .slick-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-home .slick-arrow:hover {
  background-color: #2998ff;
}

.slider-home .slick-arrow:hover:before {
  opacity: 1;
}

.slider-home .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 19px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.slider-home .slick-dots li {
  margin-right: 8px;
}

.slider-home .slick-dots li:last-child {
  margin-right: 0;
}

.slider-home .slick-dots li.slick-active button {
  border-width: 5px;
}

.slider-home .slick-dots button {
  border: none;
  background: none;
  outline: 0 solid transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: inherit;
  color: inherit;
  font: inherit;
  border-radius: 0;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  /* border: 2px solid #d7d7d7; */
  border: 2px solid #dddddd;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.slider-home .slick-dots button:hover {
  border-color: #2998ff;
}

.about-preview {
  margin-bottom: 91px;
}

.about-preview__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-preview__item {
  position: relative;
  display: block;
  width: 360px;
  height: 242px;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.about-preview__item:before {
  content: "";
  position: absolute;
  /* top: 0;
  left: 0; */
  top: 128px;
  left: -65px;
  z-index: 0;
  display: block;
  /* width: 100%;
  height: 100%; */
  width: 310px;
  height: 310px;
  /* background-color: #2c2c2c; */
  /* background: #315398; */
  background: url("../images/polygon.svg") center center no-repeat;
  background-size: contain;
  /* opacity: 0.5; */
  transform: translate(0, 0);
  -webkit-transition: opacity 0.2s ease, top 0.2s ease, left 0.2s ease,
    width 0.2s ease, height 0.2s ease, transform 0.2s ease;
  -o-transition: opacity 0.2s ease, top 0.2s ease, left 0.2s ease,
    width 0.2s ease, height 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, top 0.2s ease, left 0.2s ease, width 0.2s ease,
    height 0.2s ease, transform 0.2s ease;
}

.about-preview__item:hover:before {
  /* opacity: 0; */
  width: 500px;
  height: 500px;
  top: -50%;
}

.about-preview__item:hover .about-preview__name {
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
}

/* 
.about-preview__item:hover .about-preview__name:before,
.about-preview__item:hover .about-preview__name:after {
  width: 0;
}

.about-preview__item:hover .about-preview__button {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */

.about-preview__link {
  text-decoration: none;
  color: inherit;
  outline: none;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
}

.about-preview__name {
  position: absolute;
  /* top: 0;
  left: 0; */
  left: 15px;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  font-weight: bold;
  /* min-height: 47px;
  line-height: 29px; */
  /* width: 100%;
  height: 100%; */
  text-align: center;
  /* -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0; */
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* .about-preview__name:before,
.about-preview__name:after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background-color: #0bbdff;
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.about-preview__name:before {
  margin-bottom: 9px;
}

.about-preview__name:after {
  margin-top: 9px;
} */

/* .load .about-preview__name {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
} */

/* .about-preview__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 132px;
  height: 36px;
  font-size: 12px;
  background-color: #e31e25;
  font-weight: 500;
  border-radius: 18px;
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}

.about-preview__button:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
} */

.about-boss {
  background-color: #f3f3f3;
  min-height: 421px;
  margin-bottom: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-boss__photo {
  /* max-width: 33%; */
  width: 477px;
  /* height: 587px; */
  margin-top: -11px;
  margin-bottom: -17px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: flex;
  justify-content: flex-end;
}

.about-boss__photo img {
  border-radius: 10px;
}

.about-boss__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /* padding-top: 25px; */
  padding-top: 40px;
  /* padding-left: 70px; */
  padding-left: 55px;
  /* padding-bottom: 10px; */
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.about-boss__caption {
  position: relative;
  max-width: 300px;
  margin-top: 0;
  /* margin-bottom: 20px; */
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  /* line-height: 36px; */
  line-height: 32px;
  text-transform: uppercase;
}

.about-boss__caption:before {
  content: "";
  position: absolute;
  left: -33px;
  display: block;
  width: 21px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/quote-blue.png");
  margin-top: 4px;
}

/* .about-boss__caption:after {
  content: "";
  width: 21px;
  height: 18px;
  background-image: url(../images/quote-blue.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  right: -33px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
} */

.about-boss__description {
  /*  margin-bottom: 30px;*/
  margin-bottom: 0;
  /* padding-right: 60px; */
  padding-right: 5px;
  font-weight: 400;
  line-height: 20px;
  color: #323340;
}

.about-boss__description .page-text {
  margin-bottom: 40px;
}
.about-boss__description .page-text p {
  margin: 0;
  margin-bottom: 20px;
}

.about-boss__description p:last-child {
  margin-bottom: 0;
}

.about-boss__sign {
  width: 100%;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-style: italic;
  /* text-align: right; */
}

.about-boss__sign img {
  display: inline-block;
  vertical-align: middle;
  width: 124px;
  /* height: 54px; */
  margin-left: 35px;
  margin-right: 35px;
}

.footer {
  font-weight: normal;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
}

.footer__main {
  background-color: #f3f3f3;
  padding: 35px 0;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__column {
  padding-right: 43px;
  max-width: 313px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer__column:first-child {
  max-width: 295px;
}

.footer__caption {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 12px;
  color: #0bbdff;
  line-height: 30px;
  text-transform: uppercase;
}

.footer__caption_size_small {
  font-size: 15px;
  color: #171717;
}

.footer__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer__list_size_small {
  font-size: 13px;
}

.footer__list_size_small .footer__item {
  margin-bottom: 10px;
}

.footer__list_size_small .footer__item:last-child {
  margin-bottom: 0;
}

.footer__item {
  line-height: 18px;
  margin-bottom: 15px;
}

.footer__item:last-child {
  margin-bottom: 0;
}

/* .footer__item:hover > :not(.footer__phone), */
.footer__item:hover > .footer__link {
  color: #ff772c;
}

.footer__item.active .footer__link {
  text-decoration: underline;
}

.footer__link {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.footer__link a {
  color: inherit;
  text-decoration: none;
}

.footer__subtitle {
  font-weight: 700;
}

.footer__phone .footer__link:hover {
  color: #ff772c;
}

.footer__phone {
  line-height: 24px;
}

.footer__phone .footer__info {
  margin-top: 15px;
}

.footer__social {
  margin-bottom: 25px;
}

.footer__bottom {
  font-size: 13px;
  line-height: 16px;
  padding: 7px 0;
}

.footer__creator a {
  margin-left: 10px;
}

.social__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social__item {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 12px;
}

.social__item:last-child {
  margin-right: 0;
}

.social__item[data-social="vk"] {
  /* background-image: url("../images/icon-vk.png"); */
  background-image: url("../images/icon-vk.svg");
}

.social__item[data-social="od"] {
  /* background-image: url("../images/icon-od.png"); */
  background-image: url("../images/icon-od.svg");
}

.social__item[data-social="fb"] {
  /* background-image: url("../images/icon-fb.png"); */
  background-image: url("../images/icon-fb.svg");
}

.social__item[data-social="inst"] {
  /* background-image: url("../images/icon-inst.png"); */
  background-image: url("../images/icon-inst.svg");
}

.social__item[data-social="youtybe"] {
  /* background-image: url("../images/icon-youtybe.png"); */
  background-image: url("../images/icon-youtybe.svg");
}

.social__link {
  text-decoration: none;
  color: inherit;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
}

.page-top {
  background-color: #f9f9f9;
  /* border-bottom: 2px solid #ff610b; */
  /* margin-bottom: 40px; */
  margin-bottom: 30px;
  height: 111px;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-top__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.crumbs {
  font-size: 14px;
  font-weight: normal;
}

.crumbs__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.crumbs__item {
  color: #9f9f9f;
  display: inline-block;
}

.crumbs__item > span {
  color: #323340;
}

.crumbs__item:last-child > span {
  display: none;
}

.crumbs__link {
  text-decoration: none;
  color: inherit;
  outline: none;
  color: #323340;
}

.page-text {
  line-height: 24px;
  margin-bottom: 65px;
}

.page-text__block {
  display: none;
  /* height: 0; 
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
		transform: translateX(-50px);
		transition: all 0s ease; */
}

.page-text__block.active {
  display: block;
  /* height: auto; 
			visibility: visible;
			opacity: 1;
			transform: translateX(0px);
			transition: all .5s ease; */
}

.page-text p {
  margin-top: 0;
  margin-bottom: 10px;
}

.page-text h2,
.page-text h3,
.page-text h4,
.page-text h5,
.page-text h6 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 8px;
}

.page-text h2 {
  font-size: 18px;
}

.page-text ul,
.page-text ol {
  margin-top: 0;
  margin-bottom: 15px;
}

.page-text ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 15px;
}

.page-text ul > li {
  /* margin-bottom: 8px; */
  margin-bottom: 11px;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  display: block;
  line-height: 22px;
}

.page-text ul > li:last-child {
  margin-bottom: 0;
}

.page-text ul > li:before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 7px;
  vertical-align: top;
  margin-top: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/dot-blue.png");
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-text strong {
  font-weight: 500;
}

.page-text a {
  text-decoration: none;
  color: inherit;
  outline: none;
  color: #0bbdff;
  text-decoration: underline;
}

.page-text a:hover {
  text-decoration: none;
}

.page-text *:last-child {
  margin-bottom: 0;
}

.page-gallery {
  margin-bottom: 70px;
}

.page-gallery__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-gallery__item {
  margin-bottom: 22px;
  width: 360px;
  height: 241px;
}

.page-gallery__item:hover .page-gallery__link:before {
  opacity: 1;
}

.page-gallery__item:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.page-gallery__link {
  text-decoration: none;
  color: inherit;
  outline: none;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.page-gallery__link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("../images/icon-zoom.png");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.page-gallery__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.articles__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 60px;
}

.articles__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9eaec;
  margin-bottom: 30px;
}

.articles__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.articles__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 262px;
  max-width: 100%;
}

.articles__text {
  padding-left: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.articles__date {
  line-height: 15px;
  font-weight: normal;
  margin-bottom: 10px;
}

.articles__title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.articles__description {
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 20px;
}

.articles__link {
  text-decoration: none;
  color: inherit;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 132px;
  height: 36px;
  color: #fff;
  background-color: #0bbdff;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: auto;
  -webkit-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}

.articles__link:hover {
  background-color: #ff772c;
}

.nav-page {
  margin-bottom: 60px;
}

.nav-page__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-page__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #e6e6e6;
  margin-right: 12px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  -webkit-transition: background 0.25s ease, color 0.25s ease;
  -o-transition: background 0.25s ease, color 0.25s ease;
  transition: background 0.25s ease, color 0.25s ease;
}

.nav-page__item:last-child {
  margin-right: 0;
}

.nav-page__item.active,
.nav-page__item:hover {
  color: #fff;
  background-color: #0bbdff;
}

.nav-page__link {
  text-decoration: none;
  color: inherit;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.articles-inner {
  margin-bottom: 60px;
}

.articles-inner .container:after,
.articles-inner .container:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  clear: both;
}

.articles-inner__image {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  max-width: 100%;
}

.articles-inner__date {
  line-height: 15px;
  font-weight: normal;
  margin-bottom: 10px;
}

.articles-inner__title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.articles-inner__description {
  font-weight: normal;
  margin-bottom: 0;
  line-height: 18px;
  font-weight: normal;
}

.articles-inner__description p {
  margin-top: 0;
  margin-bottom: 8px;
}

.articles-inner__description ul,
.articles-inner__description ol {
  margin-bottom: 12px;
}

.articles-inner__description ul {
  margin-bottom: 12px;
}

.articles-inner__description ul > li {
  margin-bottom: 5px;
}

.articles-inner__description ul > li:last-child {
  margin-bottom: 0;
}

.articles-inner__description ul > li:before {
  width: 12px;
  margin-right: 7px;
}

.catalog__category {
  /* padding-bottom: 30px; */
  /* border-bottom: 1px solid #ededef; */
  /* margin-bottom: 30px; */
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.catalog__products {
  margin-bottom: 20px;
}

.catalog__text {
  color: #323340;
  margin-bottom: 20px;
  max-height: 92px;
  overflow: hidden;
}

.catalog__text.open {
  max-height: 100%;
}

.catalog__text h1,
.catalog__text h2,
.catalog__text h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #171717;
  margin-bottom: 20px;
  text-align: left;
}

.catalog__text h2 {
  font-size: 20px;
}
.catalog__text h3 {
  font-size: 18px;
}

.catalog__button {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: inherit;
  color: inherit;
  font: inherit;
  border-radius: 0;
  color: #0bbdff;
  text-decoration: underline;
  margin-bottom: 65px;
}

.catalog__button:hover {
  text-decoration: none;
}

.catalog-category__title {
  margin: 0;
  /* margin-bottom: 10px; */
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.catalog-category__list {
  position: relative;
  padding: 0 0 40px;
  margin: 0 0 40px;
  list-style-type: none;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -15px; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

.catalog-category__list:before {
  position: absolute;
  /* top: 40px; */
  bottom: 0;
  width: 100%;
  height: 1px;
  /* background-color: #ededef; */
  background-color: #dddddd;
  content: "";
}

.catalog-category__item {
  /* margin-right: 20px; */
  /* width: 25%; */
  /* width: 100%; */
  height: 68px;
  /* margin-right: 0;
  margin-bottom: 20px; */
  /* -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; */
  /* border: 1px solid #d7d7d7; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.35s ease;
  -o-transition: border 0.35s ease;
  transition: border 0.35s ease;
}

/* .catalog-category__item:last-child {
  margin-right: 0;
} */

.catalog-category__item.active,
.catalog-category__item:hover {
  /* border-color: #0bbdff; */
  border-color: initial;
}

.catalog-category__item.active .catalog-category__link,
.catalog-category__item:hover .catalog-category__link {
  border-color: #0bbdff;
}

.catalog-category__link {
  text-decoration: none;
  color: inherit;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* width: 100%; */
  /* width: 95%; */
  height: 100%;
  padding-left: 18px;
  padding-right: 18px;
  /* border: 1px solid #fff; */
  /* border: 1px solid #d7d7d7; */
  border: 1px solid #dddddd;
  border-radius: 10px;
  -webkit-transition: border 0.35s ease;
  -o-transition: border 0.35s ease;
  transition: border 0.35s ease;
}

.catalog-category__link div {
  flex: none;
  width: 40%;
  padding: 5px 0 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-category__link div img {
  max-height: 100%;
  display: inline-block;

}

.catalog-products__list {
  position: relative;
  margin: 0;
  padding: 0;
  /* padding-top: 90px; */
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog-products__item {
  position: relative;
  width: 260px;
  margin-right: 33.3px;
  /* border: 1px solid #e9eaec; */
  border: 1px solid #dddddd;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease;
  -o-transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
}

.catalog-products__item:nth-child(4n) {
  margin-right: 0;
}

.catalog-products__item:hover {
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.catalog-products__item.new {
  position: relative;
}

.catalog-products__item.new:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 92px;
  height: 26px;
  background-image: url("../images/new.png");
  background-repeat: no-repeat;
  background-position: top left;
}

.catalog-products__link {
  text-decoration: none;
  color: inherit;
  outline: none;
  display: block;
  padding-left: 14px;
  padding-right: 15px;
  -webkit-box-shadow: 100%;
  box-shadow: 100%;
}

.catalog-products__link.covid:before {
  content: "Рекомендован при  COVID-19";
  display: flex;
  align-items: center;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  width: 229px;
  height: 26px;
  background-image: url("../img/covid-bg.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 10px;
}

.catalog-products__image-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 200px;
}

.catalog-products__image {
  max-width: 100%;
  max-height: 100%;
}

.catalog-products__name {
  /* height: 78px; */
  height: 98px;
  margin: 0 0 21px;
  padding-bottom: 5px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  /* border-bottom: 1px solid #ededef; */
  border-bottom: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.catalog-products__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 106px;
  height: 36px;
  border-radius: 18px;
  font-size: 12px;
  color: #fff;
  background-color: #0bbdff;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}

a.catalog-products__button.sli {
  text-decoration: none;
}

.catalog-products__button:hover {
  background-color: #ff772c;
}

/* Деталка */
.product__container {
  /* padding-bottom: 60px; */
  display: grid;
  grid-template-columns: 1fr 260px;
  grid-gap: 30px 20px;
}

/* слайдер */
.product__top-block {
  width: 100%;
  height: 478px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.product__schild {
  position: absolute;
  right: 50px;
  top: 0px;
  z-index: 1;
}
.product__schild-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  width: 230px;
  height: 125px;
  font-size: 16px;
  line-height: 16px;
  padding: 15px 30px 0px;
  background-image: url(../images/compare/schild.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.product__schild-btn{
  margin-top: 10px;
  height: 36px;
  width: 122px;
  background-color: #fff;
  color: #FD7208;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 19px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  border: 1px solid #ffffff;
  transition: color .3s, background-color .3s;
}
.product__schild-btn:hover{
  color: #ffffff;
  background-color: #FD7208;
}
.product__slider-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 128px;
  height: 100%;
  overflow: hidden;
}

.product__slider-main {
  width: 709px;
  height: 100%;
  /* margin-right: 45px; */
  margin-right: 0;
  /* border: 1px solid #e9eaec; */
  border: 1px solid #dddddd;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.slider-preview__arrow {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: inherit;
  color: inherit;
  font: inherit;
  border-radius: 0;
  position: relative;
  width: 27px;
  height: 27px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

.slider-preview__arrow_direction_prev {
  background-image: url("../images/slider-top-black.png");
}

.slider-preview__arrow_direction_prev:before {
  background-image: url("../images/slider-top-white.png");
}

.slider-preview__arrow_direction_next {
  background-image: url("../images/slider-bottom-black.png");
}

.slider-preview__arrow_direction_next:before {
  background-image: url("../images/slider-bottom-white.png");
}

.slider-preview__arrow:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  opacity: 0;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.slider-preview__arrow:hover {
  background-color: #2998ff;
}

.slider-preview__arrow:hover:before {
  opacity: 1;
}

.slider-preview__container {
  height: 398px;
  width: 100%;
}

.slider-preview .slick-slide {
  margin-bottom: 10px;
}

.slider-preview__slide {
  height: 92px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* border: 1px solid #f9f9fa; */
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.slider-preview__image {
  display: block;
  margin: 0;
  max-width: 100%;
  max-height: 100%;
}

.slider-preview .slick-vertical .slick-slide {
  border: none;
}

.slider-preview .slick-current .slider-preview__slide {
  /* border: 1px solid #2998ff; */
  border: 1px solid #315398;
}

.slider-main .slick-list,
.slider-main .slick-track {
  height: 100%;
}

.slider-main .slick-slide > div {
  height: 100%;
}

.slider-main__slide {
  height: 100%;
}

.slider-main__link {
  text-decoration: none;
  color: inherit;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-main__link:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slider-main__link:hover:before {
  opacity: 1;
}

.slider-main__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
/* конец слайдера */

/* боковая панель */
/* плашка про ковид */
.product__covid {
  width: 210px;
  height: 60px;
  display: flex;
  align-items: center;
  background-color: #b5ebff;
  font-size: 15px;
  font-weight: 400;
  color: #006b93;
  text-decoration: underline;
  /* padding-left: 46px; */
  padding-left: 52px;
  padding-bottom: 2px;
  box-sizing: border-box;
  position: relative;
  border-radius: 3px;
  margin-bottom: 30px;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
}
.product__covid:hover {
  text-decoration: underline;
}
.product__covid:before {
  content: "";
  width: 27px;
  height: 27px;
  background-image: url("../img/virus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 13px;
}
/* кнопка */
.buy-block__link {
  text-decoration: none;
  color: inherit;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: #0bbdff;
  width: 131px;
  height: 36px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border-radius: 18px;
  margin-bottom: 30px;
  -webkit-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}

.buy-block__link:hover {
  background-color: #ff772c;
}

/* кнопка 2 */
.buy-block__link.im {
  display: none;
}

/* гарантия */
.buy-block__guaranty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  color: #4f4f4f;
  padding-left: 2px;
  margin-bottom: 30px;
}

.buy-block__guaranty:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon-rst.png");
  width: 23px;
  height: 17px;
  margin-right: 8px;
}
/* банер стать оптовым клиентом */
.product-ban {
  width: 239px;
  padding: 60px 25px;
  color: #fff;
  border-radius: 10px;
  background: #315398 url("../images/product-ban-bg.png") top right no-repeat;
  box-sizing: border-box;
}
.product-ban__title {
  /* max-width: 200px; */
  margin-bottom: 37px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-ban__btn {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 28px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #315398;
  background: #ffffff;
  border-radius: 19px;
  text-decoration: none;
}
/* форма стать оптовым клиентом */
.product__right-form {
  width: 290px;
  padding: 34px 16px 32px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 10px;
  display: none;
}
.product__right-form h2 {
  font-weight: 500;
  font-size: 18px;
  color: #0bbdff;
  text-align: center;
  margin: 0 0 12px;
}
.product__right-form-text {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.product__right-field {
  width: 100%;
  height: 34px;
  border: 1px solid #d5d5d5;
  text-align: center;
  font-size: 15px;
  color: #717171;
  outline: none;
  margin-bottom: 18px;
  padding: 0;
}
.product__right-field::-webkit-input-placeholder {
  font-size: 15px;
  color: #717171;
  opacity: 1;
  transition: 0.3s;
}
.product__right-field::-moz-placeholder {
  font-size: 15px;
  color: #717171;
  opacity: 1;
  transition: 0.3s;
}
.product__right-field:focus::-moz-placeholder {
  opacity: 0 !important;
}
.product__right-field:focus::-webkit-input-placeholder {
  opacity: 0 !important;
}
.product__right-submit {
  width: 155px !important;
  font-weight: 500;
  color: #171717 !important;
  background-color: #dbdbdb !important;
}
.product__right-submit:hover {
  background-color: #bfbfbf !important;
}
.product__right-agree {
  font-size: 12px;
  color: #717171;
  text-align: center;
  margin-top: 16px;
}
.product__right-agree a {
  color: inherit;
  text-decoration: underline;
}
.product__right-agree a:hover {
  text-decoration: none;
}
/* конец боковой панели */

/* блок преимуществ */
.product__buy-block {
  max-width: 1000px;
  grid-column: span 2;
}

.card-adv {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.card-adv > li {
  position: relative;
  padding-left: 38px;
  font-weight: 400;
  line-height: 24px;
}
.card-adv > li:before {
  content: "";
  width: 18px;
  height: 13px;
  background: url("../img/adv-tick.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
  /* bottom: 0; */
  margin: auto;
}
.card-adv-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #5b5b5b;
}
/* блок перехода на страницу сравнения товаров */
.product__compare-block{
  grid-column: span 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 100%; */
  background-color: #F4FCFF;
  border-left: 5px solid #0BBDFF;
  padding: 30px 26px 30px;
}
.product__compare-text p{
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #3E3E3E;
  margin: 0;
}
.product__compare-btn{
  text-decoration: none;
  color: inherit;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: #0bbdff;
  height: 36px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border-radius: 18px;
  -webkit-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.product__compare-btn:hover{
  background-color: #ff772c;
}
/* табы */
.product__text-block {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  margin-bottom: 20px;
  grid-column: span 2;
}
.product__text-block::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: calc(100vw - 17px);
  transform: translateX(-50%);
  background-color: #f9f9f9;
  content: "";
}

.product__menu {
  margin-bottom: 30px;
}

.product-menu__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* background-color: #f0f0f0; */
}
.product-menu__item {
  /* height: 100%; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 30px;
  margin-bottom: 10px;
  /* padding-left: 25px;
  padding-right: 25px; */
  font-weight: 500;
}
.product-menu__link {
  height: 36px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  color: #3e3e3e;
  border: 1px solid #9f9f9f;
  box-sizing: border-box;
  border-radius: 19px;
  transition: color 0.25s ease, background-color 0.25s ease, border 0.25s ease;
  outline: none;
}

.product-menu__item.active .product-menu__link,
.product-menu__item .product-menu__link:hover {
  border-color: #0bbdff;
  background-color: #0bbdff;
  color: #fff;
}

.files__title {
  margin-bottom: 21px;
  font-weight: 700;
}

.file-block {
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: 21px 1fr;
  grid-gap: 9px;
  align-items: center;
}
.file-block__title {
  font-weight: 300;
}
.file-block__icon {
  height: 26px;
  align-self: start;
  grid-row: span 2;
}
.file-block__link {
  margin-right: 28px;
  font-size: 14px;
  color: #0bbdff;
}

.question-answer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.question-answer > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.question-answer__main {
  width: 750px;
}

.question-answer__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 50px;
}

.question-answer__item {
  /* border-bottom: 1px solid #e9eaec; */
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 28px;
}

.question-answer__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.question-answer__form-block {
  width: 360px;
}

.question a {
  text-decoration: none;
  color: inherit;
  outline: none;
  color: #0bbdff;
  text-decoration: underline;
}

.question__top {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.question__name {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.question__date {
  color: #969696;
  font-size: 14px;
}

.question__text {
  line-height: 24px;
  margin-bottom: 7px;
}

.question__answer {
  background-color: #f4f4f4;
  line-height: 24px;
  padding: 18px 20px;
  margin-top: 10px;
  margin-left: 19px;
  position: relative;
}

.question__answer:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 20px;
  border: 8px solid transparent;
  border-bottom: 10px solid #f4f4f4;
}

.question__answer a {
  word-break: break-all;
}

.question-form {
  color: #323340;
  padding: 46px 30px;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
}

.question-form__title {
  margin: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.question-form__input {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  padding-left: 22px;
  padding-right: 22px;
  margin-bottom: 25px;
}

.question-form__input::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

.question-form__input::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

.question-form__input::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

.question-form__input::placeholder {
  opacity: 1;
  color: inherit;
}

.question-form__input::-webkit-input-placeholder {
  color: #717171;
}

.question-form__input::-moz-placeholder {
  color: #717171;
}

.question-form__input::-ms-input-placeholder {
  color: #717171;
}

.question-form__input::placeholder {
  color: #717171;
}

.question-form__input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.question-form__input:focus::-moz-placeholder {
  opacity: 0;
}

.question-form__input:focus::-ms-input-placeholder {
  opacity: 0;
}

.question-form__input:focus::placeholder {
  opacity: 0;
}

.question-form__textarea {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  width: 100%;
  height: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 8px;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 8px;
  border: 1px solid #d5d5d5;
  margin-bottom: 17px;
}

.question-form__textarea::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

.question-form__textarea::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

.question-form__textarea::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

.question-form__textarea::placeholder {
  opacity: 1;
  color: inherit;
}

.question-form__textarea::-webkit-input-placeholder {
  color: #717171;
}

.question-form__textarea::-moz-placeholder {
  color: #717171;
}

.question-form__textarea::-ms-input-placeholder {
  color: #717171;
}

.question-form__textarea::placeholder {
  color: #717171;
}

.question-form__textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.question-form__textarea:focus::-moz-placeholder {
  opacity: 0;
}

.question-form__textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

.question-form__textarea:focus::placeholder {
  opacity: 0;
}

.question-form__agreement {
  margin-bottom: 20px;
}

.question-form__info {
  margin-bottom: 25px;
}

.question-form__info span {
  color: #ff610b;
}

.question-form__submit {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: block;
  font-size: 12px;
  width: 132px;
  height: 36px;
  border-radius: 18px;
  background-color: #0bbdff;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-right: auto;
  margin-left: auto;
}

.question-form__submit::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

.question-form__submit::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

.question-form__submit::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

.question-form__submit::placeholder {
  opacity: 1;
  color: inherit;
}

.question-form__submit:hover {
  background-color: #ff772c;
}

.question-form__submit:disabled {
  opacity: 0.5;
}

.question-form__submit:disabled:hover {
  background-color: #0bbdff;
  cursor: not-allowed;
}

.agreement {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
  font-size: 11px;
  line-height: 24px;color: #3E3E3E;
}

.agreement a {
  color: inherit;
}

.agreement a:hover {
  text-decoration: none;
}

/* .agreement__custom {
  display: none;
} */

/* .agreement__label {
  font-size: 13px;
  font-weight: normal;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.agreement__label a {
  text-decoration: none;
  color: inherit;
  outline: none;
  text-decoration: underline;
}

.agreement__label a:hover {
  text-decoration: none;
}

.agreement__checkbox {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../images/agreement-false.png");
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: 13px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-image 0.2s ease;
  -o-transition: background-image 0.2s ease;
  transition: background-image 0.2s ease;
}

.agreement__checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../images/agreement-true.png");
  background-position: left center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.agreement__custom:checked + .agreement__label > .agreement__checkbox:before {
  opacity: 1;
} */

.burger {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: inherit;
  color: inherit;
  font: inherit;
  border-radius: 0;
  display: none;
  cursor: pointer;
  /* height: 22px; */
  /* width: 30px; */
  width: 19px;
  height: 10px;
  position: relative;
}

.burger__line {
  /* width: 30px; */
  width: 100%;
  /* height: 4px; */
  height: 2px;
  position: absolute;
  left: 0;
  /* background: #0bbdff; */
  background: #315398;
}

.burger__line:first-child {
  bottom: 0;
  -webkit-transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.burger__line:nth-child(2) {
  bottom: 4px;
  -webkit-transition: all 0s 0.3s;
  -o-transition: all 0s 0.3s;
  transition: all 0s 0.3s;
}

.burger__line:last-child {
  top: 0;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.burger.active .burger__line:first-child {
  bottom: 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.burger.active .burger__line:nth-child(2) {
  opacity: 0;
}

.burger.active .burger__line:last-child {
  top: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.accordion {
  margin-bottom: 20px;
}
.accordion.active .accordion__title {
  color: #ffffff;
  background-color: #0bbdff;
}
.accordion__title {
  position: relative;
  padding: 12px 50px 12px 12px;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #3e3e3e;
  background: #f3f3f3;
  transition: color 0.2s, background-color 0.2s;
}
.accordion__title::before,
.accordion__title::after {
  content: "";
  position: absolute;
  /* top: 6px; */
  width: 10px;
  height: 2px;
  background-color: #3e3e3e;
  order: 1;
  transition: transform 0.2s, background-color 0.2s;
}
.accordion__title::before {
  right: 27px;
  transform: rotate(45deg);
}
.accordion__title::after {
  right: 20px;
  transform: rotate(-45deg);
}
.accordion.active .accordion__title::before {
  transform: rotate(-45deg);
  background-color: #fff;
}
.accordion.active .accordion__title::after {
  transform: rotate(45deg);
  background-color: #fff;
}

.accordion__content {
  display: none;
  padding: 30px 0 10px;
}
.accordion__content p {
  margin-top: 0;
}

.about-page {
  margin-bottom: 60px;
  line-height: 24px;
}
.about-page__slider {
  margin: 0 -15px 20px;
}
.about-page__slider .slick-slide {
  margin: 0 15px;
}
.about-page__slider-item {
  display: flex;
}
.about-page__slider-item img {
  width: 100%;
}
.about-page__slider-arrows {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-page__slider-arrow {
  width: 25px;
  height: 15px;
  background: url("../images/arrow.svg") center no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: opacity 0.2s;
}
.about-page__slider-arrow:hover {
  opacity: 0.5;
}
.about-page__slider-next {
  transform: rotate(180deg);
}
.about-page p {
  margin-top: 0;
}
.about-page a {
  color: #0bbdff;
}
.about-page a:hover {
  text-decoration: none;
}
.about-page__att {
  margin: 40px 0 20px;
  font-weight: 500;
}

.video-block {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 30px 0;
}
.video-block::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: calc(100vw - 17px);
  transform: translateX(-50%);
  background-color: #f9f9f9;
  content: "";
}
.video-block__title {
  margin-bottom: 20px;
  font-weight: 500;
}
a.video-block__btn {
  height: 36px;
  padding: 0 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #0bbdff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
a.video-block__btn:hover {
  background-color: #0ba1d8;
}

.requisites__title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}
.requisites__item {
  margin-bottom: 10px;
}
.requisites__name {
  font-weight: 700;
}

.popular__title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.compare__offer-block{
  min-height: fit-content;
  margin-bottom: 60px;
}
.compare__offer-title{
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}
.compare__offer-list{
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  grid-auto-flow: dense;
  gap: 30px;
  padding: 0;
}
.compare__offer-item{
  font-size: 15px;
  line-height: 24px;
  padding: 20px;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  height: fit-content;
}
.compare__link-open-img-wrap{
  width: 1140px;
  display: flex;
  margin-bottom: 30px;
}
.compare__link-open-img{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: fit-content;
  border-radius: 19px;
  background-color: #0BBDFF;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Ubuntu';
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color .3s;
  margin: 0 auto;
  padding: 0 20px;
}
.compare__link-open-img:hover{
  background-color: #FD7208;
}
.compare__table-wrap{
  position: relative;
  width: calc(1140px + (100vw - 1140px)/2 - 10px);
  /* margin-bottom: 60px; */
  overflow-y: visible;
}
.compare__table-wrap::after,
.compare__table-wrap::before{
  content: '';
  display: block;
  position: absolute;
  top: 60px;
  z-index: 2;
  width: 20px;
  height: 10px;
  background-image: url(../images/compare/compare-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  visibility: hidden;
}
.next.compare__table-wrap::after,
.prev.compare__table-wrap::before{
  visibility: visible;
}
.compare__table-wrap::after{
  right: 20px;
  animation: pulse-right 2s ease-in infinite;
}
.compare__table-wrap::before{
  transform: rotate(180deg);
  left: 320px;
  animation: pulse-left 2s ease-in infinite;
}
@keyframes pulse-right{
  0% {
    right: 20px;
  }
  50% {
    right: 60px;
  }
  100% {
    right: 20px;
  }
}
@keyframes pulse-left{
  0% {
    left: 320px;
  }
  50% {
    left: 360px;
  }
  100% {
    left: 320px;
  }
}
.compare__table::-webkit-scrollbar {
  display: none;
}
.compare__table::-moz-scrollbar
{
  width: 0;
  height: 0;
}
.compare__table-field-prev,
.compare__table-field-next{
    display: flex;
    width: 180px;
    position: absolute;
    top: 50px;
    bottom: 0px;
    z-index: 1;
    visibility: hidden;
    cursor: pointer;
}
.next .compare__table-field-next,
.prev .compare__table-field-prev{
    visibility: visible;
}
.compare__table-field-next{
  right: 0;
  background-image: linear-gradient(to left, #ffffff, transparent);
}
.compare__table-field-prev{
  left: 305px;
  background-image: linear-gradient(to right, #ffffff, transparent);
}
.compare__table-btn-next,
.compare__table-btn-prev{
  position: sticky;
  top: calc(50% - 17px);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #F3F3F3;
  border: none;
  transition: background-color .3s;
  margin-top: 210px;
  margin-bottom: 80px;
}
.compare__table-btn-next{
  margin-right: 30px;
  margin-left: auto;
}
.compare__table-btn-prev{
  margin-right: auto;
  margin-left: 30px;
}
.compare__table-field-next:hover .compare__table-btn-next,
.compare__table-field-prev:hover .compare__table-btn-prev{
  background-color: #DDDDDD;
}
.compare__table-btn-next::after,
.compare__table-btn-prev::after{
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  border: solid #3E3E3E;
  border-width: 0 1px 1px 0;
  display: block;
  padding: 3px;
}
.compare__table-btn-next::after{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.compare__table-btn-prev::after{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);  
}
.compare__table{
  overflow-x: auto;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(22, auto);
  scrollbar-color: transparent transparent;
}
.compare__table *{
  box-sizing: border-box;
}

.compare__table-heading{
  position: sticky;
  left: 0;
  z-index: 1;
  width: 305px;
  padding: 16px 30px 16px 12px;
  background-color: #F3F3F3;
  border-bottom: 1px solid #DDD;
  font-size: 14px;
}
.compare__table-heading_strong{
  font-weight: 500;
}
.compare__table-heading.empty{
  border-bottom: none;
  background-color: #fff;
}
.compare__table-content{
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.compare__table-content-top{
  flex-direction: column;
}
.compare__table-content-img{
  width: 100%;
  height: 110px;
  padding: 0 2px;
  margin-bottom: 10px;
  position: relative;
}
.compare__table-content-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.compare__table-content-img-hover{
  position: absolute;
  top: -350%;
  left: -50%;
  width: 295px;
  height: 170px;
  background-color: #ffffff;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.compare__table-content-img:hover .compare__table-content-img-hover{
  opacity: 1;
  visibility: visible;
}
.compare__table-content-img-hover-picture{
  height: 100%;
  display: block;
}
.compare__table-content-name{
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #315398;
  margin-bottom: 40px;
}
.compare__table-content-characteristics{
  position: relative;
  font-size: 14px;
  line-height: 14px;
  color: #3E3E3E;
  padding: 0 30px;
}
.compare__table-content-characteristics.true::before{
  content: '';
  display: block;
  border: solid #0BBDFF;
  border-width: 0 2px 2px 0;
  padding: 6px 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.compare__table-content-characteristics.false::before,
.compare__table-content-characteristics.false::after{
	content: '';
	position: absolute;
	top: 50%;
  left: calc(50% - 10px);
	display: block;
	width: 20px;
	height: 2px;
	background: #DDD;
}
.compare__table-content-characteristics.false::before{
  transform: rotate(45deg);
}
.compare__table-content-characteristics.false::after{
  transform: rotate(-45deg);
}
.compare__table-content-btn-wrap{
  padding: 14px 0;
}
.compare__table-content-btn{
  text-decoration: none;
  color: #fff;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: #0bbdff;
  width: 114px;
  height: 36px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  border-radius: 18px;
  -webkit-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
  cursor: pointer;
}
.compare__table-content-btn:hover{
  background-color: #ff772c;
}

.compare__table-tooltip-wrap{
  position: relative;
  display: inline-block;
  margin-left: 4px;
}
.compare__table-tooltip-btn{
  display: flex;
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  background: #DDDDDD;
  border: none;
  border-radius: 50%;
  font-size: 12px;
}
.compare__table-tooltip{
  position: fixed;
  top: 0;
  height: 0;
  height: fit-content;

  z-index: 999;
  display: block;

  visibility: hidden;
  opacity: 0;
  transition: visibility .3s, opacity .3s;
}
.active.compare__table-tooltip{
  visibility: visible;
  opacity: 1;
}

.compare__table-tooltip-content{
  text-align: start;
  width: 590px;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.compare__table-tooltip-text {
  display: none;
}
.compare__table-tooltip-text.visible {
  display: block;
}
.compare__table-tooltip-close{
  display: none;
}
.compare__text-block{
  margin-top: 60px;
  margin-bottom: 60px;
}
.compare__text-block p{
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.compare__link-back{
  display: block;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  color: #3E3E3E;
  margin-bottom: 30px;
  text-decoration: none;
}
.compare__link-back::after {
  content: '';
  margin-left: 30px;
  height: 1px;
  display: block;
  background: #3E3E3E;
  transition: 300ms;
  opacity: 0;
  transition: opacity .3s;
}

.compare__link-back:hover::after {
  opacity: 1;
}
.compare__link-back:before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 10px;
  background-image: url(../images/compare/compare-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  margin-right: 10px;
}
.compare__table-img{
  margin-bottom: 30px;
}
.compare__download{
  display: flex;
  align-items: center;
  text-align: center;
  height: 36px;
  width: fit-content;
  padding: 0 20px;
  color: #ffffff;
  background-color: #0BBDFF;
  border-radius: 19px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
  transition: background-color .3s;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 40px;
}
.compare__download:hover{
  background-color: #FD7208;
}
/* ПОДКЛЮЧЕНИЕ СТИЛЕЙ АДАПТИВА */
@media (max-width: 1169px) {
  /* body{
    padding-top: 112px;
  } */
  .container {
    max-width: 992px;
  }

  .header {
    background-color: #fff;
    z-index: 5;
    /* position: fixed;
    top: 0;
    left: 0;
    right: 0; */
  }

  .header.main {
    padding-top: 0;
  }

  .header.main .header__top,
  .header__top {
    position: initial;
  }
  .header.main .header__top.blue {
    border-color: transparent;
  }

  .about-preview {
    margin-bottom: 81px;
  }
  .about-preview__item {
    width: 300px;
    height: 225px;
  }
  .about-preview__item:before {
    top: 120px;
  }
  .about-boss {
    margin-bottom: 51px;
  }
  .about-boss__photo {
    width: 330px;
  }
  .footer__main {
    padding: 25px 0;
  }
  .footer__column {
    padding-right: 30px;
    max-width: 300px;
  }
  .footer__caption {
    font-size: 14px;
    line-height: 24px;
  }
  .footer__list {
    font-size: 13px;
  }
  .footer__list_size_small {
    font-size: 12px;
  }
  .footer__list_size_small .footer__item {
    margin-bottom: 6px;
  }
  .footer__item {
    margin-bottom: 10px;
  }
  .footer__bottom {
    font-size: 12px;
    line-height: 14px;
  }
  .slider-home .slick-arrow.slick-prev {
    left: calc(50% - 992px / 2);
  }
  .slider-home .slick-arrow.slick-next {
    right: calc(50% - 992px / 2);
  }
  .page-gallery__item {
    width: 305px;
    height: 205px;
  }
  .page-top {
    height: auto;
    padding: 15px 0;
  }

  /* .product__container {
    flex-direction: column;
  } */
  .product__top-block {
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    height: auto;
    /* margin-bottom: 50px; */
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .product__slider-preview {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 660px;
    height: 100px;
    flex: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .product__slider-main {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 660px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .slider-preview__container {
    height: auto;
    width: calc(100% - 94px);
  }
  .slider-preview__container .slick-list,
  .slider-preview__container .slick-track {
    min-width: 100%;
  }

  .slider-preview__arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .slider-preview__arrow_direction_prev {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .slider-preview__arrow_direction_next {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .slider-preview .slick-slide {
    margin: 0 5px;
  }
  .product__right {
    width: 100%;
    /* order: 1; */
  }
  .product__buy-block {
    /* -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; */
    width: 100%;
  }
  .product__text-block {
    order: 1;
  }
  .product__text-block::after {
    width: 100vw;
  }
  /* .product__right-form {
    width: 80%;
    margin: auto;
  } */
  /* .catalog-products__list {
    padding-top: 120px;
  }
  .catalog-products__list:before {
    top: 50px;
  } */
  .catalog-products__item {
    width: 229px;
    margin-right: 15px;
  }
  .catalog-products__name {
    font-size: 13px;
  }
  .nav-page {
    margin-bottom: 45px;
  }
  .question-answer__main {
    width: 600px;
  }
  .question-answer__form-block {
    width: 330px;
  }
  .video-block::after {
    width: 100vw;
  }

  .compare__table-wrap{
    width: calc(992px + (100vw - 992px)/2 - 10px);
  }
  .compare__table-content-img-hover{
    display: none;
  }
  .compare__table-tooltip-content{
    width: 590px;
    padding: 15px;
  }
  .compare__link-open-img-wrap{
    width: 992px;
  }
}

@media (max-width: 991px) {
  /* body {
    padding-top: 56px;
  } */
  .container {
    max-width: 768px;
  }
  .header {
    /* border-bottom: 0; */
    z-index: 2;
  }
  .header.main {
    padding-top: 0;
  }
  .header__top {
    height: 60px;
    box-sizing: border-box;
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -ms-flex-pack: distribute;
    justify-content: space-around; */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__address {
    display: none;
  }
  .header__logo {
    text-align: center;
  }
  .header__info {
    padding-left: 0;
  }
  .logo__image {
    width: 150px;
  }
  .burger {
    display: block;
  }
  .menu__list {
    position: absolute;
    width: 100%;
    height: calc(100vh - 66px);
    top: 100%;
    left: 0;
    z-index: 555;
    background-color: #fff;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* -webkit-box-pack: center;
    -ms-flex-pack: center; */
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0 60px 20px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-102%);
    -ms-transform: translateX(-102%);
    transform: translateX(-102%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    position: initial;
    transform: none;
    box-sizing: border-box;
  }
  .menu__item {
    padding: 0;
    margin-bottom: 15px;
  }
  .menu.header__menu {
    width: 100vw;
    overflow-y: auto;
    position: fixed;
    top: 66px;
    bottom: 0;
    right: 100vw;
    transition: 0.3s;
  }
  .menu.header__menu.active {
    right: 0;
  }
  .menu.active .menu__list {
    transform: none;
  }
  .menu__item {
    line-height: 26px;
  }
  .menu__item:nth-child(2) {
    display: none;
  }
  .menu__item.dropdown .menu__link:before,
  .menu__item.dropdown .menu__link:after {
    display: none;
  }
  .menu__link {
    font-size: 18px;
  }
  .menu__submenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  .submenu {
    margin-top: 15px;
    position: static;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .submenu__item {
    border: none;
    min-height: auto;
    min-width: auto;
  }
  .submenu__link {
    margin: 0 15px 15px;
    padding: 0;
  }
  .submenu__item:last-child .submenu__link {
    margin-bottom: 0;
  }
  .about-preview {
    margin-bottom: 50px;
  }
  .about-preview__item {
    width: 230px;
    height: 170px;
  }
  .about-preview__item:before {
    top: 75px;
    left: -55px;
    width: 257px;
    height: 257px;
  }
  .about-preview__name {
    bottom: 10px;
    font-size: 18px;
    /* line-height: 18px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; */
  }
  /* .about-preview__name:after,
  .about-preview__name:before {
    width: 28px;
    height: 1px;
  }
  .about-preview__name:after {
    margin-top: 6px;
  }
  .about-preview__name:before {
    margin-bottom: 6px;
  } */
  .about-boss__photo {
    margin-top: 15px;
  }
  .about-boss__text {
    padding-top: 15px;
    padding-left: 50px;
  }
  .about-boss__caption {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  /* .about-boss__caption:after {
    display: none;
  } */
  .about-boss__description {
    padding-right: 0;
  }
  .about-boss__description .page-text p {
    margin-bottom: 20px;
  }
  .footer__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slider-home .slick-arrow.slick-prev {
    left: calc(50% - 768px / 2);
  }
  .slider-home .slick-arrow.slick-next {
    right: calc(50% - 768px / 2);
  }
  .page-top {
    margin-bottom: 30px;
  }
  .page-gallery {
    margin-bottom: 50px;
  }
  .page-gallery__item {
    width: 235px;
    height: 158px;
    margin-bottom: 17px;
  }
  .page-text {
    margin-bottom: 50px;
  }
  .articles-inner {
    margin-bottom: 40px;
  }
  .product__top-block {
    /* margin-bottom: 35px; */
    grid-column: span 2;
  }
  .product__slider-preview {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 660px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .product__slider-main {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 660px;
    margin-bottom: 20px;
  }
  .product__right {
    order: 1;
  }
  .product__compare-block{
    order: 1;
    padding-right: 0;
  }
  .product__buy-block {
    /* -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 660px;
    padding-top: 20px; */
    grid-column: span 1;
  }
  .buy-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .buy-block__link {
    margin-bottom: 0;
  }
  .buy-block {
    display: block;
  }
  .buy-block__link {
    margin-bottom: 30px;
  }
  .card-adv {
    grid-template-columns: 1fr;
    grid-gap: 14px;
  }
  /* .product__right-form {
    width: 100%;
  } */
  .product__menu {
    margin-bottom: 20px;
  }
  /* .product-menu__link {
    height: auto;
    padding-bottom: 5px;
  } */
  /* .product-menu__list {
    padding: 15px 0;
    height: auto;
    flex-direction: column;
    padding: 0;
  } */
  .product-menu__link br {
    display: none;
  }
  .product-menu__item {
    margin-bottom: 10px;
    margin-right: 10px;
    /* margin-bottom: 13px; */
  }
  /* .product-menu__item:last-child {
    margin-bottom: 0;
  } */
  /* .catalog__category {
    padding-bottom: 10px;
    margin-bottom: 25px;
  } */
  .catalog__text {
    margin-bottom: 20px;
  }
  .catalog-category__list {
    grid-template-columns: repeat(2, 1fr);
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify; */
    /* justify-content: space-between; */
    /* margin-right: 0; */
  }
  /* .catalog-category__item {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  } */
  .catalog-products__item {
    width: 240px;
    margin-right: 9px;
    margin-bottom: 10px;
  }
  .catalog-products__item:nth-child(4n) {
    margin-right: 9px;
  }
  .catalog-products__item:nth-child(3n) {
    margin-right: 0;
  }
  .question-answer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .question-answer > .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .question-answer__main {
    width: 100%;
  }
  .question-answer__form-block {
    width: 100%;
    margin-bottom: 40px;
  }
  .question-form {
    padding: 20px 20px;
  }
  .question-form__title {
    margin-bottom: 20px;
  }
  .compare__table-wrap{
    width: calc(768px + (100vw - 768px)/2 - 15px);
  }
  .compare__table-field-next,
  .compare__table-field-prev{
    display: none;
  }

  .compare__table-tooltip{
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
  }
  .compare__table-tooltip.right,
  .compare__table-tooltip.center{
    left: 0;
    right: 0;
  }
  .active .compare__table-tooltip{
    opacity: 1;
    visibility: visible;
  }
  .compare__table-tooltip-content{
    position: relative;
    display: flex;
    width: calc(60%);
    max-height: calc(100% - 50px);
    padding: 50px 0px 30px 20px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    overflow-y: auto;
  }
  .compare__table-tooltip-text{
    max-height: calc(100% - 50px);
    overflow-y: auto;
    padding-right: 20px;
  }
  .compare__table-tooltip-close{
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
  }
  .compare__table-tooltip-close::after,
  .compare__table-tooltip-close::before{
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #315398;
  }
  .compare__table-tooltip-close::after{
    transform: rotate(45deg);
  }
  .compare__table-tooltip-close::before{
    transform: rotate(-45deg);
  }
  .compare__table-content-img-hover{
    left: -100%;
  }
  .compare__link-open-img-wrap{
    width: 768px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 480px;
  }
  .header__link {
    font-size: 14px;
    font-weight: 700;
  }
  .slider-home {
    /* height: 215px; */
    height: 280px;
  }
  .slider-home__slide {
    height: 215px;
    background-size: cover;
  }
  .slider-home__text {
    margin-left: 0;
    max-width: 80%;
  }
  .slider-home__title {
    /* font-size: 20px;
    line-height: 26px; */
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }
  .slider-home__description {
    font-size: 14px;
    line-height: 18px;
  }
  .slider-home .slick-slider,
  .slider-home .slick-list,
  .slider-home .slick-track,
  .slider-home .slick-slide > div,
  .slider-home__slide {
    height: 100%;
  }
  .slider-home .slick-arrow {
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .slider-home .slick-arrow.slick-prev {
    left: 20px;
  }
  .slider-home .slick-arrow.slick-next {
    right: 20px;
  }
  .slider-home .slick-dots {
    bottom: 12px;
  }
  .about-preview {
    margin-bottom: 40px;
  }
  .about-preview__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-preview__item {
    width: 290px;
    height: 200px;
    margin-bottom: 15px;
  }
  .about-preview__item:before {
    top: 105px;
  }
  .about-preview__item:last-child {
    margin-bottom: 0;
  }
  .about-boss {
    margin-top: 113px;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-boss__photo {
    width: 225px;
    max-width: 100%;
    margin-top: -73px;
    margin-bottom: 20px;
  }
  .about-boss__text {
    padding-top: 0;
    padding-left: 35px;
    padding-bottom: 20px;
  }
  .about-boss__description .page-text {
    text-align: left;
  }
  .about-boss__sign {
    flex-direction: column;
    align-items: flex-end;
  }
  .about-boss__sign img {
    width: 110px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 20px;
    display: inline-block;
  }
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__column {
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .footer__column:first-child {
    max-width: 100%;
  }
  .footer__column:first-child .footer__caption,
  .footer__column:nth-child(2) .footer__caption {
    position: relative;
    display: flex;
    align-items: center;
  }
  .footer__column:first-child .footer__caption::before,
  .footer__column:first-child .footer__caption::after,
  .footer__column:nth-child(2) .footer__caption::before,
  .footer__column:nth-child(2) .footer__caption::after {
    content: "";
    /* position: absolute; */
    /* top: 6px; */
    width: 6px;
    height: 2px;
    background-color: #0bbdff;
    order: 1;
    transition: transform 0.2s;
  }
  .footer__column:first-child .footer__caption::before,
  .footer__column:nth-child(2) .footer__caption::before {
    margin-left: 12px;
    transform: rotate(45deg);
  }
  .footer__column:first-child .footer__caption::after,
  .footer__column:nth-child(2) .footer__caption::after {
    margin-left: -3px;
    transform: rotate(-45deg);
  }
  .footer__column:first-child .footer__caption.active::before,
  .footer__column:nth-child(2) .footer__caption.active::before {
    transform: rotate(-45deg);
  }
  .footer__column:first-child .footer__caption.active::after,
  .footer__column:nth-child(2) .footer__caption.active::after {
    transform: rotate(45deg);
  }
  .footer__column:first-child .footer__list,
  .footer__column:nth-child(2) .footer__list {
    /* height: 0;
    overflow: hidden; */
    display: none;
  }
  .footer__column:last-child {
    margin-bottom: 0;
  }
  .footer__caption {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .footer__list {
    font-size: 15px;
  }
  .footer__item {
    margin-bottom: 4px;
    line-height: 26px;
  }
  .footer__link {
    display: inline-block;
  }
  .footer__social {
    margin-bottom: 15px;
  }
  .footer__phone {
    line-height: 28px;
  }
  .footer__bottom {
    padding: 4px 0 50px;
    line-height: 22px;
  }
  .page-text {
    /* text-align: justify; */
    margin-bottom: 45px;
  }
  .page-gallery {
    margin-bottom: 35px;
  }
  .page-gallery .page-gallery__item:nth-last-child(-n + 3) {
    margin-bottom: 10px;
  }
  .page-gallery__item {
    width: 220px;
    height: 148px;
    margin-bottom: 10px;
  }
  .articles-inner__image {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  .product__container {
    grid-template-columns: 100%;
  }
  .product__top-block {
    /* margin-bottom: 25px;
    margin-bottom: 35px; */
    grid-column: span 1;
  }
  .product__compare-block{
    grid-column: span 1;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
  }
  .product__schild{
    left: 0;
    right: 0;
    display: flex;
    /* height: 288px; */
    /* display: none; */
  }
  .product__schild-content{
    margin: 0 auto;
    /* height: 100%; */
    background-position-y: -50px;
    /* pointer-events: none; */
    position: relative;
  }
  .product__schild-btn{
    position: absolute;
    top: 220px;
    border: 1px solid #FD7208;

    /* background: none;
    margin-top: 8px;
    height: auto;
    color: #fff;
    font-weight: 500; */
  }
  .product__slider-main {
    margin-bottom: 15px;
    font-size: 0;
    width: 100%;
    height: 290px;
    position: relative;
  }
  .product__slider-preview {
    width: 100%;
    height: auto;
    /* margin-bottom: 15px; */
    margin-bottom: 0;
  }
  .slider-preview__container {
    width: calc(100% - 60px);
  }
  .slider-preview__slide {
    height: 70px;
  }
  /* .product__buy-block {
    padding-top: 15px;
    padding-top: 30px;
  } */
  .product-ban {
    width: 100%;
    padding: 26px 15px;
  }
  .product-ban__title {
    max-width: 200px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .product-ban__btn {
    height: 40px;
  }
  .product__text-block {
    grid-column: span 1;
  }
  /* .product-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: center;
  } */
  .product-menu__link {
    /* padding-bottom: 4px; */
    white-space: normal;
  }

  .catalog__text {
    margin-bottom: 20px;
    max-height: 116px;
  }
  .catalog__text h1,
  .catalog__text h2,
  .catalog__text h3 {
    font-size: 20px;
  }
  .catalog__button {
    margin-bottom: 35px;
  }
  .catalog__category {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .catalog-category__list {
    padding-bottom: 20px;
    margin-bottom: 20px;
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; */
    grid-gap: 10px 14px;
    align-items: center;
  }
  .catalog-category__item {
    /* -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 10px; */
    margin: 0;
    width: 100%;
    min-width: 138px;
    height: 138px;
  }
  .catalog-category__link {
    width: 100%;
    padding: 0 12px 14px;
    flex-direction: column-reverse;
    text-align: center;
  }
  .catalog-category__link div {
    margin: auto;
    width: 100%;
    padding: 0;
  }
  .catalog-category__icon {
    width: auto;
    height: auto;
  }
  .catalog-products__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* padding-top: 40px; */
  }
  /* .catalog-products__list:before {
    top: 20px;
  } */
  .catalog-products__item {
    width: 300px;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .catalog-products__item:nth-child(4n) {
    margin-right: 0;
  }
  .catalog-products__image-block {
    height: 210px;
  }
  .catalog-products__name {
    height: auto;
    font-size: 15px;
  }
  .articles__list {
    margin-bottom: 35px;
  }
  .articles__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .articles__image {
    margin-bottom: 10px;
    width: auto;
  }
  .articles__text {
    padding-left: 0;
  }
  .accordion__title {
    padding: 10px 40px 10px 10px;
  }
  .accordion__title::before {
    right: 17px;
  }
  .accordion__title::after {
    right: 10px;
  }
  .accordion__content {
    padding-top: 20px;
  }

  .video-block {
    margin-bottom: 40px;
  }
  .compare__offer-block{
    margin-bottom: 25px;
  }
  .compare__offer-title{
    margin-top: -20px;
    margin-bottom: 25px;
  }
  .compare__offer-list{
    overflow-x: auto;
    display: flex;
    gap: 10px;
    width: 100%;
    /* grid-template-columns: 1fr; */
  }
  .compare__offer-list::-webkit-scrollbar{
    display: none;
  }
  .compare__offer-item{
    min-width: 85%;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    padding: 10px;
  }
  
  .compare__table-wrap{
    width: calc(480px + (100vw - 480px)/2 - 15px);
  }
  .compare__table-tooltip-content{
    width: calc(80%);
  }
  .compare__link-open-img-wrap{
    width: 480px;
  }
  .compare__table-wrap::after,
  .compare__table-wrap::before{
    top: 55px;
  }
  .compare__text-block{
    margin-top: 30px;
  }
}

@media (max-width: 639px) {
  .logo__link {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 479px) {
  .container {
    max-width: 100%;
  }
  .header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .logo__image {
    /* width: 105px; */
    width: 155px;
  }
  .slider-home__text {
    width: 100%;
    max-width: 100%;
  }
  /* .slider-home__description{
    max-width: 80%;
  } */
  .slider-home__description ul {
    padding-left: 15px;
  }
  .slider-home__description,
  .slider-home__title {
    text-shadow: 1px 1px 0px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
      -1px 1px 0 #fff;
    font-weight: 500;
  }
  .slider-home__title {
    font-size: 16px;
  }
  /* .about-boss__sign img {
    margin-top: 10px;
  } */
  .product__buy-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-ban {
    width: calc(100% + 30px);
    margin: 0 -15px;
    border-radius: 0;
  }
  .page-top {
    margin-bottom: 20px;
  }
  .page-text {
    margin-bottom: 45px;
  }
  .page-gallery {
    margin-bottom: 35px;
  }
  .page-gallery__item {
    width: 49%;
    height: 49%;
    margin-bottom: 10px;
  }
  .catalog__text {
    margin-bottom: 20px;
  }
  .nav-page {
    margin-bottom: 25px;
  }
  .question-answer__list {
    margin-bottom: 30px;
  }
  .question__top {
    margin-bottom: 5px;
  }
  .question__name {
    margin-bottom: 5px;
  }
  .question__date {
    margin-bottom: 5px;
  }
  .buy-block__link {
    margin-bottom: 20px;
  }
  .about-page__slider .slick-slide {
    margin: 0;
  }
  .compare__table-wrap{
    width: 100vw;
    margin-left: -15px;
  }
  .compare__table-wrap::before{
    left: 190px
  }
  @keyframes pulse-left{
    0% {
      left: 190px;
    }
    50% {
      left: 230px;
    }
    100% {
      left: 190px;
    }
  }
  .compare__table-heading{
    width: 186px;
    padding: 10px 30px 10px 15px;
    font-size: 12px;
  }
  .compare__table-content{
    width: 134px;
    padding: 0 15px;
    font-size: 12px;
  }
  .compare__table-tooltip-content{
    width: calc(100% - 10px);
    max-height: calc(100vh*0.8);
  }
  .compare__link-open-img-wrap{
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 379px) {
  /* body {
    padding-top: 90px;
  } */
  .container {
    padding: 0 10px;
  }
  .header__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* .header__top .container {
    flex-wrap: wrap;
  } */
  .header__info {
    /* -ms-flex-preferred-size: 100%;
    flex-basis: 100%; */
    text-align: center;
    /* padding: 3px 0; */
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    /* margin-bottom: 10px; */
    flex-basis: initial;
    margin-bottom: 3px;
  }
  .header__logo {
    padding-top: 0;
    /* -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; */
    /* width: 100%; */
    width: 138px;
    display: flex;
    justify-content: center;
    order: initial;
    /* margin-bottom: 10px; */
    margin-top: 3px;
  }
  .header__burger {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 20px;
  }
  .header__burger {
    margin-right: 0;
  }
  .menu.header__menu {
    top: 66px;
  }
  .menu {
    top: 113px;
  }
  .catalog-category__list {
    top: 0;
  }
  .slider-home {
    height: 255px;
    background-color: transparent;
  }
  .slider-home .slick-arrow {
    top: auto;
    bottom: -39px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .slider-home .slick-arrow:before {
    opacity: 1;
  }
  .slider-home .slick-arrow.slick-next {
    background: none;
    background-color: #2998ff;
  }
  .slider-home .slick-arrow.slick-prev {
    background: none;
    background-color: #2998ff;
  }
  .slider-home .slick-dots {
    bottom: -25px;
  }
  .slider-home__title {
    font-size: 18px;
    line-height: 22px;
  }
  .slider-home__description {
    font-size: 12px;
    line-height: 16px;
  }
  .slider-home__slide {
    /* background-position-x: 57%; */
    background-position-x: 66%;
  }
  .slider-home__text {
    max-width: 72%;
  }
  .about-boss {
    padding: 0 15px;
  }
  .about-boss__text {
    padding-left: 25px;
  }
  .product-ban {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .buy-block__guaranty {
    font-size: 12px;
    font-size: 15px;
  }
  .catalog__text {
    margin-bottom: 20px;
    max-height: 140px;
  }
  .footer__bottom {
    line-height: 16px;
  }
  .footer__copyright {
    margin-bottom: 5px;
  }
  .about-page__slider {
    margin: 0 -10px 20px;
  }
  .compare__link-open-img-wrap{
    margin-bottom: 55px;
  }
  .compare__table-wrap::after,
  .compare__table-wrap::before{
    top: 60px;
    animation-duration: 1.5s;
  }
  @keyframes pulse-right{
    0% {
      right: 5px;
    }
    50% {
      right: 25px;
    }
    100% {
      right: 5px;
    }
  }
  @keyframes pulse-left{
    0% {
      left: 190px;
    }
    50% {
      left: 210px;
    }
    100% {
      left: 190px;
    }
  }
}
