

/* Start:/local/templates/main/css/contacts.css?17285431433314*/
.section_contacts {
    padding-bottom: 55px;
}

#contacts_map {
    height: 450px;
}

.contacts_info {
    color: var(--color-white);
    background-color: var(--color-blue-100);
}

.contacts_info_line {
    padding: 20px 10px 20px 0;
}

.contacts_info_line + .contacts_info_line {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.contacts_info_company_name {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
}

.contacts_info_unit {
    display: grid;
    grid-template-columns: 50px auto;
    font-size: 12px;
    margin-left: 10px;
}

.contacts_info_unit + .contacts_info_unit {
    padding-top: 1.4em;
}

.contacts_info_unit_caption {
    align-self: center;
}

.contacts_info_unit_title {
    font-weight: 700;
    line-height: 140%;
}

.contacts_info_unit_icon {
    display: flex;
    justify-content: center;
}

.contacts_info_unit_icon img {
    display: inline-block;
    max-width: 31px;
    max-height: 31px;
    height: auto;
    vertical-align: middle;
}

.contacts_info_unit_text {
    line-height: 140%;
}

.contacts_info_unit_text > * {
    color: var(--color-white);
}

.contacts_info_dealers_list {
    line-height: 1;
}

.contacts_info_dealers_list > a {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: var(--color-white);
    text-decoration: underline;
    text-transform: uppercase;
}

.contacts_info_req {
    line-height: 150%;
}

.contacts_upload_req {
    display: flex;
    font-weight: 400;
    line-height: 150%;
    color: var(--color-white);
    align-items: center;
    margin-top: 20px;
}

.contacts_upload_req > span {
    line-height: 1;
    display: inline-block;
    margin-left: 10px;
    text-decoration: underline;
}

@media (min-width: 480px) {
    .section_contacts {
        padding-bottom: 75px;
    }

    #contacts_map {
        height: 590px;
    }

    .contacts_info_line {
        padding: 25px 20px 25px 0;
    }

    .contacts_info_company_name {
        font-size: 20px;
    }

    .contacts_info_unit {
        font-size: 14px;
        grid-template-columns: 80px auto;
    }

    .contacts_info_unit_icon img {
        max-width: 41px;
        max-height: 41px;
    }
}

@media (min-width: 768px) {
    .section_contacts {
        padding-bottom: 65px;
    }

    #contacts_map {
        height: 800px;
    }

    .contacts_info_company_name {
        font-size: 25px;
    }

    .contacts_info_unit {
        grid-template-columns: 100px auto;
        font-size: 16px;
    }

    .contacts_info_unit_icon img {
        max-width: 55px;
        max-height: 54px;
    }

    .contacts_upload_req {
        font-size: 14px;
        margin-top: 25px;
    }
}

@media (min-width: 1280px) {
    .section_contacts {
        padding-bottom: 100px;
    }

    #contacts_map {
        height: 100%;
    }

    .contacts {
        display: grid;
        grid-template-columns: 510px auto;
    }
}

@media (min-width: 1620px) {
    .section_contacts {
        padding-bottom: 100px;
    }

    #contacts_map {
        height: 100%;
    }

    .contacts {
        grid-template-columns: 620px auto;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.detail/contacts/style.css?17520510681735*/
.bx-yandex-view-layout, .bx-yandex-view-map {
	height: 500px;
}

.contacts_header {
	background-color: #007BBF;
	color: #fff;
}

.contacts_tabs {
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-weight: 700;
	color: #d62327;
}

.contacts_tabs__item {
	background-color: #fff;
	/* height: -webkit-fill-available; */
	display: flex;
	text-align: center;
	align-items: center;
	padding: 0 20px;
	cursor: pointer;
}

.contacts_tabs__item.active {
	display: flex;
	opacity: .5;
}

.contacts-content {
	display: none;
}

.contacts-content.active {
	display: block;
}

.dealers-list {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.contacts_info_unit.contacts-orders {
	padding-bottom: 25px;
}

#contacts-info1 {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

@media(max-width: 1280px) {
	.contacts_header {
		display: flex;
		flex-direction: column;
		row-gap: 20px;
	}

	.contacts_tabs__item {
		padding: 20px;
	}

	.contacts_tabs {
		flex-wrap: wrap;
		column-gap: 20px;
		row-gap: 20px;
	}
}

@media(max-width: 1000px) {
	.contacts_tabs {
		flex-direction: column;
		align-items: flex-start;
		margin-left: 20px;
	}
}

@media (min-width: 480px) {
	.bx-yandex-view-layout, .bx-yandex-view-map {
		height: 590px !important;
	}
}

@media (min-width: 768px) {
	.bx-yandex-view-layout, .bx-yandex-view-map {
		height: 800px !important;
	}
}

@media (min-width: 1280px) {
	.bx-yandex-view-layout, .bx-yandex-view-map {
		height: 100% !important;
	}

	.contacts_header {
		display: grid;
		grid-template-columns: 510px auto;
	}
}

@media (min-width: 1620px) {
	.bx-yandex-view-layout, .bx-yandex-view-map {
		height: 100% !important;
	}

	.contacts_header {
		grid-template-columns: 620px auto;
	}
}








/* End */
/* /local/templates/main/css/contacts.css?17285431433314 */
/* /local/templates/main/components/bitrix/news.detail/contacts/style.css?17520510681735 */
