

/* Start:/local/templates/.default/components/bitrix/news/chmz_contacts/bitrix/news.list/.default/style.css?16453404143773*/
.regions-select-list {
	padding-bottom: 10px;
}

.regions-select-button {
	
}

.select-region {
	margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;	
}

.select-region a {
	
}

.select-region a:hover {
	
}

.main_url.main_btn.contacts_btn {
    background: transparent;
    color: #060606;
    text-transform: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 1px solid #ededed;
    font-size: 12px;
    font-weight: bold;
	position: absolute;
    bottom: 12px;	
}	

.main_url.main_btn.contacts_btn:hover {
	background: var(--main-color);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #ffffff;	
}

.contacts__item {
	padding: 0px;
}

.link.link_colored {
    font-size: 1.07rem;
    color: var(--main-color);
    cursor: pointer;	
}

.link.link_colored:hover {
	color: var(--main-color-hover);	
}

.contacts {
	padding-left: 8px !important;
    padding-right: 8px !important;
	margin-bottom: 22px;
}

.contacts .contacts-item {
	position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border: 1px solid #ededed;
	padding: 13px 12px 12px 12px;
	min-height: 300px;
}

.contacts__title {
	min-height: 75px;
}

.contacts__label {
    font-weight: bold;	
}

.contacts-table {
	margin-bottom: 50px;
}

.contacts-table .contacts-table-item {
    display: flex;
    margin-bottom: 0;
    padding: 9px 15px;	
}

.contacts-table .contacts-table-item:nth-child(2n+1) {
    background-color: #f6f6f6;
}

.contacts-table .contacts-table-item-info {
	padding-right: 25px;		
}

.contacts-table .contacts-table-item-button {
	padding-bottom: 0;
    position: relative;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: color 0.3s, stroke 0.3s, fill 0.3s;
    transition: color 0.3s, stroke 0.3s, fill 0.3s;
    cursor: pointer;
    margin-left: auto;	
}

.contacts-table .contacts-table-item-button .main_url.main_btn.contacts_btn {
	position: initial;	
}

.contacts-table-mobile {
	margin-bottom: 50px;
	display: none;
}

.contacts-table-mobile .contacts-table-item {
    display: block;
    margin-bottom: 0;
    padding: 9px 15px;	
}

.contacts-table-mobile .contacts-table-item:nth-child(2n+1) {
    background-color: #f6f6f6;
}

.contacts-table-mobile .contacts-table-item-info {
	
}

.contacts-table-mobile .contacts-table-item-button {
	padding-bottom: 0;
    position: relative;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: color 0.3s, stroke 0.3s, fill 0.3s;
    transition: color 0.3s, stroke 0.3s, fill 0.3s;
    cursor: pointer;
}

.contacts-table-mobile .contacts-table-item-button .main_url.main_btn.contacts_btn {
	position: initial;
    width: 100%;	
}

@media (max-width: 575px) {
	.contacts-table {
	  margin-bottom: 50px;
	  display: none;
	}
	
	.contacts-table-mobile {
		margin-bottom: 50px;
		display: block;
	}	
}
/* End */
/* /local/templates/.default/components/bitrix/news/chmz_contacts/bitrix/news.list/.default/style.css?16453404143773 */
