@media (max-width: 1600px) {
}

@media (max-width: 1300px) {
    .top__content-title {
        font-size: clamp(32px, 4vw, 75px);
        margin-bottom: 10%;
    }
    .top__content-text,
    .top__content-text:first-of-type {
        font-size: clamp(16px, 2vw, 32px);
        margin-bottom: 10%;
    }
    .how__box-title {
        font-size: clamp(16px, 4vw, 40px);
    }
    .how__box-text {
        font-size: clamp(12px, 2vw, 24px);
    }
    .footer__inner {
        justify-content: space-between;
        gap: 20px;
    }

    .bottom__content {
        justify-content: center;
        align-items: center;
    }

    .bottom__content-title {
        margin-left: 0;
        text-align: center;
    }

    .bottom__content-text {
        text-align: center;
        margin-left: 0;
    }

    .header {
        padding: 0;
    }

    .header__inner {
        border-radius: 0;
    }

    .header__menu-list {
        gap: 40px;
    }

    .top__inner {
        display: flex;
        /* flex-direction: column; */
        align-items: center;
        justify-content: center;
    }

    .top__grid {
        width: 100%;
    }

    .top__content {
        max-width: 50%;
    }

    .top {
        padding-top: 86px;
    }
    .bottom__content-waves {
        width: 100%;
    }
}

@media (max-width: 1050px) {
    .top__grid {
        position: relative;
        z-index: 2;
        display: grid;
        grid-template: 1fr 1fr / 1fr 1fr;
        gap: 20px;
    }

    .top__grid > * {
        width: 100%;
    }
    .bottom__content-waves {
        width: 100%;
    }

    .header__menu-link {
        font-size: 14px;
    }

    .header__menu-link.contactLink {
        font-size: 24px;
    }

    .header__inner {
        gap: 50px;
    }

    .header__light {
        width: 100%;
    }

    .header__logo > img {
        width: 140px;
    }
    .bottom__form-box {
        flex-direction: column;
    }
}

