

/* Start:/local/templates/korg/components/bitrix/catalog.section/popular/style.css?17026466978561*/
/* sort */
#sort {
	background: #f3f3f3;
	padding: 14px 22px;
	margin-top: 50px;
	margin-bottom: 24px;
}

.sort__select {
	width: 100%;
	max-width: 224px;
	height: 30px;
	line-height: 28px;
	cursor: pointer;
	color: #767676;
	font-size: 14px;
	overflow: hidden;
	background: #fff url(/local/templates/korg/components/bitrix/catalog.section/popular/images/arrow-down.png) 95% center no-repeat;
	position: relative;
}

.sort__select select {
	width: inherit;
	max-width: inherit;
	height: inherit;
	line-height: inherit;
	cursor: inherit;
	color: inherit;
	font-size: inherit;
	background: transparent;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none !important;
	outline: 0;
	position: absolute;
	padding-left: 10px;
	padding-right: 24px;
	z-index: 1;
}

.sort__select select::-ms-expand {
	display: none;
}

.sort__right {
	float: right;
}

.sort__select, .sort__view {
	display: inline-block;
	vertical-align: middle;
}

.sort__view {
	float: right;
}

.sort__list, .sort__tile {
	width: 30px;
	height: 30px;
	border: 0;
	cursor: pointer;
}

.sort__list {
	background: url(/local/templates/korg/components/bitrix/catalog.section/popular/images/list.png) no-repeat 0 0;
}

.sort__tile {
	background: url(/local/templates/korg/components/bitrix/catalog.section/popular/images/tile.png) no-repeat 0 0;
}

.sort__list.active, .sort__tile.active {
	background-position: 0 -30px;
	cursor: default;
}

.sort__text, .sort__list, .sort__tile {
	display: inline-block;
	vertical-align: middle;
}

.sort__text {
	margin-right: 12px;
}

.sort__list {
	margin-right: 8px;
}

.goods__block {
	position: relative;
}

.goods__label {
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	padding-right: 6px;
	padding-left: 4px;
	z-index: 2;
	position: absolute;
	right: 0;
	top: 8px;
	background: #e6262e;
	color: #fff;
	cursor: default;
}

.goods__label:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 20px 0;
	border-color: transparent #e6262e transparent transparent;
	position: absolute;
	left: -10px;
	top: 0px;
	z-index: 3;
}

.goods__cost {
	font-family: "Open Sans";
	font-size: 22px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 16px !important;
}

.goods__cost .line-through {
	margin-right: 5px;
	text-decoration: line-through;
	font-family: "Open Sans";
	font-size: 20px;
	color: #b3b3b3;
}

.goods__cost span.price-load {
	display: inline-block;
}

.goods__spec {
	margin-bottom: 6px;
}

/* goods */
.goods__block {
	border: 1px solid #dfdfdf;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 26px;
}

.goods__img {
	width: 100%;
	height: 160px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 15px 20px;
}

.goods__img img {
	max-height: 100%;
	max-width: 100%;
}

.goods__name {
	padding: 0 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 22px;
	min-height: 66px;
}

.goods__name:hover {
	color: #000;
}

.goods__count {
	font-size: 13px;
	margin-top: 8px;
}

.ie100 {
	width: 100%;
}

/* list */
.list__block {
	width: 100%;
	border: 1px solid #dfdfdf;
	padding: 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 18px;
}

.list__left {
	-ms-flex-preferred-size: 542px;
	flex-basis: 542px;
}

.list__right {
	-ms-flex-preferred-size: 220px;
	flex-basis: 220px;
}

.list__img, .list__name, .list-desc, .list__center {
	display: inline-block;
}

.list__center {
	max-width: 315px;
}

.list__img {
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 196px;
	height: 124px;
	margin-right: 16px;
}

.list__img img {
	max-width: 196px;
	max-height: 124px;
}

.list__name {
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-bottom: 8px;
}

.list__description {
	font-size: 14px;
}

.list-desc tr {
	padding-bottom: 2px;
}

.list-desc tr td {
	line-height: 22px;
}

.list-desc tr td:nth-child(2) {
	text-align: right;
}

.list__vc, .list__cost {
	display: inline-block;
}

