@font-face {
  font-family: "Gilroy";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Gilroy-Regular.otf") format("truetype");
}

@font-face {
  font-family: "Gilroy";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/Gilroy-Bold.otf") format("truetype");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Gilroy-Black.otf") format("truetype");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/Gilroy-Heavy.otf") format("truetype");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Gilroy-Semibold.otf") format("truetype");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Gilroy-Medium.otf") format("truetype");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/Gilroy-Extrabolditalic.otf") format("truetype");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Gilroy-Extrabold.otf") format("truetype");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/Gilroy-BlackItalic.otf") format("truetype");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Gilroy-BoldItalic.otf") format("truetype");
}

*::-webkit-input-placeholder {
  color: #dfdfdf;
  opacity: 1;
}

*:-moz-placeholder {
  color: #dfdfdf;
  opacity: 1;
}

*::-moz-placeholder {
  color: #dfdfdf;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #dfdfdf;
  opacity: 1;
}

html {
  overflow-x: hidden;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #dfdfdf;
}

body input:required:valid,
body textarea:required:valid {
  color: #dfdfdf;
}

body {
  overflow-x: hidden;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.3;
  font-family: "Gilroy";
  color: #1a171b;
  opacity: 1;
  background: #cecece;
}

textarea:focus,
input:focus {
  outline: none;
}

a {
  outline: none;
  color: #1a171b;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #d8ff02;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 22px;
  color: #1a171b;
}

form input[type="text"],
form input[type="email"],
form textarea {
  border: none;
  display: inline-block;
  border: #ebebeb 1px solid;
  border-radius: 3px;
  padding: 5px 10px 0px;
}

.h2 {
  font-size: 30px;
  line-height: 24px;
  font-weight: 600;
}

.img-fluid {
  display: block;
  width: 100%;
  height: auto;
}

.accent {
  color: #d8ff02;
}

.right,
.right-in {
  float: right;
}

.left,
.left-in {
  float: left;
}

.btn {
  display: inline-block;
  background-color: #d8ff02;
  color: #1a171b;
  font-size: 0.75vw;
  line-height: 1.15;
  text-align: center;
  border-radius: 0;
  position: relative;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  width: 9.27vw;
  height: 2.60vw;
  font-weight: 900;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .btn {
    width: 36vw;
    height: 10vw;
    font-size: 2.7vw;
  }
}

