/*
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Normal, Book, Regular
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
*/
body {
  font: 400 18px/1.66 "Roboto", Arial; }
  @media only screen and (max-width: 787px) {
    body.main-menu-open, body.profile-menu-open {
      overflow: hidden; }
      body.main-menu-open:after, body.profile-menu-open:after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1; } }

.site-logo {
  max-width: 200px;
  vertical-align: middle; }
  .site-logo img {
    width: 200px; }
    @media only screen and (max-width: 999px) {
      .site-logo img {
        width: 170px; } }
    @media only screen and (max-width: 1200px) {
      .main-menu-open .site-logo img, .profile-menu-open .site-logo img, .header-top.menu-open .site-logo img {
        display: none; } }
  @media only screen and (max-width: 1200px) {
    .main-menu-open .site-logo, .profile-menu-open .site-logo, .header-top.menu-open .site-logo {
      background: url(../img/logo_dark.svg) no-repeat;
      width: 120px;
      height: 30px; } }

h1, h1.page-title {
  font-size: 55px;
  line-height: 72px;
  text-align: center;
  text-transform: uppercase; }
  @media only screen and (max-width: 999px) {
    h1, h1.page-title {
      font-size: 30px;
      line-height: 40px; } }

.breadcrumb {
  padding-top: 10px; }
  .hall-top .breadcrumb {
    padding-bottom: 35px; }

.paver--ready div.paver__scroller {
  margin: auto;
  max-width: 1170px; }
  .paver--ready div.paver__scroller span {
    width: 235px; }

.page-subtitle {
  font-size: 55px;
  font-weight: 300;
  line-height: 82px;
  text-align: center;
  text-transform: uppercase; }
  @media only screen and (max-width: 999px) {
    .page-subtitle {
      font-size: 30px;
      line-height: 40px; } }

.hall-top {
  padding: 0 0 105px;
  position: relative; }
  .hall-top--inner {
    color: #FFFFFF;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    text-align: center; }
  @media only screen and (max-width: 500px) {
    .hall-top {
      padding-bottom: 35px; } }

.paragraph:first-child {
  margin-top: 25px; }
  @media only screen and (max-width: 999px) {
    .paragraph:first-child {
      margin-top: 5px; } }

.paragraph--title {
  margin: 0 auto 50px;
  padding: 0 20px;
  max-width: 1200px;
  text-align: center;
  text-transform: uppercase; }
  .paragraph--title h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 0; }
    @media only screen and (max-width: 999px) {
      .paragraph--title h2 {
        font-size: 24px;
        line-height: 36px; } }
  .paragraph--title h3 {
    font-size: 36px;
    line-height: 48px;
    color: #c11719; }
    @media only screen and (max-width: 999px) {
      .paragraph--title h3 {
        font-size: 24px;
        line-height: 36px; } }
  @media only screen and (max-width: 999px) {
    .paragraph--title {
      margin: 0 auto 30px; } }

.paragraph--wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0; }

.paragraph-inner {
  margin: 0 auto;
  padding: 0 15px; }
  @media only screen and (min-width: 1200px) {
    .paragraph-inner {
      width: 1200px; } }
  @media only screen and (max-width: 999px) {
    .paragraph-inner {
      padding: 0 20px; } }

.paragraph--button {
  margin-top: 40px; }

.paragraph--button-wrapper {
  text-align: center; }
  .paragraph--button-wrapper a {
    background: #c11719;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 300;
    line-height: 36px;
    padding: 8px 5px;
    width: 232px;
    text-align: center;
    text-decoration: none; }
    .paragraph--button-wrapper a:hover {
      background: #ed2b2c; }
    .paragraph--button-wrapper a img {
      margin-right: 10px;
      position: relative;
      top: -2px;
      width: 24px;
      height: 24px; }

.paragraph--hall-info {
  margin: 90px 0 0; }
  @media only screen and (max-width: 999px) {
    .paragraph--hall-info {
      margin-top: 50px; } }
  .paragraph--hall-info .paragraph-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
    grid-row-gap: 10%; }
    @media only screen and (max-width: 999px) {
      .paragraph--hall-info .paragraph-inner {
        -webkit-align-items: stretch;
        align-items: stretch; } }
  .paragraph--hall-info .field {
    padding: 100px 15px 0;
    position: relative;
    min-width: 25%;
    text-align: center; }
    .paragraph--hall-info .field:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      background-image: url('../img/vector/svg_sprite.svg?1626961608');
      background-repeat: no-repeat;
      display: block;
      margin-bottom: 30px; }
      @media only screen and (max-width: 999px) {
        .paragraph--hall-info .field:before {
          margin-bottom: 20px; } }
    @media only screen and (max-width: 999px) {
      .paragraph--hall-info .field {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        flex-direction: column;
        min-width: 50%; } }
  .paragraph--hall-info .field__label {
    font-size: 21px;
    font-weight: 300;
    line-height: 26px; }
    @media only screen and (max-width: 999px) {
      .paragraph--hall-info .field__label {
        font-size: 18px;
        line-height: 24px;
        min-height: 72px; } }
  .paragraph--hall-info .field__item {
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px; }
    @media only screen and (max-width: 999px) {
      .paragraph--hall-info .field__item {
        font-size: 20px;
        margin-top: 20px; } }

.paragraph--equipment {
  margin-top: 100px; }
  @media only screen and (max-width: 999px) {
    .paragraph--equipment {
      margin-top: 45px; } }
  .paragraph--equipment .paragraph--wrapper {
    padding: 70px 0; }
    @media only screen and (max-width: 999px) {
      .paragraph--equipment .paragraph--wrapper {
        padding: 30px 0; } }

.equipment--col {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top; }
  @media only screen and (max-width: 999px) {
    .equipment--col {
      display: block;
      margin: 0; } }

.equipment--col-1 {
  width: 670px; }
  @media only screen and (max-width: 999px) {
    .equipment--col-1 {
      margin: 0 auto;
      max-width: 670px;
      width: 100%; } }

.equipment--col-2 {
  padding-left: 30px;
  width: calc(100% - 700px); }
  @media only screen and (max-width: 999px) {
    .equipment--col-2 {
      padding-left: 0;
      width: 100%; } }

.paragraph--form {
  margin-top: 110px;
  margin-bottom: 140px; }
  .paragraph--equipment + .paragraph--form {
    margin-top: 170px; }
    @media only screen and (max-width: 999px) {
      .paragraph--equipment + .paragraph--form {
        margin-top: 100px; } }
  @media only screen and (max-width: 999px) {
    .paragraph--form {
      margin-top: 70px;
      margin-bottom: 70px; } }
  .paragraph--form .paragraph--wrapper {
    background-color: #f9f9f9;
    background-repeat: repeat;
    background-size: auto;
    padding: 45px 0; }
    @media only screen and (max-width: 999px) {
      .paragraph--form .paragraph--wrapper {
        padding-top: 0; } }
  .paragraph--form .paragraph-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap; }
  .paragraph--form .form-col {
    right: 0;
    width: 370px;
    margin: -60px 0 -120px; }
    @media only screen and (max-width: 999px) {
      .paragraph--form .form-col {
        position: relative;
        width: 100%;
        margin: 20px 0; }
        .paragraph--form .form-col .field--name-form {
          margin: 0 -20px; } }
  .paragraph--form .field--name-form-desc {
    padding-right: 30px;
    width: calc(100% - 400px); }
    @media only screen and (max-width: 999px) {
      .paragraph--form .field--name-form-desc {
        font-size: 16px;
        margin-top: 30px;
        padding-right: 0;
        width: 100%; } }

