.baner-v  {
    margin-top: 160px;
}
.baner-v__logo img {
    width: 400px;
    max-width: 100%;
}
.baner-v video {
    width: 100%;
}
.baner-v__img {
    display: flex;
}
.baner-v__img figure {
    position: relative;
    left: -60px;
    padding-bottom: 10px;
}
.baner-v__img img {
    z-index: -2;
    height: 100%;
    object-fit: cover;
    position: relative;
    min-width: calc(100% + 60px);
    width: calc(100% + 60px);
}
.baner-v__img .play-cbtn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.baner-v__txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 15px 10px 35px;
}
.baner-v__txt .c-square {
    position: relative;
    left: 30px;
    top: -60px;
}
.baner-v__content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    font-size: 20px;
    line-height: 30px;
    z-index: -1;
}
.baner-v__content strong {
    font-weight: 600;
    font-size: 24px;
}
.baner-v__icon {
    position: relative;
    z-index: 2;
}
.baner-v__txt-content {
    background-color: #E9E9E9;
    position: relative;
    padding: 40px 135px 100px 135px;
}
.baner-v__txt-content:after {
    content: '';
    width: 90%;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
    display: inline-block;
    box-shadow: 0px 0px 20px 3px rgb(60 60 60 / 60%);
    border-radius: 50%;
}

.bg-v,
.big-v {
    padding-top: 60px;
}
.big-v .play-cbtn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.big-v figure {
    position: relative;
    width: 100%;
}
.big-v figure img {
    width: 100%;
}

.wrapper--bg {
    background-color: #E9E9E9;
    margin-top: 200px;
}
.bg-v {
    overflow: hidden;
    padding: 120px 60px;
}
.bg-v header {
    padding-left: 160px;
}
.bg-v__list {
    width: 100%;
}
.bg-v__item {
    margin-top: 30px;
    padding-bottom: 60px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 3;
}
.bg-v__border {
    position: absolute;
    bottom: 0;
    left: 120px;
    max-width: 100%;
    right: 60px;
}
.bg-v__item:last-child .bg-v__border {
    display: none;
}
.bg-v__item:nth-child(even) .bg-v__number {
    background-color: var(--second-color);
}
.bg-v__item:nth-child(odd) .bg-v__number {
    background-color: var(--txt-color);
}
.bg-v__number {
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #fff;
    text-align: center;
    position: relative;
    margin-right: 60px;
}
.bg-v__number:before {
    content: '';
    background-image: url(../images/ellipse.svg);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
    position: absolute;
    bottom: -10px;
    width: 100%;
    display: inline-block;
    height: 20px;
    filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: -1;
}
.bg-v__txt {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    max-width: 100%;
    width: 970px;
}

.tzv {
    padding-top: 100px;
}
.tzv__txt-top>div {
    padding-left: 110px;
    font-size: 24px;
    line-height: 44px;
    font-weight: 300;
}
.tzv__img-top {
    padding-left: 60px;
}
.tzv__img-top img,
.tzv__img-top figure {
    width: 100%;
}
.tzv__img-top figure {
    position: relative;
    top: 300px;
    margin-bottom: 300px;
    z-index: -1;
}
.tzv__img-mid {
    position: relative;
    top: -400px;
    margin-bottom: -400px;
}
.tzv__img-mid figure:first-child {
    margin-bottom: 60px;
}
.tzv__img-mid figure {
    position: relative;
}
.tzv__img-mid figure .play-cbtn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tzv__logo {
    padding-top: 160px;
    padding-bottom: 160px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}
.tzv__logo:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 220px;
    background-image: url(../images/border.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.tzv__logo:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 220px;
    background-image: url(../images/border.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.tzv__logo img {
    width: 225px;
    margin-top: 60px;
}
.tzv__logo>span {
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.tzv__img-bottom {
    margin-left: auto;
    position: relative;
    top: -400px;
    margin-bottom: -400px;
}
.tzv__img-bottom figure {
    padding-left: 60px;
}
@media(max-width: 1800px) {
    .tzv__logo {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
@media(max-width: 1700px) {
    .tzv__logo {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media(max-width: 1520px) {
    .tzv__img-mid {
        top: -200px;
        margin-bottom: -200px;
    }
    .tzv__img-bottom {
        top: -200px;
        margin-bottom: -200px;
    }
    .tzv__logo {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}
@media(max-width: 1380px) {
    .tzv__logo {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
@media(max-width: 1200px) {
    .tzv__img-mid,
    .tzv__img-top,
    .tzv__txt-top,
    .tzv__bottom {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .tzv__img-top figure,
    .tzv__img-mid {
        top: -0;
        margin-bottom: -0;
    }
    .tzv__img-bottom {
        top: -0;
        margin-bottom: -0;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .tzv__img-top {
        padding-left: 15px;
    }
    .tzv__img-bottom figure {
        padding-left: 0;
    }
    .tzv__txt-top>div {
        padding-left: 0;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .tzv__img-top {
        margin-bottom: 60px;
    }
}
@media(max-width: 1440px) {
    .baner-v__content {
        font-size: 16px;
        line-height: 24px;
    }
    .baner-v__content strong {
        font-size: 20px;
        line-height: 30px;
    }

    .bg-v__txt {
        font-size: 22px;
        line-height: 32px;
    }
}
@media(max-width: 1280px) {
    .baner-v__txt-content {
        padding: 20px 30px 60px 60px;
    }
}
@media(max-width:992px) {
    .baner-v__txt {
        padding: 0 15px 0 0;
        margin-bottom: 30px;
    }
    .baner-v__img img {
        min-width: 100%;
        width: 100%;
    }
    .baner-v__img figure {
        left: initial;
        width: 100%;
    }
    .big-v {
        padding-top: 0;
    }

    .wrapper--bg {
        margin-top: 120px;
    }
    .bg-v {
        padding: 60px 0;
    }
    .bg-v header {
        padding-left: 110px;
    }
    .bg-v__item {
        padding-bottom: 30px;
    }
    .bg-v__number {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        font-size: 30px;
        margin-right: 40px;
    }
    .bg-v__txt {
        font-size: 18px;
        line-height: 28px;
    }

    .tzv {
        padding-top: 0;
    }

    .tzv__logo:before {
        left: 5px;
    }
    .tzv__logo:after {
        right: 5px;
    }
}
@media(max-width: 767px) {
    .wrapper--bg {
        margin-top: 60px;
    }
}