.content-section.components {
    background-image: url("/images/glass-background-with-frosted.jpg");
    background-position: top;
    background-size: 100%;
    background-repeat: repeat-y;
    padding-top: 0;
}

.content-section.components .info-block-icon {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    width: fit-content;
    min-height: fit-content;
    padding: 16px 30px 16px 44px;
}

.components-index {
    margin-top: 28px;
}

.page-header {
    width: 100%;
    text-align: center;
}

.components-index h1 {
    font-family: 'MyriadProRegular';
    color: #1E1E1E !important;
    font-weight: 600;
    font-size: 67px;
    line-height: 105%;
    text-transform: uppercase;

}

.component-view {
    display: flex;
    flex-direction: row;
    gap: 48px;
    margin-top: 60px;
}

.component-view .col {
    width: 50%;
}

.component-view h1 {
    font-family: 'MyriadProRegular';
    color: #242424 !important;
    font-weight: 600;
    font-size: 28px;
    line-height: 125%;
    vertical-align: middle;

}

.component-view h1.mobile-title {
    display: none;
}

.components-description {
    margin-top: 28px;
}

.components-description .lead {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.components-description p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.component-section-buttons {
    margin: 55px 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.red_border_badge {
}

.component-section-buttons_btn {
    width: fit-content;
    height: fit-content;
    padding: 16px 20px 11px;
    color: #E31E24;
    border-radius: 5px;
    border: 1px solid;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'MyriadProRegular';
    line-height: 20px;
}

.red_border_badge {
    color: #E31E24 !important;
    border: 1px solid #E31E24;
}

.red_border_badge.active {
    color: #fff !important;
    border-color: #E31E24;
    background:
        radial-gradient(
            circle 60px at 100% 0%,
            rgba(255, 255, 255, 0.6) 0%,
            rgba(255, 255, 255, 0) 100%
        ),
        #E31E24;
}

.blue_border_badge.active {
    color: #fff !important;
    padding: 6px 10px 5px;
    border-color: #3880C3;
    text-transform: none;
    background:
        radial-gradient(
                circle 60px at 100% 0%,
                rgba(255, 255, 255, 0.6) 0%,
                rgba(255, 255, 255, 0) 100%
        ),
        #3880C3;
}

.dark_border_badge.active {
    color: #fff !important;
    padding: 6px 10px 5px;
    border-color: #242424;
    text-transform: none;
    background:
        radial-gradient(
                circle 60px at 100% 0%,
                rgba(255, 255, 255, 0.6) 0%,
                rgba(255, 255, 255, 0) 100%
        ),
        #242424;
}

.info-block-icon:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    left: -16px;
    z-index: 1;
    background:
            url(/svg/material-symbols_check-rounded.svg) no-repeat center center / 60%,
            url(/svg/top-block-icon-number.svg) no-repeat center center / contain;

}

.caption.mobile-caption {
    display: none;
}

.caption_btn_wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.caption_btn_wrapper .component-section-buttons_btn {
    font-size: 14px;
    width: fit-content;
    max-width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    text-transform: uppercase;

}

.components-items .components_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 45px;
    margin-bottom: 60px;
}

.item-card {
    margin-bottom: 20px;
}

.item-card .thumbnail {
    max-width: 370px;
    border: none;
    position: relative;
}

.item-card .thumbnail a:has(img) {
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: url(/images/goods-background-for-images.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 28px;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
}
.item-card .thumbnail a:has(img) img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.item-card .thumbnail a:has(img),
.item-card .thumbnail a:has(img) img {
    border-radius: 5px;
}
.item-card .thumbnail a {
    width: 100%;
    display: flex;
    color: #242424;
    font-size: 24px;
    font-family: 'MyriadProRegular';
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 8px;
}

.item-card .thumbnail img {
    width: stretch;
}

.item-card .price {
    font-size: 18px;
    font-weight: bold;
    color: #d9534f;
}

/* Детальная страница */
.component-gallery {
    margin-bottom: 30px;
}

.main-image {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #DFDFDF;
    background: #D9D9D9;
    background: url("/images/goods-background-for-images.jpg") no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
}

.main-image img {
    width: 100%;
    cursor: pointer;
}

.main-image,
.main-image img {
    border-radius: 7px;
}

.thumbnails {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
}

.thumbnails.swiper-container {
    padding: 0;
    margin-top: 20px;
}

.thumbnails .swiper-slide {
    opacity: 0.6;
    transition: opacity 0.3s;
    cursor: pointer;
}

.thumbnails .swiper-slide:hover,
.thumbnails .swiper-slide-active {
    opacity: 1;
}

.thumbnails .thumbnail-img {
    max-width: 100px;
    cursor: pointer;
    /*border: 2px solid transparent;*/
    /*border-radius: 3px;*/
}

.thumbnails .swiper-slide-active {
    border: 1px solid #DFDFDF;
    border-radius: 5px;
}

.characteristics {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

.characteristics .characteristic_items {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
}

.characteristics .characteristic_items:last-child {
    border-bottom: 0;
}

.characteristics .characteristic_item-name {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}

.characteristics .characteristic_item-value {
    font-family: 'MyriadProRegular';
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
}

.price-stock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    font-family: 'MyriadProRegular';
    font-weight: 400;
    font-size: 32px;
    line-height: 125%;
}

.price-stock .btn_wrapper .get_prices {
    width: 180px;
}

.price-stock .btn_wrapper .with-shadow {
    -webkit-box-shadow: 0 20px 25px -18px rgb(227, 30, 36);
    -moz-box-shadow: 0 20px 25px -18px rgb(227, 30, 36);
    box-shadow: 0 20px 25px -18px rgb(227, 30, 36);
}

.price-stock .btn_wrapper .get_prices:hover {
    cursor: pointer;
    transition: all 0.2s;
    -webkit-box-shadow: 0 20px 20px -18px rgb(227, 30, 36);
    -moz-box-shadow: 0 20px 20px -18px rgb(227, 30, 36);
    box-shadow: 0 20px 10px -18px rgb(227, 30, 36);
}

.price-block .price-value {
    color: #E31E24;
}

.stock-block {
    text-align: right;
    padding-top: 8px;
}

.stock-block .stock-label {
    font-size: 14px;
    color: #666;
}

.stock-block .stock-value {
    font-size: 16px;
    font-weight: bold;
}

.description-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 30px;
}

