@media (max-width: 500px) {
    .catalog-compare .align-items-center {
        flex-direction: column !important;
        justify-content: start;
        text-align: start;
        align-items: start !important;
        gap: 10px;
    }
}

.preimushestva_block {
    padding: 25px;
    border: 1px solid rgba(230, 230, 255, 1);
    border-radius: 15px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    width: calc((100% - 40px) / 3);
}

.preimushestva_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.preimushestva_block .title_inf {
    display: flex;
    gap: 24px;
}

.preimushestva_block .title_inf .title {
    color: rgba(0, 0, 0, 1);
    line-height: 100%;
    font-size: 20px;
    font-weight: 700;
}

.preimushestva_block .title_inf .count {
    color: rgba(201, 76, 68, 1);
    line-height: 100%;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid rgba(201, 76, 68, 0.23);
    background-color: rgba(250, 238, 237, 1);
    border-radius: 100px;
    padding: 12px;
    height: fit-content;
    width: fit-content;
}

@media (max-width: 1050px) {
    .preimushestva_block {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 767px) {
    .preimushestva_block .title_inf .title {
        text-align: start;
    }
    .preimushestva_block .desc {
        text-align: start;
    }
}

@media (max-width: 670px) {
    .preimushestva_block {
        width: 100%;
    }
    .preimushestva_block .title_inf .title {
        font-size: 18px;
    }
}

.about_wrapper {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.about_wrapper .about_block {
    display: block;
    width: calc((100% - 48px) / 3);
    border-radius: 15px;
    max-height: 320px;
    overflow: hidden;
}

.about_wrapper .about_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 785px) {
    .about_wrapper .about_block {
        width: calc((100% - 24px) / 2);
    }
}

@media (max-width: 530px) {
    .about_wrapper .about_block {
        width: 100%;
    }
}

.carousel-item {
    height: 478px;
}

.carousel-item .slider {
    height: 100%;
}