*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "OpenSansRegular",Arial,sans-serif;
	overflow-x: hidden;
}

.hidden {
	display: none;
}

.before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.trans {
	transition: all .5s ease;
}

h2 {
	font-family: "PFCentroSlabProBold", "MS Serif", "New York", serif;
}

.img-wrap img {
	width: 100%;
	max-width: 100%;
}



/* ------ top ----------------------------------------------------------------*/

.b-header {
	z-index: 1000;
}

.main-head {
	height: 100px;
	background-color: #dedede;
}

.top-index {
	
}



.b-top-slogan {
	padding-top: 20px;
	padding-bottom: 35px;
}
.b-top-slogan span {
	font-size: 14px;
	font-weight: bold;
	color: #0e5492;
	line-height: 35px;
}
.b-top-slogan span a {
	color: #0e5492;

}

.b-top-slogan h2 {
	font-family: "FuturaDemiC", Arial, sans-serif;
	font-size: 32px;
}

.main-mnu {
	font-size: 15px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.main-mnu li {
	line-height: 74px;
	padding: 0px;
	display: inline-block;
	list-style-type: none;
}

.main-mnu .active a {
	сolor: #000;
	text-decoration: none;
	background-color: #fff;
}	

.main-mnu li a {
	transition: all .5s ease;
	
	display: inline-block;
	line-height: 40px;
	height: 40px;
	padding-right: 15px;
	padding-left: 15px;
	 border-radius: 5px;
}	

.main-mnu li a:hover {
	сolor: #000;
	text-decoration: none;
	background-color: #fff;
}

.phone-wrap {
	position: relative;
		
}

.phone-wrap .phone {
	opacity: 1;
	color: #000;
	font-size: 20px;
	line-height: 100px;
	text-align: right;
	white-space: nowrap;
	
}

.b_top_phone_i {
	height: 30px;
	width: 30px;
	border-radius: 15px;
	border: 1px solid #F00;
	font-size: 20px;
	margin-right: 10px;
	text-align: center;
	line-height: 28px;
	margin-top: 4px;
	display: inline-block;
}

.phone-wrap .toggle-mnu {
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	line-height: 90px;
}

.toggle-mnu {
	display: block;
	width: 28px;
	height: 28px;
	margin-top: 40px;
}

.toggle-mnu:focus {
	outline: none;
}

.toggle-mnu span:after,
.toggle-mnu span:before { 
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
}

.toggle-mnu span:after {
	top: 18px;
}

.toggle-mnu span {
	position: relative;
	display: block;
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
	width: 100%;
	height: 3px;
	background-color: #000;
	-webkit-transition:all .3s;
	transition: all .3s;
	backface-visibility: hidden;
	border-radius: 2px;
}


.toggle-mnu.on span {
	background-color: transparent;
}

.toggle-mnu.on span:before {
	-webkit-transform:rotate(45deg) translate(-1px,0);
	-ms-transform:rotate(45deg) translate(-1px,0);
	transform:rotate(45deg) translate(-1px,0)
}

.toggle-mnu.on span:after {
	-webkit-transform:rotate(-45deg) translate(6px,-7px);
	-ms-transform:rotate(-45deg) translate(6px,-7px);
	transform:rotate(-45deg) translate(6px,-7px)
}
.toggle-mnu.on + #menu {
	opacity: 1;
	visibility: visible;
}

.top {
	height: 50px;
	background-color: #1F2B3A;
	background-image: url(../img/top.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

/* ----- slider ----------------------------------------------------------------*/

#slider1 .item{
	margin: 3px;
	height: auto;
	overflow: hidden;
	
}
#slider1 .item img{
	display: block;
	width: 100%;	
}

.b_mainbanner {
	padding-top: 30px;
	padding-bottom: 30px;
}

#slider1 .item img{
    display: block;
    width: 100%;
    height: auto;
}

/* ------ sections ----------------------------------------------------------------*/

.s_dark {
	background-color: #185e9c;
	position: relative;
	padding-bottom: 0px;
}

.s_dark_up:before {
		background-image: url(../img/bah_2.png);
		content: '';
		height: 6px;
		width: 100%;
		position: absolute;
		top: -6px;				
}

.s_dark_down:after {
		background-image: url(../img/bah_2_2.png);
		content: '';
		height: 6px;
		width: 100%;
		position: absolute;
		bottom: -6px;				
}

.s_gray {
	  background-color: rgba(255, 219, 77, .6);
	  position: relative;
	  padding-bottom: 0px;
}

.s_gray_up:before {
		background-image: url(../img/bah_3.png);
		content: '';
		height: 6px;
		width: 100%;
		position: absolute;
		top: -6px;				
	}
	
.s_gray_down:after {
		background-image: url(../img/bah_3_2.png);
		content: '';
		height: 6px;
		width: 100%;
		position: absolute;
		bottom: -6px;				
}

