.bread-item {
    display: inline-block;
    padding-left: 12px;
    position: relative;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    color: #444444;
    margin-top: 16px;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .bread-item {
        display: none;
    }
}

.bread-item--mobile {
    display: none;
}

@media (max-width: 991px) {
    .bread-item--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #E2001A;
        height: 32px;
        width: 32px;
        font-size: 20px;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }

    .bread-item--mobile .svg-icon {
        margin-right: 0;
        margin-top: 4px;
    }
}

.bread-item:before {
    position: absolute;
    content: '‹';
    left: 0;
    top: 2px;
    height: 100%;
    width: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    color: #e2001a;
}

.catalog-detail__title {
    margin: 0 0 7px 0;
    color: #444444;
}

@media (max-width: 991px) {
    .catalog-detail__title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 2px;
    }
}

.catalog-detail__subtitle {
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    margin: 0 0 38px 0;
}

@media (max-width: 991px) {
    .catalog-detail__subtitle {
        margin-bottom: 34px;
    }
}

@media (max-width: 575px) {
    .catalog-detail__subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }
}

.catalog-detail__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .catalog-detail__left {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 30px;
    }
}

.catalog-detail__image {
    position: relative;
    height: 304px;
    margin-right: 73px;
    order: 1;
}
.catalog-detail__image_notadvantages{
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .catalog-detail__image {
        height: 288px;
        margin-right: 38px;
    }
    .catalog-detail__image_notadvantages{
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .catalog-detail__image {
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .catalog-detail__image {
        height: 241px;
        margin-right: 66px;
    }
    .catalog-detail__image_notadvantages{
        margin-left: auto;
        margin-right: auto;
    }
    .catalog-detail__xzoom-preview{
        display: none !important;
    }
    .catalog-detail__xzoom-source{
        display: none !important;
    }
}

.catalog-detail__image-wrap{
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 100%;
}

.catalog-detail__image-zoom{
    position: absolute;
    top: -24px;
    right: -40px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 18px;
    background: #e9ecee;
    color: #ffffff;
    text-align: center;
}
@media (max-width: 575px){
    .catalog-detail__image-zoom{
        top: -10px;
        display: none;
    }
}
.catalog-detail__image-zoom .svg-icon{
    vertical-align: top;
    margin-top: 7px;
}

.catalog-detail__image-img {
    display: block;
    height: 100%;
    max-width: 100%;
    width: auto !important;
}

.catalog-detail__icons {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 4px;
    order: 2;
}

@media (max-width: 991px) {
    .catalog-detail__icons {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .catalog-detail__icons {
        max-width: 250px;
    }
}
@media (max-width: 575px) {
    .catalog-detail__icons {
        max-width: none;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
    }
}

.detail-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
}

.detail-icon:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .detail-icon {
        margin-bottom: 16px;
    }
}
@media (max-width: 575px) {
    .detail-icon {
        cursor: pointer;
        margin-bottom: 10px;
    }
}

.detail-icon__img {
    position: relative;
    width: 56px;
    height: 56px;
    margin-right: 18px;
}

@media (max-width: 575px) {
    .detail-icon__img {
        margin-right: 0;
    }
}

.detail-icon__icon{
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.detail-icon__img img {
    display: block;
    height: auto;
    width: 100%;
}

.detail-icon__desc {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 177px;
}

@media (max-width: 991px) {
    .detail-icon__desc {
        display: none;
    }
}
@media (max-width: 767px) {
    .detail-icon__desc {
        display: block;
    }
}
@media (max-width: 575px) {
    .detail-icon__desc {
        display: none;
    }
}

.detail-icon .svg-icon {
    position: absolute;
    color: #e2001a;
    top: -4px;
    right: -6px;
    font-size: 12px;
    cursor: pointer;
}

@media (max-width: 575px) {
    .detail-icon .svg-icon {
        font-size: 16px;
        top: -7px;
        right: -8px;
    }
}

.detail-icon__info {
    position: absolute;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    width: 209px;
    z-index: 2;
    top: -20px;
    left: 100%;
    margin-left: 19px;
    border: 1px solid #d7d7d7;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 575px) {
    .detail-icon__info {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        z-index: 999999;
        margin: 0;
    }
}

.detail-icon__info-desc {
    padding: 16px 22px;
    background-color: #f6f6f6;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
}

@media (max-width: 575px) {
    .detail-icon__info-desc {
        background-color: #fff;
        padding: 18px;
        padding-top: 56px;
        height: 100%;
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        position: relative;
    }
}

.detail-icon__info-desc span {
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-bottom: 8px;
}

@media (max-width: 575px) {
    .detail-icon__info-desc span {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        color: #444444;
        margin-bottom: 16px;
    }
}

.detail-icon__info-mobile-icon {
    display: none;
}

@media (max-width: 575px) {
    .detail-icon__info-mobile-icon {
        position: absolute;
        top: 18px;
        left: 18px;
        width: 18px;
        height: 18px;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjE4cHgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5JY29ucy9DbG9zZS8yNDwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz4gICAgICAgIDxwb2x5Z29uIGlkPSJwYXRoLTEiIHBvaW50cz0iMCAwIDE3LjUgMCAxNy41IDE3LjUgMCAxNy41Ij48L3BvbHlnb24+ICAgIDwvZGVmcz4gICAgPGcgaWQ9IjAyLeKAlC1Qcm9kdWN0cyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iUHJvZHVjdHMvMzIwX1Rvb2x0aXBzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTguMDAwMDAwLCAtMjEuMDAwMDAwKSI+ICAgICAgICAgICAgPGcgaWQ9Ikljb25zL0Nsb3NlLzI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxOC4wMDAwMDAsIDIxLjAwMDAwMCkiPiAgICAgICAgICAgICAgICA8ZyBpZD0iUGFnZS0xIj4gICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgICAgICAgICAgICAgPC9tYXNrPiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkNsaXAtMiI+PC9nPiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEwLjE2NDEsOC43NSBMMTcuMjA3MSwxLjcwNyBDMTcuNTk4MSwxLjMxNiAxNy41OTgxLDAuNjg0IDE3LjIwNzEsMC4yOTMgQzE2LjgxNjEsLTAuMDk4IDE2LjE4NDEsLTAuMDk4IDE1Ljc5MzEsMC4yOTMgTDguNzUwMSw3LjMzNiBMMS43MDcxLDAuMjkzIEMxLjMxNjEsLTAuMDk4IDAuNjg0MSwtMC4wOTggMC4yOTMxLDAuMjkzIEMtMC4wOTc5LDAuNjg0IC0wLjA5NzksMS4zMTYgMC4yOTMxLDEuNzA3IEw3LjMzNjEsOC43NSBMMC4yOTMxLDE1Ljc5MyBDLTAuMDk3OSwxNi4xODQgLTAuMDk3OSwxNi44MTYgMC4yOTMxLDE3LjIwNyBDMC40ODgxLDE3LjQwMiAwLjc0NDEsMTcuNSAxLjAwMDEsMTcuNSBDMS4yNTYxLDE3LjUgMS41MTIxLDE3LjQwMiAxLjcwNzEsMTcuMjA3IEw4Ljc1MDEsMTAuMTY0IEwxNS43OTMxLDE3LjIwNyBDMTUuOTg4MSwxNy40MDIgMTYuMjQ0MSwxNy41IDE2LjUwMDEsMTcuNSBDMTYuNzU2MSwxNy41IDE3LjAxMjEsMTcuNDAyIDE3LjIwNzEsMTcuMjA3IEMxNy41OTgxLDE2LjgxNiAxNy41OTgxLDE2LjE4NCAxNy4yMDcxLDE1Ljc5MyBMMTAuMTY0MSw4Ljc1IFoiIGlkPSJGaWxsLTEiIGZpbGw9IiM3Njc2NzYiIG1hc2s9InVybCgjbWFzay0yKSI+PC9wYXRoPiAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        z-index: 99;

    }
}

.detail-icon__info-arrow {
    position: absolute;
    width: 17px;
    height: 17px;
    top: 11px;
    left: -8px;
    -webkit-transform: translate(0px);
        -ms-transform: translate(0px);
            transform: translate(0px);
    z-index: -1;
}

@media (max-width: 575px) {
    .detail-icon__info-arrow {
        display: none;
    }
}

.detail-icon__info-arrow:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    border: 1px solid #d7d7d7;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.detail-icon .detail-icon__img:hover .detail-icon__info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0);
}

/* @media (max-width: 575px) {
    .detail-icon .detail-icon__img:hover .detail-icon__info {
        display: none;
    }
} */

.catalog-detail__top {
    padding-bottom: 40px;
    border-bottom: 8px solid #f6f6f6;
}

@media (max-width: 991px) {
    .catalog-detail__top {
        padding-bottom: 32px;
    }
}

@media (max-width: 575px) {
    .catalog-detail__top {
        padding-bottom: 32px;
    }
}

.catalog-detail__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media (max-width: 991px) {
    .catalog-detail__row {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .catalog-detail__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .catalog-detail__row_sizes {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media (max-width: 575px) {
    .catalog-detail__row_sizes {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 330px) {
    .catalog-detail__row_sizes {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-right: -20px;
    }
}

@media (max-width: 575px) {
    .catalog-detail__sizes {
        margin-bottom: 23px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.catalog-detail__sizes-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .catalog-detail__sizes-list{
        margin-bottom: 0;
    }
}

.catalog-detail__size {
    position: relative;
    margin-right: 16px;
    color: #767676;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: -0.6px;
    padding: 8px 0 0 10px;
    white-space: nowrap;
}
.catalog-detail__size:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 35px;
    background-image: url(../../images/icon_product_size.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 25px 35px;
    -moz-background-size: 25px 35px;
    -webkit-background-size: 25px 35px;
    -o-background-size: 25px 35px;
}

.catalog-detail__size:last-of-type {
    margin-right: 0;
}

.catalog-detail__info-title {
    text-transform: uppercase;
    font-size: 18px;
    color: #494949;
    line-height: 24px;
    margin: 0 0 14px 0;
}

@media (max-width: 991px) {
    .catalog-detail__info-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .catalog-detail__info-title {
        margin-bottom: 9px;
    }
}

.catalog-detail__type {
    margin-bottom: 18px;
    margin-right: 21px;
}

@media (max-width: 991px) {
    .catalog-detail__type {
        margin-left: 87px;
        margin-bottom: 4px;
    }
}

@media (max-width: 575px) {
    .catalog-detail__type {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 28px;
    }
    .catalog-detail__type-img{
        display: block;
        max-height: 50px;
    }
}

.catalog-detail__info-btn {
    padding: 15px 27px 16px 24px;
    font-size: 14px;
    margin-right: 57px;
}

@media (max-width: 991px) {
    .catalog-detail__info-btn {
        padding: 14px 24px 14px 24px;
    }
}

@media (max-width: 575px) {
    .catalog-detail__info-btn{
        margin-right: 30px;
    }
}
@media (max-width: 420px) {
    .catalog-detail__info-btn {
        width: 100%;
        margin-bottom: 27px;
        line-height: 48px;
        padding: 0;
        text-align: center;
    }
}

.catalog-detail__info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (max-width: 767px) {
    .catalog-detail__info-wrap {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media (max-width: 420px) {
    .catalog-detail__info-wrap {
        display: block;
    }
}

.catalog-detail__info-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (max-width: 420px) {
    .catalog-detail__info-map {
        margin-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .catalog-detail__info-map .svg-icon {
        margin: 0;
        position: relative;
        left: -3px;
    }
}

.catalog-detail__info-map .svg-icon {
    vertical-align: top;
    margin-top: 5px;
    font-size: 16px;
    -webkit-transition: .2s color;
    -o-transition: .2s color;
    transition: .2s color;
}

.catalog-detail__info-map a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #444444;
    position: relative;
    top: -1px;
    text-decoration: none;
}
    .catalog-detail__info-map a .link-text{
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #444444;
        margin-left: 6px;
        border-color: #d7d7d7;
        border-width: 0 0 1px;
        border-style: solid;
        -webkit-transition: .2s border-color, .2s color;
        -o-transition: .2s border-color, .2s color;
        transition: .2s border-color, .2s color;
    }
    .catalog-detail__info-map a:hover .link-text{
        color: #e2001a;
        border-color: transparent;
    }
    .catalog-detail__info-map a:hover .svg-icon{
        color: #e2001a;
    }

@media (max-width: 420px) {
    .catalog-detail__info-map a {
        top: 0;
    }
}

.catalog-detail__banner {
    margin-top: 33px;
    display: block;
}

@media (max-width: 575px) {
    .catalog-detail__banner {
        margin-top: 29px;
        margin-left: -18px;
        margin-right: -18px;
        height: 112px;
    }
}

.catalog-detail__banner img {
    display: block;
    max-width: 100%;
}

@media (max-width: 575px) {
    .catalog-detail__banner img {
        height: 100%;
    }
}

.detail-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 46px;
}

@media (max-width: 991px) {
    .detail-nav {
        margin-bottom: 32px;
    }
}

@media (max-width: 575px) {
    .detail-nav {
        margin-bottom: 24px;
    }
}

.detail-nav__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 1px solid #b8bcc3;
    border-left: none;
}

@media (max-width: 575px) {
    .detail-nav__item {
        height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.detail-nav__link {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #b8bcc3;
    text-transform: uppercase;
    line-height: 40px;
}

@media (max-width: 575px) {
    .detail-nav__link {
        font-size: 14px;
        line-height: 16px;
    }
}

.detail-nav__item--active {
    background-color: #e2001a;
    border: 1px solid #e2001a;
}

.detail-nav__item--active a {
    color: #fff;
}

.catalog-detail__middle {
    padding-top: 38px;
}

@media (max-width: 991px) {
    .catalog-detail__middle {
        padding-top: 31px;
    }
}

@media (max-width: 575px) {
    .catalog-detail__middle {
        padding-top: 32px;
    }
}

.detail__desc h2 {
    text-transform: uppercase;
    margin: 0 0 16px 0;
    line-height: 24px;
}

@media (max-width: 575px) {
    .detail__desc h2 {
        font-size: 18px;
    }
}

.detail__desc p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 25px;
}

@media (max-width: 575px) {
    .detail__desc p {
        font-size: 14px;
        margin-bottom: 24px;
    }
}

.line {
    height: 1px;
    background-color: #d7d7d7;
    margin: 29px 0;
}

.detail-width-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 22px;
}

@media (max-width: 575px) {

    .detail-width-icon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 32px;
    }

    .detail-width-icon__img {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        height: 140px;
        margin-bottom: 16px;
    }
}

.detail-width-icon__desc h2 {
    text-transform: uppercase;
    margin: 0 0 11px 0;
}

@media (max-width: 575px) {
    .detail-width-icon__desc h2 {
        font-size: 18px;
        margin-bottom: 18px;
    }
}

.detail-width-icon__desc p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin: 0 0 16px 0;
}

@media (max-width: 575px) {
    .detail-width-icon__desc p {
        font-size: 14px;
        margin-bottom: 14px;
    }
}

.detail-width-icon__desc a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #444444;
    border-bottom: 1px solid #d7d7d7;
    text-decoration: none;
}

.detail-width-icon__img {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    top: -7px;
    left: -4px;
}

.detail-width-icon__img img {
    height: 100%;
    display: block;
}

.catalog-detail-system {
    background-color: #f6f6f6;
    padding: 40px 0 60px;
}
    @media (max-width: 1024px) {
        .catalog-detail-system {
            padding-right: 20px;
        }
    }
    @media (max-width: 991px) {
        .catalog-detail-system {
            padding-right: 0;
        }
    }

@media (max-width: 575px) {
    .catalog-detail-system {
        padding: 32px 0 50px;
    }
}

.catalog-detail-system__product-row{
    position: relative;
}
    @media (max-width: 991px) {
        .catalog-detail-system__product-row{
            margin-right: -20px;
        }
    }
    @media (max-width: 767px) {
        .catalog-detail-system__product-row{
            margin-left: auto;
            margin-right: auto;
            max-width: 520px;
        }
    }
    @media (max-width: 520px) {
        .catalog-detail-system__product-row{
            margin-left: -20px;
            margin-right: -20px;
            max-width: 520px;
        }
    }

.catalog-detail-system__content{
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
    @media (max-width: 767px) {
        .catalog-detail-system__content{
            display: block;
            height: auto;
            margin-bottom: 24px;
        }
    }

.catalog-detail-system__title {
    text-transform: uppercase;
    margin: 0 0 16px 0;
    color: #494949;
}

@media (max-width: 575px) {
    .catalog-detail-system__title {
        margin-top: 0;
        font-size: 18px;
    }
}

.catalog-detail-system__desc {}
.catalog-detail-system__desc, .catalog-detail-system__desc p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
    @media (max-width: 575px) {
        .catalog-detail-system__desc, .catalog-detail-system__desc p {
            font-size: 14px;
        }
    }

.catalog-detail-system__desc p{
    margin-bottom: 16px;
}
    .catalog-detail-system__desc p:last-child{
        margin-bottom: 0;
    }

.catalog-detail-system__link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #444444;
    text-decoration: none;
    border-bottom: 1px solid #d7d7d7;
}

.catalog-detail-system__producticon{
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 42px;
    right: -15px;
    top: 50%;
    margin-right: 45.8333335%;
    margin-top: -15px;
    font-weight: 500;
    line-height: 22px;
    color: #494949;
    text-align: center;
}
    @media (max-width: 991px) {
        .catalog-detail-system__producticon {
            font-size: 30px;
            line-height: 22px;
            margin-right: 50%;
        }
    }
    @media (max-width: 767px) {
        .catalog-detail-system__producticon {
            margin-right: 50%;
        }
    }

.catalog-detail-system__product-col{}

.catalog-detail-system .product-card{
    background-color: #ffffff;
}
    @media (max-width: 991px) {
        .catalog-detail-system .product-card{
            margin-left: 10px;
            margin-right: 10px;
        }
    }
.catalog-detail-system-slider__inner {
    margin: 0 1px;
    overflow: hidden;
    height: 100%;
}
    .catalog-detail-system-slider__inner.slick-initialized {
        margin: 0;
    }
    .catalog-detail-system-slider__inner .slick-list,
    .catalog-detail-system-slider__inner .slick-track {
        height: 100%;
    }
    .catalog-detail-system-slider__slide {
        display: none;
        float: left;
        min-height: 1px;
        padding: 0 1px 0 0;
        height: 100%;
    }
        .catalog-detail-system-slider__slide:nth-child(1), .slick-initialized .catalog-detail-system-slider__slide {
            display: block;
        }
    .catalog-detail-system-slider__controls {
        position: absolute;
        top: 50%;
        left: 8.333333%;
        right: 0;
        border: 0;
        background: none;
        outline: none;
    }
        @media (max-width: 991px) {
            .catalog-detail-system-slider__controls {
                display: none;
            }
        }
    .catalog-detail-system-slider__control {
        position: absolute;
        color: #494949;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background: none;
        outline: none;
        padding: 0;
        margin-top: -17px;
        border: 0;
        text-align: center;
    }
        .catalog-detail-system-slider__control:hover {
            color: #e2001a;
        }
        .catalog-detail-system-slider__control .na-icon {
            display: inline-block;
            vertical-align: middle;
            width: 10px;
            height: 22px;
        }
            .catalog-detail-system-slider__control .na-icon svg {
                fill: currentColor;
            }
        .catalog-detail-system-slider__control_prev {
            left: -30px;
        }
        .catalog-detail-system-slider__control_next {
            right: -30px;
        }
    .catalog-detail-system-slider__dots {
        position: absolute;
        bottom: -35px;
        left: 8.333333%;
        right: 0;
        font-size: 0;
    }
        @media (max-width: 991px) {
            .catalog-detail-system-slider__dots {
                left: 0;
            }
        }
        @media (max-width: 539px) {
            .catalog-detail-system-slider__dots {
                bottom: -32px;
            }
        }
        .catalog-detail-system-slider__dots .slick-dots {
            bottom: 0;
        }
        .catalog-detail-system-slider__dots li {
            vertical-align: top;
        }
            @media (max-width: 575px) {
                .catalog-detail-system-slider__dots li {
                    margin: 0 4px;
                }
            }
            @media (max-width: 575px) {
                .catalog-detail-system-slider__dots li, .catalog-detail-system-slider__dots li button {
                    width: 8px;
                    height: 8px;
                }
            }


.detail-info {
    padding: 43px 0 48px 0;
}

@media (max-width: 991px) {
    .detail-info {
        padding: 32px 0;
    }
}

.detail-info--border {
    border-bottom: 8px solid #f6f6f6;
}

.detail-info .table th,
.detail-info .table td {
    vertical-align: middle;
}

.detail-info h1 {
    text-transform: uppercase;
    margin: 0 0 22px 0;
    color: #494949;
}

.detail-info h2 {
    color: #494949;
    text-transform: uppercase;
    margin: 0 0 22px 0;
}

@media (max-width: 991px) {
    .detail-info h2 {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

.detail-info h3 {
    text-transform: uppercase;
    margin: 0 0 16px 0;
    color: #444444;
}

@media (max-width: 575px) {
    .detail-info h3 {
        font-size: 18px;
    }

    .detail-info p {
        font-size: 14px;
    }
}

.detail-info .m0 {
    margin: 0;
}

.detail-info .mb23 {
    margin-bottom: 23px;
}

.detail-info__span {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.detail-second-table {
    margin-top: 40px;
    margin-bottom: 16px;
}

.detail-second-table__header {
    border-radius: 3px;
    background-color: #e2001a;
    padding: 20px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.detail-second-table__item {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.detail-second-table__header .detail-second-table__item {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.detail-second-table__item.left {
    text-align: left;
}

.detail-second-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 25px 12px 25px;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}

.detail-second-table__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.detail-header-fixed {
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 32px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 7px 32px 0 rgba(0, 0, 0, 0.24);
    padding: 14px 0 24px 0;
    z-index: 9;
    display: none;
    -webkit-animation: slide-down .3s;
            animation: slide-down .3s;
}

.detail-header-fixed.sticky {
    position: fixed;
    display: block;
}

@media (max-width: 991px) {
    .detail-header-fixed.sticky {
        display: none !important;
    }
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

.detail-header-fixed .bread-item {
    margin: 0 0 18px 0;
}

.detail-header-fixed__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.detail-header-fixed__img {
    height: 48px;
    margin-right: 41px;
    margin-left: 20px;
}

.detail-header-fixed__img img {
    display: block;
    height: 100%;
}

.detail-header-fixed__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #494949;
    margin: 0;
}

.detail-header-fixed__subtitle {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin: 0;
}

.detail-header-fixed__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 29px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.detail-header-fixed__btn {
    font-size: 14px;
    width: 147px;
    line-height: 40px;
    padding: 0;
    text-align: center;
}

.detail-header-fixed .catalog-detail__info-map {
    margin-left: 18px;
}

.detail-header-fixed .catalog-detail__info-map a {
    top: 0;
    line-height: 19px;
    font-size: 14px;
    text-decoration: none;
}

.detail-header-fixed .catalog-detail__info-map a .link-text {
    border-bottom: 1px solid #d7d7d7;
    font-size: 13px;
}