@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) {
  .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;
}

.footer {
  position: sticky;
  bottom: 0;
  left: 0;
  min-height: 18.75rem;
  background: var(--temnye-plashki);
  margin-top: -1.875rem;
  padding-top: 3.125rem;
}
/*# sourceMappingURL=brand.min.css.map */
