@charset "UTF-8";
/*! 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;
}

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

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

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

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

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

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

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

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

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

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

[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;
}

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

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

html {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #0F1B2B;
  background-color: #fff;
}

.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #D7282C;
  outline: none;
  cursor: pointer;
  transition: all 0.5s;
}

p {
  color: #3B495F;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
}
p.dark {
  color: #0F1B2B !important;
}
p.big {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 16px;
}

h1, h2 {
  margin-bottom: 40px;
}

h3, h4, h5, h6 {
  margin-bottom: 30px;
}

strong {
  font-weight: 700;
}

.o-hidden {
  overflow: hidden;
}

.o-hidden-body {
  overflow: hidden;
}

.d-inline {
  display: inline-block !important;
}

.img {
  height: auto;
  max-width: 100%;
}
.img.border {
  border-radius: 64px;
  overflow: hidden;
}

section {
  background-color: #fff;
  position: relative;
}

.section-header {
  font-size: 48px;
  line-height: 59px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 148px;
}
.section-header span {
  margin-right: 16px;
  vertical-align: middle;
}
.section-header .btn {
  display: none;
  opacity: 0;
  transform: translateX(-3%);
  animation: fadeInLeft 0.6s ease-in-out forwards;
}
.section-header--small {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.1em;
  margin-bottom: 48px;
}
.section-header--hover span {
  position: relative;
  cursor: pointer;
}
.section-header--hover span::before {
  content: "";
  position: absolute;
  right: -17px;
  top: 8px;
  background: url("../images/arrow-right-header.svg") center center/cover no-repeat;
  width: 9px;
  height: 14px;
  transition: all 0.5s;
}
.section-header--hover:hover span::before {
  background: url("../images/arrow-right-header-primary.svg") center center/cover no-repeat;
  transform: translateX(10px);
}
.section-header--arrow span {
  position: relative;
}
.section-header--arrow span::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -83px;
  background: url("../images/arrow-right.svg") center center/cover no-repeat;
  width: 54px;
  height: 40px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-transform {
  text-transform: uppercase;
}

.l-spacing {
  letter-spacing: 0.2em;
}

.text-dark {
  color: #0F1B2B !important;
}

.d-flex-justify {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.show-text-more {
  display: block;
  color: #D7282C;
}
.show-text-more.d-inline {
  margin-left: 5px;
}

ol {
  counter-reset: list1;
  margin: 0;
  padding: 0;
}
ol li {
  list-style-type: none;
  color: #0F1B2B;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 16px;
  margin-top: 40px;
}
ol li::before {
  counter-increment: list1;
  content: counter(list1) ". ";
}
ol ol {
  counter-reset: list2;
  margin-top: 16px;
}
ol ol li {
  margin-top: 0;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #3B495F;
}
ol ol li::before {
  counter-increment: list2;
  content: counter(list1) "." counter(list2) ". ";
}
ol ol li p {
  margin-left: 30px;
  margin-bottom: 0;
}

#upbutton {
  background: url("../images/up.svg") no-repeat center center;
  background-size: contain;
  height: 40px;
  width: 40px;
  bottom: 25px;
  right: 30px;
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 999;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1355px) {
  .container {
    max-width: 1316px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
#header {
  width: 100%;
  transition: all 0.1s;
  position: absolute;
  z-index: 9999;
  background: transparent;
}
#header.is-dark {
  background: #0F1B2B !important;
}
#header.is-dark .logo--mobile path {
  fill: #fff;
}

.header {
  padding-top: 27px;
  padding-bottom: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: block;
}
.logo img, .logo svg {
  max-width: 284px;
}
.logo--mobile {
  display: none;
}

.header-controls {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-controls li {
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin-right: 35px;
  position: relative;
}
.header-controls li img, .header-controls li svg {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.header-controls li img path, .header-controls li svg path {
  transition: all 0.4s;
}
.header-controls li:last-child {
  margin-right: 0;
}
.header-controls li.is-active path {
  fill: #D7282C;
}
.header-controls li:hover path {
  fill: #D7282C;
}

.footer {
  color: #fff;
  margin-top: auto;
  background-color: #fff;
  z-index: 5;
  padding: 48px 0 0;
}
.footer__logo {
  max-width: 98px;
  margin: 0 auto;
  margin-bottom: 48px;
}
.footer__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 32px;
}
.footer__menu li {
  margin: 0;
  padding: 0;
  margin-right: 64px;
}
.footer__menu li a {
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}
.footer__menu li a:hover {
  color: #D7282C;
}
.footer__menu li:last-child {
  margin-right: 0;
}
.footer__menu--dblock {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.footer__menu--dblock li {
  margin-right: 0;
  margin-bottom: 15px;
}
.footer__menu-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 565px;
  width: 100%;
}
.footer__row {
  padding: 32px 0;
  border-top: 1px solid #B7C4D6;
  border-bottom: 1px solid #B7C4D6;
}
.footer__row--last {
  margin-top: -1px;
  padding: 16px 0;
}
.footer__newsletter {
  padding: 64px 0 48px;
  text-align: center;
}
.footer__newsletter-title {
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}

.newsletter-form {
  text-align: center;
  max-width: 307px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.newsletter-form input {
  width: 100%;
  margin-bottom: 16px;
}

.mail-link {
  color: #0F1B2B;
  font-weight: 700;
}
.mail-link:hover {
  color: #D7282C;
}

.footer-bottom {
  background-color: #0F1B2B;
}
.footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
}

.copyrights {
  font-size: 12px;
  line-height: 20px;
  color: #919DAB;
}

.privacy {
  display: block;
  color: #919DAB;
  font-size: 12px;
  line-height: 20px;
}
.privacy:hover {
  color: rgba(255, 255, 255, 0.65);
}

.audio-player {
  position: fixed;
  padding: 0 16px 16px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 0px 15px rgba(106, 129, 160, 0.25);
  border-radius: 6px 6px 0px 0px;
  transform: translateY(200px);
  transition: transform 0.6s;
}
.audio-player__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.audio-player__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.audio-player.is-show {
  transform: translateY(0);
}

.audio-player-controls {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
.audio-player-controls li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-right: 48px;
  position: relative;
}
.audio-player-controls li::before {
  content: "";
  position: absolute;
  right: -24px;
  top: 10px;
  background-color: #C7CACE;
  width: 1px;
  height: 24px;
}
.audio-player-controls li img, .audio-player-controls li svg {
  display: block;
  width: 24px;
  height: 24px;
}
.audio-player-controls li img path, .audio-player-controls li img line, .audio-player-controls li img rect, .audio-player-controls li svg path, .audio-player-controls li svg line, .audio-player-controls li svg rect {
  transition: all 0.3s;
}
.audio-player-controls li:last-child {
  margin-right: 0;
}
.audio-player-controls li:last-child::before {
  display: none;
}
.audio-player-controls li:hover path, .audio-player-controls li:hover line, .audio-player-controls li:hover rect {
  stroke: #D7282C;
}
.audio-player-controls li:hover #speed,
.audio-player-controls li:hover #back,
.audio-player-controls li:hover #forward {
  fill: #D7282C;
  stroke: transparent;
}
.audio-player-controls--center {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.audio-player-controls--center li {
  margin-right: 16px;
}
.audio-player-controls--center li::before {
  display: none;
}
.audio-player-controls--center li.audio-play {
  width: 48px;
  height: 48px;
  margin: 0 24px 0 12px;
}
.audio-player-controls--center li.audio-play img, .audio-player-controls--center li.audio-play svg {
  width: 48px;
  height: 48px;
}
.audio-player-controls--left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.audio-progress-bar {
  height: 8px;
  width: 100%;
  margin-bottom: 4px;
}

.audio-duration {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #415268;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
}

.audio-controls-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}

.btn {
  display: inline-block;
  border: none;
  outline: none;
  padding: 8px 21px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-transform: none;
  background-color: #D7282C;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.4s;
}
.btn:hover {
  background-color: rgba(215, 40, 44, 0.7);
}
.btn--outline {
  background-color: transparent;
  color: #D7282C;
  border: 2px solid #D7282C !important;
}
.btn--outline:hover {
  background-color: #D7282C;
  color: #fff;
}
.btn--grey {
  background-color: #3B495F;
}
.btn--grey:hover {
  background-color: #D7282C;
}
.btn--fullwidth {
  width: 100%;
  text-align: center;
}
.btn--mid {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0;
  padding: 16px 25px;
  border-radius: 24px;
}
.btn--big {
  font-size: 24px;
  line-height: 36px;
  padding: 32px 64px;
  border-radius: 24px;
}

/* play btn */
.play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.play-btn img, .play-btn svg {
  width: 90px;
  height: 66px;
  cursor: pointer;
}
.play-btn img path, .play-btn svg path {
  transition: all 0.5s;
}

.menu {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 70px;
}
.menu ul {
  margin: 0;
  padding: 0;
}
.menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0px 16px;
  position: relative;
}
.menu ul li a {
  color: #fff;
  position: relative;
}
.menu ul li a:hover {
  color: #D7282C;
}
.menu ul li:first-child {
  margin-left: 0;
}
.menu ul li:last-child {
  margin-right: 0;
}
.menu ul li.is-active a {
  color: #D7282C;
}

/* dropdown */
.menu-dropdown {
  background-color: #fff;
  position: absolute;
  top: 40px;
  right: -60px;
  min-width: 250px;
  padding: 24px;
  border-radius: 6px;
  opacity: 0;
  display: none;
  transform: translateY(-3%);
  animation: fadeInUp 0.4s ease-in-out forwards;
  box-shadow: 0px 4px 13px rgba(106, 129, 160, 0.25);
}
.menu-dropdown::before {
  content: "";
  position: absolute;
  background: url("../images/dropdown-polygon.svg") center center/cover no-repeat;
  width: 20px;
  height: 8px;
  top: -7px;
  right: 65px;
}
.menu-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-dropdown ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
}
.menu-dropdown ul li a {
  color: #919DAB;
  line-height: 24px;
  font-weight: 500;
}
.menu-dropdown ul li a:hover {
  color: #D7282C;
}
.menu-dropdown.is-show {
  display: block;
}

.nav__toggle {
  font-size: 33px;
  color: #000;
  float: left;
  margin: 10px 20px 0 0;
  transition: all 0.5s ease;
  display: none;
}

/* Icon 1 */
#nav-icon {
  width: 24px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 28px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 999999;
}
#nav-icon span {
  z-index: 10;
  display: block;
  position: absolute;
  border-radius: 30px;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  right: 0;
}
#nav-icon span:nth-child(2) {
  top: 8px;
  right: 0;
}
#nav-icon span:nth-child(3) {
  top: 16px;
}
#nav-icon.open {
  position: fixed;
  top: 22px;
}
#nav-icon.open span:nth-child(1) {
  top: 12px;
  width: 100%;
  transform: rotate(135deg);
}
#nav-icon.open span:nth-child(2) {
  opacity: 0;
  display: none;
}
#nav-icon.open span:nth-child(3) {
  top: 12px;
  transform: rotate(-135deg);
}

