@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');
html,
body {
  height: 100%;
  font-family: 'PT Sans', sans-serif;
}
.sbv-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (max-width: 1024px) {
  .sbv-wrapper {
    margin-top: 50px;
  }
}
.sbv-button {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 20px 30px;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  font-weight: bold;
  margin-left: 10px;
  font-size: 16px;
}
.sbv-button:hover {
  color: #5f45fb;
  text-decoration: none;
  background-color: #fff;
}
.sbv-buttons {
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
@-webkit-keyframes pulsestream {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulsestream {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.sbv-date {
  font-size: 20px;
  font-weight: bold;
  padding-left: 50px;
  position: relative;
  z-index: 2;
}
.sbv-date::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/calendar.svg) center left no-repeat;
  background-size: contain;
}
.ytplayer-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.btn-success {
  background-color: #3fc070;
  border-color: #3fc070;
}
.fancybox-caption {
  text-align: center;
}
@media (max-width: 640px) {
  .nav-container {
    overflow-y: scroll;
  }
}
.sbv-steamlink {
  color: #fff;
  font-weight: bold;
  margin: 20px 0;
  display: block;
  position: relative;
}
@media (max-width: 1024px) {
  .sbv-steamlink {
    top: -6px;
    position: absolute;
    left: 200px;
  }
}
@media (max-width: 640px) {
  .sbv-steamlink {
    top: -10px;
    position: absolute;
    left: 120px;
    max-width: 80px;
    line-height: 1;
  }
}
.sbv-steamlink:hover {
  text-decoration: none;
  color: #2c84f0;
}
.sbv-steamlink::before {
  content: '';
  position: absolute;
  left: -20px;
  top: calc(50% - 5px);
  background: #ee3835;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-animation: pulsestream 1s infinite;
          animation: pulsestream 1s infinite;
}
.example-video-dimensions {
  width: 100%;
  height: 100%;
}
.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.video-container {
  max-width: 800px;
}
/* MEDIA queries */
.sbv-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 40px 0;
  box-shadow: 3px 0px 30px 0px rgba(0, 0, 0, 0.29);
  background: url(../img/vasilek.svg) center center no-repeat;
  background-size: auto;
}
@media (max-width: 1024px) {
  .sbv-nav {
    bottom: auto;
    width: 100%;
    background: #02143a;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 100px 0 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 5;
  }
}
@media (max-width: 1024px) {
  .sbv-nav .navbar-header {
    z-index: 1;
  }
}
.sbv-nav__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .sbv-nav__items {
    position: initial;
    margin: 0;
  }
}
.sbv-nav__items .navbar-collapse {
  padding: 0;
}
@media (max-width: 1024px) {
  .sbv-nav__items .navbar-collapse {
    display: none !important;
    position: absolute;
    top: 50px;
    right: 0;
    width: 30vw;
    background: #02143a;
    border: none;
    box-shadow: none;
    padding-left: 40px;
    padding-bottom: 20px;
  }
  .sbv-nav__items .navbar-collapse.in,
  .sbv-nav__items .navbar-collapse.collapsing {
    overflow: hidden;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 460px) {
  .sbv-nav__items .navbar-collapse {
    width: 100%;
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
li.sbv-nav__item {
  padding-bottom: 10px;
}
li.sbv-nav__item a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 0;
}
li.sbv-nav__item a:hover {
  background: transparent;
}
li.sbv-nav__item a:hover::before {
  content: '';
  position: absolute;
  margin-top: 10px;
  width: 20px;
  height: 3px;
  background: #2c84f0;
  left: -40px;
}
li.sbv-nav__item.active a {
  color: #2c84f0;
}
li.sbv-nav__item.active a::before {
  content: '';
  position: absolute;
  margin-top: 10px;
  width: 20px;
  height: 3px;
  background: #2c84f0;
  left: -40px;
}
li.sbv-nav__item.active a:hover,
li.sbv-nav__item.active a:focus {
  text-decoration: none;
  background-color: transparent;
}
.sbv-nav__logo {
  float: none;
  height: auto;
  display: block;
  padding: 0;
}
.sbv-nav__logo img {
  max-height: calc(100vh - 590px);
}
@media (max-width: 1024px) {
  .sbv-nav__logo {
    height: 20px;
  }
  .sbv-nav__logo img {
    width: 68px;
    max-height: 100px;
  }
}
.sbv-nav__button {
  text-align: center;
}
@media (max-width: 1024px) {
  .sbv-nav__button {
    display: none;
  }
}
.sbv-nav__lang {
  padding-top: 30px;
  text-align: center;
  color: #687389;
}
@media (max-width: 1024px) {
  .sbv-nav__lang {
    padding-top: 0;
  }
}
.sbv-nav__lang a {
  color: #687389;
}
.sbv-nav__lang a.active {
  color: #fff;
}
.sbv-nav__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .sbv-nav__social {
    display: none;
  }
}
.sbv-nav__social a {
  display: block;
  width: 25px;
  text-align: center;
  margin: 0 calc((33.33333% - 25px)/2);
  margin-bottom: 15px;
}
.sbv-nav__social a svg {
  height: 22px;
}
.sbv-nav__social a svg path {
  fill: #687389;
}
.sbv-nav__social a:hover svg path {
  fill: #2c84f0;
}
@media (max-width: 1024px) {
  .sbv-nav .navbar-toggle {
    display: block;
    position: absolute;
    right: 0;
    padding: 4px;
  }
}
.sbv-nav .navbar-toggle .icon-bar {
  display: block;
  width: 33px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
}
.sbv-nav .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 9px;
}
.sbv-container {
  width: calc(100% - 250px);
  margin-left: 250px;
}
@media (max-width: 1024px) {
  .sbv-container {
    width: 100%;
    margin-left: 0;
  }
}
.sbv-navbg {
  background: #02143a;
  width: 250px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media (max-width: 1024px) {
  .sbv-navbg {
    display: none;
  }
}
.sbv-header {
  padding: 0 10vw;
  color: #fff;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 120px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(/img/bg.jpg) center center no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .sbv-header {
    height: 72vw;
  }
}
@media (max-width: 460px) {
  .sbv-header {
    height: calc(100vh - 150px);
  }
}
.sbv-header > video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sbv-header .video_blur {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(2, 20, 58, 0.7);
}
.sbv-header h1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 100px;
  font-weight: bold;
  z-index: 2;
}
@media (max-width: 1024px) {
  .sbv-header h1 {
    font-size: 64px;
  }
}
@media (max-width: 460px) {
  .sbv-header h1 {
    font-size: 32px;
  }
}
.sbv-header h1 span {
  font-size: 20px;
}
@media (max-width: 460px) {
  .sbv-header h1 span {
    font-size: 16px;
  }
}
.sbv-header .sbv-logos {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 2;
}
.sbv-header .sbv-logos img {
  display: inline-block !important;
  height: 70px;
  margin-right: 20px;
  max-width: 110px;
  padding: 5px;
  background: white;
}
.sbv-afisha {
  padding: 35px;
}
@media (max-width: 1024px) {
  .sbv-afisha {
    padding: 0;
  }
}
.sbv-afisha.-participants .sbv-afisha__item-ticketlink {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.sbv-afisha.-participants .sbv-afisha__item-img {
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.sbv-afisha.-participants .sbv-afisha__item-img > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.sbv-afisha.-participants .sbv-afisha__item {
  width: calc(25% - 40px);
}
@media (max-width: 1024px) {
  .sbv-afisha.-participants .sbv-afisha__item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 460px) {
  .sbv-afisha.-participants .sbv-afisha__item {
    width: calc(100% - 40px);
    margin: 20px;
  }
}
.sbv-afisha__header {
  padding: 10vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media (max-width: 1024px) {
  .sbv-afisha__header {
    padding: 15vw 10vw;
    background-position: left center;
  }
}
@media (max-width: 460px) {
  .sbv-afisha__header {
    min-height: 51vw;
  }
}
.sbv-afisha__header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 20, 58, 0.7);
}
.sbv-afisha__header-title {
  position: relative;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1024px) {
  .sbv-afisha__header-title {
    font-size: 28px;
  }
}
.sbv-afisha__loadmore {
  margin: 0 auto;
  margin-top: 20px;
  display: block;
}
.sbv-afisha__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sbv-afisha__items h2 {
  width: 100%;
  padding-left: 20px;
  font-weight: bold;
  background: #2c84f0;
  color: #fff;
  margin: 0 20px;
  line-height: 1.8;
}
.sbv-afisha__title {
  font-size: 40px;
  font-weight: bold;
  margin: 40px 0;
}
@media (max-width: 1024px) {
  .sbv-afisha__title {
    margin: 20px 0;
  }
}
.sbv-afisha__panel {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .sbv-afisha__panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sbv-afisha__filters label {
  cursor: pointer;
  border: 1px solid #2c84f0;
  border-radius: 5px;
  padding: 5px 10px;
  color: #2c84f0;
  margin: 0 10px 0 0;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}
@media (max-width: 1024px) {
  .sbv-afisha__filters label {
    margin: 0 10px 10px 0;
  }
}
.sbv-afisha__filters label select {
  background: transparent;
  border: none;
  outline: none;
  max-width: 220px;
}
.sbv-afisha__filters label select option {
  color: #000;
}
.sbv-afisha__filters label:focus,
.sbv-afisha__filters label:hover,
.sbv-afisha__filters label:active,
.sbv-afisha__filters label.active {
  background: #2c84f0;
  color: #fff;
}
.sbv-afisha__item {
  overflow: hidden;
  width: calc(33.3333% - 40px);
  margin: 20px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: ease .3s;
  transition: ease .3s;
}
@media (max-width: 1024px) {
  .sbv-afisha__item {
    width: calc(20%);
    margin: 15px;
  }
}
@media (max-width: 460px) {
  .sbv-afisha__item {
    width: calc(70%);
  }
}
.sbv-afisha__item:hover {
  box-shadow: 0px 0px 20px 5px rgba(44, 132, 240, 0.4);
}
.sbv-afisha__item:hover a::after {
  opacity: 1;
}
.sbv-afisha__item:hover .sbv-afisha__item-ticketlink {
  display: block;
}
.sbv-afisha__item-img {
  position: relative;
  /**/
}
.sbv-afisha__item-img > a {
  position: relative;
  display: block;
}
.sbv-afisha__item-img > a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 132, 240, 0.8);
  opacity: 0;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}