.paragraph--location {
  margin-top: 110px; }
  .halls-page--item .paragraph--location {
    margin-top: 0; }
  .paragraph--location .paragraph-inner {
    padding: 0;
    position: relative;
    width: 100%; }
  .paragraph--location .field--name-location-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .paragraph--halls .paragraph--location .field--name-location-item, .halls-page--item .paragraph--location .field--name-location-item {
      -webkit-justify-content: center;
      justify-content: center;
      color: #FFFFFF; }
    @media only screen and (max-width: 1199px) {
      .paragraph--location .field--name-location-item {
        -webkit-flex-direction: column;
        flex-direction: column; } }
    @media only screen and (min-width: 1200px) {
      .paragraph--location .field--name-location-item:before, .paragraph--location .field--name-location-item:after {
        content: '';
        position: absolute;
        background-image: url('../img/png_sprite.png?1626877600');
        background-repeat: no-repeat;
        display: block; }
        .paragraph--halls .paragraph--location .field--name-location-item:before, .halls-page--item .paragraph--location .field--name-location-item:before, .paragraph--halls .paragraph--location .field--name-location-item:after, .halls-page--item .paragraph--location .field--name-location-item:after {
          display: none; }
      .paragraph--location .field--name-location-item:before {
        bottom: -30px;
        left: 210px;
        background-position: 0 -218px;
        width: 68px;
        height: 85px;
        z-index: 1; }
      .paragraph--location .field--name-location-item:after {
        bottom: -25px;
        left: 1160px;
        background-position: -2px -394px;
        display: block;
        width: 50px;
        height: 65px;
        z-index: 1; } }
  .paragraph--halls .paragraph--location {
    margin-top: 0; }
  @media only screen and (max-width: 999px) {
    .paragraph--location {
      margin-top: 70px; } }

.location--col {
  padding-top: 90px;
  position: relative; }
  .paragraph--hall .location--col {
    width: 50%; }
    @media only screen and (max-width: 999px) {
      .paragraph--hall .location--col {
        width: 100%; } }
  @media only screen and (max-width: 1199px) {
    .location--col {
      padding: 35px 15px; } }
  @media only screen and (min-width: 1200px) {
    .location--col:before, .location--col:after {
      content: '';
      position: absolute;
      background-image: url('../img/png_sprite.png?1626877600');
      background-repeat: no-repeat;
      display: block; } }

.location--phone {
  background: #c11719 url(../img/pat_1.png);
  width: calc(50% - 240px);
  text-align: right; }
  @media only screen and (max-width: 1199px) {
    .location--phone {
      -webkit-order: 1;
      order: 1;
      width: 100%;
      text-align: center; } }
  @media only screen and (min-width: 1200px) {
    .location--phone:before {
      top: -40px;
      left: 390px;
      background-position: -96px -218px;
      width: 104px;
      height: 130px;
      z-index: -1; }
    .location--phone:after {
      bottom: -43px;
      right: -34px;
      background-position: 0 -218px;
      display: block;
      width: 68px;
      height: 85px;
      z-index: -1; } }
  @media only screen and (max-width: 999px) {
    .location--phone {
      text-align: left; } }

.location--phone-wrapper {
  display: inline-block;
  padding-right: 30px;
  text-align: left; }
  .paragraph--hall .location--phone-wrapper {
    display: block;
    padding-right: 0; }
  @media only screen and (max-width: 999px) {
    .location--phone-wrapper {
      padding-right: 0; } }

.phone--number {
  color: #FFFFFF;
  font-size: 36px;
  line-height: 48px; }
  .paragraph--hall .phone--number {
    color: #000000;
    line-height: 38px; }
    .paragraph--hall .phone--number a {
      color: #000000; }
  .phone--number a {
    color: #FFFFFF;
    text-decoration: none; }
  @media only screen and (max-width: 999px) {
    .phone--number {
      font-size: 32px; } }

.phone--desc {
  color: #f49c55;
  font-weight: 300;
  line-height: 48px; }
  .paragraph--hall .phone--desc {
    color: #c11819;
    line-height: 38px;
    margin-top: 5px; }

.location--map {
  background-color: #FFFFFF;
  width: calc(50% + 240px); }
  @media only screen and (max-width: 1199px) {
    .location--map {
      -webkit-order: 0;
      order: 0;
      width: 100%;
      text-align: center; } }
  @media only screen and (min-width: 1200px) {
    .location--map:before {
      top: -20px;
      left: 360px;
      background-position: 0 -329px;
      width: 37px;
      height: 46px;
      z-index: 1; }
    .location--map:after {
      top: -20px;
      left: 870px;
      background-position: -75px -400px;
      display: block;
      width: 38px;
      height: 48px;
      z-index: 1; } }
  @media only screen and (max-width: 999px) {
    .location--map {
      padding-bottom: 40px;
      text-align: left; } }

@media only screen and (min-width: 1200px) {
  .location--map-wrapper {
    padding-bottom: 80px;
    padding-left: 40px;
    max-width: 820px; } }
@media only screen and (max-width: 1199px) {
  .location--map-wrapper {
    display: inline-block; } }

.location--address {
  font-size: 26px;
  font-weight: 300;
  padding-left: 32px;
  position: relative;
  text-align: left; }
  .location--phone-wrapper + .location--address {
    margin-top: 25px; }
  .paragraph--hall .location--address {
    font-size: 18px; }
  .location--address:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background: url('../img/png_sprite.png?1626877600') no-repeat 0 -169px;
    display: inline-block;
    width: 17px;
    height: 20px; }
  .location--address strong {
    font-weight: 500; }
    .paragraph--hall .location--address strong {
      font-size: 26px; }
      @media only screen and (max-width: 999px) {
        .paragraph--hall .location--address strong {
          font-size: 19px; } }
  @media only screen and (max-width: 999px) {
    .location--address {
      font-size: 19px; } }

.location--map-bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 30px; }
  .paragraph--hall .location--map-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 20px; }
  @media only screen and (max-width: 999px) {
    .location--map-bottom {
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      align-items: flex-start; } }