.mobile-menu {
  display: none;
  padding-top: 35px;
  padding-bottom: 100px;
  position: fixed;
  background: #0F1B2B;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 83px;
  overflow-y: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.mobile-menu__top {
  display: flex;
  align-items: center;
  padding: 0 0 40px;
  margin: 0 16px;
  border-bottom: 1px solid #3B495F;
}
.mobile-menu__top img, .mobile-menu__top svg {
  margin-right: 21px;
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 30px 0 0 16px;
}
.mobile-menu ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.mobile-menu ul li a {
  color: #919DAB;
  font-weight: 500;
}

.mobile-menu li a:hover,
.mobile-menu li.is-active a {
  color: #D7282C;
}

/* video menu */
.video-menu {
  position: absolute;
  top: 100px;
  left: calc((100% - 1316px) / 2 + 514px);
  cursor: pointer;
  z-index: 99;
}
.video-menu svg {
  width: 48px;
  height: 48px;
}
.video-menu svg line {
  transition: all 0.5s;
}
.video-menu svg:hover line {
  stroke: #D7282C;
}
.video-menu--light svg line {
  stroke: #fff;
}
.video-menu--light svg:hover line {
  stroke: #D7282C;
}
.video-menu--relative {
  position: relative;
  top: auto;
  left: auto;
}

.form-search-block {
  background-color: #0F1B2B;
  border-radius: 32px;
  width: 100%;
  padding: 64px 114px;
}

.form-search {
  text-align: left;
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
}
.form-search input[type=text] {
  height: 56px;
  padding: 16px 60px 16px 64px;
  color: #415268;
  font-size: 14px;
  font-weight: 400;
  border: none;
  margin-bottom: 0;
  width: 100%;
}
.form-search button {
  background: 0;
  position: absolute;
  top: 13px;
  left: 10px;
}
.form-search button img, .form-search button svg {
  width: 28px;
  height: 28px;
}

.search-content {
  margin: 46px 0 0;
  padding-right: 40px;
  height: 375px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  opacity: 0;
  transform: translateY(-5%);
  animation: fadeInUp 0.6s ease-in-out forwards;
}
.search-content::-webkit-scrollbar {
  width: 5px;
  background-color: #E5E5E5;
  border-radius: 30px;
}
.search-content::-webkit-scrollbar-track {
  width: 8px;
  background-color: #EDF4F5;
}
.search-content::-webkit-scrollbar-thumb {
  width: 8px;
  cursor: pointer;
  background-color: #CCD3DC;
  border-radius: 30px;
}

.input-close {
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  opacity: 0;
  transform: translateX(-3%);
  animation: fadeInLeft 0.6s ease-in-out forwards;
}

.result-box {
  text-align: left;
  margin-bottom: 24px;
}
.result-box__meta {
  color: #636262;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}
.result-box__title {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.result-box p {
  font-size: 14px;
  line-height: 24px;
  color: #636262;
}

/* social */
.social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social li {
  margin: 0;
  padding: 0;
  margin-right: 30px;
}
.social li img, .social li svg {
  display: block;
  height: 18px;
}
.social li:last-child {
  margin-right: 0;
}
.social--light path {
  fill: #fff;
}
.social--left {
  margin: 30px 0;
  justify-content: flex-start;
}
.social--absolute {
  position: absolute;
  bottom: 40px;
  right: calc((100% - 1316px) / 2);
}
.social--absolute::before {
  content: "";
  position: absolute;
  left: -75px;
  bottom: -42px;
  background-color: #fff;
  height: 80px;
  width: 1px;
  transform: rotate(15deg);
}

.video-box {
  width: 374px;
}
.video-box__label {
  position: absolute;
  top: 13px;
  right: 16px;
  background-color: #0F1B2B;
  border-radius: 24px;
  padding: 13px 16px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}
.video-box__label--light {
  background-color: #fff;
  color: #0F1B2B;
}
.video-box__cover {
  position: relative;
  height: 199px;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 16px;
}
.video-box__cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
  overflow: hidden;
}
.video-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(43.25% 120.24% at 59.76% 49.75%, rgba(59, 73, 95, 0) 0%, #0F1B2B 100%);
  border-radius: 32px;
  overflow: hidden;
  opacity: 0.1;
  transition: all 0.5s;
}
.video-box__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #636262;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}
.video-box__content {
  text-align: left;
}
.video-box__title {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}
.video-box__author {
  color: #636262;
  font-size: 14px;
  line-height: 24px;
}
.video-box:hover .video-box__overlay {
  opacity: 0.5;
}
.video-box:hover .wishlist-label {
  display: flex;
}

.col-lg-4 .video-box {
  margin: 32px 0;
}
.col-lg-4 .video-box__overlay {
  z-index: 1;
}
.col-lg-4 .video-box__cover {
  height: auto;
  width: auto;
  padding: 0 0 53.3% 0;
}
.col-lg-4 .video-box__cover img {
  position: absolute;
  left: 0;
  top: 0;
}

.progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
}

/* podcasts */
.podcast-box {
  width: 374px;
  margin: 0 auto;
}
.podcast-box__circle {
  background-color: #D7282C;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 8px solid #EB9495;
  margin: 0 auto;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.podcast-box__circle--big {
  width: 230px;
  height: 230px;
  border: 20px solid #df6043;
  margin-bottom: 40px;
}
.podcast-box__circle--big .podcast-box__img {
  width: 147px;
  height: 147px;
}
.podcast-box__img {
  background-color: #0F1B2B;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.podcast-box__img img {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.podcast-box__img svg {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 32px;
  height: 32px;
}
.podcast-box__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #3B495F;
  opacity: 0;
  transition: all 0.4s;
  border-radius: 32px;
}
.podcast-box__header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #D2DC62;
  border-radius: 32px;
  padding: 15px 55px;
  height: 102px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  cursor: pointer;
  overflow: hidden;
}
.podcast-box__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #636262;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}
.podcast-box__title {
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 8px;
}
.podcast-box__author {
  color: #636262;
  font-size: 14px;
  line-height: 24px;
}
.podcast-box .wishlist-label {
  top: 17%;
}
.podcast-box:hover .podcast-box__overlay {
  background-color: #3B495F;
  opacity: 0.1;
}
.podcast-box:hover .wishlist-label {
  display: flex;
}

.podcast-slider .slick-slide:nth-child(3n+2) .podcast-box__header {
  background-color: #89CFE4;
}
.podcast-slider .slick-slide:nth-child(4n+3) .podcast-box__header {
  background-color: #5DD778;
}

.col-lg-4 .podcast-box {
  margin: 32px 0;
}
.col-lg-4 .podcast-box__overlay {
  z-index: 1;
}

/* events */
.event-box {
  width: 374px;
  background-color: #C0BE86;
  color: #fff;
  border-radius: 32px;
  margin: 0 auto;
}
.event-box--dark {
  background-color: #222325;
}
.event-box--green {
  background-color: #85A748;
}
.event-box__label {
  position: absolute;
  top: 13px;
  right: 16px;
  background-color: #0F1B2B;
  border-radius: 24px;
  padding: 13px 16px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}
.event-box__label--light {
  background-color: #fff;
  color: #0F1B2B;
}
.event-box__cover {
  position: relative;
  height: 199px;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
  cursor: pointer;
}
.event-box__cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(43.25% 120.24% at 59.76% 49.75%, rgba(59, 73, 95, 0) 0%, #0F1B2B 100%);
  border-radius: 32px;
  opacity: 0;
  transition: all 0.5s;
}
.event-box__meta {
  padding: 24px 0;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.event-box__content {
  padding: 24px;
}
.event-box__title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}
.event-box:hover .event-box__overlay {
  opacity: 0.2;
}
.event-box:hover .wishlist-label {
  display: flex;
}

.col-lg-4 .event-box {
  margin: 32px 0;
}
.col-lg-4 .event-box__overlay {
  z-index: 1;
}
.col-lg-4 .event-box__cover {
  height: auto;
  width: auto;
  padding: 0 0 53.3% 0;
}
.col-lg-4 .event-box__cover img {
  position: absolute;
  left: 0;
  top: 0;
}

/* team box */
.team-box {
  width: 284px;
  color: #fff;
  cursor: pointer;
  opacity: 0.2;
  margin: 0 auto;
  transition: all 0.6s;
}
.team-box__title {
  padding: 8px 16px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}
.team-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  background-color: #E7E7E7;
}
.team-box__img {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  width: 260px;
  height: 199px;
  margin-bottom: 32px;
}
.team-box__img img, .team-box__img svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  transition: all 0.4s;
  border-radius: 32px;
  overflow: hidden;
}
.team-box__content {
  padding: 8px 16px;
}
.team-box__content p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.team-box:hover .team-box__img img, .team-box:hover .team-box__img svg {
  filter: grayscale(0);
}

.partners-box {
  max-width: 230px;
  text-align: center;
  margin: 0 auto;
}
.partners-box span {
  display: block;
  color: #A30500;
  font-weight: 600;
  margin-bottom: 15px;
}
.partners-box__img {
  margin: 0 auto;
  width: 130px;
  height: 130px;
  margin-bottom: 50px;
}
.partners-box__title {
  padding: 15px 7px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #3B495F;
  margin-bottom: 0;
}

.tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  margin-top: 24px;
}
.tabs li {
  margin: 0;
  padding: 0;
  margin: 0 12px;
  margin-bottom: 24px;
}
.tabs li a {
  display: block;
  padding: 24px 15px;
  border-radius: 24px;
  background-color: #0F1B2B;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.tabs li a:hover {
  background-color: #D7282C;
}
.tabs li:first-child {
  margin-left: 0;
}
.tabs li:last-child {
  margin-right: 0;
}
.tabs li.is-active a {
  background-color: #D7282C;
}
.tabs--category li a {
  background-color: #3B495F;
}

.tabs-responsive::-webkit-scrollbar {
  width: 2px;
  background-color: #888888;
  background-color: transparent;
  border-radius: 30px;
  height: 3px;
}
.tabs-responsive::-webkit-scrollbar-track {
  width: 2px;
  height: 3px;
  background-color: transparent;
}
.tabs-responsive::-webkit-scrollbar-thumb {
  width: 2px;
  height: 3px;
  cursor: pointer;
  background-color: #888888;
  border-radius: 30px;
}

.filter {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  margin: 40px 0 24px;
}
.filter li {
  margin: 0;
  padding: 0;
  position: relative;
  margin: 0 8px;
  padding: 17px 43px 17px 16px;
  border-radius: 26px;
  background-color: #F1F5FB;
  color: #3B495F;
  font-weight: 500;
  transition: all 0.5s;
  cursor: pointer;
  margin-bottom: 16px;
}
.filter li img, .filter li svg {
  position: absolute;
}
.filter li img.arrow-down, .filter li svg.arrow-down {
  right: 16px;
  top: 25px;
  width: 12px;
  height: 7px;
  transition: all 0.6s;
}
.filter li:hover {
  background-color: #B7C4D6;
}
.filter li.border-right {
  margin-right: 24px;
}
.filter li.border-right::before {
  content: "";
  position: absolute;
  top: 18px;
  right: -16px;
  height: 24px;
  width: 1px;
  background-color: #B7C4D6;
}
.filter li:first-child {
  margin-left: 0;
}
.filter li:last-child {
  margin-right: 0;
}
.filter li.is-active .filter-close {
  display: block;
}
.filter li.filter-mobile {
  border-radius: 50%;
  height: 56px;
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.filter li.filter-mobile img, .filter li.filter-mobile svg {
  width: 24px;
  height: 24px;
  position: relative;
}
.filter li.filter-reset {
  border-radius: 50%;
  height: 56px;
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  opacity: 0;
  transform: translateX(-5%);
  animation: fadeInLeft 0.6s ease-in-out forwards;
}
.filter li.filter-reset img, .filter li.filter-reset svg {
  position: relative;
}
.filter li.filter-reset img circle, .filter li.filter-reset svg circle {
  fill: #D7282C;
}
.filter--chosen {
  display: none;
}

.filter-close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 6px;
  top: 17px;
  display: none;
  opacity: 0;
  transform: translateX(-5%);
  animation: fadeInLeft 0.6s ease-in-out forwards;
}
.filter-close img, .filter-close svg {
  display: block;
  width: 24px;
  height: 24px;
}
.filter-close circle {
  transition: all 0.5s;
}
.filter-close:hover circle {
  fill: #0F1B2B;
}
.filter-close.is-show {
  display: block;
}