.sbv-afisha__item-img img {
  width: 100%;
}
.sbv-afisha__item-ticketlink {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}
.sbv-afisha__item-ticketlink a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: 2px solid #fff;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}
.sbv-afisha__item-ticketlink a:hover {
  background: #fff;
  color: #2c84f0;
}
@media (max-width: 1366px) {
  .sbv-afisha__item-ticketlink a {
    font-size: 14px;
  }
}
.sbv-afisha__item-date {
  padding: 20px;
  color: #7e8daa;
}
.sbv-afisha__item-title {
  padding: 0 20px;
  width: 80%;
}
.sbv-afisha__item-title a {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.sbv-afisha__item-price {
  padding: 20px;
}
.sbv-afisha__item-nothing {
  margin: 50px;
}
.sbv-afisha__index [type="radio"],
.sbv-afisha__index [type="checkbox"] {
  display: none;
}
.sbv-afisha__index-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -80px 55px 0;
  background: #fff;
  position: relative;
  padding: 40px;
  box-shadow: 0px 20px 90px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .sbv-afisha__index-filter {
    padding: 20px 15px;
  }
}
@media (max-width: 1024px) {
  .sbv-afisha__index-filter {
    margin: -40px 20px 0;
  }
}
.sbv-afisha__index-filter .afisha-filter-mob select {
  width: 100%;
  background: transparent;
  border: 1px solid #e2e2e2;
  padding: 15px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: url(../img/single-down.svg) right center no-repeat;
  background-size: 20px;
  background-position: 94% center;
}
.sbv-afisha__index-filter .afisha-filter-mob select.dates-mob {
  margin-top: 10px;
  background-image: url(../img/calendar-black.svg);
}
.sbv-afisha__index-areas {
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.sbv-afisha__index-areas-label {
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}
.sbv-afisha__index-areas-label.checked {
  padding-left: 40px;
  color: #fff;
  background: #2c84f0 url(../img/check.svg) 12px center no-repeat;
  background-size: 15px;
}
.sbv-afisha__index-areas-label.checked:hover {
  background: #2c84f0 url(../img/check.svg) 12px center no-repeat;
  background-size: 15px;
}
.sbv-afisha__index-areas-label:hover {
  background: #2c84f0;
  color: #fff;
}
.sbv-afisha__index-dates {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1050px;
}
@media (max-width: 1024px) {
  .sbv-afisha__index-dates {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sbv-afisha__index-dates-caption {
  font-weight: normal;
  text-align: center;
  margin-right: 30px;
  color: #989898;
}
.sbv-afisha__index-dates-label {
  cursor: pointer;
  margin: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}
@media (max-width: 1024px) {
  .sbv-afisha__index-dates-label {
    margin: 0 10px;
  }
}
.sbv-afisha__index-dates-label.started {
  position: relative;
  box-shadow: none;
  background: #fff;
}
.sbv-afisha__index-dates-label.started::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  top: -3px;
  left: -3px;
  background: -webkit-linear-gradient(45deg, #40be74 20%, #2c89e8 50%, #f2393e 80%);
  background: linear-gradient(45deg, #40be74 20%, #2c89e8 50%, #f2393e 80%);
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: ease .3s;
  transition: ease .3s;
}
.sbv-afisha__index-dates-label.started::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}
.sbv-afisha__index-dates-label.active,
.sbv-afisha__index-dates-label:hover {
  background: #2c84f0;
  color: #fff;
  z-index: 3;
}
.sbv-afisha__index-dates-label.active.started::after,
.sbv-afisha__index-dates-label:hover.started::after {
  background: #2c84f0;
}
.sbv-afisha__index-dates-day {
  position: relative;
  text-align: center;
  font-size: 18px;
  z-index: 3;
  line-height: 1;
}
.sbv-afisha__index-dates-name {
  position: relative;
  font-weight: normal;
  z-index: 3;
  text-transform: lowercase;
}
.sbv-afisha__event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  position: relative;
}
@media (max-width: 1024px) {
  .sbv-afisha__event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 50px 20px;
  }
}
.sbv-afisha__event .share {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sbv-afisha__event .share > span {
  padding-right: 20px;
  color: #707070;
}
.sbv-afisha__event-content {
  padding-top: 30px;
}
.sbv-afisha__event-schedule {
  padding-bottom: 20px;
  background-color: #3fc070;
  color: #fff;
}
@media (max-width: 1024px) {
  .sbv-afisha__event-schedule {
    width: 26%;
  }
}
@media (max-width: 460px) {
  .sbv-afisha__event-schedule {
    width: 100%;
  }
}
.sbv-afisha__event-schedule-item {
  padding: 20px 20px 0 75px;
}
.sbv-afisha__event-schedule-date {
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.sbv-afisha__event-schedule-date::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -50px;
  width: 140%;
  height: 140%;
  background: url(../img/calendar.svg) center left no-repeat;
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
  background-size: contain;
  max-width: 35px;
  max-height: 35px;
}
.sbv-afisha__event-description {
  padding: 20px 20px 20px 75px;
  border: 1px solid #e2e2e2;
  border-bottom: none;
  border-top: none;
}
@media (max-width: 1024px) {
  .sbv-afisha__event-description {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    width: 44%;
  }
}
@media (max-width: 460px) {
  .sbv-afisha__event-description {
    border: none;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    width: 100%;
  }
}
.sbv-afisha__event-description hr {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .sbv-afisha__event-description hr {
    margin-bottom: 15px;
  }
}
.sbv-afisha__event-description + div {
  padding: 0 20px 20px 75px;
  border: 1px solid #e2e2e2;
  border-top: none;
}
@media (max-width: 1024px) {
  .sbv-afisha__event-description + div {
    width: 30%;
  }
}
@media (max-width: 460px) {
  .sbv-afisha__event-description + div {
    border: 1px solid #e2e2e2;
    border-top: none;
    width: 100%;
  }
}
.sbv-afisha__event-description-title {
  font-weight: bold;
  position: relative;
}
.sbv-afisha__event-description-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -56px;
  width: 40px;
  height: 40px;
  background: url(../img/pin.svg) center left no-repeat;
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
  background-size: contain;
}
.sbv-afisha__event-description-address a {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px dashed #337ab7;
}
.sbv-afisha__event-description-price {
  font-weight: bold;
  padding-top: 20px;
}
.sbv-afisha__event-description-ticket {
  display: block;
  padding: 20px 0 0;
  position: relative;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .sbv-afisha__event-description-ticket {
    padding: 5px 0 0;
  }
}
.sbv-afisha__event-description-ticket::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -50px;
  width: 100%;
  height: 70%;
  background: url(../img/cart.svg) center left no-repeat;
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
  background-size: contain;
}
.sbv-afisha__event-description-tickets .title {
  margin-left: -55px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .sbv-afisha__event-description-tickets .title {
    display: none;
  }
}
@media (max-width: 460px) {
  .sbv-afisha__event-description-tickets .title {
    display: block;
  }
}
.sbv-afisha__event-img img {
  width: 100%;
}
.sbv-afisha__event-container {
  width: 70%;
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .sbv-afisha__event-container {
    width: 100%;
    padding: 30px 0;
  }
}
.sbv-afisha__event-info {
  width: 30%;
  margin-top: -135px;
}
@media (max-width: 1024px) {
  .sbv-afisha__event-info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    margin-top: -100px;
  }
}
@media (max-width: 460px) {
  .sbv-afisha__event-info {
    display: block;
    background: #fff;
  }
}
.sbv-contests__desc {
  padding: 85px 0;
}
@media (max-width: 1024px) {
  .sbv-contests__desc {
    padding: 40px 0;
  }
}
.sbv-contests__desc.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sbv-contests__desc-container {
  padding-top: 60px;
  padding-right: 100px;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .sbv-contests__desc-container {
    padding-top: 0;
    padding-right: 20px;
  }
}
@media (max-width: 460px) {
  .sbv-contests__desc-container {
    width: 100%;
    padding: 0 20px;
  }
}
.sbv-contests__desc-container a {
  text-decoration: none;
}
.sbv-contests__desc-title h2 {
  color: #031e44;
  font-weight: bold;
  font-size: 36px;
}
@media (max-width: 1024px) {
  .sbv-contests__desc-title h2 {
    font-size: 30px;
    margin-top: 0;
  }
}
.sbv-contests__desc-text {
  padding-top: 40px;
  font-size: 18px;
  display: none;
}
@media (max-width: 1024px) {
  .sbv-contests__desc-text {
    padding-top: 10px;
    font-size: 14px;
  }
}
.sbv-contests__desc-img {
  width: 50%;
  text-align: center;
}
.sbv-contests__desc-img img {
  width: 53%;
}
@media (max-width: 1024px) {
  .sbv-contests__desc-img img {
    width: 90%;
  }
}
@media (max-width: 460px) {
  .sbv-contests__desc-img {
    display: none;
  }
}
.sbv-contests__tabs {
  padding: 70px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 1024px) {
  .sbv-contests__tabs {
    padding: 30px 0;
  }
}
@media (max-width: 460px) {
  .sbv-contests__tabs {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.sbv-contests__tabs-buttons a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #aeafc4;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  width: 40vw;
  max-width: 260px;
  display: block;
  text-align: center;
}
@media (max-width: 460px) {
  .sbv-contests__tabs-buttons a {
    width: 45vw;
  }
}
.sbv-contests__tabs-buttons a.active,
.sbv-contests__tabs-buttons a:hover {
  color: #fff;
  border-bottom: 2px solid #2a81eb;
}
.sbv-contests__participants {
  background: url(../img/bg.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.sbv-contests__participants::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 20, 58, 0.7);
}
.sbv-contests__participants .owl-stage-outer {
  padding: 40px;
}
@media (max-width: 1024px) {
  .sbv-contests__participants .owl-stage-outer {
    padding: 0;
  }
}
.sbv-contests__participants-container {
  padding: 35px 75px 35px 35px;
  position: relative;
}
@media (max-width: 1024px) {
  .sbv-contests__participants-container {
    padding: 0 20px;
  }
}
@media (max-width: 460px) {
  .sbv-contests__participants-container {
    padding: 0 0 0 15px;
  }
}
.sbv-contests__participants-item {
  position: relative;
}
@media (max-width: 460px) {
  .sbv-contests__participants-item {
    width: 40vw;
  }
}
.sbv-contests__participants-item::before {
  content: '';
  position: absolute;
  top: -4%;
  width: 0;
  left: -6%;
  height: 108%;
  background-color: #3fc070;
  z-index: -1;
  opacity: 0;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}
.sbv-contests__participants-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  height: 100%;
  z-index: -1;
  background: url(../img/arrow-right.svg) bottom right no-repeat;
  background-size: 0px;
  opacity: 0;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}
