@charset "UTF-8";
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

:root {
  --bs-gutter-x: 8px;
}

@media (min-width: 992px) {
  :root {
    --bs-gutter-x: 20px;
  }
}

.h1 {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.018em;
}

@media screen and (max-width: 767px) {
  .h1 {
    font-weight: 600;
    font-size: 38px;
    line-height: 1;
    letter-spacing: -0.008em;
  }
}

.h2 {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 52px;
  line-height: 53px;
  letter-spacing: -0.016em;
}

@media screen and (max-width: 767px) {
  .h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.004em;
  }
}

.h3 {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -0.004em;
}

@media (min-width: 768px) {
  .h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
    letter-spacing: 0.005em;
  }
}

.h4 {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 0.0015em;
}

.h5 {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.0015em;
}

.text {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.006em;
}

@media (min-width: 768px) {
  .text {
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: -0.004em;
  }
}

.text-secondary {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.004em;
}

@media (min-width: 768px) {
  .text-secondary {
    font-size: 18px;
    line-height: 25px;
  }
}

.text-input {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.0015em;
}

.text-label {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
}

.text-subtitle {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.006em;
}

@media (min-width: 768px) {
  .text-subtitle {
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -0.004em;
  }
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 316px;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.018em;
  text-decoration: none;
  color: #000000;
  z-index: 1;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

@media (min-width: 768px) {
  .btn {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.06em;
  }
}

.btn:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  z-index: -1;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 28px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='13' viewBox='0 0 28 13' fill='none'%3e%3cpath d='M27.3665 6.7649C27.6789 6.45248 27.6789 5.94595 27.3665 5.63353L22.2753 0.542363C21.9629 0.229943 21.4563 0.229943 21.1439 0.542363C20.8315 0.854782 20.8315 1.36131 21.1439 1.67373L25.6694 6.19922L21.1439 10.7247C20.8315 11.0371 20.8315 11.5437 21.1439 11.8561C21.4563 12.1685 21.9629 12.1685 22.2753 11.8561L27.3665 6.7649ZM0.800781 6.99922L13.8008 6.99922L13.8008 5.39922L0.800781 5.39922L0.800781 6.99922ZM13.8008 6.99922L26.8008 6.99922L26.8008 5.39922L13.8008 5.39922L13.8008 6.99922Z' fill='black'/%3e%3c/svg%3e");
  z-index: 1;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

@media (min-width: 768px) {
  .btn:after {
    right: 40px;
  }
}

.btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #F1F1F1;
  border: 1px solid #FFFFFF;
  padding: 14px 56px 14px 20px;
}

.btn:hover span {
  border-color: #000000;
  background-color: #000000;
  color: #F1F1F1;
}

.btn:hover:after {
  right: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='13' viewBox='0 0 28 13' fill='none'%3e%3cpath d='M27.3665 6.7649C27.6789 6.45248 27.6789 5.94595 27.3665 5.63353L22.2753 0.542363C21.9629 0.229943 21.4563 0.229943 21.1439 0.542363C20.8315 0.854782 20.8315 1.36131 21.1439 1.67373L25.6694 6.19922L21.1439 10.7247C20.8315 11.0371 20.8315 11.5437 21.1439 11.8561C21.4563 12.1685 21.9629 12.1685 22.2753 11.8561L27.3665 6.7649ZM0.800781 6.99922L13.8008 6.99922L13.8008 5.39922L0.800781 5.39922L0.800781 6.99922ZM13.8008 6.99922L26.8008 6.99922L26.8008 5.39922L13.8008 5.39922L13.8008 6.99922Z' fill='%23F1F1F1'/%3e%3c/svg%3e");
}

.btn:hover:before {
  top: 0;
  left: 0;
}

.btn--white:before {
  border-color: #fff;
}

.link {
  width: 500;
}

