@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input {
  border-radius: 0;
}

@font-face {
  font-family: "iconfonts";
  src: url("../iconfonts/iconfonts.eot?lhqpxj");
  src: url("../iconfonts/iconfonts.eot?lhqpxj#iefix") format("embedded-opentype"), url("../iconfonts/iconfonts.ttf?lhqpxj") format("truetype"), url("../iconfonts/iconfonts.woff?lhqpxj") format("woff"), url("../iconfonts/iconfonts.svg?lhqpxj#iconfonts") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=_icon-]:before,
[class*=" _icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icon-arrow-first:before {
  content: "\e900";
}

._icon-arrow-second:before {
  content: "\e901";
}

._icon-search:before {
  content: "\e902";
}

.title_first {
  /* Если меньше контейнера */
  font-size: 32px;
  font-weight: 700;
  line-height: 106.25%;
}
@media (max-width: 1230px) {
  .title_first {
    font-size: calc(24px + 8 * ((100vw - 320px) / 910));
  }
}

.slider__arrow {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
  border-radius: 0 50% 50% 0;
  transition: opacity 0.3s ease 0s;
  border: 1px solid #222;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #222;
}
.slider__arrow.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.4;
}
@media (any-hover: hover) {
  .slider__arrow {
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
  }
  .slider__arrow:hover {
    background-color: #222;
    color: #fff;
  }
}
.slider__arrow_prev {
  transform: rotate(-180deg);
}
.navigation-block__body {
  display: flex;
  align-items: center;
}
.navigation-block__btn {
  display: flex;
  align-items: center;
  color: #222;
}
.navigation-block__btn:not(:last-child) {
  margin-right: 45%;
}
@media (any-hover: hover) {
  .navigation-block__btn {
    transition: color 0.2s ease 0s;
  }
  .navigation-block__btn:hover {
    color: #00A0DC;
  }
}
.navigation-block__btn-arrow {
  margin-right: 5px;
  transform: rotate(-180deg);
  font-size: 18px;
}
.navigation-block__btn-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 121.4285714286%;
  letter-spacing: 0em;
  text-align: left;
}
.navigation-block__list {
  display: flex;
  align-items: center;
  transform: translateX(-50%);
}
@media (max-width: 992.2px) {
  .navigation-block__list {
    display: none;
  }
}
.navigation-block__list-item {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
}
.navigation-block__list-item:not(:last-child) {
  margin-right: 45px;
  position: relative;
}
.navigation-block__list-item:not(:last-child):after {
  content: "";
  margin-left: 10px;
  width: 25px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  background-color: #222;
}