.location--underground {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .paragraph--halls .location--underground, .halls-page--item .location--underground {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center; }
  .desctop-menu-fixed .block--header-location .location--underground {
    display: none; }
  .phone-open .location--underground {
    -webkit-justify-content: center;
    justify-content: center;
    color: #a7a7a7;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 8px; }

.location--underground-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 30px; }
  .paragraph--hall .location--underground-item {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-bottom: 15px; }
  .phone-open .location--underground-item {
    padding: 0 10px; }
  .location--underground-item:last-child {
    padding-right: 0; }
  .paragraph--halls .location--underground-item, .halls-page--item .location--underground-item {
    color: #FFFFFF;
    display: none;
    padding-right: 0; }
    .paragraph--halls .location--underground-item:first-child, .halls-page--item .location--underground-item:first-child {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center; }
      .paragraph--halls .location--underground-item:first-child:after, .halls-page--item .location--underground-item:first-child:after {
        content: '';
        margin-left: 15px;
        width: 36px;
        height: 21px;
        background-image: url("../img/vector/responsive.svg?20200219-1621#svgView(viewBox(95,0,36,21))");
        background-size: 100% 100%; }
        @media only screen and (max-width: 450px) {
          .paragraph--halls .location--underground-item:first-child:after, .halls-page--item .location--underground-item:first-child:after {
            width: 20px;
            height: 12px; } }
  @media only screen and (max-width: 999px) {
    .location--underground-item {
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }

.location--underground-item-img {
  margin-right: 12px;
  flex-shrink: 0; }

.location--underground-item-name {
  font-weight: 300; }
  .halls-page--item .location--underground-item-name {
    font-size: 24px; }
    @media only screen and (max-width: 999px) {
      .halls-page--item .location--underground-item-name {
        font-size: 16px; } }
  .field--name-paragraph-halls .location--underground-item-name {
    font-size: 16px; }

.location--button {
  margin-left: 30px;
  width: 170px; }
  .paragraph--hall .location--button {
    margin: 15px 0 0; }
    @media only screen and (max-width: 999px) {
      .paragraph--hall .location--button {
        margin: 35px auto 0; } }
  .location--button a {
    background: #c11719;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding: 2px 0;
    text-align: center;
    text-decoration: none; }
    .location--button a:hover {
      background: #ed2b2c; }
  @media only screen and (max-width: 999px) {
    .location--button {
      margin: 35px auto 0; } }

.paragraph--shema {
  margin-top: 110px; }
  .paragraph--shema .paragraph--title {
    margin-bottom: 70px; }
    @media only screen and (max-width: 999px) {
      .paragraph--shema .paragraph--title {
        margin-bottom: 70px; } }
  @media only screen and (max-width: 999px) {
    .paragraph--shema .paragraph-inner {
      position: relative; }
      .paragraph--shema .paragraph-inner:before {
        position: absolute;
        top: 50%;
        right: 30px;
        margin-top: -14px;
        content: '';
        background: url('../img/vector/svg_sprite.svg?1626961608') no-repeat -208px -452px;
        display: block;
        width: 32px;
        height: 32px;
        z-index: 10; }
      .paragraph--shema .paragraph-inner:after {
        position: absolute;
        top: 0;
        right: 20px;
        content: '';
        background-image: -moz-linear-gradient(-180deg, #fff 0%, rgba(249, 249, 249, 0) 100%);
        background-image: -webkit-linear-gradient(-180deg, #fff 0%, rgba(249, 249, 249, 0) 100%);
        background-image: -ms-linear-gradient(-180deg, #fff 0%, rgba(249, 249, 249, 0) 100%);
        display: block;
        width: 100px;
        height: 100%; } }
  @media only screen and (max-width: 999px) {
    .paragraph--shema {
      margin-top: 70px; } }

.paragraph--seating-variation {
  margin-top: 110px; }
  .paragraph--seating-variation .paragraph--title {
    margin-bottom: 60px; }
    @media only screen and (max-width: 999px) {
      .paragraph--seating-variation .paragraph--title {
        margin-top: 50px; } }
  @media only screen and (max-width: 999px) {
    .paragraph--seating-variation {
      margin-top: 70px; } }

.paragraph--events {
  margin-top: 110px; }
  .paragraph--events .paragraph--title {
    padding-bottom: 45px;
    position: relative; }
    .paragraph--events .paragraph--title:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: #c11719;
      display: block;
      width: 50px;
      height: 3px; }
    @media only screen and (max-width: 999px) {
      .paragraph--events .paragraph--title {
        padding-bottom: 25px; } }
  @media only screen and (max-width: 999px) {
    .paragraph--events {
      margin-top: 70px; } }

.paragraph--events-report {
  margin-top: 110px; }
  .paragraph--events-report .paragraph--wrapper {
    background-color: #c11719;
    background-repeat: repeat;
    background-size: auto; }
  .paragraph--events-report .button--default {
    width: 170px; }
  @media only screen and (max-width: 999px) {
    .paragraph--events-report {
      margin-top: 70px; } }

.events-report-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media only screen and (max-width: 999px) {
    .events-report-wrapper {
      -webkit-flex-direction: column;
      flex-direction: column;
      margin: 0; } }

.paragraph--reviews {
  margin-top: 110px; }
  @media only screen and (max-width: 999px) {
    .paragraph--reviews {
      margin-top: 70px; } }
  .paragraph--reviews .paragraph--title {
    padding-bottom: 45px;
    position: relative; }
    .paragraph--reviews .paragraph--title:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: #c11719;
      display: block;
      width: 50px;
      height: 3px; }
    @media only screen and (max-width: 999px) {
      .paragraph--reviews .paragraph--title {
        padding-bottom: 30px; } }

.paragraph--panorama {
  margin-top: 110px; }
  .paragraph--panorama .paragraph-inner {
    padding: 0;
    width: 100%; }
  @media only screen and (max-width: 999px) {
    .paragraph--panorama {
      display: none;
      margin-top: 70px; } }

.paragraph--share {
  background: #f7f7f7 url(../img/pat_1.png);
  margin-top: 40px;
  padding: 35px 0 50px; }
  .paragraph--only-form + .paragraph--share {
    margin-top: 0; }
    @media only screen and (max-width: 999px) {
      .paragraph--only-form + .paragraph--share {
        padding: 25px 0; } }
  @media only screen and (max-width: 999px) {
    .paragraph--share {
      margin-top: 30px;
      padding: 15px 0 25px; } }

.paragraph--text {
  margin-top: 40px; }

.paragraph--gallery-video {
  margin: 80px 0; }
  .paragraph--gallery-video .paragraph-inner {
    padding: 0 30px;
    width: 100%; }
    @media only screen and (max-width: 500px) {
      .paragraph--gallery-video .paragraph-inner {
        padding: 0 6px; } }
  .paragraph--gallery-video .button--default {
    min-width: 170px; }
  @media only screen and (max-width: 999px) {
    .paragraph--gallery-video {
      margin: 45px 0; } }

.gallery--wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px; }
  .gallery--item {
    margin-bottom: 20px;
    min-width: 280px;
    padding: 0 10px;
    position: relative;
    width: 25%; }
    @media only screen and (max-width: 500px) {
      .gallery--item {
        margin-bottom: 6px;
        padding: 0 3px; }
        .gallery--item:not(.gallery--video-item) {
          min-width: auto;
          width: 50%; } }
  .gallery--video-item,
  .gallery-video-item {
    margin-bottom: 20px;
    min-width: 280px;
    padding: 0 10px;
    position: relative;
    width: 25%; }
    .gallery--video-item a,
    .gallery-video-item a {
      display: block;
      position: relative; }
      .gallery--video-item a:before, .gallery--video-item a:after,
      .gallery-video-item a:before,
      .gallery-video-item a:after {
        content: '';
        position: absolute; }
      .gallery--video-item a:before,
      .gallery-video-item a:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: url('../img/vector/svg_sprite.svg?1626961608') no-repeat -244px 0;
        width: 76px;
        height: 76px;
        z-index: 11; }
      .gallery--video-item a:after,
      .gallery-video-item a:after {
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        z-index: 10; }
    @media only screen and (max-width: 500px) {
      .gallery--video-item,
      .gallery-video-item {
        margin-bottom: 6px;
        padding: 0 3px;
        width: 100%; } }
  @media only screen and (max-width: 500px) {
    .gallery--wrapper {
      margin: 0 -3px -6px; } }

.paragraph--hall {
  margin-top: 110px; }
  .paragraph--hall .paragraph-inner {
    padding: 0;
    width: 100%; }
  .location--hall {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    text-align: right; }
    .location--hall:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      z-index: 1; }
    @media only screen and (max-width: 999px) {
      .location--hall {
        padding: 65px 0 45px;
        width: 100% !important; } }
  .location--hall-wrapper {
    display: inline-block;
    text-align: center;
    max-width: 570px;
    padding-right: 40px;
    position: relative;
    width: 100%;
    z-index: 10; }
    @media only screen and (max-width: 999px) {
      .location--hall-wrapper {
        display: block;
        max-width: none;
        padding-right: 0; } }
  .location--hall-map {
    padding: 35px 0 35px 70px; }
    @media only screen and (max-width: 999px) {
      .location--hall-map {
        padding: 30px 20px 35px; } }
  .location--hall-map-wrapper {
    max-width: 475px;
    width: 100%; }
    @media only screen and (max-width: 999px) {
      .location--hall-map-wrapper {
        max-width: none; } }
  @media only screen and (max-width: 999px) {
    .paragraph--hall {
      margin-top: 55px; } }

.paragraph--organizers {
  margin-top: 110px; }
  .paragraph--organizer-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
    max-width: 630px; }
    @media only screen and (max-width: 999px) {
      .paragraph--organizer-item {
        -webkit-flex-direction: column;
        flex-direction: column; } }
  .organizer--photo {
    margin-right: 30px;
    width: 200px;
    text-align: center; }
    @media only screen and (max-width: 999px) {
      .organizer--photo {
        margin: 0 auto 20px; } }
  .organizer-info {
    width: 100%; }
  .organizer-info--top {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 24px;
    line-height: 34px; }
    @media only screen and (max-width: 999px) {
      .organizer-info--top {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center; } }
  .organizer-info--bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 300; }
    .organizer-info--bottom > div {
      margin-right: 5px; }
      .organizer-info--bottom > div:after {
        content: '/';
        display: inline-block;
        margin-left: 5px; }
        @media only screen and (max-width: 999px) {
          .organizer-info--bottom > div:after {
            display: none; } }
      .organizer-info--bottom > div:last-child {
        margin-right: 0; }
        .organizer-info--bottom > div:last-child:after {
          display: none; }
      @media only screen and (max-width: 999px) {
        .organizer-info--bottom > div {
          margin-right: 0; } }
    @media only screen and (max-width: 999px) {
      .organizer-info--bottom {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center; } }
  @media only screen and (max-width: 999px) {
    .paragraph--organizers {
      margin-top: 50px; } }

