@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  padding: 0;
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}
.map-page__clinics-list .controls .swiper-pagination-bullets {
padding-bottom:10px;
overflow:auto;}
.map-page__clinics-list {height:auto;}
.articles-page-list-item__preview .preview-link__image img:hover {transform:none !important;}
/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

button {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
}

a {
  color: currentColor;
  font: inherit;
  background-color: transparent;
  outline: none;
}

/**
  Нотацию отступов см. тут - https://getbootstrap.com/docs/5.0/utilities/spacing/
  У нас поддерживаем цифру до 30, т.е может быть mt-30 - где 30 это будет отступов 30x4=120
 */
.ma-0 {
  margin: 0px !important;
}

.ma-1 {
  margin: 4px !important;
}

.ma-2 {
  margin: 8px !important;
}

.ma-3 {
  margin: 12px !important;
}

.ma-4 {
  margin: 16px !important;
}

.ma-5 {
  margin: 20px !important;
}

.ma-6 {
  margin: 24px !important;
}

.ma-7 {
  margin: 28px !important;
}

.ma-8 {
  margin: 32px !important;
}

.ma-9 {
  margin: 36px !important;
}

.ma-10 {
  margin: 40px !important;
}

.ma-11 {
  margin: 44px !important;
}

.ma-12 {
  margin: 48px !important;
}

.ma-13 {
  margin: 52px !important;
}

.ma-14 {
  margin: 56px !important;
}

.ma-15 {
  margin: 60px !important;
}

.ma-16 {
  margin: 64px !important;
}

.ma-17 {
  margin: 68px !important;
}

.ma-18 {
  margin: 72px !important;
}

.ma-19 {
  margin: 76px !important;
}

.ma-20 {
  margin: 80px !important;
}

.ma-21 {
  margin: 84px !important;
}

.ma-22 {
  margin: 88px !important;
}

.ma-23 {
  margin: 92px !important;
}

.ma-24 {
  margin: 96px !important;
}

.ma-25 {
  margin: 100px !important;
}

.ma-26 {
  margin: 104px !important;
}

.ma-27 {
  margin: 108px !important;
}

.ma-28 {
  margin: 112px !important;
}

.ma-29 {
  margin: 116px !important;
}

.ma-30 {
  margin: 120px !important;
}

.ma-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.mx-2 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.mx-3 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.mx-4 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.mx-5 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-6 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mx-7 {
  margin-right: 28px !important;
  margin-left: 28px !important;
}

.mx-8 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.mx-9 {
  margin-right: 36px !important;
  margin-left: 36px !important;
}

.mx-10 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-11 {
  margin-right: 44px !important;
  margin-left: 44px !important;
}

.mx-12 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.mx-13 {
  margin-right: 52px !important;
  margin-left: 52px !important;
}

.mx-14 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}

.mx-15 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mx-16 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.mx-17 {
  margin-right: 68px !important;
  margin-left: 68px !important;
}

.mx-18 {
  margin-right: 72px !important;
  margin-left: 72px !important;
}

.mx-19 {
  margin-right: 76px !important;
  margin-left: 76px !important;
}

.mx-20 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.mx-21 {
  margin-right: 84px !important;
  margin-left: 84px !important;
}

.mx-22 {
  margin-right: 88px !important;
  margin-left: 88px !important;
}

.mx-23 {
  margin-right: 92px !important;
  margin-left: 92px !important;
}

.mx-24 {
  margin-right: 96px !important;
  margin-left: 96px !important;
}

.mx-25 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.mx-26 {
  margin-right: 104px !important;
  margin-left: 104px !important;
}

.mx-27 {
  margin-right: 108px !important;
  margin-left: 108px !important;
}

.mx-28 {
  margin-right: 112px !important;
  margin-left: 112px !important;
}

.mx-29 {
  margin-right: 116px !important;
  margin-left: 116px !important;
}

.mx-30 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-3 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my-4 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-5 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-6 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-7 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.my-8 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-9 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.my-10 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-11 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}

.my-12 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-13 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}

.my-14 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.my-15 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-16 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-17 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}

.my-18 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.my-19 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}

.my-20 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-21 {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}

.my-22 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.my-23 {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}

.my-24 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.my-25 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my-26 {
  margin-top: 104px !important;
  margin-bottom: 104px !important;
}

.my-27 {
  margin-top: 108px !important;
  margin-bottom: 108px !important;
}

.my-28 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}

.my-29 {
  margin-top: 116px !important;
  margin-bottom: 116px !important;
}

.my-30 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 4px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-3 {
  margin-top: 12px !important;
}

.mt-4 {
  margin-top: 16px !important;
}

.mt-5 {
  margin-top: 20px !important;
}

.mt-6 {
  margin-top: 24px !important;
}

.mt-7 {
  margin-top: 28px !important;
}

.mt-8 {
  margin-top: 32px !important;
}

.mt-9 {
  margin-top: 36px !important;
}

.mt-10 {
  margin-top: 40px !important;
}

.mt-11 {
  margin-top: 44px !important;
}

.mt-12 {
  margin-top: 48px !important;
}

.mt-13 {
  margin-top: 52px !important;
}

.mt-14 {
  margin-top: 56px !important;
}

.mt-15 {
  margin-top: 60px !important;
}

.mt-16 {
  margin-top: 64px !important;
}

.mt-17 {
  margin-top: 68px !important;
}

.mt-18 {
  margin-top: 72px !important;
}

.mt-19 {
  margin-top: 76px !important;
}

.mt-20 {
  margin-top: 80px !important;
}

.mt-21 {
  margin-top: 84px !important;
}

.mt-22 {
  margin-top: 88px !important;
}

.mt-23 {
  margin-top: 92px !important;
}

.mt-24 {
  margin-top: 96px !important;
}

.mt-25 {
  margin-top: 100px !important;
}

.mt-26 {
  margin-top: 104px !important;
}

.mt-27 {
  margin-top: 108px !important;
}

.mt-28 {
  margin-top: 112px !important;
}

.mt-29 {
  margin-top: 116px !important;
}

.mt-30 {
  margin-top: 120px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 4px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.mr-3 {
  margin-right: 12px !important;
}

.mr-4 {
  margin-right: 16px !important;
}

.mr-5 {
  margin-right: 20px !important;
}

.mr-6 {
  margin-right: 24px !important;
}

.mr-7 {
  margin-right: 28px !important;
}

.mr-8 {
  margin-right: 32px !important;
}

.mr-9 {
  margin-right: 36px !important;
}

.mr-10 {
  margin-right: 40px !important;
}

.mr-11 {
  margin-right: 44px !important;
}

.mr-12 {
  margin-right: 48px !important;
}

.mr-13 {
  margin-right: 52px !important;
}

.mr-14 {
  margin-right: 56px !important;
}

.mr-15 {
  margin-right: 60px !important;
}

.mr-16 {
  margin-right: 64px !important;
}

.mr-17 {
  margin-right: 68px !important;
}

.mr-18 {
  margin-right: 72px !important;
}

.mr-19 {
  margin-right: 76px !important;
}

.mr-20 {
  margin-right: 80px !important;
}

.mr-21 {
  margin-right: 84px !important;
}

.mr-22 {
  margin-right: 88px !important;
}

.mr-23 {
  margin-right: 92px !important;
}

.mr-24 {
  margin-right: 96px !important;
}

.mr-25 {
  margin-right: 100px !important;
}

.mr-26 {
  margin-right: 104px !important;
}

.mr-27 {
  margin-right: 108px !important;
}

.mr-28 {
  margin-right: 112px !important;
}

.mr-29 {
  margin-right: 116px !important;
}

.mr-30 {
  margin-right: 120px !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-3 {
  margin-bottom: 12px !important;
}

.mb-4 {
  margin-bottom: 16px !important;
}

.mb-5 {
  margin-bottom: 20px !important;
}

.mb-6 {
  margin-bottom: 24px !important;
}

.mb-7 {
  margin-bottom: 28px !important;
}

.mb-8 {
  margin-bottom: 32px !important;
}

.mb-9 {
  margin-bottom: 36px !important;
}

.mb-10 {
  margin-bottom: 40px !important;
}

.mb-11 {
  margin-bottom: 44px !important;
}

.mb-12 {
  margin-bottom: 48px !important;
}

.mb-13 {
  margin-bottom: 52px !important;
}

.mb-14 {
  margin-bottom: 56px !important;
}

.mb-15 {
  margin-bottom: 60px !important;
}

.mb-16 {
  margin-bottom: 64px !important;
}

.mb-17 {
  margin-bottom: 68px !important;
}

.mb-18 {
  margin-bottom: 72px !important;
}

.mb-19 {
  margin-bottom: 76px !important;
}

.mb-20 {
  margin-bottom: 80px !important;
}

.mb-21 {
  margin-bottom: 84px !important;
}

.mb-22 {
  margin-bottom: 88px !important;
}

.mb-23 {
  margin-bottom: 92px !important;
}

.mb-24 {
  margin-bottom: 96px !important;
}

.mb-25 {
  margin-bottom: 100px !important;
}

.mb-26 {
  margin-bottom: 104px !important;
}

.mb-27 {
  margin-bottom: 108px !important;
}

.mb-28 {
  margin-bottom: 112px !important;
}

.mb-29 {
  margin-bottom: 116px !important;
}

.mb-30 {
  margin-bottom: 120px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 4px !important;
}

.ml-2 {
  margin-left: 8px !important;
}

.ml-3 {
  margin-left: 12px !important;
}

.ml-4 {
  margin-left: 16px !important;
}

.ml-5 {
  margin-left: 20px !important;
}

.ml-6 {
  margin-left: 24px !important;
}

.ml-7 {
  margin-left: 28px !important;
}

.ml-8 {
  margin-left: 32px !important;
}

.ml-9 {
  margin-left: 36px !important;
}

.ml-10 {
  margin-left: 40px !important;
}

.ml-11 {
  margin-left: 44px !important;
}

.ml-12 {
  margin-left: 48px !important;
}

.ml-13 {
  margin-left: 52px !important;
}

.ml-14 {
  margin-left: 56px !important;
}

.ml-15 {
  margin-left: 60px !important;
}

.ml-16 {
  margin-left: 64px !important;
}

.ml-17 {
  margin-left: 68px !important;
}

.ml-18 {
  margin-left: 72px !important;
}

.ml-19 {
  margin-left: 76px !important;
}

.ml-20 {
  margin-left: 80px !important;
}

.ml-21 {
  margin-left: 84px !important;
}

.ml-22 {
  margin-left: 88px !important;
}

.ml-23 {
  margin-left: 92px !important;
}

.ml-24 {
  margin-left: 96px !important;
}

.ml-25 {
  margin-left: 100px !important;
}

.ml-26 {
  margin-left: 104px !important;
}

.ml-27 {
  margin-left: 108px !important;
}

.ml-28 {
  margin-left: 112px !important;
}

.ml-29 {
  margin-left: 116px !important;
}

.ml-30 {
  margin-left: 120px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.ma-n1 {
  margin: -4px !important;
}

.ma-n2 {
  margin: -8px !important;
}

.ma-n3 {
  margin: -12px !important;
}

.ma-n4 {
  margin: -16px !important;
}

.ma-n5 {
  margin: -20px !important;
}

.ma-n6 {
  margin: -24px !important;
}

.ma-n7 {
  margin: -28px !important;
}

.ma-n8 {
  margin: -32px !important;
}

.ma-n9 {
  margin: -36px !important;
}

.ma-n10 {
  margin: -40px !important;
}

.ma-n11 {
  margin: -44px !important;
}

.ma-n12 {
  margin: -48px !important;
}

.ma-n13 {
  margin: -52px !important;
}

.ma-n14 {
  margin: -56px !important;
}

.ma-n15 {
  margin: -60px !important;
}

.ma-n16 {
  margin: -64px !important;
}

.ma-n17 {
  margin: -68px !important;
}

.ma-n18 {
  margin: -72px !important;
}

.ma-n19 {
  margin: -76px !important;
}

.ma-n20 {
  margin: -80px !important;
}

.ma-n21 {
  margin: -84px !important;
}

.ma-n22 {
  margin: -88px !important;
}

.ma-n23 {
  margin: -92px !important;
}

.ma-n24 {
  margin: -96px !important;
}

.ma-n25 {
  margin: -100px !important;
}

.ma-n26 {
  margin: -104px !important;
}

.ma-n27 {
  margin: -108px !important;
}

.ma-n28 {
  margin: -112px !important;
}

.ma-n29 {
  margin: -116px !important;
}

.ma-n30 {
  margin: -120px !important;
}

.mx-n1 {
  margin-right: -4px !important;
  margin-left: -4px !important;
}

.mx-n2 {
  margin-right: -8px !important;
  margin-left: -8px !important;
}

.mx-n3 {
  margin-right: -12px !important;
  margin-left: -12px !important;
}

.mx-n4 {
  margin-right: -16px !important;
  margin-left: -16px !important;
}

.mx-n5 {
  margin-right: -20px !important;
  margin-left: -20px !important;
}

.mx-n6 {
  margin-right: -24px !important;
  margin-left: -24px !important;
}

.mx-n7 {
  margin-right: -28px !important;
  margin-left: -28px !important;
}

.mx-n8 {
  margin-right: -32px !important;
  margin-left: -32px !important;
}

.mx-n9 {
  margin-right: -36px !important;
  margin-left: -36px !important;
}

.mx-n10 {
  margin-right: -40px !important;
  margin-left: -40px !important;
}

.mx-n11 {
  margin-right: -44px !important;
  margin-left: -44px !important;
}

.mx-n12 {
  margin-right: -48px !important;
  margin-left: -48px !important;
}

.mx-n13 {
  margin-right: -52px !important;
  margin-left: -52px !important;
}

.mx-n14 {
  margin-right: -56px !important;
  margin-left: -56px !important;
}

.mx-n15 {
  margin-right: -60px !important;
  margin-left: -60px !important;
}

.mx-n16 {
  margin-right: -64px !important;
  margin-left: -64px !important;
}

.mx-n17 {
  margin-right: -68px !important;
  margin-left: -68px !important;
}

.mx-n18 {
  margin-right: -72px !important;
  margin-left: -72px !important;
}

.mx-n19 {
  margin-right: -76px !important;
  margin-left: -76px !important;
}

.mx-n20 {
  margin-right: -80px !important;
  margin-left: -80px !important;
}

.mx-n21 {
  margin-right: -84px !important;
  margin-left: -84px !important;
}

.mx-n22 {
  margin-right: -88px !important;
  margin-left: -88px !important;
}

.mx-n23 {
  margin-right: -92px !important;
  margin-left: -92px !important;
}

.mx-n24 {
  margin-right: -96px !important;
  margin-left: -96px !important;
}

.mx-n25 {
  margin-right: -100px !important;
  margin-left: -100px !important;
}

.mx-n26 {
  margin-right: -104px !important;
  margin-left: -104px !important;
}

.mx-n27 {
  margin-right: -108px !important;
  margin-left: -108px !important;
}

.mx-n28 {
  margin-right: -112px !important;
  margin-left: -112px !important;
}

.mx-n29 {
  margin-right: -116px !important;
  margin-left: -116px !important;
}

.mx-n30 {
  margin-right: -120px !important;
  margin-left: -120px !important;
}

.my-n1 {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}

.my-n2 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

.my-n3 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}

.my-n4 {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}

.my-n5 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.my-n6 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

.my-n7 {
  margin-top: -28px !important;
  margin-bottom: -28px !important;
}

.my-n8 {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}

.my-n9 {
  margin-top: -36px !important;
  margin-bottom: -36px !important;
}

.my-n10 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.my-n11 {
  margin-top: -44px !important;
  margin-bottom: -44px !important;
}

.my-n12 {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}

.my-n13 {
  margin-top: -52px !important;
  margin-bottom: -52px !important;
}

.my-n14 {
  margin-top: -56px !important;
  margin-bottom: -56px !important;
}

.my-n15 {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}

.my-n16 {
  margin-top: -64px !important;
  margin-bottom: -64px !important;
}

.my-n17 {
  margin-top: -68px !important;
  margin-bottom: -68px !important;
}

.my-n18 {
  margin-top: -72px !important;
  margin-bottom: -72px !important;
}

.my-n19 {
  margin-top: -76px !important;
  margin-bottom: -76px !important;
}

.my-n20 {
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}

.my-n21 {
  margin-top: -84px !important;
  margin-bottom: -84px !important;
}

.my-n22 {
  margin-top: -88px !important;
  margin-bottom: -88px !important;
}

.my-n23 {
  margin-top: -92px !important;
  margin-bottom: -92px !important;
}

.my-n24 {
  margin-top: -96px !important;
  margin-bottom: -96px !important;
}

.my-n25 {
  margin-top: -100px !important;
  margin-bottom: -100px !important;
}

.my-n26 {
  margin-top: -104px !important;
  margin-bottom: -104px !important;
}

.my-n27 {
  margin-top: -108px !important;
  margin-bottom: -108px !important;
}

.my-n28 {
  margin-top: -112px !important;
  margin-bottom: -112px !important;
}

.my-n29 {
  margin-top: -116px !important;
  margin-bottom: -116px !important;
}

.my-n30 {
  margin-top: -120px !important;
  margin-bottom: -120px !important;
}

.mt-n1 {
  margin-top: -4px !important;
}

.mt-n2 {
  margin-top: -8px !important;
}

.mt-n3 {
  margin-top: -12px !important;
}

.mt-n4 {
  margin-top: -16px !important;
}

.mt-n5 {
  margin-top: -20px !important;
}

.mt-n6 {
  margin-top: -24px !important;
}

.mt-n7 {
  margin-top: -28px !important;
}

.mt-n8 {
  margin-top: -32px !important;
}

.mt-n9 {
  margin-top: -36px !important;
}

.mt-n10 {
  margin-top: -40px !important;
}

.mt-n11 {
  margin-top: -44px !important;
}

.mt-n12 {
  margin-top: -48px !important;
}

.mt-n13 {
  margin-top: -52px !important;
}

.mt-n14 {
  margin-top: -56px !important;
}

.mt-n15 {
  margin-top: -60px !important;
}

.mt-n16 {
  margin-top: -64px !important;
}

.mt-n17 {
  margin-top: -68px !important;
}

.mt-n18 {
  margin-top: -72px !important;
}

.mt-n19 {
  margin-top: -76px !important;
}

.mt-n20 {
  margin-top: -80px !important;
}

.mt-n21 {
  margin-top: -84px !important;
}

.mt-n22 {
  margin-top: -88px !important;
}

.mt-n23 {
  margin-top: -92px !important;
}

.mt-n24 {
  margin-top: -96px !important;
}

.mt-n25 {
  margin-top: -100px !important;
}

.mt-n26 {
  margin-top: -104px !important;
}

.mt-n27 {
  margin-top: -108px !important;
}

.mt-n28 {
  margin-top: -112px !important;
}

.mt-n29 {
  margin-top: -116px !important;
}

.mt-n30 {
  margin-top: -120px !important;
}

.mr-n1 {
  margin-right: -4px !important;
}

.mr-n2 {
  margin-right: -8px !important;
}

.mr-n3 {
  margin-right: -12px !important;
}

.mr-n4 {
  margin-right: -16px !important;
}

.mr-n5 {
  margin-right: -20px !important;
}

.mr-n6 {
  margin-right: -24px !important;
}

.mr-n7 {
  margin-right: -28px !important;
}

.mr-n8 {
  margin-right: -32px !important;
}

.mr-n9 {
  margin-right: -36px !important;
}

.mr-n10 {
  margin-right: -40px !important;
}

.mr-n11 {
  margin-right: -44px !important;
}

.mr-n12 {
  margin-right: -48px !important;
}

.mr-n13 {
  margin-right: -52px !important;
}

.mr-n14 {
  margin-right: -56px !important;
}

.mr-n15 {
  margin-right: -60px !important;
}

.mr-n16 {
  margin-right: -64px !important;
}

.mr-n17 {
  margin-right: -68px !important;
}

.mr-n18 {
  margin-right: -72px !important;
}

.mr-n19 {
  margin-right: -76px !important;
}

.mr-n20 {
  margin-right: -80px !important;
}

.mr-n21 {
  margin-right: -84px !important;
}

.mr-n22 {
  margin-right: -88px !important;
}

.mr-n23 {
  margin-right: -92px !important;
}

.mr-n24 {
  margin-right: -96px !important;
}

.mr-n25 {
  margin-right: -100px !important;
}

.mr-n26 {
  margin-right: -104px !important;
}

.mr-n27 {
  margin-right: -108px !important;
}

.mr-n28 {
  margin-right: -112px !important;
}

.mr-n29 {
  margin-right: -116px !important;
}

.mr-n30 {
  margin-right: -120px !important;
}

.mb-n1 {
  margin-bottom: -4px !important;
}

.mb-n2 {
  margin-bottom: -8px !important;
}

.mb-n3 {
  margin-bottom: -12px !important;
}

.mb-n4 {
  margin-bottom: -16px !important;
}

.mb-n5 {
  margin-bottom: -20px !important;
}

.mb-n6 {
  margin-bottom: -24px !important;
}

.mb-n7 {
  margin-bottom: -28px !important;
}

.mb-n8 {
  margin-bottom: -32px !important;
}

.mb-n9 {
  margin-bottom: -36px !important;
}

.mb-n10 {
  margin-bottom: -40px !important;
}

.mb-n11 {
  margin-bottom: -44px !important;
}

.mb-n12 {
  margin-bottom: -48px !important;
}

.mb-n13 {
  margin-bottom: -52px !important;
}

.mb-n14 {
  margin-bottom: -56px !important;
}

.mb-n15 {
  margin-bottom: -60px !important;
}

.mb-n16 {
  margin-bottom: -64px !important;
}

.mb-n17 {
  margin-bottom: -68px !important;
}

.mb-n18 {
  margin-bottom: -72px !important;
}

.mb-n19 {
  margin-bottom: -76px !important;
}

.mb-n20 {
  margin-bottom: -80px !important;
}

.mb-n21 {
  margin-bottom: -84px !important;
}

.mb-n22 {
  margin-bottom: -88px !important;
}

.mb-n23 {
  margin-bottom: -92px !important;
}

.mb-n24 {
  margin-bottom: -96px !important;
}

.mb-n25 {
  margin-bottom: -100px !important;
}

.mb-n26 {
  margin-bottom: -104px !important;
}

.mb-n27 {
  margin-bottom: -108px !important;
}

.mb-n28 {
  margin-bottom: -112px !important;
}

.mb-n29 {
  margin-bottom: -116px !important;
}

.mb-n30 {
  margin-bottom: -120px !important;
}

.ml-n1 {
  margin-left: -4px !important;
}

.ml-n2 {
  margin-left: -8px !important;
}

.ml-n3 {
  margin-left: -12px !important;
}

.ml-n4 {
  margin-left: -16px !important;
}

.ml-n5 {
  margin-left: -20px !important;
}

.ml-n6 {
  margin-left: -24px !important;
}

.ml-n7 {
  margin-left: -28px !important;
}

.ml-n8 {
  margin-left: -32px !important;
}

.ml-n9 {
  margin-left: -36px !important;
}

.ml-n10 {
  margin-left: -40px !important;
}

.ml-n11 {
  margin-left: -44px !important;
}

.ml-n12 {
  margin-left: -48px !important;
}

.ml-n13 {
  margin-left: -52px !important;
}

.ml-n14 {
  margin-left: -56px !important;
}

.ml-n15 {
  margin-left: -60px !important;
}

.ml-n16 {
  margin-left: -64px !important;
}

.ml-n17 {
  margin-left: -68px !important;
}

.ml-n18 {
  margin-left: -72px !important;
}

.ml-n19 {
  margin-left: -76px !important;
}

.ml-n20 {
  margin-left: -80px !important;
}

.ml-n21 {
  margin-left: -84px !important;
}

.ml-n22 {
  margin-left: -88px !important;
}

.ml-n23 {
  margin-left: -92px !important;
}

.ml-n24 {
  margin-left: -96px !important;
}

.ml-n25 {
  margin-left: -100px !important;
}

.ml-n26 {
  margin-left: -104px !important;
}

.ml-n27 {
  margin-left: -108px !important;
}

.ml-n28 {
  margin-left: -112px !important;
}

.ml-n29 {
  margin-left: -116px !important;
}

.ml-n30 {
  margin-left: -120px !important;
}

.pa-0 {
  padding: 0px !important;
}

.pa-1 {
  padding: 4px !important;
}

.pa-2 {
  padding: 8px !important;
}

.pa-3 {
  padding: 12px !important;
}

.pa-4 {
  padding: 16px !important;
}

.pa-5 {
  padding: 20px !important;
}

.pa-6 {
  padding: 24px !important;
}

.pa-7 {
  padding: 28px !important;
}

.pa-8 {
  padding: 32px !important;
}

.pa-9 {
  padding: 36px !important;
}

.pa-10 {
  padding: 40px !important;
}

.pa-11 {
  padding: 44px !important;
}

.pa-12 {
  padding: 48px !important;
}

.pa-13 {
  padding: 52px !important;
}

.pa-14 {
  padding: 56px !important;
}

.pa-15 {
  padding: 60px !important;
}

.pa-16 {
  padding: 64px !important;
}

.pa-17 {
  padding: 68px !important;
}

.pa-18 {
  padding: 72px !important;
}

.pa-19 {
  padding: 76px !important;
}

.pa-20 {
  padding: 80px !important;
}

.pa-21 {
  padding: 84px !important;
}

.pa-22 {
  padding: 88px !important;
}

.pa-23 {
  padding: 92px !important;
}

.pa-24 {
  padding: 96px !important;
}

.pa-25 {
  padding: 100px !important;
}

.pa-26 {
  padding: 104px !important;
}

.pa-27 {
  padding: 108px !important;
}

.pa-28 {
  padding: 112px !important;
}

.pa-29 {
  padding: 116px !important;
}

.pa-30 {
  padding: 120px !important;
}

.px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.px-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.px-3 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.px-4 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.px-5 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.px-6 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.px-7 {
  padding-right: 28px !important;
  padding-left: 28px !important;
}

.px-8 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.px-9 {
  padding-right: 36px !important;
  padding-left: 36px !important;
}

.px-10 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.px-11 {
  padding-right: 44px !important;
  padding-left: 44px !important;
}

.px-12 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.px-13 {
  padding-right: 52px !important;
  padding-left: 52px !important;
}

.px-14 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}

.px-15 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.px-16 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

.px-17 {
  padding-right: 68px !important;
  padding-left: 68px !important;
}

.px-18 {
  padding-right: 72px !important;
  padding-left: 72px !important;
}

.px-19 {
  padding-right: 76px !important;
  padding-left: 76px !important;
}

.px-20 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.px-21 {
  padding-right: 84px !important;
  padding-left: 84px !important;
}

.px-22 {
  padding-right: 88px !important;
  padding-left: 88px !important;
}

.px-23 {
  padding-right: 92px !important;
  padding-left: 92px !important;
}

.px-24 {
  padding-right: 96px !important;
  padding-left: 96px !important;
}

.px-25 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.px-26 {
  padding-right: 104px !important;
  padding-left: 104px !important;
}

.px-27 {
  padding-right: 108px !important;
  padding-left: 108px !important;
}

.px-28 {
  padding-right: 112px !important;
  padding-left: 112px !important;
}

.px-29 {
  padding-right: 116px !important;
  padding-left: 116px !important;
}

.px-30 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-4 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-5 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-6 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-7 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.py-8 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-9 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.py-10 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-11 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.py-12 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-13 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.py-14 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.py-15 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-16 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-17 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}

.py-18 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.py-19 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

.py-20 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-21 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}

.py-22 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.py-23 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

.py-24 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.py-25 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-26 {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}

.py-27 {
  padding-top: 108px !important;
  padding-bottom: 108px !important;
}

.py-28 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

.py-29 {
  padding-top: 116px !important;
  padding-bottom: 116px !important;
}

.py-30 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 4px !important;
}

.pt-2 {
  padding-top: 8px !important;
}

.pt-3 {
  padding-top: 12px !important;
}

.pt-4 {
  padding-top: 16px !important;
}

.pt-5 {
  padding-top: 20px !important;
}

.pt-6 {
  padding-top: 24px !important;
}

.pt-7 {
  padding-top: 28px !important;
}

.pt-8 {
  padding-top: 32px !important;
}

.pt-9 {
  padding-top: 36px !important;
}

.pt-10 {
  padding-top: 40px !important;
}

.pt-11 {
  padding-top: 44px !important;
}

.pt-12 {
  padding-top: 48px !important;
}

.pt-13 {
  padding-top: 52px !important;
}

.pt-14 {
  padding-top: 56px !important;
}

.pt-15 {
  padding-top: 60px !important;
}

.pt-16 {
  padding-top: 64px !important;
}

.pt-17 {
  padding-top: 68px !important;
}

.pt-18 {
  padding-top: 72px !important;
}

.pt-19 {
  padding-top: 76px !important;
}

.pt-20 {
  padding-top: 80px !important;
}

.pt-21 {
  padding-top: 84px !important;
}

.pt-22 {
  padding-top: 88px !important;
}

.pt-23 {
  padding-top: 92px !important;
}

.pt-24 {
  padding-top: 96px !important;
}

.pt-25 {
  padding-top: 100px !important;
}

.pt-26 {
  padding-top: 104px !important;
}

.pt-27 {
  padding-top: 108px !important;
}

.pt-28 {
  padding-top: 112px !important;
}

.pt-29 {
  padding-top: 116px !important;
}

.pt-30 {
  padding-top: 120px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 4px !important;
}

.pr-2 {
  padding-right: 8px !important;
}

.pr-3 {
  padding-right: 12px !important;
}

.pr-4 {
  padding-right: 16px !important;
}

.pr-5 {
  padding-right: 20px !important;
}

.pr-6 {
  padding-right: 24px !important;
}

.pr-7 {
  padding-right: 28px !important;
}

.pr-8 {
  padding-right: 32px !important;
}

.pr-9 {
  padding-right: 36px !important;
}

.pr-10 {
  padding-right: 40px !important;
}

.pr-11 {
  padding-right: 44px !important;
}

.pr-12 {
  padding-right: 48px !important;
}

.pr-13 {
  padding-right: 52px !important;
}

.pr-14 {
  padding-right: 56px !important;
}

.pr-15 {
  padding-right: 60px !important;
}

.pr-16 {
  padding-right: 64px !important;
}

.pr-17 {
  padding-right: 68px !important;
}

.pr-18 {
  padding-right: 72px !important;
}

.pr-19 {
  padding-right: 76px !important;
}

.pr-20 {
  padding-right: 80px !important;
}

.pr-21 {
  padding-right: 84px !important;
}

.pr-22 {
  padding-right: 88px !important;
}

.pr-23 {
  padding-right: 92px !important;
}

.pr-24 {
  padding-right: 96px !important;
}

.pr-25 {
  padding-right: 100px !important;
}

.pr-26 {
  padding-right: 104px !important;
}

.pr-27 {
  padding-right: 108px !important;
}

.pr-28 {
  padding-right: 112px !important;
}

.pr-29 {
  padding-right: 116px !important;
}

.pr-30 {
  padding-right: 120px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 4px !important;
}

.pb-2 {
  padding-bottom: 8px !important;
}

.pb-3 {
  padding-bottom: 12px !important;
}

.pb-4 {
  padding-bottom: 16px !important;
}

.pb-5 {
  padding-bottom: 20px !important;
}

.pb-6 {
  padding-bottom: 24px !important;
}

.pb-7 {
  padding-bottom: 28px !important;
}

.pb-8 {
  padding-bottom: 32px !important;
}

.pb-9 {
  padding-bottom: 36px !important;
}

.pb-10 {
  padding-bottom: 40px !important;
}

.pb-11 {
  padding-bottom: 44px !important;
}

.pb-12 {
  padding-bottom: 48px !important;
}

.pb-13 {
  padding-bottom: 52px !important;
}

.pb-14 {
  padding-bottom: 56px !important;
}

.pb-15 {
  padding-bottom: 60px !important;
}

.pb-16 {
  padding-bottom: 64px !important;
}

.pb-17 {
  padding-bottom: 68px !important;
}

.pb-18 {
  padding-bottom: 72px !important;
}

.pb-19 {
  padding-bottom: 76px !important;
}

.pb-20 {
  padding-bottom: 80px !important;
}

.pb-21 {
  padding-bottom: 84px !important;
}

.pb-22 {
  padding-bottom: 88px !important;
}

.pb-23 {
  padding-bottom: 92px !important;
}

.pb-24 {
  padding-bottom: 96px !important;
}

.pb-25 {
  padding-bottom: 100px !important;
}

.pb-26 {
  padding-bottom: 104px !important;
}

.pb-27 {
  padding-bottom: 108px !important;
}

.pb-28 {
  padding-bottom: 112px !important;
}

.pb-29 {
  padding-bottom: 116px !important;
}

.pb-30 {
  padding-bottom: 120px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 4px !important;
}

.pl-2 {
  padding-left: 8px !important;
}

.pl-3 {
  padding-left: 12px !important;
}

.pl-4 {
  padding-left: 16px !important;
}

.pl-5 {
  padding-left: 20px !important;
}

.pl-6 {
  padding-left: 24px !important;
}

.pl-7 {
  padding-left: 28px !important;
}

.pl-8 {
  padding-left: 32px !important;
}

.pl-9 {
  padding-left: 36px !important;
}

.pl-10 {
  padding-left: 40px !important;
}

.pl-11 {
  padding-left: 44px !important;
}

.pl-12 {
  padding-left: 48px !important;
}

.pl-13 {
  padding-left: 52px !important;
}

.pl-14 {
  padding-left: 56px !important;
}

.pl-15 {
  padding-left: 60px !important;
}

.pl-16 {
  padding-left: 64px !important;
}

.pl-17 {
  padding-left: 68px !important;
}

.pl-18 {
  padding-left: 72px !important;
}

.pl-19 {
  padding-left: 76px !important;
}

.pl-20 {
  padding-left: 80px !important;
}

.pl-21 {
  padding-left: 84px !important;
}

.pl-22 {
  padding-left: 88px !important;
}

.pl-23 {
  padding-left: 92px !important;
}

.pl-24 {
  padding-left: 96px !important;
}

.pl-25 {
  padding-left: 100px !important;
}

.pl-26 {
  padding-left: 104px !important;
}

.pl-27 {
  padding-left: 108px !important;
}

.pl-28 {
  padding-left: 112px !important;
}

.pl-29 {
  padding-left: 116px !important;
}

.pl-30 {
  padding-left: 120px !important;
}

@media (min-width: 768px) {
  .ma-sm-0 {
    margin: 0px !important;
  }
  .ma-sm-1 {
    margin: 4px !important;
  }
  .ma-sm-2 {
    margin: 8px !important;
  }
  .ma-sm-3 {
    margin: 12px !important;
  }
  .ma-sm-4 {
    margin: 16px !important;
  }
  .ma-sm-5 {
    margin: 20px !important;
  }
  .ma-sm-6 {
    margin: 24px !important;
  }
  .ma-sm-7 {
    margin: 28px !important;
  }
  .ma-sm-8 {
    margin: 32px !important;
  }
  .ma-sm-9 {
    margin: 36px !important;
  }
  .ma-sm-10 {
    margin: 40px !important;
  }
  .ma-sm-11 {
    margin: 44px !important;
  }
  .ma-sm-12 {
    margin: 48px !important;
  }
  .ma-sm-13 {
    margin: 52px !important;
  }
  .ma-sm-14 {
    margin: 56px !important;
  }
  .ma-sm-15 {
    margin: 60px !important;
  }
  .ma-sm-16 {
    margin: 64px !important;
  }
  .ma-sm-17 {
    margin: 68px !important;
  }
  .ma-sm-18 {
    margin: 72px !important;
  }
  .ma-sm-19 {
    margin: 76px !important;
  }
  .ma-sm-20 {
    margin: 80px !important;
  }
  .ma-sm-21 {
    margin: 84px !important;
  }
  .ma-sm-22 {
    margin: 88px !important;
  }
  .ma-sm-23 {
    margin: 92px !important;
  }
  .ma-sm-24 {
    margin: 96px !important;
  }
  .ma-sm-25 {
    margin: 100px !important;
  }
  .ma-sm-26 {
    margin: 104px !important;
  }
  .ma-sm-27 {
    margin: 108px !important;
  }
  .ma-sm-28 {
    margin: 112px !important;
  }
  .ma-sm-29 {
    margin: 116px !important;
  }
  .ma-sm-30 {
    margin: 120px !important;
  }
  .ma-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .mx-sm-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-sm-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-sm-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-sm-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-sm-5 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-sm-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-sm-7 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .mx-sm-8 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-sm-9 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .mx-sm-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-sm-11 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .mx-sm-12 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-sm-13 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .mx-sm-14 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-sm-15 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-sm-16 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-sm-17 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }
  .mx-sm-18 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-sm-19 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }
  .mx-sm-20 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-sm-21 {
    margin-right: 84px !important;
    margin-left: 84px !important;
  }
  .mx-sm-22 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .mx-sm-23 {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }
  .mx-sm-24 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .mx-sm-25 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-sm-26 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }
  .mx-sm-27 {
    margin-right: 108px !important;
    margin-left: 108px !important;
  }
  .mx-sm-28 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }
  .mx-sm-29 {
    margin-right: 116px !important;
    margin-left: 116px !important;
  }
  .mx-sm-30 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-sm-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-sm-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-sm-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-sm-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-sm-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .my-sm-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-sm-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-sm-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-sm-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .my-sm-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-sm-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .my-sm-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-sm-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-sm-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-sm-17 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .my-sm-18 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-sm-19 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .my-sm-20 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-sm-21 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .my-sm-22 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .my-sm-23 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .my-sm-24 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-sm-25 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-sm-26 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .my-sm-27 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }
  .my-sm-28 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .my-sm-29 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }
  .my-sm-30 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .mt-sm-1 {
    margin-top: 4px !important;
  }
  .mt-sm-2 {
    margin-top: 8px !important;
  }
  .mt-sm-3 {
    margin-top: 12px !important;
  }
  .mt-sm-4 {
    margin-top: 16px !important;
  }
  .mt-sm-5 {
    margin-top: 20px !important;
  }
  .mt-sm-6 {
    margin-top: 24px !important;
  }
  .mt-sm-7 {
    margin-top: 28px !important;
  }
  .mt-sm-8 {
    margin-top: 32px !important;
  }
  .mt-sm-9 {
    margin-top: 36px !important;
  }
  .mt-sm-10 {
    margin-top: 40px !important;
  }
  .mt-sm-11 {
    margin-top: 44px !important;
  }
  .mt-sm-12 {
    margin-top: 48px !important;
  }
  .mt-sm-13 {
    margin-top: 52px !important;
  }
  .mt-sm-14 {
    margin-top: 56px !important;
  }
  .mt-sm-15 {
    margin-top: 60px !important;
  }
  .mt-sm-16 {
    margin-top: 64px !important;
  }
  .mt-sm-17 {
    margin-top: 68px !important;
  }
  .mt-sm-18 {
    margin-top: 72px !important;
  }
  .mt-sm-19 {
    margin-top: 76px !important;
  }
  .mt-sm-20 {
    margin-top: 80px !important;
  }
  .mt-sm-21 {
    margin-top: 84px !important;
  }
  .mt-sm-22 {
    margin-top: 88px !important;
  }
  .mt-sm-23 {
    margin-top: 92px !important;
  }
  .mt-sm-24 {
    margin-top: 96px !important;
  }
  .mt-sm-25 {
    margin-top: 100px !important;
  }
  .mt-sm-26 {
    margin-top: 104px !important;
  }
  .mt-sm-27 {
    margin-top: 108px !important;
  }
  .mt-sm-28 {
    margin-top: 112px !important;
  }
  .mt-sm-29 {
    margin-top: 116px !important;
  }
  .mt-sm-30 {
    margin-top: 120px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .mr-sm-1 {
    margin-right: 4px !important;
  }
  .mr-sm-2 {
    margin-right: 8px !important;
  }
  .mr-sm-3 {
    margin-right: 12px !important;
  }
  .mr-sm-4 {
    margin-right: 16px !important;
  }
  .mr-sm-5 {
    margin-right: 20px !important;
  }
  .mr-sm-6 {
    margin-right: 24px !important;
  }
  .mr-sm-7 {
    margin-right: 28px !important;
  }
  .mr-sm-8 {
    margin-right: 32px !important;
  }
  .mr-sm-9 {
    margin-right: 36px !important;
  }
  .mr-sm-10 {
    margin-right: 40px !important;
  }
  .mr-sm-11 {
    margin-right: 44px !important;
  }
  .mr-sm-12 {
    margin-right: 48px !important;
  }
  .mr-sm-13 {
    margin-right: 52px !important;
  }
  .mr-sm-14 {
    margin-right: 56px !important;
  }
  .mr-sm-15 {
    margin-right: 60px !important;
  }
  .mr-sm-16 {
    margin-right: 64px !important;
  }
  .mr-sm-17 {
    margin-right: 68px !important;
  }
  .mr-sm-18 {
    margin-right: 72px !important;
  }
  .mr-sm-19 {
    margin-right: 76px !important;
  }
  .mr-sm-20 {
    margin-right: 80px !important;
  }
  .mr-sm-21 {
    margin-right: 84px !important;
  }
  .mr-sm-22 {
    margin-right: 88px !important;
  }
  .mr-sm-23 {
    margin-right: 92px !important;
  }
  .mr-sm-24 {
    margin-right: 96px !important;
  }
  .mr-sm-25 {
    margin-right: 100px !important;
  }
  .mr-sm-26 {
    margin-right: 104px !important;
  }
  .mr-sm-27 {
    margin-right: 108px !important;
  }
  .mr-sm-28 {
    margin-right: 112px !important;
  }
  .mr-sm-29 {
    margin-right: 116px !important;
  }
  .mr-sm-30 {
    margin-right: 120px !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .mb-sm-1 {
    margin-bottom: 4px !important;
  }
  .mb-sm-2 {
    margin-bottom: 8px !important;
  }
  .mb-sm-3 {
    margin-bottom: 12px !important;
  }
  .mb-sm-4 {
    margin-bottom: 16px !important;
  }
  .mb-sm-5 {
    margin-bottom: 20px !important;
  }
  .mb-sm-6 {
    margin-bottom: 24px !important;
  }
  .mb-sm-7 {
    margin-bottom: 28px !important;
  }
  .mb-sm-8 {
    margin-bottom: 32px !important;
  }
  .mb-sm-9 {
    margin-bottom: 36px !important;
  }
  .mb-sm-10 {
    margin-bottom: 40px !important;
  }
  .mb-sm-11 {
    margin-bottom: 44px !important;
  }
  .mb-sm-12 {
    margin-bottom: 48px !important;
  }
  .mb-sm-13 {
    margin-bottom: 52px !important;
  }
  .mb-sm-14 {
    margin-bottom: 56px !important;
  }
  .mb-sm-15 {
    margin-bottom: 60px !important;
  }
  .mb-sm-16 {
    margin-bottom: 64px !important;
  }
  .mb-sm-17 {
    margin-bottom: 68px !important;
  }
  .mb-sm-18 {
    margin-bottom: 72px !important;
  }
  .mb-sm-19 {
    margin-bottom: 76px !important;
  }
  .mb-sm-20 {
    margin-bottom: 80px !important;
  }
  .mb-sm-21 {
    margin-bottom: 84px !important;
  }
  .mb-sm-22 {
    margin-bottom: 88px !important;
  }
  .mb-sm-23 {
    margin-bottom: 92px !important;
  }
  .mb-sm-24 {
    margin-bottom: 96px !important;
  }
  .mb-sm-25 {
    margin-bottom: 100px !important;
  }
  .mb-sm-26 {
    margin-bottom: 104px !important;
  }
  .mb-sm-27 {
    margin-bottom: 108px !important;
  }
  .mb-sm-28 {
    margin-bottom: 112px !important;
  }
  .mb-sm-29 {
    margin-bottom: 116px !important;
  }
  .mb-sm-30 {
    margin-bottom: 120px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  .ml-sm-1 {
    margin-left: 4px !important;
  }
  .ml-sm-2 {
    margin-left: 8px !important;
  }
  .ml-sm-3 {
    margin-left: 12px !important;
  }
  .ml-sm-4 {
    margin-left: 16px !important;
  }
  .ml-sm-5 {
    margin-left: 20px !important;
  }
  .ml-sm-6 {
    margin-left: 24px !important;
  }
  .ml-sm-7 {
    margin-left: 28px !important;
  }
  .ml-sm-8 {
    margin-left: 32px !important;
  }
  .ml-sm-9 {
    margin-left: 36px !important;
  }
  .ml-sm-10 {
    margin-left: 40px !important;
  }
  .ml-sm-11 {
    margin-left: 44px !important;
  }
  .ml-sm-12 {
    margin-left: 48px !important;
  }
  .ml-sm-13 {
    margin-left: 52px !important;
  }
  .ml-sm-14 {
    margin-left: 56px !important;
  }
  .ml-sm-15 {
    margin-left: 60px !important;
  }
  .ml-sm-16 {
    margin-left: 64px !important;
  }
  .ml-sm-17 {
    margin-left: 68px !important;
  }
  .ml-sm-18 {
    margin-left: 72px !important;
  }
  .ml-sm-19 {
    margin-left: 76px !important;
  }
  .ml-sm-20 {
    margin-left: 80px !important;
  }
  .ml-sm-21 {
    margin-left: 84px !important;
  }
  .ml-sm-22 {
    margin-left: 88px !important;
  }
  .ml-sm-23 {
    margin-left: 92px !important;
  }
  .ml-sm-24 {
    margin-left: 96px !important;
  }
  .ml-sm-25 {
    margin-left: 100px !important;
  }
  .ml-sm-26 {
    margin-left: 104px !important;
  }
  .ml-sm-27 {
    margin-left: 108px !important;
  }
  .ml-sm-28 {
    margin-left: 112px !important;
  }
  .ml-sm-29 {
    margin-left: 116px !important;
  }
  .ml-sm-30 {
    margin-left: 120px !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .ma-sm-n1 {
    margin: -4px !important;
  }
  .ma-sm-n2 {
    margin: -8px !important;
  }
  .ma-sm-n3 {
    margin: -12px !important;
  }
  .ma-sm-n4 {
    margin: -16px !important;
  }
  .ma-sm-n5 {
    margin: -20px !important;
  }
  .ma-sm-n6 {
    margin: -24px !important;
  }
  .ma-sm-n7 {
    margin: -28px !important;
  }
  .ma-sm-n8 {
    margin: -32px !important;
  }
  .ma-sm-n9 {
    margin: -36px !important;
  }
  .ma-sm-n10 {
    margin: -40px !important;
  }
  .ma-sm-n11 {
    margin: -44px !important;
  }
  .ma-sm-n12 {
    margin: -48px !important;
  }
  .ma-sm-n13 {
    margin: -52px !important;
  }
  .ma-sm-n14 {
    margin: -56px !important;
  }
  .ma-sm-n15 {
    margin: -60px !important;
  }
  .ma-sm-n16 {
    margin: -64px !important;
  }
  .ma-sm-n17 {
    margin: -68px !important;
  }
  .ma-sm-n18 {
    margin: -72px !important;
  }
  .ma-sm-n19 {
    margin: -76px !important;
  }
  .ma-sm-n20 {
    margin: -80px !important;
  }
  .ma-sm-n21 {
    margin: -84px !important;
  }
  .ma-sm-n22 {
    margin: -88px !important;
  }
  .ma-sm-n23 {
    margin: -92px !important;
  }
  .ma-sm-n24 {
    margin: -96px !important;
  }
  .ma-sm-n25 {
    margin: -100px !important;
  }
  .ma-sm-n26 {
    margin: -104px !important;
  }
  .ma-sm-n27 {
    margin: -108px !important;
  }
  .ma-sm-n28 {
    margin: -112px !important;
  }
  .ma-sm-n29 {
    margin: -116px !important;
  }
  .ma-sm-n30 {
    margin: -120px !important;
  }
  .mx-sm-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .mx-sm-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .mx-sm-n3 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  .mx-sm-n4 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .mx-sm-n5 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-sm-n6 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-sm-n7 {
    margin-right: -28px !important;
    margin-left: -28px !important;
  }
  .mx-sm-n8 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .mx-sm-n9 {
    margin-right: -36px !important;
    margin-left: -36px !important;
  }
  .mx-sm-n10 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-sm-n11 {
    margin-right: -44px !important;
    margin-left: -44px !important;
  }
  .mx-sm-n12 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .mx-sm-n13 {
    margin-right: -52px !important;
    margin-left: -52px !important;
  }
  .mx-sm-n14 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
  .mx-sm-n15 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-sm-n16 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .mx-sm-n17 {
    margin-right: -68px !important;
    margin-left: -68px !important;
  }
  .mx-sm-n18 {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
  .mx-sm-n19 {
    margin-right: -76px !important;
    margin-left: -76px !important;
  }
  .mx-sm-n20 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .mx-sm-n21 {
    margin-right: -84px !important;
    margin-left: -84px !important;
  }
  .mx-sm-n22 {
    margin-right: -88px !important;
    margin-left: -88px !important;
  }
  .mx-sm-n23 {
    margin-right: -92px !important;
    margin-left: -92px !important;
  }
  .mx-sm-n24 {
    margin-right: -96px !important;
    margin-left: -96px !important;
  }
  .mx-sm-n25 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-sm-n26 {
    margin-right: -104px !important;
    margin-left: -104px !important;
  }
  .mx-sm-n27 {
    margin-right: -108px !important;
    margin-left: -108px !important;
  }
  .mx-sm-n28 {
    margin-right: -112px !important;
    margin-left: -112px !important;
  }
  .mx-sm-n29 {
    margin-right: -116px !important;
    margin-left: -116px !important;
  }
  .mx-sm-n30 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .my-sm-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .my-sm-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .my-sm-n3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .my-sm-n4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .my-sm-n5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-sm-n6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-sm-n7 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .my-sm-n8 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .my-sm-n9 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .my-sm-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-sm-n11 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .my-sm-n12 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .my-sm-n13 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .my-sm-n14 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .my-sm-n15 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-sm-n16 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .my-sm-n17 {
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }
  .my-sm-n18 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .my-sm-n19 {
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }
  .my-sm-n20 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .my-sm-n21 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }
  .my-sm-n22 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }
  .my-sm-n23 {
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }
  .my-sm-n24 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .my-sm-n25 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-sm-n26 {
    margin-top: -104px !important;
    margin-bottom: -104px !important;
  }
  .my-sm-n27 {
    margin-top: -108px !important;
    margin-bottom: -108px !important;
  }
  .my-sm-n28 {
    margin-top: -112px !important;
    margin-bottom: -112px !important;
  }
  .my-sm-n29 {
    margin-top: -116px !important;
    margin-bottom: -116px !important;
  }
  .my-sm-n30 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .mt-sm-n1 {
    margin-top: -4px !important;
  }
  .mt-sm-n2 {
    margin-top: -8px !important;
  }
  .mt-sm-n3 {
    margin-top: -12px !important;
  }
  .mt-sm-n4 {
    margin-top: -16px !important;
  }
  .mt-sm-n5 {
    margin-top: -20px !important;
  }
  .mt-sm-n6 {
    margin-top: -24px !important;
  }
  .mt-sm-n7 {
    margin-top: -28px !important;
  }
  .mt-sm-n8 {
    margin-top: -32px !important;
  }
  .mt-sm-n9 {
    margin-top: -36px !important;
  }
  .mt-sm-n10 {
    margin-top: -40px !important;
  }
  .mt-sm-n11 {
    margin-top: -44px !important;
  }
  .mt-sm-n12 {
    margin-top: -48px !important;
  }
  .mt-sm-n13 {
    margin-top: -52px !important;
  }
  .mt-sm-n14 {
    margin-top: -56px !important;
  }
  .mt-sm-n15 {
    margin-top: -60px !important;
  }
  .mt-sm-n16 {
    margin-top: -64px !important;
  }
  .mt-sm-n17 {
    margin-top: -68px !important;
  }
  .mt-sm-n18 {
    margin-top: -72px !important;
  }
  .mt-sm-n19 {
    margin-top: -76px !important;
  }
  .mt-sm-n20 {
    margin-top: -80px !important;
  }
  .mt-sm-n21 {
    margin-top: -84px !important;
  }
  .mt-sm-n22 {
    margin-top: -88px !important;
  }
  .mt-sm-n23 {
    margin-top: -92px !important;
  }
  .mt-sm-n24 {
    margin-top: -96px !important;
  }
  .mt-sm-n25 {
    margin-top: -100px !important;
  }
  .mt-sm-n26 {
    margin-top: -104px !important;
  }
  .mt-sm-n27 {
    margin-top: -108px !important;
  }
  .mt-sm-n28 {
    margin-top: -112px !important;
  }
  .mt-sm-n29 {
    margin-top: -116px !important;
  }
  .mt-sm-n30 {
    margin-top: -120px !important;
  }
  .mr-sm-n1 {
    margin-right: -4px !important;
  }
  .mr-sm-n2 {
    margin-right: -8px !important;
  }
  .mr-sm-n3 {
    margin-right: -12px !important;
  }
  .mr-sm-n4 {
    margin-right: -16px !important;
  }
  .mr-sm-n5 {
    margin-right: -20px !important;
  }
  .mr-sm-n6 {
    margin-right: -24px !important;
  }
  .mr-sm-n7 {
    margin-right: -28px !important;
  }
  .mr-sm-n8 {
    margin-right: -32px !important;
  }
  .mr-sm-n9 {
    margin-right: -36px !important;
  }
  .mr-sm-n10 {
    margin-right: -40px !important;
  }
  .mr-sm-n11 {
    margin-right: -44px !important;
  }
  .mr-sm-n12 {
    margin-right: -48px !important;
  }
  .mr-sm-n13 {
    margin-right: -52px !important;
  }
  .mr-sm-n14 {
    margin-right: -56px !important;
  }
  .mr-sm-n15 {
    margin-right: -60px !important;
  }
  .mr-sm-n16 {
    margin-right: -64px !important;
  }
  .mr-sm-n17 {
    margin-right: -68px !important;
  }
  .mr-sm-n18 {
    margin-right: -72px !important;
  }
  .mr-sm-n19 {
    margin-right: -76px !important;
  }
  .mr-sm-n20 {
    margin-right: -80px !important;
  }
  .mr-sm-n21 {
    margin-right: -84px !important;
  }
  .mr-sm-n22 {
    margin-right: -88px !important;
  }
  .mr-sm-n23 {
    margin-right: -92px !important;
  }
  .mr-sm-n24 {
    margin-right: -96px !important;
  }
  .mr-sm-n25 {
    margin-right: -100px !important;
  }
  .mr-sm-n26 {
    margin-right: -104px !important;
  }
  .mr-sm-n27 {
    margin-right: -108px !important;
  }
  .mr-sm-n28 {
    margin-right: -112px !important;
  }
  .mr-sm-n29 {
    margin-right: -116px !important;
  }
  .mr-sm-n30 {
    margin-right: -120px !important;
  }
  .mb-sm-n1 {
    margin-bottom: -4px !important;
  }
  .mb-sm-n2 {
    margin-bottom: -8px !important;
  }
  .mb-sm-n3 {
    margin-bottom: -12px !important;
  }
  .mb-sm-n4 {
    margin-bottom: -16px !important;
  }
  .mb-sm-n5 {
    margin-bottom: -20px !important;
  }
  .mb-sm-n6 {
    margin-bottom: -24px !important;
  }
  .mb-sm-n7 {
    margin-bottom: -28px !important;
  }
  .mb-sm-n8 {
    margin-bottom: -32px !important;
  }
  .mb-sm-n9 {
    margin-bottom: -36px !important;
  }
  .mb-sm-n10 {
    margin-bottom: -40px !important;
  }
  .mb-sm-n11 {
    margin-bottom: -44px !important;
  }
  .mb-sm-n12 {
    margin-bottom: -48px !important;
  }
  .mb-sm-n13 {
    margin-bottom: -52px !important;
  }
  .mb-sm-n14 {
    margin-bottom: -56px !important;
  }
  .mb-sm-n15 {
    margin-bottom: -60px !important;
  }
  .mb-sm-n16 {
    margin-bottom: -64px !important;
  }
  .mb-sm-n17 {
    margin-bottom: -68px !important;
  }
  .mb-sm-n18 {
    margin-bottom: -72px !important;
  }
  .mb-sm-n19 {
    margin-bottom: -76px !important;
  }
  .mb-sm-n20 {
    margin-bottom: -80px !important;
  }
  .mb-sm-n21 {
    margin-bottom: -84px !important;
  }
  .mb-sm-n22 {
    margin-bottom: -88px !important;
  }
  .mb-sm-n23 {
    margin-bottom: -92px !important;
  }
  .mb-sm-n24 {
    margin-bottom: -96px !important;
  }
  .mb-sm-n25 {
    margin-bottom: -100px !important;
  }
  .mb-sm-n26 {
    margin-bottom: -104px !important;
  }
  .mb-sm-n27 {
    margin-bottom: -108px !important;
  }
  .mb-sm-n28 {
    margin-bottom: -112px !important;
  }
  .mb-sm-n29 {
    margin-bottom: -116px !important;
  }
  .mb-sm-n30 {
    margin-bottom: -120px !important;
  }
  .ml-sm-n1 {
    margin-left: -4px !important;
  }
  .ml-sm-n2 {
    margin-left: -8px !important;
  }
  .ml-sm-n3 {
    margin-left: -12px !important;
  }
  .ml-sm-n4 {
    margin-left: -16px !important;
  }
  .ml-sm-n5 {
    margin-left: -20px !important;
  }
  .ml-sm-n6 {
    margin-left: -24px !important;
  }
  .ml-sm-n7 {
    margin-left: -28px !important;
  }
  .ml-sm-n8 {
    margin-left: -32px !important;
  }
  .ml-sm-n9 {
    margin-left: -36px !important;
  }
  .ml-sm-n10 {
    margin-left: -40px !important;
  }
  .ml-sm-n11 {
    margin-left: -44px !important;
  }
  .ml-sm-n12 {
    margin-left: -48px !important;
  }
  .ml-sm-n13 {
    margin-left: -52px !important;
  }
  .ml-sm-n14 {
    margin-left: -56px !important;
  }
  .ml-sm-n15 {
    margin-left: -60px !important;
  }
  .ml-sm-n16 {
    margin-left: -64px !important;
  }
  .ml-sm-n17 {
    margin-left: -68px !important;
  }
  .ml-sm-n18 {
    margin-left: -72px !important;
  }
  .ml-sm-n19 {
    margin-left: -76px !important;
  }
  .ml-sm-n20 {
    margin-left: -80px !important;
  }
  .ml-sm-n21 {
    margin-left: -84px !important;
  }
  .ml-sm-n22 {
    margin-left: -88px !important;
  }
  .ml-sm-n23 {
    margin-left: -92px !important;
  }
  .ml-sm-n24 {
    margin-left: -96px !important;
  }
  .ml-sm-n25 {
    margin-left: -100px !important;
  }
  .ml-sm-n26 {
    margin-left: -104px !important;
  }
  .ml-sm-n27 {
    margin-left: -108px !important;
  }
  .ml-sm-n28 {
    margin-left: -112px !important;
  }
  .ml-sm-n29 {
    margin-left: -116px !important;
  }
  .ml-sm-n30 {
    margin-left: -120px !important;
  }
  .pa-sm-0 {
    padding: 0px !important;
  }
  .pa-sm-1 {
    padding: 4px !important;
  }
  .pa-sm-2 {
    padding: 8px !important;
  }
  .pa-sm-3 {
    padding: 12px !important;
  }
  .pa-sm-4 {
    padding: 16px !important;
  }
  .pa-sm-5 {
    padding: 20px !important;
  }
  .pa-sm-6 {
    padding: 24px !important;
  }
  .pa-sm-7 {
    padding: 28px !important;
  }
  .pa-sm-8 {
    padding: 32px !important;
  }
  .pa-sm-9 {
    padding: 36px !important;
  }
  .pa-sm-10 {
    padding: 40px !important;
  }
  .pa-sm-11 {
    padding: 44px !important;
  }
  .pa-sm-12 {
    padding: 48px !important;
  }
  .pa-sm-13 {
    padding: 52px !important;
  }
  .pa-sm-14 {
    padding: 56px !important;
  }
  .pa-sm-15 {
    padding: 60px !important;
  }
  .pa-sm-16 {
    padding: 64px !important;
  }
  .pa-sm-17 {
    padding: 68px !important;
  }
  .pa-sm-18 {
    padding: 72px !important;
  }
  .pa-sm-19 {
    padding: 76px !important;
  }
  .pa-sm-20 {
    padding: 80px !important;
  }
  .pa-sm-21 {
    padding: 84px !important;
  }
  .pa-sm-22 {
    padding: 88px !important;
  }
  .pa-sm-23 {
    padding: 92px !important;
  }
  .pa-sm-24 {
    padding: 96px !important;
  }
  .pa-sm-25 {
    padding: 100px !important;
  }
  .pa-sm-26 {
    padding: 104px !important;
  }
  .pa-sm-27 {
    padding: 108px !important;
  }
  .pa-sm-28 {
    padding: 112px !important;
  }
  .pa-sm-29 {
    padding: 116px !important;
  }
  .pa-sm-30 {
    padding: 120px !important;
  }
  .px-sm-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .px-sm-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-sm-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-sm-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-sm-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-sm-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-sm-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-sm-7 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .px-sm-8 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-sm-9 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .px-sm-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-sm-11 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .px-sm-12 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-sm-13 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .px-sm-14 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-sm-15 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-sm-16 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-sm-17 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }
  .px-sm-18 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-sm-19 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }
  .px-sm-20 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-sm-21 {
    padding-right: 84px !important;
    padding-left: 84px !important;
  }
  .px-sm-22 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .px-sm-23 {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }
  .px-sm-24 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .px-sm-25 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-sm-26 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }
  .px-sm-27 {
    padding-right: 108px !important;
    padding-left: 108px !important;
  }
  .px-sm-28 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }
  .px-sm-29 {
    padding-right: 116px !important;
    padding-left: 116px !important;
  }
  .px-sm-30 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-sm-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-sm-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-sm-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-sm-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-sm-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .py-sm-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-sm-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-sm-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-sm-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .py-sm-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-sm-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .py-sm-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-sm-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-sm-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-sm-17 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .py-sm-18 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-sm-19 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .py-sm-20 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-sm-21 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .py-sm-22 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .py-sm-23 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .py-sm-24 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .py-sm-25 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-sm-26 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .py-sm-27 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }
  .py-sm-28 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .py-sm-29 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }
  .py-sm-30 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .pt-sm-1 {
    padding-top: 4px !important;
  }
  .pt-sm-2 {
    padding-top: 8px !important;
  }
  .pt-sm-3 {
    padding-top: 12px !important;
  }
  .pt-sm-4 {
    padding-top: 16px !important;
  }
  .pt-sm-5 {
    padding-top: 20px !important;
  }
  .pt-sm-6 {
    padding-top: 24px !important;
  }
  .pt-sm-7 {
    padding-top: 28px !important;
  }
  .pt-sm-8 {
    padding-top: 32px !important;
  }
  .pt-sm-9 {
    padding-top: 36px !important;
  }
  .pt-sm-10 {
    padding-top: 40px !important;
  }
  .pt-sm-11 {
    padding-top: 44px !important;
  }
  .pt-sm-12 {
    padding-top: 48px !important;
  }
  .pt-sm-13 {
    padding-top: 52px !important;
  }
  .pt-sm-14 {
    padding-top: 56px !important;
  }
  .pt-sm-15 {
    padding-top: 60px !important;
  }
  .pt-sm-16 {
    padding-top: 64px !important;
  }
  .pt-sm-17 {
    padding-top: 68px !important;
  }
  .pt-sm-18 {
    padding-top: 72px !important;
  }
  .pt-sm-19 {
    padding-top: 76px !important;
  }
  .pt-sm-20 {
    padding-top: 80px !important;
  }
  .pt-sm-21 {
    padding-top: 84px !important;
  }
  .pt-sm-22 {
    padding-top: 88px !important;
  }
  .pt-sm-23 {
    padding-top: 92px !important;
  }
  .pt-sm-24 {
    padding-top: 96px !important;
  }
  .pt-sm-25 {
    padding-top: 100px !important;
  }
  .pt-sm-26 {
    padding-top: 104px !important;
  }
  .pt-sm-27 {
    padding-top: 108px !important;
  }
  .pt-sm-28 {
    padding-top: 112px !important;
  }
  .pt-sm-29 {
    padding-top: 116px !important;
  }
  .pt-sm-30 {
    padding-top: 120px !important;
  }
  .pr-sm-0 {
    padding-right: 0px !important;
  }
  .pr-sm-1 {
    padding-right: 4px !important;
  }
  .pr-sm-2 {
    padding-right: 8px !important;
  }
  .pr-sm-3 {
    padding-right: 12px !important;
  }
  .pr-sm-4 {
    padding-right: 16px !important;
  }
  .pr-sm-5 {
    padding-right: 20px !important;
  }
  .pr-sm-6 {
    padding-right: 24px !important;
  }
  .pr-sm-7 {
    padding-right: 28px !important;
  }
  .pr-sm-8 {
    padding-right: 32px !important;
  }
  .pr-sm-9 {
    padding-right: 36px !important;
  }
  .pr-sm-10 {
    padding-right: 40px !important;
  }
  .pr-sm-11 {
    padding-right: 44px !important;
  }
  .pr-sm-12 {
    padding-right: 48px !important;
  }
  .pr-sm-13 {
    padding-right: 52px !important;
  }
  .pr-sm-14 {
    padding-right: 56px !important;
  }
  .pr-sm-15 {
    padding-right: 60px !important;
  }
  .pr-sm-16 {
    padding-right: 64px !important;
  }
  .pr-sm-17 {
    padding-right: 68px !important;
  }
  .pr-sm-18 {
    padding-right: 72px !important;
  }
  .pr-sm-19 {
    padding-right: 76px !important;
  }
  .pr-sm-20 {
    padding-right: 80px !important;
  }
  .pr-sm-21 {
    padding-right: 84px !important;
  }
  .pr-sm-22 {
    padding-right: 88px !important;
  }
  .pr-sm-23 {
    padding-right: 92px !important;
  }
  .pr-sm-24 {
    padding-right: 96px !important;
  }
  .pr-sm-25 {
    padding-right: 100px !important;
  }
  .pr-sm-26 {
    padding-right: 104px !important;
  }
  .pr-sm-27 {
    padding-right: 108px !important;
  }
  .pr-sm-28 {
    padding-right: 112px !important;
  }
  .pr-sm-29 {
    padding-right: 116px !important;
  }
  .pr-sm-30 {
    padding-right: 120px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .pb-sm-1 {
    padding-bottom: 4px !important;
  }
  .pb-sm-2 {
    padding-bottom: 8px !important;
  }
  .pb-sm-3 {
    padding-bottom: 12px !important;
  }
  .pb-sm-4 {
    padding-bottom: 16px !important;
  }
  .pb-sm-5 {
    padding-bottom: 20px !important;
  }
  .pb-sm-6 {
    padding-bottom: 24px !important;
  }
  .pb-sm-7 {
    padding-bottom: 28px !important;
  }
  .pb-sm-8 {
    padding-bottom: 32px !important;
  }
  .pb-sm-9 {
    padding-bottom: 36px !important;
  }
  .pb-sm-10 {
    padding-bottom: 40px !important;
  }
  .pb-sm-11 {
    padding-bottom: 44px !important;
  }
  .pb-sm-12 {
    padding-bottom: 48px !important;
  }
  .pb-sm-13 {
    padding-bottom: 52px !important;
  }
  .pb-sm-14 {
    padding-bottom: 56px !important;
  }
  .pb-sm-15 {
    padding-bottom: 60px !important;
  }
  .pb-sm-16 {
    padding-bottom: 64px !important;
  }
  .pb-sm-17 {
    padding-bottom: 68px !important;
  }
  .pb-sm-18 {
    padding-bottom: 72px !important;
  }
  .pb-sm-19 {
    padding-bottom: 76px !important;
  }
  .pb-sm-20 {
    padding-bottom: 80px !important;
  }
  .pb-sm-21 {
    padding-bottom: 84px !important;
  }
  .pb-sm-22 {
    padding-bottom: 88px !important;
  }
  .pb-sm-23 {
    padding-bottom: 92px !important;
  }
  .pb-sm-24 {
    padding-bottom: 96px !important;
  }
  .pb-sm-25 {
    padding-bottom: 100px !important;
  }
  .pb-sm-26 {
    padding-bottom: 104px !important;
  }
  .pb-sm-27 {
    padding-bottom: 108px !important;
  }
  .pb-sm-28 {
    padding-bottom: 112px !important;
  }
  .pb-sm-29 {
    padding-bottom: 116px !important;
  }
  .pb-sm-30 {
    padding-bottom: 120px !important;
  }
  .pl-sm-0 {
    padding-left: 0px !important;
  }
  .pl-sm-1 {
    padding-left: 4px !important;
  }
  .pl-sm-2 {
    padding-left: 8px !important;
  }
  .pl-sm-3 {
    padding-left: 12px !important;
  }
  .pl-sm-4 {
    padding-left: 16px !important;
  }
  .pl-sm-5 {
    padding-left: 20px !important;
  }
  .pl-sm-6 {
    padding-left: 24px !important;
  }
  .pl-sm-7 {
    padding-left: 28px !important;
  }
  .pl-sm-8 {
    padding-left: 32px !important;
  }
  .pl-sm-9 {
    padding-left: 36px !important;
  }
  .pl-sm-10 {
    padding-left: 40px !important;
  }
  .pl-sm-11 {
    padding-left: 44px !important;
  }
  .pl-sm-12 {
    padding-left: 48px !important;
  }
  .pl-sm-13 {
    padding-left: 52px !important;
  }
  .pl-sm-14 {
    padding-left: 56px !important;
  }
  .pl-sm-15 {
    padding-left: 60px !important;
  }
  .pl-sm-16 {
    padding-left: 64px !important;
  }
  .pl-sm-17 {
    padding-left: 68px !important;
  }
  .pl-sm-18 {
    padding-left: 72px !important;
  }
  .pl-sm-19 {
    padding-left: 76px !important;
  }
  .pl-sm-20 {
    padding-left: 80px !important;
  }
  .pl-sm-21 {
    padding-left: 84px !important;
  }
  .pl-sm-22 {
    padding-left: 88px !important;
  }
  .pl-sm-23 {
    padding-left: 92px !important;
  }
  .pl-sm-24 {
    padding-left: 96px !important;
  }
  .pl-sm-25 {
    padding-left: 100px !important;
  }
  .pl-sm-26 {
    padding-left: 104px !important;
  }
  .pl-sm-27 {
    padding-left: 108px !important;
  }
  .pl-sm-28 {
    padding-left: 112px !important;
  }
  .pl-sm-29 {
    padding-left: 116px !important;
  }
  .pl-sm-30 {
    padding-left: 120px !important;
  }
}
@media (min-width: 1680px) {
  .ma-md-0 {
    margin: 0px !important;
  }
  .ma-md-1 {
    margin: 4px !important;
  }
  .ma-md-2 {
    margin: 8px !important;
  }
  .ma-md-3 {
    margin: 12px !important;
  }
  .ma-md-4 {
    margin: 16px !important;
  }
  .ma-md-5 {
    margin: 20px !important;
  }
  .ma-md-6 {
    margin: 24px !important;
  }
  .ma-md-7 {
    margin: 28px !important;
  }
  .ma-md-8 {
    margin: 32px !important;
  }
  .ma-md-9 {
    margin: 36px !important;
  }
  .ma-md-10 {
    margin: 40px !important;
  }
  .ma-md-11 {
    margin: 44px !important;
  }
  .ma-md-12 {
    margin: 48px !important;
  }
  .ma-md-13 {
    margin: 52px !important;
  }
  .ma-md-14 {
    margin: 56px !important;
  }
  .ma-md-15 {
    margin: 60px !important;
  }
  .ma-md-16 {
    margin: 64px !important;
  }
  .ma-md-17 {
    margin: 68px !important;
  }
  .ma-md-18 {
    margin: 72px !important;
  }
  .ma-md-19 {
    margin: 76px !important;
  }
  .ma-md-20 {
    margin: 80px !important;
  }
  .ma-md-21 {
    margin: 84px !important;
  }
  .ma-md-22 {
    margin: 88px !important;
  }
  .ma-md-23 {
    margin: 92px !important;
  }
  .ma-md-24 {
    margin: 96px !important;
  }
  .ma-md-25 {
    margin: 100px !important;
  }
  .ma-md-26 {
    margin: 104px !important;
  }
  .ma-md-27 {
    margin: 108px !important;
  }
  .ma-md-28 {
    margin: 112px !important;
  }
  .ma-md-29 {
    margin: 116px !important;
  }
  .ma-md-30 {
    margin: 120px !important;
  }
  .ma-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .mx-md-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-md-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-md-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-md-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-md-5 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-md-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-md-7 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .mx-md-8 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-md-9 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .mx-md-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-md-11 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .mx-md-12 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-md-13 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .mx-md-14 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-md-15 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-md-16 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-md-17 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }
  .mx-md-18 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-md-19 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }
  .mx-md-20 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-md-21 {
    margin-right: 84px !important;
    margin-left: 84px !important;
  }
  .mx-md-22 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .mx-md-23 {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }
  .mx-md-24 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .mx-md-25 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-md-26 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }
  .mx-md-27 {
    margin-right: 108px !important;
    margin-left: 108px !important;
  }
  .mx-md-28 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }
  .mx-md-29 {
    margin-right: 116px !important;
    margin-left: 116px !important;
  }
  .mx-md-30 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-md-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-md-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-md-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-md-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-md-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .my-md-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-md-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-md-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .my-md-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-md-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .my-md-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-md-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-md-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-md-17 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .my-md-18 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-md-19 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .my-md-20 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-md-21 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .my-md-22 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .my-md-23 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .my-md-24 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-md-25 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-md-26 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .my-md-27 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }
  .my-md-28 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .my-md-29 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }
  .my-md-30 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mt-md-1 {
    margin-top: 4px !important;
  }
  .mt-md-2 {
    margin-top: 8px !important;
  }
  .mt-md-3 {
    margin-top: 12px !important;
  }
  .mt-md-4 {
    margin-top: 16px !important;
  }
  .mt-md-5 {
    margin-top: 20px !important;
  }
  .mt-md-6 {
    margin-top: 24px !important;
  }
  .mt-md-7 {
    margin-top: 28px !important;
  }
  .mt-md-8 {
    margin-top: 32px !important;
  }
  .mt-md-9 {
    margin-top: 36px !important;
  }
  .mt-md-10 {
    margin-top: 40px !important;
  }
  .mt-md-11 {
    margin-top: 44px !important;
  }
  .mt-md-12 {
    margin-top: 48px !important;
  }
  .mt-md-13 {
    margin-top: 52px !important;
  }
  .mt-md-14 {
    margin-top: 56px !important;
  }
  .mt-md-15 {
    margin-top: 60px !important;
  }
  .mt-md-16 {
    margin-top: 64px !important;
  }
  .mt-md-17 {
    margin-top: 68px !important;
  }
  .mt-md-18 {
    margin-top: 72px !important;
  }
  .mt-md-19 {
    margin-top: 76px !important;
  }
  .mt-md-20 {
    margin-top: 80px !important;
  }
  .mt-md-21 {
    margin-top: 84px !important;
  }
  .mt-md-22 {
    margin-top: 88px !important;
  }
  .mt-md-23 {
    margin-top: 92px !important;
  }
  .mt-md-24 {
    margin-top: 96px !important;
  }
  .mt-md-25 {
    margin-top: 100px !important;
  }
  .mt-md-26 {
    margin-top: 104px !important;
  }
  .mt-md-27 {
    margin-top: 108px !important;
  }
  .mt-md-28 {
    margin-top: 112px !important;
  }
  .mt-md-29 {
    margin-top: 116px !important;
  }
  .mt-md-30 {
    margin-top: 120px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .mr-md-1 {
    margin-right: 4px !important;
  }
  .mr-md-2 {
    margin-right: 8px !important;
  }
  .mr-md-3 {
    margin-right: 12px !important;
  }
  .mr-md-4 {
    margin-right: 16px !important;
  }
  .mr-md-5 {
    margin-right: 20px !important;
  }
  .mr-md-6 {
    margin-right: 24px !important;
  }
  .mr-md-7 {
    margin-right: 28px !important;
  }
  .mr-md-8 {
    margin-right: 32px !important;
  }
  .mr-md-9 {
    margin-right: 36px !important;
  }
  .mr-md-10 {
    margin-right: 40px !important;
  }
  .mr-md-11 {
    margin-right: 44px !important;
  }
  .mr-md-12 {
    margin-right: 48px !important;
  }
  .mr-md-13 {
    margin-right: 52px !important;
  }
  .mr-md-14 {
    margin-right: 56px !important;
  }
  .mr-md-15 {
    margin-right: 60px !important;
  }
  .mr-md-16 {
    margin-right: 64px !important;
  }
  .mr-md-17 {
    margin-right: 68px !important;
  }
  .mr-md-18 {
    margin-right: 72px !important;
  }
  .mr-md-19 {
    margin-right: 76px !important;
  }
  .mr-md-20 {
    margin-right: 80px !important;
  }
  .mr-md-21 {
    margin-right: 84px !important;
  }
  .mr-md-22 {
    margin-right: 88px !important;
  }
  .mr-md-23 {
    margin-right: 92px !important;
  }
  .mr-md-24 {
    margin-right: 96px !important;
  }
  .mr-md-25 {
    margin-right: 100px !important;
  }
  .mr-md-26 {
    margin-right: 104px !important;
  }
  .mr-md-27 {
    margin-right: 108px !important;
  }
  .mr-md-28 {
    margin-right: 112px !important;
  }
  .mr-md-29 {
    margin-right: 116px !important;
  }
  .mr-md-30 {
    margin-right: 120px !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .mb-md-1 {
    margin-bottom: 4px !important;
  }
  .mb-md-2 {
    margin-bottom: 8px !important;
  }
  .mb-md-3 {
    margin-bottom: 12px !important;
  }
  .mb-md-4 {
    margin-bottom: 16px !important;
  }
  .mb-md-5 {
    margin-bottom: 20px !important;
  }
  .mb-md-6 {
    margin-bottom: 24px !important;
  }
  .mb-md-7 {
    margin-bottom: 28px !important;
  }
  .mb-md-8 {
    margin-bottom: 32px !important;
  }
  .mb-md-9 {
    margin-bottom: 36px !important;
  }
  .mb-md-10 {
    margin-bottom: 40px !important;
  }
  .mb-md-11 {
    margin-bottom: 44px !important;
  }
  .mb-md-12 {
    margin-bottom: 48px !important;
  }
  .mb-md-13 {
    margin-bottom: 52px !important;
  }
  .mb-md-14 {
    margin-bottom: 56px !important;
  }
  .mb-md-15 {
    margin-bottom: 60px !important;
  }
  .mb-md-16 {
    margin-bottom: 64px !important;
  }
  .mb-md-17 {
    margin-bottom: 68px !important;
  }
  .mb-md-18 {
    margin-bottom: 72px !important;
  }
  .mb-md-19 {
    margin-bottom: 76px !important;
  }
  .mb-md-20 {
    margin-bottom: 80px !important;
  }
  .mb-md-21 {
    margin-bottom: 84px !important;
  }
  .mb-md-22 {
    margin-bottom: 88px !important;
  }
  .mb-md-23 {
    margin-bottom: 92px !important;
  }
  .mb-md-24 {
    margin-bottom: 96px !important;
  }
  .mb-md-25 {
    margin-bottom: 100px !important;
  }
  .mb-md-26 {
    margin-bottom: 104px !important;
  }
  .mb-md-27 {
    margin-bottom: 108px !important;
  }
  .mb-md-28 {
    margin-bottom: 112px !important;
  }
  .mb-md-29 {
    margin-bottom: 116px !important;
  }
  .mb-md-30 {
    margin-bottom: 120px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .ml-md-1 {
    margin-left: 4px !important;
  }
  .ml-md-2 {
    margin-left: 8px !important;
  }
  .ml-md-3 {
    margin-left: 12px !important;
  }
  .ml-md-4 {
    margin-left: 16px !important;
  }
  .ml-md-5 {
    margin-left: 20px !important;
  }
  .ml-md-6 {
    margin-left: 24px !important;
  }
  .ml-md-7 {
    margin-left: 28px !important;
  }
  .ml-md-8 {
    margin-left: 32px !important;
  }
  .ml-md-9 {
    margin-left: 36px !important;
  }
  .ml-md-10 {
    margin-left: 40px !important;
  }
  .ml-md-11 {
    margin-left: 44px !important;
  }
  .ml-md-12 {
    margin-left: 48px !important;
  }
  .ml-md-13 {
    margin-left: 52px !important;
  }
  .ml-md-14 {
    margin-left: 56px !important;
  }
  .ml-md-15 {
    margin-left: 60px !important;
  }
  .ml-md-16 {
    margin-left: 64px !important;
  }
  .ml-md-17 {
    margin-left: 68px !important;
  }
  .ml-md-18 {
    margin-left: 72px !important;
  }
  .ml-md-19 {
    margin-left: 76px !important;
  }
  .ml-md-20 {
    margin-left: 80px !important;
  }
  .ml-md-21 {
    margin-left: 84px !important;
  }
  .ml-md-22 {
    margin-left: 88px !important;
  }
  .ml-md-23 {
    margin-left: 92px !important;
  }
  .ml-md-24 {
    margin-left: 96px !important;
  }
  .ml-md-25 {
    margin-left: 100px !important;
  }
  .ml-md-26 {
    margin-left: 104px !important;
  }
  .ml-md-27 {
    margin-left: 108px !important;
  }
  .ml-md-28 {
    margin-left: 112px !important;
  }
  .ml-md-29 {
    margin-left: 116px !important;
  }
  .ml-md-30 {
    margin-left: 120px !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .ma-md-n1 {
    margin: -4px !important;
  }
  .ma-md-n2 {
    margin: -8px !important;
  }
  .ma-md-n3 {
    margin: -12px !important;
  }
  .ma-md-n4 {
    margin: -16px !important;
  }
  .ma-md-n5 {
    margin: -20px !important;
  }
  .ma-md-n6 {
    margin: -24px !important;
  }
  .ma-md-n7 {
    margin: -28px !important;
  }
  .ma-md-n8 {
    margin: -32px !important;
  }
  .ma-md-n9 {
    margin: -36px !important;
  }
  .ma-md-n10 {
    margin: -40px !important;
  }
  .ma-md-n11 {
    margin: -44px !important;
  }
  .ma-md-n12 {
    margin: -48px !important;
  }
  .ma-md-n13 {
    margin: -52px !important;
  }
  .ma-md-n14 {
    margin: -56px !important;
  }
  .ma-md-n15 {
    margin: -60px !important;
  }
  .ma-md-n16 {
    margin: -64px !important;
  }
  .ma-md-n17 {
    margin: -68px !important;
  }
  .ma-md-n18 {
    margin: -72px !important;
  }
  .ma-md-n19 {
    margin: -76px !important;
  }
  .ma-md-n20 {
    margin: -80px !important;
  }
  .ma-md-n21 {
    margin: -84px !important;
  }
  .ma-md-n22 {
    margin: -88px !important;
  }
  .ma-md-n23 {
    margin: -92px !important;
  }
  .ma-md-n24 {
    margin: -96px !important;
  }
  .ma-md-n25 {
    margin: -100px !important;
  }
  .ma-md-n26 {
    margin: -104px !important;
  }
  .ma-md-n27 {
    margin: -108px !important;
  }
  .ma-md-n28 {
    margin: -112px !important;
  }
  .ma-md-n29 {
    margin: -116px !important;
  }
  .ma-md-n30 {
    margin: -120px !important;
  }
  .mx-md-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .mx-md-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .mx-md-n3 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  .mx-md-n4 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .mx-md-n5 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-md-n6 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-md-n7 {
    margin-right: -28px !important;
    margin-left: -28px !important;
  }
  .mx-md-n8 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .mx-md-n9 {
    margin-right: -36px !important;
    margin-left: -36px !important;
  }
  .mx-md-n10 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-md-n11 {
    margin-right: -44px !important;
    margin-left: -44px !important;
  }
  .mx-md-n12 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .mx-md-n13 {
    margin-right: -52px !important;
    margin-left: -52px !important;
  }
  .mx-md-n14 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
  .mx-md-n15 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-md-n16 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .mx-md-n17 {
    margin-right: -68px !important;
    margin-left: -68px !important;
  }
  .mx-md-n18 {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
  .mx-md-n19 {
    margin-right: -76px !important;
    margin-left: -76px !important;
  }
  .mx-md-n20 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .mx-md-n21 {
    margin-right: -84px !important;
    margin-left: -84px !important;
  }
  .mx-md-n22 {
    margin-right: -88px !important;
    margin-left: -88px !important;
  }
  .mx-md-n23 {
    margin-right: -92px !important;
    margin-left: -92px !important;
  }
  .mx-md-n24 {
    margin-right: -96px !important;
    margin-left: -96px !important;
  }
  .mx-md-n25 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-md-n26 {
    margin-right: -104px !important;
    margin-left: -104px !important;
  }
  .mx-md-n27 {
    margin-right: -108px !important;
    margin-left: -108px !important;
  }
  .mx-md-n28 {
    margin-right: -112px !important;
    margin-left: -112px !important;
  }
  .mx-md-n29 {
    margin-right: -116px !important;
    margin-left: -116px !important;
  }
  .mx-md-n30 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .my-md-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .my-md-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .my-md-n3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .my-md-n4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .my-md-n5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-md-n6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-md-n7 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .my-md-n8 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .my-md-n9 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .my-md-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-md-n11 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .my-md-n12 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .my-md-n13 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .my-md-n14 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .my-md-n15 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-md-n16 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .my-md-n17 {
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }
  .my-md-n18 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .my-md-n19 {
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }
  .my-md-n20 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .my-md-n21 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }
  .my-md-n22 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }
  .my-md-n23 {
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }
  .my-md-n24 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .my-md-n25 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-md-n26 {
    margin-top: -104px !important;
    margin-bottom: -104px !important;
  }
  .my-md-n27 {
    margin-top: -108px !important;
    margin-bottom: -108px !important;
  }
  .my-md-n28 {
    margin-top: -112px !important;
    margin-bottom: -112px !important;
  }
  .my-md-n29 {
    margin-top: -116px !important;
    margin-bottom: -116px !important;
  }
  .my-md-n30 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .mt-md-n1 {
    margin-top: -4px !important;
  }
  .mt-md-n2 {
    margin-top: -8px !important;
  }
  .mt-md-n3 {
    margin-top: -12px !important;
  }
  .mt-md-n4 {
    margin-top: -16px !important;
  }
  .mt-md-n5 {
    margin-top: -20px !important;
  }
  .mt-md-n6 {
    margin-top: -24px !important;
  }
  .mt-md-n7 {
    margin-top: -28px !important;
  }
  .mt-md-n8 {
    margin-top: -32px !important;
  }
  .mt-md-n9 {
    margin-top: -36px !important;
  }
  .mt-md-n10 {
    margin-top: -40px !important;
  }
  .mt-md-n11 {
    margin-top: -44px !important;
  }
  .mt-md-n12 {
    margin-top: -48px !important;
  }
  .mt-md-n13 {
    margin-top: -52px !important;
  }
  .mt-md-n14 {
    margin-top: -56px !important;
  }
  .mt-md-n15 {
    margin-top: -60px !important;
  }
  .mt-md-n16 {
    margin-top: -64px !important;
  }
  .mt-md-n17 {
    margin-top: -68px !important;
  }
  .mt-md-n18 {
    margin-top: -72px !important;
  }
  .mt-md-n19 {
    margin-top: -76px !important;
  }
  .mt-md-n20 {
    margin-top: -80px !important;
  }
  .mt-md-n21 {
    margin-top: -84px !important;
  }
  .mt-md-n22 {
    margin-top: -88px !important;
  }
  .mt-md-n23 {
    margin-top: -92px !important;
  }
  .mt-md-n24 {
    margin-top: -96px !important;
  }
  .mt-md-n25 {
    margin-top: -100px !important;
  }
  .mt-md-n26 {
    margin-top: -104px !important;
  }
  .mt-md-n27 {
    margin-top: -108px !important;
  }
  .mt-md-n28 {
    margin-top: -112px !important;
  }
  .mt-md-n29 {
    margin-top: -116px !important;
  }
  .mt-md-n30 {
    margin-top: -120px !important;
  }
  .mr-md-n1 {
    margin-right: -4px !important;
  }
  .mr-md-n2 {
    margin-right: -8px !important;
  }
  .mr-md-n3 {
    margin-right: -12px !important;
  }
  .mr-md-n4 {
    margin-right: -16px !important;
  }
  .mr-md-n5 {
    margin-right: -20px !important;
  }
  .mr-md-n6 {
    margin-right: -24px !important;
  }
  .mr-md-n7 {
    margin-right: -28px !important;
  }
  .mr-md-n8 {
    margin-right: -32px !important;
  }
  .mr-md-n9 {
    margin-right: -36px !important;
  }
  .mr-md-n10 {
    margin-right: -40px !important;
  }
  .mr-md-n11 {
    margin-right: -44px !important;
  }
  .mr-md-n12 {
    margin-right: -48px !important;
  }
  .mr-md-n13 {
    margin-right: -52px !important;
  }
  .mr-md-n14 {
    margin-right: -56px !important;
  }
  .mr-md-n15 {
    margin-right: -60px !important;
  }
  .mr-md-n16 {
    margin-right: -64px !important;
  }
  .mr-md-n17 {
    margin-right: -68px !important;
  }
  .mr-md-n18 {
    margin-right: -72px !important;
  }
  .mr-md-n19 {
    margin-right: -76px !important;
  }
  .mr-md-n20 {
    margin-right: -80px !important;
  }
  .mr-md-n21 {
    margin-right: -84px !important;
  }
  .mr-md-n22 {
    margin-right: -88px !important;
  }
  .mr-md-n23 {
    margin-right: -92px !important;
  }
  .mr-md-n24 {
    margin-right: -96px !important;
  }
  .mr-md-n25 {
    margin-right: -100px !important;
  }
  .mr-md-n26 {
    margin-right: -104px !important;
  }
  .mr-md-n27 {
    margin-right: -108px !important;
  }
  .mr-md-n28 {
    margin-right: -112px !important;
  }
  .mr-md-n29 {
    margin-right: -116px !important;
  }
  .mr-md-n30 {
    margin-right: -120px !important;
  }
  .mb-md-n1 {
    margin-bottom: -4px !important;
  }
  .mb-md-n2 {
    margin-bottom: -8px !important;
  }
  .mb-md-n3 {
    margin-bottom: -12px !important;
  }
  .mb-md-n4 {
    margin-bottom: -16px !important;
  }
  .mb-md-n5 {
    margin-bottom: -20px !important;
  }
  .mb-md-n6 {
    margin-bottom: -24px !important;
  }
  .mb-md-n7 {
    margin-bottom: -28px !important;
  }
  .mb-md-n8 {
    margin-bottom: -32px !important;
  }
  .mb-md-n9 {
    margin-bottom: -36px !important;
  }
  .mb-md-n10 {
    margin-bottom: -40px !important;
  }
  .mb-md-n11 {
    margin-bottom: -44px !important;
  }
  .mb-md-n12 {
    margin-bottom: -48px !important;
  }
  .mb-md-n13 {
    margin-bottom: -52px !important;
  }
  .mb-md-n14 {
    margin-bottom: -56px !important;
  }
  .mb-md-n15 {
    margin-bottom: -60px !important;
  }
  .mb-md-n16 {
    margin-bottom: -64px !important;
  }
  .mb-md-n17 {
    margin-bottom: -68px !important;
  }
  .mb-md-n18 {
    margin-bottom: -72px !important;
  }
  .mb-md-n19 {
    margin-bottom: -76px !important;
  }
  .mb-md-n20 {
    margin-bottom: -80px !important;
  }
  .mb-md-n21 {
    margin-bottom: -84px !important;
  }
  .mb-md-n22 {
    margin-bottom: -88px !important;
  }
  .mb-md-n23 {
    margin-bottom: -92px !important;
  }
  .mb-md-n24 {
    margin-bottom: -96px !important;
  }
  .mb-md-n25 {
    margin-bottom: -100px !important;
  }
  .mb-md-n26 {
    margin-bottom: -104px !important;
  }
  .mb-md-n27 {
    margin-bottom: -108px !important;
  }
  .mb-md-n28 {
    margin-bottom: -112px !important;
  }
  .mb-md-n29 {
    margin-bottom: -116px !important;
  }
  .mb-md-n30 {
    margin-bottom: -120px !important;
  }
  .ml-md-n1 {
    margin-left: -4px !important;
  }
  .ml-md-n2 {
    margin-left: -8px !important;
  }
  .ml-md-n3 {
    margin-left: -12px !important;
  }
  .ml-md-n4 {
    margin-left: -16px !important;
  }
  .ml-md-n5 {
    margin-left: -20px !important;
  }
  .ml-md-n6 {
    margin-left: -24px !important;
  }
  .ml-md-n7 {
    margin-left: -28px !important;
  }
  .ml-md-n8 {
    margin-left: -32px !important;
  }
  .ml-md-n9 {
    margin-left: -36px !important;
  }
  .ml-md-n10 {
    margin-left: -40px !important;
  }
  .ml-md-n11 {
    margin-left: -44px !important;
  }
  .ml-md-n12 {
    margin-left: -48px !important;
  }
  .ml-md-n13 {
    margin-left: -52px !important;
  }
  .ml-md-n14 {
    margin-left: -56px !important;
  }
  .ml-md-n15 {
    margin-left: -60px !important;
  }
  .ml-md-n16 {
    margin-left: -64px !important;
  }
  .ml-md-n17 {
    margin-left: -68px !important;
  }
  .ml-md-n18 {
    margin-left: -72px !important;
  }
  .ml-md-n19 {
    margin-left: -76px !important;
  }
  .ml-md-n20 {
    margin-left: -80px !important;
  }
  .ml-md-n21 {
    margin-left: -84px !important;
  }
  .ml-md-n22 {
    margin-left: -88px !important;
  }
  .ml-md-n23 {
    margin-left: -92px !important;
  }
  .ml-md-n24 {
    margin-left: -96px !important;
  }
  .ml-md-n25 {
    margin-left: -100px !important;
  }
  .ml-md-n26 {
    margin-left: -104px !important;
  }
  .ml-md-n27 {
    margin-left: -108px !important;
  }
  .ml-md-n28 {
    margin-left: -112px !important;
  }
  .ml-md-n29 {
    margin-left: -116px !important;
  }
  .ml-md-n30 {
    margin-left: -120px !important;
  }
  .pa-md-0 {
    padding: 0px !important;
  }
  .pa-md-1 {
    padding: 4px !important;
  }
  .pa-md-2 {
    padding: 8px !important;
  }
  .pa-md-3 {
    padding: 12px !important;
  }
  .pa-md-4 {
    padding: 16px !important;
  }
  .pa-md-5 {
    padding: 20px !important;
  }
  .pa-md-6 {
    padding: 24px !important;
  }
  .pa-md-7 {
    padding: 28px !important;
  }
  .pa-md-8 {
    padding: 32px !important;
  }
  .pa-md-9 {
    padding: 36px !important;
  }
  .pa-md-10 {
    padding: 40px !important;
  }
  .pa-md-11 {
    padding: 44px !important;
  }
  .pa-md-12 {
    padding: 48px !important;
  }
  .pa-md-13 {
    padding: 52px !important;
  }
  .pa-md-14 {
    padding: 56px !important;
  }
  .pa-md-15 {
    padding: 60px !important;
  }
  .pa-md-16 {
    padding: 64px !important;
  }
  .pa-md-17 {
    padding: 68px !important;
  }
  .pa-md-18 {
    padding: 72px !important;
  }
  .pa-md-19 {
    padding: 76px !important;
  }
  .pa-md-20 {
    padding: 80px !important;
  }
  .pa-md-21 {
    padding: 84px !important;
  }
  .pa-md-22 {
    padding: 88px !important;
  }
  .pa-md-23 {
    padding: 92px !important;
  }
  .pa-md-24 {
    padding: 96px !important;
  }
  .pa-md-25 {
    padding: 100px !important;
  }
  .pa-md-26 {
    padding: 104px !important;
  }
  .pa-md-27 {
    padding: 108px !important;
  }
  .pa-md-28 {
    padding: 112px !important;
  }
  .pa-md-29 {
    padding: 116px !important;
  }
  .pa-md-30 {
    padding: 120px !important;
  }
  .px-md-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .px-md-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-md-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-md-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-md-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-md-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-md-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-md-7 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .px-md-8 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-md-9 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .px-md-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-md-11 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .px-md-12 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-md-13 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .px-md-14 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-md-15 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-md-16 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-md-17 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }
  .px-md-18 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-md-19 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }
  .px-md-20 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-md-21 {
    padding-right: 84px !important;
    padding-left: 84px !important;
  }
  .px-md-22 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .px-md-23 {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }
  .px-md-24 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .px-md-25 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-md-26 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }
  .px-md-27 {
    padding-right: 108px !important;
    padding-left: 108px !important;
  }
  .px-md-28 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }
  .px-md-29 {
    padding-right: 116px !important;
    padding-left: 116px !important;
  }
  .px-md-30 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-md-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-md-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-md-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-md-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-md-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .py-md-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-md-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-md-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-md-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .py-md-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-md-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .py-md-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-md-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-md-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-md-17 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .py-md-18 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-md-19 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .py-md-20 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-md-21 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .py-md-22 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .py-md-23 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .py-md-24 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .py-md-25 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-md-26 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .py-md-27 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }
  .py-md-28 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .py-md-29 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }
  .py-md-30 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pt-md-1 {
    padding-top: 4px !important;
  }
  .pt-md-2 {
    padding-top: 8px !important;
  }
  .pt-md-3 {
    padding-top: 12px !important;
  }
  .pt-md-4 {
    padding-top: 16px !important;
  }
  .pt-md-5 {
    padding-top: 20px !important;
  }
  .pt-md-6 {
    padding-top: 24px !important;
  }
  .pt-md-7 {
    padding-top: 28px !important;
  }
  .pt-md-8 {
    padding-top: 32px !important;
  }
  .pt-md-9 {
    padding-top: 36px !important;
  }
  .pt-md-10 {
    padding-top: 40px !important;
  }
  .pt-md-11 {
    padding-top: 44px !important;
  }
  .pt-md-12 {
    padding-top: 48px !important;
  }
  .pt-md-13 {
    padding-top: 52px !important;
  }
  .pt-md-14 {
    padding-top: 56px !important;
  }
  .pt-md-15 {
    padding-top: 60px !important;
  }
  .pt-md-16 {
    padding-top: 64px !important;
  }
  .pt-md-17 {
    padding-top: 68px !important;
  }
  .pt-md-18 {
    padding-top: 72px !important;
  }
  .pt-md-19 {
    padding-top: 76px !important;
  }
  .pt-md-20 {
    padding-top: 80px !important;
  }
  .pt-md-21 {
    padding-top: 84px !important;
  }
  .pt-md-22 {
    padding-top: 88px !important;
  }
  .pt-md-23 {
    padding-top: 92px !important;
  }
  .pt-md-24 {
    padding-top: 96px !important;
  }
  .pt-md-25 {
    padding-top: 100px !important;
  }
  .pt-md-26 {
    padding-top: 104px !important;
  }
  .pt-md-27 {
    padding-top: 108px !important;
  }
  .pt-md-28 {
    padding-top: 112px !important;
  }
  .pt-md-29 {
    padding-top: 116px !important;
  }
  .pt-md-30 {
    padding-top: 120px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
  .pr-md-1 {
    padding-right: 4px !important;
  }
  .pr-md-2 {
    padding-right: 8px !important;
  }
  .pr-md-3 {
    padding-right: 12px !important;
  }
  .pr-md-4 {
    padding-right: 16px !important;
  }
  .pr-md-5 {
    padding-right: 20px !important;
  }
  .pr-md-6 {
    padding-right: 24px !important;
  }
  .pr-md-7 {
    padding-right: 28px !important;
  }
  .pr-md-8 {
    padding-right: 32px !important;
  }
  .pr-md-9 {
    padding-right: 36px !important;
  }
  .pr-md-10 {
    padding-right: 40px !important;
  }
  .pr-md-11 {
    padding-right: 44px !important;
  }
  .pr-md-12 {
    padding-right: 48px !important;
  }
  .pr-md-13 {
    padding-right: 52px !important;
  }
  .pr-md-14 {
    padding-right: 56px !important;
  }
  .pr-md-15 {
    padding-right: 60px !important;
  }
  .pr-md-16 {
    padding-right: 64px !important;
  }
  .pr-md-17 {
    padding-right: 68px !important;
  }
  .pr-md-18 {
    padding-right: 72px !important;
  }
  .pr-md-19 {
    padding-right: 76px !important;
  }
  .pr-md-20 {
    padding-right: 80px !important;
  }
  .pr-md-21 {
    padding-right: 84px !important;
  }
  .pr-md-22 {
    padding-right: 88px !important;
  }
  .pr-md-23 {
    padding-right: 92px !important;
  }
  .pr-md-24 {
    padding-right: 96px !important;
  }
  .pr-md-25 {
    padding-right: 100px !important;
  }
  .pr-md-26 {
    padding-right: 104px !important;
  }
  .pr-md-27 {
    padding-right: 108px !important;
  }
  .pr-md-28 {
    padding-right: 112px !important;
  }
  .pr-md-29 {
    padding-right: 116px !important;
  }
  .pr-md-30 {
    padding-right: 120px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .pb-md-1 {
    padding-bottom: 4px !important;
  }
  .pb-md-2 {
    padding-bottom: 8px !important;
  }
  .pb-md-3 {
    padding-bottom: 12px !important;
  }
  .pb-md-4 {
    padding-bottom: 16px !important;
  }
  .pb-md-5 {
    padding-bottom: 20px !important;
  }
  .pb-md-6 {
    padding-bottom: 24px !important;
  }
  .pb-md-7 {
    padding-bottom: 28px !important;
  }
  .pb-md-8 {
    padding-bottom: 32px !important;
  }
  .pb-md-9 {
    padding-bottom: 36px !important;
  }
  .pb-md-10 {
    padding-bottom: 40px !important;
  }
  .pb-md-11 {
    padding-bottom: 44px !important;
  }
  .pb-md-12 {
    padding-bottom: 48px !important;
  }
  .pb-md-13 {
    padding-bottom: 52px !important;
  }
  .pb-md-14 {
    padding-bottom: 56px !important;
  }
  .pb-md-15 {
    padding-bottom: 60px !important;
  }
  .pb-md-16 {
    padding-bottom: 64px !important;
  }
  .pb-md-17 {
    padding-bottom: 68px !important;
  }
  .pb-md-18 {
    padding-bottom: 72px !important;
  }
  .pb-md-19 {
    padding-bottom: 76px !important;
  }
  .pb-md-20 {
    padding-bottom: 80px !important;
  }
  .pb-md-21 {
    padding-bottom: 84px !important;
  }
  .pb-md-22 {
    padding-bottom: 88px !important;
  }
  .pb-md-23 {
    padding-bottom: 92px !important;
  }
  .pb-md-24 {
    padding-bottom: 96px !important;
  }
  .pb-md-25 {
    padding-bottom: 100px !important;
  }
  .pb-md-26 {
    padding-bottom: 104px !important;
  }
  .pb-md-27 {
    padding-bottom: 108px !important;
  }
  .pb-md-28 {
    padding-bottom: 112px !important;
  }
  .pb-md-29 {
    padding-bottom: 116px !important;
  }
  .pb-md-30 {
    padding-bottom: 120px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
  .pl-md-1 {
    padding-left: 4px !important;
  }
  .pl-md-2 {
    padding-left: 8px !important;
  }
  .pl-md-3 {
    padding-left: 12px !important;
  }
  .pl-md-4 {
    padding-left: 16px !important;
  }
  .pl-md-5 {
    padding-left: 20px !important;
  }
  .pl-md-6 {
    padding-left: 24px !important;
  }
  .pl-md-7 {
    padding-left: 28px !important;
  }
  .pl-md-8 {
    padding-left: 32px !important;
  }
  .pl-md-9 {
    padding-left: 36px !important;
  }
  .pl-md-10 {
    padding-left: 40px !important;
  }
  .pl-md-11 {
    padding-left: 44px !important;
  }
  .pl-md-12 {
    padding-left: 48px !important;
  }
  .pl-md-13 {
    padding-left: 52px !important;
  }
  .pl-md-14 {
    padding-left: 56px !important;
  }
  .pl-md-15 {
    padding-left: 60px !important;
  }
  .pl-md-16 {
    padding-left: 64px !important;
  }
  .pl-md-17 {
    padding-left: 68px !important;
  }
  .pl-md-18 {
    padding-left: 72px !important;
  }
  .pl-md-19 {
    padding-left: 76px !important;
  }
  .pl-md-20 {
    padding-left: 80px !important;
  }
  .pl-md-21 {
    padding-left: 84px !important;
  }
  .pl-md-22 {
    padding-left: 88px !important;
  }
  .pl-md-23 {
    padding-left: 92px !important;
  }
  .pl-md-24 {
    padding-left: 96px !important;
  }
  .pl-md-25 {
    padding-left: 100px !important;
  }
  .pl-md-26 {
    padding-left: 104px !important;
  }
  .pl-md-27 {
    padding-left: 108px !important;
  }
  .pl-md-28 {
    padding-left: 112px !important;
  }
  .pl-md-29 {
    padding-left: 116px !important;
  }
  .pl-md-30 {
    padding-left: 120px !important;
  }
}
@media (min-width: 1920px) {
  .ma-xl-0 {
    margin: 0px !important;
  }
  .ma-xl-1 {
    margin: 4px !important;
  }
  .ma-xl-2 {
    margin: 8px !important;
  }
  .ma-xl-3 {
    margin: 12px !important;
  }
  .ma-xl-4 {
    margin: 16px !important;
  }
  .ma-xl-5 {
    margin: 20px !important;
  }
  .ma-xl-6 {
    margin: 24px !important;
  }
  .ma-xl-7 {
    margin: 28px !important;
  }
  .ma-xl-8 {
    margin: 32px !important;
  }
  .ma-xl-9 {
    margin: 36px !important;
  }
  .ma-xl-10 {
    margin: 40px !important;
  }
  .ma-xl-11 {
    margin: 44px !important;
  }
  .ma-xl-12 {
    margin: 48px !important;
  }
  .ma-xl-13 {
    margin: 52px !important;
  }
  .ma-xl-14 {
    margin: 56px !important;
  }
  .ma-xl-15 {
    margin: 60px !important;
  }
  .ma-xl-16 {
    margin: 64px !important;
  }
  .ma-xl-17 {
    margin: 68px !important;
  }
  .ma-xl-18 {
    margin: 72px !important;
  }
  .ma-xl-19 {
    margin: 76px !important;
  }
  .ma-xl-20 {
    margin: 80px !important;
  }
  .ma-xl-21 {
    margin: 84px !important;
  }
  .ma-xl-22 {
    margin: 88px !important;
  }
  .ma-xl-23 {
    margin: 92px !important;
  }
  .ma-xl-24 {
    margin: 96px !important;
  }
  .ma-xl-25 {
    margin: 100px !important;
  }
  .ma-xl-26 {
    margin: 104px !important;
  }
  .ma-xl-27 {
    margin: 108px !important;
  }
  .ma-xl-28 {
    margin: 112px !important;
  }
  .ma-xl-29 {
    margin: 116px !important;
  }
  .ma-xl-30 {
    margin: 120px !important;
  }
  .ma-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .mx-xl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-xl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xl-3 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-xl-4 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .mx-xl-5 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xl-6 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xl-7 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .mx-xl-8 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .mx-xl-9 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .mx-xl-10 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xl-11 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .mx-xl-12 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .mx-xl-13 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .mx-xl-14 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .mx-xl-15 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xl-16 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .mx-xl-17 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }
  .mx-xl-18 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .mx-xl-19 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }
  .mx-xl-20 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xl-21 {
    margin-right: 84px !important;
    margin-left: 84px !important;
  }
  .mx-xl-22 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .mx-xl-23 {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }
  .mx-xl-24 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .mx-xl-25 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-xl-26 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }
  .mx-xl-27 {
    margin-right: 108px !important;
    margin-left: 108px !important;
  }
  .mx-xl-28 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }
  .mx-xl-29 {
    margin-right: 116px !important;
    margin-left: 116px !important;
  }
  .mx-xl-30 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .my-xl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xl-3 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xl-4 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xl-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xl-6 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xl-7 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .my-xl-8 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-xl-9 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-xl-10 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xl-11 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .my-xl-12 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xl-13 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .my-xl-14 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .my-xl-15 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xl-16 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-xl-17 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .my-xl-18 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .my-xl-19 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .my-xl-20 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xl-21 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .my-xl-22 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .my-xl-23 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .my-xl-24 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-xl-25 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-xl-26 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .my-xl-27 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }
  .my-xl-28 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .my-xl-29 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }
  .my-xl-30 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .mt-xl-1 {
    margin-top: 4px !important;
  }
  .mt-xl-2 {
    margin-top: 8px !important;
  }
  .mt-xl-3 {
    margin-top: 12px !important;
  }
  .mt-xl-4 {
    margin-top: 16px !important;
  }
  .mt-xl-5 {
    margin-top: 20px !important;
  }
  .mt-xl-6 {
    margin-top: 24px !important;
  }
  .mt-xl-7 {
    margin-top: 28px !important;
  }
  .mt-xl-8 {
    margin-top: 32px !important;
  }
  .mt-xl-9 {
    margin-top: 36px !important;
  }
  .mt-xl-10 {
    margin-top: 40px !important;
  }
  .mt-xl-11 {
    margin-top: 44px !important;
  }
  .mt-xl-12 {
    margin-top: 48px !important;
  }
  .mt-xl-13 {
    margin-top: 52px !important;
  }
  .mt-xl-14 {
    margin-top: 56px !important;
  }
  .mt-xl-15 {
    margin-top: 60px !important;
  }
  .mt-xl-16 {
    margin-top: 64px !important;
  }
  .mt-xl-17 {
    margin-top: 68px !important;
  }
  .mt-xl-18 {
    margin-top: 72px !important;
  }
  .mt-xl-19 {
    margin-top: 76px !important;
  }
  .mt-xl-20 {
    margin-top: 80px !important;
  }
  .mt-xl-21 {
    margin-top: 84px !important;
  }
  .mt-xl-22 {
    margin-top: 88px !important;
  }
  .mt-xl-23 {
    margin-top: 92px !important;
  }
  .mt-xl-24 {
    margin-top: 96px !important;
  }
  .mt-xl-25 {
    margin-top: 100px !important;
  }
  .mt-xl-26 {
    margin-top: 104px !important;
  }
  .mt-xl-27 {
    margin-top: 108px !important;
  }
  .mt-xl-28 {
    margin-top: 112px !important;
  }
  .mt-xl-29 {
    margin-top: 116px !important;
  }
  .mt-xl-30 {
    margin-top: 120px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .mr-xl-1 {
    margin-right: 4px !important;
  }
  .mr-xl-2 {
    margin-right: 8px !important;
  }
  .mr-xl-3 {
    margin-right: 12px !important;
  }
  .mr-xl-4 {
    margin-right: 16px !important;
  }
  .mr-xl-5 {
    margin-right: 20px !important;
  }
  .mr-xl-6 {
    margin-right: 24px !important;
  }
  .mr-xl-7 {
    margin-right: 28px !important;
  }
  .mr-xl-8 {
    margin-right: 32px !important;
  }
  .mr-xl-9 {
    margin-right: 36px !important;
  }
  .mr-xl-10 {
    margin-right: 40px !important;
  }
  .mr-xl-11 {
    margin-right: 44px !important;
  }
  .mr-xl-12 {
    margin-right: 48px !important;
  }
  .mr-xl-13 {
    margin-right: 52px !important;
  }
  .mr-xl-14 {
    margin-right: 56px !important;
  }
  .mr-xl-15 {
    margin-right: 60px !important;
  }
  .mr-xl-16 {
    margin-right: 64px !important;
  }
  .mr-xl-17 {
    margin-right: 68px !important;
  }
  .mr-xl-18 {
    margin-right: 72px !important;
  }
  .mr-xl-19 {
    margin-right: 76px !important;
  }
  .mr-xl-20 {
    margin-right: 80px !important;
  }
  .mr-xl-21 {
    margin-right: 84px !important;
  }
  .mr-xl-22 {
    margin-right: 88px !important;
  }
  .mr-xl-23 {
    margin-right: 92px !important;
  }
  .mr-xl-24 {
    margin-right: 96px !important;
  }
  .mr-xl-25 {
    margin-right: 100px !important;
  }
  .mr-xl-26 {
    margin-right: 104px !important;
  }
  .mr-xl-27 {
    margin-right: 108px !important;
  }
  .mr-xl-28 {
    margin-right: 112px !important;
  }
  .mr-xl-29 {
    margin-right: 116px !important;
  }
  .mr-xl-30 {
    margin-right: 120px !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .mb-xl-1 {
    margin-bottom: 4px !important;
  }
  .mb-xl-2 {
    margin-bottom: 8px !important;
  }
  .mb-xl-3 {
    margin-bottom: 12px !important;
  }
  .mb-xl-4 {
    margin-bottom: 16px !important;
  }
  .mb-xl-5 {
    margin-bottom: 20px !important;
  }
  .mb-xl-6 {
    margin-bottom: 24px !important;
  }
  .mb-xl-7 {
    margin-bottom: 28px !important;
  }
  .mb-xl-8 {
    margin-bottom: 32px !important;
  }
  .mb-xl-9 {
    margin-bottom: 36px !important;
  }
  .mb-xl-10 {
    margin-bottom: 40px !important;
  }
  .mb-xl-11 {
    margin-bottom: 44px !important;
  }
  .mb-xl-12 {
    margin-bottom: 48px !important;
  }
  .mb-xl-13 {
    margin-bottom: 52px !important;
  }
  .mb-xl-14 {
    margin-bottom: 56px !important;
  }
  .mb-xl-15 {
    margin-bottom: 60px !important;
  }
  .mb-xl-16 {
    margin-bottom: 64px !important;
  }
  .mb-xl-17 {
    margin-bottom: 68px !important;
  }
  .mb-xl-18 {
    margin-bottom: 72px !important;
  }
  .mb-xl-19 {
    margin-bottom: 76px !important;
  }
  .mb-xl-20 {
    margin-bottom: 80px !important;
  }
  .mb-xl-21 {
    margin-bottom: 84px !important;
  }
  .mb-xl-22 {
    margin-bottom: 88px !important;
  }
  .mb-xl-23 {
    margin-bottom: 92px !important;
  }
  .mb-xl-24 {
    margin-bottom: 96px !important;
  }
  .mb-xl-25 {
    margin-bottom: 100px !important;
  }
  .mb-xl-26 {
    margin-bottom: 104px !important;
  }
  .mb-xl-27 {
    margin-bottom: 108px !important;
  }
  .mb-xl-28 {
    margin-bottom: 112px !important;
  }
  .mb-xl-29 {
    margin-bottom: 116px !important;
  }
  .mb-xl-30 {
    margin-bottom: 120px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .ml-xl-1 {
    margin-left: 4px !important;
  }
  .ml-xl-2 {
    margin-left: 8px !important;
  }
  .ml-xl-3 {
    margin-left: 12px !important;
  }
  .ml-xl-4 {
    margin-left: 16px !important;
  }
  .ml-xl-5 {
    margin-left: 20px !important;
  }
  .ml-xl-6 {
    margin-left: 24px !important;
  }
  .ml-xl-7 {
    margin-left: 28px !important;
  }
  .ml-xl-8 {
    margin-left: 32px !important;
  }
  .ml-xl-9 {
    margin-left: 36px !important;
  }
  .ml-xl-10 {
    margin-left: 40px !important;
  }
  .ml-xl-11 {
    margin-left: 44px !important;
  }
  .ml-xl-12 {
    margin-left: 48px !important;
  }
  .ml-xl-13 {
    margin-left: 52px !important;
  }
  .ml-xl-14 {
    margin-left: 56px !important;
  }
  .ml-xl-15 {
    margin-left: 60px !important;
  }
  .ml-xl-16 {
    margin-left: 64px !important;
  }
  .ml-xl-17 {
    margin-left: 68px !important;
  }
  .ml-xl-18 {
    margin-left: 72px !important;
  }
  .ml-xl-19 {
    margin-left: 76px !important;
  }
  .ml-xl-20 {
    margin-left: 80px !important;
  }
  .ml-xl-21 {
    margin-left: 84px !important;
  }
  .ml-xl-22 {
    margin-left: 88px !important;
  }
  .ml-xl-23 {
    margin-left: 92px !important;
  }
  .ml-xl-24 {
    margin-left: 96px !important;
  }
  .ml-xl-25 {
    margin-left: 100px !important;
  }
  .ml-xl-26 {
    margin-left: 104px !important;
  }
  .ml-xl-27 {
    margin-left: 108px !important;
  }
  .ml-xl-28 {
    margin-left: 112px !important;
  }
  .ml-xl-29 {
    margin-left: 116px !important;
  }
  .ml-xl-30 {
    margin-left: 120px !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .ma-xl-n1 {
    margin: -4px !important;
  }
  .ma-xl-n2 {
    margin: -8px !important;
  }
  .ma-xl-n3 {
    margin: -12px !important;
  }
  .ma-xl-n4 {
    margin: -16px !important;
  }
  .ma-xl-n5 {
    margin: -20px !important;
  }
  .ma-xl-n6 {
    margin: -24px !important;
  }
  .ma-xl-n7 {
    margin: -28px !important;
  }
  .ma-xl-n8 {
    margin: -32px !important;
  }
  .ma-xl-n9 {
    margin: -36px !important;
  }
  .ma-xl-n10 {
    margin: -40px !important;
  }
  .ma-xl-n11 {
    margin: -44px !important;
  }
  .ma-xl-n12 {
    margin: -48px !important;
  }
  .ma-xl-n13 {
    margin: -52px !important;
  }
  .ma-xl-n14 {
    margin: -56px !important;
  }
  .ma-xl-n15 {
    margin: -60px !important;
  }
  .ma-xl-n16 {
    margin: -64px !important;
  }
  .ma-xl-n17 {
    margin: -68px !important;
  }
  .ma-xl-n18 {
    margin: -72px !important;
  }
  .ma-xl-n19 {
    margin: -76px !important;
  }
  .ma-xl-n20 {
    margin: -80px !important;
  }
  .ma-xl-n21 {
    margin: -84px !important;
  }
  .ma-xl-n22 {
    margin: -88px !important;
  }
  .ma-xl-n23 {
    margin: -92px !important;
  }
  .ma-xl-n24 {
    margin: -96px !important;
  }
  .ma-xl-n25 {
    margin: -100px !important;
  }
  .ma-xl-n26 {
    margin: -104px !important;
  }
  .ma-xl-n27 {
    margin: -108px !important;
  }
  .ma-xl-n28 {
    margin: -112px !important;
  }
  .ma-xl-n29 {
    margin: -116px !important;
  }
  .ma-xl-n30 {
    margin: -120px !important;
  }
  .mx-xl-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
  .mx-xl-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
  }
  .mx-xl-n3 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  .mx-xl-n4 {
    margin-right: -16px !important;
    margin-left: -16px !important;
  }
  .mx-xl-n5 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-xl-n6 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-xl-n7 {
    margin-right: -28px !important;
    margin-left: -28px !important;
  }
  .mx-xl-n8 {
    margin-right: -32px !important;
    margin-left: -32px !important;
  }
  .mx-xl-n9 {
    margin-right: -36px !important;
    margin-left: -36px !important;
  }
  .mx-xl-n10 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-xl-n11 {
    margin-right: -44px !important;
    margin-left: -44px !important;
  }
  .mx-xl-n12 {
    margin-right: -48px !important;
    margin-left: -48px !important;
  }
  .mx-xl-n13 {
    margin-right: -52px !important;
    margin-left: -52px !important;
  }
  .mx-xl-n14 {
    margin-right: -56px !important;
    margin-left: -56px !important;
  }
  .mx-xl-n15 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-xl-n16 {
    margin-right: -64px !important;
    margin-left: -64px !important;
  }
  .mx-xl-n17 {
    margin-right: -68px !important;
    margin-left: -68px !important;
  }
  .mx-xl-n18 {
    margin-right: -72px !important;
    margin-left: -72px !important;
  }
  .mx-xl-n19 {
    margin-right: -76px !important;
    margin-left: -76px !important;
  }
  .mx-xl-n20 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .mx-xl-n21 {
    margin-right: -84px !important;
    margin-left: -84px !important;
  }
  .mx-xl-n22 {
    margin-right: -88px !important;
    margin-left: -88px !important;
  }
  .mx-xl-n23 {
    margin-right: -92px !important;
    margin-left: -92px !important;
  }
  .mx-xl-n24 {
    margin-right: -96px !important;
    margin-left: -96px !important;
  }
  .mx-xl-n25 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-xl-n26 {
    margin-right: -104px !important;
    margin-left: -104px !important;
  }
  .mx-xl-n27 {
    margin-right: -108px !important;
    margin-left: -108px !important;
  }
  .mx-xl-n28 {
    margin-right: -112px !important;
    margin-left: -112px !important;
  }
  .mx-xl-n29 {
    margin-right: -116px !important;
    margin-left: -116px !important;
  }
  .mx-xl-n30 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .my-xl-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }
  .my-xl-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }
  .my-xl-n3 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .my-xl-n4 {
    margin-top: -16px !important;
    margin-bottom: -16px !important;
  }
  .my-xl-n5 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-xl-n6 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-xl-n7 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }
  .my-xl-n8 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }
  .my-xl-n9 {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .my-xl-n10 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-xl-n11 {
    margin-top: -44px !important;
    margin-bottom: -44px !important;
  }
  .my-xl-n12 {
    margin-top: -48px !important;
    margin-bottom: -48px !important;
  }
  .my-xl-n13 {
    margin-top: -52px !important;
    margin-bottom: -52px !important;
  }
  .my-xl-n14 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }
  .my-xl-n15 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-xl-n16 {
    margin-top: -64px !important;
    margin-bottom: -64px !important;
  }
  .my-xl-n17 {
    margin-top: -68px !important;
    margin-bottom: -68px !important;
  }
  .my-xl-n18 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
  }
  .my-xl-n19 {
    margin-top: -76px !important;
    margin-bottom: -76px !important;
  }
  .my-xl-n20 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .my-xl-n21 {
    margin-top: -84px !important;
    margin-bottom: -84px !important;
  }
  .my-xl-n22 {
    margin-top: -88px !important;
    margin-bottom: -88px !important;
  }
  .my-xl-n23 {
    margin-top: -92px !important;
    margin-bottom: -92px !important;
  }
  .my-xl-n24 {
    margin-top: -96px !important;
    margin-bottom: -96px !important;
  }
  .my-xl-n25 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-xl-n26 {
    margin-top: -104px !important;
    margin-bottom: -104px !important;
  }
  .my-xl-n27 {
    margin-top: -108px !important;
    margin-bottom: -108px !important;
  }
  .my-xl-n28 {
    margin-top: -112px !important;
    margin-bottom: -112px !important;
  }
  .my-xl-n29 {
    margin-top: -116px !important;
    margin-bottom: -116px !important;
  }
  .my-xl-n30 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .mt-xl-n1 {
    margin-top: -4px !important;
  }
  .mt-xl-n2 {
    margin-top: -8px !important;
  }
  .mt-xl-n3 {
    margin-top: -12px !important;
  }
  .mt-xl-n4 {
    margin-top: -16px !important;
  }
  .mt-xl-n5 {
    margin-top: -20px !important;
  }
  .mt-xl-n6 {
    margin-top: -24px !important;
  }
  .mt-xl-n7 {
    margin-top: -28px !important;
  }
  .mt-xl-n8 {
    margin-top: -32px !important;
  }
  .mt-xl-n9 {
    margin-top: -36px !important;
  }
  .mt-xl-n10 {
    margin-top: -40px !important;
  }
  .mt-xl-n11 {
    margin-top: -44px !important;
  }
  .mt-xl-n12 {
    margin-top: -48px !important;
  }
  .mt-xl-n13 {
    margin-top: -52px !important;
  }
  .mt-xl-n14 {
    margin-top: -56px !important;
  }
  .mt-xl-n15 {
    margin-top: -60px !important;
  }
  .mt-xl-n16 {
    margin-top: -64px !important;
  }
  .mt-xl-n17 {
    margin-top: -68px !important;
  }
  .mt-xl-n18 {
    margin-top: -72px !important;
  }
  .mt-xl-n19 {
    margin-top: -76px !important;
  }
  .mt-xl-n20 {
    margin-top: -80px !important;
  }
  .mt-xl-n21 {
    margin-top: -84px !important;
  }
  .mt-xl-n22 {
    margin-top: -88px !important;
  }
  .mt-xl-n23 {
    margin-top: -92px !important;
  }
  .mt-xl-n24 {
    margin-top: -96px !important;
  }
  .mt-xl-n25 {
    margin-top: -100px !important;
  }
  .mt-xl-n26 {
    margin-top: -104px !important;
  }
  .mt-xl-n27 {
    margin-top: -108px !important;
  }
  .mt-xl-n28 {
    margin-top: -112px !important;
  }
  .mt-xl-n29 {
    margin-top: -116px !important;
  }
  .mt-xl-n30 {
    margin-top: -120px !important;
  }
  .mr-xl-n1 {
    margin-right: -4px !important;
  }
  .mr-xl-n2 {
    margin-right: -8px !important;
  }
  .mr-xl-n3 {
    margin-right: -12px !important;
  }
  .mr-xl-n4 {
    margin-right: -16px !important;
  }
  .mr-xl-n5 {
    margin-right: -20px !important;
  }
  .mr-xl-n6 {
    margin-right: -24px !important;
  }
  .mr-xl-n7 {
    margin-right: -28px !important;
  }
  .mr-xl-n8 {
    margin-right: -32px !important;
  }
  .mr-xl-n9 {
    margin-right: -36px !important;
  }
  .mr-xl-n10 {
    margin-right: -40px !important;
  }
  .mr-xl-n11 {
    margin-right: -44px !important;
  }
  .mr-xl-n12 {
    margin-right: -48px !important;
  }
  .mr-xl-n13 {
    margin-right: -52px !important;
  }
  .mr-xl-n14 {
    margin-right: -56px !important;
  }
  .mr-xl-n15 {
    margin-right: -60px !important;
  }
  .mr-xl-n16 {
    margin-right: -64px !important;
  }
  .mr-xl-n17 {
    margin-right: -68px !important;
  }
  .mr-xl-n18 {
    margin-right: -72px !important;
  }
  .mr-xl-n19 {
    margin-right: -76px !important;
  }
  .mr-xl-n20 {
    margin-right: -80px !important;
  }
  .mr-xl-n21 {
    margin-right: -84px !important;
  }
  .mr-xl-n22 {
    margin-right: -88px !important;
  }
  .mr-xl-n23 {
    margin-right: -92px !important;
  }
  .mr-xl-n24 {
    margin-right: -96px !important;
  }
  .mr-xl-n25 {
    margin-right: -100px !important;
  }
  .mr-xl-n26 {
    margin-right: -104px !important;
  }
  .mr-xl-n27 {
    margin-right: -108px !important;
  }
  .mr-xl-n28 {
    margin-right: -112px !important;
  }
  .mr-xl-n29 {
    margin-right: -116px !important;
  }
  .mr-xl-n30 {
    margin-right: -120px !important;
  }
  .mb-xl-n1 {
    margin-bottom: -4px !important;
  }
  .mb-xl-n2 {
    margin-bottom: -8px !important;
  }
  .mb-xl-n3 {
    margin-bottom: -12px !important;
  }
  .mb-xl-n4 {
    margin-bottom: -16px !important;
  }
  .mb-xl-n5 {
    margin-bottom: -20px !important;
  }
  .mb-xl-n6 {
    margin-bottom: -24px !important;
  }
  .mb-xl-n7 {
    margin-bottom: -28px !important;
  }
  .mb-xl-n8 {
    margin-bottom: -32px !important;
  }
  .mb-xl-n9 {
    margin-bottom: -36px !important;
  }
  .mb-xl-n10 {
    margin-bottom: -40px !important;
  }
  .mb-xl-n11 {
    margin-bottom: -44px !important;
  }
  .mb-xl-n12 {
    margin-bottom: -48px !important;
  }
  .mb-xl-n13 {
    margin-bottom: -52px !important;
  }
  .mb-xl-n14 {
    margin-bottom: -56px !important;
  }
  .mb-xl-n15 {
    margin-bottom: -60px !important;
  }
  .mb-xl-n16 {
    margin-bottom: -64px !important;
  }
  .mb-xl-n17 {
    margin-bottom: -68px !important;
  }
  .mb-xl-n18 {
    margin-bottom: -72px !important;
  }
  .mb-xl-n19 {
    margin-bottom: -76px !important;
  }
  .mb-xl-n20 {
    margin-bottom: -80px !important;
  }
  .mb-xl-n21 {
    margin-bottom: -84px !important;
  }
  .mb-xl-n22 {
    margin-bottom: -88px !important;
  }
  .mb-xl-n23 {
    margin-bottom: -92px !important;
  }
  .mb-xl-n24 {
    margin-bottom: -96px !important;
  }
  .mb-xl-n25 {
    margin-bottom: -100px !important;
  }
  .mb-xl-n26 {
    margin-bottom: -104px !important;
  }
  .mb-xl-n27 {
    margin-bottom: -108px !important;
  }
  .mb-xl-n28 {
    margin-bottom: -112px !important;
  }
  .mb-xl-n29 {
    margin-bottom: -116px !important;
  }
  .mb-xl-n30 {
    margin-bottom: -120px !important;
  }
  .ml-xl-n1 {
    margin-left: -4px !important;
  }
  .ml-xl-n2 {
    margin-left: -8px !important;
  }
  .ml-xl-n3 {
    margin-left: -12px !important;
  }
  .ml-xl-n4 {
    margin-left: -16px !important;
  }
  .ml-xl-n5 {
    margin-left: -20px !important;
  }
  .ml-xl-n6 {
    margin-left: -24px !important;
  }
  .ml-xl-n7 {
    margin-left: -28px !important;
  }
  .ml-xl-n8 {
    margin-left: -32px !important;
  }
  .ml-xl-n9 {
    margin-left: -36px !important;
  }
  .ml-xl-n10 {
    margin-left: -40px !important;
  }
  .ml-xl-n11 {
    margin-left: -44px !important;
  }
  .ml-xl-n12 {
    margin-left: -48px !important;
  }
  .ml-xl-n13 {
    margin-left: -52px !important;
  }
  .ml-xl-n14 {
    margin-left: -56px !important;
  }
  .ml-xl-n15 {
    margin-left: -60px !important;
  }
  .ml-xl-n16 {
    margin-left: -64px !important;
  }
  .ml-xl-n17 {
    margin-left: -68px !important;
  }
  .ml-xl-n18 {
    margin-left: -72px !important;
  }
  .ml-xl-n19 {
    margin-left: -76px !important;
  }
  .ml-xl-n20 {
    margin-left: -80px !important;
  }
  .ml-xl-n21 {
    margin-left: -84px !important;
  }
  .ml-xl-n22 {
    margin-left: -88px !important;
  }
  .ml-xl-n23 {
    margin-left: -92px !important;
  }
  .ml-xl-n24 {
    margin-left: -96px !important;
  }
  .ml-xl-n25 {
    margin-left: -100px !important;
  }
  .ml-xl-n26 {
    margin-left: -104px !important;
  }
  .ml-xl-n27 {
    margin-left: -108px !important;
  }
  .ml-xl-n28 {
    margin-left: -112px !important;
  }
  .ml-xl-n29 {
    margin-left: -116px !important;
  }
  .ml-xl-n30 {
    margin-left: -120px !important;
  }
  .pa-xl-0 {
    padding: 0px !important;
  }
  .pa-xl-1 {
    padding: 4px !important;
  }
  .pa-xl-2 {
    padding: 8px !important;
  }
  .pa-xl-3 {
    padding: 12px !important;
  }
  .pa-xl-4 {
    padding: 16px !important;
  }
  .pa-xl-5 {
    padding: 20px !important;
  }
  .pa-xl-6 {
    padding: 24px !important;
  }
  .pa-xl-7 {
    padding: 28px !important;
  }
  .pa-xl-8 {
    padding: 32px !important;
  }
  .pa-xl-9 {
    padding: 36px !important;
  }
  .pa-xl-10 {
    padding: 40px !important;
  }
  .pa-xl-11 {
    padding: 44px !important;
  }
  .pa-xl-12 {
    padding: 48px !important;
  }
  .pa-xl-13 {
    padding: 52px !important;
  }
  .pa-xl-14 {
    padding: 56px !important;
  }
  .pa-xl-15 {
    padding: 60px !important;
  }
  .pa-xl-16 {
    padding: 64px !important;
  }
  .pa-xl-17 {
    padding: 68px !important;
  }
  .pa-xl-18 {
    padding: 72px !important;
  }
  .pa-xl-19 {
    padding: 76px !important;
  }
  .pa-xl-20 {
    padding: 80px !important;
  }
  .pa-xl-21 {
    padding: 84px !important;
  }
  .pa-xl-22 {
    padding: 88px !important;
  }
  .pa-xl-23 {
    padding: 92px !important;
  }
  .pa-xl-24 {
    padding: 96px !important;
  }
  .pa-xl-25 {
    padding: 100px !important;
  }
  .pa-xl-26 {
    padding: 104px !important;
  }
  .pa-xl-27 {
    padding: 108px !important;
  }
  .pa-xl-28 {
    padding: 112px !important;
  }
  .pa-xl-29 {
    padding: 116px !important;
  }
  .pa-xl-30 {
    padding: 120px !important;
  }
  .px-xl-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .px-xl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-xl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xl-3 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-xl-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .px-xl-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xl-6 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xl-7 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .px-xl-8 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .px-xl-9 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .px-xl-10 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xl-11 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .px-xl-12 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .px-xl-13 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .px-xl-14 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .px-xl-15 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xl-16 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .px-xl-17 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }
  .px-xl-18 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .px-xl-19 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }
  .px-xl-20 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-xl-21 {
    padding-right: 84px !important;
    padding-left: 84px !important;
  }
  .px-xl-22 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .px-xl-23 {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }
  .px-xl-24 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .px-xl-25 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-xl-26 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }
  .px-xl-27 {
    padding-right: 108px !important;
    padding-left: 108px !important;
  }
  .px-xl-28 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }
  .px-xl-29 {
    padding-right: 116px !important;
    padding-left: 116px !important;
  }
  .px-xl-30 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xl-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xl-4 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xl-5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xl-6 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xl-7 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .py-xl-8 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-xl-9 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-xl-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xl-11 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .py-xl-12 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xl-13 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .py-xl-14 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .py-xl-15 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xl-16 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-xl-17 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .py-xl-18 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .py-xl-19 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .py-xl-20 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-xl-21 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .py-xl-22 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .py-xl-23 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .py-xl-24 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .py-xl-25 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-xl-26 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .py-xl-27 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }
  .py-xl-28 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .py-xl-29 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }
  .py-xl-30 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pt-xl-0 {
    padding-top: 0px !important;
  }
  .pt-xl-1 {
    padding-top: 4px !important;
  }
  .pt-xl-2 {
    padding-top: 8px !important;
  }
  .pt-xl-3 {
    padding-top: 12px !important;
  }
  .pt-xl-4 {
    padding-top: 16px !important;
  }
  .pt-xl-5 {
    padding-top: 20px !important;
  }
  .pt-xl-6 {
    padding-top: 24px !important;
  }
  .pt-xl-7 {
    padding-top: 28px !important;
  }
  .pt-xl-8 {
    padding-top: 32px !important;
  }
  .pt-xl-9 {
    padding-top: 36px !important;
  }
  .pt-xl-10 {
    padding-top: 40px !important;
  }
  .pt-xl-11 {
    padding-top: 44px !important;
  }
  .pt-xl-12 {
    padding-top: 48px !important;
  }
  .pt-xl-13 {
    padding-top: 52px !important;
  }
  .pt-xl-14 {
    padding-top: 56px !important;
  }
  .pt-xl-15 {
    padding-top: 60px !important;
  }
  .pt-xl-16 {
    padding-top: 64px !important;
  }
  .pt-xl-17 {
    padding-top: 68px !important;
  }
  .pt-xl-18 {
    padding-top: 72px !important;
  }
  .pt-xl-19 {
    padding-top: 76px !important;
  }
  .pt-xl-20 {
    padding-top: 80px !important;
  }
  .pt-xl-21 {
    padding-top: 84px !important;
  }
  .pt-xl-22 {
    padding-top: 88px !important;
  }
  .pt-xl-23 {
    padding-top: 92px !important;
  }
  .pt-xl-24 {
    padding-top: 96px !important;
  }
  .pt-xl-25 {
    padding-top: 100px !important;
  }
  .pt-xl-26 {
    padding-top: 104px !important;
  }
  .pt-xl-27 {
    padding-top: 108px !important;
  }
  .pt-xl-28 {
    padding-top: 112px !important;
  }
  .pt-xl-29 {
    padding-top: 116px !important;
  }
  .pt-xl-30 {
    padding-top: 120px !important;
  }
  .pr-xl-0 {
    padding-right: 0px !important;
  }
  .pr-xl-1 {
    padding-right: 4px !important;
  }
  .pr-xl-2 {
    padding-right: 8px !important;
  }
  .pr-xl-3 {
    padding-right: 12px !important;
  }
  .pr-xl-4 {
    padding-right: 16px !important;
  }
  .pr-xl-5 {
    padding-right: 20px !important;
  }
  .pr-xl-6 {
    padding-right: 24px !important;
  }
  .pr-xl-7 {
    padding-right: 28px !important;
  }
  .pr-xl-8 {
    padding-right: 32px !important;
  }
  .pr-xl-9 {
    padding-right: 36px !important;
  }
  .pr-xl-10 {
    padding-right: 40px !important;
  }
  .pr-xl-11 {
    padding-right: 44px !important;
  }
  .pr-xl-12 {
    padding-right: 48px !important;
  }
  .pr-xl-13 {
    padding-right: 52px !important;
  }
  .pr-xl-14 {
    padding-right: 56px !important;
  }
  .pr-xl-15 {
    padding-right: 60px !important;
  }
  .pr-xl-16 {
    padding-right: 64px !important;
  }
  .pr-xl-17 {
    padding-right: 68px !important;
  }
  .pr-xl-18 {
    padding-right: 72px !important;
  }
  .pr-xl-19 {
    padding-right: 76px !important;
  }
  .pr-xl-20 {
    padding-right: 80px !important;
  }
  .pr-xl-21 {
    padding-right: 84px !important;
  }
  .pr-xl-22 {
    padding-right: 88px !important;
  }
  .pr-xl-23 {
    padding-right: 92px !important;
  }
  .pr-xl-24 {
    padding-right: 96px !important;
  }
  .pr-xl-25 {
    padding-right: 100px !important;
  }
  .pr-xl-26 {
    padding-right: 104px !important;
  }
  .pr-xl-27 {
    padding-right: 108px !important;
  }
  .pr-xl-28 {
    padding-right: 112px !important;
  }
  .pr-xl-29 {
    padding-right: 116px !important;
  }
  .pr-xl-30 {
    padding-right: 120px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
  .pb-xl-1 {
    padding-bottom: 4px !important;
  }
  .pb-xl-2 {
    padding-bottom: 8px !important;
  }
  .pb-xl-3 {
    padding-bottom: 12px !important;
  }
  .pb-xl-4 {
    padding-bottom: 16px !important;
  }
  .pb-xl-5 {
    padding-bottom: 20px !important;
  }
  .pb-xl-6 {
    padding-bottom: 24px !important;
  }
  .pb-xl-7 {
    padding-bottom: 28px !important;
  }
  .pb-xl-8 {
    padding-bottom: 32px !important;
  }
  .pb-xl-9 {
    padding-bottom: 36px !important;
  }
  .pb-xl-10 {
    padding-bottom: 40px !important;
  }
  .pb-xl-11 {
    padding-bottom: 44px !important;
  }
  .pb-xl-12 {
    padding-bottom: 48px !important;
  }
  .pb-xl-13 {
    padding-bottom: 52px !important;
  }
  .pb-xl-14 {
    padding-bottom: 56px !important;
  }
  .pb-xl-15 {
    padding-bottom: 60px !important;
  }
  .pb-xl-16 {
    padding-bottom: 64px !important;
  }
  .pb-xl-17 {
    padding-bottom: 68px !important;
  }
  .pb-xl-18 {
    padding-bottom: 72px !important;
  }
  .pb-xl-19 {
    padding-bottom: 76px !important;
  }
  .pb-xl-20 {
    padding-bottom: 80px !important;
  }
  .pb-xl-21 {
    padding-bottom: 84px !important;
  }
  .pb-xl-22 {
    padding-bottom: 88px !important;
  }
  .pb-xl-23 {
    padding-bottom: 92px !important;
  }
  .pb-xl-24 {
    padding-bottom: 96px !important;
  }
  .pb-xl-25 {
    padding-bottom: 100px !important;
  }
  .pb-xl-26 {
    padding-bottom: 104px !important;
  }
  .pb-xl-27 {
    padding-bottom: 108px !important;
  }
  .pb-xl-28 {
    padding-bottom: 112px !important;
  }
  .pb-xl-29 {
    padding-bottom: 116px !important;
  }
  .pb-xl-30 {
    padding-bottom: 120px !important;
  }
  .pl-xl-0 {
    padding-left: 0px !important;
  }
  .pl-xl-1 {
    padding-left: 4px !important;
  }
  .pl-xl-2 {
    padding-left: 8px !important;
  }
  .pl-xl-3 {
    padding-left: 12px !important;
  }
  .pl-xl-4 {
    padding-left: 16px !important;
  }
  .pl-xl-5 {
    padding-left: 20px !important;
  }
  .pl-xl-6 {
    padding-left: 24px !important;
  }
  .pl-xl-7 {
    padding-left: 28px !important;
  }
  .pl-xl-8 {
    padding-left: 32px !important;
  }
  .pl-xl-9 {
    padding-left: 36px !important;
  }
  .pl-xl-10 {
    padding-left: 40px !important;
  }
  .pl-xl-11 {
    padding-left: 44px !important;
  }
  .pl-xl-12 {
    padding-left: 48px !important;
  }
  .pl-xl-13 {
    padding-left: 52px !important;
  }
  .pl-xl-14 {
    padding-left: 56px !important;
  }
  .pl-xl-15 {
    padding-left: 60px !important;
  }
  .pl-xl-16 {
    padding-left: 64px !important;
  }
  .pl-xl-17 {
    padding-left: 68px !important;
  }
  .pl-xl-18 {
    padding-left: 72px !important;
  }
  .pl-xl-19 {
    padding-left: 76px !important;
  }
  .pl-xl-20 {
    padding-left: 80px !important;
  }
  .pl-xl-21 {
    padding-left: 84px !important;
  }
  .pl-xl-22 {
    padding-left: 88px !important;
  }
  .pl-xl-23 {
    padding-left: 92px !important;
  }
  .pl-xl-24 {
    padding-left: 96px !important;
  }
  .pl-xl-25 {
    padding-left: 100px !important;
  }
  .pl-xl-26 {
    padding-left: 104px !important;
  }
  .pl-xl-27 {
    padding-left: 108px !important;
  }
  .pl-xl-28 {
    padding-left: 112px !important;
  }
  .pl-xl-29 {
    padding-left: 116px !important;
  }
  .pl-xl-30 {
    padding-left: 120px !important;
  }
}
@font-face {
  font-family: "KudryashevHeadline";
  src: url(/fonts/KudryashevHeadline.woff?98f1f7c890b33bc8e170b398ab454e1c) format("woff"), url(/fonts/KudryashevHeadline.woff2?f32f1ffc8f3cd39188d6c53be1c1c046) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-family: "TenorSans";
  src: url(/fonts/TenorSans-Regular.woff?376b88c1635dae964eee930b7108af13) format("woff"), url(/fonts/TenorSans-Regular.woff2?2246f06146be3e96566c644e51460140) format("woff2");
  font-style: normal;
}
@font-face {
  font-weight: 400;
  font-family: "Manrope";
  src: url(/fonts/Manrope-Regular.woff?d9217a74b277ef214eb47088147f1886) format("woff"), url(/fonts/Manrope-Regular.woff2?2e6d3d21cb34c92a8f7a57b78fd6b800) format("woff2");
  font-style: normal;
}
@font-face {
  font-weight: 500;
  font-family: "Manrope";
  src: url(/fonts/Manrope-Medium.woff?0fc2edbac0dd1c541f232ea3c84d1147) format("woff"), url(/fonts/Manrope-Medium.woff2?0b33f41eb1974d58060a5c2c92386eba) format("woff2");
  font-style: normal;
}
@font-face {
  font-weight: 700;
  font-family: "Manrope";
  src: url(/fonts/Manrope-Bold.woff?086a549676bbdfd90c4c0e01d9991a24) format("woff"), url(/fonts/Manrope-Bold.woff2?29881e5d43ff99584f9cbdda59270827) format("woff2");
  font-style: normal;
}
:root {
  --view-width: 100vw;
  --content-width: 1410px;
  --content-gap: 0;
  --app-height: 100vh;
  --app-width: 100vw;
}
@media (max-width: 1023px) {
  :root {
    --content-gap: 44px;
  }
}
@media (max-width: 767px) {
  :root {
    --content-gap: 12px;
  }
}

html.fixed {
  overflow: hidden;
}

html {
  font-size: 1px;
}
@media (max-width: 1679px) {
  html {
    font-size: calc(var(--view-width) / 100 / 16.8);
  }
}
@media (max-width: 1023px) {
  html {
    font-size: calc(var(--view-width) / 100 / 7.68);
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1px;
  }
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #373745;
  font-size: 16px;
  line-height: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  min-width: 375px;
  overflow-x: hidden;
}
@media (max-width: 1679px) {
  body {
    font-size: calc(0.9523809524 * var(--view-width) / 100);
    line-height: calc(1.0714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  body {
    font-size: calc(2.0833333333 * var(--view-width) / 100);
    line-height: calc(2.34375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 18px;
  }
}

.page-wrapper {
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-rows: 1fr max-content;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-wrapper {
    min-height: calc(var(--app-height));
  }
}
.page-wrapper.white-header .header {
  background: #fff;
  border-bottom: 1px solid #F5F5F5;
  box-sizing: border-box;
}
.page-wrapper.white-header .header .header-logo__link-icon {
  color: #373745;
}
.page-wrapper.white-header .header .header-logo__link-line, .page-wrapper.white-header .header .header-logo__link-text {
  color: #818186;
}
.page-wrapper.white-header .header__wrapper {
  color: #1D1D1B;
}
.page-wrapper.white-header .header__wrapper::after {
  content: none;
}
.page-wrapper.white-header .header__consultation-button {
  color: #fff;
  background: #373745;
  stroke: #fff;
}
@media (hover: hover) {
  .page-wrapper.white-header .header__consultation-button:hover {
    color: #fff;
    background: #818186;
    stroke: #fff;
  }
}
.page-wrapper.white-header .header__consultation-mobile-button {
  color: #373745;
}
.page-wrapper.white-header .header__search-icon {
  color: #373745;
}
.page-wrapper.white-header .header__burger-button.burger-button::before, .page-wrapper.white-header .header__burger-button.burger-button::after {
  background: #373745;
}
.page-wrapper--plug .header,
.page-wrapper--plug .footer {
  display: none;
}
.page-wrapper--plug .page-content {
  background: #7C858E;
}
.page-wrapper .page-content {
  padding-top: 90px;
}
@media (max-width: 1679px) {
  .page-wrapper .page-content {
    padding-top: calc(5.3571428571 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .page-wrapper .page-content {
    padding-top: calc(10.4166666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .page-wrapper .page-content {
    padding-top: 60px;
  }
}
.page-wrapper .wow {
  visibility: hidden;
}

.circle-button {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media (max-width: 1679px) {
  .circle-button {
    gap: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .circle-button {
    gap: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .circle-button {
    gap: 10px;
  }
}
.circle-button__wrapper {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .circle-button__wrapper {
    width: calc(3.8095238095 * var(--view-width) / 100);
    height: calc(3.8095238095 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .circle-button__wrapper {
    width: calc(6.25 * var(--view-width) / 100);
    height: calc(6.25 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .circle-button__wrapper {
    width: 48px;
    height: 48px;
  }
}
.circle-button.without-fill svg {
  fill: none;
  stroke: currentColor;
}
.circle-button.play-button svg {
  transform: translateX(3px);
}
.circle-button--red .circle-button__wrapper {
  background: #8DD2D1;
  color: #fff;
}
.circle-button--red .circle-button__text {
  color: #8DD2D1;
}
@media (hover: hover) {
  .circle-button--red:hover .circle-button__wrapper {
    background: #4BB5B3;
  }
}
.circle-button--white .circle-button__wrapper {
  background: #fff;
  color: #8DD2D1;
}
@media (hover: hover) {
  .circle-button--white:hover .circle-button__wrapper {
    background: #4BB5B3;
    color: #fff;
  }
}
.circle-button--transparent .circle-button__wrapper {
  background: transparent;
  border: 1px solid #fff;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
@media (hover: hover) {
  .circle-button--transparent:hover .circle-button__wrapper {
    background: #8DD2D1;
    border-color: #8DD2D1;
  }
}
.circle-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
@media (max-width: 1679px) {
  .circle-button svg {
    width: calc(1.0714285714 * var(--view-width) / 100);
    height: calc(1.0714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .circle-button svg {
    width: calc(2.0833333333 * var(--view-width) / 100);
    height: calc(2.0833333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .circle-button svg {
    width: 16px;
    height: 16px;
  }
}

.button-top {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border: 1px solid #F4F7FA;
  border-radius: 100%;
  color: #8DD2D1;
  cursor: pointer;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .button-top {
    width: calc(3.8095238095 * var(--view-width) / 100);
    height: calc(3.8095238095 * var(--view-width) / 100);
    padding: calc(1.3095238095 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .button-top {
    width: calc(8.3333333333 * var(--view-width) / 100);
    height: calc(8.3333333333 * var(--view-width) / 100);
    padding: calc(2.8645833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .button-top {
    width: 64px;
    height: 64px;
    padding: 22px;
  }
}
@media (hover: hover) {
  .button-top:hover {
    background: #8DD2D1;
    border-color: #8DD2D1;
    color: #fff;
  }
}
.button-top svg {
  stroke: currentColor;
  fill: none;
}

.red {
  color: #952B42;
}

.text-white {
  color: #fff;
}

.text-green {
  color: #8DD2D1;
}

.text-green-dark {
  color: #4BB5B3;
}

.text-gray {
  color: #B2B9BF;
}

.text-gray-medium {
  color: #818186;
}

.text-gray-dark {
  color: #373745;
}

.text-error {
  color: #F00;
}

.bg-error {
  background-color: #F00;
}

.pulse-white-dots {
  display: block;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
}
@media (max-width: 1679px) {
  .pulse-white-dots {
    width: calc(1.7857142857 * var(--view-width) / 100);
    height: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .pulse-white-dots {
    width: calc(2.6041666667 * var(--view-width) / 100);
    height: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .pulse-white-dots {
    width: 18px;
    height: 18px;
  }
}
.pulse-white-dots:before, .pulse-white-dots:after {
  background: #fff;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 100%;
  animation: animationPulseDots 2.5s linear infinite;
}
.pulse-white-dots:after {
  animation-delay: 1.25s;
}

.circle-animation {
  display: none;
  aspect-ratio: 1;
  border-radius: 100%;
  border: 2px solid #4BB5B3;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}
@media (max-width: 767px) {
  .circle-animation {
    top: -2px;
    left: -2px;
  }
}

.swipe-icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1D1D1B;
  position: absolute;
  border-radius: 100%;
  right: 20px;
  bottom: 117px;
  color: #fff;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  animation: animationRotateSmall 1s ease-in-out infinite;
  z-index: 1;
}
@media (min-width: 768px) {
  .swipe-icon {
    display: none;
  }
}
.swipe-icon.hide {
  opacity: 0;
}
.swipe-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
@media (max-width: 1679px) {
  .swipe-icon svg {
    width: calc(1.6666666667 * var(--view-width) / 100);
    height: calc(1.6666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .swipe-icon svg {
    width: calc(3.6458333333 * var(--view-width) / 100);
    height: calc(3.6458333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .swipe-icon svg {
    width: 28px;
    height: 28px;
  }
}

.svk-logo-link__logo-icon {
  color: #fff;
  fill: currentColor;
  width: 16.676px;
  height: 13.341px;
}
@media (max-width: 1679px) {
  .svk-logo-link__logo-icon {
    width: calc(0.9926190476 * var(--view-width) / 100);
    height: calc(0.7941071429 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .svk-logo-link__logo-icon {
    width: calc(2.0264322917 * var(--view-width) / 100);
    height: calc(1.6212239583 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .svk-logo-link__logo-icon {
    width: 13.34px;
    height: 10.672px;
  }
}
.svk-logo-link__text-icon {
  color: #fff;
  fill: currentColor;
  width: 75.32px;
  height: 13.541px;
}
@media (max-width: 1679px) {
  .svk-logo-link__text-icon {
    width: calc(4.4833333333 * var(--view-width) / 100);
    height: calc(0.8060119048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .svk-logo-link__text-icon {
    width: calc(9.1529947917 * var(--view-width) / 100);
    height: calc(1.6454427083 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .svk-logo-link__text-icon {
    width: 60.253px;
    height: 10.832px;
  }
}

.page-margin-bottom {
  margin-bottom: calc(7.1428571429 * var(--view-width) / 100);
}
@media (max-width: 1023px) {
  .page-margin-bottom {
    margin-bottom: calc(8.59375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .page-margin-bottom {
    margin-bottom: 52px;
  }
}

.lantox {
  text-transform: uppercase;
}

.detail-about-package {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 44rem;
  font-size: 14rem;
  line-height: 20rem;
  color: #818186;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 1023px) {
  .detail-about-package {
    display: none;
  }
}

.only-mobile {
  display: none;
}
@media (max-width: 767px) {
  .only-mobile {
    display: flex;
  }
}

.not-mobile {
  display: flex;
}
@media (max-width: 767px) {
  .not-mobile {
    display: none;
  }
}

.universal-anchor {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -100;
  top: -105rem;
}
@media (max-width: 767px) {
  .universal-anchor {
    top: -70rem;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.hidden {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.no-gap {
  margin: 0 !important;
}

.container {
  width: calc(var(--content-width));
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1679px) {
  .container {
    width: calc(83.9285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .container {
    width: var(--app-width, 100%);
    margin: 0;
    padding-left: calc(5.2083333333 * var(--view-width) / 100);
    padding-right: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: var(--content-gap);
    padding-right: var(--content-gap);
  }
}

.header-container {
  width: 1648px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1679px) {
  .header-container {
    width: calc(98.0952380952 * var(--view-width) / 100);
    padding-left: calc(2.380952381 * var(--view-width) / 100);
    padding-right: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .header-container {
    width: var(--app-width, 100%);
    margin: 0;
    padding-left: calc(5.2083333333 * var(--view-width) / 100);
    padding-right: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .header-container {
    padding-left: var(--content-gap);
    padding-right: var(--content-gap);
  }
}

@keyframes animationRotate {
  from {
    transform: rotate(360deg);
  }
}
@keyframes animationRotateSmall {
  0% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(-60deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes animationPulseDots {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    transform: scale(2.25);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fromOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes toOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animationTimer {
  0% {
    clip-path: polygon(50% 50%, 50% -21%, -21% 50%, 50% 121%, 121% 50%, 50% -21%);
  }
  25% {
    clip-path: polygon(50% 50%, 50% -21%, -21% 50%, 50% 121%, 121% 50%, 121% 50%);
  }
  50% {
    clip-path: polygon(50% 50%, 50% -21%, -21% 50%, 50% 121%, 50% 121%, 50% 121%);
  }
  75% {
    clip-path: polygon(50% 50%, 50% -21%, -21% 50%, -21% 50%, -21% 50%, -21% 50%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% -21%, 50% -21%, 50% -21%, 50% -21%, 50% -21%);
  }
}
@keyframes upAndDown {
  0% {
    transform: translateX(-50%) translateY(-50%);
  }
  25% {
    transform: translateX(-50%) translateY(-35%);
  }
  50% {
    transform: translateX(-50%) translateY(-50%);
  }
  75% {
    transform: translateX(-50%) translateY(-75%);
  }
  100% {
    transform: translateX(-50%) translateY(-50%);
  }
}
@keyframes arrowDown {
  0% {
    transform: translate(-50%, -60%);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -20%);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.articles-page__search input::-moz-placeholder {
  font-family: "TenorSans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.button,
.articles-page__search input::placeholder,
.articles-page__search input {
  font-family: "TenorSans", sans-serif;
}

h1, .h1 {
  font-size: 90px;
  font-weight: 400;
  line-height: 100px;
  letter-spacing: -5.4px;
}
@media (max-width: 1679px) {
  h1, .h1 {
    font-size: calc(5.3571428571 * var(--view-width) / 100);
    line-height: calc(5.9523809524 * var(--view-width) / 100);
    letter-spacing: calc(-0.3214285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: calc(8.59375 * var(--view-width) / 100);
    line-height: calc(9.1145833333 * var(--view-width) / 100);
    letter-spacing: calc(-0.515625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -2.16px;
  }
}

h2, .h2 {
  font-size: 56px;
  line-height: 56px;
  font-weight: 400;
}
@media (max-width: 1679px) {
  h2, .h2 {
    font-size: calc(3.3333333333 * var(--view-width) / 100);
    line-height: calc(3.3333333333 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  h2, .h2 {
    font-size: calc(4.6875 * var(--view-width) / 100);
    line-height: calc(4.6875 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 28px;
  }
}

h3, .h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 1679px) {
  h3, .h3 {
    font-size: calc(1.7857142857 * var(--view-width) / 100);
    line-height: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  h3, .h3 {
    font-size: calc(3.125 * var(--view-width) / 100);
    line-height: calc(4.4270833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 20px;
    line-height: 22px;
  }
}

h4, .h4 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 1679px) {
  h4, .h4 {
    font-size: calc(1.6666666667 * var(--view-width) / 100);
    line-height: calc(1.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  h4, .h4 {
    font-size: calc(2.8645833333 * var(--view-width) / 100);
    line-height: calc(2.8645833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 22px;
    line-height: 22px;
  }
}

h5, .h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1679px) {
  h5, .h5 {
    font-size: calc(1.1904761905 * var(--view-width) / 100);
    line-height: calc(1.5476190476 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  h5, .h5 {
    font-size: calc(2.34375 * var(--view-width) / 100);
    line-height: calc(2.8645833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 16px;
    line-height: 22px;
  }
}

.articles-page__search input::-moz-placeholder {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

h6, .h6, .button, .articles-page__search input::placeholder, .articles-page__search input {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
@media (max-width: 1679px) {
  .articles-page__search input::-moz-placeholder {
    font-size: calc(1.0714285714 * var(--view-width) / 100);
    line-height: calc(1.4285714286 * var(--view-width) / 100);
  }
  h6, .h6, .button, .articles-page__search input::placeholder, .articles-page__search input {
    font-size: calc(1.0714285714 * var(--view-width) / 100);
    line-height: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .articles-page__search input::-moz-placeholder {
    font-size: calc(2.0833333333 * var(--view-width) / 100);
    line-height: calc(2.6041666667 * var(--view-width) / 100);
  }
  h6, .h6, .button, .articles-page__search input::placeholder, .articles-page__search input {
    font-size: calc(2.0833333333 * var(--view-width) / 100);
    line-height: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .articles-page__search input::-moz-placeholder {
    font-size: 14px;
    line-height: 20px;
  }
  h6, .h6, .button, .articles-page__search input::placeholder, .articles-page__search input {
    font-size: 14px;
    line-height: 20px;
  }
}

.label {
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1679px) {
  .label {
    font-size: calc(0.5952380952 * var(--view-width) / 100);
    line-height: calc(0.9523809524 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .label {
    font-size: calc(1.3020833333 * var(--view-width) / 100);
    line-height: calc(1.8229166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .label {
    font-size: 10px;
    line-height: 14px;
  }
}

.number {
  font-size: 64px;
  line-height: 84px;
  font-family: "KudryashevHeadline", sans-serif;
}
@media (max-width: 1679px) {
  .number {
    font-size: calc(3.8095238095 * var(--view-width) / 100);
    line-height: calc(5 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .number {
    font-size: calc(5.46875 * var(--view-width) / 100);
    line-height: calc(7.03125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .number {
    font-size: 42px;
    line-height: 54px;
  }
}

.text, .button--small {
  font-size: 18rem;
  font-weight: 400;
  line-height: 24rem;
}
@media (max-width: 1679px) {
  .text, .button--small {
    font-size: calc(1.0714285714 * var(--view-width) / 100);
    line-height: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .text, .button--small {
    font-size: calc(1.953125 * var(--view-width) / 100);
    line-height: calc(2.34375 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .text, .button--small {
    font-size: 14rem;
    line-height: 18rem;
  }
}

.text-caption {
  font-size: 14rem;
  font-weight: 500;
  line-height: 20rem;
}
@media (max-width: 1679px) {
  .text-caption {
    font-size: calc(0.8333333333 * var(--view-width) / 100);
    line-height: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .text-caption {
    font-size: calc(1.6927083333 * var(--view-width) / 100);
    line-height: calc(1.8229166667 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .text-caption {
    font-size: 12rem;
    line-height: 12rem;
  }
}

.text-caption-small {
  font-size: 12rem;
  font-weight: 500;
  line-height: 16rem;
  text-transform: uppercase;
}
@media (max-width: 1679px) {
  .text-caption-small {
    font-size: calc(0.7142857143 * var(--view-width) / 100);
    line-height: calc(0.9523809524 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .text-caption-small {
    font-size: calc(1.5625 * var(--view-width) / 100);
    line-height: calc(1.8229166667 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .text-caption-small {
    font-size: 12rem;
    line-height: 14rem;
  }
}

.text-capitalize {
  text-transform: capitalize;
}

.text-500 {
  font-weight: 500;
}

.main-page-mechanism-section-points__item-text {
  font-size: 14rem;
  line-height: 20rem;
  padding: 6rem 12rem;
  font-weight: 500;
}

.about-product-page h1 {
  font-weight: 400;
  font-size: 56rem;
  line-height: 60rem;
  letter-spacing: -1.12rem;
}
@media (max-width: 1023px) {
  .about-product-page h1 {
    font-size: 40rem;
    line-height: 40rem;
    letter-spacing: -0.8rem;
  }
}
@media (max-width: 767px) {
  .about-product-page h1 {
    font-size: 28rem;
    line-height: 28rem;
    letter-spacing: -0.56rem;
  }
}
.about-product-page .description-items-block {
  margin: 80rem auto 98rem;
}
@media (max-width: 1023px) {
  .about-product-page .description-items-block {
    margin: 36rem 0 20rem;
  }
}
@media (max-width: 767px) {
  .about-product-page .description-items-block {
    margin: 36rem 0 24rem;
  }
}
.about-product-page .main-page-mechanism-section {
  display: flex;
}
.about-product-page .main-page__section-container {
  width: 1400rem;
}
@media (max-width: 1023px) {
  .about-product-page .main-page__section-container {
    width: 100%;
  }
}
.about-product-page .main-page-faq-section .main-page-faq-section__container,
.about-product-page .main-page-faq-section {
  background-color: #fff;
}
.about-product-page__first-screen-block.grid-block-with-image {
  margin-top: 0;
  margin-bottom: 122px;
}
@media (max-width: 1679px) {
  .about-product-page__first-screen-block.grid-block-with-image {
    margin-bottom: calc(7.2619047619 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__first-screen-block.grid-block-with-image {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: calc(4.6875 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__first-screen-block.grid-block-with-image {
    margin-bottom: 30px;
  }
}
.about-product-page__first-screen-block .grid-block-with-image__left {
  grid-column: span 4;
}
.about-product-page__first-screen-block .grid-block-with-image__right {
  grid-column: 6/-1;
  margin-bottom: -33px;
  margin-top: -33px;
}
@media (max-width: 1679px) {
  .about-product-page__first-screen-block .grid-block-with-image__right {
    margin-top: calc(-1.9642857143 * var(--view-width) / 100);
    margin-bottom: calc(-1.9642857143 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__first-screen-block .grid-block-with-image__right {
    margin-top: 0;
    margin-bottom: calc(5.2083333333 * var(--view-width) / 100);
    order: -1;
  }
}
@media (max-width: 767px) {
  .about-product-page__first-screen-block .grid-block-with-image__right {
    width: 100%;
    margin-top: 40px;
  }
}
.about-product-page__first-screen-block .grid-block-with-image__image {
  width: 1192px;
  height: 488px;
}
@media (max-width: 1679px) {
  .about-product-page__first-screen-block .grid-block-with-image__image {
    width: calc(70.9523809524 * var(--view-width) / 100);
    height: calc(29.0476190476 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__first-screen-block .grid-block-with-image__image {
    width: calc(121.7447916667 * var(--view-width) / 100);
    height: calc(49.7395833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__first-screen-block .grid-block-with-image__image {
    width: calc(100% + 96px);
    height: auto;
  }
}
.about-product-page__first-screen-block .grid-block-with-image__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-product-page__first-screen-buttons {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 1679px) {
  .about-product-page__first-screen-buttons {
    gap: calc(1.1904761905 * var(--view-width) / 100);
    margin-top: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__first-screen-buttons {
    gap: calc(1.3020833333 * var(--view-width) / 100);
    margin-top: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__first-screen-buttons {
    gap: 10px;
    margin-top: 20px;
  }
}
.about-product-page__first-screen-buttons .circle-button,
.about-product-page__first-screen-buttons .button {
  position: relative;
  z-index: 2;
}
.about-product-page__first-screen-descriptions ul {
  list-style: inside;
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .about-product-page__first-screen-descriptions ul {
    margin-bottom: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__first-screen-descriptions ul {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__first-screen-descriptions ul {
    margin-bottom: 20px;
  }
}
.about-product-page__first-screen-descriptions ul li {
  padding-left: 10px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
@media (max-width: 1679px) {
  .about-product-page__first-screen-descriptions ul li {
    padding-left: calc(0.5952380952 * var(--view-width) / 100);
    font-size: calc(1.1904761905 * var(--view-width) / 100);
    line-height: calc(1.5476190476 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__first-screen-descriptions ul li {
    padding-left: calc(1.3020833333 * var(--view-width) / 100);
    font-size: calc(2.6041666667 * var(--view-width) / 100);
    line-height: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__first-screen-descriptions ul li {
    padding-left: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}
.about-product-page__first-screen-descriptions h4 {
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .about-product-page__first-screen-descriptions h4 {
    margin-bottom: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__first-screen-descriptions h4 {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__first-screen-descriptions h4 {
    margin-bottom: 20px;
  }
}
.about-product-page__documents {
  display: flex;
  flex-wrap: wrap;
  gap: 30rem;
  margin-bottom: 80rem;
}
@media (max-width: 1679px) {
  .about-product-page__documents {
    gap: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__documents {
    gap: 20rem;
  }
}
@media (max-width: 767px) {
  .about-product-page__documents {
    gap: 10px;
  }
}
.about-product-page__documents .additional-materials__download-file {
  width: calc(25% - 22.5rem);
}
@media (max-width: 1023px) {
  .about-product-page__documents .additional-materials__download-file {
    width: calc(50% - 10rem);
  }
}
@media (max-width: 767px) {
  .about-product-page__documents .additional-materials__download-file {
    width: 100%;
  }
}
.about-product-page__title {
  width: 100%;
  margin-top: 46px;
  margin-bottom: 80px;
}
@media (max-width: 1679px) {
  .about-product-page__title {
    margin-top: calc(2.7380952381 * var(--view-width) / 100);
    margin-bottom: calc(4.7619047619 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__title {
    margin-top: calc(2.6041666667 * var(--view-width) / 100);
    margin-bottom: calc(4.6875 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__title {
    margin-top: 16px;
    margin-bottom: 26px;
  }
}
.about-product-page__title img {
  width: 100%;
  height: auto;
}
.about-product-page__application-block.grid-block-with-image {
  margin-top: 138px;
  margin-bottom: 138px;
}
@media (max-width: 1679px) {
  .about-product-page__application-block.grid-block-with-image {
    margin-bottom: calc(8.2142857143 * var(--view-width) / 100);
    margin-top: calc(8.2142857143 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__application-block.grid-block-with-image {
    display: grid;
    margin-bottom: calc(7.5520833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__application-block.grid-block-with-image {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .about-product-page__application-block .grid-block-with-image__left {
    margin-bottom: 30px;
  }
}
.about-product-page__four-cards-block {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #F4F7FA;
}
@media (max-width: 1679px) {
  .about-product-page__four-cards-block {
    padding-top: calc(5.3571428571 * var(--view-width) / 100);
    padding-bottom: calc(5.3571428571 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__four-cards-block {
    padding-top: calc(6.5104166667 * var(--view-width) / 100);
    padding-bottom: calc(6.5104166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__four-cards-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.about-product-page__banner {
  background: #818186;
  height: 740px;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .about-product-page__banner {
    height: calc(44.0476190476 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__banner {
    height: calc(54.0364583333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__banner {
    height: 610px;
  }
}
.about-product-page__banner-wrapper {
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .about-product-page__banner-wrapper {
    align-items: flex-start;
  }
}
.about-product-page__banner-content {
  width: 592px;
  margin-right: 114px;
  color: #fff;
  position: relative;
}
@media (max-width: 1679px) {
  .about-product-page__banner-content {
    width: calc(35.2380952381 * var(--view-width) / 100);
    margin-right: calc(6.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__banner-content {
    width: calc(48.1770833333 * var(--view-width) / 100);
    margin-right: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__banner-content {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 50px;
  }
}
.about-product-page__banner-content .h3 {
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .about-product-page__banner-content .h3 {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__banner-content .h3 {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__banner-content .h3 {
    margin-bottom: 20px;
  }
}
.about-product-page__banner-content .circle-button__text {
  color: #fff;
}
.about-product-page__banner-women {
  position: absolute;
  left: -292px;
  top: -97px;
  width: 1443px;
  height: 980px;
}
@media (max-width: 1679px) {
  .about-product-page__banner-women {
    left: calc(-17.380952381 * var(--view-width) / 100);
    top: calc(-5.7738095238 * var(--view-width) / 100);
    width: calc(85.8928571429 * var(--view-width) / 100);
    height: calc(58.3333333333 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__banner-women {
    left: calc(-23.828125 * var(--view-width) / 100);
    top: calc(2.2135416667 * var(--view-width) / 100);
    width: calc(87.890625 * var(--view-width) / 100);
    height: calc(59.765625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__banner-women {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -45px;
    width: 507px;
    height: 345px;
  }
}
.about-product-page__safety.grid-block-with-image {
  margin-top: 90px;
  margin-bottom: 138px;
}
@media (max-width: 1679px) {
  .about-product-page__safety.grid-block-with-image {
    margin-top: calc(5.3571428571 * var(--view-width) / 100);
    margin-bottom: calc(8.2142857143 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__safety.grid-block-with-image {
    display: flex;
    flex-direction: column;
    gap: calc(5.2083333333 * var(--view-width) / 100);
    margin-top: calc(5.2083333333 * var(--view-width) / 100);
    margin-bottom: calc(9.1145833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__safety.grid-block-with-image {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.about-product-page__safety .grid-block-with-image__right {
  grid-column: 8/-1;
}
.about-product-page__safety-title {
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .about-product-page__safety-title {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__safety-title {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__safety-title {
    margin-bottom: 20px;
  }
}
.about-product-page__safety-text {
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .about-product-page__safety-text {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__safety-text {
    margin-bottom: calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__safety-text {
    margin-bottom: 30px;
  }
}
.about-product-page__safety-label {
  display: block;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 1679px) {
  .about-product-page__safety-label {
    margin-bottom: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__safety-label {
    margin-bottom: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__safety-label {
    margin-bottom: 10px;
  }
}
.about-product-page__safety-icon {
  width: 106px;
  height: 120px;
  flex-shrink: 0;
}
@media (max-width: 1679px) {
  .about-product-page__safety-icon {
    width: calc(6.3095238095 * var(--view-width) / 100);
    height: calc(7.1428571429 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__safety-icon {
    width: calc(7.8125 * var(--view-width) / 100);
    height: calc(8.8541666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__safety-icon {
    width: 60px;
    height: 68px;
  }
}
.about-product-page__safety-icon img {
  width: 100%;
  height: 100%;
}
.about-product-page__safety-card {
  display: flex;
  flex-direction: column;
  padding: 105px 40px 40px;
  background: #952B42;
  border-radius: 40px;
  color: #fff;
  gap: 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .about-product-page__safety-card {
    padding: calc(6.25 * var(--view-width) / 100) calc(2.380952381 * var(--view-width) / 100) calc(2.380952381 * var(--view-width) / 100);
    border-radius: calc(2.380952381 * var(--view-width) / 100);
    gap: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__safety-card {
    padding: calc(3.90625 * var(--view-width) / 100);
    border-radius: calc(3.90625 * var(--view-width) / 100);
    gap: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__safety-card {
    padding: 30px;
    border-radius: 30px;
    gap: 20px;
  }
}
.about-product-page__safety-card-decor {
  position: absolute;
  width: 829px;
  height: 850px;
  top: 0;
  left: 70px;
  opacity: 0.5;
}
@media (max-width: 1679px) {
  .about-product-page__safety-card-decor {
    width: calc(49.3452380952 * var(--view-width) / 100);
    height: calc(50.5952380952 * var(--view-width) / 100);
    left: calc(4.1666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__safety-card-decor {
    width: calc(68.8802083333 * var(--view-width) / 100);
    height: calc(71.6145833333 * var(--view-width) / 100);
    top: calc(-11.0677083333 * var(--view-width) / 100);
    left: calc(41.796875 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__safety-card-decor {
    width: 656px;
    height: 682px;
    top: -70px;
    left: -70px;
  }
}
.about-product-page__safety-card-decor img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-product-page__safety-card-icon, .about-product-page__safety-card-title, .about-product-page__safety-card-text, .about-product-page__safety-card-subtext {
  position: relative;
}
.about-product-page__safety-buttons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 1679px) {
  .about-product-page__safety-buttons {
    gap: calc(1.1904761905 * var(--view-width) / 100);
    margin-top: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__safety-buttons {
    gap: calc(2.6041666667 * var(--view-width) / 100);
    margin-top: calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__safety-buttons {
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }
}
.about-product-page__safety-buttons .button {
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .about-product-page__safety-buttons .button {
    text-align: center;
    width: calc(43.4895833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__safety-buttons .button {
    width: 100%;
  }
}
.about-product-page__block-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 1679px) {
  .about-product-page__block-image {
    display: block;
    margin-bottom: calc(3.8095238095 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__block-image {
    margin-bottom: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__block-image {
    width: 100vw;
    margin-bottom: 40px;
  }
}
.about-product-page__block-image-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 100px;
  font-size: 64px;
  line-height: 70px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 1679px) {
  .about-product-page__block-image-title {
    margin-bottom: calc(5.9523809524 * var(--view-width) / 100);
    font-size: calc(3.8095238095 * var(--view-width) / 100);
    line-height: calc(4.1666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__block-image-title {
    margin-bottom: calc(3.90625 * var(--view-width) / 100);
    font-size: calc(5.46875 * var(--view-width) / 100);
    line-height: calc(5.9895833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__block-image-title {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 35px;
  }
}
.about-product-page__block-image-content {
  width: 1550px;
  height: 480px;
  transform: translateX(129px);
}
@media (max-width: 1679px) {
  .about-product-page__block-image-content {
    width: calc(92.2619047619 * var(--view-width) / 100);
    height: calc(28.5714285714 * var(--view-width) / 100);
    margin-left: auto;
    transform: none;
  }
}
@media (max-width: 1023px) {
  .about-product-page__block-image-content {
    width: calc(107.6822916667 * var(--view-width) / 100);
    height: calc(33.3333333333 * var(--view-width) / 100);
    margin-right: calc(-11.71875 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__block-image-content {
    margin-left: 0;
    margin-right: 0;
    width: 440px;
    height: 136px;
    left: 50%;
    transform: translateX(-206px);
    position: relative;
  }
}
.about-product-page__block-image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-product-page__technology {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media (max-width: 1679px) {
  .about-product-page__technology {
    margin-top: calc(5.3571428571 * var(--view-width) / 100);
    margin-bottom: calc(5.3571428571 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__technology {
    margin-top: calc(5.2083333333 * var(--view-width) / 100);
    margin-bottom: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__technology {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .about-product-page__technology .slider {
    display: flex;
    flex-direction: column-reverse;
  }
}
.about-product-page__technology .slider::before, .about-product-page__technology .slider::after {
  content: none;
}
@media (max-width: 1023px) {
  .about-product-page__technology .slider .slider__controls {
    margin-bottom: calc(3.90625 * var(--view-width) / 100);
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .about-product-page__technology .slider .slider__controls {
    display: none;
  }
}
.about-product-page__technology .slider .swiper-slide {
  height: 360px;
}
@media (max-width: 1679px) {
  .about-product-page__technology .slider .swiper-slide {
    height: calc(21.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__technology .slider .swiper-slide {
    height: calc(41.6666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__technology .slider .swiper-slide {
    height: 320px;
  }
}
.about-product-page__technology .slider .swiper-slide.technology-card {
  width: 450px;
}
@media (max-width: 1679px) {
  .about-product-page__technology .slider .swiper-slide.technology-card {
    width: calc(26.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__technology .slider .swiper-slide.technology-card {
    width: calc(40.3645833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__technology .slider .swiper-slide.technology-card {
    width: 310px;
  }
}
.about-product-page__technology .slider .swiper-slide:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1679px) {
  .about-product-page__technology .slider .swiper-slide:not(:last-child) {
    margin-right: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__technology .slider .swiper-slide:not(:last-child) {
    margin-right: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__technology .slider .swiper-slide:not(:last-child) {
    margin-right: 10px;
  }
}
.about-product-page__technology-list {
  position: relative;
}
.about-product-page__results {
  margin-bottom: 90px;
}
@media (max-width: 1679px) {
  .about-product-page__results {
    margin-bottom: calc(5.3571428571 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__results {
    margin-bottom: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__results {
    margin-bottom: 40px;
  }
}
.about-product-page__results-title {
  margin-bottom: 54px;
}
@media (max-width: 1679px) {
  .about-product-page__results-title {
    margin-bottom: calc(3.2142857143 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__results-title {
    margin-bottom: calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__results-title {
    margin-bottom: 20px;
  }
}
.about-product-page__results-title .label {
  display: block;
  margin-bottom: 10px;
  color: #B2B9BF;
}
@media (max-width: 1679px) {
  .about-product-page__results-title .label {
    margin-bottom: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__results-title .label {
    margin-bottom: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__results-title .label {
    margin-bottom: 10px;
  }
}
.about-product-page__results-list .slider::before, .about-product-page__results-list .slider::after {
  content: none;
}
.about-product-page__results-list .slider__controls {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 1679px) {
  .about-product-page__results-list .slider__controls {
    margin-top: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__results-list .slider__controls {
    margin-top: calc(1.953125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__results-list .slider__controls {
    margin-top: 10px;
  }
}
.about-product-page__results-list .slider__controls-buttons {
  width: 300px;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 1679px) {
  .about-product-page__results-list .slider__controls-buttons {
    width: calc(17.8571428571 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__results-list .slider__controls-buttons {
    width: 100%;
    justify-content: flex-end;
  }
}
.about-product-page__results-list .slider .swiper {
  overflow: hidden;
}
.about-product-page__results-list .slider .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .about-product-page__results-list .slider .swiper-pagination {
    left: 0;
    transform: none;
  }
}
.about-product-page__results-list .slider .swiper-slide {
  width: 688px;
  height: 525px;
}
@media (max-width: 1679px) {
  .about-product-page__results-list .slider .swiper-slide {
    width: calc(40.9523809524 * var(--view-width) / 100);
    height: calc(31.25 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__results-list .slider .swiper-slide {
    width: calc(89.5833333333 * var(--view-width) / 100);
    height: calc(68.359375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__results-list .slider .swiper-slide {
    width: 100%;
    min-height: 0;
    height: 0;
    padding-bottom: 76.3081395349%;
  }
}
.about-product-page__results-list .slider .swiper-slide:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1679px) {
  .about-product-page__results-list .slider .swiper-slide:not(:last-child) {
    margin-right: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__results-list .slider .swiper-slide:not(:last-child) {
    margin-right: calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__results-list .slider .swiper-slide:not(:last-child) {
    margin-right: 30px;
  }
}
.about-product-page__results-item-image {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .about-product-page__results-item-image {
    border-radius: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .about-product-page__results-item-image {
    border-radius: calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .about-product-page__results-item-image {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
  }
}
.about-product-page__results-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accordion__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media (hover: hover) {
  .accordion__button:hover .accordion__button-name, .accordion__button:hover .accordion__icon {
    color: rgba(55, 55, 69, 0.7);
  }
}
.accordion__button-name {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-right: 16px;
  text-align: left;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .accordion__button-name {
    padding-right: calc(0.9523809524 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .accordion__button-name {
    padding-right: calc(2.0833333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .accordion__button-name {
    padding-right: 16px;
  }
}
.accordion__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  color: #373745;
  transform: rotate(0);
}
@media (max-width: 1679px) {
  .accordion__icon {
    width: calc(1.4285714286 * var(--view-width) / 100);
    height: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .accordion__icon {
    width: calc(3.125 * var(--view-width) / 100);
    height: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .accordion__icon {
    width: 24px;
    height: 24px;
  }
}
.accordion__icon svg {
  fill: none;
  stroke: currentColor;
  width: 100%;
  height: 100%;
}
.accordion__item {
  padding: 20px 0;
}
@media (max-width: 1679px) {
  .accordion__item {
    padding: calc(1.1904761905 * var(--view-width) / 100) 0;
  }
}
@media (max-width: 1023px) {
  .accordion__item {
    padding: calc(2.6041666667 * var(--view-width) / 100) 0;
  }
}
@media (max-width: 767px) {
  .accordion__item {
    padding: 20px 0;
  }
}
.accordion__item:first-of-type {
  padding-top: 0;
}
.accordion__item:last-child {
  border-bottom: 1px solid #F4F7FA;
}
.accordion__item:not(:first-of-type) {
  border-top: 1px solid #F4F7FA;
}
.accordion__item.opened .accordion__button-name {
  color: #4BB5B3;
}
.accordion__item.opened .accordion__icon {
  transform: rotate(180deg);
}
.accordion__item-content {
  min-height: 0;
  max-height: 0;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  overflow: hidden;
  color: #B2B9BF;
}
.accordion__item-content-wrapper {
  padding: 20px 0 0;
}
@media (max-width: 1679px) {
  .accordion__item-content-wrapper {
    padding: calc(1.1904761905 * var(--view-width) / 100) 0 0;
  }
}
@media (max-width: 1023px) {
  .accordion__item-content-wrapper {
    padding: calc(2.6041666667 * var(--view-width) / 100) 0 0;
  }
}
@media (max-width: 767px) {
  .accordion__item-content-wrapper {
    padding: 20px 0 0;
  }
}

.additional-materials {
  margin-top: 40rem;
}
.additional-materials__download-files-list {
  margin-top: 20rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .additional-materials__download-files-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 18rem;
  }
}
.additional-materials__download-file {
  border-radius: 24px;
  border: 1px solid #F5F5F5;
  background: #fff;
  display: flex;
  gap: 20px;
  padding: 20rem;
  max-width: 447rem;
  min-height: 88rem;
  height: auto;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .additional-materials__download-file {
    padding: 16rem;
    max-width: 330rem;
  }
}
@media (max-width: 767px) {
  .additional-materials__download-file {
    padding: 12rem;
    max-width: 100%;
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
.additional-materials__download-file-svg {
  height: auto;
}
.additional-materials__download-file-svg svg {
  width: 64rem;
  height: 64rem;
  fill: transparent;
}
@media (max-width: 1023px) {
  .additional-materials__download-file-svg svg {
    width: 52rem;
    height: 52rem;
  }
}
@media (max-width: 767px) {
  .additional-materials__download-file-svg svg {
    width: 48rem;
    height: 48rem;
  }
}
.additional-materials__download-file .download-file-info {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.additional-materials__download-file .download-file-info__name {
  color: #373745;
  font-size: 18rem;
  font-weight: 500;
  line-height: 24rem;
  word-break: break-word;
}
@media (max-width: 1023px) {
  .additional-materials__download-file .download-file-info__name {
    font-size: 16rem;
    line-height: 20rem;
  }
}
@media (max-width: 767px) {
  .additional-materials__download-file .download-file-info__name {
    font-size: 14rem;
  }
}
.additional-materials__download-file .download-file-info__text {
  color: #B2B9BF;
}
.additional-materials__download-file:hover .download-file-info__name,
.additional-materials__download-file:hover .download-file-info__text {
  color: #4BB5B3;
}

.application-section {
  position: relative;
  color: #fff;
}
.application-section.success-state .application-section__title, .application-section.success-state .application-section__description, .application-section.success-state .application-section__form {
  display: none;
}
.application-section.success-state .application-section__success {
  display: block;
}
.application-section__title {
  margin-bottom: 30px;
  font-size: 28rem;
  line-height: 32rem;
}
@media (max-width: 1679px) {
  .application-section__title {
    margin-bottom: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .application-section__title {
    margin-bottom: calc(3.125 * var(--view-width) / 100);
    font-size: 22rem;
    line-height: 22rem;
  }
}
@media (max-width: 767px) {
  .application-section__title {
    margin-bottom: 20px;
  }
}
.application-section__description {
  margin-bottom: 20px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 1679px) {
  .application-section__description {
    margin-bottom: calc(1.1904761905 * var(--view-width) / 100);
    font-size: calc(1.0714285714 * var(--view-width) / 100);
    line-height: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .application-section__description {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
    font-size: calc(2.0833333333 * var(--view-width) / 100);
    line-height: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .application-section__description {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }
}
.application-section__success {
  display: none;
}
.application-section__success-title {
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .application-section__success-title {
    margin-bottom: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .application-section__success-title {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .application-section__success-title {
    margin-bottom: 15px;
  }
}

.articles-detail-page {
  max-width: 1050rem;
}
.articles-detail-page__title {
  margin-bottom: 40rem;
  font-weight: 400;
  line-height: 60px;
}
@media (max-width: 1679px) {
  .articles-detail-page__title {
    line-height: calc(3.5714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .articles-detail-page__title {
    margin-bottom: calc(4.6875 * var(--view-width) / 100);
    font-size: calc(5.2083333333 * var(--view-width) / 100);
    line-height: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .articles-detail-page__title {
    margin-bottom: 24rem;
    font-size: 28rem;
    line-height: 28rem;
  }
}
.articles-detail-page__header-info {
  display: flex;
  flex-direction: column;
  gap: 24rem;
}
@media (max-width: 1023px) {
  .articles-detail-page__header-info {
    margin-bottom: 16rem;
  }
}
.articles-detail-page__header-info-description {
  display: flex;
  justify-content: space-between;
  color: #818186;
}
.articles-detail-page__header-info-description div {
  flex: 50%;
}
.articles-detail-page__header-info-description div.articles-detail-page__header-info-description-date {
  display: flex;
  justify-content: flex-end;
}
.articles-detail-page__header-info-authors {
  color: #373745;
}
.articles-detail-page__video {
  margin-top: 40rem;
}
.articles-detail-page__text-block {
  margin-top: 40rem;
}
@media (max-width: 1679px) {
  .articles-detail-page__text-block {
    margin-top: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .articles-detail-page__text-block {
    margin-bottom: calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .articles-detail-page__text-block {
    margin-top: 32rem;
  }
}

.articles-page-list {
  margin: 40rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1023px) {
  .articles-page-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .articles-page-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.articles-page-list-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.articles-page-list-item__preview {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 320rem;
  border-radius: 24px;
  transform: translateZ(0);
  cursor: pointer;
}
@media (max-width: 1023px) {
  .articles-page-list-item__preview {
    height: 250rem;
  }
}
.articles-page-list-item__preview-tags-list {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
}
.articles-page-list-item__preview-tags-list.tags-list {
  display: none;
}
.articles-page-list-item__preview .preview-link__image {
  display: block;
  width: 100%;
  height: 100%;
}
.articles-page-list-item__preview .preview-link__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.articles-page-list-item__preview .preview-link__image img:hover {
  transform: scale(1.08);
}
.articles-page-list-item__preview .preview-link__image--default {
  background: #8DD2D1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50rem;
}
.articles-page-list-item__preview .preview-link__image--default svg {
  color: #fff;
  display: block;
  max-width: 231rem;
  height: auto;
}
.articles-page-list-item__preview .preview-action-content {
  display: block;
  position: absolute;
  cursor: pointer;
  z-index: 4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.articles-page-list-item__preview .preview-action-content__link {
  display: flex;
  width: 64rem;
  height: 64rem;
  fill: transparent;
  transition: all 0.3s ease;
}
@media (max-width: 1023px) {
  .articles-page-list-item__preview .preview-action-content__link {
    width: 48rem;
    height: 48rem;
  }
}
@media (max-width: 767px) {
  .articles-page-list-item__preview .preview-action-content__link {
    width: 44rem;
    height: 44rem;
  }
}
.articles-page-list-item__preview .preview-action-content__link svg {
  width: 100%;
  height: 100%;
  fill: transparent;
}
.articles-page-list-item__preview .preview-action-content__link--video {
  cursor: auto;
}
@media (hover: hover) {
  .articles-page-list-item__preview .preview-action-content__link:hover:not(.articles-page-list-item__preview .preview-action-content__link--video) {
    width: 70rem;
    height: 70rem;
  }
}
@media (hover: hover) and (max-width: 1023px) {
  .articles-page-list-item__preview .preview-action-content__link:hover:not(.articles-page-list-item__preview .preview-action-content__link--video) {
    width: 54rem;
    height: 54rem;
  }
}
@media (hover: hover) and (max-width: 767px) {
  .articles-page-list-item__preview .preview-action-content__link:hover:not(.articles-page-list-item__preview .preview-action-content__link--video) {
    width: 60rem;
    height: 60rem;
  }
}
.articles-page-list-item .articles-page-list-item-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14rem;
  font-weight: 500;
  line-height: 20rem;
}
@media (max-width: 1679px) {
  .articles-page-list-item .articles-page-list-item-content {
    font-size: calc(0.8333333333 * var(--view-width) / 100);
    line-height: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .articles-page-list-item .articles-page-list-item-content {
    font-size: calc(1.6927083333 * var(--view-width) / 100);
    line-height: calc(1.8229166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .articles-page-list-item .articles-page-list-item-content {
    font-size: 12rem;
    line-height: 12rem;
  }
}
.articles-page-list-item .articles-page-list-item-content__description {
  color: #B2B9BF;
}
.articles-page-list-item .articles-page-list-item-content__name {
  font-size: 18rem;
  font-weight: 400;
  line-height: 24rem;
  color: #373745;
  transition: all 0.3s ease;
}
@media (max-width: 1023px) {
  .articles-page-list-item .articles-page-list-item-content__name {
    font-size: 15rem;
    line-height: 18rem;
  }
}
.articles-page-list-item .articles-page-list-item-content__author {
  color: #818186;
}
.articles-page-list-item .articles-page-list-item-content__date {
  color: #B2B9BF;
}
.articles-page-list-item .articles-page-list-item-content:hover .articles-page-list-item-content__name {
  color: #4BB5B3;
}

.articles-page__head-info {
  margin-bottom: 40rem;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1023px) {
  .articles-page__head-info {
    flex-direction: column;
    margin-bottom: 20rem;
  }
}
.articles-page__title {
  flex: 60%;
  font-size: 56rem;
  line-height: 60rem;
}
@media (max-width: 1023px) {
  .articles-page__title {
    font-size: 40rem;
    line-height: 40rem;
  }
}
@media (max-width: 767px) {
  .articles-page__title {
    font-size: 28rem;
    line-height: 28rem;
  }
}
.articles-page__search {
  flex: 40%;
  position: relative;
}
.articles-page__search input {
  width: 100%;
  height: 64rem;
  font-weight: 500;
  padding: 19rem 123rem 19rem 30rem;
  border-radius: 50rem;
  border: 1px solid #F5F5F5;
}
.articles-page__search input::-moz-placeholder {
  font-weight: 500;
  color: #B2B9BF !important;
}
.articles-page__search input::placeholder {
  font-weight: 500;
  color: #B2B9BF !important;
}
@media (max-width: 1023px) {
  .articles-page__search input {
    font-size: 18rem;
    padding: 13rem 133rem 13rem 20rem;
    line-height: 22rem;
    height: 48rem;
  }
}
@media (max-width: 767px) {
  .articles-page__search input {
    font-size: 14rem;
    line-height: 20rem;
  }
}
.articles-page__search-clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 24rem;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}
@media (max-width: 1679px) {
  .articles-page__search-clear {
    font-size: calc(0.5952380952 * var(--view-width) / 100);
    line-height: calc(0.9523809524 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .articles-page__search-clear {
    font-size: calc(1.3020833333 * var(--view-width) / 100);
    line-height: calc(2.0833333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .articles-page__search-clear {
    font-size: 10px;
    line-height: 16px;
  }
}
.articles-page__search-clear span {
  color: #4BB5B3;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.articles-page__search-clear span:hover {
  color: #B2B9BF;
}
.articles-page__search-clear svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
  fill: transparent;
  stroke: #373745;
}
@media (max-width: 1023px) {
  .articles-page__search-clear {
    gap: 25rem;
    right: 20rem;
  }
}
.articles-page__search.has-value .articles-page__search-clear span {
  visibility: visible;
  opacity: 1;
}
.articles-page__filters-counter {
  display: none;
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .articles-page__filters-counter {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .articles-page__filters-counter {
    margin-bottom: calc(4.6875 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .articles-page__filters-counter {
    margin-bottom: 36px;
  }
}
.articles-page__tags {
  margin-bottom: 40rem;
}
@media (max-width: 1023px) {
  .articles-page__tags {
    flex-wrap: nowrap;
    position: relative;
    overflow-x: auto;
  }
}
.articles-page__tags::-webkit-scrollbar {
  width: 4rem;
  height: 4rem;
  background-color: transparent;
}
.articles-page__tags::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
}
.articles-page__tags::-webkit-scrollbar-thumb {
  width: 4rem;
  height: 4rem;
  background-color: #F4F7FA;
  border-radius: 4rem;
  border: none;
}
.articles-page__tag {
  flex-shrink: 0;
}
.articles-page__input:checked ~ .tags-list__item {
  color: #fff;
  background: #8DD2D1;
}
.articles-page__input:checked ~ .tags-list__item:hover {
  color: #fff;
}
.articles-page__button {
  display: flex;
  font-weight: 300;
  align-items: center;
  justify-content: center;
  height: 38rem;
  padding: 7px 20px 4px;
  gap: 4px;
  font-size: 16rem;
  color: #1D1D1B;
  background-color: #F4F7FA;
  border-radius: 100rem;
  cursor: pointer;
}
.articles-page__button svg {
  width: 18rem;
  height: 18rem;
  transform: translateY(-2px);
}

.articles-page-items-not-found {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1023px) {
  .articles-page-items-not-found {
    gap: 36px;
  }
}
.articles-page-items-not-found__found-result {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.articles-page-items-not-found__found-result-count-text {
  color: #4BB5B3;
}
.articles-page-items-not-found__found-result-sub-text {
  color: #818186;
}
.articles-page-items-not-found__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.articles-page-items-not-found__content-icon svg {
  height: 64px;
  width: auto;
}
.articles-page-items-not-found__content-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .articles-page-items-not-found__content-text {
    font-size: 18rem;
    line-height: 18rem;
  }
}
.articles-page-items-not-found__content-button {
  padding: 16px 24px;
}

.breadcrumbs {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .breadcrumbs {
    margin-top: 0;
  }
}
.breadcrumbs__wrapper {
  padding: 10px 0 10px;
}
@media (max-width: 1679px) {
  .breadcrumbs__wrapper {
    padding: calc(0.5952380952 * var(--view-width) / 100) 0 calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .breadcrumbs__wrapper {
    padding: calc(1.3020833333 * var(--view-width) / 100) 0 calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .breadcrumbs__wrapper {
    padding: 10px 0 10px;
  }
}
.breadcrumbs__list {
  align-items: center;
  gap: 8rem;
  font-weight: 300;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs__item {
  display: inline;
  align-items: baseline;
  gap: 4rem;
  color: #B2B9BF;
}
.breadcrumbs__link {
  color: #8DD2D1;
}
.breadcrumbs__arrow {
  display: inline-flex;
  width: 16px;
  height: 16px;
  transform: translateY(3px);
}
@media (max-width: 1679px) {
  .breadcrumbs__arrow {
    width: calc(0.9523809524 * var(--view-width) / 100);
    height: calc(0.9523809524 * var(--view-width) / 100);
    transform: translateY(calc(0.1785714286 * var(--view-width) / 100));
  }
}
@media (max-width: 1023px) {
  .breadcrumbs__arrow {
    width: calc(1.5625 * var(--view-width) / 100);
    height: calc(1.5625 * var(--view-width) / 100);
    transform: translateY(calc(0.2604166667 * var(--view-width) / 100));
  }
}
@media (max-width: 767px) {
  .breadcrumbs__arrow {
    width: 12px;
    height: 12px;
    transform: translateY(2px);
  }
}
.breadcrumbs__arrow svg {
  width: 100%;
  height: 100%;
  fill: none;
}

.burger-button {
  position: relative;
  display: inline-block;
}
.burger-button::before, .burger-button::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  background: #4BB5B3;
  transform: translateX(-50%);
  transition: 0.5s;
}
.burger-button::before {
  top: 21px;
}
@media (max-width: 1679px) {
  .burger-button::before {
    top: calc(1.25 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .burger-button::before {
    top: calc(2.734375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .burger-button::before {
    top: 21px;
  }
}
.burger-button::after {
  top: 26px;
}
@media (max-width: 1679px) {
  .burger-button::after {
    top: calc(1.5476190476 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .burger-button::after {
    top: calc(3.3854166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .burger-button::after {
    top: 26px;
  }
}
.burger-button.active::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg) scale(0.7);
}
.burger-button.active::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg) scale(0.7);
}

.burger-menu__wrapper {
  width: 100%;
  background: #fff;
}
@media (max-width: 1679px) {
  .burger-menu__wrapper {
    padding-top: calc(5.2380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .burger-menu__wrapper {
    padding-top: calc(10.4166666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .burger-menu__wrapper {
    padding-top: 56px;
  }
}
.burger-menu__content {
  overflow: hidden;
  height: calc(100vh - 88px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .burger-menu__content {
    height: calc(100vh - 10.4166666667 * var(--view-width) / 100);
    padding-top: calc(2.6041666667 * var(--view-width) / 100);
    padding-bottom: calc(7.8125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .burger-menu__content {
    padding-top: 20px;
    padding-bottom: 60px;
    height: calc(100vh - 56px);
  }
}
.burger-menu__search-panel {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .burger-menu__search-panel {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .burger-menu__search-panel {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .burger-menu__search-panel {
    margin-bottom: 20px;
  }
}
.burger-menu__nav .nav__list {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 1679px) {
  .burger-menu__nav .nav__list {
    gap: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .burger-menu__nav .nav__list {
    gap: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .burger-menu__nav .nav__list {
    gap: 20px;
  }
}
.burger-menu__nav .nav__item {
  visibility: hidden;
}
.burger-menu__consultation {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .burger-menu__consultation {
    display: flex;
    align-self: center;
  }
}
.burger-menu__consultation a {
  width: 195px;
  color: #fff;
  background: #373745;
  stroke: #fff;
}
@media (hover: hover) {
  .burger-menu__consultation a:hover {
    color: #fff;
    background: #818186;
    stroke: #fff;
  }
}
@media (max-width: 767px) {
  .burger-menu__consultation a {
    width: 195px;
  }
}
.burger-menu__contacts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .burger-menu__contacts {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px;
  }
}
.burger-menu__contacts-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.button-scroll-down {
  position: absolute;
  right: 40rem;
  bottom: 20rem;
  width: 124rem;
  height: 124rem;
  background-color: #373745;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .button-scroll-down {
    width: 100rem;
    height: 100rem;
    right: 10rem;
    bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .button-scroll-down {
    width: 40rem;
    height: 40rem;
    right: 10rem;
    bottom: 5rem;
  }
}
.button-scroll-down__rotate {
  position: absolute;
  top: 6rem;
  left: 6rem;
  width: 112rem;
  height: 112rem;
  animation: animationRotate 10s linear infinite;
}
@media (max-width: 1023px) {
  .button-scroll-down__rotate {
    width: 88rem;
    height: 88rem;
    top: 6rem;
    left: 6rem;
  }
}
@media (max-width: 767px) {
  .button-scroll-down__rotate {
    display: none;
  }
}
.button-scroll-down__rotate img {
  width: 100%;
  height: 100%;
}
.button-scroll-down__arrow {
  position: absolute;
  width: 24rem;
  height: 24rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation: arrowDown 3s linear infinite;
  transition: top 0.4s ease-in-out;
}
@media (max-width: 1023px) {
  .button-scroll-down__arrow {
    width: 20rem;
    height: 20rem;
  }
}
@media (max-width: 767px) {
  .button-scroll-down__arrow {
    width: 24rem;
    height: 24rem;
  }
}
.button-scroll-down__arrow svg {
  width: 100%;
  height: 100%;
  fill: #373745;
}

.button-switch {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  border-radius: 40px;
  background-color: #fff;
}
@media (max-width: 1679px) {
  .button-switch {
    gap: calc(0.2380952381 * var(--view-width) / 100);
    padding: calc(0.4761904762 * var(--view-width) / 100);
    border-radius: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .button-switch {
    gap: calc(0.5208333333 * var(--view-width) / 100);
    padding: calc(0.5208333333 * var(--view-width) / 100);
    border-radius: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .button-switch {
    gap: 4px;
    padding: 4px;
    border-radius: 40px;
  }
}
.button-switch button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 44px;
  border-radius: 40px;
  background-color: #fff;
  transition: background 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .button-switch button {
    gap: calc(0.7142857143 * var(--view-width) / 100);
    padding: calc(0.7142857143 * var(--view-width) / 100) calc(2.619047619 * var(--view-width) / 100);
    border-radius: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .button-switch button {
    gap: calc(1.0416666667 * var(--view-width) / 100);
    padding: calc(1.5625 * var(--view-width) / 100) calc(3.125 * var(--view-width) / 100);
    border-radius: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .button-switch button {
    gap: 8px;
    padding: 8px 16px;
    border-radius: 40px;
  }
}
.button-switch button:not(.active) {
  cursor: pointer;
}
.button-switch button:hover:not(.active) {
  background-color: rgba(141, 210, 209, 0.3);
}
.button-switch button svg {
  color: #4BB5B3;
  width: 32px;
  height: 32px;
}
@media (max-width: 1679px) {
  .button-switch button svg {
    width: calc(1.9047619048 * var(--view-width) / 100);
    height: calc(1.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .button-switch button svg {
    width: calc(3.6458333333 * var(--view-width) / 100);
    height: calc(3.6458333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .button-switch button svg {
    width: 24px;
    height: 24px;
  }
}
.button-switch button span {
  color: #373745;
}
.button-switch button.active {
  background-color: #4BB5B3;
}
.button-switch button.active svg {
  color: #fff;
}
.button-switch button.active span {
  color: #fff;
}

.button-with-animation-text {
  width: 154px;
  height: 154px;
  border-radius: 100%;
  background: #1D1D1B;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 1679px) {
  .button-with-animation-text {
    width: calc(9.1666666667 * var(--view-width) / 100);
    height: calc(9.1666666667 * var(--view-width) / 100);
    bottom: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .button-with-animation-text {
    width: calc(13.0208333333 * var(--view-width) / 100);
    height: calc(13.0208333333 * var(--view-width) / 100);
    bottom: calc(2.0833333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .button-with-animation-text {
    width: 100px;
    height: 100px;
    bottom: -55px;
  }
}
.button-with-animation-text__text {
  position: absolute;
  display: block;
  width: 171px;
  height: 171px;
  top: -8px;
  left: -8px;
  transition: all 0.5s ease;
  animation: animationRotate 10s linear infinite;
}
@media (max-width: 1679px) {
  .button-with-animation-text__text {
    width: calc(10.1785714286 * var(--view-width) / 100);
    height: calc(10.1785714286 * var(--view-width) / 100);
    top: calc(-0.4761904762 * var(--view-width) / 100);
    left: calc(-0.4761904762 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .button-with-animation-text__text {
    width: calc(14.3229166667 * var(--view-width) / 100);
    height: calc(14.3229166667 * var(--view-width) / 100);
    top: calc(-0.6510416667 * var(--view-width) / 100);
    left: calc(-0.6510416667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .button-with-animation-text__text {
    width: 110px;
    height: 110px;
    top: -5px;
    left: -5px;
  }
}
.button-with-animation-text__icon {
  color: #fff;
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
  transform-origin: center center;
}
@media (max-width: 1679px) {
  .button-with-animation-text__icon {
    width: calc(1.0714285714 * var(--view-width) / 100);
    height: calc(1.0714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .button-with-animation-text__icon {
    width: calc(2.34375 * var(--view-width) / 100);
    height: calc(2.34375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .button-with-animation-text__icon {
    width: 18px;
    height: 18px;
  }
}
.button-with-animation-text__icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
}

.button {
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 56px;
  min-width: 170px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 24px;
  border-radius: 40px;
  border: 1px solid transparent;
  background: #fff;
  color: #373745;
  stroke: #373745;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out, stroke 0.3s ease-in-out;
  cursor: pointer;
}
@media (hover: hover) {
  .button:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    stroke: #fff;
  }
}
@media (max-width: 1679px) {
  .button {
    border-radius: calc(2.380952381 * var(--view-width) / 100);
    min-height: calc(3.3333333333 * var(--view-width) / 100);
    min-width: calc(10.119047619 * var(--view-width) / 100);
    padding: calc(0.9523809524 * var(--view-width) / 100) calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .button {
    border-radius: calc(5.2083333333 * var(--view-width) / 100);
    min-height: calc(6.25 * var(--view-width) / 100);
    min-width: calc(20.3125 * var(--view-width) / 100);
    padding: calc(1.5625 * var(--view-width) / 100) calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .button {
    border-radius: 40rem;
    min-height: 44rem;
    min-width: 125rem;
    padding: 12rem 16rem;
  }
}
.button--secondary {
  color: #fff;
  background: #373745;
  stroke: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .button--secondary {
    font-size: calc(2.0833333333 * var(--view-width) / 100);
    line-height: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .button--secondary {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (hover: hover) {
  .button--secondary:hover {
    color: #fff;
    background: #818186;
    stroke: #fff;
  }
}
.button--tertiary {
  color: #fff;
  background: #4BB5B3;
  stroke: #fff;
  font-family: "Manrope", sans-serif;
}
@media (hover: hover) {
  .button--tertiary:hover {
    color: #fff;
    background: #8DD2D1;
    stroke: #fff;
  }
}
.button__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
@media (max-width: 1679px) {
  .button__arrow {
    width: calc(1.4285714286 * var(--view-width) / 100);
    height: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .button__arrow {
    width: calc(2.6041666667 * var(--view-width) / 100);
    height: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .button__arrow {
    width: 16px;
    height: 16px;
  }
}
.button__arrow svg {
  fill: transparent;
  width: 100%;
  height: 100%;
}
.button--small {
  font-weight: 400;
  padding: 10px 14px;
  min-height: 40px;
  min-width: 141px;
}
@media (max-width: 1679px) {
  .button--small {
    min-height: calc(2.380952381 * var(--view-width) / 100);
    min-width: calc(8.3928571429 * var(--view-width) / 100);
    padding: calc(0.5952380952 * var(--view-width) / 100) calc(0.8333333333 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .button--small {
    min-height: calc(4.6875 * var(--view-width) / 100);
    min-width: calc(16.1458333333 * var(--view-width) / 100);
    padding: calc(1.0416666667 * var(--view-width) / 100) calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .button--small {
    min-height: 36px;
    min-width: 124px;
    padding: 8px 12px;
  }
}
.button--outlined {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  stroke: #fff;
}
@media (hover: hover) {
  .button--outlined:hover {
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.6);
    color: #373745;
    stroke: #373745;
  }
}
.button--text {
  background: transparent;
  border: 1px solid transparent;
  color: #fff;
  stroke: #fff;
  padding: 0;
}
@media (hover: hover) {
  .button--text:hover {
    border: 1px solid transparent;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    stroke: rgba(255, 255, 255, 0.7);
  }
}
.button--text.button--secondary {
  color: #373745;
  stroke: #373745;
}
@media (hover: hover) {
  .button--text.button--secondary:hover {
    color: rgba(55, 55, 69, 0.7);
    stroke: rgba(55, 55, 69, 0.7);
  }
}
.button--text.button--tertiary {
  color: #8DD2D1;
  stroke: #8DD2D1;
}
@media (hover: hover) {
  .button--text.button--tertiary:hover {
    color: rgba(141, 210, 209, 0.7);
    stroke: rgba(141, 210, 209, 0.7);
  }
}

.calendar-row.show-calendar .calendar-row__datepicker {
  z-index: 2;
  display: block;
}
.calendar-row.has-dates .calendar-row__icon {
  background-color: #4BB5B3;
  color: #fff;
}
.calendar-row__wrapper {
  min-height: 74px;
}
@media (max-width: 1679px) {
  .calendar-row__wrapper {
    min-height: calc(4.4047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .calendar-row__wrapper {
    min-height: calc(8.984375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .calendar-row__wrapper {
    min-height: 69px;
  }
}
.calendar-row__wrapper .slider {
  position: relative;
}
.calendar-row__wrapper .slider::after, .calendar-row__wrapper .slider::before {
  content: none;
}
.calendar-row__wrapper .slider__controls {
  position: absolute;
  top: 0;
  left: calc((100vw - var(--content-width)) / 2);
  width: calc(var(--content-width));
  height: 64px;
}
@media (max-width: 1679px) {
  .calendar-row__wrapper .slider__controls {
    left: 0;
    width: calc(83.9285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .calendar-row__wrapper .slider__controls {
    display: none;
  }
}
.calendar-row__wrapper .slider__controls-buttons {
  align-items: center;
  justify-content: space-between;
}
.calendar-row__wrapper .slider__button {
  width: 24px;
  height: 64px;
  background: none;
  color: #4BB5B3;
  justify-content: flex-start;
}
@media (max-width: 1679px) {
  .calendar-row__wrapper .slider__button {
    width: calc(1.4285714286 * var(--view-width) / 100);
    height: calc(3.8095238095 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .calendar-row__wrapper .slider__button {
    width: 24px;
    height: 64px;
  }
}
@media (hover: hover) {
  .calendar-row__wrapper .slider__button:not(.swiper-button-disabled):hover {
    background: none;
  }
}
.calendar-row__wrapper .slider__button.next {
  justify-content: flex-end;
}
.calendar-row__wrapper .slider .swiper-slide {
  height: 64px;
  min-height: 64px;
  width: 64px;
  margin-right: 0 !important;
}
@media (max-width: 1679px) {
  .calendar-row__wrapper .slider .swiper-slide {
    height: calc(3.8095238095 * var(--view-width) / 100);
    min-height: calc(3.8095238095 * var(--view-width) / 100);
    width: calc(3.8095238095 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .calendar-row__wrapper .slider .swiper-slide {
    height: calc(6.7708333333 * var(--view-width) / 100);
    min-height: calc(6.7708333333 * var(--view-width) / 100);
    width: calc(6.7708333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .calendar-row__wrapper .slider .swiper-slide {
    height: 52px;
    min-height: 52px;
    width: 52px;
  }
}
.calendar-row__wrapper .slider .swiper {
  position: relative;
  z-index: 10;
  margin-left: 130px;
  margin-right: 50px;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .calendar-row__wrapper .slider .swiper {
    margin-left: calc(7.7380952381 * var(--view-width) / 100);
    margin-right: calc(2.9761904762 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .calendar-row__wrapper .slider .swiper {
    margin-left: calc(6.5104166667 * var(--view-width) / 100);
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .calendar-row__wrapper .slider .swiper {
    margin-left: 58px;
    overflow: visible;
    position: static;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .calendar-row__wrapper .slider .swiper::after {
    content: "";
    width: 52px;
    height: 52px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 1;
  }
}
.calendar-row__container {
  display: flex;
  z-index: 1;
}
.calendar-row__day {
  display: flex;
  width: 50px;
  flex-direction: column;
  gap: 4px;
  padding: 15px 0;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  font-weight: 700;
}
@media (max-width: 1679px) {
  .calendar-row__day {
    width: calc(2.9761904762 * var(--view-width) / 100);
    gap: calc(0.2380952381 * var(--view-width) / 100);
    padding: calc(0.8928571429 * var(--view-width) / 100) 0;
    border-radius: calc(4.1666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .calendar-row__day {
    width: calc(5.2083333333 * var(--view-width) / 100);
    gap: calc(0.5208333333 * var(--view-width) / 100);
    padding: calc(1.5625 * var(--view-width) / 100) 0;
    border-radius: calc(9.1145833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .calendar-row__day {
    width: 40px;
    gap: 4px;
    padding: 12px 0;
    border-radius: 70px;
  }
}
.calendar-row__day.disabled {
  cursor: auto;
  color: #B2B9BF;
}
.calendar-row__day.disabled .calendar-row__day-of-week {
  color: #B2B9BF;
}
.calendar-row__day.disabled .calendar-row__day-number {
  color: inherit;
}
.calendar-row__day.active {
  position: relative;
}
.calendar-row__day.active.right-active-class::before, .calendar-row__day.active.left-active-class::before {
  content: "";
  position: absolute;
  width: 32rem;
  height: 64rem;
  top: 0;
  background: #F4F7FA;
}
@media (max-width: 767px) {
  .calendar-row__day.active.right-active-class::before, .calendar-row__day.active.left-active-class::before {
    width: 26rem;
    height: 52rem;
  }
}
.calendar-row__day.active.right-active-class:before {
  left: 50%;
}
.calendar-row__day.active.left-active-class:before {
  right: 50%;
}
.calendar-row__day.active.active-to::before, .calendar-row__day.active.active-from::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #F4F7FA;
  border-radius: 0;
}
.calendar-row__day.active.active-from::before {
  right: 0;
}
.calendar-row__day.active.active-to::before {
  left: 0;
}
.calendar-row__day.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #4BB5B3;
  border-radius: 100%;
}
.calendar-row__day.active .calendar-row__day-of-week {
  color: #fff;
  z-index: 1;
}
.calendar-row__day.active .calendar-row__day-number {
  color: #fff;
  z-index: 1;
}
.calendar-row__day.current-day {
  color: #4BB5B3;
  font-weight: 400;
}
.calendar-row__day.current-day .calendar-row__day-of-week {
  color: #4BB5B3;
}
.calendar-row__day.current-day.active {
  background: #952B42;
  color: #fff;
}
.calendar-row__day.current-day.active .calendar-row__day-of-week {
  color: #fff;
}
.calendar-row__day.current-day.active .calendar-row__day-number {
  color: inherit;
}
.calendar-row__day.between {
  background: #F4F7FA;
  border-radius: 0;
}
.calendar-row__day.between .calendar-row__day-of-week {
  color: #373745;
}
.calendar-row__day.between .calendar-row__day-number {
  color: #373745;
}
.calendar-row__day-number {
  color: #373745;
  font-weight: 400;
}
.calendar-row__day-of-week {
  text-transform: capitalize;
  color: #373745;
}
.calendar-row__day-of-week.holiday {
  color: #F00;
}
.calendar-row__month {
  display: flex;
  width: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  background: #F4F7FA;
  font-weight: 500;
}
@media (max-width: 1679px) {
  .calendar-row__month {
    width: calc(2.9761904762 * var(--view-width) / 100);
    border-radius: calc(4.1666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .calendar-row__month {
    width: calc(5.2083333333 * var(--view-width) / 100);
    border-radius: calc(9.1145833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .calendar-row__month {
    width: 40px;
    border-radius: 70px;
  }
}
.calendar-row__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  position: absolute;
  color: #4BB5B3;
  background: #F4F7FA;
  cursor: pointer;
  left: calc((100vw - var(--content-width)) / 2 + 50px);
  z-index: 2;
}
@media (max-width: 1679px) {
  .calendar-row__icon {
    left: calc(0.9523809524 * var(--view-width) / 100);
    transform: translateX(50%);
    width: calc(3.8095238095 * var(--view-width) / 100);
    height: calc(3.8095238095 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .calendar-row__icon {
    left: 0;
    width: calc(6.7708333333 * var(--view-width) / 100);
    height: calc(6.7708333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .calendar-row__icon {
    width: 52px;
    height: 52px;
    transform: none;
    left: 20px;
  }
}
.calendar-row__icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
}
@media (max-width: 1679px) {
  .calendar-row__icon svg {
    width: calc(1.4285714286 * var(--view-width) / 100);
    height: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .calendar-row__icon svg {
    width: calc(3.125 * var(--view-width) / 100);
    height: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .calendar-row__icon svg {
    width: 24px;
    height: 24px;
  }
}
.calendar-row__datepicker {
  display: none;
  position: absolute;
  top: 72px;
  left: calc((100vw - var(--content-width)) / 2 + 50px);
}
@media (max-width: 1679px) {
  .calendar-row__datepicker {
    top: calc(4.2857142857 * var(--view-width) / 100);
    left: 0;
    transform: translateX(calc(2.8571428571 * var(--view-width) / 100));
  }
}
@media (max-width: 1023px) {
  .calendar-row__datepicker {
    top: calc(7.8125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .calendar-row__datepicker {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: none;
    z-index: 2;
  }
}
.calendar-row__datepicker::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: none;
  background-color: rgba(29, 29, 27, 0.2);
}
@media (max-width: 767px) {
  .calendar-row__datepicker::before {
    content: "";
  }
}
.calendar-row__datepicker .calendar-row__datepicker-close {
  display: none;
}
@media (max-width: 767px) {
  .calendar-row__datepicker .calendar-row__datepicker-close {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    border: none;
    background-color: transparent;
    z-index: 1001;
    width: 24px;
    height: 24px;
    top: 16px;
    right: 10px;
  }
  .calendar-row__datepicker .calendar-row__datepicker-close::before, .calendar-row__datepicker .calendar-row__datepicker-close::after {
    content: "";
    width: calc(2.34375 * var(--view-width) / 100);
    height: calc(0.1302083333 * var(--view-width) / 100);
    border-radius: calc(0.2604166667 * var(--view-width) / 100);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #373745;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .calendar-row__datepicker .calendar-row__datepicker-close::before, .calendar-row__datepicker .calendar-row__datepicker-close::after {
    width: 18px;
    height: 1px;
    border-radius: 2px;
  }
}
@media (max-width: 767px) {
  .calendar-row__datepicker .calendar-row__datepicker-close::after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

.call-request-form .simple-form__form {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
}
@media (max-width: 1679px) {
  .call-request-form .simple-form__form {
    grid-column-gap: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .call-request-form .simple-form__form {
    grid-template-columns: 1fr;
    grid-column-gap: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .call-request-form .simple-form__form {
    grid-column-gap: 10px;
  }
}
.call-request-form .simple-form .form-group:nth-child(1), .call-request-form .simple-form .form-group--textarea {
  grid-column: span 2;
}
@media (max-width: 1023px) {
  .call-request-form .simple-form .form-group:nth-child(1), .call-request-form .simple-form .form-group--textarea {
    grid-column: span 1;
  }
}
.call-request-form .simple-form .form-group__inner textarea {
  resize: none;
  max-height: 64px;
}
@media (max-width: 1679px) {
  .call-request-form .simple-form .form-group__inner textarea {
    max-height: calc(3.8095238095 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .call-request-form .simple-form .form-group__inner textarea {
    max-height: calc(6.25 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .call-request-form .simple-form .form-group__inner textarea {
    max-height: 48px;
  }
}

.captcha {
  width: 100%;
  flex-shrink: 0;
}
.captcha__image {
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
}
.captcha__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .captcha__wrapper {
    gap: calc(1.1904761905 * var(--view-width) / 100);
    margin-bottom: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .captcha__wrapper {
    gap: calc(2.6041666667 * var(--view-width) / 100);
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .captcha__wrapper {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.captcha .button {
  min-width: 40px;
  width: 40px;
  height: 40px;
  color: #fff;
  padding: 10px;
}
@media (max-width: 1679px) {
  .captcha .button {
    min-width: calc(2.380952381 * var(--view-width) / 100);
    width: calc(2.380952381 * var(--view-width) / 100);
    height: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .captcha .button {
    min-width: calc(5.2083333333 * var(--view-width) / 100);
    width: calc(5.2083333333 * var(--view-width) / 100);
    height: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .captcha .button {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
}
.captcha .button svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  fill: currentColor;
}
.captcha .form-group {
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .captcha .form-group {
    margin-bottom: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .captcha .form-group {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .captcha .form-group {
    margin-bottom: 20px;
  }
}

.card {
  width: 100%;
  height: 100%;
  background: #fff;
  transition: background 0.3s ease-in-out, background-color 0.3s ease-in-out;
  border-radius: 24px;
  border: 1px solid #C3CED7;
  padding: 16px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
@media (hover: hover) {
  .card:hover {
    background: #F4F7FA;
    border-color: #F4F7FA;
  }
  .card:hover .tag {
    cursor: pointer;
  }
}
@media (max-width: 1023px) {
  .card {
    padding: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .card {
    padding: 24px;
  }
}
.card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card__top-tag {
  cursor: auto;
}
.card .card-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card-date {
  display: flex;
  align-items: center;
  gap: 4px;
}
.card-date__text {
  color: #818186;
}

.complaints-page__title {
  margin-bottom: 40px;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -1.12px;
}
@media (max-width: 1679px) {
  .complaints-page__title {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
    font-size: calc(3.3333333333 * var(--view-width) / 100);
    line-height: calc(3.5714285714 * var(--view-width) / 100);
    letter-spacing: calc(-0.0666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .complaints-page__title {
    margin-bottom: calc(4.6875 * var(--view-width) / 100);
    font-size: calc(5.2083333333 * var(--view-width) / 100);
    letter-spacing: calc(-0.1041666667 * var(--view-width) / 100);
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .complaints-page__title {
    margin-bottom: 36px;
    font-size: 28px;
    letter-spacing: -0.56px;
  }
}
.complaints-page__description {
  max-width: 1050px;
}
@media (max-width: 1679px) {
  .complaints-page__description {
    max-width: calc(62.5 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .complaints-page__description {
    max-width: 100%;
  }
}
.complaints-page__description .h5 {
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .complaints-page__description .h5 {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .complaints-page__description .h5 {
    margin-bottom: calc(5.2083333333 * var(--view-width) / 100);
    font-size: calc(1.953125 * var(--view-width) / 100);
    line-height: calc(2.34375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .complaints-page__description .h5 {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 18px;
  }
}
.complaints-page__description .h4 {
  margin-top: 4px;
}
@media (max-width: 1023px) {
  .complaints-page__description .h4 {
    font-size: calc(2.8645833333 * var(--view-width) / 100);
    line-height: calc(2.8645833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .complaints-page__description .h4 {
    font-size: 18px;
    line-height: 18px;
  }
}
.complaints-page__description a {
  color: #4BB5B3;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .complaints-page__description a {
    display: block;
  }
}
@media (hover: hover) {
  .complaints-page__description a:hover {
    color: #761B2E;
  }
}
.complaints-page__form.grid-block-with-image {
  margin: 0 0 90px;
}
@media (max-width: 1679px) {
  .complaints-page__form.grid-block-with-image {
    margin: 0 0 calc(5.3571428571 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .complaints-page__form.grid-block-with-image {
    display: block;
    margin: 0 0 calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .complaints-page__form.grid-block-with-image {
    margin: 0 -20px 30px;
    width: calc(100% + 40px);
  }
}
.complaints-page__form .grid-block-with-image__right {
  padding: 50px 80px;
  border-radius: 40px;
  background: #952B42;
  color: #fff;
  height: 100%;
}
@media (max-width: 1679px) {
  .complaints-page__form .grid-block-with-image__right {
    padding: calc(2.9761904762 * var(--view-width) / 100) calc(4.7619047619 * var(--view-width) / 100);
    border-radius: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .complaints-page__form .grid-block-with-image__right {
    padding: calc(3.90625 * var(--view-width) / 100) calc(5.2083333333 * var(--view-width) / 100);
    border-radius: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .complaints-page__form .grid-block-with-image__right {
    padding: 30px;
    border-radius: 40px;
  }
}
.complaints-page__form .grid-block-with-image__left {
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .complaints-page__form .grid-block-with-image__left {
    border-radius: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .complaints-page__form .grid-block-with-image__left {
    display: none;
  }
}
.complaints-page__form .grid-block-with-image__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.complaints-page__form .simple-form__form {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 1679px) {
  .complaints-page__form .simple-form__form {
    margin-top: calc(0.5952380952 * var(--view-width) / 100);
    margin-bottom: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .complaints-page__form .simple-form__form {
    margin-top: calc(1.3020833333 * var(--view-width) / 100);
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .complaints-page__form .simple-form__form {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.complaints-page__form .simple-form__form-select-wrapper.show-additional-field .form-group--additional {
  display: block;
  margin-top: 10px;
}
@media (max-width: 1679px) {
  .complaints-page__form .simple-form__form-select-wrapper.show-additional-field .form-group--additional {
    margin-top: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .complaints-page__form .simple-form__form-select-wrapper.show-additional-field .form-group--additional {
    margin-top: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .complaints-page__form .simple-form__form-select-wrapper.show-additional-field .form-group--additional {
    margin-top: 10px;
  }
}
.complaints-page__form .simple-form__form-select-wrapper .form-group--additional {
  display: none;
}
.complaints-page__form .simple-form__confirm {
  width: 100%;
  text-align: left;
}
.complaints-page__form-title {
  margin-bottom: 30px;
}
@media (max-width: 1679px) {
  .complaints-page__form-title {
    margin-bottom: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .complaints-page__form-title {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .complaints-page__form-title {
    margin-bottom: 20px;
  }
}
.complaints-page__form-subtext {
  margin-top: 20px;
}
@media (max-width: 1679px) {
  .complaints-page__form-subtext {
    margin-top: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .complaints-page__form-subtext {
    margin-top: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .complaints-page__form-subtext {
    margin-top: 10px;
  }
}
.complaints-page__list-default {
  margin-top: 30px;
}
@media (max-width: 1679px) {
  .complaints-page__list-default {
    margin-top: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .complaints-page__list-default {
    margin-top: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .complaints-page__list-default {
    margin-top: 15px;
  }
}

.contacts-page .text, .contacts-page .button--small {
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1679px) {
  .contacts-page .text, .contacts-page .button--small {
    line-height: calc(1.3095238095 * var(--view-width) / 100);
    font-size: calc(1.0714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page .text, .contacts-page .button--small {
    line-height: calc(2.8645833333 * var(--view-width) / 100);
    font-size: calc(2.34375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .contacts-page .text, .contacts-page .button--small {
    font-size: 16px;
    line-height: 22px;
  }
}
.contacts-page .form-subname {
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 1679px) {
  .contacts-page .form-subname {
    line-height: calc(1.9047619048 * var(--view-width) / 100);
    font-size: calc(1.6666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page .form-subname {
    line-height: calc(4.1666666667 * var(--view-width) / 100);
    font-size: calc(3.6458333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .contacts-page .form-subname {
    font-size: 18px;
    line-height: 18px;
  }
}
.contacts-page .label {
  font-size: 12px;
  line-height: 14px;
}
@media (max-width: 1679px) {
  .contacts-page .label {
    line-height: calc(0.8333333333 * var(--view-width) / 100);
    font-size: calc(0.7142857143 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page .label {
    line-height: calc(1.8229166667 * var(--view-width) / 100);
    font-size: calc(1.5625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .contacts-page .label {
    line-height: 12px;
    font-size: 11px;
  }
}
.contacts-page__title {
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .contacts-page__title {
    margin-bottom: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page__title {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .contacts-page__title {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .contacts-page h4,
  .contacts-page .h4 {
    line-height: 18px;
    font-size: 18px;
    margin-bottom: 24px;
    display: block;
  }
}
.contacts-page__top {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: start;
  margin-bottom: 40px;
  gap: 30px;
}
@media (max-width: 1679px) {
  .contacts-page__top {
    margin-bottom: calc(3.5714285714 * var(--view-width) / 100);
    gap: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page__top {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
    row-gap: calc(2.6041666667 * var(--view-width) / 100);
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .contacts-page__top {
    margin-bottom: 22px;
    gap: 16px;
  }
}
.contacts-page__name {
  grid-column: 6 span;
}
.contacts-page__name .contacts-page__info-item {
  margin-top: 24px;
}
@media (max-width: 1679px) {
  .contacts-page__name .contacts-page__info-item {
    margin-top: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page__name .contacts-page__info-item {
    width: 100%;
    margin-top: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .contacts-page__name .contacts-page__info-item {
    margin-top: 24px;
  }
}
.contacts-page__farma {
  grid-column: 3 span;
  width: auto;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 1023px) {
  .contacts-page__farma {
    width: calc(43.4895833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .contacts-page__farma {
    width: 100%;
  }
}
.contacts-page__logo {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 1679px) {
  .contacts-page__logo {
    gap: calc(0.2976190476 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page__logo {
    grid-row: 2;
    grid-column: span 6;
    gap: calc(0.6510416667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .contacts-page__logo {
    gap: 5px;
    width: 100%;
  }
}
.contacts-page__logo .label {
  color: #B2B9BF;
}
.contacts-page__logo img {
  width: 203px;
  height: 51px;
}
@media (max-width: 1679px) {
  .contacts-page__logo img {
    width: calc(12.0833333333 * var(--view-width) / 100);
    height: calc(3.0357142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page__logo img {
    width: calc(26.4322916667 * var(--view-width) / 100);
    height: calc(6.640625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .contacts-page__logo img {
    width: 203px;
    height: 51px;
  }
}
.contacts-page__info {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1679px) {
  .contacts-page__info {
    gap: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page__info {
    gap: calc(2.6041666667 * var(--view-width) / 100);
    grid-row: 1;
    grid-column: span 6;
    flex-direction: row;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contacts-page__info {
    width: 100%;
    gap: 16px;
    flex-direction: column;
  }
}
.contacts-page__info.address {
  grid-column: span 6;
}
.contacts-page__info-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 1679px) {
  .contacts-page__info-item {
    gap: calc(0.2976190476 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page__info-item {
    gap: calc(0.6510416667 * var(--view-width) / 100);
    width: 50%;
  }
}
@media (max-width: 767px) {
  .contacts-page__info-item {
    gap: 5px;
  }
}
.contacts-page__info-item .label {
  color: #B2B9BF;
}
.contacts-page__info-buttons {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 1679px) {
  .contacts-page__info-buttons {
    gap: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page__info-buttons {
    grid-row: 2;
    grid-column: span 6;
    gap: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .contacts-page__info-buttons {
    width: 100%;
    gap: 10px;
  }
}
.contacts-page__info-buttons .button {
  width: 330px;
}
@media (max-width: 1679px) {
  .contacts-page__info-buttons .button {
    width: calc(19.6428571429 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page__info-buttons .button {
    width: calc(42.96875 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .contacts-page__info-buttons .button {
    width: 100%;
  }
}
.contacts-page__form-title {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1679px) {
  .contacts-page__form-title {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page__form-title {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .contacts-page__form-title {
    margin-bottom: 15px;
  }
}
.contacts-page__form {
  margin-bottom: 88px;
}
@media (max-width: 1679px) {
  .contacts-page__form {
    margin-bottom: calc(5.2380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page__form {
    margin-bottom: calc(3.6458333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .contacts-page__form {
    margin-bottom: 20px;
  }
}
.contacts-page__form-wrapper {
  display: flex;
  height: 936px;
  color: #fff;
  transition: height 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .contacts-page__form-wrapper {
    height: calc(55.7142857143 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page__form-wrapper {
    height: calc(86.8489583333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .contacts-page__form-wrapper {
    height: 864px;
  }
}
.contacts-page__form-image {
  width: 720px;
  flex-shrink: 0;
  height: auto;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (max-width: 1679px) {
  .contacts-page__form-image {
    width: calc(42.8571428571 * var(--view-width) / 100);
    border-radius: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page__form-image {
    display: none;
  }
}
.contacts-page__form-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contacts-page__form-content {
  width: calc(100% - 720px);
  padding: 50px 80px;
  background: #952B42;
  border-radius: 40px;
  flex-shrink: 0;
  height: auto;
}
@media (max-width: 1679px) {
  .contacts-page__form-content {
    width: calc(41.0714285714 * var(--view-width) / 100);
    padding: calc(2.9761904762 * var(--view-width) / 100) calc(4.7619047619 * var(--view-width) / 100);
    border-radius: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1679px) and (max-width: 1023px) {
  .contacts-page__form-content {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page__form-content {
    width: 100%;
    padding: calc(2.380952381 * var(--view-width) / 100) calc(3.5714285714 * var(--view-width) / 100);
    border-radius: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .contacts-page__form-content {
    width: calc(100% + 40px);
    min-width: 100%;
    padding: 20px;
    margin: 0 -20px;
    border-radius: 30px;
  }
}
.contacts-page__form-toggle-button {
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .contacts-page__form-toggle-button {
    margin-bottom: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page__form-toggle-button {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .contacts-page__form-toggle-button {
    margin-bottom: 20px;
  }
}
.contacts-page__feedback-form {
  position: relative;
}
.contacts-page__maps {
  display: flex;
  gap: 30px;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 1679px) {
  .contacts-page__maps {
    gap: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page__maps {
    flex-direction: column;
    gap: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .contacts-page__maps {
    gap: 20px;
  }
}
.contacts-page__map {
  width: 923px;
  border-radius: 24px;
  display: block;
  flex-shrink: 0;
  height: auto;
  transform: translateZ(0);
}
@media (max-width: 1679px) {
  .contacts-page__map {
    width: calc(54.9404761905 * var(--view-width) / 100);
    border-radius: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page__map {
    width: 100%;
    height: calc(63.5416666667 * var(--view-width) / 100);
    border-radius: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .contacts-page__map {
    border-radius: 24px;
    height: 400px;
  }
}
.contacts-page__map .map-page__yamaps {
  width: 100%;
}
.contacts-page .popup__container {
  background-color: #4BB5B3;
  width: 100%;
  padding: 32px;
  border-radius: 24rem;
}
@media (max-width: 1679px) {
  .contacts-page .popup__container {
    padding: calc(1.9047619048 * var(--view-width) / 100);
    border-radius: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page .popup__container {
    border-radius: calc(3.125 * var(--view-width) / 100);
    padding: calc(4.1666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .contacts-page .popup__container {
    border-radius: 24px;
    padding: 24px;
  }
}
.contacts-page .popup__container .simple-form__submit {
  color: #fff;
  background: #373745;
}
@media (hover: hover) {
  .contacts-page .popup__container .simple-form__submit:hover {
    color: #fff;
    background: #818186;
    stroke: #fff;
  }
}
@media (max-width: 1023px) {
  .contacts-page .popup__container .simple-form__form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .contacts-page .popup__container .simple-form__form .form-group {
    grid-column: 2 span;
  }
  .contacts-page .popup__container .simple-form__form .form-group:nth-child(2), .contacts-page .popup__container .simple-form__form .form-group:nth-child(3) {
    grid-column: span 1;
  }
}
@media (max-width: 1023px) {
  .contacts-page .popup__container .simple-form__bottom {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .contacts-page .popup__container .simple-form__bottom {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.contacts-page .popup__container .simple-form__bottom .simple-form__confirm {
  width: 160px;
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1679px) {
  .contacts-page .popup__container .simple-form__bottom .simple-form__confirm {
    width: calc(9.5238095238 * var(--view-width) / 100);
    font-size: calc(0.5952380952 * var(--view-width) / 100);
    line-height: calc(0.9523809524 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .contacts-page .popup__container .simple-form__bottom .simple-form__confirm {
    width: calc(55.9895833333 * var(--view-width) / 100);
    font-size: calc(1.3020833333 * var(--view-width) / 100);
    line-height: calc(2.0833333333 * var(--view-width) / 100);
    text-align: left;
  }
}
@media (max-width: 767px) {
  .contacts-page .popup__container .simple-form__bottom .simple-form__confirm {
    width: 100%;
    font-size: 10px;
    line-height: 16px;
  }
}
@media (max-width: 1023px) {
  .contacts-page .popup__container .simple-form__bottom .simple-form__submit {
    width: calc(22.9166666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .contacts-page .popup__container .simple-form__bottom .simple-form__submit {
    width: 100%;
  }
}
.contacts-page .popup__container .application-section__title {
  margin-bottom: 30px;
  line-height: 0;
}
@media (max-width: 1679px) {
  .contacts-page .popup__container .application-section__title {
    margin-bottom: calc(1.7857142857 * var(--view-width) / 100);
  }
}
.contacts-page__question {
  width: calc(100% - 923px - 30px);
  border-radius: 24px;
  background-color: #4BB5B3;
  padding: 32px;
}
@media (max-width: 1679px) {
  .contacts-page__question {
    margin-bottom: calc(1.7857142857 * var(--view-width) / 100);
  }
}
.contacts-page__slider-button.slider__button {
  width: 24px;
  height: 24px;
  fill: #373745;
  background: none;
  color: #373745;
}
.contacts-page__slider-button.slider__button.swiper-button-disabled {
  opacity: 0.7;
}
.contacts-page__slider-button.slider__button svg {
  width: 100%;
  height: 100%;
}

.content-video__wrapper {
  position: relative;
}
.content-video__wrapper::before {
  content: "";
  display: block;
  padding-top: 65.5%;
}
.content-video__poster {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .content-video__poster {
    border-radius: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .content-video__poster {
    border-radius: calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .content-video__poster {
    border-radius: 30px;
  }
}
.content-video__poster picture,
.content-video__poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-video__play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64rem;
  height: 64rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.content-video__play-button svg {
  width: 100%;
  height: 100%;
  fill: transparent;
}
@media (hover: hover) {
  .content-video__play-button:hover {
    width: 70rem;
    height: 70rem;
  }
}

.cookie-popup {
  position: relative;
}
.cookie-popup.popup {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 10px;
  right: 10px;
  top: auto;
  left: auto;
  z-index: 55;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .cookie-popup.popup {
    bottom: calc(0.5952380952 * var(--view-width) / 100);
    right: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .cookie-popup.popup {
    bottom: calc(1.3020833333 * var(--view-width) / 100);
    right: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .cookie-popup.popup {
    bottom: 0;
    right: 0;
  }
}
.cookie-popup__close {
  width: 24rem;
  height: 24rem;
  position: absolute;
  top: 30rem;
  right: 30rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cookie-popup__close {
    top: 20rem;
    right: 20rem;
  }
}
.cookie-popup__close svg {
  width: 100%;
  height: 100%;
}
.cookie-popup__title {
  margin-bottom: 10px;
}
@media (max-width: 1679px) {
  .cookie-popup__title {
    margin-bottom: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .cookie-popup__title {
    margin-bottom: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .cookie-popup__title {
    margin-bottom: 10px;
  }
}
.cookie-popup__description {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14rem;
  line-height: 20rem;
}
@media (max-width: 1679px) {
  .cookie-popup__description {
    margin-bottom: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .cookie-popup__description {
    margin-bottom: calc(1.3020833333 * var(--view-width) / 100);
    font-size: 13rem;
    line-height: 14rem;
  }
}
@media (max-width: 767px) {
  .cookie-popup__description {
    margin-bottom: 10px;
  }
}
.cookie-popup__description a {
  font-weight: 500;
}
.cookie-popup .accept {
  font-size: 18rem;
  line-height: 1;
  padding: 10rem 10rem;
  font-weight: 400;
  width: auto;
  min-height: auto;
  min-width: auto;
}
@media (max-width: 1023px) {
  .cookie-popup .accept {
    font-size: 15rem;
    padding: 8rem 10rem;
  }
}
@media (max-width: 767px) {
  .cookie-popup .accept {
    font-size: 14rem;
    padding: 8rem 12rem;
  }
}
.cookie-popup .popup__wrapper {
  background-color: transparent;
  height: auto;
}
.cookie-popup .popup__container {
  width: 680px;
  padding: 30rem;
  box-shadow: 0px 6px 28px -10px rgba(83, 36, 46, 0.24);
  color: #1D1D1B;
}
@media (max-width: 1679px) {
  .cookie-popup .popup__container {
    width: calc(40.4761904762 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .cookie-popup .popup__container {
    width: calc(88.5416666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .cookie-popup .popup__container {
    width: calc(100% - 25px);
    padding: 20rem;
    margin: auto;
  }
}
.cookie-popup .popup__close {
  top: 30px;
  right: 30px;
}
@media (max-width: 1679px) {
  .cookie-popup .popup__close {
    top: calc(1.1904761905 * var(--view-width) / 100);
    right: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .cookie-popup .popup__close {
    top: calc(2.6041666667 * var(--view-width) / 100);
    right: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .cookie-popup .popup__close {
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .custom-datepicker::before {
    content: "Календарь";
    color: #373745;
    font-family: "TenorSans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    height: 24px;
    position: absolute;
    top: 16px;
    left: 16px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.custom-datepicker__cell-day {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 0 2px;
}
.custom-datepicker__cell-day.disabled {
  color: #989898;
}
.custom-datepicker__cell-day.has-events {
  font-weight: 700;
  color: #373745;
}
.custom-datepicker.air-datepicker.-inline- {
  font-family: "Manrope", sans-serif;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px;
  box-shadow: 0px 10px 30px 0px rgba(41, 63, 62, 0.1);
  border-radius: 40px;
  border: 1px solid #F4F7FA;
}
@media (max-width: 1023px) {
  .custom-datepicker.air-datepicker.-inline- {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .custom-datepicker.air-datepicker.-inline- {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 56px 47px 16px;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767px) {
  .custom-datepicker .air-datepicker--navigation, .custom-datepicker .air-datepicker--buttons {
    width: 280px;
  }
}
.custom-datepicker .air-datepicker-body--day-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #373745;
  padding: 0 2px;
  width: 40px;
  max-width: 40px;
  height: 36px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .custom-datepicker .air-datepicker-body--day-name {
    height: 36px;
  }
}
.custom-datepicker .air-datepicker-nav {
  padding: 0;
  border: none;
  height: 24px;
  min-height: 24px;
  margin-bottom: 20px;
}
.custom-datepicker .air-datepicker--content {
  padding: 0;
}
.custom-datepicker .air-datepicker-body--day-names {
  margin: 0 0 8px;
}
.custom-datepicker .air-datepicker-nav--title {
  align-items: flex-start;
  color: #373745;
  height: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.custom-datepicker .air-datepicker-nav--title i {
  font-size: inherit;
  line-height: inherit;
  color: #1D1D1B;
}
.custom-datepicker .air-datepicker-nav--action {
  width: 24px;
  height: 24px;
  background-image: url("/images/official/ic_datepicker_slider_arrow_left.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}
.custom-datepicker .air-datepicker-nav--action:hover {
  background-image: url("/images/official/ic_datepicker_slider_arrow_left.svg");
  background-color: transparent;
}
.custom-datepicker .air-datepicker-nav--action[data-action=next] {
  transform: rotate(180deg);
}
.custom-datepicker .air-datepicker-nav--action svg {
  display: none;
}
.custom-datepicker .air-datepicker-cell.-month-.-current-,
.custom-datepicker .air-datepicker-cell.-year-.-current- {
  color: #4BB5B3;
}
.custom-datepicker .air-datepicker-cell.-month-.-current-.-selected,
.custom-datepicker .air-datepicker-cell.-year-.-current-.-selected {
  background: transparent;
}
.custom-datepicker .air-datepicker-cell.-day- {
  color: #1D1D1B;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  width: 40px;
  max-width: 40px;
}
.custom-datepicker .air-datepicker-cell.-day-.-other-month- {
  color: #B2B9BF;
}
.custom-datepicker .air-datepicker-cell.-day-.-current- {
  color: #4BB5B3;
  border-radius: 100%;
  background-color: transparent;
}
.custom-datepicker .air-datepicker-cell.-day-.-current- .custom-datepicker__cell-day {
  border-radius: 100%;
  background: #F4F7FA;
}
.custom-datepicker .air-datepicker-cell.-day-.-current- .custom-datepicker__cell-day.disabled {
  color: #4BB5B3;
}
.custom-datepicker .air-datepicker-cell.-day-.-current-.-selected- .custom-datepicker__cell-day {
  color: #fff;
}
.custom-datepicker .air-datepicker-cell.-day-.-focus- {
  border-radius: 100%;
  background: #F4F7FA;
  border: none;
}
.custom-datepicker .air-datepicker-cell.-day-.-selected-, .custom-datepicker .air-datepicker-cell.-day-.-selected-.-focus-, .custom-datepicker .air-datepicker-cell.-day-.-selected-.-range-to-, .custom-datepicker .air-datepicker-cell.-day-.-selected-.-range-from- {
  border-radius: 0;
  background: transparent;
  color: #fff;
  margin: 0;
}
.custom-datepicker .air-datepicker-cell.-day-.-selected- .custom-datepicker__cell-day, .custom-datepicker .air-datepicker-cell.-day-.-selected-.-focus- .custom-datepicker__cell-day, .custom-datepicker .air-datepicker-cell.-day-.-selected-.-range-to- .custom-datepicker__cell-day, .custom-datepicker .air-datepicker-cell.-day-.-selected-.-range-from- .custom-datepicker__cell-day {
  background-color: #4BB5B3;
  border-radius: 100%;
}
.custom-datepicker .air-datepicker-cell.-day-.-selected- .custom-datepicker__cell-day {
  color: #fff;
}
.custom-datepicker .air-datepicker-cell.-day-.-selected-.-range-from- {
  z-index: 2;
}
.custom-datepicker .air-datepicker-cell.-day-.-selected-.-range-from- + .air-datepicker-cell.-day-.-in-range-::after {
  left: -32px;
}
.custom-datepicker .air-datepicker-cell.-day-.-selected-.-range-to-::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  right: 50%;
  background-color: #F4F7FA;
  width: 32px;
}
.custom-datepicker .air-datepicker-cell.-day-.-in-range- {
  color: #4BB5B3;
  border-radius: 0;
  border: none;
}
.custom-datepicker .air-datepicker-cell.-day-.-in-range-::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  right: -8px;
  background-color: #F4F7FA;
}
.custom-datepicker .air-datepicker-cell.-day-.-in-range- .custom-datepicker__cell-day {
  color: #4BB5B3;
}
.custom-datepicker .air-datepicker-body--cells.-days-,
.custom-datepicker .air-datepicker-body--day-names {
  justify-content: center;
  grid-column-gap: 0;
  grid-row-gap: 4px;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: 36px;
  overflow: hidden;
}
.custom-datepicker .air-datepicker--buttons {
  padding: 0;
  border: none;
  margin-top: 20px;
}
.custom-datepicker .air-datepicker-buttons {
  align-items: center;
}
.custom-datepicker .air-datepicker-button.datepicker-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  min-width: 141px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 40px;
  border: 1px solid transparent;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out, stroke 0.3s ease-in-out;
  color: #fff;
  background: #4BB5B3;
}
@media (hover: hover) {
  .custom-datepicker .air-datepicker-button.datepicker-button:hover {
    color: #fff;
    background: #8DD2D1;
  }
}
@media (max-width: 1023px) {
  .custom-datepicker .air-datepicker-button.datepicker-button {
    min-height: 36px;
    min-width: 124px;
    padding: 8px 10px;
  }
}
@media (max-width: 767px) {
  .custom-datepicker .air-datepicker-button.datepicker-button {
    padding: 8px 12px;
  }
}
.custom-datepicker .air-datepicker-button.datepicker-button.disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.custom-datepicker .air-datepicker-button.datepicker-button.target {
  margin-left: auto;
}
.custom-datepicker .air-datepicker-button.datepicker-button.target span {
  font-family: "Manrope", sans-serif;
  font-size: 18rem;
  font-weight: 400;
  line-height: 24rem;
}
@media (max-width: 1023px) {
  .custom-datepicker .air-datepicker-button.datepicker-button.target span {
    font-size: 15rem;
    line-height: 18rem;
  }
}
@media (max-width: 767px) {
  .custom-datepicker .air-datepicker-button.datepicker-button.target span {
    font-size: 14rem;
    line-height: 18rem;
  }
}
.custom-datepicker .air-datepicker-button.datepicker-clear {
  min-width: 0;
  background: none;
  padding: 0;
  color: #4BB5B3;
  cursor: pointer;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
@media (max-width: 1679px) {
  .custom-datepicker .air-datepicker-button.datepicker-clear {
    font-size: calc(1.1904761905 * var(--view-width) / 100);
    line-height: calc(1.5476190476 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .custom-datepicker .air-datepicker-button.datepicker-clear {
    font-size: calc(2.34375 * var(--view-width) / 100);
    line-height: calc(2.8645833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .custom-datepicker .air-datepicker-button.datepicker-clear {
    font-size: 18px;
    line-height: 22px;
  }
}
.custom-datepicker .air-datepicker-button.datepicker-clear.disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
@media (hover: hover) {
  .custom-datepicker .air-datepicker-button.datepicker-clear:hover:not(.disabled) {
    color: #8DD2D1;
  }
}
.custom-datepicker .air-datepicker-button.datepicker-clear span {
  justify-content: flex-start;
}

.custom-list ol,
.custom-list ul {
  font-weight: 300;
}
.custom-list ol li:not(:first-of-type),
.custom-list ul li:not(:first-of-type) {
  margin: 40px 0 0;
}
@media (max-width: 1679px) {
  .custom-list ol li:not(:first-of-type),
  .custom-list ul li:not(:first-of-type) {
    margin: calc(2.380952381 * var(--view-width) / 100) 0 0;
  }
}
@media (max-width: 1023px) {
  .custom-list ol li:not(:first-of-type),
  .custom-list ul li:not(:first-of-type) {
    margin: calc(5.2083333333 * var(--view-width) / 100) 0 0;
  }
}
@media (max-width: 767px) {
  .custom-list ol li:not(:first-of-type),
  .custom-list ul li:not(:first-of-type) {
    margin: 40px 0 0;
  }
}
.custom-list ul.default > li {
  padding-top: 0;
  list-style-type: none;
  padding-left: 0;
  min-height: auto;
  margin: 0;
}
.custom-list ul.default > li::before {
  content: none;
}
.custom-list ul.default > li::after {
  content: none;
}
.custom-list ul > li,
.custom-list ol > li {
  position: relative;
  padding-left: 64px;
  padding-top: 1px;
  min-height: 44px;
  display: flex;
  align-items: center;
}
@media (max-width: 1679px) {
  .custom-list ul > li,
  .custom-list ol > li {
    padding-left: calc(3.8095238095 * var(--view-width) / 100);
    min-height: calc(2.619047619 * var(--view-width) / 100);
    padding-top: calc(0.0595238095 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .custom-list ul > li,
  .custom-list ol > li {
    padding-left: calc(7.03125 * var(--view-width) / 100);
    min-height: calc(4.6875 * var(--view-width) / 100);
    padding-top: calc(0.5208333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .custom-list ul > li,
  .custom-list ol > li {
    padding-left: 54px;
    padding-top: 4px;
  }
}
.custom-list ul > li::after,
.custom-list ol > li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: #373745;
}
@media (max-width: 1679px) {
  .custom-list ul > li::after,
  .custom-list ol > li::after {
    width: calc(2.619047619 * var(--view-width) / 100);
    height: calc(2.619047619 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .custom-list ul > li::after,
  .custom-list ol > li::after {
    width: calc(4.6875 * var(--view-width) / 100);
    height: calc(4.6875 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .custom-list ul > li::after,
  .custom-list ol > li::after {
    width: 36px;
    height: 36px;
  }
}
.custom-list ul > li::before,
.custom-list ol > li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);
  background-image: url("/images/official/arrow-in-list.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1679px) {
  .custom-list ul > li::before,
  .custom-list ol > li::before {
    width: calc(1.4285714286 * var(--view-width) / 100);
    height: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .custom-list ul > li::before,
  .custom-list ol > li::before {
    width: calc(3.125 * var(--view-width) / 100);
    height: calc(3.125 * var(--view-width) / 100);
    left: -4rem;
  }
}
@media (max-width: 767px) {
  .custom-list ul > li::before,
  .custom-list ol > li::before {
    width: 24px;
    height: 24px;
    left: -4rem;
  }
}
.custom-list ul > li div:first-child,
.custom-list ol > li div:first-child {
  margin-top: 6px;
}
@media (max-width: 1679px) {
  .custom-list ul > li div:first-child,
  .custom-list ol > li div:first-child {
    margin-top: calc(0.3571428571 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .custom-list ul > li div:first-child,
  .custom-list ol > li div:first-child {
    margin-top: 2px;
  }
}
.custom-list ol {
  counter-reset: section;
}
.custom-list ol li::before {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 22px;
  top: 6px;
  counter-increment: section;
  content: counter(section);
  transform: translateX(-50%);
  background: none;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  z-index: 1;
  font-family: "TenorSans", sans-serif;
}
@media (max-width: 1679px) {
  .custom-list ol li::before {
    top: calc(0.3571428571 * var(--view-width) / 100);
    left: calc(1.3095238095 * var(--view-width) / 100);
    font-size: calc(1.6666666667 * var(--view-width) / 100);
    line-height: calc(1.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .custom-list ol li::before {
    top: calc(0.9114583333 * var(--view-width) / 100);
    left: calc(2.34375 * var(--view-width) / 100);
    font-size: calc(2.8645833333 * var(--view-width) / 100);
    line-height: calc(2.8645833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .custom-list ol li::before {
    top: 7px;
    font-size: 22px;
    line-height: 22px;
    left: 18px;
  }
}
.custom-list ol li ul li {
  margin-top: 0;
}
.custom-list ol li ul li div:first-child {
  margin-top: 0;
}
@media (max-width: 1679px) {
  .custom-list ol li ul li div:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .custom-list ol li ul li div:first-child {
    margin-top: 0;
  }
}
.custom-list ol li ol > li {
  padding-top: 0;
  padding-left: 55px;
}
@media (max-width: 1679px) {
  .custom-list ol li ol > li {
    padding-left: calc(3.2738095238 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .custom-list ol li ol > li {
    padding-left: calc(6.25 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .custom-list ol li ol > li {
    padding-left: 40px;
  }
}
.custom-list ol li ol > li div:first-child {
  margin-top: 0;
}
@media (max-width: 1679px) {
  .custom-list ol li ol > li div:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .custom-list ol li ol > li div:first-child {
    margin-top: 0;
  }
}
.custom-list ol li ol > li::after {
  content: none;
}
.custom-list ol li ol > li::before {
  transform: none;
  left: 0;
  color: #1D1D1B;
  counter-increment: section;
  content: counters(section, ".") " ";
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
@media (max-width: 1679px) {
  .custom-list ol li ol > li::before {
    font-size: calc(1.4285714286 * var(--view-width) / 100);
    line-height: calc(1.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .custom-list ol li ol > li::before {
    font-size: calc(2.6041666667 * var(--view-width) / 100);
    line-height: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .custom-list ol li ol > li::before {
    font-size: 20px;
    line-height: 20px;
  }
}

.custom-list-circle {
  border-radius: 100%;
  background-color: #F4F7FA;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  min-width: 43px;
  height: 43px;
}
@media (max-width: 1679px) {
  .custom-list-circle {
    width: calc(2.5595238095 * var(--view-width) / 100);
    min-width: calc(2.5595238095 * var(--view-width) / 100);
    height: calc(2.5595238095 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .custom-list-circle {
    width: calc(4.1666666667 * var(--view-width) / 100);
    min-width: calc(4.1666666667 * var(--view-width) / 100);
    height: calc(4.1666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .custom-list-circle {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
}
.custom-list-circle svg {
  fill: transparent;
  color: #373745;
  stroke: currentColor;
  width: 24px;
  height: 24px;
}
@media (max-width: 1679px) {
  .custom-list-circle svg {
    width: calc(1.4285714286 * var(--view-width) / 100);
    height: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .custom-list-circle svg {
    width: calc(2.34375 * var(--view-width) / 100);
    height: calc(2.34375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .custom-list-circle svg {
    width: 16px;
    height: 16px;
  }
}

.custom-select {
  min-width: 244px;
  position: relative;
}
@media (max-width: 1679px) {
  .custom-select {
    min-width: calc(14.5238095238 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .custom-select {
    min-width: calc(31.7708333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .custom-select {
    min-width: 244px;
  }
}
.custom-select .select2-container--default {
  display: block;
  width: 100%;
  color: #1D1D1B;
}
.custom-select .select2-container--default .select2-search {
  display: none;
}
.custom-select .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  height: auto;
  min-height: 70px;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  border: none;
}
@media (max-width: 1679px) {
  .custom-select .select2-container--default .select2-selection--single {
    gap: calc(1.1904761905 * var(--view-width) / 100);
    min-height: calc(4.1666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .custom-select .select2-container--default .select2-selection--single {
    gap: calc(1.3020833333 * var(--view-width) / 100);
    min-height: calc(5.9895833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .custom-select .select2-container--default .select2-selection--single {
    gap: 10px;
    cursor: auto;
    min-height: 46px;
  }
}
.custom-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  min-height: 70px;
  margin: 0;
  padding: 0;
  font-size: 64px;
  line-height: 70px;
  font-weight: 300;
  color: #952B42;
  white-space: normal;
}
@media (max-width: 1679px) {
  .custom-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: calc(4.1666666667 * var(--view-width) / 100);
    font-size: calc(3.8095238095 * var(--view-width) / 100);
    line-height: calc(4.1666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .custom-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: calc(5.9895833333 * var(--view-width) / 100);
    font-size: calc(5.46875 * var(--view-width) / 100);
    line-height: calc(5.9895833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .custom-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 46px;
    font-size: 42px;
    line-height: 46px;
  }
}
.custom-select .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: gray;
}
.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  position: static;
  flex-shrink: 0;
}
@media (max-width: 1679px) {
  .custom-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.0714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .custom-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.34375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .custom-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 18px;
  }
}
.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: static;
  margin: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #952B42;
  border-top: none;
  border-left: none;
  transition: transform 0.3s ease-in-out;
  transform: translateY(-25%) rotate(45deg);
}
@media (max-width: 1679px) {
  .custom-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: calc(0.8333333333 * var(--view-width) / 100);
    height: calc(0.8333333333 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .custom-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: calc(1.8229166667 * var(--view-width) / 100);
    height: calc(1.8229166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .custom-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 14px;
    height: 14px;
  }
}
.custom-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: 1px solid gray;
  border-top: none;
  border-left: none;
  transform: translateY(25%) rotate(-135deg);
}
.custom-select .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: inherit;
  color: orange;
}
.custom-select .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
}
.custom-select .select2-container--default .select2-results {
  padding: 0;
}
.custom-select .select2-container--default .select2-results__options {
  max-height: 230px;
  position: relative;
  padding-right: 0;
}
@media (max-width: 1679px) {
  .custom-select .select2-container--default .select2-results__options {
    max-height: calc(13.6904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .custom-select .select2-container--default .select2-results__options {
    max-height: calc(29.9479166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .custom-select .select2-container--default .select2-results__options {
    max-height: 230px;
  }
}
.custom-select .select2-container--default .select2-results__options::-webkit-scrollbar {
  width: 5px;
  height: 47px;
  background-color: transparent;
}
.custom-select .select2-container--default .select2-results__options::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
}
.custom-select .select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: #B2B9BF;
  border-radius: 4px;
  border: none;
}
.custom-select .select2-container--default .select2-results__option {
  padding: 10px 15px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}
@media (max-width: 1679px) {
  .custom-select .select2-container--default .select2-results__option {
    padding: calc(0.5952380952 * var(--view-width) / 100) calc(0.8928571429 * var(--view-width) / 100);
    font-size: calc(1.1904761905 * var(--view-width) / 100);
    line-height: calc(1.5476190476 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .custom-select .select2-container--default .select2-results__option {
    padding: calc(1.3020833333 * var(--view-width) / 100) calc(1.953125 * var(--view-width) / 100);
    font-size: calc(2.6041666667 * var(--view-width) / 100);
    line-height: calc(3.3854166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .custom-select .select2-container--default .select2-results__option {
    padding: 10px 15px;
    font-size: 20px;
    line-height: 26px;
  }
}
.custom-select .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #F4F7FA;
  color: #952B42;
}
.custom-select .select2-container--default .select2-results__option.select2-results__option--selected {
  background: #952B42;
  color: #fff;
}
.custom-select .select2-container--default .select2-dropdown {
  background-color: #fff;
  border: 1px solid #F4F7FA;
  border-radius: 15px;
  box-shadow: 0px 6px 28px -10px rgba(83, 36, 46, 0.24);
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .custom-select .select2-container--default .select2-dropdown {
    border-radius: calc(0.8928571429 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .custom-select .select2-container--default .select2-dropdown {
    border-radius: calc(1.953125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .custom-select .select2-container--default .select2-dropdown {
    border-radius: 15px;
  }
}

.date {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.date__number {
  font-family: "TenorSans", sans-serif;
  font-size: 90rem;
  font-weight: 400;
  line-height: 100rem;
  letter-spacing: -5.4rem;
}
@media (max-width: 1679px) {
  .date__number {
    font-size: calc(5.3571428571 * var(--view-width) / 100);
    line-height: calc(5.9523809524 * var(--view-width) / 100);
    letter-spacing: calc(-0.3214285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .date__number {
    font-size: calc(8.59375 * var(--view-width) / 100);
    line-height: calc(8.59375 * var(--view-width) / 100);
    letter-spacing: calc(-0.515625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .date__number {
    font-size: 36rem;
    line-height: 36rem;
    letter-spacing: -2.16rem;
  }
}
.date__text {
  color: #373745;
}

@media (max-width: 1679px) {
  .default-list {
    gap: calc(1.0714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .default-list {
    gap: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .default-list {
    gap: 20px;
  }
}
.default-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 32rem 0;
}
@media (max-width: 1679px) {
  .default-list li {
    gap: calc(0.9523809524 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .default-list li {
    gap: calc(1.0416666667 * var(--view-width) / 100);
    padding: 24rem 0;
  }
}
@media (max-width: 767px) {
  .default-list li {
    gap: 8px;
  }
}
.default-list li:not(:first-child) {
  border-top: 1px solid #F5F5F5;
}
.default-list li .custom-list-circle {
  width: 44rem;
  height: 44rem;
  flex-shrink: 0;
}
.default-list li .li-text {
  display: block;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .default-list li .li-text {
    gap: 5px;
  }
}

.description-items-block {
  position: relative;
  min-height: 360rem;
}
@media (max-width: 1023px) {
  .description-items-block {
    min-height: 0;
  }
}
.description-items-block__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40rem;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .description-items-block__list {
    gap: 67rem;
  }
}
@media (max-width: 767px) {
  .description-items-block__list {
    gap: 24rem;
  }
}
.description-items-block__list-left, .description-items-block__list-right {
  display: flex;
  flex-direction: column;
  gap: 40rem;
}
@media (max-width: 1023px) {
  .description-items-block__list-left, .description-items-block__list-right {
    gap: 24rem;
  }
}
.description-items-block__list-left {
  width: 327rem;
}
@media (max-width: 1023px) {
  .description-items-block__list-left {
    width: 400rem;
  }
}
@media (max-width: 767px) {
  .description-items-block__list-left {
    width: 100%;
  }
}
.description-items-block__list-right {
  width: 208rem;
}
@media (max-width: 1023px) {
  .description-items-block__list-right {
    width: 214rem;
    gap: 20rem;
  }
}
@media (max-width: 767px) {
  .description-items-block__list-right {
    width: 100%;
    order: 1;
  }
}
.description-items-block__list-right .description-items-block__list-item .text, .description-items-block__list-right .description-items-block__list-item .button--small {
  font-size: 30rem;
  line-height: 40rem;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .description-items-block__list-right .description-items-block__list-item .text, .description-items-block__list-right .description-items-block__list-item .button--small {
    font-size: 24rem;
    line-height: 34rem;
  }
}
@media (max-width: 767px) {
  .description-items-block__list-right .description-items-block__list-item .text, .description-items-block__list-right .description-items-block__list-item .button--small {
    font-size: 20rem;
    line-height: 22rem;
  }
}
.description-items-block__list-right .description-items-block__list-item .title {
  font-weight: 400;
}
@media (max-width: 1023px) {
  .description-items-block__list-right .description-items-block__list-item .title {
    padding-left: 0;
  }
}
.description-items-block__list-item {
  font-family: "Manrope", sans-serif;
  font-size: 18rem;
  line-height: 24rem;
  width: 100%;
}
@media (max-width: 1023px) {
  .description-items-block__list-item {
    font-size: 16rem;
    line-height: 20rem;
  }
}
@media (max-width: 767px) {
  .description-items-block__list-item {
    font-size: 14rem;
    line-height: 20rem;
  }
}
.description-items-block__list-item .title {
  font-weight: 500;
  color: #B2B9BF;
  margin-bottom: 12rem;
}
@media (max-width: 1023px) {
  .description-items-block__list-item .title {
    max-width: 100%;
  }
}
.description-items-block__list-item .text, .description-items-block__list-item .button--small {
  font-weight: 400;
}
@media (max-width: 1023px) {
  .description-items-block__list-item .text, .description-items-block__list-item .button--small {
    max-width: 100%;
  }
}
.description-items-block__background {
  position: absolute;
  width: 855rem;
  height: 487rem;
  top: -69rem;
  left: 207rem;
  z-index: -1;
}
@media (max-width: 1023px) {
  .description-items-block__background {
    position: static;
    margin-top: 20rem;
    width: 100%;
    height: 303rem;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .description-items-block__background {
    height: 167rem;
  }
}
.description-items-block__background.mobile {
  display: none;
}
@media (max-width: 767px) {
  .description-items-block__background.mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .description-items-block__background.desk {
    display: none;
  }
}
.description-items-block__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.distributor-form__field-button {
  display: flex;
  align-items: end;
  gap: 8px;
  cursor: pointer;
}
@media (max-width: 1679px) {
  .distributor-form__field-button {
    gap: calc(0.4761904762 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .distributor-form__field-button {
    gap: calc(1.0416666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .distributor-form__field-button {
    gap: 8px;
  }
}
.distributor-form__field-button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #fff;
}
@media (max-width: 1679px) {
  .distributor-form__field-button svg {
    width: calc(1.4285714286 * var(--view-width) / 100);
    height: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .distributor-form__field-button svg {
    width: calc(3.125 * var(--view-width) / 100);
    height: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .distributor-form__field-button svg {
    width: 24px;
    height: 24px;
  }
}
.distributor-form__wrapper {
  display: flex;
  flex-direction: column;
}
.distributor-form__wrapper-additional {
  margin-bottom: 30px;
}
@media (max-width: 1679px) {
  .distributor-form__wrapper-additional {
    margin-bottom: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .distributor-form__wrapper-additional {
    margin-bottom: calc(3.2552083333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .distributor-form__wrapper-additional {
    margin-bottom: 25px;
  }
}
.distributor-form__wrapper-additional:last-child {
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .distributor-form__wrapper-additional:last-child {
    margin-bottom: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .distributor-form__wrapper-additional:last-child {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .distributor-form__wrapper-additional:last-child {
    margin-bottom: 20px;
  }
}
.distributor-form__title {
  margin-bottom: 10px;
}
@media (max-width: 1679px) {
  .distributor-form__title {
    margin-bottom: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .distributor-form__title {
    margin-bottom: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .distributor-form__title {
    margin-bottom: 10px;
  }
}
.distributor-form__fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1679px) {
  .distributor-form__fields {
    margin-bottom: calc(0.5952380952 * var(--view-width) / 100);
    gap: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .distributor-form__fields {
    margin-bottom: calc(1.3020833333 * var(--view-width) / 100);
    gap: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .distributor-form__fields {
    margin-bottom: 10px;
    gap: 10px;
  }
}
.distributor-form__field-button {
  margin-left: 30px;
  font-weight: 300;
}
@media (max-width: 1679px) {
  .distributor-form__field-button {
    margin-left: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .distributor-form__field-button {
    margin-left: calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .distributor-form__field-button {
    margin-left: 30px;
  }
}
.distributor-form__bottom {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .distributor-form__bottom {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.distributor-form__count {
  margin-right: auto;
}
@media (max-width: 767px) {
  .distributor-form__count {
    margin-top: 10px;
  }
}
.distributor-form__step {
  display: none;
}
.distributor-form__step.active {
  display: block;
}
.distributor-form__step:first-child .simple-form__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
}
@media (max-width: 1679px) {
  .distributor-form__step:first-child .simple-form__form {
    grid-column-gap: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .distributor-form__step:first-child .simple-form__form {
    grid-column-gap: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .distributor-form__step:first-child .simple-form__form {
    grid-column-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.distributor-form__step:first-child .form-group {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .distributor-form__step:first-child .form-group {
    grid-column: span 1;
  }
}
.distributor-form__step:first-child .form-group:nth-child(2), .distributor-form__step:first-child .form-group:nth-child(3), .distributor-form__step:first-child .form-group:nth-child(7), .distributor-form__step:first-child .form-group:nth-child(8) {
  grid-column: span 1;
}
.distributor-form__step:first-child .form-group--checkbox {
  margin-top: 10px;
  margin-left: 30px;
}
@media (max-width: 1679px) {
  .distributor-form__step:first-child .form-group--checkbox {
    margin-top: calc(0.5952380952 * var(--view-width) / 100);
    margin-left: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .distributor-form__step:first-child .form-group--checkbox {
    margin-top: calc(1.3020833333 * var(--view-width) / 100);
    margin-left: calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .distributor-form__step:first-child .form-group--checkbox {
    margin-top: 10px;
    margin-left: 30px;
  }
}
.distributor-form__step:nth-child(2) .simple-form__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
}
@media (max-width: 1679px) {
  .distributor-form__step:nth-child(2) .simple-form__form {
    grid-column-gap: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .distributor-form__step:nth-child(2) .simple-form__form {
    grid-column-gap: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .distributor-form__step:nth-child(2) .simple-form__form {
    grid-column-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.distributor-form__step:nth-child(2) .form-group {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .distributor-form__step:nth-child(2) .form-group {
    grid-column: span 1;
  }
}
.distributor-form__step:nth-child(2) .form-group:nth-child(2), .distributor-form__step:nth-child(2) .form-group:nth-child(3), .distributor-form__step:nth-child(2) .form-group:nth-child(5), .distributor-form__step:nth-child(2) .form-group:nth-child(6) {
  grid-column: span 1;
}
.distributor-form__step:nth-child(2) .custom-select {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .distributor-form__step:nth-child(2) .custom-select {
    grid-column: span 1;
  }
}
.distributor-form__step-button {
  height: -moz-fit-content;
  height: fit-content;
  min-width: 210px;
}
@media (max-width: 1679px) {
  .distributor-form__step-button {
    min-width: calc(12.5 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .distributor-form__step-button {
    min-width: calc(27.34375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .distributor-form__step-button {
    min-width: 100%;
  }
}
.distributor-form__step-button--next {
  background: #761B2E;
}
.distributor-form__step-button--prev {
  margin-right: 10px;
  border: 1px solid #EAD5D9;
}
@media (max-width: 1679px) {
  .distributor-form__step-button--prev {
    margin-right: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .distributor-form__step-button--prev {
    margin-right: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .distributor-form__step-button--prev {
    margin-right: 0;
  }
}
@media (hover: hover) {
  .distributor-form__step-button--prev:hover {
    border-color: #761B2E;
  }
}
.distributor-form .simple-form__confirm {
  margin-top: 20px;
}
@media (max-width: 1679px) {
  .distributor-form .simple-form__confirm {
    margin-top: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .distributor-form .simple-form__confirm {
    margin-top: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .distributor-form .simple-form__confirm {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .distributor-form .simple-form__inner .custom-select .select2-container--default .select2-selection--single {
    min-height: calc(5.9895833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .distributor-form .simple-form__inner .custom-select .select2-container--default .select2-selection--single {
    min-height: 46px;
  }
}
@media (max-width: 1023px) {
  .distributor-form .simple-form__inner .custom-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: calc(5.9895833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .distributor-form .simple-form__inner .custom-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 46px;
  }
}

.document {
  padding: 20px;
  border: 1px solid #EAD5D9;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1679px) {
  .document {
    padding: calc(1.1904761905 * var(--view-width) / 100);
    gap: calc(1.1904761905 * var(--view-width) / 100);
    border-radius: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .document {
    padding: calc(2.6041666667 * var(--view-width) / 100);
    gap: calc(2.6041666667 * var(--view-width) / 100);
    border-radius: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .document {
    padding: 20px;
    border-radius: 20px;
    gap: 20px;
  }
}
.document__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #EAD5D9;
  flex-shrink: 0;
}
@media (max-width: 1679px) {
  .document__image {
    width: calc(4.7619047619 * var(--view-width) / 100);
    height: calc(4.7619047619 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .document__image {
    width: calc(6.25 * var(--view-width) / 100);
    height: calc(6.25 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .document__image {
    width: 48px;
    height: 48px;
  }
}
.document__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1679px) {
  .document__content {
    gap: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .document__content {
    width: 80%;
    gap: calc(0.390625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .document__content {
    gap: 3px;
  }
}
.document__name {
  color: #952B42;
}
@media (max-width: 1023px) {
  .document__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.document__size {
  color: #B2B9BF;
}
.document__icon {
  width: 40px;
  height: 40px;
}
@media (max-width: 1679px) {
  .document__icon {
    width: calc(2.380952381 * var(--view-width) / 100);
    height: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .document__icon {
    width: calc(3.125 * var(--view-width) / 100);
    height: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .document__icon {
    width: 24px;
    height: 24px;
  }
}
.document__icon img {
  width: 100%;
  height: 100%;
}

.empty-list-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.empty-list-result__icon {
  height: 64px;
  width: auto;
}
.empty-list-result__icon svg {
  width: 100%;
  height: 100%;
  fill: transparent;
}
.empty-list-result__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.empty-list-result-action {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media (max-width: 1679px) {
  .empty-list-result-action {
    margin-top: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .empty-list-result-action {
    margin-top: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .empty-list-result-action {
    margin-top: 24px;
  }
}
.event-search {
  margin-bottom: 50px;
}
@media (max-width: 1679px) {
  .event-search {
    margin-bottom: calc(2.9761904762 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .event-search {
    margin-bottom: calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .event-search {
    margin-bottom: 30px;
  }
}
.event-search:last-child .event-search__wrapper {
  border-bottom: 1px solid #F4F7FA;
}
.event-search__wrapper {
  border-top: 1px solid #F4F7FA;
  padding: 25px 0;
}
@media (max-width: 1679px) {
  .event-search__wrapper {
    padding: calc(1.4880952381 * var(--view-width) / 100) 0;
  }
}
@media (max-width: 1023px) {
  .event-search__wrapper {
    padding: calc(3.2552083333 * var(--view-width) / 100) 0;
  }
}
@media (max-width: 767px) {
  .event-search__wrapper {
    padding: 25px 0;
  }
}
.event-search__title {
  display: block;
  margin-bottom: 15px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .event-search__title {
    margin-bottom: calc(0.8928571429 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .event-search__title {
    margin-bottom: calc(1.953125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .event-search__title {
    margin-bottom: 15px;
  }
}
@media (hover: hover) {
  .event-search__title:hover {
    color: #761B2E;
  }
}
.event-search__text {
  font-weight: 300;
}
.event-search__dedicated {
  background: #EAD5D9;
}

.events-page {
  margin-bottom: 90px;
}
@media (max-width: 1679px) {
  .events-page {
    margin-bottom: calc(5.3571428571 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-page {
    margin-bottom: calc(8.59375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-page {
    margin-bottom: 66px;
  }
}
.events-page__title {
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .events-page__title {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-page__title {
    margin-bottom: calc(4.6875 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-page__title {
    margin-bottom: 36px;
  }
}
.events-page__list-container {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 1679px) {
  .events-page__list-container {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
    margin-top: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-page__list-container {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
    margin-top: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-page__list-container {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.events-page__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: max-content;
  gap: 28px;
}
@media (max-width: 1679px) {
  .events-page__list {
    gap: calc(1.6666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-page__list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-page__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.events-page__list::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.7;
}
.events-page__empty-list-result {
  margin-top: 40px;
}
@media (max-width: 1679px) {
  .events-page__empty-list-result {
    margin-top: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-page__empty-list-result {
    margin-top: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-page__empty-list-result {
    margin-top: 20px;
  }
}
.events-page__empty-list-result-filter-button {
  margin-top: 24px;
}
@media (max-width: 1679px) {
  .events-page__empty-list-result-filter-button {
    margin-top: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-page__empty-list-result-filter-button {
    margin-top: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-page__empty-list-result-filter-button {
    margin-top: 24px;
  }
}
.events-page__sub-title {
  color: #B2B9BF;
}
.events-page .card {
  width: auto;
  min-height: 420px;
  height: auto;
}
@media (max-width: 1679px) {
  .events-page .card {
    min-height: calc(25 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-page .card {
    min-height: calc(49.4791666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-page .card {
    width: 100%;
    min-height: 380px;
  }
}
.events-page__filters-wrapper {
  margin: 15px 0 0;
}
@media (max-width: 1679px) {
  .events-page__filters-wrapper {
    margin: calc(0.8928571429 * var(--view-width) / 100) 0 0;
  }
}
@media (max-width: 1023px) {
  .events-page__filters-wrapper {
    margin: 0;
    position: relative;
  }
}
@media (max-width: 767px) {
  .events-page__filters-wrapper {
    margin-top: 10px;
    position: static;
  }
}
.events-page__filters-grid {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
@media (max-width: 1679px) {
  .events-page__filters-grid {
    gap: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-page__filters-grid {
    gap: calc(1.3020833333 * var(--view-width) / 100);
    order: 1;
  }
}
@media (max-width: 767px) {
  .events-page__filters-grid {
    width: calc(20px + 100%);
    padding-right: 20px;
    overflow: auto;
    position: relative;
    padding-bottom: 8px;
    gap: 10px;
  }
}
.events-page__filters-grid::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
@media (max-width: 1679px) {
  .events-page__filters-grid::-webkit-scrollbar {
    width: calc(0.2380952381 * var(--view-width) / 100);
    height: calc(0.2380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-page__filters-grid::-webkit-scrollbar {
    width: calc(0.5208333333 * var(--view-width) / 100);
    height: calc(0.5208333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-page__filters-grid::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
}
.events-page__filters-grid::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
}
.events-page__filters-grid::-webkit-scrollbar-thumb {
  width: 4px;
  height: 4px;
  background-color: #F4F7FA;
  border-radius: 4px;
  border: none;
}
@media (max-width: 1679px) {
  .events-page__filters-grid::-webkit-scrollbar-thumb {
    width: calc(0.2380952381 * var(--view-width) / 100);
    height: calc(0.2380952381 * var(--view-width) / 100);
    border-radius: calc(0.2380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-page__filters-grid::-webkit-scrollbar-thumb {
    width: calc(0.5208333333 * var(--view-width) / 100);
    height: calc(0.5208333333 * var(--view-width) / 100);
    border-radius: calc(0.5208333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-page__filters-grid::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    border-radius: 4px;
  }
}
.events-page__filters-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
}
@media (max-width: 1679px) {
  .events-page__filters-inner {
    gap: calc(0.5952380952 * var(--view-width) / 100);
    padding-bottom: calc(0.2380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-page__filters-inner {
    gap: calc(1.3020833333 * var(--view-width) / 100);
    overflow: auto;
    padding-bottom: calc(0.5208333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-page__filters-inner {
    gap: 10px;
    overflow: initial;
    padding-bottom: 0;
  }
}
.events-page__filters-inner::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
@media (max-width: 1679px) {
  .events-page__filters-inner::-webkit-scrollbar {
    width: calc(0.2380952381 * var(--view-width) / 100);
    height: calc(0.2380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-page__filters-inner::-webkit-scrollbar {
    width: calc(0.5208333333 * var(--view-width) / 100);
    height: calc(0.5208333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-page__filters-inner::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
}
.events-page__filters-inner::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
}
.events-page__filters-inner::-webkit-scrollbar-thumb {
  width: 4px;
  height: 4px;
  background-color: #F4F7FA;
  border-radius: 4px;
  border: none;
}
@media (max-width: 1679px) {
  .events-page__filters-inner::-webkit-scrollbar-thumb {
    width: calc(0.2380952381 * var(--view-width) / 100);
    height: calc(0.2380952381 * var(--view-width) / 100);
    border-radius: calc(0.2380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-page__filters-inner::-webkit-scrollbar-thumb {
    width: calc(0.5208333333 * var(--view-width) / 100);
    height: calc(0.5208333333 * var(--view-width) / 100);
    border-radius: calc(0.5208333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-page__filters-inner::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    border-radius: 4px;
  }
}
.events-page__filters-counter {
  display: none;
  margin-top: 40px;
}
@media (max-width: 1679px) {
  .events-page__filters-counter {
    margin-top: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-page__filters-counter {
    margin-top: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-page__filters-counter {
    margin-top: 20px;
  }
}
.events-page__filters-item {
  flex-shrink: 0;
}
.events-page__filters-types {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
}
@media (max-width: 1679px) {
  .events-page__filters-types {
    gap: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-page__filters-types {
    gap: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-page__filters-types {
    gap: 10px;
  }
}
.events-page__filters-reset {
  display: none;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .events-page__filters-reset {
    order: 0;
    align-self: flex-start;
  }
}
.events-page__filters-reset-button.tag {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .events-page__filters-reset-button span {
    display: none;
  }
}
.events-page__filters-reset-button svg {
  width: 18px;
  height: 18px;
  fill: transparent;
  stroke: #373745;
}
@media (max-width: 1679px) {
  .events-page__filters-reset-button svg {
    width: calc(1.0714285714 * var(--view-width) / 100);
    height: calc(1.0714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-page__filters-reset-button svg {
    width: calc(1.8229166667 * var(--view-width) / 100);
    height: calc(1.8229166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-page__filters-reset-button svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1023px) {
  .events-page__filters-reset-button {
    padding: calc(0.9114583333 * var(--view-width) / 100) !important;
    border-radius: 100%;
  }
}
@media (max-width: 767px) {
  .events-page__filters-reset-button {
    padding: 6px !important;
  }
}

.is-loading .events-page__list::before {
  display: block;
}

.has-filters .events-page__filters-counter {
  display: block;
}
@media (max-width: 767px) {
  .has-filters .events-page__filters-grid {
    padding-right: 60px;
  }
}
.has-filters .events-page__filters-reset {
  display: block;
}

.feedback-form {
  opacity: 0;
  position: absolute;
  top: 0;
  left: calc(-100% - 80px);
  width: 100%;
  transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .feedback-form {
    left: calc(-36.3095238095 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .feedback-form {
    left: calc(-81.7708333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .feedback-form {
    left: calc(-100% - 80px);
  }
}
.feedback-form.active {
  left: 0;
  opacity: 1;
}
.feedback-form__title {
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .feedback-form__title {
    margin-bottom: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .feedback-form__title {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .feedback-form__title {
    margin-bottom: 20px;
  }
}
.feedback-form__text {
  margin-bottom: 30px;
}
@media (max-width: 1679px) {
  .feedback-form__text {
    margin-bottom: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .feedback-form__text {
    margin-bottom: calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .feedback-form__text {
    margin-bottom: 30px;
  }
}
.feedback-form--distributor .simple-form__confirm {
  text-align: left;
}
@media (max-width: 767px) {
  .feedback-form--distributor .simple-form__confirm {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 1;
  }
}
@media (max-width: 767px) and (max-width: 1679px) {
  .feedback-form--distributor .simple-form__confirm {
    bottom: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) and (max-width: 1023px) {
  .feedback-form--distributor .simple-form__confirm {
    bottom: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .feedback-form--distributor .simple-form__confirm {
    bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .feedback-form--distributor .simple-form__submit {
    width: -moz-fit-content;
    width: fit-content;
    min-width: calc(27.34375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .feedback-form--distributor .simple-form__submit {
    width: 100%;
  }
}
.feedback-form--clinic .simple-form__form {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
}
@media (max-width: 1679px) {
  .feedback-form--clinic .simple-form__form {
    grid-column-gap: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .feedback-form--clinic .simple-form__form {
    grid-column-gap: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .feedback-form--clinic .simple-form__form {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10px;
  }
}
.feedback-form--clinic .simple-form__form .form-group {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .feedback-form--clinic .simple-form__form .form-group {
    grid-column: span 1;
  }
}
.feedback-form--clinic .simple-form__form .form-group:nth-child(1), .feedback-form--clinic .simple-form__form .form-group:nth-child(2) {
  grid-column: span 1;
}
@media (max-width: 1023px) {
  .feedback-form--clinic .simple-form__confirm {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .feedback-form--clinic .simple-form__confirm {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .feedback-form--clinic .simple-form__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .feedback-form--clinic .simple-form__bottom {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1023px) {
  .feedback-form--clinic .simple-form__submit {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .feedback-form--clinic .simple-form__submit {
    width: 100%;
  }
}

.first-screen {
  position: relative;
}
.first-screen__wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1023px) {
  .first-screen__wrapper {
    align-items: flex-start;
    padding-top: calc(3.2552083333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .first-screen__wrapper {
    padding-top: 0;
    align-items: flex-end;
    padding-bottom: 60px;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .first-screen__wrapper::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 198px;
    background: linear-gradient(180deg, rgba(29, 29, 27, 0) 0%, #1D1D1B 100%);
    opacity: 0.5;
    left: 0;
    bottom: 0;
  }
}
.first-screen__content {
  max-width: 690px;
  color: #fff;
  z-index: 1;
}
@media (max-width: 1679px) {
  .first-screen__content {
    padding-top: calc(5.3571428571 * var(--view-width) / 100);
    max-width: calc(41.0714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .first-screen__content {
    padding-top: 0;
    max-width: calc(58.8541666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .first-screen__content {
    max-width: 100%;
    width: 100%;
  }
}
.first-screen__title {
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 1679px) {
  .first-screen__title {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .first-screen__title {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .first-screen__title {
    width: 100%;
    margin: 0;
    font-size: 32px;
    line-height: 34px;
    text-align: center;
  }
}
.first-screen__subtitle {
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .first-screen__subtitle {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .first-screen__subtitle {
    margin-right: calc(7.5520833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .first-screen__subtitle {
    display: none;
  }
}
@media (max-width: 767px) {
  .first-screen__subtitle--mobile {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.first-screen__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1679px) {
  .first-screen__buttons {
    gap: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .first-screen__buttons {
    gap: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .first-screen__buttons {
    display: none;
  }
}
@media (max-width: 767px) {
  .first-screen__buttons--mobile {
    display: flex;
    gap: 10px;
  }
}
.first-screen__link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
@media (max-width: 1679px) {
  .first-screen__link {
    gap: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .first-screen__link {
    gap: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .first-screen__link {
    gap: 10px;
  }
}
@media (hover: hover) {
  .first-screen__link:hover .circle-button__wrapper {
    background: #761B2E;
  }
}
@media (max-width: 767px) {
  .first-screen__link {
    color: #952B42;
  }
}
.first-screen__bg-decor {
  position: absolute;
  top: -90px;
  left: calc(50% + 141px);
  height: 100vh;
  width: -moz-max-content;
  width: max-content;
  opacity: 0.4;
}
@media (max-width: 1679px) {
  .first-screen__bg-decor {
    top: 0;
    left: 50%;
    transform: translateX(calc(8.3928571429 * var(--view-width) / 100));
    height: 100vh;
  }
}
@media (max-width: 1023px) {
  .first-screen__bg-decor {
    left: auto;
    top: calc(-7.8125 * var(--view-width) / 100);
    right: calc(-3.90625 * var(--view-width) / 100);
    height: calc(67.7083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .first-screen__bg-decor {
    top: -60px;
    height: 450px;
    right: auto;
    left: calc(50% - 150px);
  }
}
.first-screen__bg-decor img {
  width: auto;
  height: 100%;
}
.first-screen__image-women {
  position: absolute;
  top: -90px;
  left: 50%;
  height: 100vh;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1679px) {
  .first-screen__image-women {
    top: 0;
    transform: translateX(calc(-0.8928571429 * var(--view-width) / 100));
  }
}
@media (max-width: 1023px) {
  .first-screen__image-women {
    left: auto;
    right: calc(-6.7708333333 * var(--view-width) / 100);
    top: calc(-7.8125 * var(--view-width) / 100);
    height: calc(67.7083333333 * var(--view-width) / 100);
    transform: none;
  }
}
@media (max-width: 767px) {
  .first-screen__image-women {
    top: -60px;
    right: 50%;
    transform: translateX(50%);
    height: 449px;
  }
}
.first-screen__image-women img {
  height: 100%;
  width: auto;
}

.footer {
  padding-top: 88px;
  background-color: #373745;
  position: relative;
}
@media (max-width: 1679px) {
  .footer {
    padding-top: calc(5.2380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .footer {
    padding-top: calc(10.4166666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 56px;
    height: auto;
  }
}
.footer.page-wrapper--about-product .footer__about-title.contacts {
  display: flex;
}
.footer.page-wrapper--about-product .footer__about-title.about-product {
  display: none;
}
.footer .container {
  height: 100%;
}
.footer__wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  gap: 60px;
}
@media (max-width: 1679px) {
  .footer__wrapper {
    gap: calc(3.5714285714 * var(--view-width) / 100);
    padding-bottom: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .footer__wrapper {
    gap: calc(5.9895833333 * var(--view-width) / 100);
    padding-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .footer__wrapper {
    gap: 30px;
    padding-bottom: 20px;
    padding-top: 44px;
  }
}
.footer__about {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.footer__about-title {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1679px) {
  .footer__about-title {
    gap: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .footer__about-title {
    gap: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .footer__about-title {
    flex-direction: column;
    gap: 24px;
  }
}
.footer__about-title.contacts {
  display: none;
}
.footer__about-title-ellipse {
  background-color: #fff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1679px) {
  .footer__about-title-ellipse {
    width: calc(5.9523809524 * var(--view-width) / 100);
    height: calc(5.9523809524 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .footer__about-title-ellipse {
    width: calc(10.4166666667 * var(--view-width) / 100);
    height: calc(10.4166666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .footer__about-title-ellipse {
    width: 58px;
    height: 58px;
  }
}
.footer__about-title-ellipse svg {
  fill: none;
  stroke: #373745;
  width: 16px;
  height: 16px;
}
@media (max-width: 1679px) {
  .footer__about-title-ellipse svg {
    width: calc(0.9523809524 * var(--view-width) / 100);
    height: calc(0.9523809524 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .footer__about-title-ellipse svg {
    width: calc(2.0833333333 * var(--view-width) / 100);
    height: calc(2.0833333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .footer__about-title-ellipse svg {
    width: 16px;
    height: 16px;
  }
}
.footer__content {
  border-top: 1px solid #48485D;
  padding-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1679px) {
  .footer__content {
    padding-top: calc(3.5714285714 * var(--view-width) / 100);
    gap: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .footer__content {
    padding-top: calc(5.9895833333 * var(--view-width) / 100);
    gap: calc(5.9895833333 * var(--view-width) / 100);
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .footer__content {
    padding-top: 30px;
  }
}
.footer__content-item {
  height: -moz-fit-content;
  height: fit-content;
}
.footer__content-nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}
@media (max-width: 1679px) {
  .footer__content-nav ul {
    grid-column-gap: calc(1.7857142857 * var(--view-width) / 100);
    grid-row-gap: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .footer__content-nav ul {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .footer__content-nav ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
.footer__content-info {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-column-gap: 60px;
  grid-row-gap: 20px;
}
@media (max-width: 1679px) {
  .footer__content-info {
    grid-column-gap: calc(3.5714285714 * var(--view-width) / 100);
    grid-row-gap: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .footer__content-info {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .footer__content-info {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
.footer__content-info-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__content-info-item--address {
  grid-column: 1/3;
  height: -moz-fit-content;
  height: fit-content;
}
.footer__content-call-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1679px) {
  .footer__content-call-form {
    gap: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .footer__content-call-form {
    gap: calc(2.6041666667 * var(--view-width) / 100);
    display: none;
  }
}
@media (max-width: 767px) {
  .footer__content-call-form {
    display: flex;
    gap: 20px;
  }
}
.footer__content-call-form p {
  color: #7B7B87;
}
.footer__content-call-form-tablet {
  display: none;
}
@media (max-width: 1023px) {
  .footer__content-call-form-tablet {
    display: flex !important;
    width: 85%;
  }
}
@media (max-width: 767px) {
  .footer__content-call-form-tablet {
    display: none !important;
  }
}
.footer__addition-title {
  border-top: 1px solid #48485D;
  border-bottom: 1px solid #48485D;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1679px) {
  .footer__addition-title {
    padding-top: calc(3.5714285714 * var(--view-width) / 100);
    padding-bottom: calc(3.5714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .footer__addition-title {
    padding-top: calc(5.9895833333 * var(--view-width) / 100);
    padding-bottom: calc(5.9895833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .footer__addition-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer__addition-title p {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  opacity: 0.5;
}
@media (max-width: 1679px) {
  .footer__addition-title p {
    font-size: calc(3.5714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .footer__addition-title p {
    font-size: calc(3.7760416667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .footer__addition-title p {
    font-size: 25px;
  }
}
.footer__final-information {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .footer__final-information {
    grid-template-columns: repeat(3, calc(27.0833333333 * var(--view-width) / 100));
  }
}
@media (max-width: 767px) {
  .footer__final-information {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    align-items: flex-start;
  }
}
.footer__final-information-police {
  text-align: center;
}
@media (max-width: 767px) {
  .footer__final-information-police {
    text-align: start;
  }
}
.footer__final-information-company-created {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.footer__final-information-company-created .svk-logo-link {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__final-information-company-created {
    justify-content: flex-start;
  }
}

.form-file__label {
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.form-file__label svg {
  width: 24px;
  height: 24px;
  margin: 0 5px 0 0;
  fill: none;
  stroke: currentColor;
  transition: stroke 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .form-file__label svg {
    width: calc(1.4285714286 * var(--view-width) / 100);
    height: calc(1.4285714286 * var(--view-width) / 100);
    margin: 0 calc(0.2976190476 * var(--view-width) / 100) 0 0;
  }
}
@media (max-width: 1023px) {
  .form-file__label svg {
    width: calc(3.125 * var(--view-width) / 100);
    height: calc(3.125 * var(--view-width) / 100);
    margin: 0 calc(0.6510416667 * var(--view-width) / 100) 0 0;
  }
}
@media (max-width: 767px) {
  .form-file__label svg {
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
  }
}
.form-file__values {
  max-width: 288px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1679px) {
  .form-file__values {
    max-width: calc(17.1428571429 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .form-file__values {
    max-width: calc(37.5 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .form-file__values {
    max-width: 288px;
  }
}
.form-file__file {
  display: flex;
  align-items: center;
  font-weight: 300;
  padding-top: 10px;
}
@media (max-width: 1679px) {
  .form-file__file {
    padding-top: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .form-file__file {
    padding-top: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .form-file__file {
    padding-top: 10px;
  }
}
.form-file__delete {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 0 0 12px;
  cursor: pointer;
}
@media (max-width: 1679px) {
  .form-file__delete {
    width: calc(0.5952380952 * var(--view-width) / 100);
    height: calc(0.5952380952 * var(--view-width) / 100);
    margin: 0 0 0 calc(0.7142857143 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .form-file__delete {
    width: calc(1.3020833333 * var(--view-width) / 100);
    height: calc(1.3020833333 * var(--view-width) / 100);
    margin: 0 0 0 calc(1.5625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .form-file__delete {
    width: 16px;
    height: 16px;
    margin: 0 0 0 12px;
  }
}
.form-file__delete::before, .form-file__delete::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 1px;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .form-file__delete::before, .form-file__delete::after {
    width: calc(0.9523809524 * var(--view-width) / 100);
    height: calc(0.0595238095 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .form-file__delete::before, .form-file__delete::after {
    width: calc(2.0833333333 * var(--view-width) / 100);
    height: calc(0.1302083333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .form-file__delete::before, .form-file__delete::after {
    width: 16px;
    height: 1px;
  }
}
.form-file__delete::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.form-file__delete::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.form-file__error {
  display: none;
  margin: 8px 0 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 1679px) {
  .form-file__error {
    margin: calc(0.4761904762 * var(--view-width) / 100) 0 0;
  }
}
@media (max-width: 1023px) {
  .form-file__error {
    margin: calc(1.0416666667 * var(--view-width) / 100) 0 0;
  }
}
@media (max-width: 767px) {
  .form-file__error {
    margin: 8px 0 0;
  }
}
.form-file.has-error .form-file__error {
  display: block;
}
.form-file button.form-file__delete {
  background: none;
  border: none;
  padding: 0;
}

.form-group {
  position: relative;
}
.form-group__inner {
  display: block;
  cursor: pointer;
}
@media (hover: hover) {
  .form-group__inner:hover input {
    border: 1px solid #F4F7FA;
  }
}
.form-group__inner input::-moz-placeholder, .form-group__inner textarea::-moz-placeholder {
  font-size: 20px;
  color: #B2B9BF;
  font-weight: 300;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.form-group__inner input::placeholder,
.form-group__inner textarea::placeholder {
  font-size: 20px;
  color: #B2B9BF;
  font-weight: 300;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .form-group__inner input::-moz-placeholder, .form-group__inner textarea::-moz-placeholder {
    font-size: calc(1.1904761905 * var(--view-width) / 100);
  }
  .form-group__inner input::placeholder,
  .form-group__inner textarea::placeholder {
    font-size: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .form-group__inner input::-moz-placeholder, .form-group__inner textarea::-moz-placeholder {
    font-size: calc(2.34375 * var(--view-width) / 100);
  }
  .form-group__inner input::placeholder,
  .form-group__inner textarea::placeholder {
    font-size: calc(2.34375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .form-group__inner input::-moz-placeholder, .form-group__inner textarea::-moz-placeholder {
    font-size: 18px;
  }
  .form-group__inner input::placeholder,
  .form-group__inner textarea::placeholder {
    font-size: 18px;
  }
}
.form-group__inner input:disabled {
  cursor: not-allowed;
}
.form-group__inner input {
  width: 100%;
  height: 64px;
  padding: 19px 30px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  background-color: #fff;
  border-radius: 50px;
  color: #1D1D1B;
  border: 1px solid transparent;
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .form-group__inner input {
    height: calc(3.8095238095 * var(--view-width) / 100);
    padding: calc(1.130952381 * var(--view-width) / 100) calc(1.7857142857 * var(--view-width) / 100);
    font-size: calc(1.1904761905 * var(--view-width) / 100);
    line-height: calc(1.5476190476 * var(--view-width) / 100);
    border-radius: calc(2.9761904762 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .form-group__inner input {
    height: calc(6.25 * var(--view-width) / 100);
    padding: calc(1.6927083333 * var(--view-width) / 100) calc(2.6041666667 * var(--view-width) / 100);
    font-size: calc(2.34375 * var(--view-width) / 100);
    line-height: calc(2.8645833333 * var(--view-width) / 100);
    border-radius: calc(6.5104166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .form-group__inner input {
    height: 48px;
    padding: 13px 20px;
    font-size: 18px;
    line-height: 22px;
    border-radius: 50px;
  }
}
.form-group__inner textarea {
  width: 100%;
  min-height: 64px;
  height: 64px;
  padding: 17px 20px 17px 30px;
  max-height: 128px;
  resize: none;
  border: none;
  font-size: 20px;
  line-height: 26px;
  border-radius: 50px;
  overflow: hidden;
  font-weight: 300;
  color: #1D1D1B;
  background: #fff;
}
@media (max-width: 1679px) {
  .form-group__inner textarea {
    min-height: calc(3.8095238095 * var(--view-width) / 100);
    padding: calc(1.0119047619 * var(--view-width) / 100) calc(1.1904761905 * var(--view-width) / 100) calc(1.0119047619 * var(--view-width) / 100) calc(1.7857142857 * var(--view-width) / 100);
    max-height: calc(7.619047619 * var(--view-width) / 100);
    font-size: calc(1.1904761905 * var(--view-width) / 100);
    line-height: calc(1.5476190476 * var(--view-width) / 100);
    border-radius: calc(2.9761904762 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .form-group__inner textarea {
    min-height: calc(6.25 * var(--view-width) / 100);
    height: calc(6.25 * var(--view-width) / 100);
    padding: calc(1.4322916667 * var(--view-width) / 100) calc(2.6041666667 * var(--view-width) / 100);
    max-height: calc(12.5 * var(--view-width) / 100);
    font-size: calc(2.34375 * var(--view-width) / 100);
    line-height: calc(3.3854166667 * var(--view-width) / 100);
    border-radius: calc(2.8645833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .form-group__inner textarea {
    min-height: 48px;
    height: 48px;
    max-height: 96px;
    padding: 11px 20px;
    font-size: 18px;
    line-height: 22px;
    border-radius: 50px;
  }
}
.form-group__inner textarea::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.form-group__inner textarea::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
}
.form-group__inner textarea::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: rgba(149, 43, 66, 0.3);
  border-radius: 50px;
  border: none;
}
.form-group__error {
  display: none;
  margin: 5px 0 0 30px;
  color: #F00;
}
@media (max-width: 1679px) {
  .form-group__error {
    margin: calc(0.2976190476 * var(--view-width) / 100) 0 0 calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .form-group__error {
    margin: calc(0.6510416667 * var(--view-width) / 100) 0 0 calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .form-group__error {
    margin: 5px 0 0 30px;
  }
}
.form-group.has-error .form-group__inner input,
.form-group.has-error .form-group__inner textarea {
  border-color: #F00;
  color: #F00;
}
.form-group.has-error .form-group__error {
  display: block;
}
.form-group.has-error input::-moz-placeholder, .form-group.has-error textarea::-moz-placeholder {
  color: #F00;
}
.form-group.has-error input::placeholder,
.form-group.has-error textarea::placeholder {
  color: #F00;
}
.form-group--textarea .form-group__inner {
  border: 1px solid transparent;
  padding-right: 10px;
  border-radius: 50px;
  background: #fff;
  overflow: hidden;
  height: 64px;
  transition: border-color 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .form-group--textarea .form-group__inner {
    height: calc(3.8095238095 * var(--view-width) / 100);
    padding-right: calc(0.5952380952 * var(--view-width) / 100);
    border-radius: calc(2.9761904762 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .form-group--textarea .form-group__inner {
    height: calc(6.25 * var(--view-width) / 100);
    padding-right: calc(1.3020833333 * var(--view-width) / 100);
    border-radius: calc(6.5104166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .form-group--textarea .form-group__inner {
    height: 48px;
    padding-right: 10px;
    border-radius: 50px;
  }
}
@media (hover: hover) {
  .form-group--textarea .form-group__inner:hover {
    border-color: #F4F7FA;
  }
}
.form-group--radio {
  display: block;
}
.form-group--radio .form-group__inner {
  display: flex;
  width: calc(50% - 5px);
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1679px) {
  .form-group--radio .form-group__inner {
    gap: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .form-group--radio .form-group__inner {
    gap: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .form-group--radio .form-group__inner {
    gap: 10px;
  }
}
.form-group--radio .form-group__inner input {
  width: 20px;
  height: 20px;
  margin: 0;
  flex-shrink: 0;
}
@media (max-width: 1679px) {
  .form-group--radio .form-group__inner input {
    width: calc(1.1904761905 * var(--view-width) / 100);
    height: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .form-group--radio .form-group__inner input {
    width: calc(2.6041666667 * var(--view-width) / 100);
    height: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .form-group--radio .form-group__inner input {
    width: 20px;
    height: 20px;
  }
}
.form-group--radio .form-group-radio__inner {
  display: flex;
  gap: 10px;
}
@media (max-width: 1679px) {
  .form-group--radio .form-group-radio__inner {
    gap: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .form-group--radio .form-group-radio__inner {
    gap: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .form-group--radio .form-group-radio__inner {
    gap: 10px;
  }
}
.form-group--checkbox.has-error .form-group__inner-text::before {
  border: 1px solid #761B2E;
}
.form-group--checkbox .form-group__inner {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  align-items: start;
  gap: 10px;
}
@media (max-width: 1679px) {
  .form-group--checkbox .form-group__inner {
    gap: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .form-group--checkbox .form-group__inner {
    gap: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .form-group--checkbox .form-group__inner {
    gap: 10px;
  }
}
.form-group--checkbox .form-group__inner input {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.form-group--checkbox .form-group__inner input:focus + .form-group__inner-text:before {
  outline: 2px solid #952B42;
  border: none;
}
.form-group--checkbox .form-group__inner input:checked + .form-group__inner-text:before {
  background: #952B42;
  border-color: #952B42;
}
.form-group--checkbox .form-group__inner input:checked + .form-group__inner-text::after {
  background-image: url("/images/official/ic_check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
}
@media (max-width: 1679px) {
  .form-group--checkbox .form-group__inner input:checked + .form-group__inner-text::after {
    background-size: calc(0.5952380952 * var(--view-width) / 100) calc(0.4761904762 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .form-group--checkbox .form-group__inner input:checked + .form-group__inner-text::after {
    background-size: calc(1.3020833333 * var(--view-width) / 100) calc(1.0416666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .form-group--checkbox .form-group__inner input:checked + .form-group__inner-text::after {
    background-size: 10px 8px;
  }
}
@media (hover: hover) {
  .form-group--checkbox .form-group__inner input:checked + .form-group__inner-text:hover:before {
    border-color: #B2B9BF;
  }
}
.form-group--checkbox .form-group__inner-text {
  display: inline-block;
  padding-left: 28px;
  position: relative;
}
@media (max-width: 1679px) {
  .form-group--checkbox .form-group__inner-text {
    padding-left: calc(1.6666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .form-group--checkbox .form-group__inner-text {
    padding-left: calc(3.6458333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .form-group--checkbox .form-group__inner-text {
    padding-left: 28px;
  }
}
@media (hover: hover) {
  .form-group--checkbox .form-group__inner-text:hover::before {
    border-color: #B2B9BF;
  }
}
.form-group--checkbox .form-group__inner-text::before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #F4F7FA;
}
@media (max-width: 1679px) {
  .form-group--checkbox .form-group__inner-text::before {
    width: calc(1.0714285714 * var(--view-width) / 100);
    height: calc(1.0714285714 * var(--view-width) / 100);
    border-radius: calc(0.2380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .form-group--checkbox .form-group__inner-text::before {
    width: calc(2.34375 * var(--view-width) / 100);
    height: calc(2.34375 * var(--view-width) / 100);
    border-radius: calc(0.5208333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .form-group--checkbox .form-group__inner-text::before {
    width: 18px;
    height: 18px;
    border-radius: 4px;
  }
}
.form-group--checkbox .form-group__inner-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
}
@media (max-width: 1679px) {
  .form-group--checkbox .form-group__inner-text::after {
    width: calc(1.0714285714 * var(--view-width) / 100);
    height: calc(1.0714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .form-group--checkbox .form-group__inner-text::after {
    width: calc(2.34375 * var(--view-width) / 100);
    height: calc(2.34375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .form-group--checkbox .form-group__inner-text::after {
    width: 18px;
    height: 18px;
  }
}
.form-group--radio .form-group__inner input {
  pointer-events: none;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.form-group--radio .form-group__inner input:focus + .form-group__inner-text:before {
  border: 2px solid #952B42;
}
.form-group--radio .form-group__inner input:checked + .form-group__inner-text:before {
  border-color: #952B42;
}
.form-group--radio .form-group__inner input:checked + .form-group__inner-text::after {
  width: 10px;
  height: 10px;
  background: #952B42;
  top: 5px;
  left: 5px;
  border-radius: 100%;
}
@media (max-width: 1679px) {
  .form-group--radio .form-group__inner input:checked + .form-group__inner-text::after {
    width: calc(0.5952380952 * var(--view-width) / 100);
    height: calc(0.5952380952 * var(--view-width) / 100);
    top: calc(0.2976190476 * var(--view-width) / 100);
    left: calc(0.2976190476 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .form-group--radio .form-group__inner input:checked + .form-group__inner-text::after {
    width: calc(1.3020833333 * var(--view-width) / 100);
    height: calc(1.3020833333 * var(--view-width) / 100);
    top: calc(0.6510416667 * var(--view-width) / 100);
    left: calc(0.6510416667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .form-group--radio .form-group__inner input:checked + .form-group__inner-text::after {
    width: 10px;
    height: 10px;
    top: 5px;
    left: 5px;
  }
}
@media (hover: hover) {
  .form-group--radio .form-group__inner input:checked + .form-group__inner-text:hover:before {
    border-color: #952B42;
  }
}
.form-group--radio .form-group__inner-text {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
@media (hover: hover) {
  .form-group--radio .form-group__inner-text:hover::before {
    border-color: #952B42;
  }
}
.form-group--radio .form-group__inner-text::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #B2B9BF;
}
@media (max-width: 1679px) {
  .form-group--radio .form-group__inner-text::before {
    width: calc(1.1904761905 * var(--view-width) / 100);
    height: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .form-group--radio .form-group__inner-text::before {
    width: calc(2.6041666667 * var(--view-width) / 100);
    height: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .form-group--radio .form-group__inner-text::before {
    width: 20px;
    height: 20px;
  }
}
.form-group--radio .form-group__inner-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
}
@media (max-width: 1679px) {
  .form-group--radio .form-group__inner-text::after {
    width: calc(1.1904761905 * var(--view-width) / 100);
    height: calc(1.1904761905 * var(--view-width) / 100);
    top: calc(0.1785714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .form-group--radio .form-group__inner-text::after {
    width: calc(2.6041666667 * var(--view-width) / 100);
    height: calc(2.6041666667 * var(--view-width) / 100);
    top: calc(0.390625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .form-group--radio .form-group__inner-text::after {
    width: 20px;
    height: 20px;
    top: 3px;
  }
}

.four-cards {
  position: relative;
}
@media (max-width: 767px) {
  .four-cards {
    width: 100vw;
    overflow-x: hidden;
  }
}
.four-cards__title {
  margin-bottom: 62px;
  color: #952B42;
}
@media (max-width: 1679px) {
  .four-cards__title {
    margin-bottom: calc(3.6904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .four-cards__title {
    margin-bottom: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .four-cards__title {
    margin-bottom: 40px;
  }
}
.four-cards__list {
  display: flex;
  gap: 30px;
}
@media (max-width: 1679px) {
  .four-cards__list {
    gap: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .four-cards__list {
    flex-wrap: wrap;
    gap: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .four-cards__list {
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: scroll;
    padding-bottom: 10px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .four-cards__list::-webkit-scrollbar {
    height: 3px;
    background-color: transparent;
  }
  .four-cards__list::-webkit-scrollbar-track {
    background-color: transparent;
    border: none;
  }
  .four-cards__list::-webkit-scrollbar-thumb {
    height: 3px;
    background-color: rgba(149, 43, 66, 0.3);
    border-radius: 3px;
    border: none;
  }
}
.four-cards__item {
  display: flex;
  align-items: flex-end;
  width: calc((100% - 90px) / 4);
  height: 400px;
  border-radius: 40px;
  padding: 40px;
  background: #952B42;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .four-cards__item {
    width: calc(19.6428571429 * var(--view-width) / 100);
    height: calc(23.8095238095 * var(--view-width) / 100);
    border-radius: calc(2.380952381 * var(--view-width) / 100);
    padding: calc(2.380952381 * var(--view-width) / 100);
    flex-shrink: 0;
  }
}
@media (max-width: 1023px) {
  .four-cards__item {
    width: calc(43.4895833333 * var(--view-width) / 100);
    height: calc(41.6666666667 * var(--view-width) / 100);
    border-radius: calc(3.90625 * var(--view-width) / 100);
    padding: calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .four-cards__item {
    width: 310px;
    height: 320px;
    padding: 30px;
    border-radius: 30px;
  }
}
.four-cards__item:first-child .four-cards__decor {
  top: 0;
  left: -55px;
}
@media (max-width: 1679px) {
  .four-cards__item:first-child .four-cards__decor {
    left: calc(-3.2738095238 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .four-cards__item:first-child .four-cards__decor {
    left: calc(-7.1614583333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .four-cards__item:first-child .four-cards__decor {
    left: -55px;
  }
}
.four-cards__item:nth-child(2) .four-cards__decor {
  top: -135px;
  left: -135px;
}
@media (max-width: 1679px) {
  .four-cards__item:nth-child(2) .four-cards__decor {
    left: calc(-8.0357142857 * var(--view-width) / 100);
    top: calc(-8.0357142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .four-cards__item:nth-child(2) .four-cards__decor {
    left: calc(-25.5208333333 * var(--view-width) / 100);
    top: calc(-17.578125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .four-cards__item:nth-child(2) .four-cards__decor {
    top: -135px;
    left: -196px;
  }
}
.four-cards__item:nth-child(3) .four-cards__decor {
  top: -27px;
  left: 13px;
}
@media (max-width: 1679px) {
  .four-cards__item:nth-child(3) .four-cards__decor {
    left: calc(-0.7738095238 * var(--view-width) / 100);
    top: calc(-1.6071428571 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .four-cards__item:nth-child(3) .four-cards__decor {
    left: calc(-1.6927083333 * var(--view-width) / 100);
    top: calc(-3.515625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .four-cards__item:nth-child(3) .four-cards__decor {
    top: -13px;
    left: -27px;
  }
}
.four-cards__item:nth-child(4) .four-cards__decor {
  top: -86px;
  left: -137px;
}
@media (max-width: 1679px) {
  .four-cards__item:nth-child(4) .four-cards__decor {
    left: calc(-8.1547619048 * var(--view-width) / 100);
    top: calc(-5.119047619 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .four-cards__item:nth-child(4) .four-cards__decor {
    left: calc(-17.8385416667 * var(--view-width) / 100);
    top: calc(-11.1979166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .four-cards__item:nth-child(4) .four-cards__decor {
    top: -86px;
    left: -137px;
  }
}
.four-cards__item-wrapper {
  position: relative;
  z-index: 1;
}
.four-cards__item-title {
  display: flex;
  gap: 10px;
  align-items: baseline;
}
@media (max-width: 1679px) {
  .four-cards__item-title {
    gap: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .four-cards__item-title {
    gap: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .four-cards__item-title {
    gap: 10px;
  }
}
.four-cards__item-text {
  height: 144px;
}
@media (max-width: 1679px) {
  .four-cards__item-text {
    height: calc(8.5714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .four-cards__item-text {
    height: calc(10.15625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .four-cards__item-text {
    height: 78px;
  }
}
.four-cards__decor {
  position: absolute;
  width: 702px;
  height: 729px;
  opacity: 50%;
}
@media (max-width: 1679px) {
  .four-cards__decor {
    height: calc(43.3928571429 * var(--view-width) / 100);
    width: calc(41.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .four-cards__decor {
    height: calc(94.921875 * var(--view-width) / 100);
    width: calc(91.40625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .four-cards__decor {
    height: 729px;
    width: 702px;
  }
}

.grid-block-with-image {
  margin-top: 180px;
  margin-bottom: 112px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
}
@media (max-width: 1679px) {
  .grid-block-with-image {
    margin-top: calc(10.7142857143 * var(--view-width) / 100);
    margin-bottom: calc(6.6666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .grid-block-with-image {
    display: flex;
    flex-direction: column-reverse;
    margin-top: calc(9.6354166667 * var(--view-width) / 100);
    margin-bottom: calc(5.2083333333 * var(--view-width) / 100);
    gap: calc(2.0833333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .grid-block-with-image {
    gap: 30px;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.grid-block-with-image__left {
  grid-column: span 6;
}
.grid-block-with-image__left .label {
  margin-bottom: 10px;
  color: #B2B9BF;
}
@media (max-width: 1679px) {
  .grid-block-with-image__left .label {
    margin-bottom: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .grid-block-with-image__left .label {
    margin-bottom: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .grid-block-with-image__left .label {
    margin-top: 10px;
  }
}
.grid-block-with-image__right {
  grid-column: span 6;
}
.grid-block-with-image__title {
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .grid-block-with-image__title {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .grid-block-with-image__title {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .grid-block-with-image__title {
    margin-top: 20px;
  }
}
.grid-block-with-image__buttons {
  display: flex;
  gap: 30px;
}
@media (max-width: 1679px) {
  .grid-block-with-image__buttons {
    gap: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .grid-block-with-image__buttons {
    justify-content: space-between;
    gap: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .grid-block-with-image__buttons {
    flex-direction: column;
    gap: 20px;
  }
}
.grid-block-with-image__description {
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .grid-block-with-image__description {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .grid-block-with-image__description {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .grid-block-with-image__description {
    margin-bottom: 20px;
  }
}
.grid-block-with-image__image {
  width: 100%;
}
@media (max-width: 1023px) {
  .grid-block-with-image__image {
    width: calc(66.40625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .grid-block-with-image__image {
    width: 335px;
  }
}
.grid-block-with-image__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes animationHeaderSlideDesktop {
  0% {
    top: -88px;
  }
  100% {
    top: 0;
  }
}
@keyframes animationHeaderSlideVwDesktop {
  0% {
    top: calc(-5.2380952381 * var(--view-width) / 100);
  }
  100% {
    top: 0;
  }
}
@keyframes animationHeaderSlideTablet {
  0% {
    top: calc(-10.4166666667 * var(--view-width) / 100);
  }
  100% {
    top: 0;
  }
}
@keyframes animationHeaderSlideMobile {
  0% {
    top: calc(-7.2916666667 * var(--view-width) / 100);
  }
  100% {
    top: 0;
  }
}
@keyframes animationMainPageHeaderSlideBackDesktop {
  0% {
    top: 0;
  }
  100% {
    top: -88px;
  }
}
@keyframes animationMainPageHeaderSlideBackVwDesktop {
  0% {
    top: 0;
  }
  100% {
    top: calc(-5.2380952381 * var(--view-width) / 100);
  }
}
.header-logo {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 280px;
}
@media (max-width: 1679px) {
  .header-logo {
    max-width: calc(16.6666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .header-logo {
    max-width: calc(36.4583333333 * var(--view-width) / 100);
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .header-logo {
    max-width: 213px;
  }
}
.header-logo__link {
  display: flex;
  align-items: center;
}
.header-logo__link-icon {
  transition: color 0.3s ease-in-out;
  flex-shrink: 0;
  width: 167px;
  height: 28px;
  color: #fff;
}
@media (max-width: 1679px) {
  .header-logo__link-icon {
    width: calc(9.9404761905 * var(--view-width) / 100);
    height: calc(1.6666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .header-logo__link-icon {
    width: calc(19.6614583333 * var(--view-width) / 100);
    height: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .header-logo__link-icon {
    width: 104px;
    height: 16px;
  }
}
.header-logo__link-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.header-logo__link-line {
  transition: color 0.3s ease-in-out;
  margin-left: 16px;
  width: 1px;
  height: 38px;
  flex-shrink: 0;
  color: #fff;
  background-color: currentColor;
}
@media (max-width: 1679px) {
  .header-logo__link-line {
    height: calc(2.2619047619 * var(--view-width) / 100);
    margin-left: calc(0.9523809524 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .header-logo__link-line {
    height: calc(3.6458333333 * var(--view-width) / 100);
    margin-left: calc(2.0833333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .header-logo__link-line {
    height: 20px;
    margin-left: 16px;
  }
}
.header-logo__link-text {
  transition: color 0.3s ease-in-out;
  color: #fff;
  margin-left: 16px;
}
@media (max-width: 1679px) {
  .header-logo__link-text {
    margin-left: calc(0.9523809524 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .header-logo__link-text {
    margin-left: calc(2.0833333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .header-logo__link-text {
    margin-left: 16px;
  }
}

.header {
  transition: background 0.3s ease-in-out;
  background: #8DD2D1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  height: 88px;
}
@media (max-width: 1679px) {
  .header {
    height: calc(5.2380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .header {
    height: calc(10.4166666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .header {
    height: 56px;
  }
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  animation: animationHeaderSlideDesktop 0.5s linear;
  border-bottom: 1px solid #F5F5F5;
}
@media (max-width: 1679px) {
  .header.fixed {
    animation: animationHeaderSlideVwDesktop 0.5s linear;
  }
}
@media (max-width: 1023px) {
  .header.fixed {
    animation: animationHeaderSlideTablet 0.5s linear;
  }
}
@media (max-width: 767px) {
  .header.fixed {
    animation: animationHeaderSlideMobile 0.5s linear;
  }
}
.header.fixed.main-page {
  animation: animationHeaderSlideDesktop 1s linear;
}
@media (max-width: 1679px) {
  .header.fixed.main-page {
    animation: animationHeaderSlideVwDesktop 1s linear;
  }
}
.header.fixed.main-page--hide {
  animation: animationMainPageHeaderSlideBackDesktop 0.75s linear;
}
@media (max-width: 1679px) {
  .header.fixed.main-page--hide {
    animation: animationMainPageHeaderSlideBackVwDesktop 0.75s linear;
  }
}
.header.fixed.main-page .header-logo__link-icon {
  color: #373745 !important;
}
.header.fixed.main-page .header-logo__link-line, .header.fixed.main-page .header-logo__link-text {
  color: #818186 !important;
}
.header.fixed.main-page .header__consultation-button {
  color: #fff;
  background: #373745;
  stroke: #fff;
}
@media (hover: hover) {
  .header.fixed.main-page .header__consultation-button:hover {
    color: #fff;
    background: #818186;
    stroke: #fff;
  }
}
.header.fixed.main-page .header__consultation-mobile-button {
  color: #373745;
}
.header.fixed .header__wrapper {
  color: #1D1D1B;
}
.header.fixed .header__search-icon {
  color: #373745;
}
.header.fixed .header__burger-button.burger-button::before, .header.fixed .header__burger-button.burger-button::after {
  background: #373745;
}
.header.fixed .wow {
  visibility: visible !important;
}
.header.open-search-panel {
  transition: background 0.3s ease-in-out;
  background: #fff;
  z-index: 2;
}
.header.open-search-panel .header__wrapper {
  color: #1D1D1B;
}
.header.open-search-panel .header__search-panel {
  width: 1002px;
  visibility: visible;
  transition: width 0.3s ease-in-out, padding 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .header.open-search-panel .header__search-panel {
    width: calc(59.6428571429 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .header.open-search-panel .header__search-panel {
    width: calc(130.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .header.open-search-panel .header__search-panel {
    width: 1000px;
  }
}
.header.open-search-panel .header__search-button .header__search-icon {
  display: none;
}
.header.open-search-panel .header__search-button .header__search-icon.header__search-icon.header__search-icon--clear {
  display: block;
}
.header.open-search-panel .header__content {
  transform: translateY(-88px);
}
.header.open-search-panel .header__consultation {
  opacity: 0;
  z-index: -1;
}
.header.open-search-panel .circle-button__wrapper {
  border-color: #F4F7FA;
}
.header.burger-menu-open::after {
  width: 100%;
  height: 1px;
  background: #F4F7FA;
}
.header.burger-menu-open .header-logo {
  z-index: 110;
}
.header.burger-menu-open .header-logo .header-logo__link-icon {
  color: #373745;
}
.header.burger-menu-open .header-logo .header-logo__link-line, .header.burger-menu-open .header-logo .header-logo__link-text {
  color: #818186;
}
.header.burger-menu-open .header__wrapper {
  color: #1D1D1B;
}
.header.burger-menu-open .header__burger {
  position: relative;
  z-index: 100;
}
.header.burger-menu-open .header__burger-button.burger-button::before, .header.burger-menu-open .header__burger-button.burger-button::after {
  background: #373745;
}
.header.burger-menu-open .header__consultation {
  z-index: 110;
}
.header.burger-menu-open .header__consultation-button {
  color: #fff;
  background: #373745;
  stroke: #fff;
}
@media (hover: hover) {
  .header.burger-menu-open .header__consultation-button:hover {
    color: #fff;
    background: #818186;
    stroke: #fff;
  }
}
.header.burger-menu-open .header__consultation-mobile-button {
  color: #373745;
}
.header__container {
  overflow: hidden;
}
.header__wrapper {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .header__wrapper {
    height: calc(5.2380952381 * var(--view-width) / 100);
    gap: calc(3.5714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .header__wrapper {
    height: calc(10.4166666667 * var(--view-width) / 100);
    gap: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .header__wrapper {
    height: 56px;
    gap: 10px;
  }
}
.header__content {
  transition: all 0.2s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1679px) {
  .header__content {
    gap: calc(3.5714285714 * var(--view-width) / 100);
  }
}
.header__nav {
  width: 100%;
}
.header__nav .nav__list {
  gap: 0;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 1023px) {
  .header__burger {
    display: block;
  }
}
.header__burger-button {
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #fff;
}
@media (max-width: 1679px) {
  .header__burger-button {
    width: calc(2.8571428571 * var(--view-width) / 100);
    height: calc(2.8571428571 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .header__burger-button {
    width: calc(6.25 * var(--view-width) / 100);
    height: calc(6.25 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .header__burger-button {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 1023px) {
  .header__search {
    display: none;
  }
}
.header__search-panel {
  visibility: hidden;
  width: 0;
  padding-left: 0;
  padding-right: 0;
  right: 323px;
  top: 12px;
  z-index: 10;
  transition: width 0.3s ease-in-out, visibility 0.1s ease-in-out 0.3s;
}
@media (max-width: 1679px) {
  .header__search-panel {
    right: calc(19.2261904762 * var(--view-width) / 100);
    top: calc(0.7142857143 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .header__search-panel {
    right: calc(10.9375 * var(--view-width) / 100);
    top: calc(1.5625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .header__search-panel {
    right: 84px;
    top: 12px;
  }
}
.header__search-panel.search-panel {
  position: absolute;
}
.header__search-icon {
  display: block;
  width: 24px;
  height: 24px;
  color: #fff;
}
@media (max-width: 1679px) {
  .header__search-icon {
    width: calc(1.4285714286 * var(--view-width) / 100);
    height: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .header__search-icon {
    width: calc(2.0833333333 * var(--view-width) / 100);
    height: calc(2.0833333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .header__search-icon {
    width: 16px;
    height: 16px;
  }
}
.header__search-icon--clear {
  display: none;
  position: relative;
  color: #373745;
  border: 1px solid #373745;
  border-radius: 100%;
}
.header__search-icon--clear::before, .header__search-icon--clear::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  background: currentColor;
  transform: translateX(-50%);
  transition: 0.5s;
}
@media (max-width: 1679px) {
  .header__search-icon--clear::before, .header__search-icon--clear::after {
    width: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .header__search-icon--clear::before, .header__search-icon--clear::after {
    width: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .header__search-icon--clear::before, .header__search-icon--clear::after {
    width: 20px;
  }
}
.header__search-icon--clear::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg) scale(0.7);
}
.header__search-icon--clear::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg) scale(0.7);
}
.header__search-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
}
.header__burger-menu {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: right 0.3s ease-in-out;
}
.header__burger-menu.open {
  right: 0;
}
.header__buttons-info {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1679px) {
  .header__buttons-info {
    gap: calc(3.5714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .header__buttons-info {
    gap: calc(4.1666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .header__buttons-info {
    gap: 32px;
  }
}
.header__consultation {
  transition: all 0.2s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.header__consultation-button {
  width: 203px;
}
@media (max-width: 1679px) {
  .header__consultation-button {
    width: calc(12.0833333333 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .header__consultation-button {
    width: calc(23.5677083333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .header__consultation-button {
    display: none;
  }
}
.header__consultation-mobile-button {
  display: none;
  background: none !important;
}
@media (max-width: 767px) {
  .header__consultation-mobile-button {
    display: flex;
  }
}
.header__consultation-mobile-button span {
  width: 24px;
  height: 24px;
}
.header__consultation-mobile-button svg {
  width: 100%;
  height: 100%;
  fill: none;
  color: currentColor;
}

.history {
  background-color: #F4F7FA;
  padding-top: 80rem;
  padding-bottom: 80rem;
}
@media (max-width: 1023px) {
  .history {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }
}
.history__header {
  display: flex;
  align-items: flex-start;
  gap: 149rem;
  margin-bottom: 100rem;
}
@media (max-width: 1023px) {
  .history__header {
    gap: 44rem;
    margin-bottom: 40rem;
  }
}
@media (max-width: 767px) {
  .history__header {
    gap: 40rem;
    flex-direction: column;
  }
}
.history__header h2 {
  width: 526rem;
  font-size: 56rem;
  line-height: 60rem;
  letter-spacing: -1.12rem;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .history__header h2 {
    width: 306rem;
    font-size: 40rem;
    line-height: 40rem;
    letter-spacing: -0.8rem;
  }
}
@media (max-width: 767px) {
  .history__header h2 {
    width: 100%;
    font-size: 28rem;
    line-height: 28rem;
    letter-spacing: -0.56rem;
  }
}
.history__header-description {
  font-size: 18rem;
  line-height: 24rem;
  color: #818186;
}
@media (max-width: 1023px) {
  .history__header-description {
    font-size: 15rem;
    line-height: 18rem;
  }
}
@media (max-width: 767px) {
  .history__header-description {
    font-size: 14rem;
  }
}
@media (max-width: 767px) {
  .history .title-with-arrows__button {
    display: none;
  }
}
.history__main {
  display: flex;
  align-items: flex-end;
  gap: 0;
}
.history__main .title-with-arrows__button.slider__button {
  color: #4BB5B3;
}
.history__slider {
  width: 257rem;
  margin: auto;
  height: 100rem;
}
@media (max-width: 1023px) {
  .history__slider {
    width: 112rem;
    margin: auto;
    height: 70rem;
  }
}
@media (max-width: 767px) {
  .history__slider {
    width: 90rem;
    height: 36rem;
  }
}
.history__slider-item {
  width: 257rem;
  font-size: 28rem;
  line-height: 32rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  font-family: "TenorSans", sans-serif;
  color: #818186;
  transition: color 0.4s ease-in-out, font-size 0.4s ease-in-out, line-height 0.4s ease-in-out;
}
@media (max-width: 1023px) {
  .history__slider-item {
    width: 112rem;
    font-size: 22rem;
    line-height: 38rem;
  }
}
@media (max-width: 767px) {
  .history__slider-item {
    width: 65rem;
    font-size: 18rem;
    line-height: 22rem;
    text-align: left;
  }
}
.history__slider-item p {
  margin-top: auto;
}
.history__slider-item.swiper-slide-active {
  font-size: 90rem;
  line-height: 90rem;
  letter-spacing: -5.4rem;
  color: #4BB5B3;
}
@media (max-width: 1023px) {
  .history__slider-item.swiper-slide-active {
    font-size: 66rem;
    line-height: 66rem;
    width: 142rem;
    letter-spacing: -3.96rem;
  }
}
@media (max-width: 767px) {
  .history__slider-item.swiper-slide-active {
    font-size: 36rem;
    line-height: 36rem;
    width: 90rem;
    letter-spacing: -2.16rem;
  }
}
.history__slider-wrapper {
  width: calc(100% - 128rem);
  overflow: hidden;
  height: 100rem;
}
@media (max-width: 1023px) {
  .history__slider-wrapper {
    width: calc(100% - 96rem);
    height: 70rem;
  }
}
@media (max-width: 767px) {
  .history__slider-wrapper {
    width: 100%;
    height: 36rem;
  }
}
.history__thumb {
  overflow: hidden;
  margin: 44rem 0;
}
@media (max-width: 767px) {
  .history__thumb {
    margin: 40rem 0;
  }
}
.history__thumb-description {
  width: 688rem;
  margin: auto;
  text-align: center;
  font-size: 20rem;
  line-height: 26rem;
  font-family: "TenorSans", sans-serif;
}
@media (max-width: 1023px) {
  .history__thumb-description {
    width: 550rem;
    font-size: 18rem;
    line-height: 22rem;
  }
}
@media (max-width: 767px) {
  .history__thumb-description {
    width: 100%;
    font-size: 16rem;
    line-height: 22rem;
    text-align: left;
  }
}
.history__lines {
  width: 100%;
  height: 44rem;
}
.history__lines svg {
  width: 100%;
  height: 100%;
}
.history__bottom {
  font-size: 18rem;
  line-height: 24rem;
  text-align: center;
  max-width: 1162rem;
  color: #818186;
  margin: 40rem auto 0;
}
@media (max-width: 1023px) {
  .history__bottom {
    font-size: 15rem;
    line-height: 18rem;
  }
}
@media (max-width: 767px) {
  .history__bottom {
    font-size: 14rem;
    text-align: left;
  }
}

.link-to-video {
  display: flex;
  align-items: center;
  gap: 12rem;
  font-size: 18rem;
  line-height: 24rem;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .link-to-video {
    font-size: 16rem;
    line-height: 20rem;
  }
}
@media (max-width: 767px) {
  .link-to-video {
    font-size: 14rem;
  }
}
@media (hover: hover) {
  .link-to-video:hover .link-to-video__icon {
    background-color: #8DD2D1;
  }
}
.link-to-video__icon {
  width: 72rem;
  height: 72rem;
  background-color: #4BB5B3;
  padding: 26rem;
  border-radius: 50%;
  color: #fff;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .link-to-video__icon {
    width: 48rem;
    height: 48rem;
    padding: 12rem;
  }
}
@media (max-width: 767px) {
  .link-to-video__icon {
    width: 44rem;
    height: 44rem;
    padding: 10rem;
  }
}
.link-to-video__icon svg {
  width: 100%;
  height: 100%;
  fill: transparent;
}

.list-count-result {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.list-count-result__text {
  color: #4BB5B3;
}
.list-count-result__addition-text {
  display: none;
  line-height: 24px;
  color: #818186;
}
@media (max-width: 1679px) {
  .list-count-result__addition-text {
    line-height: calc(1.5476190476 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .list-count-result__addition-text {
    font-size: calc(2.0833333333 * var(--view-width) / 100);
    line-height: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .list-count-result__addition-text {
    font-size: 14px;
    line-height: 20px;
  }
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 32px;
  height: 32px;
}
@media (max-width: 1679px) {
  .loader {
    width: calc(1.9047619048 * var(--view-width) / 100);
    height: calc(1.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .loader {
    width: calc(4.1666666667 * var(--view-width) / 100);
    height: calc(4.1666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .loader {
    width: 32px;
    height: 32px;
  }
}
.loader::before, .loader::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.loader::before {
  position: absolute;
  border: 2px solid #B2B9BF;
  border-radius: 100%;
}
.loader::after {
  position: absolute;
  border: 2px solid transparent;
  border-radius: 100%;
  border-right-color: #fff;
  animation: spin 0.6s linear infinite;
}
.loader-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}

@media (max-width: 1023px) {
  .main-application-block .grid-block-with-image__left {
    grid-column: span 7;
  }
}
.main-application-block .grid-block-with-image__right {
  margin-left: -123px;
  margin-bottom: -138px;
  margin-top: -71px;
}
@media (max-width: 1679px) {
  .main-application-block .grid-block-with-image__right {
    margin-left: calc(-7.3214285714 * var(--view-width) / 100);
    margin-bottom: calc(-8.2142857143 * var(--view-width) / 100);
    margin-top: calc(-4.2261904762 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-application-block .grid-block-with-image__right {
    grid-column: span 5;
    margin-left: calc(-49.8697916667 * var(--view-width) / 100);
    margin-bottom: calc(-7.5520833333 * var(--view-width) / 100);
    margin-top: calc(-5.859375 * var(--view-width) / 100);
    transform: translateX(calc(25.1302083333 * var(--view-width) / 100));
  }
}
@media (max-width: 767px) {
  .main-application-block .grid-block-with-image__right {
    margin: 0;
    transform: none;
    position: relative;
    width: 100%;
    height: 430px;
  }
}
.main-application-block .grid-block-with-image__image {
  position: relative;
}
@media (max-width: 1023px) {
  .main-application-block .grid-block-with-image__image {
    max-width: calc(85.9375 * var(--view-width) / 100);
    width: 100%;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .main-application-block .grid-block-with-image__image {
    position: absolute;
    width: 528px;
    max-width: 528px;
    height: 430px;
    margin: 0 calc((100vw - 600px) / 2);
  }
}
.main-application-block .grid-block-with-image__image .dots-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-application-block .grid-block-with-image__image .dots-list :first-child {
  top: 196px;
  left: 310px;
}
@media (max-width: 1679px) {
  .main-application-block .grid-block-with-image__image .dots-list :first-child {
    top: calc(11.6666666667 * var(--view-width) / 100);
    left: calc(18.4523809524 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-application-block .grid-block-with-image__image .dots-list :first-child {
    top: calc(22.9166666667 * var(--view-width) / 100);
    left: calc(33.0729166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-application-block .grid-block-with-image__image .dots-list :first-child {
    top: 143px;
    left: 198px;
  }
}
.main-application-block .grid-block-with-image__image .dots-list :nth-child(2) {
  top: 288px;
  left: 334px;
}
@media (max-width: 1679px) {
  .main-application-block .grid-block-with-image__image .dots-list :nth-child(2) {
    top: calc(17.1428571429 * var(--view-width) / 100);
    left: calc(19.880952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-application-block .grid-block-with-image__image .dots-list :nth-child(2) {
    top: calc(32.2916666667 * var(--view-width) / 100);
    left: calc(35.9375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-application-block .grid-block-with-image__image .dots-list :nth-child(2) {
    top: 165px;
    left: 324px;
  }
}
.main-application-block .grid-block-with-image__image .dots-list :nth-child(3) {
  top: 250px;
  left: 500px;
}
@media (max-width: 1679px) {
  .main-application-block .grid-block-with-image__image .dots-list :nth-child(3) {
    top: calc(14.880952381 * var(--view-width) / 100);
    left: calc(29.7619047619 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-application-block .grid-block-with-image__image .dots-list :nth-child(3) {
    top: calc(28.7760416667 * var(--view-width) / 100);
    left: calc(52.4739583333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-application-block .grid-block-with-image__image .dots-list :nth-child(3) {
    top: 200px;
    left: 208px;
  }
}
.main-application-block .grid-block-with-image__image .dots-list :nth-child(4) {
  top: 565px;
  left: 276px;
}
@media (max-width: 1679px) {
  .main-application-block .grid-block-with-image__image .dots-list :nth-child(4) {
    top: calc(33.630952381 * var(--view-width) / 100);
    left: calc(16.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-application-block .grid-block-with-image__image .dots-list :nth-child(4) {
    top: calc(60.6770833333 * var(--view-width) / 100);
    left: calc(30.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-application-block .grid-block-with-image__image .dots-list :nth-child(4) {
    top: 375px;
    left: 185px;
  }
}
.main-application-block .grid-block-with-image__image .dots-list :nth-child(5) {
  top: 606px;
  left: 501px;
}
@media (max-width: 1679px) {
  .main-application-block .grid-block-with-image__image .dots-list :nth-child(5) {
    top: calc(36.0714285714 * var(--view-width) / 100);
    left: calc(29.8214285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-application-block .grid-block-with-image__image .dots-list :nth-child(5) {
    top: calc(64.84375 * var(--view-width) / 100);
    left: calc(52.4739583333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-application-block .grid-block-with-image__image .dots-list :nth-child(5) {
    top: 398px;
    left: 325px;
  }
}
.main-application-block .grid-block-with-image__image .dots-list :nth-child(6) {
  display: none;
}
.main-application-block .grid-block-with-image__image .pulse-white-dots {
  position: absolute;
  transform: translateX(50%) translateY(50%);
}
@media (max-width: 1023px) {
  .main-application-block .grid-block-with-image__image .pulse-white-dots {
    transform: none;
  }
}
.main-application-block__title {
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .main-application-block__title {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-application-block__title {
    margin-bottom: calc(5.2083333333 * var(--view-width) / 100);
    max-width: calc(43.6197916667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-application-block__title {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.main-application-block__buttons {
  display: flex;
  gap: 20px;
}
@media (max-width: 1679px) {
  .main-application-block__buttons {
    gap: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-application-block__buttons {
    gap: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-application-block__buttons {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .main-application-block__buttons .button {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.main-application-block__buttons .circle-button {
  position: relative;
  z-index: 2;
}
.main-application-block__list {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .main-application-block__list {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-application-block__list {
    margin-bottom: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-application-block__list {
    margin-bottom: 30px;
  }
}
.main-application-block__list ul {
  max-width: 570px;
}
@media (max-width: 1679px) {
  .main-application-block__list ul {
    max-width: calc(33.9285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-application-block__list ul {
    max-width: calc(44.2708333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-application-block__list ul {
    max-width: 100%;
  }
}
.main-application-block__list ul > li {
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .main-application-block__list ul > li {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-application-block__list ul > li {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-application-block__list ul > li {
    margin-bottom: 20px;
  }
}
.main-application-block__list ul > li:not(:first-of-type) {
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .main-application-block__list ul > li:not(:first-of-type) {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-application-block__list ul > li:not(:first-of-type) {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-application-block__list ul > li:not(:first-of-type) {
    margin-bottom: 20px;
  }
}
.main-application-block__footnote {
  display: block;
  padding-top: 10px;
  padding-left: 64px;
}
@media (max-width: 1679px) {
  .main-application-block__footnote {
    padding-top: calc(0.5952380952 * var(--view-width) / 100);
    padding-left: calc(3.8095238095 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-application-block__footnote {
    padding-top: calc(2.6041666667 * var(--view-width) / 100);
    padding-left: calc(7.03125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-application-block__footnote {
    padding-top: 20px;
    padding-left: 54px;
  }
}

.main-page-advantages-section {
  border-top: 88px solid #8DD2D1;
}
@media (max-width: 1679px) {
  .main-page-advantages-section {
    border-top: calc(5.2380952381 * var(--view-width) / 100) solid #8DD2D1;
  }
}
@media (max-width: 1023px) {
  .main-page-advantages-section {
    border-top: 0;
    position: relative;
    z-index: 6;
  }
}
.main-page-advantages-section.main-page__section {
  padding-top: 0;
}
@media (max-width: 1679px) {
  .main-page-advantages-section.main-page__section {
    padding-top: 0;
  }
}

.main-page-cards-list-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .main-page-cards-list-mobile {
    display: block;
    position: relative;
    left: calc(-2.34375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-cards-list-mobile {
    left: 0;
  }
}
@media (max-width: 1023px) {
  .main-page-cards-list-mobile .slider .swiper-slide {
    height: calc(26.0416666667 * var(--view-width) / 100);
    min-height: calc(26.0416666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-cards-list-mobile .slider .swiper-slide {
    height: 200px;
    min-height: 200px;
  }
}
.main-page-cards-list-mobile .slider__controls {
  display: none;
}

.main-page-card {
  position: absolute;
  z-index: 9;
  bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 511px;
  right: 0;
  padding: 16px 32px 32px;
  height: 280px;
  background-color: #fff;
  border-radius: 24px;
  transform: translateY(300px);
  transition: opacity 0.5s, transform 0.5s;
}
@media (max-width: 1679px) {
  .main-page-card {
    bottom: calc(3.5714285714 * var(--view-width) / 100);
    width: calc(30.4166666667 * var(--view-width) / 100);
    padding: calc(0.9523809524 * var(--view-width) / 100) calc(1.9047619048 * var(--view-width) / 100) calc(1.9047619048 * var(--view-width) / 100);
    height: calc(16.6666666667 * var(--view-width) / 100);
    transform: translateY(calc(17.8571428571 * var(--view-width) / 100));
  }
}
.main-page-card.active {
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1679px) {
  .main-page-card.active {
    box-shadow: 0 calc(0.2380952381 * var(--view-width) / 100) calc(1.9047619048 * var(--view-width) / 100) 0 rgba(0, 0, 0, 0.05);
  }
}
.main-page-card--desktop {
  display: flex;
}
@media (max-width: 1023px) {
  .main-page-card--desktop {
    display: none;
  }
}
.main-page-card--mobile {
  display: none;
}
@media (max-width: 1023px) {
  .main-page-card--mobile {
    display: flex;
    transform: none;
    position: static;
    bottom: 0;
    box-shadow: 0 calc(0.5208333333 * var(--view-width) / 100) calc(4.1666666667 * var(--view-width) / 100) 0 rgba(0, 0, 0, 0.05);
    width: calc(43.6197916667 * var(--view-width) / 100);
    padding: calc(2.0833333333 * var(--view-width) / 100) calc(4.1666666667 * var(--view-width) / 100) calc(4.1666666667 * var(--view-width) / 100);
    height: calc(26.0416666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-card--mobile {
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.05);
    width: 335px;
    padding: 16px 24px 24px 24px;
    height: 200px;
  }
}
.main-page-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 1679px) {
  .main-page-card__top {
    gap: calc(0.9523809524 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-card__top {
    gap: calc(2.0833333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-card__top {
    gap: 16px;
  }
}
.main-page-card__top-icon-container {
  background-color: #F5F5F5;
  border-radius: 100%;
  padding: 12px;
}
@media (max-width: 1679px) {
  .main-page-card__top-icon-container {
    padding: calc(0.7142857143 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-card__top-icon-container {
    padding: calc(1.0416666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-card__top-icon-container {
    padding: 6px;
  }
}
.main-page-card__top-icon-container-content {
  width: 36px;
  height: 36px;
}
@media (max-width: 1679px) {
  .main-page-card__top-icon-container-content {
    width: calc(2.1428571429 * var(--view-width) / 100);
    height: calc(2.1428571429 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-card__top-icon-container-content {
    width: calc(4.1666666667 * var(--view-width) / 100);
    height: calc(4.1666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-card__top-icon-container-content {
    width: 24px;
    height: 24px;
  }
}
.main-page-card__top-icon-container-content img {
  width: 100%;
  height: 100%;
}
.main-page-card__bottom-description {
  max-height: 160px;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .main-page-card__bottom-description {
    max-height: calc(9.5238095238 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-card__bottom-description {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

.main-page-cards-section {
  background-color: #F4F7FA;
}
.main-page-cards-section__container {
  background-color: #F4F7FA;
}
@media (max-width: 1023px) {
  .main-page-cards-section .main-page__section-container {
    padding-top: calc(5.2083333333 * var(--view-width) / 100);
    padding-bottom: calc(7.8125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-cards-section .main-page__section-container {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.main-page-cards-section__center-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 628px;
  height: 628px;
  border-radius: 100%;
  background: #DEE5EC;
}
@media (max-width: 1679px) {
  .main-page-cards-section__center-content {
    width: calc(37.380952381 * var(--view-width) / 100);
    height: calc(37.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-cards-section__center-content {
    margin-bottom: calc(-13.0208333333 * var(--view-width) / 100);
    position: relative;
    left: 50%;
    right: 0;
    top: 0;
    transform: translate(-50%, 0);
    width: calc(58.59375 * var(--view-width) / 100);
    height: calc(58.59375 * var(--view-width) / 100);
    border-radius: 0;
    background: none;
  }
}
@media (max-width: 767px) {
  .main-page-cards-section__center-content {
    margin-top: 12px;
    margin-bottom: -44px;
    width: 278px;
    height: 278px;
  }
}
.main-page-cards-section__center-content-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .main-page-cards-section__center-content-mobile {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.main-page-cards-section__center-content-mobile picture,
.main-page-cards-section__center-content-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-page-cards-section__bottom-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 520px;
  width: 100%;
}
@media (max-width: 1679px) {
  .main-page-cards-section__bottom-content {
    gap: calc(2.380952381 * var(--view-width) / 100);
    max-width: calc(34.5238095238 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-cards-section__bottom-content {
    gap: calc(5.2083333333 * var(--view-width) / 100);
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .main-page-cards-section__bottom-content {
    gap: 40px;
  }
}
@media (max-width: 1679px) {
  .main-page-cards-section__bottom-content-text {
    max-width: calc(29.7619047619 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-cards-section__bottom-content-text {
    padding: 0 calc(4.5572916667 * var(--view-width) / 100);
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .main-page-cards-section__bottom-content-text {
    padding: 0 25.5px;
  }
}
.main-page-cards-section__bottom-content-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
}
@media (max-width: 1679px) {
  .main-page-cards-section__bottom-content-links {
    grid-gap: calc(0.4761904762 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-cards-section__bottom-content-links {
    grid-gap: calc(1.0416666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-cards-section__bottom-content-links {
    grid-gap: 10px;
  }
}
.main-page-cards-section__bottom-content-links a {
  width: 100%;
}
@media (max-width: 767px) {
  .main-page-cards-section__bottom-content-links a .button__arrow {
    display: none;
  }
}

@media (max-width: 1023px) {
  .main-page-digits-section.main-page__section {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.main-page-digits-section .main-page__section-container {
  padding-top: 32px;
  padding-bottom: 80px;
  gap: 32px;
}
@media (max-width: 1679px) {
  .main-page-digits-section .main-page__section-container {
    padding-top: calc(1.9047619048 * var(--view-width) / 100);
    padding-bottom: calc(4.7619047619 * var(--view-width) / 100);
    gap: calc(1.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-digits-section .main-page__section-container {
    padding-top: calc(14.3229166667 * var(--view-width) / 100);
    padding-bottom: calc(14.3229166667 * var(--view-width) / 100);
    gap: calc(13.0208333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-digits-section .main-page__section-container {
    padding-top: 70px;
    padding-bottom: 60px;
    gap: 60px;
  }
}
.main-page-digits-section__head-title {
  text-align: center;
}
.main-page-digits-section__rounds-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .main-page-digits-section__rounds-block {
    flex-direction: column;
  }
}
.main-page-digits-section__rounds-block .rounds-block__item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.main-page-digits-section__rounds-block .rounds-block__item svg {
  overflow: inherit;
  width: 468px;
  height: 468px;
}
@media (max-width: 1679px) {
  .main-page-digits-section__rounds-block .rounds-block__item svg {
    width: calc(27.8571428571 * var(--view-width) / 100);
    height: calc(27.8571428571 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-digits-section__rounds-block .rounds-block__item svg {
    width: calc(36.4583333333 * var(--view-width) / 100);
    height: calc(36.4583333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-digits-section__rounds-block .rounds-block__item svg {
    width: 280px;
    height: 280px;
  }
}
.main-page-digits-section__rounds-block .rounds-block__item svg circle {
  r: 234px;
  cx: 234px;
  cy: 234px;
}
@media (max-width: 1679px) {
  .main-page-digits-section__rounds-block .rounds-block__item svg circle {
    r: calc(13.9285714286 * var(--view-width) / 100);
    cx: calc(13.9285714286 * var(--view-width) / 100);
    cy: calc(13.9285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-digits-section__rounds-block .rounds-block__item svg circle {
    r: calc(18.2291666667 * var(--view-width) / 100);
    cx: calc(18.2291666667 * var(--view-width) / 100);
    cy: calc(18.2291666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-digits-section__rounds-block .rounds-block__item svg circle {
    r: 140px;
    cx: 140px;
    cy: 140px;
  }
}
.main-page-digits-section__rounds-block .rounds-block__item svg .rounds-block-item-track {
  stroke-width: 1;
  stroke-dasharray: 8;
  stroke: #B2B9BF;
  fill: none;
}
.main-page-digits-section__rounds-block .rounds-block__item svg .rounds-block-item-progress {
  stroke-width: 1;
  stroke: rgb(59, 56, 56);
  stroke-linecap: round;
  fill: none;
  transform: rotate(270deg);
  transform-origin: center;
  stroke-dasharray: 1470.26536188;
  stroke-dashoffset: 1470.26536188;
}
@media (max-width: 1679px) {
  .main-page-digits-section__rounds-block .rounds-block__item svg .rounds-block-item-progress {
    stroke-dasharray: calc(87.51579535 * var(--view-width) / 100);
    stroke-dashoffset: calc(87.51579535 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-digits-section__rounds-block .rounds-block__item svg .rounds-block-item-progress {
    stroke-dasharray: calc(114.5372321621 * var(--view-width) / 100);
    stroke-dashoffset: calc(114.5372321621 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-digits-section__rounds-block .rounds-block__item svg .rounds-block-item-progress {
    stroke-dasharray: 879.6459430051px;
    stroke-dashoffset: 879.6459430051px;
  }
}
.main-page-digits-section__rounds-block .rounds-block__item--0 {
  transform: translate(26px, 0px);
}
@media (max-width: 1679px) {
  .main-page-digits-section__rounds-block .rounds-block__item--0 {
    transform: translate(calc(1.5476190476 * var(--view-width) / 100), 0px);
  }
}
@media (max-width: 1023px) {
  .main-page-digits-section__rounds-block .rounds-block__item--0 {
    transform: translate(calc(3.3854166667 * var(--view-width) / 100), 0px);
  }
}
@media (max-width: 767px) {
  .main-page-digits-section__rounds-block .rounds-block__item--0 {
    transform: translate(0, 0);
  }
}
@media (max-width: 767px) {
  .main-page-digits-section__rounds-block .rounds-block__item--1 {
    transform: translate(0, 0);
    margin: -70px 0 -70px;
  }
}
.main-page-digits-section__rounds-block .rounds-block__item--1 svg {
  width: 628px;
  height: 628px;
}
@media (max-width: 1679px) {
  .main-page-digits-section__rounds-block .rounds-block__item--1 svg {
    width: calc(37.380952381 * var(--view-width) / 100);
    height: calc(37.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-digits-section__rounds-block .rounds-block__item--1 svg {
    width: calc(41.9270833333 * var(--view-width) / 100);
    height: calc(41.9270833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-digits-section__rounds-block .rounds-block__item--1 svg {
    width: 280px;
    height: 280px;
  }
}
.main-page-digits-section__rounds-block .rounds-block__item--1 svg circle {
  r: 314px;
  cx: 314px;
  cy: 314px;
}
@media (max-width: 1679px) {
  .main-page-digits-section__rounds-block .rounds-block__item--1 svg circle {
    r: calc(18.6904761905 * var(--view-width) / 100);
    cx: calc(18.6904761905 * var(--view-width) / 100);
    cy: calc(18.6904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-digits-section__rounds-block .rounds-block__item--1 svg circle {
    r: calc(20.9635416667 * var(--view-width) / 100);
    cx: calc(20.9635416667 * var(--view-width) / 100);
    cy: calc(20.9635416667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-digits-section__rounds-block .rounds-block__item--1 svg circle {
    r: 140px;
    cx: 140px;
    cy: 140px;
  }
}
.main-page-digits-section__rounds-block .rounds-block__item--1 svg .rounds-block-item-progress {
  stroke-dasharray: 1972.9201864544px;
  stroke-dashoffset: 1972.9201864544px;
}
@media (max-width: 1679px) {
  .main-page-digits-section__rounds-block .rounds-block__item--1 svg .rounds-block-item-progress {
    stroke-dasharray: calc(117.4357253842 * var(--view-width) / 100);
    stroke-dashoffset: calc(117.4357253842 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-digits-section__rounds-block .rounds-block__item--1 svg .rounds-block-item-progress {
    stroke-dasharray: calc(131.7178169864 * var(--view-width) / 100);
    stroke-dashoffset: calc(131.7178169864 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-digits-section__rounds-block .rounds-block__item--1 svg .rounds-block-item-progress {
    stroke-dasharray: 879.6459430051px;
    stroke-dashoffset: 879.6459430051px;
  }
}
.main-page-digits-section__rounds-block .rounds-block__item--2 {
  transform: translate(-26px, 0px);
}
@media (max-width: 1679px) {
  .main-page-digits-section__rounds-block .rounds-block__item--2 {
    transform: translate(calc(-1.5476190476 * var(--view-width) / 100), 0px);
  }
}
@media (max-width: 1023px) {
  .main-page-digits-section__rounds-block .rounds-block__item--2 {
    transform: translate(calc(-3.3854166667 * var(--view-width) / 100), 0px);
  }
}
@media (max-width: 767px) {
  .main-page-digits-section__rounds-block .rounds-block__item--2 {
    transform: translate(0, 0);
  }
}
.main-page-digits-section__rounds-block .rounds-block__item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 8px;
  max-width: 340px;
  max-height: 170px;
}
@media (max-width: 1679px) {
  .main-page-digits-section__rounds-block .rounds-block__item-content {
    max-width: calc(20.2380952381 * var(--view-width) / 100);
    max-height: calc(10.119047619 * var(--view-width) / 100);
    gap: calc(0.4761904762 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-digits-section__rounds-block .rounds-block__item-content {
    max-width: 100%;
    max-height: 100%;
    gap: calc(1.0416666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-digits-section__rounds-block .rounds-block__item-content {
    width: 200px;
    height: 100px;
    gap: 8px;
  }
}

.main-page-effect-section {
  display: none;
}
@media (max-width: 1023px) {
  .main-page-effect-section {
    display: block;
  }
}
@media (max-width: 1023px) {
  .main-page-effect-section.main-page__section {
    padding-top: 0;
  }
}
.main-page-effect-section .main-page-effect-section-center-content-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .main-page-effect-section .main-page-effect-section-center-content-mobile {
    display: flex;
  }
}
.main-page-effect-section .main-page-effect-section-center-content {
  width: 628px;
  height: 628px;
  outline: 1px solid rgba(55, 55, 69, 0.5);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: outline 1s ease-in-out;
}
@media (max-width: 1679px) {
  .main-page-effect-section .main-page-effect-section-center-content {
    width: calc(37.380952381 * var(--view-width) / 100);
    height: calc(37.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-effect-section .main-page-effect-section-center-content {
    display: none;
  }
}
.main-page-effect-section .main-page-effect-section-center-content__background {
  background-color: #8DD2D1;
  width: 100%;
  height: 100%;
  position: absolute;
  scale: 0;
  transition: scale 1s ease-in-out;
  border-radius: 50%;
}
.main-page-effect-section .main-page-effect-section-center-content__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  overflow: hidden;
  border-radius: 100%;
  max-width: 0;
  max-height: 0;
  transition: max-height 1s ease-in-out, max-width 1s ease-in-out;
}
.main-page-effect-section .main-page-effect-section-center-content__image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 439.6px;
  height: 439.6px;
}
@media (max-width: 1679px) {
  .main-page-effect-section .main-page-effect-section-center-content__image-content {
    width: calc(26.1666666667 * var(--view-width) / 100);
    height: calc(26.1666666667 * var(--view-width) / 100);
  }
}
.main-page-effect-section .main-page-effect-section-center-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-page-effect-section .main-page-effect-section-center-content.active {
  outline: 1px solid rgba(55, 55, 69, 0);
}
.main-page-effect-section .main-page-effect-section-center-content.active .main-page-effect-section-center-content__background {
  scale: 1;
}
.main-page-effect-section .main-page-effect-section-center-content.active .main-page-effect-section-center-content__image {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .main-page-effect-section .main-page-cards-section__bottom-content-links {
    grid-template-columns: repeat(1, 1fr);
  }
}

.main-page-faq-section {
  background-color: #F4F7FA;
}
.main-page-faq-section .main-page__section-container {
  background-color: #F4F7FA;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1679px) {
  .main-page-faq-section .main-page__section-container {
    padding-top: calc(4.7619047619 * var(--view-width) / 100);
    padding-bottom: calc(4.7619047619 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-faq-section .main-page__section-container {
    padding: calc(7.8125 * var(--view-width) / 100) calc(5.7291666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-faq-section .main-page__section-container {
    padding: 60px var(--content-gap);
  }
}
.main-page-faq-section__container {
  gap: 60px;
}
@media (max-width: 1679px) {
  .main-page-faq-section__container {
    gap: calc(3.5714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-faq-section__container {
    gap: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-faq-section__container {
    gap: 40px;
  }
}
.main-page-faq-section__titles {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1679px) {
  .main-page-faq-section__titles {
    gap: calc(0.7142857143 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-faq-section__titles {
    gap: calc(1.5625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-faq-section__titles {
    gap: 12px;
  }
}
.main-page-faq-section__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
@media (max-width: 1679px) {
  .main-page-faq-section__content {
    grid-column-gap: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-faq-section__content {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: calc(5.2083333333 * var(--view-width) / 100);
  }
}
.main-page-faq-section__content .main-page-faq-section-content-image-block {
  position: relative;
}
@media (max-width: 1023px) {
  .main-page-faq-section__content .main-page-faq-section-content-image-block {
    order: 2;
    height: calc(59.375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-faq-section__content .main-page-faq-section-content-image-block {
    height: 252px;
  }
}
.main-page-faq-section__content .main-page-faq-section-content-image-block__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 955px;
  height: 560px;
}
@media (max-width: 1679px) {
  .main-page-faq-section__content .main-page-faq-section-content-image-block__image {
    width: calc(56.8452380952 * var(--view-width) / 100);
    height: calc(33.3333333333 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-faq-section__content .main-page-faq-section-content-image-block__image {
    width: auto;
    height: calc(59.375 * var(--view-width) / 100);
    left: calc(-5.7291666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-faq-section__content .main-page-faq-section-content-image-block__image {
    height: 252px;
    left: calc(-1 * var(--content-gap));
    width: calc(100% + var(--content-gap) * 2);
  }
}
.main-page-faq-section__content .main-page-faq-section-content-image-block__image picture,
.main-page-faq-section__content .main-page-faq-section-content-image-block__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-page-faq-section__content .main-page-faq-section-content-image-block__text {
  padding-top: 560px;
}
@media (max-width: 1679px) {
  .main-page-faq-section__content .main-page-faq-section-content-image-block__text {
    padding-top: calc(33.3333333333 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-faq-section__content .main-page-faq-section-content-image-block__text {
    display: none;
  }
}
.main-page-faq-section__content .accordion {
  width: 100%;
}

.main-page-form-block {
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1679px) {
  .main-page-form-block {
    min-height: calc(34.0476190476 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-form-block {
    display: flex;
    flex-direction: row;
    margin-left: calc(-5.2083333333 * var(--view-width) / 100);
    margin-right: calc(-5.2083333333 * var(--view-width) / 100);
    gap: 0;
    width: 100vw;
    align-items: initial;
    min-height: calc(68.75 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-form-block {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    height: auto;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.main-page-form-block .grid-block-with-image__right {
  height: 100%;
  border-radius: 40px;
  background: #952B42;
  padding: 50px 80px;
}
@media (max-width: 1679px) {
  .main-page-form-block .grid-block-with-image__right {
    padding: calc(2.9761904762 * var(--view-width) / 100) calc(4.7619047619 * var(--view-width) / 100);
    border-radius: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-form-block .grid-block-with-image__right {
    display: flex;
    width: 50vw;
    height: auto;
    flex-shrink: 0;
    border-radius: calc(5.2083333333 * var(--view-width) / 100);
    padding: calc(3.90625 * var(--view-width) / 100) calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-form-block .grid-block-with-image__right {
    width: 100%;
    padding: 30px 40px;
    border-radius: 40px;
  }
}
.main-page-form-block .grid-block-with-image__right .application-section {
  width: 100%;
  margin: auto 0;
}
.main-page-form-block .grid-block-with-image__left {
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .main-page-form-block .grid-block-with-image__left {
    border-radius: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-form-block .grid-block-with-image__left {
    width: 50vw;
    flex-shrink: 0;
    height: auto;
    border-radius: calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-form-block .grid-block-with-image__left {
    width: 100%;
    border-radius: 30px;
  }
}
.main-page-form-block .grid-block-with-image__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@keyframes animationHeroSectionMainImageSlideDesktop {
  0% {
    opacity: 0;
    transform: translate(-50%, 220px) scale(1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 110px) scale(1, 1);
  }
}
@keyframes animationHeroSectionMainImageSlideVwDesktop {
  0% {
    opacity: 0;
    transform: translate(-50%, calc(13.0952380952 * var(--view-width) / 100)) scale(1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, calc(6.5476190476 * var(--view-width) / 100)) scale(1, 1);
  }
}
@keyframes animationHeroSectionMainImageSlideTablet {
  0% {
    opacity: 0;
    transform: translate(-50%, calc(37.7604166667 * var(--view-width) / 100));
  }
  100% {
    opacity: 1;
    transform: translate(-50%, calc(18.8802083333 * var(--view-width) / 100));
  }
}
@keyframes animationHeroSectionMainImageSlideMobile {
  0% {
    opacity: 0;
    transform: translate(-50%, 56px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 28px);
  }
}
.main-page-hero-section-labels-item {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 400px;
  gap: 8px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.05);
}
.main-page-hero-section-labels-item--first {
  right: 0;
  transform: translate(-676px, 193px);
}
@media (max-width: 1679px) {
  .main-page-hero-section-labels-item--first {
    transform: translate(calc(-40.2380952381 * var(--view-width) / 100), calc(11.4880952381 * var(--view-width) / 100));
  }
}
.main-page-hero-section-labels-item--second {
  right: 0;
  transform: translate(-544px, 13px);
}
@media (max-width: 1679px) {
  .main-page-hero-section-labels-item--second {
    transform: translate(calc(-32.380952381 * var(--view-width) / 100), calc(0.7738095238 * var(--view-width) / 100));
  }
}
.main-page-hero-section-labels-item--third {
  left: 0;
  transform: translate(544px, 13px);
}
@media (max-width: 1679px) {
  .main-page-hero-section-labels-item--third {
    transform: translate(calc(32.380952381 * var(--view-width) / 100), calc(0.7738095238 * var(--view-width) / 100));
  }
}
.main-page-hero-section-labels-item--fourth {
  left: 0;
  transform: translate(676px, 193px);
}
@media (max-width: 1679px) {
  .main-page-hero-section-labels-item--fourth {
    transform: translate(calc(40.2380952381 * var(--view-width) / 100), calc(11.4880952381 * var(--view-width) / 100));
  }
}
.main-page-hero-section-labels-item--first, .main-page-hero-section-labels-item--second {
  padding: 8px 8px 8px 32px;
}
@media (max-width: 1679px) {
  .main-page-hero-section-labels-item--first, .main-page-hero-section-labels-item--second {
    padding: calc(0.4761904762 * var(--view-width) / 100) calc(0.4761904762 * var(--view-width) / 100) calc(0.4761904762 * var(--view-width) / 100) calc(1.9047619048 * var(--view-width) / 100);
  }
}
.main-page-hero-section-labels-item--third, .main-page-hero-section-labels-item--fourth {
  padding: 8px 32px 8px 8px;
}
@media (max-width: 1679px) {
  .main-page-hero-section-labels-item--third, .main-page-hero-section-labels-item--fourth {
    padding: calc(0.4761904762 * var(--view-width) / 100) calc(1.9047619048 * var(--view-width) / 100) calc(0.4761904762 * var(--view-width) / 100) calc(0.4761904762 * var(--view-width) / 100);
  }
}
.main-page-hero-section-labels-item--third p, .main-page-hero-section-labels-item--fourth p {
  order: 1;
}
.main-page-hero-section-labels-item--third .main-page-hero-section-labels-item__image-container img, .main-page-hero-section-labels-item--fourth .main-page-hero-section-labels-item__image-container img {
  order: 0;
}
.main-page-hero-section-labels-item__image-container {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 12px;
  background-color: #F5F5F5;
  border-radius: 100%;
}
@media (max-width: 1679px) {
  .main-page-hero-section-labels-item__image-container {
    padding: calc(0.7142857143 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-hero-section-labels-item__image-container {
    padding: calc(1.0416666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-hero-section-labels-item__image-container {
    padding: 6px;
  }
}
@media (max-width: 1679px) {
  .main-page-hero-section-labels-item__image-container-content {
    width: calc(3.8095238095 * var(--view-width) / 100);
    min-width: calc(3.8095238095 * var(--view-width) / 100);
    height: calc(3.8095238095 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-hero-section-labels-item__image-container-content {
    width: calc(4.1666666667 * var(--view-width) / 100);
    min-width: calc(4.1666666667 * var(--view-width) / 100);
    height: calc(4.1666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-hero-section-labels-item__image-container-content {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
}
.main-page-hero-section-labels-item img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1679px) {
  .main-page-hero-section-labels-item {
    max-width: calc(23.8095238095 * var(--view-width) / 100);
    border-radius: calc(2.9761904762 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-hero-section-labels-item--first, .main-page-hero-section-labels-item--second, .main-page-hero-section-labels-item--third, .main-page-hero-section-labels-item--fourth {
    position: static;
    transform: none;
    padding: calc(1.0416666667 * var(--view-width) / 100);
    border-radius: calc(6.5104166667 * var(--view-width) / 100);
    z-index: 6;
    transition: all 0.3s ease-in-out;
  }
  .main-page-hero-section-labels-item--first p, .main-page-hero-section-labels-item--second p, .main-page-hero-section-labels-item--third p, .main-page-hero-section-labels-item--fourth p {
    height: calc(4.6875 * var(--view-width) / 100);
    display: none;
    order: 1;
  }
  .main-page-hero-section-labels-item--first .main-page-hero-section-labels-item__image-container img, .main-page-hero-section-labels-item--second .main-page-hero-section-labels-item__image-container img, .main-page-hero-section-labels-item--third .main-page-hero-section-labels-item__image-container img, .main-page-hero-section-labels-item--fourth .main-page-hero-section-labels-item__image-container img {
    order: 0;
  }
  .main-page-hero-section-labels-item--first.active, .main-page-hero-section-labels-item--second.active, .main-page-hero-section-labels-item--third.active, .main-page-hero-section-labels-item--fourth.active {
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(44.2708333333 * var(--view-width) / 100);
  }
  .main-page-hero-section-labels-item--first.active p, .main-page-hero-section-labels-item--second.active p, .main-page-hero-section-labels-item--third.active p, .main-page-hero-section-labels-item--fourth.active p {
    display: block;
    animation: fromOpacity 0.6s linear;
  }
}
@media (max-width: 767px) {
  .main-page-hero-section-labels-item--first, .main-page-hero-section-labels-item--second, .main-page-hero-section-labels-item--third, .main-page-hero-section-labels-item--fourth {
    max-width: 275px;
    width: 275px;
    padding: 8px;
    border-radius: 50px;
  }
  .main-page-hero-section-labels-item--first p, .main-page-hero-section-labels-item--second p, .main-page-hero-section-labels-item--third p, .main-page-hero-section-labels-item--fourth p {
    display: block;
    min-height: 28px;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.main-page-hero-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: #8DD2D1;
}
@media (max-width: 1679px) {
  .main-page-hero-section.main-page__section {
    height: calc(100vh - 5.2380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-hero-section.main-page__section {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .main-page-hero-section.main-page__section {
    height: 100svh;
    justify-content: space-between;
    gap: 22px;
  }
}
.main-page-hero-section__top {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1679px) {
  .main-page-hero-section__top {
    padding-top: calc(2.380952381 * var(--view-width) / 100);
    gap: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-hero-section__top {
    padding-top: calc(10.8072916667 * var(--view-width) / 100);
    gap: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-hero-section__top {
    padding-top: 23px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .main-page-hero-section__top h1 {
    margin: auto;
    width: 300px;
  }
}
.main-page-hero-section__heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
@media (max-width: 1679px) {
  .main-page-hero-section__heading {
    gap: calc(0.9523809524 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-hero-section__heading {
    gap: calc(2.0833333333 * var(--view-width) / 100);
    padding-left: calc(1.6927083333 * var(--view-width) / 100);
    padding-right: calc(1.6927083333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-hero-section__heading {
    gap: 16px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
.main-page-hero-section__links {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1679px) {
  .main-page-hero-section__links {
    gap: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-hero-section__links {
    gap: calc(2.6041666667 * var(--view-width) / 100);
    padding-left: calc(1.6927083333 * var(--view-width) / 100);
    padding-right: calc(1.6927083333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-hero-section__links {
    padding-left: 13px;
    padding-right: 13px;
    gap: 10px;
  }
}
.main-page-hero-section__links-item {
  width: 240px;
}
@media (max-width: 1679px) {
  .main-page-hero-section__links-item {
    width: calc(14.2857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-hero-section__links-item {
    width: calc(28.6458333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-hero-section__links-item {
    max-width: 170px;
    width: calc(50% - 5px);
  }
}
@media (max-width: 767px) {
  .main-page-hero-section__links-item .button__arrow {
    display: none;
  }
}
.main-page-hero-section__links-item.only-mobile {
  display: none;
}
@media (max-width: 767px) {
  .main-page-hero-section__links-item.only-mobile {
    display: flex;
  }
}
.main-page-hero-section__links-item.not-mobile {
  display: flex;
}
@media (max-width: 767px) {
  .main-page-hero-section__links-item.not-mobile {
    display: none;
  }
}
.main-page-hero-section__bottom-content {
  position: relative;
  width: 740px;
  margin: 0 auto;
  height: 392.4px;
}
@media (max-width: 1679px) {
  .main-page-hero-section__bottom-content {
    width: calc(44.0476190476 * var(--view-width) / 100);
    height: calc(23.3571428571 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-hero-section__bottom-content {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 767px) {
  .main-page-hero-section__bottom-content {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.main-page-hero-section__bottom-content-main-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%, 110px) scale(1, 1);
  animation: animationHeroSectionMainImageSlideDesktop 1s linear;
  width: 628px;
  height: 628px;
  z-index: 50;
}
@media (max-width: 1679px) {
  .main-page-hero-section__bottom-content-main-image {
    animation: animationHeroSectionMainImageSlideVwDesktop 1s linear;
    transform: translate(-50%, calc(6.5476190476 * var(--view-width) / 100)) scale(1, 1);
    width: calc(1rem + 52.2613065327vh);
    height: calc(1rem + 52.2613065327vh);
  }
}
@media (max-width: 1023px) {
  .main-page-hero-section__bottom-content-main-image {
    transform: translate(-50%, calc(18.8802083333 * var(--view-width) / 100));
    width: calc(100 * var(--view-width) / 100);
    height: calc(100 * var(--view-width) / 100);
    animation: animationHeroSectionMainImageSlideTablet 1s linear;
    z-index: 5;
  }
}
@media (max-width: 767px) {
  .main-page-hero-section__bottom-content-main-image {
    transform: translate(-50%, 28px);
    width: 374px;
    height: 374px;
    animation: animationHeroSectionMainImageSlideMobile 1s linear;
    position: relative;
  }
}
.main-page-hero-section__bottom-content-main-image img,
.main-page-hero-section__bottom-content-main-image picture {
  width: 100%;
  height: 100%;
}
.main-page-hero-section__bottom-content-labels {
  height: 100%;
  width: 100%;
}
@media (max-width: 1023px) {
  .main-page-hero-section__bottom-content-labels {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(0.78125 * var(--view-width) / 100);
    flex-wrap: nowrap;
    margin-bottom: calc(4.6875 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-hero-section__bottom-content-labels {
    display: none;
  }
}
.main-page-hero-section__bottom-content-labels-mobile {
  display: none;
}
@media (max-width: 767px) {
  .main-page-hero-section__bottom-content-labels-mobile {
    display: block;
    position: absolute;
    z-index: 6;
    bottom: 0;
    margin-bottom: 48px;
  }
  .main-page-hero-section__bottom-content-labels-mobile .slider .swiper-slide {
    min-height: 52px;
    width: 275px;
    margin-right: 0px;
  }
  .main-page-hero-section__bottom-content-labels-mobile .slider__controls {
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.main-page-hero-section__bottom-content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 740px;
  height: 740px;
  border: 1px dashed #fff;
  border-radius: 100%;
}
@media (max-width: 1679px) {
  .main-page-hero-section__bottom-content::before {
    width: calc(44.0476190476 * var(--view-width) / 100);
    height: calc(44.0476190476 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-hero-section__bottom-content::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-page-hero-section__bottom-content::before {
    display: none;
  }
}

@keyframes animationMechanismSectionMainBackground {
  0% {
    top: 20px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes animationMechanismSectionMainBackgroundVwDesktop {
  0% {
    top: calc(1.1904761905 * var(--view-width) / 100);
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes animationMechanismSectionTopAndBottomContent {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  50% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.main-page-mechanism-section {
  display: none;
  background-color: #DEE5EC;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section {
    display: block;
  }
}
.main-page-mechanism-section__container {
  position: relative;
}
.main-page-mechanism-section__container.main-page__section-container {
  justify-content: flex-start;
  gap: 32rem;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section__container.main-page__section-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: calc(2.6041666667 * var(--view-width) / 100);
         column-gap: calc(2.6041666667 * var(--view-width) / 100);
    row-gap: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section__container.main-page__section-container {
    flex-direction: column;
    gap: 40px;
  }
}
.main-page-mechanism-section__top-content {
  z-index: 1;
  animation: animationMechanismSectionTopAndBottomContent 0.75s linear;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section__top-content {
    flex: 48%;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section__top-content {
    flex: 100%;
  }
}
.main-page-mechanism-section__bottom-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 500px;
  width: 100%;
  z-index: 1;
  animation: animationMechanismSectionTopAndBottomContent 0.75s linear;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section__bottom-content {
    gap: calc(1.7857142857 * var(--view-width) / 100);
    max-width: calc(29.7619047619 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section__bottom-content {
    flex: 48%;
    gap: calc(5.2083333333 * var(--view-width) / 100);
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section__bottom-content {
    flex: 100%;
    gap: 40px;
  }
}
.main-page-mechanism-section__bottom-content .list-block:last-child {
  display: none;
}
.main-page-mechanism-section__bottom-content ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section__bottom-content ul {
    gap: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section__bottom-content ul {
    gap: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section__bottom-content ul {
    gap: 20px;
  }
}
.main-page-mechanism-section__bottom-content ul li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section__bottom-content ul li {
    gap: calc(0.9523809524 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section__bottom-content ul li {
    gap: calc(1.0416666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section__bottom-content ul li {
    gap: 8px;
  }
}
.main-page-mechanism-section__bottom-content ul li .li-text {
  display: block;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .main-page-mechanism-section__bottom-content ul li .li-text {
    gap: 5px;
  }
}
.main-page-mechanism-section__bottom-content a {
  display: none;
  min-width: 200px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section__bottom-content a {
    min-width: calc(11.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section__bottom-content a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section__bottom-content a .button__arrow {
    display: none;
  }
}
.main-page-mechanism-section__main-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section__main-content {
    flex: 100%;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: calc(88.5416666667 * var(--view-width) / 100);
    height: calc(74.7395833333 * var(--view-width) / 100);
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section__main-content {
    flex: auto;
    width: 100%;
    height: 640rem;
  }
}
.main-page-mechanism-section__background {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  height: 100%;
  z-index: -1;
  animation: animationMechanismSectionMainBackground 0.5s linear;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section__background {
    animation: none;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section__background {
    width: -moz-max-content;
    width: max-content;
    transform: translate(-50%, 200%) scale(5);
  }
}
.main-page-mechanism-section__background picture,
.main-page-mechanism-section__background img {
  height: 75vh;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section__background picture,
  .main-page-mechanism-section__background img {
    height: calc(100% - 70rem);
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section__background picture,
  .main-page-mechanism-section__background img {
    height: calc(100% - 58rem);
    margin-top: -30rem;
  }
}
.main-page-mechanism-section__angle-view-switcher {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  animation: fromOpacity 0.5s linear;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section__angle-view-switcher {
    bottom: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section__angle-view-switcher {
    bottom: calc(1.3020833333 * var(--view-width) / 100);
    animation: none;
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section__angle-view-switcher {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section__angle-view-switcher button .h5 {
    font-size: 11rem;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-points {
  position: absolute;
  width: 60vh;
  height: 100vh;
  top: 0;
  left: 50%;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-points {
    width: calc(44.2708333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-points {
    width: 175px;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-points__item {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.main-page-mechanism-section .main-page-mechanism-section-points__item-icon {
  background-image: url("/images/main-page/mechanism/round-point.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.3s ease-in-out;
  width: 30px;
  height: 30px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-points__item-icon {
    width: calc(1.7857142857 * var(--view-width) / 100);
    height: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-points__item-icon {
    width: calc(3.125 * var(--view-width) / 100);
    min-width: calc(3.125 * var(--view-width) / 100);
    height: calc(3.125 * var(--view-width) / 100);
    min-height: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-points__item-icon {
    background-image: url("/images/main-page/mechanism/round-point-mobile.svg");
    width: 20px;
    height: 20px;
    z-index: 4;
  }
  .main-page-mechanism-section .main-page-mechanism-section-points__item-icon::after {
    content: "";
    transition: visibility 0.3s ease-in-out;
    position: absolute;
    top: -8px;
    right: 50%;
    transform: translateX(50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid #fff;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-points__item-icon.active {
    background-image: url("/images/main-page/mechanism/round-point-mobile-active.svg");
  }
}
.main-page-mechanism-section .main-page-mechanism-section-points__item-line {
  min-width: 30px;
  height: 1px;
  border-top: 1px dashed #fff;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-points__item-line {
    min-width: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-points__item-line {
    min-width: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-points__item-line {
    display: none;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-points__item-text {
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px;
  background-color: #fff;
  border-radius: 40px;
  transition: visibility 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-points__item-text {
    padding: calc(0.3571428571 * var(--view-width) / 100) calc(0.7142857143 * var(--view-width) / 100);
    border-radius: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-points__item-text {
    padding: calc(1.3020833333 * var(--view-width) / 100) calc(2.0833333333 * var(--view-width) / 100);
    border-radius: calc(5.2083333333 * var(--view-width) / 100);
    text-align: center;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-points__item-text {
    visibility: hidden;
    position: absolute;
    right: -14px;
    bottom: 29px;
    width: -moz-max-content;
    width: max-content;
    padding: 8px 10px;
    border-radius: 40px;
    z-index: 4;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-points__item.active .main-page-mechanism-section-points__item-icon {
    background-image: url("/images/main-page/mechanism/round-point-mobile-active.svg");
  }
  .main-page-mechanism-section .main-page-mechanism-section-points__item.active .main-page-mechanism-section-points__item-icon::after {
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-points__item.active .main-page-mechanism-section-points__item-text {
    visibility: visible;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-face-points__item .dotted-angle-line {
  display: none;
}
.main-page-mechanism-section .main-page-mechanism-section-face-points__item--0 {
  top: 21%;
  left: -6%;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--0 {
    top: calc(14.9739583333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--0 {
    top: 92px;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-face-points__item--0 .main-page-mechanism-section-points__item-line {
  width: 213px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--0 .main-page-mechanism-section-points__item-line {
    width: calc(12.6785714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--0 .main-page-mechanism-section-points__item-line {
    width: calc(8.203125 * var(--view-width) / 100);
  }
}
.main-page-mechanism-section .main-page-mechanism-section-face-points__item--1 {
  top: 28%;
  left: -6%;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--1 {
    flex-direction: row-reverse;
    top: 190rem;
    left: -180rem;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--1 {
    top: 155px;
    left: -15px;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-face-points__item--1 .main-page-mechanism-section-points__item-line {
  width: 231px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--1 .main-page-mechanism-section-points__item-line {
    width: calc(13.75 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--1 .main-page-mechanism-section-points__item-line {
    width: calc(5.2083333333 * var(--view-width) / 100);
  }
}
.main-page-mechanism-section .main-page-mechanism-section-face-points__item--2 {
  top: 38%;
  left: -1.5%;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--2 {
    top: 255rem;
    left: -5rem;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--2 {
    top: 220px;
    left: -2px;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-face-points__item--2 .main-page-mechanism-section-points__item-line {
  width: 300px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--2 .main-page-mechanism-section-points__item-line {
    width: calc(17.8571428571 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--2 .main-page-mechanism-section-points__item-line {
    width: calc(15.7552083333 * var(--view-width) / 100);
  }
}
.main-page-mechanism-section .main-page-mechanism-section-face-points__item--3 {
  top: 43%;
  left: -6%;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--3 {
    flex-direction: row-reverse;
    top: 295rem;
    left: -275rem;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--3 {
    top: 259px;
    left: -3px;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-face-points__item--3 .main-page-mechanism-section-points__item-line {
  width: 233rem;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--3 .main-page-mechanism-section-points__item-line {
    width: calc(8.8541666667 * var(--view-width) / 100);
  }
}
.main-page-mechanism-section .main-page-mechanism-section-face-points__item--4 {
  top: 54%;
  left: -4%;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--4 {
    flex-direction: row-reverse;
    top: 355rem;
    left: -310rem;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--4 {
    top: 323px;
    left: -12px;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-face-points__item--4 .main-page-mechanism-section-points__item-line {
  width: 167px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--4 .main-page-mechanism-section-points__item-line {
    width: calc(9.9404761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--4 .main-page-mechanism-section-points__item-line {
    width: calc(3.75 * var(--view-width) / 100);
  }
}
.main-page-mechanism-section .main-page-mechanism-section-face-points__item--5 {
  top: 33%;
  left: 13%;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--5 {
    top: 214rem;
    left: 67rem;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--5 {
    top: 180px;
    left: 70px;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-face-points__item--5 .main-page-mechanism-section-points__item-line {
  width: 217px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--5 .main-page-mechanism-section-points__item-line {
    width: calc(12.9166666667 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--5 .main-page-mechanism-section-points__item-line {
    width: calc(3.75 * var(--view-width) / 100);
  }
}
.main-page-mechanism-section .main-page-mechanism-section-face-points__item--6 {
  top: 48%;
  left: 7%;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--6 {
    top: 325rem;
    left: 40rem;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--6 {
    top: 290px;
    left: 40px;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-face-points__item--6 .main-page-mechanism-section-points__item-line {
  width: 190px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--6 .main-page-mechanism-section-points__item-line {
    width: calc(11.3095238095 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--6 .main-page-mechanism-section-points__item-line {
    width: calc(3.75 * var(--view-width) / 100);
  }
}
.main-page-mechanism-section .main-page-mechanism-section-face-points__item--7 {
  top: 60%;
  left: 9%;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--7 {
    top: 400rem;
    left: 65rem;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--7 {
    top: 400px;
    left: 45rem;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-face-points__item--7 .main-page-mechanism-section-points__item-line {
  width: 217px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--7 .main-page-mechanism-section-points__item-line {
    width: calc(12.9166666667 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-face-points__item--7 .main-page-mechanism-section-points__item-line {
    width: calc(3.75 * var(--view-width) / 100);
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points {
  display: none;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points {
    left: 0;
    width: 100%;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item {
  align-items: flex-start;
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item .main-page-mechanism-section-points__item-icon {
  flex-shrink: 0;
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item .main-page-mechanism-section-points__item-text {
  align-self: flex-end;
  transform: translateY(50%);
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item .main-page-mechanism-section-points__item-text {
    flex-shrink: 1;
    align-self: center;
    transform: translateY(0);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item {
    align-items: center;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item .dotted-angle-line {
  flex-shrink: 0;
  fill: none;
  padding-top: 16rem;
  box-sizing: content-box;
  margin-left: -19rem;
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item .dotted-angle-line svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item .dotted-angle-line {
    display: none;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item .main-page-mechanism-section-points__item-line {
  display: none;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item .main-page-mechanism-section-points__item-line {
    display: block;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item .main-page-mechanism-section-points__item-line {
    display: none;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--0 {
  top: 3%;
  left: 0;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--0 {
    top: 11rem;
    left: 340rem;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--0 {
    top: 11rem;
    left: 50%;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--0 .dotted-angle-line {
  width: 149rem;
  height: 17rem;
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--0 .main-page-mechanism-section-points__item-line {
  width: 151px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--0 .main-page-mechanism-section-points__item-line {
    width: calc(8.9880952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--0 .main-page-mechanism-section-points__item-line {
    width: calc(5.5989583333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--0 .main-page-mechanism-section-points__item-text {
    right: 50%;
    transform: translateX(30%);
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--1 {
  top: 6%;
  left: 0.5%;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--1 {
    flex-direction: row-reverse;
    top: 40rem;
    left: 20rem;
    width: 350rem;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--1 {
    top: 29rem;
    left: 52%;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--1 .dotted-angle-line {
  width: 193rem;
  height: 35rem;
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--1 .main-page-mechanism-section-points__item-line {
  width: 397px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--1 .main-page-mechanism-section-points__item-line {
    width: calc(23.630952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--1 .main-page-mechanism-section-points__item-line {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--1 .main-page-mechanism-section-points__item-text {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--2 {
  top: 7%;
  left: -8%;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--2 {
    top: 53rem;
    right: 15rem;
    left: auto;
    width: 350rem;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--2 {
    top: 32rem;
    left: 43%;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--2 .dotted-angle-line {
  width: 211rem;
  height: 67rem;
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--2 .main-page-mechanism-section-points__item-line {
  width: 103px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--2 .main-page-mechanism-section-points__item-line {
    width: calc(6.130952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--2 .main-page-mechanism-section-points__item-line {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--2 .main-page-mechanism-section-points__item-text {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--2 .main-page-mechanism-section-points__item-text {
    right: 50%;
    transform: translateX(30%);
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--3 {
  top: 14%;
  left: -8%;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--3 {
    top: 90rem;
    right: auto;
    left: 20rem;
    flex-direction: row-reverse;
    width: 300rem;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--3 {
    top: 87rem;
    left: 42%;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--3 .dotted-angle-line {
  width: 287.5rem;
  height: 123rem;
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--3 .main-page-mechanism-section-points__item-line {
  width: 34px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--3 .main-page-mechanism-section-points__item-line {
    width: calc(2.0238095238 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--3 .main-page-mechanism-section-points__item-line {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--3 .main-page-mechanism-section-points__item-text {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--3 .main-page-mechanism-section-points__item-text {
    right: 50%;
    transform: translateX(30%);
    width: 200px;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--4 {
  top: 16%;
  left: 7.6%;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--4 {
    top: 96rem;
    left: auto;
    right: -40rem;
    width: 350rem;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--4 {
    top: 98rem;
    left: 59%;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--4 .dotted-angle-line {
  width: 116rem;
  height: 46rem;
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--4 .main-page-mechanism-section-points__item-line {
  width: 245px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--4 .main-page-mechanism-section-points__item-line {
    width: calc(14.5833333333 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--4 .main-page-mechanism-section-points__item-line {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--4 .main-page-mechanism-section-points__item-text {
    min-width: calc(33.8541666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--4 .main-page-mechanism-section-points__item-text {
    min-width: 250px;
    width: 250px;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--5 {
  top: 27%;
  left: 9%;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--5 {
    top: 170rem;
    flex-direction: row-reverse;
    right: auto;
    left: -40rem;
    width: 450rem;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--5 {
    top: 177rem;
    left: 62%;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--5 .dotted-angle-line {
  width: 198rem;
  height: 59rem;
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--5 .main-page-mechanism-section-points__item-line {
  width: 34px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--5 .main-page-mechanism-section-points__item-line {
    width: calc(2.0238095238 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--5 .main-page-mechanism-section-points__item-line {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--5 .main-page-mechanism-section-points__item-text {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--5 .main-page-mechanism-section-points__item-text {
    right: 50%;
    transform: translateX(30%);
    width: 200px;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--6 {
  top: 33%;
  left: -2.5%;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--6 {
    top: 200rem;
    right: 45rem;
    left: auto;
    width: 300rem;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--6 {
    top: 220rem;
    left: 48%;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--6 .dotted-angle-line {
  width: 365rem;
  height: 48rem;
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--6 .main-page-mechanism-section-points__item-line {
  width: 34px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--6 .main-page-mechanism-section-points__item-line {
    width: calc(2.0238095238 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--6 .main-page-mechanism-section-points__item-line {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--6 .main-page-mechanism-section-points__item-text {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--6 .main-page-mechanism-section-points__item-text {
    right: 50%;
    transform: translateX(30%);
    width: 200px;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--7 {
  top: 37%;
  left: -2.5%;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--7 {
    top: 231rem;
    right: auto;
    flex-direction: row-reverse;
    left: 57rem;
    width: 300rem;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--7 {
    top: 260rem;
    left: 48%;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--7 .dotted-angle-line {
  width: 292.5rem;
  height: 52rem;
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--7 .main-page-mechanism-section-points__item-line {
  width: 34px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--7 .main-page-mechanism-section-points__item-line {
    width: calc(2.0238095238 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--7 .main-page-mechanism-section-points__item-line {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--7 .main-page-mechanism-section-points__item-text {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--7 .main-page-mechanism-section-points__item-text {
    right: 50%;
    transform: translateX(30%);
    width: 200px;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--8 {
  top: 38%;
  left: -14%;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--8 {
    top: 250rem;
    right: 0;
    left: auto;
    width: 300rem;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--8 {
    top: 262rem;
    left: 36%;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--8 .dotted-angle-line {
  width: 187.5rem;
  height: 90rem;
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--8 .main-page-mechanism-section-points__item-line {
  width: 34px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--8 .main-page-mechanism-section-points__item-line {
    width: calc(2.0238095238 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--8 .main-page-mechanism-section-points__item-line {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--8 .main-page-mechanism-section-points__item-text {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--8 .main-page-mechanism-section-points__item-text {
    right: 50%;
    transform: translateX(30%);
    width: 200px;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--9 {
  top: 45%;
  left: -10%;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--9 {
    top: 297rem;
    right: auto;
    flex-direction: row-reverse;
    left: 30rem;
    width: 300rem;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--9 {
    top: 325rem;
    left: 42%;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--9 .dotted-angle-line {
  width: 233.5rem;
  height: 75rem;
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--9 .main-page-mechanism-section-points__item-line {
  width: 34px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--9 .main-page-mechanism-section-points__item-line {
    width: calc(2.0238095238 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--9 .main-page-mechanism-section-points__item-line {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--9 .main-page-mechanism-section-points__item-text {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--9 .main-page-mechanism-section-points__item-text {
    right: 50%;
    transform: translateX(30%);
    width: 200px;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--10 {
  top: 52%;
  left: -8.6%;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--10 {
    top: 330rem;
    right: 40rem;
    left: auto;
    width: 300rem;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--10 {
    top: 370rem;
    left: 42%;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--10 .dotted-angle-line {
  width: 244.5rem;
  height: 56rem;
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--10 .main-page-mechanism-section-points__item-line {
  width: 34px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--10 .main-page-mechanism-section-points__item-line {
    width: calc(2.0238095238 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--10 .main-page-mechanism-section-points__item-line {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--10 .main-page-mechanism-section-points__item-text {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--10 .main-page-mechanism-section-points__item-text {
    right: 50%;
    transform: translateX(30%);
    width: 200px;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--11 {
  top: 66%;
  left: 2.5%;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--11 {
    top: calc(59.8958333333 * var(--view-width) / 100);
    right: 40rem;
    left: auto;
    width: 300rem;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--11 {
    top: 510rem;
    left: 54%;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--11 .dotted-angle-line {
  width: 130rem;
  height: 35rem;
  padding: 0 0 20rem;
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--11 .main-page-mechanism-section-points__item-line {
  width: 34px;
}
@media (max-width: 1679px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--11 .main-page-mechanism-section-points__item-line {
    width: calc(2.0238095238 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--11 .main-page-mechanism-section-points__item-line {
    width: 100%;
  }
}
.main-page-mechanism-section .main-page-mechanism-section-body-points__item--11 .main-page-mechanism-section-points__item-text {
  align-self: flex-start;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--11 .main-page-mechanism-section-points__item-text {
    min-width: -moz-fit-content;
    min-width: fit-content;
    align-self: center;
    transform: none;
  }
}
@media (max-width: 767px) {
  .main-page-mechanism-section .main-page-mechanism-section-body-points__item--11 .main-page-mechanism-section-points__item-text {
    right: 50%;
    transform: translateX(30%);
    width: 200px;
  }
}

.main-page-nearest-events-section.main-page__section {
  height: 100%;
}
@media (max-width: 1023px) {
  .main-page-nearest-events-section.main-page__section {
    padding-top: 0;
  }
}
.main-page-nearest-events-section .main-page__section-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1679px) {
  .main-page-nearest-events-section .main-page__section-container {
    padding-top: calc(4.7619047619 * var(--view-width) / 100);
    padding-bottom: calc(4.7619047619 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-nearest-events-section .main-page__section-container {
    padding: calc(7.8125 * var(--view-width) / 100) calc(5.7291666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-nearest-events-section .main-page__section-container {
    padding-left: var(--content-gap);
    padding-right: var(--content-gap);
  }
}
.main-page-nearest-events-section__container {
  gap: 60px;
}
@media (max-width: 1679px) {
  .main-page-nearest-events-section__container {
    gap: calc(3.5714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-nearest-events-section__container {
    gap: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-nearest-events-section__container {
    gap: 40px;
  }
}
.main-page-nearest-events-section__heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1679px) {
  .main-page-nearest-events-section__heading {
    gap: calc(1.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-nearest-events-section__heading {
    gap: calc(4.1666666667 * var(--view-width) / 100);
  }
}
.main-page-nearest-events-section__heading-titles {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1679px) {
  .main-page-nearest-events-section__heading-titles {
    gap: calc(0.7142857143 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-nearest-events-section__heading-titles {
    gap: calc(1.5625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page-nearest-events-section__heading-titles {
    gap: 12px;
  }
}
.main-page-nearest-events-section__heading a {
  align-self: flex-end;
}
@media (max-width: 767px) {
  .main-page-nearest-events-section__heading a {
    position: absolute;
    bottom: 22px;
    left: var(--content-gap);
  }
}
.main-page-nearest-events-section__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  height: 420px;
}
@media (max-width: 1679px) {
  .main-page-nearest-events-section__list {
    grid-column-gap: calc(1.7857142857 * var(--view-width) / 100);
    height: calc(25 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page-nearest-events-section__list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: calc(2.6041666667 * var(--view-width) / 100);
    grid-row-gap: calc(2.6041666667 * var(--view-width) / 100);
    height: auto;
    display: flex;
    gap: 20rem;
    flex-wrap: wrap;
  }
  .main-page-nearest-events-section__list .card {
    width: calc(50% - 10rem);
    height: auto;
  }
}
@media (max-width: 767px) {
  .main-page-nearest-events-section__list {
    display: none;
  }
}
.main-page-nearest-events-section__list--mobile {
  display: none;
}
@media (max-width: 767px) {
  .main-page-nearest-events-section__list--mobile {
    display: flex;
    margin-bottom: 60px;
  }
}
.main-page-nearest-events-section__list--mobile .slider .swiper-slide {
  min-height: 380px;
}
.main-page-nearest-events-section__list--mobile .slider__controls {
  display: none;
}

.main-page__section {
  height: 100vh;
  padding-top: 88px;
}
@media (max-width: 1679px) {
  .main-page__section {
    padding-top: calc(5.2380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page__section {
    padding-top: calc(7.8125 * var(--view-width) / 100);
    height: auto;
  }
}
@media (max-width: 767px) {
  .main-page__section {
    padding-top: 60px;
    height: auto;
  }
}
.main-page__section-container {
  width: 1592px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66px;
  padding-bottom: 60px;
  height: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1679px) {
  .main-page__section-container {
    width: calc(94.7619047619 * var(--view-width) / 100);
    padding-top: calc(3.9285714286 * var(--view-width) / 100);
    padding-bottom: calc(3.5714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page__section-container {
    width: var(--app-width, 100%);
    margin: 0;
    padding: 0 calc(5.7291666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page__section-container {
    padding: 0 var(--content-gap);
  }
}
.main-page__section-container .main-page-section-top-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .main-page__section-container .main-page-section-top-content {
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }
}
.main-page__section-container .main-page-section-top-content__main-titles {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1679px) {
  .main-page__section-container .main-page-section-top-content__main-titles {
    gap: calc(0.7142857143 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page__section-container .main-page-section-top-content__main-titles {
    gap: calc(1.5625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page__section-container .main-page-section-top-content__main-titles {
    gap: 12px;
  }
}
.main-page__section-container .main-page-section-top-content__main-titles h2 {
  max-width: 566px;
}
@media (max-width: 1679px) {
  .main-page__section-container .main-page-section-top-content__main-titles h2 {
    max-width: calc(33.6904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page__section-container .main-page-section-top-content__main-titles h2 {
    max-width: calc(50.5208333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page__section-container .main-page-section-top-content__main-titles h2 {
    max-width: 100%;
  }
}
.main-page__section-container .main-page-section-top-content__years {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .main-page__section-container .main-page-section-top-content__years {
    align-items: center;
  }
}
.main-page__section-container .main-page-section-top-content__years-description {
  max-width: 328px;
  text-align: end;
}
@media (max-width: 1679px) {
  .main-page__section-container .main-page-section-top-content__years-description {
    max-width: calc(19.5238095238 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .main-page__section-container .main-page-section-top-content__years-description {
    max-width: calc(39.0625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .main-page__section-container .main-page-section-top-content__years-description {
    max-width: 295px;
    text-align: center;
  }
}

.map-page__title {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .map-page__title {
    gap: calc(1.3095238095 * var(--view-width) / 100);
    margin-bottom: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page__title {
    gap: calc(1.3020833333 * var(--view-width) / 100);
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .map-page__title {
    margin-bottom: 20px;
    gap: 0;
    margin-left: -10px;
  }
}
.map-page__title-content {
  margin-left: 10px;
}
@media (max-width: 1679px) {
  .map-page__title-content {
    margin-left: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page__title-content {
    margin-left: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page__title-content {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .map-page__select {
    margin-left: 10px;
  }
}
.map-page__container {
  display: flex;
  position: relative;
}
.map-page__yamaps {
  width: calc(100% - 450px);
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  transform: translateZ(0);
}
@media (max-width: 1679px) {
  .map-page__yamaps {
    width: calc(57.1428571429 * var(--view-width) / 100);
    border-radius: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page__yamaps {
    width: 100%;
    border-radius: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page__yamaps {
    border-radius: 30px;
  }
}
.map-page__map-button {
  text-align: center;
}
@media (max-width: 1023px) {
  .map-page__map-button {
    display: none;
  }
}
.map-page__map-button--laptop {
  display: none;
}
@media (max-width: 1023px) {
  .map-page__map-button--laptop {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    cursor: auto;
    bottom: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page__map-button--laptop {
    width: 240px;
    bottom: 10px;
  }
}
.map-page__clinics-list {
  border-radius: 24px;
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  box-shadow: 0 10px 30px 0 rgba(41, 63, 62, 0.1019607843);
  width: 348px;
  height: 342px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1679px) {
  .map-page__clinics-list {
    width: calc(20.7142857143 * var(--view-width) / 100);
    height: calc(20.3571428571 * var(--view-width) / 100);
    border-radius: calc(1.4285714286 * var(--view-width) / 100);
    left: calc(1.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page__clinics-list {
    width: calc(33.8541666667 * var(--view-width) / 100);
    height: calc(40.3645833333 * var(--view-width) / 100);
    left: calc(3.125 * var(--view-width) / 100);
    border-radius: calc(3.125 * var(--view-width) / 100);
    top: calc(3.125 * var(--view-width) / 100);
    transform: none;
  }
}
@media (max-width: 767px) {
  .map-page__clinics-list {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 24px;
  }
}
.map-page__clinics-list.hidden-buttons .contacts-page__slider-button.slider__button {
  opacity: 0;
}
.map-page__clinics-list .controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 24px;
  margin-top: auto;
  gap: 5px;
}
@media (max-width: 1679px) {
  .map-page__clinics-list .controls {
    padding: calc(0 * var(--view-width) / 100) calc(1.4285714286 * var(--view-width) / 100) calc(1.4285714286 * var(--view-width) / 100);
    gap: calc(0.2976190476 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page__clinics-list .controls {
    padding: calc(0 * var(--view-width) / 100) calc(3.125 * var(--view-width) / 100) calc(3.125 * var(--view-width) / 100);
    gap: calc(0.6510416667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page__clinics-list .controls {
    padding: 0 24px 24px;
    gap: 5px;
  }
}
.map-page__clinics-list .controls .swiper-pagination-bullets {
  display: flex;
  gap: 8px;
}
@media (max-width: 1679px) {
  .map-page__clinics-list .controls .swiper-pagination-bullets {
    gap: calc(0.4761904762 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page__clinics-list .controls .swiper-pagination-bullets {
    gap: calc(1.0416666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page__clinics-list .controls .swiper-pagination-bullets {
    gap: 8px;
  }
}
.map-page__clinics-list .controls .swiper-pagination-bullets .swiper-pagination-bullet {
  height: 8px;
  border-radius: 20px;
  background-color: #4BB5B3;
  flex-shrink: 0;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out, max-width 0.4s ease-in-out;
  width: 45px;
  max-width: 8px;
}
@media (max-width: 1679px) {
  .map-page__clinics-list .controls .swiper-pagination-bullets .swiper-pagination-bullet {
    height: calc(0.4761904762 * var(--view-width) / 100);
    border-radius: calc(1.1904761905 * var(--view-width) / 100);
    width: calc(2.6785714286 * var(--view-width) / 100);
    max-width: calc(0.4761904762 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page__clinics-list .controls .swiper-pagination-bullets .swiper-pagination-bullet {
    height: calc(1.0416666667 * var(--view-width) / 100);
    border-radius: calc(2.6041666667 * var(--view-width) / 100);
    width: calc(5.859375 * var(--view-width) / 100);
    max-width: calc(1.0416666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page__clinics-list .controls .swiper-pagination-bullets .swiper-pagination-bullet {
    height: 8px;
    border-radius: 20px;
    width: 45px;
    max-width: 8px;
  }
}
.map-page__clinics-list .controls .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  max-width: 45px;
  opacity: 1;
}
@media (max-width: 1679px) {
  .map-page__clinics-list .controls .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    max-width: calc(2.6785714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page__clinics-list .controls .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    max-width: calc(5.859375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page__clinics-list .controls .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    max-width: 45px;
  }
}
.map-page__clinics-list .button {
  width: 100%;
}
.map-page__clinics-list-wrapper.has-active-clinic .clinic-list-item:not(.active) {
  opacity: 0.3;
}
.map-page__clinics-list-wrapper::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.map-page__clinics-list-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
}
.map-page__clinics-list-wrapper::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: rgba(244, 247, 250, 0.7);
  border-radius: 4px;
  border: none;
}
.map-page__clinics-counter {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 5px;
  color: #fff;
  font-weight: 300;
}
@media (max-width: 1679px) {
  .map-page__clinics-counter {
    gap: calc(0.2976190476 * var(--view-width) / 100);
    margin-bottom: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page__clinics-counter {
    gap: calc(0.6510416667 * var(--view-width) / 100);
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page__clinics-counter {
    margin-bottom: 20px;
    gap: 5px;
  }
}
.map-page .clinic-list-item {
  padding: 24px 24px 0;
  background: #fff;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .map-page .clinic-list-item {
    padding: calc(1.4285714286 * var(--view-width) / 100) calc(1.4285714286 * var(--view-width) / 100) 0;
  }
}
@media (max-width: 1023px) {
  .map-page .clinic-list-item {
    padding: calc(3.125 * var(--view-width) / 100) calc(1.4285714286 * var(--view-width) / 100) 0;
  }
}
@media (max-width: 767px) {
  .map-page .clinic-list-item {
    padding: 24px 24px 0;
  }
}
.map-page .clinic-list-item__title {
  margin-bottom: 32px;
}
@media (max-width: 1679px) {
  .map-page .clinic-list-item__title {
    margin-bottom: calc(1.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page .clinic-list-item__title {
    margin-bottom: calc(4.1666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page .clinic-list-item__title {
    margin-bottom: 32px;
  }
}
.map-page .clinic-list-item__telephone, .map-page .clinic-list-item__address {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 1679px) {
  .map-page .clinic-list-item__telephone, .map-page .clinic-list-item__address {
    gap: calc(0.2976190476 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page .clinic-list-item__telephone, .map-page .clinic-list-item__address {
    gap: calc(0.6510416667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page .clinic-list-item__telephone, .map-page .clinic-list-item__address {
    gap: 5px;
  }
}
.map-page .clinic-list-item__telephone {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .map-page .clinic-list-item__telephone {
    margin-top: calc(1.1904761905 * var(--view-width) / 100);
    margin-bottom: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page .clinic-list-item__telephone {
    margin-top: calc(2.6041666667 * var(--view-width) / 100);
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page .clinic-list-item__telephone {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.map-page .clinic-list-item__telephone-label, .map-page .clinic-list-item__address-label {
  color: #B2B9BF;
}
.map-page .clinic-list-item__link {
  color: #373745;
}
@media (hover: hover) {
  .map-page .clinic-list-item__link:hover {
    color: #4BB5B3;
  }
}
.map-page .map-balloon {
  position: relative;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  color: #1D1D1B;
  top: 0;
  box-shadow: 0px 6px 28px -10px rgba(83, 36, 46, 0.24);
  border-radius: 40px;
}
@media (max-width: 1679px) {
  .map-page .map-balloon {
    border-radius: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page .map-balloon {
    border-radius: calc(3.90625 * var(--view-width) / 100);
    transform: translateX(calc(-100% - 7px)) translateY(-50%);
  }
}
@media (max-width: 767px) {
  .map-page .map-balloon {
    border-radius: 30px;
    transform: translateX(calc(-50% - 20px)) translateY(32px);
  }
}
@media (max-width: 1023px) {
  .map-page .map-balloon--cluster {
    border-radius: calc(3.90625 * var(--view-width) / 100);
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 767px) {
  .map-page .map-balloon--cluster {
    border-radius: 30px;
  }
}
.map-page .map-balloon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
.map-page .map-balloon__wrapper {
  display: flex;
  gap: 20px;
  padding: 24px 68px 24px 24px;
  width: 520px;
}
@media (max-width: 1679px) {
  .map-page .map-balloon__wrapper {
    gap: calc(1.1904761905 * var(--view-width) / 100);
    padding: calc(1.4285714286 * var(--view-width) / 100) calc(4.0476190476 * var(--view-width) / 100) calc(1.4285714286 * var(--view-width) / 100) calc(1.4285714286 * var(--view-width) / 100);
    width: calc(30.9523809524 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page .map-balloon__wrapper {
    gap: calc(0.6510416667 * var(--view-width) / 100);
    padding: calc(2.6041666667 * var(--view-width) / 100) calc(4.9479166667 * var(--view-width) / 100) calc(2.6041666667 * var(--view-width) / 100) calc(2.6041666667 * var(--view-width) / 100);
    width: calc(40.1041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page .map-balloon__wrapper {
    gap: 5px;
    padding: 20px 38px 20px 20px;
    width: 308px;
  }
}
.map-page .map-balloon__image {
  width: 80px;
  height: 41px;
}
@media (max-width: 1679px) {
  .map-page .map-balloon__image {
    height: calc(2.4404761905 * var(--view-width) / 100);
    width: calc(4.7619047619 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page .map-balloon__image {
    height: calc(4.5572916667 * var(--view-width) / 100);
    width: calc(8.8541666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page .map-balloon__image {
    width: 68px;
    height: 35px;
  }
}
.map-page .map-balloon__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.map-page .map-balloon__title {
  margin-bottom: 4px;
}
@media (max-width: 1679px) {
  .map-page .map-balloon__title {
    margin-bottom: calc(0.2380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page .map-balloon__title {
    margin-bottom: calc(0.5208333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page .map-balloon__title {
    margin-bottom: 4px;
  }
}
.map-page .map-balloon__site {
  color: #952B42;
}
@media (hover: hover) {
  .map-page .map-balloon__site:hover {
    color: #761B2E;
  }
}
.map-page .map-balloon__telephone {
  margin-top: 32px;
  margin-bottom: 15px;
}
@media (max-width: 1679px) {
  .map-page .map-balloon__telephone {
    margin-top: calc(1.9047619048 * var(--view-width) / 100);
    margin-bottom: calc(0.8928571429 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page .map-balloon__telephone {
    margin-top: calc(1.953125 * var(--view-width) / 100);
    margin-bottom: calc(1.953125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page .map-balloon__telephone {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.map-page .map-balloon__telephone, .map-page .map-balloon__address {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 1679px) {
  .map-page .map-balloon__telephone, .map-page .map-balloon__address {
    gap: calc(0.2976190476 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page .map-balloon__telephone, .map-page .map-balloon__address {
    gap: calc(0.6510416667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page .map-balloon__telephone, .map-page .map-balloon__address {
    gap: 5px;
  }
}
.map-page .map-balloon__telephone .label, .map-page .map-balloon__address .label {
  color: #B2B9BF;
}
.map-page .map-balloon__cluster-container {
  display: flex;
}
.map-page .map-balloon__cluster-list {
  min-width: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  margin: 10px 0;
  border-right: 1px solid #B2B9BF;
}
@media (max-width: 1679px) {
  .map-page .map-balloon__cluster-list {
    gap: calc(1.1904761905 * var(--view-width) / 100);
    padding: calc(1.1904761905 * var(--view-width) / 100);
    min-width: calc(5.9523809524 * var(--view-width) / 100);
    margin: calc(0.5952380952 * var(--view-width) / 100) 0;
  }
}
@media (max-width: 1023px) {
  .map-page .map-balloon__cluster-list {
    gap: calc(2.6041666667 * var(--view-width) / 100);
    padding: calc(2.6041666667 * var(--view-width) / 100);
    min-width: calc(13.0208333333 * var(--view-width) / 100);
    margin: calc(1.3020833333 * var(--view-width) / 100) 0;
  }
}
@media (max-width: 767px) {
  .map-page .map-balloon__cluster-list {
    gap: 20px;
    padding: 20px;
    margin: 10px 0;
    min-width: 100px;
  }
}
.map-page .map-balloon__cluster-item {
  cursor: pointer;
}
.map-page .map-balloon__cluster-item.active {
  color: #761B2E;
}
.map-page .map-balloon__cluster-content .map-balloon__wrapper {
  display: none;
}
@media (max-width: 767px) {
  .map-page .map-balloon__cluster-content .map-balloon__wrapper {
    width: 208px;
  }
}
.map-page .map-balloon__cluster-content .map-balloon__wrapper.active {
  display: flex;
}
.map-page .map-balloon-close {
  width: 18px;
  height: 18px;
  margin: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  outline: none;
  color: #4BB5B3;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .map-page .map-balloon-close {
    width: calc(1.0714285714 * var(--view-width) / 100);
    height: calc(1.0714285714 * var(--view-width) / 100);
    top: calc(1.7857142857 * var(--view-width) / 100);
    right: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page .map-balloon-close {
    width: calc(2.34375 * var(--view-width) / 100);
    height: calc(2.34375 * var(--view-width) / 100);
    top: calc(2.6041666667 * var(--view-width) / 100);
    right: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page .map-balloon-close {
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
  }
}
.map-page .map-balloon-close::before, .map-page .map-balloon-close::after {
  position: absolute;
  width: 18px;
  height: 1px;
  top: 50%;
  left: 50%;
  content: "";
  background-color: currentColor;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .map-page .map-balloon-close::before, .map-page .map-balloon-close::after {
    width: calc(1.0714285714 * var(--view-width) / 100);
    height: calc(0.0595238095 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page .map-balloon-close::before, .map-page .map-balloon-close::after {
    width: calc(2.0833333333 * var(--view-width) / 100);
    height: calc(0.1302083333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page .map-balloon-close::before, .map-page .map-balloon-close::after {
    width: 16px;
    height: 1px;
  }
}
.map-page .map-balloon-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.map-page .map-balloon-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.map-page .map-pin-custom {
  width: 48px;
  height: 48px;
  color: #1D1D1B;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .map-page .map-pin-custom {
    width: calc(2.8571428571 * var(--view-width) / 100);
    height: calc(2.8571428571 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page .map-pin-custom {
    width: calc(6.25 * var(--view-width) / 100);
    height: calc(6.25 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page .map-pin-custom {
    width: 48px;
    height: 48px;
  }
}
.map-page .map-pin-custom.hover, .map-page .map-pin-custom.active {
  color: #4BB5B3;
}
.map-page .map-pin-custom svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
.map-page .map-controls-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translateY(254px);
}
@media (max-width: 1679px) {
  .map-page .map-controls-container {
    gap: calc(0.5952380952 * var(--view-width) / 100);
    transform: translateY(calc(15.119047619 * var(--view-width) / 100));
  }
}
@media (max-width: 1023px) {
  .map-page .map-controls-container {
    gap: calc(1.3020833333 * var(--view-width) / 100);
    transform: translateY(calc(33.0729166667 * var(--view-width) / 100));
  }
}
@media (max-width: 767px) {
  .map-page .map-controls-container {
    gap: 10px;
    transform: translateY(254px);
  }
}
.map-page .map-controls {
  display: block;
  width: 64px;
  height: 64px;
  background: #fff;
  box-shadow: 0px 6px 28px -10px rgba(83, 36, 46, 0.24);
  position: relative;
  border-radius: 100%;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .map-page .map-controls {
    width: calc(3.8095238095 * var(--view-width) / 100);
    height: calc(3.8095238095 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page .map-controls {
    width: calc(6.25 * var(--view-width) / 100);
    height: calc(6.25 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page .map-controls {
    width: 48px;
    height: 48px;
  }
}
@media (hover: hover) {
  .map-page .map-controls:hover {
    background-color: #4BB5B3;
  }
  .map-page .map-controls:hover::before, .map-page .map-controls:hover::after {
    background: #fff;
  }
}
.map-page .map-controls--zoom-in::before, .map-page .map-controls--zoom-in::after {
  position: absolute;
  content: "";
  background-color: #4BB5B3;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  transition: background 0.3s ease-in-out;
}
.map-page .map-controls--zoom-in::before {
  width: 18px;
  height: 1px;
}
@media (max-width: 1679px) {
  .map-page .map-controls--zoom-in::before {
    width: calc(1.0714285714 * var(--view-width) / 100);
    height: calc(0.0595238095 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page .map-controls--zoom-in::before {
    width: calc(2.0833333333 * var(--view-width) / 100);
    height: calc(0.1302083333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page .map-controls--zoom-in::before {
    width: 16px;
    height: 1px;
  }
}
.map-page .map-controls--zoom-in:after {
  height: 18px;
  width: 1px;
}
@media (max-width: 1679px) {
  .map-page .map-controls--zoom-in:after {
    width: calc(0.0595238095 * var(--view-width) / 100);
    height: calc(1.0714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page .map-controls--zoom-in:after {
    width: calc(0.1302083333 * var(--view-width) / 100);
    height: calc(2.0833333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page .map-controls--zoom-in:after {
    width: 1px;
    height: 16px;
  }
}
.map-page .map-controls--zoom-out::before {
  position: absolute;
  content: "";
  background-color: #4BB5B3;
  width: 18px;
  height: 1px;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
}
@media (max-width: 1679px) {
  .map-page .map-controls--zoom-out::before {
    width: calc(1.0714285714 * var(--view-width) / 100);
    height: calc(0.0595238095 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .map-page .map-controls--zoom-out::before {
    width: calc(2.0833333333 * var(--view-width) / 100);
    height: calc(0.1302083333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .map-page .map-controls--zoom-out::before {
    width: 16px;
    height: 1px;
  }
}

.mechanism-of-action-block {
  background-color: #F4F7FA;
  padding: 80rem 0;
}
@media (max-width: 1023px) {
  .mechanism-of-action-block {
    padding: 60rem 0;
  }
}
.mechanism-of-action-block__wrapper {
  display: flex;
  gap: 30rem;
  font-size: 18rem;
  line-height: 24rem;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 1023px) {
  .mechanism-of-action-block__wrapper {
    flex-direction: column;
    gap: 20rem;
    font-size: 15rem;
    line-height: 18rem;
  }
}
@media (max-width: 767px) {
  .mechanism-of-action-block__wrapper {
    gap: 10rem;
    font-size: 14rem;
  }
}
.mechanism-of-action-block__left, .mechanism-of-action-block__right {
  width: calc(50% - 15rem);
  padding: 40rem;
  border-radius: 24rem;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1023px) {
  .mechanism-of-action-block__left, .mechanism-of-action-block__right {
    width: 100%;
    padding: 32rem;
  }
}
@media (max-width: 767px) {
  .mechanism-of-action-block__left, .mechanism-of-action-block__right {
    padding: 24rem;
  }
}
.mechanism-of-action-block__left {
  background-color: #4BB5B3;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mechanism-of-action-block__left {
    padding-bottom: 250rem;
  }
}
.mechanism-of-action-block__left h4 {
  font-size: 56rem;
  line-height: 60rem;
  font-weight: 400;
  margin-bottom: 74rem;
}
@media (max-width: 1023px) {
  .mechanism-of-action-block__left h4 {
    font-size: 40rem;
    line-height: 40rem;
    max-width: 388rem;
    margin-bottom: 107rem;
  }
}
@media (max-width: 767px) {
  .mechanism-of-action-block__left h4 {
    font-size: 28rem;
    line-height: 28rem;
    max-width: 100%;
    margin-bottom: 24rem;
  }
}
.mechanism-of-action-block__left .item-text {
  width: 369rem;
}
@media (max-width: 1023px) {
  .mechanism-of-action-block__left .item-text {
    width: 400rem;
  }
}
@media (max-width: 767px) {
  .mechanism-of-action-block__left .item-text {
    width: 100%;
  }
}
.mechanism-of-action-block__left-background {
  width: 221rem;
  height: 408rem;
  position: absolute;
  right: 18rem;
  bottom: -55rem;
}
@media (max-width: 1023px) {
  .mechanism-of-action-block__left-background {
    width: 182rem;
    height: 370rem;
    right: 39rem;
    bottom: -28rem;
  }
}
@media (max-width: 767px) {
  .mechanism-of-action-block__left-background {
    width: 144rem;
    height: 276rem;
    right: 50%;
    transform: translateX(50%);
    bottom: -50rem;
  }
}
.mechanism-of-action-block__left-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mechanism-of-action-block__right {
  color: #818186;
  position: relative;
}
.mechanism-of-action-block__right h4 {
  color: #373745;
  font-size: 28rem;
  line-height: 32rem;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .mechanism-of-action-block__right h4 {
    font-size: 22rem;
    line-height: 22rem;
  }
}
@media (max-width: 767px) {
  .mechanism-of-action-block__right h4 {
    font-size: 18rem;
    line-height: 18rem;
  }
}

.more-articles {
  margin-top: 90rem;
}
.more-articles__title {
  font-size: 56rem;
  line-height: 60rem;
  font-weight: 400;
  letter-spacing: -1.12rem;
}
@media (max-width: 1023px) {
  .more-articles__title {
    font-size: 40rem;
    line-height: 40rem;
    letter-spacing: -0.8rem;
  }
}
@media (max-width: 767px) {
  .more-articles__title {
    font-size: 28rem;
    line-height: 28rem;
    letter-spacing: -0.56rem;
  }
}
.more-articles__list {
  margin-bottom: 0;
}
.more-articles__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12rem;
  margin-bottom: 60rem;
}
@media (max-width: 1023px) {
  .more-articles__header {
    margin-bottom: 40rem;
  }
}
.more-articles__buttons {
  display: flex;
  align-items: center;
  gap: 8rem;
}
.more-articles__button {
  border: 1px solid #B2B9BF;
}
.more-articles__button.slider__button {
  background: transparent;
  color: #373745;
}
.more-articles__button.swiper-button-disabled {
  opacity: 0.2;
}

.nav__list {
  display: flex;
  gap: 60px;
}
@media (max-width: 1679px) {
  .nav__list {
    gap: calc(3.5714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .nav__list {
    gap: calc(7.8125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .nav__list {
    gap: 60px;
  }
}
.nav__item {
  cursor: pointer;
}
.nav__item.active {
  color: #4BB5B3;
}
.nav__link {
  text-decoration: none;
}

.notice-specialization-popup.success .notice-specialization-popup__content {
  display: none;
}
.notice-specialization-popup.success .notice-specialization-popup__content-success {
  display: block;
}
.notice-specialization-popup.popup {
  background: #8DD2D1;
  color: #fff;
}
.notice-specialization-popup.popup .header {
  border: none;
  background: #8DD2D1;
}
.notice-specialization-popup.popup .header .header-logo__link-icon,
.notice-specialization-popup.popup .header .header-logo__link-text,
.notice-specialization-popup.popup .header .header-logo__link-line {
  color: #fff;
}
.notice-specialization-popup .popup__container {
  background: transparent;
  text-align: center;
}
@media (max-width: 1023px) {
  .notice-specialization-popup .popup__container {
    padding: 0;
  }
}
.notice-specialization-popup .popup__close {
  display: none;
}
.notice-specialization-popup__title {
  margin-bottom: 40px;
  font-size: 28rem;
  line-height: 32rem;
}
@media (max-width: 1679px) {
  .notice-specialization-popup__title {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .notice-specialization-popup__title {
    margin-bottom: calc(5.2083333333 * var(--view-width) / 100);
    font-size: 22rem;
    line-height: 22rem;
  }
}
@media (max-width: 767px) {
  .notice-specialization-popup__title {
    margin-bottom: 40px;
    font-size: 18rem;
    line-height: 18rem;
  }
}
.notice-specialization-popup__description {
  margin-bottom: 40px;
  font-family: "Manrope", sans-serif;
  font-size: 18rem;
  line-height: 24rem;
  font-weight: 400;
}
@media (max-width: 1679px) {
  .notice-specialization-popup__description {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .notice-specialization-popup__description {
    margin-bottom: calc(5.2083333333 * var(--view-width) / 100);
    font-size: 15rem;
    line-height: 18rem;
  }
}
@media (max-width: 767px) {
  .notice-specialization-popup__description {
    margin-bottom: 40px;
    font-size: 14rem;
  }
}
.notice-specialization-popup__buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1679px) {
  .notice-specialization-popup__buttons {
    gap: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .notice-specialization-popup__buttons {
    gap: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .notice-specialization-popup__buttons {
    gap: 20px;
  }
}
.notice-specialization-popup__buttons .button {
  width: 180px;
  min-width: 180px;
}
@media (max-width: 1679px) {
  .notice-specialization-popup__buttons .button {
    width: calc(10.7142857143 * var(--view-width) / 100);
    min-width: calc(10.7142857143 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .notice-specialization-popup__buttons .button {
    width: calc(20.3125 * var(--view-width) / 100);
    min-width: calc(20.3125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .notice-specialization-popup__buttons .button {
    width: 125px;
    min-width: 125px;
  }
}
.notice-specialization-popup__content-success {
  display: none;
}

.page-404 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-404__content {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 90px 0;
  text-align: center;
}
@media (max-width: 1679px) {
  .page-404__content {
    gap: calc(2.380952381 * var(--view-width) / 100);
    padding: calc(5.3571428571 * var(--view-width) / 100) 0;
  }
}
@media (max-width: 1023px) {
  .page-404__content {
    gap: calc(3.90625 * var(--view-width) / 100);
    padding: calc(8.59375 * var(--view-width) / 100) 0;
  }
}
@media (max-width: 767px) {
  .page-404__content {
    gap: 30px;
    padding: 66px 0;
  }
}
.page-404__content .button {
  width: -moz-fit-content;
  width: fit-content;
}
.page-404__content h5 {
  margin: 0;
}
.page-404__img {
  width: 456px;
  height: 203px;
}
@media (max-width: 1679px) {
  .page-404__img {
    width: calc(27.5 * var(--view-width) / 100);
    height: calc(12.5 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .page-404__img {
    width: calc(45.0520833333 * var(--view-width) / 100);
    height: calc(20.0520833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .page-404__img {
    width: 283px;
    height: 126px;
  }
}
.page-404__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-404__title {
  margin-bottom: 12px;
}
@media (max-width: 1679px) {
  .page-404__title {
    margin-bottom: calc(0.7142857143 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .page-404__title {
    font-size: calc(2.8645833333 * var(--view-width) / 100);
    line-height: calc(2.8645833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .page-404__title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 18px;
    width: 300px;
  }
}
.page-404__subtitle {
  font-family: "Manrope", sans-serif;
  color: #818186;
}
@media (max-width: 1023px) {
  .page-404__subtitle {
    font-size: calc(1.953125 * var(--view-width) / 100);
    line-height: calc(2.34375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .page-404__subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}

.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1679px) {
  .pagination__list {
    gap: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .pagination__list {
    gap: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .pagination__list {
    gap: 20px;
  }
}
.pagination__item {
  color: #1D1D1B;
  transition: color 0.3s ease-in-out;
}
@media (hover: hover) {
  .pagination__item:hover {
    color: #4BB5B3;
  }
}
.pagination__item.prev {
  margin-right: 40px;
}
@media (max-width: 1679px) {
  .pagination__item.prev {
    margin-right: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .pagination__item.prev {
    margin-right: calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .pagination__item.prev {
    margin-right: 30px;
  }
}
.pagination__item.next {
  margin-left: 40px;
}
@media (max-width: 1679px) {
  .pagination__item.next {
    margin-left: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .pagination__item.next {
    margin-left: calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .pagination__item.next {
    margin-left: 30px;
  }
}
.pagination__item.active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #F4F7FA;
  color: #4BB5B3;
}
@media (max-width: 1679px) {
  .pagination__item.active {
    width: calc(2.8571428571 * var(--view-width) / 100);
    height: calc(2.8571428571 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .pagination__item.active {
    width: calc(6.25 * var(--view-width) / 100);
    height: calc(6.25 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .pagination__item.active {
    width: 48px;
    height: 48px;
  }
}
.pagination__item--arrow {
  width: 18px;
  height: 18px;
  color: #4BB5B3;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .pagination__item--arrow {
    width: 16px;
    height: 16px;
  }
}
.pagination__item--arrow.disabled {
  color: #373745;
}
@media (hover: hover) {
  .pagination__item--arrow:not(.disabled):hover {
    color: #4BB5B3;
  }
}
.pagination__item--arrow svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
}

.plug-page__first-screen {
  min-height: calc(100vh - 90px);
  background: #7C858E;
}
@media (max-width: 1023px) {
  .plug-page__first-screen {
    min-height: calc(var(--app-height) - 60px);
  }
}
.plug-page__logo {
  width: 840px;
  height: 175px;
  margin-bottom: 90px;
}
@media (max-width: 1023px) {
  .plug-page__logo {
    width: 686px;
    height: 142px;
    display: none;
  }
}
@media (max-width: 767px) {
  .plug-page__logo {
    width: 335px;
    height: 70px;
  }
}
.plug-page__logo--laptop {
  display: none;
}
@media (max-width: 1023px) {
  .plug-page__logo--laptop {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    top: -25px;
  }
}
@media (max-width: 767px) {
  .plug-page__logo--laptop {
    top: -44px;
  }
}
.plug-page__title {
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .plug-page__title {
    margin-bottom: 20px;
  }
}
.plug-page__text {
  margin-bottom: 40px;
}
.plug-page .first-screen__wrapper {
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .plug-page .first-screen__wrapper {
    flex-direction: column;
    justify-content: center;
    min-height: calc(var(--app-height) - 60px);
  }
}
@media (max-width: 767px) {
  .plug-page .first-screen__wrapper {
    padding-bottom: 30px;
    justify-content: flex-end;
  }
}
.plug-page .first-screen__wrapper::after {
  height: 230px;
  background: linear-gradient(180deg, rgba(29, 29, 27, 0) 0%, #1D1D1B 100%);
  opacity: 0.9;
}
.plug-page .first-screen__button-down {
  position: relative;
  transform: none;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .plug-page .first-screen__button-down {
    display: none;
  }
}
.plug-page .first-screen__image-women {
  z-index: 1;
  left: calc(50% + 4px);
  height: calc(100% + 90px);
}
@media (max-width: 1023px) {
  .plug-page .first-screen__image-women {
    z-index: 0;
    bottom: 0;
    top: auto;
    right: -180px;
    height: 860px;
    left: auto;
  }
}
@media (max-width: 767px) {
  .plug-page .first-screen__image-women {
    height: 573px;
    right: 50%;
  }
}
.plug-page .first-screen__bg-decor {
  height: calc(100% + 90px + 58px);
}
@media (max-width: 767px) {
  .plug-page .first-screen__bg-decor {
    left: calc(50% - 270px);
    height: calc(100% + 22px + 60px);
  }
}
@media (max-width: 1023px) {
  .plug-page .first-screen__content {
    max-width: 312px;
    padding-top: 117px;
  }
}
@media (max-width: 767px) {
  .plug-page .first-screen__content {
    max-width: 100%;
    padding-top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-end;
  }
}
@media (max-width: 1023px) {
  .plug-page .button-with-animation-text {
    width: 144px;
    height: 144px;
  }
}
@media (max-width: 1023px) {
  .plug-page .button-with-animation-text__text {
    width: 156px;
    height: 156px;
  }
}

.policy-page.text-content h1 {
  font-size: 56px;
  line-height: 56px;
  font-weight: 400;
}
@media (max-width: 1679px) {
  .policy-page.text-content h1 {
    font-size: calc(3.3333333333 * var(--view-width) / 100);
    line-height: calc(3.3333333333 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .policy-page.text-content h1 {
    font-size: calc(5.2083333333 * var(--view-width) / 100);
    line-height: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .policy-page.text-content h1 {
    font-size: 28px;
    line-height: 28px;
  }
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 40px 0;
  overflow: auto;
  content: "";
  z-index: 100;
  justify-content: center;
  align-items: center;
  background: rgba(55, 55, 69, 0.6);
}
.popup.open {
  display: flex;
}
.popup.success .popup__container {
  width: 914px;
}
@media (max-width: 1679px) {
  .popup.success .popup__container {
    width: calc(54.4047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .popup.success .popup__container {
    width: calc(81.5104166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .popup.success .popup__container {
    width: calc(100vw - 12px);
  }
}
.popup__wrapper {
  padding: 0;
  margin: auto;
}
.popup__container {
  width: 1080px;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
  overflow-x: hidden;
  background: #fff;
  border-radius: 40px;
  padding: 30px 76px 30px 30px;
  position: relative;
}
@media (max-width: 1679px) {
  .popup__container {
    width: calc(64.2857142857 * var(--view-width) / 100);
    border-radius: calc(2.380952381 * var(--view-width) / 100);
    padding: calc(2.380952381 * var(--view-width) / 100) calc(4.5238095238 * var(--view-width) / 100) calc(2.380952381 * var(--view-width) / 100) calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .popup__container {
    width: calc(83.3333333333 * var(--view-width) / 100);
    border-radius: calc(5.2083333333 * var(--view-width) / 100);
    padding: calc(5.2083333333 * var(--view-width) / 100) calc(9.375 * var(--view-width) / 100) calc(5.2083333333 * var(--view-width) / 100) calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .popup__container {
    width: calc(100vw - 12px);
    padding: 25px 48px 25px 25px;
    border-radius: 30px;
  }
}
.popup__close {
  width: 72px;
  height: 72px;
  padding: 20px;
  background: white;
  margin: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  outline: none;
  color: #952B42;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  z-index: 1;
  border-radius: 50%;
}
@media (max-width: 1679px) {
  .popup__close {
    width: calc(4.2857142857 * var(--view-width) / 100);
    height: calc(4.2857142857 * var(--view-width) / 100);
    top: calc(0.7142857143 * var(--view-width) / 100);
    right: calc(0.7142857143 * var(--view-width) / 100);
    padding: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .popup__close {
    width: calc(2.0833333333 * var(--view-width) / 100);
    height: calc(2.0833333333 * var(--view-width) / 100);
    top: calc(3.90625 * var(--view-width) / 100);
    right: calc(3.90625 * var(--view-width) / 100);
    padding: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .popup__close {
    width: 16px;
    height: 16px;
    top: 15px;
    right: 15px;
    padding: 20px;
  }
}
@media (hover: hover) {
  .popup__close:hover {
    color: #761B2E;
  }
}
.popup__close::before, .popup__close::after {
  position: absolute;
  width: 18px;
  height: 1px;
  top: 50%;
  left: 50%;
  content: "";
  background-color: currentColor;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .popup__close::before, .popup__close::after {
    width: calc(1.0714285714 * var(--view-width) / 100);
    height: calc(0.0595238095 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .popup__close::before, .popup__close::after {
    width: calc(2.0833333333 * var(--view-width) / 100);
    height: calc(0.1302083333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .popup__close::before, .popup__close::after {
    width: 16px;
    height: 1px;
  }
}
.popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup__close:focus {
  outline: none;
  box-shadow: none;
}
.popup--captcha .popup__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup--captcha .popup__title {
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .popup--captcha .popup__title {
    margin-bottom: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .popup--captcha .popup__title {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .popup--captcha .popup__title {
    margin-bottom: 20px;
  }
}
.popup--red .popup__container {
  width: 688px;
  padding: 40rem;
  background: #4BB5B3;
  color: #fff;
}
@media (max-width: 1679px) {
  .popup--red .popup__container {
    width: calc(40.9523809524 * var(--view-width) / 100);
    padding: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .popup--red .popup__container {
    width: calc(50.1302083333 * var(--view-width) / 100);
    padding: calc(5.2083333333 * var(--view-width) / 100) calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .popup--red .popup__container {
    width: 364px;
    padding: 40px 30px;
  }
}
.popup--red .popup__close {
  color: #1C274C;
}
@media (hover: hover) {
  .popup--red .popup__close:hover {
    color: #761B2E;
  }
}
.popup--video {
  display: block;
  transform: translateY(-100%);
  transition: 0.3s ease-in-out;
  transition-property: transform, opacity;
  opacity: 0;
}
.popup--video.open {
  transform: translateY(0);
  opacity: 1;
}
.popup--video .popup__container {
  width: 1056px;
  margin: auto;
  padding: 0;
  border-radius: 0;
  position: relative;
  overflow: visible;
}
@media (max-width: 1679px) {
  .popup--video .popup__container {
    width: calc(62.8571428571 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .popup--video .popup__container {
    width: calc(81.5104166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .popup--video .popup__container {
    width: calc(100vw - 12px);
  }
}
.popup--video .popup__container .video-wrapper {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.popup--video .popup__container .video-wrapper iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup--video .popup__close {
  width: 64px;
  height: 64px;
  background-color: #fff;
  color: #4BB5B3;
  top: -32px;
  right: -32px;
  border-radius: 100%;
  z-index: 1;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .popup--video .popup__close {
    width: calc(3.8095238095 * var(--view-width) / 100);
    height: calc(3.8095238095 * var(--view-width) / 100);
    top: calc(-1.9047619048 * var(--view-width) / 100);
    right: calc(-1.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .popup--video .popup__close {
    width: calc(6.25 * var(--view-width) / 100);
    height: calc(6.25 * var(--view-width) / 100);
    top: calc(-3.125 * var(--view-width) / 100);
    right: calc(-3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .popup--video .popup__close {
    width: 48px;
    height: 48px;
    top: -58px;
    right: 0;
  }
}
@media (hover: hover) {
  .popup--video .popup__close:hover {
    background-color: #4BB5B3;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .popup.technology-popup .popup__container {
    width: calc(55.3571428571 * var(--view-width) / 100);
  }
}
@media (min-width: 1680px) {
  .popup.technology-popup .popup__container {
    width: 930px;
  }
}

.result-after-use {
  padding-top: 80rem;
  padding-bottom: 80rem;
}
@media (max-width: 1023px) {
  .result-after-use {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }
}
.result-after-use__wrapper {
  overflow: hidden;
}
@media (max-width: 1023px) {
  .result-after-use__wrapper {
    overflow: visible;
  }
}
.result-after-use__item-img {
  position: relative;
  padding-top: 76.5%;
  border-radius: 24rem;
  overflow: hidden;
}
.result-after-use__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.search-page__wrapper {
  padding-bottom: 40px;
}
@media (max-width: 1679px) {
  .search-page__wrapper {
    padding-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .search-page__wrapper {
    padding-bottom: calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .search-page__wrapper {
    padding-bottom: 30px;
  }
}
.search-page__title {
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .search-page__title {
    margin-bottom: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .search-page__title {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .search-page__title {
    margin-bottom: 20px;
  }
}
.search-page__content {
  display: grid;
  grid-template-columns: 930px 330px;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1679px) {
  .search-page__content {
    grid-template-columns: calc(55.3571428571 * var(--view-width) / 100) calc(19.6428571429 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .search-page__content {
    display: block;
  }
}
.search-page__field {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 30px;
}
@media (max-width: 1679px) {
  .search-page__field {
    margin-bottom: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .search-page__field {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .search-page__field {
    margin-bottom: 20px;
  }
}
.search-page__filters {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  grid-column: 2;
  grid-row: span 2;
}
@media (max-width: 1679px) {
  .search-page__filters {
    gap: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .search-page__filters {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
    gap: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .search-page__filters {
    margin-bottom: 20px;
    gap: 10px;
  }
}
.search-page__filters-item {
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
@media (hover: hover) {
  .search-page__filters-item:hover {
    color: #761B2E;
  }
}
.search-page__filters-item.active {
  color: #952B42;
}
.search-page__result {
  grid-column: 1;
  grid-row: 2;
}
.search-page__empty-result {
  grid-column: 1;
  grid-row: 2;
}
.search-page__empty-result .button {
  min-width: 180px;
  text-align: center;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1679px) {
  .search-page__empty-result .button {
    min-width: calc(10.7142857143 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .search-page__empty-result .button {
    min-width: calc(18.75 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .search-page__empty-result .button {
    min-width: 144px;
  }
}
.search-page__empty-result-text {
  margin-bottom: 30px;
}
@media (max-width: 1679px) {
  .search-page__empty-result-text {
    margin-bottom: calc(1.7857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .search-page__empty-result-text {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .search-page__empty-result-text {
    margin-bottom: 20px;
  }
}

.search-panel {
  padding: 0;
  overflow: hidden;
  position: relative;
}
.search-panel.has-value .search-panel__icon {
  opacity: 1;
  pointer-events: auto;
}
.search-panel.has-value .search-panel__clear {
  opacity: 1;
  pointer-events: auto;
}
.search-panel.has-value .form-group__inner input {
  border-color: #B2B9BF;
}
.search-panel__icon {
  width: 24px;
  height: 24px;
  position: absolute;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  color: #373745;
  top: 50%;
  right: 30px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .search-panel__icon {
    right: calc(1.7857142857 * var(--view-width) / 100);
    width: calc(1.4285714286 * var(--view-width) / 100);
    height: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .search-panel__icon {
    right: calc(2.6041666667 * var(--view-width) / 100);
    width: calc(3.125 * var(--view-width) / 100);
    height: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .search-panel__icon {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
@media (hover: hover) {
  .search-panel__icon:hover {
    color: rgba(55, 55, 69, 0.7);
  }
}
.search-panel__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
}
.search-panel__clear {
  position: absolute;
  cursor: pointer;
  top: calc(50% + 2px);
  right: 72px;
  color: #B2B9BF;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .search-panel__clear {
    right: calc(4.2857142857 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .search-panel__clear {
    right: calc(7.9427083333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .search-panel__clear {
    right: 61px;
  }
}
@media (hover: hover) {
  .search-panel__clear:hover {
    color: #373745;
  }
}
.search-panel .form-group__inner input {
  border-color: #F4F7FA;
  padding-right: 148px;
}
@media (max-width: 1679px) {
  .search-panel .form-group__inner input {
    padding-right: calc(8.8095238095 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .search-panel .form-group__inner input {
    padding-right: calc(16.40625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .search-panel .form-group__inner input {
    padding-right: 126px;
  }
}
@media (hover: hover) {
  .search-panel .form-group__inner input:hover {
    border-color: #B2B9BF;
  }
}
.search-panel .form-group__inner input:focus {
  border-color: #B2B9BF;
}

.simple-form__form {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 10px;
}
@media (max-width: 1679px) {
  .simple-form__form {
    margin-bottom: calc(1.7857142857 * var(--view-width) / 100);
    grid-row-gap: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .simple-form__form {
    grid-row-gap: calc(1.3020833333 * var(--view-width) / 100);
    margin-bottom: calc(3.3854166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .simple-form__form {
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }
}
.simple-form__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10rem;
}
@media (max-width: 1023px) {
  .simple-form__bottom {
    gap: calc(2.6041666667 * var(--view-width) / 100);
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .simple-form__bottom {
    gap: 20px;
  }
}
.simple-form__confirm {
  flex-grow: 1;
  text-transform: uppercase;
  font-size: 10rem;
  line-height: 16rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .simple-form__confirm {
    width: 250px;
  }
}
.simple-form__submit {
  position: relative;
  min-width: 200px;
}
@media (max-width: 1679px) {
  .simple-form__submit {
    min-width: calc(11.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .simple-form__submit {
    min-width: 156rem;
  }
}
@media (max-width: 767px) {
  .simple-form__submit {
    width: 100%;
  }
}
.simple-form__submit.loading .loader {
  display: block;
}
.simple-form__submit.loading .simple-form__submit-text {
  opacity: 0;
}
.simple-form__submit .loader {
  display: none;
}
.simple-form__submit .visually-hidden {
  width: 0;
  height: 0;
}
.simple-form__submit-text {
  opacity: 1;
}
.simple-form .custom-select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.simple-form .custom-select .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 50px;
}
@media (max-width: 1679px) {
  .simple-form .custom-select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
  .simple-form .custom-select .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-radius: calc(2.9761904762 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .simple-form .custom-select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
  .simple-form .custom-select .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-radius: calc(6.5104166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .simple-form .custom-select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
  .simple-form .custom-select .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-radius: 50px;
  }
}
.simple-form .custom-select .select2-container--default .select2-dropdown {
  border: none;
}
.simple-form .custom-select .select2-container--default .select2-selection--single {
  min-height: 64px;
  border-radius: 50px;
  overflow: hidden;
  justify-content: space-between;
  padding: 0 30px;
}
@media (max-width: 1679px) {
  .simple-form .custom-select .select2-container--default .select2-selection--single {
    min-height: calc(3.8095238095 * var(--view-width) / 100);
    padding: 0 calc(1.7857142857 * var(--view-width) / 100);
    border-radius: calc(2.9761904762 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .simple-form .custom-select .select2-container--default .select2-selection--single {
    min-height: calc(6.25 * var(--view-width) / 100);
    padding: 0 calc(2.6041666667 * var(--view-width) / 100);
    border-radius: calc(6.5104166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .simple-form .custom-select .select2-container--default .select2-selection--single {
    min-height: 48px;
    padding: 0 20px;
    border-radius: 50px;
  }
}
.simple-form .custom-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  min-height: 64px;
  font-size: 20px;
  line-height: 26px;
  color: #1D1D1B;
}
@media (max-width: 1679px) {
  .simple-form .custom-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: calc(3.8095238095 * var(--view-width) / 100);
    font-size: calc(1.1904761905 * var(--view-width) / 100);
    line-height: calc(1.5476190476 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .simple-form .custom-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: calc(6.25 * var(--view-width) / 100);
    font-size: calc(2.34375 * var(--view-width) / 100);
    line-height: calc(2.8645833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .simple-form .custom-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 48px;
    font-size: 18px;
    line-height: 22px;
  }
}
.simple-form .custom-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  transform: rotate(-45deg);
}
.simple-form .custom-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: translateY(25%) rotate(-135deg);
}

.slider-cards {
  background: #F4F7FA;
}
.slider-cards__container {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1679px) {
  .slider-cards__container {
    padding-top: calc(5.6547619048 * var(--view-width) / 100);
    padding-bottom: calc(5.6547619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .slider-cards__container {
    padding-top: calc(5.2083333333 * var(--view-width) / 100);
    padding-bottom: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .slider-cards__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.slider-cards__title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 60px;
}
@media (max-width: 1679px) {
  .slider-cards__title {
    margin-bottom: calc(3.5714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .slider-cards__title {
    margin-bottom: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .slider-cards__title {
    margin-bottom: 30px;
  }
}
.slider-cards__title .label {
  display: block;
  color: #B2B9BF;
  margin-bottom: 10px;
}
@media (max-width: 1679px) {
  .slider-cards__title .label {
    margin-bottom: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .slider-cards__title .label {
    margin-bottom: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .slider-cards__title .label {
    margin-bottom: 10px;
  }
}
.slider-cards .label {
  margin-bottom: 10px;
}
@media (max-width: 1679px) {
  .slider-cards .label {
    margin-bottom: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .slider-cards .label {
    margin-bottom: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .slider-cards .label {
    margin-bottom: 10px;
  }
}
.slider-cards__link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 1679px) {
  .slider-cards__link {
    margin-top: calc(3.5714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .slider-cards__link {
    margin-top: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .slider-cards__link {
    margin-top: 30px;
    justify-content: flex-start;
  }
}
.slider-cards__link .button {
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1679px) {
  .slider-cards .slider::before {
    left: -10%;
  }
}
@media (max-width: 1679px) {
  .slider-cards .slider::after {
    right: -10%;
  }
}
.slider-cards .slider .slider__controls-buttons {
  position: absolute;
  top: -60px;
  right: calc((100vw - var(--content-width)) / 2);
  transform: translateY(-100%);
}
@media (max-width: 1679px) {
  .slider-cards .slider .slider__controls-buttons {
    right: 0;
    top: calc(-3.5714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .slider-cards .slider .slider__controls-buttons {
    right: calc(5.2083333333 * var(--view-width) / 100);
    top: calc(-5.46875 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .slider-cards .slider .slider__controls-buttons {
    top: auto;
    bottom: -30px;
    transform: translateY(100%);
    right: 20px;
  }
}
.slider-cards .slider .slider__button .circle-animation {
  display: inline-block;
}
.slider-cards .slider .slider__button .circle-animation.start {
  animation: animationTimer 10200ms linear;
}

.slider {
  margin: 0 calc((var(--content-width) - 100vw) / 2);
  padding: 0 calc((100vw - var(--content-width)) / 2);
  position: relative;
}
@media (max-width: 1679px) {
  .slider {
    width: calc(83.9285714286 * var(--view-width) / 100);
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .slider {
    width: 100vw;
    margin: 0 calc(-3.3854166667 * var(--view-width) / 100);
    padding: 0 calc(5.7291666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .slider {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.slider::after, .slider::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 100%;
  background: linear-gradient(270deg, #F1F1F1 0%, rgba(241, 241, 241, 0) 100%);
  z-index: 2;
  top: 0;
  right: 0;
}
@media (max-width: 1679px) {
  .slider::after, .slider::before {
    width: calc(8.9285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .slider::after, .slider::before {
    content: none;
  }
}
.slider::before {
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
.slider__controls-buttons {
  display: flex;
  gap: 20px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1679px) {
  .slider__controls-buttons {
    gap: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .slider__controls-buttons {
    gap: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .slider__controls-buttons {
    gap: 10px;
  }
}
.slider__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  color: #fff;
  background: #1D1D1B;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  border-radius: 100%;
  position: relative;
}
@media (max-width: 1679px) {
  .slider__button {
    width: calc(3.8095238095 * var(--view-width) / 100);
    height: calc(3.8095238095 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .slider__button {
    width: calc(6.25 * var(--view-width) / 100);
    height: calc(6.25 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .slider__button {
    width: 48px;
    height: 48px;
  }
}
@media (hover: hover) {
  .slider__button:hover {
    background: #4BB5B3;
  }
}
.slider__button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
}
@media (max-width: 1679px) {
  .slider__button svg {
    width: calc(1.4285714286 * var(--view-width) / 100);
    height: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .slider__button svg {
    width: calc(2.34375 * var(--view-width) / 100);
    height: calc(2.34375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .slider__button svg {
    width: 18px;
    height: 18px;
  }
}
.slider__button.swiper-button-disabled {
  color: #373745;
  cursor: auto;
  background: #fff;
}
.slider__button.swiper-button-disabled > .swiper-button-disabled {
  display: none;
}
.slider.no-slide .slider__controls {
  display: none;
}
.slider .swiper-wrapper {
  display: flex;
}
.slider .swiper-slide {
  width: 400px;
  min-height: 420px;
}
@media (max-width: 1679px) {
  .slider .swiper-slide {
    width: calc(23.8095238095 * var(--view-width) / 100);
    min-height: calc(25 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .slider .swiper-slide {
    width: calc(40.3645833333 * var(--view-width) / 100);
    min-height: calc(41.6666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .slider .swiper-slide {
    width: 310px;
    min-height: 320px;
  }
}
.slider .swiper-slide:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 1679px) {
  .slider .swiper-slide:not(:last-child) {
    margin-right: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .slider .swiper-slide:not(:last-child) {
    margin-right: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .slider .swiper-slide:not(:last-child) {
    margin-right: 10px;
  }
}
.slider__controls {
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 1;
}
@media (max-width: 767px) {
  .slider__controls {
    left: 16px;
    bottom: 16px;
  }
}
.slider__controls .swiper-pagination-bullets {
  display: flex;
  gap: 8px;
}
.slider__controls .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 100%;
}
@media (hover: hover) {
  .slider__controls .swiper-pagination-bullets .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active) {
    cursor: pointer;
    opacity: 0.8;
  }
}
.slider__controls .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 45px;
  height: 8px;
  opacity: 1;
  border-radius: 20px;
}

.social__list {
  display: flex;
  gap: 10px;
}
@media (max-width: 1679px) {
  .social__list {
    gap: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .social__list {
    gap: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .social__list {
    gap: 16px;
  }
}
.social__link {
  width: 64px;
  height: 64px;
  border: 1px solid #F4F7FA;
  border-radius: 100%;
  padding: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #952B42;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .social__link {
    width: calc(3.8095238095 * var(--view-width) / 100);
    height: calc(3.8095238095 * var(--view-width) / 100);
    padding: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .social__link {
    width: calc(8.3333333333 * var(--view-width) / 100);
    height: calc(8.3333333333 * var(--view-width) / 100);
    padding: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .social__link {
    width: 64px;
    height: 64px;
    padding: 20px;
  }
}
@media (hover: hover) {
  .social__link:hover {
    background: #952B42;
    border-color: #952B42;
    color: #fff;
  }
}
.social__link svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.success-form__title {
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .success-form__title {
    margin-bottom: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .success-form__title {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .success-form__title {
    margin-bottom: 15px;
  }
}

.tags-list {
  display: flex;
  gap: 10rem;
  flex-wrap: wrap;
}
.tags-list__item--active {
  color: #fff;
  background: #8DD2D1;
  border-color: #8DD2D1;
}
@media (hover: hover) {
  .tags-list__item:hover:not(.tags-list__item--active) {
    color: #4BB5B3;
  }
}

.tag {
  min-height: 36px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  background-color: #F4F7FA;
  border: 1px solid #F4F7FA;
  padding: 8px 16px;
  border-radius: 100px;
  display: inline-block;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 1679px) {
  .tag {
    min-height: calc(2.1428571429 * var(--view-width) / 100);
    padding: calc(0.4761904762 * var(--view-width) / 100) calc(0.9523809524 * var(--view-width) / 100);
    font-size: calc(0.8333333333 * var(--view-width) / 100);
    line-height: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .tag {
    min-height: calc(3.90625 * var(--view-width) / 100);
    padding: calc(0.9114583333 * var(--view-width) / 100) calc(1.5625 * var(--view-width) / 100);
    font-size: calc(1.6927083333 * var(--view-width) / 100);
    line-height: calc(1.8229166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .tag {
    min-height: 30px;
    font-size: 12px;
    line-height: 12px;
    padding: 8px 10px;
  }
}
.tag:first-letter {
  text-transform: uppercase;
}
.tag__point {
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.tag__point:not(.bg-error) {
  background-color: #00D07D;
}
.tag--outlined {
  background-color: transparent;
  border-color: #373745;
}
@media (hover: hover) {
  .tag--outlined:hover {
    background-color: #F4F7FA;
  }
}
.tag.card__top-tag, .tag.events-detail-side-card__header-tag {
  display: flex;
  align-items: center;
}

.technology-card__wrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid #F4F7FA;
  border-radius: 40px;
  padding: 30px 20px 20px;
  height: 100%;
}
@media (max-width: 1679px) {
  .technology-card__wrapper {
    border-radius: calc(2.380952381 * var(--view-width) / 100);
    padding: calc(1.7857142857 * var(--view-width) / 100) calc(1.1904761905 * var(--view-width) / 100) calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .technology-card__wrapper {
    border-radius: calc(3.90625 * var(--view-width) / 100);
    padding: calc(3.90625 * var(--view-width) / 100) calc(2.6041666667 * var(--view-width) / 100) calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .technology-card__wrapper {
    border-radius: 30px;
    padding: 30px 20px 20px;
  }
}
.technology-card__title {
  margin-bottom: 20px;
  padding: 0 20px;
}
@media (max-width: 1679px) {
  .technology-card__title {
    margin-bottom: calc(1.1904761905 * var(--view-width) / 100);
    padding: 0 calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .technology-card__title {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
    padding: 0;
  }
}
@media (max-width: 767px) {
  .technology-card__title {
    margin-bottom: 20px;
  }
}
.technology-card__text {
  padding: 0 20px 20px;
  margin-bottom: auto;
  font-weight: 300;
}
@media (max-width: 1679px) {
  .technology-card__text {
    padding: 0 calc(1.1904761905 * var(--view-width) / 100) calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .technology-card__text {
    padding: 0 0 calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .technology-card__text {
    padding: 0 0 20px;
  }
}
.technology-card__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1679px) {
  .technology-card__buttons {
    gap: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .technology-card__buttons {
    gap: calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .technology-card__buttons {
    gap: 10px;
  }
}
.technology-card__buttons .button {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (max-width: 1023px) {
  .technology-card__buttons .button {
    padding: calc(1.0416666667 * var(--view-width) / 100) calc(1.953125 * var(--view-width) / 100) calc(0.5208333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .technology-card__buttons .button {
    padding: 8px 15px 4px;
  }
}
.technology-card__buttons .circle-button__text {
  color: #1D1D1B;
  white-space: normal;
  text-align: left;
}
.technology-card__buttons .circle-button__wrapper {
  flex-shrink: 0;
}

.technology-popup__title {
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .technology-popup__title {
    margin-bottom: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .technology-popup__title {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .technology-popup__title {
    margin-bottom: 20px;
  }
}
.technology-popup__description p,
.technology-popup__description ul,
.technology-popup__description ol {
  margin-bottom: 36px;
}
@media (max-width: 1679px) {
  .technology-popup__description p,
  .technology-popup__description ul,
  .technology-popup__description ol {
    margin-bottom: calc(2.1428571429 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .technology-popup__description p,
  .technology-popup__description ul,
  .technology-popup__description ol {
    margin-bottom: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .technology-popup__description p,
  .technology-popup__description ul,
  .technology-popup__description ol {
    margin-bottom: 20px;
  }
}
.technology-popup__description p li,
.technology-popup__description ul li,
.technology-popup__description ol li {
  padding-top: 0;
}
.technology-popup__description p > ul,
.technology-popup__description p > ol {
  margin-bottom: 14px;
}
@media (max-width: 1679px) {
  .technology-popup__description p > ul,
  .technology-popup__description p > ol {
    margin-bottom: calc(0.8333333333 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .technology-popup__description p > ul,
  .technology-popup__description p > ol {
    margin-bottom: calc(1.8229166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .technology-popup__description p > ul,
  .technology-popup__description p > ol {
    margin-bottom: 14px;
  }
}
.technology-popup__image {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .technology-popup__image {
    margin: 0 auto;
    width: 292px;
  }
}
.technology-popup__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1023px) {
  .terms-of-use h1 {
    font-size: calc(5.2083333333 * var(--view-width) / 100);
    line-height: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .terms-of-use h1 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .terms-of-use .text-content.custom-list ol > li .h4 {
    margin-bottom: 27px;
  }
}

.text-content {
  font-size: 18rem;
  font-weight: 400;
  line-height: 24rem;
}
.text-content.custom-list ol > li:not(:first-of-type) {
  margin: 40px 0 0;
}
@media (max-width: 1679px) {
  .text-content.custom-list ol > li:not(:first-of-type) {
    margin: calc(2.380952381 * var(--view-width) / 100) 0 0;
  }
}
@media (max-width: 1023px) {
  .text-content.custom-list ol > li:not(:first-of-type) {
    margin: calc(5.2083333333 * var(--view-width) / 100) 0 0;
  }
}
@media (max-width: 767px) {
  .text-content.custom-list ol > li:not(:first-of-type) {
    margin: 40px 0 0;
  }
}
.text-content.custom-list ol > li .h4 {
  margin-bottom: 26px;
}
@media (max-width: 1679px) {
  .text-content.custom-list ol > li .h4 {
    margin-bottom: calc(1.5476190476 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .text-content.custom-list ol > li .h4 {
    margin-bottom: calc(3.7760416667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .text-content.custom-list ol > li .h4 {
    margin-bottom: 20px;
  }
}
.text-content.custom-list ol > li ol li {
  min-height: 32px;
}
@media (max-width: 1679px) {
  .text-content.custom-list ol > li ol li {
    min-height: calc(1.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .text-content.custom-list ol > li ol li {
    min-height: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .text-content.custom-list ol > li ol li {
    min-height: 24px;
    margin-left: -51px;
  }
}
.text-content.custom-list ol > li ol li:not(:first-of-type) {
  margin: 20px 0 0;
}
@media (max-width: 1679px) {
  .text-content.custom-list ol > li ol li:not(:first-of-type) {
    margin: calc(1.1904761905 * var(--view-width) / 100) 0 0;
  }
}
@media (max-width: 1023px) {
  .text-content.custom-list ol > li ol li:not(:first-of-type) {
    margin: calc(2.6041666667 * var(--view-width) / 100) 0 0;
  }
}
@media (max-width: 767px) {
  .text-content.custom-list ol > li ol li:not(:first-of-type) {
    margin: 10px 0 0 -51px;
  }
}
.text-content.custom-list ol > li ol li::before {
  transform: none;
  left: 0;
  top: 0;
}
.text-content.custom-list ol > li ul li {
  margin-top: 0;
}
@media (max-width: 767px) {
  .text-content.custom-list ol > li ul li {
    margin-top: 0;
    margin-left: 0;
  }
}
.text-content.custom-list ol > li ul li:not(:first-of-type) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .text-content.custom-list ol > li ul li:not(:first-of-type) {
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 1679px) {
  .text-content {
    font-size: calc(1.0714285714 * var(--view-width) / 100);
    line-height: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .text-content {
    font-size: calc(1.953125 * var(--view-width) / 100);
    line-height: calc(2.34375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .text-content {
    font-size: 14rem;
    line-height: 18rem;
  }
}
.text-content h1 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
}
@media (max-width: 1679px) {
  .text-content h1 {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
    font-size: calc(1.6666666667 * var(--view-width) / 100);
    line-height: calc(1.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .text-content h1 {
    margin-bottom: calc(3.90625 * var(--view-width) / 100);
    font-size: calc(2.8645833333 * var(--view-width) / 100);
    line-height: calc(2.8645833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .text-content h1 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 18px;
  }
}
.text-content h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
@media (max-width: 1023px) {
  .text-content h2 {
    font-size: calc(2.6041666667 * var(--view-width) / 100);
    line-height: calc(3.3854166667 * var(--view-width) / 100);
    margin-bottom: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .text-content h2 {
    font-size: calc(2.34375 * var(--view-width) / 100);
    line-height: calc(2.8645833333 * var(--view-width) / 100);
    margin-bottom: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .text-content h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.text-content a {
  color: #4BB5B3;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .text-content a:hover {
    opacity: 0.7;
  }
}

.title-with-arrows {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12rem;
  margin-bottom: 60rem;
}
@media (max-width: 1023px) {
  .title-with-arrows {
    margin-bottom: 40rem;
  }
}
.title-with-arrows__title {
  font-size: 56rem;
  line-height: 60rem;
  font-weight: 400;
  letter-spacing: -1.12rem;
}
@media (max-width: 1023px) {
  .title-with-arrows__title {
    font-size: 40rem;
    line-height: 40rem;
    letter-spacing: -0.8rem;
  }
}
@media (max-width: 767px) {
  .title-with-arrows__title {
    font-size: 28rem;
    line-height: 28rem;
    letter-spacing: -0.56rem;
  }
}
.title-with-arrows__buttons {
  display: flex;
  align-items: center;
  gap: 8rem;
}
.title-with-arrows__button {
  border: 1px solid #B2B9BF;
}
.title-with-arrows__button.slider__button {
  background: transparent;
  color: #373745;
}
.title-with-arrows__button.swiper-button-disabled {
  opacity: 0.2;
}

.toggle-button {
  background: #fff;
  border-radius: 32px;
  color: #1D1D1B;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1679px) {
  .toggle-button {
    border-radius: calc(1.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .toggle-button {
    border-radius: calc(4.1666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .toggle-button {
    border-radius: 32px;
  }
}
.toggle-button::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  left: -1px;
  background: #761B2E;
  border-radius: 32px;
  transition: left 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .toggle-button::after {
    border-radius: calc(1.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .toggle-button::after {
    border-radius: calc(4.1666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .toggle-button::after {
    border-radius: 32px;
  }
}
.toggle-button.left::after {
  left: -1px;
}
.toggle-button.right::after {
  left: calc(50% + 1px);
}
.toggle-button__item {
  width: 50%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .toggle-button__item {
    padding: calc(0.5952380952 * var(--view-width) / 100) 0;
  }
}
@media (max-width: 1023px) {
  .toggle-button__item {
    padding: calc(1.3020833333 * var(--view-width) / 100) 0;
  }
}
@media (max-width: 767px) {
  .toggle-button__item {
    padding: 10px 0;
  }
}
.toggle-button__item.active {
  color: #fff;
}
.toggle-button__item:first-child {
  margin-right: -20px;
}
@media (max-width: 1679px) {
  .toggle-button__item:first-child {
    margin-right: calc(-1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .toggle-button__item:first-child {
    margin-right: calc(-3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .toggle-button__item:first-child {
    margin-right: -23px;
  }
}
.toggle-button__item:nth-child(2) {
  margin-left: -20px;
}
@media (max-width: 1679px) {
  .toggle-button__item:nth-child(2) {
    margin-left: calc(-1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .toggle-button__item:nth-child(2) {
    margin-left: calc(-3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .toggle-button__item:nth-child(2) {
    margin-left: -23px;
  }
}

.city-select {
  position: relative;
}
@media (max-width: 1023px) {
  .city-select {
    position: static;
  }
}
.city-select__selected {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media (max-width: 1679px) {
  .city-select__selected {
    gap: calc(0.2380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .city-select__selected {
    gap: calc(0.5208333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .city-select__selected {
    gap: 4px;
  }
}
.city-select__selected-label {
  color: #373745;
}
.city-select__dropdown-wrapper {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 304px;
  max-height: 518px;
  z-index: 20;
}
@media (max-width: 1679px) {
  .city-select__dropdown-wrapper {
    top: calc(100% + 0.4761904762 * var(--view-width) / 100);
    width: calc(18.0952380952 * var(--view-width) / 100);
    max-height: calc(30.8333333333 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .city-select__dropdown-wrapper {
    top: calc(100% + 1.0416666667 * var(--view-width) / 100);
    width: calc(39.5833333333 * var(--view-width) / 100);
    max-height: calc(67.4479166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .city-select__dropdown-wrapper {
    align-items: flex-end;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: none;
  }
}
.city-select__dropdown-wrapper::before {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(29, 29, 27, 0.2);
}
@media (max-width: 767px) {
  .city-select__dropdown-wrapper::before {
    content: "";
  }
}
.city-select__dropdown {
  padding-bottom: 12px;
  box-shadow: 0px 10px 30px 0px rgba(41, 63, 62, 0.1);
  border: 1px solid rgb(241, 241, 241);
  background-color: #fff;
  border-radius: 24px;
}
@media (max-width: 1679px) {
  .city-select__dropdown {
    box-shadow: 0 calc(0.5952380952 * var(--view-width) / 100) calc(1.7857142857 * var(--view-width) / 100) 0 rgba(41, 63, 62, 0.1);
    border: calc(0.0595238095 * var(--view-width) / 100) solid rgb(241, 241, 241);
    border-radius: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .city-select__dropdown {
    box-shadow: 0 calc(1.3020833333 * var(--view-width) / 100) calc(3.90625 * var(--view-width) / 100) 0 rgba(41, 63, 62, 0.1);
    border: calc(0.1302083333 * var(--view-width) / 100) solid rgb(241, 241, 241);
    border-radius: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .city-select__dropdown {
    position: relative;
    width: 100%;
    height: 75%;
    max-height: var(--app-height);
    box-shadow: none;
    border: none;
    overflow: auto;
    padding: 56px 0 12px;
    border-radius: 24px 24px 0 0;
  }
  .city-select__dropdown::before {
    content: "Город";
    color: #373745;
    font-family: "TenorSans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    height: 24px;
    position: absolute;
    top: 16px;
    left: 12px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.city-select__dropdown-close-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  .city-select__dropdown-close-button {
    display: flex;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 14px;
    right: 8px;
  }
}
.city-select__dropdown-close-button svg {
  stroke: #373745;
  fill: transparent;
  width: 100%;
  height: 100%;
}
.city-select__dropdown-search-inner {
  padding: 18px 30px 10px;
}
@media (max-width: 1679px) {
  .city-select__dropdown-search-inner {
    padding: calc(1.0714285714 * var(--view-width) / 100) calc(1.7857142857 * var(--view-width) / 100) calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .city-select__dropdown-search-inner {
    padding: calc(2.0833333333 * var(--view-width) / 100) calc(3.125 * var(--view-width) / 100) calc(1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .city-select__dropdown-search-inner {
    padding: 12px 12px 8px;
  }
}
.city-select__dropdown-search {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 24px;
  margin-bottom: 11px;
}
@media (max-width: 1679px) {
  .city-select__dropdown-search {
    height: calc(1.4285714286 * var(--view-width) / 100);
    margin-bottom: calc(0.6547619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .city-select__dropdown-search {
    height: calc(3.125 * var(--view-width) / 100);
    margin-bottom: calc(1.4322916667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .city-select__dropdown-search {
    height: 24px;
    margin-bottom: 11px;
  }
}
.city-select__dropdown-search::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #B2B9BF;
  transition: all 0.3s ease;
}
@media (max-width: 1679px) {
  .city-select__dropdown-search::after {
    bottom: calc(-0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .city-select__dropdown-search::after {
    bottom: calc(-1.3020833333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .city-select__dropdown-search::after {
    bottom: -10px;
  }
}
.city-select__dropdown-search:focus-within::after {
  background-color: #4BB5B3;
}
.city-select__dropdown-search svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #373745;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: text;
}
@media (max-width: 1679px) {
  .city-select__dropdown-search svg {
    width: calc(1.4285714286 * var(--view-width) / 100);
    height: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .city-select__dropdown-search svg {
    width: calc(2.0833333333 * var(--view-width) / 100);
    height: calc(2.0833333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .city-select__dropdown-search svg {
    width: 16px;
    height: 16px;
  }
}
.city-select__dropdown-search input {
  width: 100%;
  border: none;
  background: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 0 26px 0 0;
  color: #373745;
}
@media (max-width: 1679px) {
  .city-select__dropdown-search input {
    font-size: calc(1.0714285714 * var(--view-width) / 100);
    line-height: calc(1.4285714286 * var(--view-width) / 100);
    padding: 0 calc(1.5476190476 * var(--view-width) / 100) 0 0;
  }
}
@media (max-width: 1023px) {
  .city-select__dropdown-search input {
    font-size: calc(2.0833333333 * var(--view-width) / 100);
    line-height: calc(2.6041666667 * var(--view-width) / 100);
    padding: 0 calc(2.34375 * var(--view-width) / 100) 0 0;
  }
}
@media (max-width: 767px) {
  .city-select__dropdown-search input {
    font-size: 14px;
    line-height: 20px;
    padding: 0 18px 0 0;
  }
}
.city-select__dropdown-search input::-moz-placeholder {
  font: inherit;
  color: #B2B9BF;
}
.city-select__dropdown-search input::placeholder {
  font: inherit;
  color: #B2B9BF;
}
.city-select__dropdown-options-wrapper {
  max-height: 390px;
  overflow: auto;
}
@media (max-width: 1679px) {
  .city-select__dropdown-options-wrapper {
    max-height: calc(23.2142857143 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .city-select__dropdown-options-wrapper {
    max-height: calc(44.2708333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .city-select__dropdown-options-wrapper {
    max-height: 340px;
  }
}
.city-select__dropdown-options-wrapper::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
@media (max-width: 1679px) {
  .city-select__dropdown-options-wrapper::-webkit-scrollbar {
    width: calc(0.2380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .city-select__dropdown-options-wrapper::-webkit-scrollbar {
    width: calc(0.5208333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .city-select__dropdown-options-wrapper::-webkit-scrollbar {
    width: 4px;
  }
}
.city-select__dropdown-options-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
}
.city-select__dropdown-options-wrapper::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #F4F7FA;
  border-radius: 4px;
  border: none;
}
@media (max-width: 1679px) {
  .city-select__dropdown-options-wrapper::-webkit-scrollbar-thumb {
    width: calc(0.2380952381 * var(--view-width) / 100);
    border-radius: calc(0.2380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .city-select__dropdown-options-wrapper::-webkit-scrollbar-thumb {
    width: calc(0.5208333333 * var(--view-width) / 100);
    border-radius: calc(0.5208333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .city-select__dropdown-options-wrapper::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 4px;
  }
}
.city-select__dropdown-item {
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 1679px) {
  .city-select__dropdown-item {
    padding: calc(0.5952380952 * var(--view-width) / 100) calc(1.7857142857 * var(--view-width) / 100);
    font-size: calc(1.0714285714 * var(--view-width) / 100);
    line-height: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .city-select__dropdown-item {
    padding: calc(1.3020833333 * var(--view-width) / 100) calc(3.125 * var(--view-width) / 100);
    font-size: calc(2.0833333333 * var(--view-width) / 100);
    line-height: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .city-select__dropdown-item {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (hover: hover) {
  .city-select__dropdown-item:hover {
    background-color: #F4F7FA;
  }
}
.city-select__dropdown-item.hide {
  display: none;
}
.city-select__dropdown-item.active {
  color: #4BB5B3;
}
.city-select__arrow {
  width: 18px;
  height: 18px;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
  color: #373745;
}
@media (max-width: 1679px) {
  .city-select__arrow {
    width: calc(1.0714285714 * var(--view-width) / 100);
    height: calc(1.0714285714 * var(--view-width) / 100);
    transform: rotate(0deg);
  }
}
@media (max-width: 1023px) {
  .city-select__arrow {
    width: calc(2.34375 * var(--view-width) / 100);
    height: calc(2.34375 * var(--view-width) / 100);
    transform: rotate(0deg);
  }
}
@media (max-width: 767px) {
  .city-select__arrow {
    width: 18px;
    height: 18px;
    transform: rotate(0deg);
  }
}
.city-select__arrow svg {
  stroke: currentColor;
  fill: none;
  width: 100%;
  height: 100%;
}
.city-select__clear-icon {
  width: 18px;
  height: 18px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1679px) {
  .city-select__clear-icon {
    width: calc(1.0714285714 * var(--view-width) / 100);
    height: calc(1.0714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .city-select__clear-icon {
    width: calc(1.8229166667 * var(--view-width) / 100);
    height: calc(1.8229166667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .city-select__clear-icon {
    width: 16px;
    height: 16px;
  }
}
.city-select__clear-icon svg {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke: #fff;
}
.city-select.has-value .city-select__selected {
  background-color: #8DD2D1;
}
@media (max-width: 767px) {
  .city-select.has-value .city-select__selected {
    padding: 6px 10px !important;
  }
}
.city-select.has-value .city-select__clear-icon {
  display: flex;
}
.city-select.has-value .city-select__arrow {
  color: #fff;
}
.city-select.has-value .city-select__selected-label {
  color: #fff;
}
.city-select.opened .city-select__dropdown-wrapper {
  display: block;
}
@media (max-width: 767px) {
  .city-select.opened .city-select__dropdown-wrapper {
    display: flex;
  }
}
.city-select.opened .city-select__arrow {
  transform: rotate(180deg);
}
@media (max-width: 1679px) {
  .city-select.opened .city-select__arrow {
    transform: rotate(180deg);
  }
}
@media (max-width: 1023px) {
  .city-select.opened .city-select__arrow {
    transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  .city-select.opened .city-select__arrow {
    transform: rotate(180deg);
  }
}

.event-radio-item__label {
  display: flex;
}
.event-radio-item__input:checked ~ .event-radio-item__text {
  background-color: #8DD2D1;
  color: #fff;
}
.events-detail {
  margin-bottom: 90px;
}
@media (max-width: 1679px) {
  .events-detail {
    margin-bottom: calc(5.3571428571 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail {
    margin-bottom: calc(8.59375 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail {
    margin-bottom: 66px;
  }
}
.events-detail__wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .events-detail__wrapper {
    gap: calc(1.7857142857 * var(--view-width) / 100);
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail__wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail__wrapper {
    margin-bottom: 32px;
  }
}
.events-detail__title {
  grid-column: 8 span;
  grid-row: 1/2;
}
@media (max-width: 1023px) {
  .events-detail__title {
    order: 2;
  }
}
.events-detail__subtitle {
  font-family: "TenorSans", sans-serif;
  font-weight: 400;
  margin-bottom: 32px;
}
@media (max-width: 1679px) {
  .events-detail__subtitle {
    margin-bottom: calc(1.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail__subtitle {
    margin-bottom: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail__subtitle {
    margin-bottom: 16px;
  }
}
.events-detail__main-content {
  grid-column: 8 span;
  grid-row: 2/3;
}
@media (max-width: 1023px) {
  .events-detail__main-content {
    margin-top: calc(3.90625 * var(--view-width) / 100);
    order: 3;
  }
}
@media (max-width: 767px) {
  .events-detail__main-content {
    margin-top: 30px;
  }
}
.events-detail__side-card-wrapper {
  grid-column: 4 span;
  grid-row: 1/3;
}
@media (max-width: 1023px) {
  .events-detail__side-card-wrapper {
    margin-top: calc(2.6041666667 * var(--view-width) / 100);
    margin-bottom: calc(5.2083333333 * var(--view-width) / 100);
    order: 1;
  }
}
@media (max-width: 767px) {
  .events-detail__side-card-wrapper {
    margin-top: 20px;
    margin-bottom: 32px;
  }
}
.events-detail__speakers {
  margin-bottom: 40px;
  padding: 20px 0;
  border-top: 1px solid #F4F7FA;
  border-bottom: 1px solid #F4F7FA;
}
@media (max-width: 1679px) {
  .events-detail__speakers {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
    padding: calc(1.1904761905 * var(--view-width) / 100) 0;
  }
}
@media (max-width: 1023px) {
  .events-detail__speakers {
    margin-bottom: calc(5.2083333333 * var(--view-width) / 100);
    padding: calc(1.953125 * var(--view-width) / 100) 0;
  }
}
@media (max-width: 767px) {
  .events-detail__speakers {
    margin-bottom: 32px;
    display: block;
    gap: 0;
    padding: 15px 0;
  }
}
.events-detail__speakers-title {
  font-family: "TenorSans", sans-serif;
  font-weight: 400;
  margin-bottom: 32px;
}
@media (max-width: 1679px) {
  .events-detail__speakers-title {
    margin-bottom: calc(1.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail__speakers-title {
    margin-bottom: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail__speakers-title {
    margin-bottom: 16px;
  }
}
.events-detail__speakers-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 32px;
}
@media (max-width: 1679px) {
  .events-detail__speakers-items {
    grid-column-gap: calc(1.7857142857 * var(--view-width) / 100);
    grid-row-gap: calc(1.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail__speakers-items {
    grid-column-gap: calc(2.6041666667 * var(--view-width) / 100);
    grid-row-gap: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail__speakers-items {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 16px;
  }
}
.events-detail__speakers-item {
  display: flex;
  gap: 20px;
}
@media (max-width: 1679px) {
  .events-detail__speakers-item {
    gap: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail__speakers-item {
    gap: calc(1.5625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail__speakers-item {
    gap: 12px;
  }
}
.events-detail__speakers-item-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  background: transparent;
  flex-shrink: 0;
}
@media (max-width: 1679px) {
  .events-detail__speakers-item-photo {
    width: calc(5.9523809524 * var(--view-width) / 100);
    height: calc(5.9523809524 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail__speakers-item-photo {
    width: calc(10.4166666667 * var(--view-width) / 100);
    height: calc(10.4166666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail__speakers-item-photo {
    width: 80px;
    height: 80px;
  }
}
.events-detail__speakers-item-photo picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.events-detail__speakers-item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.events-detail__speakers-item-photo img.plug-image {
  width: 70px;
  height: 70px;
}
@media (max-width: 1679px) {
  .events-detail__speakers-item-photo img.plug-image {
    width: calc(4.1666666667 * var(--view-width) / 100);
    height: calc(4.1666666667 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail__speakers-item-photo img.plug-image {
    width: calc(8.3333333333 * var(--view-width) / 100);
    height: calc(8.3333333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail__speakers-item-photo img.plug-image {
    width: 64px;
    height: 64px;
  }
}
.events-detail__speakers-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
}
.events-detail__speakers-item-inner-desc {
  color: #B2B9BF;
}
.events-detail__main-picture-wrapper {
  position: relative;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .events-detail__main-picture-wrapper {
    border-radius: calc(2.380952381 * var(--view-width) / 100);
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail__main-picture-wrapper {
    border-radius: calc(3.90625 * var(--view-width) / 100);
    margin-bottom: calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail__main-picture-wrapper {
    border-radius: 30px;
    margin-bottom: 30px;
  }
}
.events-detail__main-picture-wrapper::before {
  display: block;
  content: "";
  padding-top: 68.75%;
}
.events-detail__main-picture {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.events-detail__main-picture picture,
.events-detail__main-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-detail__static-content {
  margin-bottom: 40px;
}
@media (max-width: 1679px) {
  .events-detail__static-content {
    margin-bottom: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail__static-content {
    margin-bottom: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail__static-content {
    margin-bottom: 32px;
  }
}
.events-detail__static-content h1 {
  margin-bottom: 24px;
}
@media (max-width: 1679px) {
  .events-detail__static-content h1 {
    margin-bottom: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail__static-content h1 {
    margin-bottom: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail__static-content h1 {
    margin-bottom: 24px;
  }
}
.events-detail__gallery {
  margin-top: 40px;
}
@media (max-width: 1679px) {
  .events-detail__gallery {
    margin-top: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail__gallery {
    margin-top: calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail__gallery {
    margin-top: 30px;
  }
}
.events-detail__gallery-slider {
  margin-top: 20px;
}
@media (max-width: 1679px) {
  .events-detail__gallery-slider {
    margin-top: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail__gallery-slider {
    margin-top: calc(2.0833333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail__gallery-slider {
    margin-top: 16px;
  }
}
.events-detail__gallery .slider {
  width: 100%;
  padding: 0;
  margin: 0;
}
.events-detail__gallery .slider::after, .events-detail__gallery .slider::before {
  content: none;
}
.events-detail__gallery .slider .swiper {
  overflow: hidden;
}
.events-detail__gallery .slider .swiper-slide {
  min-height: 0;
  width: 930px;
}
@media (max-width: 767px) {
  .events-detail__gallery .slider .swiper-slide {
    width: 100%;
    margin-right: 24px;
  }
}
.events-detail__gallery .slider .swiper-slide::before {
  display: block;
  content: "";
  padding-top: 65.5%;
}
.events-detail__gallery .slider .swiper-slide:not(:last-child) {
  margin-right: 0;
}
@media (max-width: 1679px) {
  .events-detail__gallery .slider .swiper-slide:not(:last-child) {
    margin-right: calc(1.4285714286 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail__gallery .slider .swiper-slide:not(:last-child) {
    margin-right: calc(3.125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail__gallery .slider .swiper-slide:not(:last-child) {
    margin-right: 20px;
  }
}
.events-detail__gallery .slider__controls {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 1679px) {
  .events-detail__gallery .slider__controls {
    margin-top: calc(1.1904761905 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail__gallery .slider__controls {
    margin-top: calc(1.953125 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail__gallery .slider__controls {
    margin-top: 10px;
  }
}
.events-detail__gallery .slider .events-detail__gallery-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .events-detail__gallery .slider .events-detail__gallery-item-image {
    border-radius: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail__gallery .slider .events-detail__gallery-item-image {
    border-radius: calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail__gallery .slider .events-detail__gallery-item-image {
    border-radius: 30px;
  }
}
.events-detail__gallery .slider .events-detail__gallery-item-image img,
.events-detail__gallery .slider .events-detail__gallery-item-image picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-detail__video-wrapper {
  margin-top: 40px;
}
@media (max-width: 1679px) {
  .events-detail__video-wrapper {
    margin-top: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail__video-wrapper {
    margin-top: calc(3.90625 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail__video-wrapper {
    margin-top: 30px;
  }
}
.events-detail__upcoming-events {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #F4F7FA;
}
@media (max-width: 1679px) {
  .events-detail__upcoming-events {
    margin-top: calc(2.380952381 * var(--view-width) / 100);
    padding-top: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail__upcoming-events {
    margin-top: calc(5.2083333333 * var(--view-width) / 100);
    padding-top: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail__upcoming-events {
    margin-top: 32px;
    padding-top: 32px;
  }
}
.events-detail__upcoming-events .slider-cards {
  background: none;
}
.events-detail__upcoming-events .slider-cards__container {
  padding: 0;
}
@media (max-width: 767px) {
  .events-detail__upcoming-events .slider-cards__title {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .events-detail__upcoming-events .slider-cards__link .button {
    width: 100%;
  }
}
.events-detail__upcoming-events .slider-cards .slider::before, .events-detail__upcoming-events .slider-cards .slider::after {
  background: none;
}
.events-detail__upcoming-events .slider-cards .slider .slider__controls {
  top: 0;
  right: 0;
  height: 0;
}
@media (max-width: 767px) {
  .events-detail__upcoming-events .slider-cards .slider .slider__controls {
    top: -30px;
  }
}
.events-detail__upcoming-events .slider-cards .slider .slider__controls .slider__button.swiper-button-disabled {
  border: 1px solid #B2B9BF;
}
@media (max-width: 767px) {
  .events-detail__upcoming-events .slider-cards .slider .slider__controls-buttons {
    top: auto;
    bottom: 0;
    transform: none;
    right: 20px;
  }
}

.events-detail-side-card {
  top: 88px;
  position: sticky;
  padding-left: 32px;
  border-left: 1px solid #4BB5B3;
}
@media (max-width: 1023px) {
  .events-detail-side-card {
    position: static;
    padding: 0;
    border: none;
  }
}
.events-detail-side-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.events-detail-side-card__header-type {
  padding-right: 8px;
  color: #B2B9BF;
}
.events-detail-side-card__header-tag {
  cursor: auto;
}
.events-detail-side-card__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}
@media (max-width: 1679px) {
  .events-detail-side-card__date {
    margin-top: calc(1.0714285714 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail-side-card__date {
    margin-top: calc(2.0833333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail-side-card__date {
    margin-top: 16px;
  }
}
.events-detail-side-card__location {
  margin-top: 32px;
  padding: 32px 0 32px;
  border-top: 1px solid #F4F7FA;
  border-bottom: 1px solid #F4F7FA;
}
@media (max-width: 1679px) {
  .events-detail-side-card__location {
    margin-top: calc(1.9047619048 * var(--view-width) / 100);
    padding: calc(1.9047619048 * var(--view-width) / 100) 0 calc(1.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail-side-card__location {
    margin-top: calc(2.6041666667 * var(--view-width) / 100);
    padding: calc(2.6041666667 * var(--view-width) / 100) 0 calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail-side-card__location {
    margin-top: 16px;
    padding: 16px 0 16px;
  }
}
.events-detail-side-card__registration {
  margin-top: 32px;
}
@media (max-width: 1679px) {
  .events-detail-side-card__registration {
    margin-top: calc(1.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail-side-card__registration {
    margin-top: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail-side-card__registration {
    margin-top: 16px;
  }
}
.events-detail-side-card__registration-label {
  color: #B2B9BF;
}
.events-detail-side-card__registration-phone-list {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.events-detail-side-card__registration-btn {
  width: 100%;
  margin-top: 32px;
}
@media (max-width: 1679px) {
  .events-detail-side-card__registration-btn {
    margin-top: calc(1.9047619048 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail-side-card__registration-btn {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: calc(2.6041666667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .events-detail-side-card__registration-btn {
    width: 100%;
    margin-top: 16px;
  }
}

.event-detail-media-content .events-detail__main-picture-wrapper,
.event-detail-media-content .swiper,
.event-detail-media-content .content-video__wrapper {
  height: 520px;
}
@media (max-width: 1679px) {
  .event-detail-media-content .events-detail__main-picture-wrapper,
  .event-detail-media-content .swiper,
  .event-detail-media-content .content-video__wrapper {
    height: calc(30.9523809524 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .event-detail-media-content .events-detail__main-picture-wrapper,
  .event-detail-media-content .swiper,
  .event-detail-media-content .content-video__wrapper {
    height: calc(49.8697916667 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .event-detail-media-content .events-detail__main-picture-wrapper,
  .event-detail-media-content .swiper,
  .event-detail-media-content .content-video__wrapper {
    height: 198px;
  }
}

.events-detail-sticky-footer {
  transform: translateY(84px);
  transition: transform 0.3s ease-in-out;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  height: 84px;
  padding: 12px 0 12px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(41, 63, 62, 0.1);
}
@media (max-width: 1679px) {
  .events-detail-sticky-footer {
    gap: calc(0.5952380952 * var(--view-width) / 100);
    height: calc(5 * var(--view-width) / 100);
    padding: calc(0.7142857143 * var(--view-width) / 100) 0 calc(0.7142857143 * var(--view-width) / 100);
    box-shadow: 0 calc(0.5952380952 * var(--view-width) / 100) calc(1.7857142857 * var(--view-width) / 100) 0px rgba(41, 63, 62, 0.1);
  }
}
@media (max-width: 1023px) {
  .events-detail-sticky-footer {
    gap: calc(0.5208333333 * var(--view-width) / 100);
    height: calc(9.375 * var(--view-width) / 100);
    padding: calc(1.5625 * var(--view-width) / 100) 0 calc(1.5625 * var(--view-width) / 100);
    box-shadow: 0 calc(1.3020833333 * var(--view-width) / 100) calc(3.90625 * var(--view-width) / 100) 0px rgba(41, 63, 62, 0.1);
  }
}
@media (max-width: 767px) {
  .events-detail-sticky-footer {
    height: 60px;
    padding: 8px 12px;
    box-shadow: 0 10px 30px 0 rgba(41, 63, 62, 0.1);
  }
}
.events-detail-sticky-footer.active {
  transform: translateY(0px);
}
.events-detail-sticky-footer__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .events-detail-sticky-footer__container {
    padding: 0;
    width: 100%;
  }
}
.events-detail-sticky-footer__content {
  display: flex;
  width: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .events-detail-sticky-footer__content {
    display: none;
  }
}
.events-detail-sticky-footer__content-date {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  color: #4BB5B3;
  flex: 50%;
}
@media (max-width: 1679px) {
  .events-detail-sticky-footer__content-date {
    gap: calc(0.5952380952 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .events-detail-sticky-footer__content-date {
    gap: calc(0.5208333333 * var(--view-width) / 100);
    flex: 100%;
  }
}
.events-detail-sticky-footer__content-date .h5 {
  transform: translateY(-2px);
}
.events-detail-sticky-footer__content-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 25%;
}
@media (max-width: 1023px) {
  .events-detail-sticky-footer__content-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .events-detail-sticky-footer__button {
    width: 100%;
  }
  .events-detail-sticky-footer__button .button {
    width: 100%;
  }
}

.video-block {
  position: relative;
}
.video-block__inner {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .video-block__inner {
    border-radius: calc(2.380952381 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .video-block__inner {
    border-radius: calc(5.2083333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .video-block__inner {
    border-radius: 0;
  }
}
.video-block__inner::before {
  position: relative;
  display: block;
  content: "";
  padding-top: 52.2%;
}
@media (max-width: 1023px) {
  .video-block__inner::before {
    padding-top: 62.2%;
  }
}
.video-block__inner img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-block__play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #952B42;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1679px) {
  .video-block__play {
    width: calc(5.3571428571 * var(--view-width) / 100);
    height: calc(5.3571428571 * var(--view-width) / 100);
  }
}
@media (max-width: 1023px) {
  .video-block__play {
    width: calc(8.3333333333 * var(--view-width) / 100);
    height: calc(8.3333333333 * var(--view-width) / 100);
  }
}
@media (max-width: 767px) {
  .video-block__play {
    width: 48px;
    height: 48px;
  }
}
@media (hover: hover) {
  .video-block__play:hover {
    background-color: #761B2E;
  }
}
.video-block__play svg {
  stroke: #fff;
  transform: translateX(3px);
}

/*# sourceMappingURL=app.css.map*/
