.location__tab-mobile {
	display: none;
}
.location__maps-block {
	position: absolute;
	bottom: 20px;
	left: 20px;
	max-width: 290px;
	max-height: 400px;
	background: white;
}
.location__maps-elements {
	padding: 15px;
}
.location__maps-elements .location__tab-adress {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
  color: #4E4E4E;
  margin-bottom: 25px;
}
.location__maps-elements .location__tab-phone {
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0px;
	margin-bottom: 10px;
}
.location__maps-elements .location__tab-email {
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0px;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-offset: 0%;
	text-decoration-thickness: 0%;
	margin-bottom: 25px;
}
.location__maps-elements .location__tab-time {
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0px;
}
.location__maps-block img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  transition: filter 0.3s ease;
  margin-bottom: 15px;
}
.location {
	border-top: 2px solid #1C1F23;
	padding-top: 30px;
	margin-bottom: 150px;
}
.location__title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #1C1F23;
  margin-bottom: 40px;
  text-align: left;
}

.location__container {
  display: flex;
  gap: 30px;
}

.location__tabs {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 290px;
  flex-shrink: 0;
}

.location__tab .location__tab-adress {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
  color: #4E4E4E;
  margin-bottom: 34px;
}

.location__tab {
  padding: 8px 8px 20px 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: white;
}

.location__tab:hover {
  border-color: #0066CC;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.location__tab-link {
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-offset: 0%;
	text-decoration-thickness: 0%;
	color: #1C1F23;
}

.location__tab--active {
  background-color: #EEF1F3 !important;
}

.location__tab img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  transition: filter 0.3s ease;
  margin-bottom: 15px;
}

.location__tab--active img {
  filter: grayscale(100%) brightness(0.5);
}

.location__maps {
  position: relative;
  flex-grow: 1;
  height: 646px;
  overflow: hidden;
}

.location__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.location__map--active {
  opacity: 1;
  visibility: visible;
}

.location__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Адаптивные стили */
@media (max-width: 1024px) {
  .location__container {
    flex-direction: column;
  }
  
  .location__tabs {
    width: 100%;
    flex-direction: row;
    padding-bottom: 15px;
    scrollbar-width: thin;
  }
  
  .location__tab {
    min-width: 300px;
  }
  
  .location__maps {
    height: 500px;
  }
}

@media (max-width: 768px) {
	.location__tabs {
		flex-direction: column;
	}
	.location__maps-block {
		display: none;
	}
	.location__tab--active {
		background: none !important;
	}
	.location__tab-mobile {
		display: block;
	}

	.location__tab-mobile .location__tab-phone {
		font-weight: 400;
		font-size: 22px;
		line-height: 140%;
		letter-spacing: 0px;
		margin-bottom: 10px;
	}
	.location__tab-mobile .location__tab-email {
		font-weight: 400;
		font-size: 22px;
		line-height: 140%;
		letter-spacing: 0px;
		text-decoration: underline;
		text-decoration-style: solid;
		text-decoration-offset: 0%;
		text-decoration-thickness: 0%;
		margin-bottom: 30px;
	}
	.location__tab-mobile .location__tab-time {
		font-weight: 400;
		font-size: 22px;
		line-height: 140%;
		letter-spacing: 0px;
		margin-bottom: 50px;
	}
	.location__tabs {
		gap: 75px;
		width: 100%;
	}
	.location__tab img {
		width: 100%;
		height: 220px;
	}
	.location {
		border-top: 1px solid #1C1F23;
		padding-top: 45px;
		margin-bottom: 100px;
	}
	.location__tab .location__tab-adress {
		font-weight: 400;
		font-size: 22px;
		line-height: 100%;
		letter-spacing: -1px;
		margin-bottom: 30px;
	}
}

.contacts-title-h1 h1 {
    font-weight: 400;
    font-size: 120px;
    line-height: 80px;
    letter-spacing: -5px;
    margin: 0;
}
.contacts-title {
	margin-bottom: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contacts-description {
	font-weight: 400;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -2px;
	margin-bottom: 40px;
	max-width: 550px;
}
.contacts-container {
	display: flex;
    justify-content: space-between;
	margin-bottom: 80px;
}
.contacts__label {
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0px;
}
.contacts__phone {
	font-weight: 400;
	font-size: 48px;
	line-height: 110%;
	letter-spacing: -2px;
	margin-bottom: 12px;
}
.contacts__phone a {
	text-decoration: none;
	cursor: pointer;
	color: black;
}
.contacts__socials a {
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0px;
	color: #BBC4CD;
	text-decoration: none;
	cursor: pointer;
}
.contacts__socials {
	display: flex;
	gap: 15px;
	margin: 5px 0;
}
.contacts__secondary {
	display: flex;
    flex-direction: column;
    gap: 35px;
}
.contacts__info-block .contacts__info-label {
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: 0px;
	margin-bottom: 5px;
}
.contacts__info-block .contacts__info-value {
	font-weight: 400;
	font-size: 32px;
	line-height: 110.%;
	letter-spacing: -2px;
	color: #FF3D00;
}
.contacts__info-block .contacts__info-value a {
	text-decoration: none;
	cursor: pointer;
	color: #FF3D00;
}
@media (max-width: 992px) {
    .contacts-title {
        margin-bottom: 80px;
    }
	.contacts-title-h1 h1 {
        font-size: 60px;
    }
	.contacts-description {
		font-size: 22px;
		line-height: 100%;
		letter-spacing: -1px;
		margin-bottom: 20px;
	}
	.contacts-container {
		display: flex;
		justify-content: space-between;
		margin-bottom: 65px;
		flex-direction: column;
		gap: 30px;
	}
	.contacts__phone {
		font-weight: 400;
		font-size: 26px;
		line-height: 100%;
		letter-spacing: -2px;
		margin-bottom: 6px;
	}
	.contacts__socials {
		display: flex;
		gap: 31px;
		margin: 9px 0;
	}
	.contacts__socials a {
		font-weight: 600;
		font-size: 16px;
		line-height: 140%;
		letter-spacing: 0px;
	}
	.contacts__info-block .contacts__info-label {
		font-family: Source Sans Pro;
		font-weight: 400;
		font-size: 16px;
		line-height: 130%;
		letter-spacing: 0px;
		margin-bottom: 8px;
	}
	.contacts__secondary {
		gap: 32px;
	}
	.contacts__info-block .contacts__info-value {
		font-weight: 400;
		font-size: 22px;
		line-height: 100%;
		letter-spacing: -1px;
	}
}
