@font-face {
	font-family: myiconfont; /* Гарнитура шрифта */
	src: url(songs-icon-font.ttf); /* Путь к файлу со шрифтом */
}
*{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	}
html {
	width:100%;
	margin:0;
	height:100%
	}
body {
	width:100%;
	margin:0;
	height:100%
	}
.widget-bloc {
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
}
.widget-content {
	margin: 0 auto;
	width: 90%;
	padding: 0 2% 0 2%;
	max-width: 1200px;
	overflow: visible;
}
.widget-content-full-width {
	margin: 0 auto;
	width: 100%;
	/*padding:0 2% 0 2%;*/
	padding: 0;
	max-width: 1200px;
	overflow: visible;
}
.widget-content-full-width-no-pad {
	/*margin: 0 auto;*/
	width: 100%;
	padding: 0;
	/*max-width: 1200px;*/
	overflow: visible;
	line-height:0 !important;
}
.widget-wrap {
	display: inline-block;
	width: 100%;
	overflow: visible;
}
.widget-cell {
	float: left;
	margin-right: 2%;
}
.widget-cell-last {
	float: left;
}
.widget-none {
	display:none !important;
	}
.widget-block {
	display:block !important;
	}
.widget-inline-block {
	display:inline-block !important;
	}
.widget-inline {
	display:inline !important;
	}
.widget-positon-absolute {
	position:absolute !important;
	}
.widget-positon-fixed {
	position:fixed !important;
	}
.widget-font-size-12 {
	font-size:12px !important;
	}
.widget-font-size-13 {
	font-size:13px !important;
	}
.widget-font-size-14 {
	font-size:14px !important;
	}
.widget-font-size-16 {
	font-size:16px !important;
	}
.widget-font-size-18 {
	font-size:18px !important;
	}
.widget-font-size-20 {
	font-size:20px !important;
	}
.widget-font-size-22 {
	font-size:22px !important;
	}
.widget-font-size-24 {
	font-size:24px !important;
	}
.widget-font-size-26 {
	font-size:26px !important;
	}
.widget-font-size-28 {
	font-size:28px !important;
	}
.widget-font-size-29 {
	font-size:29px !important;
	}
.widget-font-size-32 {
	font-size:32px !important;
	}
.widget-font-size-40 {
	font-size:40px !important;
	}
.widget-font-size-48 {
	font-size:48px !important;
	}
.widget-font-size-56 {
	font-size:56px !important;
	}
.widget-font-weight-100 {
	font-weight:100 !important;
	}
.widget-font-weight-100 {
	font-weight:100 !important;
	}
.widget-font-weight-300 {
	font-weight:300 !important;
	}
.widget-font-weight-400 {
	font-weight:400 !important;
	}
.widget-font-weight-500 {
	font-weight:500 !important;
	}
.widget-font-weight-700 {
	font-weight:700 !important;
	}
.widget-font-weight-900 {
	font-weight:900 !important;
	}
.widget-line-height-0 {
	line-height:0 !important;
	}
.widget-text-color-white {
	color:hsla(0,0%,100%,1.00) !important;
	}
.widget-text-color-black {
	color:hsla(0,0%,0%,1.00) !important;
	}
.widget-text-color-dark-grey {
	color:hsla(0,0%,13%,1.00) !important;
	}
.widget-text-color-bright-grey {
	color:hsla(0,0%,54%,1.00) !important;
	}
.widget-text-shadow-white {
	text-shadow:1px 1px 0px hsla(0,0%,100%,1.00) !important;
	}
.widget-max-height-36 {
	max-height:36px !important;
	}
.widget-max-height-48 {
	max-height:48px;
	}
.widget-min-height-36 {
	min-height:36px;
	}
.widget-min-height-48 {
	min-height:48px;
	}
.widget-height-0 {
	height:0px;
	}
.widget-height-48 {
	height:48px;
	}
.widget-height-144 {
	height:144px;
	}
.widget-initial-width {
	width:initial;
	}
.widget-full-width {
	width:100%;
	}
.widget-width-32 {
	width:32px;
	}
.widget-width-48 {
	width:48px;
	}
.widget-width-56 {
	width:56px;
	}
.widget-min-width-240 {
	min-width:240px;
	}
.widget-width-minus-40 {
	width:calc(100% - 40px);
	}
.widget-width-minus-48 {
	width:calc(100% - 48px);
	}
.widget-width-minus-56 {
	width:calc(100% - 56px);
	}
.widget-width-minus-80 {
	width:calc(100% - 80px);
	}
.widget-width-minus-96 {
	width:calc(100% - 96px);
	}
