

/* Start:/local/templates/dramtheatre/assets/css/app.css?1764928663234667*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/**
 * Swiper 6.4.11
 * 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: February 6, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

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

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --swiper-navigation-size:44px;
}

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

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

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

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

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

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

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

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2;
}

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

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

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

.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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

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

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

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

.swiper-container-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          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;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

/*!
 * Bootstrap Grid v4.1.2 (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)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25;
}

hr:not([size]) {
  height: 1px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: .875em;
}

sub, sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0d6efd;
  text-decoration: none;
}

a:hover {
  color: #024dbc;
  text-decoration: underline;
}

a:not([href]), a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: .875em;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: textfield;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

mark {
  padding: .2em;
  background-color: #fcf8e3;
}

progress {
  vertical-align: baseline;
}

::-webkit-datetime-edit {
  overflow: visible;
  line-height: 0;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

main {
  display: block;
}

[hidden] {
  display: none !important;
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

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

@media (min-width: 1575px) {
  .container {
    max-width: 1920px;
  }
}

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1575px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1575px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1575px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1575px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@font-face {
  font-family: 'HelveticaNeueCyr-Medium';
  src: url("/local/templates/dramtheatre/assets/css/../fonts/HelveticaNeueCyr-Medium.eot");
  src: local("HelveticaNeueCyr-Medium"), url("/local/templates/dramtheatre/assets/css/../fonts/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/dramtheatre/assets/css/../fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("/local/templates/dramtheatre/assets/css/../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Forum';
  src: url("/local/templates/dramtheatre/assets/css/../fonts/Forum.eot");
  src: url("/local/templates/dramtheatre/assets/css/../fonts/Forum.eot?#iefix") format("embedded-opentype"), url("/local/templates/dramtheatre/assets/css/../fonts/Forum.woff2") format("woff2"), url("/local/templates/dramtheatre/assets/css/../fonts/Forum.woff") format("woff"), url("/local/templates/dramtheatre/assets/css/../fonts/Forum.ttf") format("truetype"), url("/local/templates/dramtheatre/assets/css/../fonts/Forum.svg#Forum") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter-Regular';
  src: url("/local/templates/dramtheatre/assets/css/../fonts/Inter-Regular.eot");
  src: url("/local/templates/dramtheatre/assets/css/../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/dramtheatre/assets/css/../fonts/Inter-Regular.woff2") format("woff2"), url("/local/templates/dramtheatre/assets/css/../fonts/Inter-Regular.woff") format("woff"), url("/local/templates/dramtheatre/assets/css/../fonts/Inter-Regular.ttf") format("truetype"), url("/local/templates/dramtheatre/assets/css/../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter-Bold';
  src: url("/local/templates/dramtheatre/assets/css/../fonts/Inter-Bold.eot");
  src: url("/local/templates/dramtheatre/assets/css/../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/dramtheatre/assets/css/../fonts/Inter-Bold.woff2") format("woff2"), url("/local/templates/dramtheatre/assets/css/../fonts/Inter-Bold.woff") format("woff"), url("/local/templates/dramtheatre/assets/css/../fonts/Inter-Bold.ttf") format("truetype"), url("/local/templates/dramtheatre/assets/css/../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter-Light';
  src: url("/local/templates/dramtheatre/assets/css/../fonts/Inter-Light.eot");
  src: url("/local/templates/dramtheatre/assets/css/../fonts/Inter-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/dramtheatre/assets/css/../fonts/Inter-Light.woff2") format("woff2"), url("/local/templates/dramtheatre/assets/css/../fonts/Inter-Light.woff") format("woff"), url("/local/templates/dramtheatre/assets/css/../fonts/Inter-Light.ttf") format("truetype"), url("/local/templates/dramtheatre/assets/css/../fonts/Inter-Light.svg#Inter-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.font-bold {
  font-family: "Inter-Bold";
}

.font-inter-light {
  font-family: "Inter-Light";
}

.font-inter-regular {
  font-family: "Inter-Regular";
}

.forum-h1 {
  font-size: 64px;
}

@media only screen and (max-width: 1575px) {
  .forum-h1 {
    font-size: 54px;
  }
}

@media only screen and (max-width: 576px) {
  .forum-h1 {
    font-size: 28px;
  }
}

.forum-h2 {
  font-size: 40px;
}

@media only screen and (max-width: 1575px) {
  .forum-h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 576px) {
  .forum-h2 {
    font-size: 24px;
  }
}

.forum-h3 {
  font-size: 36px;
}

@media only screen and (max-width: 1575px) {
  .forum-h3 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 576px) {
  .forum-h3 {
    font-size: 20px;
  }
}

.forum-h4 {
  font-size: 32px;
}

@media only screen and (max-width: 1575px) {
  .forum-h4 {
    font-size: 24px;
  }
}

.forum-h5 {
  font-size: 24px;
}

@media only screen and (max-width: 1575px) {
  .forum-h5 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .forum-h5 {
    font-size: 18px;
  }
}

.forum-h6 {
  font-size: 16px;
}

@media only screen and (max-width: 576px) {
  .forum-h6 {
    font-size: 14px;
  }
}

.inter-h1 {
  font-family: "Inter-Regular";
  font-size: 40px;
  line-height: 1.2;
}

@media only screen and (max-width: 1575px) {
  .inter-h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 576px) {
  .inter-h1 {
    font-size: 20px;
  }
}

.inter-h2 {
  font-family: "Inter-Regular";
  font-size: 20px;
  line-height: 1.2;
}

@media only screen and (max-width: 1575px) {
  .inter-h2 {
    font-size: 16px;
  }
}

.inter-h1-light {
  font-family: "Inter-Light";
  font-size: 20px;
  line-height: 1.2;
}

@media only screen and (max-width: 1575px) {
  .inter-h1-light {
    font-size: 16px;
  }
}

@media only screen and (max-width: 576px) {
  .inter-h1-light {
    font-size: 12px;
  }
}

.inter-h2-light {
  font-family: "Inter-Light";
  font-size: 18px;
  line-height: 1.2;
}

@media only screen and (max-width: 1575px) {
  .inter-h2-light {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .inter-h2-light {
    font-size: 12px;
  }
}

.inter-h3-light {
  font-family: "Inter-Light";
  font-size: 14px;
  line-height: 1.2;
}

.inter-h4-light {
  font-family: "Inter-Light";
  line-height: 1.3;
  font-size: 20px;
}

@media only screen and (max-width: 1575px) {
  .inter-h4-light {
    font-size: 16px;
  }
}

@media only screen and (max-width: 576px) {
  .inter-h4-light {
    font-size: 12px;
  }
}

.color-orange {
  color: #FF4605;
}

.opacity-08 {
  opacity: .8;
}

.color-darkGray {
  color: #9B9B9B;
}

.color-midGray {
  color: #636363;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right;
}

.und {
  text-decoration: underline;
}

.upp {
  text-transform: uppercase;
}

.ttn {
  text-transform: none !important;
}

@media only screen and (max-width: 576px) {
  .tal-mobile {
    text-align: left !important;
  }
}

.z1 {
  position: relative;
  z-index: 1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, p::-moz-selection, a::-moz-selection, span::-moz-selection, div::-moz-selection, img::-moz-selection, mark::-moz-selection, ul::-moz-selection, li::-moz-selection {
  color: #fff;
  background-color: #3E3E3E;
}

h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, p::selection, a::selection, span::selection, div::selection, img::selection, mark::selection, ul::selection, li::selection {
  color: #fff;
  background-color: #3E3E3E;
}

::-moz-selection {
  color: #fff;
  background-color: #3E3E3E;
}

::selection {
  color: #fff;
  background-color: #3E3E3E;
}

a, a:hover, a:active, a:focus,
button, input, button:hover, button:active, button:focus,
input:focus, input:active, .btn, select:focus, select:active {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

input,
textarea,
select {
  font-size: 16px;
  font-family: "Inter-Light";
  padding: 12px 25px;
  border-radius: 2px;
  border: none;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

@media only screen and (max-width: 1575px) {
  input,
  textarea,
  select {
    font-size: 14px;
  }
}

option {
  color: #3E3E3E;
}

textarea {
  resize: none !important;
  overflow: hidden;
}

textarea::-webkit-input-placeholder {
  color: #9B9B9B;
}

textarea::-moz-placeholder {
  color: #9B9B9B;
}

textarea::-ms-input-placeholder {
  color: #9B9B9B;
}

textarea::placeholder {
  color: #9B9B9B;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
  color: #9B9B9B;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder {
  color: #9B9B9B;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder {
  color: #9B9B9B;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder {
  color: #9B9B9B;
}

input:focus,
textarea:focus,
input:active,
textarea:active {
  color: #3E3E3E;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.checkbox {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}

.checkbox__text {
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  width: 100%;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .checkbox__text {
    font-size: 12px;
  }
}

.checkbox__text::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -2px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #3E3E3E;
  background: #fff;
}

.checkbox__text::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #3E3E3E;
  border-radius: 2px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.checkbox__text::after a {
  color: #3E3E3E;
  text-decoration: underline;
  position: relative;
  z-index: 2;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}

input[type="checkbox"]:checked + .checkbox__text::after,
input[type="checkbox"]:checked + .checkbox__text::after,
input[type="radio"]:checked + .checkbox__text::after,
input[type="radio"]:checked + .checkbox__text::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

input[type="checkbox"]:checked + .checkbox__text::before,
input[type="checkbox"]:checked + .checkbox__text::before,
input[type="radio"]:checked + .checkbox__text::before,
input[type="radio"]:checked + .checkbox__text::before {
  background-color: #fff;
}

.section--inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 1200px) {
  .section--inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 576px) {
  .section--inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section--inner-middle {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
  .section--inner-middle {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.section--inner-big {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1200px) {
  .section--inner-big {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 576px) {
  .section--inner-big {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section--inner-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section__title-spacing-1 {
  margin-bottom: 35px;
}

@media only screen and (max-width: 576px) {
  .section__title-spacing-1 {
    margin-bottom: 20px;
  }
}

.section__title-spacing-2 {
  margin-bottom: 25px;
}

.section__title-spacing-3 {
  margin-bottom: 20px;
}

.section__title-spacing-4 {
  margin-bottom: 10px;
}

.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}

.swiper-button-prev svg, .swiper-button-next svg {
  stroke: #9B9B9B;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.swiper-button-prev:hover svg, .swiper-button-next:hover svg {
  stroke: #FF4605;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

.swiper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  z-index: 1;
}

.swiper-nav button {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.swiper-nav button:first-child:hover {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.swiper-nav button:last-child:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.swiper-nav button.swiper-button-disabled {
  cursor: auto;
  opacity: .3;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}

.swiper-scrollbar {
  position: relative;
  width: 100%;
  height: 3px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
}

.swiper-scrollbar::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #9B9B9B;
}

.swiper-scrollbar:hover .swiper-scrollbar-drag {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.swiper-scrollbar-drag {
  background: #3E3E3E;
  cursor: pointer;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
  border-radius: 5px;
  z-index: 1;
}

.swiper-scrollbar--white::before {
  background: #FEFEFE;
}

.swiper-scrollbar--white .swiper-scrollbar-drag {
  background: #F7F7F7;
}

button {
  border: none;
  outline: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background: none;
}

.button {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  font-family: "Inter-Light";
  font-size: 18px;
  line-height: 1.2;
}

@media only screen and (max-width: 1575px) {
  .button {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .button {
    font-size: 12px;
  }
}

@media only screen and (max-width: 576px) {
  .button {
    font-size: 14px;
    padding: 14px 0;
  }
}

.button::before, .button::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

.button::before {
  left: 0;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.button::after {
  right: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.button:hover::before, .button:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.button-primary {
  color: #FF4605;
  border-top-color: #FF4605;
  border-bottom-color: #FF4605;
}

.button-primary::before, .button-primary::after {
  background-color: #FF4605;
}

.button-secondary {
  color: #fff;
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.button-secondary::before, .button-secondary::after {
  background-color: #fff;
}

.button-secondary:hover {
  color: #fff;
}

.button-link {
  position: relative;
  font-family: "Inter-Light";
  font-size: 18px;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 0;
}

@media only screen and (max-width: 1575px) {
  .button-link {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .button-link {
    font-size: 12px;
  }
}

.button-link::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -5px;
  background-color: transparent;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

@media only screen and (max-width: 576px) {
  .button-link::before {
    bottom: -3px;
  }
}

.button-link span:last-child {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

.button-link svg {
  position: absolute;
  width: 4px;
  height: 7px;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.button-link-primary::before {
  background-color: #D8D8D8;
}

.button-link-primary span:first-child {
  color: #3E3E3E;
}

.button-link-primary span:last-child {
  border-color: #3E3E3E;
}

.button-link-primary:hover {
  color: #3E3E3E;
}

.button-link-primary:hover::before {
  background-color: #3E3E3E;
}

.button-link-primary:hover span:last-child {
  border-color: #3E3E3E;
  background-color: #3E3E3E;
}

.button-link-primary:hover svg {
  fill: #fff;
}

.button-link-secondary {
  color: #fff;
}

.button-link-secondary::before {
  background-color: #fff;
}

.button-link-secondary span:last-child {
  border-color: #fff;
}

.button-link-secondary span:last-child svg {
  fill: #fff;
}

.button-link-secondary:hover {
  color: #fff;
}

.button-link-secondary:hover span:last-child {
  border-color: #FF4605;
}

.button-link-secondary:hover span:last-child svg {
  fill: #FF4605;
}

.button-link-thirdary {
  color: #FF4605;
}

.button-link-thirdary::before {
  background-color: #FF4605;
}

.button-link-thirdary span:last-child {
  border-color: #FF4605;
}

.button-link-thirdary span:last-child svg {
  fill: #FF4605;
}

.button-link-thirdary:hover {
  color: #FF4605;
  opacity: .8;
}

.button-sort {
  font-size: 20px;
}

@media only screen and (max-width: 1575px) {
  .button-sort {
    font-size: 15px;
  }
}

.button-sort svg {
  width: 7px;
  height: 4px;
}

.button-sort:hover span:last-child {
  background-color: transparent;
}

.button-sort:hover svg {
  fill: #3E3E3E;
}

.link {
  color: #FF4605;
  border-bottom: 1px solid #FF4605;
}

.link:hover {
  border-bottom-color: #3E3E3E;
}

html, body {
  position: relative;
  font-family: "Forum", Roboto, sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #3E3E3E;
  background-color: #F6F6F6;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

@media only screen and (max-width: 1575px) {
  html, body {
    font-size: 20px;
  }
}

@media only screen and (max-width: 576px) {
  html, body {
    font-size: 18px;
  }
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background-color: #9B9B9B;
}

html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  width: 10px;
  height: 10px;
  background: #FF4605;
}

html.fixed, body.fixed {
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  html.fixed, body.fixed {
    padding-right: 5px;
  }
}

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

.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
}

.layout__in {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.svg-sprite {
  position: absolute;
  bottom: 0;
}

a {
  color: #3E3E3E;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

a:hover {
  color: #FF4605;
}

@media only screen and (min-width: 1200px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    padding-left: 34px;
    padding-right: 34px;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (max-width: 576px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.container {
  max-width: 1920px !important;
}

.crumbs {
  margin-bottom: 40px;
  margin-top: -10px;
}

@media only screen and (max-width: 1200px) {
  .crumbs {
    margin-bottom: 25px;
  }
}

.crumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.crumbs-list__item {
  font-size: 20px;
}

@media only screen and (max-width: 976px) {
  .crumbs-list__item {
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 576px) {
  .crumbs-list__item {
    font-size: 16px;
  }
}

.crumbs-list__item:not(:last-child) {
  margin-right: 8px;
}

.crumbs-list__item:not(:last-child)::after {
  font-family: "Forum";
  content: '/';
  margin-left: 8px;
  font-size: 20px;
  color: #3E3E3E !important;
}

@media only screen and (max-width: 576px) {
  .crumbs-list__item:not(:last-child)::after {
    font-size: 16px;
  }
}

.crumbs-list__item:last-child {
  color: #FF4605;
}

.pagetitle {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1575px) {
  .pagetitle {
    margin-bottom: 20px;
  }
}

.pagetitle__in {
  border-bottom: 1px solid #636363;
  padding-top: 10px;
  padding-bottom: 40px;
}

.pagetitle__in--no-border {
  border-bottom: none;
}

@media only screen and (max-width: 1575px) {
  .pagetitle__in {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .pagetitle__in {
    padding-bottom: 25px;
  }
}

.header {
  position: relative;
  margin-bottom: 30px;
  z-index: 100;
}

@media only screen and (max-width: 1200px) {
  .header {
    margin-bottom: 20px;
  }
}

.header--active .header-actions__in {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 576px) {
  .header--search .header-menu {
    padding-top: 140px;
  }
}

.header__in {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #D1D1D1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1200px) {
  .header__in {
    grid-template-columns: auto auto;
  }
}

@media only screen and (max-width: 1200px) {
  .header__in {
    padding-top: 30px;
    padding-bottom: 20px;
    gap: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .header__in {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

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

@media only screen and (max-width: 1200px) {
  .header__logo-wrapper {
    text-align: left;
  }
}

.header__logo svg {
  fill: #3E3E3E;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

@media only screen and (max-width: 768px) {
  .header__logo svg {
    width: 166px;
    height: 32px;
  }
}

.header__logo:hover svg {
  fill: #FF4605;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  white-space: nowrap;
}

@media only screen and (max-width: 1300px) {
  .header-nav {
    gap: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-nav {
    display: none;
  }
}

.header-nav__link {
  font-family: "Inter-Light";
  font-size: 18px;
  line-height: 1.2;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

@media only screen and (max-width: 1575px) {
  .header-nav__link {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .header-nav__link {
    font-size: 12px;
  }
}

.header-nav__link:hover {
  border-bottom-color: #FF4605;
}

.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

@media only screen and (max-width: 768px) {
  .header-actions {
    gap: 25px;
  }
}

.header-actions__in {
  display: contents;
}

@media only screen and (max-width: 576px) {
  .header-actions__in {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    width: 100%;
    top: calc(100% + 10px);
    z-index: 1;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
  }
  .header-actions__in .header-actions__card {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.header-actions__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 6px;
}

.header-actions__card span {
  font-size: 16px;
  display: inline-block;
  line-height: 1.1;
}

.header-actions__button {
  fill: none;
  stroke: #3E3E3E;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

.header-actions__button:hover {
  stroke: #FF4605;
}

.header-search {
  position: absolute;
  width: 100%;
  max-width: calc(33% - 20px);
  right: 0;
  bottom: -22px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

@media only screen and (max-width: 1575px) {
  .header-search {
    max-width: calc(41.6% - 62px);
  }
}

@media only screen and (max-width: 1200px) {
  .header-search {
    max-width: 60%;
    bottom: -30px;
  }
}

@media only screen and (max-width: 576px) {
  .header-search {
    max-width: 100%;
    bottom: -110px;
  }
}

.header-search--active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 576px) {
  .search-page-pagetitle__in {
    padding-bottom: 0;
  }
}

.search {
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

.search__in {
  position: relative;
  background-color: #fff;
}

.search__input {
  padding: 14px;
  width: calc(100% - 78px);
}

@media only screen and (max-width: 576px) {
  .search__input {
    width: calc(100% - 45px);
  }
}

.search__buttons {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

@media only screen and (max-width: 576px) {
  .search__buttons {
    right: 6px;
    gap: 7px;
  }
}

@media only screen and (max-width: 576px) {
  .search__buttons > button svg {
    max-width: 15px;
    max-height: 15px;
  }
}

.search__buttons > button:first-child svg {
  fill: none;
  stroke: #3E3E3E;
}

.search__buttons > button:first-child:hover svg {
  stroke: #FF4605;
}

.search__buttons > button:last-child svg {
  fill: #3E3E3E;
}

.search__buttons > button:last-child:hover svg {
  fill: #FF4605;
}

.search__buttons svg {
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

.header__burger {
  position: relative;
  width: 45px;
  height: 21px;
}

.header__burger svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

.header__burger svg:hover {
  fill: #FF4605;
}

.header__burger svg:last-child {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  visibility: hidden;
}

.header__burger--active svg:first-child {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  visibility: hidden;
}

.header__burger--active svg:last-child {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.header-menu {
  position: absolute;
  top: calc(122px + 1px);
  left: 0;
  width: 100%;
  background-color: #F6F6F6;
  padding-top: 40px;
  padding-bottom: 20px;
  height: calc(100vh - 123px);
  display: grid;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 1200px) {
  .header-menu {
    top: calc(101px + 1px);
    height: calc(100vh - 101px);
  }
}

@media only screen and (max-width: 768px) {
  .header-menu {
    top: calc(91px + 1px);
    height: calc(100vh - 91px);
  }
}

@media only screen and (max-width: 576px) {
  .header-menu {
    top: calc(63px + 1px);
    height: calc(100vh - 63px);
    padding-top: 80px;
  }
}

.header-menu .container {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

.header-menu--active {
  opacity: 1;
  visibility: visible;
}

.header-menu--active .container {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.header-menu__in {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.header-menu__in::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.header-menu__in::-webkit-scrollbar-track {
  background-color: #9B9B9B;
}

.header-menu__in::-webkit-scrollbar-thumb {
  width: 10px;
  height: 10px;
  background: #FF4605;
}

@media only screen and (min-width: 1200px) {
  .header-menu__in .container {
    padding-right: 75px;
  }
}

.header-menu__picture {
  min-height: 750px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1575px) {
  .header-menu__picture {
    min-height: 539px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-menu__picture {
    display: none;
  }
}

.header-menu__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-menu__col .header-menu__item:first-child {
  padding-top: 0;
}

@media only screen and (max-width: 703px) {
  .header-menu__col .header-menu__info {
    width: calc(200% + 20px);
  }
}

@media only screen and (max-width: 703px) {
  .header-menu__col .header-menu__socials {
    display: none;
  }
}

.header-menu__item {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #636363;
}

@media only screen and (max-width: 1575px) {
  .header-menu__item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .header-menu__item {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom-color: #DADADA;
  }
}

.header-menu__nav-link {
  font-size: 64px;
  color: #FF4605;
}

@media only screen and (max-width: 1575px) {
  .header-menu__nav-link {
    font-size: 54px;
  }
}

@media only screen and (max-width: 576px) {
  .header-menu__nav-link {
    font-size: 28px;
  }
}

.header-menu__nav-link:hover {
  color: #3E3E3E;
}

.header-menu__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  height: 136px;
}

@media only screen and (max-width: 1575px) {
  .header-menu__info {
    height: 116px;
  }
}

@media only screen and (max-width: 576px) {
  .header-menu__info {
    height: auto;
    gap: 10px;
  }
}

.header-menu__info-address {
  border-bottom: none;
  margin-top: 10.5px;
}

@media only screen and (max-width: 1575px) {
  .header-menu__info-address {
    margin-top: 12.5px;
  }
}

@media only screen and (max-width: 1300px) {
  .header-menu__info-address {
    margin-top: 0;
  }
}

@media only screen and (max-width: 703px) {
  .header-menu__info-address {
    border-bottom: 1px solid #636363;
  }
}

@media only screen and (max-width: 576px) {
  .header-menu__info-address {
    border-bottom-color: #DADADA;
  }
}

.header-menu__info svg {
  min-width: 40px;
  stroke: #FF4605;
  stroke-width: 0.7;
}

@media only screen and (max-width: 1575px) {
  .header-menu__info svg {
    max-width: 28px;
    min-width: unset;
    height: auto;
  }
}

@media only screen and (max-width: 576px) {
  .header-menu__info svg {
    max-width: 20px;
    stroke-width: 1;
  }
}

.header-menu__title {
  font-size: 32px;
  display: block;
}

@media only screen and (max-width: 1800px) {
  .header-menu__title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 576px) {
  .header-menu__title {
    font-size: 18px;
  }
}

.header-menu__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

@media only screen and (max-width: 1575px) {
  .header-menu__socials {
    height: 116px;
  }
}

.header-menu__socials-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}

@media only screen and (max-width: 1658px) {
  .header-menu__socials-links {
    gap: 15px;
  }
}

@media only screen and (max-width: 1575px) {
  .header-menu__socials-links {
    gap: 25px;
  }
}

.header-menu__socials-link svg {
  stroke: #FF4605;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

@media only screen and (max-width: 1575px) {
  .header-menu__socials-link svg {
    max-height: 26px;
    width: auto;
  }
}

.header-menu__socials-link:hover svg {
  stroke: #3E3E3E;
}

.header-menu__button {
  font-size: 24px;
  margin-top: 31px;
  padding-top: 40.5px;
  padding-bottom: 40.5px;
}

@media only screen and (max-width: 1575px) {
  .header-menu__button {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .header-menu__button {
    font-size: 16px;
  }
}

@media only screen and (max-width: 703px) {
  .header-menu__button {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .header-menu__bottom {
    max-width: 400px;
  }
}

@media only screen and (max-width: 576px) {
  .header-menu__bottom {
    max-width: unset;
  }
}

.header-menu__bottom .header-menu__socials {
  padding-top: 27px;
  padding-bottom: 27px;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
}

@media only screen and (min-width: 703px) {
  .header-menu__bottom .header-menu__socials {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .header-menu__bottom .header-menu__socials svg {
    max-height: 20px;
  }
}

.footer {
  color: #fff;
  background-color: #222222;
}

.footer-top {
  padding-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}

@media only screen and (max-width: 1200px) {
  .footer-top {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 576px) {
  .footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: none;
  }
}

.footer-logo {
  max-width: 100%;
}

.footer-logo svg {
  max-width: 100%;
  fill: #fff;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

@media only screen and (max-width: 576px) {
  .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-logo:hover svg {
  fill: #FF4605;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11%;
  row-gap: 30px;
}

@media only screen and (max-width: 1200px) {
  .footer-nav {
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 576px) {
  .footer-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 35px;
    row-gap: 15px;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1575px) {
  .footer-nav__wrapper {
    padding-left: 7.33%;
  }
}

.footer-nav__link {
  color: #fff;
  font-family: "Inter-Light";
  font-size: 18px;
  line-height: 1.2;
}

@media only screen and (max-width: 1575px) {
  .footer-nav__link {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .footer-nav__link {
    font-size: 12px;
  }
}

@media only screen and (max-width: 576px) {
  .footer-nav__link {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1575px) {
  .footer-info {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@media only screen and (max-width: 576px) {
  .footer-info {
    padding-left: 30px;
  }
}

.footer-info__item-header {
  margin-left: -35px;
  display: grid;
  grid-template-columns: 20px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 7px;
}

.footer-info__item-title {
  color: #fff;
}

@media only screen and (max-width: 576px) {
  .footer-info__item-title {
    font-size: 16px;
  }
}

.footer-info__item:not(:last-child) {
  margin-bottom: 15px;
}

.footer-info__item-address {
  max-width: 305px;
}

@media only screen and (max-width: 1575px) {
  .footer-info__item-address {
    max-width: 250px;
  }
}

.footer-payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

@media only screen and (max-width: 1575px) {
  .footer-payments {
    width: calc(100% + 40px);
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}

@media only screen and (max-width: 1350px) {
  .footer-payments {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.footer-payments .button {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 576px) {
  .footer-payments .button {
    margin-top: 40px;
  }
}

.footer-payments__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 37px;
}

@media only screen and (max-width: 1350px) {
  .footer-payments__list {
    gap: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .footer-payments__list {
    gap: 37px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 576px) {
  .footer-payments__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-bottom {
  padding-top: 33px;
  padding-bottom: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1200px) {
  .footer-bottom {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 576px) {
  .footer-bottom {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

.footer-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 9px;
}

.footer-copy svg {
  fill: #fff;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

.footer-copy a:hover svg {
  fill: #c184ff;
}

.culture-logo {
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

.culture-logo:hover {
  opacity: .8;
}

div.pagination {
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0 0;
}

@media only screen and (max-width: 1575px) {
  div.pagination {
    padding: 50px 0 0;
  }
}

@media only screen and (max-width: 976px) {
  div.pagination {
    padding: 25px 0 0;
    font-size: 20px;
  }
}

div.pagination ul.pagination {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0;
  padding: 0;
}

div.pagination ul.pagination li:not(:last-child) {
  margin-right: 15px;
}

@media only screen and (max-width: 976px) {
  div.pagination ul.pagination li:not(:last-child) {
    margin-right: 8px;
  }
}

@media only screen and (max-width: 576px) {
  div.pagination ul.pagination li:not(:last-child) {
    margin-right: 5px;
  }
}

div.pagination ul.pagination li.page-item {
  color: #3E3E3E;
  width: 55px;
  height: 55px;
  padding: 4px;
  border: 1px solid #3E3E3E;
}

@media only screen and (max-width: 976px) {
  div.pagination ul.pagination li.page-item {
    width: 35px;
    height: 35px;
    padding: 2.5px;
  }
}

div.pagination ul.pagination li.page-item .page-link {
  color: #3E3E3E;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.pagination ul.pagination li.page-item.active .page-link {
  background-color: #3E3E3E;
  color: #fff;
}

div.pagination ul.pagination li:hover.page-link {
  color: #3E3E3E;
}

.pagination-dots {
  margin-bottom: -4px;
}

@media only screen and (max-width: 976px) {
  .pagination-dots {
    margin-bottom: -2px;
  }
}

.offer-top-slider__item {
  position: relative;
  margin-bottom: 20px;
}

.offer-top-slider__item-picture {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
}

@media only screen and (max-width: 1575px) {
  .offer-top-slider__item-picture {
    min-height: 450px;
  }
}

@media only screen and (max-width: 576px) {
  .offer-top-slider__item-picture {
    min-height: 206px;
  }
}

.offer-top-slider__wrapper {
  position: relative;
  /* margin-bottom: 20px; */
  overflow: hidden;
}

