:root {
    --font-main: "Inter", sans-serif;

    --color-white: #fff;

    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    font-family: var(--font-main);
    font-weight: 400;
}

body {
    background-color: #1e1e1e;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

.header {
    padding: 30px 20px 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 5;
}

.header__inner {
    position: relative;
    z-index: 2;
    border-radius: 25px;
    max-width: 1280px;
    width: 100%;
    background-color: #000;
    padding: 0 30px;
    display: flex;
    gap: 100px;
}

.header__menu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__menu-list {
    gap: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 5;
}

.header__menu-link {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--color-white);
}

.header__menu-link.contactLink {
    font-weight: 700;
    font-size: 28px;
}

.header__light {
    z-index: 1;
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    margin: auto;
}

.top {
    padding-bottom: 120px;
}

.top__inner {
    display: flex;
    gap: 15px;
}

.top__content {
    max-width: 931px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.top__content-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 105%;
    color: var(--color-white);
    max-width: 771px;
    width: 100%;
    /* margin-left: 40px; */
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}

.top__content-text {
    /* margin-left: 40px; */
    font-weight: 400;
    font-size: 28px;
    color: var(--color-white);
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.top__content-text:first-of-type {
    margin-bottom: 50px;
}

.top__content-waves {
    width: 100%;
}

.top__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template: 368px 393px/ 1fr 1fr;
    gap: 20px;
}
.top__grid-image:nth-of-type(1) {
    grid-row: 2 span;
}

.top__content-waves {
    width: 100%;
}

.splide__list {
    gap: 80px;
    align-items: center;
}

.faq {
    padding-top: 120px;
    position: relative;
}

.faq__inner {
    position: relative;
    z-index: 2;
}

.faq__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
}

.faq__header-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 105%;
    color: var(--color-white);
    width: 60%;
}

.faq__header-text {
    font-size: 28px;
    text-align: right;
    width: 50%;
    color: var(--color-white);
}

.faq__body {
    max-width: 1424px;
    width: 100%;
    margin: 0 auto;
}
.faq__body > svg{
    width: 100%;
}
.faq__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.faq__box:first-of-type {
    margin-top: 80px;
}

.faq__box:last-of-type {
    margin-bottom: 80px;
}

.faq__box-number {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fcc832;
}

.faq__box-title {
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    color: #fff;
    max-width: 680px;
    width: 100%;
}

.faq__box-text {
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    color: #fff;
    max-width: 454px;
    width: 100%;
}

.faq__light:first-of-type {
    position: absolute;
    top: -10%;
    right: 0;
    z-index: 1;
}

.faq__light:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
}

.faq__light:last-of-type {
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
}
.how{
    padding-top: 120px;
}

.how__title {
    font-weight: 700;
    font-size: 60px;
    color: var(--color-white);
    margin-bottom: 50px;
}

.how__subtitle {
    font-size: 28px;
    color: var(--color-white);
    margin-bottom: 70px;
}

.how__boxes {
    display: grid;
    grid-template: repeat(2, 1fr) / repeat(2, 1fr);
    gap: 110px;
    justify-content: center;
    max-width: 1716px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    justify-items: center;
}

.how__box {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 28px;
    max-width: 538px;
    width: 100%;
    padding: 46px 46px 72px;
    position: relative;
    z-index: 2;
}

.how__box-title {
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    color: var(--color-white);
    margin-bottom: 35px;
}

.how__box-text {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: var(--color-white);
}

.how__boxes-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

.comments {
    position: relative;
}

.comments__light {
    position: absolute;
    left: 0;
    top: -10%;
    z-index: 1;
}
.comments__light.mobile{
    display: none;
}

.comments__title {
    position: relative;
    z-index: 2;
    margin-top: 50px;
    font-weight: 700;
    font-size: 60px;
    color: var(--color-white);
    margin-bottom: 150px;
}
.slider {
    position: relative;
    z-index: 3;
}
.slider__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 75px 100px;
}

.prevSlideBtn {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    z-index: 17;
}

.nextSlideBtn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    z-index: 17;
}

.slider__item {
    border-radius: 19px;
    padding: 33px 30px;
    background-image: url(../content/slider-bg.png);
    background-size: cover;
    max-width: 501px;
    width: 100%;
}

.slider__quote {
    /* font-weight: 700;
    font-size: 73px;
    color: var(--color-white); */
    margin-bottom: 54px;
}

.slider__text {
    font-weight: 700;
    font-size: 23px;
    color: var(--color-white);
    margin-bottom: 54px;
    min-height: 105px;
    max-height: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* количество строк — можешь варьировать */
    -webkit-box-orient: vertical;
}

.slider__stars {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 53px;
}

.slider__star {
    width: 26px;
    height: 26px;
    background-image: url(../content/star.png);
}

.slider__star.unactive {
    background-image: url(../content/star-unactive.png);
}

.slider__footer {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

.slider__footer-text {
    font-weight: 700;
    font-size: 23px;
    color: var(--color-white);
}

.bottom {
    padding-bottom: 70px;
    padding-top: 150px;
    position: relative;
}
.bottom__form {
    max-width: 592px;
    width: 100%;
    /* margin-left: 40px; */
    position: relative;
    z-index: 2;
}

.bottom__form-box {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

.bottom__form-input {
    background: rgba(255, 255, 255, 0.5);
    outline: none;
    border: 1px solid var(--color-white);
    border-radius: 18px;
    width: 100%;
    padding: 20px 30px;
    font-weight: 300;
    font-size: 20px;
    color: var(--color-white);
}

.bottom__form-input::placeholder {
    font-weight: 300;
    font-size: 20px;
    color: #757575;
}

.bottom__form-input.textarea {
    resize: none;
    height: 150px;
    margin-bottom: 24px;
}

.bottom__form-submit {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.09em;
    text-align: center;
    color: #1e1e1e;
    border-radius: 14px;
    width: 194px;
    height: 57px;
    background: #fcc832;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 0 auto;
}
.bottom__content {
    position: relative;
    padding-bottom: 200px;
}
.bottom__content-waves {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.bottom__content-light {
    position: absolute;
    /* left: 0; */
    left: -10%;
    top: -5%;
    z-index: 1;
}

.bottom__content-text {
    text-align: center;
}
.footer__inner{
    display: flex;
    justify-content: space-between;
}

.footer__column-title {
    font-weight: 500;
    font-size: 28px;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 45px;
}
.footer__column-link {
    font-weight: 400;
    font-size: 24px;
    color: var(--color-white);
    margin-bottom: 41px;
}
.footer__column:last-of-type{
    width: fit-content;
}
.footer__column:last-of-type > .footer__column-link{
    text-align: right;
}
.header__button{
    background-color: transparent;
    outline: none;
    border: none;
    display: none;
}
.header__inner.--sticky{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}
.top__star{
    display: none;
}
.faq__image{
    display: none;
}
.how__light{
    display: none;
}
.how__image{
    display: none;
}