@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  scrollbar-gutter: stable;
}

button,
label {
  cursor: pointer;
}

:root {
  --white: #fff;
  --Text-White:#FFF;
  --Text-Black-00:#000;
  --Text-Black:#020202;
  --Text-Grey:#4D4D4D;
  --Text-Orange:#E1401C;
  --Text-Grey-bb:#BBBFD1;
  --Background-White:#fff;
  --Background-Body:#F6F7F9;
  --Background-Blue:#4E1BE0;
  --Background-Blue-80:#8053FF;
  --Background-Blue-3a:#3A227D;
  --background-orange:#E1401C;
  --background-orange-db:#DB6C04;
  --Background-Green-0e:#0ED179;
  --Background-Grey-e6:#F6F7F9;
  --Background-Grey-e7:#E7E6EB;
  --Background-Grey-e9:#E9EBF4 ;
  --Background-Grey-e8:#E8EAF3;
  --Background-Yellow:#FEF8E6;
  --Background-Green:#E9F8EB;
  --Background-fcf:#FCF6E0;
  --border-radius-3: 3px;
  --border-radius-5-2: 5.2px;
  --border-radius-6: 6px;
  --border-radius-8: 8px;
  --border-radius-12: 12px;
  --border-radius-16: 16px;
  --border-radius-20: 20px;
  --border-radius-24: 24px;
  --border-radius-96: 96px;
  --Button-Red: linear-gradient(90deg, #E1401C 0%, #FB3F15 50%, #FA4E28 100%);
  --Gradient-Grey:linear-gradient(155deg, #E9EBF4 22.38%, #F8F8FE 85.63%);
  --Gradient-Blue:linear-gradient(90deg, #7240FF 0%, #5F2DEF 50.48%, #7240FF 100%);
  --Gradient-Blue-Banner:linear-gradient(180deg, rgba(78, 27, 224, 0.00) 40.31%, #4E1BE0 100%);
  --Gradient-Blue-Banner-full:linear-gradient(180deg, rgba(78, 27, 224, 0.50) 40.31%, #4E1BE0 100%);
  --Gradient-Grey-left: linear-gradient(90deg, #F6F7F9 15.45%, rgba(246, 247, 249, 0.00) 100%);
  --Gradient-Grey-right: linear-gradient(270deg, #F6F7F9 15.45%, rgba(246, 247, 249, 0.00) 100%);
  --Gradient-Brown-right: linear-gradient(270deg, #3B2114 0%, #61493D 73.24%);
  --Gradient-Dark-top:linear-gradient(180deg, rgba(2, 2, 2, 0.00) 54.99%, rgba(2, 2, 2, 0.90) 100%);
  --Shadow-Orange:box-shadow: 0 6px 16px 0 rgba(251, 63, 21, 0.20);
  --font-family: "Noto Sans", sans-serif;
  --second-family: "Montserrat", sans-serif;
  --container-width: 73.125rem;
  --container-padding-x: 1.25rem;
  --transition-duration: .2s;
  --transition: all var(--transition-duration);
}

.container {
  width: calc(var(--container-width) + var(--container-padding-x) * 2);
  margin-inline: auto;
  padding-inline: var(--container-padding-x);
}
@media (width <= 90.06125rem) {
  .container {
    width: 100%;
  }
}
.container--wrapper {
  overflow: hidden;
}
@media (width <= 47.99875rem) {
  .container--wrapper-phone {
    overflow: hidden;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(100%) !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}

@media (width <= 47.99875rem) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (width > 47.99875rem) {
  .visible-mobile {
    display: none !important;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.625rem;
}

/* Глобально убираем выделение и tap-highlight */
html, body {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* Все элементы */
*,
*::before,
*::after {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

body {
  font-size: 1rem;
  font-family: var(--font-family);
  position: relative;
  background: #F6F7F9;
  color: var(--Text-Black);
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
  color: var(--Text-Black);
}

h1, .h1 {
  font-size: clamp(1rem, 0.3553719008rem + 2.6446280992vw, 3rem);
}

h2, .h2 {
  font-size: clamp(1rem, 0.3553719008rem + 2.6446280992vw, 3rem);
}

h3, .h3 {
  font-size: clamp(1rem, 0.3553719008rem + 2.6446280992vw, 3rem);
}

h4, .h4 {
  font-size: clamp(1rem, 0.3553719008rem + 2.6446280992vw, 3rem);
}

h5, .h5 {
  font-size: clamp(1rem, 0.3553719008rem + 2.6446280992vw, 3rem);
}

h6, .h6 {
  font-size: clamp(1rem, 0.3553719008rem + 2.6446280992vw, 3rem);
}

a,
button,
label,
input,
textarea,
select,
svg * {
  transition-duration: var(--transition-duration);
}

:focus-visible {
  outline: 0.125rem dashed #000;
  outline-offset: 0.25rem;
  transition-duration: 0s !important;
}

.wrapper {
  overflow: hidden;
}

.btn {
  display: inline-block;
  text-decoration: none;
  border: none;
  background: none;
}
.btn > .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn {
  transition: var(--transition);
}
.btn * {
  transition: var(--transition);
}
.btn--base {
  padding: 0.53125rem 1.5rem;
  font-weight: 600;
  line-height: 145%; /* 23.2px */
  border-radius: var(--border-radius-12);
}
.btn--orange {
  background: var(--Button-Red);
  color: var(--Text-White);
  box-shadow: 0 6px 16px 0 rgba(251, 63, 21, 0.2);
}
@media (any-hover: hover) {
  .btn--orange:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  .btn--orange:active {
    opacity: 0.8;
  }
}
.btn--white {
  background-color: var(--Background-White);
  color: var(--Text-Black);
}
@media (any-hover: hover) {
  .btn--white:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  .btn--white:active {
    opacity: 0.8;
  }
}
.btn--phone {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.1875rem;
  border-radius: var(--border-radius-12);
}
.btn--phone > span {
  background-color: var(--white);
  width: 1.5rem;
  height: 0.125rem;
  border-radius: 20px;
}
.btn--phone > span:nth-child(2) {
  width: 0.875rem;
}
.show .btn--phone > span:nth-child(2) {
  width: 0;
}
.show .btn--phone > span:nth-child(1) {
  width: 1.125rem;
  transform: translateY(5px) rotate(45deg);
  height: 0.1875rem;
}
.show .btn--phone > span:nth-child(3) {
  width: 1.125rem;
  transform: translateY(-6px) rotate(-45deg);
  height: 0.1875rem;
}
.btn--center {
  text-align: center;
}
.btn--page {
  padding: 1.28125rem 3rem;
  line-height: 145%;
  border-radius: var(--border-radius-16);
}
.btn--add-phone {
  padding: 1rem;
  border-radius: var(--border-radius-16);
  font-weight: 600;
  line-height: 145%; /* 23.2px */
}
.btn--per-100 {
  width: 100%;
  text-align: center;
}
.btn--answers {
  width: 2rem;
  height: 2rem;
  background-color: var(--Background-Body);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
}
@media (any-hover: hover) {
  .btn--answers:hover {
    background-color: var(--Background-Blue);
  }
  .btn--answers:hover svg * {
    fill: var(--Text-White);
  }
}
@media (any-hover: none) {
  .btn--answers:active {
    background-color: var(--Background-Blue);
  }
  .btn--answers:active svg * {
    fill: var(--Text-White);
  }
}
.btn--open-video {
  padding: 1rem 1.5rem;
  background-color: var(--Background-Body);
  border-radius: var(--border-radius-16);
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: var(--Text-Black);
  font-size: 0.875rem;
  line-height: 135%;
}
.btn--open-video > span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn--open-video {
  transition: var(--transition);
}
@media (any-hover: hover) {
  .btn--open-video:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  .btn--open-video:active {
    opacity: 0.8;
  }
}
.btn--open-review {
  width: 100%;
  padding: 0.5rem;
  border-radius: var(--border-radius-12);
  background-color: var(--Background-Body);
  color: var(--Text-Grey);
  font-size: 0.875rem;
  line-height: 135%;
  transition: var(--transition);
}
@media (any-hover: hover) {
  .btn--open-review:hover {
    color: var(--Text-Orange);
  }
}
@media (any-hover: none) {
  .btn--open-review:active {
    color: var(--Text-Orange);
  }
}
.btn--ajax {
  padding: 1rem 2rem;
  border-radius: var(--border-radius-8);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  transition: var(--transition);
}
.btn--ajax * {
  transition: var(--transition);
}
.btn--ajax .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn--ajax .loader {
  display: none;
  width: 40px;
  height: 40px;
  border: 4px solid var(--Background-Body);
  border-top-color: var(--Background-Blue);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.btn--ajax.loader {
  cursor: none;
}
.btn--ajax.loader span {
  display: none;
}
.btn--ajax.loader .loader {
  display: block;
}
.btn--ajax.hide {
  display: none;
}
@media (any-hover: hover) {
  .btn--ajax:hover {
    opacity: 1;
    color: var(--Text-Orange);
  }
  .btn--ajax:hover svg * {
    fill: var(--Text-Orange);
  }
}
@media (any-hover: none) {
  .btn--ajax:active {
    opacity: 1;
    color: var(--Text-Orange);
  }
  .btn--ajax:active svg * {
    fill: var(--Text-Orange);
  }
}
@media (width <= 47.99875rem) {
  .btn--ajax {
    width: 100%;
    justify-content: center;
  }
}
@media (width <= 47.99875rem) {
  .btn--per-100-phone {
    width: 100%;
    text-align: center;
  }
}

.swiper--height-item .swiper-slide {
  display: flex;
  align-items: stretch;
}
.swiper--height-item .swiper-slide {
  height: auto;
}
.swiper--scroll-drag .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
.swiper--scroll-drag .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--Background-Blue);
}
@media (width <= 63.99875rem) {
  .swiper--scroll-drag {
    padding-bottom: 2.25rem;
  }
}
.swiper--pagination {
  padding-bottom: 3.25rem;
  position: relative;
}
.swiper--pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.75rem;
  height: 0.75rem;
  background: var(--Background-Grey-e7);
}
.swiper--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--Background-Blue);
}
.swiper--controller .swiper-button-prev {
  left: 2.3125rem;
}
.swiper--controller .swiper-button-next {
  right: 2.3125rem;
}
.swiper--controller .swiper-button-prev,
.swiper--controller .swiper-button-next {
  width: 3.125rem;
  height: 3.125rem;
  top: auto;
  bottom: 20.4375rem;
  border-radius: 50%;
}
.swiper--controller .swiper-button-prev > svg,
.swiper--controller .swiper-button-next > svg {
  width: 0.875rem;
}
.swiper--controller .swiper-button-prev,
.swiper--controller .swiper-button-next {
  transition: var(--transition);
}
.swiper--controller .swiper-button-prev *,
.swiper--controller .swiper-button-next * {
  transition: var(--transition);
}
.swiper--controller-grey .swiper-button-prev,
.swiper--controller-grey .swiper-button-next {
  background-color: var(--Background-White);
}
@media (any-hover: hover) {
  .swiper--controller-grey .swiper-button-prev:hover > svg *,
  .swiper--controller-grey .swiper-button-next:hover > svg * {
    fill: var(--Text-Orange);
  }
}
@media (any-hover: none) {
  .swiper--controller-grey .swiper-button-prev:active > svg *,
  .swiper--controller-grey .swiper-button-next:active > svg * {
    fill: var(--Text-Orange);
  }
}
.swiper--controller-orange .swiper-button-prev,
.swiper--controller-orange .swiper-button-next {
  background-color: var(--background-orange);
}
.swiper--controller-add .swiper-button-prev {
  left: -1.4375rem;
}
.swiper--controller-add .swiper-button-next {
  right: -1.4375rem;
}
.swiper--controller-add .swiper-button-prev,
.swiper--controller-add .swiper-button-next {
  bottom: calc(50% + 0.0625rem);
}
.swiper--controller-mid .swiper-button-prev,
.swiper--controller-mid .swiper-button-next {
  bottom: 50% !important;
}
.swiper--controller-mid .swiper-button-prev {
  left: -1.4375rem;
}
.swiper--controller-mid .swiper-button-next {
  right: -1.4375rem;
}
.swiper--controller-prov {
  padding-bottom: 4.25rem;
}
.swiper--controller-prov .swiper-pagination {
  bottom: 1.125rem;
}
.swiper--controller-prov .swiper-button-prev {
  left: 1.75rem;
}
.swiper--controller-prov .swiper-button-next {
  right: 1.75rem;
}
.swiper--controller-prov .swiper-button-prev,
.swiper--controller-prov .swiper-button-next {
  bottom: calc(50% - 0.625rem);
}
@media (width <= 90.06125rem) {
  .swiper--controller .swiper-button-prev,
  .swiper--controller .swiper-button-next {
    bottom: 37%;
  }
  .swiper--controller-add .swiper-button-prev,
  .swiper--controller-add .swiper-button-next {
    bottom: calc(50% + 0.0625rem);
  }
  .swiper--controller-prov .swiper-button-prev,
  .swiper--controller-prov .swiper-button-next {
    bottom: 50%;
  }
}
@media (width <= 47.99875rem) {
  .swiper--controller .swiper-button-prev {
    left: 0.375rem;
  }
  .swiper--controller .swiper-button-next {
    right: 0.375rem;
  }
  .swiper--controller .swiper-button-prev,
  .swiper--controller .swiper-button-next {
    width: 2.25rem;
    height: 2.25rem;
    bottom: 35vw;
  }
  .swiper--controller .swiper-button-prev > svg,
  .swiper--controller .swiper-button-next > svg {
    width: 0.6875rem;
  }
  .swiper--controller-add .swiper-button-prev {
    left: -1.3125rem;
  }
  .swiper--controller-add .swiper-button-next {
    right: -1.3125rem;
  }
  .swiper--controller-add .swiper-button-prev,
  .swiper--controller-add .swiper-button-next {
    bottom: calc(50% + 1.125rem);
  }
  .swiper--controller-mid .swiper-button-prev {
    left: -1.3125rem;
  }
  .swiper--controller-mid .swiper-button-next {
    right: -1.3125rem;
  }
  .swiper--controller-mid .swiper-button-prev,
  .swiper--controller-mid .swiper-button-next {
    transform: translateY(-50%);
  }
  .swiper--controller-prov {
    padding-bottom: 2.75rem;
  }
  .swiper--controller-prov .swiper-pagination {
    bottom: -0.25rem;
  }
  .swiper--controller-prov .swiper-button-prev {
    left: 6.9375rem;
  }
  .swiper--controller-prov .swiper-button-next {
    right: 6.9375rem;
  }
  .swiper--controller-prov .swiper-button-prev,
  .swiper--controller-prov .swiper-button-next {
    bottom: 5.625rem;
  }
  .swiper--controller--adapt-orange .swiper-button-prev {
    left: -0.9375rem;
  }
  .swiper--controller--adapt-orange .swiper-button-next {
    right: -0.9375rem;
  }
  .swiper--controller--adapt-orange .swiper-button-prev,
  .swiper--controller--adapt-orange .swiper-button-next {
    bottom: calc(50% + 1.125rem);
    background-color: var(--background-orange);
  }
  .swiper--controller--adapt-orange .swiper-button-prev svg *,
  .swiper--controller--adapt-orange .swiper-button-next svg * {
    fill: var(--Text-White);
  }
}

.controller-slider {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.controller-slider .btn--slider {
  width: 3.125rem;
  height: 3.125rem;
  background-color: var(--Background-White);
  border-radius: 50%;
  transition: var(--transition);
}
.controller-slider .btn--slider * {
  transition: var(--transition);
}
@media (any-hover: hover) {
  .controller-slider .btn--slider:hover {
    background-color: var(--background-orange);
  }
  .controller-slider .btn--slider:hover svg * {
    fill: var(--Text-White);
  }
}
@media (any-hover: none) {
  .controller-slider .btn--slider:active {
    background-color: var(--background-orange);
  }
  .controller-slider .btn--slider:active svg * {
    fill: var(--Text-White);
  }
}
.controller-slider .btn--slider.swiper-button-disabled {
  pointer-events: none;
  background-color: var(--Background-Body);
  opacity: 0.7;
}

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

.no-scroll {
  /* Firefox */
  scrollbar-width: none;
  /* IE 10+ */
  -ms-overflow-style: none;
}
.no-scroll::-webkit-scrollbar {
  /* Chrome, Safari, Edge */
  display: none;
}

.br-laptop-above {
  display: block;
}
@media (width <= 63.99875rem) {
  .br-laptop-above {
    display: none;
  }
}

.br-tablet {
  display: none;
}
@media (width <= 63.99875rem) {
  .br-tablet {
    display: block;
  }
}

.br-mobile {
  display: none;
}
@media (width <= 47.99875rem) {
  .br-mobile {
    display: block;
  }
}

.page__item {
  margin-top: clamp(4.5rem, 4.0165289256rem + 1.9834710744vw, 6rem);
}
.page__item--margin-small-top {
  margin-top: clamp(1.5rem, 0.5330578512rem + 3.9669421488vw, 4.5rem);
}
.page__item-color {
  position: relative;
  color: var(--Text-White);
}
.page__item-color::after {
  z-index: -20;
  content: "";
  position: absolute;
  top: 0;
  left: -5.9375rem;
  width: calc(100% + 5.9375rem * 2);
  height: 100%;
  border-radius: var(--border-radius-24);
  background-color: var(--Background-Blue);
}
.page__item-color .page__item-title {
  color: var(--Text-White);
}
.page__item-color--main {
  padding-top: clamp(3rem, 2.5165289256rem + 1.9834710744vw, 4.5rem);
  padding-bottom: clamp(3rem, 2.4359504132rem + 2.3140495868vw, 4.75rem);
}
.page__item-color--title-center {
  padding: clamp(3rem, 2.5165289256rem + 1.9834710744vw, 4.5rem) clamp(0rem, -1.6720041322rem + 6.8595041322vw, 5.1875rem);
}
.page__item-color--title-center .page__item-title {
  text-align: center;
}
.page__item-first {
  margin-top: 0.5rem;
  padding-bottom: 1px;
}
.page__item-first .page__item-color::after {
  background-image: url(../images/svg/Background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page__item-wrapper {
  margin-top: clamp(2rem, 1.8388429752rem + 0.6611570248vw, 2.5rem);
}
.page__item-title {
  font-size: clamp(1.75rem, 1.5888429752rem + 0.6611570248vw, 2.25rem);
  font-weight: 600;
  line-height: clamp(2.3625rem, 2.2174586777rem + 0.5950413223vw, 2.8125rem); /* 45px */
}
.page__item-btn {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
.page__item-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
}
.page__item-header-img {
  z-index: -10;
  position: absolute;
  top: -6.125rem;
  right: 0;
}
.page__item-header--img .page__item-title {
  max-width: 40rem;
}
.page__item-header-description {
  position: relative;
  line-height: 155%;
  color: var(--Text-Grey);
}
.page__item-header-description::after {
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  position: absolute;
  top: calc(50% - 0.75rem);
  left: 0;
  background-image: url(../images/svg/icon-page-description.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.page__item-header--description {
  position: relative;
  align-items: end;
}
.page__item-header--description .page__item-title {
  max-width: 35.9375rem;
}
.page__item-header--description .page__item-header-description {
  max-width: 35.9375rem;
  padding-left: 2.5rem;
  font-size: clamp(0.875rem, 0.8347107438rem + 0.1652892562vw, 1rem);
  line-height: 155%;
}
.page__item-text {
  line-height: 155%;
}
.container .page__item-text {
  margin-top: 1.5rem;
}
.page__item--wrapper {
  width: 100%;
  overflow: hidden;
}
@media (width <= 90.06125rem) {
  .page__item-color::after {
    left: calc(var(--container-padding-x) * -1);
    width: calc(100% + var(--container-padding-x) * 2);
  }
}
@media (width <= 63.99875rem) {
  .page__item-first {
    width: 100%;
    overflow: hidden;
  }
}
@media (width <= 47.99875rem) {
  .page__item-first {
    margin-top: 0;
  }
  .page__item-first .page__item-color::after {
    border-radius: 0;
  }
  .page__item-first .page__item-color::after {
    background-image: url(../images/svg/Background-phone.svg);
  }
  .page__item-header {
    flex-direction: column;
    gap: 1.5rem;
  }
  .page__item-header--img .page__item-header-img {
    top: -4.375rem;
    right: -1.875rem;
  }
  .page__item-header--description .page__item-header-description {
    line-height: 135%;
  }
  .page__item-header--phone-slider {
    flex-direction: row;
    align-items: center;
    gap: 0.625rem;
  }
  .page__item--wrapper-mobile {
    overflow: hidden;
    margin-top: 0;
    padding-top: clamp(4.5rem, 4.0165289256rem + 1.9834710744vw, 6rem);
  }
  .page__item-color--title-center .page__item-title {
    text-align: start;
  }
}

.header {
  position: fixed;
  top: 1.25rem;
  width: 100%;
  z-index: 1000;
}
.header__content {
  padding: 1rem 1rem 1rem 1.5rem;
  background-color: var(--Background-White);
  border-radius: var(--border-radius-16);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 7.3125rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__logo > img {
  width: 100%;
  height: 100%;
}
.header__logo {
  transition: var(--transition);
}
@media (any-hover: hover) {
  .header__logo:hover {
    opacity: 0.6;
  }
}
@media (any-hover: none) {
  .header__logo:active {
    opacity: 0.6;
  }
}
.header__menu {
  margin-left: 3.75rem;
}
.header__menu ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.header__menu a {
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  line-height: 155%; /* 24.8px */
  color: var(--Text-Black);
  transition: var(--transition);
}
@media (any-hover: hover) {
  .header__menu a:hover {
    color: var(--Text-Orange);
  }
}
@media (any-hover: none) {
  .header__menu a:active {
    color: var(--Text-Orange);
  }
}
.header__setting {
  padding-left: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__lang {
  position: relative;
}
.header__lang-open {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 135%; /* 18.9px */
  text-transform: uppercase;
  background-color: var(--Background-Body);
  border-radius: 96px;
  transition: var(--transition);
}
@media (any-hover: hover) {
  .header__lang-open:hover {
    opacity: 0.8;
    color: var(--Text-Orange);
  }
}
@media (any-hover: none) {
  .header__lang-open:active {
    opacity: 0.8;
    color: var(--Text-Orange);
  }
}
.header__lang-wrapper {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  transition: var(--transition);
  background-color: var(--Background-Body);
  border-radius: var(--border-radius-16);
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.header__lang-content {
  padding: 0.5rem;
}
.header__lang-content ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header__lang-content ul a {
  text-decoration: none;
  width: 100%;
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
  color: var(--Text-Black);
  text-align: center;
  transition: var(--transition);
}
@media (any-hover: hover) {
  .header__lang-content ul a:hover {
    color: var(--Text-Orange);
  }
}
@media (any-hover: none) {
  .header__lang-content ul a:active {
    color: var(--Text-Orange);
  }
}
.header__lang.show .header__lang-open span:last-child {
  transform: rotate(-180deg);
}
.header__lang.show .header__lang-wrapper {
  opacity: 1;
  pointer-events: auto;
}
.header__open-menu, .header__phone-menu {
  display: none;
}
@media (width <= 63.99875rem) {
  .header__content {
    padding-left: 1rem;
  }
  .header__content .header__menu {
    display: none;
  }
  .header__setting > .btn--base {
    display: none;
  }
  .header__open-menu, .header__phone-menu {
    display: block;
  }
  .header__phone-menu {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    position: absolute;
    top: -1.25rem;
    left: 0;
    width: 100%;
    border-radius: 0 0 var(--border-radius-24) var(--border-radius-24);
    transition: var(--transition);
  }
  .header__phone-menu-wrapper {
    padding: 8.25rem 1.875rem 2.1875rem 1.875rem;
    background-color: var(--Background-Body);
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .header__phone-menu-footer {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }
  .show .header__phone-menu {
    opacity: 1;
    pointer-events: auto;
  }
  .header__menu {
    margin-top: 0.5625rem;
    margin-left: 0;
  }
  .header__menu ul {
    flex-direction: column;
    align-items: start;
    gap: 1.25rem;
  }
  .header__menu a {
    padding: 0;
    font-size: 1.25rem;
    line-height: 135%; /* 27px */
  }
  .header__lang-open {
    font-size: 0.75rem;
  }
  .header__lang-open .icon:first-child img {
    width: 1rem;
    height: 1rem;
  }
  .header__lang-content ul {
    gap: 0.25rem;
  }
  .header__lang-content ul a {
    font-size: 0.875rem;
  }
}

.footer {
  margin-bottom: 0.5rem;
}
.footer__container {
  padding: 2rem 0;
  color: var(--Text-White);
}
.footer__header {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  align-items: center;
}
.footer__header-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.footer__header-menu {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.footer__header-menu a {
  text-decoration: none;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  color: var(--Text-White);
  transition: var(--transition);
}
@media (any-hover: hover) {
  .footer__header-menu a:hover {
    color: var(--Text-Orange);
  }
}
@media (any-hover: none) {
  .footer__header-menu a:active {
    color: var(--Text-Orange);
  }
}
.footer__header-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer__logo {
  display: inline-block;
  width: 7.3125rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
}
@media (any-hover: hover) {
  .footer__logo:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  .footer__logo:active {
    opacity: 0.8;
  }
}
.footer__slogan {
  max-width: 22.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 135%;
}
.footer__content {
  margin-top: 3.125rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__content-title {
  font-weight: 600;
  line-height: 145%; /* 23.2px */
}
.footer__content-text {
  max-width: 70.9375rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 135%; /* 18.9px */
}
.footer__footer {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
.footer__link {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 135%; /* 18.9px */
  color: var(--Text-White);
  transition: var(--transition);
}
@media (any-hover: hover) {
  .footer__link:hover {
    color: var(--Text-Orange);
  }
}
@media (any-hover: none) {
  .footer__link:active {
    color: var(--Text-Orange);
  }
}
@media (width <= 90.06125rem) {
  .footer__header {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "left right" "menu menu";
    gap: 2rem;
  }
  .footer__header-left {
    grid-area: left;
  }
  .footer__header-menu {
    grid-area: menu;
  }
  .footer__header-right {
    grid-area: right;
  }
}
@media (width <= 47.99875rem) {
  .footer {
    margin-bottom: 0;
  }
  .footer__header {
    grid-template-columns: 100%;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "left" "menu" "right";
    gap: 2rem;
  }
  .footer__header-left {
    flex-direction: column;
    align-items: start;
    gap: 1.5rem;
  }
  .footer__header-menu {
    flex-direction: column;
    align-items: start;
  }
  .footer__header-menu a {
    padding-left: 0;
    line-height: 155%; /* 24.8px */
  }
  .footer__header-right .btn {
    width: calc(50% - 0.25rem);
    text-align: center;
  }
  .footer__content-text {
    line-height: 135%; /* 18.9px */
  }
  .footer__footer {
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
  }
  .footer__link {
    font-size: 0.75rem;
    line-height: 135%; /* 16.2px */
  }
  .footer .page__item-color::after {
    border-radius: var(--border-radius-24) var(--border-radius-24) 0 0;
  }
}

.hero__container {
  padding-top: 9rem;
}
.hero__main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.hero__title {
  margin: 0;
  max-width: 38.25rem;
  font-size: clamp(2.25rem, 1.6859504132rem + 2.3140495868vw, 4rem);
  font-weight: 400;
  line-height: 105%; /* 67.2px */
  color: var(--Text-White);
  text-align: center;
}
.hero__text {
  max-width: 33.75rem;
  font-weight: 500;
  line-height: 145%;
  color: var(--Text-White);
  text-align: center;
}
.hero__gallery {
  margin-top: clamp(4rem, 3.8388429752rem + 0.6611570248vw, 4.5rem);
  margin-bottom: clamp(3.6875rem, 3.4256198347rem + 1.0743801653vw, 4.5rem);
  height: clamp(3.6875rem, 2.3982438017rem + 5.2892561983vw, 7.6875rem);
  position: relative;
}
.hero__gallery-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.25rem, -0.0723140496rem + 1.3223140496vw, 1.25rem);
}
.hero__gallery-content > img {
  object-fit: cover;
}
.hero__gallery-content > img:nth-child(odd) {
  width: clamp(4.230625rem, 2.9351239669rem + 5.3148760331vw, 8.25rem);
  height: clamp(4.230625rem, 2.9351239669rem + 5.3148760331vw, 8.25rem);
}
.hero__gallery-content > img:nth-child(even) {
  width: clamp(5.513125rem, 3.8252066116rem + 6.9247933884vw, 10.75rem);
  height: clamp(6.25rem, 4.3362603306rem + 7.8512396694vw, 12.1875rem);
}
.hero--min-720 .hero-next__container {
  min-height: 45rem;
}
@media (width <= 90.06125rem) {
  .hero__gallery-content {
    left: calc(var(--container-padding-x) * -1);
    width: calc(100% + var(--container-padding-x) * 2);
  }
}
@media (width <= 47.99875rem) {
  .hero--phone-img-left.hero-next--long .hero-next__img {
    object-position: left;
  }
}

.everyone {
  position: relative;
  display: flex;
  flex-direction: column;
}
.everyone__item {
  padding: 1rem;
  background-color: var(--Background-White);
  border-radius: var(--border-radius-24);
}
.everyone__item-img {
  width: 100%;
  height: 13.75rem;
  object-fit: cover;
  object-position: center;
  border-radius: var(--border-radius-20);
}
.everyone__item-content {
  padding: 1.5rem 0.5rem 0.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.everyone__item-pre-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 145%;
  color: var(--Text-Grey-bb);
}
.everyone__item-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 145%;
}
.everyone__item-text {
  line-height: 155%;
}
.everyone .swiper-scrollbar {
  display: none;
}
.everyone--all .everyone__item-img {
  height: 11.875rem;
}
.everyone--all .swiper-wrapper {
  flex-wrap: wrap;
  gap: 1.25rem;
}
.everyone--all .swiper-slide {
  width: calc(33.33% - 0.833125rem);
}
@media (width <= 63.99875rem) {
  .everyone .swiper-scrollbar {
    display: block;
  }
  .everyone--all .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
  .everyone--all .swiper-slide {
    width: auto;
  }
  .everyone--all .everyone__item {
    width: 100%;
  }
}

.step {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.step__item {
  width: calc(50% - 0.625rem);
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  border-radius: var(--border-radius-24);
  background-color: var(--Background-White);
  display: flex;
  gap: 1.5rem;
}
.step__item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.step__item-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 145%;
}
.step__item-title > span {
  color: var(--Text-Grey-bb);
}
.step__item-text {
  line-height: 155%;
  color: var(--Text-Grey);
}
.step__item-img {
  flex-shrink: 0;
  width: 16.8125rem;
  height: 13.75rem;
  background: var(--Gradient-Grey);
  border-radius: var(--border-radius-20);
  display: flex;
  justify-content: center;
  align-items: end;
}
.step__item-img > img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (width <= 75rem) {
  .step__item {
    padding: 1.5rem;
    flex-direction: column;
    justify-content: space-between;
  }
  .step__item-img {
    width: 100%;
  }
}
@media (width <= 47.99875rem) {
  .step__item {
    width: 100%;
  }
}
@media (width <= 30.06125rem) {
  .step__item-img {
    height: 11.875rem;
  }
  .step__item-img > img {
    object-fit: cover;
    object-position: center 31px;
  }
  .step__item:last-child .step__item-img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}

.tabs {
  display: flex;
  gap: 1.25rem;
}
.tabs__controller {
  flex-shrink: 0;
  width: 23.5rem;
}
.tabs__controller-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.tabs__controller-item {
  position: relative;
  padding: 1.5rem 2rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 145%;
  text-align: start;
  border-radius: var(--border-radius-16);
  background-color: var(--Background-White);
}
.tabs__controller-item::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: calc(50% - 0.875rem);
  right: -0.875rem;
  width: 1.3125rem;
  height: 1.75rem;
  background-image: url(../images/svg/tabs-controller.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: var(--transition);
}
.tabs__controller-item.active {
  background-color: var(--Background-Blue);
  color: var(--Text-White);
}
.tabs__controller-item.active::after {
  opacity: 1;
}
.tabs__controller-phone {
  display: none;
}
.tabs__content {
  width: 100%;
}
.tabs__item {
  overflow: hidden;
  position: relative;
  display: none;
}
.tabs__item.active {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto 1fr;
  gap: 2.5rem;
}
.tabs__item {
  height: 35rem;
  padding: 2.5rem;
  border-radius: var(--border-radius-24);
  color: var(--Text-White);
}
.tabs__item::after {
  z-index: -10;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/assets/svg/tabs-item.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--Background-Blue);
}
.tabs__item-top {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.tabs__item-tags {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.tabs__item-tags p {
  padding: 0.3125rem 0.75rem 0.4375rem 0.75rem;
  background: var(--Gradient-Blue);
  border-radius: var(--border-radius-8);
}
.tabs__item-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.tabs__item-title {
  max-width: 35rem;
  font-size: clamp(1.625rem, 1.3026859504rem + 1.3223140496vw, 2.625rem);
  font-weight: 600;
  line-height: 125%; /* 52.5px */
  letter-spacing: clamp(-0.01625rem, -0.0130268595rem + -0.0132231405vw, -0.02625rem);
}
.tabs__item-text {
  max-width: 25.5625rem;
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  font-weight: 600;
  line-height: 145%; /* 29px */
}
.tabs__item-bottom {
  display: flex;
  align-items: end;
}
.tabs__item-img {
  z-index: -5;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width <= 63.99875rem) {
  .tabs {
    flex-direction: column;
  }
  .tabs__controller {
    width: 100%;
  }
  .tabs__controller-phone {
    width: 100%;
    padding: 1.5rem;
    background-color: var(--Background-Blue);
    color: var(--Text-White);
    border-radius: var(--border-radius-16);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    line-height: 145%; /* 23.2px */
  }
  .show .tabs__controller-phone span:last-child svg {
    transform: rotate(-180deg);
  }
  .tabs__controller-item.active {
    display: none;
  }
  .tabs__controller-item {
    font-weight: 500;
    padding: 1rem 1.5rem;
    border-radius: var(--border-radius-12);
  }
  .tabs__controller-wrapper {
    display: none;
    transition: var(--transition);
  }
  .tabs__controller-content {
    padding: 0.5rem;
    background-color: var(--Background-Body);
    border-radius: var(--border-radius-16);
  }
  .tabs__controller.show .tabs__controller-wrapper {
    display: block;
  }
}
@media (width <= 47.99875rem) {
  .tabs__item::after {
    background-position-y: 13.125rem;
    background-size: 27.8125rem;
  }
  .tabs__item.active {
    padding: 1.5rem;
    grid-template-rows: auto auto 1fr;
    gap: 1.5rem;
    grid-template-areas: "top" "btn" "tags";
  }
  .tabs__item-tags {
    grid-area: tags;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    gap: 0.25rem;
  }
  .tabs__item-tags p {
    font-size: 0.875rem;
    line-height: 135%;
  }
  .tabs__item-top {
    grid-area: top;
  }
  .tabs__item-text {
    font-weight: 500;
  }
  .tabs__item-bottom {
    grid-area: btn;
  }
  .tabs__item-img {
    width: 130%;
    height: 59%;
    object-fit: contain;
    object-position: right bottom;
  }
}

.special {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 17.875rem 5.875rem 14.5rem;
  gap: 1.25rem;
  grid-template-areas: "one three four" "two three four" "two five five";
}
.special__item {
  position: relative;
  overflow: hidden;
  padding: clamp(1.3125rem, 1.1513429752rem + 0.6611570248vw, 1.8125rem);
  border-radius: var(--border-radius-20);
  background-color: var(--Background-White);
  border: 3px solid var(--Background-White);
}
.special__item-title {
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  line-height: 135%; /* 27px */
}
.special__item-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
}
.special__item:nth-child(1) {
  grid-area: one;
}
.special__item:nth-child(1) .special__item-img {
  width: 100%;
}
.special__item:nth-child(2) {
  grid-area: two;
}
.special__item:nth-child(2) .special__item-title {
  display: none;
}
.special__item:nth-child(2) {
  padding: 0;
}
.special__item:nth-child(2) .special__item-img {
  width: 100%;
  height: 100%;
}
.special__item:nth-child(3) {
  grid-area: three;
}
.special__item:nth-child(4) {
  grid-area: four;
  display: flex;
  align-items: end;
}
.special__item:nth-child(4) .special__item-img {
  top: 0;
  bottom: auto;
  width: 130%;
}
.special__item:nth-child(5) {
  grid-area: five;
  display: flex;
  align-items: center;
}
.special__item:nth-child(5) .special__item-title {
  max-width: 16.875rem;
}
@media (width <= 63.99875rem) {
  .special {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 22.5rem) 15rem;
    grid-template-areas: "one two" "three four" "five five";
  }
  .special__item:nth-child(1) .special__item-img {
    height: 51%;
  }
  .special__item:nth-child(3) .special__item-img, .special__item:nth-child(4) .special__item-img, .special__item:nth-child(5) .special__item-img {
    width: 100%;
  }
  .special__item:nth-child(3) .special__item-img {
    height: 86%;
  }
  .special__item:nth-child(5) .special__item-img {
    height: 100%;
    object-position: left;
  }
}
@media (width <= 37.5rem) {
  .special {
    grid-template-columns: 100%;
    grid-template-rows: 15.25rem repeat(4, 17.1875rem);
    grid-template-areas: "one" "three" "two" "four" "five";
  }
  .special__item:nth-child(1) .special__item-img {
    left: calc(50% - 9.6875rem);
    width: 19.375rem;
    height: auto;
  }
  .special__item:nth-child(1) .special__item-title {
    max-width: 88%;
  }
  .special__item:nth-child(2) .special__item-img {
    position: static;
    object-position: top;
  }
  .special__item:nth-child(2) .special__item-title {
    display: block;
    position: absolute;
    left: 1.3125rem;
    bottom: 1.3125rem;
    color: var(--Text-White);
  }
  .special__item:nth-child(3) .special__item-img {
    top: -1.875rem;
    left: auto;
    right: 0;
    height: auto;
  }
  .special__item:nth-child(4) .special__item-img {
    left: calc(50% - 11.25rem);
    width: 22.5rem;
    height: 77%;
    object-fit: contain;
  }
  .special__item:nth-child(5) {
    align-items: start;
  }
  .special__item:nth-child(5) .special__item-img {
    top: 0;
    object-position: -9.375rem;
  }
}
@media (width <= 30.06125rem) {
  .special__item:nth-child(3) .special__item-img {
    top: 10%;
  }
  .special__item:nth-child(5) .special__item-img {
    object-position: -15.1875rem 1.25rem;
  }
}

.materials {
  display: flex;
  gap: 1.25rem;
}
.materials__item {
  padding: 0.5rem;
  background-color: var(--Background-White);
  border-radius: var(--border-radius-24);
  color: var(--Text-Black);
}
.materials__item-img {
  width: 100%;
  border-radius: var(--border-radius-20);
  object-fit: cover;
  object-position: center;
}
.materials__item-content {
  height: calc(100% - 16.25rem);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}
.materials__item-top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.materials__item-title {
  font-size: clamp(1.25rem, 1.1694214876rem + 0.3305785124vw, 1.5rem);
  font-weight: 600;
  line-height: 145%;
}
.materials__item-text {
  line-height: 155%;
}
@media (width <= 50rem) {
  .materials {
    flex-direction: column;
  }
}
@media (width <= 47.99875rem) {
  .materials__item-content {
    padding: 1.5rem 1rem 1.5rem 1rem;
  }
  .materials__item-text {
    line-height: 155%;
  }
}

.history__item {
  padding: 1.5rem;
  background-color: var(--Background-White);
  border-radius: var(--border-radius-24);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.history__item-top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.history__item-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.history__item-header-content {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.history__item-name {
  font-weight: 500;
  line-height: 145%;
}
.history__item-country {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 155%;
  color: var(--Text-Grey);
}
.history__item-img {
  flex-shrink: 0;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  object-fit: cover;
}
.history__item-description {
  overflow: hidden;
  transition: var(--transition);
}
.history__item-description-text {
  line-height: 155%;
}
.history__item-bottom {
  display: flex;
}
.history__item--short .history__item-description {
  height: 7.75rem;
}
.history__item--short .history__item-description-text {
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Ограничение в 5 строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.history__item--short.show .history__item-description {
  height: auto;
}
.history__item--short.show .history__item-description-text {
  -webkit-line-clamp: 100; /* Ограничение в 5 строк */
}
.answers {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.answers__item {
  padding: 1.5rem;
  background-color: var(--Background-White);
  border-radius: var(--border-radius-24);
}
.answers__item-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.answers__item-header > .btn {
  flex-shrink: 0;
}
@media (any-hover: hover) {
  .answers__item-header:hover .btn {
    background-color: var(--Background-Blue);
  }
  .answers__item-header:hover .btn svg * {
    fill: var(--Text-White);
  }
}
@media (any-hover: none) {
  .answers__item-header:active .btn {
    background-color: var(--Background-Blue);
  }
  .answers__item-header:active .btn svg * {
    fill: var(--Text-White);
  }
}
.answers__item-title {
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  font-weight: 600;
  line-height: 145%;
}
.answers__item-wrapper {
  height: 0;
  overflow: hidden;
  transition: var(--transition);
}
.answers__item-content {
  padding-top: 1.5rem;
  font-size: clamp(0.875rem, 0.8347107438rem + 0.1652892562vw, 1rem);
  line-height: 155%;
}
.answers__item-content a {
  color: var(--Background-Blue);
  transition: var(--transition);
}
@media (any-hover: hover) {
  .answers__item-content a:hover {
    color: var(--Text-Orange);
  }
}
@media (any-hover: none) {
  .answers__item-content a:active {
    color: var(--Text-Orange);
  }
}
.answers__item-content p:not(:first-child) {
  margin-top: 0.625rem;
}
.answers__item-content ul:not(:first-child) {
  margin-top: 0.625rem;
}
.answers__item-content ul {
  padding-left: 1.25rem;
}
.answers__item.show .btn {
  transform: rotate(-180deg);
}
.answers__item.show .answers__item-wrapper {
  height: auto;
}
@media (width <= 63.99875rem) {
  .answers {
    gap: 0.5rem;
  }
  .answers__item-header {
    align-items: start;
  }
  .answers__item-content {
    padding-top: 1rem;
    line-height: 135%;
  }
}

.hero-next__container {
  overflow: hidden;
  position: relative;
  padding-top: 10.75rem;
  padding-bottom: 6.75rem;
  color: var(--Text-White);
}
.hero-next__main {
  max-width: 35.9375rem;
}
.hero-next__pre-title {
  font-size: clamp(0.875rem, 0.7541322314rem + 0.4958677686vw, 1.25rem);
  font-weight: 500;
  line-height: 145%;
}
.hero-next__title {
  font-size: clamp(2.25rem, 2.0082644628rem + 0.9917355372vw, 3rem);
  line-height: 125%;
  font-weight: 400;
  color: var(--Text-White);
}
.hero-next__text {
  margin-top: clamp(1rem, 0.6776859504rem + 1.3223140496vw, 2rem);
  max-width: 29.75rem;
  font-size: clamp(1.25rem, 1.1694214876rem + 0.3305785124vw, 1.5rem);
  font-weight: 500;
  line-height: 145%;
}
.hero-next__small {
  margin-top: 2rem;
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  font-weight: 500;
  line-height: 145%;
}
.hero-next__img {
  z-index: -1;
  position: absolute;
  right: 0.125rem;
  bottom: 0;
}
.hero-next__gallery {
  margin-top: 2.5rem;
  display: flex;
  gap: 0.25rem;
}
.hero-next__gallery > img {
  width: clamp(3rem, 2.7381198347rem + 1.0743801653vw, 3.8125rem);
  height: clamp(3rem, 2.7381198347rem + 1.0743801653vw, 3.8125rem);
  border-radius: 50%;
}
.hero-next--min-720 .hero-next__container {
  min-height: 45rem;
}
.hero-next--about .hero-next__container {
  overflow: visible;
  padding-top: 9.25rem;
  padding-bottom: 4.8125rem;
}
.hero-next--about .hero-next__main {
  max-width: 48.3125rem;
}
.hero-next--about .hero-next__text {
  max-width: 100%;
}
.hero-next--about .hero-next__img {
  right: -5.25rem;
}
.hero-next--news .hero-next__container {
  padding-top: 8rem;
  padding-bottom: 4rem;
}
.hero-next--news .hero-next__main {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.6776859504rem + 1.3223140496vw, 2rem);
}
.hero-next--news .hero-next__title {
  font-size: clamp(2.25rem, 1.6859504132rem + 2.3140495868vw, 4rem);
  font-weight: 600;
  line-height: 105%;
}
.hero-next--long .hero-next__main,
.hero-next--long .hero-next__text {
  max-width: 100%;
}
.hero-next--long .hero-next__title {
  font-size: clamp(2.25rem, 1.6859504132rem + 2.3140495868vw, 4rem);
  font-weight: 600;
  line-height: 115%;
}
.hero-next--long .hero-next__text {
  margin-top: 1.5rem;
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  font-weight: 500;
  line-height: 145%;
}
.hero-next--long .hero-next__container {
  overflow: visible;
  height: 45rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.hero-next--long .hero-next__img {
  left: -5.9375rem;
  width: calc(100% + 5.9375rem * 2);
  height: 100%;
  border-radius: var(--border-radius-24);
}
.hero-next--long-start .hero-next__container {
  padding-top: 8rem;
  padding-bottom: 4rem;
}
.hero-next--long-start .hero-next__main {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.hero-next--long-start .hero-next__title {
  margin-top: clamp(1rem, 0.6575413223rem + 1.4049586777vw, 2.0625rem);
  font-size: clamp(2.25rem, 1.6859504132rem + 2.3140495868vw, 4rem);
  font-weight: 600;
  line-height: 105%;
}
.hero-next--long-start .hero-next__small {
  margin-top: clamp(0.5rem, 0.3388429752rem + 0.6611570248vw, 1rem);
}
@media (width <= 90.06125rem) {
  .hero-next__img {
    max-height: 25rem;
    width: 60%;
    object-fit: contain;
    object-position: bottom right;
  }
  .hero-next--about .hero-next__img {
    right: 0rem;
  }
  .hero-next--long .hero-next__img {
    top: 0;
    left: calc(var(--container-padding-x) * -1);
    right: auto;
    max-height: 200%;
    width: calc(100% + var(--container-padding-x) * 2);
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
}
@media (width <= 63.99875rem) {
  .hero-next__container {
    padding-bottom: 18.75rem;
  }
  .hero-next__img {
    width: 70%;
  }
  .hero-next--about .hero-next__img {
    width: 13.5rem;
  }
  .hero-next--long-start .hero-next__container {
    padding-top: 9rem;
    padding-bottom: 4rem;
  }
  .hero-next--long-start .page__item-color::after {
    border-radius: 0 0 var(--border-radius-24) var(--border-radius-24);
  }
  .hero-next--long-start .hero-next__small {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 135%;
  }
}
@media (width <= 47.99875rem) {
  .hero-next__container {
    padding-top: 8.9375rem;
    padding-bottom: 16.25rem;
  }
  .hero-next__pre-title {
    line-height: 145%;
  }
  .hero-next__title {
    line-height: 105%;
  }
  .hero-next__title--phone-small {
    font-size: 2rem;
  }
  .hero-next__title--phone-small {
    font-size: 2rem !important;
  }
  .hero-next__text {
    line-height: 145%;
  }
  .hero-next__img {
    max-height: 16.25rem;
    width: 107%;
    object-position: center;
  }
  .hero-next--about .hero-next__gallery {
    width: 30%;
    min-width: 12.5rem;
    flex-wrap: wrap;
  }
  .hero-next--about .hero-next__container {
    padding-top: 9rem;
    padding-bottom: 4rem;
  }
  .hero-next--about .hero-next__img {
    bottom: -23px;
    right: -36px;
  }
  .hero-next--news {
    overflow: hidden;
    border-radius: 0 0 var(--border-radius-24) var(--border-radius-24);
  }
  .hero-next--news .hero-next__container {
    padding-top: 9rem;
    padding-bottom: 3.875rem;
  }
  .hero-next--news .hero-next__main {
    align-items: center;
  }
  .hero-next--news .hero-next__title {
    font-weight: 700;
    line-height: 115%;
    text-align: center;
  }
  .hero-next--long .hero-next__container {
    height: 40rem;
    padding-bottom: 2.5rem;
  }
  .hero-next--long .hero-next__title {
    font-weight: 400;
    line-height: 105%;
  }
  .hero-next--long .hero-next__img {
    top: 0;
    left: calc(var(--container-padding-x) * -1);
    right: auto;
    max-height: 200%;
    width: calc(100% + var(--container-padding-x) * 2);
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 0 0 var(--border-radius-24) var(--border-radius-24);
  }
}

.what {
  padding: 2rem;
  background-color: var(--Background-White);
  border-radius: var(--border-radius-12);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.what .page__item-text {
  margin-top: 0;
}
.what__content {
  display: flex;
  gap: 1.25rem;
}
.what__item {
  width: calc(25% - 0.9375rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.what__img {
  width: 100%;
  height: 12.5rem;
  background-color: var(--Background-Grey-e9);
  border-radius: var(--border-radius-20);
}
.what__img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.what__img--bottom > img {
  object-position: bottom;
}
.what__text {
  line-height: 145%;
}
@media (width <= 63.99875rem) {
  .what__content {
    flex-wrap: wrap;
  }
  .what__item {
    width: calc(50% - 0.9375rem);
  }
}
@media (width <= 41.25rem) {
  .what__item {
    width: 100%;
  }
  .what__text {
    text-align: center;
  }
}

.exams {
  position: relative;
  display: flex;
  gap: 1.25rem;
}
.exams__item {
  width: 100%;
  padding: 0.25rem;
  background-color: var(--Background-White);
  border-radius: var(--border-radius-16);
}
.exams__title {
  position: relative;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 145%;
}
.exams__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--Background-Grey-e8);
}
.exams__list {
  list-style-type: none;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.exams__list > li {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.exams__list-title {
  font-size: 0.875rem;
  line-height: 135%;
  color: var(--Text-Grey);
}
.exams__list-text {
  font-weight: 600;
  line-height: 145%;
}
@media (width <= 75rem) {
  .exams {
    padding-bottom: 2.25rem;
  }
}

.check {
  display: flex;
  gap: 1.25rem;
}
.check__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.check__item {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: var(--border-radius-24);
  background-color: var(--Background-White);
}
.check__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 145%;
}
.check__title span {
  color: var(--Text-Grey-bb);
}
.check__list {
  list-style-type: none;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.check__list > li {
  position: relative;
  display: flex;
  line-height: 155%;
}
.check__list > li > span {
  font-weight: 500;
}
.check__list > li::before {
  width: 1.40625rem;
  height: 1.40625rem;
  content: "";
  position: absolute;
  top: calc(50% - 0.703125rem);
  left: -1.953125rem;
  background-image: url(../images/svg/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.check__gallery {
  flex-shrink: 0;
  width: 29.75rem;
  padding: 0.375rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border: 2px solid var(--Background-White);
  border-radius: var(--border-radius-20);
}
.check__gallery-item {
  width: 100%;
  height: 15.375rem;
  height: calc(33.3% - 0.333125rem);
  border-radius: var(--border-radius-12);
  object-fit: cover;
  object-position: center;
}
@media (width <= 63.99875rem) {
  .check {
    flex-direction: column;
  }
  .check__gallery {
    width: 100%;
  }
  .check__gallery-item {
    height: 48vw;
  }
  .check__gallery-item:not(:last-child) {
    display: none;
  }
}
@media (width <= 47.99875rem) {
  .check__item {
    padding: 1.5rem;
    gap: 1rem;
  }
}

.price {
  display: flex;
  gap: 1.25rem;
}
.price__item {
  width: calc(33.33% - 0.833125rem);
  border: 4px solid var(--Background-White);
  border-radius: var(--border-radius-12);
  background-color: var(--Background-White);
  text-align: center;
}
.price__img {
  width: 100%;
  height: 11.875rem;
  background-color: var(--Background-Grey-e9);
  border-radius: var(--border-radius-8);
}
.price__img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.price__img--bottom > img {
  object-position: bottom center;
}
.price__title {
  position: relative;
  padding: 1.5rem;
  min-height: 6.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 145%;
}
.price__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--Background-Grey-e8);
}
.price__description {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}
.price__number {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 145%;
}
.price__type {
  font-size: 0.875rem;
  line-height: 135%;
  color: var(--Text-Grey);
}
@media (width <= 63.99875rem) {
  .price {
    flex-wrap: wrap;
    justify-content: center;
  }
  .price__item {
    width: calc(50% - 0.625rem);
  }
}
@media (width <= 47.99875rem) {
  .price__item {
    width: 100%;
  }
  .price__title {
    min-height: auto;
  }
}

.balls {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
.balls__item {
  padding: 0.25rem 0.25rem 1.5rem 0.25rem;
  border-radius: var(--border-radius-16);
  background-color: var(--Background-White);
  display: grid;
  gap: 1.5rem;
}
.balls__header {
  position: relative;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.3125rem;
}
.balls__header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--Background-Grey-e8);
}
.balls__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 145%;
}
.balls__description {
  font-size: 0.875rem;
  line-height: 135%;
  color: var(--Text-Grey);
}
.balls__content {
  padding: 0 1.5rem;
  display: flex;
}
.balls__content--patent .balls__lesson:nth-child(1) {
  flex-shrink: 0;
  width: 53%;
}
.balls__content--patent .balls__lesson:nth-child(1) .balls__lesson-chart span {
  background-color: var(--Background-Blue);
}
.balls__content--patent .balls__lesson:nth-child(1) .balls__lesson-chart span:nth-child(n+5) {
  background-color: var(--Background-Blue-3a);
}
.balls__content--patent .balls__lesson:nth-child(1) .balls__lesson-chart span:nth-child(n+7) {
  display: none;
}
.balls__content--patent .balls__lesson:nth-child(2) {
  flex-shrink: 0;
  width: 20%;
}
.balls__content--patent .balls__lesson:nth-child(2) .balls__lesson-chart span {
  background-color: var(--background-orange-db);
}
.balls__content--patent .balls__lesson:nth-child(2) .balls__lesson-chart span:nth-child(n+3) {
  display: none;
}
.balls__content--patent .balls__lesson:nth-child(3) {
  width: 100%;
}
.balls__content--patent .balls__lesson:nth-child(3) .balls__lesson-chart span {
  background-color: var(--Background-Green-0e);
}
.balls__content--patent .balls__lesson:nth-child(3) .balls__lesson-chart span:nth-child(n+4) {
  display: none;
}
.balls__content--trp .balls__lesson:nth-child(1) {
  flex-shrink: 0;
  width: 66%;
}
.balls__content--trp .balls__lesson:nth-child(1) .balls__lesson-chart span {
  background-color: var(--Background-Blue);
}
.balls__content--trp .balls__lesson:nth-child(1) .balls__lesson-chart span:nth-child(n+7) {
  background-color: var(--Background-Blue-80);
}
.balls__content--trp .balls__lesson:nth-child(1) .balls__lesson-chart span:nth-child(n+11) {
  background-color: var(--Background-Blue-3a);
}
.balls__content--trp .balls__lesson:nth-child(1) .balls__lesson-chart span:nth-child(n+14) {
  display: none;
}
.balls__content--trp .balls__lesson:nth-child(2) {
  flex-shrink: 0;
  width: 17.5%;
}
.balls__content--trp .balls__lesson:nth-child(2) .balls__lesson-chart span {
  background-color: var(--background-orange-db);
}
.balls__content--trp .balls__lesson:nth-child(2) .balls__lesson-chart span:nth-child(n+4) {
  display: none;
}
.balls__content--trp .balls__lesson:nth-child(3) {
  width: 100%;
}
.balls__content--trp .balls__lesson:nth-child(3) .balls__lesson-chart span {
  background-color: var(--Background-Green-0e);
}
.balls__content--trp .balls__lesson:nth-child(3) .balls__lesson-chart span:nth-child(n+4) {
  display: none;
}
.balls__content--rp .balls__lesson:nth-child(1) {
  flex-shrink: 0;
  width: 69%;
}
.balls__content--rp .balls__lesson:nth-child(1) .balls__lesson-chart span {
  background-color: var(--Background-Blue);
}
.balls__content--rp .balls__lesson:nth-child(1) .balls__lesson-chart span:nth-child(n+8) {
  background-color: var(--Background-Blue-80);
}
.balls__content--rp .balls__lesson:nth-child(1) .balls__lesson-chart span:nth-child(n+12) {
  background-color: var(--Background-Blue-3a);
}
.balls__content--rp .balls__lesson:nth-child(2) {
  flex-shrink: 0;
  width: 16%;
}
.balls__content--rp .balls__lesson:nth-child(2) .balls__lesson-chart span {
  background-color: var(--background-orange-db);
}
.balls__content--rp .balls__lesson:nth-child(2) .balls__lesson-chart span:nth-child(n+4) {
  display: none;
}
.balls__content--rp .balls__lesson:nth-child(3) {
  width: 100%;
}
.balls__content--rp .balls__lesson:nth-child(3) .balls__lesson-chart span {
  background-color: var(--Background-Green-0e);
}
.balls__content--rp .balls__lesson:nth-child(3) .balls__lesson-chart span:nth-child(n+4) {
  display: none;
}
.balls__lesson {
  display: grid;
  gap: 1rem;
}
.balls__lesson-title {
  min-height: 2.375rem;
  display: flex;
  justify-content: center;
  align-items: end;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 135%;
  text-align: center;
}
.balls__lesson-chart {
  display: flex;
  gap: 0.125rem;
}
.balls__lesson-chart span {
  width: 100%;
  height: 6px;
  border-radius: var(--border-radius-24);
  background-color: tomato;
}
.balls__lesson-chart span.blue-1 {
  background-color: var(--Background-Blue);
}
.balls__lesson-chart span.blue-2 {
  background-color: var(--Background-Blue-80);
}
.balls__lesson-chart span.blue-3 {
  background-color: var(--Background-Blue-3a);
}
.balls__lesson-chart span.orange {
  background-color: var(--background-orange-db);
}
.balls__lesson-chart span.green {
  background-color: var(--Background-Green-0e);
}
.balls__lesson-description {
  line-height: 155%;
  text-align: center;
}
.balls__lesson:not(:first-child) {
  padding-left: 1rem;
}
.balls__lesson:not(:last-child) {
  padding-right: 1rem;
  position: relative;
}
.balls__lesson:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.5px;
  width: 1px;
  height: 100%;
  background-color: var(--Text-Grey);
  opacity: 0.2;
}
@media (width <= 63.99875rem) {
  .balls__content {
    flex-direction: column;
  }
  .balls__content.balls__content--patent .balls__lesson, .balls__content.balls__content--trp .balls__lesson, .balls__content.balls__content--rp .balls__lesson {
    width: 100%;
  }
  .balls__lesson:not(:first-child) {
    padding-left: 0;
    padding-top: 1rem;
  }
  .balls__lesson:not(:last-child) {
    padding-right: 0;
    padding-bottom: 1rem;
  }
  .balls__lesson:not(:last-child)::after {
    content: "";
    top: auto;
    right: 0;
    bottom: -0.5px;
    width: 100%;
    height: 1px;
  }
  .balls__lesson-title {
    min-height: auto;
    justify-content: start;
    text-align: start;
  }
  .balls__lesson-description {
    justify-content: start;
    text-align: start;
  }
}

.failed {
  position: relative;
  padding: 2rem;
  border-radius: var(--border-radius-12);
  overflow: hidden;
}
.failed::after {
  z-index: -10;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--Background-White);
}
.failed__content {
  max-width: 46.25rem;
}
.failed__content-main {
  margin-top: 2rem;
  display: grid;
  gap: 1.5rem;
}
.failed__content-list {
  display: grid;
  gap: 0.9375rem;
}
.failed__title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 145%;
}
.failed__text {
  font-weight: 500;
  line-height: 145%;
}
.failed__text span {
  font-weight: 400;
  line-height: 155%;
}
.failed__list-ol {
  counter-reset: item;
  padding-left: 1.5rem;
  display: grid;
  gap: 0.9375rem;
}
.failed__list-ol li {
  counter-increment: item;
  position: relative;
  list-style: none;
  line-height: 155%;
}
.failed__list-ol li::before {
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: -1.1875rem;
}
.failed__list-ul {
  padding-left: 1.5rem;
  display: grid;
  gap: 0.9375rem;
}
.failed__list-ul li {
  line-height: 155%;
}
.failed__text-big {
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  font-weight: 500;
  line-height: 145%;
}
.failed__img {
  width: 32rem;
  height: 32rem;
  z-index: -5;
  position: absolute;
  top: calc(50% - 16rem);
  right: -13%;
}
@media (width <= 47.99875rem) {
  .failed__content-main {
    margin-top: 1.5625rem;
    gap: 0.9375rem;
  }
  .failed__content-list {
    display: grid;
    gap: 0.6875rem;
  }
  .failed__list-ol {
    gap: 0.625rem;
  }
  .failed__img {
    width: 6.25rem;
    height: 6.25rem;
    top: 1.0625rem;
    right: -1.875rem;
  }
}

.tabs-next {
  display: flex;
  gap: 1.25rem;
}
.tabs-next__controller {
  flex-shrink: 0;
  width: 23.5rem;
  display: flex;
  flex-direction: column;
}
.tabs-next__controller-item {
  position: relative;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: var(--border-radius-12);
  line-height: 155%;
  background-color: var(--Background-White);
  transition: var(--transition);
}
.tabs-next__controller-item * {
  transition: var(--transition);
}
.tabs-next__controller-item span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs-next__controller-item::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: calc(50% - 0.875rem);
  right: -0.875rem;
  width: 1.3125rem;
  height: 1.75rem;
  background-image: url(../images/svg/tabs-controller.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: var(--transition);
}
.tabs-next__controller-item.active {
  background-color: var(--Background-Blue);
  color: var(--Text-White);
}
.tabs-next__controller-item.active svg * {
  fill: var(--Text-White);
}
.tabs-next__controller-item.active svg *:nth-child(2) {
  fill: var(--Background-Blue);
}
.tabs-next__controller-item.active::after {
  opacity: 1;
}
.tabs-next__controller .swiper-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.tabs-next__controller .swiper-slide {
  width: 100%;
  height: auto;
}
.tabs-next__content {
  width: 100%;
}
.tabs-next__item {
  display: none;
}
.tabs-next__item.active {
  display: flex;
  gap: 2.5rem;
}
.tabs-next__item {
  padding: 2rem 2.5rem;
  background-color: var(--Background-White);
  border-radius: var(--border-radius-24);
}
.tabs-next__item-left {
  width: 100%;
}
.tabs-next__item-title {
  position: relative;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 145%;
}
.tabs-next__item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--Background-Grey-e8);
}
.tabs-next__item-content {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.tabs-next__item-element {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.tabs-next__item-element-title {
  font-weight: 600;
  line-height: 145%;
}
.tabs-next__item-list {
  list-style-type: none;
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.tabs-next__item-list li {
  position: relative;
  line-height: 155%;
}
.tabs-next__item-list li::before {
  width: 0.25rem;
  height: 0.25rem;
  content: "";
  position: absolute;
  top: 0.65rem;
  left: -0.9375rem;
  background-color: var(--Text-Black);
  border-radius: 0.125rem;
}
.tabs-next__item-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.tabs-next__item-img {
  border: 3px solid var(--Background-Body);
  border-radius: var(--border-radius-8);
}
.tabs-next__item-img > img {
  object-fit: contain;
}
.tabs-next__item:nth-child(1) .tabs-next__item-img {
  width: 13rem;
}
.tabs-next__item:nth-child(2) .tabs-next__item-img {
  width: 18.125rem;
}
.tabs-next__item:nth-child(3) .tabs-next__item-img {
  width: 20rem;
}
.tabs-next__item:nth-child(4) .tabs-next__item-img {
  width: 20rem;
}
@media (width <= 63.99875rem) {
  .tabs-next {
    position: relative;
    flex-direction: column;
  }
  .tabs-next::after {
    width: 2.25rem;
    height: 2.25rem;
    content: "";
    position: absolute;
    top: 5.8125rem;
    left: calc(50% - 1.125rem);
    background-image: url(../images/assets/svg/tabs-next-swipe.svg);
    background-repeat: no-repeat;
    background-size: 2.25rem;
  }
  .tabs-next__controller, .tabs-next__content {
    width: 100%;
  }
  .tabs-next__controller {
    position: relative;
    padding-bottom: 3.5rem;
  }
  .tabs-next__controller-item::after {
    display: none;
  }
  .tabs-next__controller .swiper-wrapper {
    display: flex;
    flex-direction: row;
    gap: 0;
  }
  .tabs-next__controller .swiper-slide {
    width: auto !important;
    height: auto;
    white-space: nowrap;
  }
  .tabs-next__controller .swiper-button-prev,
  .tabs-next__controller .swiper-button-next {
    pointer-events: none;
    top: 0;
    width: 4.5625rem;
    height: 100%;
  }
  .tabs-next__controller .swiper-button-prev svg,
  .tabs-next__controller .swiper-button-next svg {
    display: none;
  }
  .tabs-next__controller .swiper-button-prev,
  .tabs-next__controller .swiper-button-next {
    transition: var(--transition);
  }
  .tabs-next__controller .swiper-button-prev.swiper-button-disabled,
  .tabs-next__controller .swiper-button-next.swiper-button-disabled {
    opacity: 0;
  }
  .tabs-next__controller .swiper-button-prev {
    left: calc(var(--container-padding-x) * -1);
    background: var(--Gradient-Grey-left);
  }
  .tabs-next__controller .swiper-button-next {
    right: calc(var(--container-padding-x) * -1);
    background: var(--Gradient-Grey-right);
  }
}
@media (width <= 47.99875rem) {
  .tabs-next::after {
    top: 4.875rem;
  }
  .tabs-next__controller-item {
    padding: 1rem;
  }
  .tabs-next__item.active {
    flex-direction: column;
  }
  .tabs-next__item {
    padding: 1.5rem;
  }
  .tabs-next__item-right {
    width: 100%;
    justify-content: center;
  }
}

.sign {
  display: flex;
  gap: 1.5rem;
}
.sign__item {
  width: calc(50% - 0.75rem);
  padding: 2rem 2.5rem;
  background-color: var(--Background-White);
  border-radius: var(--border-radius-16);
  color: var(--Text-Black);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.sign__item-header {
  position: relative;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.sign__item-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--Background-Grey-e8);
}
.sign__item-title {
  font-size: clamp(1.25rem, 1.1694214876rem + 0.3305785124vw, 1.5rem);
  font-weight: 600;
  line-height: 145%;
}
.sign__item-img {
  width: 4.5rem;
  height: 4.5rem;
  flex-shrink: 0;
}
.sign__item-list {
  list-style-type: none;
  padding-left: 3rem;
  counter-reset: item;
}
.sign__item-list li {
  position: relative;
  counter-increment: item;
}
.sign__item-list li::before {
  width: 2rem;
  height: 2rem;
  content: counter(item);
  position: absolute;
  top: calc(50% - 1rem);
  left: -3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--background-orange);
  color: var(--Text-White);
}
.sign__item-list li {
  min-height: 2rem;
  line-height: 155%;
}
.sign__item-list li a {
  color: var(--Background-Blue);
}
.sign__item-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (width <= 63.99875rem) {
  .sign {
    flex-direction: column;
  }
  .sign__item {
    width: 100%;
  }
}
@media (width <= 47.99875rem) {
  .sign {
    gap: 0.5rem;
  }
  .sign__item {
    padding: 2rem;
    gap: 1rem;
  }
  .sign__item-img {
    width: 2.875rem;
    height: 2.875rem;
  }
  .sign__item-list {
    padding-left: 2.5rem;
  }
  .sign__item-list li::before {
    width: 1.5rem;
    height: 1.5rem;
    top: calc(50% - 0.75rem);
    left: -2.5rem;
    font-size: 0.75rem;
    line-height: 145%;
  }
}

.find {
  display: flex;
  gap: 1.25rem;
}
.find__item {
  width: calc(33.33% - 0.833125rem);
  padding: 1.5rem;
  border-radius: var(--border-radius-24);
  background-color: var(--Background-White);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}
.find__item-top {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.find__item-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 145%;
  text-align: center;
}
.find__item-tags {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.find__item-tags li {
  padding: 0.3125rem 0.75rem 0.4375rem;
  font-size: 0.875rem;
  line-height: 135%;
  background-color: var(--Background-Body);
  border-radius: var(--border-radius-8);
}
.find__item-description {
  line-height: 155%;
  color: var(--Text-Grey);
  text-align: center;
}
.find__item-bottom {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.find__item-img {
  height: 13.75rem;
  background: linear-gradient(155deg, #E9EBF4 22.38%, #F8F8FE 85.63%);
  border-radius: var(--border-radius-20);
}
.find__item-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (width <= 63.99875rem) {
  .find {
    flex-wrap: wrap;
    justify-content: center;
  }
  .find__item {
    width: calc(50% - 0.625rem);
  }
}
@media (width <= 47.99875rem) {
  .find__item {
    width: 100%;
    gap: 0.875rem;
  }
  .find__item-bottom {
    gap: 1rem;
  }
}
.page__item-color .find {
  color: var(--Text-Black);
}

.banner {
  padding-top: 2.5rem;
}
.banner__container {
  position: relative;
  padding: 2.9375rem 3.5rem;
  color: var(--Text-White);
}
.banner__container::after {
  z-index: -10;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--Background-Blue);
  border-radius: var(--border-radius-24);
  background-image: url(../images/svg/banner-map.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.banner__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.banner__title {
  max-width: 32.5rem;
  font-size: clamp(1.75rem, 1.5888429752rem + 0.6611570248vw, 2.25rem);
  font-weight: 600;
  line-height: 125%;
}
.banner__text {
  font-size: 0.875rem;
  line-height: 135%;
}
.banner__img {
  z-index: -5;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33.5rem;
  height: 25.0625rem;
}
.banner__img > img {
  width: 100%;
  height: 100%;
}
.banner-width {
  position: relative;
  padding: 3rem 3.0625rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: var(--Text-White);
}
.banner-width::after {
  z-index: -10;
  content: "";
  position: absolute;
  top: 0;
  left: -5.9375rem;
  width: calc(100% + 5.9375rem * 2);
  height: 100%;
  background-color: var(--Background-Blue);
  border-radius: var(--border-radius-24);
  background-image: url(../images/svg/banner-map.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.banner-width .banner__text {
  max-width: 28.75rem;
}
.banner-width .banner__img {
  right: 1.875rem;
}
.banner--woman .banner__img {
  width: 29.125rem !important;
}
@media (width <= 47.99875rem) {
  .banner--woman .banner__img {
    right: 50% !important;
    transform: translate(calc(50% - 20px), 10px) !important;
  }
}
@media (width <= 90.06125rem) {
  .banner-width {
    position: relative;
    padding: 3rem 3.0625rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    color: var(--Text-White);
  }
  .banner-width::after {
    left: calc(var(--container-padding-x) * -1);
    width: calc(100% + var(--container-padding-x) * 2);
  }
  .banner-width .banner__text {
    max-width: 26.6875rem;
  }
  .banner-width .banner__img {
    right: 1.875rem;
  }
}
@media (width <= 63.99875rem) {
  .banner__img {
    width: 50%;
  }
  .banner__img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
  }
  .banner-width .banner__img {
    right: -1.25rem;
    width: 50%;
  }
  .banner-width .banner__img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
  }
}
@media (width <= 47.99875rem) {
  .banner {
    padding: 0;
  }
  .banner__container {
    overflow: hidden;
    padding: 1.5rem;
    gap: 12.3125rem;
  }
  .banner__title {
    width: 80%;
    line-height: 135%;
  }
  .banner__img {
    right: -1.3125rem;
    width: 26rem;
  }
  .banner__img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
  }
  .banner__btn .btn {
    width: 100%;
    text-align: center;
  }
  .banner-width {
    padding: 3rem 0 24rem 0;
  }
  .banner-width .banner__title {
    width: 100%;
    font-size: 1.5rem;
    line-height: 145%;
  }
  .banner-width .banner__text {
    font-size: 1rem;
    line-height: 155%;
  }
  .banner-width .banner__img {
    right: -1.6875rem;
    width: 30.8125rem;
    height: 48.3125rem;
  }
  .banner-width .banner__img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
  }
}

.mission {
  padding: 2rem;
  background-color: var(--Background-White);
  border-radius: var(--border-radius-12);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.mission__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mission__title {
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  font-weight: 500;
  line-height: 145%;
}
.mission__description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1rem;
  line-height: 155%;
}
.mission__main {
  display: flex;
  gap: 1.25rem;
}
.mission__main-content {
  width: calc(50% - 0.625rem);
  padding: 0.5rem;
  border-radius: var(--border-radius-12);
  background-color: var(--Background-Grey-e6);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.mission__main-content-item {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background-color: var(--Background-White);
  border-radius: var(--border-radius-12);
}
.mission__main-content-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mission__main-content-icon > svg {
  width: 2.875rem;
  height: 2.875rem;
}
.mission__main-content-block {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.mission__main-content-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 145%;
}
.mission__main-content-text {
  font-size: clamp(0.875rem, 0.8347107438rem + 0.1652892562vw, 1rem);
  line-height: 155%;
  color: var(--Text-Grey);
}
.mission__main-img {
  width: calc(50% - 0.625rem);
  border-radius: var(--border-radius-12);
  object-fit: cover;
  object-position: center right;
}
@media (width <= 63.99875rem) {
  .mission__main {
    flex-direction: column;
  }
  .mission__main-content {
    width: 100%;
  }
  .mission__main-img {
    width: 100%;
  }
}
@media (width <= 47.99875rem) {
  .mission {
    padding: 1.5rem;
  }
  .mission__main-content-item {
    flex-direction: column;
    align-items: start;
    padding: 1rem;
    gap: 1rem;
  }
  .mission__main-content-text {
    line-height: 135%;
  }
  .mission__main-img {
    height: 57vw;
  }
}

.creates {
  display: flex;
  gap: 1.25rem;
}
.creates__main {
  width: calc(50% - 0.625rem);
  padding: 2rem;
  background-color: var(--Background-White);
  border-radius: var(--border-radius-12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.creates__main-header {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.6776859504rem + 1.3223140496vw, 2rem);
}
.creates__main-title {
  font-size: clamp(1.75rem, 1.5888429752rem + 0.6611570248vw, 2.25rem);
  font-weight: 600;
  line-height: 125%;
}
.creates__main-text {
  line-height: 155%;
}
.creates__main-text > p:not(:first-child) {
  margin-top: 1.125rem;
}
.creates__main-footer {
  display: flex;
  gap: 1.375rem;
}
.creates__main-people {
  display: flex;
  align-items: end;
}
.creates__main-people > img {
  width: clamp(3.75rem, 3.3873966942rem + 1.4876033058vw, 4.875rem);
  height: clamp(3.75rem, 3.3873966942rem + 1.4876033058vw, 4.875rem);
  border: clamp(0.125rem, 0.1048553719rem + 0.0826446281vw, 0.1875rem) solid var(--Background-White);
  border-radius: 50%;
}
.creates__main-people > img:not(:first-child) {
  margin-left: clamp(-0.8125rem, -0.6311983471rem + -0.7438016529vw, -1.375rem);
}
.creates__main-people > img:first-child {
  margin-left: clamp(-0.125rem, -0.1048553719rem + -0.0826446281vw, -0.1875rem);
}
.creates__main-teacher {
  padding-bottom: 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.creates__main-teacher-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 125%;
  color: var(--Text-Orange);
}
.creates__main-teacher-text {
  font-size: 0.875rem;
  line-height: 135%;
  color: var(--Text-Grey);
}
.creates__img {
  width: calc(50% - 0.625rem);
  padding: 0.5rem;
  background-color: var(--Background-White);
  border-radius: var(--border-radius-12);
}
.creates__img > img {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-12);
  object-fit: cover;
  object-position: top;
}
@media (width <= 63.99875rem) {
  .creates {
    flex-direction: column;
  }
  .creates__main, .creates__img {
    width: 100%;
  }
  .creates__img {
    height: 82vw;
  }
}
@media (width <= 47.99875rem) {
  .creates__main {
    padding: 1.5rem;
  }
  .creates__main-title {
    line-height: 135%;
  }
  .creates__main-footer {
    flex-direction: column;
    gap: 0.5rem;
  }
  .creates__main-teacher {
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 1rem;
  }
}

.partners__item {
  width: 100%;
  padding: 1rem;
  background-color: var(--Background-White);
  border-radius: var(--border-radius-24);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.partners__item-img {
  object-fit: contain;
  object-position: left center;
}
.partners__item-text {
  font-size: 0.875rem;
  line-height: 135%;
  text-align: center;
}

.breadcrumbs {
  list-style-type: none;
  display: flex;
  align-items: center;
  font-size: clamp(0.875rem, 0.8347107438rem + 0.1652892562vw, 1rem);
  line-height: 155%;
}
.breadcrumbs > li:not(:first-child) {
  margin-left: 1.375rem;
}
.breadcrumbs > li:not(:last-child) {
  position: relative;
}
.breadcrumbs > li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -0.9375rem;
  line-height: 155%;
  opacity: 0.3;
}
.breadcrumbs a {
  text-decoration: none;
  color: var(--Text-White);
  opacity: 0.6;
  transition: var(--transition);
}
@media (any-hover: hover) {
  .breadcrumbs a:hover {
    opacity: 1;
  }
}
@media (any-hover: none) {
  .breadcrumbs a:active {
    opacity: 1;
  }
}
.breadcrumbs p {
  font-weight: 600;
  line-height: 145%;
}
.breadcrumbs--white a,
.breadcrumbs--white p {
  color: var(--Text-White);
}
.breadcrumbs--white li::after {
  color: var(--Text-White);
}
@media (width <= 47.99875rem) {
  .breadcrumbs > li {
    flex: 0 0 auto;
  }
  .breadcrumbs > li:last-child {
    flex: 1 1 auto;
    min-width: 0;
  }
  .breadcrumbs p {
    display: block; /* или inline-block */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.blog__catalog {
  margin-top: clamp(4.5rem, 4.0165289256rem + 1.9834710744vw, 6rem);
}
.blog__catalog-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 0.625rem;
}
.blog__catalog-header-link {
  flex-shrink: 0;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  background-color: var(--Background-Blue);
  border-radius: var(--border-radius-8);
  font-weight: 600;
  line-height: 145%;
  color: var(--Text-White);
  transition: var(--transition);
}
@media (any-hover: hover) {
  .blog__catalog-header-link:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  .blog__catalog-header-link:active {
    opacity: 0.8;
  }
}
.blog__catalog-tags-button {
  display: none;
}
.blog__catalog-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.blog__catalog-tags-item:nth-child(n+6) {
  display: none;
}
.blog__catalog-tags-item {
  display: inline-block;
  text-decoration: none;
  padding: 0.5rem 1rem;
  line-height: 155%;
  background-color: var(--Background-White);
  border-radius: 6rem;
  color: var(--Text-Black);
  line-height: 155%;
  transition: var(--transition);
}
@media (any-hover: hover) {
  .blog__catalog-tags-item:hover {
    color: var(--Text-Orange);
  }
}
@media (any-hover: none) {
  .blog__catalog-tags-item:active {
    color: var(--Text-Orange);
  }
}
.blog__catalog-tags-item.active {
  background-color: var(--Background-Blue);
  color: var(--Text-White);
}
@media (any-hover: hover) {
  .blog__catalog-tags-item.active:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  .blog__catalog-tags-item.active:active {
    opacity: 0.8;
  }
}
.blog__catalog-tags-item--close {
  padding: 0.4375rem 0.9375rem;
  background: none;
  border: 0.0625rem solid var(--Background-Grey-e7);
}
.blog__catalog-tags-add {
  display: none;
}
.blog__catalog-tags.show .blog__catalog-tags-item:nth-child(n+6) {
  display: block;
}
.blog__catalog-tags.show .blog__catalog-tags-item:nth-child(5) {
  display: none;
}
.blog__catalog-content {
  margin-top: clamp(1.5rem, 1.1776859504rem + 1.3223140496vw, 2.5rem);
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.blog__catalog-item {
  width: calc(33.33% - 0.833125rem);
  padding: 1rem;
  background-color: var(--Background-White);
  border-radius: var(--border-radius-24);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog__catalog-item-img {
  flex-shrink: 0;
  width: 100%;
  height: 13.75rem;
  border-radius: var(--border-radius-20);
  overflow: hidden;
}
.blog__catalog-item-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media (any-hover: hover) {
  .blog__catalog-item-img:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  .blog__catalog-item-img:active {
    opacity: 0.8;
  }
}
.blog__catalog-item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.blog__catalog-item-content-top {
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog__catalog-item-content-bottom {
  padding-left: 0.5rem;
  position: relative;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog__catalog-item-content-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--Background-Grey-e8);
}
.blog__catalog-item-brief {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
}
.blog__catalog-item-brief-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog__catalog-item-brief-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog__catalog-item-brief-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog__catalog-item-brief-item-icon {
  width: 1rem;
  height: 1rem;
}
.blog__catalog-item-brief-item-text {
  font-size: 0.875rem;
  line-height: 135%;
}
.blog__catalog-item-title {
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 145%;
  color: var(--Text-Black);
}
@media (any-hover: hover) {
  .blog__catalog-item-title:hover {
    color: var(--Text-Orange);
  }
}
@media (any-hover: none) {
  .blog__catalog-item-title:active {
    color: var(--Text-Orange);
  }
}
.blog__catalog-item-people {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog__catalog-item-people-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  object-fit: cover;
}
.blog__catalog-item-people-text {
  font-size: 0.875rem;
  line-height: 135%;
  color: var(--Text-Grey);
}
.blog__catalog-item-people {
  transition: var(--transition);
}
.blog__catalog-item-people * {
  transition: var(--transition);
}
@media (any-hover: hover) {
  .blog__catalog-item-people:hover .blog__catalog-item-people-icon {
    opacity: 0.8;
  }
  .blog__catalog-item-people:hover .blog__catalog-item-people-text {
    color: var(--Text-Orange);
  }
}
@media (any-hover: none) {
  .blog__catalog-item-people:active .blog__catalog-item-people-icon {
    opacity: 0.8;
  }
  .blog__catalog-item-people:active .blog__catalog-item-people-text {
    color: var(--Text-Orange);
  }
}
.blog__catalog-item-open {
  text-decoration: none;
  padding: 0.25rem 1rem;
  background-color: var(--Background-Grey-e6);
  border-radius: var(--border-radius-8);
  color: var(--Text-Grey);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog__catalog-item-open .icon {
  display: flex;
  justify-items: center;
  align-items: center;
}
.blog__catalog-item-open {
  transition: var(--transition);
}
.blog__catalog-item-open * {
  transition: var(--transition);
}
@media (any-hover: hover) {
  .blog__catalog-item-open:hover {
    color: var(--Text-Orange);
  }
  .blog__catalog-item-open:hover svg * {
    fill: var(--Text-Orange);
  }
}
@media (any-hover: none) {
  .blog__catalog-item-open:active {
    color: var(--Text-Orange);
  }
  .blog__catalog-item-open:active svg * {
    fill: var(--Text-Orange);
  }
}
@media (width <= 63.99875rem) {
  .blog__catalog-item {
    width: calc(50% - 0.625rem);
  }
}
@media (width <= 47.99875rem) {
  .blog__catalog-header {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
  .blog__catalog-header-link {
    width: 100%;
    padding: 1rem;
    border-radius: var(--border-radius-16);
    text-align: center;
  }
  .blog__catalog-tags {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .blog__catalog-tags-button {
    display: block;
    padding: 1rem 1.5rem;
    background-color: var(--Background-White);
    border-radius: var(--border-radius-16);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    line-height: 145%;
  }
  .show .blog__catalog-tags-button > span {
    transform: rotate(180deg);
  }
  .blog__catalog-tags-wrapper {
    display: none;
    width: 100%;
    padding: 1.5rem;
    background-color: var(--Background-White);
    border-radius: var(--border-radius-16);
    flex-direction: column;
    gap: 1rem;
  }
  .blog__catalog-tags-item {
    width: 100%;
    padding: 0;
  }
  .blog__catalog-tags-item.active {
    background-color: var(--Background-White);
    color: var(--Text-Orange);
  }
  .blog__catalog-tags-item:nth-child(n+6) {
    display: block;
  }
  .blog__catalog-tags-item:nth-child(5), .blog__catalog-tags-item:last-child {
    display: none;
  }
  .blog__catalog-tags.show .blog__catalog-tags-wrapper {
    display: flex;
  }
  .blog__catalog-tags.show .blog__catalog-tags-item:nth-child(5), .blog__catalog-tags.show .blog__catalog-tags-item:last-child {
    display: none;
  }
  .blog__catalog-item {
    width: 100%;
  }
  .blog__catalog-item-img {
    height: 56.6vw;
  }
}
.blog__hero {
  position: relative;
  margin-top: 0.5rem;
  padding-top: 8rem;
}
.blog__hero::after {
  content: "";
  z-index: -10;
  position: absolute;
  top: 0;
  left: -5.9375rem;
  width: calc(100% + 5.9375rem * 2);
  height: 100%;
  height: 24.0625rem;
  border-radius: var(--border-radius-24);
  background-color: var(--Background-Blue);
  background-image: url(../images/svg/Background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog__hero .breadcrumbs {
  font-size: 0.875rem;
}
.blog__hero-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.blog__hero-banner {
  position: relative;
  border-radius: var(--border-radius-16);
  overflow: hidden;
  background: var(--Gradient-Blue-Banner);
}
.blog__hero-banner-img {
  z-index: -9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__hero-banner-content {
  padding: 3rem;
  height: 33.75rem;
  display: flex;
  align-items: end;
  font-size: 4rem;
  font-weight: 600;
  line-height: 115%;
  color: var(--Text-White);
}
.blog__content {
  margin-top: 1.5rem;
  padding: 1.5rem 3rem 3rem 3rem;
  background: var(--Background-White);
  border-radius: var(--border-radius-16);
}
.blog__content .long-video {
  margin: 1.5rem 0;
}
.blog__content .long-video video {
  height: auto !important;
}
.blog__content .long-video .long-video__banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog__header {
  padding: 0 0.5rem 1.4375rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--Background-Grey-e8);
}
.blog__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.blog__meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog__meta-item > span:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog__meta-item {
  font-size: 0.875rem;
  line-height: 135%;
}
.blog__author {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog__author-img {
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
}
.blog__author-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.blog__author-fio {
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 145%;
  color: var(--Text-Black);
}
@media (any-hover: hover) {
  .blog__author-fio:hover {
    color: var(--Text-Orange);
  }
}
@media (any-hover: none) {
  .blog__author-fio:active {
    color: var(--Text-Orange);
  }
}
.blog__author-job {
  font-size: 1rem;
  line-height: 155%;
  color: var(--Text-Grey);
}
.blog__page {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1rem;
  line-height: 155%;
}
.blog__text span, .blog__text b {
  font-weight: 600;
  line-height: 145%;
}
.blog__text span a, .blog__text b a {
  font-weight: 600;
  line-height: 145%;
}
.blog__text i {
  font-style: italic;
  font-weight: 500;
}
.blog__text a {
  color: var(--Background-Blue);
}
@media (any-hover: hover) {
  .blog__text a:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  .blog__text a:active {
    opacity: 0.8;
  }
}
.blog__text h2 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 125%;
}
.blog__text h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 145%;
}
.blog__text h4 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 145%;
}
.blog__text ul {
  list-style-type: none;
  padding: 0.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.blog__text ul li {
  position: relative;
  padding-left: 1.375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 155%;
}
.blog__text ul li::before {
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  position: absolute;
  top: 0.46875rem;
  left: 0;
  background: var(--background-orange);
  border-radius: var(--border-radius-3);
}
.blog__text ol {
  list-style-type: none;
  counter-reset: item;
  padding: 0.53125rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
}
.blog__text ol li {
  padding: 0.03125rem 0;
  counter-increment: item;
  position: relative;
  padding-left: 2.375rem;
}
.blog__text ol li::before {
  width: 1.625rem;
  height: 1.625rem;
  content: counter(item);
  position: absolute;
  top: -0.0625rem;
  left: 0;
  background: var(--background-orange);
  border-radius: var(--border-radius-5-2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 135%;
  color: var(--Text-White);
}
.blog__text ol li {
  font-size: 1rem;
  line-height: 155%;
}
.blog__ul {
  list-style-type: none;
  padding: 0.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.blog__ul li {
  position: relative;
  padding-left: 1.375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 155%;
}
.blog__ul li::before {
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  position: absolute;
  top: 0.46875rem;
  left: 0;
  background: var(--background-orange);
  border-radius: var(--border-radius-3);
}
.blog__ol {
  list-style-type: none;
  counter-reset: item;
  padding: 0.53125rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
}
.blog__ol li {
  padding: 0.03125rem 0;
  counter-increment: item;
  position: relative;
  padding-left: 2.375rem;
}
.blog__ol li::before {
  width: 1.625rem;
  height: 1.625rem;
  content: counter(item);
  position: absolute;
  top: -0.0625rem;
  left: 0;
  background: var(--background-orange);
  border-radius: var(--border-radius-5-2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 135%;
  color: var(--Text-White);
}
.blog__ol li {
  font-size: 1rem;
  line-height: 155%;
}
.blog__alert {
  margin: 1rem 0;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.blog__alert-icon {
  width: 2.625rem;
  height: 2.625rem;
}
.blog__alert-text {
  font-size: 1rem;
  line-height: 155%;
}
.blog__alert {
  border-radius: var(--border-radius-20);
}
.blog__alert--yellow {
  background-color: var(--Background-Yellow);
}
.blog__alert--green {
  background-color: var(--Background-Green);
}
.blog__figure {
  margin: 1.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.blog__figure img {
  max-width: 100%;
  border-radius: var(--border-radius-16);
}
.blog__figure figcaption {
  font-size: 1rem;
  font-style: italic;
  line-height: 155%;
}
@media (width <= 90.06125rem) {
  .blog__hero::after {
    left: calc(var(--container-padding-x) * -1);
    width: calc(100% + var(--container-padding-x) * 2);
  }
}
@media (width <= 47.99875rem) {
  .blog__hero {
    margin: 0;
    padding-top: 8rem;
  }
  .blog__hero::after {
    top: -0.5rem;
    height: 18.5rem;
    border-radius: 0 0 var(--border-radius-24) var(--border-radius-24);
  }
  .blog__hero .breadcrumbs {
    line-height: 135%;
  }
  .blog__hero-banner-content {
    height: 20.3125rem;
    padding: 1.5rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 115%;
  }
  .blog__content {
    padding: 1.5rem;
  }
  .blog__content .long-video {
    margin: 1rem 0;
  }
  .blog__header {
    padding: 0 0 0.9375rem 0;
    border-bottom: 1px solid var(--Background-Grey-e8);
  }
  .blog__meta {
    gap: 1rem;
  }
  .blog__meta-item > span:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .blog__meta-item > span:first-child img {
    width: 1rem;
  }
  .blog__meta-item {
    font-size: 0.75rem;
    line-height: 135%;
  }
  .blog__author {
    margin-top: 1.5rem;
  }
  .blog__author-img {
    width: 3.4375rem;
    height: 3.4375rem;
  }
  .blog__author-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .blog__author-fio {
    font-size: 1rem;
    font-weight: 500;
    line-height: 145%;
  }
  .blog__author-job {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 135%;
  }
  .blog__page {
    margin-top: 1.5rem;
    gap: 0.5rem;
  }
  .blog__text {
    gap: 0.5rem;
    font-size: 1rem;
    line-height: 155%;
  }
  .blog__text span, .blog__text b {
    font-weight: 600;
    line-height: 145%;
  }
  .blog__text span a, .blog__text b a {
    font-weight: 600;
    line-height: 145%;
  }
  .blog__text i {
    font-style: italic;
    font-weight: 500;
  }
  .blog__text a {
    color: var(--Background-Blue);
  }
}
@media (width <= 47.99875rem) and (any-hover: hover) {
  .blog__text a:hover {
    opacity: 0.8;
  }
}
@media (width <= 47.99875rem) and (any-hover: none) {
  .blog__text a:active {
    opacity: 0.8;
  }
}
@media (width <= 47.99875rem) {
  .blog__text h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 145%;
  }
  .blog__text h3 {
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 145%;
  }
  .blog__text h4 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 145%;
  }
  .blog__ul {
    list-style-type: none;
    padding: 0.5rem 1rem;
  }
  .blog__ul li {
    position: relative;
    padding-left: 1.375rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 155%;
  }
  .blog__ol {
    padding: 0.5rem 1rem;
  }
  .blog__alert {
    padding: 1.5rem;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }
  .blog__alert-icon {
    width: 2rem;
    height: 2rem;
  }
  .blog__alert-text {
    font-size: 1rem;
    line-height: 155%;
  }
  .blog__alert {
    border-radius: var(--border-radius-20);
  }
  .blog__alert--yellow {
    background-color: var(--Background-Yellow);
  }
  .blog__alert--green {
    background-color: var(--Background-Green);
  }
  .blog__figure img {
    width: 100%;
    height: 63vw;
    object-fit: cover;
  }
  .blog__figure figcaption {
    font-size: 1rem;
    font-style: italic;
    line-height: 155%;
  }
}
.blog__banner {
  position: relative;
  margin-top: 4rem;
  padding: 2rem 3.5rem;
  border-radius: var(--border-radius-24);
}
.blog__banner::after {
  content: "";
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Background-Blue);
  border-radius: var(--border-radius-24);
}
.blog__banner {
  display: flex;
}
.blog__banner-content {
  width: 32.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.blog__banner-title {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 125%;
  color: var(--Text-White);
}
.blog__banner-text {
  font-size: 0.875rem;
  line-height: 135%;
  color: var(--Text-White);
}
.blog__banner-button {
  display: flex;
}
.blog__banner-img {
  z-index: -9;
  position: absolute;
  top: -3.625rem;
  right: 0.625rem;
}
@media (width <= 63.99875rem) {
  .blog__banner-img {
    top: auto;
    right: 0.625rem;
    bottom: 0;
    width: 40%;
  }
}
@media (width <= 47.99875rem) {
  .blog__banner {
    overflow: hidden;
    padding: 1.5rem 1.5rem 20rem 1.5rem;
  }
  .blog__banner-content {
    width: auto;
    gap: 1rem;
  }
  .blog__banner-title {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 135%;
  }
  .blog__banner-text {
    font-size: 0.875rem;
    line-height: 135%;
    color: var(--Text-White);
  }
  .blog__banner-button {
    margin-top: 0.5rem;
    width: 100%;
  }
  .blog__banner-button .btn {
    width: 100%;
  }
  .blog__banner-img {
    top: auto;
    right: -3.8125rem;
    bottom: 0;
    width: 25.875rem;
  }
}
.blog__article {
  margin-top: 4.65625rem;
}
.blog__article-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog__article-title {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 125%;
}
.blog__article-content {
  margin-top: 2.5rem;
}
.blog__article-content .blog__catalog-item {
  width: 100%;
}
@media (width <= 47.99875rem) {
  .blog__article-title {
    font-size: 1.75rem;
    line-height: 135%;
  }
  .blog__article .blog__catalog-item-img {
    height: 13.75rem;
    object-fit: cover;
  }
}

.long-title {
  font-size: clamp(1.75rem, 1.5888429752rem + 0.6611570248vw, 2.25rem);
  font-weight: 500;
  line-height: 145%;
}
.long-title--mid {
  font-size: clamp(1.625rem, 1.423553719rem + 0.826446281vw, 2.25rem);
}
.long-title--small {
  font-size: clamp(1.5rem, 1.2582644628rem + 0.9917355372vw, 2.25rem);
}
.long-title--phone-br br {
  display: none;
}
@media (width <= 47.99875rem) {
  .long-title--phone-br br {
    display: initial;
  }
}
.long-text {
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  font-weight: 500;
  line-height: 145%;
}
.long-text--small {
  font-weight: 400;
  line-height: 135%;
}
@media (width <= 47.99875rem) {
  .long-text--small-phone-155 {
    line-height: 155%;
  }
}
.long-text-big {
  font-size: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
  font-weight: 400;
  line-height: 145%;
}
.long-text-big > span {
  font-weight: 500;
}
.long-text-big > a {
  color: var(--Text-Black);
}
.long-text-big--big-span > span {
  font-weight: 600;
}
.long-text-big--link-blue > a {
  color: var(--Background-Blue);
}
@media (width <= 47.99875rem) {
  .long-text-big--fw-500 {
    font-weight: 500;
  }
}
@media (width <= 47.99875rem) {
  .long-text-big--lh-155 {
    line-height: 145%;
  }
}
.long-text-bold {
  font-size: clamp(1.25rem, 1.1694214876rem + 0.3305785124vw, 1.5rem);
  font-weight: 600;
  line-height: 145%;
}
.long-text-bold--phone-weight-500 {
  font-weight: 500;
}
.long-text-bold--fsz-24-20-important {
  font-size: clamp(1.25rem, 1.1694214876rem + 0.3305785124vw, 1.5rem) !important;
}
.long-text-bold-semi {
  font-size: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
  font-weight: 500;
  line-height: 145%;
}
.long-text-bold-semi--20 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 145%;
}
.long-text-bold-semi--20-16 {
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  font-weight: 500;
  line-height: 145%;
}
@media (width <= 47.99875rem) {
  .long-text-bold-semi--fw-400 {
    font-weight: 400;
  }
}
@media (width <= 47.99875rem) {
  .long-text-bold-semi--fw-600 {
    font-weight: 600;
  }
}
.long-text-bold-semi--grey {
  color: #4d4d4d;
}
.long-text-small {
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  line-height: 135%;
}
.long-text-small--20 {
  font-size: 1.25rem;
}
.long-text-small--grey {
  color: #4d4d4d;
}
.long-text-small--center {
  text-align: center;
}
.long-text-small--no-break {
  white-space: nowrap;
}
.long-item {
  margin-top: 1.5rem;
  position: relative;
}
.long-item::after {
  z-index: -50;
  content: "";
  position: absolute;
  top: 0;
  left: -5.9375rem;
  width: calc(100% + 5.9375rem * 2);
  height: 100%;
  background-color: var(--Background-White);
  border-radius: var(--border-radius-24);
}
.long-item {
  color: var(--Text-Black);
}
.long-item--content-top-72 {
  padding-top: 4.5rem;
}
.long-item--content-bottom-72 {
  padding-bottom: 4.5rem;
}
.long-item--content-top-24 {
  padding-top: 1.5rem;
}
.long-item--content-bottom-24 {
  padding-bottom: 1.5rem;
}
.long-item--hidden {
  overflow: hidden;
}
.long-block {
  padding-top: clamp(3rem, 2.5165289256rem + 1.9834710744vw, 4.5rem);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.long-block--gap-48 {
  gap: clamp(2rem, 1.6776859504rem + 1.3223140496vw, 3rem);
}
.long-block--gap-24 {
  gap: 1.5rem;
}
.long-block--gap-24-16 {
  gap: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
}
.long-block--gap-10 {
  gap: 0.625rem;
}
.long-block--no-top {
  padding-top: 0;
}
.long-links {
  position: relative;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.long-links__title {
  line-height: 155%;
  opacity: 0.5;
}
.long-links__main .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.long-links__main .swiper-slide {
  width: auto;
}
.long-links__item {
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: var(--Background-Body);
  border-radius: 6rem;
  line-height: 155%;
  color: var(--Text-Black);
  transition: var(--transition);
}
@media (any-hover: hover) {
  .long-links__item:hover {
    color: var(--Text-Orange);
  }
}
@media (any-hover: none) {
  .long-links__item:active {
    color: var(--Text-Orange);
  }
}
.long-links .swiper-button-prev,
.long-links .swiper-button-next {
  display: none;
}
.long-color {
  display: flex;
  gap: 2rem;
  color: var(--Text-White);
}
.long-color h1,
.long-color h2,
.long-color h3,
.long-color h4,
.long-color h5,
.long-color h6 {
  color: var(--Text-White);
}
.long-color__text {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
}
.long-color__img {
  object-fit: cover;
  border-radius: var(--border-radius-24);
}
.long-color__img--max-431 {
  max-width: 26.9375rem;
}
.long-color--50 {
  padding: clamp(2rem, 1.194214876rem + 3.305785124vw, 4.5rem) 0;
}
.long-color--50 > * {
  width: calc(50% - 0.625rem);
}
.long-color--60 {
  padding: 3rem 0;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.long-color--60 > *:first-child {
  width: 51.3%;
}
.long-color--60 > *:last-child {
  width: 40.7%;
}
.long-color--auto {
  padding: clamp(2rem, 1.194214876rem + 3.305785124vw, 4.5rem) 0;
}
.long-color--auto > *:first-child {
  width: auto;
}
.long-color--auto > *:last-child {
  width: auto;
}
.long-color--auto .long-color__img {
  object-fit: contain;
}
.long-border {
  padding: 2.9375rem;
  border: 1px solid var(--Background-Body);
  border-radius: var(--border-radius-16);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.long-border--padding-bottom-0 {
  padding-bottom: 0 !important;
}
@media (width <= 47.99875rem) {
  .long-border--padding-bottom-0 {
    padding-bottom: 1.5rem;
  }
}
.long-border--padding-32-40 {
  padding: clamp(1.5rem, 1.3388429752rem + 0.6611570248vw, 2rem) clamp(1.5rem, 1.1776859504rem + 1.3223140496vw, 2.5rem);
}
.long-border__text {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
}
.long-border__text--gap-32 {
  gap: 2rem;
}
.long-border__text--gap-24 {
  gap: 1.5rem;
}
.long-border__text--gap-16 {
  gap: 1rem;
}
.long-border--gap-24 {
  gap: 1.5rem;
}
.long-border--gap-32 {
  gap: 2rem;
}
.long-border--gap-40 {
  gap: 2.5rem;
}
.long-border--gap-32-24 {
  gap: clamp(1.5rem, 1.3388429752rem + 0.6611570248vw, 2rem);
}
.long-border--gap-48 {
  gap: 3rem;
}
.long-border--gap-48-24 {
  gap: clamp(1.5rem, 1.0165289256rem + 1.9834710744vw, 3rem);
}
.long-border--gap-56 {
  gap: 3.5rem;
}
.long-border--padding-bottom-0 {
  padding-bottom: 0;
}
.long-border--violet {
  border-color: #4e1be0;
  border-width: 2px;
}
.long-border--orange {
  border-color: #e1401c;
  border-width: 2px;
}
.long-border--padding-32 {
  padding: 2rem;
}
.long-slider {
  position: relative;
  padding-bottom: 3.0625rem;
}
.long-slider__item {
  width: 100%;
  height: clamp(10rem, 8.3884297521rem + 6.6115702479vw, 15rem);
  border-radius: var(--border-radius-12);
  object-fit: cover;
  object-position: top;
}
.long-video {
  position: relative;
  border-radius: var(--border-radius-16);
  overflow: hidden;
  display: flex;
}
.long-video video {
  width: 100%;
  object-fit: cover;
}
.long-video--mt-24-16 {
  margin-top: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
}
.long-video__banner {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.long-video__banner::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--Text-Black-00);
  opacity: 0.3;
}
.long-video__banner-img {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.long-video__banner-button {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
}
.long-video__banner-button img {
  width: 100%;
}
@media (any-hover: hover) {
  .long-video__banner-button:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  .long-video__banner-button:active {
    opacity: 0.8;
  }
}
.long-video.active .long-video__banner {
  display: none;
}
.long-video--margin-top-24 {
  margin-top: 1.5rem;
}
.long-block-text {
  position: relative;
  width: 100%;
  height: 41.25rem;
  border-radius: var(--border-radius-24);
  overflow: hidden;
}
.long-block-text__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.long-block-text__text {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: calc(100% - 16px);
  padding: 2rem;
  background-color: var(--Background-White);
  border-radius: var(--border-radius-16);
}
.long-block-text--height-640 {
  height: 40rem;
}
.long-img {
  max-width: 100%;
  border-radius: var(--border-radius-24);
  object-fit: cover;
  object-position: center;
}
.long-img--no-border {
  border-radius: 0;
}
.long-img--margin-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.long-img--height-auto {
  height: auto;
}
.long-img--min-height-220 {
  min-height: 13.75rem;
}
.long-img-border {
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}
.long-img-border img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.long-img-border--height-360-220 {
  height: clamp(13.75rem, 10.9297520661rem + 11.5702479339vw, 22.5rem);
}
.long-img-border--height-340-220 {
  height: clamp(13.75rem, 11.3326446281rem + 9.9173553719vw, 21.25rem);
}
.long-img-border--height-420-210 {
  height: clamp(13.125rem, 8.8946280992rem + 17.3553719008vw, 26.25rem);
}
.long-img-border--width-118-62 {
  width: clamp(3.875rem, 2.7469008264rem + 4.6280991736vw, 7.375rem);
}
.long-img-two {
  display: flex;
  gap: 1.5rem;
}
.long-img-two > * {
  width: calc(50% - 0.75rem);
}
.long-img-two img {
  border-radius: var(--border-radius-16);
}
.long-block-color {
  padding: 3rem;
  border-radius: var(--border-radius-16);
  background-color: var(--Background-Body);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.long-block-color--align-start {
  align-items: start;
}
.long-block-color--padding-32-24 {
  padding: clamp(1.5rem, 1.3388429752rem + 0.6611570248vw, 2rem);
}
.long-block-color--padding-32-16 {
  padding: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem) clamp(1rem, 0.6776859504rem + 1.3223140496vw, 2rem);
}
.long-block-color--gap-48-24 {
  gap: clamp(1.5rem, 1.0165289256rem + 1.9834710744vw, 3rem);
}
.long-block-color--gap-16-8 {
  gap: clamp(0.5rem, 0.3388429752rem + 0.6611570248vw, 1rem);
}
.long-block-color--gap-16 {
  gap: 1rem;
}
.long-block-color--column {
  flex-direction: column;
}
.long-block-color--column img {
  max-width: 100%;
}
@media (width <= 47.99875rem) {
  .long-block-color--phone-column {
    flex-direction: column !important;
  }
}
@media (width <= 47.99875rem) {
  .long-block-color--phone-transparent {
    background: transparent;
    padding: 0 !important;
  }
}
.long-block-color__text {
  max-width: 37.5rem;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
}
.long-block-color__img {
  width: 12.5625rem;
  height: 12.4375rem;
  object-fit: cover;
}
.long-block-color--padding-40 {
  padding: 2.5rem;
}
.long-block-grey {
  background: var(--Background-Body);
  border-radius: 1rem;
  padding: clamp(1.5rem, 1.3388429752rem + 0.6611570248vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 1.3388429752rem + 0.6611570248vw, 2rem);
}
.long-author-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
.long-author-wrapper--gap-24 {
  gap: 1.5rem;
}
.long-author {
  background: var(--Gradient-Brown-right);
  border-radius: var(--border-radius-16);
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--Text-White);
}
.long-author__img {
  flex-shrink: 0;
  width: 18.5rem;
}
.long-author__text {
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.long-author-sign {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.long-author-sign--inline {
  flex-direction: row;
  gap: 0.5rem;
}
@media (width <= 47.99875rem) {
  .long-author-sign--inline {
    flex-direction: column;
  }
}
.long-author-sign--margin-18-64 {
  margin: 1.125rem 0 clamp(0rem, -0.6446280992rem + 2.6446280992vw, 2rem) 0;
}
.long-author-sign--margin-8-0 {
  margin: 0.5rem 0 0 0;
}
.long-author-sign--margin-18-16 {
  margin: 1.125rem 0 clamp(0.5rem, 0.3388429752rem + 0.6611570248vw, 1rem) 0;
}
.long-author-sign__name {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.long-author-sign__name > a {
  color: var(--Text-Black);
}
.long-author-sign__name > span {
  color: var(--Text-Grey);
  opacity: 0.5;
}
.long-author-sign__description {
  opacity: 0.4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: var(--Text-Grey);
}
.long-author-sign--center .long-author-sign {
  text-align: center;
}
.long-author-small {
  padding: 3rem;
  border-radius: var(--border-radius-16);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.long-author-small__img {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
}
.long-author-small__text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.long-author-small__line {
  position: relative;
  width: 5.5625rem;
  height: 0.125rem;
}
.long-author-small__line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.125rem;
  background-color: var(--background-orange);
}
.long-author-small--horizon {
  flex-direction: row;
}
.long-author-small--center {
  align-items: center;
}
.long-author-small--gap-64 {
  gap: 4rem;
}
.long-picture {
  padding: 3rem;
  border-radius: var(--border-radius-16);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.long-picture__frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}
.long-picture__frame-img {
  max-width: 100%;
}
.long-picture__frame-name {
  opacity: 0.7;
  font-size: 1rem;
  line-height: 155%;
  color: var(--Text-Black-00);
}
.long-picture__text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.long-ballet {
  padding: 3rem;
  border-radius: var(--border-radius-16);
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.long-ballet__text {
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--Text-White);
}
.long-ballet__text .long-title {
  font-weight: 600;
  line-height: 125%;
  color: var(--Text-White);
}
.long-banner {
  position: relative;
  margin-left: -4.4375rem;
  width: calc(100% + 4.4375rem * 2);
  border-radius: var(--border-radius-16);
  overflow: hidden;
  display: flex;
}
.long-banner--min-hight-585 {
  min-height: 36.5625rem;
}
.long-banner--min-hight-670 {
  min-height: 41.875rem;
}
.long-banner--min-hight-545 {
  min-height: 36.5625rem;
}
.long-banner__img {
  width: 100%;
}
.long-banner__content {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3rem 5.9375rem;
  background: var(--Gradient-Blue-Banner);
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 1.5rem;
}
.long-banner__content > * {
  color: var(--Text-White);
}
.long-banner__content--dark {
  background: var(--Gradient-Dark-top);
}
.long-banner--width {
  margin-left: -5.9375rem;
  width: calc(100% + 5.9375rem * 2);
}
.long-banner--big-width {
  margin-left: -8.9375rem;
  width: calc(100% + 8.9375rem * 2);
  border-radius: var(--border-radius-16);
}
.long-banner--margin-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.long-banner--full-gradient .long-banner__content {
  background: var(--Gradient-Blue-Banner-full);
}
.long-banner--no-gradient .long-banner__content {
  background: none;
}
.long-banner--phone-small .long-banner__content {
  gap: 1rem;
}
.long-banner--phone-small .long-banner__content .long-title {
  font-size: 1.25rem;
  line-height: 145%;
}
.long-slider-2 {
  overflow: hidden;
  position: relative;
}
.long-slider-2 .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.long-slider-2__item {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.long-slider-2__img {
  border-radius: var(--border-radius-16);
}
.long-img-width {
  margin-left: -3rem;
  width: calc(100% + 3rem * 2);
  border-radius: var(--border-radius-16);
}
.long-img-width--ver-top-48 {
  margin-top: calc(-2.9375rem - 1px);
}
.long-fairy-tales {
  position: relative;
}
.long-fairy-tales--pt-24 {
  padding-top: clamp(0rem, -0.4834710744rem + 1.9834710744vw, 1.5rem);
}
.long-fairy-tales__item {
  width: 100%;
  padding: 3rem;
  background-color: var(--Background-Body);
  border-radius: var(--border-radius-16);
  display: flex;
  align-items: center;
  gap: 2rem;
}
.long-fairy-tales__item-text {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.1776859504rem + 1.3223140496vw, 1.5rem);
}
.long-fairy-tales__item-text--gap-16 {
  gap: clamp(1.5rem, 1.6611570248rem + -0.6611570248vw, 1rem);
}
.long-fairy-tales__item-img {
  flex-shrink: 0;
  max-width: 100%;
  border-radius: var(--border-radius-16);
}
.long-fairy-tales__item-img--width-100 {
  width: 100%;
  max-height: 36.5625rem;
}
.long-fairy-tales__item--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.long-fairy-tales__item--center-32-16 {
  gap: clamp(1rem, 0.6776859504rem + 1.3223140496vw, 2rem);
}
.long-fairy-tales__item--center .long-text-bold {
  text-align: center;
}
.long-fairy-tales__item--center .long-fairy-tales__item-text {
  gap: 1rem;
}
.long-fairy-tales__item--text-left .long-text-bold {
  text-align: left;
}
.long-fairy-tales__item--width-100 {
  padding: 0;
  background-color: none;
}
.long-fairy-tales__item--width-100 .long-fairy-tales__item-img {
  width: 100%;
}
.long-fairy-tales__item--width-100 > img {
  width: 100%;
}
.long-fairy-tales__item--cloth {
  padding: 1rem;
  display: flex;
  justify-content: center;
}
.long-fairy-tales--column .long-fairy-tales__item {
  flex-direction: column;
}
.long-fairy-tales__count {
  width: 2.625rem;
  height: 2.625rem;
  flex-shrink: 0;
  border: 1px solid var(--Text-Grey);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 145%;
}
.long-fairy-tales__count--centered {
  margin: 0 auto;
}
@media (width <= 90.06125rem) {
  .long-fairy-tales__count--42-36 {
    width: clamp(2rem, 1.7179752066rem + 1.1570247934vw, 2.875rem);
    height: clamp(2rem, 1.7179752066rem + 1.1570247934vw, 2.875rem);
  }
}
.long-fairy-tales--no-fon .long-fairy-tales__item {
  padding: 1rem;
  background: none;
}
.long-color-short {
  padding: 3rem;
  border-radius: var(--border-radius-16);
  background-color: var(--Background-Blue);
  display: flex;
  gap: 3rem;
  color: var(--Text-White);
}
.long-color-short h1,
.long-color-short h2,
.long-color-short h3,
.long-color-short h4,
.long-color-short h5 {
  color: var(--Text-White);
}
.long-color-short__text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.long-color-short--54 .long-color-short__text {
  flex-shrink: 0;
  width: 54%;
}
.long-proverbs {
  position: relative;
  padding-top: 1.5rem;
}
.long-proverbs__item {
  position: relative;
  padding: 4rem 8rem;
  border-radius: var(--border-radius-16);
  background-color: var(--Background-fcf);
}
.long-proverbs__item::before {
  content: "";
  position: absolute;
  top: 1.75rem;
  left: 4.875rem;
  width: 2rem;
  height: 1.52625rem;
  background-image: url(../images/svg/proverbs-top.svg);
  background-size: cover;
}
.long-proverbs__item::after {
  content: "";
  position: absolute;
  right: 7rem;
  bottom: 1.75rem;
  width: 2rem;
  height: 1.52625rem;
  background-image: url(../images/svg/proverbs-bottom.svg);
  background-size: cover;
}
.long-text-bock {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.long-text-bock__img {
  flex-shrink: 0;
}
.long-box-color {
  padding: 3rem;
  border-radius: var(--border-radius-16);
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
}
.long-box-color--margin-top-16 {
  margin-top: 1rem;
}
.long-box-color--gap-32 {
  gap: 2rem;
}
.long-box-color--gap-24 {
  gap: 1.5rem;
}
.long-box-color--padding-32 {
  padding: 2rem;
}
.long-box-border {
  padding: 3rem;
  border: 2px solid;
  border-radius: var(--border-radius-16);
}
.long-box-border__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.long-box-border--padding-32 {
  padding: 1.875rem;
}
.long-box-border--padding-40 {
  padding: 2.5rem;
}
.long-box-border--flex-column {
  display: flex;
  flex-direction: column;
}
.long-box-border--gap-40 {
  gap: 2.5rem;
}
.long-box-border--gap-32 {
  gap: 2rem;
}
.long-box-border--gap-24 {
  gap: 1.5rem;
}
.long-counter-list {
  list-style: none;
  counter-reset: item;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.long-counter-list li {
  position: relative;
  counter-increment: item;
  padding-left: 2.875rem;
  font-size: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
  line-height: 145%;
}
.long-counter-list li::before {
  width: 1.875rem;
  height: 1.875rem;
  content: counter(item);
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 145%;
  color: var(--Text-White);
  background-color: var(--background-orange);
  border-radius: var(--border-radius-6);
}
.long-list-number {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  counter-reset: item;
}
.long-list-number--no-gap {
  gap: 0;
}
.long-list-number li {
  position: relative;
  counter-increment: item;
  padding-left: 1.8125rem;
}
.long-list-number li::before {
  content: counter(item) ".";
  position: absolute;
  top: 0;
  right: 100%;
  left: initial;
  transform: translateX(1rem);
  font-size: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
  font-weight: 400;
  line-height: 145%;
}
.long-list-number li {
  font-size: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
  font-weight: 400;
  line-height: 145%;
}
.long-list-number li a {
  color: var(--Text-Black);
}
.long-list-number li ul {
  margin-top: clamp(0.5rem, 0.3388429752rem + 0.6611570248vw, 1rem);
}
.long-list-number--grey li::before {
  color: var(--Text-Grey);
  opacity: 0.5;
}
.long-list-number--start-5 {
  counter-reset: item 4;
}
.long-alert {
  padding: 3rem;
  background-color: var(--Background-Blue);
  border-radius: var(--border-radius-16);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: var(--Text-White);
}
.long-alert a {
  color: var(--Text-White);
}
.long-alert__header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.long-alert__header-img {
  width: 2.625rem;
  height: 2.625rem;
}
.long-alert__header--align-start {
  align-items: start;
}
.long-alert__header--gap-24 {
  gap: 1.5rem;
}
.long-alert--width {
  margin: 0 -3rem;
}
.long-alert--orange {
  background-color: var(--background-orange);
}
.long-alert--padding-40 {
  padding: 2.5rem;
}
.long-alert .long-list-ul:not(:first-child) {
  margin-top: 1rem;
}
.long-img-center {
  margin: auto;
  max-width: 100%;
  height: auto;
}
.long-hymn {
  max-width: 31.25rem;
}
.long-list-ul {
  list-style-type: none;
  font-size: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
  font-weight: 400;
  line-height: 145%;
}
.long-list-ul li {
  position: relative;
  padding-left: 2.25rem;
}
.long-list-ul li::before {
  width: 0.375rem;
  height: 0.375rem;
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 1.0625rem;
  background-color: var(--Text-Black);
  border-radius: 50%;
}
.long-list-number .long-list-ul li::before {
  left: 0;
}
.long-list-ul--gap-4 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.long-list-ul--gap-16 {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.3388429752rem + 0.6611570248vw, 1rem);
}
.long-list-ul--white li {
  color: var(--Text-White);
}
.long-list-ul--white li::before {
  background-color: var(--Text-White);
}
.long-line {
  position: relative;
  height: 1.125rem;
}
.long-line::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--Background-Body);
}
.long-img-big {
  margin-left: -6.4375rem;
  width: calc(100% + 6.4375rem * 2);
  border-radius: var(--border-radius-24);
}
.long-img-big--margin-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.long-img-big--full {
  margin-left: -5.9375rem;
  width: calc(100% + 5.9375rem * 2);
}
.long-list-dot {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.3388429752rem + 0.6611570248vw, 1rem);
}
.long-list-dot li {
  position: relative;
  padding-left: 1.5rem;
}
.long-list-dot li::after {
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  border-radius: 50%;
  background-color: var(--background-orange);
}
.long-list-dot {
  font-size: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
  line-height: 145%;
}
.long-list-dot--gap-8 {
  gap: 0.5rem;
}
.long-list-dot--gap-24 {
  gap: 1.5rem;
}
.long-list-dot--blue li::after {
  background-color: var(--Background-Blue);
}
.long-column-two {
  display: flex;
  gap: 3rem;
}
.long-column-two > * {
  width: calc(50% - 1.5rem);
}
.long-column-two-flex-center {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.long-column-three-gap-8 {
  display: flex;
  gap: 0.5rem;
}
.long-column-three-gap-8 > * {
  width: calc(33.33% - 0.333125rem);
}
.long-column-40-60 {
  display: flex;
  gap: 1rem;
}
.long-column-40-60 > *:first-child {
  width: calc(40% - 0.5rem);
}
.long-column-40-60 > *:last-child {
  width: calc(60% - 0.5rem);
}
.long-column-51-49 {
  display: flex;
  gap: 2rem;
}
.long-column-51-49 > *:first-child {
  width: calc(54% - 1rem);
}
.long-column-51-49 > *:last-child {
  width: calc(46% - 1rem);
}
.long-column-50-50 {
  display: flex;
  gap: 1rem;
}
.long-column-50-50 > *:first-child {
  width: calc(50% - 0.5rem);
}
.long-column-50-50 > *:last-child {
  width: calc(50% - 0.5rem);
}
.long-column-65-35 {
  display: flex;
  gap: 1.5rem;
}
.long-column-65-35 > *:first-child {
  width: calc(65.36% - 0.75rem);
}
.long-column-65-35 > *:last-child {
  width: calc(34.64% - 0.75rem);
}
.long-column-65-35 .long-box-border {
  padding: 3rem;
}
.long-column-65-35 .long-block-color {
  padding: 2.75rem 3.125rem;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media (width <= 47.99875rem) {
  .long-block-color--mobile-left {
    align-items: start;
  }
}
@media (width <= 47.99875rem) {
  .long-block-color--mobile-row {
    flex-direction: row !important;
    justify-content: start;
  }
  .long-block-color--mobile-row img {
    width: 2.625rem;
    height: 2.625rem;
  }
}
.long-block-color--width-100 {
  width: 100%;
}
.long-block-color--mw-200 {
  max-width: 12.5rem;
}
@media (width <= 47.99875rem) {
  .long-block-color--mw-200 {
    max-width: none;
  }
}
.long-list-link {
  list-style-type: none;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.long-list-link a {
  text-decoration: none;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  background-color: var(--Background-Grey-e6);
  border-radius: var(--border-radius-96);
  font-size: clamp(0.875rem, 0.7541322314rem + 0.4958677686vw, 1.25rem);
  font-weight: 500;
  line-height: 145%;
  color: var(--Text-Black);
}
.long-list-link a > span {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (any-hover: hover) {
  .long-list-link a:hover {
    color: var(--Text-Orange);
  }
  .long-list-link a:hover > span svg * {
    fill: var(--Text-Orange);
  }
}
@media (any-hover: none) {
  .long-list-link a:active {
    color: var(--Text-Orange);
  }
  .long-list-link a:active > span svg * {
    fill: var(--Text-Orange);
  }
}
.long-slider-necessary {
  position: relative;
}
.long-slider-necessary__item {
  width: 100%;
  padding: clamp(1.5rem, 1.0165289256rem + 1.9834710744vw, 3rem);
  background-color: var(--Background-Grey-e6);
  border-radius: var(--border-radius-16);
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.6776859504rem + 1.3223140496vw, 2rem);
  align-items: center;
}
.long-slider-necessary__text {
  font-size: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
  line-height: 145%;
  text-align: center;
}
.long-slider-necessary__img-620 {
  max-width: 38.75rem;
  width: 100%;
}
.long-slider-necessary--img-max-100 img {
  max-width: 100%;
}
.long-start-alert {
  position: relative;
}
.long-start-alert::after {
  content: "";
  z-index: -10;
  position: absolute;
  top: 0;
  left: -5.9375rem;
  width: calc(100% + 5.9375rem * 2);
  height: 100%;
  border-radius: var(--border-radius-20);
  background-color: var(--Background-Blue);
}
.long-start-alert__content {
  padding: clamp(2rem, 1.194214876rem + 3.305785124vw, 4.5rem) 0;
  font-size: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
  line-height: 145%;
  color: var(--Text-White);
  text-align: center;
}
.long-start-alert__block-text {
  padding: 4.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: var(--Text-White);
}
.long-start-alert__block-text .long-title {
  color: var(--Text-White);
}
.long-card-link {
  display: flex;
  gap: 1.5rem;
}
.long-card-link__item {
  width: calc(50% - 0.75rem);
  padding: clamp(1.5rem, 1.3388429752rem + 0.6611570248vw, 2rem);
  background-color: var(--Background-Body);
  border-radius: var(--border-radius-16);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
}
.long-card-link__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.long-card-link__text {
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  line-height: clamp(1.55rem, 1.5056818182rem + 0.1818181818vw, 1.6875rem);
  text-align: center;
}
.long-card-link__link {
  text-decoration: none;
  padding: 1rem 2rem;
  background-color: var(--background-orange);
  border-radius: var(--border-radius-96);
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  font-weight: 500;
  line-height: 145%;
  color: var(--Text-White);
}
.long-card-link__link > span {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (any-hover: hover) {
  .long-card-link__link:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  .long-card-link__link:active {
    opacity: 0.8;
  }
}
.long-card-link--width .long-card-link__item {
  align-items: start;
  gap: clamp(1.5rem, 1.3388429752rem + 0.6611570248vw, 2rem);
}
.long-card-link--width .long-card-link__text {
  text-align: start;
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  font-weight: 400;
  line-height: clamp(1.55rem, 1.5056818182rem + 0.1818181818vw, 1.6875rem);
}
.long-card-link--width .long-card-link__link {
  width: 100%;
  justify-content: center;
}
.long-card-link--single .long-card-link__item {
  width: 100%;
  flex-direction: row;
}
.long-card-link--margin-29 {
  margin: 1.84375rem 0;
}
.long-table {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.long-table__item {
  display: flex;
  gap: clamp(0.5rem, 0.4194214876rem + 0.3305785124vw, 0.75rem);
}
.long-table__title {
  width: calc(40% - 0.375rem);
  font-size: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
  line-height: clamp(1.55rem, 1.348553719rem + 0.826446281vw, 2.175rem);
  color: var(--Text-Grey);
}
.long-table__text {
  width: calc(60% - 0.375rem);
  font-size: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
  line-height: clamp(1.55rem, 1.348553719rem + 0.826446281vw, 2.175rem);
}
.long-table-data__item {
  padding-bottom: 0.375rem;
  border-bottom: 2px solid var(--Background-Body);
  display: flex;
  gap: 0.625rem;
}
.long-table-data__item:not(:first-child) {
  margin-top: 0.5rem;
}
.long-table-data__item > *:first-child {
  width: calc(50% - 0.3125rem);
}
.long-table-data__item > *:last-child {
  width: calc(50% - 0.3125rem);
}
.long-table-data__item:not(:first-child) {
  margin-top: 1rem;
}
.long-card-grey__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.long-card-grey__wrapper-many {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 0.333125rem));
  gap: 0.5rem;
}
.long-card-grey__wrapper-many .long-card-grey__item {
  padding: clamp(1.5rem, 1.3388429752rem + 0.6611570248vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.3388429752rem + 0.6611570248vw, 1rem);
}
.long-card-grey__wrapper-many .long-card-grey__item--gap-32-16 {
  gap: clamp(1rem, 0.6776859504rem + 1.3223140496vw, 2rem);
}
.long-card-grey__wrapper-many .long-text-bold {
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  font-weight: 500;
  line-height: clamp(1.45rem, 1.333161157rem + 0.479338843vw, 1.8125rem);
}
.long-card-grey__wrapper-many .long-text {
  color: var(--Text-Grey);
}
.long-card-grey__wrapper-many--gap-16 {
  gap: 1rem;
  grid-template-columns: repeat(3, calc(33.33% - 0.66625rem));
}
.long-card-grey__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
}
.long-card-grey__header-link {
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  line-height: clamp(1.45rem, 1.3734504132rem + 0.3140495868vw, 1.6875rem);
  color: var(--Background-Blue);
}
.long-card-grey__number {
  width: 2.625rem;
  height: 2.625rem;
  background-color: var(--Background-White);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 145%;
}
.long-card-grey__item {
  padding: clamp(1.5rem, 1.0165289256rem + 1.9834710744vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.0165289256rem + 1.9834710744vw, 2rem);
  background-color: var(--Background-Body);
  border-radius: var(--border-radius-16);
}
.long-card-grey__item-content {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.3388429752rem + 0.6611570248vw, 1rem);
}
.long-card-grey__item--padding-small {
  padding: clamp(1.5rem, 1.3388429752rem + 0.6611570248vw, 2rem) clamp(1.5rem, 1.1776859504rem + 1.3223140496vw, 2.5rem);
}
.long-card-grey__title {
  font-size: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
  font-weight: 600;
  line-height: clamp(1.45rem, 1.216322314rem + 0.958677686vw, 2.175rem);
}
.long-card-grey__text {
  font-size: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
  font-weight: 400;
  line-height: clamp(1.55rem, 1.348553719rem + 0.826446281vw, 2.175rem);
}
.long-card-grey__text > a {
  color: var(--Background-Blue);
}
.long-card-grey--two {
  display: flex;
  gap: 1.5rem;
}
.long-card-grey--two > *:first-child {
  width: calc(50% - 0.75rem);
}
.long-card-grey--two > *:last-child {
  width: calc(50% - 0.75rem);
}
@media (width <= 90.06125rem) {
  .long-item::after {
    left: calc(var(--container-padding-x) * -1);
    width: calc(100% + var(--container-padding-x) * 2);
  }
  .long-banner {
    margin-left: 0;
    width: 100%;
  }
  .long-banner--width {
    margin-left: calc(var(--container-padding-x) * -1);
    width: calc(100% + var(--container-padding-x) * 2);
  }
  .long-start-alert::after {
    left: calc(var(--container-padding-x) * -1);
    width: calc(100% + var(--container-padding-x) * 2);
  }
  .long-start-alert--phone-width-100 {
    padding: 1.5rem;
  }
  .long-start-alert--phone-width-100::after {
    left: 0;
    width: 100%;
  }
}
@media (width <= 63.99875rem) {
  .long-color__img {
    height: 59vw;
  }
  .long-color--50 {
    flex-direction: column;
  }
  .long-color--50 > * {
    width: 100%;
  }
  .long-color--60 {
    flex-direction: column;
  }
  .long-color--60 > *:first-child {
    width: 100%;
  }
  .long-color--60 > *:last-child {
    width: 100%;
  }
  .long-color--auto {
    flex-direction: column;
  }
  .long-color--auto .long-color__img {
    height: 13.125rem;
  }
  .long-block-text {
    overflow: visible;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 1.3388429752rem + 0.6611570248vw, 2rem);
  }
  .long-block-text__img {
    position: static;
    height: 59vw;
    border-radius: var(--border-radius-24);
  }
  .long-block-text__text {
    position: static;
    padding: 0;
  }
  .long-block-text--height-640 .long-block-text__img {
    height: 54vw;
  }
  .long-block-color {
    padding: 1.5rem;
    flex-direction: column-reverse;
  }
  .long-block-color--column {
    flex-direction: column;
  }
  .long-block-color .long-title {
    font-size: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
  }
  .long-block-color .long-text-bold {
    font-size: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
  }
  .long-ballet {
    flex-direction: column;
  }
  .long-ballet__text {
    gap: 1.5rem;
  }
  .long-ballet__img {
    max-width: 100%;
  }
  .long-fairy-tales__item {
    flex-direction: column;
  }
  .long-color-short {
    flex-direction: column;
  }
  .long-color-short--54 .long-color-short__text {
    width: 100%;
  }
  .long-author-small--gap-64 {
    gap: 2rem;
  }
  .long-column-two-flex-center {
    flex-direction: column;
    gap: 1.5rem;
  }
  .long-column-two-flex-center > img {
    max-width: 100%;
  }
  .long-column-two--phone-gap-8 {
    gap: 0.5rem;
  }
  .long-column-three-gap-8 {
    flex-direction: column;
  }
  .long-column-three-gap-8 > * {
    width: 100%;
  }
  .long-column-40-60 {
    flex-direction: column;
  }
  .long-column-40-60 > *:first-child, .long-column-40-60 > *:last-child {
    width: 100%;
  }
  .long-column-51-49 {
    flex-direction: column;
  }
  .long-column-51-49 > *:first-child, .long-column-51-49 > *:last-child {
    width: 100%;
  }
  .long-column-50-50 {
    flex-direction: column;
    gap: 0.125rem;
  }
  .long-column-50-50 > *:first-child, .long-column-50-50 > *:last-child {
    width: 100%;
  }
  .long-column-65-35 {
    flex-direction: column;
  }
  .long-column-65-35 > *:first-child, .long-column-65-35 > *:last-child {
    width: 100%;
  }
}
@media (width <= 47.99875rem) {
  .long-item--content-bottom-72 {
    padding-bottom: 2rem;
  }
  .long-item--phone-padding-top-32 {
    padding-top: 2rem;
  }
  .long-text--small {
    line-height: 155%;
  }
  .long-text-small {
    line-height: 155%;
  }
  .long-text-bold--phone-normal-big {
    font-size: 1.25rem;
    font-weight: 500;
  }
  .long-text-bold--phone-normal-big-145 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 145%;
  }
  .long-text-bold--phone-normal-big-145.long-text-bold {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 145%;
  }
  .long-text-bold--phone-normal {
    font-size: 1rem;
    font-weight: 400;
    line-height: 155%;
  }
  .long-text-bold--phone-bold {
    font-size: 1rem;
    font-weight: 500;
    line-height: 145%;
  }
  .long-text-bold--phone-16-600 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 145%;
  }
  .long-text-bold--phone-16-600.long-block-color {
    font-size: 1rem;
    font-weight: 600;
    line-height: 145%;
  }
  .long-text-bold--phone-16-400 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 155%;
  }
}
@media (width <= 47.99875rem) and (width <= 47.99875rem) {
  .long-text-bold--phone-size-16 {
    font-size: 1rem;
  }
}
@media (width <= 47.99875rem) {
  .long-text-bold-semi--phone-height-155 {
    line-height: 155%;
  }
  .long-text-bold-semi--phone-600 {
    font-weight: 600;
  }
  .long-text-bold-semi--phone-400 {
    font-weight: 400;
  }
  .long-text-bold-semi--fsz-24-20 {
    font-size: clamp(1.25rem, 1.1694214876rem + 0.3305785124vw, 1.5rem);
  }
  .long-text-big {
    line-height: 155%;
  }
  .long-text-big--phone-weight-500 {
    font-weight: 500;
    line-height: 145%;
  }
  .long-title {
    font-weight: 600;
    line-height: 135%;
  }
  .long-title--phone-24 {
    font-size: 1.5rem;
  }
  .long-title--phone-20 {
    font-size: 1.25rem;
    line-height: 145%;
  }
  .long-item--phone-none::after {
    display: none;
  }
  .long-links {
    padding: 1.5rem 0;
  }
  .long-links::after {
    width: 1.625rem;
    height: 1.625rem;
    content: "";
    position: absolute;
    top: 1.375rem;
    right: 0.25rem;
    background-image: url(../images/svg/tabs-next-swipe.svg);
    background-size: cover;
  }
  .long-links__title {
    line-height: 155%;
    opacity: 0.5;
  }
  .long-links__main {
    position: relative;
  }
  .long-links__main .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
  .long-links__main .swiper-slide {
    width: auto;
  }
  .long-links__main .swiper-button-prev,
  .long-links__main .swiper-button-next {
    pointer-events: none;
    bottom: 0;
    width: 4.5625rem;
    height: 2.5rem;
  }
  .long-links__main .swiper-button-prev svg,
  .long-links__main .swiper-button-next svg {
    display: none;
  }
  .long-links__main .swiper-button-prev,
  .long-links__main .swiper-button-next {
    transition: var(--transition);
  }
  .long-links__main .swiper-button-prev.swiper-button-disabled,
  .long-links__main .swiper-button-next.swiper-button-disabled {
    opacity: 0;
  }
  .long-links__main .swiper-button-prev {
    left: calc(var(--container-padding-x) * -1);
    background: var(--Gradient-Grey-left);
  }
  .long-links__main .swiper-button-next {
    right: calc(var(--container-padding-x) * -1);
    background: var(--Gradient-Grey-right);
  }
  .long-links__item {
    flex-shrink: 0;
    font-size: 0.875rem;
    line-height: 135%;
    background-color: var(--Background-White);
  }
  .long-links .swiper-button-prev,
  .long-links .swiper-button-next {
    display: block;
  }
  .long-border {
    padding: 1.4375rem;
  }
  .long-border--gap-56 {
    gap: 1.5rem;
  }
  .long-border--phone-gap-32 {
    gap: 2rem;
  }
  .long-border--phone-gap-24 {
    gap: 1.5rem;
  }
  .long-border--phone-gap-16 {
    gap: 1rem;
  }
  .long-border .long-border__text--phone-gap-24 {
    gap: 1.5rem;
  }
  .long-video__banner-button {
    width: 5rem;
    height: 5rem;
  }
}
@media (width <= 47.99875rem) and (any-hover: hover) {
  .long-video__banner-button:hover {
    opacity: 0.8;
  }
}
@media (width <= 47.99875rem) and (any-hover: none) {
  .long-video__banner-button:active {
    opacity: 0.8;
  }
}
@media (width <= 47.99875rem) {
  .long-video--phone-margin-top-none {
    margin-top: 0;
  }
  .long-img {
    height: 59vw;
  }
  .long-img--margin-16 {
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
  }
  .long-img--height-auto {
    height: auto;
  }
  .long-img--phone-height-210 {
    min-height: 13.125rem;
  }
  .long-img--phone-width-100 {
    width: 100%;
    object-fit: cover;
    border-radius: var(--border-radius-16);
  }
  .long-block-color .long-title {
    line-height: 145%;
  }
  .long-block-color .long-text-bold {
    line-height: 155%;
  }
  .long-block-color__img {
    width: 6.375rem;
    height: 6.25rem;
  }
  .long-author {
    flex-direction: column-reverse;
    gap: 0;
  }
  .long-author__text {
    padding: 2rem 1.5rem;
  }
  .long-author .long-text-big {
    line-height: 145%;
  }
  .long-author-small {
    padding: 1.5rem;
    align-items: center;
    gap: 1.5rem;
  }
  .long-author-small__img {
    width: 10rem;
    height: 10rem;
  }
  .long-author-small__text {
    gap: 1rem;
  }
  .long-author-small__text--gap-phone-24 {
    gap: 1.5rem;
  }
  .long-author-small .long-text--small {
    font-weight: 500;
    line-height: 145%;
  }
  .long-author-small .long-text--small:last-child {
    font-weight: 400;
    line-height: 155%;
  }
  .long-author-small .long-title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 145%;
  }
  .long-author-small--horizon {
    flex-direction: column;
  }
  .long-author-small--horizon .long-text-big {
    line-height: 145%;
    font-weight: 500;
  }
  .long-author-small--center {
    gap: 2rem;
  }
  .long-author-small--center .long-text-big {
    font-weight: 400;
    line-height: 155%;
  }
  .long-picture {
    padding: 1.5rem;
  }
  .long-picture__frame-img {
    border-radius: var(--border-radius-16);
  }
  .long-picture__frame-name {
    text-align: center;
  }
  .long-ballet {
    padding: 1.5rem;
    gap: 1rem;
  }
  .long-ballet__text {
    padding: 0;
  }
  .long-ballet__text .long-title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 145%;
  }
  .long-ballet__img {
    max-width: 100%;
  }
  .long-banner {
    margin-left: 0;
    left: calc(var(--container-padding-x) * -1);
    width: calc(100% + var(--container-padding-x) * 2);
  }
  .long-banner__img {
    height: 41.25rem;
    object-fit: cover;
    object-position: top center;
  }
  .long-banner__content {
    padding: 3rem var(--container-padding-x);
  }
  .long-banner__content .long-title {
    font-size: 1.5rem;
    line-height: 135%;
  }
  .long-banner__content .long-title--20 {
    font-size: clamp(1.25rem, 0.9276859504rem + 1.3223140496vw, 2.25rem);
  }
  .long-banner__content .long-title--fw-500 {
    font-weight: 500 !important;
  }
  .long-banner--width {
    height: 32.5rem;
  }
  .long-banner--big-width {
    left: 0;
    margin: 0;
    width: 100%;
  }
  .long-banner--phone-full-color .long-banner__content {
    background: var(--Gradient-Blue-Banner-full);
  }
  .long-banner--phone-compact .long-banner__content {
    padding: 2rem var(--container-padding-x);
    gap: 0.5rem;
  }
  .long-banner--phone-compact .long-banner__img {
    min-height: 36.5rem;
    height: auto;
  }
  .long-banner--phone-compact .long-title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 145%;
  }
  .long-banner--phone-micro {
    height: auto !important;
  }
  .long-banner--phone-micro .long-banner__img {
    height: 18.75rem;
  }
  .long-banner--phone-micro .long-title {
    font-size: 1.25rem !important;
    line-height: 145% !important;
  }
  .long-banner--phone-width-content {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .long-banner--phone-width-content .long-banner__content {
    padding: 2rem 1.5rem;
    gap: 1rem;
  }
  .long-banner--phone-min-height-210 .long-banner__img {
    height: auto;
    min-height: 13.125rem;
  }
  .long-slider-2__item {
    gap: 1.5rem;
  }
  .long-slider-2__img {
    height: 51.5vw;
    object-fit: cover;
    object-position: top center;
  }
  .long-img-width {
    margin-left: 0;
    width: 100%;
  }
  .long-img-width--ver-top-48 {
    margin-top: 0;
  }
  .long-img-width--phone-min-height-210 {
    min-height: 13.125rem;
    object-fit: cover;
  }
  .long-img-width--phone-min-height-220 {
    min-height: 13.75rem;
    object-fit: cover;
  }
  .long-fairy-tales {
    position: relative;
  }
  .long-fairy-tales__item {
    padding: 1.5rem;
  }
  .long-fairy-tales__item-text--phone-gap-24 {
    gap: 1.5rem;
  }
  .long-fairy-tales__item-img {
    max-height: 37.5rem;
    width: 100%;
    object-fit: cover;
  }
  .long-fairy-tales__item-img--phone-height-210 {
    height: 13.125rem;
  }
  .long-fairy-tales__item-img--phone-height-200 {
    height: 12.5rem;
  }
  .long-fairy-tales__item--phone-padding-hor-15 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .long-fairy-tales__item--phone-padding-8 {
    margin-top: 1rem;
    padding: 0.5rem;
  }
  .long-fairy-tales__item--width-100 {
    padding: 0;
  }
  .long-fairy-tales__item--cloth {
    padding: 0;
  }
  .long-fairy-tales__item--cloth img {
    width: 100%;
  }
  .long-fairy-tales--phone-none {
    display: none;
  }
  .long-color-short {
    padding: 1.5rem;
    gap: 1rem;
  }
  .long-color-short__title .long-title {
    font-size: 1.5rem;
    line-height: 145%;
  }
  .long-color-short__text {
    gap: 1rem;
  }
  .long-color-short__text .long-text {
    font-weight: 400;
    line-height: 155%;
  }
  .long-proverbs {
    padding-top: 0;
  }
  .long-proverbs__item {
    padding: 1.5rem 1.5rem 5.25rem 1.5rem;
  }
  .long-proverbs__item::before {
    top: 0.625rem;
    left: 0.625rem;
    width: 1rem;
    height: 0.7625rem;
  }
  .long-proverbs__item::after {
    right: 0.625rem;
    bottom: 0.625rem;
    width: 1rem;
    height: 0.7625rem;
  }
  .long-text-bock__img {
    display: none;
  }
  .long-img-two {
    display: flex;
    gap: 0.5rem;
  }
  .long-img-two > * {
    width: calc(50% - 0.25rem);
  }
  .long-img-two img {
    border-radius: var(--border-radius-16);
  }
  .long-box-color {
    padding: 1.5rem;
  }
  .long-box-color--phone-gap-16 {
    gap: 1rem;
  }
  .long-box-color--phone-padding-24 {
    padding: 1.5rem;
  }
  .long-counter-list li {
    line-height: 155%;
  }
  .long-alert {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .long-alert__header {
    flex-direction: column;
    align-items: start;
  }
  .long-alert__header-img {
    width: 2rem;
    height: 2rem;
  }
  .long-alert__header--align-start {
    align-items: start;
  }
  .long-alert--width {
    margin: 0 -1.5rem;
  }
  .long-alert .long-text {
    font-weight: 400;
    line-height: 155%;
  }
  .long-alert--phone-gap-min .long-alert__header {
    gap: 0.5rem;
  }
  .long-alert--align-start {
    align-items: start;
  }
  .long-alert--padding-40 {
    padding: 2.5rem;
  }
  .long-alert--phone-padding-24 {
    padding: 1.5rem;
  }
  .long-alert--phone-gap-16 {
    gap: 1rem;
  }
  .long-alert--phone-gap-16 .long-alert__header {
    gap: 1rem;
  }
  .long-alert--phone-gap-16 .long-alert__header .long-border__text {
    gap: 0.5rem;
  }
  .long-alert--phone-gap-16 .long-alert__header .long-border__text .long-text-bold-semi {
    font-weight: 400;
    line-height: 155%;
  }
  .long-hymn .long-text-big {
    font-size: 0.875rem;
    line-height: 135%;
  }
  .long-list-ul {
    line-height: 155%;
  }
  .long-list-ul li {
    padding-left: 1.5625rem;
  }
  .long-list-ul li::before {
    width: 0.25rem;
    height: 0.25rem;
    top: 0.625rem;
    left: 0.625rem;
  }
  .long-list-dot {
    line-height: 155%;
  }
  .long-list-dot--phone-gap-8 {
    gap: 0.5rem;
  }
  .long-column-two {
    flex-direction: column;
  }
  .long-column-two > * {
    width: 100%;
  }
  .long-column-two-phone-gap-8 {
    flex-direction: column;
    gap: clamp(0.5rem, 0.3388429752rem + 0.6611570248vw, 1rem);
  }
  .long-column-two-phone-gap-8 > * {
    width: 100%;
  }
  .long-column-65-35 .long-box-border {
    padding: 1.5rem;
  }
  .long-column-65-35 .long-block-color {
    padding: 2rem;
  }
  .long-column-65-35 .long-block-color .long-text-small {
    font-size: 1.25rem;
    line-height: 135%;
  }
  .long-block--phone-gap-16 {
    gap: 1rem;
  }
  .long-block--phone-gap-24 {
    gap: 1.5rem;
  }
  .long-block--phone-padding-top-32 {
    padding-top: 2rem;
  }
  .long-box-border {
    display: flex;
    flex-direction: column;
    padding: 1.375rem;
  }
  .long-box-border--phone-gap-16 {
    gap: 1rem;
  }
  .long-box-border--phone-gap-16 .long-alert__header {
    gap: 1rem;
  }
  .long-box-border--phone-padding-24 {
    padding: 1.5rem;
  }
  .long-list-link a {
    font-weight: 400;
    line-height: 135%;
  }
  .long-list-link a > span svg {
    width: 0.875rem;
    height: 0.875rem;
  }
  .long-list-link a {
    border-radius: var(--border-radius-16);
  }
  .long-list-number li {
    padding-left: 1.375rem;
  }
  .long-list-number li::before {
    font-weight: 500;
    line-height: 145%;
  }
  .long-list-number li {
    font-weight: 400;
    line-height: 155%;
  }
  .long-list-number--phone-gap-2 {
    gap: 0.125rem;
  }
  .long-img-big {
    margin: 0;
    width: 100%;
  }
  .long-img-big--phone-min-height-220 {
    min-height: 13.75rem;
    object-fit: cover;
  }
  .long-card-grey__wrapper {
    gap: 0.5rem;
  }
  .long-card-grey__wrapper-many {
    grid-template-columns: 100%;
    gap: 0.5rem;
  }
  .long-card-grey__wrapper-many .long-card-grey__item {
    width: 100%;
  }
  .long-card-grey__wrapper-many .long-card-grey__item--gap-32-16 {
    gap: clamp(1rem, 0.6776859504rem + 1.3223140496vw, 2rem);
  }
  .long-card-grey__wrapper-many .long-card-grey__wrapper-many__item--phone-gap-16 {
    gap: 1rem;
  }
  .long-card-grey__wrapper--phone-gap-16 {
    gap: 1rem;
  }
  .long-card-grey__header-link {
    font-weight: 500;
  }
  .long-card-grey__header--phone-column {
    flex-direction: column;
    align-items: start;
  }
  .long-card-grey--two {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .long-card-grey--two > *:first-child, .long-card-grey--two > *:last-child {
    width: 100%;
  }
  .long-card-grey__item--phone-gap-24 {
    gap: 1.5rem;
  }
  .long-start-alert__content {
    text-align: start;
    line-height: 155%;
  }
  .long-start-alert--phone-width-100 .long-start-alert__block-text {
    padding: 0;
    gap: 1rem;
  }
  .long-start-alert--phone-width-100 .long-title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 145%;
  }
  .long-start-alert--phone-width-100 .long-text-big {
    font-size: 1rem;
    font-weight: 400;
    line-height: 155%;
  }
  .long-card-link {
    flex-direction: column;
    gap: 0.5rem;
  }
  .long-card-link__item {
    width: 100%;
    align-items: start;
  }
  .long-card-link__text {
    text-align: start;
  }
  .long-card-link__link {
    width: 100%;
    justify-content: center;
  }
  .long-card-link--width .long-text-bold-semi {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 145%;
  }
  .long-card-link--single .long-card-link__item {
    flex-direction: column;
    gap: 1.5rem;
  }
  .long-card-link--single .long-card-link__text {
    font-weight: 500;
    line-height: 145%;
  }
  .long-card-link--margin-29 {
    margin: 0;
  }
  .long-table {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .long-table__item {
    flex-direction: column;
  }
  .long-table__title, .long-table__text {
    width: 100%;
  }
  .long-table-data__item {
    flex-direction: column;
    gap: 0.25rem;
  }
  .long-table-data__item > *:first-child, .long-table-data__item > *:last-child {
    width: 100%;
  }
  .long-table-data__item:not(:first-child) {
    margin-top: 1rem;
  }
  .long-table-data__item .long-text-bold {
    font-size: 1rem;
    font-weight: 600;
    line-height: 145%;
  }
  .long-table-data__item .long-text-big {
    font-size: 1rem;
    font-weight: 400;
    line-height: 155%;
  }
}
.long-img-border {
  border-radius: 1rem;
  overflow: hidden;
}
.long-img-border--minw-420-254 {
  min-width: 26.25rem;
  width: 100%;
}
@media (width <= 47.99875rem) {
  .long-img-border--minw-420-254 {
    min-width: 15.875rem;
  }
}
@media (width <= 47.99875rem) {
  .long-img-border--mh-210 {
    max-height: 13.125rem;
  }
}
.long-img-border--height-479-210 {
  height: clamp(13.125rem, 7.7060950413rem + 22.2314049587vw, 29.9375rem);
}
.long-img-border--height-620-210 {
  height: clamp(13.125rem, 4.8657024793rem + 33.8842975207vw, 38.75rem);
}
.long-img-border--height-620-200 {
  height: clamp(12.5rem, 4.0392561983rem + 34.7107438017vw, 38.75rem);
}
.long-img-border--height-600-220 {
  height: clamp(13.75rem, 6.0950413223rem + 31.4049586777vw, 37.5rem);
}
.long-img-border--height-620-220 {
  height: clamp(13.75rem, 5.6921487603rem + 33.0578512397vw, 38.75rem);
}
.long-img-border--height-269-210 {
  height: clamp(13.125rem, 11.9364669421rem + 4.8760330579vw, 16.8125rem);
}
.long-img-border--height-540-220 {
  height: clamp(13.75rem, 7.3037190083rem + 26.4462809917vw, 33.75rem);
}
.long-img-border--height-327-200 {
  height: clamp(12.5rem, 9.9416322314rem + 10.4958677686vw, 20.4375rem);
}
.long-img-border--height-490-200 {
  height: clamp(12.5rem, 6.6580578512rem + 23.9669421488vw, 30.625rem);
}
.long-img-border--minw-430-260 {
  min-width: clamp(16.25rem, 12.8254132231rem + 14.0495867769vw, 26.875rem);
}
@media (width <= 47.99875rem) {
  .long-img-border--minw-430-260 {
    min-width: 15.625rem;
  }
}
.long-img-border img {
  max-width: 100%;
}
.long-img-border--absolute {
  position: relative;
}
.long-img-border--absolute img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.long-img-and-description {
  padding-top: 0;
  margin-top: clamp(0rem, -0.3223140496rem + 1.3223140496vw, 1rem);
  position: relative;
  z-index: 1;
}
.long-img-and-description__description {
  padding: clamp(0rem, -0.6446280992rem + 2.6446280992vw, 2rem);
  width: calc(100% - 1rem);
  position: absolute;
  top: 0.5rem;
  left: clamp(0rem, -0.1611570248rem + 0.6611570248vw, 0.5rem);
  background: #fff;
  border-radius: 1rem;
}
.long-img-and-description__description-text {
  font-weight: 400;
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  line-height: 135%;
}
.long-img-and-description__img {
  position: relative;
}
.long-img-and-description__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.long-img-and-description__img--height-700 {
  height: 43.75rem;
}
.long-img-and-description__description--bottom {
  top: initial;
  bottom: 0.5rem;
}
@media (width <= 47.99875rem) {
  .long-img-and-description__description {
    position: static;
    padding: 0;
    width: auto;
    margin-top: 2rem;
  }
}
@media (width <= 47.99875rem) {
  .long-img-and-description--phone-inside .long-img-and-description__description {
    position: absolute;
    padding: 1.5rem;
    width: calc(100% - 1rem);
    margin-top: 2rem;
    margin-top: 0;
  }
  .long-img-and-description--phone-inside .long-img-and-description__description--bottom {
    top: 0.5rem;
    bottom: initial;
  }
}
.long-attention-block {
  background: #e1401c;
  border-radius: 1rem;
  padding: clamp(1.5rem, 1.1776859504rem + 1.3223140496vw, 2.5rem);
  display: flex;
  align-items: center;
}
.long-attention-block--mw-440 {
  max-width: 27.5rem;
}
@media (width <= 47.99875rem) {
  .long-attention-block--mw-440 {
    max-width: none;
  }
}
.long-attention-block--column {
  flex-direction: column;
  align-items: start;
}
.long-attention-block__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.long-attention-block__top {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.long-attention-block__top img {
  width: 2.625rem;
  height: 2.625rem;
  min-width: 2.625rem;
  min-height: 2.625rem;
  margin-right: 1rem;
}
.long-attention-block__top-text {
  font-weight: 600;
  font-size: clamp(1.25rem, 1.1694214876rem + 0.3305785124vw, 1.5rem);
  line-height: 145%;
  color: #fff;
}
.long-attention-block__list {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 0.625rem;
}
.long-attention-block__list-item {
  font-weight: 500;
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  line-height: 145%;
  color: #fff;
  margin-bottom: clamp(0rem, -0.201446281rem + 0.826446281vw, 0.625rem);
}
.long-attention-block__mark {
  width: 2.625rem;
  height: 2.625rem;
  min-width: 2.625rem;
  min-height: 2.625rem;
  margin-right: 1.5rem;
}
.long-attention-block__mark img {
  width: 100%;
}
.long-attention-block__text {
  font-weight: 400;
  font-size: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
  line-height: 145%;
  color: #fff;
}
@media (width <= 47.99875rem) {
  .long-attention-block__text {
    line-height: 155%;
  }
}
@media (width <= 47.99875rem) {
  .long-attention-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .long-attention-block__mark {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    margin-bottom: 1rem;
  }
  .long-attention-block__top img {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
  }
  .long-attention-block__list-item {
    font-weight: 400;
    line-height: 155%;
  }
}
.long-attention-block--violet {
  background: var(--Background-Blue);
}
.long-attention-block--violet p {
  color: white;
}
.long-attention-block--violet-attention-block__text--margin {
  margin-right: clamp(0rem, -0.4834710744rem + 1.9834710744vw, 1.5rem);
}
@media (width <= 47.99875rem) {
  .long-attention-block--violet-attention-block__text {
    margin-bottom: 1rem;
  }
}
.long-attention-block--column {
  flex-direction: column;
}
.long-attention-block--column .long-attention-block__text {
  margin-top: clamp(0rem, -0.4834710744rem + 1.9834710744vw, 1.5rem);
}
.long-img--full {
  width: calc(100% + 17.75rem);
  transform: translateX(-8.875rem);
  border-radius: 1rem;
  overflow: hidden;
  height: 49.6875rem;
  min-height: 12.5rem;
}
.long-img--full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width <= 90.06125rem) {
  .long-img--full {
    width: 100%;
    transform: translateX(0);
    height: clamp(13.125rem, 1.340392562rem + 48.347107438vw, 49.6875rem);
  }
}
.long-img--full-690 {
  width: calc(100% + 17.75rem);
  transform: translateX(-8.875rem);
  border-radius: 1rem;
  overflow: hidden;
  height: 43.125rem;
  min-height: 13.125rem;
}
.long-img--full-690 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width <= 90.06125rem) {
  .long-img--full-690 {
    width: 100%;
    transform: translateX(0);
    height: clamp(13.125rem, 3.4555785124rem + 39.6694214876vw, 43.125rem);
  }
}
.long-img--full-690-220 {
  min-height: 13.75rem;
}
@media (width <= 90.06125rem) {
  .long-img--full-690-220 {
    width: 100%;
    transform: translateX(0);
    height: clamp(13.75rem, 4.2820247934rem + 38.8429752066vw, 43.125rem);
  }
}
.long-img--height-600-200 {
  height: 37.5rem;
}
@media (width <= 90.06125rem) {
  .long-img--height-600-200 {
    height: clamp(12.5rem, 4.4421487603rem + 33.0578512397vw, 37.5rem);
  }
}
.long-flex-box {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 1.1776859504rem + 1.3223140496vw, 2.5rem);
}
.long-flex-box--start {
  align-items: start;
}
.long-flex-box--padding-24-0 {
  padding: 1.5rem 0;
}
@media (width <= 47.99875rem) {
  .long-flex-box--padding-24-0 {
    padding: 0;
  }
}
.long-flex-box--padding-16-0 {
  padding: 1rem 0;
}
@media (width <= 47.99875rem) {
  .long-flex-box--padding-16-0 {
    padding: 0;
  }
}
.long-flex-box--padding-8-0 {
  padding: 0.5rem 0;
}
@media (width <= 47.99875rem) {
  .long-flex-box--padding-8-0 {
    padding: 0;
  }
}
.long-flex-box--row {
  flex-direction: row !important;
}
.long-flex-box--padding-24-8 {
  padding: 1.5rem 0;
}
@media (width <= 47.99875rem) {
  .long-flex-box--padding-24-8 {
    padding: 0.5rem 0;
  }
}
.long-flex-box--pc-item-20 > * {
  flex-shrink: 0;
  width: calc(20% - clamp(0.25rem, 0.0082644628rem + 0.9917355372vw, 1rem));
  height: 100%;
}
@media (width <= 47.99875rem) {
  .long-flex-box--pc-item-20 > * {
    width: 100%;
  }
}
.long-flex-box--wrap {
  flex-wrap: wrap;
}
.long-flex-box--big {
  gap: clamp(1.5rem, 1.3388429752rem + 0.6611570248vw, 2rem);
}
.long-flex-box--24 {
  gap: 1.5rem;
}
.long-flex-box--24-8 {
  gap: clamp(0.5rem, 0.1776859504rem + 1.3223140496vw, 1.5rem);
}
.long-flex-box--8 {
  gap: 0.5rem;
}
.long-flex-box--16-4 {
  gap: clamp(0.25rem, 0.0082644628rem + 0.9917355372vw, 1rem);
}
.long-flex-box--16 {
  gap: 1rem;
}
@media (width <= 47.99875rem) {
  .long-flex-box {
    flex-direction: column;
    align-items: start;
  }
}
@media (width <= 47.99875rem) {
  .long-flex-box--phone-reverse {
    flex-direction: column-reverse;
  }
}
.long-flex-box__text {
  max-width: 36.125rem;
}
.long-flex-box__text--702 {
  max-width: 43.875rem;
}
.long-flex-box__text--592 {
  max-width: 37rem;
}
.long-flex-box__text--494 {
  max-width: 30.875rem;
}
.long-flex-box__img-description {
  max-width: 22.5rem;
  min-width: 15rem;
}
.long-flex-box__img-description--mw-none {
  max-width: none;
  width: 100%;
}
.long-flex-box__img-description img {
  max-width: 100%;
}
.long-flex-box__img-description-text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 135%;
  color: #4d4d4d;
  margin-top: 0.5rem;
}
.long-flex-box__img-description-text span {
  color: var(--Text-Black);
}
.long-flex-box--equal {
  gap: clamp(1.5rem, 1.3388429752rem + 0.6611570248vw, 2rem);
}
.long-flex-box--equal .long-flex-box__img-description {
  flex: 1;
  max-width: none;
}
@media (width <= 47.99875rem) {
  .long-flex-box--equal .long-flex-box__img-description--phone-absolute {
    position: relative;
    min-height: 13.125rem;
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
  }
  .long-flex-box--equal .long-flex-box__img-description--phone-absolute img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.long-flex-box--equal .long-flex-box__text {
  flex: 1;
  max-width: none;
}
.long-flex-box--stretch {
  align-items: stretch;
}
@media (width <= 47.99875rem) {
  .long-flex-box--stretch-phone {
    align-items: stretch;
  }
}
.long-flex-box__item--orange {
  border: 2px solid #e1401c;
  padding: 1.5rem 1rem;
  text-align: center;
  border-radius: 1rem;
}
@media (width <= 47.99875rem) {
  .long-flex-box__item--orange {
    padding: 1rem 1.5rem;
    text-align: left;
  }
}
.long-circles {
  margin-top: 1.5rem;
  display: flex;
}
.long-circle {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.5rem, 2.0568181818rem + 1.8181818182vw, 3.875rem);
  height: clamp(2.5rem, 2.0568181818rem + 1.8181818182vw, 3.875rem);
  min-width: clamp(2.5rem, 2.0568181818rem + 1.8181818182vw, 3.875rem);
  min-height: clamp(2.5rem, 2.0568181818rem + 1.8181818182vw, 3.875rem);
  margin-right: clamp(0.25rem, 0.1694214876rem + 0.3305785124vw, 0.5rem);
  color: var(--Text-Black);
  font-size: clamp(0.75rem, 0.5888429752rem + 0.6611570248vw, 1.25rem);
  font-weight: 600;
  line-height: 145%;
}
.long-circle:last-child {
  margin-right: 0;
}
.long-circle--white {
  background: var(--white);
}
@media (width <= 47.99875rem) {
  .long-text-bold--fw-500 {
    font-weight: 500;
  }
}
.long-text-bold--mb-16-0 {
  margin-bottom: clamp(0rem, -0.3223140496rem + 1.3223140496vw, 1rem);
}
.long-slider-skiing__slide {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 1.3388429752rem + 0.6611570248vw, 2rem);
}
.long-slider-skiing__slide-text {
  max-width: 31.625rem;
}
.long-slider-skiing__slide-text-top {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.long-slider-skiing__slide-text-top .number {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #020202;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 145%;
}
.long-slider-skiing__slide-text-bottom {
  margin-top: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
}
.long-slider-skiing__slide-img-description .description {
  color: rgba(77, 77, 77, 0.5);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 135%;
}
.long-slider-skiing__slide-img-description .description span {
  color: var(--Text-Black);
}
@media (width <= 47.99875rem) {
  .long-slider-skiing__slide {
    flex-direction: column;
    align-items: start;
  }
}
.long-img-full {
  transform: translateX(-5.9375rem);
  margin-top: clamp(0rem, -0.6446280992rem + 2.6446280992vw, 2rem);
  width: calc(100% + 11.875rem);
  overflow: hidden;
  border-radius: 16px;
  min-height: 13.125rem;
}
.long-img-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.long-img-full--no-margin {
  margin-top: 0;
}
@media (width <= 90.06125rem) {
  .long-img-full {
    transform: translateX(0);
    width: 100%;
  }
}
.long-img-full--absolute {
  position: relative;
}
.long-img-full--absolute img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.long-img-full--height-690 {
  height: clamp(13.75rem, 4.2820247934rem + 38.8429752066vw, 43.125rem);
}
.long-img-full--height-640 {
  height: clamp(13.75rem, 5.2892561983rem + 34.7107438017vw, 40rem);
}
.long-img-full--height-690-210 {
  height: clamp(13.125rem, 3.4555785124rem + 39.6694214876vw, 43.125rem);
}
.long-img-full--height-720-220 {
  height: clamp(13.75rem, 3.6776859504rem + 41.3223140496vw, 45rem);
}
.long-grid {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
@media (width <= 47.99875rem) {
  .long-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.long-grid--cols-2 {
  grid-template-columns: 1fr 1fr;
}
@media (width <= 30.06125rem) {
  .long-grid {
    grid-template-columns: 1fr;
  }
}
.long-grid--gap-16-8 {
  grid-gap: clamp(0.5rem, 0.3388429752rem + 0.6611570248vw, 1rem);
}
.long-grid__item {
  padding: 1.5rem;
  border-radius: 1rem;
  flex-direction: column;
  align-items: start;
  gap: 0;
  justify-content: start;
  background: white;
}
.long-grid__item--pad-32-16 {
  padding: clamp(1rem, 0.6776859504rem + 1.3223140496vw, 2rem) clamp(1.5rem, 1.3388429752rem + 0.6611570248vw, 2rem);
}
.long-grid__item-title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 145%;
  margin: 1rem 0 0.5rem 0;
}
.long-grid__item-title--margin-0 {
  margin: 0;
}
@media (width <= 47.99875rem) {
  .long-grid__item-title--phone-size-16 {
    font-size: 1rem;
    line-height: 155%;
  }
}
@media (width <= 47.99875rem) {
  .long-grid__item-title--phone-weight-400 {
    font-weight: 400;
  }
}
.long-grid__item-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 155%;
  color: #4d4d4d;
}
.long-grid__item-img {
  width: 100%;
  height: 10rem;
  position: relative;
}
.long-grid__item-img--190 {
  height: 11.875rem;
}
.long-grid__item-img img {
  position: absolute;
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.long-link--violet {
  color: #4e1be0 !important;
}
.long-link--white {
  color: white !important;
}
.long-link--grey {
  background: var(--Background-Body);
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
}
.long-link--grey a {
  color: var(--Text-Black);
}
.long-flex {
  display: flex;
  align-items: flex-start;
}
.long-flex img {
  max-width: 100%;
}
@media (width <= 47.99875rem) {
  .long-flex {
    flex-direction: column;
  }
}
.long-flex--row {
  flex-direction: row !important;
}
.long-flex--gap-8-24 {
  gap: clamp(1.5rem, 1.8223140496rem + -1.3223140496vw, 0.5rem);
}
.long-flex--gap-8 {
  gap: 0.5rem;
}
.long-flex--gap-32-16 {
  gap: clamp(1rem, 0.6776859504rem + 1.3223140496vw, 2rem);
}
.long-flex--gap-32-24 {
  gap: clamp(1.5rem, 1.3388429752rem + 0.6611570248vw, 2rem);
}
.long-flex--gap-24-8 {
  gap: clamp(0.5rem, 0.1776859504rem + 1.3223140496vw, 1.5rem);
}
.long-flex--gap-16 {
  gap: 1rem;
}
.long-flex--gap-16-8 {
  gap: clamp(0.5rem, 0.3388429752rem + 0.6611570248vw, 1rem);
}
.long-flex--stretch {
  align-items: stretch;
}
.long-flex--padding-32-0 {
  padding: 2rem 0;
}
@media (width <= 47.99875rem) {
  .long-flex--padding-32-0 {
    padding: 0;
  }
}
.long-flex-item {
  flex: 1;
}
.long-flex-item--yellow {
  background: #fdf8e6;
  border-radius: 1rem;
  padding: clamp(1.5rem, 1.3388429752rem + 0.6611570248vw, 2rem);
}
.long-list-circles {
  list-style-type: none;
  min-width: 20.625rem;
}
@media (width <= 47.99875rem) {
  .long-list-circles {
    min-width: auto;
  }
}
.long-list-circles__item {
  display: flex;
}
.long-list-circles__item::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  min-width: 0.75rem;
  min-height: 0.75rem;
  background: #4e1be0;
  border-radius: 50%;
  margin-right: 0.75rem;
  margin-top: 0.75rem;
}
.long-list-circles__item--mb-8-4 {
  margin-bottom: clamp(0.25rem, 0.1694214876rem + 0.3305785124vw, 0.5rem);
}
.long-list-circles__item--mb-8-4:last-child {
  margin-bottom: 0;
}
.long-list-circles__item--regular::before {
  width: 0.3125rem;
  height: 0.375rem;
  min-width: 0.3125rem;
  min-height: 0.375rem;
  background: var(--Text-Black);
  border-radius: 50%;
  margin-right: 0.75rem;
  margin-top: 0.9375rem;
}
@media (width <= 47.99875rem) {
  .long-list-circles__item--regular::before {
    margin-top: 0.625rem;
  }
}
.long-info {
  padding: clamp(0rem, -0.1611570248rem + 0.6611570248vw, 0.5rem) 0;
}
.long-info-text {
  margin-bottom: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
}
.long-info-flex {
  display: flex;
  gap: clamp(0.5rem, 0.1776859504rem + 1.3223140496vw, 1.5rem);
}
.long-info-flex__item {
  background: var(--Background-Body);
  display: flex;
  gap: clamp(0.5rem, 0.1776859504rem + 1.3223140496vw, 1.5rem);
  border-radius: 1rem;
  padding: 0.5rem 1rem;
}
@media (width <= 47.99875rem) {
  .long-info-flex__item {
    flex-direction: column;
    padding: 1rem;
  }
}
@media (width <= 47.99875rem) {
  .long-info-flex {
    flex-direction: column;
  }
}
.long-aside {
  padding-left: clamp(1rem, 0.5165289256rem + 1.9834710744vw, 2.5rem);
  border-left: 0.125rem solid #e1401c;
  max-width: 44.6875rem;
}
.long-aside__text {
  display: inline;
}
.long-aside__text span {
  font-weight: 500;
}
.long-table-wrap {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #4e1be0 #e7e6eb;
}
@media (max-width: 1210px) {
  .long-table-wrap {
    padding-bottom: 2rem;
  }
}
.long-table-inner {
  min-width: 73.125rem;
  scrollbar-width: thin;
  scrollbar-color: #4e1be0 #e7e6eb;
  width: 100%;
  padding-bottom: 32px;
  padding: 2.9375rem;
  border: 1px solid var(--Background-Body);
  border-radius: var(--border-radius-16);
}
@media (width <= 47.99875rem) {
  .long-table-inner {
    padding: 1.4375rem;
  }
}
.long-docs-table {
  border-collapse: separate;
  background: transparent;
  margin-top: -1rem;
  width: 100%;
  max-width: 100%;
  min-width: 67.125rem;
}
.long-docs-table td {
  vertical-align: top;
  white-space: normal;
  padding: 1rem;
}
.long-docs-table th {
  text-align: left;
  vertical-align: top;
  padding: 1rem;
  border-bottom: 2px solid #f6f7f9;
}
.long-docs-table .long-cell-content {
  display: block;
  max-width: 11.8125rem;
}
.long-docs-table tbody tr td {
  padding-top: 2rem;
}
.long-docs-table tbody tr td:first-child {
  padding-left: 0;
}
.long-docs-table tbody tr td:last-child {
  padding-right: 0;
}
.long-docs-table tbody tr:last-child td {
  padding-bottom: 0;
}
.long-docs-table thead tr th:first-child {
  padding-left: 0;
}
.long-docs-table thead tr th:last-child {
  padding-right: 0;
}
.long-touch {
  display: none;
}
@media (max-width: 1210px) {
  .long-touch--1210 {
    display: block;
  }
  .long-touch--1210 img {
    display: block;
    margin: 0 auto;
  }
}
.long-img-wrapper--pc-320 > img {
  margin: auto;
  max-width: 320px;
}
@media (width <= 47.99875rem) {
  .long-img-wrapper img {
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .long-img-wrapper--pc-320 {
    width: 100%;
  }
  .long-img-wrapper--pc-320 > img {
    margin: auto;
    max-width: 100%;
  }
}
.long-img-sign__wrapper {
  width: 100%;
}
.long-img--padding-16-0 {
  padding: clamp(0rem, -0.3223140496rem + 1.3223140496vw, 1rem) 0;
}
@media (width <= 47.99875rem) {
  .long-br--no-phone {
    display: none;
  }
}

.long-if .hero-next--long .hero-next__title {
  font-size: clamp(2rem, 1.3553719008rem + 2.6446280992vw, 4rem);
}
.long-if .orientation-preview .page__item-color {
  width: calc(100% + 11.875rem);
  left: -5.9375rem;
  z-index: 1;
  background: #4e1be0;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.long-if .orientation-preview__decor {
  position: absolute;
  left: -34.625rem;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}
.long-if .orientation-preview__inner {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  padding: clamp(2rem, 1.194214876rem + 3.305785124vw, 4.5rem) clamp(1.25rem, -0.2608471074rem + 6.1983471074vw, 5.9375rem);
}
.long-if .orientation-preview__inner-left {
  max-width: 26.875rem;
}
.long-if .orientation-preview__inner-left img {
  transform: translateX(-10.625rem);
}
.long-if .orientation-preview__inner-right {
  max-width: 41.125rem;
}
.long-if .orientation-preview__inner-right .paragraph {
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  line-height: 145%;
  color: #fff;
  margin-bottom: 1.5rem;
}
.long-if .orientation-preview__inner-right .paragraph:last-child {
  margin-bottom: 0;
}
@media (width <= 63.99875rem) {
  .long-if .orientation-preview__decor {
    display: none;
  }
  .long-if .orientation-preview__inner {
    flex-direction: column-reverse;
  }
  .long-if .orientation-preview__inner-left {
    max-width: none;
  }
  .long-if .orientation-preview__inner-left img {
    transform: none;
    width: 100%;
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
  }
  .long-if .orientation-preview__inner-right {
    max-width: none;
    margin-bottom: 2rem;
  }
}
@media (width <= 90.06125rem) {
  .long-if .orientation-preview .page__item-color {
    left: -1.25rem;
    width: calc(100% + 2.5rem);
  }
}
.long-if .attention-mark--62 {
  width: clamp(2rem, 1.3553719008rem + 2.6446280992vw, 4rem);
  height: clamp(2rem, 1.3553719008rem + 2.6446280992vw, 4rem);
  min-width: clamp(2rem, 1.3553719008rem + 2.6446280992vw, 4rem);
  min-height: clamp(2rem, 1.3553719008rem + 2.6446280992vw, 4rem);
}
.long-if .attention-mark--62 svg, .long-if .attention-mark--62 img {
  width: 100%;
  height: 100%;
}
.long-if .attention-mark--margin-bottom {
  margin-bottom: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
}
.long-if .long-block-color img {
  max-width: 100%;
}
.long-if .long-img--full {
  width: calc(100% + 17.75rem);
  transform: translateX(-8.875rem);
  border-radius: 1rem;
  overflow: hidden;
  height: 49.6875rem;
}
.long-if .long-img--full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width <= 90.06125rem) {
  .long-if .long-img--full {
    width: 100%;
    transform: translateX(0);
    height: clamp(13.125rem, 1.340392562rem + 48.347107438vw, 49.6875rem);
  }
}
.long-if .long-block-color--list {
  display: block;
}
.long-if .long-text--margin-top {
  margin-top: 1.5rem;
}
@media (width <= 47.99875rem) {
  .long-if .long-text--mobile-align {
    text-align: center;
  }
}
.long-if .list--dots {
  list-style-type: none;
  list-style-position: inside;
  grid-column: 2;
}
.long-if .list--dots .item-text {
  display: flex;
  align-items: flex-start;
}
.long-if .list--dots .item-text::before {
  display: block;
  content: "";
  width: clamp(0.25rem, 0.2097107438rem + 0.1652892562vw, 0.375rem);
  height: clamp(0.3125rem, 0.2722107438rem + 0.1652892562vw, 0.4375rem);
  min-width: clamp(0.25rem, 0.2097107438rem + 0.1652892562vw, 0.375rem);
  min-height: clamp(0.3125rem, 0.2722107438rem + 0.1652892562vw, 0.4375rem);
  border-radius: 50%;
  margin: clamp(0.6875rem, 0.6270661157rem + 0.2479338843vw, 0.875rem) clamp(0.625rem, 0.5242768595rem + 0.4132231405vw, 0.9375rem) 0 clamp(0.625rem, 0.5242768595rem + 0.4132231405vw, 0.9375rem);
  background-color: #020202;
}
.long-if .list--dots .item-text--white::before {
  margin-left: 0;
  background-color: #fff;
}
.long-if .long-block__list {
  list-style-type: none;
  margin-top: 2.75rem;
}
@media (width <= 47.99875rem) {
  .long-if .long-block__list--margin-top-0 {
    margin-top: 0;
  }
}
.long-if .long-block__list-item {
  display: grid;
  grid-template-columns: 2.875rem auto;
  align-items: flex-start;
  margin-bottom: 2rem;
  column-gap: 1rem;
}
@media (width <= 47.99875rem) {
  .long-if .long-block__list-item--margin-bottom-16 {
    margin-bottom: 1rem;
  }
}
@media (width <= 47.99875rem) {
  .long-if .long-block__list-item {
    column-gap: 0;
  }
}
.long-if .long-block__list-item:last-child {
  margin-bottom: 0;
}
.long-if .long-block__list-item .item-number {
  background: #e1401c;
  border-radius: 0.5rem;
  width: 2.625rem;
  height: 2.625rem;
  min-width: 2.625rem;
  min-height: 2.625rem;
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 180%;
  text-align: center;
  color: #fff;
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.long-if .long-block__list-item .item-number--small {
  border-radius: 0.375rem;
  margin-top: 0.25rem;
  width: 1.875rem;
  height: 1.875rem;
  min-width: 1.875rem;
  min-height: 1.875rem;
  font-size: 1rem;
}
.long-if .long-block__list-item .item-text span {
  display: inline;
  font-weight: 500;
}
.long-if .long-block__list-item--margin-16 {
  margin-bottom: 1rem;
}
@media (width <= 47.99875rem) {
  .long-if .long-block__list-item--mobile {
    grid-template-columns: 1fr;
  }
  .long-if .long-block__list-item--mobile .item-text {
    grid-column: 1;
  }
  .long-if .long-block__list-item--mobile .item-number {
    margin-right: 0;
    margin-top: 0;
    justify-self: center;
    margin-bottom: 0.5rem !important;
  }
  .long-if .long-block__list-item--mobile .list--dots {
    grid-column: 1;
    margin-top: 0.9375rem;
  }
}
@media (width <= 47.99875rem) {
  .long-if .long-block__list-item {
    flex-direction: column;
  }
  .long-if .long-block__list-item .item-number {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    line-height: 190%;
  }
}
@media (width <= 47.99875rem) {
  .long-if .long-block__list--margin-top {
    margin-top: 1.5rem;
  }
}
.long-if .long-banner .long-title--16 {
  font-size: clamp(1.25rem, 0.9276859504rem + 1.3223140496vw, 2.25rem);
}
.long-if .long-banner--min-hight {
  min-height: clamp(46.25rem, 46.652892562rem + -1.652892562vw, 45rem);
}
.long-if .long-banner--min-hight img {
  height: auto !important;
}
.long-if .long-block__list--small-numbers .long-block__list-item {
  column-gap: 0;
}
@media (width <= 47.99875rem) {
  .long-if .long-block__list--small-numbers .long-block__list-item {
    flex-direction: row;
    margin-bottom: 1rem;
  }
  .long-if .long-block__list--small-numbers .long-block__list-item .item-number {
    width: 1.875rem;
    height: 1.875rem;
    min-width: 1.875rem;
    min-height: 1.875rem;
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 190%;
  }
}
.long-if .attention-block {
  background: #e1401c;
  border-radius: 1rem;
  padding: clamp(1.5rem, 1.1776859504rem + 1.3223140496vw, 2.5rem);
  display: flex;
  align-items: center;
}
.long-if .attention-block__top {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.long-if .attention-block__top img {
  width: 2.625rem;
  height: 2.625rem;
  min-width: 2.625rem;
  min-height: 2.625rem;
  margin-right: 1rem;
}
.long-if .attention-block__top-text {
  font-weight: 600;
  font-size: clamp(1.25rem, 1.1694214876rem + 0.3305785124vw, 1.5rem);
  line-height: 145%;
  color: #fff;
}
.long-if .attention-block__list {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 0.625rem;
}
.long-if .attention-block__list-item {
  font-weight: 500;
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  line-height: 145%;
  color: #fff;
  margin-bottom: clamp(0rem, -0.201446281rem + 0.826446281vw, 0.625rem);
}
.long-if .attention-block__mark {
  width: 2.625rem;
  height: 2.625rem;
  min-width: 2.625rem;
  min-height: 2.625rem;
  margin-right: 1.5rem;
}
.long-if .attention-block__mark img {
  width: 100%;
}
.long-if .attention-block__text {
  font-weight: 500;
  font-size: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
  line-height: 145%;
  color: #fff;
}
@media (width <= 47.99875rem) {
  .long-if .attention-block__text {
    font-weight: 400;
  }
}
@media (width <= 47.99875rem) {
  .long-if .attention-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .long-if .attention-block__mark {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    margin-bottom: 1rem;
  }
  .long-if .attention-block__top img {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
  }
  .long-if .attention-block__list-item {
    font-weight: 400;
    line-height: 155%;
  }
}
.long-if .long-text-bold--24-20 {
  font-size: clamp(1.25rem, 1.1694214876rem + 0.3305785124vw, 1.5rem) !important;
  line-height: 145%;
}
@media (width <= 47.99875rem) {
  .long-if .long-text-bold--fw-500 {
    font-weight: 500;
  }
}
.long-if .long-text--no-scale {
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 145% !important;
}
@media (width <= 47.99875rem) {
  .long-if .long-text--margin-bottom-16 {
    margin-bottom: 1rem;
  }
}
@media (width <= 47.99875rem) {
  .long-if .long-text-bold--static {
    line-height: 145%;
    font-weight: 500;
    font-size: 1.25rem;
  }
}
@media (width <= 47.99875rem) {
  .long-if .long-title--to-24 {
    font-size: 1.5rem;
  }
}
@media (width <= 47.99875rem) {
  .long-if .long-title--fw-500 {
    font-weight: 500;
    line-height: 145%;
  }
}
.long-if .attention-block--violet {
  background: var(--Background-Blue);
}
.long-if .attention-block--violet .attention-block__text--margin {
  margin-right: clamp(0rem, -0.4834710744rem + 1.9834710744vw, 1.5rem);
}
.long-if .attention-block--violet .attention-block__text--margin a {
  color: var(--Text-White);
}
@media (width <= 47.99875rem) {
  .long-if .attention-block--violet .attention-block__text--margin {
    margin-bottom: 1rem;
  }
  .long-if .attention-block--violet .attention-block__text {
    line-height: 155%;
  }
  .long-if .attention-block--violet .attention-block__text--phone-small {
    font-weight: 400;
    line-height: 155%;
  }
}
.long-if .attention-block-2 {
  flex-direction: column;
  align-items: flex-start;
}
.long-if .long-img-full {
  transform: translateX(-5.9375rem);
  margin-top: clamp(0rem, -0.6446280992rem + 2.6446280992vw, 2rem);
  width: calc(100% + 11.875rem);
}
.long-if .long-img-full img {
  width: 100%;
}
.long-if .long-img-full--taxi {
  margin-top: 0;
}
@media (width <= 90.06125rem) {
  .long-if .long-img-full {
    transform: translateX(0);
    width: 100%;
  }
}
.long-if .long-if__before .page__item-color {
  padding: clamp(2rem, 1.8388429752rem + 0.6611570248vw, 2.5rem) 0;
}
.long-if .img-and-description {
  padding-top: 0;
  margin-top: clamp(0rem, -0.3223140496rem + 1.3223140496vw, 1rem);
  position: relative;
  z-index: 1;
}
.long-if .img-and-description img {
  width: 100%;
}
.long-if .img-and-description__description {
  padding: clamp(0rem, -0.6446280992rem + 2.6446280992vw, 2rem);
  width: calc(100% - 1rem);
  position: absolute;
  top: 8px;
  left: clamp(0rem, -0.1611570248rem + 0.6611570248vw, 0.5rem);
  background: #fff;
  border-radius: 1rem;
}
.long-if .img-and-description__description-text {
  font-weight: 400;
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  line-height: 135%;
}
@media (width <= 47.99875rem) {
  .long-if .img-and-description__description {
    position: static;
    padding: 0;
    width: auto;
    margin-top: 2rem;
  }
}
.long-if .long-text-info {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 135%;
  color: #4d4d4d;
}
.long-if .long-block-color--fact {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  justify-items: end;
  min-height: 25.6875rem;
}
.long-if .long-block-color--fact .long-block-color__left {
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 32.875rem;
  height: 100%;
}
.long-if .long-block-color--fact .long-block-color__left .long-text-bold {
  margin-bottom: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
}
@media (width <= 63.99875rem) {
  .long-if .long-block-color--fact {
    grid-template-columns: 1fr;
    justify-items: start;
    row-gap: 2rem;
  }
  .long-if .long-block-color--fact .long-block-color__left {
    margin-right: 0;
    margin-bottom: 0;
  }
  .long-if .long-block-color--fact .long-block-color__left-top {
    margin-bottom: 0.625rem;
  }
  .long-if .long-block-color--fact .long-block-color__right {
    width: 100%;
  }
  .long-if .long-block-color--fact .long-block-color__right img {
    width: 100%;
  }
}
@media (width <= 90.06125rem) {
  .long-if .swiper-button--centered {
    bottom: 50% !important;
  }
}
.long-if .long-block-tips {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: clamp(0rem, -0.4834710744rem + 1.9834710744vw, 1.5rem) 0;
}
.long-if .long-block-tips__item {
  padding: clamp(1.5rem, 1.0165289256rem + 1.9834710744vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1rem;
  min-height: 25.8125rem;
  flex: 1 1 0;
}
.long-if .long-block-tips__left {
  background: var(--Background-Body);
  margin-right: 1.25rem;
}
.long-if .long-block-tips__left .long-text--small span {
  margin-bottom: clamp(0.625rem, 0.826446281rem + -0.826446281vw, 0rem);
  display: block;
}
.long-if .long-block-tips__left .long-text--small span:last-child {
  margin-bottom: 0;
}
.long-if .long-block-tips__right {
  background: var(--Background-Blue);
}
.long-if .long-block-tips__right img {
  width: clamp(2rem, 1.3553719008rem + 2.6446280992vw, 4rem);
  height: clamp(2rem, 1.3553719008rem + 2.6446280992vw, 4rem);
  min-width: clamp(2rem, 1.3553719008rem + 2.6446280992vw, 4rem);
  min-height: clamp(2rem, 1.3553719008rem + 2.6446280992vw, 4rem);
}
.long-if .long-block-tips__right .long-text-bold {
  color: #fff;
}
@media (width <= 47.99875rem) {
  .long-if .long-block-tips {
    flex-direction: column;
  }
  .long-if .long-block-tips__left {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .long-if .long-block-tips__left .long-text--small {
    margin-bottom: 1rem;
  }
  .long-if .long-block-tips__right img {
    margin-bottom: 1rem;
  }
  .long-if .long-block-tips__right .long-text-bold {
    font-weight: 400;
    font-size: 1rem;
    line-height: 155%;
  }
  .long-if .long-block-tips__item {
    min-height: auto;
  }
}
.long-if .long-text-big a,
.long-if .attention-block__text a {
  display: inline;
  color: inherit;
}
@media (width <= 47.99875rem) {
  .long-if .long-color--mobile {
    flex-direction: column;
  }
  .long-if .long-color--mobile img {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    min-height: 4rem;
  }
}
.long-if .long-list--decimal {
  list-style-type: none;
  counter-reset: item;
}
.long-if .long-list--decimal li {
  list-style-type: none;
  counter-increment: item;
  display: flex;
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
}
.long-if .long-list--decimal li::before {
  content: counter(item) ".";
  margin-right: 0.3125rem;
}
.long-if .long-list--decimal-grey li::before {
  opacity: 0.5;
  font-size: 1rem;
  margin-top: 0.1875rem;
  margin-right: 0.5rem;
}
.long-if .long-color--no-gap {
  gap: 0;
}
.long-if .long-color__text--width-984 {
  max-width: 61.5rem;
}
.long-if .long-color__text--margin-left {
  margin-left: 2.5rem;
}
@media (width <= 47.99875rem) {
  .long-if .long-color__text--margin-left {
    margin-left: 0;
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
}
.long-if .img-wrapper--br-16 {
  overflow: hidden;
  border-radius: 1rem;
}
@media (width <= 30.06125rem) {
  .long-if .img-wrapper--min-height-240 {
    height: 15rem;
  }
  .long-if .img-wrapper--min-height-240 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.long-if .long-if-slider {
  overflow: hidden;
}
.long-if .long-if-slider .swiper-slide {
  border-radius: 1rem;
  background: var(--Background-Body);
  padding: clamp(1.5rem, 1.0165289256rem + 1.9834710744vw, 3rem) 0;
  align-items: center;
  justify-content: center;
}
.long-if .long-if-slider__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.long-if .long-if-slider__item img {
  margin-bottom: clamp(1rem, 0.6776859504rem + 1.3223140496vw, 2rem);
  max-width: 100%;
}
.long-if .long-if-slider__item .long-text--small {
  color: #4d4d4d;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  text-align: center;
}
.long-if .long-block__list--separate .long-block__list-item {
  margin-bottom: 1rem;
  align-items: center;
}
.long-if .long-block__list--separate .long-block__list-item .item-text span {
  display: block;
}
.long-if .long-block__list--separate .long-block__list-item .item-number {
  margin-top: 0;
}
.long-if .long-block__list--separate .long-text-big--separated {
  margin-bottom: clamp(1.5rem, 1.3388429752rem + 0.6611570248vw, 2rem);
}
@media (width <= 47.99875rem) {
  .long-if .long-block__list--separate .long-block__list-item {
    flex-direction: row;
  }
  .long-if .long-block__list--separate .long-block__list-item .item-number {
    margin-bottom: 0;
  }
}
.long-if .long-block__list--separate .list-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: clamp(0.5rem, 0.2582644628rem + 0.9917355372vw, 1.25rem);
  margin: 1.5rem 0 clamp(1.5rem, 1.3388429752rem + 0.6611570248vw, 2rem) 0;
}
.long-if .long-block__list--separate .list-blocks__item {
  background: #fff;
  border-radius: 1rem;
  padding: clamp(1.5rem, 1.3388429752rem + 0.6611570248vw, 2rem);
}
.long-if .long-block__list--separate .list-blocks__item-title {
  font-weight: 400;
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  line-height: 135%;
  text-align: center;
  margin-bottom: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
}
.long-if .long-block__list--separate .list-blocks__item-list {
  list-style-type: decimal;
  list-style-position: inside;
}
.long-if .long-block__list--separate .list-blocks__item-list .list-item {
  margin-bottom: 0.5rem;
}
.long-if .long-block__list--separate .list-blocks__item-list .list-item:last-child {
  margin-bottom: 0;
}
.long-if .long-block__list--separate .list-blocks__item-list .list-item__text {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.8347107438rem + 0.1652892562vw, 1rem);
  line-height: 155%;
  display: inline;
}
.long-if .long-block__list--separate .list-blocks__item-list .list-item::marker {
  display: inline;
  font-weight: 400;
  font-size: 1rem;
  line-height: 155%;
  color: #4d4d4d;
  opacity: 0.5;
}
@media (width <= 47.99875rem) {
  .long-if .long-block__list--separate .list-blocks {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .long-if .long-block__list--separate .list-blocks__item-title {
    font-weight: 500;
    line-height: 145%;
  }
  .long-if .long-block__list--separate .list-blocks__item-list .list-item__text {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.8347107438rem + 0.1652892562vw, 1rem);
    line-height: 135%;
  }
}
@media (width <= 47.99875rem) {
  .long-if .page__item-color--padding-12 {
    padding: 2rem 0.75rem !important;
  }
}
.long-if .hero-next--min-720 .hero-next__container {
  min-height: 45rem;
}
@media (width <= 47.99875rem) {
  .long-if .long-block__list-item--mobile-columns-1 {
    grid-template-columns: 1fr;
  }
}
.long-if .banner--woman .banner__img {
  width: 29.125rem;
}
@media (width <= 47.99875rem) {
  .long-if .banner--woman .banner__img {
    right: 50%;
    transform: translate(calc(50% - 20px), 10px);
  }
}
.long-if .long-block-yellow {
  background: #fcf6e0;
  border-radius: 1rem;
  padding: clamp(1.5rem, 1.0165289256rem + 1.9834710744vw, 3rem);
}
.long-if .long-block-yellow .long-border__text {
  margin-bottom: clamp(1.5rem, 1.0165289256rem + 1.9834710744vw, 3rem);
}
.long-if .long-block-yellow img {
  max-width: 100%;
}
.long-if .long-block-yellow__list {
  list-style-type: decimal;
  list-style-position: inside;
}
.long-if .long-block-yellow__title {
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  margin-bottom: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
}
.long-if .long-border > img {
  max-width: 100%;
  width: fit-content;
  margin: 0 auto;
}
.long-if .long-if-block-cars {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
}
.long-if .long-if-block-cars__item {
  padding: clamp(1.5rem, 1.1776859504rem + 1.3223140496vw, 2.5rem);
  background: var(--Background-Body);
  border-radius: 1rem;
  height: 100%;
}
.long-if .long-if-block-cars__item .img-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15rem;
  margin-bottom: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
}
.long-if .long-if-block-cars__item .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.long-if .long-if-block-cars__item-list {
  list-style-position: inside;
  list-style-type: decimal;
  margin-top: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
}
.long-if .long-if-block-cars__item-list .list-item {
  margin-bottom: clamp(0rem, -0.2820247934rem + 1.1570247934vw, 0.875rem);
}
.long-if .long-if-block-cars__item-list .list-item:last-child {
  margin-bottom: 0;
}
@media (width <= 63.99875rem) {
  .long-if .long-if-block-cars {
    grid-template-columns: 1fr;
  }
  .long-if .long-if-block-cars__item .img-wrapper {
    height: auto;
  }
}

.attention-block {
  background: #e1401c;
  border-radius: 1rem;
  padding: clamp(1.5rem, 1.1776859504rem + 1.3223140496vw, 2.5rem);
  display: flex;
  align-items: center;
}
.attention-block__top {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.attention-block__top img {
  width: 2.625rem;
  height: 2.625rem;
  min-width: 2.625rem;
  min-height: 2.625rem;
  margin-right: 1rem;
}
.attention-block__top-text {
  font-weight: 600;
  font-size: clamp(1.25rem, 1.1694214876rem + 0.3305785124vw, 1.5rem);
  line-height: 145%;
  color: #fff;
}
.attention-block__list {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 0.625rem;
}
.attention-block__list-item {
  font-weight: 500;
  font-size: clamp(1rem, 0.9194214876rem + 0.3305785124vw, 1.25rem);
  line-height: 145%;
  color: #fff;
  margin-bottom: clamp(0rem, -0.201446281rem + 0.826446281vw, 0.625rem);
}
.attention-block__mark {
  width: 2.625rem;
  height: 2.625rem;
  min-width: 2.625rem;
  min-height: 2.625rem;
  margin-right: 1.5rem;
}
.attention-block__mark img {
  width: 100%;
}
.attention-block__text {
  font-weight: 500;
  font-size: clamp(1rem, 0.8388429752rem + 0.6611570248vw, 1.5rem);
  line-height: 145%;
  color: #fff;
}
.attention-block__text > a {
  color: var(--Text-White);
}
.attention-block__text--big {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 145%;
}
@media (width <= 47.99875rem) {
  .attention-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .attention-block__mark {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    margin-bottom: 1rem;
  }
  .attention-block__top img {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
  }
  .attention-block__list-item {
    font-weight: 400;
    line-height: 155%;
  }
  .attention-block__text--phone-small {
    font-weight: 400;
    line-height: 155%;
  }
  .attention-block__text--big {
    font-size: 1rem;
    font-weight: 400;
    line-height: 155%;
  }
}

.long-block__list {
  list-style-type: none;
  margin-top: 2.75rem;
}
.long-block__list--margin-none {
  margin-top: 0;
}
.long-block__list-item {
  display: grid;
  grid-template-columns: 2.875rem auto;
  align-items: flex-start;
  margin-bottom: 2rem;
  column-gap: 1rem;
}
@media (width <= 47.99875rem) {
  .long-block__list-item {
    column-gap: 0;
  }
}
.long-block__list-item:last-child {
  margin-bottom: 0;
}
.long-block__list-item .item-number {
  background: #e1401c;
  border-radius: 0.5rem;
  width: 2.625rem;
  height: 2.625rem;
  min-width: 2.625rem;
  min-height: 2.625rem;
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 180%;
  text-align: center;
  color: #fff;
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.long-block__list-item .item-number--small {
  border-radius: 0.375rem;
  margin-top: 0.25rem;
  width: 1.875rem;
  height: 1.875rem;
  min-width: 1.875rem;
  min-height: 1.875rem;
  font-size: 1rem;
}
.long-block__list-item .item-text span {
  display: inline;
  font-weight: 500;
}
.long-block__list-item--margin-16 {
  margin-bottom: 1rem;
}
@media (width <= 47.99875rem) {
  .long-block__list-item--mobile {
    grid-template-columns: 1fr;
  }
  .long-block__list-item--mobile .item-text {
    grid-column: 1;
  }
  .long-block__list-item--mobile .item-number {
    margin-right: 0;
    margin-top: 0;
    justify-self: center;
    margin-bottom: 0.5rem !important;
  }
  .long-block__list-item--mobile .list--dots {
    grid-column: 1;
    margin-top: 0.9375rem;
  }
}
@media (width <= 47.99875rem) {
  .long-block__list-item {
    flex-direction: column;
  }
  .long-block__list-item .item-number {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    min-height: 2rem;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    line-height: 190%;
  }
}
@media (width <= 47.99875rem) {
  .long-block__list .long-block__list-item--mobile-columns-1 {
    grid-template-columns: 1fr;
  }
}

@media (width <= 47.99875rem) {
  .long-block__list--margin-top {
    margin-top: 1.5rem;
  }
}

.long-block__list.long-block__list--color-blue .long-block__list-item .item-number {
  background: var(--Background-Blue) !important;
}

@media (width <= 47.99875rem) {
  .long-block__list.long-block__list--phone-margin-small .long-block__list-item.long-block__list-item--mobile-columns-1 {
    margin-bottom: 1rem;
  }
  .long-block__list.long-block__list--phone-margin-small .long-block__list-item.long-block__list-item--mobile-columns-1 .item-number {
    margin: 0 0 0.5rem 0;
  }
}

.long-block__list.long-block__list--margin-small .long-block__list-item {
  margin-bottom: 1rem;
}

.long-main {
  margin-top: clamp(4.5rem, 4.0165289256rem + 1.9834710744vw, 6rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.long-main__item {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  background-color: var(--Background-White);
  border-radius: var(--border-radius-24);
}
.long-main__item-img {
  min-height: 13.75rem;
  width: 100%;
  border-radius: var(--border-radius-20);
}
.long-main__item-content {
  min-height: 7.75rem;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(1.5rem, 1.4597107438rem + 0.1652892562vw, 1.625rem);
}
.long-main__item-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8125rem;
}
.long-main__item-link {
  text-decoration: none;
  padding: 0.53125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: var(--border-radius-8);
  background-color: var(--Background-Body);
  font-size: 1rem;
  font-weight: 500;
  line-height: 145%;
  color: var(--Text-Grey);
}
.long-main__item-link > span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.long-main__item-link {
  transition: var(--transition);
}
@media (any-hover: hover) {
  .long-main__item-link:hover {
    color: var(--Text-Orange);
  }
  .long-main__item-link:hover > span svg * {
    fill: var(--Text-Orange);
  }
}
@media (any-hover: none) {
  .long-main__item-link:active {
    color: var(--Text-Orange);
  }
  .long-main__item-link:active > span svg * {
    fill: var(--Text-Orange);
  }
}
@media (width <= 63.99875rem) {
  .long-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 47.99875rem) {
  .long-main {
    grid-template-columns: repeat(1, 1fr);
  }
  .long-main__item-img {
    object-fit: cover;
  }
  .long-main__item-content {
    min-height: auto;
  }
}

.author-start {
  margin-top: clamp(4.5rem, 3.8755165289rem + 2.5619834711vw, 6.4375rem);
  margin-bottom: 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.author-start__item {
  padding: 1rem;
  background-color: var(--Background-White);
  border-radius: var(--border-radius-24);
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.6776859504rem + 1.3223140496vw, 2rem);
}
.author-start__item-img {
  width: 9rem;
  height: 9rem;
  border-radius: var(--border-radius-24);
}
.author-start__item-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.author-start__item-top {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.author-start__item-bottom {
  display: flex;
}
.author-start__item-name {
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 145%;
  color: var(--Text-Black);
}
.author-start__item-job {
  font-size: 1rem;
  line-height: 155%;
  color: var(--Text-Grey);
}
.author-start__item-link {
  text-decoration: none;
  padding: 0.5rem 1rem;
  background: var(--Background-Body);
  border-radius: var(--border-radius-8);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 135%;
  color: var(--Text-Grey);
}
.author-start__item-link > span {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (any-hover: hover) {
  .author-start__item-link:hover {
    color: var(--Text-Orange);
  }
  .author-start__item-link:hover > span > svg * {
    fill: var(--Text-Orange);
  }
}
@media (any-hover: none) {
  .author-start__item-link:active {
    color: var(--Text-Orange);
  }
  .author-start__item-link:active > span > svg * {
    fill: var(--Text-Orange);
  }
}
@media (width <= 63.99875rem) {
  .author-start__item {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  .author-start__item-content {
    width: 100%;
    height: 100%;
  }
  .author-start__item-top {
    height: 100%;
  }
  .author-start__item-link {
    width: 100%;
    padding: 1rem;
    justify-content: center;
  }
}
@media (width <= 47.99875rem) {
  .author-start {
    grid-template-columns: 1fr;
  }
}
.author-page {
  margin-top: clamp(4.5rem, 4.0165289256rem + 1.9834710744vw, 6rem);
  margin-bottom: 6rem;
}
.author-page__hero {
  padding: 2rem;
  display: grid;
  grid-template-columns: 24.375rem 1fr;
  grid-template-rows: repeat(4, auto);
  gap: 1.5rem 2rem;
  grid-template-areas: "img name" "img text" "social text" ". text";
  background-color: var(--Background-White);
  border-radius: var(--border-radius-24);
}
.author-page__img {
  grid-area: img;
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--border-radius-24);
}
.author-page__social {
  grid-area: social;
  display: flex;
  gap: 3rem;
}
.author-page__social-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.author-page__social-item-title {
  font-size: 1rem;
  line-height: 155%;
  color: var(--Text-Grey);
}
.author-page__social-item-contacts {
  display: flex;
  gap: 0.5rem;
}
.author-page__social-item-contacts-link {
  width: 2rem;
  height: 2rem;
}
.author-page__social-item-contacts-link > img {
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .author-page__social-item-contacts-link:hover {
    opacity: 0.8;
  }
}
@media (any-hover: none) {
  .author-page__social-item-contacts-link:active {
    opacity: 0.8;
  }
}
.author-page__social-item-articles {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 145%;
}
.author-page__name {
  grid-area: name;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.author-page__name-fio {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 145%;
}
.author-page__name-job {
  font-size: 1rem;
  line-height: 155%;
  color: var(--Text-Grey);
}
.author-page__text {
  grid-area: text;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.5rem;
}
.author-page__text-content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 155%;
}
.author-page__text-content p:nth-child(n+3) {
  display: none;
}
.author-page__text-open {
  text-decoration-line: underline;
  font-size: 1rem;
  line-height: 155%;
  color: var(--Background-Blue);
}
@media (any-hover: hover) {
  .author-page__text-open:hover {
    color: var(--Text-Orange);
  }
}
@media (any-hover: none) {
  .author-page__text-open:active {
    color: var(--Text-Orange);
  }
}
.author-page__text-open span:last-child {
  display: none;
}
.author-page__text > input {
  display: none;
}
.author-page__text > input[type=checkbox]:checked + .author-page__text-content p:nth-child(n+1) {
  display: block;
}
.author-page__text > input[type=checkbox]:checked ~ .author-page__text-open span:nth-child(1) {
  display: none;
}
.author-page__text > input[type=checkbox]:checked ~ .author-page__text-open span:nth-child(2) {
  display: block;
}
.author-page__certificates {
  overflow: hidden;
  margin-top: 1.5rem;
  padding-bottom: 0;
}
.author-page__certificates-item {
  width: 100%;
}
.author-page__certificates-item > img {
  width: 100%;
  border: 4px solid var(--Background-White);
  border-radius: var(--border-radius-12);
}
.author-page__certificates .swiper-pagination {
  display: none;
}
.author-page__catalog {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.author-page__catalog .blog__catalog-item {
  width: 100%;
}
@media (width <= 63.99875rem) {
  .author-page__hero {
    padding: 1.5rem;
    grid-template-columns: 1fr;
    grid-template-areas: "img" "name" "social" "text";
  }
  .author-page__img {
    margin: auto;
    width: 37vw;
  }
  .author-page__social {
    justify-content: space-between;
    gap: 0;
  }
  .author-page__social-item-articles {
    margin-top: 0.5625rem;
  }
  .author-page__name {
    text-align: center;
  }
  .author-page__text {
    grid-area: text;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1.5rem;
  }
  .author-page__catalog {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 47.99875rem) {
  .author-page__text-content p:nth-child(n+2) {
    display: none;
  }
  .author-page__certificates {
    position: relative;
    overflow: visible;
    padding-bottom: 1.8125rem;
  }
  .author-page .swiper-pagination {
    display: block;
    bottom: -0.125rem;
  }
  .author-page__catalog {
    grid-template-columns: 1fr;
  }
}
.author__section {
  margin-top: 2.5rem;
}
.author__section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.author__section-header-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 145%;
}

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