/* Main page */
/** =================== MONTSERRAT =================== **/
/** Montserrat Regular **/
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/Montserrat-Regular.ttf") format("truetype");
  font-display: block;
}

/** Montserrat Regular-Italic **/
/** Montserrat Medium **/
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  src: url("/static/fonts/Montserrat-Medium.ttf") format("truetype");
  font-display: block;
}

/** Montserrat Bold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/Montserrat-Bold.ttf") format("truetype");
  font-display: block;
}

/** =================== Abril Fatface-Regular =================== **/
@font-face {
  font-family: "Abril Fatface";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/AbrilFatface-Regular.ttf") format("truetype");
  font-display: block;
}

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

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

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

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

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

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

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

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

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html,
body {
  height: 100%;
}

html {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #1D1D1B;
}

html:not(.noscroll) {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html:not(.noscroll) {
    scroll-behavior: auto;
  }
}

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

a {
  text-decoration: none;
  color: inherit;
}

.container,
.content {
  position: relative;
  width: 100%;
  min-width: 300px;
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  padding: 0 80px;
}

@media (max-width: 1279px) {
  .container {
    padding: 0 65px;
  }
}

@media (max-width: 1024px) {
  .container {
    padding: 0 60px;
  }
}

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

@media (max-width: 640px) {
  .container {
    padding: 0 25px;
  }
}

@media (max-width: 320px) {
  .container {
    padding: 0 15px;
  }
}

.content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.simple-header-content {
  padding-top: 75px;
}

@media (max-width: 1024px) {
  .simple-header-content {
    padding-top: 65px;
  }
}

.color-red {
  color: red !important;
}

#header-container {
  margin: 0 auto;
  min-height: 450px;
  max-height: 450px;
  min-width: 300px;
  max-width: 1920px;
  width: 100%;
}

#header-container .header-simple-wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 185px;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}

#header-container .header-simple-wrap:not(.collapse) .gradient {
  opacity: 1;
}

#header-container .header-simple-wrap:not(.collapse) #header-simple .header-container {
  background-color: transparent;
  height: 115px;
}

#header-container .header-simple-wrap:not(.collapse) #header-simple .header-container .logo-wrap {
  -webkit-transform: scale(1.55) translateY(-4px);
          transform: scale(1.55) translateY(-4px);
}

#header-container .header-simple-wrap .gradient {
  position: absolute;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  top: 0;
  left: 50%;
  background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.06) 100%);
  opacity: 0;
  transition: opacity 300ms ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#header-container .header-simple-wrap #header-simple {
  pointer-events: all;
}

#header-container .header-simple-wrap #header-simple .header-container {
  transition: background-color 300ms ease, height 300ms ease;
}

#header-container .header-simple-wrap #header-simple .header-container .logo-wrap {
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

#header-container .banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 32.99%), url("/static/img/header-banner.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

@media (max-width: 1600px) {
  #header-container {
    min-height: 50vh;
    height: 50vh;
    max-height: 50vh;
  }
}

@media (max-width: 1279px) {
  #header-container .header-simple-wrap {
    height: 120px;
  }
  #header-container .header-simple-wrap:not(.collapse) #header-simple .header-container {
    height: 120px;
  }
  #header-container .header-simple-wrap:not(.collapse) #header-simple .header-container .logo-wrap {
    -webkit-transform: scale(1.4) translateY(-3px);
            transform: scale(1.4) translateY(-3px);
  }
}

@media (max-width: 1024px) {
  #header-container {
    min-height: 380px;
  }
  #header-container .header-simple-wrap {
    height: 100px;
  }
  #header-container .header-simple-wrap:not(.collapse) #header-simple .header-container {
    height: 100px;
  }
  #header-container .header-simple-wrap:not(.collapse) #header-simple .header-container .logo-wrap {
    -webkit-transform: scale(1.2) translateY(-2px);
            transform: scale(1.2) translateY(-2px);
  }
}

@media (max-width: 768px) {
  #header-container {
    min-height: calc(100vw * 0.42);
  }
}

@media (max-width: 640px) {
  #header-container {
    min-height: 300px;
  }
  .header-simple-wrap #header-container:not(.collapse) #header-simple .header-container .logo-wrap {
    -webkit-transform: scale(1.1) translateY(-1px);
            transform: scale(1.1) translateY(-1px);
  }
}

@media (max-width: 320px) {
  #header-container {
    min-height: 380px;
  }
  #header-container .header-simple-wrap {
    height: 85px;
  }
  #header-container .header-simple-wrap:not(.collapse) #header-simple .header-container {
    height: 85px;
  }
}

#header-simple {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

#header-simple .header-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 75px;
  background-color: #1D1D1B;
}

#header-simple .header-container .logo-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding-top: 5px;
}

#header-simple .header-container .logo-wrap .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

#header-simple .header-container .logo-wrap .logo .logo-icon {
  width: 30px;
  height: 35px;
  margin-right: 10px;
}

#header-simple .header-container .logo-wrap .logo .logo-text {
  width: 115.5px;
  height: 27px;
  border-bottom: 2px solid #ED1C24;
  margin-bottom: 5px;
}

#header-simple .header-container .nav-wrap {
  color: white;
  font-size: 18px;
  line-height: 29px;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

#header-simple .header-container .nav-wrap .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  border-bottom: 2px solid red;
  margin-bottom: 10px;
}

#header-simple .header-container .nav-wrap .nav .home-link,
#header-simple .header-container .nav-wrap .nav .programs,
#header-simple .header-container .nav-wrap .nav .past-seasons-link {
  cursor: pointer;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  height: calc(100% - 2px);
  border-bottom: 2px solid transparent;
}

