.contacts-map {
	height: 486px;
}
@media (max-width: 1024px) {
	.contacts-map {height: 360px;}
}
@media (max-width: 767px) {
	.contacts-map {height: 400px;}
}

.contacts-block-wrapper {
	display:flex;
	flex-wrap:wrap;
	margin: 0px 0 0 0;
	justify-content: center;
	padding-top: 2px; 	
	padding-left: 2px;
}
.contacts-block-wrapper>div {
	width:calc(33.3334% + 2px);
	padding:56px 32px;
	display:flex;
	align-items:center;
	flex-direction: column;
	margin-top: -2px;
	margin-left: -2px;
    border: 2px solid #E1E1E1;
}
.contacts-block-num {
	display: flex;
	width: 72px;
	height: 72px;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	border-radius: 48px;
	background: #C2272F;
	color: #FFF;
}
.contacts-block-head {
	color: #2B2B2B;
	font-family: Montserrat;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 121.7%;
	margin-top:16px;
	text-align:center;
}
.contacts-block-cont {
	margin-top:16px;
	color: #2B2B2B;
	text-align: center;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
}
.contacts-block-cont a{
	color:#3C59B6;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.contacts-block-wrapper>div {width:100%; padding:24px 32px;}
}

@media (max-width: 767px) {
	.contacts-block-cont {margin-top:8px; font-size: 12px;}
	.contacts-block-head {font-size: 18px;}
}

.contacts-rek-wrapper {
	border-left: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
}
.contacts-rek-row  {
	display:flex;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	padding:16px 24px;
	line-height: 140%
}
.contacts-rek-row div:first-child {
	width:40%;
	font-weight: bold;
}
.contacts-rek-row div:last-child {
	width:60%;
}
@media (max-width: 767px) {
.contacts-rek-wrapper {font-size: 15px; border-left:0;}
.contacts-rek-row {flex-wrap:wrap; border-right:0; padding:16px 16px;}
.contacts-rek-row div:first-child {	width:100%;}
.contacts-rek-row div:last-child { width:100%;}
}

.contacts-kard {
	display:flex;
	justify-content: center;
	align-items: center;
	padding: 32px 64px;
	background: #F0F0F0;

	color: #2B2B2B;
	font-family: Montserrat;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 121.7%;
	text-align:center;
}
.contacts-kard-icon {
	display: flex;
	width: 72px;
	height: 72px;
	justify-content: center;
	align-items: center;
	border-radius: 48px;
	background: #1C2954;
}
.contacts-kard>div:first-child {
	margin-right:24px;
	display: flex;
	justify-content: center;
}
@media (max-width: 767px) {
	.contacts-kard {flex-wrap:wrap; padding: 24px 64px;}
	.contacts-kard>div:first-child {width:100%; margin:0;}
	.contacts-kard>div:last-child {width:200px; margin-top:24px;}
}