.product-tabs-inner__items-item, .counter__btn, .btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.btn {
  padding-top: 5px;
  /* Если меньше контейнера */
  padding-left: 25px;
  /* Если меньше контейнера */
  padding-right: 25px;
  padding-bottom: 5px;
  /* Если меньше контейнера */
  min-height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1230px) {
  .btn {
    padding-left: calc(15px + 10 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .btn {
    padding-right: calc(15px + 10 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .btn {
    min-height: calc(50px + 10 * ((100vw - 320px) / 910));
  }
}
@media (any-hover: hover) {
  .btn:active {
    transform: translateY(2px);
  }
}

.btn-link {
  width: 70px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
  font-size: 16px;
  color: #222;
}
.btn-link:before {
  content: "";
  width: 70px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: -1;
  opacity: 0.8;
  transition: opacity 0.2s ease 0s;
  background-image: url("../img/icon/btn.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (any-hover: hover) {
  .btn-link:hover:before {
    opacity: 1;
  }
}

.close {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  background-color: transparent;
}
@media (any-hover: hover) {
  .close:hover:before, .close:hover:after {
    background-color: #383838;
  }
}
.close:before, .close:after {
  content: "";
  width: 20px;
  height: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #000;
}
@media (any-hover: hover) {
  .close:before, .close:after {
    transition: background-color 0.2s ease 0s;
  }
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.counter {
  display: flex;
  align-items: center;
}
.counter__btn {
  /* Если меньше контейнера */
  width: 30px;
  /* Если меньше контейнера */
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #222;
  text-align: center;
  white-space: nowrap;
  /* Если меньше контейнера */
  font-size: 26px;
  color: #fff;
}
@media (max-width: 1230px) {
  .counter__btn {
    width: calc(25px + 5 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .counter__btn {
    height: calc(25px + 5 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .counter__btn {
    font-size: calc(20px + 6 * ((100vw - 320px) / 910));
  }
}
@media (any-hover: hover) {
  .counter__btn {
    transition: background-color 0.2s ease 0s;
  }
  .counter__btn:hover {
    background-color: rgb(48, 48, 48);
  }
}
.counter__btn_disabled {
  opacity: 0.7;
  pointer-events: none;
}
.counter__input {
  /* Если меньше контейнера */
  width: 30px;
  /* Если меньше контейнера */
  height: 30px;
  text-align: center;
}
@media (max-width: 1230px) {
  .counter__input {
    width: calc(25px + 5 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .counter__input {
    height: calc(25px + 5 * ((100vw - 320px) / 910));
  }
}

.field__form {
  flex: 1 1 100%;
}
.field__item {
  display: flex;
  align-items: center;
  flex: 1 1 100%;
}
.field__input {
  padding: 0px 15px;
  flex: 1 1 100%;
  /* Если меньше контейнера */
  min-height: 50px;
}
@media (max-width: 1230px) {
  .field__input {
    min-height: calc(40px + 10 * ((100vw - 320px) / 910));
  }
}
.field__btn {
  /* Если меньше контейнера */
  min-width: 50px;
  /* Если меньше контейнера */
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 1230px) {
  .field__btn {
    min-width: calc(40px + 10 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .field__btn {
    min-height: calc(40px + 10 * ((100vw - 320px) / 910));
  }
}
body {
  background-color: #FFFFFF;
  font-family: "Inter";
  color: #222;
  font-size: 14px;
}
body._lock-scroll {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.content {
  flex: 1 1 auto;
}

._container {
  padding: 0px 15px 0px 15px;
  margin: 0px auto;
  max-width: 1230px;
}

.header {
  position: relative;
  z-index: 200;
  background-color: #fff;
}
@media (min-width: 992.2px) {
  .header._scroll .header__wrapper {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  }
  .header._scroll .header-top__body {
    min-height: 60px;
  }
  .header._scroll .header-main__body {
    /* Если меньше контейнера */
    min-height: 70px;
  }
}
@media (min-width: 992.2px) and (max-width: 1230px) {
  .header._scroll .header-main__body {
    min-height: calc(50px + 20 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 992.2px) {
  .header._scroll .header__wrapper {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 992.2px) {
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media (max-width: 992.2px) {
  .header__top {
    display: none;
  }
}
.header__wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: box-shadow 0.5s ease 0s;
  background-color: #fff;
}

.header-top__body {
  padding: 5px 0px;
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: min-height 0.5s ease 0s;
}
.header-top__logo {
  width: 72px;
}
.header-top__logo img {
  max-width: 100%;
}
@media (min-width: 992.2px) {
  .header-top__logo {
    order: 1;
  }
}
@media (max-width: 992.2px) {
  .header-top__logo {
    flex: 1 1 100%;
  }
}
.header-top__actions {
  display: flex;
  align-items: center;
}
@media (min-width: 992.2px) {
  .header-top__actions {
    order: 2;
  }
}
@media (max-width: 992.2px) {
  .header-top__actions {
    flex-direction: column;
  }
  .header-top__actions:not(:last-child) {
    /* Если меньше контейнера */
    margin-bottom: 30px;
  }
}
@media (max-width: 992.2px) and (max-width: 1230px) {
  .header-top__actions:not(:last-child) {
    margin-bottom: calc(15px + 15 * ((100vw - 320px) / 910));
  }
}

.header-actions__phone {
  /* Если меньше контейнера */
  font-size: 16px;
  font-weight: 400;
  line-height: 118.75%;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
}
@media (max-width: 1230px) {
  .header-actions__phone {
    font-size: calc(12px + 4 * ((100vw - 320px) / 910));
  }
}
@media (min-width: 992.2px) {
  .header-actions__phone:not(:last-child) {
    /* Если меньше контейнера */
    margin-right: 20px;
  }
}
@media (min-width: 992.2px) and (max-width: 1230px) {
  .header-actions__phone:not(:last-child) {
    margin-right: calc(10px + 10 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 992.2px) {
  .header-actions__phone {
    order: 1;
    /* Если меньше контейнера */
    font-size: 26px;
  }
}
@media (max-width: 992.2px) and (max-width: 1230px) {
  .header-actions__phone {
    font-size: calc(20px + 6 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 992.2px) {
  .header-actions__phone:not(:last-child) {
    /* Если меньше контейнера */
    margin-bottom: 15px;
  }
}
@media (max-width: 992.2px) and (max-width: 1230px) {
  .header-actions__phone:not(:last-child) {
    margin-bottom: calc(5px + 10 * ((100vw - 320px) / 910));
  }
}
@media (any-hover: hover) {
  .header-actions__phone {
    transition: color 0.2s ease 0s;
  }
  .header-actions__phone:hover {
    color: #00A0DC;
  }
}
.header-actions__email {
  /* Если меньше контейнера */
  font-size: 16px;
  font-weight: 300;
  line-height: 118.75%;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
}
@media (max-width: 1230px) {
  .header-actions__email {
    font-size: calc(12px + 4 * ((100vw - 320px) / 910));
  }
}
@media (min-width: 992.2px) {
  .header-actions__email:not(:last-child) {
    /* Если меньше контейнера */
    margin-right: 20px;
  }
}
@media (min-width: 992.2px) and (max-width: 1230px) {
  .header-actions__email:not(:last-child) {
    margin-right: calc(10px + 10 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 992.2px) {
  .header-actions__email {
    order: 2;
    /* Если меньше контейнера */
    font-size: 22px;
  }
}
@media (max-width: 992.2px) and (max-width: 1230px) {
  .header-actions__email {
    font-size: calc(16px + 6 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 992.2px) {
  .header-actions__email:not(:last-child) {
    /* Если меньше контейнера */
    margin-bottom: 30px;
  }
}
@media (max-width: 992.2px) and (max-width: 1230px) {
  .header-actions__email:not(:last-child) {
    margin-bottom: calc(15px + 15 * ((100vw - 320px) / 910));
  }
}
@media (any-hover: hover) {
  .header-actions__email {
    transition: color 0.2s ease 0s;
  }
  .header-actions__email:hover {
    color: #00A0DC;
  }
}

.header-main__body {
  padding: 5px 0px;
  /* Если меньше контейнера */
  min-height: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: min-height 0.5s ease 0s;
}
@media (max-width: 1230px) {
  .header-main__body {
    min-height: calc(80px + 20 * ((100vw - 320px) / 910));
  }
}
.header-main__catalog {
  position: relative;
  z-index: 2;
  width: 100%;
}
.header-main__catalog * {
  color: #222;
}
@media (min-width: 1920.2px) {
  .header-main__catalog {
    max-width: 180px;
  }
}
@media (min-width: 992.2px) {
  .header-main__catalog {
    /* Всегда */
    max-width: calc(160px + 20 * ((100vw - 320px) / 1600));
    order: 1;
    position: relative;
  }
  .header-main__catalog * {
    transition: opacity 0.3s ease 0s;
  }
  .header-main__catalog:before {
    content: "";
    min-width: 210px;
    min-height: 360px;
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    border-radius: 25px;
    transition: opacity 0.3s ease 0s;
    background-color: #21AD7E;
  }
}
@media (min-width: 992.2px) and (max-width: 1920.2px) {
  .header-main__catalog:before {
    /* Всегда */
    min-width: calc(140px + 70 * ((100vw - 320px) / 1600));
    /* Всегда */
    border-radius: calc(10px + 15 * ((100vw - 320px) / 1600));
    /* Всегда */
    min-height: calc(320px + 40 * ((100vw - 320px) / 1600));
  }
}
@media (min-width: 992.2px) and (max-width: 1300.2px) {
  .header-main__catalog:before {
    top: -10px;
    left: -10px;
  }
}
@media (min-width: 992.2px) {
  .header-main__catalog._active:before {
    opacity: 1;
    pointer-events: auto;
  }
  .header-main__catalog._active * {
    color: #fff;
  }
  .header-main__catalog._active .header-catalog__btn-icon span {
    background-color: #fff;
  }
  .header-main__catalog._active .header-catalog__btn-icon span:before, .header-main__catalog._active .header-catalog__btn-icon span:after {
    background-color: #fff;
  }
  .header-main__catalog._active .header-catalog__dropdown {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 992.2px) {
  .header-main__catalog:not(:last-child) {
    /* Если меньше контейнера */
    margin-bottom: 15px;
  }
}
@media (max-width: 992.2px) and (max-width: 1230px) {
  .header-main__catalog:not(:last-child) {
    margin-bottom: calc(5px + 10 * ((100vw - 320px) / 910));
  }
}
.header-main__menu {
  margin-left: 15px;
  position: relative;
  z-index: 500;
}
@media (min-width: 992.2px) {
  .header-main__menu {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 992.2px) {
  .header-main__menu {
    order: 3;
  }
}
@media (min-width: 992.2px) {
  .header-main__search {
    max-width: 350px;
    order: 3;
  }
}
@media (min-width: 768.2px) {
  .header-main__search:not(:first-child) {
    margin-left: 15px;
  }
}
@media (max-width: 992.2px) {
  .header-main__search {
    order: 2;
  }
}

.header-catalog__btn {
  display: flex;
  align-items: center;
  background-color: transparent;
}
.header-catalog__btn-icon {
  margin-right: 6px;
  width: 16px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
}
.header-catalog__btn-icon span {
  width: 16px;
  height: 2px;
  position: relative;
  background-color: #222;
}
.header-catalog__btn-icon span:before, .header-catalog__btn-icon span:after {
  content: "";
  height: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #222;
}
.header-catalog__btn-icon span:before {
  width: 16px;
  top: -5px;
}
.header-catalog__btn-icon span:after {
  width: 10px;
  top: 5px;
}
.header-catalog__btn-text {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 118.75%;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 992.2px) {
  .header-catalog__dropdown {
    position: absolute;
    top: 100%;
    opacity: 0;
    pointer-events: none;
  }
}

.header-catalog-dropdown__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 992.2px) {
  .header-catalog-dropdown__list-item {
    width: 100%;
    display: flex;
  }
  .header-catalog-dropdown__list-item:not(:last-child) {
    /* Если меньше контейнера */
    margin-bottom: 15px;
  }
}
@media (max-width: 992.2px) and (max-width: 1230px) {
  .header-catalog-dropdown__list-item:not(:last-child) {
    margin-bottom: calc(5px + 10 * ((100vw - 320px) / 910));
  }
}
.header-catalog-dropdown__list-link {
  width: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 118.75%;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
}
@media (min-width: 992.2px) and (any-hover: hover) {
  .header-catalog-dropdown__list-link {
    transition: color 0.2s ease 0s;
  }
  .header-catalog-dropdown__list-link:hover {
    color: rgb(218, 218, 218);
  }
}
@media (min-width: 992.2px) {
  .header-catalog-dropdown__list-link {
    padding: 10px 0px;
    color: #fff;
  }
}
@media (max-width: 992.2px) {
  .header-catalog-dropdown__list-link {
    padding: 10px 15px;
  }
}

@media (min-width: 992.2px) {
  .header-menu__burger {
    display: none;
  }
}
@media (max-width: 992.2px) {
  .header-menu__burger {
    /* Если меньше контейнера */
    width: 35px;
    /* Если меньше контейнера */
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    background-color: transparent;
  }
}
@media (max-width: 992.2px) and (max-width: 1230px) {
  .header-menu__burger {
    width: calc(30px + 5 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 992.2px) and (max-width: 1230px) {
  .header-menu__burger {
    height: calc(30px + 5 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 992.2px) {
  .header-menu__burger span {
    /* Если меньше контейнера */
    width: 32px;
    height: 2px;
    position: relative;
    transition: background-color 0.2s ease-in-out 0s;
    background-color: #222;
  }
}
@media (max-width: 992.2px) and (max-width: 1230px) {
  .header-menu__burger span {
    width: calc(28px + 4 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 992.2px) {
  .header-menu__burger span:before, .header-menu__burger span:after {
    content: "";
    /* Если меньше контейнера */
    width: 32px;
    height: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transition: transform 0.2s ease-in-out 0s;
    background-color: #222;
  }
}
@media (max-width: 992.2px) and (max-width: 1230px) {
  .header-menu__burger span:before, .header-menu__burger span:after {
    width: calc(28px + 4 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 992.2px) {
  .header-menu__burger span:before {
    /* Если меньше контейнера */
    top: -10px;
  }
}
@media (max-width: 992.2px) and (max-width: 1230px) {
  .header-menu__burger span:before {
    top: calc(-8px + -2 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 992.2px) {
  .header-menu__burger span:after {
    /* Если меньше контейнера */
    top: 10px;
  }
}
@media (max-width: 992.2px) and (max-width: 1230px) {
  .header-menu__burger span:after {
    top: calc(8px + 2 * ((100vw - 320px) / 910));
  }
}
@media (min-width: 992.2px) {
  .header-menu__wrapper {
    display: none;
  }
}
@media (max-width: 992.2px) {
  .header-menu__wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease 0s;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .header-menu__wrapper._active {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 992.2px) {
  .header-menu__body {
    /* Если меньше контейнера */
    max-width: 425.2px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    overflow: auto;
    pointer-events: none;
    z-index: 3;
    transition: left 0.3s ease 0s;
    background-color: #fff;
  }
}
@media (max-width: 992.2px) and (max-width: 1230px) {
  .header-menu__body {
    max-width: calc(325.2px + 100 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 992.2px) {
  .header-menu__body._active {
    left: 0;
    pointer-events: auto;
  }
}
@media (max-width: 425.2px) {
  .header-menu__body {
    max-width: none;
  }
}

.header-menu-body__top {
  padding: 10px 15px;
  min-height: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #fff;
}
@media (min-width: 992.2px) {
  .header-menu-body__top {
    display: none;
  }
}
.header-menu-body__logo {
  width: 72px;
}
.header-menu-body__logo img {
  max-width: 100%;
}
.header-menu-body__close {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  background-color: transparent;
}
@media (any-hover: hover) {
  .header-menu-body__close:hover:before, .header-menu-body__close:hover:after {
    background-color: #00A0DC;
  }
}
.header-menu-body__close:before, .header-menu-body__close:after {
  content: "";
  width: 25px;
  height: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #222;
}
@media (any-hover: hover) {
  .header-menu-body__close:before, .header-menu-body__close:after {
    transition: background-color 0.2s ease 0s;
  }
}
.header-menu-body__close:before {
  transform: rotate(45deg);
}
.header-menu-body__close:after {
  transform: rotate(-45deg);
}
@media (max-width: 992.2px) {
  .header-menu-body__content {
    padding: 20px 15px;
  }
}
@media (min-width: 992.2px) {
  .header-menu-body__list {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 992.2px) {
  .header-menu-body__list:not(:last-child) {
    /* Если меньше контейнера */
    margin-bottom: 25px;
  }
}
@media (max-width: 992.2px) and (max-width: 1230px) {
  .header-menu-body__list:not(:last-child) {
    margin-bottom: calc(15px + 10 * ((100vw - 320px) / 910));
  }
}
@media (min-width: 1920.2px) {
  .header-menu-body__list-item:not(:last-child) {
    margin-right: 55px;
  }
}
@media (min-width: 992.2px) and (max-width: 1920.2px) {
  .header-menu-body__list-item:not(:last-child) {
    /* Всегда */
    margin-right: calc(10px + 45 * ((100vw - 320px) / 1600));
  }
}
@media (min-width: 992.2px) and (any-hover: hover) {
  .header-menu-body__list-item {
    position: relative;
  }
  .header-menu-body__list-item:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease 0s;
    background-color: #00A0DC;
  }
  .header-menu-body__list-item:hover:before {
    opacity: 1;
  }
}
@media (max-width: 992.2px) {
  .header-menu-body__list-item:not(:last-child) {
    /* Если меньше контейнера */
    margin-bottom: 15px;
  }
}
@media (max-width: 992.2px) and (max-width: 1230px) {
  .header-menu-body__list-item:not(:last-child) {
    margin-bottom: calc(5px + 10 * ((100vw - 320px) / 910));
  }
}
.header-menu-body__list-link {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 118.75%;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
}
@media (max-width: 992.2px) {
  .header-menu-body__list-link {
    padding: 10px 15px;
    width: 100%;
    display: flex;
  }
}
.header-menu-body__location {
  /* Если меньше контейнера */
  font-size: 20px;
  font-weight: 300;
  line-height: 106.25%;
  letter-spacing: 0em;
  text-align: center;
  color: #222;
}
@media (max-width: 1230px) {
  .header-menu-body__location {
    font-size: calc(12px + 8 * ((100vw - 320px) / 910));
  }
}
.header-menu-body__location:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 30px;
}
@media (max-width: 1230px) {
  .header-menu-body__location:not(:last-child) {
    margin-bottom: calc(15px + 15 * ((100vw - 320px) / 910));
  }
}
@media (min-width: 992.2px) {
  .header-menu-body__location {
    display: none;
  }
}

.header-search__form {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768.2px) {
  .header-search__form {
    width: 100%;
    justify-content: flex-end;
  }
}
.header-search__input {
  padding: 5px 10px;
  width: 0;
  /* Если меньше контейнера */
  min-height: 31px;
  border-bottom: 1px solid #222;
  background-color: transparent;
  /* Если меньше контейнера */
  font-size: 16px;
  font-weight: 400;
  line-height: 118.75%;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
}
@media (max-width: 1230px) {
  .header-search__input {
    min-height: calc(21px + 10 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .header-search__input {
    font-size: calc(14px + 2 * ((100vw - 320px) / 910));
  }
}
.header-search__input::-moz-placeholder {
  /* Если меньше контейнера */
  font-size: 16px;
  font-weight: 400;
  line-height: 118.75%;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
}
.header-search__input:-ms-input-placeholder {
  /* Если меньше контейнера */
  font-size: 16px;
  font-weight: 400;
  line-height: 118.75%;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
}
.header-search__input::placeholder {
  /* Если меньше контейнера */
  font-size: 16px;
  font-weight: 400;
  line-height: 118.75%;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
}
@media (max-width: 1230px) {
  .header-search__input::-moz-placeholder {
    font-size: calc(14px + 2 * ((100vw - 320px) / 910));
  }
  .header-search__input:-ms-input-placeholder {
    font-size: calc(14px + 2 * ((100vw - 320px) / 910));
  }
  .header-search__input::placeholder {
    font-size: calc(14px + 2 * ((100vw - 320px) / 910));
  }
}
.header-search__input._active {
  width: 100%;
}
@media (min-width: 768.2px) {
  .header-search__input {
    transition: width 0.3s ease 0s;
  }
}
.header-search__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-size: 31px;
  color: #222;
}
@media (max-width: 1920.2px) {
  .header-search__icon {
    /* Если меньше контейнера */
    font-size: 31px;
  }
}
@media (max-width: 1920.2px) and (max-width: 1230px) {
  .header-search__icon {
    font-size: calc(21px + 10 * ((100vw - 320px) / 910));
  }
}
@media (any-hover: hover) {
  .header-search__icon {
    transition: color 0.2s ease 0s;
  }
  .header-search__icon:hover {
    color: #00A0DC;
  }
  .header-search__icon:active {
    transform: translateY(2px);
  }
}

.footer__main {
  overflow: hidden;
  background-image: url("../img/footer/bg-pc.png");
  background-repeat: no-repeat;
  background-position: right;
  background-color: #F8F8F8;
}
@media (max-width: 768.2px) {
  .footer__main {
    background-image: url("../img/footer/bg-mobile.png");
    background-position: 0px 80px;
  }
}
.footer__bottom {
  overflow: hidden;
  background-color: #1F1F1F;
}

.footer-main__body {
  /* Если меньше контейнера */
  padding-top: 75px;
  /* Если меньше контейнера */
  padding-bottom: 75px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1230px) {
  .footer-main__body {
    padding-top: calc(35px + 40 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .footer-main__body {
    padding-bottom: calc(35px + 40 * ((100vw - 320px) / 910));
  }
}
.footer-main__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-main__row:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 30px;
}
@media (max-width: 1230px) {
  .footer-main__row:not(:last-child) {
    margin-bottom: calc(20px + 10 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 768.2px) {
  .footer-main__row {
    flex-direction: column;
  }
}
.footer-main__logo {
  width: 72px;
}
.footer-main__logo img {
  max-width: 100%;
}
@media (max-width: 768.2px) {
  .footer-main__logo:not(:last-child) {
    /* Если меньше контейнера */
    margin-bottom: 30px;
  }
}
@media (max-width: 768.2px) and (max-width: 1230px) {
  .footer-main__logo:not(:last-child) {
    margin-bottom: calc(20px + 10 * ((100vw - 320px) / 910));
  }
}
.footer-main__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 768.2px) {
  .footer-main__actions {
    align-items: center;
  }
}
.footer-main__catalog:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 60px;
}
@media (max-width: 1230px) {
  .footer-main__catalog:not(:last-child) {
    margin-bottom: calc(30px + 30 * ((100vw - 320px) / 910));
  }
}
@media (min-width: 768.2px) {
  .footer-main__menu:not(:last-child) {
    margin-right: 20px;
  }
}
.footer-main__go-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
}
@media (max-width: 768.2px) {
  .footer-main__go-top {
    display: none;
  }
}
@media (any-hover: hover) {
  .footer-main__go-top:hover .footer-go-top__item {
    border-color: #00A0DC;
    color: #00A0DC;
  }
  .footer-main__go-top:hover .footer-go-top__text {
    color: #00A0DC;
  }
}

.footer-main-actions__phone {
  font-size: 38px;
  font-weight: 400;
  line-height: 121.0526315789%;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
}
.footer-main-actions__phone:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 1920.2px) {
  .footer-main-actions__phone {
    /* Всегда */
    font-size: calc(18px + 20 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 768.2px) {
  .footer-main-actions__phone {
    text-align: center;
  }
  .footer-main-actions__phone:not(:last-child) {
    /* Если меньше контейнера */
    margin-bottom: 20px;
  }
}
@media (max-width: 768.2px) and (max-width: 1230px) {
  .footer-main-actions__phone:not(:last-child) {
    margin-bottom: calc(10px + 10 * ((100vw - 320px) / 910));
  }
}
@media (any-hover: hover) {
  .footer-main-actions__phone {
    transition: color 0.2s ease 0s;
  }
  .footer-main-actions__phone:hover {
    color: #00A0DC;
  }
}
.footer-main-actions__email {
  /* Если меньше контейнера */
  font-size: 16px;
  font-weight: 300;
  line-height: 118.75%;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
}
@media (max-width: 1230px) {
  .footer-main-actions__email {
    font-size: calc(14px + 2 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 768.2px) {
  .footer-main-actions__email {
    text-align: center;
  }
  .footer-main-actions__email:not(:last-child) {
    /* Если меньше контейнера */
    margin-bottom: 20px;
  }
}
@media (max-width: 768.2px) and (max-width: 1230px) {
  .footer-main-actions__email:not(:last-child) {
    margin-bottom: calc(10px + 10 * ((100vw - 320px) / 910));
  }
}
@media (any-hover: hover) {
  .footer-main-actions__email {
    transition: color 0.2s ease 0s;
  }
  .footer-main-actions__email:hover {
    color: #00A0DC;
  }
}

.footer-catalog__list {
  row-gap: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768.2px) {
  .footer-catalog__list {
    flex-direction: column;
  }
}
@media (min-width: 768.2px) {
  .footer-catalog__list-item:not(:last-child) {
    margin-right: 10px;
  }
}
.footer-catalog__list-link {
  /* Если меньше контейнера */
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: rgba(113, 113, 113, 0.15);
  font-size: 16px;
  font-weight: 600;
  line-height: 118.75%;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
}
@media (max-width: 1230px) {
  .footer-catalog__list-link {
    padding: calc(10px + 10 * ((100vw - 320px) / 910));
  }
}
@media (any-hover: hover) {
  .footer-catalog__list-link {
    transition: background-color 0.2s ease 0s;
  }
  .footer-catalog__list-link:hover {
    background-color: rgba(113, 113, 113, 0.25);
  }
}

.footer-menu__list {
  row-gap: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 552.2px) {
  .footer-menu__list {
    row-gap: 10px;
    flex-direction: column;
  }
}
@media (min-width: 552.2px) {
  .footer-menu__list-item:not(:last-child) {
    margin-right: 10px;
  }
}
.footer-menu__list-link {
  /* Если меньше контейнера */
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 118.75%;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
}
@media (max-width: 1230px) {
  .footer-menu__list-link {
    padding: calc(10px + 10 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 552.2px) {
  .footer-menu__list-link {
    border-bottom: none;
  }
}
@media (any-hover: hover) {
  .footer-menu__list-link {
    transition: border-color 0.2s ease 0s, color 0.2s ease 0s;
  }
  .footer-menu__list-link:hover {
    border-color: #00A0DC;
    color: #00A0DC;
  }
}

.footer-go-top__item {
  margin-bottom: 5px;
  /* Если меньше контейнера */
  width: 40px;
  /* Если меньше контейнера */
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: rotate(-90deg);
  border: 1px solid #222;
  transition: border-color 0.2s ease 0s, color 0.2s ease 0s;
}
@media (max-width: 1230px) {
  .footer-go-top__item {
    width: calc(30px + 10 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .footer-go-top__item {
    height: calc(30px + 10 * ((100vw - 320px) / 910));
  }
}
.footer-go-top__text {
  transition: color 0.2s ease 0s;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 121.4285714286%;
  letter-spacing: 0em;
  text-align: right;
  color: #222;
}

.footer-bottom__body {
  /* Если меньше контейнера */
  padding-top: 25px;
  /* Если меньше контейнера */
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1230px) {
  .footer-bottom__body {
    padding-top: calc(20px + 5 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .footer-bottom__body {
    padding-bottom: calc(20px + 5 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 992.2px) {
  .footer-bottom__body {
    flex-direction: column;
  }
}
.footer-bottom__location {
  font-size: 14px;
  font-weight: 300;
  line-height: 128.5714285714%;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
@media (min-width: 992.2px) {
  .footer-bottom__location {
    /* Если меньше контейнера */
    margin-right: 130px;
  }
}
@media (min-width: 992.2px) and (max-width: 1230px) {
  .footer-bottom__location {
    margin-right: calc(20px + 110 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 992.2px) {
  .footer-bottom__location {
    /* Если меньше контейнера */
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 992.2px) and (max-width: 1230px) {
  .footer-bottom__location {
    margin-bottom: calc(10px + 20 * ((100vw - 320px) / 910));
  }
}
.footer-bottom__policy {
  font-size: 14px;
  font-weight: 300;
  line-height: 121.4285714286%;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
@media (max-width: 992.2px) {
  .footer-bottom__policy {
    text-align: center;
  }
}

.popup-wrapper__item {
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (any-hover: hover) {
  .popup-wrapper__item::-webkit-scrollbar {
    width: 6px;
    box-shadow: inset 0px 0px 1px rgb(134, 134, 134);
    background-color: #e9e9e9;
  }
  .popup-wrapper__item::-webkit-scrollbar-thumb {
    background-color: #82878F;
  }
  .popup-wrapper__item::-webkit-scrollbar-thumb:hover {
    background-color: #6d7177;
  }
}
.popup-wrapper__item._active {
  opacity: 1;
  pointer-events: auto;
}
.popup-wrapper__item._active .popup-item__body {
  opacity: 1;
  transform: scale(1);
}

.popup-item__body {
  margin: auto;
  max-width: 320px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 40px rgba(103, 111, 119, 0.9);
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}
@media (max-width: 425.2px) {
  .popup-item__body {
    max-width: none;
  }
}
.popup-item__body.popup-video__body {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.popup-item__top {
  padding-top: 10px;
  /* Если меньше контейнера */
  padding-right: 20px;
  /* Если меньше контейнера */
  padding-left: 20px;
  padding-bottom: 10px;
  /* Если меньше контейнера */
  min-height: 68px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #E7EAEE;
  background-color: #fff;
}
@media (max-width: 1230px) {
  .popup-item__top {
    padding-right: calc(15px + 5 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .popup-item__top {
    padding-left: calc(15px + 5 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .popup-item__top {
    min-height: calc(58px + 10 * ((100vw - 320px) / 910));
  }
}
.popup-item__title {
  margin-right: 15px;
  text-transform: uppercase;
  /* Если меньше контейнера */
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: left;
  color: #222;
}
@media (max-width: 1230px) {
  .popup-item__title {
    font-size: calc(16px + 2 * ((100vw - 320px) / 910));
  }
}
.popup-item__close {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.popup-item__close span {
  width: 12px;
  height: 2px;
  display: flex;
  position: relative;
  background-color: transparent;
}
.popup-item__close span:before, .popup-item__close span:after {
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  background-color: #222;
}
.popup-item__close span:before {
  top: -8px;
  transform: rotate(45deg) translate(5px, 6px);
}
.popup-item__close span:after {
  top: 8px;
  transform: rotate(-45deg) translate(5px, -6px);
}
.popup-item__content {
  /* Если меньше контейнера */
  padding: 20px;
  max-height: 540px;
  overflow: auto;
  background-color: #fff;
}
@media (max-width: 1230px) {
  .popup-item__content {
    padding: calc(15px + 5 * ((100vw - 320px) / 910));
  }
}
@media (any-hover: hover) {
  .popup-item__content::-webkit-scrollbar {
    width: 6px;
    box-shadow: inset 0px 0px 1px rgb(134, 134, 134);
    background-color: #e9e9e9;
  }
  .popup-item__content::-webkit-scrollbar-thumb {
    background-color: #82878F;
  }
  .popup-item__content::-webkit-scrollbar-thumb:hover {
    background-color: #6d7177;
  }
}

.popup-video__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.popup-video__close:before, .popup-video__close:after {
  content: "";
  width: 30px;
  height: 2px;
}
@media (max-width: 992.2px) {
  .popup-video__close {
    display: none;
  }
}
.popup-video__item {
  width: 660px;
  height: 400px;
}
@media (max-width: 992.2px) {
  .popup-video__item {
    width: 560px;
    height: 315px;
  }
}
@media (max-width: 768.2px) {
  .popup-video__item {
    width: 460px;
    height: 260px;
  }
}
@media (max-width: 552.2px) {
  .popup-video__item {
    width: 360px;
    height: 200px;
  }
}
@media (max-width: 425.2px) {
  .popup-video__item {
    width: 320px;
    height: 180px;
  }
}
@media (max-width: 375.2px) {
  .popup-video__item {
    width: 280px;
    height: 160px;
  }
}
@media (max-width: 768.2px) {
  .main-block__slider {
    padding: 0px 15px;
  }
}

.main-slider__wrapper {
  display: inline-flex;
}
.main-slider__slide {
  padding-top: 20px;
  padding-left: 70px;
  padding-right: 200px;
  padding-bottom: 20px;
  min-height: 390px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-slider__slide.blue:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, #B1E7FB 0%, #DFE6FF 100%);
}
.main-slider__slide.blue .main-slider__btn {
  background-color: #00A0DC;
}
@media (any-hover: hover) {
  .main-slider__slide.blue .main-slider__btn {
    transition: background-color 0.2s ease 0s;
  }
  .main-slider__slide.blue .main-slider__btn:hover {
    background-color: #0687b6;
  }
}
@media (any-hover: hover) {
  .main-slider__slide.blue .main-slider__title {
    transition: color 0.2s ease 0s;
  }
  .main-slider__slide.blue .main-slider__title:hover {
    color: #00A0DC;
  }
}
.main-slider__slide.green {
  background-color: #76e4bf;
}
.main-slider__slide.green .main-slider__btn {
  background-color: #57b495;
}
@media (any-hover: hover) {
  .main-slider__slide.green .main-slider__btn {
    transition: background-color 0.2s ease 0s;
  }
  .main-slider__slide.green .main-slider__btn:hover {
    background-color: #4da588;
  }
}
@media (any-hover: hover) {
  .main-slider__slide.green .main-slider__title {
    transition: color 0.2s ease 0s;
  }
  .main-slider__slide.green .main-slider__title:hover {
    color: #29614e;
  }
}
@media (min-width: 768.2px) {
  .main-slider__slide {
    background-image: url("../img/page/base/main-slider/bg-pc.png");
  }
}
@media (max-width: 1920.2px) {
  .main-slider__slide {
    /* Всегда */
    padding-left: calc(20px + 50 * ((100vw - 320px) / 1600));
    /* Всегда */
    padding-right: calc(100px + 100 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1024.2px) {
  .main-slider__slide {
    padding-left: 40px;
    padding-right: 60px;
  }
}
@media (max-width: 768.2px) {
  .main-slider__slide {
    padding-left: 20px;
    padding-right: 40px;
    background-image: url("../img/page/base/main-slider/bg-mobile.png");
  }
}
@media (max-width: 552.2px) {
  .main-slider__slide {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 70px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.main-slider__slide .main-slider__arrows {
  opacity: 0;
  pointer-events: none;
}
.main-slider__slide .main-slider__pagination {
  opacity: 0;
  pointer-events: none;
}
.main-slider__slide.swiper-slide-active .main-slider__arrows {
  opacity: 1;
  pointer-events: auto;
}
.main-slider__slide.swiper-slide-active .main-slider__pagination {
  opacity: 1;
  pointer-events: auto;
}
.main-slider__left {
  max-width: 450px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1920.2px) {
  .main-slider__left {
    margin-right: 80px;
  }
}
@media (min-width: 1440.2px) {
  .main-slider__left {
    flex: 0 1 50%;
  }
}
@media (min-width: 552.2px) {
  .main-slider__left {
    flex: 0 1 70%;
  }
  .main-slider__left:not(:last-child) {
    /* Всегда */
    margin-right: calc(20px + 60 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 552.2px) {
  .main-slider__left:not(:last-child) {
    margin-bottom: 20px;
  }
}
.main-slider__title {
  display: inline-block;
  color: #222;
}
.main-slider__title:not(:last-child) {
  margin-bottom: 10px;
}
.main-slider__text {
  /* Если меньше контейнера */
  font-size: 16px;
  font-weight: 400;
  line-height: 137.5%;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 1230px) {
  .main-slider__text {
    font-size: calc(12px + 4 * ((100vw - 320px) / 910));
  }
}
.main-slider__text:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 1920.2px) {
  .main-slider__text:not(:last-child) {
    /* Всегда */
    margin-bottom: calc(15px + 35 * ((100vw - 320px) / 1600));
  }
}
.main-slider__btn {
  /* Если меньше контейнера */
  padding-left: 30px;
  /* Если меньше контейнера */
  padding-right: 30px;
  min-height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  color: #fff;
}
@media (max-width: 1230px) {
  .main-slider__btn {
    padding-left: calc(15px + 15 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .main-slider__btn {
    padding-right: calc(15px + 15 * ((100vw - 320px) / 910));
  }
}
.main-slider__btn-icon {
  font-size: 16px;
  margin-left: 6px;
}
.main-slider__image {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-slider__image img {
  max-width: 100%;
}
@media (min-width: 1440.2px) {
  .main-slider__image {
    flex: 0 1 50%;
  }
}
@media (min-width: 552.2px) {
  .main-slider__image {
    flex: 0 1 30%;
  }
}
@media (max-width: 552.2px) {
  .main-slider__image {
    /* Если меньше контейнера */
    max-width: 230px;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 552.2px) and (max-width: 1230px) {
  .main-slider__image {
    max-width: calc(130px + 100 * ((100vw - 320px) / 910));
  }
}
@media (any-hover: hover) {
  .main-slider__image {
    transition: transform 0.3s ease 0s;
  }
  .main-slider__image:hover {
    transform: scale(0.95);
  }
}
.main-slider__arrows {
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  transition: opacity 0.3s ease 0s;
}
@media (min-width: 768.2px) {
  .main-slider__arrows {
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 768.2px) {
  .main-slider__arrows {
    margin-top: 8px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.main-slider__arrow {
  background-color: transparent;
}
.main-slider__pagination {
  display: flex;
  align-items: center;
  position: absolute;
  /* Если меньше контейнера */
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  transition: background-color 0.2s ease 0s, opacity 0.3s ease 0s;
}
@media (max-width: 1230px) {
  .main-slider__pagination {
    bottom: calc(20px + 20 * ((100vw - 320px) / 910));
  }
}
.main-slider__pagination .swiper-pagination-bullet {
  /* Если меньше контейнера */
  width: 60px;
  height: 15px;
  cursor: pointer;
  border-radius: 333px;
  border: 1px solid #222;
}
@media (max-width: 1230px) {
  .main-slider__pagination .swiper-pagination-bullet {
    width: calc(40px + 20 * ((100vw - 320px) / 910));
  }
}
.main-slider__pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.main-slider__pagination .swiper-pagination-bullet-active {
  border: none;
  background-color: #222;
}

.application__title {
  /* Если меньше контейнера */
  margin-bottom: 80px;
}
@media (max-width: 1230px) {
  .application__title {
    margin-bottom: calc(40px + 40 * ((100vw - 320px) / 910));
  }
}
.application__column {
  row-gap: 20px;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 320px;
}
@media (max-width: 1280.2px) {
  .application__column {
    grid-template-columns: repeat(4, 260px);
    grid-auto-rows: 260px;
  }
}
@media (max-width: 1150.2px) {
  .application__column {
    grid-template-columns: repeat(4, 220px);
    grid-auto-rows: 240px;
  }
}
@media (max-width: 992.2px) {
  .application__column {
    grid-template-columns: repeat(3, 230px);
    grid-auto-rows: 250px;
  }
}
@media (max-width: 768.2px) {
  .application__column {
    grid-template-columns: repeat(2, 240px);
    grid-auto-rows: 260px;
  }
}
@media (max-width: 552.2px) {
  .application__column {
    grid-template-columns: repeat(2, 200px);
    grid-auto-rows: 220px;
  }
}
@media (max-width: 480.2px) {
  .application__column {
    grid-template-columns: 240px;
    grid-auto-rows: 260px;
  }
}

.application-column__card {
  /* Если меньше контейнера */
  margin-left: -20px;
  /* Если меньше контейнера */
  margin-right: -20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #D9F1FA;
  color: #222;
}
@media (max-width: 1230px) {
  .application-column__card {
    margin-left: calc(-10px + -10 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .application-column__card {
    margin-right: calc(-10px + -10 * ((100vw - 320px) / 910));
  }
}
@media (any-hover: hover) {
  .application-column__card {
    transition: border-width 0.5s ease 0s, border 0.5s ease 0s;
  }
  .application-column__card:hover {
    border: 20px solid rgba(217, 241, 250, 0.5);
  }
}
.application-column__video-block {
  margin: 0 -20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
}
@media (any-hover: hover) {
  .application-column__video-block:hover .application-column__video img {
    transform: scale(1.1);
  }
}
.application-column__image {
  /* Если меньше контейнера */
  width: 90px;
  /* Если меньше контейнера */
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 1230px) {
  .application-column__image {
    width: calc(70px + 20 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .application-column__image {
    height: calc(70px + 20 * ((100vw - 320px) / 910));
  }
}
.application-column__image img {
  max-width: 100%;
}
.application-column__image:after {
  content: "";
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #D9F1FA;
}
.application-column__video {
  width: 100%;
}
.application-column__video img {
  width: 100%;
}
@media (any-hover: hover) {
  .application-column__video img {
    transition: transform 0.3s ease 0s;
  }
}
.application-column__icon {
  /* Если меньше контейнера */
  max-width: 80px;
  position: absolute;
  -webkit-animation-name: animationPlay;
          animation-name: animationPlay;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 1230px) {
  .application-column__icon {
    max-width: calc(60px + 20 * ((100vw - 320px) / 910));
  }
}
.application-column__icon img {
  max-width: 100%;
}
@-webkit-keyframes animationPlay {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animationPlay {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.application-column__title {
  /* Если меньше контейнера */
  font-size: 22px;
  font-weight: 500;
  line-height: 122.7272727273%;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 1230px) {
  .application-column__title {
    font-size: calc(16px + 6 * ((100vw - 320px) / 910));
  }
}
.application-column__title:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 20px;
}
@media (max-width: 1230px) {
  .application-column__title:not(:last-child) {
    margin-bottom: calc(0px + 20 * ((100vw - 320px) / 910));
  }
}
.application-column__text {
  /* Если меньше контейнера */
  max-width: 220px;
  /* Если меньше контейнера */
  font-size: 16px;
  font-weight: 400;
  line-height: 118.75%;
  letter-spacing: 0em;
  text-align: center;
}
@media (max-width: 1230px) {
  .application-column__text {
    max-width: calc(185px + 35 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .application-column__text {
    font-size: calc(12px + 4 * ((100vw - 320px) / 910));
  }
}

.products__title:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 50px;
}
@media (max-width: 1230px) {
  .products__title:not(:last-child) {
    margin-bottom: calc(20px + 30 * ((100vw - 320px) / 910));
  }
}
.products__big {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 28px;
  background-color: #F4F4F4;
}
.products__big:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 30px;
}
.product-tabs-slider__image img {max-width:250px;}
.product-slider__slide img { max-height: 282px;} 
@media (max-width: 1230px) {
  .products__big:not(:last-child) {
    margin-bottom: calc(20px + 10 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 992.2px) {
  .products__big {
    display: none;
  }
}
.products__slider-container {
  position: relative;
}
.products__slider {
  overflow: hidden;
}
.products__link {
  padding-right: 45px;
  padding-left: 45px;
  display: 45px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  border: 1px solid #222;
  background-color: transparent;
}
@media (max-width: 1920.2px) {
  .products__link {
    /* Всегда */
    padding-right: calc(15px + 25 * ((100vw - 320px) / 1600));
    /* Всегда */
    padding-left: calc(15px + 25 * ((100vw - 320px) / 1600));
  }
}
@media (any-hover: hover) {
  .products__link {
    transition: background-color 0.2s ease 0s;
  }
  .products__link:hover {
    background-color: rgb(240, 243, 255);
  }
}
.products__link-text {
  /* Если меньше контейнера */
  font-size: 16px;
  font-weight: 400;
  line-height: 118.75%;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
}
@media (max-width: 1230px) {
  .products__link-text {
    font-size: calc(13px + 3 * ((100vw - 320px) / 910));
  }
}
.products__link-text:not(:first-child) {
  margin-left: 6px;
}

.products-big__left {
  padding-top: 20px;
  padding-left: 70px;
  padding-bottom: 20px;
}
@media (max-width: 1920.2px) {
  .products-big__left {
    /* Всегда */
    padding-left: calc(20px + 50 * ((100vw - 320px) / 1600));
  }
}
.products-big__title {
  display: inline-block;
  color: #222;
}
.products-big__title:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 40px;
}
@media (max-width: 1230px) {
  .products-big__title:not(:last-child) {
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / 910));
  }
}
@media (any-hover: hover) {
  .products-big__title {
    transition: color 0.2s ease 0s;
  }
  .products-big__title:hover {
    color: #00A0DC;
  }
}
.products-big__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 121.4285714286%;
  letter-spacing: 0em;
  text-align: left;
}
.products-big__text:not(:last-child) {
  margin-bottom: 10px;
}
.products-big__items {
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.products-big__image img {
  max-width: 100%;
}
@media (any-hover: hover) {
  .products-big__image img {
    transition: transform 0.3s ease 0s;
  }
  .products-big__image:hover img {
    transform: scale(0.9);
  }
}

.products-slider__wrapper {
  display: inline-flex;
  position: relative;
}
.products-slider__slide-container {
  /* Если меньше контейнера */
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 28px;
  background-color: #F4F4F4;
}
@media (max-width: 1230px) {
  .products-slider__slide-container {
    padding: calc(20px + 10 * ((100vw - 320px) / 910));
  }
}
.products-slider__slide-container:not(:last-child) {
  margin-bottom: 10px;
}
.products-slider__image img {
  max-width: 100%;
  max-height:220px;
}
@media (any-hover: hover) {
  .products-slider__image img {
    transition: transform 0.2s ease 0s;
  }
  .products-slider__image:hover img {
    transform: scale(0.9);
  }
}
.products-slider__name {
  /* Если меньше контейнера */
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
}
@media (max-width: 1230px) {
  .products-slider__name {
    font-size: calc(14px + 11 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 992.2px) {
  .products-slider__name {
    display: none;
  }
}
@media (any-hover: hover) {
  .products-slider__name {
    transition: color 0.2s ease 0s;
  }
  .products-slider__name:hover {
    color: #00A0DC;
  }
}
@media (min-width: 992.2px) {
  .products-slider__footer {
    display: none;
  }
}
.products-slider__text {
  /* Если меньше контейнера */
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
}
@media (max-width: 1230px) {
  .products-slider__text {
    font-size: calc(10px + 4 * ((100vw - 320px) / 910));
  }
}
.products-slider__text:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 15px;
}
@media (max-width: 1230px) {
  .products-slider__text:not(:last-child) {
    margin-bottom: calc(10px + 5 * ((100vw - 320px) / 910));
  }
}
.products-slider__items {
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 992.2px) {
  .products-slider__items_pc {
    display: none;
  }
}
.products-slider__arrows {
  margin-top: -34px;
  width: 100%;
  position: absolute;
  top: 50%;
}
.products-slider__arrow {
  position: absolute;
  z-index: 2;
}
.products-slider__arrow_prev {
  /* Если меньше контейнера */
  margin-left: -17px;
  left: 0;
}
@media (max-width: 1230px) {
  .products-slider__arrow_prev {
    margin-left: calc(0px + -17 * ((100vw - 320px) / 910));
  }
}
.products-slider__arrow_next {
  /* Если меньше контейнера */
  margin-right: -17px;
  right: 0;
}
@media (max-width: 1230px) {
  .products-slider__arrow_next {
    margin-right: calc(0px + -17 * ((100vw - 320px) / 910));
  }
}

.reviews__title {
  /* Если меньше контейнера */
  margin-bottom: 50px;
}
@media (max-width: 1230px) {
  .reviews__title {
    margin-bottom: calc(20px + 30 * ((100vw - 320px) / 910));
  }
}
.reviews__slider {
  position: relative;
}

.reviews-slider__wrapper {
  display: inline-flex;
}
.reviews-slider__slide {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  border-bottom: 11px solid #00A0DC;
}
@media (max-width: 1920.2px) {
  .reviews-slider__slide {
    /* Всегда */
    padding: calc(20px + 20 * ((100vw - 320px) / 1600));
  }
}
.reviews-slider__user {
  display: flex;
  align-items: center;
}
.reviews-slider__user:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 20px;
}
@media (max-width: 1230px) {
  .reviews-slider__user:not(:last-child) {
    margin-bottom: calc(40px + -20 * ((100vw - 320px) / 910));
  }
}
.reviews-slider__comment {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 768.2px) {
  .reviews-slider__arrows {
    margin-top: -17px;
    width: 100%;
    position: absolute;
    top: 50%;
  }
}
@media (max-width: 768.2px) {
  .reviews-slider__arrows {
    /* Если меньше контейнера */
    margin-top: 30px;
    width: 100%;
    position: absolute;
  }
}
@media (max-width: 768.2px) and (max-width: 1230px) {
  .reviews-slider__arrows {
    margin-top: calc(20px + 10 * ((100vw - 320px) / 910));
  }
}
.reviews-slider__arrow {
  position: absolute;
}
@media (min-width: 768.2px) {
  .reviews-slider__arrow_prev {
    /* Если меньше контейнера */
    margin-left: -17px;
    left: 0;
  }
}
@media (min-width: 768.2px) and (max-width: 1230px) {
  .reviews-slider__arrow_prev {
    margin-left: calc(0px + -17 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 768.2px) {
  .reviews-slider__arrow_prev {
    margin-right: 5px;
    right: 50%;
  }
}
@media (min-width: 768.2px) {
  .reviews-slider__arrow_next {
    /* Если меньше контейнера */
    margin-right: -17px;
    right: 0;
  }
}
@media (min-width: 768.2px) and (max-width: 1230px) {
  .reviews-slider__arrow_next {
    margin-right: calc(0px + -17 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 768.2px) {
  .reviews-slider__arrow_next {
    margin-left: 5px;
    left: 50%;
  }
}

.reviews-slider-user__image {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.reviews-slider-user__image:not(:last-child) {
  margin-right: 20px;
}
.reviews-slider-user__image img {
  max-width: 100%;
}
.reviews-slider-user__text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.reviews-slider-user__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 122.2222222222%;
  letter-spacing: 0em;
  text-align: left;
}
.reviews-slider-user__name:not(:last-child) {
  margin-bottom: 4px;
}
.reviews-slider-user__work {
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0em;
  text-align: left;
}

.partners__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.partners__header:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 80px;
}
@media (max-width: 1230px) {
  .partners__header:not(:last-child) {
    margin-bottom: calc(60px + 20 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 768.2px) {
  .partners__header {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.partners__column {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-auto-rows: 245px;
}
@media (max-width: 1920.2px) {
  .partners__column {
    /* Всегда */
    -moz-column-gap: calc(15px + 15 * ((100vw - 320px) / 1600));
         column-gap: calc(15px + 15 * ((100vw - 320px) / 1600));
    /* Всегда */
    row-gap: calc(15px + 15 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1024.2px) {
  .partners__column {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-auto-rows: 200px;
  }
}
@media (max-width: 850.2px) {
  .partners__column {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-auto-rows: 160px;
  }
}
@media (max-width: 768.2px) {
  .partners__column {
    display: none;
  }
}
.partners__slider {
  position: relative;
}
@media (min-width: 768.2px) {
  .partners__slider {
    display: none;
  }
}

.partners-header__title:not(:last-child) {
  margin-right: 15px;
}
.partners-header__text {
  max-width: 480px;
  position: relative;
  /* Если меньше контейнера */
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 1230px) {
  .partners-header__text {
    font-size: calc(12px + 4 * ((100vw - 320px) / 910));
  }
}
.partners-header__text:before {
  content: "";
  /* Если меньше контейнера */
  margin-top: 40px;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background-color: #C8C8C8;
}
@media (max-width: 1230px) {
  .partners-header__text:before {
    margin-top: calc(30px + 10 * ((100vw - 320px) / 910));
  }
}
.partners-header__text:after {
  content: "";
  /* Если меньше контейнера */
  margin-top: 35px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 100%;
  left: 80px;
  z-index: 2;
  border-radius: 50%;
  background-color: #C8C8C8;
}
@media (max-width: 1230px) {
  .partners-header__text:after {
    margin-top: calc(25px + 10 * ((100vw - 320px) / 910));
  }
}

.partners-column__card {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
}
.partners-column__card img {
  max-width: 100%;
}
@media (any-hover: hover) {
  .partners-column__card {
    transition: transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
  }
  .partners-column__card:hover {
    transform: translateY(-5%);
    box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.07);
  }
}

.partners-slider__wrapper {
  display: inline-flex;
  position: relative;
}
.partners-slider__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  background-color: #fff;
}
.partners-slider__slide img {
  max-width: 100%;
}
.partners-slider__arrows {
  /* Если меньше контейнера */
  margin-top: 30px;
  width: 100%;
  position: absolute;
  top: 100%;
}
@media (max-width: 1230px) {
  .partners-slider__arrows {
    margin-top: calc(20px + 10 * ((100vw - 320px) / 910));
  }
}
.partners-slider__arrow {
  position: absolute;
}
.partners-slider__arrow_prev {
  margin-right: 5px;
  right: 50%;
}
.partners-slider__arrow_next {
  margin-left: 5px;
  left: 50%;
}

.blogs__body {
  position: relative;
}
.blogs__body.blogs-body-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blogs__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.blogs__header:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 60px;
}
@media (max-width: 1230px) {
  .blogs__header:not(:last-child) {
    margin-bottom: calc(20px + 40 * ((100vw - 320px) / 910));
  }
}
.blogs__slider {
  padding-bottom: 70px;
  overflow-x: hidden;
}
.blogs__column {
  /* Если меньше контейнера */
  -moz-column-gap: 30px;
       column-gap: 30px;
  /* Если меньше контейнера */
  row-gap: 30px;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1230px) {
  .blogs__column {
    -moz-column-gap: calc(20px + 10 * ((100vw - 320px) / 910));
         column-gap: calc(20px + 10 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .blogs__column {
    row-gap: calc(20px + 10 * ((100vw - 320px) / 910));
  }
}
.blogs__column:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 768.2px) {
  .blogs__column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 425.2px) {
  .blogs__column {
    grid-template-columns: repeat(1, 100%);
  }
}
.blogs__more {
  /* Если меньше контейнера */
  padding-left: 30px;
  /* Если меньше контейнера */
  padding-right: 30px;
  /* Если меньше контейнера */
  min-height: 60px;
  border-radius: 16px;
  border: 1px solid #00A0DC;
  background-color: #fff;
  /* Если меньше контейнера */
  font-size: 16px;
  font-weight: 600;
  line-height: 118.75%;
  letter-spacing: 0em;
  text-align: center;
  color: #00A0DC;
}
@media (max-width: 1230px) {
  .blogs__more {
    padding-left: calc(20px + 10 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .blogs__more {
    padding-right: calc(20px + 10 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .blogs__more {
    min-height: calc(50px + 10 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .blogs__more {
    font-size: calc(14px + 2 * ((100vw - 320px) / 910));
  }
}
@media (any-hover: hover) {
  .blogs__more {
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s;
  }
  .blogs__more:hover {
    background-color: #00A0DC;
    color: #fff;
  }
}

.blogs-header__title:not(:last-child) {
  margin-right: 15px;
}
.blogs-header__link {
  /* Если меньше контейнера */
  font-size: 16px;
  font-weight: 400;
  line-height: 118.75%;
  letter-spacing: 0em;
  text-align: right;
  color: #222;
}
@media (max-width: 1230px) {
  .blogs-header__link {
    font-size: calc(14px + 2 * ((100vw - 320px) / 910));
  }
}
@media (any-hover: hover) {
  .blogs-header__link {
    transition: color 0.2s ease 0s;
  }
  .blogs-header__link:hover {
    color: #00A0DC;
  }
}

.blogs-slider__wrapper {
  display: inline-flex;
  position: relative;
}
.blogs-slider__slide {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background-color: #2D2D2D;
}
.blogs-slider__image img {
  max-width: 100%;
  transform: scale(1.01);
}
@media (any-hover: hover) {
  .blogs-slider__image img {
    transition: transform 0.3s ease 0s;
  }
  .blogs-slider__image:hover img {
    transform: scale(1.1);
  }
}
.blogs-slider__content {
  /* Если меньше контейнера */
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-color: #2D2D2D;
}
@media (max-width: 1230px) {
  .blogs-slider__content {
    padding: calc(10px + 10 * ((100vw - 320px) / 910));
  }
}
.blogs-slider__text-block {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.blogs-slider__data {
  /* Если меньше контейнера */
  max-width: 280px;
  /* Если меньше контейнера */
  font-size: 14px;
  font-weight: 500;
  line-height: 171.4285714286%;
  letter-spacing: 0em;
  text-align: left;
  color: #838383;
}
@media (max-width: 1230px) {
  .blogs-slider__data {
    max-width: calc(180px + 100 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .blogs-slider__data {
    font-size: calc(12px + 2 * ((100vw - 320px) / 910));
  }
}
.blogs-slider__title {
  /* Если меньше контейнера */
  max-width: 280px;
  /* Если меньше контейнера */
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
@media (max-width: 1230px) {
  .blogs-slider__title {
    max-width: calc(180px + 100 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .blogs-slider__title {
    font-size: calc(14px + 2 * ((100vw - 320px) / 910));
  }
}
@media (any-hover: hover) {
  .blogs-slider__title {
    transition: color 0.2s ease 0s;
  }
  .blogs-slider__title:hover {
    color: #00A0DC;
  }
}
.blogs-slider__btn {
  position: absolute;
  bottom: 10px;
  right: 0px;
  z-index: 5;
}
@media (min-width: 768.2px) {
  .blogs-slider__arrows {
    margin-top: -34px;
    width: 100%;
    position: absolute;
    top: 50%;
  }
}
@media (max-width: 768.2px) {
  .blogs-slider__arrows {
    margin-top: -50px;
    width: 100%;
    position: absolute;
    top: 100%;
  }
}
.blogs-slider__arrow {
  position: absolute;
}
@media (min-width: 768.2px) {
  .blogs-slider__arrow_prev {
    margin-left: -17px;
    left: 0;
  }
}
@media (max-width: 768.2px) {
  .blogs-slider__arrow_prev {
    margin-right: 5px;
    right: 50%;
  }
}
@media (min-width: 768.2px) {
  .blogs-slider__arrow_next {
    margin-right: -17px;
    right: 0;
  }
}
@media (max-width: 768.2px) {
  .blogs-slider__arrow_next {
    margin-left: 5px;
    left: 50%;
  }
}

.blogs-column__little {
  margin: 0 auto;
  max-width: 378px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background-color: #2D2D2D;
}
.blogs-column__big {
  margin: 0 auto;
  padding: 20px 100px;
  width: 100%;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  grid-column-start: 1;
  grid-column-end: 4;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}
@media (max-width: 1920.2px) {
  .blogs-column__big {
    padding-top: 20px;
    /* Всегда */
    padding-left: calc(15px + 85 * ((100vw - 320px) / 1600));
    /* Всегда */
    padding-right: calc(15px + 85 * ((100vw - 320px) / 1600));
    padding-bottom: 20px;
    /* Всегда */
    min-height: calc(220px + 160 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 768.2px) {
  .blogs-column__big {
    display: none;
  }
}
@media (any-hover: hover) {
  .blogs-column__big .blogs-column-big__image img {
    transition: transform 0.3s ease 0s;
  }
  .blogs-column__big:hover .blogs-column-big__image img {
    transform: scale(1.1);
  }
}

.blogs-column-little__image img {
  max-width: 100%;
  transform: scale(1.01);
}
@media (any-hover: hover) {
  .blogs-column-little__image img {
    transition: transform 0.3s ease 0s;
  }
  .blogs-column-little__image:hover img {
    transform: scale(1.1);
  }
}
.blogs-column-little__content {
  /* Если меньше контейнера */
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-color: #2D2D2D;
}
@media (max-width: 1230px) {
  .blogs-column-little__content {
    padding: calc(10px + 10 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 425.2px) {
  .blogs-column-little__content {
    padding: 20px;
  }
}
.blogs-column-little__text-block {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.blogs-column-little__title {
  /* Если меньше контейнера */
  max-width: 280px;
  /* Если меньше контейнера */
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
@media (max-width: 1230px) {
  .blogs-column-little__title {
    max-width: calc(180px + 100 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .blogs-column-little__title {
    font-size: calc(14px + 2 * ((100vw - 320px) / 910));
  }
}
@media (any-hover: hover) {
  .blogs-column-little__title {
    transition: color 0.2s ease 0s;
  }
  .blogs-column-little__title:hover {
    color: #00A0DC;
  }
}
.blogs-column-little__data {
  /* Если меньше контейнера */
  max-width: 280px;
  /* Если меньше контейнера */
  font-size: 14px;
  font-weight: 500;
  line-height: 171.4285714286%;
  letter-spacing: 0em;
  text-align: left;
  color: #838383;
}
@media (max-width: 1230px) {
  .blogs-column-little__data {
    max-width: calc(180px + 100 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .blogs-column-little__data {
    font-size: calc(12px + 2 * ((100vw - 320px) / 910));
  }
}
.blogs-column-little__btn {
  position: absolute;
  bottom: 5px;
  right: 0px;
  z-index: 2;
}

.blogs-column-big__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.blogs-column-big__image img {
  max-width: 100%;
}
.blogs-column-big__text-block {
  max-width: 600px;
  display: flex;
  flex-direction: column;
}
.blogs-column-big__text-block:not(:last-child) {
  margin-bottom: 15px;
}
.blogs-column-big__title {
  color: #fff;
}
@media (any-hover: hover) {
  .blogs-column-big__title {
    transition: color 0.2s ease 0s;
  }
  .blogs-column-big__title:hover {
    color: #00A0DC;
  }
}
.blogs-column-big__data {
  /* Если меньше контейнера */
  max-width: 280px;
  /* Если меньше контейнера */
  font-size: 14px;
  font-weight: 500;
  line-height: 171.4285714286%;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
@media (max-width: 1230px) {
  .blogs-column-big__data {
    max-width: calc(180px + 100 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .blogs-column-big__data {
    font-size: calc(12px + 2 * ((100vw - 320px) / 910));
  }
}
.blogs-column-big__btn {
  position: relative;
  left: -15px;
}

.eror__body img {
  max-width: 100%;
  border-radius: 26px;
}

.location__title:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 30px;
}
@media (max-width: 1230px) {
  .location__title:not(:last-child) {
    margin-bottom: calc(20px + 10 * ((100vw - 320px) / 910));
  }
}
.location__list {
  display: flex;
  flex-direction: column;
}
.location__list:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 40px;
}
@media (max-width: 1230px) {
  .location__list:not(:last-child) {
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / 910));
  }
}
.location-list__item {
  display: flex;
  flex-direction: column;
}
.location-list__item:not(:last-child) {
  margin-bottom: 20px;
}
.location-list__label {
  font-size: 14px;
  font-weight: 400;
  line-height: 121.4285714286%;
  letter-spacing: 0em;
  text-align: left;
  color: #949494;
}
.location-list__phone {
  /* Если меньше контейнера */
  font-size: 28px;
  font-weight: 400;
  line-height: 121.4285714286%;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
}
@media (max-width: 1230px) {
  .location-list__phone {
    font-size: calc(18px + 10 * ((100vw - 320px) / 910));
  }
}
@media (any-hover: hover) {
  .location-list__phone {
    transition: color 0.2s ease 0s;
  }
  .location-list__phone:hover {
    color: #00A0DC;
  }
}
.location-list__text {
  /* Если меньше контейнера */
  font-size: 18px;
  font-weight: 300;
  line-height: 122.2222222222%;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
}
@media (max-width: 1230px) {
  .location-list__text {
    font-size: calc(14px + 4 * ((100vw - 320px) / 910));
  }
}

.location-map__item {
  min-height: 420px;
  border-radius: 26px;
}
@media (max-width: 1920.2px) {
  .location-map__item {
    /* Если меньше контейнера */
    min-height: 420px;
  }
}
@media (max-width: 1920.2px) and (max-width: 1230px) {
  .location-map__item {
    min-height: calc(320px + 100 * ((100vw - 320px) / 910));
  }
}

.blog__image {
  padding-bottom: 32%;
  border-radius: 28px;
  overflow: hidden;
}
@media (max-width: 1024.2px) {
  .blog__image:not(:last-child) {
    /* Если меньше контейнера */
    margin-bottom: 30px;
  }
}
@media (max-width: 1024.2px) and (max-width: 1230px) {
  .blog__image:not(:last-child) {
    margin-bottom: calc(20px + 10 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 768.2px) {
  .blog__image {
    padding-bottom: 38%;
  }
}
@media (max-width: 480.2px) {
  .blog__image {
    padding-bottom: 52%;
  }
}
@media (any-hover: hover) {
  .blog__image img {
    transition: transform 0.3s ease 0s;
  }
  .blog__image:hover img {
    transform: scale(1.1);
  }
}
.blog__content {
  padding: 50px 160px 150px;
  margin: 0 auto;
  max-width: 1115px;
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  transform: translateY(-2%);
  background-color: #fff;
}
@media (max-width: 1920.2px) {
  .blog__content {
    /* Всегда */
    padding-top: calc(25px + 25 * ((100vw - 320px) / 1600));
    /* Всегда */
    padding-right: calc(20px + 140 * ((100vw - 320px) / 1600));
    /* Всегда */
    padding-left: calc(20px + 140 * ((100vw - 320px) / 1600));
    /* Всегда */
    padding-bottom: calc(40px + 110 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1024.2px) {
  .blog__content {
    transform: translateY(0%);
  }
}

.blog-content__data:not(:last-child) {
  margin-bottom: 5px;
}
.blog-content__main-title {
  max-width: 450px;
  display: inline-flex;
  position: relative;
}
.blog-content__main-title:after {
  content: "";
  width: 90px;
  height: 5px;
  position: absolute;
  /* Если меньше контейнера */
  bottom: -20px;
  left: 0;
  background-color: #DE5722;
}
@media (max-width: 1230px) {
  .blog-content__main-title:after {
    bottom: calc(-12px + -8 * ((100vw - 320px) / 910));
  }
}
.blog-content__main-title:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 40px;
}
@media (max-width: 1230px) {
  .blog-content__main-title:not(:last-child) {
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / 910));
  }
}
.blog-content__second-title {
  display: inline-flex;
  /* Если меньше контейнера */
  font-size: 22px;
  font-weight: 600;
  line-height: 122.7272727273%;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 1230px) {
  .blog-content__second-title {
    font-size: calc(18px + 4 * ((100vw - 320px) / 910));
  }
}
.blog-content__second-title:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 35px;
}
@media (max-width: 1230px) {
  .blog-content__second-title:not(:last-child) {
    margin-bottom: calc(25px + 10 * ((100vw - 320px) / 910));
  }
}
.blog-content__item:not(:last-child) {
  margin-bottom: 15px;
}
.blog-content__text {
  /* Если меньше контейнера */
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 1230px) {
  .blog-content__text {
    font-size: calc(14px + 2 * ((100vw - 320px) / 910));
  }
}
.blog-content__image img {
  max-width: 100%;
}
.blog-content__list {
  display: flex;
  flex-direction: column;
}
.blog-content__list-item {
  padding-left: 22px;
  display: inline-flex;
  position: relative;
  /* Если меньше контейнера */
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 1230px) {
  .blog-content__list-item {
    font-size: calc(14px + 2 * ((100vw - 320px) / 910));
  }
}
.blog-content__list-item:before {
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #00A0DC;
}

.product-main__body {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 28px;
  background-color: #fff;
}
@media (max-width: 768.2px) {
  .product-main__body {
    flex-direction: column;
    overflow: hidden;
    background-color: #F8F8F8;
  }
}
.product-main__slider {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background-color: #F8F8F8;
}
@media (min-width: 768.2px) {
  .product-main__slider {
    max-width: 410px;
  }
}
@media (max-width: 768.2px) {
  .product-main__slider {
    /* Если меньше контейнера */
    max-width: 725.2px;
  }
}
@media (max-width: 768.2px) and (max-width: 1230px) {
  .product-main__slider {
    max-width: calc(270.2px + 455 * ((100vw - 320px) / 910));
  }
}
.product-main__info {
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
}
@media (max-width: 1920.2px) {
  .product-main__info {
    /* Если меньше контейнера */
    padding-left: 50px;
    /* Если меньше контейнера */
    padding-right: 50px;
  }
}
@media (max-width: 1920.2px) and (max-width: 1230px) {
  .product-main__info {
    padding-left: calc(10px + 40 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1920.2px) and (max-width: 1230px) {
  .product-main__info {
    padding-right: calc(10px + 40 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 768.2px) {
  .product-main__info {
    overflow: hidden;
    border-radius: 28px;
    background-color: #fff;
  }
}

.product-slider__wrapper {
  display: inline-flex;
}
.product-slider__slide {
  /* Если меньше контейнера */
  padding-top: 60px;
  /* Если меньше контейнера */
  padding-left: 20px;
  /* Если меньше контейнера */
  padding-right: 20px;
  /* Если меньше контейнера */
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1230px) {
  .product-slider__slide {
    padding-top: calc(20px + 40 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .product-slider__slide {
    padding-left: calc(0px + 20 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .product-slider__slide {
    padding-right: calc(0px + 20 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .product-slider__slide {
    padding-bottom: calc(60px + 20 * ((100vw - 320px) / 910));
  }
}
.product-slider__slide img {
  max-width: 100%;
}
@media (max-width: 425.2px) {
  .product-slider__slide img {
    max-width: 50%;
  }
}
@media (any-hover: hover) {
  .product-slider__slide img {
    transition: transform 0.3s ease 0s;
  }
  .product-slider__slide:hover img {
    transform: scale(1.1);
  }
}
.product-slider__arrows {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.product-slider__arrow {
  position: absolute;
}
.product-slider__arrow_prev {
  /* Если меньше контейнера */
  left: 20px;
}
@media (max-width: 1230px) {
  .product-slider__arrow_prev {
    left: calc(0px + 20 * ((100vw - 320px) / 910));
  }
}
.product-slider__arrow_next {
  /* Если меньше контейнера */
  right: 20px;
}
@media (max-width: 1230px) {
  .product-slider__arrow_next {
    right: calc(0px + 20 * ((100vw - 320px) / 910));
  }
}
.product-slider__pagination {
  display: flex;
  align-items: center;
  position: absolute;
  /* Если меньше контейнера */
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  transition: background-color 0.2s ease 0s, opacity 0.3s ease 0s;
}
@media (max-width: 1230px) {
  .product-slider__pagination {
    bottom: calc(20px + 20 * ((100vw - 320px) / 910));
  }
}
.product-slider__pagination .swiper-pagination-bullet {
  width: 28px;
  height: 8px;
  cursor: pointer;
  border-radius: 333px;
  border: 1px solid #222;
}
.product-slider__pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 4px;
}
.product-slider__pagination .swiper-pagination-bullet-active {
  border: none;
  background-color: #222;
}

.product-info__main:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 50px;
}
@media (max-width: 1230px) {
  .product-info__main:not(:last-child) {
    margin-bottom: calc(25px + 25 * ((100vw - 320px) / 910));
  }
}
.product-info__for {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 121.4285714286%;
  letter-spacing: 0em;
  text-align: left;
  color: #949494;
}
.product-info__for:not(:last-child) {
  margin-bottom: 5px;
}
.product-info__text {
  max-width: 600px;
  font-size: 16px;
  font-weight: 300;
  line-height: 118.75%;
  letter-spacing: 0em;
  text-align: left;
}
.product-info__text:not(:last-child) {
  margin-bottom: 15px;
}
.product-info__title:not(:last-child) {
  margin-bottom: 5px;
}
.product-info__item {
  display: inline-block;
}
.product-info__item:not(:last-child) {
  margin-bottom: 15px;
}

.comparison__body {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  overflow: hidden;
}
.comparison__images {
  width: 100%;
  position: relative;
  /* Если меньше контейнера */
  height: 350px;
  overflow: hidden;
  /* Если меньше контейнера */
  border-radius: 28px;
}
@media (max-width: 1230px) {
  .comparison__images {
    height: calc(160px + 190 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .comparison__images {
    border-radius: calc(22px + 6 * ((100vw - 320px) / 910));
  }
}
.comparison__image {
  position: absolute;
  overflow: hidden;
}
.comparison__image img {
  /* Если меньше контейнера */
  height: 350px;
  display: block;
  vertical-align: middle;
}
@media (max-width: 1230px) {
  .comparison__image img {
    height: calc(160px + 190 * ((100vw - 320px) / 910));
  }
}
.comparison__btn {
  /* Если меньше контейнера */
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: ew-resize;
  background-color: #00A0DC;
}
@media (max-width: 1230px) {
  .comparison__btn {
    width: calc(5px + 3 * ((100vw - 320px) / 910));
  }
}
.comparison__btn:after {
  content: "";
  /* Если меньше контейнера */
  width: 62px;
  /* Если меньше контейнера */
  height: 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/icon/comparison.svg");
  background-position: center;
  /* Если меньше контейнера */
  background-size: 45px;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media (max-width: 1230px) {
  .comparison__btn:after {
    width: calc(35px + 27 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .comparison__btn:after {
    height: calc(35px + 27 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .comparison__btn:after {
    background-size: calc(25px + 20 * ((100vw - 320px) / 910));
  }
}
@media (any-hover: hover) {
  .comparison__btn:after {
    transition: background-color 0.3s ease 0s;
  }
  .comparison__btn:hover:after {
    background-color: #00A0DC;
  }
}

.column-product__title:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 50px;
}
@media (max-width: 1230px) {
  .column-product__title:not(:last-child) {
    margin-bottom: calc(20px + 30 * ((100vw - 320px) / 910));
  }
}
.column-product__list {
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 992.2px) {
  .column-product__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 552.2px) {
  .column-product__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.column-product__list-item {
  padding: 15px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.07);
  border-radius: 28px;
  background-color: #fff;
}
@media (any-hover: hover) {
  .column-product__list-item {
    transition: transform 0.3s ease 0s;
  }
  .column-product__list-item:hover {
    transform: translateY(-10px);
  }
}
.column-product__list-icon {
  padding: 10px;
  /* Если меньше контейнера */
  width: 75px;
  /* Если меньше контейнера */
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1230px) {
  .column-product__list-icon {
    width: calc(40px + 35 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .column-product__list-icon {
    height: calc(40px + 35 * ((100vw - 320px) / 910));
  }
}
.column-product__list-icon img {
  max-width: 100%;
}
.column-product__list-icon:before {
  content: "";
  /* Если меньше контейнера */
  width: 75px;
  /* Если меньше контейнера */
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #D9F1FA;
}
@media (max-width: 1230px) {
  .column-product__list-icon:before {
    width: calc(40px + 35 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .column-product__list-icon:before {
    height: calc(40px + 35 * ((100vw - 320px) / 910));
  }
}
.column-product__list-icon:not(:last-child) {
  margin-bottom: 10px;
}
.column-product__list-text {
  position: relative;
  z-index: 3;
  /* Если меньше контейнера */
  font-size: 16px;
  font-weight: 500;
  line-height: 112.5%;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 1230px) {
  .column-product__list-text {
    font-size: calc(14px + 2 * ((100vw - 320px) / 910));
  }
}

.product-tabs__title:not(:last-child) {
  margin-bottom: 20px;
}
.product-tabs__buttons {
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-tabs__buttons:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 40px;
}
@media (max-width: 1230px) {
  .product-tabs__buttons:not(:last-child) {
    margin-bottom: calc(20px + 20 * ((100vw - 320px) / 910));
  }
}
@media (min-width: 768.2px) {
  .product-tabs__slider {
    overflow-x: hidden;
  }
}

.product-tabs-buttons__btn {
  padding-top: 10px;
  /* Если меньше контейнера */
  padding-left: 20px;
  /* Если меньше контейнера */
  padding-right: 20px;
  padding-bottom: 10px;
  /* Если меньше контейнера */
  min-height: 60px;
  opacity: 0.7;
  border: 1px solid rgba(113, 113, 113, 0.1490196078);
  transition: opacity 0.2s ease 0s, background-color 0.2s ease 0s;
  background-color: transparent;
  /* Если меньше контейнера */
  font-size: 16px;
  font-weight: 600;
  line-height: 118.75%;
  color: #222;
}
@media (max-width: 1230px) {
  .product-tabs-buttons__btn {
    padding-left: calc(10px + 10 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .product-tabs-buttons__btn {
    padding-right: calc(10px + 10 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .product-tabs-buttons__btn {
    min-height: calc(50px + 10 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 1230px) {
  .product-tabs-buttons__btn {
    font-size: calc(14px + 2 * ((100vw - 320px) / 910));
  }
}
.product-tabs-buttons__btn._active {
  opacity: 1;
  background-color: #F3F3F3;
}
@media (any-hover: hover) {
  .product-tabs-buttons__btn:hover {
    background-color: #F3F3F3;
  }
}

.product-tabs-inner__content_info {
  /* Если меньше контейнера */
  padding: 40px;
  border-radius: 28px;
  background-color: #fff;
}
@media (max-width: 1230px) {
  .product-tabs-inner__content_info {
    padding: calc(15px + 25 * ((100vw - 320px) / 910));
  }
}
.product-tabs-inner__title {
  /* Если меньше контейнера */
  font-size: 18px;
  font-weight: 600;
  line-height: 122.2222222222%;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 1230px) {
  .product-tabs-inner__title {
    font-size: calc(16px + 2 * ((100vw - 320px) / 910));
  }
}
.product-tabs-inner__title:not(:last-child) {
  margin-bottom: 15px;
}
.product-tabs-inner__list:not(:last-child) {
  margin-bottom: 20px;
}
.product-tabs-inner__list-item {
  margin-left: 15px;
  list-style: decimal;
}
.product-tabs-inner__list-item:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 20px;
}
@media (max-width: 1230px) {
  .product-tabs-inner__list-item:not(:last-child) {
    margin-bottom: calc(10px + 10 * ((100vw - 320px) / 910));
  }
}
.product-tabs-inner__text:not(:last-child) {
  margin-bottom: 20px;
}
.product-tabs-inner__items {
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-tabs-inner__items-item {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  min-height: 40px;
  background-color: #F1F1F1;
  /* Если меньше контейнера */
  font-size: 16px;
  font-weight: 500;
  line-height: 112.5%;
  letter-spacing: 0em;
  text-align: left;
  color: #222;
}
@media (max-width: 1230px) {
  .product-tabs-inner__items-item {
    font-size: calc(14px + 2 * ((100vw - 320px) / 910));
  }
}
@media (any-hover: hover) {
  .product-tabs-inner__items-item {
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  }
  .product-tabs-inner__items-item:hover {
    background-color: #222;
    color: #fff;
  }
}

.product-tabs-slider__wrapper {
  display: inline-flex;
}
.product-tabs-slider__slide {
  padding-top: 20px;
  padding-left: 70px;
  padding-right: 150px;
  padding-bottom: 20px;
  min-height: 390px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  border-radius: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #B1E7FB;
}
@media (min-width: 768.2px) {
  .product-tabs-slider__slide {
    background-image: url("../img/page/base/main-slider/bg-pc.png");
  }
}
@media (max-width: 1920.2px) {
  .product-tabs-slider__slide {
    /* Всегда */
    padding-left: calc(20px + 50 * ((100vw - 320px) / 1600));
    /* Всегда */
    padding-right: calc(100px + 50 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1024.2px) {
  .product-tabs-slider__slide {
    padding-left: 40px;
    padding-right: 60px;
  }
}
@media (max-width: 768.2px) {
  .product-tabs-slider__slide {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    flex-direction: column;
    justify-content: flex-start;
    background-image: url("../img/page/base/main-slider/bg-mobile.png");
  }
}
.product-tabs-slider__slide .product-tabs-slider__arrows {
  opacity: 0;
  pointer-events: none;
}
.product-tabs-slider__slide .product-tabs-slider__pagination {
  opacity: 0;
  pointer-events: none;
}
.product-tabs-slider__slide.swiper-slide-active .product-tabs-slider__arrows {
  opacity: 1;
  pointer-events: auto;
}
.product-tabs-slider__slide.swiper-slide-active .product-tabs-slider__pagination {
  opacity: 1;
  pointer-events: auto;
}
.product-tabs-slider__text-block {
  max-width: 660px;
}
@media (max-width: 768.2px) {
  .product-tabs-slider__text-block:not(:last-child) {
    margin-bottom: 20px;
  }
}
.product-tabs-slider__title {
  display: inline-block;
  color: #222;
}
.product-tabs-slider__title:not(:last-child) {
  margin-bottom: 8px;
}
@media (any-hover: hover) {
  .product-tabs-slider__title {
    transition: color 0.2s ease 0s;
  }
  .product-tabs-slider__title:hover {
    color: #00A0DC;
  }
}
.product-tabs-slider__text:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 60px;
}
@media (max-width: 1230px) {
  .product-tabs-slider__text:not(:last-child) {
    margin-bottom: calc(20px + 40 * ((100vw - 320px) / 910));
  }
}
.product-tabs-slider__item {
  display: inline-block;
}
.product-tabs-slider__item:not(:last-child) {
  margin-bottom: 10px;
}
.product-tabs-slider__arrows {
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  transition: opacity 0.3s ease 0s;
}
@media (min-width: 768.2px) {
  .product-tabs-slider__arrows {
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 768.2px) {
  .product-tabs-slider__arrows {
    margin-top: 8px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.product-tabs-slider__arrow {
  background-color: transparent;
}
.product-tabs-slider__pagination {
  display: flex;
  align-items: center;
  position: absolute;
  /* Если меньше контейнера */
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  transition: background-color 0.2s ease 0s, opacity 0.3s ease 0s;
}
@media (max-width: 1230px) {
  .product-tabs-slider__pagination {
    bottom: calc(20px + 20 * ((100vw - 320px) / 910));
  }
}
.product-tabs-slider__pagination .swiper-pagination-bullet {
  /* Если меньше контейнера */
  width: 60px;
  height: 15px;
  cursor: pointer;
  border-radius: 333px;
  border: 1px solid #222;
}
@media (max-width: 1230px) {
  .product-tabs-slider__pagination .swiper-pagination-bullet {
    width: calc(40px + 20 * ((100vw - 320px) / 910));
  }
}
.product-tabs-slider__pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.product-tabs-slider__pagination .swiper-pagination-bullet-active {
  border: none;
  background-color: #222;
}

.page {
  /* Если меньше контейнера */
  padding-bottom: 150px;
  flex: 1 1 auto;
}
@media (max-width: 1230px) {
  .page {
    padding-bottom: calc(50px + 100 * ((100vw - 320px) / 910));
  }
}
.page.page-blog {
  background-color: #FBFBFB;
}
@media (min-width: 992.2px) {
  .page {
    /* Если меньше контейнера */
    padding-top: 170px;
  }
}
@media (min-width: 992.2px) and (max-width: 1230px) {
  .page {
    padding-top: calc(150px + 20 * ((100vw - 320px) / 910));
  }
}
@media (max-width: 992.2px) {
  .page {
    /* Если меньше контейнера */
    padding-top: 100px;
  }
}
@media (max-width: 992.2px) and (max-width: 1230px) {
  .page {
    padding-top: calc(100px + 0 * ((100vw - 320px) / 910));
  }
}
.page__main-block:not(:last-child) {
  margin-bottom: 85px;
}
.page__application:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 85px;
}
@media (max-width: 1230px) {
  .page__application:not(:last-child) {
    margin-bottom: calc(50px + 35 * ((100vw - 320px) / 910));
  }
}
.page__products:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 85px;
}
@media (max-width: 1230px) {
  .page__products:not(:last-child) {
    margin-bottom: calc(50px + 35 * ((100vw - 320px) / 910));
  }
}
.page__navigation-block {
  /* Если меньше контейнера */
  padding-top: 30px;
}
@media (max-width: 1230px) {
  .page__navigation-block {
    padding-top: calc(20px + 10 * ((100vw - 320px) / 910));
  }
}
.page__navigation-block:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 85px;
}
@media (max-width: 1230px) {
  .page__navigation-block:not(:last-child) {
    margin-bottom: calc(50px + 35 * ((100vw - 320px) / 910));
  }
}
.page__reviews:not(:last-child) {
  margin-bottom: 85px;
}
.page__partners:not(:last-child) {
  margin-bottom: 85px;
}
.page__blogs:not(:last-child) {
  margin-bottom: 85px;
}
.page__location:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 85px;
}
@media (max-width: 1230px) {
  .page__location:not(:last-child) {
    margin-bottom: calc(50px + 35 * ((100vw - 320px) / 910));
  }
}
.page__eror:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 85px;
}
@media (max-width: 1230px) {
  .page__eror:not(:last-child) {
    margin-bottom: calc(50px + 35 * ((100vw - 320px) / 910));
  }
}
.page__product-main:not(:last-child) {
  margin-bottom: 50px;
}
.page__comparison:not(:last-child) {
  /* Если меньше контейнера */
  margin-bottom: 50px;
}
@media (max-width: 1230px) {
  .page__comparison:not(:last-child) {
    margin-bottom: calc(20px + 30 * ((100vw - 320px) / 910));
  }
}
.page__column-product:not(:last-child) {
  margin-bottom: 40px;
}
.page__product-tabs:not(:last-child) {
  margin-bottom: 20px;
}
.page__product-tabs_slider {
  margin-bottom: 20px;
}
.page__product-tabs_slider:not(:last-child) {
  margin-bottom: 80px;
}

/*about*/
.about__image {
	background:url('/img/image 66.jpg') no-repeat;
    height: 381px;
	margin-bottom:-40px;
    border-radius: 28px;
    overflow: hidden;
}
.about__image_inner{padding: 50px 209px;}
.about__image_inner img	{padding-bottom:21px;}
.about__image_inner p {	
	font-size:16px;
	line-height:22px;
	font-weight:500;
}
.about__image_inner span {
    border-bottom: 5px solid #DE5722;
    display: block;
    width: 244px;
    padding-top: 18px;
}

@media (max-width: 768.2px) {
	
.about__image_inner {padding: 40px;}	
	.about__image_inner span{width: 89px;}
}