#header-simple .header-container .nav-wrap .nav .home-link:hover,
#header-simple .header-container .nav-wrap .nav .programs:hover,
#header-simple .header-container .nav-wrap .nav .past-seasons-link:hover {
  color: red;
  border-bottom: 2px solid white;
}

#header-simple .header-container .nav-wrap .nav .home-link {
  padding-right: 20px;
}

#header-simple .header-container .nav-wrap .nav .programs {
  position: relative;
  padding: 0 20px;
}

#header-simple .header-container .nav-wrap .nav .programs:hover > .dropdown {
  display: block;
}

#header-simple .header-container .nav-wrap .nav .programs .dropdown {
  display: none;
  cursor: default;
  position: absolute;
  top: calc(100% + 2px);
  font-size: 18px;
  line-height: 25px;
  width: 370px;
  background-color: #1D1D1B;
  padding: 30px 20px;
}

#header-simple .header-container .nav-wrap .nav .programs .dropdown div {
  cursor: pointer;
  color: white;
}

#header-simple .header-container .nav-wrap .nav .programs .dropdown div a:hover {
  opacity: 0.6;
}

#header-simple .header-container .nav-wrap .nav .programs .dropdown div:not(:last-child) {
  margin-bottom: 30px;
}

#header-simple .header-container .nav-wrap .nav .past-seasons-link {
  padding-left: 20px;
}

#header-simple .header-container .burger-wrap {
  display: none;
  position: relative;
}

#header-simple .header-container .burger-wrap.show-menu .burger-button {
  display: none;
}

#header-simple .header-container .burger-wrap.show-menu #burger-menu {
  display: block;
}

#header-simple .header-container .burger-wrap.show-menu .close {
  display: -ms-flexbox;
  display: flex;
}

#header-simple .header-container .burger-wrap .burger-button,
#header-simple .header-container .burger-wrap .close {
  cursor: pointer;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 30px;
  padding: 10px;
  padding-right: 0;
  box-sizing: content-box;
  position: relative;
}

#header-simple .header-container .burger-wrap .burger-button div.line {
  pointer-events: none;
  background-color: white;
  width: 100%;
  height: 3px;
}

#header-simple .header-container .burger-wrap .burger-button div.line:not(:last-child) {
  margin-bottom: 6px;
}

#header-simple .header-container .burger-wrap .close {
  display: none;
  width: 30px;
  height: 50px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

#header-simple .header-container .burger-wrap .close:before {
  content: url(/static/img/icons/close-white-large.svg);
  color: white;
}

#header-simple .header-container .burger-wrap #burger-menu {
  display: none;
  cursor: default;
  position: fixed;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #1D1D1B;
  color: white;
  font-size: 14px;
  z-index: -1;
}

#header-simple .header-container .burger-wrap #burger-menu:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 200px;
  background-color: #1D1D1B;
}

#header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap {
  height: calc(100% - 145px);
  overflow: auto;
  margin-top: 75px;
  margin-left: 30px;
  padding-top: 30px;
  padding-bottom: 45px;
}

#header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap .item, #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details {
  text-transform: uppercase;
}

#header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap .item:not(:last-child), #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details:not(:last-child) {
  margin-bottom: 2em;
}

#header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details summary {
  margin-bottom: 2em;
  position: relative;
  display: block;
}

#header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details summary::-webkit-details-marker {
  display: none;
}

#header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details summary:before {
  top: 0;
  right: 35px;
  position: absolute;
  content: url(/static/img/arrows/drop-arrow-white.svg);
}

#header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details .item, #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details details {
  padding-left: 10px;
}

@media (max-width: 1279px) {
  #header-simple .header-container .nav-wrap {
    font-size: 18px;
    line-height: 22px;
  }
  #header-simple .header-container .nav-wrap .nav .home-link {
    padding-left: 10px;
  }
  #header-simple .header-container .nav-wrap .nav .programs .dropdown {
    width: 288px;
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  #header-simple .header-container {
    height: 65px;
  }
  #header-simple .header-container .logo-wrap .logo .logo-icon {
    width: 35px;
    height: 40px;
    margin-right: 8px;
  }
  #header-simple .header-container .logo-wrap .logo .logo-text {
    width: 137px;
    height: 22px;
  }
  #header-simple .header-container .nav-wrap {
    font-size: 16px;
    line-height: 20px;
  }
  #header-simple .header-container .nav-wrap .nav {
    height: 32px;
  }
  #header-simple .header-container .nav-wrap .nav .programs .dropdown {
    width: 260px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #header-simple .header-container .nav-wrap {
    font-size: 14px;
    line-height: 17px;
  }
  #header-simple .header-container .nav-wrap .nav {
    height: 28px;
    margin-top: 4px;
  }
  #header-simple .header-container .nav-wrap .nav .programs .dropdown {
    width: 233px;
    font-size: 12px;
  }
  #header-simple .header-container .nav-wrap .nav .programs .dropdown div:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  #header-simple .header-container .nav-wrap .nav .home-link {
    padding-right: 15px;
    padding-left: 0;
  }
  #header-simple .header-container .nav-wrap .nav .programs {
    padding: 0 15px;
  }
  #header-simple .header-container .nav-wrap .nav .programs .dropdown {
    padding: 20px 15px;
    width: 223px;
  }
  #header-simple .header-container .nav-wrap .nav .programs .dropdown div:not(:last-child) {
    margin-bottom: 10px;
  }
  #header-simple .header-container .nav-wrap .nav .past-seasons-link {
    padding-left: 15px;
  }
}

