@import 'http://webfonts.ru/import/opensans.css';

html {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*, *::after, *::before {
    box-sizing: inherit;
}
body {
    margin: 0;
    overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

p {
    font-size: 16px;
    line-height: 1;
    color: #000;
    margin: 0 0 10px;
}
h1 {
    font-size: 46px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 0 0 10px;
}
h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 0 0 10px;
}
h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 0 0 10px;
}
h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 0 0 10px;
}
h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 0 0 10px;
}

a {
    background-color: transparent;
}
a:active, a:hover {
    outline-width: 0;
}

img{
	max-width: 100%;
    height: auto;
}

.container {
    margin: 0 auto;
}
@media only screen and (min-width: 320px) {
    .container {
        width: 100%;
        padding: 0 2%;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        width: 1170px;
        padding: 0;
    }
}
.row, .wrap {
    display: block;
    letter-spacing: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row > *, .wrap > * {
    display: inline-block;
}
.row > *, .wrap > * {
    vertical-align: top;
}

.header {
	width: 100%;
}

.header-live {
	width: 100%;
}

.header-right {
	text-align: center;
}

.header-title h1, .header-date h2 {
	line-height: 1.3;
    color: #cf222d;
	margin: 0;
}

.header-title h2, .header-date h3{
	color: #cf222d;
    line-height: 1.3;
}

.header-notice h2 {
	color: #344972;
    line-height: 1.3;
}	

.header-notice h3 {
	color: #344972;
    line-height: 1.3;
	margin: 0;
}	

.header-reg h2 {
	line-height: 1.3;
    color: #cf222d;
    font-weight: 600;
}

@media only screen and (min-width: 320px) {
	.header{
		background: url(../images/head-logo.png) top right no-repeat;
		padding-bottom: 30px;
	}
	.header-live {
		background: url(../images/head-logo-live.png) top right no-repeat;
		padding-bottom: 30px;
	}
	.header-right {
		width: 100%;
		float: none;
	}
	.header-title h1 {
		font-size: 48px;
	}
	.header-title h2 {
		font-size: 26px;
	}	
	.header-notice h2 {
			font-size: 26px;
	}	
	.header-notice h3 {
			font-size: 22px;
	}	
	.header-date h3 {
		font-size: 18px;
	}
}

@media only screen and (min-width: 1200px) {
	.header{
		background: url(../images/head-logo.png) top center no-repeat;
		height: 640px;
		padding-bottom: 0;
	}
	.header-live {
		background: url(../images/head-logo-live.png) top center no-repeat;
		height: 360px;
		padding-bottom: 0;
	}
	.header-right {
		margin-right: -5%;
	}
}

@media only screen and (min-width: 768px) {
	.header-right {
		width: 60%;
		float: right;
	}
	.header .header-title {
		 margin-top: 90px;
	}
	.header-live .header-title {
		 margin-top: 50px;
	}
	.header-title h1 {
		font-size: 60px;
	}
	.header-title h2, .header-date h2{
		font-size: 38px;
	}	
	.header-notice, .header-btn, .header-date, .header-reg {
		margin-top: 40px;
	}
	.header-notice h2 {
		font-size: 42px;
	}	
	.header-notice h3 {
		font-size: 38px;
	}
	.header-reg h2 {
		font-size: 40px;
	}
	.header-date h3 {
		font-size: 28px;
	}
}	

.questions {
    background: #f2f2fa;
    margin: 0 auto;
	padding: 30px 0;
}

@media only screen and (min-width: 320px) {
	.questions {
		width: 100%;
	}
}

@media only screen and (min-width: 1200px) {
	.questions {
		width: 1349px;
	}
}
	

.questions h2 {
	font-weight: 300;
    line-height: 1.3;
}

.questions h2 span {
	font-weight: 600;
}

.questions-block-left {
	width: 60%;
    vertical-align: middle;
}

.questions-item {
	 color: #cf222d;
}

.questions-item li {
	margin-bottom: 5px;
}

.questions-item span {
	color: #000;
}

@media only screen and (min-width: 320px) {
	.questions h2 {
		font-size: 22px;
	}	
	.questions-block-left {
		width: 100%;
	}	
	.questions-item {
		font-size: 16px;
	}
	.questions-block-right {
		width: 100%;
	}
}	

@media only screen and (min-width: 768px) {
	.questions h2 {
		font-size: 32px;
	}	
	.questions-block-left {
		width: 62%;
		vertical-align: middle;
	}
	.questions-item {
		font-size: 24px;
	}
	.questions-block-right {
		width: 37.7%;
		vertical-align: middle;
	}
}

@media only screen and (min-width: 320px) {
	.result {
		padding: 30px 0;
	}
}	

@media only screen and (min-width: 1200px) {
	.result {
		padding: 60px 0;
	}
}

.result h2 {
	width: 100%;
    text-align: center;
    line-height: 1.3;
}

.result-block p {
	line-height: 1.3;
}	

@media only screen and (min-width: 320px) {
 	.result h2 {
		font-size: 22px;
	}	
}

@media only screen and (min-width: 768px) {
	.result h2 {
		font-size: 28px;
	}
	.result-block p {
		font-size: 20px;
	}
}	

.who	{
	background-color: rgb(255, 150, 86);
}

@media only screen and (min-width: 320px) {
	.who {
		padding-top: 30px;
		padding-bottom: 30px;
		margin: 0;
		width: 100%;
	}
}	

@media only screen and (min-width: 1200px) {
	.who {
		padding-top: 60px;
		padding-bottom: 0;
		width: 1349px;
		margin: 0 auto;
	}
}

.who-info-block-left	{
	display: inline-block;
    vertical-align: top;
}

.lp-ww-who-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.lp-ww-who-item {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    padding: 0;
}

@media only screen and (min-width: 320px) {
	.lp-ww-who-item {
		margin-bottom: 15px;
		font-size: 18px;
	}
}	

@media only screen and (min-width: 1200px) {
	.lp-ww-who-item {
		margin-bottom: 30px;
		font-size: 20px;
	}
}	

.who-link-youtube {
    text-decoration: underline;
    line-height: 1.3;
    color: #fff;
    display: inline-block;
}

.lp-ww-who-right {
    display: inline-block;
    vertical-align: top;
}

.who-info-block-left h3 {
    font-weight: 300;
    color: #fff;
    margin-bottom: 35px;
}

.who-link-youtube img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

@media only screen and (min-width: 320px) {
	.who-info-block-left h3{
		font-size: 26px;
	}
	.lp-ww-who-center {
		display: none;
	}
	.who-link-youtube {
		font-size: 16px;
	}
	.who-link-youtube img {
		width: 33px;
	}
	.lp-ww-who-right{
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) {
	.who-info-block-left h3{
		font-size: 32px;
	}
	.who-info-block-left {
		    width: 43.1%;
	}
	.who-link-youtube {
		font-size: 24px;
		margin-bottom: 0;
		margin-top: 30px;
	}
	.who-link-youtube img {
		width: 45px;
	}
	.lp-ww-who-center {
		display: inline-block;
		width: 21.9%;
	}
	.lp-ww-who-right {
		width: 34.3%;
		margin-top: 75px;
	}
	.lp-ww-who-center img {
		margin-top: -100px;
	}
}

.registration {
    width: 100%;
}

@media only screen and (min-width: 320px) {
	.registration {
		padding: 30px 0;
	}
}	

@media only screen and (min-width: 1200px) {
	.registration {
		padding: 60px 0;
	}
}

.registration-block h2 {
    font-weight: 300;
    line-height: 1.3;
}

.registration-block h2 span{
	font-weight: 600;
}

.registration-block h3 {
    line-height: 1.3;
    color: #cf222d;
}

.registration-block p span {
	color: #cf222d;
	font-weight: 600;
}

@media only screen and (min-width: 320px) {
	.registration-block{
		width: 100%;
	}
	.registration-block-form{
		width: 100%;
	}
	.registration-block h2 {
	    font-size: 26px;
		margin-bottom: 20px;
	}	
	.registration-block h3 {
		font-size: 18px;
		margin: 15px 0;
	}	
	.registration-block p {
		font-size: 16px;
		line-height: 1.3;
		margin: 0 0 15px;
	}
	.registration-form {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) {
	.registration-block {
		width: 53.8%;
	}
	.registration-block-form{
		width: 45%;
	}
	.registration-block h2 {
	    font-size: 34px;
		margin-bottom: 30px;
	}
	.registration-block h3 {
		font-size: 24px;
		margin: 30px 0;
	}	
	.registration-block p {
		font-size: 20px;
		line-height: 1.3;
		margin: 0 0 15px;
	}
	.registration-form {
		margin-top: 40px;
	}
}

.last-info {
    background: url(../images/pr-bg.png) left center;
}

.last-info-block h2,  .last-info-block h3 {
	color: #fff;
	line-height: 1.3;
}

.last-info-block h3 {
	font-weight: 600;
	margin: 15px 0;
}

.last-info-block p {
	line-height: 1.3;
}

.last-info-block a {
	color: #fff;
}	

@media only screen and (min-width: 320px) {
	.last-info {
		padding: 30px 0;	
		width: 100%;
		background: url(../images/pr-bg.png) right center;
	}
	.last-info-block {
		width: 100%;
		float: none;
	}
	.last-info-block h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}	
	.last-info-block h3 {
		font-size: 18px;
	}	
	.last-info-block p {
		font-size: 16px;
		color: #fff;
	}	
}	

@media only screen and (min-width: 768px) {	
	.last-info-block {
		width: 49%;
		float: right;
	}
	.last-info-block h2 {
		font-size: 36px;
		margin-bottom: 30px;
	}	
	.last-info-block h3 {
		font-size: 24px;
	}
	.last-info-block p {
		font-size: 20px;
		color: #000;
	}	
}	

@media only screen and (min-width: 1200px) {
	.last-info {
		padding: 40px 0;
		width: 1349px;
		margin: 0 auto;
		height: 497px;
		background: url(../images/pr-bg.png) left center;
	}
}

.last-info-quote {
    width: 100%;
}

.last-info-quote .btn {
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-weight: 400;
    line-height: 1;
    color: #010101;
    text-align: center;
    text-decoration: none;
    padding: 14px 22px;
    border: none;
    cursor: pointer;
    background: #ffb400;
    font-size: 22px;
}

.last-info-block-quote p {
	font-weight: 100;
    line-height: 1.3;
    font-size: 15px;
    margin-bottom: 30px;
}	

@media only screen and (min-width: 320px) {
	.last-info-quote {
		padding: 30px 0;
	}
}	

@media only screen and (min-width: 768px) {	
	.last-info-block-quote {
		width: 47%;
		text-align: left;
	}
	.last-info-block-quote p {
		max-width: 430px;
	}
}

@media only screen and (min-width: 1200px) {
	.rlast-info-quote {
		padding: 60px 0;
	}
	.last-info-block-quote {
		    background: url(../images/slash.png) no-repeat 92% 2px;
	}
}

@media only screen and (min-width: 320px) {
	.comments {
		padding: 20px 0;
	}
}	

@media only screen and (min-width: 1200px) {
	.comments {
		padding: 30px 0;
	}
}

.comments h2 {
	display: block;
    line-height: 1.3;
}

.comments-block {
	margin-top: 30px;
}

.{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 320px) {
	.comments h2 {
		font-size: 26px;
	}	
	.comments-block {
			width: 100%
	}	
}

@media only screen and (min-width: 768px) {
	.comments h2 {
		font-size: 32px;
	}	
	.comments-block {
			width: 49.7%
	}	
}

.footer {
	width: 100%;
    padding: 10px 0;
}

.footer-politics {
	display: block;
	text-align: center;
}

.politics {
	margin: 0;
    padding: 0;
}

.politics li {
    vertical-align: top;
    padding: 0 10px;
}

@media only screen and (min-width: 320px) {
	.politics li {
		display: block;
		margin-bottom: 10px;
	}
}	

@media only screen and (min-width: 768px) {
	.politics li {
		display: inline-block;
		margin-bottom: 0;
	}
}

.footer-politics a {
	display: block;
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

.remodal .modal-politics {
    background: #eee;
    border-radius: 3px;
	text-align: left;
}

.modal-politics h2 {
	font-size: 16px;
    font-weight: 600;
}

.modal-politics h3 {
	 font-size: 14px;
    font-weight: 600;
}

.modal-politics p {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 10px;
}

.modal-politics p span {
	font-weight: 600;
}


.video {
	width: 100%;
}

.video .wrap {
	text-align: center;
}

.video h3 {
    margin: 0 0 5px;
}

.video h3 span {
	color: #cf222d;
}

.video-block {
	display: block;
	margin: 30px auto;
}

.video-btn {
	margin-top: 30px;
}

.video-btn h2 {
	color: #cf222d;
}

.btn {
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 18px 22px;
    border: none;
    cursor: pointer;
    background: #F16522;
	border-radius: 15px;
}	

@media only screen and (min-width: 320px) {
	.video {
		padding: 30px;
	}
	.btn {
		font-size: 18px;
	}
	.video h3 {
		font-size: 18px;
	}
}	

@media only screen and (min-width: 768px) {
	.video-block {
		width: 80%;
	}	
	.btn {
		font-size: 24px;
	}
	.video h3 {
		font-size: 22px;
	}
	.video-btn h2 {
		font-size: 34px;
	}
}
	
@media only screen and (min-width: 1200px) {
	.video {
		padding: 60px;
	}
	.video-block {
		width: 70%;
	}	
}

.video-content {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-content iframe, .video-content object, .video-content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	