

/* Start:/local/templates/aspro_max/components/bitrix/news.detail/about_company/style.css?17516101394803*/
.company-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 30px;
}

.about-company p,  .about-company .company-description {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
}

.company-description {
    max-width: 860px;
    margin-bottom: 40px;
}
.company-description p {
    color: #323234;
}
.bold-description {
    font-size: 20px;
    font-weight: 600;
    max-width: none;
}
.last-text {
    max-width: none;
}

.company_section {
    margin-top: 60px;
}
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 30px 0;
}

.benefit-item {
    padding: 25px;
    border-radius: 10px;
    background-color: #f9f9f9;
    transition: box-shadow 0.3s;
}


.benefit-icon {
    width: 40px;
    height: 40px;
    margin: 0 0 30px;
}

.benefit-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.benefit-title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}

.benefit-text {
    color: #323234;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
}


.equipment-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 819px;
}

.equipment-item {
    display: flex;
    align-items: center;
    border: 1px solid #EBEBEB;
    padding: 15px 20px;
    border-radius: 10px;
    background: #fff;
    margin: 0 0 10px;
    position: relative;
    gap: 12px;
}
.equipment-list > .equipment-item::before {
    content: ""; /* Убираем тире */
    margin: 0; /* Убираем отступы */
}

.equipment-item::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #CC3233;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L4.5 8L11 1' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 9px;
    flex-shrink: 0;
}


.equipment-text {
    color: #323234;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
}


.catalog-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.catalog-link {
    display: flex;
    align-items: center;
    background: #F9F9F9;
    border-radius: 10px;
    text-decoration: none;
    color: #323234;
    padding: 10px;
    flex: 1 1 calc(50% - 10px); /* 2 в строку */
    transition: background 0.3s ease;
    justify-content: left;
}

.catalog-link:hover {
    background: #f0f0f0;
}

.catalog-image {
    width: 220px;
    height: 179px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
    margin-right: 25px;
    margin-left: 0;
}

.catalog-title {
    color: #323234;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.company-slider {
    margin-bottom: 40px;
}
.company-slider .company-slide {
    padding: 5px;
}

.company-slider .company-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-slider .company-slide a {
    display: block;
    width: 100%;
}

.company-slider img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    /*max-height: 280px;*/
}
.exhibition-slider img {
    max-height: 290px;
    object-fit: cover;
}
.logo-slider img {
    max-height: 100px;
}
.logo_img {
    border: 1px solid #EBEBEB;
}
.company-slider .prev,
.company-slider .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 10;
    width: 30px;   /* размер кнопки */
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.company-slider .prev:hover,
.company-slider .next:hover {
    opacity: 0.9;
}


.company-slider .prev {
    left: -10px;
}

.company-slider .next {
    right: -10px;
}

.company-slider .prev img,
.company-slider .next img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    pointer-events: none; /* чтобы клики были на кнопке, а не на картинке */
}

.slide-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}



/* Адаптив */
@media (max-width: 1024px) {
    .benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .benefit-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 500px) {
    .catalog-image {
        width: 140px;
        height: auto;
    }
}



/* End */
/* /local/templates/aspro_max/components/bitrix/news.detail/about_company/style.css?17516101394803 */
