@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Roboto-SemiBold.woff2") format("woff2"), url("../fonts/Roboto-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
}
:root {
  --coefficient: 0.3333;
  --device-width: 1920;
  --mobile-coefficient: 1;
  --design-width: 1920;
}

@media only screen and (max-width: 640px) {
  :root {
    --coefficient: 0.8205;
    --device-width: 640;
    --mobile-coefficient: 1.641;
    --design-width: 640;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

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

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

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

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

button {
  cursor: pointer;
  border-radius: 0;
}

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

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

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  vertical-align: top;
}

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

* {
  cursor: none !important;
}

html {
  margin-top: 0 !important;
}

body {
  font-family: "Roboto";
  font-size: clamp(18px * var(--coefficient), 18 * 100vw / var(--design-width) * var(--mobile-coefficient), 18px * var(--mobile-coefficient));
  font-weight: 400;
  line-height: 1.2;
  color: #1C252C;
  background-color: #FAFDFF;
}
@media (max-width: 640px) {
  body {
    font-size: clamp(14px * var(--coefficient), 14 * 100vw / var(--design-width) * var(--mobile-coefficient), 14px * var(--mobile-coefficient));
  }
}
body:active #cursor {
  background-color: #283890;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
body:active #aura {
  background-color: rgba(40, 56, 144, 0.2);
  -webkit-transition: backgorund-color 0.2s;
  transition: backgorund-color 0.2s;
}
body:active #aura::before {
  background-color: rgba(40, 56, 144, 0.2);
  -webkit-transition: backgorund-color 0.2s;
  transition: backgorund-color 0.2s;
}

.menu_hidden,
.popup_hidden,
.bottom_hidden,
.top_hidden {
  overflow: hidden;
}

.trp_language_switcher_shortcode,
.trp-language-switcher-container {
  display: none !important;
}

.letter {
  position: absolute;
  width: clamp(574px * var(--coefficient), 574 * 100vw / var(--design-width) * var(--mobile-coefficient), 574px * var(--mobile-coefficient));
  height: clamp(1052px * var(--coefficient), 1052 * 100vw / var(--design-width) * var(--mobile-coefficient), 1052px * var(--mobile-coefficient));
  background-image: url('../img/icons/letter.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  right: 0;
  top: clamp(940px * var(--coefficient), 940 * 100vw / var(--design-width) * var(--mobile-coefficient), 940px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .letter {
    display: none;
  }
}

button {
  font-family: "Roboto";
}

input {
  font-family: "Roboto";
  background-color: #FAFDFF;
}
input::-webkit-input-placeholder {
  font-family: "Roboto";
}
input::-moz-placeholder {
  font-family: "Roboto";
}
input:-ms-input-placeholder {
  font-family: "Roboto";
}
input::-ms-input-placeholder {
  font-family: "Roboto";
}
input::placeholder {
  font-family: "Roboto";
}

#cursor {
  position: fixed;
  width: clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient));
  height: clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient));
  background-color: #0E76BD;
  border-radius: clamp(4px * var(--coefficient), 4 * 100vw / var(--design-width) * var(--mobile-coefficient), 4px * var(--mobile-coefficient));
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 9999;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33);
  transition: background-color 0.2s, -webkit-transform 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33);
  transition: transform 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33), background-color 0.2s;
  transition: transform 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33), background-color 0.2s, -webkit-transform 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33);
}

.hidden {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#cursor.hidden {
  -webkit-transform: scale(0.001);
      -ms-transform: scale(0.001);
          transform: scale(0.001);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

#aura {
  position: fixed;
  width: clamp(34px * var(--coefficient), 34 * 100vw / var(--design-width) * var(--mobile-coefficient), 34px * var(--mobile-coefficient));
  height: clamp(34px * var(--coefficient), 34 * 100vw / var(--design-width) * var(--mobile-coefficient), 34px * var(--mobile-coefficient));
  background-color: rgba(14, 118, 189, 0.2);
  border-radius: clamp(6px * var(--coefficient), 6 * 100vw / var(--design-width) * var(--mobile-coefficient), 6px * var(--mobile-coefficient));
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-transform: scale(0.001);
      -ms-transform: scale(0.001);
          transform: scale(0.001);
  -webkit-transition: backgorund-color 0.2s, -webkit-transform 0.2s;
  transition: backgorund-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, backgorund-color 0.2s;
  transition: transform 0.2s, backgorund-color 0.2s, -webkit-transform 0.2s;
  z-index: 9998;
}
#aura::before {
  content: "";
  position: absolute;
  width: clamp(48px * var(--coefficient), 48 * 100vw / var(--design-width) * var(--mobile-coefficient), 48px * var(--mobile-coefficient));
  height: clamp(48px * var(--coefficient), 48 * 100vw / var(--design-width) * var(--mobile-coefficient), 48px * var(--mobile-coefficient));
  background-color: rgba(14, 118, 189, 0.2);
  border-radius: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: backgorund-color 0.2s;
  transition: backgorund-color 0.2s;
}

#aura.aura--active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

#aura.hidden {
  -webkit-transform: scale(0.001);
      -ms-transform: scale(0.001);
          transform: scale(0.001);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.container {
  max-width: 1600px;
  width: 83.3333333333vw;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient)) clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient)) clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(18px * var(--coefficient), 18 * 100vw / var(--design-width) * var(--mobile-coefficient), 18px * var(--mobile-coefficient));
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  width: 100%;
  height: clamp(58px * var(--coefficient), 58 * 100vw / var(--design-width) * var(--mobile-coefficient), 58px * var(--mobile-coefficient));
  color: #1C252C;
  background-color: #FAFDFF;
  border: 1px solid #1C252C;
  border-radius: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  gap: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  padding: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient)) clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient)) clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient)) clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
