body{
	background: #fff;
	font-family: 'OpenSans-Regular', sans-serif;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 0.30px;
	color: #564b48;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}




a.styled{
	display: inline-block;
	padding: 5px 11px;
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.15px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	border: 1px solid #f38544;
	background: #ff9930;
	box-shadow: 5px 4px 0 0 #b9b9b9;
}
a.styled:hover{
	text-decoration: none;
	color: #fff;
	border: 1px solid #f38544;
	background: #ee8015;
	box-shadow: 5px 4px 0 0 #8e8e8e;
}




a{
	color: #fff;
	text-decoration: underline;
}
a:hover{
	color: #ee8015;
	text-decoration: none;
}
i{
	font-family: 'OpenSans-Italic', sans-serif;
}




.main-wrap{
	min-width: 1024px;
	overflow: hidden;
}

.center{
	width: 1004px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;

}




header{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: auto;
	z-index: 100;
	background: #fff;
}
header .center{
	padding-top: 10px;
}
header .logo{
	display: block;
	float: left;
	height: 71px;
	margin-left: 12px;
	background: url("../img/logo.png") no-repeat left top transparent;
	padding-left: 197px;
	color: #000;
	text-decoration: none;
}
header .logo:hover{
	color: #000;
	text-decoration: none;
}
header .logo span{
	display: block;
	padding-top: 17px;
}
header ul.phones{
	display: block;
	float: right;
	margin: 17px 13px 0 0;
	font-family: 'Sunline-Regular', sans-serif;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;;
}
header ul.phones li, header ul.phones a{
	display: block;
}
header ul.phones li{
	margin: 4px 0;
}
header ul.phones a{
	color: #5a5a5a;
	text-decoration: none;
}
header ul.phones a:hover{
	color: #000;
	text-decoration: none;
}
header a.styled{
	float: right;
	display: block;
	margin: 21px 12px 0 0;
}
header nav.site-nav{
	padding: 14px 0 10px 0;
}
header nav.site-nav, header nav.site-nav ul{
	display: block;
}
header nav.site-nav ul{
	text-align: center;
}
header nav.site-nav ul li{
	display: inline-block;
	font-size: 0;
	line-height: 0;
	border-left: 2px solid #4d4d4d;
	padding: 0 22px;
}
header nav.site-nav ul a{
	display: block;
	font-family: 'OpenSans-Regular', sans-serif;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 0.30px;
	color: #000;
	text-decoration: none;
	-webkit-transition: color 0.18s, font-family 0.55s;
	-moz-transition: color 0.18s, font-family 0.55s;
	-o-transition: color 0.18s, font-family 0.55s;
	transition: color 0.18s, font-family 0.55s;
}
header nav.site-nav ul a:hover{
	color: #ff9930;
	text-decoration: none;
}
header nav.site-nav ul a:after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 0;
	border-bottom: 1px solid #1e293d;
	-webkit-transition: border 0.18s, width 0.25s;
	-moz-transition:  border 0.18s, width 0.25s;
	-o-transition:  border 0.18s, width 0.25s;
	transition: border 0.18s, width 0.25s;
}
header nav.site-nav ul a:hover:after{
	width: 100%;
	border-color: #ff9930;
}
header nav.site-nav ul li.active a{
	font-family: 'OpenSans-Bold', sans-serif;
	letter-spacing: -0.75px;
	text-transform: uppercase;
	color: #ff9930;
	cursor: text;
}
header nav.site-nav ul li.active a:after,
header nav.site-nav ul li.active:hover a:after{
	width: 100%;
	border-color: #ff9930;
}
header nav.site-nav ul li:first-child{
	border-left: none;
	padding-left: 0;
}
header nav.site-nav ul li:last-child{
	border-right: 0;
	padding-right: 0;
}
header nav.site-nav a.hidden-phone{
	display: none;
	float: right;
	font-family: 'Sunline-Regular', sans-serif;
	font-size: 23px;
	line-height: 23px;
	letter-spacing: 0;
	text-decoration: none;
	color: #5a5a5a;
}
header nav.site-nav a.hidden-phone:hover{
	text-decoration: none;
	color: #000;
}
header.scrolled{
	background: rgba(255,255,255,0.95);
	border-bottom: 1px solid #e7e7e7;
}
header.scrolled .center{
	padding: 8px 0 12px 0;
}
header.scrolled .logo{
	display: none;
}
header.scrolled ul.phones{
	display: none;
}
header.scrolled a.styled{
	display: none;
}
header.scrolled nav.site-nav ul{
	float: left;
}
header.scrolled nav.site-nav ul li{
	border: none;
	padding: 0 7px;
}
header.scrolled nav.site-nav a.hidden-phone{
	display: block;
}





