

/* Start:/local/templates/dklurie2/css/style.css?1724145429189544*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import "https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css";
@import "https://cdn.jsdelivr.net/npm/@fancyapps/ui@5.0/dist/fancybox/fancybox.css";
@import "https://cdn.jsdelivr.net/npm/intl-tel-input@20.3.0/build/css/intlTelInput.css";
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

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

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.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-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

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

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

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

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

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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 > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.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 {
  pointer-events: auto;
}

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

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  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 {
  pointer-events: auto;
  visibility: visible;
}

.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-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  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-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-cards {
  overflow: visible;
}

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

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@font-face {
  font-family: "Stem";
  src: url("/local/templates/dklurie2/css/../fonts/stem/Stem-Light.eot");
  src: local("Stem Light"), local("Stem-Light"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-Light.woff2") format("woff2"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-Light.woff") format("woff"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Stem";
  src: url("/local/templates/dklurie2/css/../fonts/stem/Stem-Medium.eot");
  src: local("Stem Medium"), local("Stem-Medium"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-Medium.woff2") format("woff2"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-Medium.woff") format("woff"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Stem";
  src: url("/local/templates/dklurie2/css/../fonts/stem/Stem-Bold.eot");
  src: local("Stem Bold"), local("Stem-Bold"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-Bold.woff2") format("woff2"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-Bold.woff") format("woff"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Stem";
  src: url("/local/templates/dklurie2/css/../fonts/stem/Stem-SemiLight.eot");
  src: local("Stem Semi Light"), local("Stem-SemiLight"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-SemiLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-SemiLight.woff2") format("woff2"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-SemiLight.woff") format("woff"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-SemiLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Stem";
  src: url("/local/templates/dklurie2/css/../fonts/stem/Stem-ExtraLight.eot");
  src: local("Stem Extra Light"), local("Stem-ExtraLight"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-ExtraLight.woff2") format("woff2"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-ExtraLight.woff") format("woff"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Stem";
  src: url("/local/templates/dklurie2/css/../fonts/stem/Stem-Thin.eot");
  src: local("Stem Thin"), local("Stem-Thin"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-Thin.woff2") format("woff2"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-Thin.woff") format("woff"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Stem";
  src: url("/local/templates/dklurie2/css/../fonts/stem/Stem-Regular.eot");
  src: local("Stem Regular"), local("Stem-Regular"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-Regular.woff2") format("woff2"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-Regular.woff") format("woff"), url("/local/templates/dklurie2/css/../fonts/stem/Stem-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("/local/templates/dklurie2/css/../fonts/icomoon/icomoon.eot?fihga3");
  src: url("/local/templates/dklurie2/css/../fonts/icomoon/icomoon.eot?fihga3#iefix") format("embedded-opentype"), url("/local/templates/dklurie2/css/../fonts/icomoon/icomoon.ttf?fihga3") format("truetype"), url("/local/templates/dklurie2/css/../fonts/icomoon/icomoon.woff?fihga3") format("woff"), url("/local/templates/dklurie2/css/../fonts/icomoon/icomoon.svg?fihga3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-bottom:before {
  content: "\e900";
}

.icon-arrow-top:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-check:before {
  content: "\e904";
}

.icon-close:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-instagram:before {
  content: "\e907";
}

.icon-logo:before {
  content: "\e908";
}

.icon-minus:before {
  content: "\e909";
}

.icon-plus:before {
  content: "\e90a";
}

.icon-search:before {
  content: "\e90b";
}

.icon-telegram:before {
  content: "\e90c";
}

.icon-user:before {
  content: "\e90d";
}

.icon-vk:before {
  content: "\e90e";
}

.icon-whatsapp:before {
  content: "\e90f";
}

.icon-youtube:before {
  content: "\e910";
}

:root {
  --league-supercup: #dd1f26;
  --medium-grey: #d4dce5;
  --league-cup: #5f021f;
  --league-gold: #f9c22e;
  --primary-inverted: #061e3b;
  --green: #21b414;
  --primary: #f2f3f5;
  --primary-inverted-60: rgba(6, 30, 59, 0.6);
  --light-grey: #eef1f9;
  --white: #fff;
  --league-first-league: #205da1;
  --primary-60: rgba(242, 243, 245, 0.6);
  --league-blue: #00adc3;
  --dark-grey: #96a0ab;
  --logo-white: #fcfff7;
  --team---astana-blue: #0097a8;
  --team---ordabasy-dark-blue: #005aa5;
  --belyy: #fff;
  --zelenyy2: #131816;
  --zelenyy-2-akcent: #43554f;
  --bazovyy-vsh: #103a71;
  --svetlyy-f: #bfcfc5;
  --temnyy-k: #914a36;
  --temnyy-f: #a3c793;
  --gray-bg: #eee;
  --krasnyy: #f15e57;
  --zelenyy: #313f3a;
  --svetlo-seryy: #bdbdbd;
  --seryy: #635e61;
  --temnyy-vsh2: #000d20;
  --oranzh-vsh: #ff7a00;
  --black: #000000;
}

.popover {
  --bs-popover-border-width: 0;
  --bs-popover-max-width: 400px;
  width: 350px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 25px;
  --bs-alert-padding-y: 14px;
  --bs-alert-margin-bottom: 15px;
  --bs-alert-color: inherit;
  --bs-border-width: 2px;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 15px;
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
@media (max-width: 800px) {
  .alert {
    font-size: 12px;
  }
}
.alert a {
  text-decoration: underline;
}
.alert a:hover {
  text-decoration: none;
}

.alert-info {
  --bs-alert-color: var(--zelenyy2);
  --bs-alert-bg: var(--belyy);
  --bs-alert-border-color: var(--zelenyy2);
  --bs-alert-link-color: var(--zelenyy2);
}

.alert-dark {
  --bs-alert-color: var(--belyy);
  --bs-alert-bg: var(--zelenyy2);
  --bs-alert-border-color: var(--zelenyy2);
  --bs-alert-link-color: var(--belyy);
}

.alert-green {
  --bs-alert-color: var(--belyy);
  --bs-alert-bg: var(--zelenyy-2-akcent);
  --bs-alert-border-color: var(--zelenyy-2-akcent);
  --bs-alert-link-color: var(--belyy);
}

html {
  min-height: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  height: 100%;
  height: -webkit-fill-available;
  font-size: 16px;
  width: 100%;
  background-color: #171717;
}
html.menu-opened, html.search-opened {
  overflow: hidden;
}
@media (max-width: 1600px) {
  html {
    font-size: 14px;
  }
}

*, *:before, *:after {
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

a, img {
  outline: none;
  border: 0px;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none !important;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
}

a:hover, a:focus {
  text-decoration: none;
}

a:hover {
  color: var(--current-league-color);
}

a, button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 1180px) {
  .hidden-md {
    display: none !important;
  }
}

body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  min-height: -webkit-fill-available;
  line-height: 1.5;
  padding: 80px 0 0;
  min-width: 320px;
  background: rgb(248, 248, 249);
  font-size: 16px;
  color: #061E3B;
  font-family: "Stem", "Verdana", sans-serif;
  font-weight: 350;
  position: relative;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.04em;
  justify-content: flex-start;
  -webkit-overflow-scrolling: touch;
}
body *::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1180px) {
  body {
    padding-top: 60px;
  }
}
body.page-dark {
  background-color: var(--zelenyy2);
}
body.menu-opened {
  overflow: hidden;
}
body.align-right {
  text-align: right;
}
body.align-right .about-content-item-img {
  margin-left: auto;
}
body.align-right .form-group input {
  text-align: right;
}
@media (max-width: 1600px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 370px) {
  body {
    overflow-x: hidden;
  }
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 35px;
}
@media (max-width: 1600px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 1180px) {
  .container {
    padding: 0 20px;
  }
}

/**::-webkit-scrollbar {
  width: 3px;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}*/

/**::-webkit-scrollbar-track {
  background-color: transparent;
}*/

/**::-webkit-scrollbar-thumb {
  background-color: var(--zelenyy);
  border: 3px solid transparent;
  border-radius: 10px;
  opacity: 0.6;
}*/

img, svg, canvas, object, iframe {
  max-width: 100%;
}

svg {
  height: auto !important;
  width: auto !important;
}

p {
  margin: 25px 0;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

video {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.center-lg {
  text-align: center;
}
@media (max-width: 767px) {
  .center-lg {
    text-align: left;
  }
}

@media (min-width: 1000px) {
  .visible-sm {
    display: none !important;
  }
}

@media (min-width: 1180px) {
  .visible-md {
    display: none !important;
  }
}

@media (min-width: 767px) {
  .visible-xs {
    display: none !important;
  }
}

@media (max-width: 1000px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

h1, h2 {
  margin: 0 0 60px;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  color: var(--zelenyy2);
}
@media (max-width: 1180px) {
  h1, h2 {
    font-size: 32px;
  }
}
@media (max-width: 800px) {
  h1, h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
h1.align-left, h2.align-left {
  text-align: left;
}

h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
}
@media (max-width: 800px) {
  h4 {
    font-size: 16px;
  }
}

audio {
  height: 34px;
}

.page-content {
  padding-top: 60px;
}
@media (max-width: 800px) {
  .page-content {
    padding-top: 30px;
  }
}

.partners-section {
  background-color: #EEF1F9;
  padding: 100px 0;
  margin-top: 100px;
}
@media (max-width: 800px) {
  .partners-section {
    margin-top: 50px;
    padding: 15px 0;
  }
}

.partners-list {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1210px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.partners-list a {
  margin: 15px 40px;
  max-width: 300px;
  flex: 1;
}
@media (max-width: 1180px) {
  .partners-list a {
    margin: 15px 10px;
  }
}
@media (max-width: 800px) {
  .partners-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.partners-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 30px;
}
@media (max-width: 800px) {
  .partners-list-item {
    padding: 15px;
  }
}
.partners-list-item:hover, .partners-list-item:active {
  opacity: 0.8;
}
.partners-list-item img {
  display: block;
}

.page-wrap {
  flex: 1;
}

.inner-page-wrap {
  position: relative;
  z-index: 1;
  padding-top: 180px;
}
@media (max-width: 1600px) {
  .inner-page-wrap {
    padding-top: 150px;
  }
}
@media (max-width: 1180px) {
  .inner-page-wrap {
    padding-top: 80px;
  }
}
.inner-page-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 130px;
  background-color: #00ADC3;
  z-index: 2;
}
@media (max-width: 1600px) {
  .inner-page-wrap:before {
    height: 100px;
  }
}
@media (max-width: 1180px) {
  .inner-page-wrap:before {
    height: 54px;
  }
}

.page-header {
  margin-top: -51px;
  background-color: #00ADC3;
  padding: 20px 0 50px;
  margin-bottom: 50px;
}
.page-header.page-header-small {
  background: transparent;
  margin-top: 0;
  padding: 0;
}
.page-header.page-header-small h1 {
  color: #061E3B;
}
@media (max-width: 800px) {
  .page-header {
    padding-bottom: 30px;
    margin-bottom: 40px;
    margin-top: -40px;
    padding-top: 40px;
  }
}
.page-header-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .page-header-nav {
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .page-header-nav::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none !important;
  }
}
.page-header-nav a {
  color: #F2F3F5;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 100px;
  border: 2px solid transparent;
  white-space: nowrap;
  display: block;
}
@media (max-width: 1180px) {
  .page-header-nav a {
    padding: 5px 15px;
    font-size: 14px;
  }
}
@media (max-width: 1600px) {
  .page-header-nav a {
    font-size: 14px;
  }
}
.page-header-nav a:hover {
  opacity: 0.8;
}
.page-header-nav a.active {
  pointer-events: none;
}
.page-header-nav a.active.premier-league {
  border-color: #F9C22E;
}
.page-header-nav a.active.first-league {
  border-color: #1E5DA1;
}
.page-header-nav a.active.second-league {
  border-color: #73AC29;
}
.page-header-nav a.active.cup {
  border-color: #5F021F;
}
.page-header-nav a.active.supercup {
  border-color: #DD1F26;
}
.page-header-nav a.active.women-league {
  border-color: #D81E5B;
}
.page-header-nav a.active.women-cup {
  border-color: #25234F;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .breadcrumbs {
    font-size: 12px;
    display: block;
  }
}
.breadcrumbs li {
  margin-right: 10px;
  color: #96A0AB;
  font-weight: 600;
}
@media (max-width: 1180px) {
  .breadcrumbs li {
    display: inline;
  }
}
.breadcrumbs li a {
  color: #96A0AB;
}
.breadcrumbs li a:hover, .breadcrumbs li a:active {
  color: #061E3B;
}
.breadcrumbs li:before {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
}
.breadcrumbs li:last-child {
  color: #061E3B;
}
.breadcrumbs li:last-child a {
  color: #061E3B;
  pointer-events: none;
}
.breadcrumbs li + li {
  position: relative;
  padding-left: 21px;
}

.share-container-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.share-container .share-buttons button {
  border: 0;
  background: none;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  margin-right: 15px;
  font-size: 24px;
  color: #00ADC3;
}
.share-container .share-buttons button:hover {
  opacity: 0.8;
}
.share-container .share-buttons button:last-child {
  margin-right: 0;
}

.quote-block {
  margin: 70px 0;
}
@media (max-width: 1180px) {
  .quote-block {
    margin: 40px 0;
  }
}
.quote-block-text {
  position: relative;
  font-size: 28px;
  line-height: 140%;
}
@media (max-width: 1270px) {
  .quote-block-text {
    padding-top: 58px;
  }
}
@media (max-width: 1180px) {
  .quote-block-text {
    font-size: 20px;
  }
}
.quote-block-text:before {
  content: "";
  left: -58px;
  width: 48px;
  height: 48px;
  background: transparent url("/local/templates/dklurie2/css/../images/quote.svg") 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
}
@media (max-width: 1270px) {
  .quote-block-text:before {
    left: 0;
  }
}
.quote-block-author {
  margin-top: 20px;
}
.quote-block-author-post {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 500;
  line-height: 110%;
  color: #96A0AB;
}
@media (max-width: 1180px) {
  .quote-block-author-post {
    font-size: 12px;
  }
}

.tabs {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
}
.tabs::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none !important;
}
@media (max-width: 800px) {
  .tabs {
    margin: 0 -15px 30px;
    padding: 0 15px;
    white-space: nowrap;
    overflow-x: auto;
  }
}
.tabs .nav-item + .nav-item {
  margin-left: 15px;
}
@media (max-width: 800px) {
  .tabs .nav-item + .nav-item {
    margin-left: 5px;
  }
}
.tabs .nav-link {
  height: 42px;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 100px;
}
@media (max-width: 800px) {
  .tabs .nav-link {
    height: 34px;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.tabs .nav-link:hover {
  color: #00ADC3;
}
.tabs .nav-link.active {
  pointer-events: none;
  border-color: #00ADC3;
}

.err-404 {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 0 0;
  text-align: center;
}
@media (max-width: 800px) {
  .err-404 {
    padding-top: 10px;
  }
}
.err-404-img {
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .err-404-img {
    margin-bottom: 40px;
  }
}
.err-404 h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  text-transform: none;
  color: #061E3B;
  margin: 0 0 20px;
  font-family: "Stem", "Verdana", sans-serif;
}
@media (max-width: 800px) {
  .err-404 h1 {
    font-size: 28px;
  }
}
.err-404-text {
  font-weight: 600;
  font-size: 20px;
  color: var(--dark-grey);
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .err-404-text {
    font-size: 16px;
  }
}
.err-404-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 800px) {
  .err-404-buttons {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .err-404-buttons .btn {
    width: 100%;
  }
}
.err-404-buttons .btn + .btn {
  margin-left: 30px;
}
@media (max-width: 800px) {
  .err-404-buttons .btn + .btn {
    margin-top: 10px;
    margin-left: 0;
  }
}

.btn {
  display: inline-flex;
  position: relative;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: none;
  padding: 0 30px;
  background-color: transparent;
  outline: none !important;
  transition: color ease-out 0.2s, border-color ease-out 0.2s, background-color ease-out 0.2s, background-image ease-out 0.2s, opacity 0.2s ease-out, box-shadow 0.2s ease-out;
  text-decoration: none;
  font-weight: 300;
  font-size: 20px;
  font-family: "Stem", "Verdana", sans-serif;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 40px;
  border: 0;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 800px) {
  .btn {
    height: 30px;
    font-size: 14px;
  }
}
.btn .icon-arrow-right {
  font-size: 14px;
  margin-left: 18px;
}

.btn-default {
  color: var(--belyy);
  background-color: var(--zelenyy2);
}
.btn-default.disabled, .btn-default:disabled {
  opacity: 0.6;
}

.btn-default:hover,
.btn-default:focus {
  color: var(--belyy);
  background-color: var(--temnyy-vsh2);
}

.btn.btn-default:active {
  color: var(--belyy);
  background-color: var(--zelenyy2);
}

.btn-black-border {
  color: var(--zelenyy2);
  background-color: transparent;
  border: 2px solid var(--zelenyy2);
}
.btn-black-border.disabled, .btn-black-border:disabled {
  opacity: 0.6;
}

.btn-black-border:hover,
.btn-black-border:focus {
  color: var(--belyy);
  background-color: var(--zelenyy2);
  border-color: var(--zelenyy2);
}

.btn.btn-default-border:active {
  color: var(--belyy);
  background-color: var(--temnyy-vsh2);
  border-color: var(--temnyy-vsh2);
}

.btn-red {
  color: var(--belyy);
  background-color: var(--krasnyy);
}
.btn-red.disabled, .btn-red:disabled {
  opacity: 0.6;
}

.btn-red:hover,
.btn-red:focus {
  color: var(--belyy);
  background-color: var(--temnyy-vsh2);
}

.btn.btn-red:active {
  color: var(--belyy);
  background-color: var(--zelenyy2);
}

.btn-vk {
  color: var(--belyy);
  background-color: rgb(0, 119, 255);
}
.btn-vk span {
  line-height: 1;
  font-size: 20px;
  margin-right: 8px;
}
.btn-vk.disabled, .btn-vk:disabled {
  opacity: 0.6;
}

.btn-vk:hover,
.btn-vk:focus {
  color: var(--belyy);
  background-color: rgb(0, 119, 255);
}

.btn.btn-vk:active {
  color: var(--belyy);
  background-color: rgb(0, 119, 255);
}

.btn-white {
  color: var(--zelenyy2);
  background-color: var(--belyy);
}
.btn-white.disabled, .btn-white:disabled {
  opacity: 0.6;
}

.btn-white:hover,
.btn-white:focus {
  color: var(--belyy);
  background-color: var(--zelenyy2);
}

.btn.btn-white:active {
  color: var(--zelenyy2);
  background-color: var(--belyy);
}

.btn-blue {
  color: #F2F3F5;
  background-color: #00ADC3;
}
.btn-blue.disabled, .btn-blue:disabled {
  opacity: 0.6;
}

.btn-blue:hover,
.btn-blue:focus {
  color: #F2F3F5;
  background-color: #0A8A9A;
}

.btn-blue:active {
  color: #F2F3F5;
  background-color: #0A8A9A;
}

.btn-gold-border {
  color: #171717;
  background-color: transparent;
  border: 2px solid #F9C22E;
}
.btn-gold-border.disabled, .btn-gold-border:disabled {
  opacity: 0.6;
}

.btn-gold-border:hover,
.btn-gold-border:focus {
  color: #171717;
  background-color: #F9C22E;
}

.btn-gold-border:active {
  color: #171717;
  background-color: #F9C22E;
  border-color: #F9C22E;
}

.btn-gray-border {
  color: var(--dark-grey);
  background-color: transparent;
  border: 2px solid var(--dark-grey);
}
.btn-gray-border.disabled, .btn-gray-border:disabled {
  opacity: 0.6;
}

.btn-gray-border:hover,
.btn-gray-border:focus {
  color: #171717;
  background-color: transparent;
  border-color: var(--dark-grey);
}

.btn-gray-border:active {
  color: #171717;
  background-color: transparent;
  border-color: #171717;
}

.btn.btn-light-gray {
  color: var(--dark-grey);
  background-color: var(--medium-grey);
}
.btn.btn-light-gray.disabled, .btn.btn-light-gray:disabled {
  pointer-events: none;
}

.btn.btn-light-gray:hover,
.btn.btn-light-gray:focus {
  color: var(--medium-grey);
  background-color: var(--dark-grey);
}

.btn.btn-light-gray:active {
  color: var(--medium-grey);
  background-color: var(--dark-grey);
}

.btn.btn-blue-border {
  color: #00ADC3;
  background-color: transparent;
  border: 2px solid #00ADC3;
}
.btn.btn-blue-border.disabled, .btn.btn-blue-border:disabled {
  pointer-events: none;
}

.btn.btn-blue-border:hover,
.btn.btn-blue-border:focus {
  color: #ffffff;
  background-color: #00ADC3;
}

.btn.btn-blue-border:active {
  color: #ffffff;
  background-color: #00ADC3;
}

.btn-gray {
  color: #ffffff;
  background-color: #313131;
}
.btn-gray.disabled, .btn-gray:disabled {
  opacity: 0.6;
}

.btn-gray:hover,
.btn-gray:focus {
  color: #DEA200;
  background-color: #000000;
}

.btn-gray:active {
  color: #DEA200;
  background-color: #000000;
}

.btn:disabled,
.btn.disabled {
  pointer-events: none;
}

.btn.no-padding {
  padding: 0;
}

.btn-medium {
  height: 57px;
  line-height: 56px;
  text-transform: none;
}

.btn-small {
  height: 34px;
  line-height: 34px;
  font-size: 20px;
  text-transform: none;
  padding: 0 15px;
}
@media (max-width: 800px) {
  .btn-small {
    font-size: 14px;
    padding: 0 10px;
    height: 24px;
  }
}

.btn-large {
  height: 50px;
  line-height: 50px;
  min-width: 170px;
  font-weight: 700;
}

.btn-large.btn-white-border {
  line-height: 47px;
}

.btn-extra-large {
  height: 68px;
  min-width: 170px;
  font-weight: 700;
  padding: 0 40px;
}

.btn:active, .btn.active {
  box-shadow: none !important;
}

.btn[disabled=disabled] {
  cursor: default;
  pointer-events: none;
}

.btn-wide {
  width: 100%;
}

.checkbox, .radio {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
}

.checkbox input, .radio input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.checkbox a {
  text-decoration: underline;
}
.checkbox a:hover {
  text-decoration: none;
}
.checkbox.only-icon {
  padding-left: 0;
}
.checkbox.only-icon .checkbox-label {
  width: 24px;
  height: 24px;
}
.checkbox.only-icon .checkbox-label:before {
  width: 24px;
  height: 24px;
}
.checkbox.only-icon .checkbox-label:after {
  top: 2px;
  left: 5px;
}

.radio {
  padding-left: 35px;
}

.form-bottom {
  margin-top: 20px;
}
.form-bottom .btn {
  display: block;
  width: 100%;
}
.form-bottom p {
  margin: 0 0 10px;
  color: #000000;
}

.checkbox-label {
  font-weight: 300;
  line-height: 100%;
}

.radio-label {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}

.checkbox-label:before,
.radio-label:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid var(--zelenyy2);
  left: 0;
  top: -1px;
  transition: border-color 0.2s ease-out, background-color 0.2s ease-out;
  border-radius: 3px;
}

