@font-face {
    font-family: 'agora';
    src: url('../fonts/agorasansprothin-webfont.eot');
    src: url('../fonts/agorasansprothin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/agorasansprothin-webfont.woff2') format('woff2'),
         url('../fonts/agorasansprothin-webfont.woff') format('woff'),
         url('../fonts/agorasansprothin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din';
    src: url('../fonts/pfdintextcondpro-regular_0-webfont.eot');
    src: url('../fonts/pfdintextcondpro-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextcondpro-regular_0-webfont.woff2') format('woff2'),
         url('../fonts/pfdintextcondpro-regular_0-webfont.woff') format('woff'),
         url('../fonts/pfdintextcondpro-regular_0-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din';
    src: url('../fonts/PFDinTextCondPro-Medium_0.eot');
    src: url('../fonts/PFDinTextCondPro-Medium_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PFDinTextCondPro-Medium_0.woff2') format('woff2'),
         url('../fonts/PFDinTextCondPro-Medium_0.woff') format('woff'),
         url('../fonts/PFDinTextCondPro-Medium_0.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'din';
    src: url('../fonts/PFDinTextCondPro-Bold.eot');
    src: url('../fonts/PFDinTextCondPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PFDinTextCondPro-Bold.woff2') format('woff2'),
         url('../fonts/PFDinTextCondPro-Bold.woff') format('woff'),
         url('../fonts/PFDinTextCondPro-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'segoe';
    src: url('../fonts/segoeui.eot');
    src: url('../fonts/segoeui.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoeui.woff2') format('woff2'),
         url('../fonts/segoeui.woff') format('woff'),
         url('../fonts/segoeui.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'segoe';
    src: url('../fonts/segoeuisl.eot');
    src: url('../fonts/segoeuisl.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoeuisl.woff2') format('woff2'),
         url('../fonts/segoeuisl.woff') format('woff'),
         url('../fonts/segoeuisl.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'segoe';
    src: url('../fonts/seguisb.eot');
    src: url('../fonts/seguisb.eot?#iefix') format('embedded-opentype'),
         url('../fonts/seguisb.woff2') format('woff2'),
         url('../fonts/seguisb.woff') format('woff'),
         url('../fonts/seguisb.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'segoe';
    src: url('../fonts/segoeuii.eot');
    src: url('../fonts/segoeuii.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoeuii.woff2') format('woff2'),
         url('../fonts/segoeuii.woff') format('woff'),
         url('../fonts/segoeuii.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

/*	-------------------------------------------------
	Базовые стили сайта | Base site styles
	------------------------------------------------- */
* {
	box-sizing: border-box;
}
body {
	font: normal normal 14px/18px 'segoe', sans-serif;
	background:#FFF;
	color:#fff;
}

a { color:#fff; text-decoration: none; }
a:hover { text-decoration:underline; }

p { margin-bottom:15px; }

ul {
	margin: 0;
	padding: 0;
	list-style: none inside;
}

.f-right {
	float: right;
}
.f-left {
	float: left;
}
ul {
	margin: 0;
	padding: 0;
}
.image {
	display: inline-block;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
.image > img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.clearfix {
	clear: both;
}
/*	-------------------------------------------------
	Стили блоков, содержимого страниц | Other styles
	------------------------------------------------- */
section {
	position: relative;
	overflow: hidden;
}
section:before {
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	width: 100%;
}
.wrapper { /* Обертка страницы */
	width: 1180px;
	margin: 0 auto;
}
.block-main {
	height: 1040px;
	background: url(../images/bg-main.jpg) 50% 0 no-repeat;
	background-size: cover;
}
.header {
	background: #181818;
	height: 80px;
	text-align: center;
	font-family: 'agora';
	font-size: 20px;
	line-height: 80px;
	color: #bdb5b1;
	padding: 0 30px;
}
.header .wrapper {
	width: 100%;
}
.header.affix {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.header.affix .wrapper {
	width: 1180px;
}
.header-phone {
	float: left;
    padding-left: 25px;
    margin-left: 25px;
    font-weight: 600;
	color: #d5c9c3;
	background: url(../images/ico-tel.png) 0 50% no-repeat;
	line-height:25px;
}
.header-phone:hover {
	text-decoration: none;
}
.header-btn {
	display: inline-block;
	float: right;
	padding: 0 20px;
	height: 30px;
	color: #d5c9c3;
	line-height: 28px;
	border-top: 1px solid #d5c9c3;
	border-bottom: 1px solid #d5c9c3;
	margin: 23px 1px 0px 0px;
}
.header-btn:hover {
	text-decoration: none;
    border-right: 1px solid #d5c9c3;
    border-left: 1px solid #d5c9c3;
    margin: 23px 0px 0px 0px;
    background-color: #555;
}
.main-text {
	margin-top: 160px;
	text-align: center;
}
.main-text h1 {
	font-family: 'din';
	font-size: 55px;
	line-height: 75px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.main-text h2 {
	font-family: 'agora';
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
}
.btn-arrow {
	display: inline-block;
	padding: 22px 65px;
	border: 1px solid #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 80px;
	background: url(../images/ico-btn-arr.png) calc(100% - 38px) 50% no-repeat;
	transition: .2s;
}
.btn-arrow:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, .2) url(../images/ico-btn-arr.png) calc(100% - 28px) 50% no-repeat;
}
.next-block-wrap {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
}
.next-block {
	position: relative;
	bottom: 28px;
	font-weight: 300;
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 30px;
	background: url(../images/ico-arr-down.png) 50% 100% no-repeat;
	transition: .2s;
}
.next-block:hover {
	text-decoration: none;
	padding-bottom: 40px;
}
.block-advantages {
	padding: 0 0 140px 0;
	background: #fff;
}
.block-title {
	text-align: center;
	font-family: 'din';
	font-size: 40px;
	line-height: 56px;
	font-weight: normal;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom: 30px;
	margin-top: 110px;
	position: relative;
	margin-bottom: 20px;
	max-height: 9999px;
}
.block-title:after {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background: #d2cbbe;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
}
.block-title:before {
	content: '';
	position: absolute;
	display: block;
	text-align: center;
	font-family: 'din';
	font-size: 100px;
	opacity: .05;
	top: -10px;
	width: 100%;
	font-weight: 600;
}
.block-advantages .block-title:before {
	content: 'студия дизайна';
}
.subtitle {
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	color: #ada596;
	text-align: center;
	max-height: 9999px;
}
.advantages-list {
	overflow: hidden;
	margin-top: 80px;
}
.advantages-list > .item {
	float: left;
	width: 25%;
	position: relative;
	text-align: center;
	color: #555;
	padding-bottom: 45px;
}
.advantages-list > .item:before {
	content: '';
	position: absolute;
	display: block;
	left: 3px;
	right: 3px;
	border-top: 1px solid #d2cbbe;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	top: 45px;
	bottom: 0;
	transition: .2s;
}
.advantages-list .item-icon {
	margin: 0 auto;
	width: 90px;
	height: 90px;
	background: #d2cbbe;
	line-height: 90px;
	margin-bottom: 45px;
	position: relative;
	z-index: 10;
	transition: .2s;
}
.advantages-list > .item:hover:before {
	border: 1px solid #d2cbbe;
}
.advantages-list > .item:hover .item-icon {
	background: #555;
}
.advantages-list .item-icon img {
	vertical-align: middle;
	position: relative;
	z-index: 10;
}
.advantages-list .item-title {
	font-family: 'din';
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.advantages-list .item-desc {
	font-size: 16px;
	line-height: 20px;
	
}
.block-team {
	background: #f1eee9;
	padding-bottom: 130px;
}
.block-team .block-title:before {
	content: 'опыт';
}
.about-team {
	-webkit-box-shadow: 10px 10px 0 0 #555;
	box-shadow: 10px 10px 0 0 #555;
	background: #fff;
	margin: 50px 0;
	position: relative;
}

.team-photo,
.team-text {
	float: left;
	width: 43%;
	position: relative;
	z-index: 10;
	background: #fff;
}
.team-text {
	padding: 50px 40px 0 40px;
	color: #555;
	position: relative;
	max-height: 9999px;
}
.team-text:before {
	content: '';
	position: absolute;
	display: block;
	top: 55px;
	left: -14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 14px 12.5px 0;
	border-color: transparent #ffffff transparent transparent;
}
.team-text h3 {
	font-weight: normal;
	font-family: 'din';
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.team-text .desc {
	font-size: 16px;
	line-height: 28px;
	color: #706e69;
	text-align: justify;
	margin-bottom: 25px;
}
.team-text .quotes {
	padding-left: 40px;
	position: relative;
	font-style: italic;
	color: #43423f;
	font-size: 15px;
	line-height: 24px;
	background: url(../images/ico-quotes.png) no-repeat;
}
.team-text .sign {
	text-align: right;
	margin-top: 20px;
}
.content-text {
	text-align: center;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #555;
	position: relative;
	padding: 0 150px;
	max-height: 9999px;
}
.content-text:before,
.content-text:after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	width: 68px;
	height: 1px;
	background: #dcd7ce;
}
.content-text:before {
	left: 3px;
}
.content-text:after {
	right: 3px;
}
.block-services {
	height: 689px;
	background: url(../images/bg-service.jpg) 50% 0 no-repeat;
	background-size: cover;
}
.block-services .block-title {
	color: #fff;
}
.block-services .block-title:before {
	content: 'услуги';
}
.service-list {
	overflow: hidden;
	margin-top: 80px;
}
.service-list .item {
	float: left;
	width: 33%;
	line-height: 28px;
	font-size: 17px;
	margin-bottom: 100px;
	padding-left: 15px;
}

.service-list .item .icon {
	float: left;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border: 1px solid #fff;
	margin: 7px 40px 0 0;
	text-align: center;
}
.service-list .item .icon:hover {
    float: left;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #555555;
    margin: 7px 40px 0 0;
    text-align: center;
}
.service-list .item .icon img {
	vertical-align: middle;
}
.service-list .item .desc {
	float: left;
}
.block-portfolio {
	padding-bottom: 140px;
}
.block-portfolio .block-title:before {
	content: 'Неповторяется';
}
.portfolio-slider {
	margin-top: 60px;
	position: relative;
	//display: none;
}
.portfolio-slider:nth-of-type(1) {
	//display: block;
}
.portfolio-slider + .portfolio-slider {
	margin-top: 0;
}
.portfolio-list {
	line-height: 0;
	font-size: 0;
	position: relative;
}
.portfolio-list:before,
.portfolio-list:after {
	content: '';
	position: absolute;
	display: block;
	width: 410px;
	height: 406px;
	background: url(../images/nk-portfolio.png);
}
.portfolio-list:before {
	left: -138px;
	bottom: -60px;
}
.portfolio-list:after {
	right: -205px;
	bottom: 124px;
}
.portfolio-left,
.portfolio-right {
	width: 50%;
	float: left;
	position: relative;
	z-index: 50;
}
.portfolio-list .item {
	margin: 0 10px 10px 0;
	position: relative;
    opacity: 0.95;
}


.portfolio-col {
	width: 295px;
	float: right;
}
.portfolio-desc {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background: rgba(14,9,2,0.6);
    padding: 40px 15px 0 50px;
	opacity: 0.8;
	transition: .2s;
}
.portfolio-list .item:hover .portfolio-desc {
	opacity: 0;
}
.portfolio-desc-small {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14,9,2,0.6);
    padding: 30px 0px 0 0px;
    opacity: 0.8;
    transition: .2s;
    text-align: center;
}
.portfolio-list .item:hover .portfolio-desc-small {
    opacity: 0;
}

.portfolio-slider .slick-arrow {
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	position: absolute;
	left: 520px;
	top: 345px;
	font-size: 0;
	cursor: pointer;
	background: url(../images/ico-arrow-right.png) 50% 50% no-repeat;
}
.portfolio-slider-mirror .slick-arrow {
	left: auto;
	right: 30px;
}
.portfolio-slider .slick-prev {
	display: none;
}
.portfolio-desc .name {
	font-family: 'din';
	font-size: 24px;
	line-height: 30px;
	text-transform: none;
	margin-bottom: 15px;

}
.portfolio-desc-small .name {
    font-family: 'din';
    font-size: 24px;
    line-height: 30px;
    text-transform: none;
    margin-bottom: 15px;
}

.portfolio-text {
	/*color: #b8b0aa;*/
    color: #fff;
    font-weight: 100;
	font-size: 15px;
	line-height: 20px;
}

.portfolio-text-small {
    color: #fff;
    font-weight: 100;
    font-size: 15px;
    line-height: 20px;
}

.portfolio-text li:before {
	content: '-';
	margin-right: 5px;
}
.btn-portfolio {
	display: inline-block;
	width: 194px;
	height: 50px;
	line-height: 46px;
	background: #d2cbbe;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	transition: .2s;
	border: 2px solid transparent;
	margin-top: 20px;
	position: relative;
}
.btn-portfolio:before {
	content: '';
	position: absolute;
	display: block;
	width: 700px;
	height: 1px;
	background: #d2cbbe;
	left: 50%;
	margin-left: -350px;
	top: 10px;
	z-index: -1;
}
.btn-portfolio:hover {
	text-decoration: none;
	border: 2px solid #d2cbbe;
	color: #d2cbbe;
	background: #fff;
}
.text-center {
	text-align: center;
}
.block-price {
	background: #f1eee9;
	padding-bottom: 115px;
}
.block-price .block-title:before {
	content: 'Дизайн проекты';
}
.price-list {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 35px;
	margin-bottom: 50px;
	position: relative;
}

.price-list .item {
	width: 360px;
	float: left;
	color: #555;
	background: #fff;
	text-align: center;
	padding: 40px 0 0 0;
	position: relative;
	z-index: 10;
}
.price-list .packet-business {
	background: #fbfaf8;
	margin-top: 60px;
}
.price-list .packet-author {
	background: #f7f7f5;
	margin-top: 30px;
}
.packet-title {
	font-weight: 300;
	font-size: 18px;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 40px;
}
.packet-title b {
	font-family: 'din';
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	text-transform: uppercase;
}
.packet-title:after,
.packet-ul:after {
	content: '';
	position: absolute;
	display: block;
	width: 105px;
	height: 1px;
	background: #e9e7e4;
	left: 50%;
	margin-left: -52px;
	bottom: 0;
}
.packet-ul {
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #706e69;
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 35px;
}
.packet-ul li {
	padding-left: 25px;
	position: relative;
	display: inline-block;
	width: 300px;
}

.packet-ul li + li {
	margin-top: 20px;
}
.packet-price {
	font-family: 'din';
	font-size: 20px;
	margin-bottom: 10px;
}
.packet-price b {
	font-weight: 500;
	font-size: 48px;
}
.btn-price {
	display: inline-block;
	padding: 0 50px;
	height: 64px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	font-size: 17px;
	background: #d2cbbe;
	transition: .2s;
	border: 2px solid #d2cbbe;
	position: relative;
	bottom: -34px;
}
.btn-price:hover {
	opacity: .8;
	text-decoration: none;
}
.packet-author .btn-price {
	background: #555;
	border: 2px solid #555;
}
.packet-pres .btn-price {
	background: #222;
	border: 2px solid #222;
}

.block-equipment .block-title:before {
	white-space: pre-line;
	content: 'авторский надзор \a и комплектация';
	line-height: 100px;
	top: -50px;
}
.block-equipment .subtitle {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}
.block-equipment{
    margin-bottom:40px;
}
.equipment-list {
	overflow: hidden;
	width: 995px;
	margin: 80px auto 60px auto;
}
.equipment-item {
	float: left;
	width: 50%;
	color: #555;
	padding-right: 110px;
	position: relative;
}
.equipment-item + .equipment-item {
	padding: 0 0 0 90px;
}
.equipment-item + .equipment-item:before {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 230px;
	background: #e5e2de;
	left: 0;
	top: 80px;
}
.equipment-title {
	font-size: 24px;
	line-height: 32px;
	font-family: 'din';
	text-transform: uppercase;
	margin-bottom: 30px;
}
.equipment-item li {
	color: #706e69;
	font-size: 16px;
	line-height: 24px;
	padding-left: 27px;
	background: url(../images/ico-check.png) 0 7px no-repeat;
}
.equipment-item li + li {
	margin-top: 20px;
}
.equipment-price {
	padding-top: 65px;
	position: relative;
	font-weight: 300;
	font-size: 18px;
	text-align: center;
	color: #555;
}
.equipment-price span {
	font-family: 'din';
	font-size: 18px;
}
.equipment-price span b {
	font-family: 'din';
	font-weight: 500;
	font-size: 48px;
}
.equipment-price:before {
	content: '';
	position: absolute;
	display: block;
	width: 425px;
	height: 1px;
	background: #e5e2de;
	left: 50%;
	top: 0;
	margin-left: -222px;
}
.block-cta {
	background: #f1eee9;
	padding: 100px 0 80px 0;
	overflow: visible;
}
.cta-text {
	margin-left: 140px;
	font-size: 22px;
	line-height: 30px;
	color: #555;
	position: relative;
}

.cta-text b {
	font-weight: 500;
}
.btn {
	display: inline-block;
	height: 64px;
	line-height: 60px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	font-size: 17px;
	transition: .2s;
}
.btn:hover {
	text-decoration: none;
}
.cta-arrow {
	width: 11px;
	height: 32px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 530px;
	background: url(../images/ico-arr-right-text.png);
}
.block-cta .btn {
	color: #555;
	border: 2px solid #555;
	padding: 0 55px;
	float: right;
	margin-right: 140px;
}
.block-cta .btn:hover {
	background: #555;
	color: #fff;
}
.cta-sale {
	float: left;
}
.block-details {
	height: 808px;
	background: url(../images/bg-details.jpg) 50% 0 no-repeat;
	background-size: cover;
}
.block-details .block-title {
	color: #fff;
}
.block-details .block-title:before {
	content: 'Секрет стиля';
}
.details-list {
	overflow: hidden;
	margin-top: 90px;
	padding: 0 60px;
}
.details-list .item {
	float: left;
	width: 50%;
	font-size: 17px;
	color: #fff;
	line-height: 28px;
	margin-bottom: 120px;
}
.details-list .item:nth-child(2n) {
	padding-left: 55px;
}
.detail-image {
	float: left;
	width: 90px;
	height: 90px;
	border-right: 1px solid #362f28;
	text-align: center;
	margin-right: 40px;
}
.detail-title {
	color: #fff;
	font-size: 22px;
	margin-bottom: 17px;
	text-transform: uppercase;
	font-family: 'din';
	margin-top: -4px;
}
.block-steps {
	background: #f8f6f2;
	padding-bottom: 130px;
}
.block-steps .block-title:before {
	content: 'Этапы работы';
}
.steps-list .item {
	float: left;
	width: 33.3%;
	text-align: center;
	color: #555;
}
.step-title {
	font-size: 22px;
	font-family: 'din';
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.step-image {
	width: 110px;
	height: 70px;
	line-height: 70px;
	background: #f8f6f2;
	position: relative;
	margin: 0 auto 30px auto;
}
.step-image img {
	vertical-align: middle;
}
.step-image:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 20px;
	bottom: 0;
	left: 20px;
	border: 1px solid #d2cbbe;
}
.step-desc {
	font-size: 16px;
	line-height: 24px;
}
.steps-line {
	position: relative;
}
.steps-line:before {
	content: '';
	position: absolute;
	display: block;
	width: 99999px;
	height: 1px;
	background: #d2cbbe;
	top: 77px;
	left: 150px;
}

.steps-line + .steps-line {
	margin-top: 120px;
}
.steps-line + .steps-line:before {
	left: auto;
	right: 200px;
}
.block-reviews {
	background: #f1eee9;
	padding-bottom: 140px;
}
.block-reviews .block-title:before {
	content: 'Отзывы';
}
.reviews-list {
	width: 910px;
	margin: 80px auto 0 auto;
}
.review-item {
	text-align: center;
}
.review-image {
	display: inline-block;
	padding: 0 40px;
	position: relative;
	margin-bottom: 30px;
}
.review-image:before,
.review-image:after {
	content: '';
	position: absolute;
	display: bloxk;
	width: 11px;
	height: 11px;
	border: 2px solid #d2cbbe;
	top: 50%;
	margin-top: -5px;
}
.review-image:before {
	left: 0;
}
.review-image:after {
	right: 0;
}
.review-comment {
	font-size: 16px;
	line-height: 24px;
	color: #555;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 20px;
}
.review-comment:after {
	content: '';
	position: absolute;
	display: block;
	width: 100px;
	height: 1px;
	background: #d2cbbe;
	left: 50%;
	margin-left: -50px;
	bottom: 0;
}
.review-comment a {
	color: #948b79;
	text-decoration: underline;
	margin-left: 10px;
}
.review-comment a:hover {
	text-decoration: none;
}
.review-name {
	font-size: 18px;
	font-family: 'din';
	color: #8a8376;
}
.review-city {
	font-size: 12px;
	line-height: 24px;
	font-weight: 300;
	color: #bab4a8;
}
.reviews-list .slick-arrow {
	font-size: 0;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	transition: .2s;
}
.reviews-list .slick-prev {
	left: -130px;
	background: #d2cbbe url(../images/ico-arrow-left.png) 50% 50% no-repeat;
}
.reviews-list .slick-next {
	right: -130px;
	background: #d2cbbe url(../images/ico-arrow-right.png) 50% 50% no-repeat;
}
.reviews-list .slick-arrow:hover {
	background-color: #555;
}
.block-contacts {
	height: 963px;
	background: url(../images/bg-footer.jpg) 50% 0 no-repeat;
	background-size: cover;
	padding-top: 200px;
}
.slogan {
	font-family: 'din';
	font-size: 55px;
	line-height: 75px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 60px;
	float: left;
}
.form {
	background: #fff;
	width: 390px;
	padding: 45px 50px 0 50px;
	float: right;
	color: #555;
	text-align: center;
}
.form-title {
	font-family: 'din';
	font-size: 30px;
	line-height: 48px;
	text-transform: uppercase;
	font-weight: 600;
}
.form-subtitle {
	font-size: 16px;
	color: #aeaeae;
	line-height: 20px;
}
.form-body {
	margin-top: 30px;
	padding: 0 35px;
}
.form-body input[type=text] {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #e8e3d9;
	height: 40px;
	margin-bottom: 20px;
	color: #666;
	font-weight: 300;
	font-size: 16px;
}
.form-body input[type=text].error {
	border-bottom: 1px solid #E82E2E;
}
.btn-form[type=submit] {
	background: #555;
	width: 100%;
	font-weight: 600;
	font-size: 13px;
	color: #fff;
	position: relative;
	bottom: -34px;
}
.btn-form[type=submit]:hover {
	opacity: .8;
}
.footer {
	clear: both;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .15);
	padding: 30px 0;
}
.social {
	text-align: center;
}
.social a {
	display: inline-block;
	margin: 0 13px;
}
.social .vk {
	width: 20px;
	height: 12px;
	background: url(../images/ico-soc-vk.png);
}
.social .vk:hover {
	background: url(../images/ico-soc-vk.png) 0 -12px;
}
.social .ok {
	width: 20px;
	height: 18px;
	background: url(../images/ico-soc-ok.png);
}
.social .ok:hover {
	background: url(../images/ico-soc-ok.png) 0 -18px;
}
.social .fb {
	width: 8px;
	height: 17px;
	background: url(../images/ico-soc-fb.png);
}
.social .fb:hover {
	background: url(../images/ico-soc-fb.png)0 -17px;
}
.social .insta {
	width: 16px;
	height: 16px;
	background: url(../images/ico-soc-insta.png);
}
.social .insta:hover {
	background: url(../images/ico-soc-insta.png) 0 -16px;
}
.block-contacts .wrapper {
	position: relative;
	height: 100%;
}
.modal-bg2 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .95);
	z-index: 200;
	display: none;
}
.modal-wrap2 {
	position: fixed;
	z-index: 300;
	left: 50%;
	margin-left: -195px;
	top: 20%;
	display: none;
}

.modal-wrap2:before {
	left: -170px;
}
.modal-wrap2:after {
	right: -172px;
}
.modal-wrap2 .form {
	z-index: 400;
	position: relative;
}
.modal-bg3 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .95);
	z-index: 200;
	display: none;
}
.modal-wrap3 {
	position: fixed;
	z-index: 300;
	left: 50%;
	margin-left: -195px;
	top: 20%;
	display: none;
}

.modal-wrap3:before {
	left: -170px;
}
.modal-wrap3:after {
	right: -172px;
}
.modal-wrap3 .form {
	z-index: 400;
	position: relative;
}
.modal-bg4 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .95);
	z-index: 200;
	display: none;
}
.modal-wrap4 {
	position: fixed;
	z-index: 300;
	left: 50%;
	margin-left: -195px;
	top: 20%;
	display: none;
}

.modal-wrap4:before {
	left: -170px;
}
.modal-wrap4:after {
	right: -172px;
}
.modal-wrap4 .form {
	z-index: 400;
	position: relative;
}
.modal-bg5 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .95);
	z-index: 200;
	display: none;
}
.modal-wrap5 {
	position: fixed;
	z-index: 300;
	left: 50%;
	margin-left: -195px;
	top: 20%;
	display: none;
}

.modal-wrap5:before {
	left: -170px;
}
.modal-wrap5:after {
	right: -172px;
}
.modal-wrap5 .form {
	z-index: 400;
	position: relative;
}
.modal-bg6 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .95);
	z-index: 200;
	display: none;
}
.modal-wrap6 {
	position: fixed;
	z-index: 300;
	left: 50%;
	margin-left: -195px;
	top: 20%;
	display: none;
}