@media only screen and (max-width: 576px) {
  .offer-top-slider__wrapper {
    margin-bottom: 15px;
  }
}

.offer-top-slider__wrapper .swiper-scrollbar {
  position: absolute;
  z-index: 1;
  left: 40px;
  /* bottom: 50px; */
  bottom: 130px;
  width: 320px;
}

@media only screen and (max-width: 1575px) {
  .offer-top-slider__wrapper .swiper-scrollbar {
    width: 221px;
  }
}

@media only screen and (max-width: 576px) {
  .offer-top-slider__wrapper .swiper-scrollbar {
    display: none;
  }
}

.offer-top-slider__wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #FF4605;
}

.offer-top-slider__wrapper .swiper-slide-active .offer-top-slider__stage-picture {
  opacity: 1;
}

.offer-top-slider__nav {
  position: absolute;
  right: 70px;
  /* bottom: 50px; */
  bottom: 130px;
}

@media only screen and (max-width: 1575px) {
  .offer-top-slider__nav {
    right: 50px;
  }
}

@media only screen and (max-width: 576px) {
  .offer-top-slider__nav {
    right: 30px;
    bottom: 30px;
  }
}

.offer-top-slider__stage-wrapper {
  position: absolute;
  left: 40px;
  bottom: 50px;
}

