.dd-hero {
	position: relative;
	background: transparent;
	overflow: hidden;
}
.dd-hero-wrap {
	display: flex;
}
.dd-cont-hero,
.dd-hero-bacground {
	width: 50%;
}
.dd-cont-hero {
	background: var(--bckg);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--main);
	padding-left: 80px;
	padding-right: 80px;
}
.dd-hero-back {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.dd-hero-abtitle {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.1em;
}
.dd-hero-title {
	font-size: 44px;
	line-height: 60px;
	letter-spacing: 0em;
	margin-bottom: 25px;
}
.dd-hero-bltitle {
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.005em;
}
.dd-hero-phone-wrap {
	height: 64px;
	width: 280px;
	font-size: 18px;
	line-height: normal;
}
.dd-hero-phone {
	padding-top: 40px;
}

@media only screen and (max-width: 1700px) {
	.dd-hero-title {
		font-size: 40px;
		line-height: 55px;
	}
}
@media only screen and (max-width:1500px) {
	.dd-hero-phone-wrap {
		height: 58px;
		width: 267px;
		font-size: 16px;
	}
	.dd-cont-hero {
		padding-left: 50px;
		padding-right: 50px;
	}
	.dd-hero-title {
		font-size: 32px;
		line-height: 49px;
		margin-top: 0;
		margin-bottom: 16px;
	}
	.dd-hero-abtitle {
		font-size: 15px;
	}
	.dd-hero-bltitle {
		font-size: 20px;
	}
	.dd-hero-phone {
		padding-top: 16px;
	}
}
@media only screen and (max-width:1200px) {
	.dd-hero-title {
		font-size: 30px;
		line-height: 41px;
		margin-bottom: 15px;
		margin-left: 30px;
		margin-right: 30px;
	}
	.dd-hero-bltitle {
		font-size: 18px;
	}
}

@media only screen and (max-width: 991px) {
	.dd-hero-wrap {
		flex-direction: column;
	}
	.dd-cont-hero, .dd-hero-bacground {
		width: 100%;
	}
	.dd-cont-hero {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.dd-hero-title {
    font-size: 36px;
    line-height: 52px;
}
	.dd-hero-back {
    max-height: 500px;
    object-position: bottom;
}
}

@media only screen and (max-width: 767px) {
	.dd-cont-hero {
		padding-left: 30px;
		padding-right: 30px;
	}
	.dd-hero-abtitle {
		font-size: 14px;
	}
	.dd-hero-title {
		font-size: 30px;
		line-height: 42px;
    margin-left: 6px;
    margin-right: 6px;
	}
	.dd-hero-bltitle {
		font-size: 16px;
		line-height: 26px;
	}
}