@media (max-width: 950px) {
    .footer__inner {
        display: grid;
        grid-template: auto 1fr / 1fr 1fr;
    }

    .footer__column:last-of-type > .footer__column-title {
        text-align: right;
    }

    .footer__column,
    .footer__column:last-of-type {
        width: 100%;
    }

    .footer__column:first-of-type {
        grid-column: 2 span;
    }

    .slick-track {
        gap: 20px;
    }

    .slider__item {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .footer__column-link{
        word-break: break-all;
    }
    .top__content {
        max-width: 100%;
    }
    .top__inner {
        flex-direction: column;
    }
    .footer__inner {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .footer__column-title,
    .footer__column:last-of-type > .footer__column-title,
    .footer__column:last-of-type > .footer__column-link {
        text-align: center;
    }

    .footer__link {
        display: flex;
        justify-content: center;
    }

    .footer__link > img {
        max-width: 308px;
        width: 100%;
    }

    .footer__column-link {
        text-align: center;
    }

    .bottom__content-waves {
        display: none;
    }

    .bottom__content-light {
        top: -53%;
    }

    .bottom__form {
        margin-left: 0;
        margin-bottom: 80px;
    }

    .bottom__form-box {
        flex-direction: column;
    }

    .bottom__form-input {
        font-size: 10px;
        border-radius: 9px;
        padding: 12px 15px;
    }

    .bottom__form-input.textarea {
        height: 77px;
    }

    .bottom__form-submit {
        font-size: 10px;
        border-radius: 8px;
        width: 100px;
        height: 29px;
    }

    .bottom__form-input::placeholder {
        font-size: 10px;
    }

    .faq__light {
        width: 60%;
    }

    .top__content {
        padding: 0 30px;
    }

    .top__content-waves {
        display: none;
    }

    .top__content-title {
        font-size: 32px;
        text-align: center;
        margin: 0 0 30px;
    }

    .top__content-text,
    .top__content-text:first-of-type {
        margin: 0 0 30px;
        text-align: center;
        font-size: 16px;
    }

    .header__logo > img {
        width: 188px;
    }

    .top__grid {
        display: block;
    }

    .top__grid-image:not(:nth-of-type(1)) {
        display: none;
    }

    .top__grid-image:nth-of-type(1) {
        width: 70%;
        margin: 0 auto;
        display: block;
    }

    .header__button {
        display: block;
    }

    .header__menu-list {
        display: none;
        width: 100%;
        position: fixed;
        top: 97px;
        left: 0;
        height: 100vh;
        background-color: #000;
    }

    .header__menu-link {
        width: fit-content;
        margin: 50px auto;
        font-size: 18px;
    }

    .header__menu {
        justify-content: flex-end;
    }

    .header__menu-list > .header__button {
        margin: 0 auto;
    }

    .header__light {
        left: -50%;
        top: 0;
    }

    .top {
        position: relative;
        padding-top: 86px;
    }

    .top__star {
        display: block;
        position: absolute;
        top: -14px;
        right: 50px;
    }

    .faq__light {
        display: none;
    }

    .faq__header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 31px;
        margin-bottom: 58px;
    }

    .faq__header-title {
        width: 100%;
        text-align: center;
        font-size: 32px;
    }

    .faq__header-text {
        font-size: 16px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .faq__box-number {
        display: none;
    }

    .faq__box {
        flex-direction: column;
    }

    .faq__box-title {
        font-size: 16px;
        text-align: center;
    }

    .faq__box-text {
        font-weight: 400;
        font-size: 12px;
        text-align: center;
    }

    .faq__box {
        margin-bottom: 20px;
    }

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

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

    .container {
        padding: 0 20px;
    }

    .faq__image {
        display: block;
        width: 70%;
        margin: 85px auto 80px;
    }

    .how__title {
        font-size: 36px;
        text-align: center;
        margin-bottom: 30px;
    }

    .how__subtitle {
        font-size: 16px;
        text-align: center;
        margin-bottom: 30px;
    }

    .how__boxes-image {
        display: none;
    }

    .how__boxes {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }

    .how__box {
        padding: 15px 24px;
        border-radius: 15px;
    }

    .how__box-title {
        font-size: 16px;
        text-align: center;
        margin-bottom: 15px;
    }

    .how__box-text {
        font-size: 12px;
        text-align: center;
    }

    .how {
        position: relative;
        padding-top: 0;
    }

    .how__light {
        display: block;
        position: absolute;
        left: 0;
        top: -20%;
        width: 100%;
    }

    .how__image {
        display: block;
        width: 70%;
        margin: 50px auto 106px;
    }

    .comments__title {
        font-size: 36px;
        text-align: center;
        margin-bottom: 36px;
    }

    .slider__quote {
        margin-bottom: 31px;
    }

    .slider__text {
        font-size: 14px;
        margin-bottom: 74px;
        min-height: 73px;
        max-height: 73px;
        margin-bottom: 0;
    }

    .slider__item {
        position: relative;
        margin-bottom: 80px;
    }

    .slider__stars {
        position: absolute;
        top: calc(100% + 23px);
        left: 0;
        right: 0;
        margin: auto;
    }

    .slider__footer-image {
        height: 60px;
    }

    .slider__footer-text {
        font-size: 16px;
    }

    .nextSlideBtn > svg,
    .prevSlideBtn > svg {
        height: 16px;
        width: 16px;
    }

    .slider__items {
        padding: 0 40px 15px;
    }

    .comments__light {
        top: -18%;
        left: 0;
        right: 0;
        margin: auto;
        display: none;
        z-index: 1;
    }

    .comments__light.mobile {
        display: block;
    }

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

    .slick-dots li button:before {
        font-size: 45px;
    }

    .slick-dots li.slick-active button:before {
        font-size: 63px;
        color: #ffa43c;
    }

    .bottom {
        padding-top: 70px;
    }

    .slider__footer {
        gap: 25px;
    }
}

@media (max-width: 500px) {
    .comments__light.mobile {
        width: 100%;
    }

    .bottom__content-light {
        width: 100%;
    }

    .top__grid-image:nth-of-type(1) {
        width: 100%;
    }

    .faq__image {
        width: 100%;
    }

    .how__image {
        width: 100%;
    }
    .slider__text {
        margin-bottom: 60px;
    }
}

@media (max-width: 400px) {
    .slider__text {
        min-height: auto;
        max-height: none;
        overflow: visible;
        -webkit-line-clamp: none;
    }

    .header__inner {
        padding-left: 0;
        padding-right: 20px;
    }
}

@media (max-width: 350px) {
    .nextSlideBtn,
    .prevSlideBtn {
        display: none!important;
    }
    .slider__items {
        padding: 0 10px 15px;
    }
    .slider__footer {
        flex-direction: column;
        align-items: center;
    }
}