.radio-label:before {
  top: 1px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-color: #00ADC3;
}

.radio:hover .radio-label:before,
.checkbox:hover .checkbox-label:before {
  border-color: var(--zelenyy2);
}

.radio input:checked + .radio-label:before {
  border-color: var(--zelenyy2);
}

.checkbox input:checked + .checkbox-label:before {
  background-color: var(--zelenyy2);
}

.checkbox-label:after {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  left: 3px;
  top: -1px;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  color: #ffffff;
  font-size: 12px;
}

.radio-label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 15px;
  height: 15px;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  background-color: #00ADC3;
  border-radius: 50%;
}

.radio input:checked + .radio-label:after,
.checkbox input:checked + .checkbox-label:after {
  opacity: 1;
}

.checkbox-label-top {
  position: absolute;
  right: 0;
  bottom: 100%;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}

.checkbox-white .checkbox-label:before {
  border: 2px solid #ffffff;
}
.checkbox-white .checkbox-label:after {
  color: #00ADC3;
}
.checkbox-white:hover .checkbox-label:before {
  border-color: #F9C22E;
}
.checkbox-white .checkbox-label {
  color: #ffffff;
}
.checkbox-white input:checked + .checkbox-label:before {
  border-color: #ffffff;
  background-color: #ffffff;
}
.checkbox-white input.error + .checkbox-label {
  color: #DD1F26;
}
.checkbox-white input.error + .checkbox-label:before {
  border-color: #DD1F26;
  background-color: transparent;
}

.dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
}
.dropdown .dropdown-toggle {
  position: relative;
  border: 0;
  outline: none;
  padding: 0 26px 0 0;
  cursor: pointer;
  background: none;
  z-index: 2;
  font-size: 20px;
  font-weight: 600;
  color: #061E3B;
}
@media (max-width: 1180px) {
  .dropdown .dropdown-toggle {
    font-size: 16px;
    padding-right: 20px;
  }
}
@media (max-width: 800px) {
  .dropdown .dropdown-toggle {
    font-size: 14px;
  }
}
.dropdown .dropdown-toggle:after {
  display: none;
}
.dropdown .dropdown-toggle:before {
  content: "\e907";
  font-family: "icomoon" !important;
  position: absolute;
  right: 0;
  top: calc(50% + 13px);
  transform: translateY(-50%);
  font-size: 12px;
}
@media (max-width: 1180px) {
  .dropdown .dropdown-toggle:before {
    font-size: 10px;
  }
}
.dropdown .dropdown-toggle.show:before {
  content: "\e90e";
}
.dropdown label + .dropdown-toggle {
  padding-top: 22px;
}
@media (max-width: 1180px) {
  .dropdown label + .dropdown-toggle {
    padding-top: 18px;
  }
}
.dropdown label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: #96A0AB;
  line-height: 1;
}
@media (max-width: 1180px) {
  .dropdown label {
    font-size: 12px;
  }
}
.dropdown.dropdown-align-right .dropdown-menu {
  text-align: right;
  right: 20px !important;
}
.dropdown.dropdown-align-right .dropdown-toggle {
  text-align: right;
}
.dropdown.dropdown-align-right label {
  left: auto;
  right: 0px;
}

.dropdown-menu {
  --bs-border-width: 0;
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 100px;
  --bs-dropdown-padding-y: 10px;
  --bs-dropdown-spacer: 10px;
  --bs-dropdown-color: #EEF1F9;
  --bs-dropdown-bg: #EEF1F9;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: 0;
  --bs-dropdown-box-shadow: none;
  --bs-dropdown-link-color: #061E3B;
  --bs-dropdown-link-hover-color: var(--current-league-color);
  --bs-dropdown-link-hover-bg: transparent;
  --bs-dropdown-link-active-color: var(--current-league-color);
  --bs-dropdown-link-active-bg: transparent;
  --bs-dropdown-item-padding-x: 10px;
  --bs-dropdown-item-padding-y: 5px;
}
.dropdown-menu li.active {
  display: none;
}
.dropdown-menu .dropdown-item {
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
}