.top-information{
	position: relative;
	min-height: 700px;
	background-color: #b9b9b9;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.top-information .head{
	padding-top: 10%;
}
.top-information .head .blackline{
	padding: 15px 0;
	background: rgba(0,0,0,0.75);
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 51px;
	line-height: 56px;
	letter-spacing: 0.37px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.top-information .head .blackline i{
	font-style: normal;
	font-family: 'a_MachinaOrto-Regular', sans-serif;
}
.top-information .head .blackline span{
	display: block;
	font-size: 34px;
	line-height: 36px;
}
.top-information .head .blackline span b{
	font-style: normal;
	font-weight: normal;
	font-size: 51px;
	line-height: 36px;
}
.top-information .head form.contact-form{
	float: right;
	width: 305px;
	margin: 9% 17px 0 0;
	background: rgba(0,0,0,0.75);
}
.top-information .trigger{
	position: absolute;
	left: 42%;
	right: 42%;
	bottom: 40px;
	z-index: 50;
	display: block;
}
.top-information .trigger span{
	display: block;
	width: 50px;
	height: 76px;
	margin: 0 auto;
	cursor: pointer;
	background: url("../img/trigger.png") no-repeat center center transparent;
}

@media only screen and (min-width: 0) and (max-width: 1024px){
	.top-information {
		background-image: url("../img/top-bg-1920.jpg");
	}
	.top-information .head{
		padding-top: 15%;
	}
	.top-information .head form.contact-form{
		margin: 25px 17px 0 0;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1280px){
	.top-information {
		background-image: url("../img/top-bg-1280.jpg");
	}
	.top-information .head{
		padding-top: 14%;
	}
	.top-information .head form.contact-form{
		margin: 5% 17px 0 0;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px){
	.top-information {
		background-image: url("../img/top-bg-1366.jpg");
	}
	.top-information .head{
		padding-top: 9%;
	}
	.top-information .head form.contact-form{
		margin: 10px 17px 0 0;
	}
}
@media only screen and (min-width: 1367px) and (max-width: 1920px){
	.top-information {
		background-image: url("../img/top-bg-1920.jpg");
	}
	.top-information .head{
		padding-top: 10%;
	}
	.top-information .head form.contact-form{
		margin: 30px 17px 0 0;
	}
}
@media only screen and (min-width: 1921px) and (max-width: 2560px){
	.top-information {
		background-image: url("../img/top-bg-2560.jpg");
	}
	.top-information .head{
		padding-top: 13%;
	}
	.top-information .head form.contact-form{
		margin: 150px 17px 0 0;
	}
}





.advantages{
	background: url("../img/s0-bg.jpg") no-repeat center center #008aa4;
}
.advantages .center{
	padding-top: 41px;
	padding-bottom: 12px;
}
.advantages h2{
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: normal;
	color: #fff;
	text-align: center;
}
.advantages p{
	width: 85%;
	margin: 13px auto;
	font-family: 'OpenSans-Semibold', sans-serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.30px;
	color: #fff;
}
.advantages h3{
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
}
.advantages .item:nth-child(1) h3{
	top: 29%;
}
.advantages .item:nth-child(2) h3{
	top: 57%;
}
.advantages .item:nth-child(3) h3{
	top: 56%;
}
.advantages .item:nth-child(4) h3{
	top: 25%;
}
.advantages .row{
	text-align: center;
	margin: 20px 0;
}
.advantages .item{
	width: 25%;
	float: left;
	display: block;
	text-align: center;
}
.advantages .img{
	height: 220px;
	position: relative;
}
.advantages .img:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.advantages img{
	display: inline-block;
	vertical-align: middle;
	max-width: 231px;
}






.services{
	background: #fff;
}
.services .center{
	padding-top: 50px;
	padding-bottom: 50px;
}
.services .scheme{
	position: relative;
	width: 1000px;
	height: 723px;
	margin: 0 auto;
	background: url("../img/serv-bg.jpg") no-repeat center 75px transparent;
}
.services .scheme .item{
	position: absolute;
	background-repeat: no-repeat;
	background-color: transparent;
}
.services .scheme .item .wrap{
	position: relative;
	height: 100%;
}
.services .scheme .item .light{
	position: absolute;
	width: 59px;
	height: 59px;
	background-image: url("../img/dec-img-3.png");
	background-repeat:  no-repeat;
	background-position: center bottom;
	background-color: transparent;
}
.services .scheme .item .light.active{
	background-position: center top;
}
.services .scheme .item a.title{
	position: absolute;
	display: block;
	padding: 3px 0 7px 0;
	font-family: 'OpenSans-Regular', sans-serif;
	text-align: center;
	text-decoration: none;
	color: #7a716f;
	background: transparent;
	border: 1px dashed #ee8015;
}
.services .scheme .item a.title:hover{
	font-family: 'OpenSans-Semibold', sans-serif;
	color: #000;
	text-decoration: none;
	border: 1px solid #ee8015;
	letter-spacing: -0.15px;
}
.services .scheme .item:nth-child(1){
	width: 308px;
	height: 355px;
	left: 0;
	top: 63px;
	background-image: url("../img/sch-itm-bg-1.png");
	background-position: 118px 55px;
}
.services .scheme .item:nth-child(1) a.title{
	left: 30px;
	right: 79px;
	top: 0;
}
.services .scheme .item:nth-child(1) .light{
	right: 0;
	bottom: 0;
}
.services .scheme .item:nth-child(2){
	width: 300px;
	height: 233px;
	left: 300px;
	top: 6px;
	background-image: url("../img/sch-itm-bg-2.png");
	background-position: 105px 53px;
}
.services .scheme .item:nth-child(2) a.title{
	left: 0;
	right: 0;
	top: 0;
}
.services .scheme .item:nth-child(2) .light{
	left: 80px;
	bottom: 0;
}
.services .scheme .item:nth-child(3){
	width: 410px;
	height: 190px;
	right: 0;
	top: 0;
	background-image: url("../img/sch-itm-bg-3.png");
	background-position: 29px 21px;
}
.services .scheme .item:nth-child(3) a.title{
	left: 140px;
	right: 20px;
	top: 0;
}
.services .scheme .item:nth-child(3) .light{
	left: 0;
	bottom: 0;
}
.services .scheme .item:nth-child(4){
	width: 283px;
	height: 250px;
	right: 0;
	top: 77px;
	background-image: url("../img/sch-itm-bg-4.png");
	background-position: 28px 54px;
}
.services .scheme .item:nth-child(4) a.title{
	left: 50px;
	right: 0;
	top: 0;
}
.services .scheme .item:nth-child(4) .light{
	left: 0;
	bottom: 0;
}
.services .scheme .item:nth-child(5){
	width: 310px;
	height: 225px;
	left: 0;
	bottom: 55px;
	background-image: url("../img/sch-itm-bg-5.png");
	background-position: 138px 26px;
	z-index: 3;
}
.services .scheme .item:nth-child(5) a.title{
	left: 0;
	right: 20px;
	bottom: 0;
}
.services .scheme .item:nth-child(5) .light{
	right: 0;
	top: 0;
}
.services .scheme .item:nth-child(6){
	width: 210px;
	height: 210px;
	left: 195px;
	bottom: 0;
	background-image: url("../img/sch-itm-bg-6.png");
	background-position: 101px 26px;
}
.services .scheme .item:nth-child(6) a.title{
	left: 20px;
	right: 20px;
	bottom: 0;
}
.services .scheme .item:nth-child(6) .light{
	left: 78px;
	top: 0;
}
.services .scheme .item:nth-child(7){
	width: 375px;
	height: 257px;
	right: 280px;
	bottom: 36px;
	background-image: url("../img/sch-itm-bg-7.png");
	background-position: 26px 29px;
}
.services .scheme .item:nth-child(7) a.title{
	left: 50px;
	right: 0;
	bottom: 0;
}
.services .scheme .item:nth-child(7) .light{
	left: 0;
	top: 0;
}
.services .scheme .item:nth-child(8){
	width: 380px;
	height: 195px;
	right: 0;
	bottom: 138px;
	background-image: url("../img/sch-itm-bg-8.png");
	background-position: 28px 31px;
}
.services .scheme .item:nth-child(8) a.title{
	left: 85px;
	right: 80px;
	bottom: 0;
}
.services .scheme .item:nth-child(8) .light{
	left: 0;
	top: 0;
}







.prices{
	background: url("../img/s1-bg.jpg") no-repeat center center #0098b0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.prices .center{
	padding-top: 41px;
	padding-bottom: 12px;
}
.prices .row{
	max-width: 890px;
	margin: 25px auto 50px auto;
}
.prices h2{
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: normal;
	color: #fff;
	text-align: center;
}
.prices .item{
	display: block;
	float: left;
	margin-left: 148px;
	padding: 12px 3px;
	width: 188px;
	min-height: 228px;
	border: 1px dashed #fff;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
}
.prices .item:hover{
	text-decoration: none;
	color: #fff;
	border: 1px solid #ff9930;
}
.prices .item:hover h3 span{
	color: #ff9930;
	text-decoration: none;
}
.prices .item:first-child{
	margin-left: 0;
}
.prices .item .img{
	height: 140px;
}
.prices .item .img:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.prices .item .img img{
	display: inline-block;
	vertical-align: middle;
	max-width: 165px;
}
.prices .item h3{
	font-family: 'OpenSans-Semibold', sans-serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}
.prices .item h3 span{
	display: block;
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: normal;
	text-transform: uppercase;
	color: #534d49;
	-webkit-transition: color 150ms;
	-moz-transition: color 150ms;
	-o-transition: color 150ms;
	transition: color 150ms;
}











.tariffs{
	background: #fff;
	-webkit-background-size: 110%;
	-moz-background-size: 110%;
	-o-background-size: 110%;
	background-size: 110%;	
}
.tariffs .center{
	padding-top: 58px;
	padding-bottom: 12px;
	text-align: center;
}
.tariffs h2{
	display: block;
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: normal;
	color: #fff;
	text-align: center;
	padding: 0 51px 27px 53px;
}
.tariffs h2 span{
	display: inline-block;
	position: relative;
	background-color: #ff9930;
	padding: 8px 14px;
}
.tariffs h2 span:before{
	content: '';
	display: block;
	position: absolute;
	left: -45px;
	right: -43px;
	bottom: -27px;
	height: 58px;
	z-index: 1;
	background: url("../img/dec-img-4.png") no-repeat left bottom,
			url("../img/dec-img-5.png") no-repeat right bottom;
}
.tariffs .row{
	max-width: 943px;
	margin: 53px auto
}
.tariffs .tabs{
	margin-bottom: 31px;
}


.tariffs .tabs .main-tabs{
	width: auto;
	float: left;
	text-align: left;
}
.tariffs .tabs .main-tabs{
	float: left;
}
.tariffs .tabs .main-tabs .tab{
	margin-left: 45px;
	min-width: 198px;
}
.tariffs .tabs .main-tabs .tab:first-child{
	margin-left: 0;
}


.tariffs .tabs .secondary-tabs{
	float: right;
	width: auto;
}
.tariffs .tabs .secondary-tabs .wrap{
	width: auto;
	float: right;
}
.tariffs .tabs .secondary-tabs .tab{
	margin-left: 12px;
}
.tariffs .tabs .secondary-tabs .tab:first-child{
	margin-left: 0;
}
.tariffs .tabs .secondary-tabs .tab:last-child{
	margin-right: 5px;
}
.tariffs .tabs span.text{
	float: right;
	display: block;
	padding: 25px 5px 0 0;
}


.tariffs .tabs .tab{
	display: inline-block;
	padding: 5px 12px;
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.15px;
	color: #fff;
	text-align: center;
	border: 1px solid #534d49;
	background: #534d49;
	box-shadow: 5px 4px 0 0 #b9b9b9;
}
.tariffs .tabs .tab.active,
.tariffs .main-tabs .tab.active:hover{
	cursor: default;
	border: 1px solid #f38544;
	background: #ff9930;
	box-shadow: 5px 4px 0 0 #b9b9b9;
}
.tariffs .tabs .tab:hover{
	cursor: pointer;
	border: 1px solid #f38544;
	background: #ff9930;
	box-shadow: 5px 4px 0 0 #b9b9b9;
}


.tariffs .tab-content .item{
	display: block;
	float: left;
	position: relative;
	margin-left: 21px;
	padding-bottom: 25px;
}
.tariffs .tab-content .item .wrap{
	width: 268px;
	padding: 14px 14px 24px 14px;
	border: 1px solid #534d49;
	color: #534d49;
}
.tariffs .tab-content .main-tabs-wrap{
	position: relative;
}
.tariffs .tab-content .main-tabs-wrap .tabs{
	position: absolute;
	top: -79px;
	right: 0;
}
.tariffs .tab-content .main-tabs-wrap,
.tariffs .tab-content .secondary-tabs-wrap{
	display: none;
}
.tariffs .tab-content .main-tabs-wrap.active,
.tariffs .tab-content .secondary-tabs-wrap.active{
	display: block;
}
.tariffs .tab-content .main-tabs-wrap.heat .item .wrap{
	background: url("../img/dec-img-7.png") repeat center center #f8f8f8;
}
.tariffs .tab-content .main-tabs-wrap.water .item .wrap{
	background: url("../img/dec-img-7.png") repeat center center #f3f8ff;
}
.tariffs .tab-content .item:first-child{
	margin-left: 0;
}
.tariffs .tab-content .item .title{
	padding: 4px 0 13px 0;
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 25px;
	line-height: 29px;
	letter-spacing: normal;
	text-align: center;
	border-bottom: 1px solid #534d49;
}
.tariffs .tab-content .item .price{
	padding: 9px 0 12px 0;
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 50px;
	line-height: 56px;
	letter-spacing: normal;
	text-align: center;
}
.tariffs .tab-content .item .price span{
	display: inline-block;
	font-family: 'OpenSans-Regular', sans-serif;
	font-size: 17px;
	line-height: 21px;
}
.tariffs .tab-content .item .sub-title{
	text-align: left;
}
.tariffs .tab-content .item ul.styled{
	display: block;
	padding: 5px 0;
	text-align: left;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: -0.35px;
	list-style-position: inside;
}
.tariffs .tab-content .item ul.styled b{
	display: inline-block;
	font-family: 'OpenSans-Semibold', sans-serif;
}
.tariffs .tab-content .item ul.styled li{
	position: relative;
	display: block;
	padding-left: 24px;
	margin: 7px 0
}
.tariffs .tab-content .item ul.styled li:before{
	content: '';
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	left: 4px;
	top: 6px;
	background: url("../img/dec-img-6.png") no-repeat 0 0 transparent;
}
.tariffs .tab-content .item ul.styled .cost{
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 25px;
	line-height: 31px;
	letter-spacing: normal;
}
.tariffs .tab-content .item ul.styled .cost span{
	display: inline-block;
	font-family: 'OpenSans-Regular', sans-serif;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -0.35px;
}
.tariffs .tab-content .item a.styled{
	display: block;
	position: absolute;
	left: 15%;
	right: 15%;
	font-size: 20px;
	line-height: 26px;
	padding: 8px 4px;
}


/*  table  */
.tariffs-table {
  display: flex;
}

.tariffs-table .column{
  background: url(../img/dec-img-7.png) repeat center center #f8f8f8;
  width: 33.3%;
  padding: 14px 14px 24px 14px;
  border: 1px solid #534d49;
  color: #534d49;
  text-align: left;
}

.tariffs-table .column:nth-of-type(2){
  border-right: none;
  border-left: none;
}

.tariffs-table .column .title{
  padding: 4px 0 13px 0;
  font-family: 'a_MachinaOrto-Regular', sans-serif;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: normal;
  text-align: center;
  border-bottom: 1px solid #534d49;
  margin-bottom: 10px;
  color: #FF9930;
}

.tariffs-table .column p{
  margin: 10px 0;
}

.tariffs-table .column ul.styled {
  display: block;
  padding: 5px 0;
  text-align: left;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.35px;
  list-style-position: inside;
}

.tariffs-table .column ul.styled li {
  position: relative;
  display: block;
  padding-left: 24px;
  margin: 7px 0;
}

.tariffs-table .column ul.styled li:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 4px;
  top: 6px;
  background: url(../img/dec-img-6.png) no-repeat 0 0 transparent;
}

.tariffs-table .column b{
  font-weight: bold;
}

.tariffs-table .column .tariffs-price{
  font-weight: bold;
  color: #FF9930;
}



.trademarks{
	background: url("../img/s2-bg.jpg") no-repeat center center #008aa4;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.trademarks .center{
	padding-top: 26px;
	padding-bottom: 12px;
	text-align: center;
}
.trademarks h2{
	display: block;
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 45px;
	line-height: 49px;
	letter-spacing: normal;
	color: #fff;
	text-align: center;
}
.trademarks p{
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 35px;
	line-height: 39px;
	letter-spacing: normal;
	color: #fff;
	text-align: center;
}
.trademarks .logos{
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin: 24px 0;
}
.trademarks .logos a.img{
	display: inline-block;
	width: 111px;
	height: 38px;
	margin: 9px 7px;
	color: transparent;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	box-shadow: 5px 4px 0 0 #b9b9b9;
}
.trademarks .logos a.img:hover{
	text-decoration: none;
	color: transparent;
	box-shadow: 5px 4px 0 0 #ff9930;
}
.trademarks .logos a.img:nth-child(1){
	background-image: url("../img/logos/1.jpg");
}
.trademarks .logos a.img:nth-child(2){
	background-image: url("../img/logos/2.jpg");
}
.trademarks .logos a.img:nth-child(3){
	background-image: url("../img/logos/3.jpg");
}
.trademarks .logos a.img:nth-child(4){
	background-image: url("../img/logos/4.jpg");
}
.trademarks .logos a.img:nth-child(5){
	background-image: url("../img/logos/5.jpg");
}
.trademarks .logos a.img:nth-child(6){
	background-image: url("../img/logos/6.jpg");
}
.trademarks .logos a.img:nth-child(7){
	background-image: url("../img/logos/7.jpg");
}
.trademarks .logos a.img:nth-child(8){
	background-image: url("../img/logos/8.jpg");
}
.trademarks .logos a.img:nth-child(9){
	background-image: url("../img/logos/9.jpg");
}
.trademarks .logos a.img:nth-child(10){
	background-image: url("../img/logos/10.jpg");
}
.trademarks .logos a.img:nth-child(11){
	background-image: url("../img/logos/11.jpg");
}
.trademarks .logos a.img:nth-child(12){
	background-image: url("../img/logos/12.jpg");
}
.trademarks .logos a.img:nth-child(13){
	background-image: url("../img/logos/13.jpg");
}
.trademarks .logos a.img:nth-child(14){
	background-image: url("../img/logos/14.jpg");
}
.trademarks .logos a.img:nth-child(15){
	background-image: url("../img/logos/15.jpg");
}
.trademarks .row{
	max-width: 950px;
	margin: 26px auto;
}
.trademarks .about-profile{
	float: left;
	position: relative;
	width: 56%;
	padding: 14px;
	background: rgba(0,0,0,0.5);
	border: 1px solid #fff;
	border-right: none;
}
.trademarks .about-profile:before{
	content: '';
	display: block;
	width: 44px;
	position: absolute;
	right: -44px;
	top: 0;
	bottom: 0;
	background: url("../img/dec-img-8.png") no-repeat right center transparent;
}
.trademarks .about-profile img{
	display: block;
	float: left;
	width: 40%;
	max-width: 195px;
	border: 1px solid #fff;
}
.trademarks .about-profile blockquote{
	float: left;
	display: block;
	width: 60%;
	padding: 0 14px;
	color: #fff;
	font-family: 'OpenSans-Regular', sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-style: italic;
	text-align: left;
}
.trademarks .about-profile blockquote .title{
	text-align: center;
	font-style: normal;
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 20px;
	font-family: 'OpenSans-Semibold', sans-serif;
}
.trademarks .about-profile,
.trademarks .about-profile img,
.trademarks .about-profile blockquote,
.trademarks form.contact-form{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.trademarks .form{
	float: left;
	width: 44%;
}









.price-action{
	background: #fff;
}
.price-action .center{
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}
.price-action h2{
	display: block;
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: normal;
	color: #534d49;
	text-align: center;
}
.price-action h2 span{
	display: inline-block;
	color: #ff9930;
}
.price-action .row{
	max-width: 942px;
	margin: 32px auto;
}
.price-action .about-action,
.price-action .form,
.price-action form.contact-form{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.price-action .about-action{
	float: left;
	width: 66%;
}
.price-action .about-action img{
	display: block;
	max-width: 590px;
}
.price-action .form{
	width: 34%;
	float: left;
	height: 150px;
}
.price-action p{
	padding: 5px 0 10px 0;
}
.price-action a.styled{
	font-size: 32px;
	line-height: 38px;
	padding: 5px 10%;
}




.work-map{
	background: url("../img/s3-bg.jpg") no-repeat center center #059cb7;
	-webkit-transition: background-size 700ms;
	-moz-transition: background-size 700ms;
	-o-transition: background-size 700ms;
	transition: background-size 700ms;
}
.work-map .center{
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}
.work-map h2{
	display: block;
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: normal;
	color: #fff;
	text-align: center;
}
.work-map .spb-map{
	display: block;
	max-width: 893px;
	margin: 15px auto 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1280px){
	.work-map{
		-webkit-background-size: 200%;
		-moz-background-size: 200%;
		-o-background-size: 200%;
		background-size: 200%;
	}
	.work-map:hover{
		-webkit-background-size: 210%;
		-moz-background-size: 210%;
		-o-background-size: 210%;
		background-size: 210%;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px){
	.work-map{
		-webkit-background-size: 220%;
		-moz-background-size: 220%;
		-o-background-size: 220%;
		background-size: 220%;
	}
	.work-map:hover{
		-webkit-background-size: 230%;
		-moz-background-size: 230%;
		-o-background-size: 230%;
		background-size: 230%;
	}
}
@media only screen and (min-width: 1367px) and (max-width: 1920px){
	.work-map{
		-webkit-background-size: 125%;
		-moz-background-size: 125%;
		-o-background-size: 125%;
		background-size: 125%;
	}
	.work-map:hover{
		-webkit-background-size: 135%;
		-moz-background-size: 135%;
		-o-background-size: 135%;
		background-size: 135%;
	}
}
@media only screen and (min-width: 1921px) and (max-width: 2560px){
	.work-map{
		-webkit-background-size: 100%;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		background-size: 100%;
	}
	.work-map:hover{
		-webkit-background-size: 110%;
		-moz-background-size: 110%;
		-o-background-size: 110%;
		background-size: 110%;
	}
}




.panorama{
	position: relative;
	min-height: 700px;
	background-color: #92d1f4;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}
.panorama .center{
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}
.panorama h2{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 5%;
	padding: 35px 0;
	background: rgba(0,0,0,0.60);
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: normal;
	color: #fff;
	text-align: center;
}
.panorama h2 span{
	display: inline-block;
	margin: 0 auto;
	max-width: 1004px;
}
.panorama a.styled{
	position: absolute;
	left: 25%;
	right: 25%;
	bottom: 5%;
	font-size: 32px;
	line-height: 38px;
	padding: 5px 10px;
}
@media only screen and (min-width: 0) and (max-width: 1280px){
	.panorama{
		background-image: url("../img/bottom-bg-1920.jpg");
		background-position: -450px center;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px){
	.panorama{
		background-image: url("../img/bottom-bg-1366.jpg");
	}

}
@media only screen and (min-width: 1367px) and (max-width: 1920px){
	.panorama{
		background-image: url("../img/bottom-bg-1920.jpg");
	}
}
@media only screen and (min-width: 1921px) and (max-width: 2560px){
	.panorama{
		background-image: url("../img/bottom-bg-2560.jpg");
	}
}




.diploms{
	background: #fff;
}
.diploms .center{
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}
.diploms h2{
	display: block;
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 30px;
	line-height: 43px;
	letter-spacing: normal;
	color: #554f4c;
	text-align: center;
}
.diploms .sec-advs{
	margin: 25px 0;
}
.diploms .sec-advs .item{
	float: left;
	width: 23%;
	margin: 0 1%;
	min-width: 230px;
	display: block;
	color: #564b48;
}
.diploms .sec-advs .item:hover{
	cursor: pointer;
}
.diploms .sec-advs .item .img{
	height: 150px;
}
.diploms .sec-advs .item .img:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.diploms .sec-advs .item .img img{
	display: inline-block;
	vertical-align: middle;
	max-width: 150px;
	-webkit-transition: all 0.25s ease-in-out 0.18s;
	-moz-transition: all 0.25s ease-in-out 0.18s;
	-o-transition: all 0.25s ease-in-out 0.18s;
	transition: all 0.25s ease-in-out 0.18s;
}
.diploms .sec-advs .item:hover .img img{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.diploms a.styled{
	font-size: 32px;
	line-height: 38px;
	padding: 5px 10px;
}
.diploms .diploms-gallery{
	max-width: 1000px;
	margin: 50px auto 25px auto;
}
.diploms .diploms-gallery .image{
	display: block;
	float: left;
	position: relative;
	margin-left: 9px;
	width: 242px;
	height: 321px;
	color: transparent;
	text-decoration: none;
	background: url("../img/dec-img-9.png") no-repeat center center #fff;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;	
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.diploms .diploms-gallery .image:hover{
	color: transparent;
	text-decoration: none;
}
.diploms .diploms-gallery .image:hover:after{
	display: block;
}
.diploms .diploms-gallery .image:first-child{
	margin-left: 0;
}
.diploms .diploms-gallery .image:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.diploms .diploms-gallery .image:after{
	content: '';
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: url("../img/z.png") no-repeat center center transparent;
	-webkit-background-size: 25%;
	-moz-background-size: 25%;
	-o-background-size: 25%;
	background-size: 25%;	
	opacity: 0.5;
}
.diploms .diploms-gallery .image img{
	display: inline-block;
	vertical-align: middle;
	max-width: 212px;
	max-height: 289px;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 250ms;
	-moz-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	transition: opacity 250ms;
}
.diploms .diploms-gallery .image:hover img{
	opacity: 1;
}







.works-and-feedbacks{
	background: url("../img/s4-bg.jpg") no-repeat center #1c91a8;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}
.works{
	background: transparent;
}
.works .center{
	padding-top: 40px;
	padding-bottom: 35px;
	text-align: center;
}
.works h2{
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 54px;
	line-height: 58px;
	letter-spacing: normal;
	color: #fff;
	text-align: center;
}
.works .btn-adv{
	margin: 37px 0 5px 0;
}
.works .btn-adv .item{
	float: left;
	width: 32%;
	margin-left: 2%;
}
.works .btn-adv .item:first-child{
	margin-left: 0;
}
.works .btn-adv .item .img,
.works .btn-adv .item .title{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0;
	line-height: 0;
	height: 120px;
	text-align: center;
}
.works .btn-adv .item .img{
	float: left;
	width: 40%;
}
.works .btn-adv .item .title{
	float: right;
	width: 59%;
}
.works .btn-adv .item .img:before,
.works .btn-adv .item .title:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.works .btn-adv .item img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100px;
}
.works .btn-adv .item h3{
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 23px;
	width: 99%;
	color: #fff;
	text-align: left;
}
.completed-works{
	margin-top: 35px;
}
.completed-works h2{
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 34px;
	line-height: 40px;
	letter-spacing: normal;
	color: #fff;
	text-align: center;
}
.completed-works .works-slider{
	position: relative;
	height: 290px;
	overflow: hidden;
	margin: 45px 0;
}
.completed-works .works-slider .overflow{
	overflow: hidden;
	width: 902px;
	height: 290px;
	margin: 0 auto;
	position: relative;
}
.completed-works .works-slider .mover{
	overflow: hidden;
	width: 100000px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.completed-works .works-slider .item{
	display: block;
	float: left;
	position: relative;
	margin-left: 14px;
	padding: 9px;
	width: 197px;
	height: 272px;
	text-decoration: none;
	color: transparent;
	-webkit-transition: width 150ms, height 150ms, padding 150ms;
	-moz-transition: width 150ms, height 150ms, padding 150ms;
	-o-transition: width 150ms, height 150ms, padding 150ms;
	transition: width 150ms, height 150ms, padding 150ms;
}
.completed-works .works-slider .item:first-child{
	margin-left: 0;
}
.completed-works .works-slider .item:hover{
	text-decoration: none;
	color: transparent;
	padding: 5px;
	width: 205px;
	height: 280px;
}
.completed-works .works-slider .item img{
	display: block;
	max-width: 215px;
	max-height: 290px;
	width: 100%;
	height: 100%;
	opacity: 0.90;
	-webkit-transition: opacity 200ms, box-shadow 450ms;
	-moz-transition: opacity 200ms, box-shadow 450ms;
	-o-transition: opacity 200ms, box-shadow 450ms;
	transition: opacity 200ms, box-shadow 450ms;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.completed-works .works-slider .item:hover img{
	opacity: 1;
	box-shadow: 0 0 5px rgba(0,0,0,0.75);
}
.completed-works .works-slider .item:after{
	content: '';
	display: none;
	position: absolute;
	left: 65%;
	top: 75%;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: url("../img/z2.png") no-repeat center center transparent;
	-webkit-background-size: 40%;
	-moz-background-size: 40%;
	-o-background-size: 40%;
	background-size: 40%;	
	opacity: 0;
	-webkit-transition: opacity 650ms;
	-moz-transition: opacity 650ms;
	-o-transition: opacity 650ms;
	transition: opacity 650ms;
}
.completed-works .works-slider .item:hover:after{
	display: block;
	opacity: 0.90;
}
.completed-works .works-slider .sld-btn{
	display: block;
	cursor: pointer;
	width: 30px;
	height: 216px;
	position: absolute;
	top: 35px;
	z-index: 2;
	opacity: 0.45;
	-webkit-transition: opacity 250ms;
	-moz-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	transition: opacity 250ms;
}
.completed-works .works-slider .sld-btn:hover{
	opacity: 1;
}
.completed-works .works-slider .left{
	background: url("../img/sld-btn-left-01.png") no-repeat center center transparent;
	left: 0;
}
.completed-works .works-slider .right{
	background: url("../img/sld-btn-right-01.png") no-repeat center center transparent;
	right: 0;
}






.clients-feedback{
	background: transparent;
}
.clients-feedback .center{
	padding-top: 35px;
	padding-bottom: 35px;
}
.clients-feedback h2{
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 34px;
	line-height: 40px;
	letter-spacing: normal;
	color: #fff;
	text-align: center;
}
.clients-feedback .clients-slider{
	position: relative;
	height: 245px;
	overflow: hidden;
	margin-top: 35px;
}
.clients-feedback .clients-slider .overflow{
	overflow: hidden;
	width: 902px;
	height: 245px;
	margin: 0 auto;
	position: relative;
}
.clients-feedback .clients-slider .mover{
	overflow: hidden;
	width: 100000px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.clients-feedback .clients-slider .item{
	display: block;
	float: left;
	margin-left: 12px;
	position: relative;
	width: 171px;
	height: 245px;
	text-decoration: none;
	color: transparent;
	background: #000;
}
.clients-feedback .clients-slider .item:first-child{
	margin-left: 0;
}
.clients-feedback .clients-slider .item:hover{
	text-decoration: none;
	color: transparent;
}
.clients-feedback .clients-slider .item img{
	display: block;
	max-width: 215px;
	max-height: 290px;
	width: 100%;
	height: 100%;
	opacity: 0.95;
	-webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	transition: opacity 200ms;
}
.clients-feedback .clients-slider .item:hover img{
	opacity: 1;
}
.clients-feedback .clients-slider .item:after{
	content: '';
	display: none;
	position: absolute;
	left: 65%;
	top: 75%;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: url("../img/z.png") no-repeat center center transparent;
	-webkit-background-size: 40%;
	-moz-background-size: 40%;
	-o-background-size: 40%;
	background-size: 40%;	
	opacity: 0.9;
}
.clients-feedback .clients-slider .item:hover:after{
	display: block;
}
.clients-feedback .clients-slider .sld-btn{
	display: block;
	cursor: pointer;
	width: 30px;
	height: 216px;
	position: absolute;
	top: 15px;
	z-index: 2;
	opacity: 0.45;
	-webkit-transition: opacity 250ms;
	-moz-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	transition: opacity 250ms;
}
.clients-feedback .clients-slider .sld-btn:hover{
	opacity: 1;
}
.clients-feedback .clients-slider .left{
	background: url("../img/sld-btn-left-01.png") no-repeat center center transparent;
	left: 0;
	-webkit-background-size: 80%;
	-moz-background-size: 80%;
	-o-background-size: 80%;
	background-size: 80%;	
}
.clients-feedback .clients-slider .right{
	background: url("../img/sld-btn-right-01.png") no-repeat center center transparent;
	right: 0;
	-webkit-background-size: 80%;
	-moz-background-size: 80%;
	-o-background-size: 80%;
	background-size: 80%;	
}




.how-to .center{
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}
.how-to h2{
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 34px;
	line-height: 40px;
	letter-spacing: normal;
	color: #2f2f2f;
	text-align: center;
	margin: 25px 0;
}
.how-to img{
	display: block;
	margin: 0 auto;
	max-width: 190px;
}
.how-to a.styled{
	font-size: 32px;
	line-height: 38px;
	padding: 5px 5%;
}







.contacts .map{
	background: #fff;
}
.contacts h2{
  font-family: 'a_MachinaOrto-Regular', sans-serif;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: normal;
  color: #2f2f2f;
  text-align: center;
  margin: 25px 0;
}
.contacts .map .center{
	position: relative;
	padding: 0;
}
.contacts .map #map{
	width: 100%;
	height: 648px;
}
.contacts .map #map .ymaps-2-1-31-controls__toolbar_right,
.contacts .map #map .ymaps-2-1-31-copyright,
.contacts .map #map .ymaps-2-1-31-islets_gotoymaps{
	display: none;
}
.contacts .map .inform{
	position: absolute;
	max-width: 398px;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.55);
	z-index: 3;
	color: #fff;
	padding: 15px;
}
.contacts .map .inform:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.contacts .map .inform .wrap{
	display: inline-block;
	vertical-align: middle;
}
.contacts .map .inform a{
	text-decoration: none;
	color: #fff;
}
.contacts .map .inform a:hover{
	text-decoration: underline;
	color: #fff;
}
.contacts .map .inform a.styled:hover{
	text-decoration: none;
}
.contacts .map .inform .title{
	font-family: 'a_MachinaOrto-Regular', sans-serif;
	font-size: 34px;
	line-height: 40px;
	letter-spacing: normal;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

/*@media only screen and (min-width: 768px) and (max-width: 1280px){
	.contacts .map .inform{
		left: 12%;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1366px){
	.contacts .map .inform{
		left: 12%;
	}
}
@media only screen and (min-width: 1367px) and (max-width: 1920px){
	.contacts .map .inform{
		left: 23%;
	}
}
@media only screen and (min-width: 1921px) and (max-width: 2560px){
	.contacts .map .inform{
		left: 23%;
	}
}*/




.consultation .center{
	padding-top: 15px;
	padding-bottom: 15px;
}




footer{
	background: #534d49;
}
footer .center{
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .col{
	width: 32%;
	float: left;
	margin-left: 2%;
	padding: 10px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #fff;
}
footer .col:first-child{
	margin-left: 0;
	border-left: none;
}
footer .wrap{
	font-size: 0;
	line-height: 0;
	height: 180px;
}
footer .wrap:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
footer a{
	color: #fff;
	text-decoration: none;
}
footer a:hover{
	color: #fff;
	text-decoration: underline;
}
footer a.styled{
	margin: 10px 0;
}
footer a.logo{
	display: inline-block;
	vertical-align: middle;
	width: 99%;
	text-align: center;
	color: #fff;
	background: url("../img/logo2.png") no-repeat center top transparent;
	padding-top: 87px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.30px;
	text-decoration: none;
}
footer a.logo:hover{
	color: #fff;
	text-decoration: none;
}
footer a.logo span{
	display: block;
}
footer .work-time{
	display: inline-block;
	vertical-align: middle;
	width: 99%;
	text-align: center;
	color: #fff;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 0.30px;
}
footer .work-time span{
	display: block;
	text-transform: uppercase;
	font-family: 'Open Sans Semibold', sans-serif;
	padding: 7px 0;
	font-size: 20px;
	line-height: 26px;
}
footer .contacts{
	display: inline-block;
	vertical-align: middle;
	width: 99%;
	text-align: left;
	color: #fff;
	font-family: 'Open Sans Semibold', sans-serif;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.30px;
}


/*  Custom  */

.panorama .content{
  color: #fff;
}

.panorama::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0,0,0,0.4);
}

.panorama .content ul.styled{
  position: absolute;
  top: 30%;
  left: 50%;
  max-width: 500px;
	display: block;
	padding: 5px 0;
	text-align: left;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: -0.35px;
	list-style-position: inside;
}
.panorama .content ul.styled b{
	display: inline-block;
	font-family: 'OpenSans-Semibold', sans-serif;
}
.panorama .content ul.styled li{
	position: relative;
  display: block;
  font-weight: bold;
	padding-left: 24px;
  margin: 7px 0
}
.panorama .content ul.styled li:before{
	content: '';
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	left: 4px;
	top: 6px;
	background: url("../img/dec-img-6.png") no-repeat 0 0 transparent;
}

.confidencial a{
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 300;
}