

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17822284072960*/
.bx-pagination {
	margin: 10px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	justify-content: center;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #317dc1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/banners-top/style.css?17822284071699*/
.banner-top-wrap {
	display: block;
	position: relative;
}
.banner-top-wrap .container {
	position: relative;
}
.banner-top-wrap .banner-top {
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 40% auto;
	line-height: 1;
	min-height: 90px;
	color: #0056a3;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.banner-top-wrap .banner-top-background {
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.banner-top-wrap .banner-top-title {
	font-family: "FedraSansProBook";
	font-size: 32px;
	margin-bottom: 5px;
}
.banner-top-wrap .banner-top-text {
	font-family: "FedraSansPro-Normal";
	font-size: 16px;
}
.banner-top-wrap .banner-top-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	max-width: 60%;
	padding: 15px 15px 15px 0;
}
@media (max-width: 900px) {
	.banner-top-wrap .banner-top-text {
		display: none;
	}
	.banner-top-wrap .banner-top-title {
		font-size: 24px;
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	.banner-top-wrap .banner-top-background {
		background-position: center left;
	}
}
@media (max-width: 400px) {
	.banner-top-wrap .banner-top-content {
		padding: 0;
	}
	.banner-top-wrap .banner-top-title {
		font-size: 18px;
	}
	.banner-top-wrap .banner-top {
		min-height: 80px;
	}
	.banner-top-wrap .banner-top-background {
		background-position: center;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/.default/style.css?1782228407996*/
.bx-breadcrumb {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.static-page .bx-breadcrumb {
	justify-content: flex-start;
	margin-bottom: 10px;
}
.bx-breadcrumb i {
	color: #b5bdc2;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 0;
    position: absolute;
    left: -2px;
    top: calc(50% - 6px);
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	padding: 10px;
    position: relative;
}
.bx-breadcrumb .bx-breadcrumb-item:first-child {
	padding-left: 0;
}
.bx-breadcrumb .bx-breadcrumb-item:last-child {
	padding-right: 0;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "FedraSansProBook";
	font-size: 12px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/.default/components/bitrix/news/linzamats/bitrix/catalog.filter/.default/style.css?17822284075174*/
.linzamats-map-filter {
	/*margin: 35px 0 0;*/
	padding-bottom: 35px;
	border-bottom: 1px solid #d8d8d8;
	opacity: 0;
}
.linzamats-map-filter form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.linzamat-cities-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	font-family: "FedraSansPro-Normal";
    font-size: 16px;
    font-weight: 400;
    min-width: 240px;
}
.linzamat-cities-list form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.linzamat-cities-list .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1;
	position: relative;
}
.linzamat-cities-list .select2-container {
	min-width: 300px;
}
.linzamat-cities-list .select2-container--default .select2-selection--single .select2-selection__rendered > span {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.linzamat-cities-list .select2-container--default .select2-selection--single .select2-selection__rendered > span svg + span {
	margin-left: 15px;
}
.linzamat-cities-list .select2-container--default .select2-selection--single .select2-selection__arrow .city-select-arrows {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.linzamats-map-filter .filter-search {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-grow: 1;
}
.linzamat-cities-list .select2-container--default .select2-selection--single,
.linzamats-map-filter .filter-search input {
	border: 1px solid #d8d8d8;
	border-radius: 15px;
	background-color: transparent;
	padding: 11px 20px;
	height: auto;
	outline: none;
}
.linzamats-map-filter .filter-search input {
	border-radius: 15px 0 0 15px;
	flex-grow: 1;
}
.linzamats-map-filter .filter-search .btn-orange {
	border-radius: 0 15px 15px 0;
	padding: 10px 25px;
	margin-left: -1px;
	border: 1px solid #FAAE5B;
	cursor: pointer;
	transition: color 300ms ease-in-out,
				border-color 300ms ease-in-out,
				background-color 300ms ease-in-out;
}
.linzamats-map-filter .filter-search .btn-orange:hover {
    background-color: #317DC1;
    border-color: #317DC1;
}
.linzamats-map-filter .filter-btn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	padding: 10px 20px;
	border: 1px solid #317DC1;
	cursor: pointer;
	margin: 0 35px;
	color: #317DC1;
	transition: color 300ms ease-in-out,
				border-color 300ms ease-in-out,
				background-color 300ms ease-in-out;
}
.linzamats-map-filter .filter-btn span {
	margin-left: 10px;
}
.linzamats-map-filter .filter-btn .svg-line {
	transition: fill 300ms ease-in-out;
}
.linzamats-map-filter .filter-btn .svg-oval {
	transition: fill 300ms ease-in-out,
				stroke 300ms ease-in-out;
}
.linzamats-map-filter .filter-btn:hover {
    background-color: #317DC1;
    border-color: #317DC1;
    color: white;
}
.linzamats-map-filter .filter-btn:hover .svg-line {
    fill: white;
}
.linzamats-map-filter .filter-btn:hover .svg-oval {
    fill: #317DC1;
    stroke: white;
}

.linzamat-cities-list .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	right: 10px;
}
.linzamat-cities-list .search-btn.btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    border: 1px solid white;
    background-color: white;
    border-radius: 0 15px 15px 0;
    margin-left: -1px;
    text-align: left;
    color: #202324;
    font-family: "FedraSansPro-Normal";
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
    position: relative;
    padding: 15px 55px 15px 35px;
}
.linzamat-cities-list .search-btn svg {
	width: 15px;
	height: auto;
	position: absolute;
	right: 15px;
	top: calc(50% - 5px);
}
.linzamat-cities-list .search-btn.btn:hover {
	background-color: transparent;
	color: white
}
.linzamat-cities-list .search-btn.btn svg path{
	fill: #317DC1;
	transition: fill 300ms ease-in-out;
}
.linzamat-cities-list .search-btn.btn:hover svg path {
	fill: white;
}
.linzamat-cities-list .city-select-arrows {
	display: none;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
/* End */


/* Start:/local/templates/linzi/js/select2/select2.min.min.css?178222840614933*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0%,#eee 50%);background-image:-o-linear-gradient(top,#fff 0%,#eee 50%);background-image:linear-gradient(to bottom,#fff 0%,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/* End */


/* Start:/local/components/ivit/linzamat.filter/templates/.default/style.css?17822284068981*/
#linzamat-popup-filter {
  display: none;
}
.mfp-content #linzamat-popup-filter {
  display: block;
}
.mfp-filter .mfp-content {
  max-width: 440px;
  padding: 0;
}
.mfp-filter .mfp-content .linzamat-popup-filter {
  padding: 25px;
}
.mfp-filter .mfp-content .mfp-close {
  top: 17px;
  right: 15px;
  opacity: 0.3;
  font-size: 40px;
}
.mfp-filter .mfp-content .mfp-close:hover {
  opacity: 1;
}

.filter-form-wrap .form-title {
  text-align: center;
  font-size: 22px;
  color: #317DC1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
.filter-form-wrap .form-title span {
  margin-left: 10px;
}
.filter-group-title {
  text-transform: uppercase;
  color: #7b8296;
  font-size: 15px;
}
.filter-group.checkbox .filter-field {
  font-size: 15px;
  color: #1f2025;
  padding: 5px;
  width: 50%;
  line-height: 1.1;
}
.filter-group.checkbox .filter-field-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.filter-group {
  padding: 15px 0;
}
.filter-group + .filter-group {
  border-top: 1px solid #d8d8d8;
}
.filter-group.checkbox .filter-group-title {
  margin-bottom: 10px;
}
.filter-group.checkbox .filter-field input[type="checkbox"] {
  display: none;
}
.filter-group.checkbox .filter-field input[type="checkbox"] + label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  cursor: pointer;
  position: relative;
  transition: color 300ms ease-in-out;
}
.filter-group.checkbox .filter-field input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #9dafc7;
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  transition: border-color 300ms ease-in-out;
}
.filter-group.checkbox .filter-field input[type="checkbox"] + label:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  position: absolute;
  top: 3px;
  left: 5px;
  border-radius: 3px;
  transition: background-color 300ms ease-in-out;
}
.filter-group.checkbox .filter-field input[type="checkbox"]:checked + label:after {
  background-color: #317DC1;
}
.filter-group.checkbox .filter-field input[type="checkbox"] + label:hover:before {
  border-color: #317DC1;
}
.filter-group.checkbox .filter-field input[type="checkbox"] + label:hover {
  color: #317DC1;
}
.filter-controls {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 10px;
}
.filter-controls * + * {
  margin-left: 25px;
}
.filter-controls .btn {
  font-weight: bold;
}
.filter-controls .btn.filter-clear {
  background-color: #f4f4f8;
  border-color: transparent;
  color: #a0a4ab;
}
.filter-controls .btn.filter-clear:hover {
  background-color: #317DC1;
  color: white;
}

