

/* Start:/local/templates/main/components/bitrix/catalog/main_new/style.css?177444641929674*/
.files {
	display: inline-flex;
	flex-wrap: wrap;
	column-gap: 1%;
}
.files_porcelanosa {
	display: inline-flex;
	flex-wrap: wrap;
}
.brand-detail {
    max-height: 0;
    overflow: hidden;
    opacity: 0; 
    transition: max-height 1.5s ease-out, opacity 1.5s ease-out; 
}
.brand-detail.show {
    max-height: 1000px; 
    opacity: 1; 
}
.brand-detail.hidden {
    display: none;
}

@media screen and (max-width: 767px) {
	.textCollection .files {
		display: block;
		flex-wrap: unset;
		column-gap: 0;
	}
	.brendsDescription .files_porcelanosa {
		display: block;
		flex-wrap: unset;
	}
	a.btn_pdf.section_pdf.animated.on{
		width: 100%;
		max-width: 100%;
	}
	a.btn_pdf.animated.on{
		width: 100%;
		max-width: 100%;
	}
}
.files_porcelanosa .btn_pdf.animated.on {
	max-width: 31.33%;
}
.file {
	width: 33.33%;
}
.file .btn_pdf .text p {
	white-space: normal;
	overflow: hidden;
	text-overflow: unset;
}
a.btn_pdf.section_pdf.animated.on {
    margin: 0;
    min-height: 61px;
	height: auto;
    padding: 15px 0px 0px 25px;
    margin-right: 10px;
    margin-top: 1.88em;
}
.brendsDescription a.btn_pdf.section_pdf.animated.on {
    border: 1px solid #fff;
}
.brendsDescription .btn_pdf.section_pdf svg {
    fill: #fff;
}
.brendsDescription .btn_pdf.section_pdf .text p,
.brendsDescription .btn_pdf.section_pdf .text b{
    color: #fff ;
}
.brendsDescription a.section_pdf:hover svg{
    fill: #000;
}
.brendsDescription a.section_pdf:hover p,
.brendsDescription a.section_pdf:hover b{
    color: #000 !important;
}
.brendsDescription .section_pdf.btn_pdf:before{
    border-bottom: 80px solid white !important;
}
.brendsDescription .section_pdf.btn_pdf::after {
    border-top: 80px solid white !important;
}
.brendsDescription .section_pdf{
    color: #fff ;
	margin-right: 45px;
}
.section_pdf.btn_pdf svg{
	margin-right: 0;
}
@media (min-width:775px) {
    .container_pdf_section{
    	float: right;
    	width: calc(100% - 313px);
    }
}

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