.modal-wrap6:before {
	left: -170px;
}
.modal-wrap6:after {
	right: -172px;
}
.modal-wrap6 .form {
	z-index: 400;
	position: relative;
}
.modal-bg7 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .95);
	z-index: 200;
	display: none;
}
.modal-wrap7 {
	position: fixed;
	z-index: 300;
	left: 50%;
	margin-left: -195px;
	top: 20%;
	display: none;
}

.modal-wrap7:before {
	left: -170px;
}
.modal-wrap7:after {
	right: -172px;
}
.modal-wrap7 .form {
	z-index: 400;
	position: relative;
}
.modal-close {
	position: absolute;
	width: 23px;
	height: 23px;
	background: url(../images/ico-close.png);
	left: 50%;
	margin-left: -11px;
	bottom: -100px;
	cursor: pointer;
}
.thank .block-main {
	height: 100vh;
    background: url(../images/bg-main-thank.jpg) 50% 0 no-repeat;
}
.thank .block-main .main-text {
	margin-top: 20%;
}
.gallery-link {
	display: none;
}
.header-address {
    display: inline-block;
    float: left;
    margin-top: 15px;
}
.address {
    font-size: 17px;
    line-height: 125px;
    position: absolute;
}
.class{
    min-height: 0px;
    width: 400px;
    margin: 0 auto;
}
#back-top {
    position: fixed; bottom: 30px; right: 5%;
}
#back-top a {
    width: 48px;
    display: block;
    text-align: center;
    font: bold 8px Arial;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top span {
    width: 48px;
    height: 48px;
    display: block;
    margin-bottom: -14px;
    background: #d2cbbe;
    -webkit-transition: 1s;
    -moz-transition: 1s; transition: 1s;
    right: -130px;
    background: #d2cbbe url(../images/ico-arrow-top.png) 50% 50% no-repeat;
}