.paragraph--only-form {
  margin-top: 100px; }
  .paragraph--only-form .paragraph--title {
    margin-bottom: 80px; }
    @media only screen and (max-width: 999px) {
      .paragraph--only-form .paragraph--title {
        margin-bottom: 50px; } }
  .paragraph--only-form .paragraph-inner {
    padding: 0;
    width: 100%; }
  @media only screen and (max-width: 999px) {
    .paragraph--only-form {
      margin-top: 50px; } }

.paragraph--text-img {
  margin-top: 50px; }
  .paragraph--text-img .paragraph-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 999px) {
      .paragraph--text-img .paragraph-inner {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center; } }
  @media only screen and (max-width: 999px) {
    .paragraph--text-img {
      margin-top: 30px; } }

.node--news-top {
  margin-top: 25px; }
  .node--news-top--wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%; }
    @media only screen and (max-width: 999px) {
      .node--news-top--wrapper {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column;
        flex-direction: column; } }
  @media only screen and (max-width: 999px) {
    .node--news-top {
      margin-top: 0; } }

.paragraph--halls {
  margin-top: 60px;
  margin-bottom: 100px; }
  .taxonomy-term.vocabulary-hall {
    margin-bottom: 30px;
    position: relative; }
    .halls-page--item .taxonomy-term.vocabulary-hall {
      margin-bottom: 0;
      height: 100%; }
    .slick-slide .taxonomy-term.vocabulary-hall {
      margin-bottom: 0; }
  @media only screen and (max-width: 999px) {
    .paragraph--halls {
      margin-top: 40px;
      margin-bottom: 50px; } }

.taxonomy-term-top {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  height: 270px;
  text-align: center; }
  .halls-page--item .taxonomy-term-top {
    padding: 0 25px;
    height: 310px; }
    @media only screen and (max-width: 999px) {
      .halls-page--item .taxonomy-term-top {
        margin-bottom: 0;
        padding: 0 5px;
        height: 160px; } }
  @media only screen and (max-width: 999px) {
    .taxonomy-term-top {
      height: 200px; } }

.paragraph--form-desc {
  margin-top: 50px; }
  .paragraph--form-desc .paragraph-inner {
    background: #f9f9f9 url(../img/pat_1.png) center;
    padding: 50px 0;
    width: 100%; }
    @media only screen and (max-width: 999px) {
      .paragraph--form-desc .paragraph-inner {
        padding: 30px 0 0; } }

.form-desc--wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1030px;
  width: 100%; }

@media only screen and (max-width: 999px) {
  .form-desc--col {
    text-align: center; } }

.form-desc--col-1 {
  padding-right: 70px;
  width: calc(100% - 430px); }
  @media only screen and (max-width: 999px) {
    .form-desc--col-1 {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      margin-bottom: 15px;
      padding-right: 0;
      width: 100%; } }

.form-desc--col-2 {
  width: 430px; }
  @media only screen and (max-width: 999px) {
    .form-desc--col-2 {
      width: 100%; } }

.contact-form--top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1090px;
  width: 100%; }
  .contact-form--col-1 {
    -webkit-flex-basis: 310px;
    flex-basis: 310px;
    padding-right: 30px; }
    @media only screen and (max-width: 768px) {
      .contact-form--col-1 {
        -webkit-flex-basis: auto;
        flex-basis: auto;
        margin-bottom: 28px;
        padding-right: 0; } }
  .contact-form--col-2 {
    -webkit-flex-basis: 780px;
    flex-basis: 780px; }
    @media only screen and (max-width: 768px) {
      .contact-form--col-2 {
        -webkit-flex-basis: auto;
        flex-basis: auto; } }
  @media only screen and (max-width: 768px) {
    .contact-form--top {
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }

.contact-form--bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  margin: 18px auto 0;
  max-width: 1090px;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .contact-form--bottom {
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }
  .contact-form--bottom .form-actions {
    -webkit-order: 0;
    order: 0; }

.paragraph--hall-reiting {
  margin-top: 0; }

/*Colorbox*/
#colorbox {
  z-index: 10000; }

