.contacts__grid {
	display: flex;
	gap: 105px;
	justify-content: space-between;
}

.contacts__title {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 24px;
	color: var(--text-primary);
}

.contacts__info {
	display: flex;
	flex-direction: column;
	flex: 1 1 948px;
	width: 100%;
	max-width: 948px;
}

.feedback {
	flex: 1 1 540px;
	width: 100%;
	max-width: 540px;
}

.contacts__block {
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 30px 0px 28px 0px;
	border-top: 1px solid #301D0033;

}

.contacts__block:last-child {
	border-bottom: 1px solid #301D0033;
}

.contacts__block h3 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #27231E;
	display: flex;
	align-self: start;
	align-items: center;
	justify-content: start;
	gap: 7px;
	flex: 1 1 357px;
	width: 100%;
	max-width: 357px;
}

.contacts__block h3::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--accent-red);
}

.contacts__address {
	font-size: 18px;
	font-weight: 400;
	line-height: 110%;
	color: #090714;
}

.contacts__block a {
	text-decoration: none;
}

.contacts__time {
	font-size: 18px;
	color: #27231E;
	font-weight: 500;
	line-height: 100%;
}

.contacts__label {
	font-size: 14px;
	font-weight: 500;
	color: #09071480;
	margin-bottom: 10px;
}

.contacts__links {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}

.schedule__list {
	display: flex;
	width: 100%;
	justify-content: start;
 
	column-gap: 39px;
}
.contacts__info__body{
 
    width: 100%;
}
.schedule__item {
	width: 100%;
	max-width: 257px;
}

.schedule__item .contacts__label {
	margin-bottom: 2px;
}

.schedule__item ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.schedule__item li {
	display: flex;
	flex-direction: column;
	row-gap: 2px;
}

.contacts__form form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}



.form-note {
	font-size: 14px;
	color: var(--text-secondary);
}

.form-note a {
	color: var(--accent-red);
	text-decoration: underline;
}

.btn-submit {
	padding: 12px 24px;
	background-color: var(--accent-red);
	color: #fff;
	border: none;
	border-radius: 8px;
	font-weight: 500;
	cursor: pointer;
}

.feedback__container {
	max-width: 600px;
	margin: 0 auto;
}

.feedback__title {
	font-size: 32px;
	font-weight: 400;
	font-family: var(--font-headline);
	margin-bottom: 40px;
	color: var(--text-primary);
	text-transform: uppercase;
}


.feedback__form {
	width: 100%;
	max-width: 540px;
}



.feedback__note {
	font-size: 14px;
	color: var(--text-secondary);
	line-height: 1.4;
	max-width: 360px;
}

.contacts__body {
	padding-bottom: 0;
}

.section__body {
	padding-bottom: 0;
}

.route-map {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	flex: 0 1 748px;
}

.map__embed {
	height: 100%;
	width: 100%;
	max-height: 670px;
	background-color: #f2f2f2;
}

.map__embed iframe {
	height: 100%;
	background-color: #f2f2f2;
}

.departments .container {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.ymaps-layers-pane {
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}

[class*="ymaps-2"][class*="-ground-pane"] {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
}

.route-map__title {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: var(--font-headline);
	margin: 0;
}

.route-map__block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.feedback__note a {
	text-decoration: none;
	font-size: 14px;
}

.feedback__submit {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 18px 35px;
	background-color: #000;
	color: #fff;
	height: 55px;
	margin-top: 30px;
	font-weight: 500;
	font-size: 16px;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	max-width: 320px;
	text-transform: uppercase;
	justify-content: center;
}

.feedback__submit img {
	width: 16px;
	height: 16px;
}


.departments__title {
	font-size: 48px;
	font-weight: 400;
	font-family: var(--font-headline);
	color: var(--text-primary);
	text-transform: uppercase;
	margin-bottom: 36px;
}

.departments {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
	flex: 1 1 324px;
}

.departments__grid {
	display: flex;
	justify-content: start;
	align-items: center;
	width: 100%;
	height: 100%;
	max-width: 1087px;
	gap: 24px;
}

.departments__card {
	background-color: #f7f7f7;
	border-radius: 20px;
	padding: 20px;
	width: 100%;
	max-width: 534px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	gap: 14px;
}

.feedback-form {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin-bottom: 0;
}

.departments__card h3 {
	font-size: 18px;
	font-weight: 400;
	color: var(--text-primary);
	opacity: 0.7;
	margin: 0;
}

.feedback-form .rent-form__block {
	flex-direction: column-reverse;
	row-gap: 50px;
}

.departments__card a {
	font-size: 16px;
	color: #27231E;
	text-decoration: none;
	font-size: 24px;
	font-weight: 500;
}

.departments__card_email {
	border-bottom: 1px solid #27231E;
}

@media (max-width: 768px) {
	.contacts__grid {
		grid-template-columns: 1fr;
	}
}

@media(max-width: 1920px) {
	.contacts__time {
		font-size: clamp(1rem, 0.625rem + 0.417vi, 1.125rem);
	}
}

@media(max-width: 1440px) {
	.rent-form__title {
		font-size: 32px;
	}
}
.contacts__block h3{
    flex: 1 1 13%;
}
.contacts__block p, .contacts__block div{
    flex: 1 1 25%;
}
@media(max-width: 1360px) {
	.contacts__grid {
		flex-direction: column;

	}

    .departments__title{
        margin-bottom: 30px;
    }

	.contacts__block h3 {
         flex: 1 1 15%;
	}

	.contacts__info {
		flex: 1 1 auto;
		max-width: 100%;
	}

	.feedback__form {
		max-width: 100%;
	}

	.feedback-form {
		margin-bottom: 0;
		max-width: 100%;
		display: flex;
		gap: 16px;
		flex-direction: row;
		flex-wrap: wrap;

		width: 100%;
	}

	.feedback-form .rent-form__block {
		flex-direction: row;

	}

	.contacts__address {
		flex: 1 1 100%;
	}

	.contacts__info__body {
		flex: 1 1 100%;
	}
}

@media(max-width: 1280px) {
	.route-map__title {
		font-size: clamp(1.5rem, 0.333rem + 3.333vi, 3rem);
	}

	.departments__title {
		font-size: clamp(1.5rem, 0.333rem + 3.333vi, 3rem);
	}
}

@media(max-width: 740px) {
	.contacts__block {
		flex-direction: column;
		flex: 1 1 auto;
		row-gap: 14px;
		align-items: start;
	}

	.contacts__time {
		font-size: 15px;
	}

	.contacts__block {
		padding: 24px 0px;
	}

	.departments__grid {
		flex-direction: column;
		flex: 1 1 424px;
		gap: 10px;
	}

	.contacts__block h3 {
		flex: 1 1 100%;
		margin-bottom: 0;
	}

	.map__embed {
		height: 65vh;
		max-height: 100%;
	}

	.route-map {
		flex: 1 1 100%;
	}
    .departments__card{
        gap:10px;
    }
	.feedback-form .rent-form__block {
		flex-direction: column-reverse;
		width: 100%;
		row-gap: 30px;
	}

	.feedback-form .rent-form__block p {
		width: 100%;
		max-width: 100%;
	}

	.schedule__list {
		justify-content: start;
	}

	.schedule__item {
		max-width: 150px
	}

	.schedule__list {
		column-gap: 20px;
	}

	.feedback-form .rent-form__block button {
		width: 100%;
		max-width: 100%;
	}
}