@charset "UTF-8";  
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,menu,main{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
ul li,
menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
	/*text-rendering: optimizeLegibility;*/
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,textarea:focus,select:focus,button:focus{
	outline: none;
}
::-webkit-input-placeholder{
	color: #979797;
	-webkit-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
::-moz-input-placeholder{
	color: #979797;
	-moz-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
:-moz-input-placeholder{
	color: #979797;
	-moz-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
:-ms-input-placeholder{
	color: #979797;
	-ms-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.error::-webkit-input-placeholder{
	color: #c9252c !important;
}
.error:-moz-placeholder{
	color: #c9252c !important;
}
.error::-moz-placeholder{
	color: #c9252c !important;
}
.error:-ms-input-placeholder{
	color: #c9252c !important;
}
:focus::-webkit-input-placeholder,
.error:focus::-webkit-input-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus:-moz-placeholder,
.error:focus:-moz-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus::-moz-placeholder,
.error:focus::-moz-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
:focus:-ms-input-placeholder,
.error:focus:-ms-input-placeholder{
	text-indent: -100px;
	color: transparent !important;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover,
a[href^='tel']{
	text-decoration: none;
}
a[href^='tel']{
	color: inherit !important;
	text-decoration: none !important;
}
html, body{
	height: 100%;
}
body{
    font: 18px/1.55 Tahoma, Ubuntu, sans-serif;
	color: #353535;
	background: #fff url('../images/ajax-loader.gif') no-repeat center center fixed;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	display: inline-block;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 15px;
	font-size: 16px;
	line-height: 20px;
	color: #020202;
	text-align: left;
	border: solid 1px #d9d9d9;
	background: #fff url('../images/blank.png') no-repeat right 12px center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
select{
	cursor: pointer;
	padding: 0 30px 0 6px;
	background: #fff url('../images/select.png') no-repeat right 10px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
select::-ms-expand{
    display: none;
}
input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='search']:focus, input[type='url']:focus, input[type='time']:focus, textarea:focus, select:focus,
input[type='text']:hover, input[type='password']:hover, input[type='email']:hover, input[type='tel']:hover, input[type='number']:hover, input[type='search']:hover, input[type='url']:hover, input[type='time']:hover, textarea:hover, select:hover{
	border-color: #008aff;
}
textarea{
	height: 116px;
	text-align: left;
	resize: none;
}
span.error{
	color: #af251b !important;
}
input.error,
textarea.error{
	color: #af251b !important;
	border-color: #af251b !important;
	background-image: url('../images/error.png') !important;
}
select.error{
	color: #af251b !important;
	border-color: #af251b !important;
}
[disabled]{
	cursor: not-allowed !important;
	opacity: 0.5 !important;
}
textarea,
textarea.error{
	padding-left: 10px !important;
	background-position: right 12px top 16px !important;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 48px;       
	margin: 0;
	padding: 15px 30px 13px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #1a559c;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fff;
	white-space: nowrap;
	border: 0 none;
	background: rgb(252,252,252);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(232,232,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(232,232,232,1)));
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(232,232,232,1) 100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.button.redbg{
	color: #fff;
	text-shadow: none;
	background: rgb(198,21,27);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNjNjE1MWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNhNjEyMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(198,21,27,1) 25%, rgba(166,18,22,1) 75%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(198,21,27,1)), color-stop(75%,rgba(166,18,22,1)));
	background: -webkit-linear-gradient(top,  rgba(198,21,27,1) 25%,rgba(166,18,22,1) 75%);
	background: -o-linear-gradient(top,  rgba(198,21,27,1) 25%,rgba(166,18,22,1) 75%);
	background: -ms-linear-gradient(top,  rgba(198,21,27,1) 25%,rgba(166,18,22,1) 75%);
	background: linear-gradient(to bottom,  rgba(198,21,27,1) 25%,rgba(166,18,22,1) 75%);
}
.button:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.button:active{
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
}
.button[disabled]{
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
input[type='checkbox'],
input[type='radio']{
	display: none;
}
input[type='checkbox']+.input,
input[type='radio']+.input{
	width: 14px;
	height: 14px;
	margin: 0 8px 0 0;
	vertical-align: -3px;
	border: solid 1px #ccc;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
input[type='radio']+.input{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
input[type='checkbox']+.input:after,
input[type='radio']+.input:after{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -3px;
	content: '•';
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
input[type='checkbox']+.input.checkbox:after{
	margin: -5px 0 0 -4px;
}
input[type='checkbox']:checked+.input:after,
input[type='radio']:checked+.input:after{
	opacity: 1;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.radius{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.animate{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.delay{
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
	-webkit-perspective: 1000px !important;
	-moz-perspective: 1000px !important;
	-ms-perspective: 1000px !important;
	-o-perspective: 1000px !important;
	perspective: 1000px !important;
}
.hide,
.hidden,
.hidden .delay-in{
	opacity: 0;
}
.delay .delay-in{
	-webkit-perspective: 1000px !important;
	-moz-perspective: 1000px !important;
	-ms-perspective: 1000px !important;
	-o-perspective: 1000px !important;
	perspective: 1000px !important;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
@media only screen and (min-width: 1025px){ 
	.hidden,
	.hidden .delay-in{
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-ms-filter: blur(5px);
		-o-filter: blur(5px);
		filter: blur(5px);
	}
}
.delay .delay11,
.delay .delay21,
.delay .delay31,
.delay .delay41{
	-webkit-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.delay .delay12,
.delay .delay22,
.delay .delay32,
.delay .delay42{
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.delay .delay13,
.delay .delay23,
.delay .delay33,
.delay .delay43{
	-webkit-transition-delay: 0.45s;
	-moz-transition-delay: 0.45s;
	-o-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
.delay .delay14,
.delay .delay24,
.delay .delay34,
.delay .delay44{
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.delay .delay15,
.delay .delay25,
.delay .delay35,
.delay .delay45{
	-webkit-transition-delay: 0.75s;
	-moz-transition-delay: 0.75s;
	-o-transition-delay: 0.75s;
	transition-delay: 0.75s;
}
.delay .delay16,
.delay .delay26,
.delay .delay36,
.delay .delay46{
	-webkit-transition-delay: 0.9s;
	-moz-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.delay .delay17,
.delay .delay27,
.delay .delay37,
.delay .delay47{
	-webkit-transition-delay: 1.05s;
	-moz-transition-delay: 1.05s;
	-o-transition-delay: 1.05s;
	transition-delay: 1.05s;
}
.delay .delay18,
.delay .delay28,
.delay .delay38,
.delay .delay48{
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.delay .delay19,
.delay .delay29,
.delay .delay39,
.delay .delay49{
	-webkit-transition-delay: 1.35s;
	-moz-transition-delay: 1.35s;
	-o-transition-delay: 1.35s;
	transition-delay: 1.35s;
}
.hidden .delay11,
.hidden .delay12,
.hidden .delay13,
.hidden .delay14,
.hidden .delay15,
.hidden .delay16,
.hidden .delay17,
.hidden .delay18,
.hidden .delay19{
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}
.hidden .delay21,
.hidden .delay22,
.hidden .delay23,
.hidden .delay24,
.hidden .delay25,
.hidden .delay26,
.hidden .delay27,
.hidden .delay28,
.hidden .delay29{
	-webkit-transform: rotateY(30deg);
	-moz-transform: rotateY(30deg);
	-o-transform: rotateY(30deg);
	transform: rotateY(30deg);
}
.hidden .delay31,
.hidden .delay32,
.hidden .delay33,
.hidden .delay34,
.hidden .delay35,
.hidden .delay36,
.hidden .delay37,
.hidden .delay38,
.hidden .delay39{
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
}
.hidden .delay41,
.hidden .delay42,
.hidden .delay43,
.hidden .delay44,
.hidden .delay45,
.hidden .delay46,
.hidden .delay47,
.hidden .delay48,
.hidden .delay49{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-top: dashed 1px #e1e1e1;
	background: none;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
.caroufredsel_wrapper[style*='move']{
	cursor: url('../images/Move.cur'), auto !important;
}
/* off */

/* text */
.plaintext h1,
.plaintext h2,
.title{
	margin: 0 0 20px;
	font-size: 34px;
	font-weight: bold;
	line-height: 1;
}
.white .plaintext h1,
.white .plaintext h2,
.white .title{
	color: #fff;
}
.plaintext a{
	color: #008aff;
}
.plaintext p,
.plaintext img{
	margin: 0 0 20px;
}
.plaintext img{
	max-width: 100%;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 20px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 20px 20px !important;
}
.plaintext ol,
.plaintext ul{
	margin: 0 0 20px;
	padding: 0 0 0 17px;
}
.plaintext ol ol,
.plaintext ul ol,
.plaintext ul ol,
.plaintext ul ul{
	margin: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li:before,
.plaintext ol ul li:before{
	position: absolute;
	margin-left: -17px;
	content: '-';
}
.plaintext ul ul li{
	list-style: square;
}
.plaintext table{
	margin: 0 0 20px;
}
.plaintext table img{
	margin: 0;
}
.plaintext .table{
	margin: 0 0 20px;
}
.plaintext .table td{
	padding: 8px;
}
.plaintext .table th{
	padding: 8px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	background: #939598;
}
.plaintext .table tr:nth-child(even) td{
	background: #e7e7e8;
}
.plaintext .table tr:first-child td{
	color: #fff;
	background: #f26122;
}
.plaintext .table p{
	margin: 0;
}
.plaintext sup,
.plaintext sub{
	font-size: 0.7em;
	line-height: 100%;
	vertical-align: 4px;
}
.plaintext sub{
	vertical-align: -2px;
}
.plaintext > *:nth-last-child(2){
	margin-bottom: 0;
}
blockquote{
	position: relative;
	padding: 30px 60px;
	line-height: 1.6;
	background: #fff;
}
blockquote:before,
blockquote:after{
	font-family: 'Times New Roman', serif;
	position: absolute;
	font-size: 50px;
	line-height: 0;
	color: #25aaff;
}
blockquote:before{
	left: 30px;
	top: 38px;
	content: '«';
}
blockquote:after{
	right: 30px;
	bottom: 50px;
	content: '»';
}
.white{
	color: #fff;
}
.blue{
	color: #008aff;
}
.red{
	color: #af251b;
}
/* off */

#wrapper{
	overflow: hidden;
	min-width: 1002px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #f5f5f5;
}
.inside{
	width: 980px;
	margin: 0 auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
/* header */
header,
.what{
	height: 680px;
	padding: 15px 0 0;
	border-bottom: solid 5px #ababab;
	background: url('../images/bg.png') no-repeat center top, #fff url('../files/images/bg.jpg') no-repeat center bottom;
	-webkit-background-size: auto, cover;
	-moz-background-size: auto, cover;
	-ms-background-size: auto, cover;
	background-size: auto, cover;
}
.what{
	height: 553px;
	background: url('../images/bg-angle.png') no-repeat center top, #f5f5f5 url('../files/images/bg-angle.jpg') no-repeat center bottom;
	-webkit-background-size: 110% 86px, cover;
	-moz-background-size: 110% 86px, cover;
	-ms-background-size: 110% 86px, cover;
	background-size: 110% 86px, cover;
}
header .logo{
	margin: 5px 0 0;
}
header .desc{
	font-size: 12px;
	line-height: 1;
}
header .desc .head{
	font-size: 20px;
}
header .desc .main{
	overflow: hidden;
	height: 43px;
	margin: 6px -12px 0 0;
	font-size: 43px;
	text-align: justify;
	letter-spacing: 12px;
}
header .desc .head,
header .desc .main{
	font-weight: bold;
}
header .desc .head,
header .desc .main,
header .desc .bottom{
	display: block;
}
header .desc .main .fixxer{
	width: 100%;
}
header .desc .bottom{
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: solid 1px #d5d5d5;
}
header .logo img:hover,
.footer-logo img:hover{
	opacity: 0.75;
}
.nav-box{
	z-index: 1005;
	margin: 24px auto 0;
	padding: 0 0 66px;
}
.nav{
	position: absolute;
	left: 50%;
	top: 0;	
	width: 980px;
	margin: 0 0 0 -490px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
	-webkit-transform: translate3d(0,0,0) scale(1.0,1.0);
}
.nav.fixed{
	position: fixed;
}
.nav.fixed .table{
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.nav .table{
	padding: 0 0 3px;
	background: rgb(167,167,167);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNhN2E3YTciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzMSUiIHN0b3AtY29sb3I9IiM4ODg4ODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MiUiIHN0b3AtY29sb3I9IiM5ZDlkOWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NCUiIHN0b3AtY29sb3I9IiM4YjhiOGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MiUiIHN0b3AtY29sb3I9IiM4YThhOGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(167,167,167,1) 10%, rgba(136,136,136,1) 31%, rgba(157,157,157,1) 52%, rgba(139,139,139,1) 74%, rgba(138,138,138,1) 92%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(167,167,167,1)), color-stop(31%,rgba(136,136,136,1)), color-stop(52%,rgba(157,157,157,1)), color-stop(74%,rgba(139,139,139,1)), color-stop(92%,rgba(138,138,138,1)));
	background: -webkit-linear-gradient(top,  rgba(167,167,167,1) 10%,rgba(136,136,136,1) 31%,rgba(157,157,157,1) 52%,rgba(139,139,139,1) 74%,rgba(138,138,138,1) 92%);
	background: -o-linear-gradient(top,  rgba(167,167,167,1) 10%,rgba(136,136,136,1) 31%,rgba(157,157,157,1) 52%,rgba(139,139,139,1) 74%,rgba(138,138,138,1) 92%);
	background: -ms-linear-gradient(top,  rgba(167,167,167,1) 10%,rgba(136,136,136,1) 31%,rgba(157,157,157,1) 52%,rgba(139,139,139,1) 74%,rgba(138,138,138,1) 92%);
	background: linear-gradient(to bottom,  rgba(167,167,167,1) 10%,rgba(136,136,136,1) 31%,rgba(157,157,157,1) 52%,rgba(139,139,139,1) 74%,rgba(138,138,138,1) 92%);
	-webkit-box-shadow: inset 0 6px 0 #b2b2b2, inset 0 -3px 0 #767676;
	-moz-box-shadow: inset 0 6px 0 #b2b2b2, inset 0 -3px 0 #767676;
	box-shadow: inset 0 6px 0 #b2b2b2, inset 0 -3px 0 #767676;
}
.nav .table,
.nav .td{
	height: 63px;
	text-decoration: none;
}
.nav .td{
	width: 10000px;
}
.nav li{
	padding: 0 1px;
}
.nav li:before,
.nav li:after{
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	content: ' ';
}
.nav li:before{
	left: 0;
	background: #cdcdcd;
}
.nav li:after{
	right: 0;
	background: #8a8a8a;
}
.nav li:first-child{
	padding-left: 0;
}
.nav li:first-child:before{
	content: none;
}
.nav li:last-child{
	padding-right: 0;
}
.nav li:last-child:after{
	content: none;
}
.nav .td .td{
	padding: 0 12px;
	text-align: left;
}
.nav .td:first-child .td{
	padding-left: 36px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.nav .td:last-child .td{
	padding-right: 36px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.nav.fixed .td:first-child .td{
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
}
.nav.fixed .td:last-child .td{
	-webkit-border-radius: 0 0 4px 0;
	-moz-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;
}
.nav a:hover,
.nav a.active{
	background: rgb(198,21,27);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNjNjE1MWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNhNjEyMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(198,21,27,1) 25%, rgba(166,18,22,1) 75%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(198,21,27,1)), color-stop(75%,rgba(166,18,22,1)));
	background: -webkit-linear-gradient(top,  rgba(198,21,27,1) 25%,rgba(166,18,22,1) 75%);
	background: -o-linear-gradient(top,  rgba(198,21,27,1) 25%,rgba(166,18,22,1) 75%);
	background: -ms-linear-gradient(top,  rgba(198,21,27,1) 25%,rgba(166,18,22,1) 75%);
	background: linear-gradient(to bottom,  rgba(198,21,27,1) 25%,rgba(166,18,22,1) 75%);
	-webkit-box-shadow: 0 3px 0 #940d10;
	-moz-box-shadow: 0 3px 0 #940d10;
	box-shadow: 0 3px 0 #940d10;
}
.nav a.active{
	cursor: default;
}
header .title{
	margin: 21px 0 20px;
	font-size: 30px;
}
.header-bottom{
	padding: 72px 0 0;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.15;
}
.header-bottom .question > *{
	display: block;
	font-weight: bold;
}
.header-bottom .question .part2{
	padding: 10px 0 50px;
	font-size: 52px;
}
.header-bottom p{
	padding: 0 0 20px;
}
.header-bottom p:last-child{
	padding: 0;
}
/* header off */

/* content */
main{
	padding: 30px 0 574px;
}
.section{
	padding: 30px 0 0;
}
#about.section{
	padding-top: 0;
}
#about.plaintext{
	font-size: 22px;
}
.x-block{
	height: 422px;	
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	background: url('../images/x.png') no-repeat center center;
	-webkit-background-size: 100% 422px;
	-moz-background-size: 100% 422px;
	-ms-background-size: 100% 422px;
	background-size: 100% 422px;
}
.x-block .inside{
	padding: 118px 0 0;
}
.x-block .title{
	font-size: 40px;
	line-height: normal;
}
.video{
	line-height: 1.25;
	background: url('../images/flags.png') no-repeat center bottom;
}
#payment{
	background: url('../images/flags.png') no-repeat center bottom, url('../images/payment.png') no-repeat center top;
	-webkit-background-size: auto, 100% 547px;
	-moz-background-size: auto, 100% 547px;
	-ms-background-size: auto, 100% 547px;
	background-size: auto, 100% 547px;
}
.video .title,
.yt h3{
	font-size: 30px;
	font-weight: bold;
}
.video p{
	font-size: 24px;
	font-weight: bold;
}
.video .inside{
	padding: 50px 0 0;
}
.yt,
.story,
.block{
	padding: 20px 0 32px;
	border: solid 1px #e2e2e2;
	background: #fff;
	-webkit-box-shadow: 0 3px 0 #cdcdcd;
	-moz-box-shadow: 0 3px 0 #cdcdcd;
	box-shadow: 0 3px 0 #cdcdcd;
}
.story{
	padding: 16px;
}
.yt .inline-block{
	width: 620px;
}
.yt h3{
	margin: 0 0 40px;
}
.what{
	margin-top: 3px;
	margin-bottom: 85px;
}
.what .title{
	padding: 106px 0 0;
	font-size: 39px;
	white-space: nowrap;
}
.what-table{
	font-size: 15px;
	font-weight: bold;
	table-layout: fixed;
}
.what-table td{
	width: 291px;
	padding: 7px 0 0;
	vertical-align: top;
}
.what-table td.img{
	padding: 20px 0 0;
	width: 398px;
}
.what-table td:last-child{
	text-align: right;
}
.what-table img{
	max-width: none;
	max-height: none;
	margin: 0 0 -45px;
}
.what-table h3{
	margin: 20px 0 0;
	font-size: 30px;
	font-weight: bold;
}
.what-table h3:first-child{
	margin: 0;
}
.what-table .redblock{
	padding: 3px 5px 5px;
	background: #af251b;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.what-table td:last-child .redblock{
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.story h2{
	font-size: 22px;
}
.story h2,
.story p,
.story table,
.story hr{
	margin: 0 0 10px;
}
.story img{
	margin: 0;
}
.story table{
	width: 100%;
}
.story table td{
	width: 50%;
	vertical-align: top;
}
#education{
	padding: 60px 0;
}
#education .title{
	padding: 0 0 20px;
	font-size: 40px;
	line-height: 1.15;
}
.edu-list{
	table-layout: fixed;
}
.edu-list .td{
	width: 25%;
	vertical-align: top;
}
.edu-list .txt{
	padding: 10px 20px 0;
}
.edu-list:before{
	position: absolute;
	left: 10%;
	top: 73px;
	width: 80%;
	height: 0;
	content: ' ';
	border-top: dashed 3px #e1e1e1;
}
.format{
	margin: 85px 0 0;
	padding: 1px 0;
	background: #ebebeb;
}
.format:before{
	position: absolute;
	width: 100%;
	height: 85px;
	margin: -85px 0 0;
	content: ' ';
	background: url('../images/angle-top.png') no-repeat center bottom;
	-webkit-background-size: 100% 85px;
	-moz-background-size: 100% 85px;
	-ms-background-size: 100% 85px;
	background-size: 100% 85px;
}
.format .title{
	position: relative;
	margin: -30px 0 30px;
	font-size: 40px;
}
.block{
	padding: 15px 15px 25px;
}
.block h3{
	margin: 0 0 20px;
	padding: 5px 0 7px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: rgb(153,153,153);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiM5OTk5OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiM1MTUxNTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(153,153,153,1) 25%, rgba(81,81,81,1) 75%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(153,153,153,1)), color-stop(75%,rgba(81,81,81,1)));
	background: -webkit-linear-gradient(top,  rgba(153,153,153,1) 25%,rgba(81,81,81,1) 75%);
	background: -o-linear-gradient(top,  rgba(153,153,153,1) 25%,rgba(81,81,81,1) 75%);
	background: -ms-linear-gradient(top,  rgba(153,153,153,1) 25%,rgba(81,81,81,1) 75%);
	background: linear-gradient(to bottom,  rgba(153,153,153,1) 25%,rgba(81,81,81,1) 75%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 0 #767676;
	-moz-box-shadow: 0 3px 0 #767676;
	box-shadow: 0 3px 0 #767676;
}
.block h4{
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: bold;
	color: #af251b;
}
.block hr{
	margin: 0 0 20px;
}
.note{
	margin: -10px 0 40px;
	padding: 5px 0 7px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.25;
	background: #af251b;
	-webkit-box-shadow: 0 3px 0 #cdcdcd;
	-moz-box-shadow: 0 3px 0 #cdcdcd;
	box-shadow: 0 3px 0 #cdcdcd;
}
.note:last-child{
	margin-bottom: 0;
}
.note .big{
	font-size: 30px;
}
.note .small{
	font-size: 18px;
	font-weight: normal;
}
#reviews{
	position: relative;
	z-index: 1;
	height: 800px;
	padding: 120px 0 0;
	background: url('../images/reviews.png') no-repeat center top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-size: 106% 800px;
	-moz-background-size: 106% 800px;
	-ms-background-size: 106% 800px;
	background-size: 106% 800px;
}
#reviews .title{
	font-size: 40px;
	line-height: 1.15;
}
.reviews-list{
	padding: 60px 0 40px;
}
.reviews-list li{
	width: 230px;
	margin: 20px 0 0 20px;
	padding: 10px 14px 20px;
	border: solid 1px #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reviews-list li:nth-child(4n+1){
	margin-left: 0;
}
.reviews-list li:nth-child(4n){
	margin-right: -20px;
}
.reviews-list .img{
	margin: -73px 0 10px;
}
.reviews-list .txt,
.reviews-list .name{
	font-size: 16px;
	text-align: left;
}
.reviews-list .txt{
	margin: 0 0 20px;
}
.reviews-list .bg{
	position: absolute;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: #b72b21;
}
.reviews-list .name{
	position: relative;
	z-index: 1;
	padding: 10px 0;
}
.reviews-list .name .desc{
	font-size: 14px;
}
.team .title{
	font-size: 40px;
}
#payment{
	margin-top: -100px;
	padding: 140px 0 0;
}
/* content off */

/* footer */
footer{
	min-width: 1002px;
	height: 524px;
	margin: -614px 0 0;
	padding: 90px 0 0;
	font-size: 11px;
	line-height: 1.45;
	color: #979797;
	background: url('../files/images/bottom.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: inset 0 -5px 0 #ababab;
	-moz-box-shadow: inset 0 -5px 0 #ababab;
	box-shadow: inset 0 -5px 0 #ababab;
}
footer .title{
	font-size: 40px;
	line-height: 1.15;
}
footer h3{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.15;
	color: #fff;
}
footer .top{
	height: 194px;
}
footer .inside{
	height: 330px;
}
footer .inside > .td{
	width: 176px;
	vertical-align: bottom;
}
footer .inside > .middle{
	width: 628px;
}
.copy,
.dev{
	text-align: left;
	padding-bottom: 20px;
}
.dev{
	text-align: right;
}
.dev .txt{
	padding-left: 10px;
	text-align: left;
}
.dev a{
	text-decoration: none;
}
.dev a:hover{
	text-decoration: underline;
}
/* footer off */

iframe{
	border: 0 none !important;
	outline: 0 none !important;
}

/* form */
.form{
	padding: 16px 0 20px !important;
	background: #e8e8e8;
	-webkit-box-shadow: 0 3px 0 #cdcdcd;
	-moz-box-shadow: 0 3px 0 #cdcdcd;
	box-shadow: 0 3px 0 #cdcdcd;
}
.form .title{
	margin: 0;
	font-size: 40px;
}
.form .txt{
	font-size: 30px;
	font-weight: bold;
}
.form table{
	width: 100%;
	padding: 20px 0 0;
}
.form .before-send td{
	padding: 8px 8px 0;
}
.form .before-send tr:first-child td{
	padding-top: 0;
}
.form input:not([type='submit']),
.form textarea{
	display: block;
	width: 100%;
}
.form .button{
	margin: 16px 0 0;
}
.after-send{
	display: none;
}
.after-send .title{
	margin: 0;
	text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
/* form off */









/* eof */