.btn span {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn:hover,
.btn:active,
.btn:focus {
  color: #d8ff02;
  background-color: #1a171b;
}

.btn.btn-black {
  background-color: #1a171b;
  color: #d8ff02;
}

.btn.btn-black:hover,
.btn.btn-black:active,
.btn.btn-black:focus {
  color: #1a171b;
  background-color: #d8ff02;
}

.icon {
  overflow: hidden;
  background-image: url("../img/icons.png");
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.icon.search {
  width: 12px;
  height: 12px;
  background-position: 0px -10px;
}

.wrapper {
  width: 61.45vw;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .wrapper {
    width: 67.45vw;
  }
}

@media (max-width: 768px) {
  .wrapper {
    width: 84vw;
  }
}

.wrapper-big {
  width: 74vw;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .wrapper-big {
    width: 84vw;
  }
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
}

.header__logo {
  display: inline-block;
  width: 10.4vw;
  margin-top: 3.6vw;
}

@media (max-width: 768px) {
  .header__logo {
    width: 40vw;
  }
}

.header__logo img {
  width: 100%;
  height: auto;
}

.header__menu {
  display: block;
  float: right;
  margin-right: 3.9vw;
  padding-top: 5.55vw;
}

@media (max-width: 768px) {
  .header__menu {
    display: none;
  }
}

.header__menu li {
  display: inline-block;
  margin-left: 1.4vw;
  font-weight: 600;
  font-size: 0.9vw;
}

@media (max-width: 768px) {
  .header__menu li {
    display: block;
  }
}

.header__btn {
  float: right;
}

.header__burger-cont {
  width: 30px;
  display: none;
}

@media (max-width: 768px) {
  .header__burger-cont {
    display: inline-block;
  }
}

.header__right {
  float: right;
  width: 9.8vw;
  padding-top: 2.45vw;
}

@media (max-width: 768px) {
  .header__right {
    display: none;
  }
}

.header__right .phone {
  font-weight: 800;
  font-size: 0.78vw;
  line-height: 1.3;
  display: block;
}

.header__right .email {
  font-weight: 600;
  font-size: 0.75vw;
  line-height: 1;
  display: block;
}

.header__right .langs {
  visibility: hidden;
  background: #d8ff02;
  width: 4.94vw;
  padding-left: 0.1vw;
  margin-bottom: 1.1vw;
}

@media (max-width: 768px) {
  .header__right .langs {
    display: none;
  }
}

.header__right .langs a {
  font-weight: 700;
  font-size: 1vw;
  margin-right: 0.3vw;
}

.header__right .langs a:hover {
  color: #cecece;
}

.strich-1 {
  position: relative;
}

.strich-1:after {
  content: '';
  display: block;
  position: absolute;
  left: 0.15vw;
  top: -0.5vw;
  height: 0.1vw;
  width: 1.7vw;
  background-color: #191919;
}

.sale {
  width: 17.5vw;
  text-align: center;
}

@media (max-width: 768px) {
  .sale {
    width: 100%;
  }
}

.sale .desc {
  font-weight: 500;
  font-size: 0.8vw;
  line-height: 1.2;
  margin-bottom: 0.2vw;
}

@media (max-width: 768px) {
  .sale .desc {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 410px) {
  .sale .desc {
    font-size: 12px;
    line-height: 16px;
  }
}

.sale .line {
  height: 0.1vw;
  width: 98.5%;
  background: #1a171b;
  margin: 0 auto 0.9vw;
}

@media (max-width: 768px) {
  .sale .line {
    height: 2px;
    width: 100%;
    margin-bottom: 10px;
  }
}

.sale .time {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .sale .time {
    display: block;
  }
}

.sale .time div {
  display: inline-block;
  width: 3.125vw;
  height: 4vw;
}

@media (max-width: 768px) {
  .sale .time div {
    width: 20%;
    margin-right: 5%;
    text-align: center;
    height: auto;
    padding-top: 7px;
  }
}

@media (max-width: 768px) {
  .sale .time div:nth-child(4) {
    margin-right: 0;
  }
}

.sale .time div .num {
  font-weight: 900;
  font-size: 2.3vw;
  line-height: 1;
  height: 2vw;
}

@media (max-width: 768px) {
  .sale .time div .num {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 11vw;
    line-height: 0.4;
    height: auto;
  }
}

.sale .time div .text {
  font-weight: 700;
  font-size: 1vw;
  height: 1vw;
}

@media (max-width: 768px) {
  .sale .time div .text {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 4vw;
    height: auto;
  }
}

.section-top {
  position: relative;
  padding-top: 11.77vw;
}

@media (max-width: 768px) {
  .section-top {
    padding-top: 20vw;
    background-image: url(../img/top-phone.jpg);
    background-repeat: no-repeat;
    background-color: #d4d3d4;
    background-size: contain;
    background-position: 0 0vw;
  }
}

.section-top .line-1 {
  position: absolute;
  background-color: #d8ff02;
  height: 2.5vw;
  width: 41vw;
  z-index: 25;
  -webkit-transform: skewY(-52deg);
  transform: skewY(-52deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  top: -3.3vw;
  left: 0;
}

@media (max-width: 768px) {
  .section-top .line-1 {
    -webkit-transform: skewY(-62deg);
    transform: skewY(-62deg);
    height: 6vw;
    top: -6vw;
  }
}

.section-top .line-2 {
  position: absolute;
  background-color: #d8ff02;
  height: 2vw;
  width: 100%;
  z-index: 25;
  -webkit-transform: skewY(-23.4deg);
  transform: skewY(-23.4deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  top: 29.5vw;
  left: 0;
}

@media (max-width: 768px) {
  .section-top .line-2 {
    -webkit-transform: skewY(-23.4deg);
    transform: skewY(-23.4deg);
    height: 3vw;
    top: 51vw;
  }
}

.section-top .date {
  font-size: 0.95vw;
  font-weight: 700;
  position: relative;
  left: 0.3vw;
  margin-bottom: 0.5vw;
}

@media (max-width: 768px) {
  .section-top .date {
    font-size: 4vw;
    left: 0;
    margin-bottom: 3vw;
  }
}

.section-top .h1 {
  font-weight: 800;
  font-size: 4.47vw;
  line-height: 0.9;
  margin-top: 0;
  margin-bottom: 8.5vw;
}

@media (max-width: 768px) {
  .section-top .h1 {
    font-size: 7.4vw;
    margin-bottom: 6vw;
  }
}

.section-top .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .section-top .video {
    display: none;
  }
}

.section-top .video video {
  width: 100%;
}

.section-top .wrapper {
  position: relative;
  z-index: 50;
}

.section-top .section-desc {
  position: relative;
  z-index: 50;
  background-image: url(../img/bg-1.png);
  background-size: contain;
  height: 18.85vw;
  padding-top: 4.4vw;
}

@media (max-width: 768px) {
  .section-top .section-desc {
    background-size: 100% 100%;
    height: auto;
    background-image: url(../img/mob-1.jpg);
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .section-top .section-desc .wrapper-big {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 58px;
    padding-bottom: 50px;
  }
}

.section-top .section-desc .right {
  width: 25%;
}

@media (max-width: 768px) {
  .section-top .section-desc .right {
    float: none;
    width: 100%;
  }
}

.section-top .section-desc .right:nth-child(3) {
  text-align: right;
  padding-right: 2vw;
}

@media (max-width: 768px) {
  .section-top .section-desc .right:nth-child(3) {
    text-align: left;
  }
}

.section-top .section-desc p {
  color: #fff;
  font-weight: 500;
  font-size: 0.9vw;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .section-top .section-desc p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 15px;
  }
}

.section-top .section-desc p.accent {
  font-weight: 900;
  color: #d8ff02;
}

.section-top .sales-cont {
  margin-bottom: 3.8vw;
  margin-left: 7.25vw;
}

@media (max-width: 768px) {
  .section-top .sales-cont {
    margin-left: 0;
    margin-bottom: 19vw;
  }
}

.section-top .sales-cont .btns {
  margin-top: 1.6vw;
}

@media (max-width: 768px) {
  .section-top .sales-cont .btns {
    margin-top: 3vw;
  }
}

@media (max-width: 768px) {
  .section-top .sales-cont .btns .btn {
    float: right;
  }
}

.section-top .sales-cont .btns .btn-black {
  margin-right: 0.9vw;
}

@media (max-width: 768px) {
  .section-top .sales-cont .btns .btn-black {
    margin-right: 0.9vw;
    float: left;
  }
}

.lamp {
  position: absolute;
  z-index: 200;
}

.section-speakers {
  padding-top: 2.6vw;
  overflow-x: hidden;
  padding-top: 7.8vw;
  padding-bottom: 6vw;
  position: relative;
  top: -7.8vw;
  margin-bottom: -13vw;
}

@media (max-width: 768px) {
  .section-speakers {
    margin-bottom: -8vw;
    padding-top: 50px;
    background-color: #d4d3d4;
  }
}

@media (max-width: 410px) {
  .section-speakers {
    margin-top: -30px;
  }
}

.section-speakers .wrapper-big {
  position: relative;
}

@media (max-width: 768px) {
  .section-speakers .lamp {
    display: none;
  }
}

.section-speakers .lamp:nth-child(1) {
  right: -12vw;
  top: -8vw;
  width: 9.5vw;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.section-speakers .lamp:nth-child(2) {
  right: -19.3vw;
  width: 9.5vw;
  bottom: 5vw;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.section-speakers .lamp:nth-child(3) {
  width: 9.5vw;
  left: -7.3vw;
  bottom: -5.8vw;
}

.section-speakers .left,
.section-speakers .right {
  width: 50%;
  float: left;
}

@media (max-width: 768px) {
  .section-speakers .left,
  .section-speakers .right {
    float: none;
    width: 100%;
  }
}

.section-speakers .h2 {
  font-weight: 800;
  font-size: 4.48vw;
  line-height: 0.85;
  margin-bottom: 3vw;
}

@media (max-width: 768px) {
  .section-speakers .h2 {
    font-size: 32px;
    line-height: 27px;
    margin-bottom: 30px;
  }
}

.section-speakers .left .content {
  padding-right: 1vw;
}

@media (max-width: 768px) {
  .section-speakers .left .content {
    padding-right: 0;
  }
}

.section-speakers .left .speaker .head .right-in {
  padding-left: 0.6vw;
}

.section-speakers .left .speaker .left-in {
  width: 43.7%;
}

@media (max-width: 768px) {
  .section-speakers .left .speaker .left-in {
    width: 47%;
  }
}

.section-speakers .left .speaker .right-in {
  width: 56.3%;
}

@media (max-width: 768px) {
  .section-speakers .left .speaker .right-in {
    width: 53%;
  }
}

.section-speakers .speaker {
  position: relative;
  margin-bottom: 2.6vw;
}

@media (max-width: 768px) {
  .section-speakers .speaker {
    margin-bottom: 5vw;
  }
}

.section-speakers .speaker:first-child .head .right-in {
  font-size: 1.8vw;
}

@media (max-width: 768px) {
  .section-speakers .speaker:first-child .head .right-in {
    font-size: 18px !important;
  }
}

@media (max-width: 410px) {
  .section-speakers .speaker:first-child .head .right-in {
    font-size: 13px !important;
  }
}

.section-speakers .speaker .left-in {
  width: 42.7%;
}

@media (max-width: 768px) {
  .section-speakers .speaker .left-in {
    width: 47%;
  }
}

.section-speakers .speaker .right-in {
  width: 57.3%;
}

@media (max-width: 768px) {
  .section-speakers .speaker .right-in {
    width: 53%;
  }
}

.section-speakers .speaker .head {
  position: relative;
  margin-bottom: 0.5vw;
}

.section-speakers .speaker .head .left-in {
  font-weight: 400;
  font-size: 0.8vw;
  line-height: 1.3;
  position: absolute;
  float: none;
  bottom: 0;
}

@media (max-width: 768px) {
  .section-speakers .speaker .head .left-in {
    width: 47%;
    font-size: 13px;
    line-height: 15px;
  }
}

@media (max-width: 410px) {
  .section-speakers .speaker .head .left-in {
    line-height: 9px !important;
    font-size: 10px !important;
  }
}

.section-speakers .speaker .head .left-in strong {
  font-weight: 900;
}

.section-speakers .speaker .head .right-in {
  font-weight: 800;
  font-size: 2.13vw;
  line-height: 0.8;
  padding-left: 1.1vw;
}

@media (max-width: 768px) {
  .section-speakers .speaker .head .right-in {
    width: 53%;
    font-size: 20px !important;
    line-height: 15px;
    padding-left: 10px !important;
  }
}

@media (max-width: 410px) {
  .section-speakers .speaker .head .right-in {
    line-height: 11px;
    font-size: 16px !important;
    padding-left: 6px !important;
  }
}

.section-speakers .speaker .line {
  width: 100%;
  height: 0.3vw;
  background: #1a171b;
}

@media (max-width: 768px) {
  .section-speakers .speaker .line {
    height: 3px;
  }
}

.section-speakers .speaker .content img {
  display: block;
  width: 15.52vw;
  height: 15.52vw;
}

@media (max-width: 768px) {
  .section-speakers .speaker .content img {
    width: 100%;
    height: 40vw;
  }
}

.section-speakers .speaker .content .left-in {
  border-right: solid #1a171b 0.3vw;
}

@media (max-width: 768px) {
  .section-speakers .speaker .content .left-in {
    border-right-width: 3px;
  }
}

.section-speakers .speaker .content .theme {
  background: #1a171b;
  color: #d8ff02;
  padding-left: 1.1vw;
  font-size: 1vw;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 0.2vw;
}

@media (max-width: 768px) {
  .section-speakers .speaker .content .theme {
    font-size: 10px;
    line-height: 14px;
    padding-left: 11px;
  }
}

@media (max-width: 410px) {
  .section-speakers .speaker .content .theme {
    padding-left: 7px;
    font-size: 9px;
    line-height: 13px;
  }
}

.section-speakers .speaker .content .theme-desc {
  padding-left: 1.1vw;
  font-weight: 900;
  font-size: 0.95vw;
  line-height: 1.12;
  text-indent: -0.6vw;
  padding: 1vw 0 1vw 1.1vw;
}

@media (max-width: 768px) {
  .section-speakers .speaker .content .theme-desc {
    font-size: 14px;
    line-height: 1;
    padding-left: 10px;
    text-indent: -8px;
  }
}

@media (max-width: 410px) {
  .section-speakers .speaker .content .theme-desc {
    font-size: 10px;
    line-height: 8px;
    text-indent: -6px;
    padding-left: 8px;
  }
}

.section-speakers .speaker .content .about {
  position: absolute;
  bottom: 16px;
  padding-left: 1.1vw;
  font-weight: 400;
  font-size: 0.9vw;
  line-height: 1.3;
  padding-right: 0.5vw;
}

@media (max-width: 768px) {
  .section-speakers .speaker .content .about {
    font-size: 12px;
    line-height: 14px;
    bottom: 8px;
    padding-left: 10px;
    padding-right: 0;
  }
}

@media (max-width: 425px) {
  .section-speakers .speaker .content .about {
    font-size: 9px;
    line-height: 10px;
    padding-left: 8px;
    bottom: 6px;
  }
}

.section-speakers .speaker .content .about strong {
  font-weight: 900;
}

.section-speakers .speaker .content .about .details {
  margin-top: 0.8vw;
  font-weight: 900;
  margin-bottom: 1.2vw;
  display: block;
  text-decoration: underline;
}

.section-why {
  background-image: url(../img/hand.jpg);
  background-repeat: no-repeat;
  background-size: 36.25vw 49vw;
  background-position: 19vw bottom;
  padding-bottom: 10vw;
  margin-bottom: 8vw;
}

@media (max-width: 768px) {
  .section-why {
    background: #d4d3d4;
    background-size: 80.25vw 117vw;
    background-position: 29vw bottom;
  }
}

@media (max-width: 768px) {
  .section-why .bg-count {
    background-image: url(../img/mob-2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 30px;
    margin-top: 0;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
  }
}

@media (max-width: 410px) {
  .section-why .bg-count {
    margin-top: 0px;
  }
}

.section-why .bg-count .wrapper {
  padding-top: 0;
  margin-top: 0;
}

.section-why .wrapper {
  position: relative;
}

.section-why .lamp {
  position: absolute;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: 9.5vw;
  left: -23.3vw;
  top: 14.8vw;
}

@media (max-width: 768px) {
  .section-why .lamp {
    display: none;
  }
}

.section-why .left {
  width: 38%;
}

@media (max-width: 768px) {
  .section-why .left {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

.section-why .right {
  width: 62%;
}

@media (max-width: 768px) {
  .section-why .right {
    float: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .section-why .right .left-in {
    float: none !important;
    width: 100%;
  }
}

.section-why .right .left-in:nth-child(2) .punkt {
  margin-right: 1.5vw;
}

@media (max-width: 768px) {
  .section-why .right .left-in:nth-child(2) .punkt {
    margin-right: 0;
  }
}

.section-why .sales-cont {
  margin-bottom: 2.5vw;
  position: relative;
  left: 1.4vw;
}

@media (max-width: 768px) {
  .section-why .sales-cont {
    left: 0;
  }
}

.section-why .sales-cont .sale {
  margin: 0 auto;
}

.section-why .h2 {
  text-transform: uppercase;
  font-size: 4.9vw;
  line-height: 0.98;
  height: 25.1vw;
  margin: 0;
}

@media (max-width: 768px) {
  .section-why .h2 {
    font-size: 11vw;
    height: auto;
    margin-bottom: 34px;
  }
}

.section-why .h2 span {
  display: block;
  width: 100%;
}

.section-why .h2 span:nth-child(1) {
  font-weight: 100;
}

.section-why .h2 span:nth-child(2) {
  font-weight: 800;
}

.section-why .h2 span:nth-child(3) {
  font-weight: 600;
}

.section-why .h2 span:nth-child(4) {
  font-weight: normal !important;
}

.section-why .punkt {
  height: 8.3vw;
}

@media (max-width: 768px) {
  .section-why .punkt {
    height: auto;
    margin-bottom: 5px;
  }
}

@media (max-width: 380px) {
  .section-why .punkt {
    margin-bottom: 0;
  }
}

.section-why .punkt .head {
  margin-bottom: 0.3vw;
}

.section-why .punkt .head .line {
  display: inline-block;
  background: #1a171b;
  margin-right: 1vw;
}

.section-why .punkt .head .line:first-child {
  height: 0.83vw;
  width: 2.81vw;
  margin-left: 0.1vw;
}

@media (max-width: 768px) {
  .section-why .punkt .head .line:first-child {
    width: 17%;
    margin-left: 0;
    height: 15px;
  }
}

.section-why .punkt .head .line:last-child {
  height: 0.16vw;
  width: 6.77vw;
  min-height: 2px;
}

@media (max-width: 768px) {
  .section-why .punkt .head .line:last-child {
    width: 75%;
    height: 2px;
    float: right;
    margin-top: 13px;
  }
}

@media (max-width: 768px) {
  .section-why .punkt .content {
    position: relative;
  }
}

.section-why .punkt .content .num {
  font-weight: 800;
  font-size: 6vw;
  float: left;
  width: 3.5vw;
  line-height: 1;
  height: 3vw;
}

@media (max-width: 768px) {
  .section-why .punkt .content .num {
    width: 100%;
    font-size: 114px;
    line-height: 120px;
    height: auto;
    float: none;
  }
}

@media (max-width: 380px) {
  .section-why .punkt .content .num {
    font-size: 90px;
  }
}

.section-why .punkt .content .text {
  font-weight: 500;
  font-size: 0.9vw;
  line-height: 1.5;
  padding-top: 0.2vw;
  padding-left: 4.1vw;
}

@media (max-width: 768px) {
  .section-why .punkt .content .text {
    float: none;
    width: 76%;
    padding-left: 0;
    position: absolute;
    right: 0;
    bottom: 25px;
    padding-top: 0;
    font-size: 16px;
    line-height: 1;
  }
}

@media (max-width: 380px) {
  .section-why .punkt .content .text {
    font-size: 14px;
    bottom: 32px;
  }
}

.section-calendar {
  background-image: url(../img/bg-2.png);
  background-position: 0 0;
  background-size: 100vw auto;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 8.5vw;
  margin-top: -11vw;
  padding-top: 2.6vw;
  overflow-x: hidden;
  padding-top: 7.8vw;
  padding-bottom: 6vw;
  position: relative;
  top: -7.8vw;
  margin-bottom: -13vw;
  float: none;
  display: block;
}

@media (max-width: 768px) {
  .section-calendar {
    background-size: 100% 100%;
    padding-top: 15vw;
    padding-bottom: 50px;
    margin-top: -62px;
    position: relative;
    top: -0px;
    background-image: url(../img/mob-3.jpg);
    margin-bottom: 0;
  }
}

.section-calendar .wrapper {
  position: relative;
}

@media (max-width: 768px) {
  .section-calendar .lamp {
    display: none;
  }
}

.section-calendar .lamp:nth-child(1) {
  position: absolute;
  width: 9.5vw;
  top: -7.2vw;
  right: -10vw;
}

.section-calendar .lamp:nth-child(2) {
  position: absolute;
  width: 5.5vw;
  top: 8.8vw;
  right: -21vw;
  -webkit-transform: rotate(-41deg);
  transform: rotate(-41deg);
}

.section-calendar .h2 {
  display: inline-block;
  margin: 0;
  font-weight: 800;
  font-size: 4.48vw;
  margin-right: 10.7vw;
  width: 35.35vw;
  vertical-align: top;
  height: 5vw;
  line-height: 0.6;
}

@media (max-width: 768px) {
  .section-calendar .h2 {
    display: block;
    font-size: 15vw;
    height: auto;
    margin-bottom: 30px;
  }
}

.section-calendar .punkt {
  vertical-align: top;
  display: inline-block;
  width: 11.3vw;
  height: 5.5vw;
}

@media (max-width: 768px) {
  .section-calendar .punkt {
    height: auto;
    width: 32%;
  }
}

.section-calendar .punkt .time {
  font-weight: 600;
  font-size: 2.75vw;
  line-height: 0.9;
  position: relative;
  left: -0.4vw;
  padding-bottom: 0.2vw;
}

@media (max-width: 768px) {
  .section-calendar .punkt .time {
    font-size: 9vw;
  }
}

.section-calendar .punkt .name {
  font-weight: 900;
  font-size: 0.95vw;
  line-height: 1.05;
  padding-bottom: 0.1vw;
}

@media (max-width: 768px) {
  .section-calendar .punkt .name {
    font-size: 2.8vw;
  }
}

.section-calendar .punkt .name span {
  font-weight: 500;
  margin-bottom: 0.2vw;
}

.section-calendar .punkt .desc {
  font-weight: 500;
  font-size: 0.8vw;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .section-calendar .punkt .desc {
    font-size: 2.2vw;
  }
}

.section-calendar .punkt .desc.indent {
  text-indent: -0.4vw;
}

.section-calendar .punkt .desc strong {
  font-weight: 900;
}

.section-calendar .punkt.first {
  position: relative;
  top: -0.5vw;
}

@media (max-width: 768px) {
  .section-calendar .punkt.first {
    display: none;
  }
}

.section-calendar .punkt.first .name {
  font-weight: 900;
  font-size: 0.8vw;
}

.section-calendar .line {
  width: 57.9vw;
  background-color: #1a171b;
  height: 3px;
}

@media (max-width: 768px) {
  .section-calendar .line {
    width: 100%;
  }
}

.section-calendar .row-row {
  padding-top: 0.7vw;
  height: 9vw;
}

@media (max-width: 768px) {
  .section-calendar .row-row {
    padding-top: 10px;
    height: auto;
    padding-bottom: 10px;
  }
}

.section-calendar .row-row:nth-child(8) {
  margin-bottom: 1.5vw;
}

.section-prices {
  background-image: url(../img/bg-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 8vw;
  margin-top: -2vw;
  padding-bottom: 10vw;
}

@media (max-width: 768px) {
  .section-prices {
    background-image: url(../img/bg-4-a.jpg);
    padding-top: 30px;
    background-size: 100% 100%;
    margin-top: -0px;
    padding-bottom: 70px;
    margin-bottom: 0vw;
  }
}

.section-prices .wrapper {
  position: relative;
}

@media (max-width: 768px) {
  .section-prices .lamp {
    display: none;
  }
}

.section-prices .lamp:nth-child(1) {
  position: absolute;
  width: 6.5vw;
  top: 1.2vw;
  left: -15vw;
}

.section-prices .lamp:nth-child(2) {
  position: absolute;
  width: 9.5vw;
  bottom: 10.8vw;
  right: -11vw;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.section-prices .btn-cont {
  text-align: left;
  margin-bottom: 2.5vw;
  margin-top: -2.5vw;
  position: relative;
  left: 49.5%;
}

@media (max-width: 768px) {
  .section-prices .btn-cont {
    text-align: left;
    left: 0;
    margin-top: 0;
  }
}

.section-prices .btn-cont .btn-black {
  margin-right: 2vw;
}

.section-prices .desc-special {
  left: 30.5%;
  display: inline-block;
}

.section-prices .entity {
  float: left;
}

.section-prices .desc-cont {
  text-align: left;
  position: relative;
}

@media (max-width: 768px) {
  .section-prices .desc-cont {
    text-align: left;
    left: 0;
  }
}

.section-prices .desc-cont .desc {
  font-weight: 500;
  font-size: 1.05vw;
}

@media (max-width: 768px) {
  .section-prices .desc-cont .desc {
    font-size: 3vw;
    line-height: 1;
    margin-bottom: 3vw;
  }
}

.section-prices .desc-cont .desc .phone {
  text-decoration: none;
}

.section-prices .desc-cont .desc a {
  font-weight: 900;
  text-decoration: underline;
}

.section-prices .desc-cont .desc a:hover {
  text-decoration: none;
  color: #1a171b;
}

.section-prices .h2 {
  font-weight: 800;
  font-size: 4.47vw;
  margin-bottom: 4.5vw;
}

@media (max-width: 768px) {
  .section-prices .h2 {
    font-size: 10vw;
    margin-bottom: 30px;
  }
}

.section-prices .price {
  display: inline-block;
  width: 25vw;
  margin-right: 5vw;
  margin-bottom: 2vw;
  vertical-align: top;
  position: relative;
}

@media (max-width: 768px) {
  .section-prices .price {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}

.section-prices .price:nth-child(4) .num {
  font-weight: 500;
}

.section-prices .price:nth-child(5) .num {
  font-weight: 700;
}

.section-prices .price:nth-child(6) .desc {
  font-weight: 900;
}

.section-prices .price:nth-child(7) .desc {
  font-weight: 900;
}

.section-prices .price .right {
  width: 12.5vw;
  padding-top: 2.8vw;
}

@media (max-width: 768px) {
  .section-prices .price .right {
    width: 50%;
  }
}

.section-prices .price .right p {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 1vw;
  line-height: 1;
  height: 1vw;
}

@media (max-width: 768px) {
  .section-prices .price .right p {
    font-size: 3vw;
  }
}

.section-prices .price .right p:nth-child(2) {
  margin-top: 0.8vw;
  margin-bottom: 0.25vw;
}

@media (max-width: 768px) {
  .section-prices .price .right p:nth-child(2) {
    margin-top: 3.3vw;
    margin-bottom: 3.2vw;
  }
}

.section-prices .price .right p strong {
  font-weight: 900;
}

.section-prices .price .left {
  width: 12.4vw;
}

@media (max-width: 768px) {
  .section-prices .price .left {
    width: 50%;
  }
}

.section-prices .price .euro {
  text-align: center;
  font-size: 0.8vw;
  height: 0.8vw;
  font-weight: 500;
  line-height: 1;
  visibility: hidden;
}

.section-prices .price .desc {
  margin: 0;
  font-size: 1vw;
  line-height: 1;
  height: 1vw;
  font-weight: 500;
  margin-bottom: 0.9vw;
}

@media (max-width: 768px) {
  .section-prices .price .desc {
    font-size: 3vw;
    height: auto;
    padding-left: 2vw;
    margin-bottom: 2.2vw;
  }
}

.section-prices .price .num {
  font-size: 4.48vw;
  font-weight: 900;
  height: 4.4vw;
  line-height: 1;
  margin: 0;
}

@media (max-width: 768px) {
  .section-prices .price .num {
    margin-top: -1.2vw;
    font-size: 15vw;
    height: auto;
    line-height: 0.8;
  }
}

.section-prices .price .line {
  background-color: #1a171b;
  height: 0.364vw;
  width: 100%;
}

@media (max-width: 768px) {
  .section-prices .price .line {
    height: 4px;
  }
}

.section-prices .price .content {
  font-size: 1.1vw;
  line-height: 1.5;
  font-weight: 500;
  padding-top: 2vw;
}

@media (max-width: 768px) {
  .section-prices .price .content {
    font-size: 3vw;
    padding-top: 3vw;
  }
}

.section-prices .price .content ul {
  margin: 0;
  padding: 0;
}

.section-teleg {
  padding-bottom: 3vw;
  background-image: url(../img/hand-2.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 18vw 100%;
}

@media (max-width: 768px) {
  .section-teleg {
    background-image: none;
    margin-top: 50px;
    background-color: #d4d3d4;
    padding-top: 0;
    margin-top: 0;
  }
}

.section-teleg .wrapper {
  position: relative;
}

@media (max-width: 768px) {
  .section-teleg .lamp {
    display: none;
  }
}

.section-teleg .lamp:nth-child(1) {
  position: absolute;
  width: 10.5vw;
  top: -2.8vw;
  left: -18.3vw;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.section-teleg .lamp:nth-child(2) {
  position: absolute;
  width: 9.5vw;
  top: 15.2vw;
  left: -23.3vw;
  -webkit-transform: scale(-1, 1) rotate(16deg);
  transform: scale(-1, 1) rotate(16deg);
}

.section-teleg .h2 {
  font-weight: 900;
  font-size: 4.5vw;
  line-height: 0.9;
  margin-bottom: 1.8vw;
}

@media (max-width: 768px) {
  .section-teleg .h2 {
    font-size: 9.4vw;
    position: relative;
    top: -5vw;
    padding-top: 20px;
    margin-top: 0;
  }
}

.section-teleg ul li {
  font-size: 1vw;
  line-height: 1.3;
  font-weight: 500;
}

@media (max-width: 768px) {
  .section-teleg ul li {
    font-size: 2.8vw;
  }
}

.section-teleg .teleg-cont {
  text-align: center;
  position: relative;
  top: -6.7vw;
  margin-bottom: -2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24vw;
}

@media (max-width: 768px) {
  .section-teleg .teleg-cont {
    margin-left: 4vw;
    text-align: right;
    position: static;
    margin-bottom: 3vw;
    margin-top: 3vw;
  }
}

.section-teleg .teleg-cont a:not(:last-child) {
  margin-right: 2vw;
}

@media (max-width: 768px) {
  .section-teleg .teleg-cont a:not(:last-child) {
    margin-right: 5vw;
  }
}

.section-teleg .teleg-cont img {
  width: 6.5vw;
  -webkit-transition: -webkit-transform 300ms ease, -webkit-filter 200ms ease;
  transition: -webkit-transform 300ms ease, -webkit-filter 200ms ease;
  transition: transform 300ms ease, filter 200ms ease;
  transition: transform 300ms ease, filter 200ms ease, -webkit-transform 300ms ease, -webkit-filter 200ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 768px) {
  .section-teleg .teleg-cont img {
    width: 15vw;
  }
}

.section-teleg .teleg-cont .msg-icon {
  width: 7vw;
}

@media (max-width: 768px) {
  .section-teleg .teleg-cont .msg-icon {
    width: 16vw;
  }
}

.section-teleg .teleg-cont img:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
}

@media (max-width: 768px) {
  .section-teleg .teleg-cont img:hover {
    -webkit-transform: none;
    transform: none;
    -webkit-filter: none;
    filter: none;
  }
}

.section-teleg .who-make {
  text-align: left;
}

@media (max-width: 768px) {
  .section-teleg .who-make {
    margin-top: 2vw;
  }
}

.section-teleg .who-make .who-cont {
  padding-top: 0.5vw;
}

.section-teleg .who-make .who-cont .diez {
  width: 100px;
  display: inline-block;
  position: relative;
}

@media (max-width: 768px) {
  .section-teleg .who-make .who-cont .diez {
    width: 75px;
  }
}

.section-teleg .who-make .who-cont .diez img {
  width: 100%;
  height: auto;
}

.section-teleg .who-make .who-cont .locals {
  width: 62px;
  display: inline-block;
  position: relative;
}

@media (max-width: 768px) {
  .section-teleg .who-make .who-cont .locals {
    width: 48px;
  }
}

.section-teleg .who-make .who-cont .locals img {
  width: 100%;
  height: auto;
}

.section-teleg .who-make .who-cont .afisha {
  width: 100px;
}

@media (max-width: 768px) {
  .section-teleg .who-make .who-cont .afisha {
    width: 77px;
  }
}

.section-teleg .who-make .who-cont .i-ticket {
  height: 37px;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .section-teleg .who-make .who-cont .i-ticket {
    height: 27px;
    margin-top: 6px;
  }
}

.section-teleg .who-make .who-cont .festmd {
  height: 26px;
  margin-top: 18px;
}

@media (max-width: 768px) {
  .section-teleg .who-make .who-cont .festmd {
    height: 16px;
    margin-top: 12px;
  }
}

.section-teleg .who-make .who-cont .ea {
  height: 42px;
}

@media (max-width: 768px) {
  .section-teleg .who-make .who-cont .ea {
    height: 35px;
  }
}

.section-teleg .who-make .who-cont img.zugo {
  width: 107px;
  height: auto;
}

@media (max-width: 768px) {
  .section-teleg .who-make .who-cont img.zugo {
    width: 74px;
    margin-top: -2px;
  }
}

.section-teleg .who-make .who-cont .noi {
  height: 36px;
}

@media (max-width: 768px) {
  .section-teleg .who-make .who-cont .noi {
    height: 30px;
  }
}

.section-teleg .who-make .who-cont .agora {
  width: 114px;
  height: auto;
}

@media (max-width: 768px) {
  .section-teleg .who-make .who-cont .agora {
    width: 80px;
  }
}

.section-teleg .who-make .who-cont .bc {
  width: 123px;
  height: auto;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .section-teleg .who-make .who-cont .bc {
    width: 78px;
  }
}

.section-teleg .who-make .who-cont .bizz {
  width: 90px;
  height: auto;
}

@media (max-width: 768px) {
  .section-teleg .who-make .who-cont .bizz {
    width: 66px;
  }
}

.section-teleg .who-make .who-cont .tendseter {
  width: 80px;
  height: auto;
}

@media (max-width: 768px) {
  .section-teleg .who-make .who-cont .tendseter {
    width: 58px;
  }
}

.section-teleg .who-make .who-cont .gis {
  width: 93px;
  height: auto;
}

@media (max-width: 768px) {
  .section-teleg .who-make .who-cont .gis {
    width: 100px;
  }
}

.section-teleg .who-make .who-cont .paynet {
  height: 30px;
  margin-top: 1.3vw;
}

@media (max-width: 1080px) {
  .section-teleg .who-make .who-cont .paynet {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .section-teleg .who-make .who-cont .paynet {
    height: 22px;
  }
}

.section-teleg .who-make .who-cont:last-child {
  position: relative;
  left: -1px;
}

.section-teleg .who-make .h3 {
  font-weight: 900;
  font-size: 1.95vw;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5vw;
}

@media (max-width: 768px) {
  .section-teleg .who-make .h3 {
    font-size: 6.8vw;
  }
}

.section-teleg .who-make .h3.mb {
  margin-bottom: -0px;
}

.section-teleg .who-make img,
.section-teleg .who-make svg {
  display: inline-block;
  height: 62px;
  margin-top: 0px;
  vertical-align: top;
}

@media (max-width: 768px) {
  .section-teleg .who-make img,
  .section-teleg .who-make svg {
    height: 40px;
  }
}

.section-teleg .who-make img.img-2,
.section-teleg .who-make svg.img-2 {
  height: 22px;
  margin-top: 18px;
}

@media (max-width: 768px) {
  .section-teleg .who-make img.img-2,
  .section-teleg .who-make svg.img-2 {
    height: 10px;
    margin-top: 16px;
  }
}

.section-teleg .who-make .divider {
  display: inline-block;
  margin: 21px 17px 0 22px;
  height: 20px;
  width: 2px;
  background-color: #1a171b;
  vertical-align: top;
  position: relative;
}

@media (max-width: 768px) {
  .section-teleg .who-make .divider {
    height: 11px;
    margin: 16px 10px 0 10px;
  }
}

.section-teleg .who-make .divider.divider-2 {
  margin: 1px 14px 0 15px;
  top: 2px;
}

@media (max-width: 768px) {
  .section-teleg .who-make .divider.divider-2 {
    top: 0;
    margin: 1px 14px 0 15px;
  }
}

.section-teleg .who-make .line {
  height: 2px;
  width: 21.6vw;
  background: #1a171b;
  display: inline-block;
  margin: 1.5vw 0 1.5vw;
}

@media (max-width: 768px) {
  .section-teleg .who-make .line {
    width: 100%;
  }
}

.section-teleg .who-make .line.mb {
  margin-bottom: 12px;
}

.section-teleg .who-make .btn-cont {
  margin-top: 20px;
  margin-bottom: 15px;
}

.section-teleg .who-make div {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .section-teleg .who-make div {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .section-teleg .who-make .btn {
    line-height: 0.75;
    font-weight: 700;
    font-size: 12px;
  }
}

.section-partners {
  background: #d8ff02;
  text-align: center;
  padding-top: 2.7vw;
  padding-bottom: 2.7vw;
}

@media (max-width: 768px) {
  .section-partners {
    padding-top: 3.7vw;
    padding-bottom: 3.7vw;
    text-align: left;
  }
}

.section-partners .h2 {
  font-weight: 900;
  font-size: 1.95vw;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5vw;
}

@media (max-width: 768px) {
  .section-partners .h2 {
    font-size: 6.8vw;
  }
}

.section-partners .h2-desc {
  font-weight: 900;
  font-size: 1.2vw;
  line-height: 1;
  margin-bottom: 2vw;
}

@media (max-width: 768px) {
  .section-partners .h2-desc {
    font-size: 14px;
    margin-bottom: 3vw;
  }
}

.section-partners .parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .section-partners .parts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 1.7vw;
  }
}

.section-partners .parts .part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.3vw;
  height: 2vw;
  margin-bottom: 2vw;
}

@media (max-width: 768px) {
  .section-partners .parts .part {
    height: 28px;
    margin-bottom: 4vw;
  }
}

.section-partners .parts .part .zentrum {
  height: 70%;
}

.section-partners .parts .part .envybox {
  height: 88%;
}

.section-partners .parts .part .smm-planner {
  width: 90px;
  height: auto;
}

@media (max-width: 768px) {
  .section-partners .parts .part .smm-planner {
    width: 95px;
  }
}

.section-partners .parts .part .mico {
  position: relative;
  top: -3px;
  height: 150%;
}

@media (max-width: 768px) {
  .section-partners .parts .part .mico {
    height: 150%;
  }
}

.section-partners .parts .part img {
  height: 93%;
  width: auto;
}

.section-partners .parts .part img.img-2 {
  height: 1.5vw;
}

.section-partners .parts .part:not(:last-child) {
  margin-right: 20px;
}

.section-partners .btn-cont {
  margin-top: 3px;
}

@media (max-width: 768px) {
  .section-partners .btn-cont {
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
  }
}

@media (min-width: 2636px) {
  .section-partners .parts .part img {
    height: 100%;
  }
}

.footer {
  background-color: #1a171b;
  padding: 1.6vw 0 1.2vw;
  font-size: 0.8vw;
  line-height: 1.6;
  font-weight: 500;
  color: #cecece;
}

@media (max-width: 768px) {
  .footer {
    font-size: 11px;
    line-height: 1.2;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.footer a {
  color: #cecece;
}

@media (max-width: 768px) {
  .footer a span {
    color: #d8ff02;
  }
}

.footer .line {
  width: 100%;
  height: 1px;
  background: #d8ff02;
  margin-bottom: 5px;
  margin-top: 3px;
}

@media (max-width: 768px) {
  .footer .left,
  .footer .right {
    float: none;
  }
}

.footer .socials {
  position: absolute;
  left: 50%;
  top: 26%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 768px) {
  .footer .socials {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    text-align: left;
  }
}

.footer .socials .name {
  font-weight: 900;
  font-size: 1vw;
  color: #fff;
}

@media (max-width: 768px) {
  .footer .socials .name {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .footer .socials .socs {
    display: inline-block;
  }
}

.footer .socials .socs a {
  color: #fff;
  margin: 0 0.7vw;
  font-size: 1.2vw;
}

@media (max-width: 768px) {
  .footer .socials .socs a {
    font-size: 14px;
    display: inline-block;
    margin: 0 8px;
  }
}

.footer .wrapper {
  position: relative;
}

.lamps {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  #popup_stream {
    width: 100vw;
  }
}

#popup_stream .popup_content {
  width: 612px;
}

@media (max-width: 768px) {
  #popup_stream .popup_content {
    width: auto;
  }
}

#popup_stream .form-prices {
  text-align: left;
}

@media (max-width: 768px) {
  #popup_stream .popup_name {
    font-size: 27px;
  }
}

#popup_thanks .popup_content {
  width: 780px;
  padding-left: 50px;
  padding-right: 30px;
  padding-top: 120px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  #popup_thanks .popup_content {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

#popup_thanks .popup_name {
  font-size: 60px;
  line-height: 54px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #popup_thanks .popup_name {
    font-size: 30px;
    line-height: 30px;
  }
}

#popup_thanks .name-desc {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
}

@media (max-width: 768px) {
  #popup_thanks .name-desc {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  #popup_map {
    padding-left: 12px;
    padding-right: 12px;
    width: 320px;
    padding-bottom: 40px;
  }
}

#popup_map .legend {
  margin-top: 50px;
}

@media (max-width: 768px) {
  #popup_map .legend {
    margin-top: 30px;
  }
}

#popup_map .legend .row_scheme .platz {
  float: left !important;
  margin-right: 16px !important;
}

@media (max-width: 768px) {
  #popup_map .legend .row_scheme .platz {
    margin-right: 8px !important;
  }
}

#popup_map .legend .row_scheme .platz-desc {
  color: #d8ff02;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  vertical-align: top;
  display: inline-block;
  position: relative;
  top: 11px;
}

@media (max-width: 768px) {
  #popup_map .legend .row_scheme .platz-desc {
    font-size: 11px;
    top: 3px;
  }
}

#popup_map .right .legend {
  padding-left: 12px;
}

