.circle-container {
    width: 180px;
    /* размер большого кружка */
    height: 180px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
}

.circle-container2 {
    width: 210px;
    /* размер большого кружка */
    height: 210px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    border: 3px dashed #ccc;
}

.circle-image {
    width: 100px;
    /* размер изображения внутри */
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    /* чтобы изображение тоже было в виде кружка, если нужно */
}

.single-page-about {
    font-size: 18px !important;
}

.highlight-text {
    color: rgb(250, 103, 66);
}

.page-title {
    text-align: center;
    font-size: 70px !important;
}

@media(max-width: 700px) {
    .ai-service-item {
        padding: 20px 20px !important;
    }

    .page-title {
        font-size: 30px !important;
    }
}

.preim-block {
    text-align: center;
}

.arrow-list {
    color: #ff481f;
}

.crp-price-item {
    margin-bottom: 10px;
    /*height: 640px;*/
}

.crp-price-list>ul>li {
    line-height: 1.5;
    font-weight: lighter !important;
}

.why-us-p {
    color: rgb(250, 103, 66) !important;
    font-size: 35px !important;
    font-weight: bold !important;
}

.app-feature-item2 {
    border-radius: 24px 24px 24px 24px !important;
    background-color: unset !important;
}

.crp-price-head2 {
    text-align: center !important;
}

.app-feature-item-content>p {
    font-size: 18px;
}

.checkmark {
    display: inline-block;
    font-size: 80px;
    /* Размер галочки */
    color: #28a745;
    /* Зеленый цвет */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    /* Тень для объема */
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s, box-shadow 0.3s;
}

.ul-service {
    margin-left: 40px;
    margin-bottom: 20px;
    list-style: none;
}

.ul-service>li {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.56 !important;
    letter-spacing: -0.02em !important;
    font-family: var(--tp-ff-p) !important;
    color: var(--tp-text-body) !important;
}

.tp-service-content p {
    margin-bottom: 15px !important;
}

.sertif-img {
    object-fit: cover;
    height: 400px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.link-style {
    color: #ff481f;
}

.link-style:hover {
    color: #ff481f;
    text-decoration: underline;
}

.img-cms {
    margin-right: 10px;
    height: 100px;
}

.block-partners {
    padding: 15px;
}

.img-offers {
    width: 100%;
    height: 300px;
    object-fit: cover;
}