.widget-left {
	float:left;
	}
.widget-right {
	float:right;
	}
.widget-float-none {
	float:none !important;
	}
.widget-v-aligne-text-top {
	vertical-align:text-top !important;
	}
.widget-stick-top {
	top:0 !important;
	}
.widget-stick-bottom {
	bottom:0 !important;
	}
.widget-stick-left {
	left:0 !important;
	}
.widget-stick-right {
	right:0 !important;
	}
.widget-margin-center {
	margin:0 auto !important;
	}
.widget-margin-0 {
	margin:0px !important;
	}
.widget-margin-right-0 {
	margin-right:0px !important;
	}
.widget-margin-right-8 {
	margin-right:8px !important;
	}
.widget-margin-right {
	margin-right:16px !important;
	}
.widget-margin-left-0 {
	margin-left:0px !important;
	}
.widget-margin-left-8 {
	margin-left:8px !important;
	}
.widget-margin-left {
	margin-left:16px !important;
	}
.widget-margin-left-large {
	margin-left:56px !important;
	}
.widget-margin-top-0 {
	margin-top:0px !important;
	}
.widget-margin-top-4 {
	margin-top:4px !important;
	}
.widget-margin-top-6 {
	margin-top:6px !important;
	}
.widget-margin-top {
	margin-top:8px !important;
	}
.widget-margin-top-10 {
	margin-top:10px !important;
	}
.widget-margin-top-12 {
	margin-top:12px !important;
	}
.widget-margin-top-16 {
	margin-top:16px !important;
	}
.widget-margin-top-24 {
	margin-top:24px !important;
	}
.widget-margin-top-32 {
	margin-top:32px !important;
	}
.widget-margin-top-48 {
	margin-top:48px !important;
	}
.widget-margin-top-56 {
	margin-top:56px !important;
	}
.widget-margin-bottom-0 {
	margin-bottom:0px !important;
	}
.widget-margin-bottom-4 {
	margin-bottom:4px !important;
	}
.widget-margin-bottom-6 {
	margin-bottom:6px !important;
	}
.widget-margin-bottom {
	margin-bottom:8px !important;
	}
.widget-margin-bottom-10 {
	margin-bottom:10px !important;
	}
.widget-margin-bottom-12 {
	margin-bottom:12px !important;
	}
.widget-margin-bottom-16 {
	margin-bottom:16px !important;
	}
.widget-margin-bottom-24 {
	margin-bottom:24px !important;
	}
.widget-margin-bottom-32 {
	margin-bottom:32px !important;
	}
.widget-margin-bottom-48 {
	margin-bottom:48px !important;
	}
.widget-margin-bottom-56 {
	margin-bottom:56px !important;
	}
.widget-padding-0 {
	padding:0px !important;
	}
.widget-padding-top-0 {
	padding-top:0px !important;
	}
.widget-padding-top-6 {
	padding-top:6px !important;
	}
.widget-padding-top {
	padding-top:8px !important;
	}
.widget-padding-top-12 {
	padding-top:12px !important;
	}
.widget-padding-top-16 {
	padding-top:16px !important;
	}
.widget-padding-bottom-0 {
	padding-bottom:0px !important;
	}
.widget-padding-bottom-6 {
	padding-bottom:6px !important;
	}
.widget-padding-bottom {
	padding-bottom:8px !important;
	}
.widget-padding-bottom-16 {
	padding-bottom:16px !important;
	}
.widget-padding-right {
	padding-right:16px !important;
	}
.widget-padding-left {
	padding-left:16px !important;
	}
.widget-padding-left-large {
	padding-left:56px !important;
	}
.widget-overflow-hidden {
	overflow:hidden !important;
	}
.widget-overflow-scroll {
	overflow:scroll !important;
	}
.widget-overflow-v-scroll-none {
	overflow-y: hidden !important;
	}
.widget-overflow-h-scroll-none {
	overflow-x: hidden !important;
	}
.widget-overflow-v-scroll {
	overflow-y: scroll !important;
	}
.widget-overflow-h-scroll {
	overflow-x: scroll !important;
	}
.widget-overflow-v-auto {
	overflow-y: auto !important;
	}
.widget-overflow-h-auto {
	overflow-x: auto !important;
	}
.widget-border-white, .widget-border-dark {
	border:1px solid hsla(0,0%,100%,1);
	}
.widget-border-grey, .widget-border-light {
	border:1px solid hsla(0,0%,50%,0.24);
	}
.widget-border-left-white, .widget-border-left-dark {
	border-left:1px solid hsla(0,0%,100%,1);
	}