@media (max-width: 580px) {
  #header-simple .header-container .nav-wrap {
    display: none;
  }
  #header-simple .header-container .burger-wrap {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 320px) {
  #header-simple .header-container .logo-wrap .logo .logo-icon {
    width: 28px;
    height: 32px;
    margin-right: 6px;
  }
  #header-simple .header-container .logo-wrap .logo .logo-text {
    border-bottom: 1px solid #ED1C24;
    width: 110px;
    height: 20px;
    margin-bottom: 8px;
  }
}

.footer-container {
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-top: 80px;
}

.footer-container .contacts-wrapper {
  height: 240px;
  background-color: #1D1D1B;
}

.footer-container .contacts-wrapper .contacts {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}

.footer-container .contacts-wrapper .contacts .contact-us {
  font-family: Abril Fatface;
  white-space: nowrap;
  position: absolute;
  height: 35px;
  left: 0;
  bottom: -30px;
  font-size: 46px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  color: red;
}

.footer-container .contacts-wrapper .contacts .contact-us span {
  color: #1D1D1B;
}

.footer-container .contact-info {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.footer-container .contact-info .logo {
  display: -ms-flexbox;
  display: flex;
}

.footer-container .contact-info .logo .logo-icon {
  width: 43px;
  height: 50px;
  margin-right: 10px;
}

.footer-container .contact-info .logo .logo-text {
  width: 170px;
  height: 27px;
  border-bottom: 2px solid #ED1C24;
  margin-top: 7px;
}

.footer-container .contact-info .addr {
  font-size: 18px;
  margin-top: 25px;
  color: white;
  line-height: 150%;
}

.footer-container .contact-info .addr div {
  text-align: center;
}

.footer-container .socials {
  height: 90px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}

.footer-container .socials span {
  white-space: nowrap;
  font-weight: 500;
  font-size: 18px;
  margin-right: 60px;
}

.footer-container .socials .icon {
  height: 27px;
}

.footer-container .socials .icon:not(:last-child) {
  margin-right: 60px;
}

.footer-container .socials .icon svg {
  fill: #1D1D1B;
}

.footer-container .socials .icon svg:hover {
  fill: red;
}

.footer-container .socials .icon .twitter-ico,
.footer-container .socials .icon .instagram-ico,
.footer-container .socials .icon .fb-ico {
  width: 27px;
}

.footer-container .socials .icon .youtube-ico {
  width: 33px;
}

@media (max-width: 1279px) {
  .footer-container .contacts-wrapper {
    height: 190px;
  }
  .footer-container .contacts-wrapper .contacts .contact-us {
    font-size: 36px;
  }
  .footer-container .contact-info .addr {
    margin-top: 15px;
    font-size: 16px;
  }
  .footer-container .contact-info .logo .logo-icon {
    width: 38px;
    height: 44px;
    margin-right: 8px;
  }
  .footer-container .contact-info .logo .logo-text {
    width: 150px;
    height: 23px;
  }
  .footer-container .socials span {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .footer-container .socials span {
    margin-right: 30px;
  }
  .footer-container .socials .icon:not(:last-child) {
    margin-right: 40px;
  }
}

@media (max-width: 768px) {
  .footer-container .contact-info .addr {
    font-size: 14px;
  }
  .footer-container .socials span {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .footer-container .socials {
    height: 65px;
  }
  .footer-container .socials span {
    margin-right: 6%;
  }
  .footer-container .socials .icon:not(:last-child) {
    margin-right: 7%;
  }
}

@media (max-width: 320px) {
  .footer-container .socials span {
    margin-right: 6%;
  }
  .footer-container .socials .icon:not(:last-child) {
    margin-right: 9%;
  }
}

#header-container .banner {
  /* Main page header content */
}

#header-container .banner #header-content .wrap {
  margin-left: calc(25% - 225px);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

#header-container .banner #header-content .wrap .title {
  font-family: Abril Fatface;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  line-height: 88.8%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: white;
  line-height: 130% !important;
  letter-spacing: unset;
  text-shadow: 3.5px 9px 3.5px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}

@media (max-width: 1279px) {
  #header-container .banner #header-content .wrap .title {
    font-size: 45px;
  }
}

@media (max-width: 1024px) {
  #header-container .banner #header-content .wrap .title {
    font-size: 30px;
    line-height: 100%;
  }
}

@media (max-width: 640px) {
  #header-container .banner #header-content .wrap .title {
    font-size: 26px;
  }
}

@media (max-width: 320px) {
  #header-container .banner #header-content .wrap .title {
    font-size: 20px;
  }
}

#header-container .banner #header-content .wrap .title br {
  display: none;
}

#header-container .banner #header-content .wrap .date {
  color: white;
  font-size: 48px;
  line-height: 100%;
  text-shadow: 3.5px 9px 3.5px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1279px) {
  #header-container .banner #header-content .wrap {
    margin-left: 50px;
  }
  #header-container .banner #header-content .wrap .date {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  #header-container .banner #header-content .wrap {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  #header-container .banner #header-content .wrap .date {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  #header-container .banner #header-content .wrap {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  #header-container .banner #header-content .wrap {
    -webkit-transform: none;
            transform: none;
  }
  #header-container .banner #header-content .wrap .title {
    white-space: normal;
  }
  #header-container .banner #header-content .wrap .date {
    font-size: 22px;
  }
}

@media (max-width: 320px) {
  #header-container .banner #header-content .wrap {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  #header-container .banner #header-content .wrap .title br {
    display: initial;
  }
  #header-container .banner #header-content .wrap .date {
    font-size: 18px;
  }
}

#main-events {
  color: red;
  margin-top: 20px;
}

#main-events .main-events .wrap .title {
  font-family: Abril Fatface;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  line-height: 88.8%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: white;
  line-height: 130% !important;
  letter-spacing: unset;
  text-shadow: 3.5px 9px 3.5px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}

@media (max-width: 1279px) {
  #main-events .main-events .wrap .title {
    font-size: 45px;
  }
}

