@import url("https://fonts.googleapis.com/css2?family=Bakbak+One&family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
}

a {
    display: block;
    text-decoration: none;
}

img {
    display: block;
}

p,
h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
}
h1 > span,
h2 > span,
h3 > span {
    font-weight: inherit;
    font-family: inherit;
}
b {
    font-weight: 700;
}

button {
    cursor: pointer;
    border: none;
    outline: none;
}

.container {
    max-width: 1604px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

.header {
    padding: 10px 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

.header__menu {
    max-width: 1112px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.header__menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 608px;
    width: 100%;
}

.header__menu-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #1e2a23;
}

.header__menu-button {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #1bba86;
    padding: 0 16px;
    display: flex;
    gap: 7px;
    align-items: center;
    flex-shrink: 0;
}

.headerMenuBtn {
    display: none;
    width: 18px;
    height: 16px;
    padding: 0;
    background: transparent;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.headerMenuBtn span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #1e2a23;
    transform-origin: center;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

.headerMenuBtn.active span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
}

.headerMenuBtn.active span:nth-child(2) {
    opacity: 0;
}

.headerMenuBtn.active span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
}

.hero {
    padding: 44px 0 63px;
}

.hero__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 47px;
}

.hero__video {
    max-width: 831px;
    width: 100%;
    border-radius: 25px;
}

.hero__content {
    max-width: 637px;
    width: 100%;
}

.hero__content-top {
    font-weight: 600;
    font-size: 20px;
    line-height: 137%;
    color: #1e2a23;
    display: flex;
    align-items: center;
    gap: 25px;
}

.hero__content-title {
    font-family: "Bakbak One", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 110%;
    color: #e26300;
    margin: 22px 0;
}

.hero__content-boxes {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 28px;
}

.hero__content-box {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #1e2a23;
}

.hero__review {
    border: 1px dashed #1b8058;
    border-radius: 15px;
    background: #f6f7f9;
    padding: 14px 45px;
    max-width: 637px;
    width: 100%;
    margin-bottom: 28px;
}

.hero__review-text {
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #1e2a23;
    margin-bottom: 7px;
}

.hero__review-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
}

.hero__review-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3b3b3b;
}

.hero__content .cta {
    max-width: 637px;
    width: 100%;
    margin: 0;
}

.hero__content .cta__button {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 18px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #1859ff;
    border-radius: 5px;
    width: 100%;
}

.cta__footer {
    margin-top: 12px;
    text-align: center;
}

.cta__footer > * {
    display: inline;
    vertical-align: middle;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #1e2a23;
}

.cta__footer-dot {
    display: inline-block;
    border-radius: 100%;
    width: 13px;
    height: 13px;
    background: #95df89;
}

.cta-stock [filter] {
    filter: none;
}

.hero__content-icons {
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 8px;
    max-width: 637px;
    width: 100%;
}

.hero__content-icon > img {
    margin: 0 auto;
    width: 121px;
    height: auto;
}

.hero__content-icon > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 138%;
    text-align: center;
    color: #1e2a23;
}

.partners {
    padding: 33px 0;
    background-color: #f9f9f9;
}

.partners > .container {
    max-width: 1320px;
}

.partners__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.partners__text {
    font-weight: 700;
    font-size: 24px;
    line-height: 138%;
    color: #1e2a23;
}

.partners__boxes {
    display: flex;
    align-items: center;
    gap: 30px;
}