@media only screen and (max-width: 576px) {
  .offer-top-slider__stage-wrapper {
    display: none;
  }
}

.offer-top-slider__stage-picture {
  width: 320px;
  height: 180px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 18px;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
  opacity: 0;
}

@media only screen and (max-width: 1575px) {
  .offer-top-slider__stage-picture {
    width: 221px;
    height: 124px;
  }
}

@media only screen and (max-width: 1200px) {
  .offer-bottom-slider {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .offer-bottom-slider {
    margin-bottom: 20px;
  }
}

.offer-bottom-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}

.offer-bottom-slider__wrapper {
  overflow: hidden;
}

.offer-bottom-slider__wrapper .swiper-slide-active .offer-bottom-slider__date,
.offer-bottom-slider__wrapper .swiper-slide-active .offer-bottom-slider__info {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.offer-bottom-slider__date {
  position: relative;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

@media only screen and (max-width: 576px) {
  .offer-bottom-slider__date {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
  }
}

.offer-bottom-slider__date::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #FF4605;
  left: 0;
  top: 0;
}

.offer-bottom-slider__info {
  text-align: right;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 576px) {
  .offer-bottom-slider__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
        max-width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
            font-size: 22px;
  }
}

@media only screen and (max-width: 576px) {
  .offer-bottom-slider__info a {
    margin-bottom: 10px;
  }
}

