.catalog_element {
    position: relative;
    z-index: 1020;
}

/*Главный блок*/
.catalog_element_main_wrap {
    background: -webkit-linear-gradient(-90deg, var(--theme-color-grey) 0%, var(--theme-color-grey-middle) 50%, var(--theme-color-grey-light) 75%, rgba(255, 255, 255, 0.1) 100%);
    background: linear-gradient(180deg, var(--theme-color-grey) 0%, var(--theme-color-grey-middle) 50%, var(--theme-color-grey-light) 75%, rgba(255, 255, 255, 0.1) 100%);
}

.catalog_element_main {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}

@media all and (min-width: 1200px) {
    .catalog_element_main_wrap {
        position: sticky;
        top: 0;
    }

    .catalog_element_main {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        min-height: 100vh;
    }
}

/*header*/
.catalog_element_main_header .header_top {
    color: inherit;
}

body.is-scrolled .catalog_element_main_header .header_top {
    max-width: 1440px;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.catalog_element_main_header .header_advantages_block {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 0.5rem;
}

.header_advantages_block .header_advantages_item {
    display: -webkit-flex;
    display: flex;
    height: auto;
    min-height: unset;
    font-size: 14px;
    padding: 0.5em 1em;
    border-radius: 2rem;
}

body:not(.is-scrolled) .catalog_element_main_header .header_block {
    background: rgba(255, 255, 255, 0.4);
}

body:not(.is-scrolled) .catalog_element_main_header .header_bnt_catalog {
    background: rgba(255, 255, 255, 0.4);
}

@media all and (max-width: 991px) {
    .catalog_element_main_header .header .navbar {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .catalog_element_main_header .header_advantages_block {
        margin-top: 1rem;
    }
}

/*title*/
.catalog_element_title_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    gap: 0.5rem;
}

.catalog_element_title {
    font-size: 45px;
    text-align: center;
    margin: 0;
}

.catalog_element_main_subtitle {
    font-size: 20px;
    text-align: center;
}

@media all and (min-width: 1200px) {
    .catalog_element_main_subtitle {
        max-width: 550px;
    }
}

/*main bottom*/
.catalog_element_main_bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    gap: 1rem;
    padding-bottom: 2rem;
}

.catalog_element_colors_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.25em;
}

.catalog_element_color input {
    display: none;
}

