html {
	font-size: 10px;
}
body {
	color: #557689;
	font-size: 1.6rem;
	line-height: 150%;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #fff;
	zoom: 1;
	margin: 0;
}
h1, h2{
	text-align: center;
}
body .modal-backdrop {
	background: #3c9be2;
}
.p300 {
	padding: 0 300px;
}
.p100 {
	padding: 0 100px;
}
.p130 {
	padding: 0 130px;
}
.p114 {
	padding: 0 114px;
}
.p75 {
	padding: 0 75px;
}
.mb0 {
	margin-bottom: 0 !important;
}
.pl35 {
	padding-left: 35px;
}
.mb10 {
	margin-bottom: 1rem !important;
}
.mb20 {
	margin-bottom: 2rem !important;
}
.mb30 {
	margin-bottom: 3rem !important;
}
.mb50 {
	margin-bottom: 5rem !important;
}
.mr50 {
	margin-right: 5rem;
}
.btn-blue {
	display: inline-block;
	background: #3c9be2;
	box-sizing: border-box;
	border-radius: 1rem;
	border: none;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #fff;
	text-decoration: none;
	padding: 2rem 6rem;
}
.btn-disabled {
	display: inline-block;
	background: #cccccc;
	box-sizing: border-box;
	border-radius: 1rem;
	border: none;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #fff;
	text-decoration: none;
	padding: 2rem 6rem;
	cursor: not-allowed !important;
}
.btn-disabled-sm {
	padding: 1.5rem 3rem;
}
.btn-blue:hover,
.btn-blue:active {
	background: #84c1f8;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.btn-blue-sm {
	padding: 1.5rem 3rem;
}
.btn-white {
	display: inline-block;
	background: #fff;
	border: 2px solid #3c9be2 !important;
	box-sizing: border-box;
	border-radius: 1rem;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #557689;
	text-decoration: none;
	padding: 1.8rem 5.8rem;
}
.btn-white:hover,
.btn-white:active {
	background: #fff;
	border: 2px solid #84c1f8 !important;
	color: #84c1f8;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.btn-white-sm {
	padding: 1.3rem 2.8rem;
}
.btn-white-video {
	display: inline-block;
	background: #fff url('../img/icon-video.svg') 20px center no-repeat;
	border: 2px solid #3c9be2;
	box-sizing: border-box;
	border-radius: 1rem;
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.6rem;
	color: #557689;
	text-decoration: none;
	padding: 1.3rem 1.8rem 1.3rem 4.5rem;
}
.btn-white-video:hover,
.btn-white-video:active {
	background: #fff url('../img/icon-video.svg') 20px center no-repeat;
	border: 2px solid #84c1f8;
	color: #84c1f8;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.btn-white-plus {
	display: inline-block;
	background: #fff url('../img/icon-plus-blue.svg') 20px center no-repeat;
	border: 2px solid #3c9be2;
	box-sizing: border-box;
	border-radius: 1rem;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #557689;
	text-decoration: none;
	padding: 1.3rem 1.8rem 1.3rem 4.5rem;
}
.btn-white-plus:hover,
.btn-white-plus:active {
	background: #fff url('../img/icon-plus-blue.svg') 20px center no-repeat;
	border: 2px solid #84c1f8;
	color: #84c1f8;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.btn-white-plus-sm {
	display: inline-block;
	background: #fff url('../img/icon-plus-blue.svg') 15px center no-repeat;
	border: 1px solid #3c9be2;
	box-sizing: border-box;
	border-radius: 1rem;
	font-size: 1.3rem;
	line-height: 1.6rem;
	color: #557689;
	text-decoration: none;
	padding: .9rem 1.5rem .9rem 4.1rem;
}
.btn-white-plus-sm:hover,
.btn-white-plus-sm:active {
	background: #fff url('../img/icon-plus-blue.svg') 15px center no-repeat;
	border: 1px solid #84c1f8;
	color: #84c1f8;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.btn-blue-plus-sm {
	display: inline-block;
	background: #3c9be2;
	box-sizing: border-box;
	border-radius: 1rem;
	border: none;
	font-size: 1.3rem;
	line-height: 1.6rem;
	color: #fff;
	text-decoration: none;
	padding: 1rem 1.5rem 1rem 1.5rem;
}
.btn-blue-plus-sm:hover,
.btn-blue-plus-sm:active {
	background: #84c1f8;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.btn-delete {
	display: inline-block;
	background: url('../img/icon-delete.svg') 2px center no-repeat;
	font-size: 1.3rem;
	line-height: 1.6rem;
	color: #557689;
	border: none;
	text-decoration: none;
	padding-left: 2rem;
}
.btn-delete:hover,
.btn-delete:active {
	color: #3c9be2;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.form-login{
	display: table;
	margin: 0 auto;
}
#wrapper{
	width: 1600px;
	margin: 0 auto;
}
.all-video-table{
	text-align: center;
	border: 1px solid black;
	color: #000;
	border-collapse: collapse;
	width: 100%;
}
.all-video-table td, .all-video-table th{
	border: 1px solid black;
	padding: 6px 10px;
}
.all-video-table th{
	background: #e5e5e5;
}
.all-video-table th .sort{
	color: #557689;
	padding: 7px;
	cursor: pointer;
	transition: color 0.2s ease;
}
.all-video-table th .sort:hover{
	color: #000000;
}
.all-video-table th .sort.selected{
	color: #0004ff;
}
.all-video-table .remove-video{
	cursor: pointer;
}
.new-video{
	height: 60px;
	width: 100%;
	border-radius: 10px;
	border: 2px solid #557689;
	position: relative;
}
.new-video label{
	cursor: pointer;
}
.new-video p{
	float: left;
	margin: 15px 10px 0 10px;
}
.new-video .p-title{
	width: 385px;
	border: 1px solid #ccc;
}
.new-video button{
	cursor: pointer;
}
.new-video:before{
	content: 'Загрузить новое видео';
	color: #557689;
	font-weight: 600;
	background: #fff;
	position: absolute;
	left: 30px;
	top: -14px;
	padding: 0 5px;
}