.about {
    padding: 146px 0;
    background-image: url(../../assets/index/about-bg.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.about__inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.about__content {
    max-width: 646px;
    width: 100%;
}
.about__title {
    font-family: "Bakbak One", sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 98%;
    color: #fff;
    margin-bottom: 27px;
}
.about__title > span {
    font-family: "Bakbak One", sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 98%;
    color: #fff;
}
.about__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
}

.features {
    padding: 144px 0 27px;
    overflow: hidden;
}

.features .container {
    max-width: 1416px;
}

.features__title {
    font-family: "Bakbak One", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: #e26300;
    margin-bottom: 51px;
}

.features__boxes {
    display: flex;
    flex-direction: column;
    gap: 68px;
}

.features__box {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    gap: 20px;
}

.features__box.--reversed {
    flex-direction: row-reverse;
}

.features__box-left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features__box-asset {
    width: 49%;
    /* border-radius: 25px; */
}

.features__box-content {
    max-width: 510px;
    width: 100%;
}
.features__box-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 117%;
    color: #e26300;
    margin-bottom: 12px;
}

.features__box-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #333;
}

.cta {
    max-width: 637px;
    /* max-width: 383px; */
    width: 100%;
    margin: 0 auto;
}

.mt-68 {
    margin-top: 68px;
}

.cta__button {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 19px 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #1859ff;
    border-radius: 5px;
    width: 100%;
}
.features__box.--main-features-box {
    position: relative;
    isolation: isolate;
}

.features__box.--main-features-box > * {
    position: relative;
    z-index: 1;
}

.features__box.--main-features-box::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: 0;
    width: 100vw;
    height: calc(100% - 104px);
    margin: auto 0;
    background: #f9cf53;
    transform: translateX(-50vw);
}
.power {
    padding: 80px 0;
    background-image: url(../../assets/index/power-bg.webp);
    background-position: center;
    background-size: cover;
}
.power__bg {
    display: none;
}
.power__title {
    font-family: "Bakbak One", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    margin-bottom: 65px;
}
.power__box-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 5px;
}
.power__box-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
}
.power__box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.power__box-icon {
    width: 55px;
    height: auto;
    flex-shrink: 0;
}
.power__col {
    max-width: 425px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.power__columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.power__col.--main {
    display: grid;
    grid-template: auto auto / auto auto;
    min-height: 540px;
    max-width: 100%;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
}
.power__main-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.power__main-icon {
    width: 111px;
    height: auto;
}
.power__main-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #ffe479;
    text-shadow: 6px 7px 15px 0 #000;
    max-width: 160px;
}
.text-white,
.text-white > * {
    color: #fff !important;
}

.set {
    background: url(../../assets/index/set-bg.png) center no-repeat;
    background-size: cover;
    padding: 123px 0 103px;
}
.set > .container {
    max-width: 1342px;
}

.set__title {
    font-family: "Bakbak One", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 104%;
    text-align: center;
    color: #fff;
    margin-bottom: 52px;
}

.set__boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.set__boxes-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}

.set__box {
    max-width: 414px;
    width: 100%;
    background: #fff;
    border: 3px solid #ffab32;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    height: auto;
}

.set__box.swiper-slide {
    flex-shrink: 1;
}

.set__boxes-pagination.swiper-pagination {
    position: static;
    display: none;
    margin-top: 17px;
}

.set__boxes-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 4px;
    background: #f9f9f9;
    opacity: 1;
}

.set__boxes-pagination .swiper-pagination-bullet-active {
    background: #cc3d12;
}

.set__box-header {
    position: relative;
    /* margin-bottom: 40px; */
    border-radius: 25px 25px 0 0;
}

.set__box-footer {
    padding: 27px 35px 35px;
    display: flex;
    flex: 1;
    flex-direction: column;
}
.set__box-number {
    font-weight: 700;
    font-size: 24px;
    line-height: 156%;
    text-align: center;
    color: #333;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #ffcf4b;
    margin: 0 auto 20px;
}

.set__box-image {
    width: 100%;
    aspect-ratio: 414 / 288;
    display: block;
    object-fit: cover;
    border-radius: 25px 25px 0 0;
}

.set__box-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #333;
    margin-bottom: 27px;
}

.set__box-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #333;
    flex: 1;
}

.comp {
    padding: 108px 0 132px;
}

