/* tags */
html, body{
    margin: 0;
    padding: 0;
    width: 100%;
	float: left;
	height: 100%;
}
body{
    font-family: 'Open Sans', sans-serif;
	background-color: white;
	color: #191919;
	font-size: 14px;
	position: relative;
	min-width: 300px;
}
.text-center {
  text-align: center;
}
.no-border {
  border: none!important;
}
h1{
    color: #191919;
	font-size: 24px;
	text-transform: uppercase;
	width: 100%;
    display: inline-block;
}
h2{
    color: #191919;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;

}
h3{
    color: #191919;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;

}
p{
    margin: 10px;
    display: inline-block;
	width: calc(100% - 20px);
}
figure{
    margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
}
figcaption{
    font-size: 12px;
}
table{
    border-collapse: collapse;
	border-spacing: 0;
}
td{
    padding: 10px 5px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
}
th{
    font-weight: bold;
	padding: 10px 5px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
}

/* buttons */
.owl-carousel{
    float: left;
}
.readmore{
    color: #4268a8;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
.readmore:after,
.readmore-white:after{
    content: ">";
    width: 20px;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #4268a8;
    border-radius: 10px;
	margin-left: 5px;
    margin-right: 5px;
	font-family: monospace;
    font-size: 14.5px;
	padding-top: 1px;
    padding-bottom: 1px;
}
.readmore-white:after{
    border: 1px solid white;
}
.readmore:hover:after{
    background-color: #3b5788;
	color: white;
}
.readmore-white{
    color: white;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
.readmore-white:hover:after{
    color: #4268a8;
	background-color: white;
}
.readmore-button{
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #4268a8;
    border-radius: 10px;
    border: 0;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}
.readmore-button span{
    font-family: monospace;
    font-size: 16px;
    margin-left: 5px;
}
.readmore-button-mobile{
    background-color: #4268a8;
    border-radius: 10px;
    border: 0;
	cursor: pointer;
	width: 35px;
    height: 35px;
	overflow: hidden;
}
.readmore-button:hover{
    background-color: #3b5788;
}
.date{
    font-size: 10px;

}
.button-up{
    width: 35px;
    height: 35px;
    position: fixed;
    right: 5%;
    bottom: 100px;
    background-color: #4268a8;
    border-radius: 10px;
    z-index: 99;
	display: none;
}
.button-up span{
	width: 35px;
    height: 35px;
    background-image: url(../img/button-up.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
	float: left;
}
.button-up:hover{
    background-color: #3b5788;
}
.h-line{
    width: 100px;
    border-bottom: 2px solid #4268a8;
    display: inline-block;
	margin-top: 10px;
    margin-bottom: 23px;
}
.h-line-wraper{
    float: left;
    width: 100%;
	height: 35px;
}
.carousel-nav{
    color: #4268a8;
    border: 1px solid #4268a8;
    border-radius: 20px;
    width: 35px;
    height: 32px;
    display: inline-block;
    padding-top: 3px;
    font-family: Georgia, serif;
    font-size: 23px;
	cursor: pointer;
	text-align: center;
}
.carousel-nav:hover{
    color: white;
    background-color: #4268a8;
}
.carousel-nav-2{
    color: #4268a8;
    border: 1px solid white;
	background-color: white;
    border-radius: 20px;
    width: 35px;
    height: 32px;
    display: inline-block;
    padding-top: 4px;
    font-family: Georgia, serif;
    font-size: 23px;
	cursor: pointer;
	text-align: center;
	opacity: 0.7;
}
.carousel-nav-2:hover{
    color: white;
	border: 1px solid #4268a8;
    background-color: #4268a8;
}
.carousel-nav-3{
    color: #4268a8;
    border: 1px solid #4268a8;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    display: block;
    font-family: Georgia, serif;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 15px;
}
.carousel-nav-3:hover{
    color: white;
    background-color: #4268a8;
}


/*main*/

main{
    min-height: 85%;
    float: left;
    width: 100%;
}

/* classes */

.fontWhite{
    color: white!important;
}
.fontShadow{
    text-shadow: 1px 1px 15px #0a0a0a;
}
.inLine{
    display: inline-block;
	margin-left: 10px;
    margin-right: 10px;
}
.floatLeft{
    float: left;
}
.marginTopMinus_100px{
    margin-top: -100px;
}
.textAlign_center{
    text-align: center;
}
.marginRight_20px{
    margin-right: 20px;
}

.header-nav{
    width: 100%;
    min-height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 25px;
    z-index: 99;
}
.header-nav-scrolled{
    width: 100%;
    min-height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
    border-bottom: 1px solid #4268a8;
    padding-top: 15px;
    background-color: white;
    z-index: 99;
}
.header-nav-2 {
    position: relative;
	width: 100%;
    min-height: 50px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
    border-bottom: 1px solid #4268a8;
    padding-top: 15px;
    background-color: white;
    z-index: 99;
}
.header-nav nav,
.header-nav-2 nav,
.header-nav-scrolled nav{
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 980px;
}
.header-nav-block-1{
    float: left;
    width: 35%;
	position: relative;
}
.header-nav-block-2{
    float: left;
    width: 30%;
	text-align: center;
}
.header-nav-block-3{
    float: left;
    width: 35%;
	margin-bottom: 5px;
}
.header-nav-block-2 a{
    display: inline-block;
}
.header-nav-block-2 img{
    width: 100%;
}
.menu-wrap{
    width: 100%;
    float: left;
    overflow: hidden;
	margin-left: -35px;
}
.menu-icon{
    width: 35px;
    height: 35px;
    background-image: url(../img/main-nav.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
    float: left;
	position: relative;
    z-index: 99;
}
.menu-icon:hover,
.active-menu{
    background-image: url(../img/main-nav.png);
	background-repeat: no-repeat;
    background-position: 0 -35px;
}
.main-menu{
    display: none;
    line-height: 10px;
	width: auto;
	margin-left: -100%;
}
.main-menu ul{
    float: left;
}
.main-menu li{
    float: left;
    margin-right: 30px;
    list-style: none;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.main-menu li:last-child{
    margin-right: 0px;
}
.main-menu li a{
    font-size: 12px;
	text-decoration: none;
	color: #191919;
}
.main-menu li a:hover{
	text-decoration: none;
	color: #4268a8;
}
.main-menu .active,
.main-menu .active a{
    color: #4268a8!important;
}
.header-contacts{
    float: right;
	text-align: center;
}
.header-contacts .readmore-button{
    margin-left: 20px;
}
.slider{
	color: #191919;
	font-size: 24px;
	width: 100%;
    float: left;
    position: relative;
	min-height: 300px;
	overflow: hidden;
}
.slider h3{
	font-size: 36px;
    font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
    width: 100%;
    text-align: center;
}
.slider-item-center span{
    color: #191919;
	text-transform: uppercase;
	width: 100%;
    float: left;
}
.slider-item{
    width: 100%;
    float: left;
	position: relative;
}
.slider-item-center{
    width: 74%;
    z-index: 2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -37%;
    margin-top: -60px;
    height: 120px;
}
.owl-nav{
    position: absolute;
    margin-left: -500px;
    top: 50%;
    left: 50%;
    width: 1000px;
}
.owl-prev .fa,
.owl-next .fa{
    color: #4268a8;
    border: 1px solid white;
    border-radius: 20px;
    width: 35px;
    height: 35px;
    background-color: white;
    opacity: 0.7;
}
a.prev, a.next, .owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
a.next, .owl-next {
    left: auto;
    right: 0;
}
.owl-next .fa:before{
    margin-top: 4px;
    float: right;
    margin-right: 12px;
}
.owl-prev .fa:before{
    margin-top: 4px;
    float: left;
    margin-left: 12px;
}
.owl-next .fa:hover{
    color: white;
    border: 1px solid #4268a8;
	background-color: #4268a8;
    border-radius: 20px;
    width: 35px;
    height: 35px;
}
.owl-prev .fa:hover{
    color: white;
    border: 1px solid #4268a8;
	background-color: #4268a8;
    border-radius: 20px;
    width: 35px;
    height: 35px;
}
.owl-dots{
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: absolute;
    bottom: 5%;
}
.owl-dots .owl-dot{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 10px;
    background-color: #f1e8e8;
    border-radius: 50%;
    opacity: 0.5;
    cursor: pointer;
	transition: 0.2s;
}
.owl-dots .owl-dot:hover{
    opacity: 0.8;
}
.owl-dots .active{
    width: 15px;
    height: 15px;
    background-color: #4b8ab1;
	opacity: 1;
}
.info{
    width: 100%;
    float: left;
    padding-top: 90px;
    margin-bottom: 90px;
}
.info-center{
    width: 95%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.info-center h2{
	font-size: 24px;
    margin: 0px;
}
.info-center .readmore-button{
    margin-top: 20px;
}
.indicators{
    background-image: url(../img/back-2.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    width: 100%;
    max-height: 310px;
    float: left;
    padding-top: 90px;
    padding-bottom: 90px;
    overflow: hidden;
}
.indicators-center{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}
.indicators-center .owl-dots{
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: -35px;
    float: left;
    overflow: hidden;
	position: relative;
}
.indicators-carousel{
    width: 100%;
	display: inline-block;
	position: relative;
}
.indicators-block{
    width: 235px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
.indicators-block img{
    display: inherit;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	width: auto!important;
}
.indicators-block .img{
    width: 100%;
    float: left;
    margin-bottom: 25px;
    height: 35px;
}
.indicators-block .count{
    margin-bottom: 20px;
	float: left;
    width: 100%;
    text-align: center;
	color: white;
    font-size: 30px;
}
.indicators-block .title{
	float: left;
    width: 100%;
	height: 40px;
    text-align: center;
	color: white;
	font-size: 14px;
	overflow: hidden;
    text-transform: uppercase;
}
.services{
    width: 100%;
    float: left;
    padding-top: 90px;
    padding-bottom: 60px;
}
.services-center{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 980px;
}
.services-center h2{
	font-size: 24px;
    margin: 0px;
}
.services-center .owl-dots{
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: -35px;
    float: left;
    overflow: hidden;
	position: relative;
}
.services-carousel{

	display: inline-block;
	position: relative;
	margin-top: 40px;
}
.services-block{
    border: 1px solid #4268a8;
    border-radius: 10px;
    width: 300px;
    height: 230px;
    padding-top: 40px;
    padding-bottom: 30px;
	display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.services-block-wrap{
	padding-left: 10px;
    padding-right: 10px;
}
.services-block img{
    display: inherit;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	width: auto!important;
}
.services-block .img{
    width: 100%;
    float: left;
    margin-bottom: 25px;
    height: 35px;
}
.services-block:last-child{
    margin-left: 0;
	margin-right: 0;
}
.services-block:first-child{
    margin-left: 0;
	margin-right: 0;
}
.services-block .title{
    margin-bottom: 30px;
    width: 100%;
    float: left;
	height: 60px;
    overflow: hidden;
}
.services-block h3{
    overflow: hidden;
    height: 40px;
    text-align: center;
}
.news{
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
}
.news-center{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	max-width: 1000px;
	min-width: 620px;
}
.news-center h2{
	font-size: 24px;
    margin: 0px;
}
.news-wrap{
    width: 100%;
    float: left;
}
.news-carousel{
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 30px;
    margin-bottom: 90px;
	border: 1px solid #4268a8;
    height: 500px;
}
.news-carousel .owl-dots{
    margin-top: 40px;
    position: relative;
    bottom: 0;
}
.news-block{
    width: 500px;
    height: 500px;
	display: inline-block;
}
.news-block-inner-top{
    width: 500px;
    height: 250px;
    float: left;
}
.news-block-inner-bottom{
    width: 500px;
    height: 250px;
    float: left;
}
.news-block-inner-img{
    width: 250px;
    height: 250px;
    overflow: hidden;
    float: left;
	position: relative;
}
.news-block-inner-desc{
    width: 200px;
    height: 200px;
    overflow: hidden;
    float: left;
    padding: 25px;
    text-align: left;
	position: relative;
    z-index: 2;
}
.news-block-inner-desc h3{
    height: 35px;
    overflow: hidden;
    display: inline-block;
}
.news-block-inner-desc .desc{
    height: 75px;
    overflow: hidden;
    display: inline-block;
}
.news-block-inner-desc .readmore{
    margin-top: 25px;
    display: inline-block;
}
.news-arrow{
    position: absolute;
    top: 50%;
    right: -14px;
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
    z-index: 1;
    margin-top: -20px;
}
.news-block-inner-bottom .news-arrow{
    left: -14px;
}
.projects{
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 145px;
    overflow: hidden;
}
.projects-center{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	max-width: 1000px;
}
.projects-center h2{
	font-size: 24px;
    margin: 0px;
}
.projects-carousel{
    width: 100%;
	display: inline-block;
	position: relative;
    margin-top: 30px;
    height: 480px;
}
.projects-block{
    width: 320px;
    height: 480px;
    display: inline-block;
	color: white;
	position: relative;
}
.projects-block h3{
    color: white;
}
.projects-block-back{
    position: absolute;
	top: 20px;
	left: 20px;
    width: 280px;
    height: 440px;
    background-color: #4268a8;
	opacity: 0;
	transition: 0.3s;
}
.projects-block-cont{
    width: 230px;
    height: 320px;
    text-align: left;
    margin: 20px;
    padding-top: 100px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
	float: left;
	position: relative;
	opacity: 0;
	transition: 0.3s;
}
.projects-block:hover > .projects-block-back{
    opacity: 0.6;
    transition: 0.3s;
}
.projects-block:hover > .projects-block-cont{
    opacity: 1;
    transition: 0.3s;
}
.projects-block h3{
    max-height: 65px;
    overflow: hidden;
    display: inline-block;
}
.projects-block .desc{
    height: 200px;
    overflow: hidden;
    display: inline-block;
}
.projects-block .readmore-white{
    margin-top: 10px;
    display: inline-block;
	float: right;
}
.projects-carousel .owl-dots{
    margin-bottom: -85px;
}
.contacts{
    background-image: url(../img/back-3.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    width: 100%;
    max-height: 350px;
    float: left;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 90px;
    color: white;
}
.contacts-center{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.contacts-center h2{
	font-size: 24px;
    margin: 0px;
}
.contacts-center .readmore-button{
    margin: 10px;
}
.contacts-center h2 {
    max-height: 60px;
	color: white;
}
.contacts-center p{
    max-height: 160px
}
footer{
    width: 100%;
    float: left;
    margin: 0;
    min-height: 230px;
    background-color: #191919;
	color: #8c8c8c;
}
footer h2, footer h3{
    color: #8c8c8c;
}
.footer-content{
    width: 100%;
    float: left;
	padding-top: 50px;
    padding-bottom: 70px;
}
.footer-content-center{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
	max-width: 1000px;
	min-width: 550px;
}
.footer-content-wrap{
	float: left;
	height: 100%;
	position: relative;
	width: 100%;
}
.footer-block-1{
    width: 23%;
    float: left;
    margin-right: 2%;
}
.footer-block-2{
    width: 15%;
    float: left;
    margin-right: 2%;
}
.footer-block-3{
    width: 15%;
    float: left;
}
.footer-block-4{
    width: 200px;
    float: right;
}
.footer-menu .footer-menu-title{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
	width: 100%;
    float: left;
}
.footer-menu ul{
    padding: 0;
	margin-top: 10px;
}
.footer-menu li{
    list-style: none;
    margin-bottom: 10px;
}
.footer-menu a{
    color: #8c8c8c;
	text-decoration: none;
}
.footer-menu a:hover{
    text-decoration: underline;
}
.h-line-footer-menu{
    height: 2px;
    width: 65px;
    border-bottom: 2px solid #4268a8;
    display: inline-block;
}
.footer-soc{
    float: right;
    width: 200px;
    height: 35px;
}
.footer-soc a{
    margin-right: 20px;
	width: 35px;
    height: 35px;
    float: left;
}
.footer-soc a:last-child{
    margin-right: 0px;
}
.soc-fb{
	background-image: url(../img/soc-icons.png);
	background-repeat: no-repeat;
    background-position: 0 0px;
}
.soc-tw{
	background-image: url(../img/soc-icons.png);
	background-repeat: no-repeat;
    background-position: 0 -35px;
}
.soc-gplus{
	background-image: url(../img/soc-icons.png);
	background-repeat: no-repeat;
    background-position: 0 -70px;
}
.soc-vk{
	background-image: url(../img/soc-icons.png);
	background-repeat: no-repeat;
    background-position: 0 -105px;
}
.soc-fb:hover{
    background-position: -35px 0px;
}
.soc-tw:hover{
    background-position: -35px -35px;
}
.soc-gplus:hover{
    background-position: -35px -70px;
}
.soc-vk:hover{
    background-position: -35px -105px;
}
.footer-copyrights{
    font-size: 12px;
    position: absolute;
    bottom: -20px;
    right: 0px;
    width: 300px;
    text-align: right;
    height: 20px;
}

.site-path{
    width: 100%;
    float: left;
    background-color: #f1f1f1;
    padding-top: 15px;
    padding-bottom: 15px;
}
.site-path-center{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
.site-path ul{
    float: left;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
	font-size: 12px;
	color: #4268a8;
}
.site-path li{
    float: left;
    list-style: none;
    margin-right: 10px;
}
.site-path a{
    color: #191919;
	text-decoration: none;
}
.site-path a:hover{
    text-decoration: underline;
}
.site-path ul span{
    margin-left: 10px;
}

/*page*/

.page{
    width: 100%;
    float: left;
    padding-top: 90px;
    margin-bottom: 60px;
}
.page-center{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	width: 100%;
}
.page-center h1{
    margin: 0px;
}
.page-center img{
    max-width: 100%;
}
.page-img-fullWidth{
    margin-left: -10px;
    margin-right: -10px;
	max-width: calc(100% + 20px)!important;
}
.page-center p{
    margin-left: 0;
    margin-right: 0;
}
.page-wrap{
    padding-left: 10px;
	padding-right: 10px;
}
.page-content{
    width: 100%;
    float: left;
}
.page-content ul{
    margin: 0;
    padding: 0;
}
.page-content li{
    list-style: none;
    margin-top: 10px;
    padding: 0;
}
.page-content li:before {
    content: "";
    margin-right: 10px;
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #4268a8;
    border-radius: 4px;
}

.partners{
    width: 100%;
    float: left;
    padding-top: 60px;
    margin-bottom: 80px;
}
.partners-center{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}
.partners-center h1{
    margin: 0px;
}
.partners-content{
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
.partners-partner{
    width: 235px;
    height: 255px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
	overflow: hidden;
}
.partners-img{
    max-height: 185px;
	overflow: hidden;
	margin-bottom: 10px;
}
.partners-partner img{
    max-width: 100%;
}
.partners-partner a{
    color: #191919;
    text-decoration: none;
}
.partners-partner a:hover{
    text-decoration: underline;
}

.contacts-page{
    width: 100%;
    float: left;
    padding-top: 60px;
    margin-bottom: 60px;
}
.contacts-page-center{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}
.contacts-page-content{
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
.contacts-page-content ul{
    padding: 0;
}
.contacts-page-content li{
    list-style: none;
    margin-top: 10px;
    float: left;
    width: 100%;
    line-height: 20px;
    margin-bottom: 10px;
}
.contacts-icon-mail{
    background-image: url(../img/contacts-icons.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 16px;
    height: 14px;
    float: left;
    margin-right: 15px;
    margin-top: 2px;
}
.contacts-icon-time{
    background-image: url(../img/contacts-icons.png);
    background-repeat: no-repeat;
    background-position: 0 -14px;
    width: 16px;
    height: 14px;
    float: left;
    margin-right: 15px;
    margin-top: 2px;
}
.contacts-icon-location{
    background-image: url(../img/contacts-icons.png);
    background-repeat: no-repeat;
    background-position: 0 -28px;
    width: 16px;
    height: 14px;
    float: left;
    margin-right: 15px;
    margin-top: 2px;
}
.contacts-icon-phone{
    background-image: url(../img/contacts-icons.png);
    background-repeat: no-repeat;
    background-position: 0 -42px;
    width: 16px;
    height: 14px;
    float: left;
    margin-right: 15px;
    margin-top: 2px;
}
.contacts-map{
    min-height: 500px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
    border: 1px solid #4268a8;
}

.callback{
    background-image: url(../img/back-1.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    width: 100%;
    max-height: 410px;
    float: left;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 84px;
    color: white;
}
.callback-center{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.contact-form{
    margin-top: 25px;
}
.contact-form input[type="text"],
.contact-form textarea{
    border: 1px solid #7e7f80;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    background: transparent;
    outline: none;
    height: 35px;
    max-width: 375px;
    width: 100%;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	margin-bottom: 5px;
    margin-top: 5px;
	padding-top: 0;
    padding-bottom: 0;
}
.contact-form textarea{
    height: 140px;
	resize: none;
}

.page-services{
    width: 100%;
    float: left;
    padding-top: 0px;
    margin-bottom: 60px;
}
.page-slider{
    width: 100%;
    float: left;
    padding-top: 90px;
    margin-bottom: 20px;
}
.page-slider-center{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}
.page-carousel{
    width: 950px;
    float: left;
    border-bottom: 1px solid #d0d0d0;
    padding-left: 25px;
    padding-right: 25px;
}
.page-carousel .center .page-carousel-item{
    border-bottom: 2px solid #4268a8;
	padding-left: 20px;
    padding-right: 20px;
}
.page-carousel .center a,
.page-carousel .center span{
    font-size: 20px;
    color: #191919;
    text-decoration: none;
}
.page-carousel .sibling-left a,
.page-carousel .sibling-left span{
    float: right;
}
.page-carousel .sibling-right a,
.page-carousel .sibling-right span{
    float: left;
}
.page-carousel a,
.page-carousel{
    font-size: 14px;
    color: #818181;
    text-decoration: none;
}
.page-carousel a:hover{
    color: #191919;
}
.page-carousel-item{
    text-align: center;
    min-height: 35px;
}
.page-carousel-item a,
.page-carousel-item span{
    line-height: 30px;
	display: inline-block;
	text-transform: uppercase;
}
.page-slider .owl-carousel .owl-item {
    display: table-cell;
    vertical-align: top;
	float: none;
	white-space: nowrap;
}
.tab.page-content{
    display: none;
	opacity: 0;
}
.cover{
    position: fixed;
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: 100;
	opacity: 0.25;
	display: none;
}
.popup{
    width: 100%;
    max-width: 410px;
    min-height: 50px;
    position: absolute;
    top: 5%;
    left: 50%;
    margin-left: -245px;
    z-index: 101;
    background-color: white;
    border-radius: 8px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 40px;
    padding-right: 40px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
	display: none;
	max-height: 86%;
    overflow-y: overlay;
}
.popup-content{
    display: none;
}
.popup-form form{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.popup-form-title{
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.popup-form-title .h-line-wraper{
    height: 25px;
}
.popup-form-title .h-line{
    margin-bottom: 10px;
}
.popup-form-info{
    text-align: center;
    float: left;
    width: 100%;
}
.popup-form-info span{
    width: 100%;
	float: left;
}
.popup-form-info a{
    text-decoration: none;
	word-break: break-all;
}
.popup-form-info a:hover{
    text-decoration: underline;
}
.popup-form input,
.popup-form textarea{
    border: 1px solid #d0d0d0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    background: transparent;
    outline: none;
    height: 35px;
    max-width: 375px;
    width: 100%;
    color: black;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.popup-form textarea {
    height: 140px;
    resize: none;
}
.popup-form select{
    border: 1px solid #d0d0d0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    background: transparent;
    outline: none;
    height: 37px;
    max-width: 191px;
    width: 100%;
    color: black;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
	padding-top: 0;
    padding-bottom: 0;
}

.fileform {
    border: 1px solid #d0d0d0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    background: transparent;
    outline: none;
    height: 35px;
    max-width: 390px;
    width: 100%;
    color: black;
    padding-left: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
	position: relative;
    overflow: hidden;
	display: inline-block;
}
.selectbutton-cover{
    width: 100%;
    height: 35px;
    float: left;
    overflow: hidden;
    z-index: 100;
    position: relative;
    max-width: 355px;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding-top: 7px;
	color: #b2b2b2;
}
.fileform .selectbutton {
    background-image: url(../img/file-icon.png);
	background-repeat: no-repeat;
    background-position: 0 0;
	width: 35px;
    height: 35px;
    float: right;
    overflow: hidden;
}
.fileform .upload{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    height: 35px;
    z-index: 20;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.page-project{
    width: 100%;
    float: left;
    padding-top: 90px;
    margin-bottom: 60px;
}
.page-project-center{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	width: 100%;
}
.page-project .page-content {
    margin-top: 20px;
}
.page-project-center h1{
    margin: 0px;
    font-size: 16px
}
.page-project-center h2{
    font-size: 15px
}
.page-project-center img{
    max-width: 100%;
}
.page-project-img-fullWidth{
    margin-left: -10px;
    margin-right: -10px;
	max-width: calc(100% + 20px)!important;
}
.page-project-center p{
    margin-left: 0;
    margin-right: 0;
}
.page-project-wrap{
    padding-left: 10px;
	padding-right: 10px;
}
.page-project-wrap .date{
   width: 100%;
   float: left;
   margin-top: 10px;
}

.page-news{
    width: 100%;
    float: left;
    padding-top: 60px;
    margin-bottom: 60px;
}
.page-tools{
    margin-top: 20px;
}
.search-form,
.filter-form{
    display: inline-block;
    width: 100%;
    max-width: 260px;
	margin-left: 10px;
    margin-right: 10px;
	margin-top: 5px;
    margin-bottom: 5px;
}
.tab-content{
    border-bottom: 1px solid #d0d0d0;
    margin-top: 50px;
    padding-bottom: 20px;
	display: inline-block;
}
.page-tools input,
.page-tools select{
    border: 1px solid #4268a8;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    background: transparent;
    outline: none;
    height: 31px;
    max-width: 230px;
    width: 100%;
    color: #4268a8;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.page-tools select{
    height: 35px;
    max-width: 260px;
}