.s_white {
	background-color: #fff;
	position: relative;
	padding-bottom: 0px;
}

.s_white_up:before {
		background-image: url(../img/bah_1.png);
		content: '';
		height: 6px;
		width: 100%;
		position: absolute;
		top: -6px;				
	}
	
.s_white_down:after {
		background-image: url(../img/bah_1_2.png);
		content: '';
		height: 6px;
		width: 100%;
		position: absolute;
		bottom: -6px;				
}


/* ---------------- section 2 -----------------*/

.section_2 {
	padding-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.section_2-head {
	text-align: center;
	margin-bottom: 30px;
}

.section_2-head h2 {
	font-family: "FuturaDemiC", Arial, sans-serif;
	color: #fff;
	font-size: 40px;
	position: relative;
	margin-bottom: 60px;
	font-weight: normal;
	letter-spacing: 1px;
}

.section_2-head h2:after {
	position: absolute;
	content: '';
	height: 2px;
	background-color: #f39f18;
	width: 165px;
	display: block;
	bottom: -25px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	
}

.section_2-head p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
}

.section_2-head h3 {
	font-family: "PFCentroSlabProRegular", "MS Serif", "New York", serif;
	font-size: 22px;
	padding-bottom: 0px;
	color: #2C3949;
}

.s2-item {
		text-align: center;
		color: #111;
		margin-bottom: 40px;
		display: block;
		transition: all .25s ease;
			
}

.s2-item:hover {
	transform: translateY(-10px);
	-ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);			
}


.s2-item > span {
			display: block;
		}

.s2-item-text {
			font-size: 14px;
			line-height: 20px;
			position: relative;
		}

.s2-item .img-wrap {
		position: relative;
		-moz-border-radius: 10em;
  -webkit-border-radius: 10em;
  -khtml-border-radius: 10em; 
  border-radius: 10em;
		width: 120px;
		height: 120px;
		transition: all .3s ease;
		display: inline-block;
	vertical-align: top;
		overflow: hidden;
		margin-bottom: 40px;
}

.s2-item .img-wrap img {
		-moz-border-radius: 10em;
  -webkit-border-radius: 10em;
  -khtml-border-radius: 10em; 
  border-radius: 10em;
		}				
.s2-item .s2-item-text:before {
			content: '';
			position: absolute;
			height: 1px;
			background-color: #000;
			width: 80px;
			top: -14px;
			left: 50%;
				-ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
		}
/* ---------------- section 3 -----------------*/

.section_3 {
	padding-top: 40px;
	margin-bottom: 0px;
	padding-bottom: 40px;
}

.section_3-pict {
	padding-top: 50px;
	text-align: center;
	padding-bottom: 30px;
}

.section_3-pict .img-wrap {
	width: 200px;
	height: 200px;
	display: inline-block;
	vertical-align: top;
	border-radius: 10em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../img/circle5.jpg); 
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 200px 200px;
}

.section_3-pict .img-wrap:before {
	content:"";
	height: 230px;
	width: 230px;
	border-radius: 115px;
	display: block;
	position: absolute;
	left: -15px;
	top: -15px;
	border: 1px solid #6da7d9;
}

.section_3-head {
	text-align: left;
}

.section_3-head h2 {
	font-family: "FuturaDemiC", Arial, sans-serif;
	color: #0e5492;
	font-size: 24px;
	position: relative;
	margin-bottom: 20px;
	font-weight: normal;
	letter-spacing: 1px;
}

.section_3-head-2 h2:after {
	position: absolute;
	content: '';
	height: 2px;
	background-color: #f39f18;
	width: 165px;
	display: block;
	bottom: -25px;
	left: 0;
	
}

.section_3-head ul li {
	font-family: "FuturaDemiC", Arial, sans-serif;
	color: #000;
	font-size: 18px;
	position: relative;
	margin-bottom: 5px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-left: -15px;
}

.section_3-head p {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 10px!important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px!important;
}

.section_3-head h3 {
	font-family: "PFCentroSlabProBold", "MS Serif", "New York", serif;
	font-size: 22px;
	padding-bottom: 0px;
	color: #2C3949;
}

/* ---------------- section 3 -----------------*/

.section_31 {
	padding-top: 40px;
	margin-bottom: 0px;
	padding-bottom: 60px;
}

.section_31-pict {
	padding-top: 50px;
	text-align: center;
	padding-bottom: 30px;
}

.section_31-pict .img-wrap {
	width: 200px;
	height: 200px;
	display: inline-block;
	vertical-align: top;
	border-radius: 10em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../img/circle7.jpg); 
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 200px 200px;
}

.section_31-pict .img-wrap:before {
	content:"";
	height: 230px;
	width: 230px;
	border-radius: 115px;
	display: block;
	position: absolute;
	left: -15px;
	top: -15px;
	border: 1px solid #06C;
}

