

/* Start:/bitrix/templates/teamb_topprom/components/bitrix/news.list/contacts_page/style.css?17375456162109*/
.contacts-main__info-block{
	display: flex;
	height: 100%;
	flex-direction: column;	
	/*justify-content: center;*/
}
.phone {
    color: #DD162A; /* Черный цвет текста */
    text-decoration: none; /* Убираем подчеркивание */
}
.phone-link img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle; /* Выравнивание по середине */
     margin-top: 3px; /*  Опускаем иконку вниз */
}
.email-link img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle; /* Выравнивание по середине */
     margin-top: 3px; /*  Опускаем иконку вниз */
}
.phone-link {
    color: #000;
    display: inline-flex;
    font-weight: normal;
    align-items: center;
    transition: text-decoration 0.3s ease;
}

.email-link {
    color: #DD162A;
    display: inline-flex;
    margin-right: 5px;
    align-items: center;
    transition: text-decoration 0.3s ease;
}
.phone-link:hover {
    text-decoration: underline; /* Добавляем подчеркивание */
}
.email-link:hover {
    text-decoration: underline; /* Добавляем подчеркивание */
}

.email {
    color: #DD162A; /* Черный цвет текста */
    text-decoration: none; /* Убираем подчеркивание */
    
}
.contacts-main__map{
	filter: grayscale(100%);
	max-height: 430px;
	padding-right: 75px;
}
.contacts-main__map iframe{
	
	max-height: 430px;
}
.contacts-main__info-block_main{
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-family: var(--font-family-2);
	font-size: 15px;
	line-height: 26px;
	margin: 0px 0 50px;
}
.contacts-main__info-block_main a{
	color: var(--text-color);
	text-decoration: none;
}
.contacts-main__info-block_main a[href^="tel:"]{
	font-weight: 550;
}

@media(max-width: 991px){
	.contacts-main__map{
		margin-bottom: 40px;
		padding-right: 0px;
	}
	.contacts-main__map iframe{
		max-height: 300px;
	}
}
/* End */
/* /bitrix/templates/teamb_topprom/components/bitrix/news.list/contacts_page/style.css?17375456162109 */
