

:root {
    --base-yellow: #FD4;
}

.vi-tabs-content-wr {
    display: none;
}

.vi-history-item {

    cursor: pointer;
}
.vi-tabs-content-wr.vi-history-item-active {
    display: block
}

.vi-tabs-head {
    list-style: none;
    margin: 0;
    gap: 15px;
    width: fit-content;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 902px !important;
    /*width: max-content;*/
    width: calc(100vw - 60px);
    /*max-width: 100% !important;*/
    /*width: 902px !important;*/
    overflow: hidden;
    max-height: 45px !important;

}

.slick-list {
    overflow: hidden;
}

.vi-tabs-head:before {
    transition: 0.3s;
    content: '';
    position: absolute;
    background: var(--base-yellow);
    opacity: 0.2;
    bottom: 0px;
    left: 50%;
    transform: translatex(-50%);
    width: 100%;
    height: 4px;
    border-radius: 90px;
}
.vi-tabs-head .vi-history-item {
    color: #212121;
    font-size: 20px;
    font-style: normal;
    width: 135px;
    height: 45px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    line-height: 143.8%;
    transition: 0.3s;
    padding: 8px 20px
}

.vi-tabs-head .vi-history-item-active {
    font-weight: 800;
    transition: 0.3s
}

.vi-tabs-head .vi-history-item-active:before {
    transition: 0.3s;
    content: '';
    position: absolute;
    background: var(--base-yellow);
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    width: 0%;
    height: 3px;
    border-radius: 90px
}

.vi-tabs-head .vi-history-item-active:before {
    width: 100%;
    transition: 0.3s;
    background: var(--base-yellow)
}

.vi-tabs-content {
    display: flex;
    align-items: center;
    gap: 66px;
    padding-top: 21px;
    justify-content: center
}

.vi-tabs-content-date {
    color: var(--base-yellow);
    width: 400px;
    text-align: right;
    font-size: 150px;
    font-style: normal;
    font-weight: 800;
    line-height: 166.3%
}

.vi-history-title {
    color: #212121;
    margin-bottom: 7px;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    display: block;
}

.vi-tabs-content-text {
    width: 560px
}

.vi-tabs-head li:hover:before {
    transition: 0.3s;
    width: 100%
}

.slick-slide {
    text-align: center;
}






.slick-next, .slick-prev
    /*,.slick-next:hover, .slick-prev:hover*/
{
    /*		font-size: 0;
            line-height: 0;
            position: absolute;

            top: 50%;
            display: block;
            width: 20px;
            height: 20px;
            padding: 0;
            -webkit-transform: translate(0,-50%);
            -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);
            cursor: pointer;
            color: red;
            border: 0;
            outline: 0;*/
    background: url("/local/templates/RDTEH/images/svg/arrov-right.svg") center center no-repeat !important;
    /*left: 30px;*/
}

.slick-prev {

    transform: scaleX(-1) !important;
    top: calc(50% - 10px) !important;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: #333 !important;

    background: url("/local/templates/RDTEH/images/svg/arrov-right-hover.svg") center center no-repeat !important;
}

.slick-next.slick-disabled, .slick-prev.slick-disabled {
    color: #333 !important;

    background: url("/local/templates/RDTEH/images/svg/arrov-right-hover-inactive.svg") center center no-repeat !important;
    cursor: default !important;
}

@media (max-width: 768px) {

    .vi-tabs-content {
        gap: 46px;
    }
    .vi-tabs-content-date {
        font-size: 90px;
    }


    .vi-tabs-head {
        width: calc(100vw - 20px);

    }


}

@media (max-width: 500px) {

    .vi-history-title {
        font-size: 22px;
    }

    .vi-tabs-content-date {
        font-size: 60px;
    }
    .vi-tabs-content {
        gap: 20px;
    }


}

@media (max-width: 450px) {

    .vi-history-title {
        font-size: 18px;
    }

}


