/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, footer, header, nav, section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figcaption, figure, main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b, strong {
	font-weight: inherit
}

b, strong {
	font-weight: bolder
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio, video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox], [type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details, menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

.audioplayer.audioplayer-muted .audioplayer-volume .audioplayer-volume-button:before, .audioplayer.audioplayer-muted .audioplayer-volume .audioplayer-volume-button:hover:before, .icon-s-noSound {
	background-image: url(../img/sprite.png);
	background-position: -50px 0;
	width: 22px;
	height: 22px
}

.audioplayer.audioplayer-stopped .audioplayer-playpause:before, .icon-s-play {
	background-image: url(../img/sprite.png);
	background-position: 0 0;
	width: 21px;
	height: 29px
}

.audioplayer .audioplayer-volume .audioplayer-volume-button:before, .icon-s-sound {
	background-image: url(../img/sprite.png);
	background-position: 0 -34px;
	width: 22px;
	height: 18px
}

.audioplayer .audioplayer-volume .audioplayer-volume-button:hover:before, .icon-s-soundHover {
	background-image: url(../img/sprite.png);
	background-position: -27px -34px;
	width: 22px;
	height: 18px
}

.audioplayer.audioplayer-playing .audioplayer-playpause:before, .icon-s-stop {
	background-image: url(../img/sprite.png);
	background-position: -26px 0;
	width: 19px;
	height: 29px
}

@font-face {
	font-family: FiraSansB;
	src: url(../fonts/FiraSans-Bold.woff2) format("woff2"), url(../fonts/FiraSans-Bold.woff) format("woff"), url(../fonts/FiraSans-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: FiraSansL;
	src: url(../fonts/FiraSans-Light.woff2) format("woff2"), url(../fonts/FiraSans-Light.woff) format("woff"), url(../fonts/FiraSans-Light.ttf) format("truetype");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: Hogarth;
	src: url(../fonts/Hogarthscript.woff2) format("woff2"), url(../fonts/Hogarthscript.woff) format("woff"), url(../fonts/Hogarthscript.ttf) format("truetype");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: FiraSansR;
	src: url(../fonts/FiraSans-Regular.woff2) format("woff2"), url(../fonts/FiraSans-Regular.woff) format("woff"), url(../fonts/FiraSans-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

*, body, html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body, html {
	height: 100%;
	background: #dfe4da
}

* {
	font-family: FiraSansR;
	font-size: 16px
}

:focus {
	outline: 0
}

ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.hidden {
	display: none
}

.container {
	width: 1170px;
	height: auto;
	margin: 0 auto
}

a {
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s
}

p {
	line-height: 1.5
}

img {
	max-width: 100%
}

.image {
	position: relative;
	overflow: hidden
}

.image img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: 5000px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s;
	transition: all .3s
}

.footerBottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.wrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.footer {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

header .container nav {
	padding: 5px 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #b9d3ef;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

header .container nav .hedItem {
	margin: 0 10px;
	border-right: 1px solid #394267;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

header .container nav .hedItem a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #394267;
	font-family: FiraSansR;
	font-size: 16px;
	padding: 5px 15px 3px 15px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid transparent
}

header .container nav .hedItem a span {
	-webkit-transition: .3s;
	transition: .3s
}

header .container nav .hedItem a:hover span {
	color: #faf4d7
}

header .container nav .hedItem a:hover svg {
	fill: #faf4d7;
	color: #faf4d7
}

header .container nav .hedItem a.active {
	background: #faf4d7;
	border: 1px solid #394267
}

header .container nav .hedItem a.active:hover span {
	background: 0 0;
	color: #394267
}

header .container nav .hedItem a.active:hover svg {
	fill: #394267
}

header .container nav .hedItem a svg {
	width: 22px;
	height: 22px;
	fill: #394267;
	margin-right: 10px;
	-webkit-transition: .3s;
	transition: .3s
}

header .container nav .hedItem:nth-last-of-type(1) {
	border-right: none
}

footer {
	margin-top: 20px
}

footer .top {
	background: #b9d3ef;
	border-bottom: 1px solid #394267;
	padding: 10px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

footer .top .topCol {
	width: 33.33%;
	text-align: left
}

footer .top .topCol a {
	color: #fff;
	text-decoration: underline
}

footer .top .topCol a:hover {
	color: #394267
}

footer .top .topCol:nth-of-type(2) {
	text-align: center
}

footer .top .topCol:nth-of-type(2) span {
	font-family: Hogarth;
	font-size: 30px
}

footer .top .topCol:nth-last-of-type(1) {
	text-align: right
}

footer .top .topCol:nth-last-of-type(1) span {
	color: #fff
}

footer .top .topCol:nth-last-of-type(1) a {
	color: #394267;
	text-decoration: underline;
	margin-left: 10px
}

footer .top .topCol:nth-last-of-type(1) a:hover {
	color: #faf4d7
}

footer .bottom {
	padding: 10px;
	background: #b9d3ef;
	position: relative
}

footer .bottom span {
	text-align: center;
	color: #fff;
	width: 100%;
	display: block
}

footer .bottom .socials {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 80px;
	margin-top: 15px
}

footer .bottom .socials .icon {
	border: 1px solid #394267;
	width: 40px;
	height: 40px;
	background: #dfe4da;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 2px;
	position: relative
}

footer .bottom .socials .icon:hover {
	background: #394267
}

footer .bottom .socials .icon:hover .mini span {
	color: #faf4d7
}

footer .bottom .socials .icon:hover svg {
	fill: #faf4d7
}

footer .bottom .socials .icon.vk {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 5px
}

footer .bottom .socials .icon .mini {
	position: absolute;
	top: 3px;
	right: 3px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

footer .bottom .socials .icon .mini svg {
	width: 10px;
	height: 10px
}

footer .bottom .socials .icon .mini span {
	font-size: 10px;
	color: #394267;
	-webkit-transition: .3s;
	transition: .3s
}

footer .bottom .socials .icon svg {
	width: 20px;
	height: 20px;
	fill: #394267;
	-webkit-transition: .3s;
	transition: .3s
}

footer .bottom .webit {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
	background: url(../img/webit.png) no-repeat -10px -45px;
	width: 57px;
	height: 15px
}

footer .bottom .webit:hover {
	background-position: -10px -10px
}

.titleRadio {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px 0
}

.titleRadio span {
	font-size: 22px;
	color: #394267
}

.titleRadio svg {
	width: 22px;
	height: 17px;
	fill: #394267;
	margin-right: 15px
}

.rowRadio {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 10px 0
}

.rowRadio .time {
	padding: 3px;
	border: 1px solid #394267;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	background: #faf4d7;
	width: 50px;
	text-align: center;
	margin-right: 20px
}

.rowRadio .text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #394267;
	padding-bottom: 5px;
	width: -webkit-calc(100% - 70px);
	width: calc(100% - 70px)
}

.rowRadio .text span {
	font-size: 18px;
	color: #394267
}

.rowRadio .text .download {
	font-size: 14px;
	text-align: center
}

.rows .rowRadio:nth-last-of-type(1) .text {
	border-bottom: none
}

.playerBlock {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 35px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #394267
}

.playerBlock .photoBlock {
	width: 210px;
	padding-right: 20px
}

.playerBlock .photoBlock .photo {
	width: 155px;
	height: 155px;
	background-size: contain;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-color: #b9d3ef;
	background-position: center center
}

.playerBlock .player {
	padding-top: 50px;
	width: -webkit-calc(100% - 210px);
	width: calc(100% - 210px)
}

.playerBlock .player .titlePlayer {
	display: block;
	padding: 5px;
	background: #d2dee1;
	color: #394267;
	font-size: 20px;
	font-family: FiraSansR;
	text-align: center
}

.download {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #394267;
	color: #394267;
	font-size: 12px;
	padding: 3px 10px;
	background: #b3c8de;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer
}

.download:hover {
	background: #faf4d7
}

.audioplayer {
	margin-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.audioplayer.audioplayer-playing .audioplayer-playpause:before {
	content: ' ';
	display: block
}

.audioplayer.audioplayer-stopped .audioplayer-playpause:before {
	content: ' ';
	display: block
}

.audioplayer .audioplayer-time.audioplayer-time-current {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 50px;
	text-align: right;
	font-size: 16px;
	margin-left: 130px;
	color: #394267
}

.audioplayer .audioplayer-time.audioplayer-time-current:after {
	content: '/';
	position: relative;
	margin: 0 2px
}

.audioplayer .audioplayer-time.audioplayer-time-duration {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	width: 50px;
	font-size: 16px;
	color: #394267
}

.audioplayer .audioplayer-playpause {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	width: 100px;
	height: 45px;
	-webkit-transition: .3s;
	transition: .3s;
	border: 1px solid #394267;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #faf4d7;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px;
	margin: 0 50px 0 90px
}

.audioplayer .audioplayer-playpause a {
	display: none
}

.audioplayer .audioplayer-playpause:hover {
	background: #b9d3ef
}

.audioplayer .audioplayer-volume {
	display: block;
	order: 4
}

.audioplayer .audioplayer-volume .audioplayer-volume-button {
	cursor: pointer;
	min-height: 22px;
	margin-right: 30px;
	display: inline-block;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.audioplayer-volume-adjust {
	position: relative;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    width: 200px;
    border-radius: 10px;
}

.audioplayer-volume-adjust>div {
	padding: 50px 0px;
	margin-top: -50px;
	box-sizing: content-box;
	width: 90%;
    height: 20%;
    cursor: pointer;
    top: 41%;
    left: 5%;
    position: absolute;
    z-index: 1;
    background-size: 20px;
    border-radius: 10px;
}

.audioplayer-volume-adjust>div::after {
	content:'';
	width: 100%;
    height: 5%;
    top: 47%;
    left: 0%;
    position: absolute;
    border-radius: 10px;
    background: #fff;
}

.audioplayer-volume-adjust>div>div {
	position: relative;
	z-index: 25;
	border-radius: 10px;
	height: 100%;
	background: #B9D3EF;
}

.audioplayer-volume-adjust>div>div::after {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	background: #3B4468;
	border-radius: 50%;
	top: -5px;
	right: -7px;
}

.audioplayer .audioplayer-volume .audioplayer-volume-button:before {
	content: ' ';
	display: block
}

.audioplayer .audioplayer-volume .audioplayer-volume-button a {
	display: none
}

.audioplayer .audioplayer-bar {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
	width: 100%;
	margin-top: 40px;
	height: 5px;
	border: 1px solid #c2c7be;
	position: relative;
	cursor: pointer;
	background: #faf4d7;
  display: none;
}

.audioplayer .audioplayer-bar .audioplayer-bar-loaded {
	background: #faf4d7;
	height: 100%
}

.audioplayer .audioplayer-bar .audioplayer-bar-played {
	background: #96a1d1;
	height: 100%;
	position: absolute;
	top: 0
}

@media only screen and (max-width:1170px) {
	.container {
		width: 100%;
		padding: 0 15px
	}

	header .container nav .hedItem a span {
		display: none
	}

	header .container nav .hedItem a svg {
		margin-right: 0
	}

	footer .container {
		padding: 0
	}

}

@media only screen and (max-width:970px) {
	header .container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 0 10px 0 0
	}

	header .container nav {
		display: block;
		-webkit-border-radius: 0;
		border-radius: 0;
		padding: 0;
		width: 30px;
		height: 100%
	}

	header .container nav .hedItem {
		margin: 0;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 30px;
		height: 30px
	}

	header .container nav .hedItem a {
		border: none;
		width: 100%;
		height: 100%;
		-webkit-border-radius: 0;
		border-radius: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
		border-top: 1px solid #394267
	}

	header .container nav .hedItem a.active {
		border: none;
		border-top: 1px solid #394267
	}

	header .container nav .hedItem a svg {
		width: 15px;
		height: 15px
	}

	header .container nav .hedItem:nth-last-of-type(1) {
		border-right: 1px solid #394267;
		border-bottom: 1px solid #394267
	}

	footer .top {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	footer .top .topCol {
		width: 100%;
		text-align: center;
		margin: 5px 0
	}

	footer .top .topCol:nth-last-of-type(1) {
		text-align: center
	}

	footer .bottom .socials {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	footer .bottom .socials .icon {
		margin-bottom: 5px
	}

	.playerBlock {
		margin-top: 20px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.playerBlock .photoBlock {
		width: 100%;
		padding-right: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.playerBlock .player {
		width: 100%;
		padding-top: 20px
	}

	.audioplayer .audioplayer-time.audioplayer-time-current {
		margin-left: 0
	}

	.audioplayer .audioplayer-playpause {
		margin: 0 25px 0 25px
	}

}

@media only screen and (max-width:650px) {
	.rowRadio .text {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.rowRadio .text span {
		display: block;
		margin-bottom: 5px;
		width: 100%
	}

}

@media only screen and (max-width: 550px) {
	.audioplayer-volume-adjust {
		width: 250px;
		margin-top: 30px;
		margin-left: 5px;
	}

	.audioplayer-volume-adjust>div {
		margin-top: -35px;
		padding: 35px 0;
	}
}

@media only screen and (max-width: 350px) {
	.audioplayer-volume-adjust {
		width: 200px;
		margin-top: 30px;
		margin-left: 5px;
	}
}
