@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html {
  scroll-behavior: smooth;
}

* {
  font-family: 'Manrope', Arial, sans-serif;
  font-display: swap;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 100%;
}

body {
    background-color: #0B0F1A;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.content-wrap {
    background: -webkit-gradient(
        linear, 
        left top, left bottom, 
        from(rgba(124, 92, 255, .9)), 
        color-stop(10%, rgba(124, 92, 255, .5)), 
        color-stop(30%, rgba(124, 92, 255, 0)), 
        to(transparent)
    );
    background: -o-linear-gradient(
        top, 
        rgba(124, 92, 255, .9) 0%, 
        rgba(124, 92, 255, .5) 10%, 
        rgba(124, 92, 255, 0) 30%, 
        transparent 100%
    );
    background: linear-gradient(
        to bottom, 
        rgba(124, 92, 255, .9) 0%, 
        rgba(124, 92, 255, .5) 10%, 
        rgba(124, 92, 255, 0) 30%, 
        transparent 100%
    );
    background-color: #0B0F1A;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.purple-left-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.purple-right-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

a {
    text-decoration: none;
    color: #fff;
}

h1 {
    font-weight: 600;
    font-size: 96px;
    letter-spacing: -4px;
}

h2 {
    font-weight: 600;
    font-size: 64px;
}

h3 {
    font-weight: 600;
    font-size: 36px;
}

p {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
}

.burger-wrap {
    display: none;
}

.margin-bottom {
    margin-bottom: 120px;
}

section ol, section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    margin-left: 30px;
}

section ol li, section ul li {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
}

section li > ul,
section li > ol {
    margin-left: 10px;
}

section li > ul {
    list-style-type: disc;
}

/* HEADER START */
.body-main header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1920px;
    width: 100%;
    position: relative;
    height: clamp(360px, 50vw, 945px);
    -webkit-box-shadow: 0 30px 94px -20px #7C5CFF;
            box-shadow: 0 30px 94px -20px #7C5CFF;
    background: -o-linear-gradient(45deg, #0B0F1A, transparent);
    background: linear-gradient(45deg, #0B0F1A, transparent);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1920px;
    width: 100%;
    position: relative;
    padding-top: 42px;
}

.header-main {
    max-width: 1480px;
    width: 100%;
    padding: 0 20px;
}

.header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.body-main .header-top {
    margin-bottom: 125px;
}

.header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.header-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
}

.header-p {
    max-width: 953px;
}

.header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 88px;
    padding: 20px 82px;
    background: rgba(167, 39, 43, 1);
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    height: 80px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.header-btn:hover {
    background: rgba(167, 39, 43, .75);
}

.logo img {
    width: 68px;
}

header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.logo span {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.logo:hover span {
    color: rgba(255, 255, 255, .75);
}

.logo span {
    font-weight: 700;
    font-size: 21.23px;
    line-height: 21.23px;
}



header nav.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    gap: 10px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, .25);
    height: 60px;
    -webkit-backdrop-filter: blur(150px);
            backdrop-filter: blur(150px);
}

header nav ul li {
    list-style: none;
    text-align: center;
}

header nav ul li a {
    padding: 13px;
    border-radius: 32px;
    font-size: 20px;
    line-height: 22px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

header nav ul li a:hover {
    background-color: #fff;
    color: #0B0F1A;
}

.age-img {
    width: 98px;
}
/* HEADER END */   

/* MAIN START */
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow: hidden;
}

.main {
  max-width: 1480px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 120px 20px;
}

section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}



.app-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 960px;
    width: 100%;
    background: -o-radial-gradient(100% 0%, farthest-corner, rgba(124, 92, 255, 0.85) 0%, rgba(124, 92, 255, 0) 70%);
    background: radial-gradient(farthest-corner at 100% 0%, rgba(124, 92, 255, 0.85) 0%, rgba(124, 92, 255, 0) 70%);
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 60px;
    gap: 35px;
}

.app-promo-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    max-width: 700px;
}

.app-promo-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}

.app-promo-input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .25);
    height: 80px;
    border-radius: 73px;
    padding: 25px;
    outline: none;
    color: #fff;
    font-size: 20px;
}