@media (max-width: 768px) {
  #popup_map .right .legend {
    padding-left: 4px;
  }
}

#popup_map .popup_content {
  width: 605px;
  padding-top: 20px;
}

@media (max-width: 768px) {
  #popup_map .popup_content {
    width: auto;
  }
}

#popup_map .left,
#popup_map .right {
  width: 49%;
}

#popup_map .row_scheme:after {
  content: '';
  display: block;
  clear: both;
}

#popup_map .row_scheme .platz {
  display: inline-block;
  margin: 10px 4px 0;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  border: 1px solid #fff;
  float: left;
}

@media (max-width: 768px) {
  #popup_map .row_scheme .platz {
    width: 8px;
    height: 8px;
    margin: 5px 2px 0;
    border-radius: 3px;
  }
}

#popup_map .row_scheme .platz:first-child {
  margin-left: 0;
}

#popup_map .row_scheme .platz:last-child {
  margin-right: 0;
}

#popup_map .row_scheme.yellow .platz {
  background-color: #d8ff02;
  border-color: #d8ff02;
}

#popup_map .row_scheme.gray .platz {
  background-color: #737272;
  border-color: #737272;
}

#popup_map .row_scheme.red .platz {
  background-color: #ae0000;
  border-color: #ae0000;
}

#popup_map .right .row_scheme .platz {
  float: right;
}