@media (max-width: 1024px) {
  #main-events .main-events .wrap .title {
    font-size: 30px;
    line-height: 100%;
  }
}

@media (max-width: 640px) {
  #main-events .main-events .wrap .title {
    font-size: 26px;
  }
}

@media (max-width: 320px) {
  #main-events .main-events .wrap .title {
    font-size: 20px;
  }
}

#main-events .main-events .wrap .title br {
  display: none;
}

#main-events .main-events .wrap .date {
  color: white;
  font-size: 40px;
  line-height: 100%;
  text-shadow: 3.5px 9px 3.5px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1279px) {
  #main-events .main-events .wrap .date {
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  #main-events .main-events .wrap .date {
    font-size: 30px;
    line-height: 100%;
  }
}

@media (max-width: 640px) {
  #main-events .main-events .wrap .date {
    font-size: 20px;
  }
}

@media (max-width: 320px) {
  #main-events .main-events .wrap .date {
    font-size: 15px;
  }
}

#main-events .main-events .slick-list {
  margin: 0 200px;
}

#main-events .main-events .slick-slide {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

#main-events .main-events .slick-next,
#main-events .main-events .slick-prev {
  height: 56px;
  width: 56px;
  z-index: 1;
}

#main-events .main-events .slick-next[aria-disabled='true'] .arrow,
#main-events .main-events .slick-prev[aria-disabled='true'] .arrow {
  opacity: 0.5;
}

#main-events .main-events .slick-next:before,
#main-events .main-events .slick-prev:before {
  content: '';
}

#main-events .main-events .slick-next .arrow,
#main-events .main-events .slick-prev .arrow {
  height: 100%;
  background-image: url("/static/img/arrows/arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 100%;
}

@media (max-width: 640px) {
  #main-events .main-events .slick-next,
  #main-events .main-events .slick-prev {
    height: 36px;
    width: 36px;
  }
}

#main-events .main-events .slick-next {
  right: 0;
}

#main-events .main-events .slick-prev {
  left: 0;
}

#main-events .main-events .slick-prev .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1279px) {
  #main-events .main-events .slick-list {
    margin: 0 60px;
  }
  #main-events .main-events .slick-next,
  #main-events .main-events .slick-prev {
    width: 40px;
    height: 40px;
  }
  #main-events .main-events .wrap {
    margin-left: 50px;
  }
  #main-events .main-events .wrap .date {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  #main-events .main-events .wrap .date {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  #main-events .main-events .wrap {
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media (max-width: 640px) {
  #main-events .main-events .slick-list {
    margin: 0 50px;
  }
  #main-events .main-events .wrap .title {
    white-space: normal;
  }
  #main-events .main-events .wrap .date {
    font-size: 22px;
  }
}

@media (max-width: 320px) {
  #main-events .main-events .slick-list {
    margin: 0 50px;
  }
  #main-events .main-events .slick-next,
  #main-events .main-events .slick-prev {
    width: 20px;
    height: 20px;
  }
  #main-events .main-events .wrap .title br {
    display: initial;
  }
  #main-events .main-events .wrap .date {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  #main-events {
    padding: 0;
  }
}

#main {
  /* Main page latest news */
  /* Main page season */
  /* Main page events */
  /* Main page about us */
  /* Main page testimonals */
  /* Main page testimonals */
}

#main #latest-news {
  margin-top: 0px;
  display: -ms-flexbox;
  display: flex;
}

#main #latest-news .title {
  height: 158px;
  position: relative;
  font-family: Abril Fatface;
  margin-left: 50px;
}

#main #latest-news .title .title-v {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ED1C24;
  font-size: 38px;
  line-height: 68px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

#main #latest-news .title .title-h {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  font-size: 50px;
  line-height: 62px;
}

#main #latest-news .news {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-left: 80px;
  margin-top: 50px;
}

#main #latest-news .news .item, #main #latest-news .news #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details, #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap #main #latest-news .news details {
  margin: 0 2%;
}

#main #latest-news .news .item .item-title, #main #latest-news .news #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details .item-title, #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap #main #latest-news .news details .item-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

#main #latest-news .news .item .item-preview, #main #latest-news .news #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details .item-preview, #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap #main #latest-news .news details .item-preview {
  font-family: Montserrat;
  font-size: 18px;
  line-height: 27px;
  text-align: justify;
  color: #333333;
}

#main #latest-news .news .item .item-preview a, #main #latest-news .news #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details .item-preview a, #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap #main #latest-news .news details .item-preview a {
  color: red;
  text-decoration: underline;
}

#main #latest-news .slick-slide {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

#main #latest-news .slick-list {
  margin: 0 -2%;
  width: 100%;
}

#main #latest-news .slick-track {
  min-width: 100%;
}

#main #latest-news .slick-next,
#main #latest-news .slick-prev {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  position: static;
  height: 56px;
  width: 56px;
  z-index: 1;
}

#main #latest-news .slick-next[aria-disabled='true'] .arrow,
#main #latest-news .slick-prev[aria-disabled='true'] .arrow {
  opacity: 0.5;
}

#main #latest-news .slick-next:before,
#main #latest-news .slick-prev:before {
  content: '';
}

#main #latest-news .slick-next .arrow,
#main #latest-news .slick-prev .arrow {
  height: 56px;
  width: 56px;
  background-image: url("/static/img/arrows/arrow-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 100%;
}

#main #latest-news .slick-next {
  margin: auto 0 auto 2%;
}

#main #latest-news .slick-next .arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#main #latest-news .slick-prev {
  margin: auto 2% auto 0;
}

