/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background-color: rgb(17, 17, 17);
  padding: 40px 20px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.449);
  max-width: 400px;
  width: 90%;
}

.popup-content h2 {
  margin: 0 0 15px;
  font-size: 1.5rem;
  color: #ffffff;
}
.logos_section .row.footer-logos {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;

  gap: 20px;
}
.logos_section .row.footer-logos img {
  max-height: 55px;
  max-width: 150px;
}
.popup-content p {
  margin: 0 0 20px;
  color: #ffffff9c;
}

.popup-buttons {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.popup-button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  width: fit-content;
}

.yes-button {
  background-color: #dc3545;
  color: white;
}

.yes-button:hover {
  background-color: #218838;
}

.no-button {
  background-color: rgba(135, 135, 135, 0.448);
  color: rgba(255, 255, 255, 0.601);
}

.no-button:hover {
  background-color: #000000;
}

.hidden {
  display: none;
}

.main-content {
  text-align: center;
}

.main-content h1 {
  color: #333;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #0b0b0d;
  padding-top: 0px;
  color: #ffffff;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0px auto;
}

@media screen and (max-width: 1260px) {
  .container {
    max-width: 90%;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(11, 11, 13, 0.7);
  backdrop-filter: blur(25.7000007629px);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
header a {
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
}
header a span {
  background: linear-gradient(180deg, #fff500 0%, #ffa800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.hero-section {
  height: 620px;
  width: 100%;
  background-image: url(../images/main-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  margin-bottom: -120px;
}

@media (max-width: 718px) {
  .hero-section {
    height: 280px;
    width: 100%;
    background-image: url(../images/mobile-main.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -100px;
  }
}

.hero-section .for_text {
  max-width: 753px;
  padding-bottom: 120px;
}
.hero-section .for_text h1 {
  padding-top: 314px;
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 24px;
}
.hero-section .for_text p {
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  color: #ffffff;
}

.section-beliebt .inherit_title {
  font-weight: 600;
  font-size: 42px;
  line-height: 65%;
  color: #ffffff;
  margin-bottom: 32px;
  text-align: center;           
  text-shadow: 0 0 10px #FFD700, 0 0 20px #FFD700; 
}

.section-beliebt .item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  border: 0.5px solid #8f8f8f;
  overflow: hidden;
  margin-bottom: 32px;
}

.section-beliebt .item-vip {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  border: 0.5px solid #8f8f8f;
  border-radius: 8px;
  justify-content: space-between;
  background: linear-gradient(90deg, #00afc9 0%, #5e00ff 100%);
  margin-bottom: 40px;
}

.section-beliebt .item-vip.default {
  background: linear-gradient(90deg, #363550 0%, #020027 100%);
}

@media screen and (min-width: 720px) {
  .item-vip .left {
    display: flex;
    flex-direction: column;
    background: rgba(11, 11, 13, 0.5);
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
    clear: both;
    min-height: 200px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}

.yellow {
  color: #ffdf01;
}

.best {
  position: absolute;
  top: -19px;
  left: 50px;
}

.for_img img {
  min-width: 240px;
}

.for_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.verified p {
  margin-top: 5px;
}

.list__item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.price-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.price-block h1 {
  font-size: 50px;
  font-weight: bold;
}

.price-block h3 {
  font-size: 26px;
  font-weight: 500;
}

.right-block {
  padding-right: 31px;
}

.right-block a {
  background: linear-gradient(180deg, #fff500 0%, #ffa800 100%);
  border-radius: 8px;
  width: 100%;
  height: 56px;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 20px;
  line-height: 135%;
  color: #000;
  margin-top: 18px;
}

.section-beliebt .item:last-child {
  margin-bottom: 100px;
}
.section-beliebt .item .left {
  max-width: 220px;
  background-color: rgba(11, 11, 13, 0.6);
  text-align: center;
}
.section-beliebt .item .left .for_img {
  width: 100%;
  max-width: 220px;
  max-height: 154px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.section-beliebt .item .left div p {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  line-height: 98%;
  margin-bottom: 8px;
}

/* .section-beliebt .item .left div p + .for_stars {
  margin-left: auto;
  margin-right: auto;
  width: 145px;
  max-width: 145px;
  height: 18px;
  background-image: url(img/stars.png);
  background-size: contain;
  margin-bottom: 8px;
} */

.section-beliebt .item .left div p + .for_stars + p {
  font-weight: 400;
  line-height: 108%;
  color: #ffffff;
  margin-bottom: 24px;
}
.section-beliebt .item .left div p + .for_stars + p span {
  color: #ffffff;
  background: linear-gradient(180deg, #fff500 0%, #ffa800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-beliebt .item .right {
  background: linear-gradient(90deg, #363550 0%, #020027 100%);
  padding: 31px 24px 31px 48px;
  display: inline-flex;
  flex-grow: 1;
  min-height: 100%;
  justify-content: space-between;
  align-items: center;
}
.section-beliebt .item .right .item_intro {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #ffffff;
  text-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.04);
}
.section-beliebt .item .right .item_intro_heading {
  font-weight: 700;
  font-size: 33px;
  line-height: 120%;
  color: #ffffff;
  text-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.04);
}
.section-beliebt .item .right .item_intro_heading span {
  font-weight: 200;
  font-size: 14px;
}
.section-beliebt .item .right ul {
  columns: 2;
}
.section-beliebt .item .right ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 141%;
  color: #ffffff;
  padding: 10px 0px;
  position: relative;
  padding-left: 32px;
}
.section-beliebt .item .right ul li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/fa_mark.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.section-beliebt .item .right a {
  background: linear-gradient(180deg, #fff500 0%, #ffa800 100%);
  border-radius: 8px;
  width: 100%;
  max-width: 240px;
  height: 56px;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 20px;
  line-height: 135%;
  color: #000;
}

.seo_text_with_bg {
  padding: 78px 0px;
  background-image: url(../images/seo_text_bg.png);
  margin-bottom: 80px;
}
.seo_text_with_bg p {
  font-weight: 400;
  font-size: 16px;
  line-height: 139%;
  color: #ffffff;
  margin-bottom: 30px;
}
.seo_text_with_bg p:last-child {
  margin-bottom: 0px;
}

.second_seo_text {
  padding-bottom: 80px;
  border-bottom: 1px solid #212529;
}
.second_seo_text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 40px;
}
.second_seo_text p:last-child {
  margin-bottom: 0px;
}
.second_seo_text p span {
  font-size: 24px;
  font-weight: 700;
  color: #fff500;
}
.second_seo_text p a {
  color: #ffffff;
  text-decoration: underline;
}

.logos_section {
  padding: 60px 0px 0px 0px;
}
.logos_section .row {
  display: flex;
  justify-content: center;
  gap: 72px;
  align-items: center;
  margin: 56px 0px;
}
.logos_section .row img {
  max-width: 100%;
}

footer {
  background-color: #151521;
  padding-top: 60px;
  padding-bottom: 40px;
}
footer .first_row {
  text-align: center;
  margin-bottom: 44px;
}
footer .first_row p {
  font-weight: 400;
  font-size: 14px;
  line-height: 139%;
  color: #676767;
  margin-bottom: 44px;
}
footer .first_row ul {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
footer .first_row ul li a {
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 150%;
}
footer .last_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .last_row a {
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
}
footer .last_row a span {
  background: linear-gradient(180deg, #fff500 0%, #ffa800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
footer .last_row .footer_logo {
  color: #ffffff;
  font-weight: 300;
  font-size: 24px;
}
footer .last_row .footer_logo span {
  background: linear-gradient(180deg, #fff500 0%, #ffa800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.documentation a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}
.documentation h1 {
  margin-top: 160px;
  font-weight: 800;
  font-size: 57px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 129px;
}
.documentation h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 143%;
  margin: 20px 0px;
}
.documentation h3,
.documentation h4,
.documentation h5,
.documentation h6 {
  font-weight: 700;
  font-size: 22px;
  line-height: 145%;
  margin: 15px 0px;
}
.documentation p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 150%;
  margin: 10px 0px;
}
.documentation ul {
  margin: 10px 0px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 40px;
  padding-left: 20px;
  list-style-type: disc;
}
.documentation ul li {
  margin: 5px;
}
.documentation ol {
  margin: 10px 0px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 40px;
  padding-left: 20px;
  list-style-type: decimal;
}
.documentation ol li {
  margin: 5px;
}

@media screen and (max-width: 1105px) {
  .hero-section {
    background-position: bottom right;
    background-size: auto 90%;
    background-repeat: no-repeat;
  }
  .section-beliebt .item .left {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .logos_section .row img {
    max-height: 100px;
  }
}
@media screen and (max-width: 991px) {
  .section-beliebt .item .right {
    flex-wrap: wrap;
  }
  .section-beliebt .item .right ul {
    columns: 1;
    margin-bottom: 10px;
  }
  footer .last_row {
    justify-content: center;
  }
  footer .last_row .footer_logo {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 656px) {
  .logos_section .row {
    justify-content: center;
    margin: 10px auto;
    flex-wrap: wrap;
    gap: 20px;
  }
  .logos_section .row img {
    max-height: 30px;
  }
  .section-beliebt .item .left .for_img {
    max-width: 150px;
  }
  .section-beliebt .item .left .for_img img {
    max-width: 100%;
  }
  .section-beliebt .item .left .for_img + div {
    padding-top: 20px;
  }
  .section-beliebt .item .left div p + .for_stars + p {
    font-size: 10px;
  }
  .section-beliebt .item .right {
    padding-left: 10px;
    padding-right: 10px;
  }
  header {
    position: relative;
  }
  .hero-section {
    background-size: cover;
    background-image: url(../images/main-img.webp);
    background-position: bottom left;
  }

  .hero-section .for_text {
    padding-bottom: 60px;
  }
  .hero-section .for_text h1 {
    padding-top: 110px;
    font-size: 27px;
    margin-bottom: 10px;
  }
  .hero-section .for_text p {
    font-size: 18px;
  }

  .hero-section .for_text {
    max-width: 300px;
  }
  .section-beliebt {
    margin-top: 140px;
  }

  .section-beliebt .inherit_title {
    display: none;
  }
  .inherit_title {
    opacity: 0;
  }
  .section-beliebt .item .right .item_intro {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .section-beliebt .item .right {
    padding: 24px;
  }
  .section-beliebt .item .right .item_intro_heading {
    font-size: 22px;
    margin-bottom: 19px;
  }
  .section-beliebt .item .right .item_intro_heading span {
    font-size: 12px;
  }
  .section-beliebt .item .right ul {
    margin-bottom: 20px;
  }
  .section-beliebt .item .right ul li {
    padding: 0px;
    margin-bottom: 8px;
    padding-left: 25px;
  }
  .section-beliebt .item .right ul li:last-child {
    margin-bottom: 0px;
  }
  .section-beliebt .item .right a {
    width: 100%;
    max-width: 100%;
    height: 45px;
    font-size: 16px;
  }
  header {
    text-align: center;
  }
}
.last_row__text {
  color: #676767;
}

.styled-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.payments {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.verified {
  margin-top: 10px;
  text-align: center;
}

.block1 {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}

.block2 {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}

.deals-list {
  display: flex;
  flex-direction: column;
  /* gap: 15px; */
}

.deals-list li {
  margin-bottom: 15px;
}

.grey-title {
  opacity: 0.6;
}

@media screen and (min-width: 719px) {
  /*.mobile {*/
  /*  display: none;*/
  /*}*/
}

/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 718px) {
  /*.descktop {*/
  /*  display: none;*/
  /*}*/

  /*.mobile {*/
  /*  display: flex;*/
  /*  flex-direction: column;*/
  /*  height: 100%;*/
  /*}*/

  .item-vip {
    flex-direction: column;
  }

  .item-vip.default {
    background: linear-gradient(90deg, #363550 0%, #020027 100%);
  }

  .item-vip .left {
    display: flex;
    flex-direction: row;
    background: rgba(11, 11, 13, 0.5);
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .item-vip .left .for_text {
    margin-right: 15px;
  }

  .item-vip .left img {
    max-width: 200px;
  }

  .item-vip .left .for_img img {
    min-width: 150px;
  }

  .item-vip .left .for_text p {
    font-size: 9px;
    font-weight: 600;
  }

  .best {
    left: 20px;
  }

  .best img {
    max-width: 140px;
  }

  .bottom-block {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    min-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .price-block h1 {
    font-size: 29px;
  }

  .price-block h3 {
    font-size: 16px;
  }

  .deals-list span {
    font-size: 14px;
  }

  .list__item img {
    max-width: 12px;
  }

  .for_text p {
    font-size: 12px;
  }

  .left-side {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-between;
  }

  .left-side .payments {
    position: absolute;
    bottom: -5px;
    left: 20px;
  }

  /* .item-vip .for-stars {
    margin-top: 2px;
    margin-bottom: 2px;
    max-width: 140px;
  } */

  .item-vip .stars {
    width: 100px;
  }

  .payments img {
    max-width: 40px;
  }

  .payments p {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mobile-title {
    margin-bottom: 10px;
    font-weight: 600;
  }

  .right-side {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .right-block {
    padding-right: 0;
  }

  .right-block a {
    max-width: 150px;
    max-height: 45px;
    font-size: 14px;
  }

  .verified span {
    font-size: 12px;
  }
}

.container.discl {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 50px;
}
.container.discl span {
  color: #fff500;
  font-weight: 600;
}