.app-promo-input::-webkit-input-placeholder {
    font-size: 20px;
}

.app-promo-input::-moz-placeholder {
    font-size: 20px;
}

.app-promo-input:-ms-input-placeholder {
    font-size: 20px;
}

.app-promo-input::-ms-input-placeholder {
    font-size: 20px;
}

.app-promo-input::placeholder {
    font-size: 20px;
}

.app-promo-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: -webkit-gradient(linear, left top, right top, from(#7C5CFF), to(#4A3799));
    background: -o-linear-gradient(left, #7C5CFF, #4A3799);
    background: linear-gradient(to right, #7C5CFF, #4A3799);
    height: 80px;
    border-radius: 73px;
    padding: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.app-promo-btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#5d44bf), to(#372973));
    background: -o-linear-gradient(left, #5d44bf, #372973);
    background: linear-gradient(to right, #5d44bf, #372973);
}


.features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    width: 100%;
}

.features-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
}

.features-p {
    max-width: 660px;
}

.features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}

.features-list-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.features-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;          
    min-width: 0;
    background: transparent;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .25);
    padding: 30px 30px 190px 30px;
    position: relative;
    overflow: hidden;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.features-list-item:hover {
    -webkit-box-shadow: 0 0 50px #7C5CFF;
            box-shadow: 0 0 50px #7C5CFF;
}

.features-list-item-1 {
    background: -o-radial-gradient(0% 0%, farthest-corner, rgba(124, 92, 255, 0.85) 0%, rgba(124, 92, 255, 0) 70%);
    background: radial-gradient(farthest-corner at 0% 0%, rgba(124, 92, 255, 0.85) 0%, rgba(124, 92, 255, 0) 70%);
}

.features-list-item-2 {
    background: -o-radial-gradient(50% 0%, farthest-corner, rgba(124, 92, 255, 0.85) 0%, rgba(124, 92, 255, 0) 70%);
    background: radial-gradient(farthest-corner at 50% 0%, rgba(124, 92, 255, 0.85) 0%, rgba(124, 92, 255, 0) 70%);
}

.features-list-item-3 {
    background: -o-radial-gradient(100% 0%, farthest-corner, rgba(124, 92, 255, 0.85) 0%, rgba(124, 92, 255, 0) 70%);
    background: radial-gradient(farthest-corner at 100% 0%, rgba(124, 92, 255, 0.85) 0%, rgba(124, 92, 255, 0) 70%);
}

.features-list-item-4 {
    background: -o-radial-gradient(0% 100%, farthest-corner, rgba(124, 92, 255, 0.85) 0%, rgba(124, 92, 255, 0) 70%);
    background: radial-gradient(farthest-corner at 0% 100%, rgba(124, 92, 255, 0.85) 0%, rgba(124, 92, 255, 0) 70%);
}

.features-list-item-5 {
    background: -o-radial-gradient(50% 100%, farthest-corner, rgba(124, 92, 255, 0.85) 0%, rgba(124, 92, 255, 0) 70%);
    background: radial-gradient(farthest-corner at 50% 100%, rgba(124, 92, 255, 0.85) 0%, rgba(124, 92, 255, 0) 70%);
}

.features-list-item-6 {
    background: -o-radial-gradient(100% 100%, farthest-corner, rgba(124, 92, 255, 0.85) 0%, rgba(124, 92, 255, 0) 70%);
    background: radial-gradient(farthest-corner at 100% 100%, rgba(124, 92, 255, 0.85) 0%, rgba(124, 92, 255, 0) 70%);
}


.features-list-item p {
    font-size: 20px;
}

.features-list-item p, .features-list-item h3 {
    max-width: 380px;
    z-index: 10;
}

.features-icon {
    position: absolute;
    z-index: 0;
}

.features-list-item-1 .features-icon {
    right: -10px;
    bottom: -10px;
    max-width: 180px;
}

.features-list-item-2 .features-icon {
    right: -40px;
    bottom: -30px;
    max-width: 270px;
}

.features-list-item-3 .features-icon {
    right: 20px;
    bottom: -10px;
    max-width: 180px;
}

.features-list-item-4 .features-icon {
    right: 30px;
    bottom: 0;
    max-width: 100px;
}

.features-list-item-5 .features-icon {
    right: 30px;
    bottom: 30px;
    max-width: 200px;
}

.features-list-item-6 .features-icon {
    right: 20px;
    bottom: 15px;
    max-width: 170px;
}


.about-us-section {
    position: relative;
    width: 100%;
    padding: 120px 0;
}

.about-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 17px;
    max-width: 1176px;
}

