.side.left-side {
    grid-template-columns: 1;
    grid-template-rows: minmax(0, calc(1fr - 8px)) auto;
}


.left-side .top {
    display: grid;
    grid-template-columns: 6fr 4fr;
    gap: 8px;
}

.left-side .top .hello {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    border-radius: 24px;
    background-color: var(--color-green);
}

.hello h1 {
    text-transform: uppercase;
    font-size: 34px;
    color: var(--color-white);
    font-family: var(--font-primary);
    line-height: 110%;
}

.hello p {
    font-size: 16px;
    color: var(--color-white);
}

.hello a {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    height: 52px;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--color-white);
    border-radius: 12px;
    color: var(--color-white);
    text-decoration: none;
    font-weight: bold;
    width: 220px;
    height: 52px;
}

.hello a svg {
    width: 18px;
    height: 18px;
}

.left-side .top .top-block-item {
    display: grid;
    grid-template-rows: 1fr 1fr;
    row-gap: 8px;
    width: 100%;
    height: 100%;
}

.left-side .top .top-block-item>div {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background-color: var(--color-white);
    overflow: hidden;
}

.left-side .top .top-block-item>div:first-child {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: var(--color-pink);
}

.top-block-item .testimonials {
    padding: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.testimonials .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(-90deg, hsla(30, 100%, 98%, 0.2) 40%, hsla(30, 100%, 98%, 1) 85%);

    background: -moz-linear-gradient(-90deg, hsla(30, 100%, 98%, 0.2) 40%, hsla(30, 100%, 98%, 1) 85%);

    background: -webkit-linear-gradient(-90deg, hsla(30, 100%, 98%, 0.2) 40%, hsla(30, 100%, 98%, 1) 85%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFFAF5", endColorstr="#FFFAF5", GradientType=1);

}

.testimonials .note {
    padding: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 60px;
    gap: 8px;
    border-radius: 16px;
    border: 1px solid var(--color-border);
}

.note .note-letter {
    font-family: var(--font-primary);
    font-size: 24px;
    display: inline-block;
    width: 80px;
}

.note .stars-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 0;
    width: calc(100% - 40px);
}

.stars-group .stars {
    display: flex;
    height: 20px;
}

.stars-group span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.stars-group .stars svg {
    width: 20px;
    height: 20px;
    color: var(--color-orange);
}

.testimonials .clients-testimonial {
    padding: 20px;
    overflow: hidden;
    height: 200px;
    font-size: 14px;
}

.clients-testimonial .client-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 8px;
}

.client-item .client-view {
    display: flex;
    height: 34px;
    gap: 8px;
}

.client-view img {
    height: 34px;
    width: 34px;
    border-radius: 44px;
}

.client-view div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    /* background-color: teal; */
    line-height: 100%;
}

.client-view div span:first-child {
    font-family: var(--font-primary);
}

.client-view div span:last-child {
    font-size: 12px;
}

h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-family: var(--font-primary);
    letter-spacing: -1px;
}

.little p {
    font-size: 14px;
}

.left-side .bottom {
    /* padding: 10px 0; */
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    color: var(--color-white);
}

.left-side .bottom h2 {
    display: inline-block;
    font-size: 20px;
    width: 100%;
    padding: 0 40px;
}

.clients-contents {
    position: relative;
    display: flex;
    align-items: center;
    gap: 64px;
    width: 100%;
    height: 70px;
}

.clients-content {
    display: none;
}

.clients-contents .absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: linear-gradient(180deg, hsla(30, 11%, 7%, 1) 0%, hsla(30, 11%, 7%, 0.4) 29%, hsla(30, 11%, 7%, 0) 50%, hsla(30, 11%, 7%, 0.4) 76%, hsla(30, 11%, 7%, 1) 100%);

    background: -moz-linear-gradient(180deg, hsla(30, 11%, 7%, 1) 0%, hsla(30, 11%, 7%, 0.4) 29%, hsla(30, 11%, 7%, 0) 50%, hsla(30, 11%, 7%, 0.4) 76%, hsla(30, 11%, 7%, 1) 100%);

    background: -webkit-linear-gradient(180deg, hsla(30, 11%, 7%, 1) 0%, hsla(30, 11%, 7%, 0.4) 29%, hsla(30, 11%, 7%, 0) 50%, hsla(30, 11%, 7%, 0.4) 76%, hsla(30, 11%, 7%, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#141210", endColorstr="#141210", GradientType=1);
    z-index: 200;
}

.clients-contents img {
    display: inline-flex;
    width: 90vw;
    object-fit: cover;
    animation: scroll-horizontal 20s linear infinite;
}

@keyframes scroll-horizontal {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-90vw);
    }
}

.scroll-content:hover {
    animation-play-state: paused;
}

@media (max-width: 1150px) {
    .left-side .bottom {
        margin-top: 24px;
    }

    .clients-contents {
        height: 120px;
    }

    .clients-contents img {
        display: inline-flex;
        width: 140vw;
        object-fit: cover;
        animation: scroll-horizontal 20s linear infinite;
    }

    @keyframes scroll-horizontal {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-140vw);
        }
    }
}

@media (max-width: 480px) {
    .menu .services {
        display: none;
    }

    .left-side .top {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        grid-row-start: 2;
    }

    .left-side .top .hello {
        padding: 40px 20px;
        border-radius: 24px;
        grid-column: 1 / 2;
        grid-row: 2/3;
    }

    .hello a {
        width: 100%;
    }

    .left-side .top .top-block-item {
        grid-column: 1 / 2;
        grid-row: 1/2;
    }

    .left-side .top .top-block-item>div {
        border-radius: 24px;
    }

    .left-side .top .top-block-item>div:first-child {
        padding: 30px 20px;
    }

    .left-side .bottom {

        grid-row-start: 1;
    }

    .left-side .bottom h2 {
        padding: 34px 16px 0;
    }


    .clients-contents {
        display: none;
    }

    .clients-content {
        padding: 20px;
        display: block;
    }

    .clients-content img {
        margin-top: 20px;
        width: 100%;
    }

}