

/* Start:/local/templates/o2/components/bitrix/catalog/bootstrap_v4/style.css?1775550356900*/
.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}

.catalog-arenda .smart-filter {display: none;}
/* End */


/* Start:/local/templates/o2/components/bitrix/catalog.smart.filter/custom/style.css?17755483868307*/
.smart-filter-parameters-box {
	margin-bottom: 30px;
}

.smart-filter-parameters-box-title-text {
	font: 500 18px/28px 'Onest', sans-serif;
	color: #1F1F1F;
	margin-bottom: 20px;
	display: inline-block;
}

.smart-filter-parameters-box:has(.max-price) .smart-filter-parameters-box-title-text {
	margin-bottom: 7px;
}

.smart-filter-title {
	font: 500 22px/32px 'Onest', sans-serif;
	color: #1F1F1F;
	margin-bottom: 30px;
}

.smart-filter-input-group-number {
	display: flex;
	flex-direction: column-reverse;
	gap: 7px;
}

.smart-filter-input-group-number .form-control {
	width: 110px;
	height: 50px;
	border: 1px solid #0000004D;
	border-radius: 4px;
	font: 400 16px/26px 'Onest', sans-serif;
	color: #1F1F1F;
	text-align: center;
}

.smart-filter-input-group-number .d-flex {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: space-between;
}

.smart-filter-input-group-number .delimeter {
	font: 400 16px/26px 'Onest', sans-serif;
	color: #1F1F1F;
}

/*region TRACK FOR TYPE NUMBER*/

.smart-filter-slider-track-container {
	overflow: hidden;
	padding: 25px 18px 25px;
}

.smart-filter-slider-track {
	position: relative;
	height: 7px;
	background: #e7e7e7;
}

.smart-filter-slider-ruler {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	display: none;
	background: #a2bfc7;
}

.smart-filter-slider-ruler.p1 { left: -1px; }

.smart-filter-slider-ruler.p2 { left: 25%; }

.smart-filter-slider-ruler.p3 { left: 50%; }

.smart-filter-slider-ruler.p4 { left: 75%; }

.smart-filter-slider-ruler.p5 { right: -1px; }

.smart-filter-slider-ruler span {
	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	margin-left: -50px;
	width: 100px;
	color: #000;
	text-align: center;
	font-size: 11px;
}

.smart-filter-slider-ruler.p2 span,
.smart-filter-slider-ruler.p3 span,
.smart-filter-slider-ruler.p4 span { color: #6b8086; }

.smart-filter-slider-range { z-index: 50; }

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}

.smart-filter-slider-price-bar { z-index: 100; }

.smart-filter-slider-price-bar-vd {
	z-index: 60;
	background: #b1b1b1;
}

.smart-filter-slider-price-bar-vn {
	z-index: 70;
	background-color: var(--theme-color-light); }

.smart-filter-slider-price-bar-v {
	z-index: 80;
	background-color: var(--theme-color-primary);
}

.smart-filter-slider-handle {
	position: absolute;
	top: 50%;
	width: 25px;
	aspect-ratio: 1/1;
	background: #208BD9;
	box-shadow: 0px 2px 8px 0px #00000026;
	border-radius: 100%;
}

.smart-filter-slider-range {
	z-index: 100;
}

.smart-filter-slider-handle:hover {
	cursor: grab;
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
}

.smart-filter-slider-handle:active {
	cursor: grabbing;
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
}

.smart-filter-slider-handle.left {
	left: 0;
	transform: translate(-50%, -50%);
}

.smart-filter-slider-handle.right {
	right: 0;
	transform: translate(50%, -50%);
}

.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-v {
	background: rgb(22 121 194 / 46%);
}

.smart-filter-slider-price-bar-vn {
	background: rgb(29 134 213 / 26%)
}

.smart-filter-slider-track,
div[class^='smart-filter-slider-price-bar'] {
	border-radius: 18px;
}

/*endregion*/

/*
* 	Result Popup
*
*/