.about-us h2, .about-us p {
    text-align: center;
}

.about-us h2 {
    font-size: 96px;
    line-height: 81px;
}

.about-us-bg {
    position: absolute;
    z-index: -1;
    inset: 0;           
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;         
    pointer-events: none;
    -o-object-fit: cover;
       object-fit: cover;
}

.faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
}

.faq-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.faq-items-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
}

.faq-item {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, .25);
}

.faq-item:hover {
    -webkit-box-shadow: 0 0 50px #7C5CFF;
            box-shadow: 0 0 50px #7C5CFF;
    border: 1px solid rgba(255, 255, 255, 1);
}

.question {
    width: 100%;
    border-radius: 24px;
    padding: 10px 10px 0px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
    cursor: pointer;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    outline: none;
}

.question.active {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 23.5px 24px 23.5px 24px;
}

.answer {
    height: 0;
    overflow: hidden;
    padding: 0 70px 0 30px;
    -webkit-transition: height 0.3s ease, padding 0.3s ease;
    -o-transition: height 0.3s ease, padding 0.3s ease;
    transition: height 0.3s ease, padding 0.3s ease;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

.answer-inner {
    padding: 0 0 13.5px 0;
}

.faq-vector-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
}

.faq-vector-wrap-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.faq-vector-wrap-img.rotate {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.age-limit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 710px;
    padding: 80px 80px 60px 80px;
    border-radius: 30px;
    border: 1px solid #fff;
    text-align: center;

    background: -o-linear-gradient(
    315deg,
    #070B14 0%,
    #070B14 18%,
    rgba(215, 46, 49, .8) 50%,
    #070B14 82%,
    #070B14 100%
    );

    background: linear-gradient(
    135deg,
    #070B14 0%,
    #070B14 18%,
    rgba(215, 46, 49, .8) 50%,
    #070B14 82%,
    #070B14 100%
    );
}

.age-limit h2 {
    font-size: 96px;
    margin-bottom: 20px;
}

.age-limit h3 {
    margin-bottom: 10px;
}

.age-limit p {
    font-size: 20px;
}


.modal-age {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(11, 15, 26, 0.6);
    -webkit-backdrop-filter: blur(40px);
            backdrop-filter: blur(40px);
    padding: 0 20px;
}

.modal-age-limit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 710px;
    padding: 80px 80px 60px 80px;
    border-radius: 30px;
    border: 1px solid #fff;
    text-align: center;
    background: -o-linear-gradient(
    315deg,
    #070B14 0%,
    #070B14 18%,
    rgba(215, 46, 49, 1) 50%,
    #070B14 82%,
    #070B14 100%
    );
    background: linear-gradient(
    135deg,
    #070B14 0%,
    #070B14 18%,
    rgba(215, 46, 49, 1) 50%,
    #070B14 82%,
    #070B14 100%
    );
}

.modal-age-limit h2 {
    font-size: 96px;
    margin-bottom: 20px;
}

.modal-age-limit h3 {
    margin-bottom: 10px;
}

.modal-age-limit p {
    font-size: 20px;
}

.modal-age-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.modal-age-btns button {
    height: 60px;
    border-radius: 88px;
    padding: 20px 32px;
    border: 1px solid #fff;
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    cursor: pointer;
}

.btn-yes {
    background-color: #fff;
    color: #0B0F1A;
}

.btn-yes:hover {
    background: transparent;
    color: #fff;
}

.btn-no {
    background: transparent;
    color: #fff;
}

.btn-no:hover {
    background-color: #fff;
    color: #0B0F1A;
}



.table-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
}

