@charset "UTF-8";
/**
* Подключение шрифтов локально из папки "./src/fonts"
*/
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
/** Подключение переменных */
:root {
  --bs-font-family: "Montserrat", sans-serif;
  --bs-font-size: 16px;
  --bs-font-weight: 400;
  --bs-line-height: 1;
  --bs-font-color: #333d61;
  --bs-transition: .3s ease-in-out;
  --bs-radius: 10px;
  --primary-color: #131313;
  --primary-hover-color: #2d2d2d;
  --secondary-color: #ff4040;
  --white-color: #fff;
  --black-color: #131313;
  --bs-shadow: 0px 2px 3px rgba(#000, 10%), 0px 8px 3px rgba(#000, 10%);
  --hover-shadow: 0 0 5px 0 rgba(#000, 10%),
                  0 0 10px 0 rgba(#000, 10%),
                  0 0 15px 0 rgba(#000, 10%);
  --light-blue: #536bbd;
  --ssylki: #5392c0;
  --svetlye-plashki: #edf6ff;
  --ikonki: #c5e6ff;
  --menyu-vydelenie: #92bedf;
  --ramka-poley: #c5d1df;
  --temnye-plashki: #112942;
  --tekst: #333d61;
}

/**
* Подключение sass function и mixins и extends стилей
*/
/* Шаблоны (заготовки)
* @extend %имя шаблона;
*/
/** Обнуление */
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}
*, *:before, *:after {
  box-sizing: border-box;
}
*:focus, *:active {
  outline: none;
}

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

html {
  opacity: 0;
  scroll-behavior: smooth;
  transition: opacity 0.8s ease-in-out;
}
html.loaded {
  opacity: 1;
}
html.lock {
  overflow: hidden;
  touch-action: none;
}

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

body {
  overscroll-behavior: none;
  font-size: var(--bs-font-size);
  font-family: var(--bs-font-family);
  font-weight: var(--bs-font-weight);
  line-height: var(--bs-line-height);
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

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

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  user-select: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
  user-select: none;
}
a:focus, a:active {
  outline: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

sup {
  color: inherit;
}

/**
* Библиотеки
* раскомментировать для использования
*/
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/*
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
*/
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
* Подключение custom scrollbar для всего сайта
*/
* {
  scrollbar-width: 0.5rem;
  scrollbar-color: var(--primary-color) #d6d6d6;
}
*::-webkit-scrollbar {
  width: 0.5rem;
  background-color: var(--white-color);
}
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  background: #eee;
}
*::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  border: 0 none #fff;
  background-color: var(--primary-color);
}
*::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary-hover-color);
}

/**
* Общие параметры, шаблоны(заготовки) и вспомогательные классы
*/
/** Базовые анимации: */
@keyframes show-header {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@keyframes fade-up-big {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/** Стили для полноэкранного блока: */
/*
* (i) Стили будут применяться ко
* всем классам содержащим *__container
* Например header__container, main__container и т.д.
*/
[class*=__container] {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

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

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

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  /** Поменять на clip - если используется в проекте position: sticky */
  overflow: clip;
}

.page-land {
  position: relative;
  flex: 1 1 auto;
}
.page-land [data-observ] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: transparent;
  pointer-events: none;
}
.page-land_start {
  padding-top: 6.25rem;
}

/**
* БЕМ блоки используемые во всё проекте
*/
body {
  color: var(--tekst);
}

.page-land {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
}
@media (min-width: 87.5em) {
  .page-land {
    padding-bottom: 9.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem )) {
    .page-land {
      padding-bottom: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem );
    }
  }
  @supports not (padding-bottom: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem )) {
    .page-land {
      padding-bottom: calc(
        5.625rem + 3.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .page-land {
    padding-bottom: 5.625rem;
  }
}
@media (max-width: 550px) {
  .page-land {
    border-radius: 0 0 20px 20px;
  }
}

h1 {
  font-weight: 700;
  line-height: 109%;
  color: var(--tekst);
}
@media (min-width: 87.5em) {
  h1 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1.375rem , 0.9490740741rem  +  2.1296296296vw , 2.8125rem )) {
    h1 {
      font-size: clamp( 1.375rem , 0.9490740741rem  +  2.1296296296vw , 2.8125rem );
    }
  }
  @supports not (font-size: clamp( 1.375rem , 0.9490740741rem  +  2.1296296296vw , 2.8125rem )) {
    h1 {
      font-size: calc(
        1.375rem + 1.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  h1 {
    font-size: 1.375rem;
  }
}

h2 {
  font-weight: 700;
  color: var(--tekst);
  line-height: 109%;
}
@media (min-width: 87.5em) {
  h2 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1.375rem , 0.9490740741rem  +  2.1296296296vw , 2.8125rem )) {
    h2 {
      font-size: clamp( 1.375rem , 0.9490740741rem  +  2.1296296296vw , 2.8125rem );
    }
  }
  @supports not (font-size: clamp( 1.375rem , 0.9490740741rem  +  2.1296296296vw , 2.8125rem )) {
    h2 {
      font-size: calc(
        1.375rem + 1.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  h2 {
    font-size: 1.375rem;
  }
}

.button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.0625rem;
  border-radius: 7px;
  background: linear-gradient(90deg, #f17101 0%, #f6a000 100%);
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: opacity 0.3s ease 0s;
}
.button span {
  position: relative;
  z-index: 1;
}
.button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f17101;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
  border-radius: 7px;
}
.button:hover::before {
  opacity: 1;
}

.button-link {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: var(--ssylki);
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (min-width: 87.5em) {
  .button-link {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.6018518519rem  +  0.7407407407vw , 1.25rem )) {
    .button-link {
      font-size: clamp( 0.75rem , 0.6018518519rem  +  0.7407407407vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6018518519rem  +  0.7407407407vw , 1.25rem )) {
    .button-link {
      font-size: calc(
        0.75rem + 0.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .button-link {
    font-size: 0.75rem;
  }
}
.button-link:hover {
  color: #3688c3;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.swiper-pagination {
  position: relative !important;
  bottom: 0 !important;
  width: max-content;
  display: inline-flex;
  left: 0 !important;
  transform: none !important;
}
.swiper-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  width: 0.5625rem !important;
  min-width: 0.5625rem !important;
  height: 0.5625rem !important;
  background: #fff;
  border: 1px solid #4a5fa7;
  transition: all 0.3s ease 0s;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--ssylki);
  border-color: var(--ssylki);
}
.swiper-pagination .swiper-pagination-bullet-active-prev-prev, .swiper-pagination .swiper-pagination-bullet-active-prev, .swiper-pagination .swiper-pagination-bullet-active-next-next, .swiper-pagination .swiper-pagination-bullet-active-next {
  transform: scale(1) !important;
}
.swiper-pagination.black-blue .swiper-pagination-bullet {
  background: #d5d6dc;
  border: none;
}
.swiper-pagination.black-blue .swiper-pagination-bullet-active {
  background: var(--light-blue);
}

.button-slider-row {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.button-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  min-width: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background: var(--svetlye-plashki);
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.button-slider:hover {
  background: #c9e1fa;
}
.button-slider.white {
  background: #fff;
}
.button-slider.white:hover {
  background: #fbfcfe;
}

.bottom-block {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: center;
}
@media (min-width: 87.5em) {
  .bottom-block {
    margin-top: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-top: clamp( 1.25rem , 0.5092592593rem  +  3.7037037037vw , 3.75rem )) {
    .bottom-block {
      margin-top: clamp( 1.25rem , 0.5092592593rem  +  3.7037037037vw , 3.75rem );
    }
  }
  @supports not (margin-top: clamp( 1.25rem , 0.5092592593rem  +  3.7037037037vw , 3.75rem )) {
    .bottom-block {
      margin-top: calc(
        1.25rem + 2.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .bottom-block {
    margin-top: 1.25rem;
  }
}

.head-block {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: center;
}

form button {
  opacity: 0.7;
  pointer-events: none;
}
form.unlock button {
  opacity: 1;
  pointer-events: all;
}

.form__row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 87.5em) {
  .form__row {
    gap: 1.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 1.125rem , 1.0694444444rem  +  0.2777777778vw , 1.3125rem )) {
    .form__row {
      gap: clamp( 1.125rem , 1.0694444444rem  +  0.2777777778vw , 1.3125rem );
    }
  }
  @supports not (gap: clamp( 1.125rem , 1.0694444444rem  +  0.2777777778vw , 1.3125rem )) {
    .form__row {
      gap: calc(
        1.125rem + 0.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .form__row {
    gap: 1.125rem;
  }
}

.input-text {
  border: 1px solid var(--ramka-poley);
  border-radius: 7px;
  padding: 0.875rem 1.4375rem 1rem;
  background: #fff;
  font-size: 1rem;
  color: var(--ssylki);
  width: 100%;
}
@media (min-width: 87.5em) {
  .input-text {
    padding-left: 1.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 1.125rem , 1.0324074074rem  +  0.462962963vw , 1.4375rem )) {
    .input-text {
      padding-left: clamp( 1.125rem , 1.0324074074rem  +  0.462962963vw , 1.4375rem );
    }
  }
  @supports not (padding-left: clamp( 1.125rem , 1.0324074074rem  +  0.462962963vw , 1.4375rem )) {
    .input-text {
      padding-left: calc(
        1.125rem + 0.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .input-text {
    padding-left: 1.125rem;
  }
}
@media (min-width: 87.5em) {
  .input-text {
    padding-right: 1.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 1.125rem , 1.0324074074rem  +  0.462962963vw , 1.4375rem )) {
    .input-text {
      padding-right: clamp( 1.125rem , 1.0324074074rem  +  0.462962963vw , 1.4375rem );
    }
  }
  @supports not (padding-right: clamp( 1.125rem , 1.0324074074rem  +  0.462962963vw , 1.4375rem )) {
    .input-text {
      padding-right: calc(
        1.125rem + 0.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .input-text {
    padding-right: 1.125rem;
  }
}
.input-text._error {
  border-color: red;
}
.input-text._ok {
  border-color: green;
}
.input-text::placeholder {
  color: var(--tekst);
}

textarea {
  resize: none;
}

.input__file-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  color: var(--tekst);
  width: 100%;
  cursor: pointer;
}
@media (min-width: 87.5em) {
  .input__file-label {
    margin-top: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-top: clamp( 0.375rem , 0.1157407407rem  +  1.2962962963vw , 1.25rem )) {
    .input__file-label {
      margin-top: clamp( 0.375rem , 0.1157407407rem  +  1.2962962963vw , 1.25rem );
    }
  }
  @supports not (margin-top: clamp( 0.375rem , 0.1157407407rem  +  1.2962962963vw , 1.25rem )) {
    .input__file-label {
      margin-top: calc(
        0.375rem + 0.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .input__file-label {
    margin-top: 0.375rem;
  }
}
.input__file-label input {
  display: none;
}
.input__file-label .input__file-button {
  width: 1.1875rem;
  height: 1.25rem;
}
@media (min-width: 551px) {
  .input__file-label.block-file {
    justify-content: space-between;
    border: 1px solid var(--ramka-poley);
    border-radius: 7px;
    padding: 0.90625rem 1.4375rem;
    background: #fff;
  }
}
@media (min-width: 551px) and (min-width: 87.5em) {
  .input__file-label.block-file {
    padding-left: 1.4375rem;
  }
}
@media (min-width: 551px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 1.125rem , 1.0324074074rem  +  0.462962963vw , 1.4375rem )) {
    .input__file-label.block-file {
      padding-left: clamp( 1.125rem , 1.0324074074rem  +  0.462962963vw , 1.4375rem );
    }
  }
  @supports not (padding-left: clamp( 1.125rem , 1.0324074074rem  +  0.462962963vw , 1.4375rem )) {
    .input__file-label.block-file {
      padding-left: calc(
        1.125rem + 0.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (min-width: 551px) and (max-width: 20em) {
  .input__file-label.block-file {
    padding-left: 1.125rem;
  }
}
@media (min-width: 551px) and (min-width: 87.5em) {
  .input__file-label.block-file {
    padding-right: 1.4375rem;
  }
}
@media (min-width: 551px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 1.125rem , 1.0324074074rem  +  0.462962963vw , 1.4375rem )) {
    .input__file-label.block-file {
      padding-right: clamp( 1.125rem , 1.0324074074rem  +  0.462962963vw , 1.4375rem );
    }
  }
  @supports not (padding-right: clamp( 1.125rem , 1.0324074074rem  +  0.462962963vw , 1.4375rem )) {
    .input__file-label.block-file {
      padding-right: calc(
        1.125rem + 0.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (min-width: 551px) and (max-width: 20em) {
  .input__file-label.block-file {
    padding-right: 1.125rem;
  }
}
@media (max-width: 550px) {
  .input__file-label {
    flex-direction: row-reverse;
    justify-content: start;
    font-weight: 600;
    font-size: 0.75rem;
    color: var(--ssylki);
  }
  .input__file-label svg path {
    stroke: #333D61;
  }
}

@media (min-width: 87.5em) {
  .items-input-radio {
    margin-top: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-top: clamp( 1.6875rem , 1.2615740741rem  +  2.1296296296vw , 3.125rem )) {
    .items-input-radio {
      margin-top: clamp( 1.6875rem , 1.2615740741rem  +  2.1296296296vw , 3.125rem );
    }
  }
  @supports not (margin-top: clamp( 1.6875rem , 1.2615740741rem  +  2.1296296296vw , 3.125rem )) {
    .items-input-radio {
      margin-top: calc(
        1.6875rem + 1.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .items-input-radio {
    margin-top: 1.6875rem;
  }
}
.items-input-radio__title {
  margin-bottom: 1.1875rem;
  font-weight: 700;
}
@media (min-width: 87.5em) {
  .items-input-radio__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.875rem , 0.8009259259rem  +  0.3703703704vw , 1.125rem )) {
    .items-input-radio__title {
      font-size: clamp( 0.875rem , 0.8009259259rem  +  0.3703703704vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.8009259259rem  +  0.3703703704vw , 1.125rem )) {
    .items-input-radio__title {
      font-size: calc(
        0.875rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .items-input-radio__title {
    font-size: 0.875rem;
  }
}
.items-input-radio__row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 87.5em) {
  .items-input-radio__row {
    column-gap: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (column-gap: clamp( 0.6875rem , 0.5208333333rem  +  0.8333333333vw , 1.25rem )) {
    .items-input-radio__row {
      column-gap: clamp( 0.6875rem , 0.5208333333rem  +  0.8333333333vw , 1.25rem );
    }
  }
  @supports not (column-gap: clamp( 0.6875rem , 0.5208333333rem  +  0.8333333333vw , 1.25rem )) {
    .items-input-radio__row {
      column-gap: calc(
        0.6875rem + 0.5625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .items-input-radio__row {
    column-gap: 0.6875rem;
  }
}
@media (min-width: 87.5em) {
  .items-input-radio__row {
    row-gap: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (row-gap: clamp( 0.8125rem , 0.6828703704rem  +  0.6481481481vw , 1.25rem )) {
    .items-input-radio__row {
      row-gap: clamp( 0.8125rem , 0.6828703704rem  +  0.6481481481vw , 1.25rem );
    }
  }
  @supports not (row-gap: clamp( 0.8125rem , 0.6828703704rem  +  0.6481481481vw , 1.25rem )) {
    .items-input-radio__row {
      row-gap: calc(
        0.8125rem + 0.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .items-input-radio__row {
    row-gap: 0.8125rem;
  }
}

.item-input-radio {
  width: auto;
  cursor: pointer;
}
.item-input-radio__input {
  display: none;
}
.item-input-radio__input:checked + .item-input-radio__body {
  color: #fff;
  background: #364373;
  border-color: #364373;
}
.item-input-radio__body {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  color: var(--tekst);
  border: 1px solid var(--ramka-poley);
  border-radius: 7px;
  padding: 0.625rem 0.5625rem;
  transition: all 0.3s ease 0s;
}
@media (min-width: 87.5em) {
  .item-input-radio__body {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.6388888889rem  +  0.5555555556vw , 1.125rem )) {
    .item-input-radio__body {
      font-size: clamp( 0.75rem , 0.6388888889rem  +  0.5555555556vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6388888889rem  +  0.5555555556vw , 1.125rem )) {
    .item-input-radio__body {
      font-size: calc(
        0.75rem + 0.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-input-radio__body {
    font-size: 0.75rem;
  }
}
@media (min-width: 87.5em) {
  .item-input-radio__body {
    min-height: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (min-height: clamp( 2.1875rem , 1.9097222222rem  +  1.3888888889vw , 3.125rem )) {
    .item-input-radio__body {
      min-height: clamp( 2.1875rem , 1.9097222222rem  +  1.3888888889vw , 3.125rem );
    }
  }
  @supports not (min-height: clamp( 2.1875rem , 1.9097222222rem  +  1.3888888889vw , 3.125rem )) {
    .item-input-radio__body {
      min-height: calc(
        2.1875rem + 0.9375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-input-radio__body {
    min-height: 2.1875rem;
  }
}
@media (min-width: 769px) {
  .item-input-radio__body:hover {
    background: rgba(151, 174, 255, 0.224);
  }
}

.item-checkbox__input {
  display: none;
}
.item-checkbox__input:checked + .item-checkbox__body .item-checkbox__icon svg {
  opacity: 1;
}
.item-checkbox__body {
  display: flex;
  gap: 0.8125rem;
  cursor: pointer;
}
.item-checkbox__body p {
  font-size: 16px;
  line-height: 150%;
  color: var(--tekst);
}
@media (min-width: 87.5em) {
  .item-checkbox__body p {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem )) {
    .item-checkbox__body p {
      font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem )) {
    .item-checkbox__body p {
      font-size: calc(
        0.75rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-checkbox__body p {
    font-size: 0.75rem;
  }
}
.item-checkbox__body p a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--ssylki);
}
.item-checkbox__body p a:hover {
  color: var(--tekst);
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.item-checkbox__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  border: 1px solid var(--ramka-poley);
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}
@media (min-width: 87.5em) {
  .item-checkbox__icon {
    margin-top: 0.0625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-top: clamp( 0.0625rem , 0.224537037rem  +  -0.1851851852vw , 0.1875rem )) {
    .item-checkbox__icon {
      margin-top: clamp( 0.0625rem , 0.224537037rem  +  -0.1851851852vw , 0.1875rem );
    }
  }
  @supports not (margin-top: clamp( 0.0625rem , 0.224537037rem  +  -0.1851851852vw , 0.1875rem )) {
    .item-checkbox__icon {
      margin-top: calc(
        0.1875rem + -0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-checkbox__icon {
    margin-top: 0.1875rem;
  }
}
.item-checkbox__icon ._error {
  border-color: red;
}
.item-checkbox__icon svg {
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.crumb {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media (min-width: 87.5em) {
  .crumb {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.125rem , 0.9027777778rem  +  1.1111111111vw , 1.875rem )) {
    .crumb {
      margin-bottom: clamp( 1.125rem , 0.9027777778rem  +  1.1111111111vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.125rem , 0.9027777778rem  +  1.1111111111vw , 1.875rem )) {
    .crumb {
      margin-bottom: calc(
        1.125rem + 0.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .crumb {
    margin-bottom: 1.125rem;
  }
}
.crumb svg {
  height: auto;
}
@media (min-width: 87.5em) {
  .crumb svg {
    margin-top: 0.15625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-top: clamp( 0.0625rem , 0.0347222222rem  +  0.1388888889vw , 0.15625rem )) {
    .crumb svg {
      margin-top: clamp( 0.0625rem , 0.0347222222rem  +  0.1388888889vw , 0.15625rem );
    }
  }
  @supports not (margin-top: clamp( 0.0625rem , 0.0347222222rem  +  0.1388888889vw , 0.15625rem )) {
    .crumb svg {
      margin-top: calc(
        0.0625rem + 0.09375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .crumb svg {
    margin-top: 0.0625rem;
  }
}
@media (min-width: 87.5em) {
  .crumb svg {
    width: 0.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 0.3125rem , 0.275462963rem  +  0.1851851852vw , 0.4375rem )) {
    .crumb svg {
      width: clamp( 0.3125rem , 0.275462963rem  +  0.1851851852vw , 0.4375rem );
    }
  }
  @supports not (width: clamp( 0.3125rem , 0.275462963rem  +  0.1851851852vw , 0.4375rem )) {
    .crumb svg {
      width: calc(
        0.3125rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .crumb svg {
    width: 0.3125rem;
  }
}
.crumb a {
  font-weight: 500;
  color: #8894af;
  transition: all 0.3s ease 0s;
}
@media (min-width: 87.5em) {
  .crumb a {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.6875rem , 0.6319444444rem  +  0.2777777778vw , 0.875rem )) {
    .crumb a {
      font-size: clamp( 0.6875rem , 0.6319444444rem  +  0.2777777778vw , 0.875rem );
    }
  }
  @supports not (font-size: clamp( 0.6875rem , 0.6319444444rem  +  0.2777777778vw , 0.875rem )) {
    .crumb a {
      font-size: calc(
        0.6875rem + 0.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .crumb a {
    font-size: 0.6875rem;
  }
}
.crumb a:hover {
  color: #333d61;
}
.crumb a:last-child {
  pointer-events: none;
}

/**
* Функциональные блоки используемые во всё проекте
*/
.popups {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  /** Установить свои значения */
  padding: 1.875rem 0.625rem;
  background: rgba(17, 41, 66, 0.5);
  z-index: 2000;
  transition: opacity 0.4s ease-in-out;
}
.popups.is-open {
  opacity: 1;
  pointer-events: auto;
}
.popups.is-open .popups__content {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 550px) {
  .popups {
    padding: 1.875rem 0.3125rem;
  }
}
.popups__wrapper {
  display: flex;
  align-items: center;
  min-height: 100%;
}
.popups__content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  /** Установить свои значения */
  padding: 2.1875rem 1.25rem;
  max-width: 34.6875rem;
  background: var(--svetlye-plashki);
  transform: translateY(-12.5rem);
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
@media (min-width: 87.5em) {
  .popups__content {
    padding-left: 1.465625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 1.25rem , 1.1861111111rem  +  0.3194444444vw , 1.465625rem )) {
    .popups__content {
      padding-left: clamp( 1.25rem , 1.1861111111rem  +  0.3194444444vw , 1.465625rem );
    }
  }
  @supports not (padding-left: clamp( 1.25rem , 1.1861111111rem  +  0.3194444444vw , 1.465625rem )) {
    .popups__content {
      padding-left: calc(
        1.25rem + 0.215625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .popups__content {
    padding-left: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .popups__content {
    padding-right: 1.465625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 1.25rem , 1.1861111111rem  +  0.3194444444vw , 1.465625rem )) {
    .popups__content {
      padding-right: clamp( 1.25rem , 1.1861111111rem  +  0.3194444444vw , 1.465625rem );
    }
  }
  @supports not (padding-right: clamp( 1.25rem , 1.1861111111rem  +  0.3194444444vw , 1.465625rem )) {
    .popups__content {
      padding-right: calc(
        1.25rem + 0.215625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .popups__content {
    padding-right: 1.25rem;
  }
}
@media (max-width: 520px) {
  .popups__content {
    padding-top: 3.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.popups__close {
  position: absolute;
  /** Установить свои значения */
  top: 1.25rem;
  right: 1.25rem;
  width: 1.1875rem;
  height: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #000;
  border-radius: 0.5rem;
}

.popups-form__fon {
  position: absolute;
  right: 0;
  z-index: -1;
}
@media (min-width: 87.5em) {
  .popups-form__fon {
    top: 4.8625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (top: clamp( 3.9375rem , 3.6634259259rem  +  1.3703703704vw , 4.8625rem )) {
    .popups-form__fon {
      top: clamp( 3.9375rem , 3.6634259259rem  +  1.3703703704vw , 4.8625rem );
    }
  }
  @supports not (top: clamp( 3.9375rem , 3.6634259259rem  +  1.3703703704vw , 4.8625rem )) {
    .popups-form__fon {
      top: calc(
        3.9375rem + 0.925 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .popups-form__fon {
    top: 3.9375rem;
  }
}
@media (min-width: 87.5em) {
  .popups-form__fon {
    width: 25.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 21.5rem , 20.2962962963rem  +  6.0185185185vw , 25.5625rem )) {
    .popups-form__fon {
      width: clamp( 21.5rem , 20.2962962963rem  +  6.0185185185vw , 25.5625rem );
    }
  }
  @supports not (width: clamp( 21.5rem , 20.2962962963rem  +  6.0185185185vw , 25.5625rem )) {
    .popups-form__fon {
      width: calc(
        21.5rem + 4.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .popups-form__fon {
    width: 21.5rem;
  }
}
@media (min-width: 87.5em) {
  .popups-form__fon img {
    width: 25.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 21.5rem , 20.2962962963rem  +  6.0185185185vw , 25.5625rem )) {
    .popups-form__fon img {
      width: clamp( 21.5rem , 20.2962962963rem  +  6.0185185185vw , 25.5625rem );
    }
  }
  @supports not (width: clamp( 21.5rem , 20.2962962963rem  +  6.0185185185vw , 25.5625rem )) {
    .popups-form__fon img {
      width: calc(
        21.5rem + 4.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .popups-form__fon img {
    width: 21.5rem;
  }
}
.popups-form__title {
  line-height: 120%;
}
@media (min-width: 87.5em) {
  .popups-form__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1.25rem , 0.9537037037rem  +  1.4814814815vw , 2.25rem )) {
    .popups-form__title {
      font-size: clamp( 1.25rem , 0.9537037037rem  +  1.4814814815vw , 2.25rem );
    }
  }
  @supports not (font-size: clamp( 1.25rem , 0.9537037037rem  +  1.4814814815vw , 2.25rem )) {
    .popups-form__title {
      font-size: calc(
        1.25rem + 1 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .popups-form__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .popups-form__title {
    margin-bottom: 2.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.479375rem , 1.047337963rem  +  2.1601851852vw , 2.9375rem )) {
    .popups-form__title {
      margin-bottom: clamp( 1.479375rem , 1.047337963rem  +  2.1601851852vw , 2.9375rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.479375rem , 1.047337963rem  +  2.1601851852vw , 2.9375rem )) {
    .popups-form__title {
      margin-bottom: calc(
        1.479375rem + 1.458125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .popups-form__title {
    margin-bottom: 1.479375rem;
  }
}
.popups-form__row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 87.5em) {
  .popups-form__row {
    gap: 1.465625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 1.1rem , 0.9916666667rem  +  0.5416666667vw , 1.465625rem )) {
    .popups-form__row {
      gap: clamp( 1.1rem , 0.9916666667rem  +  0.5416666667vw , 1.465625rem );
    }
  }
  @supports not (gap: clamp( 1.1rem , 0.9916666667rem  +  0.5416666667vw , 1.465625rem )) {
    .popups-form__row {
      gap: calc(
        1.1rem + 0.365625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .popups-form__row {
    gap: 1.1rem;
  }
}
@media (min-width: 87.5em) {
  .popups-form__textarea {
    min-height: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (min-height: clamp( 5.625rem , 5.0694444444rem  +  2.7777777778vw , 7.5rem )) {
    .popups-form__textarea {
      min-height: clamp( 5.625rem , 5.0694444444rem  +  2.7777777778vw , 7.5rem );
    }
  }
  @supports not (min-height: clamp( 5.625rem , 5.0694444444rem  +  2.7777777778vw , 7.5rem )) {
    .popups-form__textarea {
      min-height: calc(
        5.625rem + 1.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .popups-form__textarea {
    min-height: 5.625rem;
  }
}
@media (min-width: 87.5em) {
  .popups-form__items-input-radio {
    margin-top: 0.6875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-top: clamp( 0.00000625rem , -0.2036956019rem  +  1.0185092593vw , 0.6875rem )) {
    .popups-form__items-input-radio {
      margin-top: clamp( 0.00000625rem , -0.2036956019rem  +  1.0185092593vw , 0.6875rem );
    }
  }
  @supports not (margin-top: clamp( 0.00000625rem , -0.2036956019rem  +  1.0185092593vw , 0.6875rem )) {
    .popups-form__items-input-radio {
      margin-top: calc(
        0.00000625rem + 0.6875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .popups-form__items-input-radio {
    margin-top: 0.00000625rem;
  }
}
@media (min-width: 87.5em) {
  .popups-form__button {
    margin-top: 1.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-top: clamp( 0.00000625rem , -0.5185104167rem  +  2.5925833333vw , 1.75rem )) {
    .popups-form__button {
      margin-top: clamp( 0.00000625rem , -0.5185104167rem  +  2.5925833333vw , 1.75rem );
    }
  }
  @supports not (margin-top: clamp( 0.00000625rem , -0.5185104167rem  +  2.5925833333vw , 1.75rem )) {
    .popups-form__button {
      margin-top: calc(
        0.00000625rem + 1.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .popups-form__button {
    margin-top: 0.00000625rem;
  }
}
.popups-form .input__file-label {
  flex-direction: row-reverse;
  justify-content: start;
  font-weight: 600;
  font-size: 0.75rem;
  color: var(--ssylki);
}
@media (min-width: 87.5em) {
  .popups-form .input__file-label {
    margin-top: 0.625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-top: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem )) {
    .popups-form .input__file-label {
      margin-top: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem );
    }
  }
  @supports not (margin-top: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem )) {
    .popups-form .input__file-label {
      margin-top: calc(
        0.3125rem + 0.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .popups-form .input__file-label {
    margin-top: 0.3125rem;
  }
}
.popups-form .input__file-label svg path {
  stroke: #333D61;
}
.popups-form .item-checkbox__body p {
  padding-top: 0.0625rem;
  font-size: 0.75rem !important;
}
.popups-form .items-input-radio__row {
  flex-wrap: nowrap;
}
@media (min-width: 87.5em) {
  .popups-form .items-input-radio__row {
    column-gap: 0.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (column-gap: clamp( 0.625rem , 0.5694444444rem  +  0.2777777778vw , 0.8125rem )) {
    .popups-form .items-input-radio__row {
      column-gap: clamp( 0.625rem , 0.5694444444rem  +  0.2777777778vw , 0.8125rem );
    }
  }
  @supports not (column-gap: clamp( 0.625rem , 0.5694444444rem  +  0.2777777778vw , 0.8125rem )) {
    .popups-form .items-input-radio__row {
      column-gap: calc(
        0.625rem + 0.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .popups-form .items-input-radio__row {
    column-gap: 0.625rem;
  }
}
@media (min-width: 87.5em) {
  .popups-form .items-input-radio__row {
    row-gap: 0.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (row-gap: clamp( 0.6875rem , 0.650462963rem  +  0.1851851852vw , 0.8125rem )) {
    .popups-form .items-input-radio__row {
      row-gap: clamp( 0.6875rem , 0.650462963rem  +  0.1851851852vw , 0.8125rem );
    }
  }
  @supports not (row-gap: clamp( 0.6875rem , 0.650462963rem  +  0.1851851852vw , 0.8125rem )) {
    .popups-form .items-input-radio__row {
      row-gap: calc(
        0.6875rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .popups-form .items-input-radio__row {
    row-gap: 0.6875rem;
  }
}
@media (max-width: 590px) {
  .popups-form .items-input-radio__row {
    flex-wrap: wrap;
  }
}
.popups-form .item-input-radio {
  width: 100%;
}
@media (max-width: 590px) {
  .popups-form .item-input-radio {
    width: auto;
  }
}
.popups-form .item-input-radio__body {
  font-size: 0.75rem !important;
  padding: 0.625rem 0.9375rem;
}

.popup-download .popups__content {
  padding-top: 5.125rem;
}
@media (min-width: 87.5em) {
  .popup-download .popups__content {
    padding-top: 5.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 3.125rem , 2.5324074074rem  +  2.962962963vw , 5.125rem )) {
    .popup-download .popups__content {
      padding-top: clamp( 3.125rem , 2.5324074074rem  +  2.962962963vw , 5.125rem );
    }
  }
  @supports not (padding-top: clamp( 3.125rem , 2.5324074074rem  +  2.962962963vw , 5.125rem )) {
    .popup-download .popups__content {
      padding-top: calc(
        3.125rem + 2 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .popup-download .popups__content {
    padding-top: 3.125rem;
  }
}
@media (min-width: 87.5em) {
  .popup-download .popups__content {
    padding-bottom: 5.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 3.125rem , 2.2916666667rem  +  4.1666666667vw , 5.9375rem )) {
    .popup-download .popups__content {
      padding-bottom: clamp( 3.125rem , 2.2916666667rem  +  4.1666666667vw , 5.9375rem );
    }
  }
  @supports not (padding-bottom: clamp( 3.125rem , 2.2916666667rem  +  4.1666666667vw , 5.9375rem )) {
    .popup-download .popups__content {
      padding-bottom: calc(
        3.125rem + 2.8125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .popup-download .popups__content {
    padding-bottom: 3.125rem;
  }
}

/**
* Подключение стилей отдельных блоков и секций
*/
.header {
  width: 100%;
  transition: background-color var(--bs-transition);
  z-index: 300;
  transition: background-color 0.3s ease 0s;
}
.header__bottom {
  background: #162842;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 87.5em) {
  .header__bottom {
    padding-top: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 1.25rem , 1.1759259259rem  +  0.3703703704vw , 1.5rem )) {
    .header__bottom {
      padding-top: clamp( 1.25rem , 1.1759259259rem  +  0.3703703704vw , 1.5rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , 1.1759259259rem  +  0.3703703704vw , 1.5rem )) {
    .header__bottom {
      padding-top: calc(
        1.25rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .header__bottom {
    padding-top: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .header__bottom {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 1.25rem , 1.1759259259rem  +  0.3703703704vw , 1.5rem )) {
    .header__bottom {
      padding-bottom: clamp( 1.25rem , 1.1759259259rem  +  0.3703703704vw , 1.5rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , 1.1759259259rem  +  0.3703703704vw , 1.5rem )) {
    .header__bottom {
      padding-bottom: calc(
        1.25rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .header__bottom {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .header__bottom {
    padding-left: 1.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 0.875rem , 0.5601851852rem  +  1.5740740741vw , 1.9375rem )) {
    .header__bottom {
      padding-left: clamp( 0.875rem , 0.5601851852rem  +  1.5740740741vw , 1.9375rem );
    }
  }
  @supports not (padding-left: clamp( 0.875rem , 0.5601851852rem  +  1.5740740741vw , 1.9375rem )) {
    .header__bottom {
      padding-left: calc(
        0.875rem + 1.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .header__bottom {
    padding-left: 0.875rem;
  }
}
@media (min-width: 87.5em) {
  .header__bottom {
    padding-right: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 0.875rem , 0.5787037037rem  +  1.4814814815vw , 1.875rem )) {
    .header__bottom {
      padding-right: clamp( 0.875rem , 0.5787037037rem  +  1.4814814815vw , 1.875rem );
    }
  }
  @supports not (padding-right: clamp( 0.875rem , 0.5787037037rem  +  1.4814814815vw , 1.875rem )) {
    .header__bottom {
      padding-right: calc(
        0.875rem + 1 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .header__bottom {
    padding-right: 0.875rem;
  }
}
@media (min-width: 87.5em) {
  .header__bottom {
    column-gap: 5.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (column-gap: clamp( 0.625rem , -0.7083333333rem  +  6.6666666667vw , 5.125rem )) {
    .header__bottom {
      column-gap: clamp( 0.625rem , -0.7083333333rem  +  6.6666666667vw , 5.125rem );
    }
  }
  @supports not (column-gap: clamp( 0.625rem , -0.7083333333rem  +  6.6666666667vw , 5.125rem )) {
    .header__bottom {
      column-gap: calc(
        0.625rem + 4.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .header__bottom {
    column-gap: 0.625rem;
  }
}
@media (max-width: 1175px) {
  .header__bottom {
    background: #fff;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    transition: background-color 0.3s ease 0s;
    border-radius: 0;
  }
}
@media (max-width: 1175px) and (min-width: 87.5em) {
  .header__bottom {
    padding-top: 1.25rem;
  }
}
@media (max-width: 1175px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 1rem , 0.9259259259rem  +  0.3703703704vw , 1.25rem )) {
    .header__bottom {
      padding-top: clamp( 1rem , 0.9259259259rem  +  0.3703703704vw , 1.25rem );
    }
  }
  @supports not (padding-top: clamp( 1rem , 0.9259259259rem  +  0.3703703704vw , 1.25rem )) {
    .header__bottom {
      padding-top: calc(
        1rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 1175px) and (max-width: 20em) {
  .header__bottom {
    padding-top: 1rem;
  }
}
@media (max-width: 1175px) and (min-width: 87.5em) {
  .header__bottom {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 1175px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 1rem , 0.9259259259rem  +  0.3703703704vw , 1.25rem )) {
    .header__bottom {
      padding-bottom: clamp( 1rem , 0.9259259259rem  +  0.3703703704vw , 1.25rem );
    }
  }
  @supports not (padding-bottom: clamp( 1rem , 0.9259259259rem  +  0.3703703704vw , 1.25rem )) {
    .header__bottom {
      padding-bottom: calc(
        1rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 1175px) and (max-width: 20em) {
  .header__bottom {
    padding-bottom: 1rem;
  }
}
@media (max-width: 1175px) {
  .menu-open .header__bottom {
    background-color: #121f32;
  }
}
@media (max-width: 650px) {
  .header__bottom {
    flex-wrap: wrap;
    gap: 1.375rem;
  }
}
@media (min-width: 87.5em) {
  .header__logo {
    width: 9.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 5.5rem , 4.3703703704rem  +  5.6481481481vw , 9.3125rem )) {
    .header__logo {
      width: clamp( 5.5rem , 4.3703703704rem  +  5.6481481481vw , 9.3125rem );
    }
  }
  @supports not (width: clamp( 5.5rem , 4.3703703704rem  +  5.6481481481vw , 9.3125rem )) {
    .header__logo {
      width: calc(
        5.5rem + 3.8125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .header__logo {
    width: 5.5rem;
  }
}
.header__logo img {
  width: 100%;
}
.header__contacts {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
.header__contacts a {
  font-weight: 600;
  transition: all 0.3s ease 0s;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.header__contacts a:hover {
  color: var(--menyu-vydelenie);
}
@media (max-width: 1175px) {
  .header__contacts a {
    color: #162842;
  }
  .header__contacts a:hover {
    color: #274a79;
  }
  .menu-open .header__contacts a {
    color: #fff;
  }
}
@media (max-width: 1270px) {
  .header__contacts {
    margin-left: 0;
  }
}
.header__number {
  font-size: 1rem;
  margin-bottom: 0.0625rem;
}
.header__email {
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}
.header__social {
  display: flex;
  align-items: center;
  gap: 0.773125rem;
}
.header__social a {
  width: 2.016875rem;
  height: 2.016875rem;
  transition: all 0.3s ease 0s;
}
.header__social a img {
  width: 100%;
  height: auto;
}
.header__social a:hover {
  opacity: 0.7;
}

.header-top {
  padding-top: 1.1875rem;
  padding-bottom: 1.1875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 87.5em) {
  .header-top {
    gap: 2.0625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 1.875rem , 1.8194444444rem  +  0.2777777778vw , 2.0625rem )) {
    .header-top {
      gap: clamp( 1.875rem , 1.8194444444rem  +  0.2777777778vw , 2.0625rem );
    }
  }
  @supports not (gap: clamp( 1.875rem , 1.8194444444rem  +  0.2777777778vw , 2.0625rem )) {
    .header-top {
      gap: calc(
        1.875rem + 0.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .header-top {
    gap: 1.875rem;
  }
}
@media (max-width: 1175px) {
  .header-top {
    padding: 1.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    background: #162842;
  }
}
.header-top__menu {
  display: flex;
}
@media (min-width: 87.5em) {
  .header-top__menu {
    gap: 2.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 0.625rem , -0.0231481481rem  +  3.2407407407vw , 2.8125rem )) {
    .header-top__menu {
      gap: clamp( 0.625rem , -0.0231481481rem  +  3.2407407407vw , 2.8125rem );
    }
  }
  @supports not (gap: clamp( 0.625rem , -0.0231481481rem  +  3.2407407407vw , 2.8125rem )) {
    .header-top__menu {
      gap: calc(
        0.625rem + 2.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .header-top__menu {
    gap: 0.625rem;
  }
}
@media (max-width: 768px) {
  .header-top__menu {
    flex-direction: column;
    margin-bottom: 2.0625rem;
  }
}
.header-top__li a {
  font-weight: 600;
  font-size: 1rem;
  color: #364373;
  cursor: pointer;
}
@media (min-width: 87.5em) {
  .header-top__li a {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem )) {
    .header-top__li a {
      font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem )) {
    .header-top__li a {
      font-size: calc(
        0.75rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .header-top__li a {
    font-size: 0.75rem;
  }
}
.header-top__li a:hover {
  color: #20316f;
}
@media (max-width: 1175px) {
  .header-top__li a {
    color: #fff;
  }
  .header-top__li a:hover {
    color: var(--menyu-vydelenie);
  }
}
@media (max-width: 768px) {
  .header-top__li a {
    display: block;
    color: var(--light-blue);
    text-align: right;
    width: 100%;
  }
}
@media (max-width: 768px) and (min-width: 87.5em) {
  .header-top__li a {
    font-size: 1.0625rem;
  }
}
@media (max-width: 768px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1rem , 0.9814814815rem  +  0.0925925926vw , 1.0625rem )) {
    .header-top__li a {
      font-size: clamp( 1rem , 0.9814814815rem  +  0.0925925926vw , 1.0625rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9814814815rem  +  0.0925925926vw , 1.0625rem )) {
    .header-top__li a {
      font-size: calc(
        1rem + 0.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 768px) and (max-width: 20em) {
  .header-top__li a {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .header-top__li:first-child {
    border-bottom: 1px solid var(--light-blue);
  }
}
@media (max-width: 768px) and (min-width: 87.5em) {
  .header-top__li:first-child {
    padding-bottom: 2.8125rem;
  }
}
@media (max-width: 768px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 0.625rem , -0.0231481481rem  +  3.2407407407vw , 2.8125rem )) {
    .header-top__li:first-child {
      padding-bottom: clamp( 0.625rem , -0.0231481481rem  +  3.2407407407vw , 2.8125rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.625rem , -0.0231481481rem  +  3.2407407407vw , 2.8125rem )) {
    .header-top__li:first-child {
      padding-bottom: calc(
        0.625rem + 2.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 768px) and (max-width: 20em) {
  .header-top__li:first-child {
    padding-bottom: 0.625rem;
  }
}
.header-top__city {
  font-weight: 600;
  text-align: center;
  color: #364373;
  max-width: 6.5rem;
}
@media (min-width: 87.5em) {
  .header-top__city {
    font-size: 0.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.625rem , 0.587962963rem  +  0.1851851852vw , 0.75rem )) {
    .header-top__city {
      font-size: clamp( 0.625rem , 0.587962963rem  +  0.1851851852vw , 0.75rem );
    }
  }
  @supports not (font-size: clamp( 0.625rem , 0.587962963rem  +  0.1851851852vw , 0.75rem )) {
    .header-top__city {
      font-size: calc(
        0.625rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .header-top__city {
    font-size: 0.625rem;
  }
}
@media (max-width: 1175px) {
  .header-top__city {
    color: #fff;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .header-top__city {
    display: none;
  }
}
.header-top__item-row {
  display: flex;
  align-items: center;
}
@media (min-width: 87.5em) {
  .header-top__item-row {
    gap: 2.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 1.375rem , 1.1527777778rem  +  1.1111111111vw , 2.125rem )) {
    .header-top__item-row {
      gap: clamp( 1.375rem , 1.1527777778rem  +  1.1111111111vw , 2.125rem );
    }
  }
  @supports not (gap: clamp( 1.375rem , 1.1527777778rem  +  1.1111111111vw , 2.125rem )) {
    .header-top__item-row {
      gap: calc(
        1.375rem + 0.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .header-top__item-row {
    gap: 1.375rem;
  }
}
@media (max-width: 768px) {
  .header-top__item-row {
    margin-left: auto;
  }
}
.header-top__item {
  position: relative;
  cursor: pointer;
}
@media (min-width: 87.5em) {
  .header-top__item {
    height: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (height: clamp( 1.0625rem , 0.9328703704rem  +  0.6481481481vw , 1.5rem )) {
    .header-top__item {
      height: clamp( 1.0625rem , 0.9328703704rem  +  0.6481481481vw , 1.5rem );
    }
  }
  @supports not (height: clamp( 1.0625rem , 0.9328703704rem  +  0.6481481481vw , 1.5rem )) {
    .header-top__item {
      height: calc(
        1.0625rem + 0.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .header-top__item {
    height: 1.0625rem;
  }
}
.header-top__item img {
  width: auto;
}
@media (min-width: 87.5em) {
  .header-top__item img {
    height: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (height: clamp( 1.0625rem , 0.9328703704rem  +  0.6481481481vw , 1.5rem )) {
    .header-top__item img {
      height: clamp( 1.0625rem , 0.9328703704rem  +  0.6481481481vw , 1.5rem );
    }
  }
  @supports not (height: clamp( 1.0625rem , 0.9328703704rem  +  0.6481481481vw , 1.5rem )) {
    .header-top__item img {
      height: calc(
        1.0625rem + 0.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .header-top__item img {
    height: 1.0625rem;
  }
}
.header-top__item-number {
  position: absolute;
  color: #fff;
  font-weight: 700;
  background: #4094f7;
  border-radius: 0.8125rem;
  right: -0.9375rem;
  z-index: 1;
}
@media (min-width: 87.5em) {
  .header-top__item-number {
    font-size: 0.625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.5rem , 0.462962963rem  +  0.1851851852vw , 0.625rem )) {
    .header-top__item-number {
      font-size: clamp( 0.5rem , 0.462962963rem  +  0.1851851852vw , 0.625rem );
    }
  }
  @supports not (font-size: clamp( 0.5rem , 0.462962963rem  +  0.1851851852vw , 0.625rem )) {
    .header-top__item-number {
      font-size: calc(
        0.5rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .header-top__item-number {
    font-size: 0.5rem;
  }
}
@media (min-width: 87.5em) {
  .header-top__item-number {
    padding-top: 0.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 0.0625rem , 0.0439814815rem  +  0.0925925926vw , 0.125rem )) {
    .header-top__item-number {
      padding-top: clamp( 0.0625rem , 0.0439814815rem  +  0.0925925926vw , 0.125rem );
    }
  }
  @supports not (padding-top: clamp( 0.0625rem , 0.0439814815rem  +  0.0925925926vw , 0.125rem )) {
    .header-top__item-number {
      padding-top: calc(
        0.0625rem + 0.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .header-top__item-number {
    padding-top: 0.0625rem;
  }
}
@media (min-width: 87.5em) {
  .header-top__item-number {
    padding-left: 0.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 0.1875rem , 0.150462963rem  +  0.1851851852vw , 0.3125rem )) {
    .header-top__item-number {
      padding-left: clamp( 0.1875rem , 0.150462963rem  +  0.1851851852vw , 0.3125rem );
    }
  }
  @supports not (padding-left: clamp( 0.1875rem , 0.150462963rem  +  0.1851851852vw , 0.3125rem )) {
    .header-top__item-number {
      padding-left: calc(
        0.1875rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .header-top__item-number {
    padding-left: 0.1875rem;
  }
}
@media (min-width: 87.5em) {
  .header-top__item-number {
    padding-bottom: 0.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 0.0625rem , 0.0439814815rem  +  0.0925925926vw , 0.125rem )) {
    .header-top__item-number {
      padding-bottom: clamp( 0.0625rem , 0.0439814815rem  +  0.0925925926vw , 0.125rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.0625rem , 0.0439814815rem  +  0.0925925926vw , 0.125rem )) {
    .header-top__item-number {
      padding-bottom: calc(
        0.0625rem + 0.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .header-top__item-number {
    padding-bottom: 0.0625rem;
  }
}
@media (min-width: 87.5em) {
  .header-top__item-number {
    padding-right: 0.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 0.1875rem , 0.150462963rem  +  0.1851851852vw , 0.3125rem )) {
    .header-top__item-number {
      padding-right: clamp( 0.1875rem , 0.150462963rem  +  0.1851851852vw , 0.3125rem );
    }
  }
  @supports not (padding-right: clamp( 0.1875rem , 0.150462963rem  +  0.1851851852vw , 0.3125rem )) {
    .header-top__item-number {
      padding-right: calc(
        0.1875rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .header-top__item-number {
    padding-right: 0.1875rem;
  }
}
@media (min-width: 87.5em) {
  .header-top__item-number {
    bottom: 0.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (bottom: clamp( 0.625rem , 0.5694444444rem  +  0.2777777778vw , 0.8125rem )) {
    .header-top__item-number {
      bottom: clamp( 0.625rem , 0.5694444444rem  +  0.2777777778vw , 0.8125rem );
    }
  }
  @supports not (bottom: clamp( 0.625rem , 0.5694444444rem  +  0.2777777778vw , 0.8125rem )) {
    .header-top__item-number {
      bottom: calc(
        0.625rem + 0.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .header-top__item-number {
    bottom: 0.625rem;
  }
}
@media (max-width: 1175px) {
  .header-top__item-number {
    right: -0.625rem;
  }
}

.search-head {
  display: flex;
  align-items: center;
  max-width: 47.5625rem;
  border-radius: 4px;
  overflow: hidden;
  flex: auto;
  margin-left: auto;
  margin-right: 0.3125rem;
}
@media (max-width: 1175px) {
  .search-head {
    margin-right: 0;
  }
}
@media (max-width: 650px) {
  .search-head {
    order: 3;
    width: 1005px;
  }
}
.search-head__item {
  width: 100%;
}
.search-head__input {
  width: 100%;
  font-size: 1rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: rgba(236, 244, 255, 0.7);
  transition: background-color 0.3s ease 0s;
}
.search-head__input::placeholder {
  color: rgba(22, 40, 66, 0.7);
}
@media (max-width: 1175px) {
  .menu-open .search-head__input {
    background: #fff;
  }
}
.search-head__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5625rem;
  background: linear-gradient(90deg, #f17101 0%, #f6a000 100%);
  transition: all 0.3s ease 0s;
  min-height: 2.09375rem;
}
@media (min-width: 87.5em) {
  .search-head__button {
    width: 2.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 2.25rem , 2.1574074074rem  +  0.462962963vw , 2.5625rem )) {
    .search-head__button {
      width: clamp( 2.25rem , 2.1574074074rem  +  0.462962963vw , 2.5625rem );
    }
  }
  @supports not (width: clamp( 2.25rem , 2.1574074074rem  +  0.462962963vw , 2.5625rem )) {
    .search-head__button {
      width: calc(
        2.25rem + 0.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .search-head__button {
    width: 2.25rem;
  }
}
.search-head__button:hover {
  opacity: 0.7;
}
.search-head__button svg {
  width: 1.25rem;
}

.menu {
  margin-left: 3.1875rem;
}
@media (max-width: 1270px) {
  .menu {
    margin-left: 0;
  }
}
@media (max-width: 1175px) {
  .menu {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    position: fixed;
    background: #fff;
    padding-top: 7.5rem;
    padding-top: 8.75rem;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    z-index: 200;
    z-index: -1;
    max-width: 25rem;
    transition: all 0.5s ease 0s;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1175px) and (max-width: 650px) {
  .menu {
    padding-top: 11.25rem;
  }
}
@media (max-width: 1175px) and (max-width: 550px) {
  .menu {
    max-width: 100%;
  }
}
@media (max-width: 1175px) {
  .menu-open .menu {
    right: 0;
  }
}
.menu__list {
  display: flex;
}
@media (min-width: 87.5em) {
  .menu__list {
    gap: 2.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 0.9375rem , 0.3819444444rem  +  2.7777777778vw , 2.8125rem )) {
    .menu__list {
      gap: clamp( 0.9375rem , 0.3819444444rem  +  2.7777777778vw , 2.8125rem );
    }
  }
  @supports not (gap: clamp( 0.9375rem , 0.3819444444rem  +  2.7777777778vw , 2.8125rem )) {
    .menu__list {
      gap: calc(
        0.9375rem + 1.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .menu__list {
    gap: 0.9375rem;
  }
}
@media (max-width: 1175px) {
  .menu__list {
    padding-top: 1.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.5625rem;
    flex-direction: column;
    align-items: end;
  }
}
@media (max-width: 1175px) and (min-width: 87.5em) {
  .menu__list {
    gap: 0.75rem;
  }
}
@media (max-width: 1175px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 0.5rem , 0.4259259259rem  +  0.3703703704vw , 0.75rem )) {
    .menu__list {
      gap: clamp( 0.5rem , 0.4259259259rem  +  0.3703703704vw , 0.75rem );
    }
  }
  @supports not (gap: clamp( 0.5rem , 0.4259259259rem  +  0.3703703704vw , 0.75rem )) {
    .menu__list {
      gap: calc(
        0.5rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 1175px) and (max-width: 20em) {
  .menu__list {
    gap: 0.5rem;
  }
}
@media (max-width: 1175px) {
  .menu__item {
    width: 100%;
    border-bottom: 1px solid #ddebfe;
  }
}
.menu__link {
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.menu__link:hover {
  color: var(--menyu-vydelenie);
}
.menu__link.active {
  color: var(--menyu-vydelenie);
}
@media (max-width: 1175px) {
  .menu__link {
    display: inline-block;
    width: 100%;
    color: #162842;
    text-align: end;
    padding-bottom: 0.625rem;
  }
}
.bottom-menu {
  display: none;
  margin-top: auto;
  background: var(--temnye-plashki);
  padding-top: 2.25rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (max-width: 1175px) {
  .bottom-menu {
    display: block;
  }
}
.bottom-menu__button {
  margin-bottom: 2.1875rem;
}
.bottom-menu__text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.bottom-menu__text p, .bottom-menu__text a {
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 110%;
  color: #fff;
}
.bottom-menu__text p.big, .bottom-menu__text a.big {
  margin-top: 0.875rem;
  font-size: 0.75rem;
}

.icon-menu {
  display: none;
}
@media (max-width: 73.4375em) {
  .icon-menu {
    display: block;
    position: relative;
    width: 1.6875rem;
    height: 1.25rem;
    cursor: pointer;
    z-index: 5;
    margin-left: 0.8125rem;
    background: none;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 300ms ease 0ms;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    border-radius: 10px;
    background-color: #fff;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
}

.about {
  padding-top: 1.5rem;
}
.about__content {
  position: relative;
  background: linear-gradient(0deg, rgba(211, 234, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 57%);
  border-radius: 28px;
  overflow: hidden;
}
@media (min-width: 87.5em) {
  .about__content {
    padding-top: 5.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 1.75rem , 0.6759259259rem  +  5.3703703704vw , 5.375rem )) {
    .about__content {
      padding-top: clamp( 1.75rem , 0.6759259259rem  +  5.3703703704vw , 5.375rem );
    }
  }
  @supports not (padding-top: clamp( 1.75rem , 0.6759259259rem  +  5.3703703704vw , 5.375rem )) {
    .about__content {
      padding-top: calc(
        1.75rem + 3.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__content {
    padding-top: 1.75rem;
  }
}
@media (min-width: 87.5em) {
  .about__content {
    padding-left: 4.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 1.25rem , 0.3981481481rem  +  4.2592592593vw , 4.125rem )) {
    .about__content {
      padding-left: clamp( 1.25rem , 0.3981481481rem  +  4.2592592593vw , 4.125rem );
    }
  }
  @supports not (padding-left: clamp( 1.25rem , 0.3981481481rem  +  4.2592592593vw , 4.125rem )) {
    .about__content {
      padding-left: calc(
        1.25rem + 2.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__content {
    padding-left: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .about__content {
    padding-right: 4.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 1.25rem , 0.3981481481rem  +  4.2592592593vw , 4.125rem )) {
    .about__content {
      padding-right: clamp( 1.25rem , 0.3981481481rem  +  4.2592592593vw , 4.125rem );
    }
  }
  @supports not (padding-right: clamp( 1.25rem , 0.3981481481rem  +  4.2592592593vw , 4.125rem )) {
    .about__content {
      padding-right: calc(
        1.25rem + 2.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__content {
    padding-right: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .about__content {
    padding-bottom: 4.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 1.8125rem , 0.8865740741rem  +  4.6296296296vw , 4.9375rem )) {
    .about__content {
      padding-bottom: clamp( 1.8125rem , 0.8865740741rem  +  4.6296296296vw , 4.9375rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.8125rem , 0.8865740741rem  +  4.6296296296vw , 4.9375rem )) {
    .about__content {
      padding-bottom: calc(
        1.8125rem + 3.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__content {
    padding-bottom: 1.8125rem;
  }
}
@media (max-width: 550px) {
  .about__content {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (min-width: 87.5em) {
  .about-two .about__content {
    padding-top: 2.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 1.25rem , 0.9907407407rem  +  1.2962962963vw , 2.125rem )) {
    .about-two .about__content {
      padding-top: clamp( 1.25rem , 0.9907407407rem  +  1.2962962963vw , 2.125rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , 0.9907407407rem  +  1.2962962963vw , 2.125rem )) {
    .about-two .about__content {
      padding-top: calc(
        1.25rem + 0.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-two .about__content {
    padding-top: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .about-two .about__content {
    padding-bottom: 5.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 2.4375rem , 1.5115740741rem  +  4.6296296296vw , 5.5625rem )) {
    .about-two .about__content {
      padding-bottom: clamp( 2.4375rem , 1.5115740741rem  +  4.6296296296vw , 5.5625rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.4375rem , 1.5115740741rem  +  4.6296296296vw , 5.5625rem )) {
    .about-two .about__content {
      padding-bottom: calc(
        2.4375rem + 3.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-two .about__content {
    padding-bottom: 2.4375rem;
  }
}
.about__fon {
  position: absolute;
  bottom: 7.5rem;
  right: 0.9375rem;
  height: auto;
}
@media (min-width: 87.5em) {
  .about__fon {
    width: 34.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 12.5rem , 6.0740740741rem  +  32.1296296296vw , 34.1875rem )) {
    .about__fon {
      width: clamp( 12.5rem , 6.0740740741rem  +  32.1296296296vw , 34.1875rem );
    }
  }
  @supports not (width: clamp( 12.5rem , 6.0740740741rem  +  32.1296296296vw , 34.1875rem )) {
    .about__fon {
      width: calc(
        12.5rem + 21.6875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__fon {
    width: 12.5rem;
  }
}
@media (max-width: 550px) {
  .about__fon {
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 550px) and (min-width: 87.5em) {
  .about__fon {
    width: 34.1875rem;
  }
}
@media (max-width: 550px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 15.75rem , 10.287037037rem  +  27.3148148148vw , 34.1875rem )) {
    .about__fon {
      width: clamp( 15.75rem , 10.287037037rem  +  27.3148148148vw , 34.1875rem );
    }
  }
  @supports not (width: clamp( 15.75rem , 10.287037037rem  +  27.3148148148vw , 34.1875rem )) {
    .about__fon {
      width: calc(
        15.75rem + 18.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 550px) and (max-width: 20em) {
  .about__fon {
    width: 15.75rem;
  }
}
@media (max-width: 550px) and (min-width: 87.5em) {
  .about__fon {
    bottom: 17.1875rem;
  }
}
@media (max-width: 550px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (bottom: clamp( 14.875rem , 14.1898148148rem  +  3.4259259259vw , 17.1875rem )) {
    .about__fon {
      bottom: clamp( 14.875rem , 14.1898148148rem  +  3.4259259259vw , 17.1875rem );
    }
  }
  @supports not (bottom: clamp( 14.875rem , 14.1898148148rem  +  3.4259259259vw , 17.1875rem )) {
    .about__fon {
      bottom: calc(
        14.875rem + 2.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 550px) and (max-width: 20em) {
  .about__fon {
    bottom: 14.875rem;
  }
}
@media (max-width: 550px) and (min-width: 87.5em) {
  .about__fon img {
    width: 34.1875rem;
  }
}
@media (max-width: 550px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 15.75rem , 10.287037037rem  +  27.3148148148vw , 34.1875rem )) {
    .about__fon img {
      width: clamp( 15.75rem , 10.287037037rem  +  27.3148148148vw , 34.1875rem );
    }
  }
  @supports not (width: clamp( 15.75rem , 10.287037037rem  +  27.3148148148vw , 34.1875rem )) {
    .about__fon img {
      width: calc(
        15.75rem + 18.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 550px) and (max-width: 20em) {
  .about__fon img {
    width: 15.75rem;
  }
}
@media (max-width: 550px) and (max-width: 450px) and (min-width: 87.5em) {
  .about__fon {
    bottom: 21.875rem;
  }
}
@media (max-width: 550px) and (max-width: 450px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (bottom: clamp( 14.875rem , 12.8009259259rem  +  10.3703703704vw , 21.875rem )) {
    .about__fon {
      bottom: clamp( 14.875rem , 12.8009259259rem  +  10.3703703704vw , 21.875rem );
    }
  }
  @supports not (bottom: clamp( 14.875rem , 12.8009259259rem  +  10.3703703704vw , 21.875rem )) {
    .about__fon {
      bottom: calc(
        14.875rem + 7 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 550px) and (max-width: 450px) and (max-width: 20em) {
  .about__fon {
    bottom: 14.875rem;
  }
}
.about__body {
  position: relative;
  z-index: 3;
}
@media (min-width: 87.5em) {
  .about__body {
    max-width: 43.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-width: clamp( 21.875rem , 15.5787037037rem  +  31.4814814815vw , 43.125rem )) {
    .about__body {
      max-width: clamp( 21.875rem , 15.5787037037rem  +  31.4814814815vw , 43.125rem );
    }
  }
  @supports not (max-width: clamp( 21.875rem , 15.5787037037rem  +  31.4814814815vw , 43.125rem )) {
    .about__body {
      max-width: calc(
        21.875rem + 21.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__body {
    max-width: 21.875rem;
  }
}
@media (max-width: 875px) and (min-width: 87.5em) {
  .about__body {
    max-width: 30.625rem;
  }
}
@media (max-width: 875px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-width: clamp( 21.875rem , 19.2824074074rem  +  12.962962963vw , 30.625rem )) {
    .about__body {
      max-width: clamp( 21.875rem , 19.2824074074rem  +  12.962962963vw , 30.625rem );
    }
  }
  @supports not (max-width: clamp( 21.875rem , 19.2824074074rem  +  12.962962963vw , 30.625rem )) {
    .about__body {
      max-width: calc(
        21.875rem + 8.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 875px) and (max-width: 20em) {
  .about__body {
    max-width: 21.875rem;
  }
}
@media (max-width: 750px) {
  .about__body {
    max-width: 100% !important;
  }
}
@media (min-width: 87.5em) {
  .about-two .about__body {
    max-width: 47.625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-width: clamp( 21.875rem , 14.2453703704rem  +  38.1481481481vw , 47.625rem )) {
    .about-two .about__body {
      max-width: clamp( 21.875rem , 14.2453703704rem  +  38.1481481481vw , 47.625rem );
    }
  }
  @supports not (max-width: clamp( 21.875rem , 14.2453703704rem  +  38.1481481481vw , 47.625rem )) {
    .about-two .about__body {
      max-width: calc(
        21.875rem + 25.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-two .about__body {
    max-width: 21.875rem;
  }
}
@media (max-width: 1000px) {
  .about-two .about__body {
    max-width: 100% !important;
  }
}
@media (min-width: 87.5em) {
  .about-brand .about__body {
    max-width: 43.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-width: clamp( 21.875rem , 15.5787037037rem  +  31.4814814815vw , 43.125rem )) {
    .about-brand .about__body {
      max-width: clamp( 21.875rem , 15.5787037037rem  +  31.4814814815vw , 43.125rem );
    }
  }
  @supports not (max-width: clamp( 21.875rem , 15.5787037037rem  +  31.4814814815vw , 43.125rem )) {
    .about-brand .about__body {
      max-width: calc(
        21.875rem + 21.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-brand .about__body {
    max-width: 21.875rem;
  }
}
@media (max-width: 1000px) and (min-width: 87.5em) {
  .about-brand .about__body {
    margin-right: 12.5rem;
  }
}
@media (max-width: 1000px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-right: clamp( 12.5rem , 24.6527777778rem  +  -13.8888888889vw , 21.875rem )) {
    .about-brand .about__body {
      margin-right: clamp( 12.5rem , 24.6527777778rem  +  -13.8888888889vw , 21.875rem );
    }
  }
  @supports not (margin-right: clamp( 12.5rem , 24.6527777778rem  +  -13.8888888889vw , 21.875rem )) {
    .about-brand .about__body {
      margin-right: calc(
        21.875rem + -9.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 1000px) and (max-width: 20em) {
  .about-brand .about__body {
    margin-right: 21.875rem;
  }
}
@media (max-width: 780px) {
  .about-brand .about__body {
    margin-right: 0 !important;
  }
}
@media (min-width: 87.5em) {
  .about__title {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 0.625rem , 0.587962963rem  +  0.1851851852vw , 0.75rem )) {
    .about__title {
      margin-bottom: clamp( 0.625rem , 0.587962963rem  +  0.1851851852vw , 0.75rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.625rem , 0.587962963rem  +  0.1851851852vw , 0.75rem )) {
    .about__title {
      margin-bottom: calc(
        0.625rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__title {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 87.5em) {
  .about-brand .about__title {
    margin-bottom: 6.6875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 3.125rem , 2.0694444444rem  +  5.2777777778vw , 6.6875rem )) {
    .about-brand .about__title {
      margin-bottom: clamp( 3.125rem , 2.0694444444rem  +  5.2777777778vw , 6.6875rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.125rem , 2.0694444444rem  +  5.2777777778vw , 6.6875rem )) {
    .about-brand .about__title {
      margin-bottom: calc(
        3.125rem + 3.5625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-brand .about__title {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 780px) and (min-width: 87.5em) {
  .about-brand .about__title {
    margin-bottom: 0.0625rem;
  }
}
@media (max-width: 780px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 0.00000625rem , -0.0185104167rem  +  0.0925833333vw , 0.0625rem )) {
    .about-brand .about__title {
      margin-bottom: clamp( 0.00000625rem , -0.0185104167rem  +  0.0925833333vw , 0.0625rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.00000625rem , -0.0185104167rem  +  0.0925833333vw , 0.0625rem )) {
    .about-brand .about__title {
      margin-bottom: calc(
        0.00000625rem + 0.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 780px) and (max-width: 20em) {
  .about-brand .about__title {
    margin-bottom: 0.00000625rem;
  }
}
.about__text-up {
  font-weight: 700;
  line-height: 122%;
}
@media (min-width: 87.5em) {
  .about__text-up {
    font-size: 1.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.875rem , 0.7268518519rem  +  0.7407407407vw , 1.375rem )) {
    .about__text-up {
      font-size: clamp( 0.875rem , 0.7268518519rem  +  0.7407407407vw , 1.375rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7268518519rem  +  0.7407407407vw , 1.375rem )) {
    .about__text-up {
      font-size: calc(
        0.875rem + 0.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__text-up {
    font-size: 0.875rem;
  }
}
@media (min-width: 87.5em) {
  .about__text-up {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.1342592593rem  +  3.7037037037vw , 4.375rem )) {
    .about__text-up {
      margin-bottom: clamp( 1.875rem , 1.1342592593rem  +  3.7037037037vw , 4.375rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.1342592593rem  +  3.7037037037vw , 4.375rem )) {
    .about__text-up {
      margin-bottom: calc(
        1.875rem + 2.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__text-up {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 750px) {
  .about__text-up {
    font-weight: 600;
  }
}
@media (max-width: 750px) and (min-width: 87.5em) {
  .about__text-up {
    margin-bottom: 37.5rem;
  }
}
@media (max-width: 750px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 17.875rem , 12.0601851852rem  +  29.0740740741vw , 37.5rem )) {
    .about__text-up {
      margin-bottom: clamp( 17.875rem , 12.0601851852rem  +  29.0740740741vw , 37.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 17.875rem , 12.0601851852rem  +  29.0740740741vw , 37.5rem )) {
    .about__text-up {
      margin-bottom: calc(
        17.875rem + 19.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 750px) and (max-width: 20em) {
  .about__text-up {
    margin-bottom: 17.875rem;
  }
}
@media (min-width: 87.5em) {
  .about-two .about__text-up {
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 3.5rem , 3.2407407407rem  +  1.2962962963vw , 4.375rem )) {
    .about-two .about__text-up {
      margin-bottom: clamp( 3.5rem , 3.2407407407rem  +  1.2962962963vw , 4.375rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.5rem , 3.2407407407rem  +  1.2962962963vw , 4.375rem )) {
    .about-two .about__text-up {
      margin-bottom: calc(
        3.5rem + 0.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-two .about__text-up {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 750px) and (min-width: 87.5em) {
  .about-two .about__text-up {
    margin-bottom: 4.375rem;
  }
}
@media (max-width: 750px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 3.5rem , 3.2407407407rem  +  1.2962962963vw , 4.375rem )) {
    .about-two .about__text-up {
      margin-bottom: clamp( 3.5rem , 3.2407407407rem  +  1.2962962963vw , 4.375rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.5rem , 3.2407407407rem  +  1.2962962963vw , 4.375rem )) {
    .about-two .about__text-up {
      margin-bottom: calc(
        3.5rem + 0.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 750px) and (max-width: 20em) {
  .about-two .about__text-up {
    margin-bottom: 3.5rem;
  }
}
.about__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 28.125rem;
}
@media (min-width: 87.5em) {
  .about__list {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 3.125rem , 2.1990740741rem  +  4.6296296296vw , 6.25rem )) {
    .about__list {
      margin-bottom: clamp( 3.125rem , 2.1990740741rem  +  4.6296296296vw , 6.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.125rem , 2.1990740741rem  +  4.6296296296vw , 6.25rem )) {
    .about__list {
      margin-bottom: calc(
        3.125rem + 3.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__list {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 87.5em) {
  .about__list {
    column-gap: 5.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (column-gap: clamp( 1.25rem , 0.0648148148rem  +  5.9259259259vw , 5.25rem )) {
    .about__list {
      column-gap: clamp( 1.25rem , 0.0648148148rem  +  5.9259259259vw , 5.25rem );
    }
  }
  @supports not (column-gap: clamp( 1.25rem , 0.0648148148rem  +  5.9259259259vw , 5.25rem )) {
    .about__list {
      column-gap: calc(
        1.25rem + 4 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__list {
    column-gap: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .about__list {
    row-gap: 2.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (row-gap: clamp( 1.25rem , 0.8055555556rem  +  2.2222222222vw , 2.75rem )) {
    .about__list {
      row-gap: clamp( 1.25rem , 0.8055555556rem  +  2.2222222222vw , 2.75rem );
    }
  }
  @supports not (row-gap: clamp( 1.25rem , 0.8055555556rem  +  2.2222222222vw , 2.75rem )) {
    .about__list {
      row-gap: calc(
        1.25rem + 1.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__list {
    row-gap: 1.25rem;
  }
}
@media (max-width: 875px) {
  .about__list {
    max-width: 22.5rem;
  }
}
@media (max-width: 875px) and (min-width: 87.5em) {
  .about__list {
    column-gap: 1.5rem;
  }
}
@media (max-width: 875px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (column-gap: clamp( 1.25rem , 1.1759259259rem  +  0.3703703704vw , 1.5rem )) {
    .about__list {
      column-gap: clamp( 1.25rem , 1.1759259259rem  +  0.3703703704vw , 1.5rem );
    }
  }
  @supports not (column-gap: clamp( 1.25rem , 1.1759259259rem  +  0.3703703704vw , 1.5rem )) {
    .about__list {
      column-gap: calc(
        1.25rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 875px) and (max-width: 20em) {
  .about__list {
    column-gap: 1.25rem;
  }
}
@media (max-width: 750px) {
  .about__list {
    display: none;
  }
}
@media (min-width: 87.5em) {
  .about-two .about__list {
    margin-bottom: 5.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 2rem , 0.8888888889rem  +  5.5555555556vw , 5.75rem )) {
    .about-two .about__list {
      margin-bottom: clamp( 2rem , 0.8888888889rem  +  5.5555555556vw , 5.75rem );
    }
  }
  @supports not (margin-bottom: clamp( 2rem , 0.8888888889rem  +  5.5555555556vw , 5.75rem )) {
    .about-two .about__list {
      margin-bottom: calc(
        2rem + 3.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-two .about__list {
    margin-bottom: 2rem;
  }
}
@media (max-width: 750px) {
  .about-two .about__list {
    display: grid;
  }
}
@media (max-width: 450px) {
  .about-two .about__list {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 450px) and (min-width: 87.5em) {
  .about-two .about__list {
    row-gap: 1.25rem;
  }
}
@media (max-width: 450px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (row-gap: clamp( 0.6875rem , 0.5208333333rem  +  0.8333333333vw , 1.25rem )) {
    .about-two .about__list {
      row-gap: clamp( 0.6875rem , 0.5208333333rem  +  0.8333333333vw , 1.25rem );
    }
  }
  @supports not (row-gap: clamp( 0.6875rem , 0.5208333333rem  +  0.8333333333vw , 1.25rem )) {
    .about-two .about__list {
      row-gap: calc(
        0.6875rem + 0.5625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 450px) and (max-width: 20em) {
  .about-two .about__list {
    row-gap: 0.6875rem;
  }
}
.about__list-item {
  display: flex;
  gap: 0.4375rem;
  line-height: 120%;
}
@media (min-width: 87.5em) {
  .about__list-item {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .about__list-item {
      font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .about__list-item {
      font-size: calc(
        0.875rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__list-item {
    font-size: 0.875rem;
  }
}
.about__list-item svg {
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
}
@media (max-width: 780px) {
  .about-brand .about__button-row {
    display: flex;
    justify-content: center;
  }
}
.about__button {
  max-width: 17.125rem;
}
@media (max-width: 480px) {
  .about__button {
    max-width: 100%;
  }
}
.about-brand .about__button {
  max-width: 23.25rem;
}
@media (max-width: 480px) {
  .about-brand .about__button {
    max-width: 100%;
  }
}
.about__img {
  position: absolute;
  top: 3.1875rem;
  right: 3.375rem;
}
@media (max-width: 1220px) {
  .about__img {
    right: 0;
  }
}
@media (max-width: 1040px) {
  .about__img {
    right: -3.125rem;
  }
}
@media (max-width: 750px) {
  .about__img {
    bottom: 7.965rem;
    top: auto;
  }
}
@media (max-width: 750px) and (min-width: 87.5em) {
  .about__img {
    right: 9.375rem;
  }
}
@media (max-width: 750px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (right: clamp( 1.643125rem , -0.6478009259rem  +  11.4546296296vw , 9.375rem )) {
    .about__img {
      right: clamp( 1.643125rem , -0.6478009259rem  +  11.4546296296vw , 9.375rem );
    }
  }
  @supports not (right: clamp( 1.643125rem , -0.6478009259rem  +  11.4546296296vw , 9.375rem )) {
    .about__img {
      right: calc(
        1.643125rem + 7.731875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 750px) and (max-width: 20em) {
  .about__img {
    right: 1.643125rem;
  }
}
.about__img img.one {
  position: relative;
  z-index: 1;
}
@media (min-width: 87.5em) {
  .about__img img.one {
    width: 78.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 31.25rem , 17.287037037rem  +  69.8148148148vw , 78.375rem )) {
    .about__img img.one {
      width: clamp( 31.25rem , 17.287037037rem  +  69.8148148148vw , 78.375rem );
    }
  }
  @supports not (width: clamp( 31.25rem , 17.287037037rem  +  69.8148148148vw , 78.375rem )) {
    .about__img img.one {
      width: calc(
        31.25rem + 47.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__img img.one {
    width: 31.25rem;
  }
}
@media (max-width: 750px) and (min-width: 87.5em) {
  .about__img img.one {
    width: 43.75rem;
  }
}
@media (max-width: 750px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 16.5rem , 8.4259259259rem  +  40.3703703704vw , 43.75rem )) {
    .about__img img.one {
      width: clamp( 16.5rem , 8.4259259259rem  +  40.3703703704vw , 43.75rem );
    }
  }
  @supports not (width: clamp( 16.5rem , 8.4259259259rem  +  40.3703703704vw , 43.75rem )) {
    .about__img img.one {
      width: calc(
        16.5rem + 27.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 750px) and (max-width: 20em) {
  .about__img img.one {
    width: 16.5rem;
  }
}
.about__img img.img-1 {
  position: absolute;
  z-index: 2;
  bottom: -1.5rem;
}
@media (min-width: 87.5em) {
  .about__img img.img-1 {
    right: 30.625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (right: clamp( 11.1875rem , 5.4282407407rem  +  28.7962962963vw , 30.625rem )) {
    .about__img img.img-1 {
      right: clamp( 11.1875rem , 5.4282407407rem  +  28.7962962963vw , 30.625rem );
    }
  }
  @supports not (right: clamp( 11.1875rem , 5.4282407407rem  +  28.7962962963vw , 30.625rem )) {
    .about__img img.img-1 {
      right: calc(
        11.1875rem + 19.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__img img.img-1 {
    right: 11.1875rem;
  }
}
@media (min-width: 87.5em) {
  .about__img img.img-1 {
    width: 17.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 7.25rem , 4.3240740741rem  +  14.6296296296vw , 17.125rem )) {
    .about__img img.img-1 {
      width: clamp( 7.25rem , 4.3240740741rem  +  14.6296296296vw , 17.125rem );
    }
  }
  @supports not (width: clamp( 7.25rem , 4.3240740741rem  +  14.6296296296vw , 17.125rem )) {
    .about__img img.img-1 {
      width: calc(
        7.25rem + 9.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__img img.img-1 {
    width: 7.25rem;
  }
}
@media (max-width: 875px) {
  .about__img img.img-1 {
    bottom: -5.875rem;
  }
}
@media (max-width: 875px) and (min-width: 87.5em) {
  .about__img img.img-1 {
    right: 24.375rem;
  }
}
@media (max-width: 875px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (right: clamp( 11.1875rem , 7.2800925926rem  +  19.537037037vw , 24.375rem )) {
    .about__img img.img-1 {
      right: clamp( 11.1875rem , 7.2800925926rem  +  19.537037037vw , 24.375rem );
    }
  }
  @supports not (right: clamp( 11.1875rem , 7.2800925926rem  +  19.537037037vw , 24.375rem )) {
    .about__img img.img-1 {
      right: calc(
        11.1875rem + 13.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 875px) and (max-width: 20em) {
  .about__img img.img-1 {
    right: 11.1875rem;
  }
}
@media (max-width: 750px) {
  .about__img img.img-1 {
    bottom: -0.98125rem;
  }
}
@media (max-width: 750px) and (min-width: 87.5em) {
  .about__img img.img-1 {
    right: 36.875rem;
  }
}
@media (max-width: 750px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (right: clamp( 11.1875rem , 3.5763888889rem  +  38.0555555556vw , 36.875rem )) {
    .about__img img.img-1 {
      right: clamp( 11.1875rem , 3.5763888889rem  +  38.0555555556vw , 36.875rem );
    }
  }
  @supports not (right: clamp( 11.1875rem , 3.5763888889rem  +  38.0555555556vw , 36.875rem )) {
    .about__img img.img-1 {
      right: calc(
        11.1875rem + 25.6875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 750px) and (max-width: 20em) {
  .about__img img.img-1 {
    right: 11.1875rem;
  }
}
.about__img img.img-2 {
  position: absolute;
  z-index: 2;
  right: -3.59375rem;
}
@media (min-width: 87.5em) {
  .about__img img.img-2 {
    bottom: 4.909375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (bottom: clamp( 3.0625rem , 2.5152777778rem  +  2.7361111111vw , 4.909375rem )) {
    .about__img img.img-2 {
      bottom: clamp( 3.0625rem , 2.5152777778rem  +  2.7361111111vw , 4.909375rem );
    }
  }
  @supports not (bottom: clamp( 3.0625rem , 2.5152777778rem  +  2.7361111111vw , 4.909375rem )) {
    .about__img img.img-2 {
      bottom: calc(
        3.0625rem + 1.846875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__img img.img-2 {
    bottom: 3.0625rem;
  }
}
@media (min-width: 87.5em) {
  .about__img img.img-2 {
    width: 10.71875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 4.535rem , 2.7027777778rem  +  9.1611111111vw , 10.71875rem )) {
    .about__img img.img-2 {
      width: clamp( 4.535rem , 2.7027777778rem  +  9.1611111111vw , 10.71875rem );
    }
  }
  @supports not (width: clamp( 4.535rem , 2.7027777778rem  +  9.1611111111vw , 10.71875rem )) {
    .about__img img.img-2 {
      width: calc(
        4.535rem + 6.18375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__img img.img-2 {
    width: 4.535rem;
  }
}
@media (max-width: 1220px) {
  .about__img img.img-2 {
    right: -1.71875rem;
  }
}
@media (max-width: 1040px) {
  .about__img img.img-2 {
    right: 2.5rem;
  }
}
@media (max-width: 750px) {
  .about__img img.img-2 {
    right: -1.365625rem;
  }
}
.about__img img.img-3 {
  position: absolute;
  z-index: 2;
}
@media (min-width: 87.5em) {
  .about__img img.img-3 {
    bottom: 10.78375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (bottom: clamp( 7.264375rem , 6.2215972222rem  +  5.2138888889vw , 10.78375rem )) {
    .about__img img.img-3 {
      bottom: clamp( 7.264375rem , 6.2215972222rem  +  5.2138888889vw , 10.78375rem );
    }
  }
  @supports not (bottom: clamp( 7.264375rem , 6.2215972222rem  +  5.2138888889vw , 10.78375rem )) {
    .about__img img.img-3 {
      bottom: calc(
        7.264375rem + 3.519375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__img img.img-3 {
    bottom: 7.264375rem;
  }
}
@media (min-width: 87.5em) {
  .about__img img.img-3 {
    width: 10.625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 4.520625rem , 2.7119212963rem  +  9.0435185185vw , 10.625rem )) {
    .about__img img.img-3 {
      width: clamp( 4.520625rem , 2.7119212963rem  +  9.0435185185vw , 10.625rem );
    }
  }
  @supports not (width: clamp( 4.520625rem , 2.7119212963rem  +  9.0435185185vw , 10.625rem )) {
    .about__img img.img-3 {
      width: calc(
        4.520625rem + 6.104375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__img img.img-3 {
    width: 4.520625rem;
  }
}
@media (min-width: 87.5em) {
  .about__img img.img-3 {
    right: 29.28125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (right: clamp( 11.5875rem , 6.3449074074rem  +  26.212962963vw , 29.28125rem )) {
    .about__img img.img-3 {
      right: clamp( 11.5875rem , 6.3449074074rem  +  26.212962963vw , 29.28125rem );
    }
  }
  @supports not (right: clamp( 11.5875rem , 6.3449074074rem  +  26.212962963vw , 29.28125rem )) {
    .about__img img.img-3 {
      right: calc(
        11.5875rem + 17.69375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__img img.img-3 {
    right: 11.5875rem;
  }
}
@media (max-width: 930px) and (min-width: 87.5em) {
  .about__img img.img-3 {
    right: 25.53125rem;
  }
}
@media (max-width: 930px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (right: clamp( 11.5875rem , 7.4560185185rem  +  20.6574074074vw , 25.53125rem )) {
    .about__img img.img-3 {
      right: clamp( 11.5875rem , 7.4560185185rem  +  20.6574074074vw , 25.53125rem );
    }
  }
  @supports not (right: clamp( 11.5875rem , 7.4560185185rem  +  20.6574074074vw , 25.53125rem )) {
    .about__img img.img-3 {
      right: calc(
        11.5875rem + 13.94375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 930px) and (max-width: 20em) {
  .about__img img.img-3 {
    right: 11.5875rem;
  }
}
@media (max-width: 750px) and (min-width: 87.5em) {
  .about__img img.img-3 {
    right: 33.03125rem;
  }
}
@media (max-width: 750px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (right: clamp( 11.5875rem , 5.2337962963rem  +  31.7685185185vw , 33.03125rem )) {
    .about__img img.img-3 {
      right: clamp( 11.5875rem , 5.2337962963rem  +  31.7685185185vw , 33.03125rem );
    }
  }
  @supports not (right: clamp( 11.5875rem , 5.2337962963rem  +  31.7685185185vw , 33.03125rem )) {
    .about__img img.img-3 {
      right: calc(
        11.5875rem + 21.44375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 750px) and (max-width: 20em) {
  .about__img img.img-3 {
    right: 11.5875rem;
  }
}
.about__img img.img-4 {
  position: absolute;
  z-index: 2;
}
@media (min-width: 87.5em) {
  .about__img img.img-4 {
    bottom: 19.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (bottom: clamp( 8.2125rem , 4.8865740741rem  +  16.6296296296vw , 19.4375rem )) {
    .about__img img.img-4 {
      bottom: clamp( 8.2125rem , 4.8865740741rem  +  16.6296296296vw , 19.4375rem );
    }
  }
  @supports not (bottom: clamp( 8.2125rem , 4.8865740741rem  +  16.6296296296vw , 19.4375rem )) {
    .about__img img.img-4 {
      bottom: calc(
        8.2125rem + 11.225 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__img img.img-4 {
    bottom: 8.2125rem;
  }
}
@media (min-width: 87.5em) {
  .about__img img.img-4 {
    width: 3.6875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 1.5625rem , 0.9328703704rem  +  3.1481481481vw , 3.6875rem )) {
    .about__img img.img-4 {
      width: clamp( 1.5625rem , 0.9328703704rem  +  3.1481481481vw , 3.6875rem );
    }
  }
  @supports not (width: clamp( 1.5625rem , 0.9328703704rem  +  3.1481481481vw , 3.6875rem )) {
    .about__img img.img-4 {
      width: calc(
        1.5625rem + 2.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__img img.img-4 {
    width: 1.5625rem;
  }
}
@media (min-width: 87.5em) {
  .about__img img.img-4 {
    right: 9.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (right: clamp( 4.106875rem , 2.434837963rem  +  8.3601851852vw , 9.75rem )) {
    .about__img img.img-4 {
      right: clamp( 4.106875rem , 2.434837963rem  +  8.3601851852vw , 9.75rem );
    }
  }
  @supports not (right: clamp( 4.106875rem , 2.434837963rem  +  8.3601851852vw , 9.75rem )) {
    .about__img img.img-4 {
      right: calc(
        4.106875rem + 5.643125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__img img.img-4 {
    right: 4.106875rem;
  }
}
.about__img img.img-5 {
  position: absolute;
  z-index: 2;
}
@media (min-width: 87.5em) {
  .about__img img.img-5 {
    bottom: 29.925rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (bottom: clamp( 12.5rem , 7.337037037rem  +  25.8148148148vw , 29.925rem )) {
    .about__img img.img-5 {
      bottom: clamp( 12.5rem , 7.337037037rem  +  25.8148148148vw , 29.925rem );
    }
  }
  @supports not (bottom: clamp( 12.5rem , 7.337037037rem  +  25.8148148148vw , 29.925rem )) {
    .about__img img.img-5 {
      bottom: calc(
        12.5rem + 17.425 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__img img.img-5 {
    bottom: 12.5rem;
  }
}
@media (min-width: 87.5em) {
  .about__img img.img-5 {
    width: 2.21875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 1.25rem , 0.962962963rem  +  1.4351851852vw , 2.21875rem )) {
    .about__img img.img-5 {
      width: clamp( 1.25rem , 0.962962963rem  +  1.4351851852vw , 2.21875rem );
    }
  }
  @supports not (width: clamp( 1.25rem , 0.962962963rem  +  1.4351851852vw , 2.21875rem )) {
    .about__img img.img-5 {
      width: calc(
        1.25rem + 0.96875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__img img.img-5 {
    width: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .about__img img.img-5 {
    right: 27.46875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (right: clamp( 6.25rem , -0.037037037rem  +  31.4351851852vw , 27.46875rem )) {
    .about__img img.img-5 {
      right: clamp( 6.25rem , -0.037037037rem  +  31.4351851852vw , 27.46875rem );
    }
  }
  @supports not (right: clamp( 6.25rem , -0.037037037rem  +  31.4351851852vw , 27.46875rem )) {
    .about__img img.img-5 {
      right: calc(
        6.25rem + 21.21875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__img img.img-5 {
    right: 6.25rem;
  }
}
@media (max-width: 750px) {
  .about__img img.img-5 {
    display: none;
  }
}
.about__img img.img-6 {
  position: absolute;
  z-index: 2;
}
@media (min-width: 87.5em) {
  .about__img img.img-6 {
    width: 8.16625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 3.45625rem , 2.0606944444rem  +  6.9777777778vw , 8.16625rem )) {
    .about__img img.img-6 {
      width: clamp( 3.45625rem , 2.0606944444rem  +  6.9777777778vw , 8.16625rem );
    }
  }
  @supports not (width: clamp( 3.45625rem , 2.0606944444rem  +  6.9777777778vw , 8.16625rem )) {
    .about__img img.img-6 {
      width: calc(
        3.45625rem + 4.71 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__img img.img-6 {
    width: 3.45625rem;
  }
}
@media (min-width: 87.5em) {
  .about__img img.img-6 {
    bottom: 25.8825rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (bottom: clamp( 10.95375rem , 6.5304166667rem  +  22.1166666667vw , 25.8825rem )) {
    .about__img img.img-6 {
      bottom: clamp( 10.95375rem , 6.5304166667rem  +  22.1166666667vw , 25.8825rem );
    }
  }
  @supports not (bottom: clamp( 10.95375rem , 6.5304166667rem  +  22.1166666667vw , 25.8825rem )) {
    .about__img img.img-6 {
      bottom: calc(
        10.95375rem + 14.92875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__img img.img-6 {
    bottom: 10.95375rem;
  }
}
@media (min-width: 87.5em) {
  .about__img img.img-6 {
    right: 2.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (right: clamp( 0.925rem , 0.5509259259rem  +  1.8703703704vw , 2.1875rem )) {
    .about__img img.img-6 {
      right: clamp( 0.925rem , 0.5509259259rem  +  1.8703703704vw , 2.1875rem );
    }
  }
  @supports not (right: clamp( 0.925rem , 0.5509259259rem  +  1.8703703704vw , 2.1875rem )) {
    .about__img img.img-6 {
      right: calc(
        0.925rem + 1.2625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__img img.img-6 {
    right: 0.925rem;
  }
}
@media (max-width: 1040px) and (min-width: 87.5em) {
  .about__img img.img-6 {
    right: 6.5625rem;
  }
}
@media (max-width: 1040px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (right: clamp( 0.925rem , -0.7453703704rem  +  8.3518518519vw , 6.5625rem )) {
    .about__img img.img-6 {
      right: clamp( 0.925rem , -0.7453703704rem  +  8.3518518519vw , 6.5625rem );
    }
  }
  @supports not (right: clamp( 0.925rem , -0.7453703704rem  +  8.3518518519vw , 6.5625rem )) {
    .about__img img.img-6 {
      right: calc(
        0.925rem + 5.6375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 1040px) and (max-width: 20em) {
  .about__img img.img-6 {
    right: 0.925rem;
  }
}
.about__crumb {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media (min-width: 87.5em) {
  .about__crumb {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.125rem , 0.9027777778rem  +  1.1111111111vw , 1.875rem )) {
    .about__crumb {
      margin-bottom: clamp( 1.125rem , 0.9027777778rem  +  1.1111111111vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.125rem , 0.9027777778rem  +  1.1111111111vw , 1.875rem )) {
    .about__crumb {
      margin-bottom: calc(
        1.125rem + 0.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__crumb {
    margin-bottom: 1.125rem;
  }
}
.about__crumb svg {
  height: auto;
}
@media (min-width: 87.5em) {
  .about__crumb svg {
    margin-top: 0.15625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-top: clamp( 0.0625rem , 0.0347222222rem  +  0.1388888889vw , 0.15625rem )) {
    .about__crumb svg {
      margin-top: clamp( 0.0625rem , 0.0347222222rem  +  0.1388888889vw , 0.15625rem );
    }
  }
  @supports not (margin-top: clamp( 0.0625rem , 0.0347222222rem  +  0.1388888889vw , 0.15625rem )) {
    .about__crumb svg {
      margin-top: calc(
        0.0625rem + 0.09375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__crumb svg {
    margin-top: 0.0625rem;
  }
}
@media (min-width: 87.5em) {
  .about__crumb svg {
    width: 0.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 0.3125rem , 0.275462963rem  +  0.1851851852vw , 0.4375rem )) {
    .about__crumb svg {
      width: clamp( 0.3125rem , 0.275462963rem  +  0.1851851852vw , 0.4375rem );
    }
  }
  @supports not (width: clamp( 0.3125rem , 0.275462963rem  +  0.1851851852vw , 0.4375rem )) {
    .about__crumb svg {
      width: calc(
        0.3125rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__crumb svg {
    width: 0.3125rem;
  }
}
.about__crumb a {
  font-weight: 500;
  color: #8894af;
  transition: all 0.3s ease 0s;
}
@media (min-width: 87.5em) {
  .about__crumb a {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.6875rem , 0.6319444444rem  +  0.2777777778vw , 0.875rem )) {
    .about__crumb a {
      font-size: clamp( 0.6875rem , 0.6319444444rem  +  0.2777777778vw , 0.875rem );
    }
  }
  @supports not (font-size: clamp( 0.6875rem , 0.6319444444rem  +  0.2777777778vw , 0.875rem )) {
    .about__crumb a {
      font-size: calc(
        0.6875rem + 0.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__crumb a {
    font-size: 0.6875rem;
  }
}
.about__crumb a:hover {
  color: #333d61;
}
.about__crumb a:last-child {
  pointer-events: none;
}
.about__slider {
  position: absolute;
  right: 2.1875rem;
  overflow: hidden;
}
@media (min-width: 87.5em) {
  .about__slider {
    bottom: 5.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (bottom: clamp( 2.4375rem , 1.5115740741rem  +  4.6296296296vw , 5.5625rem )) {
    .about__slider {
      bottom: clamp( 2.4375rem , 1.5115740741rem  +  4.6296296296vw , 5.5625rem );
    }
  }
  @supports not (bottom: clamp( 2.4375rem , 1.5115740741rem  +  4.6296296296vw , 5.5625rem )) {
    .about__slider {
      bottom: calc(
        2.4375rem + 3.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__slider {
    bottom: 2.4375rem;
  }
}
@media (min-width: 87.5em) {
  .about__slider {
    width: 42.625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 0.00000625rem , -12.6296215278rem  +  63.1481388889vw , 42.625rem )) {
    .about__slider {
      width: clamp( 0.00000625rem , -12.6296215278rem  +  63.1481388889vw , 42.625rem );
    }
  }
  @supports not (width: clamp( 0.00000625rem , -12.6296215278rem  +  63.1481388889vw , 42.625rem )) {
    .about__slider {
      width: calc(
        0.00000625rem + 42.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__slider {
    width: 0.00000625rem;
  }
}
@media (max-width: 1000px) {
  .about__slider {
    position: relative;
    bottom: auto !important;
    right: auto;
    width: 100% !important;
  }
}
@media (max-width: 1000px) and (min-width: 87.5em) {
  .about__slider {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 1000px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.5rem , 1.0185185185rem  +  2.4074074074vw , 3.125rem )) {
    .about__slider {
      margin-bottom: clamp( 1.5rem , 1.0185185185rem  +  2.4074074074vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.5rem , 1.0185185185rem  +  2.4074074074vw , 3.125rem )) {
    .about__slider {
      margin-bottom: calc(
        1.5rem + 1.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 1000px) and (max-width: 20em) {
  .about__slider {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1000px) and (min-width: 87.5em) {
  .about__slider {
    max-width: 55.125rem;
  }
}
@media (max-width: 1000px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-width: clamp( 18.75rem , 7.9722222222rem  +  53.8888888889vw , 55.125rem )) {
    .about__slider {
      max-width: clamp( 18.75rem , 7.9722222222rem  +  53.8888888889vw , 55.125rem );
    }
  }
  @supports not (max-width: clamp( 18.75rem , 7.9722222222rem  +  53.8888888889vw , 55.125rem )) {
    .about__slider {
      max-width: calc(
        18.75rem + 36.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 1000px) and (max-width: 20em) {
  .about__slider {
    max-width: 18.75rem;
  }
}
@media (max-width: 550px) {
  .about__slider {
    max-width: 100% !important;
  }
}
.about__slide img {
  width: 100%;
}
.about__pagin-row {
  display: flex;
  justify-content: center;
}
@media (min-width: 87.5em) {
  .about__pagin-row {
    margin-top: 2.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-top: clamp( 0.8125rem , 0.2939814815rem  +  2.5925925926vw , 2.5625rem )) {
    .about__pagin-row {
      margin-top: clamp( 0.8125rem , 0.2939814815rem  +  2.5925925926vw , 2.5625rem );
    }
  }
  @supports not (margin-top: clamp( 0.8125rem , 0.2939814815rem  +  2.5925925926vw , 2.5625rem )) {
    .about__pagin-row {
      margin-top: calc(
        0.8125rem + 1.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about__pagin-row {
    margin-top: 0.8125rem;
  }
}
.about__pagintion.swiper-pagination {
  width: 100% !important;
}

.about-brand__list {
  display: flex;
  max-width: 28.125rem;
}
@media (min-width: 87.5em) {
  .about-brand__list {
    margin-bottom: 5.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.875rem , 0.7824074074rem  +  5.462962963vw , 5.5625rem )) {
    .about-brand__list {
      margin-bottom: clamp( 1.875rem , 0.7824074074rem  +  5.462962963vw , 5.5625rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 0.7824074074rem  +  5.462962963vw , 5.5625rem )) {
    .about-brand__list {
      margin-bottom: calc(
        1.875rem + 3.6875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-brand__list {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 87.5em) {
  .about-brand__list {
    gap: 6.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 1rem , -0.5555555556rem  +  7.7777777778vw , 6.25rem )) {
    .about-brand__list {
      gap: clamp( 1rem , -0.5555555556rem  +  7.7777777778vw , 6.25rem );
    }
  }
  @supports not (gap: clamp( 1rem , -0.5555555556rem  +  7.7777777778vw , 6.25rem )) {
    .about-brand__list {
      gap: calc(
        1rem + 5.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-brand__list {
    gap: 1rem;
  }
}
@media (min-width: 87.5em) {
  .about-brand__list {
    padding-left: 0.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 0.6875rem , 0.6134259259rem  +  0.3703703704vw , 0.9375rem )) {
    .about-brand__list {
      padding-left: clamp( 0.6875rem , 0.6134259259rem  +  0.3703703704vw , 0.9375rem );
    }
  }
  @supports not (padding-left: clamp( 0.6875rem , 0.6134259259rem  +  0.3703703704vw , 0.9375rem )) {
    .about-brand__list {
      padding-left: calc(
        0.6875rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-brand__list {
    padding-left: 0.6875rem;
  }
}
@media (min-width: 87.5em) {
  .about-brand__list {
    padding-right: 0.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 0.6875rem , 0.6134259259rem  +  0.3703703704vw , 0.9375rem )) {
    .about-brand__list {
      padding-right: clamp( 0.6875rem , 0.6134259259rem  +  0.3703703704vw , 0.9375rem );
    }
  }
  @supports not (padding-right: clamp( 0.6875rem , 0.6134259259rem  +  0.3703703704vw , 0.9375rem )) {
    .about-brand__list {
      padding-right: calc(
        0.6875rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-brand__list {
    padding-right: 0.6875rem;
  }
}
@media (min-width: 87.5em) {
  .about-brand__list {
    max-width: 28.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-width: clamp( 17.5rem , 14.3518518519rem  +  15.7407407407vw , 28.125rem )) {
    .about-brand__list {
      max-width: clamp( 17.5rem , 14.3518518519rem  +  15.7407407407vw , 28.125rem );
    }
  }
  @supports not (max-width: clamp( 17.5rem , 14.3518518519rem  +  15.7407407407vw , 28.125rem )) {
    .about-brand__list {
      max-width: calc(
        17.5rem + 10.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-brand__list {
    max-width: 17.5rem;
  }
}
@media (max-width: 780px) {
  .about-brand__list {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 450px) {
  .about-brand__list {
    margin-top: 1.375rem;
  }
}
.about-brand__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 87.5em) {
  .about-brand__list-item {
    gap: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 0.875rem , 0.7638888889rem  +  0.5555555556vw , 1.25rem )) {
    .about-brand__list-item {
      gap: clamp( 0.875rem , 0.7638888889rem  +  0.5555555556vw , 1.25rem );
    }
  }
  @supports not (gap: clamp( 0.875rem , 0.7638888889rem  +  0.5555555556vw , 1.25rem )) {
    .about-brand__list-item {
      gap: calc(
        0.875rem + 0.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-brand__list-item {
    gap: 0.875rem;
  }
}
.about-brand__list-item h3 {
  font-weight: 700;
  text-align: center;
  color: #333d61;
}
@media (min-width: 87.5em) {
  .about-brand__list-item h3 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1.5rem , 1.1111111111rem  +  1.9444444444vw , 2.8125rem )) {
    .about-brand__list-item h3 {
      font-size: clamp( 1.5rem , 1.1111111111rem  +  1.9444444444vw , 2.8125rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.1111111111rem  +  1.9444444444vw , 2.8125rem )) {
    .about-brand__list-item h3 {
      font-size: calc(
        1.5rem + 1.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-brand__list-item h3 {
    font-size: 1.5rem;
  }
}
.about-brand__list-item p {
  font-weight: 700;
  text-align: center;
  color: var(--tekst);
  line-height: 120%;
}
@media (min-width: 87.5em) {
  .about-brand__list-item p {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem )) {
    .about-brand__list-item p {
      font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem )) {
    .about-brand__list-item p {
      font-size: calc(
        0.75rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-brand__list-item p {
    font-size: 0.75rem;
  }
}
.about-brand__img {
  position: absolute;
  top: 0.25rem;
  right: 2.5rem;
}
@media (min-width: 87.5em) {
  .about-brand__img {
    width: 37.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 16.125rem , 9.9027777778rem  +  31.1111111111vw , 37.125rem )) {
    .about-brand__img {
      width: clamp( 16.125rem , 9.9027777778rem  +  31.1111111111vw , 37.125rem );
    }
  }
  @supports not (width: clamp( 16.125rem , 9.9027777778rem  +  31.1111111111vw , 37.125rem )) {
    .about-brand__img {
      width: calc(
        16.125rem + 21 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-brand__img {
    width: 16.125rem;
  }
}
.about-brand__img img {
  height: auto;
}
@media (min-width: 87.5em) {
  .about-brand__img img {
    width: 37.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 16.125rem , 9.9027777778rem  +  31.1111111111vw , 37.125rem )) {
    .about-brand__img img {
      width: clamp( 16.125rem , 9.9027777778rem  +  31.1111111111vw , 37.125rem );
    }
  }
  @supports not (width: clamp( 16.125rem , 9.9027777778rem  +  31.1111111111vw , 37.125rem )) {
    .about-brand__img img {
      width: calc(
        16.125rem + 21 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-brand__img img {
    width: 16.125rem;
  }
}
@media (max-width: 1240px) {
  .about-brand__img {
    right: -1.875rem;
  }
}
@media (max-width: 1000px) {
  .about-brand__img {
    top: 2.5rem;
  }
}
@media (max-width: 780px) {
  .about-brand__img {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 780px) and (min-width: 87.5em) {
  .about-brand__img {
    left: 1.25rem;
  }
}
@media (max-width: 780px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (left: clamp( 0.625rem , 0.4398148148rem  +  0.9259259259vw , 1.25rem )) {
    .about-brand__img {
      left: clamp( 0.625rem , 0.4398148148rem  +  0.9259259259vw , 1.25rem );
    }
  }
  @supports not (left: clamp( 0.625rem , 0.4398148148rem  +  0.9259259259vw , 1.25rem )) {
    .about-brand__img {
      left: calc(
        0.625rem + 0.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 780px) and (max-width: 20em) {
  .about-brand__img {
    left: 0.625rem;
  }
}

.about-company.about-two .about__body {
  max-width: 37rem;
}
@media (min-width: 87.5em) {
  .about-company .about__content {
    padding-bottom: 6.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 2.25rem , 0.8796296296rem  +  6.8518518519vw , 6.875rem )) {
    .about-company .about__content {
      padding-bottom: clamp( 2.25rem , 0.8796296296rem  +  6.8518518519vw , 6.875rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.25rem , 0.8796296296rem  +  6.8518518519vw , 6.875rem )) {
    .about-company .about__content {
      padding-bottom: calc(
        2.25rem + 4.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-company .about__content {
    padding-bottom: 2.25rem;
  }
}
.about-company__img {
  position: absolute;
  right: 6.375rem;
}
@media (min-width: 87.5em) {
  .about-company__img {
    bottom: 7.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (bottom: clamp( 1.25rem , -0.5092592593rem  +  8.7962962963vw , 7.1875rem )) {
    .about-company__img {
      bottom: clamp( 1.25rem , -0.5092592593rem  +  8.7962962963vw , 7.1875rem );
    }
  }
  @supports not (bottom: clamp( 1.25rem , -0.5092592593rem  +  8.7962962963vw , 7.1875rem )) {
    .about-company__img {
      bottom: calc(
        1.25rem + 5.9375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-company__img {
    bottom: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .about-company__img img {
    width: 37.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 0.00000625rem , -11.0555474537rem  +  55.2777685185vw , 37.3125rem )) {
    .about-company__img img {
      width: clamp( 0.00000625rem , -11.0555474537rem  +  55.2777685185vw , 37.3125rem );
    }
  }
  @supports not (width: clamp( 0.00000625rem , -11.0555474537rem  +  55.2777685185vw , 37.3125rem )) {
    .about-company__img img {
      width: calc(
        0.00000625rem + 37.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-company__img img {
    width: 0.00000625rem;
  }
}
@media (max-width: 1400px) {
  .about-company__img {
    right: 1.875rem;
  }
}
@media (max-width: 780px) {
  .about-company__img {
    position: relative;
    right: auto;
    bottom: 0;
    margin-bottom: 2.5625rem;
    margin-left: auto;
    margin-right: auto;
  }
  .about-company__img img {
    width: 100% !important;
    max-width: 28.125rem;
  }
}
@media (max-width: 540px) {
  .about-company__img {
    padding-right: 0.75rem;
    padding-left: 2.3125rem;
  }
}
.about-company__list {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 87.5em) {
  .about-company__list {
    margin-bottom: 5.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 2.4375rem , 1.6226851852rem  +  4.0740740741vw , 5.1875rem )) {
    .about-company__list {
      margin-bottom: clamp( 2.4375rem , 1.6226851852rem  +  4.0740740741vw , 5.1875rem );
    }
  }
  @supports not (margin-bottom: clamp( 2.4375rem , 1.6226851852rem  +  4.0740740741vw , 5.1875rem )) {
    .about-company__list {
      margin-bottom: calc(
        2.4375rem + 2.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-company__list {
    margin-bottom: 2.4375rem;
  }
}
@media (max-width: 1205px) {
  .about-company__list {
    max-width: 28.125rem;
  }
}
@media (max-width: 540px) {
  .about-company__list {
    flex-direction: column;
    gap: 1.5625rem;
    padding-left: 1.5rem;
  }
}
.about-company__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 11.4375rem;
}
@media (min-width: 87.5em) {
  .about-company__list-item {
    gap: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 1.125rem , 0.9027777778rem  +  1.1111111111vw , 1.875rem )) {
    .about-company__list-item {
      gap: clamp( 1.125rem , 0.9027777778rem  +  1.1111111111vw , 1.875rem );
    }
  }
  @supports not (gap: clamp( 1.125rem , 0.9027777778rem  +  1.1111111111vw , 1.875rem )) {
    .about-company__list-item {
      gap: calc(
        1.125rem + 0.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-company__list-item {
    gap: 1.125rem;
  }
}
.about-company__list-item p {
  text-align: center;
  line-height: 120%;
}
@media (min-width: 87.5em) {
  .about-company__list-item p {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .about-company__list-item p {
      font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .about-company__list-item p {
      font-size: calc(
        0.875rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-company__list-item p {
    font-size: 0.875rem;
  }
}
.about-company__list-item p b {
  font-weight: 700;
}
@media (max-width: 540px) {
  .about-company__list-item {
    flex-direction: row;
    max-width: 100%;
  }
  .about-company__list-item p {
    text-align: left;
  }
}
@media (min-width: 87.5em) {
  .about-company__list-item img {
    width: 7.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 4.125rem , 3.162037037rem  +  4.8148148148vw , 7.375rem )) {
    .about-company__list-item img {
      width: clamp( 4.125rem , 3.162037037rem  +  4.8148148148vw , 7.375rem );
    }
  }
  @supports not (width: clamp( 4.125rem , 3.162037037rem  +  4.8148148148vw , 7.375rem )) {
    .about-company__list-item img {
      width: calc(
        4.125rem + 3.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-company__list-item img {
    width: 4.125rem;
  }
}
.about-company .about__button {
  display: flex;
}
@media (min-width: 87.5em) {
  .about-company .about__button {
    gap: 0.6625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 0.4375rem , 0.3708333333rem  +  0.3333333333vw , 0.6625rem )) {
    .about-company .about__button {
      gap: clamp( 0.4375rem , 0.3708333333rem  +  0.3333333333vw , 0.6625rem );
    }
  }
  @supports not (gap: clamp( 0.4375rem , 0.3708333333rem  +  0.3333333333vw , 0.6625rem )) {
    .about-company .about__button {
      gap: calc(
        0.4375rem + 0.225 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-company .about__button {
    gap: 0.4375rem;
  }
}
.about-company .about__button img {
  position: relative;
  z-index: 1;
  width: 1.3375rem;
}
@media (max-width: 540px) {
  .about-company .about__button {
    width: 100%;
    max-width: 100%;
  }
}

.about-partners .about__body {
  max-width: 34.5rem;
}
@media (max-width: 1170px) {
  .about-partners .about__body {
    max-width: 28.25rem;
  }
}
@media (max-width: 1000px) {
  .about-partners .about__body {
    max-width: 28.25rem !important;
  }
}
@media (max-width: 860px) {
  .about-partners .about__body {
    max-width: 100% !important;
  }
}
.about-partners .about__list {
  max-width: 32.25rem;
}
@media (min-width: 87.5em) {
  .about-partners .about__list {
    margin-bottom: 4.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 2rem , 1.3703703704rem  +  3.1481481481vw , 4.125rem )) {
    .about-partners .about__list {
      margin-bottom: clamp( 2rem , 1.3703703704rem  +  3.1481481481vw , 4.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 2rem , 1.3703703704rem  +  3.1481481481vw , 4.125rem )) {
    .about-partners .about__list {
      margin-bottom: calc(
        2rem + 2.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-partners .about__list {
    margin-bottom: 2rem;
  }
}
@media (max-width: 860px) {
  .about-partners .about__list {
    margin-left: auto;
    margin-right: auto;
  }
}
.about-partners__img {
  position: absolute;
  top: 2.8125rem;
  right: 2.9375rem;
}
@media (min-width: 87.5em) {
  .about-partners__img {
    width: 37.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 0.00000625rem , -10.9999918981rem  +  54.9999907407vw , 37.125rem )) {
    .about-partners__img {
      width: clamp( 0.00000625rem , -10.9999918981rem  +  54.9999907407vw , 37.125rem );
    }
  }
  @supports not (width: clamp( 0.00000625rem , -10.9999918981rem  +  54.9999907407vw , 37.125rem )) {
    .about-partners__img {
      width: calc(
        0.00000625rem + 37.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-partners__img {
    width: 0.00000625rem;
  }
}
.about-partners__img img {
  width: 100%;
}
@media (max-width: 860px) {
  .about-partners__img {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 1.625rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 860px) and (min-width: 87.5em) {
  .about-partners__img {
    width: 37.125rem;
  }
}
@media (max-width: 860px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 15.875rem , 9.5787037037rem  +  31.4814814815vw , 37.125rem )) {
    .about-partners__img {
      width: clamp( 15.875rem , 9.5787037037rem  +  31.4814814815vw , 37.125rem );
    }
  }
  @supports not (width: clamp( 15.875rem , 9.5787037037rem  +  31.4814814815vw , 37.125rem )) {
    .about-partners__img {
      width: calc(
        15.875rem + 21.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 860px) and (max-width: 20em) {
  .about-partners__img {
    width: 15.875rem;
  }
}
@media (max-width: 860px) and (min-width: 87.5em) {
  .about-partners__img {
    margin-bottom: 2.8125rem;
  }
}
@media (max-width: 860px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.625rem , 1.2731481481rem  +  1.7592592593vw , 2.8125rem )) {
    .about-partners__img {
      margin-bottom: clamp( 1.625rem , 1.2731481481rem  +  1.7592592593vw , 2.8125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.625rem , 1.2731481481rem  +  1.7592592593vw , 2.8125rem )) {
    .about-partners__img {
      margin-bottom: calc(
        1.625rem + 1.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 860px) and (max-width: 20em) {
  .about-partners__img {
    margin-bottom: 1.625rem;
  }
}
.about-partners__img-text {
  position: absolute;
  left: 50%;
  transform: translateX(-38%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  color: #fff;
  text-align: center;
}
@media (min-width: 87.5em) {
  .about-partners__img-text {
    bottom: 1.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (bottom: clamp( 1rem , 0.8888888889rem  +  0.5555555556vw , 1.375rem )) {
    .about-partners__img-text {
      bottom: clamp( 1rem , 0.8888888889rem  +  0.5555555556vw , 1.375rem );
    }
  }
  @supports not (bottom: clamp( 1rem , 0.8888888889rem  +  0.5555555556vw , 1.375rem )) {
    .about-partners__img-text {
      bottom: calc(
        1rem + 0.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-partners__img-text {
    bottom: 1rem;
  }
}
@media (min-width: 87.5em) {
  .about-partners__img-text {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.5rem , 0.3888888889rem  +  0.5555555556vw , 0.875rem )) {
    .about-partners__img-text {
      font-size: clamp( 0.5rem , 0.3888888889rem  +  0.5555555556vw , 0.875rem );
    }
  }
  @supports not (font-size: clamp( 0.5rem , 0.3888888889rem  +  0.5555555556vw , 0.875rem )) {
    .about-partners__img-text {
      font-size: calc(
        0.5rem + 0.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-partners__img-text {
    font-size: 0.5rem;
  }
}
.about-partners__img-text b {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}
@media (min-width: 87.5em) {
  .about-partners__img-text b {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.875rem , 0.7638888889rem  +  0.5555555556vw , 1.25rem )) {
    .about-partners__img-text b {
      font-size: clamp( 0.875rem , 0.7638888889rem  +  0.5555555556vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7638888889rem  +  0.5555555556vw , 1.25rem )) {
    .about-partners__img-text b {
      font-size: calc(
        0.875rem + 0.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .about-partners__img-text b {
    font-size: 0.875rem;
  }
}
@media (max-width: 360px) {
  .about-partners__img-text {
    transform: translateX(-40%);
  }
}
@media (max-width: 860px) and (min-width: 87.5em) {
  .about-partners .about__text-up {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 860px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 0.875rem , 0.5787037037rem  +  1.4814814815vw , 1.875rem )) {
    .about-partners .about__text-up {
      margin-bottom: clamp( 0.875rem , 0.5787037037rem  +  1.4814814815vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.875rem , 0.5787037037rem  +  1.4814814815vw , 1.875rem )) {
    .about-partners .about__text-up {
      margin-bottom: calc(
        0.875rem + 1 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 860px) and (max-width: 20em) {
  .about-partners .about__text-up {
    margin-bottom: 0.875rem;
  }
}
@media (max-width: 860px) {
  .about-partners .about__button-row {
    display: flex;
    justify-content: center;
  }
  .about-partners .about__button-row .button {
    width: 100%;
  }
}

@media (min-width: 87.5em) {
  .object {
    padding-top: 8.0625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 5.625rem , 4.9027777778rem  +  3.6111111111vw , 8.0625rem )) {
    .object {
      padding-top: clamp( 5.625rem , 4.9027777778rem  +  3.6111111111vw , 8.0625rem );
    }
  }
  @supports not (padding-top: clamp( 5.625rem , 4.9027777778rem  +  3.6111111111vw , 8.0625rem )) {
    .object {
      padding-top: calc(
        5.625rem + 2.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .object {
    padding-top: 5.625rem;
  }
}
@media (min-width: 801px) {
  .object__content.mob {
    display: none;
  }
}
@media (max-width: 800px) {
  .object__content.web {
    display: none;
  }
}
.object__row {
  display: flex;
  gap: 1.875rem;
}
.object__body {
  display: flex;
  flex-direction: column;
}
.object__title {
  max-width: 43.75rem;
}
@media (min-width: 87.5em) {
  .object__title {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.6898148148rem  +  0.9259259259vw , 2.5rem )) {
    .object__title {
      margin-bottom: clamp( 1.875rem , 1.6898148148rem  +  0.9259259259vw , 2.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.6898148148rem  +  0.9259259259vw , 2.5rem )) {
    .object__title {
      margin-bottom: calc(
        1.875rem + 0.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .object__title {
    margin-bottom: 1.875rem;
  }
}
.object__text-sub {
  line-height: 150%;
  max-width: 50rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 87.5em) {
  .object__text-sub {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .object__text-sub {
      font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .object__text-sub {
      font-size: calc(
        0.875rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .object__text-sub {
    font-size: 0.875rem;
  }
}
.object__link {
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--ssylki);
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (min-width: 87.5em) {
  .object__link {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1.125rem , 1.087962963rem  +  0.1851851852vw , 1.25rem )) {
    .object__link {
      font-size: clamp( 1.125rem , 1.087962963rem  +  0.1851851852vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1.125rem , 1.087962963rem  +  0.1851851852vw , 1.25rem )) {
    .object__link {
      font-size: calc(
        1.125rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .object__link {
    font-size: 1.125rem;
  }
}
@media (min-width: 87.5em) {
  .object__link {
    margin-bottom: 6.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.875rem , 0.5601851852rem  +  6.5740740741vw , 6.3125rem )) {
    .object__link {
      margin-bottom: clamp( 1.875rem , 0.5601851852rem  +  6.5740740741vw , 6.3125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 0.5601851852rem  +  6.5740740741vw , 6.3125rem )) {
    .object__link {
      margin-bottom: calc(
        1.875rem + 4.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .object__link {
    margin-bottom: 1.875rem;
  }
}
.object__link:hover {
  color: #3688c3;
}
.object__row-item {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (min-width: 87.5em) {
  .object__row-item {
    gap: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 0.00000625rem , -0.5555474537rem  +  2.7777685185vw , 1.875rem )) {
    .object__row-item {
      gap: clamp( 0.00000625rem , -0.5555474537rem  +  2.7777685185vw , 1.875rem );
    }
  }
  @supports not (gap: clamp( 0.00000625rem , -0.5555474537rem  +  2.7777685185vw , 1.875rem )) {
    .object__row-item {
      gap: calc(
        0.00000625rem + 1.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .object__row-item {
    gap: 0.00000625rem;
  }
}
@media (max-width: 1090px) and (min-width: 87.5em) {
  .object__row-item {
    gap: 1.25rem;
  }
}
@media (max-width: 1090px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 0.00000625rem , -0.3703622685rem  +  1.8518425926vw , 1.25rem )) {
    .object__row-item {
      gap: clamp( 0.00000625rem , -0.3703622685rem  +  1.8518425926vw , 1.25rem );
    }
  }
  @supports not (gap: clamp( 0.00000625rem , -0.3703622685rem  +  1.8518425926vw , 1.25rem )) {
    .object__row-item {
      gap: calc(
        0.00000625rem + 1.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 1090px) and (max-width: 20em) {
  .object__row-item {
    gap: 0.00000625rem;
  }
}
.object__item {
  padding: 1.25rem 1.25rem 1.5625rem 1.25rem;
  background: var(--temnye-plashki);
  border-radius: 18px;
}
.object__item h3 {
  font-weight: 700;
  color: #fff;
}
@media (min-width: 87.5em) {
  .object__item h3 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1.625rem , 1.2731481481rem  +  1.7592592593vw , 2.8125rem )) {
    .object__item h3 {
      font-size: clamp( 1.625rem , 1.2731481481rem  +  1.7592592593vw , 2.8125rem );
    }
  }
  @supports not (font-size: clamp( 1.625rem , 1.2731481481rem  +  1.7592592593vw , 2.8125rem )) {
    .object__item h3 {
      font-size: calc(
        1.625rem + 1.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .object__item h3 {
    font-size: 1.625rem;
  }
}
.object__item p {
  font-weight: 500;
  line-height: 150%;
  color: #fff;
}
@media (min-width: 87.5em) {
  .object__item p {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .object__item p {
      font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .object__item p {
      font-size: calc(
        0.875rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .object__item p {
    font-size: 0.875rem;
  }
}
@media (max-width: 1090px) and (min-width: 87.5em) {
  .object__item h3 {
    font-size: 2.1875rem;
  }
}
@media (max-width: 1090px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1.625rem , 1.4583333333rem  +  0.8333333333vw , 2.1875rem )) {
    .object__item h3 {
      font-size: clamp( 1.625rem , 1.4583333333rem  +  0.8333333333vw , 2.1875rem );
    }
  }
  @supports not (font-size: clamp( 1.625rem , 1.4583333333rem  +  0.8333333333vw , 2.1875rem )) {
    .object__item h3 {
      font-size: calc(
        1.625rem + 0.5625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 1090px) and (max-width: 20em) {
  .object__item h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 1090px) and (min-width: 87.5em) {
  .object__item p {
    font-size: 0.75rem;
  }
}
@media (max-width: 1090px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.5rem , 0.4259259259rem  +  0.3703703704vw , 0.75rem )) {
    .object__item p {
      font-size: clamp( 0.5rem , 0.4259259259rem  +  0.3703703704vw , 0.75rem );
    }
  }
  @supports not (font-size: clamp( 0.5rem , 0.4259259259rem  +  0.3703703704vw , 0.75rem )) {
    .object__item p {
      font-size: calc(
        0.5rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 1090px) and (max-width: 20em) {
  .object__item p {
    font-size: 0.5rem;
  }
}
@media (max-width: 800px) {
  .object__item {
    padding: 0;
  }
}
@media (max-width: 800px) and (min-width: 87.5em) {
  .object__item h3 {
    font-size: 2.0625rem;
  }
}
@media (max-width: 800px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 2rem , 1.9814814815rem  +  0.0925925926vw , 2.0625rem )) {
    .object__item h3 {
      font-size: clamp( 2rem , 1.9814814815rem  +  0.0925925926vw , 2.0625rem );
    }
  }
  @supports not (font-size: clamp( 2rem , 1.9814814815rem  +  0.0925925926vw , 2.0625rem )) {
    .object__item h3 {
      font-size: calc(
        2rem + 0.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 800px) and (max-width: 20em) {
  .object__item h3 {
    font-size: 2rem;
  }
}
@media (max-width: 800px) {
  .object__item p {
    font-weight: 400;
  }
}
@media (max-width: 800px) and (min-width: 87.5em) {
  .object__item p {
    font-size: 0.8125rem;
  }
}
@media (max-width: 800px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.7314814815rem  +  0.0925925926vw , 0.8125rem )) {
    .object__item p {
      font-size: clamp( 0.75rem , 0.7314814815rem  +  0.0925925926vw , 0.8125rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.7314814815rem  +  0.0925925926vw , 0.8125rem )) {
    .object__item p {
      font-size: calc(
        0.75rem + 0.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 800px) and (max-width: 20em) {
  .object__item p {
    font-size: 0.75rem;
  }
}
.object__right {
  position: relative;
  height: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 18px;
  background: #ebf6ff;
  display: flex;
  align-items: end;
  justify-content: center;
}
@media (min-width: 87.5em) {
  .object__right {
    width: 27.625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 9.375rem , 3.9675925926rem  +  27.037037037vw , 27.625rem )) {
    .object__right {
      width: clamp( 9.375rem , 3.9675925926rem  +  27.037037037vw , 27.625rem );
    }
  }
  @supports not (width: clamp( 9.375rem , 3.9675925926rem  +  27.037037037vw , 27.625rem )) {
    .object__right {
      width: calc(
        9.375rem + 18.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .object__right {
    width: 9.375rem;
  }
}
@media (min-width: 87.5em) {
  .object__right {
    min-width: 27.625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (min-width: clamp( 9.375rem , 3.9675925926rem  +  27.037037037vw , 27.625rem )) {
    .object__right {
      min-width: clamp( 9.375rem , 3.9675925926rem  +  27.037037037vw , 27.625rem );
    }
  }
  @supports not (min-width: clamp( 9.375rem , 3.9675925926rem  +  27.037037037vw , 27.625rem )) {
    .object__right {
      min-width: calc(
        9.375rem + 18.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .object__right {
    min-width: 9.375rem;
  }
}
@media (min-width: 87.5em) {
  .object__right {
    min-height: 31.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (min-height: clamp( 12.5rem , 6.9259259259rem  +  27.8703703704vw , 31.3125rem )) {
    .object__right {
      min-height: clamp( 12.5rem , 6.9259259259rem  +  27.8703703704vw , 31.3125rem );
    }
  }
  @supports not (min-height: clamp( 12.5rem , 6.9259259259rem  +  27.8703703704vw , 31.3125rem )) {
    .object__right {
      min-height: calc(
        12.5rem + 18.8125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .object__right {
    min-height: 12.5rem;
  }
}
@media (min-width: 87.5em) {
  .object__right {
    padding-left: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 0.00000625rem , -1.1111030093rem  +  5.5555462963vw , 3.75rem )) {
    .object__right {
      padding-left: clamp( 0.00000625rem , -1.1111030093rem  +  5.5555462963vw , 3.75rem );
    }
  }
  @supports not (padding-left: clamp( 0.00000625rem , -1.1111030093rem  +  5.5555462963vw , 3.75rem )) {
    .object__right {
      padding-left: calc(
        0.00000625rem + 3.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .object__right {
    padding-left: 0.00000625rem;
  }
}
@media (min-width: 87.5em) {
  .object__right {
    padding-right: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 0.00000625rem , -1.1111030093rem  +  5.5555462963vw , 3.75rem )) {
    .object__right {
      padding-right: clamp( 0.00000625rem , -1.1111030093rem  +  5.5555462963vw , 3.75rem );
    }
  }
  @supports not (padding-right: clamp( 0.00000625rem , -1.1111030093rem  +  5.5555462963vw , 3.75rem )) {
    .object__right {
      padding-right: calc(
        0.00000625rem + 3.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .object__right {
    padding-right: 0.00000625rem;
  }
}
@media (min-width: 87.5em) {
  .object__right {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 1.25rem , 0.8055555556rem  +  2.2222222222vw , 2.75rem )) {
    .object__right {
      padding-bottom: clamp( 1.25rem , 0.8055555556rem  +  2.2222222222vw , 2.75rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , 0.8055555556rem  +  2.2222222222vw , 2.75rem )) {
    .object__right {
      padding-bottom: calc(
        1.25rem + 1.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .object__right {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .object__right {
    padding-top: 2.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 1.25rem , 0.8055555556rem  +  2.2222222222vw , 2.75rem )) {
    .object__right {
      padding-top: clamp( 1.25rem , 0.8055555556rem  +  2.2222222222vw , 2.75rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , 0.8055555556rem  +  2.2222222222vw , 2.75rem )) {
    .object__right {
      padding-top: calc(
        1.25rem + 1.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .object__right {
    padding-top: 1.25rem;
  }
}
@media (max-width: 800px) {
  .object__right {
    width: 100% !important;
    min-width: 0 !important;
  }
}
@media (max-width: 800px) and (min-width: 87.5em) {
  .object__right {
    padding-bottom: 0.9375rem;
  }
}
@media (max-width: 800px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 0.875rem , 0.8564814815rem  +  0.0925925926vw , 0.9375rem )) {
    .object__right {
      padding-bottom: clamp( 0.875rem , 0.8564814815rem  +  0.0925925926vw , 0.9375rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.875rem , 0.8564814815rem  +  0.0925925926vw , 0.9375rem )) {
    .object__right {
      padding-bottom: calc(
        0.875rem + 0.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 800px) and (max-width: 20em) {
  .object__right {
    padding-bottom: 0.875rem;
  }
}
@media (max-width: 800px) and (min-width: 87.5em) {
  .object__right {
    padding-left: 2.3125rem;
  }
}
@media (max-width: 800px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 2.25rem , 2.2314814815rem  +  0.0925925926vw , 2.3125rem )) {
    .object__right {
      padding-left: clamp( 2.25rem , 2.2314814815rem  +  0.0925925926vw , 2.3125rem );
    }
  }
  @supports not (padding-left: clamp( 2.25rem , 2.2314814815rem  +  0.0925925926vw , 2.3125rem )) {
    .object__right {
      padding-left: calc(
        2.25rem + 0.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 800px) and (max-width: 20em) {
  .object__right {
    padding-left: 2.25rem;
  }
}
@media (max-width: 800px) and (min-width: 87.5em) {
  .object__right {
    padding-right: 2.3125rem;
  }
}
@media (max-width: 800px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 2.25rem , 2.2314814815rem  +  0.0925925926vw , 2.3125rem )) {
    .object__right {
      padding-right: clamp( 2.25rem , 2.2314814815rem  +  0.0925925926vw , 2.3125rem );
    }
  }
  @supports not (padding-right: clamp( 2.25rem , 2.2314814815rem  +  0.0925925926vw , 2.3125rem )) {
    .object__right {
      padding-right: calc(
        2.25rem + 0.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 800px) and (max-width: 20em) {
  .object__right {
    padding-right: 2.25rem;
  }
}
@media (max-width: 800px) and (min-width: 87.5em) {
  .object__right {
    min-height: 18.75rem;
  }
}
@media (max-width: 800px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (min-height: clamp( 18.0625rem , 17.8587962963rem  +  1.0185185185vw , 18.75rem )) {
    .object__right {
      min-height: clamp( 18.0625rem , 17.8587962963rem  +  1.0185185185vw , 18.75rem );
    }
  }
  @supports not (min-height: clamp( 18.0625rem , 17.8587962963rem  +  1.0185185185vw , 18.75rem )) {
    .object__right {
      min-height: calc(
        18.0625rem + 0.6875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 800px) and (max-width: 20em) {
  .object__right {
    min-height: 18.0625rem;
  }
}
.object__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.object__img img {
  width: 100%;
}
.object__right-text {
  position: relative;
  z-index: 2;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
}
@media (min-width: 87.5em) {
  .object__right-text {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.6018518519rem  +  0.7407407407vw , 1.25rem )) {
    .object__right-text {
      font-size: clamp( 0.75rem , 0.6018518519rem  +  0.7407407407vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6018518519rem  +  0.7407407407vw , 1.25rem )) {
    .object__right-text {
      font-size: calc(
        0.75rem + 0.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .object__right-text {
    font-size: 0.75rem;
  }
}
.object__right-text a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--ssylki);
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.object__right-text a:hover {
  color: #3688c3;
}
@media (max-width: 800px) {
  .object__right-text {
    line-height: 167%;
  }
}
@media (max-width: 800px) and (min-width: 87.5em) {
  .object__right-text {
    font-size: 0.8125rem;
  }
}
@media (max-width: 800px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.7314814815rem  +  0.0925925926vw , 0.8125rem )) {
    .object__right-text {
      font-size: clamp( 0.75rem , 0.7314814815rem  +  0.0925925926vw , 0.8125rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.7314814815rem  +  0.0925925926vw , 0.8125rem )) {
    .object__right-text {
      font-size: calc(
        0.75rem + 0.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 800px) and (max-width: 20em) {
  .object__right-text {
    font-size: 0.75rem;
  }
}
.object__slide {
  border-radius: 18px;
  background: var(--svetlye-plashki);
  height: auto;
  min-height: 18.0625rem;
}
@media (min-width: 87.5em) {
  .object__slide {
    width: 16.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 12.5rem , 11.2037037037rem  +  6.4814814815vw , 16.875rem )) {
    .object__slide {
      width: clamp( 12.5rem , 11.2037037037rem  +  6.4814814815vw , 16.875rem );
    }
  }
  @supports not (width: clamp( 12.5rem , 11.2037037037rem  +  6.4814814815vw , 16.875rem )) {
    .object__slide {
      width: calc(
        12.5rem + 4.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .object__slide {
    width: 12.5rem;
  }
}
.object__slide.black {
  background: #162842;
  color: #fff;
}
.object__text-row-slide {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  padding: 1.625rem 3.0625rem 1.625rem 1.3125rem;
}
.object__text-row-slide p {
  color: #0c0c29;
}
@media (min-width: 87.5em) {
  .object__text-row-slide p {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.712962963rem  +  0.1851851852vw , 0.875rem )) {
    .object__text-row-slide p {
      font-size: clamp( 0.75rem , 0.712962963rem  +  0.1851851852vw , 0.875rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.712962963rem  +  0.1851851852vw , 0.875rem )) {
    .object__text-row-slide p {
      font-size: calc(
        0.75rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .object__text-row-slide p {
    font-size: 0.75rem;
  }
}
.object__text-block {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.object__slide-row-item {
  padding: 2.5625rem 3.0625rem 2.3125rem 1.3125rem;
  display: flex;
  flex-direction: column;
  gap: 2.375rem;
}
.object__slide-row-center {
  padding: 4.9375rem 3.25rem 2.5rem 3.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.object__slide-row-center .item-icon {
  width: 3.0625rem;
  height: 2.6875rem;
}
.object__slide-row-center .object__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.1875rem;
}
.object__slide-row-center .object__item p {
  max-width: 6.5rem;
}
.object__slide-row-center .object__item a {
  color: #fff;
  transition: all 0.3s ease 0s;
}
.object__slide-row-center .object__item a svg {
  margin-left: 1rem;
  width: 1.4375rem;
}
.object__slide-row-center .object__item a:hover {
  opacity: 0.7;
}
.object__button-row {
  margin-top: 1.9375rem;
  display: flex;
  justify-content: center;
}
.object__button {
  max-width: 21.875rem;
  width: 100%;
}

@media (min-width: 87.5em) {
  .solving {
    padding-top: 9.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem )) {
    .solving {
      padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem );
    }
  }
  @supports not (padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem )) {
    .solving {
      padding-top: calc(
        5.625rem + 3.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .solving {
    padding-top: 5.625rem;
  }
}
@media (min-width: 87.5em) {
  .solving__title {
    margin-bottom: 2.625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.9375rem , 1.7337962963rem  +  1.0185185185vw , 2.625rem )) {
    .solving__title {
      margin-bottom: clamp( 1.9375rem , 1.7337962963rem  +  1.0185185185vw , 2.625rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.9375rem , 1.7337962963rem  +  1.0185185185vw , 2.625rem )) {
    .solving__title {
      margin-bottom: calc(
        1.9375rem + 0.6875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .solving__title {
    margin-bottom: 1.9375rem;
  }
}
.solving__menu {
  display: flex;
  align-items: center;
  gap: 1.1875rem;
}
@media (min-width: 87.5em) {
  .solving__menu {
    margin-bottom: 4.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.9375rem , 1.2337962963rem  +  3.5185185185vw , 4.3125rem )) {
    .solving__menu {
      margin-bottom: clamp( 1.9375rem , 1.2337962963rem  +  3.5185185185vw , 4.3125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.9375rem , 1.2337962963rem  +  3.5185185185vw , 4.3125rem )) {
    .solving__menu {
      margin-bottom: calc(
        1.9375rem + 2.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .solving__menu {
    margin-bottom: 1.9375rem;
  }
}
.solving__menu-item {
  display: flex;
  align-items: center;
  min-height: 1.6875rem;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (min-width: 87.5em) {
  .solving__menu-item {
    padding-top: 0.625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 0.09375rem , -0.0636574074rem  +  0.787037037vw , 0.625rem )) {
    .solving__menu-item {
      padding-top: clamp( 0.09375rem , -0.0636574074rem  +  0.787037037vw , 0.625rem );
    }
  }
  @supports not (padding-top: clamp( 0.09375rem , -0.0636574074rem  +  0.787037037vw , 0.625rem )) {
    .solving__menu-item {
      padding-top: calc(
        0.09375rem + 0.53125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .solving__menu-item {
    padding-top: 0.09375rem;
  }
}
@media (min-width: 87.5em) {
  .solving__menu-item {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 0.09375rem , -0.0636574074rem  +  0.787037037vw , 0.625rem )) {
    .solving__menu-item {
      padding-bottom: clamp( 0.09375rem , -0.0636574074rem  +  0.787037037vw , 0.625rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.09375rem , -0.0636574074rem  +  0.787037037vw , 0.625rem )) {
    .solving__menu-item {
      padding-bottom: calc(
        0.09375rem + 0.53125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .solving__menu-item {
    padding-bottom: 0.09375rem;
  }
}
@media (min-width: 87.5em) {
  .solving__menu-item {
    padding-right: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 0.78125rem , 0.568287037rem  +  1.0648148148vw , 1.5rem )) {
    .solving__menu-item {
      padding-right: clamp( 0.78125rem , 0.568287037rem  +  1.0648148148vw , 1.5rem );
    }
  }
  @supports not (padding-right: clamp( 0.78125rem , 0.568287037rem  +  1.0648148148vw , 1.5rem )) {
    .solving__menu-item {
      padding-right: calc(
        0.78125rem + 0.71875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .solving__menu-item {
    padding-right: 0.78125rem;
  }
}
@media (min-width: 87.5em) {
  .solving__menu-item {
    padding-left: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 0.78125rem , 0.568287037rem  +  1.0648148148vw , 1.5rem )) {
    .solving__menu-item {
      padding-left: clamp( 0.78125rem , 0.568287037rem  +  1.0648148148vw , 1.5rem );
    }
  }
  @supports not (padding-left: clamp( 0.78125rem , 0.568287037rem  +  1.0648148148vw , 1.5rem )) {
    .solving__menu-item {
      padding-left: calc(
        0.78125rem + 0.71875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .solving__menu-item {
    padding-left: 0.78125rem;
  }
}
@media (min-width: 87.5em) {
  .solving__menu-item {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.625rem , 0.4398148148rem  +  0.9259259259vw , 1.25rem )) {
    .solving__menu-item {
      font-size: clamp( 0.625rem , 0.4398148148rem  +  0.9259259259vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 0.625rem , 0.4398148148rem  +  0.9259259259vw , 1.25rem )) {
    .solving__menu-item {
      font-size: calc(
        0.625rem + 0.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .solving__menu-item {
    font-size: 0.625rem;
  }
}
@media (min-width: 87.5em) {
  .solving__menu-item {
    border-radius: 0.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (border-radius: clamp( 0.25rem , 0.1944444444rem  +  0.2777777778vw , 0.4375rem )) {
    .solving__menu-item {
      border-radius: clamp( 0.25rem , 0.1944444444rem  +  0.2777777778vw , 0.4375rem );
    }
  }
  @supports not (border-radius: clamp( 0.25rem , 0.1944444444rem  +  0.2777777778vw , 0.4375rem )) {
    .solving__menu-item {
      border-radius: calc(
        0.25rem + 0.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .solving__menu-item {
    border-radius: 0.25rem;
  }
}
.solving__menu-item:hover {
  background: #fafcff;
}
.solving__menu-item.active {
  background: #f0f6ff;
  pointer-events: none;
}
@media (max-width: 480px) {
  .solving__menu-item {
    line-height: 140%;
  }
}
@media (max-width: 480px) and (min-width: 87.5em) {
  .solving__menu-item {
    padding-top: 0.00625rem;
  }
}
@media (max-width: 480px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 0.00000625rem , -0.00184375rem  +  0.00925vw , 0.00625rem )) {
    .solving__menu-item {
      padding-top: clamp( 0.00000625rem , -0.00184375rem  +  0.00925vw , 0.00625rem );
    }
  }
  @supports not (padding-top: clamp( 0.00000625rem , -0.00184375rem  +  0.00925vw , 0.00625rem )) {
    .solving__menu-item {
      padding-top: calc(
        0.00000625rem + 0.00625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 480px) and (max-width: 20em) {
  .solving__menu-item {
    padding-top: 0.00000625rem;
  }
}
@media (max-width: 480px) and (min-width: 87.5em) {
  .solving__menu-item {
    padding-bottom: 0.00625rem;
  }
}
@media (max-width: 480px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 0.00000625rem , -0.00184375rem  +  0.00925vw , 0.00625rem )) {
    .solving__menu-item {
      padding-bottom: clamp( 0.00000625rem , -0.00184375rem  +  0.00925vw , 0.00625rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.00000625rem , -0.00184375rem  +  0.00925vw , 0.00625rem )) {
    .solving__menu-item {
      padding-bottom: calc(
        0.00000625rem + 0.00625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 480px) and (max-width: 20em) {
  .solving__menu-item {
    padding-bottom: 0.00000625rem;
  }
}
@media (max-width: 480px) and (min-width: 87.5em) {
  .solving__menu-item {
    padding-right: 0.00625rem;
  }
}
@media (max-width: 480px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 0.00000625rem , -0.00184375rem  +  0.00925vw , 0.00625rem )) {
    .solving__menu-item {
      padding-right: clamp( 0.00000625rem , -0.00184375rem  +  0.00925vw , 0.00625rem );
    }
  }
  @supports not (padding-right: clamp( 0.00000625rem , -0.00184375rem  +  0.00925vw , 0.00625rem )) {
    .solving__menu-item {
      padding-right: calc(
        0.00000625rem + 0.00625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 480px) and (max-width: 20em) {
  .solving__menu-item {
    padding-right: 0.00000625rem;
  }
}
@media (max-width: 480px) and (min-width: 87.5em) {
  .solving__menu-item {
    padding-left: 0.00625rem;
  }
}
@media (max-width: 480px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 0.00000625rem , -0.00184375rem  +  0.00925vw , 0.00625rem )) {
    .solving__menu-item {
      padding-left: clamp( 0.00000625rem , -0.00184375rem  +  0.00925vw , 0.00625rem );
    }
  }
  @supports not (padding-left: clamp( 0.00000625rem , -0.00184375rem  +  0.00925vw , 0.00625rem )) {
    .solving__menu-item {
      padding-left: calc(
        0.00000625rem + 0.00625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 480px) and (max-width: 20em) {
  .solving__menu-item {
    padding-left: 0.00000625rem;
  }
}
@media (max-width: 480px) and (min-width: 87.5em) {
  .solving__menu-item.active {
    padding-top: 0.625rem;
  }
}
@media (max-width: 480px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 0.09375rem , -0.0636574074rem  +  0.787037037vw , 0.625rem )) {
    .solving__menu-item.active {
      padding-top: clamp( 0.09375rem , -0.0636574074rem  +  0.787037037vw , 0.625rem );
    }
  }
  @supports not (padding-top: clamp( 0.09375rem , -0.0636574074rem  +  0.787037037vw , 0.625rem )) {
    .solving__menu-item.active {
      padding-top: calc(
        0.09375rem + 0.53125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 480px) and (max-width: 20em) {
  .solving__menu-item.active {
    padding-top: 0.09375rem;
  }
}
@media (max-width: 480px) and (min-width: 87.5em) {
  .solving__menu-item.active {
    padding-bottom: 0.625rem;
  }
}
@media (max-width: 480px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 0.09375rem , -0.0636574074rem  +  0.787037037vw , 0.625rem )) {
    .solving__menu-item.active {
      padding-bottom: clamp( 0.09375rem , -0.0636574074rem  +  0.787037037vw , 0.625rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.09375rem , -0.0636574074rem  +  0.787037037vw , 0.625rem )) {
    .solving__menu-item.active {
      padding-bottom: calc(
        0.09375rem + 0.53125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 480px) and (max-width: 20em) {
  .solving__menu-item.active {
    padding-bottom: 0.09375rem;
  }
}
@media (max-width: 480px) and (min-width: 87.5em) {
  .solving__menu-item.active {
    padding-right: 1.5rem;
  }
}
@media (max-width: 480px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 0.78125rem , 0.568287037rem  +  1.0648148148vw , 1.5rem )) {
    .solving__menu-item.active {
      padding-right: clamp( 0.78125rem , 0.568287037rem  +  1.0648148148vw , 1.5rem );
    }
  }
  @supports not (padding-right: clamp( 0.78125rem , 0.568287037rem  +  1.0648148148vw , 1.5rem )) {
    .solving__menu-item.active {
      padding-right: calc(
        0.78125rem + 0.71875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 480px) and (max-width: 20em) {
  .solving__menu-item.active {
    padding-right: 0.78125rem;
  }
}
@media (max-width: 480px) and (min-width: 87.5em) {
  .solving__menu-item.active {
    padding-left: 1.5rem;
  }
}
@media (max-width: 480px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 0.78125rem , 0.568287037rem  +  1.0648148148vw , 1.5rem )) {
    .solving__menu-item.active {
      padding-left: clamp( 0.78125rem , 0.568287037rem  +  1.0648148148vw , 1.5rem );
    }
  }
  @supports not (padding-left: clamp( 0.78125rem , 0.568287037rem  +  1.0648148148vw , 1.5rem )) {
    .solving__menu-item.active {
      padding-left: calc(
        0.78125rem + 0.71875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 480px) and (max-width: 20em) {
  .solving__menu-item.active {
    padding-left: 0.78125rem;
  }
}
.solving__slider {
  overflow: hidden;
}
@media (max-width: 800px) {
  .solving__slider.column-item {
    max-height: 100% !important;
    height: 100% !important;
    overflow: visible;
  }
}
@media (min-width: 801px) {
  .solving__wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: 100% !important;
    transform: none !important;
  }
}
@media (min-width: 801px) and (min-width: 87.5em) {
  .solving__wrapper {
    gap: 1.25rem;
  }
}
@media (min-width: 801px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 0.625rem , 0.4398148148rem  +  0.9259259259vw , 1.25rem )) {
    .solving__wrapper {
      gap: clamp( 0.625rem , 0.4398148148rem  +  0.9259259259vw , 1.25rem );
    }
  }
  @supports not (gap: clamp( 0.625rem , 0.4398148148rem  +  0.9259259259vw , 1.25rem )) {
    .solving__wrapper {
      gap: calc(
        0.625rem + 0.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (min-width: 801px) and (max-width: 20em) {
  .solving__wrapper {
    gap: 0.625rem;
  }
}
@media (max-width: 800px) {
  .column-item .solving__wrapper {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0.625rem;
    max-width: 100%;
    transform: none !important;
  }
}
.solving__slide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 18px;
  background: var(--svetlye-plashki);
  cursor: pointer;
}
@media (min-width: 87.5em) {
  .solving__slide {
    padding-top: 1.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 1rem , 0.8888888889rem  +  0.5555555556vw , 1.375rem )) {
    .solving__slide {
      padding-top: clamp( 1rem , 0.8888888889rem  +  0.5555555556vw , 1.375rem );
    }
  }
  @supports not (padding-top: clamp( 1rem , 0.8888888889rem  +  0.5555555556vw , 1.375rem )) {
    .solving__slide {
      padding-top: calc(
        1rem + 0.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .solving__slide {
    padding-top: 1rem;
  }
}
@media (min-width: 87.5em) {
  .solving__slide {
    padding-left: 1.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 0.8125rem , 0.6458333333rem  +  0.8333333333vw , 1.375rem )) {
    .solving__slide {
      padding-left: clamp( 0.8125rem , 0.6458333333rem  +  0.8333333333vw , 1.375rem );
    }
  }
  @supports not (padding-left: clamp( 0.8125rem , 0.6458333333rem  +  0.8333333333vw , 1.375rem )) {
    .solving__slide {
      padding-left: calc(
        0.8125rem + 0.5625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .solving__slide {
    padding-left: 0.8125rem;
  }
}
@media (min-width: 87.5em) {
  .solving__slide {
    padding-bottom: 1.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 1rem , 0.8888888889rem  +  0.5555555556vw , 1.375rem )) {
    .solving__slide {
      padding-bottom: clamp( 1rem , 0.8888888889rem  +  0.5555555556vw , 1.375rem );
    }
  }
  @supports not (padding-bottom: clamp( 1rem , 0.8888888889rem  +  0.5555555556vw , 1.375rem )) {
    .solving__slide {
      padding-bottom: calc(
        1rem + 0.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .solving__slide {
    padding-bottom: 1rem;
  }
}
@media (min-width: 87.5em) {
  .solving__slide {
    padding-right: 1.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 0.8125rem , 0.6458333333rem  +  0.8333333333vw , 1.375rem )) {
    .solving__slide {
      padding-right: clamp( 0.8125rem , 0.6458333333rem  +  0.8333333333vw , 1.375rem );
    }
  }
  @supports not (padding-right: clamp( 0.8125rem , 0.6458333333rem  +  0.8333333333vw , 1.375rem )) {
    .solving__slide {
      padding-right: calc(
        0.8125rem + 0.5625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .solving__slide {
    padding-right: 0.8125rem;
  }
}
@media (min-width: 87.5em) {
  .solving__slide {
    min-height: 11.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (min-height: clamp( 6.25rem , 4.5648148148rem  +  8.4259259259vw , 11.9375rem )) {
    .solving__slide {
      min-height: clamp( 6.25rem , 4.5648148148rem  +  8.4259259259vw , 11.9375rem );
    }
  }
  @supports not (min-height: clamp( 6.25rem , 4.5648148148rem  +  8.4259259259vw , 11.9375rem )) {
    .solving__slide {
      min-height: calc(
        6.25rem + 5.6875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .solving__slide {
    min-height: 6.25rem;
  }
}
@media (min-width: 801px) {
  .solving__slide {
    width: 100% !important;
  }
  .solving__slide._4fr {
    grid-column: 4 span;
  }
  .solving__slide._3fr {
    grid-column: 3 span;
  }
  .solving__slide._6fr {
    grid-column: 6 span;
  }
  .active-sort .solving__slide {
    grid-column: 4 span !important;
    align-items: start;
  }
}
@media (max-width: 800px) {
  .solving__slide {
    align-items: start;
  }
}
@media (max-width: 800px) and (min-width: 87.5em) {
  .solving__slide {
    min-height: 20.0625rem;
  }
}
@media (max-width: 800px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (min-height: clamp( 11rem , 8.3148148148rem  +  13.4259259259vw , 20.0625rem )) {
    .solving__slide {
      min-height: clamp( 11rem , 8.3148148148rem  +  13.4259259259vw , 20.0625rem );
    }
  }
  @supports not (min-height: clamp( 11rem , 8.3148148148rem  +  13.4259259259vw , 20.0625rem )) {
    .solving__slide {
      min-height: calc(
        11rem + 9.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 800px) and (max-width: 20em) {
  .solving__slide {
    min-height: 11rem;
  }
}
@media (max-width: 450px) and (min-width: 87.5em) {
  .solving__slide {
    min-height: 51.3125rem;
  }
}
@media (max-width: 450px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (min-height: clamp( 11rem , -0.9444444444rem  +  59.7222222222vw , 51.3125rem )) {
    .solving__slide {
      min-height: clamp( 11rem , -0.9444444444rem  +  59.7222222222vw , 51.3125rem );
    }
  }
  @supports not (min-height: clamp( 11rem , -0.9444444444rem  +  59.7222222222vw , 51.3125rem )) {
    .solving__slide {
      min-height: calc(
        11rem + 40.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 450px) and (max-width: 20em) {
  .solving__slide {
    min-height: 11rem;
  }
}
.solving__slide.title-top {
  align-items: start;
}
.solving__slide h3 {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  max-width: 11.875rem;
  color: var(--tekst);
  transition: all 0.3s ease 0s;
}
@media (min-width: 87.5em) {
  .solving__slide h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.6018518519rem  +  0.7407407407vw , 1.25rem )) {
    .solving__slide h3 {
      font-size: clamp( 0.75rem , 0.6018518519rem  +  0.7407407407vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6018518519rem  +  0.7407407407vw , 1.25rem )) {
    .solving__slide h3 {
      font-size: calc(
        0.75rem + 0.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .solving__slide h3 {
    font-size: 0.75rem;
  }
}
@media (max-width: 800px) {
  .solving__slide h3 {
    line-height: 133%;
    max-width: 10rem;
  }
}
@media (max-width: 800px) {
  .column-item .solving__slide {
    width: 100% !important;
    min-height: 3.1875rem !important;
    padding: 0.5625rem 3.125rem 0.5625rem 0.875rem !important;
    align-items: center;
  }
  .column-item .solving__slide h3 {
    max-width: 100%;
  }
}
.solving__slide.hidden {
  display: none;
}
.solving__slide:hover h3 {
  color: #3688c3;
}
.solving__slide-img {
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
}
.solving__slide-img img {
  height: 100%;
  width: auto;
}
@media (max-width: 800px) {
  .solving__slide-img img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .solving__slide-img {
    width: 100%;
    height: auto;
  }
  .column-item .solving__slide-img {
    display: none;
  }
}
.solving__bottom {
  display: none;
}
@media (max-width: 800px) {
  .solving__bottom {
    margin-top: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    flex-wrap: wrap;
  }
}
.solving__pagination {
  max-width: max-content;
}
.column-item .solving__pagination {
  display: none;
}
.solving__button-grid {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: end;
  white-space: nowrap;
  font-size: 0.75rem;
  margin-left: auto;
}
.solving__button-grid .text:nth-child(2) {
  display: none;
}
.column-item .solving__button-grid .text:nth-child(2) {
  display: block;
}
.column-item .solving__button-grid .text:nth-child(1) {
  display: none;
}
.solving__button-grid-icon {
  position: relative;
  width: 3.25rem;
  height: 1.625rem;
  border-radius: 50px;
  background: #162842;
  transition: all 0.3s ease-in-out 0s;
}
.column-item .solving__button-grid-icon {
  background: var(--ssylki);
}
.solving__button-grid-icon::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: var(--svetlye-plashki);
  top: 50%;
  transform: translateY(-50%);
  right: 0.1875rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
}
.column-item .solving__button-grid-icon::before {
  right: 1.8125rem;
}

@media (min-width: 87.5em) {
  .projects {
    padding-top: 9.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem )) {
    .projects {
      padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem );
    }
  }
  @supports not (padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem )) {
    .projects {
      padding-top: calc(
        5.625rem + 3.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .projects {
    padding-top: 5.625rem;
  }
}
.projects__head {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: center;
}
@media (min-width: 87.5em) {
  .projects__head {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.3194444444rem  +  2.7777777778vw , 3.75rem )) {
    .projects__head {
      margin-bottom: clamp( 1.875rem , 1.3194444444rem  +  2.7777777778vw , 3.75rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.3194444444rem  +  2.7777777778vw , 3.75rem )) {
    .projects__head {
      margin-bottom: calc(
        1.875rem + 1.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .projects__head {
    margin-bottom: 1.875rem;
  }
}
.projects__slider {
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 500px) {
  .projects__slider {
    margin-right: -1.25rem;
    padding-right: 1.25rem;
  }
}
.projects__slide {
  display: flex;
  flex-direction: column;
}
@media (min-width: 87.5em) {
  .projects__slide {
    gap: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 0.75rem , 0.6388888889rem  +  0.5555555556vw , 1.125rem )) {
    .projects__slide {
      gap: clamp( 0.75rem , 0.6388888889rem  +  0.5555555556vw , 1.125rem );
    }
  }
  @supports not (gap: clamp( 0.75rem , 0.6388888889rem  +  0.5555555556vw , 1.125rem )) {
    .projects__slide {
      gap: calc(
        0.75rem + 0.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .projects__slide {
    gap: 0.75rem;
  }
}
.projects__slide h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--tekst);
  transition: color 0.3s ease 0s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: 4.5em;
}
@media (min-width: 87.5em) {
  .projects__slide h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1rem , 0.9259259259rem  +  0.3703703704vw , 1.25rem )) {
    .projects__slide h3 {
      font-size: clamp( 1rem , 0.9259259259rem  +  0.3703703704vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9259259259rem  +  0.3703703704vw , 1.25rem )) {
    .projects__slide h3 {
      font-size: calc(
        1rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .projects__slide h3 {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .projects__slide h3 {
    line-height: 106%;
    -webkit-line-clamp: 2;
    max-height: 3em;
  }
}
.projects__slide:hover img {
  transform: scale(1.05);
}
.projects__slide:hover h3 {
  color: #3688c3;
}
.projects__img {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}
@media (min-width: 87.5em) {
  .projects__img {
    height: 13.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (height: clamp( 8.8125rem , 7.4791666667rem  +  6.6666666667vw , 13.3125rem )) {
    .projects__img {
      height: clamp( 8.8125rem , 7.4791666667rem  +  6.6666666667vw , 13.3125rem );
    }
  }
  @supports not (height: clamp( 8.8125rem , 7.4791666667rem  +  6.6666666667vw , 13.3125rem )) {
    .projects__img {
      height: calc(
        8.8125rem + 4.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .projects__img {
    height: 8.8125rem;
  }
}
.projects__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: transform 0.5s ease 0s;
}
.projects__year {
  position: absolute;
  left: 1.4375rem;
  bottom: 1.125rem;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 87.5em) {
  .projects__year {
    font-size: 2.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1.25rem , 0.787037037rem  +  2.3148148148vw , 2.8125rem )) {
    .projects__year {
      font-size: clamp( 1.25rem , 0.787037037rem  +  2.3148148148vw , 2.8125rem );
    }
  }
  @supports not (font-size: clamp( 1.25rem , 0.787037037rem  +  2.3148148148vw , 2.8125rem )) {
    .projects__year {
      font-size: calc(
        1.25rem + 1.5625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .projects__year {
    font-size: 1.25rem;
  }
}
@media (max-width: 500px) {
  .projects__year {
    display: none;
  }
}
.projects__year-mob {
  display: none;
}
@media (max-width: 500px) {
  .projects__year-mob {
    display: block;
    font-size: 0.875rem;
    color: #bbbcbf;
  }
}
@media (min-width: 87.5em) {
  .trust {
    padding-top: 11.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 5.625rem , 3.9583333333rem  +  8.3333333333vw , 11.25rem )) {
    .trust {
      padding-top: clamp( 5.625rem , 3.9583333333rem  +  8.3333333333vw , 11.25rem );
    }
  }
  @supports not (padding-top: clamp( 5.625rem , 3.9583333333rem  +  8.3333333333vw , 11.25rem )) {
    .trust {
      padding-top: calc(
        5.625rem + 5.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .trust {
    padding-top: 5.625rem;
  }
}
.trust__content {
  border-radius: 18px;
  background: var(--svetlye-plashki);
  overflow: hidden;
}
@media (min-width: 87.5em) {
  .trust__content {
    padding-top: 2.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 1.5625rem , 1.1550925926rem  +  2.037037037vw , 2.9375rem )) {
    .trust__content {
      padding-top: clamp( 1.5625rem , 1.1550925926rem  +  2.037037037vw , 2.9375rem );
    }
  }
  @supports not (padding-top: clamp( 1.5625rem , 1.1550925926rem  +  2.037037037vw , 2.9375rem )) {
    .trust__content {
      padding-top: calc(
        1.5625rem + 1.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .trust__content {
    padding-top: 1.5625rem;
  }
}
@media (min-width: 87.5em) {
  .trust__content {
    padding-left: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 1.25rem , 0.6944444444rem  +  2.7777777778vw , 3.125rem )) {
    .trust__content {
      padding-left: clamp( 1.25rem , 0.6944444444rem  +  2.7777777778vw , 3.125rem );
    }
  }
  @supports not (padding-left: clamp( 1.25rem , 0.6944444444rem  +  2.7777777778vw , 3.125rem )) {
    .trust__content {
      padding-left: calc(
        1.25rem + 1.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .trust__content {
    padding-left: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .trust__content {
    padding-right: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 1.25rem , 0.6944444444rem  +  2.7777777778vw , 3.125rem )) {
    .trust__content {
      padding-right: clamp( 1.25rem , 0.6944444444rem  +  2.7777777778vw , 3.125rem );
    }
  }
  @supports not (padding-right: clamp( 1.25rem , 0.6944444444rem  +  2.7777777778vw , 3.125rem )) {
    .trust__content {
      padding-right: calc(
        1.25rem + 1.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .trust__content {
    padding-right: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .trust__content {
    padding-bottom: 4.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 1.875rem , 1.1898148148rem  +  3.4259259259vw , 4.1875rem )) {
    .trust__content {
      padding-bottom: clamp( 1.875rem , 1.1898148148rem  +  3.4259259259vw , 4.1875rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.875rem , 1.1898148148rem  +  3.4259259259vw , 4.1875rem )) {
    .trust__content {
      padding-bottom: calc(
        1.875rem + 2.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .trust__content {
    padding-bottom: 1.875rem;
  }
}
.trust-two .trust__content {
  padding: 0 !important;
  background: none;
  border-radius: 0;
}
.trust__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}
@media (min-width: 87.5em) {
  .trust__head {
    gap: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 1rem , 0.5555555556rem  +  2.2222222222vw , 2.5rem )) {
    .trust__head {
      gap: clamp( 1rem , 0.5555555556rem  +  2.2222222222vw , 2.5rem );
    }
  }
  @supports not (gap: clamp( 1rem , 0.5555555556rem  +  2.2222222222vw , 2.5rem )) {
    .trust__head {
      gap: calc(
        1rem + 1.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .trust__head {
    gap: 1rem;
  }
}
@media (min-width: 87.5em) {
  .trust__head {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.3194444444rem  +  2.7777777778vw , 3.75rem )) {
    .trust__head {
      margin-bottom: clamp( 1.875rem , 1.3194444444rem  +  2.7777777778vw , 3.75rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.3194444444rem  +  2.7777777778vw , 3.75rem )) {
    .trust__head {
      margin-bottom: calc(
        1.875rem + 1.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .trust__head {
    margin-bottom: 1.875rem;
  }
}
.trust__slider {
  overflow: hidden;
}
.trust__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: auto;
}
.trust__slide img {
  height: auto;
  max-height: 5rem;
  width: auto;
  max-width: 100%;
}
@media (min-width: 87.5em) {
  .trust__slide img {
    max-height: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-height: clamp( 3.125rem , 2.5694444444rem  +  2.7777777778vw , 5rem )) {
    .trust__slide img {
      max-height: clamp( 3.125rem , 2.5694444444rem  +  2.7777777778vw , 5rem );
    }
  }
  @supports not (max-height: clamp( 3.125rem , 2.5694444444rem  +  2.7777777778vw , 5rem )) {
    .trust__slide img {
      max-height: calc(
        3.125rem + 1.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .trust__slide img {
    max-height: 3.125rem;
  }
}
@media (min-width: 87.5em) {
  .reviews {
    padding-top: 9.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem )) {
    .reviews {
      padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem );
    }
  }
  @supports not (padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem )) {
    .reviews {
      padding-top: calc(
        5.625rem + 3.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .reviews {
    padding-top: 5.625rem;
  }
}
@media (min-width: 87.5em) {
  .reviews__head {
    margin-bottom: 5.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.875rem , 0.8194444444rem  +  5.2777777778vw , 5.4375rem )) {
    .reviews__head {
      margin-bottom: clamp( 1.875rem , 0.8194444444rem  +  5.2777777778vw , 5.4375rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 0.8194444444rem  +  5.2777777778vw , 5.4375rem )) {
    .reviews__head {
      margin-bottom: calc(
        1.875rem + 3.5625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .reviews__head {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 450px) {
  .reviews__slider-buttons {
    display: none;
  }
}
.reviews__slider {
  overflow: hidden;
}
.reviews__slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 87.5em) {
  .reviews__bottom {
    margin-top: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-top: clamp( 1.875rem , 1.3194444444rem  +  2.7777777778vw , 3.75rem )) {
    .reviews__bottom {
      margin-top: clamp( 1.875rem , 1.3194444444rem  +  2.7777777778vw , 3.75rem );
    }
  }
  @supports not (margin-top: clamp( 1.875rem , 1.3194444444rem  +  2.7777777778vw , 3.75rem )) {
    .reviews__bottom {
      margin-top: calc(
        1.875rem + 1.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .reviews__bottom {
    margin-top: 1.875rem;
  }
}
.slide-reviews__head {
  display: flex;
  align-items: center;
  row-gap: 0.625rem;
}
@media (min-width: 87.5em) {
  .slide-reviews__head {
    column-gap: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (column-gap: clamp( 0.3125rem , -0.0393518519rem  +  1.7592592593vw , 1.5rem )) {
    .slide-reviews__head {
      column-gap: clamp( 0.3125rem , -0.0393518519rem  +  1.7592592593vw , 1.5rem );
    }
  }
  @supports not (column-gap: clamp( 0.3125rem , -0.0393518519rem  +  1.7592592593vw , 1.5rem )) {
    .slide-reviews__head {
      column-gap: calc(
        0.3125rem + 1.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .slide-reviews__head {
    column-gap: 0.3125rem;
  }
}
@media (min-width: 87.5em) {
  .slide-reviews__head {
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 0.625rem , 0.4768518519rem  +  0.7407407407vw , 1.125rem )) {
    .slide-reviews__head {
      margin-bottom: clamp( 0.625rem , 0.4768518519rem  +  0.7407407407vw , 1.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.625rem , 0.4768518519rem  +  0.7407407407vw , 1.125rem )) {
    .slide-reviews__head {
      margin-bottom: calc(
        0.625rem + 0.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .slide-reviews__head {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 450px) {
  .slide-reviews__head {
    flex-direction: column;
    align-items: start;
  }
}
@media (min-width: 87.5em) {
  .slide-reviews__img {
    height: 4.6875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (height: clamp( 4.3125rem , 4.2013888889rem  +  0.5555555556vw , 4.6875rem )) {
    .slide-reviews__img {
      height: clamp( 4.3125rem , 4.2013888889rem  +  0.5555555556vw , 4.6875rem );
    }
  }
  @supports not (height: clamp( 4.3125rem , 4.2013888889rem  +  0.5555555556vw , 4.6875rem )) {
    .slide-reviews__img {
      height: calc(
        4.3125rem + 0.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .slide-reviews__img {
    height: 4.3125rem;
  }
}
.slide-reviews__img img {
  height: 100%;
  width: auto;
}
.slide-reviews__text-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slide-reviews__text-head h3 {
  font-weight: 600;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: 3em;
}
@media (min-width: 87.5em) {
  .slide-reviews__text-head h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1rem , 0.9259259259rem  +  0.3703703704vw , 1.25rem )) {
    .slide-reviews__text-head h3 {
      font-size: clamp( 1rem , 0.9259259259rem  +  0.3703703704vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9259259259rem  +  0.3703703704vw , 1.25rem )) {
    .slide-reviews__text-head h3 {
      font-size: calc(
        1rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .slide-reviews__text-head h3 {
    font-size: 1rem;
  }
}
.slide-reviews__text-head p {
  line-height: 171%;
  color: #9eafb2;
}
@media (min-width: 87.5em) {
  .slide-reviews__text-head p {
    font-size: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.712962963rem  +  0.1851851852vw , 0.875rem )) {
    .slide-reviews__text-head p {
      font-size: clamp( 0.75rem , 0.712962963rem  +  0.1851851852vw , 0.875rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.712962963rem  +  0.1851851852vw , 0.875rem )) {
    .slide-reviews__text-head p {
      font-size: calc(
        0.75rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .slide-reviews__text-head p {
    font-size: 0.75rem;
  }
}
.slide-reviews__body {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex: auto;
}
.slide-reviews__text {
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: 7.5em;
}
@media (min-width: 87.5em) {
  .slide-reviews__text {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem )) {
    .slide-reviews__text {
      font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem )) {
    .slide-reviews__text {
      font-size: calc(
        0.75rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .slide-reviews__text {
    font-size: 0.75rem;
  }
}
@media (min-width: 87.5em) {
  .slide-reviews__text {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem )) {
    .slide-reviews__text {
      margin-bottom: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem )) {
    .slide-reviews__text {
      margin-bottom: calc(
        0.3125rem + 0.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .slide-reviews__text {
    margin-bottom: 0.3125rem;
  }
}
.slide-reviews__link {
  margin-top: auto;
  display: inline-block;
}

.consul {
  padding-top: 5.625rem;
}
.consul__content {
  position: relative;
  background: var(--temnye-plashki);
  border-radius: 28px;
  display: flex;
  justify-content: space-between;
  gap: 2.0625rem;
}
@media (min-width: 87.5em) {
  .consul__content {
    padding-top: 4.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 2.25rem , 1.6574074074rem  +  2.962962963vw , 4.25rem )) {
    .consul__content {
      padding-top: clamp( 2.25rem , 1.6574074074rem  +  2.962962963vw , 4.25rem );
    }
  }
  @supports not (padding-top: clamp( 2.25rem , 1.6574074074rem  +  2.962962963vw , 4.25rem )) {
    .consul__content {
      padding-top: calc(
        2.25rem + 2 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul__content {
    padding-top: 2.25rem;
  }
}
@media (min-width: 87.5em) {
  .consul__content {
    padding-left: 4.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 1.25rem , 0.3240740741rem  +  4.6296296296vw , 4.375rem )) {
    .consul__content {
      padding-left: clamp( 1.25rem , 0.3240740741rem  +  4.6296296296vw , 4.375rem );
    }
  }
  @supports not (padding-left: clamp( 1.25rem , 0.3240740741rem  +  4.6296296296vw , 4.375rem )) {
    .consul__content {
      padding-left: calc(
        1.25rem + 3.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul__content {
    padding-left: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .consul__content {
    padding-right: 4.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 1.25rem , 0.3240740741rem  +  4.6296296296vw , 4.375rem )) {
    .consul__content {
      padding-right: clamp( 1.25rem , 0.3240740741rem  +  4.6296296296vw , 4.375rem );
    }
  }
  @supports not (padding-right: clamp( 1.25rem , 0.3240740741rem  +  4.6296296296vw , 4.375rem )) {
    .consul__content {
      padding-right: calc(
        1.25rem + 3.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul__content {
    padding-right: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .consul__content {
    padding-bottom: 5.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 3.25rem , 2.6574074074rem  +  2.962962963vw , 5.25rem )) {
    .consul__content {
      padding-bottom: clamp( 3.25rem , 2.6574074074rem  +  2.962962963vw , 5.25rem );
    }
  }
  @supports not (padding-bottom: clamp( 3.25rem , 2.6574074074rem  +  2.962962963vw , 5.25rem )) {
    .consul__content {
      padding-bottom: calc(
        3.25rem + 2 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul__content {
    padding-bottom: 3.25rem;
  }
}
@media (max-width: 680px) {
  .consul__content {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .consul__content {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (max-width: 740px) {
  .consul-two .consul__content {
    flex-direction: column;
    gap: 3rem;
  }
}
.consul__fon {
  position: absolute;
  top: 1.625rem;
}
@media (min-width: 87.5em) {
  .consul__fon {
    left: 3.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (left: clamp( 0.625rem , -0.3564814815rem  +  4.9074074074vw , 3.9375rem )) {
    .consul__fon {
      left: clamp( 0.625rem , -0.3564814815rem  +  4.9074074074vw , 3.9375rem );
    }
  }
  @supports not (left: clamp( 0.625rem , -0.3564814815rem  +  4.9074074074vw , 3.9375rem )) {
    .consul__fon {
      left: calc(
        0.625rem + 3.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul__fon {
    left: 0.625rem;
  }
}
.consul__fon img {
  height: auto;
}
@media (min-width: 87.5em) {
  .consul__fon img {
    width: 21.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 12.5rem , 9.7592592593rem  +  13.7037037037vw , 21.75rem )) {
    .consul__fon img {
      width: clamp( 12.5rem , 9.7592592593rem  +  13.7037037037vw , 21.75rem );
    }
  }
  @supports not (width: clamp( 12.5rem , 9.7592592593rem  +  13.7037037037vw , 21.75rem )) {
    .consul__fon img {
      width: calc(
        12.5rem + 9.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul__fon img {
    width: 12.5rem;
  }
}
@media (max-width: 680px) {
  .consul__fon {
    display: none;
  }
}
.consul-two .consul__fon {
  top: 0;
}
@media (min-width: 87.5em) {
  .consul-two .consul__fon {
    left: 3.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (left: clamp( 0.00000625rem , -0.9814733796rem  +  4.9073981481vw , 3.3125rem )) {
    .consul-two .consul__fon {
      left: clamp( 0.00000625rem , -0.9814733796rem  +  4.9073981481vw , 3.3125rem );
    }
  }
  @supports not (left: clamp( 0.00000625rem , -0.9814733796rem  +  4.9073981481vw , 3.3125rem )) {
    .consul-two .consul__fon {
      left: calc(
        0.00000625rem + 3.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul-two .consul__fon {
    left: 0.00000625rem;
  }
}
@media (min-width: 87.5em) {
  .consul-two .consul__fon img {
    width: 38.92125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 22.5625rem , 17.715462963rem  +  24.2351851852vw , 38.92125rem )) {
    .consul-two .consul__fon img {
      width: clamp( 22.5625rem , 17.715462963rem  +  24.2351851852vw , 38.92125rem );
    }
  }
  @supports not (width: clamp( 22.5625rem , 17.715462963rem  +  24.2351851852vw , 38.92125rem )) {
    .consul-two .consul__fon img {
      width: calc(
        22.5625rem + 16.35875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul-two .consul__fon img {
    width: 22.5625rem;
  }
}
@media (max-width: 680px) {
  .consul-two .consul__fon {
    display: block;
  }
}
@media (max-width: 450px) {
  .consul-two .consul__fon {
    left: -0.875rem !important;
  }
}
.consul__left {
  position: relative;
  z-index: 2;
  max-width: 35rem;
  display: flex;
  flex-direction: column;
}
.consul-two .consul__left {
  max-width: 40.0625rem;
}
.consul__title {
  font-weight: 700;
  font-size: 45px;
  color: #fff;
  line-height: 120%;
}
@media (min-width: 87.5em) {
  .consul__title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1.375rem , 0.9490740741rem  +  2.1296296296vw , 2.8125rem )) {
    .consul__title {
      font-size: clamp( 1.375rem , 0.9490740741rem  +  2.1296296296vw , 2.8125rem );
    }
  }
  @supports not (font-size: clamp( 1.375rem , 0.9490740741rem  +  2.1296296296vw , 2.8125rem )) {
    .consul__title {
      font-size: calc(
        1.375rem + 1.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul__title {
    font-size: 1.375rem;
  }
}
@media (min-width: 87.5em) {
  .consul__title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.125rem , 1.087962963rem  +  0.1851851852vw , 1.25rem )) {
    .consul__title {
      margin-bottom: clamp( 1.125rem , 1.087962963rem  +  0.1851851852vw , 1.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.125rem , 1.087962963rem  +  0.1851851852vw , 1.25rem )) {
    .consul__title {
      margin-bottom: calc(
        1.125rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul__title {
    margin-bottom: 1.125rem;
  }
}
@media (max-width: 480px) {
  .consul__title {
    line-height: 109%;
  }
}
.consul-two .consul__title {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-right: auto;
  line-height: 1;
}
@media (min-width: 87.5em) {
  .consul-two .consul__title {
    margin-left: 8rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-left: clamp( 1rem , -1.0740740741rem  +  10.3703703704vw , 8rem )) {
    .consul-two .consul__title {
      margin-left: clamp( 1rem , -1.0740740741rem  +  10.3703703704vw , 8rem );
    }
  }
  @supports not (margin-left: clamp( 1rem , -1.0740740741rem  +  10.3703703704vw , 8rem )) {
    .consul-two .consul__title {
      margin-left: calc(
        1rem + 7 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul-two .consul__title {
    margin-left: 1rem;
  }
}
@media (min-width: 87.5em) {
  .consul-two .consul__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1.8125rem , 1.6828703704rem  +  0.6481481481vw , 2.25rem )) {
    .consul-two .consul__title {
      font-size: clamp( 1.8125rem , 1.6828703704rem  +  0.6481481481vw , 2.25rem );
    }
  }
  @supports not (font-size: clamp( 1.8125rem , 1.6828703704rem  +  0.6481481481vw , 2.25rem )) {
    .consul-two .consul__title {
      font-size: calc(
        1.8125rem + 0.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul-two .consul__title {
    font-size: 1.8125rem;
  }
}
@media (min-width: 87.5em) {
  .consul-two .consul__title {
    margin-bottom: 6rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 4rem , 3.4074074074rem  +  2.962962963vw , 6rem )) {
    .consul-two .consul__title {
      margin-bottom: clamp( 4rem , 3.4074074074rem  +  2.962962963vw , 6rem );
    }
  }
  @supports not (margin-bottom: clamp( 4rem , 3.4074074074rem  +  2.962962963vw , 6rem )) {
    .consul-two .consul__title {
      margin-bottom: calc(
        4rem + 2 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul-two .consul__title {
    margin-bottom: 4rem;
  }
}
@media (min-width: 87.5em) {
  .consul-two .consul__title {
    margin-top: 2.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-top: clamp( 1.5625rem , 1.3773148148rem  +  0.9259259259vw , 2.1875rem )) {
    .consul-two .consul__title {
      margin-top: clamp( 1.5625rem , 1.3773148148rem  +  0.9259259259vw , 2.1875rem );
    }
  }
  @supports not (margin-top: clamp( 1.5625rem , 1.3773148148rem  +  0.9259259259vw , 2.1875rem )) {
    .consul-two .consul__title {
      margin-top: calc(
        1.5625rem + 0.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul-two .consul__title {
    margin-top: 1.5625rem;
  }
}
.consul-two .consul__title span {
  display: block;
}
@media (min-width: 87.5em) {
  .consul-two .consul__title .big {
    font-size: 7.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 5.5rem , 4.9259259259rem  +  2.8703703704vw , 7.4375rem )) {
    .consul-two .consul__title .big {
      font-size: clamp( 5.5rem , 4.9259259259rem  +  2.8703703704vw , 7.4375rem );
    }
  }
  @supports not (font-size: clamp( 5.5rem , 4.9259259259rem  +  2.8703703704vw , 7.4375rem )) {
    .consul-two .consul__title .big {
      font-size: calc(
        5.5rem + 1.9375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul-two .consul__title .big {
    font-size: 5.5rem;
  }
}
.consul-two .consul__title .sub {
  position: absolute;
}
@media (min-width: 87.5em) {
  .consul-two .consul__title .sub {
    top: 0.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (top: clamp( 0.625rem , 0.5324074074rem  +  0.462962963vw , 0.9375rem )) {
    .consul-two .consul__title .sub {
      top: clamp( 0.625rem , 0.5324074074rem  +  0.462962963vw , 0.9375rem );
    }
  }
  @supports not (top: clamp( 0.625rem , 0.5324074074rem  +  0.462962963vw , 0.9375rem )) {
    .consul-two .consul__title .sub {
      top: calc(
        0.625rem + 0.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul-two .consul__title .sub {
    top: 0.625rem;
  }
}
@media (min-width: 87.5em) {
  .consul-two .consul__title .sub {
    left: 0.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (left: clamp( 0.25rem , 0.212962963rem  +  0.1851851852vw , 0.375rem )) {
    .consul-two .consul__title .sub {
      left: clamp( 0.25rem , 0.212962963rem  +  0.1851851852vw , 0.375rem );
    }
  }
  @supports not (left: clamp( 0.25rem , 0.212962963rem  +  0.1851851852vw , 0.375rem )) {
    .consul-two .consul__title .sub {
      left: calc(
        0.25rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul-two .consul__title .sub {
    left: 0.25rem;
  }
}
@media (max-width: 850px) {
  .consul-two .consul__title {
    margin-right: auto;
    margin-left: auto !important;
  }
}
.consul__text-row {
  display: flex;
}
@media (min-width: 87.5em) {
  .consul__text-row {
    gap: 4.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 1.5rem , 0.5925925926rem  +  4.537037037vw , 4.5625rem )) {
    .consul__text-row {
      gap: clamp( 1.5rem , 0.5925925926rem  +  4.537037037vw , 4.5625rem );
    }
  }
  @supports not (gap: clamp( 1.5rem , 0.5925925926rem  +  4.537037037vw , 4.5625rem )) {
    .consul__text-row {
      gap: calc(
        1.5rem + 3.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul__text-row {
    gap: 1.5rem;
  }
}
@media (max-width: 1250px) and (min-width: 87.5em) {
  .consul__text-row {
    gap: 1.75rem;
  }
}
@media (max-width: 1250px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 1.5rem , 1.4259259259rem  +  0.3703703704vw , 1.75rem )) {
    .consul__text-row {
      gap: clamp( 1.5rem , 1.4259259259rem  +  0.3703703704vw , 1.75rem );
    }
  }
  @supports not (gap: clamp( 1.5rem , 1.4259259259rem  +  0.3703703704vw , 1.75rem )) {
    .consul__text-row {
      gap: calc(
        1.5rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 1250px) and (max-width: 20em) {
  .consul__text-row {
    gap: 1.5rem;
  }
}
@media (max-width: 930px) {
  .consul__text-row {
    flex-direction: column;
  }
}
.consul__text {
  line-height: 150%;
  color: #fff;
  max-width: 23.375rem;
}
@media (min-width: 87.5em) {
  .consul__text {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem )) {
    .consul__text {
      font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem )) {
    .consul__text {
      font-size: calc(
        0.75rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul__text {
    font-size: 0.75rem;
  }
}
.consul-two .consul__text {
  max-width: 100%;
  width: 100%;
}
.consul-two .consul__text:first-child {
  width: 80%;
}
.consul__right {
  position: relative;
  z-index: 1;
  max-width: 27.9375rem;
  width: 100%;
  min-width: 16.875rem;
}
@media (max-width: 680px) {
  .consul__right {
    min-width: 0;
    max-width: 100%;
  }
}
.consul-two .consul__right {
  max-width: 28.375rem;
  min-width: 18.25rem;
}
@media (max-width: 740px) {
  .consul-two .consul__right {
    min-width: 0;
    max-width: 100%;
  }
}
.consul__button-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 87.5em) {
  .consul__button-row {
    gap: 1.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 1.125rem , 1.0509259259rem  +  0.3703703704vw , 1.375rem )) {
    .consul__button-row {
      gap: clamp( 1.125rem , 1.0509259259rem  +  0.3703703704vw , 1.375rem );
    }
  }
  @supports not (gap: clamp( 1.125rem , 1.0509259259rem  +  0.3703703704vw , 1.375rem )) {
    .consul__button-row {
      gap: calc(
        1.125rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul__button-row {
    gap: 1.125rem;
  }
}
@media (min-width: 87.5em) {
  .consul-two .consul__button-row {
    margin-top: 4.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-top: clamp( 1.25rem , 0.287037037rem  +  4.8148148148vw , 4.5rem )) {
    .consul-two .consul__button-row {
      margin-top: clamp( 1.25rem , 0.287037037rem  +  4.8148148148vw , 4.5rem );
    }
  }
  @supports not (margin-top: clamp( 1.25rem , 0.287037037rem  +  4.8148148148vw , 4.5rem )) {
    .consul-two .consul__button-row {
      margin-top: calc(
        1.25rem + 3.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .consul-two .consul__button-row {
    margin-top: 1.25rem;
  }
}
.consul__button {
  width: 100%;
}
@media (max-width: 680px) {
  .consul__button {
    margin-top: 0.875rem;
  }
}
.consul .connect__item-input p {
  color: #fff;
}

@media (min-width: 87.5em) {
  .catalog {
    padding-top: 9.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem )) {
    .catalog {
      padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem );
    }
  }
  @supports not (padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem )) {
    .catalog {
      padding-top: calc(
        5.625rem + 3.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .catalog {
    padding-top: 5.625rem;
  }
}
@media (min-width: 87.5em) {
  .catalog__title {
    margin-bottom: 5.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.8125rem , 0.7384259259rem  +  5.3703703704vw , 5.4375rem )) {
    .catalog__title {
      margin-bottom: clamp( 1.8125rem , 0.7384259259rem  +  5.3703703704vw , 5.4375rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.8125rem , 0.7384259259rem  +  5.3703703704vw , 5.4375rem )) {
    .catalog__title {
      margin-bottom: calc(
        1.8125rem + 3.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .catalog__title {
    margin-bottom: 1.8125rem;
  }
}
.catalog__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 87.5em) {
  .catalog__row {
    gap: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 0.625rem , 0.4398148148rem  +  0.9259259259vw , 1.25rem )) {
    .catalog__row {
      gap: clamp( 0.625rem , 0.4398148148rem  +  0.9259259259vw , 1.25rem );
    }
  }
  @supports not (gap: clamp( 0.625rem , 0.4398148148rem  +  0.9259259259vw , 1.25rem )) {
    .catalog__row {
      gap: calc(
        0.625rem + 0.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .catalog__row {
    gap: 0.625rem;
  }
}
@media (max-width: 650px) {
  .catalog__row {
    grid-template-columns: 1fr;
  }
}
.catalog__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  background: var(--svetlye-plashki);
  border-radius: 18px;
  transition: background-color 0.3s ease 0s;
  cursor: pointer;
}
@media (min-width: 87.5em) {
  .catalog__item {
    padding-top: 1.175rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 0.8125rem , 0.7050925926rem  +  0.537037037vw , 1.175rem )) {
    .catalog__item {
      padding-top: clamp( 0.8125rem , 0.7050925926rem  +  0.537037037vw , 1.175rem );
    }
  }
  @supports not (padding-top: clamp( 0.8125rem , 0.7050925926rem  +  0.537037037vw , 1.175rem )) {
    .catalog__item {
      padding-top: calc(
        0.8125rem + 0.3625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .catalog__item {
    padding-top: 0.8125rem;
  }
}
@media (min-width: 87.5em) {
  .catalog__item {
    padding-bottom: 1.15rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 0.76875rem , 0.655787037rem  +  0.5648148148vw , 1.15rem )) {
    .catalog__item {
      padding-bottom: clamp( 0.76875rem , 0.655787037rem  +  0.5648148148vw , 1.15rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.76875rem , 0.655787037rem  +  0.5648148148vw , 1.15rem )) {
    .catalog__item {
      padding-bottom: calc(
        0.76875rem + 0.38125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .catalog__item {
    padding-bottom: 0.76875rem;
  }
}
@media (min-width: 87.5em) {
  .catalog__item {
    padding-left: 1.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 0.875rem , 0.5601851852rem  +  1.5740740741vw , 1.9375rem )) {
    .catalog__item {
      padding-left: clamp( 0.875rem , 0.5601851852rem  +  1.5740740741vw , 1.9375rem );
    }
  }
  @supports not (padding-left: clamp( 0.875rem , 0.5601851852rem  +  1.5740740741vw , 1.9375rem )) {
    .catalog__item {
      padding-left: calc(
        0.875rem + 1.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .catalog__item {
    padding-left: 0.875rem;
  }
}
@media (min-width: 87.5em) {
  .catalog__item {
    padding-right: 1.55rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 0.625rem , 0.3509259259rem  +  1.3703703704vw , 1.55rem )) {
    .catalog__item {
      padding-right: clamp( 0.625rem , 0.3509259259rem  +  1.3703703704vw , 1.55rem );
    }
  }
  @supports not (padding-right: clamp( 0.625rem , 0.3509259259rem  +  1.3703703704vw , 1.55rem )) {
    .catalog__item {
      padding-right: calc(
        0.625rem + 0.925 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .catalog__item {
    padding-right: 0.625rem;
  }
}
.catalog__item h3 {
  font-weight: 600;
  line-height: 120%;
  color: var(--tekst);
  transition: all 0.3s ease 0s;
}
@media (min-width: 87.5em) {
  .catalog__item h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.6018518519rem  +  0.7407407407vw , 1.25rem )) {
    .catalog__item h3 {
      font-size: clamp( 0.75rem , 0.6018518519rem  +  0.7407407407vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6018518519rem  +  0.7407407407vw , 1.25rem )) {
    .catalog__item h3 {
      font-size: calc(
        0.75rem + 0.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .catalog__item h3 {
    font-size: 0.75rem;
  }
}
.catalog__item h3 a {
  color: var(--tekst);
}
@media (max-width: 450px) {
  .catalog__item h3 {
    line-height: 142%;
  }
}
.catalog__item h3:hover {
  opacity: 0.8;
}
@media (min-width: 87.5em) {
  .catalog__item img {
    width: 3.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 1.5625rem , 1.025462963rem  +  2.6851851852vw , 3.375rem )) {
    .catalog__item img {
      width: clamp( 1.5625rem , 1.025462963rem  +  2.6851851852vw , 3.375rem );
    }
  }
  @supports not (width: clamp( 1.5625rem , 1.025462963rem  +  2.6851851852vw , 3.375rem )) {
    .catalog__item img {
      width: calc(
        1.5625rem + 1.8125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .catalog__item img {
    width: 1.5625rem;
  }
}
.catalog__button-download {
  transition: all 0.3s ease 0s;
}
.catalog__button-download:hover {
  opacity: 0.6;
}

@media (min-width: 87.5em) {
  .brand {
    padding-top: 9.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem )) {
    .brand {
      padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem );
    }
  }
  @supports not (padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem )) {
    .brand {
      padding-top: calc(
        5.625rem + 3.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand {
    padding-top: 5.625rem;
  }
}
.brand__container {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .brand__container {
    display: block;
  }
}
.brand__title {
  display: none;
}
@media (min-width: 87.5em) {
  .brand__title {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.125rem , 0.5324074074rem  +  2.962962963vw , 3.125rem )) {
    .brand__title {
      margin-bottom: clamp( 1.125rem , 0.5324074074rem  +  2.962962963vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.125rem , 0.5324074074rem  +  2.962962963vw , 3.125rem )) {
    .brand__title {
      margin-bottom: calc(
        1.125rem + 2 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand__title {
    margin-bottom: 1.125rem;
  }
}
@media (max-width: 768px) {
  .brand__title {
    display: block;
  }
}
.brand__content {
  position: relative;
}
@media (min-width: 769px) and (min-width: 87.5em) {
  .brand__content {
    width: 41.5625rem;
  }
}
@media (min-width: 769px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 12.5rem , 3.8888888889rem  +  43.0555555556vw , 41.5625rem )) {
    .brand__content {
      width: clamp( 12.5rem , 3.8888888889rem  +  43.0555555556vw , 41.5625rem );
    }
  }
  @supports not (width: clamp( 12.5rem , 3.8888888889rem  +  43.0555555556vw , 41.5625rem )) {
    .brand__content {
      width: calc(
        12.5rem + 29.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (min-width: 769px) and (max-width: 20em) {
  .brand__content {
    width: 12.5rem;
  }
}
@media (max-width: 768px) {
  .brand__content {
    width: 100%;
  }
}
@media (min-width: 87.5em) {
  .brand__img {
    width: 41.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 12.5rem , 3.8888888889rem  +  43.0555555556vw , 41.5625rem )) {
    .brand__img {
      width: clamp( 12.5rem , 3.8888888889rem  +  43.0555555556vw , 41.5625rem );
    }
  }
  @supports not (width: clamp( 12.5rem , 3.8888888889rem  +  43.0555555556vw , 41.5625rem )) {
    .brand__img {
      width: calc(
        12.5rem + 29.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand__img {
    width: 12.5rem;
  }
}
.brand__img img {
  width: 100%;
}
@media (max-width: 768px) {
  .brand__img {
    display: none;
  }
}
.brand__item {
  width: 100%;
}
.brand__item h3 {
  font-weight: 700;
  color: var(--tekst);
}
@media (min-width: 87.5em) {
  .brand__item h3 {
    font-size: 4.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 2.0625rem , 1.2476851852rem  +  4.0740740741vw , 4.8125rem )) {
    .brand__item h3 {
      font-size: clamp( 2.0625rem , 1.2476851852rem  +  4.0740740741vw , 4.8125rem );
    }
  }
  @supports not (font-size: clamp( 2.0625rem , 1.2476851852rem  +  4.0740740741vw , 4.8125rem )) {
    .brand__item h3 {
      font-size: calc(
        2.0625rem + 2.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand__item h3 {
    font-size: 2.0625rem;
  }
}
@media (max-width: 768px) and (min-width: 87.5em) {
  .brand__item h3 {
    font-size: 4.1875rem;
  }
}
@media (max-width: 768px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 2.0625rem , 1.4328703704rem  +  3.1481481481vw , 4.1875rem )) {
    .brand__item h3 {
      font-size: clamp( 2.0625rem , 1.4328703704rem  +  3.1481481481vw , 4.1875rem );
    }
  }
  @supports not (font-size: clamp( 2.0625rem , 1.4328703704rem  +  3.1481481481vw , 4.1875rem )) {
    .brand__item h3 {
      font-size: calc(
        2.0625rem + 2.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 768px) and (max-width: 20em) {
  .brand__item h3 {
    font-size: 2.0625rem;
  }
}
.brand__item p {
  line-height: 150%;
  color: var(--tekst);
}
@media (min-width: 87.5em) {
  .brand__item p {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.625rem , 0.5138888889rem  +  0.5555555556vw , 1rem )) {
    .brand__item p {
      font-size: clamp( 0.625rem , 0.5138888889rem  +  0.5555555556vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.625rem , 0.5138888889rem  +  0.5555555556vw , 1rem )) {
    .brand__item p {
      font-size: calc(
        0.625rem + 0.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand__item p {
    font-size: 0.625rem;
  }
}
@media (max-width: 768px) {
  .brand__item p {
    line-height: 120%;
    color: #172b47;
  }
}
@media (max-width: 768px) and (min-width: 87.5em) {
  .brand__item p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem )) {
    .brand__item p {
      font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem )) {
    .brand__item p {
      font-size: calc(
        0.75rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 768px) and (max-width: 20em) {
  .brand__item p {
    font-size: 0.75rem;
  }
}
@media (min-width: 769px) {
  .brand__item.one {
    position: absolute;
  }
}
@media (min-width: 769px) and (min-width: 87.5em) {
  .brand__item.one {
    max-width: 21.0625rem;
  }
}
@media (min-width: 769px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-width: clamp( 12.0625rem , 9.3958333333rem  +  13.3333333333vw , 21.0625rem )) {
    .brand__item.one {
      max-width: clamp( 12.0625rem , 9.3958333333rem  +  13.3333333333vw , 21.0625rem );
    }
  }
  @supports not (max-width: clamp( 12.0625rem , 9.3958333333rem  +  13.3333333333vw , 21.0625rem )) {
    .brand__item.one {
      max-width: calc(
        12.0625rem + 9 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (min-width: 769px) and (max-width: 20em) {
  .brand__item.one {
    max-width: 12.0625rem;
  }
}
@media (min-width: 769px) and (min-width: 87.5em) {
  .brand__item.one {
    top: 12.625rem;
  }
}
@media (min-width: 769px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (top: clamp( 3.75rem , 1.1203703704rem  +  13.1481481481vw , 12.625rem )) {
    .brand__item.one {
      top: clamp( 3.75rem , 1.1203703704rem  +  13.1481481481vw , 12.625rem );
    }
  }
  @supports not (top: clamp( 3.75rem , 1.1203703704rem  +  13.1481481481vw , 12.625rem )) {
    .brand__item.one {
      top: calc(
        3.75rem + 8.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (min-width: 769px) and (max-width: 20em) {
  .brand__item.one {
    top: 3.75rem;
  }
}
@media (min-width: 769px) and (min-width: 87.5em) {
  .brand__item.one {
    right: 40rem;
  }
}
@media (min-width: 769px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (right: clamp( 4.375rem , -6.1805555556rem  +  52.7777777778vw , 40rem )) {
    .brand__item.one {
      right: clamp( 4.375rem , -6.1805555556rem  +  52.7777777778vw , 40rem );
    }
  }
  @supports not (right: clamp( 4.375rem , -6.1805555556rem  +  52.7777777778vw , 40rem )) {
    .brand__item.one {
      right: calc(
        4.375rem + 35.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (min-width: 769px) and (max-width: 20em) {
  .brand__item.one {
    right: 4.375rem;
  }
}
@media (max-width: 768px) {
  .brand__item.one {
    margin-bottom: 6.125rem;
  }
}
@media (max-width: 768px) and (min-width: 87.5em) {
  .brand__item.one {
    max-width: 24.1875rem;
  }
}
@media (max-width: 768px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-width: clamp( 10.875rem , 6.9305555556rem  +  19.7222222222vw , 24.1875rem )) {
    .brand__item.one {
      max-width: clamp( 10.875rem , 6.9305555556rem  +  19.7222222222vw , 24.1875rem );
    }
  }
  @supports not (max-width: clamp( 10.875rem , 6.9305555556rem  +  19.7222222222vw , 24.1875rem )) {
    .brand__item.one {
      max-width: calc(
        10.875rem + 13.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 768px) and (max-width: 20em) {
  .brand__item.one {
    max-width: 10.875rem;
  }
}
.brand__item.one .brand__item-img {
  width: 2.4375rem;
}
@media (min-width: 87.5em) {
  .brand__item.one .brand__item-img {
    width: 4.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 2.4375rem , 1.8819444444rem  +  2.7777777778vw , 4.3125rem )) {
    .brand__item.one .brand__item-img {
      width: clamp( 2.4375rem , 1.8819444444rem  +  2.7777777778vw , 4.3125rem );
    }
  }
  @supports not (width: clamp( 2.4375rem , 1.8819444444rem  +  2.7777777778vw , 4.3125rem )) {
    .brand__item.one .brand__item-img {
      width: calc(
        2.4375rem + 1.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand__item.one .brand__item-img {
    width: 2.4375rem;
  }
}
@media (min-width: 769px) {
  .brand__item.two {
    position: absolute;
  }
}
@media (min-width: 769px) and (min-width: 87.5em) {
  .brand__item.two {
    max-width: 21.0625rem;
  }
}
@media (min-width: 769px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-width: clamp( 5.8125rem , 1.2939814815rem  +  22.5925925926vw , 21.0625rem )) {
    .brand__item.two {
      max-width: clamp( 5.8125rem , 1.2939814815rem  +  22.5925925926vw , 21.0625rem );
    }
  }
  @supports not (max-width: clamp( 5.8125rem , 1.2939814815rem  +  22.5925925926vw , 21.0625rem )) {
    .brand__item.two {
      max-width: calc(
        5.8125rem + 15.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (min-width: 769px) and (max-width: 20em) {
  .brand__item.two {
    max-width: 5.8125rem;
  }
}
@media (min-width: 769px) and (min-width: 87.5em) {
  .brand__item.two {
    top: 2.5rem;
  }
}
@media (min-width: 769px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (top: clamp( 0.625rem , 0.0694444444rem  +  2.7777777778vw , 2.5rem )) {
    .brand__item.two {
      top: clamp( 0.625rem , 0.0694444444rem  +  2.7777777778vw , 2.5rem );
    }
  }
  @supports not (top: clamp( 0.625rem , 0.0694444444rem  +  2.7777777778vw , 2.5rem )) {
    .brand__item.two {
      top: calc(
        0.625rem + 1.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (min-width: 769px) and (max-width: 20em) {
  .brand__item.two {
    top: 0.625rem;
  }
}
@media (min-width: 769px) and (min-width: 87.5em) {
  .brand__item.two {
    left: 38.6875rem;
  }
}
@media (min-width: 769px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (left: clamp( 11.875rem , 3.9305555556rem  +  39.7222222222vw , 38.6875rem )) {
    .brand__item.two {
      left: clamp( 11.875rem , 3.9305555556rem  +  39.7222222222vw , 38.6875rem );
    }
  }
  @supports not (left: clamp( 11.875rem , 3.9305555556rem  +  39.7222222222vw , 38.6875rem )) {
    .brand__item.two {
      left: calc(
        11.875rem + 26.8125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (min-width: 769px) and (max-width: 20em) {
  .brand__item.two {
    left: 11.875rem;
  }
}
@media (max-width: 768px) {
  .brand__item.two {
    margin-bottom: 4.1875rem;
    margin-left: auto;
  }
}
@media (max-width: 768px) and (min-width: 87.5em) {
  .brand__item.two {
    max-width: 24.1875rem;
  }
}
@media (max-width: 768px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-width: clamp( 13.3125rem , 10.0902777778rem  +  16.1111111111vw , 24.1875rem )) {
    .brand__item.two {
      max-width: clamp( 13.3125rem , 10.0902777778rem  +  16.1111111111vw , 24.1875rem );
    }
  }
  @supports not (max-width: clamp( 13.3125rem , 10.0902777778rem  +  16.1111111111vw , 24.1875rem )) {
    .brand__item.two {
      max-width: calc(
        13.3125rem + 10.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 768px) and (max-width: 20em) {
  .brand__item.two {
    max-width: 13.3125rem;
  }
}
.brand__item.two .brand__item-img {
  width: 3.5625rem;
}
@media (min-width: 87.5em) {
  .brand__item.two .brand__item-img {
    width: 5.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 3.5625rem , 3.0069444444rem  +  2.7777777778vw , 5.4375rem )) {
    .brand__item.two .brand__item-img {
      width: clamp( 3.5625rem , 3.0069444444rem  +  2.7777777778vw , 5.4375rem );
    }
  }
  @supports not (width: clamp( 3.5625rem , 3.0069444444rem  +  2.7777777778vw , 5.4375rem )) {
    .brand__item.two .brand__item-img {
      width: calc(
        3.5625rem + 1.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand__item.two .brand__item-img {
    width: 3.5625rem;
  }
}
@media (min-width: 769px) {
  .brand__item.three {
    position: absolute;
  }
}
@media (min-width: 769px) and (min-width: 87.5em) {
  .brand__item.three {
    max-width: 21.0625rem;
  }
}
@media (min-width: 769px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-width: clamp( 10.1875rem , 6.9652777778rem  +  16.1111111111vw , 21.0625rem )) {
    .brand__item.three {
      max-width: clamp( 10.1875rem , 6.9652777778rem  +  16.1111111111vw , 21.0625rem );
    }
  }
  @supports not (max-width: clamp( 10.1875rem , 6.9652777778rem  +  16.1111111111vw , 21.0625rem )) {
    .brand__item.three {
      max-width: calc(
        10.1875rem + 10.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (min-width: 769px) and (max-width: 20em) {
  .brand__item.three {
    max-width: 10.1875rem;
  }
}
@media (min-width: 769px) and (min-width: 87.5em) {
  .brand__item.three {
    top: 31.875rem;
  }
}
@media (min-width: 769px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (top: clamp( 10rem , 3.5185185185rem  +  32.4074074074vw , 31.875rem )) {
    .brand__item.three {
      top: clamp( 10rem , 3.5185185185rem  +  32.4074074074vw , 31.875rem );
    }
  }
  @supports not (top: clamp( 10rem , 3.5185185185rem  +  32.4074074074vw , 31.875rem )) {
    .brand__item.three {
      top: calc(
        10rem + 21.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (min-width: 769px) and (max-width: 20em) {
  .brand__item.three {
    top: 10rem;
  }
}
@media (min-width: 769px) and (min-width: 87.5em) {
  .brand__item.three {
    left: 36.375rem;
  }
}
@media (min-width: 769px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (left: clamp( 11.875rem , 4.6157407407rem  +  36.2962962963vw , 36.375rem )) {
    .brand__item.three {
      left: clamp( 11.875rem , 4.6157407407rem  +  36.2962962963vw , 36.375rem );
    }
  }
  @supports not (left: clamp( 11.875rem , 4.6157407407rem  +  36.2962962963vw , 36.375rem )) {
    .brand__item.three {
      left: calc(
        11.875rem + 24.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (min-width: 769px) and (max-width: 20em) {
  .brand__item.three {
    left: 11.875rem;
  }
}
@media (max-width: 768px) and (min-width: 87.5em) {
  .brand__item.three {
    max-width: 24.1875rem;
  }
}
@media (max-width: 768px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-width: clamp( 11.8125rem , 8.1458333333rem  +  18.3333333333vw , 24.1875rem )) {
    .brand__item.three {
      max-width: clamp( 11.8125rem , 8.1458333333rem  +  18.3333333333vw , 24.1875rem );
    }
  }
  @supports not (max-width: clamp( 11.8125rem , 8.1458333333rem  +  18.3333333333vw , 24.1875rem )) {
    .brand__item.three {
      max-width: calc(
        11.8125rem + 12.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 768px) and (max-width: 20em) {
  .brand__item.three {
    max-width: 11.8125rem;
  }
}
.brand__item.three .brand__item-img {
  width: 4.0625rem;
}
@media (min-width: 87.5em) {
  .brand__item.three .brand__item-img {
    width: 5.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 4.0625rem , 3.5069444444rem  +  2.7777777778vw , 5.9375rem )) {
    .brand__item.three .brand__item-img {
      width: clamp( 4.0625rem , 3.5069444444rem  +  2.7777777778vw , 5.9375rem );
    }
  }
  @supports not (width: clamp( 4.0625rem , 3.5069444444rem  +  2.7777777778vw , 5.9375rem )) {
    .brand__item.three .brand__item-img {
      width: calc(
        4.0625rem + 1.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand__item.three .brand__item-img {
    width: 4.0625rem;
  }
}
.brand__item-head {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 769px) {
  .brand__item-img {
    display: none;
  }
}
.brand__fon-one {
  position: absolute;
  top: -8.125rem;
  left: -1.525rem;
}
@media (min-width: 87.5em) {
  .brand__fon-one {
    width: 31.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 18.0625rem , 14.1550925926rem  +  19.537037037vw , 31.25rem )) {
    .brand__fon-one {
      width: clamp( 18.0625rem , 14.1550925926rem  +  19.537037037vw , 31.25rem );
    }
  }
  @supports not (width: clamp( 18.0625rem , 14.1550925926rem  +  19.537037037vw , 31.25rem )) {
    .brand__fon-one {
      width: calc(
        18.0625rem + 13.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand__fon-one {
    width: 18.0625rem;
  }
}
@media (min-width: 87.5em) {
  .brand__fon-one img {
    width: 31.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 18.0625rem , 14.1550925926rem  +  19.537037037vw , 31.25rem )) {
    .brand__fon-one img {
      width: clamp( 18.0625rem , 14.1550925926rem  +  19.537037037vw , 31.25rem );
    }
  }
  @supports not (width: clamp( 18.0625rem , 14.1550925926rem  +  19.537037037vw , 31.25rem )) {
    .brand__fon-one img {
      width: calc(
        18.0625rem + 13.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand__fon-one img {
    width: 18.0625rem;
  }
}
@media (min-width: 769px) {
  .brand__fon-one {
    display: none;
  }
}
@media (max-width: 670px) {
  .brand__fon-one {
    top: -5rem;
  }
}
.brand__fon-two {
  right: -1.25rem;
  position: absolute;
}
@media (min-width: 87.5em) {
  .brand__fon-two {
    top: 18.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (top: clamp( 16.875rem , 16.3194444444rem  +  2.7777777778vw , 18.75rem )) {
    .brand__fon-two {
      top: clamp( 16.875rem , 16.3194444444rem  +  2.7777777778vw , 18.75rem );
    }
  }
  @supports not (top: clamp( 16.875rem , 16.3194444444rem  +  2.7777777778vw , 18.75rem )) {
    .brand__fon-two {
      top: calc(
        16.875rem + 1.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand__fon-two {
    top: 16.875rem;
  }
}
@media (min-width: 87.5em) {
  .brand__fon-two {
    width: 21.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 13.7875rem , 11.3912037037rem  +  11.9814814815vw , 21.875rem )) {
    .brand__fon-two {
      width: clamp( 13.7875rem , 11.3912037037rem  +  11.9814814815vw , 21.875rem );
    }
  }
  @supports not (width: clamp( 13.7875rem , 11.3912037037rem  +  11.9814814815vw , 21.875rem )) {
    .brand__fon-two {
      width: calc(
        13.7875rem + 8.0875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand__fon-two {
    width: 13.7875rem;
  }
}
@media (min-width: 87.5em) {
  .brand__fon-two img {
    width: 21.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 13.7875rem , 11.3912037037rem  +  11.9814814815vw , 21.875rem )) {
    .brand__fon-two img {
      width: clamp( 13.7875rem , 11.3912037037rem  +  11.9814814815vw , 21.875rem );
    }
  }
  @supports not (width: clamp( 13.7875rem , 11.3912037037rem  +  11.9814814815vw , 21.875rem )) {
    .brand__fon-two img {
      width: calc(
        13.7875rem + 8.0875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand__fon-two img {
    width: 13.7875rem;
  }
}
@media (min-width: 769px) {
  .brand__fon-two {
    display: none;
  }
}

@media (min-width: 87.5em) {
  .connect {
    padding-top: 9.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem )) {
    .connect {
      padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem );
    }
  }
  @supports not (padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem )) {
    .connect {
      padding-top: calc(
        5.625rem + 3.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .connect {
    padding-top: 5.625rem;
  }
}
.connect__content {
  position: relative;
  background: var(--svetlye-plashki);
  border-radius: 18px;
}
@media (min-width: 87.5em) {
  .connect__content {
    padding-top: 4.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 2.0625rem , 1.3217592593rem  +  3.7037037037vw , 4.5625rem )) {
    .connect__content {
      padding-top: clamp( 2.0625rem , 1.3217592593rem  +  3.7037037037vw , 4.5625rem );
    }
  }
  @supports not (padding-top: clamp( 2.0625rem , 1.3217592593rem  +  3.7037037037vw , 4.5625rem )) {
    .connect__content {
      padding-top: calc(
        2.0625rem + 2.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .connect__content {
    padding-top: 2.0625rem;
  }
}
@media (min-width: 87.5em) {
  .connect__content {
    padding-left: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 1.25rem , -0.6018518519rem  +  9.2592592593vw , 7.5rem )) {
    .connect__content {
      padding-left: clamp( 1.25rem , -0.6018518519rem  +  9.2592592593vw , 7.5rem );
    }
  }
  @supports not (padding-left: clamp( 1.25rem , -0.6018518519rem  +  9.2592592593vw , 7.5rem )) {
    .connect__content {
      padding-left: calc(
        1.25rem + 6.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .connect__content {
    padding-left: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .connect__content {
    padding-right: 7.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 1.25rem , -0.6018518519rem  +  9.2592592593vw , 7.5rem )) {
    .connect__content {
      padding-right: clamp( 1.25rem , -0.6018518519rem  +  9.2592592593vw , 7.5rem );
    }
  }
  @supports not (padding-right: clamp( 1.25rem , -0.6018518519rem  +  9.2592592593vw , 7.5rem )) {
    .connect__content {
      padding-right: calc(
        1.25rem + 6.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .connect__content {
    padding-right: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .connect__content {
    padding-bottom: 7.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 2.3625rem , 0.9513888889rem  +  7.0555555556vw , 7.125rem )) {
    .connect__content {
      padding-bottom: clamp( 2.3625rem , 0.9513888889rem  +  7.0555555556vw , 7.125rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.3625rem , 0.9513888889rem  +  7.0555555556vw , 7.125rem )) {
    .connect__content {
      padding-bottom: calc(
        2.3625rem + 4.7625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .connect__content {
    padding-bottom: 2.3625rem;
  }
}
@media (max-width: 550px) {
  .connect__content {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (min-width: 87.5em) {
  .connect-two .connect__content {
    padding-bottom: 4.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 2.3625rem , 1.7847222222rem  +  2.8888888889vw , 4.3125rem )) {
    .connect-two .connect__content {
      padding-bottom: clamp( 2.3625rem , 1.7847222222rem  +  2.8888888889vw , 4.3125rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.3625rem , 1.7847222222rem  +  2.8888888889vw , 4.3125rem )) {
    .connect-two .connect__content {
      padding-bottom: calc(
        2.3625rem + 1.95 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .connect-two .connect__content {
    padding-bottom: 2.3625rem;
  }
}
.connect__fon {
  position: absolute;
  bottom: 0;
}
@media (min-width: 87.5em) {
  .connect__fon {
    left: 4.6875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (left: clamp( 0.00000625rem , -1.388880787rem  +  6.9444351852vw , 4.6875rem )) {
    .connect__fon {
      left: clamp( 0.00000625rem , -1.388880787rem  +  6.9444351852vw , 4.6875rem );
    }
  }
  @supports not (left: clamp( 0.00000625rem , -1.388880787rem  +  6.9444351852vw , 4.6875rem )) {
    .connect__fon {
      left: calc(
        0.00000625rem + 4.6875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .connect__fon {
    left: 0.00000625rem;
  }
}
@media (min-width: 87.5em) {
  .connect__fon {
    width: 38.91875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 18.75rem , 12.7740740741rem  +  29.8796296296vw , 38.91875rem )) {
    .connect__fon {
      width: clamp( 18.75rem , 12.7740740741rem  +  29.8796296296vw , 38.91875rem );
    }
  }
  @supports not (width: clamp( 18.75rem , 12.7740740741rem  +  29.8796296296vw , 38.91875rem )) {
    .connect__fon {
      width: calc(
        18.75rem + 20.16875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .connect__fon {
    width: 18.75rem;
  }
}
@media (min-width: 87.5em) {
  .connect__fon img {
    width: 38.91875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 18.75rem , 12.7740740741rem  +  29.8796296296vw , 38.91875rem )) {
    .connect__fon img {
      width: clamp( 18.75rem , 12.7740740741rem  +  29.8796296296vw , 38.91875rem );
    }
  }
  @supports not (width: clamp( 18.75rem , 12.7740740741rem  +  29.8796296296vw , 38.91875rem )) {
    .connect__fon img {
      width: calc(
        18.75rem + 20.16875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .connect__fon img {
    width: 18.75rem;
  }
}
@media (max-width: 768px) {
  .connect__fon {
    display: none;
  }
}
.connect__title {
  position: relative;
  z-index: 2;
}
@media (min-width: 87.5em) {
  .connect__title {
    margin-bottom: 4.090625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.68125rem , 0.9673611111rem  +  3.5694444444vw , 4.090625rem )) {
    .connect__title {
      margin-bottom: clamp( 1.68125rem , 0.9673611111rem  +  3.5694444444vw , 4.090625rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.68125rem , 0.9673611111rem  +  3.5694444444vw , 4.090625rem )) {
    .connect__title {
      margin-bottom: calc(
        1.68125rem + 2.409375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .connect__title {
    margin-bottom: 1.68125rem;
  }
}
.connect-two .connect__title {
  text-align: center;
}
.connect__form {
  position: relative;
  z-index: 2;
}
.connect__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 87.5em) {
  .connect__row {
    gap: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 1.25rem , 1.0277777778rem  +  1.1111111111vw , 2rem )) {
    .connect__row {
      gap: clamp( 1.25rem , 1.0277777778rem  +  1.1111111111vw , 2rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 1.0277777778rem  +  1.1111111111vw , 2rem )) {
    .connect__row {
      gap: calc(
        1.25rem + 0.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .connect__row {
    gap: 1.25rem;
  }
}
@media (max-width: 768px) {
  .connect__row {
    grid-template-columns: 1fr;
    gap: 0 !important;
  }
}
.connect__left {
  display: flex;
  flex-direction: column;
}
@media (min-width: 87.5em) {
  .connect__left {
    gap: 1.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 1.25rem , 1.212962963rem  +  0.1851851852vw , 1.375rem )) {
    .connect__left {
      gap: clamp( 1.25rem , 1.212962963rem  +  0.1851851852vw , 1.375rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 1.212962963rem  +  0.1851851852vw , 1.375rem )) {
    .connect__left {
      gap: calc(
        1.25rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .connect__left {
    gap: 1.25rem;
  }
}
@media (max-width: 768px) and (min-width: 87.5em) {
  .connect-two .connect__left:first-child {
    margin-bottom: 1.375rem;
  }
}
@media (max-width: 768px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.25rem , 1.212962963rem  +  0.1851851852vw , 1.375rem )) {
    .connect-two .connect__left:first-child {
      margin-bottom: clamp( 1.25rem , 1.212962963rem  +  0.1851851852vw , 1.375rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 1.212962963rem  +  0.1851851852vw , 1.375rem )) {
    .connect-two .connect__left:first-child {
      margin-bottom: calc(
        1.25rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 768px) and (max-width: 20em) {
  .connect-two .connect__left:first-child {
    margin-bottom: 1.25rem;
  }
}
.connect__right {
  display: flex;
  flex-direction: column;
}
.connect__textarea {
  margin-bottom: auto;
}
@media (min-width: 87.5em) {
  .connect__textarea {
    min-height: 9rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (min-height: clamp( 6.375rem , 5.5972222222rem  +  3.8888888889vw , 9rem )) {
    .connect__textarea {
      min-height: clamp( 6.375rem , 5.5972222222rem  +  3.8888888889vw , 9rem );
    }
  }
  @supports not (min-height: clamp( 6.375rem , 5.5972222222rem  +  3.8888888889vw , 9rem )) {
    .connect__textarea {
      min-height: calc(
        6.375rem + 2.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .connect__textarea {
    min-height: 6.375rem;
  }
}
.connect__row-bot {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 87.5em) {
  .connect__row-bot {
    gap: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 1.25rem , 1.0277777778rem  +  1.1111111111vw , 2rem )) {
    .connect__row-bot {
      gap: clamp( 1.25rem , 1.0277777778rem  +  1.1111111111vw , 2rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 1.0277777778rem  +  1.1111111111vw , 2rem )) {
    .connect__row-bot {
      gap: calc(
        1.25rem + 0.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .connect__row-bot {
    gap: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .connect__row-bot {
    margin-top: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-top: clamp( 2.5rem , 2.0555555556rem  +  2.2222222222vw , 4rem )) {
    .connect__row-bot {
      margin-top: clamp( 2.5rem , 2.0555555556rem  +  2.2222222222vw , 4rem );
    }
  }
  @supports not (margin-top: clamp( 2.5rem , 2.0555555556rem  +  2.2222222222vw , 4rem )) {
    .connect__row-bot {
      margin-top: calc(
        2.5rem + 1.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .connect__row-bot {
    margin-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .connect__row-bot {
    grid-template-columns: 1fr;
  }
}
.connect-two .connect__row-bot {
  grid-template-columns: 1fr;
  max-width: 35.8125rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 87.5em) {
  .connect-two .connect__row-bot {
    gap: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 1.125rem , 1.087962963rem  +  0.1851851852vw , 1.25rem )) {
    .connect-two .connect__row-bot {
      gap: clamp( 1.125rem , 1.087962963rem  +  0.1851851852vw , 1.25rem );
    }
  }
  @supports not (gap: clamp( 1.125rem , 1.087962963rem  +  0.1851851852vw , 1.25rem )) {
    .connect-two .connect__row-bot {
      gap: calc(
        1.125rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .connect-two .connect__row-bot {
    gap: 1.125rem;
  }
}
.connect__button {
  width: 100%;
}

.footer {
  position: sticky;
  bottom: 0;
  left: 0;
  min-height: 18.75rem;
  background: var(--temnye-plashki);
  margin-top: -1.875rem;
  padding-top: 3.125rem;
}

@media (min-width: 87.5em) {
  .brand-direct {
    padding-top: 9.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem )) {
    .brand-direct {
      padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem );
    }
  }
  @supports not (padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem )) {
    .brand-direct {
      padding-top: calc(
        5.625rem + 3.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-direct {
    padding-top: 5.625rem;
  }
}
@media (min-width: 87.5em) {
  .brand-direct__title {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.5046296296rem  +  1.8518518519vw , 3.125rem )) {
    .brand-direct__title {
      margin-bottom: clamp( 1.875rem , 1.5046296296rem  +  1.8518518519vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.5046296296rem  +  1.8518518519vw , 3.125rem )) {
    .brand-direct__title {
      margin-bottom: calc(
        1.875rem + 1.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-direct__title {
    margin-bottom: 1.875rem;
  }
}
.brand-direct__top-row {
  display: flex;
  align-items: center;
  row-gap: 2.1875rem;
  margin-bottom: 5.125rem;
}
@media (min-width: 87.5em) {
  .brand-direct__top-row {
    column-gap: 8rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (column-gap: clamp( 1.875rem , 0.0601851852rem  +  9.0740740741vw , 8rem )) {
    .brand-direct__top-row {
      column-gap: clamp( 1.875rem , 0.0601851852rem  +  9.0740740741vw , 8rem );
    }
  }
  @supports not (column-gap: clamp( 1.875rem , 0.0601851852rem  +  9.0740740741vw , 8rem )) {
    .brand-direct__top-row {
      column-gap: calc(
        1.875rem + 6.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-direct__top-row {
    column-gap: 1.875rem;
  }
}
@media (max-width: 695px) {
  .brand-direct__top-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 450px) {
  .brand-direct__top-row {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 450px) and (min-width: 87.5em) {
  .brand-direct__top-row {
    padding-left: 4.375rem;
  }
}
@media (max-width: 450px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 2.4375rem , 1.8634259259rem  +  2.8703703704vw , 4.375rem )) {
    .brand-direct__top-row {
      padding-left: clamp( 2.4375rem , 1.8634259259rem  +  2.8703703704vw , 4.375rem );
    }
  }
  @supports not (padding-left: clamp( 2.4375rem , 1.8634259259rem  +  2.8703703704vw , 4.375rem )) {
    .brand-direct__top-row {
      padding-left: calc(
        2.4375rem + 1.9375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 450px) and (max-width: 20em) {
  .brand-direct__top-row {
    padding-left: 2.4375rem;
  }
}
.brand-direct__item-top-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (min-width: 87.5em) {
  .brand-direct__item-top-row img {
    height: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (height: clamp( 1.9375rem , 1.7708333333rem  +  0.8333333333vw , 2.5rem )) {
    .brand-direct__item-top-row img {
      height: clamp( 1.9375rem , 1.7708333333rem  +  0.8333333333vw , 2.5rem );
    }
  }
  @supports not (height: clamp( 1.9375rem , 1.7708333333rem  +  0.8333333333vw , 2.5rem )) {
    .brand-direct__item-top-row img {
      height: calc(
        1.9375rem + 0.5625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-direct__item-top-row img {
    height: 1.9375rem;
  }
}
.brand-direct__item-top-row p {
  font-weight: 700;
  color: var(--tekst);
  line-height: 120%;
}
@media (min-width: 87.5em) {
  .brand-direct__item-top-row p {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .brand-direct__item-top-row p {
      font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .brand-direct__item-top-row p {
      font-size: calc(
        0.875rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-direct__item-top-row p {
    font-size: 0.875rem;
  }
}
.brand-direct__row-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 87.5em) {
  .brand-direct__row-content {
    gap: 9.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 5.25rem , 4.0277777778rem  +  6.1111111111vw , 9.375rem )) {
    .brand-direct__row-content {
      gap: clamp( 5.25rem , 4.0277777778rem  +  6.1111111111vw , 9.375rem );
    }
  }
  @supports not (gap: clamp( 5.25rem , 4.0277777778rem  +  6.1111111111vw , 9.375rem )) {
    .brand-direct__row-content {
      gap: calc(
        5.25rem + 4.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-direct__row-content {
    gap: 5.25rem;
  }
}
.brand-content {
  position: relative;
  background: var(--svetlye-plashki);
  border-radius: 18px;
}
@media (min-width: 87.5em) {
  .brand-content {
    padding-top: 3.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 2.1875rem , 1.8356481481rem  +  1.7592592593vw , 3.375rem )) {
    .brand-content {
      padding-top: clamp( 2.1875rem , 1.8356481481rem  +  1.7592592593vw , 3.375rem );
    }
  }
  @supports not (padding-top: clamp( 2.1875rem , 1.8356481481rem  +  1.7592592593vw , 3.375rem )) {
    .brand-content {
      padding-top: calc(
        2.1875rem + 1.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-content {
    padding-top: 2.1875rem;
  }
}
@media (min-width: 87.5em) {
  .brand-content {
    padding-left: 4.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 1.25rem , 0.3796296296rem  +  4.3518518519vw , 4.1875rem )) {
    .brand-content {
      padding-left: clamp( 1.25rem , 0.3796296296rem  +  4.3518518519vw , 4.1875rem );
    }
  }
  @supports not (padding-left: clamp( 1.25rem , 0.3796296296rem  +  4.3518518519vw , 4.1875rem )) {
    .brand-content {
      padding-left: calc(
        1.25rem + 2.9375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-content {
    padding-left: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .brand-content {
    padding-right: 4.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 1.25rem , 0.3796296296rem  +  4.3518518519vw , 4.1875rem )) {
    .brand-content {
      padding-right: clamp( 1.25rem , 0.3796296296rem  +  4.3518518519vw , 4.1875rem );
    }
  }
  @supports not (padding-right: clamp( 1.25rem , 0.3796296296rem  +  4.3518518519vw , 4.1875rem )) {
    .brand-content {
      padding-right: calc(
        1.25rem + 2.9375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-content {
    padding-right: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .brand-content {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 2.5rem , 2.4259259259rem  +  0.3703703704vw , 2.75rem )) {
    .brand-content {
      padding-bottom: clamp( 2.5rem , 2.4259259259rem  +  0.3703703704vw , 2.75rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.5rem , 2.4259259259rem  +  0.3703703704vw , 2.75rem )) {
    .brand-content {
      padding-bottom: calc(
        2.5rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-content {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 950px) {
  .brand-content {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.brand-content__title {
  font-weight: 700;
  color: #333d61;
  margin-right: 6.875rem;
}
@media (min-width: 87.5em) {
  .brand-content__title {
    font-size: 2.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1.375rem , 0.9675925926rem  +  2.037037037vw , 2.75rem )) {
    .brand-content__title {
      font-size: clamp( 1.375rem , 0.9675925926rem  +  2.037037037vw , 2.75rem );
    }
  }
  @supports not (font-size: clamp( 1.375rem , 0.9675925926rem  +  2.037037037vw , 2.75rem )) {
    .brand-content__title {
      font-size: calc(
        1.375rem + 1.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-content__title {
    font-size: 1.375rem;
  }
}
@media (min-width: 87.5em) {
  .brand-content__title {
    margin-bottom: 6.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.6875rem , 0.2986111111rem  +  6.9444444444vw , 6.375rem )) {
    .brand-content__title {
      margin-bottom: clamp( 1.6875rem , 0.2986111111rem  +  6.9444444444vw , 6.375rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.6875rem , 0.2986111111rem  +  6.9444444444vw , 6.375rem )) {
    .brand-content__title {
      margin-bottom: calc(
        1.6875rem + 4.6875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-content__title {
    margin-bottom: 1.6875rem;
  }
}
@media (max-width: 650px) and (min-width: 87.5em) {
  .brand-content__title {
    margin-bottom: 17.625rem;
  }
}
@media (max-width: 650px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.6875rem , -3.0347222222rem  +  23.6111111111vw , 17.625rem )) {
    .brand-content__title {
      margin-bottom: clamp( 1.6875rem , -3.0347222222rem  +  23.6111111111vw , 17.625rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.6875rem , -3.0347222222rem  +  23.6111111111vw , 17.625rem )) {
    .brand-content__title {
      margin-bottom: calc(
        1.6875rem + 15.9375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 650px) and (max-width: 20em) {
  .brand-content__title {
    margin-bottom: 1.6875rem;
  }
}
@media (max-width: 650px) and (min-width: 87.5em) {
  .brand-content__title {
    margin-right: 31.25rem;
  }
}
@media (max-width: 650px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-right: clamp( 6.25rem , -1.1574074074rem  +  37.037037037vw , 31.25rem )) {
    .brand-content__title {
      margin-right: clamp( 6.25rem , -1.1574074074rem  +  37.037037037vw , 31.25rem );
    }
  }
  @supports not (margin-right: clamp( 6.25rem , -1.1574074074rem  +  37.037037037vw , 31.25rem )) {
    .brand-content__title {
      margin-right: calc(
        6.25rem + 25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 650px) and (max-width: 20em) {
  .brand-content__title {
    margin-right: 6.25rem;
  }
}
.brand-content__row {
  display: flex;
  align-items: end;
  margin-left: -2.8125rem;
}
@media (min-width: 87.5em) {
  .brand-content__row {
    gap: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 1.25rem , 0.5092592593rem  +  3.7037037037vw , 3.75rem )) {
    .brand-content__row {
      gap: clamp( 1.25rem , 0.5092592593rem  +  3.7037037037vw , 3.75rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 0.5092592593rem  +  3.7037037037vw , 3.75rem )) {
    .brand-content__row {
      gap: calc(
        1.25rem + 2.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-content__row {
    gap: 1.25rem;
  }
}
@media (max-width: 950px) {
  .brand-content__row {
    display: block;
    margin-left: 0;
  }
}
.brand-content__img-row {
  position: relative;
}
@media (min-width: 87.5em) {
  .brand-content__img-row {
    width: 38.925rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 8.875rem , -0.0287037037rem  +  44.5185185185vw , 38.925rem )) {
    .brand-content__img-row {
      width: clamp( 8.875rem , -0.0287037037rem  +  44.5185185185vw , 38.925rem );
    }
  }
  @supports not (width: clamp( 8.875rem , -0.0287037037rem  +  44.5185185185vw , 38.925rem )) {
    .brand-content__img-row {
      width: calc(
        8.875rem + 30.05 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-content__img-row {
    width: 8.875rem;
  }
}
@media (min-width: 87.5em) {
  .brand-content__img-row {
    min-width: 38.925rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (min-width: clamp( 8.875rem , -0.0287037037rem  +  44.5185185185vw , 38.925rem )) {
    .brand-content__img-row {
      min-width: clamp( 8.875rem , -0.0287037037rem  +  44.5185185185vw , 38.925rem );
    }
  }
  @supports not (min-width: clamp( 8.875rem , -0.0287037037rem  +  44.5185185185vw , 38.925rem )) {
    .brand-content__img-row {
      min-width: calc(
        8.875rem + 30.05 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-content__img-row {
    min-width: 8.875rem;
  }
}
@media (max-width: 950px) {
  .brand-content__img-row {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 950px) and (min-width: 87.5em) {
  .brand-content__img-row {
    width: 26.425rem;
  }
}
@media (max-width: 950px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 8.875rem , 3.675rem  +  26vw , 26.425rem )) {
    .brand-content__img-row {
      width: clamp( 8.875rem , 3.675rem  +  26vw , 26.425rem );
    }
  }
  @supports not (width: clamp( 8.875rem , 3.675rem  +  26vw , 26.425rem )) {
    .brand-content__img-row {
      width: calc(
        8.875rem + 17.55 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 950px) and (max-width: 20em) {
  .brand-content__img-row {
    width: 8.875rem;
  }
}
@media (max-width: 950px) and (min-width: 87.5em) {
  .brand-content__img-row {
    min-width: 26.425rem;
  }
}
@media (max-width: 950px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (min-width: clamp( 8.875rem , 3.675rem  +  26vw , 26.425rem )) {
    .brand-content__img-row {
      min-width: clamp( 8.875rem , 3.675rem  +  26vw , 26.425rem );
    }
  }
  @supports not (min-width: clamp( 8.875rem , 3.675rem  +  26vw , 26.425rem )) {
    .brand-content__img-row {
      min-width: calc(
        8.875rem + 17.55 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 950px) and (max-width: 20em) {
  .brand-content__img-row {
    min-width: 8.875rem;
  }
}
.brand-content__img-fon img {
  width: 100%;
}
.brand-content__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 87.5em) {
  .brand-content__img {
    bottom: 6.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (bottom: clamp( 0.00000625rem , -1.85184375rem  +  9.25925vw , 6.25rem )) {
    .brand-content__img {
      bottom: clamp( 0.00000625rem , -1.85184375rem  +  9.25925vw , 6.25rem );
    }
  }
  @supports not (bottom: clamp( 0.00000625rem , -1.85184375rem  +  9.25925vw , 6.25rem )) {
    .brand-content__img {
      bottom: calc(
        0.00000625rem + 6.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-content__img {
    bottom: 0.00000625rem;
  }
}
.brand-content__img img {
  width: auto;
  height: auto;
  max-width: 32.625rem;
  max-height: 26.3125rem;
}
@media (min-width: 87.5em) {
  .brand-content__img img {
    max-height: 26.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-height: clamp( 6.625rem , 0.7916666667rem  +  29.1666666667vw , 26.3125rem )) {
    .brand-content__img img {
      max-height: clamp( 6.625rem , 0.7916666667rem  +  29.1666666667vw , 26.3125rem );
    }
  }
  @supports not (max-height: clamp( 6.625rem , 0.7916666667rem  +  29.1666666667vw , 26.3125rem )) {
    .brand-content__img img {
      max-height: calc(
        6.625rem + 19.6875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-content__img img {
    max-height: 6.625rem;
  }
}
@media (min-width: 87.5em) {
  .brand-content__img img {
    max-width: 32.625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-width: clamp( 7rem , -0.5925925926rem  +  37.962962963vw , 32.625rem )) {
    .brand-content__img img {
      max-width: clamp( 7rem , -0.5925925926rem  +  37.962962963vw , 32.625rem );
    }
  }
  @supports not (max-width: clamp( 7rem , -0.5925925926rem  +  37.962962963vw , 32.625rem )) {
    .brand-content__img img {
      max-width: calc(
        7rem + 25.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-content__img img {
    max-width: 7rem;
  }
}
@media (max-width: 950px) and (min-width: 87.5em) {
  .brand-content__img {
    bottom: 3.75rem;
  }
}
@media (max-width: 950px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (bottom: clamp( 1.25rem , 0.5092592593rem  +  3.7037037037vw , 3.75rem )) {
    .brand-content__img {
      bottom: clamp( 1.25rem , 0.5092592593rem  +  3.7037037037vw , 3.75rem );
    }
  }
  @supports not (bottom: clamp( 1.25rem , 0.5092592593rem  +  3.7037037037vw , 3.75rem )) {
    .brand-content__img {
      bottom: calc(
        1.25rem + 2.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 950px) and (max-width: 20em) {
  .brand-content__img {
    bottom: 1.25rem;
  }
}
@media (max-width: 950px) and (min-width: 87.5em) {
  .brand-content__img img {
    max-height: 20.0625rem;
  }
}
@media (max-width: 950px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-height: clamp( 6.625rem , 2.6435185185rem  +  19.9074074074vw , 20.0625rem )) {
    .brand-content__img img {
      max-height: clamp( 6.625rem , 2.6435185185rem  +  19.9074074074vw , 20.0625rem );
    }
  }
  @supports not (max-height: clamp( 6.625rem , 2.6435185185rem  +  19.9074074074vw , 20.0625rem )) {
    .brand-content__img img {
      max-height: calc(
        6.625rem + 13.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 950px) and (max-width: 20em) {
  .brand-content__img img {
    max-height: 6.625rem;
  }
}
@media (max-width: 950px) and (min-width: 87.5em) {
  .brand-content__img img {
    max-width: 26.375rem;
  }
}
@media (max-width: 950px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-width: clamp( 7rem , 1.2592592593rem  +  28.7037037037vw , 26.375rem )) {
    .brand-content__img img {
      max-width: clamp( 7rem , 1.2592592593rem  +  28.7037037037vw , 26.375rem );
    }
  }
  @supports not (max-width: clamp( 7rem , 1.2592592593rem  +  28.7037037037vw , 26.375rem )) {
    .brand-content__img img {
      max-width: calc(
        7rem + 19.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 950px) and (max-width: 20em) {
  .brand-content__img img {
    max-width: 7rem;
  }
}
.brand-content__right {
  flex: auto;
}
@media (min-width: 87.5em) {
  .brand-content__right {
    margin-bottom: 3.0625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 2.8125rem , 2.7384259259rem  +  0.3703703704vw , 3.0625rem )) {
    .brand-content__right {
      margin-bottom: clamp( 2.8125rem , 2.7384259259rem  +  0.3703703704vw , 3.0625rem );
    }
  }
  @supports not (margin-bottom: clamp( 2.8125rem , 2.7384259259rem  +  0.3703703704vw , 3.0625rem )) {
    .brand-content__right {
      margin-bottom: calc(
        2.8125rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-content__right {
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 87.5em) {
  .brand-content__pagintion {
    margin-top: 2.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-top: clamp( 1.25rem , 0.787037037rem  +  2.3148148148vw , 2.8125rem )) {
    .brand-content__pagintion {
      margin-top: clamp( 1.25rem , 0.787037037rem  +  2.3148148148vw , 2.8125rem );
    }
  }
  @supports not (margin-top: clamp( 1.25rem , 0.787037037rem  +  2.3148148148vw , 2.8125rem )) {
    .brand-content__pagintion {
      margin-top: calc(
        1.25rem + 1.5625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-content__pagintion {
    margin-top: 1.25rem;
  }
}
.brand-content__logo-slider {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
}
@media (min-width: 87.5em) {
  .brand-content__logo-slider {
    height: 7.6875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (height: clamp( 4rem , 2.9074074074rem  +  5.462962963vw , 7.6875rem )) {
    .brand-content__logo-slider {
      height: clamp( 4rem , 2.9074074074rem  +  5.462962963vw , 7.6875rem );
    }
  }
  @supports not (height: clamp( 4rem , 2.9074074074rem  +  5.462962963vw , 7.6875rem )) {
    .brand-content__logo-slider {
      height: calc(
        4rem + 3.6875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-content__logo-slider {
    height: 4rem;
  }
}
@media (min-width: 87.5em) {
  .brand-content__logo-slider {
    padding: 1.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding: clamp( 0.6875rem , 0.3726851852rem  +  1.5740740741vw , 1.75rem )) {
    .brand-content__logo-slider {
      padding: clamp( 0.6875rem , 0.3726851852rem  +  1.5740740741vw , 1.75rem );
    }
  }
  @supports not (padding: clamp( 0.6875rem , 0.3726851852rem  +  1.5740740741vw , 1.75rem )) {
    .brand-content__logo-slider {
      padding: calc(
        0.6875rem + 1.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-content__logo-slider {
    padding: 0.6875rem;
  }
}
.brand-content__logo-slide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.brand-content__logo-slide img, .brand-content__logo-slide picture {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media (min-width: 87.5em) {
  .brand-content__logo-slide img, .brand-content__logo-slide picture {
    max-height: 4.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-height: clamp( 2.625rem , 2.162037037rem  +  2.3148148148vw , 4.1875rem )) {
    .brand-content__logo-slide img, .brand-content__logo-slide picture {
      max-height: clamp( 2.625rem , 2.162037037rem  +  2.3148148148vw , 4.1875rem );
    }
  }
  @supports not (max-height: clamp( 2.625rem , 2.162037037rem  +  2.3148148148vw , 4.1875rem )) {
    .brand-content__logo-slide img, .brand-content__logo-slide picture {
      max-height: calc(
        2.625rem + 1.5625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-content__logo-slide img, .brand-content__logo-slide picture {
    max-height: 2.625rem;
  }
}

.brand-slider {
  overflow: hidden;
}
@media (min-width: 87.5em) {
  .brand-slider {
    max-width: 34.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-width: clamp( 12.5rem , 5.9814814815rem  +  32.5925925926vw , 34.5rem )) {
    .brand-slider {
      max-width: clamp( 12.5rem , 5.9814814815rem  +  32.5925925926vw , 34.5rem );
    }
  }
  @supports not (max-width: clamp( 12.5rem , 5.9814814815rem  +  32.5925925926vw , 34.5rem )) {
    .brand-slider {
      max-width: calc(
        12.5rem + 22 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-slider {
    max-width: 12.5rem;
  }
}
@media (max-width: 950px) {
  .brand-slider {
    margin-right: 15rem;
  }
}
@media (max-width: 950px) and (min-width: 87.5em) {
  .brand-slider {
    max-width: 97rem;
  }
}
@media (max-width: 950px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-width: clamp( 25rem , 3.6666666667rem  +  106.6666666667vw , 97rem )) {
    .brand-slider {
      max-width: clamp( 25rem , 3.6666666667rem  +  106.6666666667vw , 97rem );
    }
  }
  @supports not (max-width: clamp( 25rem , 3.6666666667rem  +  106.6666666667vw , 97rem )) {
    .brand-slider {
      max-width: calc(
        25rem + 72 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 950px) and (max-width: 20em) {
  .brand-slider {
    max-width: 25rem;
  }
}
@media (max-width: 950px) and (min-width: 87.5em) {
  .brand-slider {
    margin-right: 18.125rem;
  }
}
@media (max-width: 950px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-right: clamp( 8.75rem , 5.9722222222rem  +  13.8888888889vw , 18.125rem )) {
    .brand-slider {
      margin-right: clamp( 8.75rem , 5.9722222222rem  +  13.8888888889vw , 18.125rem );
    }
  }
  @supports not (margin-right: clamp( 8.75rem , 5.9722222222rem  +  13.8888888889vw , 18.125rem )) {
    .brand-slider {
      margin-right: calc(
        8.75rem + 9.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 950px) and (max-width: 20em) {
  .brand-slider {
    margin-right: 8.75rem;
  }
}
@media (max-width: 650px) and (min-width: 87.5em) {
  .brand-slider {
    margin-right: 0.0625rem;
  }
}
@media (max-width: 650px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-right: clamp( 0.00000625rem , -0.0185104167rem  +  0.0925833333vw , 0.0625rem )) {
    .brand-slider {
      margin-right: clamp( 0.00000625rem , -0.0185104167rem  +  0.0925833333vw , 0.0625rem );
    }
  }
  @supports not (margin-right: clamp( 0.00000625rem , -0.0185104167rem  +  0.0925833333vw , 0.0625rem )) {
    .brand-slider {
      margin-right: calc(
        0.00000625rem + 0.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 650px) and (max-width: 20em) {
  .brand-slider {
    margin-right: 0.00000625rem;
  }
}
@media (max-width: 450px) {
  .brand-slider {
    margin-right: -1.25rem !important;
  }
}
.brand-slider__slide-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 87.5em) {
  .brand-slider__slide-row {
    gap: 0.625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 0.5rem , 0.462962963rem  +  0.1851851852vw , 0.625rem )) {
    .brand-slider__slide-row {
      gap: clamp( 0.5rem , 0.462962963rem  +  0.1851851852vw , 0.625rem );
    }
  }
  @supports not (gap: clamp( 0.5rem , 0.462962963rem  +  0.1851851852vw , 0.625rem )) {
    .brand-slider__slide-row {
      gap: calc(
        0.5rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-slider__slide-row {
    gap: 0.5rem;
  }
}
.brand-slider__slide-item {
  display: flex;
  gap: 0.625rem;
}
.brand-slider__slide-item p {
  font-weight: 500;
  line-height: 144%;
}
@media (min-width: 87.5em) {
  .brand-slider__slide-item p {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1rem , 0.962962963rem  +  0.1851851852vw , 1.125rem )) {
    .brand-slider__slide-item p {
      font-size: clamp( 1rem , 0.962962963rem  +  0.1851851852vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.962962963rem  +  0.1851851852vw , 1.125rem )) {
    .brand-slider__slide-item p {
      font-size: calc(
        1rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-slider__slide-item p {
    font-size: 1rem;
  }
}
.brand-slider__icon-row {
  display: flex;
  align-items: center;
}
@media (min-width: 87.5em) {
  .brand-slider__icon-row {
    gap: 0.4125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 0.3375rem , 0.3152777778rem  +  0.1111111111vw , 0.4125rem )) {
    .brand-slider__icon-row {
      gap: clamp( 0.3375rem , 0.3152777778rem  +  0.1111111111vw , 0.4125rem );
    }
  }
  @supports not (gap: clamp( 0.3375rem , 0.3152777778rem  +  0.1111111111vw , 0.4125rem )) {
    .brand-slider__icon-row {
      gap: calc(
        0.3375rem + 0.075 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .brand-slider__icon-row {
    gap: 0.3375rem;
  }
}
.brand-slider__icon {
  height: 0.9375rem;
}
.brand-slider__icon img {
  height: 0.9375rem;
  width: auto;
}

@media (min-width: 87.5em) {
  .contacts {
    padding-top: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 1.5rem , 0.8333333333rem  +  3.3333333333vw , 3.75rem )) {
    .contacts {
      padding-top: clamp( 1.5rem , 0.8333333333rem  +  3.3333333333vw , 3.75rem );
    }
  }
  @supports not (padding-top: clamp( 1.5rem , 0.8333333333rem  +  3.3333333333vw , 3.75rem )) {
    .contacts {
      padding-top: calc(
        1.5rem + 2.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts {
    padding-top: 1.5rem;
  }
}
@media (max-width: 970px) {
  .contacts__container {
    max-width: 40.625rem;
  }
}
@media (min-width: 87.5em) {
  .contacts__crumb {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.4375rem , 1.3078703704rem  +  0.6481481481vw , 1.875rem )) {
    .contacts__crumb {
      margin-bottom: clamp( 1.4375rem , 1.3078703704rem  +  0.6481481481vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.4375rem , 1.3078703704rem  +  0.6481481481vw , 1.875rem )) {
    .contacts__crumb {
      margin-bottom: calc(
        1.4375rem + 0.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts__crumb {
    margin-bottom: 1.4375rem;
  }
}
.contacts__row {
  display: flex;
  align-items: start;
}
@media (min-width: 87.5em) {
  .contacts__row {
    gap: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 1.25rem , 0.7314814815rem  +  2.5925925926vw , 3rem )) {
    .contacts__row {
      gap: clamp( 1.25rem , 0.7314814815rem  +  2.5925925926vw , 3rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 0.7314814815rem  +  2.5925925926vw , 3rem )) {
    .contacts__row {
      gap: calc(
        1.25rem + 1.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts__row {
    gap: 1.25rem;
  }
}
@media (max-width: 970px) {
  .contacts__row {
    flex-direction: column;
  }
}
@media (max-width: 970px) and (min-width: 87.5em) {
  .contacts__row {
    gap: 6.75rem;
  }
}
@media (max-width: 970px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 5.625rem , 5.2916666667rem  +  1.6666666667vw , 6.75rem )) {
    .contacts__row {
      gap: clamp( 5.625rem , 5.2916666667rem  +  1.6666666667vw , 6.75rem );
    }
  }
  @supports not (gap: clamp( 5.625rem , 5.2916666667rem  +  1.6666666667vw , 6.75rem )) {
    .contacts__row {
      gap: calc(
        5.625rem + 1.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 970px) and (max-width: 20em) {
  .contacts__row {
    gap: 5.625rem;
  }
}
.contacts__left {
  max-width: 45.9375rem;
  width: 100%;
  flex: auto;
  min-width: 31.25rem;
}
@media (max-width: 970px) {
  .contacts__left {
    min-width: 0;
    max-width: 100%;
  }
}
@media (min-width: 87.5em) {
  .contacts__title {
    margin-bottom: 1.0625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 0.4375rem , 0.2523148148rem  +  0.9259259259vw , 1.0625rem )) {
    .contacts__title {
      margin-bottom: clamp( 0.4375rem , 0.2523148148rem  +  0.9259259259vw , 1.0625rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.4375rem , 0.2523148148rem  +  0.9259259259vw , 1.0625rem )) {
    .contacts__title {
      margin-bottom: calc(
        0.4375rem + 0.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts__title {
    margin-bottom: 0.4375rem;
  }
}
.contacts__sub-text {
  font-weight: 700;
  color: var(--tekst);
  line-height: 122%;
  max-width: 37rem;
}
@media (min-width: 87.5em) {
  .contacts__sub-text {
    font-size: 1.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.875rem , 0.7268518519rem  +  0.7407407407vw , 1.375rem )) {
    .contacts__sub-text {
      font-size: clamp( 0.875rem , 0.7268518519rem  +  0.7407407407vw , 1.375rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7268518519rem  +  0.7407407407vw , 1.375rem )) {
    .contacts__sub-text {
      font-size: calc(
        0.875rem + 0.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts__sub-text {
    font-size: 0.875rem;
  }
}
@media (min-width: 87.5em) {
  .contacts__sub-text {
    margin-bottom: 2.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.7824074074rem  +  0.462962963vw , 2.1875rem )) {
    .contacts__sub-text {
      margin-bottom: clamp( 1.875rem , 1.7824074074rem  +  0.462962963vw , 2.1875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.7824074074rem  +  0.462962963vw , 2.1875rem )) {
    .contacts__sub-text {
      margin-bottom: calc(
        1.875rem + 0.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts__sub-text {
    margin-bottom: 1.875rem;
  }
}
.contacts__row-item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 87.5em) {
  .contacts__row-item {
    gap: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 1.25rem , 1.0648148148rem  +  0.9259259259vw , 1.875rem )) {
    .contacts__row-item {
      gap: clamp( 1.25rem , 1.0648148148rem  +  0.9259259259vw , 1.875rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 1.0648148148rem  +  0.9259259259vw , 1.875rem )) {
    .contacts__row-item {
      gap: calc(
        1.25rem + 0.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts__row-item {
    gap: 1.25rem;
  }
}
@media (max-width: 540px) {
  .contacts__row-item {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.contacts__right {
  overflow: clip;
  position: sticky;
  top: 1.25rem;
  background: var(--temnye-plashki);
  border-radius: 18px;
  padding-top: 2.125rem;
  max-width: 38.5625rem;
}
@media (min-width: 87.5em) {
  .contacts__right {
    padding-left: 4.0625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 1.25rem , 0.4166666667rem  +  4.1666666667vw , 4.0625rem )) {
    .contacts__right {
      padding-left: clamp( 1.25rem , 0.4166666667rem  +  4.1666666667vw , 4.0625rem );
    }
  }
  @supports not (padding-left: clamp( 1.25rem , 0.4166666667rem  +  4.1666666667vw , 4.0625rem )) {
    .contacts__right {
      padding-left: calc(
        1.25rem + 2.8125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts__right {
    padding-left: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .contacts__right {
    padding-right: 4.0625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 1.25rem , 0.4166666667rem  +  4.1666666667vw , 4.0625rem )) {
    .contacts__right {
      padding-right: clamp( 1.25rem , 0.4166666667rem  +  4.1666666667vw , 4.0625rem );
    }
  }
  @supports not (padding-right: clamp( 1.25rem , 0.4166666667rem  +  4.1666666667vw , 4.0625rem )) {
    .contacts__right {
      padding-right: calc(
        1.25rem + 2.8125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts__right {
    padding-right: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .contacts__right {
    padding-bottom: 3.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 2.5625rem , 2.1550925926rem  +  2.037037037vw , 3.9375rem )) {
    .contacts__right {
      padding-bottom: clamp( 2.5625rem , 2.1550925926rem  +  2.037037037vw , 3.9375rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.5625rem , 2.1550925926rem  +  2.037037037vw , 3.9375rem )) {
    .contacts__right {
      padding-bottom: calc(
        2.5625rem + 1.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts__right {
    padding-bottom: 2.5625rem;
  }
}
@media (max-width: 1150px) and (min-width: 87.5em) {
  .contacts__right {
    padding-left: 1.5rem;
  }
}
@media (max-width: 1150px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 1.25rem , 1.1759259259rem  +  0.3703703704vw , 1.5rem )) {
    .contacts__right {
      padding-left: clamp( 1.25rem , 1.1759259259rem  +  0.3703703704vw , 1.5rem );
    }
  }
  @supports not (padding-left: clamp( 1.25rem , 1.1759259259rem  +  0.3703703704vw , 1.5rem )) {
    .contacts__right {
      padding-left: calc(
        1.25rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 1150px) and (max-width: 20em) {
  .contacts__right {
    padding-left: 1.25rem;
  }
}
@media (max-width: 1150px) and (min-width: 87.5em) {
  .contacts__right {
    padding-right: 1.5rem;
  }
}
@media (max-width: 1150px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 1.25rem , 1.1759259259rem  +  0.3703703704vw , 1.5rem )) {
    .contacts__right {
      padding-right: clamp( 1.25rem , 1.1759259259rem  +  0.3703703704vw , 1.5rem );
    }
  }
  @supports not (padding-right: clamp( 1.25rem , 1.1759259259rem  +  0.3703703704vw , 1.5rem )) {
    .contacts__right {
      padding-right: calc(
        1.25rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 1150px) and (max-width: 20em) {
  .contacts__right {
    padding-right: 1.25rem;
  }
}
@media (max-width: 540px) {
  .contacts__right {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    border-radius: 28px;
  }
}
.contacts__right-fon {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
}
.contacts__right-fon img {
  width: 100%;
}
@media (max-width: 540px) {
  .contacts__right-fon {
    display: none;
  }
}
.contacts__form-title {
  font-weight: 700;
  color: #fff;
  line-height: 120%;
}
@media (min-width: 87.5em) {
  .contacts__form-title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1.375rem , 0.9490740741rem  +  2.1296296296vw , 2.8125rem )) {
    .contacts__form-title {
      font-size: clamp( 1.375rem , 0.9490740741rem  +  2.1296296296vw , 2.8125rem );
    }
  }
  @supports not (font-size: clamp( 1.375rem , 0.9490740741rem  +  2.1296296296vw , 2.8125rem )) {
    .contacts__form-title {
      font-size: calc(
        1.375rem + 1.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts__form-title {
    font-size: 1.375rem;
  }
}
@media (min-width: 87.5em) {
  .contacts__form-title {
    margin-bottom: 3rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 2.1875rem , 1.9467592593rem  +  1.2037037037vw , 3rem )) {
    .contacts__form-title {
      margin-bottom: clamp( 2.1875rem , 1.9467592593rem  +  1.2037037037vw , 3rem );
    }
  }
  @supports not (margin-bottom: clamp( 2.1875rem , 1.9467592593rem  +  1.2037037037vw , 3rem )) {
    .contacts__form-title {
      margin-bottom: calc(
        2.1875rem + 0.8125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts__form-title {
    margin-bottom: 2.1875rem;
  }
}
.contacts__form {
  position: relative;
  z-index: 1;
}
.contacts__form .input__file-label {
  margin-top: 0.5625rem;
  flex-direction: row-reverse;
  color: #fff;
  justify-content: start;
  font-weight: 600;
}
@media (min-width: 87.5em) {
  .contacts__form .input__file-label {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1rem , 0.962962963rem  +  0.1851851852vw , 1.125rem )) {
    .contacts__form .input__file-label {
      font-size: clamp( 1rem , 0.962962963rem  +  0.1851851852vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.962962963rem  +  0.1851851852vw , 1.125rem )) {
    .contacts__form .input__file-label {
      font-size: calc(
        1rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts__form .input__file-label {
    font-size: 1rem;
  }
}
@media (min-width: 87.5em) {
  .contacts__form .input__file-label {
    gap: 1.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 1.0625rem , 0.9699074074rem  +  0.462962963vw , 1.375rem )) {
    .contacts__form .input__file-label {
      gap: clamp( 1.0625rem , 0.9699074074rem  +  0.462962963vw , 1.375rem );
    }
  }
  @supports not (gap: clamp( 1.0625rem , 0.9699074074rem  +  0.462962963vw , 1.375rem )) {
    .contacts__form .input__file-label {
      gap: calc(
        1.0625rem + 0.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts__form .input__file-label {
    gap: 1.0625rem;
  }
}
.contacts__form .input__file-label .input__file-button {
  height: auto;
  width: 1.9375rem;
}
@media (min-width: 87.5em) {
  .contacts__form .popup-form__button {
    margin-top: 3.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-top: clamp( 1.9375rem , 1.5486111111rem  +  1.9444444444vw , 3.25rem )) {
    .contacts__form .popup-form__button {
      margin-top: clamp( 1.9375rem , 1.5486111111rem  +  1.9444444444vw , 3.25rem );
    }
  }
  @supports not (margin-top: clamp( 1.9375rem , 1.5486111111rem  +  1.9444444444vw , 3.25rem )) {
    .contacts__form .popup-form__button {
      margin-top: calc(
        1.9375rem + 1.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts__form .popup-form__button {
    margin-top: 1.9375rem;
  }
}
.contacts__form .item-checkbox p {
  color: #fff;
  font-size: 0.75rem;
  margin-top: 0.0625rem;
}
.contacts__form .item-checkbox__icon {
  background: none;
  border-color: #fff;
}

.contacts-item {
  background: var(--svetlye-plashki);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 7.875rem;
}
@media (min-width: 87.5em) {
  .contacts-item {
    padding-left: 2.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 1.4375rem , 1.1041666667rem  +  1.6666666667vw , 2.5625rem )) {
    .contacts-item {
      padding-left: clamp( 1.4375rem , 1.1041666667rem  +  1.6666666667vw , 2.5625rem );
    }
  }
  @supports not (padding-left: clamp( 1.4375rem , 1.1041666667rem  +  1.6666666667vw , 2.5625rem )) {
    .contacts-item {
      padding-left: calc(
        1.4375rem + 1.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts-item {
    padding-left: 1.4375rem;
  }
}
@media (min-width: 87.5em) {
  .contacts-item {
    padding-right: 2.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 1.4375rem , 1.1041666667rem  +  1.6666666667vw , 2.5625rem )) {
    .contacts-item {
      padding-right: clamp( 1.4375rem , 1.1041666667rem  +  1.6666666667vw , 2.5625rem );
    }
  }
  @supports not (padding-right: clamp( 1.4375rem , 1.1041666667rem  +  1.6666666667vw , 2.5625rem )) {
    .contacts-item {
      padding-right: calc(
        1.4375rem + 1.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts-item {
    padding-right: 1.4375rem;
  }
}
@media (min-width: 87.5em) {
  .contacts-item {
    padding-top: 1.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 1.5625rem , 1.4513888889rem  +  0.5555555556vw , 1.9375rem )) {
    .contacts-item {
      padding-top: clamp( 1.5625rem , 1.4513888889rem  +  0.5555555556vw , 1.9375rem );
    }
  }
  @supports not (padding-top: clamp( 1.5625rem , 1.4513888889rem  +  0.5555555556vw , 1.9375rem )) {
    .contacts-item {
      padding-top: calc(
        1.5625rem + 0.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts-item {
    padding-top: 1.5625rem;
  }
}
@media (min-width: 87.5em) {
  .contacts-item {
    padding-bottom: 1.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 1.5625rem , 1.4513888889rem  +  0.5555555556vw , 1.9375rem )) {
    .contacts-item {
      padding-bottom: clamp( 1.5625rem , 1.4513888889rem  +  0.5555555556vw , 1.9375rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.5625rem , 1.4513888889rem  +  0.5555555556vw , 1.9375rem )) {
    .contacts-item {
      padding-bottom: calc(
        1.5625rem + 0.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts-item {
    padding-bottom: 1.5625rem;
  }
}
@media (min-width: 87.5em) {
  .contacts-item.two {
    padding-left: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 2.875rem , 2.5416666667rem  +  1.6666666667vw , 4rem )) {
    .contacts-item.two {
      padding-left: clamp( 2.875rem , 2.5416666667rem  +  1.6666666667vw , 4rem );
    }
  }
  @supports not (padding-left: clamp( 2.875rem , 2.5416666667rem  +  1.6666666667vw , 4rem )) {
    .contacts-item.two {
      padding-left: calc(
        2.875rem + 1.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts-item.two {
    padding-left: 2.875rem;
  }
}
@media (min-width: 87.5em) {
  .contacts-item.two {
    padding-right: 2.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 2.4375rem , 2.7615740741rem  +  -0.3703703704vw , 2.6875rem )) {
    .contacts-item.two {
      padding-right: clamp( 2.4375rem , 2.7615740741rem  +  -0.3703703704vw , 2.6875rem );
    }
  }
  @supports not (padding-right: clamp( 2.4375rem , 2.7615740741rem  +  -0.3703703704vw , 2.6875rem )) {
    .contacts-item.two {
      padding-right: calc(
        2.6875rem + -0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts-item.two {
    padding-right: 2.6875rem;
  }
}
@media (max-width: 540px) {
  .contacts-item {
    border-radius: 28px;
  }
}
.contacts-item__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contacts-item__link img {
  position: relative;
}
.contacts-item__link p {
  font-weight: 600;
  line-height: 178%;
  letter-spacing: 0.02em;
  color: #162842;
  transition: all 0.3s ease 0s;
}
@media (min-width: 87.5em) {
  .contacts-item__link p {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1rem , 0.962962963rem  +  0.1851851852vw , 1.125rem )) {
    .contacts-item__link p {
      font-size: clamp( 1rem , 0.962962963rem  +  0.1851851852vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.962962963rem  +  0.1851851852vw , 1.125rem )) {
    .contacts-item__link p {
      font-size: calc(
        1rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts-item__link p {
    font-size: 1rem;
  }
}
.contacts-item a.contacts-item__link:hover p {
  color: var(--ssylki);
}
.contacts-item__row {
  display: flex;
  justify-content: space-between;
  gap: 1.75rem;
}
@media (max-width: 580px) {
  .contacts-item__row {
    flex-direction: column;
  }
}
.contacts-item__text {
  display: flex;
  flex-direction: column;
  max-width: 16.25rem;
}
@media (min-width: 87.5em) {
  .contacts-item__text {
    gap: 0.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 0.375rem , 0.337962963rem  +  0.1851851852vw , 0.5rem )) {
    .contacts-item__text {
      gap: clamp( 0.375rem , 0.337962963rem  +  0.1851851852vw , 0.5rem );
    }
  }
  @supports not (gap: clamp( 0.375rem , 0.337962963rem  +  0.1851851852vw , 0.5rem )) {
    .contacts-item__text {
      gap: calc(
        0.375rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts-item__text {
    gap: 0.375rem;
  }
}
.contacts-item__text p {
  font-weight: 400;
  line-height: 150%;
  color: #162842;
}
@media (min-width: 87.5em) {
  .contacts-item__text p {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .contacts-item__text p {
      font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .contacts-item__text p {
      font-size: calc(
        0.875rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts-item__text p {
    font-size: 0.875rem;
  }
}
@media (max-width: 400px) {
  .contacts-item__text p {
    line-height: 136%;
  }
}
.contacts-item__text.big {
  max-width: 100%;
}
.contacts-item__text.big p {
  font-weight: 600;
  font-size: 16px;
  line-height: 144%;
  color: #162842;
}
.contacts-item__text.big a {
  color: #162842;
  transition: all 0.3s ease 0s;
}
.contacts-item__text.big a:hover {
  color: var(--ssylki);
}
.contacts-item__button-down {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 142%;
  color: var(--ssylki);
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (min-width: 87.5em) {
  .contacts-item__button-down {
    gap: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 0.875rem , 0.6898148148rem  +  0.9259259259vw , 1.5rem )) {
    .contacts-item__button-down {
      gap: clamp( 0.875rem , 0.6898148148rem  +  0.9259259259vw , 1.5rem );
    }
  }
  @supports not (gap: clamp( 0.875rem , 0.6898148148rem  +  0.9259259259vw , 1.5rem )) {
    .contacts-item__button-down {
      gap: calc(
        0.875rem + 0.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts-item__button-down {
    gap: 0.875rem;
  }
}
.contacts-item__button-down span {
  max-width: 5.125rem;
}
.contacts-item__button-down:hover {
  color: #162842;
}
.contacts-item__button-down .mob {
  display: none;
}
@media (max-width: 580px) {
  .contacts-item__button-down .mob {
    display: block;
  }
  .contacts-item__button-down .web {
    display: none;
  }
  .contacts-item__button-down span {
    max-width: 100%;
  }
}
.contacts-item__title {
  margin-bottom: 1.25rem;
  font-weight: 600;
  padding-left: 1.375rem;
}
@media (min-width: 87.5em) {
  .contacts-item__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1rem , 0.962962963rem  +  0.1851851852vw , 1.125rem )) {
    .contacts-item__title {
      font-size: clamp( 1rem , 0.962962963rem  +  0.1851851852vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.962962963rem  +  0.1851851852vw , 1.125rem )) {
    .contacts-item__title {
      font-size: calc(
        1rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .contacts-item__title {
    font-size: 1rem;
  }
}
@media (min-width: 541px) {
  .contacts-item__title {
    display: none;
  }
}
.two .contacts-item__title {
  padding-left: 0;
}

@media (min-width: 87.5em) {
  .structure {
    padding-top: 9.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem )) {
    .structure {
      padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem );
    }
  }
  @supports not (padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem )) {
    .structure {
      padding-top: calc(
        5.625rem + 3.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .structure {
    padding-top: 5.625rem;
  }
}
@media (max-width: 920px) {
  .structure__container {
    max-width: 700px;
  }
}
.structure__title {
  text-align: center;
  margin-bottom: 1.6875rem;
}
@media (max-width: 920px) {
  .structure__title {
    text-align: left;
    margin-bottom: 1.875rem;
  }
}
.structure__img {
  width: 100%;
}
@media (min-width: 87.5em) {
  .structure__img {
    margin-bottom: 5.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 0.00000625rem , -1.5740659722rem  +  7.8703611111vw , 5.3125rem )) {
    .structure__img {
      margin-bottom: clamp( 0.00000625rem , -1.5740659722rem  +  7.8703611111vw , 5.3125rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.00000625rem , -1.5740659722rem  +  7.8703611111vw , 5.3125rem )) {
    .structure__img {
      margin-bottom: calc(
        0.00000625rem + 5.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .structure__img {
    margin-bottom: 0.00000625rem;
  }
}
@media (min-width: 87.5em) {
  .structure__img {
    padding-left: 7.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 0.00000625rem , -2.1296215278rem  +  10.6481388889vw , 7.1875rem )) {
    .structure__img {
      padding-left: clamp( 0.00000625rem , -2.1296215278rem  +  10.6481388889vw , 7.1875rem );
    }
  }
  @supports not (padding-left: clamp( 0.00000625rem , -2.1296215278rem  +  10.6481388889vw , 7.1875rem )) {
    .structure__img {
      padding-left: calc(
        0.00000625rem + 7.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .structure__img {
    padding-left: 0.00000625rem;
  }
}
@media (min-width: 87.5em) {
  .structure__img {
    padding-right: 7.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 0.00000625rem , -2.1296215278rem  +  10.6481388889vw , 7.1875rem )) {
    .structure__img {
      padding-right: clamp( 0.00000625rem , -2.1296215278rem  +  10.6481388889vw , 7.1875rem );
    }
  }
  @supports not (padding-right: clamp( 0.00000625rem , -2.1296215278rem  +  10.6481388889vw , 7.1875rem )) {
    .structure__img {
      padding-right: calc(
        0.00000625rem + 7.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .structure__img {
    padding-right: 0.00000625rem;
  }
}
.structure__img img {
  width: 100%;
}
@media (max-width: 920px) {
  .structure__img {
    display: none;
  }
}
.structure__row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (min-width: 87.5em) {
  .structure__row {
    gap: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 0.00000625rem , -0.7407326389rem  +  3.7036944444vw , 2.5rem )) {
    .structure__row {
      gap: clamp( 0.00000625rem , -0.7407326389rem  +  3.7036944444vw , 2.5rem );
    }
  }
  @supports not (gap: clamp( 0.00000625rem , -0.7407326389rem  +  3.7036944444vw , 2.5rem )) {
    .structure__row {
      gap: calc(
        0.00000625rem + 2.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .structure__row {
    gap: 0.00000625rem;
  }
}
@media (max-width: 920px) {
  .structure__row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 920px) and (min-width: 87.5em) {
  .structure__row {
    gap: 1.875rem;
  }
}
@media (max-width: 920px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 1.25rem , 1.0648148148rem  +  0.9259259259vw , 1.875rem )) {
    .structure__row {
      gap: clamp( 1.25rem , 1.0648148148rem  +  0.9259259259vw , 1.875rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 1.0648148148rem  +  0.9259259259vw , 1.875rem )) {
    .structure__row {
      gap: calc(
        1.25rem + 0.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 920px) and (max-width: 20em) {
  .structure__row {
    gap: 1.25rem;
  }
}
@media (max-width: 920px) and (min-width: 87.5em) {
  .structure__row {
    padding-left: 6.25rem;
  }
}
@media (max-width: 920px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 4rem , 3.3333333333rem  +  3.3333333333vw , 6.25rem )) {
    .structure__row {
      padding-left: clamp( 4rem , 3.3333333333rem  +  3.3333333333vw , 6.25rem );
    }
  }
  @supports not (padding-left: clamp( 4rem , 3.3333333333rem  +  3.3333333333vw , 6.25rem )) {
    .structure__row {
      padding-left: calc(
        4rem + 2.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 920px) and (max-width: 20em) {
  .structure__row {
    padding-left: 4rem;
  }
}
@media (max-width: 920px) {
  .structure__row::before {
    position: absolute;
    content: "";
    width: auto;
    height: 100%;
    background: url(../images/structure/structure-img-mob.png) no-repeat center center/contain;
    top: -1.1875rem;
    aspect-ratio: 27/389;
    max-height: 24.3125rem;
  }
}
@media (max-width: 920px) and (min-width: 87.5em) {
  .structure__row::before {
    left: 3.125rem;
  }
}
@media (max-width: 920px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (left: clamp( 0.8125rem , 0.1273148148rem  +  3.4259259259vw , 3.125rem )) {
    .structure__row::before {
      left: clamp( 0.8125rem , 0.1273148148rem  +  3.4259259259vw , 3.125rem );
    }
  }
  @supports not (left: clamp( 0.8125rem , 0.1273148148rem  +  3.4259259259vw , 3.125rem )) {
    .structure__row::before {
      left: calc(
        0.8125rem + 2.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 920px) and (max-width: 20em) {
  .structure__row::before {
    left: 0.8125rem;
  }
}
.structure__item {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.structure__item h3 {
  font-weight: 700;
  line-height: 109%;
  text-align: center;
  color: #162842;
}
@media (min-width: 87.5em) {
  .structure__item h3 {
    font-size: 1.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1rem , 0.8888888889rem  +  0.5555555556vw , 1.375rem )) {
    .structure__item h3 {
      font-size: clamp( 1rem , 0.8888888889rem  +  0.5555555556vw , 1.375rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.8888888889rem  +  0.5555555556vw , 1.375rem )) {
    .structure__item h3 {
      font-size: calc(
        1rem + 0.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .structure__item h3 {
    font-size: 1rem;
  }
}
@media (min-width: 87.5em) {
  .structure__item h3 {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem )) {
    .structure__item h3 {
      margin-bottom: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem )) {
    .structure__item h3 {
      margin-bottom: calc(
        0.3125rem + 0.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .structure__item h3 {
    margin-bottom: 0.3125rem;
  }
}
@media (max-width: 1070px) and (min-width: 87.5em) {
  .structure__item h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 1070px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1rem , 0.962962963rem  +  0.1851851852vw , 1.125rem )) {
    .structure__item h3 {
      font-size: clamp( 1rem , 0.962962963rem  +  0.1851851852vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.962962963rem  +  0.1851851852vw , 1.125rem )) {
    .structure__item h3 {
      font-size: calc(
        1rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 1070px) and (max-width: 20em) {
  .structure__item h3 {
    font-size: 1rem;
  }
}
@media (max-width: 1070px) and (min-width: 87.5em) {
  .structure__item h3 {
    margin-bottom: 0.4375rem;
  }
}
@media (max-width: 1070px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 0.3125rem , 0.275462963rem  +  0.1851851852vw , 0.4375rem )) {
    .structure__item h3 {
      margin-bottom: clamp( 0.3125rem , 0.275462963rem  +  0.1851851852vw , 0.4375rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.3125rem , 0.275462963rem  +  0.1851851852vw , 0.4375rem )) {
    .structure__item h3 {
      margin-bottom: calc(
        0.3125rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 1070px) and (max-width: 20em) {
  .structure__item h3 {
    margin-bottom: 0.3125rem;
  }
}
@media (max-width: 920px) {
  .structure__item h3 {
    text-align: left;
  }
}
@media (max-width: 920px) and (min-width: 87.5em) {
  .structure__item h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 920px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1rem , 0.8888888889rem  +  0.5555555556vw , 1.375rem )) {
    .structure__item h3 {
      font-size: clamp( 1rem , 0.8888888889rem  +  0.5555555556vw , 1.375rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.8888888889rem  +  0.5555555556vw , 1.375rem )) {
    .structure__item h3 {
      font-size: calc(
        1rem + 0.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 920px) and (max-width: 20em) {
  .structure__item h3 {
    font-size: 1rem;
  }
}
@media (max-width: 920px) and (min-width: 87.5em) {
  .structure__item h3 {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 920px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem )) {
    .structure__item h3 {
      margin-bottom: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.3125rem , 0.2199074074rem  +  0.462962963vw , 0.625rem )) {
    .structure__item h3 {
      margin-bottom: calc(
        0.3125rem + 0.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 920px) and (max-width: 20em) {
  .structure__item h3 {
    margin-bottom: 0.3125rem;
  }
}
.structure__item p {
  margin-top: auto;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  color: #162842;
}
@media (min-width: 87.5em) {
  .structure__item p {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem )) {
    .structure__item p {
      font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem )) {
    .structure__item p {
      font-size: calc(
        0.75rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .structure__item p {
    font-size: 0.75rem;
  }
}
@media (max-width: 1070px) and (min-width: 87.5em) {
  .structure__item p {
    font-size: 0.875rem;
  }
}
@media (max-width: 1070px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.712962963rem  +  0.1851851852vw , 0.875rem )) {
    .structure__item p {
      font-size: clamp( 0.75rem , 0.712962963rem  +  0.1851851852vw , 0.875rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.712962963rem  +  0.1851851852vw , 0.875rem )) {
    .structure__item p {
      font-size: calc(
        0.75rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 1070px) and (max-width: 20em) {
  .structure__item p {
    font-size: 0.75rem;
  }
}
@media (max-width: 920px) {
  .structure__item p {
    text-align: left;
  }
}
@media (max-width: 920px) and (min-width: 87.5em) {
  .structure__item p {
    font-size: 1rem;
  }
}
@media (max-width: 920px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem )) {
    .structure__item p {
      font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem )) {
    .structure__item p {
      font-size: calc(
        0.75rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 920px) and (max-width: 20em) {
  .structure__item p {
    font-size: 0.75rem;
  }
}
@media (max-width: 430px) {
  .structure__item p {
    line-height: 120%;
  }
}

@media (min-width: 87.5em) {
  .mission {
    padding-top: 11.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 5.625rem , 3.8842592593rem  +  8.7037037037vw , 11.5rem )) {
    .mission {
      padding-top: clamp( 5.625rem , 3.8842592593rem  +  8.7037037037vw , 11.5rem );
    }
  }
  @supports not (padding-top: clamp( 5.625rem , 3.8842592593rem  +  8.7037037037vw , 11.5rem )) {
    .mission {
      padding-top: calc(
        5.625rem + 5.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .mission {
    padding-top: 5.625rem;
  }
}
.mission__row {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
@media (max-width: 960px) {
  .mission__row {
    flex-direction: column;
    gap: 1.875rem;
  }
}
.mission__left {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #f6faff 0%, #dcf0fe 100%);
  max-width: 37rem;
  border-radius: 18px;
}
@media (min-width: 87.5em) {
  .mission__left {
    padding-top: 5.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 2.3125rem , 1.4791666667rem  +  4.1666666667vw , 5.125rem )) {
    .mission__left {
      padding-top: clamp( 2.3125rem , 1.4791666667rem  +  4.1666666667vw , 5.125rem );
    }
  }
  @supports not (padding-top: clamp( 2.3125rem , 1.4791666667rem  +  4.1666666667vw , 5.125rem )) {
    .mission__left {
      padding-top: calc(
        2.3125rem + 2.8125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .mission__left {
    padding-top: 2.3125rem;
  }
}
@media (min-width: 87.5em) {
  .mission__left {
    padding-left: 4.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 1.25rem , 0.3796296296rem  +  4.3518518519vw , 4.1875rem )) {
    .mission__left {
      padding-left: clamp( 1.25rem , 0.3796296296rem  +  4.3518518519vw , 4.1875rem );
    }
  }
  @supports not (padding-left: clamp( 1.25rem , 0.3796296296rem  +  4.3518518519vw , 4.1875rem )) {
    .mission__left {
      padding-left: calc(
        1.25rem + 2.9375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .mission__left {
    padding-left: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .mission__left {
    padding-bottom: 5.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 1.75rem , 0.6759259259rem  +  5.3703703704vw , 5.375rem )) {
    .mission__left {
      padding-bottom: clamp( 1.75rem , 0.6759259259rem  +  5.3703703704vw , 5.375rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.75rem , 0.6759259259rem  +  5.3703703704vw , 5.375rem )) {
    .mission__left {
      padding-bottom: calc(
        1.75rem + 3.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .mission__left {
    padding-bottom: 1.75rem;
  }
}
.mission__left::before {
  position: absolute;
  pointer-events: none;
  content: "";
  width: auto;
  height: 100%;
  background: url(../images/mission/misson-bac.png) no-repeat center center/contain;
  top: 0;
  right: -13.9375rem;
  aspect-ratio: 474/413;
  z-index: -1;
}
@media (max-width: 960px) {
  .mission__left::before {
    display: none;
  }
}
@media (max-width: 960px) {
  .mission__left {
    max-width: 100%;
  }
}
@media (max-width: 960px) and (min-width: 87.5em) {
  .mission__left {
    padding-right: 4.1875rem;
  }
}
@media (max-width: 960px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 1.25rem , 0.3796296296rem  +  4.3518518519vw , 4.1875rem )) {
    .mission__left {
      padding-right: clamp( 1.25rem , 0.3796296296rem  +  4.3518518519vw , 4.1875rem );
    }
  }
  @supports not (padding-right: clamp( 1.25rem , 0.3796296296rem  +  4.3518518519vw , 4.1875rem )) {
    .mission__left {
      padding-right: calc(
        1.25rem + 2.9375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 960px) and (max-width: 20em) {
  .mission__left {
    padding-right: 1.25rem;
  }
}
@media (max-width: 550px) {
  .mission__left {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    min-width: calc(100% + 2.5rem);
  }
}
@media (min-width: 87.5em) {
  .mission__title {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 0.4375rem , 0.0115740741rem  +  2.1296296296vw , 1.875rem )) {
    .mission__title {
      margin-bottom: clamp( 0.4375rem , 0.0115740741rem  +  2.1296296296vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.4375rem , 0.0115740741rem  +  2.1296296296vw , 1.875rem )) {
    .mission__title {
      margin-bottom: calc(
        0.4375rem + 1.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .mission__title {
    margin-bottom: 0.4375rem;
  }
}
.mission__text {
  display: flex;
  flex-direction: column;
  margin-right: -1.9375rem;
}
@media (min-width: 87.5em) {
  .mission__text {
    gap: 0.625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 0.375rem , 0.3009259259rem  +  0.3703703704vw , 0.625rem )) {
    .mission__text {
      gap: clamp( 0.375rem , 0.3009259259rem  +  0.3703703704vw , 0.625rem );
    }
  }
  @supports not (gap: clamp( 0.375rem , 0.3009259259rem  +  0.3703703704vw , 0.625rem )) {
    .mission__text {
      gap: calc(
        0.375rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .mission__text {
    gap: 0.375rem;
  }
}
.mission__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--tekst);
}
@media (min-width: 87.5em) {
  .mission__text p {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .mission__text p {
      font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .mission__text p {
      font-size: calc(
        0.875rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .mission__text p {
    font-size: 0.875rem;
  }
}
@media (max-width: 960px) {
  .mission__text {
    margin-right: 0;
  }
}
.mission__right {
  max-width: 41.375rem;
  width: 100%;
}
@media (max-width: 960px) {
  .mission__right {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 750px) {
  .mission__right {
    max-width: 100%;
  }
}
@media (min-width: 87.5em) {
  .mission__slider {
    margin-top: 9rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-top: clamp( 5.625rem , 4.625rem  +  5vw , 9rem )) {
    .mission__slider {
      margin-top: clamp( 5.625rem , 4.625rem  +  5vw , 9rem );
    }
  }
  @supports not (margin-top: clamp( 5.625rem , 4.625rem  +  5vw , 9rem )) {
    .mission__slider {
      margin-top: calc(
        5.625rem + 3.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .mission__slider {
    margin-top: 5.625rem;
  }
}
@media (min-width: 551px) {
  .mission__slider {
    overflow: hidden;
  }
}
.mission__bottom {
  margin-top: 2.125rem;
}
@media (max-width: 550px) {
  .mission__bottom {
    display: none;
  }
}
.mission__slider-buttons {
  margin-left: auto;
}

.item-mission {
  display: flex;
  align-items: center;
  border-radius: 7px;
}
@media (max-width: 750px) {
  .item-mission {
    margin-left: 0 !important;
  }
}
.item-mission__letter {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3.6875rem;
  font-weight: 800;
  font-size: 2.0625rem;
  text-align: center;
  color: var(--tekst);
  border-radius: 7px;
}
@media (min-width: 87.5em) {
  .item-mission__letter {
    width: 5.0625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 3.75rem , 3.3611111111rem  +  1.9444444444vw , 5.0625rem )) {
    .item-mission__letter {
      width: clamp( 3.75rem , 3.3611111111rem  +  1.9444444444vw , 5.0625rem );
    }
  }
  @supports not (width: clamp( 3.75rem , 3.3611111111rem  +  1.9444444444vw , 5.0625rem )) {
    .item-mission__letter {
      width: calc(
        3.75rem + 1.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-mission__letter {
    width: 3.75rem;
  }
}
@media (min-width: 87.5em) {
  .item-mission__letter {
    min-width: 5.0625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (min-width: clamp( 3.75rem , 3.3611111111rem  +  1.9444444444vw , 5.0625rem )) {
    .item-mission__letter {
      min-width: clamp( 3.75rem , 3.3611111111rem  +  1.9444444444vw , 5.0625rem );
    }
  }
  @supports not (min-width: clamp( 3.75rem , 3.3611111111rem  +  1.9444444444vw , 5.0625rem )) {
    .item-mission__letter {
      min-width: calc(
        3.75rem + 1.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-mission__letter {
    min-width: 3.75rem;
  }
}
.item-mission__text {
  flex: auto;
  height: 100%;
  padding-right: 1.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-weight: 600;
}
@media (min-width: 87.5em) {
  .item-mission__text {
    padding-left: 2.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 0.875rem , 0.4305555556rem  +  2.2222222222vw , 2.375rem )) {
    .item-mission__text {
      padding-left: clamp( 0.875rem , 0.4305555556rem  +  2.2222222222vw , 2.375rem );
    }
  }
  @supports not (padding-left: clamp( 0.875rem , 0.4305555556rem  +  2.2222222222vw , 2.375rem )) {
    .item-mission__text {
      padding-left: calc(
        0.875rem + 1.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-mission__text {
    padding-left: 0.875rem;
  }
}
@media (min-width: 87.5em) {
  .item-mission__text {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .item-mission__text {
      font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .item-mission__text {
      font-size: calc(
        0.875rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-mission__text {
    font-size: 0.875rem;
  }
}
.item-mission__button {
  width: 100%;
  height: 100%;
  flex: auto;
  height: 3.6875rem;
  font-weight: 600;
}
.item-mission:nth-child(1) {
  background: var(--svetlye-plashki);
  max-width: 22.1875rem;
}
@media (min-width: 87.5em) {
  .item-mission:nth-child(1) {
    margin-right: 9.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-right: clamp( 6rem , 4.8888888889rem  +  5.5555555556vw , 9.75rem )) {
    .item-mission:nth-child(1) {
      margin-right: clamp( 6rem , 4.8888888889rem  +  5.5555555556vw , 9.75rem );
    }
  }
  @supports not (margin-right: clamp( 6rem , 4.8888888889rem  +  5.5555555556vw , 9.75rem )) {
    .item-mission:nth-child(1) {
      margin-right: calc(
        6rem + 3.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-mission:nth-child(1) {
    margin-right: 6rem;
  }
}
.item-mission:nth-child(1) .item-mission__letter {
  background: #e1f1fe;
}
.item-mission:nth-child(2) {
  margin-left: 1.875rem;
  background: #d7eeff;
  max-width: 23.625rem;
}
@media (min-width: 87.5em) {
  .item-mission:nth-child(2) {
    margin-right: 7.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-right: clamp( 5rem , 4.1666666667rem  +  4.1666666667vw , 7.8125rem )) {
    .item-mission:nth-child(2) {
      margin-right: clamp( 5rem , 4.1666666667rem  +  4.1666666667vw , 7.8125rem );
    }
  }
  @supports not (margin-right: clamp( 5rem , 4.1666666667rem  +  4.1666666667vw , 7.8125rem )) {
    .item-mission:nth-child(2) {
      margin-right: calc(
        5rem + 2.8125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-mission:nth-child(2) {
    margin-right: 5rem;
  }
}
.item-mission:nth-child(2) .item-mission__letter {
  background: #c8e7ff;
}
.item-mission:nth-child(3) {
  margin-left: 3.75rem;
  background: #c3e6ff;
  max-width: 25.0625rem;
}
@media (min-width: 87.5em) {
  .item-mission:nth-child(3) {
    margin-right: 5.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-right: clamp( 4rem , 3.4444444444rem  +  2.7777777778vw , 5.875rem )) {
    .item-mission:nth-child(3) {
      margin-right: clamp( 4rem , 3.4444444444rem  +  2.7777777778vw , 5.875rem );
    }
  }
  @supports not (margin-right: clamp( 4rem , 3.4444444444rem  +  2.7777777778vw , 5.875rem )) {
    .item-mission:nth-child(3) {
      margin-right: calc(
        4rem + 1.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-mission:nth-child(3) {
    margin-right: 4rem;
  }
}
.item-mission:nth-child(3) .item-mission__letter {
  background: #b2dcfd;
}
.item-mission:nth-child(4) {
  margin-left: 5.625rem;
  background: #d7eeff;
  max-width: 26.4375rem;
}
@media (min-width: 87.5em) {
  .item-mission:nth-child(4) {
    margin-right: 4.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-right: clamp( 3rem , 2.5925925926rem  +  2.037037037vw , 4.375rem )) {
    .item-mission:nth-child(4) {
      margin-right: clamp( 3rem , 2.5925925926rem  +  2.037037037vw , 4.375rem );
    }
  }
  @supports not (margin-right: clamp( 3rem , 2.5925925926rem  +  2.037037037vw , 4.375rem )) {
    .item-mission:nth-child(4) {
      margin-right: calc(
        3rem + 1.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-mission:nth-child(4) {
    margin-right: 3rem;
  }
}
.item-mission:nth-child(4) .item-mission__letter {
  background: #c8e7ff;
}
.item-mission:nth-child(5) {
  margin-left: 7.5rem;
  background: #c3e6ff;
  max-width: 27.75rem;
}
@media (min-width: 87.5em) {
  .item-mission:nth-child(5) {
    margin-right: 2.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-right: clamp( 2rem , 1.7407407407rem  +  1.2962962963vw , 2.875rem )) {
    .item-mission:nth-child(5) {
      margin-right: clamp( 2rem , 1.7407407407rem  +  1.2962962963vw , 2.875rem );
    }
  }
  @supports not (margin-right: clamp( 2rem , 1.7407407407rem  +  1.2962962963vw , 2.875rem )) {
    .item-mission:nth-child(5) {
      margin-right: calc(
        2rem + 0.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-mission:nth-child(5) {
    margin-right: 2rem;
  }
}
.item-mission:nth-child(5) .item-mission__letter {
  background: #b2dcfd;
}
.item-mission:nth-child(6) {
  margin-left: 9.375rem;
  background: #d7eeff;
  max-width: 29.9375rem;
}
@media (min-width: 87.5em) {
  .item-mission:nth-child(6) {
    margin-right: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-right: clamp( 1rem , 0.9259259259rem  +  0.3703703704vw , 1.25rem )) {
    .item-mission:nth-child(6) {
      margin-right: clamp( 1rem , 0.9259259259rem  +  0.3703703704vw , 1.25rem );
    }
  }
  @supports not (margin-right: clamp( 1rem , 0.9259259259rem  +  0.3703703704vw , 1.25rem )) {
    .item-mission:nth-child(6) {
      margin-right: calc(
        1rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-mission:nth-child(6) {
    margin-right: 1rem;
  }
}
.item-mission:nth-child(6) .item-mission__letter {
  background: #c8e7ff;
}
.item-mission:nth-child(7) {
  margin-left: 11.25rem;
  background: linear-gradient(90deg, #f17101 0%, #f6a000 100%);
  max-width: 32.25rem;
}
.item-mission:nth-child(7) .item-mission__letter {
  background: #b2dcfd;
}
.item-mission:nth-child(7) .item-mission__text {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0 !important;
}

.slide-mission {
  position: relative;
  background: var(--temnye-plashki);
  border-radius: 18px;
  overflow: hidden;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 87.5em) {
  .slide-mission {
    padding-top: 1.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 0.625rem , 0.4768518519rem  +  0.7407407407vw , 1.125rem )) {
    .slide-mission {
      padding-top: clamp( 0.625rem , 0.4768518519rem  +  0.7407407407vw , 1.125rem );
    }
  }
  @supports not (padding-top: clamp( 0.625rem , 0.4768518519rem  +  0.7407407407vw , 1.125rem )) {
    .slide-mission {
      padding-top: calc(
        0.625rem + 0.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .slide-mission {
    padding-top: 0.625rem;
  }
}
@media (min-width: 87.5em) {
  .slide-mission {
    padding-bottom: 4.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 1rem , 0.037037037rem  +  4.8148148148vw , 4.25rem )) {
    .slide-mission {
      padding-bottom: clamp( 1rem , 0.037037037rem  +  4.8148148148vw , 4.25rem );
    }
  }
  @supports not (padding-bottom: clamp( 1rem , 0.037037037rem  +  4.8148148148vw , 4.25rem )) {
    .slide-mission {
      padding-bottom: calc(
        1rem + 3.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .slide-mission {
    padding-bottom: 1rem;
  }
}
.slide-mission::before {
  position: absolute;
  content: "";
  height: auto;
  background: url(../images/mission/misson-slide-fon.png) no-repeat center center/contain;
  left: 0;
  pointer-events: none;
  aspect-ratio: 262/298;
}
@media (min-width: 87.5em) {
  .slide-mission::before {
    width: 16.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 10.9375rem , 9.3078703704rem  +  8.1481481481vw , 16.4375rem )) {
    .slide-mission::before {
      width: clamp( 10.9375rem , 9.3078703704rem  +  8.1481481481vw , 16.4375rem );
    }
  }
  @supports not (width: clamp( 10.9375rem , 9.3078703704rem  +  8.1481481481vw , 16.4375rem )) {
    .slide-mission::before {
      width: calc(
        10.9375rem + 5.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .slide-mission::before {
    width: 10.9375rem;
  }
}
@media (min-width: 87.5em) {
  .slide-mission::before {
    top: 9.625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (top: clamp( 2.3125rem , 0.1458333333rem  +  10.8333333333vw , 9.625rem )) {
    .slide-mission::before {
      top: clamp( 2.3125rem , 0.1458333333rem  +  10.8333333333vw , 9.625rem );
    }
  }
  @supports not (top: clamp( 2.3125rem , 0.1458333333rem  +  10.8333333333vw , 9.625rem )) {
    .slide-mission::before {
      top: calc(
        2.3125rem + 7.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .slide-mission::before {
    top: 2.3125rem;
  }
}
.slide-mission__number {
  position: relative;
  z-index: 1;
  font-weight: 900;
  color: #1b355a;
  margin-left: auto;
}
@media (min-width: 87.5em) {
  .slide-mission__number {
    font-size: 9.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 4.1875rem , 2.6875rem  +  7.5vw , 9.25rem )) {
    .slide-mission__number {
      font-size: clamp( 4.1875rem , 2.6875rem  +  7.5vw , 9.25rem );
    }
  }
  @supports not (font-size: clamp( 4.1875rem , 2.6875rem  +  7.5vw , 9.25rem )) {
    .slide-mission__number {
      font-size: calc(
        4.1875rem + 5.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .slide-mission__number {
    font-size: 4.1875rem;
  }
}
@media (min-width: 87.5em) {
  .slide-mission__number {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.1875rem , 0.6134259259rem  +  2.8703703704vw , 3.125rem )) {
    .slide-mission__number {
      margin-bottom: clamp( 1.1875rem , 0.6134259259rem  +  2.8703703704vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.1875rem , 0.6134259259rem  +  2.8703703704vw , 3.125rem )) {
    .slide-mission__number {
      margin-bottom: calc(
        1.1875rem + 1.9375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .slide-mission__number {
    margin-bottom: 1.1875rem;
  }
}
@media (min-width: 87.5em) {
  .slide-mission__number {
    margin-right: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-right: clamp( 0.625rem , 0.5138888889rem  +  0.5555555556vw , 1rem )) {
    .slide-mission__number {
      margin-right: clamp( 0.625rem , 0.5138888889rem  +  0.5555555556vw , 1rem );
    }
  }
  @supports not (margin-right: clamp( 0.625rem , 0.5138888889rem  +  0.5555555556vw , 1rem )) {
    .slide-mission__number {
      margin-right: calc(
        0.625rem + 0.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .slide-mission__number {
    margin-right: 0.625rem;
  }
}
.slide-mission__title {
  position: relative;
  z-index: 1;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.25rem;
}
@media (min-width: 87.5em) {
  .slide-mission__title {
    font-size: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1rem , 0.7037037037rem  +  1.4814814815vw , 2rem )) {
    .slide-mission__title {
      font-size: clamp( 1rem , 0.7037037037rem  +  1.4814814815vw , 2rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.7037037037rem  +  1.4814814815vw , 2rem )) {
    .slide-mission__title {
      font-size: calc(
        1rem + 1 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .slide-mission__title {
    font-size: 1rem;
  }
}
.slide-mission__text {
  position: relative;
  z-index: 1;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
}
@media (min-width: 87.5em) {
  .slide-mission__text {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.6018518519rem  +  0.7407407407vw , 1.25rem )) {
    .slide-mission__text {
      font-size: clamp( 0.75rem , 0.6018518519rem  +  0.7407407407vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6018518519rem  +  0.7407407407vw , 1.25rem )) {
    .slide-mission__text {
      font-size: calc(
        0.75rem + 0.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .slide-mission__text {
    font-size: 0.75rem;
  }
}
@media (max-width: 450px) {
  .slide-mission__text {
    font-weight: 400;
    line-height: 142%;
  }
}

@media (min-width: 87.5em) {
  .founder {
    padding-top: 11rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 5.625rem , 4.0324074074rem  +  7.962962963vw , 11rem )) {
    .founder {
      padding-top: clamp( 5.625rem , 4.0324074074rem  +  7.962962963vw , 11rem );
    }
  }
  @supports not (padding-top: clamp( 5.625rem , 4.0324074074rem  +  7.962962963vw , 11rem )) {
    .founder {
      padding-top: calc(
        5.625rem + 5.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .founder {
    padding-top: 5.625rem;
  }
}
.founder__content {
  display: flex;
  position: relative;
  border-radius: 28px;
  background: var(--temnye-plashki);
  padding-bottom: 1.6875rem;
  overflow: hidden;
}
@media (min-width: 87.5em) {
  .founder__content {
    padding-top: 7.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 2.5625rem , 1.1180555556rem  +  7.2222222222vw , 7.4375rem )) {
    .founder__content {
      padding-top: clamp( 2.5625rem , 1.1180555556rem  +  7.2222222222vw , 7.4375rem );
    }
  }
  @supports not (padding-top: clamp( 2.5625rem , 1.1180555556rem  +  7.2222222222vw , 7.4375rem )) {
    .founder__content {
      padding-top: calc(
        2.5625rem + 4.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .founder__content {
    padding-top: 2.5625rem;
  }
}
@media (min-width: 87.5em) {
  .founder__content {
    padding-left: 4.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 1.25rem , 0.3055555556rem  +  4.7222222222vw , 4.4375rem )) {
    .founder__content {
      padding-left: clamp( 1.25rem , 0.3055555556rem  +  4.7222222222vw , 4.4375rem );
    }
  }
  @supports not (padding-left: clamp( 1.25rem , 0.3055555556rem  +  4.7222222222vw , 4.4375rem )) {
    .founder__content {
      padding-left: calc(
        1.25rem + 3.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .founder__content {
    padding-left: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .founder__content {
    padding-right: 4.4375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 1.25rem , 0.3055555556rem  +  4.7222222222vw , 4.4375rem )) {
    .founder__content {
      padding-right: clamp( 1.25rem , 0.3055555556rem  +  4.7222222222vw , 4.4375rem );
    }
  }
  @supports not (padding-right: clamp( 1.25rem , 0.3055555556rem  +  4.7222222222vw , 4.4375rem )) {
    .founder__content {
      padding-right: calc(
        1.25rem + 3.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .founder__content {
    padding-right: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .founder__content {
    min-height: 41.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (min-height: clamp( 37.25rem , 36.1018518519rem  +  5.7407407407vw , 41.125rem )) {
    .founder__content {
      min-height: clamp( 37.25rem , 36.1018518519rem  +  5.7407407407vw , 41.125rem );
    }
  }
  @supports not (min-height: clamp( 37.25rem , 36.1018518519rem  +  5.7407407407vw , 41.125rem )) {
    .founder__content {
      min-height: calc(
        37.25rem + 3.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .founder__content {
    min-height: 37.25rem;
  }
}
@media (max-width: 550px) {
  .founder__content {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.founder__content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/founder/founder-fon.png) no-repeat top center/contain;
  top: 0;
  right: 0;
  min-width: 65.625rem;
}
@media (max-width: 550px) {
  .founder__content::before {
    top: -1rem;
    right: -2.5rem;
  }
}
.founder__img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 76.25rem;
}
.founder__img img {
  width: 100%;
}
@media (max-width: 1350px) {
  .founder__img {
    left: -12.5rem;
  }
}
@media (max-width: 1120px) {
  .founder__img {
    left: -18.75rem;
  }
}
@media (max-width: 1140px) {
  .founder__img {
    max-width: 62.5rem;
    left: -15rem;
  }
}
@media (max-width: 720px) {
  .founder__img {
    left: 58%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 51.25rem;
  }
}
.founder__body {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  max-width: 23.9375rem;
  width: 100%;
  margin-left: auto;
}
@media (min-width: 87.5em) {
  .founder__body {
    max-width: 23.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-width: clamp( 12.5rem , 9.1111111111rem  +  16.9444444444vw , 23.9375rem )) {
    .founder__body {
      max-width: clamp( 12.5rem , 9.1111111111rem  +  16.9444444444vw , 23.9375rem );
    }
  }
  @supports not (max-width: clamp( 12.5rem , 9.1111111111rem  +  16.9444444444vw , 23.9375rem )) {
    .founder__body {
      max-width: calc(
        12.5rem + 11.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .founder__body {
    max-width: 12.5rem;
  }
}
@media (max-width: 720px) {
  .founder__body {
    max-width: 100% !important;
    height: auto;
    margin-left: 0;
  }
}
.founder__title {
  margin-bottom: 1.0625rem;
  color: #fff;
}
.founder__text {
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  margin-bottom: 7.9375rem;
}
@media (min-width: 87.5em) {
  .founder__text {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.6018518519rem  +  0.7407407407vw , 1.25rem )) {
    .founder__text {
      font-size: clamp( 0.75rem , 0.6018518519rem  +  0.7407407407vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6018518519rem  +  0.7407407407vw , 1.25rem )) {
    .founder__text {
      font-size: calc(
        0.75rem + 0.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .founder__text {
    font-size: 0.75rem;
  }
}
@media (max-width: 720px) {
  .founder__button-row {
    margin-top: auto;
  }
}
@media (min-width: 87.5em) {
  .history {
    padding-top: 9.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem )) {
    .history {
      padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem );
    }
  }
  @supports not (padding-top: clamp( 5.625rem , 4.5138888889rem  +  5.5555555556vw , 9.375rem )) {
    .history {
      padding-top: calc(
        5.625rem + 3.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .history {
    padding-top: 5.625rem;
  }
}
@media (min-width: 87.5em) {
  .history__title {
    margin-bottom: 3.625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.3564814815rem  +  2.5925925926vw , 3.625rem )) {
    .history__title {
      margin-bottom: clamp( 1.875rem , 1.3564814815rem  +  2.5925925926vw , 3.625rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.3564814815rem  +  2.5925925926vw , 3.625rem )) {
    .history__title {
      margin-bottom: calc(
        1.875rem + 1.75 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .history__title {
    margin-bottom: 1.875rem;
  }
}
.history__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  border-bottom: 2px dashed var(--ikonki);
}
@media (min-width: 87.5em) {
  .history__row {
    column-gap: 2.625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (column-gap: clamp( 0.00000625rem , -0.7777696759rem  +  3.8888796296vw , 2.625rem )) {
    .history__row {
      column-gap: clamp( 0.00000625rem , -0.7777696759rem  +  3.8888796296vw , 2.625rem );
    }
  }
  @supports not (column-gap: clamp( 0.00000625rem , -0.7777696759rem  +  3.8888796296vw , 2.625rem )) {
    .history__row {
      column-gap: calc(
        0.00000625rem + 2.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .history__row {
    column-gap: 0.00000625rem;
  }
}
@media (min-width: 1301px) and (min-width: 87.5em) {
  .history__row {
    padding-left: 1.9375rem;
  }
}
@media (min-width: 1301px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 0.00000625rem , -0.5740659722rem  +  2.8703611111vw , 1.9375rem )) {
    .history__row {
      padding-left: clamp( 0.00000625rem , -0.5740659722rem  +  2.8703611111vw , 1.9375rem );
    }
  }
  @supports not (padding-left: clamp( 0.00000625rem , -0.5740659722rem  +  2.8703611111vw , 1.9375rem )) {
    .history__row {
      padding-left: calc(
        0.00000625rem + 1.9375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (min-width: 1301px) and (max-width: 20em) {
  .history__row {
    padding-left: 0.00000625rem;
  }
}
@media (min-width: 1301px) and (min-width: 87.5em) {
  .history__row {
    padding-right: 8.0625rem;
  }
}
@media (min-width: 1301px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 0.00000625rem , -2.388880787rem  +  11.9444351852vw , 8.0625rem )) {
    .history__row {
      padding-right: clamp( 0.00000625rem , -2.388880787rem  +  11.9444351852vw , 8.0625rem );
    }
  }
  @supports not (padding-right: clamp( 0.00000625rem , -2.388880787rem  +  11.9444351852vw , 8.0625rem )) {
    .history__row {
      padding-right: calc(
        0.00000625rem + 8.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (min-width: 1301px) and (max-width: 20em) {
  .history__row {
    padding-right: 0.00000625rem;
  }
}
@media (max-width: 1000px) and (min-width: 87.5em) {
  .history__row {
    column-gap: 1.375rem;
  }
}
@media (max-width: 1000px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (column-gap: clamp( 0.00000625rem , -0.4073993056rem  +  2.0370277778vw , 1.375rem )) {
    .history__row {
      column-gap: clamp( 0.00000625rem , -0.4073993056rem  +  2.0370277778vw , 1.375rem );
    }
  }
  @supports not (column-gap: clamp( 0.00000625rem , -0.4073993056rem  +  2.0370277778vw , 1.375rem )) {
    .history__row {
      column-gap: calc(
        0.00000625rem + 1.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 1000px) and (max-width: 20em) {
  .history__row {
    column-gap: 0.00000625rem;
  }
}
@media (max-width: 768px) {
  .history__row {
    grid-template-columns: 1fr;
    border: none;
  }
}
.item-history {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 768px) {
  .item-history {
    align-items: start;
  }
}
.item-history__year {
  font-weight: 700;
  font-size: 45px;
  color: var(--tekst);
  margin-bottom: 0.5625rem;
  text-align: center;
}
@media (min-width: 87.5em) {
  .item-history__year {
    font-size: 2.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1rem , 0.462962963rem  +  2.6851851852vw , 2.8125rem )) {
    .item-history__year {
      font-size: clamp( 1rem , 0.462962963rem  +  2.6851851852vw , 2.8125rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.462962963rem  +  2.6851851852vw , 2.8125rem )) {
    .item-history__year {
      font-size: calc(
        1rem + 1.8125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-history__year {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .item-history__year {
    margin-bottom: 0;
    display: inline-block;
    padding: 0.3125rem 0.8125rem 0.25rem;
    border-radius: 22px;
    background: var(--ikonki);
  }
}
@media (max-width: 768px) and (min-width: 87.5em) {
  .item-history__year {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 1rem , 0.8518518519rem  +  0.7407407407vw , 1.5rem )) {
    .item-history__year {
      font-size: clamp( 1rem , 0.8518518519rem  +  0.7407407407vw , 1.5rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.8518518519rem  +  0.7407407407vw , 1.5rem )) {
    .item-history__year {
      font-size: calc(
        1rem + 0.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 768px) and (max-width: 20em) {
  .item-history__year {
    font-size: 1rem;
  }
}
.item-history__text {
  position: relative;
  border-top: 3px solid var(--ikonki);
  border-left: 3px solid var(--ikonki);
  border-top-left-radius: 18px;
}
@media (min-width: 87.5em) {
  .item-history__text {
    padding-top: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 0.875rem , 0.5787037037rem  +  1.4814814815vw , 1.875rem )) {
    .item-history__text {
      padding-top: clamp( 0.875rem , 0.5787037037rem  +  1.4814814815vw , 1.875rem );
    }
  }
  @supports not (padding-top: clamp( 0.875rem , 0.5787037037rem  +  1.4814814815vw , 1.875rem )) {
    .item-history__text {
      padding-top: calc(
        0.875rem + 1 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-history__text {
    padding-top: 0.875rem;
  }
}
@media (min-width: 87.5em) {
  .item-history__text {
    padding-left: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 0.78125rem , 0.6423611111rem  +  0.6944444444vw , 1.25rem )) {
    .item-history__text {
      padding-left: clamp( 0.78125rem , 0.6423611111rem  +  0.6944444444vw , 1.25rem );
    }
  }
  @supports not (padding-left: clamp( 0.78125rem , 0.6423611111rem  +  0.6944444444vw , 1.25rem )) {
    .item-history__text {
      padding-left: calc(
        0.78125rem + 0.46875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-history__text {
    padding-left: 0.78125rem;
  }
}
@media (min-width: 87.5em) {
  .item-history__text {
    padding-bottom: 2.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 1.875rem , 1.6157407407rem  +  1.2962962963vw , 2.75rem )) {
    .item-history__text {
      padding-bottom: clamp( 1.875rem , 1.6157407407rem  +  1.2962962963vw , 2.75rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.875rem , 1.6157407407rem  +  1.2962962963vw , 2.75rem )) {
    .item-history__text {
      padding-bottom: calc(
        1.875rem + 0.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-history__text {
    padding-bottom: 1.875rem;
  }
}
.item-history__text p {
  font-weight: 400;
  line-height: 150%;
  color: var(--tekst);
}
@media (min-width: 87.5em) {
  .item-history__text p {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem )) {
    .item-history__text p {
      font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6759259259rem  +  0.3703703704vw , 1rem )) {
    .item-history__text p {
      font-size: calc(
        0.75rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-history__text p {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .item-history__text p {
    font-weight: 500;
    line-height: 120%;
  }
}
@media (max-width: 768px) {
  .item-history__text {
    border-left: 2px solid var(--ikonki);
    border-top: none;
    border-top-left-radius: 0;
    margin-left: 0.84375rem;
  }
}
.item-history__text::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  background: var(--ikonki);
  border-radius: 50%;
  bottom: -0.5625rem;
  left: -0.5625rem;
}
@media (max-width: 768px) {
  .item-history__text::before {
    display: none;
  }
}
.item-history__str {
  position: absolute;
  top: -0.75rem;
  right: -0.0625rem;
  width: 0.75rem;
}
@media (max-width: 768px) {
  .item-history__str {
    display: none;
  }
}
@media (min-width: 87.5em) {
  .item-history:nth-child(2) .item-history__text, .item-history:nth-child(4) .item-history__text {
    min-height: 16.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (min-height: clamp( 0.00000625rem , -4.9999918981rem  +  24.9999907407vw , 16.875rem )) {
    .item-history:nth-child(2) .item-history__text, .item-history:nth-child(4) .item-history__text {
      min-height: clamp( 0.00000625rem , -4.9999918981rem  +  24.9999907407vw , 16.875rem );
    }
  }
  @supports not (min-height: clamp( 0.00000625rem , -4.9999918981rem  +  24.9999907407vw , 16.875rem )) {
    .item-history:nth-child(2) .item-history__text, .item-history:nth-child(4) .item-history__text {
      min-height: calc(
        0.00000625rem + 16.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-history:nth-child(2) .item-history__text, .item-history:nth-child(4) .item-history__text {
    min-height: 0.00000625rem;
  }
}
@media (max-width: 768px) and (min-width: 87.5em) {
  .item-history:nth-child(2) .item-history__text, .item-history:nth-child(4) .item-history__text {
    min-height: 0.0625rem;
  }
}
@media (max-width: 768px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (min-height: clamp( 0.00000625rem , -0.0185104167rem  +  0.0925833333vw , 0.0625rem )) {
    .item-history:nth-child(2) .item-history__text, .item-history:nth-child(4) .item-history__text {
      min-height: clamp( 0.00000625rem , -0.0185104167rem  +  0.0925833333vw , 0.0625rem );
    }
  }
  @supports not (min-height: clamp( 0.00000625rem , -0.0185104167rem  +  0.0925833333vw , 0.0625rem )) {
    .item-history:nth-child(2) .item-history__text, .item-history:nth-child(4) .item-history__text {
      min-height: calc(
        0.00000625rem + 0.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 768px) and (max-width: 20em) {
  .item-history:nth-child(2) .item-history__text, .item-history:nth-child(4) .item-history__text {
    min-height: 0.00000625rem;
  }
}
@media (min-width: 87.5em) {
  .item-history:nth-child(5) .item-history__text {
    min-height: 19.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (min-height: clamp( 0.00000625rem , -5.7962881944rem  +  28.9814722222vw , 19.5625rem )) {
    .item-history:nth-child(5) .item-history__text {
      min-height: clamp( 0.00000625rem , -5.7962881944rem  +  28.9814722222vw , 19.5625rem );
    }
  }
  @supports not (min-height: clamp( 0.00000625rem , -5.7962881944rem  +  28.9814722222vw , 19.5625rem )) {
    .item-history:nth-child(5) .item-history__text {
      min-height: calc(
        0.00000625rem + 19.5625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .item-history:nth-child(5) .item-history__text {
    min-height: 0.00000625rem;
  }
}
@media (max-width: 768px) and (min-width: 87.5em) {
  .item-history:nth-child(5) .item-history__text {
    min-height: 0.0625rem;
  }
}
@media (max-width: 768px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (min-height: clamp( 0.00000625rem , -0.0185104167rem  +  0.0925833333vw , 0.0625rem )) {
    .item-history:nth-child(5) .item-history__text {
      min-height: clamp( 0.00000625rem , -0.0185104167rem  +  0.0925833333vw , 0.0625rem );
    }
  }
  @supports not (min-height: clamp( 0.00000625rem , -0.0185104167rem  +  0.0925833333vw , 0.0625rem )) {
    .item-history:nth-child(5) .item-history__text {
      min-height: calc(
        0.00000625rem + 0.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 768px) and (max-width: 20em) {
  .item-history:nth-child(5) .item-history__text {
    min-height: 0.00000625rem;
  }
}
@media (max-width: 768px) {
  .item-history:last-child .item-history__text {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 87.5em) {
  .profit {
    padding-top: 10.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 4rem , 2.1851851852rem  +  9.0740740741vw , 10.125rem )) {
    .profit {
      padding-top: clamp( 4rem , 2.1851851852rem  +  9.0740740741vw , 10.125rem );
    }
  }
  @supports not (padding-top: clamp( 4rem , 2.1851851852rem  +  9.0740740741vw , 10.125rem )) {
    .profit {
      padding-top: calc(
        4rem + 6.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .profit {
    padding-top: 4rem;
  }
}
.profit__row {
  display: flex;
}
@media (min-width: 87.5em) {
  .profit__row {
    gap: 4.0625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 0.00000625rem , -1.2036956019rem  +  6.0185092593vw , 4.0625rem )) {
    .profit__row {
      gap: clamp( 0.00000625rem , -1.2036956019rem  +  6.0185092593vw , 4.0625rem );
    }
  }
  @supports not (gap: clamp( 0.00000625rem , -1.2036956019rem  +  6.0185092593vw , 4.0625rem )) {
    .profit__row {
      gap: calc(
        0.00000625rem + 4.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .profit__row {
    gap: 0.00000625rem;
  }
}
@media (max-width: 855px) {
  .profit__row {
    flex-direction: column;
  }
}
@media (max-width: 855px) and (min-width: 87.5em) {
  .profit__row {
    gap: 4.0625rem;
  }
}
@media (max-width: 855px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 3.75rem , 3.6574074074rem  +  0.462962963vw , 4.0625rem )) {
    .profit__row {
      gap: clamp( 3.75rem , 3.6574074074rem  +  0.462962963vw , 4.0625rem );
    }
  }
  @supports not (gap: clamp( 3.75rem , 3.6574074074rem  +  0.462962963vw , 4.0625rem )) {
    .profit__row {
      gap: calc(
        3.75rem + 0.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 855px) and (max-width: 20em) {
  .profit__row {
    gap: 3.75rem;
  }
}
.profit__left {
  max-width: 40.25rem;
  width: 100%;
}
@media (max-width: 855px) {
  .profit__left {
    max-width: 100%;
  }
}
.profit__body {
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(220, 240, 254, 0.4) 0%, rgba(246, 250, 255, 0.4) 100%);
  padding-bottom: 1.3125rem;
}
@media (min-width: 87.5em) {
  .profit__body {
    padding-left: 2.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 1.1875rem , 0.724537037rem  +  2.3148148148vw , 2.75rem )) {
    .profit__body {
      padding-left: clamp( 1.1875rem , 0.724537037rem  +  2.3148148148vw , 2.75rem );
    }
  }
  @supports not (padding-left: clamp( 1.1875rem , 0.724537037rem  +  2.3148148148vw , 2.75rem )) {
    .profit__body {
      padding-left: calc(
        1.1875rem + 1.5625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .profit__body {
    padding-left: 1.1875rem;
  }
}
@media (min-width: 87.5em) {
  .profit__body {
    padding-right: 2.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 1.1875rem , 0.724537037rem  +  2.3148148148vw , 2.75rem )) {
    .profit__body {
      padding-right: clamp( 1.1875rem , 0.724537037rem  +  2.3148148148vw , 2.75rem );
    }
  }
  @supports not (padding-right: clamp( 1.1875rem , 0.724537037rem  +  2.3148148148vw , 2.75rem )) {
    .profit__body {
      padding-right: calc(
        1.1875rem + 1.5625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .profit__body {
    padding-right: 1.1875rem;
  }
}
@media (max-width: 855px) {
  .profit__body {
    padding-bottom: 2.375rem;
  }
}
@media (max-width: 550px) {
  .profit__body {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    min-width: calc(100% + 2.5rem);
  }
}
.profit__img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 87.5em) {
  .profit__img {
    max-width: 22.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (max-width: clamp( 17.5rem , 15.8888888889rem  +  8.0555555556vw , 22.9375rem )) {
    .profit__img {
      max-width: clamp( 17.5rem , 15.8888888889rem  +  8.0555555556vw , 22.9375rem );
    }
  }
  @supports not (max-width: clamp( 17.5rem , 15.8888888889rem  +  8.0555555556vw , 22.9375rem )) {
    .profit__img {
      max-width: calc(
        17.5rem + 5.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .profit__img {
    max-width: 17.5rem;
  }
}
@media (min-width: 87.5em) {
  .profit__img {
    margin-bottom: 3.25rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 3.25rem , 3.5740740741rem  +  -0.3703703704vw , 3.5rem )) {
    .profit__img {
      margin-bottom: clamp( 3.25rem , 3.5740740741rem  +  -0.3703703704vw , 3.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.25rem , 3.5740740741rem  +  -0.3703703704vw , 3.5rem )) {
    .profit__img {
      margin-bottom: calc(
        3.5rem + -0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .profit__img {
    margin-bottom: 3.5rem;
  }
}
.profit__img img {
  margin-top: -3.5625rem;
  width: 100%;
}
.profit__item-row {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 87.5em) {
  .profit__item-row {
    padding-left: 0.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 0.4375rem , 0.3263888889rem  +  0.5555555556vw , 0.8125rem )) {
    .profit__item-row {
      padding-left: clamp( 0.4375rem , 0.3263888889rem  +  0.5555555556vw , 0.8125rem );
    }
  }
  @supports not (padding-left: clamp( 0.4375rem , 0.3263888889rem  +  0.5555555556vw , 0.8125rem )) {
    .profit__item-row {
      padding-left: calc(
        0.4375rem + 0.375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .profit__item-row {
    padding-left: 0.4375rem;
  }
}
@media (max-width: 855px) {
  .profit__item-row {
    gap: 0.75rem;
  }
}
.profit__item {
  position: relative;
  border-radius: 18px;
  background: #e9f4ff;
  padding-top: 1.125rem;
  padding-right: 1.125rem;
  padding-left: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--tekst);
}
@media (min-width: 87.5em) {
  .profit__item {
    padding-bottom: 1.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 1.1875rem , 1.2685185185rem  +  -0.0925925926vw , 1.25rem )) {
    .profit__item {
      padding-bottom: clamp( 1.1875rem , 1.2685185185rem  +  -0.0925925926vw , 1.25rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.1875rem , 1.2685185185rem  +  -0.0925925926vw , 1.25rem )) {
    .profit__item {
      padding-bottom: calc(
        1.25rem + -0.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .profit__item {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .profit__item {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .profit__item {
      font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .profit__item {
      font-size: calc(
        0.875rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .profit__item {
    font-size: 0.875rem;
  }
}
.profit__item b {
  font-weight: 700;
}
.profit__item::before {
  position: absolute;
  content: "";
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 4px;
  background: #e9f4ff;
  transform: rotate(45deg);
  left: -0.625rem;
}
@media (min-width: 87.5em) {
  .profit__item::before {
    top: 1.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (top: clamp( 1.5rem , 1.4259259259rem  +  0.3703703704vw , 1.75rem )) {
    .profit__item::before {
      top: clamp( 1.5rem , 1.4259259259rem  +  0.3703703704vw , 1.75rem );
    }
  }
  @supports not (top: clamp( 1.5rem , 1.4259259259rem  +  0.3703703704vw , 1.75rem )) {
    .profit__item::before {
      top: calc(
        1.5rem + 0.25 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .profit__item::before {
    top: 1.5rem;
  }
}
.profit__right {
  width: 100%;
}
@media (min-width: 87.5em) {
  .profit__title {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 2rem , 1.6666666667rem  +  1.6666666667vw , 3.125rem )) {
    .profit__title {
      margin-bottom: clamp( 2rem , 1.6666666667rem  +  1.6666666667vw , 3.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 2rem , 1.6666666667rem  +  1.6666666667vw , 3.125rem )) {
    .profit__title {
      margin-bottom: calc(
        2rem + 1.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .profit__title {
    margin-bottom: 2rem;
  }
}
.profit__list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 87.5em) {
  .profit__list {
    gap: 1.34375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 1rem , 0.8981481481rem  +  0.5092592593vw , 1.34375rem )) {
    .profit__list {
      gap: clamp( 1rem , 0.8981481481rem  +  0.5092592593vw , 1.34375rem );
    }
  }
  @supports not (gap: clamp( 1rem , 0.8981481481rem  +  0.5092592593vw , 1.34375rem )) {
    .profit__list {
      gap: calc(
        1rem + 0.34375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .profit__list {
    gap: 1rem;
  }
}
.profit__list-li {
  display: flex;
  line-height: 120%;
}
@media (min-width: 87.5em) {
  .profit__list-li {
    gap: 0.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 0.5625rem , 0.5069444444rem  +  0.2777777778vw , 0.75rem )) {
    .profit__list-li {
      gap: clamp( 0.5625rem , 0.5069444444rem  +  0.2777777778vw , 0.75rem );
    }
  }
  @supports not (gap: clamp( 0.5625rem , 0.5069444444rem  +  0.2777777778vw , 0.75rem )) {
    .profit__list-li {
      gap: calc(
        0.5625rem + 0.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .profit__list-li {
    gap: 0.5625rem;
  }
}
@media (min-width: 87.5em) {
  .profit__list-li {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .profit__list-li {
      font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .profit__list-li {
      font-size: calc(
        0.875rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .profit__list-li {
    font-size: 0.875rem;
  }
}
.profit__list-li svg {
  margin-top: 0.125rem;
  height: auto;
}
@media (min-width: 87.5em) {
  .profit__list-li svg {
    width: 0.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 0.625rem , 0.587962963rem  +  0.1851851852vw , 0.75rem )) {
    .profit__list-li svg {
      width: clamp( 0.625rem , 0.587962963rem  +  0.1851851852vw , 0.75rem );
    }
  }
  @supports not (width: clamp( 0.625rem , 0.587962963rem  +  0.1851851852vw , 0.75rem )) {
    .profit__list-li svg {
      width: calc(
        0.625rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .profit__list-li svg {
    width: 0.625rem;
  }
}
@media (min-width: 87.5em) {
  .profit__list-li svg {
    height: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (height: clamp( 0.75rem , 0.712962963rem  +  0.1851851852vw , 0.875rem )) {
    .profit__list-li svg {
      height: clamp( 0.75rem , 0.712962963rem  +  0.1851851852vw , 0.875rem );
    }
  }
  @supports not (height: clamp( 0.75rem , 0.712962963rem  +  0.1851851852vw , 0.875rem )) {
    .profit__list-li svg {
      height: calc(
        0.75rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .profit__list-li svg {
    height: 0.75rem;
  }
}
@media (min-width: 87.5em) {
  .profit__list-li svg {
    min-width: 0.75rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (min-width: clamp( 0.625rem , 0.587962963rem  +  0.1851851852vw , 0.75rem )) {
    .profit__list-li svg {
      min-width: clamp( 0.625rem , 0.587962963rem  +  0.1851851852vw , 0.75rem );
    }
  }
  @supports not (min-width: clamp( 0.625rem , 0.587962963rem  +  0.1851851852vw , 0.75rem )) {
    .profit__list-li svg {
      min-width: calc(
        0.625rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .profit__list-li svg {
    min-width: 0.625rem;
  }
}

@media (min-width: 87.5em) {
  .relevance {
    padding-top: 4.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 4.1875rem , 6.0509259259rem  +  -2.1296296296vw , 5.625rem )) {
    .relevance {
      padding-top: clamp( 4.1875rem , 6.0509259259rem  +  -2.1296296296vw , 5.625rem );
    }
  }
  @supports not (padding-top: clamp( 4.1875rem , 6.0509259259rem  +  -2.1296296296vw , 5.625rem )) {
    .relevance {
      padding-top: calc(
        5.625rem + -1.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .relevance {
    padding-top: 5.625rem;
  }
}
.relevance__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 730px) {
  .relevance__row {
    flex-direction: column;
    gap: 2.875rem;
  }
}
.relevance__body {
  position: relative;
  z-index: 1;
}
@media (min-width: 87.5em) {
  .relevance__title {
    margin-bottom: 3.1875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.4861111111rem  +  1.9444444444vw , 3.1875rem )) {
    .relevance__title {
      margin-bottom: clamp( 1.875rem , 1.4861111111rem  +  1.9444444444vw , 3.1875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.4861111111rem  +  1.9444444444vw , 3.1875rem )) {
    .relevance__title {
      margin-bottom: calc(
        1.875rem + 1.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .relevance__title {
    margin-bottom: 1.875rem;
  }
}
.relevance__text {
  display: grid;
  gap: 1.125rem;
  max-width: 39.375rem;
}
.relevance__text p {
  font-weight: 400;
  line-height: 150%;
  color: var(--tekst);
}
@media (min-width: 87.5em) {
  .relevance__text p {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .relevance__text p {
      font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .relevance__text p {
      font-size: calc(
        0.875rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .relevance__text p {
    font-size: 0.875rem;
  }
}
.relevance__img {
  position: relative;
  margin-right: -1.875rem;
}
@media (min-width: 87.5em) {
  .relevance__img {
    width: 31.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 17.4375rem , 13.3819444444rem  +  20.2777777778vw , 31.125rem )) {
    .relevance__img {
      width: clamp( 17.4375rem , 13.3819444444rem  +  20.2777777778vw , 31.125rem );
    }
  }
  @supports not (width: clamp( 17.4375rem , 13.3819444444rem  +  20.2777777778vw , 31.125rem )) {
    .relevance__img {
      width: calc(
        17.4375rem + 13.6875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .relevance__img {
    width: 17.4375rem;
  }
}
@media (min-width: 87.5em) {
  .relevance__img {
    min-width: 31.125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (min-width: clamp( 17.4375rem , 13.3819444444rem  +  20.2777777778vw , 31.125rem )) {
    .relevance__img {
      min-width: clamp( 17.4375rem , 13.3819444444rem  +  20.2777777778vw , 31.125rem );
    }
  }
  @supports not (min-width: clamp( 17.4375rem , 13.3819444444rem  +  20.2777777778vw , 31.125rem )) {
    .relevance__img {
      min-width: calc(
        17.4375rem + 13.6875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .relevance__img {
    min-width: 17.4375rem;
  }
}
.relevance__img img {
  width: 100%;
}
@media (max-width: 730px) {
  .relevance__img {
    margin-right: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 730px) and (min-width: 87.5em) {
  .relevance__img {
    width: 49.875rem;
  }
}
@media (max-width: 730px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 17.4375rem , 7.8263888889rem  +  48.0555555556vw , 49.875rem )) {
    .relevance__img {
      width: clamp( 17.4375rem , 7.8263888889rem  +  48.0555555556vw , 49.875rem );
    }
  }
  @supports not (width: clamp( 17.4375rem , 7.8263888889rem  +  48.0555555556vw , 49.875rem )) {
    .relevance__img {
      width: calc(
        17.4375rem + 32.4375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 730px) and (max-width: 20em) {
  .relevance__img {
    width: 17.4375rem;
  }
}
.relevance__img::before {
  position: absolute;
  content: "";
  background: url(../images/relevance/relevance-img-line.svg) no-repeat center center/contain;
}
@media (min-width: 87.5em) {
  .relevance__img::before {
    width: 28.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 15.625rem , 11.8101851852rem  +  19.0740740741vw , 28.5rem )) {
    .relevance__img::before {
      width: clamp( 15.625rem , 11.8101851852rem  +  19.0740740741vw , 28.5rem );
    }
  }
  @supports not (width: clamp( 15.625rem , 11.8101851852rem  +  19.0740740741vw , 28.5rem )) {
    .relevance__img::before {
      width: calc(
        15.625rem + 12.875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .relevance__img::before {
    width: 15.625rem;
  }
}
@media (min-width: 87.5em) {
  .relevance__img::before {
    height: 11.3375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (height: clamp( 7.25rem , 6.0388888889rem  +  6.0555555556vw , 11.3375rem )) {
    .relevance__img::before {
      height: clamp( 7.25rem , 6.0388888889rem  +  6.0555555556vw , 11.3375rem );
    }
  }
  @supports not (height: clamp( 7.25rem , 6.0388888889rem  +  6.0555555556vw , 11.3375rem )) {
    .relevance__img::before {
      height: calc(
        7.25rem + 4.0875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .relevance__img::before {
    height: 7.25rem;
  }
}
@media (min-width: 87.5em) {
  .relevance__img::before {
    right: 20.90625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (right: clamp( 11.25rem , 8.3888888889rem  +  14.3055555556vw , 20.90625rem )) {
    .relevance__img::before {
      right: clamp( 11.25rem , 8.3888888889rem  +  14.3055555556vw , 20.90625rem );
    }
  }
  @supports not (right: clamp( 11.25rem , 8.3888888889rem  +  14.3055555556vw , 20.90625rem )) {
    .relevance__img::before {
      right: calc(
        11.25rem + 9.65625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .relevance__img::before {
    right: 11.25rem;
  }
}
@media (min-width: 87.5em) {
  .relevance__img::before {
    top: 8.46875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (top: clamp( 4.1875rem , 2.9189814815rem  +  6.3425925926vw , 8.46875rem )) {
    .relevance__img::before {
      top: clamp( 4.1875rem , 2.9189814815rem  +  6.3425925926vw , 8.46875rem );
    }
  }
  @supports not (top: clamp( 4.1875rem , 2.9189814815rem  +  6.3425925926vw , 8.46875rem )) {
    .relevance__img::before {
      top: calc(
        4.1875rem + 4.28125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .relevance__img::before {
    top: 4.1875rem;
  }
}
@media (max-width: 730px) and (min-width: 87.5em) {
  .relevance__img::before {
    width: 44.125rem;
  }
}
@media (max-width: 730px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 15.625rem , 7.1805555556rem  +  42.2222222222vw , 44.125rem )) {
    .relevance__img::before {
      width: clamp( 15.625rem , 7.1805555556rem  +  42.2222222222vw , 44.125rem );
    }
  }
  @supports not (width: clamp( 15.625rem , 7.1805555556rem  +  42.2222222222vw , 44.125rem )) {
    .relevance__img::before {
      width: calc(
        15.625rem + 28.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 730px) and (max-width: 20em) {
  .relevance__img::before {
    width: 15.625rem;
  }
}
@media (max-width: 730px) and (min-width: 87.5em) {
  .relevance__img::before {
    height: 20.0875rem;
  }
}
@media (max-width: 730px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (height: clamp( 7.25rem , 3.4462962963rem  +  19.0185185185vw , 20.0875rem )) {
    .relevance__img::before {
      height: clamp( 7.25rem , 3.4462962963rem  +  19.0185185185vw , 20.0875rem );
    }
  }
  @supports not (height: clamp( 7.25rem , 3.4462962963rem  +  19.0185185185vw , 20.0875rem )) {
    .relevance__img::before {
      height: calc(
        7.25rem + 12.8375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 730px) and (max-width: 20em) {
  .relevance__img::before {
    height: 7.25rem;
  }
}
@media (max-width: 730px) and (min-width: 87.5em) {
  .relevance__img::before {
    right: 33.40625rem;
  }
}
@media (max-width: 730px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (right: clamp( 11.6875rem , 5.2523148148rem  +  32.1759259259vw , 33.40625rem )) {
    .relevance__img::before {
      right: clamp( 11.6875rem , 5.2523148148rem  +  32.1759259259vw , 33.40625rem );
    }
  }
  @supports not (right: clamp( 11.6875rem , 5.2523148148rem  +  32.1759259259vw , 33.40625rem )) {
    .relevance__img::before {
      right: calc(
        11.6875rem + 21.71875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 730px) and (max-width: 20em) {
  .relevance__img::before {
    right: 11.6875rem;
  }
}
@media (max-width: 730px) and (min-width: 87.5em) {
  .relevance__img::before {
    top: 12.21875rem;
  }
}
@media (max-width: 730px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (top: clamp( 4.125rem , 1.7268518519rem  +  11.9907407407vw , 12.21875rem )) {
    .relevance__img::before {
      top: clamp( 4.125rem , 1.7268518519rem  +  11.9907407407vw , 12.21875rem );
    }
  }
  @supports not (top: clamp( 4.125rem , 1.7268518519rem  +  11.9907407407vw , 12.21875rem )) {
    .relevance__img::before {
      top: calc(
        4.125rem + 8.09375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 730px) and (max-width: 20em) {
  .relevance__img::before {
    top: 4.125rem;
  }
}

@media (min-width: 87.5em) {
  .cond {
    padding-top: 9.671875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-top: clamp( 6.3125rem , 5.3171296296rem  +  4.9768518519vw , 9.671875rem )) {
    .cond {
      padding-top: clamp( 6.3125rem , 5.3171296296rem  +  4.9768518519vw , 9.671875rem );
    }
  }
  @supports not (padding-top: clamp( 6.3125rem , 5.3171296296rem  +  4.9768518519vw , 9.671875rem )) {
    .cond {
      padding-top: calc(
        6.3125rem + 3.359375 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .cond {
    padding-top: 6.3125rem;
  }
}
.cond__row {
  display: flex;
  align-items: center;
}
@media (min-width: 87.5em) {
  .cond__row {
    gap: 4.0625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 0.00000625rem , -1.2036956019rem  +  6.0185092593vw , 4.0625rem )) {
    .cond__row {
      gap: clamp( 0.00000625rem , -1.2036956019rem  +  6.0185092593vw , 4.0625rem );
    }
  }
  @supports not (gap: clamp( 0.00000625rem , -1.2036956019rem  +  6.0185092593vw , 4.0625rem )) {
    .cond__row {
      gap: calc(
        0.00000625rem + 4.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .cond__row {
    gap: 0.00000625rem;
  }
}
@media (max-width: 855px) {
  .cond__row {
    flex-direction: column;
  }
}
@media (max-width: 855px) and (min-width: 87.5em) {
  .cond__row {
    gap: 4.0625rem;
  }
}
@media (max-width: 855px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (gap: clamp( 4.0625rem , 4.224537037rem  +  -0.1851851852vw , 4.1875rem )) {
    .cond__row {
      gap: clamp( 4.0625rem , 4.224537037rem  +  -0.1851851852vw , 4.1875rem );
    }
  }
  @supports not (gap: clamp( 4.0625rem , 4.224537037rem  +  -0.1851851852vw , 4.1875rem )) {
    .cond__row {
      gap: calc(
        4.1875rem + -0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 855px) and (max-width: 20em) {
  .cond__row {
    gap: 4.1875rem;
  }
}
.cond__left {
  max-width: 40.25rem;
  width: 100%;
}
@media (max-width: 855px) {
  .cond__left {
    max-width: 100%;
  }
}
.cond__body {
  width: 100%;
  border-radius: 18px;
  background: linear-gradient(180deg, #f6faff 0%, #dcf0fe 100%);
}
@media (min-width: 87.5em) {
  .cond__body {
    padding-left: 1.3125rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-left: clamp( 1rem , 0.9074074074rem  +  0.462962963vw , 1.3125rem )) {
    .cond__body {
      padding-left: clamp( 1rem , 0.9074074074rem  +  0.462962963vw , 1.3125rem );
    }
  }
  @supports not (padding-left: clamp( 1rem , 0.9074074074rem  +  0.462962963vw , 1.3125rem )) {
    .cond__body {
      padding-left: calc(
        1rem + 0.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .cond__body {
    padding-left: 1rem;
  }
}
@media (min-width: 87.5em) {
  .cond__body {
    padding-right: 1.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-right: clamp( 1.25rem , 1.0462962963rem  +  1.0185185185vw , 1.9375rem )) {
    .cond__body {
      padding-right: clamp( 1.25rem , 1.0462962963rem  +  1.0185185185vw , 1.9375rem );
    }
  }
  @supports not (padding-right: clamp( 1.25rem , 1.0462962963rem  +  1.0185185185vw , 1.9375rem )) {
    .cond__body {
      padding-right: calc(
        1.25rem + 0.6875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .cond__body {
    padding-right: 1.25rem;
  }
}
@media (min-width: 87.5em) {
  .cond__body {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (padding-bottom: clamp( 1.875rem , 1.6898148148rem  +  0.9259259259vw , 2.5rem )) {
    .cond__body {
      padding-bottom: clamp( 1.875rem , 1.6898148148rem  +  0.9259259259vw , 2.5rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.875rem , 1.6898148148rem  +  0.9259259259vw , 2.5rem )) {
    .cond__body {
      padding-bottom: calc(
        1.875rem + 0.625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .cond__body {
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 550px) {
  .cond__body {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    min-width: calc(100% + 2.5rem);
  }
}
.cond__img-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  row-gap: 0.875rem;
  margin-bottom: 4.0625rem;
}
@media (min-width: 87.5em) {
  .cond__img-row {
    column-gap: 0.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (column-gap: clamp( 0.6875rem , 0.6319444444rem  +  0.2777777778vw , 0.875rem )) {
    .cond__img-row {
      column-gap: clamp( 0.6875rem , 0.6319444444rem  +  0.2777777778vw , 0.875rem );
    }
  }
  @supports not (column-gap: clamp( 0.6875rem , 0.6319444444rem  +  0.2777777778vw , 0.875rem )) {
    .cond__img-row {
      column-gap: calc(
        0.6875rem + 0.1875 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .cond__img-row {
    column-gap: 0.6875rem;
  }
}
@media (min-width: 87.5em) {
  .cond__img-row {
    margin-bottom: 4.0625rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 0.00000625rem , -1.2036956019rem  +  6.0185092593vw , 4.0625rem )) {
    .cond__img-row {
      margin-bottom: clamp( 0.00000625rem , -1.2036956019rem  +  6.0185092593vw , 4.0625rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.00000625rem , -1.2036956019rem  +  6.0185092593vw , 4.0625rem )) {
    .cond__img-row {
      margin-bottom: calc(
        0.00000625rem + 4.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .cond__img-row {
    margin-bottom: 0.00000625rem;
  }
}
@media (max-width: 855px) and (min-width: 87.5em) {
  .cond__img-row {
    margin-bottom: 4.125rem;
  }
}
@media (max-width: 855px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 4.0625rem , 4.0439814815rem  +  0.0925925926vw , 4.125rem )) {
    .cond__img-row {
      margin-bottom: clamp( 4.0625rem , 4.0439814815rem  +  0.0925925926vw , 4.125rem );
    }
  }
  @supports not (margin-bottom: clamp( 4.0625rem , 4.0439814815rem  +  0.0925925926vw , 4.125rem )) {
    .cond__img-row {
      margin-bottom: calc(
        4.0625rem + 0.0625 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 855px) and (max-width: 20em) {
  .cond__img-row {
    margin-bottom: 4.0625rem;
  }
}
@media (max-width: 620px) {
  .cond__img-row {
    display: flex;
    flex-wrap: wrap;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cond__img {
  margin-top: -32%;
}
.cond__img img {
  width: 100%;
}
@media (max-width: 620px) {
  .cond__img {
    margin-top: 0;
  }
}
@media (max-width: 620px) and (min-width: 87.5em) {
  .cond__img {
    width: 21.875rem;
  }
}
@media (max-width: 620px) and (min-width: 20em) and (max-width: 87.5em) {
  @supports (width: clamp( 6.5625rem , 2.025462963rem  +  22.6851851852vw , 21.875rem )) {
    .cond__img {
      width: clamp( 6.5625rem , 2.025462963rem  +  22.6851851852vw , 21.875rem );
    }
  }
  @supports not (width: clamp( 6.5625rem , 2.025462963rem  +  22.6851851852vw , 21.875rem )) {
    .cond__img {
      width: calc(
        6.5625rem + 15.3125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 620px) and (max-width: 20em) {
  .cond__img {
    width: 6.5625rem;
  }
}
@media (max-width: 620px) {
  .cond__img:last-child {
    display: none;
  }
  .cond__img:nth-child(1), .cond__img:nth-child(2) {
    margin-top: -1.6875rem;
  }
  .cond__img:nth-child(3) {
    margin-left: auto;
  }
}
.cond__right {
  width: 100%;
}
@media (min-width: 87.5em) {
  .cond__title {
    margin-bottom: 1.375rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (margin-bottom: clamp( 1.375rem , 2.0231481481rem  +  -0.7407407407vw , 1.875rem )) {
    .cond__title {
      margin-bottom: clamp( 1.375rem , 2.0231481481rem  +  -0.7407407407vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.375rem , 2.0231481481rem  +  -0.7407407407vw , 1.875rem )) {
    .cond__title {
      margin-bottom: calc(
        1.875rem + -0.5 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .cond__title {
    margin-bottom: 1.875rem;
  }
}
.cond__text {
  font-size: 16px;
  line-height: 150%;
  color: var(--tekst);
  max-width: 30.5625rem;
}
@media (min-width: 87.5em) {
  .cond__text {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  @supports (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .cond__text {
      font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.837962963rem  +  0.1851851852vw , 1rem )) {
    .cond__text {
      font-size: calc(
        0.875rem + 0.125 * (100vw - 20rem) / 67.5
      );
    }
  }
}
@media (max-width: 20em) {
  .cond__text {
    font-size: 0.875rem;
  }
}
.cond .profit__list-li {
  line-height: 150%;
}
.cond .profit__list-li b {
  font-weight: 600;
}
.cond .profit__list-li svg {
  margin-top: 0.25rem;
}
/*# sourceMappingURL=main.min.css.map */