.smart-filter-parameters-box { position: relative; }

/*
* 	Result Popup
*
*/

.smart-filter-popup-result {
	position: absolute;
	z-index: 915;
	display: none;
	margin-top: -9px;
	margin-left: 10px;
	padding: 0 10px;
	min-height: 37px;
	border: 1px solid #c6dce7;
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}

.smart-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/o2/components/bitrix/catalog.smart.filter/custom/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/o2/components/bitrix/catalog.smart.filter/custom/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/o2/components/bitrix/catalog.smart.filter/custom/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/o2/components/bitrix/catalog.smart.filter/custom/images/result_popup_left.png) 4 20 4 4 fill repeat;
}

.smart-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/o2/components/bitrix/catalog.smart.filter/custom/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/o2/components/bitrix/catalog.smart.filter/custom/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/o2/components/bitrix/catalog.smart.filter/custom/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/o2/components/bitrix/catalog.smart.filter/custom/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.smart-filter-popup-result.right { left: 97%; }

.smart-filter-popup-result.left { right: 103%; }

.smart-filter-horizontal .smart-filter-popup-result {
	position: relative;
	right: auto;
	bottom: -7px;
	left: auto;
	display: inline-block;
}

.smart-filter-popup-result a {
	color: #0073a3;
	line-height: 10px;
}

.smart-filter-popup-result a:hover { text-decoration: none; }

.smart-filter-popup-result-close { display: none; }

@media (max-width: 767px) {
	.bx-touch .smart-filter-popup-result {
		position: fixed !important;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		z-index: 1001;
		margin-top: 0;
		margin-left: 0;
		padding: 10px;
		width: auto;
		height: auto;
		border: 1px solid #c6dae7;
		border-radius: 2px;
		background: rgba(255, 255, 255, .9);
		font-size: 12px;
		line-height: 14px;
	}

	.bx-touch .smart-filter-popup-result br { display: none; }

	.smart-filter-popup-result .arrow { display: none; }
}

.smart-filter-input-group-checkbox-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font: normal 16px/26px 'Onest', sans-serif;
	color: #444444;
}

.smart-filter-input-group-checkbox-list input {
	display: none;
}

.smart-filter-input-group-checkbox-list label {
	display: flex;
	align-items: center;
	gap: 15px;
	cursor: pointer;
	position: relative;
}

.smart-filter-input-group-checkbox-list label.disabled {
	opacity: .5;
}

.smart-filter-input-group-checkbox-list label::before {
	content: "";
	display: block;
	width: 26px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
	border: 1px solid #0000004D;
	border-radius: 4px;
}

.smart-filter-input-group-checkbox-list input:checked + label::before {
	border: 2px solid #208BD9
}

.smart-filter-input-group-checkbox-list input:checked + label::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 7px;
	transform: translate(0, -50%);
	width: 11.5px;
	height: 9.5px;
	background: url(/local/templates/o2/components/bitrix/catalog.smart.filter/custom/images/check.svg) center/cover no-repeat;
}

.smart-filter-button-box .smart-filter-parameters-box-container {
	display: flex;
	align-items: center;
	gap: 15px;
}

.smart-filter {
	max-width: 242px;
}

.open-mobile-filters {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9.5px;
	border: 2px solid #208BD9;
	border-radius: 8px;
	width: 100%;
	cursor: pointer;
	transition: .4s ease;
}

.open-mobile-filters .text {
	font: 500 16px/26px 'Onest', sans-serif;
	color: #208bd9;
}

.open-mobile-filters::before {
	display: block;
	width: 26px;
	content: "";
	aspect-ratio: 1/1;
	flex-shrink: 0;
	background: url(/local/templates/o2/components/bitrix/catalog.smart.filter/custom/images/filter.svg) center/cover no-repeat;
}

.open-mobile-filters:hover .text {
	color: white;
}

.open-mobile-filters:hover::before {
	filter: brightness(15)
}

.open-mobile-filters:hover {
	background: #208bd9;
}

