

/* Start:/topform-ushariki/build/css/style.css?1783602646216709*/
@charset "UTF-8";
:root {
  --white: #ffffff;
  --white-text: var(--white);
  --dark-purple: #3D3653;
  --dark-purple-text: var(--dark-purple);
  --dark-brown: #544E4A;
  --brown:#8E735F;
  --orange: #FC8C3E;
  --orange-text: var(--orange);
  --red:#FF6C4A;
  --red2:#E54B45;
  --bege: #F9F6F3;
  --yellow: #F8D238;
  --yellow2: #FBCE2C;
  --bg-blue:#F2F4F4;
  --teal: #86C0C4;
  --dark-gray:#626262;
  --dark-gray-text: var(--dark-gray);
  --dark-teal: #65A3A7;
  --purple: #673A8A;
  --purple-text: var(--purple);
  --purple-bg2: var(--purple);
  --light-grey: #F2F2F2;
  --light-gray: var(--light-grey);
  --green:#31A9A9;
  --green2: #57A532;
  --green-bg: rgba(87, 165, 50, 0.1);
  --green-bg2: rgb(87, 165, 50, 0.5);
  --purple-bg: rgba(103, 58, 138, 0.1);
  --light-purple: #9C43F6;
  --blue: #27A9D1;
  --blue2: #276BB8;
  --bg: #E0E0E0;
  --light-brown: #E7DFDC;
  --light-gray2: #f7f7f7;
  --light-gray3: #868686;
  --gray1: #333333;
  --large-screen: 1432px;
  --tablet-screen: 740px;
  --mobile-screen: 320px;
  --padding: 16px;
  --section-margin-bottom: 60px;
  --shadow-bg: rgba(85, 73, 64, 0.2);
  --box-shadow: 8px 8px 24px var(--shadow-bg);
}

@media (min-width: 540px) {
  :root {
    --section-margin-bottom: 100px;
  }
}
@font-face {
  font-family: "Manrope";
  src: url("/topform-ushariki/build/css/../fonts/Manrope-ExtraLight.woff2") format("woff2"), url("/topform-ushariki/build/css/../fonts/Manrope-ExtraLight.woff") format("woff");
  font-weight: 1;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/topform-ushariki/build/css/../fonts/Manrope-ExtraLight.woff2") format("woff2"), url("/topform-ushariki/build/css/../fonts/Manrope-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/topform-ushariki/build/css/../fonts/Manrope-Light.woff2") format("woff2"), url("/topform-ushariki/build/css/../fonts/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/topform-ushariki/build/css/../fonts/Manrope-Regular.woff2") format("woff2"), url("/topform-ushariki/build/css/../fonts/Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/topform-ushariki/build/css/../fonts/Manrope-Medium.woff2") format("woff2"), url("/topform-ushariki/build/css/../fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/topform-ushariki/build/css/../fonts/Manrope-SemiBold.woff2") format("woff2"), url("/topform-ushariki/build/css/../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/topform-ushariki/build/css/../fonts/Manrope-Bold.woff2") format("woff2"), url("/topform-ushariki/build/css/../fonts/Manrope-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("/topform-ushariki/build/css/../fonts/Manrope-ExtraBold.woff2") format("woff2"), url("/topform-ushariki/build/css/../fonts/Manrope-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
.container {
  width: 100%;
  padding-left: var(--padding);
  padding-right: var(--padding);
  margin: 0 auto;
}
@media (min-width: 1472px) {
  .container {
    max-width: var(--large-screen);
  }
}

.pb-50 {
  padding-bottom: 50px;
}

.swiper.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-30 {
  padding-top: 32px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-24 {
  margin-bottom: 0;
}

.gray {
  background-color: var(--light-gray2);
}

.green {
  background-color: var(--green-bg);
}

.purple {
  background-color: var(--purple-bg);
}

.strong {
  font-weight: 600;
}

@media (min-width: 1000px) {
  .pb-50 {
    padding-bottom: 100px;
  }
  .pb-60 {
    padding-bottom: 116px;
  }
  .pt-45 {
    padding-top: 100px;
  }
  .pt-60 {
    padding-top: 115px;
  }
  .mb-20 {
    margin-bottom: 60px;
  }
  .mb-45 {
    margin-bottom: 100px;
  }
  .mb-40 {
    margin-bottom: 70px;
  }
  .pt-30 {
    padding-top: 50px;
  }
  .mb-24 {
    margin-bottom: 24px;
  }
}
/**
 * Swiper 7.0.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 4, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

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

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

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

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

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

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

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

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

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

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

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

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

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

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.air-datepicker-cell.-year-.-other-decade-, .air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-year-.-other-decade-:hover, .air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-year-.-other-decade-, .-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-year-.-other-decade-:empty, .air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover, .air-datepicker-cell.-in-range-.-focus- {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
  display: grid;
}

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

html {
  min-height: 100vh;
  font-size: 1rem;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

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

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--dark-purple);
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: var(--white);
}

main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea {
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: inherit;
  font-family: inherit;
  color: var(--text);
  border: 0;
  cursor: pointer;
}
input:hover, input:focus,
textarea:hover,
textarea:focus {
  outline: none;
}

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

.svg-hidden {
  position: absolute;
  top: 0;
  opacity: 0;
  display: block;
  width: 100%;
  max-width: 565px;
  aspect-ratio: 1/1;
}
.svg-hidden svg {
  height: 100%;
  width: 100%;
}

#saluts {
  position: absolute;
  width: 100%;
  height: 50svh;
}

.swiper-autoheight .swiper-wrapper {
  align-items: stretch;
}

@media (min-width: 1000px) {
  html {
    scroll-padding-top: 170px;
  }
}
.space {
  --top-position: -40px;
  --left-position: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100vh;
  background: radial-gradient(at bottom right, #32e8fe 25%, #4f0e86 55%, #000000 90%);
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
.space .logos__content {
  flex-direction: column;
}

.space__skip {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}

.space__inside {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 2;
}

#stars {
  position: absolute;
  z-index: 2;
}

.uranus, .neptune, .saturn {
  border-radius: 50%;
  position: absolute;
}

.neptune {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: linear-gradient(145deg, #a4ea84 10%, #458da5, #3a2d3b 70%);
  transform-style: preserve-3d;
}

.uranus {
  width: 100px;
  height: 100px;
  background: linear-gradient(145deg, #fff75e 10%, #fb4f4c, #321e6f 85%);
  transform-style: preserve-3d;
}

.saturn-whole {
  width: 130px;
  height: 130px;
  transform: translate(-18px, 40px);
  transform-style: preserve-3d;
}

.saturn {
  width: 130px;
  height: 130px;
  top: var(--top-position);
  left: var(--left-position);
  background: linear-gradient(170deg, #f79fa9 10%, #bf4997 30%, #531b96 60%);
  z-index: 0;
  transform: rotate(-20deg);
}

.saturn.top {
  z-index: 1;
  clip: rect(0px, 100px, 50px, 0px);
}

.uranus__out {
  --z-transform: 4rem;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.saturn-whole__out,
.uranus__out,
.neptune__out {
  position: absolute;
}

.neptune__out {
  --z-transform: 3.5rem;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.saturn-whole__out {
  --z-transform: 5rem;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stars__ellipse {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 60%;
  height: auto;
  max-height: 70%;
  transform: translate(-50%, 0);
}

.stars__ellipse--2 {
  width: 70%;
  left: calc(50% + 8px);
}

.stars__ellipse--3 {
  width: 80%;
  left: calc(50% + 16px);
}

.space__text {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 24px;
  color: var(--white);
  font-family: "Manrope", sans-serif;
  transform-style: preserve-3d;
}

@media (min-width: 1000px) {
  .stars__ellipse {
    top: 10%;
  }
  .saturn-whole__out,
  .uranus__out,
  .neptune__out {
    position: absolute;
    top: 10%;
  }
}
.stars__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 70%;
  min-width: 70%;
  padding-top: 20px;
  transform: translate(-50%, -100%);
}
.stars__logo svg {
  width: 100%;
  height: auto;
}

.stars__text {
  position: absolute;
  bottom: 50%;
  left: 50%;
  z-index: 2;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
  color: var(--white);
  text-align: center;
  transform: translate(-50%, calc(100% + 50px));
}
.stars__text div {
  display: flex;
  justify-content: center;
}
.stars__text span {
  position: relative;
}
.stars__text .logos__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 1000px) {
  .stars__text {
    font-size: 4rem;
  }
  .space__text {
    font-size: 2rem;
  }
  .neptune__out {
    width: 140px;
    height: 140px;
  }
  .neptune {
    width: 120px;
    height: 120px;
  }
  .uranus__out {
    width: 170px;
    height: 170px;
  }
  .uranus {
    width: 150px;
    height: 150px;
  }
  .saturn-whole__out {
    width: 200px;
    height: 200px;
  }
  .saturn-whole,
  .saturn {
    width: 180px;
    height: 180px;
  }
}
.stars__empty {
  width: 8px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
}

.btn--bordered {
  padding: 12px 15px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375;
  color: var(--dark-purple);
  border: 1px solid var(--dark-purple);
  border-radius: 32px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.btn--bordered span {
  white-space: nowrap;
}
.btn--bordered:hover, .btn--bordered:focus {
  color: var(--white);
  background-color: var(--dark-purple);
}

.btn--arrowed {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 48px 13px 24px;
  color: var(--white-text);
  line-height: 1.375;
  background-color: var(--orange-text);
  border-radius: 32px;
  box-shadow: 8px 8px 24px rgba(73, 64, 85, 0.2);
}

.btn--centered {
  margin: 0 auto;
}

.btn--dark {
  background-color: var(--purple);
}
.btn--dark .btn__arr {
  color: var(--purple);
}

.btn--download {
  padding: 5px 40px 5px 12px;
}
.btn--download .btn__arr {
  width: 20px;
  height: 20px;
}

.btn__arr {
  position: absolute;
  top: 50%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  color: var(--orange);
  background-color: var(--white);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.btn__arr--background {
  background-image: url("/topform-ushariki/build/css/../img/arrow-orange.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.btn--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--purple);
  border-radius: 50%;
}

.btn--close {
  position: absolute;
  top: 8px;
  right: 8px;
  color: var(--purple-text);
}

.btn.btn--close svg path {
  color: var(--purple);
}

.btn__video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.btn__video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--orange);
  transform: translate(-50%, -50%);
}
.btn__video svg {
  position: relative;
}

.btn__video--background::after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/topform-ushariki/build/css/../img/play-white.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.btn--shevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--orange);
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
}

.slider-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 48px;
  height: 48px;
  color: var(--white);
  border-radius: 50%;
  background-color: var(--dark-purple);
}
.slider-btn.btn svg path {
  fill: var(--white);
}

.slider-btn--left {
  left: -16px;
  transform: scale(-1, 1);
}

.slider-btn--right {
  right: -16px;
}

.slider-btn.swiper-button-disabled {
  opacity: 0.5;
}

@media (min-width: 752px) {
  .btn--centered {
    margin: unset;
  }
  .btn--arrowed {
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }
  .btn--arrowed:hover, .btn--arrowed:focus {
    color: var(--orange);
    background: var(--light-gray);
  }
  .btn--arrowed:hover .btn__arr, .btn--arrowed:focus .btn__arr {
    color: var(--white);
    background-color: var(--orange);
  }
  .btn--arrowed:hover .btn__arr--background, .btn--arrowed:focus .btn__arr--background {
    background-image: url("/topform-ushariki/build/css/../img/arrow-white.svg");
  }
  .btn--close {
    top: 24px;
    right: 34px;
  }
}
.header {
  background-color: var(--white);
  background-size: cover;
  background-position: center;
}

/*ny*/
.header__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 2px;
  border-bottom: 1px solid var(--light-brown);
}

.header--scroll {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}

.header__call-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.header__phones {
  padding-block: 16px;
}
.header__phones .phone {
  color: var(--orange-text);
}

.header__logo img {
  position: relative;
  width: 200px;
  height: auto;
}

/*Новогодняя лошадь*/
@media (min-width: 500px) {
  .header__logo::before {
    bottom: -40px;
    right: -88px;
    width: 122px;
    height: 136px;
  }
}
@media (min-width: 1024px) {
  .header__logo::before {
    bottom: -28px;
    right: -54px;
  }
}
/*Новогодняя лошадь*/
@media (max-width: 1000px) {
  .header__toggler {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding-block: 7px;
    width: 32px;
    height: 32px;
  }
  .header__toggler .burger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header__toggler .burger__opened {
    opacity: 1;
  }
  .header__toggler .burger__closed {
    opacity: 0;
  }
  .opened .header__toggler {
    position: relative;
  }
  .opened .header__toggler .burger__opened {
    opacity: 0;
  }
  .opened .header__toggler .burger__closed {
    opacity: 1;
  }
  .header__nav {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 8px 16px 24px 16px;
  }
  .header__nav::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 16px;
    width: calc(100% - 32px);
    height: 1px;
    background-color: var(--light-brown);
  }
  .header__nav-sub {
    padding: 8px 16px 16px 16px;
  }
  .header__btn {
    display: none;
  }
  .header__nav-wrapper {
    position: absolute;
    left: var(--padding);
    top: calc(100% + 1px);
    max-height: 0;
    height: 0;
    z-index: 5;
    width: calc(100% - 32px);
    background-color: var(--white);
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  .opened .header__nav-wrapper {
    height: auto;
    max-height: 2000px;
    max-height: 100vh;
    overflow-y: auto;
    box-shadow: var(--box-shadow);
  }
  .header__phones-out {
    display: none;
  }
}
@media (min-width: 1001px) {
  .header__call-btn {
    display: none;
  }
  .header__toggler {
    display: none;
  }
  .header__container {
    padding-block: 0;
  }
  .header__nav,
  .header__nav-sub {
    display: flex;
    align-items: center;
    flex-grow: 1;
  }
  .header__nav-sub {
    flex-wrap: wrap;
  }
  .header__container {
    gap: 20px;
  }
  .header__nav-wrapper {
    position: relative;
    flex-grow: 1;
  }
  .header__nav {
    gap: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--light-brown);
  }
  .header__nav-sub {
    gap: 14px;
    flex-grow: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header__logo {
    width: 240px;
    height: 90px;
  }
  .header__logo img {
    width: 100%;
  }
  .header__btn {
    font-size: 0.875rem;
    padding-inline: 30px;
  }
  .header__phones {
    position: relative;
    padding: 0;
    z-index: 2;
  }
  .header__phones-out {
    display: flex;
    align-items: center;
  }
  .header__phones-inside {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 216px;
    transform: translateX(-50%);
  }
  .header__phones-wrapper {
    padding: 24px;
    background: var(--light-gray);
    box-shadow: var(--box-shadow);
    border-radius: 32px;
  }
  .header__phones--toggler {
    transform: rotate(-180deg);
  }
  .header__phones-inside {
    height: 0;
    max-height: 0;
    overflow: hidden;
  }
  .header__phones .header__phones-wrapper .phone {
    color: var(--dark-brown);
  }
  .header__phones.opened .header__phones-inside {
    height: auto;
    max-height: 500px;
  }
  .header__phones.opened .header__phones--toggler {
    transform: rotate(0deg);
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .phone--intro {
    white-space: nowrap;
    width: 32px;
    height: 32px;
    overflow: hidden;
    padding-left: 32px;
    background-image: url("/topform-ushariki/build/css/../img/tel.svg");
    background-position: center;
    background-size: contain;
  }
}
@media (min-width: 1200px) {
  .header__container {
    gap: 65px;
  }
  .header__logo {
    width: 310px;
    height: auto;
  }
}
.h1 {
  margin: 0;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 105%;
}

.h1--activities {
  margin-bottom: 34px;
}

.h2 {
  margin: 0;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.3;
}
.h2 a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}
.h2 a:hover {
  color: var(--orange);
}

.h2--section {
  margin-bottom: 32px;
}

.h3 {
  margin-top: 0;
}

@media (min-width: 1000px) {
  .h1 {
    font-size: 4.375rem;
  }
  .h2 {
    font-size: 2rem;
  }
  .h1--activities {
    margin-bottom: 28px;
  }
}
.menu__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu__list--inner {
  padding-left: 15px;
}

.menu__link {
  display: flex;
  align-items: center;
  padding: 8px 0;
  font-size: 0.875rem;
  line-height: 1;
  color: var(--dark-purple);
  text-decoration: none;
}
.menu__link:hover {
  color: #673A8A;
}

.menu__link.active {
  color: var(--orange-text);
}

.menu-parent__childs {
  display: none;
  position: absolute;
}

.menu-parent {
  position: relative;
}
.menu-parent:hover .menu-parent__childs {
  display: flex;
}

@media (min-width: 1000px) {
  .menu {
    order: -1;
    flex-grow: 1;
    max-width: 840px;
    margin-right: auto;
  }
  .menu__list {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4px;
  }
  .menu__list--inner {
    display: none;
    position: absolute;
    left: -20px;
    top: calc(100% - 1px);
    width: -moz-max-content;
    width: max-content;
    z-index: 3;
    flex-direction: column;
    border-radius: 16px;
    padding: 15px 20px 20px;
    background: var(--light-grey, #F2F2F2);
    box-shadow: 8px 8px 24px 0px rgba(85, 73, 64, 0.2);
  }
  .menu-parent {
    position: relative;
    display: flex;
    align-items: center;
  }
  .menu-parent:hover .menu__list--inner {
    display: flex;
  }
  .menu-parent:hover::after {
    transform: rotate(0deg);
    margin: 0 0 0 10px;
  }
  .menu-parent::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M11.2902 6.29252C11.1977 6.38522 11.0878 6.45877 10.9668 6.50895C10.8459 6.55913 10.7162 6.58496 10.5852 6.58496C10.4543 6.58496 10.3246 6.55913 10.2036 6.50895C10.0826 6.45877 9.97274 6.38522 9.88022 6.29252L6.00022 2.41252L2.12022 6.29252C2.02764 6.3851 1.91773 6.45854 1.79677 6.50864C1.6758 6.55875 1.54615 6.58454 1.41522 6.58454C1.28429 6.58454 1.15464 6.55875 1.03368 6.50864C0.912715 6.45854 0.802803 6.3851 0.710221 6.29252C0.61764 6.19994 0.544201 6.09002 0.494096 5.96906C0.443991 5.8481 0.418202 5.71845 0.418202 5.58752C0.418202 5.45659 0.443991 5.32694 0.494096 5.20597C0.544201 5.08501 0.617639 4.9751 0.710221 4.88252L5.30022 0.292517C5.39274 0.199814 5.50262 0.126266 5.6236 0.0760844C5.74457 0.025903 5.87425 7.27288e-05 6.00522 7.27231e-05C6.13619 7.27174e-05 6.26587 0.025903 6.38685 0.0760844C6.50782 0.126266 6.61771 0.199814 6.71022 0.292517L11.3002 4.88252C11.6802 5.26252 11.6802 5.90252 11.2902 6.29252Z' fill='%233D3653'/%3E%3C/svg%3E");
    z-index: 3;
    margin: 4px 0 0 10px;
    transform: rotate(180deg);
    transition: all 0.5s ease;
  }
  .menu__link--inner {
    padding: 3px 0;
  }
}
.footer__top .footer__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(84, 78, 74, 0.2);
}

.footer__top {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(84, 78, 74, 0.2);
}

.footer--index {
  position: relative;
  z-index: 1;
  color: var(--white);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--blue);
  background-image: url("/topform-ushariki/build/css/../img/footer-group.jpg");
  overflow: hidden;
}
.footer--index .footer__phones .phone,
.footer--index .info-item,
.footer--index .info-item__text,
.footer--index .footer__link,
.footer--index .footer__developed {
  color: var(--white);
}
.footer--index .footer__top {
  border-top-color: var(--white);
}
.footer--index .footer__bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--white);
}
.footer--index .footer__under {
  background-color: transparent;
}
.footer--index .socials__link {
  color: var(--dark-purple);
  background-color: var(--white-text);
}
.footer--index .socials__link svg path {
  fill: var(--purple);
}