.catalog_element_color_label {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.catalog_element_color_label:before {
    position: absolute;
    content: '';
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.catalog_element_color input:checked ~ .catalog_element_color_label:before {
    border-color: var(--theme-color-main);
}

.catalog_element_color_label img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.catalog_element_main_buttons {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
}

/*slider*/
.catalog_element_slider_wrap {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 2rem;
    height: 50vh;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.catalog_element_slider_offers_wrap {
    position: relative;
    height: 50vh;
}

.catalog_element_slider_offers_wrap  .catalog_element_slider_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.catalog_element_slider_offers_wrap  .catalog_element_slider_wrap:not(.active) {
    opacity: 0;
    z-index: 1;
}

.catalog_element_slider_block {
    width: calc(100% - 150px);
    height: 100%;
    margin: 0 auto;
}

.catalog_element_slider_block .swiper-container {
    padding: 0;
}

.catalog_element_slider_item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
}

.catalog_element_slider_item img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.catalog_element_slider_pagination {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    gap: 6px;
}

.catalog_element_slider_pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin: 0;
    background: var(--theme-color-main);
    opacity: .75;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.catalog_element_slider_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    margin: 4px 0;
    background: var(--theme-color-main);
    opacity: 1;
}

.catalog_element_slider_previews_wrap {
    width: 50px;
    min-width: 50px;
    height: auto;
    max-height: 100%;
}

.catalog_element_slider_previews {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 8px;
    height: 100%;
}

.catalog_element_slider_preview_item {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.catalog_element_slider_preview_item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.catalog_element_slider_previews_wrap .simplebar-track.simplebar-vertical {
    width: 6px;
}

.catalog_element_slider_previews_wrap .simplebar-track {
    right: auto;
    left: 100%;
}

@media all and (max-width: 991px) {
    .catalog_element_slider_wrap {
        height: 60vw;
    }

    .catalog_element_slider_offers_wrap {
        height: 60vw;
    }
}

@media all and (max-width: 767px) {
    .catalog_element_slider_wrap {
        gap: 0.5rem;
    }

    .catalog_element_slider_block {
        width: calc(100% - 100px);
        height: 100%;
        margin: 0 auto;
    }
}

/*Блок с плашками*/
.block_tile_wrap {
    position: relative;
    display: -webkit-flex;
    display: flex;
    min-height: 100vh;
    padding: 20px;
}

.block_tile {
    width: 100%;
    border-radius: 50px;
    background-color: var(--theme-color-grey);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.block_tile_content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 2rem;
    height: 100%;
    color: #fff;
    padding: 3rem 0;
}

.block_tile_title {
    font-size: 45px !important;
    text-align: center;
    margin: 0;
}

.block_tile_items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    gap: 1rem;
    width: 100%;
}

.block_tile_item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    width: 350px;
    padding: 3rem;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

.block_tile_item_title {
    margin: 0;
}

.block_tile_item_text {
    font-size: 14px;
    margin-top: auto;
}

.block_tile_desc {
    font-size: 20px;
    text-align: center;
}

@media all and (min-width: 1200px) {
    .block_tile_wrap {
        margin-top: 25vh;
    }

    .block_tile_desc {
        max-width: 800px;
    }
}

@media all and (max-width: 1199px) {
    .block_tile_item {
        width: 300px;
        padding: 2rem 1rem;
        border-radius: 30px;
    }
}

@media all and (max-width: 991px) {
    .block_tile {
        border-radius: 40px;
    }
}

@media all and (max-width: 767px) {
    .block_tile_title {
        font-size: 1.8rem !important;
    }

    .block_tile_item {
        width: calc((100% - 1rem) / 2);
    }
}

@media all and (max-width: 575px) {
    .block_tile_item {
        width: 100%;
    }
}

/*Блок ТАБы с Аккордеоном*/
.caralog_tabs_wrap .nav-tabs {
    -webkit-justify-content: center;
    justify-content: center;
    gap: 0.5rem;
    border: none;
    margin-bottom: 2rem;
}

.caralog_tabs_wrap .nav-tabs .nav-link {
    font-size: 14px;
    text-align: center;
    color: inherit;
    margin: 0;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(70px);
    backdrop-filter: blur(70px);
    border: none;
    border-radius: 2rem;
    -webkit-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.caralog_tabs_wrap .nav-tabs .nav-link:hover {
    color: inherit;
    background: #fff;
    -webkit-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.2);
}

.caralog_tabs_wrap .nav-tabs .nav-link.active {
    color: inherit;
    background: #fff;
    -webkit-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.2);
}