@media (max-width: 1024px) {
	.smart-filter {
		max-width: 226px;
	}
	.smart-filter-input-group-number .form-control {
		max-width: 100px;
	}
}

@media (min-width: 768px) {
	.open-mobile-filters,
	.mobile-btn-close-filter {
		display: none;
	}
}

@media (max-width: 767px) {
	.smart-filter {
		position: fixed;
		background: white;
		top: 0;
		left: -100%;
		max-width: none;
        z-index: 2000;
        transition: .4s ease;
        width: 100%;
        padding: 20px;
		max-height: 100%;
		overflow: auto;
	}

	.smart-filter.expanded {
		left: 0;
	}

	.mobile-btn-close-filter {
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 2020;
		cursor: pointer;
		transition: .4s ease;
		cursor: pointer;
	}

	.mobile-btn-close-filter:hover {
		transform: translateY(-2px);
	}
}

@media (max-width: 450px) {
	.smart-filter-button-box .smart-filter-parameters-box-container {
		flex-wrap: wrap;
	}
}
/* End */


/* Start:/local/templates/o2/components/bitrix/catalog.section/catalog-list/style.css?17778810119336*/
.bordered {border: 1px solid rgba(0, 0, 0, 0.1);border-radius:8px;}
.height-100 {height: 100%;}
.shadow-hovered {transition: box-shadow ease 0.3s, border ease 0.3s, background ease 0.3s;}
.shadow-hovered:hover {box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);}
.catalog .catalog-items {grid-template-columns: repeat(4, 1fr);gap: 40px;display: grid;margin:0 0 40px;}
.catalog .catalog-block__item {padding:20px;box-sizing: border-box;height: 100%;}
.catalog .catalog-block__item .catalog-block__info .catalog-block__title {margin-bottom:20px;margin-top: 20px;}
.catalog .catalog-block__item .catalog-block__info .name-item {display:block;color: rgba(31, 31, 31, 1);font-size: 16px;text-align: center;}
.catalog .catalog-block__item .catalog-block__info .name-item:hover {color:rgba(32, 139, 217, 1);}
.catalog .catalog-block__item .catalog-block__info .price {text-align: center;font-size: 20px;color: rgba(31, 31, 31, 1);font-weight: 600;margin-bottom: 20px;}
.catalog .catalog-block__item .catalog-block__info .btn {margin-bottom: 10px;}
.catalog .catalog-block__item .catalog-block__info .btn:last-child {margin-bottom: 0px;}
.catalog .catalog-block__item .image-list .preview-img {max-width:100%;position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  transition: opacity 0.2s ease-in-out;
  left: 0px;
  right: 0px;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;}
.image-list__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sticker {
  position: absolute;
  z-index: 3;
  top: 0px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  gap:10px;
}
.performance {position: absolute;
  z-index: 3;
  top: 0px;
  left: 0;
  display: flex;
  font-size: 16px;color: rgba(31, 31, 31, 1);font-weight: 600;background: rgba(238, 238, 238, 0.7);padding: 5px 12px;border-radius:8px;
}
.sticker--hit {font-size: 16px;font-weight: 600;color: rgba(255, 255, 255, 1);background: rgba(55, 195, 125, 1);padding: 5px 12px;border-radius: 8px;text-align: center;}
.sticker--action {font-size: 16px;font-weight: 600;color: rgba(255, 255, 255, 1);background: rgba(207, 21, 61, 1);padding: 5px 12px;border-radius: 8px;text-align: center;}
.image-list {
  position: relative;
  padding-top: 100%;
  margin: 0px auto;
  text-align: center;
  zoom: 1;
  display: block;
  width: 100%;
}

.catalog .catalog-section-wrapper {
  display: flex;
  align-items: start;
  gap: 70px;
}

@media screen and (max-width: 1280px) {
	.catalog .catalog-items {grid-template-columns: repeat(3, 1fr);}
}
@media screen and (max-width: 360px) {
	.catalog .catalog-items {grid-template-columns: repeat(2, 1fr);}
}