#main #latest-news .slick-prev .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 1600px) {
  #main #latest-news .title .title-h {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 1279px) {
  #main #latest-news {
    margin-top: 15px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  #main #latest-news .title {
    height: 133px;
  }
  #main #latest-news .title .title-v {
    font-size: 36px;
    line-height: 75px;
  }
  #main #latest-news .title .title-h {
    font-size: 50px;
    line-height: 50px;
  }
  #main #latest-news .news {
    margin-left: 0;
  }
  #main #latest-news .news .item .item-title, #main #latest-news .news #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details .item-title, #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap #main #latest-news .news details .item-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #main #latest-news .news .item .item-preview, #main #latest-news .news #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details .item-preview, #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap #main #latest-news .news details .item-preview {
    font-size: 16px;
  }
  #main #latest-news .slick-next,
  #main #latest-news .slick-prev {
    height: 40px;
    width: 40px;
  }
  #main #latest-news .slick-next .arrow,
  #main #latest-news .slick-prev .arrow {
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 1024px) {
  #main #latest-news {
    margin-top: 15px;
  }
  #main #latest-news .title {
    height: 105px;
  }
  #main #latest-news .title .title-v {
    font-size: 28px;
    line-height: 82px;
  }
  #main #latest-news .title .title-h {
    font-size: 40px;
    line-height: 40px;
    margin-left: -15px;
  }
  #main #latest-news .news .item .item-title, #main #latest-news .news #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details .item-title, #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap #main #latest-news .news details .item-title {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #main #latest-news {
    margin-top: 15px;
  }
  #main #latest-news .news {
    margin-top: 30px;
  }
  #main #latest-news .news .item .item-title, #main #latest-news .news #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details .item-title, #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap #main #latest-news .news details .item-title {
    font-size: 16px;
  }
  #main #latest-news .news .item .item-preview, #main #latest-news .news #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details .item-preview, #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap #main #latest-news .news details .item-preview {
    font-size: 14px;
    text-align: left;
  }
}

@media (max-width: 640px) {
  #main #latest-news .title {
    height: 82px;
  }
  #main #latest-news .title .title-v {
    font-size: 22px;
    line-height: 85px;
  }
  #main #latest-news .title .title-h {
    font-size: 30px;
    line-height: 30px;
    margin-left: -20px;
  }
}

@media (max-width: 320px) {
  #main #latest-news {
    margin-top: 10px;
  }
  #main #latest-news .slick-next,
  #main #latest-news .slick-prev {
    height: 20px;
    width: 20px;
  }
  #main #latest-news .slick-next .arrow,
  #main #latest-news .slick-prev .arrow {
    height: 20px;
    width: 20px;
  }
}

#main #season {
  margin-top: 2em;
  margin-bottom: 2em;
}

#main #season .title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

#main #season .title-wrap .title {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  border-bottom: 4px solid red;
}

#main #season .title-wrap .title .text {
  font-family: Abril Fatface;
  font-size: 55px;
  line-height: 108%;
  margin-right: 0.1em;
}

#main #season .title-wrap .title .dates {
  -ms-flex-pack: center;
      justify-content: center;
  font-family: Abril Fatface;
  font-size: 22px;
  line-height: 108%;
  color: red;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 1279px) {
  #main #season {
    margin-top: 25px;
  }
  #main #season .title-wrap .title .text {
    font-size: 55px;
  }
  #main #season .title-wrap .title .dates {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  #main #season .title-wrap .title {
    border-bottom-width: 3px;
  }
  #main #season .title-wrap .title .text {
    font-size: 55px;
  }
  #main #season .title-wrap .title .dates {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  #main #season .title-wrap .title {
    border-bottom-width: 2px;
  }
  #main #season .title-wrap .title .text {
    font-size: 40px;
  }
  #main #season .title-wrap .title .dates {
    font-size: 17px;
  }
}

@media (max-width: 320px) {
  #main #season {
    margin-top: 20px;
  }
  #main #season .title-wrap .title {
    border-bottom-width: 1px;
  }
  #main #season .title-wrap .title .text {
    font-size: 34px;
  }
  #main #season .title-wrap .title .dates {
    font-size: 14px;
  }
}

#main #events {
  margin-bottom: 0;
}

#main #events .event {
  padding-top: 75px;
  background-repeat: no-repeat;
  background-position: 0 100%;
}

#main #events .event.rising-talents-festival {
  background-image: url("/static/img/main-page-rising-talents-festival-bg.png");
}

#main #events .event.winter-carnival-recital {
  background-image: url("/static/img/main-page-winter-carnival-recital-bg.png");
}

#main #events .event.sounds-of-music-recital {
  background-image: url("/static/img/main-page-sounds-of-music-recital-bg.png");
}

#main #events .event.carnegie-camp {
  background-image: url("/static/img/main-page-carnegie-camp-bg.png");
}

#main #events .event.default {
  padding-bottom: 75px;
}

@media (max-width: 640px) {
  #main #events .event.default {
    padding-bottom: 0;
  }
}

#main #events .event.default:first-child {
  padding-top: 0;
}

#main #events .event.default .top .title {
  margin-right: 15px;
  color: red;
}

#main #events .event.negative {
  background-color: #1D1D1B;
  color: white;
  padding-bottom: 45px;
}

#main #events .event.negative .top {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

#main #events .event.negative .top .title {
  margin-left: 15px;
  text-align: right;
}

#main #events .event:last-child {
  margin-bottom: 0;
}

#main #events .event .top {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em;
}

#main #events .event .top .title {
  font-family: Abril Fatface;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  line-height: 88.8%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: white;
  -ms-flex: 1;
      flex: 1;
}

@media (max-width: 1279px) {
  #main #events .event .top .title {
    font-size: 45px;
  }
}