#cboxWrapper,
#cboxContent {
  background: transparent; }

#cboxContent {
  border: 2px solid #fff;
  overflow: visible !important; }

#cboxLoadedContent {
  margin-bottom: 0 !important; }

#cboxTitle {
  bottom: 0 !important;
  background: rgba(34, 34, 34, 0.7);
  color: #fff;
  display: block !important;
  font-weight: 300;
  font-size: 18px;
  margin: 0 !important;
  padding: 15px 20px !important;
  height: 60px !important; }
  #cboxTitle:empty {
    display: none !important; }

#cboxCurrent {
  display: none !important; }

#cboxClose {
  background-color: #fff;
  background-image: url('../img/vector/svg_sprite.svg?1626961608');
  background-repeat: no-repeat;
  background-position: -71px -537px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  min-width: auto;
  width: 27px;
  height: 27px;
  outline: none;
  top: -10px;
  right: -10px;
  font-size: 0; }
  #cboxClose:hover {
    background-position: -71px -537px; }

#cboxPrevious,
#cboxNext {
  top: 50%;
  border: 0;
  background: #f7f7f7 url('../img/vector/svg_sprite.svg?1626961608');
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 3px 0px 0px rgba(247, 247, 247, 0.17);
  -webkit-box-shadow: 0px 3px 0px 0px rgba(247, 247, 247, 0.17);
  box-shadow: 0px 3px 0px 0px rgba(247, 247, 247, 0.17);
  cursor: pointer;
  min-width: auto;
  width: 33px;
  height: 33px;
  margin-top: -15px; }

#cboxPrevious {
  background-position: 11px -537px;
  left: -60px; }
  #cboxPrevious:hover {
    background-position: 11px -537px; }

#cboxNext {
  background-position: -28px -537px;
  right: -60px;
  left: auto; }
  #cboxNext:hover {
    background-position: -28px -537px; }

#cboxTopCenter {
  height: 19px; }

#cboxMiddleRight,
#cboxMiddleLeft {
  width: 60px; }

.cboxIframe {
  background: #000;
  width: 100%;
  height: 99%; }

.rating-stars--wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .rating-check {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    width: 24px;
    height: 24px; }
    .rating-check span {
      background-color: #FFFFFF;
      background-image: url('../img/vector/svg_sprite.svg?1626961608');
      background-repeat: no-repeat;
      background-position: -162px -105px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      border-radius: 100px;
      display: block;
      position: relative;
      top: 1.5px;
      left: 1.9px;
      width: 20.5px;
      height: 20.5px; }
      .field--name-paragraph-halls .rating-check span {
        top: 1.9px;
        left: 1.5px; }
    .rating-check:after, .rating-check:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%; }
    .rating-check:before {
      background-color: #d9d9d9;
      left: auto;
      right: 0;
      z-index: -1; }
    .rating-check:after {
      background-color: #c11719;
      z-index: -2; }
    .rating-check:last-child {
      margin-right: 0; }
    .rating-stars--1 .rating-check:first-child span {
      background-position: -134px -105px; }
    .rating-stars--1 .rating-check:first-child:before {
      width: 0; }
    .rating-stars--2 .rating-check:first-child span, .rating-stars--2 .rating-check:nth-child(2) span {
      background-position: -134px -105px; }
    .rating-stars--2 .rating-check:first-child:before, .rating-stars--2 .rating-check:nth-child(2):before {
      width: 0; }
    .rating-stars--3 .rating-check:first-child span, .rating-stars--3 .rating-check:nth-child(2) span, .rating-stars--3 .rating-check:nth-child(3) span {
      background-position: -134px -105px; }
    .rating-stars--3 .rating-check:first-child:before, .rating-stars--3 .rating-check:nth-child(2):before, .rating-stars--3 .rating-check:nth-child(3):before {
      width: 0; }
    .rating-stars--4 .rating-check span {
      background-position: -134px -105px; }
    .rating-stars--4 .rating-check:before {
      width: 0; }
    .rating-stars--4 .rating-check:last-child span {
      background-position: -162px -105px; }
    .rating-stars--4 .rating-check:last-child:before {
      width: 100%; }
    .rating-stars--5 .rating-check span {
      background-position: -134px -105px; }
    .rating-stars--5 .rating-check:before {
      width: 0; }

.rating-stars--1.rating-half--2 .rating-check:nth-child(1) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--1.rating-half--2 .rating-check:nth-child(1) + .rating-check:before {
  width: 80%; }
.rating-stars--1.rating-half--3 .rating-check:nth-child(1) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--1.rating-half--3 .rating-check:nth-child(1) + .rating-check:before {
  width: 70%; }
.rating-stars--1.rating-half--4 .rating-check:nth-child(1) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--1.rating-half--4 .rating-check:nth-child(1) + .rating-check:before {
  width: 60%; }
.rating-stars--1.rating-half--5 .rating-check:nth-child(1) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--1.rating-half--5 .rating-check:nth-child(1) + .rating-check:before {
  width: 50%; }
.rating-stars--1.rating-half--6 .rating-check:nth-child(1) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--1.rating-half--6 .rating-check:nth-child(1) + .rating-check:before {
  width: 40%; }
.rating-stars--1.rating-half--7 .rating-check:nth-child(1) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--1.rating-half--7 .rating-check:nth-child(1) + .rating-check:before {
  width: 30%; }
.rating-stars--1.rating-half--8 .rating-check:nth-child(1) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--1.rating-half--8 .rating-check:nth-child(1) + .rating-check:before {
  width: 20%; }

.rating-stars--2.rating-half--2 .rating-check:nth-child(2) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--2.rating-half--2 .rating-check:nth-child(2) + .rating-check:before {
  width: 80%; }
.rating-stars--2.rating-half--3 .rating-check:nth-child(2) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--2.rating-half--3 .rating-check:nth-child(2) + .rating-check:before {
  width: 70%; }
.rating-stars--2.rating-half--4 .rating-check:nth-child(2) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--2.rating-half--4 .rating-check:nth-child(2) + .rating-check:before {
  width: 60%; }
.rating-stars--2.rating-half--5 .rating-check:nth-child(2) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--2.rating-half--5 .rating-check:nth-child(2) + .rating-check:before {
  width: 50%; }
.rating-stars--2.rating-half--6 .rating-check:nth-child(2) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--2.rating-half--6 .rating-check:nth-child(2) + .rating-check:before {
  width: 40%; }
.rating-stars--2.rating-half--7 .rating-check:nth-child(2) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--2.rating-half--7 .rating-check:nth-child(2) + .rating-check:before {
  width: 30%; }
.rating-stars--2.rating-half--8 .rating-check:nth-child(2) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--2.rating-half--8 .rating-check:nth-child(2) + .rating-check:before {
  width: 20%; }

