.section-locations {
	padding-left: 24px;
	padding-right: 24px;
}

.section-locations .map-wrapper {
	padding-top: 40px;
	overflow: hidden;
    height: 460px;
	position: relative;
}

.section-locations.decoration-left:before {
	background-image: url('../../../img/bg-element-left-default.png');
	width: 26%;
    padding-bottom: 45%;
    top: 25%;
}

.section-locations .map-wrapper svg {
	transform: scale(0.6) translate(-50%, -50%);
	transform-origin: 0 0;
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: scale(0.6) translate(-50%, -50%);
	-moz-transform: scale(0.6) translate(-50%, -50%);
	-ms-transform: scale(0.6) translate(-50%, -50%);
	-o-transform: scale(0.6) translate(-50%, -50%);
}

.section-locations .map-wrapper svg path.active {
	cursor: pointer;
}

.section-locations .wrapper {
	padding: 48px 0 80px;
	border-radius: 32px;
	background: #FFF;
}

.section-locations .heading {
	display: flex;
	column-gap: 70px;
	align-items: center;
	margin-bottom: 16px;
	flex-wrap: wrap;
	row-gap: 16px;
}

body .section-locations .pre-title {
	margin-bottom: 0;
}

.section-locations .states-navigation {
	display: flex;
	column-gap: 18px;
	align-items: center;
}

.section-locations .states-navigation .nav-item {
	border-radius: 500px;
	border: 1px solid rgba(45, 45, 45, 0.40);
	color: #2D2D2D;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	background: transparent;
	padding: 12px 24px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.section-locations .states-navigation .nav-item:hover {
	background: rgba(45, 45, 45, 0.20);
}

.section-locations .states-navigation .nav-item.active:hover {
	background: #2D2D2D;
}

.section-locations .states-navigation .nav-item.active {
	border: 1px solid #2D2D2D;
	background: #2D2D2D;
	color: #fff;
}

.section-locations .pre-title {
	margin-bottom: 0;
}

.section-locations .location-info-box {
	margin-left: 10%;
	padding: 56px;
	border-radius: 24px;
	background: linear-gradient(62deg, #FDF5F5 1.52%, #FDF8F2 100%);
}

.section-locations .location-info-box .title {
	max-width: 320px;
}

.section-locations .location-info-box .description {
	max-width: 475px;
	margin-bottom: 32px;
}

.section-locations .state-team {
	margin: 32px 0;
}

.section-locations .photos-row {
	display: flex;
	align-items: center;
}

.section-locations .state-team {
	display: none;
}

.section-locations .state-team.active {
	display: block;
}

.section-locations .photo-wrapp {
	width: 48px;
	height: 48px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border: 5px solid #fff;
	overflow: hidden;
	position: relative;
	box-sizing: content-box;
}

.section-locations .photo-wrapp img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	max-width: unset;
}

.section-locations .location-info-box .actions {
	display: flex;
	align-items: center;
	column-gap: 12px;
}

@media (max-width: 1535px) {
	.section-locations .location-info-box {
		padding: 48px 56px;
	}

	.section-locations .map-wrapper svg {
		transform: scale(0.45) translate(-50%, -50%);
		-webkit-transform: scale(0.45) translate(-50%, -50%);
		-moz-transform: scale(0.45) translate(-50%, -50%);
		-ms-transform: scale(0.45) translate(-50%, -50%);
		-o-transform: scale(0.45) translate(-50%, -50%);
	}
}

@media (max-width: 1279px) {
	.section-locations .location-info-box {
		margin-left: 0;
		padding: 30px;
	}
}

@media (max-width: 768px) {
	.section-locations {
		padding: 48px 0 40px;
	}

	.section-locations .location-info-box {
		padding: 24px;
	}

	.section-locations .wrapper {
		padding: 32px 4px 24px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	}

	.section-locations .map-wrapper {
		max-width: 75%;
		margin: 0 auto;
		text-align: center;
		height: 350px;
	}

	.section-locations .map-wrapper svg {
		transform: scale(0.4) translate(-50%, -50%);
		-webkit-transform: scale(0.4) translate(-50%, -50%);
		-moz-transform: scale(0.4) translate(-50%, -50%);
		-ms-transform: scale(0.4) translate(-50%, -50%);
		-o-transform: scale(0.4) translate(-50%, -50%);
	}
}

	

@media (max-width: 560px) {
	.section-locations .location-info-box .actions {
		flex-direction: column;
		row-gap: 12px;
		align-items: normal;
	}

	.section-locations {
		padding: 48px 0 24px;
	}

	.section-locations .map-wrapper {
		max-width: 88%;
		height: 280px;
	}

	.section-locations .map-wrapper svg {
		transform: scale(0.33) translate(-50%, -50%);
		-webkit-transform: scale(0.33) translate(-50%, -50%);
		-moz-transform: scale(0.33) translate(-50%, -50%);
		-ms-transform: scale(0.33) translate(-50%, -50%);
		-o-transform: scale(0.33) translate(-50%, -50%);
	}
}

@media (max-width: 380px) {
	.section-locations .map-wrapper svg {
		transform: scale(0.3) translate(-50%, -50%);
		-webkit-transform: scale(0.3) translate(-50%, -50%);
		-moz-transform: scale(0.3) translate(-50%, -50%);
		-ms-transform: scale(0.3) translate(-50%, -50%);
		-o-transform: scale(0.3) translate(-50%, -50%);
}
}

.nav-item .location-desktop-text {
    display: none;
}

.nav-item .location-mobile-text {
    display: inline;
}

@media (min-width: 768px) {
    .nav-item .location-desktop-text {
        display: inline;
    }

    .nav-item .location-mobile-text {
        display: none;
    }
}