

/* Start:/local/templates/egm/components/bitrix/catalog/catalog/style.css?17648059554980*/
.catalog-detail__title {
    margin-bottom: 16px !important;
}

.catalog-element__bread {
    margin-bottom: 40px;
}

.tab-sections {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.tab-sections__item {
    border-radius: 8px;
    background: rgba(43,43,43,.06);
    padding: 12px;
    display: flex;
    width: calc((100% - 60px)/4);
    gap: 16px;
    align-items: center;
}

.tab-sections__img {
    width: 55px;
    height: 55px;
    background: #FFF;
    border-radius: 8px;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}

.tab-sections__img img {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.catalog-tabs__link.own-link {
    color: var(--main-color) !important;
}

.tab-sections__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #2B2B2B;
    transition: .1s;
}

.tab-sections__desc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tab-sections__counter {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: rgba(43, 43, 43, 0.8);
}

.tab-sections__item:hover .tab-sections__title {
    color: var(--main-color-hover);
}

.catalog-element .catalog-tabs {
    flex-wrap: wrap;
}

.catalog-element-sections {
        margin-bottom: 60px !important;
        position: relative;
    }

    .catalog-element-sections.collapsed {
        max-height: 240px;
        overflow: hidden;
        position: relative;
    }

    .catalog-element-sections.collapsed::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 70px;
        background: linear-gradient(0deg, #ECEDF0 0%, rgba(236, 237, 240, 0) 100%);
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .catalog-element-sections .toggle-btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        border: none;
        background: #2054D8;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        color: #FFFFFF;
        height: 28px;
        border-radius: 28px;
        cursor: pointer;
        padding: 0 34px 0 14px;
    }

    .catalog-element-sections .toggle-btn::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00001 11.2004C7.53335 11.2004 7.06668 11.0204 6.71335 10.6671L2.36668 6.32042C2.17335 6.12708 2.17335 5.80708 2.36668 5.61375C2.56001 5.42042 2.88001 5.42042 3.07335 5.61375L7.42001 9.96042C7.74001 10.2804 8.26001 10.2804 8.58001 9.96042L12.9267 5.61375C13.12 5.42042 13.44 5.42042 13.6333 5.61375C13.8267 5.80708 13.8267 6.12708 13.6333 6.32042L9.28668 10.6671C8.93335 11.0204 8.46668 11.2004 8.00001 11.2004Z' fill='white'/%3E%3C/svg%3E%0A");
    }

    .catalog-element-sections .toggle-btn.open {
        bottom: -40px;
    }

    .catalog-element-sections .toggle-btn.open::before {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99904 4.79958C7.53237 4.79958 7.0657 4.97958 6.71237 5.33292L2.3657 9.67958C2.17237 9.87292 2.17237 10.1929 2.3657 10.3862C2.55904 10.5796 2.87904 10.5796 3.07237 10.3862L7.41904 6.03958C7.73904 5.71958 8.25904 5.71958 8.57904 6.03958L12.9257 10.3862C13.119 10.5796 13.439 10.5796 13.6324 10.3862C13.8257 10.1929 13.8257 9.87292 13.6324 9.67958L9.2857 5.33292C8.93237 4.97958 8.4657 4.79958 7.99904 4.79958Z' fill='white'/%3E%3C/svg%3E%0A");
    }

@media screen and (max-width: 1600px) {

    .tab-sections__item {
        width: calc((100% - 40px) / 3);
    }
}



@media screen and (max-width: 1500px) {
    .catalog-item {
        width: calc((100% - 20px) / 2) !important;
    }

    .tab-sections__item {
        width: calc((100% - 20px) / 2);
    }
}

@media screen and (max-width: 768px) {
    .tab-sections__item {
        width: 100%;
        font-size: 14px;
    }

    .tab-sections__img {
        width: 48px;
        height: 48px;
    }

    .catalog-element-sections.collapsed {
        max-height: 340px;
    }

    .catalog-toolbar {
        display: flex !important;
        margin-bottom: 0 !important;
    }

    .dropdown-sort {
        font-size: 14px !important;
        height: 34px;
        color: var(--main-black);
    }

    .dropdown-menu li a {
        font-size: 14px !important;
    }

    .catalog-mobile__toolbar {
        display: none !important;
    }

}
/* End */


