@import url(http://fonts.googleapis.com/css?family=Roboto:400italic,700,400&subset=cyrillic);
* {
	max-height: 30000px;
}
body {
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	min-width: 1020px;
	font: 14px/24px 'PT Sans', Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff;
} 
:-moz-placeholder {
	color: #333;
}
::-moz-placeholder {
	color: #333;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #333;
}
::-webkit-input-placeholder {
	color: #333;
}
.error:-moz-placeholder {
	color: #f00;
}
.error::-moz-placeholder {
	color: #f00;
}
.error:-ms-input-placeholder {
	color: #f00;
}
.error::-webkit-input-placeholder {
	color: #f00;
}
.error {
	color: #f00;
	border-color: #f00 !important;
}
.error input {
	color: #f00;
	border-color: #f00 !important;
}
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
textarea:focus:-moz-placeholder {
	color: transparent;
}
textarea:focus::-moz-placeholder {
	color: transparent;
}
img {
	border-style: none;
}
input,
textarea {
	outline: none;
}
a {
	text-decoration: underline;
	color: #1e90ff;
}
a:hover {
	text-decoration: none;
}
input,
textarea,
select {
	font: 100% arial, sans-serif;
	vertical-align: middle;
	color: #000;
	overflow: auto;
}
label {
	vertical-align: middle;
}
button,
input {
	width: auto;
	overflow: visible;
}
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
	font-weight: bold;
}
h1 {
	font-weight: normal;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 90%;
}
i,
cite,
em,
var,
dfn,
address {
	font-style: italic;
}
u,
ins {
	text-decoration: underline;
}
s,
strike,
del {
	text-decoration: line-through;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}