.list__vc {
	vertical-align: bottom;
}

.list__vc {
	font-size: 13px;
	padding-top: 8px;
}

.list__cost {
	float: right;
}

.list__cost {
	font-family: "Open Sans";
	font-weight: bold;
	font-size: 22px;
	color: #000;
}

.list__spec {
	margin-bottom: 6px;
	clear: both;
	margin-top: 12px;
}

.list__more {
	display: block;
	width: 100%;
	max-width: 220px;
	padding: 0;
	margin: auto;
}

.list__more, .goods__more {
	display: block;
	width: 100%;
	max-width: 220px;
	padding: 0;
	margin: auto;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #1a1a1a;
	transition: all 150ms linear;
}

.list__more:hover, .goods__more:hover {
	text-decoration: none;
	color: #fff;
	background: #3CB98D;
}

.list__more {
	margin-top: 15px;
}

#rubl:after, .goods__cost:after, .product__cost:after, .list__cost:after
	{
	content: "c";
	font-family: "ALS Rubl";
	font-weight: inherit;
	margin-left: 4px;
	text-decoration: none;
}

.list__more._buy, .goods__more._buy {
	margin-top: 5px;
	background: #3CB98D;
}

.list__more._buy:hover, .goods__more._buy:hover {
	background: #1a1a1a;
}

@media screen and (max-width: 1199.5px) {
	/* list */
	.list__center {
		max-width: 305px;
	}
	.list__img {
		width: 140px;
		margin-right: 14px;
	}
	.list__img img {
		max-width: 140px;
	}
	.list__block {
		padding: 12px;
	}
	.list-desc {
		font-size: 13px;
	}
	.list__name {
		font-size: 15px;
	}
	.list__none {
		display: none;
	}
	.list__upper {
		text-transform: uppercase;
	}
	.list__spec {
		text-align: center;
		padding: 0 16px;
	}
	.list__more {
		font-size: 13px;
	}
	.list__cost {
		font-size: 21px;
	}
	.list__right {
		-ms-flex-preferred-size: 210px;
		flex-basis: 210px;
	}
	.list__left {
		margin-top: 3px;
	}
	.subcat__wrap.sections>div {
		width: 33.33333%;
	}
}

