/* СБРОС СТИЛЕЙ */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend{vertical-align:baseline;font-family:inherit;font-weight:inherit;font-style:inherit;font-size:100%;outline:0;padding:0;margin:0;border:0;}
:focus{outline:0;}
body{background:white;line-height:1;color:black;}
ol, ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after, q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
/* ОСНОВНЫЕ СТИЛИ */
body {
	scroll-behavior: smooth;
	background: url(../img/allbg1.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	font-family:"reg";
	font-size: 16px;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.right {
	float: right;
	text-align: right;
}
.left {
	text-align: left;
}
.green {
	color: #33ab04;
}
/* Типографика */
a, a:visited {
	font-family:"reg";
	font-size: 16px;
	color: #000;
	text-decoration: none;
	line-height: 1.5;
}
a:hover, a:active, a:focus{
	color: #000;
	text-decoration: underline;
}
p {
	font-family:"reg";
	font-size: 16px;
	color: #222;
	line-height: 1.5;
}
p span {
	font-family:"reg";
	font-size: 20px;
}
h1 {
	font-family:"reg";
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #fff;
	text-shadow: 2px 2px 3px #000;	
}
h2 {
	font-family:"bold";
	font-size: 36px;
	color: #222;
	text-align: center;
}
h3 {
	font-family:"bold";
	font-size: 24px;
	color: #000;
}
h3 span {
	font-family:"med";
	font-size: 28px;	
}
h4 {
	font-family:"med";
	font-size: 24px;
	color: #222;
}
h5 {
	font-family:"reg";
	font-size: 24px;
	line-height: 1.5;
	color: #000;
}
h5 span {
	font-family:"reg";
	color: #b1afb0;
	font-weight: 700;
}
h6 {
	font-family:"reg";
	font-size: 16px;
	color: #7b7b7b;
	line-height: 1.5;
}
h6 span {
	font-family:"med";
	font-size: 26px;
	color: #f60;
}
input.name {
	margin: 10px 0px;
	padding: 20px 30px;
	background: #fff url(../img/ico30.png) 0 center no-repeat;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	font-family:"reg";
	width: 100%;
	font-size: 15px;
}
input.phone {
	margin: 10px 0px;
	padding: 20px 30px;
	background: #fff url(../img/ico31.png) 0 center no-repeat;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	font-family:"reg";
	width: 100%;
	font-size: 15px;
}
input.email {
	margin: 20px 0px;
	padding: 15px 30px;
	background: #fff url(../img/ico32.png) 0 center no-repeat;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	font-family:"reg";
	width: 100%;
	font-size: 15px;
}
.button_zakaz {
	margin: 30px auto;
	padding: 20px 30px;
  background: linear-gradient(to top, #fd810e, #fda41f);
  border: none;
	border-radius: 4px;
	font-family:"reg";
	font-size: 18px;
	width: 80%;	
	color: #fff;
}
.button_zakaz:hover {
  background: linear-gradient(to top, #fda41f, #fd810e);
	box-shadow: 0px 0px 10px #fda41f;
	color: #000;
	transition: 0.5s;	
}
/* HEADER */
.fixed_top {
	position: fixed;
	left: 0;
	top: 0;
	width:100%;
	z-index: 999;
	height: 65px;
}
header {
	background: #fff;
}
.logo {
	padding: 30px 0px;
}
.phone_top {
	padding: 10px 0px;
}
.phone_top a, .phone_top a:hover {
	font-family: 'med';
	font-size: 22px;
	text-decoration: none;
}
.header_text {
	padding-left: 20px;
	margin: 30px 0px;
	border-left: 2px solid #3dcd05;	
}
.callback {
	margin-top: 10px;
	padding: 10px 25px;
	background: linear-gradient(to top, #fd810e, #fda41f);
  border: none;
	border-radius: 4px;
	font-family:"reg";
	font-size: 14px;
	width: 100%;	
	color: #fff;
}
.callback:hover {
	background: linear-gradient(to top, #fda41f, #fd810e);
	box-shadow: 0px 0px 10px #fda41f;
	transition: all 0.3s;	
}
.menu {
	background: #3dcd05; /* Для старых браузров */
/*    background: linear-gradient(to top, #2d9404, #3dcd05); */
}
.navbar {
	margin-bottom: 0;
	padding: 10px 0px;
}
.navbar-collapse.collapse {
	text-align: center;
	padding-bottom: 0;
}
ul.nav {
	text-align: center;
	float: none;
	display: inline-block;
}
header ul.nav li a {
	font-family: 'reg';
	padding: 10px 35px;
	font-size: 18px;
	color: #fff;
}
ul.nav li a:hover, ul.nav li a:focus, ul.nav li a:active {
	background: none;
	text-decoration: underline;	
}
/* MAIN */
#main {
	padding-top: 60px;
	min-height: 800px;
	background: url(../img/bg5.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.offer{
	margin-top: 140px;
	position: relative;
	z-index: 3;
	padding-right: 40px;
}
.off_text {
	margin-top: 30px;
	padding-right: 80px;

}
.off_text p {
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}
.top_form {
	margin-top: 100px;
	background-color: rgba(255,255,255,0.9);	
	padding: 50px;
	text-align: center;
	border-radius: 4px;
}
.top_form p {
	font-size: 20px;
}
.top_form a {
	font-size: 10px;
}
.top_form .button_zakaz {
	margin: 10px 0px;
	padding: 17px 30px;
	background: linear-gradient(to top, #fd810e, #fda41f);
  border: none;
	border-radius: 4px;
	font-family:"reg";
	font-size: 16px;
	width: 100%;	
	color: #fff;
	transition: all 0.3s;
}
.top_form .button_zakaz:hover {
	background: linear-gradient(to top, #fda41f, #fd810e);
	box-shadow: 0px 0px 20px #fda41f;
}
.offerfon {
	background-color: rgba(0,0,0,0.7);
	height: 370px;
	margin-left: -15px;
	margin-top: -425px;
	position: relative;
	z-index: 0;
}
.head {
	margin-bottom: 60px;
}
/* USLUGI */
#uslugi {
	padding: 60px 0px;
}
.usl {
	background-color: #ebe9e9;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}
.usl_sale {
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.sale {
	position: absolute;
	right: -55px;
	top: 5px;
	padding: 10px 50px;
	background: linear-gradient(to top, #fd810e, #fda41f);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sale p {
	color: #fff;
}
.usl_text {
	padding-bottom: 10px;
	margin: 10px 20px;
	border-bottom: 1px solid #ccc;
	/* min-height: 960px; */
}
.usl_btn {
	font-size: 18px;
	cursor: pointer;
}
.usl_ul {
	display: none;
}
.usl_ul.active {
	display: block;
}
ul.usl_ul li {
	background: url(../img/ok.png) top left no-repeat;
	padding-left: 25px;
	font-family: 'reg';
	font-size: 15px;
	color: #000;
	text-align: left;
	margin: 25px 0px;
}
#uslugi .zakaz {
	margin-bottom: 20px;
}
/* QUIZ */
#quiz {
	padding: 60px 0px;
	background-color: #369f0d;

}
#quiz #msform {
	min-height: 320px;
}
#quiz h2 {
	font-family: 'bold';
	color: #fff;
}
#quiz h3 {
	color: #fff;
	margin-bottom: 30px;	
}
#quiz p {
	color: #fff;
	font-size: 17px;
}
.b_slick {
	color: #fff;
	background: none;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 10px 25px;
	margin: 10px;
	font-family: "reg";
	font-size: 16px;
}
.b_slick:hover {
	box-shadow: 0px 0px 10px #fff;
}
#quiz p label {
	font-size: 22px;
	margin-bottom: 20px;
}
/* СМЕНА РАДИОКНОПОК */
.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.radio + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
}
.radio + label:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: none;
}
.radio + label:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	opacity: 0;
	transition: .2s;
}
.radio:checked + label:after {
  opacity: 1;
}
.radio:focus + label:before {
  /*box-shadow: 0 0 0 3px rgba(255,255,0,.7);*/
}
#quiz .slick-dots li button:before {
 font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0px 10px;
  border-bottom: 5px solid #fff;
  content: ''; /* <-- Вот этот символ */
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.quiz {

}
.zaglushka {
	position: absolute;
	top: 500px;
	z-index: 99;
	width: 400px;
	height: 100px;
	background: #369f0d;
}
#quiz .button_zakaz {
	border: 2px solid #fff;
	background: none;
	z-index: 3;
}
#quiz .button_zakaz:hover {
	background: #fff;
	color: #000;
	box-shadow: 0px 0px 10px #fff;
}
.quiz_opisanie {
	padding: 20px 30px 20px 30px;
	border: 3px solid #fff;
}
.quiz_line {
	height: 2px;
	width: 50px;
	background-color: #fff;
	margin: 20px auto;
	text-align: center;
}
.komnaty {
	margin-top: 20px;
}	
.komnaty input {
	display: inline-block;
    float: left;
    font-family: "reg";
}
#quiz label {
    font-family: "reg";
    font-size: 22px;
    color: #fff;
}
.komnaty .radio + label {
    padding: 6px 20px 0px 35px;
}
#quiz .head {
	margin-bottom: 30px;
}
#quiz input.name, #quiz input.phone, #quiz input.submit {
	max-width: 400px;
}
/* КВИЗ ТЕСТ */
#msform {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	position: relative;
}
#msform fieldset {
	background: none;
	border: 0 none;
	border-radius: 3px;
	padding: 20px 30px;
	text-align: left;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	
	/*stacking fieldsets above each other*/
	position: absolute;
	z-index: 3;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: none;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
	font-family: "reg";
	z-index: 4;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0px 0px 5px #fff;
}
/*#msform input.name {
	padding: 17px;
} */
#msform .submit {
	width: 100%;
	background: none;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 1px;
	cursor: pointer;
	padding: 15px 20px;
	margin: 10px auto;
	font-family: "reg";	
}
/*progressbar*/
#progressbar {
	z-index: 0;
	margin-top: 50px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
	padding-left: 30px;
}
#progressbar li {
	list-style-type: none;
	text-transform: uppercase;
	color: rgba(255,255,255,0);
	font-size: 16px;
	width: 10%;
	position: relative;
	display: inline-block;
	font-family: "reg";
	width: 50px;
	height: 4px;
	background: #bbb;
	margin: 2px;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 50px;
	height: 4px;
	line-height: 25px;
	display: block;
	font-size: 16px;
	color: rgba(255,255,255,0);
	background: none;
}
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: transparent;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; 
}
#progressbar li:first-child:after {
	content: none; 
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #fff;
	color: transparent;
	width: 50px;
	height: 4px;
	line-height: 25px;
	display: block;
}
.dvizhok #progressbar {
	text-align: center;
	margin: 0 auto;
}
/* OBJECT */
#object {
	padding-top: 60px;
 }
 .vkladki {
 	padding: 20px;
 	background: #fff;
 }	
 .nav-pills > li > a {
 	color: #000;
	padding: 14px;
	position: relative;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #33ab04;
	border-radius: 6px;
	float: left;
	display: block;
	cursor: pointer;
	margin-right: 8px;
	font-family: 'reg', sans-serif;
	font-size: 16px;
	text-transform: none;
	margin-bottom: 10px;
 }
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    box-shadow: 0px 2px 0px #369f0d; 
    background: #fff;
    color: #000;
}
 .nav-pills > li > a:hover {
	box-shadow: 0px 2px 0px #369f0d; 
	text-decoration: none;
	transition: 0.2s;
}
.stoimost {
	margin-top: 100px;
	background: url(../img/price_icon.png) top left no-repeat;
	padding-left: 40px;
	margin-bottom: 15px;
}
.kvadratura {
	background: url(../img/square_icon.png) top left no-repeat;
	padding-left: 40px;
	margin-bottom: 15px;
}
.sroki {
	background: url(../img/time_icon.png) top left no-repeat;
	padding-left: 40px;
	margin-bottom: 15px;
}
.vid {
	background: url(../img/home_icon.png) top left no-repeat;
	padding-left: 40px;
	margin-bottom: 15px;
}
.geo {
	background: url(../img/geo_icon.png) top left no-repeat;
	padding-left: 40px;
	margin-bottom: 15px;
}
.tool {
	background: url(../img/tool_icon.png) top left no-repeat;
	padding-left: 40px;
	margin-bottom: 15px;
}
.obj_header {
	margin: 30px 0px;
}
.obj_slider {

}
.take_smeta {
	margin-top: 60px;
}
.take_smeta a {
	font-family: "med";
	font-size: 20px;
	color: #0f87f7;
	text-decoration: underline;
}
.otz_head {
	padding: 20px 0px;
	margin-bottom: 40px;
}
.otz_head h3 {
	padding-top: 40px;
}
.spisok {
	padding-top: 10px;
}
ul.smeta li {
	font-family: "reg";
	font-size: 16px;
	background: url(../img/krug.png) center left no-repeat;
	padding-left: 20px;
	margin: 15px 0px;
}
.otz_text {
	padding-top: 30px;
}
/* ОТОБРАЖЕНИЕ СЛАЙДЕРА ВО ВКЛАДКАХ */
/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane, 
.pill-content > .pill-pane {
    display: block;    /* undo display:none          */
    height: 0;         /* height:0 is also invisible */ 
    overflow: hidden;  /* no-overflow                */
}
.tab-content > .active, 
.pill-content > .active {
    height: auto;      /* let the content decide it  */
} 
/* bootstrap hack end */
/* WHY */
#why {
	padding: 60px 0px;
	background-color: #fff;
}
#why p {
	font-family: "med";
	font-size: 16px;
	text-align: center;
}
#why img {
	margin: 10px auto;
	text-align: center;
	max-width: 80px;
}
.why-items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.why {
	padding: 20px;
	min-height: 200px;
	max-width: 200px;
}
.why:first-child {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	border-radius: 6px;
	transition: 0.7s;
	cursor: pointer;
}
.why:first-child:hover {
	transform: scale(1.01);
}
.why a:hover,
.why a:focus {
	text-decoration: none;
}
/* HOW */
#how {
	padding: 60px 0px;
	background: #fff;
}
.how_left {
	text-align: right;
	float: right;
    margin-right: -50px;

}
.how_right {
	text-align: left;
	margin-left: -50px;
}
#how .callback {
	max-width: 250px;
}
.n1 {
	background: #333;
	color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	font-family: "med";
	font-size: 26px;
	line-height: 2;
}
/* CONTROL */
#control {
	padding-top: 60px;
}
#control .borderchik {
	border-bottom: 1px solid #999;
}
#control h2 {
	font-family: "med";
	font-size: 36px;
	line-height: 1.4;
}
#control p {
	font-size: 18px;
}
ul.quality li {
	background: url(../img/galka.png) left top no-repeat;
	padding: 0px 10px 10px 50px;
	margin: 30px 0px;
}
#opinion {
	padding: 60px 0px;
	background: #fff;
}
#opinion .button_zakaz {
	max-width: 300px;
	margin: 20px auto;
}
.opinion {
	background: #eee;
	margin-bottom: 50px;
}
.opinion_text {
	padding: 40px;
}
.video {
	position: relative;
	padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
	padding-top: 30px;
	height: 0;
	overflow: hidden;	
	box-shadow: 0px 0px 20px #000;  
	cursor: pointer;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} 