th,
td {
	border: 1px solid #ccc;
	padding: 10px 20px;
	vertical-align: top;
	text-align: center;
}
th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}
ul li,
ol li {
	list-style-position: inside;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
	border: 1px solid #ccc;
	padding: 3px 10px;
	line-height: normal;
	background: #fff;
}
input[type="text"]:focus,
textarea:focus {
	-webkit-box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
}
textarea {
	border: 1px solid #ccc;
	padding: 5px 10px;
	line-height: 22px;
	background: #fff;
	resize: vertical;
	width: 100%;
	resize: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper {
	width: 100%;
	overflow: hidden;
}
.w1 {
	width: 1000px;
	margin: 0 auto;
}
body.home #header {
	background: url("../images/header-bg.jpg") no-repeat 50% 0;
	margin: 0 -9999px;
	padding: 0 9999px 680px;
	position: relative;
}
#header > a{
	display: none;
}
body.home #header > a{
	position: absolute;
	top: 60%;
	left: 50%;
	display: block;
	background: url("../images/arrow-decor.png") no-repeat scroll 50% 50%;
	width: 100px;
	height: 100px;
	margin: -25px 0 0 -80px;
}
body.home #header > a:hover{
	-webkit-animation:animateHeart 2.5s infinite;
	animation:animateHeart 2.5s infinite;
}
@-webkit-keyframes animateHeart{
	0%{
		-webkit-transform:scale(0.9);
	}
	5%{
		-webkit-transform:scale(1.1);
	}
	10%{
		-webkit-transform:scale(1);
	}
	15%{
		-webkit-transform:scale(1.2);
	}
	50%{
		-webkit-transform:scale(0.9);
	}
	100%{
		-webkit-transform:scale(0.9);
	}
}
@keyframes animateHeart{
	0%{
		-webkit-transform:scale(0.9);
	}
	5%{
		-webkit-transform:scale(1.1);
	}
	10%{
		-webkit-transform:scale(1);
	}
	15%{
		-webkit-transform:scale(1.2);
	}
	50%{
		-webkit-transform:scale(0.9);
	}
	100%{
		-webkit-transform:scale(0.9);
	}
}
#header .top-holder {
	background: #333;
	margin: 0 -9999px;
	padding: 0 9999px;
	border-bottom: 1px solid #424242;
	-webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.5);
	box-shadow: 0 2px 0 rgba(255, 255, 255, 0.5);
	height: 36px;
}
#header .top-holder:after {
	content: '';
	display: block;
	clear: both;
}
.top-holder .top-nav {
	float: left;
}
.top-nav > ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 13px;
	line-height: 15px;
}
.top-nav > ul > li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border-top: 2px solid transparent;
}
.top-nav > ul > li.parent:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin: -2px 0 0 0;
	background: url("../images/arrow.png") no-repeat;
	width: 8px;
	height: 5px;
}
.top-nav > ul > li.parent > a {
	padding: 10px 15px 10px 5px;
}
.top-nav > ul > li > a {
	text-decoration: none;
	color: #fff;
	padding: 10px;
	display: block;
}
.top-nav > ul > li:hover,
.top-nav > ul > li.active {
	border-top: 2px solid #ed1c24;
}
.top-nav ul li:hover > a,
.top-nav li.active > a {
	color: #ccc;
}
li.parent{
	position:relative;
}
.top-nav > ul li{
	padding:0 20px ;
}
.top-nav > ul li.parent > ul {
	position: absolute;
	z-index: 100;
	list-style: none;
	width: 245px;
	font-size: 14px;
	line-height: 16px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	padding: 26px 0  23px;
	margin: 0 0 0 -16px;
	background-color:#fff;
	display: none;
}
.top-nav > ul > li.parent > ul{
	background:  url("../images/down-arrow.png") no-repeat 20% 0 #fff;
}
.top-nav > ul li.parent > ul ul{
	left:100%;
	top:0;
	padding-top:10px;
}
.top-nav > ul li.parent > ul ul:after{
	content: ' ';
	display: block;
	clear: both;
	position:absolute;
	border:6px solid transparent;
	width:0;
	height:0;
	border-left-color:#333;
	top:10px;
}
.top-nav > ul  li.parent > ul > li + li {
	margin: 18px 0 0 0;
}
.top-nav > ul  li.parent > ul > li > a {
	color: #333;
	text-decoration: none;
}
.top-nav > ul  li.parent > ul > li.active > a,
.top-nav > ul  li.parent > ul > li > a:hover {
	color: #1489e3;
	text-decoration: none;
	border-bottom: 1px solid #1489e3;
}
.top-nav > ul  li.parent:hover > ul {
	display: block;
}
.top-holder .language-list {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}
.language-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 15px;
	position: relative;
	border-top: 2px solid transparent;
	text-align: center;
}
.language-list li:first-child {
    order: 1;
}
.language-list li:last-child {
    display: none;
}
.language-list li:nth-child(3){
    order: 2;
}
.language-list li:after {
	content: '';
	position: absolute;
	right: -3px;
	top: 50%;
	margin: -13px 0 0 0;
	background: url("../images/language-border.jpg") repeat-y;
	width: 2px;
	height: 26px;
}
.language-list li a {
	color: #fff;
	display: block;
	height: 100%;
	padding: 10px;
	text-decoration: none;
}
.language-list li:hover {
	border-top: 2px solid #ed1c24;
}
.language-list li a:hover {
	color: #ccc;
	background: #474747;
}
.language-list li.active {
	background: #474747;
	border-top: 2px solid #ed1c24;
}
.language-list li.active a {
	color: #ccc;
}
#header .header-holder {
	overflow: hidden;
	padding: 22px 0 20px 170px;
}
.header-holder .phone-numbers {
	float: left;
	padding: 0;
	margin: 0 40px 0 0;
	list-style: none;
}
.header-holder .phone-numbers li {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 35px;
	color: #333;
	font-weight: bold;
}
.header-holder .call-back {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-weight: normal;
	margin: 0 48px 0 21px;
	color: #333;
	border-bottom: 1px dotted #333;
	font-size: 16px;
	line-height: 18px;
	cursor: pointer;
	padding: 8px 0 0 0;
}
.header-holder .phone-numbers li + li {
	margin: 0 0 0 32px;
}
.header-holder .call-back:before {
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	background: url("../images/icon-call.png") no-repeat;
	top: 50%;
	left: -21px;
	margin: -3px 0 0 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.header-holder .call-back:hover:before {
	-moz-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	-webkit-transform: rotate(300deg);
	-o-transform: rotate(300deg);
	transform: rotate(300deg);
}
.header-holder .search-form {
	float: right;
	position: relative;
}
.search-form input[type="text"] {
	padding: 0 35px 0 20px;
	height: 31px;
	font-style: italic;
	color: #333;
	font-size: 14px;
	line-height: 16px;
	width: 195px;
	border-radius: 20px;
	border: 2px solid #6c7781;
	background: transparent;
}
.search-form input[type="submit"] {
	position: absolute;
	background: url("../images/icon-search.png") no-repeat;
	width: 35px;
	height: 26px;
	top: 50%;
	right: 5px;
	margin: -14px 0 0 0;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}
.header-box {
	position: relative;
}
.header-box:after {
	content: '';
	display: block;
	clear: both;
}
.header-box .logo {
	position: absolute;
	text-indent: -9999px;
	background: url("../images/logo.png") no-repeat;
	width: 216px;
	height: 106px;
	top: -25px;
}
.logo:after {
	content: '';
	position: absolute;
	margin: 0 0 0 -9999px;
	padding: 0 0 0 9999px;
	background: url("../images/bg-menu.png") repeat;
	height: 48px;
	top: 25px;
	left: -34px;
}
.logo a {
	display: block;
	height: 100%;
}
#nav {
	background: url("../images/bg-menu.png") repeat;
	margin: 0 -9999px 0 0;
	padding: 0 9999px 0 0;
	float: right;
	width: 759px;
}
#nav ul {
	text-align: center;
	display: table;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 48px;
	font-size: 16px;
	line-height: 18px;
}
#nav ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	position: relative;
}
#nav ul li + li:after {
	content: '';
	position: absolute;
	background: url("../images/border-menu.jpg") no-repeat;
	left: 0;
	top: 50%;
	margin: -13px 0 0 0;
	width: 2px;
	height: 26px;
}
#nav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#nav ul li a:hover,
#nav ul li.active a {
	color: #333;
}
.contents .about-company {
	background: #f4f4f4 url("../images/about-company.jpg") no-repeat 50% 0;
	margin: 0 -9999px;
	padding: 60px 9999px 175px;
	position: relative;
}
.contents .about-company:after {
	content: '';
	position: absolute;
	background: url("../images/bg-footer-company.jpg") no-repeat;
	width: 2000px;
	height: 125px;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -1000px;
}
.about-company-holder {
	overflow: hidden;
	margin: 0 0 98px;
	background: url("../images/logo-content.png") no-repeat 90% 35%;
	padding: 0 345px 0 0;
}
.about-company-holder .page-title {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0;
}
.about-company-holder a {
	color: #ff0000;
	text-decoration: none;
	border-bottom: 1px solid #ff0000;
}
.about-company-holder a:hover {
	border-color: transparent;
}
.experience-list {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.experience-list li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 175px;
}
.experience-list li:hover img {
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
}
.experience-list li img {
	vertical-align: top;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	border: 1px solid #e0e0e0;
	margin: 0 0 18px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.experience-list li:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin: -33px 0 0 -36px;
	width: 70px;
	height: 46px;
	background: url("../images/shadow-experience.png") no-repeat;
}
.experience-list li span {
	display: block;
	width: 180px;
	font-size: 18px;
	line-height: 20px;
	color: #999;
}
.contents .recent-work {
	margin: -85px 0 0 0;
	position: relative;
	z-index: 100;
}
.recent-work .recent-work-holder {
	overflow: hidden;
	padding: 20px 0;
}
.recent-work-box {
	overflow: hidden;
	padding: 20px 0 0 0;
}
.recent-work .screen {
	float: right;
	width: 506px;
	display: block;
	background: url("../images/shadow.png") no-repeat 50% 100%;
	padding: 0 0 70px;
	margin: 1px;
}
.recent-work .screen img {
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
	border-radius: 30px;
	vertical-align: top;
}
.recent-work-box .tabset1 {
	padding: 0;
	margin: 0;
	list-style: none;
}
.recent-work-box .tabset1 li {
	font-size: 16px;
	line-height: 18px;
}
.recent-work-box .tabset1 li a {
	text-decoration: none;
	color: #333;
}
.recent-work-box .tabset1 li a.active,
.recent-work-box .tabset1 li a:hover {
	color: #d24a34;
	border-bottom: 1px solid #d24a34;
}
.recent-work-box .tabset1 li + li {
	margin: 21px 0 0 0;
}
.recent-work .screen a {
    display: none;
}
.recent-work .screen a.active {
    display: block;
}
.title-partners {
	display: block;
	border-left: 6px solid #ff0000;
	font-size: 28px;
	line-height: 34px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	color: #999;
	margin: 0 0 45px;
}
.contents .partners {
	background: #f4f4f4 url("../images/bg-partners.jpg") no-repeat 50% 0;
	margin: 0 -9999px;
	padding: 180px 9999px 308px;
	position: relative;
}
.contents .partners:after {
	content: '';
	position: absolute;
	background: url("../images/bg-footer-partners.jpg") no-repeat 50% 0;
	width: 2000px;
	height: 308px;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -1000px;
}
.partners .partners-list {
	padding: 0;
	margin: 0 0 55px;
	text-decoration: none;
	text-align: center;
}
.partners .partners-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 20px;
}
.partners .partners-list img {
	vertical-align: middle;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	max-width: 145px;
	max-height: 95px;
}
.partners a {
	text-decoration: none;
	color: #f6684d;
	border-bottom: 1px solid #f6684d;
}
.partners a:hover {
	border-color: transparent;
}
#footer {
	border-top: 4px solid #666;
	background: #333;
	margin: 0 -9999px;
	padding: 40px 9999px 0;
	position: relative;
}
#footer .footer-columns {
	padding: 0 0 20px;
}
.footer-columns .info-column {
	width: 175px;
	display: inline-block;
	vertical-align: top;
	margin: 0 85px 0 0;
}
.footer-columns .title-column {
	display: block;
	font-size: 20px;
	line-height: 22px;
	color: #e00b0b;
	border-bottom: 1px solid #000;
	padding: 0 0 9px;
	margin: 0 0 19px;
}
.info-column ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	line-height: 24px;
}
.info-column ul li a {
	text-decoration: none;
	color: #fff;
}
.info-column ul li.active a,
.info-column ul li a:hover {
	text-decoration: none;
	color: #f6684d;
	border-bottom: 1px solid #f6684d;
}
.footer-columns .contacts-column {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}
.contacts-column ul {
	padding: 0 0 0 31px;
	margin: 0 0 13px;
	list-style: none;
	position: relative;
}
.contacts-column ul:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin: -18px 0 0 0;
	background: url("../images/sprite.png") no-repeat 0 0;
	width: 21px;
	height: 36px;
}
.contacts-column ul li {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.contacts-column .working-time {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	padding: 0 0 0 31px;
	position: relative;
	margin: 0 0 13px;
}
.contacts-column span:before,
.contacts-column address:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
}
.contacts-column .working-time:before {
	margin: -9px 0 0 0;
	background: url("../images/sprite.png") no-repeat -34px 0;
	width: 21px;
	height: 18px;
}
.contacts-column .email {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	padding: 0 0 0 31px;
	position: relative;
	margin: 0 0 13px;
}
.contacts-column .email:before {
	margin: -7px 0 0 0;
	background: url("../images/sprite.png") no-repeat -62px 0;
	width: 24px;
	height: 15px;
}
.contacts-column address {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	padding: 0 0 0 31px;
	position: relative;
	font-style: normal;
}
.contacts-column address:before {
	left: 5px;
	top: 15px;
	margin: -10px 0 0 0;
	background: url("../images/sprite.png") no-repeat -92px 0;
	width: 14px;
	height: 20px;
}
#footer .footer-bottom {
	font-size: 13px;
	color: #999;
	line-height: 50px;
}
#footer .footer-bottom:after {
	content: '';
	display: block;
	clear: both;
}
.footer-bottom span {
	float: left;
}
#footer .dev {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	width: 165px;
	float: right;
}
#footer .dev a {
	color: #999;
	font-size: 13px;
	line-height: 18px;
	text-transform: none;
	position: relative;
	text-decoration: none !important;
	vertical-align: top;
	width: 153px;
	z-index: 1;
	display: block;
	padding: 8px 0 16px;
}
#footer .dev a:hover .devLogo {
	animation-name: tada;
	background-position: 100% -36px;
	-webkit-animation-name: tada;
}
#footer .dev span {
	color: #999;
	font-size: 13px;
	line-height: 18px;
	display: block;
	position: relative;
	margin: -16px 0 0;
}
.devLogo {
	animation-duration: 1s;
	animation-fill-mode: both;
	background: url(../images/bg-developer.png) no-repeat 100% 0;
	height: 36px;
	overflow: hidden;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	position: absolute;
	right: 0;
	top: 4px;
	width: 26px;
}
.footer-bottom .soc-net {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
.footer-bottom .soc-net li {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background: url("../images/sprite-soc-net.png") no-repeat;
	text-indent: -9999px;
	margin: 0 2px;
}
.footer-bottom .soc-net li a {
	display: block;
	height: 100%;
}
.footer-bottom .soc-net li.google {
	background-position: 0 0;
}
.footer-bottom .soc-net li.facebook {
	background-position: -28px 0;
}
.footer-bottom .soc-net li.vk {
	background-position: -57px 0;
}
.footer-bottom .soc-net li.vector-smart-object {
	background-position: -88px 0;
}
#footer .footer-holder {
	position: relative;
	padding: 0 0 0 265px;
}
#footer .footer-holder:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../images/footer-decoration.png") no-repeat;
	width: 203px;
	height: 288px;
}
.footer-holder .up-arrow {
	content: '';
	position: absolute;
	top: 50%;
	right: -110px;
	background: url("../images/up-arrow.png") no-repeat;
	width: 54px;
	height: 54px;
	margin: -41px 0 0 0;
}
.footer-holder .up-arrow:hover {
	opacity: .7;
}
#header {
	background: url("../images/bg-new-page.png") no-repeat 50% 0;
	margin: 0 -9999px;
	padding: 0 9999px;
}
.new-page {
	padding: 50px 0 0 0;
	text-align: center;
    min-height:370px;
}
#dp_swf_engine{ 
    padding:0 !important;
    margin:0 !important;
    height:0 !important;
    width:0 !important;
    display:none !important;
}
.new-page .title {
	display: inline-block;
	margin: 0 0 39px;
	font-size: 28px;
	line-height: 45px;
	color: #999;
	padding: 0 30px;
	border-bottom: 2px solid #ed1c24;
	text-transform: uppercase;
}
.new-page .page-container {
	background: #ffffff url("../images/bg-page.png") no-repeat 50% 0;
	margin: 0 -9999px;
	padding: 0 9999px 55px;
	text-align: left;
}
.page-container p {
	padding: 0;
	margin: 0;
}
h3 {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	text-transform: uppercase;
}
.explanation-box {
	margin: 0 0 70px;
	overflow: hidden;
}
.explanation-box img{
	border-radius:30px;
}
.new-page .main-page {
	float: left;
	margin: 0 25px 25px 0;
}
.slideshow-holder {
	position: relative;
	height: 300px;
	background: url("../images/shadow.png") no-repeat 50% 100%;
	padding: 70px 0;
	margin: 0 0 40px;
}
.slideshow-box {
	width: 800px;
	left: 50%;
	margin: 0 0 0 -400px;
	position: absolute;
}
.slideshow-holder .slide-box {
	position: absolute;
	width: 500px;
	left: 50%;
	margin: 0 0 0 -250px;
	height: 300px;
}
.slideshow-holder .slide-box a {
	display: block;
	position: absolute;
	z-index: 10;
}
.slideshow-holder .slide-box img {
	vertical-align: top;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
	border-radius: 30px;
}
.slideshow-holder .text-box {
	position: absolute;
	width: 500px;
	left: 50%;
	margin: 0 0 0 -250px;
	top: -35px;
}
.slideshow-holder .slide-title {
	font-size: 16px;
	line-height: 18px;
	color: #333;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}
.btn-prev,
.btn-next {
	width: 80px;
	height: 80px;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 1000;
	top: 50%;
	margin: -40px 0 0 0;
}
.btn-next {
	right: 0;
	background: url("../images/arrow-next.png") no-repeat;
}
.btn-prev {
	left: 0;
	background: url("../images/arrow-back.png") no-repeat;
}
.slide-text {
	position: relative;
	text-align: left;
}
.geography-holder {
	background: url("../data/bg-geography-works.jpg") no-repeat 50% 0;
	margin: 0 -9999px;
	padding: 0 9999px;
	position: relative;
}
.geography-box {
	position: relative;
}
.geography-box img {
	vertical-align: top;
}
.geography-holder span {
	background: #fff;
	width: 9px;
	height: 9px;
	cursor: pointer;
	border: 3px solid #000;
	display: block;
	border-radius: 100%;
	position: absolute;
}
.geography-holder span.active,
.geography-holder span:hover{
	border: 3px solid #09366d;
	background: #09366d;
}
.geography-holder span.active em,
.geography-holder span:hover em{
	display: block;
}
.geography-holder span em {
	width: 227px;
	background: url("../data/bg-circle.png") no-repeat;
	margin: 20px 0 0 -220px;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	color: #ed1c24;
	text-transform: uppercase;
	font-style: normal;
	padding: 14px 10px 10px;
	display: none;
	position: relative;
	z-index: 10;
}
.geography-holder span em a {
	font-size: 14px;
	line-height: 16px;
	color: #397aca;
	display: block;
	text-transform: none;
	padding: 10px 0 0 0;
}
.alertW .title {
	display: block;
	text-align: center;
	margin: 0 0 30px;
	position: relative;
	font-size: 18px;
	line-height: 20px;
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
}
.alertW {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
	cursor: pointer;
	display: none;
}
.alertW .row {
	margin: 0 0 20px;
}
.alertW .row-box {
	text-align: center;
}
.alertW form {
	background: #fff;
	padding: 44px 45px 32px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	position: relative;
	width: 380px;
	z-index: 1500;
	margin: 50px auto 0;
	display: block;
	color: #242423;
	-webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 50px rgba(255, 255, 255, 0.5);
}
.closeCForm {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 10px;
	height: 10px;
	background: url('../images/cl.png') no-repeat;
	cursor: pointer;
}
.alertW input[type="text"] {
	outline: none !important;
	padding: 5px 8px;
	width: 100%;
	height: 42px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-style: italic;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.callback-form .row textarea {
	font-style: italic;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.alertW input[type="submit"] {
	cursor: pointer;
	background: #fb6060;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fb6060 0%, #f85757 30%, #f04040 82%, #ee3b3b 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb6060), color-stop(30%, #f85757), color-stop(82%, #f04040), color-stop(100%, #ee3b3b));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fb6060 0%, #f85757 30%, #f04040 82%, #ee3b3b 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fb6060 0%, #f85757 30%, #f04040 82%, #ee3b3b 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fb6060 0%, #f85757 30%, #f04040 82%, #ee3b3b 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fb6060 0%, #f85757 30%, #f04040 82%, #ee3b3b 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb6060', endColorstr='#ee3b3b', GradientType=0);
	/* IE6-9 */
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 60px 17px;
	font-size: 20px;
	line-height: 22px;
	border-radius: 5px;
	border: 0;
	width: 215px;
	display: inline-block;
	vertical-align: top;
}
.alertW input[type="submit"]:hover {
	opacity: 0.8;
}
div.bg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url('../images/alert.png') scroll 0 0 repeat transparent;
	z-index: 1200;
}
@-webkit-keyframes tada {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	10%,
	20% {
		transform: scale(0.9) rotate(-3deg);
		-webkit-transform: scale(0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale(1.1) rotate(3deg);
		-webkit-transform: scale(1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		transform: scale(1.1) rotate(-3deg);
		-webkit-transform: scale(1.1) rotate(-3deg);
	}
	100% {
		transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
	}
}
@keyframes tada {
	0% {
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	10%,
	20% {
		-ms-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
		-webkit-transform: scale(0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
		-webkit-transform: scale(1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
		-webkit-transform: scale(1.1) rotate(-3deg);
	}
	100% {
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
	}
}
.honor-list {
	margin: 0;
	padding: 0;
}
.honor-list li {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 3px solid #fff;
}
.honor-list li img {
	height: auto;
	width: 300px;
	margin: -3px;
	vertical-align: top;
}
.honor-list li:nth-child(2n+1) {
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	transform: rotate(20deg);
}
.honor-list li:nth-child(2n-1) {
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.honor-list li:nth-child(3n) {
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.honor-list li:nth-child(2n) {
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
}
.honor-list li:hover {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.honor-list li:last-child {
	margin-top: -150px;
}
.tab-geo {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}
.tab-geo li {
	display: inline-block;
}
.tab-geo li a {
	font-size: 20px;
	color: #999;
	padding: 5px 10px;
	text-decoration: none;
}
.tab-geo li a.active {
	color: #1489e3;
}
.tab-geo li + li {
	border-left: 2px solid #ed1c24;
	margin-left: -2px;
}
.contactPage .rightside {
	padding: 0 15px;
	overflow: hidden;
}
.contactPage .rightside .imputBox label {
	width: 315px;
	display: block;
	float: left;
	margin-bottom: 14px;
}
.contactPage .rightside .imputBox label:first-child {
	margin-right: 14px;
}
.contactPage .rightside .imputBox label:first-child + label {
	float: right;
}
.row:after,
.row-box:after {
	content: '';
	display: block;
	clear: both;
}
.contactPage .rightside .textareaBox {
	margin-bottom: 25px;
}
.contactPage .rightside label {
	vertical-align: top;
	position: relative;
}
.contactPage .rightside label:after {
	color: #129be8;
	content: '*';
	font-size: 28px;
	position: absolute;
	top: 8px;
	left: 6px;
}
.contactPage .rightside input {
	height: 34px;
}
.contactPage .rightside textarea {
	height: 100px;
}
.contactPage .rightside input,
.contactPage .rightside textarea {
	width: 100%;
	padding-left: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contactPage .row-box {
	text-align: center;
	padding: 0;
}
.contactPage .row-box button {
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	line-height: normal;
	width: auto;
	display: inline-block;
	margin: 5px auto;
	padding: 0;
	position: relative;
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
}
.contactPage .row-box button:after {
	content: '';
	position: absolute;
	top: -4px;
	bottom: -4px;
	left: -4px;
	right: -4px;
	z-index: 0;
	background: #70A4CC;
}
.contactPage .row-box button span {
	color: #70A4CC;
	font-size: 18px;
	text-transform: uppercase;
	padding: 8px 18px;
	position: relative;
	z-index: 9;
	display: block;
	background: #fafafa;
}
.contactPage .row-box button:hover span {
	color: #fff;
	background: transparent;
}
.maps {
	border-top: 5px solid #99d5e6;
	margin: 35px -20px -65px;
}
.animate {
	-webkit-animation: flash 2s infinite;
	animation: flash 2s infinite;
}
.contactPage .contacts-column {
	float: left;
	width: 260px;
	margin-right: 50px;
}
.contactPage .contacts-column .rightside {
	overflow: hidden;
}
.contactPage .contacts-column ul li {
	color: inherit;
}
.contactPage .contacts-column span,
.contactPage .contacts-column address {
	color: inherit;
}
.contactPage .map {
	margin-top: 50px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
.success {
	color: #118004;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
}
#tab2.geography-holder img{
	margin: 2px 0 0 -2px;
}