.sbv-contests__participants-item:hover .sbv-contests__participants-img {
  margin-top: -20px;
}
.sbv-contests__participants-item:hover::before {
  opacity: 1;
  width: 30%;
}
.sbv-contests__participants-item:hover::after {
  opacity: 1;
  background-size: 40px;
}
.sbv-contests__participants-caption {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin: 40px 0;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .sbv-contests__participants-caption {
    padding: 0;
  }
}
.sbv-contests__participants-img {
  padding-bottom: 120%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}
.sbv-contests__participants-title {
  padding-top: 15px;
}
.sbv-contests__participants-title a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.sbv-contests__participants-years {
  color: #fff;
  position: absolute;
  right: 0;
  padding-top: 10px;
}
@media (max-width: 460px) {
  .sbv-contests__participants-years {
    display: none;
  }
}
.sbv-contests__participants-city {
  padding-top: 10px;
  color: #fff;
}
.sbv-contests__participants .owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
  left: auto;
}
@media (max-width: 460px) {
  .sbv-contests__participants .owl-nav {
    top: -77px;
    right: 15px;
  }
}
.sbv-contests__participants .owl-nav .owl-prev {
  margin-right: 20px;
  outline: none;
}
.sbv-contests__participants .owl-nav .owl-prev span {
  color: transparent;
  background: url(../img/arrow_circle_white.svg) center center no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sbv-contests__participants .owl-nav .owl-next {
  outline: none;
}
.sbv-contests__participants .owl-nav .owl-next span {
  color: transparent;
  background: url(../img/arrow_circle_white.svg) center center no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
}
.sbv-contests__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 105px 35px;
  position: relative;
}
@media (max-width: 460px) {
  .sbv-contests__links {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 35px;
  }
}
.sbv-contests__links a {
  width: 33%;
  text-align: center;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(189, 189, 189, 0.7);
  border-radius: 5px;
  padding: 20px 20px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 20px;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}