@media (max-width: 640px) {
  .btn {
    font-size: clamp(13px * var(--coefficient), 13 * 100vw / var(--design-width) * var(--mobile-coefficient), 13px * var(--mobile-coefficient));
    height: clamp(41px * var(--coefficient), 41 * 100vw / var(--design-width) * var(--mobile-coefficient), 41px * var(--mobile-coefficient));
    border-radius: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
    gap: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
    padding: clamp(4px * var(--coefficient), 4 * 100vw / var(--design-width) * var(--mobile-coefficient), 4px * var(--mobile-coefficient)) clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient)) clamp(4px * var(--coefficient), 4 * 100vw / var(--design-width) * var(--mobile-coefficient), 4px * var(--mobile-coefficient)) clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient));
  }
}
.btn::after {
  content: "";
  max-width: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  min-width: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  height: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  background-color: #0E76BD;
  border-radius: clamp(2px * var(--coefficient), 2 * 100vw / var(--design-width) * var(--mobile-coefficient), 2px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .btn::after {
    max-width: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
    min-width: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
    height: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
  }
}
.btn:hover {
  color: #FAFDFF;
  background-color: #1C252C;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
.btn--img::after {
  display: none;
}

.title {
  font-size: clamp(56px * var(--coefficient), 56 * 100vw / var(--design-width) * var(--mobile-coefficient), 56px * var(--mobile-coefficient));
  font-weight: 400;
  line-height: 1.1785714286;
  text-transform: uppercase;
  color: #1C252C;
  margin-bottom: clamp(48px * var(--coefficient), 48 * 100vw / var(--design-width) * var(--mobile-coefficient), 48px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .title {
    font-size: clamp(28px * var(--coefficient), 28 * 100vw / var(--design-width) * var(--mobile-coefficient), 28px * var(--mobile-coefficient));
    margin-bottom: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  }
}

.header {
  position: sticky;
  width: 100%;
  background-color: #FAFDFF;
  top: 0;
  z-index: 999;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
@media (max-width: 640px) {
  .header {
    position: fixed;
  }
}
.header--active {
  -webkit-box-shadow: 0 4px 16px 0 rgba(14, 118, 189, 0.15);
          box-shadow: 0 4px 16px 0 rgba(14, 118, 189, 0.15);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  padding: clamp(14px * var(--coefficient), 14 * 100vw / var(--design-width) * var(--mobile-coefficient), 14px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient)) clamp(14px * var(--coefficient), 14 * 100vw / var(--design-width) * var(--mobile-coefficient), 14px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient));
}
.header__logo {
  width: clamp(240px * var(--coefficient), 240 * 100vw / var(--design-width) * var(--mobile-coefficient), 240px * var(--mobile-coefficient));
  height: clamp(50px * var(--coefficient), 50 * 100vw / var(--design-width) * var(--mobile-coefficient), 50px * var(--mobile-coefficient));
  object-fit: contain;
}
@media (max-width: 640px) {
  .header__logo {
    width: clamp(144px * var(--coefficient), 144 * 100vw / var(--design-width) * var(--mobile-coefficient), 144px * var(--mobile-coefficient));
    height: clamp(30px * var(--coefficient), 30 * 100vw / var(--design-width) * var(--mobile-coefficient), 30px * var(--mobile-coefficient));
  }
}
@media (max-width: 640px) {
  .header__lang--main {
    display: none;
  }
}
.header__lang_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
  padding-bottom: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
}
.header__lang_link {
  font-size: clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient));
  line-height: 1.1875;
  letter-spacing: 0.03em;
  text-shadow: 0 0 0 transparent;
  color: #1C252C;
  -webkit-transition: color 0.2s, text-shadow 0.2s;
  transition: color 0.2s, text-shadow 0.2s;
}
.header__lang_link:hover {
  color: #0E76BD;
  text-shadow: 0 0 0.8px #0E76BD;
  -webkit-transition: color 0.2s, text-shadow 0.2s;
  transition: color 0.2s, text-shadow 0.2s;
}
.header__lang_link--active {
  color: #0E76BD;
  text-shadow: 0 0 0.8px #0E76BD;
  -webkit-transition: color 0.2s, text-shadow 0.2s;
  transition: color 0.2s, text-shadow 0.2s;
}
.header__burger {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #1C252C;
}
.header__menu {
  display: none;
  position: relative;
  width: clamp(26px * var(--coefficient), 26 * 100vw / var(--design-width) * var(--mobile-coefficient), 26px * var(--mobile-coefficient));
  height: clamp(26px * var(--coefficient), 26 * 100vw / var(--design-width) * var(--mobile-coefficient), 26px * var(--mobile-coefficient));
  background-color: transparent;
}
@media (max-width: 640px) {
  .header__menu {
    display: block;
  }
}
.header__menu::before, .header__menu::after {
  content: "";
  position: absolute;
  width: 100%;
  height: clamp(1px * var(--coefficient), 1 * 100vw / var(--design-width) * var(--mobile-coefficient), 1px * var(--mobile-coefficient));
  background-color: #1C252C;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, transform 0.2s;
  transition: top 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.header__menu::before {
  top: calc(50% - clamp(6px * var(--coefficient), 6 * 100vw / var(--design-width) * var(--mobile-coefficient), 6px * var(--mobile-coefficient)));
}
.header__menu::after {
  top: calc(50% + clamp(6px * var(--coefficient), 6 * 100vw / var(--design-width) * var(--mobile-coefficient), 6px * var(--mobile-coefficient)));
}
.header__menu--anim-one::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, transform 0.2s;
  transition: top 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.header__menu--anim-one::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, transform 0.2s;
  transition: top 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.header__menu--anim-two .header__menu_icon {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.header__menu--anim-two::before {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.header__menu--anim-two::after {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.header__menu_icon {
  display: block;
  position: absolute;
  width: 100%;
  height: clamp(1px * var(--coefficient), 1 * 100vw / var(--design-width) * var(--mobile-coefficient), 1px * var(--mobile-coefficient));
  background-color: #1C252C;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media (max-width: 640px) {
  .menu--main {
    display: none;
  }
}
.menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(40px * var(--coefficient), 40 * 100vw / var(--design-width) * var(--mobile-coefficient), 40px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .menu__items {
    display: block;
  }
}
@media (max-width: 640px) {
  .menu__item:not(:last-child) {
    margin-bottom: clamp(48px * var(--coefficient), 48 * 100vw / var(--design-width) * var(--mobile-coefficient), 48px * var(--mobile-coefficient));
  }
}
.menu__link {
  display: block;
  position: relative;
  font-size: clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient));
  line-height: 1.1875;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-shadow: 0 0 0 transparent;
  color: #1C252C;
  padding-bottom: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  -webkit-transition: text-shadow 0.2s;
  transition: text-shadow 0.2s;
}
@media (max-width: 640px) {
  .menu__link {
    display: inline-block;
    padding-bottom: 0;
    padding-right: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  }
}
.menu__link::before {
  content: "";
  position: absolute;
  width: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
  height: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
  background-color: #0E76BD;
  border-radius: clamp(2px * var(--coefficient), 2 * 100vw / var(--design-width) * var(--mobile-coefficient), 2px * var(--mobile-coefficient));
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) scale(0);
      -ms-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 640px) {
  .menu__link::before {
    top: 50%;
    left: calc(100% - clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient)));
    bottom: auto;
    -webkit-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
  }
}
.menu__link:hover {
  text-shadow: 0 0 0.8px #1C252C;
  -webkit-transition: text-shadow 0.2s;
  transition: text-shadow 0.2s;
}
.menu__link:hover::before {
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 640px) {
  .menu__link:hover::before {
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}
.menu__link--active {
  text-shadow: 0 0 0.8px #1C252C;
  -webkit-transition: text-shadow 0.2s;
  transition: text-shadow 0.2s;
}
.menu__link--active::before {
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 640px) {
  .menu__link--active::before {
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}

.menu_small {
  display: none;
  position: fixed;
  width: 100%;
  min-height: calc(100dvh - 74px);
  background-color: #FAFDFF;
  opacity: 0;
  visibility: hidden;
  top: clamp(56px * var(--coefficient), 56 * 100vw / var(--design-width) * var(--mobile-coefficient), 56px * var(--mobile-coefficient));
  padding-top: clamp(107px * var(--coefficient), 107 * 100vw / var(--design-width) * var(--mobile-coefficient), 107px * var(--mobile-coefficient));
  z-index: 10;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
@media (max-width: 640px) {
  .menu_small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.menu_small--active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.menu_small .container {
  min-height: 100%;
}
.menu_small__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-bottom: clamp(48px * var(--coefficient), 48 * 100vw / var(--design-width) * var(--mobile-coefficient), 48px * var(--mobile-coefficient));
}

@media (max-width: 640px) {
  .main {
    padding-top: clamp(56px * var(--coefficient), 56 * 100vw / var(--design-width) * var(--mobile-coefficient), 56px * var(--mobile-coefficient));
  }
}

.top {
  position: relative;
  padding: clamp(172px * var(--coefficient), 172 * 100vw / var(--design-width) * var(--mobile-coefficient), 172px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient)) clamp(48px * var(--coefficient), 48 * 100vw / var(--design-width) * var(--mobile-coefficient), 48px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .top {
    padding: clamp(63px * var(--coefficient), 63 * 100vw / var(--design-width) * var(--mobile-coefficient), 63px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient)) clamp(28px * var(--coefficient), 28 * 100vw / var(--design-width) * var(--mobile-coefficient), 28px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient));
  }
}
.top__title {
  position: absolute;
  width: clamp(1328px * var(--coefficient), 1328 * 100vw / var(--design-width) * var(--mobile-coefficient), 1328px * var(--mobile-coefficient));
  height: clamp(161px * var(--coefficient), 161 * 100vw / var(--design-width) * var(--mobile-coefficient), 161px * var(--mobile-coefficient));
  top: clamp(42px * var(--coefficient), 42 * 100vw / var(--design-width) * var(--mobile-coefficient), 42px * var(--mobile-coefficient));
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 640px) {
  .top__title {
    width: calc(100% - clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient)));
    height: clamp(67px * var(--coefficient), 67 * 100vw / var(--design-width) * var(--mobile-coefficient), 67px * var(--mobile-coefficient));
    top: clamp(9px * var(--coefficient), 9 * 100vw / var(--design-width) * var(--mobile-coefficient), 9px * var(--mobile-coefficient));
    left: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 640px) {
  .top__title--main {
    display: none;
  }
}
.top__title--small {
  display: none;
}
@media (max-width: 640px) {
  .top__title--small {
    display: flex;
  }
}
.top__title_main_img {
  width: clamp(1328px * var(--coefficient), 1328 * 100vw / var(--design-width) * var(--mobile-coefficient), 1328px * var(--mobile-coefficient));
  height: clamp(161px * var(--coefficient), 161 * 100vw / var(--design-width) * var(--mobile-coefficient), 161px * var(--mobile-coefficient));
  object-fit: contain;
}
.top__title span {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.top__title--marquee {
  overflow: hidden;
}
.top__marquee {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top__marquee__inner {
  display: flex;
  height: 100%;
  width: max-content;
  gap: 48px;
  animation: marquee 30s linear infinite;
}
.top__marquee__inner img {
  height: 100%;
  width: auto;
  flex-shrink: 0;
  display: block;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .top__inner {
    display: block;
  }
}
@media (max-width: 640px) {
  .top__inner_box {
    height: 100vh;
    margin-bottom: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  }
}
@media (min-width: 640px) {
  .top__inner_box {
    height: auto !important;
  }
}
@media (max-width: 640px) {
  .top__box {
    margin-bottom: clamp(25px * var(--coefficient), 25 * 100vw / var(--design-width) * var(--mobile-coefficient), 25px * var(--mobile-coefficient));
  }
}
.top__img {
  width: clamp(1056px * var(--coefficient), 1056 * 100vw / var(--design-width) * var(--mobile-coefficient), 1056px * var(--mobile-coefficient));
  height: clamp(610px * var(--coefficient), 610 * 100vw / var(--design-width) * var(--mobile-coefficient), 610px * var(--mobile-coefficient));
  border-radius: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  object-fit: cover;
}
@media (max-width: 640px) {
  .top__img {
    width: 100%;
    max-height: clamp(218px * var(--coefficient), 218 * 100vw / var(--design-width) * var(--mobile-coefficient), 218px * var(--mobile-coefficient));
    min-height: clamp(218px * var(--coefficient), 218 * 100vw / var(--design-width) * var(--mobile-coefficient), 218px * var(--mobile-coefficient));
  }
}
.top__content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(10px * var(--coefficient), 10 * 100vw / var(--design-width) * var(--mobile-coefficient), 10px * var(--mobile-coefficient));
  margin-bottom: clamp(34px * var(--coefficient), 34 * 100vw / var(--design-width) * var(--mobile-coefficient), 34px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .top__content_box {
    display: none;
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .top__content_box--main {
    display: none;
  }
}
.top__content_box--small {
  display: none;
}
@media (max-width: 640px) {
  .top__content_box--small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: clamp(40px * var(--coefficient), 40 * 100vw / var(--design-width) * var(--mobile-coefficient), 40px * var(--mobile-coefficient));
  }
}
.top__btn:last-child {
  max-width: clamp(188px * var(--coefficient), 188 * 100vw / var(--design-width) * var(--mobile-coefficient), 188px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .top__btn:last-child {
    max-width: clamp(120px * var(--coefficient), 120 * 100vw / var(--design-width) * var(--mobile-coefficient), 120px * var(--mobile-coefficient));
    min-width: clamp(120px * var(--coefficient), 120 * 100vw / var(--design-width) * var(--mobile-coefficient), 120px * var(--mobile-coefficient));
  }
}
.top__content {
  width: 100%;
  transition: margin-top .3s;
}
@media (max-width: 640px) {
  .top__content--active {
    margin-top: 0 !important;
    transition: margin-top .3s;
  }
}
@media (min-width: 640px) {
  .top__content {
    margin-top: 0 !important;
  }
}
.top__text_title {
  font-size: clamp(24px * var(--coefficient), 24 * 100vw / var(--design-width) * var(--mobile-coefficient), 24px * var(--mobile-coefficient));
  font-weight: 700;
  line-height: 1.1666666667;
  letter-spacing: 0.03em;
  margin-bottom: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .top__text_title {
    font-size: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
    /* font-size: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient)); */
    margin-bottom: 0;
    /* margin-bottom: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient)); */
    /* transition: font-size .3s; */
  }
}
/* @media (max-width: 640px) {
  .top__text_title--active {
    font-size: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
    transition: font-size .3s;
  }
} */
@media (max-width: 640px) {
  .top__text_title--main {
    display: none;
  }
}
.top__text_title--small {
  display: none;
}
@media (max-width: 640px) {
  .top__text_title--small {
    display: block;
    position: sticky;
    top: calc(clamp(58px * var(--coefficient), 58 * 100vw / var(--design-width) * var(--mobile-coefficient), 58px * var(--mobile-coefficient)) + clamp(40px * var(--coefficient), 40 * 100vw / var(--design-width) * var(--mobile-coefficient), 40px * var(--mobile-coefficient)));
  }
}
.top__text p,
.top__text ul {
  margin-bottom: clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .top__text p,
  .top__text ul {
    margin-bottom: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  }
}
.top__text ul {
  list-style: outside;
  margin-left: clamp(30px * var(--coefficient), 30 * 100vw / var(--design-width) * var(--mobile-coefficient), 30px * var(--mobile-coefficient));
}
.top__text p:has(+ ul) {
  margin-bottom: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
}
.top__text *:last-child {
  margin-bottom: 0;
}

.services {
  padding: clamp(48px * var(--coefficient), 48 * 100vw / var(--design-width) * var(--mobile-coefficient), 48px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient)) clamp(61px * var(--coefficient), 61 * 100vw / var(--design-width) * var(--mobile-coefficient), 61px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .services {
    padding: clamp(28px * var(--coefficient), 28 * 100vw / var(--design-width) * var(--mobile-coefficient), 28px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient)) clamp(28px * var(--coefficient), 28 * 100vw / var(--design-width) * var(--mobile-coefficient), 28px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient));
  }
}
.services__items {
  max-width: clamp(912px * var(--coefficient), 912 * 100vw / var(--design-width) * var(--mobile-coefficient), 912px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .services__items {
    max-width: 100%;
  }
}
.services__item {
  border-bottom: 1px solid #CDD3D7;
  padding-bottom: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  margin: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient)) clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .services__item {
    padding-bottom: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
    margin: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient)) clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient));
  }
}
.services__item:last-child {
  margin-bottom: clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient));
}
.services__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
}
@media (hover: hover) {
  .services__content:hover .services__btn_img {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}
.services__content--active .services__btn {
  background-color: #E6EEF3;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media (hover: hover) {
  .services__content--active:hover .services__btn_img {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
}
.services__content--active .services__btn_img {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.services__item_title {
  font-size: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.03em;
}
@media (max-width: 640px) {
  .services__item_title {
    font-size: clamp(14px * var(--coefficient), 14 * 100vw / var(--design-width) * var(--mobile-coefficient), 14px * var(--mobile-coefficient));
  }
}
.services__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(40px * var(--coefficient), 40 * 100vw / var(--design-width) * var(--mobile-coefficient), 40px * var(--mobile-coefficient));
  height: clamp(40px * var(--coefficient), 40 * 100vw / var(--design-width) * var(--mobile-coefficient), 40px * var(--mobile-coefficient));
  background-color: #D9EDF9;
  border-radius: clamp(6px * var(--coefficient), 6 * 100vw / var(--design-width) * var(--mobile-coefficient), 6px * var(--mobile-coefficient));
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media (max-width: 640px) {
  .services__btn {
    width: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
    min-width: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
    height: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  }
}
.services__btn_img {
  width: clamp(28px * var(--coefficient), 28 * 100vw / var(--design-width) * var(--mobile-coefficient), 28px * var(--mobile-coefficient));
  height: clamp(28px * var(--coefficient), 28 * 100vw / var(--design-width) * var(--mobile-coefficient), 28px * var(--mobile-coefficient));
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 640px) {
  .services__btn_img {
    width: clamp(22px * var(--coefficient), 22 * 100vw / var(--design-width) * var(--mobile-coefficient), 22px * var(--mobile-coefficient));
    height: clamp(22px * var(--coefficient), 22 * 100vw / var(--design-width) * var(--mobile-coefficient), 22px * var(--mobile-coefficient));
  }
}
.services__text {
  display: none;
  padding-top: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  letter-spacing: 0.03em;
}
@media (max-width: 640px) {
  .services__text {
    font-size: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  }
}
.services__text p,
.services__text ul {
  margin-bottom: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
}
.services__text ul {
  list-style: outside;
  margin-left: clamp(30px * var(--coefficient), 30 * 100vw / var(--design-width) * var(--mobile-coefficient), 30px * var(--mobile-coefficient));
}
.services__text p:has(+ ul) {
  margin-bottom: clamp(4px * var(--coefficient), 4 * 100vw / var(--design-width) * var(--mobile-coefficient), 4px * var(--mobile-coefficient));
}
.services__text *:last-child {
  margin-bottom: 0;
}

.price {
  position: relative;
  padding: clamp(61px * var(--coefficient), 61 * 100vw / var(--design-width) * var(--mobile-coefficient), 61px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient)) clamp(35px * var(--coefficient), 35 * 100vw / var(--design-width) * var(--mobile-coefficient), 35px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price {
    padding: clamp(28px * var(--coefficient), 28 * 100vw / var(--design-width) * var(--mobile-coefficient), 28px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient)) clamp(28px * var(--coefficient), 28 * 100vw / var(--design-width) * var(--mobile-coefficient), 28px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient));
  }
}
@media (max-width: 640px) {
  .price .container {
    padding: 0;
  }
}
.price__letter {
  position: absolute;
  width: clamp(512px * var(--coefficient), 512 * 100vw / var(--design-width) * var(--mobile-coefficient), 512px * var(--mobile-coefficient));
  height: clamp(938px * var(--coefficient), 938 * 100vw / var(--design-width) * var(--mobile-coefficient), 938px * var(--mobile-coefficient));
  background-image: url('../img/icons/price_letter.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: clamp(296px * var(--coefficient), 296 * 100vw / var(--design-width) * var(--mobile-coefficient), 296px * var(--mobile-coefficient));
  top: calc(100% - clamp(60px * var(--coefficient), 60 * 100vw / var(--design-width) * var(--mobile-coefficient), 60px * var(--mobile-coefficient)));
  z-index: -1;
}
@media (max-width: 640px) {
  .price__letter {
    display: none;
  }
}
.price__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(24px * var(--coefficient), 24 * 100vw / var(--design-width) * var(--mobile-coefficient), 24px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__inner {
    display: block;
  }
}
.price__left {
  width: clamp(942px * var(--coefficient), 942 * 100vw / var(--design-width) * var(--mobile-coefficient), 942px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__left {
    width: 100%;
    padding: clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient)) clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient)) clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  }
}
.price__title {
  margin-bottom: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
}
.price__subtitle {
  display: block;
  font-size: clamp(14px * var(--coefficient), 14 * 100vw / var(--design-width) * var(--mobile-coefficient), 14px * var(--mobile-coefficient));
  line-height: 1.1428571429;
  max-width: clamp(585px * var(--coefficient), 585 * 100vw / var(--design-width) * var(--mobile-coefficient), 585px * var(--mobile-coefficient));
  color: #8FA1AE;
  margin-bottom: clamp(56px * var(--coefficient), 56 * 100vw / var(--design-width) * var(--mobile-coefficient), 56px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__subtitle {
    font-size: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
    max-width: clamp(265px * var(--coefficient), 265 * 100vw / var(--design-width) * var(--mobile-coefficient), 265px * var(--mobile-coefficient));
    margin-bottom: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  }
}
.price__type_title {
  font-size: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  line-height: 1.15;
  color: #8FA1AE;
  margin-bottom: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__type_title {
    font-size: clamp(14px * var(--coefficient), 14 * 100vw / var(--design-width) * var(--mobile-coefficient), 14px * var(--mobile-coefficient));
    margin-bottom: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  }
}
.price__square {
  margin-bottom: clamp(48px * var(--coefficient), 48 * 100vw / var(--design-width) * var(--mobile-coefficient), 48px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__square {
    margin-bottom: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  }
}
.price__square_label {
  display: block;
  position: relative;
  width: clamp(375px * var(--coefficient), 375 * 100vw / var(--design-width) * var(--mobile-coefficient), 375px * var(--mobile-coefficient));
  height: clamp(70px * var(--coefficient), 70 * 100vw / var(--design-width) * var(--mobile-coefficient), 70px * var(--mobile-coefficient));
  border: 1px solid #1C252C;
  border-radius: clamp(6px * var(--coefficient), 6 * 100vw / var(--design-width) * var(--mobile-coefficient), 6px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__square_label {
    width: 100%;
    height: clamp(88px * var(--coefficient), 88 * 100vw / var(--design-width) * var(--mobile-coefficient), 88px * var(--mobile-coefficient));
    border: none;
    padding-bottom: clamp(40px * var(--coefficient), 40 * 100vw / var(--design-width) * var(--mobile-coefficient), 40px * var(--mobile-coefficient));
  }
}
.price__square_input {
  font-size: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  font-weight: 500;
  width: 100%;
  height: 100%;
  color: #1C252C;
  border-radius: clamp(6px * var(--coefficient), 6 * 100vw / var(--design-width) * var(--mobile-coefficient), 6px * var(--mobile-coefficient));
  padding: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient)) clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient)) clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient)) clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__square_input {
    font-size: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
    border: 1px solid #1C252C;
    padding: clamp(4px * var(--coefficient), 4 * 100vw / var(--design-width) * var(--mobile-coefficient), 4px * var(--mobile-coefficient)) clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient)) clamp(4px * var(--coefficient), 4 * 100vw / var(--design-width) * var(--mobile-coefficient), 4px * var(--mobile-coefficient)) clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  }
}
.price__square_input::-webkit-input-placeholder {
  font-size: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  font-weight: 500;
  color: #1C252C;
}
.price__square_input::-moz-placeholder {
  font-size: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  font-weight: 500;
  color: #1C252C;
}
.price__square_input:-ms-input-placeholder {
  font-size: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  font-weight: 500;
  color: #1C252C;
}
.price__square_input::-ms-input-placeholder {
  font-size: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  font-weight: 500;
  color: #1C252C;
}
.price__square_input::placeholder {
  font-size: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  font-weight: 500;
  color: #1C252C;
}
.price__add, .price__remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(28px * var(--coefficient), 28 * 100vw / var(--design-width) * var(--mobile-coefficient), 28px * var(--mobile-coefficient));
  height: clamp(28px * var(--coefficient), 28 * 100vw / var(--design-width) * var(--mobile-coefficient), 28px * var(--mobile-coefficient));
  background-color: #D9EDF9;
  border-radius: clamp(4px * var(--coefficient), 4 * 100vw / var(--design-width) * var(--mobile-coefficient), 4px * var(--mobile-coefficient));
  right: clamp(5px * var(--coefficient), 5 * 100vw / var(--design-width) * var(--mobile-coefficient), 5px * var(--mobile-coefficient));
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media (max-width: 640px) {
  .price__add, .price__remove {
    width: calc(50% - clamp(5px * var(--coefficient), 5 * 100vw / var(--design-width) * var(--mobile-coefficient), 5px * var(--mobile-coefficient)));
    bottom: 0;
  }
}
.price__add svg, .price__remove svg {
  width: clamp(15px * var(--coefficient), 15 * 100vw / var(--design-width) * var(--mobile-coefficient), 15px * var(--mobile-coefficient));
  height: clamp(9px * var(--coefficient), 9 * 100vw / var(--design-width) * var(--mobile-coefficient), 9px * var(--mobile-coefficient));
}
.price__add:hover, .price__remove:hover {
  background-color: #E6EEF3;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.price__add {
  top: clamp(5px * var(--coefficient), 5 * 100vw / var(--design-width) * var(--mobile-coefficient), 5px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__add {
    top: auto;
    right: 0;
  }
  .price__add svg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.price__remove {
  bottom: clamp(5px * var(--coefficient), 5 * 100vw / var(--design-width) * var(--mobile-coefficient), 5px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__remove {
    bottom: 0;
    left: 0;
  }
  .price__remove svg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.price__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(97px * var(--coefficient), 97 * 100vw / var(--design-width) * var(--mobile-coefficient), 97px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__box {
    display: block;
  }
}
.price__object_items {
  width: clamp(447px * var(--coefficient), 447 * 100vw / var(--design-width) * var(--mobile-coefficient), 447px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__object_items {
    width: 100%;
    margin-bottom: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  }
}
.price__object_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  position: relative;
}
.price__object_item:not(:last-child) {
  margin-bottom: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__object_item:not(:last-child) {
    margin-bottom: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  }
}
.price__object_item--disabled .price__radio_visible {
  border-color: #8FA1AE;
}
.price__object_item--disabled .price__radio_visible::before {
  display: none;
}
.price__object_item--disabled .price__radio_title {
  color: #8FA1AE;
}
.price__object_item--disabled .price__radio_text {
  color: #8FA1AE;
}
.price__object_item--disabled .price__radio_bottom_text {
  color: #8FA1AE;
}
.price__radio {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.price__radio_visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(40px * var(--coefficient), 40 * 100vw / var(--design-width) * var(--mobile-coefficient), 40px * var(--mobile-coefficient));
  height: clamp(40px * var(--coefficient), 40 * 100vw / var(--design-width) * var(--mobile-coefficient), 40px * var(--mobile-coefficient));
  border: 1px solid #1C252C;
  border-radius: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__radio_visible {
    width: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
    height: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  }
}
.price__radio_visible::before {
  content: "";
  position: absolute;
  width: clamp(24px * var(--coefficient), 24 * 100vw / var(--design-width) * var(--mobile-coefficient), 24px * var(--mobile-coefficient));
  height: clamp(24px * var(--coefficient), 24 * 100vw / var(--design-width) * var(--mobile-coefficient), 24px * var(--mobile-coefficient));
  background-color: #0E76BD;
  border-radius: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: border-radius 0.2s, -webkit-transform 0.2s;
  transition: border-radius 0.2s, -webkit-transform 0.2s;
  transition: border-radius 0.2s, transform 0.2s;
  transition: border-radius 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
@media (max-width: 640px) {
  .price__radio_visible::before {
    width: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
    height: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  }
}
.price__radio_visible--active::before {
  border-radius: clamp(4px * var(--coefficient), 4 * 100vw / var(--design-width) * var(--mobile-coefficient), 4px * var(--mobile-coefficient));
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: border-radius 0.2s, -webkit-transform 0.2s;
  transition: border-radius 0.2s, -webkit-transform 0.2s;
  transition: border-radius 0.2s, transform 0.2s;
  transition: border-radius 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.price__object_box {
  position: relative;
  z-index: 3;
}
.price__radio_title {
  font-size: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: clamp(4px * var(--coefficient), 4 * 100vw / var(--design-width) * var(--mobile-coefficient), 4px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__radio_title {
    font-size: clamp(14px * var(--coefficient), 14 * 100vw / var(--design-width) * var(--mobile-coefficient), 14px * var(--mobile-coefficient));
  }
}
.price__radio_title--small_text {
  font-size: clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient));
  font-weight: 400;
  line-height: calc(19 / 16);
}
@media (max-width: 640px) {
  .price__radio_title--small_text {
    font-size: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  }
}
.price__radio_text {
  display: block;
  font-size: clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient));
  line-height: 1.1875;
  color: #1C252C;
  margin-bottom: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__radio_text {
    font-size: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  }
}
.price__radio_bottom_text {
  display: block;
  font-size: clamp(14px * var(--coefficient), 14 * 100vw / var(--design-width) * var(--mobile-coefficient), 14px * var(--mobile-coefficient));
  line-height: calc(16 / 14);
  color: #8FA1AE;
}
@media (max-width: 640px) {
  .price__radio_bottom_text {
    font-size: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  }
}
.price__stage {
  width: 100%;
}
@media (max-width: 640px) {
  .price__stage {
    margin-bottom: clamp(48px * var(--coefficient), 48 * 100vw / var(--design-width) * var(--mobile-coefficient), 48px * var(--mobile-coefficient));
  }
}
.price__stage_item {
  position: relative;
}
.price__stage_item:not(:last-child) {
  margin-bottom: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__stage_item:not(:last-child) {
    margin-bottom: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  }
}
.price__stage_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
}
.price__stage_check {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.price__stage_visible {
  display: block;
  position: relative;
  min-width: clamp(56px * var(--coefficient), 56 * 100vw / var(--design-width) * var(--mobile-coefficient), 56px * var(--mobile-coefficient));
  height: clamp(28px * var(--coefficient), 28 * 100vw / var(--design-width) * var(--mobile-coefficient), 28px * var(--mobile-coefficient));
  border: 1px solid #1C252C;
  border-radius: clamp(6px * var(--coefficient), 6 * 100vw / var(--design-width) * var(--mobile-coefficient), 6px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__stage_visible {
    min-width: clamp(45px * var(--coefficient), 45 * 100vw / var(--design-width) * var(--mobile-coefficient), 45px * var(--mobile-coefficient));
    height: clamp(24px * var(--coefficient), 24 * 100vw / var(--design-width) * var(--mobile-coefficient), 24px * var(--mobile-coefficient));
  }
}
.price__stage_visible::before {
  content: "";
  position: absolute;
  width: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  height: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  background-color: #8FA1AE;
  border-radius: clamp(4px * var(--coefficient), 4 * 100vw / var(--design-width) * var(--mobile-coefficient), 4px * var(--mobile-coefficient));
  top: 50%;
  left: clamp(4px * var(--coefficient), 4 * 100vw / var(--design-width) * var(--mobile-coefficient), 4px * var(--mobile-coefficient));
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.2s, left 0.2s;
  transition: background-color 0.2s, left 0.2s;
}
@media (max-width: 640px) {
  .price__stage_visible::before {
    width: clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient));
    height: clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient));
  }
}
.price__stage_visible--active::before {
  background-color: #0E76BD;
  left: calc(100% - clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient)) - clamp(4px * var(--coefficient), 4 * 100vw / var(--design-width) * var(--mobile-coefficient), 4px * var(--mobile-coefficient)));
  -webkit-transition: background-color 0.2s, left 0.2s;
  transition: background-color 0.2s, left 0.2s;
}
@media (max-width: 640px) {
  .price__stage_visible--active::before {
    left: calc(100% - clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient)) - clamp(4px * var(--coefficient), 4 * 100vw / var(--design-width) * var(--mobile-coefficient), 4px * var(--mobile-coefficient)));
  }
}
.price__stage_text {
  position: relative;
  font-size: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  font-weight: 800;
  line-height: calc(23 / 20);
  z-index: 3;
}
@media (max-width: 640px) {
  .price__stage_text {
    font-size: clamp(14px * var(--coefficient), 14 * 100vw / var(--design-width) * var(--mobile-coefficient), 14px * var(--mobile-coefficient));
  }
}
.price__stage_text_small {
  display: block;
  font-size: clamp(14px * var(--coefficient), 14 * 100vw / var(--design-width) * var(--mobile-coefficient), 14px * var(--mobile-coefficient));
  line-height: calc(16 / 14);
  max-width: clamp(280px * var(--coefficient), 280 * 100vw / var(--design-width) * var(--mobile-coefficient), 280px * var(--mobile-coefficient));
  color: #8FA1AE;
  margin-top: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__stage_text_small {
    font-size: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
    margin-top: clamp(4px * var(--coefficient), 4 * 100vw / var(--design-width) * var(--mobile-coefficient), 4px * var(--mobile-coefficient));
  }
}
.price__right {
  width: clamp(512px * var(--coefficient), 512 * 100vw / var(--design-width) * var(--mobile-coefficient), 512px * var(--mobile-coefficient));
  height: 100%;
  background-color: #FAFDFF;
  border: 1px solid #1C252C;
  border-radius: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  padding: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient)) clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient)) clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient)) clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__right {
    width: 100%;
    background-color: #D9EDF9;
    border: none;
    padding: clamp(24px * var(--coefficient), 24 * 100vw / var(--design-width) * var(--mobile-coefficient), 24px * var(--mobile-coefficient)) clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient)) clamp(21px * var(--coefficient), 21 * 100vw / var(--design-width) * var(--mobile-coefficient), 21px * var(--mobile-coefficient)) clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  }
}
.price__right_title {
  font-size: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  font-weight: 400;
  line-height: 1.1875;
  text-transform: uppercase;
  margin-bottom: clamp(48px * var(--coefficient), 48 * 100vw / var(--design-width) * var(--mobile-coefficient), 48px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__right_title {
    font-size: clamp(24px * var(--coefficient), 24 * 100vw / var(--design-width) * var(--mobile-coefficient), 24px * var(--mobile-coefficient));
    margin-bottom: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  }
}
.price__right_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(90px * var(--coefficient), 90 * 100vw / var(--design-width) * var(--mobile-coefficient), 90px * var(--mobile-coefficient));
  margin-bottom: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__right_box {
    gap: clamp(50px * var(--coefficient), 50 * 100vw / var(--design-width) * var(--mobile-coefficient), 50px * var(--mobile-coefficient));
    margin-bottom: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  }
}
.price__right_type_title {
  display: block;
  font-size: clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient));
  font-weight: 400;
  line-height: 1.1875;
  color: #8FA1AE;
  margin-bottom: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__right_type_title {
    font-size: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  }
}
.price__right_type_title--big_margin {
  margin-bottom: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
}
.price__right_type_text {
  font-size: clamp(18px * var(--coefficient), 18 * 100vw / var(--design-width) * var(--mobile-coefficient), 18px * var(--mobile-coefficient));
  line-height: 1.1666666667;
}
@media (max-width: 640px) {
  .price__right_type_text {
    font-size: clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient));
  }
}
.price__right_items {
  margin-bottom: clamp(48px * var(--coefficient), 48 * 100vw / var(--design-width) * var(--mobile-coefficient), 48px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__right_items {
    margin-bottom: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  }
}
.price__right_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #CDD3D7;
  gap: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  padding-bottom: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
}
.price__right_item:not(:last-child) {
  margin-bottom: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
}
.price__right_item_num {
  font-size: clamp(24px * var(--coefficient), 24 * 100vw / var(--design-width) * var(--mobile-coefficient), 24px * var(--mobile-coefficient));
  line-height: 1.1666666667;
}
@media (max-width: 640px) {
  .price__right_item_num {
    font-size: clamp(18px * var(--coefficient), 18 * 100vw / var(--design-width) * var(--mobile-coefficient), 18px * var(--mobile-coefficient));
  }
}
.price__right_full_title {
  font-size: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__right_full_title {
    font-size: clamp(14px * var(--coefficient), 14 * 100vw / var(--design-width) * var(--mobile-coefficient), 14px * var(--mobile-coefficient));
  }
}
.price__right_full_num {
  font-size: clamp(48px * var(--coefficient), 48 * 100vw / var(--design-width) * var(--mobile-coefficient), 48px * var(--mobile-coefficient));
  font-weight: 500;
  line-height: 1.1666666667;
  margin-bottom: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__right_full_num {
    font-size: clamp(28px * var(--coefficient), 28 * 100vw / var(--design-width) * var(--mobile-coefficient), 28px * var(--mobile-coefficient));
    margin-bottom: clamp(4px * var(--coefficient), 4 * 100vw / var(--design-width) * var(--mobile-coefficient), 4px * var(--mobile-coefficient));
  }
}
.price__right_full_text {
  display: block;
  font-size: clamp(14px * var(--coefficient), 14 * 100vw / var(--design-width) * var(--mobile-coefficient), 14px * var(--mobile-coefficient));
  line-height: 1.1428571429;
  color: #8FA1AE;
  margin-bottom: clamp(48px * var(--coefficient), 48 * 100vw / var(--design-width) * var(--mobile-coefficient), 48px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__right_full_text {
    font-size: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
    margin-bottom: clamp(24px * var(--coefficient), 24 * 100vw / var(--design-width) * var(--mobile-coefficient), 24px * var(--mobile-coefficient));
  }
}
.price__right_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__right_bottom {
    display: block;
  }
}
.price__right_bottom_text {
  display: block;
  max-width: clamp(90px * var(--coefficient), 90 * 100vw / var(--design-width) * var(--mobile-coefficient), 90px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__right_bottom_text {
    max-width: 100%;
    margin-bottom: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  }
}
.price__right_bottom_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
}
.price__right_bottom_link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: clamp(64px * var(--coefficient), 64 * 100vw / var(--design-width) * var(--mobile-coefficient), 64px * var(--mobile-coefficient));
  background-color: transparent;
  padding: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient)) clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient)) clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient)) clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__right_bottom_link {
    height: clamp(48px * var(--coefficient), 48 * 100vw / var(--design-width) * var(--mobile-coefficient), 48px * var(--mobile-coefficient));
    padding: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient)) clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient)) clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient)) clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
  }
}
.price__right_bottom_link:first-child {
  width: clamp(137px * var(--coefficient), 137 * 100vw / var(--design-width) * var(--mobile-coefficient), 137px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__right_bottom_link:first-child {
    width: clamp(110px * var(--coefficient), 110 * 100vw / var(--design-width) * var(--mobile-coefficient), 110px * var(--mobile-coefficient));
  }
}
.price__right_bottom_link:last-child {
  width: clamp(176px * var(--coefficient), 176 * 100vw / var(--design-width) * var(--mobile-coefficient), 176px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__right_bottom_link:last-child {
    width: clamp(138px * var(--coefficient), 138 * 100vw / var(--design-width) * var(--mobile-coefficient), 138px * var(--mobile-coefficient));
  }
}
.price__right_bottom_link_img {
  width: clamp(40px * var(--coefficient), 40 * 100vw / var(--design-width) * var(--mobile-coefficient), 40px * var(--mobile-coefficient));
  height: clamp(40px * var(--coefficient), 40 * 100vw / var(--design-width) * var(--mobile-coefficient), 40px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .price__right_bottom_link_img {
    width: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
    height: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  }
}

.projects {
  padding: clamp(35px * var(--coefficient), 35 * 100vw / var(--design-width) * var(--mobile-coefficient), 35px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient)) clamp(96px * var(--coefficient), 96 * 100vw / var(--design-width) * var(--mobile-coefficient), 96px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .projects {
    padding: clamp(28px * var(--coefficient), 28 * 100vw / var(--design-width) * var(--mobile-coefficient), 28px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient)) clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient)) clamp(0px * var(--coefficient), 0 * 100vw / var(--design-width) * var(--mobile-coefficient), 0px * var(--mobile-coefficient));
  }
}
.projects__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(48px * var(--coefficient), 48 * 100vw / var(--design-width) * var(--mobile-coefficient), 48px * var(--mobile-coefficient)) clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .projects__items {
    display: block;
  }
}
@media (max-width: 640px) {
  .projects__item {
    margin-bottom: clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient));
  }
}
.projects_card:hover .projects_card__img {
  filter: grayscale(0%) brightness(1);
  transition: filter 0.2s;
}
.projects_card__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .projects_card__slider {
    margin-bottom: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
  }
}
.projects_card__slides {
  display: flex;
  width: 100%;
  transition: transform 0.2s;
}
.projects_card__img {
  width: 100%;
  height: clamp(439px * var(--coefficient), 439 * 100vw / var(--design-width) * var(--mobile-coefficient), 439px * var(--mobile-coefficient));
  border-radius: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  object-fit: cover;
  filter: grayscale(100%) brightness(1.1);
  flex-shrink: 0;
  object-fit: cover;
  transition: filter 0.2s;
}
@media (max-width: 640px) {
  .projects_card__img {
    height: clamp(180px * var(--coefficient), 180 * 100vw / var(--design-width) * var(--mobile-coefficient), 180px * var(--mobile-coefficient));
    border-radius: clamp(4px * var(--coefficient), 4 * 100vw / var(--design-width) * var(--mobile-coefficient), 4px * var(--mobile-coefficient));
    filter: grayscale(0%) brightness(1);
  }
}
.projects_card__pagination {
  display: flex;
  position: absolute;
  width: calc(100% - clamp(24px * var(--coefficient), 24 * 100vw / var(--design-width) * var(--mobile-coefficient), 24px * var(--mobile-coefficient)));
  bottom: clamp(10px * var(--coefficient), 10 * 100vw / var(--design-width) * var(--mobile-coefficient), 10px * var(--mobile-coefficient));
  left: 50%;
  transform: translateX(-50%);
  gap: clamp(4px * var(--coefficient), 4 * 100vw / var(--design-width) * var(--mobile-coefficient), 4px * var(--mobile-coefficient));
  z-index: 3;
}
.projects_card__bar {
  width: 100%;
  height: clamp(4px * var(--coefficient), 4 * 100vw / var(--design-width) * var(--mobile-coefficient), 4px * var(--mobile-coefficient));;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: clamp(2px * var(--coefficient), 2 * 100vw / var(--design-width) * var(--mobile-coefficient), 2px * var(--mobile-coefficient));;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.projects_card__bar.active {
  background-color: rgba(255, 255, 255, 0.9);
}
.projects_card__zones {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));;
  display: flex;
  z-index: 2;
}
.projects_card__zone {
  flex: 1;
  height: 100%;
  cursor: pointer;
}
.projects_card__title {
  font-size: clamp(24px * var(--coefficient), 24 * 100vw / var(--design-width) * var(--mobile-coefficient), 24px * var(--mobile-coefficient));
  font-weight: 500;
  line-height: 1.1666666667;
  margin-bottom: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .projects_card__title {
    font-size: clamp(14px * var(--coefficient), 14 * 100vw / var(--design-width) * var(--mobile-coefficient), 14px * var(--mobile-coefficient));
    line-height: calc(16 / 14);
    margin-bottom: clamp(2px * var(--coefficient), 2 * 100vw / var(--design-width) * var(--mobile-coefficient), 2px * var(--mobile-coefficient));
  }
}
.projects_card__city {
  display: block;
  margin-bottom: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .projects_card__city {
    font-size: clamp(10px * var(--coefficient), 10 * 100vw / var(--design-width) * var(--mobile-coefficient), 10px * var(--mobile-coefficient));
    line-height: calc(12 / 10);
    margin-bottom: clamp(2px * var(--coefficient), 2 * 100vw / var(--design-width) * var(--mobile-coefficient), 2px * var(--mobile-coefficient));
  }
}
.projects_card__text {
  color: #ADADAD;
}
@media (max-width: 640px) {
  .projects_card__text {
    font-size: clamp(10px * var(--coefficient), 10 * 100vw / var(--design-width) * var(--mobile-coefficient), 10px * var(--mobile-coefficient));
  }
}

