

/* 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 */
/* /local/components/nm/catalog.element/templates/full/style.css?17592253583522 */
