/* reset style */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  height: 100%;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* grid */
html {
  font-size: 16px;
}

body {
  font-family: "Geologica", sans-serif;
  color: #505050;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
  max-width: 2560px;
  min-width: 360px;
  margin: 0px auto;
  position: relative;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  background: #fff;
}

.wrapper {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  position: relative;
}

.content {
  display: table-row;
  height: 100%;
}

.content__block {
  padding-top: 20px;
  padding-bottom: 50px;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 30px;
  position: relative;
}

h1 {
  font-family: "PT Serif", sans-serif;
  font-size: 30px;
  line-height: 32px;
  color: #252525;
  font-weight: 700;
}

h2 {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #252525;
}

h3 {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  color: #252525;
}

h4 {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #252525;
}

h5 {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #252525;
}

h6 {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #252525;
}

a {
  color: #410074;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
a:hover {
  text-decoration: none;
}

.cl {
  clear: left;
}

.content {
  background: url(/images/content-bg.svg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.pop .content {
  background: url(/images/pop-content-bg.png) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.index .content {
  background: none;
}

.content--nobg {
  background: none;
}

.content__container ul {
  list-style: disc;
  margin: 0 0 0 20px;
}

.content__container ul li {
  list-style: inherit;
}

.content__container ol {
  list-style: decimal;
  margin: 0 0 0 20px;
}

.content__container ol li {
  list-style: inherit;
}

.content__container p {
  margin: 15px 0 0 0;
}

.content__container p:first-child {
  margin: 0;
}

.content__container table {
  border-collapse: collapse;
  font-size: 15px;
  width: 100%;
  -webkit-box-shadow: 0 0 0 1px rgb(227, 224, 229);
  box-shadow: 0 0 0 1px rgb(227, 224, 229);
  border-radius: 5px;
}

.content__container table td {
  padding: 10px 15px;
  vertical-align: middle;
  border: none;
  text-align: left;
  background: none;
  color: #252525;
  line-height: 17px;
  border-top: 1px solid #e3e0e5;
  border-left: 1px solid #e3e0e5;
}

.content__container table td:first-child {
  border-left: none;
}

.content__container table tr:last-child td:first-child {
  border-radius: 5px;
}

.content__container table tr:last-child td:last-child {
  border-radius: 5px;
}

.content__container table tr:nth-child(even) {
  background: #fff;
}

.content__container table tr:nth-child(odd) {
  background: #fff;
}

.content__container table th {
  font-weight: 400;
  padding: 10px 15px;
  vertical-align: middle;
  border: none;
  text-align: left;
  color: #252525;
  font-size: 16px;
  background: #e3e0e5;
  border-left: 1px solid #e3e0e5;
}

.content__container table th:first-child {
  border-radius: 5px 0 0 0;
  border-left: none;
}

.content__container table th:last-child {
  border-radius: 0px 5px 0 0;
}

.content__container table thead td {
  border-bottom-width: 0px;
  text-align: left;
  font-weight: normal;
  padding: 10px;
  background: #e3e0e5;
}

.content__container table tfoot th {
  background: #e3e0e5;
  text-align: left;
  border: none;
  font-size: 14px;
  font-weight: normal;
  color: #252525;
}

.content__container table tfoot td {
  background: #e3e0e5;
  text-align: left;
  border: none;
  font-size: 105%;
  font-weight: normal;
  color: #252525;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.swiper-wrapper {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* -moz-transition: none !important;	-moz-transition-duration: 0s!important; */
}

.swiper-slide {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* -moz-transition: none !important;	-moz-transition-duration: 0s!important; */
}

.swiper-lazy-preloader {
  border: 4px solid #fff;
}

.fancybox-active {
  height: 100%;
}

.fancybox-content {
  padding: 0;
  border-radius: 0px;
}

.fancybox-caption__body {
  font-size: 20px;
}

.fancybox-close-small {
  opacity: 1;
  outline: none;
  border: none;
}

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

.popup {
  display: none;
  background: #410074;
  border-radius: 10px;
}

.fancybox-slide--html .fancybox-close-small {
  color: #fff;
  padding: 5px;
  top: 10px;
  right: 10px;
}

.popup__content {
  padding: 30px;
  background: #fff;
}

.popup__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  padding: 20px 30px;
  background: #410074;
  border-radius: 8px 8px 0 0;
}

.popup__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #505050;
}
.popup__text span {
  display: block;
  color: #410074;
  margin-top: 10px;
}

.pin {
  position: fixed;
  z-index: 1000;
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: calc(60% - 79px);
  left: 0px;
  width: 30px;
  height: 158px;
  background: #410074 url(/images/tickets-icon-desktop.svg) 0px 0px no-repeat;
  -webkit-box-shadow: 4px 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 4px 0 10px 0 rgba(0, 0, 0, 0.15);
}
.pin a {
  display: block;
  width: 100%;
  height: 100%;
}

.cookies {
  position: fixed;
  z-index: 500;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 -5px 15px 0 rgba(6, 88, 175, 0.15);
          box-shadow: 0 -5px 15px 0 rgba(6, 88, 175, 0.15);
  background: #fff;
  padding: 1.25rem 0;
}

.cookies__inner {
  max-width: 850px;
  margin: 0 auto;
}

.cookies__text {
  text-align: center;
  padding: 0 5rem;
}

.cookies__text a {
  text-decoration: none;
  border-bottom: 1px solid #410074;
  color: #410074;
}

.cookies__text a:hover {
  border-bottom: 1px solid #fff;
}

.cookies__link {
  width: 7.875rem;
  height: 2.75rem;
  margin: 1rem auto 0 auto;
}

.cookies__link a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #410074;
  border-radius: 0.375rem;
  line-height: 2.625rem;
  background: #410074;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.cookies__link a:hover {
  background: #fff;
  color: #410074;
}

.cookies__close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 1.875rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background: url(/images/cookies-close.svg) 0px 0px no-repeat;
}

.header-index {
  position: relative;
  background: url(/images/header-bg-line.svg) 0 0 repeat-x;
  z-index: 200;
  min-height: 180px;
}

.header-index__line {
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  height: 6px;
  top: 58px;
  left: 0px;
  right: 0px;
}

.header-index__logo {
  position: absolute;
  z-index: 2;
  width: 370px;
  height: 180px;
  top: 0;
  left: 50%;
  margin-left: -185px;
  background: url(/images/logo-bg-index3.png) 0 0 no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-index__logo img {
  display: block;
  margin-top: 11px;
}

.header-index__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}


.header-index__left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

.header-index__right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