.description-block.mobile-description {
    padding: 0;
    margin-bottom: 15px;
}
.description-block.mobile-description .info-block-icon {
    padding: 13px;
}

.description-block.mobile-description .info-block-icon:before {
    display: none;
}

.item-descriptions {
    margin-top: 10px;
}

.item-descriptions .description-block {
    padding-left: 16px;
    padding-right: 0;
}

.content-section.components .item-descriptions .info-block-icon {
    font-size: 20px;
    line-height: 145%;
}

.other-section-components {
    margin-top: 100px;
}

.other-section-components_title {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
}

.other-section-components_title span {
    display: block;
    max-width: 525px;
    font-family: 'MyriadProRegular';
    color: #1E1E1E !important;
    font-weight: 600;
    font-size: 50px;
    line-height: 105%;
    text-align: center;
}

.description-block .description-block_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 28px;
    max-width: 888px;
}

.item-descriptions .description-block .description-block_wrapper {
    max-width: 100%;
}

.description-block .info-block-icon.with-shadow {
    -webkit-box-shadow: 0 12px 20px -15px rgba(34, 60, 80, 0.53);
    -moz-box-shadow: 0 12px 20px -15px rgba(34, 60, 80, 0.53);
    box-shadow: 0 12px 20px -15px rgba(34, 60, 80, 0.53);
}

.description-block .content {
    font-size: 16px;
    line-height: 1.8;
}

.related-items {
    margin-top: 40px;
}

.related-items .thumbnail {
    transition: all 0.3s ease;
}

