@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic);
/*
	font-family: 'PT Sans Narrow', sans-serif;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	behavior: url(pie/PIE.htc);
*/

body {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #2d2d2d;
	min-width: 960px;
}
body .grid12 {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
}
body .grid99 {
	width: 100%;
	overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {}
.anim1, .anim1-u, .anim2, .anim3, .anim4 {visibility: hidden;}
.cBoth {clear: both;}
.hide {display: none;}
.sep-u {height: 20px;}

/* S E P A R A T O R */

/*@font-face {
      font-family: 'rub';
          src: url('../fonts/RUBSN.eot');
          src: url('../fonts/RUBSN.eot?#iefix') format('embedded-opentype'),
               url('../fonts/RUBSN.woff') format('woff'),
               url('../fonts/RUBSN.ttf') format('truetype'),
               url('../fonts/RUBSN.svg#WebSymbolsRegular') format('svg');
}
.rub {
	font-family: 'rub';
	font-weight: normal;
}
*/

/*buttons*//*************************//*************************//*************************//*************************/
.btn1 {
	display: inline-block;
	width: 180px;
	height: 30px;
	cursor: pointer;
	transition: all 0.2s;

	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #0163b7;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;

	border: 1px solid #d0d0d0;
	border-radius: 9px;
	background-color: #f5f5f5;
}
.btn1:hover {
	border-color: #93282d;
	color: #93282d;
}

/* S E P A R A T O R */

.btn2 {
	display: inline-block;
	cursor: pointer;

	font-family: 'PT Sans Narrow', sans-serif;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);

	border: none;
	border-radius: 12px;
	background-color: #a6151b;
	background: linear-gradient(#a6151b, #740f13);
	background: -o-linear-gradient(#a6151b, #740f13);
	background: -ms-linear-gradient(#a6151b, #740f13);
	background: -moz-linear-gradient(#a6151b, #740f13);
	background: -webkit-linear-gradient(#a6151b, #740f13);
}
.btn2:hover {
	background-color: #740f13;
	background: linear-gradient(#740f13, #a6151b);
	background: -o-linear-gradient(#740f13, #a6151b);
	background: -ms-linear-gradient(#740f13, #a6151b);
	background: -moz-linear-gradient(#740f13, #a6151b);
	background: -webkit-linear-gradient(#740f13, #a6151b);
}

#btn2 {
    padding: 10px;
	display: inline-block;
	cursor: pointer;
    padding-top: 6px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);

	border: none;
	border-radius: 12px;
	background-color: #a6151b;
	background: linear-gradient(#a6151b, #740f13);
	background: -o-linear-gradient(#a6151b, #740f13);
	background: -ms-linear-gradient(#a6151b, #740f13);
	background: -moz-linear-gradient(#a6151b, #740f13);
	background: -webkit-linear-gradient(#a6151b, #740f13);
}
#btn2:hover {
	background-color: #740f13;
	background: linear-gradient(#740f13, #a6151b);
	background: -o-linear-gradient(#740f13, #a6151b);
	background: -ms-linear-gradient(#740f13, #a6151b);
	background: -moz-linear-gradient(#740f13, #a6151b);
	background: -webkit-linear-gradient(#740f13, #a6151b);
}
/* S E P A R A T O R */

input {
	width: 330px;
	height: 55px;
	border: 1px solid #8c8c8c;
	padding: 0 10px;

	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 22px;
}


/*************************//*************************//*************************//*************************/
.popup {
	position: relative;
	width: 422px;
	margin: 0 auto;
}
.popup form {
	background-color: #fff;
	text-align: center;
	padding: 33px 0 11px;
}
.popup form .title {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 22px;
	line-height: 1.3em;
	color: #2d2d2d;
	padding: 0 44px 18px;
	font-weight: bold;
}
.popup form input {margin-bottom: 14px;}

.popup form button {
	width: 240px;
	height: 50px;
	font-size: 18px;
	margin: 11px 0 28px;
}
/*.popup .mfp-close {color: #fff !important;}*/


/*************************//*************************//*************************//*************************/
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	transform: translateY(0) perspective( 600px ) rotateX( 0 );
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0.01;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {opacity: 0.8;}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {opacity: 0;}


/*************************//*************************//*************************//*************************/
.nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	height: 44px;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
.nav ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	transition: all 0.3s;
}
.nav ul li a {
	display: inline-block;
	font-size: 16px;
	line-height: 46px;
	color: #2d2d2d;
	text-decoration: none;
	padding: 0 14px;
	transition: all 0.3s;
}
.nav ul li.active {	background-color: rgba(0,0,0,.08);}
.nav ul li:hover {background-color: rgba(0,0,0,.04);}
.nav ul li.active:hover {background-color: rgba(0,0,0,.08);}


/*************************//*************************//*************************//*************************/
.bg1 {
	width: 100%;
	height: 1217px;
	background: url('../img/bg3.jpg') center top no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.bg2 {
	width: 100%;
	height: 1376px;
	background: url('../img/bg5.jpg') center top no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: all 0.3s;
}
.bg2.active {opacity: 1;}


/*************************//*************************//*************************//*************************/
#box1 {
	background-color: #fff;
	margin-top: 44px;
	padding: 33px 0 38px;
	overflow: hidden;
}
#box1 .logo {margin-top: 28px;}
#box1 .wrap {
	float: right;
	text-align: center;
}
#box1 .wrap h3 {
	font-size: 36px;
	line-height: 1.3em;
}
#box1 .wrap p {
	font-size: 18px;
	line-height: 1.3em;
	margin-top: 4px;
}
#box1 .wrap a {margin-top: 13px;}

/*************************//*************************//*************************//*************************/
#box2 {
	height: 686px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background: url('../img/bg1.jpg') center top no-repeat;
}
#box2 h1 {
	font-size: 48px;
	line-height: 1.1em;
	text-align: center;
	text-transform: uppercase;
	padding: 28px 0;
}
#box2 .wrap {
	width: 800px;
	margin: 0 auto;
	background-color: #90262a;
	border-radius: 8px;
	overflow: hidden;
}
#box2 .wrap2 {
	float: left;
	text-align: center;
	color: #fff;
	margin-left: 50px;
	padding-bottom: 28px;
}
#box2 .wrap2 p:first-child {
	font-size: 30px;
	line-height: 1.2em;
	padding: 33px 0 0;
}
#box2 .wrap2 h3 {
	font-size: 75px;
	line-height: 1em;
	font-weight: bold;
}
#box2 .wrap2 h3 + p {
	font-size: 22px;
	line-height: 1.3em;
	padding: 18px 0 8px;
}

/* S E P A R A T O R */

#box2 .wrap2 .timer div:first-child {display: none;}
#box2 .wrap2 .timer div:nth-child(2){margin-right: 8px;}
#box2 .wrap2 .timer div {
	display: inline-block;
	font-size: 14px;
	line-height: 1.3em;
}
#box2 .wrap2 .timer div span {
	display: inline-block;
	width: 50px;
	height: 60px;
	background: url('../img/bg2.png') center top no-repeat;
	border-radius: 6px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.6);
	margin: 0 2px 4px;

	font-size: 30px;
	line-height: 60px;
	color: #2d2d2d;
	font-weight: bold;
}

/* S E P A R A T O R */

#box2 .wrap form {
	float: right;
	text-align: right;
	margin: 38px 50px 0 0;
}
#box2 .wrap form input {margin-bottom: 14px;}
#box2 .wrap form p {
	font-size: 12px;
	line-height: 1.3em;
	color: #e2c8c9;
	text-align: left;
}

a#sender1 {
    padding: 10px;
}
#box2 .wrap form p img {margin-right: 6px;}
#box2 .wrap form button, a#sender1 {
	width: 230px;
	height: 48px;
	border-radius: 11px;
	margin-top: 18px;

	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;

	border: none;
	cursor: pointer;
	background-color: #d4d4d4;
	background: linear-gradient(#fff, #b3b3b3);
	background: -o-linear-gradient(#fff, #b3b3b3);
	background: -ms-linear-gradient(#fff, #b3b3b3);
	background: -moz-linear-gradient(#fff, #b3b3b3);
	background: -webkit-linear-gradient(#fff, #b3b3b3);
}
#box2 .wrap form button:hover {
	background-color: #d4d4d4;
	background: linear-gradient(#b3b3b3, #fff);
	background: -o-linear-gradient(#b3b3b3, #fff);
	background: -ms-linear-gradient(#b3b3b3, #fff);
	background: -moz-linear-gradient(#b3b3b3, #fff);
	background: -webkit-linear-gradient(#b3b3b3, #fff);
}


/*************************//*************************//*************************//*************************/
#box3 {
	background-color: #fff;
	padding: 38px 0;
}
#box3 h3 {
	font-size: 48px;
	line-height: 1.3em;
	text-align: center;
	padding-bottom: 28px;
}
#box3 ul {margin: 0 -66px 0 22px;}
#box3 ul li {
	display: inline-block;
	vertical-align: top;
	width: 470px;
	margin-bottom: 18px;
}
#box3 ul li img {
	float: left;
	margin-top: 2px;
}
#box3 ul li p {
	margin: 0 44px;
	font-size: 24px;
	line-height: 1.3em;
}


/*************************//*************************//*************************//*************************/
#box4 {padding: 38px 0;}
#box4 h3 {
	font-size: 48px;
	line-height: 1.1em;
	text-align: center;
	padding-bottom: 28px;
}
#box4 ul {
	display: inline-block;
	width: 466px;
}
#box4 ul li:first-child {width: 100%;}
#box4 ul li {
	display: inline-block;
	vertical-align: top;
	width: 230px;
	margin-bottom: 18px;
}
#box4 ul li h4 {
	font-size: 30px;
	line-height: 1.1em;
	font-weight: normal;
	padding-bottom: 4px;
}
#box4 ul li img {
	float: left;
	margin-top: 2px;
}
#box4 ul li p {
	margin: 0 22px 0 44px;
	font-size: 22px;
	line-height: 1.3em;
}