@media (max-width: 1024px) {
  #main #events .event .top .title {
    font-size: 30px;
    line-height: 100%;
  }
}

@media (max-width: 640px) {
  #main #events .event .top .title {
    font-size: 26px;
  }
}

@media (max-width: 320px) {
  #main #events .event .top .title {
    font-size: 20px;
  }
}

#main #events .event .top .description {
  -ms-flex: 2;
      flex: 2;
  line-height: 150%;
  letter-spacing: 0.05em;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  text-align: justify;
}

#main #events .event .top .description p {
  display: -ms-flexbox;
  display: flex;
}

#main #events .event .top .description p:not(:last-child) {
  margin-bottom: 1.5em;
}

#main #events .event .bottom .image-slider {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

#main #events .event .bottom .image-slider .image {
  margin: 0 12px;
  max-width: 600px;
  max-height: 400px;
}

#main #events .event .bottom .image-slider .image img {
  width: 100%;
}

#main #events .event .bottom .image-slider .slick-list {
  margin: 0 -12px;
}

#main #events .event .bottom .image-slider .slick-prev,
#main #events .event .bottom .image-slider .slick-next {
  height: 56px;
  width: 56px;
  z-index: 1;
}

#main #events .event .bottom .image-slider .slick-prev:before,
#main #events .event .bottom .image-slider .slick-next:before {
  content: '';
}

#main #events .event .bottom .image-slider .slick-prev[aria-disabled='true'] .arrow,
#main #events .event .bottom .image-slider .slick-next[aria-disabled='true'] .arrow {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

#main #events .event .bottom .image-slider .slick-prev .arrow,
#main #events .event .bottom .image-slider .slick-next .arrow {
  height: 100%;
  background-image: url("/static/img/arrows/drop-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0;
}

#main #events .event .bottom .image-slider .slick-next {
  right: 0;
}

#main #events .event .bottom .image-slider .slick-next .arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#main #events .event .bottom .image-slider .slick-prev {
  left: 0;
}

#main #events .event .bottom .image-slider .slick-prev .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#main #events .event .see-more {
  width: 200px;
  color: red;
  border: 2px solid red;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
  background-color: transparent;
  text-decoration: none;
  margin: 0 auto;
}

#main #events .event .see-more:disabled {
  pointer-events: none;
  color: #828282;
  border-color: #828282;
}

@media (max-width: 1279px) {
  #main #events .event .see-more {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  #main #events .event .see-more {
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 1600px) {
  #main #events .event .top .description {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}

@media (max-width: 1279px) {
  #main #events {
    margin-bottom: 60px;
  }
  #main #events .event {
    background-size: contain;
  }
  #main #events .event .top .description {
    font-size: 16px;
  }
  #main #events .event .bottom .image-slider .slick-next,
  #main #events .event .bottom .image-slider .slick-prev {
    width: 40px;
    height: 40px;
  }
  #main #events .event .see-more {
    width: 180px;
  }
}

@media (max-width: 1024px) {
  #main #events .event {
    padding-top: 55px;
    background-image: none !important;
  }
  #main #events .event .top {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  #main #events .event .top .title {
    -ms-flex: initial;
        flex: initial;
    margin-bottom: 0.7em;
  }
  #main #events .event .top .description {
    -ms-flex: initial;
        flex: initial;
    -webkit-column-count: initial;
       -moz-column-count: initial;
            column-count: initial;
  }
}

@media (max-width: 768px) {
  #main #events {
    margin-bottom: 50px;
  }
  #main #events .event .top .description {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  #main #events .event {
    padding-top: 45px;
  }
}

@media (max-width: 320px) {
  #main #events .event .bottom .image-slider .slick-next,
  #main #events .event .bottom .image-slider .slick-prev {
    width: 20px;
    height: 20px;
  }
}

#main #about-us {
  margin-top: 50px;
  margin-bottom: 0px;
}

#main #about-us .wrap {
  display: -ms-flexbox;
  display: flex;
}

#main #about-us .wrap .title {
  font-family: Abril Fatface;
  font-style: normal;
  font-weight: normal;
  font-size: 65px;
  line-height: 45px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: red;
  position: relative;
  min-width: 1.5em;
}

#main #about-us .wrap .title p {
  position: absolute;
  top: 0;
  right: 100%;
  padding-left: 3em;
  white-space: nowrap;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#main #about-us .wrap .title p span {
  color: #1D1D1B;
}

#main #about-us .wrap .info {
  font-family: Montserrat;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #1D1D1B;
}

#main #about-us .wrap .info p {
  line-height: 180%;
}

#main #about-us .wrap .info p.bold {
  font-weight: bold;
  font-size: 24px;
}

#main #about-us .wrap .info p:not(:last-child) {
  margin-bottom: 2em;
}

#main #about-us .wrap .info .image,
#main #about-us .wrap .info .about {
  width: 50%;
}

#main #about-us .wrap .info .about-left {
  width: calc(50% + 3em);
  margin-left: -3em;
}

#main #about-us .wrap .info .image {
  margin-bottom: 3em;
}

#main #about-us .wrap .info .image img {
  width: 100%;
}

#main #about-us .wrap .info .image-left {
  float: left;
  padding-right: 3%;
}

#main #about-us .wrap .info .image-right {
  padding-left: 3%;
  float: right;
}

#main #about-us .wrap .info .about-left {
  padding-right: 3%;
  text-align: right;
}

#main #about-us .wrap .info .about-right {
  max-width: calc(580px + 3%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0 0 30px 3%;
  min-height: 28.5vw;
}

#main #about-us .wrap .info .clearfix {
  clear: left;
}

@media (min-width: 1921px) {
  #main #about-us .wrap .info .about-right {
    min-height: 550px !important;
  }
}

