.lp-video-17 {
    position: relative;
    padding: 48px 0;
}

.lp-video-17__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lp-video-17__bg-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
}

.lp-video-17__title, .lp-video-17__text {
    text-align: center;
}

.lp-video-17__text {
    margin-top: 8px;
}

.lp-video-17__sliders {
    margin-top: 32px;
}

.lp-video-17__slider-first {
    position: relative;
}

.lp-video-17__slider-second {
    display: none;
    position: relative;
}

.lp-video-17 .slick-slide {
    border: none;
    outline: none;
}

.lp-video-17__slider-big, 
.lp-video-17__slider-thumbs {
    margin-bottom: 0 !important;
}

.lp-video-17__big-item-video {
    width: calc(100vw - 32px);
    height: calc((100vw - 32px)*9/16);
}

.lp-video-17__custom-video {
    position: relative;
    line-height: 0;
    font-size: 0;
    height: 100%;
}

.lp-video-block-wrappper {
    height: 100%;
}

.lp-video-17__video {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.lp-video-17__custom-video-main {
	box-sizing: border-box;
}

.lp-video-17__custom-video-btn._only-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 13px;
}

.lp-video-17__item-content, 
.lp-video-17__big-item-content {
    margin-top: 8px;
}

._is-cms .lp-video-17__big-item-content {
	margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
}

.lp-video-17__thumbs-item-title {
    letter-spacing: .01em;
}

.lp-video-17__item-text {
    margin-top: 8px;
}

@media all and (min-width: 600px) {
	.lp-video-17__thumbs-item .lp-video-17__item-text, .lp-video-17__thumbs-item-title {
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	}
	.lp-video-17__thumbs-item .lp-video-17__item-text {
		-webkit-line-clamp: 2;
	}
	.lp-video-17__thumbs-item-title {
		-webkit-line-clamp: 2;
	}
}

.lp-video-17 .js-prev-item, 
.lp-video-17 .js-next-item {
    position: absolute;
    top: calc((100vw - 32px)*9/32);
    z-index: 2;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    outline: none;
    background-position: center;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
}

.lp-video-17 .js-prev-item span, 
.lp-video-17 .js-next-item span {
    display: none;
}