/*************************//*************************//*************************//*************************/
#box5 {
	background-color: #fff;
	padding: 66px 0;
}
#box5 h3 {
	font-size: 48px;
	line-height: 1.1em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 44px;
}
#box5 ul {
	height: 944px;
	position: relative;
	background: url('../img/bg4.png') center top no-repeat;
}
#box5 ul li {
	width: 333px;
	position: absolute;
	text-align: center;
}
#box5 ul li.item1 {left: 305px; top: 3px;}
#box5 ul li.item2 {left: -22px; top: 236px;}
#box5 ul li.item3 {left: 632px; top: 236px;}
#box5 ul li.item4 {left: 102px; top: 626px;}
#box5 ul li.item5 {left: 508px; top: 626px;}
#box5 ul li .wrap {
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 200px;
	background-color: #0652bb;
}
#box5 ul li .wrap h4 {
	font-size: 48px;
	line-height: 1em;
	color: #fff;
	padding-top: 58px;
}
#box5 ul li.item5 .wrap h4 {padding-top: 74px;}
#box5 ul li .wrap h6 {
	font-size: 24px;
	line-height: 1em;
	color: #fff;
}
#box5 ul li p {
	font-size: 30px;
	line-height: 1.1em;
	padding: 11px 0;
}


/*************************//*************************//*************************//*************************/
#box6 {padding: 44px 0;}
#box6 h3 {
	font-size: 48px;
	line-height: 1.1em;
	text-align: center;
	padding-bottom: 33px;
}
#box6 ul {
	text-align: center;
}
#box6 ul li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 444px;
	margin-bottom: 22px;
}
#box6 ul li img {
	float: left;
	margin-top: 2px;
}
#box6 ul li p {
	font-size: 24px;
	line-height: 1.3em;
	margin: 0 22px 0 44px;
}