.offer-bottom-slider__info a:hover {
  color: #3E3E3E;
}

@media only screen and (max-width: 1575px) {
  .offer-slider__wrapper {
    width: calc(100% + 40px);
  }
}

@media only screen and (max-width: 1200px) {
  .offer-slider__wrapper {
    width: auto;
  }
}

.offer-card {
  position: relative;
  background-color: #fff;
  min-height: 600px;
  margin-bottom: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 1575px) {
  .offer-card {
    min-height: 450px;
  }
}

@media only screen and (max-width: 576px) {
  .offer-card {
    min-height: 206px;
  }
}

@media only screen and (max-width: 1575px) {
  .offer-card__wrapper {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .offer-card {
    display: none;
  }
  .offer-card__wrapper {
    margin-left: 0;
  }
}

.offer-card .offer-card-slider {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 30px;
  top: 0;
}

.offer-card .offer-card-slider .swiper-slide-active .offer-card__info-date,
.offer-card .offer-card-slider .swiper-slide-active .offer-card__info-title {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.offer-card .offer-card-slider .swiper-slide-active .offer-card__list-item {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.offer-card .offer-card-slider .swiper-slide-active .offer-card__list::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.offer-card .swiper-slide {
  height: auto;
}

.offer-card__item {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.offer-card__list {
  font-family: "Inter-Regular";
  font-family: "Inter-Light";
  font-size: 18px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 43px;
  position: relative;
}

@media only screen and (max-width: 1575px) {
  .offer-card__list {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .offer-card__list {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1575px) {
  .offer-card__list {
    gap: 20px;
  }
}

/* .offer-card__list::before {
  position: absolute;
  content: '';
  width: 1px;
  height: calc(100% - 131px);
  top: 30px;
  right: 5px;
  background-color: #D8D8D8;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: .5s all ease-in;
  transition: .5s all ease-in;
} */

.offer-card__list-title {
  position: relative;
  padding-bottom: 30px;
  background-color: #fff;
  z-index: 1;
}

.offer-card__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0;
}

.offer-card__list-item:nth-child(2) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.offer-card__list-item:nth-child(3) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.offer-card__list-item:nth-child(4) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.offer-card__list-item:nth-child(4) {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.offer-card__list-item:nth-child(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.offer-card__list-item-border {
  position: relative;
  background-color: #EEEEEE;
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

.offer-card__list-item--disabled span:first-child,
.offer-card__list-item--disabled span:last-child {
  opacity: .4;
}

.offer-card__info-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 70px;
}

@media only screen and (max-width: 1575px) {
  .offer-card__info-wrapper {
    gap: 50px;
  }
}

@media only screen and (max-width: 1350px) {
  .offer-card__info-wrapper .inter-h1 {
    font-size: 24px;
  }
}

.offer-card__info-wrapper .forum-h1 {
  position: relative;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1700px) {
  .offer-card__info-wrapper .forum-h1 {
    font-size: 54px;
  }
}

@media only screen and (max-width: 1350px) {
  .offer-card__info-wrapper .forum-h1 {
    font-size: 40px;
  }
}

.offer-card__info-wrapper .forum-h1::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: -6px;
  background-color: #3E3E3E;
}

.offer-card__info-date {
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateX(160%);
          transform: translateX(160%);
  padding-bottom: 17px;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

.offer-card__info-title {
  opacity: 0;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

.offer-card__info-title a:hover {
  color: #3E3E3E;
}

.offer-card__nav {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.offer-button {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1575px) {
  .offer-button {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 1575px) {
  .offer-button {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

.board-section {
  position: relative;
}

.board-section .swiper-slide {
  height: auto;
}

@media only screen and (max-width: 576px) {
  .board-section {
    margin-bottom: 40px;
  }
  .board-section .col-lg-3 {
    position: static;
  }
  .board-section .button-link {
    position: absolute;
    bottom: 0;
  }
}

.board {
  display: grid;
  grid-template-rows: 1fr auto auto;
  padding-top: 25px;
  border-top: 1px solid #636363;
  height: 100%;
}

@media only screen and (max-width: 576px) {
  .board {
    padding-top: 15px;
  }
}

.board-descr {
  margin-top: 14px;
}

@media only screen and (max-width: 576px) {
  .board-descr {
    margin-top: 6px;
  }
}

.board-picture {
  margin-top: 23px;
  margin-bottom: 25px;
  min-height: 182px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 576px) {
  .board-picture {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1575px) {
  .board-slider .swiper-slide {
    max-width: 46.33%;
  }
}

@media only screen and (max-width: 976px) {
  .board-slider .swiper-slide {
    max-width: unset;
  }
}

.board-slider__wrapper {
  margin-right: 30px;
}

@media only screen and (max-width: 1575px) {
  .board-slider__wrapper {
    margin-right: 8.33333%;
  }
}

@media only screen and (max-width: 976px) {
  .board-slider__wrapper {
    margin-right: 37%;
  }
}

@media only screen and (max-width: 576px) {
  .board-slider__wrapper {
    margin-right: 20px;
    margin-bottom: 10px;
  }
}

.board-info {
  height: 100%;
}

@media only screen and (max-width: 576px) {
  .board-info > div {
    width: 100%;
  }
  .board-info .swiper-nav button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.board-info__wrapper {
  position: relative;
  background-color: #F6F6F6;
  z-index: 2;
}

.board-info__wrapper::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 100%;
  background-color: #F6F6F6;
  right: 100%;
  top: 0;
}

@media only screen and (max-width: 576px) {
  .payment {
    padding-bottom: 80px;
  }
}

.payment__in {
  position: relative;
}

.payment-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .payment-button {
    top: auto;
    bottom: 5px;
  }
}

@media only screen and (max-width: 576px) {
  .payment-button {
    left: 0;
    right: auto;
  }
}

.payment-title {
  padding-left: 330px;
}

@media only screen and (max-width: 1575px) {
  .payment-title {
    padding-left: 25%;
  }
}

@media only screen and (max-width: 1200px) {
  .payment-title {
    padding-left: 0;
  }
}

.payment-banner {
  min-height: 280px;
  background-color: #FF6632;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 0;
}

@media only screen and (max-width: 1575px) {
  .payment-banner {
    min-height: 214px;
  }
}

@media only screen and (max-width: 576px) {
  .payment-banner {
    position: relative;
    min-height: 348px;
  }
}

.payment-banner__wrapper {
  position: relative;
  padding-top: 27px;
  overflow: hidden;
}

@media only screen and (max-width: 976px) {
  .payment-banner__wrapper {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 576px) {
  .payment-banner__wrapper {
    margin-top: 0;
    padding-top: 0;
  }
}

.payment-banner__card {
  position: absolute;
  left: 3.27%;
  bottom: 0;
  height: calc(100% - 52px);
}

@media only screen and (max-width: 1200px) {
  .payment-banner__card {
    bottom: 3%;
  }
}

@media only screen and (max-width: 576px) {
  .payment-banner__card {
    max-height: 112px;
    bottom: auto;
    left: 12px;
    top: 38px;
  }
}

.payment-banner__card-in {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 576px) {
  .payment-banner__card-in {
    position: static;
  }
}

.payment-banner__card img {
  position: relative;
  max-height: 100%;
  width: auto;
}

.payment-banner__card-circle {
  position: absolute;
  border-radius: 50%;
}

.payment-banner__card-circle--1 {
  width: 50px;
  height: 50px;
  left: 20px;
  top: 10px;
  background-color: #fff;
}

@media only screen and (max-width: 1575px) {
  .payment-banner__card-circle--1 {
    width: 32px;
    height: 32px;
  }
}

@media only screen and (max-width: 576px) {
  .payment-banner__card-circle--1 {
    width: 21px;
    height: 21px;
  }
}

.payment-banner__card-circle--2 {
  bottom: 20px;
  left: 40%;
  width: 63px;
  height: 63px;
  border: 4px solid #71BF01;
}

@media only screen and (max-width: 1575px) {
  .payment-banner__card-circle--2 {
    width: 39px;
    height: 39px;
    bottom: 6px;
  }
}

@media only screen and (max-width: 576px) {
  .payment-banner__card-circle--2 {
    width: 26px;
    height: 26px;
  }
}

.payment-banner__card-circle--3 {
  top: 25%;
  right: -24%;
  width: 70px;
  height: 70px;
  border: 4px solid #fff;
}

@media only screen and (max-width: 1575px) {
  .payment-banner__card-circle--3 {
    width: 44px;
    height: 44px;
  }
}

@media only screen and (max-width: 576px) {
  .payment-banner__card-circle--3 {
    width: 33px;
    height: 33px;
    border-color: #71BF01;
    background-color: #71BF01;
  }
}

.payment-banner__pushkin {
  position: absolute;
  right: 8.6%;
  bottom: 0;
  height: 100%;
}

@media only screen and (max-width: 1575px) {
  .payment-banner__pushkin {
    right: 5.3%;
  }
}

@media only screen and (max-width: 576px) {
  .payment-banner__pushkin {
    height: 192px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.payment-banner__pushkin-in {
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 576px) {
  .payment-banner__pushkin-in {
    position: static;
  }
}

.payment-banner__pushkin-in img {
  max-height: 100%;
  width: auto;
}

.payment-banner__pushkin-circle {
  position: absolute;
  border-radius: 50%;
}

.payment-banner__pushkin-circle--1 {
  width: 70px;
  height: 70px;
  right: -50px;
  top: 15%;
  background-color: #71BF01;
}

@media only screen and (max-width: 1575px) {
  .payment-banner__pushkin-circle--1 {
    width: 44px;
    height: 44px;
    right: -28px;
  }
}

@media only screen and (max-width: 576px) {
  .payment-banner__pushkin-circle--1 {
    top: -15%;
    border: 4px solid #71BF01;
    background: none;
  }
}

.payment-banner__pushkin-circle--2 {
  bottom: 38px;
  left: -30px;
  width: 58px;
  height: 58px;
  border: 4px solid #71BF01;
}

@media only screen and (max-width: 1575px) {
  .payment-banner__pushkin-circle--2 {
    width: 44px;
    height: 44px;
  }
}

@media only screen and (max-width: 576px) {
  .payment-banner__pushkin-circle--2 {
    top: -65%;
    left: auto;
    right: -33%;
    border-color: #fff;
  }
}

.payment-banner__house {
  position: absolute;
  bottom: 0;
  left: 25%;
  height: calc(100% - 65px);
  width: auto;
}

@media only screen and (max-width: 1575px) {
  .payment-banner__house {
    height: calc(100% - 79px);
  }
}

@media only screen and (max-width: 576px) {
  .payment-banner__house {
    height: 152px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.payment-section__title {
  margin-bottom: 45px;
}

@media only screen and (max-width: 576px) {
  .payment-section__title {
    margin-bottom: 20px;
  }
}

.payment-buttons {
  padding-top: 27px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

@media only screen and (max-width: 976px) {
  .payment-buttons {
    max-width: 73%;
  }
}

@media only screen and (max-width: 576px) {
  .payment-buttons {
    padding-top: 20px;
    max-width: unset;
    padding-bottom: 45px;
  }
}

.payment-buttons__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #3E3E3E;
  border-bottom: 1px solid #3E3E3E;
  padding: 20px 10px;
}

.payment-buttons__item::before, .payment-buttons__item::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #3E3E3E;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

.payment-buttons__item::before {
  left: 0;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.payment-buttons__item::after {
  right: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.payment-buttons__item:hover {
  color: #3E3E3E;
}

.payment-buttons__item:hover::before, .payment-buttons__item:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.info {
  color: #fff;
  background-color: #222222;
}

.info__picture {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.info__picture--1 {
  min-height: 330px;
}

@media only screen and (max-width: 1575px) {
  .info__picture--1 {
    min-height: 272px;
  }
}

@media only screen and (max-width: 1200px) {
  .info__picture--1 {
    max-width: 590px;
  }
}

@media only screen and (max-width: 576px) {
  .info__picture--1 {
    min-height: 148px;
  }
}

.info__picture--2 {
  min-height: 442px;
  margin-top: 143px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1575px) {
  .info__picture--2 {
    margin-top: 120px;
    min-height: 262px;
  }
}

@media only screen and (max-width: 1200px) {
  .info__picture--2 {
    margin-top: 82px;
    max-width: 510px;
    margin-bottom: 0;
  }
}

.info__title {
  line-height: 1.2;
}

.info__title--1 {
  display: inline;
  padding-left: 24.5%;
}

@media only screen and (max-width: 1575px) {
  .info__title--1 {
    padding-left: 22%;
  }
}

@media only screen and (max-width: 576px) {
  .info__title--1 {
    padding-left: 35%;
  }
}

.info__title--2 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 576px) {
  .info__title--2 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1575px) {
  .info__first .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 630px;
            flex: 0 0 630px;
  }
}

@media only screen and (max-width: 576px) {
  .info__first .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media only screen and (max-width: 1200px) {
  .info__first-content {
    margin-left: 28%;
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
}

@media only screen and (max-width: 576px) {
  .info__first-content {
    margin-left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .info__card {
    margin-left: 38%;
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
}

@media only screen and (max-width: 576px) {
  .info__card {
    margin-left: 0;
    margin-top: 15px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.info__subtitle {
  color: #D3D3D3;
}

@media only screen and (max-width: 576px) {
  .info__subtitle {
    line-height: 1.3;
  }
}

.info__subtitle--1 {
  position: relative;
  padding-left: 35px;
  margin-top: 50px;
  max-width: 440px;
}

@media only screen and (max-width: 1575px) {
  .info__subtitle--1 {
    margin-top: 25px;
    max-width: unset;
    margin-left: 22%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 576px) {
  .info__subtitle--1 {
    margin-left: 30px;
    margin-right: 42px;
  }
}

.info__subtitle--1::before {
  position: absolute;
  content: '';
  left: 0;
  top: 12px;
  width: 18px;
  height: 1px;
  background-color: #fff;
}

@media only screen and (max-width: 1575px) {
  .info__subtitle--1::before {
    left: -30px;
    top: 9px;
  }
}

@media only screen and (min-width: 1575px) {
  .info__subtitle--1 {
    margin-left: calc(8.33333% + 80px);
  }
}

.info__subtitle--2 {
  margin-bottom: 25px;
  max-width: 472px;
}

@media only screen and (max-width: 576px) {
  .info__subtitle--2 {
    max-width: unset;
    margin-bottom: 15px;
  }
}

.info-slider {
  margin-bottom: 28px;
}

@media only screen and (max-width: 576px) {
  .info-slider {
    margin-bottom: 24px;
  }
}

.info-slider__wrapper {
  position: relative;
  /* margin-top: 120px; */
}

@media only screen and (max-width: 1575px) {
  .info-slider__wrapper {
    /* margin-top: 63px; */
  }
}

.info-slider__wrapper .swiper-nav button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-slider__item {
  min-height: 446px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1575px) {
  .info-slider__item {
    min-height: 380px;
  }
}

@media only screen and (max-width: 1200px) {
  .info-slider__item {
    min-height: 307px;
  }
}

@media only screen and (max-width: 576px) {
  .info-slider__item {
    min-height: 146px;
  }
}

@media only screen and (max-width: 576px) {
  .info-slider__paginator {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .info-slider__nav {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.info-slider__in .swiper-scrollbar {
  max-width: 550px;
}

@media only screen and (max-width: 1200px) {
  .info-slider__in .swiper-scrollbar {
    max-width: unset;
    margin-right: 120px;
  }
}

@media only screen and (max-width: 576px) {
  .info-slider__in .swiper-scrollbar {
    margin-right: 0;
    min-width: calc(100% + 40px);
  }
}

@media only screen and (max-width: 1200px) {
  .info-slider__in {
    margin-right: 15.7%;
  }
}

@media only screen and (max-width: 576px) {
  .info-slider__in {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .info-slider__paginatior {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .info-slider__actions {
    position: static;
  }
}

.home-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.home-news__item {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #3E3E3E;
  border-bottom: 1px solid #3E3E3E;
}

@media only screen and (max-width: 576px) {
  .home-news__item {
    padding-top: 20px;
    padding-bottom: 23px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-news__date {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .home-news .button-link {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .home-news__date {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .home-news .button-link {
    margin-top: 15px;
  }
  .home-news .section__title-spacing-3 {
    margin-bottom: 15px;
  }
}

.home-socials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 150px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}

@media only screen and (max-width: 1575px) {
  .home-socials {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-socials {
    margin-left: 0;
    width: auto;
  }
}

@media only screen and (max-width: 576px) {
  .home-socials {
    grid-template-columns: auto;
  }
}

.home-socials .forum-h1 {
  grid-column: 1/3;
}

@media only screen and (max-width: 576px) {
  .home-socials .forum-h1 {
    grid-column: 1/2;
    max-width: 70%;
  }
}

@media only screen and (max-width: 576px) {
  .home-socials__item:last-child {
    margin-top: 20px;
  }
}

.home-socials__link {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-transform: uppercase;
}

.home-socials__link svg {
  stroke: #FF4605;
}

.board-page__top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1200px) {
  .board-page__top {
    grid-template-columns: 1fr 1fr;
  }
  .board-page__top .forum-h1 {
    grid-row: 1/2;
    grid-column: 1/3;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 576px) {
  .board-page__top {
    grid-template-columns: auto;
  }
  .board-page__top .forum-h1 {
    grid-column: auto;
  }
  .board-page__top .board-page__tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px;
  }
  .board-page__top .board-page__tabs .tabs-item-active {
    display: none;
  }
  .board-page__top .board-page__controls {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.board-page__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

@media only screen and (max-width: 1200px) {
  .board-page__tabs {
    gap: 30px;
  }
}

@media only screen and (max-width: 730px) {
  .board-page__tabs {
    gap: 15px;
  }
}

.board-page__tabs-item {
  position: relative;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
  font-size: 28px;
  cursor: pointer;
}

.board-page__tabs-item:hover {
  color: #FF4605;
}

.board-page__tabs-item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: calc(100% + 2px);
  background-color: transparent;
}

@media only screen and (max-width: 576px) {
  .board-page__tabs-item {
    font-size: 20px;
  }
}

.board-page__tabs-item.tabs-item-disabled {
  color: #9B9B9B;
  cursor: auto;
}

.board-page__tabs-item.tabs-item-active {
  color: #FF4605 !important;
  cursor: auto;
}

.board-page__tabs-item.tabs-item-active::before {
  background-color: #FF4605;
}

.board-page__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 50px;
}

@media only screen and (max-width: 1200px) {
  .board-page__controls {
    gap: 30px;
  }
}

@media only screen and (max-width: 730px) {
  .board-page__controls {
    gap: 15px;
  }
}

.card {
  position: relative;
  padding: 40px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  display: grid;
  min-height: 550px;
}

.card-wrapper {
  position: relative;
  margin-bottom: 61px;
}

.card-wrapper:last-child {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1575px) {
  .card-wrapper:last-child {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1575px) {
  .card-wrapper {
    margin-bottom: 41px;
  }
}

.card-wrapper::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #3E3E3E;
  opacity: .8;
  bottom: -30px;
}

@media only screen and (max-width: 1575px) {
  .card-wrapper::before {
    bottom: -20px;
  }
}

@media only screen and (max-width: 1575px) {
  .card {
    min-height: 400px;
  }
}

@media only screen and (max-width: 1200px) {
  .card {
    padding: 20px 20px 30px;
  }
}

@media only screen and (max-width: 576px) {
  .card {
    padding: 20px 15px 25px;
  }
}

.card::before, .card::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .6;
}

.card::before {
  background: linear-gradient(5.48deg, rgba(0, 0, 0, 0.8) 4.3%, rgba(0, 0, 0, 0) 95.62%);
}

.card::after {
  background: #000;
  opacity: .5;
}

.card-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}

.card-top__pushkin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  gap: 5px;
  line-height: 1.2;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5px;
}

@media only screen and (max-width: 576px) {
  .card-top__pushkin {
    line-height: 1.1;
  }
  .card-top__pushkin img {
    max-height: 38px;
    width: auto;
  }
}

.card-top__schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 330px;
}

@media only screen and (max-width: 1200px) {
  .card-top__schedule {
    max-width: 370px;
  }
}

@media only screen and (max-width: 576px) {
  .card-top__schedule {
    max-width: 50%;
  }
}

@media only screen and (max-width: 1575px) {
  .card-top__schedule {
    gap: 12px;
  }
}

@media only screen and (max-width: 1200px) {
  .card-top__schedule .inter-h1 {
    font-size: 24px;
  }
  .card-top__schedule .inter-h1-light {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .card-top__schedule .inter-h1 {
    font-size: 14px;
  }
  .card-top__schedule .inter-h1-light {
    font-size: 10px;
  }
}

.card-bottom .forum-h1 {
  line-height: 0.9;
  margin-bottom: -13px;
}

@media only screen and (max-width: 1200px) {
  .card-bottom .forum-h1 {
    margin-bottom: 0;
  }
}

.card-bottom__info .button-link-secondary {
  margin-top: 35px;
}

@media only screen and (max-width: 1200px) {
  .card-bottom__info .button-link-secondary {
    margin-top: 15px;
  }
}

.card-bottom__description {
  max-width: 379px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  margin-left: auto;
}

@media only screen and (max-width: 1575px) {
  .card-bottom__description {
    max-width: 308px;
  }
}

@media only screen and (max-width: 1200px) {
  .card-bottom__description {
    margin-bottom: -39px;
  }
}

@media only screen and (max-width: 576px) {
  .card-bottom__description {
    margin-bottom: 0;
    max-width: unset;
    text-align: left;
  }
  .card-bottom__description span {
    display: none;
  }
}

.card-bottom__description .button {
  margin-top: 27px;
}

@media only screen and (max-width: 1575px) {
  .card-bottom__description .button {
    margin-top: 20px;
    max-width: 272px;
  }
}

@media only screen and (max-width: 576px) {
  .card-bottom__description .button {
    width: 100%;
    max-width: unset;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .card-bottom__title br {
    display: none;
  }
}

.card-bottom__title .forum-h2 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 576px) {
  .card-bottom__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
  }
  .card-bottom__title .forum-h2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.item {
  height: 100%;
}

@media only screen and (max-width: 976px) {
  .item {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 576px) {
  .item {
    margin-left: 0;
  }
}

.item-section {
  position: relative;
}

.item-section::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100px;
  background-color: #F6F6F6;
  left: 100%;
  top: 0;
  z-index: 1;
}

.item-section::after {
  position: absolute;
  content: '';
  width: 1920px;
  left: 50%;
  height: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 61px;
  background-color: #F6F6F6;
}

@media only screen and (max-width: 976px) {
  .item-section::after {
    bottom: 25px;
  }
}

.item-section .pagination {
  position: relative;
  margin-top: -32px;
  z-index: 3;
}

@media only screen and (max-width: 976px) {
  .item-section .pagination {
    margin-top: -22px;
  }
}

.item-wrapper {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 976px) {
  .item-wrapper {
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
}

.item-wrapper::before {
  position: absolute;
  content: '';
  width: calc(100% + 40px);
  height: 1px;
  left: 20px;
  bottom: 0;
  background-color: #3E3E3E;
  opacity: .8;
}

@media only screen and (max-width: 1200px) {
  .item-wrapper::before {
    left: 10px;
    width: calc(100% + 68px);
  }
}

.item-picture {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1575px) {
  .item-picture {
    min-height: 435px;
  }
}

@media only screen and (max-width: 576px) {
  .item-picture {
    min-height: 315px;
    max-width: 226px;
  }
}

.item-title {
  color: #FF4605;
  margin-bottom: 10px;
}

.item-subtitle {
  margin-bottom: 20px;
  color: #636363;
}

.actor__picture {
  min-height: 840px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1575px) {
  .actor__picture {
    min-height: 604px;
  }
}

@media only screen and (max-width: 1200px) {
  .actor__picture {
    max-width: 340px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 976px) {
  .actor__picture {
    min-height: 510px;
  }
}

@media only screen and (max-width: 576px) {
  .actor__picture {
    min-height: 435px;
    max-width: 290px;
    margin-bottom: 20px;
  }
}

.actor__title {
  max-width: 570px;
  padding-bottom: 20px;
  border-bottom: 1px solid #9B9B9B;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1575px) {
  .actor__title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .actor__title {
    margin-bottom: 30px;
  }
}

.actor__subtitle {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1575px) {
  .actor__subtitle {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .actor__subtitle {
    margin-bottom: 15px;
  }
}

.actor__info {
  max-width: 830px;
  padding-bottom: 20px;
  border-bottom: 1px solid #9B9B9B;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1575px) {
  .actor__info {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .actor__info {
    margin-bottom: 30px;
  }
}

.actor__roles {
  margin-bottom: 50px;
}

@media only screen and (min-width: 1200px) {
  .actor__roles {
    border-bottom: 1px solid #9B9B9B;
  }
}

@media only screen and (min-width: 1575px) {
  .actor__roles {
    border-bottom-color: transparent;
  }
}

@media only screen and (max-width: 1575px) {
  .actor__roles {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .actor__roles {
    margin-bottom: 30px;
  }
}

.actor__role {
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
  overflow: hidden;
}

@media only screen and (max-width: 1575px) {
  .actor__role {
    padding: 15px;
    min-height: 100px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .actor__role {
    max-width: 400px;
  }
}

.actor__role::before, .actor__role::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .6;
}

.actor__role::before {
  background: linear-gradient(5.48deg, rgba(0, 0, 0, 0.8) 4.3%, rgba(0, 0, 0, 0) 95.62%);
}

.actor__role::after {
  background: #000;
  opacity: .5;
}

.actor__role-in {
  position: relative;
  color: #fff;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 11px;
  border-bottom: 1px solid #9B9B9B;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

@media only screen and (max-width: 1575px) {
  .actor__role-in {
    padding-bottom: 2px;
  }
}

.actor__role-info {
  text-align: right;
  font-family: "Inter-Light";
  font-size: 20px;
  line-height: 1.2;
  font-family: "Inter-Regular";
}

@media only screen and (max-width: 1575px) {
  .actor__role-info {
    font-size: 16px;
  }
}

@media only screen and (max-width: 576px) {
  .actor__role-info {
    font-size: 12px;
  }
}

.actor__role:hover .actor__role-in {
  border-bottom-color: #FF4605;
}

.actor__old-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #9B9B9B;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .actor__old-item {
    max-width: 400px;
  }
}

@media only screen and (max-width: 976px) {
  .actor__old-item {
    padding-bottom: 10px;
  }
}

.actor__old-item .inter-h2 {
  margin-top: 12px;
}

@media only screen and (max-width: 976px) {
  .actor__old-item .inter-h2 {
    margin-top: 8px;
  }
}

.news-page__top {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 618px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1575px) {
  .news-page__top {
    min-height: 450px;
  }
}

@media only screen and (max-width: 976px) {
  .news-page__top {
    min-height: 350px;
  }
}

@media only screen and (max-width: 576px) {
  .news-page__top {
    min-height: 160px;
    margin-bottom: 20px;
  }
}

/* .news-page__top::before, .news-page__top::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .6;
}

.news-page__top::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.news-page__top::after {
  background: #000;
  opacity: .5;
} */

.news-page__top > .row {
  position: relative;
  z-index: 1;
}

.news-page__button {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #fff;
}

@media only screen and (max-width: 730px) {
  .news-page__button {
    display: none;
  }
}

.news-page__button svg {
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
  fill: #fff;
}

.news-page__button:hover svg {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

@media only screen and (max-width: 730px) {
  .news-page__date {
    display: none;
  }
}

.news-page__text {
  /* margin-left: -8.33%; */
  /* padding-right: 50px; */
}

@media only screen and (min-width: 1575px) {
  .news-page__text {
    /* margin-left: -2.33%; */
  }
}

@media only screen and (max-width: 1200px) {
  .news-page__text {
    /* margin-left: 0; */
    /* margin-right: 8.33%; */
    margin-top: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .news-page__text {
    /* margin-right: 0; */
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .news-page__title {
    margin-bottom: -50px;
  }
}

@media only screen and (max-width: 730px) {
  .news-page__title {
    display: none;
  }
}

.news-item {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #9B9B9B;
}

@media only screen and (max-width: 1575px) {
  .news-item {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .news-item {
    margin-bottom: 40px;
    max-width: 620px;
  }
}

@media only screen and (max-width: 576px) {
  .news-item {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.news-item__picture {
  min-height: 553px;
  margin-bottom: 30px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1575px) {
  .news-item__picture {
    min-height: 397px;
  }
}

@media only screen and (max-width: 576px) {
  .news-item__picture {
    min-height: 200px;
    margin-bottom: 20px;
  }
}

.news-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}

.news-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
}

@media only screen and (max-width: 576px) {
  .news-item__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.news-item__bottom .button-link {
  white-space: nowrap;
}

.news-item__title{
  height: 40px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.news-item__text{
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.partner {
  max-height: 102px;
  width: auto;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

.partner:hover {
  opacity: .8;
}

.partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 30px;
}

.partner-list--top {
  gap: 54px;
}

@media only screen and (max-width: 576px) {
  .partner-list--top {
    gap: 30px;
  }
}

.contacts-top__wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D1D1D1;
  border-top: 1px solid #D1D1D1;
  margin-bottom: 30px;
}

@media only screen and (max-width: 576px) {
  .contacts-top__wrapper {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .contacts-top__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media only screen and (max-width: 730px) {
  .contacts-top__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}

.contacts-top__sub {
  max-width: 65%;
}

@media only screen and (max-width: 976px) {
  .contacts-top__sub {
    max-width: 85%;
  }
}

@media only screen and (max-width: 576px) {
  .contacts-top__sub {
    font-size: 20px;
  }
}

.contacts-picture {
  min-height: 795px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1575px) {
  .contacts-picture {
    min-height: 673px;
  }
}

@media only screen and (max-width: 1200px) {
  .contacts-picture {
    min-height: 352px;
    min-width: 272px;
    width: 32%;
  }
}

@media only screen and (max-width: 730px) {
  .contacts-picture {
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .contacts-picture {
    min-height: 280px;
  }
}

.contacts-info__item {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #D1D1D1;
}

@media only screen and (max-width: 1575px) {
  .contacts-info__item {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .contacts-info__item .inter-h2 {
    font-size: 14px;
  }
  .contacts-info__item .forum-h4 {
    font-size: 20px;
  }
}

.contacts-info__additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  height: 100%;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1575px) {
  .contacts-info__additional {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .contacts-info__additional .inter-h2 {
    font-size: 14px;
  }
  .contacts-info__additional .forum-h4 {
    font-size: 20px;
  }
}

.contacts-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}

@media only screen and (max-width: 1658px) {
  .contacts-socials {
    gap: 15px;
  }
}

@media only screen and (max-width: 1575px) {
  .contacts-socials {
    gap: 25px;
  }
}

@media only screen and (max-width: 576px) {
  .contacts-socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.contacts-socials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}

.contacts-socials__item svg {
  stroke: #FF4605;
}

@media only screen and (max-width: 1575px) {
  .contacts-socials__item svg {
    max-height: 26px;
    width: auto;
  }
}

.contacts-tel:hover {
  color: #3E3E3E;
}

.unknown__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media only screen and (max-width: 576px) {
  .unknown__in-picture {
    width: 276px;
    height: 122px;
  }
}

.unknown__in-title {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
  .unknown__in-title {
    max-width: 480px;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 576px) {
  .unknown__in-title {
    max-width: unset;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.unknown__in-button {
  max-width: 470px;
}

@media only screen and (max-width: 576px) {
  .unknown__in-button {
    max-width: unset;
  }
}

.perfomance-top {
  position: relative;
  min-height: 600px;
  display: grid;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1575px) {
  .perfomance-top {
    min-height: 500px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 976px) {
  .perfomance-top {
    min-height: 400px;
  }
}

.perfomance-top .swiper-scrollbar {
  position: absolute;
  z-index: 1;
  max-width: 320px;
}

@media only screen and (max-width: 1575px) {
  .perfomance-top .swiper-scrollbar {
    left: 40px;
    bottom: 60px;
    max-width: 221px;
  }
}

@media only screen and (max-width: 1200px) {
  .perfomance-top .swiper-scrollbar {
    display: none;
  }
}

.perfomance-slider {
  height: 100%;
}

.perfomance-slider__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.perfomance-slider__picture {
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

.perfomance-slider__stage-picture {
  position: absolute;
  width: 320px;
  height: 180px;
  border: 1px solid #838587;
  left: 50px;
  bottom: 90px;
}

@media only screen and (max-width: 1575px) {
  .perfomance-slider__stage-picture {
    width: 221px;
    height: 124px;
    left: 37px;
    bottom: 81px;
  }
}

@media only screen and (max-width: 1200px) {
  .perfomance-slider__stage-picture {
    display: none;
  }
}

.perfomance-slider__nav {
  position: absolute;
  left: 50px;
  bottom: 50px;
}

@media only screen and (max-width: 1575px) {
  .perfomance-slider__nav {
    left: 40px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .perfomance-slider__nav {
    display: none;
  }
}

.perfomance-card {
  position: relative;
  color: #fff;
  padding: 50px;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 1575px) {
  .perfomance-card {
    padding: 40px;
  }
}

@media only screen and (max-width: 976px) {
  .perfomance-card {
    padding: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .perfomance-card {
    padding: 20px 15px;
  }
}

.perfomance-card__in {
  position: relative;
  height: 100%;
}

.perfomance-card__pushkin {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  top: 0;
  gap: 5px;
  color: #fff;
  line-height: 1.2;
  z-index: 1;
  flex-direction: column;
}

@media only screen and (max-width: 576px) {
  .perfomance-card__pushkin {
    line-height: 1.1;
  }
  .perfomance-card__pushkin img {
    max-height: 38px;
    width: auto;
  }
}

@media only screen and (max-width: 976px) {
  .perfomance-card__in .forum-h1 {
    margin-bottom: -8px;
  }
  .perfomance-card__in .col-sm-5 {
    position: static;
  }
}

@media only screen and (max-width: 576px) {
  .perfomance-card__in .forum-h1 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .perfomance-card__info {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .perfomance-card__info-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}

@media only screen and (max-width: 576px) {
  .perfomance-card__info .forum-h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 976px) {
  .perfomance-card__row {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 576px) {
  .perfomance-card__row {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .perfomance-card__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (max-width: 1200px) {
  .perfomance-schedule {
    padding-right: 8.33%;
  }
}

@media only screen and (max-width: 576px) {
  .perfomance-schedule {
    padding-right: 0;
  }
}

.perfomance-schedule__item {
  padding-bottom: 10px;
  border-bottom: 1px solid #636363;
  margin-bottom: 20px;
}

.perfomance-schedule__item-subtitle {
  margin-bottom: 10px;
}

@media only screen and (max-width: 576px) {
  .perfomance-schedule__item-subtitle {
    margin-bottom: 5px;
  }
}

.perfomance-schedule__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}

.perfomance-schedule__item-row .button {
  margin-left: auto;
}

.perfomance-schedule__item-info {
  position: relative;
  display: grid;
  grid-template-columns: 10% 1fr 1fr;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 576px) {
  .perfomance-schedule__item-info {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    gap: 15px;
    grid-template-columns: auto auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 145px;
  }
  .perfomance-schedule__item-info span:last-child {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: -20px;
  }
}

.perfomance-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #636363;
}

@media only screen and (max-width: 576px) {
  .perfomance-info {
    margin-bottom: 20px;
  }
}

.perfomance-info__subtitle {
  margin-bottom: 10px;
}

@media only screen and (max-width: 576px) {
  .perfomance-info__subtitle {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 1200px) {
  .perfomance-info__wrapper {
    padding-right: 8.33%;
  }
}

@media only screen and (max-width: 576px) {
  .perfomance-info__wrapper {
    padding-right: 0;
  }
}

.perfomance-pushkin__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .perfomance-pushkin__wrapper {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 576px) {
  .perfomance-pushkin__wrapper {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .perfomance-pushkin__wrapper img {
    width: 145px;
    height: 145px;
  }
}

.perfomance-pushkin__wrapper span:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 1575px) {
  .perfomance-pushkin__wrapper span:nth-child(2) {
    top: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .perfomance-pushkin__wrapper span:nth-child(2) {
    top: 0;
  }
}

.perfomance-pushkin__wrapper span:nth-child(3) {
  position: absolute;
  right: 0;
  top: 50%;
}

@media only screen and (max-width: 1575px) {
  .perfomance-pushkin__wrapper span:nth-child(3) {
    right: -20%;
  }
}

@media only screen and (max-width: 1200px) {
  .perfomance-pushkin__wrapper span:nth-child(3) {
    right: 0;
  }
}

.perfomance-pushkin__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 460px;
  padding: 40px;
}

@media only screen and (max-width: 1575px) {
  .perfomance-pushkin__banner {
    min-height: 350px;
    padding: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .perfomance-pushkin__banner {
    min-height: 318px;
    padding: 25px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .perfomance-pushkin__banner {
    min-height: 318px;
    padding: 20px 15px;
  }
}

.perfomance-role {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}

@media only screen and (max-width: 576px) {
  .perfomance-role {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .perfomance-role .inter-h2 {
    font-size: 12px;
  }
  .perfomance-role .forum-h5 {
    font-size: 14px;
  }
}

.perfomance-role a {
  position: relative;
  display: inline-block;
}

.perfomance-role a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  background-color: #FF4605;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

.perfomance-role a:not(:last-child) {
  margin-bottom: 5px;
}

.perfomance-role a:hover::before {
  background-color: #3E3E3E;
}

.perfomance-others-slider {
  margin-bottom: 28px;
}

@media only screen and (max-width: 576px) {
  .perfomance-others-slider {
    margin-bottom: 20px;
  }
}

.perfomance-others-slider__wrapper {
  position: relative;
}

.perfomance-others-slider__wrapper .swiper-nav button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.perfomance-others-slider__item {
  min-height: 446px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1575px) {
  .perfomance-others-slider__item {
    min-height: 380px;
  }
}

@media only screen and (max-width: 576px) {
  .perfomance-others-slider__item {
    min-height: 146px;
  }
}

.perfomance-others-slider__nav {
  margin-left: 40px;
}

@media only screen and (max-width: 576px) {
  .perfomance-others-slider__nav {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .perfomance-others-slider__in {
    margin-right: 15.7%;
  }
}

@media only screen and (max-width: 576px) {
  .perfomance-others-slider__in {
    margin-right: 40px;
  }
}

.perfomance-others-slider__item {
  color: #fff;
  position: relative;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 576px) {
  .perfomance-others-slider__item {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 15px;
  }
  .perfomance-others-slider__item .forum-h2 {
    font-size: 20px;
  }
}

.perfomance-others-slider__item-pushkin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #fff;
  line-height: 1.2;
  z-index: 1;
}

@media only screen and (max-width: 576px) {
  .perfomance-others-slider__item-pushkin {
    display: none;
  }
}

.perfomance-others-slider__item-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
}

.perfomance-others-slider__item-bottom .button {
  max-width: 272px;
}

@media only screen and (max-width: 730px) {
  .perfomance-others-slider__item-bottom .button {
    display: none;
  }
}

.perfomance-others-slider__item-wrapper > .button {
  margin-top: 10px;
}

@media only screen and (min-width: 731px) {
  .perfomance-others-slider__button {
    display: none;
  }
}

.documents-picture {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 445px;
}

@media only screen and (max-width: 1575px) {
  .documents-picture {
    min-height: 341px;
  }
}

@media only screen and (max-width: 976px) {
  .documents-picture {
    min-height: 380px;
  }
}

@media only screen and (max-width: 576px) {
  .documents-picture {
    min-height: 280px;
  }
}

.documents-top {
  padding-bottom: 40px;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 40px;
}

@media only screen and (max-width: 576px) {
  .documents-top {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}

.document {
  padding-bottom: 10px;
  border-bottom: 1px solid #636363;
  display: grid;
  grid-template-columns: 1fr 15px;
  grid-gap: 15px;
  margin-bottom: 40px;
}

.document:hover {
  color: #3E3E3E;
  border-bottom-color: #FF4605;
}

@media only screen and (max-width: 1575px) {
  .document {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 1200px) {
  .document {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .document {
    margin-bottom: 20px;
    grid-template-columns: 1fr 10px;
  }
  .document svg {
    width: 10px;
    height: 10px;
  }
}

.document__title {
  text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
  .document__title {
    font-size: 12px;
  }
}

.params-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 576px) {
  .params-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }
}

.params-nav__button {
  font-family: "Inter-Regular";
  font-size: 16px;
  padding: 19px 17px;
  border-radius: 100px;
  border: 2px solid #FF4605;
}

@media only screen and (max-width: 1200px) {
  .params-nav__button {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .params-nav__button {
    font-size: 12px;
  }
}

.params-nav__button--here {
  color: #fff !important;
  background-color: #FF4605;
  cursor: auto !important;
}

.params-item {
  margin-bottom: 40px;
}

.params-item__picture {
  min-height: 388px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

@media only screen and (max-width: 1575px) {
  .params-item__picture {
    min-height: 277px;
  }
}

@media only screen and (max-width: 576px) {
  .params-item__picture {
    min-height: 220px;
  }
}

.params-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #636363;
}

.params-item__info .button-link {
  margin-top: 12px;
}

@media only screen and (max-width: 576px) {
  .params-item__info .button-link {
    margin-top: 0;
  }
}

.scheme-picture {
  max-width: 100%;
  height: auto;
}

.scheme-button {
  max-width: 370px;
  margin: auto;
}

.list li {
  margin-bottom: 10px;
  list-style-type: circle;
}

.list li ul {
  margin-top: 10px;
}

.about-nav {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1575px) {
  .about-nav {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 976px) {
  .about-nav {
    margin-bottom: 20px;
  }
}

.about-nav__link {
  position: relative;
  display: inline-block;
  font-size: 32px;
  margin-right: 40px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1575px) {
  .about-nav__link {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1575px) {
  .about-nav__link {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .about-nav__link {
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 15px;
  }
}

.about-nav__link--here {
  color: #FF4605;
}

.about-nav__link--here::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: -4px;
  background: #FF4605;
}

.about-top__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
  margin-top: 15px;
  width: 100%;
}

@media only screen and (max-width: 576px) {
  .about-top__actions {
    margin-top: 7px;
  }
}

.about-top__button {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #FF4605;
}

@media only screen and (max-width: 976px) {
  .about-top__button {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .about-top__button {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.about-top__button svg {
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
  fill: #FF4605;
}

@media only screen and (max-width: 976px) {
  .about-top__button svg {
    height: 37px;
    width: auto;
  }
}

.about-top__button:hover svg {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.about-top__link {
  position: relative;
  padding-bottom: 5px;
  display: grid;
  grid-template-columns: 1fr 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.about-top__link::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #FF4605;
  left: 0;
  bottom: 0;
  -webkit-transition: .6s all ease;
  transition: .6s all ease;
}

.about-top__picture {
  min-height: 461px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1575px) {
  .about-top__picture {
    min-height: 341px;
  }
}

@media only screen and (max-width: 976px) {
  .about-top__picture {
    min-height: 270px;
  }
}

@media only screen and (max-width: 576px) {
  .about-top__picture {
    min-height: 135px;
  }
}

.about-top__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .about-top__info {
    margin-top: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 576px) {
  .about-top__info {
    margin-top: 20px;
  }
}

.about-top__info .forum-h1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .about-top__info .forum-h1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .about-middle {
    padding-top: 40px;
    padding-bottom: 40px !important;
  }
}

@media only screen and (max-width: 576px) {
  .about .section__title-spacing-3 {
    margin-bottom: 10px;
  }
}

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

@media only screen and (max-width: 1200px) {
  .about img {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1575px) {
  .about--1 img {
    max-width: 290px;
  }
}

.about--1 .about-info {
  padding-bottom: 20px;
  border-bottom: 1px solid #636363;
}

.about--2 .about-info div:last-child {
  padding-left: 5%;
}

@media only screen and (max-width: 1200px) {
  .about--2 .about-info div:last-child {
    padding-left: 0;
  }
}

.about--3 .about-info {
  padding-bottom: 20px;
  border-bottom: 1px solid #636363;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

@media only screen and (max-width: 1200px) {
  .about--3 .about-info {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (max-width: 1200px) {
  .about--4 {
    padding-top: 40px;
  }
}

.about--4 .about-info {
  margin-top: 15px;
}

@media only screen and (max-width: 1200px) {
  .about--4 .about-info {
    margin-top: 0;
  }
}

.about--4 .about-info div:last-child {
  padding-left: 8.33%;
}

@media only screen and (max-width: 1200px) {
  .about--4 .about-info div:last-child {
    padding-left: 0;
  }
}

.about--5 .forum-h1 {
  line-height: .7;
  position: absolute;
  left: 100%;
  top: -40px;
  white-space: nowrap;
}

@media only screen and (max-width: 1200px) {
  .about--5 .forum-h1 {
    position: relative;
    left: auto;
    top: auto;
    white-space: normal;
  }
}

.about--5 .about-info {
  padding-bottom: 20px;
  border-bottom: 1px solid #636363;
  margin-top: 20px;
}

@media only screen and (max-width: 1200px) {
  .about--5 .about-info {
    margin-top: 0;
  }
}

.history-picture {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1575px) {
  .history-picture {
    max-height: 470px;
  }
}

@media only screen and (max-width: 1200px) {
  .history-picture {
    max-height: 350px;
    -webkit-transform: rotate(0) !important;
            transform: rotate(0) !important;
  }
}

@media only screen and (max-width: 576px) {
  .history-picture {
    max-height: 276px;
  }
}

.history-picture--rotate-right {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

.history-picture--rotate-left {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

.history--padding-left {
  margin-left: 8.77%;
}

@media only screen and (max-width: 1200px) {
  .history--padding-left {
    margin-left: 0;
  }
}

.history__line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 95%;
  max-height: 90%;
}

@media only screen and (max-width: 1200px) {
  .history__line {
    display: none;
  }
}

.history-info {
  padding-bottom: 20px;
  border-bottom: 1px solid #9B9B9B;
}

@media only screen and (max-width: 1200px) {
  .history-info {
    padding-bottom: 15px;
    margin-top: 15px;
  }
}

.history-info .forum-h1 {
  line-height: .8;
}

.history-info .forum-h2 {
  line-height: .9;
}

@media only screen and (max-width: 1575px) {
  .history-info .forum-h2 {
    font-size: 32px;
    line-height: 1;
  }
}

@media only screen and (max-width: 576px) {
  .history-info .forum-h2 {
    font-size: 20px;
    line-height: 1.1;
  }
}

.history-top {
  position: relative;
}

.history-top .container {
  position: relative;
}

.history-top .history__line {
  max-height: unset;
  height: calc(100% - 315px);
}

.history-top--4 .history-picture:last-child {
  position: absolute;
  left: -8.33%;
  top: 150px;
}

@media only screen and (max-width: 1575px) {
  .history-top--4 .history-picture:last-child {
    max-width: 220px;
  }
}

@media only screen and (max-width: 1200px) {
  .history-top--4 .history-picture:last-child {
    position: relative;
    left: auto;
    top: auto;
    margin-top: -30%;
  }
}

@media only screen and (max-width: 576px) {
  .history-top--4 .history-picture:last-child {
    max-width: 118px;
    margin-top: -15%;
  }
}

@media only screen and (max-width: 1200px) {
  .history-top--4 .history-picture:first-child {
    padding-left: 12.33%;
  }
}

.color-lolGray {
  color: #D3D3D3;
}

.history-bottom {
  color: #fff;
  background-color: #222222;
}

.history-bottom__in {
  position: relative;
}

.history-bottom__in > section {
  position: relative;
  z-index: 1;
}

.history-bottom__in .history__line {
  max-height: unset;
  height: calc(100% - 190px);
}

.history-bottom__in:nth-child(2) .history__line {
  margin-left: 100px;
}

.history-bottom__line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 95%;
  max-height: 90%;
}

.history-bottom--4 {
  margin-top: -70px;
}

@media only screen and (max-width: 1575px) {
  .history-bottom--4 {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 1200px) {
  .history-bottom--4 {
    margin-top: 0;
  }
}

.history-bottom--10 .history-info {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .history-bottom--10 .history-info {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .history-bottom--12 .history-picture:first-child {
    padding-left: 80px;
  }
}

.history-bottom--12 .history-picture:last-child {
  position: absolute;
  left: -80px;
  bottom: -30px;
}

@media only screen and (max-width: 1575px) {
  .history-bottom--12 .history-picture:last-child {
    max-width: 161px;
    height: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .history-bottom--12 .history-picture:last-child {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: -89px;
  }
}

@media only screen and (max-width: 576px) {
  .history-bottom--12 .history-picture:last-child {
    max-width: 123px;
  }
}

.history-bottom--12 .history-picture__wrapper {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .history-bottom--12 .history-picture__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.history-bottom--18 .history-info {
  margin-top: -20%;
}

@media only screen and (max-width: 1200px) {
  .history-bottom--18 .history-info {
    margin-top: 15px;
  }
}

.history-bottom__border {
  border-bottom: 1px solid #4E4E4E;
}

.month-container{
  display: none;
}
.month-container-active{
  display: block;
}
.offer-bottom-slider__text{
  height: 21px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-page__text img{
  width: 100%;
  height: auto;
}
.perfomance-card {
  background: linear-gradient(5.48deg, rgba(0, 0, 0, 0.8) 4.3%, rgba(0, 0, 0, 0) 95.62%);
}

.perfomance-others-slider__item-wrapper {
  background: linear-gradient(5.48deg, rgba(0, 0, 0, 0.8) 4.3%, rgba(0, 0, 0, 0) 95.62%);
}

.offer-bottom-slider__info .forum-h1{
  /* height: 64px; */
  width: 100%;
  /* max-width: 600px; */
  font-size: 50px;
  max-width: 900px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}
.board-top a{
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.board-top a:hover {
  color: #3E3E3E;
}
.card-bottom__title a{
  color: #FFF;
}

@media only screen and (min-width: 1200px){
  .offer-slider__wrapper{
    position: relative;
  }
  .offer-slider__wrapper::before{
    content: "";
    width: 1px;
    height: calc(100% - 105px);
    position: absolute;
    top: 0;
    right: -20px;
    background: #FF4605;
  }
}

.perfomance-card__pushkin a,
.card-top__pushkin a{
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1964px){
  .offer-top-slider__wrapper .swiper-scrollbar,
  .offer-top-slider__nav{
    bottom: 160px;
  }
}
.offer-top-slider__premiere{
  color: #FF4605;
  font-size: 60px;
  position: absolute;
  top: 40px;
  left: 40px;
}
.card-top__premiere{
    color: #FF4605;
    font-size: 40px;
    text-transform: uppercase;

}
.card-top__experemental{
  font-size: 30px;
}
.perfomance-slider__premiere{
  color: #FF4605;
    font-size: 60px;
    text-transform: uppercase;

}
@media only screen and (max-width: 575px) {
.offer-top-slider__premiere {font-size: 20px; top: 20px; left: 20px;}
.card-top__premiere, .perfomance-slider__premiere, .card-top__experemental {font-size: 20px;}
}

.float-left{
  float: left;
}
.news-page__back{
  margin-top: 30px;
}
.video{
  width: 100%;
  height: auto;
}
.js-scroll-top{
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 15px;
  display: none;
}
.swo{
  max-width: 700px;
  display: block;
  margin: 0 auto;
}
.swo img{
  width: 100%;
  height: auto;
}
.news-page__text a{
  text-decoration: underline;
  color: #FF4605;
}

.cookies-alert {
    padding: 15px 30px;
    border: 1px solid #F66F2E;
    background: #FC7443;
    color: #1F1F1F;
    max-width: 816px;
    width: calc(100% - 150px);
    display: flex;
    align-items: center;
    gap: 20px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10;
}
.cookies-alert__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0%;
}
.cookies-alert__text a {
    color: #FFFFFF;
    text-decoration: none;
}
.cookies-alert__btn {
    padding: 12px 24px;
    border-radius: 8px;
    background: #FFFFFF;
    color: #FC7443;
    white-space: nowrap;
    cursor: pointer;
}
@media (max-width: 767px) {
    .cookies-alert {
        width: calc(100% - 40px);
        bottom: 20px;
        right: 20px;
        flex-direction: column;
        align-items: end;
    }
}
/* End */
/* /local/templates/dramtheatre/assets/css/app.css?1764928663234667 */
