:root {
  --plyr-color-main: #fa4c06;
}


.subtitle.video-subtitle {
	margin-bottom: 30px;	
}
.wrapper-video-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fancybox__content .plyr:focus {
  outline: none !important;
}

.step-3-item .inline {
	display:flex;
	width:100%;
}

.video-item.step-3-item {
	width: 31%;
	float: unset;
	margin: unset;
	border: 3px dashed transparent;
	-webkit-transition: border .2s linear;
	transition: border .2s linear;
}
.video-item.step-3-item:hover {
	border-color: #fa4c06;
}

@media (max-width: 816px){
	.wrapper-video-item {
    justify-content: space-around;
	}
	.video-item.step-3-item {
		width: 46%;
	    margin: 0 0 30px 4%;
	}
}

@media screen and (max-width: 516px) {
	.video-item.step-3-item {
		width: auto;
		margin: 30px 0 0;
	}


}