.tab_wide_image_text {}
.tab-btn_wrap {
    display: flex;
    justify-content: space-between;
}
.tab_wide_image_text .main_block_image {
    max-width: 100%;
    overflow: auto;
}
.tab_wide_image_text .main_block_image img {
    width: 100%;
    height: auto;
    max-width: none;
}
.tab-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 0;
    height: 3.2em;
    color: #818181;
    text-align: center;
    font-size: 1.7em;
    font-weight: 500;
    line-height: 1.09;
    text-transform: uppercase;
    border: 1px solid #D1D1D1;
    padding: 0 30px;
}
.tab-btn:hover {
    cursor: pointer;
}
.tab-btn:hover,
.tab-btn__active {
    color: #000;
    border: 1px solid #000;
    z-index: 1;
}
.tab_wide_image_text .tab-item-wrap{
    display: none;
}
.tab_wide_image_text .tab-item-wrap.active {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    margin-top: -2px;
    border: 2px solid #CCC;
}
.tab-item-overlay {
    position: absolute;
    top: -1px;
    left: 0;
    width: 98%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 1) 98%);
    pointer-events: none;
}

.grey .tab-item-overlay {
    background: none;
}

.tab-item-wrap .tab-item-content {
    position: relative;
    display: flex;
    width: 100%;
    height: 50%;
    overflow-y: scroll;
}
.tab-item-content_text {
    position: relative;
    padding: 2.7em;
    height: fit-content;
}
.tab-item-content_text h3 {
    color: #000;
    font-size: 1.7em;
    font-weight: 500;
    line-height: 1.09;
    text-transform: uppercase;
}
.tab-item-content_text p {
    color: #000;
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.26;
    letter-spacing: -0.19px;
}
.tab-item-content_image {}
.tab_wide_image_text .owl-carousel .owl-stage-outer {
    overflow: hidden;
}
.tab_wide_image_text .tab-item-content_image::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 8px;
}
.tab_wide_image_text .tab-item-content_image::-webkit-scrollbar-thumb {
    background-color: #CCC;
}

.tab_wide_image_text .tab-item-content_image img {
    width: 100%;
}
@media only screen and (max-width : 768px) {
    .tab_wide_image_text .main_block_image img {
        width: auto;
        height: auto;
        max-width: none;
        max-height: 25em;
        overflow: auto;
    }
}