h1.catalog-title {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-bottom: 52px;
}

h1.catalog-title:before,.new-header:before {
    width: auto;
    height: 1px;
    background: #D4A273;
    flex-grow: 1;
    content: '';
    margin-right: 55px;
}

h1.catalog-title:after,.new-header:after {
    width: auto;
    height: 1px;
    background: #D4A273;
    flex-grow: 1;
    content: '';
    margin-left: 55px;
}

.new-about__text {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.assortment-header {
    margin-top: 98px;
    margin-bottom: 41px;
}

.new-header {
    font-size: 34px;
    line-height: 43px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.new-about__assortment-wrapper {
    position: relative;
    margin-bottom: 70px;
}

span.new-about__assortment-name {
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 15px;
}

@media (min-width: 992px){
    .new-about__advantage-wrapper {
        flex: 0 0 20%;
        width: auto;
        max-width: 20%;
    }
}

.new-about__advantage {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

img.new-about__advantage-image {
    margin-bottom: 22px;
}

span.new-about__advantage-name {
    font-size: 15px;
    line-height: 22px;
}

.approach-header {
    margin-top: 79px;
    margin-bottom: 46px;
}

ul.approach-list {
    padding: 0 0 0 117px;
    font-size: 16px;
    line-height: 31px;
    column-count: 2;
    column-gap: 126px;
    margin-bottom: 46px;
}

ul.approach-list li {
    color: #333;
}

ul.approach-list ::marker {
    color: #d4a273;
}

ul.approach-list+div {
    font-size: 16px;
    line-height: 31px;
    max-width: 609px;
    margin: 0 auto;
}

.certificates-header {
    margin-top: 72px;
    margin-bottom: 43px;
}
.new-about__certificates-slide {
    height: auto;
    box-shadow: none;
}

.new-about__certificates-slider {
    max-width: 632px;
    margin: 0 auto;
}

.new-about__certificates-slider .slick-prev {
    left: -54px;
    width: 36px;
    height: 36px;
    background: url(/local/templates/illuminator/images/slick-prev.png) center center no-repeat;
}

.new-about__certificates-slider .slick-next {
    right: -54px;
    width: 36px;
    height: 36px;
    background: url(/local/templates/illuminator/images/slick-next.png) center center no-repeat;
}

.new-about {
    margin-bottom: 40px;
}
.lb-dataContainer {
    min-width: 280px;
}
.delivery-stores ul {
    list-style-type: none;
    padding: 0;
    line-height: 22px;
}

.delivery-stores li:before {
    content: '';
    width: 10px;
    height: 13px;
    display: inline-block;
    background: url(/local/templates/illuminator/images/adress.png) center center no-repeat;
    margin-right: 16px;
    background-size: contain;
}

.pay-preview {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
}

.min-price {
    margin-bottom: 43px;
    font-size: 16px;
    line-height: 26px;
    font-family: 'SourceSansPro-SemiBold', sans-serif;
}

.pay-image {margin-bottom: 39px;}
.pay-methods {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 41px;
}

.pay-variant__name {
    font-size: 18px;
    line-height: 29px;
    font-family: 'SourceSansPro-SemiBold', sans-serif;
    display: block;
    margin: 22px 0 14px;
}

.pay-variant__description {
    font-size: 16px;
    line-height: 26px;
}

.pay-variant {
    max-width: 342px;
    margin: 0 auto 61px;
}

.pay-conditions {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 70px;
}
.delivery-header {
    margin: 0 0 41px;
}

.delivery-variant__name {
    font-size: 18px;
    line-height: 29px;
    font-family: 'SourceSansPro-SemiBold', sans-serif;
    display: block;
    margin: 22px 0 14px;
}

.delivery-variant__description {
    font-size: 16px;
    line-height: 26px;
}

.delivery-variant {
    max-width: 342px;
    margin: 0 auto 61px;
}

.delivery-image {
    margin-bottom: 42px;
}

.delivery-stores-header {
    margin-bottom: 23px;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'SourceSansPro-SemiBold', sans-serif;
}

.new-pay-and-delivery {
    margin-bottom: 40px;
}

.delivery-company {
    margin-bottom: 15px;
    text-align: center;
}
.delivery-companies-header {
    margin-bottom: 23px;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'SourceSansPro-SemiBold', sans-serif;
}

.delivery-stores ul {
    font-size: 16px;
    line-height: 34px;
}
@media (max-width: 1199px){
    ul.approach-list {
        padding: 0 0 0 45px;
        column-gap: 45px;
    }
}
@media (max-width: 991px){
    .new-about__assortment-wrapper {
        text-align: center;
        margin-bottom: 30px;
    }

    span.new-about__assortment-name {
        bottom: 15px;
    }
    .new-about__advantage-wrapper {
        margin-top: 30px;
    }

    ul.approach-list {
        padding: 0;
        list-style-position: inside;
        column-count: 1;
    }
}
@media (max-width: 767px){
    h1.catalog-title {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 35px;
    }

    .assortment-header {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    span.new-about__advantage-name {
        font-size: 16px;
        line-height: 18px;
    }

    .approach-header {
        margin: 30px 0;
    }

    h1.catalog-title:before, .new-header:before {
        margin-right: 30px;
    }

    h1.catalog-title:after, .new-header:after {
        margin-left: 30px;
    }

    .new-header {
        font-size: 30px;
        line-height: 35px;
    }

    ul.approach-list {
        margin-bottom: 20px;
    }

    .certificates-header {
        margin: 30px 0;
    }

    .new-about__certificates-slide {
        padding: 0 6px;
    }

    .new-about {
        margin: 0;
    }
    .new-about__certificates-slider .slick-prev {
        left: 0;
    }

    .new-about__certificates-slider .slick-next {
        right: 0;
    }
}
@media (max-width: 575.98px) {
    h1.catalog-title:before, .new-header:before,h1.catalog-title:after, .new-header:after {
        display: none;
    }
    .pay-preview,.min-price{
        text-align: left!important;
        font-size: 16px;
        line-height: 18px;
        color: #333333;
        font-weight: normal;
        font-family: 'SourceSansPro';
        margin-bottom: 20px;
    }
    .pay-image,.delivery-image{
        width: calc(100% + 30px);
        left: -15px;
        position: relative;
        max-width: calc(100% + 30px);
    }
    .new-header {
        font-size: 26px;
        line-height: 30px;
    }
    .new-pay-and-delivery{
        display: flex;
        flex-direction: column;
    }
    h1.catalog-title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .pay-methods{
        margin-bottom: 20px;
    }
    .pay-conditions{
        margin-bottom: 35px;
    }
    .delivery-stores ul li{
        position: relative;
        font-size: 16px;
        line-height: 123%;
        color: #333333;
        padding-left: 25px;
        margin-bottom: 12px;
    }
    .delivery-stores ul li::before{
        position: absolute;
        left: 0;
        top: 3px;
    }
}
@media (max-width:399px){
    .new-about__advantage-wrapper{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}