.front-banner .container {
    position: relative;
}

.front-banner__title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    /* font-size: 64px; */
    font-size: clamp(2.5rem, 1.8182rem + 1.8182vw, 4rem);
    line-height: 120%;
    text-align: center;
    margin: 0 auto;
    color: #121212;
    margin-bottom: 32px;
    margin-top: 40px;
}

.front-banner__text {
    font-weight: 400;
    /* font-size: 20px; */
    font-size: clamp(1rem, 0.8864rem + 0.303vw, 1.25rem);
    line-height: 140%;
    text-align: center;
    color: #656565;
    margin-bottom: 60px;
}

.front-banner__buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.front-banner__buttons a.button {
    font-weight: 500;
    /* font-size: 20px; */
    font-size: clamp(1rem, 0.8864rem + 0.303vw, 1.25rem);
    line-height: 130%;
    padding: 14px 36px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s background-color ease;
}

.front-banner__buttons a.button.green {
    background-color: #e3ff8e;
    color: #121212;
    padding: 14px 41px;
    border: 1px solid #e3ff8e;
    transition: all 0.2s ease-in-out;
}

.front-banner__buttons a.button.green:hover {
    background-color: #D3E68D;
    border: 1px solid #D3E68D;
}

.front-banner__buttons a.button.black {
    background-color: #121212;
    color: #ffffff;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
}

.front-banner__buttons a.button.black:hover {
    border: 1px solid #121212;
    color: #121212;
    background-color: #ffffff;
}

.front-banner__plus-block {
    display: flex;
    gap: 60px;
    justify-content: center;
    margin: 60px 0;
    flex-wrap: wrap;
}

.front-banner__plus {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: clamp(1rem, 0.8864rem + 0.303vw, 1.25rem);
}

.front-banner__plus img {
    max-width: 20px;
    width: 100%;
}

.front-banner__plus strong {
    font-weight: 700;
}

.front-banner__clients {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.front-banner__clients img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    border: 1px solid #F7F8F9;
    margin-left: -8px;
}

.front-banner__clients img:first-child {
    margin-left: 0;
}

.front-banner__text-after-clients-photoes {
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #656565;
    display: block;
    margin-bottom: 30px;
}

.front-banner__reviews {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-bottom: 60px;
    align-items: center;
}

.front-banner__review {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.front-banner__content {
    max-width: 826px;
    margin: 0 auto;
}

.front-banner {
    background-color: #F7F8F9;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.circles-bg,
.front-banner__bg-text-blocks,
.front-banner__logo-blocks {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
}

.circle {
    position: absolute;
    opacity: 1;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.circle-1 {
    width: 1376px;
    height: 1376px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1378' height='1378' viewBox='0 0 1378 1378' fill='none'%3E%3Ccircle cx='688.8' cy='688.8' r='688' stroke='%23E1E1E1' stroke-width='1.6' stroke-linecap='round' stroke-dasharray='2 14'/%3E%3C/svg%3E");
}


.circle-2 {
    width: 1156px;
    height: 1156px;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1158' height='1158' viewBox='0 0 1158 1158' fill='none'%3E%3Ccircle cx='578.8' cy='578.8' r='578' stroke='%23E1E1E1' stroke-width='1.6' stroke-linecap='round' stroke-dasharray='2 14'/%3E%3C/svg%3E");

}

.circle-3 {
    width: 932px;
    height: 932px;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='934' height='934' viewBox='0 0 934 934' fill='none'%3E%3Ccircle cx='466.8' cy='466.8' r='466' stroke='%23E1E1E1' stroke-width='1.6' stroke-linecap='round' stroke-dasharray='2 14'/%3E%3C/svg%3E");

}

.circle-4 {
    width: 724px;
    height: 724px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='726' height='726' viewBox='0 0 726 726' fill='none'%3E%3Ccircle cx='362.8' cy='362.8' r='362' stroke='%23E1E1E1' stroke-width='1.6' stroke-linecap='round' stroke-dasharray='2 14'/%3E%3C/svg%3E");

}

.front-banner__logo-block {
    border: 1px solid #C3C3C3;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #F5F5F5;
    position: absolute;
}

.front-banner__logo-block img {
    width: 24px;
    height: 24px;
}

.front-banner__logo-block:first-child {
    top: 50%;
    left: 60px;
    transform: translateX(-50%);
}

.front-banner__logo-block:nth-child(2) {
    bottom: 28%;
    left: 13%;
}

.front-banner__logo-block:nth-child(3) {
    bottom: 2%;
    right: 18%;
}

.front-banner__logo-block:nth-child(4) {
    bottom: 15%;
    right: -45px;
}

.front-banner__bg-text-block {
    background: #F5F5F5;
    border: 1px solid #C3C3C3;
    padding: 5px 13px;
    border-radius: 1000px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #C3C3C3;
    position: absolute;
}

.front-banner__bg-text-block:first-child {
    top: 21px;
    left: 6%;
}

.front-banner__bg-text-block:nth-child(2) {
    top: 48px;
    right: 4%;
}

.front-banner__bg-text-block:nth-child(3) {
    bottom: 5%;
    left: -25px;
}

.front-banner__bg-text-block:nth-child(4) {
    top: 47%;
    right: 1%;
}

@media screen and (max-width: 1350px) {
    .front-banner__logo-block:nth-child(4) {
        display: none;
    }
}

@media screen and (max-width: 1300px) {
    .front-banner__bg-text-block:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width: 1024px) {

    .circle-2,
    .circle-3,
    .circle-4 {
        aspect-ratio: 1 / 1;
        height: auto;
    }

    .circle-2 {
        width: 98%;
    }

    .circle-3 {
        width: 78%;
    }

    .circle-4 {
        width: 58%;
    }

    .front-banner__text,
    .front-banner__plus-block,
    .front-banner__reviews {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {

    .circle-2,
    .circle-3,
    .circle-4 {
        aspect-ratio: 1 / 1;
        width: auto;
    }

    .circle-2 {
        height: 100%;
    }

    .circle-3 {
        height: 78%;
    }

    .circle-4 {
        height: 58%;
    }

    .front-banner__plus-block {
        gap: 20px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .front-banner__logo-block {
        width: 28px;
        height: 28px;
    }

    .front-banner__logo-block img {
        width: 16px;
        height: 16px;
    }

    .front-banner__bg-text-block:first-child,
    .front-banner__bg-text-block:nth-child(2),
    .front-banner__bg-text-block:nth-child(4) {
        display: none;
    }

    .front-banner__logo-block:nth-child(3) {
        bottom: 0;
        right: 8%;
    }

    .front-banner__logo-block:nth-child(2) {
        bottom: 27%;
        left: 5px;
    }


    .front-banner__logo-block:first-child {
        left: 25px;
        top: 45px;
    }
}

@media screen and (max-width: 510px) {
    .front-banner__buttons {
        gap: 14px;
        justify-content: center;
        flex-direction: column;
    }

    .front-banner__text-after-clients-photoes {
        font-size: 14px;
    }
}

.front-banner__partners-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.front-banner__partners {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;

    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 10%,
        black 90%,
        transparent 100%
    );
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 10%,
        black 90%,
        transparent 100%
    );
}

.front-banner__partner {
    max-height: 24px;
    object-fit: contain;
    width: 100%;
}

.front-banner__partner-link {
    width: 100%;
    height: 100%;
    display: block;
}