@media all and (max-width: 575px){
    .caralog_tabs_wrap .nav-tabs .nav-item {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.tab_akk-item {
    position: relative;
    padding: 20px;
    border-top: 1px solid rgba(23, 23, 23, 0.5);
}

.tab_akk-item:last-child {
    border-bottom: 1px solid rgba(23, 23, 23, 0.5);
}

.tab_akk-item-title {
    position: relative;
    font-family: 'Copyright Bolditalic Studio Arha Trial', sans-serif !important;
    font-size: 25px;
    font-weight: 500;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tab_akk-item-title:hover {
    color: var(--theme-color-orange);
}

.tab_akk-item-icon {
    position: absolute;
    top: 20px;
    left: 50%;
    padding: 0.5em;
    transform: translateX(-50%);
    z-index: 2;
    cursor: pointer;
}

.tab_akk-item-icon:hover {
    color: var(--theme-color-orange);
}

.tab_akk-item-icon i {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: inherit;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tab_akk-item.active .tab_akk-item-icon {
    display: none;
}

.tab_akk-item-content {
    display: none;
}

.tab_akk-item-text {
    font-size: 15px;
    padding: 20px 0;

}

.tab_akk-item-img {
    display: none;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.tab_akk-item-img img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
}

.tab_akk-item:not(.active) .corner_item {
    display: none;
}

@media all and (min-width: 992px) {
    .tab_akk-item:not(.active):hover .tab_akk-item-img {
        display: block !important;
        position: absolute;
        top: 4px;
        bottom: 4px;
        right: 20px;
    }

    .tab_akk-item:not(.active):hover .tab_akk-item-img img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%;
    }
}

@media all and (max-width: 991px) {
    .tab_akk-item:not(.active) .tab_akk-item-title {
        padding-right: 20px;
    }

    .tab_akk-item-icon {
        left: auto;
        right: 0;
        transform: unset;
    }
}

@media all and (max-width: 575px) {
    .tab_akk-item {
        padding: 20px 10px;
    }

    .tab_akk-item-title {
        font-size: 1.2rem;
    }

    .tab_akk-item-icon {
        top: 17px;
    }
}

/*Видео Блок*/
.video_block {
    position: relative;
    min-height: 100vh;
    background: var(--theme-color-grey);
}

.video_block_img_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_block_img {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video_block_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video_block_content {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    gap: 40vh;
    color: #fff;
    padding: 80vh 0;
}

.video_block_info {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    gap: 40px;
}

.video_block_info .text_subtitle {
    text-align: center;
}

.video_block_video_link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    color: inherit;
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.video_block_video_link:hover {
    color: var(--theme-color-orange);
    background: #fff;
    border-color: #fff;
}

.video_block_video_link svg {
    width: 14px;
    height: auto;
    margin-left: 10%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.video_file_block_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 220px;
    padding: 40px 50px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(70px);
    backdrop-filter: blur(70px);
}

.video_file_block_title {
    font-size: 14px;
    text-align: center;
}

.video_file_block {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.video_file_block video {
    width: 100%;
    height: auto;
}

.video_file_block_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    color: #fff;
    transform: translate(-50%, -50%);
}

.video_file_block:hover .video_file_block_icon {
    color: var(--theme-color-orange);
}

.video_file_block_icon svg {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.video_file_block_desc {
    font-size: 14px;
    text-align: center;
}

@media all and (min-width: 1200px){
    .video_block_info .text_subtitle {
       max-width: 90%;
    }
}

@media all and (max-width: 767px){
    .video_block_content {
        gap: 30vh;
        padding: 50vh 0;
    }
}

/*Блок ТАБы и Файл для скачивания*/
.tabs_block .file_download_link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 0.5em;
}

.file_download_icon {
    width: 1.2em;
    min-width: 1.2em;
}

.file_download_icon svg {
    width: 100%;
    height: auto;
}

.tabs_block_content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
}

.tabs_block_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 1em;
    font-size: 14px;
}

.tabs_block_list_item {
    display: -webkit-flex;
    display: flex;
    gap: 1em;
}

.tabs_block_list_item_num {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    word-spacing: -2px;
    white-space: nowrap;
}

.tabs_block_text {
    font-size: inherit;
}

.tabs_block_text a {
    color: inherit;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tabs_block_text a:hover {
    color: var(--theme-color-orange);
}

@media all and (min-width: 992px){
    .tabs_block_content.block_has_image {
        margin-left: 3rem;
    }
}

/* Стандартная карточка. Блок с Табами и Файлом для скачивания */
.caralog_tabs_standart .block_tile {
    position: relative;
    overflow: hidden;
}

.caralog_tabs_standart .block_tile:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.caralog_tabs_standart .tabs_block {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    color: #fff;
    padding: 3rem 0;
    z-index: 2;
}

.caralog_tabs_standart .caralog_tabs_wrap .nav-tabs .nav-link:hover,
.caralog_tabs_standart .caralog_tabs_wrap .nav-tabs .nav-link.active {
    color: var(--theme-color-main);
}

.caralog_tabs_standart .block_tile_content {
    padding: 0;
}

.caralog_tabs_standart .block_tile_text {
    font-size: 20px;
    text-align: center;
}

.caralog_tabs_standart .block_tile_desc {
    font-size: 14px;
    text-align: center;
}

.caralog_tabs_standart .block_tile_item_text {
    margin-top: 0;
}

.caralog_tabs_standart .block_tile_item_text ul {
    padding-left: 1em;
    margin: 0;
}

.caralog_tabs_standart .block_tile_item_text ul li {
    list-style: disc;
    margin-bottom: 0.5em;
}

.caralog_tabs_standart .tabs_block_img {
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    overflow: hidden;
}

.caralog_tabs_standart .tabs_block_content {
    height: 100%;
    padding: 3rem;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

@media (min-width: 992px) {
    .caralog_tabs_standart .tabs_block_content.block_has_image {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .caralog_tabs_standart .block_tile_text {
        max-width: 910px;
    }

    .caralog_tabs_standart .tabs_block_content.block_has_image {
        margin-left: 3rem;
    }
}

@media all and (max-width: 1199px){
    .caralog_tabs_standart .tabs_block_content {
        padding: 2rem 1rem;
    }
}