.section_31-head {
	text-align: left;
}

.section_31-head h2 {
	font-family: "FuturaDemiC", Arial, sans-serif;
	color: #06C;
	font-size: 30px;
	position: relative;
	margin-bottom: 60px;
	font-weight: normal;
	letter-spacing: 1px;
}

.section_31-head h2:after {
	position: absolute;
	content: '';
	height: 2px;
	background-color: #06C;
	width: 165px;
	display: block;
	bottom: -25px;
	left: 0;
	
}

.section_31-head p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 12px!important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px!important;
}

.section_31-head h3 {
	font-family: "PFCentroSlabProBold", "MS Serif", "New York", serif;
	font-size: 22px;
	padding-bottom: 0px;
	color: #2C3949;
}


/* ---------------- section 3 -----------------*/

.section_32 {
	padding-top: 40px;
	margin-bottom: 0px;
	padding-bottom: 60px;
}

.section_32-pict {
	padding-top: 100px;
	text-align: center;
	padding-bottom: 30px;
}

.section_32-pict .img-wrap {
	width: 240px;
	height: 240px;
	display: inline-block;
	vertical-align: top;
	border-radius: 10em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../img/circle6.jpg); 
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 240px 240px;
}

.section_32-pict .img-wrap:before {
	content:"";
	height: 270px;
	width: 270px;
	border-radius: 135px;
	display: block;
	position: absolute;
	left: -15px;
	top: -15px;
	border: 1px solid #F60;
}

.section_32-head {
	text-align: left;
}

.section_32-head h2 {
	font-family: "FuturaDemiC", Arial, sans-serif;
	color: #F60;
	font-size: 32px;
	position: relative;
	margin-bottom: 60px;
	font-weight: normal;
	letter-spacing: 1px;
}

.section_32-head h2:after {
	position: absolute;
	content: '';
	height: 2px;
	background-color: #F60;
	width: 165px;
	display: block;
	bottom: -25px;
	left: 0;
	
}

.section_32-head p {
	font-size: 26px;
	line-height: 1.6;
	margin-bottom: 12px!important;
	font-family: "FuturaDemiC", Arial, sans-serif;
	font-weight: normal;
	margin-top: 0px!important;
	color: #0e5492;
}
.section_32-head p span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	color: #000;
	display: block;
}

.section_32-head h3 {
	font-family: "PFCentroSlabProBold", "MS Serif", "New York", serif;
	font-size: 22px;
	padding-bottom: 0px;
	color: #2C3949;
}


/* ------- section 4 ----------------------------------------------------------------*/

