		/*global*/
*{
	margin: 0;
	padding: 0;
	outline: none;
}
body{
	min-width: 1200px;
	
}

.center{
	width: 1090px;
	margin: auto;
	padding-left: 110px;
}
a{
	text-decoration: none;
	color: #000;
}
li {
    list-style-type: none;
}

@font-face {
    font-family: roboto-light; /* Имя шрифта */
    src: url(../shrift/Roboto-Light.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
	font-family: roboto-regular; /* Имя шрифта */
	src: url(../shrift/Roboto-Regular.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
	font-family: roboto-bold; /* Имя шрифта */
	src: url(../shrift/Roboto-Bold.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
	font-family: roboto-black; /* Имя шрифта */
	src: url(../shrift/Roboto-Black.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
	font-family: roboto-thin; /* Имя шрифта */
	src: url(../shrift/Roboto-Thin.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
	font-family: roboto-thinitalic; /* Имя шрифта */
	src: url(../shrift/Roboto-ThinItalic.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
	font-family: roboto-medium; /* Имя шрифта */
	src: url(../shrift/Roboto-Medium.ttf); /* Путь к файлу со шрифтом */
}
h1{
	font-size: 48px;
	font-family: roboto-bold;
}
h2{
	font-size: 24px;
	font-family: roboto-medium;
	text-transform: uppercase;
	letter-spacing:0.7px;
}
h3{
	font-size: 18px;
	font-family: roboto-regular;
	letter-spacing:0.6px;
}
p{
	font-size: 14px;
	font-family: roboto-light;
	line-height:21px;
	letter-spacing:0.4px;
}






			/*main*/
header{
	
}
.header_bg{
	background: url(../images/header-bg-fix-min.jpg);
}
.top-menu{
	display: flex;
	justify-content: space-between;
	
}
.top-menu p{
	margin: 20px 0 10px 20px;
	color: #000;
	line-height:22px;
	font-size:14px;
	font-weight: 600;
}
.top-menu>div:last-child{
	display: flex;
	justify-content: space-between;
}
.top-menu p+p{
	margin-left: 60px;
}
.header_bg_opacity{
	/*background-color: rgba(255,255,255,0.89);*/
}
.header_bg-bot{
	background-color: #cbb99d;
	z-index: 999;
	-webkit-box-shadow: 0px 5px 10px -3px #000;
	-moz-box-shadow: 0px 5px 10px -3px #000;
	box-shadow: 0px 5px 10px -3px #000;
}
.bot-menu{
	display: flex;
	justify-content: space-between;
}
.bot-menu a{
	font-family: roboto-regular;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
.fa-vkontakte{
	margin:23px 15px 0px 0px;	
}
.fa-vkontakte img{
	border-radius:5px;	
}
.fa-vkontakte img:hover{
	box-shadow:0px 0px 5px #c8c8c8;
	margin-top:1px;
}
.logo{
	display: flex;
}
.logo img{
	margin: -50px 0 0 -48px;
	width: 48px;
	height: 77px;
}
.logo p{
	margin: auto 0 auto 20px;
	display: none;
	line-height: 16px;
}
.bot-menu ul{
	display: flex;
	height: 50px;
}
.bot-menu ul li{
	margin: auto 0 auto 40px;
}


/* Effect 21: borders slight translate */
.cl-effect-21 a {
	color: #fff;
	padding: 8px 0;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-21 a::before,
.cl-effect-21 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-21 a:hover,
.cl-effect-21 a:focus {
	color: #fff;
}

.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
ul a {
	position: relative;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
}

ul a:hover,
ul a:focus {
	outline: none;
}





			/*title*/
.title{
	background: url(../images/title-bg-min.jpg);
	padding: 95px 0 93px;
	-webkit-background-size: cover;
	background-size: cover;
}
.title>div{
	position: relative;
}
.title_atr{
	top: -65px;
	right: 100px;
	position: absolute;
}
.title h1{
	color: #fff;
	text-transform: uppercase;
}
.title p{
	color: #fff;
}
.title h1+p{
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 7px;
}
.title_text{
	margin-top: 45px;
	font-family: roboto-regular;
	font-size: 20px;
}
.title_text+p{
	margin-top: 7px;
}
.title_btn{
	width: 310px;
	height: 50px;
	display: flex;
	background-color: #cbb99d;
	margin-top: 25px;
	cursor: pointer;
}
.title_btn:hover{
	background-color: #3d434f;
	transition: 1s;	
}
.title_btn p{
	font-family: roboto-medium;
	color: #000;
	margin: auto;
	font-size:16px;
	color:#FFF;
	text-transform: uppercase;
}


				/*presentation*/
.presentation_top{
	background: url(../images/presentation_top-bg-min.png);
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 112px;
	padding-bottom: 173px;
}
.chair{
	position: absolute;
	left: -63px;
    bottom: -205px;
}
.description{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.description h2+p{
	margin-top: 10px;
	font-family: roboto-thinitalic;
	font-size: 12px;
}
.description p+p{
	margin-top: 35px;
}
.description>div:last-child{
	width: 600px; 
}
.description>div>div{
	display: flex;
	margin-top: -27.5px;
}
.description h3{
	margin: auto 35px auto 45px;
}
.description div+p{
	text-align: justify;
	padding: 25px 110px 25px 45px;
	border-left: 1px solid #c4c4c4;
	margin-top: 10px;
}
.presentation_bot{
	padding: 77px 0 65px;
	display: flex;
	justify-content: space-between;
}
.presentation_bot h2{
	margin-top: 7px;
	
}
.presentation_bot>div:last-child{
	width: 580px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-left: 20px;
}
.presentation_bot>div>div{
	display: flex;
	width: 275px;
	margin-bottom: 30px;
}
.presentation_bot img{
	margin-top: -9px;
	margin-right: 10px;
	width: 62px;
	height: 58px;
}
.presentation_bot h3{
	color: #422d24;
}
.presentation_bot h3+p{
	margin-top: 7px;
}


				/*service*/
.service{
	background: url(../images/service-bg-min.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.room{
	position: absolute;
	right: 0;
	bottom: -197px;
}
.service_head{
	padding: 30px 0 25px;
	background-color: rgba(40,48,61,0.9);
	border-bottom:3px solid #FFF;
}
.service_head p{
	text-align: right;
	color: #fff;
}
.service_head h2{
	text-align: right;
	margin-top: 7px;
	color: #fff;
}
.service_body{
	padding: 50px 0 70px;
	background-color: rgba(40,48,61,0.9);	
}
.service_body_row{
	display: flex;
}
.service_body_row>div{
	padding: 20px;
	margin-right: 35px;
	border: 4px solid #fff;
	width: 180px;
	text-align: center;
}
.service_body_row h3{
	font-size: 17px;
	color: #fff;
	margin-top: 10px;
}
.service_body_row hr{
	width: 50%;
	margin: auto;
	margin-top: 10px;
}
.service_body_row p{
	color: #fff;
	margin-top: 10px;
}
.service_body h2{
	text-transform: none;
	color: #fff;
	margin-top: 50px;
}
.service_body h2+p{
	margin-top: 7px;
	color: #fff;
}
.service_body_btn{
	margin-top: 46px;
	width: 310px;
	height: 50px;
	background-color: #cbb99d;
	display: flex;
	cursor: pointer;
}
.service_body_btn:hover{
	background-color: #3d434f;
	transition: 1s;	
}
.service_body_btn p{
	text-transform: uppercase;
	color: #fff;
	font-family: roboto-medium;
	font-size: 16px;
	margin: auto;
}


			/*design*/
.design{
	padding: 90px 0 0;
	background: url(../images/design-bg-min.png);
	-webkit-background-size: cover;
	background-size: cover;
}
.design_head p{
	color: #422d24;
}
.design_head h2{
	color: #422d24;
	margin-top: 13px;
}
.design_body{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.tablet{
	background: url(../images/tablet-bg-min.png);
	-webkit-background-size: cover;
	background-size: cover;
	width: 362px;
	height: 255px;
	margin-left: -158px;
	margin-top: 40px;
	padding: 36px 191px 79px 197px;
}
.tablet_slider{
	width: 362px;
	height: 255px;
	/*background-image:url(../images/ipad1-min.jpg);*/
	cursor:pointer;
}
.design_body_item{
	width: 440px;
	margin-top:-80px; 
	padding-right: 35px;
}
.design_body_item>div{
	display: flex;
}
.design_body_item>div+div{
	margin-top: 20px;
}
.design_body_item img{
	width: 50;
	height: 47px;
	margin-right: 15px;
}
.design_body_item h3{
	color: #422d24;
}
.design_body_item p{
	margin-top: 10px;
}
.line{
	height: 30px;
	background-color: rgba(40,48,61,0.9);
}


				/*project*/
.project{
	padding: 60px 80px;
	position: relative;
}
.plant{
	position: absolute;
	left: 0;
	bottom: 0;
}
.project_head p{
	margin-top: 7px;
}
.project_body{
	display: flex;
	justify-content: space-between;
}
.project_body>div:first-child{
	position: relative;
}
.clock{
	position: absolute;
	top: -30px;
	left: -200px;
}
.project_body_example{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 510px;
}
.project_body_example>div{
	margin-top: 30px;
	width: 150px;
	cursor:pointer;
}
.active-project>img{
	border: 3px solid #cbb99d;
}
.project-bloshe{
	display:none;	
}
.project_body_example>div img:hover{
	box-shadow:1px 2px 7px #5f5f5f;	
}
.project_body_example p{
	margin-top: 10px;
	font-family: roboto-regular;
}
.col{
	width: 0;
	border: 1px solid #c6c0bd;
	margin-bottom: 20px;
}
.project_body_detail>div{
	display: block;
	height: 0;
	overflow: hidden;
	height: 430px;
    width: 435px;
	padding: 0 40px;
}
.detail-top{
	height: 430px;
    width: 435px;
}
.detail-top img{
	-webkit-box-shadow: 0px 0px 5px #000, 30px -30px 0px -5px #fff, 30px -30px 0px 0px #422d24;
	-moz-box-shadow: 0px 0px 5px #000, 30px -30px 0px -5px #fff, 30px -30px 0px 0px #422d24;
	box-shadow: 0px 0px 5px #000, 30px -30px 0px -5px #fff, 30px -30px 0px 0px #422d24;
	width: 402px;
	height: 400px;
}
.detail-top h3{
	position: relative;
	color: #422d24;
	background-color: #fff;
	top: -18px;
	left: 130px;
	text-align: center;
	width: 240px;
	margin-top: 20px;
	
}
.detail-bot{
	/*display: flex;
	justify-content: flex-end;*/
	margin-top: 40px;
	padding-left: 80px;
}
.detail-bot img{
	width: 89px;
	height: 84px;
	box-shadow: 0px 0px 5px #000;
	margin: 0 6px;
	cursor:pointer;
}
.detail-bot img:hover{
	width:95px; 
	height:94px;
	margin:-6px 6px;
	
}
.project_body_btn{
	margin-top: 60px;
	display: flex;
	background-color: #cbb99d;
	width: 250px;
	height: 50px;
	cursor:pointer;
}
.project_body_btn:hover{
	background-color: #3d434f;
	 transition: 1s;
}	
.project_body_btn p{
	font-family: roboto-medium;
	font-size: 16px;
	margin: auto;
	color: #fff;
}



				/*price*/
.price{
	padding: 65px 0 70px;
	background: url(../images/price-bg-min.png);
	-webkit-background-size: cover;
	background-size: cover;
}
.price_head p{
	color: #422d24;
}
.price_head h2{
	margin-top: 7px;
	color: #422d24;
}
.price_table{
	margin: 35px 0 0;
	display: flex;
	-webkit-border-radius: ;
	-moz-border-radius: ;
	border-radius: 15px ;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px -3px #000;
	-moz-box-shadow: 0px 0px 20px -3px #000;
	box-shadow: 0px 0px 20px -3px #000;
	width: 1080px;
}
.price_table>div{
	width: 270px;
}
.price_table>div>div:first-child{
	height: 75px;
	display: flex;
	border-bottom: 3px solid #f5f4f4;
}
.middle{
	margin: auto;
}
.middle p{
	text-align: center;
}
.price_table h3{
	font-family: roboto-light;
	font-size: 20px;
	margin: auto;
	text-align: center;
}
.price_table>div>div:nth-child(2){
	height: 160px;
	display: flex;
	border-bottom: 3px solid #f5f4f4;
}
.price_table>div>div:nth-child(2)>p{
	color: #cbb99d;
	font-family: roboto-black;
	font-size: 56px;
	margin: auto;
	text-align: center;
}
#price-class_sale{
	text-align: left;
	position: relative; 
	bottom: 12px;
	text-align: left;
}
#price-class_sale span{
	text-decoration: line-through;
	font-size: 21px;
	
}
.price-class hr{
	width:150px;
	opacity:0.5;
	margin:5px 0px 10px;
}

.price_table>div>div:nth-child(3){
	padding: 30px 25px 0 35px;
}
.price_table ul{
	height: 200px;
}
.price_table li{
	font-size: 14px;
	font-family: roboto-light;
	line-height:20px;
}
.super-li{
	font-family: roboto-medium !important;
}	
.price_table_btn{
	margin: 30px auto 0px;
	width: 190px;
	height: 50px;
	display: flex;
	background-color: #cbb99d;
	cursor: pointer;
}
.price_table_btn:hover{
	background-color: #3d434f;
	transition: 1s;	
}
.price_table_btn p{
	font-family: roboto-medium;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin: auto;
}
.price_table>div>div:last-child{
	height: 30px;
}
.border-top-left{
	border-right: 3px solid #f5f4f4;
	border-left: 3px solid #f5f4f4;
}
.border-middle-left{
	border-right: 3px solid #f5f4f4;
	border-left: 3px solid #f5f4f4;
}
.border-bot-left{
	border-right: 3px solid #f5f4f4;
	border-left: 3px solid #f5f4f4;
}
.border-top-right{
	border-right: 3px solid #f5f4f4;
}
.border-middle-right{
	border-right: 3px solid #f5f4f4;
}
.border-bot-right{
	border-right: 3px solid #f5f4f4;
}
.price_foot{
	margin-top: 50px;
	display: flex;
	width: 1000px;
}
.price_foot>p:first-child{
	width: 1190px;
}
.price_foot_phone{
	margin-left: 20px;
	font-family: roboto-black;
	font-size: 21px;
	color: #422d24;
	width: 375px;
}



				/*feedback*/
.feedback{
	padding: 60px 0;
}
.feedback_head h2{
	margin-top: 15px;
}
.feedback_head p{
	color: #422d24;
}
.feedback_body{
	margin-top: 50px;
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.feedback_body>div{
	display: flex;
	width: 450px;
}
.feedback_body_frame{
	background: url(../images/frame1-min.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	width: 125px;
	height: 170px;
	padding: 25px 20px;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in; 
	cursor: zoom-in;
}
.feedback_body_frame1{
	background: url(../images/frame2-min.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	width: 125px;
	height: 170px;
	padding: 25px 20px;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in; 
	cursor: zoom-in;
}
.feedback_body_frame2{
	background: url(../images/frame3-min.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	width: 125px;
	height: 170px;
	padding: 25px 20px;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in; 
	cursor: zoom-in;
}
.feedback_body_frame3{
	background: url(../images/frame4-min.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	width: 125px;
	height: 170px;
	padding: 25px 20px;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in; 
	cursor: zoom-in;
}
.feedback_body_frame_foto{
	width: 125px;
	height: 170px;
}
.feedback_body_object{
	margin-left: 20px;
}
.feedback_body_object p{
	color: #422d24;
}
.feedback_body_object hr{
	margin-top: 10px;
	border: 1px solid #cbb99d;
}
.feedback_body_object img{
	margin-top: 20px;
}
.feedback_body_line{
	margin: 40px 0 20px;
	width: 100%;
	border: 1px solid #cbb99d;
}
.feedback_btn{
	margin: 80px auto 0;
	width: 305px;
	height: 50px;
	display: flex;
	background-color: #cbb99d;
	cursor: pointer;
}
.feedback_btn:hover{
	background-color: #3d434f;
	transition: 1s;	
}
.feedback_btn p{
	font-size: 16px;
	font-family: roboto-medium;
	color: #fff;
	text-transform: uppercase;
	margin: auto;
}



				/*request*/
.request{
	background: url(../images/request-bg-min.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	padding: 130px 0 90px;
}
.request h2{
	color: #fff;
}
.request h2 span{
	font-family: roboto-light;
	text-transform: none;
}
.request h2+p{
	margin-top: 60px;
	font-family: roboto-light;
	color: #fff;
}
.request form{
	margin-top: 10px;
}
.request form input[type=tel]{
	width: 225px;
	height: 50px;
	padding-left: 10px;
	color: #cbb99d;
	border: none;
	font-family: roboto-light;
	font-size: 14px;
	vertical-align: top;
	
}
.request form input[type=submit]{
	width: 235px;
	height: 50px;
	background-color: #cbb99d;
	color: #fff;
	border: none;
	font-family: roboto-medium;
	font-size: 16px;
	vertical-align: top;
	margin-left: 15px;
	cursor:pointer;
}
.request form input[type=submit]:hover{
	background-color: #3d434f;
	transition: 1s;	
}
.request form+p{
	margin-top: 75px;
	font-family: roboto-light;
	color: #fff;
}
.request p+p{
	margin-top: 17px;
	font-family: roboto-bold;
	font-size: 48px;
	color: #fff;
}
.golden-line{
	height: 16px;
	background-color: #cbb99d;
}
.request>div{
	position: relative;
}
.sofa{
	position: absolute;
	right: -130px;
	bottom: -110px;
}




					/*footer*/
/*.footer_head{
	padding: 30px 0 20px;
	display: flex;
}
.footer_head h2+p{
	margin-top: 10px;
}
.footer_head p{
	font-family: roboto-light;
}
.footer_head>div:not(:first-child){
	padding-left: 30px;
	border-left: 1px solid #e5dcce;
}					
.footer_head>div:nth-child(2){
	margin: 0 35px 0 75px;
}					
.footer_head>div{
	display: flex;
}					
.footer_head>div>div{
	margin: auto;
}				
.color-line{
	background-color: rgba(40,48,61,0.9);
	height: 5px;
}					
.map{
	height: 420px;
}					*/

footer{
	padding-top: 65px;
	background-color: #cbb99d;
	
}
.footer_position{
	position: relative;
	padding-bottom: 55px;
}
.footer_cup{
	position: absolute;
	top: -70px;
	left: 0;
}
.map{
	border: 2px solid rgba(40,48,61,0.9);
	right: 0;
	top: 0;
	position: absolute;
	height: 360px;
	width: 50%;
}
.footer_head p{
	color: #422d24;
}
.footer_head h2{
	margin-top: 15px;
}
.footer_body_contacts{
	padding: 45px 0 0 50px;
}
.footer_body_contacts p{
	font-family: roboto-light;
}
.footer_body_contacts>p:nth-child(2){
	margin-top: 10px;
	font-size: 20px;
}
.footer_body_contacts>p:nth-child(3){
	margin-top: 15px;
}
.footer_body_contacts>p:nth-child(4){
	margin-top: 30px;
}
.footer_body_contacts h3{
	margin-top: 40px;
}
.footer_foot{
	background-color: rgba(40,48,61,0.9);
	
}					
.footer_foot>div{
	display: flex;
	justify-content: space-between;
	height: 95px;
}	
.footer_foot>div>div{
	margin: auto 0;
}				
.footer_foot>div>div:last-child{
	display: flex;
	width: 300px;
	margin-right: 40px;
}
.footer_foot>div>div:last-child p{
	font-family: roboto-light;
	font-size: 20px;
	color: #fff;
	margin: auto 35px auto 0;
	text-align: right;
}
.footer_foot>div>div:first-child p{
	font-family: roboto-light;
	color: #fff;
}
.zvezda{
		font-size:12px !important;
		color:#FFF;
		height:30px !important;
}
.vk-footer{
	margin-top:10px !important;	
}
.vk-footer,.vk-footer img{
	vertical-align:top;
	margin-bottom:10px;
	
}
.vk-footer img{
	width:120px;
	height:30px;
	margin-left:30px;
}
.vk-footer img:hover{
	margin-top:1px;
	margin-bottom:9px;
}	
					
					
					
					
				/*slick-slider*/
.partner-arr-right{
	background-image:url('../js/slick/arr-white-right.png');
	width:28px;
	height:54px;
	position:absolute;
	right:-40px;
	top:280px;
	z-index:200;
	cursor:pointer;
	outline:none;
	opacity:0.2;
}
.partner-arr-right:hover{
	opacity:0.5;
}
.partner-arr-left{
	background-image:url('../js/slick/arr-white-left.png');
	width:28px;
	height:54px;
	position:absolute;
	left:-40px;
	top:280px;
	z-index:200;
	cursor:pointer;
	outline:none;
	opacity:0.2;
}
.partner-arr-left:hover{
	opacity:0.5;
}					
					




			/*модальное окно*/

#modal_form {
	width: 600px; 
	height: 450px; /* Рaзмеры дoлжны быть фиксирoвaны */
	background: #fff;
	position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
	top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	left: 50%; /* пoлoвинa экрaнa слевa */
	margin-top: -225px;
	margin-left: -300px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
	display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
	opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
	z-index: 5; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#modal_close {
	background-image:url(../images/close-min.png);
	background-size:cover;
	width: 25px;
    height: 25px;
    position: absolute;
    top: -15px;
    right: -15px;
	cursor: pointer;
	display: block;
	z-index: 10;
	box-shadow: 0 0 5px #000;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 20px;
}
/* Пoдлoжкa */
#overlay {
	z-index:3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}

.modal_section{
	background-image: url(../images/modal-bg-min.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	width: 600px;
	height: 450px;
	display: flex;
	justify-content: flex-end;
	
}
.modal_section>div:last-child{
	padding: 25px 0px 15px 30px;
	margin: auto 0 auto auto;
	width: 330px;
	background-color: rgba(40,48,61,0.95);
}
.modal_section h2{
	color: #fff;
	font-family: roboto-bold;
	font-size: 24px;
}
.modal_section h2+p{
	margin-top: 30px;
	color: #FFF;
	font-size: 12px;
}
.modal_section form{
	margin-top: 12px;
}
.modal_section form>input[type=tel]{
	height: 50px;
	width: 190px;
	padding-left: 10px;
	font-size: 16px;
	border: none;
	font-family:roboto-light;
	color: rgba(49,55,67,0.4);
	background-color: #fff;
}
.modal_section form>input[type=submit]{
	height: 50px;
	width: 200px;
	border: none;
	font-size:16px;
	background-color: #cbb99d;
	cursor: pointer;
	font-family:roboto-medium;
	color: #fff;
	margin-top: 10px;
}
.modal_section form>input[type=submit]:hover{
	background-color: #3d434f;
	transition: 1s;	
}
.modal_section form+p{
	margin-top: 18px;
	color: #FFF;
	font-size: 9px;
	line-height: 10px;
}




#modal_form1 {
	width: 30%; /* Рaзмеры дoлжны быть фиксирoвaны */
	background: #fff;
	position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
	top: 50%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	left: 50%; /* пoлoвинa экрaнa слевa */
	
	
	margin-top: -20%;
	margin-left: -15%; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
	display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
	opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
	z-index: 5; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
}
#modal_form1 img{
	height: 100%;
	width: 100%;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#modal_close1 {
	background-image:url(../images/close-min.png);
	background-size:cover;
	width: 25px;
    height: 25px;
    position: absolute;
    top: -15px;
    right: -15px;
	cursor: pointer;
	display: block;
	z-index: 10;
	box-shadow: 0 0 5px #000;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 20px;
}
/* Пoдлoжкa */
#overlay1 {
	z-index:3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}



				/*spasibo*/
.spasibo{
	background: url(../images/spasibo-bg.png) center bottom no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
}	
.spasibo-chair{
	position: absolute;
	bottom: 25px;
	left: 50px;
}					
.spasibo_body{
	display: flex;
	width: 620px;
	-webkit-box-shadow: 5px 5px 5px #7a7a7a;
	-moz-box-shadow: 5px 5px 5px #7a7a7a;
	box-shadow:5px 5px 5px #7a7a7a;
	margin-left: 190px;
	margin-top: -180px;
	
}		
.spasibo>div{
	margin: auto;
}			
.spasibo_logo-bg{
	width: 190px;
	background-color: #38404d;
}					
.spasibo_logo{
	margin: 60px auto 0;
	width: 90px;
}				
.spasibo_title{
	padding: 52px 0;
	background-color: #b8a992;
	width: 100%;
}					
.spasibo_box{
	background-color: #fff;
	padding: 45px 0 45px 50px;
}					
.spasibo_box h2{
	color: #38404d;
	font-family: roboto-black;
	font-size: 28px;
}
.spasibo_box>p{
	margin-top: 35px;
	color: #38404d;
	font-family: roboto-regular;
}				
.spasibo_box a{
	text-decoration: none;
}
.spasibo_btn{
	margin-top: 40px;
	width: 270px;
	height: 60px;
	background-color: #cbb99d;
	display: flex;
}		
.spasibo_btn:hover{
	background-color: #3d434f;
	transition: 1s;	
}	
.spasibo_btn p{
	margin: auto;
	color: #fff;
	font-family: roboto-bold;
	font-size: 18px;
}					
	



			/*media*/
@media screen and (max-width:1475px) {
	.center{
		padding: 0;
	}
	.sofa{
		right: 0;
		bottom: -110px;
	}
	.footer_cup{
		top: 90px;
	}
	.footer_cup img{
		width: 190px;
	}
}	
@media screen and (max-width:1365px) {
	.center{
		padding: 0;
	}
	.sofa{
		right: 0;
		bottom: -110px;
	}
	.footer_cup{
		top: 260px;
	}
	.footer_cup img{
		width: 130px;
	}
}	
@media screen and (max-width:1200px) {
	.center{
		padding: 0;
	}
	.sofa{
		right: 0;
		bottom: -110px;
	}
	.footer_cup{
		top: 260px;
	}
	.footer_cup img{
		width: 130px;
	}
}	
@media screen and (max-width:768px) {
	.center{
		padding: 0;
	}
	.sofa{
		right: 0;
		bottom: -110px;
	}
}
@media screen and (max-width:480px) {
	.center{
		padding: 0;
	}
	.sofa{
		right: 0;
		bottom: -110px;
	}
	.footer_cup{
		display: none;
	}
	.footer_cup img{
		width: 130px;
	}
}



					
					
					
					
					
					
					
					
