.tabs {
    position: relative
}

.tabs--slider .tabs__inner {
    flex-wrap: nowrap
}

.tabs--slider .tabs__inner .slick-slide {
    margin-right: 12px
}

.tabs--slider .tabs__inner .slick-slide .tabs__item {
    margin-right: 0
}

.tabs--slider .tabs__items {
    padding-bottom: 24px;
    width: 90%!important
}

.tabs--slider .tabs__items:after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}

.tabs--slider .tabs__controls {
    width: auto
}

.tabs--slider .tabs__control {
    display: inline-flex
}

.tabs--slider .tabs__item {
    margin-bottom: 0
}

.tabs__inner {
    display: flex;
    flex-wrap: wrap;
    /*margin-bottom: 36px;*/
    /*padding-bottom: 20px*/
}

.tabs__items {
    display: flex
}

.tabs__item {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 16px;
    color: rgba(29,29,29,.6);
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 600;
    margin-bottom: 12px;
    margin-right: 12px;
    padding: 20px 24px;
    text-align: center;
    transition: border-color .3s,color .3s
}

.tabs__item.active,.tabs__item:hover {
    border-color: #1d1d1d;
    color: #1d1d1d
}

.tabs__controls {
    align-items: center;
    display: flex;
    margin-left: auto
}

.tabs__controls div {
    cursor: pointer;
    margin-right: 12px
}

.tabs__controls div:last-child {
    margin-right: 0
}

.tabs__content {
    display: none;
    opacity: 0;
    transition: opacity .3s
}

.tabs__content.active {
    display: block;
    opacity: 1
}

.cases__item {
    background-color: #fff;
    border-radius: 24px;
    color: #1d1d1d;
    display: flex;
    min-height: 572px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.cases__item-slider-item .tabs__inner .tabs__item {
    padding: 4px 6px
}

.cases__item-slider {
    /*opacity: 0;*/
    transition: opacity .3s
}

.cases__item-slider.slick-initialized {
    opacity: 1
}

.cases__item-slider .tabs__inner {
    border: 1px solid #e7e9f1;
    border-radius: 12px;
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px
}

.cases__item-slider .tabs__item {
    align-items: center;
    border: none;
    border-radius: 8px;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 6px;
    padding: 0;
    width: 72px
}

.cases__item-slider .tabs__item.active {
    background-color: #f5f6f8
}

.cases__item-slider .tabs__item:last-of-type {
    margin-right: 0
}

.cases__item-slider-item .reviews__item {
    background-color: #f8f9fa;
    min-height: auto
}

.cases__item-slider-item .reviews__pos {
    min-height: auto
}

.cases__item-slider-item .reviews__top {
    align-items: flex-start;
    min-height: auto
}

.cases__item-slider-item .reviews__top-left img {
    height: 60px;
    width: 60px
}

.cases__item-slider-item .reviews__text {
    min-height: auto
}

.cases__item-slider-item .reviews__text-inner {
    margin-bottom: 0
}

.cases__item-slider-item .reviews__text-inner.collapsed {
    -webkit-line-clamp: 4
}

.cases__item-slider-item .reviews__rating {
    background-color: #fff;
    margin-left: auto
}

.cases__item-tabs {
    margin-bottom: 32px
}

.cases__item-tabs-content {
    display: none;
    margin-bottom: 32px;
    opacity: 0;
    transition: opacity .5s
}

.cases__item-tabs-content.active {
    display: block;
    opacity: 1
}

.cases__item-tabs-content img,.cases__item-tabs-content svg {
    max-height: 282px;
    object-fit: contain;
    width: 100%
}

.cases__item-tabs-controls {
    text-align: center;
    width: 100%
}

.cases__item-tabs-controls span {
    background-color: rgba(29,29,29,.1);
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px
}

.cases__item-tabs-controls span.active {
    background-color: #fb8227
}

.cases__item-table {
    border-collapse: collapse;
    width: 100%
}

.cases__item-table-wrap {
    border-radius: 8px;
    max-height: 324px;
    overflow-y: auto
}

.cases__item-table-line {
    align-items: center;
    display: flex
}

.cases__item-table-line-item {
    width: 35%
}

.cases__item-table thead {
    background-color: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    position: sticky;
    top: 0
}

.cases__item-table thead th {
    box-shadow: inset 1px 0 rgba(29,29,29,.1);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    padding: 10px 0 10px 12px;
    text-align: left;
    width: 25%
}

.cases__item-table thead th:first-child {
    box-shadow: none;
    width: 56%
}

.cases__item-table tbody tr {
    border-bottom: 1px solid rgba(29,29,29,.1)
}

.cases__item-table tbody tr:last-child {
    border-bottom: none
}

.cases__item-table tbody tr td {
    font-size: 14px;
    line-height: 18px;
    padding: 6px 0 6px 12px;
    width: 25%
}

.cases__item-table tbody tr td:first-child {
    width: 50%
}

.cases__item-table tbody tr td span {
    align-items: center;
    background-color: rgba(76,185,68,.1);
    border-radius: 100px;
    color: #4cb944;
    display: inline-flex;
    justify-content: center;
    padding: 3px 5px
}

.cases__item-table tbody tr td span svg {
    margin-right: 3px
}

.cases__item-chart {
    margin-bottom: 0
}

.cases__item-chart-wrap {
    width: 100%
}

.cases__item-chart-wrap canvas {
    max-height: 250px
}

.cases__item-chart-legend {
    background-color: #fb8227;
    border-radius: 100%;
    display: inline-flex;
    height: 6px;
    margin-right: 6px;
    position: relative;
    width: 6px
}

.cases__item-chart-legend:after {
    background-color: rgba(251,130,39,.2);
    border-radius: 100%;
    content: "";
    height: 12px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 12px
}

.cases__item-chart-legend--2 {
    background-color: #6D7FCE
}

.cases__item-chart-legend--2:after {
    background-color: rgba(109, 127, 206, 0.2)
}

.cases__item-chart-inner {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 17px
}

.cases__item-chart-inner ul {
    margin-bottom: 0;
    margin-left: auto;
    display: flex;
    gap: 12px;
}

.cases__item-chart-inner ul li {
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    position: relative;
}

.cases__item-chart-inner ul li:last-child {
    margin-right: 0
}

.cases__item-chart-tooltip {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(29,29,29,.1);
    font-size: 12px;
    line-height: 16px;
    min-width: 195px;
    opacity: 0;
    padding: 8px 12px;
    position: absolute;
    transition: opacity .3s
}

.cases__item-chart-tooltip--lead {
    min-width: 104px
}

.cases__item-chart-tooltip--lead .cases__item-chart-tooltip-item-bottom {
    color: #1d1d1d;
    font-weight: 600
}

.cases__item-chart-tooltip-date {
    font-weight: 600;
    margin-bottom: 4px
}

.cases__item-chart-tooltip-item {
    margin-bottom: 12px
}

.cases__item-chart-tooltip-item-top {
    align-items: center;
    display: flex;
    font-weight: 600
}

.cases__item-chart-tooltip-item-top .cases__item-chart-legend {
    margin-right: 6px
}

.cases__item-chart-tooltip-item-top .cases__item-chart-pos {
    margin-left: auto
}

.cases__item-chart-tooltip-item-bottom {
    border-top: 1px solid rgba(29,29,29,.1);
    color: rgba(29,29,29,.6);
    display: flex;
    margin-top: 4px;
    padding-top: 4px
}

.cases__item-chart-tooltip-item-bottom span {
    display: inline-flex;
    margin-left: auto
}

.cases__item-chart-tooltip-item:last-of-type {
    margin-bottom: 0
}

.cases__item .btn {
    border-color: #1d1d1d;
    color: #1d1d1d
}

.cases__item .btn span:not(.btn__text) svg:not(.strokefill) {
    fill: #1d1d1d
}

.cases__item .btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #1d1d1d
}

