/*About us page - hero*/

.about_us_hero_image{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 48%;
}
.about_us_hero_full_width{
    position: relative;
}
.about_us_half_middle{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    min-height: 600px;
}
.about_us_half_middle_first {
	height: 700px;
}
.about_us_half_middle_first,
.about_us_half_middle_second{
    width: 50%;
    z-index: 2;
}
.about_us_half_middle_first h1{
    color: #404733;
    font-family: "PP Radio Grotesk","sans-serif";
    font-size: 70px;
    line-height: 85px;
    padding-right: 30px;
	position: relative;
	top: 40%;
}
.about_us_hero_p{
    color: #404733;
    font-family: "DM Sans","sans-serif";
    font-size: 30px;
    line-height: 42px;
    border-left: 2px solid #404733;
    padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .about_us_half_middle{
        flex-direction: row;
        margin: 0 auto;
        min-height: 400px;
        align-items: unset;
        padding: 5% 5% 0 5%;
    }
    .about_us_half_middle_first h1{
        text-align: left;
    }
    .about_us_half_middle_first, 
    .about_us_half_middle_second{
        width: 50%;
    }
    .about_us_hero_image{
        width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .about_us_half_middle{
        flex-direction: column;
        margin: 0 auto;
        min-height: 300px;
        align-items: unset;
        padding-top: 5%;
        justify-content: end;
        width: 85%;
    }
    .about_us_half_middle_first h1{
        text-align: left;
        font-size: 36px;
        line-height: 44px;
        display: inline;
        padding-right: 0;
        padding-bottom: 0;
		margin-top: 30px;
		position: unset!important;
    }
    .about_us_half_middle_first, 
    .about_us_half_middle_second{
        width: 100%;
    }
	.about_us_half_middle_first {
		height: 300px!important;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
    .about_us_hero_image{
        width: 60%;
    }
    .about_us_hero_p{
        font-size: 20px;
        line-height: 24px;
        border: none;
        padding-left: 0;
    }
    .about_us_half_middle_second{
        margin-top: 10px;
    }
}

/*filteri*/
@media only screen and (max-width: 767px) {
	.locations {
		width: 85%;
		margin: auto;
	}
	.filter_select {
		width: 100%;
	}
	.city_group {
		font: normal normal bold 24px/29px PP Radio Grotesk;
		padding-bottom: 12px;
		margin-bottom: 40px;
	}
	.loc_title {
		font: normal normal bold 24px/29px PP Radio Grotesk;
		margin-bottom: 16px;
	}
	.loc_data {
		margin-bottom: 55px;
	}
	.loc_of_city {
		margin-bottom: 30px;
	}
	.choose_filter_city {
		margin-left: 20px;
	}
	
	#map {
		height: 378px;
	}
	
	.locations {
		padding-bottom: 20px;
		padding-top: 43px;
	}
}
@media only screen and (min-width: 768px) {
	.locations {
		width: 100%;
		max-width: 1200px;
		margin: auto;
	}
	.one_city_loc {
		flex: 0 0 33%;
	}
	.city_group {
		font: normal normal bold 32px/39px PP Radio Grotesk;
		margin-bottom: 48px;
	}
	.loc_title {
		font: normal normal bold 32px/39px PP Radio Grotesk;
		margin-bottom: 10px;
	}
	.loc_data {
		margin-bottom: 75px;
	}
	.filter_select {
		width: 420px;
		margin-left: -15px;
	}
	
	#map {
		height: 722px;
	}
	
	.locations {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	#filterCities {
		position: relative;
		top: 60%;
	}
}

.city_group {
	border-bottom: 1px solid #707070;
}
.city_group, .loc_title {
	letter-spacing: 0px;
	color: #222222;
}
.loc_data {
	letter-spacing: 0px;
	color: #FFB22D;
}
.loc_data a {
	color: #FFB22D!important;
}
.loc_of_city {
	display: flex;
	flex-wrap: wrap;
}
.choose_filter_city {
	font: normal normal bold 24px/29px PP Radio Grotesk;
	letter-spacing: 0px;
	color: #222222;
	margin-bottom: 16px;
}
.filter_select {
	font: normal normal bold 18px/22px PP Radio Grotesk;
	letter-spacing: 0px;
	color: #818181;
	padding-left: 24px;
	padding-right: 24px;
	
	appearance: none;
	background-image: url('/wp-content/uploads/2023/05/Iconautofeatherautochevronautodown.svg') !important;
	background-repeat: no-repeat !important;
	background-position: right 24px top 50% !important;
}
.filter_option {
	font: normal normal bold 18px/22px PP Radio Grotesk, sans-serif;
	letter-spacing: 0px;
	color: #818181;
}
.filter_select {
	height: 54px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #D3D3D3;
	border-radius: 5px;
}
.loc_data {
	font: normal normal normal 18px/22px DM Sans;
}

#map {
	width: 100%;
}

#map .leaflet-marker-icon {
	margin-left: -12px!important;
	margin-top: -41px!important;
	height: unset!important;
	width: unset!important;
}
