
.mb-0{margin-bottom: 0!important;}
.mt-0{margin-top: 0;}
.mb-1{margin-bottom: 0.25rem;}
.mt-1{margin-top: 0.25rem;}
.mb-2{margin-bottom: 0.5rem;}
.mt-2{margin-top: 0.5rem;}
.mb-3{margin-bottom: 1rem;}
.mt-3{margin-top: 1rem;}
.mb-4{margin-bottom: 1.5rem;}
.mt-4{margin-top: 1.5rem;}
.mt-5{margin-top: 2rem;}
.mt-6{margin-top: 2.5rem;}
.mt-7{margin-top: 5rem;}
.p-0 {padding: 0;}
.p-0 {padding: 0;}
.p-1 {padding: 0.25rem;}
.p-2 {padding: 0.5rem;}
.p-3 {padding: 1rem;}
.p-4 {padding: 1.5rem;}
.p-5 {padding: 2rem;}

.col-1{flex:0 0 auto;width:8.333333%}
.col-2{flex:0 0 auto;width:16.666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.333333%}
.col-5{flex:0 0 auto;width:41.666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.333333%}
.col-8{flex:0 0 auto;width:66.666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.333333%}
.col-11{flex:0 0 auto;width:91.666667%}
.col-12{flex:0 0 auto;width:100%}
.fav-unsub {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAACdUlEQVQ4jY2TT08aURTFT7sAHYGCM01YalwoGd8kwJBhEiDzeVw1TRc1XdR00fRTaKitrWkpwSkmsCFs8CtoHP4KgzA7Y2JTiLcLxCDMQM/y3XN/796Z84AJcRz3en19PQ3Ai8Xi1tbW9r1e71vbqtvt3tF1/W+9XidZlr8DeDEHtiJJ0qFhGFQoFIYej+fVk6rL5drJZDIDelCr1aJoNHrkMCnHGEvXarWxnXRdH3IcN4IGAoE3+Xx+SFOq1WoUjUaPAXgmYMuMscPLy8tpOxWLxXtBEN5ha2vruNfrzRjG0HA4/A3ACoAlURTTdjAiIsuyiDGWBYBVVVV/Xl1d2RobjQYxxg43Nzf3DcOw9XS7XUqlUjkAwngVvyzLmU6nY9vQbDapXq87wlRV1QHw0x/bryhKrtls2jbaqd1uUzKZPJ2cbFo+RVEyTutPyjRNSqVSJwBW58RrBA2Hw8fzJjVNk2Kx2C8Agenm5zbAPzc3N3eDwcDxxuFwiNvb2zsAd4umc4uieHBxcbFw5YdIfQWw7ATjRFH8fH5+/t8/xTCMcU5nXtRSKBTar1arto2WZZFT+BuNBkmS9AWj8AMAlre3tx3X7Pf7FI/HT2RZzpimaeupVqsUiURG0I2NjQOn0HY6HUomk3mMouFTFCXrFKlWq0WhUOgIgiB8KJfLM4Zut0uapuXxNBq+RCKRa7fbM/5KpULBYPDTyOXz7RaLxftx0bIs0jTtN+xfQEBV1ez19fUjrFQqEc/ze09cfr9/t1wuU6/XI03TTgG8nBOv1UQikTNNk87Ozojn+fcAns24BEHYkyQpuwD2OClj7EcwGPw4efgP2ukZnkTQqiUAAAAASUVORK5CYII=') no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
    top: 10px;
    right: 10px;
}	