.header {
  position: relative;
  background: url(/images/header-bg-violet.jpg) top center no-repeat;
  z-index: 20;
  background-size: cover;
}

.pop .header {
  position: relative;
  background: url(/images/pop-header-bg.jpg) center center no-repeat;
  z-index: 20;
}

.folk .header {
  position: relative;
  background: url(/images/folk-header-bg.jpg) center center no-repeat;
  z-index: 20;
}

.header__section {
  padding: 12px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  width: 100%;
}

.header__shine {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -250px;
  bottom: 0;
  width: 696px;
  background: url(/images/shine-bg.png) 0 0 no-repeat;
}

.header__logo {
  position: relative;
  z-index: 2;
  width: 193px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 50px;
}
.header__logo img {
  display: block;
  width: 100%;
}

.header__content {
  position: relative;
  z-index: 2;
}

.header-content__top {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}

.header-menu__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 40px;
  position: relative;
}
.header-menu__item:first-child {
  margin-left: 0;
}
.header-menu__item:hover .header-menu__link:before {
  left: 0;
  width: 100%;
  background-color: #fff;
}
.header-menu__item:hover .header__submenu {
  width: 300px;
  opacity: 1;
  z-index: 100;
  overflow: visible;
}

.index .header-menu__item:hover .header-menu__link:before {
  background-color: #252525;
}
.index .header-menu__item:hover .header__submenu {
  width: 300px;
  opacity: 1;
  z-index: 100;
  overflow: visible;
}

.header-menu__link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.index .header-menu__link {
  color: #252525;
}

.header-menu__link:hover {
  color: #fff;
  text-decoration: none;
}

.index .header-menu__link:hover {
  color: #252525;
  text-decoration: none;
}

.header-menu__link:before {
  position: absolute;
  display: inline-block;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 50%;
  width: 0;
  background: #fff;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.header__submenu {
  position: absolute;
  z-index: 2;
  top: 20px;
  padding-top: 20px;
  left: -18px;
  opacity: 0;
  z-index: -100;
  height: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}

.index .header__submenu {
  padding-top: 23px;
}

