

/* Start:/local/templates/insertdesign/components/bitrix/catalog/catalog/style.css?17495569917873*/
.quicklinks-block {
	margin-bottom: 25px;
	margin-top: -40px;
}

a.quicklinks__link {
	border: 1px solid;
	padding: 3px 10px;
	display: inline-block;
	border-radius: 5px;
	font-size: 13px;
	margin-bottom: 5px;
}

a.quicklinks__link:hover {
	background: #555;
	color: #fff;
}

.callback-block {
	display: flex;
	align-items: flex-end;
	width: 300px;
	height: 440px;
	position: sticky;
	top: 75px;
	background-color: #f0f0f0;
	padding: 30px;
}

.callback-block__text_big {
	color: #000;
	font-size: 22px;
	font-style: italic;
	font-weight: 900;
	line-height: 120%;
	margin-bottom: 10px;
}

.callback-block__text_small {
	color: #000;
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 27px;
}

.button.button_yellow-callback {
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #fcd26b;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
	border-radius: 2px;
}

.accordion {
	border-radius: 10px;
}

/* AJAX CUSTOM PRELOADER */
#preloader_win8_wrapper {
	display: none;
	background: #000;
	height: 100px;
	opacity: 0.7;
	position: fixed;
	width: 100px;
	z-index: 590;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	border-radius: 10px;
}
.preloader_win8 {
	width: 50px;
	height: 50px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.preloader_win8 .wBall {
	position: absolute;
	width: 47px;
	height: 47px;
	opacity: 0;
	transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	animation: orbit 3.3225s infinite;
	-o-animation: orbit 3.3225s infinite;
	-ms-animation: orbit 3.3225s infinite;
	-webkit-animation: orbit 3.3225s infinite;
	-moz-animation: orbit 3.3225s infinite;
}

.preloader_win8 .wBall .wInnerBall {
	position: absolute;
	width: 6px;
	height: 6px;
	background: rgb(255, 255, 255);
	left: 0px;
	top: 0px;
	border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.preloader_win8 #wBall_1 {
	animation-delay: 0.726s;
	-o-animation-delay: 0.726s;
	-ms-animation-delay: 0.726s;
	-webkit-animation-delay: 0.726s;
	-moz-animation-delay: 0.726s;
}

.preloader_win8 #wBall_2 {
	animation-delay: 0.143s;
	-o-animation-delay: 0.143s;
	-ms-animation-delay: 0.143s;
	-webkit-animation-delay: 0.143s;
	-moz-animation-delay: 0.143s;
}

.preloader_win8 #wBall_3 {
	animation-delay: 0.2865s;
	-o-animation-delay: 0.2865s;
	-ms-animation-delay: 0.2865s;
	-webkit-animation-delay: 0.2865s;
	-moz-animation-delay: 0.2865s;
}

.preloader_win8 #wBall_4 {
	animation-delay: 0.4295s;
	-o-animation-delay: 0.4295s;
	-ms-animation-delay: 0.4295s;
	-webkit-animation-delay: 0.4295s;
	-moz-animation-delay: 0.4295s;
}

.preloader_win8 #wBall_5 {
	animation-delay: 0.583s;
	-o-animation-delay: 0.583s;
	-ms-animation-delay: 0.583s;
	-webkit-animation-delay: 0.583s;
	-moz-animation-delay: 0.583s;
}

@keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin: 0%;
	}

	30% {
		opacity: 1;
		transform: rotate(410deg);
		animation-timing-function: ease-in-out;
		origin: 7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin: 30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin: 39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin: 70%;
	}

	76% {
		opacity: 0;
		transform: rotate(900deg);
	}

	100% {
		opacity: 0;
		transform: rotate(900deg);
	}
}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin: 0%;
	}

	30% {
		opacity: 1;
		-o-transform: rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin: 7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin: 30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin: 39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin: 70%;
	}

	76% {
		opacity: 0;
		-o-transform: rotate(900deg);
	}

	100% {
		opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin: 0%;
	}

	30% {
		opacity: 1;
		-ms-transform: rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin: 7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin: 30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin: 39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin: 70%;
	}

	76% {
		opacity: 0;
		-ms-transform: rotate(900deg);
	}

	100% {
		opacity: 0;
		-ms-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin: 0%;
	}

	30% {
		opacity: 1;
		-webkit-transform: rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin: 7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin: 30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin: 39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin: 70%;
	}

	76% {
		opacity: 0;
		-webkit-transform: rotate(900deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index: 99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin: 0%;
	}

	30% {
		opacity: 1;
		-moz-transform: rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin: 7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin: 30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin: 39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin: 70%;
	}

	76% {
		opacity: 0;
		-moz-transform: rotate(900deg);
	}

	100% {
		opacity: 0;
		-moz-transform: rotate(900deg);
	}
}
/* AJAX CUSTOM PRELOADER END */

.grid-container:has(.catalog-description) .pagination {
	margin-bottom: 0;
}