@media (max-width: 1279px) {
  #main #about-us {
    margin-bottom: 60px;
  }
  #main #about-us .wrap .title {
    font-size: 46px;
    line-height: 30px;
  }
  #main #about-us .wrap .info {
    font-size: 16px;
  }
  #main #about-us .wrap .info p.bold {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  #main #about-us {
    margin-bottom: 120px;
  }
  #main #about-us .wrap {
    display: block;
  }
  #main #about-us .wrap .title {
    font-size: 36px;
    line-height: 24px;
  }
  #main #about-us .wrap .info .image,
  #main #about-us .wrap .info .about {
    margin: 0 0 1em;
    padding: 0;
  }
  #main #about-us .wrap .info .image {
    width: auto;
    max-width: 480px;
  }
  #main #about-us .wrap .info .about {
    width: 100%;
  }
  #main #about-us .wrap .info .image-left,
  #main #about-us .wrap .info .about-left,
  #main #about-us .wrap .info .about-right {
    float: none;
  }
  #main #about-us .wrap .info .image-left {
    margin-left: 3em;
  }
  #main #about-us .wrap .info .image-right {
    float: right;
  }
  #main #about-us .wrap .info .about-left p:not(.directors) {
    text-align: right;
  }
  #main #about-us .wrap .info .about-right {
    padding-left: 3em;
    max-width: unset;
    min-height: unset;
  }
  #main #about-us .wrap .info .clearfix {
    clear: both;
  }
}

@media (max-width: 768px) {
  #main #about-us {
    margin-bottom: 110px;
  }
  #main #about-us .wrap .info .about-right {
    padding-left: 0;
  }
  #main #about-us .wrap .info p {
    font-size: 14px;
  }
  #main #about-us .wrap .info p.bold {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  #main #about-us .wrap .title {
    font-size: 32px;
    line-height: 21px;
  }
}

@media (max-width: 640px) {
  #main #about-us {
    margin-bottom: 90px;
  }
}

#main #testimonals {
  margin-bottom: 0px;
}

#main #testimonals .wrap .title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 65px;
}

#main #testimonals .wrap .title-wrap .title {
  font-family: Abril Fatface;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  line-height: 88.8%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1D1D1B;
}

@media (max-width: 1279px) {
  #main #testimonals .wrap .title-wrap .title {
    font-size: 45px;
  }
}

@media (max-width: 1024px) {
  #main #testimonals .wrap .title-wrap .title {
    font-size: 30px;
    line-height: 100%;
  }
}

@media (max-width: 640px) {
  #main #testimonals .wrap .title-wrap .title {
    font-size: 26px;
  }
}

@media (max-width: 320px) {
  #main #testimonals .wrap .title-wrap .title {
    font-size: 20px;
  }
}

#main #testimonals .wrap .comments .comment .message-wrap {
  font-size: 24px;
  padding: 20px 0 0 1.5em;
  box-sizing: content-box;
  background-image: url("/static/img/main-page-comment-bg.svg");
  background-repeat: no-repeat;
  background-size: 160px;
  max-width: 415px;
  margin: 0 auto;
}

#main #testimonals .wrap .comments .comment .message-wrap .message {
  font-family: Abril Fatface;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.05em;
  padding-bottom: 1em;
  text-align: justify;
}

#main #testimonals .wrap .comments .comment .message-wrap .author-title {
  text-align: right;
  display: block;
}

#main #testimonals .wrap .comments .comment .message-wrap .author {
  font-weight: bold;
  line-height: 180%;
  text-align: right;
}

#main #testimonals .wrap .comments .slick-list {
  margin: 0 56px;
}

#main #testimonals .wrap .comments .slick-slide {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

#main #testimonals .wrap .comments .slick-next,
#main #testimonals .wrap .comments .slick-prev {
  height: 56px;
  width: 56px;
  z-index: 1;
}

#main #testimonals .wrap .comments .slick-next[aria-disabled='true'] .arrow,
#main #testimonals .wrap .comments .slick-prev[aria-disabled='true'] .arrow {
  opacity: 0.5;
}

#main #testimonals .wrap .comments .slick-next:before,
#main #testimonals .wrap .comments .slick-prev:before {
  content: '';
}

#main #testimonals .wrap .comments .slick-next .arrow,
#main #testimonals .wrap .comments .slick-prev .arrow {
  height: 100%;
  background-image: url("/static/img/arrows/arrow-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 100%;
}

#main #testimonals .wrap .comments .slick-next {
  right: 0;
}

#main #testimonals .wrap .comments .slick-next .arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#main #testimonals .wrap .comments .slick-prev {
  left: 0;
}

#main #testimonals .wrap .comments .slick-prev .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 1600px) {
  #main #testimonals {
    margin-bottom: 0px;
  }
}

@media (max-width: 1279px) {
  #main #testimonals {
    margin-bottom: 0px;
  }
  #main #testimonals .wrap .comments .comment .message-wrap {
    background-size: 125px;
    font-size: 22px;
    max-width: 320px;
  }
  #main #testimonals .wrap .comments .comment .message-wrap .message {
    line-height: 30px;
  }
  #main #testimonals .wrap .comments .slick-list {
    margin: 0 40px;
  }
  #main #testimonals .wrap .comments .slick-next,
  #main #testimonals .wrap .comments .slick-prev {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1024px) {
  #main #testimonals {
    margin-bottom: 0px;
  }
  #main #testimonals .wrap .title-wrap {
    margin-bottom: 65px;
  }
}

@media (max-width: 768px) {
  #main #testimonals {
    margin-bottom: 0px;
  }
  #main #testimonals .wrap .comments .comment .message-wrap {
    font-size: 18px;
    max-width: 270px;
  }
  #main #testimonals .wrap .comments .comment .message-wrap .message {
    line-height: 24px;
  }
}