/*************************//*************************//*************************//*************************/
.incut1 {
	height: 644px;
	background: url('../img/maim1.jpg') center no-repeat,#fff;
	border-bottom: 1px solid #dcdcdc;
}
.incut2 {
	height: 644px;
	background: url('../img/man2.jpg') center top no-repeat,#fff;
	border-bottom: 1px solid #dcdcdc;
}
.incut3 {
	height: 644px;
	background: url('../img/bg6.jpg') center top no-repeat,#fff;
	border-bottom: 1px solid #dcdcdc;
}
#box9 + .incut {background: url('../img/bg8.jpg') center top no-repeat;}
.incut .wrap {
	width: 688px;
	float: right;
	margin-top: 128px;
	padding: 22px 44px 33px;
	background: url('../img/ptrn1.png');
	border-radius: 8px;
	box-shadow: 0 0 6px rgba(0,0,0,0.4);
	overflow: hidden;
}
#box9 + .incut .wrap {
	background: url('../img/ptrn2.png');
	float: left;
}
.incut h3 {
	font-size: 36px;
	line-height: 1.1em;
	padding: 0 0 18px;
}
.incut form {
	float: left;
	width: 333px;
}
.incut form input {
	width: 300px;
	margin-bottom: 11px;
}
.incut form p {
	font-size: 14px;
	line-height: 1.3em;
	color: #2a2a2a;
}
.incut form p img {margin-right: 6px;}
.incut form button, a#btn2 {
	font-size: 18px;
	width: 322px;
	margin: 3px 0 11px;
}
.incut form button {
	height: 50px;
}