.table-wrap {
    max-width: 1197px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    border: 1px solid rgba(255,255,255,0.22);
    overflow: hidden;
    border-radius: 30px;
}
.table-section h1, .table-section p {
    text-align: center;
    max-width: 1197px;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

th,
td {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10); 
  width: auto;
  font-size: 24px;
}

tbody tr:last-child td {
  border-bottom: 0;
}

th {
    text-align: left;
    font-weight: 600;
    padding: 25px;
}

td {
    padding: 22px;
    line-height: 130%;
    vertical-align: top;
}

td:nth-child(2) {
    color: #7C5CFF;
    font-weight: 700;
}

td:nth-child(1) {
    padding-left: 40px;
}



.important-to-know {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    width: 100%;
}

.important-to-know-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}

.important-to-know-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 28px;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#7C5CFF), to(#4A3799));
    background: -o-linear-gradient(left, #7C5CFF, #4A3799);
    background: linear-gradient(to right, #7C5CFF, #4A3799);
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.important-to-know-list-item:hover {
    -webkit-box-shadow: 0 0 50px #7C5CFF;
            box-shadow: 0 0 50px #7C5CFF;
}

.important-to-know-list-item:nth-child(1),
.important-to-know-list-item:nth-child(2),
.important-to-know-list-item:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.333% - 14px);
            flex: 1 1 calc(33.333% - 14px);
}

.important-to-know-list-item:nth-child(4),
.important-to-know-list-item:nth-child(5) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
            flex: 1 1 calc(50% - 10px);
}

.important-to-know-list-item p {
    font-weight: 600;
    font-size: 36px;
    line-height: 35px;
}

.important-to-know-list-item span {
    font-weight: 400;
    font-size: 20px;
}

@media (max-width: 768.5px) {
    .important-to-know-list-item:nth-child(1),
    .important-to-know-list-item:nth-child(2),
    .important-to-know-list-item:nth-child(3),
    .important-to-know-list-item:nth-child(4) {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(50% - 10px);
                flex: 1 1 calc(50% - 10px);
    }
    
    .important-to-know-list-item:nth-child(5) {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
    }
}




.advice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 40px;
    padding: 75px 60px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .25);
    position: relative;
    overflow: hidden;
}

.advice-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}



.list-block h1 {
    margin-bottom: 30px;
}

.list-block-item:not(:last-child) {
    margin-bottom: 30px;
}

.list-block-title {
    display: block;
    font-weight: 600;
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 16px;
}



.list-block-item ul, .list-block-item ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
}


/* MAIN END */

/* FOOTER START */
footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1920px;
    width: 100%;
    padding-bottom: 32px;
}

.footer-main {
    max-width: 1480px;
    width: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
}

.footer-top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 30px;
    padding: 60px;
    gap: 20px;
    position: relative;
    overflow: hidden;
}

.footer-top-bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;

    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;         
    pointer-events: none;
    width: 100%;
}

.footer-top-bg-mobile {
    display: none;
}

footer .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
}

footer nav, footer nav ul, .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}

footer nav span, .contacts span {
    font-weight: 400;
    font-size: 20px;
    color: rgba(255, 255, 255, .5);
}

footer nav ul li, .contacts a {
    list-style: none;
    font-weight: 400;
    font-size: 20px;
}

footer nav ul li a, .contacts a {
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

footer nav ul li a:hover, .contacts a:hover {
    color: rgba(255, 255, 255, .75);
}


.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    max-width: 385px;
    gap: 16px;
}

.footer-bottom p {
    font-size: 20px;
}

.footer-bottom span {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
}
/* FOOTER END */



@media screen and (max-width : 1550.5px) {
    h1 {
        font-size: 72px;
    }

    .header-center {
        max-width: 1200px;
    }
}


