

/* Start:/local/templates/mir/components/bitrix/catalog/.default/style.css?175421750934*/
.catalog{

}

.catalog--orange{

}
/* End */


/* Start:/local/templates/mir/components/bitrix/catalog.smart.filter/.default/style.css?17542175073901*/
.smartFilter{
    background: #f0f0f0;
    border-radius: 3px;
}

.smartFilter__container{

}

.smartFilter__header{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 20px;
}

.smartFilter__header__title{
    font-size: 18pt;
    margin: 0;
}

.smartFilter__header__btn{

}

.smartFilter__block{
    position: relative;
    border-top: 1px solid #fff;
    padding: 20px;
}

.smartFilter__block.bx-active{
    display: block;
}

.smartFilter__block__title{
    font-size: 13.333px;
    color: rgb(4, 3, 2);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    cursor: pointer;
}

.smartFilter__block__title .fa{
    color: #ff9300;
    font-size: 10pt;
}

.smartFilter__block__group{
    margin-bottom: 8px;
}

.smartFilter__block__checkboxs{
    max-height: 170px;
    overflow-y: auto;
}

.smartFilter__block__checkboxs::-webkit-scrollbar {
    width: 4px;
}

.smartFilter__block__checkboxs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 4px;
}

.smartFilter__block__checkboxs::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #ff9300;
}

.smartFilter__block__label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13.333px;
    color: rgb(123, 123, 123);
    margin-bottom: 8px;
}

/* Hide the browser's default checkbox */
.smartFilter__block__label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}

/* Create a custom checkbox */
.smartFilter__block__label .checkmark {
    display: inline-block;
    height: 17px;
    width: 17px;
    border-width: 1px;
    border-color: rgb(168, 168, 168);
    border-style: solid;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    margin-right: 8px;
}

/* On mouse-over, add a grey background color */
.smartFilter__block__label:hover input ~ .checkmark {
    background-color: #82cac6;
}

/* When the checkbox is checked, add a blue background */
.smartFilter__block__label input:checked ~ .checkmark {
    background-color: #ff9300;
}

/* Create the checkmark/indicator (hidden when not checked) */
.smartFilter__block__label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.smartFilter__block__label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.smartFilter__block__label .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.smartFilter__block__elements{
    padding: 12px 0 0 0;
    display: none;
}

.smartFilter__block__group{

}


.smartFilter__block.bx-active .smartFilter__block__elements{
    display: block;
}

.smartFilter__block__result{
    position: absolute;
    display: inline-block;
    background: #fff;
    top: 2px;
    margin-left: 15px;
    font-size: 9pt;
    white-space: nowrap;
}

.smartFilter__block__result .bx-filter-popup-result{
    padding: 10px;
}

.smartFilter__block__result .bx-filter-popup-result::before{
    content: '';
    position: absolute;
    left: -19px;
    top: 14px;
    border: 10px solid transparent;
    border-right: 10px solid #fff;
}

.smart-filter-slider-track-container{
    display: none;
}

