label[for=email].error{
  display: none !important;
}


.modalWindow input[type=text]::-webkit-input-placeholder, text-area::-webkit-input-placeholder{ color:#666666 !important;}
.modalWindow input[type=text]::-moz-placeholder, text-area::-webkit-input-placeholder{ color:#666666 !important;}
.modalWindow input[type=text]:-moz-placeholder, text-area::-webkit-input-placeholder{ color:#666666 !important;}
.modalWindow input[type=text]:-ms-input-placeholder, text-area::-webkit-input-placeholder{ color:#666666 !important;}



input[type=text]::-webkit-input-placeholder, text-area::-webkit-input-placeholder{ color:#666666}
input[type=text]::-moz-placeholder, text-area::-webkit-input-placeholder{ color:#666666}
input[type=text]:-moz-placeholder, text-area::-webkit-input-placeholder{ color:#666666}
input[type=text]:-ms-input-placeholder, text-area::-webkit-input-placeholder{ color:#666666}

textarea::-webkit-input-placeholder, text-area::-webkit-input-placeholder{ color:#666666}
textarea::-moz-placeholder, text-area::-webkit-input-placeholder{ color:#666666}
textarea:-moz-placeholder, text-area::-webkit-input-placeholder{ color:#666666}
textarea:-ms-input-placeholder, text-area::-webkit-input-placeholder{ color:#666666}
input::-webkit-input-placeholder{  color:#666666}
input::-moz-placeholder{  color:#666666}
input:-moz-placeholder{  color:#666666}
input:-ms-input-placeholder{  color:#666666}
input:focus::-webkit-input-placeholder{  color:transparent}
input:focus::-moz-placeholder{  color:transparent}
input:focus:-moz-placeholder{  color:transparent}
input:focus:-ms-input-placeholder{  color:transparent}
form input[type=text].error{ border: 1px solid #dd2a1b}
.modalWindow form input[type=text].error{ border: 1px solid #dd2a1b}

body{
  font-family: 'Noto Sans', sans-serif;
  width: 100%;
}

a {
	color: #68aeff;
}

a:hover {
	color: #68aeff;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,p{
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

section{
	overflow-y: hidden;
}

section.height-fix {
	height: auto;
	min-height: 40vh;
}

section.height-fix.partners{
	min-height: 20vh;
}

section.height-fix.pre-contacts{
	height: auto;
    min-height: auto;
}

.toTop{
	position: fixed;
	bottom: 60px;
	right: 40px;
	display: none;
	z-index: 10000;
}

.toTop img {
	width: 40px;
	height: 40px;
}

.visibleTop {
	display: block;
    height: 40px;
    width: 40px;
    background-color: #3c3c3c;
    padding: 16px 0px 0 12px;
    border-radius: 5px;
}

.visibleTop .arrow {
	border-left: 3px solid #a0a0a0;
    border-top: 3px solid #a0a0a0;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
}

.contact-form {
}

.contact-form form input {
    width: 100%;
    padding: 15px 20px 15px 20px;
    margin: 5px 0 5px 0;
    color: #333333;
    background-color: #e8e8e8;
    border-radius: 3px;
}

.contact-form form textarea {
    width: 100%;
    padding: 15px 20px 15px 20px;
    margin: 5px 0 20px 0;
    color: #333333;
    background-color: #e8e8e8;
    border-radius: 3px;
    height: 150px;
}

.contact-form form button {
    float: right;
    color: #fff;
    background-color: #2969b0;
    font-size: 22px;
    padding: 10px 10px 10px 10px;
    border-radius: 3px;
    width: 300px;
    height: 60px;
}

.contact-form form label {
    color: #404040;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
}

.contact-form-left,
.contact-form-right {
    float: left;
    width: 45%;
    padding-right: 20px;
    margin: -10px 20px 20px 0px;
}

.clear{
	clear: both;
}
.bold{
  font-family: 'MetaPro-Bold';
}

.up{
	text-transform: uppercase;
}

.container-fluid.headed {
	z-index: 1000;
	width: 100%;
	height: 80px;
	background: #fff;
	-webkit-box-shadow: 0px 3px 16px 0px rgba(93, 93, 93, 0.1);
    -moz-box-shadow:    0px 3px 16px 0px rgba(93, 93, 93, 0.1);
    box-shadow:         0px 3px 16px 0px rgba(93, 93, 93, 0.1);
}

.container-fluid.headed.fixedHead {
	position: fixed!important;
	width: 100%;
	height: 50px;
}

.header {
	z-index: 1001;
	height: 80px;
	top: 0px;
	left: 0;
	width: 1200px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	padding: 15px 20px 0px 40px;
}

.header.fixedHead { 
}

.header-contacts {
    width: 1200px;
    margin: 0 auto;
    height: 55px;
    position: absolute;
    border-radius: 3px;
    top: 20px;
    left: 0;
    right: 0;
    background: rgba(216, 216, 216, 0.5);
    z-index: 1000;
    padding: 15px 20px 0 20px;
    color: #000;
    color: #333333;
    font-family: Roboto, Arial;
    display: none;
}

.header-contacts .header-contacts-contact {
	float: left;
}

.header-contacts .header-contacts-email {
    float: right;
}



.logo {
	height: 50px;
	float: left;
}

.navMenu{
	line-height: 50px;
	text-align: right;
	margin-bottom: 0;
}

.navMenu li{
	padding-left: 15px;
	padding-right: 15px;
}

.navMenu a{
	color: #333333;
	font-size: 16px;
	font-family: Roboto, Arial;
	text-decoration: none;
}

.navMenu a:hover {
	border-bottom: 2px solid #2969b0;
	text-decoration: none;
	border: none;
}

.navMenu a.active{
	border-bottom: 2px solid #2969b0;
	text-decoration: none;
	border: none;
}


.row .lang-block {
	width: 115px;
	float: right;
}

.lang{
	text-align: center;
	padding-top: 15px;
}

.lang li{
	display: block;
	float: right;
	width: 33%;
	padding-left: 3px;
}

.lang li a{
	color: #bbbbbb;
	font-size: 14px;
}

.activeLang{
	color: #fff !important;
	padding-left: 5px;
	padding-right: 5px;
	background: #2969b0;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}

:lang(en){
	color: #fff !important;
	padding-left: 10px;
	padding-right: 10px;
	background: #00a550;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}
:lang(ru){
	/* ����� ������ ��� �������� ����� */
}

.lang-en  a:active{
	color: #fff !important;
	padding-left: 10px;
	padding-right: 10px;
	background: #00a550;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}
.lang-en  a span:active{
	color: #fff !important;
	padding-left: 10px;
	padding-right: 10px;
	background: #00a550;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}
.lang-ru  a span{
	color: #fff !important;
	padding-left: 10px;
	padding-right: 10px;
	background: #00a550;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}

.lang-ua  a span{color: #fff !important;
        padding-left: 10px;
        padding-right: 10px;
        background: #00a550;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        border-radius: 15px;
}

/*MAIN DISPLAY*/

.slideshow{
	height: 70vh;
	position: relative;
}

.slideshow>div{
	height: 100%;
	width: 100%;
	-webkit-background-size: cover!important;
	background-size: cover!important;
}

.slideshow div.slideMain:first-child{
}

.slideshow div.slideMain:nth-child(2){
}

.slideshow div.slideMain:last-child{
}
.slideshow h2{
	font-weight: 900;
	color: #fff;
	padding: 20px;
	font-size: 36px;
	background: rgba(0,0,0,0.4);
}

.txtMain {
  display: table;
  width: 100%;
  height: 90vh;
}
.txtMain a{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  	
}

.cycle-pager{
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 600;
}

.cycle-pager span{
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}

.cycle-pager span.cycle-pager-active{
	color: #00a550;
}

#prev,#next{
	width: 22px;
	height: 41px;
	position: absolute;
	top: 50vh;
	cursor: pointer;
	z-index: 600;
}


.main-display-block {
	position: absolute;
	width: 1200px;
	z-index: 999;
	top: 270px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	display: none;
}

.main-display-text {
	font-size: 60px;
    border-top: 10px solid #2969b0;
    text-transform: uppercase;
    width: 670px;
    line-height: 70px;
    font-family: Roboto, Arial;
}

#prev{
	left: 75px;
	background: url('img/prevMainDisplay.png') top center no-repeat;
}

#next{
	right: 75px;
	background: url('img/nextMainDisplay.png') top center no-repeat;
}


/*ABOUT COMPANY*/

.about{
	height: auto;
}

.label{
	font-size: 36px;
	padding-top: 85px;
	margin-bottom: 85px;
	line-height: 1;
	padding-bottom: 0;
}

.about .label{
	color: #212121;
}

.about p {
	color: #212121;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 50px;
	padding: 0 30px 0 30px;
}
#owl-demo .item{
  background: #3fbf79;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.customNavigation{
  text-align: center;
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-pagination{
	display: none;
}
.slideshowCompany{
	display: none;
	margin: 0 auto;
	width: 100% !important;
	/*padding-top: 50px;*/
	height: 100px;
	text-align: center;
}

.partnerItem{
	height: 100px;
	position: relative;
	width: 100%;
}

.slideshowCompany img{
	height: auto;
	width: auto;
	max-width: 80%;
	max-height: 60px;
	    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#nextCompany, #prevCompany{
	position: absolute;
	top: 40px;
	width: 12px;
	height: 19px;
	cursor: pointer;
}

#nextCompany{
	right: -40px;
	background: url('img/companyNext.png') top center no-repeat;
}

#nextCompany:hover{
	background-position: 6px -29px;
}

#prevCompany{
	left: -40px;
	background: url('img/companyPrev.png') top center no-repeat;
}

#prevCompany:hover{
	background-position: 6px -29px;
}

.benefits{
	padding-top: 60px;
}

.benefits .container div{
	padding-top: 80px;
	position: relative;
}

.benefits img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 70px;
}

.benefits p{
	font-size: 14px;
	color: #212121;
	line-height: 1.4;
	margin-top: 10px;
}

.benefits .green{
	color: #3a8335;
}

.underline{
	text-decoration: underline;
}

/*SERVIcES*/


.container-fluid.services {
 }

.services .label{
	color: #212121;
}

.tabTrigger{
	color: #474747;
	font-size: 16px;
	margin-bottom: 40px;
	width: 100px;
	position: absolute;
    margin-top: 460px;
    margin-left: 50%;;
}

.tabTrigger ul{
	margin-bottom: 0;
}

.tabTrigger li{
	padding-left: 0;
	padding-right: 0;
	cursor: pointer;
}

.tabTrigger li a{
    display: block;
    margin: 0 auto;
    color: #474747;
    height: 20px;
   	background-color: #fff;
   	border: 3px solid #fff;
   	width: 20px;
   	border-radius: 13px;
}

.tabTrigger li.activeTrigg a{
	background-color: #2969b0;
}

.tabTrigger li:hover a{
	background-color: #2969b0;
}

.tabContent {
	background-color: #22252c;
}

.tabContent>div.half{
	padding-left: 0;
	padding-right: 0;
	width: 50%;
	height: 500px;
	display: block;
	float: left;
}

.tabContent:after {
    content: '';
    display: table;
    clear: both;
}

.activeTab{
	display: block;
}

.tabContent p{
	font-size: 15px;
	color: #474747;
}

.tabImg{
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

.servicesInfo{
	/*padding-right: 15px !important;*/
	display: table !important;
	overflow: hidden;
	height: 700px;
	background-color: #22252c;
}

.servicesInfo.service-right .centeredText .infoLabel {
	text-align:right;
	padding-right: 20px;
}

.servicesInfo.service-right .centeredText p {
	float: right;
	padding-right: 20px;
	text-align: right;
}

.centeredText{
	display: table-cell;
	vertical-align: middle;
}


.servicesInfo p, .services .infoLabel{
	padding-left: 20px;
}

.servicesInfo p{
	font-size: 16px;
	max-width: 500px;
	line-height: 1.4;
	color: #fff;
}


.infoLabel{
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
}


/*MAP*/
.map{
	background: #000;
	display: none;
}



.mapHeader{
	height: 200px;
	position: relative;
	background: #f6f6f6;
	display: block;
	-webkit-box-shadow: 0px 3px 16px 0px rgba(93, 93, 93, 0.1);
-moz-box-shadow:    0px 3px 16px 0px rgba(93, 93, 93, 0.1);
box-shadow:         0px 3px 16px 0px rgba(93, 93, 93, 0.1);
}

.mapHeader:after{
	z-index: 1000;
	content: '';
	width: 21px;
	height: 8px;
	position: absolute;
	background: url('img/mapTriangle.png') top center no-repeat;
	bottom: -8px;
	left: 50%;
	margin-left: -11px;
	-webkit-box-shadow: 0px 3px 16px 0px rgba(93, 93, 93, 0.1);
-moz-box-shadow:    0px 3px 16px 0px rgba(93, 93, 93, 0.1);
box-shadow:         0px 3px 16px 0px rgba(93, 93, 93, 0.1);
}

.map .label{
			   color: #353535;
			   line-height: 25vh;
			   font-size: 46px;
		   }

.mapImg{
	height: 75vh;
	-webkit-background-size: 100%;
	background-size: 100%;
}
 .mapHeader{
			   height: 25vh;
			   position: relative;
			   background: #f6f6f6;
			   display: block;
			   -webkit-box-shadow: 0px 3px 16px 0px rgba(93, 93, 93, 0.1);
			   -moz-box-shadow:    0px 3px 16px 0px rgba(93, 93, 93, 0.1);
			   box-shadow:         0px 3px 16px 0px rgba(93, 93, 93, 0.1);
		   }





/*TEAM*/

.team{
	background: #282b35;
	padding-bottom: 20px;
}

.team .label{
	padding-top: 85px;
	text-align: center;
}

.team .container{
	text-align: center;
}

.team .container .row .teamItem:first-child{
	/*margin-left: 0;*/
}

.team .container .row .teamItem:last-child{
	/*margin-right: 0;*/
}


.teamItem{
	/*width: 200px;*/
	/*display: inline-block;*/
	/*margin-right: 22px;*/
	/*margin-left: 22px;*/
	/*max-height: 320px;*/
	/*float: left;*/
	margin-bottom: 20px;
}

.memberIco{
	width: 150px;
	height: 150px;
	overflow: hidden;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.teamItem:hover .memberIco{
	width: 200px;
	height: 200px;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.teamItem .memberIco img{

}

.teamItem:hover .memberIco img{
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: none;
}

.teamItem h3{
	color: #fff;
	font-size: 19px;
	margin-bottom: 15px;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.teamItem p{
	font-size: 15px;
	color: #a2a2a2;
	line-height: 1.4;
	margin-bottom: 0;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.teamItem:hover p{
	font-size: 10px;
-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

 .teamItem:hover h3{
	font-size: 14px;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}


/*BLOG*/

.blog .label{
	color: #212121;
	text-align: center;
}

.blog ul{
	text-align: center;
	height: auto;
	margin-bottom: 50px;
}

.blog ul a{
	color: #474747;
	font-size: 16px;
}

.blog ul li{
	margin-left: 15px;
	margin-right: 15px;
	cursor: pointer;
}

.blog ul li a{
	    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.blog ul li.activeTrigg{
	color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #00a550;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.blog ul li.activeTrigg a{
	color: #fff;
}

.imgBlog{
	position: relative;
	margin-bottom: 28px;
    background-size: cover;
    background-position: center;
    width: 370px;
    max-width: 100%;
    height: 221px;
}

.imgBlog img {
	display: none;
}

.blogDate{
	width: 88px;
	height: 26px;
	line-height: 26px;
	background: #555759;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-family: Roboto, Arial;
}

.blog h3{
	font-size: 16px;
	color: #212121;
	margin-bottom: 17px;
}

.blog p{
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.4;
	margin-bottom: 32px;
	display: block;
	width: 100%;
}

.blog a.moreBlog{
	font-size: 15px;
	color: #00a550;
	border-bottom: 2px solid #00a550;
	padding-bottom: 8px;
	display: inline-block;
	margin-bottom: 24px;
}

.blogSocial{
	cursor: pointer;
	height: 29px;
	width: 29px;
	display: block;
	float: left;
	background-color: #000;
	overflow: hidden;
	padding-left: 29px;
	margin-bottom: 67px;
	background: url('img/showSocialBlog.png') top left no-repeat;
-moz-transition: 0.2s;
-ms-transition: 0.2s;
transition: 0.2s;
-moz-opacity: 0.5;
-ms-opacity: 0.5;
opacity: 0.5;
}

.blogSocial:hover{
	width: 100%;
	padding-left: 39px;
	-moz-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	-moz-transition: 1s;
	-ms-transition: 1s;
	transition: 1s;

}

.blogSocial ul{
	text-align: left;
}

.blogSocial ul li{
	padding: 0;
	float: left;
	margin-left: 6px;
	margin-right: 6px;
}

.blogPage .blogSocial img{
	width: auto !important;
	height: auto  !important;
	padding-top: 0 !important;
}

.goBlog{
	display: block;
	margin: 0 auto;
	color: #00a550;
	position: relative;
	height: 50px;
	line-height: 50px;
	border: 2px solid #eef6ed;
	width: 231px;
	margin-bottom: 20px;
}

.goBlog:before{
	display: block;
	position: absolute;
	right: 257px;
	top: 24px;
	background: #ededed;
	width: 431px;
	height: 1px;
	content: '';
}

.goBlog:after{
	display: block;
	position: absolute;
	left: 257px;
	top: 24px;
	background: #ededed;
	width: 431px;
	height: 1px;
	content: '';
}




/*PRESS*/

.press{
	background: #f8f8f8;
}

.press .label{
	text-align: center;
	color: #212121;
}

.green{
	color: #00a550;
}

.press iframe{
	width: 100%;
	height: 220px;
	margin-bottom: 22px;
}

.press h3{
	font-size: 15px;
	color: #333333;
	
}

#nextPress, #prevPress{
	position: absolute;
	top: 296px;
	cursor: pointer;
	width: 22px;
	height: 41px;
}

.pressSlider{
	width: 280px !important;
}

#nextPress{
	right: -40px;
	background: url('img/pressNext.png') top center no-repeat;
}

#prevPress{
	left: -40px;
	background: url('img/pressPrev.png') top center no-repeat;
}

.press .container{
	position: relative;
}

.pressSlider{
	text-align: center;
	margin: 0 auto;
	margin-bottom: 55px;
}

.pressItem{
	width: 370px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
}

.press a:before, .press a:after{
	display: none;
}

.contacts {
	z-index: 10;
    width: 100%;
    padding: 0 0 0 0;
}

.contacts .container {
	height: auto;
	max-width: 920px;
}

.contacts .label{
	color: #212121;
}

.findUs{
	margin-bottom: 130px;
	height: auto;
	display: block;
	margin-top: 0px;
	float: left;
	margin-right: 50px;
}

.findUs div{
	margin-bottom: 130px;
	height: auto;
	display: block;
	margin-top: 0px;
	float: left;
	margin-right: 50px;
}

.findUs>li{
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	float: left;
	position: relative;
	height: 210px;
	width: 370px;
}

.findUs li h2{
	margin-bottom: 20px;
}

.findUs p{
	color: #474747;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 0;

}

.findUs .blogSocial{
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

/*FOOTER*/

.footer{
	background: #22252c;
	padding: 40px 30px 20px 30px;
	margin-right: 0;
	margin-left: 0;
}

.footerLogo{
	margin-bottom: 25px;
	padding-top: 60px;
}

.socialFooter li{
	margin-right: 5px;
}

.footMap{
	padding-top: 20px;
}

.footMap div{
	width: 100%;
	height: 304px;
	background: url('img/footMap.png') top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.footer-about-text {
	width: 560px;
	float: left;
	margin-right: 20px;
}

.footNav{
	padding-top: 0px;
}

.footNav li{
	width: 100%;
	float: left;
	margin-bottom: 9px;
}

.footNav a{
	color: #fff;
	font-size: 16px;
}

.footNav a:hover{
	color: #fff;
	border-bottom: 2px solid #2969b0;
}

.footer h3{
	color: #fff;
	font-size: 16px;
	padding-top: 30px;
	margin-bottom: 20px;
}

.footer input[type=email]{
    background: #d7d7d7;
    border: none;
    border-bottom: none;
    outline: 0;
    width: 100%;
    text-indent: 15px;
    line-height: 38px;
    margin-bottom: 27px;
    font-style: normal;
    border-radius: 3px;
}

.footer input[type=submit]{
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    width: 100%;
    border-radius: 4px;
    background-color: #2969b0;
    width: 180px;
}




/*PRESS PAGE*/


.pressPage .pressItem{
	margin-bottom: 70px;
}


.pressPagination{
	text-align: center;
	margin: 0 auto;
	color: #5a5a5a;
	margin-bottom: 40px;
	position: relative;
	width: 220px;
}
.pressPagination span.current{
	color: #fff !important;
	padding-left: 10px;
	padding-right: 10px;
	background: #00a550;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}

.page-numbers a{
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	cursor: pointer;
	color: #5a5a5a;
	font-size: 18px;
}
.pressPagination span,
.pressPagination a{
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	cursor: pointer;
	color: #5a5a5a;
	font-size: 18px;
}
.next.page-numbers{
	cursor: pointer;
	width: 12px;
	height: 19px;
	position: absolute;
	right: 0;
	top: 4px;
	background: url('img/nextPag.png') top center no-repeat;
}

.next.page-numbers:hover{
	background: url('img/nextPagH.png') top center no-repeat;

}
.prev.page-numbers{
	cursor: pointer;
	width: 12px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 4px;
	background: url('img/prevPag.png') top center no-repeat;
}
.prev.page-numbers:hover{
	background: url('img/prevPagH.png') top center no-repeat;

}
/*пагинация статти
*/

.pressPagination1{
	text-align: center;
	margin: 0 auto;
	color: #5a5a5a;
	margin-bottom: 40px;
	position: relative;
	width: 220px;
}
.pressPagination1 span.current{
	color: #fff !important;
	padding-left: 10px;
	padding-right: 10px;
	background: #00a550;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}

.pressPagination1 span,
.pressPagination1 a{
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	cursor: pointer;
	color: #5a5a5a;
	font-size: 18px;
}



.pressPagination li{
	/*padding-left: 5px;
	padding-right: 5px;
	margin-left: 0 !important;
	margin-right: 0 !important;*/
}

.pressPagination li a{
/*	cursor: pointer;
	 color: #5a5a5a;
	font-size: 18px;*/

}

.prevPag{
/*	cursor: pointer;
	width: 12px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 4px;
	background: url('img/prevPag.png') top center no-repeat;*/
}

.activePressPag{
	 /*   color: #fff !important;
    padding-left: 10px;
    padding-right: 10px;
    background: #00a550;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;*/
}

.prevPag:hover{
	/*background: url('img/prevPagH.png') top center no-repeat;*/

}

.nextPag{
/*	cursor: pointer;
	width: 12px;
	height: 19px;
	position: absolute;
	right: 0;
	top: 4px;
	background: url('img/nextPag.png') top center no-repeat;*/
}

.nextPag:hover{
	/*background: url('img/nextPagH.png') top center no-repeat;*/

}









/*MODALS*/


.teamModal{
	width: 770px;
}

.teamModal img{
	display: block;
	float: left;
}

.teamItemLabel{
	float: left;
	background: #393b42;
	height: 100px;
	width: 399px;
	text-align: center;
	color: #fff;
	padding-top: 25px;
}

.teamItemLabel h2{
	color: #fff;
	font-size: 18px;
	margin-bottom: 17px;
	line-height: 1;
}

.teamItemLabel h4{
	color: #ace0a9;
	font-size: 15px;
}

.teamItemDesc{
	display: block;
	float: left;
	width: 399px;
	padding-top: 60px;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 50px;
}

.teamItemDesc p{
	line-height: 1.4;
	font-size: 14px;
	color: #3a3a3a;
}

.modalSocial{
	/*padding-left: 50px;*/
	display: block;
	float: left;
	width: 399px;
	text-align: center;
}


.navMenuBgHidden{
		display: none;
	    position: fixed;
	    left: 0;
	    top: 89px;
	    width: 100%;
	    background: #fff;
	    z-index: 1000;
	}

	/*.header{
		-moz-transition: 1s;
		-ms-transition: 1s;
		transition: 1s;
	}
	.fixedHead{
		-moz-transition: 1s;
		-ms-transition: 1s;
		transition: 1s;
	}*/

	.fixedHead.header{
		height: 50px;
    	padding-top: 5px;
	}

	.container-fluid.headed.fixedHead {
		height: 50px;
	}


	.fixedHead .navMenu{
		line-height: 40px;
	}

	.fixedHead .logo {
		height: 40px;
		margin-right: 15px;
	}

	.fixedHead .navMenu a.active{
		border-bottom: none;
	}
	.fixedHead .lang{
		display: block;
    	padding-top: 10px;
	}
	
	#mapContainer{
		position: relative;
	}

	.pinMap{
		position: absolute;
	}

	.mapCircle{
		width: 42px;
		height: 42px;
		line-height: 38px;
		text-align: center;
		/*position: absolute;*/
		background: #fff;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
		cursor: pointer;
	}

	.mapCircle img{
		display: inline;
	}

	.activePin .descPin{
		display: block;
		z-index: 900;
	}

	.activePin .mapCircle{
		background: none;
	}

	.descPin{
		padding-top: 25px;
		padding-left: 40px;
		padding-bottom: 25px;
		padding-right: 40px;
		background: #fff;
		color: #474747;
		font-size: 14px;
		position: relative;
		display: none;
		margin-left: -25px;
	}

	.descPin:before{
		width: 13px;
		height: 6px;
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		background: url('img/mapDescBefore.png') top center no-repeat;

	}

	.descPin h2{
		color: #00a550;
		margin-bottom: 10px;
	}

	.descPin p{
		line-height: 1.4;
		margin-bottom: 0;
	}

	.moscow{
		top: 100px;
		left: 21%;
	}

	.kiev{
		top: 205px;
    	left: 16%;
	}
	.odessa{
		top: 280px;
    	left: 15%;
	}

	.mumbai{
		top: 645px;
    	left: 47%;
	}
	.tokio{
		right: 14%;
    	top: 400px;
	}
	.tokio .descPin{
		margin-left: -320px;
	}
	.tokio .descPin:before{
		right: 15px;
		left: auto;
	}
	.mumbai .mapCircle{
		float: left;
		margin-right: 40px;
	}
	.mumbai .descPin{
		    float: left;
    margin-top: -80px;
	}
	.mumbai .descPin:before{
		display: none;
	}
	.mainDisplayScroll{
		padding-top: 100px;
	}


/*MEDIA*/

@media (min-width: 1200px) and  (max-width: 1360px){
	/*.mapImg{
		height: 600px !important;
	}*/
	section{
		height: auto !important;
	}
	.about{
		height: auto !important;
	}
}
@media (min-width: 1500px) and  (max-width: 1700px){
.tokio {
    right: 15%;
    top: 370px;
}
}
@media (min-width: 1110px) and  (max-width: 1500px) {
	/*map*/
	
	.moscow{
		    top: 55px;
    /*left: 175px;*/
    /*width: 100%;*/
	}

	.kiev{
		    top: 140px;
    	/*left: 120px;*/
	}
	.odessa{
		top: 160px;
		/*left: 110px;*/
	}

	.mumbai{
		    top: 400px;
    /*left: 130px;*/
    /*width: 100%;*/
	}
	.tokio{
		    /*right: 100px;*/
    top: 280px;
    /*left: auto;*/
	}
	.tokio .descPin{
		margin-left: -320px;
	}
	.tokio .descPin:before{
		right: 15px;
		left: auto;
	}
	.mumbai .mapCircle{
		float: left;
		margin-right: 40px;
	}
	.mumbai .descPin{
		    float: left;
    margin-top: -150px;
	}
	.mumbai .descPin:before{
		display: none;
	}


	/*mapEnd*/
	.label{
		padding-top: 60px;
		margin-bottom: 30px;
	}
	.about p{
		margin-bottom: 20px;
	}
	.benefits{
		padding-top: 20px;
	}
	.tabContent>div.half{
		height: 500px;
	}
	.tabTrigger li a{
		height: 20px;
	}
	.tabTrigger{
		height: 50px;
		margin-bottom: 10px;
	}
	.team .label{
		padding-top: 40px;
	}
	.memberIco{
		width: 130px;
		height: 130px;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
	}
	.memberIco:hover{
		width: 150px;
		height: 150px;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
	}
	.findUs{
		margin-bottom: 40px;
	}
}
@media (min-width: 1024px) and (max-width: 1110px){
	.tabsOuter .tabTrigger {
    	left: 0px;
	}
	.slideshow h2{
		font-size: 24px;
	}
	.navMenu a{
		font-size: 14px;
	}
	.tabContent>div.half{
		width: 50% !important;
		min-height: 400px;
		height: auto;
	}
	.teamItem{
		/*width: 25% !important;*/
	}
	.imgBlog img{
		width: 100%;
	}
	.footMap div{
		height: 230px !important;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
	}
	.container-fluid.headed.fixedHead
	{
		height: 70px;
	}
}
@media (max-width: 992px) {
	.header-contacts {
		top: 0px;
		height: 40px;
		padding-top: 10px;
	}
	.header {
	}
	.footer-about-text {
		width: 100%
	}
	.fixedHead.header{
		height: 70px;
	}
	.row .lang-block {
	    width: 100px;
	    float: right;
	    margin-top: -10px;
	    padding: 0px;
	}
	.container-fluid.headed.fixedHead{
		height: 70px;
	}
	.fixedHead .logo {
	    height: 50px;
	    margin-right: 15px;
	    margin-top: 10px;
	}
	.contact-form-left, .contact-form-right {
		width: 44%;
	}
	.footer .footer-emails {
		float:left;
		text-align: left;
		margin-top:10px;
	}
}

@media (max-width: 768px) {
	.footer-about-text {
		padding-left: 15px;
		padding-right: 15px;
	}
	.contact-form-left, .contact-form-right {
		width: 95%;
	}
	.contact-form form button {
	    float: none;
	    position: relative;
	    left: 50%;
	    margin-left: -150px;
	}
	.tabContent>div.half{
		width: 100%;
	}
	.servicesInfo.service-right .centeredText .infoLabel {
		text-align:left;
		padding-right: 20px;
	}
	.servicesInfo.service-right .centeredText p {
		float: left;
		padding-right: 20px;
		text-align: left;
	}
	.footer .footer-emails {
		margin-left:15px;
	}
}
@media (min-width: 1111px) and (max-width: 1200px) {
	.header-contacts {
		width: 100%;
		border-radius: 0px;
	}
	.header {
		width: 100%;
		border-radius: 0px;
	}
	.main-display-block {
    	width: 100%;
    }
	.fixedHead.header {
	    width: 100%;
	}
}

@media (min-width: 567px) and (max-width: 650px) {
	.row .menuBar{
	    margin-right: 30%;
	}
}
@media (min-width: 567px) and (max-width: 1110px) {
	.fixedHead.header {
	    width: 100%;
	}
	.tabTrigger{
	    margin-top: 360px;
	    left: -50px;
	}
	.lang li {
		float: none;
		width: 60px;
	}
	.main-display-block {
		top: 170px;;
		width: 100%;
	}
	.main-display-text {
		font-size: 40px;
	    width: 355px;
	    line-height: 50px;
	}
	.slideshow h2{
		font-size: 18px;
	}
	.fixedHead img.logo{
		margin-top: -5px;	}
	.fixedHead .menuBar{
		padding-top: 5px !important;
	}
	.menuBar{
		width: 50px;
	    float: left;
	    margin-right: 35%;
	}
	.menuIco{

		-moz-border-radius: 20%;
		-ms-border-radius: 20%;
		border-radius: 20%;
	}
	.header img{
		margin: 0 auto;
		display: block;
	}
	.lang{
		padding-top: 5px;
	}
	.header-contacts {
		width: 100%;
		border-radius: 0px;
	}
	.header {
		width: 100%;
		border-radius: 0px;
	}
	.navMenu{
		width: 100%;
		text-align: center;
	}
	.slideshow{
		height: 440px;
	}
	.txtMain{
		height: 440px;
	}
	.cycle-pager{
		top: 480px;
		bottom: auto;
	}
	#prev, #next{
		top: 300px;
	}
	.goBlog:before{
		width: 100px;
	}
	.goBlog:after{
		width: 100px;
	}
	section{
		height: auto;
		padding-bottom: 20px;
	}
	.map{
		height: auto;
		padding-bottom: 20px;
	}
	.benefits{
		height: auto;
		padding-top: 20px;
	}
	.label{
		padding-top: 40px;
		margin-bottom: 40px;
	}
	.findUs{
		padding-bottom: 20px;
		margin-bottom: 20px;
		height: auto;
		margin-left: 50px;
	}
	.findUs>li{
  	    margin-right: 5px;
  	    margin-left: 5px;
  	    padding-top: 20px;
		margin-bottom: 20px;
  	    -moz-border-radius: 5%;
  	    -ms-border-radius: 5%;
  	    border-radius: 5%;
    	display: inline-table;
  	/*height: auto;*/
  	float: none;
  	    min-height: 240px;

  }
  .contact-form {
  	margin-left: 50px;
  }
  .findUs .blogSocial{
  	bottom: 15px;
  }
	.mapImg{
		height: 75vh;
		/*background: url('../img/mapImg.jpg') top center no-repeat;*/

	}
	.mapHeader{
		height: 25vh;
	}
	.map{
		padding-bottom: 0;
	}
	.map .label{
		line-height: 25vh;
	}
	.findUs>li{
	}
	.teamItem{
		/*width: 50%;*/
		margin-bottom: 20px;
		/*margin-left: 0;*/
		/*margin-right: 0;*/
	}
	.team .container .row .teamItem:last-child{
		/*width: 100%;*/
	}
	.blogSocial{
		-moz-opacity: 1;
		-ms-opacity: 1;
		opacity: 1;
	}
	.menuIco{
		padding-top: 20px;
		margin-top: 20px;
		cursor: pointer;
		width: 50px;
		height: 50px;
		margin: 0 auto;
		margin-bottom: 10px;
		background: #2969b0;
		border-radius: 25px;
	}
	.menuIco img{
		margin: 0 auto;
		display: block;
	}
	.fixedHead .navMenuBgHidden{
		top: 70px;
	}
	.navMenuBgHidden{
		display: none;
	    position: fixed;
	    left: 0;
	    top: 78px;
	    width: 100%;
	    background: #fff;
	    z-index: 1000;
	}
	.navMenuBgHidden li{
		width: 100%;
		margin-bottom: 10px;
	}
	.navMenuBgHidden .navMenu{
		line-height: 1.2;
		padding-top: 10px;
	}
	.openMenu{
		display: block;
	}
	.tabContent>div.half{
		min-height: 400px;
		height: auto;
	}
	.footMap div{
		height: 300px !important;
	}
	.blogItemImg{
		position: relative;	
	}
	.blogPage img{
		padding-top: 0 !important;	
	}
	.blogPage p{
		margin-bottom: 20px !important;	
	}
	.descBlogItem{
		padding-top: 20px !important;	
	}
}

@media (max-width: 567px) {
	.findUs{
		margin-left: 20px;
		margin-bottom: 0px;
	}
	.contact-form {
	 	margin-left: 30px;
	}
	.navMenu{
		width: 100%;
		text-align: center;
	}
	.fixedHead.header {
	    width: 100%;
	}
		.row .lang-block {
			width: 60px;
			float: right;
			margin-top: -55px;
			padding: 0px;
		}
	.lang li {
		float: none;
		width: 60px;
	}
	.header-contacts {
		width: 100%;
		border-radius: 0px;
		font-size: 12px;
	}
	.header {
		width: 100%;
		border-radius: 0px;
	}
	.main-display-block {
		top: 200px;
		width: 100%;
	}
	.main-display-text {
		font-size: 30px;
	    width: 355px;
	    line-height: 40px;
	}
	.menuBar{
		width: 50px;
	    float: left;
	    margin-right: 0px;
	}
	.pressPagination li{
		width: auto !important;
	}
	.slideshow h2{
		font-size: 18px;
	}
	.txtMain{
		height: 460px;
	}
	.menuIco{
		padding-top: 20px;
		margin-top: 20px;
		cursor: pointer;
		width: 50px;
		height: 50px;
		margin: 0 auto;
		margin-bottom: 10px;
		background: #2969b0;
		border-radius: 25px;
	}
	.fixedHead .navMenuBgHidden{
		top: 69px;
	}
	.headerNone{
		height: 75px;
	}
	.navMenuBgHidden{
		display: none;
	    position: fixed;
	    left: 0;
	    top: 75px;
	    width: 100%;
	    background: #fff;
	    z-index: 1000;
	}
	.fixedHead .menuBar{
		padding-top: 5px;
		margin-top: -5px;
	}
	.fixedHead .lang {
		padding-top: 0px;
	}
	.navMenuBgHidden li{
		width: 100%;
		margin-bottom: 10px;
	}
	.navMenuBgHidden .navMenu{
		line-height: 1.6;
		padding-top: 10px;
	}
	.openMenu{
		display: block;
	}
	.blogSocial{
		-moz-opacity: 1;
		-ms-opacity: 1;
		opacity: 1;
	}
	.header{
		height: 75px;
	}
	.header img{
		margin: 0 auto;
		display: block;
		margin-bottom: 10px;
	}
	.lang{
		padding-top: 0;
		margin-bottom: 20px;
	}
	.mainDisplay>.row{
		position: relative;
	}
	#next{
		right: 20px;
	}
	#prev{
		left: 20px;
	}
	#prev, #next{
		top: 210px;
	}
	.slideshow{
  	height: 460px;
  }
  section{
  	height: auto;
  	overflow: visible;
  }
  section:after{
  	display: block;
  	content: '';
  	clear: both;

  }
  .about p{
  	margin-bottom: 20px;
  	font-size: 13px;
  }
  .slideshowCompany{
  	margin-bottom: 20px;
  }
  .slideshowCompany img{

  }
  .benefits{
  	padding-top: 20px;
  }
  .benefits p{
  	font-size: 13px;
  }

  .services .infoLabel{
  	padding-left: 15px;
  }
  .servicesInfo p{
  	padding-left: 15px;
  }
  .team .label{
  	padding-top: 20px;
  	margin-bottom: 20px;
  	font-size: 24px !important;
  }
  .teamItem{
  	margin-bottom: 20px !important;
  }
  .blogSocial ul{
  	text-align: left;
  }
  .blogSocial ul li{
  	width: 29px !important;
  	height: 29px;
  	margin-left: 5px !important;
  	margin-right: 5px !important;
  }
  .findUs{
  	height: auto;
  	padding-bottom: 20px;
  	padding-left: 20px;
  	padding-right: 20px;
  }
  .findUs .blogSocial{
  	position: relative;
  	display: block;
  	float: left;
  	margin-left: 0;
  }
  .findUs li p{
  	margin-bottom: 5px;
  }
  .footMap div{
  	height: 120px;
  }
  .memberIco:hover{
  	width: 70px;
  	height: 70px;
  	-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
  }
  .memberIco:hover{
  	width: 100px;
  	height: 100px;
  	-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
  }
  .tabContent>div.half{
  	height: auto;
  }
  .findUs>li{
  	    width: 100%;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    border-radius: 5%;
  	margin-bottom: 40px;
  	height: auto;

  }
  .goBlog:before, .goBlog:after{
  	display: none;
  }
  .label{
  	font-size: 26px !important	;
  	padding-top: 20px;
  	margin-bottom: 20px;
  }
  .tabContent>div.half{
  	width: 100%;
  	min-height: 300px;
    height: auto;
  }
  
  .servicesInfo p{
  	width: 100%;	
  	padding-right: 15px;
  }
  .teamItem{
  	/*width: 100%;*/
  	/*margin: 0 auto;*/
  }
  .blog ul li{
  	width: 100%;
  	margin-bottom: 10px;
  	text-align: center;
  	margin-left: 0;
  	margin-right: 0;
  }
  .pressItem{
  	width: 100%;
  	margin: 0 auto;
  	margin-bottom: 20px;
  }
  .tabTrigger li a{
  	width: 20px;
  }
  .about{
  	height: auto;
  }
  .benefits{
  	height: auto;
  }
  #nextPress{
  	right: 0;
  }
  #prevPress{
  	left: 0;
  }
  .tabTrigger {
  	border-bottom: none;
  	left: -50px;
  	margin-top: 270px;
  }
	.mapImg{
		height: 75vh;
		/*padding-top: 20px;*/
	}
	.mapHeader{
		height: 25vh;
	}
	.map .label{
		line-height: 25vh;
	}
  .teamModal{
  	width: 300px;
  }
  .teamItemLabel{
  	width: 100%;
  }
  .teamItemDesc{
  	width: 100%;
  }
  .modalSocial{
  	width: 100%;
  }
  .logo{
	height: 50px;
    margin: 0 auto;
    width: 150px;
    float: none;
  }
  .fixedHead .logo {
  	margin-left: 19%;
    margin-top: 5px;
  }
  .blogPage p{
  	margin-bottom: 20px !important;
  }
  .blogPage img{
  	padding-top: 0 !important; 	
  }
  .descBlogItem{
  	padding-top: 20px !important;	
  }
  .blogItemImg{
  		position: relative;		
  }
  .blogItemImg .blogDate{
  	left: 0 !important;	
  }
  .blogPage h2{
  	font-size: 23px !important;
  	padding-top: 20px !important;
  	margin-bottom: 20px !important;		
  }
  .footerLogo{
  	padding-top: 20px;
  }
  .footNav{
  	padding-top: 20px;
  }
  .footer h3{
  	padding-top: 20px;
  }
  .blogSocial{
  	margin-bottom: 30px;
  }
  .prevPost, .nextPost{
  	margin-bottom: 30px;
  }
}


.modalWindow.thxModal{
	    max-width: 1200px;
	    color: #232323;
    padding-left: 60px;
    padding-top: 50px;
    padding-right: 60px;
    padding-bottom: 50px;
    background: #fff;
    text-align: center;
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-height: 140px;
    margin: auto;
    z-index: 1000000;
}

.modalWindow.thxModal h2{
	font-size: 40px;
	font-weight: 600;
	color: #232323;
}
@media (max-width: 1200px){
	
	.modalWindow.thxModal{
		max-width: 280px !important;
		    max-height: 315px !important;
	}

	.modalWindow.thxModal h2{
		font-size: 20px;
	}

}

.firstHeading{
	color: #2969b0;
	font-size: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	font-weight: 700;
}

.contentBool{
	padding: 35px;
	width: auto;
	height: auto;
}

.boolTxt p{
	color: #474747;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: 200;
}

#flaggenmast {
	float: left;
	position: absolute;
	top: 100px;
	left: 120px;
}
#flaggenmast ul li
{
	display: inline;
	list-style-type: none;
	margin: 0 5px 0 0;
	-o-transition: 1s ease opacity;
	-moz-transition: 1s ease opacity;
	-webkit-transition: 1s ease opacity;
	transition: 1s ease opacity;
}
#qtranslate-chooser li {
	opacity: 0.7;
}
#qtranslate-chooser li.active {
	opacity: 1;
}
#qtranslate-chooser ul li:hover {
	opacity: 0.7;
}
#qtranslate-chooser li a img {
	display: initial;
	margin: 0;
	border: 0px solid #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,.9);
}

.fancybox-skin.fancybox-outer.fancybox-inner{
	overflow-x: hidden;
}


.tabContent.active {
	display: block;
}


.footer-emails {
    text-align: right;
    margin-right: 50px;
}

