/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:#fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/18px 'Montserrat', sans-serif;
}
.wrapper {
	min-width: 320px;
	max-width: 1200px;
	margin: 0 auto;
}
.wrapperf {
	position: relative;
	min-width: 320px;
	max-width: 1200px;
	margin: 0 auto;
}

#modal1 {
	width: 300px!important;
}
#modal1 h4 {
	font-family: 'intro_blackregular';
	font-size: 22px;
	line-height: 27px;
	display: block;
	text-transform: uppercase;
	text-align: center;
	color: #336699;
}
#modal1 .modal-close {
	padding: 0 0 20px 0;
	text-align: center;
}
#modal1 button {
	margin-top: 20px;
}
#modal1 .modal-close a {
	color: #B1B1B1;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 260px;
	background: #FFE680;
}
.headermain {
	margin-top:0px;
	display: block;
	height:637px;
	position: relative;}
	

#pre_main {
		height: 325px!important;
	padding: 0px 0 !important;
	margin: 50px 0;
	}	
.pre_con {
	display:flex;
	justify-content:space-between;
	align-items:center;
	
}
.ob_itm {
	position: relative;
	height: 440px;
	display: block;
	box-sizing: border-box;
	z-index: 1;
	overflow: hidden;
	margin:15px 0;
}
.ymap {
	display: block;
	height: 500px;
	position: relative;
	margin-top: 50px;
}
#map {
	max-width:100%;
	min-width:290px;
	position:relative;
	z-index:900;
	margin-top:26px;
	height:500px;
	display:block;
	margin-bottom:0px;}
