

/* Start:/local/templates/mir/components/bitrix/catalog.section/hourSpecialOffer/style.css?1748410001761*/

.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 */


/* Start:/local/templates/mir/components/bitrix/catalog.item/hourSpecialOffer/style.css?17484100013110*/
.carouselTns__item .product-item-container{
    border: 1px solid transparent;
}

.carouselTns__item .catalogItem{
    border: 0;
}

.catalogItem.catalogItem--line{
    display: block;
}

.catalogItem__imgWrapper{
   display: inline-block;
    width: 30%;
}

.catalogItem__container{
    display: inline-block;
    width: 60%;
    vertical-align: top;
    padding-left: 12px;
    text-align: left;
}

.catalogItem__container .catalogItem__title{
    text-align: left;
}

.tick {
    font-size:1rem; white-space:nowrap; font-family:arial,sans-serif;
}

.tick-flip,.tick-text-inline {
    font-size:2.5em;
}

.tick-label {
    margin-top:1em;font-size:1em;
}

.tick-char {
    width:1.5em;
}

.tick-text-inline {
    display:inline-block;text-align:center;min-width:1em;
}

.tick-text-inline+.tick-text-inline {
    margin-left:-.325em;
}

.tick-group {
    margin:0 .5em;text-align:center;
}

.tick-text-inline {
    color: #595d63 !important;
}

.tick-label {
    color: #595d63 !important;
}

.tick-flip-panel {
    color: #fff !important;
}

.tick-flip {
    font-family: !important;
}

.tick-flip-panel-text-wrapper {
    line-height: 1.45 !important;
}

.tick-flip-panel {
    background-color: #3c3e3c !important;
}

.tick-flip {
    border-radius:0.12em !important;
}

.hourOfferWrapper{
    margin-top: 20px;
}

.hourOffer{
    display:flex;
    flex-flow: column;
    padding: 10px 10px 20px;
    border: 1px solid #ff9300;
    border-radius: 3px;
    transition: .2s;
    overflow: hidden;
    position: relative;
}

@media (min-width: 840px){
    .hourOffer{
        justify-content: space-between;
        flex-flow:row wrap;
    }
}

.hourOffer__label__wrapper{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5em 3.5em 3.5em 3.5em;
    border-color: #ff9300 transparent transparent #ff9300;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 12;
}

.hourOffer__label{
    position: absolute;
    transform: rotate(-45deg);
    padding: 5px;
    display: block;
    left: -43px;
    top: -23px;
    color: #fff;
    font-size: 12pt;
}

.hourOffer .catalogItem__title{
    overflow: visible;
    white-space: normal;
}

.hourOffer__product {
    flex: 1;
}

.hourOffer__product .catalogItem.catalogItem--line{
    display: flex;
    flex-flow: column;
}

.hourOffer__product .catalogItem{
    max-width: 100%;
    width: 100%;
}

.hourOffer__product .catalogItem__title{
    font-size: 24px;
}

.hourOffer__product .catalogItem__imgWrapper{
    width: 100%;
}

.hourOffer__product .product-item-properties{
    display: none;
}

@media (min-width: 840px){
    .hourOffer__product .catalogItem.catalogItem--line{
        flex-flow: row;
    }

    .hourOffer__product .catalogItem__imgWrapper{
        width: 30%;
    }

    .hourOffer__product .catalogItem__container{
        width: 60%;
    }
}

.hourOffer__product .catalogItem__price{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 32px 0;
}

.hourOffer__info{
    min-width: 270px;
    max-width: 320px;
}

.hourOffer__info__title{
    text-align: center;
}

/* End */


/* Start:/local/templates/mir/assets/flip/flip.css?174841001012578*/
/*
 * Tick v1.7.5 - Counters Made Easy
 * Copyright (c) 2019 PQINA - http://tickcounterplugin.com
 */
.tick {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    position: relative;
    z-index: 1;
    line-height: 1.4; }
.tick * {
    box-sizing: inherit; }
.tick [data-view] {
    max-width: 100%; }
.tick span[data-view] {
    display: inline-block; }
.tick [data-layout~='pad'] {
    margin: -.25em; }
.tick [data-layout~='pad'] > * {
    margin: .25em; }