@media (max-width: 320px) {
  #main #testimonals .wrap .comments .comment .message-wrap {
    font-size: 16px;
    background-size: 95px;
    padding: 10px 0 0 1.5em;
  }
  #main #testimonals .wrap .comments .comment .message-wrap .message {
    line-height: 22px;
  }
  #main #testimonals .wrap .comments .slick-list {
    margin: 0 20px;
  }
  #main #testimonals .wrap .comments .slick-next,
  #main #testimonals .wrap .comments .slick-prev {
    width: 20px;
    height: 20px;
  }
}

#main #teacher-list {
  margin-bottom: 0px;
}

#main #teacher-list .wrap .title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 65px;
}

#main #teacher-list .wrap .title-wrap .title {
  font-family: Abril Fatface;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  line-height: 88.8%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1D1D1B;
}

@media (max-width: 1279px) {
  #main #teacher-list .wrap .title-wrap .title {
    font-size: 45px;
  }
}

@media (max-width: 1024px) {
  #main #teacher-list .wrap .title-wrap .title {
    font-size: 30px;
    line-height: 100%;
  }
}

@media (max-width: 640px) {
  #main #teacher-list .wrap .title-wrap .title {
    font-size: 26px;
  }
}

@media (max-width: 320px) {
  #main #teacher-list .wrap .title-wrap .title {
    font-size: 20px;
  }
}

#main #teacher-list .wrap .teachers-slider {
  display: -ms-flexbox;
  display: flex;
}

#main #teacher-list .wrap .teachers-slider .teacher-item .message-wrap {
  text-align: center;
}

#main #teacher-list .wrap .teachers-slider .teacher-item .message-wrap .author-title {
  text-align: right;
  display: block;
}

#main #teacher-list .wrap .teachers-slider .teacher-item .message-wrap .author {
  font-weight: bold;
  line-height: 180%;
  text-align: right;
}

#main #teacher-list .wrap .teachers-slider .teacher-item .message-wrap .image {
  margin: 0 12px;
  max-width: 400px;
  max-height: 400px;
}

#main #teacher-list .wrap .teachers-slider .teacher-item .message-wrap .image img {
  width: 100%;
}

#main #teacher-list .wrap .teachers-slider .slick-list {
  margin: 0 56px;
}

#main #teacher-list .wrap .teachers-slider .slick-slide {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

#main #teacher-list .wrap .teachers-slider .slick-next,
#main #teacher-list .wrap .teachers-slider .slick-prev {
  height: 56px;
  width: 56px;
  z-index: 1;
}

#main #teacher-list .wrap .teachers-slider .slick-next[aria-disabled='true'] .arrow,
#main #teacher-list .wrap .teachers-slider .slick-prev[aria-disabled='true'] .arrow {
  opacity: 0.5;
}

#main #teacher-list .wrap .teachers-slider .slick-next:before,
#main #teacher-list .wrap .teachers-slider .slick-prev:before {
  content: '';
}

#main #teacher-list .wrap .teachers-slider .slick-next .arrow,
#main #teacher-list .wrap .teachers-slider .slick-prev .arrow {
  height: 100%;
  background-image: url("/static/img/arrows/arrow-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 100%;
}

#main #teacher-list .wrap .teachers-slider .slick-next {
  right: 0;
}

#main #teacher-list .wrap .teachers-slider .slick-next .arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#main #teacher-list .wrap .teachers-slider .slick-prev {
  left: 0;
}

#main #teacher-list .wrap .teachers-slider .slick-prev .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#main #teacher-list .see-more {
  width: 220px;
  color: red;
  border: 2px solid red;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
  background-color: transparent;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 10px;
}

#main #teacher-list .see-more:disabled {
  pointer-events: none;
  color: #828282;
  border-color: #828282;
}

@media (max-width: 1279px) {
  #main #teacher-list .see-more {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  #main #teacher-list .see-more {
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 1600px) {
  #main #teacher-list {
    margin-bottom: 0px;
  }
}

@media (max-width: 1279px) {
  #main #teacher-list {
    margin-bottom: 0px;
  }
  #main #teacher-list .wrap .comments .comment .message-wrap {
    background-size: 125px;
    font-size: 22px;
    max-width: 320px;
  }
  #main #teacher-list .wrap .comments .comment .message-wrap .message {
    line-height: 30px;
  }
  #main #teacher-list .wrap .comments .slick-list {
    margin: 0 40px;
  }
  #main #teacher-list .wrap .comments .slick-next,
  #main #teacher-list .wrap .comments .slick-prev {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1024px) {
  #main #teacher-list {
    margin-bottom: 0px;
  }
  #main #teacher-list .wrap .title-wrap {
    margin-bottom: 65px;
  }
}

@media (max-width: 768px) {
  #main #teacher-list {
    margin-bottom: 0px;
  }
  #main #teacher-list .wrap .comments .comment .message-wrap {
    font-size: 18px;
    max-width: 270px;
  }
  #main #teacher-list .wrap .comments .comment .message-wrap .message {
    line-height: 24px;
  }
}

@media (max-width: 320px) {
  #main #teacher-list .wrap .comments .comment .message-wrap {
    font-size: 16px;
    background-size: 95px;
    padding: 10px 0 0 1.5em;
  }
  #main #teacher-list .wrap .comments .comment .message-wrap .message {
    line-height: 22px;
  }
  #main #teacher-list .wrap .comments .slick-list {
    margin: 0 20px;
  }
  #main #teacher-list .wrap .comments .slick-next,
  #main #teacher-list .wrap .comments .slick-prev {
    width: 20px;
    height: 20px;
  }
}

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