.video-small-container{flex: 1; display: flex; flex-direction: column; gap: 15px}
.video-small{max-height: 290px; position: relative; border-radius: 10px; overflow: hidden}
.video-top-block{display: flex; gap: 15px; margin-bottom: 15px; width: 100%}
.video-large{height: 595px; position: relative; border-radius: 10px; overflow: hidden; max-width: 954px; width: 100%}
.video-top-block .video-small-container{flex: 1; display: flex; flex-direction: column; gap: 15px}
.video-top-block .video-small-container .video-item{height: 290px; position: relative; border-radius: 10px; overflow: hidden}
.video-grid{display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; width: 100%}
.video-regular{height: 290px; position: relative; border-radius: 10px; overflow: hidden}
.video-link{display: block; width: 100%; height: 100%; position: relative}
.video-thumb{width: 100%; height: 100%; object-fit: cover}
.video-title{position: absolute; bottom: 15px; left: 0; background: rgba(255, 255, 255, 0.6); padding: 10px 20px; border-radius: 0 10px 10px 0; font-weight: 700; font-size: 16px; color: #000; max-width: calc(100% - 30px); line-height: 1.2}
.video-item::before, .video-item::after{transition: all 0.3s linear; pointer-events: none; background: url(/templates/potolki/images/play-bg.png) no-repeat 0 0 / contain; width: 80px; height: 80px; content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1}
.video-item:hover::before{transform: translate(-50%, -50%) rotate(360deg)}
.video-item::after{background: url(/templates/potolki/images/play-button.png) no-repeat 0 0 / contain; z-index: 1}
@media (max-width: 1569px){
	.video-large{height: 500px; max-width: 775px}
    .video-top-block .video-small-container .video-item{height: 242.5px}
    .video-regular{height: 242px}
}
@media (max-width: 1259px){
	.video-large{height: 430px; max-width: 615px}
    .video-top-block .video-small-container .video-item{height: 207.5px}
    .video-regular{height: 207px}
    .video-title{font-size: 14px; padding: 8px 15px}
}
@media (max-width: 991px){
	.video-top-block{flex-direction: column}
    .video-large{height: 350px; max-width: 100%}
    .video-top-block .video-small-container{flex-direction: row; gap: 15px}
    .video-top-block .video-small-container .video-item{flex: 1; height: 200px}
    .video-grid{grid-template-columns: repeat(2, 1fr)}
    .video-regular{height: 200px}
}
@media (max-width: 767px){
	.video-large{height: 300px}
    .video-top-block .video-small-container .video-item{height: 180px}
    .video-regular{height: 180px}
    .video-title{display:none}
}
@media (max-width: 575px){
	.video-top-block .video-small-container{flex-direction: column}
    .video-top-block .video-small-container .video-item{height: 65vw; flex: auto}
    .video-grid{grid-template-columns: 1fr}
    .video-large, .video-regular{height: 65vw;max-height: 290px;}
	.video-grid .video-item{display:none}
}