/* Start:/local/templates/egm/components/bitrix/catalog.element/.default/style.css?177928069412657*/
.catalog-element .model-list__item {
    display: table !important;
    width: 100%;
    table-layout: fixed;
}

/* .catalog-element__img img {
    min-height: 350px;
} */

.catalog-element__img {
    position: relative;
    display: inline-block; /* или block, в зависимости от макета */
}

.dealer-warranty-spare-text {
    display: flex;
    gap: 8px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
}

.dealer-text, .warranty-text, .spare-parts-in-stock {
    display: flex;
    padding: 8px 12px;
    color: #191A80;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    border-radius: 10px;
    background: #FFF;
    gap: 10px;
}

.catalog-element .element-info {
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

#pills-description .tab-content {
    /*max-width: 1024px;*/
}

.element-info .catalog-element__buttons {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.catalog-element__buttons .btn-main {
    width: 100%;
}

.element-info .catalog-element__buttons .btn-outline {
    border-radius: 6px;
    background: #2054D8;
    color: #fff;
    border: unset;
}

.element-info .catalog-element__buttons .btn-main {
    border-radius: 6px;
    border: 1px solid #2B2B2B;
    background: #fff;
    color: #000;
}

.element-info .catalog-element__buttons .btn-main svg {
    margin-right: 10px;
}

.tab-content__sub-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    color: #2B2B2B;
    margin-top: -20px;
    margin-bottom: 40px;
}

.ec-calc-form-value, .ec-calc-form-weight {
    display: none;
}

.ec-calc-result {
    display: none !important;
}

.delivery-link {
    margin-bottom: 20px;
    display: inline-block;
}

.calc-flex {
    display: flex;
    gap: 20px;
    align-items: center;
}

.calc-flex a {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #2054D8;
}