.footer__logo {
  position: absolute;
  height: 150%;
  width: 150%;
  max-width: unset;
  max-height: unset;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.footer__info {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 15px;
}

.footer__phones {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 4px;
}
.footer__phones .phone {
  color: var(--dark-purple);
}

.footer__bottom .footer__container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 16px;
  padding-bottom: 14px;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer__link {
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--dark-purple);
}

.footer__developed {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--dark-purple);
}

.footer__under {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 16px;
  padding-bottom: 24px;
  background-color: #F7F7F7;
}
.footer__under .footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

@media (min-width: 752px) {
  .footer__developed {
    margin-left: auto;
  }
  .footer--index {
    background-attachment: fixed;
  }
  .footer__top .footer__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer__link {
    transition: color 0.3s ease-in-out;
  }
  .footer__link:hover, .footer__link:focus {
    color: var(--orange);
  }
  .footer__phones .phone {
    transition: color 0.3s ease-in-out;
  }
  .footer__phones .phone:hover, .footer__phones .phone:focus {
    color: var(--orange);
  }
}
@media (min-width: 900px) {
  .footer__under .footer__container {
    justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  .footer__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
  }
  .footer__developed {
    justify-content: flex-end;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeout {
  animation: fadeout 0.6s ease-in-out;
}

.fadein {
  animation: fadein 0.6s ease-in-out;
}

.popup {
  position: fixed;
  top: -10000px;
  left: 50%;
  z-index: 1;
  width: calc(100% - 32px);
  max-width: 927px;
  transform: translate(-50%, 0);
  background-color: var(--white);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--purple);
  background-image: url("/topform-ushariki/build/css/../img/footer-group.jpg");
  background-attachment: fixed;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.24);
  border-radius: 32px;
  overflow: hidden;
}

.popup--vacancy,
.popup--reabilitation {
  color: var(--white);
}

.popup--vacancy {
  max-width: 600px;
}

.popup-overlay {
  position: fixed;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-overlay.opened {
  top: 0;
}

.popup.opened {
  top: 30px;
}

.popup__wrapper {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
  background-image: url("/topform-ushariki/build/css/../img/logo-bg3.svg");
  background-size: 541px 564px;
  background-position: center 30px;
  background-repeat: no-repeat;
}

.popup__name {
  margin-bottom: 16px;
  text-align: center;
}

.popup--success {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-content: center;
  justify-items: center;
  padding-bottom: 0;
  max-width: 600px;
  color: var(--white);
}
.popup--success .popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.popup__close svg {
  width: 30px;
  height: 30px;
}

.popup__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 20px;
  justify-items: center;
  margin-bottom: 24px;
  font-weight: 400;
  text-align: center;
}

.popup__remark {
  margin: 0;
  margin-bottom: 32px;
  font-size: 1rem;
  line-height: 130%;
}
.popup__remark p {
  margin: 0;
}
.popup__remark p + .popup__phones {
  padding-top: 12px;
}

.popup--success .popup__remark {
  text-align: center;
}

.popup__wrapper {
  overflow-y: auto;
  max-height: calc(100dvh - 40px);
}

.popup__message {
  margin: 0;
  padding-top: 20px;
  margin-bottom: 50px;
  text-align: center;
}
.popup__message a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.125rem;
  transition: color 0.3s ease-in-out;
}

.popup__sucess-btn {
  margin-bottom: 32px;
}

.popup .select__fieldset-inside {
  color: var(--dark-purple);
}

@media (min-width: 768px) {
  .popup {
    transform: translate(-50%, -50%);
  }
  .popup.opened {
    top: 50%;
  }
  .popup__name {
    margin-bottom: 32px;
  }
  .popup__wrapper {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: 800px 800px;
  }
}
.block {
  display: block;
  box-shadow: var(--box-shadow);
  border-radius: 32px;
}

.menu-second {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  margin-right: auto;
  max-width: 570px;
  list-style: none;
}

.menu-second__link {
  display: flex;
  align-items: center;
  padding: 8px 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  color: var(--dark-purple);
  text-decoration: none;
  transition: color 0.3s;
}
.menu-second__link:hover {
  color: var(--orange);
}

.menu-second__link.active {
  color: var(--orange);
}

@media (min-width: 1000px) {
  .menu-second {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .menu-second__link {
    white-space: nowrap;
  }
}
.phone {
  display: flex;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 25px;
  text-decoration: none;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes path-move {
  0% {
    offset-distance: 0%;
    motion-offset: 0%;
    offset-rotate: 0deg;
  }
  100% {
    offset-distance: 100%;
    motion-offset: 100%;
    offset-rotate: 0deg;
  }
}
@keyframes path-move2 {
  0% {
    offset-distance: 40%;
    motion-offset: 40%;
    offset-rotate: 0deg;
  }
  100% {
    offset-distance: 140%;
    motion-offset: 140%;
    offset-rotate: 0deg;
  }
}
.drop {
  aspect-ratio: 1/1;
  background-color: var(--blue);
  background-image: url("/topform-ushariki/build/css/../img/footer-group.jpg");
  background-size: cover;
  -webkit-clip-path: url("#my-clip-path");
          clip-path: url("#my-clip-path");
}
.drop .paralax {
  position: absolute;
  top: 20%;
  width: 50%;
}

.drop-wrapper-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 43% 57% 53% 51%/40% 44% 57% 59%;
  box-shadow: inset 0px 38px 30px rgba(255, 255, 255, 0.16);
  aspect-ratio: 1/1;
}

.drop-wrapper {
  position: relative;
  filter: drop-shadow(21px 30px 30px rgba(58, 32, 131, 0.2));
  aspect-ratio: 1/1;
}

.drop-item {
  position: relative;
  aspect-ratio: 1/1;
  max-width: 565px;
  isolation: isolate;
}

.drop-item--hidden {
  display: none;
}

.drop--course {
  background-color: var(--purple-bg);
  aspect-ratio: 1.1/1;
}
.drop--course .drop-wrapper {
  filter: drop-shadow(23px 40px 30px rgba(107, 107, 107, 0.4), inset 0px 4px 9px rgba(255, 255, 255, 0.25));
}
.drop--course .drop__logo {
  opacity: 0.4;
  width: 67%;
}

.drop__right-chat,
.drop__right-chat-1 {
  position: absolute;
  z-index: 1;
}

.drop__right-star {
  isolation: isolate;
}
.drop__right-star svg {
  isolation: isolate;
}

.drop__right-chat-1 {
  position: absolute;
  left: auto;
  max-width: 100px;
}

.index-advantages .drop__right-chat:nth-child(2) {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  filter: drop-shadow(23px 40px 30px rgba(255, 255, 255, 0.4));
}

.drop__right-img {
  position: absolute;
  isolation: isolate;
  min-width: 100%;
  min-height: 101%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.drop__specialist {
  position: absolute;
  left: 0%;
  bottom: 66px;
  max-width: 240px;
  padding: 5px 28px 11px 28px;
  color: var(--white);
  background-color: var(--green2);
  border-radius: 32px;
}

.drop__specialist-name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 160%;
}

.drop__specialist-position {
  font-size: 0.75rem;
  line-height: 160%;
}

.drop__right-chat:nth-child(2) .advs-drop {
  max-width: 70px;
}

.drop__right-chat {
  max-width: 70px;
}

.drop__star {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 30px;
  height: 30px;
}
.drop__star img {
  position: absolute;
  filter: drop-shadow(0px 1px 9px rgba(255, 255, 255, 0.25));
  width: 100%;
}
.drop__star div {
  position: relative;
}

.slide--1 .drop__star {
  top: 10%;
}

.slide--2 .drop__star {
  left: 30%;
  width: 20px;
}

.slide--3 .drop__star {
  left: 70%;
  top: 50%;
  width: 50px;
}

.slide--4 .drop__star {
  left: 14%;
  top: 40%;
  width: 30px;
}

.slide--5 .drop__star {
  left: 70%;
  top: 20%;
  width: 20px;
}

.slide--7 .drop__star {
  top: 10%;
  left: 60%;
}

.slide--10 .drop__right-img {
  bottom: 0px;
  right: -3px;
}

.index-advantages .drop__star {
  top: 41%;
  left: 23%;
  width: 23px;
  height: 23px;
}

@media (min-width: 752px) {
  .drop-item--hidden {
    display: block;
  }
}
@media (min-width: 1000px) {
  .drop__right-chat {
    max-width: 130px;
  }
}
@media (min-width: 1200px) {
  .index-advantages .drop-item {
    max-width: 420px;
  }
  .drop__right-chat {
    offset-path: path("M464.682 61.9441C519.93 103.31 564.987 168.85 568.741 238.151C572.496 307.452 535.083 380.647 479.969 447.799C424.721 514.951 351.638 576.06 291.429 563.301C231.219 550.542 183.883 463.647 129.574 396.495C75.2647 329.343 13.9825 281.934 2.18192 222.572C-9.61861 163.209 27.7944 91.8939 82.1037 50.5283C136.413 9.16266 207.618 -2.52179 275.874 0.4329C344.129 3.25328 409.568 20.5785 464.682 61.9441Z");
    motion-path: path("M464.682 61.9441C519.93 103.31 564.987 168.85 568.741 238.151C572.496 307.452 535.083 380.647 479.969 447.799C424.721 514.951 351.638 576.06 291.429 563.301C231.219 550.542 183.883 463.647 129.574 396.495C75.2647 329.343 13.9825 281.934 2.18192 222.572C-9.61861 163.209 27.7944 91.8939 82.1037 50.5283C136.413 9.16266 207.618 -2.52179 275.874 0.4329C344.129 3.25328 409.568 20.5785 464.682 61.9441Z");
    animation: path-move 20s infinite linear;
  }
  .index-advantages .drop__right-chat {
    offset-path: path("M334.135 44.1316C373.284 73.4764 405.211 119.971 407.872 169.133C410.532 218.295 384.021 270.22 344.968 317.858C305.819 365.495 254.033 408.846 211.369 399.794C168.704 390.743 135.162 329.1 96.6784 281.462C58.195 233.825 14.7705 200.193 6.40867 158.081C-1.95316 115.969 24.5576 65.378 63.0411 36.0332C101.524 6.68842 151.981 -1.60054 200.346 0.495515C248.712 2.4963 295.082 14.7868 334.135 44.1316Z");
    motion-path: path("M334.135 44.1316C373.284 73.4764 405.211 119.971 407.872 169.133C410.532 218.295 384.021 270.22 344.968 317.858C305.819 365.495 254.033 408.846 211.369 399.794C168.704 390.743 135.162 329.1 96.6784 281.462C58.195 233.825 14.7705 200.193 6.40867 158.081C-1.95316 115.969 24.5576 65.378 63.0411 36.0332C101.524 6.68842 151.981 -1.60054 200.346 0.495515C248.712 2.4963 295.082 14.7868 334.135 44.1316Z");
    animation: path-move 30s infinite linear;
  }
  .drop__right-chat:nth-child(2) {
    top: auto;
    left: auto;
    right: auto;
    animation: path-move2 24s infinite linear;
    filter: drop-shadow(23px 40px 30px rgba(255, 255, 255, 0.4));
  }
  .index-advantages .drop__right-chat:nth-child(2) {
    top: auto;
    left: auto;
    right: auto;
    animation: path-move2 24s infinite linear;
    filter: drop-shadow(23px 40px 30px rgba(255, 255, 255, 0.4));
  }
}
.video-it {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  border-radius: 32px;
  overflow: hidden;
}
.video-it .video {
  border-radius: 32px;
  overflow: hidden;
}

.video-it__category {
  display: flex;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: 126px;
  padding: 4px 12px;
  color: var(--white-text);
  background-color: var(--purple);
  border-radius: 0px 0px 16px 16px;
}

.video-it__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 16px 27px 16px;
  flex-grow: 1;
}

.video-it__name {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}

.video-it__time {
  position: relative;
  font-size: 0.875rem;
}

@media (min-width: 1000px) {
  .video-it__time {
    font-size: 1rem;
  }
}
.video-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}
.video-list:not(:last-child) {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .video-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1000px) {
  .video-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.slide__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 15px;
  align-content: space-between;
  height: 100%;
  color: var(--white-text);
}
.slide__container .btn {
  isolation: isolate;
}

.slide__text {
  margin-bottom: 16px;
  isolation: isolate;
}
.slide__text p {
  margin: 0;
}

.slide__h1 {
  margin-bottom: 8px;
  font-size: 2rem;
  isolation: isolate;
}

.slide__right {
  position: relative;
}

.slide__left {
  max-width: 565px;
}

@media (min-width: 560px) {
  .slide__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .slide__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }
}
@media (min-width: 752px) {
  .slide__container {
    grid-template-columns: minmax(0, 4fr) minmax(0, 3fr);
    gap: 0;
  }
  .slide__left {
    padding-right: 40px;
    padding-bottom: 160px;
  }
  .slide__h1 {
    font-size: 2.5rem;
    margin-bottom: 16px;
  }
  .slide__text {
    margin-bottom: 32px;
  }
}
@media (min-width: 1000px) {
  .slide {
    height: 705px;
  }
  .slide__h1 {
    max-width: 760px;
    font-size: 4.375rem;
  }
  .slide__text {
    margin-bottom: 60px;
  }
}
.hero-slider {
  position: relative;
  padding-bottom: 16px;
  color: var(--white);
}

.hero-slider__thumbs {
  position: absolute;
  bottom: 30px;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: auto;
}

.hero-slider__inside {
  position: relative;
  z-index: 0;
  max-width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--purple);
  background-image: url("/topform-ushariki/build/css/../img/footer-group.jpg");
}

.swiper-fade .hero-slider__thumb.swiper-slide {
  pointer-events: auto;
}

.hero-slider__thumbs-inside {
  display: flex;
  gap: 7px;
}

