@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap&subset=cyrillic');
* {
	font-family: 'Roboto', sans-serif;
}
@media (min-width:1200px) {
    .container{
        max-width:1200px;
		padding-left:0;
		padding-right:0;
    }
}
.animated.standby {
	-webkit-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
	visibility: hidden;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.o-hidden {
 overflow:hidden;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
body, html {
	width: 100%;
	height:100%;
}
body {
	color:#13141D;
	background:#fbfbfb;
	font-size:16px;
}
.bodypadding {
	padding-top:130px;
}
.light {
	font-weight:300;
}
b, strong {
	font-weight:700;
}
p {
	line-height:27px;
}
.row {
 	margin:0;
}
img {
	max-width: 100%;
}
.objectfit {
	width: 100%;
	height:100%;
	object-fit: cover;
	object-position: center top;
}
hr {
	position:relative;
 	background:url(images/line1.png) no-repeat bottom center;
	border: 0px;
	height:2px;
	width: 100%;
	margin-top:30px;
	margin-bottom:30px;
}
hr.lefted {
 	background:url(images/line1.png) no-repeat bottom left;
}
.inlineblock {
	text-align:center;
	letter-spacing:0;
	word-spacing:0;
	font-size:0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	font-weight: 700 !important;
	color:#305AA7;
}
@media (max-width:767px) {
	h1, .h1 {
		font-size:30px;
	}
}
.text-blue {
	color:#305AA7;
}
.bg-none {
	background:none;
	padding-bottom:0;
}
a {
 	color:#307AC1;
 	text-decoration:none;
}
a:hover {
 	color:black;
	text-decoration:none;
}
.btn-primary, .btn-primary:active, .btn-primary:visited {
  	background-color:#307AC1; !important;
  	border-color:#307AC1 !important;
	color:white;
	text-transform: uppercase;
}
.btn-primary:hover {
  	background-color:#888888 !important;
  	border-color:#888888 !important;
	color:white;
}
.btn-secondary, .btn-secondary:active, .btn-secondary:visited {
  	background-color:#888888 !important;
  	border-color:#888888 !important;
	color:white;
	text-transform: uppercase;
}
.btn-secondary:hover {
  	background-color:#307AC1 !important;
  	border-color:#307AC1 !important;
	color:white;
}
.btn-info, .btn-info:active, .btn-info:visited {
  	background-color:#13141D !important;
  	border-color:#13141D !important;
	color:white;
	text-transform: uppercase;
}
.btn-info:hover {
  	background-color:#307AC1 !important;
  	border-color:#307AC1 !important;
	color:white;
}
a.buton, a.buton:hover {
display:inline-block;
 width:auto;
 padding:0 15px;
 margin-right:10px;
 margin-bottom: 10px;
 line-height:20px;
 text-align:center;
  background:#307AC1;
   color:white;
  font-size:20px;
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
a.buton:hover {
  background:#888888;
}
.thumbnail {
	display:block;
	width:100%;
	height:100%;
	min-height:180px;
	background:url(images/thumbnail.png) no-repeat center center;
	background-size:cover;
	border: 1px solid #e2e2e2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
#page li {
  list-style-image: url(images/li.png);
}
.pointer {
  cursor:pointer;
}
a.pagesvideo, a.pagesvideo:hover {
	width:100%;
	max-width:100%;
	display:block;
	position:relative;
}
a.pagesvideo:after {
  position: absolute;
  top:0;
  left:0;
  content: '';
  display:block;
  width:100%;
  height:100%;
  background: url(images/playvideo.png) no-repeat center center;
}
.contoverallup {
	background:#DFE5EB;
	color:#BABABA !important;
	display: block;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
 	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	box-shadow: rgba(0,0,0,0.22) 0px 0px 5px 0;
}
.contoverallup h4 {
	color:#BABABA !important;
}
@media (max-width:767px) {
	.contoverallup h4 {
		font-size:18px;
	}
}
.contoverallinside {
	padding-top:130px;
}
.contoverallupfixed {
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	box-shadow: rgba(0,0,0,0.22) 0px 0px 5px 0;
}
.contoverallmenu {
	background:#307ac1;
	padding:10px 0;
	 transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
a.closebtn, a.closebtn:hover {
    position: absolute;
    top:20px;
    right:25px;
    width:24px;
    height:24px;
    background: url(images/close.png) no-repeat center center;
}
.clogo {
	width:328px;
	height:62px;
	margin:25px 0;
	 transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;	
}
.contoverallupfixed .clogo {
	width:212px;
	height:40px;
	margin:15px 0;
}
/* 320 */
@media only screen and (max-width:1199px) {
	.clogo {
		width:212px;
		height:40px;
	}
}
/* left menu */
a.menurespons, a.menurespons:hover {
	width:40px;
	height:40px;
	line-height:40px;	
	float:right;
	background: url(images/menu-icon.png) no-repeat right center;
	margin-top:25px;
}
.sidenav {
    width: 300px;  
	 height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left:-300px;
    background-color:#307AC1;
    overflow-x: hidden;
    transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
    padding-top:70px;
	padding-bottom:20px;
	text-align:center;
}
a.linknav, a.linknav:hover, a.linknavselected, a.linknavselected:hover {
	display:inline-block;
	width:auto;
	line-height:40px;
	color:white;
	font-size:16px;		
	text-transform:uppercase;
	margin: 0 10px;
	text-overflow: ellipsis;
	position: relative;
}
a.linknav:hover, a.linknavselected, a.linknavselected:hover {
	color:#70b7fc;
}
a.closebtn, a.closebtn:hover {
    position: absolute;
    top:30px;
    right:25px;
    width:24px;
    height:24px;
    background: url(images/close.png) no-repeat center center;
}
.sidenav hr {
	text-align:center;
	width:60%;
	height:2px;
	margin:25px auto;
	background:#70b7fc;
}
#carousel1, #carousel1 .owl-item {
    width: 100%; 
	display: block;
	height:500px;
}
@media only screen and (min-width:321px) and (max-width:479px) {
	#carousel1, #carousel1 .owl-item {
		height:330px;
	}
}
@media only screen and (max-width:320px) {
	#carousel1, #carousel1 .owl-item {
		height:250px;
	}
}
.slider {
   width: 100%; 
	height: 100%;
	display: block;
}
.sliderbuton {
	position:absolute; 
	bottom:100px; 
 	left:0;
	width:100%;
	z-index:800;
 	text-align:center;
}
.homeicon {
	background: #F5F5F5;
}
.contoverallabout {
	background: url(images/about.jpg) no-repeat center center;
	background-size: cover;
	color:white !important;
}
.contoverallnews {
	background: url(images/about2.jpg) no-repeat center center;
	background-size: cover;
}
.news {
	width:100%;
	display:block;
	margin-bottom: 30px;
}
.newsimage {
	width:100%;
	display:block;
	height:180px;
	overflow: hidden;
	position:relative;
}
@media only screen and (max-width:991px) {
	.newsimage {
		height:auto;
	}
}
a.newstitle, a.newstitle:hover {
	font-size:18px;
	display:block;
	margin:20px 0;
}
.newstext {
	width:100%;
}
a.projecttitle, a.projecttitle:hover {
	font-size:24px;
	display:block;
	margin:20px 0;
}
.contoverallgray {
	background:#F4F5F7;
}
.contoverallcontacts {
	background: url(images/bg.jpg) no-repeat center center;
	background-size: cover;
}
.contoverallawards {
	background: url(images/awards2.jpg) repeat-y top center;
	background-size: 100% auto;
}
.contoveralldown {
	background: #DFE5EB;
}
a.downicon, a.downicon:hover {
	width:auto;
	height:25px;
	display:inline-block;
	line-height:25px;
	padding-left:25px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 20px;
	position:relative;
}
.tel {
	background-image: url(images/tel.png);
}
.email {
	background-image: url(images/email.png);
}
.contoverallbottom {
	background:#1F334E;
	font-size:14px;
}
a.social, a.social:hover {
	width:31px;
	height:31px;
	display:inline-block;
	margin-left:10px;
	text-align: center;
	overflow:hidden;
	background-size:100% 100%;
}
.facebook {
	background: url(images/facebook.png) no-repeat center center;
}
.instagram {
	background: url(images/instagram.png) no-repeat center center;
}
a.scrollTop, a.scrollTop:hover {
	width:30px;
	height:35px;
	color:#307AC1;
	display:block;
	position: fixed;
	bottom:0;
	right:20px;
	opacity:0;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.75rem 1.00rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #307AC1;
  background-color:#f2f2f2;
  border: 1px solid #307AC1;
}
.page-item.disabled .page-link {
  color: #888888;
  pointer-events: none;
  cursor: auto;
  background-color: white;
  border-color: #888888;
}
.page-item.active .page-link {
  z-index: 1;
  color: white;
  background-color: #307AC1;
  border-color: #307AC1;
}
.page-link:focus, .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #888888;
  border-color: #888888;
}
.loading {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
  left:0;
  text-align:center;
  color:#888;
	background-color:rgba(255,255,255,0.7);
}
.loading div {
  width:100px;
  height:100px;
  display: block;
  overflow:hidden;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);	
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
}
.form-control:focus, .custom-select:focus {
  border-color: #307AC1 !important;
  box-shadow: 0 0 5px #307AC1 !important;
}
.custom-control-label:before {
  box-shadow: 0 0 5px #307AC1 !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color:#307AC1;
  box-shadow: 0 0 5px #307AC1 !important;
}
.custom-control-input:active~.custom-control-label::before {
  background-color:#307AC1;
  box-shadow: 0 0 5px #307AC1 !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color:#307AC1;
  box-shadow: 0 0 5px #307AC1 !important;
}
.custom-select {
	background:url(images/down.png) no-repeat right .75rem center white;
}
a.pagerlink, a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
	background:#a49a88;
	color: white;
	display: inline-block;
	font-size: 16px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px; 	
}
a.pagerlink:hover, a.decornonepagerlink, a.decornonepagerlink hover, .decornonepagerlink {
	background:#d3be9c;
}
.form-group label.error {
	color:#d5325e;
  font-size: 14px;
  display: block;
  width:100%;
}
a.btnTerms {
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;	
	display:inline-block;
	vertical-align:middle;								
	cursor:pointer;	
	border:1px solid #305AA7;
	background: url(images/checkbox.png) no-repeat center center white;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a.btnTermsChecked {
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;	
	display:inline-block;
	vertical-align:middle;								
	cursor:pointer;	
	border:1px solid #305AA7;
	background: url(images/checkbox.png) no-repeat center center #305AA7;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color:#f6f6f6;
}
.w30 {
	width:30%;
}
.w50 {
	width:50%;
}
.w100 {
	width:100%;
}
@media only screen and (max-width:767px) {
	.w30, .w50 {
		width:100%;
 	}
}
a.logopartner, a.logopartner:hover {
	display:inline-block;
	width:150px;
	height:80px;
	margin:0 10px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
a.logopartner:hover {
	-webkit-filter: grayscale(0);
  	filter: grayscale(0);
}
a.logopartner img, a.logopartner:hover img {
    display: inline-block;
    vertical-align: middle;
    max-width:80%;
    width: auto;
    max-height:80%;
    height: auto;
	 transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}