.footer {
  padding-bottom: clamp(82px * var(--coefficient), 82 * 100vw / var(--design-width) * var(--mobile-coefficient), 82px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .footer {
    padding-bottom: clamp(19px * var(--coefficient), 19 * 100vw / var(--design-width) * var(--mobile-coefficient), 19px * var(--mobile-coefficient));
  }
}
.footer__wrapper {
  border-top: 1px solid #CDD3D7;
  padding-top: clamp(56px * var(--coefficient), 56 * 100vw / var(--design-width) * var(--mobile-coefficient), 56px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .footer__wrapper {
    border: none;
    padding-top: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  }
}
.footer__title {
  margin-bottom: clamp(56px * var(--coefficient), 56 * 100vw / var(--design-width) * var(--mobile-coefficient), 56px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .footer__title {
    margin-bottom: clamp(29px * var(--coefficient), 29 * 100vw / var(--design-width) * var(--mobile-coefficient), 29px * var(--mobile-coefficient));
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  margin-bottom: clamp(40px * var(--coefficient), 40 * 100vw / var(--design-width) * var(--mobile-coefficient), 40px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .footer__inner {
    margin-bottom: clamp(24px * var(--coefficient), 24 * 100vw / var(--design-width) * var(--mobile-coefficient), 24px * var(--mobile-coefficient));
  }
}
@media (max-width: 640px) {
  .footer__inner {
    display: block;
  }
}
.footer__content {
  max-width: clamp(315px * var(--coefficient), 315 * 100vw / var(--design-width) * var(--mobile-coefficient), 315px * var(--mobile-coefficient));
  width: 100%;
}
@media (max-width: 640px) {
  .footer__content {
    max-width: 100%;
  }
}
.footer__text {
  display: block;
  font-size: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.03em;
  color: #1C252C;
  margin-bottom: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .footer__text {
    font-size: clamp(14px * var(--coefficient), 14 * 100vw / var(--design-width) * var(--mobile-coefficient), 14px * var(--mobile-coefficient));
    margin-bottom: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  }
}
.footer__text--color {
  color: #0E76BD;
}
.footer__text--color_two {
  color: #7B8D9A;
}
.footer__text.tel {
  margin-bottom: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media (max-width: 640px) {
  .footer__text.tel {
    margin-bottom: clamp(4px * var(--coefficient), 4 * 100vw / var(--design-width) * var(--mobile-coefficient), 4px * var(--mobile-coefficient));
  }
}
.footer__text.tel:hover {
  color: #0E76BD;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer__text.mail {
  margin-bottom: clamp(25px * var(--coefficient), 25 * 100vw / var(--design-width) * var(--mobile-coefficient), 25px * var(--mobile-coefficient));
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media (max-width: 640px) {
  .footer__text.mail {
    margin-bottom: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  }
}
.footer__text.mail:hover {
  color: #0E76BD;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  gap: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .footer__items {
    display: block;
  }
}
@media (max-width: 640px) {
  .footer__item:not(:last-child) {
    margin-bottom: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  }
}
.footer__link {
  height: auto;
  gap: clamp(28px * var(--coefficient), 28 * 100vw / var(--design-width) * var(--mobile-coefficient), 28px * var(--mobile-coefficient));
  padding: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient)) clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient)) clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient)) clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .footer__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    gap: clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient));
    padding: clamp(14px * var(--coefficient), 14 * 100vw / var(--design-width) * var(--mobile-coefficient), 14px * var(--mobile-coefficient)) clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient)) clamp(14px * var(--coefficient), 14 * 100vw / var(--design-width) * var(--mobile-coefficient), 14px * var(--mobile-coefficient)) clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient));
  }
}
.footer__link--weight {
  display: block;
  font-weight: 300;
  margin-top: clamp(4px * var(--coefficient), 4 * 100vw / var(--design-width) * var(--mobile-coefficient), 4px * var(--mobile-coefficient));
}
.footer__link_box {
  font-size: clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient));
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .footer__link_box {
    font-size: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  }
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  margin-bottom: clamp(56px * var(--coefficient), 56 * 100vw / var(--design-width) * var(--mobile-coefficient), 56px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .footer__social {
    gap: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
    margin-bottom: clamp(50px * var(--coefficient), 50 * 100vw / var(--design-width) * var(--mobile-coefficient), 50px * var(--mobile-coefficient));
  }
}
.footer__img {
  width: clamp(40px * var(--coefficient), 40 * 100vw / var(--design-width) * var(--mobile-coefficient), 40px * var(--mobile-coefficient));
  height: clamp(40px * var(--coefficient), 40 * 100vw / var(--design-width) * var(--mobile-coefficient), 40px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .footer__img {
    width: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
    height: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(24px * var(--coefficient), 24 * 100vw / var(--design-width) * var(--mobile-coefficient), 24px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  }
}
@media (max-width: 640px) {
  .footer__klas_link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer__klas {
  width: clamp(373px * var(--coefficient), 373 * 100vw / var(--design-width) * var(--mobile-coefficient), 373px * var(--mobile-coefficient));
  height: clamp(49px * var(--coefficient), 49 * 100vw / var(--design-width) * var(--mobile-coefficient), 49px * var(--mobile-coefficient));
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 640px) {
  .footer__klas {
    width: clamp(210px * var(--coefficient), 210 * 100vw / var(--design-width) * var(--mobile-coefficient), 210px * var(--mobile-coefficient));
    height: clamp(28px * var(--coefficient), 28 * 100vw / var(--design-width) * var(--mobile-coefficient), 28px * var(--mobile-coefficient));
  }
}
.footer__klas:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer__bottom_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(120px * var(--coefficient), 120 * 100vw / var(--design-width) * var(--mobile-coefficient), 120px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .footer__bottom_box {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer__bottom_link {
  font-size: clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient));
  font-weight: 400;
  line-height: 1.1875;
  letter-spacing: 0.03em;
  color: rgba(28, 37, 44, 0.5);
  background-color: transparent;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media (max-width: 640px) {
  .footer__bottom_link {
    display: block;
    font-size: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  }
}
.footer__bottom_link:hover {
  text-decoration: underline;
  color: rgba(28, 37, 44, 0.7);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media (max-width: 640px) {
  .footer__bottom_link:first-child {
    margin-bottom: clamp(8px * var(--coefficient), 8 * 100vw / var(--design-width) * var(--mobile-coefficient), 8px * var(--mobile-coefficient));
  }
}

.popup__close_box {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  background-color: #FAFDFF;
  border-top-left-radius: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  border-top-right-radius: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  top: 0;
  left: 0;
  padding: clamp(27px * var(--coefficient), 27 * 100vw / var(--design-width) * var(--mobile-coefficient), 27px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .popup__close_box {
    padding: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  }
}

.close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(40px * var(--coefficient), 40 * 100vw / var(--design-width) * var(--mobile-coefficient), 40px * var(--mobile-coefficient));
  height: clamp(40px * var(--coefficient), 40 * 100vw / var(--design-width) * var(--mobile-coefficient), 40px * var(--mobile-coefficient));
  background-color: #E6EEF3;
  border-radius: clamp(6px * var(--coefficient), 6 * 100vw / var(--design-width) * var(--mobile-coefficient), 6px * var(--mobile-coefficient));
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media (max-width: 640px) {
  .close {
    width: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
    height: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  }
}
.close svg {
  width: 100%;
  height: 100%;
  stroke: #1C252C;
  transition: stroke .2s;
}
.close:hover {
  background-color: #1C252C;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.close:hover svg {
  stroke: #E6EEF3;
  transition: stroke .2s;
}

.popup {
  position: fixed;
  background-color: rgba(28, 37, 44, 0.3);
  backdrop-filter: blur(32px);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  padding: clamp(24px * var(--coefficient), 24 * 100vw / var(--design-width) * var(--mobile-coefficient), 24px * var(--mobile-coefficient));
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 1500;
}
@media (max-width: 640px) {
  .popup {
    padding: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  }
}
.popup--active{
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.popup__wrapper {
  max-width: clamp(1328px * var(--coefficient), 1328 * 100vw / var(--design-width) * var(--mobile-coefficient), 1328px * var(--mobile-coefficient));
  height: 100%;
  border-radius: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  margin: auto;
}
.popup__inner {
  position: relative;
  height: 100%;
  background-color: #FAFDFF;
  border-radius: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  padding: clamp(118px * var(--coefficient), 118 * 100vw / var(--design-width) * var(--mobile-coefficient), 118px * var(--mobile-coefficient)) clamp(41px * var(--coefficient), 41 * 100vw / var(--design-width) * var(--mobile-coefficient), 41px * var(--mobile-coefficient)) clamp(76px * var(--coefficient), 76 * 100vw / var(--design-width) * var(--mobile-coefficient), 76px * var(--mobile-coefficient)) clamp(136px * var(--coefficient), 136 * 100vw / var(--design-width) * var(--mobile-coefficient), 136px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .popup__inner {
    padding: clamp(69px * var(--coefficient), 69 * 100vw / var(--design-width) * var(--mobile-coefficient), 69px * var(--mobile-coefficient)) clamp(34px * var(--coefficient), 34 * 100vw / var(--design-width) * var(--mobile-coefficient), 34px * var(--mobile-coefficient)) clamp(62px * var(--coefficient), 62 * 100vw / var(--design-width) * var(--mobile-coefficient), 62px * var(--mobile-coefficient)) clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  }
}
.popup__inner_box {
  height: 100%;
  overflow: auto;
  padding-right: clamp(86px * var(--coefficient), 86 * 100vw / var(--design-width) * var(--mobile-coefficient), 86px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .popup__inner_box {
    padding-right: clamp(24px * var(--coefficient), 24 * 100vw / var(--design-width) * var(--mobile-coefficient), 24px * var(--mobile-coefficient));
  }
}
.popup__title {
  font-size: clamp(56px * var(--coefficient), 56 * 100vw / var(--design-width) * var(--mobile-coefficient), 56px * var(--mobile-coefficient));
  line-height: calc(66 / 56);
  text-transform: uppercase;
  margin-bottom: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .popup__title {
    font-size: clamp(23px * var(--coefficient), 23 * 100vw / var(--design-width) * var(--mobile-coefficient), 23px * var(--mobile-coefficient));
  }
}
.popup__site {
  display: block;
  font-size: clamp(24px * var(--coefficient), 24 * 100vw / var(--design-width) * var(--mobile-coefficient), 24px * var(--mobile-coefficient));
  font-weight: 700;
  line-height: calc(28 / 24);
  letter-spacing: 0.03em;
  margin-bottom: clamp(72px * var(--coefficient), 72 * 100vw / var(--design-width) * var(--mobile-coefficient), 72px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .popup__site {
    font-size: clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient));
    margin-bottom: clamp(40px * var(--coefficient), 40 * 100vw / var(--design-width) * var(--mobile-coefficient), 40px * var(--mobile-coefficient));
  }
}
.popup__site--link {
  color: #0E76BD;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.popup__site--link:hover {
  color: #283890;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media (max-width: 640px) {
  .popup__text {
    font-size: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
  }
}
.popup__text h3 {
  font-size: clamp(24px * var(--coefficient), 24 * 100vw / var(--design-width) * var(--mobile-coefficient), 24px * var(--mobile-coefficient));
  font-weight: 700;
  line-height: calc(28 / 24);
  letter-spacing: 0.03em;
  margin-top: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  margin-bottom: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .popup__text h3 {
    font-size: clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient));
    margin-top: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
  }
}
.popup__text h3:first-child {
  margin-top: 0;
}
.popup__text h4 {
  font-size: clamp(24px * var(--coefficient), 24 * 100vw / var(--design-width) * var(--mobile-coefficient), 24px * var(--mobile-coefficient));
  font-weight: 500;
  line-height: calc(28 / 24);
  letter-spacing: 0.03em;
  color: #0E76BD;
  margin-top: clamp(32px * var(--coefficient), 32 * 100vw / var(--design-width) * var(--mobile-coefficient), 32px * var(--mobile-coefficient));
  margin-bottom: clamp(12px * var(--coefficient), 12 * 100vw / var(--design-width) * var(--mobile-coefficient), 12px * var(--mobile-coefficient));
}
@media (max-width: 640px) {
  .popup__text h4 {
    font-size: clamp(16px * var(--coefficient), 16 * 100vw / var(--design-width) * var(--mobile-coefficient), 16px * var(--mobile-coefficient));
    margin-top: clamp(20px * var(--coefficient), 20 * 100vw / var(--design-width) * var(--mobile-coefficient), 20px * var(--mobile-coefficient));
    margin-bottom: clamp(6px * var(--coefficient), 6 * 100vw / var(--design-width) * var(--mobile-coefficient), 6px * var(--mobile-coefficient));
  }
}
.popup__text ul {
  list-style: outside;
  margin-left: clamp(30px * var(--coefficient), 30 * 100vw / var(--design-width) * var(--mobile-coefficient), 30px * var(--mobile-coefficient));
}
.popup__text a {
  color: #0E76BD;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.popup__text a:hover {
  color: #283890;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}