

/* Start:/local/components/nm/catalog.element/templates/full/style.css?17592253583522*/
.section-tovar.new-section .section-tovar__title-wrap > .reviews-preview-block, .section-tovar.new-section .section-tovar__title-wrap > .reviews-block {
    display: block !important;
}
.designer-info {
	display: block;
    width: 1050px;
    padding-left: 210px;
    max-width: 100%;
    margin: 80px auto 40px;
}

.designer-info:hover .designer-info__text strong {
	color: #a41d21
}


.designer-info__body {
    display: flex;
    align-items: center;
}

.designer-info__pics {
    margin-right: 35px;
}

.designer-info__pics img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.designer-info__pics {
    display: flex;
}

.designer-info__designer-img {
    flex: 0 0 120px;
    width: 120px;
    max-width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.designer-info__designer-logo {
    flex: 0 0 120px;
    width: 120px;
    max-width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #444444; 
    position: relative;
    margin-left: -25px;
    z-index: 1;
}

.designer-info__text {
    font-size: 13px;
    color: #777777;
    line-height: 18px;
    flex: 0 0 280px;
    width: 280px;
    max-width: 280px;
}

.designer-info__designer-img.animated,
.designer-info__designer-logo.animated,
.designer-info__text.animated {
    -webkit-transform: translate(-15px, 0) !important;
    -ms-transform: translate(-15px, 0) !important;
    transform: translate(-15px, 0) !important;
}

.designer-info__designer-img.animated.fadeInUp,
.designer-info__designer-logo.animated.fadeInUp,
.designer-info__text.animated.fadeInUp {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}

.designer-info__designer-img.animated {
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.designer-info__designer-logo.animated {
    -webkit-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.designer-info__text.animated {
    -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.designer-info__text strong {
    font-size: 18px;
    color: #000;
    font-weight: 400; 
    line-height: 28px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    transition: color 0.3s;
}


@media (max-width: 1024px) {
    .designer-info {
        padding-left: 150px;
    }
}

@media (max-width: 960px) {
    .designer-info {
        margin-top: 50px;
        margin-bottom: 0;
    }

    
}

@media (max-width: 959px) {
    .designer-info {
        padding-left: 50px;
    }
    
}

@media (max-width: 768px) {
    .designer-info {
        width: 495px;
        padding-left: 0;
    }

    .designer-info__body {
        display: block;
    }

    .designer-info__pics {
        margin-bottom: 25px;
    }

    .designer-info__text {
        width: 100%;
        max-height: 100%;
    }
}

@media (max-width: 480px) {
    .designer-info {
        margin-top: 25px;
        margin-bottom: 0;
    }
   
}

/* End */


/* Start:/local/templates/divanchik/components/divanchik/breadcrumb/product/style.css?17539618911375*/
/*
.section-tovar .bx_breadcrumbs{
    padding-top: 100px;
    z-index: 999999;
    margin: 0;
}

.section-tovar .bx_breadcrumbs ul li a span,
.section-tovar .bx_breadcrumbs ul li span{
    color: #fff;
}

.section-tovar .bx_breadcrumbs ul li a {
   background: url("/local/templates/divanchik/css/../img/crumbs-arrow-white-right.svg") right center no-repeat;
   background-size: 5px 8px;
}
*/


.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/local/templates/divanchik/components/divanchik/breadcrumb/product/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 11px;
    color:#aaa;
    text-decoration:none;
    font-size:12px;
    text-transform: uppercase;
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
/* End */
/* /local/components/nm/catalog.element/templates/full/style.css?17592253583522 */
/* /local/templates/divanchik/components/divanchik/breadcrumb/product/style.css?17539618911375 */
