@charset "UTF-8";
@media (max-width: 769px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 1069px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1070px) {
  .visible-sm {
    display: none !important;
  }
}
:root {
  font-size: 16px;
  box-sizing: border-box;
  --color-primary: #F7F7F7;
  --color-second: #131E35;
}
:root * {
  box-sizing: inherit;
  outline: none;
  background-position: center;
  background-repeat: no-repeat;
}
:root *::before,
:root *::after {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: var(--color-primary);
  color: var(--color-second);
  line-height: 1.2;
  overflow-x: hidden;
  font-weight: 400;
  min-height: 100vh;
  font-family: 'Raleway';
}
@media (max-width: 1069px) {
  body.modaled {
    position: fixed;
    inset: 0;
  }
}
body.dark {
  --color-primary: #131E35;
  --color-second: #F7F7F7;
}
main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
}
main > .section {
  flex-grow: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1em;
  margin-bottom: 0.7em;
}
h1 {
  font-size: 2.375rem;
}
@media (min-width: 770px) {
  h1 {
    font-size: 3.75rem;
  }
}
h2 {
  font-size: 1.75rem;
}
@media (min-width: 770px) {
  h2 {
    font-size: 3rem;
  }
}
h3 {
  font-size: 1.375rem;
}
@media (min-width: 770px) {
  h3 {
    font-size: 2.25rem;
  }
}
h4 {
  font-size: 1.25rem;
}
@media (min-width: 770px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1rem;
  font-weight: normal;
}
@media (min-width: 770px) {
  h5 {
    font-size: 1.3125rem;
  }
}
p {
  margin-block: 0 1.6em;
  font-size: inherit;
  line-height: 1.5;
}
.spaser {
  height: 40px;
}
.article {
  font-size: 18px;
  line-height: 130%;
}
.article p {
  margin-block: 0 2em;
  line-height: inherit;
}
.article ul,
.article ol {
  padding-left: 16px;
}
.article ul:not(:last-child),
.article ol:not(:last-child) {
  margin-bottom: 30px;
}
.article ul li,
.article ol li {
  font-size: 18px;
  margin-bottom: 8px;
}
.videoBlk {
  position: relative;
}
.videoBlk:not(:last-child) {
  margin-bottom: 80px;
}
.videoBlk__play {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='60' height='66' viewBox='0 0 60 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.88409 65.4678C3.21687 66.892 -0.0053037 64.9559 6.55492e-06 61.9323L0.101751 3.99913C0.107208 0.891965 3.49853 -1.02283 6.1619 0.577481L57.1643 31.2228C59.8277 32.8231 59.7292 36.7164 56.9883 38.18L5.88409 65.4678Z' fill='%23F7F7F7' fill-opacity='0.5'/%3e%3c/svg%3e ");
  cursor: pointer;
}
.videoBlk video {
  display: block;
  border-radius: 10px;
  width: 100%;
}
b {
  font-weight: 800;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 300ms;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
.imgBlk:not(:last-child) {
  margin-bottom: 80px;
}
.imgBlk img {
  display: block;
  max-width: 100%;
}
.form form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.form__title {
  margin-bottom: 0.3em;
  font-family: 'Jost';
  font-weight: 800;
  font-size: 18px;
  line-height: 90%;
  margin-top: 0;
}
@media (min-width: 1070px) {
  .form__title {
    font-size: 24px;
  }
}
.form__subtitle {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 130%;
  opacity: 0.7;
}
@media (min-width: 1070px) {
  .form__subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.form__item {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 1070px) {
  .form__item {
    margin-bottom: 30px;
  }
}
.form__item.error {
  position: relative;
}
.form__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]),
.form__item textarea,
.form__item select {
  padding: 1.3em 1.1em;
  border-radius: 40px;
  border: 1px solid var(--color-second);
  font-family: 'Raleway';
  background-color: var(--color-primary);
  color: var(--color-second);
  width: 100%;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  transition: box-shadow 300ms, color 300ms;
}
@media (min-width: 1070px) {
  .form__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]),
  .form__item textarea,
  .form__item select {
    font-size: 18px;
  }
}
.form__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]).simple,
.form__item textarea.simple,
.form__item select.simple {
  padding: 0 0 0.8em 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--color-second) 50%, transparent);
}
.form__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit])::-webkit-input-placeholder,
.form__item textarea::-webkit-input-placeholder,
.form__item select::-webkit-input-placeholder {
  color: var(--color-second);
  opacity: 0.5;
  font-weight: 400;
  transition: opacity 0.3s ease;
}
.form__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit])::-moz-placeholder,
.form__item textarea::-moz-placeholder,
.form__item select::-moz-placeholder {
  color: var(--color-second);
  opacity: 0.5;
  font-weight: 400;
  transition: opacity 0.3s ease;
}
.form__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):-moz-placeholder,
.form__item textarea:-moz-placeholder,
.form__item select:-moz-placeholder {
  color: var(--color-second);
  opacity: 0.5;
  font-weight: 400;
  transition: opacity 0.3s ease;
}
.form__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):-ms-input-placeholder,
.form__item textarea:-ms-input-placeholder,
.form__item select:-ms-input-placeholder {
  color: var(--color-second);
  opacity: 0.5;
  font-weight: 400;
  transition: opacity 0.3s ease;
}
.form__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):focus::-webkit-input-placeholder,
.form__item textarea:focus::-webkit-input-placeholder,
.form__item select:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):focus::-moz-placeholder,
.form__item textarea:focus::-moz-placeholder,
.form__item select:focus::-moz-placeholder {
  opacity: 0;
}
.form__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):focus:-moz-placeholder,
.form__item textarea:focus:-moz-placeholder,
.form__item select:focus:-moz-placeholder {
  opacity: 0;
}
.form__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]):focus:-ms-input-placeholder,
.form__item textarea:focus:-ms-input-placeholder,
.form__item select:focus:-ms-input-placeholder {
  opacity: 0;
}
.error.form__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]),
.error.form__item textarea,
.error.form__item select {
  box-shadow: inset 0 0 0 1px #EF5436;
}
.success.form__item input:not([type="checkbox"]):not([type="radio"]):not([type=submit]),
.success.form__item textarea,
.success.form__item select {
  box-shadow: inset 0 0 0 1px #25BA00;
}
.form__item [type=submit] {
  outline: 0;
  height: auto;
  border: none;
}
.form__item--select {
  position: relative;
}
.form__item--select select {
  cursor: pointer;
  border: 1px solid color-mix(in srgb, var(--color-second) 50%, transparent);
  padding: 1.1em 1.1em;
  border-radius: 50px;
}
.form__item--select::after {
  pointer-events: none;
  display: block;
  content: '';
  height: 10px;
  width: 10px;
  border-right: 1px solid var(--color-second);
  border-bottom: 1px solid var(--color-second);
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -9px;
  transform: rotate(45deg);
  z-index: 2;
  cursor: pointer;
}
.form__item--radio {
  position: relative;
  padding-top: 5px;
}
.form__item--radio + .form__item--radio {
  margin-top: -7px;
}
@media (min-width: 1070px) {
  .form__item--radio + .form__item--radio {
    margin-top: -20px;
  }
}
.form__item--radio label {
  display: block;
  position: relative;
  padding-left: 28px;
  user-select: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 130%;
}
@media (min-width: 1070px) {
  .form__item--radio label {
    font-size: 16px;
  }
}
.form__item--radio label:before {
  display: block;
  content: '';
  left: 0;
  top: -1px;
  position: absolute;
  height: 18px;
  width: 18px;
  box-shadow: 0 0 0 1px var(--color-second), inset 0 0 0 3px var(--color-primary);
  border-radius: 9px;
  transition: background-color 300ms ease;
}
@media (min-width: 1070px) {
  .form__item--radio label:before {
    top: 0;
  }
}
.form__item--radio label a {
  border-bottom: 0;
  color: inherit;
  text-decoration: underline;
}
.form__item--radio input[type=checkbox] + label:before {
  border-radius: 4px;
}
.form__item--radio input[type=checkbox],
.form__item--radio input[type=radio] {
  display: block;
  height: 1em;
  width: 1em;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.form__item--radio input[type=checkbox]:checked + label::before,
.form__item--radio input[type=radio]:checked + label::before {
  background-color: var(--color-second);
}
.form__item--submit + .form__item--notion {
  margin-top: -7px;
}
@media (min-width: 1070px) {
  .form__item--submit + .form__item--notion {
    margin-top: -20px;
  }
}
.form__item--notion {
  font-size: 12px;
  line-height: 130%;
  opacity: 0.5;
}
@media (min-width: 1070px) {
  .form__item--notion {
    font-size: 14px;
  }
}
.form__item--notion a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}
.form__label {
  font-size: 14px;
  line-height: 115.5%;
  margin-bottom: 6px;
}
.wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.section {
  font-family: 'Raleway';
  overflow-x: hidden;
}
@media (min-width: 1070px) {
  .section {
    overflow-x: visible;
  }
}
.section > .wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
  overflow-x: hidden;
}
@media (min-width: 1070px) {
  .section > .wrapper {
    overflow-x: visible;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section > .wrapper > *:last-child {
  margin-bottom: 0;
}
.bttn {
  display: table;
  clear: both;
  position: relative;
  cursor: pointer;
  border: 0;
  user-select: none;
  color: #131E35;
  white-space: nowrap;
  text-align: center;
  padding: 1.4em 1.6em;
  text-decoration: none;
  margin: 0;
  transition: all 300ms;
  background-color: #3CDCDC;
  border-radius: 50px;
  font-family: 'Jost';
  font-weight: 600;
  font-size: 16px;
  line-height: 90%;
}
@media (min-width: 1070px) {
  .bttn {
    font-size: 20px;
    padding: 0.9em 1.6em;
  }
}
.bttn--invert {
  box-shadow: inset 0 0 0 1px var(--color-second);
  background-color: transparent;
}
.bttn--big {
  padding: 1.2em 1.6em;
}
.bttn--pink {
  background: #FF50AA;
  color: #F7F7F7;
}
.bttn--pink:hover,
.bttn--pink:active {
  color: #F7F7F7;
}
.bttn--tall {
  padding-block: 1.4em;
}
.bttn--arrow::after {
  display: inline-block;
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.224381 11.9287C0.365913 12.0667 0.556759 12.1423 0.754381 12.1387C0.951409 12.1391 1.14109 12.064 1.28438 11.9287L10.6144 2.58994V10.6487C10.6144 11.0629 10.9502 11.3987 11.3644 11.3987C11.5658 11.4042 11.7608 11.3273 11.9042 11.1857C12.0477 11.0442 12.1272 10.8502 12.1244 10.6487V0.916501C12.1504 0.802408 12.1498 0.681876 12.1198 0.56444C12.0519 0.298706 11.8444 0.0912066 11.5787 0.0233429C11.4612 -0.00664802 11.3407 -0.00725396 11.2266 0.0187285H1.49438C1.08017 0.0187285 0.744381 0.354515 0.744381 0.768728C0.744381 1.18294 1.08017 1.51873 1.49438 1.51873H9.56438L0.224381 10.8587C0.08085 10.9997 0 11.1925 0 11.3937C0 11.5949 0.08085 11.7877 0.224381 11.9287Z' fill='%23131E35'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  width: 12px;
  margin-left: 14px;
}
.bttn--gift {
  display: inline-flex;
}
.bttn--gift::before {
  display: inline-block;
  content: '';
  background-image: url(../img/icons/gift.svg);
  height: 24px;
  width: 24px;
  margin-top: -4px;
  margin-bottom: -6px;
  margin-right: 14px;
}
.bttn--middle {
  margin-inline: auto;
  width: 100%;
}
@media (min-width: 470px) {
  .bttn--middle {
    width: auto;
  }
}
@media (min-width: 640px) {
  .bttn--middle {
    min-width: 250px;
  }
}
.bttn--middle:not(:last-child) {
  margin-bottom: 80px;
}
.bttn--full {
  width: 100%;
}
.bttn--full:not(:last-child) {
  margin-bottom: 80px;
}
.bttn-blk {
  display: block;
}
@media (min-width: 470px) {
  .bttn-blk {
    display: table;
  }
}
.bttn-blk .bttn {
  width: 100%;
}
@media (min-width: 470px) {
  .bttn-blk .bttn {
    width: auto;
  }
}
.bttn-blk:not(:last-child) {
  margin-bottom: 80px;
}
.bttn-blk__notion {
  font-size: 14px;
  line-height: 130%;
  opacity: 0.5;
  text-align: center;
  margin-top: 7px;
}
@media (min-width: 470px) {
  .bttn-blk__notion {
    font-size: 18px;
  }
}
.bttn-blk__notion:last-child {
  margin-bottom: 0;
}
.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}
@media (min-width: 640px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid:not(:last-child) {
  margin-bottom: 80px;
}
.imgBanner:not(:last-child) {
  margin-bottom: 80px;
}
.imgBanner__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 400px;
  border-radius: 8px;
  padding: 26px 18px;
  overflow: hidden;
  position: relative;
}
.imgBanner__body > * {
  position: relative;
  z-index: 1;
}
.imgBanner__img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.imgBanner__img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.imgBanner__img::after {
  display: block;
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #0E080A 0%, rgba(14, 8, 10, 0) 52%);
}
.imgBanner__title {
  font-family: 'Jost';
  font-weight: 800;
  font-size: 48px;
  color: var(--color-primary);
  line-height: 0.9;
  margin-bottom: 6px;
}
.imgBanner__subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: var(--color-primary);
  opacity: 0.7;
}
.imgBanner .bttn {
  padding-bottom: 0.75em;
}
.imgBanner .bttn:last-child {
  margin-top: auto;
}
.alert {
  padding: 1em;
  margin-bottom: 0.95em;
  border-radius: 7px;
}
.alert-success {
  color: #25BA00;
  background-color: #dff0d8;
  box-shadow: inset 0 0 0 1px #25BA00;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  box-shadow: inset 0 0 0 1px #ebccd1;
}
.ul {
  margin: 0 0 1.5em;
  padding-left: 30px;
}
.ul li {
  position: relative;
  margin-bottom: 0.65em;
}
.ul--line {
  list-style: none;
}
.ul--line li {
  padding-left: 29px;
}
.ul--line li::before {
  content: '';
  width: 20px;
  position: absolute;
  left: 0;
  top: 0.65em;
  height: 2px;
  border-radius: 2px;
  background-image: linear-gradient(90deg, #EE964B -6.25%, #F95738 114.06%);
}
.logo {
  display: table;
  background-image: url(../img/logo.png);
  width: 184px;
  height: 40px;
}
.dark .logo {
  background-image: url(../img/logo-white.png);
}
.header {
  padding-block: 16px;
  background-color: color-mix(in srgb, var(--color-primary) 50%, transparent);
  backdrop-filter: blur(10px);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  transition: background-color 500ms;
}
.header:hover {
  background-color: var(--color-primary);
}
.header > .wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .menu {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  justify-content: space-between;
  gap: 15px;
  flex-grow: 1;
  margin-block: -16px;
}
.header .menu li {
  display: flex;
  align-items: stretch;
}
.header .menu li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 90%;
  opacity: 0.5;
  color: inherit;
  text-align: center;
}
.header .menu li a:hover {
  font-weight: 600;
  text-decoration-line: underline;
  opacity: 1;
}
.header .menu li.has-child:hover .submenu {
  display: block;
}
.header .menu li .submenu {
  display: none;
  min-height: 256px;
  background-color: var(--color-primary);
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 16px 32px;
  border-top: 1px solid color-mix(in srgb, var(--color-second) 50%, transparent);
  transition: background-color 300ms;
}
.header .menu li .submenu__img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  right: 20px;
  height: 210px;
  width: 506px;
  border-radius: 8px;
  overflow: hidden;
}
.header .menu li .submenu__img img {
  display: block;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .menu li .submenu .wrapper {
  position: relative;
}
.header .menu li .submenu ul {
  margin: 0;
  padding: 0;
}
.header .menu li .submenu ul li:first-child {
  margin-top: -16px;
}
.header .menu li .submenu ul li:last-child {
  margin-bottom: -16px;
}
.header .menu li .submenu ul li .submenu__img {
  opacity: 0;
  z-index: 1;
  transition: opacity 300ms;
}
.header .menu li .submenu ul li:hover .submenu__img {
  opacity: 1;
}
.header .menu li .submenu ul li a {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 500;
  font-size: 16px;
  opacity: 1;
  margin-block: 16px;
  width: 100%;
  text-align: left;
  text-decoration: none;
  transition: color 300ms;
}
.header .menu li .submenu ul li a:hover {
  font-weight: 600;
  text-decoration: none;
}
.header .menu li .submenu ul li a:hover::after {
  opacity: 1;
}
.header .menu li .submenu ul li a::after {
  display: block;
  content: '';
  height: 16px;
  width: 16px;
  flex-shrink: 0;
  opacity: 0;
  background-image: url(../img/icons/menu-arrow-black.svg);
  transition: opacity 300ms;
}
.header .menu li .submenu--dark {
  background-color: var(--color-second);
}
.header .menu li .submenu--dark ul li a {
  color: var(--color-primary);
}
.header .menu li .submenu--dark ul li a::after {
  background-image: url(../img/icons/menu-arrow-white.svg);
}
.header__address {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  margin-top: 2px;
}
.header__address svg {
  display: inline-block;
  vertical-align: middle;
  height: 13px;
  width: 13px;
  flex-shrink: 0;
  margin-top: -2px;
}
.header__lang {
  font-family: 'Jost';
  font-weight: 600;
  font-size: 14px;
  color: inherit;
}
.header__search {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 0;
  color: var(--color-second);
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.textBlk {
  font-size: 14px;
  line-height: 130%;
}
@media (min-width: 770px) {
  .textBlk {
    font-size: 16px;
  }
}
@media (min-width: 1070px) {
  .textBlk {
    font-size: 18px;
  }
}
.textBlk:not(:last-child) {
  margin-bottom: 80px;
}
.textBlk p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1em;
}
.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu li {
  display: block;
  list-style: none;
}
.menu li a {
  display: block;
  transition: color 300ms;
}
.title {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0.9em;
  font-family: 'Jost';
  font-weight: 800;
  font-size: 24px;
  line-height: 90%;
}
@media (min-width: 1070px) {
  .title {
    font-size: 48px;
    margin-bottom: 0.6em;
  }
}
.title + .subtitle {
  margin-top: -16px;
}
.title--xl + .subtitle {
  margin-top: -50px;
  margin-bottom: 50px;
}
@media (max-width: 1069px) {
  .title br {
    display: none;
  }
}
.title span {
  color: #F14848;
}
.title--xl {
  font-size: 30px;
}
@media (min-width: 470px) {
  .title--xl {
    font-size: 36px;
  }
}
@media (min-width: 640px) {
  .title--xl {
    font-size: 40px;
  }
}
@media (min-width: 770px) {
  .title--xl {
    font-size: 48px;
  }
}
@media (min-width: 1070px) {
  .title--xl {
    font-size: 52px;
  }
}
@media (min-width: 1270px) {
  .title--xl {
    font-size: 64px;
  }
}
.breadcrumbs + .title--xl,
.title--xl:first-child {
  margin-bottom: 1em;
}
.title--xs {
  font-size: 18px;
}
@media (min-width: 470px) {
  .title--xs {
    font-size: 20px;
  }
}
@media (min-width: 640px) {
  .title--xs {
    font-size: 22px;
  }
}
@media (min-width: 770px) {
  .title--xs {
    font-size: 24px;
  }
}
.title--disabled {
  opacity: 0.5;
}
.subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: var(--color-second);
  opacity: 0.7;
  margin-bottom: 32px;
}
.title-block {
  display: flex;
  align-items: center;
  gap: 15px 30px;
  margin-bottom: 30px;
}
.title-block .title {
  margin-bottom: 0;
}
.title-block__more {
  font-size: 18px;
  line-height: 130%;
  text-decoration-line: underline;
  color: color-mix(in srgb, var(--color-second) 50%, transparent);
  margin-left: auto;
}
.featureGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  max-width: 870px;
  margin-inline: auto;
}
.featureGrid:not(:last-child) {
  margin-bottom: 80px;
}
.featureItem {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.featureItem > * + * {
  margin-top: 20px;
}
.featureItem__icon img {
  height: 50px;
}
.featureItem__title {
  font-family: 'Jost';
  font-weight: 800;
  font-size: 24px;
  line-height: 90%;
}
.featureItem__text {
  font-size: 18px;
  line-height: 130%;
  opacity: 0.7;
}
.stepBlk {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-image: url(../img/route-mobile.svg);
  background-position: center 107px;
  background-repeat: no-repeat;
  margin-left: -15px;
}
@media (min-width: 770px) {
  .stepBlk {
    display: block;
    background-image: url(../img/route.svg);
    background-position: center;
    background-size: 85%;
    height: 810px;
    margin-left: 100px;
  }
}
@media (min-width: 1070px) {
  .stepBlk {
    background-size: auto;
    margin-left: 138px;
  }
}
.stepBlk:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 1070px) {
  .stepBlk:not(:last-child) {
    margin-bottom: 90px;
  }
}
.stepBlk__title {
  font-family: 'Jost';
  font-weight: 800;
  font-size: 24px;
  line-height: 90%;
  white-space: nowrap;
  position: relative;
  margin-top: 0;
  margin-bottom: 54px;
}
@media (min-width: 770px) {
  .stepBlk__title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-80%, -110px);
  }
}
@media (min-width: 1070px) {
  .stepBlk__title {
    font-size: 48px;
    transform: translate(-74%, -103px);
  }
}
.stepBlk__title span {
  display: block;
  font-family: 'Jost';
  font-weight: 800;
  font-size: 30px;
  line-height: 90%;
  position: absolute;
  left: 47%;
  top: 100%;
  white-space: nowrap;
}
@media (min-width: 770px) {
  .stepBlk__title span {
    left: 56%;
  }
}
@media (min-width: 1070px) {
  .stepBlk__title span {
    font-size: 64px;
  }
}
.stepBlk .stepItm:nth-child(2) {
  transform: translate(-22px, 0);
}
@media (min-width: 770px) {
  .stepBlk .stepItm:nth-child(2) {
    left: 0;
    top: 100px;
    transform: translate(-43%, 0);
  }
}
@media (min-width: 1070px) {
  .stepBlk .stepItm:nth-child(2) {
    top: 82px;
  }
}
.stepBlk .stepItm:nth-child(3) {
  transform: translate(40px, 0);
}
@media (min-width: 770px) {
  .stepBlk .stepItm:nth-child(3) {
    left: 50%;
    top: 0;
    transform: translate(-72%, 0);
  }
}
@media (min-width: 1070px) {
  .stepBlk .stepItm:nth-child(3) {
    top: -11px;
  }
}
.stepBlk .stepItm:nth-child(4) {
  transform: translate(-20px, 0);
}
@media (min-width: 770px) {
  .stepBlk .stepItm:nth-child(4) {
    left: 100%;
    top: 161px;
    transform: translate(-100%, 0);
  }
}
.stepBlk .stepItm:nth-child(5) {
  transform: translate(20px, 0);
  width: 280px;
}
@media (min-width: 770px) {
  .stepBlk .stepItm:nth-child(5) {
    left: 25%;
    top: 490px;
    width: 340px;
    transform: translate(-67%, 0);
  }
}
.stepBlk .stepItm:nth-child(6) {
  transform: translate(-20px, 0);
}
@media (min-width: 770px) {
  .stepBlk .stepItm:nth-child(6) {
    left: 75%;
    top: 624px;
    transform: translate(-73%, -30px);
  }
}
@media (min-width: 1070px) {
  .stepBlk .stepItm:nth-child(6) {
    transform: translate(-73%, 0);
  }
}
.stepItm {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 32px 15px;
  position: static;
  width: 240px;
  min-height: 156px;
  background-color: rgba(60, 220, 220, 0.2);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  margin-bottom: 10px;
}
@media (min-width: 770px) {
  .stepItm {
    position: absolute;
  }
}
@media (min-width: 1070px) {
  .stepItm {
    width: 320px;
    min-height: 172px;
    padding: 32px;
  }
}
.stepItm:hover {
  background-color: #3CDCDC;
}
.stepItm__title {
  font-family: 'Jost';
  font-weight: 800;
  font-size: 18px;
  line-height: 90%;
  text-align: center;
}
@media (min-width: 1070px) {
  .stepItm__title {
    font-size: 24px;
  }
}
.stepItm__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
}
@media (min-width: 1070px) {
  .stepItm__text {
    font-size: 18px;
  }
}
.faqList:not(:last-child) {
  margin-bottom: 80px;
}
.faqItem {
  margin-bottom: 15px;
}
@media (min-width: 470px) {
  .faqItem {
    margin-bottom: 20px;
  }
}
@media (min-width: 1070px) {
  .faqItem {
    margin-bottom: 30px;
  }
}
.faqItem__ask {
  display: flex;
  align-items: center;
  font-family: 'Jost';
  font-weight: 800;
  font-size: 18px;
  line-height: 90%;
  position: relative;
  padding-left: 60px;
  padding-right: 20px;
  cursor: pointer;
  background-image: url(../img/lego.png);
  min-height: 40px;
  background-position: 10px 0;
  transition: color 300ms;
}
@media (min-width: 470px) {
  .faqItem__ask {
    padding-top: 7px;
  }
}
@media (min-width: 1070px) {
  .faqItem__ask {
    font-size: 24px;
  }
}
.faqItem__ask::after {
  display: block;
  content: '';
  height: 11px;
  width: 11px;
  position: absolute;
  border-right: 2px solid var(--color-second);
  border-bottom: 2px solid var(--color-second);
  right: 0px;
  margin-top: -10px;
  top: 50%;
  transform: rotate(45deg);
}
.active > .faqItem__ask::after {
  transform: rotate(225deg);
  margin-top: -4px;
}
.faqItem__answer {
  display: none;
  padding-top: 20px;
  font-size: 14px;
  line-height: 130%;
}
@media (min-width: 1070px) {
  .faqItem__answer {
    font-size: 18px;
  }
}
.faqItem__answer a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.faqItem__answer p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0.4em;
}
.faqItem__answer p:first-child {
  margin-top: 0;
}
.faqItem__answer p:last-child {
  margin-bottom: 0;
}
.questGrid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media (min-width: 640px) {
  .questGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.questGrid:not(:last-child) {
  margin-bottom: 80px;
}
.questGridItm {
  position: relative;
  min-width: 1px;
  display: flex;
  flex-direction: column;
  padding: 24px 15px;
  background-color: rgba(14, 8, 10, 0.03);
  background-image: url(../img/card.png);
  background-size: cover;
  border-radius: 10px;
  border: 1px solid #3CDCDC;
}
.questGridItm--dark {
  background-color: rgba(14, 8, 10, 0.8);
  color: var(--color-primary);
}
.questGridItm--dark .bttn--invert {
  color: var(--color-primary);
  box-shadow: inset 0 0 0 1px var(--color-primary);
}
.questGridItm__slider {
  border-radius: 20px;
  overflow: hidden;
}
.questGridItm__slider.owl-carousel {
  margin-bottom: 17px;
}
.questGridItm__slider.owl-carousel .owl-nav button.owl-prev,
.questGridItm__slider.owl-carousel .owl-nav button.owl-next {
  filter: invert(100%);
}
.questGridItm__slider.owl-carousel .owl-nav button.owl-prev {
  left: 8px;
}
.questGridItm__slider.owl-carousel .owl-nav button.owl-next {
  right: 8px;
}
.questGridItm__slider.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.questGridItm__slider.owl-carousel .owl-dots button {
  box-shadow: inset 0 0 0 1px var(--color-primary);
}
.questGridItm__slider.owl-carousel .owl-dots button:hover {
  background-color: var(--color-primary);
}
.questGridItm__slider.owl-carousel .owl-dots button.active {
  background-color: var(--color-primary);
}
.questGridItm__slide {
  padding-bottom: 55%;
  overflow: hidden;
}
@media (min-width: 640px) {
  .questGridItm__slide {
    padding-bottom: 47%;
  }
}
.questGridItm__slide img {
  display: block;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.questGridItm__label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  gap: 8px;
  position: absolute;
  right: -16px;
  top: 0px;
  border-radius: 50px;
  transform: rotate(12deg);
  font-family: 'Jost';
  font-weight: 600;
  font-size: 12px;
  line-height: 90%;
  text-transform: uppercase;
  z-index: 2;
}
@media (min-width: 1070px) {
  .questGridItm__label {
    font-size: 16px;
  }
}
.questGridItm__label--ny {
  background: #3CDCDC;
}
.questGridItm__label--ny::after {
  display: block;
  content: '';
  height: 28px;
  width: 28px;
  margin-top: -3px;
  background-image: url(../img/snowflake.svg);
}
.questGridItm__title {
  font-family: 'Jost';
  font-weight: 800;
  font-size: 24px;
  line-height: 90%;
  margin-bottom: 4px;
}
.questGridItm__text {
  font-size: 16px;
  line-height: 100%;
  opacity: 0.7;
  flex-grow: 1;
  margin-bottom: 43px;
}
@media (min-width: 1070px) {
  .questGridItm__text {
    font-size: 18px;
    line-height: 130%;
  }
}
.questGridItm__price {
  font-size: 14px;
  line-height: 130%;
}
.questGridItm__cost {
  font-family: 'Jost';
  font-weight: 800;
  font-size: 24px;
  line-height: 90%;
  margin-bottom: 4px;
}
.questGridItm__actions > * + * {
  margin-top: 8px;
}
.questGridItm__actions .bttn {
  width: 100%;
}
.serviceList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
@media (min-width: 640px) {
  .serviceList {
    margin-inline: -4px;
  }
}
@media (min-width: 1070px) {
  .serviceList {
    gap: 16px 0;
    margin-inline: -8px;
  }
}
.serviceList:not(:last-child) {
  margin-bottom: 80px;
}
.serviceList .serviceItem {
  width: 100%;
}
@media (min-width: 640px) {
  .serviceList .serviceItem {
    width: calc(50.0% - 4px - 4px);
    margin-inline: 4px;
  }
}
@media (min-width: 1070px) {
  .serviceList .serviceItem {
    width: calc(50.0% - 8px - 8px);
    margin-inline: 8px;
  }
}
.serviceItem__info {
  display: flex;
  flex-direction: column;
  min-height: 150px;
  background-color: #20204010;
  border-radius: 10px;
  position: relative;
  padding: 16px 65px 16px 16px;
  overflow: hidden;
  transition: height 300ms;
}
@media (min-width: 770px) {
  .serviceItem__info {
    height: 150px;
  }
}
@media (min-width: 1070px) {
  .serviceItem__info {
    height: 250px;
  }
}
@media (min-width: 770px) {
  .active > .serviceItem__info {
    height: 130px;
  }
}
@media (min-width: 1070px) {
  .active > .serviceItem__info {
    height: 150px;
  }
}
.serviceItem__info > * {
  position: relative;
  z-index: 1;
}
.serviceItem__info::before {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 20px;
  box-shadow: inset 0 0 0 1px var(--color-second);
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  cursor: pointer;
}
.serviceItem__info::after {
  display: block;
  content: '';
  height: 10px;
  width: 10px;
  border-right: 1px solid var(--color-second);
  border-bottom: 1px solid var(--color-second);
  position: absolute;
  right: 30px;
  bottom: 33px;
  transform: rotate(45deg);
  z-index: 2;
  cursor: pointer;
}
.active .serviceItem__info::after {
  transform: rotate(225deg);
  bottom: 27px;
}
.serviceItem__icon {
  height: 90px;
  width: 90px;
  right: 30px;
  margin-top: -46px;
  position: absolute;
  top: 50%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 640px) {
  .serviceItem__icon {
    height: 110px;
    width: 110px;
    right: 40px;
    margin-top: -54px;
  }
}
@media (min-width: 1070px) {
  .serviceItem__icon {
    height: 180px;
    width: 180px;
    right: 50px;
    margin-top: -104px;
  }
}
.serviceItem--mike .serviceItem__icon {
  background-image: url(../img/services/mike.png);
}
.serviceItem--photo .serviceItem__icon {
  background-image: url(../img/services/photo.png);
  transform: scale(-1, 1);
}
@media (min-width: 1070px) {
  .serviceItem--photo .serviceItem__icon {
    right: 27px;
    margin-top: -90px;
  }
}
.serviceItem--lollipop .serviceItem__icon {
  background-image: url(../img/services/lollipop.png);
}
@media (min-width: 1070px) {
  .serviceItem--lollipop .serviceItem__icon {
    height: 200px;
    width: 200px;
  }
}
.serviceItem--tea .serviceItem__icon {
  background-image: url(../img/services/tea.png);
}
@media (min-width: 1070px) {
  .serviceItem--tea .serviceItem__icon {
    right: 40px;
    margin-top: -80px;
    height: 190px;
    width: 190px;
  }
}
.serviceItem--music .serviceItem__icon {
  background-image: url(../img/services/music.png);
  transform: rotate(17deg);
}
@media (min-width: 1070px) {
  .serviceItem--music .serviceItem__icon {
    right: 40px;
    height: 190px;
    width: 190px;
  }
}
.serviceItem--sphere .serviceItem__icon {
  background-image: url(../img/services/sphere.png);
}
@media (min-width: 1070px) {
  .serviceItem--sphere .serviceItem__icon {
    right: 58px;
    margin-top: -100px;
  }
}
.serviceItem--star .serviceItem__icon {
  background-image: url(../img/services/star.png);
}
@media (min-width: 1070px) {
  .serviceItem--star .serviceItem__icon {
    right: 40px;
    margin-top: -80px;
  }
}
.serviceItem--chat .serviceItem__icon {
  background-image: url(../img/services/chat.png);
}
@media (min-width: 1070px) {
  .serviceItem--chat .serviceItem__icon {
    right: 40px;
    margin-top: -80px;
  }
}
.serviceItem--magic .serviceItem__icon {
  background-image: url(../img/services/magic.png);
}
@media (min-width: 1070px) {
  .serviceItem--magic .serviceItem__icon {
    height: 230px;
    width: 230px;
    right: 11px;
    margin-top: -90px;
  }
}
.serviceItem__cat {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  flex-grow: 1;
  margin-bottom: 9px;
}
@media (min-width: 1070px) {
  .serviceItem__cat {
    font-size: 18px;
  }
}
.serviceItem__title {
  font-family: 'Jost';
  font-weight: 800;
  font-size: 18px;
  line-height: 90%;
  margin-bottom: 9px;
}
@media (min-width: 1070px) {
  .serviceItem__title {
    font-size: 24px;
  }
}
@media (max-width: 1069px) {
  .serviceItem__title br {
    display: none;
  }
}
.serviceItem__price {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
@media (min-width: 1070px) {
  .serviceItem__price {
    font-size: 24px;
  }
}
.serviceItem__text {
  display: none;
  font-size: 14px;
  line-height: 130%;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media (min-width: 1070px) {
  .serviceItem__text {
    font-size: 18px;
    padding-bottom: 0;
  }
}
.serviceItem__text p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0.4em;
}
.serviceItem__text p:first-child {
  margin-top: 0;
}
.serviceItem__text p:last-child {
  margin-bottom: 0;
}
.imgSlider:not(:last-child) {
  margin-bottom: 80px;
}
.imgSlider__item {
  padding-bottom: 60%;
  overflow: hidden;
  border-radius: 10px;
}
.imgSlider__item img {
  display: block;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  overflow: hidden;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}
.imgSlider--low .imgSlider__item {
  padding-bottom: 40%;
}
.hero {
  display: flex;
  flex-direction: column;
  min-height: 460px;
  position: relative;
}
@media (min-width: 470px) {
  .hero {
    min-height: 480px;
  }
}
@media (min-width: 1070px) {
  .hero {
    min-height: 600px;
  }
}
@media (min-width: 1070px) {
  .hero--low {
    min-height: 530px;
  }
}
@media (min-width: 1070px) {
  .hero--tall {
    min-height: 700px;
  }
}
.hero .breadcrumbs {
  flex-grow: 1;
}
.hero .wrapper {
  padding-top: 80px;
}
@media (min-width: 640px) {
  .hero .wrapper {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.hero__img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero__img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero__img::before {
  display: block;
  content: '';
  z-index: 1;
  position: absolute;
  height: 320px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--color-primary) 0%, transparent) 0%, color-mix(in srgb, var(--color-primary) 80%, transparent) 39.07%, var(--color-primary) 56.87%, var(--color-primary) 100%);
}
.hero__title {
  font-family: 'Jost';
  font-weight: 800;
  line-height: 90%;
  margin: 0;
  font-size: 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 770px) {
  .hero__title {
    font-size: 40px;
  }
}
@media (min-width: 970px) {
  .hero__title {
    font-size: 50px;
  }
}
@media (min-width: 1070px) {
  .hero__title {
    font-size: 60px;
  }
}
@media (min-width: 1270px) {
  .hero__title {
    font-size: 64px;
  }
}
.hero__title:not(:last-child) {
  margin-bottom: 1em;
}
.hero__subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  opacity: 0.7;
}
.hero__title + .hero__subtitle {
  margin-top: -50px;
}
.hero__label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  gap: 11px;
  background: #FF50AA;
  border-radius: 50px 0 0 50px;
  font-family: 'Jost';
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  color: var(--color-primary);
  position: absolute;
  right: -6px;
  top: 28px;
}
@media (min-width: 640px) {
  .hero__label {
    bottom: 60px;
    right: -20px;
    top: auto;
    transform: rotate(-12deg);
    border-radius: 50px;
  }
}
@media (min-width: 770px) {
  .hero__label {
    font-size: 14px;
  }
}
@media (min-width: 1070px) {
  .hero__label {
    font-size: 16px;
    line-height: 90%;
    padding: 16px 28px;
    right: -32px;
    bottom: 72px;
  }
}
.hero__label--bday::after {
  display: block;
  content: '';
  height: 24px;
  width: 24px;
  background-size: contain;
  background-image: url(../img/cake.svg);
}
@media (min-width: 640px) {
  .hero__label--bday::after {
    height: 32px;
    width: 32px;
    background-size: auto;
  }
}
.actionPanel {
  display: flex;
  align-items: center;
  gap: 15px 30px;
}
.actionPanel:not(:last-child) {
  margin-bottom: 80px;
}
.actionPanel > .left {
  margin-left: auto;
}
.wrapper .actionPanel:first-child {
  margin-top: -55px;
}
.actionPanel__link {
  font-size: 18px;
  line-height: 130%;
  text-decoration-line: underline;
  color: color-mix(in srgb, var(--color-second) 50%, transparent);
}
.socLinks {
  display: flex;
  gap: 4px;
}
.socLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: var(--color-second);
  color: var(--color-primary);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 300ms;
}
.socLink:hover {
  background-color: #3CDCDC;
}
.socLink img,
.socLink svg {
  max-width: 15px;
  max-height: 15px;
}
.footer {
  padding-block: 24px;
}
.footer .logo {
  background-image: url(../img/logo-footer.png);
  width: 300px;
  height: 66px;
}
.dark .footer .logo {
  background-image: url(../img/logo-footer-white.png);
}
.footer .socLinks {
  gap: 24px;
}
.footer .socLink {
  width: 40px;
  height: 40px;
}
.footer .socLink img,
.footer .socLink svg {
  width: 100%;
  height: 100%;
  max-width: 20px;
  max-height: 20px;
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.footer__top:not(:last-child) {
  margin-bottom: 24px;
}
.footer__middle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.footer__middle:not(:last-child) {
  margin-bottom: 24px;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
}
.footer__bottom:not(:last-child) {
  margin-bottom: 24px;
}
.footer__rating {
  display: flex;
  gap: 8px;
}
.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  font-size: 14px;
  color: color-mix(in srgb, var(--color-second) 70%, transparent);
}
.footer__copyright a {
  color: inherit;
}
.footer__copyright small {
  font-size: 10px;
}
.footer__lang {
  display: flex;
  gap: 8px;
  font-size: 18px;
  line-height: 130%;
  color: color-mix(in srgb, var(--color-second) 50%, transparent);
}
.footer__lang .active {
  font-weight: 600;
  color: var(--color-second);
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.footer [href^="tel"] {
  display: table;
  font-family: 'Jost';
  font-weight: 800;
  font-size: 24px;
  line-height: 90%;
}
.footer [href^="mailto"] {
  font-size: 18px;
  line-height: 130%;
}
.breadcrumbs {
  margin-bottom: 50px;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  font-family: 'Inter';
  font-size: 14px;
  color: #A2A2A2;
}
.breadcrumbs li {
  list-style: none;
  margin-right: 7px;
  font-size: 18px;
  line-height: 130%;
}
.breadcrumbs li a {
  display: block;
}
.breadcrumbs li a:hover {
  opacity: 1;
}
.breadcrumbs li a span {
  opacity: 0.8;
}
.breadcrumbs li span {
  color: inherit;
  opacity: 0.5;
  color: var(--color-second);
}
li.breadcrumbs__divider::before {
  display: block;
  content: '/';
  opacity: 0.8;
  color: var(--color-second);
  transform: rotate(20deg);
}
.bannerItem {
  background: linear-gradient(90deg, rgba(255, 80, 170, 0.69) 0%, rgba(62, 219, 218, 0.69) 100%);
  border-radius: 8px;
  overflow: hidden;
}
.bannerItem::before {
  display: block;
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 7px;
  background-image: url(../img/banner.jpg);
}
.bannerItem__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  min-height: 400px;
  padding: 26px 17px;
  position: relative;
  z-index: 1;
}
.bannerItem__title {
  font-family: 'Jost';
  font-weight: 800;
  font-size: 48px;
  line-height: 90%;
  color: var(--color-primary);
}
.bannerItem__subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: var(--color-primary);
  opacity: 0.7;
}
.bannerItem .bttn {
  margin-top: auto;
  align-self: flex-start;
}
.notFound {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.notFound__title {
  font-family: 'Jost';
  font-weight: 800;
  font-size: 128px;
  line-height: 90%;
  text-align: center;
  margin-block: 0 35px;
}
.notFound__subtitle {
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 38px;
}
.sortBlk {
  display: table;
  min-width: 170px;
  line-height: 1.2;
  outline: none;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  color: inherit;
}
.sortBlk input[type=checkbox] {
  display: none;
}
.sortBlk__current {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 12px 8px 30px;
  position: relative;
  z-index: 6;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 130%;
}
.sortBlk__current::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0;
  height: 18px;
  width: 20px;
  background-image: url(../img/icons/sort-arrow.svg);
}
.dark .sortBlk__current {
  color: var(--color-second);
}
.dark .sortBlk__current::after {
  background-image: url(../img/icons/sort-arrow-white.svg);
}
input[type=checkbox]:checked ~ .sortBlk__current {
  color: #131E35;
}
input[type=checkbox]:checked ~ .sortBlk__current::after {
  background-image: url(../img/icons/sort-arrow.svg);
}
input[type=checkbox]:checked ~ .sortBlk__dropdown {
  display: block;
}
.sortBlk__dropdown {
  display: none;
  position: absolute;
  left: -10px;
  right: -10px;
  top: -7px;
  z-index: 5;
  overflow: hidden;
  padding-top: 47px;
  padding-bottom: 6px;
  background-color: #ffFFFf;
  color: #131E35;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: var(--color-second);
  border-radius: 10px;
}
.sortBlk__list {
  min-width: 160px;
  max-height: 250px;
  overflow: auto;
  padding: 0;
  margin: 0;
}
.sortBlk__list::-webkit-scrollbar {
  width: 6px;
}
.sortBlk__list li {
  display: block;
  font-size: 16px;
  line-height: 130%;
  padding: 11px 10px 12px 40px;
  cursor: pointer;
}
.filterBlk {
  display: table;
  min-width: 170px;
  line-height: 1.2;
  outline: none;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  color: inherit;
}
.filterBlk input[type=checkbox] {
  display: none;
}
.filterBlk__current {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  padding: 8px 12px;
  position: relative;
  z-index: 6;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 130%;
}
.filterBlk__current::before {
  content: '';
  height: 18px;
  width: 20px;
  margin-right: 13px;
  background-image: url(../img/icons/filter.svg);
}
.dark .filterBlk__current {
  color: var(--color-second);
}
.dark .filterBlk__current::before {
  background-image: url(../img/icons/filter-white.svg);
}
input[type=checkbox]:checked ~ .filterBlk__current {
  color: #131E35;
}
input[type=checkbox]:checked ~ .filterBlk__current::before {
  background-image: url(../img/icons/filter.svg);
}
input[type=checkbox]:checked ~ .filterBlk__dropdown {
  display: block;
}
.filterBlk__dropdown {
  display: none;
  position: absolute;
  right: -10px;
  top: -7px;
  min-width: 300px;
  z-index: 5;
  overflow: hidden;
  padding: 47px 10px 21px;
  background-color: #ffFFFf;
  color: #131E35;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: var(--color-second);
  border-radius: 10px;
}
.filterBlk__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 23px;
}
.filterBlk__actions a {
  font-size: 14px;
  line-height: 130%;
  text-decoration-line: underline;
}
.filterSpoiler {
  color: #131E35;
}
.filterSpoiler + .filterSpoiler {
  margin-top: 27px;
}
.filterSpoiler__bttn {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  padding-right: 4px;
  cursor: pointer;
}
.filterSpoiler__bttn::after {
  content: '';
  height: 12px;
  width: 12px;
  flex-shrink: 0;
  margin-left: auto;
  margin-top: -11px;
  border-right: 1px solid #131E35;
  border-bottom: 1px solid #131E35;
  transform: rotate(45deg);
}
.active > .filterSpoiler__bttn::after {
  transform: rotate(-135deg);
  margin-top: 1px;
}
.filterSpoiler__body {
  display: none;
  padding: 14px 10px 0px 29px;
}
.filterCheck {
  position: relative;
  color: #131E35;
}
.filterCheck + .filterCheck {
  margin-top: 12px;
}
.filterCheck label {
  display: block;
  position: relative;
  padding-left: 31px;
  user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
.filterCheck label:before {
  content: '';
  position: absolute;
  transition: background-color 300ms;
  left: 0;
  top: -1px;
  height: 20px;
  width: 20px;
  box-shadow: inset 0 0 0 1px #131E35;
  border-radius: 5px;
}
.filterCheck input[type=checkbox] {
  display: block;
  height: 1em;
  width: 1em;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.filterCheck input[type=checkbox]:checked + label::before {
  background-color: #131E35;
}
.ratingRow {
  display: flex;
  gap: 15px 30px;
}
.ratingRow:not(:last-child) {
  margin-bottom: 80px;
}
.ratingRow img {
  height: 60px;
}
.dateRow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dateRow:not(:last-child) {
  margin-bottom: 28px;
}
.dateItem {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  line-height: 130%;
  border-radius: 50px;
  text-align: center;
  color: var(--color-second);
  padding: 10px 18px;
  border: 1px solid var(--color-second);
  cursor: pointer;
}
.dateItem svg,
.dateItem img {
  max-height: 18px;
}
.dateItem.active {
  background-color: color-mix(in srgb, var(--color-second) 50%, transparent);
  color: var(--color-primary);
  border: 1px solid transparent;
}
.sessionRow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sessionRow:not(:last-child) {
  margin-bottom: 80px;
}
.sessionRow .sessionItem {
  flex-grow: 1;
}
.sessionItem {
  font-size: 18px;
  border-radius: 50px;
  color: var(--color-second);
  padding: 7px;
  border: 1px solid color-mix(in srgb, var(--color-second) 50%, transparent);
  cursor: pointer;
  line-height: 130%;
  text-align: center;
}
.sessionItem__time {
  font-weight: 600;
  font-size: 18px;
}
.sessionItem__price {
  font-size: 14px;
  opacity: 0.7;
  margin-top: 4px;
}
.sessionItem.active {
  background-color: color-mix(in srgb, var(--color-second) 50%, transparent);
  color: var(--color-primary);
  border: 1px solid transparent;
}
.sessionItem.disabled {
  opacity: 0.5;
  cursor: default;
  border-color: var(--color-second);
}
.deptCols {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.deptCols:not(:last-child) {
  margin-bottom: 80px;
}
.deptCol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.deptCol__title {
  font-size: 18px;
  opacity: 0.7;
  margin-bottom: 8px;
}
.deptCol a {
  font-family: 'Jost';
  font-weight: 800;
  font-size: 24px;
  line-height: 90%;
}
.filterCols {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.filterCols:not(:last-child) {
  margin-bottom: 80px;
}
.filterCol {
  min-width: 140px;
}
.filterCol__bttn {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  cursor: pointer;
}
.filterCol__bttn::after {
  pointer-events: none;
  display: block;
  content: '';
  height: 10px;
  width: 10px;
  margin-left: auto;
  margin-top: -6px;
  border-right: 1px solid var(--color-second);
  border-bottom: 1px solid var(--color-second);
  transform: rotate(45deg);
  z-index: 2;
  cursor: pointer;
}
.active > .filterCol__bttn::after {
  margin-top: 4px;
  transform: rotate(-135deg);
}
.filterCol__links {
  padding-left: 9px;
  margin-top: 15px;
  margin-bottom: 0;
  display: none;
}
.filterCol__links li {
  display: block;
  margin-bottom: 16px;
}
.filterCol__links li a {
  font-size: 18px;
  line-height: 130%;
}
.contactForm {
  display: flex;
  align-items: center;
  gap: 32px;
}
.contactForm__img {
  max-width: 552px;
  flex-shrink: 0;
}
.contactForm__img img {
  display: block;
  max-width: 100%;
}
.contactBlock {
  display: flex;
  align-items: center;
}
.contactBlock:not(:last-child) {
  margin-bottom: 280px;
}
.contactBlock__info {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  min-height: 290px;
  background-color: var(--color-second);
  border-radius: 10px;
  max-width: 428px;
  margin-right: -40px;
  margin-top: 148px;
  position: relative;
  z-index: 1;
}
.contactBlock__info .socLinks {
  gap: 17px;
}
.contactBlock__info .socLink {
  width: 70px;
  height: 70px;
  border-radius: 40px;
  background-color: #3CDCDC;
  color: #131E35;
}
.contactBlock__info .socLink svg,
.contactBlock__info .socLink img {
  width: 100%;
  height: 100%;
  max-width: 30px;
  max-height: 30px;
}
.contactBlock__text {
  flex-grow: 1;
  color: var(--color-primary);
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}
.contactBlock__phone {
  width: 600px;
  height: 600px;
  background: #3CDCDC;
  border-radius: 10px;
  position: relative;
}
.contactBlock__phone img {
  display: block;
  position: absolute;
  left: 13px;
  top: 111px;
}
.map iframe {
  border: 0;
  outline: none;
}
body .owl-carousel {
  margin-bottom: 3.9em;
}
body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel .owl-nav button.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  background-color: transparent !important;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  outline: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg filter='url(%23filter0_b_3454_46049)'%3e%3crect x='0.5' y='0.5' width='39' height='39' rx='19.5' stroke='%23131E35'/%3e%3cpath d='M16.6311 27C16.7988 27.0007 16.9597 26.9372 17.0775 26.8238L23.8153 20.417C24.0616 20.1825 24.0616 19.8026 23.8153 19.5681L17.0775 13.1612C16.8286 12.9407 16.4408 12.9472 16.2002 13.1759C15.9597 13.4047 15.9528 13.7735 16.1847 14.0101L22.4761 19.9925L16.1847 25.9749C15.9384 26.2094 15.9384 26.5893 16.1847 26.8238C16.3025 26.9372 16.4635 27.0007 16.6311 27Z' fill='%23131E35'/%3e%3c/g%3e%3cdefs%3e%3cfilter id='filter0_b_3454_46049' x='-20' y='-20' width='80' height='80' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3e%3cfeFlood flood-opacity='0' result='BackgroundImageFix'/%3e%3cfeGaussianBlur in='BackgroundImageFix' stdDeviation='10'/%3e%3cfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_3454_46049'/%3e%3cfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_3454_46049' result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e ");
}
body .owl-carousel .owl-nav button.owl-prev span,
body .owl-carousel .owl-nav button.owl-next span {
  display: none;
}
body .owl-carousel .owl-nav button.owl-prev {
  left: -75px;
  transform: scale(-1, 1);
}
body .owl-carousel .owl-nav button.owl-next {
  right: -75px;
}
body .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body .owl-carousel .owl-dots button {
  display: block;
  height: 8px;
  width: 8px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 1rem;
  padding: 0;
  margin: 1.25em 0.5em 1.25em;
  border: none;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px var(--color-second);
  transition: color 300ms, background-color 300ms;
}
body .owl-carousel .owl-dots button:hover {
  background-color: var(--color-second);
}
body .owl-carousel .owl-dots button.active {
  background-color: var(--color-second);
}
body .owl-carousel--navbottom .owl-nav button.owl-prev,
body .owl-carousel--navbottom .owl-nav button.owl-next {
  top: auto;
  margin-top: 0;
  bottom: 4px;
}
body .owl-carousel--navbottom .owl-nav button.owl-prev {
  left: 0;
}
body .owl-carousel--navbottom .owl-nav button.owl-next {
  right: 0;
}
body .owl-carousel--navbottom .owl-dots {
  margin-top: 12px;
}
.scrolled {
  scrollbar-color: #22493C #EBF1F5;
}
.scrolled::-webkit-scrollbar {
  width: 4px;
  background-color: #EBF1F5;
}
.scrolled::-webkit-scrollbar:horizontal {
  height: 6px;
}
.scrolled::-webkit-scrollbar-track {
  background-color: #EBF1F5;
  border-radius: 6px;
}
.scrolled::-webkit-scrollbar-thumb {
  background-color: #22493C;
  border: 1px solid #22493C;
  border-radius: 8px;
}
.scrolled::-webkit-scrollbar-thumb:hover {
  background-color: #22493C;
  border: 1px solid #22493C;
}
.scrolled::-webkit-scrollbar-thumb:active {
  background-color: #22493C;
  border: 1px solid #22493C;
}
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: var(--color-primary);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  z-index: 101;
  width: 100%;
  height: auto;
}
.modal--dark {
  background-color: var(--color-second);
  color: var(--color-primary);
}
@media (min-width: 770px) {
  .modal {
    max-width: 800px;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    border-radius: 10px;
  }
}
.modal__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal__close {
  display: block;
  height: 18px;
  width: 18px;
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 770px) {
  .modal__close {
    top: 33px;
    right: 33px;
  }
}
.modal__close:before,
.modal__close:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  right: 0;
  left: 0;
  bottom: 50%;
  margin-bottom: -1px;
  opacity: 0.5;
  background-color: var(--color-second);
  transition: opacity 300ms;
}
.modal__close:hover:before,
.modal__close:hover:after {
  background-color: #2B286B;
  opacity: 1;
}
.modal__close:before {
  transform: rotate(45deg);
}
.modal__close:after {
  transform: rotate(-45deg);
}
.modal--dark .modal__close:before,
.modal--dark .modal__close:after {
  background-color: var(--color-primary);
}
.modal__content {
  padding: 23px 21px;
  width: 100%;
  overflow: auto;
}
@media (min-width: 1070px) {
  .modal__content {
    padding: 36px 30px;
  }
}
.modal__title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 1.1em;
}
.modal-overlay {
  display: none;
  opacity: 0.99;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(19, 30, 53, 0.6);
}