.tick [data-layout~='horizontal'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.tick [data-layout~='horizontal'][data-layout~='baseline'] {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
.tick [data-layout~='horizontal'][data-layout~='center'] {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.tick [data-layout~='horizontal'][data-layout~='right'] {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
.tick [data-layout~='horizontal'][data-layout~='left'] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.tick [data-layout~='horizontal'][data-layout~='stretch'], .tick [data-layout~='horizontal'][data-layout~='fill'] {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
.tick [data-layout~='horizontal'][data-layout~='stretch'] > *, .tick [data-layout~='horizontal'][data-layout~='fill'] > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0; }
.tick [data-layout~='horizontal'][data-layout~='stretch'] > *, .tick [data-layout~='horizontal'][data-layout~='fill'] > * {
    width: 100%; }
.tick [data-layout~='horizontal'][data-layout~='multi-line'] {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.tick [data-layout~='horizontal'][data-layout~='fit'] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    white-space: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.tick [data-layout~='vertical'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.tick [data-layout~='vertical'][data-layout~='top'] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.tick [data-layout~='vertical'][data-layout~='bottom'] {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 100%; }
.tick [data-layout~='vertical'][data-layout~='middle'] {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%; }
.tick [data-layout~='vertical'][data-layout~='left'] {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
.tick [data-layout~='vertical'][data-layout~='right'] {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
.tick [data-layout~='vertical'][data-layout~='center'] {
    text-align: center; }
.tick [data-layout~='vertical'][data-layout~='stretch'], .tick [data-layout~='vertical'][data-layout~='fill'] {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 100%; }
.tick [data-layout~='vertical'][data-layout~='stretch'] > *, .tick [data-layout~='vertical'][data-layout~='fill'] > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0; }
.tick [data-layout~='vertical'] > * + * {
    margin-top: .5em; }
.tick [data-layout~='overlay'] {
    position: relative; }
.tick [data-layout~='overlay'] > * {
    margin: 0; }
.tick [data-layout~='overlay'][data-layout~='center'] {
    text-align: center; }
.tick [data-layout~='overlay'][data-layout~='left'] {
    text-align: left; }
.tick [data-layout~='overlay'][data-layout~='right'] {
    text-align: right; }
.tick [data-layout~='overlay'] > [data-overlay='stretch'],
.tick [data-layout~='overlay'] > [data-overlay='fill'] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
.tick [data-layout~='overlay'] > [data-overlay='center'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

/*

// Default Visual Style


.tick-text[data-style*='transition'] {
	// prevents width changes when animating between empty space and characters
	min-width:1ex;
	text-align:center;
}

// flipper
.tick-flip {

	// distance from other possible flippers
	margin-left:.0625em;
	margin-right:.0625em;

	// prevents width changes when animating between empty space and characters
	min-width:1.125em;

	// sets default border radius
	border-radius:.125em;

	// default spacing
	letter-spacing: .25em;
	text-indent: .25em;
}

.tick-flip-front,
.tick-flip-back {
	color:#eee;
	background-color:#333;
	box-shadow:0 .125em .3125em rgba(0,0,0,.25), 0 .02125em .06125em rgba(0,0,0,.25);
}

// matrix
.tick-matrix-char {
	margin:0 .05em;
}

.tick-matrix-pixel {
	width:5px;
	height:5px;
	margin:1px;
	background-color:currentColor;
	border-radius:2px;
}

// meter (horizontal / vertical)
.tick-meter-rail {
	background-color:#eee;
}

.tick-meter-fill {
	background-color:currentColor;
}

// meter (ring)
.tick-meter canvas {

}
 */

/*
 * flip v1.7.1 - A Beautifully Animated Flip Clock
 * Copyright (c) 2020 PQINA - https://pqina.nl/flip/
 */
/**
 * Layout
 */
.tick-flip {
    position: relative;
    text-align: center; }
.tick-flip * {
    border-radius: inherit;
    white-space: pre; }

.tick-flip * {
    letter-spacing: inherit;
    text-indent: inherit; }

.tick-flip-front {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.tick-flip-back {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.tick-flip-spacer {
    display: block;
    visibility: hidden; }

.tick-flip-shadow {
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    color: transparent !important;
    background: transparent !important; }

.tick-flip-shadow-top {
    bottom: calc(50% - 1px); }

.tick-flip-shadow-bottom {
    top: calc(50% + 1px); }

.tick-flip-card-shadow {
    position: absolute;
    left: 0.15em;
    right: 0.15em;
    bottom: 0.125em;
    height: 0.5em;
    background-color: transparent;
    border-radius: 0;
    opacity: 0;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.5), 0 0.125em 0.5em rgba(0, 0, 0, 0.75);
    z-index: 0; }

/**
 * Card
 */
.tick-flip-card {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-perspective: 4em;
    perspective: 4em; }

.tick-flip-panel-front,
.tick-flip-panel-back {
    position: absolute;
    left: 0;
    width: 100%;
    height: 51%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

.tick-flip-panel-front-text,
.tick-flip-panel-back-text {
    position: absolute;
    left: -1px;
    top: 0;
    right: -1px;
    height: 100%;
    overflow: hidden; }

.tick-flip-panel-text-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%; }

.tick-flip-panel-back-text .tick-flip-panel-text-wrapper {
    height: 200%;
    top: -100%; }

.tick-flip-panel-front {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    top: 0;
    z-index: 2;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.05); }

.tick-flip-panel-back {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    top: 50%;
    z-index: 1;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); }
.tick-flip-panel-back::after {
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0.15) 1px, transparent 30%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0.15) 1px, transparent 30%); }

.tick-flip-panel-back-shadow {
    z-index: 2; }

.tick-flip-panel-back-highlight {
    z-index: 3; }

.tick-flip-panel-back-shadow,
.tick-flip-panel-back-highlight {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit; }

.tick-flip-panel-front-shadow,
.tick-flip-panel-back-shadow,
.tick-flip-panel-back-highlight {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0; }

.tick-flip-panel-front-shadow {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)); }

.tick-flip-panel-back-shadow {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)); }

