/* raleway-300 - cyrillic-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/raleway-v37-cyrillic-ext_latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-400 (regular) - latin-ext_latin_cyrillic */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/raleway-v28-latin-ext_latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/raleway-v28-latin-ext_latin_cyrillic-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-500 - latin-ext_latin_cyrillic */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/raleway-v28-latin-ext_latin_cyrillic-500.woff2") format("woff2"), url("../fonts/raleway-v28-latin-ext_latin_cyrillic-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-600 - latin-ext_latin_cyrillic */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/raleway-v28-latin-ext_latin_cyrillic-600.woff2") format("woff2"), url("../fonts/raleway-v28-latin-ext_latin_cyrillic-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-700 - latin-ext_latin_cyrillic */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/raleway-v28-latin-ext_latin_cyrillic-700.woff2") format("woff2"), url("../fonts/raleway-v28-latin-ext_latin_cyrillic-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-800 - latin-ext_latin_cyrillic */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/raleway-v28-latin-ext_latin_cyrillic-800.woff2") format("woff2"), url("../fonts/raleway-v28-latin-ext_latin_cyrillic-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Druk Wide Cy";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/drukwidecyr-bold.woff2") format("woff2"), url("../fonts/drukwidecyr-bold.woff") format("woff");
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
}

.da-load [data-da] {
  display: none !important;
}

.da-load {
  opacity: 0;
}

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

html,
body {
  height: 100%;
}

body {
  -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: inherit;
  font-size: inherit;
}

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