.header-submenu__list {
  margin: 0;
  padding: 0;
  background: #410074;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.index .header-submenu__list {
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfe), to(#edecfd));
  background: linear-gradient(180deg, #fdfdfe 0%, #edecfd 100%);
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.folk .header-submenu__list {
  margin: 0;
  padding: 0;
  background: #9d0011;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.header-submenu__item {
  border-top: 1px solid #580e93;
}
.header-submenu__item:first-child {
  border-top: none;
}

.index .header-submenu__item {
  border-top: 1px solid #e3e0e5;
}
.index .header-submenu__item:first-child {
  border-top: none;
}

.folk .header-submenu__item {
  border-top: 1px solid #b72b3a;
}
.folk .header-submenu__item:first-child {
  border-top: none;
}

.header-submenu__link {
  display: block;
  padding: 15px 17px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
}
.header-submenu__link:hover {
  color: #cf92ff;
}

.index .header-submenu__link {
  color: #252525;
}
.index .header-submenu__link:hover {
  color: #410074;
}

.folk .header-submenu__link {
  color: #fff;
}
.folk .header-submenu__link:hover {
  color: #ffa9b2;
}

.header__blind {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 40px;
}
.header__blind a {
  display: block;
  width: 32px;
  height: 13px;
  background: url(/images/blind-icon.svg) 0 0 no-repeat;
}

.index .header__blind {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 40px;
}
.index .header__blind a {
  display: block;
  width: 32px;
  height: 13px;
  background: url(/images/blind-icon-black.svg) 0 0 no-repeat;
}

.header__title {
  margin-top: 40px;
}
.header__title h1 {
  color: #fff;
}

.header-title__divider {
  margin-top: 20px;
  width: 124px;
  height: 10px;
  background: url(/images/title-bg.svg) 0 0 no-repeat;
}

.header__line {
  display: none;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  height: 3px;
  top: 38px;
  left: 0px;
  right: 0px;
}

.header__toggle {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: -16px;
  width: 64px;
  height: 42px;
  background: url(/images/menu-sprite.svg) 0px 0px no-repeat;
  cursor: pointer;
}
.header__toggle.is-active {
  background-position: 0 0px;
}

.footer {
  position: relative;
  background: #252525;
}

.footer__section--top {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__section--bottom {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 200;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__name {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}

.footer__contacts {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-weight: 200;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.footer__contacts a {
  color: #fff;
  text-decoration: none;
}

.footer__phone {
  margin-top: 8px;
}

.footer__old {
margin-top:8px;
}

.footer__old  a {color:#fff; text-decoration:underline;}
.footer__old  a:hover {color:#fff; text-decoration:none;}

.footer__phone a {color:#fff; text-decoration:none;}

.footer__attention {
  width: 231px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.footer__attention img {
  display: block;
}

.footer__adress span { background: url(/images/rank-icon.svg) 0 3px no-repeat; padding-left:40px; display:inline-block; min-height:34px;}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.footer__social div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-flex: 0;
	-ms-flex: none;
	  flex: none;
}

.footer__social a {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
.footer__social a:first-child {
  margin-left: 0;
}

.footer__copyrights {
  width: 346px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  opacity: 0.6;
}

.footer__policy a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #252525;
  opacity: 0.6;
}
.footer__policy a:hover {
  border-bottom: 1px solid #fff;
  opacity: 1;
}

.footer__developer a {
  display: block;
  line-height: 24px;
  background: url(/images/dev-logo.svg) 0 0 no-repeat;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #252525;
  padding-left: 22px;
  opacity: 0.6;
}
.footer__developer a span {
  color: #47cdff;
}
.footer__developer a:hover {
  opacity: 1;
}

.breadcrumbs {
  padding: 0px 0 40px 0px;
  position: relative;
  z-index: 2;
}

.breadcrumbs__path {
  font-weight: 200;
  font-size: 16px;
  line-height: 20px;
  line-height: 1.25;
  color: #b7b7b7;
}
.breadcrumbs__path a {
  color: #b7b7b7;
  text-decoration: none;
}
.breadcrumbs__path a:hover {
  color: #410074;
}
.breadcrumbs__path span {
  background: url(/images/flag.svg) 50% 65% no-repeat;
  padding: 0 10px;
  width: 10px;
}

.mobile-block {
  position: fixed;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3000;
  display: none;
  background: rgba(56, 56, 56, 0.5);
}

.mobile-block__wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-block__inner {
  background: #fff;
  width: 340px;
  height: 100%;
  overflow: auto;
}

.mobile-block__inner::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0px;
}

.mobile-block__inner::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

.mobile-block__header {
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #e3e0e5;
  position: sticky;
  top: 0;
  z-index: 3;
  background: #fff;
}

.mobile-block__close {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(/images/close-icon.svg) 50% 50% no-repeat;
  width: 66px;
}

.mobile-block__logo {
  width: 86px;
  margin: 0 auto;
}
.mobile-block__logo img {
  display: block;
  width: 100%;
}

.dl-menuwrapper {
  max-width: 340px;
}

.dl-menuwrapper ul {
  background: #fff;
}

.dl-menuwrapper li {
  margin-top: 0px;
  border-bottom: 1px solid #e3e0e5;
}
.dl-menuwrapper li:first-child {
  margin-top: 0;
  border-top: none;
}
.dl-menuwrapper li:last-child {
  border-bottom: none;
}

.dl-menuwrapper li a {
  display: block;
  border-bottom: none;
  position: relative;
  padding: 15px 17px;
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #252525;
  outline: none;
  text-decoration: none;
  border-bottom: none;
}

.dl-menuwrapper li a:hover {
  color: #252525;
  text-decoration: none;
}

.dl-menuwrapper li a span {
  background: url(/images/menu-arrow-right.svg) 100% 50% no-repeat;
  display: block;
  padding-right: 35px;
}

.dl-menuwrapper li.dl-back {
  position: sticky;
  top: 81px;
  z-index: 2;
  border-top: none;
  border-bottom: 1px solid #e3e0e5;
  background: #fff;
  margin: 0px;
  color: #b7b7b7;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
}

.dl-menuwrapper li.dl-back > a {
  color: #b7b7b7;
  background: none;
  padding-left: 0px;
  padding: 15px 17px 15px 0;
}

.dl-menuwrapper li.dl-back > a:hover {
  color: #b7b7b7;
}

.dl-menuwrapper li.dl-back span {
  background: url(/images/menu-arrow-back.svg) 20px 50% no-repeat;
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 400;
  padding-left: 35px;
}

/* Mobile Menu */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination a {
  font-weight: 200;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 38px;
  color: #252525;
  text-decoration: none;
  margin-left: 5px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff;
}
.pagination a:hover {
  color: #252525;
  border: 1px solid #410074;
  background: #fff;
}
.pagination a.current {
  background: #410074;
  pointer-events: none;
  border: 1px solid #fff;
  color: #fff;
}
.pagination a:first-child {
  margin-left: 0;
}
.pagination__prev {
  background: #fff url(/images/pagination-prev.svg) 50% 50% no-repeat !important;
  border: 1px solid #410074 !important;
}
.pagination__next {
  background: #fff url(/images/pagination-next.svg) 50% 50% no-repeat !important;
  border: 1px solid #410074 !important;
}

.index {
  position: relative;
}

.index__top {
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), color-stop(10.09%, #fefefe), color-stop(18.24%, #fdfdfe), color-stop(26.25%, #fafafb), color-stop(76.67%, #dddce3), to(#d4d2dc));
  background: linear-gradient(180deg, #fefefe 0%, #fefefe 10.09%, #fdfdfe 18.24%, #fafafb 26.25%, #dddce3 76.67%, #d4d2dc 100%);
  position: relative;
  border-bottom: 6px solid #410074;
  margin-top: -136px;
  padding-bottom: 20px;
}

.index-top__block {
  position: relative;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}

.anim {
  position: relative;
  height: 508px;
  overflow: hidden;
}

.anim-left {
  position: absolute;
  width: 50%;
  height: 508px;
  top: 0px;
  left: 0px;
  z-index: 22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #ffd43f;
}
.anim-left span {
  margin-top: 180px;
  display: block;
  padding-left: 55px;
}

.anim-right {
  position: absolute;
  width: 50%;
  height: 508px;
  right: 0px;
  z-index: 23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-align: right;
}
.anim-right span {
  display: block;
  margin-top: 180px;
  padding-right: 55px;
}

.anim-img__left {
  position: absolute;
  width: 100%;
  height: 508px;
  top: 0px;
  left: 0px;
  background-image: url(images/nar.jpg);
  background-position: left;
  z-index: 10;
}

.anim-img__right {
  position: absolute;
  width: 50%;
  height: 508px;
  right: 0px;
  background-image: url(images/sovr.jpg);
  background-position: right;
  z-index: 11;
}

.anim__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.anim__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-top__img {
  position: relative;
  display: none;
  position: relative;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}
.index-top__img img {
  display: block;
  width: 100%;
}

.index-img__left {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
}
.index-img__left a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #ffd43f;
  text-decoration: none;
}
.index-img__left a span {
  margin-top: 30px;
  display: block;
  padding-left: 16px;
}

.index-img__right {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
.index-img__right a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-align: right;
  text-decoration: none;
}
.index-img__right a span {
  display: block;
  margin-top: 40px;
  padding-right: 16px;
}

.index-top__title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #7a7783;
  font-family: "PT Serif", sans-serif;
  padding: 0 30px;
  position: relative;
  z-index: 500;
}


.victory-block {
  position: absolute;
  z-index: 40;
  right: 0;
  bottom: -1px;
  width: 300px;
  height: 323px;
  background: url(/images/victory-img-right.png) 0% 0% no-repeat;
}

.victory__mobile {
  display: none;
}
.victory__mobile img {
  display: block;
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.index__blocks {
  position: relative;
  background: url(/images/content-bg.svg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: -50px;
}

.index__item {
  margin-top: 70px;
}
.index__item:first-child {
  margin-top: 0;
}

.index-item__title {
  font-family: "PT Serif", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  color: #252525;
  margin-bottom: 40px;
}
.index-item__title span {
  display: block;
  margin: 0 30px;
}
.index-item__title ins {
  width: 131px;
  height: 8px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.index-item__title ins.index-item__left {
  background: url(/images/poster-left-shape.svg) 0 0 no-repeat;
}
.index-item__title ins.index-item__right {
  background: url(/images/poster-right-shape.svg) 0 0 no-repeat;
}

.index-item__link {
  margin-top: 40px;
  text-align: center;
}
.index-item__link a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #252525;
  background: url(/images/link-arrow.svg) 0 0 no-repeat;
  padding-left: 48px;
  text-decoration: none;
  position: relative;
}
.index-item__link a::before {
  position: absolute;
  display: inline-block;
  bottom: 2px;
  content: "";
  height: 1px;
  left: 50%;
  width: 0;
  background: #410074;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.index-item__link a:hover {
  color: #410074;
}
.index-item__link a:hover::before {
  left: 48px;
  width: calc(100% - 48px);
  background-color: #410074;
}

.index-item__content .news__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.index-about__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

.index-about__col--left {
  width: 280px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.index-about__col--middle {
  width: 100%;
  margin: 0 40px;
}

.index-about__col--right {
  width: 280px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.index-about__item {
  margin-top: 30px;
}
.index-about__item:first-child {
  margin-top: 0;
}

.index-about__img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 150%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.index-about__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  will-change: transform;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.index-about__name {
  margin-top: 16px;
  font-weight: 200;
  font-size: 14px;
  line-height: 18px;
  color: #505050;
}

.index-about__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #252525;
  margin-bottom: 10px;
}

.index-about__text {
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  color: #505050;
}

.index-about__link {
  margin-top: 20px;
  font-weight: 200;
  font-size: 16px;
  line-height: 18px;
  color: #410074;
}
.index-about__link a {
  color: #410074;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.index-about__link a:hover {
  border-bottom: 1px solid #410074;
}

.index-gallery__cols {
  --elements: 2;
  --cgap: 20px;
  --rgap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.index-gallery__col {
  position: relative;
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
}

.index-gallery__items {
  --elements: 2;
  --cgap: 20px;
  --rgap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.index-gallery__item {
  position: relative;
  background-color: red;
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
}
.index-gallery__item .media__card {
  width: 100%;
}

.index-gallery__single {
  height: 100%;
}
.index-gallery__single .media__card {
  width: 100%;
  height: 100%;
}
.index-gallery__single .media-card__img {
  height: 100%;
  padding-top: 0;
}

.news {
  position: relative;
}

.news__items {
  --elements: 3;
  --cgap: 20px;
  --rgap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.news__item {
  background-color: #fff;
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  padding-bottom: 70px;
}
.news__item:hover .news-item__name {
  color: #410074;
}
.news__item:hover .news-item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-item__img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.845%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.news-item__blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
}

.news-item__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
  will-change: transform;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.news-item__inner {
  padding: 30px 20px 0px 20px;
}

.news-item__name {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #252525;
}

.news-item__date {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 30px;
  font-weight: 200;
  font-size: 16px;
  line-height: 20px;
  color: #505050;
}

.news-item__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-item__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.news__activity {
  font-weight: 200;
  font-size: 16px;
  line-height: 20px;
  color: #410074;
  margin-bottom: 20px;
}

.news__media {
  margin-top: 30px;
}

.news-media__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #252525;
  margin-bottom: 20px;
}

.news-media__items {
  --elements: 3;
  --cgap: 20px;
  --rgap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.news-media__item {
  position: relative;
  background-color: #fff;
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
}
.news-media__item:hover .news-media__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-media__item:hover .news-media__play {
  background: #410074 url(/images/play-icon.svg) 0% 0% no-repeat;
}

.news-media__img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.845%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.news-media__blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
}

.news-media__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
  will-change: transform;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.news-media__video {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.news-media__play {
  width: 80px;
  height: 80px;
  background: url(/images/play-icon.svg) 0% 0% no-repeat;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border-radius: 100%;
}

.news-media__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-media__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.news__back {
  margin-top: 40px;
  font-weight: 200;
  font-size: 16px;
  line-height: 16px;
  color: #410074;
}
.news__back a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  background: url(/images/back-news.svg) 0 50% no-repeat;
  color: #410074;
  text-decoration: none;
}
.news__back a::before {
  position: absolute;
  display: inline-block;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 50%;
  width: 0;
  background: #410074;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.news__back a:hover {
  color: #410074;
}
.news__back a:hover::before {
  left: 20px;
  width: calc(100% - 20px);
  background-color: #410074;
}

.dance {
  position: relative;
}

.dance__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.dance__col--sidebar {
  width: 370px;
  min-height: 630px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 30px;
  position: relative;
}

.dance-col__img {
  position: sticky;
  z-index: 1;
  top: 0;
  left: 0px;
  height: 630px;
  width: 460px;
  margin-left: -90px;
}

.dance__col--content {
  width: 100%;
  position: relative;
  z-index: 2;
}

.dance__item {
  position: relative;
  margin-top: 20px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border-right: 10px solid #fff;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.dance__item:first-child {
  margin-top: 0;
}
.dance__item:hover {
  border-right: 10px solid #410074;
}
.dance__item:hover .dance-item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.dance__item:hover .dance-item__name {
  color: #6f3999;
}

.folk .dance__item:hover {
  border-right: 10px solid #9d0011;
}
.folk .dance__item:hover .dance-item__name {
  color: #e9263b;
}

.dance-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.dance-item__img {
  width: 225px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 19.481%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.dance-item__blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
}

.dance-item__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
  will-change: transform;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.dance-item__content {
  padding: 20px;
}

.dance-item__name {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #410074;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.folk .dance-item__name {
  color: #9d0011;
}

.dance-item__text {
  margin-top: 10px;
  font-weight: 200;
  font-size: 16px;
  line-height: 20px;
  color: #252525;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dance-item__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dance-item__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.dance__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.dance__row--sidebar {
  width: 380px;
  margin-right: 40px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.dance__row--content {
  width: 100%;
}

.dance-row__item {
  padding: 16px;
  background: #fff;
  border: 1px solid #d8d2de;
  margin-top: 10px;
}
.dance-row__item:first-child {
  margin-top: 0;
}

.dance-row__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.dance-row__icon {
  width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
}
.dance-row__icon img {
  display: block;
}

.dance-row__title {
  font-weight: 200;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #410074;
}

.folk .dance-row__title {
  color: #9d0011;
}

.dance-row__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #505050;
}

.dance .media {
  margin-top: 40px;
}

.poster {
  position: relative;
}

.poster__item {
  margin-top: 50px;
}
.poster__item:first-child {
  margin-top: 0;
}

.poster-item__title {
  font-family: "PT Serif", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 31px;
  color: #252525;
  margin-bottom: 30px;
}
.poster-item__title span {
  display: block;
  margin: 0 30px;
}
.poster-item__title ins {
  width: 131px;
  height: 8px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.poster-item__title ins.poster-item__left {
  background: url(/images/poster-left-shape.svg) 0 0 no-repeat;
}
.poster-item__title ins.poster-item__right {
  background: url(/images/poster-right-shape.svg) 0 0 no-repeat;
}

.poster-item__main {
  width: 100%;
  max-width: 780px;
  margin: 30px auto;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}
.poster-item__main:first-child {
	  margin: 0px auto;
}
.poster-item__main:hover .poster-main__name {
  color: #410074;
}

.poster-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.poster-main__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 200px;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 36.411%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.poster-main__blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
}

.poster-main__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
  will-change: transform;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.poster-main__content {
	width:100%;
  position: relative;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
}

.poster-main__top {
  position: relative;
}

.poster-main__name {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #252525;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.poster-main__text {
  margin-top: 10px;
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  color: #505050;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.poster-main__bottom {
	width:100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.poster-main__card {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 63px;
  height: 60px;
  background: url(/images/card-icon.png) 0 0 no-repeat;
  background-size: 63px 60px;
  margin-left: 20px;
}

.poster-main__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  background: url(/images/date-icon.svg) 0 0 no-repeat;
  padding-left: 34px;
}

.poster-main__location {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  background: url(/images/location-icon.svg) 0 0 no-repeat;
  padding-left: 34px;
}

.poster-item__link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.poster-item__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.poster__cards {
  --elements: 2;
  --cgap: 20px;
  --rgap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.poster__card {
  position: relative;
  background-color: #fff;
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}
.poster__card .poster-main__content {
  padding: 20px;
}
.poster__card .poster-main__img {
  padding-top: 48.966%;
}
.poster__card .poster-main__date {
  font-weight: 200;
}
.poster__card .poster-main__location {
  font-weight: 200;
}
.poster__card:hover .poster-main__name {
  color: #410074;
}

.poster__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.poster__col--sidebar {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 40px;
}

.poster-col__img img {
  display: block;
  width: 100%;
}

.poster__col--content {
  width: 100%;
}

.poster__activity {
  font-weight: 200;
  font-size: 16px;
  line-height: 20px;
  color: #410074;
  margin-bottom: 20px;
}

.poster-col__description {
  margin-bottom: 30px;
}

.poster__back {
  margin-top: 40px;
  font-weight: 200;
  font-size: 16px;
  line-height: 16px;
  color: #410074;
}
.poster__back a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  background: url(/images/back-news.svg) 0 50% no-repeat;
  color: #410074;
  text-decoration: none;
}
.poster__back a::before {
  position: absolute;
  display: inline-block;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 50%;
  width: 0;
  background: #410074;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.poster__back a:hover {
  color: #410074;
}
.poster__back a:hover::before {
  left: 20px;
  width: calc(100% - 20px);
  background-color: #410074;
}

.awards {
  position: relative;
}

.awards__item {
  margin-top: 50px;
}
.awards__item:first-child {
  margin-top: 0;
}

.awards-item__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #252525;
}

.awards-item__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px 0 0 -20px;
}

.awards-item__card {
  position: relative;
  margin: 20px 0 0 20px;
  overflow: hidden;
}

.awards-item__img {
  position: relative;
}
.awards-item__img img {
  display: block;
  width: auto;
  height: 316px;
  will-change: transform;
}

.awards-item__text {
  margin-top: 10px;
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  color: #505050;
}

.media {
  position: relative;
}

.media__links {
  width: 100%;
  max-width: 294px;
  --elements: 2;
  --cgap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
  margin-bottom: 30px;
}
.media__links a {
  display: block;
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  position: relative;
  height: 40px;
  background: #fff;
  line-height: 38px;
  border: 1px solid #410074;
  font-weight: 400;
  font-size: 16px;
  color: #410074;
  text-decoration: none;
  text-align: center;
}
.media__links a.current {
  background: #410074;
  color: #fff;
  pointer-events: none;
}

.media__items {
  --elements: 4;
  --cgap: 20px;
  --rgap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.media__item {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  position: relative;
}
.media__item:hover .media-item__name {
  color: #410074;
}
.media__item:hover .media-item__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.media__item:hover .media-item__play {
  background: #410074 url(/images/play-icon.svg) 0% 0% no-repeat;
}

.media-item__img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.845%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.media-item__blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
}

.media-item__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
  will-change: transform;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.media-item__name {
  margin-top: 16px;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  color: #252525;
}

.media-item__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.media-item__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.media-item__video {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.media-item__play {
  width: 80px;
  height: 80px;
  background: url(/images/play-icon.svg) 0% 0% no-repeat;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border-radius: 100%;
}

.media__cards {
  --elements: 4;
  --cgap: 20px;
  --rgap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--cgap);
     -moz-column-gap: var(--cgap);
          column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.media__card {
  position: relative;
  background-color: #fff;
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
}
.media__card:hover .media-card__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.media-card__img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 66.845%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.media-card__blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 1;
}

.media-card__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
  will-change: transform;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.media-card__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.media-card__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.contacts {
  position: relative;
}

.contacts__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts__col--content {
  width: 100%;
  max-width: 730px;
}

.contacts__col--sidebar {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 380px;
  margin-left: 20px;
  height: 100%;
}

.contacts__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #252525;
  margin-bottom: 20px;
}

.contacts__text {
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  line-height: 1.5;
  color: #505050;
}
.contacts__text a {
  color: #410074;
  text-decoration: none;
}

.contacts__staff {
  margin-top: 50px;
}

.staff__item {
  margin-top: 20px;
}
.staff__item:first-child {
  margin-top: 0;
}

.staff-item__post {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #252525;
  margin-bottom: 10px;
}

.staff-item__name {
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  color: #505050;
}

.staff-item__phone {
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  color: #505050;
}
.staff-item__phone a {
  color: #410074;
  text-decoration: none;
}

.staff-item__email {
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  color: #505050;
}
.staff-item__email a {
  color: #410074;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.staff-item__email a:hover {
  border-bottom: 1px solid #410074;
}

.staff-item__text {
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  color: #505050;
}
.staff-item__text a {
  color: #410074;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.staff-item__text a:hover {
  border-bottom: 1px solid #410074;
}

.contacts-form__item {
  margin-top: 10px;
}
.contacts-form__item:first-child {
  margin-top: 0;
}
.contacts-form__item.contacts-form__item--error .contacts-form__title {
  color: red;
}
.contacts-form__item.contacts-form__item--error .contacts-form__input {
  border: 1px solid red;
}
.contacts-form__item.contacts-form__item--error .contacts-form__message {
  display: block;
}

.contacts-form__title {
  font-weight: 200;
  font-size: 14px;
  line-height: 16px;
  color: #252525;
  margin-bottom: 6px;
}

.contacts-form__input {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 0;
  background: #f5f4f6;
  font-weight: 400;
  font-size: 16px;
  color: #252525;
  padding: 0 10px;
  font-weight: 200;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border: 1px solid #fff;
}
.contacts-form__input:focus {
  border: 1px solid #410074;
}

.contacts-form__input::-moz-placeholder {
  color: #969ca0;
}

.contacts-form__input::-webkit-input-placeholder {
  color: #969ca0;
}

.contacts-form__input:-ms-input-placeholder {
  color: #969ca0;
}

.contacts-form__input::-ms-input-placeholder {
  color: #969ca0;
}

.contacts-form__input::placeholder {
  color: #969ca0;
}

.contacts-form__input:-webkit-autofill {
  -webkit-appearance: none;
  appearance: none;
  -webkit-text-fill-color: #252525;
  -webkit-box-shadow: 0 0 0px 1000px #f5f4f6 inset;
  background-color: transparent;
}

.contacts-form__textarea {
  width: 100%;
  height: 80px;
  border: none;
  border-radius: 0;
  background: #f5f4f6;
  font-weight: 400;
  font-size: 16px;
  color: #252525;
  padding: 10px;
  font-weight: 200;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border: 1px solid #fff;
  resize: none;
}
.contacts-form__textarea:focus {
  border: 1px solid #410074;
}

.contacts-form__message {
  font-size: 12px;
  line-height: 12px;
  color: red;
  margin-top: 5px;
  display: none;
}

.contacts-form__text {
  margin-top: 10px;
  font-weight: 200;
  font-size: 14px;
  line-height: 20px;
  line-height: 1.42857;
  color: #252525;
}
.contacts-form__text a {
  color: #410074;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.contacts-form__text a:hover {
  border-bottom: 1px solid #410074;
}

.contacts-form__link {
  margin-top: 20px;
}
.contacts-form__link a {
  display: block;
  height: 40px;
  border: 1px solid #410074;
  border-radius: 3px;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  color: #252525;
  text-decoration: none;
  text-align: center;
}
.contacts-form__link a:hover {
  background: #410074;
  color: #fff;
}

.contacts-form__link input {
  display: block;
  width:100%;
  height: 40px;
  border: 1px solid #410074;
  border-radius: 3px;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  color: #252525;
 transition: 0.2s all ease;
  text-align: center;
}
.contacts-form__link input:hover {
  background: #410074;
  color: #fff;
}

.contacts__social {
  margin-top: 50px;
}

.contacts-social__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.contacts-social__links div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.contacts-social__links a {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
.contacts-social__links a:first-child {
  margin-left: 0;
}

.contacts__map {
  position: relative;
  width: 100%;
  height: 300px;
  min-width: 0;
  margin-top: 50px;
  margin-bottom: -50px;
}

.map {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.docs {
  position: relative;
}

.docs__item {
  margin-top: 20px;
}
.docs__item:first-child {
  margin-top: 0;
}
.docs__item.active .docs-item__icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.docs__item.active .docs-item__toggle {
  background: #ebe2f4;
}

.docs-item__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: #f5f4f6;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  cursor: pointer;
}
.docs-item__toggle:hover {
  background: #ebe2f4;
}

.docs-item__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #252525;
}

.docs-item__icon {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 30px;
  background: url(/images/docs-flag.svg) 0 0 no-repeat;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.docs-item__content {
  padding: 30px 0 10px 0;
}

.docs__subitem {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.docs__subitem:first-child {
  margin-top: 0;
}
.docs__subitem:hover .docs__name {
  color: #410074;
}

.docs__icon {
  width: 30px;
  height: 38px;
  position: relative;
  background: url(/images/doc-icon.svg) 0 0 no-repeat;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 12px;
  font-weight: 400;
  font-size: 7px;
  line-height: 7px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #410074;
  text-transform: uppercase;
}
.docs__icon span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 7.5px;
}

.docs__name {
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.docs__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.docs__link a {
  display: block;
  width: 100%;
  height: 100%;
}

.error404__block {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.error404__title {
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  color: #252525;
}

.error404__text {
  margin-top: 30px;
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #252525;
}

.error404__link {
  margin-top: 30px;
}
.error404__link a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #252525;
  background: url(/images/link-arrow.svg) 0 0 no-repeat;
  padding-left: 48px;
  text-decoration: none;
}
.error404__link a:hover {
  color: #410074;
}

/* xl <= Large (xlg) */
@media screen and (max-width: 1239px) {
  .container {
    padding: 0 30px;
  }
  .header-menu__item {
    margin-left: 30px;
  }
  .index .header__blind {
    margin-left: 30px;
  }
  .footer__section--top {
    padding: 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__name {
    width: 50%;
  }
  .footer__contacts {
    width: 50%;
    text-align: right;
  }
  .footer__attention {
    margin-top: 20px;
  }
  .footer__social {
    margin-top: 20px;
  }
  .index-about__col--middle {
    margin: 0 20px;
  }
  .media__items {
    --elements: 3;
  }
  .media__cards {
    --elements: 4;
    --cgap: 10px;
    --rgap: 10px;
  }
  .dance-item__content {
    padding: 16px;
  }
  .dance-item__text {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .dance__row--sidebar {
    margin-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
/* md <= Large (lg) */
@media screen and (max-width: 1023px) {
  .content__block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .container {
    padding: 0 16px;
  }
  h1 {
    font-size: 26px;
    line-height: 28px;
  }
  h2 {
    font-size: 24px;
    line-height: 26px;
  }
  h3 {
    font-size: 22px;
    line-height: 24px;
  }
  h4 {
    font-size: 20px;
    line-height: 22px;
  }
  h5 {
    font-size: 18px;
    line-height: 20px;
  }
  h6 {
    font-size: 16px;
    line-height: 18px;
  }
  .cookies__text {
    text-align: center;
    padding: 0 3.75rem;
  }
  .cookies__text a {
    border-bottom: 1px solid #410074;
  }
  .cookies__text a:hover {
    border-bottom: 1px solid #410074;
  }
  .cookies__link a:hover {
    background: #410074;
    color: #fff;
  }
  .cookies__close {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    background: url(/images/cookies-close.svg) 0px 0px no-repeat;
    background-size: 1.25rem;
  }
  .compensate-for-scrollbar {
    margin-right: 0 !important;
  }
  .pin {
    top: calc(50% - 30px);
    left: 0px;
    width: 60px;
    height: 60px;
    background: #410074 url(/images/tickets-icon.svg) 0px 0px no-repeat;
    -webkit-transition: -webkit-transform 0ms linear;
    transition: -webkit-transform 0ms linear;
    transition: transform 0ms linear;
    transition: transform 0ms linear, -webkit-transform 0ms linear;
    will-change: transform;
  }
  .content {
    background: none;
  }
  .pop .content {
    background: none;
  }
  .header-index {
    background: url(/images/header-bg-mob.svg) top left repeat-x;
    min-height: 80px;
  }
  .header-index__line {
    height: 3px;
    top: 38px;
    left: 0px;
    right: 0px;
  }
  .header {
    background: url(/images/header-bg-mob.svg) top left repeat-x;
  }
  .pop .header {
    background: url(/images/header-bg-mob.svg) top left repeat-x;
  }
  .folk .header {
    background: url(/images/header-bg-mob.svg) top left repeat-x;
  }
  .header__section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .header-content__top {
    display: none;
  }
  .header__content {
    width: 100%;
    margin-top: 10px;
  }
  .header__shine {
    display: none;
  }
  .header__title {
    margin-top: 0px;
    width: 100%;
    text-align: center;
  }
  .header__title h1 {
    color: #252525;
  }
  .header-title__divider {
    margin: 20px auto 0 auto;
    background: url(/images/title-bg-mob.svg) 0 0 no-repeat;
  }
  .header__logo {
    width: 165px;
    margin: 0px auto;
    height: 80px;
    background: url(/images/logo-bg.png) 0 0px no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__logo img {
    width: 85px;
    margin-top: 5px;
  }
  .header__line {
    display: block;
  }
  .header__toggle {
    display: block;
  }
  .header-index__logo {
    position: absolute;
    z-index: 2;
    width: 165px;
    height: 80px;
    top: 0;
    left: 50%;
    margin-left: -82.5px;
    background: url(/images/logo-bg.png) 0 0px no-repeat;
  }
  .header-index__logo img {
    display: block;
    width: 85px;
    margin-top: 5px;
  }
  .header-index__left {
    display: none;
  }
  .header-index__right {
    display: none;
  }
  .breadcrumbs {
    display: none;
  }
  .show-menu {
    overflow: hidden;
  }
  .show-menu .mobile-block {
    display: block;
  }
  .pagination {
    margin-top: 30px;
  }
  .pagination a:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #252525;
  }
  .footer__section--top {
    padding: 20px 0 30px 0;
  }
  .footer__section--bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__copyrights {
    width: 100%;
  }
  .footer__policy {
    margin-top: 16px;
    width: 100%;
  }
  .footer__policy a:hover {
    border-bottom: 1px solid #252525;
    opacity: 0.6;
  }
  .footer__developer {
    margin-top: 16px;
    width: 100%;
  }
  .footer__developer a:hover {
    opacity: 0.6;
  }

.footer__adress span { background: none; padding-left:0px; display:block; min-height:100%;}
  .anim {
    display: none;
  }
  .index__top {
    margin-top: -70px;
  }
  .index-top__img {
    display: block;
  }
  .index__top .container {
    padding: 0;
  }
  .victory-block {
    display: none;
  }
  .victory__mobile {
    display: block;
  }
  .index__blocks {
    padding-top: 50px;
    margin-bottom: -30px;
    padding-bottom: 50px;
  }
  .index__item {
    margin-top: 50px;
  }
  .index-item__title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .index-item__title span {
    margin: 0px 20px;
  }
  .index-item__title ins {
    width: 62px;
    height: 8px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .index-item__title ins.index-item__left {
    background: url(/images/poster-left-shape-mobile.svg) 0 0 no-repeat;
  }
  .index-item__title ins.index-item__right {
    background: url(/images/poster-right-shape-mobile.svg) 0 0 no-repeat;
  }
  .index-item__link {
    margin-top: 30px;
  }
  .index-item__link a::before {
    content: "";
    height: 0px;
  }
  .index-item__link a:hover {
    color: #252525;
  }
  .index-about__cols {
    --elements: 2;
    --cgap: 20px;
    --rgap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: var(--cgap);
       -moz-column-gap: var(--cgap);
            column-gap: var(--cgap);
    row-gap: var(--rgap);
  }
  .index-about__col {
    position: relative;
    width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  }
  .index-about__col--left {
    width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .index-about__col--middle {
    width: 100%;
    margin: 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .index-about__col--right {
    width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .index-about__link a:hover {
    border-bottom: 1px solid transparent;
  }
  .index-about__item {
    margin-top: 20px;
  }
  .index-about__item:first-child {
    margin-top: 0;
  }
  .index-about__name {
    margin-top: 10px;
  }
  .news__items {
    --elements: 2;
    --cgap: 20px;
    --rgap: 20px;
  }
  .news__item {
    padding-bottom: 60px;
  }
  .news__item:hover .news-item__name {
    color: #252525;
  }
  .news__item:hover .news-item__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .news-item__inner {
    padding: 20px 20px 0px 20px;
  }
  .news-item__date {
    bottom: 20px;
  }
  .news__media {
    margin-top: 20px;
  }
  .news-media__title {
    font-size: 22px;
    line-height: 26px;
  }
  .news-media__items {
    --elements: 3;
    --cgap: 10px;
    --rgap: 10px;
  }
  .news-media__item:hover .news-media__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .news-media__item:hover .news-media__play {
    background: url(/images/play-icon.svg) 0% 0% no-repeat;
    background-size: 60px 60px;
  }
  .news-media__play {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
  .news__back {
    margin-top: 30px;
  }
  .news__back a::before {
    content: "";
    height: 0px;
  }
  .dance__col--sidebar {
    display: none;
  }
  .dance__items {
    --elements: 2;
    --cgap: 20px;
    --rgap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: var(--cgap);
       -moz-column-gap: var(--cgap);
            column-gap: var(--cgap);
    row-gap: var(--rgap);
  }
  .dance__item {
    width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
    border-right: none;
    margin: 0;
  }
  .dance__item:hover {
    border-right: none;
  }
  .dance__item:hover .dance-item__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .dance__item:hover .dance-item__name {
    color: #410074;
  }
  .folk .dance__item {
    border-right: none;
  }
  .folk .dance__item:hover {
    border-right: none;
  }
  .folk .dance__item:hover .dance-item__name {
    color: #9d0011;
  }
  .dance-item__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dance-item__img {
    width: 100%;
    padding-top: 66.6666666667%;
  }
  .dance-item__name {
    display: block;
    -webkit-line-clamp: inherit;
    line-clamp: inherit;
  }
  .dance-item__text {
    display: block;
    -webkit-line-clamp: inherit;
    line-clamp: inherit;
  }
  .dance-item__content {
    padding: 20px;
  }
  .dance .media {
    margin-top: 30px;
  }
  .dance__row--sidebar {
    width: 320px;
  }
 
 .index-top__title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 13px; 
  line-height: 18px;
  z-index: 500;
}
  .poster__item {
    margin-top: 40px;
  }
  .poster__item:first-child {
    margin-top: 0;
  }
  .poster__item:first-child .poster-item__title {
    display: none;
  }
  .poster-item__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .poster-item__title span {
    margin: 0px;
  }
  .poster-item__title ins {
    display: none;
  }
  
  
  .poster-item__main:hover .poster-main__name {
    color: #252525;
  }
  .poster__cards {
    --elements: 2;
    --cgap: 20px;
    --rgap: 20px;
  }
  .poster__card:hover .poster-main__name {
    color: #252525;
  }
  .poster__card .poster-main__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .poster__card .poster-main__img {
    width: 100%;
    padding-top: 142.0245398773%;
  }
  .poster__card .poster-main__content {
    position: relative;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
  }
  .poster__card .poster-main__name {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
  .poster__card .poster-main__text {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
  .poster__col--sidebar {
    width: 300px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 20px;
  }
  .poster__back {
    margin-top: 30px;
  }
  .poster__back a::before {
    content: "";
    height: 0px;
  }
  .awards__item {
    margin-top: 30px;
  }
  .awards__item:first-child {
    margin-top: 0;
  }
  .awards-item__title {
    font-size: 16px;
    line-height: 20px;
  }
  .media__items {
    --elements: 2;
    --cgap: 20px;
    --rgap: 20px;
  }
  .media__item:hover .media-item__name {
    color: #252525;
  }
  .media__item:hover .media-item__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .media__item:hover .media-item__play {
    background: url(/images/play-icon.svg) 0% 0% no-repeat;
    background-size: 60px 60px;
  }
  .media-item__play {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
  .media__cards {
    --elements: 2;
    --cgap: 10px;
    --rgap: 10px;
  }
  .media__card:hover .media-card__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .contacts__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts__col--content {
    max-width: 100%;
  }
  .contacts__col--sidebar {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-left: 0px;
    margin-top: 30px;
  }
  .contacts__title {
    font-size: 22px;
    line-height: 26px;
  }
  .contacts__staff {
    margin-top: 30px;
  }
  .staff-item__post {
    font-size: 16px;
    line-height: 20px;
  }
  .staff-item__email a:hover {
    border-bottom: 1px solid #fff;
  }
  .staff-item__text a:hover {
    border-bottom: 1px solid #fff;
  }
  .contacts__social {
    margin-top: 30px;
  }
  .contacts-form__text a:hover {
    border-bottom: 1px solid #fff;
  }
  .contacts-form__link {
    margin-top: 20px;
  }
  .contacts-form__link a:hover {
    background: #fff;
    color: #252525;
  }
  .contacts-form__link input:hover {
    background: #fff;
    color: #252525;
}
  .contacts__map {
    margin-top: 30px;
    margin-bottom: -30px;
  }
  .docs-item__toggle {
    padding: 20px 10px;
  }
  .docs-item__toggle:hover {
    background: #f5f4f6;
  }
  .docs-item__title {
    font-size: 18px;
    line-height: 24px;
  }
  .docs__subitem {
    margin-top: 20px;
  }
  .docs__subitem:hover .docs__name {
    color: #252525;
  }
  .docs-item__content {
    padding: 20px 0 0px 0;
  }
  .error404__title {
    display: none;
  }
  .error404__text {
    margin-top: 0px;
  }
  .error404__link a:hover {
    color: #252525;
  }
}
/* sm <= Medium (md) */
@media screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
  .blank-img {
    width: 100% !important;
    margin: 0px 0 20px 0 !important;
    float: none !important;
  }
  .popup__content {
    padding: 30px 20px;
  }
  .popup__title {
    padding: 20px;
  }
  .index-about__cols {
    --cgap: 10px;
    --rgap: 20px;
  }
  .index-gallery__cols {
    --elements: 1;
    --cgap: 10px;
    --rgap: 10px;
  }
  .index-gallery__single {
    height: auto;
  }
  .index-gallery__single .media__card {
    width: 100%;
    height: auto;
  }
  .index-gallery__single .media-card__img {
    height: 0;
    padding-top: 66.845%;
  }
  .index-gallery__items {
    --cgap: 10px;
    --rgap: 10px;
  }
  .news__items {
    --elements: 1;
  }
  .news-media__items {
    --elements: 2;
    --cgap: 10px;
    --rgap: 10px;
  }
  .dance__rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dance__row--sidebar {
    width: 100%;
    margin-right: 0px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .dance__row--content {
    margin-top: 20px;
  }
  .poster-item__main {
    width: 100%;
    max-width: 100%;
  }
  .poster-item__main:hover .poster-main__name {
    color: #252525;
  }
  .poster-main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .poster-main__img {
    width: 100%;
    padding-top: 142.0245398773%;
  }
  .poster-main__content {
    position: relative;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
  }
  .poster-main__name {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
  .poster-main__text {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
  .poster__cards {
    --elements: 1;
  }
  .poster__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .poster__col--sidebar {
    width: 100%;
    max-width: 460px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0 auto;
  }
  .poster__col--content {
    width: 100%;
    margin-top: 20px;
  }
  .awards-item__media {
    --elements: 3;
    --cgap: 10px;
    --rgap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: var(--cgap);
       -moz-column-gap: var(--cgap);
            column-gap: var(--cgap);
    row-gap: var(--rgap);
    margin: 20px 0 0 0;
  }
  .awards-item__card {
    position: relative;
    background-color: #fff;
    width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
  }
  .awards-item__img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 140.5063291139%;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
  }
  .awards-item__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 2;
  }
  .media__items {
    --elements: 1;
  }
  .media__cards {
    --elements: 2;
  }
}
@media (max-width: 576px) {
  .footer__name {
    width: 100%;
  }
  .footer__contacts {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
  .footer__attention {
    margin-top: 20px;
    margin-right: 20px;
  }
  .footer__social {
    margin-top: 20px;
  }
  .footer__section--top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .awards-item__media {
    --elements: 2;
  }
  .dance__items {
    --elements: 1;
  }
}
/* xs <= Small (sm) */
@media screen and (max-width: 479px) {
  .footer__name {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__contacts {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__attention {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-right: 0;
  }
  .footer__social {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .media__links {
    max-width: 100%;
  }
}


.b-block {
  position: relative;
}

.b-block--bottom {
  margin-top: 50px;
  margin-bottom: -50px;
}

.b-block__desktop img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.b-block__mobile {
  display: none;
}
.b-block__mobile img {
  display: block;
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1023px) {
	  .b-block__desktop {
    display: none;
  }
  .b-block__mobile {
    display: block;
  }
  .b-block--bottom {
    margin-top: 30px;
    margin-bottom: -30px;
  }
}