.stok-circle-container {
    position: relative;
    overflow: unset;
}

.stok-circle-container img {
    position: absolute;
    bottom: -15%;
    left: 64%;
    z-index: 1;
}

.stok-circle {
    background-color: transparent;
    border: 1px solid #e6b079;
    width: 300px;
    aspect-ratio: 1;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.stok-circle__wrap {
    position: absolute;
    width: 95%;
    aspect-ratio: 1;
    border: 1px solid #e6b079;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.stok-circle__title {
    display: flex;
    align-items: center;
    text-align: center;
    width: 80%;
    color: #e6b079;
    font-weight: bold;
}

.stok-circle__desc {
    text-align: center;
    width: 80%;
    font-size: 13px;
    color: #e6b079;
}

.stok-circle .fs__profits-promo {
    margin: 0;
    margin-top: 10px;
    color: #E6B079;
}



@media (min-width: 350px) {
    .fs__gift-info {
        height: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .fs__gift-list {
        font-size: 20px;
    }

    .fs__gift-text {
        font-size: 26px;
    }
}

@media (min-width: 1400px) {
    .fs__man-image {
        min-width: 500px;
    }
}

.implantation {
    position: relative;
    display: flex;
    flex-direction: column;
}

.implantation::after {
    content: "";
    position: absolute;
    display: flex;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    margin-bottom: 0;
    transform: translateX(20%);
    background-image: url("./media/bright_smile_implant__ru/implantation/background.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;

    @media screen and (max-width: 768px) {
        display: none;
    }
}

.implantation__wrapper {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
    position: relative;
    z-index: 1;

    @media screen and (max-width: 768px) {
        align-items: center;
        gap: 32px;
    }
}

.implantation__badge {
    padding: 16px;
    padding-right: 64px;
    border-radius: 9999px;
    background: linear-gradient(123deg, #e6b079 0%, #aa6219 100%);
    display: grid;
    grid-template-columns: 86px minmax(auto, 460px);
    gap: 16px;
    align-items: center;

    @media screen and (max-width: 768px) {
        padding-right: 16px;
        grid-template-columns: 36px auto;
    }
}

.implantation__badge::before {
    content: "";
    width: 100%;
    height: 86px;
    background-image: url("./media/bright_smile_implant__ru/implant-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    @media screen and (max-width: 768px) {
        height: 36px;
    }
}

.implantation__badge-text {
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 600;

    @media screen and (max-width: 768px) {
        font-size: 18px;
    }
}

.implantation__title {
    font-family: "Inter", sans-serif;
    font-size: 41px;
    color: #4D5155;
    font-weight: 700;
    display: flex;
    flex-direction: column;

    @media screen and (max-width: 768px) {
        font-size: 20px;
    }
}

.implantation__title--accent {
    font-size: 64px;
    color: #e6b079;

    @media screen and (max-width: 768px) {
        font-size: 24px;
    }
}

.implantation__profit-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;

    @media screen and (max-width: 768px) {
        flex-direction: column;
    }
}

.implantation__profit-item {
    display: grid;
    max-width: 600px;
    width: 100%;
    padding: 32px;
    background-color: #FFFFFF;
    border-radius: 40px;
    gap: 20px;
    grid-template-columns: 60px 1fr;
    align-items: center;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 10%);
}

.implantation__profit-item::before {
    content: "";
    width: 100%;
    height: 60px;
    background-color: #e6b079;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    border-radius: 10px;
}

.implantation__profit-text {
    font-size: 22px;
    font-family: "Inter", sans-serif;
    color: #4D5155;

    @media screen and (max-width: 768px) {
        font-size: 18px;
    }
}

.implantation__profit-item--1::before {
    background-image: url("./media/bright_smile_implant__ru/implantation/1.svg");
}

.implantation__profit-item--2::before {
    background-image: url("./media/bright_smile_implant__ru/implantation/2.svg");
}

.implantation__profit-item--3::before {
    background-image: url("./media/bright_smile_implant__ru/implantation/3.svg");
}

.implantation__profit-item--4::before {
    background-image: url("./media/bright_smile_implant__ru/implantation/4.svg");
}

.implantation__profit-item--5::before {
    background-image: url("./media/bright_smile_implant__ru/implantation/5.svg");
}

.do-pos__row {
    background: #2b1600;
    padding: 26px 20px;
    border-radius: 26px;
}