.comp__title {
    font-family: "Bakbak One", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 104%;
    text-align: center;
    color: #e26300;
    margin-bottom: 51px;
}

.comp__grid {
    display: grid;
    grid-template: repeat(7, auto) / repeat(4, auto);
    position: relative;
    max-width: 1112px;
    width: 100%;
    margin: 0 auto 51px;
}

.comp__grid::before {
    content: "";
    position: absolute;
    grid-column: 2 / 3;
    grid-row: 1 / -1;
    inset: 0;
    background: linear-gradient(180deg, #fff5e500 0%, #fff0d8 100%);
    z-index: 0;
    border-radius: 20px;
}

.comp__grid-item {
    position: relative;
    z-index: 1;
}

.comp__grid-text {
    font-weight: 600;
    font-size: 23px;
    line-height: 100%;
    color: #333;
    padding-left: 7px;
}

.comp__grid-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 17px 0;
}

.comp__grid-name {
    font-weight: 400;
    font-size: 22px;
    line-height: 108%;
    text-align: center;
    color: #333;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comp__grid-item.--th.--main > .comp__grid-name {
    font-weight: 600;
}
.comp__grid-stars {
    margin-bottom: 16px;
}

.comp__grid-item.--th {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 12px;
}

.comp__grid-row img {
    margin: 0 auto;
}

.comp__grid-item.--th.--main > .comp__grid-image {
    width: 150px;
    height: auto;
    margin-bottom: 1px;
}

.comp__grid-item.--th:not(.--main):not(.--third) > .comp__grid-image {
    width: 120px;
    height: auto;
    margin-bottom: 16px;
}

.comp__grid-item.--th.--third > .comp__grid-image {
    width: 120px;
    height: auto;
    margin-bottom: 12px;
}

.comp__grid-row.--bb {
    border-bottom: 3px solid #c5d0d6;
}

.guarantee {
    padding: 65px 0;
    background: #2f2f2f;
}

.guarantee > .container {
    max-width: 1226px;
}

.guarantee__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.guarantee__content {
    max-width: 747px;
    width: 100%;
}

.guarantee__title {
    font-weight: 700;
    font-size: 46px;
    line-height: 117%;
    color: #fff;
    margin-bottom: 17px;
}

.guarantee__text {
    font-weight: 400;
    font-size: 17px;
    line-height: 153%;
    letter-spacing: 0.03em;
    color: #fff;
    margin-bottom: 44px;
}

.guarantee__content .cta {
    max-width: 637px;
    width: 100%;
    margin: 0;
}

.reviews {
    padding: 100px 0 80px;
}
.reviews .container {
    max-width: 1450px;
}

.reviews__title {
    font-family: "Bakbak One", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: #e26300;
}
.reviews__subtitle {
    max-width: 955px;
    width: 100%;
    margin: 31px auto 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #333;
}

.reviews__boxes {
    margin: 70px 0;
    overflow: visible;
}

.reviews__boxes-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}

.reviews__box {
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 20px;
    max-width: 442px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.reviews__box.swiper-slide {
    flex-shrink: 1;
}

.reviews__boxes-pagination.swiper-pagination {
    position: static;
    display: none;
    margin-top: 20px;
}

.reviews__boxes-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 5px;
    background-color: #c3c3c3;
    opacity: 1;
}

.reviews__boxes-pagination .swiper-pagination-bullet-active {
    background-color: #cb3d12;
}

.reviews__box-header {
    position: relative;
    min-height: 384px;
}

.reviews__box-image {
    width: 100%;
    height: 384px;
    object-fit: cover;
    border-radius: 20px;
}

.reviews__box-data {
    position: absolute;
    border-radius: 12px;
    padding: 13px 11px;
    background: #fff;
    left: 17px;
    right: 17px;
    bottom: 21px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    box-shadow: 0 8px 20px rgba(12, 37, 57, 0.12);
    max-width: 300px;
}