@media (min-width: 768px) {
  .link {
    font-weight: 600;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

/* checkbox */
/* radio */
/* select */
.jq-checkbox {
  top: -1px;
  width: 13px;
  height: 13px;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #F6F6F6;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 9px;
  height: 9px;
  margin: 2px 0 0 2px;
  background: #666;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.05);
}

.jq-checkbox.disabled {
  opacity: 0.5;
}

.jq-radio {
  width: 12px;
  height: 12px;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #F6F6F6;
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
  vertical-align: middle;
  cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
  width: 6px;
  height: 6px;
  margin: 3px 0 0 3px;
  background: #666;
}

.jq-radio.disabled {
  opacity: 0.5;
}

.jq-file {
  width: 270px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.jq-file input {
  cursor: pointer;
  height: auto;
  line-height: 1em;
}

.jq-file__name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 0 80px 0 10px;
  color: #333;
  font: 14px/30px Arial, sans-serif;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
          box-shadow: inset 1px 1px #F1F1F1;
  background: #FFF;
}

.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px/30px Arial, sans-serif;
}

.jq-file:hover .jq-file__browse {
  background-color: #E6E6E6;
  background-position: 0 -10px;
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.disabled .jq-file__name {
  color: #888;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
}

.jq-selectbox__select {
  height: 44px;
  padding: 10px 40px 0 12px;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  background: #F5F5F5;
  -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0);
          box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-family: Arial, sans-serif;
}

@media (min-width: 992px) {
  .jq-selectbox__select {
    font-size: 18px;
  }
}

.jq-selectbox__select:hover {
  background: #F5F5F5;
}

.jq-selectbox__select:active {
  background: #F5F5F5;
}

.jq-selectbox.focused .jq-selectbox__select {
  background: #F5F5F5;
}

.opened .jq-selectbox__select {
  border-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 13px;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3e%3cpath d='M3.5 5.25L7 8.75L10.5 5.25' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3e%3cpath d='M10.5 8.75L7 5.25L3.5 8.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.jq-selectbox__dropdown {
  top: 44px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #000;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  outline: none;
  border: 1px solid #CCC;
  border-radius: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
          box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 5px 10px;
  color: #000;
  font-size: 11px;
  line-height: 1.4;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .jq-selectbox li {
    font-size: 14px;
  }
}

.jq-selectbox li.selected {
  background-color: #000;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #000;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #ccc;
  background: none;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: #333;
  font: 14px/18px Arial, sans-serif;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#page-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#page-wrapper .page h1 {
  font-weight: 700;
}

.container {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .container {
    padding: 0 10px;
    max-width: 758px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 982px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

#main {
  padding: 0;
  background: #FFFFFF;
}

button:active, button:focus {
  background: none;
  border: none;
}

.page .container-top {
  padding-top: 100px;
}

@media (min-width: 992px) {
  .page .container-top {
    padding-top: 150px;
  }
}

.page .title {
  margin-top: 0;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .page .title {
    margin-bottom: 71px;
  }
}

@media (min-width: 992px) {
  .page .title {
    margin-bottom: 113px;
  }
}

@media (min-width: 768px) {
  .page__header {
    position: relative;
  }
}

body.responsive.layout-full #page-wrapper .full-container {
  max-width: 1386px;
  padding-top: 0;
  padding-bottom: 0;
}

article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
  font-weight: 600;
  font-size: 20px;
}

@media (min-width: 768px) {
  article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
    font-size: 33px;
  }
}

.img-full {
  width: 100%;
  height: auto;
}

.frontpage__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -24px;
}

@media screen and (max-width: 1200px) {
  .frontpage__items {
    margin: 30px -10px;
  }
}

