.wd-header-catalog {
    position: relative;
    z-index: 2;
    height: 100px;
    display: flex;
    align-items: center;
}

.wd-header-catalog>a>span {
    margin-top: -20px;
}


.wd-header-catalog>a:hover {
    background: #191716;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.wd-header-catalog-inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.wd-header-catalog-inner>a {
    position: relative;
    z-index: 2;
    margin-top: auto;
    display: flex;
    align-items: center;
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    /* transition: 0.15s; */
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.wd-header-catalog-inner>a span {
    margin-top: -20px;
}

.wd-header-catalog-inner:hover .wd-header-catalog-hover {
    transform: scaleY(1);
}

.wd-header-catalog-inner:hover>a {
    background: #191716;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.wd-header-catalog-hover {
    width: 800px;
    position: absolute;
    background: #191716;
    padding: 30px;
    top: 99px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transform: scaleY(0);
    transform-origin: top;
    /* transition: 0.2s; */
    will-change: transform;
    z-index: 1;
}

.wd-header-catalog-hover-top {
    display: flex;
}

.wd-header-catalog-hover-block {
    width: 33.3333%;
}

.wd-header-catalog-hover-block__main {
    font-size: 18px;
    font-family: 'nslight';
    text-transform: none;
    margin-bottom: 20px;
}

.wd-header-catalog-hover-block__main a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.wd-header-catalog-hover-block__main a:hover {
    color: #fff;
    border-bottom: 1px solid transparent;
}

.wd-header-catalog-hover-block__sub {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-family: 'nslight';
    text-transform: none;
    padding-left: 20px;
}


.wd-header-catalog-hover-block__sub a {
    width: auto;
    display: inline-flex;
    color: #fff;
    text-decoration: none;
}

.wd-header-catalog-hover-block__sub a:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

.wd-header-catalog-hover-bot {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.wd-header-catalog-hover-bot__item {
    width: 50%;
    margin-bottom: 3px;
    font-size: 14px;
    font-family: 'nslight';
    text-transform: none;
    padding-left: 20px;
}

.wd-header-catalog-hover-bot__item a {
    color: #fff;
    text-decoration: none;
}

.wd-header-catalog-hover-bot__item a:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

@media(max-width: 1023px) {
    .wd-header-catalog {
        height: auto;
    }

    .wd-header-catalog-hover {
        display: none;
    }

    .wd-header-catalog-inner>a {
        height: auto;
    }

    .wd-header-catalog-inner>a {
        background: none;
        border: 0;
    }

    .wd-header-catalog-inner>a span {
        margin-top: 0;
    }

    .wd-header-catalog-inner:hover>a {
        background: none;
        border: 0;
    }

    .wd-header-catalog-inner>a {
        padding: 0;
    }

    .wd-header-catalog-inner>a span {
        width: 120px;
        line-height: 1.2;
        padding: 0;
    }
}

@media(max-width: 767px) {
    .wd-header-catalog-inner>a span {
        width: 85px;
        line-height: 1.2;
        font-size: 12px;
    }
}


body[data-theme="_catalog_item"] .wd-footer {
    margin-top: 0 !important
}

body[data-theme="_catalog_item"] .wd-feedback {
    padding-top: 50px
}

body[data-theme="_catalog_item"] .cmsl_content {
    overflow: hidden;
}

/* cat-pdf */
.cat-pdf {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding-left: 60px;
    background-image: url('/themes/images/cat-pdf.png');
    background-size: 45px 48px;
    background-position: center left;
    background-repeat: no-repeat;
    font-size: 16px;
    font-family: "nssemibold";
    color: #000000;

}

.cat-pdf:hover {
    color: #000000;
    text-decoration: none;
}

body.coord-open {
    height: 100vh;
    overflow-y: hidden;
    padding-right: 15px;
}

.coord-mark {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #e85222;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
}

.coord-mark::before {
    content: '+';
    font-size: 28px;
    color: #fff;
}

.coord-info {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    will-change: transform;
    transition: 0.4s;
}

.coord-info.active {
    opacity: 1;
    visibility: visible;
}

.coord-inner {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    padding: 50px 0;
}

.coord-container {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}

.coord-block {
    /* display: none; */
    /* display: flex; */
    position: relative;
    max-width: 1280px;
    max-height: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 30px;
    transform: scale(0);
    will-change: transform;
}

.coord-block.active {
    display: flex;
    min-height: 600px;
    transform: scale(1);
    max-height: 1000px;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    transition: 0.3s transform;
}

.coord-photo {
    flex: none;
    max-width: 586px;
    width: 100%;
    margin-right: 60px;
}

.coord-photo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.coord-content {
    display: flex;
    flex-direction: column;
    max-width: 450px;
    padding-top: 20px;
}

.coord-title {
    margin-bottom: 30px;
    font-size: 25px;
    font-family: "NGL-bold";
    color: #010000;
    text-transform: uppercase;
    line-height: 1.2;
}

.coord-text {
    font-size: 16px;
    font-family: "nslight";
    color: #010000;
    line-height: 1.5;
}

.coord-close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
    transition: 0.3s;
    background-color: #e85222;
    background-image: url('/themes/images/close-coord.png');
    background-position: center;
    background-repeat: no-repeat;
}

.coord-close:hover {
    background-color: #fe6230;
}


@media(max-width: 1279px) {
    .coord-block {
        min-height: auto;
    }

    .coord-photo {
        max-width: 350px;
    }
}

@media(max-width: 1023px) {
    .coord-block {
        flex-direction: column;
    }

    .coord-photo {
        max-width: 350px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .coord-content {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    body.coord-open {
        padding-right: 0;
    }
}

@media(max-width: 767px) {
    .coord-mark {
        width: 25px;
        height: 25px;
        margin-left: -5px;
        margin-top: -5px;
    }

    .coord-mark::before {
        font-size: 21px;
    }

    .coord-block.active {
        padding-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 20px;
    }

    .coord-title {
        margin-bottom: 20px;
        font-size: 21px;
    }

    .coord-text {
        font-size: 15px;
    }

    .coord-photo {
        margin-bottom: 30px;
    }

    .coord-close {
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
    }
}


/* main */
.cat-page-bread {
    display: none;
}

.catalog-page-main {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.catalog-page-main__header-text {
    margin-bottom: 65px;
    font-size: 24px;
    font-family: "nslight";
    color: #000;
    line-height: 1.458;
}

.catalog-page-main__footer-text {
    margin-top: 65px;
    font-size: 24px;
    font-family: "nslight";
    color: #000;
    line-height: 1.458;
}

.catalog-page-main__items {
    display: flex;
    flex-direction: column;
}

.catalog-page-main-item {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.catalog-page-main-item__content {
    position: relative;
    display: flex;
    padding: 20px;
    padding-bottom: 40px;
    border: 2px solid #000000;
}

.catalog-page-main-item__left {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 830px;
    margin-right: 45px;
}

.catalog-page-main-item__left_title {
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 45px;
    font-family: "NGL-bold";
    color: #000000;
    text-transform: uppercase;
    line-height: 1;
}

.catalog-page-main-item__left_title a {
    text-decoration: none;
    color: #000;
}

.catalog-page-main-item__left_title a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.85);
}

.catalog-page-main-item__left_photo {
    position: relative;
    display: flex;
    margin-top: 10px;
    margin-bottom: -70px;
    transition: 0.3s;
}

.catalog-page-main-item__left_photo_inner {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 36%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    background-size: contain;
    z-index: 1;
}

.catalog-page-main-item__left_photo_inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    transition: 0.3s;
    z-index: 1;
    opacity: 0;
}

.catalog-page-main-item__right {
    display: flex;
    flex-direction: column;
    max-width: 360px;
}

.catalog-page-main-item__right_text {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 20px;
    font-family: "nslight";
    color: #000;
    line-height: 1.251;
}

.catalog-page-main-item__right_subcat {
    display: flex;
    flex-direction: column;
    font-size: 17px;
    font-family: "nsbold";
    color: #000;
    line-height: 1;
}

.catalog-page-main-item__right_subcat a {
    display: flex;
    margin-bottom: 15px;
    color: #000;
    text-decoration: none;
}

.catalog-page-main-item__right_subcat a span {
    margin-left: 7px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.catalog-page-main-item__right_subcat a:hover {
    color: #e85222;
    text-decoration: none;
}

.catalog-page-main-item__right_subcat a:hover span {
    border-bottom: 1px solid rgba(232, 82, 34, 0.5);
}

.catalog-page-main-item__right_icon {
    position: absolute;
    bottom: -25px;
    right: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 5px;
    width: 46px;
    height: 46px;
    background: #000;
    border-radius: 50%;
    transition: 0.2s;
}

.catalog-page-main-item__right_icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.catalog-page-main-item__right_icon img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

/* Коллекции */
.catalog-page-collection {
    display: flex;
    flex-wrap: wrap;
    /*max-width: 1320px;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #eee;
}

.catalog-page-collection__item {
    padding-left: 5px;
    padding-right: 5px;
}

.catalog-page-collection__item_inner {
    font-size: 15px;
    font-family: "nsregular";
    color: rgb(0, 0, 0);
    text-decoration: none;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.2;
}

.catalog-page-collection__item a {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgb(232, 232, 232);
    color: #000;
    text-decoration: underline;
    transition: 0.1s;
    padding: 12px 20px;
}

.catalog-page-collection__item a:hover {
    background: #fe6230;
    color: #fff;
    text-decoration: none;
}

.catalog-page-collection-page {
    display: flex;
    max-width: 390px;
    flex-direction: column;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    background: #e8e8e8;
    border-radius: 20px;
}

.catalog-page-collection-page .catalog-page-collection__item {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
}

.catalog-page-collection-page .catalog-page-collection__item_inner {
    padding: 0;
}

.catalog-page-collection-page .catalog-page-collection__item a {
    padding: 0;
}

.catalog-page-collection-page .catalog-page-collection__item a:hover {
    background: none;
    color: #000;
    text-decoration: none;
}

.catalog-page-collection.main-collection-block {
    padding-top: 25px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.catalog-page-collection.main-collection-block .catalog-page-collection__item_inner {
    font-size: 15px;
}

.catalog-page-collection.main-collection-block .catalog-page-collection__item_inner a {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 12px;
    padding-right: 12px;
}

@media(max-width: 1023px) {
    .catalog-page-collection.page-col-item {
        font-size: 13px;
    }
}

/* Коллекции */

.catalog-page-main-item__right_icon:hover {
    background: #fe6230;
}

@media(max-width: 1279px) {
    .catalog-page-main-item {
        padding-bottom: 0;
    }

    .catalog-page-main-item__content {
        padding-bottom: 30px;
    }

    .catalog-page-main-item__left_photo {
        margin-bottom: 0;
    }

    .catalog-page-main-item__left_title {
        font-size: 40px;
    }

    .coord-block {
        min-height: auto;
    }

    .coord-photo {
        max-width: 350px;
    }
}

@media(max-width: 1023px) {
    .catalog-page-main__header-text {
        font-size: 18px;
    }

    .catalog-page-main__footer-text {
        font-size: 18px;
    }

    .catalog-page-main-item__content {
        flex-direction: column;
    }

    .catalog-page-main__items {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .catalog-page-main-item__left_title {
        font-size: 20px;
    }

    .catalog-page-main-item__right_text {
        font-size: 17px;
    }

    .catalog-page-main-item__right_icon {
        width: 35px;
        height: 35px;
        padding: 10px;
        bottom: -17px;
        right: 17px;
    }

    .catalog-page-collection {
        padding-left: 0;
        padding-right: 0;
    }

    .catalog-page-collection__item_inner {
        font-size: 14px;
    }


    .catalog-page-collection__item a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .catalog-page-collection.main-collection-block {
        padding-top: 15px;
    }

    .catalog-page-collection.main-collection-block .catalog-page-collection__item {
        padding-left: 3px;
        padding-right: 3px;
    }

    .catalog-page-collection.main-collection-block .catalog-page-collection__item_inner {
        font-size: 12px;
    }

    .catalog-page-collection.main-collection-block .catalog-page-collection__item_inner a {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 7px;
        padding-right: 7px;
    }

}

@media(max-width: 767px) {
    .catalog-page-main__header-text {
        font-size: inherit;
    }

    .catalog-page-main__footer-text {
        font-size: inherit;
    }

    .catalog-page-main-item {
        margin-bottom: 40px;
    }

    .catalog-page-main-item__left_title {
        padding-left: 0;
    }

    .catalog-page-main-item__right_text {
        font-size: 15px;
    }

    .catalog-page-main-item__right_subcat {
        font-size: 15px;
    }
}


/* catalog-page-cat */
.catalog-page-cat__header-text {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 65px;
    font-size: 24px;
    font-family: "nslight";
    color: #000;
    line-height: 1.458;
}

.catalog-page-cat__footer-text {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 65px;
    font-size: 24px;
    font-family: "nslight";
    color: #000;
    line-height: 1.458;
}

.catalog-page-cat__header {
    position: relative;
    margin-bottom: 75px;
    padding-top: 40.6%;
    background-size: cover;
    background-position: center;
}

.catalog-page-cat__header::after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.catalog-page-cat__header_title {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 1320px;
    margin-bottom: 65px;
    transform: translateX(-50%);
    z-index: 2;

    font-size: 100px;
    font-family: "NGL-bold";
    color: #ffffff;
    text-transform: uppercase;
    line-height: 0.8;
    text-align: center;
}

.catalog-page-cat__header_title h1 {
    font-size: inherit;
    font-weight: inherit;
    margin: inherit;
    padding: inherit;
    color: inherit;
    line-height: inherit;
}

.catalog-page-cat__header_title span {
    position: relative;
}

.catalog-page-cat__header_title span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(-100% - 110px);
    width: 100%;
    height: 2px;
    background: #fff;
}

.catalog-page-cat__header_title span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(-100% - 110px);
    width: 100%;
    height: 2px;
    background: #fff;
}

.catalog-page-cat__catalog_items {
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.catalog-page-cat__catalog_items_inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.catalog-page-cat__catalog_items .wd-catalog__items_item {
    padding-bottom: 50px;
}

.catalog-page-cat__catalog_items .wd-catalog__items_item_content_photo_inner {
    padding-top: 71%;
    background-size: auto;
}

.catalog-page-cat__catalog_items .wd-catalog__items_item_content_title {
    font-size: 45px;
    padding-right: 40px;
}

.catalog-page-cat__catalog_items .wd-catalog__items_item_content_photo {
    margin-bottom: -50px;
}


.catalog-page-cat__content {
    display: flex;
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
    padding-left: 20px;
    padding-right: 20px;
}

.catalog-page-cat__content_left_inner {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.catalog-page-cat__content_left {
    flex: none;
    align-self: flex-start;
    max-width: 390px;
    width: 100%;
    margin-right: 40px;
    padding-top: 20px;
    padding-bottom: 70px;
    background-color: #323130;
    background-image: url('/themes/images/cat-sidebar-bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.catalog-page-cat__content_left_title {
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 35px;
    font-family: "NGL-bold";
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

.catalog-page-cat__content_left_cats {
    padding-left: 30px;
    padding-right: 30px;
}

.catalog-page-cat__content_left_cats {
    display: flex;
    flex-direction: column;
}

.catalog-page-cat__content_left_cats_item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30)
}

.catalog-page-cat__content_left_cats_item_main {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: "NGL-bold";
    color: #ffffff;
    text-transform: uppercase;
}

.catalog-page-cat__content_left_cats_item_main a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.catalog-page-cat__content_left_cats_item_main a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.85)
}

.catalog-page-cat__content_left_cats_item_main i {
    flex: none;
    display: flex;
    width: 28px;
    height: 28px;
    margin-left: auto;
    background-color: #7a7979;
    background-image: url('/themes/images/cat-arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    transform: rotate(180deg);
}

.catalog-page-cat__content_left_cats_item_main i:hover {
    background-color: #ee6c42;
}

.catalog-page-cat__content_left_cats_item.open i {
    transform: rotate(0deg);
    background-color: #ee6c42;
}

.catalog-page-cat__content_left_cats_item_inner {
    display: flex;
    flex-direction: column;
    /* transform: scaleY(0); */
    transform-origin: top;
    transition: 0.7s;
    will-change: max-height;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
}

.catalog-page-cat__content_left_cats_item.open .catalog-page-cat__content_left_cats_item_inner {
    /* transform: scale(1); */
    max-height: 330px;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.catalog-page-cat__content_left_cats_item_inner a {
    display: flex;
    margin-bottom: 7px;
    text-decoration: none;
    font-size: 15px;
    font-family: "nslight";
    color: #fff;
    line-height: 1.3;
}

.catalog-page-cat__content_left_cats_item_inner a:first-child {
    margin-top: 15px;
}

.catalog-page-cat__content_left_cats_item_inner a:hover {
    text-decoration: none;
    color: #ee6c42;
}

.catalog-page-cat__content_left_cats_item_inner a.sub-active {
    text-decoration: none;
    color: #ee6c42;
}

.catalog-page-cat__content_left_inner .catalog-page-collection {
    max-width: 390px;
    margin-right: 40px;
    padding-bottom: 30px;
    order: 4;
}

@media(max-width: 1023px) {
    .catalog-page-cat__content_left_inner .catalog-page-collection {
        padding-top: 40px;
        padding-bottom: 30px;
        border-top: 0px;
        margin-top: 0;
    }

    .catalog-page-collection-page {
        max-width: 100%;
        order: 2;
        margin-bottom: 30px;
    }

}

.catalog-page-cat__content_right {
    display: flex;
    flex-direction: column;
    max-width: 850px;
    width: 100%;
}

.main-catalog-items__item {
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #7f7f7f;
}

.main-catalog-items__item:first-child {
    border-top: 1px solid #7f7f7f;
}

.main-catalog-items__item_left {
    flex: none;
    max-width: 450px;
    width: 100%;
    margin-right: 25px;
}

.main-catalog-items__item_left_photo {
    flex: none;
    width: 100%;
}

.main-catalog-items__item_left_photo img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border-radius: 20px;
}

.main-catalog-items__item_right {
    padding-top: 30px;
    width: 100%;
}

.main-catalog-items__item_right_title {
    margin-bottom: 35px;
    font-size: 33px;
    font-family: "NGL-bold";
    color: #000000;
    text-transform: uppercase;
    line-height: 1;
}

.main-catalog-items__item_right_title a {
    color: #000;
    text-decoration: none;
}

.main-catalog-items__item_right_title a:hover {
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
}

.main-catalog-items__item_right_char {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.main-catalog-items__item_right_char_item {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "nslight";
    color: #000000;
}

.main-catalog-items__item_right_char_item_name {
    position: relative;
    padding-right: 15px;
    background: #fff;
    z-index: 2;
}

.main-catalog-items__item_right_char_item_val {
    position: relative;
    padding-left: 15px;
    background: #fff;
    z-index: 2;
}

.main-catalog-items__item_right_char_item::after {
    content: '';
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 1px;
    background: #e6e8ea;
}

.main-catalog-items__item_right_buttons {
    display: flex;
}

.main-catalog-items__item_right_buttons_info {
    margin-left: auto;
    margin-right: 10px;
}

.main-catalog-items__item_right_buttons_info a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 135px;
    height: 40px;
    background: #e5e5e5;
    border-radius: 6px;
    font-size: 16px;
    font-family: "nsregular";
    color: #000000;
    text-decoration: none;
    transition: 0.3s;
}

.main-catalog-items__item_right_buttons_info a:hover {
    color: #000;
    text-decoration: none;
    background: #dfdfdf;
}

.main-catalog-items__item_right_buttons_app a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 135px;
    height: 40px;
    background: #000000;
    border-radius: 6px;
    font-size: 16px;
    font-family: "nsregular";
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.main-catalog-items__item_right_buttons_app a:hover {
    color: #fff;
    text-decoration: none;
    background: #fe6230;
}

@media(max-width: 1279px) {
    .catalog-page-cat__header_title {
        font-size: 60px;
    }

    .catalog-page-cat__content_left {
        max-width: 320px;
    }

    .catalog-page-cat__content_left_title {
        font-size: 27px;
    }

    .catalog-page-cat__content_left_cats_item_main {
        font-size: 17px;
    }

    .catalog-page-cat__content_left_cats_item_inner a {
        font-size: 14px;
    }

    .main-catalog-items__item_left {
        max-width: 280px;
    }

    .main-catalog-items__item_right {
        padding-top: 0;
    }

    .main-catalog-items__item_right_title {
        font-size: 27px;
    }

    .main-catalog-items__item_right_char {
        margin-bottom: 50px;
    }

    .main-catalog-items__item_right_char_item {
        font-size: 15px;
    }
}

@media(max-width: 1023px) {

    .bread_crumb {
        font-size: 12px !important;
    }

    .catalog-page-cat__header_title {
        margin-bottom: 30px;
        font-size: 40px;
    }

    .catalog-page-cat__header_title span::before {
        left: calc(-100% - 50px);
    }

    .catalog-page-cat__header_title span::after {
        right: calc(-100% - 50px);
    }

    .catalog-page-cat__header-text {
        font-size: 18px;
    }

    .catalog-page-cat__footer-text {
        font-size: 18px;
    }

    .catalog-page-cat__catalog_items {
        max-width: 550px;
    }

    .catalog-page-cat__catalog_items_inner {
        margin-left: auto;
        margin-right: auto;
    }

    .catalog-page-cat__catalog_items .wd-catalog__items_item_content_photo_inner {
        background-size: cover;
    }

    .catalog-page-cat__catalog_items .wd-catalog__items_item_content_title {
        font-size: 20px;
    }

    .catalog-page-cat__content {
        flex-direction: column;
    }

    .catalog-page-cat__content {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

    .catalog-page-cat__content_left {
        order: 2;
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
    }

    .catalog-page-cat__content_left_title {
        font-size: 24px;
    }


    .catalog-page-cat__content_right {
        order: 1;
        margin-bottom: 100px;
    }

    .main-catalog-items__item {
        flex-direction: column;
    }

    .main-catalog-items__item_left {
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .main-catalog-items__item_right_title {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .main-catalog-items__item_right_char {
        margin-bottom: 20px;
    }

}

@media(max-width: 767px) {
    .catalog-page-cat__header {
        margin-bottom: 50px;
    }

    .catalog-page-cat__header-text {
        font-size: 16px;
    }

    .catalog-page-cat__footer-text {
        font-size: 16px;
    }

    .catalog-page-cat__header_title {
        font-size: 32px;
    }

    .catalog-page-cat__header_title span::before {
        left: calc(-100% - 20px);
    }

    .catalog-page-cat__header_title span::after {
        right: calc(-100% - 20px);
    }

    .catalog-page-cat__catalog_items .wd-catalog__items_item {
        padding-bottom: 20px;
    }

    .catalog-page-cat__catalog_items .wd-catalog__items_item_content_title {
        font-size: 18px;
    }

    .catalog-page-cat__catalog_items .wd-catalog__items_item_content_photo {
        margin-bottom: -20px;
    }

    .main-catalog-items__item_right_title {
        font-size: 21px;
    }
}

@media(max-width: 479px) {
    .catalog-page-cat__header {
        padding-top: 60%;
    }

    .catalog-page-cat__header_title {
        font-size: 24px;
    }

    .catalog-page-cat__header-text {
        font-size: 15px;
    }

    .catalog-page-cat__footer-text {
        font-size: 15px;
    }
}



/* item */
.catalog-page-item__header {
    display: flex;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px;
}

.catalog-page-item__header_left {
    position: relative;
    width: 60%;
    /* max-width: 1145px; */
}

.catalog-page-item__header_left_photo {
    position: relative;
}

.catalog-page-item__header_left_photo_slider_slide::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-bottom-right-radius: 20px;
}

.catalog-page-item__header_left_photo_slider_slide_img {
    display: flex;
    border-bottom-right-radius: 20px;
    padding-top: 69%;
    background-size: cover;
    background-position: center;
}

.catalog-page-item__header_left_photo_slider_slide_img img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border-bottom-right-radius: 20px;
}

.catalog-page-item__header_left_info {
    display: flex;
    position: absolute;
    bottom: 50px;
    right: 30px;
    z-index: 1;
}

.catalog-page-item__header_left_info_item {
    display: flex;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.catalog-page-item__header_left_info_item:last-child {
    border-right: 0;
}

.catalog-page-item__header_left_info_item_icon {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.catalog-page-item__header_left_info_item_text {
    font-size: 19px;
    font-family: "nsregular";
    color: #ffffff;
    line-height: 0.889;
}

.catalog-page-item__header_left_info_item_text span {
    display: block;
    font-family: 'nsbold';
    font-size: 17px;
}

.catalog-page-item__header_left_photo_nav {
    display: flex;
    position: absolute !important;
    width: 220px;
    height: 130px;
    top: 40px;
    right: 40px;
    border-radius: 8px;
    z-index: 2 !important;
    cursor: pointer;
}

.catalog-page-item__header_left_photo_nav::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 3;
}

.catalog-page-item__header_left_photo_nav_slide {
    background-position: center;
    background-size: cover;
}

.catalog-page-item__header_left_photo_nav_slide img {
    object-fit: cover;
    width: 100%;
    height: 130px;
}

.catalog-page-item__header_left_photo_nav_prev {
    display: none;
    flex: none;
    position: relative;
    z-index: 2;
    width: 35px;
    height: 100%;
    background: #000;
}

.catalog-page-item__header_left_photo_nav_next {
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    position: absolute;
    right: 0%;
    z-index: 2;
    margin-left: auto;
    width: 35px;
    height: 100%;
    background: #000;
}

.catalog-page-item__header_left_photo_nav_text {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-size: 14px;
    font-family: "nslight";
    color: rgb(255, 255, 255);
    line-height: 1.199;
    z-index: 4;
}

.catalog-page-item__header_right {
    max-width: 760px;
    width: 100%;
    padding-right: 20px;
    margin-left: -60px;
}

.catalog-page-item__header_right .bread_crumb {
    padding-left: 100px;
    padding-right: 20px;
    font-size: 14px;
}

.catalog-page-item__header_right .cmsl_theme_breadrazd_wrap_inner {
    min-height: 70px;
    padding-bottom: 10px;
}

.catalog-page-item__header_right_card {
    min-height: 730px;
    padding-left: 100px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 45px;
    border: 2px solid #000;
}

.catalog-page-item__header_right_card_title {
    margin-bottom: 45px;
    font-size: 40px;
    font-family: "NGL-bold";
    color: #000000;
    text-transform: uppercase;
    line-height: 1.101;
}

.catalog-page-item__header_right_card_title h1 {
    font-size: inherit;
    font-weight: inherit;
    margin: inherit;
    padding: inherit;
    color: inherit;
    line-height: inherit;
}


.catalog-page-item__header_right_card_char {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.catalog-page-item__header_right_card_char_item {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "nslight";
    color: #000000;
}

.catalog-page-item__header_right_card_char_item_name {
    position: relative;
    padding-right: 15px;
    background: #fff;
    z-index: 2;
}

.catalog-page-item__header_right_card_char_item_val {
    position: relative;
    padding-left: 15px;
    background: #fff;
    z-index: 2;
}

.catalog-page-item__header_right_card_char_item::after {
    content: '';
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 1px;
    background: #e6e8ea;
}


.catalog-page-item__header_right_card_price {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    font-size: 34px;
    font-family: "nsbold";
    color: #000000;
    line-height: 1;
}

.main-catalog-items__item_right .catalog-page-item__header_right_card_price {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    font-size: 24px;
    font-family: "nsbold";
    color: #000000;
    line-height: 1;
}

@media(max-width: 1023px) {
    .main-catalog-items__item_right .catalog-page-item__header_right_card_price {
        font-size: 18px;
    }
}


.catalog-page-item__header_right_card_price_old {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: "nslight";
    color: #000000;
    line-height: 1;
    text-decoration: line-through;
}

.catalog-page-item__header_right_card_buttons {
    display: flex;
    margin-bottom: 30px;
}

.catalog-page-item__header_right_card_buttons_app {
    margin-right: 10px;
}

.catalog-page-item__header_right_card_buttons_app a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 175px;
    height: 55px;
    background: #e85222;
    border-radius: 6px;
    font-size: 16px;
    font-family: "nsregular";
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.catalog-page-item__header_right_card_buttons_app a:hover {
    color: #fff;
    text-decoration: none;
    background: #fe6230;
}

.catalog-page-item__header_right_card_buttons_feedback a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 175px;
    height: 55px;
    background: #000000;
    border-radius: 6px;
    font-size: 16px;
    font-family: "nsregular";
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.catalog-page-item__header_right_card_buttons_feedback a:hover {
    color: #fff;
    text-decoration: none;
    background: #242424;
}

.catalog-page-item__header_right_card_whatsapp {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "nsregular";
    color: #000000;
    line-height: 1;
}

.catalog-page-item__header_right_card_whatsapp a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.catalog-page-item__header_right_card_whatsapp a span {
    border-bottom: 1px solid #000;
}

.catalog-page-item__header_right_card_whatsapp a:hover {
    text-decoration: none;
    color: #000;
}

.catalog-page-item__header_right_card_whatsapp a:hover span {

    border-bottom: 1px solid transparent;
}

.catalog-page-item__header_right_card_whatsapp a i {
    display: inline-flex;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    background-image: url('/themes/images/cat-whatsapp.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.catalog-page-item__header_right_card_pdf {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: "nsregular";
    color: #000000;
    line-height: 1;
}

.catalog-page-item__header_right_card_pdf a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.catalog-page-item__header_right_card_pdf a span {
    border-bottom: 1px solid #000;
}

.catalog-page-item__header_right_card_pdf a:hover {
    text-decoration: none;
    color: #000;
}

.catalog-page-item__header_right_card_pdf a:hover span {

    border-bottom: 1px solid transparent;
}

.catalog-page-item__header_right_card_pdf a i {
    display: inline-flex;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    background-image: url('/themes/images/cat-pdf.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.catalog-page-item__info {
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 55px;
    font-size: 24px;
    font-family: "nslight";
    color: #000000;
    line-height: 1.458;
}

.catalog-page-item__tabs {
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 110px;
    padding-left: 20px;
    padding-right: 20px;
}

.catalog-page-item__tabs_header {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}

.catalog-page-item__tabs_header_item {
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    background: #e5e5e5;
    border-radius: 5px;
    font-size: 15px;
    font-family: "NGL-bold";
    color: rgb(1, 0, 0);
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.catalog-page-item__tabs_header_item:hover {
    background: #f9d0c3;
}

.catalog-page-item__tabs_header_item.active {
    background: #f9d0c3;
}

.catalog-page-item__tabs_content {
    display: none;
    padding: 20px;
}

.catalog-page-item__tabs_content.active {
    display: block;
}

.catalog-table {
    overflow: hidden;
}

.catalog-table table {
    width: 100%;
    font-size: 16px;
    font-family: "nslight";
    color: #000000;
    height: 100px;
}

.catalog-table table tr {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
}

.catalog-table table tr:hover {
    background: #f6f6f6;
}

.catalog-table table td {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.catalog-table table td:nth-child(even) {
    text-align: right;
}

.catalog-table-btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 32px;
    background: #000;
    border-radius: 6px;
    transition: 0.3s;
    font-size: 14px;
    font-family: "nsregular";
    color: #ffffff;
    cursor: pointer;
}

.catalog-table-btn:hover {
    background: #242424;
}

.catalog-page-item__gallery {
    max-width: 1780px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
}

.catalog-page-item__gallery .photopic_photo_list4_item_inner::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background-image: url('/themes/images/cat-hover-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.catalog-page-item__gallery .photopic_photo_list4_item_inner:hover::after {
    opacity: 1;
    visibility: visible;
}

.catalog-page-item__text2 {
    background: #f1f1f1;
}

.catalog-page-item__text2_inner {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
    padding-bottom: 75px;
}

@media(max-width: 1900px) {
    .catalog-page-item__header_right_card {
        min-height: auto;
    }

    .catalog-page-item__header_right_card_title {
        font-size: 35px;
    }
}

@media(max-width: 1535px) {
    .catalog-page-item__header_right_card_title {
        font-size: 32px;
    }

    .catalog-page-item__header_right_card_price {
        font-size: 28px;
    }

    .catalog-page-item__header_right_card_char {
        margin-bottom: 30px;
    }

    .catalog-page-item__header_right_card_char_item {
        font-size: 15px;
    }

    .catalog-page-item__header_left_info_item_text {
        font-size: 17px;
    }

    .catalog-page-item__header_left_info_item_text span {
        font-size: 15px;
    }
}

@media(max-width: 1365px) {

    .catalog-page-item__header_left_photo_slider_slide {
        width: 100% !important;
    }

    .catalog-page-item__header_right {
        max-width: 600px;
    }

    .catalog-page-item__header_right_card {
        padding-left: 90px;
        padding-right: 30px;
    }

    .catalog-page-item__header_right_card_title {
        font-size: 30px;
    }

    .catalog-page-item__header_right_card_price {
        font-size: 25px;
    }

    .catalog-page-item__header_left_photo_nav {
        width: 180px;
        height: 90px;
    }

    .catalog-page-item__header_left_photo_nav_slide img {
        height: 90px;
    }

    .catalog-page-item__header_left_photo_nav_text {
        font-size: 12px;
    }

    .catalog-page-item__header_right .bread_crumb {
        padding-left: 80px;
    }
}

@media(max-width: 1279px) {

    .catalog-page-item__header_left_photo_nav {
        top: 10px;
        right: 10px;
    }

    .catalog-page-item__header_left_info_item_text {
        font-size: 14px;
    }

    .catalog-page-item__header_left_info_item_text span {
        font-size: 12px;
    }

    .catalog-page-item__header_left_info {
        bottom: 20px;
    }

    .catalog-page-item__header_left_info_item_icon {
        margin-right: 10px;
    }

    .catalog-page-item__header_left_info_item_icon img {
        max-width: 80%;
    }

    .catalog-page-item__header_right {
        max-width: 490px;
    }

    .catalog-page-item__header_right_card_title {
        font-size: 25px;
    }
}

@media(max-width: 1023px) {
    .cat-page-bread {
        display: block;
    }

    .catalog-page-item__header {
        flex-direction: column;
    }

    .catalog-page-item__header_left {
        width: 100%;
        margin-bottom: 50px;
    }

    .catalog-page-item__header_right {
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .catalog-page-item__header_right_bread {
        display: none;
    }

    .catalog-page-item__header_right_card {
        padding-left: 30px;
        padding-right: 30px;
    }

    .catalog-page-item__header_right_card_buttons_app a {
        width: 150px;
        height: 45px;
        font-size: 13px;
    }

    .catalog-page-item__header_right_card_buttons_feedback a {
        width: 150px;
        height: 45px;
        font-size: 13px;
    }

    .catalog-page-item__header_right_card_price {
        font-size: 22px;
    }

    .catalog-page-item__info {
        font-size: 17px;
    }

    .catalog-page-item__tabs {
        margin-bottom: 50px;
    }

    .catalog-page-item__tabs_header {
        flex-direction: column;
    }

    .catalog-page-item__tabs_header_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .catalog-page-item__tabs_content {
        padding-left: 0;
        padding-right: 0;
    }

    .catalog-table table {
        font-size: 15px;
    }
}

@media(max-width: 767px) {
    .catalog-page-item__header_left_photo_nav {
        width: 140px;
        height: 60px;
    }

    .catalog-page-item__header_left_photo_nav::after {
        height: 80%;
    }

    .catalog-page-item__header_left_photo_nav_slide img {
        height: 60px;
    }

    .catalog-page-item__header_left_photo_nav_text {
        bottom: 10px;
        left: 10px;
        font-size: 11px;
    }

    .catalog-page-item__header_left_photo_nav_next {
        width: 20px;
        padding: 5px;
    }

    .catalog-page-item__header_left_info_item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .catalog-page-item__header_left_info_item_text {
        line-height: 1.1;
    }

    .catalog-page-item__header_right {
        border-bottom: 2px solid #000;
    }

    .catalog-page-item__text2_inner {
        padding-top: 60px;
        padding-bottom: 35px;
    }

    .catalog-page-item__header_right_card {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        border: 0;
    }

    .catalog-page-item__header_left_info {
        flex-wrap: wrap-reverse;
        left: 5px;
        bottom: 10px;
    }

    .catalog-page-item__header_left_info_item_text {
        font-size: 12px;
    }

    .catalog-page-item__header_left_info_item_text span {
        font-size: 11px;
    }

    .catalog-page-item__header_left_info_item {
        margin-bottom: 5px;
    }

    .catalog-page-item__header_left_info_item_icon {
        width: 15px;
        margin-right: 5px;
    }

    .catalog-page-item__header_right_card_whatsapp {
        font-size: 14px;
    }

    .catalog-page-item__info {
        margin-top: 50px;
    }

    .catalog-table table {
        font-size: 13px;
    }

    .catalog-table table td {
        padding-left: 5px;
        padding-right: 5px;
    }

    .catalog-page-item__gallery .photopic_photo_list4_item_inner::after {
        background-size: 40px;
    }
}