:root {
  --bg-col: #650101;
}

.main-w {
  height: 100vh;
  max-width: 2000px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  position: relative;
  overflow: hidden;
}

.main-c {
  width: 650px;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 40px;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-bg {
  width: 100%;
  height: 100vh;
}

.image {
  width: 500px;
  position: static;
}

.tsm {
  width: 120px;
}

.milliard {
  width: 500px;
  padding-bottom: 50px;
}

.rl-logo {
  width: 80px;
  margin-right: 42px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav {
  z-index: 2;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
  position: absolute;
}

.sl-logo {
  width: 160px;
}

.links {
  width: 440px;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.navlink {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.btn {
  width: auto;
}

.gold-btn {
  width: 250px;
  background-image: linear-gradient(94deg, #fcf3c5, #eac565);
  border-radius: 100px;
  padding: 24px;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 150px;
  right: auto;
}

.gold-btn.btn-footer {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.btn-text {
  color: #151515;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.content-w {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 150px;
  padding-right: 150px;
  position: relative;
  overflow: hidden;
}

.content-w.hidden {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  overflow: hidden;
}

._2-col-text {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

._2-col-text.rel {
  position: static;
}

._2-col-text.horkina {
  justify-content: center;
  padding-top: 40px;
}

._2-col-text.top {
  align-items: flex-start;
}

.col-text {
  width: 47%;
  min-width: 47%;
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.col-text.rel {
  position: relative;
}

.ct-p {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.ct-p.info-p {
  width: auto;
  font-size: 16px;
  line-height: 130%;
  position: static;
}

.ct-p.top {
  margin-top: -100px;
  padding-top: 0;
}

.ct-p.an-p {
  margin-right: 5vw;
}

.ct-p.it {
  margin-bottom: 20px;
  font-style: italic;
}

.ct-p.pop-p {
  padding-bottom: 30px;
}

.ct-h {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #f2dca2, #cfa867);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.ct-h.info-h {
  font-size: 24px;
}

.ct-h.central {
  text-align: center;
  margin-bottom: 40px;
}

.ct-h.an-h {
  margin-bottom: 12px;
  font-size: 24px;
}

.ct-h.sl-h {
  margin-bottom: 0;
}

.ct-h.win-p {
  font-size: 16px;
}

.ct-h.win-p.prize {
  font-size: 24px;
}

.ball {
  z-index: 1;
  width: 700px;
  display: block;
  position: absolute;
  top: -13%;
  bottom: auto;
  left: 45vw;
  right: auto;
}

.spark-1 {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -20%;
  right: auto;
}

.spark-1.right {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -21%;
}

.spark-1.right.upside {
  top: -2%;
  transform: rotate(180deg);
}

.ellipse {
  z-index: 0;
  width: 500px;
  height: 300px;
  filter: blur(170px);
  background-color: #dc2f31;
  border-radius: 1000px;
  position: absolute;
  top: 12%;
  bottom: auto;
  left: auto;
  right: 20%;
}

.ellipse.el-2 {
  display: block;
  top: 38%;
  left: -165px;
  right: auto;
}

.ellipse.el-3 {
  top: 29%;
}

.info {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 150px;
  position: relative;
  overflow: visible;
}

.info-tab {
  z-index: 1;
  max-width: 1056px;
  background-color: #420101;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 60px;
  position: relative;
}

.body {
  background-color: #620000;
}

.image-2 {
  width: 130px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tree {
  z-index: 1;
  width: 150px;
  position: absolute;
  top: auto;
  bottom: -11%;
  left: auto;
  right: -12%;
}

.analytic {
  max-width: 1920px;
  background-color: #420101;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  flex-direction: column;
  align-items: center;
  margin: 60px auto;
  padding-top: 60px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.an-con {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.an-photo {
  width: 35%;
  flex-direction: column;
  align-items: center;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.an-text {
  width: 45%;
}

.div-block {
  width: 386px;
  height: 466px;
}

.an-img {
  width: 80%;
  height: 386px;
  background-color: #8c1e17;
  background-image: url('../images/fin.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1000px;
  margin-bottom: 20px;
}

.corner {
  width: 380px;
  position: absolute;
  top: auto;
  bottom: -7%;
  left: -9%;
  right: auto;
}

.numbers {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.num-w {
  padding-left: 5%;
  padding-right: 5%;
}

.num-c {
  justify-content: space-around;
  display: flex;
}

.number {
  width: 30%;
  background-image: linear-gradient(to right, #8f0e10, #d12026 52%, #d12026 104%);
  border-radius: 16px;
  padding: 40px;
}

.interview {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.int-w {
  padding-left: 5%;
  padding-right: 5%;
}

.int-card {
  z-index: 1;
  max-width: 1055px;
  background-image: linear-gradient(307deg, #e4e4e4, #fff);
  border-radius: 16px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  position: relative;
  top: 0;
}

.int-h {
  color: #000;
  padding-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.int-p {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.image-3 {
  width: 460px;
}

.winners {
  max-width: 1920px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  display: block;
  position: relative;
  top: auto;
  bottom: 2%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slider-main_button-icon {
  width: 20%;
  height: 30%;
  color: #e6ca8d;
  font-size: 10px;
}

.slider-main_button-icon.is-reversed {
  width: 20%;
  height: 30%;
  color: #e0c284;
  -webkit-text-stroke-color: #dcbc7d;
  transform: rotate(-180deg);
}

.slider-main_button {
  width: 7.5em;
  height: 3.25em;
  color: #c8dd5e;
  text-align: center;
  border: 2px solid #c8dd5e;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider-main_button:hover {
  color: #1f1f1f;
  background-color: #c8dd5e;
}

.slider-main_button.swiper-prev {
  z-index: 99;
  width: 4em;
  height: 4em;
  color: #252525;
  background-color: rgba(168, 168, 168, 0);
  border-width: 1px;
  border-color: #debe80;
  transition-property: none;
  position: static;
  top: 15%;
  bottom: 0%;
  left: 10%;
  right: auto;
}

.slider-main_button.swiper-next {
  z-index: 99;
  width: 4em;
  height: 4em;
  color: rgba(200, 221, 94, 0);
  background-color: rgba(200, 221, 94, 0);
  border-width: 1px;
  border-color: #debe80;
  transition-property: none;
  position: static;
  top: 15%;
  bottom: 0%;
  left: auto;
  right: 10%;
}

.swiper-slide {
  width: 500px;
  height: auto;
  max-width: none;
  border-radius: 0;
  flex-direction: column;
  flex: none;
  justify-content: center;
  margin-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.slider-main_button-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blocks {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  display: flex;
}

.slider-main_top-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 150px;
  display: flex;
}

.swiper-wrapper {
  z-index: 1;
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.anons-desc {
  width: auto;
  height: auto;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(250, 250, 250, 0);
  border: 3px rgba(191, 248, 237, 0);
  border-radius: 20px;
  margin-bottom: 42px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 45px;
  font-size: 28px;
  font-weight: 700;
  line-height: 29px;
  box-shadow: 0 8px 7px 1px rgba(0, 0, 0, .36), -2px 0 15px rgba(241, 78, 9, .32), 0 2px 3px 1px rgba(126, 239, 245, .99), 1px 0 1px 3px #fff;
}

.member-link {
  width: auto;
  height: auto;
  color: #0f0f0f;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
}

.portal {
  width: 90px;
  height: 90px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border: 4px rgba(19, 236, 193, .21);
  border-radius: 20px;
}

.portal.p11 {
  border-style: none;
}

.portal-img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: -1px -1px 5px rgba(255, 146, 36, .38), 1px 0 5px 1px rgba(251, 125, 255, .37), 0 2px 5px #fff, 0 0 0 4px rgba(109, 238, 212, .25);
}

.slider-w {
  padding-top: 40px;
  padding-left: 150px;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.win-ph {
  width: 100%;
  height: 550px;
  border-radius: 20px;
}

.win-bot {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.btn-wrap {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 70px;
  display: flex;
}

.footer {
  background-color: #020202;
}

.footer-c {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-f {
  width: 250px;
  padding-top: 34px;
  padding-bottom: 26px;
}

.text-block {
  color: #a0a0a0;
  text-align: justify;
  padding-bottom: 20px;
  padding-left: 150px;
  padding-right: 150px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 13px;
  position: static;
}

.pop {
  z-index: 100;
  width: 1080px;
  max-width: 100%;
  background-image: linear-gradient(#ab1c1d, #680202);
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  display: block;
  position: fixed;
  top: 6%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pop.pop-2, .pop.pop-3, .pop.pop-4 {
  display: none;
  top: 5%;
}

.pop.pop-5 {
  display: none;
  top: 2%;
}

.pop.pop-6, .pop.pop-1 {
  display: none;
  top: 5%;
}

.overlay {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  opacity: .6;
  background-color: #222;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-c {
  width: auto;
  max-width: none;
  flex-direction: column;
  display: flex;
  position: static;
  top: 10%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pop-img {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.close-ic {
  width: 20px;
  cursor: pointer;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.t-link {
  color: #fff;
}

.image-4 {
  width: 90%;
}

.image-5 {
  width: 80%;
}

@media screen and (min-width: 1920px) {
  .main-w {
    max-width: none;
  }

  .main-c {
    width: 700px;
    margin-left: 350px;
    padding-left: 0;
  }

  .tsm {
    width: 150px;
  }

  .milliard {
    width: 700px;
  }

  .nav {
    padding-left: 350px;
    padding-right: 350px;
  }

  .gold-btn {
    left: 0;
  }

  .content-w, .content-w.hidden {
    padding-left: 350px;
    padding-right: 350px;
  }

  .ct-p {
    font-size: 16px;
  }

  .ct-p.top {
    margin-top: -80px;
  }

  .ct-p.an-p {
    margin-right: 0;
  }

  .ct-p.pop-p {
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .ball {
    width: 780px;
    margin-left: 100px;
    position: static;
    top: -5%;
    right: -20%;
  }

  .spark-1 {
    top: -13%;
    left: -13%;
  }

  .spark-1.right {
    top: -8%;
    right: -18%;
  }

  .info {
    overflow: visible;
  }

  .analytic {
    padding-bottom: 130px;
  }

  .an-con {
    padding-left: 15%;
    padding-right: 15%;
  }

  .an-photo {
    padding-left: 0;
  }

  .an-img {
    width: 386px;
    background-image: url('../images/Group-35.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
  }

  .corner {
    z-index: 2;
    width: 500px;
    left: -2%;
  }

  .slider {
    bottom: 2%;
  }

  .slider-main_button.swiper-prev {
    top: 20%;
    left: 20%;
  }

  .slider-main_button.swiper-next {
    top: 20%;
    right: 20%;
  }

  .blocks {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .anons-desc {
    border-width: 5px;
    border-color: rgba(193, 255, 243, .34);
    margin-bottom: 42px;
  }

  .portal {
    width: 90px;
    height: 90px;
    border-radius: 20px;
  }

  .win-ph {
    height: 450px;
  }

  .pop {
    z-index: 2;
    width: 1080px;
    max-width: 100%;
    background-image: linear-gradient(#ab1c1d, #680202);
    border-radius: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 56px 86px;
    position: fixed;
    top: 10%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .pop.pop-2, .pop.pop-3 {
    display: none;
    top: 1%;
  }

  .pop.pop-4, .pop.pop-5, .pop.pop-6 {
    top: 1%;
  }

  .pop.pop-1 {
    display: none;
    top: 1%;
  }

  .overlay {
    z-index: 1;
    opacity: .6;
    background-color: #222;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .t-link {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .main-w {
    height: auto;
  }

  .main-c {
    width: 300px;
    margin-left: 150px;
  }

  .main-bg {
    height: auto;
  }

  .tsm {
    width: 80px;
    display: none;
  }

  .milliard {
    width: 300px;
    padding-bottom: 70px;
  }

  .rl-logo {
    width: 50px;
  }

  .sl-logo {
    width: 100px;
  }

  .links {
    display: none;
  }

  .content-w, .content-w.hidden {
    padding-left: 100px;
    padding-right: 100px;
  }

  ._2-col-text {
    flex-direction: column;
    align-items: center;
  }

  .col-text {
    width: 100%;
    align-items: center;
  }

  .ct-p.top {
    margin-top: 0;
  }

  .ct-p.an-p {
    margin-right: 0;
    padding-left: 100px;
    padding-right: 100px;
  }

  .ct-h {
    text-align: center;
  }

  .ball, .spark-1 {
    display: none;
  }

  .info {
    padding-left: 100px;
    padding-right: 100px;
  }

  .an-con {
    flex-direction: column;
    align-items: center;
  }

  .an-photo {
    padding-left: 0;
  }

  .an-text {
    width: 100%;
  }

  .corner {
    display: none;
  }

  .numbers {
    padding-bottom: 60px;
  }

  .num-w {
    padding-left: 100px;
    padding-right: 100px;
  }

  .num-c {
    flex-direction: column;
  }

  .number {
    width: 100%;
    margin-bottom: 30px;
  }

  .interview {
    padding-left: 100px;
    padding-right: 100px;
  }

  .win-ph {
    height: 450px;
  }

  .text-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .gold-btn {
    position: static;
  }

  .slider-main_button-wrapper {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .main-w {
    height: 80vh;
  }

  .main-c {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .main-bg {
    display: none;
  }

  .tsm {
    margin-bottom: 100px;
  }

  .milliard {
    width: 300px;
    padding-bottom: 60px;
  }

  .rl-logo {
    width: 50px;
    margin-right: 20px;
  }

  .nav {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-bar {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }

  .sl-logo {
    width: 120px;
    height: 35px;
  }

  .links {
    display: none;
  }

  .gold-btn {
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .content-w {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-w.hidden {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero {
    background-image: linear-gradient(to bottom, #ce3939, var(--bg-col));
  }

  ._2-col-text {
    flex-direction: column;
  }

  .col-text {
    width: 100%;
  }

  .ct-p.top {
    margin-top: 0;
  }

  .ct-p.an-p {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .ct-h {
    font-size: 24px;
  }

  .ct-h.central, .ct-h.an-h {
    font-size: 20px;
  }

  .ct-h.sl-h {
    text-align: left;
  }

  .ball {
    width: 90%;
    margin-left: auto;
    display: block;
    position: static;
    top: -22%;
    left: 0;
    right: 0%;
  }

  .spark-1.right {
    display: none;
  }

  .info {
    padding-left: 0;
    padding-right: 0;
  }

  .info-tab {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tree {
    width: 60px;
    bottom: 1%;
    right: 0%;
  }

  .analytic {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 40px;
    display: flex;
  }

  .an-con {
    flex-direction: column;
    align-items: center;
  }

  .an-photo, .an-text {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .an-img {
    width: 100%;
  }

  .corner {
    display: none;
  }

  .numbers {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .num-w {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .num-c {
    flex-direction: column;
    align-items: center;
  }

  .number {
    width: 100%;
    margin-bottom: 30px;
  }

  .interview {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .int-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .winners {
    position: relative;
  }

  .slider {
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 3%;
    overflow: hidden;
  }

  .swiper-slide {
    width: 100%;
    flex-direction: column;
  }

  .slider-main_button-wrapper {
    display: flex;
  }

  .blocks {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    align-items: center;
  }

  .slider-main_top-wrapper {
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .anons-desc {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 5vw;
  }

  .portal.p11 {
    width: 30px;
    height: 30px;
    transform: none;
  }

  .portal.p14, .portal.p15, .portal.p13, .portal.p12 {
    width: 30px;
    height: 30px;
  }

  .slider-w {
    padding-left: 0;
  }

  .win-ph {
    height: auto;
  }

  .win-bot {
    flex-direction: column;
  }

  .btn-wrap {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .footer {
    padding-bottom: 20px;
  }

  .text-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pop {
    width: 108px;
    padding-left: 30px;
    padding-right: 30px;
    position: -webkit-sticky;
    position: sticky;
  }

  .pop.pop-2 {
    width: auto;
    display: none;
  }

  .pop.pop-3, .pop.pop-4, .pop.pop-5, .pop.pop-6 {
    width: auto;
  }

  .pop.pop-1 {
    width: auto;
    display: none;
  }

  .pop-img {
    width: 100%;
  }

  .close-ic {
    top: 2%;
    right: 5%;
  }
}
