/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p, h1, h2, h3, h4, h5, h6 {
	color: black;
}
b {
	font-weight: 700;
}

@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url(/music4/fonts/MuseoSansRegular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url(/music4/fonts/MuseoSansMedium.ttf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
	font-family: 'Museo Sans Cyrl';
	src: url(/music4/fonts/MuseoSansBold.ttf);
    font-weight: bold;
    font-style: normal;
}

main {
	min-height: 580px;
	height: 100vh;

	overflow: hidden;
	margin: 0 auto;

	background: url(/music4/img/background.jpg) no-repeat;
	background-position: center;
	background-size: cover;

	position: relative;
	z-index: 1;
}

.container {
	max-width: 950px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

h1 {
	font: 700 34px 'Museo Sans Cyrl';
	color: #618ee1;
	text-align: center;
	padding-top: 50px;
	position: relative;
	z-index: 2;
}

h1 img {
	vertical-align: middle;
	width: 85px;
	filter: drop-shadow(0 12px 24px #ff2323);
	padding-right: 15px;

	animation-name: arrowFlow;
	animation-duration: 2.5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	animation-delay: 0s;
}

@keyframes arrowFlow {
    0% {transform: translateX(0);}
    50% {transform: translateX(-30px);}
    100% {transform: translateX(0);}
}

.arrow-lg {
	vertical-align: middle;
	width: 85px;
	filter: drop-shadow(0 12px 24px #ff2323);
	position: absolute;
	top: 165px;
	left: 165px;
	transform: translateX(-50%);
	z-index: 4;

	animation-name: arrowFlow2;
	animation-duration: 2.5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	animation-delay: 0s;
}

.Chrome {
	top: 145px;
	left: 205px;
}
html[lang="en"] .Chrome{
  left: 264px;
}

.Firefox {
	top: 140px;
	left: 325px;
}

.Opera {
	top: 125px;
	left: 245px;
}
html[lang="en"] .Opera {
  left: 295px;
}


.Yandex {
	top: 190px;
	left: auto;
	right: 210px;
  	transform: translateX(50%);
}

@keyframes arrowFlow2 {
    0% {transform: translateY(0) rotate(90deg);}
    50% {transform: translateY(-30px) rotate(90deg);}
    100% {transform: translateY(0) rotate(90deg);}
}

@keyframes arrowFlow3 {
    0% {transform: translateY(0) rotate(-90deg);}
    50% {transform: translateY(-30px) rotate(-90deg);}
    100% {transform: translateY(0) rotate(-90deg);}
}

h1 span {
	color: white;
	background-color: #ef1442;
	display: inline-block;
	padding: 5px 5px 0 5px;
	border-radius: 5px;
	box-shadow: 0px 15px 68px 0px rgba(255, 35, 35, 1);

	animation-name: spanPulse;
	animation-duration: 1.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-delay: 0s;
}

@keyframes spanPulse {
    0% {transform: scale(1);}
    50% {transform: scale(1.08);}
    100% {transform: scale(1);}

    /*0% {text-shadow: 0 0 0 white;}
    50% {text-shadow: 0 0 12px white;}
    100% {text-shadow: 0 0 0 white;}*/
}

.freeSpace {
	height: calc(50vh - 200px);
	min-height: 120px;
	position: relative;
	z-index: 1;
}

.equalizer {
	width: 500px;
	height: 210px;
	margin: 0 auto 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
}

.helper2 {
	position: relative;
	display: inline-block;
	height: 100%;
	vertical-align: bottom;
}

.helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.herz {
	position: relative;
	width: 55px;
	height: 100%;
	background: url(/music4/img/equalizer.png) no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	display: inline-block;
	margin: 0 2px;
	vertical-align: bottom;


}

.herz1 {
	animation-name: stepEqualizer1;
	animation-duration: 0.67s;
	animation-timing-function: step-start;
	animation-iteration-count: infinite;
	animation-delay: 0s;
}

@keyframes stepEqualizer1 {
	0% {height: 100%;}
	20% {height: 85%;}
	30% {height: 55%;}
	40% {height: 45%;}
	50% {height: 35%;}
	60% {height: 25%;}
	70% {height: 15%;}
	100% {height: 100%;}
}

.herz2 {
	animation-name: stepEqualizer2;
	animation-duration: 1s;
	animation-timing-function: step-start;
	animation-iteration-count: infinite;
	animation-delay: 0s;
}

@keyframes stepEqualizer2 {
	0% {height: 100%;}
	20% {height: 85%;}
	30% {height: 65%;}
	50% {height: 45%;}
	60% {height: 35%;}
	70% {height: 45%;}
	80% {height: 65%;}
	90% {height: 85%;}
	100% {height: 100%;}
}

.herz3 {
	animation-name: stepEqualizer3;
	animation-duration: 1.5s;
	animation-timing-function: step-start;
	animation-iteration-count: infinite;
	animation-delay: 0s;
}

@keyframes stepEqualizer3 {
	0% {height: 100%;}
	20% {height: 85%;}
	40% {height: 65%;}
	60% {height: 45%;}
	80% {height: 65%;}
	90% {height: 85%;}
	100% {height: 100%;}
}

.herz4 {
	animation-name: stepEqualizer4;
	animation-duration: 4s;
	animation-timing-function: step-start;
	animation-iteration-count: infinite;
	animation-delay: 0s;
}

@keyframes stepEqualizer4 {
	0% {height: 65%;}
	13% {height: 55%;}
	25% {height: 45%;}
	37% {height: 55%;}
	50% {height: 65%;}
	63% {height: 55%;}
	75% {height: 45%;}
	87% {height: 35%;}
	95% {height: 45%;}
	100% {height: 55%;}
}

.herz5 {
	animation-name: stepEqualizer5;
	animation-duration: 3s;
	animation-timing-function: step-start;
	animation-iteration-count: infinite;
	animation-delay: 0s;
}

@keyframes stepEqualizer5 {
	0% {height: 100%;}
	10% {height: 85%;}
	20% {height: 75%;}
	30% {height: 65%;}
	40% {height: 55%;}
	50% {height: 45%;}
	55% {height: 35%;}
	60% {height: 45%;}
	65% {height: 55%;}
	70% {height: 65%;}
	80% {height: 75%;}
	90% {height: 85%;}
	100% {height: 100%;}
}

.herz6 {
	animation-name: stepEqualizer6;
	animation-duration: 0.5s;
	animation-timing-function: step-start;
	animation-iteration-count: infinite;
	animation-delay: 0s;
}

@keyframes stepEqualizer6 {
	0% {height: 100%;}
	25% {height: 75%;}
	50% {height: 45%;}
	75% {height: 75%;}
	100% {height: 100%;}
}

.herz7 {
	animation-name: stepEqualizer7;
	animation-duration: 1.1s;
	animation-timing-function: step-start;
	animation-iteration-count: infinite;
	animation-delay: 0s;
}

@keyframes stepEqualizer7 {
	0% {height: 100%;}
	25% {height: 85%;}
	50% {height: 75%;}
	75% {height: 85%;}
	100% {height: 100%;}
}

.equalizerBottom {
	position: absolute;
	width: 100%;
	height: 10px;
	border-radius: 5px;
	background-color: #ee143f;
	bottom: -20px;
}

h2 {
	text-align: center;
	color: #0060ff;
	font: 700 80px 'Museo Sans Cyrl';
	margin-top: 30px;
	position: relative;
	z-index: 2;
}




.circlesAnim {
	position: absolute;
	top: 51%;
	left: 50%;
	width: 1px;
	height: 1px;
	z-index: 1;
}

.animCircle {
	width: 1px;
	height: 1px;
	position: absolute;
	border-radius: 50%;
	border: 1px solid #f0eada;

	animation-name: pulse;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.delay0s {
	animation-delay: 0s;
}

.delay1s {
	animation-delay: 1s;
}

.delay2s {
	animation-delay: 2s;
}

.delay3s {
	animation-delay: 3s;
}

@keyframes pulse {
    0% {transform: translateY(0px) translateX(0px); opacity: 1; width: 1px; height: 1px;}
    33% {transform: translateY(-200px) translateX(-200px); opacity: 1; width: 400px; height: 400px;}
    50% {transform: translateY(-300px) translateX(-300px); opacity: 0; width: 600px; height: 600px;}
    100% {transform: translateY(-300px) translateX(-300px); opacity: 0; width: 600px; height: 600px;}
}

.br1200 {
    display: none;
}


@media (min-width: 992px) and (max-width: 1200px) {

.br1200 {
    display: block !important;
}

}

@media (min-width: 992px) {

.hidden-lg {
	display: none;
}

}

@media (max-width: 1367px) {

h1 {
    font-size: 28px;
}

}

@media (max-height: 640px) and (max-width: 768px) {

h2 {
    font-size: 25px !important;
    margin-top: -5px !important;
}

.equalizer {
    transform: scale(0.75);
    margin-top: -15px;
}
/*
.freeSpace2 {
    height: calc(50vh - 50px) !important;
}
*/

.topDiv {
	height: calc((50vh - 25px) - 25vw) !important;
	position: relative;
	text-align: center;
}

.bottomDiv {
	height: calc((50vh - 60px) - 25vw) !important;
	position: relative;
	text-align: center;
}

.contentDiv {
	display: inline-block;
	vertical-align: middle;
}

.freeSpace2 {
    height: 50vw !important;
	min-height: 0;
}

}

@media (max-width: 991px) {

main {
	min-height: 720px;
}

.hidden-tab {
	display: none;
}

.freeSpace {
	height: 15px;
	min-height: 15px;
}

.arrow-tab {
	vertical-align: middle;
	width: 85px;
	filter: drop-shadow(0 12px 24px #ff2323);
	margin-left: calc(50% + 160px);

	animation-name: arrowFlow2;
	animation-duration: 2.5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	animation-delay: 0s;
}

@keyframes arrowFlow2 {
    0% {transform: translateY(0) rotate(90deg);}
    50% {transform: translateY(-30px) rotate(90deg);}
    100% {transform: translateY(0) rotate(90deg);}
}

.bot-Yandex {
	animation-name: arrowFlow3;
}

.freeSpace2 {
	height: calc(50vh - 150px);
	min-height: 170px;
	position: relative;
	z-index: 1;
}

h1 {
	padding-top: 25px;
}

}

@media (max-width: 767px) {

.hidden-mob {
	display: none;
}

h2 {
	font-size: 30px;
	margin-top: 25px;
}

.equalizer {
	width: 280px;
	height: 110px;
}

.herz {
	width: 30px;
}

.equalizerBottom {
	height: 5px;
	border-radius: 3px;
	bottom: -10px;
}

h1 {
	font-size: 18px;
	padding-top: 10px;
}

.arrow-tab {
	margin-left: calc(50% + 75px);
	width: 60px;
}

main {
	min-height: 500px;
}

.topDiv {
	height: calc((50vh - 25px) - 17.25vw);
	position: relative;
	text-align: center;
}

.bottomDiv {
	height: calc((50vh - 85px) - 17.25vw);
	position: relative;
	text-align: center;
}

.contentDiv {
	display: inline-block;
	vertical-align: middle;
}

.freeSpace2 {
    height: 34.5vw;
	min-height: 0;
}

.circlesAnim {
	top: calc(51% - 25px);
}

}

h2 {
	max-height: 192px;
	overflow: visible;
}

iframe {
	height: 0;
    width: 0;
    display: block;
}