@media screen and (max-width: 1060px) {
  .frontpage__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.frontpage__item {
  position: relative;
  margin: 0 24px;
  max-width: 25%;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .frontpage__item {
    margin: 0 10px;
  }
}

@media screen and (max-width: 1060px) {
  .frontpage__item {
    margin: 10px;
    max-width: calc(50% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .frontpage__item {
    width: calc(100% - 20px);
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}

.frontpage__item:hover .frontpage__title {
  opacity: 0;
}

.frontpage__item:hover .frontpage__subtitle {
  opacity: 1;
}

.frontpage__item:hover .frontpage__subtitle span {
  opacity: 1;
  top: 50%;
}

.frontpage__item:hover .frontpage__img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.frontpage__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.frontpage__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.frontpage__title {
  opacity: 1;
  font-size: 21px;
  line-height: 1.2em;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  bottom: 15%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  border-color: #020205;
  background: rgba(30, 38, 79, 0.8);
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
}

.frontpage__subtitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.frontpage__subtitle span {
  position: absolute;
  top: 0;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 8px 14px;
  opacity: 0;
  border-color: #020205;
  background-color: #1E264F;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
  border-radius: 3px;
  font-size: 17px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.frontpage-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px 0;
}

@media screen and (max-width: 1060px) {
  .frontpage-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.frontpage-bottom__title {
  font-size: 27px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.frontpage-bottom__item {
  width: 100%;
  max-width: calc(100%/3 - 30px);
}

@media screen and (max-width: 1060px) {
  .frontpage-bottom__item {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1060px) {
  .frontpage__socials {
    margin-bottom: 60px;
  }
}

.frontpage__socials .frontpage-bottom__title {
  text-align: center;
}

@media screen and (max-width: 1060px) {
  .frontpage__shedule {
    margin-bottom: 60px;
  }
}

.social-list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  height: 32px;
}

.social-list a:not(:last-child) {
  margin-right: 10px;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.custom-table {
  border: 1px solid #DFDFDF !important;
  background-color: #F9F9F9;
  width: 100%;
  border-collapse: separate !important;
}

.custom-table thead {
  border-color: white;
  font-weight: bold;
  background-color: #F1F1F1;
  background: -o-linear-gradient(#F9F9F9, #ECECEC);
  background: -webkit-linear-gradient(#F9F9F9, #ECECEC);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F9F9F9), to(#ECECEC));
}

.custom-table th {
  padding: 0 15px;
  color: #333333;
  text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
  overflow: hidden;
  text-align: left;
  line-height: 36px;
  font-size: 15px;
}

.custom-table td {
  line-height: 1.5em;
  padding: 8px 15px;
  font-size: 15px;
}

.custom-table tr:nth-child(even), .custom-table .nxs-datepicker table tr:nth-child(even) {
  background: #F6F6F6;
}

.logo {
  width: 100px;
  height: 100px;
}

.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.error404 #masthead .hgroup.full-container {
  display: none;
}

.page-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #951528;
  color: #fff;
}

.page-error__container {
  padding-top: 100px;
  padding-bottom: 150px;
  margin: auto;
}

@media (min-width: 768px) {
  .page-error__container {
    padding-top: 60px;
    padding-bottom: 110px;
  }
}

@media (min-width: 768px) {
  .page-error__container .btn {
    margin-left: 17%;
  }
}

.page-error__title {
  margin-bottom: 50px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .page-error__title {
    font-size: 68px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px;
  }
}

.page-error__subtitle {
  max-width: 190px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.018em;
}

@media (min-width: 768px) {
  .page-error__subtitle {
    max-width: 240px;
    margin-bottom: 75px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.0015em;
  }
}

.page-error__pic {
  margin-left: 50px;
  padding-right: 20px;
  margin-bottom: 113px;
}

@media (min-width: 360px) {
  .page-error__pic {
    margin-left: 72px;
  }
}

@media (min-width: 768px) {
  .page-error__pic {
    position: relative;
    margin-left: 0;
    padding-right: 0;
    margin-bottom: 75px;
  }
}

.page-error__img {
  position: relative;
  width: 228px;
  height: 228px;
}

@media (min-width: 768px) {
  .page-error__img {
    width: 356px;
    height: 384px;
    position: absolute;
    top: 20px;
    right: 0;
    max-width: 32%;
  }
}

.page-error__img img {
  position: absolute;
  top: -89px;
  left: -63px;
}

@media (min-width: 768px) {
  .page-error__img img {
    top: -10%;
    left: -37%;
    width: 161%;
  }
}

@media (min-width: 992px) {
  .page-error__img img {
    top: -29%;
  }
}

@media (min-width: 1200px) {
  .page-error__img img {
    top: -40%;
  }
}

.page-error__rectangle {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .page-error__rectangle rect {
    stroke-width: 22px;
  }
}

.page-error__description {
  max-width: 199px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .page-error__description {
    margin-left: 17%;
  }
}

.page-error__description .link {
  color: #fff;
}

body.responsive.page-template-page-events #masthead .hgroup {
  display: none;
}

.events {
  margin-bottom: 89px;
}

@media (min-width: 768px) {
  .events {
    margin-bottom: 224px;
  }
}

.events__logo {
  border-top: 2px solid #000000;
  padding-top: 11px;
  text-align: right;
  margin-bottom: 64px;
}

@media (min-width: 768px) {
  .events__logo {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: 0;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .events__logo {
    top: 53px;
    right: 75px;
  }
}

@media (min-width: 1200px) {
  .events__logo {
    background: #fff;
  }
}

.events__logo img {
  width: 105px;
  height: 105px;
}

@media (min-width: 768px) {
  .events__logo img {
    width: 208px;
    height: 208px;
  }
}

.events h1.title {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .events h1.title {
    font-size: 52px;
    line-height: 65px;
    letter-spacing: 0.08em;
  }
}

@media (min-width: 992px) {
  .events h1.title {
    font-size: 68px;
    line-height: 75px;
  }
}

.events h1.title hr {
  opacity: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .events h1.title hr {
    position: relative;
    top: -7px;
    width: 100%;
    height: 2px;
    background: #7A86BA;
    opacity: 1;
  }
}

.events__items {
  max-width: 740px;
}

.events-group {
  border: 2px solid #000000;
  border-radius: 4px;
}

.events-group:not(:first-child) {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .events-group:not(:first-child) {
    margin-top: 44px;
  }
}

.events-group__name {
  padding: 38px 23px 7px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5A5B9F;
}

@media (min-width: 768px) {
  .events-group__name {
    font-size: 28px;
    padding: 50px 63px 25px;
  }
}

.event-item {
  padding: 26px 20px 15px 33px;
}

@media (min-width: 768px) {
  .event-item {
    padding: 25px 49px 35px 81px;
  }
}

.event-item:not(:first-of-type) {
  border-top: 1px solid #000;
}

@media (min-width: 768px) {
  .event-item:not(:first-of-type) {
    border-width: 2px;
  }
}

.event-item__date {
  position: relative;
  padding-left: 24px;
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #767677;
}

@media (min-width: 768px) {
  .event-item__date {
    padding-left: 37px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.0015em;
  }
}

.event-item__date:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14 16' fill='none'%3e%3cpath d='M4 9.5C3.7875 9.5 3.60925 9.428 3.46525 9.284C3.32125 9.14 3.2495 8.962 3.25 8.75C3.25 8.5375 3.322 8.35925 3.466 8.21525C3.61 8.07125 3.788 7.9995 4 8C4.2125 8 4.39075 8.072 4.53475 8.216C4.67875 8.36 4.7505 8.538 4.75 8.75C4.75 8.9625 4.678 9.14075 4.534 9.28475C4.39 9.42875 4.212 9.5005 4 9.5ZM7 9.5C6.7875 9.5 6.60925 9.428 6.46525 9.284C6.32125 9.14 6.2495 8.962 6.25 8.75C6.25 8.5375 6.322 8.35925 6.466 8.21525C6.61 8.07125 6.788 7.9995 7 8C7.2125 8 7.39075 8.072 7.53475 8.216C7.67875 8.36 7.7505 8.538 7.75 8.75C7.75 8.9625 7.678 9.14075 7.534 9.28475C7.39 9.42875 7.212 9.5005 7 9.5ZM10 9.5C9.7875 9.5 9.60925 9.428 9.46525 9.284C9.32125 9.14 9.2495 8.962 9.25 8.75C9.25 8.5375 9.322 8.35925 9.466 8.21525C9.61 8.07125 9.788 7.9995 10 8C10.2125 8 10.3908 8.072 10.5348 8.216C10.6788 8.36 10.7505 8.538 10.75 8.75C10.75 8.9625 10.678 9.14075 10.534 9.28475C10.39 9.42875 10.212 9.5005 10 9.5ZM1.75 15.5C1.3375 15.5 0.984251 15.353 0.690251 15.059C0.396251 14.765 0.249501 14.412 0.250001 14V3.5C0.250001 3.0875 0.397001 2.73425 0.691001 2.44025C0.985001 2.14625 1.338 1.9995 1.75 2H2.5V0.5H4V2H10V0.5H11.5V2H12.25C12.6625 2 13.0158 2.147 13.3098 2.441C13.6038 2.735 13.7505 3.088 13.75 3.5V14C13.75 14.4125 13.603 14.7658 13.309 15.0598C13.015 15.3538 12.662 15.5005 12.25 15.5H1.75ZM1.75 14H12.25V6.5H1.75V14ZM1.75 5H12.25V3.5H1.75V5Z' fill='%23767677'/%3e%3c/svg%3e");
}

@media (min-width: 768px) {
  .event-item__date:before {
    width: 18px;
    height: 20px;
  }
}

.event-item__title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #000000;
}

@media (min-width: 768px) {
  .event-item__title {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.0015em;
  }
}

.event-item--closed {
  padding: 3px 8px;
  margin-left: 25px;
  border: 1px solid #951528;
  color: #951528;
}

@media (min-width: 768px) {
  .event-item--closed {
    padding: 9px 20px;
    margin-left: 32px;
  }
}

.event-item--closed:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3e%3cpath d='M7.2 0C3.2238 0 0 3.2238 0 7.2C0 11.1762 3.2238 14.4 7.2 14.4C11.1762 14.4 14.4 11.1762 14.4 7.2C14.4 3.2238 11.1762 0 7.2 0ZM7.9272 3L7.8072 8.4H6.5928L6.4728 3H7.9272ZM7.2018 11.5134C6.705 11.5134 6.408 11.2488 6.408 10.8042C6.408 10.3512 6.7044 10.0866 7.2018 10.0866C7.695 10.0866 7.9914 10.3512 7.9914 10.8042C7.9914 11.2488 7.695 11.5134 7.2018 11.5134Z' fill='%23951528'/%3e%3c/svg%3e");
}

@media (min-width: 768px) {
  .event-item--closed:before {
    top: 50%;
    left: -32px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 22px;
    height: 22px;
  }
}

.schedule-slider {
  background: #000;
  color: #fff;
  padding-bottom: 120px;
}

.schedule-slider__wrap {
  width: calc(100% + (100vw - 100%) / 2);
  position: relative;
  overflow: hidden;
  margin-right: calc(-((100vw - 100%) / 2));
}

@media (min-width: 992px) {
  .schedule-slider__wrap {
    width: 100%;
    margin-right: 0;
  }
}

.schedule-slider__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: -23px;
}

@media (min-width: 992px) {
  .schedule-slider__items {
    margin-left: 0;
  }
}

.schedule-slider .slick-for {
  width: 100%;
  max-width: 340px;
}

@media (min-width: 992px) {
  .schedule-slider .slick-for {
    max-width: 473px;
  }
}

.schedule-slider .slick-for .slick-list {
  overflow: visible;
}

@media (min-width: 992px) {
  .schedule-slider .slick-for .slick-list {
    overflow: hidden;
  }
}

.schedule-slider .slick-nav {
  display: none;
}

@media (min-width: 992px) {
  .schedule-slider .slick-nav {
    display: block;
    margin-top: 15%;
    width: 100%;
    max-width: calc(100% - 473px);
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .schedule-slider .slick-nav {
    margin-top: 10%;
  }
}

.schedule-slider .slick-nav .slick-current {
  display: none;
}

.schedule-slider-item {
  padding: 0 6px;
}

@media (min-width: 992px) {
  .schedule-slider-item {
    padding: 0 20px;
  }
}

.schedule-slider-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 992px) {
  .schedule-slider-item__img {
    margin-bottom: 62px;
  }
}

.schedule-slider-item__img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.schedule-slider-item__img img {
  width: 100%;
  height: 100%;
}

.schedule-slider-item__name {
  margin-bottom: 11px;
  color: #FFF;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.784px;
}

@media (min-width: 992px) {
  .schedule-slider-item__name {
    margin-bottom: 28px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.18px;
  }
}

.schedule-slider-item__descr {
  color: #9E9E9E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.288px;
}

@media (min-width: 992px) {
  .schedule-slider-item__descr {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.088px;
  }
}

.schedule-slider__btns {
  display: none;
}

@media (min-width: 992px) {
  .schedule-slider__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 150px;
    right: 0;
    padding: 0 5px;
    margin: 0 -15px;
  }
}

.schedule-slider__arrow {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border: none;
  position: relative;
  z-index: 1;
  margin: 0 15px;
}

.schedule-slider__arrow span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ffffff;
  background: #F1F1F1;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.schedule-slider__arrow svg {
  fill: #000;
}

.schedule-slider__arrow:disabled span {
  border-color: #A0A4A8;
  background-color: #E6E5E5;
}

.schedule-slider__arrow:disabled svg {
  fill: #A0A4A8;
}

.schedule-slider__arrow:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -5px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  -webkit-transition: top 0.5s ease-in-out, left 0.5s ease-in-out, right 0.5s ease-in-out;
  -o-transition: top 0.5s ease-in-out, left 0.5s ease-in-out, right 0.5s ease-in-out;
  transition: top 0.5s ease-in-out, left 0.5s ease-in-out, right 0.5s ease-in-out;
}