.new-fav {
	background-color: #a92222;
	height: 26px;
	width: 164px;
	color: white;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	position: absolute;
	bottom: 43px;
	left: 4px;
	font-weight: bold;
}
.poster-shader{
	opacity: .5;
}
.playlist-add-area{
	position: relative;
}
#myInput,
#link_access{
	margin-top: 10px;
}
#myInput{
	margin-bottom: 10px;
}
#link_access button{
	height: 30px;
}
.playlist-add-trigger{
 color: #fff;
 background: var(--gradient-blue);
 border-color: rgba(0,0,0,.1);
 box-shadow: 0 1px 2px rgb(0 0 0 / 4%);
 position: relative;
 box-sizing: border-box;
 padding: 8px 9px;
 font-size: 13px;
 font-weight: 500;
 font-style: normal;
 line-height: 16px;
 cursor: pointer;
 text-align: center;
 text-decoration: none;
 border-width: 1px;
 border-style: solid;
 outline: 0;
 border-radius: 4px;
 border-right: none;
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
}
.playlist-add-trigger:hover{
	color: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.05);
}
.playlist-add-triggertwo{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #fff;
	background: #4497a3;
	border-color: rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgb(0 0 0 / 4%);
	box-sizing: border-box;
	padding: 8px 9px;
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	line-height: 16px;
	cursor: pointer;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	outline: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	position: absolute;
	right: 0;
}
.playlist-add-window{position: absolute;top: 35px;left: 0;width: 262px;box-shadow: 0 1px 5px rgb(0 0 0 / 7%);border-radius: 4px;padding: 0 15px;background: #293031;font-size: 12px;color: #fff;display: none;z-index: 10;border: 1px solid rgba(0,0,0,.1);}
.playlist-add-window h3{
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 45px;
	font-weight: normal;
}
.playlist-add-window h3.pload{
	background: url(data:image/gif;base64,R0lGODlhFAAUAJEDAMzMzLOzs39/f////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgADACwAAAAAFAAUAAACPJyPqcuNItyCUJoQBo0ANIxpXOctYHaQpYkiHfM2cUrCNT0nqr4uudsz/IC5na/2Mh4Hu+HR6YBaplRDAQAh+QQFCgADACwEAAIADAAGAAACFpwdcYupC8BwSogR46xWZHl0l8ZYQwEAIfkEBQoAAwAsCAACAAoACgAAAhccMKl2uHxGCCvO+eTNmishcCCYjWEZFgAh+QQFCgADACwMAAQABgAMAAACFxwweaebhl4K4VE6r61DiOd5SfiN5VAAACH5BAUKAAMALAgACAAKAAoAAAIYnD8AeKqcHIwwhGntEWLkO3CcB4biNEIFACH5BAUKAAMALAQADAAMAAYAAAIWnDSpAHa4GHgohCHbGdbipnBdSHphAQAh+QQFCgADACwCAAgACgAKAAACF5w0qXa4fF6KUoVQ75UaA7Bs3yeNYAkWACH5BAUKAAMALAIABAAGAAwAAAIXnCU2iMfaRghqTmMp1moAoHyfIYIkWAAAOw==) no-repeat 100% 50%;
}
.playlist-add-loading{
	background: url(data:image/gif;base64,R0lGODlhFAAUAJEDAMzMzLOzs39/f////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgADACwAAAAAFAAUAAACPJyPqcuNItyCUJoQBo0ANIxpXOctYHaQpYkiHfM2cUrCNT0nqr4uudsz/IC5na/2Mh4Hu+HR6YBaplRDAQAh+QQFCgADACwEAAIADAAGAAACFpwdcYupC8BwSogR46xWZHl0l8ZYQwEAIfkEBQoAAwAsCAACAAoACgAAAhccMKl2uHxGCCvO+eTNmishcCCYjWEZFgAh+QQFCgADACwMAAQABgAMAAACFxwweaebhl4K4VE6r61DiOd5SfiN5VAAACH5BAUKAAMALAgACAAKAAoAAAIYnD8AeKqcHIwwhGntEWLkO3CcB4biNEIFACH5BAUKAAMALAQADAAMAAYAAAIWnDSpAHa4GHgohCHbGdbipnBdSHphAQAh+QQFCgADACwCAAgACgAKAAACF5w0qXa4fF6KUoVQ75UaA7Bs3yeNYAkWACH5BAUKAAMALAIABAAGAAwAAAIXnCU2iMfaRghqTmMp1moAoHyfIYIkWAAAOw==) no-repeat 0 50%;
	height: 38px;
	line-height: 38px;
	padding-left: 22px;
	color: #000;
}

input[type="text"].playlist-add-input{
    display: block;
    width: 100%;
    height: 28px;
    border-radius: 1px;
    outline: none;
    color: #000;
    box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgb(0 0 0 / 10%);
}


input[type="text"].playlist-add-search{
	padding: 0 0 0 21px;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO5JREFUeNqEj7sKwkAQRXe3tUivFv6Bla3YC/5JHvhAOxNEkFR52Nta2voFtpIfsLPRYGGdxHtDCEsQHdidZOfMvTNSIOI4bmdZtlVKTfI8N5ATZN9xnKPQQhEsiuIC4Incl1K2cJaoeVEUrXRYBkFwIGhZ1kIvVG4JagPUbqUyraEYikaYpnmHwwmf43oMzoj8EF8CMEczapjL4AybICCJNELDVVf2MdueM+og/rlDN03Tc+3Ei1ujac4ZaU1FgjgdNHq2bbulMi9su+PWtETxjacNFHsE8bYOw9CtlX8FQTagcfYXrhqmcH59BBgA7Rt1fTz8b80AAAAASUVORK5CYII=) no-repeat 5px 50%;
}

input[type="text"].playlist-add-input:focus
	{box-shadow: inset 0 0 0 1px var(--accent), inset 1px 2px 5px rgba(0,0,0,0.1);}


.playlist-add-list{
	list-style: none;
	margin: 15px -15px 10px;
	padding: 0;
	overflow: auto;
	max-height: 250px;
}
.playlist-add-list li{
	padding: 0 35px;
	cursor: pointer;
	position: relative;
}
.playlist-add-list li span{
	display: block;
	line-height: 25px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.playlist-add-list li i{
	position: absolute;
	top: 7px;
	right: 15px;
	width: 8px;
	height: 12px;
	content: "";
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMBAMAAACtsOGuAAAALVBMVEVHcEy3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7dH9PxeAAAADnRSTlMANpO05sVtZHZE8QsH5K992TUAAAAxSURBVAjXY+DWvbSBgfnVOgMGOZvDDxnqJnA+Z8gTYHzGEKfR9JThHRBgJfzevXsCAC9QIHo9Y9xuAAAAAElFTkSuQmCC);
}
.playlist-add-list li:before{
	position: absolute;
	top: 6px;
	left: 15px;
	content: "";
	width: 15px;
	height: 13px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAALUlEQVQoU2O8e/fufwYSASNIk7KyMiOx+kDqRzUxMDCMBgQ0ycADgtgkBFMHABL9Wqz0z92sAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
}
.playlist-add-list li.current:before{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAMAAABBwMRzAAAAUVBMVEVHcEzl5eX29vaNjY3d3d18fHzl5eXl5eXl5eX29vbKysqWlpb29vb29vbt7e329vb29vbT09Pd3d1zc3N8fHyNjY3V1dV6enqFhYVkZGSoqKhB5H9/AAAAEnRSTlMAgzb9/Pnd1suI3f1wX8SMYuedhY4BAAAAWUlEQVQI103M0RJAMAxE0UVpATRJ4f8/FKrR+3ZmZxZeMybICQ9t2Ugyz3LI8LsV2kaoCyYJUFumqvSv9xVoamKHaKG+Y2KLz/cRPWsypriqYXeH3KnXecAFvmQGhBJ+cVEAAAAASUVORK5CYII=);
}
.playlist-add-list li:hover{
    background-color: var(--bg-2);
    color: #4497a3;
}

.playlist-add-create-area{
	margin: 0 -15px;
	padding: 10px 0;
	border-top: 1px solid #262423;
}

.playlist-add-create-area>a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	line-height: 25px;
}
.playlist-add-create-area>a:hover{
	background: #1e1e33;
}
/*
a.playlist-add-create-button{
	display: block;
	color: #222;
	text-decoration: none;
	padding: 0 15px;
	line-height: 25px;
}
a.playlist-add-create-button:hover{
	background: #eee;
}*/
a.playlist-button{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	line-height: 25px;
}
a.playlist-button:hover{
	background: #1e1e33;
}
.playlist-add-create{
	display: none;
	padding: 5px 15px;
}
.playlist-add-title{
	padding: 0 10px;
	margin-bottom: 17px;
}
textarea.playlist-add-descr{
	height: 92px;
	padding:5px 10px;
	font:normal 12px/20px Verdana;
	border-radius:2px;
	margin-bottom: 6px;
	resize: none;
}
.playlist-edit-dialog-title{
	font: normal 11px/20px Verdana;
	color: #333;
}



