@import url('https://fonts.googleapis.com/css?family=Roboto:400,900');
* {
	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, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
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;
}

body {
	font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  background-color: #111;
  height: 100%
}
.fon {
	position: fixed;
	top: 0; left: 0;
	width: 100%; min-height: 100%;
	background: url(/static/img/voice_bg.jpg) top center no-repeat;
}
.fon img {display: block; width: 1680px; height: 100%}
.wrap:before {
	content: '';
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,.3);
	z-index: -1
}
.wrap {
	position: relative;
	max-width: 1680px;
	width: 90%; min-height: 100%;
	margin: 0 auto;
	z-index: 1
}
.menu {
	margin: 25px auto 15px;
	width: 100%;
	max-width: 1100px;
	list-style: none;
	display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
	display: flex;
	justify-content: flex-end;
}
.menu > li {margin-left: 20px}
.menu > li a {
	text-transform: uppercase;
	transition: all .3s;
	text-decoration: none;
	color: #fff
}
.menu > li a:hover {color: #265769}
.wrap h1 {
	text-align: center;
	font-size: 40px;
	font-size: 2.9vw;
	padding-bottom: 20px;
	text-shadow: 0 0 10px #000;
	line-height: 1.2
}
.wrap .block {
	position: relative;
	width: calc(100% - 4px);
	border: 2px solid #58534e;
	max-width: 1100px;
	background-color: #e5e4e3;
	overflow: hidden;
	margin: 0 auto;
	color: #282623;
	border-radius: 5px
}
.wrap .conteiner {
  position: relative;
	width: 100%;
}
.wrap .conteiner .content {
	display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	padding: 5%;
	background-color: transparent;
}
.wrap .conteiner .content .info {
	width: 100%;
	min-height: 250px;
	display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
	display: none;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between
}

.content .progress {
    display: none;
	width: 200px; height: 200px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 8px
}
.content .error {
    display: none;
	font-weight: 900;
	width: 100%;
	text-align: center;
	font-size: 42px;
	letter-spacing: 5px;
	color: #aaa
}
.content .text {
	font-weight: 900;
	text-align: center;
	font-size: 42px
}
.content .timer {
    display: none;
	font-weight: 900;
	width: 100%;
	text-align: center;
	font-size: 100px
}
.content .progress .value {
	transition: all .3s;
	width: 60%;
	height: 100%;
	background-color: #11f5d3
}
.content .col {
	width: 47%;
	position:relative;
	padding-bottom: calc(100% * 9 / 35)
}
.col .box {
	position:absolute;
	top:0;left:0;
	width:100%;
	height: 100%;
	display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
	align-items: center
    }
.col iframe {
	width: 100%;
	height: 100%
}
.content .col.img {
	max-height: 290px
}
.content .col.img .box {justify-content: center}
.content .img img {
	max-width: 100%;
	max-height: 100%
}
.content .result {
	width: 100%;
	font-size: 26px;
	padding: 20px 0 0; 
	text-align: center
}
.wrap .main_line {
	width: 90%;
	padding: 10px 5%;
	min-height: 60px;
	display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.wrap .main_line .audio {
	display: block;
	height: 40px;
	width: 44%;
	max-width: 360px;
	border: 1px solid #757474;
	border-radius: 30px;
	text-shadow: 0 0 1px #000
}
.wrap .main_line .start {
	position: relative;
	float: left;
	margin-right: 6%;
	text-transform: uppercase;
	text-decoration: none;
	color: #e5e4e3;
	font-weight: 700;
	line-height: 40px;
	height: 40px;
	width: 44%;
	text-align: center;
	max-width: 360px;
	overflow: hidden;
	background-color: #265769;
	border: 1px solid #494542;
	border-radius: 30px;
	text-shadow: 0 0 1px #000;
	transition: all .3s
}
.wrap .main_line .start:hover {
	background-color: #e5e4e3;
	text-shadow: none;
  color: #265769
}
.soc {
	width: 100%;
	margin: 20px 0;
	display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center; 
}
.bottom {
	width: 100%;
	display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding-bottom: 10px;
}
.logo {transition: all .3s; box-shadow: 0 0 10px #000}
.logo:hover {
	transform: translateY(-3px);
}
.logo img {display: block; width: 136px; height: 82px}
.bottom p {width: 100%; padding: 10px 0 0; text-align: center}
.bottom p a {color: #e5e4e3; text-decoration: underline; transition: all .3s}
/* .bottom p a:hover {color: #265769; text-decoration: underline} */
@media only screen and (max-width: 1400px), only screen and (max-device-width: 1400px) {
	.wrap h1 {
		font-size: 40px;
		font-size: 3.1vw;
	}
}
@media only screen and (max-width: 1180px), only screen and (max-device-width: 1180px) {
	.content .text {
		font-size: 30px;
		font-size: 3.4vw;
	}
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	.wrap h1 {
		font-size: 30px;
		font-size: 3.4vw;
	}
}
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
	.wrap h1 {
		font-size: 26px;
		font-size: 3.4vw;
	}
	.content .text {
		font-size: 26px;
		font-size: 3.6vw
	}
	.content .error {font-size: 108px}
	.logo img {display: block; width: 70px; height: 70px}
}
@media only screen and (max-width: 666px), only screen and (max-device-width: 666px) {
	.wrap h1 {font-size: 20px	}
	.wrap .conteiner .content .info {
		flex-flow: row wrap;
		justify-content: center;
	}
	.content .info .col {
		width: 100%;
		max-width: 350px;
		padding-bottom: 0;
	}
	.content .info .col .box {
		position: static;
		height: 210px
	}
	.content .info .col.img .box {
		justify-content: center;
	}
	.content .info .result {order: -1; padding: 20px 0}
	.content .info .img {order: -1}
	.wrap .conteiner .content {
		width: 90%;
		height: auto;
		min-height: 250px;
		position: static;
		margin-bottom: 0;
		padding: 20px 5%
	}
	.wrap .conteiner {
		width: 100%;
		padding: 0
	}
	.content .timer {font-size: 70px}
	.content .error {font-size: 80px}
	.wrap .main_line {
		position: static;
		flex-flow: row wrap;
		justify-content: center
	}
	.wrap .main_line .audio {width: 100%}
	.wrap .main_line .start {
		width: 100%;
		margin: 0 0 10px
	}
	.content .text {font-size: 20px}
	.content .result {font-size: 20px}
}
@media only screen and (max-width: 450px), only screen and (max-device-width: 450px) {
	.content .info .col {
		max-width: 250px;
	}
	.content .info .col .box {
		height: 140px
	}
}
@media only screen and (max-width: 375px), only screen and (max-device-width: 375px) {
	.menu {justify-content: center}
	.menu li {margin: 0 10px; font-size: 14px}
	.content .text {font-size: 16px}
	.content .timer {font-size: 60px}
	.content .error {font-size: 70px}
	.logo img {display: block; width: 50px; height: 50px}
	.content .result {font-size: 16px}
}