@charset "UTF-8";

/*Миксины*/

.contact-list {
  gap: 80px;
}

.contact {
  width: 100%;
  gap: 16px;
}

.contact__row {
  width: 100%;
  gap: 24px;
}

.contact__addres {
  width: calc(50% - 12px);
}

.contact__contact {
  width: calc(25% - 18px);
}

.contact__contact a {
  width: 100%;
}

@media (max-width: 1280px) {
  .contact__addres {
    width: 100%;
  }

  .contact__contact {
    width: calc(50% - 12px);
  }
}

@media (max-width: 680px) {
  .contact-list {
    gap: 40px;
  }

  .contact {
    gap: 12px;
  }

  .contact__row {
    gap: 12px;
  }

  .contact__contact {
    width: 100%;
  }
}

/* page_contact */

.page_contact {
	margin-top: 28px;
	margin-bottom: 196px;
}
.page_contact__wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.page_contact__left,
.page_contact__right {
	flex: 0 0 calc((100% - 24px) / 2);
	max-width: calc((100% - 24px) / 2);
}
.page_contact__left {
	position: sticky;
	top: 136px;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	align-self: flex-start;
}
.page_contact__left__item {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	background-color: #191919;
	padding: 32px;
	gap: 20px 0;
}
.page_contact__left__item .d_title {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
}
.page_contact__left__item .d_item {
	display: flex;
	flex-direction: column;
}
.page_contact__left__item .d_item span {
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 400;
	color: #646464;
	line-height: 1.4;
}
.page_contact__left__item .d_item a,
.page_contact__left__item .d_item b {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	align-self: flex-start;
	transition: 250ms ease;
}
.page_contact__left__item .d_item a:hover {
	color: #00C974;
}
.page_contact__left__item .d_map {
	width: 100%;
	height: 146px;
	border-radius: 24px;
	overflow: hidden;
}
.page_contact__right {
	background-color: #191919;
	border-radius: 16px;
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
.d_title_sect {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
}
.page_contact__search {
	position: relative;
	height: 52px;
	background-color: #141414;
	border-radius: 12px;
}
.page_contact__search svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 2;
	left: 12px;
}
.page_contact__search input {
	width: 100%;
	background-color: transparent;
	border: 0;
	outline: none;
	height: 52px;
	padding: 0 20px 0 44px;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
}
.page_contact__search input::placeholder {
	color: #646464;
}
.page_contact__right__item {
	display: flex;
	flex-direction: column;
	gap: 12px 0;
	background-color: #141414;
	border-radius: 16px;
	padding: 24px;
}
.page_contact__right__item .d_title {
	color: #00C974;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}
.page_contact__right__item .d_item {
	display: flex;
	flex-direction: column;
}

.page_contact__right__item .d_item span {
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 400;
	color: #646464;
	line-height: 1.4;
}

.page_contact__right__item .d_item a,
.page_contact__right__item .d_item b {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	align-self: flex-start;
	transition: 250ms ease;
}

.page_contact__right__item .d_item a:hover {
	color: #00C974;
}
.page_contact__right__item .d_map {
	width: 100%;
	height: 146px;
	border-radius: 24px;
	overflow: hidden;
	display: none;
}
.map-toggler {
	display: flex;
	align-items: center;
	align-self: flex-start;
	cursor: pointer;
	position: relative;
}
.map-toggler span {
	color: #fff;
	font-size: 17px;
	padding-bottom: 6px;
	border-bottom: 2px dashed #00C974;
	transition: 250ms ease;
}
.map-toggler svg {
	transition: 250ms ease;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -22px;
	pointer-events: none;
}
.map-toggler.active svg {
	transform: translateY(-50%) rotate(180deg);
}
.map-toggler:hover span{
	color: #00C974;
}
.d_title_group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tab-widget {
	display: flex;
	align-items: center;
	background-color: #232323;
	border-radius: 100px;
	padding: 6px;
}
.tab-widget__btn {
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 0 8px;
	font-size: 14px;
	line-height: 1.4;
	transition: 250ms ease;
	cursor: pointer;
	border-radius: 50px;
	min-width: 115px;
	text-align: center;
}
.tab-widget__btn.active {
	background-color: #00C974;
	color: #fff;
}
.tab-widget-box_tab {
	display: none;
}
.tab-widget-box_tab.active {
	display: flex;
	flex-direction: column;
	gap: 12px 0;
}

@media (max-width:1440px) {
	.page_contact {
		margin-top: 24px;
		margin-bottom: 120px;
	}
	.page_contact__wrapper {
		gap: 0 20px;
	}
	.page_contact__left__item {
		padding: 24px;
		gap: 16px 0;
	}
	.page_contact__left__item .d_title {
		font-size: 20px;
		line-height: 1.4;
	}
	.page_contact__left__item .d_item a,
	.page_contact__left__item .d_item b {
		font-size: 18px;
		line-height: 1.4;
	}
	.page_contact__left__item .d_map {
		margin-top: 8px;
	}
	.page_contact__right {
		padding: 24px;
		gap: 20px 0;
	}
	.d_title_sect {
		font-size: 20px;
		line-height: 1.4;
	}
	.page_contact__search input {
		font-size: 16px;
	}
	.page_contact__right__item {
		padding: 20px;
	}
	.page_contact__right__item .d_item span {
		font-size: 13px;
		line-height: 1.4;
	}
	.page_contact__right__item .d_item a,
	.page_contact__right__item .d_item b {
		font-size: 17px;
		line-height: 1.4;
	}
	.page_contact__right__item .d_map {
		height: 125px;
	}
	.d_title_group {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.d_title_group .tab-widget {
		order: -1;
		margin-bottom: 12px;
	}
}
@media (max-width:1023px) {
	.page_contact {
		margin-top: 20px;
		margin-bottom: 80px;
	}
	.page_contact__wrapper {
		flex-direction: column;
		gap: 0;
	}
	.page_contact__left {
		margin-bottom: 20px;
		position: static;
		top: auto;
	}
	.page_contact__left,
	.page_contact__right {
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
	}
	.page_contact__left__item .d_item span {
		font-size: 14px;
		line-height: 1.4;
	}
	.page_contact__left__item .d_item a,
	.page_contact__left__item .d_item b {
		font-size: 16px;
		line-height: 1.4;
	}
	.page_contact__right {
		padding: 20px;
		gap: 12px 0;
	}
}
@media (max-width:540px) {
	.tab-widget {
		width: 100%;
	}
	.tab-widget__btn {
		flex: 1;
	}
}