.schedule-slider__arrow:hover span {
  -webkit-transform: translate(-3px, 3px);
      -ms-transform: translate(-3px, 3px);
          transform: translate(-3px, 3px);
}

.schedule-slider__arrow:hover:before {
  top: 2px;
  right: auto;
  left: -4px;
}

.schedule-slider__arrow--next:before {
  left: auto;
  right: -5px;
}

.schedule-slider__arrow--next:hover span {
  -webkit-transform: translate(3px, 3px);
      -ms-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}

.schedule-slider__arrow--next:hover:before {
  left: auto;
  right: -4px;
}

.schedule-filter {
  padding-top: 66px;
  background: #F6F5F5;
}

@media (min-width: 992px) {
  .schedule-filter {
    padding-top: 154px;
  }
}

.schedule-filter .title {
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.288px;
}

@media (min-width: 992px) {
  .schedule-filter .title {
    margin-bottom: 28px;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0.033px;
  }
}

.schedule-filter .jq-selectbox {
  max-width: 457px;
  margin-bottom: 28px;
}

@media (min-width: 992px) {
  .schedule-filter .jq-selectbox {
    margin-bottom: 85px;
  }
}

.schedule-classes__loader {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F6F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 100px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  z-index: 1;
}

@media (min-width: 992px) {
  .schedule-classes__loader {
    top: 11px;
  }
}