#popup_map .right .row_scheme .platz:first-child {
  margin-right: 0;
  margin-left: 4px;
}

@media (max-width: 768px) {
  #popup_map .right .row_scheme .platz:first-child {
    margin-left: 2px;
  }
}

#popup_map .right .row_scheme .platz:last-child {
  margin-left: 0;
  margin-right: 4px;
}

@media (max-width: 768px) {
  #popup_map .right .row_scheme .platz:last-child {
    margin-right: 2px;
  }
}

#popup_partner,
#popup_special {
  padding-right: 300px;
  padding-top: 100px;
}

@media (max-width: 768px) {
  #popup_partner,
  #popup_special {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#popup_partner .popup_content,
#popup_special .popup_content {
  width: 512px;
}

@media (max-width: 768px) {
  #popup_partner .popup_content,
  #popup_special .popup_content {
    width: auto;
  }
}

#popup_partner .popup_name,
#popup_special .popup_name {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 26px;
  font-weight: 900;
  margin-bottom: 0;
}

#popup_partner .popu-desc,
#popup_special .popu-desc {
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  #popup_partner .popu-desc,
  #popup_special .popu-desc {
    margin-bottom: 50px;
  }
}

#popup_partner input[type="submit"],
#popup_special input[type="submit"] {
  margin-top: 40px;
  padding: 13px 37px;
  background-color: #d8ff02;
}