.form-group {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.form-group.v-align-center {
  align-items: center;
}
.form-group .alert {
  margin-bottom: 12px;
  --bs-alert-padding-y: 6px;
  --bs-alert-padding-x: 20px;
  flex: 1;
}
.form-group select {
  width: 100%;
  flex: 1;
}
@media (max-width: 1180px) {
  .form-group {
    display: block;
  }
}
.form-group-text {
  flex: 1;
}
@media (max-width: 1180px) {
  .form-group-text {
    padding-left: 18px;
  }
}
.form-group-text select {
  max-width: 275px;
  width: 100%;
}
.form-group-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .form-group-flex.m-column {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .form-group-flex.m-column .form-price {
    width: 100%;
    height: 40px;
  }
}
.form-group .payment-btn {
  margin-left: auto;
}
@media (max-width: 800px) {
  .form-group .payment-btn {
    margin: 30px auto 0;
  }
}
.form-group .form-price {
  margin-left: 12px;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  max-width: 220px;
}
@media (max-width: 800px) {
  .form-group .form-price {
    font-size: 16px;
  }
}
.form-group .form-price.price-border {
  height: 40px;
  flex: 1;
  border: 2px solid var(--zelenyy2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 100px;
}
.form-group .form-price:first-child {
  margin-left: 0;
}
.form-group input[type=text],
.form-group input[type=date],
.form-group input[type=email],
.form-group input[type=password],
.form-group input[type=number],
.form-group input[type=tel],
.form-group textarea {
  flex: 1;
  height: 34px;
  background-color: #F2F3F5;
  border: 1px solid var(--zelenyy2);
  border-radius: 100px;
  width: 100%;
  padding: 0 20px;
  font-weight: 500;
  font-size: 18px;
  outline: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-group input[type=text]::-webkit-input-placeholder,
.form-group input[type=date]::-webkit-input-placeholder,
.form-group input[type=email]::-webkit-input-placeholder,
.form-group input[type=password]::-webkit-input-placeholder,
.form-group input[type=number]::-webkit-input-placeholder,
.form-group input[type=tel]::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
  color: var(--dark-grey);
}
.form-group input[type=text]::-moz-placeholder,
.form-group input[type=date]::-moz-placeholder,
.form-group input[type=email]::-moz-placeholder,
.form-group input[type=password]::-moz-placeholder,
.form-group input[type=number]::-moz-placeholder,
.form-group input[type=tel]::-moz-placeholder,
.form-group textarea::-moz-placeholder {
  color: var(--dark-grey);
}
.form-group input[type=text]:-moz-placeholder,
.form-group input[type=date]:-moz-placeholder,
.form-group input[type=email]:-moz-placeholder,
.form-group input[type=password]:-moz-placeholder,
.form-group input[type=number]:-moz-placeholder,
.form-group input[type=tel]:-moz-placeholder,
.form-group textarea:-moz-placeholder {
  color: var(--dark-grey);
}
.form-group input[type=text]:-ms-input-placeholder,
.form-group input[type=date]:-ms-input-placeholder,
.form-group input[type=email]:-ms-input-placeholder,
.form-group input[type=password]:-ms-input-placeholder,
.form-group input[type=number]:-ms-input-placeholder,
.form-group input[type=tel]:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
  color: var(--dark-grey);
}
.form-group input[type=text]:focus::-webkit-input-placeholder,
.form-group input[type=date]:focus::-webkit-input-placeholder,
.form-group input[type=email]:focus::-webkit-input-placeholder,
.form-group input[type=password]:focus::-webkit-input-placeholder,
.form-group input[type=number]:focus::-webkit-input-placeholder,
.form-group input[type=tel]:focus::-webkit-input-placeholder,
.form-group textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-group input[type=text]:focus::-moz-placeholder,
.form-group input[type=date]:focus::-moz-placeholder,
.form-group input[type=email]:focus::-moz-placeholder,
.form-group input[type=password]:focus::-moz-placeholder,
.form-group input[type=number]:focus::-moz-placeholder,
.form-group input[type=tel]:focus::-moz-placeholder,
.form-group textarea:focus::-moz-placeholder {
  color: transparent;
}
.form-group input[type=text]:focus:-moz-placeholder,
.form-group input[type=date]:focus:-moz-placeholder,
.form-group input[type=email]:focus:-moz-placeholder,
.form-group input[type=password]:focus:-moz-placeholder,
.form-group input[type=number]:focus:-moz-placeholder,
.form-group input[type=tel]:focus:-moz-placeholder,
.form-group textarea:focus:-moz-placeholder {
  color: transparent;
}
.form-group input[type=text]:focus:-ms-input-placeholder,
.form-group input[type=date]:focus:-ms-input-placeholder,
.form-group input[type=email]:focus:-ms-input-placeholder,
.form-group input[type=password]:focus:-ms-input-placeholder,
.form-group input[type=number]:focus:-ms-input-placeholder,
.form-group input[type=tel]:focus:-ms-input-placeholder,
.form-group textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.form-group input[type=text].error,
.form-group input[type=date].error,
.form-group input[type=email].error,
.form-group input[type=password].error,
.form-group input[type=number].error,
.form-group input[type=tel].error,
.form-group textarea.error {
  border-color: #dd1f26;
}
.form-group textarea {
  height: auto;
  min-height: 95px;
  border-radius: 15px;
}
.form-group input[type=date] {
  padding-right: 20px;
}
.form-group-clear {
  position: absolute;
  right: 0;
  width: 40px;
  top: 0;
  pointer-events: none;
  height: 68px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 16px;
  color: var(--medium-grey);
  transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
  opacity: 0;
  justify-content: center;
  padding-right: 10px;
}
.form-group-clear:hover {
  color: #000000;
}
.form-group input:not(:placeholder-shown) ~ .form-group-clear {
  opacity: 1;
  pointer-events: auto;
}
.form-group-label {
  flex: 1;
  max-width: 240px;
  margin-right: 20px;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  padding-top: 5px;
}
@media (max-width: 1180px) {
  .form-group-label {
    max-width: none;
    padding-left: 18px;
    margin-bottom: 7px;
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 1180px) {
  .form-group-label.m-center {
    width: 100%;
    text-align: center;
  }
}

.radio-group {
  min-height: 68px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.radio-group .radio + .radio {
  margin-left: 30px;
}

.iti__search-input {
  height: 40px !important;
  border-radius: 5px !important;
  font-size: 14px !important;
}

.iti {
  display: block !important;
}

.iti__dropdown-content {
  padding: 5px !important;
}

.popup-container {
  width: 100%;
  max-width: 900px;
  border-radius: 15px;
}
.popup-container.popup-small {
  max-width: 550px;
}

.popup-confirm-form {
  max-width: 450px;
  margin: 0 auto;
}
.popup-confirm-form input {
  font-size: 20px;
  text-align: center;
  letter-spacing: 10px;
  -moz-appearance: textfield;
}
.popup-confirm-form input::-webkit-outer-spin-button, .popup-confirm-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.popup-confirm-form-buttons {
  margin-top: 20px;
}
@media (max-width: 800px) {
  .popup-confirm-form-buttons {
    margin-top: 15px;
  }
}
.popup-confirm-form-buttons .btn {
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
}
.popup-confirm-form-buttons .btn + .btn {
  margin-top: 30px;
}
@media (max-width: 800px) {
  .popup-confirm-form-buttons .btn + .btn {
    margin-top: 20px;
  }
}
.popup-confirm-form-text {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 800px) {
  .popup-confirm-form-text {
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.popup-confirm-form-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
}
@media (max-width: 800px) {
  .popup-confirm-form-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.form-error-text {
  font-weight: 500;
  font-size: 14px;
  color: #dd1f26;
  margin-top: 5px;
}

.buttons-group {
  display: flex;
  align-items: center;
  padding: 4px;
  border: 1px solid var(--medium-grey);
  border-radius: 15px;
  margin-bottom: 40px;
}
.buttons-group .button {
  flex: 1;
  height: 52px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  border-radius: 15px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #061E3B;
  border: 0;
  background-color: transparent;
}
.buttons-group .button:hover {
  color: #00ADC3;
}
.buttons-group .button.active {
  color: #ffffff;
  background-color: #00ADC3;
  pointer-events: none;
}

.toggle-field-visibility {
  position: absolute;
  right: 0;
  top: 0;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  color: var(--medium-grey);
  font-size: 22px;
  transition: color 0.2s ease-out, opacity 0.2s ease-out;
  cursor: pointer;
}
.toggle-field-visibility:hover {
  color: #00ADC3;
}

.custom-select {
  padding: 0 40px 0 20px;
  height: 40px;
  border: 2px solid var(--svetlo-seryy);
  border-radius: 100px;
  -webkit-appearance: none;
  color: var(--svetlo-seryy);
  background: transparent url("/local/templates/dklurie2/css/../images/select-arr-gray.svg") 90% 50% no-repeat;
  background-position: top 50% right 14px;
  background-size: 14px;
  font-weight: 300;
  font-size: 20px;
}
@media (min-width: 800px) {
  .custom-select.select-large {
    height: 50px;
    font-size: 32px;
  }
}
.custom-select.select-dark {
  color: var(--zelenyy2);
  border-color: var(--zelenyy2);
  background-image: url("/local/templates/dklurie2/css/../images/select-arr.svg");
}
.custom-select.select-black {
  color: var(--belyy);
  border-color: var(--zelenyy2);
  background-color: var(--zelenyy2);
  background-image: url("/local/templates/dklurie2/css/../images/select-arr-white.svg");
}
@media (max-width: 800px) {
  .custom-select {
    height: 30px;
    font-size: 14px;
    padding: 0 30px 0 10px;
  }
}

.daterangepicker .calendar-table td {
  border-radius: 5px;
}

.daterangepicker td.in-range {
  background-color: #FFECEB;
  color: #F15E57;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #F15E57;
  color: #FFFFFF;
}

.dates-range {
  border: 2px solid var(--svetlo-seryy);
  height: 40px;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 0 20px;
  margin-right: 15px;
}
@media (max-width: 800px) {
  .dates-range {
    padding: 0 10px;
    font-size: 12px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    height: 30px;
  }
}

.select2-container--default .select2-selection--single {
  height: 40px;
  border: 2px solid var(--svetlo-seryy);
  border-radius: 100px !important;
  align-items: center;
  display: flex;
  font-weight: 300;
  font-size: 20px;
  color: var(--svetlo-seryy);
}
@media (max-width: 800px) {
  .select2-container--default .select2-selection--single {
    height: 30px;
    font-size: 14px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--svetlo-seryy);
}
.select2-container--default .select2-selection--single.select2-container--open {
  border-color: var(--zelenyy2);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}
@media (max-width: 800px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 1px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: transparent url("/local/templates/dklurie2/css/../images/select-arr-gray.svg") 90% 50% no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  border: 0;
  right: 10px;
}
@media (max-width: 800px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -6px;
  }
}

.select-dark + .select2-container--default .select2-selection--single {
  border: 2px solid var(--zelenyy2);
}
.select-dark + .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--zelenyy2);
}
.select-dark + .select2-container--default .select2-selection--single.select2-container--open {
  border-color: var(--zelenyy2);
}
.select-dark + .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: transparent url("/local/templates/dklurie2/css/../images/select-arr.svg") 90% 50% no-repeat;
  background-size: contain;
}

.form-group-delimiter {
  height: 20px;
}

.header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  transition: background-color 0.2s cubic-bezier(0.63, 0.81, 0.3, 1.02), height 0.2s cubic-bezier(0.63, 0.81, 0.3, 1.02), transform 0.2s cubic-bezier(0.63, 0.81, 0.3, 1.02);
  background-color: var(--zelenyy2);
  color: #ffffff;
}
.header:before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  height: 1px;
  background: var(--belyy);
  max-width: calc(100% - 40px);
  z-index: 10;
  transition: width 0.3s cubic-bezier(0.47, 0.58, 0, 0.96);
  width: 0;
}
.header .container {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  height: 80px;
  transition: height 0.2s cubic-bezier(0.63, 0.81, 0.3, 1.02);
  max-width: 1920px;
  padding: 0 300px;
}
@media (max-width: 1600px) {
  .header .container {
    padding: 0 230px 0 200px;
  }
}
@media (max-width: 1180px) {
  .header .container {
    padding: 0;
    height: 60px;
  }
}
.header.headroom--not-top {
  background-color: #00ADC3;
}
.header.headroom--unpinned {
  transform: translateY(-100%);
}
.header-right {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 1600px) {
  .header-right {
    right: 20px;
  }
}
.header .header-search {
  font-size: 22px;
  margin-right: 25px;
}
@media (max-width: 1600px) {
  .header .header-search {
    margin-right: 15px;
  }
}
.header .header-user {
  font-size: 28px;
}
@media (max-width: 1180px) {
  .header .header-user {
    font-size: 22px;
  }
}
.header .header-city {
  margin-right: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: var(--zelenyy-2-akcent);
  border: 1px solid var(--zelenyy-2-akcent);
  border-radius: 21px;
}
@media (max-width: 1600px) {
  .header .header-city {
    margin-right: 20px;
    padding: 0 15px;
  }
}
@media (max-width: 1180px) {
  .header .header-city {
    display: inline-flex;
    min-width: 170px;
    margin: 0 auto 15px;
  }
}
.header .header-city:hover {
  border-color: var(--belyy);
  color: var(--belyy);
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1180px) {
  .header-menu {
    flex-direction: column;
    padding: 25px 15px 30px;
  }
}
.header-menu li {
  margin: 0 13px;
  position: relative;
}
@media (max-width: 1600px) {
  .header-menu li {
    margin: 0 10px;
  }
}
@media (max-width: 1270px) {
  .header-menu li {
    margin: 0 8px;
  }
}
@media (max-width: 1180px) {
  .header-menu li {
    margin: 8px 0;
    text-align: center;
    width: 100%;
  }
}
.header-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  height: 40px;
  text-align: center;
}
@media (max-width: 1270px) {
  .header-menu a {
    font-size: 12px;
  }
}
@media (max-width: 1180px) {
  .header-menu a {
    font-size: 16px;
    height: auto;
  }
}
.header-menu a.header-phone {
  margin-top: 30px;
  font-weight: 500;
}
.header-menu a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.header-menu a.schedule-link {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--krasnyy);
  border-radius: 21px;
  text-align: center;
  min-width: 120px;
  padding: 0 10px;
  color: #061E3B;
}
@media (max-width: 1600px) {
  .header-menu a.schedule-link {
    min-width: auto;
  }
}
@media (max-width: 1180px) {
  .header-menu a.schedule-link {
    min-width: 170px;
    max-width: 170px;
    margin: 0 auto;
  }
}
.header-menu a.schedule-link:hover {
  color: #061E3B;
  background-color: var(--belyy);
}
.header-menu a.present-link {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  text-align: center;
  padding: 0 15px;
  border: 1px solid var(--belyy);
}
@media (max-width: 1180px) {
  .header-menu a.present-link {
    min-width: 170px;
    max-width: 170px;
    margin: 0 auto;
  }
}
.header-menu a.present-link:hover {
  color: #061E3B;
  background-color: var(--belyy);
}
.header-menu-dropdown {
  position: absolute;
  left: -20px;
  top: 100%;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 20px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.45);
  background: var(--zelenyy);
  border-radius: 15px;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
@media (max-width: 1180px) {
  .header-menu li:hover .header-menu-dropdown {
    opacity: 1;
    position: static;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.header-menu-dropdown a {
  height: auto;
}
@media (max-width: 1180px) {
  .header-menu-dropdown a {
    width: 100%;
    text-align: center;
  }
}
.header-menu-dropdown a + a {
  margin-top: 10px;
}

@media (max-width: 1180px) {
  .header-nav {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100%;
    background: var(--zelenyy2);
    z-index: 100;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.47, 0.58, 0, 0.96);
  }
}

.dropdown-active .header-menu-dropdown {
  pointer-events: auto;
  opacity: 1;
}

body:not(.touch) .header-menu li:hover .header-menu-dropdown {
  pointer-events: auto;
  opacity: 1;
}

.search-opened .header-search .icon-close {
  opacity: 1;
}
.search-opened .header-search .icon-search {
  opacity: 0;
}
.search-opened .search-wrap {
  width: 100%;
  transition-delay: 0s;
}
.search-opened .search-container {
  opacity: 1;
  transition-delay: 0.3s;
}

.search-wrap {
  position: fixed;
  right: 0;
  top: 130px;
  bottom: 0;
  background-color: rgba(6, 30, 59, 0.9);
  transition: width 0.3s cubic-bezier(0.67, 0.65, 0.31, 1.05) 0.2s;
  overflow: hidden;
  z-index: 399;
  width: 0;
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1600px) {
  .search-wrap {
    top: 100px;
  }
}
@media (max-width: 1180px) {
  .search-wrap {
    display: none !important;
    top: 54px;
    padding-top: 30px;
  }
}

.search-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  color: #ffffff;
}
.search-container-form {
  display: flex;
  align-items: center;
}
.search-container .btn {
  min-width: 140px;
  margin-left: 15px;
}
@media (max-width: 580px) {
  .search-container .btn {
    min-width: 100px;
    margin-left: 10px;
  }
}
.search-container-field {
  position: relative;
  flex: 1;
}
.search-container-field:before {
  content: "\e904";
  text-align: center;
  width: 24px;
  color: #ffffff;
  font-family: "icomoon";
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}
.search-container-field input {
  width: 100%;
  height: 56px;
  border: 0;
  border-bottom: 1px solid #ffffff;
  background: none;
  outline: none;
  color: #ffffff;
  appearance: none;
  -webkit-appearance: none;
  padding-left: 38px;
}
.search-container-field input::-ms-clear {
  display: none;
}
.search-container-field input::-webkit-input-placeholder {
  color: rgba(242, 243, 245, 0.6);
}
.search-container-field input::-moz-placeholder {
  color: rgba(242, 243, 245, 0.6);
}
.search-container-field input:-moz-placeholder {
  color: rgba(242, 243, 245, 0.6);
}
.search-container-field input:-ms-input-placeholder {
  color: rgba(242, 243, 245, 0.6);
}
.search-container-field input:focus::-webkit-input-placeholder {
  color: transparent;
}
.search-container-field input:focus::-moz-placeholder {
  color: transparent;
}
.search-container-field input:focus:-moz-placeholder {
  color: transparent;
}
.search-container-field input:focus:-ms-input-placeholder {
  color: transparent;
}
.search-container-field input::-webkit-search-decoration, .search-container-field input::-webkit-search-cancel-button, .search-container-field input::-webkit-search-results-button, .search-container-field input::-webkit-search-results-decoration {
  display: none;
}