a {
  color: inherit;
  font-family: 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;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

img {
  max-width: 100%;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

:root {
  --black: #000;
  --white: #fff;
  --red: #ee2e4f;
  --pink: #ee2e4f;
  --grey-text: #353535;
  --grey-light: #d9d9d9;
  --green: #009d49;
  --green-bright: #00ca5e;
  --bg: #f2f2f2;
  --bg-blue: #dbe4ed;
  --bg-peach: #ffeedd;
  --bg-rose: #f5eaea;
  --bg-problem: #fff2f4;
  --bg-solution: #eff8f3;
  --border: #b8b8b8;
  --blue: #4772da;
  --soc-vk: #0077ff;
  --soc-be: #1769ff;
  --tariff-grey: #f3f3f3;
  --tariff-lime: #eff1e2;
  --tariff-green: #e4f1e2;
  --tariff-blue: #e2ebf1;
  --tariff-lilac: #ebe2f1;
  --tariff-pink: #f1e2e9;
  --font-family-primary: "Raleway", "Times New Roman", sans-serif;
  --font-size-xl: max(16rem, 16px);
  --font-line-xl: 140%;
  --font-xl: var(--font-size-xl) / var(--font-line-xl) var(--font-family-primary);
  --maxWidthContainer: max(1920rem, 1920px);
  --pi: max(52rem, 52px);
  --widthBurger: 789rem;
  --widthAside: 150rem;
  --headBurger: 116px;
  --fixedBurger: 92px;
  --H1: max(52rem, 32px);
  --H2: max(40rem, 32px);
  --H3: max(32rem, 32px);
  --H4: max(28rem, 24px);
  --H5: max(24rem, 20px);
  --p1: max(18rem, 18px);
  --h80: max(80rem, 80px);
  --h52: max(52rem, 42px);
  --h44: max(44rem, 44px);
  --h32: max(32rem, 32px);
  --h24: max(24rem, 20px);
  --h16: max(16rem, 16px);
  --h8: max(8rem, 8px);
  --h4: max(4rem, 4px);
  --p36: max(36rem, 36px);
  --p32: max(32rem, 32px);
  --p16: max(16rem, 16px);
  --gap76: max(76rem, 55px);
  --gap52: max(52rem, 52px);
  --gap18: max(18rem, 10px);
  --gap16: max(16rem, 16px);
  --gap8: max(8rem, 8px);
  --gap4: max(4rem, 4px);
  --br20: max(20rem, 20px);
  --br12: max(12rem, 12px);
  --br4: max(4rem, 4px);
}
@media (max-width: 1919px) {
  :root {
    --widthBurger: 663px;
    --pi: 42px;
    --h80: 56px;
    --h52: 42px;
    --H2: 32px;
    --H4: 24px;
    --p1: 16px;
    --p2: 14px;
    --p36: 27px;
    --p32: 24px;
  }
}
@media (max-width: 1599px) {
  :root {
    --widthBurger: 586px;
    --pi: 36px;
    --h80: 40px;
    --h52: 36px;
    --p36: 20px;
    --H2: 28px;
    --H4: 22px;
  }
}
@media (max-width: 1279px) {
  :root {
    --widthBurger: 546px;
    --p36: 16px;
    --pi: 72px;
    --h52: 32px;
  }
}
@media (max-width: 1200px) {
  :root {
    --pi: 32px;
    --widthBurger: 472px;
  }
}
@media (max-width: 1024px) {
  :root {
    --widthBurger: 512px;
    --headBurger: 80px;
    --fixedBurger: 80px;
    --H1: max(52rem, 32px);
    --H2: max(40rem, 32px);
    --H4: max(28rem, 20px);
    --p1: 18px;
    --p2: 16px;
    --h16: 14px;
    --gap18: 16px;
    --br20: 12px;
  }
}
@media (max-width: 990px) {
  :root {
    --widthBurger: 560px;
    --H2: 32px;
    --H4: 24px;
  }
}
@media (max-width: 767px) {
  :root {
    --widthBurger: 100%;
    --h80: 32px;
    --h52: 24px;
    --h24: 16px;
    --pi: 16px;
    --H2: 24px;
    --H4: 22px;
    --p32: 16px;
  }
}
@media (max-width: 479px) {
  :root {
    --H1: 28px;
    --H2: 22px;
    --H4: 20px;
  }
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.i-flex {
  display: inline-flex;
}

.flex-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexi-cc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cv {
  align-items: center;
}

.ab {
  align-items: baseline;
}

.as {
  align-items: flex-start;
}

.fe {
  align-items: flex-end;
}

.ch {
  justify-content: center;
}

.sb {
  justify-content: space-between;
}

.sa {
  justify-content: space-around;
}

.js {
  justify-content: flex-start;
}

.je {
  justify-content: flex-end;
}

.fw {
  flex-wrap: wrap;
}

.dc {
  flex-direction: column;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right-text {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.max {
  flex: 1;
}

.w-100 {
  width: 100%;
}

.pt_0 {
  padding-top: 0;
}

.mt_a {
  margin-top: auto;
}

.mla {
  margin-left: auto;
}

.link {
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .link:hover {
    color: var(--pink);
  }
}
.link svg {
  transition: inherit;
  color: inherit;
}

.g-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.g-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.g-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.g-col-6 {
  grid-template-columns: repeat(6, 1fr);
}

.show-hide {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s;
}
.show-hide.active {
  opacity: 1;
  max-height: 2000dvh;
}

.p_4 {
  padding: var(--p4);
}

.mt_4 {
  margin-top: var(--h4);
}

.mb_4 {
  margin-bottom: var(--h4);
}

.pt_4 {
  padding-top: var(--h4);
}

.pb_4 {
  padding-bottom: var(--h4);
}

.p_8 {
  padding: var(--p8);
}

.mt_8 {
  margin-top: var(--h8);
}

.mb_8 {
  margin-bottom: var(--h8);
}

.pt_8 {
  padding-top: var(--h8);
}

.pb_8 {
  padding-bottom: var(--h8);
}

.p_16 {
  padding: var(--p16);
}

.mt_16 {
  margin-top: var(--h16);
}

.mb_16 {
  margin-bottom: var(--h16);
}

.pt_16 {
  padding-top: var(--h16);
}

.pb_16 {
  padding-bottom: var(--h16);
}

.p_18 {
  padding: var(--p18);
}

.mt_18 {
  margin-top: var(--h18);
}

.mb_18 {
  margin-bottom: var(--h18);
}

.pt_18 {
  padding-top: var(--h18);
}

.pb_18 {
  padding-bottom: var(--h18);
}

.p_24 {
  padding: var(--p24);
}

.mt_24 {
  margin-top: var(--h24);
}

.mb_24 {
  margin-bottom: var(--h24);
}

.pt_24 {
  padding-top: var(--h24);
}

.pb_24 {
  padding-bottom: var(--h24);
}

.p_32 {
  padding: var(--p32);
}

.mt_32 {
  margin-top: var(--h32);
}

.mb_32 {
  margin-bottom: var(--h32);
}

.pt_32 {
  padding-top: var(--h32);
}

.pb_32 {
  padding-bottom: var(--h32);
}

.p_52 {
  padding: var(--p52);
}

.mt_52 {
  margin-top: var(--h52);
}

.mb_52 {
  margin-bottom: var(--h52);
}

.pt_52 {
  padding-top: var(--h52);
}

.pb_52 {
  padding-bottom: var(--h52);
}

.p_80 {
  padding: var(--p80);
}

.mt_80 {
  margin-top: var(--h80);
}

.mb_80 {
  margin-bottom: var(--h80);
}

.pt_80 {
  padding-top: var(--h80);
}

.pb_80 {
  padding-bottom: var(--h80);
}

.gap_4 {
  gap: var(--gap4);
}

.gap_8 {
  gap: var(--gap8);
}

.gap_16 {
  gap: var(--gap16);
}

.gap_18 {
  gap: var(--gap18);
}

.gap_52 {
  gap: var(--gap52);
}

.gap_24 {
  gap: var(--h24);
}

.gap_44 {
  gap: var(--h44);
}

.gap_52 {
  gap: var(--h52);
}

.gap_80 {
  gap: var(--h80);
}

.gap_76 {
  gap: var(--gap76);
}

.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5 {
  font-weight: 600;
}
.text-block h1:not(:last-child),
.text-block h2:not(:last-child),
.text-block h3:not(:last-child),
.text-block h4:not(:last-child),
.text-block h5:not(:last-child) {
  margin-bottom: var(--h16);
}
.text-block h1:not(:first-child),
.text-block h2:not(:first-child),
.text-block h3:not(:first-child),
.text-block h4:not(:first-child),
.text-block h5:not(:first-child) {
  margin-top: var(--h32);
}
.text-block h1,
.text-block h2,
.text-block h3 {
  line-height: 130%;
}
.text-block h4,
.text-block h5 {
  line-height: 140%;
}
@media (max-width: 1599px) {
  .text-block h4,
  .text-block h5 {
    margin-bottom: 8px !important;
  }
}
.text-block h1 {
  font-size: var(--H1);
}
.text-block h2 {
  font-size: var(--H2);
}
.text-block h3 {
  font-size: var(--H3);
}
.text-block h4 {
  font-size: var(--H4);
}
.text-block h5 {
  font-size: var(--H5);
}
.text-block p,
.text-block ul,
.text-block ol {
  line-height: 140%;
}
.text-block p:not(:last-child),
.text-block ul:not(:last-child),
.text-block ol:not(:last-child) {
  margin-bottom: max(16rem, 16px);
}
.text-block li:not(:last-child) {
  margin-bottom: var(--h8);
}
.text-block ol,
.text-block ul {
  list-style-position: inside;
}
.text-block ol li,
.text-block ul li {
  list-style: none;
  position: relative;
}
.text-block ol li::before,
.text-block ul li::before {
  position: absolute;
  left: 0;
}
.text-block ol {
  counter-reset: my-counter;
}
.text-block ol li {
  padding-left: max(26rem, 26px);
  counter-increment: my-counter;
}
@media (max-width: 1599px) {
  .text-block ol li {
    padding-left: 18px;
  }
}
.text-block ol li::before {
  content: counter(my-counter);
  top: 0;
}
.text-block ul li {
  padding-left: 20px;
}
@media (max-width: 1599px) {
  .text-block ul li {
    padding-left: 12px;
  }
}
.text-block ul li::before {
  content: "";
  top: max(9rem, 9px);
  width: max(4rem, 4px);
  height: max(4rem, 4px);
  border-radius: 50%;
  display: inline-flex;
}

.h1,
.h2,
.h3,
.h4 {
  font-weight: 700;
  text-transform: uppercase;
}

.h1,
.h2,
.h3 {
  line-height: 140%;
}

.h1 {
  font-size: var(--H1);
}

.h2 {
  font-size: var(--H2);
}

.h3 {
  font-size: var(--H3);
}

.h4 {
  font-size: var(--H4);
  line-height: 140%;
}

.h5 {
  font-size: var(--H5);
  font-weight: 600;
  line-height: 140%;
}

.p1, .p1b {
  font-size: var(--p1);
  line-height: 140%;
}

.p1b {
  font-weight: 700;
}

.p2, .p2b {
  line-height: 140%;
  font-size: var(--p2);
}

.p2b {
  font-weight: 700;
}

.p2c {
  text-transform: uppercase;
  line-height: 140%;
}

.icon {
  transition: 0.3s;
}
.icon img,
.icon svg {
  width: inherit;
  height: inherit;
}

.icon-8 {
  width: max(8rem, 8px);
  height: max(8rem, 8px);
  flex-shrink: 0;
  transition: 0.3s;
}

.icon-12 {
  width: max(12rem, 12px);
  height: max(12rem, 12px);
  flex-shrink: 0;
  transition: 0.3s;
}

.icon-14 {
  width: max(14rem, 14px);
  height: max(14rem, 14px);
  flex-shrink: 0;
  transition: 0.3s;
}

.icon-16 {
  width: max(16rem, 16px);
  height: max(16rem, 16px);
  flex-shrink: 0;
  transition: 0.3s;
}

.icon-20 {
  width: max(20rem, 20px);
  height: max(20rem, 20px);
  flex-shrink: 0;
  transition: 0.3s;
}

.icon-24 {
  width: max(24rem, 24px);
  height: max(24rem, 24px);
  flex-shrink: 0;
  transition: 0.3s;
}

.icon-34 {
  width: max(34rem, 34px);
  height: max(34rem, 34px);
  flex-shrink: 0;
  transition: 0.3s;
}

.icon-36 {
  width: max(36rem, 36px);
  height: max(36rem, 36px);
  flex-shrink: 0;
  transition: 0.3s;
}

.icon-40 {
  width: max(40rem, 40px);
  height: max(40rem, 40px);
  flex-shrink: 0;
  transition: 0.3s;
}

.icon-60 {
  width: max(60rem, 60px);
  height: max(60rem, 60px);
  flex-shrink: 0;
  transition: 0.3s;
}

.icon-52 {
  width: max(52rem, 44px);
  height: max(52rem, 44px);
  flex-shrink: 0;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .icon-52 {
    width: 44px;
    height: 44px;
  }
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 0px;
  bottom: 0px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #afafaf;
  left: 0px;
  right: 0px;
  opacity: 1;
  transition: opacity 0.2s linear;
}

: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 {
  flex-direction: column;
}

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

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

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

.swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.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 {
  scroll-snap-type: x mandatory;
}

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  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 {
  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-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.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-navigation-color: var(--swiper-theme-color);
    */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

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

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

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

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

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

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

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

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

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

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

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

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

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

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

.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-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

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

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

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

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

.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.wrapper .wrapper__body {
  width: 100%;
  flex: 1 1 auto;
}
.wrapper .wrapper__body.zi {
  position: relative;
  z-index: 10;
}
.wrapper._lock_x {
  overflow-x: hidden;
}
.wrapper > * {
  min-width: 0;
}

.container {
  width: 100%;
  max-width: min(var(--maxWidthContainer), 100% - var(--pi) * 2);
  margin-inline: auto;
}

.section {
  padding: var(--pi);
  padding-left: calc(var(--pi) + var(--widthAside) + var(--gap76));
}
@media (max-width: 1279px) {
  .section {
    padding: var(--h52) var(--pi);
  }
}
@media (max-width: 1279px) {
  .section.start-block {
    padding-top: 124px;
  }
}
@media (max-width: 1024px) {
  .section.start-block {
    padding-top: 102px;
  }
}
@media (max-width: 767px) {
  .section.start-block {
    padding-top: 94px;
  }
}
@media (max-width: 479px) {
  .section.start-block {
    padding-top: 86px;
  }
}

@media (min-width: 1025px) {
  .section-full {
    min-height: 100dvh;
  }
}

.swiper-wrapper {
  display: flex;
  padding-bottom: 2px;
}
.swiper-wrapper .swiper-slide {
  flex-shrink: 0;
}

._swiper {
  opacity: 0;
  transition: 0.3s;
}
._swiper.swiper-bild {
  opacity: 1;
}

.dots {
  display: flex;
  margin-left: min(-4rem, -4px);
}
@media (max-width: 1024px) {
  .dots {
    margin-left: min(-8rem, -8px);
  }
}
.dots.swiper-pagination-lock {
  display: none;
}
.dots .swiper-pagination-bullet {
  margin: 0 max(4rem, 4px);
  width: max(12rem, 12px);
  height: max(12rem, 12px);
  border: 1px solid var(--black);
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .dots .swiper-pagination-bullet {
    width: max(16rem, 16px);
    height: max(16rem, 16px);
    margin: 0 max(8rem, 8px);
  }
}
.dots .swiper-pagination-bullet-active {
  background: var(--black);
}

button {
  font: var(--font-xl);
}

.openShow {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: #000;
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.openShow.in {
  opacity: 0.5;
}

.simplebar-track {
  pointer-events: all;
}

.simplebar-track.simplebar-vertical {
  width: max(8rem, 8px);
  background: var(--white);
}

.link,
.link-black {
  transition: 0.3s;
}
.link svg,
.link-black svg {
  transition: 0.3s;
}

.link-pink {
  color: var(--pink);
  text-underline-offset: 2rem;
}
@media (any-hover: hover) {
  .link-pink:hover {
    color: var(--black);
  }
}

.text-pink {
  color: var(--pink);
}

.text-grey {
  color: var(--grey-text);
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

html {
  scrollbar-width: thin;
  scrollbar-color: var(--border) transparent;
}
html::-webkit-scrollbar {
  width: 6px;
}
html::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: var(--br4);
}
@media (any-hover: hover) {
  html::-webkit-scrollbar-thumb:hover {
    background: var(--grey-text);
  }
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--h52) 36rem;
}
@media (max-width: 1024px) {
  .case-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .case-grid {
    grid-template-columns: 1fr;
  }
}

.head-row {
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .head-row {
    flex-direction: column;
    gap: var(--h24);
  }
  .head-row br {
    display: none;
  }
}
.head-row .btn {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .head-row .btn {
    width: 100%;
  }
}

.plate {
  position: absolute;
  z-index: 2;
  left: var(--p16);
  bottom: var(--p16);
  padding: max(10rem, 10px) max(16rem, 16px);
  background: var(--white);
  border-radius: var(--br20);
  white-space: nowrap;
}
@media (max-width: 1279px) {
  .plate {
    border-radius: var(--br12);
  }
}
.plate--pi {
  left: var(--pi);
  bottom: var(--pi);
}

.breadcrumbs {
  max-width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}
@media (max-width: 1399px) {
  .breadcrumbs {
    margin-inline: calc(-1 * var(--pi));
    padding-inline: var(--pi);
    max-width: 100vw;
  }
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  gap: var(--gap8);
}
.breadcrumbs ul li {
  color: var(--grey-text);
  display: flex;
  align-items: center;
}
.breadcrumbs ul li a {
  transition: 0.3s;
}
@media (any-hover: hover) {
  .breadcrumbs ul li a:hover {
    color: var(--pink);
  }
}
.breadcrumbs ul li:not(:last-child)::after {
  content: "/";
  margin-left: var(--gap8);
}

.drop.active .head .icon svg {
  transform: rotate(0);
}
.drop.active .body {
  opacity: 1;
  max-height: 200dvh;
}
.drop .head {
  display: flex;
  align-items: center;
  gap: var(--gap8);
}
.drop .head .icon {
  flex-shrink: 0;
  cursor: pointer;
}
.drop .head .icon svg {
  fill: transparent;
  transform: rotate(-180deg);
  transition: 0.3s;
}
.icon-cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  background: var(--white);
  border-radius: var(--br12);
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.icon-cursor.is-active {
  opacity: 1;
}

@media (any-hover: hover) {
  ._hover-arr,
  ._hover-arr * {
    cursor: none;
  }
}
.tags-list .tag-all {
  display: flex;
  align-items: center;
  min-height: max(42rem, 42px);
  gap: var(--gap4);
  padding-inline: max(33rem, 33px);
}
@media (any-hover: hover) {
  .tags-list .tag-all:hover span {
    background: var(--pink);
  }
}
.tags-list .tag-all span {
  width: max(6rem, 6px);
  height: max(6rem, 6px);
  border-radius: 50%;
  background: var(--black);
  transition: 0.3s;
}
.tags-list._open .tag--hide {
  display: inline;
}
.tags-list._open .tag-all {
  display: none;
}

.tag {
  border: 1px solid var(--border);
  padding: max(9rem, 9px) max(15rem, 15px);
  border-radius: var(--br20);
  transition: 0.3s;
}
@media (max-width: 1279px) {
  .tag {
    border-radius: var(--br12);
  }
}
@media (any-hover: hover) {
  .tag:hover {
    background: var(--pink);
    border-color: var(--pink);
    color: var(--white);
  }
}
.tag--hide {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  padding-inline: max(24rem, 24px);
  border-radius: var(--br12);
  white-space: nowrap;
  height: max(52rem, 52px);
  font-weight: 500;
  width: max-content;
  min-width: max(178rem, 178px);
}
@media (max-width: 1919px) {
  .btn {
    height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .btn {
    font-size: 16px;
  }
}
.btn svg {
  color: inherit;
}
.btn-primary {
  background: var(--black);
  color: var(--white);
}
.btn-primary svg {
  color: var(--white);
}
@media (any-hover: hover) {
  .btn-primary:hover {
    background: var(--pink);
    color: var(--white);
  }
}
.btn svg {
  transition: 0.3s;
}

.input-box {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.input-box label {
  display: block;
  margin-bottom: max(8rem, 8px);
  line-height: 140%;
  font-weight: 500;
  transition: 0.3s;
}
.input-box .input {
  height: max(52rem, 52px);
  border-radius: var(--br12);
  padding: max(12rem, 12px) max(16rem, 16px);
  border: 1px solid var(--border);
  background: var(--white);
  transition: 0.3s;
}
.input-box .input:focus {
  border-color: var(--black);
}
.input-box .input.parsley-error {
  color: var(--red);
  border-color: var(--red);
}
.input-box .input.parsley-error::placeholder {
  color: inherit;
}
.input-box .input.parsley-error ~ label {
  color: var(--red);
}
.input-box .parsley-errors-list {
  position: absolute;
  top: 100%;
  right: 0;
  color: var(--red);
  font-size: max(12rem, 12px);
}
.input-box textarea.input {
  resize: none;
  height: max(200rem, 200px);
}

.input {
  width: 100%;
  transition: 0.3s;
  color: var(--grey);
}

.chekbox-form {
  gap: var(--gap16);
  display: flex;
  align-items: center;
}
.chekbox-form label.parsley-error span {
  border-color: var(--red);
}
.chekbox-form label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: var(--gap16);
  cursor: pointer;
}
.chekbox-form label input {
  display: none;
}
.chekbox-form label input:checked + span:not(.p2):not(.p2b)::before {
  opacity: 1;
  transform: scale(1);
}
@media (any-hover: hover) {
  .chekbox-form label input:hover span {
    border-color: var(--blue-blue-brand);
  }
}
.chekbox-form label > span:not(.p2):not(.p2b) {
  border-radius: max(2rem, 2px);
  border: 1px solid var(--black);
  position: relative;
  transition: 0.3s;
  width: max(24rem, 24px);
  height: max(24rem, 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.chekbox-form label > span:not(.p2):not(.p2b)::before {
  content: "";
  width: max(20rem, 20px);
  height: max(20rem, 20px);
  display: block;
  opacity: 0;
  transition: 0.3s;
  transform: scale(0.6);
  background: url("../img/icons/check-black.svg") center/cover no-repeat;
}
.chekbox-form label.parsley-error span {
  border-color: var(--red);
}
.chekbox-form label.parsley-error > span:not(.p2):not(.p2b) {
  border-color: var(--red);
}
.chekbox-form .p2 span, .chekbox-form .p2b span {
  font-size: max(12rem, 12px);
}
.chekbox-form a {
  text-decoration: underline;
}
.chekbox-form .parsley-errors-list {
  display: none;
}

.form__row {
  display: flex;
  gap: 18rem;
}
@media (max-width: 1024px) {
  .form__row {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .form__row {
    flex-direction: column;
  }
}
.form__row .input-box {
  flex: 1;
}

.check-text label {
  cursor: pointer;
}
@media (any-hover: hover) {
  .check-text label:hover span {
    background: var(--pink);
    border-color: var(--pink);
    color: var(--white);
  }
}
.check-text input {
  display: none;
}
.check-text input:checked ~ span {
  border-color: var(--black);
  background: var(--white);
  color: var(--black);
}
.check-text span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  padding: max(9rem, 9px) max(15rem, 15px);
  border-radius: var(--br20);
  border: 1px solid var(--border);
  transition: 0.3s;
  text-transform: uppercase;
  line-height: 140%;
}
@media (max-width: 1919px) {
  .check-text span {
    font-size: 14px;
  }
}
@media (max-width: 1279px) {
  .check-text span {
    border-radius: var(--br12);
  }
}

.input-file {
  display: flex;
  gap: var(--w32);
  align-items: center;
  min-height: max(52rem, 52px);
}
.input-file.active .input-file__result {
  display: flex;
}
.input-file.active .input-file__label {
  display: none;
}
.input-file label {
  margin-bottom: 0;
}
.input-file svg {
  color: var(--gray);
  transition: 0.3s;
}
.input-file__result {
  display: none;
  max-width: 100%;
}
@media (any-hover: hover) {
  .input-file__result button:hover svg {
    color: var(--black);
  }
}
.input-file__label {
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 0;
}
.input-file__label input {
  display: none;
}
@media (any-hover: hover) {
  .input-file__inner:hover {
    color: var(--pink);
  }
  .input-file__inner:hover .btn-icon {
    border-color: var(--pink);
  }
  .input-file__inner:hover svg {
    color: inherit;
  }
}
.input-file__inner .text-gray {
  transition: 0.3s;
}
.input-file .btn-icon {
  transition: all 0.3s ease 0s;
}

body {
  color: var(--black);
  font: var(--font-xl);
}
body._lock {
  overflow: hidden;
}

* {
  font-feature-settings: "salt" 1, "lnum" 1, "pnum" 1;
}

html {
  --w: 1920;
  scroll-behavior: smooth;
  font-size: calc(100vw / var(--w));
}
@media (max-width: 1024px) {
  html {
    --w: 1024;
  }
}

.footer {
  gap: var(--h80);
}
.footer.section {
  min-height: min-content;
}
@media (max-width: 1599px) {
  .footer {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .footer {
    gap: calc(var(--h24) * 2);
    min-height: min-content;
    padding: var(--h24) var(--pi);
  }
}
.footer:not(:has(.footer__ratings)) {
  min-height: auto;
  padding-top: var(--h80);
}
.footer__ratings-title {
  padding-top: max(18rem, 18px);
}
@media (max-width: 1024px) {
  .footer__ratings-title {
    padding-top: var(--h24);
  }
}
.footer__rate {
  gap: max(151rem, 40px);
  padding: max(24rem, 24px) 0;
  border-bottom: 1px solid var(--border);
}
@media (max-width: 1024px) {
  .footer__rate {
    flex-wrap: wrap;
    gap: var(--h24) 16px;
  }
}
.footer__rate-num {
  flex-shrink: 0;
  width: max(76rem, 76px);
}
@media (max-width: 1024px) {
  .footer__rate-num {
    width: auto;
  }
}
.footer__rate-label {
  flex-shrink: 0;
  width: max(227rem, 227px);
}
@media (max-width: 1024px) {
  .footer__rate-label {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .footer__rate-text {
    order: 1;
    width: 100%;
    flex: none;
  }
}
@media (max-width: 1024px) {
  .footer__rate-icon {
    margin-left: auto;
  }
}
.footer__top {
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1399px) {
  .footer__top {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .footer__top {
    flex-wrap: wrap;
    gap: 0 16px;
  }
}
@media (min-width: 1025px) {
  .footer__phone {
    gap: var(--gap8);
  }
}
@media (max-width: 1024px) {
  .footer__phone {
    align-items: end;
    order: 2;
    margin-left: auto;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .footer__phone {
    width: 100%;
    align-items: start;
    margin: var(--h52) 0px 0px 0px;
  }
}
@media (min-width: 1280px) {
  .footer__bitrix .p1, .footer__bitrix .p1b {
    white-space: nowrap;
  }
}
@media (max-width: 1024px) {
  .footer__bitrix {
    order: 4;
    width: 100%;
    margin-top: var(--h52);
  }
}
.footer__bitrix-logo {
  width: max(124rem, 124px);
}
@media (max-width: 1024px) {
  .footer__bitrix-logo {
    width: 224px;
  }
}
.footer__brand img {
  width: 100%;
}
@media (max-width: 1279px) {
  .footer .footer__left,
  .footer .footer__center,
  .footer .footer__right {
    flex: 1;
  }
}
@media (max-width: 1024px) {
  .footer .footer__left,
  .footer .footer__center,
  .footer .footer__right {
    display: contents;
  }
}
@media (max-width: 1024px) {
  .footer .footer__right {
    order: 4;
  }
}
@media (max-width: 1024px) {
  .footer__soc {
    order: 1;
  }
}
@media (max-width: 479px) {
  .footer__soc .soc__pdf .p1, .footer__soc .soc__pdf .p1b {
    display: none;
  }
}
.footer__btn {
  width: max(178rem, 178px);
}
@media (max-width: 1024px) {
  .footer__btn {
    order: 5;
    width: 100%;
    margin-top: var(--h52);
  }
}
@media (max-width: 1024px) {
  .footer__links {
    order: 6;
    width: 100%;
    margin-top: var(--h52);
  }
}
@media (max-width: 1024px) {
  .footer__copy {
    order: 7;
    width: 100%;
    margin-top: var(--h24);
  }
}
@media (max-width: 1024px) {
  .footer__vacancy {
    display: none;
  }
}
.side {
  position: fixed;
  z-index: 6;
}
@media (min-width: 1280px) {
  .side {
    left: var(--pi);
    top: var(--h52);
    bottom: var(--h52);
    width: var(--widthAside);
  }
}
@media (max-width: 1279px) {
  .side {
    padding: 24px var(--pi);
    left: 0;
    top: 0;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background: var(--white);
    transition: 0.3s;
  }
  .side._fixed {
    height: var(--fixedBurger);
    padding: 10px var(--pi);
  }
}
@media (max-width: 1024px) {
  .side {
    padding: 10px var(--pi);
  }
}
.side__logo {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: max(52rem, 52px);
}
@media (max-width: 1279px) {
  .side__logo {
    width: 180px;
    min-height: 64px;
  }
}
@media (max-width: 1024px) {
  .side__logo {
    width: 170px;
    min-height: min-content;
  }
}
.side__logo img {
  width: 100%;
}
.side__burger {
  font-size: max(18rem, 18px);
}
@media (max-width: 1279px) {
  .side__burger {
    font-size: 0;
    gap: 0;
    flex: none;
  }
}
@media (max-width: 1279px) {
  .side__burger ._lg-none {
    display: none;
  }
}
@media (min-width: 1280px) {
  .side__burger ._lg-block {
    display: none;
  }
}
@media (max-width: 1279px) {
  .side .topbar__phone {
    margin-left: auto;
    margin-right: 40px;
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .side .topbar__phone {
    margin-right: 32px;
  }
}

.btn-click {
  transition: 0.3s;
}
@media (any-hover: hover) {
  .btn-click:hover {
    background: var(--pink);
    border-color: var(--pink);
  }
  .btn-click:hover svg {
    color: var(--white);
  }
}
.btn-click svg {
  transition: 0.3s;
  color: var(--black);
}

.btn-up {
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  margin-inline: auto;
  background: var(--white);
}
@media (max-width: 1279px) {
  .btn-up {
    position: fixed;
    right: var(--pi);
    bottom: var(--pi);
  }
}
.btn-up.in {
  max-height: max(52rem, 52px);
  opacity: 1;
  pointer-events: all;
}
.btn-up.end {
  position: absolute;
  top: 0;
  right: 0;
}
.btn-up svg {
  transform: rotate(90deg);
}

@media (any-hover: hover) {
  .nav__link:hover {
    color: var(--red);
  }
}

@media (min-width: 1025px) {
  .nav-all .dots {
    display: none;
  }
}
@media (max-width: 1024px) {
  .nav-all {
    justify-content: start;
    margin-top: var(--h24);
  }
  .nav-all .dots {
    padding: var(--h16) 0;
  }
}
@media (max-width: 1024px) {
  .nav-all .nav-arr {
    display: none;
  }
}

.nav-arr__btn {
  border-radius: var(--br12);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  width: max(52rem, 52px);
  height: max(52rem, 52px);
}
@media (max-width: 1919px) {
  .nav-arr__btn {
    width: 44px;
    height: 44px;
  }
}
@media (any-hover: hover) {
  .nav-arr__btn:hover {
    background: var(--pink);
    border-color: var(--pink);
  }
  .nav-arr__btn:hover svg {
    color: var(--white);
  }
}
.nav-arr__btn svg {
  transition: 0.3s;
  color: var(--black);
}
.nav-arr__btn.swiper-button-disabled {
  display: none;
}
@media (any-hover: hover) {
  .nav-arr__btn_prev:hover svg {
    transform: translateX(-4px);
  }
}
.nav-arr__btn_next svg {
  transform: rotate(-180deg);
}
@media (any-hover: hover) {
  .nav-arr__btn_next:hover svg {
    transform: rotate(-180deg) translateX(-4px);
  }
}

.soc {
  gap: 18rem;
}
@media (max-width: 1024px) {
  .soc {
    gap: 16px;
  }
}
.soc__link {
  width: max(52rem, 44px);
  height: max(52rem, 44px);
  border-radius: var(--br12);
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .soc__link {
    width: 44px;
    height: 44px;
  }
}
.soc__link--vk {
  background: var(--soc-vk);
}
.soc__link--be {
  background: var(--soc-be);
}
.soc__link img {
  width: max(21rem, 21px);
}
@media (any-hover: hover) {
  .soc__link:hover {
    opacity: 0.85;
  }
}
.soc__pdf {
  gap: 18rem;
}
@media (max-width: 1024px) {
  .soc__pdf {
    gap: 16px;
  }
}
@media (any-hover: hover) {
  .soc__pdf:hover {
    color: var(--pink);
  }
  .soc__pdf:hover .btn-icon {
    border-color: var(--pink);
  }
}
.soc__pdf .btn-icon {
  transition: 0.3s;
}
.soc__pdf .btn-icon svg {
  width: max(30rem, 30px);
  height: max(12rem, 12px);
}
@media (max-width: 1919px) {
  .soc__pdf .btn-icon svg {
    width: 25px;
    height: 10px;
  }
}
.soc__pdf--rr .btn-icon img {
  width: max(26rem, 22px);
}
.soc__pdf--rr .soc__pdf-label {
  color: var(--grey-text);
}

.case {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  background: var(--white);
}
@media (max-width: 1279px) {
  .case {
    min-height: 0;
    height: calc(100dvh - var(--fixedBurger));
  }
}
@media (max-width: 1024px) {
  .case {
    height: auto;
    overflow: hidden;
  }
}
.case__bg-text {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  width: 100%;
  transform: translateY(-50%);
  fill: var(--black);
  opacity: 0.05;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .case__bg-text {
    display: none;
  }
}
.case__media {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 506rem;
  height: 506rem;
  margin: auto;
  overflow: hidden;
  border-radius: var(--br20);
}
@media (max-width: 1024px) {
  .case__media {
    display: none;
  }
}
.case__img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.case__img.is-active {
  opacity: 1;
}
.case__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case__tag {
  transition: left 1.1s cubic-bezier(0.65, 0, 0.35, 1), bottom 1.1s cubic-bezier(0.65, 0, 0.35, 1);
}
.case.is-expanded .case__tag {
  left: calc(var(--pi) + var(--widthAside) + var(--gap76));
  bottom: var(--h52);
}
@media (max-width: 1279px) {
  .case.is-expanded .case__tag {
    left: var(--pi);
  }
}
.case__phone {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  width: 440rem;
}
.case__phone img {
  width: 100%;
}
@media (max-width: 1024px) {
  .case__phone {
    display: none;
  }
}
.case__content {
  position: relative;
  z-index: 4;
  min-height: 100dvh;
  padding: var(--pi);
  padding-left: calc(var(--pi) + var(--widthAside) + var(--gap76));
  pointer-events: none;
}
@media (max-width: 1279px) {
  .case__content {
    min-height: calc(100dvh - var(--fixedBurger));
    padding: var(--h52) var(--pi);
  }
}
@media (max-width: 1024px) {
  .case__content {
    display: none;
  }
}
.case .head {
  pointer-events: auto;
}
.case__projects {
  align-self: flex-end;
  pointer-events: auto;
  padding-bottom: 76rem;
}
.case__project {
  font-weight: 700;
  font-size: var(--H1);
  line-height: 1.4;
  text-align: right;
  text-transform: uppercase;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.case__project.is-active {
  opacity: 1;
}
.case__mob {
  display: none;
}
@media (max-width: 1024px) {
  .case__mob {
    display: block;
    height: calc(100dvh - var(--fixedBurger));
  }
}
@media (max-width: 1024px) {
  .case__cards {
    position: relative;
    height: 100%;
  }
}
.case__mob-title {
  padding: 0 var(--pi);
}
@media (min-width: 1025px) {
  .case__mob-title {
    display: none;
  }
}
@media (max-width: 1024px) {
  .case__mob-title {
    padding-block: var(--h8) var(--h52);
  }
}
@media (max-width: 1024px) {
  .case__mob-title br {
    display: none;
  }
}
.case__card {
  position: relative;
  display: block;
  height: 100dvh;
}
@media (max-width: 1024px) {
  .case__card {
    position: absolute;
    inset: 0;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .case__card.is-active {
    opacity: 1;
  }
}
.case__card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.case__card-name {
  position: absolute;
  left: var(--pi);
  top: var(--pi);
  font-weight: 700;
  font-size: var(--H1);
  line-height: 1.4;
  text-align: right;
  text-transform: uppercase;
  color: var(--black);
}
.case__all {
  margin: 0 var(--pi);
}
@media (min-width: 1025px) {
  .case__all {
    display: none;
  }
}
@media (max-width: 1024px) {
  .case__all {
    width: calc(100% - var(--pi) * 2);
    margin-block: var(--h52) max(32rem, 32px);
  }
}

.topbar {
  min-height: max(52rem, 52px);
}
@media (max-width: 1279px) {
  .topbar {
    display: none;
  }
}
.topbar__actions {
  gap: max(36rem, 20px);
}
.topbar__phone {
  font-size: max(24rem, 20px);
  white-space: nowrap;
}
@media (max-width: 1599px) {
  .topbar__phone {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .topbar__phone span {
    display: none;
  }
}
.topbar__phone img,
.topbar__phone picture {
  display: none;
}
@media (max-width: 1024px) {
  .topbar__phone img,
  .topbar__phone picture {
    display: flex;
  }
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  .popup {
    overflow-y: auto;
    overscroll-behavior: contain;
    height: 100dvh;
  }
}
.popup._active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 19;
}
.popup._active .popup__wrap {
  left: var(--p36);
  opacity: 1;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1024px) {
  .popup._active .popup__wrap {
    left: 0;
  }
}
.popup__logo {
  position: absolute;
  top: var(--p16);
  left: var(--p16);
  width: 151rem;
}
@media (max-width: 1024px) {
  .popup__logo {
    display: none;
  }
}
.popup__logo img {
  width: 100%;
}
.popup__wrap {
  max-width: 100%;
  left: -120%;
  top: var(--p36);
  position: relative;
  opacity: 0;
  background: var(--white);
  border-radius: var(--br20);
  height: calc(100dvh - var(--p36) * 2);
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .popup__wrap {
    width: 100%;
    border-radius: 0;
    left: 0;
    top: 0;
    height: max-content;
    min-height: 100dvh;
  }
}
.popup__wrap_xl {
  width: max(1168rem, 1168px);
}
@media (max-width: 1919px) {
  .popup__wrap_xl {
    width: 1105px;
  }
}
@media (max-width: 1599px) {
  .popup__wrap_xl {
    width: 1083px;
  }
}
@media (max-width: 1399px) {
  .popup__wrap_xl {
    width: 1090px;
  }
}
@media (max-width: 1279px) {
  .popup__wrap_xl {
    width: calc(100% - var(--p36) * 2);
  }
}
@media (max-width: 1024px) {
  .popup__wrap_xl {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .popup__wrap .btn {
    width: max-content;
  }
}
@media (max-width: 1024px) {
  .popup__close._close-active {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .popup__title {
    padding-right: 24px;
  }
}
.popup .p3 b {
  font-weight: bold;
}
.popup__scroll {
  height: 100%;
}
.popup__scroll .simplebar-track.simplebar-vertical {
  right: -12rem;
  top: max(56rem, 56px);
}
.popup__overlay {
  margin: auto;
  width: max(570rem, 570px);
}
@media (max-width: 1919px) {
  .popup__overlay {
    width: 569px;
  }
}
@media (max-width: 1599px) {
  .popup__overlay {
    width: 611px;
  }
}
@media (max-width: 1399px) {
  .popup__overlay {
    width: 658px;
  }
}
@media (max-width: 1279px) {
  .popup__overlay {
    width: 69%;
  }
}
@media (max-width: 1024px) {
  .popup__overlay {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .popup__overlay {
    width: 448px;
  }
}
@media (max-width: 479px) {
  .popup__overlay {
    width: 100%;
  }
}
.popup__overlay .simplebar-track.simplebar-vertical {
  right: min(-18rem, -18px);
}
@media (max-width: 1599px) {
  .popup__overlay .simplebar-track.simplebar-vertical {
    right: -14px;
  }
}
.popup__bottom {
  gap: 36rem;
}
@media (max-width: 1024px) {
  .popup__bottom {
    flex-direction: column;
    align-items: start;
  }
}
.popup__bottom .btn {
  width: max(178rem, 178px);
}
@media (max-width: 1024px) {
  .popup__bottom .btn {
    width: 100%;
  }
}
.popup__bottom .chekbox-form .p2, .popup__bottom .chekbox-form .p2b {
  width: max(236rem, 236px);
}
@media (max-width: 1919px) {
  .popup__bottom .chekbox-form .p2, .popup__bottom .chekbox-form .p2b {
    width: auto;
  }
}
.popup .simplebar-track.simplebar-vertical {
  width: tomax(4);
  border-radius: tomax(4);
}

._close-active {
  padding: var(--p16);
  background: transparent;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  transition: 0.3s;
}
@media (any-hover: hover) {
  ._close-active:hover svg {
    color: var(--pink);
  }
}
._close-active svg {
  width: max(40rem, 40px);
  height: max(40rem, 40px);
  transition: 0.3s;
}

.thanks-p .popup__wrap {
  display: flex;
}
.thanks-p .btn {
  width: max(178rem, 178px);
}
@media (max-width: 1024px) {
  .thanks-p .btn {
    width: 100%;
  }
}

.quantity {
  border-radius: var(--br4);
  display: flex;
}
.quantity__btn {
  width: max(42rem, 42px);
  height: max(42rem, 42px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.quantity__input {
  text-align: center;
  flex: 1;
  height: max(42rem, 42px);
  min-width: 0;
  width: 100%;
}

.form-quest {
  padding: var(--p32);
  border: 1px solid var(--border);
  border-radius: var(--br20);
}
@media (min-width: 1280px) {
  .form-quest {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1279px) {
  .form-quest {
    border-radius: var(--br12);
  }
}
@media (min-width: 1280px) {
  .form-quest .form {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
  }
}
.form-quest .form .mt_24 {
  margin-top: var(--gap18);
}
@media (min-width: 1280px) {
  .form-quest .form__row {
    flex-direction: column;
  }
}
.form-quest__area {
  resize: none;
}
@media (max-width: 1024px) {
  .form-quest .btn {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .form-quest__field {
    flex: 1;
    min-height: 0;
  }
}
.form-quest .input-box textarea.input {
  height: 260rem;
}
@media (min-width: 1280px) {
  .form-quest .input-box textarea.input {
    flex: 1;
    height: auto;
    min-height: max(60rem, 60px);
  }
}
@media (max-width: 1279px) {
  .form-quest .input-box textarea.input {
    height: 172px;
  }
}
.form-quest__submit {
  width: 100%;
}
@media (max-width: 1279px) {
  .form-quest__submit {
    width: max-content;
  }
}
@media (max-width: 767px) {
  .form-quest__submit {
    width: 100%;
  }
}

.burger {
  position: fixed;
  left: var(--p36);
  top: var(--p36);
  bottom: var(--p36);
  background: var(--white);
  z-index: 19;
  border-radius: var(--br20);
  width: var(--widthBurger);
  padding: var(--p16);
  opacity: 0;
  transform: translateX(calc(-100% - var(--p36)));
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.35s ease;
}
@media (max-width: 1024px) {
  .burger {
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
    transform: translateX(-100%);
  }
}
@media (max-width: 767px) {
  .burger {
    border-radius: 0;
    overflow-y: auto;
  }
}
.burger._active {
  transform: translateX(0);
  opacity: 1;
}
@media (min-width: 1025px) {
  .burger__overlay {
    min-height: 0;
  }
  .burger__overlay .simplebar-content {
    display: flex;
    flex-direction: column;
    gap: var(--h52);
    min-height: 100%;
  }
  .burger__overlay .simplebar-content::before, .burger__overlay .simplebar-content::after {
    display: none;
  }
}
.burger__overlay .simplebar-track.simplebar-vertical {
  right: min(-16rem, -16px);
}
@media (max-width: 1024px) {
  .burger__contact {
    flex-direction: column;
    gap: var(--h24);
    align-items: start;
  }
}

.head-burger__logo {
  width: max(151rem, 100px);
}
@media (max-width: 1024px) {
  .head-burger__logo {
    width: 127px;
  }
}
.head-burger__logo img {
  width: 100%;
}

.nav-burger > ul > li {
  border-bottom: 1px solid var(--border);
}
.nav-burger .h4.link {
  display: flex;
  padding: var(--h16) 0;
  flex: 1;
}
.nav-burger .drop .head {
  position: relative;
}
.nav-burger .drop .icon {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  justify-content: end;
}
.nav-burger .drop .icon svg {
  width: max(16rem, 16px);
  height: max(16rem, 16px);
}
.nav-burger .drop.active .body {
  margin-top: min(-8rem, -8px);
  padding-bottom: var(--gap8);
}
.nav-burger .drop .body li a {
  padding: var(--gap8) 0;
  display: flex;
  font-size: max(20rem, 20px);
  line-height: 140%;
}

.directions__top .nav-arr {
  flex-shrink: 0;
}
.directions__slider {
  overflow: hidden;
}
@media (max-width: 767px) {
  .directions__slider {
    padding-inline: var(--pi);
    margin-inline: calc(-1 * var(--pi));
  }
}

.dir-card {
  position: relative;
  display: block;
  width: max(336rem, 336px);
  background: #f5f5f5;
  border-radius: var(--br20);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .dir-card {
    border-radius: var(--br12);
  }
}
@media (max-width: 479px) {
  .dir-card {
    width: 320px;
  }
}
@media (any-hover: hover) {
  .dir-card:hover .dir-card__img img {
    transform: scale(1.04);
  }
}
.dir-card__img {
  display: block;
  aspect-ratio: 304/401;
}
.dir-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.dir-card__name {
  position: absolute;
  left: max(4rem, 4px);
  right: max(4rem, 4px);
  bottom: max(4rem, 4px);
  padding: var(--p16) var(--gap4);
  text-align: center;
  background: var(--white);
  border-radius: var(--br20);
}

.similar__head {
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .similar__head {
    flex-direction: column;
    gap: var(--h24);
  }
}
.similar__all {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .similar__all {
    width: 100%;
    margin-top: var(--h52);
  }
}
.similar__list {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .similar__dots {
    display: none;
  }
}

.tariff {
  padding: var(--p16);
  border: 1px solid var(--border);
  border-radius: var(--br20);
}
@media (min-width: 1025px) {
  .tariff {
    min-height: 0;
  }
}
@media (max-width: 1399px) {
  .tariff {
    gap: 16px;
  }
}
@media (max-width: 1024px) {
  .tariff {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 14px var(--gap18);
  }
}
.tariff__head {
  padding-top: var(--p16);
}
@media (max-width: 1024px) {
  .tariff__head {
    align-items: flex-start;
    padding-top: 0;
  }
}
.tariff__label {
  color: var(--grey-text);
}
.tariff__hours {
  flex: 1;
  min-height: 0;
  padding: var(--p16);
  border-radius: var(--br12);
  text-align: center;
}
@media (max-width: 1024px) {
  .tariff__hours {
    height: auto;
    grid-column: 2;
    grid-row: 1/-1;
    gap: 14px;
  }
}
.tariff__hours--grey {
  background: var(--tariff-grey);
}
.tariff__hours--lime {
  background: var(--tariff-lime);
}
.tariff__hours--green {
  background: var(--tariff-green);
}
.tariff__hours--blue {
  background: var(--tariff-blue);
}
.tariff__hours--lilac {
  background: var(--tariff-lilac);
}
.tariff__hours--pink {
  background: var(--tariff-pink);
}
.tariff__num {
  font-weight: 300;
  font-size: max(100rem, 64px);
  line-height: 70rem;
}
@media (max-width: 1024px) {
  .tariff__num {
    font-size: 100px;
    line-height: 70px;
  }
}
.tariff__row {
  text-align: center;
}
@media (max-width: 1024px) {
  .tariff__row {
    align-items: flex-start;
    text-align: left;
  }
}
.tariff__cap {
  color: var(--grey-text);
}
.tariff__line {
  width: 100%;
  height: 1px;
  background: var(--border);
}
@media (max-width: 1024px) {
  .tariff__line {
    display: none;
  }
}

.cta {
  padding: var(--p32);
  border: 1px solid var(--border);
  border-radius: var(--br20);
}
@media (max-width: 1024px) {
  .cta {
    flex-direction: column;
    gap: 16px;
  }
}
.cta__left {
  flex: 1;
}
@media (max-width: 1024px) {
  .cta__left .btn {
    width: 100%;
  }
}
.cta__right {
  flex: 1;
}
@media (max-width: 1024px) {
  .cta__right {
    gap: 160px;
  }
}
.cta__right .p1, .cta__right .p1b {
  color: var(--grey-text);
  padding-left: max(26rem, 26px);
  position: relative;
}
.cta__right .p1::before, .cta__right .p1b::before {
  content: "";
  width: max(3rem, 3px);
  height: max(3rem, 3px);
  border-radius: 50%;
  background: var(--black);
  position: absolute;
  left: max(12rem, 12px);
  top: max(10rem, 10px);
}

@media (max-width: 1279px) {
  .hero {
    gap: 8.2%;
  }
}
@media (max-width: 1024px) {
  .hero {
    flex-direction: column;
    gap: var(--h52);
  }
}
.hero__content {
  min-width: 0;
}
@media (max-width: 1919px) {
  .hero__content {
    gap: 12px;
  }
}
@media (max-width: 1024px) {
  .hero__content {
    gap: var(--gap52);
    flex: none;
  }
}
.hero__slogan {
  font-size: max(95rem, 54px);
  line-height: 1;
  gap: max(24rem, 15px);
  width: max-content;
}
@media (max-width: 1279px) {
  .hero__slogan {
    font-size: 5.4730258014vw;
    white-space: nowrap;
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .hero__slogan {
    font-size: max(76rem, 28px);
    gap: 0;
    line-height: 140%;
  }
}
.hero__slogan span:not(.a-word) {
  color: var(--pink);
}
.hero__slogan-bottom {
  letter-spacing: min(-0.9rem, -0.9px);
}
@media (max-width: 1279px) {
  .hero__slogan-row {
    gap: 24px;
  }
}
@media (max-width: 1200px) {
  .hero__slogan-row {
    gap: 12px;
  }
}
.hero__accent {
  color: var(--red);
}
.hero__mission {
  max-width: max(720rem, 720px);
}
@media (max-width: 1919px) {
  .hero__mission {
    max-width: 696px;
  }
}
@media (max-width: 1599px) {
  .hero__mission {
    max-width: 100%;
  }
}
.hero__actions {
  gap: max(24rem, 24px);
}
.hero__rates {
  width: max(374rem, 340px);
}
@media (max-width: 1024px) {
  .hero__rates {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hero .btn {
    width: 100%;
  }
}

.eyes {
  position: relative;
  flex-shrink: 0;
  width: max(214rem, 138px);
  aspect-ratio: 215/95;
  margin-top: min(-14rem, -14px);
}
@media (max-width: 1279px) {
  .eyes {
    width: max(163rem, 139px);
  }
}
@media (max-width: 1200px) {
  .eyes {
    width: 128px;
  }
}
@media (max-width: 1024px) {
  .eyes {
    position: absolute;
    width: 112px;
    right: calc(var(--p16) * 2);
    bottom: 40px;
    pointer-events: none;
    z-index: 2;
  }
}
@media (max-width: 479px) {
  .eyes {
    display: none;
  }
}
.eyes__pill {
  position: absolute;
  left: 0;
  top: 15.299%;
  width: 99.767%;
  height: 84.407%;
  background: var(--black);
  border-radius: 999px;
}
.eyes__eye {
  position: absolute;
  top: 44.841%;
  width: 27.973%;
  height: 25.322%;
}
.eyes__eye i {
  position: absolute;
  width: 20%;
  height: 50%;
  background: var(--white);
}
.eyes__eye i:nth-child(1) {
  left: 20%;
  top: 0;
}
.eyes__eye i:nth-child(2) {
  left: 40%;
  top: 0;
}
.eyes__eye i:nth-child(3) {
  left: 60%;
  top: 0;
}
.eyes__eye i:nth-child(4) {
  left: 0;
  top: 50%;
}
.eyes__eye i:nth-child(5) {
  left: 80%;
  top: 50%;
}
.eyes__eye_l {
  left: 16.317%;
}
.eyes__eye_r {
  left: 55.478%;
}
.eyes__bubble {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.eyes.is-float {
  animation: eyes-float 6.8s ease-in-out infinite;
  will-change: transform;
  backface-visibility: hidden;
}

@keyframes eyes-float {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(0, -9px, 0);
  }
  75% {
    transform: translate3d(0, 9px, 0);
  }
}
.cart-rate {
  gap: 18rem;
  display: flex;
  align-items: center;
}
.cart-rate .p2, .cart-rate .p2b {
  flex: 1;
  text-align: right;
}

.btn-icon {
  width: max(52rem, 44px);
  height: max(52rem, 44px);
  border-radius: var(--br12);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .btn-icon {
    width: 44px;
    height: 44px;
  }
}

.promo-slider {
  position: relative;
  flex-shrink: 0;
  width: max(454rem, 267px);
  overflow: hidden;
  border-radius: max(20rem, 20px);
}
@media (max-width: 1279px) {
  .promo-slider {
    width: 267px;
  }
}
@media (max-width: 1024px) {
  .promo-slider {
    width: 100%;
    aspect-ratio: 959/1238;
    height: calc(100dvh - var(--headBurger) - var(--h52));
  }
}
.promo-slider.in .promo-slider__text {
  padding-bottom: max(44rem, 44px);
}
.promo-slider__overlay {
  overflow: hidden;
}
.promo-slider__overlay .swiper-wrapper {
  height: 100%;
  padding-bottom: 0;
}
.promo-slider__slide {
  position: relative;
  padding: var(--p16);
  width: 100%;
  display: flex;
  align-items: end;
}
.promo-slider__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.promo-slider__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-slider__video {
  cursor: pointer;
}
.promo-slider__video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-slider__play {
  position: relative;
  z-index: 2;
  width: max(76rem, 76px);
  height: max(76rem, 76px);
  border-radius: 50%;
  background: var(--pink);
  transition: opacity 0.3s;
}
.promo-slider__play svg {
  width: max(24rem, 24px);
  height: auto;
  padding-left: 6px;
}
.promo-slider__video.is-playing .promo-slider__play {
  opacity: 0;
  pointer-events: none;
}
.promo-slider__text {
  border-radius: var(--br12);
  background: var(--white);
  position: relative;
  z-index: 2;
  width: 100%;
  padding: var(--p16);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .promo-slider__text {
    padding-right: 136px;
  }
}
@media (max-width: 479px) {
  .promo-slider__text {
    padding-right: var(--p16);
  }
}
.promo-slider .dots {
  position: absolute;
  left: calc(var(--p16) * 2);
  bottom: calc(var(--p16) * 2);
  z-index: 2;
}

.support {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--gap52);
  padding-top: var(--h52);
}
@media (max-width: 479px) {
  .support .tags-list {
    display: none;
  }
}

.support-slider__wrap {
  overflow-x: clip;
  overflow-y: visible;
}
.support-slider__wrap .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 767px) {
  .support-slider__wrap {
    margin-inline: calc(var(--pi) * -1);
    padding-inline: var(--pi);
  }
}
.support-slider__item {
  transition: 0.3s;
}
@media (max-width: 767px) {
  .support-slider__item {
    width: 336px;
  }
}
@media (max-width: 479px) {
  .support-slider__item {
    width: 328px;
  }
}
.support-slider__item.swiper-slide-duplicate .sup-cart {
  opacity: 1 !important;
}

.sup-cart {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--br12);
  padding: var(--p16);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 1;
  transition: transform 0.3s ease;
  transform: none !important;
}
@media (any-hover: hover) {
  .sup-cart:hover {
    transform: translateY(-6px);
  }
  .sup-cart:hover .img img {
    transform: scale(1.03);
  }
}
.sup-cart .img {
  height: 96rem;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .sup-cart .img {
    height: 164rem;
  }
}
.sup-cart .img img {
  transition: transform 0.3s ease;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.sup-cart .body {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: max(6rem, 6px);
}
.app-b {
  display: flex;
  flex-direction: column;
}
.app-b__wrap {
  flex: 1;
  display: flex;
  position: relative;
}
.app-b__wrap .nav-all {
  position: absolute;
  z-index: 99;
  bottom: calc(var(--h52) + 1px);
  left: calc(var(--gap76) + max(178rem, 178px) + 36rem);
}
@media (max-width: 1919px) {
  .app-b__wrap .nav-all {
    bottom: calc(var(--h52) + 4px);
  }
}
@media (max-width: 1024px) {
  .app-b__wrap .nav-all {
    left: 24px;
  }
}
.app-b__fraction {
  position: absolute;
  top: var(--h52);
  left: var(--gap76);
  z-index: 9;
  color: var(--grey-text);
}
@media (max-width: 1024px) {
  .app-b__fraction {
    display: none;
  }
}
.app-b__slider {
  overflow: hidden;
  flex: 1;
}
.app-b__slider .swiper-wrapper {
  height: 100%;
}
.app-b__slide {
  display: flex;
  align-items: center;
  border-radius: var(--br20);
  background: #eaedf5;
  padding: var(--h52) var(--gap76);
  gap: var(--gap76);
  position: relative;
}
@media (min-width: 1025px) {
  .app-b__slide {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .app-b__slide {
    flex-direction: column-reverse;
    padding: var(--h52) 24px 100px;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .app-b__slide {
    gap: 16px;
    padding: var(--h52) 16px 84px;
  }
}
.app-b__slide.swiper-slide-active {
  z-index: 9;
}
.app-b__slide_1 {
  background: #eaedf5;
}
.app-b__slide_2 {
  background: #e2f1e2;
}
.app-b__slide_3 {
  background: #fed;
}
.app-b__slide_4 {
  background: #dbe4ed;
}
.app-b__slide_5 {
  background: #f5eaea;
}
.app-b__slide .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (min-width: 1025px) {
  .app-b__slide .content {
    height: 100%;
    padding-top: max(25rem, 25px);
    padding-right: var(--gap76);
    flex: 0 0 calc(50% - var(--gap76) / 2);
  }
}
.app-b__slide .content .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1025px) {
  .app-b__slide .content .text {
    flex: 1;
  }
}
.app-b__slide .content .btn {
  width: max(178rem, 178px);
}
@media (max-width: 1024px) {
  .app-b__slide .content .btn {
    width: 100%;
    margin-top: var(--h52);
  }
}
.app-b__slide .img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .app-b__slide .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: var(--h52) var(--gap76);
  }
}
.app-b__slide .img picture,
.app-b__slide .img img {
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .app-b__slide .img picture,
  .app-b__slide .img img {
    width: 100%;
    height: auto;
  }
}

.about-hero__body {
  flex: 1;
  gap: max(151rem, 40px);
  min-height: 0;
}
@media (max-width: 1024px) {
  .about-hero__body {
    flex-direction: column;
    gap: var(--h16);
  }
}
.about-hero__left {
  flex: 1;
  min-width: 0;
  padding-right: 76rem;
}
@media (max-width: 1279px) {
  .about-hero__left {
    padding-right: 0;
    gap: var(--h52);
  }
}
.about-hero__mission {
  padding: var(--p32);
  border: 1px solid var(--border);
  border-radius: var(--br20);
}
@media (min-width: 1025px) {
  .about-hero__mission {
    padding: calc(var(--p32) * 2) var(--p32);
  }
}
.about-hero__video {
  position: relative;
  flex-shrink: 0;
  width: max(454rem, 304px);
  overflow: hidden;
  border-radius: var(--br20);
  cursor: pointer;
}
@media (max-width: 1279px) {
  .about-hero__video {
    width: max(340rem, 304px);
  }
}
@media (max-width: 1024px) {
  .about-hero__video {
    width: 100%;
    height: calc(100dvh - var(--headBurger) - var(--h52));
    aspect-ratio: 454/560;
  }
}
.about-hero__video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-hero__play {
  position: relative;
  z-index: 1;
  width: max(76rem, 76px);
  height: max(76rem, 76px);
  border-radius: 50%;
  background: var(--pink);
  transition: opacity 0.3s;
}
.about-hero__play svg {
  width: max(24rem, 24px);
  height: auto;
  padding-left: 6px;
}
.about-hero__video.is-playing .about-hero__play {
  opacity: 0;
  pointer-events: none;
}

.bread {
  color: var(--grey-text);
}
.bread__link {
  color: inherit;
}

.approach {
  gap: var(--h80);
}
.approach__lead {
  max-width: max(835rem, 835px);
}
@media (min-width: 1025px) {
  .approach__adv {
    flex: 1;
    min-height: 0;
  }
}
@media (min-width: 1025px) {
  .approach__list {
    flex: 1;
    min-height: 0;
  }
}
@media (max-width: 1024px) {
  .approach__list {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .approach__list {
    flex-direction: column;
  }
}

.adv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: var(--p32);
  border: 1px solid var(--border);
  border-radius: var(--br20);
  gap: var(--h52);
}
.adv__num {
  color: var(--pink);
}
.adv__txt {
  display: flex;
  flex-direction: column;
  gap: var(--gap16);
}
@media (max-width: 1024px) {
  .adv__txt {
    gap: 14px;
  }
}

.compet__container {
  columns: 2;
  column-gap: var(--gap76);
}
@media (max-width: 1024px) {
  .compet__container {
    columns: 1;
  }
}

.service {
  break-inside: avoid;
}
@media (min-width: 1025px) {
  .service {
    margin-bottom: var(--h80);
  }
}
@media (max-width: 1024px) {
  .service:not(:last-child) {
    margin-bottom: var(--h52);
  }
}

.stacks {
  gap: var(--h52);
}
.stacks__bitrix {
  gap: max(151rem, 40px);
}
@media (max-width: 1024px) {
  .stacks__bitrix {
    gap: var(--h52);
    flex-direction: column;
    align-items: start;
  }
}
.stacks__bitrix-logo {
  display: block;
  width: 100%;
}
.stacks__bitrix-logo img {
  width: 100%;
}
@media (max-width: 1024px) {
  .stacks .nav-all {
    margin-top: 0;
  }
  .stacks .nav-all .dots {
    display: none;
  }
}
@media (max-width: 1024px) {
  .stacks .nav-all .nav-arr {
    display: flex;
  }
}
.stacks__list {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .stacks__list {
    padding-inline: var(--pi);
    margin-inline: calc(-1 * var(--pi));
  }
}
.stacks__list .stack {
  width: max(152rem, 152px);
}
@media (max-width: 1024px) {
  .stacks__list .stack {
    aspect-ratio: 152/156;
  }
}
.stacks__bitrix-item_1c {
  width: max(303rem, 303px);
}
@media (max-width: 1024px) {
  .stacks__bitrix-item_1c {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .stacks__bitrix-item_1c .stacks__bitrix-logo {
    width: max(303rem, 303px);
  }
}
.stacks__bitrix-item_24 {
  width: max(300rem, 300px);
}
@media (max-width: 1024px) {
  .stacks__bitrix-item_24 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .stacks__bitrix-item_24 .stacks__bitrix-logo {
    width: max(300rem, 300px);
  }
}

.stack {
  padding: var(--h52) max(16rem, 16px);
  border: 1px solid var(--border);
  border-radius: var(--br20);
  text-align: center;
}
@media (max-width: 1024px) {
  .stack {
    padding: 24px 16px;
  }
}
.stack__img {
  width: max(72rem, 72px);
  height: max(72rem, 72px);
}
.stack__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reviews__head {
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .reviews__head {
    flex-direction: column;
    gap: var(--h24);
  }
}
.reviews__title {
  max-width: max(970rem, 970px);
}
.reviews__all {
  flex-shrink: 0;
}
.reviews__list {
  border-bottom: 1px solid var(--border);
}
@media (max-width: 1024px) {
  .reviews .btn {
    width: 100%;
    margin-top: var(--h52);
  }
}

.review {
  padding: var(--h52) var(--gap76);
  border-top: 1px solid var(--border);
  position: relative;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .review {
    padding: var(--h52) var(--p32);
    flex-direction: column;
    align-items: start;
    gap: var(--h52);
  }
  .review__body {
    width: 100%;
  }
  .review__name {
    display: contents;
  }
  .review__site {
    order: 1;
  }
}
.review__logo {
  flex-shrink: 0;
  width: max(151rem, 80px);
}
@media (max-width: 1024px) {
  .review__logo {
    height: 44px;
    width: auto;
    padding-right: 60px;
  }
}
@media (max-width: 1024px) {
  .review__logo img {
    max-width: 100%;
    max-height: 100%;
  }
}
.review__body {
  flex: 1;
  min-width: 0;
}
@media (max-width: 1024px) {
  .review__body {
    gap: 14px;
    cursor: pointer;
  }
}
.review__site {
  color: var(--grey-text);
  font-size: max(18rem, 18px);
}
@media (max-width: 1024px) {
  .review__site {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .review__site {
    margin-top: 2px;
  }
}
.review__wrap {
  overflow: hidden;
  max-height: calc(var(--p1) * 1.4 * 2);
  transition: max-height 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.review__text {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review.active .review__text, .review._anim .review__text {
  -webkit-line-clamp: unset;
}
.review__arrow {
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .review__arrow {
    position: absolute;
    top: calc(var(--h52));
    right: var(--p32);
  }
}
@media (any-hover: hover) {
  .review__arrow:hover {
    border-color: var(--pink);
    background: var(--pink);
  }
  .review__arrow:hover svg {
    color: var(--white);
  }
}
.review__arrow svg {
  transform: rotate(-90deg);
  transition: 0.3s;
}
.review.active .review__wrap {
  max-height: var(--full, calc(var(--p1) * 1.4 * 20));
}
.review.active .review__arrow svg {
  transform: rotate(90deg);
}

.rating-other {
  padding: var(--gap8) 0;
}
.rating-other__icon {
  width: max(26rem, 26px);
  height: max(16rem, 16px);
}
.rating-other__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cases {
  display: flex;
  flex-direction: column;
}
.cases__intro {
  padding-bottom: var(--h52);
}
@media (max-width: 1399px) {
  .cases__intro {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cases__intro {
    gap: var(--h24);
  }
}

.cases-hero {
  position: relative;
  background: #eef1f0;
  border-radius: var(--br20);
  overflow: hidden;
}
.cases-hero__fraction {
  position: absolute;
  z-index: 5;
  color: var(--grey-text);
  top: var(--h52);
  left: var(--gap76);
}
@media (max-width: 1024px) {
  .cases-hero__fraction {
    display: none;
  }
}
.cases-hero__slider {
  overflow: hidden;
}
.cases-hero__slider .swiper-wrapper {
  align-items: stretch;
}
.cases-hero__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: var(--h52) var(--gap76);
}
@media (max-width: 1024px) {
  .cases-hero__slide {
    padding: var(--h52) 24px 76px;
  }
}
@media (max-width: 767px) {
  .cases-hero__slide {
    padding: var(--h52) 16px 68px;
  }
}
.cases-hero__img {
  z-index: 1;
}
.cases-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .cases-hero__img {
    position: absolute;
    height: 100%;
    padding: 73rem 0;
    right: 296rem;
    top: 0;
  }
}
@media (max-width: 1024px) {
  .cases-hero__img {
    position: relative;
    height: 728rem;
    display: flex;
    justify-content: left;
  }
}
.cases-hero__img div {
  height: 100%;
  aspect-ratio: 1;
  border-radius: var(--br20);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .cases-hero__img div {
    border-radius: var(--br12);
  }
}
.cases-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cases-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.cases-hero__txt {
  position: relative;
  z-index: 1;
  justify-content: center;
  max-width: max(680rem, 680px);
  padding-top: max(32rem, 32px);
  flex: 1;
  width: 100%;
}
@media (max-width: 1919px) {
  .cases-hero__txt {
    max-width: 570px;
  }
}
@media (max-width: 1599px) {
  .cases-hero__txt {
    max-width: 500px;
  }
}
@media (max-width: 1399px) {
  .cases-hero__txt {
    max-width: 454px;
  }
}
@media (max-width: 1279px) {
  .cases-hero__txt {
    max-width: 497px;
  }
}
@media (max-width: 1200px) {
  .cases-hero__txt {
    max-width: 420px;
  }
}
@media (max-width: 1024px) {
  .cases-hero__txt {
    max-width: 100%;
    min-height: 229rem;
  }
}
@media (max-width: 767px) {
  .cases-hero__txt {
    padding-top: 16px;
    min-height: min-content;
  }
}
.cases-hero__txt .h2 {
  line-height: 100%;
}
@media (max-width: 479px) {
  .cases-hero__txt .p1, .cases-hero__txt .p1b {
    display: none;
  }
}
.cases-hero__count {
  color: var(--grey-text);
}
.cases-hero__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--gap4);
}
@media (max-width: 1024px) {
  .cases-hero__tags {
    display: none;
  }
}
.cases-hero__btn {
  position: relative;
  z-index: 2;
  margin-top: max(8rem, 8px);
}
@media (max-width: 1024px) {
  .cases-hero__btn {
    display: none;
  }
}
.cases-hero__actions {
  position: absolute;
  z-index: 2;
  bottom: calc(var(--h52) + 1px);
  left: calc(var(--gap76) + max(178rem, 178px) + 36rem);
}
@media (max-width: 1919px) {
  .cases-hero__actions {
    bottom: calc(var(--h52) + 4px);
  }
}
@media (max-width: 1024px) {
  .cases-hero__actions {
    left: 24px;
    bottom: var(--h52);
  }
}

@media (max-width: 1024px) {
  .cases-tags {
    display: block;
    overflow: hidden;
    margin-inline: calc(-1 * var(--pi));
    padding-inline: var(--pi);
  }
  .cases-tags .tag-all {
    display: none;
  }
}

.case-cart {
  display: flex;
  flex-direction: column;
  gap: var(--h24);
}
.case-cart__img {
  position: relative;
  display: block;
  aspect-ratio: 1;
  border-radius: var(--br20);
  overflow: hidden;
}
.case-cart__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
@media (any-hover: hover) {
  .case-cart:hover .case-cart__img img {
    transform: scale(1.03);
  }
}
.case-cart__body {
  display: flex;
  flex-direction: column;
  gap: var(--h24);
}
.case-cart__head {
  display: flex;
  flex-direction: column;
  gap: var(--gap8);
}
.case-cart__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--gap4);
}
.case-cart .p1, .case-cart .p1b,
.case-cart .p2,
.case-cart .p2b {
  color: var(--grey-text);
}

.case-detail {
  gap: var(--h52);
}
.case-detail.section {
  padding-bottom: 0;
}
.case-detail__wrap {
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .case-detail__wrap {
    flex-direction: column;
    gap: var(--h52);
  }
}
@media (max-width: 1024px) {
  .case-detail__top {
    gap: var(--h52);
  }
}
.case-detail__left {
  flex: 0 0 max(529rem, 506px);
  min-width: 0;
}
@media (max-width: 1599px) {
  .case-detail__left {
    flex: 0 0 38%;
  }
}
@media (max-width: 1399px) {
  .case-detail__left {
    flex: 0 0 38.4%;
  }
}
@media (max-width: 1024px) {
  .case-detail__left {
    flex: none;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .case-detail__left .bookmark-btn {
    margin-left: min(-32rem, -32px);
  }
}
.case-detail__right {
  flex: 1;
  min-width: 0;
  position: sticky;
  top: var(--h52);
}
@media (max-width: 1919px) {
  .case-detail__right {
    gap: 40px;
  }
}
@media (max-width: 1599px) {
  .case-detail__right {
    gap: 26px;
  }
}
@media (max-width: 1399px) {
  .case-detail__right {
    gap: 56px;
    top: calc(var(--h24) + var(--fixedBurger));
  }
}
@media (max-width: 1279px) {
  .case-detail__right {
    gap: 26px;
  }
}
@media (max-width: 1200px) {
  .case-detail__right {
    gap: 36px;
  }
}
@media (max-width: 1024px) {
  .case-detail__right {
    display: none;
  }
}
.case-detail__mob {
  display: none;
}
@media (max-width: 1024px) {
  .case-detail__mob {
    display: flex;
    flex-direction: column;
    height: calc(100dvh - var(--headBurger) - 32px);
    padding-bottom: var(--h24);
  }
  .case-detail__mob .dots {
    margin-top: var(--h52);
  }
}
.case-detail__mob-slider {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  border-radius: var(--br12);
  border: 1px solid var(--border);
}
.case-detail__mob-slider .swiper-wrapper {
  height: 100%;
}
.case-detail__mob-slide {
  height: 100%;
}
.case-detail__mob-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-detail__block {
  display: flex;
  flex-direction: column;
  gap: var(--gap16);
}
.case-detail__fav {
  align-self: flex-start;
  color: var(--pink);
  transition: 0.3s;
}
@media (any-hover: hover) {
  .case-detail__fav:hover {
    opacity: 0.7;
  }
}
.case-detail__fav-icon {
  width: max(20rem, 20px);
  height: max(20rem, 20px);
  flex-shrink: 0;
  fill: currentColor;
}
.case-detail__brand {
  color: var(--grey-text);
}
.case-detail__site {
  align-self: flex-start;
  color: var(--grey-text);
}
.case-detail__site .icon {
  width: max(16rem, 16px);
  height: max(16rem, 16px);
  flex-shrink: 0;
}
.case-detail__stack {
  width: max(52rem, 52px);
  height: max(60rem, 60px);
  flex-shrink: 0;
  border-radius: var(--br12);
  border: 0.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-detail__stack img,
.case-detail__stack picture {
  width: max(36rem, 36px);
  height: max(36rem, 36px);
  object-fit: contain;
}
.case-detail__btn {
  align-self: flex-start;
}
@media (max-width: 1024px) {
  .case-detail__btn {
    width: 100%;
  }
}
.case-detail__gallery {
  overflow: hidden;
  border-radius: var(--br20);
}
@media (max-width: 1024px) {
  .case-detail__gallery {
    border-radius: var(--br12);
  }
}
.case-detail__slide {
  aspect-ratio: 984/611;
}
.case-detail__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-detail__preview .nav-arr__btn {
  flex-shrink: 0;
}
.case-detail__thumbs {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  margin: 0px var(--gap76);
}
.case-detail__thumb {
  aspect-ratio: 139/86;
  border-radius: max(4rem, 4px);
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid var(--border);
}
.case-detail__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-detail__thumb.swiper-slide-thumb-active {
  border-color: var(--black);
}

.bookmark-btn {
  transition: 0.3s;
}
.bookmark-btn.in {
  color: var(--pink);
}
.bookmark-btn .p2, .bookmark-btn .p2b {
  line-height: max(22rem, 22px);
  padding-top: max(1rem, 1px);
}

.contacts__wrap {
  align-items: flex-start;
}
@media (min-width: 1280px) {
  .contacts__wrap {
    flex: 1;
    min-height: 0;
    align-items: stretch;
  }
}
@media (max-width: 1279px) {
  .contacts__wrap {
    flex-direction: column;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .contacts__wrap {
    gap: var(--h52);
  }
}
.contacts__left {
  flex: 1;
  min-width: 0;
}
@media (min-width: 1280px) {
  .contacts__left {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
}
@media (max-width: 1279px) {
  .contacts__left {
    width: 100%;
  }
}
.contacts__row {
  display: flex;
  gap: var(--gap76);
  padding: var(--h24) 0;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .contacts__row {
    gap: var(--gap52);
  }
}
@media (max-width: 1024px) {
  .contacts__row {
    gap: var(--h24) var(--gap16);
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  .contacts__row {
    padding-right: 76rem;
  }
}
.contacts__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .contacts__info:nth-child(1) {
    flex: 0 0 100%;
  }
}
@media (max-width: 1024px) {
  .contacts__info {
    flex: 1;
  }
}
@media (any-hover: hover) {
  .contacts__info .link:hover {
    color: var(--pink);
  }
}
.contacts__info a.p1b {
  white-space: nowrap;
}
.contacts__map {
  height: 482rem;
  border-radius: var(--br20);
  overflow: hidden;
}
@media (min-width: 1280px) {
  .contacts__map {
    flex: 1;
    height: auto;
    min-height: max(240rem, 240px);
  }
}
@media (max-width: 1279px) {
  .contacts__map {
    height: 278px;
    border-radius: var(--br12);
  }
}
@media (max-width: 1024px) {
  .contacts__map {
    aspect-ratio: 28/25;
    width: 100%;
    height: auto;
  }
}
.contacts__map [class$=-ground-pane] {
  filter: grayscale(1);
}
.contacts__map [class$=-copyrights-pane],
.contacts__map [class$=-controls-pane] {
  display: none;
}
.contacts .form-quest {
  width: max(454rem, 302px);
  flex-shrink: 0;
}
@media (max-width: 1279px) {
  .contacts .form-quest {
    width: 100%;
  }
}

.services.section {
  padding-top: 0;
  padding-bottom: 0;
}

.services-hero__body {
  flex: 1;
  gap: max(151rem, 40px);
  min-height: 0;
}
@media (max-width: 1024px) {
  .services-hero__body {
    flex-direction: column;
    gap: var(--h16);
  }
}
.services-hero__left {
  flex: 1;
  min-width: 0;
  padding-right: 76rem;
  gap: var(--h24);
}
@media (max-width: 1599px) {
  .services-hero__left {
    padding-right: 0;
    gap: var(--h52);
  }
}
.services-hero__lead {
  color: var(--grey-text);
}
.services-hero__video {
  position: relative;
  flex-shrink: 0;
  width: max(454rem, 304px);
  overflow: hidden;
  border-radius: var(--br20);
  cursor: pointer;
}
@media (max-width: 1279px) {
  .services-hero__video {
    width: max(340rem, 304px);
  }
}
@media (max-width: 1024px) {
  .services-hero__video {
    width: 100%;
    height: auto;
  }
}
.services-hero__video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-hero__video-el {
  background: var(--grey-light);
}
.services-hero__play {
  position: relative;
  z-index: 1;
  width: max(76rem, 76px);
  height: max(76rem, 76px);
  border-radius: 50%;
  background: var(--pink);
  transition: opacity 0.3s;
}
.services-hero__play svg {
  width: max(24rem, 24px);
  height: auto;
  padding-left: 6px;
}
.services-hero__video.is-playing .services-hero__play {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1279px) {
  .form-reviews {
    overflow: visible;
    width: 100%;
    padding-inline: var(--pi);
  }
}
@media (max-width: 1279px) {
  .form-reviews .form-quest {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .form-reviews .form-quest {
    height: 100%;
    border-radius: var(--br20);
  }
}
.form-reviews .form-quest .input-file {
  min-height: min-content;
  color: var(--grey-text);
}
.form-reviews .form-quest .input-file svg {
  color: inherit;
}

.serv {
  display: grid;
  grid-template-columns: 454rem 1fr auto;
  grid-template-areas: "card body toggle" "card more toggle";
  column-gap: var(--gap76);
  padding: var(--h52) 0;
  border-bottom: 1px solid var(--border);
}
@media (max-width: 1024px) {
  .serv {
    grid-template-columns: 1fr auto;
    grid-template-areas: "num toggle" "body body" "card card" "more more";
    column-gap: var(--h24);
    align-items: center;
  }
}
.serv__num {
  grid-area: card;
  align-self: center;
  justify-self: start;
  display: block;
  max-height: 1.2em;
  overflow: hidden;
  font-family: "Druk Wide Cy";
  font-size: max(140rem, 72px);
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--bg);
  user-select: none;
  transition: max-height 0.5s ease, opacity 0.35s ease;
}
@media (max-width: 1024px) {
  .serv__num {
    grid-area: num;
    align-self: center;
    font-size: 80px;
  }
}
.serv__card {
  display: flex;
  flex-direction: column;
  gap: var(--h24);
  grid-area: card;
  align-self: center;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  align-items: flex-end;
  transition: max-height 0.55s ease, opacity 0.4s ease, margin-top 0.5s ease;
}
@media (max-width: 1024px) {
  .serv__card {
    align-self: stretch;
    align-items: stretch;
  }
}
.serv__slider {
  width: 100%;
  border-radius: var(--br20);
  overflow: hidden;
}
@media (max-width: 1279px) {
  .serv__slider {
    border-radius: var(--br12);
  }
}
.serv__slide {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  background: var(--bg);
}
.serv__pic {
  display: block;
  width: 100%;
  height: 100%;
}
.serv__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serv__nav {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .serv__nav {
    margin-top: 0;
  }
}
.serv__body {
  display: flex;
  flex-direction: column;
  grid-area: body;
  align-self: center;
  min-width: 0;
}
@media (max-width: 1024px) {
  .serv__body {
    align-self: stretch;
    margin-top: var(--h52);
  }
}
.serv__main {
  display: flex;
  flex-direction: column;
}
.serv__text {
  display: flex;
  flex-direction: column;
  gap: var(--gap16);
}
@media (max-width: 1024px) {
  .serv__text {
    gap: 0;
  }
}
@media (max-width: 1024px) {
  .serv__desc {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, margin-top 0.5s ease, opacity 0.4s ease;
  }
}
.serv__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--gap4);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, margin-top 0.5s ease, opacity 0.4s ease;
}
.serv__types {
  display: flex;
  flex-direction: column;
  gap: var(--gap16);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, margin-top 0.5s ease, opacity 0.4s ease;
}
.serv__more {
  grid-area: more;
  justify-self: start;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, margin-top 0.5s ease, opacity 0.4s ease, background 0.3s ease, color 0.3s ease;
}
@media (max-width: 1024px) {
  .serv__more {
    justify-self: stretch;
    width: 100%;
  }
}
.serv__toggle {
  grid-area: toggle;
  align-self: start;
  flex-shrink: 0;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
}
@media (max-width: 1024px) {
  .serv__toggle {
    align-self: center;
  }
}
@media (any-hover: hover) {
  .serv__toggle:hover {
    border-color: var(--pink);
    background: var(--pink);
  }
  .serv__toggle:hover svg {
    color: var(--white);
  }
}
.serv__toggle svg {
  transform: rotate(-90deg);
  transition: 0.3s;
}
.serv.active .serv__num {
  max-height: 0;
  opacity: 0;
}
@media (max-width: 1024px) {
  .serv.active .serv__num {
    max-height: 1.2em;
    opacity: 1;
  }
}
.serv.active .serv__card {
  max-height: max(700rem, 640px);
  opacity: 1;
}
@media (max-width: 1024px) {
  .serv.active .serv__card {
    aspect-ratio: 1;
    max-height: 100vh;
    margin-top: var(--h52);
    gap: var(--h24);
  }
}
@media (max-width: 1024px) {
  .serv.active .serv__desc {
    max-height: max(600rem, 600px);
    margin-top: var(--h16);
    opacity: 1;
  }
}
.serv.active .serv__tags {
  max-height: max(240rem, 240px);
  margin-top: var(--h24);
  opacity: 1;
}
.serv.active .serv__types {
  max-height: max(240rem, 240px);
  margin-top: var(--h52);
  opacity: 1;
}
.serv.active .serv__more {
  max-height: max(80rem, 80px);
  margin-top: var(--h52);
  opacity: 1;
}
.serv.active .serv__toggle svg {
  transform: rotate(90deg);
}

@media (max-width: 1024px) {
  .advantages__list {
    flex-direction: column;
  }
}

.adv-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-height: max(323rem, 220px);
  padding: var(--p32);
  border: 1px solid var(--border);
  border-radius: var(--br20);
  gap: 52rem;
}
@media (max-width: 1024px) {
  .adv-card {
    min-height: 0;
    gap: var(--h52);
    border-radius: var(--br12);
  }
}
.adv-card__text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.adv-card__text .p1, .adv-card__text .p1b {
  flex: 1;
}

@media (min-width: 1280px) {
  .serv-detail .breadcrumbs {
    margin-top: var(--h52);
  }
}
.serv-detail__hero {
  flex: 1;
  min-height: 0;
  padding: var(--h52) max(76rem, 40px);
  background: var(--bg);
  border-radius: var(--br20);
  gap: var(--gap76);
  position: relative;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .serv-detail__hero {
    flex-direction: column-reverse;
    padding-inline: 24px;
    gap: var(--h24);
  }
}
@media (max-width: 767px) {
  .serv-detail__hero {
    padding-inline: 16px;
  }
}
.serv-detail__hero--ind {
  background: #EAEDF5;
}
.serv-detail__hero--blue {
  background: var(--bg-blue);
}
.serv-detail__hero--peach {
  background: var(--bg-peach);
}
.serv-detail__hero--rose {
  background: var(--bg-rose);
}
.serv-detail__hero-text {
  flex: 1;
  min-width: 0;
}
@media (min-width: 1025px) {
  .serv-detail__hero-text {
    max-width: max(604rem, 380px);
  }
}
@media (max-width: 1024px) {
  .serv-detail__hero-text {
    justify-content: flex-start;
  }
}
.serv-detail__hero-img {
  flex-shrink: 0;
  width: max(680rem, 420px);
  display: flex;
  align-items: center;
  aspect-ratio: 670/542;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 1399px) {
  .serv-detail__hero-img {
    width: max(710rem, 420px);
  }
}
@media (min-width: 1025px) {
  .serv-detail__hero-img {
    position: absolute;
    top: 0;
    right: var(--gap76);
  }
}
@media (max-width: 1024px) {
  .serv-detail__hero-img {
    width: 100%;
    margin-inline: auto;
    aspect-ratio: 26/17;
  }
}
.serv-detail__hero-img img, .serv-detail__hero-img picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1279px) {
  .serv-auto {
    min-height: auto;
  }
}
.serv-auto .tags-list {
  margin-block: auto;
}

.num-list__caption {
  margin-bottom: var(--h24);
}
.num-list__row {
  display: flex;
  align-items: center;
  padding: var(--h24) 0;
  border-top: 1px solid var(--border);
}
@media (max-width: 1024px) {
  .num-list__row .tag {
    width: 100%;
  }
}
.num-list__row:last-child {
  border-bottom: 1px solid var(--border);
}
.num-list .p1b {
  flex-shrink: 0;
  width: max(76rem, 76px);
}

.tech__card {
  padding: var(--p16);
  border: 1px solid var(--border);
  border-radius: var(--br20);
}
.tech__logos {
  width: 100%;
  min-height: 172rem;
  gap: var(--gap76);
}
@media (max-width: 1919px) {
  .tech__logos {
    min-height: auto;
  }
}
@media (max-width: 1024px) {
  .tech__logos {
    gap: 24px;
  }
}
@media (max-width: 990px) {
  .tech__logos {
    flex-direction: column;
    gap: var(--h52);
  }
}
.tech__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--h24);
  text-align: center;
  flex: 1;
}
.tech__logo {
  display: flex;
  align-items: center;
  height: max(72rem, 72px);
}
.tech__logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.tech__label {
  color: var(--grey-text);
}
.tech__plus {
  color: var(--black);
  width: max(26rem, 26px);
  height: max(26rem, 26px);
}
@media (max-width: 1024px) {
  .tech__plus {
    flex: 1;
  }
}
@media (max-width: 990px) {
  .tech__plus {
    flex: 1 1 auto;
  }
}
.tech__plus svg {
  width: 100%;
  height: 100%;
}
.tech__note {
  color: var(--grey-text);
  text-align: center;
  border-top: 1px solid var(--border);
  width: 100%;
  text-align: center;
  padding-top: var(--h24);
  margin-top: var(--h24);
}

@media (max-width: 1279px) {
  .benefits {
    min-height: auto;
  }
}
.benefits__grid {
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap18);
}
@media (min-width: 1280px) {
  .benefits__grid {
    flex: 1;
    grid-auto-rows: 1fr;
  }
}
@media (max-width: 1024px) {
  .benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .benefits__grid {
    grid-template-columns: 1fr;
  }
}

.support-plat__logo {
  display: inline-flex;
  align-items: center;
  height: max(52rem, 28px);
  margin-bottom: 10rem;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .support-plat__logo {
    height: max(62rem, 36px);
  }
}
.support-plat__logo img {
  height: 100%;
  width: auto;
}

.tariff-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--gap18);
}
@media (min-width: 1025px) {
  .tariff-list {
    flex: 1;
    min-height: 0;
    grid-auto-rows: 1fr;
  }
}
@media (max-width: 1024px) {
  .tariff-list {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1025px) {
  .support-price {
    height: 100dvh;
  }
}
@media (max-width: 1279px) {
  .support-price {
    min-height: 0;
    height: calc(100dvh - var(--fixedBurger));
  }
}
@media (max-width: 1024px) {
  .support-price {
    height: auto;
  }
}
.support-price__head {
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .support-price__head {
    flex-direction: column;
    gap: var(--h24);
  }
}
.support-price .btn {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .support-price .btn {
    width: 100%;
  }
}

.support-adv__top .nav-arr {
  flex-shrink: 0;
}
.support-adv__slider {
  overflow: hidden;
}
@media (max-width: 767px) {
  .support-adv__slider {
    margin-inline: calc(-1 * var(--pi));
    padding-inline: var(--pi);
  }
}
.support-adv__slider .adv {
  flex: none;
  height: auto;
}

@media (max-width: 1024px) {
  .levels {
    gap: 0;
  }
}

.level {
  padding: var(--h52) 0;
}
@media (min-width: 1025px) {
  .level {
    gap: var(--gap76);
  }
  .level:last-child {
    border-bottom: 1px solid var(--border);
  }
}
@media (max-width: 1024px) {
  .level {
    gap: var(--h52);
    flex-direction: column;
  }
}
.level__img {
  display: block;
  flex-shrink: 0;
  width: max(454rem, 240px);
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--bg);
  border-radius: var(--br20);
}
.level__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .level__img {
    height: max(454rem, 240px);
  }
}
@media (max-width: 1024px) {
  .level__img {
    width: 100%;
  }
}
.level__body {
  flex: 1;
  min-width: 0;
}
@media (max-width: 1024px) {
  .level__body .tags-list .tag {
    width: 100%;
  }
}
.level__dot {
  width: max(40rem, 40px);
  height: max(40rem, 40px);
  flex-shrink: 0;
  border-radius: var(--br12);
}
.level__dot--pink {
  background: var(--tariff-pink);
}
.level__dot--blue {
  background: var(--tariff-blue);
}
.level__dot--lime {
  background: var(--tariff-lime);
}

@media (min-width: 1025px) {
  .lk-adv {
    min-height: calc(100dvh - var(--headBurger));
  }
}
@media (min-width: 1280px) {
  .lk-adv {
    min-height: 100dvh;
  }
}
@media (max-width: 1024px) {
  .lk-adv .h1 br {
    display: none;
  }
}
@media (min-width: 1025px) {
  .lk-adv__wrap {
    flex: 1;
  }
}
@media (min-width: 1025px) {
  .lk-adv__list {
    flex: 1;
    grid-auto-rows: 1fr;
  }
}
@media (max-width: 1024px) {
  .lk-adv__list {
    grid-template-columns: 1fr;
    gap: var(--gap16);
  }
}
@media (max-width: 1024px) {
  .lk-adv__btn {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .lk-steps, .serv-tasks {
    min-height: calc(100dvh - var(--headBurger));
  }
}
@media (min-width: 1280px) {
  .lk-steps, .serv-tasks {
    min-height: 100dvh;
  }
}
@media (min-width: 1025px) {
  .lk-steps .num-list, .serv-tasks .num-list {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}
@media (min-width: 1025px) {
  .lk-steps .num-list__row, .serv-tasks .num-list__row {
    flex: 1;
  }
}

@media (min-width: 1025px) {
  .tariff-list--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.tariff-list--3 .tariff {
  gap: var(--h24);
}
@media (max-width: 1024px) {
  .tariff-list--3 .tariff {
    display: flex;
  }
}

@media (max-width: 1024px) {
  .lk-price .tariff__head {
    align-items: center;
  }
}
.lk-price .tariff__hours {
  height: max(173rem, 76px);
  flex: none;
}
@media (max-width: 1024px) {
  .lk-price .tariff__hours {
    height: 72px;
  }
}

@media (max-width: 1024px) {
  .num-list--cols .num-list__row {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--h52);
  }
}
.num-list--cols .num-list__name {
  flex-shrink: 0;
  width: max(304rem, 304px);
  margin-right: var(--gap76);
}
@media (max-width: 1024px) {
  .num-list--cols .num-list__name {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .compare {
    flex-direction: column;
  }
}
.compare__card {
  flex: 1;
  min-width: 0;
  padding: var(--p32);
  border: 1px solid var(--border);
  border-radius: var(--br20);
}
@media (max-width: 1279px) {
  .compare__card {
    border-radius: var(--br12);
  }
}
.compare__card--problem {
  border-color: var(--pink);
}
.compare__card--solution {
  border-color: var(--green);
}
.compare__ico {
  border-radius: var(--br12);
  color: var(--white);
}
.compare__card--problem .compare__ico {
  background: var(--pink);
}
.compare__card--solution .compare__ico {
  background: var(--green-bright);
}
.compare__list {
  flex: 1;
}
@media (max-width: 1024px) {
  .compare__list {
    gap: 14px;
  }
}
.compare__item {
  flex: 1;
  gap: 36rem;
  padding: var(--p16);
  border-radius: var(--br12);
  min-height: 162rem;
}
@media (max-width: 1919px) {
  .compare__item {
    min-height: 78rem;
  }
}
@media (max-width: 1599px) {
  .compare__item {
    min-height: auto;
  }
}
@media (max-width: 1024px) {
  .compare__item {
    gap: var(--h16);
  }
}
.compare__card--problem .compare__item {
  background: var(--bg-problem);
}
.compare__card--solution .compare__item {
  background: var(--bg-solution);
}
.compare__mark {
  width: max(36rem, 36px);
  height: max(36rem, 36px);
  flex-shrink: 0;
  background: var(--white);
  border-radius: var(--br12);
}
.compare__card--problem .compare__mark {
  color: var(--pink);
}
.compare__card--solution .compare__mark {
  color: var(--green-bright);
}

@media (max-width: 1024px) {
  .format {
    flex-direction: column;
  }
}
.format__card {
  flex: 1;
  min-width: 0;
  padding: var(--p16);
  border: 1px solid var(--border);
  border-radius: var(--br20);
}
@media (max-width: 1279px) {
  .format__card {
    border-radius: var(--br12);
  }
}
.format__head {
  padding-top: var(--p16);
  text-align: center;
}
.format__body {
  flex: 1;
  padding: var(--p32);
  text-align: center;
  background: var(--tariff-pink);
  border-radius: var(--br12);
}
@media (min-width: 1025px) {
  .format__body {
    min-height: 272rem;
  }
}
@media (max-width: 1599px) {
  .format__body br {
    display: none;
  }
}

.polit__text.text-block h5 {
  margin-bottom: var(--h16) !important;
}
.polit__text.text-block div:not(:last-child) {
  margin-bottom: max(32rem, 32px);
}
.polit__text.text-block a {
  text-decoration: underline;
}
.polit__text.text-block p {
  padding-left: max(38rem, 38px);
  position: relative;
  font-size: var(--p1);
}
@media (max-width: 1919px) {
  .polit__text.text-block p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .polit__text.text-block p {
    font-size: 18px;
  }
}
.polit__text.text-block p:not(:last-child) {
  margin-bottom: max(20rem, 20px);
}
.polit__text.text-block p span {
  width: max(30rem, 30px);
  position: absolute;
  left: 0;
  top: 0;
}
.polit__text.text-block ul {
  font-size: var(--p1);
  padding-left: max(38rem, 38px);
}
@media (max-width: 1919px) {
  .polit__text.text-block ul {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .polit__text.text-block ul {
    font-size: 18px;
  }
}
.polit__text.text-block ul li {
  padding-left: max(26rem, 26px);
  position: relative;
}
.polit__text.text-block ul li::after {
  content: "";
  width: max(3rem, 3px);
  height: max(3rem, 3px);
  border-radius: 50%;
  background: var(--black);
  position: absolute;
  left: max(12rem, 12px);
  top: max(10rem, 10px);
}

.error {
  padding-bottom: 0;
  height: calc(100dvh - var(--h80));
}
@media (min-width: 1025px) {
  .error {
    height: 100dvh;
  }
}
@media (max-width: 1279px) {
  .error {
    min-height: 0;
  }
}
.error__body {
  min-height: 0;
}
.error__img {
  display: block;
  width: 100%;
  max-width: max(760rem, 300px);
}
.error__img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 46dvh;
  margin-inline: auto;
}
.error__text {
  max-width: max(640rem, 300px);
  color: var(--grey-text);
}
@media (max-width: 1024px) {
  .error__text {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .error .btn {
    width: 100%;
  }
}