#popup_partner input[type="submit"]:hover,
#popup_special input[type="submit"]:hover {
  background-color: transparent;
  color: #d8ff02;
}

.popup_wrap {
  background-color: #1a171b;
  color: #f0f0f0;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 62px;
  padding-bottom: 75px;
  display: none;
}

@media (max-width: 768px) {
  .popup_wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    width: 100vw;
  }
}

.popup_wrap .scene {
  background: #fff;
  width: 350px;
  height: 12px;
  margin: 0 auto 15px;
}

@media (max-width: 768px) {
  .popup_wrap .scene {
    width: 260px;
  }
}

.popup_wrap .scene-desc {
  color: #d8ff02;
  margin-bottom: 120px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .popup_wrap .scene-desc {
    margin-bottom: 40px;
  }
}

.popup_wrap .paytype-desc {
  color: #d8ff02;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  margin: 34px 0;
}

@media (max-width: 768px) {
  .popup_wrap .paytype-desc {
    margin-bottom: 10px;
  }
}

.popup_wrap .submit-desc {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: -10px;
}

@media (max-width: 768px) {
  .popup_wrap .submit-desc {
    margin-top: auto;
    width: 130px;
    font-size: 10px;
    line-height: 13px;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .popup_wrap .submit-desc .accent {
    display: block;
  }
}

.popup_wrap .paytypes {
  margin-bottom: 33px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -20px;
}

@media (max-width: 768px) {
  .popup_wrap .paytypes {
    margin-right: 0;
    margin-bottom: 2.87vw;
    text-align: center;
    margin-right: -2vw;
  }
}

.popup_wrap .paytypes.last {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .popup_wrap .paytypes.last {
    margin-bottom: 36px;
  }
}

.popup_wrap .paytypes:after {
  content: '';
  display: block;
  clear: both;
}

.popup_wrap .paytypes div {
  background: #fff;
  height: 60px;
  float: left;
  cursor: pointer;
  margin-right: 0;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .popup_wrap .paytypes div {
    height: 9.61vw;
  }
}

.popup_wrap .paytypes div:nth-child(1) {
  width: 158px;
}

@media (max-width: 768px) {
  .popup_wrap .paytypes div:nth-child(1) {
    width: 23vw;
  }
}

.popup_wrap .paytypes div:nth-child(2) {
  width: 226px;
}

@media (max-width: 768px) {
  .popup_wrap .paytypes div:nth-child(2) {
    width: 33vw;
  }
}

.popup_wrap .paytypes div:nth-child(3) {
  width: 180px;
  margin-right: 0;
}

@media (max-width: 768px) {
  .popup_wrap .paytypes div:nth-child(3) {
    width: 27vw;
  }
}

.popup_wrap .paytypes div img {
  max-height: 70%;
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup_wrap .paytypes div img.yandex {
  max-height: 100%;
  width: 100%;
}

.popup_wrap .paytypes div img.visa {
  max-width: 90%;
  max-height: 90%;
}

.popup_wrap .paytypes div img.qiwi {
  max-width: 100%;
  max-height: 100%;
}

.popup_wrap .popup_ticket_err {
  position: relative;
  color: red;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: -30px;
  visibility: hidden;
}

.popup_wrap .popup_ticket_err.active {
  visibility: visible;
}

.popup_wrap input[type="submit"] {
  background-color: #d8ff02;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0;
  color: #1a171b;
  border: none;
  font-size: 21px;
  line-height: 25px;
  font-weight: bold;
  padding: 13px 26px 12px;
}

@media (max-width: 768px) {
  .popup_wrap input[type="submit"] {
    font-size: 21px;
    padding: 9px 16px;
  }
}

.popup_wrap input[type="submit"].buy {
  width: 226px;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  font-size: 24px;
}

@media (max-width: 768px) {
  .popup_wrap input[type="submit"].buy {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 49px;
    width: auto;
    line-height: 49px;
  }
}

.popup_wrap input[type="submit"]:hover {
  background: #1a171b;
  color: #d8ff02;
}

@media (max-width: 768px) {
  .popup_wrap .cont-fl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .popup_wrap .cont-fl .phone {
    display: block;
  }
}

@media (max-width: 768px) {
  .popup_wrap .cont-fl input {
    display: block;
    margin-right: 15px;
  }
}

.popup_wrap .form-prices {
  padding-top: 50px;
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .popup_wrap .form-prices {
    margin-bottom: 10px;
  }
}

.popup_wrap .form-prices .price {
  display: inline-block;
  margin-right: 38px;
  text-align: left;
  vertical-align: top;
  position: relative;
}

@media (max-width: 768px) {
  .popup_wrap .form-prices .price {
    margin-right: 30px;
    margin-bottom: 20px;
  }
}

.popup_wrap .form-prices .price:last-child {
  margin-right: 0;
}

.popup_wrap .form-prices .price .num {
  font-weight: 900;
  font-size: 48px;
  line-height: 43px;
}

@media (max-width: 768px) {
  .popup_wrap .form-prices .price .num {
    font-size: 28px;
    line-height: 25px;
  }
}

.popup_wrap .form-prices .price .desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  height: 30px;
}

@media (max-width: 768px) {
  .popup_wrap .form-prices .price .desc {
    line-height: 12px;
    font-size: 11px;
  }
}

.popup_wrap .form-prices .price .count {
  font-size: 18px;
  line-height: 1;
  text-align: left;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 38px;
}

@media (max-width: 768px) {
  .popup_wrap .form-prices .price .count {
    font-size: 16px;
  }
}

.popup_wrap .form-prices .price .count__stream {
  margin-top: 67px;
}

.popup_wrap .form-prices .price .count .val {
  color: #d8ff02;
  display: inline-block;
  width: 36px;
  text-align: center;
}

.popup_wrap .form-prices .price .count .plus,
.popup_wrap .form-prices .price .count .minus {
  cursor: pointer;
}

.popup_wrap .popup_name {
  font-weight: 900;
  font-size: 49px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .popup_wrap .popup_name {
    font-size: 30px;
    margin-bottom: 50px;
  }
}

.popup_wrap input[type="text"],
.popup_wrap input[type="tel"],
.popup_wrap input[type="email"] {
  border: none;
  border-bottom: 3px solid #c4c4c4;
  color: #dfdfdf;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  background-color: transparent;
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 0;
  padding-bottom: 14px;
  padding-top: 12px;
}

@media (max-width: 768px) {
  .popup_wrap input[type="text"],
  .popup_wrap input[type="tel"],
  .popup_wrap input[type="email"] {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

.popup_wrap input[type="text"].error,
.popup_wrap input[type="tel"].error,
.popup_wrap input[type="email"].error {
  border-bottom-color: red;
}

.fancybox-container {
  font-family: 'Gilroy';
}

.fancybox-close-small::after {
  font-size: 60px;
  color: #fff;
}

.fancybox-close-small {
  top: 11px;
  right: 12px;
}

.fancybox-close-small:hover::after {
  background-color: transparent;
  color: #d8ff02;
}

@media (max-width: 768px) {
  #popup_full .popup_content {
    max-width: 612px;
    width: auto;
  }
}

@media (max-width: 768px) {
  #popup_full .form-prices {
    margin-bottom: 10px;
  }
}

@media (max-width: 450px) {
  #popup_full .form-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  #popup_full .form-prices .price {
    margin-right: 3%;
  }
}