.section_4 {
	padding-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.section_4-head {
	text-align: center;
}

.section_4-head h2 {
	font-family: "PFCentroSlabProRegular", "MS Serif", "New York", serif;
	text-transform: uppercase;
	font-size: 22px;
	position: relative;
	margin-bottom: 60px;
}

.section_4-head h2:after {
	position: absolute;
	content: '';
	height: 2px;
	background-color: #f39f18;
	width: 165px;
	display: block;
	bottom: -30px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.section_4-head p {
	font-size: 14px;
	line-height: 20px;
}

.section_4-head h3 {
	font-family: "PFCentroSlabProRegular", "MS Serif", "New York", serif;
	font-size: 22px;
	padding-bottom: 20px;
	color: #2C3949;
}

.card_4 {
	background-color: #2C3949;
	text-align: center;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-bottom: 20px;
	color: #FFF;
}

.card_4 h4 {
	font-family: "PFCentroSlabProRegular", "MS Serif", "New York", serif;
	font-size: 20px;
	padding-bottom: 0px;
}

.card_4 p {
	font-size: 14px;
}

.card_4:hover {
	border-bottom-color: #000;
}

.card_4:hover .img-wrap {
	transform: scale(1.1);
}

.card_4 .img-wrap {
	transition: all .3s ease;
	width: 120px;
	display: inline-block;
	vertical-align: top;
	-moz-border-radius: 10em;
  -webkit-border-radius: 10em;
  -khtml-border-radius: 10em; 
  border-radius: 10em;
	overflow: hidden;
}

.card_4 .img-wrap img {
	-moz-border-radius: 10em;
  -webkit-border-radius: 10em;
  -khtml-border-radius: 10em; 
  border-radius: 10em;
	
}

.section_4 .section-bottom {
	background-color: #d8d8d8;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 20px;
}	

/* ---------------- section 5 -----------------*/

.section_5 {
	padding-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 30px;

}

.section_5-head {
	text-align: center;
}

.section_5-head h2 {
	font-family: "FuturaDemiC", Arial, sans-serif;
	color: #fff;
	font-size: 30px;
	position: relative;
	margin-bottom: 20px;
	font-weight: normal;
	letter-spacing: 1px;
}


.section_5-head p {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

.section_5-head h3 {
	font-family: "FuturaDemiC", Arial, sans-serif;
	font-size: 30px;
	padding-bottom: 0px;
	color: #FC0;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: normal;
}

/* ---------------- section 6 -----------------*/

.section_6 {
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.section_6-head {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 60px;
}

.section_6-head h2 {
	font-family: "FuturaDemiC", Arial, sans-serif;
	color: #fff;
	font-size: 40px;
	position: relative;
	margin-bottom: 60px;
	font-weight: normal;
	letter-spacing: 1px;
	font-weight: normal;
}

.section_6-head h2:after {
	position: absolute;
	content: '';
	height: 2px;
	background-color: #f39f18;
	width: 165px;
	display: block;
	bottom: -30px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.section_6-head p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
}

.section_61-head h3 {
	font-family: "FuturaDemiC", Arial, sans-serif;
	font-size: 55px;
	margin-bottom: 150px;
	color: #FFF;
	font-weight: bold;
	line-height: 1.3;
	text-align: right;
	margin-top: 150px;
	font-weight: normal;
}


/* ---------------- section 7 -----------------*/

	.section_7 {
		padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

	.section_7 .row {
		padding-left: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.s7-img-wrap img {
		width: 100%;
	max-width: 100%;
	}

	.s7-item {
		padding: 2px;
		transition: all .5s ease;
	}

	.s7-img-wrap {
		position: relative;
	}





	.s7-img-wrap span {
		text-align: center;
		color: #fff;
		font-size: 30px;
		position: absolute;
		width: 50px;
		height: 30px;
		line-height: 30px;
		left: 50%;
		top: 50%;
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	transition: all .5s ease;
	opacity: 0;
	}



/* ---------------- section 8 -----------------*/

.section_8 {
	padding-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 30px;
}

.section_8-head {
	text-align: center;
}

.section_8-head h2 {
	font-family: "FuturaDemiC", Arial, sans-serif;
	color: #000;
	font-size: 36px;
	position: relative;
	margin-bottom: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	font-weight: normal;
}


.section_8-head p {
	font-size: 14px;
	line-height: 20px;
}

.section_8-head h3 {
	font-family: "FuturaDemiC", Arial, sans-serif;
	font-size: 22px;
	padding-bottom: 0px;
	color: #039;
	font-weight: normal;
}

.card_8 {
	background-color: #fff;
	text-align: center;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	color: #000;
	margin-bottom: 0px;
	border-radius: 10px;
	display: inline-block;
	border: 1px solid #fff;
	height: 320px;
	width: 100%;
}

.card_8:hover {
	text-decoration: none;
	border: 1px solid #dedede;
}

.card_8:hover .img-wrap img {
	-moz-border-radius: 10em;
  -webkit-border-radius: 10em;
  -khtml-border-radius: 10em; 
  border-radius: 10em;
}

.card_8 h4 {
	font-size: 16px;
	padding-bottom: 0px;
	line-height: 1.3;
	font-family: "FuturaDemiC", Arial, sans-serif;
	margin-top: 30px;
}

.card_8 p {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 20px;	
}

.card_8:hover .img-wrap {
	opacity: .7;
}

.card_8 .img-wrap {
	transition: all .3s ease;
	width: 120px;
	display: inline-block;
	vertical-align: top;
	border-radius: 10em;
	overflow: hidden;
}

.img-wrap img {
	width: 100%;
	max-width: 100%;
}

.section_8 .section-bottom {
	background-color: #e3f2e3;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-top: 20px;
}

/* ---------------- section 9 -----------------*/

	.section_9 {
		padding-top: 70px;
	margin-bottom: 0px;
	padding-bottom: 50px;
	z-index: 2;
	}

	.s9-img-wrap img {
		width: 100%;
	max-width: 100%;
	transition: all .5s ease;
	}

		.s9-item {
		transition: all .5s ease;
	}

	.s9-img-wrap {
		position: relative;
		overflow: hidden;
		margin-bottom: 20px;
	}

.s9-img-wrap:before {
	content:"";
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000;
	opacity: 0;
	transition: all .5s ease;
	
}

.s9-item:hover .s9-img-wrap:before {
	opacity: .6;

}

.s9-img-wrap:after {
	content:"";
	height: 90%;
	width: 93%;
	display: block;
	position: absolute;
	border: 1px solid #fff;
	left: 50%;
		top: 50%;
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	opacity: .5;
	}


	.s9-img-wrap span {
		text-align: center;
		color: #fff;
		font-size: 30px;
		position: absolute;
		width: 50px;
		height: 30px;
		line-height: 30px;
		left: 50%;
		top: 50%;
	-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	transition: all .5s ease;
	opacity: 0;
	}

	.s9-item:hover .s9-img-wrap span {
		opacity: 1;

	}	

/* ---------------- section 10 -----------------*/

	.section_10 {
		padding-top: 70px;
	margin-bottom: 0px;
	padding-bottom: 50px;
	z-index: 2;
	}

	/* ------------------------------------------------------------------ buttons ----------------------------------------------------------------*/
	
.btn {
	display: inline-block;
	transition: all .3s ease;
	padding: 10px 30px;
	text-decoration: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}	

.btn_yellow {
	background-color: #f39f18;
	color: #111;
		
}

.btn_yellow:hover {
		background-color: #FFB338;
		text-decoration: none;
		color: #111;
}

.btn_yellow:active {
		text-decoration: none;
		color: #111;
}

.btn_yellow:focus {
		color: #111;
		text-decoration: none;
}

.btn_dark {
	background-color: #354355;
	color: #fff;		
}

.btn_dark:hover {
	background-color: #566a82;
	text-decoration: none;
	color: #fff;		
}

.btn_dark:active {
		text-decoration: none;
		color: #fff;
}

.btn_dark:focus {
		color: #fff;
		text-decoration: none;
}

.btn_2 {
	display: inline-block;
	transition: all .3s ease;
	padding: 12px 30px;
	text-decoration: none;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
}	

.btn_2_yellow {
	background-color: #f39f18;
	color: #111;
	border-bottom: #B97200 3px solid;	
}

.btn_2:active {
		text-decoration: none;
		color: #111;
}
.btn_2:focus {
		color: #111;
		text-decoration: none;
}

.btn_2_yellow:hover {
		background-color: #FFB338;
		text-decoration: none;
		color: #111;
}

.btn_small {
	display: inline-block;
	transition: all .5s ease;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	height: 25px;
	border-radius: 4px;
}

.btn_green {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #399;
	border: 1px solid #399;
}

.btn_green:hover {
	color: #399;
	background-color: #FFF;
	border: 1px solid #399;
}

.btn_red {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #f77b55;
	border: 1px solid #f77b55;
}

.btn_red:hover {
	color: #F30;
	background-color: #FFF;
	border: 1px solid #f77b55;
}
	
.btn_blue {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-color: #74bdc2;
	border: 1px solid #74bdc2;
}

.btn_blue:hover {
	color: #36C;
	background-color: #FFF;
	border: 1px solid #74bdc2;
}	
	

	/* ------------------------------------------------------------------ footer ----------------------------------------------------------------*/



.s_footer {
	z-index: 10;}

.b_footer_41 {
	padding-top: 50px;
	padding-left: 50px;	
}

.b_footer_42 {
	padding-left: 30px;
	padding-right: 30px;
}

.b_footer_43 {
	padding-left: 30px;
	padding-right: 30px;
	
}



.b_footer_end {
	height: 50px;
}

.footer_wrapper2 {
	background-color: #333;
	overflow: hidden;
	width: 100%;
}

.b_footer_logo {
	width: 150px;
	height: 50px;
	margin-right: 15px;
	background-image: url(../img/sprite_logo.svg);
	background-repeat: no-repeat;
	background-position: left -105px;
	background-size: 150px 150px;
	margin-top: 10px;
	margin-left: 0px;
	display: block;
	opacity: .6;
	float: left;	
}

.b_footer_slogan {
	font-size: 13px;
	color: #CCC;
	padding-top: 5px;
	padding-left: 10px;
	float: left;
	margin-top: 10px;
}



.b_footer_menu {
	padding-top: 30px;
	padding-bottom: 30px;
}

.b_footer_menu h4 {
	font-size: 16px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: both;
	font-weight: normal;	
}

.b_footer_menu h4 span {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	padding-bottom: 9px;
}

.b_footer_menu ul {
	margin-left: 0px;
	
}

.b_footer_menu ul li {
	margin-left: -40px !important;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7D7D7D;
	list-style-type: none;
	font-size: 11px;
	text-transform: uppercase;
}

.b_footer_menu ul li a {
	opacity: .6;
	color: #FFF;
	background-image: url(../img/sprite_arrows_white.svg);
	background-repeat: no-repeat;
	background-size: 10px 100px;
	background-position: right -20px;
	display: block;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
}

.b_footer_menu ul li a:hover {
	opacity: 1;
	text-decoration: none;
}

.btn_social_fb {
	background-image: url(../img/social-sprite.svg);
	background-repeat: no-repeat;
	background-position: -62px top;
	background-size: 170px 45px;
	height: 45px;
	width: 45px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 0px;
		
}

.btn_social_od {
	background-image: url(../img/social-sprite.svg);
	background-repeat: no-repeat;
	background-position: -124px top;
	background-size: 170px 45px;
	height: 45px;
	width: 45px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 0px;
	
}

.btn_social_vk {
	background-image: url(../img/social-sprite.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 170px 45px;
	height: 45px;
	width: 45px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 0px;
}

.b_footer_phone {margin-left: 5px;
	color: #FFF;
	font-size: 20px;
}

.b_footer_phone i {
	margin-right: 6px;
}

.b_footer_phone span {
	font-size: 20px;
}

.b_footer_phone a {
	color: #FFF;
	text-decoration: none;
}

.btn_social_fb, .btn_social_od, .btn_social_vk {
	opacity: .8;}
	
.btn_social_fb:hover, .btn_social_od:hover, .btn_social_vk:hover {
	opacity: 1;}
	
	.b_footer_social {
	text-align: left;
	width: 100%;
	padding-top: 30px;
	clear: both;
	padding-left: 0px;
}

.b_footer_mail {margin-left: 5px;
	font-size: 14px;
}

.b_footer_mail a {color: #FFF;}

.b_footer_mail i {
	margin-right: 2px;
	color: #FFF;
}

.b_footer_mail:hover {color: #FFF;}

.b_footer_44 {padding-top: 40px;
padding-left: 25px;
	
}

.b_footer_logo2 {
	width: 150px;
	height: 50px;
	margin-right: 15px;
	background-image: url(../img/sprite_logo.svg);
	background-repeat: no-repeat;
	background-position: left -105px;
	background-size: 150px 150px;
	margin-top: 10px;
	margin-left: 0px;
	display: block;
	opacity: .6;
	margin-bottom: 0px;
}

.b_footer_logo2_wrap {}

.b_footer_slogan2 {
	font-size: 13px;
	color: #CCC;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.section-pb {
	padding-bottom: 70px;
}

.cards {
	text-align: center;
	perspective: 600px;
}


.filter-menu {
	clear: both;
	display: block;
	float: none;
	height: auto;
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.filter-menu li {
	color: rgb(255,255,255);
	background: rgb(44,137,223);
	border: 1px solid rgb(44,137,223);
	display: inline-block;
	margin: 0 4px;

	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	padding:5px 20px 4px;
}

.filter-menu li:hover,
.filter-menu li:focus {
	color: rgb(44,137,223);
	background: rgb(255,255,255);
	border: 1px solid rgb(44,137,223);
}


.prt-item {
	background-color: #fff;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.prt-item img {
	display: block;
	width: 100%;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.prt-info {
	background: #fff;
	border-top: 6px solid #f0f0f0;
	color: #555;
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
	padding: 54px 0 10px;
	position: relative;
}

.prt-name {
	display: block;
	color: rgb(44,137,223);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

.prt-cat {
	color: #333;
	display: block;
	font-size: 15px;
	padding: 0 20px;
}

.prt-cat span {
	color: rgb(44,137,223);
}

.prt-info i {
	background: #fff;
	color: #666;
	display: inline-block;
	width: 100px;
	height: 50px;
	left: 50%;
	margin-left: -50px;
	padding-top: 8px;
	position: absolute;
	top: 0;
}

.prt-info i:before {
	z-index: 1;
	position: relative;
}

.prt-info i:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 50px solid #f0f0f0;
}

.portfolio-wrapper {
	text-align: center;
}


.prt-overlay {
	overflow: hidden;
	position: relative;

}
.lightbox-btn,
.project-btn {
	background: rgba(0,0,0,.5);
	position: absolute;
	height: 100%;
	line-height: 16;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}

.lightbox-btn i,
.project-btn i {
	display: block;
	color: #fff;
}

.prt-overlay:hover span {
	
	text-align: center;
		color: #fff;	
		position: absolute;	
		left: 50%;
		top: 50%;
		-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	transition: all .5s ease;
	opacity: .9;
	z-index: 3;
}

.prt-overlay span {
	
	text-align: center;
		color: #fff;
		font-size: 40px;
		position: absolute;
		width: 50px;
		height: 30px;
		line-height: 30px;
		left: 50%;
		top: 50%;
		-ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	transition: all .5s ease;
	opacity: 0;
	
}

.prt-overlay:hover .lightbox-btn,
.prt-overlay:hover .project-btn {
	opacity: 1;
}

.prt-overlay:hover img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

/* ------ work ----------------------------------------------------------------*/

.b-work {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 70px;
	overflow: hidden;
}	


.b-work-header {
	font-family: "FuturaDemiC", Arial, sans-serif;
	color: #06C;
	font-size: 36px;
	position: relative;
	margin-bottom: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
}

.b-work-item-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.3;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.b-work-item-txt a {
	text-decoration: underline;
}

.b-work-item-icon {
	width: 70%;
	margin-bottom: 20px;
	margin-left: 15%;

}

.b-work-item-icon img {
	border-radius: 10em;
	height: auto;
	border: 0px solid #ccc;
}

/* ------ series ----------------------------------------------------------------*/


	
.b-round-wrap {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}	


	
.b-round-header {
	font-family: "FuturaDemiC", Arial, sans-serif;
	color: #06C;
	font-size: 36px;
	position: relative;
	margin-bottom: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
}

.b-round-all  {
	
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	background-color: rgba(226, 192, 68, 1);
	letter-spacing: 1px;
	display: inline-block;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-radius: 4px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 10px;
}
.b-round-all:hover  {
	color: #FFF;
	text-decoration: none;
	background-color: rgba(185, 119, 38, .9);
}

.b-round-item {
	display: inline-block;
	overflow: hidden;
	text-align: center;
	padding-top: 20px;
}

.b-round-item-img {
	border-radius: 10em;
	height: auto;
	width: 50%;
	margin-bottom: 25px;
	margin-left: 25%;
	transition: all .3s ease;
	border: 1px solid #ccc;
		}
.b-round-item:hover .b-round-item-img {
	transform: scale(1.05);
}		
		
.b-round-item-img img {
	width: 100%;
	max-width: 100%;
	border-radius: 10em;
}

.b-round-item-txt {
	font-size: 13px;
	line-height: 1.4;
	color: rgba(0, 0, 0, .7);
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
.b-round-item:hover .b-round-item-txt {
	color: #000;
	text-decoration: none!important;
	}
	
.b-round-item:hover {

	text-decoration: none!important;
	}
	
.b-round-item-head {
	font-family: "FuturaDemiC", Arial, sans-serif;
	color: #000;
	font-size:20px;
	}
	
.b-round-item-about {
	font-family: Arial, Helvetica, sans-serif;
	color: #06C;
	font-size: 15px;
	margin-bottom: 10px;
}		

.b-round-item-more  {
	
}

/* ------ slider-series ----------------------------------------------------------------*/



.slider-round .owl-dots {
		text-align: center;
	}

.slider-round .owl-dot {
	width: 12px;
	height: 12px;
	margin: 30px 5px;
	background-color: #ccc;
	display: inline-block;
	border-radius: 10em;
	display:none;

		}
.slider-round .owl-dot.active {
				background-color: #000;
			}
.slider-round .owl-nav {
			position: absolute;
			top: 10%;
			width: 100%;			
		
		}
.slider-round	.owl-nav > div {
	color: #FFF;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	height: 40px;
	width: 40px;
	filter: Alpha(Opacity=20);/*IE7 fix*/
	opacity: .2;
	position: absolute;
	margin-right: 0px;
	margin-left: 0px;
	transition: all .25s ease;
	left: -20px;
	background-image: url(../img/sprite_arrows_black.svg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size: 25px 250px;
	margin-top: -10px;
	background-color: #fff;
	border-radius: 10em;

			}
.slider-round 	.owl-nav div:hover {
					opacity: 1;
					background-color: #dedede;
				}
.slider-round	 .owl-nav .owl-next {
				right: -10px!important;
				left: auto;
				background-position: 10px -71px;

			}
			
.slider-round	.owl-nav  .disabled {display: none;}			


.b-top-slogan .b-icon {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.section_5-head .b-icon {
	display: inline-block;
	width: 30px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.b-cont {
	font-size: 18px;
	color: #FFF;
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
.b-cont a {
	color: #FFF;

}

.b-top-logo {
	display: inline-block;
	width: 260px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.b-top {
	text-align: left;
}

.b-15 {
	width: 260px;
	margin-right: auto;
	margin-left: auto;

}

.b-15-wrap {
	text-align: center;
	padding-top: 130px;
} 

.section_6-head {
	position: relative;
}

.b-banner-inst-txt {
	font-family: "FuturaDemiC", Arial, sans-serif;
	font-size: 28px;
	line-height: 1.5;
	color: #fff;
	background-color: #2895ce;
	text-align: left;
	padding-top: 60px;
	padding-right: 50px;
	padding-bottom: 60px;
	padding-left: 260px;
	background-image: url(../img/inst.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;

	background-size:contain;
	display: block;
	}
	
.b-banner-inst {
	padding-top: 50px;
	padding-bottom: 10px;
}

.b-banner-inst-txt:hover {
	color: #FF9;
	text-decoration: none;
}

.b-banner-2 {
	display: block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 60px;

}

.b-banner-2-txt {
	font-family: "FuturaDemiC", Arial, sans-serif;
	font-size: 24px;
	line-height: 1.4;
	color: #000;
	background-color: #ffe994;
	text-align: center;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.b-line-top {
	width: 100%;
	height: 4px;
	background-color: #f60;
}
.b-realtor-info__wrap {
width: 100%;
padding:  0 0 50px 0;
}
.b-realtor-info {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.b-realtor-info__photo {
	flex: 0 0 20%;
	overflow: hidden;
	align-self: center;
}
.b-realtor-info__photo img {
	width: 180px;
	border-radius: 90px;
}
.b-realtor-info__txt {
	flex: 0 0 75%;
}
.download-pdf {
background-image: url(../img/icon-pdf.png);
background-repeat: no-repeat;
background-size: 64px 64px;
height: 64px;
display: block;
background-position: left top;
font-weight: bold;
font-size: 16px;
line-height: 64px;
padding-left: 70px;
margin: 20px 0;
}
.b-pamyatka {
/*padding-left: 25%;*/
}
.b-pamyatka h3 {
	font-weight: bold;
	font-family: "FuturaDemiC", Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 30px!important;
}
.b-pamyatka-list {
    background-color: rgba(255, 219, 77, .3);
    padding: 15px 10px 15px 20px;
    margin: 0 0 30px 0;
}
.b-pamyatka-list li {
	margin: 15px 25px;
}

.b-realtor2-info__wrap {
width: 100%;
padding: 50px 0 30px 0;
}
.b-realtor2-info {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 528px;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-radius: 20px;
	padding: 20px 30px 17px 350px;
}
.b-realtor2-info-bg1 {
		background-image: url(../img/rieltor.jpg);
}
.b-realtor2-info-bg2 {
		background-image: url(../img/rieltor2.jpg);
}
.b-realtor2-info-bg3 {
		background-image: url(../img/rieltor2.jpg);
}

.b-realtor2-info-5 {
font-family: "FuturaDemiC", Arial, sans-serif;
font-weight: bold;
color: #fff;
font-size: 24px;
}
.b-realtor2-info-1 {
font-family: "FuturaDemiC", Arial, sans-serif;
font-weight: bold;
color: #f60;
font-size: 28px;
padding: 20px 0 0 120px;
}
.b-realtor2-info-3 {
font-family: "FuturaDemiC", Arial, sans-serif;
font-weight: bold;
color: #000;
font-size: 22px;
padding: 0 0 0 120px;
line-height: 1.2;
}
.b-realtor2-info-4 {
font-weight: bold;
color: #000;
font-size: 15px;
padding: 0 0 30px 120px;
line-height: 1.4;
}
.b-realtor2-info-2 {
font-weight: bold;
color: #000;
font-size: 15px;
padding: 0 0 0 120px;
line-height: 1.4;
}
.b-banners-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.b-banners-2 {
	display: block;
	flex: 0 0 68%;
	background-image: url(../img/80.jpg);
	background-repeat: no-repeat;
	background-position: center center;
/*	height: 200px;*/
	background-size: cover;
	padding: 50px 20px 20px 20px;
	text-align: center;
	border-radius: 20px;
}
.b-banners-2 span {
font-family: "FuturaDemiC", Arial, sans-serif;
font-weight: normal;
color: #000;
font-size: 28px;
padding: 10px 20px;
display: inline-block;
margin-bottom: 3px;
line-height: 1.3;
}
.b-banners-2-1 {
	background-color: rgba(255,255,255,1);
}
.b-banners-2-2 {
	background-color: rgba(255,205,5,1);
}
.b-banners-1 {
	display: block;
	flex: 0 0 30%;
	/*background-color: #F60;*/
	background-color: #185e9c;
	text-align: center;
	color: #fff;
	padding: 30px 20px 20px 20px;
	border-radius: 20px;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	}
.b-banners-1:hover {
	text-decoration: none;
	color: #fff;
	opacity: .8;
}
.b-banners-1 span {
font-family: "FuturaDemiC", Arial, sans-serif;
font-weight: bold;
	font-size: 20px;
}
.b-banners-1 .fa {
	font-size: 50px;
	margin-bottom: 10px;
}
.b-realtor3-info__wrap {
width: 100%;
padding: 50px 0 30px 0;
}
.b-realtor3-info {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 528px;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-radius: 20px;
	padding: 20px 30px 17px 350px;
}
.b-realtor3-info-bg1 {
		background-image: url(../img/rieltor.jpg);
}
.b-realtor3-info-bg2 {
		background-image: url(../img/rieltor2.jpg);
}
.b-realtor3-info-bg3 {
		background-image: url(../img/rieltor3.jpg);
}

.b-realtor3-info-5 {
font-family: "FuturaDemiC", Arial, sans-serif;
font-weight: bold;
color: #fff;
font-size: 24px;
padding-top: 25px;
}
.b-realtor3-info-1 {
font-family: "FuturaDemiC", Arial, sans-serif;
font-weight: bold;
color: #f60;
font-size: 28px;
padding: 20px 0 0 120px;
}
.b-realtor3-info-3 {
font-family: "FuturaDemiC", Arial, sans-serif;
font-weight: bold;
color: #000;
font-size: 24px;
padding: 0 0 0 120px;
line-height: 1.2;
}
.b-realtor3-info-4 {
font-weight: bold;
color: #000;
font-size: 15px;
padding: 0 0 30px 120px;
line-height: 1.4;
}
.b-realtor3-info-2 {
font-weight: bold;
color: #000;
font-size: 15px;
padding: 0 0 0 120px;
line-height: 1.4;
}
.b-realtor3-info-2 a {
	text-decoration: underline;
}