.related-items .thumbnail:hover {
    transform: translateY(-3px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.mobile-menu.menu-components .menu_wrapper {
    width: 100%;
}

.mobile-menu.menu-components {
    margin-top: 40px;
    margin-bottom: 20px;
    gap: 8px;
    position: relative;
    top: inherit;
    justify-content: space-between;
}

.mobile-menu.menu-components .menu_wrapper .catalog-menu {
    height: 45px;
    background-color: transparent;
    border: 1px solid #E31E24;
}
.mobile-menu.menu-components .menu_wrapper .catalog-menu .catalog-menu_title {
    color: #E31E24;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'MyriadProRegular';
    justify-content: center;
    width: 100%;
    padding: 0;
}

.mobile-menu.menu-components .menu_wrapper .catalog-menu .catalog-menu_title:after {
    background: url(/svg/arrow-red.svg);
}

.mobile-menu.menu-components .menu_wrapper .catalog-menu:hover .catalog-menu_items {
    top: 44px;
    border: 1px solid #E31E24;
}
.tabs-buttons {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.tabs-buttons-icon {
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center center;
}

.tabs-buttons-icon img {
    width: 100%;
}

.tabs-buttons .tabs-button {
    display: flex;
    gap: 4px;
    font-family: 'MyriadProRegular';
    font-weight: 400;
    font-size: 13px;
    border-radius: 5px;
    padding: 8px 10px 4px 10px;
    max-height: 33px;
}

.tabs-buttons .tabs-button.characteristic-tab .tabs-buttons-icon {
    background-image: url("/svg/characteristic-btn-icon-red.svg");
}

.tabs-buttons .tabs-button.characteristic-tab.active .tabs-buttons-icon {
    background-image: url("/svg/characteristic-btn-icon-white.svg");
}

.tabs-buttons .tabs-button.description-tab .tabs-buttons-icon {
    background-image: url("/svg/description-btn-icon-red.svg");
}

.tabs-buttons .tabs-button.description-tab.active .tabs-buttons-icon {
    background-image: url("/svg/description-btn-icon-white.svg");
}

.tabs-content.active {
    display: flex;
}

.tabs-content {
    display: none;
}

/* Адаптивность */
@media (min-width: 1100px) and (max-width: 1300px) {
    .caption_btn_wrapper .component-section-buttons_btn {
        max-width: 100px;
    }
    .price-stock .btn_wrapper .get_prices {
        width: 150px;
        height: 60px;
    }
    .components-items .components_wrapper {
        gap: 15px;
        justify-content: center;
    }
}
@media (max-width: 1100px) {
    .components-filters {
        display: none;
    }
    .components-items .components_wrapper {
        gap: 15px;
        justify-content: space-around;
    }
    .components-description {
        padding: 15px;
    }

    .components-description .lead {
        font-size: 18px;
    }

    .price-block .price-value {
        font-size: 22px;
    }

    .stock-block {
        text-align: left;
        margin-top: 10px;
    }
    .page-header h1 {
        font-size: 28px;
        line-height: 105%;
    }
    .components-description {
        padding: 0;
        margin-top: 15px;
    }
    .description-block {
        padding-left: 15px;
        padding-right: 0;
    }
    .info-block-icon:before {
        width: 22px;
        height: 22px;
        left: -11px;
    }
    .component-section-buttons_btn {
        font-size: 14px;
    }
    .content-section.components .info-block-icon {
        width: 100%;
        font-size: 13px;
        line-height: 105%;
    }
    .mobile-menu.menu-components .menu_wrapper .catalog-menu:hover {
        background-color: #E31E24;
    }
    .mobile-menu.menu-components .menu_wrapper .catalog-menu:hover  .catalog-menu_title {
        color: #fff;
    }
    .mobile-menu.menu-components .menu_wrapper .catalog-menu:hover .catalog-menu_title:after {
        background: url(/svg/arrow.svg);
        transform: rotate(180deg);
    }
    .item-card {
        flex: 0 0 calc(50% - 7.5px);
        margin-bottom: 10px;
    }
    .item-card .thumbnail a {
        font-size: 16px;
    }
    .item-descriptions {
        display: none;
    }
    .other-section-components {
        margin-top: 40px;
    }
    .other-section-components .item-card:last-child {
        display: block;
    }
    .component-view .col {
        width: 100%;
    }
    .component-view {
        gap: 10px;
        flex-direction: column;
        margin-top: 10px;
    }
    .component-gallery {
        margin-bottom: 10px;
    }
    .component-view h1 {
        display: none;
    }
    .component-view h1.mobile-title {
        display: block;
        font-size: 20px;
    }
    .characteristics {
        margin: 0;
    }
    .tabs-buttons {
        display: flex;
    }
    .price-stock {
        font-size: inherit;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 820px) {
    .item-card .thumbnail a:has(img) {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 650px) {
    .content {
        padding: 0 25px;
    }
    .info-block-icon.with-shadow span {
        font-family: 'MyriadProRegular';
        font-size: 13px;
        line-height: 125%;
    }
    .component-section-buttons_btn {
        padding: 7px 12px;
    }
    .caption_btn_wrapper .component-section-buttons_btn {
        font-size: 12px;
        padding: 5px 10px;
        text-transform: none;
    }
    .component-section-buttons_btn.blue_border_badge.active,
    .component-section-buttons_btn.dark_border_badge.active {
        position: absolute;
        top: 7px;
        right: 7px;
        padding: 0 5px;
    }
    .mobile-menu.menu-components .menu_wrapper .catalog-menu {
        height: 34px;
    }
    .mobile-menu.menu-components .menu_wrapper .catalog-menu .catalog-menu_title {
        font-size: 13px;
        padding-top: 2px;
    }
    .mobile-menu.menu-components .menu_wrapper .catalog-menu .catalog-menu_title:after {
        top: 10px;
    }
    .mobile-menu.menu-components .menu_wrapper .catalog-menu:hover .catalog-menu_items {
        top: 33px;
        z-index: -1;
    }
    .mobile-menu .menu_wrapper .catalog-menu:hover .catalog-menu_items .catalog-menu__item {
        flex: 0 auto;
    }
    .mobile-menu .menu_wrapper .catalog-menu:hover .catalog-menu_items .catalog-menu__item:nth-last-child(-n+2) {
        border-bottom: 1px solid #d5d5d5;
    }
    .mobile-menu .menu_wrapper .catalog-menu:hover .catalog-menu_items .catalog-menu__item:last-child {
        border-bottom: 0;
    }
    .item-card .thumbnail a {
        font-size: 14px;
    }
    .other-section-components_title {
        margin-bottom: 25px;
    }
    .other-section-components_title span {
        font-size: 28px;
        max-width: 225px;
    }
    .main-image {
        width: 100%;
        position: relative;
        margin-bottom: 0;
    }
    .price-stock .caption {
        display: none;
    }
    .caption.mobile-caption {
        display: block;
    }
    .characteristics .characteristic_items {
        height: 40px;
    }
    .characteristics .characteristic_item-name {
        font-size: 12px;
    }
    .characteristics .characteristic_item-value {
        font-size: 14px;
    }
}