.checkbox{
	vertical-align: top;
	margin: 1px 3px 0 0;
	width: 17px;
	height: 17px;
}
.checkbox + label{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	position: relative;
	padding-left: 45px;
	cursor: pointer;
	margin: 0;
	color: #000;
}
.checkbox + label:before{
	width: 40px;
	height: 100%;
	border-radius: 10px;
	background: #a3a4a6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAAFklEQVQImWOYNn0mEwMDAxMzMzM1aACclwI+prSwlgAAAABJRU5ErkJggg==) repeat-x;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.7);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.checkbox:checked + label:before{
	background: var(--accent);
}
.checkbox:not(checked){
	position: absolute;
	opacity: 0;
}
.checkbox:not(checked) + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 16px;
	height: 16px;
	background: #eff3f6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAQCAIAAABY/YLgAAAAJElEQVQImWP49ecfEwMDA9O/f/+ZGBgYmP7/h9D//qPycYgDAC4oF/p2KM+/AAAAAElFTkSuQmCC) repeat-x;
	border-radius: 50%;
	transition: all .2s ease;
}
.checkbox:checked + label:after {
	left: 22px;
}
.checkbox:not(checked) + label:hover:after{
	transform: translateX(4px);
}
.checkbox:checked + label:hover:after{
	transform: translateX(-4px);
}