.catalog-description {
	margin-top: 40px;
}

.main-catalog-block:not(:has(.pagination)) {
	margin-bottom: 50px;
}

/* End */


/* Start:/local/templates/insertdesign/components/bitrix/catalog.section.list/catalog-sections/style.css?17266730572375*/
.categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4.11111rem
}

.categories.categories_mb-small {
	margin-bottom: 20px;
}

.categories__item {
    width: calc(100% / 3 - 5px);
    height: auto;
    display: block;
    text-align: center;
    padding: 0.5rem .55556rem;
    -webkit-box-shadow: 0 1.11111rem 2.77778rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 1.11111rem 2.77778rem rgba(0, 0, 0, 0.05);
    border-top: .16667rem solid transparent;
    margin-bottom: .66667rem
}

.categories__item:not(:last-child) {
    margin-right: .27778rem
}

.categories__item:hover, .categories__item_active {
    border-color: #1690cf
}

.categories__icon {
    height: 3.77778rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.625rem
}

.categories__name {
    color: #000;
    display: block;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    word-wrap: break-word;
    margin-bottom: 0.3125rem;
}

@media print, screen and (min-width: 40em) {
	.categories__name {
	    font-size: 0.9rem;
	}
}

.categories__number {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    font-size: .88889rem
}

.categories::-webkit-scrollbar {
    height: .22222rem
}

.categories::-webkit-scrollbar-track {
    background: #FF282D
}

.categories::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: .22222rem
}

@media print, screen and (max-width: 89.99875em) {
    .categories {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: .83333rem;
        margin-bottom: 2.22222rem
    }

    .categories__item {
        min-width: 5.83333rem;
        width: auto
    }
}

.categories__item_active,
.categories__item:focus {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top: 4px solid #1690CF;
}

.categories__item{
    border-radius: 10px;
}

@media (max-width: 639px) {
	.categories.categories_mb-small {
		padding-bottom: 20px;
		margin-bottom: 0;
	}
}
/* End */


/* Start:/local/templates/insertdesign/components/bitrix/catalog.section.list/catalog-sections-one-row/style.css?17266739222540*/
.categories-one-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4.11111rem
}

.categories-one-row__item {
    padding: 0.5rem .55556rem;
    -webkit-box-shadow: 0 1.11111rem 2.77778rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 1.11111rem 2.77778rem rgba(0, 0, 0, 0.05);
    border-top: .16667rem solid transparent;
    margin-bottom: .66667rem;
    flex-basis: 7%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.categories-one-row__item:not(:last-child) {
    margin-right: .27778rem
}

.categories-one-row__item:hover, .categories-one-row__item_active {
    border-color: #1690cf
}

.categories-one-row__icon {
    height: 3.77778rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.625rem
}

.categories-one-row__icon img {
	max-width: 48px;
	max-height: 48px;
}

.categories-one-row__icon img.svg-icon-lineynye-svetilniki {
	width: 65px;
	max-width: 65px;
}

.categories-one-row__name {
    color: #000;
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0.3125rem;
    text-align: center;
    flex-grow: 1;
}

.categories-one-row__number {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    font-size: .88889rem
}

.categories-one-row::-webkit-scrollbar {
    height: .22222rem
}

.categories-one-row::-webkit-scrollbar-track {
    background: #FF282D
}

.categories-one-row::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: .22222rem
}

@media print, screen and (max-width: 89.99875em) {
    .categories-one-row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: .83333rem;
        margin-bottom: 2.22222rem
    }

    .categories-one-row__item {
        min-width: 5.83333rem;
        width: auto
    }
}

.categories-one-row__item_active,
.categories-one-row__item_active:focus {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top: 4px solid #1690CF;
    border-radius: 10px;
}

.categories-one-row__item{
    border-radius: 10px;
}

@media (max-width: 639px) {
    .categories-one-row {
		margin-bottom: 30px;
	}
}
/* End */


/* Start:/local/templates/insertdesign/components/bitrix/catalog.section.list/catalog-sections-list/style.css?17507832581481*/
.accordion {
	border: 0.05556rem solid rgba(0, 0, 0, 0.1);
	width: 300px;
	margin-bottom: 2.22222rem;
	-webkit-box-shadow: 0 0.27778rem 1.11111rem rgb(0 0 0 / 5%);
	box-shadow: 0 0.27778rem 1.11111rem rgb(0 0 0 / 5%);
}

