.ovic-review-twenty-years {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ovic-rty__mobile-label,
.ovic-review-twenty-years__counter:not(.--element-activated ),
.ovic-rty__desc:not(.--element-activated ),
.ovic-rty__year:not(.--element-activated ) {
    display: none;
}

.ovic-review-twenty-years__media-container {
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    border: 2px solid var(--main-color);
    border-radius: 14px;
    align-self: flex-start;
    position: relative;
    z-index: 9999;
}

.ovic-review-twenty-years__media-container i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    line-height: 1;
    font-size: 24px;
    color: #666666;
    margin: -12px 0 0 -12px;
}

.ovic-review-twenty-years__media-control {
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ovic-review-twenty-years__wrap-navs {
    width: 100%;
    padding: 51px 0 44px;
}

.ovic-rty__year {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: var(--main-color);
    display: block;
    position: relative;
    text-align: center;
}

.ovic-rty__desc {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-align: justify;

}

.ovic-review-twenty-years__descriptions {
    padding: 0;
    margin: 15px 0;
}

.ovic-review-twenty-years__wrap-navs ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: space-around;
    height: 182px;
    position: relative;
    align-items: center;
}

.ovic-review-twenty-years__wrap-navs ul::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    height: 2px;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    border-top: 2px solid var(--main-color);
}