/* 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%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	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%;
	}
    a.btn_pdf.section_pdf.animated.on{
        width: 100%;
    }
}

@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 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.capper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.capper__h1 {
    float: left
}

@media(max-width: 800px) {
    .capper__full {
        width:100%
    }
}

.terr {
    float: left;
    font-weight: 500;
    color: #555;
    font-size: .8125rem;
    padding-top: .75rem;
    padding-bottom: .25rem;
    border-bottom: .125rem solid #f1f1f1
}

.terr:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #161616
}

.terr:nth-child(1) {
    margin-left: 2.5rem
}

.terr:nth-child(2) {
    padding-left: 1.5rem
}

.terr__num {
    position: relative;
    top: -0.5em;
    font-weight: 500;
    color: #999;
    font-size: .6875rem
}

.terr_active {
    border-bottom-color: #161616
}

@media(max-width: 800px) {
    .terr {
        padding-top:.125rem;
        width: 50%;
        margin-bottom: 2.125rem
    }

    .terr:nth-child(1) {
        margin-left: 0
    }

    .terr:nth-child(2) {
        padding-left: 0
    }
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.justify-items-left {
    justify-content: left;
    max-width: 533px;
}

.svg-inline {
    visibility: hidden
}

.bill__ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: 0;
    margin-bottom: 1.3125rem;
    border-bottom: .125rem solid #f1f1f1
}

.bill__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bill__forgot {
    color: #161616;
    font-size: .8125rem;
    display: inline-block;
    line-height: 1.3;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    font-weight: 500
}

.bill__item {
    margin-right: 1.5rem;
    color: #555;
    font-size: .8125rem;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.bill__item_active {
    color: #161616
}

.bill__item_active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.125rem;
    width: 100%;
    height: .0625rem;
    background: #161616
}

.hide {
    display: none !important
}

.lightbox__enter-phone .input-text {
    max-width: 100%
}

.lightbox__label {
    color: #161616;
    padding-top: 1rem;
    margin-bottom: .3125rem;
    font-size: .8125rem;
    font-weight: 500
}

.lightbox__box {
    margin-bottom: 1.5625rem
}

.link-drop-Catalog b {
    width: 1.375rem;
    height: 1.375rem;
    background: url("/local/templates/main/components/bitrix/catalog/main_new/../images/cat1.svg") no-repeat center;
    position: relative;
    top: -.0625rem
}

.link-drop-Catalog b i {
    display: none
}

.link-drop:before {
    content: "";
    margin-right: .5rem;
    position: relative;
    top: .375rem;
    width: 1.375rem;
    height: 1.375rem;
    display: inline-block;
    background: url("/local/templates/main/components/bitrix/catalog/main_new/../images/cat2.svg") no-repeat center
}

.menu-top .catalog-link.sublink .sublist {
    min-width: 11rem
}

@media(max-width: 981px) {
    .menu-top.visible {
        display:-webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .header-mobile .menu-top {
        padding-bottom: 1.25rem
    }

    .menu-top .city {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .header-mobile .city dt .drop-link {
        text-transform: uppercase;
        color: #959594;
        font-size: .875rem;
        font-weight: 400;
        padding-bottom: .25rem;
        padding-top: .5rem;
        line-height: 1.2
    }

    .drop-link__city {
        margin-left: .375rem;
        display: inline-block;
        color: #000
    }

    .drop-link__city:after {
        content: "";
        margin-left: .5rem;
        width: .8125rem;
        height: .5rem;
        position: relative;
        top: -.0625rem;
        background: url("/local/templates/main/components/bitrix/catalog/main_new/../images/arr2.svg") no-repeat center;
        display: inline-block
    }

    .menu-top .first-lvl {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.wire {
    color: #959594;
    font-size: .8125rem;
    font-weight: 400;
    display: none;
    padding-top: .0625rem;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.wire img {
    width: .6875rem;
    display: block;
    margin-left: .375rem
}

.wire:hover,.wire:focus,.wire:active {
    -webkit-text-decoration: none;
    text-decoration: none
}

.menu-top .wire {
    display: none
}

@media(max-width: 1000px) {
    .wire {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.city-hidd {
    opacity: 0;
    display: none;
    visibility: hidden;
    position: absolute;
    left: calc(50vw - 17.5rem);
    z-index: 10;
    top: 3.25rem;
    background: #fff;
    -webkit-box-shadow: 0 0 .938rem rgba(0,0,0,.1019607843);
    box-shadow: 0 0 .938rem rgba(0,0,0,.1019607843);
    -webkit-transition: .4s;
    transition: .4s;
    padding: 1.8125rem 1.25rem .56rem;
    width: 25rem
}

.city-hidd.open {
    display: block;
    opacity: 1;
    visibility: visible
}

.city-hidd ul a {
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .875rem
}

.city-hidd .title {
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1.56rem
}

@media(max-width: 1000px) {
    .city-hidd {
        width:100vw;
        left: 0;
        top: 7.0625rem;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.land {
    padding-top: 3rem;
    padding-bottom: 1.875rem
}

.land_use {
    padding-top: 0;
    padding-bottom: 10.625rem
}

.land__img {
    padding-left: .25rem;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0
}

.land__img_vp {
    opacity: 1
}

.land__img_left {
    padding-right: 1.25rem;
    padding-left: 0
}

.land__h2 {
    font-size: 1.875rem;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 4.5rem
}

.land__ul {
    list-style-type: none
}

.land__par {
    line-height: 1.55;
    color: #000;
    font-size: 1rem;
    margin-bottom: 1.25rem;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.land__par_vp {
    opacity: 1
}

.land__li {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: .5rem
}

.land__li:before {
    content: "•";
    margin-right: .1875rem
}

@media print,screen and (max-width: 63.99875em) {
    .land__h2 {
        margin-bottom:1.25rem
    }

    .land__img {
        padding-left: 0;
        padding-right: 0
    }
}

@media print,screen and (max-width: 39.99875em) {
    .land {
        padding-bottom:0
    }

    .land_use {
        padding-bottom: 1.875rem
    }
}

.salon {
    color: #000;
    text-align: center;
    margin-bottom: 1.25rem;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.salon_vp {
    opacity: 1
}

.cell:nth-child(2)>.salon {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.cell:nth-child(3)>.salon {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.cell:nth-child(4)>.salon {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.salon__num {
    font-size: 1.75rem;
    line-height: 1.23;
    padding-bottom: 1.25rem;
    margin-bottom: 1.125rem;
    border-bottom: .0625rem solid rgba(0,0,0,.2196078431)
}

.salon__title {
    font-size: 1rem;
    line-height: 1.55
}

.cite {
    font-style: italic;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.55;
    position: relative;
    margin-bottom: 3.75rem
}

.cite:before {
    color: #ccc;
    content: "“";
    position: absolute;
    left: -5.625rem;
    top: -0.5rem;
    font-size: 9.375rem;
    line-height: 1;
    font-family: Georgia,serif
}

@media print,screen and (max-width: 74.99875em) {
    .cite {
        padding-left:3.125rem
    }

    .cite:before {
        left: 0;
        font-size: 5.625rem
    }
}

.autor {
    margin-bottom: 2.5rem;
    color: #000;
    font-size: 1rem;
    line-height: 1.35;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.autor_vp {
    opacity: 1
}

.cell:nth-child(2)>.autor {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.cell:nth-child(3)>.autor {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.cell:nth-child(4)>.autor {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.autor__img {
    height: 20.625rem;
    margin-bottom: 1.25rem;
    background-size: cover;
    background-position: center
}

.heading {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.375rem;
    margin-bottom: 3rem;
    line-height: 1.17;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0
}

.heading_vp {
    opacity: 1
}

@media print,screen and (max-width: 63.99875em) {
    .heading {
        font-size:1.625rem;
        margin-bottom: 1.25rem
    }
}

.history {
    margin-bottom: 5rem;
    height: 38.75rem;
    visibility: hidden;
    overflow: hidden
}

.history.slick-initialized {
    visibility: visible;
    overflow: visible;
    height: auto
}

.history .slick-arrow {
    -webkit-transform: none;
    transform: none;
    width: 1.875rem;
    height: 1.875rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border-radius: 50%;
    top: calc(50% - 2.7rem);
    left: auto;
    right: -3.125rem
}

.history .slick-arrow svg {
    width: .4375rem;
    height: .75rem
}

.history .slick-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -3.125rem;
    right: auto
}

.history .slick-dots {
    margin-top: 1rem
}

.history .slick-dots li.slick-active button {
    background: #000
}

.history .slick-dots button {
    background: #adadad;
    width: .375rem;
    margin: .3125rem;
    height: .375rem
}

.history__img {
    width: 25rem;
    margin-bottom: 1.25rem;
    background-size: cover;
    height: 34.375rem;
    background-position: center
}

.history__main {
    padding-left: 2.5rem;
    padding-top: 5rem
}

.history__year {
    font-size: 1.125rem;
    font-weight: normal
}

.history__text {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 3.75rem;
    line-height: 1.55
}

@media print,screen and (max-width: 89.99875em) {
    .history .slick-arrow {
        right:-.625rem
    }

    .history .slick-prev {
        left: -.625rem;
        right: auto
    }
}

@media print,screen and (max-width: 63.99875em) {
    .history__img {
        width:18.75rem
    }

    .history .slick-dots {
        margin-top: 0
    }

    .history__main {
        padding-left: 1.25rem;
        padding-top: 0
    }

    .history__text {
        margin-bottom: 1.875rem
    }
}

@media print,screen and (max-width: 39.99875em) {
    .history__img {
        width:50%;
        margin-left: auto;
        margin-right: auto;
        height: 0;
        padding-bottom: 91.3%
    }
}

.variant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.variant__main {
    width: 50%;
    background: #f0f0f0
}

.variant__text {
    margin: 10%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0
}

.variant__text_vp {
    opacity: 1
}

.variant__img {
    width: 50%;
    background-size: cover;
    background-position: center
}

@media print,screen and (max-width: 63.99875em) {
    .variant__img {
        height:12.5rem;
        width: 100%
    }

    .variant__main {
        width: 100%
    }
}

.grid-container {
    width: 71.625rem;
    max-width: 100%;
    padding-left: .625rem;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    padding-right: .625rem
}

.grid-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.grid-x.grid-padding-x {
    margin-left: -.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -.625rem
}

.grid-x.grid-padding-x>.cell {
    padding-left: .625rem;
    padding-right: .625rem
}

.grid-x>.cell {
    width: 100%
}

@media(min-width: 641px) {
    .medium-up-2>.cell {
        width:50%
    }

    .grid-x>.medium-shrink {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x>.medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        width: auto
    }
}

@media(min-width: 961px) {
    .grid-x>.large-12 {
        width:50%
    }

    .large-up-4>.cell {
        width: 25%
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0,0,0,0)
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-slide {
    outline: none !important
}

.slick-slide a,.slick-slide:focus {
    outline: none
}

.slick-list {
    z-index: 0
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: none;
    transform: none;
    -webkit-transform: initial;
    transform: initial
}

.slick-prev {
    left: 1rem
}

.slick-next {
    right: 1rem
}

.slick-next,.slick-prev {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    cursor: pointer;
    color: hsla(0,0%,100%,.5333333333);
    background: rgba(0,0,0,.1333333333);
    padding: 0;
    border: none;
    outline: none;
    width: 1.875rem;
    height: 3.125rem;
    border-radius: .3125rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.slick-next svg,.slick-prev svg {
    width: 1.5625rem;
    height: 2.6875rem
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    outline: none;
    color: hsla(0,0%,100%,.5333333333);
    background: rgba(0,0,0,.3333333333)
}

.slick-next.slick-disabled,.slick-prev.slick-disabled {
    color: hsla(0,0%,100%,.5333333333);
    background: rgba(0,0,0,.0666666667)
}

.slick-dots {
    margin: 2rem 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.slick-dots li.slick-active button {
    background: rgba(0,0,0,.2)
}

.slick-dots li button {
    border: 0;
    background: rgba(0,0,0,.0666666667);
    display: block;
    height: .625rem;
    width: .625rem;
    outline: none;
    line-height: 0;
    font-size: 0;
    margin: 1rem;
    padding: 0;
    border-radius: 50%;
    cursor: pointer
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: none
}

.sublist_full .col {
    width: 100%
}

.story {
    margin-bottom: 3.125rem;
    height: 38.75rem;
    margin-left: -1.875rem;
    width: calc(100% + 3.75rem);
    visibility: hidden;
    overflow: hidden
}

.story.slick-initialized {
    visibility: visible;
    overflow: visible;
    height: auto
}

.story .slick-arrow {
    -webkit-transform: none;
    transform: none;
    width: 3.125rem;
    height: 3.125rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border-radius: 50%;
    top: calc(50% - 2.7rem);
    left: auto;
    right: -3.125rem
}

.story .slick-arrow svg {
    width: 1.3125rem;
    height: 2.25rem
}

.story .slick-arrow polyline {
    stroke: #d3d2d0
}

.story .slick-arrow:hover polyline {
    stroke: #c3c2d0
}

.story .slick-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -3.125rem;
    right: auto
}

.story .slick-slide {
    padding-left: 1.875rem;
    padding-right: 1.875rem
}

.story .slick-dots {
    margin-top: 1rem
}

.story .slick-dots li.slick-active button {
    background: #000
}

.story .slick-dots button {
    background: #adadad;
    width: .375rem;
    margin: .3125rem;
    height: .375rem
}

.story__img {
    margin-bottom: 1.25rem
}

.story__img img {
    display: inline-block;
    max-width: 100%
}

.story__title {
    font-size: 1.375rem;
    font-weight: 700;
    font-weight: normal
}

.story__slide {
    display: block;
    -webkit-text-decoration: none;
    text-decoration: none
}

.story__text {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.25rem;
    line-height: 1.55
}

@media(max-width: 1340px) {
    .story {
        margin-left:0;
        width: 100%
    }

    .story .slick-prev {
        left: -.8125rem
    }

    .story .slick-next {
        right: -.8125rem
    }

    .story .slick-slide {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media print,screen and (max-width: 39.99875em) {
    .story .slick-slide {
        padding-left:0;
        padding-right: 0
    }

    .story .slick-arrow {
        top: calc(50% - 2rem);
        background: none
    }

    .story__title {
        font-size: 1.125rem
    }

    .story__text {
        margin-bottom: .625rem;
        font-size: .875rem
    }
}

.lone {
    padding-top: 3.125rem
}

.lone__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media print,screen and (max-width: 39.99875em) {
    .lone__flex {
        margin-bottom:.625rem;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.btn_lone {
    display: inline-block
}

.loft {
    display: block;
    position: relative;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.loft:hover,.loft:focus,.loft:active {
    color: #fff
}

.loft * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.loft:hover .loft__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.loft:hover .loft__block:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.loft__img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .6s;
    transition: .6s
}

.loft__block {
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative
}

.loft__block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/local/templates/main/components/bitrix/catalog/main_new/../images/bg_dark_op.png") repeat-x 0 0;
    background-size: .0625rem 100%;
    z-index: 1
}

.loft__block:after {
    content: "";
    position: absolute;
    left: .6875rem;
    right: .6875rem;
    top: .6875rem;
    bottom: .6875rem;
    border: .0625rem solid #fff;
    opacity: 0;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.loft__box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    left: 0;
    padding: 1.25rem 2.5rem
}

.loft__title {
    font-size: 1.125rem;
    text-transform: uppercase;
    position: relative;
    padding-bottom: .625rem;
    margin-bottom: .625rem
}

.loft__title:after {
    content: "";
    width: 2.75rem;
    position: absolute;
    left: 0;
    bottom: 0;
    height: .0625rem;
    background: hsla(0,0%,100%,.3333333333)
}

@media print,screen and (max-width: 39.99875em) {
    .loft__title {
        font-size:.875rem
    }

    .loft__name {
        font-size: .8125rem
    }
}

.terr {
    float: left;
    font-weight: 500;
    color: #555;
    font-size: .8125rem;
    padding-top: .75rem;
    padding-bottom: .25rem;
    border-bottom: .125rem solid #f1f1f1
}

.terr:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #161616
}

.terr:nth-child(1) {
    margin-left: 2.5rem
}

.terr:nth-child(2) {
    padding-left: 1.5rem
}

.terr__num {
    position: relative;
    top: -0.5em;
    font-weight: 500;
    color: #999;
    font-size: .6875rem
}

.terr_active {
    border-bottom-color: #161616
}

@media(max-width: 800px) {
    .terr {
        padding-top:.125rem;
        width: 50%;
        margin-bottom: 2.125rem
    }

    .terr:nth-child(1) {
        margin-left: 0
    }

    .terr:nth-child(2) {
        padding-left: 0
    }
}

@media(max-width: 640px) {
    .catalogCollections h1 {
        width:100%
    }
}

.capper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.capper__h1 {
    float: left
}

@media(max-width: 800px) {
    .capper__full {
        width:100%
    }
}

.setup {
    border-top: .0625rem solid #f1f1f1;
    padding-top: 4.875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.setup * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.setup__slider {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
    height: 22.5625rem;
    visibility: hidden
}

.setup__slider.slick-initialized {
    height: auto;
    visibility: visible
}

.setup__slider .slick-arrow {
    background: none;
    width: 3.125rem;
    height: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.setup__slider .slick-arrow svg {
    width: 1.3125rem;
    height: 2.25rem
}

.setup__slider .slick-arrow polyline {
    stroke: #d3d2d0
}

.setup__slider .slick-arrow:hover polyline {
    stroke: #333
}

.setup__slider .slick-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -3.125rem
}

.setup__slider .slick-next {
    right: -3.125rem;
    -webkit-transform: none;
    transform: none
}

.setup__slide {
    padding-right: 1.875rem;
    padding-left: 1.875rem
}

.setup__img {
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.25rem
}

.setup__img:hover {
    color: #f0f0f0
}

.setup__img img {
    width: 100%
}

.setup__title {
    text-transform: uppercase;
    margin-bottom: 1.875rem
}

.setup__name {
    font-size: .875rem
}

.setup__main {
    position: absolute;
    left: 0;
    padding-left: 2.8125rem;
    bottom: 2.5rem;
    width: 100%
}

@media(max-width: 1340px) {
    .setup__slider .slick-arrow {
        top:calc(50% - 1.5rem)
    }

    .setup__slider .slick-prev {
        left: 0
    }

    .setup__slider .slick-next {
        right: 0
    }
}

@media(max-width: 930px) {
    .setup {
        padding-top:1.25rem;
        border-top: 0;
        margin-bottom: 2.5rem
    }

    .setup__h2 {
        margin-bottom: .625rem
    }

    .setup__slider {
        margin-right: -.625rem;
        margin-left: -.625rem
    }

    .setup__title {
        margin-bottom: 1.25rem
    }

    .setup__img {
        font-size: 1rem
    }

    .setup__name {
        font-size: .8125rem
    }

    .setup__slide {
        padding-right: .625rem;
        padding-left: .625rem
    }

    .setup__main {
        bottom: 1.875rem;
        padding-left: 1.875rem
    }

    .justify-items-left {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/main/style.css?1774446419585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.element/main/style.css?17744464191456*/