@media (max-width: 450px) {
  #popup_full .form-prices .price {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 450px) {
  #popup_full .form-prices .num {
    font-size: 7vw;
  }
}

@media (max-width: 450px) {
  #popup_full .form-prices .val {
    width: 6vw;
  }
}

@media (max-width: 450px) {
  #popup_full .form-prices .desc {
    font-size: 3vw;
  }
}

/*****************************************************/

.u-letter-spacing-medium {
  letter-spacing: 0.05em;
}

.u-hidden {
  visibility: hidden;
}

.logo-box {
  display: inline-block;
}

.footnote {
  color: #ffffff;
  margin-top: 22px;
  margin-bottom: 0;
}

@media (max-width: 450px) {
  .footnote {
    font-size: 4vw;
  }
}

.cont-fl {
  margin-top: 35px;
}

.phone__pop-up {
  color: white;
}

.loader-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 12px solid rgba(255, 255, 255, 0.5);
  border-top: 12px solid #d8ff02;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@media (max-width: 450px) {
  .loader {
    width: 55px;
    height: 55px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.tool {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 1.05vw;
}

/* Tooltip text */

.tool .tooltext {
  visibility: hidden;
  width: 25vw;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 130%;
  left: 0%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

/* Show the tooltip text when you mouse over the tooltip container */

.tool:hover .tooltext {
  visibility: visible;
  opacity: 1;
}

.tool:before {
  content: "";
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

.tool:hover:before {
  border: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent;
  border-width: 6px 6px 0 6px;
  bottom: 98%;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
  opacity: 1;
}

@media (max-width: 1200px) {
  .hidden-md {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .hidden-1080 {
    display: none !important;
  }
}

@media (max-width: 431px) {
  .hidden-431 {
    display: none !important;
  }
}

.adress {
  color: #cecece;
  font-size: 0.8vw;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .adress {
    font-size: 11px;
    line-height: 1.2;
  }
}

.media-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .media-partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.media-partners__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .media-partners__line:not(:last-child) {
    margin-bottom: 2vw;
  }
}

.media-partners .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1080px) {
  .sellers__first-line {
    margin-bottom: 1vw;
  }
}

.sellers__first-line,
.sellers__second-line {
  display: inline-block;
}

@media (max-width: 1080px) {
  .sellers__first-line,
  .sellers__second-line {
    display: block;
  }
}

.about__title {
  font-size: 48px;
  color: #d8ff02;
  font-weight: 900;
  margin-bottom: 35px;
  line-height: 1;
}

@media (max-width: 768px) {
  .about__title {
    font-size: 26px;
  }
}

.about__text {
  font-size: 16px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .about__text {
    font-size: 14px;
  }
}

.about__text:not(:last-child) {
  margin-bottom: 15px;
}

.about__text:last-child {
  margin-bottom: 0;
}

.u-hidden {
  visibility: hidden;
}

.haleava {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .haleava {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    margin-top: 9vw;
    margin-bottom: 11vw;
  }
}

.haleava__description {
  font-size: 30px;
  font-weight: 900;
  margin-right: 30px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .haleava__description {
    margin-bottom: 30px;
    font-size: 5.4vw;
    line-height: 1;
  }
}

.haleava__btn {
  display: inline-block;
}

@media (max-width: 768px) {
  .haleava__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
  }
}

.fancybox-slide::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.sold-out {
  position: absolute;
  width: 100%;
  top: 0;
}

.sold-out--popup {
  left: -20px;
}

#section-prices .sold-out {
  top: 65px;
  left: 4px;
}

.burger {
  display: block;
  width: 100%;
  cursor: pointer;
}

.burger span {
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: width 0.4s, -webkit-transform 0.4s;
  transition: width 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, width 0.4s;
  transition: transform 0.4s, width 0.4s, -webkit-transform 0.4s;
  position: relative;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.burger span:last-child {
  margin-bottom: 0;
}

.burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(8px) translateX(3px);
  transform: rotate(45deg) translateY(8px) translateX(3px);
}

.burger.active span:nth-child(2) {
  width: 0;
}

.burger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-8px) translateX(3px);
  transform: rotate(-45deg) translateY(-8px) translateX(3px);
}

.sold_out {
  display: none;
}