.rating-stars--3.rating-half--2 .rating-check:nth-child(3) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--3.rating-half--2 .rating-check:nth-child(3) + .rating-check:before {
  width: 80%; }
.rating-stars--3.rating-half--3 .rating-check:nth-child(3) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--3.rating-half--3 .rating-check:nth-child(3) + .rating-check:before {
  width: 70%; }
.rating-stars--3.rating-half--4 .rating-check:nth-child(3) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--3.rating-half--4 .rating-check:nth-child(3) + .rating-check:before {
  width: 60%; }
.rating-stars--3.rating-half--5 .rating-check:nth-child(3) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--3.rating-half--5 .rating-check:nth-child(3) + .rating-check:before {
  width: 50%; }
.rating-stars--3.rating-half--6 .rating-check:nth-child(3) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--3.rating-half--6 .rating-check:nth-child(3) + .rating-check:before {
  width: 40%; }
.rating-stars--3.rating-half--7 .rating-check:nth-child(3) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--3.rating-half--7 .rating-check:nth-child(3) + .rating-check:before {
  width: 30%; }
.rating-stars--3.rating-half--8 .rating-check:nth-child(3) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--3.rating-half--8 .rating-check:nth-child(3) + .rating-check:before {
  width: 20%; }

.rating-stars--4.rating-half--2 .rating-check:nth-child(4) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--4.rating-half--2 .rating-check:nth-child(4) + .rating-check:before {
  width: 80%; }
.rating-stars--4.rating-half--3 .rating-check:nth-child(4) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--4.rating-half--3 .rating-check:nth-child(4) + .rating-check:before {
  width: 70%; }
.rating-stars--4.rating-half--4 .rating-check:nth-child(4) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--4.rating-half--4 .rating-check:nth-child(4) + .rating-check:before {
  width: 60%; }
.rating-stars--4.rating-half--5 .rating-check:nth-child(4) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--4.rating-half--5 .rating-check:nth-child(4) + .rating-check:before {
  width: 50%; }
.rating-stars--4.rating-half--6 .rating-check:nth-child(4) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--4.rating-half--6 .rating-check:nth-child(4) + .rating-check:before {
  width: 40%; }
.rating-stars--4.rating-half--7 .rating-check:nth-child(4) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--4.rating-half--7 .rating-check:nth-child(4) + .rating-check:before {
  width: 30%; }
.rating-stars--4.rating-half--8 .rating-check:nth-child(4) + .rating-check span {
  background-position: -134px -105px; }
.rating-stars--4.rating-half--8 .rating-check:nth-child(4) + .rating-check:before {
  width: 20%; }

.paragraph--video-bg {
  color: #FFFFFF;
  margin-top: -25px !important; }
  .paragraph--video-bg .paragraph--wrapper {
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 90vh;
    width: 100%; }
    .paragraph--video-bg .paragraph--wrapper:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.51);
      display: block;
      width: 100%;
      height: 100%;
      z-index: 1; }
    @media only screen and (max-width: 768px) {
      .paragraph--video-bg .paragraph--wrapper {
        padding: 60px 0;
        height: auto; } }
  .paragraph--video-bg .paragraph-inner {
    position: relative;
    margin: 5% auto 2.5%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .paragraph--video-bg .paragraph-inner {
        position: relative; } }

.advantage-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 100px -20px 0;
  width: 100%; }
  .advantage-wrapper a {
    color: inherit; }
  .advantage-wrapper .advantage-item {
    padding: 0 20px;
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 768px) {
      .advantage-wrapper .advantage-item {
        margin-bottom: 30px;
        padding: 0;
        width: 100%; }
        .advantage-wrapper .advantage-item:last-child {
          margin-bottom: 0; } }
  .advantage-wrapper .advantage-item--top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 36px;
    font-weight: 500;
    line-height: 1.11;
    margin-bottom: 14px;
    padding: 8px 0 34px;
    flex-grow: 2; }
    .advantage-wrapper .advantage-item--top a.width-icon {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%; }
      .advantage-wrapper .advantage-item--top a.width-icon::before {
        content: '';
        margin: auto; }
      .advantage-wrapper .advantage-item--top a.width-icon.icon--coffee::before {
        width: 69px;
        height: 60px;
        background: url("../img/vector/responsive.svg?1626877603#svgView(viewBox(0,34,69,60))");
        background-size: 69px 60px; }
      .advantage-wrapper .advantage-item--top a.width-icon.icon--laptop::before {
        width: 72px;
        height: 55px;
        background: url("../img/vector/responsive.svg?1626877603#svgView(viewBox(79,34,72,55))");
        background-size: 72px 55px; }
      .advantage-wrapper .advantage-item--top a.width-icon.icon--conversation::before {
        width: 63px;
        height: 63px;
        background: url("../img/vector/responsive.svg?1626877603#svgView(viewBox(160,34,63,63))");
        background-size: 63px 63px; }
      .advantage-wrapper .advantage-item--top a.width-icon.icon--clock::before {
        width: 59px;
        height: 59px;
        background: url("../img/vector/responsive.svg?1626877603#svgView(viewBox(235,34,59,59))");
        background-size: 59px 59px; }
      .advantage-wrapper .advantage-item--top a.width-icon > span {
        display: block;
        margin-top: 24px; }
    @media only screen and (max-width: 768px) {
      .advantage-wrapper .advantage-item--top {
        font-size: 30px;
        padding-bottom: 20px; }
        .advantage-wrapper .advantage-item--top a.width-icon {
          display: grid;
          grid-template-columns: min-content min-content;
          justify-content: center;
          grid-column-gap: 22px; }
          .advantage-wrapper .advantage-item--top a.width-icon > span {
            margin-top: 0; } }
  .advantage-item--bottom {
    font-size: 18px;
    line-height: 1.55;
    margin: 0 20px;
    padding: 4px 0 6px; }
    @media only screen and (max-width: 768px) {
      .advantage-item--bottom {
        font-size: 16px; } }
  @media only screen and (max-width: 768px) {
    .advantage-wrapper {
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center;
      margin: 60px 0 0; } }

.paragraph--map {
  margin-top: 0; }
  .paragraph--map .paragraph-inner {
    padding: 0;
    width: 100%; }