.playlist-add-submit{
	float: right;
	color: #fff;
	height: 28px;
	border: none;
	border-radius: 2px;
	padding: 0 15px;
	cursor: pointer;
}


.unit-rating {
    justify-content: center;
}

.popular__playlist-item::before {
    display: none;
}.popular__playlist-item {
    border-bottom: 1px solid var(--bdc);
    position: relative;
    padding: 10px 0;
}

.popular__playlist-item{
	    border-bottom: 1px solid var(--bdc);
    padding: 10px 0;
}
.popular__img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border-radius: 2px;
}


.playlists-area{
	padding: 20px;

}
.playlists-area-h{
	font: normal 13px/41px Verdana;
	border-bottom: 1px solid #e0e0e0;
	color: #222;
}
.playlists-area-h h1{
	padding: 0;
	margin: 0 15px;
	font: inherit;
}
.playlist-create-button{
display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    padding: 8px 13px;
    vertical-align: middle;
    background: #287e94;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: var(--bsh-4);
    color: var(--tt);
    margin-bottom: 20px;
    width: 100%;
}
.playlist-create-button:hover{
color: #111;
    background: #f5f5f7;
    box-shadow: none;
    border: 0;
}

.playlists-area ul li{
	float: left;
	margin: 0 33px 20px 0;
	width: 200px;
	height: 165px;
}
.playlists-area ul:after{
	content: "";
	display: block;
	clear: both;
}