@media screen and (max-width: 767.5px) {
	/* list */
	.list__block {
		display: block;
		max-width: 100%;
		max-width: 500px;
		margin: auto;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
	.list__img {
		display: block;
		float: none;
		margin: auto;
		width: 208px;
		height: 132px;
		margin-bottom: 12px;
		text-align: center;
	}
	.list__img img {
		max-width: 208px;
		max-height: 132px;
	}
	.list__left {
		margin-top: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	.list__name {
		font-size: 16px;
		text-align: center;
		line-height: 20px;
		margin: 0 10px;
		margin-bottom: 8px;
	}
	.list-desc {
		margin: 0 10px;
	}
	.list-desc tr td {
		line-height: 20px;
		width: 50%;
	}
	.list__right {
		padding: 0 10px;
	}
	.list__spec, .list__more {
		max-width: 100%;
	}
}

.product_popup__buy {
	width: 100%;
	display: none;
}

.product_popup__buy .dealers_tabs-switcher ul {
	margin-bottom: 20px;
	/*display: block;*/
}

.product_popup__buy .dealers_tabs-switcher ul li {
	padding: 0 !important;
}

.product_popup__buy .title__why__by {
	margin-bottom: 10px;
	padding: 15px;
}

.product_popup__buy .col-xl-4, .product_popup__buy .col-lg-4 {
	max-width: 50%;
	width: 50%;
	flex: 0 0 50%;
	-ms-flex: 0 0 50%;
}

.product_popup__buy_headline {
	margin: 0 0 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.product_popup__buy_subtext {
	margin: 0 0 20px;
	padding: 0 15px;
	font-size: 15px;
	color: #000;
}

@media ( min-width : 768px) {
	.product_popup__buy {
		width: 700px;
	}
}

@media ( min-width : 992px) {
	.product_popup__buy {
		width: 900px;
	}
}

.content__sidebar__single {
	margin-top: -20px;
}

.category_description h2, .category_description h3,
	.category_description h4, .category_description .h2,
	.category_description .h3, .category_description .h4 {
	margin: 0 0 15px;
	font-size: 1.75rem;
	font-weight: 400;
	color: #5a5a5a;
}

.category_description p+h2, .category_description p+h3,
	.category_description p+h4, .category_description p+.h2,
	.category_description p+.h3, .category_description p+.h4 {
	margin-top: 25px;
}

.category_description p {
	margin: 0 0 12px;
}

.catalog-h2 {
	margin-top: 50px;
}

.catalog-h2+#sort {
	margin-top: 30px;
}

.catalog-bottom-text {
	margin-top: 20px;
}

.catalog-bottom-text p {
	margin: 0 0 12px;
	padding: 0;
}

.catalog-bottom-text p:last-child {
	margin: 0;
}

.catalog-bottom-text ul, .catalog-bottom-text ol {
	margin: 15px 0 15px 18px;
	padding: 0;
}
/* End */


/* Start:/local/templates/korg/components/bitrix/catalog.item/catalog/style.css?16475172021255*/
.favorite_remove_btn {
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.favorite_remove_btn i {
	width: 16px;
	height: 16px;
	margin-right: 8px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .5;
	transition: all 200ms;
	background-image: url('/local/templates/korg/components/bitrix/catalog.item/catalog/favorite.svg');
}
.favorite_remove_btn span {
	color: #777;
	border-bottom: 1px dashed #777;
	cursor: pointer;
}
.quick-view-btn {
	padding: 5px 15px;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 12px;
	color: #888;
	background: rgba(255,255,255,.85);
	border: 1px solid #bdbdbd;
	border-radius: 25px;
	white-space: nowrap;
	cursor: pointer;
	z-index: 990;
	transform: translate(-50%, -50%);
	transition: all 200ms;
	overflow: hidden;
}
.quick-view-btn:hover {
	background: rgba(255, 255, 255, .90);
	box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, .1);
}
.quick-view-btn.load:after {
	content: "Загрузка...";
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}
@media(min-width: 992px) {
	.goods__block-wrapper:hover .quick-view-btn {
		display: block;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/list/style.css?16988448571877*/
.new__items__custom-headline {
  margin: 0 0 25px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  color: #1a1a1a;
}
.new__items__custom-more {
  margin-top: 20px;
  text-align: center;
}
.new__items__custom-more a {
  display: block;
  width: 100%;
  max-width: 220px;
  padding: 0;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 150ms linear;
}
.new__items__custom.ver__two .news__item {
  margin-bottom: 30px;
}
.new__items__custom.ver__two .news__item .item__content {
  padding: 25px;
  background: #f9f9f9;
}
.new__items__custom.ver__two .news__item .item__content h2 {
  font-size: 21px;
}
.new__items__custom .news__item .item__img {
  /* max-height: 146px; */
  /* height: 550px; */
  display: grid;
  align-items: center;
  justify-content: center;
  /* aspect-ratio: 1; */
  overflow: hidden;
}
.new__items__custom .news__item .item__img img {
  max-width: 100%;
}
.new__items__custom .news__item .item__content {
  padding: 15px 0;
}
.new__items__custom .news__item .item__content .news__data__post {
  margin-bottom: 10px;
}
.new__items__custom .news__item .item__content .news__data__post small a {
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
}
.new__items__custom .news__item .item__content .news__data__post small a:hover {
  text-decoration: none;
}
.new__items__custom .news__item .item__content h2,
.new__items__custom .news__item .item__content .h2 {
  font-size: 24px;
}
.new__items__custom .news__item .item__content h2 a,
.new__items__custom .news__item .item__content .h2 a {
  color: #1a1a1a;
}
.new__items__custom .news__item .item__content h2 a:hover,
.new__items__custom .news__item .item__content .h2 a:hover {
  text-decoration: none;
}
.new__items__custom .news__item .item__content p {
  font-size: 14px;
}
/* End */
/* /local/templates/korg/components/bitrix/catalog.section/popular/style.css?17026466978561 */
/* /local/templates/korg/components/bitrix/catalog.item/catalog/style.css?16475172021255 */
/* /bitrix/templates/.default/components/bitrix/news.list/list/style.css?16988448571877 */