.cases__item .btn:hover span:not(.btn__text) svg:not(.strokefill) {
    fill: #1d1d1d
}

.cases__item--fw {
    height: 564px
}

.cases__item--fw .cases__item-inner {
    max-width: 688px;
    padding: 0
}

.cases__item--fw .cases__item-top {
    padding-top: 48px
}

.cases__item--fw .cases__item-title {
    font-size: 48px;
    line-height: 48px
}

.cases__item--fw .cases__item-about {
    border-bottom: 1px solid hsla(0,0%,100%,.1);
    border-top: 1px solid hsla(0,0%,100%,.1);
    width: 100%
}

.cases__item--fw .cases__item-about li span {
    font-size: 14px;
    line-height: 18px
}

.cases__item--fw .cases__item-about li span:after {
    opacity: .6
}

.cases__item--fw .cases__item-about-item {
    width: auto
}

.cases__item--fw .cases__item-bg img {
    margin-left: auto;
    width: auto
}

.cases__item--fw .divider {
    border-color: hsla(0,0%,100%,.1);
    margin-left: 0;
    margin-right: 32px
}

.cases__item--fw .btn {
    margin-bottom: 48px;
    margin-top: 32px
}

/**/

.cases__nda {
    align-items: center;
    display: flex;
    height: 325px
}

.cases__nda-bg img,.cases__nda-bg svg {
    width: 100%
}

.cases__nda:after {
    backdrop-filter: blur(15px);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.cases__nda-inner {
    background-color: #fff;
    border-radius: 100px;
    height: 56px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 113px;
    z-index: 1
}

.cases__nda-inner,.cases__nda-inner span {
    align-items: center;
    display: inline-flex;
    justify-content: center
}

.cases__nda-inner span {
    background: #845186;
    border-radius: 100%;
    flex: 0 0 auto;
    height: 40px;
    margin-left: 12px;
    width: 40px
}

/**/

.article-body__gallery-thumbs .slick-list .slick-track {
    transform: none !important;
}