.playlist-li-img{
	display: block;
	width: 200px;
	height: 110px;
	position: relative;
	border-radius: 1px;
	overflow: hidden;
	margin-bottom: 4px;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.playlist-li-img>img{
	display: block;
	width: 100%;
}
.playlist-li-img:hover:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
}
.playlist-li-img-count{
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 100%;
	background: rgba(0,0,0,.7);
	color: #eee;
	text-align: center;
}
.playlist-li-img-count b{
	display: block;
	margin: 30px 0 5px;
	font-size: 16px;
}
.playlist-li-a{
	text-decoration: none;
	display: block;
	margin: 0 0 1px;
	color: #167ac6;
	line-height: 17px;
	max-height: 34px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.playlist-li-a:hover{
	text-decoration: underline;
	color: #167ac6;
}

.playlist-li-date{
	font-size: 11px;
	line-height: 16px;
	color: #999;
}
.playlist-li-globe,
.playlist-li-personal{
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABGElEQVQ4T6XTPyiGURTH8c8rLCZlMFuUEhZls8mgFMKqLMpksNhsMlkUq7+FYjAo2UxSSjHaGQxikD8dXfW43pdX7vTc55zzvef8fveW/HOVKtS3YAY9KX6KRdzk+eUAfdhFAx7xlr4fMIjjIiQHNOMadZjEdgKMYxVPaMXdJyQHzGEeU1jO2p3GEmaxUAlwgAE04j4DNOEWexiqBDhEP0bxmgHqsY79pMVHuDhCO85R+4uzz+jAVQ6IU7ey4g3UYCz7P5yc+tJBJG0WEo8QlsY6QW8hNoKdvIMccIHuNGaM1vZXQOQHNDRZy0aoqoOoWUmAiWo06MJZEu0nI17Qictcg9jHzGFnpUcW7yK0iYO+3YNf7C8ffgfIqTQR/gj0xQAAAABJRU5ErkJggg==) no-repeat 0 50%;
}
.playlist-li-globe{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACY0lEQVQ4T4WTP2gUQRTGv/d2D/EwIBENSDRYikrEQmIVorFQ2dzNxiiKmIAaLVVUrOSiFv4Bi9hYKKJNxOP2LaY4CEiOoIWFYDSWRixD4LQw4Ux258ked+FyBpxq5puZ33vzvXmENUYmk9nGzAcBtAP4A2CmUqlMFovFZL5qUOPK9/12VR0B4APYWNv7CeBHHMfEzM/DMBwFoPV7KwBjTCeAEVVdIKLTAL5Za7cy86mlpaWpdDpt4zg+DOBYuVy+UCqVogRSBQwMDLRGUfQRQEddI6IP1tpHqVRqEkB5fn6eSqVSbIzpAmBE5MYKwBjzAEALgEv11FT1MjOTqh5Q1bdEtJmZxwqFwqzv+3eI6FWhUPhKw8PDqbm5OQHQzcwbGjy5qqpvAAwSUU/yJBEZSvb7+vraHMe5JiLXKZvN7k0iMHNrw+X7InKz0WBjzCYAWxJNVVuI6KKInKP+/v5ea20RgNuQ/vEwDAvNJctms0PMvE5V7wF4JyJeksH+xLDGw9baGWY+o6pti4uL7ycmJhZqZq+Poig5uwfAZxHpJM/z0q7rjgFIATiyxr86ISL5RDfGnAXwouo+0bMgCM5Xy2iMeWKtHSWih0R0tAnyUkQGE833/cdxHHvM3EFE3UEQTFUBnuftSKVSt5aXl2+7rjvbBHgtIieNMTsBJIF2O44zFQSBWfkHySSTyXhElCOifU1+xI7j+Kp6t/b2T6raE4bhr1WAWopdqvoUwK5mL6y1cdILruteyefzv//phbqQy+V4enr6EBH1xnG83XGciqp+iaJIxsfHvzeDV3XjGhX4r/QXJJkDIINFlvUAAAAASUVORK5CYII=);
}




.playlist-main-area{
	background: #fff;
}
.playlist-main-header{
padding: 20px 0;
    border: 1px solid var(--bdc);
    padding-left: 10px;
}
.playlist-main-header:after{
	content: "";
	display: block;
	clear: both;
}
.playlist-main-return{
	width: 35px;
	height: 28px;
	border-radius: 3px;
	background: #f5f5f5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAJ1BMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+jSoGAAAADHRSTlMArag58gVYsQy4yB6n3jTeAAAANElEQVQY02NgoBJg5uRA5bOws+Ln8zAywQBUgJ0RArh4oEoYoVrYeBhQRWACcGu52ajjDQB+mwD7wYZ/gwAAAABJRU5ErkJggg==) no-repeat 50% 50%;
}
.playlist-main-return:hover{
	background-color: #e2e2e2;
}

.playlist-main-header-image{
    width: 130px;
    height: 130px;
    border-radius: 3px;
}

