@charset "UTF-8";  
@font-face{
    font-family: 'ProximaNova';
    src: url('../fonts/proximanova-reg.eot');
    src: url('../fonts/proximanova-reg.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-reg.woff') format('woff'),
         url('../fonts/proximanova-reg.ttf') format('truetype'),
         url('../fonts/proximanova-reg.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'ProximaNova';
    src: url('../fonts/proximanova-regit.eot');
    src: url('../fonts/proximanova-regit.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regit.woff') format('woff'),
         url('../fonts/proximanova-regit.ttf') format('truetype'),
         url('../fonts/proximanova-regit.svg#proxima_novaregular_italic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face{
    font-family: 'ProximaNova';
    src: url('../fonts/proximanova-bold.eot');
    src: url('../fonts/proximanova-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-bold.woff') format('woff'),
         url('../fonts/proximanova-bold.ttf') format('truetype'),
         url('../fonts/proximanova-bold.svg#proxima_nova_rgbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family: 'ProximaNova';
    src: url('../fonts/proximanova-boldit.eot');
    src: url('../fonts/proximanova-boldit.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-boldit.woff') format('woff'),
         url('../fonts/proximanova-boldit.ttf') format('truetype'),
         url('../fonts/proximanova-boldit.svg#proxima_novabold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}
/* 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{
	font-style: italic;
	color: #020202;
	-webkit-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
::-moz-input-placeholder{
	font-style: italic;
	color: #020202;
	-moz-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
:-moz-input-placeholder{
	font-style: italic;
	color: #020202;
	-moz-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
:-ms-input-placeholder{
	font-style: italic;
	color: #020202;
	-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;
}
html, body{
	height: 100%;
}
body{
    font: 18px 'ProximaNova', Tahoma, Ubuntu, sans-serif;
	color: #020202;
	background: #fff url('../images/ajax-loader.gif') no-repeat center center fixed;
}
.white{
	color: #fff;
}
.blue{
	color: #006de7;
}
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: 32px;
	margin: 0;
	padding: 5px 12px 7px;
	font-size: 18px;
	line-height: normal;
	color: #020202;
	text-align: left;
	border: solid 1px #b0c2c8;
	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-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{
	border-color: #006de7;
}
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: #8dc63f;
}
textarea{
	height: 116px;
	text-align: left;
	resize: none;
}
span.error{
	color: #c9252c !important;
}
input.error,
textarea.error{
	color: #c9252c !important;
	border-color: #c9252c !important;
	background-image: url('../images/error.png') !important;
}
select.error{
	color: #c9252c !important;
	border-color: #c9252c !important;
}
[disabled]{
	cursor: not-allowed !important;
	opacity: 0.5 !important;
}
.button[disabled]{
	opacity: 1 !important;
	background: #ccc !important;
}
textarea,
textarea.error{
	padding-left: 10px !important;
	background-position: right 9px top 7px !important;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 50px;       
	margin: 0;
	padding: 13px 15px 17px;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0,0,0,0.25);
	white-space: nowrap;
	border: solid 2px #256eb2;
	background: #3897f0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.button:hover{
	background: #53abfe;
}
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='checkbox']+.radio,
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: url('../images/checkbox.png');
	-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']+.radio:after,
input[type='radio']+.input:after{
	content: url('../images/radio.png');
}
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;
}
.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: solid 1px #898989;
	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 40px;
	font-size: 32px;
}
.plaintext h1,
h1.title,
.title.big{
	font-size: 54px;
	font-weight: bold;
}
.plaintext hr{
	margin: 0 0 20px;
}
.plaintext a{
	color: #006de7;
}
.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 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,
.plaintext ol ul li{
	list-style: disc;
}
.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: '»';
}
/* off */

#up2top{
	opacity: 0.5;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 1002;
	left: 50%;
	bottom: 10px;
	margin-left: -19px;
	-webkit-transform: translate(0);
	-webkit-transition: 0.25s ease opacity;
	-moz-transition: 0.25s ease opacity;
	-o-transition: 0.25s ease opacity;
	transition: 0.25s ease opacity;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	filter: gray;
}
#up2top:hover{
	opacity: 1;
    -webkit-filter: none;
	filter: none;
}

#wrapper{
	overflow: hidden;
	min-width: 1002px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.inside{
	width: 100%;
	max-width: 1152px;
	margin: 0 auto;
	padding: 0 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
/* header */
header{
	position: fixed;
	z-index: 1001;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 39px;
	padding: 7px 0 0;
	font-size: 17px;
	white-space: nowrap;
	background: #fff;
}
header a:hover{
	color: #8dc63f;
}
header .img img{
	max-width: none;
	max-height: none;
}
.header > .td,
.nav .td,
.socials .td{
	width: 10000px;
}
.header .logo-td:first-child{
	width: 0;
}
.header .nav-td{
	padding: 0 16px 0 8px;
}
.header .search-td{
	width: 20000px;
}
.header .phone-td{
	width: 5000px;
}
.header .callback-td{
	width: 2500px;
}
.search input[type='text']{
	padding-right: 32px;
	font-size: 17px;
}
.search input[type='submit']{
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	border: 0 none;
	background: url('../images/search.png') no-repeat center center;
}
.search input[type='submit']:hover{
	background-image: url('../images/search-over.png');
}
.search input[type='submit']:hover+input[type='text']{
	border-color: #8dc63f;
}
.nav,
.phone,
.callback,
.socials{
	height: 32px;
}
.nav .active a{
	color: #8dc63f;
	text-decoration: none;
}
.nav .active a{
	cursor: default;
}
.socials .td{
	text-align: right;
}
.socials a:hover img{
	-webkit-filter: hue-rotate(-137deg) saturate(0.64) brightness(1.75);
	-moz-filter: hue-rotate(-137deg) saturate(0.64) brightness(1.75);
	-ms-filter: hue-rotate(-137deg) saturate(0.64) brightness(1.75);
	-o-filter: hue-rotate(-137deg) saturate(0.64) brightness(1.75);
	filter: hue-rotate(-137deg) saturate(0.64) brightness(1.75);
}
/* header off */

/* content */
main{
	padding: 46px 0 318px;
}
.main{
	height: 850px;
	background: url(../files/images/slide1.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.main.region{
	height: 480px;
	background: url(../files/images/slide2.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.main .plaintext{
	width: 50%;
	padding: 70px 0 0;
	line-height: 1.5;
}
.main .plaintext .link{
	font-size: 24px;
}
.main .plaintext .link img{
	margin: 0 10px 0 0;
	vertical-align: -7px;
}
.regalia{
	position: absolute;
	right: 0;
	top: 60px;
	width: 423px;
}
.regalia .table{
	z-index: 1;
	width: 283px;
	padding: 0 50px 10px 90px;
	height: 100px;
	font-size: 28px;
	line-height: 100%;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	background: url('../images/ribbon-orange.png') no-repeat left top;
}
.regalia li:nth-child(even) .table{
	background-image: url('../images/ribbon-pumpkin.png');
}
.regalia .td{
	width: 1000px;
	text-align: left;
}
.regalia .num{
	width: 0;
	padding: 4px 16px 0 0;
	font-size: 62px;
}
.regalia .txt{
	padding-bottom: 3px;
}
.regalia .dot{
	position: absolute;
	width: 200px;
	margin: 18px 0 0 90px;
	height: 0px;
	-webkit-box-shadow: 0 0 160px 50px #fff;
	-moz-box-shadow: 0 0 160px 50px #fff;
	box-shadow: 0 0 160px 50px #fff;
}
.regalia .desc{
	margin: 5px 45px 15px 90px;
	font-size: 15px;
	font-weight: bold;
	color: #4d5b6c;
}
.regalia .desc:before{
	position: absolute;
	margin: -4px 0 0 -10px;
	font-size: 20px;
	content: '*';
}
.regalia .desc a{
	display: inline-block;
	height: 16px;
	text-decoration: none;
	border-bottom: solid 1px #9daabb;
}
.regalia .desc a:hover{
	border-bottom-color: transparent;
}
.video{
	height: 297px;
	background: url('../files/images/video.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
video{
	opacity: 0;
}
video.active{
	opacity: 1;
}
.play{
	cursor: pointer;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	margin: -57px 0 0 -57px;
}
video.active+.play{
	pointer-events: none;
}
video.active+.play img{
	opacity: 0;
}
.play img:hover{
	-webkit-filter: brightness(1.1);
	-moz-filter: brightness(1.1);
	-ms-filter: brightness(1.1);
	-o-filter: brightness(1.1);
	filter: brightness(1.1);
}
.main-bottom{
	position: absolute;
	left: 0;
	top: 460px;
	width: 100%;
}
.main-bottom.region{
	position: static;
	left: auto;
	top: auto;
	width: auto;
	height: 340px;
	padding: 80px 0 0;
	background: url('../files/images/slide3.jpg') no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.main-icons .td{
	width: 10000px;
}
.main-icons li.td{
	width: 33%;
	padding: 0 60px;
	vertical-align: top;
}
.region .main-icons li.td{
	padding: 0 10px;
}
.open .main-icons li.td{
	padding: 0 40px;
}
.main-icons .img{
	width: 120px;
	height: 120px;
	border: solid 4px #fff;
}
.region .main-icons .img{
	width: 155px;
	height: 155px;
	border: 0 none;
}
.open .main-icons .img{
	width: 150px;
	height: 150px;
	border: 0 none;
}
.main-icons figcaption{
	margin: 26px 0 0;
}
.region .main-icons figcaption{
	margin: 10px 0 0;
}
.main-icons .num,
.main-icons .txt{
	display: block;
}
.region .main-icons .num,
.region .main-icons .txt{
	font-weight: bold;
}
.main-icons .num{
	font-size: 64px;
	white-space: nowrap;
}
.region .main-icons .num{
	font-size: 70px;
	line-height: 100%;
}
.region .main-icons .txt{
	font-size: 28px;
}
.open .main-icons .txt{
	line-height: 1.67;
}
.examples{
	padding: 70px 0;
	background: #fff;
}
.slider-box{
	overflow: hidden;
}
.examples .slider-box{
	padding: 0 18px;
}
.slider-box img{
	-webkit-backface-visibility: visible;
	-webkit-transform: none;
}
#item-slider{
	width: 10000px;
}
#item-slider li{
	width: 158px;
	height: 153px;
	padding: 0 10px;
}
.slider-nav{
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	margin: -17px 0 0;
	-webkit-filter: grayscale(1) brightness(0.44);
	-moz-filter: grayscale(1) brightness(0.44);
	-ms-filter: grayscale(1) brightness(0.44);
	-o-filter: grayscale(1) brightness(0.44);
	filter: grayscale(1) brightness(0.44);
}
.examples .slider-nav{
	top: 40px;
}
.slider-nav:hover{
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.slider-nav.prev{
	left: 0;
}
.slider-nav.next{
	right: 0;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: rotate(180deg);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.examples figure{
	display: inline;
}
.examples figure .img{
	width: 74px;
	height: 74px;
	margin: 0 0 10px;
	border: solid 3px #404040;
}
.examples figure:hover .img{
	border-color: #27aae1;
}
.examples figure .img img{
	-webkit-filter: grayscale(1) brightness(0.44);
	-moz-filter: grayscale(1) brightness(0.44);
	-ms-filter: grayscale(1) brightness(0.44);
	-o-filter: grayscale(1) brightness(0.44);
	filter: grayscale(1) brightness(0.44);
}
.examples figure:hover .img img{
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.examples figure a{
	text-decoration: none;
}
.examples figure:hover a{
	color: #27aae1;
}
.examples .txt{
	display: inline;
}
.efficiency{
	padding: 60px 0;
	background: #27aae1;
}
.efficiency table{
	width: 100%;
	height: 700px;
	table-layout: fixed;
}
.efficiency td{
	width: 50%;
	height: 50%;
	border: solid 1px #1e8dbc;
}
.efficiency td:first-child{
	border-left: 0 none;
}
.efficiency td:last-child{
	border-right: 0 none;
}
.efficiency tr:first-child td{
	border-top: 0 none;
}
.efficiency tr:last-child td{
	border-bottom: 0 none;
}
.efficiency .img{
	width: 1000px;
	height: 150px;
	vertical-align: bottom;
}
.efficiency .txt{
	margin: 20px 0 0;
}
.experience{
	padding: 70px 0;
	background: #fff;
}
.experience table{
	width: 100%;
}
.experience td:nth-child(odd){
	width: 140px;
}
.experience td:nth-child(even){
	line-height: 1.67;
	vertical-align: top;
}
.experience td:nth-child(3){
	padding-left: 60px;
}
.opinion{
	padding: 50px 0 70px;
	background: url('../images/reviews.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.review .name{
	font-size: 28px;
	margin: 20px 0;
}
.review .desc{
	font-style: italic;
	margin: 0 0 40px;
}
.personal{
	margin-right: -100px;
}
.personal .image img{
	border: solid 1px #d0b19e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.quote{
	width: 50%;
	margin: 15px 20% 40px 0;
	padding: 30px 40px;
	border: solid 1px #ffc773;
	background: #ffebcc;
	font-style: italic;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.quote:before{
	position: absolute;
	right: 100%;
	bottom: 15px;
	line-height: 0;
	content: url('../images/quote.png');
}
.personal .name{
	margin: 20px 0 10px;
	font-size: 20px;
}
.personal .desc{
	font-size: 14px;
}
.personal-contacts{
	padding: 30px 0 0;
}
.personal-contacts .table{
	width: auto;
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 1;
}
.personal-contacts .td{
	text-align: left;
}
.personal-contacts .td:first-child{
	padding-right: 10px;
}
.personal-contacts a:hover{
	color: #27aae1;
}
.personal-contacts img{
	-webkit-backface-visibility: visible;
	-webkit-transform: none;
	-webkit-filter: grayscale(1) brightness(0.44);
	-moz-filter: grayscale(1) brightness(0.44);
	-ms-filter: grayscale(1) brightness(0.44);
	-o-filter: grayscale(1) brightness(0.44);
	filter: grayscale(1) brightness(0.44);
}
.personal-contacts a:hover img{
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.open{
	padding: 70px 0;
	background: #fff;
}
.mobile{
	background: #fff;
}
.mobile .inside{
	padding: 70px 0;
	border-top: solid 1px #e1e1e1;
}
.mobile .left-part{
	width: 45%;
	margin: 0 0 0 10%;
}
.mobile .right-part{
	margin: 0 10% 0 0;
}
.mobile .left-part .title{
	line-height: 1;
}
.mobile .left-part .txt{
	margin: 0 0 30px;
	line-height: 1.67;
}
.download li{
	margin: 0 0 0 20px;
}
.download li:first-child{
	margin: 0;
}
.download li a:hover img{
	opacity: 0.75;
}
/* content off */

/* footer */
footer{
	min-width: 1002px;
	height: 237px;
	margin: -318px 0 0;
	padding: 80px 0 0;
	border-top: solid 1px #e7e7e7;
	background: #fff;
}
footer .left-part{
	text-align: left;
}
.logo-footer{
	margin: 0 0 50px;
}
.footer-socials{
	width: 170px;
}
.footer-socials .td{
	width: 10000px;
	text-align: left;
}
.footer-socials img{
	-webkit-backface-visibility: visible;
	-webkit-transform: none;
	max-width: none;
	max-height: none;
	-webkit-filter: grayscale(1) brightness(0.44);
	-moz-filter: grayscale(1) brightness(0.44);
	-ms-filter: grayscale(1) brightness(0.44);
	-o-filter: grayscale(1) brightness(0.44);
	filter: grayscale(1) brightness(0.44);
}
.footer-socials a:hover img{
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
footer .copy{
	margin: -4px 0 0;
	text-align: right;
}
.footer-nav ul{
	margin: -4px 0 0 50px;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
}
.footer-nav ul:first-child{
	margin-left: 0;
}
.footer-nav li{
	margin: 10px 0 0;
}
.footer-nav li:first-child{
	margin: 0;
}
/* footer off */

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

/* form */
.fancybox-lock{
	overflow: visible !important;
}
.form{
	padding: 80px 0;
	background: #fff;
}
.form form{
	position: relative;
	width: 350px;
	padding: 40px;
	border: solid 1px #256eb2;
	background: #3da1ff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.form form:after{
	position: absolute;
	left: 100%;
	bottom: 15px;
	line-height: 0;
	content: url('../images/form.png');
}
.form table{
	width: 100%;
}
.form .before-send td{
	padding: 20px 0 0;
}
.form .before-send tr:first-child td{
	padding: 0;
}
.form input{
	display: block;
	width: 100%;
}
.form input:not([type='submit']){
	height: 50px;
	border: 0 none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.form input::-webkit-input-placeholder{
	font-style: normal !important;
}
.form input::-moz-input-placeholder{
	font-style: normal !important;
}
.form input:-moz-input-placeholder{
	font-style: normal !important;
}
.form input::-ms-input-placeholder{
	font-style: normal !important;
}
.after-send{
	display: none;
}
.after-send .title{
	margin: 0;
	text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
/* form off */









/* eof */