/*
.map-item {
    width: 33% !important;
    padding-left: 190px;
}

.map-content {
    font-size: 14px !important;
}

@media all and (max-width: 768px) {
    .map-item {
        width: 100% !important;
    }
}*/

.map-item {
	width: 100%;
	min-height: 420px;
}

.contacts-maps__hint {
	box-sizing: border-box;
	max-width: 320px;
	overflow: visible;
	font-size: 14px;
	line-height: 1.4;
	color: #1f1f1f;
}

.contacts-maps__hint .title-hint {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
}

.contacts-maps__hint .desc-hint {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	white-space: normal;
}

@media (max-width: 767px) {
	.map-item {
		min-height: 360px;
	}

	.contacts-maps__hint {
		max-width: 260px;
		font-size: 13px;
		line-height: 1.35;
	}

	.contacts-maps__hint .title-hint {
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 1.25;
	}

	.contacts-maps__hint .desc-hint {
		font-size: 13px;
		line-height: 1.35;
	}
}

@media (max-width: 420px) {
	.map-item {
		min-height: 320px;
	}

	.contacts-maps__hint {
		max-width: 230px;
	}
}

.service-item {
	margin-top: 1rem;
}

body.service-request-modal-open {
	overflow: hidden;
}

.service-request-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
	display: none;
	font-family: Inter, Arial, sans-serif;
}

.service-request-modal.is-open {
	display: block;
}

.service-request-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(11, 25, 37, .45);
}

.service-request-modal__dialog {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: min(1130px, 100%);
	min-height: 100%;
	max-height: 100%;
	margin-left: auto;
	padding: 64px;
	overflow-y: auto;
	background: #fff;
	border-radius: 16px 0 0 16px;
	color: #212529;
}

.service-request-modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.service-request-modal__close img,
.service-request-modal__file > img,
.service-request-modal__field--select > img,
.service-request-modal__consent img {
	display: block;
}

.service-request-modal__header {
	max-width: 841px;
	margin-bottom: 48px;
}

.service-request-modal__header h2 {
	margin: 0 0 24px;
	color: #0255a2;
	font-family: Inter, Arial, sans-serif;
	font-size: 40px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-transform: uppercase;
}

.service-request-modal__header p {
	max-width: 810px;
	margin: 0;
	font-family: Inter, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.4;
}

.service-request-modal__form {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
}

.service-request-modal__form[hidden],
.service-request-modal__message[hidden],
.service-request-modal__result[hidden] {
	display: none;
}