.playlist-main-editbutton{
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 35px;
    vertical-align: middle;
    background: #333333;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: var(--bsh-4);
    position: relative;
    color: var(--tt);
    height: 33px;
}
.playlist-main-editbutton:after{
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
	width: 15px;
	height: 100%;
	opacity: .7;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAlklEQVQoz2NgoC8wMDFYZZCBT8Fig/8G7w2YsEllG1w2mGvwxeC/wX+DNQaHDDaiKTN4CpZChqaoCsINfhv8N1hlwGWQAJZeYsCMqoDF4JbBf4N4BgYDHrACfXQ3LAEL3zFINtgAZj00EEVVcBHNBX8NVFEV6BlUGTiDrflvEGSQaRCBPRw6DP4b3MAXUDwGgQYq1I4fALoeRYA1hg6cAAAAAElFTkSuQmCC) no-repeat 50% 50%;
}
.playlist-main-editbutton:hover{
    color: #000;
    background: #f0f0f0;
       border: 1px solid rgb(234 234 234);
    box-shadow: none;
}
.playlist-main-copybutton{
	height: 28px;
	border: 1px solid #d3d3d3;
	outline: none;
	padding: 0 15px 0 30px;
	background: #fafafa url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAcCAIAAAAvP0KbAAAAKklEQVQImXWKIQ4AMAyEyP3/xTXMbE1OTCAIMDMBogZYlHZu9zmf3+79H8FKEha+9QXLAAAAAElFTkSuQmCC) repeat-x 0 100%;
	position: relative;
	cursor: pointer;
	color: #555;
	border-radius: 2px;
}
.playlist-main-copybutton:after{
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
	width: 15px;
	height: 100%;
	opacity: .7;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAdgAAAHYBTnsmCAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADsSURBVDiNndKhSkRREAbg74rBJoK+gCKseYNlwwUxmcTmA/gCBo0GwWA0uU3BbFEQXFiwbzAovoGCxTfQcA5yuNy5u/rDcIYzM//8c85UYvSxFMRGHXW/GOM7sD0sQ5W79FsI1vM5wH4jtpPrbqDu6DTGAa6DeD03ZYyFfF7iLkrqUlDayX8UfObEEPMtdx+4yv4TNnAeEbQpeMMmjnAv/dDtXwh6eMAxtjDBbkRQjvCOl+y/4hSH0sJUsygYFv4ZLqQHDIubCnp4zP4XFrHSVSyz19LGlRhJ85fd17DayJsw+yKFIzxje5rUCD+h1kco7Wug/wAAAABJRU5ErkJggg==) no-repeat 50% 50%;
}
.playlist-main-copybutton:hover{
	color: #000;
	background: #f0f0f0;
}

.playlist-category-selector{
	position: relative;
}
.playlist-category-selector-title{display: inline-block;font-size: 11px;text-transform: uppercase;padding: 12px 35px;vertical-align: middle;background-color: #333333;border-radius: 3px;cursor: pointer;border: 1px solid rgba(0,0,0,.1);box-shadow: var(--bsh-4);margin-left: 20px;position: relative;}
.playlist-category-selector-title:hover{
	color: #000;
	background: #f0f0f0;
}
.playlist-category-selector-title:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 100%;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAG0lEQVQoU2PcsWPHfwYiASOR6sDKSFM8BJ0BAJPhCX1uTz7oAAAAAElFTkSuQmCC) no-repeat 50% 50%;
}
.playlist-category-selector-title:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -3px;
	border: 4px solid transparent;
	border-top-color: #666;
}
.playlist-category-selector ul{
    position: absolute;
    top: 35px;
    right: 0;
    min-width: 200px;
    padding: 12px 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 6px 1px rgb(0 0 0 / 10%);
    z-index: 10;
    display: none;
}
.playlist-category-selector ul li{
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	padding: 0 35px 0 15px;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: relative;
	    color: #000;
}
.playlist-category-selector ul li.current,
.playlist-category-selector ul li:hover{
    background-color: var(--bg-2);
}
.playlist-cat-li-count{
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 10px;
	color: #777;
}


.playlist-main-table{
	counter-reset: playlistvideo;
	width: 100%;
	border-collapse: collapse;
}
.playlist-main-table tr{
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #fff;
}
.playlist-main-table tr:hover{
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA8CAIAAAAok0etAAAAF0lEQVQImWP4//8/EwMDAxOMJhYPUfUA0jISZQFL/ToAAAAASUVORK5CYII=) repeat-x 0 100%;
}
.playlist-main-table td{
	padding: 15px 0;
	vertical-align: middle;
	cursor: default;
}
td.playlist-main-table-mover{
	width: 10px;
	cursor: move;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	display: none;
}
.playlist-main-table tr:hover .playlist-main-table-mover{
	background: #fbfbfb url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAKCAYAAACe5Y9JAAAAHElEQVQYV2M8c+bMfwYGBgZGOAPEA4vAGWSpAQC7uRRdL6/DwQAAAABJRU5ErkJggg==) no-repeat 50% 50%;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.playlist-main-table-counter{
	padding: 0 3px 0 0;
	text-align: center;
	width: 30px;
}
.playlist-main-table-counter:before{
	content: counter(playlistvideo);
	counter-increment: playlistvideo;
	color: #767676;
	display: inline-block;
	font-size: 11px;
}