/* S E P A R A T O R */

.incut .wrap2 {
	float: right;
	margin: 109px 22px 0 0;
}
.incut .wrap2 p:first-child {
	font-size: 30px;
	line-height: 1.2em;
}
.incut .wrap2 h4 {
	font-size: 36px;
	line-height: 1.2em;
}
.incut .wrap2 h4 + p {
	font-size: 14px;
	line-height: 2.6em;
	text-indent: 2px;
}


/*************************//*************************//*************************//*************************/
#box7 {
	background-color: #fff;
	padding: 44px 0;
}
#box7 .grid12 {
	position: relative;
	width: 960px;
	padding: 0;
}
#box7 .pic {
	position: absolute;
	left: 428px;
	top: 130px;
	width: 101px;
	height: 101px;
	border-radius: 111px;
	background: url('../img/pic5.png') center center no-repeat;
	background-color: #fff;
}
#box7 .col {
	width: 475px;
	min-height: 388px;
	border-radius: 10px;
}
#box7 .col-l {
	background-color: #b70a0a;
	float: left;
}
#box7 .col-r {
	background-color: #4e8a08;
	float: right;
}
#box7 .col h3 {
	font-size: 28px;
	line-height: 1.3em;
	color: #fff;
	padding: 22px 33px 11px 48px;
}
#box7 .col-r h3 {padding-left: 92px;}
#box7 .col-r ul {margin-left: 44px;}
#box7 .col ul li {margin-bottom: 11px;}
#box7 .col ul li img {
	float: left;
	margin: 6px 0 0 18px;
}
#box7 .col ul li p {
	font-size: 22px;
	line-height: 1.2em;
	color: #fff;
	padding: 0 33px 0 48px;
}


/*************************//*************************//*************************//*************************/
#box8 {
	background-color: #0652bb;
	padding: 44px 0;
}
#box8 h3 {
	text-align: center;
	font-size: 48px;
	line-height: 1.1em;
	color: #fff;
	padding-bottom: 44px;
	letter-spacing: 1px;
}
#box8 ul {
	text-align: center;
	margin: 0 -55px;
}
#box8 ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 189px;
}
#box8 ul li p {
	font-size: 14px;
	line-height: 1.3em;
	color: #fff;
	padding: 28px 11px 8px;
}
#box8 ul li .sep {
	position: absolute;
	top: 43px;
	right: -32px;
	width: 64px;
	height: 1px;
	background-color: #83a9dd;
}