@media screen and (max-width : 1440.5px) {
    .body-main header, .body-main .header-bg {
        height: 765px !important;
    }

    .header-bg {
        -o-object-fit: cover;
           object-fit: cover;
    }

    .margin-bottom {
        margin-bottom: 90px;
    }

    .about-us-section {
        padding: 90px 0;
    }

    .main {
        padding: 90px 20px;
    }

    .app-promo {
        max-width: 794px;
    }

    h2 {
        font-size: 56px;
    }

    h3 {
        font-size: 32px;
    }

    .modal-age-limit h3 {
        font-size: 36px;
    }

    p {
        font-size: 20px;
    }

    .header-main, .main, .footer-main {
        max-width: 1240px;
    }

    header .logo, header .logo img {
        max-width: 100%;
    }

    .features-list-item p {
        font-size: 16px;
    }

    .about-us h2 {
        font-size: 72px;
    }

    .about-us {
        max-width: 794px;
    }

    .age-limit {
        max-width: 590px;
        padding: 80px 30px 60px 30px;
    }

    .age-limit p {
        font-size: 16px;
    }


    .table-section p {
        max-width: 600px;
        margin-bottom: 14px;
    }

    .table-section {
        gap: 16px;
    }

    .important-to-know-list-item p {
        font-size: 32px;
    }

    section ol, section ul {
        gap: 15px;
    }

    .list-block-title {
        font-size: 32px;
    }

    section ol li, section ul li {
        font-size: 20px;
    }
}


@media screen and (max-width : 1200.5px) {
    header nav ul li {
        list-style: none;
        text-align: left;
    }

    header nav {
        display: none;
    }

    .burger-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        border: 1px solid rgba(255, 255, 255, .25);
        -webkit-backdrop-filter: blur(150px);
                backdrop-filter: blur(150px);
        cursor: pointer;
    }

    .header-age-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 20px;
    }


    .footer-top {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        padding: 30px 20px;
        gap: 10px;
        row-gap: 75px;
    }

    .contacts {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
    }

    .footer-top nav:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
    }

    .footer-top nav:nth-of-type(2) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
    }

   .footer-logo-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
   }

    .footer-top {
        padding: 60px;
    }

    .important-to-know-list-item p {
        font-size: 28px;
    }


    header nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 10;
        background: -webkit-gradient(linear, left top, left bottom, from(#7C5CFF), to(#000));
        background: -o-linear-gradient(top, #7C5CFF, #000);
        background: linear-gradient(to bottom, #7C5CFF, #000);
    }

    header nav ul {
        width: 100%;
        border-radius: 0;
        border: none;
        height: 100vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 30px;
    }

    header nav ul li a {
        font-size: 32px;
        line-height: 100%;
        font-weight: 600;
    }

    header .logo, .header-age-wrap {
        z-index: 100;
    }
}


@media screen and (max-width : 1000.5px) {
    .features-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .features-list-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }

    .features-list-item {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 100%;
    }

    .features-list-item-2 .features-icon {
        max-width: 250px;
    }

    .features-list-item-5 .features-icon {
        bottom: 20px;
    }

    h1 {
        font-size: 64px;
    }

    .body-main header, .body-main .header-bg {
        height: 1024px !important;
    }
}


@media screen and (max-width : 768.5px) {
    .header-main{
        padding: 0 40px;
    }

    header {
        padding-top: 75px;
    }

    .body-main .header-top {
        margin-bottom: 140px;
    }

    h1 {
        line-height: 110%;
    }

    h2 {
        font-size: 48px;
    }

    .advice h2 {
        font-size: 64px;
    }

    .advice li {
        font-size: 24px;
    }

    .header-btn {
        width: 100%;
    }

    .main {
        padding-left: 40px;
        padding-right: 40px;
    }

    .app-promo {
        padding: 40px;
    }

    .about-us h2 {
        font-size: 64px;
    }

    .age-limit {
        max-width: 100%;
        padding: 50px 30px 60px 30px;
    }

    .age-limit h2 {
        margin-bottom: 0;
    }

    .footer-main {
        padding: 0 40px;
    }


    .table-section h1, .table-section p {
        text-align: left;
    }

    .table-section {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    td {
        font-size: 16px;
        padding: 15px;
    }

    table {
        table-layout: auto;
    }

    td:nth-child(1) {
        padding-left: 30px;
    }

    .advice-bg {
        opacity: .7;
        right: -50%;
    }
}


@media screen and (max-width : 700.5px) {
    .features-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .footer-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }

    .footer-top-bg {
        display: none;
    }

    .footer-top-bg-mobile {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }
}


@media screen and (max-width : 600.5px) {
    header nav ul li a {
        font-size: 32px;
    }

    header .logo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    header .logo img {
        width: 83.27px;
    }

    header .logo span {
        font-size: 14px;
    }

    h1{
        font-size: 54px;
    }

    h2 {
        font-size: 40px !important;
        line-height: 130% !important;
    }

    .question {
        font-size: 20px;
    }

    .table-wrap {
        width: 100%;
        margin-right: -40px;
        padding-right: 40px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; 
    }

    table {
        min-width: 650px; 
        width: auto;
    }

    .important-to-know-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
}


@media screen and (max-width : 600.5px) {
    .modal-age-limit {
        padding: 60px 20px;
    }

    .modal-age-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        margin-top: 20px;
    }

    .modal-age-btns button {
        width: 100%;
    }

    .modal-age-limit h2 {
        font-size: 64px;
    }

    .modal-age-limit h3 {
        font-size: 24px;
    }

    .modal-age-limit p {
        font-size: 16px;
    }
}