.lp-video-17 .js-prev-item {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.lp-video-17 .js-next-item {
    -webkit-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
    right: 0;
}

.lp-video-17__big-dots, .lp-video-17__thumbs-dots {
    margin-top: 16px;
}

.lp-video-17__thumbs-dots .slick-dots, 
.lp-video-17__big-dots .slick-dots {
    position: relative;
    bottom: 0;
    padding: 0;
    width: auto;
    margin-right: 10px;
    margin-left: 0px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.lp-video-17__thumbs-dots .slick-dots.disabled, 
.lp-video-17__big-dots .slick-dots.disabled {
    display: none;
}

.lp-video-17__thumbs-dots .slick-dots li, 
.lp-video-17__big-dots .slick-dots li {
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 16px;
    font-size: 0;
}

.lp-video-17__thumbs-dots .slick-dots li button, 
.lp-video-17__big-dots .slick-dots li button {
    background: var(--primary-color-base);
    opacity: .3;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 0;
    font-size: 0;
    border-radius: 500px;
    overflow: hidden;
    box-sizing: content-box;
    display: block;
}

.lp-video-17__thumbs-dots .slick-dots li button:before, 
.lp-video-17__big-dots .slick-dots li button:before {
    content: '';
    width: 0;
    height: 0;
}

.lp-video-17__thumbs-dots .slick-dots li.slick-active button, 
.lp-video-17__big-dots .slick-dots li.slick-active button {
    opacity: 1;
}

.lp-video-17__buttons {
    margin-top: 32px;
    margin-bottom: -16px;
}

.lp-video-17__button {
    width: 100%;
    letter-spacing: .01em;
    margin-bottom: 16px;
}

@media all and (min-width: 600px) {
    .lp-video-17 {
        padding: 64px 0;
    }

    .lp-video-17__text {
        margin-top: 16px;
    }

    .lp-video-17__sliders {
        margin-top: 48px;
    }

    .lp-video-17__big-item-video {
        width: 100%;
        height: 324px;
    }

    .lp-video-17__big-dots {
        margin-top: 0;
    }

    .lp-video-17__slider-second {
        margin-top: 32px;
        display: block;
    }

    .lp-video-17__slider-thumbs {
        margin-right: -12px;
        margin-left: -12px;
    }

    .lp-video-17__thumbs-item {
        width: 276px !important;
        margin-right: 12px;
        margin-left: 12px;
    }

    .lp-video-17__thumbs-item.slick-current .lp-video-17__item-video {
        opacity: .5;
    }

    .lp-video-17__item-video {
        width: 100%;
        height: 155px;
    }

    .lp-video-17__thumbs-controls .js-prev-item, 
    .lp-video-17__thumbs-controls .js-next-item {
        top: calc(155px/2);
    }

    .lp-video-17 .js-prev-item, 
    .lp-video-17 .js-next-item {
        width: 44px;
        height: 44px;
    }

    .lp-video-17__thumbs-dots .slick-dots li button, 
	.lp-video-17__big-dots .slick-dots li button {
        width: 16px;
        height: 16px;
    }

    .lp-video-17__buttons {
        margin-top: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: -8px;
        margin-left: -8px;
    }

    .lp-video-17__button {
        width: auto;
        margin-right: 8px;
        margin-left: 8px;
    }

    .lp-video-17._right .lp-video-17__title, 
    .lp-video-17._right .lp-video-17__text {
        text-align: right;
        margin-right: 0;
        margin-left: auto;
    }

    .lp-video-17._right .lp-video-17__buttons {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .lp-video-17._left .lp-video-17__title, 
    .lp-video-17._left .lp-video-17__text {
        text-align: left;
        margin-right: auto;
        margin-left: 0;
    }

    .lp-video-17._left .lp-video-17__buttons {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media all and (min-width: 960px) {
    .lp-video-17__slider-first {
        width: 848px;
        margin-right: auto;
        margin-left: auto;
    }

    .lp-video-17__big-item-video {
        height: 477px;
    }

    .lp-video-17__slider-thumbs {
        margin-right: -24px;
        margin-left: -24px;
    }

    .lp-video-17__thumbs-item {
        width: 272px !important;
        margin: 0 24px;
    }

    .lp-video-17__item-video {
        height: 153px;
    }

    .lp-video-17__thumbs-controls .js-prev-item, 
    .lp-video-17__thumbs-controls .js-next-item {
        top: calc(153px/2);
    }
}

@media (min-width: 1200px) {
    .lp-video-17__title, .lp-video-17__text {
        margin-right: auto;
        margin-left: auto;
        max-width: 848px;
    }

    .lp-video-17__sliders {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -12px;
        margin-left: -12px;
    }

    .lp-video-17__slider-first {
        width: 662px;
        margin-right: 12px;
        margin-left: 12px;
    }

    .lp-video-17__big-item-video {
        height: 372px;
    }

    .lp-video-17__slider-second {
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 12px;
        margin-left: 12px;
        width: 466px;
    }

    .lp-video-17__slider-thumbs {
        max-width: 391px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin: 0;
    }

    .lp-video-17__thumbs-item {
        width: 100% !important;
        margin: 0;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin-bottom: 24px;
    }

    .lp-video-17__item-video {
        width: 172px;
        height: 97px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .lp-video-17__item-content {
        margin-top: 0;
        margin-left: 16px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .lp-video-17 .js-prev-item, 
    .lp-video-17 .js-next-item {
        width: 50px;
        height: 50px;
    }

    .lp-video-17 .js-prev-item {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        right: 0;
        left: auto;
    }

    .lp-video-17 .js-next-item {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        bottom: 0;
        top: auto;
    }

    .lp-video-17__thumbs-dots {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 74px 0;
        min-width: 50px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 24px;
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .lp-video-17__thumbs-dots .slick-dots {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        max-width: 100%;
        justify-content: center;
        align-items: center;
    }

    .lp-video-17__thumbs-dots .slick-dots li {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}

@media all and (min-width: 1380px) {
    .lp-video-17 {
        padding: 80px 0;
    }

    .lp-video-17__sliders {
        margin-right: -16px;
        margin-left: -16px;
    }

    .lp-video-17__slider-first {
        width: 738px;
        margin-right: 16px;
        margin-left: 16px;
    }

    .lp-video-17__big-item-video {
        height: 415px;
    }

    .lp-video-17__slider-second {
        margin-right: 16px;
        margin-left: 16px;
        width: 518px;
    }

    .lp-video-17__slider-thumbs {
        max-width: 444px;
    }

    .lp-video-17__item-video {
        width: 188px;
        height: 106px;
    }

    .lp-video-17__item-title {
        margin-top: 0;
    }
}

.arrow-line-wr {
    width: 24px;
    height: 24px;
    position: relative;
}

.arrow-line {
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 14px;
    left: 6px;
    transform: rotate(45deg);
    border-radius: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.arrow-line:last-child {
    transform: rotate(135deg);
    top: 8px;
}

.lp-video-17:not(._is-cms) .lp-video-17__slider-second .lp-video-17__custom-video:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.lp-video-17__slider-thumbs .slick-slide.slick-current .lp-video-17__item-video {
    opacity: .4;
}

.lp-video-17 .lp-video-17__thumbs-item .lp-video-poster-icon {
	width: 50px;
    height: 30px;
}