.hr-footer {
	position: relative;
	z-index: 1;
	background: linear-gradient(0deg, #1E252F 100%, rgba(0, 0, 0, 0) 0);
}

/*.hr-footer::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color:var(--color-4);
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.99;
}*/

.hr-footer .hr-main-footer {
	padding-top: 100px;
	position: relative;
	z-index: 11
}

.hr-footer .hr-main-footer .hr-footer-info {
	padding-right: 40px
}

.ul-footer-top-contact-infos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--color-1);
	padding: 40px;
	border-radius: 20px;
	margin-top: -140px;
	position: relative;
	z-index: 1;
	margin-bottom: 70px;
}
.hr-footer .hr-main-footer .hr-footer-info .hr-brand {
	margin-bottom: 33px
}

.hr-footer .hr-main-footer .hr-footer-info .hr-brand .hr-brand-link {
	display: inline-block
}

.hr-footer .hr-main-footer .hr-footer-info .hr-brand .hr-brand-link img {
	width: auto;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 110px;
}

.hr-footer .hr-main-footer .hr-footer-info .hr-footer-about {
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
	font-family: var(--font-01)
}

.hr-footer .hr-main-footer .hr-footer-info .hr-footer-social .nav .nav-item {
	/*margin-right: 10px*/
}

.hr-footer .hr-main-footer .hr-footer-info .hr-footer-social .nav .nav-item:last-child {
	margin-right: 0
}

.hr-footer .hr-main-footer .hr-footer-info .hr-footer-social .nav .nav-item .nav-link {
	color: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	width: 35px;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(12px, 0.79vw, 15px);
	background: var(--color-2);
}
.hr-footer-social .nav {
	column-gap: 15px;
}
.hr-footer .hr-main-footer .hr-footer-info .hr-footer-social .nav .nav-item .nav-link:hover {
	color: var(--white);
	border: 1px solid var(--color-3);
	background-color: var(--color-3);
}

.hr-footer .hr-main-footer .hr-footer-menu .hr-titel {
	margin-bottom: 20px;
	color: var(--white);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	border-bottom: 2px solid var(--color-2);
	display: inline-block;
	font-family: var(--font-02);
	letter-spacing: 1px;
	padding-bottom: 5px;
}

.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link {
	padding: 0;
	margin-bottom: 8px;
	font-size: 17px;
	color: var(--white);
	line-height: 40px;
	font-family: var(--font-01)
}

.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link:hover {
	color: var(--color-2);
	letter-spacing: 1px;
	transition: 0.5s all ease;
}

.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item:last-child .nav-link {
	margin-bottom: 0
}

.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link .hr-link-icon {
	padding-right: 10px;
    font-size: 16px;
}

.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info {
	display: flex;
	align-items: flex-start
}

.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info .hr-icon {
	/* width: 1.2rem; */
	/* height: 1.2rem; */
	display: flex;
	justify-content: center;
	color: #fff;
	margin-right: 10px;
}

.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info .hr-icon span {
	/*margin-top: 1px;*/
	font-size: 23px;
}

.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info .hr-detail {
	color: #fff
}

.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info:hover .hr-icon, .hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link:hover .hr-info .hr-detail, .hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link:hover .hr-info .hr-icon {
	color: var(--color-2);
}
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info .hr-detail address{
	font-size: 17px;
}
.hr-footer .hr-copyright {
	z-index: 11;
	position: relative
}
.second-location {
	padding-top: 20px;
}
.hr-copyright-wrap {
	padding: 30px 0 25px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #565655
}

.hr-footer .hr-copyright p,
.hr-footer .hr-copyright p a {
	margin-bottom: 0;
	color: var(--white);
	font-size: 17px;
	font-family: var(--font-01);
}

.hr-footer .hr-copyright p a {
	font-weight: 500
}

.hr-footer .hr-copyright p a:hover {
	color: var(--color-2);
}	

.mb-30 {
	margin-bottom: 30px
}

.hr-footer-time li {
	font-size: 17px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 6px;
	list-style-type: none;
	font-family: var(--font-02)
}

.hr-copyright-menu {
	display: flex;
	align-items: center;
	list-style-type: none
}

.hr-copyright-menu li {
	margin-right: 27px
}

.hr-copyright-menu li a {
	font-size: 17px;
	line-height: 30px;
	color: #fff;
	transition: all 0.3s ease
}

.hr-copyright-menu li a:hover {
	color: var(--color-4)
}

.hr-copyright-menu li:last-child {
	margin-right: 0
}

.hr-footer-shape {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 11
}

.hr-footer-shape img {
	max-width: 125px
}
.hr-footer-menu .nav {
	flex-direction: column;
}

.ul-footer-top-contact-info-label {
	font-size: clamp(14px, 0.74vw, 14px);
	font-weight: 500;
	margin-bottom: clamp(3px, 0.32vw, 6px);
	color: #fff;
}
.ul-footer-top-contact-info-address a {
  font-size: clamp(17px, 1.05vw, 20px);
  font-weight: 600;
  color: #fff;
}
.ul-footer-top-contact-info-address a .hr-info {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.ul-footer-top-contact-info-txt {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.ul-footer-top-contact-info-address {
  margin: 0;
}
.ul-footer-top-contact-info-address .hr-detail address {
	font-style: normal;
	line-height: inherit;
	margin-bottom: 1rem;
	font-size: clamp(17px, 1.05vw, 20px);
	font-weight: 600;
	color: #fff;
}
@media (max-width:1550px) {
	.hr-footer-shape {
		display: none
	}
}
@media(max-width:1200px){
	.hr-footer .hr-main-footer .hr-footer-menu .hr-titel {
	font-size: 20px;
}
.hr-footer .hr-main-footer .hr-footer-info {
	padding-right: 0px;
}
}
@media screen and (max-width:992px) {

	.hr-footer .hr-main-footer .hr-footer-info,
	.hr-footer .hr-main-footer .hr-footer-menu {
		margin-bottom: 30px
	}

	.hr-copyright-wrap {
		flex-direction: column;
		justify-content: center
	}

	.hr-copyright-wrap p {
		margin-bottom: 12px;
		text-align: center
	}

	.hr-copyright-wrap p:last-child {
		margin-bottom: 0
	}
}
@media(max-width:768px){
	.ul-footer-top-contact-infos {
	flex-wrap: wrap;
	row-gap: 10px;
	margin-top: -80px;
}
}
@media (max-width:576px) {
	.hr-copyright-menu {
		flex-wrap: wrap;
		justify-content: start;
		text-align: start
	}

	.hr-footer .hr-main-footer {
		padding-top: 50px
	}

	.hr-footer .hr-main-footer .hr-footer-info {
		padding-right: 0
	}

	.hr-footer .hr-main-footer .hr-footer-info .hr-footer-about {
		width: auto
	}
}