.hero-slider__wrapper {
  display: flex;
  transition-timing-function: linear;
}

.hero-slider__slide {
  flex-basis: 100%;
  flex-shrink: 0;
  padding-top: 16px;
  height: auto;
  overflow: hidden;
}

@media (max-width: 752px) {
  .hero-slider__slide {
    max-height: calc(100svh - 54px);
  }
}
.hero-slider {
  width: 100%;
  overflow: hidden;
}

.swiper-initialized .hero-slider__thumbs-inside {
  gap: 0;
}

@media (min-width: 752px) {
  .hero-slider__slide {
    padding-top: 32px;
  }
  .hero-slider {
    padding-bottom: 60px;
  }
  .hero-slider__thumbs {
    bottom: 15px;
  }
}
@media (min-width: 1000px) {
  .hero-slider__thumbs {
    gap: 24px;
  }
  .hero-slider__slide {
    padding-top: 50px;
  }
  .hero-slider {
    padding-bottom: 100px;
    height: 705px;
  }
}
.hero-thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: auto;
  padding: 6px 10px;
  background-color: var(--white-text);
  box-shadow: var(--box-shadow);
  border-radius: 16px;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}
.hero-thumb img {
  position: relative;
}

.hero-thumb__text {
  display: none;
  color: var(--dark-purple-text);
}

.hero-thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  box-shadow: inset 0px -3px 0 0px var(--purple);
  border-radius: 16px;
  transition: opacity 0.3s ease-in-out;
}

.hero-thumb.swiper-slide-thumb-active {
  color: var(--purple);
}

.hero-thumb.swiper-slide-thumb-active::before {
  opacity: 1;
}

@media (min-width: 752px) {
  .hero-thumb {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-grow: 0;
    perspective-origin: 50% 50%;
    transform-style: preserve-3d;
    transform-origin: top center;
    will-change: transform;
    transition: transform 0.35s ease-in-out;
  }
  .hero-thumb:hover, .hero-thumb.swiper-slide-thumb-active {
    transform: rotateX(7deg) translateY(-6px);
  }
  .hero-thumb__text {
    position: relative;
    display: block;
    font-weight: 600;
    text-align: center;
  }
  .hero-thumb:hover::before,
  .hero-thumb:focus::before {
    opacity: 1;
  }
}
@media (min-width: 1000px) {
  .hero-thumb {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .hero-thumb {
    flex-basis: 213px;
  }
}
.svg2 {
  opacity: 0;
  position: absolute;
}

.index-about .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.index-about__item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: flex-end;
  padding: 24px;
  gap: 32px;
  text-decoration: none;
  min-height: 168px;
  overflow: hidden;
  color: var(--dark-purple-text);
  background-color: var(--white-text);
}
.index-about__item .h2 {
  color: var(--dark-purple-text);
}

.index-about__text {
  color: var(--dark-purple-text);
}
.index-about__text p {
  margin: 0;
}

.index-about__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  color: var(--dark-purple);
}

.index-about__img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.index-about__name {
  color: var(--dark-purple-text);
}

.index-about__item--fixed {
  align-content: flex-start;
}

.index-about__item--ush .index-about__img {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.index-about__item--ush .index-about__img .logo {
  position: absolute;
  left: 36%;
  top: -20px;
  width: 50%;
  z-index: 0;
  animation: rotating 10s linear infinite;
}

.index-about__bg {
  position: relative;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-about__item--ush .index-about__text {
  max-width: 430px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 32px;
}

.index-advantages__btn {
  margin-right: auto;
}

.index-about__usharik {
  position: absolute;
  right: 10px;
  bottom: 0px;
}

@media (min-width: 500px) {
  .index-about .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .index-about__item:first-child {
    grid-column: span 2;
  }
  .index-about__item--ush {
    grid-column: span 2;
  }
}
@media (min-width: 752px) {
  .index-about__item--fixed,
  .index-about__item--ush {
    position: relative;
  }
  .index-about__item--fixed::before,
  .index-about__item--ush::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    box-shadow: inset 0px -3px 0 0px var(--orange);
    border-radius: 32px;
    transition: opacity 0.3s ease-in-out;
  }
  .index-about__item--fixed:hover::before, .index-about__item--fixed:focus::before,
  .index-about__item--ush:hover::before,
  .index-about__item--ush:focus::before {
    opacity: 1;
  }
  .index-about__usharik {
    right: 60px;
  }
  .index-about__usharik {
    max-width: 179px;
  }
}
@media (min-width: 900px) {
  .index-about .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .index-about__item:first-child {
    grid-column: span 1;
    grid-row: span 2;
  }
  .index-about__item--fixed {
    height: auto;
  }
}
.index-advantages {
  position: relative;
  z-index: 1;
}

.index-advantages__list {
  overflow: hidden;
}

.index-advantages__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.index-advantages__quote {
  position: relative;
  padding: 14px 9px 8px 18px;
  font-size: 0.875rem;
  line-height: 140%;
  border: 1px solid var(--light-brown);
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.3);
}
.index-advantages__quote p {
  margin-block: 15px;
}
.index-advantages__quote p:first-child {
  margin-top: 0;
}
.index-advantages__quote p:last-child {
  margin-bottom: 0;
}
.index-advantages__quote::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 32px;
  width: 108px;
  height: 96px;
  background-image: url("/topform-ushariki/build/css/../img/quotes.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.index-advantages__quote-inside {
  position: relative;
}

.index-advantages__text {
  margin: 0;
  margin-bottom: 32px;
}
.index-advantages__text:last-child {
  margin-bottom: 0;
}
.index-advantages__text .btn--arrowed {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--white);
}
.index-advantages__text .btn--arrowed:hover {
  color: var(--orange);
}
.index-advantages__text.text blockquote {
  background-color: var(--purple);
}

.index-advantages__btn {
  margin-top: 33px;
}

@media (max-width: 752px) {
  .index-advantages {
    overflow: hidden;
  }
}
@media (min-width: 752px) {
  .index-advantages__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .index-advantages__btn {
    margin-top: 50px;
  }
  .index-advantages__quote {
    padding: 30px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media (min-width: 1000px) {
  .index-advantages__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    justify-content: center;
  }
  .index-advantages__list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    -moz-column-gap: 50px;
         column-gap: 50px;
    align-content: center;
  }
  .index-advantages__text {
    margin-bottom: 57px;
  }
}
@media (min-width: 1200px) {
  .index-advantages__quote {
    padding: 30px 166px 32px 40px;
    font-size: 1.25rem;
  }
}
.advs-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.advs-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-content: flex-start;
  gap: 24px;
  transform: translateX(250px);
}

.advs-item__svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background-color: var(--green2);
}

.advs-item .advs-item__svg svg path {
  fill: var(--white);
}

.advs-item__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.advs-item__name {
  margin: 0;
  font-weight: 600;
}

.advs-item__text {
  margin: 0;
  font-size: 0.875rem;
}

@media (min-width: 1000px) {
  .advs-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
  }
  .advs-list .btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
  .advs-item__name {
    font-size: 1.25rem;
  }
  .advs-item__text {
    font-size: 1rem;
  }
}
.tune-advs {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.tune-advs__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 26px;
}

.tune-advs__item {
  align-items: center;
}

@media (min-width: 768px) {
  .tune-advs__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .tune-advs__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.tune-prices__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 26px;
}

.tune-prices__list--five {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

@media (min-width: 1024px) {
  .tune-prices__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tune-prices__list--five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.events-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
  color: var(--dark-purple-text);
  background-color: var(--white-text);
}

.events-item__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 24px;
}

.events-item__category {
  display: flex;
  position: absolute;
  top: 0;
  right: 40px;
  align-items: center;
  justify-content: center;
  width: 126px;
  padding: 4px 12px;
  color: var(--white-text);
  background-color: var(--purple);
  border-radius: 0px 0px 16px 16px;
}

.events-item__category--desktop {
  display: none;
}

.events-item__category--mobile {
  top: unset;
  bottom: 0;
  border-radius: 16px 16px 0 0;
}

.events-item__time {
  position: relative;
  font-size: 0.875rem;
}

.events-item__text {
  position: relative;
  font-weight: 600;
}

.events-item__img {
  position: relative;
  width: 100%;
  padding-top: 53%;
  border-radius: 32px;
  overflow: hidden;
}
.events-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}

@media (min-width: 752px) {
  .events-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    box-shadow: inset 0px -3px 0 0px var(--orange);
    border-radius: 32px;
    transition: opacity 0.3s ease-in-out;
  }
  .events-item:hover::after, .events-item:focus::after {
    opacity: 1;
  }
}
@media (min-width: 1000px) {
  .events-item {
    position: relative;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    overflow: hidden;
  }
  .events-item::before {
    content: "";
    position: absolute;
    right: 0;
    width: 300px;
    height: 255%;
    background-image: url("/topform-ushariki/build/css/../img/logo-bg-gray.svg");
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
  }
  .events-item:nth-child(4n+2)::before, .events-item:nth-child(4n+1)::before {
    top: -40px;
  }
  .events-item:nth-child(4n+3)::before, .events-item:nth-child(4n+4)::before {
    bottom: -40px;
  }
  .events-item__content {
    padding-block: 12px;
  }
  .events-item__imaged {
    gap: 30px;
  }
  .events-item__imaged .events-item__content {
    padding-inline: 0;
  }
  .events-item__imaged:nth-child(4n+1)::before,
  .events-item__imaged:nth-child(4n+2)::before,
  .events-item__imaged:nth-child(4n+3)::before,
  .events-item__imaged:nth-child(4n+4)::before {
    width: 390px;
    height: 255%;
  }
  .events-item__text {
    font-size: 1.25rem;
  }
  .events-item__time {
    font-size: 1rem;
  }
  .events-item__img {
    width: 120px;
    flex-basis: 120px;
    flex-shrink: 0;
    padding-top: 0;
    aspect-ratio: 1/1;
    border-radius: 20px;
  }
  .events-item__category--desktop {
    display: flex;
  }
  .events-item__category--mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .events-list--aside .events-item:nth-child(2n+1)::before {
    top: -40px;
    bottom: auto;
  }
  .events-list--aside .events-item:nth-child(2n)::before {
    bottom: -40px;
    top: auto;
  }
}
.index-events .container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.index-events .container .h2 {
  margin-bottom: 12px;
}

.events-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

@media (min-width: 752px) {
  .events-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .index-events__btn {
    align-self: flex-end;
    padding-inline: 40px;
  }
}
@media (min-width: 1000px) {
  .index-events__btn {
    top: -4px;
  }
  .events-list--aside {
    grid-template-columns: minmax(0, 1fr);
  }
}
.our-team {
  overflow: hidden;
}

.our-team__list {
  display: flex;
  gap: 16px;
}

.our-team__item {
  flex-basis: 242px;
  flex-grow: 1;
  flex-shrink: 0;
}

.our-team__wrap {
  position: relative;
}

.our-team__wrapper {
  padding-top: 32px;
  padding-inline: 16px;
  margin-inline: -16px;
  height: 100%;
  overflow: hidden;
}

.our-team__wrapper.swiper-initialized .our-team__list {
  gap: 0;
}

.our-team__wrapper.swiper-initialized .our-team__item {
  flex-basis: auto;
}

.our-team__btn {
  top: 182px;
}

.our-team__btn.swiper-button-disabled {
  opacity: 0.5;
}
.our-team__btn.swiper-button-disabled svg path {
  color: var(--white);
  fill: var(--white);
}

@media (min-width: 752px) {
  .our-team__btns {
    display: block;
    z-index: 1;
  }
  .our-team__wrapper.swiper-initialized .our-team__item {
    flex-grow: 0;
  }
}
@media (min-width: 1470px) {
  .our-team__wrapper {
    margin-inline: -28px;
    padding-inline: 28px;
    overflow: hidden;
  }
}
.team-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  background-color: var(--white-text);
  overflow: hidden;
}
.team-item:hover .team-item__img img, .team-item:focus .team-item__img img {
  transform: scale(1.1) translateX(-50%);
}

.team-item__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.team-item__img {
  position: relative;
  padding-top: 83%;
  border-radius: 32px;
  overflow: hidden;
  background-color: var(--light-grey);
}
.team-item__img img {
  position: absolute;
  top: 0;
  left: 50%;
  min-height: 101%;
  min-width: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(-50%);
  transition: transform 0.3s ease-in-out;
}

.team-item__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 16px 27px 16px;
  flex-grow: 1;
}

.team-item__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 4px;
  font-size: 0.875rem;
  color: var(--dark-purple-text);
}
.team-item__text p {
  margin: 0;
}

.team-item__schedule {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  line-height: 1;
  gap: 16px;
  color: var(--dark-purple-text);
}
.team-item__schedule span {
  position: relative;
}
.team-item__schedule span:last-child {
  text-decoration: underline;
}

.team-item__btn {
  position: relative;
  z-index: 2;
}

.team-item__name {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}

.team-item__ours {
  font-weight: 600;
}

.team-item__price {
  display: flex;
  align-items: center;
}

.team-item__price-mark {
  width: 33px;
  height: 33px;
  margin-right: 9px;
}

.team-item__price-new {
  display: flex;
  margin-right: 29px;
  color: var(--gray1, #333);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
}

.team-item__price-old {
  color: #B0B0B0;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.08;
  text-decoration: line-through;
  text-decoration-color: var(--orange);
}

@media (min-width: 752px) {
  .team-item__schedule {
    transition: color 0.3s ease-in-out;
  }
  .team-item__schedule:hover, .team-item__schedule:focus {
    color: var(--orange);
  }
  .team-item__schedule:hover span:last-child::before, .team-item__schedule:focus span:last-child::before {
    background-color: var(--orange);
  }
  .team-item__btn {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
  }
}
.partners__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  padding-inline: var(--padding);
  transition-timing-function: linear !important;
}

.partners__item {
  background: var(--white);
  box-shadow: 4px 4px 20px rgba(85, 73, 64, 0.2);
  border-radius: 16px;
}

@media (min-width: 752px) {
  .partners__list {
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 999px) {
  .partners__list.swiper-wrapper {
    width: auto;
  }
}
@media (min-width: 1000px) {
  .partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
  .partners__list {
    display: flex;
    padding-inline: 0;
  }
  .swiper-initialized .partners__list {
    gap: 0;
  }
  .partners__swiper {
    display: flex;
    justify-content: center;
    display: flex;
    max-width: 2000px;
    width: 100%;
  }
  .partners__item {
    flex-shrink: 0;
    flex-basis: 213px;
  }
}
.partner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  background-color: var(--white-text);
}

.partner__img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 72px;
}
.partner__img img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.partner__name {
  margin: 0;
  font-size: 0.563rem;
  text-decoration: none;
  color: var(--dark-purple-text);
}

@media (min-width: 500px) {
  .partner {
    padding: 16px;
  }
  .partner__name {
    font-size: 1rem;
  }
  .partner__img {
    height: 111px;
  }
}
.sign-up {
  padding-top: 50px;
  text-align: center;
  color: var(--white);
  overflow: hidden;
}

@media (max-width: 600px) {
  .sign-up {
    padding-bottom: 50px;
  }
  .sign-up__img {
    margin-bottom: 32px;
  }
}
.sign-up--bg {
  background-position: center 30px, center;
  background-repeat: no-repeat;
  background-color: var(--blue);
  background-image: url("/topform-ushariki/build/css/../img/logo-bg3.svg"), url("/topform-ushariki/build/css/../img/footer-group.jpg");
  background-size: 541px 564px, cover;
}

.sign-up .container {
  display: flex;
  flex-direction: column;
}

.sign-up__h2 {
  margin-bottom: 16px;
}

.sign-up__text {
  margin: 0;
  font-size: 0.875rem;
}
.sign-up__text p {
  margin: 0;
}

.sign-up__content {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}

.sign-up__btn {
  position: relative;
  z-index: 1;
}

.no-wrap-text {
  white-space: nowrap;
}

@media (min-width: 500px) {
  .sign-up__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 600px) {
  .sign-up {
    padding: 0;
  }
  .sign-up .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    min-height: 284px;
  }
  .sign-up__img {
    flex-grow: 1;
  }
  .sign-up__btn {
    position: relative;
    margin: 0;
    justify-self: flex-end;
  }
  .sign-up__content {
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 752px) {
  .parents-books .sign-up__img {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .sign-up {
    background-position: center 30%, cover;
    background-size: 1084px 1130px, cover;
  }
  .sign-up__text {
    font-size: 1rem;
  }
  .parents-books {
    padding-top: 78px;
    overflow: hidden;
  }
  .parents-books .sign-up {
    overflow: visible;
  }
}
.socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.socials__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: var(--dark-purple);
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.socials__link:hover, .socials__link:focus {
  color: var(--white);
  background-color: var(--purple);
}
.socials__link:hover svg path, .socials__link:focus svg path {
  fill: var(--white);
}

.info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  text-decoration: none;
  color: var(--dark-purple);
}