.playlist-main-table-image{
	width: 87px;
	padding-right: 15px;
}
.playlist-main-table-image-a{
	display: block;
	width: 72px;
	height: 70px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	border-radius: 1px;
}
.playlist-main-table-title{
	font: normal 12px/19px Arial;
	color: #777;
}
.playlist-main-table-title a{
	color: #111;
	text-decoration: none;
}
.playlist-main-table-title a:hover{
	text-decoration: underline;
}
.playlist-main-table tr:hover .playlist-main-table-title a{
	color: #f43;
}
a.playlist-main-table-title-cat{
	color: #777;
	font-family: Verdana;
	font-size: 11px;
}


.playlist-main-table-delete {
	    display: inline-block;
	    font-size: 11px;
	    text-transform: uppercase;
	    padding: 8px 13px;
	    vertical-align: middle;
	    background-color: #333333;
	    border-radius: 3px;
	    cursor: pointer;
	    border: 1px solid rgba(0,0,0,.1);
	    box-shadow: var(--bsh-4);
}

.playlist-main-table tr:hover .playlist-main-table-delete a{
	display: block;
}

.showrules .playlist-main-table-mover,
.showrules .playlist-main-table-delete{
	display: table-cell;
}


.popfoto{
	position: absolute;
	opacity: 0;
	border-radius: 2px;
	background: #fff;
	padding: 4px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 10px rgba(0,0,0,.15);
	margin-top: -28px;
}
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.add-comments-form__btn {
    position: absolute;
    bottom: 10px;
    right: 13px;
    height: 30px;
    line-height: 30px;
}

.page__comments-playlist .add-comments-form__btn {
    bottom: 10px;
}

.popular__playlist-item::before {
    display: none;
}

.popular__playlist-item{
	    border-bottom: 1px solid var(--bdc);
    padding: 10px 0;
}

.combo-sort .sort{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(165px,1fr));
    grid-gap: 0 5px;
    grid-auto-flow: row dense;
}
.combo-sort .sort li{border-radius: 2px;margin: 0 0 8px;padding: 3px 10px;border: 1px solid #141414;color: #767589;font-size: 12px;display: inline-block;line-height: 1.7;}
.combo-sort .sort li a {
	display: block;
}
.combo-sort .sort li:hover,
.combo-sort .sort li.asc{
	background: var(--bg-2);
}

.playlist-main-title{
    border: 1px solid var(--bdc);
    padding: 10px 15px;
    font-weight: 600;
    font-size: 19px;
    border-radius: 3px;
    position: relative;
}

.laylist-main-lock{
	    position: relative;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    padding: 8px 13px;
    vertical-align: middle;
    background-color: var(--bg-2);
    border: 0;
    border-radius: 3px;
    text-align: center;
    font-weight: 400;
    color: var(--tt-2);
    width: 100%;
    max-width: 200px;
}
.playlist-main-header-list{
	    font-size: 12px;
}
.playlist-main-header-list > li span{
	font-weight: 600;
}
.playlist-main-header-list > li {
	border-bottom: 1px solid var(--bdc);
	padding: 9px;
}
.playlist-main-header-list > li:last-child{
	border: 0;
}
.playlist-main-header-left{
	margin-right: 20px;
}

.collections__playlist a {
    display: block;
    background-color: var(--bg-3);
    padding: 5px 5px;
    border-radius: 3px;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    color: #5cfd0d;
}

.collections__playlist-bott a {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    padding: 0 20px;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    background-color: #287e94;
    color: #fff;
    border-radius: 4px;
    box-shadow: none;
}

.collections__playlist-item figure img {
    display: block;
    max-width: 85px;
    height: 140px;
    object-fit: cover;
    border-radius: 3px;
    overflow: hidden;
}

.collections__playlist-item figure {
    float: left;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    display: block;
    height: auto;
    border: 5px solid #333;
}

.collections__playlist-item {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 2px;
    padding: 10px 24px 30px 205px;
    position: relative;
}

.collections__playlist-bott a:hover {
    color: #111;
    background: #f5f5f7;
    box-shadow: none;
    border: 0;
}