.schedule-classes__loader.active {
  opacity: 1;
}

.schedule-classes__body {
  position: relative;
}

.schedule-classes__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: -4px 0;
  padding-top: 80px;
  padding: 44px 0 48px;
  border-bottom: 1px solid #5A5B9F;
}

@media (min-width: 992px) {
  .schedule-classes__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 20px);
    padding-top: 162px;
    margin: -10px;
    padding: 75px 0 81px;
  }
}

.schedule-classes__head {
  border-top: 1px solid #5A5B9F;
  width: calc(100% + 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px;
  padding: 44px 20px 0;
}

@media (min-width: 992px) {
  .schedule-classes__head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 75px 0 0;
  }
}

.schedule-classes__arrow {
  display: none;
}

@media (min-width: 992px) {
  .schedule-classes__arrow {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 92px;
    height: 58px;
    z-index: 1;
    cursor: pointer;
  }
}

.schedule-classes__arrow:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  -webkit-transition: top 0.5s ease-in-out, left 0.5s ease-in-out, right 0.5s ease-in-out;
  -o-transition: top 0.5s ease-in-out, left 0.5s ease-in-out, right 0.5s ease-in-out;
  transition: top 0.5s ease-in-out, left 0.5s ease-in-out, right 0.5s ease-in-out;
  z-index: -1;
}