.info-item__svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: var(--dark-purple);
  color: var(--white);
  border-radius: 50%;
}

.info-item .info-item__svg svg path {
  fill: var(--white);
}

@media (min-width: 752px) {
  a.info-item {
    transition: color 0.3s ease-in-out;
  }
  a.info-item .info-item__svg {
    transition: background-color 0.3s ease-in-out;
  }
  a.info-item:hover, a.info-item:focus {
    color: var(--orange);
  }
  a.info-item:hover .info-item__svg, a.info-item:focus .info-item__svg {
    background-color: var(--orange);
  }
}
.qr {
  display: flex;
  align-items: center;
  gap: 12px;
}

.qr__text {
  margin: 0;
  max-width: 236px;
  font-weight: 500;
  font-size: 0.875rem;
  display: none;
}

@media (min-width: 580px) {
  .qr__text {
    display: block;
  }
}
@media (min-width: 900px) {
  .qr__qr {
    width: auto;
  }
  .qr__text {
    max-width: 188px;
  }
  .qr {
    margin-right: 130px;
    padding-top: 33px;
  }
}
@media (min-width: 1024px) {
  .qr__text {
    display: none;
  }
}
@media (min-width: 1230px) {
  .qr__text {
    display: block;
  }
}
@media (min-width: 1400px) {
  .qr {
    margin-right: 200px;
  }
}
.logos {
  padding-top: 33px;
  color: var(--white);
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.logos__inside {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding: 16px 24px;
  background-color: var(--purple);
  border-radius: 32px;
  text-align: center;
  text-decoration: unset;
  color: var(--white-text);
}
.logos__inside img {
  margin-top: -57px;
}

.logos__inside--transparent {
  background-color: unset;
  padding: 0;
}
.logos__inside--transparent img {
  max-height: 100px;
  margin-top: 0;
}

.logos__name {
  margin: 0;
  font-weight: 500;
  font-size: 0.875rem;
}

.logos__text {
  margin: 0;
  line-height: 1;
  font-weight: 700;
  font-size: 1.5rem;
}

@media (min-width: 560px) {
  .logos__inside {
    padding: 16px;
  }
  .logos__inside img {
    margin-top: -49px;
    margin-bottom: -16px;
  }
  .logos__inside--transparent {
    padding: 0;
  }
  .logos__inside--transparent img {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 800px) {
  .logos {
    flex-wrap: nowrap;
  }
}
@keyframes move-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100vw);
  }
}
.move-left {
  animation: move-left 0.3s ease-in;
}

.cookie {
  position: fixed;
  right: 16px;
  bottom: 40px;
  z-index: 10;
  width: calc(100% - 32px);
  max-width: 798px;
}
.cookie .btn--close {
  top: 16px;
  right: 16px;
}

.cookie.hidden {
  visibility: hidden;
  transform: 100vw, 0, 0;
}

.cookie__inside {
  position: relative;
  padding: 24px;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr);
  justify-content: center;
  gap: 16px;
  background-color: var(--light-gray);
  background-image: url("/topform-ushariki/build/css/../img/logo-bg-purple.svg");
  background-size: 50%;
  background-position: right top;
  background-repeat: no-repeat;
}

.cookie__text {
  margin-top: 0;
  margin-bottom: 32px;
  color: var(--dark-purple-text);
}
.cookie__text a {
  color: var(--orange);
  text-decoration: none;
}

.cookie__content {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.cookie__arr {
  margin-right: auto;
}

.cookie__img {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 751px) {
  .cookie__img img {
    width: 180px;
  }
}
@media (min-width: 752px) {
  .cookie .btn--close {
    top: 24px;
    right: 34px;
  }
  .cookie__inside {
    padding: 30px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  }
}
@media (min-width: 1000px) {
  .cookie__inside {
    padding-right: 106px;
  }
  .cookie__arr {
    width: 266px;
  }
}
.feedback {
  padding-top: 45px;
  padding-bottom: 60px;
}

.feedback__sliders {
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: hidden;
}

.feedback__text p {
  margin: 0;
}

.feedback__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 22px;
}

.fb-slider__item {
  flex-basis: 100%;
  flex-shrink: 0;
  height: auto;
}

@media (min-width: 752px) {
  .fb-slider__item {
    width: 316px;
    flex-basis: 316px;
  }
}
@media (min-width: 1000px) {
  .feedback {
    padding-top: 0;
    padding-bottom: 0;
    height: 450px;
    overflow: hidden;
  }
  .feedback .container {
    display: grid;
    grid-template-columns: 345px 1fr;
    gap: 47px;
    align-items: center;
    height: 100%;
  }
  .feedback__sliders {
    flex-direction: row;
    height: 100%;
  }
  .fb-slider__item {
    width: auto;
  }
  .feedback__content {
    margin-bottom: 0;
  }
  .feedback-form__text {
    max-width: 300px;
  }
}
.fb-slider__wrapper {
  display: flex;
  flex-shrink: 0;
  gap: 18px;
}

.fb-slider--2,
.fb-slider--3 {
  display: none;
}

.fb-slider-item__text p {
  margin: 0;
}

@media (min-width: 1000px) {
  .fb-slider--2 {
    display: block;
  }
  .fb-slider__wrapper {
    flex-direction: column;
  }
}
@media (min-width: 1300px) {
  .fb-slider--3 {
    display: block;
  }
}
.fb-slider-item {
  position: relative;
  background-color: var(--light-gray);
  padding: 9px 9px 19px 9px;
  border-radius: 32px;
}
.fb-slider-item:before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 50px;
  width: 28px;
  height: 28px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M28 0.276111L27.2934 6.10733C25.8801 5.97093 24.7319 6.24374 23.8486 6.92575C22.9653 7.57367 22.347 8.52849 21.9937 9.79021C21.6698 11.0178 21.6109 12.4501 21.817 14.0869H28V28H15.9874V14.0869C15.9874 9.1764 16.9737 5.45942 18.9464 2.93597C20.919 0.378414 23.9369 -0.508205 28 0.276111ZM12.0126 0.276111L11.306 6.10733C9.89274 5.97093 8.74448 6.24374 7.8612 6.92575C6.97792 7.57367 6.35962 8.52849 6.00631 9.79021C5.68244 11.0178 5.62355 12.4501 5.82965 14.0869H12.0126V28H0V14.0869C0 9.1764 0.98633 5.45942 2.95899 2.93597C4.93165 0.378414 7.94953 -0.508205 12.0126 0.276111Z' fill='%23E7DFDC'/%3E%3C/svg%3E");
}

.fb-slider-item__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 21px 19px 19px 19px;
  font-size: 0.875rem;
  border-radius: 32px;
  background-color: var(--white);
  border: 1px solid var(--light-brown);
}

.fb-slider-item__img {
  position: relative;
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--light-brown);
}
.fb-slider-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.fb-slider-item__person {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.875rem;
}

.gallery-block .container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.gallery-block__items {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}

@media (max-width: 751px) {
  .gallery-block__items {
    max-height: 880px;
    overflow: hidden;
    grid-auto-rows: 430px;
    transition: max-height 0.3s ease-in-out;
  }
  .gallery-block__items.opened {
    max-height: 70000px;
  }
}
@media (min-width: 600px) {
  .gallery-block__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 752px) {
  .gallery-block__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 219px;
    grid-auto-flow: dense;
  }
}
@media (min-width: 752px) and (max-width: 999px) {
  .gallery-block__item:nth-child(6n+1),
  .gallery-block__item:nth-child(6n+3),
  .gallery-block__item:nth-child(6n+5) {
    grid-row: span 2;
  }
  .gallery-block__item:nth-child(6n+2),
  .gallery-block__item:nth-child(6n+4),
  .gallery-block__item:nth-child(6n+6) {
    grid-row: span 1;
  }
  .gallery-block__item:nth-child(6n+1),
  .gallery-block__item:nth-child(6n+4) {
    grid-column: 1;
  }
  .gallery-block__item:nth-child(6n+2),
  .gallery-block__item:nth-child(6n+5) {
    grid-column: 2;
  }
  .gallery-block__item:nth-child(6n+3),
  .gallery-block__item:nth-child(6n+6) {
    grid-column: 3;
  }
}
@media (min-width: 1000px) {
  .gallery-block__items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 219px;
    grid-auto-flow: dense;
  }
  .gallery-block__item:nth-child(8n+1),
  .gallery-block__item:nth-child(8n+3),
  .gallery-block__item:nth-child(8n+6),
  .gallery-block__item:nth-child(8n+8) {
    grid-row: span 2;
  }
  .gallery-block__item:nth-child(8n+2),
  .gallery-block__item:nth-child(8n+4),
  .gallery-block__item:nth-child(8n+5),
  .gallery-block__item:nth-child(8n+7) {
    grid-row: span 1;
  }
  .gallery-block__item:nth-child(8n+1),
  .gallery-block__item:nth-child(8n+5) {
    grid-column: 1;
  }
  .gallery-block__item:nth-child(8n+2),
  .gallery-block__item:nth-child(8n+6) {
    grid-column: 2;
  }
  .gallery-block__item:nth-child(8n+3),
  .gallery-block__item:nth-child(8n+7) {
    grid-column: 3;
  }
  .gallery-block__item:nth-child(8n+4),
  .gallery-block__item:nth-child(8n+8) {
    grid-column: 4;
  }
}
.gallery-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 14px 19px;
  text-decoration: none;
  color: var(--dark-purple);
  background-color: var(--teal);
  border-radius: 32px;
  overflow: hidden;
}
.gallery-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 101%;
  min-width: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-in-out;
}

.gallery-item:hover img {
  transform: scale(1.1) translate(-50%, -50%);
}

.gallery-item__text {
  position: relative;
  width: 100%;
  padding: 11px 24px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 19px;
  color: var(--dark-purple);
  border-radius: 32px;
  background-color: var(--white);
}

@media (min-width: 752px) {
  .gallery-item {
    aspect-ratio: auto;
  }
}
.video-gallery .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
}

.video-gallery__slider-wrapper {
  display: flex;
}

.video-gallery__slider {
  position: relative;
}

.video-gallery__slider-inside {
  overflow: hidden;
}

.video-gallery__item {
  flex-basis: 100%;
  flex-shrink: 0;
}

.swiper-initialized .video-gallery__slider-wrapper {
  gap: 0;
}

.video-gallery__btn {
  top: 50%;
  transform: translate(0, -50%);
}

.video-gallery__btn.slider-btn--left {
  transform: translate(0, -50%) scale(-1, 1);
}

@media (min-width: 752px) {
  .video-gallery__slider-wrapper {
    gap: 30px;
  }
  .video-gallery__item {
    flex-basis: calc(50% - 15px);
  }
}
.video {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 32px;
  overflow: hidden;
}

.video__media {
  width: 100%;
  height: 100%;
}

.video__inside {
  position: relative;
  width: 100%;
  height: 100%;
}
.video__inside img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.video__inside::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.37), rgba(0, 0, 0, 0.37));
  transition: opacity 0.3s ease-in-out;
}

.video__inside .btn__video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.video:hover .video__inside::after {
  opacity: 0;
}

@media (min-width: 752px) {
  .video {
    border-radius: 0;
  }
}
.vacancies__tabs {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.vacancies .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tab__content {
  height: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.tab .opened .tab__content {
  height: auto;
  max-height: 3000px;
}
.tab .opened .btn--shevron {
  transform: rotate(180deg);
}

@media (min-width: 1000px) {
  .vacancies .container {
    gap: 32px;
  }
  .vacancies__tabs {
    gap: 40px;
  }
}
.vacancy-tab {
  padding: 15px 12px 15px 8px;
}

.vacancy-tab__wrapper {
  border: 1px solid var(--light-brown);
  background-color: var(--white);
  border-radius: 20px;
}

.vacancy-tab__name {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 4px 11px 7px 17px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 29px;
  color: var(--dark-purple);
}

.vacancy-tab__text h3 {
  font-size: 0.875rem;
  line-height: 1.4;
  text-transform: uppercase;
}
.vacancy-tab__text ul:not(:last-child) {
  margin-bottom: 30px;
  font-size: 0.75rem;
}

.vacancy-tab__inside {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 27px;
  padding: 20px 12px 14px 12px;
}
.vacancy-tab__inside:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  right: 12px;
  height: 1px;
  background-color: var(--light-brown);
}

.vacancy-tab__experience {
  padding: 11px 15px 25px 19px;
  border-radius: 32px;
}

@media (min-width: 752px) {
  .vacancy-tab {
    padding: 30px;
  }
  .vacancy-tab__inside {
    display: grid;
    align-content: flex-start;
    align-items: flex-start;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  }
  .vacancy-tab__inside {
    padding: 20px 30px 22px 30px;
  }
  .vacancy-tab__name {
    padding: 7px 30px 13px 33px;
  }
}
.text {
  line-height: 1.5;
}
.text a {
  color: var(--orange);
}
.text p {
  margin-top: 0;
}
.text p:not(:last-child) {
  margin-bottom: 22px;
}
.text p:last-child {
  margin-bottom: 0;
}
.text ul {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 5px;
  margin-inline: 0;
  margin-block: 22px;
  padding: 0;
  list-style: none;
}
.text ul li {
  position: relative;
  padding-left: 20px;
}
.text ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--orange);
  border-radius: 2px;
}
.text ul:first-child {
  margin-top: 0;
}
.text ul:last-child {
  margin-bottom: 0;
}
.text h2 {
  margin-top: 0;
  font-weight: 500;
  font-size: 2rem;
  line-height: 105%;
}
.text h2:not(:last-child) {
  margin-bottom: 27px;
}
.text h2 span {
  color: var(--orange);
}
.text h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
}
.text h3:not(:first-child) {
  margin-top: 22px;
}
.text .img {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.text .img img {
  width: 100%;
  height: auto;
}
.text .img__text {
  position: absolute;
  right: 39px;
  bottom: 22px;
  padding: 11px 24px;
  max-width: calc(100% - 80px);
  background-color: var(--white);
  border-radius: 32px;
}
.text blockquote {
  position: relative;
  margin: 0;
  margin-bottom: 35px;
  padding: 22px 15px 58px 21px;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 130%;
  color: var(--white);
  background-color: var(--orange);
  border-radius: 32px;
}
.text blockquote:not(:first-child) {
  margin-top: 35px;
}
.text blockquote::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 26px;
  width: 54px;
  height: 37px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 54 37'%3E%3Cpath fill='%23fff' d='M54 .365 52.637 8.07c-2.725-.18-4.94.18-6.643 1.082-1.704.856-2.896 2.118-3.578 3.785-.624 1.622-.738 3.515-.34 5.678H54V37H30.833V18.615c0-6.489 1.902-11.4 5.706-14.735C40.344.5 46.164-.672 54 .365Zm-30.833 0L21.804 8.07c-2.725-.18-4.94.18-6.643 1.082-1.704.856-2.896 2.118-3.577 3.785-.625 1.622-.739 3.515-.341 5.678h11.924V37H0V18.615c0-6.489 1.902-11.4 5.707-14.735C9.51.5 15.33-.672 23.167.365Z'/%3E%3C/svg%3E%0A");
}
.text blockquote:last-child {
  margin-bottom: 0;
}
.text blockquote:first-child {
  margin-top: 0;
}
.text div:not(:last-child) {
  margin-bottom: 35px;
}
.text h4 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.text h4:not(:first-child) {
  margin-top: 22px;
}

@media (min-width: 752px) {
  .text p,
  .text ul,
  .text div {
    font-size: 1rem;
  }
  .text div:not(:last-child) {
    margin-bottom: 53px;
  }
  .text blockquote {
    margin-bottom: 35px;
    padding: 26px 198px 37px 63px;
    font-size: 22px;
  }
  .text blockquote:not(:first-child) {
    margin-top: 53px;
  }
  .text blockquote::before {
    right: 45px;
    width: 113px;
    height: 49px;
  }
  .text h4 {
    margin-bottom: 30px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .text h4:not(:first-child) {
    margin-top: 48px;
  }
}
.experience-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-content: flex-start;
  gap: 5px;
  padding: 11px 15px 25px 19px;
  border-radius: 32px;
}
.experience-block p {
  margin: 0;
}
.experience-block .btn--arrowed {
  justify-self: flex-start;
  margin-top: 15px;
}

.experience-block__name {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 29px;
}

.experience-block__value {
  font-size: 1.25rem;
  line-height: 29px;
}

@media (min-width: 1000px) {
  .experience-block {
    gap: 10px;
    padding: 19px 52px 30px 52px;
  }
}
.licences__inside-wrapper {
  display: flex;
  gap: 24px;
}

.swiper-initialized .licences__inside-wrapper {
  gap: 0;
}

.licences__wrapper {
  position: relative;
}

.licences__btn {
  top: 40%;
}

.licences__inside {
  position: relative;
  padding-top: 21px;
  margin-inline: -16px;
  padding-inline: 16px;
  overflow: hidden;
}