/*************************//*************************//*************************//*************************/
#box9 {
	height: 694px;
	background: url('../img/bg7.jpg') center top no-repeat;
	border-bottom: 1px solid #dcdcdc;
}
#box9 h3 {
	font-size: 48px;
	line-height: 1.1em;
	padding: 111px 0 33px;
}
#box9 ul {width: 500px;}
#box9 ul li {margin-bottom: 22px;}
#box9 ul li img {float: left;}
#box9 ul li p {
	font-size: 24px;
	line-height: 1.3em;
	margin-left: 44px;
}


/*************************//*************************//*************************//*************************/
#box10 {
	background-color: #fff;
	padding: 44px 0;
}
#box10 h3 {
	font-size: 48px;
	line-height: 1.3em;
	text-align: center;
	padding-bottom: 11px;
}
#box10 .item {
	overflow: hidden;
	padding: 28px 0;
	border-bottom: 1px solid #dcdcdc;
}
#box10 .item:last-child {border: none;}
#box10 .item .doc {
	float: left;
	width: 179px;
	height: 246px;
	border: 1px solid #ccc;
	transition: all 0.3s;
}
#box10 .item .doc:hover {border-color: #93282d;}
#box10 .item .doc img {
	display: inline-block;
	width: 179px;
	height: 246px;
}
#box10 .item .wrap {margin-left: 211px;}
#box10 .item h4 {
	font-size: 24px;
	line-height: 1.3em;
}
#box10 .item .cap {
	font-size: 14px;
	line-height: 1.3em;
	padding-bottom: 11px;
}
#box10 .item .txt {
	font-size: 18px;
	line-height: 1.3em;
}


/*************************//*************************//*************************//*************************/
#box11 {
	background-color: #fff;
	padding: 11px 0 55px;
}
#box11 h3 {
	font-size: 48px;
	line-height: 1.3em;
	text-align: center;
	padding-bottom: 28px;
}
#box11 ul {text-align: center;}
#box11 ul li {
	display: inline-block;
	vertical-align: top;
	margin: 8px 18px;
}


/*************************//*************************//*************************//*************************/
#box12 {background-color: #0652bb;}
#box12 .grid12 {
	padding: 55px 0;
	overflow: hidden;
}
#box12 p:first-child {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1.3em;
	color: #fff;
	font-style: italic;
	padding-bottom: 44px;
}
#box12 img {float: left;}
#box12 .wrap {
	margin: 44px 0 0 388px;
	width: 433px;
}
#box12 h3 {
	font-size: 48px;
	line-height: 1.3em;
	color: #fff;
}
#box12 p {
	font-size: 33px;
	line-height: 1.3em;
	color: #fff;
	padding-top: 22px;
}


/*************************//*************************//*************************//*************************/
#box13 {
	height: 555px;
	background-color: grey;
	position: relative;
}
#box13 .grid12 {
	position: absolute;
	height: 1px;
	top: 0;
	left: 50%;
	margin-left: -470px;
}
#box13 .wrap {
	width: 366px;
	position: absolute;
	top: 88px;
	left: 22px;
	background: url('../img/ptrn3.png');
	width: 366px;
	border-radius: 8px;
	padding: 44px;
}
#box13 p {
	font-size: 24px;
	line-height: 1.1em;
	padding-bottom: 18px;
}
#box13 p a {
	color: #2d2d2d;
	transition: all 0.2s;
}
#box13 p a:hover {color: #93282d;}
#box13 h3 {
	font-size: 36px;
	line-height: 1.3em;
	padding-bottom: 8px;
}
#box13 .map {margin-top: -1px;}


/*************************//*************************//*************************//*************************/
.footer {
	background-color: #fff;
	padding: 44px 0 88px;
}
.footer .grid12 {overflow: hidden;}
.footer img {
	float: left;
	margin-right: 122px;
}
.footer p {
	font-size: 18px;
	line-height: 1.3em;
	float: left;
}
.footer .dev {
	float: right;
	font-size: 18px;
	line-height: 1.3em;
}
.footer .dev a {
	color: #990000;
	transition: all 0.2s;
}
.footer .dev a:hover {color: #2d2d2d;}