.recommend-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    padding: 18px 0;
    border: 1px solid #8a8a8a;
    background-color: #f1f1f1;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    transition: .3s;
}
.recommend-link:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
a.action_btn.btn-white.animated.on {
    display: block;
    border: 1px white solid;
    width: auto;
    padding: 5px 13px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 0;
    height: max-content;
    margin-bottom: 7px;
    max-width: max-content;
}

a.action_btn.btn-white:before {
    border-right: 13px solid transparent;
    border-bottom: 26px solid #fff;
}

a.action_btn.btn-white:after {
    border-right: 13px solid transparent;
    border-bottom: 26px solid #fff;
}

@media screen and (min-width: 0px) and (max-width: 29.94em) {
    .store-text {
        margin: 0 -1rem;
    }
}

.store-text {
    background: #161616;
    padding-top: 3px;
}

.store--text {
    width: 155px;
    background-color: rgba(241, 241, 241, 0.8);
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 0.800rem;
    padding: 0.25rem 0.5rem;"
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.element/main/themes/blue/style.css?17744464191064*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1; }

.bx-blue .product-item-image-slider-control:hover { background-color: rgba(0, 131, 209, .8); }

.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover { background-color: #0083d1; }

.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active { outline-color: #006cc0; }

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #006cc0; }

/* Amount */
.bx-blue .product-item-amount-field:focus { border-color: #006cc0; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/slider_main/style.css?17744464193808*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

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

.row::before {
	display: initial;
}
/* End */


/* Start:/local/templates/main/components/iarga/iarga.itemgood/good/style.css?177444641925363*/

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding: 15px 0 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
}

.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
	.product-item-line-card .product-item .col-sm-6:nth-child(2n) { clear: both; }
}

.bx-retina .product-item { border-width: .5px; }

.product-item * { transition: opacity 300ms ease; }

@media (max-width: 767px) {
	.product-item { padding: 15px 5px 5px }

	.product-item-line-card .product-item .col-xs-12:nth-child(2n) { clear: both; }
}

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border: 1px solid transparent;
	background: #fff;
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

.bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item { -webkit-animation: product-item-hover 300ms 1 ease; }

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: -15px;
		right: -15px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle { top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

/*Price*/
.product-item-price-container { margin: 5px 0 10px; }

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-line-card .product-item-info-container { text-align: center; }

.product-item-info-container { margin-bottom: 8px; }

.product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	/* float: left; */
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

@media (max-width: 991px) {
	.product-item-line-card .product-item-scu-container-title { text-align: center; }

	.product-item-line-card .product-item-scu-item-list { text-align: center; }

	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
/* End */
/* /local/templates/main/components/bitrix/catalog/main_new/style.css?177444641929674 */
/* /local/templates/main/components/bitrix/breadcrumb/main/style.css?1774446419585 */
/* /local/templates/main/components/bitrix/catalog.element/main/style.css?17744464191456 */
/* /local/templates/main/components/bitrix/catalog.element/main/themes/blue/style.css?17744464191064 */
/* /local/templates/main/components/bitrix/catalog.section/slider_main/style.css?17744464193808 */
/* /local/templates/main/components/iarga/iarga.itemgood/good/style.css?177444641925363 */