.ovic-review-twenty-years__wrap-navs ul li {
    position: relative;
    z-index: 2;
    align-self: flex-start;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.ovic-review-twenty-years__wrap-navs ul li span {
    width: 20px;
    height: 20px;
    background-color: var(--main-color);
    border-radius: 999px;
    margin-top: 15px;
    position: relative;
}

.ovic-review-twenty-years__wrap-navs ul li span::before {
    position: absolute;
    width: 2px;
    height: 40px;
    border-left: 2px dashed var(--main-color);
    display: block;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100%;
}

.ovic-review-twenty-years__wrap-navs ul li:nth-child(even) {
    align-self: flex-end;
    flex-direction: column;
}

.ovic-review-twenty-years__wrap-navs ul li:nth-child(even) span {
    margin-top: 0;
    margin-bottom: 15px;
}

.ovic-review-twenty-years__wrap-navs ul li:nth-child(even) span::before {
    bottom: auto;
    top: 100%;
}

button.ovic-review-twenty-years__btn-nav {
    display: flex;
    width: 65px;
    height: 65px;
    background-color: #ffffff;
    color: var(--main-color);
    justify-content: center;
    align-items: center;
    border: 2px solid var(--main-color);
    border-radius: 999px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
}

button.ovic-review-twenty-years__btn-nav:not(.--element-activated):focus,
button.ovic-review-twenty-years__btn-nav:not(.--element-activated):hover {
    background-color: #ffffff;
    color: var(--main-color);
}

button.ovic-review-twenty-years__btn-nav.--element-activated {
    background-color: var(--main-color);
    color: #ffffff;
}

.ovic-review-twenty-years__carousel {
    display: block;
    min-width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    background-color: #ffffff;
}

.ovic-review-twenty-years__carousel-cell.is-selected {
    z-index: 90;
}

.ovic-review-twenty-years__carousel-cell {
    width: 100%;
    font-size: 0;
    line-height: 0;
}

.ovic-review-twenty-years__carousel-cell figure {
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ovic-review-twenty-years__carousel-cell figure img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 10px;
}

.ovic-review-twenty-years__carousel-cell figure figcaption {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 15px;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
    font-weight: 300;
    padding: 5px;
    justify-content: center;
    align-items: center;
    min-height: 40px;
}

.ovic-review-twenty-years__carousel:not(.flickity-enabled) .ovic-review-twenty-years__carousel-cell:not(:first-child) {
    display: none;
}

.ovic-review-twenty-years__carousel.flickity-enabled.is-fade .ovic-review-twenty-years__carousel-cell {
    left: 0 !important;
}

.ovic-review-twenty-years {
    position: relative;
}

.ovic-review-twenty-years__counter {
    display: flex;
    margin-left: auto;
    width: 100%;
    border-radius: 14px;
    background-color: var(--main-color);
    padding: 10px;
}

.ovic-review-twenty-years__counter__media {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    border-radius: 9999px;
    font-size: 0;
    line-height: 0;
    width: 89px;
}

.ovic-review-twenty-years__counter__media figure {
    display: inline-block;
    border-radius: 9999px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.ovic-review-twenty-years__counter__media img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.ovic-review-twenty-years__counter__wrap-info {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ovic-review-twenty-years__counter__number {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin: 12px 0 8px;
}

.ovic-review-twenty-years__counter__name {
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
}

.ovic-review-twenty-years__wrap-counters {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;

}

.ovic-review-twenty-years__counter-container {
    width: 50%;
    padding: 10px;
}

@media (max-width: 1199px) {
    .ovic-rty__year {
        font-size: 45px;
    }
}

.ovic-review-twenty-years__wrap-head {
    display: flex;
    width: 100%;
}

.ovic-review-twenty-years__left {
    width: 50%;
    position: relative;
    z-index: 5;
    flex: 1 1;
    padding-right: 30px;
}

.ovic-review-twenty-years__right {
    width: 50%;
    position: relative;
    z-index: 5;
    flex: 1 1;
    padding-left: 30px;
}

.has-video .fancybox__thumb {
    background: #ffffff url('../../assets/images/video-96x64.jpg') !important;
}

@media (min-width: 1025px) {
    .ovic-review-twenty-years__media-container.wrap-ovic-slide-block:not(:hover) .flickity-button {
        display: none;
    }
}

@media (max-width: 1199px) {
    .ovic-review-twenty-years__counter__media {
        display: none;
    }

    .ovic-review-twenty-years__counter__number {
        margin: 0 0 8px;
        font-size: 26px;
    }

    .ovic-review-twenty-years__counter__name {
        font-size: 14px;
        font-weight: 500;
    }

    .ovic-review-twenty-years__left {
        padding-right: 10px;
    }

    .ovic-review-twenty-years__right {
        padding-left: 10px;
    }

    .ovic-review-twenty-years__counter-container {
        padding: 6px;
    }

    .ovic-review-twenty-years__wrap-counters {
        margin: -6px;
    }

    .ovic-review-twenty-years__counter {
        padding: 12px;
    }

    .ovic-review-twenty-years__carousel-cell figure img {
        height: 325px;
    }
}

/*@media (max-width: 1024px) {*/
/*    .ovic-review-twenty-years__wrap-navs ul {*/
/*        height: 170px;*/
/*    }*/
/*}*/

@media (max-width: 991px) {
    .ovic-review-twenty-years__counter__media {
        width: 80px;
    }

    .ovic-review-twenty-years__counter__number {
        font-size: 21px;
    }

    .ovic-review-twenty-years__counter__name {
        font-size: 14px;
    }
}

@media (max-width: 767px) {

    .ovic-review-twenty-years__year-number {
        display: none;
    }

    .ovic-review-twenty-years__wrap-navs {
        order: 3;
        width: 100%;
        padding: 20px 0 30px;
    }

    button.ovic-review-twenty-years__btn-nav {
        width: 40px;
        height: 40px;
        border: 1px solid var(--main-color);
        font-size: 12px;
    }

    .ovic-review-twenty-years__wrap-navs ul li span {
        width: 10px;
        height: 10px;
        margin-top: 5px;
    }

    .ovic-review-twenty-years__wrap-navs ul li:nth-child(even) span {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .ovic-review-twenty-years__wrap-navs ul::after {
        height: 1px;
        border-top-width: 1px;
    }

    .ovic-review-twenty-years__wrap-navs ul {
        height: 100px;
    }

    .ovic-review-twenty-years__wrap-navs ul li span::before {
        border-left-width: 1px;
        border-left-style: solid;
    }

    .ovic-review-twenty-years__wrap-head {
        flex-wrap: wrap;
    }

    .ovic-review-twenty-years__right,
    .ovic-review-twenty-years__left {
        padding: 0;
        width: 100%;
        flex: none;
        order: 2;
    }

    .ovic-review-twenty-years__right {
        order: 1;
        margin-bottom: 15px;
    }

    .ovic-review-twenty-years__carousel-cell figure img {
        height: 200px;
    }
}

@media (max-width: 600px) {
    .ovic-review-twenty-years {
        flex-wrap: wrap;
    }

    .ovic-review-twenty-years__carousel-cell figure img,
    .ovic-review-twenty-years__media-container {
        border-radius: 0;
    }

    .ovic-review-twenty-years__counter__wrap-info {
        padding: 0;
        border-radius: 0;
    }

    .ovic-review-twenty-years__counter__media {
        display: none;
    }

    .ovic-review-twenty-years__counter {
        width: 100%;
        border-radius: 0;
        flex-direction: column;
        padding: 12px 0;
    }

    .ovic-review-twenty-years__counter__number {
        margin-top: 0;
    }

    .ovic-review-twenty-years__counter__name {
        font-weight: 400;
    }

    .ovic-rty__year {
        font-size: 27px;
        width: 100%;
        text-align: center;
        font-weight: 500;
        font-style: italic;
        margin-bottom: 14px;
        padding-bottom: 8px;
        border-bottom: 1px solid var(--main-color);
    }

    .ovic-review-twenty-years__descriptions {
        padding: 0;
        margin: 0 0 15px;
    }
}

@media (max-width: 330px) {
    .ovic-review-twenty-years__counter__name {
        font-size: 13px;
    }
}