html,
body {
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #000000;
  max-width: 100%;
}

.header-mobile {
  display: none;
}

.header-desktop {
  display: block;
}
.mobiletextcenter {
  text-align: end;
}
header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  z-index: 10 !important;
}
@media (max-width: 991.98px) {
  /* header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw;
    z-index: 10 !important;
  } */

  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000000;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
  .rulesBig {
    font-size: 16px !important;
  }
  .rulesSmal {
    font-size: 11px !important;
  }

  .margintop-40 {
    margin-top: -40px !important; /* Отступ сверху для экранов меньше lg */
  }
  .text-glavBG {
    font-size: 30px !important;
  }
  .bigdatetext {
    font-size: 50px !important;
  }

  .imgpart {
    max-height: 55px !important;
  }

  .padding50pcmob {
    padding-top: 25px !important;
  }
  .colorblackmob {
    color: #000000 !important;
  }
  .paddingtop10mob {
    padding-top: 10px !important;
  }

  .paddingbottom70mob {
    padding-bottom: 130px !important;
  }
  .paddingbottom40mob {
    padding-bottom: 40px !important;
  }
  .paddingbottom90mob {
    padding-bottom: 90px !important;
  }
  .daydatetext {
    font-size: 25px !important;
    margin-top: 0px !important;
    padding-top: 15px !important;
  }
  .deldatetext {
    font-size: 30px !important;
    padding-top: 15px !important;
  }
  .mobiletextcenter {
    text-align: center !important;
  }
  .mobiletextcenternotbt {
    text-align: center !important;
  }

  .select-line {
    background-image: url("../img/selectline2.svg") !important;
    background-position: calc(50% + 6rem) center !important;
    top: -10px !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 100vw !important;
    height: 415px !important;
    pointer-events: none;
  }
}
@media (max-width: 991.98px) {
  .header-mobile {
    display: block;
  }

  .header-desktop {
    display: none;
  }
}
.pointer-none {
  pointer-events: none;
}
.lakes-section {
  position: relative;

  background: url("../img/bggray.png") repeat;
}
.partners-section {
  position: relative;
}

.modalcontent {
  position: relative;
}

.lakes-mobile-section {
  position: relative;
  background: url("../img/bggray.png") repeat;
}

.rules-section {
  position: relative;

  background: url("../img/rulespatern.png") repeat;
}

.priz-section {
  position: relative;

  background: url("../img/bggray.png") repeat;
}
.registrationbt {
  position: absolute;
}

.registration-btn {
  margin-top: 0px !important;
  top: 8px !important;
}
.registration-btn-mobile {
  margin-top: 1px;
  position: relative;
  top: 10px;
  z-index: 5;
}