.tick-flip-panel-back-highlight {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.3));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.3)); }

.tick [data-style*='shadow:inner'],
.tick [data-style*='shadow:inner'] .tick-flip-card-shadow {
    box-shadow: none; }

.tick [data-style*='shadow:none'] .tick-flip-panel-front,
.tick [data-style*='shadow:none'] .tick-flip-panel-back,
.tick [data-style*='shadow:none'] .tick-flip-shadow,
.tick [data-style*='shadow:none'] .tick-flip-card-shadow {
    box-shadow: none; }

.tick [data-style*='shadow:none'] .tick-flip-back::after,
.tick [data-style*='shadow:none'] .tick-flip-panel-front-shadow,
.tick [data-style*='shadow:none'] .tick-flip-panel-back-shadow,
.tick [data-style*='shadow:none'] .tick-flip-panel-back-text::after {
    background-image: none; }

.tick [data-style*='rounded:none'] {
    border-radius: 0; }

.tick [data-style*='rounded:panels'] .tick-flip-shadow-bottom,
.tick [data-style*='rounded:panels'] .tick-flip-front {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit; }

.tick [data-style*='rounded:panels'] .tick-flip-shadow-top,
.tick [data-style*='rounded:panels'] .tick-flip-panel-back::after,
.tick [data-style*='rounded:panels'] .tick-flip-back {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }

.tick-flip {
    margin-left: .0625em;
    margin-right: .0625em;
    min-width: 1.125em;
    border-radius: .125em;
    letter-spacing: .25em;
    text-indent: .25em; }

.tick-flip-panel {
    color: #edebeb;
    background-color: #333232; }

.tick-flip-shadow {
    box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.25), 0 0.02125em 0.06125em rgba(0, 0, 0, 0.25); }
/* End */


/* Start:/local/templates/mir/components/bitrix/catalog.section/carousel2d/style.css?1748410001761*/

.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 */


/* Start:/local/templates/mir/components/bitrix/catalog.item/carousel2l/style.css?1748410001561*/
.carouselTns__item .catalogItem{
    border: 0;
  max-width: 100%;
}

.catalogItem.catalogItem--line{
    display: block;
}

.carouselTns__item .catalogItem__title{
  text-align: left;
  font-size: 18px;
}

