

/* Start:/local/templates/novus/css/jquery.formstyler.css?16571093842174*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 4;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/novus/css/where-buy.css?16450890832506*/
.change-city {
    max-width: 100%;
	
}
.change-city .jq-selectbox__select,
.change-city .jq-selectbox__search input {
	border: 1px solid grey;
    padding: 15px;
    width: 400px;
    max-width: 100%;
}

.change-city.opened .jq-selectbox__search input {
	border: none;
	border-bottom: 1px solid grey;;
}

.change-city .jq-selectbox__dropdown {
	background: white;
	width: 100%;
	top: 0!important;
	border: 1px solid grey;
}

.change-city .jq-selectbox__dropdown ul {
	margin: 0;
}

.change-city .jq-selectbox__dropdown ul li {
	padding: 10px;
}

.change-city .jq-selectbox__dropdown ul li:hover {
	background: #eaeaea;
	cursor: pointer;
}

.change-city .jq-selectbox__dropdown ul li:last-child {
	margin-bottom: 0;
}

.body_content .change-city ul li:before {
	content: none;
}
.change-city .jq-selectbox__search {
	display: block!important;
}
.change-city .jq-selectbox__search input{
	width: 100%;
	box-sizing: inherit;
}

.jq-selectbox.jqselect.change-city .jq-selectbox__select:after {
	content: ' ';
	position: absolute;
	width: 15px;
    height: 15px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    transform: rotate(45deg);
    top: 30%;
    right: 20px;
}

.jq-selectbox.jqselect.change-city.opened:after {
	content: ' ';
	position: absolute;
	width: 15px;
    height: 15px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    transform: rotate(225deg);
    top: 45%;
    right: 20px;
}

.where-buy .address-block {
	
}

.where-buy .address-items,
.where-buy #map-city {
	height: 400px;
}

.where-buy .address-items {
	overflow-y: scroll;
	box-shadow: 0px 20px 20px 4px #e0dcdc;
	border-radius: 5px;
}

.address-items .adrress-point {
	padding: 20px 20px;
    border-bottom: 1px solid #d8d8d8;
}

.address-items .adrress-point > div {
	position: relative;
	padding-left: 35px;
	font-size: 14px;
}

.address-items .adrress-point > div > span[class*="icon-"] {
	position: absolute;
	left: 0;
	color: #5ac9dc;
	font-size: 18px;
}

.address-items .text-not-element {
	padding: 30px 15px;
    font-size: 22px;
}

.where-buy .address-items::-webkit-scrollbar {
  width: 5px;
}

.where-buy .address-items::-webkit-scrollbar-track {
  background: #ffffff; 
}

.where-buy .address-items::-webkit-scrollbar-thumb {
  background: #a8a8a8; 
}

.where-buy .address-items::-webkit-scrollbar-thumb:hover {
  background: #646373; 
}

/* End */


/* Start:/local/templates/novus/components/bitrix/system.pagenavigation/.default/style.css?1669301679745*/
div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }

/* End */


/* Start:/local/templates/novus/components/bitrix/news.list/market/style.css?1688555369257*/
.market-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.market-list .market-item {
	width: 23%;
}
@media screen and (max-width: 767px) {
	.market-list .market-item {
		width: 49%;
		margin-bottom: 5px;
	}
}
/* End */
/* /local/templates/novus/css/jquery.formstyler.css?16571093842174 */
/* /local/templates/novus/css/where-buy.css?16450890832506 */
/* /local/templates/novus/components/bitrix/system.pagenavigation/.default/style.css?1669301679745 */
/* /local/templates/novus/components/bitrix/news.list/market/style.css?1688555369257 */