.search-results {
  margin-top: 50px;
  overflow-y: auto;
  max-height: calc(100vh - 285px);
}
.search-results-title {
  margin-bottom: 15px;
  opacity: 0.6;
  font-size: 14px;
}
.search-results-list {
  display: flex;
  flex-direction: column;
}
.search-results-list a {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
.search-results-list a:last-child {
  margin-bottom: 0;
}

.header-search {
  position: relative;
}
.header-search .icon-search {
  transition: opacity 0.2s ease-in-out;
}
.header-search .icon-close {
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}

.search-mobile {
  display: none;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1180px) {
  .search-mobile {
    display: block;
  }
}
.search-mobile input {
  width: 100%;
  height: 36px;
  border: 0;
  border-bottom: 1px solid #ffffff;
  background: none;
  outline: none;
  color: #ffffff;
  appearance: none;
  -webkit-appearance: none;
}
.search-mobile input::-ms-clear {
  display: none;
}
.search-mobile input::-webkit-input-placeholder {
  color: rgba(242, 243, 245, 0.6);
}
.search-mobile input::-moz-placeholder {
  color: rgba(242, 243, 245, 0.6);
}
.search-mobile input:-moz-placeholder {
  color: rgba(242, 243, 245, 0.6);
}
.search-mobile input:-ms-input-placeholder {
  color: rgba(242, 243, 245, 0.6);
}
.search-mobile input:focus::-webkit-input-placeholder {
  color: transparent;
}
.search-mobile input:focus::-moz-placeholder {
  color: transparent;
}
.search-mobile input:focus:-moz-placeholder {
  color: transparent;
}
.search-mobile input:focus:-ms-input-placeholder {
  color: transparent;
}
.search-mobile input::-webkit-search-decoration, .search-mobile input::-webkit-search-cancel-button, .search-mobile input::-webkit-search-results-button, .search-mobile input::-webkit-search-results-decoration {
  display: none;
}

.search-submit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 18px;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

.menu-opened .header.headroom--unpinned {
  transform: translateY(0%);
}
.menu-opened .header:before {
  width: 100%;
}
@media (max-width: 1180px) {
  .menu-opened .header-nav {
    transform: translateX(0);
  }
}

.logo {
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 116px;
}
@media (max-width: 1600px) {
  .logo {
    left: 20px;
  }
}
@media (max-width: 1180px) {
  .logo {
    max-width: 87px;
  }
}
.logo img {
  display: block;
  width: 100%;
}

.menu-toggle {
  position: relative;
  z-index: 10;
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  outline: none;
  cursor: pointer;
  border: 0;
  margin-left: 25px;
  display: none;
}
@media (max-width: 1180px) {
  .menu-toggle {
    display: block;
  }
}
@media (max-width: 1180px) {
  .menu-toggle {
    margin-left: 18px;
  }
}
.menu-toggle:hover span, .menu-toggle:active span {
  opacity: 0.8;
}
.menu-toggle span {
  position: absolute;
  height: 2px;
  width: 18px;
  background: #ffffff;
  opacity: 1;
  left: 6px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  border-radius: 5px;
}
.menu-toggle span:nth-child(1) {
  top: 8px;
}
.menu-toggle span:nth-child(2) {
  top: 15px;
}
.menu-toggle span:nth-child(3) {
  top: 22px;
}

.menu-opened .menu-toggle span:nth-child(1) {
  top: 12px;
  transform: rotate(135deg);
}
.menu-opened .menu-toggle span:nth-child(2) {
  width: 0;
}
.menu-opened .menu-toggle span:nth-child(3) {
  top: 12px;
  transform: rotate(-135deg);
  width: 18px;
}

.langs-container {
  position: relative;
}
.langs-container.opened .langs-toggle:after {
  content: "\e90e";
}
.langs-container .langs-toggle {
  display: none;
}
@media (max-width: 1180px) {
  .langs-container .langs-toggle {
    display: block;
    position: relative;
    padding-right: 20px;
  }
  .langs-container .langs-toggle:after {
    content: "\e907";
    font-family: "icomoon" !important;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.langs-container .langs-list {
  display: flex;
  align-items: center;
}
@media (max-width: 1180px) {
  .langs-container .langs-list a + a {
    margin-top: 5px;
  }
}
.langs-container .langs-list a {
  color: rgba(242, 243, 245, 0.6);
  font-size: 18px;
  font-weight: 500;
  margin-right: 15px;
}
@media (max-width: 1180px) {
  .langs-container .langs-list a {
    font-size: 14px;
    display: block;
  }
}
.langs-container .langs-list a:hover, .langs-container .langs-list a:active {
  color: #ffffff;
}
.langs-container .langs-list a.active {
  pointer-events: none;
  color: #ffffff;
}
@media (max-width: 1180px) {
  .langs-container .langs-list a.active {
    display: none;
  }
}
@media (max-width: 1180px) {
  .langs-container .langs-list {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #EEF1F9;
    background: #00ADC3;
    margin-top: 5px;
  }
}
.langs-container.opened .langs-list {
  display: block;
}

.footer {
  background: var(--zelenyy);
  padding: 45px 0 30px;
  color: var(--white);
  letter-spacing: 0.04em;
  font-size: 16px;
  margin-top: 80px;
}
@media (max-width: 1180px) {
  .footer {
    padding-top: 25px;
    margin-top: 50px;
  }
}
.footer-copyright {
  margin-top: 30px;
  text-align: center;
  letter-spacing: 0.04em;
  color: var(--zelenyy-2-akcent);
}
@media (max-width: 1180px) {
  .footer-copyright {
    max-width: 185px;
    margin: 25px auto 0;
    font-size: 12px;
  }
}
.footer-top {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1180px) {
  .footer-top {
    display: block;
    text-align: center;
  }
}
.footer-top-left, .footer-top-center, .footer-top-right {
  flex: 1;
}
@media (max-width: 1180px) {
  .footer-top-center {
    margin-top: 30px;
  }
}
@media (max-width: 1180px) {
  .footer-top-right {
    margin: 25px auto 0;
    max-width: 340px;
  }
}
.footer-logo {
  max-width: 210px;
  margin-bottom: 25px;
  margin-top: -25px;
}
@media (max-width: 1180px) {
  .footer-logo {
    max-width: 150px;
    margin: 0 auto 25px;
  }
}
.footer-logo img {
  width: 100%;
  display: block;
}
.footer-title {
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: 500;
  max-width: 220px;
}
@media (max-width: 1180px) {
  .footer-title {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-contacts {
  display: flex;
  flex-direction: column;
}
.footer .footer-tel {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1180px) {
  .footer .footer-tel {
    margin-bottom: 20px;
  }
}
.footer-links {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1180px) {
  .footer-links {
    align-items: center;
  }
}
.footer-links a + a {
  margin-top: 8px;
}
.footer-links a {
  text-decoration: underline;
}
.footer-links a:hover {
  text-decoration: none;
}
.footer-socials {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 1180px) {
  .footer-socials {
    justify-content: center;
  }
}
.footer-socials a {
  margin-right: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  border: 1px solid var(--white);
}
.footer-socials a:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
.footer-socials a:last-child {
  margin-right: 0;
}
.footer-subscribe-text {
  margin-bottom: 20px;
  max-width: 300px;
  line-height: 1.2;
}
@media (max-width: 1180px) {
  .footer-subscribe-text {
    margin: 0 auto 15px;
  }
}
.footer-subscribe-field {
  position: relative;
}
.footer-subscribe-field input[type=email],
.footer-subscribe-field input[type=text] {
  padding: 0 20px;
  border: 1px solid var(--belyy);
  border-radius: 100px;
  background-color: transparent;
  height: 34px;
  color: var(--belyy);
  width: 100%;
}
.footer-subscribe-field input[type=email]::-webkit-input-placeholder,
.footer-subscribe-field input[type=text]::-webkit-input-placeholder {
  color: var(--belyy);
}
.footer-subscribe-field input[type=email]::-moz-placeholder,
.footer-subscribe-field input[type=text]::-moz-placeholder {
  color: var(--belyy);
}
.footer-subscribe-field input[type=email]:-moz-placeholder,
.footer-subscribe-field input[type=text]:-moz-placeholder {
  color: var(--belyy);
}
.footer-subscribe-field input[type=email]:-ms-input-placeholder,
.footer-subscribe-field input[type=text]:-ms-input-placeholder {
  color: var(--belyy);
}
.footer-subscribe-field input[type=email]:focus::-webkit-input-placeholder,
.footer-subscribe-field input[type=text]:focus::-webkit-input-placeholder {
  color: transparent;
}
.footer-subscribe-field input[type=email]:focus::-moz-placeholder,
.footer-subscribe-field input[type=text]:focus::-moz-placeholder {
  color: transparent;
}
.footer-subscribe-field input[type=email]:focus:-moz-placeholder,
.footer-subscribe-field input[type=text]:focus:-moz-placeholder {
  color: transparent;
}
.footer-subscribe-field input[type=email]:focus:-ms-input-placeholder,
.footer-subscribe-field input[type=text]:focus:-ms-input-placeholder {
  color: transparent;
}
.footer-subscribe-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
  font-size: 12px;
  color: var(--belyy);
}
.footer-whatsapp {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px 0 20px;
  color: var(--zelenyy);
  background: var(--belyy);
  margin-top: 16px;
  border-radius: 100px;
  transition: opacity 0.2s ease-out;
}
.footer-whatsapp:hover {
  color: var(--zelenyy);
  opacity: 0.6;
}
.footer-whatsapp .button-title {
  margin-right: 10px;
}
.footer-whatsapp span {
  font-size: 22px;
  line-height: 1;
}

.main-bottom {
  padding: 125px 0 110px;
  background: var(--zelenyy2) url("/local/templates/dklurie2/css/../images/main-bottom.jpg") 50% 50% no-repeat;
  background-size: cover;
  color: var(--belyy);
  margin-bottom: -80px;
  margin-top: 60px;
}
@media (max-width: 1180px) {
  .main-bottom {
    padding: 40px 0;
    margin-bottom: -60px;
    margin-top: 30px;
  }
}

.main-features {
  padding: 95px 20px 65px;
  position: relative;
  border: 2px solid var(--belyy);
  border-radius: 15px;
}
@media (max-width: 1180px) {
  .main-features {
    border-width: 1px;
    padding: 40px 15px 30px;
  }
}
.main-features-title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #000;
  padding: 0 25px;
  font-weight: 700;
  font-size: 48px;
}
@media (max-width: 1180px) {
  .main-features-title {
    font-size: 20px;
    padding: 0 15px;
  }
}
.main-features-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 75px;
  text-align: center;
}
@media (max-width: 1180px) {
  .main-features-list {
    grid-row-gap: 35px;
  }
}
@media (max-width: 580px) {
  .main-features-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main-features-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
  background: var(--belyy);
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.main-features-img img {
  object-fit: contain;
  max-width: 70%;
}
@media (max-width: 1180px) {
  .main-features-img {
    width: 55px;
    height: 55px;
    margin-bottom: 16px;
  }
}
.main-features-text {
  line-height: 1.1;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 1180px) {
  .main-features-text {
    font-size: 14px;
  }
}

.main-page-wrap .top-slider {
  margin-bottom: 95px;
}
@media (max-width: 1180px) {
  .main-page-wrap .top-slider {
    margin-bottom: 30px;
  }
}

.top-slide {
  position: relative;
}
.top-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.top-slide img {
  display: block;
  object-fit: cover;
  height: 800px;
  width: 100%;
  max-height: 85vh;
}
@media (max-width: 1180px) {
  .top-slide img {
    height: 560px;
  }
}
.top-slide-caption {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  max-width: 1180px;
  padding: 60px 35px;
  z-index: 5;
  color: var(--belyy);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.top-slide-title {
  font-weight: 500;
  font-size: 48px;
  max-width: 1000px;
  line-height: 1.2;
}
@media (max-width: 1270px) {
  .top-slide-title {
    font-size: 30px;
  }
}
@media (max-width: 1180px) {
  .top-slide-title {
    font-size: 20px;
  }
}
.top-slide-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  height: 40px;
  color: var(--zelenyy2);
  background-color: var(--belyy);
  padding: 0 20px;
  border-radius: 100px;
}
.top-slide-link:hover {
  background-color: var(--zelenyy2);
  color: var(--belyy);
}
@media (max-width: 1180px) {
  .top-slide-link {
    margin-top: 20px;
  }
}

.top-slider.top-slider-small {
  margin: 10px;
  border-radius: 15px;
}
.top-slider.top-slider-small .slider-pagination {
  display: none;
}
.top-slider.top-slider-small img {
  height: 360px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 800px) {
  .top-slider.top-slider-small img {
    height: 180px;
  }
}
.top-slider.top-slider-small .top-slide-caption {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 800px) {
  .top-slider.top-slider-small .top-slide-caption {
    padding: 20px 25px;
  }
}
.top-slider.top-slider-small .top-slide-link {
  margin: 0 0 0 30px;
}
@media (max-width: 800px) {
  .top-slider.top-slider-small .top-slide-link {
    display: none;
  }
}
.top-slider.top-slider-small .top-slide-title {
  font-size: 36px;
}
@media (max-width: 800px) {
  .top-slider.top-slider-small .top-slide-title {
    font-size: 14px;
  }
}

.slider-pagination,
.top-slider-pagination {
  position: absolute;
  left: 0;
  bottom: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  width: 100%;
  --swiper-pagination-color: #969696;
  --swiper-pagination-bullet-inactive-color: var(--belyy);
}
@media (max-width: 1000px) {
  .slider-pagination,
  .top-slider-pagination {
    bottom: -30px !important;
  }
}

.custom-slider-bottom .slider-pagination {
  display: none;
}
@media (max-width: 1180px) {
  .custom-slider-bottom .slider-pagination {
    display: flex;
  }
}

.top-slider-pagination {
  bottom: 20px !important;
}

.slider-arr {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(189, 189, 189, 0.5);
  color: var(--belyy);
  z-index: 50;
  font-size: 22px;
  line-height: 1;
  transition: opacity 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out;
}
.slider-arr.swiper-button-lock {
  display: none !important;
}
@media (max-width: 1180px) {
  .slider-arr {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.slider-arr:hover {
  color: var(--zelenyy2);
  background-color: var(--belyy);
}
.slider-arr.slider-arr-prev {
  left: 100px;
}
@media (max-width: 1600px) {
  .slider-arr.slider-arr-prev {
    left: 30px;
  }
}
@media (max-width: 1000px) {
  .slider-arr.slider-arr-prev {
    left: 20px;
  }
}
.slider-arr.slider-arr-next {
  right: 100px;
}
@media (max-width: 1600px) {
  .slider-arr.slider-arr-next {
    right: 30px;
  }
}
@media (max-width: 1180px) {
  .slider-arr.slider-arr-next {
    right: 20px;
  }
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.schedule-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -6px 5px;
}
@media (max-width: 800px) {
  .schedule-categories {
    justify-content: center;
  }
}
.schedule-categories-item {
  height: 50px;
  background: transparent;
  border: 2px solid var(--zelenyy2);
  padding: 0 20px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--zelenyy2);
  line-height: 1;
  font-size: 32px;
  font-weight: 500;
  margin: 0 6px 6px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, opacity 0.2s ease-out;
}
@media (max-width: 800px) {
  .schedule-categories-item {
    font-size: 18px;
    padding: 0 12px;
    height: 28px;
  }
}
.schedule-categories-item.active {
  pointer-events: none;
  color: var(--belyy);
  background-color: var(--zelenyy2);
}
.schedule-categories-item:hover {
  opacity: 0.7;
}

.schedule-filter {
  margin-bottom: 40px;
}
.schedule-filter-controls {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.schedule-filter-dropdowns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.schedule-filter-dropdowns select {
  margin-right: 12px;
}
@media (max-width: 800px) {
  .schedule-filter-dropdowns select {
    margin-right: 6px;
  }
}
.schedule-filter-dropdowns select:last-child {
  margin-right: 0;
}
.schedule-filter-reset {
  margin-left: 20px;
}
@media (max-width: 580px) {
  .schedule-filter-reset {
    margin-left: 8px;
  }
}

.schedule-title {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 1.3;
}
@media (max-width: 1000px) {
  .schedule-title {
    font-size: 20px;
    margin-bottom: 18px;
  }
}

/*
dates slider
.schedule-dates {
  border-radius: 100px;
  border: 2px solid var(--zelenyy2);
  padding: 5px;
  justify-content: space-between;
  margin-bottom: 8px;
  overflow: hidden;
}
.schedule-dates .swiper-slide {
  width: 110px;
}
@media (max-width: 1000px) {
  .schedule-dates .swiper-slide {
    width: 70px;
  }
}
*/
.schedule-dates {
  display: flex;
  border-radius: 100px;
  border: 2px solid var(--zelenyy2);
  padding: 5px;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media (max-width: 1000px) {
  .schedule-dates {
    overflow-x: auto;
  }
}
.schedule-dates button + button {
  margin-left: 2px;
}
.schedule-dates button {
  display: flex;
  align-items: center;
  text-align: center;
  background: transparent;
  border: 2px solid transparent;
  cursor: pointer;
  height: 40px;
  border-radius: 100px;
  color: var(--zelenyy2);
  transition: color 0.2s ease-out, opacity 0.2s ease-out, border-color 0.2s ease-out;
  flex: 1;
  justify-content: center;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 1000px) {
  .schedule-dates button {
    white-space: nowrap;
    min-width: 70px;
    font-size: 16px;
    height: 24px;
  }
}
.schedule-dates button:hover {
  border-color: var(--zelenyy2);
}
.schedule-dates button.active {
  pointer-events: none;
  font-weight: 500;
  color: var(--belyy);
  background: var(--zelenyy2);
}

.schedule-days {
  overflow: hidden;
}
.schedule-days .swiper-slide {
  width: 120px;
}
@media (max-width: 1000px) {
  .schedule-days .swiper-slide {
    width: 80px;
  }
}
@media (max-width: 1000px) {
  .schedule-days {
    overflow-x: auto;
    margin: 0 -20px;
    padding: 0 20px;
    white-space: nowrap;
  }
}
.schedule-days button + button {
  margin-left: 2px;
}
.schedule-days button {
  display: flex;
  align-items: center;
  text-align: center;
  background: transparent;
  border: 2px solid transparent;
  cursor: pointer;
  height: 40px;
  border-radius: 100px;
  color: var(--zelenyy2);
  transition: color 0.2s ease-out, opacity 0.2s ease-out, border-color 0.2s ease-out;
  flex: 1;
  justify-content: center;
  font-size: 28px;
  font-weight: 300;
}
@media (max-width: 1000px) {
  .schedule-days button {
    height: 28px;
    min-width: 70px;
    font-size: 18px;
  }
}
.schedule-days button:hover {
  border-color: var(--zelenyy2);
}
.schedule-days button.active {
  pointer-events: none;
  font-weight: 500;
  border-color: var(--zelenyy2);
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 800px) {
  .schedule-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 10px;
  }
}

.schedule-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--zelenyy2);
  border-radius: 15px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
  color: var(--white);
  padding: 32px;
  min-height: 375px;
}
@media (max-width: 800px) {
  .schedule-panel {
    padding: 25px;
    min-height: 230px;
  }
}
.schedule-panel-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.schedule-panel-img img {
  border-radius: 15px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.schedule-panel.school-event-panel .schedule-panel-title {
  font-weight: 300;
}
.schedule-panel.school-event-panel .schedule-panel-title span {
  font-weight: 500;
}
.schedule-panel.school-event-panel .schedule-panel-bottom {
  margin-top: 20px;
}
.schedule-panel-caption {
  margin-top: auto;
  width: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 800px) {
  .schedule-panel-caption {
    flex: 1;
    margin-top: 0;
  }
}
.schedule-panel-date {
  height: 34px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  padding: 0 14px;
  font-size: 20px;
  border: 2px solid;
  border-radius: 100px;
  margin-bottom: 25px;
}
@media (max-width: 800px) {
  .schedule-panel-date {
    margin-bottom: auto;
  }
}
@media (max-width: 800px) {
  .schedule-panel-date {
    font-size: 15px;
  }
}
.schedule-panel-date span {
  font-weight: 300;
  margin: 0 4px;
}
.schedule-panel-title {
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 800px) {
  .schedule-panel-title {
    font-size: 16px;
    padding-right: 80px;
  }
}
.schedule-panel-bottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 800px) {
  .schedule-panel-bottom {
    margin: 0;
  }
}
.schedule-panel-author {
  margin-right: 20px;
  font-size: 20px;
}
@media (max-width: 800px) {
  .schedule-panel-author {
    display: none;
  }
}
@media (max-width: 800px) {
  .schedule-panel-button {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}

.schedule-bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 160px;
  padding-bottom: 20px;
}
@media (max-width: 800px) {
  .schedule-bottom {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
.schedule-bottom-link {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 800px) {
  .schedule-bottom-link {
    position: relative;
  }
}

.loadmore {
  position: relative;
  font-size: 20px;
  color: var(--svetlo-seryy);
}
@media (max-width: 800px) {
  .loadmore {
    margin-bottom: 30px;
    font-size: 12px;
  }
}
.loadmore:hover {
  color: var(--zelenyy2);
}
.loadmore:after {
  content: "\e900";
  position: absolute;
  font-family: "icomoon";
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding-top: 4px;
}
@media (max-width: 800px) {
  .loadmore:after {
    top: 90%;
  }
}

.search-page-form {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .search-page-form {
    margin-bottom: 15px;
  }
}
.search-page-form input {
  width: 100%;
  display: block;
  background: var(--belyy);
  border: 2px solid var(--zelenyy2);
  height: 50px;
  padding: 0 90px 0 25px;
  border-radius: 100px;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 800px) {
  .search-page-form input {
    font-size: 18px;
    padding-left: 15px;
  }
}
.search-page-form .search-page-submit {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 800px) {
  .search-page-form .search-page-submit {
    height: 40px;
    font-size: 18px;
  }
}

.search-page-results-total {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .search-page-results-total {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.search-page-results-row + .search-page-results-row {
  margin-top: 50px;
}
@media (max-width: 800px) {
  .search-page-results-row + .search-page-results-row {
    margin-top: 30px;
  }
}
.search-page-results-link {
  font-size: 20px;
  border-bottom: 1px solid var(--zelenyy2);
}
@media (max-width: 800px) {
  .search-page-results-link {
    font-size: 14px;
  }
}
.search-page-results-link:hover {
  border-color: transparent;
}
.search-page-results-text {
  margin-top: 15px;
  font-size: 18px;
}
@media (max-width: 800px) {
  .search-page-results-text {
    font-size: 12px;
    margin-top: 10px;
  }
}

.page-top {
  position: relative;
  background-color: var(--zelenyy2);
}
.page-top:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-top-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top-img:only-child, .page-top-img:last-child {
  position: relative;
  height: 500px;
}
@media (max-width: 1000px) {
  .page-top-img:only-child, .page-top-img:last-child {
    min-height: auto;
    height: 470px;
    max-height: 80vh;
  }
}
.page-top.page-top-large .container {
  height: 800px;
  max-height: 90vh;
}
@media (max-width: 1000px) {
  .page-top.page-top-large .container {
    min-height: auto;
    height: 470px;
    max-height: 80vh;
  }
}
.page-top .container {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 65px;
  min-height: 500px;
  position: relative;
  z-index: 5;
  align-items: flex-start;
}
@media (max-width: 1000px) {
  .page-top .container {
    min-height: auto;
    height: 470px;
    max-height: 80vh;
    padding: 55px 20px 25px;
  }
}
.page-top-title {
  text-align: left;
  color: var(--belyy);
  margin-top: auto;
  margin-bottom: 0;
}
.page-top-label {
  background-color: var(--belyy);
  height: 40px;
  border-radius: 100px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 1000px) {
  .page-top-label {
    height: 30px;
    font-size: 16px;
  }
}

.left-auto {
  margin-left: auto;
  justify-self: flex-end;
}

.page-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .page-section {
    padding: 25px 0;
  }
}
.page-section-header {
  margin-bottom: 80px;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 800px) {
  .page-section-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .page-section-header {
    font-size: 16px;
  }
}
.page-section-header h2 {
  margin-bottom: 16px;
  font-size: 48px;
  text-align: left;
  line-height: 1.1;
}
@media (max-width: 800px) {
  .page-section-header h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.page-section-header h2:first-child {
  margin-top: 0;
}
.page-section-header h2:last-child {
  margin-bottom: 0;
}
.page-section-header p {
  margin: 16px 0;
}
@media (max-width: 800px) {
  .page-section-header p {
    margin: 8px 0;
  }
}
.page-section-header p:first-child {
  margin-top: 0;
}
.page-section-header p:last-child {
  margin-bottom: 0;
}
.page-section.subscribes-section {
  background: var(--zelenyy2);
  color: var(--belyy);
}
.page-section.section-dark {
  color: var(--belyy);
  background-color: var(--zelenyy2);
}
.page-section.section-dark h2 {
  color: inherit;
}
.page-section.section-dark:last-child {
  margin-bottom: -80px;
}
@media (max-width: 1180px) {
  .page-section.section-dark:last-child {
    margin-bottom: -50px;
  }
}
.page-section.section-green {
  color: var(--belyy);
  background-color: #313F3A;
}
.page-section.section-green h2 {
  color: inherit;
}
.page-section.section-green:last-child {
  margin-bottom: -80px;
}
@media (max-width: 1180px) {
  .page-section.section-green:last-child {
    margin-bottom: -50px;
  }
}
.page-section.section-gray {
  background-color: var(--gray-bg);
}
.page-section.section-gray:last-child {
  margin-bottom: -80px;
}
@media (max-width: 1180px) {
  .page-section.section-gray:last-child {
    margin-bottom: -50px;
  }
}
.page-section .swiper {
  overflow: visible;
}

.dates-container {
  position: relative;
}

.custom-slider-content {
  position: relative;
  margin: 60px 0;
}
.custom-slider-content:first-child {
  margin-top: 0;
}
.custom-slider-content:last-child {
  margin-bottom: 0;
}
.custom-slider-content .slider-arr.slider-arr-prev {
  left: -250px;
}
@media (max-width: 1600px) {
  .custom-slider-content .slider-arr.slider-arr-prev {
    left: 30px;
  }
}
@media (max-width: 1180px) {
  .custom-slider-content .slider-arr.slider-arr-prev {
    left: 0px;
  }
}
.custom-slider-content .slider-arr.slider-arr-next {
  right: -250px;
}
@media (max-width: 1600px) {
  .custom-slider-content .slider-arr.slider-arr-next {
    right: 30px;
  }
}
@media (max-width: 1180px) {
  .custom-slider-content .slider-arr.slider-arr-next {
    right: 0px;
  }
}

@media (max-width: 1000px) {
  .dates-slider {
    padding: 0 10px;
  }
}

.custom-slider .swiper-slide {
  opacity: 0.2;
  transition: opacity 0.2s ease-out;
}
.custom-slider .swiper-slide.swiper-slide-fully-visible {
  opacity: 1;
}
@media (max-width: 580px) {
  .custom-slider .swiper-slide {
    width: 335px;
    max-width: calc(100vw - 60px);
  }
}
.custom-slider-title {
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .custom-slider-title {
    margin-bottom: 25px;
  }
}

.dates-slide {
  position: relative;
  padding: 14px 11px;
  display: flex;
  flex-direction: column;
  background-color: var(--belyy);
  border-radius: 15px;
  color: var(--zelenyy2);
  min-height: 265px;
}
@media (max-width: 1000px) {
  .dates-slide {
    width: 150px !important;
    min-height: 168px;
  }
}
.dates-slide .slide-buttons {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-top: 15px;
}
@media (max-width: 1000px) {
  .dates-slide .slide-buttons {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
  }
}
.dates-slide .slide-buttons .btn {
  flex: 1;
}
@media (max-width: 1000px) {
  .dates-slide .slide-buttons .btn {
    line-height: 24px;
    min-height: 24px;
    font-size: 14px;
  }
}
.dates-slide .slide-buttons .btn + .btn {
  margin-left: 8px;
}
@media (max-width: 1000px) {
  .dates-slide .slide-buttons .btn + .btn {
    margin-top: 5px;
    margin-left: 0;
  }
}
.dates-slide .slide-date {
  background-color: var(--seryy);
  height: 34px;
  display: flex;
  align-items: center;
  min-width: 190px;
  padding: 0 10px;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  color: var(--belyy);
  margin-bottom: 14px;
  font-weight: 500;
  align-self: flex-start;
  border-radius: 100px;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .dates-slide .slide-date {
    min-width: 100%;
    height: 20px;
    margin-bottom: 4px;
  }
}
.dates-slide .slide-date.weekend {
  background-color: var(--zelenyy2);
}
.dates-slide .slide-date span {
  font-weight: 350;
  margin: 0 4px;
}
.dates-slide .slide-time {
  height: 34px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  border: 2px solid var(--black);
  margin-bottom: 14px;
  font-weight: 500;
  align-self: flex-start;
  border-radius: 100px;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .dates-slide .slide-time {
    height: 20px;
    margin-bottom: 4px;
    padding: 0 10px;
    min-width: 100%;
  }
}
.dates-slide .calendar-controls {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-size: 14px;
}
@media (max-width: 1000px) {
  .dates-slide .calendar-controls {
    font-size: 8px;
  }
}
.dates-slide .calendar-controls-item {
  position: relative;
  padding-left: 46px;
  display: flex;
  align-items: center;
  min-height: 28px;
  transition: opacity 0.2s ease-out;
}
@media (max-width: 1000px) {
  .dates-slide .calendar-controls-item {
    padding-left: 24px;
    min-height: 16px;
  }
}
.dates-slide .calendar-controls-item:hover {
  opacity: 0.7;
}
.dates-slide .calendar-controls-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: transparent 50% 50% no-repeat;
  background-size: contain;
}
@media (max-width: 1000px) {
  .dates-slide .calendar-controls-item:before {
    width: 16px;
    height: 16px;
  }
}
.dates-slide .calendar-controls-item.calendar-add:before {
  background-image: url("/local/templates/dklurie2/css/../images/calendar-add.png");
}
.dates-slide .calendar-controls-item.calendar-more:before {
  background-image: url("/local/templates/dklurie2/css/../images/calendar-more.png");
}
.dates-slide .calendar-controls-item + .calendar-controls-item {
  margin-top: 8px;
}
@media (max-width: 1000px) {
  .dates-slide .calendar-controls-item + .calendar-controls-item {
    margin-top: 5px;
  }
}

.external-video-container {
  text-align: center;
  margin: 60px 0;
}
.external-video-container:first-child {
  margin-top: 0;
}
.external-video-container:last-child {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .external-video-container iframe {
    max-height: 250px;
  }
}

.panel {
  margin: 30px 0;
  padding: 24px;
  background-color: var(--gray-bg);
  border-radius: 15px;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 800px) {
  .panel {
    margin: 10px 0;
  }
}
.panel h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
.panel:first-child {
  margin-top: 0;
}
.panel:last-child {
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  .panel {
    font-size: 12px;
    padding: 20px;
  }
}
.panel-alert {
  margin: 25px 0;
  padding: 30px 20px;
  border-radius: 15px;
  background-color: var(--belyy);
}
.panel-alert:first-child {
  margin-top: 0;
}
.panel-alert:last-child {
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  .panel-alert {
    padding: 15px;
  }
}
.panel-info {
  background-color: var(--zelenyy2);
  color: var(--belyy);
  font-size: 18px;
}
@media (max-width: 580px) {
  .panel-info {
    font-size: 12px;
  }
}
.panel-info strong {
  font-size: 20px;
}
@media (max-width: 580px) {
  .panel-info strong {
    font-size: 16px;
  }
}
.panel-danger {
  background-color: var(--belyy);
  border: 25px solid var(--krasnyy);
  line-height: 1.1;
}

.gallery-slide iframe {
  width: 100%;
  height: 750px;
  max-height: 70vh;
}
@media (max-width: 800px) {
  .gallery-slide iframe {
    height: 300px;
  }
}

.gallery-slider-content {
  margin: 65px 0;
}
.gallery-slider-content:first-child {
  margin-top: 0;
}
.gallery-slider-content:last-child {
  margin-bottom: 0;
}
.gallery-slider-content .top-slider-pagination {
  bottom: -30px !important;
}
@media (max-width: 1180px) {
  .gallery-slider-content .top-slider-pagination {
    bottom: 10px !important;
  }
}
.gallery-slider-content .gallery-slide {
  text-align: center;
  width: auto;
}
@media (max-width: 580px) {
  .gallery-slider-content .gallery-slide {
    max-width: calc(100vw - 46px);
  }
}
.gallery-slider-content img {
  display: block;
  border-radius: 15px;
}

.params-list:last-child li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.params-list {
  margin: 25px 0;
  padding: 0;
  list-style: none;
}
.params-list.list-with-counter {
  counter-reset: num;
}
.params-list.list-with-counter li:before {
  content: counter(num) ".";
  counter-increment: num;
  font-size: 20px;
  font-weight: 500;
  min-width: 20px;
  margin-right: 10px;
  align-self: flex-start;
}
.params-list:first-child {
  margin-top: 0;
}
.params-list:last-child {
  margin-bottom: 0;
}
.params-list > li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--svetlo-seryy);
}
@media (max-width: 800px) {
  .params-list > li {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.params-list > li:last-child {
  margin-bottom: 0;
}
.params-list-title {
  flex: 1;
  max-width: 240px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 800px) {
  .params-list-title {
    font-size: 16px;
    margin: 0 0 14px;
  }
}
.params-list-text ul {
  padding-left: 20px;
}
.params-list-text ul:first-child {
  margin-top: 0;
}
.params-list-text ul:last-child {
  margin-bottom: 0;
}
@media (min-width: 580px) {
  .params-list-text {
    flex: 1;
  }
}

.questions-panel {
  color: var(--belyy);
  background-color: var(--zelenyy2);
  font-size: 18px;
}
@media (max-width: 800px) {
  .questions-panel {
    font-size: 12px;
  }
}
.questions-panel a {
  font-weight: 500;
  border-bottom: 1px solid;
}
.questions-panel a:hover {
  border-color: transparent;
}
.questions-panel-top-row {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 800px) {
  .questions-panel-top-row {
    flex-direction: column;
    flex: 1;
  }
}
.questions-panel-top-row + .questions-panel-top-row {
  margin-top: 12px;
}
@media (max-width: 800px) {
  .questions-panel-top-row + .questions-panel-top-row {
    margin: 0 0 0 15px;
  }
}
.questions-panel-top-title {
  flex: 1;
  max-width: 230px;
  margin-right: 30px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 800px) {
  .questions-panel-top-title {
    max-width: none;
    margin: 0 0 10px;
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .questions-panel-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.questions-panel-content {
  margin: 15px 0;
  max-width: 740px;
  position: relative;
  padding-left: 60px;
}
@media (max-width: 800px) {
  .questions-panel-content {
    padding-left: 45px;
  }
}
.questions-panel-content:first-child {
  margin-top: 0;
}
.questions-panel-content:last-child {
  margin-bottom: 0;
}
.questions-panel-content:before {
  content: "\e90c";
  font-family: "icomoon" !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  border: 1px solid;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 800px) {
  .questions-panel-content:before {
    width: 30px;
    height: 30px;
  }
}

.tickets-block {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 800px) {
  .tickets-block {
    margin: 10px 0;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
@media (max-width: 800px) {
  .tickets-block.mobile-rows {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tickets-block:first-child {
  margin-top: 0;
}
.tickets-block:last-child {
  margin-bottom: 0;
}
.tickets-block-item {
  min-height: 190px;
  background: var(--zelenyy2) 50% 50% no-repeat;
  background-size: cover;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s ease-out;
  color: var(--belyy);
}
@media (max-width: 800px) {
  .tickets-block-item {
    min-height: 90px;
    padding: 5px;
  }
}
.tickets-block-item.ticket-present {
  background-image: url("/local/templates/dklurie2/css/../images/ticket-present.jpg");
}
.tickets-block-item.ticket-buy {
  background-image: url("/local/templates/dklurie2/css/../images/ticket-buy.jpg");
}
.tickets-block-item:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
}
.tickets-block-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 2px 14px;
  background-color: var(--belyy);
  color: var(--zelenyy2);
  font-size: 20px;
  line-height: 1.3;
  border-radius: 21px;
}
@media (max-width: 800px) {
  .tickets-block-title {
    height: 24px;
    font-size: 14px;
  }
}
.tickets-block-content {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 25px;
  font-size: 18px;
}
@media (max-width: 800px) {
  .tickets-block-content {
    font-size: 12px;
    padding: 20px;
  }
}
.tickets-block-content strong {
  font-size: 20px;
}
@media (max-width: 800px) {
  .tickets-block-content strong {
    font-size: 16px;
  }
}
.tickets-block-right {
  text-align: right;
  margin-left: 10px;
}
.guide-block {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: calc(100vw - 20px);
  color: var(--belyy);
  background-color: var(--zelenyy2);
  border-radius: 15px;
  padding: 60px 0;
  margin: 30px 0;
}
@media (max-width: 800px) {
  .guide-block {
    width: auto;
    max-width: 100%;
    left: 0;
    transform: none;
    padding: 20px;
  }
}
@media (max-width: 800px) {
  .guide-block {
    margin: 10px 0;
  }
}
.guide-block:first-child {
  margin-top: 0;
}
.guide-block:last-child {
  margin-bottom: 0;
}
.guide-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 15px;
  z-index: 1;
}
.guide-block .container {
  position: relative;
  z-index: 4;
}
@media (max-width: 800px) {
  .guide-block .container {
    padding: 0;
  }
}
.guide-block-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.guide-block-content {
  min-height: 240px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .guide-block-content {
    min-height: 140px;
  }
}
@media (max-width: 800px) {
  .guide-block-content .btn {
    display: none;
  }
}
.guide-block-title {
  max-width: 820px;
  margin-right: 30px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 800px) {
  .guide-block-title {
    font-size: 14px;
    margin-right: 0;
  }
}

.subscribe-block {
  margin: 30px 0;
  padding: 35px 20px;
  border-radius: 15px;
  background-color: var(--gray-bg);
}
@media (max-width: 800px) {
  .subscribe-block {
    margin: 10px 0;
    padding: 25px;
  }
}
.subscribe-block:first-child {
  margin-top: 0;
}
.subscribe-block:last-child {
  margin-bottom: 0;
}
.subscribe-block-header {
  text-align: center;
}
.subscribe-block-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 800px) {
  .subscribe-block-title {
    font-size: 16px;
  }
}
.subscribe-block-buttons {
  margin: 32px auto 0;
  display: flex;
  align-items: center;
  max-width: 730px;
}
@media (max-width: 800px) {
  .subscribe-block-buttons {
    display: block;
    margin-top: 20px;
  }
}
.subscribe-block-field {
  position: relative;
  flex: 1;
}
.subscribe-block-field input[type=email],
.subscribe-block-field input[type=text] {
  padding: 0 20px;
  border: 1px solid var(--zelenyy2);
  border-radius: 100px;
  background-color: transparent;
  height: 34px;
  color: var(--zelenyy2);
  width: 100%;
  font-weight: 300;
}
.subscribe-block-field input[type=email]::-webkit-input-placeholder,
.subscribe-block-field input[type=text]::-webkit-input-placeholder {
  color: var(--zelenyy2);
}
.subscribe-block-field input[type=email]::-moz-placeholder,
.subscribe-block-field input[type=text]::-moz-placeholder {
  color: var(--zelenyy2);
}
.subscribe-block-field input[type=email]:-moz-placeholder,
.subscribe-block-field input[type=text]:-moz-placeholder {
  color: var(--zelenyy2);
}
.subscribe-block-field input[type=email]:-ms-input-placeholder,
.subscribe-block-field input[type=text]:-ms-input-placeholder {
  color: var(--zelenyy2);
}
.subscribe-block-field input[type=email]:focus::-webkit-input-placeholder,
.subscribe-block-field input[type=text]:focus::-webkit-input-placeholder {
  color: transparent;
}
.subscribe-block-field input[type=email]:focus::-moz-placeholder,
.subscribe-block-field input[type=text]:focus::-moz-placeholder {
  color: transparent;
}
.subscribe-block-field input[type=email]:focus:-moz-placeholder,
.subscribe-block-field input[type=text]:focus:-moz-placeholder {
  color: transparent;
}
.subscribe-block-field input[type=email]:focus:-ms-input-placeholder,
.subscribe-block-field input[type=text]:focus:-ms-input-placeholder {
  color: transparent;
}
.subscribe-block-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  color: var(--zelenyy2);
}
.subscribe-block-whatsapp {
  flex: 1;
  margin-left: 30px;
  background-color: var(--zelenyy2);
  border-radius: 100px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--belyy);
  height: 34px;
  transition: opacity 0.2s ease-out;
}
@media (max-width: 800px) {
  .subscribe-block-whatsapp {
    margin: 16px 0 0;
  }
}
.subscribe-block-whatsapp:hover {
  color: var(--belyy);
  opacity: 0.7;
}
.subscribe-block-whatsapp .icon-arrow-right {
  font-size: 14px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 800px) {
  .reviews-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.reviews-grid-item {
  padding: 25px;
  border-radius: 15px;
  background-color: var(--belyy);
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1180px) {
  .reviews-grid-item {
    padding: 20px;
    font-size: 12px;
  }
}
.reviews-grid-item-top {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 1180px) {
  .reviews-grid-item-top {
    margin-bottom: 14px;
  }
}
.reviews-grid-item-date {
  margin-right: 6px;
}
.reviews-grid-item-author {
  font-weight: 500;
}
.reviews-grid-bottom {
  position: relative;
}
@media (max-width: 800px) {
  .reviews-grid-bottom {
    text-align: center;
  }
}
.reviews-grid-bottom .loadmore {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
@media (max-width: 800px) {
  .reviews-grid-bottom .loadmore {
    position: relative;
    transform: none;
    left: 0;
    bottom: 0;
    margin-top: 16px;
    display: inline-flex;
  }
}
.reviews-grid-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
}
.reviews-grid-buttons .btn + .btn {
  margin-top: 12px;
}

.certificate-block {
  margin: 40px 0;
  padding: 25px 30px;
  background-color: var(--zelenyy2);
  color: var(--belyy);
  border-radius: 15px;
}
.certificate-block.certificate-block-red {
  background-color: var(--krasnyy);
}
@media (max-width: 800px) {
  .certificate-block {
    margin: 20px 0;
  }
}
.certificate-block:first-child {
  margin-top: 0;
}
.certificate-block:last-child {
  margin-bottom: 0;
}
.certificate-block-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 630px;
  margin: 0 auto;
}
@media (max-width: 580px) {
  .certificate-block-content {
    flex-direction: column;
  }
}
.certificate-block input[type=text] {
  padding: 0 45px 0 20px;
  border: 1px solid var(--belyy);
  border-radius: 100px;
  background-color: transparent;
  height: 34px;
  color: var(--belyy);
  width: 100%;
}
.certificate-block input[type=text]::-webkit-input-placeholder {
  color: var(--belyy);
}
.certificate-block input[type=text]::-moz-placeholder {
  color: var(--belyy);
}
.certificate-block input[type=text]:-moz-placeholder {
  color: var(--belyy);
}
.certificate-block input[type=text]:-ms-input-placeholder {
  color: var(--belyy);
}
.certificate-block input[type=text]:focus::-webkit-input-placeholder {
  color: transparent;
}
.certificate-block input[type=text]:focus::-moz-placeholder {
  color: transparent;
}
.certificate-block input[type=text]:focus:-moz-placeholder {
  color: transparent;
}
.certificate-block input[type=text]:focus:-ms-input-placeholder {
  color: transparent;
}
.certificate-block-field {
  position: relative;
}
.certificate-block-title {
  font-size: 24px;
  font-weight: 500;
  margin-right: 30px;
}
@media (max-width: 580px) {
  .certificate-block-title {
    width: 100%;
    text-align: center;
    margin: 0 0 16px;
    font-size: 20px;
  }
}
.certificate-block-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
  font-size: 12px;
  color: var(--belyy);
}

.text-block {
  font-size: 18px;
}
@media (max-width: 800px) {
  .text-block {
    font-size: 12px;
  }
}

.two-cols-text {
  columns: 2;
  column-gap: 30px;
}
.two-cols-text ul,
.two-cols-text li,
.two-cols-text p {
  break-inside: avoid-column;
}
@media (max-width: 800px) {
  .two-cols-text {
    columns: auto;
  }
}

.count-input {
  max-width: 220px;
  position: relative;
  user-select: none;
}
.count-input .min, .count-input .plus {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: var(--zelenyy2);
  border-radius: 50%;
  transition: opacity 0.2s ease-out;
}
.count-input .min:hover, .count-input .plus:hover {
  opacity: 0.8;
}
.count-input .min:before, .count-input .plus:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 4px;
  background: var(--belyy);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.count-input .min.disabled, .count-input .plus.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.count-input .min {
  left: 5px;
}
.count-input .plus {
  right: 5px;
}
.count-input .plus:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 16px;
  background: var(--belyy);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.count-input input[type=number] {
  height: 40px;
  border-width: 2px;
  text-align: center;
  padding: 0 50px;
  font-size: 20px;
  font-weight: 500;
  user-select: none;
  pointer-events: none;
}

.promocode-block {
  padding: 18px 30px;
  background: var(--zelenyy);
  color: var(--belyy);
  border-radius: 15px;
  margin: 50px 0 20px;
}
.promocode-block-content {
  max-width: 690px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .promocode-block-content {
    display: block;
    text-align: center;
  }
}
.promocode-block-title {
  margin-right: 20px;
  font-size: 20px;
  font-weight: 500;
  flex: 1;
  max-width: 275px;
}
@media (max-width: 800px) {
  .promocode-block-title {
    max-width: none;
    margin-bottom: 16px;
  }
}
.promocode-block-field {
  display: flex;
  align-items: center;
  flex: 1;
}
@media (max-width: 800px) {
  .promocode-block-field {
    flex-direction: column;
    text-align: center;
  }
}
.promocode-block-field .btn {
  margin-left: 10px;
}
@media (max-width: 800px) {
  .promocode-block-field .btn {
    margin: 10px 0 0 auto;
  }
}
.promocode-block input[type=text] {
  padding: 0 20px;
  border: 1px solid var(--belyy);
  border-radius: 100px;
  background-color: transparent;
  height: 34px;
  color: var(--belyy);
  width: 100%;
  max-width: 315px;
  display: block;
}
@media (max-width: 800px) {
  .promocode-block input[type=text] {
    max-width: none;
  }
}
.promocode-block input[type=text]::-webkit-input-placeholder {
  color: var(--belyy);
}
.promocode-block input[type=text]::-moz-placeholder {
  color: var(--belyy);
}
.promocode-block input[type=text]:-moz-placeholder {
  color: var(--belyy);
}
.promocode-block input[type=text]:-ms-input-placeholder {
  color: var(--belyy);
}
.promocode-block input[type=text]:focus::-webkit-input-placeholder {
  color: transparent;
}
.promocode-block input[type=text]:focus::-moz-placeholder {
  color: transparent;
}
.promocode-block input[type=text]:focus:-moz-placeholder {
  color: transparent;
}
.promocode-block input[type=text]:focus:-ms-input-placeholder {
  color: transparent;
}

.page-sub-nav {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.page-sub-nav::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none !important;
}
@media (max-width: 800px) {
  .page-sub-nav {
    justify-content: flex-start;
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
    overflow-x: auto;
    padding: 0 15px;
  }
}
.page-sub-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 100px;
  font-size: 32px;
  font-weight: 500;
  border: 2px solid var(--zelenyy2);
  padding: 0 25px;
  text-align: center;
  line-height: 1.1;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out, opacity 0.2s ease-out, color 0.2s ease-out;
}
@media (max-width: 800px) {
  .page-sub-nav a {
    font-size: 18px;
    height: 28px;
    padding: 0 12px;
  }
}
.page-sub-nav a:hover {
  opacity: 0.8;
}
.page-sub-nav a.active {
  pointer-events: none;
  background-color: var(--zelenyy2);
  color: var(--belyy);
}
.page-sub-nav a + a {
  margin-left: 17px;
}
@media (max-width: 800px) {
  .page-sub-nav a + a {
    margin-left: 4px;
  }
}

.section-dark .page-sub-nav a {
  color: var(--belyy);
  border-color: var(--belyy);
}
.section-dark .page-sub-nav a.active {
  background-color: var(--belyy);
  color: var(--zelenyy2);
  border-color: var(--belyy);
}
.section-dark .subscribe-block {
  color: var(--belyy);
  background-color: var(--zelenyy);
}
.section-dark .subscribe-block input[type=email],
.section-dark .subscribe-block input[type=text] {
  border: 1px solid var(--belyy);
  background-color: transparent;
  color: var(--belyy);
}
.section-dark .subscribe-block input[type=email]::-webkit-input-placeholder,
.section-dark .subscribe-block input[type=text]::-webkit-input-placeholder {
  color: var(--belyy);
}
.section-dark .subscribe-block input[type=email]::-moz-placeholder,
.section-dark .subscribe-block input[type=text]::-moz-placeholder {
  color: var(--belyy);
}
.section-dark .subscribe-block input[type=email]:-moz-placeholder,
.section-dark .subscribe-block input[type=text]:-moz-placeholder {
  color: var(--belyy);
}
.section-dark .subscribe-block input[type=email]:-ms-input-placeholder,
.section-dark .subscribe-block input[type=text]:-ms-input-placeholder {
  color: var(--belyy);
}
.section-dark .subscribe-block input[type=email]:focus::-webkit-input-placeholder,
.section-dark .subscribe-block input[type=text]:focus::-webkit-input-placeholder {
  color: transparent;
}
.section-dark .subscribe-block input[type=email]:focus::-moz-placeholder,
.section-dark .subscribe-block input[type=text]:focus::-moz-placeholder {
  color: transparent;
}
.section-dark .subscribe-block input[type=email]:focus:-moz-placeholder,
.section-dark .subscribe-block input[type=text]:focus:-moz-placeholder {
  color: transparent;
}
.section-dark .subscribe-block input[type=email]:focus:-ms-input-placeholder,
.section-dark .subscribe-block input[type=text]:focus:-ms-input-placeholder {
  color: transparent;
}
.section-dark .subscribe-block-submit {
  color: var(--belyy);
}
.section-dark .subscribe-block-whatsapp {
  background-color: var(--belyy);
  color: var(--zelenyy);
}
.section-dark .subscribe-block-whatsapp:hover {
  color: var(--zelenyy);
  opacity: 0.7;
}

.subscribe-block.subscribe-block-dark {
  color: var(--belyy);
  background-color: var(--zelenyy);
}
.subscribe-block.subscribe-block-dark input[type=email],
.subscribe-block.subscribe-block-dark input[type=text] {
  border: 1px solid var(--belyy);
  background-color: transparent;
  color: var(--belyy);
}
.subscribe-block.subscribe-block-dark input[type=email]::-webkit-input-placeholder,
.subscribe-block.subscribe-block-dark input[type=text]::-webkit-input-placeholder {
  color: var(--belyy);
}
.subscribe-block.subscribe-block-dark input[type=email]::-moz-placeholder,
.subscribe-block.subscribe-block-dark input[type=text]::-moz-placeholder {
  color: var(--belyy);
}
.subscribe-block.subscribe-block-dark input[type=email]:-moz-placeholder,
.subscribe-block.subscribe-block-dark input[type=text]:-moz-placeholder {
  color: var(--belyy);
}
.subscribe-block.subscribe-block-dark input[type=email]:-ms-input-placeholder,
.subscribe-block.subscribe-block-dark input[type=text]:-ms-input-placeholder {
  color: var(--belyy);
}
.subscribe-block.subscribe-block-dark input[type=email]:focus::-webkit-input-placeholder,
.subscribe-block.subscribe-block-dark input[type=text]:focus::-webkit-input-placeholder {
  color: transparent;
}
.subscribe-block.subscribe-block-dark input[type=email]:focus::-moz-placeholder,
.subscribe-block.subscribe-block-dark input[type=text]:focus::-moz-placeholder {
  color: transparent;
}
.subscribe-block.subscribe-block-dark input[type=email]:focus:-moz-placeholder,
.subscribe-block.subscribe-block-dark input[type=text]:focus:-moz-placeholder {
  color: transparent;
}
.subscribe-block.subscribe-block-dark input[type=email]:focus:-ms-input-placeholder,
.subscribe-block.subscribe-block-dark input[type=text]:focus:-ms-input-placeholder {
  color: transparent;
}
.subscribe-block.subscribe-block-dark-submit {
  color: var(--belyy);
}
.subscribe-block.subscribe-block-dark-whatsapp {
  background-color: var(--belyy);
  color: var(--zelenyy);
}
.subscribe-block.subscribe-block-dark-whatsapp:hover {
  color: var(--zelenyy);
  opacity: 0.7;
}

.custom-order-form {
  margin: 60px 0;
  background: var(--zelenyy2);
  color: var(--belyy);
  padding: 30px 25px;
  border-radius: 15px;
}
.custom-order-form:first-child {
  margin-top: 0;
}
.custom-order-form:last-child {
  margin-bottom: 0;
}
.custom-order-form-top {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 800px) {
  .custom-order-form-top {
    display: block;
    text-align: center;
    font-size: 12px;
  }
}
.custom-order-form-title {
  margin-right: 40px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 800px) {
  .custom-order-form-title {
    margin: 0 0 20px;
    font-size: 16px;
  }
}
.custom-order-form-fields {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .custom-order-form-fields {
    display: block;
    max-width: 295px;
    margin: 0 auto;
  }
}
.custom-order-form .form-group {
  margin: 0 30px 0 0;
}
@media (max-width: 800px) {
  .custom-order-form .form-group {
    margin: 0 0 7px;
  }
}
.custom-order-form .form-group:last-child {
  margin: 0;
}
.custom-order-form .form-group-label {
  flex: none;
  max-width: none;
  margin-right: 5px;
  text-align: left;
}
.custom-order-form-button {
  text-align: right;
  margin-top: 13px;
}
@media (max-width: 800px) {
  .custom-order-form-button {
    max-width: 295px;
    margin: 13px auto 0;
  }
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
@media (max-width: 1180px) {
  .clients-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 580px) {
  .clients-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
.clients-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients-grid a img {
  max-height: 80px;
  object-fit: contain;
}

.news-block {
  margin: 60px 0;
}
@media (max-width: 800px) {
  .news-block {
    margin: 30px 0;
  }
}

.pagination {
  margin: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .pagination {
    margin: 30px 0;
  }
}
.pagination:first-child {
  margin-top: 0;
}
.pagination:last-child {
  margin-bottom: 0;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 2px solid transparent;
  font-size: 18px;
  color: var(--svetlo-seryy);
  margin: 0 5px;
}
.pagination a:hover {
  color: var(--zelenyy2);
}
.pagination a.active {
  border-color: var(--zelenyy2);
  color: var(--zelenyy2);
  pointer-events: none;
}
.pagination .pagin-arr {
  position: relative;
}
.pagination .pagin-arr:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(135deg);
  border-right: 2px solid var(--svetlo-seryy);
  border-bottom: 2px solid var(--svetlo-seryy);
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -3px;
  transition: border-color 0.2s ease-out;
}
.pagination .pagin-arr.pagin-next:before {
  transform: rotate(-45deg);
  margin-left: -8px;
}
.pagination .pagin-arr:hover:before {
  border-color: var(--zelenyy2);
}

.news-item {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 800px) {
  .news-item {
    display: block;
  }
}
.news-item-img {
  flex: 1;
  max-width: 350px;
  margin-right: 30px;
  display: block;
}
@media (max-width: 1180px) {
  .news-item-img {
    margin-right: 15px;
    max-width: 300px;
  }
}
@media (max-width: 800px) {
  .news-item-img {
    max-width: none;
    margin: 0 0 20px;
  }
}
.news-item-img img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 800px) {
  .news-item-img img {
    max-height: 240px;
  }
}
.news-item-caption {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news-item-date {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 14px;
  border: 2px solid var(--zelenyy2);
  line-height: 1;
  font-size: 20px;
  border-radius: 100px;
  height: 34px;
  margin-bottom: 15px;
}
.news-item-date span {
  font-weight: 500;
}
@media (max-width: 800px) {
  .news-item-date {
    margin-bottom: 10px;
    height: 26px;
    font-size: 16px;
  }
}
.news-item-title {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .news-item-title {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .news-item-title {
    font-size: 16px;
  }
}
.news-item-text {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1180px) {
  .news-item-text {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .news-item-text {
    font-size: 12px;
    margin-top: 10px;
  }
}

.news-item + .news-item {
  margin-top: 30px;
}

.news-detail {
  display: block;
  font-size: 18px;
  margin-bottom: 50px;
}
@media (max-width: 580px) {
  .news-detail {
    font-size: 14px;
  }
}
.news-detail:last-child {
  margin-bottom: 0;
}
.news-detail a {
  border-bottom: 1px solid;
}
.news-detail a:hover {
  border-color: transparent;
}
.news-detail-top {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 800px) {
  .news-detail-top {
    display: block;
    margin-bottom: 30px;
  }
}
.news-detail-img {
  flex: 1;
  display: block;
  max-width: 540px;
  margin-right: 30px;
}
@media (max-width: 1180px) {
  .news-detail-img {
    margin-right: 15px;
    max-width: 300px;
  }
}
@media (max-width: 800px) {
  .news-detail-img {
    max-width: none;
    margin: 0 0 20px;
  }
}
.news-detail-img img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 800px) {
  .news-detail-img img {
    max-height: 240px;
  }
}
.news-detail-announce {
  flex: 1;
}

.program-container .section-green:last-child,
.program-container .section-dark:last-child,
.program-container .section-gray:last-child {
  margin-bottom: 0;
}

.program-header {
  text-align: center;
  margin-bottom: 55px;
  padding: 0 20px;
}
.program-header h2 {
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.1;
}
.program-header-text {
  font-size: 24px;
  font-weight: 500;
}

.program-section-header {
  display: flex;
}
@media (max-width: 800px) {
  .program-section-header {
    display: block;
  }
}
.program-section-header .program-section-left {
  flex: 1;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .program-section-header .program-section-left {
    margin: 0;
  }
}
.program-section-header .program-section-left h3 {
  text-align: center;
  font-size: 36px;
  margin: 0 0 30px;
}
@media (max-width: 800px) {
  .program-section-header .program-section-left h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.program-section-header .program-section-announce {
  flex: 1;
  border-radius: 15px;
  padding: 20px 25px;
  background-color: #BDBDBD;
}
@media (max-width: 800px) {
  .program-section-header .program-section-announce {
    padding: 20px;
  }
}
.program-section-header .program-section-img {
  display: flex;
  flex: 1;
}
@media (max-width: 800px) {
  .program-section-header .program-section-img {
    margin-top: 7px;
  }
}
.program-section-header .program-section-img img {
  object-fit: cover;
  flex: 1;
  border-radius: 15px;
}

.program-section-text {
  margin-top: 30px;
  border-radius: 15px;
  padding: 30px 25px;
  background-color: #EEEEEE;
  font-size: 18px;
}
@media (max-width: 800px) {
  .program-section-text {
    padding: 20px;
    margin-top: 7px;
  }
}
.program-section-text ul {
  padding-left: 16px;
}
@media (max-width: 800px) {
  .program-section-text {
    padding: 20px;
    font-size: 12px;
  }
}
.program-section-text strong {
  font-size: 20px;
}
@media (max-width: 800px) {
  .program-section-text strong {
    font-size: 16px;
  }
}
.program-section-text p, .program-section-text ul, .program-section-text ol {
  margin: 10px 0;
}
.program-section-text p:first-child, .program-section-text ul:first-child, .program-section-text ol:first-child {
  margin-top: 0;
}
.program-section-text p:last-child, .program-section-text ul:last-child, .program-section-text ol:last-child {
  margin-bottom: 0;
}

.section-gray .program-section-text {
  background-color: var(--belyy);
}
.section-gray .program-section-announce {
  background-color: var(--svetlo-seryy);
}

.section-green .program-section-text {
  background-color: var(--zelenyy-2-akcent);
}
.section-green .program-section-announce {
  background-color: var(--zelenyy2);
}

.section-dark .program-section-text {
  background-color: var(--zelenyy);
}
.section-dark .program-section-announce {
  background-color: var(--zelenyy-2-akcent);
}

.schedule-types {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.schedule-types select {
  margin-right: 17px;
}
.schedule-types select:last-child {
  margin-right: 0;
}

.schedule-week-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 30px;
}
@media (max-width: 1180px) {
  .schedule-week-days {
    display: none;
  }
}
.schedule-week-days .schedule-day {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 30px;
  color: var(--belyy);
  font-weight: 500;
  padding: 0 5px;
  border-radius: 10px;
  background-color: var(--svetlo-seryy);
}
.schedule-week-days .schedule-day.weekend {
  background-color: var(--krasnyy);
}

.schedule-week-row + .schedule-week-row {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 2px solid var(--svetlo-seryy);
}

.schedule-week-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
}
@media (max-width: 1180px) {
  .schedule-week-row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.schedule-week-title {
  display: inline-flex;
  height: 30px;
  align-items: center;
  padding: 0 15px;
  color: var(--belyy);
  font-weight: 500;
  border-radius: 10px;
  background-color: var(--svetlo-seryy);
  margin-bottom: 20px;
  white-space: nowrap;
}
@media (min-width: 1180px) {
  .schedule-week-title {
    display: none;
  }
}

.weekend .schedule-week-title {
  background-color: var(--krasnyy);
}

@media (max-width: 1180px) {
  .schedule-week-day + .schedule-week-day {
    margin-top: 20px;
  }
}

.schedule-week-event {
  text-align: left;
  padding: 5px 5px 45px 5px;
  background-color: #EEEEEE;
  position: relative;
  display: block;
  border-radius: 14px;
  --type-color: var(--svetlyy-f);
  transition: box-shadow 0.2s ease-out, background-color 0.2s ease-out;
}
.schedule-week-event:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
  background: var(--gray-bg);
}
@media (max-width: 1180px) {
  .schedule-week-event {
    padding-bottom: 5px;
  }
}
.schedule-week-event.type-trip {
  --type-color: var(--svetlyy-f);
}
.schedule-week-event.type-meeting {
  --type-color: var(--krasnyy);
}
.schedule-week-event.type-trip {
  --type-color: var(--temnyy-f);
}
.schedule-week-event-header {
  display: flex;
  margin-bottom: 10px;
}
.schedule-week-event-type {
  background-color: var(--type-color);
  white-space: nowrap;
  margin-right: 4px;
  padding: 0 5px;
  height: 20px;
  color: var(--belyy);
  border-radius: 50px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.schedule-week-event-date {
  height: 20px;
  background-color: var(--zelenyy2);
  color: var(--belyy);
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 50px;
  margin-right: 4px;
}
.schedule-week-event-time {
  position: absolute;
  left: 5px;
  bottom: 5px;
  height: 20px;
  border: 1px solid var(--zelenyy2);
  white-space: nowrap;
  color: var(--zelenyy2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 50px;
}
@media (max-width: 1180px) {
  .schedule-week-event-time {
    position: static;
  }
}
.schedule-week-event-title {
  font-size: 14px;
  line-height: 1.3;
}

.schedule-week-event + .schedule-week-event {
  margin-top: 10px;
}

.speakers-filter {
  max-width: 490px;
  margin-bottom: 60px;
}
.speakers-filter select,
.speakers-filter .select2-container {
  width: 100%;
}
.speakers-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 60px;
}
@media (max-width: 1180px) {
  .speakers-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .speakers-list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
}
@media (max-width: 580px) {
  .speakers-list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
}
.speakers-list-img {
  display: block;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .speakers-list-img {
    margin-bottom: 20px;
  }
}
.speakers-list-name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 800px) {
  .speakers-list-name {
    font-size: 18px;
  }
}
.speakers-list-text {
  font-size: 12px;
}

.discounts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1110px;
  margin: 0 auto 30px;
}
@media (max-width: 800px) {
  .discounts-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.discounts-panel {
  flex: 1;
  background: var(--zelenyy2) 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 15px;
  min-height: 190px;
  padding: 15px;
  text-align: center;
}
@media (max-width: 800px) {
  .discounts-panel {
    min-height: auto;
    padding: 20px 15px;
  }
}
.discounts-panel.discounts-5 {
  background-image: url("/local/templates/dklurie2/css/../images/dis-5.jpg");
}
.discounts-panel.discounts-10 {
  background-image: url("/local/templates/dklurie2/css/../images/dis-10.jpg");
}
.discounts-panel.discounts-20 {
  background-image: url("/local/templates/dklurie2/css/../images/dis-20.jpg");
}
.discounts-title {
  height: 50px;
  white-space: nowrap;
  border: 2px solid #ffffff;
  padding: 0 20px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .discounts-title {
    font-size: 24px;
  }
}
.discounts-text {
  max-width: 230px;
  margin: 14px auto 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 1000px) {
  .discounts-text {
    font-size: 16px;
  }
}

.panel-contacts {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media (max-width: 800px) {
  .panel-contacts {
    display: block;
  }
}
.panel-contacts a {
  text-decoration: underline;
}
.panel-contacts a:hover {
  text-decoration: none;
}
.panel-contacts-col {
  flex: 1;
}
.panel-contacts-col + .panel-contacts-col {
  margin-left: 30px;
}
@media (max-width: 800px) {
  .panel-contacts-col + .panel-contacts-col {
    margin: 20px 0 0;
  }
}

.two-cols-block {
  margin: 60px 0;
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.1;
}
@media (max-width: 800px) {
  .two-cols-block {
    display: block;
  }
}
.two-cols-block-col {
  flex: 1;
}
.two-cols-block-col + .two-cols-block-col {
  margin-left: 30px;
}
@media (max-width: 800px) {
  .two-cols-block-col + .two-cols-block-col {
    margin: 30px 0 0;
  }
}
.two-cols-block img {
  display: block;
  border-radius: 15px;
  object-fit: cover;
}
.two-cols-block h3 {
  font-size: 24px;
}
.two-cols-block:first-child {
  margin-top: 0;
}
.two-cols-block:last-child {
  margin-bottom: 0;
}

.socials-block {
  background-color: var(--zelenyy);
  padding: 17px 20px;
  border-radius: 15px;
  color: #ffffff;
}
.socials-block-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px;
}
.socials-block-list {
  display: flex;
  flex-wrap: wrap;
}
.socials-block-list a {
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  font-size: 18px;
}
.socials-block-list a:hover {
  opacity: 0.7;
}
.socials-block-list a:last-child {
  margin-right: 0;
}
.socials-block .subscribe-block {
  padding: 0;
  margin: 50px 0 0;
  text-align: left;
}
.socials-block .subscribe-block-header {
  text-align: left;
  font-size: 16px;
}
@media (max-width: 800px) {
  .socials-block .subscribe-block-header {
    font-size: 12px;
  }
}
.socials-block .subscribe-block-title {
  margin-bottom: 8px;
}
.socials-block .subscribe-block-buttons {
  flex-direction: column;
  max-width: 350px;
  margin: 16px 0 0;
  align-items: stretch;
}
.socials-block .subscribe-block-whatsapp {
  width: 100%;
  min-height: 34px;
  margin: 18px 0 0;
  display: flex;
}

.breadcrumbs li {
  position: relative;
}
.breadcrumbs li:first-child:before {
  display: none;
}

.profile-menu {
  position: sticky;
  top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  min-height: 60px;
  background: var(--zelenyy);
  color: var(--belyy);
  z-index: 99;
  margin-bottom: 10px;
}
@media (max-width: 1180px) {
  .profile-menu {
    top: 60px;
    margin-bottom: 20px;
    min-height: 40px;
  }
}
.profile-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 30px;
  border-radius: 21px;
  color: #ffffff;
  padding: 0 16px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, opacity 0.2s ease-out;
}
.profile-menu a:hover {
  opacity: 0.7;
}
.profile-menu a.active {
  pointer-events: none;
  background-color: #ffffff;
  color: var(--zelenyy2);
}

.subscribes-section-header {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 800px) {
  .subscribes-section-header {
    text-align: left;
  }
}
.subscribes-section-header h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 3px;
}
@media (max-width: 800px) {
  .subscribes-section-header h3 {
    font-size: 20px;
  }
}
.subscribes-section-header h3 + p {
  margin-top: 0;
}
.subscribes-section-list {
  border: 1px solid var(--belyy);
  border-radius: 15px;
  padding: 35px 20px;
}
.subscribes-section-list-row {
  max-width: 825px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 800px) {
  .subscribes-section-list-row {
    display: block;
  }
}
.subscribes-section-list-row + .subscribes-section-list-row {
  margin-top: 30px;
}
.subscribes-section-item {
  flex: 1;
  max-width: 255px;
  text-align: center;
}
@media (max-width: 800px) {
  .subscribes-section-item {
    margin-left: auto;
    margin-right: auto;
  }
}
.subscribes-section-item-title {
  margin-bottom: 18px;
  line-height: 1.1;
  min-height: 31px;
}
@media (max-width: 800px) {
  .subscribes-section-item-title {
    min-height: auto;
  }
}
.subscribes-section-item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  height: 34px;
  min-height: 34px;
  color: var(--belyy);
  border-radius: 100px;
}
.subscribes-section-item-link.whatsapp {
  background-color: #4AAE20;
}
.subscribes-section-item-link.vk {
  background-color: #0077FF;
}
.subscribes-section-item-link.telegram {
  background-color: #29AAEC;
}
.subscribes-section-item + .subscribes-section-item {
  margin-left: 30px;
}
@media (max-width: 800px) {
  .subscribes-section-item + .subscribes-section-item {
    margin: 20px auto 0;
  }
}

.cabinet-params {
  display: flex;
}
@media (max-width: 1000px) {
  .cabinet-params {
    display: block;
  }
}
.cabinet-params-panel {
  display: flex;
  flex-direction: column;
  padding: 20px 25px;
  position: relative;
  color: var(--belyy);
  background-color: var(--zelenyy2);
  border-radius: 15px;
  flex: 1;
}
.cabinet-params .tooltip-icon {
  width: 20px;
  height: 20px;
  background-color: var(--belyy);
  color: var(--zelenyy2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
}
.cabinet-params-panel + .cabinet-params-panel {
  margin-left: 30px;
}
@media (max-width: 1000px) {
  .cabinet-params-panel + .cabinet-params-panel {
    margin: 20px 0 0;
  }
}
.cabinet-params-header {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-right: 25px;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cabinet-params-header .tooltip-icon {
  position: absolute;
  right: -15px;
  top: -10px;
}
.cabinet-params-balance {
  font-size: 64px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.1;
}
@media (max-width: 1000px) {
  .cabinet-params-balance {
    text-align: center;
    font-size: 48px;
  }
}
.cabinet-params-balance-text {
  margin-top: 10px;
  font-size: 20px;
  color: #4F4F4F;
}
.cabinet-params-discount {
  font-size: 128px;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .cabinet-params-discount {
    font-size: 66px;
  }
}
.cabinet-params-copy {
  margin-top: auto;
}
.cabinet-params-copy input {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  border-radius: 100px;
  padding: 0 15px;
  background: transparent;
  border: 1px solid var(--belyy);
  color: var(--belyy);
  font-weight: 300;
}
.cabinet-params-copy .btn {
  height: 34px;
  margin-top: 14px;
  font-size: 16px;
}

.cabinet-orders-header {
  display: flex;
  align-items: center;
  padding: 0 5px 20px;
  border-bottom: 2px solid var(--svetlo-seryy);
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .cabinet-orders-header {
    font-size: 14px;
    padding-bottom: 5px;
    border-width: 1px;
  }
}
.cabinet-orders-header-item {
  flex: 1;
}
.cabinet-orders-header-item:first-child {
  margin-left: -5px;
}
.cabinet-orders-header-item:first-child {
  max-width: 185px;
  padding-right: 10px;
}
@media (max-width: 1000px) {
  .cabinet-orders-header-item:first-child {
    max-width: 100px;
  }
}
.cabinet-orders-header-item:nth-child(2) {
  max-width: 285px;
  padding-right: 10px;
}
.cabinet-orders-row {
  display: flex;
  align-items: flex-start;
  padding: 5px;
  border-radius: 14px;
  background: #EEEEEE;
  font-size: 14px;
}
@media (max-width: 1000px) {
  .cabinet-orders-row {
    flex-wrap: wrap;
  }
}
.cabinet-orders-row + .cabinet-orders-row {
  margin-top: 7px;
}
.cabinet-orders-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cabinet-orders-col.col-buttons {
  margin-left: 10px;
}
@media (max-width: 1000px) {
  .cabinet-orders-col.col-buttons {
    flex: auto;
    width: 100%;
    max-width: none;
    min-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.cabinet-orders-col:first-child {
  max-width: 185px;
  padding-right: 10px;
}
@media (max-width: 1000px) {
  .cabinet-orders-col:first-child {
    max-width: 100px;
  }
}
.cabinet-orders-col:nth-child(2) {
  max-width: 285px;
  padding-right: 10px;
}
.cabinet-orders-col.col-info {
  max-width: 350px;
  align-self: center;
  font-size: 14px;
}
@media (max-width: 1000px) {
  .cabinet-orders-col.col-info {
    align-self: flex-start;
  }
}
.cabinet-orders-col.col-buttons {
  max-width: 155px;
  align-self: center;
  margin-left: auto;
}
.cabinet-orders-col.col-buttons .btn {
  font-size: 16px;
  min-width: auto;
  width: 100%;
}
@media (max-width: 1000px) {
  .cabinet-orders-col.col-buttons .btn {
    width: auto;
  }
}
.cabinet-orders-col.col-buttons .btn + .btn {
  margin-top: 7px;
}
@media (max-width: 1000px) {
  .cabinet-orders-col.col-buttons .btn + .btn {
    margin: 0 0 0 8px;
  }
}
.cabinet-orders .order-canceled {
  font-size: 14px;
  color: var(--krasnyy);
}
.cabinet-orders-num {
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 5px;
  padding: 0 12px;
  background-color: var(--zelenyy2);
  color: var(--belyy);
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
}
.cabinet-orders-status {
  min-height: 20px;
  padding: 2px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 5px;
  background-color: var(--zelenyy2);
  color: var(--belyy);
  border-radius: 50px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
}
.cabinet-orders-status.paid {
  background-color: var(--temnyy-f);
}
.cabinet-orders-status.pending {
  background-color: var(--krasnyy);
}
.cabinet-orders-date {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
@media (max-width: 1000px) {
  .cabinet-orders-date {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cabinet-orders-date .date {
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 5px;
  padding: 0 12px;
  background-color: var(--zelenyy2);
  color: var(--belyy);
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .cabinet-orders-date .date {
    margin: 0 0 5px;
  }
}
.cabinet-orders-date .time {
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 5px;
  padding: 0 12px;
  border: 1px solid var(--zelenyy2);
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1;
}
.cabinet-orders .col-date, .cabinet-orders .col-info {
  padding-bottom: 20px;
}

.auth-form-container {
  background: var(--zelenyy2) url("/local/templates/dklurie2/css/../images/auth-bg.png") 50% 50% no-repeat;
  background-size: cover;
  padding: 95px;
  border-radius: 15px;
  color: var(--zelenyy2);
}
@media (max-width: 1270px) {
  .auth-form-container {
    padding: 23px;
  }
}

.form-section + .form-section {
  border-top: 1px solid var(--svetlo-seryy);
  margin-top: 60px;
  padding-top: 60px;
}
@media (max-width: 800px) {
  .form-section + .form-section {
    padding-top: 30px;
    margin-top: 30px;
  }
}

.auth-form {
  max-width: 920px;
  margin: 0 auto;
  padding: 60px;
  border-radius: 15px;
  background: var(--belyy);
}
.auth-form-top {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .auth-form-top {
    margin-bottom: 30px;
  }
}
.auth-form-top h2 {
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .auth-form-top h2 {
    margin-bottom: 15px;
  }
}
.auth-form-top h2:last-child {
  margin-bottom: 0;
}
.auth-form .alert + .form-group,
.auth-form .alert + .form-section {
  margin-top: 60px;
}
@media (max-width: 800px) {
  .auth-form .alert + .form-group,
  .auth-form .alert + .form-section {
    margin-top: 30px;
  }
}
@media (max-width: 800px) {
  .auth-form {
    padding: 25px 20px;
  }
}
.auth-form-title {
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 1180px) {
  .auth-form-title {
    font-size: 20px;
  }
}
.auth-form-buttons {
  margin-left: -5px;
}
.auth-form-buttons .btn {
  margin: 0 5px 10px 5px;
}
@media (max-width: 1180px) {
  .auth-form-buttons .btn {
    height: 34px;
  }
}
@media (max-width: 1180px) {
  .auth-form-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.auth-form-controls {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1180px) {
  .auth-form-controls {
    flex-direction: column;
  }
}
@media (max-width: 1180px) {
  .auth-form-controls .checkbox {
    order: -1;
    margin: 10px auto 20px;
  }
}
.auth-form-controls .btn {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}
.auth-form-controls + .checkbox {
  margin-top: 30px;
}
.auth-form-bottom {
  padding-left: 240px;
}
@media (max-width: 1180px) {
  .auth-form-bottom {
    padding-left: 0;
  }
}
.auth-form-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: var(--svetlo-seryy);
  line-height: 1.2;
}
@media (max-width: 1180px) {
  .auth-form-links {
    margin-top: 30px;
  }
}
.auth-form-links a:hover {
  color: var(--zelenyy2);
}
.auth-form-links a + a {
  margin-top: 10px;
}

.form-section + .auth-form-bottom {
  margin-top: 60px;
  padding: 0;
  text-align: center;
}
/* End */


/* Start:/local/templates/dklurie2/css/dklurie.css?17274403159394*/
.footer{
    margin-top: 0px;
}
.main-bottom{
    margin-bottom: 0px;
}
.form-group textarea{
    padding: 20px 20px;
}
.fs-small{
    font-size: 12px;
    line-height: 1;
}
.page-section.section-gray:last-child{
    margin-bottom: 0px;
}

.btn-danger {
    color: var(--belyy);
    background-color: var(--krasnyy);
}
.btn-danger.disabled, .btn-danger:disabled {
    opacity: 0.6;
}

.btn-danger:hover,
.btn-danger:focus {
    color: var(--belyy);
    background-color: var(--temnyy-vsh2);
}

.btn.btn-danger:active {
    color: var(--belyy);
    background-color: var(--zelenyy2);
}

.page-sub-nav{
    flex-wrap: wrap;
}
.page-sub-nav a {
    margin-bottom: 20px;
}
.page-sub-nav a,
.page-sub-nav a + a{
    margin-right: 8px;
    margin-left: 8px;
}

.fancybox__content{
    padding: 0px !important;
}

.header-user .userletter{
    width: 30px;
    height: 30px;
    border-radius: 17px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    background-color: var(--krasnyy);
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapSelectize{
    flex: 1;
    width:100%;
}
.page-section .text-block a{
    text-decoration: underline;
}
.page-section .text-block a.btn{
    text-decoration: none;
}

.form-group .form-price{
    white-space: normal;
}

.schedule-dates button.active,
.schedule-days button.active{
    pointer-events: initial;
}

.form-group-tickets .promo-code{
    margin-top: 20px;
}

.page-top-large.page-top-person{
    height: 800px;
}
.page-top-large.page-top-person img{
    height: 800px;
}

.is-close-btn SVG{
    fill: #fff !important;
    stroke: #fff !important;
}

.f-button svg {
    width: var(--f-button-svg-width) !important;
    height: var(--f-button-svg-height) !important;
}
.icon-map-svg{
    height: 24px;
    margin-right: 10px;
}
.event-info .panel-alert a,
.program-section-announce a{
    text-decoration: underline !important;
}

.speakers-list-name{
    line-height: 1;
}

.schedule-week-event{
    padding-bottom: 5px;
}
.schedule-week-event-footer {
    display: flex;
    margin-top: 10px;
}
.schedule-week-event-time{
    position: initial;
}
.schedule-week-event.msk{
   border: 1px solid var(--krasnyy);
}
.schedule-week-event-city{
    background-color: var(--krasnyy);
    white-space: nowrap;
    margin-right: 5px;
    padding: 0 5px;
    height: 20px;
    color: var(--belyy);
    border-radius: 50px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.schedule-week-event-day{
    display: none;
}
.schedule-panel-date {
    text-overflow: fade;
    white-space: normal;
    max-width: auto;
    height: auto;
    border-radius: 20px;
    margin-right: 10px;
}


.introWindow{
    background: var(--krasnyy);
    border-radius: 10px;
    font-size: 16px;
    width: 300px;
    padding: 40px 30px;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 200px;
    right: 50px;
    z-index: 999;
}
    .introWindow .btn-red{
        border: 1px solid #fff;
    }
    .introWindow .closeLink{
        position: absolute;
        right: 20px;
        top: 20px;
    }
@media (max-width: 500px) {
    .introWindow{
        width: 250px;
        left: 50%;
        margin-left: -125px;
    }
}



.custom-slider-content{
    margin-top: 30px;
}
.dates-slider.no-slider{
    display: flex;
}
.dates-slider.no-slider .dates-slide {
    width: 257px;
    margin-right: 30px;
}


@media (max-width: 1360px) {
    .dates-slide {
        /*width: 140px !important;*/
        padding: 6px 6px;
    }
}

@media (max-width: 1180px) {
    .schedule-week-event-day {
        height: 20px;
        background-color: transparent;
        color: var(--krasnyy);
        border: 1px solid var(--krasnyy);
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
        border-radius: 50px;
        margin-right: 4px;
    }
    .schedule-week-event-city{
        margin-left: 4px;
    }
    a.schedule-week-event.disabled .schedule-week-event-day {
        background-color: #c1c1c1 !important;
    }
    .schedule-week-day + .schedule-week-day{
        margin-top: 0px;
    }
    .schedule-week-row + .schedule-week-row{
        margin-top: 0px;
        padding-top: 0px;
        border: 0px;
    }
    .schedule-week-event {
        margin-top: 10px;
    }
    .schedule-week-title{
        display: none;
    }
    .schedule-week-row{
        grid-row-gap: 0px;
    }
    .schedule-filter-dropdowns .custom-select:first-child{
        margin-bottom: 10px;
    }
    .top-slide img {
        height: 50vh;
    }
    .tickets-block-title{
        height: auto;
        font-size: 14px;
        text-align: center;
    }
    .auth-form-content .form-group-flex{
        display: flex;
        align-items: center;
    }
    .auth-form-content .form-group-text{
        padding-left: 0px;
    }
    .auth-form-content .form-group-text select{
       /* flex: none;
        display: block;*/
    }
    .auth-form-content .form-group .form-price{
        /*display: block;*/
        /*margin-top: 10px;*/
    }
    .auth-form-content .promo-code .col-auto{
        margin-bottom: 10px;
    }
    #totalPrice{
        width: 100%;
        display: block;
        text-align: center;
    }
    .form-group .payment-btn{
        margin-top: 0px;
    }

    .event-info .panel{
        font-size: 14px !important;
    }
    .event-info .panel .params-list .params-list-text P{
        margin: 0px 0;
    }
    .form-group{
        margin-bottom: 0px;
    }
    .form-group-label{
        padding-left: 0px;
    }

    .generateGift{
        display: flex;
        width: 70%;
        margin: 0 auto;
    }

    .auth-form-container{
        padding: 0px;
        background-image: none;
        background-color: transparent;
    }
    .auth-form{
        background-color: transparent;
        padding: 0px;
    }
    .form-group-tickets .form-price{
        width: 70%;
        margin-top: 0px !important;
    }
    .form-group-tickets .promo-code{
        margin-top: 10px;
    }
    #linkToTopForm{
        background-color: transparent;
    }

    .reviews-grid{
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }
    .reviews-grid-item{
        font-size: 14px;
    }

}

@media (max-width: 1000px) {
    .dates-slide .slide-date{
        font-size: 12px;
    }

    .dates-slider.no-slider .dates-slide {
        width: 257px !important;
    }
}

@media (max-width: 800px) {
    h1, h2 {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .text-block{
        font-size: 14px;
    }
    .custom-slider-title {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .custom-slider-content {
        margin-top: 20px;
        margin-bottom: 30px!important;
    }
    .container .panel{
        border-radius: 0px;
        margin-bottom: 0px;
    }

    .event-info,
    .event-info .container{
        padding: 0px;
    }
    .event-info .container .panel.questions-panel{
        margin-top: 0px;
    }
    .event-info .container .tickets-block{
        padding: 20px;
    }
    .event-info .container .subscribe-block {
        margin-left: 20px;
        margin-right: 20px;
    }

    .gift-info{
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .gift-info .container {
        padding: 0px;
    }
    .gift-info .container .panel{
        font-size: 14px;
    }
    .gift-info .container .panel .params-list > li{
        display: flex;
        align-items: center;
    }
    .gift-info .container .panel .params-list .params-list-title{
        margin-right: 12px;
    }
    .form-section + .form-section{
        padding-top: 12px;
    }


    .page-sub-nav a,
    .page-sub-nav a + a{
        margin-right: 2px;
        margin-left: 2px;
    }
    .page-sub-nav a {
        margin-bottom: 6px;
        font-weight: 300;
        border: 1px solid var(--zelenyy2);
        font-size: 14px;
    }

    .page-top-large.page-top-person{
        height: 100vw;
    }
    .page-top-large.page-top-person img{
        height: 100vw;
    }

    .profile-menu{
        display: block;
    }
    .profile-menu a{
        display: inline-block;
        padding: 0 10px;
    }

}

@media (max-width: 700px) {
    .dates-slider.no-slider .dates-slide {
        width: 50% !important;
        margin-right: 10px;
    }
}



/*vmestoshkola - start*/
.vmestoshkola .header{
    background-color: #033E4F;
}
.vmestoshkola .logo{
    max-width: 260px;
}
.vmestoshkola .footer{
    background-color: #6EAEB7;
}
.vmestoshkola .header-menu a.schedule-link{
    background-color: #ED9B9D;
}
.vmestoshkola .mint{
    background-color: #6EAEB7 !important;
}
.vmestoshkola .index_quicklinks{
    background-image: url(/local/templates/dklurie2/css/../images/vmestoshkola/index_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.vmestoshkola .page-section table td a{
    text-decoration: underline;
}
.vmestoshkola .page-sub-nav.filterEvents A{
    font-size: 20px;
    height: 34px;
    padding: 0 15px;
    margin-left: 5px;
    margin-right: 5px;
    text-transform: lowercase;
}

@media (max-width: 440px) {
    .vmestoshkola .logo{
        max-width: 180px;
    }
}
@media (max-width: 350px) {
    .vmestoshkola .logo{
        max-width: 130px;
    }
}
/*vmestoshkola - end*/
/* End */
/* /local/templates/dklurie2/css/style.css?1724145429189544 */
/* /local/templates/dklurie2/css/dklurie.css?17274403159394 */