.service-request-modal__message {
	margin: 0 0 16px;
	font-family: Inter, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

.service-request-modal__message--error {
	color: #ed2939;
}

.service-request-modal__result {
	display: flex;
	flex: 1 0 auto;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	padding: 24px;
	background: #f7f9fc;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	color: #212529;
	text-align: center;
}

.service-request-modal__result p {
	max-width: 650px;
	margin: 0;
	font-family: Inter, Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
}

.service-request-modal__fields {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.service-request-modal__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px;
}

.service-request-modal__field,
.service-request-modal__file {
	position: relative;
	box-sizing: border-box;
	display: flex;
	min-width: 0;
	padding: 16px 24px;
	background: #f7f9fc;
	border: 1px solid #eaeaea;
	border-radius: 4px;
}

.service-request-modal__field {
	flex-direction: column;
	justify-content: center;
	height: 76px;
	gap: 6px;
}

.service-request-modal__field > span:not(.service-request-modal__phone) {
	color: #969696;
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .28px;
	line-height: 1.2;
}

.service-request-modal__field b {
	color: #ed2939;
	font-weight: 400;
}

.service-request-modal__field input,
.service-request-modal__field select,
.service-request-modal__field textarea {
	width: 100%;
	min-width: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #212529;
	font-family: Inter, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.4;
}

.service-request-modal__field input::placeholder,
.service-request-modal__field textarea::placeholder {
	color: #969696;
	opacity: 1;
}

.service-request-modal__field.is-error {
	box-shadow: inset 0 0 0 2px #ed2939;
}

.service-request-modal__field:focus-within:not(.is-error) {
	box-shadow: inset 0 0 0 1px #212529;
}

.service-request-modal__phone {
	display: flex;
	gap: 8px;
	align-items: center;
	width: 100%;
	height: 28px;
}

.service-request-modal__phone-prefix {
	flex: 0 0 auto;
	color: #212529;
	font-family: Inter, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.4;
}

.service-request-modal__phone input {
	min-width: 0;
}

.service-request-modal__field--select {
	height: 80px;
	padding: 16px 24px;
}

.service-request-modal__dropdown-trigger {
	display: flex;
	gap: 4px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: #212529;
	font-family: Inter, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	cursor: pointer;
}

.service-request-modal__dropdown-trigger img {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
}

.service-request-modal__dropdown.is-open .service-request-modal__dropdown-trigger img {
	transform: scaleY(-1);
}

.service-request-modal__dropdown-list {
	position: absolute;
	z-index: 2;
	top: calc(100% + 4px);
	right: 0;
	left: 0;
	overflow: hidden;
	background: #fff;
	border-radius: 4px;
	box-shadow: 2px 3px 8px rgba(21, 21, 21, .12);
}

.service-request-modal__dropdown-list[hidden] {
	display: none;
}

.service-request-modal__dropdown-option {
	display: flex;
	gap: 8px;
	align-items: center;
	width: 100%;
	padding: 16px 24px;
	border: 0;
	background: #fff;
	color: #212529;
	font-family: Inter, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	cursor: pointer;
}

.service-request-modal__dropdown-option:hover,
.service-request-modal__dropdown-option:focus-visible {
	background: #f7f9fc;
}

.service-request-modal__dropdown-option img {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
}

.service-request-modal__field--textarea {
	height: 140px;
	justify-content: flex-start;
	padding-top: 24px;
}

.service-request-modal__field--textarea textarea {
	flex: 1;
	resize: none;
}

.service-request-modal__file {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	min-height: 120px;
	margin-bottom: 0 !important;
	border-color: #212529;
	border-style: dashed;
	cursor: pointer;
}

.service-request-modal__file input {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.service-request-modal__file-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 6px;
}

.service-request-modal__file-title {
	display: flex;
	gap: 12px;
	align-items: center;
}

.service-request-modal__file > img {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	margin-left: 24px;
}

.service-request-modal__file strong {
	font-family: Inter, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.4;
}

.service-request-modal__file small {
	color: #858585;
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.4;
}

.service-request-modal__file small.service-request-modal__file-warning {
	color: #ed2939;
}

.service-request-modal__file.is-error {
	box-shadow: inset 0 0 0 2px #ed2939;
}

.service-request-modal__file-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.service-request-modal__file-list[hidden] {
	display: none;
}

.service-request-modal__file-item {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	min-width: 0;
	padding: 16px 24px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
}

.service-request-modal__file-name {
	min-width: 0;
	overflow: hidden;
	color: #212529;
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.service-request-modal__file-meta {
	display: flex;
	gap: 32px;
	align-items: center;
	flex: 0 0 auto;
}

.service-request-modal__file-size {
	width: 70px;
	color: #969696;
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .28px;
	line-height: 1.2;
	text-align: center;
}

.service-request-modal__file-remove {
	display: block;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.service-request-modal__file-remove img {
	display: block;
	width: 18px;
	height: 18px;
}

.service-request-modal__footer {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	margin-top: 48px;
	padding-top: 24px;
}

.service-request-modal__submit {
	flex: 0 0 auto;
	padding: 16px 24px;
	border: 0;
	border-radius: 10px;
	background: #347bb7;
	color: #fff;
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.4;
	text-transform: uppercase;
	cursor: pointer;
}

.service-request-modal__submit:disabled {
	background: #d6d6d6;
	cursor: default;
}

.service-request-modal__consent {
	display: flex !important;
	gap: 8px;
	align-items: flex-start;
	margin-bottom: 0 !important;
	font-family: Inter, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.4;
	cursor: pointer;
}

.service-request-modal__consent > input {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.service-request-modal__consent-control {
	position: relative;
	display: grid;
	place-items: center;
	flex: 0 0 23px;
	width: 23px;
	height: 23px;
	border-radius: 2px;
}

.service-request-modal__consent > input:focus-visible ~ .service-request-modal__consent-control {
	outline: 2px solid #347bb7;
	outline-offset: 2px;
}

.service-request-modal__consent.is-error .service-request-modal__consent-control {
	outline: 2px solid #ed2939;
	outline-offset: 2px;
}

.service-request-modal__consent a {
	color: #347bb7;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.service-request-btn {
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .5px;
	line-height: 1.4;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.service-request-modal__dialog {
		padding: 72px 24px 32px;
		border-radius: 0;
	}

	.service-request-modal__header {
		margin-bottom: 32px;
	}

	.service-request-modal__header h2 {
		font-size: 28px;
	}

	.service-request-modal__header p,
	.service-request-modal__consent {
		font-size: 16px;
	}

	.service-request-modal__row,
	.service-request-modal__footer {
		grid-template-columns: 1fr;
		display: grid;
	}

	.service-request-modal__footer {
		gap: 20px;
		margin-top: 32px;
	}

	.service-request-modal__submit {
		width: 100%;
	}

	.service-request-modal__field,
	.service-request-modal__file {
		padding-right: 16px;
		padding-left: 16px;
	}

	.service-request-modal__field--select {
		padding: 16px;
	}
}

.contacts-item.hh {
	margin-top: 2rem;
	text-transform: uppercase;
	font-weight: 400 !important;
}

.contacts-item.hh .btn {
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400 !important;
	font-style: normal;
	letter-spacing: .5px;
	line-height: 1.4;
	text-transform: uppercase;
}

.column_right {
	align-items: end;
	display: flex;
}