

/* Start:/local/templates/main/components/bitrix/catalog/main_new/style.css?176035495829674*/
.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?1752836214585*/
.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.section.list/main/style.css?17528362147151*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

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

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

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

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

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

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

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

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }
/* End */
/* /local/templates/main/components/bitrix/catalog/main_new/style.css?176035495829674 */
/* /local/templates/main/components/bitrix/breadcrumb/main/style.css?1752836214585 */
/* /local/templates/main/components/bitrix/catalog.section.list/main/style.css?17528362147151 */