@media (min-width: 1470px) {
  .licences__inside {
    margin-inline: -28px;
    padding-inline: 28px;
  }
}
.licences-item {
  padding: 12px;
  background-color: var(--white-text);
}

.licences-item__img {
  border: 1px solid var(--light-brown);
  border-radius: 10px;
  overflow: hidden;
}
.licences-item__img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.licences-item__text {
  padding-block: 15px;
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  color: var(--dark-purple-text);
}

@media (min-width: 752px) {
  .licences-item {
    padding: 0;
  }
  .licences-item__img {
    padding: 25px;
    background: var(--light-gray);
    border-radius: 32px;
  }
  .licences-item__text {
    padding: 18px 24px 42px 24px;
  }
}
.documents__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  padding-top: 21px;
  padding-bottom: 40px;
}

@media (min-width: 600px) {
  .documents__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media (min-width: 750px) {
  .documents__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media (min-width: 1000px) {
  .documents__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.documents-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 16px;
  justify-items: flex-start;
  padding: 14px 30px 20px 16px;
  font-weight: 600;
  font-size: 0.875rem;
}
.documents-item .btn--arrowed {
  align-self: flex-end;
}

.documents-item__text {
  max-height: 64px;
  overflow: hidden;
}
.documents-item__text p {
  margin: 0;
}

@media (min-width: 752px) {
  .documents-item {
    padding: 24px 30px 30px 32px;
  }
}
.top {
  overflow: hidden;
}

.top__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 57px;
}

.top__left {
  display: flex;
  flex-direction: column;
  z-index: 1;
  gap: 16px;
}

.top__left--for .h1 {
  margin-bottom: 11px;
}
.top__left--for .top__text {
  margin-bottom: 20px;
}
.top__left--for .top__qoute {
  margin-bottom: 24px;
}

.top__text p {
  margin: 0;
  line-height: 1.4;
}

.top__right {
  height: 363px;
  display: flex;
  justify-content: flex-end;
}
.top__right .drop-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  aspect-ratio: 1;
  max-width: 600px;
}
.top__right .drop {
  position: absolute;
  right: 0;
  top: 0;
  height: 90%;
}
.top__right .drop-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  aspect-ratio: auto;
}

.top__container--img .top__right {
  height: auto;
}

.top__price {
  margin-bottom: 24px;
}

.top__right--full .drop {
  height: 100%;
}

.top__qoute {
  position: relative;
  padding: 14px 9px 8px 18px;
  font-size: 0.875rem;
  line-height: 140%;
  border: 1px solid var(--light-brown);
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.3);
}
.top__qoute p {
  margin: 0;
}
.top__qoute::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 32px;
  width: 108px;
  height: 96px;
  background-image: url("/topform-ushariki/build/css/../img/quotes.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.top__qoute-inside {
  position: relative;
}

.top__btn {
  margin-right: auto;
}

.top__right--specialist {
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(21px 30px 60px rgba(81, 41, 133, 0.22));
}

.top__specialist {
  position: relative;
}

.top__tags {
  margin-bottom: 24px;
}

.top__img {
  overflow: hidden;
}

.top__info {
  display: flex;
  align-items: center;
  gap: 34px;
}

.top__info-date {
  font-size: 0.875rem;
  line-height: 1.6;
}

.top__container .top__right--specialist img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
}

.top__specialist-buble-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  aspect-ratio: auto;
}

.top__specialist-wrap {
  position: absolute;
  bottom: 30px;
  right: 10%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  height: 70%;
  aspect-ratio: 1;
  opacity: 1;
}

.top__specialist-drop {
  position: absolute;
  right: 0;
  top: 0;
  height: 90%;
  aspect-ratio: 1/1;
  -webkit-clip-path: url("#my-clip-path");
          clip-path: url("#my-clip-path");
  background: var(--purple-bg);
}

.top__specialist-drop-inside {
  position: absolute;
  right: 0;
  top: 0;
  height: 90%;
  aspect-ratio: 1/1;
  -webkit-clip-path: url("#my-clip-path");
          clip-path: url("#my-clip-path");
  filter: drop-shadow(30px 60px rgba(81, 41, 133, 0.22));
}

.top__specialist-drop img {
  position: relative;
  bottom: -10%;
  opacity: 0.2;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: none;
}

.top__right--specialist .drop__specialist {
  left: auto;
  right: 0%;
}

@media (min-width: 752px) {
  .top__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .top__qoute {
    padding: 30px;
  }
  .top__right--full {
    height: auto;
  }
  .top__container .top__right {
    display: block;
    height: 100%;
  }
  .top__img {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    overflow: hidden;
  }
  .top__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .top__container .top__right--specialist {
    display: flex;
    align-items: flex-end;
  }
  .top__container .top__right--specialist img {
    max-height: 500px;
  }
  .top__info {
    margin: 16px 0;
  }
}
@media (min-width: 1000px) {
  .top__right .drop-wrapper {
    height: 506px;
  }
  .top__right .drop__right-img {
    max-height: 506px;
    bottom: auto;
  }
  .top__qoute {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .top__container--for {
    grid-template-columns: minmax(0, 1fr) 500px;
    gap: 20px;
  }
  .top__left--specialist {
    padding-bottom: 80px;
  }
  .top__price {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .top__qoute {
    padding: 30px 166px 32px 40px;
    font-size: 1.25rem;
  }
  .top__container--for {
    grid-template-columns: minmax(0, 1fr) 574px;
    gap: 60px;
  }
}
.input {
  padding: 15px 22px;
  font-size: 0.875rem;
  line-height: 18px;
  color: var(--dark-gray-text);
  background: var(--light-gray);
  border-radius: 40px;
  width: 100%;
}

.input--check {
  position: relative;
  flex-shrink: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
}
.input--check::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 9px;
  width: 14px;
  height: 11px;
  opacity: 0;
  background-size: 14px 11px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7L6.22471 12.0696C6.62685 12.5522 7.3691 12.5489 7.76688 12.0627L16 2' stroke='%23FC8C3E' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  transition: opacity 0.3s ease-in-out;
}
.input--check:checked::before {
  opacity: 1;
}

.input--textarea {
  border-radius: 32px;
  width: 100%;
}

.feedback-form {
  position: relative;
  padding-top: 45px;
  padding-bottom: 60px;
  color: var(--white);
  overflow: hidden;
}

.feedback-form--bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--blue);
  background-image: url("/topform-ushariki/build/css/../img/footer-group.jpg");
  background-attachment: fixed;
}
.feedback-form--bg a {
  color: var(--white);
  text-decoration: none;
  transition: opacity 0.3s;
}
.feedback-form--bg a:hover {
  opacity: 0.6;
}

.feedback-form__img {
  display: none;
}

.feedback-form__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
}

.feedback-form__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 1000px) {
  .feedback-form {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .feedback-form__container {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  }
  .feedback-form__container--three {
    grid-template-columns: minmax(0, 1fr);
  }
  .feedback-form__img {
    display: block;
  }
  .feedback-form {
    position: relative;
  }
  .feedback-form::after {
    background-size: 680px 710px;
    background-position: left center;
  }
}
.form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form__fieldset {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form__label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.form__label.disabled {
  opacity: 0.5;
}

.form__label-name {
  position: relative;
  order: -1;
  margin-right: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 19px;
}

.form__required {
  position: absolute;
  top: 0;
  right: -8px;
  color: var(--orange);
  opacity: 0;
}

.form__input.required + .form__label-name .form__required {
  opacity: 1;
}

.form__label--check {
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.form__label--check .form__label-name {
  order: 1;
  font-size: 0.75rem;
  line-height: 16px;
}
.form__label--check a {
  color: var(--orange);
  text-decoration: none;
}

.form__action {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form__btn {
  width: 213px;
  min-height: 44px;
}

.form__label-name-file {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.75rem;
  line-height: 1.4;
}

.form__files {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  font-weight: 600;
}

.form__files-file {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form__files-file::after {
  content: "";
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2L2 10' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 2L10 10' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  cursor: pointer;
}

.input--file {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
}

.form__dummy-file {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 29px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 19px;
  border-radius: 32px;
  background-color: var(--orange);
}

.form__label--file {
  flex-direction: row;
  align-items: center;
}

.form__fieldset-row {
  display: flex;
  gap: 25px;
}
.form__fieldset-row .form__label {
  flex-grow: 1;
}

.form__label--date {
  position: relative;
}
.form__label--date:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  bottom: 16px;
  right: 25px;
  background-image: url("/topform-ushariki/build/css/../img/calendar2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 752px) {
  .form,
  .form--two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .form--one {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 1000px) {
  .popup__form .form {
    gap: 10px;
  }
  .popup__form .form__label {
    gap: 6px;
  }
  .popup__form .form__input {
    padding: 10px 18px;
  }
}
@media (min-width: 1000px) {
  .form__fieldset {
    gap: 30px;
  }
  .form--three {
    grid-template-columns: 1fr 1fr 2fr;
  }
}
@media (min-width: 1260px) {
  .form__action {
    flex-direction: row;
    align-items: center;
  }
  .form__btn {
    flex-basis: 213px;
    flex-shrink: 0;
  }
  .form--feedback {
    grid-template-columns: 424px 1fr;
    gap: 50px;
  }
}
.map__wrapper {
  height: 617px;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
}

.map-container {
  width: 100%;
  height: 100%;
}

.contacts p {
  margin: 0;
}

.contacts__h1 {
  margin-bottom: 34px;
}

.contacts__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: flex-start;
  align-items: flex-start;
  gap: 26px;
}

.contacts__svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 7px;
  color: var(--green2);
  border-radius: 10px;
}
.contacts__svg svg {
  width: 22px;
}

.contacts__row {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 23px;
}

.contacts__name {
  font-size: 1.125rem;
  line-height: 16px;
  color: var(--light-gray3);
}
.contacts__name:not(:last-child) {
  margin-bottom: 6px;
}

.contacts__details {
  color: var(--dark-purple);
  font-size: 1.5rem;
  line-height: 33px;
}
.contacts__details:not(:last-child) {
  margin-bottom: 11px;
}

.contacts__description {
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--dark-gray);
}

.contacts__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 50px;
}

@media (min-width: 752px) {
  .contacts__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (min-width: 1000px) {
  .contacts__container {
    gap: 287px;
  }
  .contacts__content {
    gap: 38px;
  }
  .contacts__svg {
    width: 80px;
    height: 80px;
  }
  .contacts__svg svg {
    width: 45px;
  }
  .contacts__row {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 42px;
  }
  .contacts__name {
    font-size: 1rem;
    line-height: 19px;
  }
  .contacts__details {
    font-size: 2rem;
    line-height: 44px;
  }
  .contacts__description {
    font-size: 0.875rem;
  }
}
.areas .h2 {
  margin-bottom: 30px;
}

.areas__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 236px;
  gap: 25px;
}

@media (min-width: 500px) {
  .areas__list {
    min-height: 190px;
  }
}
@media (min-width: 752px) {
  .areas__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 40px;
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
}
.areas-item {
  position: relative;
  padding: 50px 32px;
  overflow: hidden;
  text-decoration: none;
  color: var(--dark-purple-text);
  background-color: var(--white-text);
}
.areas-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -56px;
  width: 418px;
  height: 100%;
  background-color: var(--green-bg);
  -webkit-clip-path: path("M323.616 281.382C290.741 314.53 242.634 338.586 195.879 334.613C149.124 330.64 103.618 298.715 63.8189 255.495C24.0318 212.185 -10.0372 157.49 4.14824 118.338C18.3337 79.1862 80.9533 55.6026 131.007 25.4976C181.061 -4.60732 218.548 -41.2336 259.402 -43.5826C300.257 -45.9317 344.503 -14.1832 367.112 26.083C389.72 66.3493 390.871 115.159 382.497 160.62C374.212 206.094 356.479 248.323 323.616 281.382Z");
          clip-path: path("M323.616 281.382C290.741 314.53 242.634 338.586 195.879 334.613C149.124 330.64 103.618 298.715 63.8189 255.495C24.0318 212.185 -10.0372 157.49 4.14824 118.338C18.3337 79.1862 80.9533 55.6026 131.007 25.4976C181.061 -4.60732 218.548 -41.2336 259.402 -43.5826C300.257 -45.9317 344.503 -14.1832 367.112 26.083C389.72 66.3493 390.871 115.159 382.497 160.62C374.212 206.094 356.479 248.323 323.616 281.382Z");
}

.areas-item.purple::before {
  background-color: var(--purple-bg);
}
.areas-item.purple .areas-item__img {
  color: var(--purple-text);
  fill: var(--purple-text);
}

.areas-item--btm .areas-item__img {
  align-items: flex-end;
}

.areas-item__h3 {
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
}

.areas-item__text {
  margin: 0;
  font-size: 0.875rem;
}
.areas-item__text p {
  margin: 0;
}

.advs-item__content.centered {
  justify-content: center;
}

.areas-item__img {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 190px;
  color: var(--green2);
}

.areas-item__content {
  position: relative;
  z-index: 1;
  padding-right: 100px;
  font-size: 0.875rem;
}
.areas-item__content p {
  margin: 0;
}
.areas-item__content ul {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.areas-item__content li {
  position: relative;
  padding-left: 18px;
}
.areas-item__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 1px;
  background-color: var(--green2);
}

.areas-item.purple .areas-item__content li::before {
  background-color: var(--purple);
}

@media (min-width: 752px) {
  .areas-item__text {
    font-size: 1rem;
  }
  .areas-item.areas-item.purple::before {
    -webkit-clip-path: path("M505.884 468.48C454.394 520.398 379.046 558.075 305.817 551.852C232.588 545.629 161.316 495.628 98.9804 427.935C36.6646 360.102 -16.6954 274.437 5.52231 213.115C27.74 151.794 125.817 114.857 204.213 67.7053C282.608 20.5539 341.323 -36.8114 405.31 -40.4905C469.297 -44.1697 538.597 5.55581 574.008 68.6222C609.418 131.689 611.221 208.135 598.105 279.339C585.129 350.562 557.355 416.702 505.884 468.48Z");
            clip-path: path("M505.884 468.48C454.394 520.398 379.046 558.075 305.817 551.852C232.588 545.629 161.316 495.628 98.9804 427.935C36.6646 360.102 -16.6954 274.437 5.52231 213.115C27.74 151.794 125.817 114.857 204.213 67.7053C282.608 20.5539 341.323 -36.8114 405.31 -40.4905C469.297 -44.1697 538.597 5.55581 574.008 68.6222C609.418 131.689 611.221 208.135 598.105 279.339C585.129 350.562 557.355 416.702 505.884 468.48Z");
  }
}
@media (min-width: 1000px) {
  .areas-item__content {
    padding-right: 120px;
  }
  .areas-item__h3 {
    margin-bottom: 24px;
  }
  .areas-item__img svg {
    width: 100%;
    height: auto;
  }
}
.services__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  padding: 12px;
}

@media (min-width: 752px) {
  .services__list {
    gap: 30px;
    padding: 30px;
  }
}
@media (min-width: 1000px) {
  .services .container,
  .services--container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
    gap: 24px;
  }
}
.services-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 19px 12px 30px 12px;
  border: 1px solid var(--light-brown);
  border-radius: 32px;
}

.services-item--specialist {
  border: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.services-item--specialist:last-child {
  padding-bottom: 0;
}

.services-item__name {
  margin: 0;
  color: var(--gray1);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 29px;
}

.services-item__row {
  display: flex;
  flex-direction: column;
}

.services-item__text {
  margin: 0;
  margin-bottom: 4px;
  font-size: 0.875rem;
  line-height: 29px;
  color: var(--dark-gray);
}

.services-item__price {
  margin: 0;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 29px;
}

@media (min-width: 500px) {
  .services-item__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
  .services-item__text {
    grid-column: span 2;
  }
  .services-item__price {
    margin-bottom: 0;
    padding-right: 32px;
  }
}
@media (min-width: 752px) {
  .services-item__row {
    display: grid;
    grid-template-columns: 1fr auto 177px;
  }
  .services-item__name {
    margin-bottom: 24px;
  }
  .services-item--specialist .services-item__name {
    margin-bottom: 0;
  }
  .services-item__text {
    position: relative;
    grid-column: span 1;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
    padding-right: 6px;
    font-size: 1rem;
  }
  .services-item__text::after {
    content: "";
    position: relative;
    flex-basis: 5px;
    flex-grow: 1;
    bottom: 10px;
    line-height: 16px;
    border-bottom: 1px dashed #E7DFDC;
  }
}
.reviews {
  margin-bottom: 60px;
}

.reviews__list {
  display: flex;
  gap: 18px;
}

.reviews__item {
  flex-basis: 100%;
  flex-shrink: 0;
}

.reviews__swiper {
  overflow: hidden;
}

.reviews__swiper.swiper-initialized .reviews__list {
  gap: 0;
}

@media (min-width: 1000px) {
  .reviews {
    margin-bottom: 70px;
  }
  .reviews__list {
    flex-direction: column;
    gap: 20px;
  }
}
.reviews-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 13px 10px 11px 10px;
  background-color: var(--light-gray);
  border-radius: 32px;
}

