@font-face {
  font-family: dwm;
  font-style: normal;
  font-weight: 400;
  src: local("dwm"), local("dwm"), url(../fonts/dwb.otf) format("opentype");
}
html {
  scroll-behavior: smooth;
}
body {
  scroll-behavior: smooth;
}
.sp_content {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.sp_content h2,
.sp_content h3 {
  color: #000;
}
.sp_content .btn {
  letter-spacing: 1px;
}
.sp_head {
  background-image: url(../images/bghead.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 685px;
  box-sizing: border-box;
  position: relative;
  padding-top: 200px;
}
.sp_head video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
  top: 0px;
}
.sp_head .sp_content {
  position: relative;
  z-index: 10;
}
.sp_head .btn-red:hover {
  color: #ffffff;
}
.sp_head h1 {
  font-size: 60px;
  line-height: 61px;
  color: #fff;
  font-family: dwm;
  margin-bottom: 20px;
}
.sp_half {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.sp_half__block {
  width: calc(50% - 10px);
}
.dateblock {
  background-image: url(../images/bgdate.png);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 65px 114px rgba(7, 56, 48, 0.35);
  box-sizing: border-box;
  padding: 30px;
  color: #fff;
  min-height: 250px;
  z-index: 10;
  position: relative;
}
.dateblock__date {
  font-family: Bebas Neue, Arial, sans-serif;
  font-size: 37px;
  line-height: 33px;
  margin-bottom: 20px;
  font-weight: 700;
}
.dateblock__date svg {
  position: relative;
  margin-right: 10px;
}
.dateblock__text {
  font-size: 16px;
  line-height: 26px;
}
.presentblock {
  font-size: 16px;
  line-height: 26px;
}
.presentblock svg {
  display: block;
  margin-bottom: 10px;
}
.presentblock span {
  display: block;
  font-size: 12px;
  padding-top: 5px;
  opacity: 0.5;
}
.t_scheme {
  margin-bottom: 60px;
}
.fanid_block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  .fanid_block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .fanid_block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.fanid_block__block {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.fanid_block__block__step {
  font-size: 190px;
  line-height: 180px;
  color: #fff;
  font-family: dwm;
  -webkit-text-stroke: 1px #F4B4BF;
  text-shadow: -1px -1px 0 #F4B4BF, 1px -1px 0 #F4B4BF, -1px 1px 0 #F4B4BF, 1px 1px 0 #F4B4BF;
}
.fanid_block__block__text {
  text-align: left;
  line-height: 17px;
}
.fanid_block__block__image {
  width: 100%;
  height: 240px;
  background-size: contain;
  background-position: center center;
}
.fanid_block__block__left {
  font-size: 16px;
  color: #1F3E38;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-family: Bebas Neue, Arial, sans-serif;
  width: 125px;
}
.fanid_block__block__right {
  width: 125px;
}
.seasontext {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 65px 114px rgba(7, 56, 48, 0.35);
  box-sizing: border-box;
  padding: 30px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.seasontext__title {
  font-family: Bebas Neue, Arial, sans-serif;
  font-size: 37px;
  line-height: 33px;
  margin-bottom: 20px;
  font-weight: bold;
}
.seasontext__text {
  margin-bottom: 8px;
}
.seasontext__text svg {
  position: relative;
  margin-right: 10px;
}
.seasontext__included {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 460px;
  border: 2px solid #fff;
  cursor: pointer;
}
.seasontext__included.selected {
  border-color: #006848;
}
.seasontext__included svg {
  position: relative;
}
.seasontext__included__checkbox {
  width: 40px;
  padding-left: 18px;
}
.seasontext__included__checkbox input {
  pointer-events: none;
}
.seasontext__included__checkbox input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: black;
  border: 2px solid #7e7e7e;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.seasontext__included__checkbox input[type="checkbox"]:checked {
  background-color: black;
}
.seasontext__included__checkbox input[type="checkbox"]:checked::after {
  content: "✓";
  font-size: 14px;
  color: #AF9D60;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
.seasontext__included__checkbox input {
  border: 0px;
  border-bottom: 1px solid #999;
  background-color: transparent !important;
  font-size: 28px;
  color: #fff !important;
  font-weight: bold;
  font-family: Bebas Neue, Arial, sans-serif;
}
.seasontext__included__left {
  width: 100px;
}
.seasontext__included__right {
  font-size: 14px;
  line-height: 20px;
  width: calc(100% - 170px);
}
.seasontext__notice {
  color: #BFBFBF;
}
.seasontext__btn {
  margin-top: 30px;
}
.seasontext__btn_btnblack .btn:hover {
  color: #fff;
}
.seasontext__btn .btn {
  width: 220px;
  text-align: center;
}
.sp_price {
  background-image: url("../images/bg_price.png");
  background-size: cover;
  background-position: left top;
  color: #ffffff;
  box-sizing: border-box;
  padding: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 60px;
  box-shadow: 0px 65px 114px rgba(7, 56, 48, 0.35);
}
.sp_price h2 {
  font-size: 68px;
  line-height: 68px;
  margin-bottom: 5px;
  color: #ffffff;
}
.sp_price p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
}
.sp_sostav {
  background-image: url("../images/bgsostav.png");
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 590px;
  margin-top: 60px;
  margin-bottom: 80px;
  padding-top: 120px;
}
.sp_sostav .sp_content_small {
  max-width: 630px;
  margin-left: 0px;
}
.sp_sostav h2 {
  font-size: 68px;
  line-height: 68px;
  color: #ffffff;
}
.sp_sostav h2 span {
  color: #BDF154;
}
.sp_sostav .btn {
  width: 280px;
  text-align: center;
}
.sp_sostav .btn-red:hover {
  color: #ffffff;
}
.sp_priv {
  background-image: url("../images/bgdisk.png");
  background-position: center top;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  margin-top: 120px;
}
.sp_priv p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.sp_priv svg {
  position: relative;
  top: -4px;
  margin-right: 10px;
}
.sp_priv h3 {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sp_priv .btn-red {
  width: 280px;
  text-align: center;
  margin-top: 40px;
}
.sp_priv .btn-red:hover {
  color: #fff;
}
.bigdisc {
  width: 460px;
  height: 260px;
  background: #00261E;
  box-shadow: 0px 38px 114px rgba(7, 56, 48, 0.35);
  font-size: 214px;
  line-height: 210px;
  color: #ffffff;
  box-sizing: border-box;
  padding: 30px;
  font-family: Bebas Neue, Arial, sans-serif;
  font-weight: bold;
  margin-top: -140px;
  margin-bottom: 50px;
}
.bigdisc span {
  font-size: 72px;
  line-height: 10px;
  font-family: Bebas Neue, Arial, sans-serif;
  position: relative;
  top: -100px;
}
.sp_bonus {
  background-image: url("../images/bgbonus.png");
  background-position: center top;
  background-size: cover;
  height: 550px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 60px;
  margin-top: 90px;
  margin-bottom: 120px;
}
.sp_bonus h2 {
  color: #ffffff;
  margin-bottom: 80px;
}
.sp_bonus svg {
  margin-bottom: 30px;
}
.sp_bonus h3 {
  color: #ffffff;
}
.sp_vip {
  background-image: url("../images/bgvip.png");
  background-position: center top;
  background-size: cover;
  height: 470px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 60px;
  margin-top: 90px;
  margin-bottom: 120px;
}
.sp_vip h2 {
  color: #ffffff;
  margin-bottom: 60px;
}
.sp_vip .btn-red {
  width: 280px;
}
.sp_vip .btn-red:hover {
  color: #fff;
}
.sp_vip .btn.btn-red:after,
.sp_vip .btn.btn-red:before {
  background: #A89659;
}
.a_faq {
  max-width: 1280px;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  box-shadow: 0px 30px 40px -10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.a_faq__title {
  position: relative;
  box-sizing: border-box;
  padding-right: 40px;
  padding-top: 20px;
  margin-bottom: 0px;
}
.a_faq__title h3 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 26px;
}
.a_faq__title a {
  position: absolute;
  right: 0px;
  top: 10px;
}
.a_faq__title .btn {
  letter-spacing: 0px !important;
}
.a_faq__text {
  width: 60%;
  box-sizing: border-box;
  padding-bottom: 0px;
  padding-top: 10px;
  display: none;
  font-size: 16px;
  line-height: 28px;
  font-family: Raleway, Tahoma, sans-serif;
}
.a_faq__text.active {
  display: block;
}
.js-faq_trigger {
  cursor: pointer;
}
.pop_sostav {
  padding-top: 120px;
  color: #000;
}
.pop_sostav__tiers {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pop_sostav__tiers__block {
  width: calc(15% - 0px);
}
.pop_sostav__tiers__block h2 {
  font-size: 28px;
  font-weight: 700;
  font-family: Bebas Neue, Arial, sans-serif;
  margin-bottom: 0px !important;
}
.pop_sostav__tiers__block span {
  font-size: 72px;
  font-weight: 700;
  color: #BDF154;
  font-family: Bebas Neue, Arial, sans-serif;
}
.pa_bg {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 900;
  top: 0px;
  left: 0px;
  display: none;
}
.pa_bg.active {
  display: block;
}
.pa_content {
  position: fixed;
  top: 90px;
  max-width: 800px;
  width: 100%;
  left: 50%;
  margin-left: -400px;
  z-index: 990;
  background-color: #ffffff;
  display: none;
  overflow-y: auto;
  height: auto;
  box-sizing: border-box;
  padding: 20px;
  max-height: calc(100vh - 150px);
}
.pa_content.active {
  display: block;
}
.pa_content .md_contactform {
  padding-top: 30px;
  padding-bottom: 0px;
}
.pa_content .md_contactform .md_contactform .md_contactform__header {
  display: none;
}
.pa_content .md_contactform .md_contactform .md_contactform__form {
  padding-left: 0px;
  padding-right: 0px;
}
.pa_content .md_contactform .md_contactform textarea {
  padding-left: 0px;
  padding-top: 0px;
}
.pa_content h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.pa_content .md_contactform__form {
  padding: 0px;
  padding-top: 0px;
  min-height: 120px;
}
.pa_content .md_contactform__header {
  position: relative;
}
.pa_closepopup {
  position: fixed;
  top: 105px;
  right: auto;
  left: 50%;
  margin-left: 350px;
  font-size: 22px;
  color: #ccc;
  text-decoration: none;
  z-index: 90;
  border: 0px solid #ccc;
  border-radius: 50%;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  box-sizing: border-box;
}
.md_contactform .js-popup_title {
  position: fixed;
  margin-top: -30px;
  padding-top: 30px;
  z-index: 2;
  background-color: #ffffff;
  max-width: 760px;
  width: 100%;
  left: 50%;
  margin-left: -380px;
  text-align: left;
}
.md_closepopup {
  position: absolute;
  z-index: 200;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
}
.md_storycontent {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  max-width: 960px;
  background-color: #ffffff;
  color: #000000;
}
.md_storycontent__title {
  font-size: 34px;
  font-family: Bebas Neue, Arial, sans-serif;
  line-height: 38px;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding-right: 40px;
}
.md_storycontent__text {
  line-height: 22px;
}
.md_show_mob {
  display: none !important;
}
.md_show_dt {
  display: block !important;
}
@media screen and (max-width: 1000px) {
  .md_show_mob {
    display: block !important;
  }
  .md_show_dt {
    display: none !important;
  }
  .sp_content {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sp_content h2,
  .sp_content h3 {
    color: #000;
  }
  .sp_content .btn {
    letter-spacing: 1px;
  }
  .sp_head {
    background-image: url(../images/bghead.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 685px;
    box-sizing: border-box;
    padding-top: 200px;
  }
  .sp_head .btn-red:hover {
    color: #ffffff;
  }
  .sp_head h1 {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-family: dwm;
    margin-bottom: 20px;
  }
  .sp_half {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .sp_half__block {
    width: calc(100% - 0px);
    margin-bottom: 20px;
  }
  .dateblock {
    background-image: url(../images/bgdate.png);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 65px 114px rgba(7, 56, 48, 0.35);
    box-sizing: border-box;
    padding: 30px;
    color: #fff;
    min-height: 165px;
  }
  .dateblock__date {
    font-family: Bebas Neue, Arial, sans-serif;
    font-size: 37px;
    line-height: 33px;
    margin-bottom: 20px;
  }
  .dateblock__date svg {
    position: relative;
    margin-right: 10px;
  }
  .dateblock__text {
    font-size: 16px;
    line-height: 26px;
  }
  .presentblock {
    font-size: 16px;
    line-height: 26px;
  }
  .presentblock svg {
    display: block;
    margin-bottom: 10px;
  }
  .presentblock span {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    opacity: 0.5;
  }
  .seasontext {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 65px 114px rgba(7, 56, 48, 0.35);
    box-sizing: border-box;
    padding: 30px;
    background-position: -200px top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .seasontext__title {
    font-family: Bebas Neue, Arial, sans-serif;
    font-size: 37px;
    line-height: 33px;
    margin-bottom: 30px;
    font-weight: bold;
  }
  .seasontext__included {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    display: block;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    padding-top: 10px;
  }
  .seasontext__included svg {
    position: relative;
  }
  .seasontext__included__checkbox {
    width: 40px;
    padding-left: 18px;
    height: 40px;
  }
  .seasontext__included__checkbox input {
    pointer-events: none;
  }
  .seasontext__included__checkbox input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: black;
    border: 2px solid #7e7e7e;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
  }
  .seasontext__included__checkbox input[type="checkbox"]:checked {
    background-color: black;
  }
  .seasontext__included__checkbox input[type="checkbox"]:checked::after {
    content: "✓";
    font-size: 14px;
    color: #AF9D60;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
  }
  .seasontext__included__checkbox input {
    border: 0px;
    border-bottom: 1px solid #999;
    background-color: transparent !important;
    font-size: 28px;
    color: #fff !important;
    font-weight: bold;
    font-family: Bebas Neue, Arial, sans-serif;
  }
  .seasontext__included__left {
    width: 100px;
    margin-left: 60px;
    margin-top: -45px;
  }
  .seasontext__included__right {
    font-size: 16px;
    line-height: 20px;
    margin-left: 60px;
    margin-top: 10px;
    width: calc(100% - 60px);
  }
  .seasontext__included__right br {
    display: none;
  }
  .seasontext__btn {
    margin-top: 30px;
  }
  .seasontext__btn .btn {
    width: 100%;
    text-align: center;
  }
  .sp_price {
    background-image: url("../images/bg_price.png");
    background-size: cover;
    background-position: left top;
    color: #ffffff;
    box-sizing: border-box;
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 60px;
    box-shadow: 0px 65px 114px rgba(7, 56, 48, 0.35);
  }
  .sp_price h2 {
    font-size: 68px;
    line-height: 68px;
    margin-bottom: 5px;
    color: #ffffff;
  }
  .sp_price p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
  }
  .sp_sostav {
    background-image: url("../images/bgsostav.png");
    background-size: cover;
    background-position: -300px top;
    width: 100%;
    height: auto;
    margin-top: 60px;
    margin-bottom: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sp_sostav .sp_content_small {
    max-width: 630px;
    margin-left: 0px;
  }
  .sp_sostav h2 {
    font-size: 68px;
    line-height: 68px;
    color: #ffffff;
  }
  .sp_sostav h2 span {
    color: #BDF154;
  }
  .sp_sostav .btn {
    width: 280px;
    text-align: center;
  }
  .sp_sostav .btn-red:hover {
    color: #ffffff;
  }
  .sp_priv {
    background-image: url("../images/bgdisk.png");
    background-position: center top;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    margin-top: 120px;
  }
  .sp_priv p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
  }
  .sp_priv svg {
    position: relative;
    top: -4px;
    margin-right: 10px;
  }
  .sp_priv h3 {
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sp_priv .btn-red {
    width: 280px;
    text-align: center;
    margin-top: 40px;
  }
  .bigdisc {
    width: calc(100% - 0px);
    height: 230px;
    background: #00261E;
    box-shadow: 0px 38px 114px rgba(7, 56, 48, 0.35);
    font-size: 114px;
    line-height: 110px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 30px;
    font-family: Bebas Neue, Arial, sans-serif;
    font-weight: bold;
    margin-top: -140px;
    margin-bottom: 50px;
  }
  .bigdisc span {
    font-size: 72px;
    line-height: 10px;
    font-family: Bebas Neue, Arial, sans-serif;
    position: relative;
    top: -40px;
  }
  .sp_bonus {
    background: linear-gradient(rgba(0, 38, 30, 0.35), rgba(0, 38, 30, 0.3)), url('../images/bgbonus.png');
    background-position: -300px top;
    background-size: cover;
    height: 550px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 60px;
    margin-top: 90px;
    margin-bottom: 120px;
  }
  .sp_bonus h2 {
    color: #ffffff;
    margin-bottom: 80px;
  }
  .sp_bonus svg {
    margin-bottom: 30px;
  }
  .sp_bonus h3 {
    color: #ffffff;
  }
  .sp_vip {
    background-image: url("../images/bgvip.png");
    background-position: center top;
    background-size: cover;
    height: 470px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 60px;
    margin-top: 90px;
    margin-bottom: 120px;
  }
  .sp_vip h2 {
    color: #ffffff;
    margin-bottom: 60px;
  }
  .sp_vip .btn-red {
    width: 280px;
  }
  .sp_vip .btn-red:hover {
    color: #fff;
  }
  .sp_vip .btn.btn-red:after,
  .sp_vip .btn.btn-red:before {
    background: #A89659;
  }
  .a_faq {
    max-width: 1280px;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    box-shadow: 0px 30px 40px -10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
  .a_faq__title {
    position: relative;
    box-sizing: border-box;
    padding-right: 50px;
    padding-top: 20px;
    margin-bottom: 0px;
  }
  .a_faq__title h3 {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 26px;
  }
  .a_faq__title a {
    position: absolute;
    right: 0px;
    top: 10px;
  }
  .a_faq__title .btn {
    letter-spacing: 0px !important;
  }
  .a_faq__text {
    width: 60%;
    box-sizing: border-box;
    padding-bottom: 0px;
    padding-top: 10px;
    display: none;
    font-size: 16px;
    line-height: 28px;
    font-family: Raleway, Tahoma, sans-serif;
  }
  .a_faq__text.active {
    display: block;
  }
  .js-faq_trigger {
    cursor: pointer;
  }
  .pop_sostav {
    padding-top: 120px;
    color: #000;
  }
  .pop_sostav__tiers {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
  }
  .pop_sostav__tiers__block {
    width: calc(100% - 0px);
    margin-bottom: 10px;
  }
  .pop_sostav__tiers__block h2 {
    font-size: 28px;
    font-weight: 700;
    font-family: Bebas Neue, Arial, sans-serif;
    margin-bottom: 0px !important;
    text-align: left !important;
  }
  .pop_sostav__tiers__block span {
    font-size: 72px;
    font-weight: 700;
    color: #BDF154;
    font-family: Bebas Neue, Arial, sans-serif;
  }
  .js-popup_title {
    padding-right: 30px;
    box-sizing: border-box;
    padding-left: 20px !important;
  }
  .pa_bg {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 900;
    top: 0px;
    left: 0px;
    display: none;
  }
  .pa_bg.active {
    display: block;
  }
  .pa_content {
    position: fixed;
    top: 90px;
    max-width: calc(100% - 40px);
    width: 100%;
    left: 20px;
    margin-left: 0px;
    z-index: 990;
    background-color: #ffffff;
    display: none;
    overflow-y: auto;
    height: auto;
    padding-bottom: 40px;
    max-height: calc(100vh - 50px);
  }
  .pa_content.active {
    display: block;
  }
  .pa_content .md_contactform {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .pa_content h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }
  .pa_content .md_contactform__form {
    padding: 0px;
    padding-top: 0px;
    min-height: 120px;
  }
  .pa_closepopup {
    position: fixed;
    top: 110px;
    right: 30px;
    left: auto;
    margin-left: 0px;
    font-size: 22px;
    color: #111;
    text-decoration: none;
  }
  .md_closepopup {
    position: absolute;
    z-index: 200;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 32px;
  }
  .md_contactform .js-popup_title {
    position: fixed;
    margin-top: -30px;
    padding-top: 30px;
    z-index: 2;
    background-color: #ffffff;
    width: calc(100% - 40px);
    left: 0%;
    margin-left: 20px;
    box-sizing: border-box;
    padding-left: 20px;
    text-align: left;
  }
}