@media screen and (max-width : 500.5px) {
    header nav ul li a {
        font-size: 20px;
    }


    h1 {
        font-size: 32px;
        letter-spacing: -1.5px;
    }

    h2 {
        font-size: 32px !important;
    }

    p {
        font-size: 16px;
    }

    .header-btn {
        font-size: 20px;
        height: 60px;
        padding: 20px;
    }

    .body-main header, .body-main .header-bg {
        height: 731px !important;
    }

    header {
        padding-top: 27px;
    }

    .app-promo-btn, .app-promo-input {
        font-size: 20px;
        height: 60px;
    }

    .about-us h2 {
        font-size: 32px;
        line-height: 130%;
    }

    .age-limit h2 {
        font-size: 64px;
    }

    h3 {
        font-size: 24px;
    }

    .footer-top-bg-mobile {
        right: -30%;
    }

    .important-to-know-list-item p {
        font-size: 24px;
    }

    .advice h2 {
        font-size: 32px;
    }

    .advice li, section ol li, section ul li {
        font-size: 16px;
    }

    .advice {
        padding: 30px;
    }

    .header-main,.footer-main {
        padding: 0 20px;
    }

    .main {
        padding-left: 20px;
        padding-right: 20px;
    }

    .app-promo {
        padding: 20px;
    }
}


@media screen and (max-width : 390.5px) {
    header .logo {
        gap: 5px;
    }

    .body-main .header-top {
        margin-bottom: 120px;
    }

    .header-center {
        gap: 25px;
    }

    .app-promo, .app-promo-form {
        gap: 20px;
    }

    .features-text {
        gap: 10px;
    }

    .features-list-item-1 .features-icon {
        max-width: 160px;
        bottom: -5px;  
        right: -5px;
    }

    .features-list-item-2 .features-icon {
        bottom: 10px;
        right: 0;
        max-width: 190px;
    }

    .features-list-item-3 .features-icon {
        right: -5px;
        max-width: 160px;
    }

    .features-list-item-4 .features-icon {
        max-width: 80px;
    }

    .features-list-item-5 .features-icon {
        right: 10px;
        bottom: 10px;
        max-width: 180px;
    }

    .features-list-item-6 .features-icon {
        right: 10px;
        bottom: 10px;
        max-width: 160px;
    }

    .features-list-item {
        padding: 30px 30px 180px 30px;
    }

    .question  {
        padding: 10px 10px 0px 20px;
    }

    .answer {
        padding: 0 70px 0 20px;
    }

    .age-limit {
        padding: 50px 30px 30px 30px;
    }

    .footer-top {
        padding: 30px;
    }

    footer .logo {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .logo span {
        font-size: 20px;
    }

    footer nav span, .contacts span {
        font-size: 16px;
    }

    footer nav ul li, .contacts a {
        font-size: 16px;
    }

    .footer-top {
        gap: 60px;
    }

    .body-points .main {
        padding: 20px 20px 90px 20px;
    }

    .important-to-know-list-item p {
        line-height: 30px;
    }

    .list-block-title {
        font-size: 24px;
        line-height: 25px;
    }

    .advice-bg {
        right: -120%;
    }
}