@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-right {
	text-align: center;
}

.header-title h1 {
    color: #a3072d;
	margin: 0;
    font-weight: 600;
}

.header-title h3 {
    font-weight: 400;
    color: #fff;
}

.header-notice, .header-notice-thanks{
	text-align: left;
	display: inline-block;
}

.header-form{
	 display: inline-block;
}

.header-notice-thanks{
	background: rgba( 207, 34, 45, 0.5);
}

.header-notice p, .header-notice-thanks h3, .header-notice-thanks p, .header-notice-thanks a, .header-notice-thanks a:visited {
	color: #fff;
	line-height: 1.3;
}

.header-copyright p {
	color: #fff;
	font-size: 15px;
}

.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: 14px 18px;
    border: none;
    cursor: pointer;
    background: #cf222d;
    margin-top: 50px;
}

@media only screen and (min-width: 320px) {
	.header{
		background: url(../images/head-logo.png) top right no-repeat;
		padding-bottom: 30px;
	}
	.header-title,  .header-notice, .header-notice-thanks {
		margin-top: 20px;
	}
	.header-right {
		width: 100%;
		float: none;
	}
	.header-title h1 {
		font-size: 48px;
	}
	.header-form {
		    margin-top: 15px;
	}
	.header-notice-thanks {
		padding: 9px;
		border-radius: 15px;
	}	
	.header-notice p {
			font-size: 18px;
	}
	.btn {
		font-size: 16px;
	}
	.header-copyright {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) {
	.header-title {
		    margin-top: 70px;
	}
	.header-title h1 {
		font-size: 120px;
	}	
	.header-title h3 {
		font-size: 36px;
	}
	.header-form {
		margin-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	 .header-notice, .header-notice-thanks {
		margin-top: 30px;
	}
	.header-notice-thanks {
		padding: 15px;
		border-radius: 30px;
	}
	.header-notice p {
		font-size: 22px;
	}
	.header-notice-thanks h3 {
		font-size: 30px;
	}
	.header-notice-thanks p {
		font-size: 18px;
	}
	.btn {
		font-size: 18px;
	}
}

@media only screen and (min-width: 1200px) {
	.header{
		background: url(../images/head-logo.png) top center no-repeat;
		height: 660px;
		padding-bottom: 0;
	}
	.header-right {
		width: 42%;
		float: right;
	}
	.header-notice-thanks {
		margin-top: 100px;
	}
	.header-copyright {
		margin-top: 610px;
	}
}


.footer {
	width: 100%;
	background: #de94b4;
    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: 10px;
    font-weight: 100;
    text-align: center;
    text-decoration: underline;
    color: #fff;
    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;
}