

/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1484875918585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/topol/components/bitrix/news.detail/city_detail/style.css?17684063113458*/
.map_filter-name {margin: 20px 0 30px;display: flex;align-items: center;}
.map_filter-name input {border: 1px solid rgba(0, 0, 0, .4);width:100%;max-width: 300px;font-size: 14px;padding: 10px 21px 10px 30px;border-radius: 30px;outline:none;}
.map_filter-name button {margin-left:10px;padding: 12px 32px;border-radius: 30px;}
.table-wrapper {position: relative;overflow: auto;}
.dealers-table {display:none;margin-top:40px;width:100%;}
.dealers-table.active {display:table;}
.dealers-table tr > *:first-child {width: 30%;}
.dealers-table tr > *:nth-child(2) {width: 25%;}
.dealers-table tr > *:nth-child(3) {width: 25%;}
.dealers-table tr > *:nth-child(4) {width: 20%;}
.dealers-table thead th, .dealers-table thead td {vertical-align: top;padding: 0 0.5rem 1rem 0.5rem;padding-bottom: 2rem;}
.dealers-table th {font-weight: 600;text-align: inherit;}
.dealers-table tbody tr:nth-child(odd) td:first-child {border-radius: 20px 0 0 20px;}
.dealers-table tbody tr:nth-child(odd) td:last-child {border-radius: 0 20px 20px 0;}
.dealers-table tbody tr:nth-child(odd) td {background: rgba(0, 0, 0, 0.03);}
.dealers-table tbody td:first-child {font-weight: 600;}
.dealers-table tbody td:first-child {padding-left: 1.125rem;}
.dealers-table tbody td {padding: 1.75rem;}
.dealers-table tbody td a {display: inline-block;color: #000;}
.ymaps-2-1-79-b-cluster-content__header {display:none !important;}
@media (max-width: 600px) {
	.map_filter-name {align-items:flex-start;flex-direction:column;}
	.map_filter-name button {margin-left:0;margin-top:10px;}
	.dealers-table {font-size:14px;}
        .dealers-table thead {
            display: none;
        }
        .dealers-table thead tr,
        .dealers-table tbody tr {
            display: flex;
            flex-direction: column;
            width: 100%;
            flex-basis: 100%;
        }
        .dealers-table tr > *:first-child {width: 100%;}
        .dealers-table tr > *:nth-child(2) {width: 100%;}
        .dealers-table tr > *:nth-child(3) {width: 100%;}
        .dealers-table tr > *:nth-child(4) {width: 100%;}
        .dealers-table tbody tr:nth-child(odd) td:first-child {border-radius: 0;}
        .dealers-table tbody tr:nth-child(odd) td:last-child {border-radius: 0;}
        .dealers-table tbody td a {
            display: block;
            color: #000;
        }
}

.filter-wrapper {
    position: relative;
    max-width: 320px;
    margin-top: 45px;
    margin-bottom: 20px;
}

.filter-select {
    width: 100%;
    height: 44px;
    padding: 0 44px 0 14px;
    font-size: 14px;
    line-height: 44px;
    color: #333;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 6px;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* стрелка */
.filter-wrapper::after {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}

/* фокус */
.filter-select:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

/* hover */
.filter-select:hover {
    border-color: #bdbdbd;
}

/* disabled */
.filter-select:disabled {
    background-color: #f5f5f5;
    color: #999;
    cursor: not-allowed;
}

/* End */


/* Start:/local/templates/topol/components/bitrix/catalog.section.list/popup/style.css?17264805093764*/
.sections-popup {
	margin-bottom: 40px;
}
.sections-popup .pb_zag {
	margin-bottom: 0;
	font-size: 16px;
	margin-right: 12px;
}
.sections-popup .popup-modal {
	position: relative;
	color: #357CBC;
	border-radius: 30px;
	border: 1px solid #357CBC;
	transition: all 0.2s ease 0s;
	font-size: 16px;
    line-height: 1;
	padding: 14px 44px 14px 30px;
	font-weight: 500;
    font-family: 'FuturaDemiC';
}
.sections-popup .popup-modal::after {
	content: '';
	position: absolute;
	top: 16px;
	right: 24px;
	width: 12px;
	height: 12px;
	background-image: url(/images/csa21.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.sections-popup .popup-modal:hover {
	background-color: transparent;
	color: #357CBC;
}
.sections-popup .popup-modal:hover,
.sections-popup .popup-modal:focus {
	outline: none;
	text-decoration: none;
}
.smodal-container {
	position: relative;
	background-color: #FFFFFF;
	max-width: 600px;
    margin: 0 auto;
	color: #2d2d2d;
}
.smodal__head {
	display: flex;
	justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
}
.smodal__title {
	font-family: DINproRegular, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
	white-space: nowrap;
	margin: 0;
}
.popup-modal-dismiss {
    display: block;
    font-size: 12px;
    line-height: 1;
    border-bottom: 1px dashed #2d2d2d;
    cursor: pointer;
	margin-top: 7px;
    padding-bottom: 1px;
    position: relative;
    top: -1px;
	font-family: DINproRegular, sans-serif;
}
.scroll-block {
	overflow-y: scroll;
	max-height: 300px;
	min-height: 300px;
}
.scroll-block::-webkit-scrollbar {
  width: 3px;
}
.scroll-block::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scroll-block::-webkit-scrollbar-thumb {
  background: #999;
}
.scroll-block::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.region-selector {
	display: flex;
}
.region-selector .region-selector__left,
.region-selector .region-selector__right {
	flex: 0 0 50%;
	overflow: hidden;
	margin-bottom: 10px;
}
.region-selector__label {
	font-size: 12px;
	display: block;
	line-height: 1;
	padding: 10px 10px 0;
	font-family: DINproRegular, sans-serif;
}
.region-selector__parents p,
.region-selector__childs a {
	display: block;
	position: relative;
	padding: 10px;
	margin: 0;
	font-family: DINproRegular, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
	cursor: pointer;
	color: #2d2d2d;
}
.region-selector__parents p.selected {
	background-color: #f7f7f7;
}
.region-selector__childs a {
	padding-right: 12px;
}
.region-selector__childs a:hover,
.region-selector__childs a:focus,
.region-selector__childs a:active {
	text-decoration: none;
	outline: none;
	color: #2d2d2d;
}
.region-selector__childs a::after {
	content: "";
	position: absolute;
	top: 15px;
	right: 10px;
	width: 14px;
	height: 14px;
	border: 1px solid #e7e7e7;
	border-radius: 50%;
}
.region-selector__childs a::before {
	content: "";
	position: absolute;
	top: 18px;
	right: 13px;
	width: 8px;
	height: 8px;
	background-color: #357CBC;
	border-radius: 50%;
	display: none;
}
.region-selector__childs a.selected::before {
	display: block;
}
.region-search {
	padding: 10px;
	border-bottom: 1px solid #f1f1f1;
}
.region-search__label {
	display: block;
	font-size: 12px;
    margin-bottom: 5px;
	font-family: DINproRegular, sans-serif;
}
.region-search input {
	width: 100%;
    color: #696969;
    background-color: #f7f7f7;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    padding: 5px 5px;
    outline: none;
	font-family: DINproRegular, sans-serif;
	line-height: 1.5;
}
.mfp-bg {
	opacity: .3 !important;
}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1484875918585 */
/* /local/templates/topol/components/bitrix/news.detail/city_detail/style.css?17684063113458 */
/* /local/templates/topol/components/bitrix/catalog.section.list/popup/style.css?17264805093764 */
