html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background: #000;
  color: #fff;
}

*,
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "ProximaNova";
  font-style: normal;
}

span {
  font: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

button,
input[type="submit"],
a {
  cursor: pointer;
  outline: none;
  border: none;
}

.advertorialWrp {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  z-index: 9777;
}

.topTextASet {
  font: inherit;
  color: inherit;
  text-decoration: inherit;
}

.container {
  max-width: 1218px;
  padding: 0 19px;
  margin: 0 auto;
}

.accent {
  color: #ffb400;
}

.header {
  background: #000;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

.header_inner {
  padding: 15px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_textWrp {
  text-align: center;
}

.header_title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
}

.header_subtext {
  font-size: 16px;
  line-height: 19px;
  margin-top: 3px;
}

.header_text {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-top: 6px;
}

.header_counterWrp {
  text-transform: uppercase;
  text-align: center;
}

.header_counter {
  font-weight: 400;
  font-size: 35px;
  line-height: 43px;
  color: #ffb400;
  border: 2px solid #ffb400;
  border-radius: 7px;
  max-width: 136px;
}

.header_spots {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-top: 10px;
}

.hero {
  margin-top: 116px;
  background-image: url(../images/img_1-min.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero_inner {
  position: relative;
  padding: 80px 0 147px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero_textWrp {
  width: 100%;
  max-width: calc(100% - 430px);
}

h1.hero_title {
  font-weight: 800;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  padding-top: 20px;
}

.hero_titleL1 {
  padding-left: 175px;
}

.mainTitle .ipad {
  display: none;
}

.mainTitle .tab {
  display: none;
}

.mainTitle .mob {
  display: none;
}

.mainTitle .desk {
  display: inline-block;
}

.hero_text {
  font-size: 24px;
  line-height: 34px;
  margin-top: 20px;
}

.hero_scrollArrWrp {
  position: absolute;
  width: 100%;
  min-height: 100vh;
}

.hero_scrollArr {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header_logo {
  height: 55px;
}

@media (max-width: 1200px) {
  .hero_scrollArr {
    display: none;
  }

  .header_title {
    font-size: 20px;
    line-height: 24px;
  }

  .header_subtext {
    font-size: 12px;
    line-height: 15px;
  }

  .header_text {
    font-size: 12px;
    line-height: 15px;
  }

  .header_counter {
    max-width: 102px;
    font-size: 24px;
    line-height: 29px;
  }

  .header_spots {
    font-size: 18px;
    line-height: 22px;
  }

  .hero {
    margin-top: 95px;
    background-image: url(../images/img_1_tab-min.jpg);
  }

  .hero_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 39px 0 75px;
    margin-left: 25px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero_textWrp {
    max-width: 100%;
  }

  .hero_titleL1 {
    padding-left: 90px;
  }

  .mainTitle .desk {
    display: none;
  }

  .mainTitle .tab,
  .mainTitle .ipad,
  .mainTitle .desk.tab {
    display: inline;
  }

  .last_title .tab,
  .hero_title .tab {
    display: none;
  }

  .hero_text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
  }
}

@media (max-width: 1023px) {
  .mainTitle .ipad,
  .last_title .ipad {
    display: none;
  }

  .hero_title .tab,
  .last_title .tab {
    display: inline;
  }

  .advertorialWrp {
    font-size: 8px;
    line-height: 10px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }

  .mainTitle .tab,
  .mainTitle .desk.tab {
    display: none;
  }

  .mainTitle .mob {
    display: inline-block;
  }

  .header {
    position: relative;
  }

  .header_inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header_textWrp {
    display: none;
  }

  .header_counterWrp {
    display: none;
  }

  .hero {
    padding-top: 50px;
    margin-top: 0;
    background-image: url(../images/img_1_mob-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero_inner {
    margin: 0;
    padding: 30px 0 47px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero_textWrp {
    margin: 10px auto 30px auto;
  }

  .mainTitle {
    margin: 0 auto;
  }

  h1.hero_title {
    font-size: 30px;
    line-height: 33px;
  }

  .hero_titleL1 {
    padding-left: 45px;
  }

  .hero_text {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 30px;
  }
}
@media (max-width: 1200px) {
  .hero_inner {
    margin: 0;
    padding: 30px 0 47px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #mainForm {
    margin-top: 20px;
  }
}
@media (min-width: 740px) {
  #mainForm {
    width: 460px;
  }
}
@media (min-width: 1200px) {
  #mainForm {
    width: 360px;
  }
}
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* Ð·Ð°Ð´Ð°Ñ‘Ñ‚ Ð²Ñ‹ÑÐ¾Ñ‚Ñƒ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° Ð´Ð»Ñ 16:9 (ÐµÑÐ»Ð¸ 4:3 â€” Ð¿Ð¾ÑÑ‚Ð°Ð²ÑŒÑ‚Ðµ 75%) */
  height: 0;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
}

.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.text_p {
  font-size: 130%;
  text-align: center !important;
  margin-bottom: 40px;
}

.myContainer {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.members {
  width: 100%;
  padding: 20px 0 10px;
}

.gallery {
  padding: 20px 20px 70px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.myColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 30%;
  margin: 0 15px;
}

.members__box {
  width: 100%;
  margin: 15px 0;
  height: 220px;
  border: 1px solid #313131;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.members__box_big {
  height: 470px;
}

.members__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.flug {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.gallery__ava {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.gallery__ava_small {
  height: 100%;
}

.gallery__ava_big {
  height: 100%;
}

.rus1 {
  background: url(../images/ru1.jpeg);
}

.germ1 {
  background: url(../images/de1.jpeg);
}

.irland1 {
  background: url(../images/ir1.jpeg);
}

.franch1 {
  background: url(../images/fr1.jpeg);
}

.frunch2 {
  background: url(../images/fr2.jpeg);
}

.italy1 {
  background: url(../images/it1.jpeg);
}

.brit2 {
  background: url(../images/uk1.jpeg);
}

.members__portret {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gallery__feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  padding: 0 20px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.members__box:hover .gallery__feedback {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

@media screen and (max-width: 991px) {
  .gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 10px 0;
  }
}

.selector {
  display: none;
}

@media screen and (max-width: 767px) {
  .selector {
    display: block;
    position: absolute;
    top: calc(80% - 35px);
    right: calc(85% - 25.2px);
    z-index: 10;
  }

  .selector img {
    display: block;
    height: 70px;
  }

  .members__box:hover .selector {
    opacity: 0;
  }

  .myColumn {
    width: 50%;
  }

  .gallery {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  .members__box {
    height: 250px;
  }
}

@media screen and (max-width: 479px) {
  .myColumn {
    width: 80%;
  }

  .gallery__feedback {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .members__title {
    font-size: 28px;
  }
}

.bold {
  font-weight: bold;
}

.mainTitle_mm {
  font-size: 300%;
}
.poster {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/images/placeholder.png");
  background-size: cover;
  z-index: 2;
}
#promoWrapper {
  position: relative;
}