.select {
  min-width: 248px;
}
.select.is-active .arrow-down {
  transform: rotate(180deg);
}

.select-dropdown {
  position: absolute;
  top: 68px;
  left: 0;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 8px 0 16px;
  box-shadow: 0px 4px 13px rgba(106, 129, 160, 0.25);
  opacity: 0;
  display: none;
  transform: translateY(-3%);
  animation: fadeInUp 0.4s ease-in-out forwards;
  z-index: 9999;
}
.select-dropdown::before {
  content: "";
  position: absolute;
  background: url("../images/dropdown-polygon.svg") center center/cover no-repeat;
  width: 20px;
  height: 8px;
  top: -7px;
  left: 0;
  right: 0;
  margin: auto;
}
.select-dropdown ul {
  margin: 0;
  padding: 0;
  padding-right: 30px;
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
}
.select-dropdown ul li {
  margin: 0;
  padding: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: #919DAB;
  margin-bottom: 16px;
}
.select-dropdown ul li:hover {
  background-color: transparent;
  color: #0F1B2B;
}
.select-dropdown ul li:nth-child(4)::before {
  display: none;
}
.select-dropdown.is-show {
  display: block;
}

.filter-title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.filter-subtitle {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* books-divider */
.books-divider {
  padding: 150px 0 0;
  margin-bottom: 140px;
  width: 100%;
  z-index: 5;
}
.books-divider img, .books-divider svg {
  width: 100%;
  display: block;
}
.books-divider__mobile {
  display: none !important;
}

.form-divider {
  background-color: #B7C4D6;
  width: 100%;
  height: 1px;
  margin: 48px 0;
}

.info-block__meta {
  margin: 48px 0 60px;
}
.info-block__meta p {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.info-block__meta span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}
.info-block__meta strong {
  font-weight: 600;
}
.info-block__meta--flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
  width: 100%;
  margin-left: -16px;
}
.info-block__meta--flex .info-block__col {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding-left: 16px;
  padding-right: 16px;
}
.info-block__desc {
  margin: 70px 0 0;
  display: none;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
}
.info-block__desc:hover {
  color: #919DAB;
}
.info-block__desc--mt {
  margin: 30px 0 0;
}
.info-block--mobile {
  display: none;
}

.video-count {
  max-width: 226px;
  margin: 0 auto;
  text-align: center;
}

.info-modal {
  text-align: left;
  color: #B7C4D6;
}

.features-box {
  display: flex;
  align-items: center;
  padding: 48px 32px 32px;
  background-color: #fff;
  box-shadow: 0px 2px 8px #D4DFEE;
  margin-bottom: 32px;
}
.features-box__img img, .features-box__img svg {
  width: 110px;
  height: 78px;
}
.features-box__title {
  margin-left: 50px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0;
}

.page-header {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0F1B2B;
  color: #fff;
  position: relative;
  padding: 150px 0 40px;
}
.page-header--light {
  background-color: #fff;
  color: #0F1B2B;
}
.page-header--single {
  padding: 92px 0 42px;
}
.page-header--course {
  padding: 162px 0 100px;
}
.page-header--event {
  padding: 162px 0 100px;
}
.page-header--event .page-header__left {
  margin-right: 155px;
}
.page-header--event .page-header__right {
  padding-top: 30px;
}
.page-header--podcast {
  padding: 162px 0 100px;
}
.page-header--podcast .page-header__left {
  margin-right: 104px;
}
.page-header--podcast .page-header__right {
  padding-top: 0;
}
.page-header--news {
  display: flex;
  align-items: center;
  min-height: 768px;
  padding: 100px 0 50px;
}
.page-header__overlay {
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 49%;
  height: 693px;
}
.page-header__row {
  display: flex;
  align-items: flex-start;
}
.page-header__left {
  flex: 0 0 50%;
  max-width: 50%;
  margin-right: 257px;
}
.page-header__right {
  padding-top: 80px;
}
.page-header__mobile {
  display: none;
}

.entry-title {
  font-size: 48px;
  line-height: 59px;
  font-weight: 700;
  margin-bottom: 40px;
}
.entry-title--small {
  font-size: 42px;
  line-height: 51px;
  margin-bottom: 32px;
  text-transform: none;
}

.entry-title-mobile {
  display: none;
}

.subtitle {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
}

/* pagination */
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0 0;
}
.nav-links a.next {
  position: relative;
}

.page-numbers {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  margin-right: 17px;
}
.page-numbers.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background-color: #0F1B2B;
  color: #fff;
}

/* form */
.form-control {
  display: block;
  text-align: left;
  margin-bottom: 24px;
  position: relative;
}
.form-control .input-close {
  top: 52px;
  right: 10px;
}

label {
  display: block;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 8px;
}

input, select {
  padding: 10px 30px 10px 16px;
  border: 1px solid #B7C4D6;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
  line-height: 14px;
  background-color: #fff;
  color: #3B495F;
  width: 100%;
  position: relative;
}

input::-moz-placeholder {
  color: #3B495F;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 14px;
}

input::placeholder {
  color: #3B495F;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 14px;
}

textarea {
  padding: 10px 30px 10px 16px;
  border: 1px solid #B7C4D6;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
  line-height: 14px;
  background-color: #fff;
  color: #3B495F;
  margin: 0;
  height: 130px;
  width: 100%;
  resize: none;
}

textarea::-moz-placeholder {
  color: #3B495F;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 14px;
}

textarea::-webkit-textarea-placeholder {
  color: #3B495F;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 14px;
}

textarea:-ms-textarea-placeholder {
  color: #3B495F;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 14px;
}

textarea::-moz-placeholder {
  color: #3B495F;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 14px;
}

textarea::placeholder {
  color: #3B495F;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.checkbox-input {
  display: none;
  width: 21px;
  height: 21px;
  position: absolute;
  left: -30px;
}

#form-order .checkbox {
  margin-left: 26px;
}

.checkbox {
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  font-size: 12px;
}

.checkbox-style {
  width: 21px;
  height: 21px;
  background-color: #f1f1f1;
  border-radius: 50%;
  position: absolute;
  left: -30px;
}

.checkbox-input:checked + .checkbox-style::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #D7282C;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
}

.checkbox a {
  text-decoration: underline;
  color: #D7282C;
}

.checkbox a:hover {
  text-decoration: none;
}

.checkbox input {
  width: 21px;
  height: 21px;
  margin-bottom: 0 !important;
}

button[type=submit] {
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  z-index: 9;
}

.fancybox-container {
  z-index: 999999;
}

.fancybox-content {
  border-radius: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
}
.fancybox-content.bg-dark {
  background-color: #0F1B2B;
}
.fancybox-content.bg-dark p {
  color: #B7C4D6 !important;
}
.fancybox-content.bg-dark .fancybox-button svg path {
  fill: #fff;
}
.fancybox-content.bg-dark .fancybox-close-small {
  right: 32px;
  top: 24px;
}

.fancybox-slide {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 7px;
  right: calc((100% - 1286px) / 2);
  top: 32px;
  z-index: 99999;
}

.form-content img {
  margin-bottom: 15px;
}

.form-content h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

.form-content p {
  font-size: 14px;
  line-height: 21px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.fancybox-button svg {
  color: #0F1B2B;
}

.modal__center {
  position: relative;
}
.modal__content {
  display: flex;
  align-items: center;
  height: 100vh;
  min-height: 800px;
}
.modal__filter {
  padding-top: 90px;
  text-align: left;
}

.info-modal {
  overflow-y: auto;
  overflow-x: hidden;
  height: 552px;
  padding-right: 25px;
}
.info-modal::-webkit-scrollbar {
  width: 5px;
  background-color: #E5E5E5;
  background-color: rgba(237, 244, 245, 0.3);
  border-radius: 30px;
}
.info-modal::-webkit-scrollbar-track {
  width: 8px;
  background-color: rgba(237, 244, 245, 0.3);
}
.info-modal::-webkit-scrollbar-thumb {
  width: 8px;
  cursor: pointer;
  background-color: #CCD3DC;
  border-radius: 30px;
}
.info-modal p {
  font-size: 24px;
  line-height: 52px;
  margin-bottom: 50px;
}

.course-modal {
  text-align: left;
  color: #fff;
  padding: 80px 300px 3px;
}
.course-modal__header {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.course-modal__header .section-header {
  margin-bottom: 0;
  margin-left: 52px;
}

#course-slider-modal .video-container .video-container__cover {
  -o-object-fit: contain;
     object-fit: contain;
}
#course-slider-modal .video-container:hover .vjs-text-track-display {
  opacity: 0;
}

/* swiper slider */
.slider-arrow.swiper-button-disabled {
  filter: grayscale(1);
  opacity: 0.2;
}

/* slick slider */
.slick-slide {
  outline: none;
}

.slick-disabled {
  filter: grayscale(1);
  opacity: 0.2;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 70px;
  height: 52px;
  cursor: pointer;
  outline: none;
  border: none;
}
.slider-arrow path {
  transition: all 0.4s;
}
.slider-arrow:hover path {
  stroke: #D7282C !important;
}
.slider-arrow__left {
  right: 160px;
}
.slider-arrow__right {
  right: 60px;
}