.reviews-item__content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  flex-grow: 1;
  padding: 24px 24px 24px 12px;
  font-size: 0.875rem;
  background: var(--white);
  border: 1px solid var(--light-brown);
  border-radius: 32px;
}
.reviews-item__content p {
  margin: 0;
}
.reviews-item__content:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 50px;
  width: 28px;
  height: 28px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M28 0.276111L27.2934 6.10733C25.8801 5.97093 24.7319 6.24374 23.8486 6.92575C22.9653 7.57367 22.347 8.52849 21.9937 9.79021C21.6698 11.0178 21.6109 12.4501 21.817 14.0869H28V28H15.9874V14.0869C15.9874 9.1764 16.9737 5.45942 18.9464 2.93597C20.919 0.378414 23.9369 -0.508205 28 0.276111ZM12.0126 0.276111L11.306 6.10733C9.89274 5.97093 8.74448 6.24374 7.8612 6.92575C6.97792 7.57367 6.35962 8.52849 6.00631 9.79021C5.68244 11.0178 5.62355 12.4501 5.82965 14.0869H12.0126V28H0V14.0869C0 9.1764 0.98633 5.45942 2.95899 2.93597C4.93165 0.378414 7.94953 -0.508205 12.0126 0.276111Z' fill='%23E7DFDC'/%3E%3C/svg%3E");
}

.reviews-item__person {
  font-weight: 600;
}

.reviews-item__img {
  position: relative;
  height: 213px;
  width: 100%;
  border: 1px solid var(--light-brown);
  border-radius: 32px;
  overflow: hidden;
}
.reviews-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}

@media (min-width: 752px) {
  .reviews-item {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 30px;
    padding: 30px;
  }
  .reviews-item:nth-child(2n+1) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  }
  .reviews-item:nth-child(2n+1) .reviews-item__img {
    order: -1;
  }
  .reviews-item__img {
    height: 100%;
  }
}
@media (min-width: 1000px) {
  .reviews-item {
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
  }
  .reviews-item:nth-child(2n+1) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  }
  .reviews-item__content {
    padding: 19px 30px 57px 30px;
  }
  .reviews-item__text {
    font-size: 1rem;
  }
  .reviews-item__person {
    font-size: 1rem;
  }
}
.parents-about__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: flex-start;
  align-content: flex-start;
}

.parents-about__left {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.parents-about__video {
  border-radius: 32px;
  overflow: hidden;
}

@media (max-width: 751px) {
  .parents-about__video {
    margin-bottom: 32px;
  }
}
.parents-about__quote {
  position: relative;
  padding: 170px 0 0 0;
}

.parents-about__quote-img {
  position: absolute;
  left: 50%;
  top: -30px;
  z-index: 1;
  max-width: 269px;
  max-height: 265px;
  transform: translateX(-50%);
}

.parents-about__quote-inside {
  position: relative;
  padding: 40px 20px 20px 20px;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.3;
  color: var(--white-text);
  border-radius: 32px;
  background-color: var(--orange-text);
}
.parents-about__quote-inside p {
  margin: 0;
}
.parents-about__quote-inside:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 26px;
  width: 47px;
  height: 33px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M28 0.276111L27.2934 6.10733C25.8801 5.97093 24.7319 6.24374 23.8486 6.92575C22.9653 7.57367 22.347 8.52849 21.9937 9.79021C21.6698 11.0178 21.6109 12.4501 21.817 14.0869H28V28H15.9874V14.0869C15.9874 9.1764 16.9737 5.45942 18.9464 2.93597C20.919 0.378414 23.9369 -0.508205 28 0.276111ZM12.0126 0.276111L11.306 6.10733C9.89274 5.97093 8.74448 6.24374 7.8612 6.92575C6.97792 7.57367 6.35962 8.52849 6.00631 9.79021C5.68244 11.0178 5.62355 12.4501 5.82965 14.0869H12.0126V28H0V14.0869C0 9.1764 0.98633 5.45942 2.95899 2.93597C4.93165 0.378414 7.94953 -0.508205 12.0126 0.276111Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

.parents-about__right {
  display: flex;
  flex-direction: column;
}

.parents-about__btn {
  margin-right: auto;
}

.parents-about__h2 {
  margin-bottom: 20px;
}

.parents-about__text {
  display: flex;
  flex-direction: column;
}

.parents-about__text .text {
  margin-bottom: 25px;
}

@media (min-width: 600px) {
  .parents-about__quote {
    padding: 40px 0 67px 102px;
  }
  .parents-about__quote-img {
    left: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
  }
  .parents-about__quote-inside {
    padding: 25px 40px 40px 167px;
    font-size: 1.5rem;
  }
  .parents-about__quote-inside:before {
    width: 94px;
    height: 65px;
  }
}
.parents-about__img {
  border-radius: 32px;
  overflow: hidden;
}

@media (min-width: 752px) {
  .parents-about__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .parents-about__quote {
    padding: 170px 0 0 0;
  }
  .parents-about__quote-img {
    left: 50%;
    top: -30px;
    z-index: 1;
    transform: translateX(-50%);
  }
  .parents-about__quote-inside {
    padding: 40px 20px 20px 20px;
  }
  .parents-about__quote-inside:before {
    width: 47px;
    height: 33px;
  }
}
@media (min-width: 1000px) {
  .parents-about__container {
    gap: 36px;
  }
}
@media (min-width: 1200px) {
  .parents-about__container {
    gap: 36px;
  }
  .parents-about__quote {
    padding: 40px 0 67px 102px;
  }
  .parents-about__quote-img {
    left: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
  }
  .parents-about__quote-inside {
    padding: 25px 40px 40px 167px;
    font-size: 1.5rem;
  }
  .parents-about__quote-inside:before {
    width: 94px;
    height: 65px;
  }
}
.telemedicina {
  overflow: hidden;
}
.telemedicina .drop-item {
  display: none;
}

.telemedicina__content {
  display: flex;
  flex-direction: column;
}
.telemedicina__content p {
  margin: 0;
}
.telemedicina__content .h3 {
  margin-bottom: 24px;
}

.telemedicina__text {
  margin-bottom: 35px;
}

.telemedicina__block--text {
  margin-bottom: 60px;
}

.telemedicina__block--img {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

@media (min-width: 752px) {
  .telemedicina .drop-item {
    display: block;
  }
  .telemedicina .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    align-content: flex-start;
    gap: 24px;
  }
  .telemedicina__block--text {
    grid-column: span 2;
    margin-bottom: 0;
  }
  .telemedicina__block--img {
    padding-top: 0;
  }
}
@media (min-width: 1000px) {
  .telemedicina .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 45px;
  }
  .telemedicina__block--text {
    grid-column: span 1;
  }
  .telemedicina__content {
    max-width: 370px;
  }
}
.rules__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
}

.rules-item {
  display: flex;
  flex-direction: column;
  color: var(--dark-purple-text);
  background: var(--white-text);
  border-radius: 32px;
}
.rules-item .rules-item__img svg path {
  color: var(--dark-purple) !important;
}

.rules-item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 129px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 44px;
  color: var(--green2);
  background-image: url("/img/rules-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
}

.rules-item--purple .rules-item__img {
  color: var(--purple);
  background-image: url("/topform-ushariki/build/img/rules-bg-purple.svg");
}

.rules-item__content {
  padding: 18px 12px 28px 12px;
}

.rules-item__name {
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 33px;
}

.rules-item__text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
}
.rules-item__text p {
  margin: 0;
}
.rules-item__text p:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .rules__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 752px) {
  .rules-item__content {
    padding: 34px 5px 37px 23px;
  }
}
@media (min-width: 1000px) {
  .rules__list {
    display: flex;
    gap: 36px;
  }
  .rules-item {
    flex-basis: 25%;
    flex-grow: 1;
  }
}
.funds .container {
  position: relative;
}

.funds__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

.funds-item {
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: flex-start;
  align-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 9px 10px;
}

.funds-item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: 1px solid var(--light-brown);
  background-color: var(--white-text);
  border-radius: 20px;
  aspect-ratio: 1/1;
}

.funds-item__name {
  margin-top: 0;
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.3;
  color: var(--dark-purple);
}

.funds-item__link {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--purple-text);
}

.funds-item__phones {
  grid-column: span 2;
}

.funds-item__phone {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--dark-purple);
  text-decoration: none;
}

.funds-item__ico {
  width: 14px;
  height: 14px;
  margin-right: 14px;
}

@media (min-width: 600px) {
  .funds__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1000px) {
  .funds-item {
    grid-template-columns: 126px 1fr;
    padding: 16px;
  }
  .funds-item__phones {
    grid-column: 2;
  }
  .funds-item__img {
    grid-row: span 2;
  }
}
.evts-specialists__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.evt-specialist {
  overflow: hidden;
}

.evt-specialist__container {
  position: relative;
  padding: 74px 14px 14px 14px;
}

.evt-specialist__content {
  display: flex;
  flex-direction: column;
}

.evt-specialist__name {
  margin-top: 0;
  margin-bottom: 26px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--dark-purple);
}

.evt-specialist__dates {
  position: absolute;
  top: 0;
  left: 30px;
  padding: 13px 16.5px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
  color: var(--white);
  background-color: var(--purple);
  border-radius: 0 0 32px 32px;
}

.evt-specialist__tags {
  margin-bottom: 30px;
}

.evt-specialist__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.evt-specialist__btn {
  margin-right: auto;
}

@media (min-width: 752px) {
  .evt-specialist__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
  .evt-specialist--calendar .evt-specialist__container {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }
  .evt-specialist--calendar .evt-specialist__tags {
    margin-bottom: 26px;
  }
  .evt-specialist--calendar .evt-specialist__name {
    margin-bottom: 26px;
  }
}
@media (min-width: 1000px) {
  .evt-specialist__container {
    padding: 30px;
  }
  .evt-specialist__content {
    padding-top: 55px;
  }
  .evt-specialist__name {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 145%;
  }
  .evt-specialist__tags {
    margin-bottom: 50px;
  }
  .evt-specialist__dates {
    padding: 9.5px 23.5px;
  }
}
.lectors {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: flex-start;
  align-content: flex-start;
  padding: 13px 20px 15px 20px;
  border-radius: 32px;
  background-color: var(--light-gray);
}

.lectors__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
}

.lectors__title {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
}

.lector {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  -moz-column-gap: 19px;
       column-gap: 19px;
  align-items: flex-start;
  align-content: flex-start;
}

.lector__image {
  position: relative;
  display: flex;
  grid-row: 1/3;
  margin-bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
}
.lector__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}

.lector__name {
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 120%;
  color: var(--dark-purple-text);
}

.lector__position {
  margin: 0;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.2;
  color: var(--dark-gray-text);
}

@media (min-width: 600px) {
  .lectors__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 752px) {
  .lector {
    grid-template-columns: minmax(0, 1fr);
  }
  .lector__image {
    grid-row: 1;
    margin-bottom: 15px;
  }
}
@media (min-width: 1000px) {
  .lectors {
    padding: 18px 38px 38px 38px;
  }
  .lector {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    -moz-column-gap: 19px;
         column-gap: 19px;
    align-items: flex-start;
    align-content: flex-start;
  }
  .lector__image {
    margin-bottom: 0;
    grid-row: 1/3;
  }
}
@media (min-width: 1200px) {
  .lector {
    grid-template-columns: 80px minmax(0, 1fr);
  }
  .lector__image {
    width: 80px;
    height: 80px;
  }
}
.tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 10px;
}

.tags__item {
  padding: 4px 17px 7px 17px;
  font-weight: 600;
  font-size: 0.875rem;
  white-space: nowrap;
  color: var(--purple);
  border-radius: 32px;
  text-decoration: none;
}

.tags__item.purple {
  color: var(--purple-text);
}

.tags__item.dark {
  color: var(--white-text);
  background-color: rgba(255, 255, 255, 0.1);
}

.tags__item--info {
  text-align: center;
  color: var(--white);
  background-color: var(--purple);
  border-radius: 32px;
  margin-left: auto;
  padding: 4px 17px 7px 17px;
  font-weight: 600;
  font-size: 0.875rem;
}

.price {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 24px;
}

.price__ico {
  width: 80px;
  height: 80px;
  padding: 9px;
  color: var(--green2);
  background-color: var(--green-bg);
  border-radius: 16px;
}

.price__name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 0.875rem;
  color: var(--dark-gray);
}

.price__price {
  margin: 0;
  font-weight: 600;
  font-size: 1.25rem;
}

.price__text {
  margin: 0;
  font-weight: 400;
  font-size: 0.875rem;
}

.schedule__wrapper {
  padding: 27px 15px 15px 15px;
}

.schedule__wrapper .h2 {
  margin-bottom: 24px;
}

.schedule__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.shedule__remark {
  position: relative;
  padding: 13px 21px 17px 40px;
  background-color: var(--white);
}
.shedule__remark::before {
  content: "!";
  position: absolute;
  left: 14px;
  top: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1;
  color: var(--green2);
  background-color: var(--green-bg);
  border-radius: 50%;
}

.shedule__remark-name {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
}

.schedule__remark-text {
  font-size: 0.75rem;
  line-height: 1.5;
}
.schedule__remark-text p {
  margin: 0;
}

.schedule__text-img {
  margin-bottom: -50px;
}

.schedule__text-img {
  display: flex;
  justify-content: center;
}
.schedule__text-img .drop-item {
  width: 70%;
  height: 70%;
}

.schedule__table img {
  width: 100%;
}

@media (min-width: 752px) {
  .schedule__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (min-width: 1000px) {
  .schedule__wrapper {
    padding: 50px;
  }
  .schedule__text {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-left: 20px;
  }
  .schedule__text-img {
    position: absolute;
    width: 100%;
    top: -70px;
    left: 0;
  }
  .shedule__remark-name {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .schedule__remark-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .shedule__remark {
    padding: 30px 25px 25px 86px;
  }
  .shedule__remark::before {
    left: 27px;
    top: 21px;
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
}
.services-ads__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  padding: 20px 15px 20px 10px;
}

.services-ad {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 11px;
}

.services-ad__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 8.5px;
  border-radius: 10px;
}
.services-ad__ico img {
  width: 100%;
}

.services-ad__content {
  display: flex;
  flex-direction: column;
  padding: 13px 16px;
  border: 1px solid var(--light-brown);
  border-radius: 20px;
}

.services-ad__name {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}

.services-ad__text {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.services-ad__text p {
  margin: 0;
}

.services-ad__price {
  font-weight: 600;
  font-size: 1rem;
  line-height: 180%;
}

@media (min-width: 752px) {
  .services-ad__content {
    display: grid;
    grid-template-columns: 1fr auto;
    -moz-column-gap: 30px;
         column-gap: 30px;
    align-items: center;
  }
  .services-ad__text {
    margin-bottom: 0;
  }
  .services-ad__text p {
    margin: 0;
  }
  .services-ad__price {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column: 2;
  }
  .services-ad {
    grid-template-columns: 123px minmax(0, 1fr);
  }
  .services-ad__ico {
    height: 123px;
    width: 123px;
    padding: 23px;
    border-radius: 32px;
  }
  .services-ad__ico svg {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1000px) {
  .services-ads__list {
    padding: 30px;
  }
  .services-ad {
    gap: 30px;
  }
  .services-ad__content {
    grid-template-columns: 3fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding: 20px 30px 20px 30px;
  }
  .services-ads--full .services-ad__content {
    grid-template-columns: 1fr;
  }
  .services-ad__name,
  .services-ad__price {
    font-size: 1.25rem;
  }
  .services-ad__text {
    font-size: 1rem;
    grid-column: 1;
    grid-row: 2;
  }
}
.conference-descr {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  padding: 25px 11px;
}

.conference-descr__row {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 17px;
  align-items: center;
}

.conference-descr__text {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
}

.conference-descr__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 40px;
  height: 40px;
  background-color: var(--green2);
  border-radius: 10px;
}
.conference-descr__ico img {
  width: 100%;
}

.conference-descr__row .conference-descr__ico svg path {
  color: var(--white);
  fill: var(--white);
}

.conference-descr--purple .conference-descr__ico {
  background-color: var(--purple-text);
}

.conference-descr__btn {
  justify-self: flex-start;
}

@media (min-width: 600px) {
  .conference-descr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1000px) {
  .conference-descr {
    padding: 40px 10px 40px 40px;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .conference-descr {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 28px;
         column-gap: 28px;
    row-gap: 26px;
  }
  .conference-descr__row {
    grid-template-columns: 80px 1fr;
    gap: 24px;
  }
  .conference-descr__ico {
    width: 80px;
    height: 80px;
  }
  .conference-descr__ico svg {
    width: 100%;
    height: 100%;
  }
  .conference-descr__text {
    font-size: 1.25rem;
  }
}
.about-conference__container,
.about-conference__right {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.about-conference__container br {
  display: none;
}

.about-conference__h2 {
  margin-bottom: 14px;
}

.about-conference__text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.about-conference__text p {
  margin: 0;
}
.about-conference__text ul {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-conference__text ul li {
  position: relative;
  padding-left: 20px;
}
.about-conference__text ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--green2);
  border-radius: 2px;
}

.about-conference--purple .about-conference__text ul li::before {
  background-color: var(--purple-text);
}

.about-conference--purple .place-mark__ico {
  background-color: var(--purple-bg);
  color: var(--purple);
}

.about-conference__map {
  height: 617px;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
}

.place-mark {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
  padding: 21px 0 11px 0;
}

.place-mark__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--green-bg);
  color: var(--green2);
  border-radius: 10px;
}
.place-mark__ico svg {
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 900px) {
  .about-conference__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .about-conference__map {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .about-conference__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: 60px;
  }
  .about-conference__text {
    padding-right: 20px;
  }
}
.timetable {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 35px;
}

.timetable__item {
  display: flex;
  flex-direction: column;
}

.timetable__time {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
  margin-bottom: 4px;
  padding: 4px 10px 4px 13px;
  font-weight: 600;
  font-size: 1.25rem;
  border-radius: 32px;
}

.timetable__time.purple {
  color: var(--purple);
}

.timetable__ico {
  display: flex;
  align-items: center;
}

.timetable__name {
  margin-top: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 145%;
}

.timetable__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
}