.bx-filter .bx-filter-parameters-box {
	position: relative;
	padding: 23px 40px 23px 19px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bx-filter .bx-filter-parameters-box-title {
	font-size: 21px;
	line-height: 1.2;
	font-weight: 600;
	color: #000;
}

.bx-filter .bx-filter-block {
	-webkit-transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-ms-transition: padding 0.3s ease;
	-o-transition: padding 0.3s ease;
	transition: padding 0.3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-top: 23px;
}

a.filter-link {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	transition: all 0.3s ease;
}

a.filter-link:hover {
	color: #1690cf;
}

a.filter-link:hover .filter-link__count {
	border-color: #1690cf;
}

.bx-filter .bx-filter-parameters-box.bx-filter-parameters-box_test {
	padding: 23px 15px;
}

.filter-link_d-flex {
	display: grid;
	grid-template-columns: 1fr 20%;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.filter-link__count {
	font-size: 14px;
	border-radius: 10px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	text-align: center;
}

/* End */


/* Start:/local/templates/insertdesign/components/bitrix/form.result.new/callback-help/style.css?1699536053720*/
.bg-semi-black{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	top: 0;
	left: 0;
	z-index: 590;
}

.callback-form{
	width: 700px;
	height: auto;
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 25px;
}

.button-close-form{
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.message-sent-notify {
	color: green;
	font-size: 20px;
	margin: 1rem 0;
}

@media (max-width: 1023px) {
	.callback-form{
		max-width: 600px;
	}
}

@media (max-width: 639px) {
	.callback-form{
		max-width: 360px;
	}
}

.disabled {
	opacity: 0.5;
	pointer-events: none;
}
/* End */


/* Start:/local/templates/insertdesign/components/bitrix/catalog.section/catalog/style.css?17405911833186*/
.carousel-products__quantity {
    height: 20px;
}

.loading img {
    width: 80px;
    margin-bottom: 45px;
}


.b-price_column {
    flex-direction: column;
}

.b-price_column .carousel-products__price__old {
    margin-bottom: 0;
}

.b-price_column .carousel-products__price {
    margin-bottom: 20px;
    line-height: 1;
}

@media screen and (min-width: 640px) {
    .carousel-products__item .b-price {
        min-height: 90px;
    }
}

.carousel-products__item:hover{
  -webkit-box-shadow: 0px 10px 15px 8px rgba(22, 144, 207, 0.15);;
  -moz-box-shadow: 0px 10px 15px 8px rgba(22, 144, 207, 0.15);;
  box-shadow: 0px 10px 15px 8px rgba(22, 144, 207, 0.15);;
}

.carousel-products__image{
  display: block !important;
}

.catalog-elements-slider .slick-dots{
  bottom: -1rem;
}

.catalog-elements-slider .slick-dots li button{
  background-color: #777;
}

.catalog-elements-slider .slick-dots li.slick-active button{
  background-color: rgb(22, 144, 207);
}

.catalog-elements-slider__item{
  height: 292px !important;
}

.catalog-elements-slider__link{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 639px) {
  .catalog-elements-slider__item{
    height: 220px !important;
  }

  .carousel-products__image{
    margin-bottom: 0 !important;
    height: 260px !important;
  }
}

@media (max-width: 479px) {
  .carousel-products__image{
    height: 55vw !important;
  }

  .catalog-elements-slider .slick-dots{
    bottom: -0.5rem !important;
  }

  .counter__minus, .counter__plus {
    padding: 0 4vw !important;
  }

  .b-price_column{
    flex-direction: column !important;
  }

  .catalog-elements-slider__item{
    height: 180px !important;
  }
}

.carousel-products__image{
	position: relative;
}

.carousel-products__loader{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel-products__item .b-price {
		justify-content: center !important;
}

.carousel-products__price{
  margin-bottom: 0 !important;
}

.carousel-products__artikul {
	text-wrap: nowrap;
	text-overflow: ellipsis;
	overflow-x: hidden;
}

.counter__minus {
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}

.counter__plus {
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}

.carousel-products__info {
	display: flex;
	flex-direction: column;
}

.carousel-products__info .counter {
	margin-bottom: 10px;
	order: 1;
}

.button.button_basket {
	border-radius: 10px;
	order: 2;
}

.carousel-products_border {
	border: 0;
}

.carousel-products__item {
	border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
}

.carousel-products__fav {
	right: 10px;
}

.carousel-products__fav_top {
	top: 10px;
}

.carousel-products__text_blue {
	color: #1690CF;
}

.carousel-products__name {
	height: 96px;
}

@media (max-width: 639px) {
  .catalog-title {
		font-size: 20px;
		line-height: 21.3px;
		margin-bottom: 22px;
	}

  .carousel-products__name {
		margin-bottom: 15px;
	}
}
/* End */
/* /local/templates/insertdesign/components/bitrix/catalog/catalog/style.css?17495569917873 */
/* /local/templates/insertdesign/components/bitrix/catalog.section.list/catalog-sections/style.css?17266730572375 */
/* /local/templates/insertdesign/components/bitrix/catalog.section.list/catalog-sections-one-row/style.css?17266739222540 */
/* /local/templates/insertdesign/components/bitrix/catalog.section.list/catalog-sections-list/style.css?17507832581481 */
/* /local/templates/insertdesign/components/bitrix/form.result.new/callback-help/style.css?1699536053720 */
/* /local/templates/insertdesign/components/bitrix/catalog.section/catalog/style.css?17405911833186 */