.widget-border-left-grey, .widget-border-left-light {
	border-left:1px solid hsla(0,0%,50%,0.24);
	}
.widget-border-left-white-10, .widget-border-left-dark-10 {
	border-left:10px solid hsla(0,0%,100%,1);
	}
.widget-border-left-grey-10, .widget-border-left-light-10 {
	border-left:10px solid hsla(0,0%,50%,0.24);
	}
.widget-border-left-bright-gray {
	border-left:1px solid hsla(0,0%,50%,0.24);
	}
.widget-border-left-transperent {
	border-left:1px solid hsla(0,0%,0%,0);
	}
.widget-border-right-white, .widget-border-right-dark {
	border-right:1px solid hsla(0,0%,100%,1);
	}
.widget-border-right-grey, .widget-border-right-light {
	border-right:1px solid hsla(0,0%,50%,0.24);
	}
.widget-border-right-bright-gray {
	border-right:1px solid hsla(0,0%,50%,0.24);
	}
.widget-border-right-transperent {
	border-right:1px solid hsla(0,0%,0%,0);
	}
.widget-border-blue {
	border:1px solid hsla(210,100%,56%,1);
	}
.widget-border-white {
	border:1px solid hsla(0,0%,100%,1);
	}
.widget-border-top-blue {
	border-top:1px solid hsla(210,100%,56%,1);
	}
.widget-border-top-white, .widget-border-top-dark {
	border-top:1px solid hsla(0,0%,100%,1);
	}
.widget-border-top-grey, .widget-border-top-light {
	border-top:1px solid hsla(0,0%,50%,0.24);
	}
.widget-border-top-blue {
	border-top:1px solid hsla(210,100%,56%,1);
	}
.widget-border-bottom-white, .widget-border-bottom-dark {
	border-bottom:1px solid hsla(0,0%,100%,1);
	}
.widget-border-bottom-grey, .widget-border-bottom-light {
	border-bottom:1px solid hsla(0,0%,50%,0.24);
	}
.widget-bg-border-round {
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	}
.widget-bg-black {
	background:hsla(0,0%,0%,1) !important;
	}
.widget-bg-white, .widget-bg-light {
	background:hsla(0,0%,100%,1) !important;
	}
.widget-bg-bright-grey {
	/*background:hsla(0,0%,95%,1.00) !important;*/
	background: #e0e0e0;
background: -moz-linear-gradient(top,  hsla(0,0%,100%,1) 0%, hsla(0,0%,95%,1) 50%, hsla(0,0%,93%,1) 100%);
background: -webkit-linear-gradient(top,  hsla(0,0%,100%,1) 0%,hsla(0,0%,95%,1) 50%,hsla(0,0%,93%,1) 100%);
background: linear-gradient(to bottom,  hsla(0,0%,100%,1) 0%,hsla(0,0%,95%,1) 50%,hsla(0,0%,93%,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#e0e0e0',GradientType=0 );

	}
.widget-bg-grey, .widget-bg-dark {
	background:hsla(0,0%,54%,1.00) !important;
	}
.widget-bg-yellow {
	background:hsla(48,100%,50%,1) !important;
	}
.widget-bg-blue {
	background:hsla(210,100%,65%,1) !important;
	}
.widget-shadow {
	box-shadow: 1px 1px 2px hsla(0,0%,0%,0.30)
	}
.widget-shadow-right {
	box-shadow: 0px 5px 10px hsla(0,0%,0%,0.30)
	}
.widget-shadow-left {
	box-shadow: 0px -5px 10px hsla(0,0%,0%,0.30)
	}
.widget-soft-shadow-small {
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.30)
	}
.widget-soft-shadow-normal {
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.30)
	}
.widget-soft-shadow-large {
	box-shadow: 0px 0px 15px hsla(0,0%,0%,0.30)
	}
.widget-h-box-light {
	line-height:0;
	}
.widget-v-box-light {
	float:left;
	}
.widget-h-wrap-light {
	display:inline-block;
	width:100%;
	background:hsla(0,0%,100%,1.00);
	padding:0;
	}
.widget-modal-window-back {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
	background:hsla(0,0%,0%,0.1);
	z-index:5;
}
.widget-modal-window {
	min-width:360px;
	position: absolute;
	bottom: auto;
	margin: auto;
	border:1px solid #eee;
	background-color:white;
	z-index:6;
	box-shadow: 0px 0px 15px hsla(0,0%,0%,0.50);
	top: 30%;
	left:calc(50% - 180px);
}

.durationTrainerFrame {
	margin:0 auto
	}