@media (max-width: 767px) {
  .catalog .catalog-section-wrapper {
    flex-direction: column;
  }
}

.catalog-page .catalog-items {grid-template-columns: repeat(5, 1fr);gap: 40px;display: grid;margin:0 0 40px;}
.catalog-page .catalog-block__item {padding:20px;box-sizing: border-box;height: 100%;}
.catalog-page .catalog-block__item .catalog-block__info .catalog-block__title {margin-bottom:30px;}
.catalog-page .catalog-block__item .catalog-block__info .name-item {display:block;color: rgba(31, 31, 31, 1);font-size: 16px;text-align: center;}
.catalog-page .catalog-block__item .catalog-block__info .name-item:hover {color:rgba(32, 139, 217, 1);}
.catalog-page .catalog-block__item .catalog-block__info .price {text-align: center;font-size: 20px;color: rgba(31, 31, 31, 1);font-weight: 600;margin-bottom: 20px;}
.catalog-page .catalog-block__item .catalog-block__info .btn {margin-bottom: 10px;}
.catalog-page .catalog-block__item .catalog-block__info .btn:last-child {margin-bottom: 0px;}
.catalog-page .catalog-block__item .image-list .preview-img {max-width:100%;position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  transition: opacity 0.2s ease-in-out;
  left: 0px;
  right: 0px;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;}
