html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

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

em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: bolder;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
}

button {
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}
button:disabled {
  cursor: default;
}

input,
select,
textarea,
button {
  font: inherit;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/subset-Manrope-Regular.woff2") format("woff2"), url("../fonts/subset-Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/subset-Manrope-Medium.woff2") format("woff2"), url("../fonts/subset-Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/subset-Manrope-Bold.woff2") format("woff2"), url("../fonts/subset-Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #131218;
  font: normal 16px/1.6 "Manrope", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a, a:focus, a:hover {
  color: inherit;
}

strong,
b {
  font-weight: 700;
}

.c22-container, .c22-pastevents-slider__container, .city2020sp-branded__in, .city2020sp-cases-about, .city2020sp-section__in_1920, .city2020sp-section__in, .c22-section__in, .c24-header__top-in {
  width: 100%;
  max-width: 1236px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
.c22-container_1920, .city2020sp-branded__in, .city2020sp-cases-about, .city2020sp-section__in_1920 {
  max-width: 1920px;
  padding-right: 0;
  padding-left: 0;
}

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

.c22-main {
  padding-bottom: 62px;
}

.c22-footer {
  margin-top: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  color: #fff;
  font-weight: 300;
  background-color: #000;
  text-align: center;
}

.c22-btn, .city2020sp-loadable__more-btn, .c22-tickets__buy-btn, .c22-page-top__back-btn, .c22-program-filter__tag-btn, .c22-spoiler__toggle-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 42px;
  border-radius: 5px;
  border: 1px solid #2674ac;
  padding: 10px 16px;
  background-color: #2674ac;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}
@media (min-width: 992px) {
  .c22-btn, .city2020sp-loadable__more-btn, .c22-tickets__buy-btn, .c22-page-top__back-btn, .c22-program-filter__tag-btn, .c22-spoiler__toggle-btn {
    height: 52px;
    font-size: 16px;
    padding: 10px 24px;
  }
}
.c22-btn:hover, .city2020sp-loadable__more-btn:hover, .c22-tickets__buy-btn:hover, .c22-page-top__back-btn:hover, .c22-program-filter__tag-btn:hover, .c22-spoiler__toggle-btn:hover {
  color: #2674ac;
  background-color: transparent;
}
.c22-btn_sm {
  height: 32px;
  font-size: 12px;
  padding: 10px 12px;
}
@media (min-width: 992px) {
  .c22-btn_sm {
    height: 42px;
    font-size: 14px;
    padding: 10px 16px;
  }
}
.c22-btn_nowrap {
  white-space: nowrap;
}
.c22-btn_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.c22-btn_ghost, .c22-program-filter__tag-btn {
  border-color: transparent;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.3);
}
.c22-btn_black {
  border-color: #000;
  background-color: #000;
  color: #000;
}
.c22-btn_black:hover {
  background-color: transparent;
  color: #000;
}
.c22-btn_orange, .c22-page-top__back-btn, .c22-program-filter__tag-btn_active {
  border-color: #ea6c18;
  background-color: #ea6c18;
  color: #fff;
}
.c22-btn_orange:hover, .c22-page-top__back-btn:hover, .c22-program-filter__tag-btn_active:hover {
  background-color: transparent;
  color: #ea6c18;
}
.c22-btn_transparent, .c22-program-filter__tag-btn:hover {
  background-color: transparent;
  border-color: currentColor;
}
.c22-btn_minwidth {
  min-width: 240px;
}
.c22-btn_maxwidth {
  width: 100%;
  max-width: 590px;
  margin-right: auto;
  margin-left: auto;
}
.c22-btn_white, .c22-tickets__item_recommended .c22-tickets__buy-btn, .c22-spoiler__toggle-btn {
  background-color: #fff;
  color: #54b948;
  -webkit-box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
          box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
  border-color: #fff;
}
.c22-btn_white:hover, .c22-tickets__item_recommended .c22-tickets__buy-btn:hover, .c22-spoiler__toggle-btn:hover {
  color: #fff;
  background-color: transparent;
}
.c22-btn_white-bordered {
  border-color: #000;
}
.c22-btn_red {
  background-color: #d23967;
  border-color: #d23967;
  color: #fff;
}
.c22-btn_red:hover {
  background-color: transparent;
  color: #d23967;
}
.c22-btn_violet {
  background-color: #9269a8;
  border-color: #9269a8;
  color: #fff;
}
.c22-btn_violet:hover {
  background-color: transparent;
  color: #9269a8;
}

.c22-first {
  position: relative;
  padding-bottom: 24px;
  border: 1px solid #ecedf2;
  background: url(../img/bg-header-1920.png) 50% 0/auto 100% no-repeat;
}
@media (max-width: 575px) {
  .c22-first {
    height: 445px;
  }
}
@media (min-width: 576px) {
  .c22-first {
    height: 563px;
  }
}
.c22-first__logo {
  text-align: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.c22-first__logo_hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.c22-first__logo-img {
  -webkit-animation: poster 3s infinite ease;
          animation: poster 3s infinite ease;
}
@media (max-width: 575px) {
  .c22-first__logo-img {
    max-width: 280px;
  }
}
.c22-first__bot {
  text-align: center;
}

@-webkit-keyframes poster {
  0% {
    -webkit-transform: perspective(50em) rotateX(-1deg);
            transform: perspective(50em) rotateX(-1deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  50% {
    -webkit-transform: perspective(50em) rotateX(1deg);
            transform: perspective(50em) rotateX(1deg);
    -webkit-transform-origin: 25% 25%;
            transform-origin: 25% 25%;
  }
  100% {
    -webkit-transform: perspective(50em) rotateX(-1deg);
            transform: perspective(50em) rotateX(-1deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
}

@keyframes poster {
  0% {
    -webkit-transform: perspective(50em) rotateX(-1deg);
            transform: perspective(50em) rotateX(-1deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  50% {
    -webkit-transform: perspective(50em) rotateX(1deg);
            transform: perspective(50em) rotateX(1deg);
    -webkit-transform-origin: 25% 25%;
            transform-origin: 25% 25%;
  }
  100% {
    -webkit-transform: perspective(50em) rotateX(-1deg);
            transform: perspective(50em) rotateX(-1deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
}
.c24-header {
  margin-bottom: 32px;
}
.c24-header__title {
  position: absolute;
  left: -9999px;
}
.c24-header__top {
  position: relative;
  background-color: #fff;
}
@media (min-width: 992px) {
  .c24-header__top {
    -webkit-box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
            box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
  }
}
.c24-header__top-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .c24-header__top-in {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.c24-header__18plus {
  text-align: right;
  color: #bdbdbd;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}
@media (max-width: 991px) {
  .c24-header__18plus {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 992px) {
  .c24-header__18plus {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 16px;
  }
}
@media (min-width: 1440px) {
  .c24-header__18plus {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 0;
  }
}
.c24-header__18plus::before {
  content: "18+";
}
.c24-header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991px) {
  .c24-header__nav {
    text-align: center;
  }
}
.c24-header__menu-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 992px) {
  .c24-header__menu-btn {
    display: none;
  }
}
.c24-header__mid {
  position: relative;
}
@media (max-width: 767px) {
  .c24-header__mid picture {
    overflow-y: auto;
    display: block;
  }
  .c24-header__mid:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url(../img/swipe.svg) 0 0/100% 100% no-repeat;
  }
  .c24-header__mid img {
    max-width: 1640px;
  }
}
.c24-header__poster {
  text-align: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.c24-header__poster-img {
  max-width: 280px;
  -webkit-animation: poster 3s infinite ease;
          animation: poster 3s infinite ease;
}
@media (min-width: 1440px) {
  .c24-header__poster-img {
    max-width: 300px;
  }
}
@media (min-width: 1598px) {
  .c24-header__poster-img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .c24-header__btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .c24-header__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 27px;
    text-align: center;
  }
}
.c24-header__info {
  text-align: center;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .c24-header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .c24-header__info {
    margin-bottom: 0;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .c24-header__info {
    font-size: 24px;
  }
}
.c24-header__info-status {
  color: #2674ac;
}
@media (max-width: 575px) {
  .c24-header__info-status {
    display: block;
  }
}
@media (min-width: 576px) {
  .c24-header__info-status {
    margin-right: 12px;
  }
}
.c24-header__info-date {
  color: #2674ac;
}
@media (max-width: 575px) {
  .c24-header__info-date {
    display: block;
  }
}
@media (min-width: 576px) {
  .c24-header__info-date {
    margin-right: 12px;
  }
}
.c24-header__info-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}
.c24-header__info-place::before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-image: url(../img/lofthall.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .c24-header__info-place::before {
    width: 44px;
    height: 44px;
  }
}
.c24-header__bot {
  padding-top: 16px;
  padding-bottom: 16px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
          box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
}
@media (min-width: 768px) {
  .c24-header__bot {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.c24-header__bot-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .c24-header__bot-in {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .c24-header__bot-in {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c24-header__bot-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .c24-header__bot-left {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    padding-top: 16px;
  }
}
@media (min-width: 768px) {
  .c24-header__bot-left {
    padding-right: 16px;
  }
}
.c24-header__bot-center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .c24-header__bot-center {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    padding-top: 16px;
  }
}
.c24-header__bot-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .c24-header__bot-right {
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  .c24-header__bot-right {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .c24-header__bot-right > .btn {
    margin-top: 16px;
  }
  .c24-header__bot-right > .btn:first-child {
    margin-top: 0;
  }
}

@keyframes poster {
  0% {
    -webkit-transform: perspective(500px) rotateX(-1deg);
            transform: perspective(500px) rotateX(-1deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  50% {
    -webkit-transform: perspective(500px) rotateX(1deg);
            transform: perspective(500px) rotateX(1deg);
    -webkit-transform-origin: 25% 25%;
            transform-origin: 25% 25%;
  }
  100% {
    -webkit-transform: perspective(500px) rotateX(-1deg);
            transform: perspective(500px) rotateX(-1deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
}
.city21-nav {
  position: fixed;
  right: 18px;
  top: 0;
  width: 0;
  z-index: 520;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 992px) {
  .city21-nav {
    right: 32px;
  }
}
.city21-nav_opened {
  width: 240px;
}
@media (min-width: 576px) {
  .city21-nav_opened {
    width: 364px;
  }
}
.city21-nav_active {
  z-index: 1;
}
.city21-nav__btns {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  z-index: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 6px;
}
@media (min-width: 768px) {
  .city21-nav__btns {
    padding-top: 8px;
  }
}
@media (min-width: 992px) {
  .city21-nav__btns {
    padding-top: 120px;
  }
}
.city21-nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  outline: none !important;
}
@media (min-width: 768px) {
  .city21-nav__btn {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 992px) {
  .city21-nav__btn {
    width: 64px;
    height: 64px;
  }
}
.city21-nav__btn-ico {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  background: #000;
}
.city21-nav__btn-ico:before, .city21-nav__btn-ico:after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.city21-nav__btn-ico:before {
  bottom: -5px;
}
.city21-nav__btn-ico:after {
  top: -5px;
}
.city21-nav_opened .city21-nav__btn-ico {
  background: none;
}
.city21-nav_opened .city21-nav__btn-ico:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.city21-nav_opened .city21-nav__btn-ico:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.city21-nav__btn-text {
  display: none;
  color: #2b2b2b;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .city21-nav_active .city21-nav__btn-text {
    display: inline-block;
    margin-left: 15px;
  }
}
.city21-nav__menu {
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  top: 30px;
  right: -18px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  background-color: #fff;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .city21-nav__menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 45px;
    right: -32px;
  }
}
@media (min-width: 992px) {
  .city21-nav__menu {
    top: 104px;
  }
}
.city21-nav_opened .city21-nav__menu {
  -webkit-box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.06);
}
.city21-nav__menu-in {
  width: 240px;
  padding: 16px;
}
@media (min-width: 576px) {
  .city21-nav__menu-in {
    width: 300px;
    padding: 32px;
  }
}
.city21-nav__menu-top {
  margin-bottom: 32px;
}
.city21-nav__menu-bot {
  margin-top: 32px;
}
.city21-nav__menu-list {
  list-style: none;
  padding: 0;
}
.city21-nav__menu-item {
  position: relative;
  margin-top: 8px;
}
.city21-nav__menu-link {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}
@media (min-width: 576px) {
  .city21-nav__menu-link {
    font-size: 24px;
  }
}
.city21-nav__menu-link:hover {
  color: inherit;
}
.city21-nav__menu-sub {
  display: none;
  list-style: none;
  padding: 0;
}
.city21-nav__menu-item_active .city21-nav__menu-sub {
  display: block;
}
.city21-nav__menu-sub-item {
  margin-top: 10px;
}
.city21-nav__menu-sub-link {
  font-size: 16px;
  color: #707070;
  text-decoration: none;
}
.city21-nav__menu-sub-link:hover {
  color: inherit;
}
.city21-nav__menu-social {
  margin-top: 24px;
}

.acc-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.acc-social__item {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.acc-social__item_vk {
  background-color: #07f;
  background-image: url(../img/soc-vk.svg);
}
.acc-social__item_tg {
  background-color: #64a9dc;
  background-image: url(../img/soc-tg.svg);
}

.c24-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .c24-nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1100px) {
  .c24-nav__list {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .c24-nav__item {
    display: none;
  }
}
@media (min-width: 992px) {
  .c24-nav__item_social {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .c24-nav__item_btn {
    display: inline-block;
  }
}
.c24-nav__link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .c24-nav__link {
    font-size: 16px;
  }
}

.c22-section {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .c22-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .c22-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.c22-section_pt0 {
  padding-top: 0;
}
.c22-section__title {
  margin-bottom: 16px;
  color: #d20421;
  text-align: center;
}
@media (min-width: 992px) {
  .c22-section__title {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .c22-section__title {
    margin-bottom: 32px;
  }
}

.city2020sp-section {
  position: relative;
  z-index: 1;
  color: #464646;
}
.city2020sp-section_blue {
  background-color: #27aa71;
  color: #fff;
}
.city2020sp-section_black {
  background-color: #131218;
  color: #fff;
}
.city2020sp-section_green {
  background-color: #27aa71;
  color: #fff;
}
.city2020sp-section_gray {
  color: #000;
  background-color: #f5f5f5;
}
.city2020sp-section_video {
  margin-top: -200px;
}
.city2020sp-branded .city2020sp-section {
  color: inherit;
}
.city2020sp-section__in {
  padding-top: 35px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .city2020sp-section__in {
    padding-top: 55px;
    padding-bottom: 60px;
  }
}
.city2020sp-section__in_full-width {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.city2020sp-section__in_1920 {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .city2020sp-section__in_1920 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.city2020sp-section__in_1680 {
  max-width: 1680px;
}
@media (min-width: 768px) {
  .city2020sp-section__in_1680 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.city2020sp-section__in_px0 {
  padding-right: 0;
  padding-left: 0;
}
.city2020sp-section__in_py0 {
  padding-top: 0;
  padding-bottom: 0;
}
.city2020sp-section__in_pt0 {
  padding-top: 0;
}
.city2020sp-section__in_pb0 {
  padding-bottom: 0;
}
.city2020sp-section__title {
  margin-bottom: 26px;
  color: #d20421;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .city2020sp-section__title {
    margin-bottom: 40px;
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .city2020sp-section__title {
    margin-bottom: 65px;
    font-size: 48px;
  }
}
.city2020sp-section__title_sm {
  margin-bottom: 20px;
  font-size: 22px;
}
@media (min-width: 768px) {
  .city2020sp-section__title_sm {
    margin-bottom: 35px;
    font-size: 30px;
  }
}
.city2020sp-section_green .city2020sp-section__title, .city2020sp-section_blue .city2020sp-section__title, .city2020sp-section_black .city2020sp-section__title {
  color: inherit;
}
.city2020sp-section_video .city2020sp-section__title {
  margin-bottom: 30px;
  color: #fff;
}
.city2020sp-section__title_white {
  color: #fff;
}
.city2020sp-branded .city2020sp-section__title {
  color: inherit;
}

.city2020sp-cases-about {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .city2020sp-cases-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1598px) {
  .city2020sp-cases-about {
    margin-bottom: 65px;
  }
}
@media (min-width: 992px) {
  .city2020sp-cases-about__img {
    min-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.city2020sp-cases-about__info {
  padding: 15px;
}
@media (min-width: 992px) {
  .city2020sp-cases-about__info {
    min-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 1200px) {
  .city2020sp-cases-about__info {
    padding: 15px 130px 15px 60px;
  }
}
.city2020sp-cases-about__category {
  margin-bottom: 5px;
  color: #2674ac;
  font-size: 16px;
  text-transform: uppercase;
}
.city2020sp-cases-about__name {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 1598px) {
  .city2020sp-cases-about__name {
    font-size: 30px;
  }
}
.city2020sp-cases-about__description {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}
@media (min-width: 1598px) {
  .city2020sp-cases-about__description {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .city2020sp-cases-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.city2020sp-cases-list__item {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .city2020sp-cases-list__item {
    min-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .city2020sp-cases-list__item {
    min-width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
.city2020sp-cases-list__card {
  border: 1px solid #eff3f6;
  font-size: 14px;
  font-family: "SF UI Text", sans-serif;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .city2020sp-cases-list__card {
    height: 100%;
    font-size: 16px;
  }
}
.city2020sp-cases-list__img {
  position: relative;
}
.city2020sp-cases-list__img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background: url(../img/play.svg) 0 0 no-repeat;
  background-size: 72px 72px;
}
.city2020sp-cases-list__body {
  padding: 15px;
}
@media (min-width: 576px) {
  .city2020sp-cases-list__body {
    padding: 20px;
  }
}
.city2020sp-cases-list__name {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.city2020sp-cases-list__authors {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}
.city2020sp-cases-list__author-company {
  color: #2674ac;
}
.city2020sp-cases-list__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #eff3f6;
  padding: 10px 15px;
  color: #000 !important;
  text-decoration: none !important;
}
@media (min-width: 576px) {
  .city2020sp-cases-list__download {
    padding: 10px 20px;
  }
}
.city2020sp-cases-list__download-label {
  padding-left: 30px;
  background: url(../img/download-black.svg) 0 50% no-repeat;
  background-size: 16px 16px;
  color: #2674ac;
}
.city2020sp-otherthemes {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .city2020sp-otherthemes {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.city2020sp-otherthemes__item {
  margin-bottom: 1em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.city2020sp-otherthemes__link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
}
.city2020sp-otherthemes__link:hover {
  color: #fff;
  text-decoration: underline;
}

.city2020sp-branded {
  position: relative;
  padding-bottom: 270px;
  color: #fff;
}
.city2020sp-branded__bg {
  position: absolute;
  z-index: 1;
}
.city2020sp-branded__bg_top-right {
  top: 0;
  right: 0;
}
.city2020sp-branded__bg_bottom-right {
  display: none;
}
@media (min-width: 1200px) {
  .city2020sp-branded__bg_bottom-right {
    display: block;
    right: 0;
    bottom: 0;
  }
}
.city2020sp-branded__bg_bottom-left {
  bottom: 0;
  left: 0;
}
.city2020sp-branded__in {
  position: relative;
  z-index: 2;
}
@media (min-width: 1598px) {
  .city2020sp-branded__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1598px) {
  .city2020sp-branded__top {
    padding-right: 420px;
  }
}
@media (min-width: 768px) {
  .city2020sp-branded__brn {
    min-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 1598px) {
  .city2020sp-branded__brn {
    min-width: 650px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 650px;
            flex: 0 0 650px;
  }
}
.city2020sp-branded__about {
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .city2020sp-branded__about {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (min-width: 1598px) {
  .city2020sp-branded__about {
    padding-top: 80px;
    padding-left: 80px;
  }
}

.city2020sp-branded-about__category {
  font-size: 16px;
}
.city2020sp-branded-about__title {
  margin-bottom: 0.43em;
  font-size: 24px;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .city2020sp-branded-about__title {
    font-size: 30px;
  }
}
.city2020sp-branded-about__text {
  font-size: 20px;
  line-height: 1.6;
}

@media (min-width: 576px) {
  .city2020sp-speakers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.city2020sp-speakers__item {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 576px) {
  .city2020sp-speakers__item {
    min-width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .city2020sp-speakers__item {
    min-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
.city2020sp-speakers__photo {
  margin-bottom: 20px;
}
.city2020sp-speakers__photo-img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.city2020sp-speakers__name {
  margin-bottom: 10px;
  font-weight: 700;
}
.city2020sp-speakers__position {
  margin-bottom: 10px;
}
.city2020sp-speakers__company {
  font-weight: 700;
}

.city2020sp-presentation__item {
  border: 1px solid #eff3f6;
  font-size: 16px;
  font-family: "SF UI Text", sans-serif;
}
.city2020sp-presentation__item + .city2020sp-presentation__item {
  margin-top: 20px;
}
.city2020sp-presentation__body {
  padding: 10px 15px;
}
.city2020sp-presentation__author {
  margin-bottom: 10px;
}
.city2020sp-presentation__author-company {
  color: #27aa71;
}
.city2020sp-presentation__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
}
.city2020sp-presentation__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #eff3f6;
  padding: 10px 15px;
  color: #000 !important;
  text-decoration: none !important;
}
@media (min-width: 576px) {
  .city2020sp-presentation__download {
    padding: 10px 20px;
  }
}
.city2020sp-presentation__download-label {
  padding-left: 30px;
  background: url(../img/download-black.svg) 0 50% no-repeat;
  background-size: 16px 16px;
  color: #27aa71;
}
.c22-text-center {
  text-align: center !important;
}

.c22-h1, .c22-page-title,
.c22-h2,
.c22-section__title,
.c22-h3,
.c22-contacts__title,
.c22-partners-title,
.c22-about-card__title,
.c22-h4,
.c22-program-card__title,
.c22-h5,
.c22-h6 {
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.c22-h1, .c22-page-title,
.c22-h2,
.c22-section__title {
  font-size: 24px;
}
@media (min-width: 768px) {
  .c22-h1, .c22-page-title,
  .c22-h2,
  .c22-section__title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .c22-h1, .c22-page-title,
  .c22-h2,
  .c22-section__title {
    font-size: 48px;
  }
}

.c22-h3, .c22-contacts__title, .c22-partners-title, .c22-about-card__title {
  font-size: 24px;
}
@media (min-width: 768px) {
  .c22-h3, .c22-contacts__title, .c22-partners-title, .c22-about-card__title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .c22-h3, .c22-contacts__title, .c22-partners-title, .c22-about-card__title {
    font-size: 32px;
  }
}

.c22-h4, .c22-program-card__title {
  font-size: 18px;
}
@media (min-width: 768px) {
  .c22-h4, .c22-program-card__title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .c22-h4, .c22-program-card__title {
    font-size: 24px;
  }
}

.c22-h5 {
  font-size: 18px;
}

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

.c22-text h2, .c22-program-card__text h2, .c22-about-card__text h2,
.c22-text h3,
.c22-program-card__text h3,
.c22-about-card__text h3,
.c22-text h4,
.c22-program-card__text h4,
.c22-about-card__text h4,
.c22-text h5,
.c22-program-card__text h5,
.c22-about-card__text h5,
.c22-text h6,
.c22-program-card__text h6,
.c22-about-card__text h6 {
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.c22-text h2:first-child, .c22-program-card__text h2:first-child, .c22-about-card__text h2:first-child,
.c22-text h3:first-child,
.c22-program-card__text h3:first-child,
.c22-about-card__text h3:first-child,
.c22-text h4:first-child,
.c22-program-card__text h4:first-child,
.c22-about-card__text h4:first-child,
.c22-text h5:first-child,
.c22-program-card__text h5:first-child,
.c22-about-card__text h5:first-child,
.c22-text h6:first-child,
.c22-program-card__text h6:first-child,
.c22-about-card__text h6:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .c22-text h2, .c22-program-card__text h2, .c22-about-card__text h2,
  .c22-text h3,
  .c22-program-card__text h3,
  .c22-about-card__text h3,
  .c22-text h4,
  .c22-program-card__text h4,
  .c22-about-card__text h4,
  .c22-text h5,
  .c22-program-card__text h5,
  .c22-about-card__text h5,
  .c22-text h6,
  .c22-program-card__text h6,
  .c22-about-card__text h6 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.c22-text h2, .c22-program-card__text h2, .c22-about-card__text h2 {
  color: #54b948;
  font-size: 20px;
}
@media (min-width: 576px) {
  .c22-text h2, .c22-program-card__text h2, .c22-about-card__text h2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .c22-text h2, .c22-program-card__text h2, .c22-about-card__text h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .c22-text h2, .c22-program-card__text h2, .c22-about-card__text h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .c22-text h2, .c22-program-card__text h2, .c22-about-card__text h2 {
    font-size: 40px;
  }
}
.c22-text h2 + h3, .c22-program-card__text h2 + h3, .c22-about-card__text h2 + h3, .c22-text h2 + h4, .c22-program-card__text h2 + h4, .c22-about-card__text h2 + h4, .c22-text h2 + h5, .c22-program-card__text h2 + h5, .c22-about-card__text h2 + h5, .c22-text h2 + h6, .c22-program-card__text h2 + h6, .c22-about-card__text h2 + h6 {
  margin-top: 0;
}
.c22-text h3, .c22-program-card__text h3, .c22-about-card__text h3 {
  font-size: 18px;
}
@media (min-width: 576px) {
  .c22-text h3, .c22-program-card__text h3, .c22-about-card__text h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .c22-text h3, .c22-program-card__text h3, .c22-about-card__text h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .c22-text h3, .c22-program-card__text h3, .c22-about-card__text h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .c22-text h3, .c22-program-card__text h3, .c22-about-card__text h3 {
    font-size: 28px;
  }
}
.c22-text h3 + h4, .c22-program-card__text h3 + h4, .c22-about-card__text h3 + h4, .c22-text h3 + h5, .c22-program-card__text h3 + h5, .c22-about-card__text h3 + h5, .c22-text h3 + h6, .c22-program-card__text h3 + h6, .c22-about-card__text h3 + h6 {
  margin-top: 0;
}
.c22-text h4, .c22-program-card__text h4, .c22-about-card__text h4 {
  font-size: 16px;
}
@media (min-width: 576px) {
  .c22-text h4, .c22-program-card__text h4, .c22-about-card__text h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .c22-text h4, .c22-program-card__text h4, .c22-about-card__text h4 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .c22-text h4, .c22-program-card__text h4, .c22-about-card__text h4 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .c22-text h4, .c22-program-card__text h4, .c22-about-card__text h4 {
    font-size: 24px;
  }
}
.c22-text h4 + h5, .c22-program-card__text h4 + h5, .c22-about-card__text h4 + h5, .c22-text h4 + h6, .c22-program-card__text h4 + h6, .c22-about-card__text h4 + h6 {
  margin-top: 0;
}
.c22-text p, .c22-program-card__text p, .c22-about-card__text p,
.c22-text ul,
.c22-program-card__text ul,
.c22-about-card__text ul,
.c22-text ol,
.c22-program-card__text ol,
.c22-about-card__text ol {
  margin-bottom: 20px;
}
.c22-text a, .c22-program-card__text a, .c22-about-card__text a {
  color: #54b948;
  text-decoration: underline;
}

.c22-select {
  position: relative;
  height: 40px;
  border: 1px solid #ecedf2;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c22-select:hover {
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.c22-select__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 10px 45px 10px 15px;
  cursor: pointer;
}
.c22-select__selected::after {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: 10px;
  width: 12px;
  height: 12px;
  margin-left: 20px;
  border-top: 2px solid #ecedf2;
  border-right: 2px solid #ecedf2;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
:hover > .c22-select__selected::after {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c22-select__drop {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  min-width: calc(100% + 2px);
  background-color: #fff;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ecedf2;
}
.c22-select_active > .c22-select__drop {
  display: block;
}
.c22-select__item {
  display: block;
  padding: 8px 15px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.c22-select__item:hover {
  color: #000;
  text-decoration: underline;
}
.c22-select__item_active {
  color: #f6ad65;
  pointer-events: none;
  cursor: default;
}

.c22-video-frame, .c22-stream__player {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.c22-video-frame::before, .c22-stream__player::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.c22-video-frame img, .c22-stream__player img,
.c22-video-frame iframe,
.c22-stream__player iframe,
.c22-video-frame embed,
.c22-stream__player embed,
.c22-video-frame object,
.c22-stream__player object,
.c22-video-frame video,
.c22-stream__player video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.c22-stream {
  position: relative;
  z-index: 2;
  color: #000;
}
@media (min-width: 992px) {
  .c22-stream__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c22-stream__rooms-index {
  position: relative;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 10px;
  border: 1px solid #ecedf2;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 46px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .c22-stream__rooms-index {
    max-width: 82px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 82px;
            flex: 0 0 82px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.c22-stream__rooms-index-label {
  border-bottom: 1px solid #ecedf2;
  padding: 10px;
  color: #3e3b9c;
  font-size: 14px;
  text-align: center;
}
.c22-stream__rooms-index-label::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-right: auto;
  margin-left: auto;
  border-top: 2px solid #ecedf2;
  border-right: 2px solid #ecedf2;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c22-stream__rooms-index-list {
  padding: 10px;
  text-align: center;
}
@media (min-width: 1200px) {
  .c22-stream__rooms-index-list {
    display: block;
  }
}
.c22-stream__rooms-index-room {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #000;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-position 0.25s ease;
  transition: background-position 0.25s ease;
  padding: 1px;
  background-color: #ecedf2;
}
.c22-stream__rooms-index-room + .c22-stream__rooms-index-room {
  margin-left: 5px;
}
@media (min-width: 1200px) {
  .c22-stream__rooms-index-room + .c22-stream__rooms-index-room {
    margin-top: 10px;
    margin-left: 0;
  }
}
.c22-stream__rooms-index-room:hover {
  color: #000;
  text-decoration: none;
}
.c22-stream__rooms-index-room_active {
  background-color: #54b948;
  color: #c4c4c4;
  pointer-events: none;
}
.c22-stream__rooms-index-room-in {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
}
.c22-stream__rooms-index-room-tooltip {
  display: none;
}
@media (min-width: 1200px) {
  .c22-stream__rooms-index-room-tooltip {
    display: block;
    opacity: 0;
    position: absolute;
    left: -150vh;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 230px;
    margin-left: 17px;
    border: 1px solid #ecedf2;
    border-radius: 5px;
    padding: 25px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 46px rgba(0, 0, 0, 0.06);
    text-align: left;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  :hover > .c22-stream__rooms-index-room-tooltip {
    opacity: 1;
    left: 100%;
  }
  .c22-stream__rooms-index-room-tooltip::before, .c22-stream__rooms-index-room-tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
    background-color: #fff;
  }
  .c22-stream__rooms-index-room-tooltip::before {
    z-index: -1;
    border: 1px solid #ecedf2;
    -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 46px rgba(0, 0, 0, 0.06);
  }
  .c22-stream__rooms-index-room-tooltip::after {
    left: -7px;
  }
}
.c22-stream__rooms-index-room-tooltip-status {
  color: green;
}
.c22-stream__rooms-index-room-tooltip-status::before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 5px;
  margin-right: 3px;
  background-color: red;
  border-radius: 50%;
  vertical-align: middle;
}
.c22-stream__rooms-index-room-tooltip-status_offline {
  color: red;
}
.c22-stream__rooms-index-room-tooltip-name {
  display: block;
  margin-bottom: 5px;
  color: #f6ad65;
  font-size: 14px;
  line-height: 1;
}
.c22-stream__rooms-index-room-tooltip-description {
  display: block;
  font-size: 12px;
  line-height: 1.41;
}
.c22-stream__room {
  display: none;
  position: relative;
  z-index: 1;
  border: 1px solid #ecedf2;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 46px rgba(0, 0, 0, 0.06);
}
.c22-stream__room_active {
  display: block;
}
@media (min-width: 992px) {
  .c22-stream__room_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
}
.c22-stream__players {
  padding: 16px;
}
@media (min-width: 992px) {
  .c22-stream__players {
    padding: 32px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
}
.c22-stream__room-status {
  color: green;
}
.c22-stream__room-status::before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  margin-right: 3px;
  background-color: red;
  border-radius: 50%;
  vertical-align: middle;
}
.c22-stream__room-status_offline {
  color: red;
}
.c22-stream__room-label {
  margin-bottom: 10px;
  color: #f6ad65;
  font-size: 18px;
}
.c22-stream__room-title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
}
.c22-stream__player {
  display: none;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 44px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 44px rgba(0, 0, 0, 0.05);
}
.c22-stream__player_active {
  display: block;
}
@media (min-width: 576px) {
  .c22-stream__players-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .c22-stream__partner {
    margin-bottom: 10px;
    text-align: center;
  }
}
.c22-stream__partner-label {
  display: block;
  font-size: 16px;
}
@media (max-width: 575px) {
  .c22-stream__partner-label {
    margin-bottom: 10px;
  }
}
.c22-stream__player-switcher {
  min-width: 130px;
}
.c22-stream__program {
  padding: 16px;
}
@media (min-width: 992px) {
  .c22-stream__program {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 320px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    border-left: 1px solid #ecedf2;
    padding: 32px;
  }
}
@media (min-width: 1200px) {
  .c22-stream__program {
    width: 446px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 446px;
            flex: 0 0 446px;
  }
}
.c22-stream__program-current {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ecedf2;
  padding-bottom: 15px;
}
.c22-stream__program-current-label {
  margin-bottom: 10px;
  font-size: 16px;
}
.c22-stream__program-current-title {
  color: #f6ad65;
  font-size: 18px;
  line-height: 1.4;
}
.c22-stream__program-next {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c22-stream__program-next-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  color: #54b948;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .c22-stream__program-next-list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    position: relative;
    overflow: hidden;
    max-height: 290px;
  }
  .c22-stream__program-next-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
}
.c22-stream__program-next-item {
  margin-top: 15px;
}
.c22-stream__program-next-item-time {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1;
}
.c22-stream__program-next-item-name {
  font-size: 18px;
}
.c22-stream__room-program-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  padding-top: 15px;
  margin-top: auto;
}
.c22-stream__room-program-links-item + .c22-stream__room-program-links-item {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .c22-about-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c22-about-card__img {
  max-width: 320px;
}
@media (min-width: 992px) {
  .c22-about-card__img {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 10px;
  }
}
.c22-about-card__img > img {
  border-radius: 5px;
}
.c22-about-card__body {
  padding-top: 24px;
}
@media (min-width: 992px) {
  .c22-about-card__body {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 32px 10px;
  }
  .c22-about-slider .c22-about-card__body {
    padding-top: 84px;
  }
}
.c22-share .ya-share2__container_size_m .ya-share2__item {
  margin-right: 0 !important;
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.c22-share .ya-share2__container_size_m .ya-share2__icon {
  width: 38px !important;
  height: 38px !important;
  background-size: 38px 38px !important;
}
@media (min-width: 992px) {
  .c22-share .ya-share2__container_size_m .ya-share2__icon {
    width: 40px !important;
    height: 40px !important;
    background-size: 40px 40px !important;
  }
}

.c22-partners-title {
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .c22-partners-title {
    margin-bottom: 32px;
  }
}
.c22-section__title + .c22-partners-title {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .c22-section__title + .c22-partners-title {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .c22-section__title + .c22-partners-title {
    margin-top: 80px;
  }
}

.c22-partners {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .c22-partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 768px) {
  .c22-partners {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .c22-partners {
    margin-bottom: 60px;
  }
}
.c22-partners__item {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 576px) {
  .c22-partners__item {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .c22-partners__item {
    max-width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
@media (min-width: 992px) {
  .c22-partners__item {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
.c22-partners__item img {
  border: 1px solid #ececec;
  border-radius: 5px;
}

.c22-staff {
  margin-bottom: 46px;
}
@media (min-width: 576px) {
  .c22-staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -10px;
    margin-left: -10px;
  }
}
.c22-staff__item {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .c22-staff__item {
    padding-right: 10px;
    padding-left: 10px;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .c22-staff__item {
    max-width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
@media (min-width: 992px) {
  .c22-staff__item {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (min-width: 576px) {
  .c22-staff__item_double {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .c22-staff__item_double {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 576px) {
  .c22-staff__item_triple {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .c22-staff__item_triple {
    max-width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
}
.c22-staff__item-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 16px 16px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
          box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
@media (min-width: 992px) {
  .c22-staff__item-in {
    padding: 24px 24px 0;
  }
}
@media (min-width: 1200px) {
  .c22-staff__item-in {
    padding: 32px 32px 0;
  }
}
:hover > .c22-staff__item-in {
  -webkit-box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.08);
}
.c22-staff__photo {
  margin-bottom: 24px;
}
.c22-staff__photo > img {
  border: 1px solid #ececec;
  border-radius: 5px;
}
.c22-staff__name {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.36;
}
.c22-staff__position {
  margin-bottom: 24px;
}
.c22-staff__email {
  margin-top: auto;
  padding: 16px 0;
  border-top: 1px solid #ececec;
}

.c22-contacts-list__item + .c22-contacts-list__item {
  margin-top: 20px;
}
.c22-contacts-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ececec;
  padding: 16px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
          box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
  font-size: 18px;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .c22-contacts-list__link {
    font-size: 24px;
    padding: 40px 32px;
  }
}
:hover > .c22-contacts-list__link {
  -webkit-box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
  .c22-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 768px) {
  .c22-contacts__info {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.c22-contacts__title {
  margin-bottom: 32px;
  line-height: 1.2;
}
.c22-contacts__place {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 700;
}
.c22-contacts__place-logo {
  width: 78px;
  height: 78px;
  margin-right: 24px;
}
.c22-contacts__description {
  margin-bottom: 32px;
}
.c22-contacts__metro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
.c22-contacts__metro::before {
  content: "";
  display: block;
  width: 32px;
  height: 23px;
  margin-right: 12px;
  background-image: url(../img/metro.svg);
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.c22-contacts__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.c22-contacts__address::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background-image: url(../img/mark-black.svg);
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .c22-contacts__map {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .c22-editors-choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 992px) {
  .c22-editors-choice__first {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.c22-editors-choice__item {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .c22-editors-choice__item {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.editors-choice__first .c22-editors-choice__item {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: calc(100% - 20px);
}
.c22-editors-choice__item-in {
  height: 100%;
  padding: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
          box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  .c22-editors-choice__item-in {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .c22-editors-choice__item-in {
    padding: 32px;
  }
}
:hover > .c22-editors-choice__item-in {
  -webkit-box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.08);
}
.c22-editors-choice__img {
  margin-bottom: 16px;
}
.c22-editors-choice__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}
.c22-editors-choice__time {
  color: #54b948;
  font-size: 18px;
}
.c22-editors-choice__favorites {
  margin-left: auto;
}
.c22-editors-choice__title {
  font-weight: 700;
}
@media (min-width: 576px) {
  .c22-editors-choice__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .c22-editors-choice__list {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.c22-editors-choice__modal-wrap {
  display: none;
}
.c22-editors-choice__modal {
  max-width: 900px;
  border-radius: 16px;
  background-color: #fff;
}
@media (max-width: 575px) {
  .c22-editors-choice__modal.fancybox-content {
    padding: 24px;
  }
}

.c22-program-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .c22-program-card__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c22-program-card__event-info {
  margin-right: 32px;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .c22-program-card__event-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c22-program-card__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  background-color: #000000;
  border-radius: 5px;
  padding: 12px 16px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .c22-program-card__time {
    height: 52px;
    margin-right: 16px;
    margin-bottom: 0;
    padding: 12px 32px;
  }
}
.c22-program-card__room {
  font-weight: 700;
}
.c22-program-card__room-label {
  color: #c4c4c4;
}
.c22-program-card__room-name {
  color: #000;
}
.c22-program-card__favorites {
  margin-left: auto;
}
.c22-program-card__title {
  margin-bottom: 12px;
  color: #8967ac;
}
.c22-program-card__title_sm {
  font-size: 19px;
}
@media (min-width: 992px) {
  .c22-program-card__title_sm {
    font-size: 28px;
  }
}
.c22-program-card__small-description {
  margin-bottom: 24px;
  color: #5c5c5c;
  font-size: 18px;
}
@media (min-width: 992px) {
  .c22-program-card__small-description {
    font-size: 23px;
  }
}
.c22-program-card__text {
  margin-bottom: 32px;
}

@media (min-width: 576px) {
  .c22-simple-speakers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
}
.c22-simple-speakers__item {
  margin-bottom: 20px;
  font-size: 18px;
}
@media (min-width: 576px) {
  .c22-simple-speakers__item {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .c22-simple-speakers__item {
    max-width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
@media (min-width: 992px) {
  .c22-simple-speakers__item {
    font-size: 23px;
  }
}
.c22-simple-speakers__name {
  color: #54b948;
}
.c22-simple-speakers__company {
  margin-top: 8px;
  color: #d23967;
}

@media (min-width: 576px) {
  .c22-program-speakers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
}
.c22-program-speakers__item {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .c22-program-speakers__item {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .c22-program-speakers__item {
    max-width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
@media (min-width: 992px) {
  .c22-program-speakers__item {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
.c22-program-speakers__item-in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 16px 16px 14px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
          box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
@media (min-width: 768px) {
  .c22-program-speakers__item-in {
    padding: 32px 32px 28px;
  }
}
:hover > .c22-program-speakers__item-in {
  -webkit-box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.08);
}
.c22-program-speakers__photo {
  position: relative;
  margin-bottom: 24px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.c22-program-speakers__photo::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../img/info.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 50% 50%;
}
.c22-program-speakers__photo > img {
  border: 1px solid #ececec;
  border-radius: 5px;
}
.c22-program-speakers__name {
  margin-bottom: 12px;
  font-size: 16px;
  color: #8967ac;
  font-weight: 700;
}
.c22-program-speakers__company {
  margin-top: auto;
}
.c22-program-speakers__hover {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 32px 32px 28px;
  background-color: #fff;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
:hover > .c22-program-speakers__hover {
  opacity: 1;
  pointer-events: unset;
}
.c22-program-speakers__hover-name {
  margin-bottom: 12px;
  color: #8967ac;
  font-size: 24px;
  font-weight: 700;
}
.c22-program-speakers__hover-position {
  margin-bottom: 12px;
}
.c22-program-speakers__hover-company {
  margin-top: auto;
}
.c22-program-speakers__notfull {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.c22-speakers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.c22-speakers__item {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
  z-index: 1;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  will-change: transform;
}
@media (min-width: 576px) {
  .c22-speakers__item {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .c22-speakers__item {
    max-width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
@media (min-width: 992px) {
  .c22-speakers__item {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
.c22-speakers__item:hover {
  z-index: 222;
}
.c22-speakers_loading .c22-speakers__item {
  opacity: 0;
}
.c22-speakers__item-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding-bottom: 32px;
  border-radius: 16px 0 16px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
          box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
  -webkit-transition: max-height 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: max-height 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: max-height 0.25s ease, box-shadow 0.25s ease;
  transition: max-height 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
  will-change: max-height;
}
:hover > .c22-speakers__item-in {
  -webkit-box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.08);
}
.c22-speakers__photo {
  margin-bottom: 20px;
  border-radius: 16px 0 0;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.c22-speakers__name {
  margin-bottom: 16px;
  padding-right: 32px;
  padding-left: 32px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}
.c22-speakers__position {
  display: none;
  margin-bottom: 16px;
  padding-right: 32px;
  padding-left: 32px;
}
.c22-speakers__item_init .c22-speakers__position {
  display: block;
}
:hover > .c22-speakers__position {
  display: block !important;
}
.c22-speakers__company {
  margin-top: auto;
  padding-right: 32px;
  padding-left: 32px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .c22-program {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c22-program__header {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .c22-program__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991px) {
  .c22-program__header {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 991px) {
  .c22-program__tip {
    display: none;
  }
}
.c22-program__about {
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .c22-program__about {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }
}
.c22-program__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c22-program__item {
  display: none;
  margin-bottom: 32px;
}
.c22-program__item:last-child {
  margin-bottom: 0;
}
.c22-program__item_active {
  display: block;
}
.c22-program__item_first {
  display: block;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.c22-spoiler__spoiler {
  display: none;
}
.c22-spoiler__spoiler_opened {
  display: block;
}
.c22-spoiler__toggle-btn {
  color: #8967ac;
  cursor: pointer;
  font-weight: 700;
}

.c22-program-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 8px;
  -webkit-box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
          box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
}
@media (min-width: 768px) {
  .c22-program-index {
    padding: 16px;
  }
}
.c22-program-index__item {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  opacity: 0.3;
  padding: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
@media (min-width: 576px) {
  .c22-program-index__item {
    max-width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .c22-program-index__item {
    max-width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    padding: 16px;
  }
}
@media (min-width: 992px) {
  .c22-program-index__item {
    max-width: 16.66%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66%;
            flex: 0 0 16.66%;
    font-size: 24px;
  }
}
.c22-program-index__item_active {
  opacity: 1;
}
.c22-program-index__label {
  color: #c4c4c4;
  pointer-events: none;
}
.c22-program-index__name {
  color: #000;
  pointer-events: none;
}

.c22-program-filter {
  margin-bottom: 32px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 16px;
  -webkit-box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
          box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
}
@media (min-width: 768px) {
  .c22-program-filter {
    padding: 32px;
  }
}
.c22-program-filter__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c22-program-filter__label {
  line-height: 1;
  font-size: 14px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .c22-program-filter__label {
    font-size: 16px;
  }
}
.c22-program-filter__toggle {
  margin-left: auto;
}
.c22-program-filter__toggle-btn {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  font-size: 14px;
}
@media (min-width: 768px) {
  .c22-program-filter__toggle-btn {
    font-size: 16px;
  }
}
.c22-program-filter__body {
  display: none;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .c22-program-filter__body {
    padding-top: 32px;
  }
}
.c22-program-filter__body_opened {
  display: block;
}
.c22-program-filter__tag-btn {
  margin-bottom: 8px;
  font-weight: 700;
}
.c22-page-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 42px;
}
.c22-about-slider__control {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .c22-about-slider__control {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 104px;
  }
}
.c22-about-slider__btn {
  position: relative;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .c22-about-slider__btn {
    width: 52px;
    height: 52px;
  }
}
.c22-about-slider__btn::before {
  content: "";
  position: absolute;
  top: 13px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
@media (min-width: 992px) {
  .c22-about-slider__btn::before {
    top: 18px;
  }
}
.c22-about-slider__btn_prev::before {
  left: 14px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (min-width: 992px) {
  .c22-about-slider__btn_prev::before {
    left: 20px;
  }
}
.c22-about-slider__btn_next::before {
  left: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 992px) {
  .c22-about-slider__btn_next::before {
    left: 14px;
  }
}
.c22-about-slider__btn_disabled {
  cursor: default;
  opacity: 0.5;
}

.city21-brn {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 30px 15px 15px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: bottom 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  text-align: center;
}
.city21-brn_active {
  bottom: 0;
  opacity: 1;
}
.city21-brn__in {
  position: relative;
  display: inline-block;
  max-height: 90vh;
  -webkit-box-shadow: 0px 0px 36px rgba(76, 15, 56, 0.16);
          box-shadow: 0px 0px 36px rgba(76, 15, 56, 0.16);
}
@media (max-width: 575px) {
  .city21-brn__in {
    max-width: 286px;
  }
}
@media (min-width: 768px) {
  .city21-brn__in {
    max-width: 592px;
  }
}
@media (min-width: 992px) {
  .city21-brn__in {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .city21-brn__in {
    max-width: 1204px;
  }
}
.city21-brn__close {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.city21-brn__close path {
  stroke: #000;
}

.city21-btn-up {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  background-image: url(../img/arrow-up.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 10;
  cursor: pointer;
}
@media (min-width: 768px) {
  .city21-btn-up {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 992px) {
  .city21-btn-up {
    right: 32px;
    bottom: 32px;
  }
}

@media (min-width: 768px) {
  .c22-tickets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -12px;
    margin-left: -12px;
  }
}
.c22-tickets__item {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .c22-tickets__item {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.c22-tickets__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border: 1px solid #dedede;
  border-radius: 10px;
}
.c22-tickets__item_recommended .c22-tickets__in {
  border-color: #54b948;
  background-color: #54b948;
  color: #fff;
}
.c22-tickets__name {
  margin-bottom: 24px;
  border-bottom: 2px dashed #ecedf2;
  padding: 18px 12px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.c22-tickets__included {
  max-width: 344px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}
.c22-tickets__included-item {
  position: relative;
  padding-left: 22px;
}
.c22-tickets__included-item + .c22-tickets__included-item {
  margin-top: 8px;
}
.c22-tickets__included-item::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c22-tickets__item_recommended .c22-tickets__included-item::before {
  border-color: #fff;
}
.c22-tickets__bot {
  margin-top: auto;
  padding: 26px 12px 0;
  text-align: center;
}
.c22-tickets__price {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
}
.c22-tickets__buy {
  padding-bottom: 30px;
}
.c22-pastevents-slider {
  overflow: hidden;
}
.c22-pastevents-slider__container {
  overflow: visible;
}

.c22-over-slider {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 57px;
}
.c22-over-slider__in {
  overflow: visible;
  max-width: 80%;
  margin-right: auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 1237px) {
  .c22-over-slider__in {
    max-width: 1236px;
  }
}

.c22-speaker-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding-bottom: 32px;
  border-radius: 16px 0 16px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
          box-shadow: 0px 3px 12px rgba(17, 17, 17, 0.04);
  -webkit-transition: max-height 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: max-height 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: max-height 0.25s ease, box-shadow 0.25s ease;
  transition: max-height 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
  will-change: max-height;
}
:hover > .c22-speaker-card {
  -webkit-box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.08);
}
.c22-speaker-card__photo {
  position: relative;
  margin-bottom: 20px;
  border-radius: 16px 0 0;
  overflow: hidden;
}
.c22-speaker-card__photo img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.c22-speaker-card__name {
  margin-bottom: 16px;
  padding-right: 32px;
  padding-left: 32px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
.c22-speaker-card__position {
  display: none;
  margin-bottom: 16px;
  padding-right: 32px;
  padding-left: 32px;
}
.c22-speakers__item_init .c22-speaker-card__position {
  display: block;
}
:hover > .c22-speaker-card__position {
  display: block !important;
}
.c22-speaker-card__company {
  margin-top: auto;
  padding-right: 32px;
  padding-left: 32px;
  color: #8967ac;
  font-weight: 700;
  text-transform: uppercase;
}

.c22-more-btn {
  text-align: center;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 576px) {
  .city2020sp-what-was-discussed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.city2020sp-what-was-discussed__item {
  position: relative;
  display: block;
  border: 1px solid #eff3f6;
  padding: 20px;
  font-size: 14px;
  text-decoration: none !important;
  line-height: 1;
}
@media (min-width: 576px) {
  .city2020sp-what-was-discussed__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .city2020sp-what-was-discussed__item {
    min-width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
@media (min-width: 1200px) {
  .city2020sp-what-was-discussed__item {
    min-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (min-width: 1598px) {
  .city2020sp-what-was-discussed__item {
    min-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
.city2020sp-what-was-discussed__item::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow-right-down.svg) 0 0/100% 100% no-repeat;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.city2020sp-what-was-discussed__item:hover::after {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}
.city2020sp-what-was-discussed__category {
  margin-bottom: 15px;
  color: #2674ac;
}
.city2020sp-what-was-discussed__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333;
}
.city2020sp-what-was-discussed__tags {
  margin-top: auto;
  padding-right: 20px;
  color: #d20421;
  font-weight: 500;
}

.city2020sp-interview {
  overflow: hidden;
}
@media (min-width: 576px) {
  .city2020sp-interview__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.city2020sp-interview__item {
  display: block;
  margin-bottom: 30px;
  text-decoration: none !important;
}
@media (min-width: 576px) {
  .city2020sp-interview__item {
    min-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .city2020sp-interview__item {
    min-width: 33.333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    margin-bottom: 40px;
  }
}
.city2020sp-interview__img {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .city2020sp-interview__img {
    margin-bottom: 30px;
  }
}
.city2020sp-interview__title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.46;
}
@media (min-width: 992px) {
  .city2020sp-interview__title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.city2020sp-interview__author {
  font-size: 14px;
}
@media (min-width: 992px) {
  .city2020sp-interview__author {
    font-size: 16px;
  }
}
.city2020sp-interview__author-company {
  color: #2674ac;
}

.city2020sp-news {
  font-family: "Montserrat", sans-serif;
}
.city2020sp-news__item {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  text-decoration: none !important;
}
.city2020sp-news__title {
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22;
}
.city2020sp-news__description {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

.city2020sp-loadable__item {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
.city2020sp-loadable__item_active {
  display: block;
}
.city2020sp-loadable__item_visible {
  opacity: 1;
}
.city2020sp-loadable__more {
  text-align: center;
}
.city2020sp-loadable__more-btn {
  min-width: 280px;
}

.city2020sp-carousel {
  padding-right: 27px;
  padding-left: 27px;
}
.city2020sp-carousel_wdots {
  margin-bottom: 41px;
}
.city2020sp-carousel__slide {
  padding-right: 9px;
  padding-left: 9px;
}
.city2020sp-carousel__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: none !important;
  cursor: pointer;
}
.city2020sp-carousel__arrow::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 18px;
  height: 18px;
  border-style: solid;
  border-color: #000;
  border-width: 1px 1px 0 0;
}
.city2020sp-carousel__arrow_prev {
  left: 0;
}
.city2020sp-carousel__arrow_prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 4px;
}
.city2020sp-carousel__arrow_next {
  right: 0;
}
.city2020sp-carousel__arrow_next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 5px;
}
.city2020sp-carousel__arrow_white::before {
  border-color: #fff;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.slick-vertical .slick-track {
  display: block;
}

.slick-slide {
  height: auto;
}
.slick-slide,
.slick-slide * {
  outline: none !important;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 32px 0 40px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  padding-right: 7px;
  padding-left: 7px;
}
.slick-dots button {
  display: block;
  text-indent: -9999px;
  background: #ecedf2;
  width: 6px;
  height: 6px;
  margin: 0;
  border: 0;
  border-radius: 6px;
  padding: 0;
  outline: none !important;
}
.slick-dots .slick-active > button {
  background: #000;
}

.c22-share .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}