.reviews__box-name {
    font-weight: 600;
    font-size: 18px;
    color: #1e2a23;
}

.reviews__box-verification {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #1ac70e;
    white-space: nowrap;
}

.reviews__box-verification img {
    width: 18px;
    height: 18px;
}

.reviews__box-body {
    padding: 30px 20px 33px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.reviews__box-stars {
    width: 120px;
}

.reviews__box-title {
    margin: 26px 0;
    font-weight: 600;
    font-size: 22px;
    color: #333;
}

.reviews__box-review {
    font-weight: 400;
    font-size: 18px;
    line-height: 167%;
    color: #333;
}

.reviews .cta {
    margin-top: 0;
}
.why {
    padding: 83px 0;
    background: #32312c;
}
.why__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.why__image {
    width: 750px;
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
}
.why__content {
    max-width: 690px;
    width: 100%;
    padding-right: 60px;
}
.why__title {
    font-family: "Bakbak One", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 131%;
    color: #fff;
    margin-bottom: 35px;
}
.why__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 35px;
}
.why__author {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
}
.why > .container {
    max-width: 1540px;
}

.faq {
    padding: 144px 0;
}

.faq__title {
    font-family: "Bakbak One", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 104%;
    text-align: center;
    color: #e26300;
    margin-bottom: 51px;
}

.faq__boxes {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
}

.faq__box {
    border-bottom: 1px solid #21252946;
    padding: 27px 20px 27px 0;
}

.faq__box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

.faq__box-header img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq__box.active .faq__box-header img {
    transform: rotate(45deg);
}

.faq__box-question {
    font-weight: 600;
    font-size: 22px;
    line-height: 134%;
    color: #333;
}

.faq__box-footer {
    display: none;
}

.faq__box-answer {
    margin-top: 16px;
    max-width: 920px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #333;
}

.limit {
    padding: 118px 0 85px;
    background: url(../../assets/index/limit-bg.webp) no-repeat;
    background-size: cover;
    background-position: right;
}

.limit__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.limit__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 39px;
    max-width: 687px;
    width: 100%;
}

.limit__content-title {
    font-family: "Bakbak One", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    color: #fed40a;
}

.timer {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    max-width: 572px;
    width: 100%;
    padding: 17px 34px 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: transparent;
}

.timer__text {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 168%;
    text-align: center;
    color: #fff;
}

.counter {
    display: grid;
    grid-template-columns: repeat(5, auto);
}

.counter__column-time,
.counter__column-dots {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 43px;
    line-height: 79%;
    text-align: center;
    color: #fff;
}

.counter__column-const {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 210%;
    text-align: center;
    color: #fff;
}

.counter__column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.counter__column:nth-of-type(1) {
    align-items: flex-end;
}

.counter__column:nth-of-type(5) {
    align-items: flex-start;
}

.limit__off {
    font-weight: 700;
    font-size: 24px;
    line-height: 105%;
    text-align: center;
    color: #fff;
    margin-bottom: 8px;
}

.limit__special {
    font-weight: 500;
    font-size: 16px;
    line-height: 177%;
    text-align: center;
    color: #fff;
}

.limit__boxes {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 382px;
    width: 100%;
    gap: 16px;
}

.limit__box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.limit__box-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 126%;
    color: #fff;
}

.limit__inner .cta {
    max-width: 637px;
}

.limit__inner .cta__button {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #1859ff;
    padding: 18px;
}

.footer {
    padding: 80px 0;
    background: #fcf1db;
}

.footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__links {
    text-align: center;
    margin: 29px 0 9px;
}

.footer__links > * {
    display: inline;
    font-weight: 700;
    font-size: 16px;
    line-height: 163%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #333;
}

.footer__copy {
    font-weight: 700;
    font-size: 16px;
    line-height: 163%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #333;
    margin-bottom: 22px;
}

.footer__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #333;
}