.image-list__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sticker {
  position: absolute;
  z-index: 3;
  top: 0px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  gap:10px;
}
.performance {position: absolute;
  z-index: 3;
  top: 0px;
  left: 0;
  display: flex;
  font-size: 16px;color: rgba(31, 31, 31, 1);font-weight: 600;background: rgba(238, 238, 238, 0.7);padding: 5px 12px;border-radius:8px;
}
.sticker--hit {font-size: 16px;font-weight: 600;color: rgba(255, 255, 255, 1);background: rgba(55, 195, 125, 1);padding: 5px 12px;border-radius: 8px;text-align: center;}
.sticker--action {font-size: 16px;font-weight: 600;color: rgba(255, 255, 255, 1);background: rgba(207, 21, 61, 1);padding: 5px 12px;border-radius: 8px;text-align: center;}
.image-list {
  position: relative;
  padding-top: 100%;
  margin: 0px auto;
  text-align: center;
  zoom: 1;
  display: block;
  width: 100%;
}
.catalog-block__item .catalog-block__info-top .block-price {display: flex;justify-content: space-between;margin-bottom: 20px;}
.catalog-block__item .catalog-block__info-top .block-price .block-price__item {font-size: 14px;color: rgba(68, 68, 68, 1);text-align: center;}
.catalog-block__item .catalog-block__info-top .block-price .block-price__item .price {font-size: 18px;margin: 0;}
.catalog-arenda .catalog-page .catalog-block__item .catalog-block__info-bottom {flex-direction:row;justify-content: space-between;}
.catalog-arenda .catalog-page .catalog-block__item .catalog-block__info-bottom .btn {width: calc(50% - 5px);padding: 0;}
.catalog-page .catalog-block__item {word-break: break-word;}
.catalog-arenda .open-mobile-filters {display:none;}
.catalog .smart-filter-button-box .smart-filter-parameters-box-container {flex-direction: column;}
.catalog .smart-filter-button-box .smart-filter-parameters-box-container .btn {width:100%;background:#fff;}
.catalog .smart-filter-button-box .smart-filter-parameters-box-container .btn:hover {width:100%;background: rgb(32, 139, 217);}
.catalog .smart-filter-parameters-box-title-text {font-size:16px;margin-bottom: 10px;}

@media screen and (max-width: 1540px) {
	.catalog .catalog-block__item .catalog-block__info-bottom .btn {padding:0;}
}
@media screen and (max-width: 1480px) {
	.catalog-arenda .catalog-page .catalog-block__item .catalog-block__info-bottom {flex-direction: column;}
	.catalog-arenda .catalog-page .catalog-block__item .catalog-block__info-bottom .btn {width: 100%;}
}

@media screen and (max-width: 1360px) {
	.catalog .catalog-items {grid-template-columns: repeat(3, 1fr);}
	.catalog-page .catalog-items {grid-template-columns: repeat(4, 1fr);}
	.catalog-arenda .catalog-page .catalog-block__item .catalog-block__info-bottom {flex-direction: row;}
	.catalog-arenda .catalog-page .catalog-block__item .catalog-block__info-bottom .btn {width: calc(50% - 5px);}
	
}
@media screen and (max-width: 1280px) {
	.catalog .catalog-items {gap:20px;}
	.catalog-page .catalog-items {grid-template-columns: repeat(4, 1fr);}
	
}
@media screen and (max-width: 1190px) {
	.catalog-page .catalog-items {grid-template-columns: repeat(3, 1fr);}
}
@media screen and (max-width: 1024px) {
	.catalog-arenda .catalog-page .catalog-block__item .catalog-block__info-bottom {flex-direction: column;}
	.catalog-arenda .catalog-page .catalog-block__item .catalog-block__info-bottom .btn {width: 100%;}
	.catalog .catalog-items {grid-template-columns: repeat(2, 1fr);}
	.catalog .catalog-block__item {padding:15px;}
	.catalog-page .catalog-items {grid-template-columns: repeat(3, 1fr);}
	
	.catalog .fast-filters-wrapper a {padding: 5px 12px;}
	.performance {font-size: 12px;height: 23px;display: flex;align-items: center;justify-content: center;padding: 0 5px;}
	.sticker--hit,.sticker--action {font-size: 12px;height: 23px;display: flex;align-items: center;justify-content: center;padding: 0 5px;}
	.catalog-page .catalog-block__item {padding: 15px;}
}
@media screen and (max-width: 768px) {
	.catalog .catalog-items {grid-template-columns: repeat(3, 1fr);}
	.catalog-page .catalog-items {grid-template-columns: repeat(2, 1fr);}
	.open-mobile-filters {margin-bottom: 30px;}
	
}
@media screen and (max-width: 670px) {
	.catalog .catalog-items {grid-template-columns: repeat(2, 1fr);}
	.catalog .catalog-block__item .catalog-block__info .name-item {font-size: 14px;line-height: 20px;}
}
@media screen and (max-width: 470px) {
	.catalog-arenda .catalog-block__item .catalog-block__info-top .block-price {flex-direction: column;gap: 10px;}
	.catalog-page .catalog-block__item .catalog-block__info .catalog-block__title {margin-bottom: 10px;}
	.fast-filters-wrapper {gap:5px;}
	.fast-filters-wrapper a {font-size:14px;padding: 2px 10px;}
	.catalog .catalog-block__item .catalog-block__info .price {font-size: 16px;}
	.catalog-page .catalog-block__item .catalog-block__info .catalog-block__title {margin-top: 20px;}
	.catalog .catalog-block__item .catalog-block__info-bottom .btn {padding: 0 10px;text-align: center;line-height: 16px;font-size:14px;}
	.sticker {flex-direction: column;}
	
}
@media screen and (max-width: 360px) {
	.catalog .catalog-items {grid-template-columns: repeat(1, 1fr);}
	.catalog .catalog-block__item .catalog-block__info .name-item {font-size: 18px;}
}
/* End */


/* Start:/local/templates/o2/components/bitrix/news.list/advantages-other/style.css?1771239636150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/o2/components/bitrix/news.list/faq/style.css?1771242605150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/o2/components/bitrix/catalog/bootstrap_v4/style.css?1775550356900 */
/* /local/templates/o2/components/bitrix/catalog.smart.filter/custom/style.css?17755483868307 */
/* /local/templates/o2/components/bitrix/catalog.section/catalog-list/style.css?17778810119336 */
/* /local/templates/o2/components/bitrix/news.list/advantages-other/style.css?1771239636150 */
/* /local/templates/o2/components/bitrix/news.list/faq/style.css?1771242605150 */
