@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  /* Браузер сначала попробует найти шрифт локально */
  src: local("Roboto"),
       url("/assets/fonts/Roboto/Roboto-Regular.ttf") format("ttf");
}
@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  /* Браузер сначала попробует найти шрифт локально */
  src: local("Cormorant"),
       url("/assets/fonts/Cormorant/static/Cormorant-Regular.ttf") format("ttf");
}
@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 700;
  /* Браузер сначала попробует найти шрифт локально */
  src: local("Cormorant"),
       /* Если не получилось, загрузит woff2 */
       url("/assets/fonts/Cormorant/static/Cormorant-Bold.ttf") format("ttf");
}

body{
	background: #233831;
}
h2{
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 700;
	font-size: 70px;
	line-height: 85px;
	color: #FFFFFF;
}
p{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 38px;
	color: #FFFFFF;
}
.header-top{
	padding-top: 48px;
}
.header-bg{
    background-position: right top;
    background-repeat: no-repeat;
	position: relative;
}
.header-social{
	position: absolute;
	bottom: 0;
	left: 0;
}

.header-social-border{
	border: 1px solid #A4926F;
	height: 153px;
	width: 1px;
}

.soc-grid{
    display: grid;
}

.panel-interface{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

.panel-interface:before{
	content: '';
	position: absolute;
	top: 8%;
    left: 8%;
    width: 84%;
    height: 84%;
	display: block;
	border: 1px solid #C3B79F;
	border-radius: 50%;
}

.elemet-control{
	width: 82px;
    height: 82px;
    background: #A4926F;
    box-shadow: 0px 0px 10px rgb(228 178 80 / 60%);
    position: absolute;
    border-radius: 50%;

	display: flex;
    align-items: center;
    justify-content: center;
}

.item-door{
	top: 14px;
}

.item-lights{
	top: 20%;
	right: -14px;
}

.item-water{
	bottom: 20%;
	right: -14px;
}

.item-protect{
	bottom: 14px;
}

.item-volume{
	bottom: 20%;
	left: 14px;
}

.item-climate{
	top: 20%;
	left: 14px;
}

.include-top{
	min-height: 370px;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.include-item-wrap:nth-child(2), .include-item-wrap:nth-child(5){
    padding-top: 8rem;
}
.include-item-wrap:nth-child(3), .include-item-wrap:nth-child(6){
    padding-top: 16rem;
}
.btn{
	min-width: 230px;
	line-height: 56px;
	border: 1px solid #C3B79F;
	    border-radius: 0;
}
.btn:hover{
	background: #A4926F;
}

.about-ico{
    padding-top: 17px;
    margin-right: 20px;
	min-width: 43px;
}
.about-title{
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 700;
	font-size: 70px;
	line-height: 85px;
	color: #BBAB8B;
}

.about-item{
	padding-left: 1rem;
	border-bottom: 1px solid #A4926F;
}
.abouttext{
	padding-left: 8rem;
}
.manage-panel-title{
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #FFFFFF;
}
.manage-panel-title span{
 	color: #DECBB6;
}
.project-main-introtext{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 17px;
	color: #FFFFFF;
}
.project-main-title{
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 700;
	font-size: 35px;
	line-height: 42px;
	color: #FFFFFF;
}
.title-form-bottom{
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	color: #FFFFFF;
}
.footer-border{
	border-top: 1px solid #696155;
}
.footer{
	color: #fff;
}