

/* Start:/local/templates/egm_new/components/bitrix/catalog.element/.default/style.css?178273907612780*/
.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;
    }
}
.card-brend-list img {
    width: 190px;
    height: 100px;
    border-radius: 5px;
}
/* Адаптив для мобильных устройств */
@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;
        justify-content: center;
    }

    .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_new/components/bitrix/breadcrumb/breadcrumbs/style.css?1782739076179*/
.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_new/components/bitrix/system.pagenavigation/.default/style.css?17827390761718*/
.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_new/components/bitrix/news.list/own_list_catalog_detail/style.css?17827390762734*/
.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_new/components/bitrix/catalog.element/.default/style.css?178273907612780 */
/* /local/templates/egm_new/components/bitrix/breadcrumb/breadcrumbs/style.css?1782739076179 */
/* /local/templates/egm_new/components/bitrix/system.pagenavigation/.default/style.css?17827390761718 */
/* /local/templates/egm_new/components/bitrix/news.list/own_list_catalog_detail/style.css?17827390762734 */