.course__img {
  position: relative;
}
.course__img img {
  filter: drop-shadow(21px 30px 60px rgba(81, 41, 133, 0.22));
}

.course__path {
  height: 100%;
  width: 100%;
  -webkit-clip-path: url("#clip-path2");
          clip-path: url("#clip-path2");
}

.course__path-out {
  position: absolute;
  left: 5%;
  height: 99%;
  aspect-ratio: 590/517;
  filter: drop-shadow(21px 30px 60px rgba(81, 41, 133, 0.22));
}

.course__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 27px;
}

.course__h2 {
  margin-bottom: 20px;
}

.course__text {
  font-size: 0.875rem;
}

@media (min-width: 752px) {
  .course__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
}
@media (min-width: 1000px) {
  .course__img {
    padding-right: 40px;
  }
}
.tarif-item {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 20px 9px;
  background-color: var(--white);
  border-radius: 32px;
}

.tarif-item__h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.tarif-item__text {
  flex-grow: 1;
  margin-bottom: 24px;
}

.tarif-item__price {
  margin-bottom: 20px;
}

.tarifs__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
}

@media (min-width: 752px) {
  .tarifs__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tarif-item {
    padding: 20px;
  }
}
@media (min-width: 1000px) {
  .tarifs__list {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .tarif-item {
    padding: 50px;
  }
  .tarif-item__text {
    margin-bottom: 40px;
  }
}
.activities__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.activities__search {
  margin-bottom: 60px;
}

.activities__calendar-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  align-content: flex-start;
}

@media (min-width: 752px) {
  .activities__calendar-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .activities__list {
    gap: 60px;
  }
}
@media (min-width: 752px) {
  .activities__list {
    gap: 100px;
  }
}
@media (min-width: 1200px) {
  .activities__calendar-block {
    -moz-column-gap: 34px;
         column-gap: 34px;
  }
}
.search-block {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.search-block__search,
.search-block__select {
  flex-basis: 100%;
}

.search__btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 0.875rem;
  line-height: 18px;
  background-color: var(--orange);
  border-radius: 50%;
}

.search {
  position: relative;
}

.search__input {
  padding: 15px 44px 15px 24px;
}

.search-block__view {
  display: flex;
  align-items: center;
  gap: 33px;
}

.view-toggler {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--dark-purple);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3;
  opacity: 0.5;
}

.view-toggler.active {
  opacity: 1;
}

@media (min-width: 600px) {
  .search-block__search,
  .search-block__select {
    flex-basis: calc(50% - 10px);
  }
  .search-block {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 1000px) {
  .search-block {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
  }
  .search-block__view {
    justify-content: flex-end;
  }
}
.select {
  position: relative;
  z-index: 1;
}

.select__label {
  position: relative;
  margin-top: auto;
}

.select__btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 0.875rem;
  line-height: 18px;
}

.select__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.select__fieldset-inside {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 25px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  background-color: var(--light-gray);
}

.select__fieldset {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 0;
  min-width: 100%;
  height: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  visibility: hidden;
}

.select__item {
  position: relative;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 19px;
  color: var(--dark-purple-text);
}

.select__input {
  padding: 14px 21px;
  border: 1px solid var(--light-gray);
  box-sizing: border-box;
}

.select.active .select__input,
.select:hover .select__input {
  background-color: var(--white);
  border: 1px solid var(--orange-text);
}
.select.active .select__fieldset,
.select:hover .select__fieldset {
  padding-top: 8px;
  height: auto;
  max-height: 1000px;
  overflow: visible;
  visibility: visible;
}
.select.active .select__fieldset-inside,
.select:hover .select__fieldset-inside {
  height: auto;
  max-height: 1000px;
}
.select.active .select__btn svg,
.select:hover .select__btn svg {
  transform: rotate(180deg);
}
.select.active .select__btn svg path,
.select:hover .select__btn svg path {
  fill: var(--orange-text);
}

.calendar {
  position: relative;
  padding: 16px;
  padding-bottom: 18px;
}

.calendar__wrapper {
  border: 1px solid var(--light-brown);
  border-radius: 20px;
}

.calendar__body {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-auto-rows: 34px;
  gap: 4px;
  padding: 26px;
  background-color: var(--light-brown);
  border-radius: 0 0 20px 20px;
}

.calendar__day {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  color: var(--dark-purple-text);
}
.calendar__day::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  opacity: 0;
  border-radius: 50%;
  background-color: var(--purple-bg);
  transform: translate(-50%, -50%);
}

.calendar__day.active {
  font-weight: 600;
  cursor: pointer;
}

.calendar__day.active::before {
  opacity: 1;
}

.calendar__head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 15px 13px 15px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 112%;
}

.calendar__btn {
  top: 22px;
  width: 25px;
  height: 25px;
  background-color: var(--orange);
  z-index: 2;
}

.calendar__btn.slider-btn--left {
  left: 26px;
}

.calendar__btn.slider-btn--right {
  right: 26px;
}

@media (min-width: 752px) {
  .calendar {
    padding: 33px;
  }
  .calendar__body {
    grid-auto-rows: 66px;
  }
  .calendar__btn {
    top: 50px;
    width: 40px;
    height: 40px;
  }
  .calendar__btn.slider-btn--left {
    left: 52px;
  }
  .calendar__btn.slider-btn--right {
    right: 52px;
  }
  .calendar__day {
    font-size: 1.5rem;
  }
  .calendar__day::before {
    width: 66px;
    height: 66px;
  }
  .calendar__head {
    height: 20px;
    padding: 36px 50px;
  }
}
@media (min-width: 1200px) {
  .calendar__body {
    padding: 50px;
  }
}
.evt-block__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
}

.evts__container {
  display: flex;
  flex-direction: column;
  row-gap: 44px;
}

.evt-block {
  overflow: hidden;
}

@media (min-width: 1000px) {
  .evts__container {
    display: flex;
    flex-direction: column;
    row-gap: 44px;
  }
}
@media (min-width: 1200px) {
  .evt-block__container {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 2fr);
    gap: 50px;
    align-content: flex-start;
    align-items: flex-start;
  }
}
.top-slider {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}

.top-slider__wrapper-out {
  overflow: hidden;
}

.top-slider__wrapper {
  display: flex;
}

.top-slider-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-rows: 1fr;
  flex-basis: 100%;
  flex-shrink: 0;
  color: var(--white);
  background-color: var(--purple-bg2);
  overflow: hidden;
}

.top-slider-item__logo {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/1;
}

.top-slider-item__name {
  margin: 0;
  margin-bottom: 27px;
  color: var(--white-text);
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.3;
  text-decoration: none;
}

.top-slider-item__left {
  position: relative;
  z-index: 1;
  padding: 42px 25px 43px 25px;
}

.top-slider-item__right {
  position: relative;
  display: flex;
  align-items: center;
}

.top-slider-item__img {
  position: relative;
  z-index: 1;
}

.top-slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  left: 25px;
  bottom: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--white);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
}

.top-slider__pagination .swiper-pagination-bullet {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  width: auto;
  background-color: transparent;
  color: var(--white);
  opacity: 1;
}
.top-slider__pagination .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--white);
  transition: width 0.3s ease-in-out;
}

.top-slider__pagination .swiper-pagination-bullet-active::after {
  width: 107px;
}

@media (min-width: 752px) {
  .top-slider-item {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .top-slider-item__left {
    padding: 50px 0 90px 52px;
  }
  .top-slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 54px;
    left: 52px;
  }
  .top-slider-item__logo {
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media (min-width: 1000px) {
  .top-slider-item__name {
    font-size: 2.5rem;
  }
  .top-slider-item__logo {
    max-width: 727px;
  }
  .top-slider-item__logo {
    right: 20px;
  }
  .top-slider-item__left {
    padding: 108px 0 90px 52px;
  }
}
.togglers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 150px));
  gap: 14px;
}

.togglers__item.active::before {
  opacity: 1;
}

.togglers__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 10px;
}
.togglers__item .hero-thumb__text {
  display: block;
  max-width: 130px;
}

@media (max-width: 999px) {
  .togglers {
    justify-content: center;
  }
}
@media (min-width: 500px) {
  .togglers {
    grid-template-columns: repeat(auto-fit, minmax(157px, 213px));
  }
}
@media (min-width: 752px) {
  .togglers {
    gap: 24px;
  }
}
.specialists-block__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
}

@media (min-width: 600px) {
  .specialists-block__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media (min-width: 752px) {
  .specialists-block__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1000px) {
  .specialists-block__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.choosers {
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 751px) {
  .choosers__wrapper-inside-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 13px 24px;
    border-radius: 32px;
    background-color: var(--light-gray);
  }
  .choosers__wrapper-inside {
    position: absolute;
    top: 100%;
    z-index: 1;
    height: 0;
    max-height: 0;
    width: 100%;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
  }
  .choosers__item {
    font-size: 0.875rem;
    line-height: 19px;
    justify-content: flex-start;
  }
  .choosers__btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: var(--dark-purple);
    background-color: var(--white);
    border-radius: 50%;
  }
  .choosers__item--chosen {
    position: relative;
    padding: 13px 50px 16px 24px;
    font-weight: 600;
    color: var(--white);
    background-color: var(--dark-purple);
    border-radius: 32px;
  }
  .choosers__wrapper:hover .choosers__wrapper-inside {
    height: auto;
    max-height: 1000px;
    padding-top: 8px;
  }
}
@media (min-width: 752px) {
  .choosers {
    margin-bottom: 30px;
  }
  .choosers__item--chosen {
    display: none;
  }
  .choosers__wrapper-inside-block {
    display: flex;
    gap: 14px;
  }
  .choosers__item {
    padding: 10px 24px 10px 24px;
    color: var(--dark-purple);
    border: 1px solid var(--dark-purple);
    border-radius: 32px;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }
  .choosers__item:hover {
    color: var(--white);
    background-color: var(--dark-purple);
  }
  .choosers__item.chosen {
    position: relative;
    font-weight: 600;
    color: var(--white);
    background-color: var(--dark-purple);
  }
}
@media (min-width: 1000px) {
  .choosers__wrapper-inside-block {
    gap: 34px;
  }
}
.experience__item, .experience > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.experience__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.experience__tag, .experience span {
  margin-right: auto;
  padding: 4px 16px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 160%;
  color: var(--green2);
  background-color: var(--green-bg);
  border-radius: 32px;
}

.experience__content, .experience {
  font-size: 0.875rem;
  line-height: 1.5;
}
.experience__content p, .experience p {
  margin-top: 0;
}
.experience__content p:not(:last-child), .experience p:not(:last-child) {
  margin-bottom: 4px;
}
.experience__content ul, .experience ul {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.experience__content ul li, .experience ul li {
  position: relative;
  padding-left: 20px;
}
.experience__content ul li::before, .experience ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--green2);
  border-radius: 2px;
}

.togglers-item {
  padding: 27px 15px 35px 15px;
  height: auto;
  background-color: var(--white);
}

.togglers-body {
  overflow: hidden;
}

@media (min-width: 752px) {
  .togglers-item {
    padding: 38px 52px;
  }
}
.specialist-page__container {
  margin-top: -26px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 752px) {
  .specialist-page__container {
    margin-top: -63px;
    gap: 64px;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeout {
  animation: fadeout 0.6s ease-in-out;
}

.fadein {
  animation: fadein 0.6s ease-in-out;
}

.popup {
  position: fixed;
  top: -10000px;
  left: 50%;
  z-index: 1;
  width: calc(100% - 32px);
  max-width: 927px;
  transform: translate(-50%, 0);
  background-color: var(--white);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--purple);
  background-image: url("/topform-ushariki/build/css/../img/footer-group.jpg");
  background-attachment: fixed;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.24);
  border-radius: 32px;
  overflow: hidden;
}

.popup--vacancy,
.popup--reabilitation {
  color: var(--white);
}

.popup--vacancy {
  max-width: 600px;
}

.popup-overlay {
  position: fixed;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-overlay.opened {
  top: 0;
}

.popup.opened {
  top: 30px;
}

.popup__wrapper {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
  background-image: url("/topform-ushariki/build/css/../img/logo-bg3.svg");
  background-size: 541px 564px;
  background-position: center 30px;
  background-repeat: no-repeat;
}

.popup__name {
  margin-bottom: 16px;
  text-align: center;
}

.popup--success {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-content: center;
  justify-items: center;
  padding-bottom: 0;
  max-width: 600px;
  color: var(--white);
}
.popup--success .popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.popup__close svg {
  width: 30px;
  height: 30px;
}

.popup__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 20px;
  justify-items: center;
  margin-bottom: 24px;
  font-weight: 400;
  text-align: center;
}

.popup__remark {
  margin: 0;
  margin-bottom: 32px;
  font-size: 1rem;
  line-height: 130%;
}
.popup__remark p {
  margin: 0;
}
.popup__remark p + .popup__phones {
  padding-top: 12px;
}

.popup--success .popup__remark {
  text-align: center;
}

.popup__wrapper {
  overflow-y: auto;
  max-height: calc(100dvh - 40px);
}

.popup__message {
  margin: 0;
  padding-top: 20px;
  margin-bottom: 50px;
  text-align: center;
}
.popup__message a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.125rem;
  transition: color 0.3s ease-in-out;
}

.popup__sucess-btn {
  margin-bottom: 32px;
}

.popup .select__fieldset-inside {
  color: var(--dark-purple);
}

@media (min-width: 768px) {
  .popup {
    transform: translate(-50%, -50%);
  }
  .popup.opened {
    top: 50%;
  }
  .popup__name {
    margin-bottom: 32px;
  }
  .popup__wrapper {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: 800px 800px;
  }
}
.city {
  position: relative;
  z-index: 3;
}

.city__active {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: 6px;
}

.city__chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.city__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.city__fieldset-inside {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 25px;
  height: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  background-color: var(--light-gray);
}