.wrapper.wr_pos {
	position:relative;
	margin-top: -500px;
}
.blck_f {
	position: absolute;
	z-index: 10000;
	top:40px;
	right:50px; 
	width: 350px;
	background-color: #fff;
	padding: 30px;
	padding-top: 10px;
	box-sizing: border-box;
	box-shadow: 0 0 54px rgba(47,66,85,0.22);
}
.wrapper .blck_f h4 {
	font-size: 22px;
	color:#2f4255;
	font-weight: 300;
	text-align: center;
	display: block;
	
	margin-bottom: 20px;
}
input.validate {
	
	border:1px solid #ccd2d7;
	padding:15px 20px;
	box-sizing: border-box;
	display: block;
	margin: 10px auto;
	font-weight: 300;
	outline: none;
width:100%;
	   -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
textarea.validate {
	
	border:1px solid #ccd2d7;
	padding:15px 20px;
	box-sizing: border-box;
	display: block;
	font-weight: 300;
	margin: 10px auto;
	outline: none;
	width: 250px;
	   -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
input.validate:hover {border:1px solid #0066d0;}
input.validate::placeholder {color:#aeb5bb;}
textarea.validate::placeholder {color:#aeb5bb;}
textarea.validate:hover {border:1px solid #0066d0;}
#btn2.btn {
	width: 100%;
	padding: 8px 20px;
	background-color: #0066d0;
	border-radius: 0;
	box-shadow: none;
	height: auto;
	font-size: 18px;
	font-weight: 300;
	text-transform: none;
	letter-spacing: normal;
}
#btn2.btn:hover {background-color: #0B76E5;}
.ob_itm img {
	width: 100%;
	height: auto;
}
.mbtn {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background-color:#0066d0;
	min-width: 150px;
	padding: 15px 30px;

}
.smbtn {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	background-color:#0066d0;
	min-width: 150px;
	text-align: center;
	padding: 10px 20px;
	display: inline-block;

}
.mbtn:hover {background-color:#0B74E1;}
.bmargin {
	display: block;
	margin: 30px 0;}
.mbtn.center {
	margin: 0 auto;
}
.ob_overlay {
	position: absolute;
	top:0;
	width: 100%;
	z-index: 2;
	color: #fff;
	height:0px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: rgba(25,39,65,0.48);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
		 -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.ob_itm:hover .ob_overlay {
	height:440px;
}
.wrapper .ob_overlay p {color: #fff !important;font-size: 22px !important;line-height: 28px !important;font-weight: 700 !important; text-align: center;box-sizing: border-box;
padding: 20px; margin-bottom: 10px !important;}
.ob_overlay span {
	text-decoration: underline;font-size: 16px;line-height: 28px;font-weight: 700;
}
.pre_i {
	width: 30%;
	text-align: center;
}
.pre_i img {
	margin-bottom: 30px;
}
.pre_i p {
	text-align: center;
	color: #0d3e66;
	font-size: 20px;
	line-height: 30px;
	font-family: 'intro_blackregular';
	text-transform: uppercase;
	margin-bottom: 25px;
	
	
}
.imga img {
	max-width: 100%;
	height: auto;
}
.pre_i span {
	font-size: 14px;
	margin-bottom: 20px;
	color: #7990a2;
	line-height: 20px;
	font-family: "AgoraSansProMedium";
}


.pre_i p:after {background-color: #e24046;
    display: block;
	margin: 0 auto;
    text-align: center;
    content: "";
    height: 5px;
    margin-top: 23px;
    width: 100px;
transition: all 0.3s ease;}


.morecen {
	font-family: 'intro_blackregular';
	    color: #7990a2;
    text-decoration: none;
    font-size: 18px;
	margin: 0 auto;
    display:block;
    transition: all 0.3s ease;
	text-align: center;
	margin: 60px 0;
}
.morecen:after {
    background-color: #e24046;
    display: block;
    text-align: center;
    content: "";
    height: 3px;
	margin: 0 auto;
    margin-top: 15px;
    width: 83px;
    transition: all 0.3s ease;
}
.morecen:hover {color: #8aacc7;}
.morecen:hover:after,
.morecen:focus:after {
	color: #a37097;
    width: 160px;
}
.headerfix {
	background-color: #fff;
	width: 100%;
	position: relative;
	min-width: 320px;
	z-index: 12000;
	height: 75px;
	
}
.menuhey {
	position: relative;
}
.menuhey .headerfix {
	position:fixed;
	z-index:14000;
	top:0;
	display:block;
	
	width:100%;
		background-color:#FFF;
	height: 75px;
	box-shadow:0 -1px 20px rgba(35,46,106,0.5);}

#menu-wrapper {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 100%;
	text-align: left;
	padding: 0 0 0 240px;
}
.logo {
	top:0;
	z-index: 14000;
	
	width: 210px;
	height: 150px;
	position: absolute;
	text-align: center;
	background-color: #0066d0;
	 -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.menuhey .logo {
	top:0;
	z-index: 14000;
	
	width: 210px;
	height: 56px;
	position: absolute;
	text-align: center;
	background-color:#0066d0;
}
.menuhey .logo .logoa .em {
	width: 40px;
    transform: translate(-55px,-5px);
   
}
.menuhey .logo .logoa .nm {
    width: 135px;
    transform: translate(30px,-44px);
}

.logo .logoa .em img {
		-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	max-width: 100%;
	height: auto;
}
.logo .logoa .nm img {
		-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	max-width: 100%;
	height: auto;
}
.logo .logoa .em {
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
	margin-left: 0;
	margin: 0 auto;
	float: none;
	
	margin-top: 13px;
	width: 115px;
}
.logo .logoa .nm {
	display: inline-block;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
	margin-left: 0;
	margin: 0 auto;
	color: #fff;
	font-size: 31.7px;
	font-weight: 700;
	margin-top: 10px;
	width: 183px;
}
.mmn {background:#143760;
height: 56px;
	position: relative;
	margin-top: 0px;
	width: 100%;
	min-width: 320px;
	z-index: 13000;
	
	display: block;
}
.menuhey .mmn {background:#143760;
}
.headnf {
	height: 94px;

}
.headyf {
	height: 94px;
	position:relative;
	top:0;
	margin-top: -94px;

}

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	float: right;
	cursor: default;
	z-index: 500;
	width:100%;
}

/* Menu List */
.nav > li {
	display:inline-block;
	float:none;
}

/* Menu Links */
.nav > li > a {
	font-family:'Montserrat';
	position: relative;
	display: block;
	z-index: 510;
	height:56px;
	padding: 0 29px;
	line-height:56px;
	font-size: 12px;
	color:#e5eff7;
	background-color:transparent;
	border-bottom:3px solid #143760;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.nav > li > a.active {border-bottom:3px solid #0066d0;color:#fff;}
.nav > li:hover > a { background:rgba(0,102,208,0.3);border-bottom:3px solid #0066d0;color:#fff; }

.nav > li:first-child > a {

	border-left: none;
}

/* Search Form */
.nav > li.nav-search > form {
	position: relative;
	width: inherit;
	height: 54px;
	z-index: 510;
	border-left: 1px solid #4b4441;
}

.nav > li.nav-search input[type="text"] {
	display: block;
	float: left;
	width: 1px;
	height: 24px;
	padding: 15px 0;
	line-height: 24px;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #999999;


	background: #372f2b;

	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
}

.nav > li.nav-search input[type="text"]:focus { color: #fcfcfc; }

.nav > li.nav-search input[type="text"]:focus,
.nav > li.nav-search:hover input[type="text"] {
	width: 110px;
	padding: 15px 20px;

	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.nav > li.nav-search input[type="submit"] {
	display: block;
	float: left;
	width: 20px;
	height: 54px;
	padding: 0 25px;
	cursor: pointer;

	background: #372f2b url(../img/search-icon.png) no-repeat center center;

	

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav > li.nav-search input[type="submit"]:hover { background-color: #4b4441; }

/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	display: block;
	width:300px;
	top:auto;
	left: auto;

	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	background:#143760;
	border-radius: 0 0 3px 3px;
-webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.nav > li > div a {
	color: #fff;
	font-size: 12px;
	padding: 15px 20px;
	display: block;
-webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.nav > li > div a:hover {
	background-color: #0066d0;
}
.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* Menu Content Styles */
.nav .nav-column {
	float: left;
	width: 20%;
	padding: 2.5%;
}

.nav .nav-column h3 {
	margin: 20px 0 10px 0;
	line-height: 18px;
	
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #372f2b;
	text-transform: uppercase;
}

.nav .nav-column h3.orange { color: #ff722b; }

.nav .nav-column li a {
	display: block;
	line-height: 26px;

	font-weight: bold;
	font-size: 13px;
	color: #888888;
}

.nav .nav-column li a:hover { color: #666666; }

.nav li.more span{
	
	font-size: 12px;
    text-transform: uppercase;
    background-color: rgb(23, 65, 113);
    padding: 19px 15px 19px 15px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}
.nav li.more {
	position:relative;
    width:60px;
	float: right;
    text-align: center;

    display: none;
}
.nav li.more:hover ul#overflow {
    opacity: 1;
    visibility: visible;
}

.nav li.more {
	padding:0 !important;}

.nav #overflow {
	position:relative;
    opacity: 0;
    visibility: hidden;
    position: absolute;
	right: 0;
	z-index:1000;
    text-align: left;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.nav #overflow li {
    float: none;
}
.nav #overflow li a {
	display:block;
	
        background-color: rgb(20, 55, 96);
	color:#fff;
	padding:15px 25px;
	font-size:12px;
    white-space: nowrap;
	-webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.nav #overflow li a:hover {
    background-color:#0066d0;
}
.slogan {
	position: absolute;
	z-index: 12000;
	width: 100%;
	bottom:150px;
	margin:0 auto;
	
	text-align: center;
	
}
.red_sp {
	font-family: 'intro_blackregular';
	display: inline-block;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	background-color: rgba(226,64,70,0.8);
	background-image: url(../images/hm_cn.png);
	background-repeat: no-repeat;
	background-position: 13px center;
	padding: 10px 13px 10px 63px;
	width: 180px;
	
}
.tra_sp {
	display: inline-block;
	color: #fff;
	vertical-align: top;
	text-align: left;
	margin-left: 10px;
	width: 250px;
	font-family: 'intro_blackregular';
	font-size: 30px;
	line-height: 34px;
}

.slbb {
	height: 8px;width: 247px;
	display: block;margin:0 auto;
	background-color: rgba(255,255,255,0.4);
}
.subh {
	
	top:75px;
	position: absolute;
	z-index: 12000;
	width: 100%;
	background:rgba(13,62,102,0.7);
	height: 50px;
}
.subh, .subh a, .subh p {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.sl, .sr {
	display: inline-block;
	vertical-align: top;
}
.sl {
	float: left;
}
.sl p span {
	color: #9ba3be;
}
.sl p {
	margin-top: 16px;
}
.sr {
	float: right;
}
.lng, .svz{
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	float: right;
}
.lng {
	margin-top: 17px;
	}
.lng a, .lng p {
	display: inline-block;
	vertical-align: top;
	
}
.telp { color:#273a5f;font-size: 16px;font-family:'Montserrat'; display: block;clear: both; line-height: 22px;font-weight: 700;}
	
.hnf_con {
	padding:0 0 0 240px;
}
.hnf_1, .hnf_2, .hnf_3 {
	margin-top: 30px;
	display: inline-block;
	vertical-align: top;
}
.hnf_1 { width: 44%;margin-right: 5%; text-transform: uppercase;}
.hnf_2 { width: 26%;margin-right: 5%; text-align: right;}
.hnf_3 { width: 18%; text-align: right;}
.discr {color:#273a5f;font-size:14px;font-family:'Montserrat';font-weight: 500; margin-bottom: 5px;}
.slog {color:#273a5f;font-size:14px;font-family:'Montserrat';font-weight: 500; }
.zkz { display: block; background-color:#0066d0; text-decoration: none; color:#e5eff7; font-family:'Montserrat'; font-size: 12px; text-transform: uppercase; width: 100%; text-align: center;padding: 12px 0; position: relative;z-index: 10000;-webkit-transition-duration: .3s;
    transition-duration: .3s;}
.zkz:hover { color:#fff;background-color:#0477ef;}
.subh .svz {
	font-size: 13px;
	padding: 5px 10px;
	border: 1px solid #8a97d1;
	border-radius:2px;
	-webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.subh .svz:hover{
	background: rgba(255,255,255,0.1)
}
.lng .active {
	color: #fff;
}
.lng a, .lng p {
	color: #9ba3be;
}
.lng p {
	margin-top: -1px;
}

.mapcl {
	padding: 50px 0;
}
.mcll, .mclr {
	display: inline-block;
	vertical-align: top;
	
}
.mcll {
	width: 35%;
	text-align: center !important;
	background-image: url( ../images/mapbg.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	min-height: 180px;
}
.mcll .valign-wrapper {
	min-height: 180px;
}
.mclr .valign-wrapper {
	min-height: 180px;
}
.mcll p {
	width: 100%;
	color: #2b3268;
	font-size: 50px;
	font-weight: 900;
}
.docs {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.docsa {
	width: 15%;
	margin-right: 20px;
}
.docsa img {
	max-width: 100%;
	height: auto;
}
.mclr {
	width: 63%;
	font-weight: 300;
	min-height: 180px;
}
.mclr p {
	color: #2b3268;
	display:block;
	width: 100%;
	clear: both;
	font-size: 35px;
	line-height: 45px;
}
.mclr i {
	width: 100%;
	margin-top: 10px;
	clear: both;
	display:block;
	color: #878dbe;
	font-size: 17px;
	line-height: 25px;
}

.hblck {
	position:absolute;
	top:0;
	left:0;
	opacity: 0;
	background-color:rgba(43,50,104,0.8);
	height: 100%;
	width: 100%;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	color:#fff;
	transition:all 0.3s ease;
}
.owl-carousel2 .hblck {
	position:absolute;
	top:0;
	left:calc(50% - 72.5px);
	opacity: 0;
	background-color:rgba(226,64,70,0.8);
	height: 100%;
	width: 145px;
	margin:0 auto;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	color:#fff;
	transition:all 0.3s ease;
}
.owl-carousel3 .hblck {
	position:absolute;
	top:0;
	left:calc(50% - 105px);
	opacity: 0;
	background-color:rgba(43,50,104,0.8);
	height: 100%;
	width: 210px;
	margin:0 auto;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	color:#fff;
	transition:all 0.3s ease;
}
.owl-carousel4 .hblck {
	position:absolute;
	top:0;
	left:calc(50% - 105px);
	opacity: 0;
	background-color:rgba(43,50,104,0.8);
	height: 100%;
	width: 210px;
	margin:0 auto;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	color:#fff;
	transition:all 0.3s ease;
}
.hblck .valign-wrapper {
	height:100%;
}
.otziv {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 20px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	margin-top: 20px;
}
.o_text {
	width: 75%;
}
.o_text h1 {
	font-size: 22px;
	color: #143760;
	font-weight: 700;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.o_text span {
	font-size: 16px;
	color: #0066d0;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}
.o_text p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #292929;
}
.o_text span.more {
    font-size: 14px;
    color: #0066d0;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
	margin-top: -22px;
	cursor: pointer;
}
.o_text span.elTextHidden {
    font-size: 14px;
    color: #292929;
	line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}
.o_skrin {
	display: flex;
	width: 25%;
	justify-content:center;
}
.o_skrin a img, .o_skrin div img {
	max-width: 100%;
	height: auto;
}
.o_skrin a, .o_skrin div {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 10px;
}
.hblck .vw a {
	clear: both;
	display: block;
	text-transform: none;
	font-weight: 400;
	font-size: 16px;
	
	color: #fff;
	
	margin-top: 30px;
}
.owl-carousel2 .search img {
	width:70px !important;
	transition:all 0.1s ease;
	height: auto;
	
}
.owl-carousel2 .search {
	margin: 0 auto;
}
.owl-carousel2 .search:hover > img{
	width:100px !important;
}

.search img {
	width:70px !important;
	transition:all 0.1s ease;
	height: auto;
	
}
.search {
	margin: 0 auto;
}
.search:hover > img{
	width:100px !important;
}
.owl-carousel .search img {
	width:70px !important;
	transition:all 0.1s ease;
	margin: 0 auto;
	height: auto;
	
}
.vw {
	width: 100%;
	text-align: center;
}
.owl-carousel .search {
	margin: 0 auto;
}
.owl-carousel .search:hover > img{
	width:100px !important;
}
.hblck .vw a:after{
background-color: #fff;
    display: block;
	text-align: center;
	margin: 0 auto;
    content: "";
    height: 2px;
	margin-top: 5px;
	width: 40px;
	transition:all 0.3s ease;
}
.hblck .vw a.search:after{
background-color: transparent;
    display: none;
	text-align: center;
	margin: 0 auto;
    content: "";
    height: 2px;
	margin-top: 5px;
	width: 40px;
	transition:all 0.3s ease;
}
.hblck .vw a:hover:after,
.hblck .vw a:focus:after {
    width: 83px;
}
.owl-carousel a {transition:all 0.3s ease;}
.owl-carousel a:hover > .hblck {display:block !important;}
.hblck:hover {box-shadow: inset 0 0 0 15px #ff646acc;background-color:rgba(226,64,70,0.8); opacity:1;}
.owl-carousel {
	margin-bottom: 50px;
}

.right-sidebar h1 {
	color: #618bae;
	font-size:20px;
	font-family: 'intro_blackregular';
	text-transform: uppercase;
	margin-left: 36px;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.containerx {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 50px 565px 60px 0;
	
}

#uslugi_main {
	height: 650px;
	background-color: #f1f3f9;
}
.fb_ul {
	font-size:14px;
	color: #454a5f;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	width: 100%;
}
.nav .fb_ul li {
	background-image: url(../images/gal.png);
	background-repeat: no-repeat;
	background-position:20px center; 
	display:flex;font-size:14px;
	line-height: 18px;
	padding:10px 20px 10px 70px;
	background-color:transparent;
	height: 70px;
	width: 33.33%;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	flex-direction:row;
	
}
.fb_ul li {
	background-image: url(../images/gal.png);
	background-repeat: no-repeat;
	background-position:20px center; 
	display:flex;font-size:14px;
	line-height: 18px;
	padding:15px 30px 15px 70px;
	background-color:transparent;
	height: 88px;
	width: 33.33%;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	flex-direction:row;
	
}
.nav .fb_ul li a {
	color: #fff;
}


.fb_ul_div {
	font-size:14px;
	color: #454a5f;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	width: 100%;
}
.fb_ul_div div {
	
	display:flex;font-size:14px;
	line-height: 18px;
	padding:15px 15px 15px 15px;
	background-color:#fff;
	height:auto;
	width: 33.33%;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	flex-direction:row;
	
}
.fb_ul_div div h3 {
	display: block;
	font-size: 22px;
	margin-bottom: 30px;
	width: 100%;
}
.fb_ul_div div h3 p {
	display: block;
	margin-top: 20px;
	font-size: 16px;
	clear: both;
	width: 100%;
}
.fb_ul li:nth-child(odd) {background-color:#f6f7fb;}

.nav  .fb_ul li:nth-child(odd) {    background-color: rgba(35,110,165,0.7);}
.h1b {
  padding: 20px 0;
	margin-bottom: 10px;
	text-align: center;
}
.h1b h1 {
  
  font-size: 25px;
  letter-spacing: 1px;
  width: 100%;
  position: relative;
  display: inline-block;
  color:#0d3e66;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 0 0 0px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 10px;
	
	
}
#o_komp .h1b h1 {
	margin-left: 0;
}
.partb {padding-top: 1rem;padding-bottom:100px;}
.h2b {
	width: 100%;
  padding: 20px 0;
	margin-bottom: 10px;
}
#o_komp {
	height: 814px;
}
.h2b h2 {
  
  font-size: 25px;
  letter-spacing: 1px;
  width: 100%;
	text-align: center;
  position: relative;
  display: inline-block;
  color: #e83b41;
	font-family: 'intro_blackregular';
	
	padding: 0 0 0 0px;
	
}

.h1b h1 {
  display: table;
  width: auto;
  
}

#pbanner {
	height:255px !important;
}
.content p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 30px;
	color: #4f5360;
	padding: 0 0 0 40px;
}
#o_komp .content p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #4f5360;
	padding: 0 0 0 40px;
}

#o_komp .content ul li {
	list-style-type: disc;
	margin-left: 60px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #4f5360;
	padding: 0 0 0 0px;

}
.fgal {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.gal_item {
	width: 32%;
	margin-bottom: 20px;
}
.gal_item img {
	max-width: 100%;
	height: auto;
}
.fullcontent {
	padding: 20px 0 40px 0;
}
.fullcontent h1 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: 700;
	color:#143760;
}
.fullcontent p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
	color: #4c6475;
	padding: 0 0 0 0px;
}
.fullcontent ul {
	margin-left: 20px;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 40px;
	color: #4c6475;list-style-type: disc;
	padding: 0 0 0 0px;
}
.fullcontent ul li {
	list-style-type: disc!important;
	margin-left: 20px;
}
.content p a.more {
	color: #6e7dbc;
	text-decoration:underline;
	font-size: 16px;
	margin-left: 5px;
}
.content p a.more:hover, .content p:hover {
	text-decoration: none;
}
.content p a.more:after{
	display: none;
}
.content a.more {
	color: #618bae;
	font-family: "AgoraSansProMedium";
	text-decoration: none;
	font-size: 18px;
	
	margin-left: 40px;
	margin-top: 20px;
	display: inline-block;
	transition:all 0.3s ease;
}

.content a.more:after{
background-color: #e24046;
    display: block;
	text-align: center;
	
    content: "";
    height: 3px;
	margin-top: 10px;
	width: 50px;
	transition:all 0.3s ease;
}
.content a.more:hover {color: #71a2ca;}
.content a.more:hover:after,
.content a.more:focus:after {
	color: #a37097;
    width: 90px;
}
.owl-carousel2 img {
	width: 145px !important;
	margin: 0 auto;
	height: auto;
}
.owl-carousel2 div {
	text-align: center;
}
.owl-carousel3 img {
	width: auto !important;
	margin: 0 auto;
	height: auto;
}
.owl-carousel3 div {
	text-align: center;
}
.owl-carousel4 img {
	width: auto !important;
	margin: 0 auto;
	height: auto;
}
.owl-carousel4 div {
	text-align: center;
	
}
.partners_main {
	margin-top: -125px;
	position: relative;
	z-index: 10000;
}
.partners {
	text-align: center;
}
.partners h1 {
	font-size: 25px;
	font-weight: 700;
	margin: 0 0;
	margin-bottom: 20px;
	
}
.wrapper .zag h1 {
	color: #143760;
	position: relative;
	font-size: 25px;
	font-weight: 700;
	margin: 30px 0;
	padding-bottom: 30px;
	
	}
.wrapper .zag_center {
	text-align: center;
	
}
.wrapper h4 {
	color: #2f4255;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0;
}
.f {
	display: flex;}
.jsp {
	justify-content: space-between;
}
.w6 {
	width: 49%;
}
.fw {
	flex-wrap: wrap;
}
.morelink {
	font-size: 14px;
	color: #3366cc;
}
.wrapper .f p {
	font-size: 14px;
	line-height: 22px;
	color: #232323;
	margin-bottom: 22px;
}
.morelink i {
	margin-left: 10px;
}
.wrapper .zag_center h1 {
	text-align: center;
	display: flex;
	justify-content: center;
}
.wrapper .zag_center h1:before {
	margin: 0 auto;
}
.wrapper .zag h1:before {
	position: absolute;
	display: block;
	content: '';
	bottom: 0;
	width: 95px;
	height: 4px;
	background-color: #0066d0;}
.partners_main h1 {
	color:#fff;
}
.owl-carousel4 .owl-item {padding-bottom: 20px;}
.owl-carousel4 .itm {
	box-shadow: 0 14px 27px rgba(47,66,85,0.11);
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 15px;
	box-sizing: border-box;
	height: 155px;
	
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 544px;
	margin-left: -544px;
	position: relative;
	margin-top: 90px;

}


.textm {
	margin-top:70px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height:auto;
	margin-top: 30px;
	box-sizing: border-box;
	padding: 40px 0;
	background:#143760;
	color: #fff;
}
.flogo {
	margin-bottom: 15px;
	margin-right: 80px;
	display: block;
}
.wrapper .fsl {
	color: #93a5b8;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
.wrapper .ftelb p {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.ullst {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	margin-top: 10px;
	display: block;
	margin-right: 60px;
}
.ullst li a {
	color: #e5eff7;
	font-size: 12px;
	padding: 7px 0;
	display: block;
}
.ullst li a:hover {
	color: #fff;
}
.ullst .ulnm a {
	font-size: 18px;
	color: #fff;
	
}
.fname {
	font-size: 12px;
	color: #e5eff7;
	margin-bottom: 10px;
}
.fcontact {
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}
.fcontact i {
	font-size: 12px;
	margin-bottom: 5px;
	color: #b5ccf8;
}
.footerbot {
	padding: 20px 0 40px 0;
	color: #fff;
	background-color: #133256;
}
.footerbot .wrapper p{
	color: #b5ccf8;font-size: 12px;
}
.footerbot .wrapper a{
	color: #b5ccf8;font-size: 12px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ulnm {
	margin-bottom: 20px;
}

.headerm.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footerm.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.headerm a
{
	display:none;
	width: 23px;
	height: 18px;
	padding: 11px;
	position: fixed;
	z-index: 15000;
	box-sizing:initial !important;
	top: 12px;
	right: 12px;
	background-color:#143760;
}
.headerm a:before,
.headerm a:after
{
	content: '';
	display: block;
	background: #fff;
	height: 3px;
}
.headerm a span
{
	background: #fff;
	display: block;
	height: 3px;
	margin: 4px 0;
}
#menu:not( .mm-menu ){display:none;}

nav#menu {
	height: auto !important;
}
.mm-listview li {
	float: none!important;
}

.par {
	display: flex;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgb(20, 55, 96, 0.4);z-index: 1000;
}
#ph1 {
	top:0px;
	text-align: center;
	margin-bottom: 0px;
	height: 140px !important;
}
#ph2 p {
	font-size: 35px;
	color: #fff;
	
}
#ph1 .h1b {
	margin-top: 20px;
	display: block !important;
	width: 100% !important;
	text-align: center;
}
#ph1 .h1b h1{
	color: #fff;
	margin: 0 auto;
}
.ph2 {
	top: -60px;
	margin-bottom: -60px;
}
.ph2 .no-pad-bot {
	width: 100%;
	text-align: center;
}
.fancybox-content h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.fancybox-content .zkz {
	border:0;
	outline: none;
	padding: 15px 20px;
	box-sizing: border-box;
}
.ph2 .no-pad-bot h3 {
	margin:0 auto;
	font-size:30px;
	line-height: 35px;
	width: 60%;
	color: #fff;
	font-weight:900;
}
.ph3 {
	height: 170px !important;
}
.ph3 .no-pad-bot {
	width: 100%;
	text-align: center;
}
.ph3 .no-pad-bot h3 {
	margin:0 auto;
	font-size:30px;
	line-height: 35px;
	width: 60%;
	color: #fff;
	font-weight:900;
}
.ph3 .h1b {
	margin-top: 30px;
	display: block !important;
	width: 100% !important;
	text-align: center;
}
.ph3 .h1b h1{
	color: #003c68;
	margin: 0 auto;
}
.ph3 .par {
	display: flex;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color:rgba(250,250,255,1);z-index: 1000;
}
.frmd {
	max-width: 100%;
	min-width: 280px;
	padding: 50px 0;
	background-color:#ffffff;
	margin-bottom: 50px;
}
.frmd p {
	color: #424a66;
	width: 60%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 26px;
	padding: 20px 0;
	text-align: center;
}
.pr_i {
	position: relative;
	display: inline-block;
	width: 30%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	vertical-align: top;
}
.pr_i img{
	width: 100%;
	height: auto;
}
.itm_list {
	margin: 30px 0;
}

.content_in {
	padding: 0 0 50px 0;
}
.content_in p {
	font-size:14px;
	color:#2c324a;
	line-height:20px;
padding-bottom: 20px;}
.content_in h2 {
	font-size: 24px;
	line-height: 28px;
	color: #013d69;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content_in ul {
	margin-left:20px;
	font-size:14px;
	color:#2c324a;
	line-height:20px;
	margin-bottom:20px;}
.content_in ol {
	color:#2c324a;
	margin-left:20px;
	font-size:14px;
	line-height:20px;
	margin-bottom:20px;}
.content_in ul li {list-style-type:disc !important;}
.content_in ol li {list-style-type:decimal !important;}

.content_in table tr td {	font-size:14px;
	line-height:20px;
	padding:13px;}
.content_in table tr th {	font-size:14px;
	line-height:20px;
	
	background-color:#f4f9ff;
	padding:13px;}
.content_in table tr{
	border-bottom:1px solid #ede6dc;
}
.content_in table {
	color:#2c324a;
	margin:20px 0;}	
	.content .bxslider {
	margin-left:0;}

  /* label color */
   .input-field label {
     color: #000!important;
   }
   /* label focus color */
   .input-field input[type=text]:focus + label {
     color: #000!important;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #166dad!important;
     box-shadow: 0 1px 0 0 #166dad!important;
   }
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid #166dad!important;
     box-shadow: 0 1px 0 0 #166dad!important;
   }
   /* invalid color */
   .input-field input[type=text].invalid {
     border-bottom: 1px solid #166dad!important;
     box-shadow: 0 1px 0 0 #166dad!important;
   }

   /* label underline focus color */
   .input-field input:focus {
     border-bottom: 1px solid #166dad!important;
     box-shadow: 0 1px 0 0 #166dad!important;
   }
   /* valid color */
   .input-field input.valid {
     border-bottom: 1px solid #166dad!important;
     box-shadow: 0 1px 0 0 #166dad!important;
   }
   /* invalid color */
   .input-field input.invalid {
     border-bottom: 1px solid #166dad!important;
     box-shadow: 0 1px 0 0 #166dad!important;
   }

 /* label underline focus color */
   .input-field textarea:focus {
     border-bottom: 1px solid #166dad!important;
     box-shadow: 0 1px 0 0 #166dad!important;
   }
   /* valid color */
   .input-field textarea.valid {
     border-bottom: 1px solid #166dad!important;
     box-shadow: 0 1px 0 0 #166dad!important;
   }
   /* invalid color */
   .input-field textarea.invalid {
     border-bottom: 1px solid #166dad!important;
     box-shadow: 0 1px 0 0 #166dad!important;
   }

   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #000!important;
     
   }
.content_in h2 {
	padding: 0;
}
      

@media screen and (max-width: 1280px) {
	.hnf_1 {
    width: 44%;
    margin-right: 1%;
    text-transform: uppercase;
}
	.hnf_2 {
    width: 29%;
    margin-right: 2%;
}
	.hnf_3 {
    text-align: right;
    width: 23%;
}
	#menu-wrapper {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 100%;
    text-align: left;
		padding: 0 0 0 227px;}
	.hnf_con {
		    padding: 0 0 0 235px;
	}
	.wrapper {
    min-width: 280px;
    max-width: 1160px;
    margin: 0 auto;
		padding: 0 20px;
	
}

	.slider .caption h3 {
		font-size: 45px!important;
	}

}
@media screen and (max-width: 1024px) {
	.flogo {
		margin-right: 40px;
	}
	.ob_itm {
		height: 340px;
	}
	.nav > li > a {
		padding: 0 20px;
	}
	.discr {
    color: #336699;
    font-size: 12px;
   
    margin-bottom: 5px;
}
	.slog {
    color: #afc6d9;
    font-size: 14px;
  
}
	.zkz {
		text-transform: none;
		
	}
	
	.sr {
		float: left;
		width: 100%;
	}
	.telp {
		margin-left: 0;
		float: right;
		    font-size: 14px;
			
	}

	.hnf_3 {
    text-align: right;
    width: 20%;
}
	
	.sl {
		display: none;
	}
	
	#menu-wrapper {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 0 0 228px;
}
	.hnf_con {
    padding: 0 0 0 228px;
}
	
	.hnf_1 {
    width: 47%;
    margin-right: 0%;
    text-transform: uppercase;
}
	.hnf_2 {
    width: 30%;
    margin-right: 0%;
}
	
	.owl-carousel3 {
    display: none;
    width: 90% !important; 
    margin: 0 auto;
    margin-top: 60px;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
	.owl-carousel4 {
    display: none;
    width: 90% !important; 
    margin: 0 auto;
    margin-top: 60px;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}	
	.content {
    padding: 10px 565px 60px 0;
}
	.logo {
		left: 15px;
	}
}
@media screen and (max-width: 960px) {
	
	.hnf_1 {
    width: 100%;
    margin-right: 0%;
		margin-top:15px !important;
    text-transform: uppercase;
}
	.discr {
    color: #336699;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
}
	.slog {
    color: #afc6d9;
    font-size: 14px;
    display: inline-block;
}
	.hnf_2 {
    width: 45%;
		margin-top: 5px !important;
    margin-right: 0%;
}
	.hnf_3 {
		margin-top: 5px !important;  
    text-align: right;
    width: 47%;
}
	.discr, .slog {
		margin-right: 15px;
	}
	.telp {
		float: left;
		clear: none;
		display: inline-block;
		font-size: 16px;
		margin-left: 15px;
		margin-top: 10px;
	}
	.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 25px !important;
}
	.slogan {
	position: absolute;
	z-index: 12000;
	width: 100%;
	bottom:80px;
	margin:0 auto;
	
	text-align: center;
	
}
	.content {
    padding: 0px 10px 60px 0;
}
	.right-sidebar {
		clear: both;
		display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    position: relative;
    margin-top: 0px;
}
	#o_komp {
		height: auto;
		padding: 20px 0 40px 0;
	}
	#o_komp .h1b {
		padding-top: 0;
	}
	.ullst {
		margin-right: 40px;
	}
}
@media screen and (max-width: 800px) {
	.footer .wrapper .f {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer .wrapper .f .w6 {
		width: 100%;
	}
	.ob_itm {
    height: 270px;
}
	.footerbot {
		padding: 20px 0 70px 0;}
	.telp {
    float: left;
    clear: none;
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
    margin-top: 0px;
}
	.discr {
    color: #336699;
    font-size: 11px;
    display: inline-block;
    margin-bottom: 0px;
		margin-right: 0;
}
	.hnf_1 {
    width: 100%;
    margin-right: 0%;
    margin-top: 10px !important;
    text-transform: uppercase;
}
		.fb_ul li {
	background-image: url(../images/gal.png);
	background-repeat: no-repeat;
	background-position:15px center; 
	display:flex;font-size:14px;
	line-height: 18px;
	padding:15px 15px 15px 65px;
	background-color:#fff;
	height: 88px;
	width: 50%;

	
}
		.content {
		padding: 10px 0px 10px 0;}
	
	.right-sidebar {
		clear: both;
    float: none;
		display: block;
    width:100%;
    margin-left:0;
    position: relative;
		margin-top: 10px;
	margin-bottom: 30px;}
	


	.content p {
		padding: 0;
		font-size: 14px;
	}
	
	
	.content a.more {
		margin-left: 0;
		margin-top: 0;
		font-size: 18px;
	}
	.footer {
		padding: 20px 0;
		line-height: 22px;
	}
	.fr {
		clear: both;
		float: left;
		margin-top: 15px;
	}
	
	.slider .caption h3 {
		font-size: 35px!important;
	}
	
	.slider .caption h5 {
		font-size: 14px!important;
		margin-bottom: 5px!important;
	}
	.h5d {
		padding: 15px!important;
	}
}
@media screen and (max-width: 736px) {
.textm {
	margin-top:0px;
}
.headerm a {
	display: block;
}
	#menu-wrapper {
		display: none;
	}
	
.logo {
    top: 0;
    z-index: 14000;
    width: 220px;
    height: 60px;
    position: absolute;
    text-align: center;
    background-color: #0066d0;
}
.logo .logoa .em {
    margin-top: 32px;
    width: 45px;
    transform: translate(-55px,-24px);
}
.logo .logoa .nm {
    width: 135px;
    transform: translate(30px,-65px);
}
	
	.headyf {
    height: 60px;
    top: 0;
    display: block;
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 14000;
		margin-top: 0;
}
.headnf {
    height: auto;
    clear: both;
    padding: 60px 0 0 0;
    display: block;
    background:#143760;
    position: relative;
    z-index: 10000;
}
	.hnf_con {
		padding: 0;
	}
	.mmn {
		display: none;
		height: 0;
	}
	.headnf .wrapper {
		padding: 0;
	}

	.hnf_1 {
    width: 100%;
    margin-right: 0%;
    background-color: #F0F6FC;
    margin-top: 0px !important;
		padding: 15px 0;
		text-align: center;
    text-transform: uppercase;
}
	.discr, .slog {
    margin-right: 0px;
		margin-bottom: 0;
}
	.slog{
		color: #95b8d6;}
	
	.hnf_3 {
   
    margin-top: 12px !important;
    text-align: center;
    width: 35%;
    margin-left: 3%;
    height: 55px;
} 
	
	
	.hnf_2 {
    width: 56%;
		margin-left: 3%;
    margin-top: 12px !important;
    
		height: 55px;
}
.telp {
    float: none;
    clear: both;
    display: block;
    font-size: 14px;
    margin-left: 0px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    margin-top: 5px;
}
.headermain {
    margin-top: 0px;
    display: block;
    height: 400px !important;
    position: relative;
}
	.w6 {
		width: 100%;
		margin-bottom: 20px;
	}
	.imga {
		width: 50%;
		margin: 0 auto;
		display: block;
	}
	.obj .w6 {
		width: 49%;
	}
	.ob_itm {
		height: auto;
		margin-bottom: 0;
	}
	.ob_overlay {
		position: relative;
		display: flex;
		height: auto !important;
		background-color: #fff;
	}
	#map {
		display: none;
	}
	.ymap {
		height: auto;
	}
	.blck_f {
		position: relative;
		margin: 40px auto;
		top: auto;
		right: auto;
	}
	.wrapper.wr_pos {
		margin-top: 0;
		display: block;
		height: auto;
	}
	.ob_itm:hover .ob_overlay {
	height:auto !important;
}
	.wrapper .ob_overlay p {
		font-size: 12px !important;
		line-height: 14px!important;
		font-weight: 400 !important;
		color: #143760 !important;
		padding: 10px !important;
		margin-bottom: 0px !important;
	}
	.ob_overlay span {
		font-size: 12px !important;
		color: #143760 !important;
		line-height: 14px !important;
	}
	.wrapper .f {
		flex-wrap: wrap;
	}
	.discr {
		display: block;
	}

		.slider .caption h3 {
			font-size: 25px!important;
			line-height: 30px!important;
	}
		.slider .caption h2 {
			font-size: 22px!important;
			line-height: 30px!important;
	}
	}
@media screen and (max-width: 667px) {
	.tablecon {
		overflow-x: scroll;}
	.owl-carousel4 img {
		max-width: 100% !important;
		height: auto !important;
	}
	.owl-carousel4 .itm {
		padding: 15px;
	}
	
		.fb_ul li {
	background-image: url(../images/gal.png);
	background-repeat: no-repeat;
	background-position:15px center; 
	display:flex;font-size:14px;
	line-height: 18px;
	padding:15px 15px 15px 65px;
	background-color:#fff;
	height: auto;
	width: 100%;

	
}
	.fb_ul_div {
		margin-bottom: 30px;
	}
	.fb_ul_div div {
		padding: 0;
		display: block;
		width: 100%;
	}
	.fb_ul_div div h3 {
		margin-bottom: 0;
	}
	.frmd p {
		width: 100%;
		font-size: 14px;}
		.frmd {
			padding: 20px 0;
		}


	.row .col.s6 {
		width: 100%!important;
	}
	.h2b h2 {
		font-size: 20px;
	}
	.h2b {
		padding: 5px 0;
	}
	.pr_i {
    position: relative;
    display: inline-block;
    width: 46.0%;
    margin-right: 1.25%;
		margin-left: 1.25%;
    margin-bottom: 2.5%;
    vertical-align: top;
}
	.projects .pr_i {
    position: relative;
    display: inline-block;
    width: 100.0%;
    margin-right: 0%;
		margin-left: 0%;
    margin-bottom: 2.5%;
    vertical-align: top;
}
}

@media screen and (max-height: 500px) {
	.slogan {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.wrapper .zag h1 {
    color: #143760;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
    padding-bottom: 20px;
}
	.wrapper .ob_overlay p {
    font-size: 14px !important;
    line-height: 18px!important;
    font-weight: 400 !important;
    color: #143760 !important;
    padding: 10px !important;
    margin-bottom: 0px !important;
}
	.obj .w6 {
    width: 100%;
}
	.partners h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0;
    margin-bottom: 10px;
}
	.slider .caption h3 {
    font-size: 20px!important;
    line-height: 30px!important;
}
	.slider .caption h2 {
    font-size: 18px!important;
    line-height: 30px!important;
}
	.subh .svz {
		display: none;
		 
	}
	.footerbot {
    padding: 20px 0 80px 0;
}
	.blck_f {
		width: 100%;
	}
}

@media screen and (max-width: 414px) {
	.docsa {
    width: 30%;
    margin-right: 10px;
}
	.o_skrin a img, .o_skrin div img {
   max-width:auto;
    width: 100%;
    height: auto;
}
	.o_text {
		width: 100%;
	}
	.o_skrin {
		width: 100%;
	}
	.otziv {
		flex-direction: column;
	}
	.gal_item {
		width: 49%;}
	#ph1 .h1b {
    margin-top: 0px;
    display: block !important;
    width: 100% !important;
    text-align: center;
}
	#ph1 {
    top: 0px;
    text-align: center;
    margin-bottom: 0px;
    height: 100px !important;
}
	.bmargin {
    display: block;
    margin: 0px 0;
}
	.mbtn {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background-color: #0066d0;
    min-width: 150px;
    padding: 10px 30px;
}
	.fcontact {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-top: 15px;
}
	.owl-carousel3 {
		width: 80%!important;
	}
	.pre_i {
    width: 100%;
		margin-bottom: 30px;
    text-align: center;
}
	.pre_con {
		display: block;
}
	#pre_main {
		height: auto !important;
	}
	.slogan {
		display: none;
	}
	.hblck {
		font-size: 14px;
	}
	.hblck .vw a {
		font-size: 14px;
	}
	.headerfix {
		min-width: 280px;
	}
	.h5d {
		width: 90%!important;
		
	}

	#pre_main {
		padding: 40px 0 0 0!important;
	}
	
	.partb {
    padding-top: 1rem;
    padding-bottom: 50px;
}
	#o_komp .h1b {
    padding-top: 0;
		padding-bottom: 20px!important;
}
	.content {
    padding: 10px 0px 40px 0;
}
	.flogo {
		    width: 100%;
		
	}
	.flogo img {
		max-width: 100%;
		height: auto;
	}
	.ftop {
    display: inline-block;
    width: 100%;
    margin: 10px 0 10px 0;
}
.ftel {
    display: inline-block;
    font-family: 'intro_blackregular';
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
    vertical-align: top;
    float: left;
    width: 100%;
    margin-left: 0px;
}
	.fad {
    display: inline-block;
    font-family: "AgoraSansProMedium";
    font-size: 14px;
    vertical-align: top;
    margin-top: 5px;
    float: left;
    width: 180px;
    margin-left: 0px;
}
	.mcll {
		width: 100%!important;
	}
	.mclr {
		width: 100%!important;
		text-align: center;
	}
	.mclr p {
		font-size: 24px;
		line-height: 32px;
	}
	.h1b h1 {
		font-size: 20px;
		margin-top: 0;
	}
	.h1b {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	#uslugi_main {
		height: auto;
	}
	.fb_ul {
		margin-bottom: 20px;
	}
	.owl-carousel {
		margin-bottom: 10px;
	}
	
	
	

}


@media screen and (max-width: 375px) {

.footerbot {
    padding: 20px 0 100px 0;
}
}
@media screen and (max-width: 360px) {
	.slider .caption h2, .slider .caption h3 {
		line-height: 25px !important;
	}
	.slogan {
		display: none;
	}
}

@media screen and (max-width: 320px) {
		.docsa {
    width: 30%;
    margin-right: 5px;
}
	.ullst {
    margin-right: 20px;
}
	
.telp {
    float: none;
    clear: none;
    display: inline-block;
    font-size: 12px;
    margin-left: 0px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    margin-top: 5px;
}
	.zkz {
		font-size: 12px;
	}
	.discr {font-size: 12px;}
	.slog {font-size: 12px;}
	}