.slick-dots {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  bottom: -50px;
  overflow: hidden;
  border-radius: 30px;
}
.slick-dots li {
  width: 100%;
  height: 3px;
  background: #B7C4D6;
  box-sizing: border-box;
  margin: 0 20px 0 0;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.6s;
}
.slick-dots li.slick-active {
  background: #D7282C;
  width: 230px;
  flex: 0 0 230px;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  height: 3px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.video-container {
  border-radius: 10px;
  max-width: 100%;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.video-container__cover {
  border-radius: 32px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.video-container__overlay {
  border-radius: 32px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0F1B2B;
  opacity: 0.1;
  transition: all 0.5s;
}
.video-container:hover .video-container__overlay {
  opacity: 0.4;
}
.video-container:hover .play-btn path {
  stroke: #ad1518;
}
.video-container--small {
  border-radius: 72px;
  max-width: 562px;
  padding-top: 0;
  padding-top: 48.25%;
}
.video-container--small .video-container__cover {
  border-radius: 72px;
}
.video-container--small .video-container__overlay {
  border-radius: 72px;
}
.video-container--small .video-box__label {
  right: 65px;
  top: 34px;
  z-index: 99;
}
.video-container__hidden {
  display: none;
}

video {
  margin: 0;
  padding: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.video-js {
  width: 100%;
  cursor: pointer;
  background-color: #000;
  height: 100%;
  position: absolute !important;
  left: 0;
  top: 0;
}
.video-js .vjs-big-play-button {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  margin: auto;
}
.video-js > * {
  outline: none;
}
.video-js:hover .vjs-text-track-display {
  opacity: 0.4;
}

.video-single-js:hover .vjs-text-track-display {
  opacity: 0;
}

.vjs-text-track-display {
  bottom: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0F1B2B;
  opacity: 0.1;
  transition: all 0.5s;
}

.vjs-poster {
  background-position: center !important;
  background-size: cover !important;
}

/* video list */
.video-list {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #0F1B2B;
  width: 588px;
  height: 100vh;
  color: #fff;
  padding: 24px 32px 32px;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 9999995;
}
.video-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.video-list__title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 0;
}
.video-list__close img, .video-list__close svg {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.video-list__close img path, .video-list__close svg path {
  transition: all 0.5s;
}
.video-list__close img:hover path, .video-list__close svg:hover path {
  fill: #bebebe;
}
.video-list__content {
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 16px;
}
.video-list__content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  height: 70px;
  background: linear-gradient(0deg, rgba(15, 27, 43, 0.8) 60%, rgba(255, 255, 255, 0) 100%);
  z-index: 9;
}
.video-list__content::-webkit-scrollbar {
  width: 5px;
  background-color: #E5E5E5;
  background-color: rgba(237, 244, 245, 0.3);
  border-radius: 30px;
}
.video-list__content::-webkit-scrollbar-track {
  width: 8px;
  background-color: rgba(237, 244, 245, 0.3);
}
.video-list__content::-webkit-scrollbar-thumb {
  width: 8px;
  cursor: pointer;
  background-color: #CCD3DC;
  border-radius: 30px;
}
.video-list__content p {
  font-size: 24px;
  line-height: 52px;
  margin-bottom: 50px;
}
.video-list.is-show {
  transform: translateX(0);
}
.video-list.is-show .video-list-overlay {
  display: block;
}

.video-list-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 9999994;
  display: none;
  opacity: 0;
  animation: fadeInLeft 0.5s ease-in-out forwards;
}
.video-list-overlay.is-show {
  display: block;
}

.video-list-box {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 24px;
}
.video-list-box:last-child {
  margin-bottom: 0;
}
.video-list-box__cover {
  position: relative;
  height: 102px;
  width: 192px;
  flex: 0 0 192px;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  margin-right: 16px;
}
.video-list-box__cover img {
  border-radius: 24px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-list-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(43.25% 120.24% at 59.76% 49.75%, rgba(59, 73, 95, 0) 0%, #0F1B2B 100%);
  border-radius: 24px;
  opacity: 0.1;
  transition: all 0.5s;
}
.video-list-box__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #F1F5FB;
  margin-bottom: 0;
}
.video-list-box .label-video-count {
  position: absolute;
  top: 5px;
  left: 5px;
}
.video-list-box:hover .video-list-box__overlay {
  opacity: 0.5;
}

.news-box {
  width: 374px;
}
.news-box__cover {
  position: relative;
  height: 199px;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 16px;
}
.news-box__cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-box__overlay {
  position: absolute;
  left: 0;
  top: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(43.25% 120.24% at 59.76% 49.75%, rgba(59, 73, 95, 0) 0%, #0F1B2B 100%);
  border-radius: 24px;
  opacity: 0.1;
  transition: all 0.5s;
}
.news-box__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #636262;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}
.news-box__content {
  text-align: left;
}
.news-box__title {
  color: #000;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 8px;
}
.news-box__author {
  color: #636262;
  font-size: 14px;
  line-height: 24px;
}
.news-box:hover .news-box__overlay {
  opacity: 0.5;
}

.col-lg-4 .news-box {
  margin: 32px 0;
}
.col-lg-4 .news-box__overlay {
  z-index: 1;
}
.col-lg-4 .news-box__cover {
  height: auto;
  width: auto;
  padding: 0 0 53.3% 0;
}
.col-lg-4 .news-box__cover img {
  position: absolute;
  left: 0;
  top: 0;
}

.countdown-section {
  background-color: #F1F5FB;
  padding: 24px 0;
}

.countdown-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.countdown-block__title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 0;
}
.countdown-block__content h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #D7282C;
  margin-bottom: 10px;
}
.countdown-block__content p {
  font-size: 20px;
}

.countdown {
  display: flex;
  align-items: center;
  text-align: center;
}
.countdown__number {
  margin-right: 29px;
}
.countdown__number:last-child {
  margin-right: 0;
}
.countdown__number:last-child .countdown__time::before {
  display: none;
}
.countdown__time {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 77px;
  height: 75px;
  border-radius: 16px;
  font-size: 48px;
  line-height: 59px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
}
.countdown__time::before {
  content: ":";
  position: absolute;
  top: 6px;
  right: -25px;
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.countdown__text {
  display: block;
  padding: 8px 0 0;
  font-size: 14px;
  line-height: 24px;
}

.map-block {
  margin-top: 130px;
}
.map-block .section-header--small {
  margin-bottom: 24px;
}

.map-container {
  margin: 50px 0 100px;
  border-radius: 64px;
  overflow: hidden;
}
.map-container iframe {
  display: block;
  border-radius: 64px;
  overflow: hidden;
}

.podcast-list-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 0;
  border: 1px solid #B7C4D6;
  border-left: none;
  border-right: none;
  margin-top: -1px;
  transition: all 0.4s;
  z-index: 1;
}
.podcast-list-box__left {
  flex: 0 0 95px;
  max-width: 95px;
  padding-left: 16px;
}
.podcast-list-box__left.is-active .podcast-list-box__number {
  display: none;
}
.podcast-list-box__left.is-active .podcast-list-box__play {
  display: block;
}
.podcast-list-box__number {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.podcast-list-box__play {
  display: none;
  opacity: 0;
  transform: translateX(-5%);
  animation: fadeInLeft 0.6s ease-in-out forwards;
  cursor: pointer;
}
.podcast-list-box__play img, .podcast-list-box__play svg {
  display: block;
  width: 64px;
  height: 64px;
}
.podcast-list-box__info {
  padding-left: 16px;
  margin-right: 32px;
  width: 100%;
}
.podcast-list-box__info > * {
  margin-bottom: 0;
}
.podcast-list-box__title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}
.podcast-list-box__right {
  padding-right: 16px;
  position: relative;
  width: 82px;
  flex: 0 0 82px;
}
.podcast-list-box__right.is-active circle {
  fill: #D7282C;
}
.podcast-list-box__right.is-active .podcast-list-box__duration {
  display: none;
}
.podcast-list-box__right.is-active .podcast-list-box__settings {
  display: block;
}
.podcast-list-box__toggle {
  width: 50px;
  flex: 0 0 50px;
  height: 50px;
  text-align: right;
  padding-right: 11px;
  cursor: pointer;
}
.podcast-list-box__toggle img, .podcast-list-box__toggle svg {
  width: 12px;
  height: 7px;
  transition: all 0.4s;
}
.podcast-list-box__toggle:hover path {
  stroke: #D7282C;
}
.podcast-list-box__toggle.is-active img, .podcast-list-box__toggle.is-active svg {
  transform: rotate(180deg);
}
.podcast-list-box__toggle.is-active img path, .podcast-list-box__toggle.is-active svg path {
  stroke: #D7282C;
}
.podcast-list-box__duration {
  line-height: 32px;
}
.podcast-list-box__settings {
  width: 45px;
  display: none;
  cursor: pointer;
  opacity: 0;
  transform: translateX(-5%);
  animation: fadeInLeft 0.6s ease-in-out forwards;
}
.podcast-list-box__settings img, .podcast-list-box__settings svg {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.podcast-list-box__settings img circle, .podcast-list-box__settings svg circle {
  transition: all 0.4s;
}
.podcast-list-box__settings img:hover circle, .podcast-list-box__settings svg:hover circle {
  fill: #D7282C;
}
.podcast-list-box__controls {
  position: absolute;
  right: 0;
  top: -120px;
  background-color: #fff;
  border-radius: 6px;
  filter: drop-shadow(0px 4px 13px rgba(106, 129, 160, 0.25));
  padding: 24px;
  display: none;
  opacity: 0;
  transform: translateX(5%);
  animation: fadeInLeft 0.6s ease-in-out forwards;
  z-index: 9;
}
.podcast-list-box__controls ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.podcast-list-box__controls ul li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  cursor: pointer;
}
.podcast-list-box__controls ul li img, .podcast-list-box__controls ul li svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 24px;
}
.podcast-list-box__controls ul li img path, .podcast-list-box__controls ul li svg path {
  transition: all 0.3s;
}
.podcast-list-box__controls ul li span {
  font-weight: 500;
  transition: all 0.3s;
}
.podcast-list-box__controls ul li:last-child {
  margin-bottom: 0;
}
.podcast-list-box__controls ul li:hover {
  color: #D7282C;
}
.podcast-list-box__controls ul li:hover path {
  stroke: #D7282C;
}
.podcast-list-box__controls.is-show {
  display: block;
}
.podcast-list-box:hover {
  border-color: #D7282C;
  z-index: 5;
  position: relative;
}
.podcast-list-box:hover .podcast-list-box__number {
  display: none;
}
.podcast-list-box:hover .podcast-list-box__play {
  display: block;
}
.podcast-list-box:hover .podcast-list-box__duration {
  display: none;
}
.podcast-list-box:hover .podcast-list-box__settings {
  display: block;
}

.form-box {
  background-color: #fff;
  border-radius: 32px;
  padding: 64px 72px;
  max-width: 650px;
  margin: 0 auto;
}
.form-box__title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}
.form-box .btn {
  margin-top: 24px;
}
.form-box--min {
  max-width: 540px;
}

.login-social__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}

.social-login {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 48px;
}
.social-login li {
  margin: 0;
  padding: 0;
  margin-right: 24px;
}
.social-login li img, .social-login li svg {
  display: block;
  width: 52px;
  height: 50px;
  transition: all 0.4s;
}
.social-login li img:hover, .social-login li svg:hover {
  opacity: 0.8;
}
.social-login li:last-child {
  margin-right: 0;
}

.form-text {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
}
.form-text li {
  margin: 0;
  padding: 0;
  color: #3B495F;
  font-size: 14px;
  line-height: 24px;
  margin-right: 44px;
  position: relative;
}
.form-text li.border-right::before {
  content: "";
  position: absolute;
  right: -19px;
  top: 0;
  background-color: #B7C4D6;
  width: 1px;
  height: 24px;
}
.form-text li:last-child {
  margin-right: 0;
}

/* bookmark */
.bookmark-label {
  max-width: 274px;
  background-color: #3B495F;
  padding: 16px 58px 16px 24px;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
  position: relative;
}
.bookmark-label span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
.bookmark-label img, .bookmark-label svg {
  position: absolute;
  right: 22px;
  top: 16px;
}
.bookmark-label:hover {
  background-color: #D7282C;
}
.bookmark-label.is-active {
  background-color: #D7282C;
}
.bookmark-label--light {
  background-color: #fff;
  color: #3B495F;
}
.bookmark-label--light svg path {
  stroke: #3B495F;
}
.bookmark-label--light:hover {
  color: #fff;
}
.bookmark-label--light:hover svg path {
  stroke: #fff;
}
.bookmark-label--light.is-active {
  background-color: #D7282C;
  color: #fff;
}
.bookmark-label--light.is-active svg path {
  stroke: #fff;
}

.bookmark-mobile {
  display: none;
}

/* wishlist */
.wishlist-label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 67px;
  left: 0;
  background-color: #fff;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  width: 58px;
  height: 64px;
  cursor: pointer;
  transition: all 0.4s;
  display: none;
  opacity: 0;
  transform: translateX(-3%);
  animation: fadeInLeft 0.6s ease-in-out forwards;
  z-index: 3;
}
.wishlist-label img, .wishlist-label svg {
  width: 15px;
  height: 20px;
  margin-left: -5px;
}
.wishlist-label img path, .wishlist-label svg path {
  transition: all 0.4s;
}
.wishlist-label:hover {
  background-color: #D7282C;
}
.wishlist-label:hover path {
  fill: #fff;
}
.wishlist-label.is-active {
  background-color: #D7282C;
  display: flex;
}
.wishlist-label.is-active path {
  fill: #fff;
}

