@charset "UTF-8";
@import url("/templates/assets/fonts/Parimatch/include.css");
@import url("/templates/assets/fonts/Parimatch-kz/include.css");
@import url("/templates/assets/fonts/Circe/include.css");
@import url("/templates/assets/fonts/Gilroy/include.css");
@import url("/templates/assets/fonts/Gilroy-kz/include.css");
@import url("/templates/assets/fonts/DrukCyr/include.css");
@import url("/templates/assets/fonts/TTFirsNeue/include.css");
@import url("/templates/assets/fonts/Roboto/include.css");
/**
 * Задает отступы текущим элементам, всем кроме краних, на крайних элементах крайние отступы не зыдаються
 */
.blick {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 24px #FFED00;
  box-shadow: 4px 4px 24px #FFED00;
  background: -webkit-gradient(linear, left bottom, right top, from(#FCEB12), to(#FFED00));
  background: linear-gradient(to top right, #FCEB12, #FFED00);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.blick::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(263.2deg, rgba(255, 255, 255, 0.4) 8.01%, rgba(255, 255, 255, 0) 52.98%);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  -webkit-animation: light 3s infinite;
  animation: light 3s infinite;
}

.effects {
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.effects:active {
  transform: scale(0.95);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.effects:hover {
  transform: scale(1.05);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

@-webkit-keyframes light {
  0% {
    left: -40%;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    left: 110%;
    opacity: 0;
  }
}
@keyframes light {
  0% {
    left: -40%;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    left: 110%;
    opacity: 0;
  }
}
.c-form {
  font-family: "Roboto", sans-serif;
  margin-left: 12vw;
}
.c-form .c-form__group {
  display: none;
  line-height: 0;
  position: relative;
  margin: 0 auto 0.5vw;
  max-width: 100%;
  text-align: center;
}
.c-form input, .c-form button, .c-form textarea {
  font-family: "Roboto", sans-serif;
}
.c-form .c-form__input::-webkit-input-placeholder {
  color: #fff;
}
.c-form .c-form__input::-moz-placeholder {
  color: #fff;
}
.c-form .c-form__input:-ms-input-placeholder {
  color: #fff;
}
.c-form .c-form__input:-moz-placeholder {
  color: #fff;
}
.c-form .c-form__input,
.c-form .c-form__select {
  height: 2.8vw;
}
.c-form .c-form__input,
.c-form .c-form__select,
.c-form .c-form__textarea {
  color: #C2BDB2;
  font-size: 1.06vw;
  text-align: left;
}
.c-form .background-checkbox {
  display: none;
  height: 2.8vw;
  background: #292621;
  border-radius: 0.5vw;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}
.c-form .c-form__checkbox {
  padding: 0.4vw 1vw;
  width: 100%;
  margin-left: 0;
  display: flex;
  height: 100%;
}
.c-form .c-form__checkbox .rules {
  margin-top: 0;
}
.c-form .c-form__checkbox input[type=checkbox] + label {
  color: #FAF9F8;
  font-size: 0.85vw;
  font-style: normal;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-form .c-form__checkbox input[type=checkbox] + label a {
  color: #F8FF13;
  font-style: normal;
  font-size: 0.75vw;
}
.c-form .c-form__checkbox input[type=checkbox] + label:before {
  content: "";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 1.2vw;
  height: 1.2vw;
  right: 1vw;
  left: inherit;
  top: 0.75vw;
  background: #403C34;
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 1.1vh;
  color: #919191;
}
.c-form .c-form__checkbox input[type=checkbox]:checked + label:before {
  background: #F8FF13;
  content: "";
}
.c-form .c-form__checkbox input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  width: 0.2vw;
  height: 0.2vw;
  right: 1.9vw;
  left: inherit;
  top: 1.3vw;
  background: #000000;
  box-shadow: 0.2vw 0 0 #000000, 0.3vw 0 0 #000000, 0.4vw 0 0 #000000, 0.4vw -0.2vw 0 #000000, 0.4vw -0.4vw 0 #000000, 0.4vw -0.6vw 0 #000000, 0.4vw -0.8vw 0 #000000;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-form .c-form__footer {
  margin-bottom: 0;
  padding: 1vw;
}
.c-form .c-form__footer .button-reg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7.8vw;
  background: #FEFEFE;
  border-radius: 0.5vw;
  border: none;
  font-size: 3.9vw;
  font-weight: 600;
  margin-bottom: 1vw;
  color: #F8FF13;
}
.c-form .c-form__footer .button-reg.active {
  background: #F8FF13;
  color: #000;
}
.c-form .c-form__footer .button-log {
  display: none;
  width: 100%;
  font-weight: 600;
  font-size: 0.85vw;
}
.c-form .c-form__footer .button-log a {
  color: #F8FF13;
}
.c-form .js-phone-mask {
  padding-left: 3.5vw;
}
.c-form .phone_code {
  height: 2.8vw;
  top: 0;
  bottom: inherit;
}
.c-form .passwordMessages, .c-form .phoneMessages {
  display: none;
  position: relative;
  padding: 0;
  top: 100%;
  margin: 0.2vw 0 0;
  background: #000;
  z-index: 10;
  box-shadow: 0 0.2vw 0.5vw rgb(248, 255, 19);
  visibility: inherit;
  opacity: 1;
  transition: opacity 0.1s ease 0s;
  text-align: left;
  border-radius: 0.5vw;
}
.c-form .passwordMessages span, .c-form .phoneMessages span {
  line-height: 1;
  display: block;
  width: 100%;
  font-size: 0.95vw;
  color: #fff;
  padding: 0.3vw;
  font-weight: bold;
  text-align: left;
}
.c-form .passwordMessages span:not(:last-child), .c-form .phoneMessages span:not(:last-child) {
  margin-bottom: 0.4vw;
}
.c-form .passwordMessages.is-shown, .c-form .phoneMessages.is-shown {
  display: block;
}

@media only screen and (min-width: 0) and (orientation: portrait) {
  .c-form {
    margin-left: 0vw;
  }
  .c-form .background-checkbox {
    height: 13.8vw;
    font-size: 4.06vw;
    padding: 0 4.625vw;
    border-radius: 3.5vw;
  }
  .c-form .c-form__input, .c-form .c-form__select {
    height: 13.8vw;
  }
  .c-form .c-form__input, .c-form .c-form__select, .c-form .c-form__textarea {
    font-size: 4.06vw;
    padding: 0 4.625vw;
  }
  .c-form .c-form__group {
    margin: 0 auto 2.5vw;
  }
  .c-form .c-form__checkbox {
    padding: 2.4vw 1vw;
  }
  .c-form .c-form__checkbox input[type=checkbox] + label {
    font-size: 3.85vw;
  }
  .c-form .c-form__checkbox input[type=checkbox] + label:before {
    width: 6.2vw;
    height: 6.2vw;
    top: 3.75vw;
  }
  .c-form .c-form__checkbox input[type=checkbox] + label a {
    font-size: 3.25vw;
    text-decoration: none;
  }
  .c-form .c-form__checkbox input[type=checkbox]:checked + label:after {
    width: 0.8vw;
    height: 0.8vw;
    right: 4.9vw;
    top: 6.6vw;
    box-shadow: 0.6vw 0 0 #000000, 0.9vw 0 0 #000000, 1.2vw 0 0 #000000, 1.2vw -0.6vw 0 #000000, 1.2vw -1.2vw 0 #000000, 1.2vw -1.8vw 0 #000000, 1.2vw -2.2vw 0 #000000;
  }
  .c-form .c-form__footer {
    padding: 0.5vw 9.5vw 1.5vw;
  }
  .c-form .c-form__footer .button-reg {
    border-radius: 4.5vw;
    height: 23.8vw;
    font-size: 11.06vw;
    margin-bottom: 3vw;
    margin-left: 0vw;
  }
  .c-form .c-form__footer .button-log {
    font-size: 4.06vw;
  }
  .c-form .js-phone-mask {
    padding-left: 20vw;
  }
  .c-form .phone_code {
    height: 13.8vw;
  }
  .c-form .phone_code__flag {
    left: 2vw;
  }
  .c-form .passwordMessages span, .c-form .phoneMessages span {
    font-size: 3.5vw;
    padding: 0.3vw;
  }
  .c-form .passwordMessages span:not(:last-child), .c-form .phoneMessages span:not(:last-child) {
    margin-bottom: 0.4vw;
  }
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #F8FF13;
  outline: 1px solid #F8FF13;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #F8FF13;
}

::selection {
  color: #fff;
  background: #F8FF13;
}

:root {
  font-size: 16px;
  --desc-height: 1080;
  --tab-width: 768;
  --mob-width: 320;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

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

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Parimatch";
  font-style: italic;
  color: #fff;
  position: relative;
}

input,
button,
textarea {
  font-family: "Parimatch";
  font-size: inherit;
}

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

button {
  cursor: pointer;
  background-color: inherit;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

body._lock {
  overflow: hidden;
}

.wrapper {
  background: url("../img/bg.jpg") no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 2vh 0;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 3vh;
}

.header__left {
  display: flex;
  align-items: center;
}
.header__left picture {
  display: none;
}
.header__left .logo__2 img {
  width: auto;
  height: 4vw;
}

.header__logo-link img {
  display: block;
  width: auto;
  height: 4.2vw;
  image-rendering: -webkit-optimize-contrast;
  margin-right: 1vw;
}

.header__left picture img {
  height: 7.1vh;
  image-rendering: -webkit-optimize-contrast;
}

.header__right {
  display: flex;
  align-items: center;
}
.header__right .header__mob {
  display: none;
}

.logo {
  width: auto;
  height: 3vw;
}

.header__col {
  width: 10vw;
}
.header__col > a > p {
  font-family: "TTFirsNeue", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #FFF;
  font-size: 1.5vw;
}

.page {
  padding-top: 49vw;
  padding-bottom: 3vw;
}
.page .page__right {
  position: absolute;
  top: 10%;
  transform: translateY(-50%) scale(0.9);
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 0;
  justify-content: center;
  left: 0%;
}
.page .page__right .page__right-block {
  text-align: center;
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page .page__right .page__right-block .date__and__mountain {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.page .page__right .page__right-block .date__and__mountain > p {
  font-size: 1.8vw;
  font-family: "TTFirsNeue", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #FFF;
}
.page .page__right .page__right-block .detalks {
  margin-bottom: 1vw;
}
.page .page__right .page__right-block .detalks img {
  width: 100%;
}
.page .page__right .page__right-block .link__What {
  border-radius: 51px;
  background: #F8FF13;
  width: 21vw;
  height: 3vw;
  display: flex;
  align-items: center;
}
.page .page__right .page__right-block .link__What a {
  margin: auto;
}
.page .page__right .page__right-block .link__What a p {
  font-size: 1.2vw;
  color: #000;
  font-family: "TTFirsNeue", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.page .arrow_top {
  position: absolute;
  top: 47vw;
  transform: translateY(-50%) scale(0.9);
  left: 50%;
}
.page .arrow_top a img {
  width: 100%;
}

.page_2 {
  background: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 30vw;
  display: flex;
}
.page_2 .page_2__right__mob {
  display: none;
}
.page_2 .page_2__left {
  padding: 3vw 0vw 0vw 8vw;
}
.page_2 .page_2__left > div {
  margin-bottom: 2vw;
}
.page_2 .page_2__left > div .talks {
  color: #1D1D1D;
  font-family: "TTFirsNeue", sans-serif;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.page_2 .page_2__left > div .text_color {
  color: #333;
  font-family: "TTFirsNeue", sans-serif;
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.page_2 .page_2__left > div span {
  color: #333;
  font-family: "TTFirsNeue", sans-serif;
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page_2 .page_2__right {
  padding: 0 10vw 0vw 0vw;
  margin-top: -2.5vw;
}
.page_2 .page_2__right div {
  text-align: right;
  width: 100%;
}
.page_2 .page_2__right div img {
  width: 35vw;
}

.page_3 {
  background: #000;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3vw 7vw 2vw;
}
.page_3 .bok__spekers {
  margin-bottom: 2vw;
  text-align: left;
}
.page_3 .bok__spekers span {
  color: #FFF;
  font-family: "TTFirsNeue", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 2.5vw;
}
.page_3 .page_3_kar {
  display: flex;
}
.page_3 .page_3__left {
  background-image: url("../img/fon_kar.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  width: 40vw;
  padding: 0 0vw 0 2vw;
  margin-right: 8vw;
}
.page_3 .page_3__left .speakers_bok_left {
  padding: 0vw 3vw 5vw 0vw;
}
.page_3 .page_3__left .speakers_bok_left .bok_left {
  display: flex;
  margin-top: 2.3vw;
}
.page_3 .page_3__left .speakers_bok_left .bok_left .name__kar {
  margin-right: 1.5vw;
}
.page_3 .page_3__left .speakers_bok_left .bok_left .bok_text .name__corol {
  color: #FFF;
  font-family: "TTFirsNeue", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 1.9vw;
  margin-bottom: 0.9vw;
}
.page_3 .page_3__left .speakers_bok_left .bok_left .bok_text span {
  color: #FFF;
  font-family: "TTFirsNeue", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 1.2vw;
}
.page_3 .page_3__left .speakers_bok_left .bok_text_2 {
  margin-top: 2vw;
  margin-lift: 0.9vw;
}
.page_3 .page_3__left .speakers_bok_left .bok_text_2 .topic_font {
  color: #FFF;
  font-family: "TTFirsNeue", sans-serif;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.page_3 .page_3__left .speakers_bok_left .bok_text_2 span {
  color: #FFF;
  font-family: "TTFirsNeue", sans-serif;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page_3 .page_3__right {
  background-image: url("../img/fon_kar.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  width: 40vw;
  padding: 0vw 0vw 0 1vw;
  flex-direction: column;
}
.page_3 .page_3__right .bok_right {
  display: flex;
  margin-left: 0.6vw;
  padding: 0px 3vw 0 0;
  margin-top: 2.5vw;
}
.page_3 .page_3__right .bok_right .name__kar {
  margin-right: 1.5vw;
}
.page_3 .page_3__right .bok_right .bok_text .name__corol {
  color: #FFF;
  font-family: "TTFirsNeue", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 1.9vw;
  margin-bottom: 0.9vw;
}
.page_3 .page_3__right .bok_right .bok_text span {
  color: #FFF;
  font-family: "TTFirsNeue", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 1.2vw;
}
.page_3 .page_3__right .bok_text_2 {
  margin-top: 2vw;
  padding: 0 2vw 0 0;
  margin-left: 1.5vw;
}
.page_3 .page_3__right .bok_text_2 .topic_font {
  color: #FFF;
  font-family: "TTFirsNeue", sans-serif;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.page_3 .page_3__right .bok_text_2 span {
  color: #FFF;
  font-family: "TTFirsNeue", sans-serif;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.line {
  background: #7D7D7D;
  height: 0.1vw;
  width: 100%;
  margin-top: 3vw;
}

.program {
  margin-top: 1vw;
}
.program .program__text {
  margin-bottom: 4vw;
}
.program .program__text span {
  color: #EEE;
  font-family: "TTFirsNeue", sans-serif;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.program .program__kar img {
  width: 100%;
}

.page_4 {
  background-image: url("../img/bg_broadcast.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  padding: 2vw 7vw 3vw;
  flex-direction: column;
}
.page_4 .page__broadcast .bok_broadcast {
  margin-bottom: 1vw;
}
.page_4 .page__broadcast .bok_broadcast span {
  color: #000;
  font-family: "TTFirsNeue", sans-serif;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.page_4 .page__broadcast .bok_broadcast_2 {
  margin-bottom: 2vw;
}
.page_4 .page__broadcast .bok_broadcast_2 span {
  color: #000;
  font-family: "TTFirsNeue", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 1.7vw;
}
.page_4 .page__broadcast .straight__broadcast {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_4 .page__broadcast .straight__broadcast img {
  width: 65%;
}
.page_4 .page__broadcast iframe {
  width: 54vw;
  height: 30vw;
}

.page_5 {
  background: #000;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 50vw;
  padding: 4vw 0 0vw;
}
.page_5 .photo__slides .bok__foto {
  padding-left: 7vw;
  margin-bottom: 4vw;
}
.page_5 .photo__slides .bok__foto span {
  color: #EEE;
  font-family: "TTFirsNeue", sans-serif;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.page_6 {
  background: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 6vw;
  padding: 2vw 0 0 0;
}
.page_6 .page__kar__top .kar__top {
  display: flex;
  justify-content: center;
}
.page_6 .page__kar__top .kar__top .logo_top {
  width: auto;
  height: 2.5vw;
  margin-right: 4vw;
}
.page_6 .page__kar__top .kar__top .logo_top_2 {
  width: auto;
  height: 2.5vw;
}

.sidebars > .sidebar {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.64);
  position: fixed;
  color: white;
  padding: 30px;
  font-size: 2em;
  text-align: center;
}
.sidebars > .sidebar.right {
  top: 0;
  right: -270px;
  bottom: 0;
  width: 270px;
  background: #000;
}
.sidebars > .sidebar .menu__kampanu {
  position: relative;
  top: 15vw;
}
.sidebars > .sidebar .menu__text {
  position: relative;
  top: 20vw;
}
.sidebars > .sidebar .menu__text .header__col {
  width: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2vw;
  align-items: center;
}
.sidebars > .sidebar .menu__text .header__col > a > p {
  font-size: 4vw;
}
.sidebars > .sidebar .menu__text .header__col > .arrow_kar_menu {
  height: 1vw;
}
.sidebars > .sidebar .menu__text .header__col > .arrow_kar_menu > img {
  width: 2vw;
  transform: rotate(270deg);
}
.sidebars > .sidebar .menu__text .line {
  background: #7D7D7D;
  height: 0.1vw;
  width: 90%;
  margin: auto;
  margin-bottom: 2vw;
}

.btn-sidebar {
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.btn-sidebar.rotate {
  transform: rotate(90deg);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.owl-carousel .owl-item {
  transform: scale(0.8);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.owl-carousel .owl-item.center {
  transform: scale(1.1);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.owl-carousel .owl-dots {
  z-index: 1;
  position: relative;
}
.owl-carousel .owl-dots .owl-dot {
  background-color: #878787;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot:not(:last-child) {
  margin-right: 1vw;
}
.owl-carousel .owl-dots .owl-dot:not(:first-child) {
  margin-left: 1vw;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: linear-gradient(45deg, #F8FF13 0%, #9AFF11 15.62%, #06FF88 48.96%, #3CF9F2 77.68%, #35AEFF 100%), #D9D9D9;
}
.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 3vw;
}

@media only screen and (min-width: 0) and (orientation: portrait) {
  body {
    height: auto;
  }
  .page-team-section {
    display: none !important;
  }
  body {
    overflow: visible;
    background-color: #000;
  }
  .wrapper {
    height: auto;
    overflow: visible;
    background: url("../img/bg-portrait.jpg") no-repeat top center;
    background-size: 100%;
  }
  .header__container {
    padding: 0 3vw;
    align-items: center;
  }
  .header__logo-link img {
    height: 7.8vw;
    margin-right: 2vw;
  }
  .header__left picture img {
    height: calc(38 / var(--mob-width) * 100vw);
    margin-top: -1.5vw;
  }
  .for-mob {
    display: block !important;
  }
  .for-desc {
    display: none !important;
  }
  .header {
    padding: 4vw 0 4vw 0;
    position: fixed;
    background: #161616;
  }
  .header__left .logo__2 img {
    width: auto;
    height: 7vw;
  }
  .header__right .header__mob {
    display: flex;
  }
  .header__right .header__mob img {
    width: auto;
    height: 7vw;
  }
  .page {
    padding-top: 182%;
    padding-bottom: 3vw;
  }
  .page .page__right {
    position: inherit;
    width: 100%;
    margin: auto;
    top: 50%;
    transform: none;
    display: flex;
    flex-direction: column;
    flex: 0 1 50%;
    justify-content: center;
    right: 0%;
    margin-top: -73vw;
  }
  .page .page__right .page__right-block {
    margin: auto;
    width: 87%;
  }
  .page .page__right .page__right-block .date__and__mountain {
    display: none;
  }
  .page .page__right .page__right-block .link__What {
    width: 90%;
    height: 17vw;
  }
  .page .page__right .page__right-block .link__What a p {
    font-size: 6.3vw;
  }
  .page .arrow_top {
    display: none;
  }
  .page_2 {
    height: auto;
    display: flex;
    padding-bottom: 9vw;
    flex-direction: column;
  }
  .page_2 .page_2__left {
    width: 90%;
    margin: auto;
    padding: 0vw;
    margin-top: 0;
  }
  .page_2 .page_2__left > div .talks {
    display: none;
  }
  .page_2 .page_2__left > div .text_color {
    font-size: 5vw;
  }
  .page_2 .page_2__left > div span {
    font-size: 5vw;
  }
  .page_2 .page_2__right {
    display: none;
  }
  .page_2 .page_2__right__mob {
    width: 90%;
    margin: auto;
    padding: 0;
    margin-bottom: 0;
    margin-top: 13vw;
    display: block;
  }
  .page_2 .page_2__right__mob .text__mob .talks {
    font-size: 9vw;
    color: #1D1D1D;
    font-family: "TTFirsNeue", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .page_2 .page_2__right__mob div img {
    width: 90vw;
  }
  .page_3 {
    padding: 0 0 9vw;
  }
  .page_3 .bok__spekers {
    margin-bottom: 7vw;
    margin-top: 7vw;
    text-align: left;
    margin-left: 5vw;
  }
  .page_3 .bok__spekers .speakers_text {
    font-size: 9vw;
  }
  .page_3 .page_3_kar {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-bottom: 10vw;
  }
  .page_3 .page_3_kar .page_3__left {
    background-image: url(../img/fon_kar__mob.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    width: 90%;
    padding: 0;
    margin-right: 0;
    flex-direction: column;
    margin: auto;
    margin-bottom: 10vw;
  }
  .page_3 .page_3_kar .page_3__left .speakers_bok_left {
    padding: 0vw;
  }
  .page_3 .page_3_kar .page_3__left .speakers_bok_left .bok_left {
    display: flex;
    margin-top: 5vw;
    flex-direction: column;
    margin-bottom: 3vw;
  }
  .page_3 .page_3_kar .page_3__left .speakers_bok_left .bok_left .name__kar {
    margin: auto;
    margin-bottom: 3vw;
  }
  .page_3 .page_3_kar .page_3__left .speakers_bok_left .bok_left .name__kar img {
    width: 40vw;
  }
  .page_3 .page_3_kar .page_3__left .speakers_bok_left .bok_left .bok_text {
    display: flex;
    flex-direction: column;
  }
  .page_3 .page_3_kar .page_3__left .speakers_bok_left .bok_left .bok_text .name__corol {
    font-size: 7vw;
    margin: auto;
    margin-bottom: 3vw;
    text-align: center;
  }
  .page_3 .page_3_kar .page_3__left .speakers_bok_left .bok_left .bok_text span {
    font-size: 5vw;
    margin: auto;
    width: 85%;
  }
  .page_3 .page_3_kar .page_3__left .speakers_bok_left .bok_text_2 {
    width: 85%;
    margin: auto;
    margin-bottom: 11vw;
  }
  .page_3 .page_3_kar .page_3__left .speakers_bok_left .bok_text_2 .topic_font {
    font-size: 5vw;
  }
  .page_3 .page_3_kar .page_3__left .speakers_bok_left .bok_text_2 span {
    font-size: 5vw;
  }
  .page_3 .page_3__right {
    background-image: url(../img/fon_kar__mob.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    width: 90%;
    padding: 0;
    margin-right: 0;
    flex-direction: column;
    margin: auto;
  }
  .page_3 .page_3__right .bok_right {
    display: flex;
    margin-top: 5vw;
    flex-direction: column;
    margin-bottom: 5vw;
    margin-left: 0;
    padding: 0;
  }
  .page_3 .page_3__right .bok_right .name__kar {
    margin: auto;
    margin-bottom: 5vw;
  }
  .page_3 .page_3__right .bok_right .name__kar img {
    width: 40vw;
  }
  .page_3 .page_3__right .bok_right .bok_text {
    display: flex;
    flex-direction: column;
  }
  .page_3 .page_3__right .bok_right .bok_text .name__corol {
    font-size: 7vw;
    margin: auto;
    margin-bottom: 5vw;
    text-align: center;
  }
  .page_3 .page_3__right .bok_right .bok_text span {
    font-size: 5vw;
    margin: auto;
    width: 85%;
  }
  .page_3 .page_3__right .bok_text_2 {
    width: 85%;
    margin: auto;
    margin-bottom: 11vw;
  }
  .page_3 .page_3__right .bok_text_2 .topic_font {
    font-size: 5vw;
  }
  .page_3 .page_3__right .bok_text_2 span {
    font-size: 5vw;
  }
  .page_3 .line {
    width: 90%;
    margin: auto;
  }
  .page_3 .program {
    width: 90%;
    margin: auto;
  }
  .page_3 .program .program__text span {
    font-size: 9vw;
  }
  .page_4 {
    background-image: url(../img/bg_broadcast__mob.png);
    background-size: auto;
    background-position: top;
    background-repeat: no-repeat;
    height: auto;
    display: flex;
    padding: 0 0 9vw;
    flex-direction: column;
  }
  .page_4 .page__broadcast {
    width: 90%;
    margin: 0 auto;
  }
  .page_4 .page__broadcast .bok_broadcast {
    margin-top: 5vw;
  }
  .page_4 .page__broadcast .bok_broadcast span {
    font-size: 9vw;
  }
  .page_4 .page__broadcast .bok_broadcast_2 span {
    font-size: 6vw;
  }
  .page_4 .page__broadcast .straight__broadcast img {
    width: 100%;
  }
  .page_4 .page__broadcast iframe {
    width: 100%;
    height: 51vw;
  }
  .page_5 {
    background: #000;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding: 0 0 9vw;
  }
  .page_5 .photo__slides {
    margin: auto;
    width: 90%;
    margin-top: 5vw;
  }
  .page_5 .photo__slides .bok__foto {
    margin-bottom: 6vw;
    padding-left: 0;
  }
  .page_5 .photo__slides .bok__foto span {
    font-size: 9vw;
  }
  .page_6 {
    background: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 20vh;
    padding: 0;
  }
  .page_6 .page__kar__top {
    margin: auto;
    width: 90vw;
  }
  .page_6 .page__kar__top .kar__top {
    display: flex;
    justify-content: space-around;
  }
  .page_6 .page__kar__top .kar__top .logo_top {
    margin-top: 10%;
    margin-right: 0vw;
  }
  .page_6 .page__kar__top .kar__top .logo_top img {
    height: 12vw;
  }
  .page_6 .page__kar__top .kar__top .logo_top_2 {
    margin-top: 20%;
  }
  .page_6 .page__kar__top .kar__top .logo_top_2 img {
    height: 12vw;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 5vw;
  }
  .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
  .owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-height: 500px) and (max-width: 767px) and (orientation: landscape) {
  body {
    position: relative;
    overflow: visible;
  }
}
@media only screen and (orientation: portrait) {
  .header__right .header__col {
    display: none;
  }
  .header__right.for-mob {
    display: flex !important;
  }
  .flex-wr {
    order: 2;
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