.header-desktop {
  width: 100vw;
  background-color: black;

  background-size: 100% auto;
  height: 102px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  margin-bottom: -15px !important;
  padding-right: 45px !important;
}
.header-logo {
  padding-top: 7px !important;
  max-height: 80px;
  height: auto;
}
.divider {
  display: inline-block;
  width: 2px;
  background-color: #d30303;
  margin: 0 5px;
}
.presentation-section {
  position: relative;
  width: 100vw;
  overflow: hidden;
}
.registration-section {
  position: relative;
  width: 100vw;
  overflow: hidden;
}
.registration-bg {
  width: 100vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.text-glavBG {
  font-family: "Jost", "Roboto Condensed", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
}
.registration-section .container {
  position: relative;
  z-index: 2;
}
.presentation-bg {
  width: 100vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.modal-bg {
  background-image: url("../img/presentation-image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.presentation-section .container {
  position: relative;
  z-index: 2;
}
.btn-danger {
  border: 0;
  border-radius: 144.13px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.09px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.btn-danger-mobile {
  border: 0;
  border-radius: 144.13px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;

  font-weight: 400;
  color: #fff;

  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.box-with-inset-shadow-mobile {
  font-weight: 400;
  line-height: 1.2em;
  padding: 6px 24px !important;
  background-color: rgba(211, 3, 3, 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.box-with-inset-shadow {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.2em;
  padding: 6px 24px !important;
  background-color: rgba(211, 3, 3, 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.nav-link {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;

  font-weight: 400;
  line-height: 1.2em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.responsive-img {
  width: 100%;
  height: auto;
  display: block;
}
.btar.btn:hover {
  filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(7483%)
    hue-rotate(0deg) brightness(95%) contrast(101%);
}
.nav-link:hover {
  color: #d30303;
}
.btnred:hover {
  color: #d30303;
}

.custom-tooltip {
  --bs-tooltip-bg: var(--bs-primary);
}
.btn-disabled {
  background-color: #727272;
  color: #cacaca !important;
  pointer-events: none !important;
}

.link-disabled {
  color: #cacaca !important;
  pointer-events: none !important;
}
.link-disabled:hover {
  color: #727272 !important;
  pointer-events: none !important;
}

.video-container {
  position: relative;
  width: 100vw;
  overflow: hidden;
}
.video-placeholder {
  width: 100%;
  height: auto;
  display: block;
}
.video-frame {
  width: 100%;
  height: auto;
}

.video-overlay-mobile {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.video-overlay {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.video-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  pointer-events: none;
  z-index: 8;
}
.video-up {
  position: absolute;

  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 5;
}
.header-up {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 5;
}
.text-glav1 {
  font-family: "Jost", "Roboto Condensed", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.wrapper-red-bg {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
}
.wrapper-red-bg-mobile {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
}

.red-bg-mobile {
  position: relative;
  background-image: url("../img/bg-red-mobile.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 800px;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-glav1-mobile {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  word-wrap: break-word;
  margin: 10px;
}

.red-bg {
  position: relative;
  background-image: url("../img/bg-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 800px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.red-bg .col {
  position: initial;
  text-align: center;
  color: white;
}
.cardcup {
  background-color: #f0f0f0;
  border-radius: 20px;
  position: relative;
  overflow: visible;
  margin-top: 150px;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.125) inset;
}

.card-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 300px;
}

.text-glavCardB {
  font-family: "Jost", "Roboto Condensed", sans-serif;
  line-height: normal;
  font-weight: 700;
  font-size: 40px;
}
.text-glavCardBS {
  font-family: "Jost", "Roboto Condensed", sans-serif;
  line-height: normal;
  font-weight: 400;
  font-size: 12px;
}

.divider-red {
  width: 3px;
  background-color: #d30303;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-top: 12px !important;
}

.rulesBig {
  font-family: "Jost", "Roboto Condensed", sans-serif;
  line-height: normal;
  font-weight: 700;
  font-size: 1.2vw;
  padding-top: 20px;
  color: #d30303;
}
.rulesSmal {
  font-family: "Jost", "Roboto Condensed", sans-serif;
  line-height: normal;

  font-size: 1vw;
}

.text-glavCardMB {
  font-family: "Jost", "Roboto Condensed", sans-serif;
  line-height: normal;
  font-weight: 700;
}
.text-glavCardMB2 {
  font-family: "Jost", "Roboto Condensed", sans-serif;
  line-height: normal;
  font-weight: 700;
}
.colorred {
  color: #d30303;
}

.text-blackCard {
  font-family: "Jost", "Roboto Condensed", sans-serif;
  line-height: normal;
  font-weight: 300;
}
.text-glavCardMS {
  font-family: "Jost", "Roboto Condensed", sans-serif;
  line-height: normal;
  font-weight: 300;
}
.row4 {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.col4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.cardBlack {
  background-color: #020304;
  border-radius: 20px;
  font-family: "Jost", "Roboto Condensed", sans-serif;
  line-height: normal;
  font-weight: 300;

  color: #fff;
  position: relative;
  overflow: visible;
  margin-top: 80px;
  border-color: #fff;
}
.cardBlack-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 300px;
}
.red-up {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 5;
}
.futer-up {
  position: absolute;
  top: -24px;
  left: 0;
  width: 100vw;
  z-index: 5;
}
.red-bu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 5;
}

.asvdizdropdownred {
  text-align: center;
  font-family: "Jost", "Roboto Condensed", sans-serif;
  border: none;
  color: #fff;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.125) inset;
  border-radius: 20px;
  font-size: 18px;

  width: 220px !important;
}
.asvdizdropdown {
  font-family: "Jost", "Roboto Condensed", sans-serif;
  border: none;
  background-color: #fff;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.125) inset;
  border-radius: 20px;
  font-size: 18px;
  color: #000;

  width: 220px !important;
}

.select-line {
  content: "";
  background-image: url("../img/selectline2.svg");
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: -110%;
  left: 197px;
  width: 100vw;
  height: 415px;
  transform: translateY(-50%);
  z-index: 1;
}
.registration-line {
  content: "";
  background-image: url("../img/selectline4.svg");
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: 23%;
  left: 83%;
  width: 1222px;
  height: 1477px;
  transform: translateY(-50%);
  z-index: 1;
}
.text-timT {
  font-family: "Jost", "Roboto Condensed", sans-serif;
  color: #fff;
  font-weight: 700;
}
.text-timS {
  font-family: "Jost", "Roboto Condensed", sans-serif;
  color: #fff;
  font-weight: 300;
}
.textsite {
  font-family: "", "Roboto Condensed", sans-serif;
}
.textsitem {
  font-family: "Roboto Condensed", "Jost", sans-serif;
  font-weight: 400 !important;
  font-size: 18px !important;
}
.bigdatetext {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 100px;
  color: #d30303;
}
.daydatetext {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #4b4b4b;
  margin-top: -40px !important;
}
.deldatetext {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 80px;
  color: #ffffff;
  margin-top: -30px !important;
}
.hiddensvg {
  opacity: 0 !important;
  transition: opacity 0.5s ease;
}
.visiblesvg {
  opacity: 1 !important;
  transition: opacity 0.5s ease;
}
.font-size14 {
  font-size: 1.4vw !important;
}