/* video count */
.label-video-count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #0F1B2B;
}

@keyframes fadeInLeft {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoomIn {
  100% {
    opacity: 1;
    transform: scale(1.03);
  }
}
@keyframes slideArrowHorizontal {
  from {
    transform: translateX(25px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.no-home .logo img, .no-home .logo svg {
  max-width: 175px;
}
.no-home .logo img #dostoev path,
.no-home .logo img #books path, .no-home .logo svg #dostoev path,
.no-home .logo svg #books path {
  fill: #fff;
}
.no-home .logo--mobile path {
  fill: #fff;
}
.no-home .header-controls__search path {
  fill: #fff;
}
.no-home #nav-icon span {
  background: #fff;
}

.header-dark .logo img, .header-dark .logo svg {
  max-width: 175px;
}
.header-dark .logo img #dostoev path,
.header-dark .logo img #books path, .header-dark .logo svg #dostoev path,
.header-dark .logo svg #books path {
  fill: #0F1B2B;
}
.header-dark .logo--mobile path {
  fill: #0F1B2B;
}
.header-dark .menu ul li a {
  color: #0F1B2B;
}
.header-dark .menu ul li a:hover {
  color: #D7282C;
}
.header-dark .header-controls__search path {
  fill: #0F1B2B;
}
.header-dark .header-controls__profile path {
  fill: #0F1B2B;
}
.header-dark #nav-icon span {
  background: #0F1B2B;
}
.header-dark #nav-icon.open span {
  background: #fff;
}

.header-light #header {
  background: #fff;
}
.header-light .header {
  padding-top: 16px;
  padding-bottom: 16px;
}
.header-light .logo img, .header-light .logo svg {
  max-width: 284px;
}
.header-light .logo img #dostoev path,
.header-light .logo img #books path, .header-light .logo svg #dostoev path,
.header-light .logo svg #books path {
  fill: #0F1B2B;
}
.header-light .logo--mobile path {
  fill: #0F1B2B;
}
.header-light .menu ul li a {
  color: #0F1B2B;
}
.header-light .menu ul li a:hover {
  color: #D7282C;
}
.header-light .header-controls__search path {
  fill: #0F1B2B;
}
.header-light .header-controls__profile path {
  fill: #0F1B2B;
}
.header-light #nav-icon {
  top: 21px;
}
.header-light #nav-icon span {
  background: #0F1B2B;
}
.header-light #nav-icon.open span {
  background: #fff;
}

.no-footer .footer {
  display: none;
}

.home-section {
  position: relative;
  height: 693px;
  width: 100%;
  z-index: 5;
}

.home-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 1470px;
  height: 100%;
}

.home-slider {
  position: relative;
  z-index: 5;
}
.home-slider__item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 693px;
}
.home-slider__content {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 693px;
}
.home-slider .slider-arrow {
  bottom: 32px;
  top: auto;
}
.home-slider .slider-arrow__left {
  left: 39%;
}
.home-slider .slider-arrow__right {
  left: 44.5%;
}
.home-slider .slider-arrow__right path {
  stroke: #3B495F;
}
.home-slider .swiper-pagination {
  display: none;
}
.home-slider .row {
  flex-wrap: unset;
}
.home-slider .swiper-slide-active .slider-item {
  color: #0F1B2B;
  opacity: 1;
}
.home-slider .swiper-slide-active .slider-item__subtitle p {
  color: #0F1B2B;
}
.home-slider .swiper-button-prev::after {
  display: none;
}
.home-slider .swiper-wrapper {
  box-sizing: border-box;
}

.slider-item {
  height: 693px;
  position: relative;
  color: #fff;
  opacity: 1;
  opacity: 0;
}
.slider-item__offer {
  max-width: 460px;
}
.slider-item__title {
  font-size: 48px;
  line-height: 59px;
  font-weight: 700;
  margin-bottom: 30px;
}
.slider-item__subtitle p {
  color: #fff;
  margin-bottom: 25px;
  line-height: 22px;
}
.slider-item__btn {
  margin-top: 50px;
}

