header,
section,
div:not(.elem-hero--holder),
a,
b,
ul,
li,
button,
img,
svg,
path,
h1,
h2,
h3,
h4,
h5,
h6,
input[type="submit"] {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
body {
  font: 400 16px/24px var(--f1);
  color: white;
  background: black;
  font-family: var(--f1);
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: var(--first-color);
  display: block;
  margin-bottom: 10px;
  background: #8900fa;
  background: linear-gradient(to right, #8900fa 8%, #e200ff 43%, #ff0034 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  color: var(--first-color);
}
h1 {
  font: 700 60px/72px var(--f1);
}
h2 {
  font: 700 36px/52px var(--f1);
}
h3 {
  font: 700 26px/32px var(--f1);
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.ul-check li {
  font-weight: 600;
  min-height: 25px;
  line-height: 20px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}
ul.ul-check li::before {
  content: " ";
  margin-right: 10px;
  position: relative;
  width: 25px;
  height: 25px;
  background: url(../img/icon-check.svg) center center no-repeat;
}
ul.t-gray li, ul.t-gray li p ,ul.t-gray li b{color: #ABA5B3;}
ul.t-14 li, ul.t-14 li p ,ul.t-14 li b{font-size: 14px;}
a {
  color: var(--w);
  text-decoration: none;
}

.text {
  color: #aba5b3;
}
.text-gradient {
  background: #8900fa;
  background: linear-gradient(to right, #8900fa 8%, #e200ff 73%, #ff0034 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button {
  padding: 18px 32px;
  font-weight: 700;
  background: var(--first-color);
  border-radius: 8px;
  text-transform: capitalize;
  text-align: center;
  position: relative;
}
.button:hover,
.button:active,
.button:focus {
  background: linear-gradient(to right, #8900fa 8%, #e200ff 73%, #ff0034 100%);
  color: white;
}
.button img {
  position: relative;
  margin-top: -5px;
  margin-right: 4px;
}
.button-yt {
  color: #4dffaa;
  font-weight: 700;
}
.button-yt img,
.button-yt svg {
  margin-left: 10px;
}

.bg-2 {
  background: var(--bg-2);
}
.bg-3 {
  background: var(--bg-3);
}
.bg-white {
  background: black;
  color: white;
}
.bg-black {
  background: black;
}
.bg-purple {
  background: var(--purple);
}
.bg-pink {
  background: var(--pink);
}
.bg-green {
  background: var(--green);
}
.bg-blue {
  background: var(--blue);
}
.bg-cyan {
  background: var(--cyan);
}

.t-grad {
  background: #8900fa;
  background: linear-gradient(to right, #8900fa 8%, #e200ff 73%, #ff0034 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.t-gray {
  color: #aba5b3;
}

.border-purple {
  border: 1px solid var(--purple) !important;
}
.border-pink {
  border: 1px solid var(--pink) !important;
}
.border-green {
  border: 1px solid var(--green) !important;
}
.border-blue {
  border: 1px solid var(--blue) !important;
}

.gap10 {
  display: flex;
  gap: 10px;
}
.gap15 {
  display: flex;
  gap: 15px;
}
.gap20 {
  display: flex;
  gap: 20px;
}

.m-0 {
  margin: 0 0 0 0;
}
.m00,
.m0,
.m-00 {
  margin: 0 0 0 0 !important;
}
.p00,
.p0,
.p-00 {
  padding: 0 0 0 0 !important;
}

.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}

.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-120 {
  padding-top: 126px;
}
.pt-160 {
  padding-top: 160px;
}

.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-120 {
  padding-bottom: 126px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-35 {
  padding-right: 35px;
}
.pr-15 {
  padding-right: 15px;
}
.pl-90 {
  padding-left: 90px;
}

.row-flex {
  display: flex;
}
.row-flex-between {
  display: flex;
  justify-content: space-between;
}
.row-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row-flex-center > * {
  flex: 1;
}
.row-buttons {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 30px;
}

.t-48 {
  font-size: 48px;
  line-height: 120%;
}
.t-32 {
  font-size: 32px;
  line-height: 40px;
}
.t-30 {
  font-size: 32px;
  line-height: 40px;
}
.t-26 {
  font-size: 26px;
  line-height: 32px;
}
.t-24 {
  font-size: 24px;
  line-height: 30px;
}
.t-24b {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}
.t-22 {
  font-size: 22px;
  line-height: 28px;
}
.t-20 {
  font-size: 20px;
  line-height: 26px;
}
.t-18 {
  font-size: 18px;
  line-height: 130%;
}
.t-16 {
  font-size: 16px;
  line-height: 130%;
}
.t-14 {
  font-size: 14px;
  line-height: 140%;
}
.t-12 {
  font-size: 12px;
  line-height: 18px;
}
.tw-500 {
  font-weight: 500;
}
.tw-600 {
  font-weight: 600;
}
.tw-700 {
  font-weight: 700;
}
.t-bold {
  font-weight: 600;
}
.t-right {
  text-align: right;
}
.t-quote {
  font-style: italic;
}
.t-black {
  color: black;
}
.t-gray {
  color: var(--g);
}
.w-100 {
  width: 100%;
}
.w-70 {
  width: 70%;
}

.header-top {
  background: #322b50;
  padding: 10px;
  font-weight: 700;
}
.header-top--Info {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
}
.header-top--Info a {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
.header-top--Info a img {
  margin-right: 4px;
}
.header-top--Info .button {
  min-width: auto;
  padding: 8px 13px;
  font-size: 14px;
  font-weight: 700;
}

header {
  background: black;
  padding: 22px 0;
}
header .col-lg-2 {
  display: flex;
  align-items: center;
}
header nav ul {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
header nav ul li a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
header nav ul li a:not(.button):hover,
header nav ul li a:not(.button):active,
header nav ul li a:not(.button):focus {
  background: #8900fa;
  background: linear-gradient(to right, #8900fa 8%, #e200ff 73%, #ff0034 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header nav ul li a.button {
  padding: 14px 30px;
  min-width: 240px;
}

.footer-bottom {
  background-color: #1a162b;
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  gap: 9px;
}
.footer-bottom a,
.footer-bottom a:hover,
.footer-bottom a:active,
.footer-bottom a:focus {
  color: var(--w);
}

.block {
  position: relative;
}
.block-feat .elem-review{margin-bottom:40px;height: calc(100% - 60px);}
.block-hero {
  background: url(../img/mpherobg.webp) center center no-repeat;
  background-size: cover;
}
.block-what {
  background: url(../img/mpbgwhata.webp) center bottom no-repeat;
  background-size: cover;
}
.block-what div {
  position: relative;
  z-index: 5;
}
.block-what:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 600px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 0) 100%
  );
  left: 0;
  top: 0;
  z-index: 1;
}

.elem-arrow {
  width: 48px;
  height: 48px;
  background: url(../img/mparrowl.svg) center center no-repeat;
  background-size: cover;
}
.elem-arrowr {
  width: 48px;
  height: 48px;
  background: url(../img/mparrowr.svg) center center no-repeat;
  background-size: cover;
}

.elem-circle {
  border-radius: 50%;
}

.elem-faq {
  border-radius: 10px;
  background: #0b0b0b;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
  margin-top: 15px;
}
.elem-faq h3 {
  font: 500 18px/36px var(--f1);
}
.elem-faq--title {
  padding: 28px;
  border-radius: 10px 10px 0 0;
  position: relative;
  cursor: pointer;
}
.elem-faq--title:not(.open):hover {
  background-color: #9b00ff;
}
.elem-faq--title::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 17px;
  width: 41px;
  height: 41px;
  background: #000000 url("../img/mpfaq.svg") center center no-repeat;
  border-radius: 50%;
}
.elem-faq--title.open::after {
  background: #000000 url("../img/mpfaqc.svg") center center no-repeat;
  border-radius: 50%;
}
.elem-faq--title:not(.open):hover::after {
  background: #7c00cc url("../img/mpfaqw.svg") center center no-repeat;
}

.elem-faq--content {
  padding: 35px;
  border-radius: 0 0 10px 10px;
  background: #151515;
}

.elem-feat {
  text-align: center;
  height: 100%;
  border-radius: 4px;
  background: #0b0b0b;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
.elem-feat--bg {
  position: relative;
  height: 230px;
  background: url(../img/mpwho1.webp) center center no-repeat;
  background-size: cover;
}
.elem-feat--bg label {
  position: absolute;
  right: 0;
  display: block;
  width: 60%;
  min-width: 213px;
  height: 55px;
  font: 700 18px/55px var(--f1);
  background: var(--purple);
  text-transform: capitalize;
}
.elem-feat--c {
  padding: 40px 30px 125px 30px;
  height: 100%;
}


.elem-feat h3 {
  border: 1px solid var(--first-color);
  display: inline;
  font: 500 16px/26px var(--f1);
  margin-bottom: 0;
  padding: 11px 26px;
  border-radius: 50px;
  opacity: 0.7;
  background: #000;
}
.elem-feat h4 {
  font: 700 23px/32px var(--f1);
  margin: 30px 0 25px 0;
  text-transform: capitalize;
}
.elem-feat p {
  color: var(--g);
}
.elem-feat--button {
  position: absolute;
  width: calc(100% - 80px);
  bottom: 50px;
  height: 44px;
  left: 40px;
}
.elem-feat--button .button {
  width: 100%;
  display: block;
}

.elem-feat2 h3 {
  border: 1px solid var(--pink);
}
.elem-feat2 label {
  background: var(--pink);
}
.elem-feat2 .elem-feat--bg {
  background: url(../img/mpwho2.webp) center center no-repeat;
  background-size: cover;
}
.elem-feat3 h3 {
  border: 1px solid var(--green);
}
.elem-feat3 label {
  background: var(--green);
}
.elem-feat3 .elem-feat--bg {
  background: url(../img/mpwho3.webp) center center no-repeat;
  background-size: cover;
}
.elem-feat.elem-featb {
  background: none;
}
.elem-feat--c.elem-featb{padding:35px 0 20px 0}
.elem-feat--c.elem-featb h4{text-transform: capitalize;margin-top: 0px;}
.elem-feat--c.elem-featb li, .elem-feat--c.elem-featb li p{color: #ABA5B3;}
.elem-footer {
  padding-left: 25px;
  padding-bottom: 70px;
  border-left: 1px solid #343434;
  color: var(--g);
  position: relative;
  height: 100%;
}
.elem-footer h3 {
  font: 700 28px/36px var(--f1);
  margin: 0 0 30px 0;
  color: white;
}
.elem-footer a:not(.button) {
  color: var(--g);
}
.elem-footer .button {
  position: absolute;
  left: 25px;
  bottom: 0;
}
.elem-footer--disclaimer {
  font-size: 10px;
  text-align: center;
  margin-top: 20px;
  color: var(--g);
}
.elem-footer--menu nav ul {
  display: flex;
  gap: 35px;
  justify-content: flex-start;
  align-items: center;
}
.elem-footer--menu nav ul li a {
  color: white;
  font-weight: 700;
}
.elem-footer--row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.elem-footer--social {
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: center;
}

.elem-gift {
  color: var(--gray);
  padding: 30px;
}

.elem-gift h2 {
  color: white;
}
.elem-gift ul {
  margin-top: 10px;
}
.elem-gift ul li {
  color: var(--gray);
  margin-bottom: 10px;
  font-size: 15px;
}
.elem-gift .button {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.elem-gift--Img {
  width: 100%;
}
.elem-gift--img2 {
  background: url(../img/mpgift.webp) center center no-repeat;
  background-size: cover;
  height: calc(100%);
}

.elem-gift--bgblack {
  background: #0b0b0b;
}

.elem-heading {
  margin-bottom: 40px;
  text-align: center;
}
.elem-heading h2{text-transform: capitalize;}
.elem-heading p {
  color: var(--g);
  margin-bottom: 0;
  text-wrap: balance;
}
.elem-heading p span {
  color: white;
}
.elem-heading .row-buttons {
  margin-top: 30px;
}

.elem-help {
  position: fixed;
  z-index: 90;
  bottom: 30px;
  right: 30px;
  width: 400px;
  padding: 35px 24px 24px 24px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #9b00ff;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
}
.elem-help--opt {
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 240px;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 15px;
  background: #f3ebff;
  font-size: 14px;
  position: relative;
  z-index: 93;
}
.elem-help--opt:hover,
.elem-help--opt:active,
.elem-help--opt:focus {
  color: white;
  background: var(
    --Linear,
    linear-gradient(81deg, #8900fa 7.06%, #e200ff 49.36%, #ff0034 93.4%)
  );
}
.elem-help--optL {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: white !important;
  text-align: center;
}
.elem-help--asset {
  width: 192px;
  height: 265px;
  position: absolute;
  bottom: 0;
  right: -13px;
  z-index: 93;
  background: url("../img/mphelp.webp") no-repeat;
  background-size: cover;
}
.elem-help--close {
  position: absolute;
  top: 20px;
  right: 17px;
  width: 14px;
  height: 14px;
  z-index: 95;
  cursor: pointer;
  background: url("../img/mphelpclose.svg") no-repeat;
}

.elem-hero--g {
  position: relative;
  z-index: 1;
  background: linear-gradient(to right, #8900fa 8%, #e200ff 73%, #ff0034 100%);
  border-radius: 50px;
  padding: 8px 24px;
  margin-bottom: 16px;
  width: 340px;
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 11px 16px;
}
.elem-hero--g * {
  position: relative;
  z-index: 5;
}
.elem-hero--g::before {
  width: 338px;
  height: 48px;
  background: black;
  border-radius: 50px;
  content: "";
  position: absolute;
  z-index: 2;
  left: 1px;
  top: 1px;
}
.elem-hero ul li {
  margin-bottom: 10px;
}
.elem-hero--buttons {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 30px;
}
.elem-hero--container {
  position: relative;
  z-index: 99;
}

.elem-leader--bg {
  background: linear-gradient(
      180deg,
      rgba(155, 0, 255, 0) 0%,
      rgba(155, 0, 255, 0.3) 128.59%
    ),
    #000;
}
.elem-leader {
  padding: 70px 0 40px;
  border-radius: 40px 40px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  min-width: 226px;
  z-index: 5;
}
.elem-leader div {
  width: 100%;
  text-align: center;
}
.elem-leader--img {
  position: relative;
}
.elem-leader--img {
  width: 64px;
  height: 54px;
  border-radius: 50%;
}
.elem-leader--name {
  font: 700 24px/32px var(--f1);
  margin-top: 15px;
}
.elem-leader--point {
  height: 64px;
  margin: 10px 0;
  font-weight: 700;
  line-height: 64px;
}
.elem-leader--pos {
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  border-radius: 2177.647px;
  width: 60px !important;
  height: 60px;
  font: 700 42px/60px var(--f1);
  text-align: center;
}
.elem-leader1 {
  background: rgba(255, 0, 138, 0.1);
}
.elem-leader1 .elem-leader--img:before {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  top: -7px;
  left: calc(50%);
  transform: translate(-50%, -50%);
  background: url("../img/mpiconcrow.svg") no-repeat;
  background-size: cover;
}
.elem-leader1 .elem-leader--point {
  font-size: 70px;
  color: var(--pink);
}
.elem-leader2 .elem-leader--point {
  font-size: 46px;
  color: var(--blue);
}
.elem-leader3 .elem-leader--point {
  font-size: 36px;
  color: var(--purple);
}
.elem-leader2 {
  background: rgba(38, 122, 249, 0.1);
}
.elem-leader3 {
  background: rgba(155, 0, 255, 0.1);
}

.elem-leader--asset {
  width: 215px;
  height: 260px;
  position: absolute;
  left: -185px;
  bottom: 20px;
  z-index: 6;
  background: url("../img/mpgolfer1.webp") no-repeat;
  background-size: cover;
}
.elem-leader--info {
  border-radius: 4px;
  border: 1px solid #9b00ff;
  background: #4e0080;
  padding: 30px;
}
.elem-leader--info1 {
  width: 138px;
  height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elem-map {
  margin: 0 15%;
}

.elem-menu--info {
  display: none;
}
.elem-menu--info1 {
  border-radius: 40px 40px 0 0;
  background: #322b50;
  text-align: center;
  padding: 24px 20px 20px 20px;
}
.elem-menu--info2 {
  border-radius: 0 0 40px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  background: #322b50;
  text-align: center;
  padding: 20px 20px 24px 20px;
}
.elem-menu--info2 a {
  font-size: 16px;
  font-weight: 700;
}
.elem-menu--info__button {
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}
.elem-menu--toggle {
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: inline-block;
  background: url("../img/mpmenu.svg") center center no-repeat;
  background-size: cover;
}
.elem-menu--toggle.open {
  background: url("../img/mpmenuc.svg") center center no-repeat;
  background-size: cover;
}

.elem-notbutton {
  border: 1px solid var(--first-color);
  display: inline;
  font: 500 16px/26px var(--f1);
  margin-bottom: 0;
  padding: 11px 26px;
  border-radius: 50px;
  opacity: 0.7;
  background: #000;
}
.elem-notbutton img {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}

.elem-price {
  padding: 24px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #181818;
}
.elem-price--title {
  background: #0b0b0b;
}
.elem-price--top {
  border-radius: 40px 40px 0 0;
}
.elem-price--bottom {
  border-radius: 0 0 40px 40px;
}
.elem-price--price {
  font: 700 32px/40px var(--f1);
}
.elem-price .row {
  align-items: center;
}
.elem-price h3 {
  font: 700 32px/40px var(--f1);
  margin: 0 0;
}
.elem-price h3 b {
  font: 600 20px/24px var(--f1);
  color: var(--g);
}
.elem-price h4 {
  font: 700 26px/30px var(--f1);
  margin: 0 0;
}
.elem-price h4 b {
  font: 600 20px/24px var(--f1);
  color: var(--g);
  display: block;
}
.elem-price .col-lg-5 img {
  float: left;
  margin-right: 20px;
}
.elem-price .button {
  display: block;
  width: 100%;
}
.elem-pricei {
  padding: 20px 0;
  background: #0b0b0b;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-weight: 700;
  color: var(--g);
  text-align: center;
  height: 100%;
}
.elem-pricei--img {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elem-pricei img {
  display: block;
}
.elem-price--marquee {
  font-size: 14px;
  text-transform: capitalize;
}
.elem-price--marquee div {
  float: left;
  margin-right: 60px;
}
.elem-price--marquee img {
  margin-right: 9px;
}
.elem-price--marqueeHolder {
  overflow: hidden;
}

.elem-review {
  border-radius: 4px;
  background: #0b0b0b;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
  padding: 35px;
  font-size: 18px;
  margin-top: 25px;
}
.elem-review--author {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}
.elem-review--author b {
  display: block;
}
.elem-review--authorc {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  text-align: center;
  font: 500 24px/41px var(--f1);
}
.elem-review img {
  display: inline-block;
  margin-bottom: 30px;
}

.elem-video {
  display: block;
  cursor: pointer;
}

.elem-what {
  padding: 24px 32px;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
  height: 100%;
}
.elem-what h3 {
  color: black;
  margin: 11px 0;
}
.elem-what p {
  color: black;
  margin-bottom: 0;
  text-wrap: balance;
}
.elem-what--row .col-lg-4 {
  margin-top: 24px;
}

.elem-video {
  position: relative;
  cursor: pointer;
}

.video-shadowbox {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
.video-shadowbox__video-wrapper {
  left: 50%;
  max-width: 640px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.video-shadowbox__video {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}
.video-shadowbox__video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-shadowbox__close-button {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 30px;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -45px;
  width: 30px;
  font-size: 13px;
  margin-bottom: 50px;
  cursor: pointer;
  background: var(--first-color);
}

@media (min-width: 992px) and (max-width: 1400px) {
  .button {
    min-width: 216px;
    text-align: center;
    display: inline-block;
  }
  .header-top {
    font-size: 14px;
  }
  header nav ul li a {
    font-size: 16px;
  }
  header nav ul li a.button {
    min-width: 140px;
  }
  .elem-feat h3 {
    font: 500 13px / 26px var(--f1);
  }
  .elem-feat--button .button {
    font-size: 14px;
  }
  .elem-footer .button {
    font-size: 13px;
  }
  .elem-gift {
    padding: 30px 0;
    font-size: 14px;
  }
  .elem-map {
    margin: 0 0;
  }
  .elem-what h3 {
    font: 700 24px / 32px var(--f1);
  }
  .button {
    min-width: 216px;
  }
}

@media (min-width: 1401px) {
  .button {
    min-width: 316px;
  }

  .block-what:before {
    height: 900px;
  }

  .elem-leader {
    min-width: 374px;
  }
  .elem-leader--name {
    font: 700 32px/42px var(--f1);
    margin-top: 30px;
  }
  .elem-leader--point {
    margin: 40px 0;
  }
  .elem-leader1 {
    height: 526px !important;
  }
  .elem-leader2 {
    height: 444px !important;
  }
  .elem-leader3 {
    height: 396px !important;
  }
  .elem-leader1 .elem-leader--point {
    font-size: 100px;
    color: var(--pink);
  }
  .elem-leader2 .elem-leader--point {
    font-size: 75px;
    color: var(--blue);
  }
  .elem-leader3 .elem-leader--point {
    font-size: 54px;
    color: var(--purple);
  }
}

@media (min-width: 992px) {
  .elem-heading.elem-heading--bigger h2 {
    font: 700 60px/70px var(--f1);
  }

  .elem-leader--row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 30px;
    position: relative;
  }
  .elem-leader {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 70px 0 40px;
    border-radius: 40px 40px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .elem-leader1 {
    height: 436px;
  }
  .elem-leader2 {
    height: 356px;
  }
  .elem-leader3 {
    height: 324px;
  }
  .elem-leader--info img {
    width: 72px;
    height: 72px;
  }

  .elem-menu {
    display: flex;
  }

  .elem-review--grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media (max-width: 992px) {
  h1 {
    font: 700 28px/38px var(--f1);
  }
  h2 {
    font: 700 28px/38px var(--f1);
  }
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    font-size: 16px;
    font-weight: 500;
  }

  .row-buttons {
    display: block;
  }
  .row-buttons .button {
    display: block;
    width: 100%;
  }
  .row-buttons .button.button-sec {
    margin-top: 10px;
    margin-left: 0;
  }
  .button {
    font: 700 16px / 18px var(--f1);
  }

  .w-100 {
    width: 100%;
  }
  .w-70 {
    width: 100%;
  }

  .pt-60 {
    padding-top: 48px;
  }
  .pt-70 {
    padding-top: 48px;
  }
  .pt-80 {
    padding-top: 48px;
  }
  .pt-90 {
    padding-top: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pt-160 {
    padding-top: 60px;
  }

  .pb-60 {
    padding-bottom: 48px;
  }
  .pb-70 {
    padding-bottom: 48px;
  }
  .pb-80 {
    padding-bottom: 48px;
  }
  .pb-90 {
    padding-bottom: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pb-160 {
    padding-bottom: 60px;
  }
  .pr-35 {
    padding-right: 0;
  }
  .t-20 {
    font-size: 18px;
    line-height: 130%;
  }
  .t-24b {
    font-size: 20px;
    line-height: 130%;
  }

  .pt-xs-0 {
    padding-top: 0px !important;
  }
  .pb-xs-0 {
    padding-bottom: 0px !important;
  }
    .pt-xs-90 {
    padding-top: 90px !important;
  }
  .pb-xs-90 {
    padding-bottom: 90px !important;
  }
   .pt-xs-50 {
    padding-top: 50px !important;
  }
   .pb-xs-50 {
    padding-bottom: 50px !important;
  }
   .pt-xs-40 {
    padding-top: 40px !important;
  }
   .pb-xs-40 {
    padding-bottom: 40px !important;
  }
  .pt-xs-30 {
    padding-top: 30px !important;
  }
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
    .pt-xs-20 {
    padding-top: 20px !important;
  }
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
      .pt-xs-10 {
    padding-top: 10px !important;
  }
  .pb-xs-10 {
    padding-bottom: 10px !important;
  }
  .pt-xs-60 {
    padding-top: 60px !important;
  }
  .pb-xs-60 {
    padding-bottom: 30px !important;
  }

  .m-xs-0{margin: 0 0 0 0 !important;}

  .text-left--xs {
    text-align: left !important;
  }

  .header-top {
    display: none;
  }
  header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
  }
  header nav {
    margin: 40px 24px 8px 24px;
    display: block;
  }
  header nav ul {
    display: block;
  }
  header nav ul li {
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }
  header nav ul li a {
    font-size: 16px;
  }
  header nav ul li a.button {
    display: block;
    width: 100%;
  }

  footer .col-lg-4 {
    margin-bottom: 40px;
  }
  .footer-bottom img {
    margin-right: 15px;
  }

  .block-hero {
    margin-top: 88px;
  }
  .block-feat{overflow: hidden;}
  .block-feat .col-lg-4 {
    margin-bottom: 30px;
  }
  .block-gallery .row div {
    font-size: 12px;
  }

  .elem-feat h3 {
    font: 500 14px/26px var(--f1);
  }

  .elem-gift {
    padding: 30px 5px;
  }

  .elem-footer {
    padding-top: 35px;
    padding-bottom: 95px;
    padding-left: 0;
    border-left: none;
    border-bottom: 1px solid #343434;
  }
  .elem-footer .button {
    left: 0;
    bottom: 30px;
    width: 100%;
  }
  .elem-footer--disclaimer {
    font-size: 14px;
    line-height: 22px;
  }


  .elem-footer--menu nav ul {
    display: block;
  }
  .elem-footer--menu nav ul li {
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }

  .elem-footer--disclaimer{border-top: 1px solid #343434;padding-top: 20px;margin-top: 0px;font-size: 10px;text-wrap: balance;}

  .elem-gallery--row {
    display: flex;
  }
  .elem-gallery--row img {
    max-width: 290px;
    margin-right: 0px;
  }
  .elem-gallery--row .slick-slide {
    margin: 0 0px;
  }

  .elem-heading .row-buttons {
    margin-top: 45px;
  }
  .elem-heading .row-buttons .button {
    min-width: 238px;
    display: inline;
  }

  .elem-help {
    display: block;
    position: relative;
    width: calc(100% - 30px);
    margin: 40px 45px;
  }
  .elem-help--asset {
    width: 148px;
    height: 205px;
    right: -18px;
  }

  .elem-hero--buttons {
    margin-bottom: 40px;
  }
  .elem-hero--buttons,
  .elem-hero--buttons a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .elem-hero--buttons .button-yt {
    margin-top: 30px;
  }
  .elem-hero--video {
    display: none !important;
  }

  .elem-leader--asset {
    display: none;
  }
  .elem-leader--row {
    overflow-x: scroll;
    display: flex;
  }
  .elem-leader {
    width: 40%;
    margin-right: 10px;
    height: 390px;
  }
  .elem-leader--img {
    margin-top: 60px;
  }
  .elem-leader--pos {
    top: 20px;
  }
  .elem-leader--name {
    margin-top: 25px;
  }
  .elem-leader--date {
    margin-top: 20px;
  }
  .elem-leader--point {
    font-size: 56px !important;
  }

  .elem-leader--info {
    line-height: 28px;
    text-align: center;
  }

  .elem-map {
    margin: 0 15px;
  }

  .elem-menu {
    display: none;
    height: calc(100vh - 88px);
    background: linear-gradient(
        180deg,
        rgba(155, 0, 255, 0) 0%,
        rgba(155, 0, 255, 0.3) 128.59%
      ),
      #000;
    position: relative;
    z-index: 999;
    margin-top: 65px;
  }
  .elem-menu--info {
    display: block;
    margin: 0 15px;
  }

  .elem-price {
    padding: 24px;
  }
  .elem-price h3 {
    font: 700 18px/25px var(--f1);
  }
  .elem-price h3 b {
    font: 700 14px/25px var(--f1);
  }
  .elem-price h4 {
    font: 700 20px/30px var(--f1);
  }
  .elem-price h4 b {
    font: 600 16px/26px var(--f1);
  }
  .elem-price--price {
    margin: 20px 0;
    font: 700 26px/30px var(--f1);
  }

  .elem-review {
    max-width: 290px;
    margin-right: 15px;
    min-height: 511px;
    min-height: 777px;
  }

  .elem-what {
    max-width: 260px;
    margin-right: 15px;
    min-height: 511px;
  }
  .elem-what h3 {
    font: 700 22px/28px var(--f1);
  }
  .elem-what img {
    display: inline-block !important;
  }


.block-feat .elem-review{border-radius: 0;margin-bottom: 0;}
.block-feat .elem-review img{margin-bottom: 20px;}
.block-feat .elem-review .t-24{font-size: 14px;line-height: 22px;}
.block-gift .elem-gift--bgblack{background:none;}
.block-gift .elem-gift--img2{margin: 0 15px;}
.block-gift .elem-gift--bgblack .elem-gift{margin:0 15px;background:black;padding: 30px 15px;}

.elem-faq--title{padding: 24px;}
.elem-faq h3{    font: 500 14px / 24px var(--f1);margin-right: 35px;}
.elem-feat .elem-feat--c p{margin-bottom: 0;}
.elem-feat h4{    font: 700 18px / 24px var(--f1);}
.elem-footer--row{display: block;}
  .elem-heading{margin-bottom: 24px;}
  
}