#questions {
	padding: 60px 0px;
	background: url(../img/bg1.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#questions h2, #questions h3, #questions a, #questions a:hover, #questions p {
	color: #fff;
}
#questions h3 {
	font-family: "reg";
	margin-top: 20px;
}
#questions .button_zakaz {
	margin: 10px 0px;
	width: 90%;
}
#questions .button_zakaz:hover {
	background-color: #fff;
}
#contact {
	padding-top: 60px;
	background-color: #fff;
}
.address {
	margin-top: -400px;
	background-color: #fff;
	padding: 40px;
}
#contact p {
	font-size: 18px;
	font-family: "med";
	padding-bottom: 10px;
}
/* FOOTER */
footer {
	padding-top: 40px;
	padding-bottom: 10px;
	background-color: #fff;
}
footer a:hover {
	text-decoration: none;
}
.social_icons {
	text-align: center;
}
.social_icons i {
	font-size: 24px;
	margin: 5px;
	color: #999;
}
.social_icons i:hover {
	color: #3dcd05;
	transition: 0.2s;
}
footer .logo {
	padding: 30px 0px;
}
.phone {
	background: url(../img/phone_icon.png) center left no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
}
.email {
	background: url(../img/email_icon.png) center left no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
}
footer .phone p, footer .email p, footer .grafic p {
	font-size: 15px;
}
.copyright {
	margin-top: 5px;
}
#modal_zakaz .modal-content, #modal_smeta .modal-content, #modal_call .modal-content, #modal_zakaz_control .modal-content, #modal_zakaz_object .modal-content {
	padding: 20px;
	border-radius: 0;
}
#modal_zakaz .modal-body, #modal_smeta .modal-body, #modal_call .modal-body, #modal_zakaz_control .modal-body, #modal_zakaz_object .modal-body {
	padding: 20px;
	border: 4px solid #3dcd05;
}
#modal_zakaz .modal-body form,
#modal_smeta .modal-body form, 
#modal_call .modal-body form, 
#modal_zakaz_control .modal-body form, 
#modal_zakaz_object .modal-body form,
#modal_zakaz_view .modal-body form {
	width: 70%;
	margin: 10px auto;
}
#modal_call .modal-body form .button_zakaz, #modal_zakaz .modal-body form .button_zakaz, #modal_smeta .modal-body form .button_zakaz, #modal_zakaz_control .modal-body form .button_zakaz, #modal_zakaz_object .modal-body form .button_zakaz {
	width: 100%;
}
.scroll_btn {
	display: none;
}
.scroll_btn_fixed {
    display: block;	
    background: url(../img/up.png) no-repeat top left;
    height: 60px;
    width: 60px;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    position: fixed;
    z-index: 999;	
    transition: 0.3s;
}
#thanks1, #thanks2, #thanks3, #thanks4, #thanks5, #thanks6, #thanks7 {
    display: none;
}
.portfolio {
	text-align: center;
}
.categories {
	background-color: #fff;
	padding: 20px 10px;
	text-align: center;
}
.categories a {
	display: inline-block;
	margin: 0 20px;
}
.portfolio img.img-responsive {
	display: inline-block;
	max-width: 400px;
}
@media (max-width: 767px) {
	.portfolio img {
		margin-bottom: 10px;
	}
	.portfolio img.img-responsive {
		max-width: 100%;
	}
}
.newobject {

}
.newobject-items a.absolute-link {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.newobject-items a.video-link span {
	font-size: 14px;
}
.newobject-items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	background: rgba(0,0,0,0.8) url(../img/bg_obj.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.item-left {
	width: 50%;
	height: 700px;
	position: relative;
}
.item-left::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	transition: all 0.4s;
}
.item-left:hover::before {
	background-color: rgba(0,0,0,0.5);
}
.item-left-body {
	height: 700px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.newobject-items h2 {
	display: block;
	color: #fff;
	position: relative;
	margin-bottom: 50px;
	text-align: left;
	width: 280px;
}
.newobject-items a {
	display: block;
	color: #fff;
	position: relative;
	font-size: 20px;
	margin-bottom: 10px;
}
.item-right {
	width: 50%;
	height: 700px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #333;
}
.item-right::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	transition: all 0.4s;
}
.item-right:hover::before {
	background-color: rgba(0,0,0,0.5);
}
.item-right h2 {
	text-align: center;
}
.newobject-items a.absolute-link:hover,
.newobject-items a.absolute-link:focus {
    text-decoration: none;
}