@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Ovo&family=Quicksand:wght@400;500;600;700&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&family=Ovo&display=swap" rel="stylesheet');


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;}
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;}
.clear{ clear:both;}
.clearfix::after {  content: "";  display: table;  clear: both;}

img{image-rendering: -webkit-optimize-contrast; image-rendering: pixelated;   }

html{}
body{padding: 0;  height: 100%; position: relative; margin:0;  -webkit-font-smoothing: antialiased; color:#000;
	font-family: 'Quicksand', sans-serif; font-weight: 500; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.wrapper{ position: relative; width: 1464px; margin: 0 auto; padding: 80px 0 0 0;  }

.header{ position: fixed; height: 80px; width: 100%; z-index: 100; background-color: #fff; }
.header-wrapper{ position: relative; width: 1458px; height: 100%; margin: 0 auto; padding: 0 3px 0 3px; border-bottom: 1px solid #d7d7d7;}
.header-logo{ display: block; float: left; height: 52px; padding: 12px 0 0 68px; margin: 10px 0 0 3px;  background-image: url(../img/mr-logo.svg);
 background-size: 59px 59px; background-repeat: no-repeat; background-position: left; font-size: 20px; line-height: 20px;
  color: #182b55;  text-transform: uppercase;  font-weight: 700; text-decoration: none; }
 	.header-logo span{ display: block; font-size: 10px; line-height: 12px; letter-spacing: 0.35px;  }
.header-menu{ display: none; position: absolute; top: 31px;   left: 50%; right: 50%; width: 275px; margin-left: -137px; }
	.header-menu li{ float: left; margin: 0 0 0 29px; }
		.header-menu li:nth-child(1){ margin: 0; }
		.header-menu li a{ font-size: 16px; text-transform: uppercase; font-weight: 700; color: #213248; text-decoration: none;  }
.header-call{ float: right; margin: 12px 0 0 2px; }
		.header-menu li a:hover{ text-decoration: underline; }
	.header-call p{color: #182b55; font-size: 13px; line-height: 13px; font-weight: 700; text-align: right;}
	.header-call a{ display: block; padding: 8px 0 0 0; margin: 4px 0 0 0; color: #2672be; width: 240px; height: 29px; border-radius: 5px;
	 text-decoration: none;	background-color: #2672be;  color: #fff;   font-size: 16px; font-weight: 700; text-align: center; }
		.header-call a span{ padding: 0 0 0 6px;  font-family: 'Montserrat'; font-size: 22px; font-weight: 800;  }
	.header-call div{ display: none; }

/* hidding top menu */
.headroom {  will-change: transform;  transition: transform 200ms linear;}
.headroom--pinned {  transform: translateY(0%);}
.headroom--unpinned {   transform: translateY(-100%);}

.mob-menu{ display: none; }


/* block 1*/
.block-1{  position: relative; height: 810px; background-image: url(../img/block-1-bg.jpg);  padding: 55px 0 0 70px; background-repeat: no-repeat;   }
	.b1-text{ position: relative;  width: 760px; }
		.b1-text h1{ font-family: 'Montserrat';  font-size: 40px; line-height: 54px; font-weight: 800; text-transform: uppercase;
		color: #fff;  }
		.b1-text h4{ width: 580px; margin: 20px 0 0px 0; font-size: 18px; line-height: 24px; color: #fff; font-weight: 500;  }

.hform{  background-color: #fff; width: 540px; margin: 40px 0 0 0;  padding: 20px 30px 20px 18px; border-radius: 5px; }
	.hform h3{ padding:0 0 0 10px; font-size: 21px; line-height: 21px; color: #182b55; font-weight: 600;  }
		.hform h3 span{ color: #1c66b1;  }

/* archor */
#top {
	border-top: 160px solid transparent;
	margin-top: -160px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}


	.hform-wrapper{ margin-top: 16px; }
		

	.hform-line{}

	/***************************** //  form  effect */ /*****************************/
.hform-line{ margin: 3px 0 0 0 ; width: 100%; }


/* form starting stylings ------------------------------- */
.hf-group {  position: relative;  margin-bottom: 16px;}
.hf-group input {  font-size: 16px;  padding: 10px 2% 6px 2%;  display: block;  width: 96%;  border: none;  border-bottom: 1px solid #ccc;}
.hf-group input:focus {  outline: none;}
/* LABEL ======================================= */
.hf-group label { position: absolute;  color: #999;  font-size: 16px;   pointer-events: none;  left: 10px;  top: 15px;  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;  -webkit-transition: 0.2s ease all;}
/* active state */
.hf-group input:focus ~ label, .hf-group input.valid ~ label {  top: -6px;  font-size: 11px; font-weight: bold;  color: #1f4d87;}
/* BOTTOM BARS ================================= */
.hf-bar {  position: relative;  display: block;  width: 90%;}
.hf-bar:before, .hf-bar:after {position: absolute;  content: "";  height: 1px;  width: 0;  bottom: 0;    background: #1e65bd;  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;  -webkit-transition: 0.2s ease all;}
.hf-bar:before {  left: 50%;}
.hf-bar:after {  right: 50%;}
/* active state */
.hf-group input:focus ~ .hf-bar:before, .hf-group input:focus ~ .hf-bar:after {  width: 50%;}

/*******/

.form-submit{ position: relative; display: block; width: 60%; height: 42px; margin: 14px 0 0 0;  background-color: #2672be;
	 border-radius: 5px; color: #fff;text-decoration: none; text-transform: uppercase; font-size: 16px; line-height: 42px;
	 max-width: 60%!important; padding: 0px!important; border:none!important; background-image: none!important;
	  text-align: center; transition: background-color 0.3s;}
	.form-submit:hover{background-color: #2d7ed0;}



.hform-estimate{position: relative;}
.hform-estimate .hf-group{  width: 90%; }
	.hf-search-button{ position: absolute; bottom: 0; right: 0; width: 45px; height: 45px;  background-color: #dee0e2; 
		border-radius: 5px; background-image: url(../img/search-lens.svg); background-size: 20px 20px; background-repeat: no-repeat;
		background-position: center;}

	.hf-search-button.button-close{ background-color: #ff9c00; background-image: url(../img/sh-inp-clear-mob.svg); background-size: 16px 16px; 	}
	.hf-search-button.button-loader{background-color: #15477e; background-image: url(../img/loader3-timeline4.gif); background-size: 26px 26px; }

/* dropdown block of buildings */
.ns-dd1{ position: absolute; top: 38px; width: 100%; padding: 3px 1.5% 3px 1.5%;  border: 1px solid #e3e3e3; background-color: #fff; z-index: 2;
	 /**/ -moz-box-sizing: border-box; -webkit-box-sizing: border-box;  box-sizing: border-box; /**/ }
		.ns-dd1 ul{ list-style-type: none; }
			.ns-dd1 ul li{ display: table; width: 100%; }
				.ns-dd1 ul li:nth-child(2n){ background-color: #f6f6f6; }
.ns-dd1-home{ height: 70px; padding: 6px 0 0 0px; }
				.ns-dd1-picture{  display: table-cell; width: 92px;}
					.estimated-condo-image{	width:86px;}
				.ns-dd1-text{display: table-cell; padding: 8px 0 0 16px; vertical-align: top; }
					.ns-dd1-address{ display: block; font-size: 16px; line-height: 16px; color: #000; text-decoration: none; }
					.ns-dd1-building{ margin: 15px 0 0 0; font-size: 16px; line-height: 16px;  font-weight: bold; color: #1d509d; }
						.ns-dd1-building span{font-size: 16px; }
						.ns-dd1-building b{ font-size: 15px; font-weight: bold; color: #1d509d; }
			.ns-clicable{ cursor: pointer; }
.ns-dd1 .selected-condo-row{border: 1px solid #1f60a6;}

.sh-inp-building{width: 90%; height: 77px; padding: 6px 30px 0 6px;  background-color: #fff;  border-bottom: 1px solid #182b55;  
		/**/ -moz-box-sizing: border-box; -webkit-box-sizing: border-box;  box-sizing: border-box; /**/}

/* dropdown block 3 */
.ns-dd3{position: absolute; top: 79px; width: 100%;  padding: 2px 3px 3px 3px;  border: 1px solid #e3e3e3; background-color: #fff; z-index: 2;
	 /**/ -moz-box-sizing: border-box; -webkit-box-sizing: border-box;  box-sizing: border-box; /**/
	 }
	.ns-dd3 ul{ list-style-type: none; display: block;
		/**/ -moz-box-sizing: border-box; -webkit-box-sizing: border-box;  box-sizing: border-box; /**/
	  height: 253px; overflow-y: scroll; overflow-x: hidden; padding: 0 3px 0 0; width: 100%; } 
		.ns-dd3 ul li{ float: left; width: 25%; margin: 1px 0 0 0;}
			.ns-dd3 ul li a{ display: block; width: 100%; height: 28px; padding: 12px 0 0 0; background-color: #ebf0f6; 
				border-left: 1px solid #fff; text-align: center; text-decoration: none; font-size: 16px; line-height: 16px; color: #000; }
				.ns-dd3 ul li a:hover{ background-color: #354d76!important; color: #fff!important;
					text-decoration: underline; }
				
li.selected-napt-row a {   background-color: #354d76 !important;   color: #fff !important;   text-decoration: underline !important; }




/* block 2 */
.block2{ position: relative; height: 540px; }
	.b2-item{ position: absolute;  top:125px; width: 25%;  text-align: center; background-repeat: no-repeat; background-position: center;  }
		.b2-item h2{ font-size: 24px; line-height: 24px; font-family: 'Montserrat';
		 color: #182b55; font-weight: 700; text-transform: uppercase; }
		.b2-item p{ margin-top: 197px; font-size: 18px; line-height: 24px;  color: #182b55; font-weight: 400;}
		.b2-item br{ display: none; }

	.b2-left{ left:5.5%;  background-image: url(../img/sell-fast.svg); background-size: 135px 131px; background-position: top 54px center; }
	/* 166px 161px / 149px 145px  /  135px 131px / 122px 118px / 111px 107px   / 101px 97px  */
	.b2-center{ left: 50%; right: 50%;  margin-left: -12.5%; background-image: url(../img/get-top-dollar.svg); background-size: 79px 133px;
	background-position: top 54px center; } 
	 /* 98px 164px  /  88px 148px / 79px 133px / 71px 120px  /  64px 108px  / 58px 98px  */
	.b2-right{ right: 5.5%;  background-image: url(../img/trusted-resource.svg);  background-size: 122px 114px;
	 background-position: top 70px center; }
	   /* 151px 141px  /  136px 127px  / 122px 114px /  110px 103px   / 99px 93px   /  89px 84px */


/* block 3 */
.block3{ z-index: 30; }
	.b3{ position: relative; display: block; float: left; width: 50%; padding-bottom: 33.3%;  background-size: 100%; overflow: hidden; }
	.b3-1{ background-color: #1b3369; }
	.b3-2{background-image: url(../img/b3-condos.jpg);  }
	.b3-3{background-image: url(../img/b3-commercial.jpg);   }
	.b3-4{background-image: url(../img/b3-family.jpg);  }

			

	.b3-1-text-block{ position: absolute;  width: 80%; padding: 16% 0 0 7%; color: #fff;  }
		.b3-1-text-block h3{ font-family: 'Montserrat';  font-size: 46px; line-height: 46px; font-weight: 800; text-transform: uppercase;}
		.b3-1-text-block h4{ margin-top: 20px;  font-size: 19px; line-height: 26px; font-weight: 700;  }
		.b3-1-text-block p{ margin-top: 20px;   font-size: 17px; line-height: 22px; font-weight: 500; }
			.b3-1-text-block p b{ font-weight: 800; }

		.b3-box{ position: absolute; display: block;  width: 33.333%; height: 50%;  background-color: #1b3369; 
		 text-align: center; color: #fff; font-family: 'Montserrat';  font-size: 22px;  font-weight: 800; text-transform: uppercase;
		   text-decoration: none;}
		  
		 	.b3-box div{ display: table; width: 100%; height: 100% ;   }
		 		.b3-box div p{ display: table-cell; vertical-align: middle;}
		 			.box1{top: -30px; right: 0;}
		 			.box2{ top: -70px; left: 0; }
		 			.box3{ bottom: -100px; left: 0; }
		 			/**/
		 	.box11{ position: absolute; top: -100px; right: 33.333%; width: 33.333%; height: 50%; background-color: rgba(255,255,255,0.2); z-index: 30;}
		 	.box21{ position: absolute; top: -200px; right: 33.333%; width: 33.333%; height: 50%; background-color: rgba(255,255,255,0.2); z-index: 30;}
		 	.box31{ position: absolute; bottom: -200px; left: 33.333%; width: 33.333%; height: 50%; background-color: rgba(255,255,255,0.3); z-index: 30;}

		 	.b3-mobile { display: none;  }



/* block 4 */
.block4{ display: none; position: relative; height: 455px;  background-color: #efefef; z-index: 40; 
	background-repeat: no-repeat; background-position: center;  }
	.b4-left{ float: left; width:38% ; height: 118px; padding: 210px 0 0 85px; margin: 0 0 0 5%;  background-image: url(../img/flag.jpg); background-repeat: no-repeat;
	background-position: 0px 100px; }
		.b4-left h2{  font-size: 32px; line-height: 32px; color: #494a4b; font-family: 'Montserrat';  font-weight: 800;
		 text-transform: uppercase;  }
		.b4-left p{ margin:9px 0 0 0; font-size: 26px; line-height: 26px; color: #494a4b; font-weight: 400; text-transform: uppercase; }
	.b4-right{ float: right; width: 45%; padding: 220px 0 0 0; }
		.b4-right li{ float: left; width: 22%;  font-size: 32px; line-height: 32px; color: #5b5c5d; font-weight: 400;
		 text-transform: uppercase; }

/*reviews*/
.reviews{ position: relative; padding: 105px 0 130px 0; background-color: #fff;  min-height: 100px; z-index: 40; }
	.reviews h2{ font-size: 32px; line-height: 32px;  font-family: 'Montserrat';  font-weight: 800; color: #323232; text-align: center; }
	.reviews ul{ display: block; margin:105px 0 0 0; }
		.reviews ul li{ float: left; width: 22%; margin:0 5.6% 0 5.6%;  text-align: center; }
			.rev-name{font-size: 18px; line-height: 18px;  font-family: 'Montserrat';  font-weight: 600; color: #000; }
			.ren-city{ margin-top: 3px; font-size: 13px; line-height: 13px;  font-family: 'Montserrat';  font-weight: 500; color: #9e9d9e; }
			.rev-stars{ width: 95px; margin:10px auto 0; }
				.rev-stars div{ float: left;  width: 15px; height: 14px; margin:0 2px 0 2px; background-size: 15px 14px; 
					background-repeat: no-repeat;  }
				.rev-star-yellow{ background-image: url(../img/yellow-star.svg); }
				.rev-star-grey{ background-image: url(../img/grey-star.svg); }
			.rev-title{ margin-top: 12px; font-size: 17px; line-height: 17px;  font-weight: 600; }
			.rev-text{ margin: 12px 0 12px 0; font-size: 14px; line-height: 20px;  font-weight: 500; }
			.reviews ul li a{font-size: 14px; line-height: 14px;  font-weight: 500; color: #1c66b1; }


/* block call */
.block-call{  position: relative; height: 340px; padding: 230px 0 0 0;  background-color: #364872; z-index: 40; overflow: hidden;
 text-align: center; color: #fff;   }
	.bc-oblique{ position: absolute; top: 0px; left: -90px; width: 660px; height: 100%; background-image: url(../img/call-oblique-bg.svg);
	background-repeat: no-repeat; opacity: 0.5; z-index: 32;  background-size: 100%;}
	.bc-bg{ position: absolute; top: 0;   width: 100%; height: 1238px; background-image: url(../img/block-call-bg.jpg); 
		background-size: 100%;	z-index: 31; }
	.bc-blue-bg{ position: absolute; top: 0; width: 100%; height: 100%;  background-color: rgba(22,30,48,0.7); z-index: 33; }

	.block-call h2{ position: relative; z-index: 41; padding: 0 2% 0 2%;  font-size: 26px; line-height: 32px;  font-family: 'Montserrat';  font-weight: 800;
	  text-transform: uppercase;}
	.block-call p{position: relative; margin-top: 12px; padding: 0 2% 0 2%;  z-index: 41;  font-size: 22px; line-height: 28px; }
	.block-call a{position: relative; z-index: 41; display: block; width: 280px; height: 56px; margin: 45px auto 0;
	 border-radius: 30px; border: 2px solid #fff; background-color: rgba(22,30,48,0.63); color: #fff;  text-decoration: none;
	 font-size: 30px; line-height: 56px;  font-family: 'Montserrat';  font-weight: 800; }
	.bc-call-now{position: relative; z-index: 41; margin-top: 20px; color: #fff; text-transform: uppercase; font-size: 22px;
	 line-height: 22px;  font-weight: 800;  }

/* just sold  */
.just-sold{ padding: 90px 0 170px 0}
	.just-sold h2{   color: #3c4454;  font-size: 32px; line-height: 32px;  font-family: 'Montserrat';  font-weight: 800; text-align: center;
text-transform: uppercase;}
	.just-sold ul{ display: block; margin-top: 24px; }
		.just-sold ul li{ float: left; width: 26%; margin: 52px 3.66% 0px 3.66%;  }
			.jso-pic{  display: block; width: 100%; padding-bottom: 65%; background-size: 100%;
			 background-repeat: no-repeat;}
			.jso-city{ float: right; padding-top: 3px;  font-size: 15px; line-height: 15px; color: #545454;  }
			.jso-line { margin-top: 8px; }
				.jso-building{ float: left; font-size: 17px; line-height: 17px; font-weight: 600;}
				.jso-price{ float: right; font-family: 'Montserrat';   font-size: 17px; line-height: 17px; font-weight: 500; color: #0392e1;}
			.jso-separator{ margin-top: 10px; width: 100%; height: 1px; background-color: #cecece; }
				.jso-separator div{ width: 16%; height: 1px; background-color: #0392e1; }
				.jso-beds{ float: left; font-size: 16px; height: 16px; padding: 2px 0 0 22px; background-image: url(../img/beds-icon.svg); 
				background-size: 18px 18px; background-repeat: no-repeat; }
				.jso-bath{ float: left; font-size: 16px; height: 16px; padding: 2px 0 0 22px; margin: 0 0 0 20px; background-image: url(../img/beds-icon.svg); 
				background-size: 18px 18px; background-repeat: no-repeat; }
				.jso-beds span, .jso-bath span{ font-size: 13px; } 
				

		

	
.footer{ position: fixed; bottom: 0; left: 0; height: 68px; width: 100%; background-color: #fff;  border-bottom: 1px solid #bebebe; 
 z-index: 100;}
 .footer-wrapper{ width: 1464px; margin: 0 auto;  border-top: 1px solid #bebebe;}
.footer-logo{ float: left; height: 40px; padding: 12px 0 0 62px; margin: 9px 0 0 0px;  background-image: url(../img/mr-logo.svg);
 background-size:50px 49px;
 background-repeat: no-repeat; background-position: left; font-size: 18px; line-height: 18px; color: #182b55;  text-transform: uppercase;
  font-weight: 700; }
 	.footer-logo span{ display: block; font-size: 9px; line-height: 9px; letter-spacing: 0.4px;  }
 .footer-call-block{ float: right; margin: 6px 0 0 0; }
 	.footer-call-block div{ float: left; margin:16px 4px 0 4px; color: #1c66b1; font-size: 17px; line-height: 17px; text-transform: uppercase;  }
 	.footer-online{ display: block;  float: left; padding: 0 0 0 0; margin: 7px 0 0 0; color: #2672be; width: 210px; height: 40px; border-radius: 5px;
	 text-decoration: none;	background-color: #2672be;  color: #fff;   font-size: 17px; line-height: 40px; font-weight: 700; text-align: center;
	 text-transform: uppercase; font-family: 'Montserrat'; font-weight: 600; }
	 	.footer-online:hover{background-color: #2d7ed0;}
 	.footer-call{ position: relative; display: block;  float: left; padding: 0 0 0 0; margin: 7px 0 0 0; color: #2672be; width: 230px; height: 40px; border-radius: 5px;
	 text-decoration: none;	background-color: #2672be;  color: #fff;   font-size: 20px; line-height: 40px; font-weight: 700; text-align: center;
	 text-transform: uppercase; font-family: 'Montserrat'; font-weight: 600; }
	 	.footer-call span{padding: 0 0 0 6px;  font-family: 'Quicksand', sans-serif;  font-size: 17px; font-weight: 500; text-transform: none;
	 	color: #ced9e9; }
	 	.footer-call:hover{background-color: #2d7ed0;}



/* block 5  google */
.block-5{ position: relative; width: 100%; height: 756px; background-image: url(../img/google-big-bg.jpg ); background-repeat: no-repeat;
z-index: 50; background-position: top center; background-size: 1464px 658px; }
	.b5-bg2{ width: 100%; height: 100%; background-image: url(../img/google-bg.svg); background-repeat: no-repeat;
	background-position: top 397px center; background-size: 101%; }
		.b5-text{ position: absolute; top: 288px; left: 49%; padding: 0px 0 0 0px; }
			.b5-text h3{ width: 98%;  color: #303030; font-size: 36px; line-height: 42px; font-family: 'Montserrat';  font-weight: 800;
			 text-transform: uppercase; }
			.b5-text p{ width: 96%; margin-top: 58px; font-size: 18px; line-height: 24px; }
			.b5-text br{ display: none; }



/* block 6 */
.block-6{ position: relative; width: 100%; padding:0 0 155px 0; background-color: #fff; z-index: 60; }
	.b6-left{ float: left; width: 41.7%;  padding: 0 0 0 1%; }
		.b6-left h2{ font-size: 38px; line-height: 38px; color: #3b3b3b; text-transform: uppercase; font-family: 'Montserrat'; 
		 font-weight: 800; }
		.b6-left h3{ margin-top: 6px; font-size: 24px; line-height: 24px; color: #3b3b3b; text-transform: uppercase; }
	.b6-right{ float: right; width: 50%; }
		.b6-right ul{}
			.b6-right ul li{ float: left; width: 24%; }
				.b6-right ul li:first-child{ margin-left: 0px; }
				.b6-right ul li div{ font-size: 30px; line-height: 30px;  color: #4c4c4c;  font-family: 'Montserrat'; 
		 font-weight: 500; text-transform: uppercase; text-decoration: none;  cursor: default;}


/* block 7 */
.block-7{ position: relative; height: 678px; width: 100%; z-index: 70; overflow: hidden;}
	.b7-dark-layer{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); z-index: 70; }
	.b7-moving-bg{ position: absolute; top: 0; width: 100%; height: 1000px; background-size: 150%;	z-index: 69; background-position: top center;
	 background-image: url(../img/b7-bg.jpg);  z-index: 69; background-repeat: no-repeat;}

	.b7-left{ position: absolute; bottom: 0; left: 0; width: 33.2%; height: 45%; background-color: rgba(16,32,57,0.6); z-index: 71; }
		.b7-line{ position: absolute; width: 100%; height: 14px; top: 0;  background-color: rgba(0,0,0,0.4);}
		.b7-left p{ position: absolute; top: 60px; width: 75%; right: 0; 
			font-size: 32px; line-height: 42px;  color: #fff;  font-family: 'Montserrat';  font-weight: 800; text-transform: uppercase; }
	.b7-center{position: absolute; bottom: 0; right: 33.4%; left: 33.4%;  width: 33.2%; height: 45%; background-color: rgba(0,0,0,0.6);
	 z-index: 71; }
	 	.b7-center p{ width: 84%; margin:60px auto 0; font-size: 17px; line-height: 26px; color: #fff;}
	.b7-right{position: absolute; bottom: 0; right: 0; width: 33.2%; height: 45%; 
	 background-color: rgba(255,255,255,0.7); z-index: 71;}
		.b7-right p{width: 84%; margin:60px auto 0; font-size: 17px; line-height: 26px; color: #000;}
			.b7-right p span{display: block; font-size: 19px; font-weight: 700;  }


.block-8{position: relative; height: 570px; padding: 132px 0 0 0; }
	.b8-left{ float: left; width: 50%; min-height: 100%; background-image: url(../img/b8-left-bg.jpg); background-repeat: no-repeat; 
		background-position: 16px 0px;}
	.b8-right{ float: left; width: 50%;  }
		.b8-graph{ width: 89%; padding-bottom: 30%;  background-image: url(../img/b8-right-bg.svg);  background-repeat: no-repeat;
		  background-size: 100%; background-position: bottom;}
		.b8-text{width: 89%; padding: 30px 0 0 0;}
			.b8-text h2{ width: 100%; font-size: 36px; line-height: 42px; color:#303030; font-family: 'Montserrat';  font-weight: 800;
			 text-transform: uppercase;}
			.b8-text p{ width: 100%; font-size: 18px; line-height: 24px; }


.block-9{ position: relative; width: 100%; height: 592px;  background-image: url(../img/b9-bg.jpg); }
	.b9-left{float: left; width: 30.333%; height: 40%; padding: 3% 0 0 3%;  background-color: rgba(21,39,77,0.6);}
		.b9-left h2{ font-size: 45px; line-height: 60px; color:#fff; font-family: 'Montserrat';  font-weight: 800;
			 text-transform: uppercase;}
	.b9-right{ float: left; width: 66.666%; height: 100%; color: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.2); 
		border-left: 1px solid;	 -moz-box-sizing: border-box; -webkit-box-sizing: border-box;  box-sizing: border-box; }
		.b9-right p{ width: 100%; height: 47.3%; padding: 11% 2% 0 3%;   background-color: rgba(0,0,0,0.4); 
		 font-size: 19px; line-height: 28px; color: #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;  box-sizing: border-box;  }

		.b9-right h3{  width: 100%; height: 52.7%;  padding: 3% 2% 0 3%; background-color: rgba(21,39,77,0.6); 
			font-size: 21px; line-height: 34px; color: #fff;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box;  box-sizing: border-box; }
			.b9-right h3 span{display: block; font-size: 21px; line-height: 30px;  font-family: 'Montserrat';  font-weight: 800;
			 text-transform: uppercase;}