.schedule-classes__arrow span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background-color: #F6F5F5;
  background-position: center;
  background-size: 54px 16px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

@media (min-width: 992px) {
  .schedule-classes__left span {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='54' height='16' viewBox='0 0 54 16' fill='none'%3e%3cpath d='M0.292896 8.70711C-0.0976257 8.31659 -0.0976258 7.68342 0.292896 7.2929L6.65686 0.928936C7.04738 0.538412 7.68055 0.538412 8.07107 0.928936C8.4616 1.31946 8.4616 1.95263 8.07107 2.34315L2.41422 8L8.07107 13.6569C8.4616 14.0474 8.4616 14.6805 8.07107 15.0711C7.68055 15.4616 7.04738 15.4616 6.65686 15.0711L0.292896 8.70711ZM54 9L27.5 9L27.5 7L54 7L54 9ZM27.5 9L1 9L1 7L27.5 7L27.5 9Z' fill='black'/%3e%3c/svg%3e");
  }
}

@media (min-width: 992px) {
  .schedule-classes__left:before {
    top: 4px;
    left: -5px;
  }
}

.schedule-classes__left:hover span {
  -webkit-transform: translate(-2px, 2px);
      -ms-transform: translate(-2px, 2px);
          transform: translate(-2px, 2px);
}