.smartFilter__block__slider{
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.smartFilter__block__slider input{
    margin-left: 5px;
    min-width: 80px;
    height: 25px;
    padding: 2px 12px;
    font-size: 10pt;
}
/* End */


/* Start:/local/templates/mir/components/bitrix/catalog.smart.filter/.default/nouislider/nouislider.css?17542175075248*/
/*! nouislider - 14.1.1 - 12/15/2019 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  margin-bottom: 21px;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 0;
  width: 0;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 6px;
}
.noUi-horizontal .noUi-handle {
  width: 0;
  height: 0;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #f1f1f1;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #ff9300;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  background: #ff9300;
  border-radius: 10px;
  padding: 0;
  position: relative;
  color: #fff;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
.noUi-handle::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -22px;
  border: 6px solid transparent;
  border-bottom: 6px solid #ff9300;
}

.noUi-handle-lower::after{
  left: 5px;
}

.noUi-handle-upper::after{

}


/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/* End */


/* Start:/local/templates/mir/components/bitrix/catalog.section.list/bootstrap_v4/style.css?17542175092387*/
.catalogSectionList{

}

.catalogSectionList__list{

}

.catalogSectionList__list--tile{

}

.catalogSectionList__title{
	margin-top: 0;
	font-size: 32px;
	color: rgb(4, 3, 2);
	font-weight: bold;
	text-transform: uppercase;
}


.catalogSectionList__list__item{
	transition: transform .2s cubic-bezier(.5,-1,.5,2), opacity .2s ease-in-out;
	box-sizing: content-box;
	z-index: 0;

	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;

	border-width: 1px;
	border-color: rgb(229, 229, 229);
	border-style: solid;
	border-radius: 3px;
	background-color: rgb(255, 255, 255);
	padding: 8px;
}

@media (min-width: 840px){

	.catalogSectionList__list:hover .catalogSectionList__list__item:not(:hover){
		opacity: 0.9;
	}

	.catalogSectionList__list__item{
		padding: 16px;
	}

	.catalogSectionList__list__item:hover {
		-webkit-transform: scale(1.06);
		transform: scale(1.06);
		box-shadow: 0 0 22px rgba(0,0,0,.27);
		z-index: 1;
		border-color: #ff9300;
	}

	.catalogSectionList__list__item:hover .catalogSectionList__list__item__img__src{
		filter: brightness(105%);
	}

	.catalogSectionList__list__item:hover .catalogSectionList__list__item__title,
	.catalogSectionList__list__item:hover .catalogSectionList__list__item__title__url,
	.catalogSectionList__list__item:hover .catalogSectionList__list__item__price__prefix{
		color: #ff9300;
	}
}

.catalogSectionList__list__item__header{
	flex: 1;
}
.catalogSectionList__list__item__footer{
}

.catalogSectionList__list__item__img{

}

.catalogSectionList__list__item__img__url{

}

.catalogSectionList__list__item__img__src{
	max-width: 100%;
	transition: all .2s cubic-bezier(.5,-1,.5,2);
}

.catalogSectionList__list__item__title{
	font-size: 10pt;
	color: #040302;
	font-weight: bold;
	text-align: center;
}

@media (min-width: 840px){
	.catalogSectionList__list__item__title{
		font-size: 12pt;
	}
}

.catalogSectionList__list__item__title__url{
	color: #040302;
	text-decoration: none;
}

.catalogSectionList__list__item__price{
	text-align: center;
}

.catalogSectionList__list__item__price__prefix{
	color: rgb(4, 3, 2);
	font-size: 10pt;
}

.catalogSectionList__list__item__price__value {
	font-size: 12pt;
	color: #ff9300;
}

@media (min-width: 840px){
	.catalogSectionList__list__item__price__prefix{
		font-size: 13.86pt;
	}

	.catalogSectionList__list__item__price__value{
		font-size: 23.76pt;
	}
}




/* End */


/* Start:/bitrix/components/bitrix/catalog.compare.list/templates/bootstrap_v4/style.min.css?1754217520575*/
.catalog-compare-list{z-index:998;overflow:hidden;box-sizing:border-box;margin-bottom:10px;padding:.75rem 1.25rem;max-height:100%;border:1px solid #ced4da;border-radius:.2rem;background:#fff;color:#404040;white-space:normal;font-size:12px;font-family:Arial,'Helvetica Neue',Helvetica,sans-serif}.catalog-compare-list.fixed{position:fixed;width:270px;box-shadow:0 2px 8px 0 rgba(0,0,0,.18)}.catalog-compare-list.top{top:5px}.catalog-compare-list.right{right:5px}.catalog-compare-list.bottom{bottom:5px}.catalog-compare-list.left{left:5px}.catalog-compare-item-list{width:100%}
/* End */


/* Start:/local/templates/mir/components/bitrix/catalog.section/.default/style.css?1754217507246*/
.catalogSection__navigation{
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

@media (min-width: 768px){
    .catalogSection__navigation{
        flex-flow: row nowrap;
    }
}


/* End */


/* Start:/local/templates/mir/components/bitrix/catalog.product.subscribe/.default/style.min.css?17542175071413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* End */


/* Start:/local/templates/mir/components/bitrix/catalog.section/carousel2/style.css?1754217507761*/

.carousel2d{
    padding: 10px 10px 20px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    transition: .2s;
}

.carousel2d:hover {
    border: 1px solid #313131;
}

.carousel2d .tns-outer {
    padding: 0 0 0 0!important;
}

.carousel2d .tns-nav{
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
    margin-top: 20px;
    line-height: 4px;
}

.carousel2d .tns-nav button{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: none;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    background: rgba(0, 0, 0, 0.25);
}


.carousel2d .tns-nav button.tns-nav-active{
    background: #ff9300;
    opacity: 0.75;
    border: none;
}

/* End */
/* /local/templates/mir/components/bitrix/catalog/.default/style.css?175421750934 */
/* /local/templates/mir/components/bitrix/catalog.smart.filter/.default/style.css?17542175073901 */
/* /local/templates/mir/components/bitrix/catalog.smart.filter/.default/nouislider/nouislider.css?17542175075248 */
/* /local/templates/mir/components/bitrix/catalog.section.list/bootstrap_v4/style.css?17542175092387 */
/* /bitrix/components/bitrix/catalog.compare.list/templates/bootstrap_v4/style.min.css?1754217520575 */
/* /local/templates/mir/components/bitrix/catalog.section/.default/style.css?1754217507246 */
/* /local/templates/mir/components/bitrix/catalog.product.subscribe/.default/style.min.css?17542175071413 */
/* /local/templates/mir/components/bitrix/catalog.section/carousel2/style.css?1754217507761 */