.slick-arrow {
  position: absolute;
  top: 37%;
  background-color: transparent;
  background-image: url('../img/vector/svg_sprite.svg?1626961608');
  background-repeat: no-repeat;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  min-width: auto;
  padding: 0;
  width: 15px;
  height: 28px;
  text-indent: -9999px;
  z-index: 1; }
  .slick-arrow:hover {
    background-color: transparent;
    background-image: url('../img/vector/svg_sprite.svg?1626961608');
    background-repeat: no-repeat; }
  .field--name-hall-photos .slick-arrow {
    top: 50%;
    margin-top: -15px;
    background-image: url('../img/png_sprite.png?1626877600');
    width: 30px;
    height: 30px; }
    .field--name-hall-photos .slick-arrow:hover {
      background-image: url('../img/png_sprite.png?1626877600'); }
  .slick-prev {
    left: -30px;
    background-position: -151px -397px; }
    .slick-prev:hover {
      background-position: -220px -397px; }
    .field--name-hall-photos .slick-prev {
      left: 30px;
      background-position: -65px -109px; }
      .field--name-hall-photos .slick-prev:hover {
        background-position: -65px -109px; }
    @media only screen and (max-width: 999px) {
      .field--name-paragraph-halls .slick-prev {
        left: -17px; } }
    @media only screen and (max-width: 999px) {
      .view-block-news .slick-prev {
        left: -17px; } }
    .view-reviews-block .slick-prev {
      left: -15px; }
      @media only screen and (max-width: 999px) {
        .view-reviews-block .slick-prev {
          left: -7px; } }
  .slick-next {
    right: -30px;
    background-position: -183px -397px; }
    .slick-next:hover {
      background-position: -253px -397px; }
    .field--name-hall-photos .slick-next {
      right: 30px;
      background-position: -110px -109px; }
      .field--name-hall-photos .slick-next:hover {
        background-position: -110px -109px; }
    @media only screen and (max-width: 999px) {
      .field--name-paragraph-halls .slick-next {
        right: -17px; } }
    @media only screen and (max-width: 999px) {
      .view-block-news .slick-next {
        right: -17px; } }
    .view-reviews-block .slick-next {
      right: -15px; }
      @media only screen and (max-width: 999px) {
        .view-reviews-block .slick-next {
          right: -7px; } }

.slick-slide img {
  display: inline-block; }