.carouselTns__item .catalogItem__artnumber{
  text-align: left;
}

.carouselTns__item .catalogItem__price{
  justify-content: flex-start;
}


.catalogItem__imgWrapper{
   display: inline-block;
    width: 30%;
}

.catalogItem__container{
    display: inline-block;
    width: 60%;
    vertical-align: top;
    padding-left: 12px;
    text-align: left;
}

/* End */


/* Start:/local/templates/mir/components/bitrix/catalog.product.subscribe/.default/style.min.css?17484100011413*/
.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?1748410001761*/

.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 */


/* Start:/local/templates/mir/components/bitrix/catalog.item/carousel2/style.css?174841000149*/
.carouselTns__item .catalogItem{
    border: 0;
}
/* End */


/* Start:/local/templates/mir/components/bitrix/catalog.section/.default/style.css?1748410001246*/
.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/news.list/brand.slider/style.css?1748410001818*/
.brandCarousel{
    margin-bottom: 80px;
}

.brandCarousel .newsList__title{
    margin-bottom: 62px;
}

.brandCarousel .brandCarousel__wrapper{
    border: 1px solid #e5e5e5;
    margin: 0 16px;
    border-radius: 4px;
}

.brandCarousel #tns2-mw{
    padding: 2rem;
}

.brandCarousel__controls{

}

.brandCarousel__controls .carouselTnsWrapper__controls__prev {
    left: -19px;
    background: transparent;
}

.brandCarousel__controls .carouselTnsWrapper__controls__next {
    right: -19px;
    background: transparent;
}

.brandCarousel__controls .carouselTnsWrapper__controls__prev .fa, .brandCarousel__controls .carouselTnsWrapper__controls__next .fa{
    background: #ff9300;
    padding: 12px;
    border-radius: 4px;
    color: #fff;
}

.brandCarousel__col__item{
    margin-bottom: 10px;
    display: block;
}
/* End */


/* Start:/local/templates/mir/components/bitrix/catalog.section.list/home360/style.css?17484100011166*/
.catalog360{

}

.catalog360__row {
    padding-bottom: 32px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 41px;
}

.catalog360__row__title{

}

.catalog360__row__line {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 840px){
    .catalog360__row__line {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.catalog360__row__line a {
    color: #000;
    text-decoration: none;
}

.catalog360__row__line a .fa{
    font-size: 7pt;
}

.catalog360__row__line .catalog360__item {
    margin-bottom: 9px;
}

.catalog360__item.dropdown2__content{
    padding: 1rem!important;
}

.catalog360__item.dropdown2__content .catalog360__item{
    padding-bottom: 8px;
}

.catalog360__item.dropdown2__content .catalog360__item:last-child{
    padding-bottom: 0;
}

.catalog360__title--color1{
    background: #ff9300!important;
}

.catalog360__title--color2{
    background: #ff5561!important;
}

.catalog360__title--color3{
    background: #82cac6!important;
}

.catalog360__title--color4{
    background: #f4c203!important;
}

.catalog360__title--color5{
    background: #ff5561!important;
}
/* End */
/* /local/templates/mir/components/bitrix/catalog.section/hourSpecialOffer/style.css?1748410001761 */
/* /local/templates/mir/components/bitrix/catalog.item/hourSpecialOffer/style.css?17484100013110 */
/* /local/templates/mir/assets/flip/flip.css?174841001012578 */
/* /local/templates/mir/components/bitrix/catalog.section/carousel2d/style.css?1748410001761 */
/* /local/templates/mir/components/bitrix/catalog.item/carousel2l/style.css?1748410001561 */
/* /local/templates/mir/components/bitrix/catalog.product.subscribe/.default/style.min.css?17484100011413 */
/* /local/templates/mir/components/bitrix/catalog.section/carousel2/style.css?1748410001761 */
/* /local/templates/mir/components/bitrix/catalog.item/carousel2/style.css?174841000149 */
/* /local/templates/mir/components/bitrix/catalog.section/.default/style.css?1748410001246 */
/* /local/templates/mir/components/bitrix/news.list/brand.slider/style.css?1748410001818 */
/* /local/templates/mir/components/bitrix/catalog.section.list/home360/style.css?17484100011166 */