.new-video-for-lazy-load{
	margin-top: 50px;
	height: 80px;
	width: 100%;
	border-radius: 10px;
	border: 2px solid #557689;
	position: relative;
}
.new-video-for-lazy-load label{
	cursor: pointer;
}
.new-video-for-lazy-load p{
	float: left;
	margin: 15px 10px 0 10px;
}
.new-video-for-lazy-load .p-title{
	width: 385px;
	border: 1px solid #ccc;
}
.new-video-for-lazy-load textarea{
	width: 385px;
	border: 1px solid #ccc;
	margin: 15px 10px 0 -10px;
}
.new-video-for-lazy-load button{
	cursor: pointer;
}
.new-video-for-lazy-load:before{
	content: 'Добавить в очередь загрузки';
	color: #557689;
	font-weight: 600;
	background: #fff;
	position: absolute;
	left: 30px;
	top: -14px;
	padding: 0 5px;
}
#link-for-load-video{
	margin-top: 0;
}
.load-panel{
	 width: 100%;
	 display: none;
 }
.load-panel p, .load-panel progress{
	width: 100%;
	text-align: center;
}

.load-panel-for-lazy-load{
	width: 100%;
	display: none;
}
.load-panel-for-lazy-load p, .load-panel-for-lazy-load progress{
	width: 100%;
	text-align: center;
}

.videos-wrapper{
	overflow: hidden;
}
.videos-wrapper .left{
	float: left;
	width: 300px;
}

.videos-wrapper .right{
	float: right;
	width: calc(100% - 315px);
}
.playlist{
	border-radius: 10px;
	border: 2px solid #557689;
	padding-bottom: 20px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 40px;
}
.playlist h3{
	color: #557689;
	text-align: center;
	font-size: 1.6rem;
	line-height: 100%;
	margin: 0;
	padding: 15px 0;
	background: #e5e5e5;
}
.playlist ul li{
	list-style: none;
	cursor: pointer;
	margin-bottom: 10px;
	transition: color 0.3s ease, padding 0.3s ease;
}
.playlist ul li img{
	float: right;
	padding: 0 10px 0 5px;
	padding-top: 2px;
	cursor: pointer;
	opacity: 0;
	transition: opacity 1s ease;
}
.playlist ul li:hover{
	color: #1a4157;
	padding-left: 5px;
}
.playlist ul li:hover img{
	opacity: 1;
}
.playlist ul li.active{
	color: #183a4d;
	padding-left: 10px;
	font-weight: bold;
}
.playlist p{
	padding-left: 40px;
}
.fancybox-container{
	z-index: 1000;
}

#hint {
	display: none;
	position: fixed;
	z-index: 9999;
	border: 1px solid #557689;
	padding: 10px;
	border-radius: 5px;
	background: #FFFFFF;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
}
.eh-tooltip{
	cursor: pointer;
}