.filter-group.products {
  padding-bottom: 10px;
  padding: 0;
}
.filter-group.products .filter-group-title {
  padding: 15px 0;
}
.filter-group.products .filter-field-list {
  border-top: 1px solid #d8d8d8;
}
.filter-group.products .filter-field .filter-product-name {
  font-size: 17px;
  padding: 7px 0;
}
/*.filter-group.products .filter-field {
  padding: 7px 0;
}
.filter-group.products .filter-field + .filter-field {
  border-top: 1px solid #d8d8d8;
}*/
.filter-group.products .filter-field .filter-product-name,
.filter-group.products .filter-group-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.filter-group.products .filter-group-title {
  cursor: pointer;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: -1px;
}
.filter-group.products .filter-field-list {
  display: none;
}
.filter-group.products .filter-field .filter-product-name:hover {
  cursor: pointer;
}
.filter-group.products .filter-field .filter-product-name span {
  transition: color 300ms ease-in-out;
  line-height: 1.1;
}
.filter-group.products .filter-field .filter-product-name:hover span {
  color: #317DC1;
}
.filter-group.products .title-button {
  width: 24px;
  height: 24px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.filter-group.products .title-button .title-button-add,
.filter-group.products .title-button.opened .title-button-close {
  display: inline-block;
  transition: opacity 300ms ease-in-out,
              filter 300ms ease-in-out;
}
.filter-group.products .title-button .title-button-add {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}
.filter-group.products .title-button.opened .title-button-add {
  display: none;
}
.filter-group.products .title-button .title-button-close {
  display: none;
  width: 50%;
  height: 50%;
  opacity: .5;
}
.filter-group.products .filter-field:hover .title-button .title-button-add,
.filter-group.products .filter-group-title:hover .title-button .title-button-add {
  filter: grayscale(0);
}
.filter-group.products .filter-field:hover .title-button .title-button-close,
.filter-group.products .filter-group-title:hover .title-button .title-button-close {
  opacity: 1;
}


.filter-product-variants-list .filter-product-add.btn-blue {
  padding: 5px 15px;
  width: 100%;
  background-color: transparent;
  color: #317DC1;
  font-weight: bold;
  margin-top: 10px;
}
.filter-product-variants-list .filter-product-add.btn-blue:hover {
  background-color: #317DC1;
  color: white;
}

.filter-product-variants-list {
  display: none;
  padding-bottom: 15px;
}
.filter-product-variants-list .filter-product-variant-wrap + .filter-product-variant-wrap {
  margin-top: 5px;
}
.filter-product-variant-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.variant-item {
  font-family: "FedraSansPro-Normal";
  font-size: 16px;
  user-select: none;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  line-height: 1.1;
  margin: 3px;
  border: 1px solid #317DC1;
  color: #317DC1;
  border-radius: 5px;
  min-width: 65px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 0 0 transparent;
  transition: background-color 300ms ease-in-out,
              border-color 300ms ease-in-out,
              box-shadow 300ms ease-in-out,
              opacity 300ms ease-in-out,
              color 300ms ease-in-out;
}
.variant-item:not(.disabled):hover {
  /*background-color: #317DC1;
  color: white;*/
  box-shadow: 0 0 7px 1px rgba(49, 125, 193, .6);
}
.variant-item.active {
  background-color: #317DC1;
  color: white;
}
.variant-item.disabled {
  border-color: #7b8294;
  color: #7b8294;
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.variant-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}


.filter-products-list-item.empty {
  display: none;
}
.filter-products-list-item {
  padding: 0 0 7px;
}
.filter-products-list-item .filter-products-list-item-name {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 17px;
  padding: 7px 0 0;
}
.filter-products-list-item-props {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 13px;
}
.filter-products-list-item-prop + .filter-products-list-item-prop {
  margin-left: 15px;
}
.filter-products-list-item-props .filter-products-list-item-prop .prop-name {
  color: #317DC1;
}
.filter-products-list-item .button-delete {
  padding: 5px;
  opacity: .5;
  display: inline-block;
  cursor: pointer;
  transition: opacity 300ms ease-in-out;
}
.filter-products-list-item .button-delete:hover {
    opacity: 1;
}
.filter-products-list-item:not(.empty) + .filter-products-list-item {
  border-top: 1px solid #d8d8d8;
}

@media (max-width: 520px) {
  .filter-group.checkbox .filter-field {
    width: 100%;
  }
  .variant-item {
    width: calc(33.33% - 6px);
  }
}
@media (max-width: 420px) {
  .filter-controls .btn {
    padding: 10px 15px;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/linzamats/bitrix/news.list/.default/style.css?17822284074812*/
#linzamat-map {
	min-height: 400px;
	height: 70vh;
	max-height: 500px;
	overflow: hidden;
}

.section-wrap.linzamats-map-wrap {
	padding: 35px 0;
}

body .workarea-content .pagetitle {
	margin-bottom: 0;
}

.linzamats-list .linzamat-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 15px;
	font-size: 14px;
}
.linzamats-list .linzamat-item {
	border-bottom: 1px solid #d8d8d8;
}
.linzamats-list .linzamat-item > div {
	width: 25%;
}
.linzamats-list .linzamat-item > * + * {
	margin-left: 35px;
}
.linzamats-list .linzamat-item .linzamat-item-metro {
	max-width: 200px;
	font-weight: bold;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}
.linzamats-list .linzamat-item .linzamat-item-metro .linzamat-metro-item {
	padding-left: 15px;
	position: relative;
}
.linzamats-list .linzamat-item .linzamat-item-metro .linzamat-metro-item span.metro-icon {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 8px;
    left: 2px;
}
.linzamats-list .linzamat-item .linzamat-item-address {
	font-weight: bold;
}
.linzamats-list .linzamat-item .linzamat-item-address,
.linzamats-list .linzamat-item .linzamat-item-vendor {
	flex-grow: 1;
}
.linzamats-list .linzamat-item .linzamat-item-schedule {
	max-width: 160px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

ymaps .linzamat-item-schedule-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
ymaps .linzamat-item-schedule-wrap b {
	margin-right: 5px;
}
ymaps .btn-linzamat {
	margin-top: 5px;
	width: 100%;
	padding: 5px 15px;
	display: block;
}
#linzamat-map ymaps [class$="-balloon__content"] {
	font-family: "Open Sans";
}

.btn-linzamat {
	display: inline-block;
	/*border: 1px solid #317DC1;*/
	text-align: center;
	border-radius: 5px;
	padding: 7px 14px;
	min-width: 110px;
	background-color: transparent;
	font-size: 14px;
	line-height: 1;
	color: #317DC1;
	transition: color 300ms ease-in-out,
				background-color 300ms ease-in-out;
}
.btn-linzamat:hover {
	background-color: #317DC1;
	color: white;
}
ymaps .btn-linzamat {
	border: 1px solid #317DC1;
}

.linzamats-empty-result {
	margin-top: 20px;
	font-size: 20px;
	text-align: center;
}

@media (max-width: 910px) {
	.linzamats-map-filter form {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.linzamats-map-filter .filter-search {
		width: 100%;
		margin-top: 15px;
	}
	.linzamat-cities-list {
		flex-grow: 1;
	}
	.linzamat-cities-list .select2-container {
		min-width: 100%;
	}
	.linzamats-map-filter .filter-btn {
		margin-right: 0;
		margin-left: 25px;
	}
}
@media (max-width: 820px) {
	.linzamats-list {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.linzamats-list .linzamat-item {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		width: 50%;
	}
	.linzamats-list .linzamat-item:nth-child(even) {
		border-left: 1px solid #d8d8d8;
	}
	.linzamats-list .linzamat-item > * + * {
		margin-left: 0;
	}
	.linzamats-list .linzamat-item > div {
		width: auto;
	}
	.linzamats-list .linzamat-item .linzamat-item-metro .linzamat-metro-item {
		padding: 0;
	}
}
@media (max-width: 720px) {
	.linzamats-list .linzamat-item {
		width: 100%;
		text-align: center;
	}
	.linzamats-list .linzamat-item:nth-child(even) {
		border-left: none;
	}
	.linzamats-list .linzamat-item .linzamat-item-schedule,
	.linzamats-list .linzamat-item .linzamat-item-address {
		margin-bottom: 10px;
	}
	.linzamats-list .linzamat-item .linzamat-item-metro .linzamat-metro-item {
		padding: 0;
	}
}

@media (max-width: 460px) {
	.linzamats-map-filter .filter-btn {
		margin-left: 0;
		margin-top: 15px;
		width: 100%;
	}
	.linzamats-map-filter .filter-search .btn-orange {
		padding: 10px 15px;
	}
	.linzamats-map-filter .filter-search input {
		max-width: calc(100% - 80px);
	}

	ymaps .btn-linzamat,
	ymaps .linzamat-balloon-boody {
		max-width: 280px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17822284072960 */
/* /local/templates/.default/components/bitrix/news.list/banners-top/style.css?17822284071699 */
/* /local/templates/.default/components/bitrix/breadcrumb/.default/style.css?1782228407996 */
/* /local/templates/.default/components/bitrix/news/linzamats/bitrix/catalog.filter/.default/style.css?17822284075174 */
/* /local/templates/linzi/js/select2/select2.min.min.css?178222840614933 */
/* /local/components/ivit/linzamat.filter/templates/.default/style.css?17822284068981 */
/* /local/templates/.default/components/bitrix/news/linzamats/bitrix/news.list/.default/style.css?17822284074812 */
