

/* Start:/local/templates/main/components/bitrix/news.list/contact/style.css?17592365561487*/
.contact_icon {
	fill:#272727;
	fill-rule: evenodd;
}

.contact_email {
	color:#272727; 
	text-decoration:none;
}

.contact_phone{
	color:#000;
	text-decoration:none;
}

.contacts-section {
    padding-top: 3.75rem;
    padding-bottom: 9.25rem;
}

.contacts-section-name .col h2{
    margin-bottom: 1.875rem;
}

.contacts-section-name div{
    font-weight: 500;
    font-size: 2.375rem;
    color: #222222;
}

.map {
    border-radius: 1.875rem;
    overflow: hidden;
	height: 100%;
}

.contacts-card {
    background-color: #F6F6F6;
    border: solid .0625rem #E0E0E0;
    border-radius: 1.875rem;
    padding: 1.875rem;
    width: 100%;
    height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.contact-image-container {
    max-width: fit-content;
    padding: .25rem;
    background-color: #FFFFFF;
    border-radius: .5769rem;
    margin-bottom: .625rem;
}


@media (max-width: 1200px) {
	.contacts-section {
        padding-top: 2rem;
        padding-bottom: 4.5rem;
    }
}

@media (max-width: 992px) {
    .map {
        min-height: 390px;
    }
}

@media(max-width: 768px) {
   .contacts-number {
        margin-top: .9375rem;
        margin-bottom: .9375rem;
   }

   .map {
		max-height: 24.375rem;
	}
}

@media (max-width: 576px) {
	.contacts-card {
        padding: .625rem;
    }

    .contacts-image-col {
        padding-right: .375rem;
    }

    .contacts-section {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

}
/* End */
/* /local/templates/main/components/bitrix/news.list/contact/style.css?17592365561487 */
