body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.2;
	font-family: "Uni Neue", sans-serif;
	overflow-x: hidden;
	margin:0;
}
#wrapper{
	overflow: hidden;
	width: 100%;
	background: url(../img/bg-top.png) 50% 0 no-repeat;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
a,:after,:before, .owl-nav> div, input, svg path, svg rect{transition: ease 0.3s all;}
.top-box{
	margin-bottom: 140px;
	padding-top: 22px;
}
.header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}
.header .left{
	display: flex;
	align-items: center;
}
.logo{
	margin-right: 25px;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 12px;
	line-height: 143.5%;
	color: #363636;
	gap:6px;
}
.ic-list {
	gap:10px;
	display: flex;
	align-items: center;
}
.ic-list li{
	display: flex;
	align-items: center;
	gap:7px;
	font-weight: 500;
	font-size: 12px;
	line-height: 143.5%;
	color: #363636;
}
.bg-top{display: none;}
.tb-text .h1{
	margin: 0 ;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.4;
	text-transform: uppercase;
	background: linear-gradient(180deg, #FF9001 0%, #FFC77E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.tb-text .h2{
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1.4;
	font-weight: 500;
	color: #363636;
}
.tb-text .h1 span{
	color: #363636;
	background: #363636;
}
.tb-text .t1{
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #363636;
}
.tb-text .t1 span{
	background: linear-gradient(180deg, #FF9001 0%, #FFC77E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	display: inline-block;
	border-bottom: 1px dashed #FF9001;
}
.tb-text .boxex{
	display: flex;
	align-items: center;
	gap:10px;
	margin-bottom: 13px;
}
.tb-text .boxex .bx{
	display: flex;
	align-items: center;
	gap:15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 143.5%;
	color: #363636;
}
.tb-text .t2{
	font-weight: 500;
	font-size: 16px;
	line-height: 143.5%;
	margin-bottom: 11px;
	color: #363636;
}
.tb-text .t2 span{
	background: linear-gradient(180deg, #FF9001 0%, #FFC77E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	display: inline-block;
	text-fill-color: transparent;
}
.tb-text .bt-wrap{
	display: flex;
	align-items: center;
	gap:10px;
}
.btn-calc {
	background: linear-gradient(180deg, #FF9001 0%, #FFC77E 100%);
	box-shadow: 0px 3px 23px #FFC578;
	border-radius: 15px;
	width: 370px;
	height: 86px;
	padding-left: 93px;
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 143.5%;
	text-decoration: none;
	color: #FFFFFF;
	position: relative;
}
.btn-calc .s2{
	font-size: 16px;
	font-weight: 500;
}
.btn-calc img{
	position: absolute;
	left: -10px;
   top: -20px;
}
.btn-calc:hover{
	opacity: 0.9;
}
.tb-text .in-bx{
	display: flex;
	align-items: center;
	gap: 10px;
}
.tb-text .in-bx .bx{
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 143.5%;
	color: #363636;
}
.btn-call {
	background: linear-gradient(180deg, #FF9001 0%, #FFC77E 100%);
	box-shadow: 0px 3px 23px #FFC578;
	border-radius: 54px;
	width: 161px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 12px;
	line-height: 143.5%;
	text-decoration: none;
	color: #FFFFFF;
	gap:8px;
}
.btn-call:hover{
	opacity: 0.9;
}
.project-bx{
	position: relative;
}
.project-bx .uz{
	position: absolute;
	right: 50px;
	bottom: -220px;
}
.title-bx{
	font-weight: 700;
	font-size: 36px;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 60px;
}
.title-bx span{
	background: linear-gradient(180deg, #FF9001 0%, #FFC77E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	display: inline-block;
	text-fill-color: transparent;
	position: relative;
}
.title-bx span.circled:after{
	content: '';
	width: 390px;
	height: 84px;
	position: absolute;
	left: -7px;
    top: -18px;
	background: url(../img/cir1.svg) 50% no-repeat;
}
.slider .proj-bx img{
	width: auto;
	display: inline-block;
}
.proj-bx .image-grid .wr{
	display: flex;
	gap:10px;
	margin-bottom: 10px;
}
.proj-bx .image-grid .im1{
	width: 420px;
}
.proj-bx .image-grid .im2{
	width: 240px;
}
.proj-bx .image-grid .img{
	border-radius: 15px;
	overflow: hidden;
	height: 252px;
}
.proj-bx .image-grid .img a{
	display: block;
	object-fit: cover;
	height: 100%;
	position: relative;
}
.proj-bx .image-grid .img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.proj-bx {
	gap:30px;
	display: flex;
}
.proj-bx .image-grid {
	width: 670px;
}
.proj-text .t1{
	font-weight: 700;
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #333333;
}
.proj-text .t2{
	font-weight: 500;
	font-size: 18px;
	line-height: 143.5%;
	margin-bottom: 10px;
	color: #363636;
}
.proj-text .adr{
	display: flex;
	align-items: center;
	gap:7px;
	margin-bottom: 10px;
}
.proj-text .adr img{width: 33px;}
.proj-text .adr .s1{
	font-weight: 500;
	font-size: 10px;
	line-height: 143.5%;
	color: #989292;
}
.proj-text .adr .s2{
	font-weight: 500;
	font-size: 14px;
	line-height: 143.5%;
	color: #363636;
}
.proj-text .price {
	margin-top: 17px;
	margin-bottom: 22px;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.3;
	color: #333333;
}
.btn{
	background: linear-gradient(180deg, #FF9001 0%, #FFC77E 100%);
	box-shadow: 0px 3px 23px #FFC578;
	border-radius: 15px;
	width: 270px;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 143.5%;
	text-decoration: none;
	color: #FFFFFF;
}
.btn:hover{
	opacity: 0.9;
}
.owl-carousel .owl-nav {
	display: flex;
	width: 125px;
	position: absolute;
	bottom: 10px;
	right: 0;
	display: flex;
	justify-content: space-between;
}
.owl-carousel .owl-nav>div{
	display: block;
	text-indent: -9999px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background:#FF9001 url(../img/arr.svg) 50% no-repeat;
}
.owl-carousel .owl-nav>div:last-child{
   transform: rotate(-180deg);
}
.owl-carousel .owl-nav>div:hover{
	opacity: 0.9;
}
.project-bx {
	margin-bottom: 80px;
}
.footer{
	margin-top: 60px;
}
.mob-info {
	display: none;
	margin-top: 25px;
}
.mob-info .bx{
	font-weight: 500;
	font-size: 16px;
	line-height: 143.5%;
	color: #363636;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.mob-info .bx .ic{
	text-align: center;
	width: 79px;
	margin-right: 15px;
}
.mob-info .last img{
	margin-right: 7px;
}
.mob-info .last  {
	font-size: 12px;
}
.ic-list-mob{
	display: none;
}
.alert-frame {
	position: relative;
	cursor: pointer;
}
.alert-frame .alert-bx {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 200px;
    font-size: 16px;
    z-index: 3;
    color: #000;
    padding: 10px;
    margin-left: -100px;
    background: #fff;
    display: none;
    text-transform: none;
    font-style:normal;
    text-align: center;
    border: 1px solid #ccc;
    -webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
	background-clip: initial;
	text-fill-color: initial;
}
.alert-frame:hover .alert-bx{
	display: block;
}
.slider-with-dots .owl-dots{
	text-align: center;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slider-with-dots .owl-dots>div{
	min-width: 30px;
	height: 30px;
	margin: 0 3px;
	background-color: #FF9001 ;
	border-radius: 50%;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
}
.slider-with-dots .owl-dots>div.active{
	background-color: #000;
}









