@charset "utf-8";
body {
	max-width: 1920px;
	margin: 0 auto;
	font-size: 21px;
	font-weight: 300;
	font-family: 'Exo 2', sans-serif;
	color: #1A1A1A;
	line-height: 1.5;
	background-image: url(../img/bg.jpg);
	background-position: center 0%;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}
* + p {
	margin-top: 15px;
}
*:focus {outline: none;}
input, a {
	font-size: 100%;
	font: inherit;
	background: none;
	border: none;
}
a {color: #007CFF;}
img {
	max-width: 100%;
	height: auto;
}
[class^="scr"] {
	padding: 40px 10px;
}
.content {
	margin: 0 auto;
	width: 100%;
	max-width: 980px;
	padding: 40px 20px;
	box-shadow: 0 0 10px #FFED00;
	background-color: rgba(255,255,255,0.95);
	border-radius: 10px;
}
.row {
	text-align: center;
	list-style: none;
	padding: 0;
}
.row > [class*="span"] {
	display: inline-block;
	min-height: 1px;
	width: 100%;
	vertical-align: top;
}
.span2 {
	max-width: 465px;
}
.span3 {
	max-width: 310px;
}
.span3full {
	max-width: 620px;
}
.left   {text-align: left;}
.right  {text-align: right;}
.center {text-align: center;}
.just   {text-align: justify;}
.phil   {font-family: 'Philosopher', sans-serif; line-height: 1.3; font-weight: 700;}
.fw300  {font-weight: 300;}
.fw400  {font-weight: 400;}
.fw600  {font-weight: 600;}
.bold   {font-weight: 700;}
.small  {font-size: 0.85em;}
.big    {font-size: 1.3em;}
.under  {text-decoration: underline;}
.broynd {color: #A86600;}
.muted  {opacity: 0.8;}
.green  {color: #249F00;}
.red    {color: #FF0000;}
strong  {font-weight: 700;}
.fl-l   {float: left;}
.fl-r   {float: right;}
.tourch {text-decoration: line-through;}
.middle, .row.middle > * {vertical-align: middle;}
.block-center {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
hr {
	display: block;
	border: none;
	width: 100%;
	height: 1px;
	margin: 15px auto;
	background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(36,159,0,1.00) 48.70%,rgba(255,0,0,0.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(36,159,0,1.00) 48.70%,rgba(255,0,0,0.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(36,159,0,1.00) 48.70%,rgba(255,0,0,0.00) 100%);
	background-image: linear-gradient(90deg,rgba(0,0,0,0.00) 0%,rgba(36,159,0,1.00) 48.70%,rgba(255,0,0,0.00) 100%);
}
hr.white {
	background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(255,255,255,1.00) 48.70%,rgba(0,0,0,0.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(255,255,255,1.00) 48.70%,rgba(0,0,0,0.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(255,255,255,1.00) 48.70%,rgba(0,0,0,0.00) 100%);
	background-image: linear-gradient(90deg,rgba(0,0,0,0.00) 0%,rgba(255,255,255,1.00) 48.70%,rgba(0,0,0,0.00) 100%);
}
.contur {
	text-shadow: 
		-0   -2px 0   #FFFFFF,
		 0   -2px 0   #FFFFFF,
		-0    2px 0   #FFFFFF,
		 0    2px 0   #FFFFFF,
		-2px -0   0   #FFFFFF,
		 2px -0   0   #FFFFFF,
		-2px  0   0   #FFFFFF,
		 2px  0   0   #FFFFFF,
		-1px -2px 0   #FFFFFF,
		 1px -2px 0   #FFFFFF,
		-1px  2px 0   #FFFFFF,
		 1px  2px 0   #FFFFFF,
		-2px -1px 0   #FFFFFF,
		 2px -1px 0   #FFFFFF,
		-2px  1px 0   #FFFFFF,
		 2px  1px 0   #FFFFFF,
		-2px -2px 0   #FFFFFF,
		 2px -2px 0   #FFFFFF,
		-2px  2px 0   #FFFFFF,
		 2px  2px 0   #FFFFFF,
		-2px -2px 0   #FFFFFF,
		 2px -2px 0   #FFFFFF,
		-2px  2px 0   #FFFFFF,
		 2px  2px 0   #FFFFFF,
		 0 3px 5px rgba(0,0,0,0.30);
}
[class*="warning"] {
	background-color: #249F00;
    padding: 20px;
	text-align: center;
    border-radius: 20px;
    color: #FFFFFF;
    margin: 40px auto 0;
    box-shadow: 0 5px 7px rgba(0,0,0,0.30);
	font-family: 'Philosopher', sans-serif;
	font-weight: 700;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.44) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.44) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.44) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.44) 0%,rgba(0,0,0,0.00) 100%);
    line-height: 1.5;
	font-size: 1.3em;
}
[class*="warning700"] {
	font-size: 1em;
	max-width: 700px;
}
.planka {
	padding: 20px;
	background-color: #FFFFFF;
	border: 2px dashed #CCCCCC;
	margin-top: 30px;
	text-align: center;
	font-family: 'Philosopher', sans-serif;
	font-weight: 700;
	color: #351A00;
	font-size: 1.2em;
	border-radius: 10px;
	box-shadow: inset 0 0 20px 0 #FF0000;
}
strong a {color: #FF0000; font-weight: 700; font-size: 1.3em;}
ul.str {list-style: url(../img/galka-pink.png);}
ul.str li + li {margin-top: 15px;}
[class*="block-center"] {display: table; margin-left: auto; margin-right: auto;}
[class*="block-center-700"] {max-width: 700px;}
[class*="block-center-700"] li:nth-child(2n+1) {font-weight: 400;}

.scr1 {
	text-align: center;
	padding: 0 10px;
	background-image: url(../img/head.jpg);
	background-position: center 0%;
	background-size: cover;
}
.scr1 .content {
	max-width: 1120px;
	background: none;
	box-shadow: none;
	padding: 0;
}
.scr1 .block {
	max-width: 700px;
	margin-left: auto;
	padding: 40px 20px 80px;
	background-color: rgba(0,0,0,0.20);
	color: #FFFFFF;
	position: relative;
}
.scr1 .planka {
	margin: 0 -50px;
	color: #FF0000;
	border: none;
}
.scr1 .title {
	font-family: 'Philosopher', sans-serif;
	line-height: 1.3;
	font-size: 3em;
	font-weight: 700;
}
.scr1 .title big {
	font-size: 1.8em;
	display: inline-block;
}
.scr1 .text {
    margin-top: 40px;
    padding: 10px 20px;
    border: 1px solid;
    background-color: rgba(0,0,0,0.30);
	font-size: 1.3em;
}


@media only screen and (max-device-width: 920px), only screen and (max-width: 920px) {

}