.home-video {
  position: relative;
  max-width: 620px;
  height: 348px;
  width: 100%;
  border-radius: 64px;
  overflow: hidden;
  float: right;
  cursor: pointer;
}
.home-video__overlay {
  position: absolute;
  left: 0;
  top: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 64px;
  overflow: hidden;
  background: radial-gradient(43.25% 120.24% at 59.76% 49.75%, rgba(59, 73, 95, 0) 0%, #0F1B2B 100%);
  opacity: 0.1;
  transition: all 0.5s;
}
.home-video img {
  display: block;
  border-radius: 64px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-video:hover .home-video__overlay {
  opacity: 0.4;
  background: radial-gradient(43.25% 120.24% at 59.76% 49.75%, rgba(59, 73, 95, 0) 0%, #0F1B2B 100%);
}

/* video section */
.video-section-group {
  position: relative;
}

.bg-parallax {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  left: -76px;
  top: 18%;
  width: 2718px;
  height: 900px;
  transform: rotate(-8deg);
}

.video-section {
  padding: 60px 0;
  z-index: 5;
}
.video-section--first {
  padding-top: 105px;
}
.video-section--center {
  padding: 70px 0;
}
.video-section--last {
  padding-bottom: 130px;
}

.video-slider {
  margin-left: calc((100% - 1316px) / 2 - 30px);
}
.video-slider .slick-list {
  overflow: visible;
}
.video-slider .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.video-slider .slick-slide {
  padding: 0 40px;
}
.video-slider .slick-slide > div {
  width: 374px;
}
.video-slider .slider-arrow {
  top: -85px;
}
.video-slider .slider-arrow__left {
  right: 140px;
  left: auto;
}
.video-slider .slider-arrow__right {
  right: 30px;
}
.video-slider .slick-slide {
  opacity: 0.2;
  transition: all 0.5s;
}
.video-slider .slick-slide.slick-active {
  opacity: 1;
}
.video-slider__item a {
  display: block;
}

.video-slider-center .slider-arrow {
  top: -100px;
}
.video-slider-center .slider-arrow__left {
  left: 42%;
}
.video-slider-center .slider-arrow__right {
  right: 42%;
}
.video-slider-center__item .video-box {
  margin: 0 auto;
}

.show-more {
  margin-top: 90px;
}

/* branches-section */
.branches-section {
  padding: 190px 0 100px;
  background-color: transparent;
}
.branches-section .section-header {
  margin-bottom: 48px;
}

.branches-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 447px;
  position: relative;
  transition: all 0.9s;
  overflow: hidden;
}
.branches-block__bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  transform: scale(1);
  animation: zoomIn 0.3s ease-in forwards;
}
.branches-block__bg.is-show {
  display: block;
}
.branches-block__overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(43.25% 120.24% at 59.76% 49.75%, rgba(59, 73, 95, 0) 0%, #0F1B2B 100%);
  opacity: 0.5;
}

/* team-section */
.team-section {
  padding: 100px 0 0;
  background-color: transparent;
  z-index: 5;
}

.team-slider {
  background-color: #0F1B2B;
  padding: 48px 0 20px;
}
.team-slider .slider-arrow {
  top: -100px;
}
.team-slider .slider-arrow__left {
  left: 46%;
}
.team-slider .slider-arrow__right {
  right: 46%;
}
.team-slider .slick-slide.slick-active .team-box {
  opacity: 1;
}
.team-slider .slick-slide.slick-active .team-box__overlay {
  opacity: 0;
}

/* registration-section */
.registration-section {
  background-color: #F1F5FB;
  padding: 230px 0 150px;
  z-index: 5;
}
.registration-section .section-header {
  font-style: italic;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.05em;
  text-transform: unset;
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 38px;
}

.registration-btn {
  margin: 32px 0 64px;
}

.features-row {
  border-top: 3px solid #3B495F;
  border-bottom: 3px solid #3B495F;
}
.features-row .row > div:first-child {
  border-right: 3px solid #3B495F;
}
.features-row--last {
  margin-top: -3px;
}

/* partners-section */
.partners-section {
  padding: 180px 0 200px;
  z-index: 5;
}
.partners-section .section-header {
  margin-bottom: 72px;
}

.partners-slider__item--first {
  margin-top: -36px;
}
.partners-slider .slick-slide {
  padding-top: 40px;
}

/* category-content */
.category-content {
  padding: 32px 0 160px;
}

/* single page */
.video-container-mobile {
  display: none;
}

.single-page-desc {
  padding: 100px 0 0;
}

/* course slider */
.course-slider {
  position: relative;
  z-index: 5;
  padding: 150px 0 50px;
}
.course-slider__item {
  opacity: 0.2;
}
.course-slider__content {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.course-slider .slider-arrow {
  top: 0;
}
.course-slider .slider-arrow__left {
  left: calc((100% - 1316px) / 2);
}
.course-slider .slider-arrow__right {
  left: calc((100% - 1316px) / 2 + 270px);
}
.course-slider .slider-arrow__right path {
  stroke: #3B495F;
}
.course-slider .swiper-pagination {
  position: absolute;
  top: 13px;
  left: calc((100% - 1316px) / 2 + 104px);
  z-index: 99;
  width: 97px;
  height: 29px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.course-slider .swiper-pagination span {
  margin: 0 24px;
}
.course-slider .row {
  flex-wrap: unset;
}
.course-slider .swiper-button-prev::after {
  display: none;
}
.course-slider .swiper-wrapper {
  box-sizing: border-box;
}
.course-slider .swiper-slide-active .course-slider__item {
  opacity: 1;
}
.course-slider .swiper-slide-active .course-slider__item .slider-item__subtitle p {
  color: #0F1B2B;
}
.course-slider--big {
  padding: 0;
  z-index: 999;
  position: relative;
}
.course-slider--big .swiper-pagination {
  position: absolute;
  top: -72px;
  left: auto;
  right: 135px;
}
.course-slider--big .slider-arrow {
  top: -85px;
}
.course-slider--big .slider-arrow path {
  stroke: #fff;
}
.course-slider--big .slider-arrow__left {
  left: auto;
  right: 260px;
}
.course-slider--big .slider-arrow__right {
  left: auto;
  right: 0;
}

.course-info {
  z-index: -1;
  margin-left: -40px;
}
.course-info .section-header {
  margin-bottom: 24px;
}
.course-info span {
  display: block;
  color: #636262;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}

.course-author {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}

/* news-content */
.news-list-section {
  padding: 46px 0 140px;
}
.news-list-section__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.news-list-section__row .news-box {
  margin: 32px 0;
}

.news-thumb-mobile {
  display: none;
}

/* event single page */
.event-thumb {
  width: 486px;
  height: 271px;
  overflow: hidden;
  border-radius: 64px;
  position: relative;
}
.event-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  border-radius: 64px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-info-modal,
.video-single-info {
  display: none !important;
}

/* podcast single page */
.podcast-btn {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.podcast-btn li {
  margin: 0;
  padding: 0;
}
.podcast-btn li:first-child {
  margin-right: 16px;
}

.podcast-single-section {
  padding: 100px 0 20px;
  background-color: #fff;
}

/* login page */
.login-page-section {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0F1B2B;
  height: 100vh;
  min-height: 960px;
  display: flex;
  align-items: center;
}

/* contacts page */
.contacts-page-section {
  background-color: #fff;
  padding: 50px 0;
}

.contacts-form {
  background-color: #0F1B2B;
  padding: 32px;
  color: #fff;
  border-radius: 32px;
  max-width: 776px;
  z-index: 5;
  position: relative;
}
.contacts-form .form-control {
  margin-bottom: 32px;
}
.contacts-form .form-control .input-close {
  top: 45px;
}
.contacts-form label {
  font-size: 14px;
  line-height: 24px;
}

.contacts-page-man {
  margin-left: 170px;
}

.contacts-page-row-text {
  display: flex;
  align-items: center;
}
.contacts-page-row-text .item {
  margin-right: 48px;
}
.contacts-page-row-text .item .arrow-down {
  transform: rotate(90deg);
  width: 54px;
  height: 40px;
}
.contacts-page-row-text .item p {
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
}
.contacts-page-row-text .item:last-child {
  margin-right: 0;
}

/* content none */
.content-none {
  margin-top: 50px;
  padding: 100px 0 0;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.content-none__left {
  z-index: 5;
  position: relative;
  margin-left: -11px;
  margin-top: 28px;
}
.content-none__right {
  z-index: 5;
  position: relative;
  margin-top: -165px;
}
.content-none__right::before {
  content: "";
  position: absolute;
  left: -85px;
  bottom: 50px;
  background: url("../images/appolone-before.svg") center center/cover no-repeat;
  width: 58px;
  height: 64px;
}
.content-none__circle {
  background-color: #D7282C;
  flex: 0 0 346px;
  width: 346px;
  height: 346px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  transform: translateX(-25px) translateY(-35px);
}
.content-none__circle span {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  max-width: 174px;
  text-align: left;
  transform: translateX(20px);
  position: relative;
  z-index: 5;
}

/* text page */
.text-page-section {
  padding: 20px 0 200px;
  background-color: #fff;
}

/* error page */
.error-page-section {
  background-color: #fff;
  padding: 195px 0 40px;
}
.error-page-section__box {
  position: relative;
  max-width: 577px;
  margin: 0 auto;
}
.error-page-section__box img {
  display: block;
}
.error-page-section__box .section-header {
  position: absolute;
  left: 270px;
  top: 120px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #3B495F;
  letter-spacing: 0;
  max-width: 185px;
}
.error-page-section__box .section-header span {
  display: block;
  margin-bottom: 24px;
}

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 2500px) {
  .home-bg {
    width: 60%;
  }
  .home-slider .slider-arrow__left {
    left: 36%;
  }
  .home-slider .slider-arrow__right {
    left: 42%;
  }
  .video-container-modal-box {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1450px) {
  .header {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .menu li a {
    font-size: 16px;
  }
  .menu-dropdown {
    right: -15px;
  }
  .menu-dropdown::before {
    right: 20px;
  }
  .home-section {
    height: 550px;
  }
  .home-bg {
    width: 62%;
  }
  .home-slider {
    position: relative;
    z-index: 5;
  }
  .home-slider__item {
    height: 550px;
  }
  .home-slider__content {
    height: 550px;
  }
  .home-slider .slider-arrow__left {
    left: 36%;
  }
  .home-slider .slider-arrow__right {
    left: 42%;
  }
  .slider-item {
    height: 550px;
  }
  .slider-item__offer {
    max-width: 100%;
  }
  .home-video {
    position: relative;
    width: 530px;
    height: 298px;
  }
  .slider-arrow {
    width: 50px;
    height: 32px;
  }
  .video-section {
    padding: 40px 0;
  }
  .video-section--first {
    padding-top: 40px;
  }
  .video-section--last {
    padding-bottom: 130px;
  }
  .video-slider .slider-arrow {
    top: -55px;
  }
  .video-slider .slider-arrow__left {
    right: 105px;
  }
  .video-slider-center .slider-arrow {
    top: -65px;
  }
  .video-slider-center .slider-arrow__left {
    left: 45%;
  }
  .video-slider-center .slider-arrow__right {
    right: 45%;
  }
  .section-header {
    font-size: 38px;
    line-height: 49px;
    margin-bottom: 90px;
  }
  .section-header--small {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  .section-header--hover {
    line-height: 49px;
  }
  .section-header--hover:hover {
    margin-bottom: 30px;
  }
  .section-header--arrow span::before {
    width: 44px;
    height: 32px;
    right: -70px;
  }
  p.big {
    font-size: 18px;
    line-height: 22px;
  }
  .entry-title {
    font-size: 42px;
    line-height: 53px;
  }
  .entry-title--small {
    font-size: 36px;
    line-height: 44px;
  }
  .books-divider {
    padding: 50px 0 0;
    margin-bottom: 50px;
  }
  .bg-parallax {
    top: 15%;
    width: 1600px;
    height: 620px;
  }
  .team-slider .slider-arrow {
    top: -65px;
  }
  .branches-section {
    padding: 140px 0 50px;
  }
  .registration-section {
    padding: 150px 0 0;
  }
  .registration-section .section-header {
    font-size: 30px;
    line-height: 38px;
  }
  .partners-section {
    padding: 120px 0 140px;
  }
  .video-menu {
    top: 64px;
    left: calc((100% - 1316px) / 2 + 400px);
  }
  .video-menu svg {
    width: 36px;
    height: 36px;
  }
  .video-menu--relative {
    top: auto;
    left: auto;
  }
  .course-slider {
    padding: 100px 0 10px;
  }
  .course-slider .swiper-pagination {
    top: 3px;
    left: calc((100% - 1316px) / 2 + 65px);
  }
  .course-slider .slider-arrow__right {
    left: calc((100% - 1316px) / 2 + 230px);
  }
  .course-slider--big {
    padding: 0;
    z-index: 999;
    position: relative;
  }
  .course-slider--big .swiper-pagination {
    position: absolute;
    top: -62px;
    left: auto;
    right: 105px;
  }
  .course-slider--big .slider-arrow {
    top: -65px;
  }
  .course-slider--big .slider-arrow path {
    stroke: #fff;
  }
  .course-slider--big .slider-arrow__left {
    left: auto;
    right: 210px;
  }
  .course-slider--big .slider-arrow__right {
    left: auto;
    right: 0;
  }
  .course-info {
    margin-left: 0;
  }
  .info-block__meta p {
    font-size: 18px;
    line-height: 24px;
  }
  .single-page-desc {
    padding: 68px 0 0;
  }
  .video-box__title,
  .news-box__title,
  .event-box__title,
  .podcast-box__title {
    font-size: 18px;
    line-height: 24px;
  }
  .event-box__meta {
    font-size: 20px;
    line-height: 26px;
  }
  .map-block {
    margin-top: 90px;
  }
  .map-container {
    margin-bottom: 55px;
  }
  .podcast-list {
    margin-bottom: 30px;
  }
  .form-box {
    padding: 44px 52px;
    max-width: 540px;
  }
  .form-box .btn {
    margin-top: 16px;
  }
  .form-box--min {
    max-width: 430px;
  }
  .form-control {
    margin-bottom: 16px;
  }
  .form-divider {
    margin: 24px 0;
  }
  .social-login {
    margin-bottom: 24px;
  }
  .form-text {
    display: block;
  }
  .form-text li {
    margin-right: 0;
  }
  .form-text li.border-right {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #B7C4D6;
  }
  .form-text li.border-right::before {
    display: none;
  }
  .text-page-section {
    padding-bottom: 150px;
  }
  .video-container-modal-box {
    padding: 0;
  }
}
@media only screen and (max-width: 1351px) {
  .menu {
    margin-right: 50px;
  }
  .menu li {
    margin: 0 12px;
  }
  .home-section {
    height: 610px;
  }
  .home-slider__item {
    height: 610px;
  }
  .home-slider__content {
    height: 610px;
  }
  .video-slider {
    margin-left: calc((100% - 1170px) / 2 - 20px);
  }
  .video-slider .slider-arrow {
    top: -65px;
  }
  .video-slider .slick-slide {
    padding: 0 30px;
  }
  .video-slider .slick-slide > div {
    width: 324px;
  }
  .col-lg-4 .video-box,
  .col-lg-4 .news-box,
  .col-lg-4 .event-box,
  .col-lg-4 .podcast-box {
    width: 100%;
  }
  .news-list-section {
    padding: 46px 0 140px;
  }
  .news-list-section__row {
    justify-content: space-around;
  }
  .news-list-section__row .news-box {
    margin: 32px 20px;
  }
  .bookmark-label span {
    font-size: 18px;
    line-height: 32px;
  }
  .video-container--small {
    padding-top: 53.25%;
  }
  .video-menu {
    left: calc((100% - 1170px) / 2 + 400px);
  }
  .video-menu--relative {
    left: auto;
  }
  .page-header--course {
    padding: 120px 0 50px;
  }
  .page-header--event {
    padding: 120px 0 50px;
  }
  .page-header--podcast {
    padding: 120px 0 50px;
  }
  .course-slider .swiper-pagination {
    left: calc((100% - 1170px) / 2 + 65px);
  }
  .course-slider .slider-arrow__left {
    left: calc((100% - 1170px) / 2);
  }
  .course-slider .slider-arrow__right {
    left: calc((100% - 1170px) / 2 + 230px);
  }
  .course-slider--big {
    padding: 0;
    z-index: 999;
    position: relative;
  }
  .course-slider--big .swiper-pagination {
    position: absolute;
    top: -62px;
    left: auto;
    right: 105px;
  }
  .course-slider--big .slider-arrow {
    top: -65px;
  }
  .course-slider--big .slider-arrow path {
    stroke: #fff;
  }
  .course-slider--big .slider-arrow__left {
    left: auto;
    right: 210px;
  }
  .course-slider--big .slider-arrow__right {
    left: auto;
    right: 0;
  }
  .social--absolute {
    right: calc((100% - 1170px) / 2);
  }
  .info-modal p {
    padding-right: 30px;
  }
  .countdown-block__title {
    flex: 0 0 24%;
    max-width: 24%;
  }
}
@media only screen and (max-width: 1285px) {
  .menu {
    margin-right: 50px;
  }
  .menu ul li {
    margin: 0 10px;
  }
  .home-bg {
    width: 61.5%;
  }
  .slider-item__title {
    font-size: 38px;
    line-height: 50px;
  }
  .event-box,
  .podcast-box,
  .event-box {
    width: 342px;
  }
  .footer-bottom__inner {
    flex-wrap: wrap;
  }
  .copyrights {
    margin-bottom: 30px;
  }
  .fancybox-slide--html .fancybox-close-small {
    right: calc((100% - 1170px) / 2);
  }
  .event-thumb {
    width: 350px;
    height: 196px;
  }
}
@media only screen and (max-width: 1170px) {
  .menu {
    display: none;
  }
  .menu-dropdown {
    right: 0;
  }
  .menu-dropdown::before {
    right: 6px;
  }
  .fancybox-slide--html .fancybox-close-small {
    top: 25px;
  }
  .nav__toggle {
    display: block;
  }
  .header-controls {
    margin-right: 20px;
  }
  .header-controls__profile {
    display: none;
  }
  .logo {
    display: none;
  }
  .logo--mobile {
    display: block;
  }
  .logo--mobile img, .logo--mobile svg {
    max-width: 100px;
  }
  .video-slider {
    margin-left: -30px;
  }
  .video-slider .slider-arrow__left {
    right: 70px;
  }
  .video-slider .slider-arrow__right {
    right: 0;
  }
  .fancybox-slide--html .fancybox-close-small {
    right: 8px;
  }
  .video-menu {
    left: 400px;
  }
  .video-menu--relative {
    left: auto;
  }
  .course-slider .swiper-pagination {
    left: 86px;
  }
  .course-slider .slider-arrow__left {
    left: 32px;
  }
  .course-slider .slider-arrow__right {
    left: 235px;
  }
  .course-slider--big {
    padding: 0;
    z-index: 999;
    position: relative;
  }
  .course-slider--big .swiper-pagination {
    position: absolute;
    top: -62px;
    left: auto;
    right: 105px;
  }
  .course-slider--big .slider-arrow {
    top: -65px;
  }
  .course-slider--big .slider-arrow path {
    stroke: #fff;
  }
  .course-slider--big .slider-arrow__left {
    left: auto;
    right: 210px;
  }
  .course-slider--big .slider-arrow__right {
    left: auto;
    right: 0;
  }
  .social--absolute {
    right: 32px;
  }
  .info-modal p {
    font-size: 20px;
    line-height: 38px;
  }
  .video-container-modal-box {
    padding: 0 50px;
  }
  .tabs li a {
    padding: 18px 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1025px) {
  .video-slider-center .slider-arrow__left,
  .team-slider .slider-arrow__left {
    left: 43%;
  }
  .video-slider-center .slider-arrow__right,
  .team-slider .slider-arrow__right {
    right: 43%;
  }
  .wishlist-label {
    display: flex;
  }
  .tabs--category {
    flex-wrap: unset;
  }
  .tabs--category li a {
    font-size: 16px;
    padding: 14px 8px;
    border-radius: 16px;
  }
  .tabs-responsive {
    overflow-x: scroll;
  }
  .page-header {
    padding: 80px 0 14px;
  }
  .page-header--single {
    padding: 95px 0 42px;
  }
  .page-header--course {
    padding: 120px 0 50px;
  }
  .page-header--event {
    padding: 120px 0 50px;
  }
  .page-header--event .page-header__left {
    margin-right: 60px;
  }
  .page-header--event .page-header__right {
    padding-top: 10px;
  }
  .page-header--podcast {
    padding: 120px 0 50px;
  }
  .page-header--podcast .page-header__left {
    margin-right: 60px;
  }
  .page-header--podcast .page-header__right {
    padding-top: 0;
  }
  .page-header__left {
    margin-right: 190px;
  }
  .entry-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .entry-title--small {
    font-size: 36px;
    line-height: 44px;
  }
  .course-modal {
    padding: 80px 40px 0;
  }
  .filter {
    margin: 0;
  }
  .filter li {
    display: none;
    padding: 9px 43px 9px 16px;
    margin: 0 4px;
    margin-bottom: 16px;
  }
  .filter li img.arrow-down, .filter li svg.arrow-down {
    right: 13px;
    top: 17px;
  }
  .filter li.select {
    display: block;
  }
  .filter li.filter-mobile {
    width: 40px;
    height: 40px;
    padding: 6px;
    display: flex;
  }
  .filter li.filter-reset {
    width: 40px;
    height: 40px;
    padding: 6px;
  }
  .filter--chosen {
    display: flex;
  }
  .filter--chosen li.is-active {
    display: block;
  }
  .select-dropdown li {
    display: block;
  }
  .modal__filter .filter {
    margin-bottom: 16px;
  }
  .modal__filter .filter li {
    display: block;
  }
  .modal__filter .filter li:nth-child(4)::before {
    display: none;
  }
  .filter-close {
    top: 8px;
  }
  .no-home .modal-wrapper .logo--mobile path {
    fill: #0F1B2B;
  }
  .bookmark-label {
    padding: 16px 50px 17px 15px;
  }
  .category-card-row > .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .countdown-block {
    display: block;
    text-align: center;
  }
  .countdown-block .countdown {
    justify-content: center;
    margin-bottom: 24px;
  }
  .countdown-block__title {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .event-thumb {
    border-radius: 52px;
  }
  .event-thumb img {
    border-radius: 52px;
  }
  .podcast-list-box__left {
    flex: 0 0 80px;
    max-width: 80px;
  }
}
/* Small Devices, .table_boxts */
@media only screen and (max-width: 991px) {
  .header-controls {
    margin-right: 20px;
  }
  .header-controls li img, .header-controls li svg {
    width: 24px;
    height: 24px;
  }
  .header-controls__search path {
    fill: #0F1B2B;
  }
  .logo--mobile img, .logo--mobile svg {
    max-width: 65px;
  }
  .mobile-menu {
    top: 60px;
  }
  #nav-icon {
    top: 20px;
  }
  #nav-icon span {
    background: #0F1B2B;
  }
  #nav-icon.open {
    top: 17px;
  }
  #nav-icon.open span {
    background: #fff;
  }
  .header-light #nav-icon {
    top: 13px;
  }
  .home-section {
    height: auto;
    padding: 95px 0 50px;
  }
  .home-bg {
    display: none;
  }
  .slider-item {
    height: auto;
  }
  .slider-item__offer {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .slider-item__title {
    font-size: 30px;
    line-height: 38px;
  }
  .home-slider .slider-arrow {
    display: none;
  }
  .home-slider .swiper-pagination {
    display: block;
    bottom: -45px;
  }
  .home-slider .swiper-pagination .swiper-pagination-bullet {
    background: #B7C4D6;
    opacity: 1;
  }
  .home-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #D7282C;
  }
  .home-slider .row {
    flex-wrap: wrap;
  }
  .home-slider__content {
    height: auto;
    display: block;
  }
  .home-video {
    max-width: 100%;
    width: 525px;
    margin: 0 auto;
    height: auto;
    float: none;
  }
  .course-slider .video-container {
    border-radius: 16px;
    display: block;
    margin-bottom: 32px;
  }
  .video-container-mobile {
    display: block;
  }
  .video-container-mobile .video-container {
    display: block;
    float: none;
    margin-bottom: 24px;
    border-radius: 16px;
  }
  .bookmark-label {
    padding: 16px 58px 16px 24px;
  }
  .bookmark-label span {
    font-size: 22px;
    line-height: 32px;
  }
  .info-block__desc {
    margin: 40px 0 0;
  }
  .video-menu {
    left: 320px;
  }
  .video-menu--relative {
    left: auto;
  }
  .course-slider {
    padding: 70px 0;
  }
  .course-slider .row {
    flex-wrap: wrap;
  }
  .course-slider .video-container--small {
    display: block;
    max-width: 100%;
    border-radius: 48px;
    margin-bottom: 48px;
  }
  .course-slider .video-container--small .video-box__label {
    right: 35px;
    top: 20px;
  }
  .course-slider .video-container--small .video-container__cover {
    border-radius: 48px;
  }
  .course-slider .video-container--small .video-container__overlay {
    border-radius: 48px;
  }
  .course-slider .slider-arrow__left {
    left: 16px;
  }
  .course-slider .slider-arrow__right {
    left: 190px;
  }
  .course-slider .swiper-pagination {
    left: 60px;
    top: 5px;
  }
  .course-slider--big {
    padding: 0;
    z-index: 999;
    position: relative;
  }
  .course-slider--big .swiper-pagination {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    left: 50px;
    bottom: -40px;
  }
  .course-slider--big .slider-arrow {
    top: auto;
    bottom: -40px;
  }
  .course-slider--big .slider-arrow path {
    stroke: #fff;
  }
  .course-slider--big .slider-arrow__left {
    left: 0;
    right: auto;
  }
  .course-slider--big .slider-arrow__right {
    left: 190px;
    right: auto;
  }
  .course-modal {
    padding: 24px 16px 0;
  }
  .course-modal__header {
    display: block;
  }
  .course-modal__header .section-header {
    margin-left: 0;
    margin-top: 24px;
  }
  .course-info {
    margin-left: 0;
  }
  .course-info .section-header {
    margin-bottom: 16px;
  }
  .course-info span {
    margin-bottom: 0;
  }
  .course-author {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .text-more {
    display: none;
  }
  .page-header--news {
    min-height: auto;
    padding: 120px 0 40px;
  }
  .page-header--single-video .info-block {
    display: none;
  }
  .page-header--single-video .info-block--mobile {
    display: block;
    margin-top: 40px;
  }
  .news-thumb {
    display: none;
  }
  .news-thumb-mobile {
    display: block;
  }
  .news-thumb-mobile .news-thumb {
    display: block;
  }
  .info-block__meta--flex .info-block__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .podcast-btn .bookmark-label--light {
    height: 64px;
    width: 64px;
    padding: 0;
  }
  .podcast-btn .bookmark-label--light span {
    display: none;
  }
  .contacts-form {
    margin: 0 auto;
    margin-top: -160px;
  }
  .section-header--arrow span::before {
    display: none;
  }
  .contacts-page-man {
    margin-left: 60px;
  }
  .page-header--contacts .entry-title {
    text-align: left;
  }
  .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .contacts-page-section {
    padding: 0;
  }
  .content-none::before {
    bottom: -130px;
  }
  .content-none__left {
    margin-left: -61px;
    margin-top: 226px;
  }
  .content-none__circle {
    transform: translateX(5px) translateY(0px);
  }
  .content-none__right {
    margin-top: -340px;
  }
  .text-page-section {
    padding-bottom: 120px;
  }
  .video-container-modal-box {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .video-slider-center .slider-arrow__left,
  .team-slider .slider-arrow__left {
    left: 40%;
  }
  .video-slider-center .slider-arrow__right,
  .team-slider .slider-arrow__right {
    right: 40%;
  }
  .fancybox-slide--html .fancybox-close-small {
    top: 6px;
  }
  .form-search-block {
    padding: 32px;
    margin-top: -125px;
  }
  .modal__content {
    height: 100vh;
    min-height: 100vh;
  }
  .modal-wrapper #header {
    top: 0;
  }
  .search-content {
    margin: 20px 0 0;
    height: 380px;
  }
  .page-header__row {
    display: block;
  }
  .page-header__left {
    margin-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-header__left .bookmark-mobile {
    display: block;
  }
  .page-header__right {
    display: none;
  }
  .page-header__right .bookmark-label {
    display: none;
  }
  .page-header--course {
    padding: 90px 0 55px;
  }
  .page-header--event {
    padding: 90px 0 55px;
  }
  .page-header--event .page-header__left {
    margin-right: 0;
  }
  .page-header--podcast {
    padding: 90px 0 55px;
  }
  .page-header--podcast .page-header__left {
    margin-right: 0;
  }
  .page-header--podcast .info-block__desc {
    float: left;
  }
  .page-header__overlay {
    display: none;
  }
  .page-header__mobile {
    display: block;
    margin-bottom: 0;
    float: none;
  }
  .page-header__mobile .event-thumb {
    display: block;
  }
  .page-header__mobile .podcast-box__circle {
    float: none;
    margin-bottom: 0;
  }
  .podcast-btn {
    float: left;
    margin: 32px 0 48px;
  }
  .podcast-btn .bookmark-label--light {
    width: 56px;
    height: 56px;
  }
  .podcast-box__circle--big {
    width: 88px;
    height: 88px;
    border-width: 8px;
  }
  .podcast-box__circle--big .podcast-box__img {
    width: 56px;
    height: 56px;
  }
  .info-block {
    position: relative;
  }
  .entry-title-mobile {
    display: block;
    position: absolute;
    top: 35%;
    left: 30%;
  }
  .video-count {
    max-width: 100%;
  }
  .social--absolute {
    position: relative;
    bottom: 0;
    right: 0;
    justify-content: flex-start;
    margin-left: 16px;
    margin-top: 20px;
  }
  .info-modal {
    margin-top: 0;
  }
  .info-modal p {
    font-size: 18px;
    line-height: 32px;
  }
  .video-list {
    width: 75%;
  }
  .course-slider .swiper-pagination {
    top: 1px;
  }
  .course-slider .slider-arrow__right {
    left: 195px;
  }
  .course-slider--big .swiper-pagination {
    bottom: -40px;
    top: auto;
  }
  .event-thumb {
    display: none;
  }
  .map-block {
    margin-top: 70px;
  }
  .podcast-single-section {
    padding: 70px 0 20px;
  }
  .audio-progress-bar {
    height: 34px;
  }
  .audio-player {
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
  }
  .audio-player__inner {
    justify-content: center;
  }
  .audio-player .container {
    padding-left: 0;
    padding-right: 0;
  }
  .audio-player-controls li {
    margin-right: 32px;
  }
  .audio-player-controls li::before {
    right: -16px;
  }
  .audio-player-controls li:last-child {
    margin-right: 0;
  }
  .audio-player-controls--left {
    order: 1;
    margin-left: auto;
    padding-left: 16px;
  }
  .audio-player-controls--left li:last-child {
    margin-right: 32px;
  }
  .audio-player-controls--left li:last-child::before {
    display: block;
  }
  .audio-player-controls--center {
    width: 100%;
    order: 5;
    justify-content: center;
  }
  .audio-player-controls--right {
    order: 2;
    margin-right: auto;
    padding-right: 16px;
  }
  .audio-progress-bar {
    order: 3;
    margin-top: 8px;
  }
  .audio-duration {
    order: 4;
    padding-left: 16px;
    padding-right: 16px;
  }
  .header-light #nav-icon {
    top: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  #nav-icon {
    top: 14px;
  }
  #nav-icon.open {
    top: 11px;
  }
  .slider-arrow {
    width: 54px;
    height: 40px;
  }
  .slider-item__title {
    font-size: 36px;
    line-height: 44px;
  }
  .video-slider-center .slider-arrow__left,
  .team-slider .slider-arrow__left {
    left: 35%;
  }
  .video-slider-center .slider-arrow__right,
  .team-slider .slider-arrow__right {
    right: 35%;
  }
  .footer__menu {
    display: block;
    text-align: center;
  }
  .footer__menu li {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .footer__menu li a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
  .footer__menu:last-child li:last-child {
    margin-bottom: 14px;
  }
  .footer__menu-row {
    display: block;
  }
  .footer__newsletter {
    padding: 24px 0 48px;
  }
  .entry-title--small {
    font-size: 24px;
    line-height: 29px;
  }
  .play-btn img, .play-btn svg {
    width: 60px;
    height: 36px;
  }
  .single-page-desc {
    padding: 50px 0 0;
  }
  .video-menu {
    left: auto;
    right: 12px;
    top: 42px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-menu svg {
    width: 24px;
    height: 24px;
  }
  .video-menu--relative {
    right: auto;
    top: auto;
  }
  .course-slider {
    padding: 82px 0 0;
  }
  .course-slider .swiper-pagination {
    top: 6px;
  }
  .course-slider .slider-arrow__right {
    left: 200px;
  }
  .course-slider--big .swiper-pagination {
    bottom: -36px;
    top: auto;
  }
  #course-slider-modal {
    padding: 0;
  }
  .course-modal {
    padding: 16px 16px 0;
  }
  .video-list {
    width: 100%;
  }
  .video-list__content::before {
    display: none;
  }
  .video-list-box {
    display: block;
  }
  .video-list-box__cover {
    margin-bottom: 16px;
  }
  .info-block__desc {
    margin: 30px 0 0;
  }
  .contacts-form {
    padding: 24px;
  }
  .contacts-form .form-control {
    margin-bottom: 24px;
  }
  .contacts-page-row-text {
    display: block;
  }
  .contacts-page-row-text .arrow-down {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .category-card-row > .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content-none__circle {
    flex: 0 0 270px;
    width: 270px;
    height: 270px;
  }
}
@media only screen and (max-width: 480px) {
  .slider-item__offer {
    margin-bottom: 15px;
  }
  .home-video {
    border-radius: 32px;
  }
  .home-video__overlay {
    border-radius: 32px;
  }
  .home-video img {
    border-radius: 32px;
  }
  .home-bg {
    width: 36%;
  }
  .section-header {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.2em;
  }
  .section-header--small {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.1em;
  }
  .entry-title {
    margin-bottom: 15px;
  }
  .entry-title-mobile {
    top: 42%;
    left: 20%;
  }
  .page-header--course .entry-title {
    font-size: 24px;
    line-height: 29px;
  }
  .page-header--event .entry-title {
    font-size: 24px;
    line-height: 29px;
  }
  .page-header--podcast .entry-title {
    font-size: 24px;
    line-height: 29px;
  }
  .page-header--news {
    padding: 95px 0 30px;
  }
  .page-header--light .entry-title {
    font-size: 22px;
    line-height: 27px;
  }
  .contacts-page-man {
    margin-left: 15px;
  }
  .slider-item__subtitle {
    max-width: 90%;
  }
  .bg-parallax {
    top: 1%;
  }
  .video-box,
  .news-box,
  .event-box {
    width: 328px;
  }
  .video-box__cover,
  .news-box__cover,
  .event-box__cover {
    height: 174px;
  }
  .video-slider {
    margin-left: 0;
  }
  .video-slider .slick-slide {
    padding: 0;
  }
  .video-slider .slick-slide > div {
    width: 328px;
  }
  .video-slider-center .slider-arrow__left,
  .team-slider .slider-arrow__left {
    left: 30%;
  }
  .video-slider-center .slider-arrow__right,
  .team-slider .slider-arrow__right {
    right: 30%;
  }
  .video-section {
    padding: 36px 0;
  }
  .video-section--first {
    padding-top: 57px;
  }
  .video-section--last {
    padding-bottom: 90px;
  }
  .books-divider {
    padding: 20px 0 0;
    margin-bottom: 0;
  }
  .books-divider img, .books-divider svg {
    display: none;
  }
  .books-divider__mobile {
    display: block !important;
  }
  .podcast-box {
    width: 100%;
  }
  .podcast-box__meta {
    padding-right: 5px;
  }
  .show-more {
    margin-top: 52px;
  }
  .branches-section {
    padding: 100px 0 50px;
  }
  .branches-section .col-lg-12 {
    padding: 0;
  }
  .branches-block {
    height: auto;
    padding: 50px 0;
  }
  .tabs li {
    margin: 0 8px;
    margin-bottom: 16px;
  }
  .team-section {
    padding: 50px 0 3px;
  }
  .registration-section {
    padding: 130px 0 0;
  }
  .registration-section .section-header {
    font-size: 24px;
    line-height: 29px;
  }
  .features-box {
    display: block;
    padding: 48px 16px 32px;
  }
  .features-box__title {
    margin-left: 0;
    margin-top: 20px;
  }
  .partners-section {
    padding: 90px 0 140px;
  }
  .partners-section .section-header {
    margin-bottom: 55px;
  }
  .partners-section .container {
    padding: 0;
  }
  .partners-section .col-lg-12 {
    padding: 0;
  }
  .partners-slider .slick-dots {
    width: 82%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .tabs--category {
    margin-left: -40px;
  }
  .tabs--category li {
    margin: 0 4px;
    margin-bottom: 16px;
  }
  .category-content__row .video-box {
    margin: 24px 0;
  }
  .category-content__row .video-box:first-child {
    margin-top: 12px;
  }
  .fancybox-content.bg-dark .fancybox-close-small {
    right: 8px;
    top: 16px;
  }
  .video-list {
    padding: 24px 18px 32px;
  }
  .video-list__header {
    margin-bottom: 24px;
  }
  .video-list__title {
    font-size: 18px;
    line-height: 24px;
  }
  .video-list__content {
    padding-bottom: 20px;
  }
  .video-list-box__cover {
    width: 100%;
    height: 165px;
  }
  .bookmark-label {
    max-width: 260px;
  }
  .bookmark-label span {
    font-size: 18px;
    line-height: 24px;
  }
  .bookmark-label img, .bookmark-label svg {
    top: 17px;
    right: 17px;
  }
  .info-block__meta {
    max-width: 70%;
  }
  .info-block__meta p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .info-block__meta--flex {
    max-width: 100%;
  }
  .info-block__meta--flex .info-block__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .social--absolute {
    margin-top: 34px;
  }
  .countdown-block__title {
    font-size: 18px;
    line-height: 24px;
  }
  .countdown__number {
    margin-right: 24px;
  }
  .countdown__number:last-child .countdown__time::before {
    display: none;
  }
  .countdown__time {
    width: 52px;
    height: 50px;
    font-size: 28px;
    line-height: 34px;
  }
  .countdown__time::before {
    right: -19px;
    font-size: 28px;
    line-height: 34px;
  }
  .map-container {
    border-radius: 24px;
    margin-bottom: 50px;
  }
  .map-container iframe {
    height: 190px;
    border-radius: 24px;
  }
  .podcast-single-section {
    padding: 55px 0 20px;
  }
  .podcast-list-box__left {
    flex: 0 0 48px;
    max-width: 48px;
  }
  .podcast-list-box__play img, .podcast-list-box__play svg {
    width: 32px;
    height: 32px;
  }
  .podcast-list-box__info {
    margin-right: 8px;
  }
  .podcast-list-box__title {
    font-size: 18px;
    line-height: 24px;
  }
  .login-page-section {
    min-height: 840px;
  }
  .form-box {
    padding: 32px 24px;
    border-radius: 24px;
  }
  .login-social__title {
    margin-bottom: 16px;
  }
  .error-page-section {
    padding: 120px 0 40px;
  }
  .error-page-section__box img {
    display: block;
    max-width: 100%;
  }
  .error-page-section__box .section-header {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    max-width: 100%;
  }
  .content-none::before {
    bottom: -70px;
    left: -90px;
  }
  .content-none__left {
    margin-left: -130px;
  }
  .content-none__circle {
    transform: translateX(-50px);
    flex: 0 0 220px;
    width: 220px;
    height: 220px;
  }
  .content-none__right {
    margin-left: -50px;
  }
  .content-none__right::before {
    left: -50px;
  }
  .text-page-section {
    padding-bottom: 90px;
  }
  .event-thumb {
    width: 344px;
    height: 193px;
    border-radius: 32px;
  }
  .event-thumb img {
    border-radius: 32px;
  }
  .event-info-desktop,
  .video-single-info-desktop {
    display: none;
  }
  .event-info-modal,
  .video-single-info {
    display: block !important;
  }
  .podcast-list-box {
    flex-wrap: wrap;
  }
  .podcast-list-box__info {
    width: 82%;
    flex: 0 0 82%;
  }
  .podcast-list-box__info .text-more-podcast {
    display: none;
  }
  .podcast-list-box__duration {
    display: none;
  }
  .podcast-list-box__settings {
    display: block;
  }
  .podcast-list-box__toggle {
    position: relative;
    margin-left: 170px;
  }
  .podcast-list-box__toggle::after {
    content: "Содержание";
    position: absolute;
    left: -100px;
    top: 4px;
    color: #D7282C;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
  }
  .podcast-list-box__right {
    order: 3;
  }
  .content-none {
    padding: 70px 0 0;
  }
}
@media only screen and (max-width: 370px) {
  .video-box,
  .news-box,
  .event-box,
  .podcast-box {
    width: 100%;
  }
  .video-slider {
    margin-left: -10px;
  }
  .video-slider .slick-slide {
    padding: 0 10px;
  }
  .video-slider .slick-slide > div {
    width: 100%;
  }
  .event-thumb {
    width: 100%;
    height: 165px;
  }
}