@media (max-width: 460px) {
  .sbv-contests__links a {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 15px;
  }
  .sbv-contests__links a:last-of-type {
    width: 100%;
  }
}
.sbv-contests__links a:hover {
  background-color: #2c84f0;
  color: #fff;
  border: 1px solid #2c84f0;
}
.sbv-contests__jury {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  position: relative;
}
@media (max-width: 1024px) {
  .sbv-contests__jury {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sbv-contests__jury > .parent {
  width: 25%;
}
@media (max-width: 1024px) {
  .sbv-contests__jury > .parent {
    width: 100%;
  }
}
.sbv-contests__jury .childrens {
  width: 70%;
}
@media (max-width: 1024px) {
  .sbv-contests__jury .childrens {
    width: calc(100% - 60px);
    margin-left: 30px;
  }
}
.sbv-contests__jury .owl-nav {
  position: initial;
}
.sbv-contests__jury .owl-nav .owl-prev {
  position: absolute;
  top: 46%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
}
@media (max-width: 1024px) {
  .sbv-contests__jury .owl-nav .owl-prev {
    left: -20px;
  }
}
.sbv-contests__jury .owl-nav .owl-prev span {
  color: transparent;
  background: url(../img/arrow_circle_black.svg) center center no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sbv-contests__jury .owl-nav .owl-next {
  position: absolute;
  top: 46%;
  right: -40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
}
@media (max-width: 1024px) {
  .sbv-contests__jury .owl-nav .owl-next {
    right: -20px;
  }
}
.sbv-contests__jury .owl-nav .owl-next span {
  color: transparent;
  background: url(../img/arrow_circle_black.svg) center center no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
}
.sbv-contests__jury-item {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .sbv-contests__jury-item {
    padding: 10px;
  }
}
.sbv-contests__jury-item.parent {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .sbv-contests__jury-item.parent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sbv-contests__jury-item.parent .sbv-contests__jury-img {
  border-radius: 0;
  width: 160px;
  height: 160px;
}
.sbv-contests__jury-item.parent .sbv-contests__jury-desc {
  padding: 0;
  width: 60%;
  text-align: center;
}
@media (max-width: 1024px) {
  .sbv-contests__jury-item.parent .sbv-contests__jury-desc {
    text-align: left;
    padding: 15px 30px;
  }
}
.sbv-contests__jury-capt {
  padding: 15px 0;
  color: #40bf70;
}
.sbv-contests__jury-img {
  width: 140px;
  height: 140px;
  background-size: cover;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 400px) {
  .sbv-contests__jury-img {
    width: 110px;
    height: 110px;
  }
}
.sbv-contests__jury-desc {
  padding: 0 0 0 20px;
  width: 70%;
}
.sbv-contests__jury-city {
  margin: 0 0 10px 0;
  color: #7e8daa;
}
.sbv-contests__jury-title {
  margin: 0 0 10px 0;
}
.sbv-contests__jury-title a {
  font-size: 16px;
  font-weight: bold;
  color: #061d46;
  text-decoration: none;
}
.sbv-contests__jury-caption {
  font-size: 14px;
}
.sbv-drawing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sbv-drawing__card {
  margin: 40px;
  width: calc(33.3333% - 80px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .sbv-drawing__card {
    margin: 20px;
    width: calc(50% - 40px);
  }
}
@media (max-width: 640px) {
  .sbv-drawing__card {
    width: 100%;
  }
}
.sbv-drawing__card-img {
  width: 100%;
  background-size: cover;
  padding-bottom: 60%;
  position: relative;
}
.sbv-drawing__card-img::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 132, 240, 0.8);
  opacity: 0;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}
.sbv-drawing__card-img:hover::before {
  opacity: 1;
}
.sbv-drawing__card-number {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #3fc070;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -23px;
  left: -23px;
}
.sbv-drawing__card-info {
  width: 60%;
  margin-left: 20px;
}
.sbv-drawing__card-name {
  margin-bottom: 20px;
}
.sbv-drawing__card-name a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.sbv-drawing__card-country {
  margin-bottom: 20px;
}
.sbv-partners {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
@media (max-width: 460px) {
  .sbv-partners {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sbv-partners__item {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-right: 15px;
}
@media (max-width: 460px) {
  .sbv-partners__item {
    width: 100%;
  }
}
.sbv-partners__item-title {
  height: 49px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 460px) {
  .sbv-partners__item-title {
    font-size: 10px;
  }
}
.sbv-partners__item:first-child {
  width: 70%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 0;
}
@media (max-width: 460px) {
  .sbv-partners__item:first-child {
    width: 100%;
  }
}
.sbv-partners__item:first-child::after {
  content: '';
  width: 1px;
  background-color: #c5c5c5;
  height: 60%;
  position: absolute;
  bottom: 20%;
  right: 0;
}
@media (max-width: 460px) {
  .sbv-partners__item:first-child::after {
    display: none;
  }
}
.sbv-partners__item:first-child .sbv-partners__item-title {
  height: auto;
  width: 20%;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 40px;
}
@media (max-width: 460px) {
  .sbv-partners__item:first-child .sbv-partners__item-title {
    font-size: 11px;
    padding-left: 15px;
  }
}
.sbv-partners__item:first-child .sbv-partners__img {
  width: calc(20% - 20px);
  height: 74px;
  margin: 10px 10px 0 10px;
}
.sbv-partners.-part2 {
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}
@media (max-width: 1024px) {
  .sbv-partners.-part2 {
    padding-bottom: 15px;
    margin-top: 20px;
  }
}
.sbv-partners.-part2 .sbv-partners__item {
  width: 60%;
}
@media (max-width: 460px) {
  .sbv-partners.-part2 .sbv-partners__item {
    width: 100%;
  }
  .sbv-partners.-part2 .sbv-partners__item .owl-carousel {
    margin-left: 7px;
  }
}
.sbv-partners.-part2 .sbv-partners__item:first-child {
  width: 40%;
}
@media (max-width: 460px) {
  .sbv-partners.-part2 .sbv-partners__item:first-child {
    width: 95%;
  }
}
.sbv-partners.-part2 .sbv-partners__item:first-child .sbv-partners__item-title {
  width: 33%;
}
.sbv-partners.-part2 .sbv-partners__item:first-child .sbv-partners__img {
  width: calc(33.333% - 20px);
}
.sbv-partners.-part3 .owl-carousel {
  width: calc(90% - 30px);
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .sbv-partners.-part3 .owl-carousel {
    width: calc(80% - 30px);
  }
}
@media (max-width: 460px) {
  .sbv-partners.-part3 .owl-carousel {
    width: calc(100% - 30px);
  }
}
.sbv-partners.-part3 .sbv-partners__item {
  width: 100%;
}
@media (max-width: 460px) {
  .sbv-partners.-part3 .sbv-partners__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sbv-partners.-part3 .sbv-partners__item::after {
  display: none;
}
.sbv-partners.-part3 .sbv-partners__item .sbv-partners__item-title {
  padding-right: 20px;
  width: 10%;
}
@media (max-width: 1024px) {
  .sbv-partners.-part3 .sbv-partners__item .sbv-partners__item-title {
    width: 20%;
  }
}
@media (max-width: 460px) {
  .sbv-partners.-part3 .sbv-partners__item .sbv-partners__item-title {
    width: 100%;
    padding-top: 15px;
  }
}
.sbv-partners.-part3 .sbv-partners__item .sbv-partners__img {
  width: calc(100% - 0px);
  margin: 17px 0;
  height: 60px;
}
.sbv-partners__img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  width: 100%;
  background-position: center center;
  margin-top: 3px;
  opacity: 0.6;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}
.sbv-partners__img:hover {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.sbv-news {
  padding: 35px;
}
@media (max-width: 1024px) {
  .sbv-news {
    padding: 0 0 30px;
  }
}
.sbv-news__title {
  font-size: 40px;
  font-weight: bold;
  margin: 40px 0;
  padding-left: 20px;
}
.sbv-news__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 460px) {
  .sbv-news__items {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .sbv-news__items-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.sbv-news__loadmore {
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  max-width: 220px;
}
.sbv-news__item {
  overflow: hidden;
  width: calc(33.3333% - 40px);
  margin: 20px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (max-width: 460px) {
  .sbv-news__item {
    width: 65vw;
    float: left;
  }
}
@media (min-width: 461px) {
  .sbv-news__item:first-child {
    width: calc(66.6666% - 40px);
    position: relative;
  }
  .sbv-news__item:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .sbv-news__item:first-child .sbv-news__item-date {
    position: absolute;
    bottom: 115px;
    padding: 0 20px;
    left: 0;
    color: #fff;
  }
  .sbv-news__item:first-child .sbv-news__item-img {
    padding-bottom: 50%;
  }
  .sbv-news__item:first-child .sbv-news__item-title {
    position: absolute;
    width: 90%;
    padding: 0 20px 20px 20px;
    bottom: 0%;
    left: 0;
  }
  .sbv-news__item:first-child .sbv-news__item-title a {
    color: #fff;
    font-size: 26px;
  }
}
.sbv-news__item-img {
  background-size: cover;
  padding-bottom: 60%;
}
.sbv-news__item-date {
  padding: 20px 0;
  color: #7e8daa;
}
.sbv-news__item-title {
  padding: 0 20px 20px 0;
  width: 80%;
}
.sbv-news__item-title a {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.sbv-news__item-price {
  padding: 20px;
}
.sbv-info {
  padding: 35px;
  background: url(../img/news-bg.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
@media (max-width: 460px) {
  .sbv-info {
    padding: 15px 0;
  }
}
.sbv-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 20, 58, 0.7);
}
.sbv-info__title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin: 40px 0;
  padding-left: 20px;
  position: relative;
}
.sbv-info__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 460px) {
  .sbv-info__items {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .sbv-info__items-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.sbv-info__showmore {
  text-align: center;
  margin: 60px 0;
  position: relative;
}
.sbv-info__showmore a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.sbv-info__item {
  position: relative;
  width: calc(33.3333% - 40px);
  margin: 20px;
}
@media (max-width: 460px) {
  .sbv-info__item {
    width: 65vw;
    float: left;
  }
}
.sbv-info__item a {
  position: relative;
  display: block;
  z-index: 1;
}
.sbv-info__item::before {
  content: '';
  position: absolute;
  top: -4%;
  width: 0;
  left: -6%;
  height: 108%;
  background-color: #3fc070;
  opacity: 0;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}
.sbv-info__item::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  height: 100%;
  background: url(../img/arrow-right.svg) bottom right no-repeat;
  background-size: 0px;
  opacity: 0;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}
.sbv-info__item:hover .sbv-contests__participants-img {
  margin-top: -20px;
}
.sbv-info__item:hover::before {
  opacity: 1;
  width: 30%;
}
.sbv-info__item:hover::after {
  opacity: 1;
  background-size: 40px;
}
.sbv-info__item-img {
  padding-bottom: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  position: relative;
}
.sbv-info__item-title {
  position: relative;
  padding-top: 15px;
}
.sbv-info__item-title a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.sbv-footer {
  width: calc(100% - 250px);
  margin-left: 250px;
  padding: 50px;
  margin-top: 80px;
  border-top: 1px solid #e2e2e2;
}
@media (max-width: 1024px) {
  .sbv-footer {
    width: 100%;
    margin-left: 0;
    padding: 30px;
    margin-top: 30px;
  }
}
.sbv-footer ul {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .sbv-footer ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.sbv-footer ul li {
  padding-top: 10px;
}
.sbv-footer ul li.active a {
  color: #000;
}
.sbv-footer ul a {
  color: #707070;
}
.sbv-footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .sbv-footer__nav > li {
    width: 25%;
  }
}
@media (max-width: 460px) {
  .sbv-footer__nav > li {
    width: 50%;
  }
}
.sbv-footer__nav > li > a {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.sbv-footer__cat a {
  font-weight: bold;
  color: #000!important;
  text-transform: uppercase;
}
.sbv-footer__copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e2e2e2;
}
@media (max-width: 460px) {
  .sbv-footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sbv-footer__copy-developer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 460px) {
  .sbv-footer__copy-developer {
    margin-top: 30px;
  }
}
.sbv-footer__copy-developer img {
  max-width: 120px;
}
.sbv-footer__copy img {
  max-width: 120px;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 1024px) {
  .sbv-footer__copy-text > a:nth-child(4) {
    margin-right: -120px;
  }
}
.sbv-article__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 1600px) {
  .sbv-article__nav {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (max-width: 460px) {
  .sbv-article__nav {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
  }
  .sbv-article__nav::after {
    content: '';
    display: table;
    float: none;
    clear: both;
  }
  .sbv-article__nav-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.sbv-article__nav li {
  margin: 0 60px;
}
@media (max-width: 1600px) {
  .sbv-article__nav li {
    margin: 0;
  }
}
@media (max-width: 460px) {
  .sbv-article__nav li {
    float: left;
    margin: 0 25px 0 15px;
  }
}
.sbv-article__nav li.active a,
.sbv-article__nav li:hover a {
  color: #2c84f0;
}
.sbv-article__nav li a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .sbv-article__nav li a {
    font-size: 14px;
  }
}
.sbv-article__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 7vw;
}
@media (max-width: 1024px) {
  .sbv-article__items {
    padding: 0 20px 20px;
  }
}
.sbv-article__items.-contest {
  padding: 3vw 7vw;
}
.sbv-article__items.-contest .sbv-article__item-img {
  margin-bottom: 20px;
}
.sbv-article__items.-contest .sbv-article__item {
  width: calc(50% - 40px);
}
@media (max-width: 460px) {
  .sbv-article__items.-contest .sbv-article__item {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.sbv-article__items.-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .sbv-article__items.-contacts {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.sbv-article__items.-contacts .contacts-text {
  width: 40%;
}
@media (max-width: 1024px) {
  .sbv-article__items.-contacts .contacts-text {
    width: 100%;
  }
}
.sbv-article__items.-contacts .contacts-map {
  width: 60%;
  max-height: 100vh;
}
@media (max-width: 1024px) {
  .sbv-article__items.-contacts .contacts-map {
    width: 100%;
    min-height: 100vw;
  }
}
.sbv-article__items-tickets h2 {
  font-weight: bold;
  margin: 30px 0;
}
.sbv-article__items-tickets .sbv-article__items-operators {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 460px) {
  .sbv-article__items-tickets .sbv-article__items-operators {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sbv-article__items-tickets .sbv-article__item {
  width: calc(50% - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 30px 0;
}
.sbv-article__items-tickets .sbv-article__item img {
  width: 36%;
}
@media (max-width: 460px) {
  .sbv-article__items-tickets .sbv-article__item {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.sbv-article__items-tickets .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 460px) {
  .sbv-article__items-tickets .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sbv-article__items-tickets .flex .contacts-text {
  width: 50%;
}
@media (max-width: 460px) {
  .sbv-article__items-tickets .flex .contacts-text {
    width: 100%;
  }
}
.sbv-article__items-tickets .flex .contacts-map {
  width: 50%;
  min-height: 400px;
}
@media (max-width: 460px) {
  .sbv-article__items-tickets .flex .contacts-map {
    width: 100%;
    min-height: 100vw;
  }
}
.sbv-article__items-tickets .flex .ticket-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.sbv-article__items-tickets .flex .ticket-card > div:first-child {
  width: 45%;
  margin-right: 10%;
}
.sbv-article__items-tickets .flex .ticket-card__content-title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
}
.sbv-article__items-tickets .flex .ticket-card__content-address {
  color: #2c84f0;
  display: inline-block;
  border-bottom: 1px dashed #2c84f0;
}
.sbv-article__items-tickets .flex .ticket-card__content-phone p {
  font-size: initial;
  padding: initial;
  margin: initial;
  padding-bottom: 10px;
}
.sbv-article__item {
  width: calc(33.333% - 40px);
  margin: 20px;
  border: 1px solid #e2e2e2;
}
@media (max-width: 1024px) {
  .sbv-article__item {
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media (max-width: 460px) {
  .sbv-article__item {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.sbv-article__item-img {
  padding-bottom: 60%;
  background-size: cover;
}
.sbv-article__item-date {
  padding: 20px 30px;
  color: #707070;
}
.sbv-article__item-title {
  display: block;
  padding: 0 30px 20px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.sbv-article__loadmore {
  display: block;
  margin: 0 auto;
}
.sbv-article__header {
  height: 25.73vw;
  max-height: 500px;
  padding: 2vw 14.7vw 4.4vw 5vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (max-width: 1024px) {
  .sbv-article__header {
    height: 37.73vw;
    padding: 2vw 5vw 4.4vw;
  }
}
@media (max-width: 460px) {
  .sbv-article__header {
    height: 66vw;
    padding: 8vw 5vw 4.4vw;
  }
}
.sbv-article__header.-blured::before {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.sbv-article__header.-gallery {
  display: block;
  max-height: 700px;
  height: 36.73vw;
}
@media (max-width: 460px) {
  .sbv-article__header.-gallery {
    height: 67vw;
  }
}
.sbv-article__header.-gallery.-afisha {
  height: 30vw;
  background-image: url(/img/bg.jpg);
}
@media (max-width: 1024px) {
  .sbv-article__header.-gallery.-afisha {
    height: 40vw;
  }
}
@media (max-width: 460px) {
  .sbv-article__header.-gallery.-afisha {
    height: 51vw;
  }
}
.sbv-article__header.-gallery.-afisha .owl-nav {
  bottom: auto;
  top: 60px;
}
@media (max-width: 1024px) {
  .sbv-article__header.-gallery.-afisha .owl-nav {
    top: 20px;
    right: 20px;
  }
}
.sbv-article__header.-gallery.-afisha .gallery-item {
  background-position: left center;
}
.sbv-article__header.-gallery .owl-nav {
  position: absolute;
  bottom: 60px;
  right: 60px;
}
@media (max-width: 460px) {
  .sbv-article__header.-gallery .owl-nav {
    display: none;
  }
}
.sbv-article__header.-gallery .owl-nav .owl-prev {
  margin-right: 20px;
  outline: none;
}
.sbv-article__header.-gallery .owl-nav .owl-prev span {
  color: transparent;
  background: url(../img/arrow_circle_white.svg) center center no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sbv-article__header.-gallery .owl-nav .owl-next {
  outline: none;
}
.sbv-article__header.-gallery .owl-nav .owl-next span {
  color: transparent;
  background: url(../img/arrow_circle_white.svg) center center no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
}
.sbv-article__header.-gallery .owl-stage-outer,
.sbv-article__header.-gallery .owl-stage,
.sbv-article__header.-gallery .owl-item {
  position: relative;
  height: 100%;
}
.sbv-article__header.-gallery .gallery-item {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.sbv-article__header.-gallery .gallery-label {
  color: #fff;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
}
.sbv-article__header.-gallery .sbv-article__header-title {
  width: auto;
  display: inline-block;
}
.sbv-article__header.-gallery .owl-carousel {
  position: absolute;
  z-index: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sbv-article__header .breadcrumb {
  position: relative;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .sbv-article__header .breadcrumb {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 460px) {
  .sbv-article__header .breadcrumb {
    visibility: hidden;
  }
}
.sbv-article__header .breadcrumb a,
.sbv-article__header .breadcrumb li {
  color: #a4a4c3;
}
.sbv-article__header .breadcrumb li.active {
  max-width: 16.17vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .sbv-article__header .breadcrumb li.active {
    max-width: 30.17vw;
  }
}
.sbv-article__header .breadcrumb > li + li:before {
  padding: 0 10px;
  color: #a4a4c3;
  content: ">";
}
.sbv-article__header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 20, 58, 0.7);
}
.sbv-article__header-back {
  position: relative;
}
.sbv-article__header-back a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
}
.sbv-article__header-back a svg {
  margin-right: 10px;
}
.sbv-article__header-title {
  position: relative;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1024px) {
  .sbv-article__header-title {
    font-size: 30px;
  }
}
@media (max-width: 460px) {
  .sbv-article__header-title {
    font-size: 19px;
  }
}
.sbv-article__header-date {
  position: relative;
  font-size: 17px;
  color: #a4a4c3;
}
.sbv-article__header-circle {
  padding-bottom: 25%;
  border-radius: 50%;
  position: absolute;
  width: 25%;
  right: 5%;
  top: 50%;
  background-size: cover;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center top;
}
@media (max-width: 460px) {
  .sbv-article__header-circle {
    padding-bottom: 35%;
    width: 35%;
  }
}
.sbv-article__content {
  padding: 50px 13.5vw 50px 7vw;
  background: url(../img/vasilek.svg) right bottom no-repeat;
  background-size: contain;
}
@media (max-width: 1024px) {
  .sbv-article__content {
    padding: 30px 20px;
  }
}
.sbv-article__content .share {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sbv-article__content .share > span {
  padding-right: 20px;
  color: #707070;
}
.sbv-article__content-text p {
  padding: 0 4.4vw;
  font-size: 17px;
  margin-bottom: 35px;
}
.sbv-article__content-text li {
	font-size: 17px;
}
@media (max-width: 460px) {
  .sbv-article__content-text p {
    padding: 0;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .sbv-article__content-text li {
	font-size: 15px;
  }
}
.sbv-article__content .sbv-contests__tabs {
  padding: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 460px) {
  .sbv-article__content .sbv-contests__tabs {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.sbv-article__content .sbv-contests__tabs-buttons a {
  color: #333;
  text-align: left;
  padding: 10px 40px 10px 0;
  width: auto;
  min-width: 140px;
}
.sbv-article__content.-contest .sbv-contests__jury-capt {
  padding: 0 20px 0;
}
.sbv-article__content.-contest .sbv-article__content-text p {
  padding: 0;
}
.sbv-article__content.-contest .sbv-afisha {
  padding: 0;
}
.sbv-article__content.-contest .sbv-afisha__item {
  width: calc(33.3333% - 40px);
}
@media (max-width: 1024px) {
  .sbv-article__content.-contest .sbv-afisha__item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 460px) {
  .sbv-article__content.-contest .sbv-afisha__item {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.sbv-article__content.-gallery .sbv-article__content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 460px) {
  .sbv-article__content.-gallery .sbv-article__content-text {
    margin-right: -14px;
  }
}
.sbv-article__content.-gallery .sbv-article__content-text .gallery-item {
  margin: 20px;
  width: calc(33.33333% - 40px);
  padding-bottom: 20%;
  background-size: cover;
}
@media (max-width: 460px) {
  .sbv-article__content.-gallery .sbv-article__content-text .gallery-item {
    margin: 0 15px 15px 0;
    width: calc(85%);
    padding-bottom: 60%;
  }
}
.sbv-article__content.-fs .sbv-article__item-img {
  background-image: url(../img/music.svg);
  padding-bottom: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px 0 40px;
}
.sbv-article__content.-fs .sbv-article__item-title {
  text-align: center;
}
.sbv-article__content.-fs .sbv-article__content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sbv-article__content.-fs .sbv-article__content-text .gallery-item {
  margin: 20px;
  width: calc(33.33333% - 40px);
  padding-bottom: 20%;
  background-size: cover;
}
.sbv-article__content.-museum .owl-carousel {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}
.sbv-article__content.-museum .owl-carousel .owl-item {
  padding: 0 20px;
  position: relative;
}
.sbv-article__content.-museum .owl-carousel .owl-item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background: #e7e7e9;
  left: 0;
  top: calc((100% - 21px)/2);
}
.sbv-article__content.-museum .owl-carousel .owl-item:first-child::before,
.sbv-article__content.-museum .owl-carousel .owl-item:last-of-type::before {
  left: 25px;
  width: calc(100% - 25px);
}
.sbv-article__content.-museum .owl-carousel .owl-item:last-of-type::before {
  left: 0;
}
.sbv-article__content.-museum .owl-carousel .owl-item a {
  text-decoration: none;
  color: #707070;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
.sbv-article__content.-museum .owl-carousel .owl-item a img {
  margin: 15px 0;
  border: 3px solid #e7e7e9;
  border-radius: 50%;
}
.sbv-article__content.-museum .owl-carousel .owl-item a:hover,
.sbv-article__content.-museum .owl-carousel .owl-item a.checked {
  color: #2c84f0;
}
.sbv-article__content.-museum .owl-carousel .owl-item a:hover img,
.sbv-article__content.-museum .owl-carousel .owl-item a.checked img {
  border-color: #2c84f0;
  box-shadow: 0px 0px 15px 5px rgba(44, 132, 240, 0.2);
}
.sbv-article__content.-museum .museum-caption {
  font-weight: bold;
  font-size: 24px;
}
.food-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e2e2e2;
  margin: 0 30px 30px 0;
}
.food-card__img {
  width: 30%;
  background-position: center center;
  background-size: cover;
  margin-right: 20px;
}
.food-card__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 120px;
  width: 70%;
}
.food-card__content-title {
  font-weight: bold;
  font-size: 16px;
}
.food-card__content-phone {
  font-size: 16px;
}
.food-card__content-address {
  color: #2c84f0;
}
.sbv-shortcode__gallery {
  position: relative;
}
.sbv-shortcode__gallery-label {
  max-width: 620px;
  margin: 0 auto;
  padding-top: 15px;
  text-align: center;
  font-style: italic;
  color: #707070;
}
.sbv-shortcode__gallery .owl-dots {
  position: absolute;
  top: 0;
  margin-top: 62%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.sbv-shortcode__gallery .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  outline: none;
  margin: 0 5px;
}
.sbv-shortcode__gallery .owl-dots .owl-dot.active {
  background-color: #fff;
}
.sbv-shortcode__media.pull-left {
  margin-right: 5%;
  margin-bottom: 35px;
  max-width: 35%;
}
@media (max-width: 1024px) {
  .sbv-shortcode__media.pull-left {
    max-width: 48%;
  }
}
@media (max-width: 460px) {
  .sbv-shortcode__media.pull-left {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
  }
}
.sbv-shortcode__media.pull-right {
  margin-left: 5%;
  margin-bottom: 35px;
  max-width: 35%;
}
@media (max-width: 1024px) {
  .sbv-shortcode__media.pull-right {
    max-width: 48%;
  }
}
@media (max-width: 460px) {
  .sbv-shortcode__media.pull-right {
    max-width: 100%;
    margin-left: 0;
    width: 100%;
  }
}
.sbv-shortcode__media-img img {
  width: 100%;
}
.sbv-shortcode__media-label {
  max-width: 620px;
  margin: 0 auto;
  padding-top: 15px;
  text-align: center;
  font-style: italic;
  color: #707070;
}
.sbv-shortcode__winners-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .sbv-shortcode__winners-items {
    float: none;
    clear: both;
    margin-right: -20px;
  }
}
@media (max-width: 460px) {
  .sbv-shortcode__winners-items {
    margin-right: -10px;
  }
}
.sbv-shortcode__winners-items .sbv-shortcode__winners-item {
  width: calc(33.33333% - 40px);
  margin-right: 40px;
  background: #2c84f0;
  color: #fff;
  min-height: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 70px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .sbv-shortcode__winners-items .sbv-shortcode__winners-item {
    width: calc(33.33333% - 20px);
    margin-right: 20px;
    min-height: 0;
    padding: calc(-18.3335%);
  }
}
@media (max-width: 460px) {
  .sbv-shortcode__winners-items .sbv-shortcode__winners-item {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    min-height: 0;
    padding: calc((50% - 20px - 40px)/2);
  }
}
.sbv-shortcode__winners-items .sbv-shortcode__winners-item .sbv-shortcode__winners-label {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-weight: normal;
  font-size: 16px;
}
.sbv-stream {
  padding: 50px;
  position: relative;
}
@media (max-width: 640px) {
  .sbv-stream {
    padding: 0;
  }
}
.sbv-stream__bg {
  padding-bottom: 50%;
  background-position: center center;
  display: block;
  background-size: cover;
  position: relative;
}
.sbv-stream__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}
.sbv-stream__live {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: #fff;
}
.sbv-stream__live .text {
  margin-top: 10px;
  font-size: 20px;
}
@media (max-width: 640px) {
  .sbv-stream__live {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 640px) {
  .sbv-stream__live img {
    width: 25%;
    margin-right: 20px;
  }
}
.sbv-stream__caption {
  margin-top: 10px;
}
.sbv-stream__title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}
.video-container {
  width: 100%;
}
.video-container video {
  width: 100%;
}
.sbv-results__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sbv-results__item {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e6e6e6;
}
@media (max-width: 640px) {
  .sbv-results__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sbv-results__item-img {
  padding-bottom: 20%;
  display: block;
  width: 20%;
  background-size: cover;
  background-position: top center;
  max-height: 300px;
}
@media (max-width: 640px) {
  .sbv-results__item-img {
    width: 100%;
    padding-bottom: 100%;
    background-position: top center;
  }
}
.sbv-results__item-text {
  padding-left: 20px;
  width: 80%;
}
@media (max-width: 640px) {
  .sbv-results__item-text {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
}
.sbv-results__item-title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sbv-results__item-title a {
  color: #333;
  font-size: 18px;
}
.sbv-results__item-title p {
  margin: 0;
}
.sbv-results__item-title .sum {
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  background-color: #3fc070;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.sbv-results__item-country {
  margin-top: 10px;
}
.sbv-results__item-day {
  width: 100%;
  margin: 10px 0;
  font-weight: bold;
  font-size: 20px;
}
.sbv-results__item-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sbv-results__item-result .country {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 60px;
}
@media (max-width: 640px) {
  .sbv-results__item-result .country {
    margin-right: 6px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sbv-results__item-result .country span {
  font-weight: bold;
  margin-top: 5px;
}
.sbv-results__item-result .country img {
  border: 1px solid #e6e6e6;
}
.sbv-results__item-result .c-img {
  padding-bottom: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  border: 1px solid #2c84f0;
}
/*# sourceMappingURL=./app.css.map */