@charset "UTF-8";

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

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

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

._icon-tyumen:before {
  content: "\e902";
  color: #fff;
}

/*Обнуление*/

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #3F444A;
  line-height: 1;
  font-family: "Roboto";
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
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-weight: inherit;
  font-size: inherit;
}

/*--------------------*/

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

.page {
  position: relative;
  z-index: 0;
}

.page._z-index3 {
  z-index: 3;
}

.page-main .subscription::after {
  display: none;
}

.page__to-top {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1574EC;
  background: -o-linear-gradient(328.59deg, #4497FF 17.07%, #1574EC 80.45%);
  background: linear-gradient(121.41deg, #4497FF 17.07%, #1574EC 80.45%);
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(30, 28, 24, 0.19);
          box-shadow: 0px 0px 20px 0px rgba(30, 28, 24, 0.19);
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.page__to-top::before {
  color: #FFFFFF;
  -webkit-transform: rotate(-90deg) translateX(4px) translateY(1px);
      -ms-transform: rotate(-90deg) translateX(4px) translateY(1px);
          transform: rotate(-90deg) translateX(4px) translateY(1px);
  font-size: 1.5625rem;
}

.page__to-top._active {
  opacity: 1;
}

.lock {
  overflow: hidden;
}

[class*=__container] {
  max-width: 72.5rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.625rem;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

[class*=__container] {
  position: relative;
  z-index: 2;
}

.section-title {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.175;
}

.section-title span {
  color: #1574EC;
}

.btn {
  display: inline-block;
  border-radius: 20px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #E9F3FF;
  text-align: center;
  padding: 1.75rem;
  max-width: 20.8125rem;
  width: 100%;
  line-height: 1.25;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  background: #0F6DE3;
  background: -o-radial-gradient(41.74% 0%, 100% 100%, #4D9CFF 0%, #0F6DE3 100%);
  background: radial-gradient(100% 100% at 41.74% 0%, #4D9CFF 0%, #0F6DE3 100%);
  -webkit-box-shadow: 0px 4px 0px #0960CD;
          box-shadow: 0px 4px 0px #0960CD;
  overflow: hidden;
}

.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: #0F6DE3;
  border-radius: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../img/img-btn-shop.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 88px;
  height: 73px;
}

.btn span {
  z-index: 2;
  position: relative;
}

.btn-shop {
  color: #E9F3FF;
  background: #0F6DE3;
  background: -o-radial-gradient(41.74% 0%, 100% 100%, #4D9CFF 0%, #0F6DE3 100%);
  background: radial-gradient(100% 100% at 41.74% 0%, #4D9CFF 0%, #0F6DE3 100%);
  -webkit-box-shadow: 0px 4px 0px #0960CD;
          box-shadow: 0px 4px 0px #0960CD;
}

.btn-shop::before {
  background: #0F6DE3;
}

.btn-shop::after {
  background-image: url("../img/img-btn-shop.svg");
  width: 88px;
  height: 73px;
}

.btn-ozon {
  color: #3B60A4;
  background: #BBD9FF;
  background: -o-radial-gradient(38.32% -6.31%, 106.31% 106.31%, #E1EEFF 0%, #BBD9FF 100%);
  background: radial-gradient(106.31% 106.31% at 38.32% -6.31%, #E1EEFF 0%, #BBD9FF 100%);
  -webkit-box-shadow: 0px 4px 0px #75A4DF;
          box-shadow: 0px 4px 0px #75A4DF;
}

.btn-ozon::before {
  background: #BBD9FF;
}

.btn-ozon::after {
  background-image: url("../img/img-btn-ozon.svg");
  width: 118px;
  height: 48px;
}

.btn-trc {
  display: inline-block;
  border-radius: 20px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #E9F3FF;
  text-align: center;
  padding: 1.0625rem;
  max-width: 17.75rem;
  width: 100%;
  line-height: 1.25;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  background: #1574EC;
  background: -o-linear-gradient(328.59deg, #4497FF 17.07%, #1574EC 80.45%);
  background: linear-gradient(121.41deg, #4497FF 17.07%, #1574EC 80.45%);
  -webkit-box-shadow: 0px 4px 0px #0960CD;
          box-shadow: 0px 4px 0px #0960CD;
  overflow: hidden;
}

.btn-trc::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: #1574EC;
  border-radius: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-trc img {
  z-index: 2;
  position: relative;
}

.swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.3125rem;
  height: 4.3125rem;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 3px 6px 14px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 6px 14px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-button::after {
  display: none;
}

.swiper-button::before {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.875rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-button.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next::before {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.swiper-button-prev::before {
  -webkit-transform: translateX(-1px);
      -ms-transform: translateX(-1px);
          transform: translateX(-1px);
}

.products__dotts,
.reviews__dotts {
  text-align: center;
}

.products__dotts .swiper-pagination-bullet,
.reviews__dotts .swiper-pagination-bullet {
  width: 0.5625rem;
  height: 0.5625rem;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 2rem;
  padding-bottom: 2.25rem;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  width: 100%;
  height: auto;
  z-index: 10;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.25rem;
}

.header__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
}

.header__connection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

.header__phone {
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #FEFEFE;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@supports (gap: clamp( 0.9375rem , -4.0444572748rem  +  10.3926096998vw , 3.75rem )) {
  .menu__list {
    gap: clamp( 0.9375rem , -4.0444572748rem  +  10.3926096998vw , 3.75rem );
  }
}

@supports not (gap: clamp( 0.9375rem , -4.0444572748rem  +  10.3926096998vw , 3.75rem )) {
  .menu__list {
    gap: calc(0.9375rem + 2.8125 * (100vw - 47.9375rem) / 27.0625);
  }
}

.menu__item {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875;
  text-transform: uppercase;
  color: #FFFFFF;
}

.menu__link {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.1875rem 0;
  display: block;
}

.icon-menu {
  display: none;
}

.footer {
  padding-top: 6.25rem;
  padding-bottom: 4.375rem;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
}

.footer__connection {
  max-width: 43.125rem;
  width: 100%;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__row:nth-child(1) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 207px;
}

.footer__row:nth-child(2) {
  gap: 45px;
}

.footer__row:not(:last-child) {
  margin-bottom: 3.875rem;
}

.footer__phone {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.1666666667;
  color: #1574EC;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__item {
  font-size: 1rem;
  line-height: 1.1875;
  max-width: 20.4375rem;
  width: 100%;
}

.footer__item:nth-child(1) {
  margin-bottom: 1.5625rem;
}

.footer__item:nth-child(2) {
  margin-bottom: 1.4375rem;
}

.footer__item b {
  display: block;
}

.footer__btns {
  min-width: 20.8125rem;
}

.footer__btns .btn {
  display: block;
  padding: 1.5625rem;
  font-size: 1.25rem;
  line-height: 1.15;
}

.footer__btns .btn:not(:last-child) {
  margin-bottom: 2rem;
}

.main-block {
  padding-top: 13.125rem;
  padding-bottom: 12.1875rem;
  position: relative;
}

.main-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.125rem;
}

.main-block__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-block__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 62, 62, 0.62);
  z-index: 1;
}

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

.main-block__info {
  max-width: 44.375rem;
  width: 100%;
}

.main-block__title {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1.18;
  text-transform: uppercase;
  color: #FFFFFF;
}

.main-block__title span {
  padding-left: 3.125rem;
  position: relative;
}

.no-webp .main-block__title span::before{
  background-image: url("../img/main-block/icon-img.png"); }

.main-block__title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.25rem;
  height: 4.25rem;
  background-size: cover;
}

.main-block__subtitle {
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.175;
  line-height: 47px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.main-block__subtitle:not(:last-child) {
  margin-bottom: 3.4375rem;
}

.main-block__text {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.15;
  color: rgba(255, 255, 255, 0.7);
}

.main-block__text:not(:last-child) {
  margin-bottom: 2.6875rem;
}

.main-block__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.625rem;
}

.advantages {
  width: 17.1875rem;
}

.advantages__item {
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  border-radius: 20px;
  padding: 1.875rem 1.5rem;
}

.advantages__item:not(:last-child) {
  margin-bottom: 1.125rem;
}

.advantages__item-title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.4375rem;
}

.advantages__item-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
}

.products {
  padding-top: 12rem;
  padding-bottom: 7.5625rem;
  position: relative;
}

.products__title {
  margin-bottom: 3.875rem;
}

.products__slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.products__dotts {
  display: none;
}

.products .swiper-button-next,
.products .swiper-button-prev {
  top: 12px;
}

.products .swiper-button-prev {
  left: auto;
  right: 95px;
}

.slide-products--width-max {
  width: 24.1875rem;
}

.slide-products--width-min {
  width: 15.875rem;
}

.slide-products__img {
  width: 100%;
  height: 18.125rem;
}

.slide-products__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-products__name {
  background: #1574EC;
  background: -o-linear-gradient(328.59deg, #4497FF 17.07%, #1574EC 80.45%);
  background: linear-gradient(121.41deg, #4497FF 17.07%, #1574EC 80.45%);
  border-radius: 0px 0px 20px 20px;
  padding: 0.5rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.1875;
  color: #FFFFFF;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.trc {
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}

.trc__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.125rem;
}

.trc__content {
  min-width: 33.75rem;
}

.trc__title:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.trc__text:not(:last-child) {
  margin-bottom: 3.125rem;
}

.trc__desc:not(:last-child) {
  margin-bottom: 2.25rem;
}

.trc__img {
  max-width: 29.875rem;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.trc__img-ibg {
  padding-bottom: 27.5%;
}

.trc__img-ibg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.quality {
  padding-top: 8.125rem;
  padding-bottom: 4.375rem;
}

.box-quality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.125rem;
  background: #1574EC;
  background: -o-linear-gradient(328.59deg, #4497FF 17.07%, #1574EC 80.45%);
  background: linear-gradient(121.41deg, #4497FF 17.07%, #1574EC 80.45%);
  border-radius: 20px;
  padding: 4.375rem 6.25rem;
  color: #fff;
}

.box-quality__img {
  max-width: 28.125rem;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-top: -117px;
}

.box-quality__img-ibg {
  padding-bottom: 31.289640592%;
}

.box-quality__img-ibg img {
  width: 100%;
  height: 100%;
  display: block;
}

.box-quality__desc {
  max-width: 27.875rem;
  width: 100%;
}

.box-quality__title {
  margin-bottom: 1.0625rem;
}

.box-quality__text {
  font-size: 1rem;
  line-height: 1.1875;
}

.characteristics {
  padding-top: 7.5rem;
  padding-bottom: 10.6875rem;
  position: relative;
  overflow: hidden;
}

.characteristics__decor {
  position: absolute;
}

.characteristics__decor:nth-child(1) {
  top: -29px;
  left: 44%;
}

.characteristics__decor:nth-child(2) {
  bottom: 119px;
  left: 33%;
}

.characteristics__decor:nth-child(3) {
  bottom: 94px;
  right: 164px;
}

.characteristics__container {
  position: relative;
}

.characteristics__title {
  margin-bottom: 4.5rem;
  max-width: 40.0625rem;
}

.characteristics__img-max {
  width: 60.8620689655%;
  padding-bottom: 48.5344827586%;
  margin-right: -40px;
  margin-left: auto;
}

.characteristics__img-min {
  width: 31.2931034483%;
  padding-bottom: 28.275862069%;
  position: absolute;
  top: 50%;
  left: 38%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.characteristics__logo {
  position: absolute;
  bottom: 1.5625rem;
  right: 1.25rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 28px rgba(23, 76, 143, 0.17);
          box-shadow: 0px 2px 28px rgba(23, 76, 143, 0.17);
  border-radius: 100px;
  padding: 0.875rem 1.75rem;
  display: inline-block;
}

.characteristics__logo img {
  width: 7.75rem;
}

.characteristics__items {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.characteristics__item {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875;
  max-width: 19.375rem;
  width: 100%;
  position: absolute;
}

.characteristics__item span {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  margin-top: 0.6875rem;
}

.characteristics__item:nth-child(1) {
  top: 24.276169265%;
  left: 10px;
}

.characteristics__item:nth-child(1) .characteristics__item-line {
  position: absolute;
  width: 205px;
  height: 1px;
  background-color: #3F444A;
  bottom: 0;
  left: 0;
}

.characteristics__item:nth-child(1) .characteristics__item-line::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url("../img/characteristics/tip.svg");
  bottom: -143px;
  right: -109px;
}

.characteristics__item:nth-child(1) .characteristics__item-line::after {
  content: "";
  position: absolute;
  width: 154px;
  height: 1px;
  background-color: #3F444A;
  bottom: -62px;
  right: -123px;
  -webkit-transform: rotate(53deg);
      -ms-transform: rotate(53deg);
          transform: rotate(53deg);
}

.characteristics__item:nth-child(2) {
  top: 52.3385300668%;
  left: 10px;
}

.characteristics__item:nth-child(2) .characteristics__item-line {
  position: absolute;
  width: 213px;
  height: 1px;
  background-color: #3F444A;
  bottom: 0;
  left: 0;
}

.characteristics__item:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url("../img/characteristics/tip.svg");
  bottom: -57px;
  right: -78px;
}

.characteristics__item:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 161px;
  height: 1px;
  background-color: #3F444A;
  bottom: -21px;
  right: -60px;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}

.characteristics__item:nth-child(3) {
  bottom: 40px;
  left: 10px;
}

.characteristics__item:nth-child(3) .characteristics__item-line {
  position: absolute;
  width: 407px;
  height: 1px;
  background-color: #3F444A;
  bottom: 52%;
  left: 0;
}

.characteristics__item:nth-child(3) .characteristics__item-line::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url("../img/characteristics/tip.svg");
  bottom: 43px;
  right: -169px;
}

.characteristics__item:nth-child(3) .characteristics__item-line::after {
  content: "";
  position: absolute;
  width: 158px;
  height: 1px;
  background-color: #3F444A;
  bottom: 24px;
  right: -152px;
  -webkit-transform: rotate(-18deg);
      -ms-transform: rotate(-18deg);
          transform: rotate(-18deg);
}

.work {
  position: relative;
  padding-top: 9.375rem;
  padding-bottom: 13rem;
  overflow: hidden;
  background: #DBDBDB;
}

.work__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.item-work {
  background: #FFFFFF;
  border-radius: 20px;
  max-width: 35rem;
  width: 100%;
  padding: 2.875rem 2.625rem 3.25rem 3.75rem;
}

.item-work:not(:last-child) {
  margin-bottom: 1.875rem;
}

.item-work__title {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.1666666667;
  margin-bottom: 1.875rem;
}

.item-work__text {
  font-size: 16px;
  line-height: 19px;
}

.reviews {
  padding-top: 12rem;
  padding-bottom: 7rem;
  position: relative;
}

.reviews__container {
  padding: 0 10px;
}

.reviews__title {
  margin-bottom: 3.875rem;
  max-width: 79.3103448276%;
  width: 100%;
}

.reviews__dotts {
  display: none;
}

.reviews__swiper-button-next,
.reviews__swiper-button-prev {
  top: -11px;
  position: absolute;
}

.reviews__swiper-button-next {
  right: 15px;
}

.reviews__swiper-button-prev {
  left: auto;
  right: 105px;
}

.item-reviews {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 20px;
  padding: 1.875rem 1.25rem 2.8125rem 2rem;
}

.item-reviews__name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.1666666667;
  margin-bottom: 0.625rem;
}

.item-reviews__date {
  font-size: 0.875rem;
  line-height: 1.1428571429;
  color: #65696E;
  margin-bottom: 0.9375rem;
}

.item-reviews__text {
  font-size: 0.875rem;
  line-height: 1.1428571429;
}

.item-reviews__text p:not(:last-child) {
  margin-bottom: 0.9375rem;
}

@media (max-width: 40em) {
  .header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .header__wrapp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }

  .menu__list {
    margin-bottom: 3.125rem;
  }

  .characteristics__decor:nth-child(2) {
    left: 5%;
  }

  .characteristics__img-max {
    width: 508px;
    padding-bottom: 405px;
    bottom: 0;
    left: -175px;
  }

  .characteristics__item:nth-child(1) .characteristics__item-line::before {
    bottom: -118px;
    right: -187px;
  }

  .characteristics__item:nth-child(1) .characteristics__item-line::after {
    width: 196px;
    bottom: -51px;
    right: -182px;
    -webkit-transform: rotate(31deg);
        -ms-transform: rotate(31deg);
            transform: rotate(31deg);
  }

  .characteristics__item:nth-child(2)::before {
    right: -160px;
  }

  .characteristics__item:nth-child(2)::after {
    width: 196px;
    bottom: -38px;
    right: -148px;
    -webkit-transform: rotate(23deg);
        -ms-transform: rotate(23deg);
            transform: rotate(23deg);
  }
}

@media (max-width: 72.5em) {
  .products__slider {
    margin-left: -10px;
    margin-right: -10px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 68.75em) {
  .footer__row:nth-child(1) {
    gap: 0;
  }

  .footer__row:nth-child(2) {
    gap: 0;
  }

  .footer__row:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__item {
    max-width: 100%;
  }

  .footer__item br {
    display: none;
  }
}

@media (max-width: 61.99875em) {
  .header__wrapp {
    gap: 1.875rem;
  }

  .footer {
    padding-top: 5rem;
    padding-bottom: 3.9375rem;
  }

  .main-block {
    padding-top: 11.875rem;
    padding-bottom: 9.375rem;
  }

  .main-block__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-block__info {
    max-width: 100%;
  }

  .main-block__subtitle:not(:last-child) {
    margin-bottom: 2.1875rem;
  }

  .main-block__text:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .main-block__btns {
    gap: 0.9375rem;
  }

  .advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
    width: 100%;
  }

  .advantages__item:not(:last-child) {
    margin-bottom: 0;
  }

  .advantages__item {
    width: 17.1875rem;
  }

  .products {
    padding-top: 7.625rem;
    padding-bottom: 6.25rem;
  }

  .trc {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .trc__content {
    min-width: 21.25rem;
  }

  .quality {
    padding-top: 6.25rem;
    padding-bottom: 3.125rem;
  }

  .box-quality {
    padding: 3.125rem 3.125rem;
  }

  .box-quality__img {
    margin-top: -80px;
  }

  .characteristics {
    padding-top: 6.25rem;
    padding-bottom: 9.4375rem;
  }

  .characteristics__decor:nth-child(1) {
    width: 350px;
    top: 107px;
    left: 64%;
  }

  .characteristics__decor:nth-child(2) {
    width: 350px;
    bottom: 31px;
    left: 63%;
  }

  .characteristics__decor:nth-child(3) {
    width: 350px;
    bottom: 128px;
    right: 270px;
  }

  .characteristics__item:nth-child(1) .characteristics__item-line::before {
    bottom: -131px;
    right: -82px;
  }

  .characteristics__item:nth-child(1) .characteristics__item-line::after {
    width: 129px;
    bottom: -55px;
    right: -98px;
    -webkit-transform: rotate(59deg);
        -ms-transform: rotate(59deg);
            transform: rotate(59deg);
  }

  .characteristics__item:nth-child(2)::before {
    bottom: -39px;
    right: -21px;
  }

  .characteristics__item:nth-child(2)::after {
    width: 99px;
    bottom: -13px;
    right: 0px;
  }

  .characteristics__item:nth-child(3) .characteristics__item-line::before {
    bottom: 21px;
    right: -99px;
  }

  .characteristics__item:nth-child(3) .characteristics__item-line::after {
    width: 82px;
    bottom: 13px;
    right: -80px;
  }

  .work {
    padding-top: 7.5rem;
    padding-bottom: 9.375rem;
  }

  .work__img img {
    -o-object-position: 68%;
       object-position: 68%;
  }

  .reviews {
    padding-top: 9.5rem;
    padding-bottom: 6.25rem;
  }

  .reviews__title {
    max-width: 77.5862068966%;
  }
}

@media (max-width: 47.99875em) {
  .page__to-top {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 2.8125rem;
    height: 2.8125rem;
  }

  .page__to-top::before {
    font-size: 1.25rem;
    -webkit-transform: rotate(-90deg) translateX(2px) translateY(0px);
        -ms-transform: rotate(-90deg) translateX(2px) translateY(0px);
            transform: rotate(-90deg) translateX(2px) translateY(0px);
  }

  .header {
    background: transparent;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }

  .header__logo {
    margin-right: -30px;
  }

  .header__logo img {
    width: 7.5rem;
  }

  .menu__body {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: -1000%;
    right: 0;
    overflow-y: auto;
    background: #1574ec;
    background: -o-linear-gradient(328.59deg, #4497FF 17.07%, #1574EC 80.45%);
    background: linear-gradient(121.41deg, #4497FF 17.07%, #1574EC 80.45%);
    padding: 7.5rem 0.9375rem 3.125rem 0.9375rem;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    z-index: 4;
    text-align: center;
  }

  .menu-open .menu__body {
    top: 0;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }

  .menu__item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.5625rem;
    height: 0.9375rem;
    cursor: pointer;
    z-index: 10;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .icon-menu::before {
    top: 0px;
  }

  .icon-menu::after {
    bottom: 0px;
  }

  .icon-menu span {
    top: calc(50% - 1px);
  }

  .menu-open .icon-menu span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .menu-open .icon-menu::before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .menu-open .icon-menu::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .footer {
    padding-top: 3.125rem;
  }

  .footer__container {
    gap: 2.0625rem;
  }

  .footer__phone {
    font-size: 1.5625rem;
    line-height: 1.16;
  }

  .footer__item {
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }

  .footer__btns {
    min-width: 18.75rem;
  }

  .footer__btns .btn {
    font-size: 1.125rem;
    line-height: 1.1666666667;
  }

  .main-block {
    padding-top: 11.0625rem;
    padding-bottom: 4.4375rem;
  }

  .main-block__img img {
    -o-object-position: 60%;
       object-position: 60%;
  }

  .main-block__info {
    text-align: center;
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .main-block__subtitle:not(:last-child) {
    margin-bottom: 1.1875rem;
  }

  .main-block__text:not(:last-child) {
    margin-bottom: 4.4375rem;
  }

  .main-block__text {
    max-width: 22.3125rem;
  }

  .main-block__btns {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.625rem;
  }

  .advantages {
    display: none;
  }

  .products {
    padding-top: 6.25rem;
  }

  .products__title {
    margin-bottom: 3.25rem;
  }

  .products__swiper {
    margin-bottom: 2.6875rem;
  }

  .products__dotts {
    display: block;
  }

  .trc {
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
  }

  .trc__content {
    min-width: 100%;
    text-align: center;
  }

  .trc__desc:not(:last-child) {
    margin-bottom: 1.25rem;
    text-align: left;
  }

  .trc__img {
    max-width: 100%;
  }

  .trc__img-ibg {
    padding-bottom: 19.375rem;
  }

  .quality {
    padding: 0;
  }

  .box-quality {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border-radius: 0;
    width: calc(100% + 20px);
    min-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    padding: 6.25rem 0.625rem;
  }

  .box-quality__img {
    margin-top: 0;
    max-width: 100%;
  }

  .box-quality__img-ibg {
    padding-bottom: 19.625rem;
  }

  .box-quality__desc {
    max-width: 85%;
  }

  .box-quality__title {
    margin-bottom: 1.25rem;
  }

  .characteristics {
    padding-bottom: 6.25rem;
  }

  .characteristics__decor:nth-child(1) {
    width: 406px;
    top: 166px;
    left: 52%;
  }

  .characteristics__decor:nth-child(2) {
    width: 398px;
    bottom: 11px;
    left: 20%;
  }

  .characteristics__decor:nth-child(3) {
    width: 350px;
    bottom: auto;
    top: 441px;
    right: 103px;
  }

  .characteristics__container {
    height: 64.375rem;
  }

  .characteristics__title {
    margin-bottom: 9.8125rem;
    max-width: 100%;
  }

  .characteristics__img-max {
    width: 556px;
    padding-bottom: 443px;
    -webkit-transform: scale(-1, 1) rotate(5deg);
        -ms-transform: scale(-1, 1) rotate(5deg);
            transform: scale(-1, 1) rotate(5deg);
    position: absolute;
    bottom: 0;
    left: -130px;
  }

  .characteristics__img-min {
    width: 374px;
    padding-bottom: 337px;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
    top: 225px;
    left: auto;
    right: -50px;
  }

  .characteristics__logo {
    padding: 0.625rem 1.1875rem;
    bottom: auto;
    top: 544px;
    right: 6.25rem;
  }

  .characteristics__logo img {
    width: 5.5rem;
  }

  .characteristics__item {
    max-width: 15.8125rem;
  }

  .characteristics__item:nth-child(1) .characteristics__item-line::before {
    bottom: -127px;
    right: -279px;
  }

  .characteristics__item:nth-child(1) .characteristics__item-line::after {
    width: 282px;
    bottom: -55px;
    right: -271px;
    -webkit-transform: rotate(23deg);
        -ms-transform: rotate(23deg);
            transform: rotate(23deg);
  }

  .characteristics__item:nth-child(2) {
    top: 37.8619153675%;
  }

  .characteristics__item:nth-child(2)::before {
    bottom: -94px;
    right: -212px;
  }

  .characteristics__item:nth-child(2)::after {
    width: 245px;
    bottom: -40px;
    right: -198px;
    -webkit-transform: rotate(19deg);
        -ms-transform: rotate(19deg);
            transform: rotate(19deg);
  }

  .characteristics__item:nth-child(3) {
    left: auto;
    right: 10px;
    bottom: 195px;
  }

  .characteristics__item:nth-child(3) .characteristics__item-line {
    width: 250px;
    bottom: 58%;
    left: 2px;
  }

  .characteristics__item:nth-child(3) .characteristics__item-line::before {
    bottom: -97px;
    right: auto;
    left: -134px;
  }

  .characteristics__item:nth-child(3) .characteristics__item-line::after {
    width: 140px;
    bottom: -40px;
    right: auto;
    left: -126px;
    -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }

  .work {
    padding-top: 26.1875rem;
    padding-bottom: 6.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .work__img {
    width: 79.5rem;
    height: 39.875rem;
    left: auto;
    right: -170px;
  }

  .item-work__title span {
    color: #1574EC;
  }

  .reviews {
    padding-top: 6.25rem;
  }

  .reviews__title {
    max-width: 100%;
    margin-bottom: 3rem;
  }

  .reviews__slider {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .reviews__swiper {
    margin-bottom: 2.6875rem;
  }

  .reviews__slide {
    width: 22.5rem;
  }

  .reviews__dotts {
    display: block;
  }

  .reviews__swiper-button-next,
  .reviews__swiper-button-prev {
    display: none;
  }
}

@media (max-width: 47.9375em) {
  .menu__list {
    gap: inherit;
  }
}

@media (max-width: 35.9375em) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__row:nth-child(1) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__row:nth-child(2) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 29.99875em) {
  .page {
    font-size: 0.875rem;
  }

  .section-title {
    font-size: 1.5625rem;
  }

  .btn {
    font-size: 1.125rem;
    padding: 1.5625rem;
  }

  .btn::after {
    width: 80px;
    height: 60px;
  }

  .btn-shop::after {
    width: 80px;
    height: 60px;
  }

  .btn-ozon::after {
    width: 100px;
    height: 34px;
  }

  .products__dotts .swiper-pagination-bullet,
  .reviews__dotts .swiper-pagination-bullet {
    width: 0.375rem;
    height: 0.375rem;
    margin: 0 2px !important;
  }

  .header {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .header__container {
    padding: 0 0.625rem;
  }

  .header__wrapp {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
  }

  .footer {
    padding-top: 1.4375rem;
    padding-bottom: 2.3125rem;
  }

  .footer__row:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .footer__item:nth-child(1) {
    margin-bottom: 1.125rem;
  }

  .footer__item:nth-child(2) {
    margin-bottom: 2.375rem;
  }

  .footer__btns .btn:not(:last-child) {
    margin-bottom: 1.4375rem;
  }

  .main-block {
    padding-top: 9.5625rem;
    padding-bottom: 4.0625rem;
  }

  .main-block__title {
    font-size: 2rem;
    line-height: 38px;
    margin-bottom: 0.375rem;
  }

  .main-block__title span {
    font-size: 2.5rem;
    line-height: 47px;
  }

  .main-block__title span::before {
    -webkit-transform: translateY(-58%);
        -ms-transform: translateY(-58%);
            transform: translateY(-58%);
  }

  .main-block__subtitle {
    font-size: 1.875rem;
    line-height: 35px;
  }

  .main-block__subtitle:not(:last-child) {
    margin-bottom: 2.375rem;
  }

  .main-block__text:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .main-block__text {
    max-width: 100%;
    font-size: 1rem;
  }

  .main-block__btns {
    gap: 1.4375rem;
  }

  .products {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }

  .products__title {
    margin-bottom: 2.6875rem;
  }

  .products__title {
    margin-bottom: 2.1875rem;
    text-align: center;
  }

  .products__swiper {
    margin-bottom: 1.4375rem;
  }

  .products .swiper-button-next,
  .products .swiper-button-prev {
    display: none;
  }

  .slide-products--width-max {
    width: 15.25rem;
  }

  .slide-products--width-min {
    width: 10rem;
  }

  .slide-products__img {
    height: 11.25rem;
  }

  .slide-products__name {
    padding: 0.3125rem 0.8125rem;
    font-size: 0.875rem;
    border-radius: 0px 0px 12px 12px;
  }

  .trc {
    padding-top: 0.625rem;
    padding-bottom: 4.125rem;
  }

  .trc__title:not(:last-child) {
    margin-bottom: 2.1875rem;
  }

  .trc__title {
    font-size: 1.25rem;
  }

  .trc__text:not(:last-child) {
    margin-bottom: 4.375rem;
  }

  .trc__desc:not(:last-child) {
    margin-bottom: 0;
  }

  .trc__btn {
    margin-top: -2.1875rem;
  }

  .trc__img {
    border-radius: 0;
    width: calc(100% + 20px);
    min-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }

  .box-quality {
    padding: 4.6875rem 0.625rem 3.9375rem;
  }

  .box-quality__img-ibg {
    padding-bottom: 18.125rem;
  }

  .box-quality__desc {
    max-width: 100%;
  }

  .box-quality__title {
    margin-bottom: 2.1875rem;
  }

  .characteristics {
    padding-top: 4.6875rem;
    padding-bottom: 1.125rem;
  }

  .characteristics__decor:nth-child(3) {
    width: 295px;
    top: 241px;
    right: 40px;
  }

  .characteristics__container {
    height: 60.3125rem;
  }

  .characteristics__img-max {
    width: 409px;
    padding-bottom: 326px;
    left: -102px;
  }

  .characteristics__img-min {
    width: 274px;
    padding-bottom: 248px;
    top: 115px;
    right: -87px;
  }

  .characteristics__logo {
    display: none;
  }

  .characteristics__item span {
    margin-top: 0.3125rem;
  }

  .characteristics__item:nth-child(1) {
    max-width: 9.375rem;
    top: 11.135857461%;
  }

  .characteristics__item:nth-child(1) .characteristics__item-line {
    width: 117px;
  }

  .characteristics__item:nth-child(1) .characteristics__item-line::before {
    bottom: -91px;
    right: -205px;
  }

  .characteristics__item:nth-child(1) .characteristics__item-line::after {
    width: 199px;
    bottom: -37px;
    right: -192px;
    -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
            transform: rotate(22deg);
  }

  .characteristics__item:nth-child(2) {
    max-width: 9.375rem;
    top: 22.271714922%;
  }

  .characteristics__item:nth-child(2) .characteristics__item-line {
    width: 140px;
  }

  .characteristics__item:nth-child(2)::before {
    right: -179px;
    bottom: -69px;
  }

  .characteristics__item:nth-child(2)::after {
    width: 177px;
    bottom: -27px;
    right: -162px;
    -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
            transform: rotate(18deg);
  }

  .characteristics__item:nth-child(3) {
    left: 10px;
    right: 10px;
    bottom: 391px;
    max-width: 90%;
  }

  .characteristics__item:nth-child(3) .characteristics__item-line {
    width: 100%;
    bottom: -9%;
    left: 0px;
  }

  .characteristics__item:nth-child(3) .characteristics__item-line::before {
    bottom: -173px;
    right: auto;
    left: 39px;
  }

  .characteristics__item:nth-child(3) .characteristics__item-line::after {
    width: 160px;
    bottom: -76px;
    right: auto;
    left: -57px;
    -webkit-transform: rotate(73deg);
        -ms-transform: rotate(73deg);
            transform: rotate(73deg);
  }

  .work {
    padding-top: 17.25rem;
    padding-bottom: 4.6875rem;
  }

  .work__img {
    width: 47.25rem;
    height: 23.75rem;
    right: -85px;
  }

  .item-work {
    padding: 1.875rem 1.5625rem 2.5rem;
  }

  .item-work:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .item-work__title {
    font-size: 1.5625rem;
  }

  .reviews {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }

  .reviews__title {
    margin-bottom: 2.1875rem;
  }

  .reviews__swiper {
    margin-bottom: 2.1875rem;
  }

  .reviews__slide {
    width: 18.75rem;
  }

  .item-reviews {
    padding: 1.875rem 1rem 1.25rem 2rem;
  }

  .item-reviews__text p:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}

@media (max-width: 23.75em) {
  .characteristics__item:nth-child(1) {
    top: 14.4766146993%;
  }

  .characteristics__item:nth-child(1) .characteristics__item-line::before {
    right: -100px;
    bottom: -65px;
  }

  .characteristics__item:nth-child(1) .characteristics__item-line::after {
    width: 95px;
    bottom: -24px;
    right: -87px;
    -webkit-transform: rotate(31deg);
        -ms-transform: rotate(31deg);
            transform: rotate(31deg);
  }

  .characteristics__item:nth-child(2) {
    top: 24.4988864143%;
  }

  .characteristics__item:nth-child(2)::before {
    right: -82px;
    bottom: -55px;
  }

  .characteristics__item:nth-child(2)::after {
    width: 83px;
    bottom: -19px;
    right: -67px;
    -webkit-transform: rotate(28deg);
        -ms-transform: rotate(28deg);
            transform: rotate(28deg);
  }
}

@media (max-width: 20.625em) {
  .box-quality__img-ibg {
    padding-bottom: 11.875rem;
  }
}

@media (any-hover: hover) {
  .page__to-top:hover {
    background: #E2A300;
  }

  .btn:hover::before {
    opacity: 1;
  }

  .btn-trc:hover::before {
    opacity: 1;
  }

  .swiper-button:hover::before {
    color: #000;
  }

  .header__phone:hover {
    color: #1574EC;
  }

  .menu__link:hover {
    color: #1574EC;
  }

  .footer__phone:hover {
    color: #3F444A;
  }
}

.webp .main-block__title span::before{ background-image: url(../img/main-block/icon-img.webp); }