.slick-dots {
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
    .slick-dots li button {
      background: #FFFFFF;
      border-radius: 50%;
      border: 0;
      cursor: pointer;
      display: block;
      padding: 0;
      width: 8px;
      height: 8px;
      text-indent: -99999px; }
      .slick-dots li button:hover {
        background: #000000; }
      .view-reviews-block .slick-dots li button, .field--name-scans .slick-dots li button {
        background: #d0d0d0;
        width: 9px;
        height: 9px; }
        .view-reviews-block .slick-dots li button:hover, .field--name-scans .slick-dots li button:hover {
          background: #a51e1f; }
    .slick-dots li.slick-active button {
      background: #000000; }
      .view-reviews-block .slick-dots li.slick-active button, .field--name-scans .slick-dots li.slick-active button {
        background: #a51e1f; }
    .view-reviews-block .slick-dots li {
      margin: 0 10px; }
  .field--name-hall-photos .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto; }
  .view-reviews-block .slick-dots, .field--name-scans .slick-dots {
    line-height: 9px;
    margin-top: 30px; }
  .views-block-proposal .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px; }
    .views-block-proposal .slick-dots li button {
      width: 9px;
      height: 9px;
      background: #d1d1d1; }
    .views-block-proposal .slick-dots li.slick-active button {
      background: #c11819; }

.webform-submission-form .system-messages-container {
  display: none; }

.paragraph--tarifs--grid {
  margin-top: 80px; }
  @media only screen and (max-width: 999px) {
    .paragraph--tarifs--grid {
      margin-top: 50px; } }

.paragraph--text-with-ico {
  margin-top: 100px; }
  .paragraph--text-with-ico .paragraph--title {
    margin-bottom: 80px; }
    @media only screen and (max-width: 500px) {
      .paragraph--text-with-ico .paragraph--title {
        margin-bottom: 30px; } }
  .text-with-ico--wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -35px -80px; }
    @media only screen and (max-width: 500px) {
      .text-with-ico--wrapper {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: 0; } }
  .paragraph--text-with-ico .text-icon {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 80px;
    padding: 0 35px;
    min-width: 280px;
    width: 50%; }
    @media only screen and (max-width: 500px) {
      .paragraph--text-with-ico .text-icon {
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-bottom: 35px;
        padding: 0;
        width: 100%; }
        .paragraph--text-with-ico .text-icon:last-child {
          margin-bottom: 0; } }
  .paragraph--text-with-ico .text-icon--col-1 {
    margin-right: 30px;
    width: 70px; }
    @media only screen and (max-width: 500px) {
      .paragraph--text-with-ico .text-icon--col-1 {
        margin: 0 auto 20px; } }
  .paragraph--text-with-ico .text-icon--col-2 {
    width: calc(100% - 70px); }
    @media only screen and (max-width: 500px) {
      .paragraph--text-with-ico .text-icon--col-2 {
        width: auto; } }
  @media only screen and (max-width: 500px) {
    .paragraph--text-with-ico {
      margin-top: 40px; } }

.hall-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }
  .hall-link a {
    display: block;
    width: 100%;
    height: 100%; }

.fixed-hide {
  transform: translateY(-100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0; }

.ui-datepicker {
  font-family: "Roboto", Arial;
  z-index: 99 !important; }
  .ui-datepicker.ui-widget-content {
    border: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 10px 40px 0px rgba(81, 90, 99, 0.2);
    -webkit-box-shadow: 0px 10px 40px 0px rgba(81, 90, 99, 0.2);
    box-shadow: 0px 10px 40px 0px rgba(81, 90, 99, 0.2);
    margin-top: 6px;
    padding: 0 20px 25px; }
  .ui-datepicker .ui-widget-header {
    background: #eeeeee;
    border: 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 0 0;
    line-height: 47px;
    margin: 0 -20px;
    padding: 7px 0; }
  .ui-datepicker select.ui-datepicker-year {
    display: none; }
  .ui-datepicker select.ui-datepicker-month {
    border: 0;
    background: transparent;
    color: #c11819;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", Arial;
    text-align-last: center;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    top: 50%;
    margin-top: -8.5px;
    width: 9px;
    height: 17px; }
    .ui-datepicker .ui-datepicker-prev .ui-icon,
    .ui-datepicker .ui-datepicker-next .ui-icon {
      background-image: url('../img/vector/svg_sprite.svg?1626961608');
      background-repeat: no-repeat;
      width: 9px;
      height: 17px; }
    .ui-datepicker .ui-datepicker-prev.ui-state-hover,
    .ui-datepicker .ui-datepicker-next.ui-state-hover {
      border: 0;
      background: transparent; }
  .ui-datepicker .ui-datepicker-prev {
    left: 40px; }
    .ui-datepicker .ui-datepicker-prev .ui-icon {
      background-position: -387px 0; }
    .ui-datepicker .ui-datepicker-prev:hover .ui-icon {
      background-position: -387px -29px; }
  .ui-datepicker .ui-datepicker-next {
    right: 40px; }
    .ui-datepicker .ui-datepicker-next .ui-icon {
      background-position: -410px 0; }
    .ui-datepicker .ui-datepicker-next:hover .ui-icon {
      background-position: -410px -29px; }

.ui-datepicker-calendar thead {
  border-bottom: 1px solid #eeeeee; }
  .ui-datepicker-calendar thead th {
    color: #2d3335;
    font-size: 17px;
    font-weight: 400;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: capitalize; }
.ui-datepicker-calendar tbody td {
  padding: 12px 5.1px 0; }
.ui-datepicker-calendar .ui-state-default {
  border: 1px solid transparent;
  background: transparent;
  color: #2d3335;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 0 4px;
  width: 28px;
  text-align: center; }
.ui-datepicker-calendar .ui-datepicker-week-end .ui-state-default {
  color: #c11819; }
.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-state-hover {
  border: 1px solid #c11819;
  border-radius: 100px; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100; }

.ui-widget {
  border: 0 !important;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-family: "Roboto", Arial;
  font-weight: 300;
  max-width: 650px;
  padding: 0;
  z-index: 200; }
  .ui-widget.webform-confirmation-modal {
    width: 100% !important; }
  .ui-widget .ui-dialog-titlebar {
    background: #fff;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 0 0;
    border: none;
    margin-bottom: 0;
    padding: 0;
    height: 35px; }
  .ui-widget .ui-dialog-titlebar-close {
    background: #fff;
    border: none;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    right: 9px;
    top: 9px;
    margin: 0;
    padding: 0;
    width: 28px !important;
    height: 28px; }
    .ui-widget .ui-dialog-titlebar-close .ui-icon {
      top: 0;
      left: 0;
      background-image: url('../img/vector/svg_sprite.svg?1626961608');
      background-repeat: no-repeat;
      background-position: -414px -404px;
      margin: 0;
      width: 28px;
      height: 28px; }
  .ui-widget .ui-dialog-title {
    color: #000;
    display: none;
    font-size: 24px;
    font-weight: normal;
    line-height: 36px; }
  .ui-widget .ui-dialog-content {
    padding: 0 30px 35px;
    text-align: center; }
  .ui-widget .form-thank {
    color: #c11819;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase; }
    .ui-widget .form-thank:before {
      content: '';
      background: url('../img/vector/svg_sprite.svg?1626961608') no-repeat -170px -286px;
      display: block;
      margin: 0 auto 30px;
      width: 61px;
      height: 60px; }
  .ui-widget form {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 30px 15px;
    width: 100%;
    text-align: center; }
  .ui-widget textarea {
    resize: none;
    height: 100px; }
  .ui-widget .ui-dialog-buttonpane {
    background: transparent;
    border: none;
    margin-top: 0;
    padding: 0;
    text-align: center; }
    .ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset {
      float: none; }

.location--address-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 110px 0;
  position: relative; }
  @media only screen and (max-width: 1199px) {
    .location--address-wrapper {
      -webkit-flex-direction: column;
      flex-direction: column; } }
  @media only screen and (min-width: 1200px) {
    .location--address-wrapper:after {
      content: '';
      position: absolute;
      bottom: -25px;
      left: 1160px;
      background-image: url('../img/png_sprite.png?1626877600');
      background-repeat: no-repeat;
      background-position: -2px -394px;
      display: block;
      width: 50px;
      height: 65px;
      z-index: 1; } }
  @media only screen and (max-width: 999px) {
    .location--address-wrapper {
      margin: 50px 0; } }

.near-metro-links-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 15px;
  padding: 10px 0px; }
  .near-metro-links-container button {
    display: none; }
  .near-metro-links-container .label {
    margin-right: 16px; }
  .near-metro-links-container .group-item + .group-item {
    margin-right: 10px; }
  .near-metro-links-container a {
    color: inherit;
    text-decoration: none; }
  .near-metro-links-container .metro-station-label {
    display: inline-flex;
    align-items: baseline; }
    .near-metro-links-container .metro-station-label:not(:last-child) {
      margin-right: 10px; }
    .near-metro-links-container .metro-station-label::before {
      content: '';
      display: inline-block;
      width: 11px;
      height: 11px;
      background: #FFFFFF;
      margin-right: 8px;
      border-radius: 50%; }
    .near-metro-links-container .metro-station-label.chistie-prudi::before {
      background: #cd242d; }
    .near-metro-links-container .metro-station-label.sretenskiy-bulvar::before {
      background: #94c11e; }
    .near-metro-links-container .metro-station-label.turgenevskaya::before {
      background: #f59406; }
    .near-metro-links-container .metro-station-label.lubyanka::before {
      background: #cd242d; }
    .near-metro-links-container .metro-station-label.kitai-gorod::before {
      background: #f59406; }
    .near-metro-links-container .metro-station-label.kitai-gorod::after {
      content: '';
      display: inline-block;
      width: 11px;
      height: 11px;
      background: #9323bc;
      margin-right: 3px;
      border-radius: 50%;
      order: -1; }
  @media only screen and (max-width: 680px) {
    .near-metro-links-container {
      font-size: 13px;
      padding: 10px 10px;
      text-align: center; } }
  @media only screen and (min-width: 680px) {
    .near-metro-links-container .tns-ovh {
      height: unset !important; }
    .near-metro-links-container .metro-stations-items.tns-carousel {
      transform: unset;
      display: flex; }
      .near-metro-links-container .metro-stations-items.tns-carousel .tns-transparent {
        display: none; } }

#paragraph--875 {
  background: url("../img/bgs/ny-order-button-block.png") center no-repeat;
  padding: 55px 0;
  margin: 40px 0px -40px; }

.calc-tarif-wrapper {
  background: #ff9e10 url(../img/pat_1.png);
  margin-left: -100vw;
  margin-right: -100vw;
  padding-left: 100vw;
  padding-right: 100vw;
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (min-width: 788px) {
    .calc-tarif-wrapper {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 500px) {
    .calc-tarif-wrapper {
      margin-top: 30px;
      padding-top: 30px;
      padding-bottom: 30px; } }

.calc-page-offers-block {
  margin-top: 20px; }
  .calc-page-offers-block .calc-page-offer-item {
    margin-bottom: 20px; }
    .calc-page-offers-block .calc-page-offer-item:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 999px) {
      .calc-page-offers-block .calc-page-offer-item {
        padding: 0 20px; } }
    @media only screen and (min-width: 788px) {
      .calc-page-offers-block .calc-page-offer-item {
        margin-bottom: 0;
        padding: 0 5%;
        width: 50%; } }
    @media only screen and (max-width: 500px) {
      .calc-page-offers-block .calc-page-offer-item {
        padding: 0; } }
  .calc-page-offers-block .calc-page-offer-item--wrapper {
    background: #FFFFFF;
    border: 1px solid #e5e5e5;
    padding: 35px 30px;
    text-align: center; }
    @media only screen and (max-width: 500px) {
      .calc-page-offers-block .calc-page-offer-item--wrapper {
        padding: 35px 20px 25px; } }
  .calc-page-offers-block .calc-page-offer-item--title {
    font-size: 22px;
    font-weight: 700; }
  .calc-page-offers-block .calc-page-offer-item--desc {
    background: #f9f9f9;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    margin: 35px -30px;
    padding: 30px; }
    @media only screen and (max-width: 500px) {
      .calc-page-offers-block .calc-page-offer-item--desc {
        font-size: 15px;
        margin: 25px -20px;
        padding: 25px 20px; } }
  .calc-page-offers-block .calc-page-offer-item--price {
    font-size: 32px;
    font-weight: 700; }
    @media only screen and (max-width: 500px) {
      .calc-page-offers-block .calc-page-offer-item--price {
        font-size: 22px; } }
  @media only screen and (min-width: 788px) {
    .calc-page-offers-block {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }

/*# sourceMappingURL=theme.css.map */
