.tabs {
    margin: 3.1rem 0 0;
    background-color: white;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    overflow-x: hidden;
    position: relative;
}

.tabs * {
    transition: all .3s ease-in-out;
}

.tabs h2 {
    font-size: 4.75rem;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -0.3rem;
    color: #1C1F23;
    margin: 0;
    padding: 0;
}

.tabs-nav {
    display: grid;
    grid-auto-flow: column;
    gap: 1rem;
    overflow-x: scroll;
    padding: 3.25rem 0 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: 67%;
    overflow-x: unset;
}

.tabs-nav::-webkit-scrollbar {
    display: none;
}

.tabs-nav li:first-child {
    margin-left: 0;
}

.tab-item {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: .168px;
    color: #BBC4CD;
    width: max-content;
    text-transform: uppercase;
    display: flex;
    gap: 0 .3rem;
    text-decoration: none;
    border: unset;
    background: unset;
    cursor: pointer;
    padding: 0.5rem 0;
}

.tab-item.active {
    color: #1C1F23;
}

.cases_filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0 .5rem;
    padding: 0;
    margin-top: 1.35rem;
}

.cases_filter_item {
    font-weight: 400;
    font-size: .875rem;
    line-height: 160%;
    color: #4E4E4E;
    border: unset;
    background: unset;
    cursor: pointer;
    padding: 0.5rem 0;
}

.cases_filter_item.active {
    color: white!important;
}

.a_no_style {
    text-decoration: none;
    color: inherit;
}

.a_orange {
    color: #FF3D00;
}

.tabs-content {
    padding-top: 1.35rem;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.news-slider-container {
    width: 100%;
}

.slider_container {
    margin: 1.625rem 0 0;
    position: relative;
}

.slider_track {
    display: flex;
    transition: all 1s cubic-bezier(.18,.89,.32,1.28);
    padding-bottom: 6rem;
    overflow-x: unset;
}

.slider_track .slider_item:first-child {
    margin-left: 0;
}

.slider_item {
    padding-right: .75rem;
    flex: 0 0 auto;
    text-decoration: none;
    display: block;
}

.slider_item_content {
    border-radius: 3.125rem;
    width: 100%;
    height: 100%;
    aspect-ratio: 1.6/2;
    position: relative;
    overflow: hidden;
}

.slider_item_img {
    aspect-ratio: 87/110;
    max-width: 100%;
    height: 100%;
    position: relative;
    width: 100%;
}
@media screen and (min-width: 77em) {
    .slider_item_content:nth-child(1), .slider_item_img {
        aspect-ratio: 3.2 / 2;
    }
}
@media screen and (min-width: 89.9em) {
    .slider_item_img {
        aspect-ratio: unset;
        max-width: 100%;
        height: 100%;
    }
}
@media screen and (min-width: 63.9em) {
    .slider_item_img {
        aspect-ratio: 6 / 7;
        max-width: 100%;
    }
}
.slider_item_img {
    aspect-ratio: 87 / 110;
    max-width: 100%;
}
.slider_item_img img {
    max-height: 100%;
    position: absolute;
    right: 0;
    border-top-right-radius: 1.25rem;
}

.case_item_desc {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    color: white;
}

.case_item_departament {
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    color: #FFFFFF;
    padding-bottom: 1rem;
}

.case_item_title {
    font-weight: 700;
    font-size: 22px;
    line-height: 110%;
    color: #FFFFFF;
    margin-right: 2.5rem;
}

.slider_item:first-child .case_item_title {
    margin-right: 19rem;
}

.news-date-time {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.8);
    margin-top: 0.5rem;
}

.news-item-preview {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.8);
    margin-top: 0.5rem;
    max-width: 80%;
}

.news-slider-buttons {
    position: absolute;
    top: -6.3rem;
    right: 0;
    display: flex;
    max-width: 7.1rem;
    width: 100%;
    justify-content: space-between;
}

.news-slider-buttons button {
    width: 3.4375rem;
    height: 3.4375rem;
    background-color: unset;
    border: 1px solid #BBC4CD;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    cursor: pointer;
    transition: all .3s;
}

.news-slider-buttons button:not([disabled]):hover {
    border: 1px solid #1C1F23;
}

.news-slider-buttons button[disabled] {
    opacity: .5;
    cursor: unset;
}

.news-slider-buttons .prev {
    background-image: url('/local/templates/main_new/template/img/arrow_left.png');
}

.news-slider-buttons .next {
    background-image: url('/local/templates/main_new/template/img/arrow_right.png');
}

@media (max-width: 1240px) {
    .tabs h2 {
        font-size: 4rem;
        letter-spacing: -0.15rem;
    }
    
    .tabs-nav {
        max-width: 100%;
        overflow-x: scroll;
        padding: 1.8rem 0 1.25rem;
    }
    
    .slider_item_content {
        aspect-ratio: 1/1.3;
    }
    
    .case_item_desc {
        bottom: 1.5rem;
        left: 1.5rem;
    }
    
    .case_item_title {
        font-size: 1.25rem;
        margin-right: 1rem;
    }
    
    .slider_item:first-child .case_item_title {
        margin-right: 1rem;
    }
    
    .news-slider-buttons {
        display: none;
    }
}

@media (max-width: 767px) {
    .tabs h2 {
        font-size: 2.5rem;
    }
    
    .tab-item {
        font-size: 0.875rem;
    }
    
    .slider_item_content {
        aspect-ratio: 1/1.5;
    }
    
    .case_item_departament {
        font-size: 0.875rem;
        padding-bottom: 0.5rem;
    }
    
    .case_item_title {
        font-size: 1rem;
    }
    
    .news-date-time, .news-item-preview {
        font-size: 0.75rem;
    }
}

.tabs-nav tab-item.active span {
    background-color: #FF3D00;
}
.tab-item span {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #BBC4CD;
    border-radius: 50%;
    color: white;
    font-size: .75rem;
    transform: translateY(-50%);
    font-weight: 400;
}
.cases_filter_item {
	background: #FF3D00;
    border: 1px solid #FF3D00;
    color: white;
    border-radius: 100px;
    padding: .4rem 1.25rem;
    font-size: 1rem;
	font-weight: 400;
    line-height: 160%;
    text-decoration: unset;
    cursor: pointer;
}

.feedback_cases {
	top: 0!important;
    right: 3.75rem!important;
}