.city__fieldset {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 0;
  min-width: 100%;
  height: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.city__item {
  position: relative;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 19px;
  white-space: nowrap;
  color: var(--dark-purple-text);
}

.city__input {
  padding: 14px 21px;
  border: 1px solid var(--light-gray);
  box-sizing: border-box;
}

.city.active .city__input,
.city:hover .city__input {
  background-color: var(--white);
  border: 1px solid var(--orange);
}
.city.active .city__fieldset,
.city:hover .city__fieldset {
  padding-top: 16px;
  height: auto;
  max-height: 1000px;
  overflow: visible;
}
.city.active .city__fieldset-inside,
.city:hover .city__fieldset-inside {
  height: auto;
  max-height: 1000px;
}
.city.active .city__btn svg,
.city:hover .city__btn svg {
  transform: rotate(180deg);
}

@media (min-width: 1000px) {
  .city__fieldset {
    right: 0;
    left: auto;
  }
}
.calendar-hover {
  position: absolute;
  top: 70%;
  left: 0;
  width: 0;
  height: 0;
  max-height: 0;
  z-index: 1;
  background-color: var(--white);
  border-radius: 16px;
  overflow: hidden;
  transition: width 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.calendar__day:hover::before {
  opacity: 0.4;
}

.calendar__day:hover .calendar-hover {
  width: 250px;
  height: auto;
  max-height: 100px;
  box-shadow: var(--box-shadow);
}

.calendar__day:nth-child(7n+6) .calendar-hover,
.calendar__day:nth-child(7n+7) .calendar-hover {
  right: 0;
  left: auto;
}

.calendar__day:nth-child(7n+2) .calendar-hover {
  left: -30%;
}

.calendar__day:nth-child(7n+3) .calendar-hover {
  left: -30%;
}

.calendar__day:nth-child(7n+4) .calendar-hover {
  left: -50%;
}

.calendar__day:nth-child(7n+5) .calendar-hover {
  left: -60%;
}

.calendar__day:nth-child(n+29) .calendar-hover {
  top: auto;
  bottom: 50%;
}

.calendar-hover__inside {
  position: relative;
  display: grid;
  grid-template-columns: 70px 170px;
  gap: 10px;
  padding: 8px;
  color: var(--dark-purple);
  text-decoration: none;
}

.calendar-hover__img {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 10px;
}
.calendar-hover__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}

.calendar-hover__name {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.2;
}

@media (min-width: 752px) {
  .calendar__day:hover .calendar-hover {
    width: 250px;
  }
}
.four {
  padding-top: 30px;
  padding-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.four__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.four__text {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.3;
}

.four__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1000px) {
  .four {
    padding-top: 130px;
    padding-bottom: 90px;
  }
  .four__container {
    gap: 66px;
  }
  .four__text {
    font-size: 2rem;
  }
}
.order-block {
  border-radius: 32px;
  background: var(--white);
  border: 1px solid var(--light-brown);
  padding: 16px;
}

.order-block__h2 {
  margin-bottom: 24px;
  max-width: 860px;
}

.order-block__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.order-block__info p {
  margin-block: 10px;
}
.order-block__info p:first-child {
  margin-top: 0;
}
.order-block__info p:last-child {
  margin-bottom: 0;
}
.order-block__info a {
  color: var(--purple);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: color 0.3s;
}
.order-block__info a:hover {
  color: var(--orange);
}

@media (min-width: 1024px) {
  .order-block__wrapper {
    align-items: center;
    gap: 60px;
  }
  .order-block {
    padding: 24px 32px 40px 32px;
  }
  .order-block__info {
    position: relative;
  }
  .order-block__btn + .order-block__info::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 80px;
    background-color: var(--light-brown);
    transform: translate(-30px, -50%) rotate(25deg);
  }
}
.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 0 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

@keyframes vertical-shaking {
  0% {
    transform: rotate(5deg);
  }
  25% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
.up__text {
  padding: 52px 14px 14px 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--purple);
  background: var(--white-text);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.up__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -45px;
}

.up--animated {
  animation: vertical-shaking 0.6s infinite;
}

.up__elt {
  position: fixed;
  right: 20px;
  bottom: 25px;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 85px;
}

@media (min-width: 800px) {
  .up__elt {
    position: fixed;
    right: 20px;
  }
}
@media (min-width: 1000px) {
  .up__text {
    padding: 52px 20px 17px 20px;
  }
}
@media (min-width: 1400px) {
  .up__elt {
    right: calc(50svw - 690px);
  }
}
.pagination {
  display: flex;
  align-items: center;
  padding: 5px 6px;
  border-radius: 30px;
  border: 1px solid var(--dark-purple);
  width: -moz-fit-content;
  width: fit-content;
}
.pagination:not(:last-child) {
  margin-bottom: 30px;
}

.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: var(--dark-purple-text);
  font-size: var(--font-12);
  background-color: transparent;
  border-radius: 50%;
  text-decoration: none;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.pagination__link:hover {
  color: var(----dark-purple-text);
  background-color: var(--teal);
}

.pagination__link--active {
  color: var(--white-text);
  background-color: var(--dark-purple);
}
.pagination__link--active:hover {
  color: var(--white-text);
  background-color: var(--dark-purple);
}

@media (min-width: 768px) {
  .pagination__link {
    width: 40px;
    height: 40px;
  }
  .pagination:not(:last-child) {
    margin-bottom: 60px;
  }
}
.sight {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.sight-opened .sight {
  max-height: 1000px;
}

.sight__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-bottom: 12px;
  padding-top: 12px;
  border-bottom: 1px solid var(--dark-gray);
}
.sight__form [type=radio] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.sight__form [type=radio]:checked {
  outline: 2px solid red;
}

.sight__switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background: var(--white);
  color: var(--dark-purple);
  border: 1px solid var(--dark-purple);
  cursor: pointer;
}

.sight__btn {
  color: var(--dark-purple-text);
}
.sight__btn svg path {
  stroke: var(--dark-purple-text);
}

.sight__label--font {
  display: flex;
}
.sight__label--font input {
  display: none;
}

.sight__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.sight__img,
.sight__default,
.sight__close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  border: 1px solid var(--dark-purple);
  color: var(--dark-purple);
}
.sight__img:hover, .sight__img:focus, .sight__img:focus-within,
.sight__default:hover,
.sight__default:focus,
.sight__default:focus-within,
.sight__close:hover,
.sight__close:focus,
.sight__close:focus-within {
  outline: 2px ridge blue;
}

.sight__color {
  position: relative;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 1px solid var(--blue);
  border-radius: 2px;
  background: var(--white);
  color: var(--dark-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sight__color:hover, .sight__color:focus, .sight__color:focus-within {
  outline: 2px ridge blue;
}

.sight__color.active,
.sight__img.active {
  box-shadow: 0px 0px 2px 2px rgb(0, 125, 125);
}

.sight__color--white {
  background-color: #ffffff;
  border: 1px solid #000;
  color: #000;
}

.sight__color--black {
  background-color: #000000;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.sight__color--blue {
  border: 1px solid #063462;
  color: #063462;
  background-color: #9DD1FF;
}

.sight__color--green {
  border: 1px solid #A9E44D;
  color: #A9E44D;
  background-color: #3B2716;
}

.sight__color--normal {
  border: 1px solid #673A8A;
  color: #ffffff;
  background-color: #673A8A;
}

.html--dark {
  --white: #000000;
  --black: #ffffff;
  --white-text: var(--black);
  --white-text: var(--black);
  --dark-purple: var(--black);
  --dark-purple-text: var(--white);
  --dark-brown: var(--white);
  --brown: var(--white);
  --orange: var(--white);
  --orange-text: var(--green-bg2);
  --red: var(--white);
  --bege: var(--white);
  --yellow: var(--white);
  --bg-blue: var(--white);
  --teal: var(--white);
  --dark-gray: var(--black);
  --dark-gray-text: var(--white);
  --dark-teal: var(--white);
  --purple: var(--white);
  --purple-text: var(--black);
  --light-grey: var(--black);
  --green: var(--black);
  --green2: var(--black);
  --green-bg: rgba(99, 99, 99, 0.1);
  --green-bg2: rgb(99, 99, 99, 0.5);
  --purple-bg: rgba(99, 99, 99, 0.1);
  --shadow-bg: var(--green-bg);
  --purple-text: var(--black);
  --light-purple: var(--white);
  --blue: var(--white);
  --bg: var(--white);
  --light-brown: var(--black);
  --light-gray2: var(--white);
  --light-gray3: var(--white);
  --gray1: var(--black);
}
.html--dark img {
  filter: grayscale(100%);
}
.html--dark svg path {
  color: var(--black);
  fill: var(--black);
}
.html--dark .drop,
.html--dark .footer--index,
.html--dark .index-about__img,
.html--dark .sign-up--bg,
.html--dark .rules-item__img,
.html--dark .feedback-form--bg,
.html--dark .map__wrapper,
.html--dark .about-conference__map,
.html--dark .popup,
.html--dark .four,
.html--dark .phone--intro,
.html--dark .hero-slider__inside {
  filter: grayscale(100%);
}
.html--dark .vacancy-tab__experience {
  background-color: var(--shadow-bg);
}
.html--dark .select__label .select__btn svg path {
  fill: var(--white);
}
.html--dark .select__label:hover input {
  color: var(--white-text);
}
.html--dark .tarif-item {
  border: 1px solid var(--black);
}

.html--blue {
  --white: rgb(157, 209, 255);
  --black:rgb(6, 52, 98);
  --white-text: var(--black);
  --white-text: var(--black);
  --dark-purple: var(--black);
  --dark-purple-text: var(--white);
  --dark-brown: var(--white);
  --brown: var(--white);
  --orange: var(--white);
  --orange-text: var(--green-bg2);
  --red: var(--white);
  --bege: var(--white);
  --yellow: var(--white);
  --bg-blue: var(--white);
  --teal: var(--white);
  --dark-gray: var(--black);
  --dark-gray-text: var(--white);
  --dark-teal: var(--white);
  --purple: var(--white);
  --purple-text: var(--black);
  --light-grey: var(--black);
  --green: var(--black);
  --green2: var(--black);
  --green-bg: rgba(99, 99, 99, 0.1);
  --green-bg2: rgb(99, 99, 99, 0.5);
  --purple-bg: rgba(99, 99, 99, 0.1);
  --shadow-bg: rgba(255, 255, 255, 0.2);
  --shadow-bg: var(--green-bg);
  --light-purple: var(--white);
  --blue: var(--white);
  --bg: var(--white);
  --light-brown: var(--black);
  --light-gray2: var(--white);
  --light-gray3: var(--white);
  --gray1: var(--black);
}
.html--blue svg path {
  color: var(--black);
  fill: var(--black);
}
.html--blue .tarif-item {
  border: 1px solid var(--black);
}
.html--blue img,
.html--blue .drop,
.html--blue .footer--index,
.html--blue .index-about__img,
.html--blue .sign-up--bg,
.html--blue .rules-item__img,
.html--blue .feedback-form--bg,
.html--blue .map__wrapper,
.html--blue .about-conference__map,
.html--blue .popup,
.html--blue .four,
.html--blue .phone--intro,
.html--blue .hero-slider__inside {
  filter: sepia(100%) hue-rotate(170deg) saturate(150%);
}
.html--blue .vacancy-tab__experience {
  background-color: var(--shadow-bg);
}
.html--blue .select__label .select__btn svg path {
  fill: var(--white);
}
.html--blue .select__label:hover input {
  color: var(--white-text);
}

.html--green {
  --white: rgb(59, 39, 22);
  --black:rgb(169, 228, 77);
  --white-text: var(--black);
  --white-text: var(--black);
  --dark-purple: var(--black);
  --dark-purple-text: var(--white);
  --dark-brown: var(--white);
  --brown: var(--white);
  --orange: var(--white);
  --orange-text: var(--green-bg2);
  --red: var(--white);
  --bege: var(--white);
  --yellow: var(--white);
  --bg-blue: var(--white);
  --teal: var(--white);
  --dark-gray: var(--black);
  --dark-gray-text: var(--white);
  --dark-teal: var(--white);
  --purple: var(--white);
  --purple-text: var(--black);
  --light-grey: var(--black);
  --green: var(--black);
  --green2: var(--black);
  --green-bg: rgba(99, 99, 99, 0.1);
  --green-bg2: rgb(99, 99, 99, 0.5);
  --purple-bg: rgba(99, 99, 99, 0.1);
  --shadow-bg: rgba(255, 255, 255, 0.2);
  --shadow-bg: var(--green-bg);
  --light-purple: var(--white);
  --blue: var(--white);
  --bg: var(--white);
  --light-brown: var(--black);
  --light-gray2: var(--white);
  --light-gray3: var(--white);
  --gray1: var(--black);
}
.html--green svg path {
  color: var(--black);
  fill: var(--black);
}
.html--green .tarif-item {
  border: 1px solid var(--black);
}
.html--green img,
.html--green .drop,
.html--green .footer--index,
.html--green .index-about__img,
.html--green .sign-up--bg,
.html--green .rules-item__img,
.html--green .feedback-form--bg,
.html--green .map__wrapper,
.html--green .about-conference__map,
.html--green .popup,
.html--green .four,
.html--green .phone--intro,
.html--green .hero-slider__inside {
  filter: sepia(90%) hue-rotate(50deg);
}
.html--green .vacancy-tab__experience {
  background-color: var(--shadow-bg);
}
.html--green .select__label .select__btn svg path {
  fill: var(--white);
}
.html--green .select__label:hover input {
  color: var(--white-text);
}

.picture--off .events-item::before,
.picture--off .footer--index,
.picture--off .drop,
.picture--off .hero-slider__inside {
  background-image: none;
}
.picture--off img,
.picture--off svg,
.picture--off .top-page__about-svg {
  opacity: 0 !important;
}
.picture--off .header__toggler::before {
  content: "Открыть меню";
  position: absolute;
  right: 0;
  top: 50%;
  color: var(--dark-purple);
  transform: translate(0, -50%);
}
.picture--off .opened .header__toggler::before {
  content: "Закрыть меню";
}
.picture--off .header__logo::before {
  content: "Логотип центра слуха";
  position: absolute;
  left: 0;
  top: 50%;
  color: var(--dark-purple);
  transform: translate(0, -50%);
}
.picture--off .header__call-btn::before {
  content: "Позвонить";
  position: absolute;
  left: 50%;
  top: 50%;
  color: var(--dark-purple);
  transform: translate(-50%, -50%);
}
.picture--off .header__btn-eye {
  position: relative;
}
.picture--off .header__btn-eye::before {
  content: "Версия для слабовидящих";
  position: absolute;
  left: 0;
  top: 50%;
  color: var(--dark-purple);
  transform: translate(0, -50%);
}

.html--white {
  --white: #ffffff;
  --black: #cccccc;
  --white-text: var(--black);
  --white-text: var(--black);
  --dark-purple: var(--black);
  --dark-purple-text: var(--white);
  --dark-brown: var(--white);
  --brown: var(--white);
  --orange: var(--white);
  --orange-text: var(--green-bg2);
  --red: var(--white);
  --bege: var(--white);
  --yellow: var(--white);
  --bg-blue: var(--white);
  --teal: var(--white);
  --dark-gray: var(--black);
  --dark-gray-text: var(--white);
  --dark-teal: var(--white);
  --purple: var(--white);
  --purple-text: var(--black);
  --light-grey: var(--black);
  --green: var(--black);
  --green2: var(--black);
  --green-bg: rgba(99, 99, 99, 0.1);
  --green-bg2: rgb(99, 99, 99, 0.5);
  --purple-bg: rgba(99, 99, 99, 0.1);
  --shadow-bg: rgba(255, 255, 255, 0.2);
  --shadow-bg: var(--green-bg);
  --light-purple: var(--white);
  --blue: var(--white);
  --bg: var(--white);
  --light-brown: var(--black);
  --light-gray2: var(--white);
  --light-gray3: var(--white);
  --gray1: var(--black);
}
.html--white svg path {
  color: var(--black);
  fill: var(--black);
}
.html--white .tarif-item {
  border: 1px solid var(--black);
}
.html--white img,
.html--white .drop,
.html--white .footer--index,
.html--white .index-about__img,
.html--white .sign-up--bg,
.html--white .rules-item__img,
.html--white .feedback-form--bg,
.html--white .map__wrapper,
.html--white .about-conference__map,
.html--white .popup,
.html--white .four,
.html--white .phone--intro,
.html--white .hero-slider__inside {
  filter: grayscale(100%);
}
.html--white .vacancy-tab__experience {
  background-color: var(--shadow-bg);
}
.html--white .select__label .select__btn svg path {
  fill: var(--white);
}
.html--white .select__label:hover input {
  color: var(--white-text);
}

.ban {
  background-color: var(--white);
  border-radius: 32px;
  box-shadow: 8px 8px 24px 0px rgba(85, 73, 64, 0.2);
  overflow: hidden;
}

.ban__left {
  display: flex;
  flex-direction: column;
  padding: 16px 16px 27px 16px;
}

.ban__name {
  margin-bottom: 10px;
}

.ban__types {
  --type-color: var(--red);
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1;
}

.ban__type {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--type-color);
}

.ban__type-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  background-color: var(--type-color);
  border-radius: 50%;
}

.ban__text {
  margin-bottom: 40px;
}

.ban__type--red {
  --type-color: var(--red);
}

.ban__type--blue {
  --type-color: var(--blue2);
}

.ban__type--yellow {
  --type-color: var(--yellow2);
}

.ban__right {
  position: relative;
}
.ban__right:after {
  content: "";
  position: absolute;
}

.ban__btn {
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 767px) {
  .ban__right::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (min-width: 768px) {
  .ban {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ban__right img {
    position: relative;
    right: -1px;
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right center;
       object-position: right center;
  }
  .ban__right::after {
    top: 0;
    left: 0;
    width: 54%;
    height: 100%;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (min-width: 1024px) {
  .ban__left {
    padding: 30px 0 42px 30px;
  }
  .ban__text {
    font-size: 1.25rem;
  }
  .ban__types {
    display: grid;
  }
}
.js-yandex-widjet iframe {
  border: 0;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/topform/styles.css?1711711794110*/
.main-banner{
    border-radius: 32px;
    overflow: hidden;
}

.main-banner__image{
    width: 100%;
}
/* End */
/* /topform-ushariki/build/css/style.css?1783602646216709 */
/* /local/templates/topform/styles.css?1711711794110 */