.catalog-element__delivery-nds {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.catalog-element__delivery, .catalog-element__nds {
    display: flex;
    gap: 12px;
}

@media screen and (min-width: 992px) {
    .catalog-element .params-list {
        columns: 2;
        display: block !important;
    }

    .catalog-element .params-list__item:first-child, .catalog-element .params-list__item:nth-child(2) {
        border-top: 1px solid rgba(43, 43, 43, .2) !important;
    }
}

@media screen and (max-width: 992px) {
    .catalog-element .params-list__item:nth-child(2) {
        border-top: 1px solid rgba(43, 43, 43, .2) !important;
    }
}

/* Слайдер */

.catalog-element__gallery .swiper {
    width: 100px;
    height: 430px;
}

.catalog-element__gallery .swiper-slide {
    width: 100px !important;
    height: 100px !important;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.catalog-element__gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

main {
    padding-top: 0!important;
}

/* Карточка товара */

.card-brend-top {
    background: #2054D8;
    background: linear-gradient(24deg, rgba(32, 84, 216, 1) 0%, rgba(12, 12, 12, 1) 86%);

    /* Растягиваем на всю ширину экрана */
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    margin-bottom: 32px;
}

.card-brend-top > div {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: 1712px;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}

.card-brend-top .card-brend-title {
    color: #fff;
    font-size: 19.288px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.card-brend-list {
    gap: 36px;
    display: flex;
}

.specs-list {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.specs-item {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 190px;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.06) 100%), #ECEDF0;
}

.specs-item .specs-name {
    color: #2B2B2B;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 16.8px */
}

.specs-item .specs-value {
    color: #191A80;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
}

.catalog-element__preview {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    background: #FFF;
}

.catalog-element__preview .element-info .element-params {
    display: none;
}

.gallery-swiper {
    width: 100%;
    height: auto;
}
.gallery-swiper .swiper-slide {
    text-align: center;
    cursor: pointer;
}
.gallery-swiper .swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s;
}
.gallery-swiper .swiper-slide img:hover {
    transform: scale(1.02);
}
.swiper-button-next,
.swiper-button-prev {
    color: #333;
}
.swiper-pagination-bullet {
    background: #999;
}
.swiper-pagination-bullet-active {
    background: #007aff;
}

.text-detail-drawings {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}

/* Галерея чертежей - список друг под другом */
.drawings-gallery {
    width: 500px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.drawings-gallery__item {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.drawings-gallery__item:hover {
    transform: translateY(-2px);
}

.drawings-gallery__caption {
    font-size: 27px;
    font-weight: 500;
    color: #2B2B2B;
    margin-bottom: 12px;
    padding-left: 4px;
    text-align: end;
}

.drawings-gallery__image-wrapper {
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.drawings-gallery__image {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
}

.drawings-gallery__item:hover .drawings-gallery__image {
    opacity: 0.95;
}

.text-detail-drawings-gallery {
    display: flex;
    gap: 80px;
}

.text-detail,
.drawings-gallery {
    flex: 1; /* оба элемента займут одинаковую ширину */
    width: 100%;
    box-sizing: border-box;
}
.foto-series-all {
    padding: 105px 0 60px 0;
    align-self: stretch;
    background: linear-gradient(24deg, rgba(32, 84, 216, 1) 0%, rgba(12, 12, 12, 1) 86%);

    /* Растягиваем на всю ширину */
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 80px 0;
}

.foto-series-inner {
    max-width: 1712px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.foto-series-title {
    color: #FFF;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 35.2px */
    margin-bottom: 55px;
}

.foto-series-inner .foto-series-swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 80px; /* Отступ снизу для кнопок */
}

.foto-series-item {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foto-series-item img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* Контейнер для кнопок навигации */
.swiper-custom-nav {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 100px;
    z-index: 10;
}

/* Сброс стандартного позиционирования и стилизация кнопок */
.swiper-button-prev_new,
.swiper-button-next_new {
    position: static !important;
    margin-top: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
}

/* Стрелка влево */
.swiper-button-prev_new::after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M12.7598 7.90674L4.66643 16.0001L12.7598 24.0934' stroke='white' stroke-opacity='0.8' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.3335 16H4.8935' stroke='white' stroke-opacity='0.8' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Стрелка вправо */
.swiper-button-next_new::after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M19.2402 7.90674L27.3336 16.0001L19.2402 24.0934' stroke='white' stroke-opacity='0.8' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.6665 16H27.1065' stroke='white' stroke-opacity='0.8' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Hover эффект для кнопок */
.swiper-button-prev_new:hover,
.swiper-button-next_new:hover {
    transform: scale(1.1);
}

/* Активное состояние при клике */
.swiper-button-prev_new:active,
.swiper-button-next_new:active {
    transform: scale(0.95);
}
/* Адаптив для мобильных */
@media (max-width: 768px) {

    .container .own-production {
        margin-bottom: 20px;
        margin-top: 50px;
    }

    .foto-series-all {
        padding: 40px 0;
    }

    .foto-series-inner .foto-series-swiper {
        padding-bottom: 40px;
    }

    .foto-series-title {
        font-size: 22px;
        margin-bottom: 24px;
        font-weight: 400;
    }

    .foto-series-inner {
        padding: 0 40px;
    }
    .swiper-custom-nav {
        gap: 18px;
    }

    .text-detail-drawings-gallery {
        flex-direction: column;
        gap: 20px;
    }

    .drawings-gallery {
        gap: 20px;
        width: 100%;
    }

    .drawings-gallery__caption {
        font-size: 16px;
        margin-bottom: 8px;
        text-align: left;
    }
}

/* Адаптив для мобильных устройств */
@media (max-width: 768px) {

    .dealer-warranty-spare-text {
        display: none;
    }

    .catalog-element__specs {
        display: none;
    }

    .card-brend-top > div{
        flex-direction: column;
        padding: 24px 20px;
        gap: 32px;
    }

    .card-brend-list {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .card-brend-list img {
        width: calc(50% - 10px); /* 50% минус половина gap */
        height: auto;
    }

    .catalog-element__gallery .swiper {
        width: unset;
        height: unset;
    }

    .catalog-element__row {
        flex-direction: column-reverse;
    }

    .catalog-element__img {
        order: 1;
    }

    .catalog-element__gallery {
        order: 2;
    }

    .catalog-element__preview {
        order: 3;
    }

    .catalog-element__gallery {
        margin-right: 0;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }
}
/* End */


/* Start:/local/templates/egm/components/bitrix/breadcrumb/breadcrumbs/style.css?1763553906179*/
.catalog-element__bread a {
    color: #2b2b2b;
}

.catalog-element__bread a:hover {
    color: rgba(43, 43, 43, .6);
}

.catalog-element__bread {
    flex-wrap: wrap;
}
/* End */


/* Start:/local/templates/egm/components/bitrix/system.pagenavigation/.default/style.css?17635539041718*/
.modern-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.modern-nav a, .modern-page-current {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2B2B2B;
}

.modern-page-current {
    border-radius: 6px;
    background: #FFF;
}

.modern-nav a:hover {
    color: var(--main-color);
}

.modern-page-next {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.4297 13.9302L28.4997 20.0002L22.4297 26.0702' stroke='%232B2B2B' stroke-opacity='0.8' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5 20H28.33' stroke='%232B2B2B' stroke-opacity='0.8' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.modern-page-previous {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5703 26.0703L11.5003 20.0003L17.5703 13.9303' stroke='%232B2B2B' stroke-opacity='0.8' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.5 20L11.67 20' stroke='%232B2B2B' stroke-opacity='0.8' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* End */


/* Start:/local/templates/egm/components/bitrix/news.list/own_list_catalog_detail/style.css?17792726952734*/
.catalog-item__slider .catalog-item {
    width: 100%;
    height: 100%;
}

.catalog-item__slider {
    overflow: visible !important;
}

.catalog-item__slider .swiper-wrapper {
    align-items: stretch;
}

.catalog-item__slider .swiper-wrapper .swiper-slide {
    height: auto;
}

.catalog-item__slider .swiper-pagination {
    position: relative;
    padding-top: 12px;
}

.catalog-item__slider .catalog-item {
    cursor: grab;
}

.catalog-item__slider .catalog-item:active {
    cursor: grabbing
}

.own-production {
    margin-top: 130px;
}

.catalog-params-all {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.catalog-item__bot .catalog-item__buttons .catalog-carusel {
    border: unset;
    border-radius: 6px;
    background: #FFF;
    height: 40px;
    padding: 12px 16px;
    width: 100%;
}
.catalog-item__param--single {
    border-top: 1px solid rgba(43,43,43,.12);
    border-bottom: 1px solid rgba(43,43,43,.12);
    padding: 12px 0;
}

.catalog-item__param--first {
    border-top: 1px solid rgba(43,43,43,.12);
    padding-top: 12px;
}

.catalog-item__param--last {
    border-bottom: 1px solid rgba(43,43,43,.12);
    padding-bottom: 12px;
}
@media screen and (max-width: 768px) {

    .catalog-item {
        width: 100%!important;
    }

    .catalog-item__slider .catalog-item {
        padding: 16px 16px 24px 16px;
    }

    .catalog-item__slider .catalog-item__params {
        display:none;
    }

    .catalog-item__slider .catalog-item__mark {
        display:none;
    }

    .catalog-item__slider .catalog-item__sectname {
        font-size:12px;
        margin:0;
    }

    .catalog-item__slider .catalog-item__sect {
        margin-bottom:12px;
    }

    .catalog-item__slider .catalog-item__available {
        font-size:16px;
        margin-bottom:12px;
    }

    .catalog-item__slider .catalog-item__available::before {
        width:10px;
        height:10px;
    }

    .catalog-item__slider .catalog-item__name {
        font-size:24px;
    }

    .catalog-item__slider .catalog-item .btn {
        font-size:16px;
        height:40px;
    }

    .catalog-item__slider .catalog-item__img {
        text-align:center;
        height:135px;
        width:100%;
    }

    .catalog-item__slider .catalog-item__buttons {
        padding:0;
        gap:16px;
    }

    .catalog-item__slider .swiper-pagination .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin: 0 3px;
    }

    .catalog-item__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #2054D8;
    }
}
/* End */
/* /local/templates/egm/components/bitrix/catalog/catalog/style.css?17648059554980 */
/* /local/templates/egm/components/bitrix/catalog.element/.default/style.css?177928069412657 */
/* /local/templates/egm/components/bitrix/breadcrumb/breadcrumbs/style.css?1763553906179 */
/* /local/templates/egm/components/bitrix/system.pagenavigation/.default/style.css?17635539041718 */
/* /local/templates/egm/components/bitrix/news.list/own_list_catalog_detail/style.css?17792726952734 */