.schedule-classes__left:hover:before {
  top: 1px;
  left: -3px;
}

@media (min-width: 992px) {
  .schedule-classes__right span {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='54' height='16' viewBox='0 0 54 16' fill='none'%3e%3cpath d='M53.7071 8.70711C54.0976 8.31659 54.0976 7.68342 53.7071 7.2929L47.3431 0.928936C46.9526 0.538412 46.3195 0.538412 45.9289 0.928936C45.5384 1.31946 45.5384 1.95263 45.9289 2.34315L51.5858 8L45.9289 13.6569C45.5384 14.0474 45.5384 14.6805 45.9289 15.0711C46.3195 15.4616 46.9526 15.4616 47.3431 15.0711L53.7071 8.70711ZM-8.74228e-08 9L26.5 9L26.5 7L8.74228e-08 7L-8.74228e-08 9ZM26.5 9L53 9L53 7L26.5 7L26.5 9Z' fill='black'/%3e%3c/svg%3e");
  }
}

@media (min-width: 992px) {
  .schedule-classes__right:before {
    top: 4px;
    right: -5px;
  }
}

.schedule-classes__right:hover span {
  -webkit-transform: translate(2px, 2px);
      -ms-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}

.schedule-classes__right:hover:before {
  top: 1px;
  right: -3px;
}

.schedule-classes__days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 -2px;
}

@media (min-width: 992px) {
  .schedule-classes__days {
    margin: 0 -6px;
  }
}

.schedule-classes__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 2px;
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.024px;
  white-space: nowrap;
  cursor: pointer;
}

@media (min-width: 360px) {
  .schedule-classes__day {
    width: 42px;
    height: 42px;
    margin: 0 6px;
    font-size: 16px;
  }
}

.schedule-classes__day.disabled {
  color: #A0A4A8;
  border-color: #EBEDEE;
  background: #EBEDEE;
  pointer-events: none;
}

.schedule-classes__day.active {
  color: #ffffff;
  border-color: #5A5B9F;
  background: #5A5B9F;
}

.schedule-item {
  position: relative;
  padding: 12px 7px 20px 30px;
  margin: 4px 0;
  border: 2px solid #000;
  border-bottom-width: 5px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.14px;
  color: #000;
}

@media (min-width: 992px) {
  .schedule-item {
    width: calc((100% - 60px)/3);
    margin: 10px;
  }
}

.schedule-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 39px;
  background: #000;
}

.schedule-item--blue {
  border-color: #5A5B9F;
}

.schedule-item--blue:before {
  background: #5A5B9F;
}

.schedule-item--yellow {
  border-color: #F0C05A;
}

.schedule-item--yellow:before {
  background: #F0C05A;
}

