@import './fonts.css' screen;
@import './section-heading.css' screen;
@import './section-timer.css' screen;
@import './section-links.css' screen;
@import './section-levels.css' screen;
@import './section-description.css' screen;
@import './section-dictors.css' screen;
@import './section-news.css' screen;
@import './section-organizers.css' screen;
@import './header.css' screen;
@import './footer.css' screen;

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Palatino Linotype', sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}

main {
  width: 100%;
  max-width: 100vw;

  display: flex;
  flex-direction: column;
  align-items: center;

  position: relative;
  overflow: hidden;

  z-index: 1;

  padding: 30px 150px;

  /* padding-bottom: 70px; */
}

.bg_left {
  position: absolute;
  left: -150px;
  width: 300px;
  /* opacity: 0.2; */

  z-index: 0;
}

.bg_right {
  position: absolute;
  right: -150px;
  width: 300px;
  /* opacity: 0.2; */

  z-index: 0;
}

.bg_left_mobile,
.bg_left_mobile_second {
  position: absolute;
  left: 0;
  width: 50px;
  top: -20px;

  z-index: 0;
  display: none !important;
}

.bg_right_mobile,
.bg_right_mobile_second {
  position: absolute;
  right: 0;
  width: 50px;
  top: -20px;

  z-index: 0;
  display: none !important;
}

.bg_right_mobile_second,
.bg_left_mobile_second {
  top: 2700px;
}

section {
  width: 100%;
  max-width: 960px;
  /* max-width: 860px; */

  display: flex;
  flex-direction: column;
  align-items: center;

  margin-bottom: 70px;

  z-index: 10;
}

.text {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #393939;
}

.non-margin {
  margin: 0;
}

.ru,
.ba {
  display: none;
}

.videos-slider video {
  width: 100%;
}

.videos-slider .slide {
  min-height: auto;
}

.mejs-inner,
.mejs-inner div,
.mejs-inner a,
.mejs-inner span,
.mejs-inner button,
.mejs-inner img {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.mejs-container {
  position: relative;
  background: #000000;
}

.mejs-inner {
  position: relative;
  width: inherit;
  height: inherit;
}

.me-plugin {
  position: absolute;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video,
.mejs-embed,
.mejs-embed body,
.mejs-mediaelement {
  width: 100%;
  height: 100%;
}

.mejs-embed,
.mejs-embed body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}

.mejs-background,
.mejs-mediaelement,
.mejs-poster,
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-poster img {
  display: block;
}

.news-slide-image {
  width: 100%;
  border-radius: 20px;
}

.news-slide-body {
  width: 100%;

  font-size: 14px;
}

.news-slide-body > h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.news-slide-body .info {
  font-style: italic;
  text-align: right;
}

.news-slide-body > div,
ul,
p {
  margin-bottom: 10px;
  text-indent: 20px;
  list-style: none;
}

.news-slide-body > div:last-of-type {
  margin-bottom: 10px;
  text-indent: 0px;
}

.news-slide-body a {
  text-decoration: underline;
  font-weight: bold;
}

@media (max-width: 1250px) {
  .bg_left {
    left: -200px;
  }
  .bg_right {
    right: -200px;
  }
}

@media (max-width: 1000px) {
  .bg_left {
    left: -250px;
  }
  .bg_right {
    right: -250px;
  }
}

@media (max-width: 920px) {
  main {
    padding: 30px 70px;
  }

  .news-slide-body {
    font-size: 12px;
  }

  .news-slide-body > h5 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .news-slide-body > div,
  ul {
    margin-bottom: 5px;
    text-indent: 10px;
  }
}

@media (max-width: 600px) {
  main {
    padding: 30px;
  }

  .bg_left {
    display: none !important;
  }
  .bg_right {
    display: none !important;
  }
  .bg_left_mobile,
  .bg_right_mobile,
  .bg_right_mobile_second,
  .bg_left_mobile_second {
    display: inline !important;
  }
  /* .bg_right_mobile {
      display: inline;
   } */
}

#map {
  height: 400px;
  width: 100%;
}

.map-places iframe {
  width: 100%;
}
