.subscribe-modal{
	display:none;
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.subscribe-modal.active{
	display:block;
	z-index:1000;
}
.subscribe-modal-inner{
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
}
.subscribe-modal-content{
	background-color:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	padding:20px;
	border-radius:10px;
	width:40%;
	max-width:500px;
	font-size: 90%;   
	line-height: 150%;
    color: #666666;
	text-align:center;
}
.vanilla-calendar{
	width:100%!important;
	max-width:100%!important;
	margin-right:0!important;
}
.new_video{
	margin-bottom:20px;
}
.shadow{
	display:none;
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:999;
	background-color:rgba(0,0,0,0.6);
}
.shadow.active{
	display:block;
}
.modal{
	display:none;
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.modal.active{
	display:block;
	z-index:1000;
}
.modal-inner{
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
}
.modal-content{
	background-color:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	padding:20px;
	border-radius:10px;
	width:40%;
	max-width:500px;
	font-size: 90%;   
	line-height: 150%;
    color: #666666;
	text-align:center;
}
.error{
	border:1px solid #DE482C!important;
}

.form_ok input[type="checkbox"]:checked+span{
	background-image:url(/local/templates/main/img/check.svg);
	background-repeat:no-repeat;
	background-position:center;
	
}
.modal .btn{
	display:inline-block;
	    width: 192px;
    margin-top: 32px;
    height: 56px;
	line-height: 56px;
}