.schedule-item--pink {
  border-color: #951528;
}

.schedule-item--pink:before {
  background: #951528;
}

.schedule-item--green {
  border-color: #4CAB0F;
}

.schedule-item--green:before {
  background: #4CAB0F;
}

.schedule-item--empty {
  color: #767677;
  border-color: #C1C1C1;
}

.schedule-item--empty:before {
  background: #C1C1C1;
}

.schedule-item--empty .schedule-item__title {
  color: #000;
}

.schedule-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.schedule-item__duration {
  margin-left: 15px;
  padding-left: 25px;
  color: #767677;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3e%3cpath d='M8.9925 1.5C4.8525 1.5 1.5 4.86 1.5 9C1.5 13.14 4.8525 16.5 8.9925 16.5C13.14 16.5 16.5 13.14 16.5 9C16.5 4.86 13.14 1.5 8.9925 1.5ZM9 15C5.685 15 3 12.315 3 9C3 5.685 5.685 3 9 3C12.315 3 15 5.685 15 9C15 12.315 12.315 15 9 15ZM9.375 5.25H8.25V9.75L12.1875 12.1125L12.75 11.19L9.375 9.1875V5.25Z' fill='%23767677'/%3e%3c/svg%3e");
}

.schedule-item__title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  color: #5A5B9F;
  text-transform: uppercase;
  word-break: break-word;
}

.schedule-item__teacher {
  margin-bottom: 12px;
}

.schedule-item__hall {
  color: #767677;
}

.schedule-file {
  padding: 35px 0 60px;
}

@media (min-width: 992px) {
  .schedule-file {
    padding: 90px 0 235px;
  }
}

.schedule-file__btn {
  margin-left: auto;
}

.schedule-file__btn:after {
  width: 32px;
  height: 32px;
  right: 26px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M16.0002 21.3333L9.3335 14.6666L11.2002 12.7333L14.6668 16.1999V5.33325H17.3335V16.1999L20.8002 12.7333L22.6668 14.6666L16.0002 21.3333ZM5.3335 26.6666V19.9999H8.00016V23.9999H24.0002V19.9999H26.6668V26.6666H5.3335Z' fill='black'/%3e%3c/svg%3e");
}

.schedule-file__btn:before {
  border: 2px solid #000;
}

.schedule-file__btn span {
  color: #000;
  border: 2px solid #000;
  background: #fff;
}

.schedule-file__btn:hover:after {
  right: 26px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M16.0002 21.3333L9.3335 14.6666L11.2002 12.7333L14.6668 16.1999V5.33325H17.3335V16.1999L20.8002 12.7333L22.6668 14.6666L16.0002 21.3333ZM5.3335 26.6666V19.9999H8.00016V23.9999H24.0002V19.9999H26.6668V26.6666H5.3335Z' fill='white'/%3e%3c/svg%3e");
}

.loader {
  --d:22px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  color: #5A5B9F;
  -webkit-box-shadow: calc(1*var(--d)) calc(0*var(--d)) 0 0, calc(0.707*var(--d)) calc(0.707*var(--d)) 0 1px, calc(0*var(--d)) calc(1*var(--d)) 0 2px, calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px, calc(-1*var(--d)) calc(0*var(--d)) 0 4px, calc(-0.707*var(--d)) calc(-0.707*var(--d)) 0 5px, calc(0*var(--d)) calc(-1*var(--d)) 0 6px;
          box-shadow: calc(1*var(--d)) calc(0*var(--d)) 0 0, calc(0.707*var(--d)) calc(0.707*var(--d)) 0 1px, calc(0*var(--d)) calc(1*var(--d)) 0 2px, calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px, calc(-1*var(--d)) calc(0*var(--d)) 0 4px, calc(-0.707*var(--d)) calc(-0.707*var(--d)) 0 5px, calc(0*var(--d)) calc(-1*var(--d)) 0 6px;
  -webkit-animation: l27 1s infinite steps(8);
          animation: l27 1s infinite steps(8);
}

@-webkit-keyframes l27 {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes l27 {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
