@color_1: #666;

//@color_1: gray;
@color_2: transparent;
@color_3: #1e1e1e;
@color_4: #cbe1bf;
@color_5: #303030;
@color_6: #47cb50;
@color_7: #7fca5a;
@color_8: #fff;
@color_9: brown;
@color_10: #326bff;
@color_11: inherit;
@color_12: #83B6C1;
@color_13: #E9572F;
@color_14: orangered;
@background_color_1: #bbb;
@background_color_2: #eee;
@background_color_3: #E8F2F4;
@background_color_4: #FDEEEA;
@background_color_5: orangered;
@background_color_6: #fff;
@border_color_1: transparent;
@border_bottom_color_1: transparent;

.articles_list_container {
    @media (max-width: 768px) {
        position: relative;
        margin-bottom: 90px;
        padding-right: 0;
    }
    &>.subhead {
        @media (max-width: 768px) {
            float: none;
            position: absolute;
            bottom: -91px;
            left: calc(50% - 105px);
        }
    }
}

h1 {
    margin-bottom: 16px;
}

.blog-subtitle {
    margin-bottom: 64px;
    color: rgba(43, 47, 51, 0.80);
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
}

//СТИЛИ ДЛЯ СОРТИРОВКИ(КАТЕГОРИИ СТАТЕЙ)
.sort_list_wrapper {
    width: 100%;
    // overflow-x: scroll;
    cursor: grab;
    overflow: auto;

    .sort_list {
        cursor: inherit;
        font-weight: 500;
        font-size: 17px;
        line-height: 100%;
        margin-bottom: 32px;
        padding: 0;
        list-style: none;
        width: 100%;
        display: flex;
        justify-content: flex-start;

        position: relative;
        overflow-x: hidden;
        overflow-y: hidden;
        white-space: nowrap;
        transition: all 0.2s;
        will-change: transform;
        user-select: none;

        &.active {
        background: rgba(255,255,255,0.3);
        cursor: grabbing;
        cursor: -webkit-grabbing;
        }


        .sort_list_item {
            margin-right: 12px;
            cursor: inherit;
            display: inline-block;
            
            .sort_list_button {
                display: inline-block;
                cursor: inherit;
                font-size: inherit;
                font-weight: inherit;
                line-height: inherit;
                background: transparent;
                min-width: max-content;
                padding: 15px 16px;
                border-radius: 100px;
                cursor: pointer;
                outline: none;
                transition: .2s ease border-color;
                color: #2B2F33;

                &.is-active {
                    border-color: #F2F2F2;
                    background: #F2F2F2;
                }
                &:hover,
                &:focus,
                &:active {
                    border-color: #F2F2F2;
                }

            }
            
        }
    }
}

.pagination-list {
    color: #2F3441;
    font-weight: 500;
    font-size: 17px;
    display: inline-flex;
    list-style: none;
    gap: 16px;
    padding: 9px 24px 8px;
    background-color: #FFFFFF;
    border-radius: 100px;

    @media (max-width: 500px) {
            display: flex;
            justify-content: space-between;
        }

    li.active {
        font-weight: 400;
        color: #89919C;

        
    }

    .catalogue-pagination-prev-next {
        color: #2F3441;
        @media (max-width: 500px) {
            display: none;
        }
    }

    .catalogue-pagination-to-end {
        margin-left: 7px;
    }

    .catalogue-pagination-to-end {
        margin-right: 7px;
    }
    

}
.b-index-page__tags {
    margin-bottom: 20px;
}
.b-detail .article-info__icon-text .svg-icon{
    font-size: 21px;
    width: 20px;
    height: 31px;
}
.articles_list_wrap {
    margin-bottom: 56px;

    @media (max-width: 1200px) {
        width: 100%;
        overflow: auto;
    }
    @media (max-width: 600px){
        max-width: 430px;
        margin-right: auto;
        margin-left: auto;
    }
    .articles_list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        @media(max-width:1024px){
            grid-template-columns: 1fr;
            display: flex;
            flex-direction: column;
        }

        .card {
            display: flex;
            flex-direction: column;
            color: #2B2F33;
            border-radius: 16px;
            /* border: 2px solid rgba(43, 47, 51, 0.2); */
            background: #FFF;
            box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10); 
            //box-shadow: 8px 12px 0px 0px #EEE;
            width: 100%;
            padding: 16px;

            .image {
                margin-bottom: 12px;
                img {
                    border-radius: 8px;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
            .content {
                .sections {
                    display: flex;
                    gap: 10px;
                    margin-bottom: 16px;
                    flex-wrap: wrap;
                    .section {
                        height: 36px;
                        padding: 0 12px;
                        border-radius: 100px;
                        border: 2px solid #F2F2F2;
                        font-size: 16px;
                        font-weight: 500;
                        line-height: 100%;
                        color: inherit;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
                }
                .title {
                    color: inherit;
                    font-family: 'Nunito', 'Inter', sans-serif;
                    font-weight: 600;
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 120%;
                    a {
                        color: inherit;
                        font-size: inherit;
                        font-weight: inherit;
                        line-height: inherit;
                        text-decoration: none;
                    }
                }
                .info { 
                    display: flex;
                    justify-content: space-between;
                    margin-bottom: 20px;
                    .date { 
                        color: #4E5358;
                        font-family: "Open Sans";
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 100%;
                    }
                
                    .dop_info { 
                
                        .view_count { 
                
                            .ic { 
                
                            }
                        }
                
                        .read_time { 
                
                            .ic { 
                
                            }
                        }
                    }
                }
                .description {
                    color: rgba(43, 47, 51, 0.80);
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 130%;
                    margin-bottom: 16px;
                    max-height: 69px;
                    overflow: hidden;
                }
                .date {
                    color: inherit;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 100%;
                    svg {
                        margin-right: 8px;
                        path {
                            fill: #2B2F33;
                            fill-opacity: 0.45;
                        }
                    }
                }
            }

            &-type_1 {          //--------------------TYPE 1----------
                flex-direction: row;
                padding: 24px;
                gap: 48px;
                grid-column-start: span 3;
                @media(max-width:1024px){
                    padding: 16px;
                    gap: 24px;
                }
                @media(max-width:640px) {
                    flex-direction: column;
                }

                .image {
                    min-width: 546px;
                    @media(max-width: 1600px){
                        min-width: 482px;
                    }
                    @media(max-width: 1200px){
                        min-width: 400px;
                    }
                    @media(max-width: 1024px){
                        min-width: 300px;
                        height: 250px;
                    }
                    @media(max-width:640px) {
                        width: 100%;
                        height: auto;
                        min-width: 0;
                    }
                }
                .content {
                    .title {
                        font-size: 32px;
                        letter-spacing: -0.32px;
                        @media(max-width: 1024px){
                            font-size: 22px;
                        }
                    }
                }
            }

            &-type_2 {           //--------------------TYPE 2----------
                padding: 16px;
                gap: 24px;
                @media(max-width:1024px) {
                    flex-direction: row;
                    gap: 24px;
                }
                @media(max-width:640px) {
                    flex-direction: column;
                }
                .image {
                    max-height: 225px;
                    @media(max-width: 1200px){
                        max-height: 189px;
                    }
                    @media(max-width: 1600px){
                        max-height: 158px;
                    }
                    @media(max-width: 1024px){
                        min-width: 300px;
                        height: 250px;
                        max-height: none;
                    }
                    @media(max-width:640px) {
                        width: 100%;
                        height: auto;
                        min-width: 0;
                    }
                }

                .content {
                    .title {
                        @media(max-width: 1024px){
                            font-size: 22px;
                        }
                    }
                    .date {
                        padding-bottom: 16px;
                    }
                }
            }

            &-type_3 {           //--------------------TYPE 3----------
                padding: 32px 28px;
                background: rgba(0, 0, 0, 0.35);
                border: none;
                grid-column:  span 2;
                position: relative;
                color: #FFF;
                justify-content: flex-end;
                @media(max-width:1024px) {
                    height: 400px;
                }
                @media(max-width:768px) {
                    padding: 24px 20px;
                }
                @media(max-width:640px) {
                        height: 350px;
                }
                
                .image {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 0;
                    &::after {
                        content: "";
                        width: 100%;
                        height: 100%;
                        background: rgba(0, 0, 0, 0.35);
                        z-index: 1;
                        position: absolute;
                        top: 0;
                        left: 0;
                        border-radius: 16px;
                    }
                }
                .content {
                    position: relative;
                    z-index: 2;
                    .title {
                        @media(max-width:1024px) {
                            font-size: 22px;
                        }
                    }
                    .description {
                        color: rgba(255, 255, 255, 0.80);
                    }
                    .date {
                        svg {
                            margin-right: 8px;
                            path {
                                fill: #fff;
                                fill-opacity: 0.8;
                            }
                        }
                    }
                }
            }

        }

    }
} 
   
//DETAIL
.container_blog {
    @media(max-width: 800px){
        padding: 0 15px;
    }
}
.b-detail {
    font-family: 'Inter', sans-serif;
    color: #111;
    max-width: 750px;
    margin: 50px auto;
    font-size: 16px;
    h2 {
        font-family: 'Inter', sans-serif;
        font-size: 32px;
        font-weight: 500;
        line-height: 120%;
        margin-bottom: 16px;
    }
    h2 + h3 {
        margin-top: 24px;
    }
    h3 {
        font-family: 'Inter', sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; 
        margin-bottom: 16px;
    }
    h4 {
        font-family: 'Inter', sans-serif;
        font-size: 1.428em;
        font-weight: 400;
        line-height: 1.2em;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
    &__title {
        font-family: 'Inter', sans-serif;
        margin-bottom: 48px;
        text-align: left;
    }
    p {
        // line-height: 1.5em;
        // margin-bottom: 0.5rem;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 8px;
    }
    a {
        color: #4580C7;
        text-decoration: underline;
        text-underline-offset: 3px;
        font-weight: 400;
    }

    ul {
        margin: 0 0 1.5rem;
        padding: 0;
        list-style: none;
        li {
            margin-bottom: 0.5rem;
            line-height: 1.4em;
            position: relative;
            padding-left: 24px;
            &:last-child {
                margin-bottom: 0;
            }
            
            &::marker {
                color: rgba(17, 17, 17, 0.50);
            }
        }
        > li {

        } 
        ul {
            margin: 0;
            padding: 1.5rem 0.5rem 0.5rem 1.5rem;
        }
        ol {
            margin: 0;
            padding: 1.5rem 0.5rem 0.5rem 1.5rem;
            counter-reset: counter;
            li {
                &:before {
                    // display: none;
                }
            }
        }
        >li {
           &:before {
                content: "";
                margin-right: 1rem;
                color: rgba(17, 17, 17, 0.50);
                width: 4px;
                height: 4px;
                background-color: rgba(17, 17, 17, 0.50);
                position: absolute;
                top: 8px;
                left: 0px;
                border-radius: 50%;
            }
        }
    }
    ol {
        margin: 0 0 1.5rem;
        padding: 0;
        counter-reset: counter;
        list-style: none;
        li {
            margin-bottom: 0.5rem;
            line-height: 1.4em;
            &:last-child {
                margin-bottom: 0;
            }
            &:before {
                margin-right: 1rem;
                color: rgba(17, 17, 17, 0.50);
            }
        }
        ul {
            margin: 0;
            padding: 1.5rem 0.5rem 0.5rem 1.5rem;
        }
        ol {
            margin: 0;
            padding: 1.5rem 0.5rem 0.5rem 1.5rem;
            counter-reset: counter;
        }
        >li {
            counter-increment: counter;
            &:before {
                content: counter(counter);
                font-weight: 500;
            }
        }
    }
    
    .ol {
        margin: 0 0 1.5rem;
        padding: 0;
        counter-reset: counter;
        list-style: none;
        li {
            margin-bottom: 0.5rem;
            line-height: 1.4em;
            &:last-child {
                margin-bottom: 0;
            }
            &:before {
                margin-right: 1rem;
                color: rgba(17, 17, 17, 0.50);
            }
        }
    }
    .text {
        line-height: 1.5em;
        margin-bottom: 0.5rem;
    }

    .blog-catalog-btn {
        padding: 20px 8px;
        font-size: 18px;
        min-height: 60px;
        height: auto;
        font-weight: 600;
        color: #111;
        line-height: 120%;
    }

    img {
        border-radius: 4px;
        margin-top: 1rem;
        margin-bottom: 1.5rem;
    }
    .image {
        border-radius: 4px;
        padding-top: 0;
        padding-bottom:0;
        margin-top: 1rem;
        margin-bottom: 1.5rem;
    }
    figure > img {
        margin-bottom: 8px;
    }
    figure > * {
        color: rgba(17, 17, 17, 0.50);
        font-size: 14px;
        font-weight: 400;
        line-height: 100%;
    }
    .image_description {
        p {
            margin-top: 0.5rem;
            padding-left: 1rem;
            font-size: 0.9rem;
            color: @color_1;
        }
    }
    .block-buttons {
        display: none;
    }

    .thematic_cars_list {
        margin-top: 32px;
        margin-bottom: 32px;

        .statistic_items_grid.blog_grid {
            grid-template-columns: repeat(3, 1fr);
            margin-bottom: 32px;
            column-gap: 16px;
            grid-auto-rows: auto;
            @media(max-width: 1000px) {
                grid-template-columns: repeat(2, 1fr);
            }
            @media(max-width: 992px){
                display: grid;
                width: 100%;
            }
            @media(max-width: 500px) {
                grid-template-columns: 1fr;
            }
            .item {
                border-radius: 24px;
                border: 2px solid rgba(43, 47, 51, 0.20);
                background: #FFF;
                box-shadow: 8px 12px 0px 0px #EEE;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                @media(max-width: 992px) {
                    max-width: none;
                    min-width: 0;
                    margin: 0;
                }
                .images {
                    border-radius: 10px;
                    height: 210px;
                    img {
                        margin: 0;

                    }
                }
                .specifications {
                    grid-row-gap: 16px;
                    text-decoration: none;
                    display: block;
                    margin: 16px 0 24px;
                    .name {
                        text-decoration: none;
                        color: #2B2F33;
                        font-size: 18px;
                        margin-bottom: 8px;
                        a {
                            text-decoration: none;
                            color: #2B2F33;
                        }
                        .icon {
                            height: 30px;
                            min-width: 30px;
                            img {
                                margin: 0;
                                height: 30px;
                                width: 30px;
                            }
                        }
                    }
                    .params {
                        margin-bottom: 16px;
                        .val { 
                            font-size: 16px;
                            color: rgba(43, 47, 51, 0.70);

                        }
                    }
                    .prices {
                        .total_price {
                            color: #2B2F33;
                            font-size: 24px;
                            font-weight: 600;
                            line-height: 130%;
                        }
                    }
                }
                .buttons {
                    gap: 8px;
                    display: flex;

                    .whatsapp-btn {
                        min-width: 48px;
                        width: 48px;
                        padding: 0;
                        img {
                            width: 24px;
                            height: 24px;
                            margin: 0;
                        }
                    }
                    .modal-btn {
                        flex-grow: 1;
                    }
                    a {
                        color: #2B2F33;
                        text-decoration: none;
                    }
                }
            }
        }
        .show-more-wrap {
            display: flex;
            align-items: center;
            justify-content: center;
            .show-more {
                color: #fff;
                text-decoration: none;
            }
        }

    }

    .article-info_after {
        display: flex;
        justify-content: flex-end;
    }

        .list {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
        .range {
            max-width: 95%;
            position: relative;
        }
        .range__max {
            position: absolute;
            top: 100%;
            text-decoration: none !important;
            font-size: 12px;
            color: @color_1;
            right: 0;
        }
        .range__min {
            position: absolute;
            top: 100%;
            text-decoration: none !important;
            font-size: 12px;
            color: @color_1;
            left: 0;
        }
        .range__value {
            padding: 10px;
            border-radius: 10px;
            box-shadow: inset 0 0 10px #adb5bd;
            border: 0 solid #00b723;
        }
        input {
            &:focus {
                outline: 0;
            }
            &::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }
            &::-webkit-outer-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }
        }
        input[type=range] {
            &:focus {
                outline: 0;
                &::-webkit-slider-runnable-track {
                    background: #d9e9d0;
                }
                &::-ms-fill-lower {
                    background: #cbe1bf;
                }
                &::-ms-fill-upper {
                    background: #d9e9d0;
                }
            }
            -webkit-appearance: none;
            margin: 15px 0;
            width: 100%;
            &::-webkit-slider-runnable-track {
                width: 100%;
                height: 5px;
                cursor: pointer;
                animate: 0.2s;
                box-shadow: 0 0 0 #222, 0 0 0 #2f2f2f;
                background: #cbe1bf;
                border-radius: 5px;
                border: 0 solid #000;
            }
            &::-webkit-slider-thumb {
                box-shadow: 0 0 0 #111, 0 0 0 #1e1e1e;
                border: 0 solid #fff;
                height: 30px;
                width: 8px;
                border-radius: 3px;
                background: #00b723;
                cursor: pointer;
                -webkit-appearance: none;
                margin-top: -12.5px;
            }
            &::-moz-range-track {
                width: 100%;
                height: 5px;
                cursor: pointer;
                animate: 0.2s;
                box-shadow: 0 0 0 #222, 0 0 0 #2f2f2f;
                background: #cbe1bf;
                border-radius: 5px;
                border: 0 solid #000;
            }
            &::-moz-range-thumb {
                box-shadow: 0 0 0 #111, 0 0 0 #1e1e1e;
                border: 0 solid #fff;
                height: 30px;
                width: 8px;
                border-radius: 3px;
                background: #00b723;
                cursor: pointer;
            }
            &::-ms-track {
                width: 100%;
                height: 5px;
                cursor: pointer;
                animate: 0.2s;
                background: 0 0;
                border-color: @border_color_1;
                border-width: 8px 0;
                color: @color_2;
            }
            &::-ms-fill-lower {
                background: #bdd9ae;
                border: 0 solid #000;
                border-radius: 10px;
                box-shadow: 0 0 0 #222, 0 0 0 #2f2f2f;
            }
            &::-ms-fill-upper {
                background: #cbe1bf;
                border: 0 solid #000;
                border-radius: 10px;
                box-shadow: 0 0 0 #222, 0 0 0 #2f2f2f;
            }
            &::-ms-thumb {
                box-shadow: 0 0 0 #111, 0 0 0 #1e1e1e;
                border: 0 solid #fff;
                height: 30px;
                width: 8px;
                border-radius: 3px;
                background: #00b723;
                cursor: pointer;
            }
        }
        .svg-sprite_green {
            fill: #47cb50;
        }
        .svg-sprite_gold {
            fill: #fdf101;
        }
        .svg-sprite_sm {
            width: 24px;
            height: 24px;
        }
        .svg-sprite_md {
            width: 40px;
            height: 40px;
        }
        .svg-icon {
            display: inline-block;
            width: 1em;
            height: 1em;
            fill: currentColor;
        }
        .linked {
            color: @color_3;
            font-weight: 500;
            &:hover {
                color: @color_3;
                text-decoration: none;
            }
        }
        .linked_hov {
            position: relative;
            &::after {
                content: "";
                width: 0%;
                height: 1px;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: -1px;
                border-radius: 100%;
                background: #1e1e1e;
                opacity: 0;
                transition: 0.4s ease-in-out;
            }
            &:hover {
                &::after {
                    width: 90%;
                    opacity: 0.8;
                }
            }
        }
        .main {
            background: linear-gradient(180deg, rgba(223, 242, 213, 0.965424) 81%, #fff 100%);
        }
        .category__item {
            display: flex;
            flex-direction: column;
            align-items: center;
            cursor: pointer;
            &:hover {
                img {
                    box-shadow: 0 0 10px #47cb50;
                }
            }
        }
        .category {
            img {
                transition: 0.2s ease-in-out;
                border-radius: 10px;
            }
            a {
                font-weight: 700;
            }
        }
        .year {
            text-align: center;
            font-weight: 700;
            color: @color_4;
            span {
                &:first-child {
                    line-height: 1;
                    font-size: 100px;
                }
                &:nth-child(2) {
                    white-space: nowrap;
                    text-transform: uppercase;
                }
            }
        }
        .text-sm {
            font-size: 15px;
        }
        .card-overflow {
            padding: 15px;
            overflow: auto;
            max-height: 400px;
            img {
                max-width: 100%;
            }
            &::-webkit-scrollbar {
                width: 10px;
                background: #effaee;
                border-radius: 100px;
            }
            &::-webkit-scrollbar-thumb {
                background: #47cb50;
                border-radius: 100px;
            }
        }
        .write-us__item {
            min-height: 300px;
        }
        .developer__img-wrapper {
            height: 70%;
            border-radius: 20px;
        }
        .developer__picture {
            font-size: 14px;
            font-style: italic;
        }
        .map {
            position: relative;
        }
        .contact {
            height: 100%;
            display: flex;
            align-items: center;
            position: absolute;
            left: 50px;
            top: 0;
            z-index: 10;
            background: #ffffff79;
        }
        .contact__body {
            padding: 10px 10px 10px 30px;
            background: #ffffffcc;
        }
        .article-block-desc {
            ul {
                list-style: none;
                color: @color_5;
                li {
                    &:before {
                        content: "•";
                        margin-right: 5px;
                        color: @color_6;
                    }
                }
            }
        }
        .underline {
            text-decoration: underline;
            cursor: pointer;
        }
        .sidebar {
            padding: 20px;
            background: #fff;
            border-radius: 20px;
            a {
                color: @color_5;
                text-decoration: none;
            }
            &::-webkit-scrollbar {
                width: 8px;
            }
            &::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px #7fca5a;
                border-radius: 10px;
            }
            &::-webkit-scrollbar-thumb {
                border-radius: 10px;
                -webkit-box-shadow: inset 0 0 6px #7fca5a;
            }
        }
        .sidebar__title {
            color: @color_7;
        }
        .sidebar__subtitle {
            text-decoration: none !important;
        }
        .sidebar__list {
            font-size: 15px;
            li {
                margin-bottom: 5px;
            }
        }
        .sidebar__range {
            position: relative;
            &::after {
                content: "";
                position: absolute;
                width: 3px;
                height: 15px;
                background: #7fca5a;
                top: 50%;
                transform: translateY(-50%);
                right: 0;
            }
            &::before {
                content: "";
                position: absolute;
                width: 3px;
                height: 15px;
                background: #7fca5a;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
            }
        }
        .pagination {
            display: flex;
            justify-content: center;
        }
        .page-link {
            background: #47cb50;
            color: @color_8;
        }
        .multi-section__head {
            display: flex;
        }
        .multi-section__item {
            margin-right: 5px;
            background: #47cb50;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            cursor: pointer;
            transition: 0.2s ease-in-out;
            &:last-child {
                margin-right: 0;
            }
            &:hover {
                box-shadow: inset 0 0 25px #b8b8b8;
            }
        }
        .multi-section__item_active {
            background: #96ec93;
        }
        .multi-section__title {
            padding: 15px;
            margin: 0;
            color: @color_8;
            font-size: 18px;
            font-weight: 400;
        }
        .multi-section__body {
            padding: 20px 40px;
            background: #fff;
            box-shadow: inset 0 0 5px #cecece;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }
        .multi-section__content {
            display: none;
            &:first-child {
                display: block;
            }
        }
        .hidden {
            overflow: hidden;
        }
        .code-error {
            width: 100%;
            text-align: center;
            font-size: 300px;
            color: @color_6;
            line-height: 1;
        }
        .swiper-container {
            width: 100%;
            height: 100%;
            .swiper-button-next {
                width: 40px;
                height: 40px;
                background: #47cb50;
                color: @color_8;
                &::after {
                    font-size: 28px;
                    font-weight: 700;
                }
            }
            .swiper-button-prev {
                width: 40px;
                height: 40px;
                background: #47cb50;
                color: @color_8;
                &::after {
                    font-size: 28px;
                    font-weight: 700;
                }
            }
        }
        .swiper-container_produce {
            .swiper-button-next {
                right: 0;
            }
            .swiper-button-prev {
                left: 0;
            }
        }
        .swiper-container_product {
            width: 100%;
            height: 300px;
            margin-left: auto;
            margin-right: auto;
            .swiper-slide {
                background-size: cover;
                background-position: center;
            }
            .gallery-top {
                height: 80%;
                width: 100%;
            }
            .gallery-thumbs {
                height: 20%;
                box-sizing: border-box;
                padding: 10px 0;
                .swiper-slide {
                    width: 25%;
                    height: 100%;
                    opacity: 0.4;
                }
                .swiper-slide-thumb-active {
                    opacity: 1;
                }
            }
        }
        .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .category-toggle {
            &:nth-child(-n&+3) {
                display: block;
            }
            display: none;
            .category-toggle {
                &:nth-child(-n&+3) {
                    display: block;
                }
            }
        }
        body.loaded {
            .preloader {
                display: none;
            }
        }
        .list-colors {
            li {
                &:nth-child(odd) {
                    background: #effaee;
                }
            }
        }
        .load_absolute {
            position: fixed;
            left: 50%;
            transform: translateX(-50%);
        }
        .cut-img {
            position: relative;
            min-width: 150px;
            max-width: 150px;
            height: 150px;
            background: #fff;
            overflow: hidden;
            img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }
        }
        .cut-img-card {
            position: relative;
            width: 100%;
            height: 200px;
            background: #fff;
            overflow: hidden;
            margin: 0 auto;
            img {
                position: absolute;
                left: 50%;
                top: 50%;
                max-height: 100%;
                max-width: 100%;
                transform: translate(-50%, -50%);
            }
        }
        .breadcrumb {
            background: 0 0;
            font-size: 15px;
            padding-left: 22px;
        }
        .breadcrumb-item {
            a {
                text-decoration: underline;
            }
        }
        .n-s {
            .swiper-container {
                width: 100%;
                height: auto;
                background: #fff;
                border-radius: 10px;
                box-shadow: 0 0 10px #adb5bd;
                cursor: pointer;
                margin: 0;
            }
            .swiper-slide {
                display: flex;
                justify-content: center;
            }
            .gallery-top {
                width: 400px;
                height: 400px;
                .swiper-slide {
                    position: relative;
                }
                img {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    max-width: 350px;
                    transform: translate(-50%, -50%);
                }
            }
            .gallery-thumbs {
                width: 400px;
                margin-top: 20px;
                box-sizing: border-box;
                padding: 10px 0;
                .swiper-wrapper {
                    display: flex;
                    justify-content: center;
                }
                .swiper-slide {
                    opacity: 0.4;
                    position: relative;
                    width: 45px;
                    height: 45px;
                    img {
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        max-width: 45px;
                        transform: translate(-50%, -50%);
                    }
                }
                .swiper-slide-thumb-active {
                    opacity: 1;
                }
            }
            .swiper-button-next {
                background: url(../img/icons/arrow2.png) center center no-repeat;
                transform: rotate(-90deg);
                &::after {
                    display: none;
                }
                &::before {
                    display: none;
                }
            }
            .swiper-button-prev {
                background: url(../img/icons/arrow2.png) center center no-repeat;
                transform: rotate(90deg);
                &::after {
                    display: none;
                }
                &::before {
                    display: none;
                }
            }
        }
        .searh-for-produce-modal {
            position: absolute;
            left: 0;
            top: 100%;
            width: 100%;
            z-index: 100;
            padding: 0 15px;
            margin-top: -30px;
        }
        .color-red {
            color: @color_9;
        }
        .link-all {
            position: absolute;
            z-index: 0;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }
        .box {
            padding: 20px;
            position: relative;
            border-radius: 20px;
            box-shadow: 0 0 15px #adb5bd;
            height: 100%;
            background: #fff;
            overflow: hidden;
            cursor: pointer;
            transition: 0.2s ease-in-out;
        }
        .article-info__row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 32px;
            // padding-top: 30px
        }
        .article-info__col {
            display: flex;
            gap: 16px;
            font-size: 16px;
			padding-right: 10px;
        }
        .article-info__icon-text {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            .svg-icon {
                font-size: 21px;
            }
        }
        .yandex-share {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .yandex-share__title {
            font-size: 1rem;
        }
        .ya-share2 {
            &__list {
                display: flex;
                flex-direction: row-reverse;
                gap: 8px;
                margin-bottom: 0;
                .ya-share2__item {
                    margin: 0;
                }
            }
            .ya-share2__item_copy {
                .ya-share2__badge {
                    background: #222;
                    border-radius: 6px;
                }
                .ya-share2__icon {
                    background-image: url("/images/icons/link-icon.png");
                    background-size: auto;
                    background-repeat: no-repeat;
                    background-position: center center;
                }
            }
        }
        
        .ul {
            margin: 0 0 1.5rem;
            padding: 0;
            list-style: none;
            li {
                margin-bottom: 0.5rem;
                line-height: 1.4em;
                position: relative;
                padding-left: 24px;
                &:last-child {
                    margin-bottom: 0;
                }
                
                &::marker {
                    color: rgba(17, 17, 17, 0.50);
                }
            }
            > li {

            } 
            .ul {
                margin: 0;
                padding: 1.5rem 0.5rem 0.5rem 1.5rem;
            }
            .ol {
                margin: 0;
                padding: 1.5rem 0.5rem 0.5rem 1.5rem;
                counter-reset: counter;
                li {
                    &:before {
                        // display: none;
                    }
                }
            }
            >li {
               &:before {
                    content: "";
                    margin-right: 1rem;
                    color: rgba(17, 17, 17, 0.50);
                    width: 4px;
                    height: 4px;
                    background-color: rgba(17, 17, 17, 0.50);
                    position: absolute;
                    top: 8px;
                    left: 0px;
                    border-radius: 50%;
                }
            }
        }
        .ol {
            margin: 0 0 1.5rem;
            padding: 0;
            counter-reset: counter;
            list-style: none;
            li {
                margin-bottom: 0.5rem;
                line-height: 1.4em;
                &:last-child {
                    margin-bottom: 0;
                }
                &:before {
                    margin-right: 1rem;
                    color: rgba(17, 17, 17, 0.50);
                }
            }
            .ul {
                margin: 0;
                padding: 1.5rem 0.5rem 0.5rem 1.5rem;
            }
            .ol {
                margin: 0;
                padding: 1.5rem 0.5rem 0.5rem 1.5rem;
                counter-reset: counter;
            }
            >li {
                counter-increment: counter;
                &:before {
                    content: counter(counter);
                    font-weight: 500;
                }
            }
        }
        .toc {
            position: relative;
        }
        .toc__title {
            margin-bottom: 1rem;
            font-weight: 500;
            font-size: 16px;
            line-height: 150%;
        }
        .toc__list {
            list-style: none;
            margin-bottom: 1.5rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid #bbb;
            counter-reset: counter;
            &.hidden {
                height: 0;
                transform: scale(0);
                padding: 0;
            }
            li:before {
                color: rgba(17, 17, 17, 0.50);
            }
            a {
                color: @color_11;
                text-decoration: none !important;
                border-bottom: 1px solid #111;
                &:hover {
                    border-bottom-color: @border_bottom_color_1;
                }
            }
        }
        .toc__hide-btn {
            position: absolute;
            top: 0;
            right: 0;
            cursor: pointer;
            color: rgba(33, 37, 41, 0.50);
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
        }
        .no-margin {
            margin: 0 !important;
        }
        .bold {
            font-weight: 600;
        }

        .oblique {
            font-style: oblique;
        }
        .separator {
            width: 100%;
            height: 1px;
            background-color: @background_color_1;
            margin: 1rem 0;
        }
        .w-1000 {
            margin-left: auto;
            margin-right: auto;
            padding-left: 0;
            padding-right: 0;
            max-width: 1000px;
        }
        .w-750 {
			padding-bottom: 1px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 0;
            padding-right: 0;
            max-width: 750px;
        }
        .footnote {
                padding: 32px 48px 45px;
                border-radius: 4px;
                background-color: #f0f0f0;
                line-height: 30px;
                color: #757575;
                font-family: 'Inter', sans-serif;
                font-size: 20px;
                font-weight: 400;
                margin-bottom: 45px;
                &.footnote_type_1 {

                }                
                &.footnote_type_2 {
                    color: #222222;
                }                
                &.footnote_type_3 {
                    text-align: center;
                    color: #222222;
                    background: none;
                }
                &.footnote_type_4 {
                    text-align: center;
                    color: #222222;
                }
        }
        .footnote_alarm {
            padding: 16px;
            background-color: transparent;
            border-left: 2px solid #111;

            color:  #111;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 150%;
            .text {

            }
        }
        .footnote_attention {
            padding: 16px;
            padding-left: 104px;
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 150%;
            color: #111;
            border-radius: 8px;
            border: 1px solid rgba(17, 17, 17, 0.10);
            background-color: #FFF;
            background-image: url('/images/icons/footnote_attention_bg.png');
            background-repeat: no-repeat;
            background-position: 16px 16px;
            margin-bottom: 24px;
            margin-top: 16px; 
            @media(max-width: 640px){
                padding-left: 16px;
                padding-top: 96px;
            }

            .h {
                font-style: normal;
                font-weight: 600;
                font-size: 18px;
                line-height: 1.3;
                color: #111;
                margin-bottom: 24px;
                padding-top: 9px;
            }


        }
        .footnote_plus {
            padding: 16px;
            padding-left: 104px;
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 150%;
            color: #111;
            border-radius: 8px;
            border: 1px solid rgba(17, 17, 17, 0.10);
            background-color: #FFF;
            background-image: url('/images/icons/footnote_plus_bg.png');
            background-repeat: no-repeat;
            background-position: 16px 16px;
            margin-bottom: 24px;
            margin-top: 24px; 
            @media(max-width: 640px){
                padding-left: 16px;
                padding-top: 96px;
            }

            .h {
                font-style: normal;
                font-weight: 600;
                font-size: 18px;
                line-height: 1.3;
                color: #111;
                margin-bottom: 29px;
                padding-top: 9px;
            }

            ul {

                li {

                }
            }
        }

        .footnote_minus {
            padding: 16px;
            padding-left: 104px;
            font-style: normal;
            font-size: 16px;
            line-height: 150%;
            line-height: 26px;
            color: #111;
            border-radius: 8px;
            border: 1px solid rgba(17, 17, 17, 0.10);
            background-color: #FFF;
            background-image: url('/images/icons/footnote_minus_bg.png');
            background-repeat: no-repeat;
            background-position: 16px 16px;
            margin-bottom: 24px;
            margin-top: 24px; 
            @media(max-width: 640px){
                padding-left: 16px;
                padding-top: 96px;
            }

            .h {
                font-style: normal;
                font-weight: 600;
                font-size: 18px;
                line-height: 1.3;
                color: #111;
                margin-bottom: 29px;
                padding-top: 9px;
            }

        }
        .footnote_quote {
            padding: 16px;
            padding-left: 104px;
            font-style: normal;
            font-size: 16px;
            line-height: 150%;
            line-height: 26px;
            color: #111;
            border-radius: 8px;
            border: 1px solid rgba(17, 17, 17, 0.10);
            background-color: #FFF;
            background-image: url('/images/icons/footnote_quote_bg.png');
            background-repeat: no-repeat;
            background-position: 16px 16px;
            margin-bottom: 24px;
            margin-top: 24px; 
            @media(max-width: 640px){
                padding-left: 16px;
                padding-top: 96px;
            }

            .author {
                font-style: normal;
                font-weight: 600;
                font-size: 16px;
                line-height: 100%;
                color: #111;
                padding-top: 8px;
            }
        }

        .two-columns {
            display: grid;
            column-gap: 1.5rem;
            padding: 2rem 0;
        }
        .two-columns_one-one {
            grid-template-columns: 1fr 1fr;
        }
        .two-columns_one-two {
            grid-template-columns: 1fr 2fr;
        }
        .article-note {
            padding: 1.5rem;
            width: 100%;
            margin-bottom: 1rem;
            background-color: @background_color_2;
            border-radius: 4px;
        }
        .article-note_grey {
            padding: 1.5rem;
            width: 100%;
            margin-bottom: 1rem;
            background-color: #D3D3D3;
            border-radius: 4px;
        }
        .article-plus {
            padding: 1.5rem;
            width: 100%;
            margin-bottom: 1rem;
            color: @color_12;
            background-color: @background_color_3;
            border: 1px solid #83B6C1;
            border-radius: 4px;
        }
        .article-minus {
            padding: 1.5rem;
            width: 100%;
            margin-bottom: 1rem;
            color: @color_13;
            background-color: @background_color_4;
            border: 1px solid #E9572F;
            border-radius: 4px;
        }
        .table {
            width: 100%;
            margin-bottom: 1rem;
            overflow: hidden;
            overflow-x: auto;
            border-collapse: collapse;
            th {
                padding: 1rem 0.5rem;
                background-color: @background_color_2;
                text-align: left;
                border: 1px solid lightgray;
            }
            td {
				padding: 0.5rem;
                border: 1px solid lightgray;
            }
        }
        .table_fixed {
            table-layout: fixed;
        }
		/* Черынй баннер */
		.article-banner-black {
			display: flex;
			margin: 3rem 0;
			border-radius: 12px;
			max-width: 95%;
			max-height: 100%;
			overflow: hidden;
			position: relative;
			margin-bottom: 30px;
		}
		.article-form-black h2 {
			font-size: 30px;
			margin-bottom: 10px;
			margin: 0;
		}

		.article-form-black p {
			font-size: 22px;
			margin-bottom: 20px;
			padding-right: 145px;
			margin-top: 10px;
}
		
		.article-banner-black > * {
			position: relative;
		}

		.article-banner-black img {
			border-radius: 4px;
			position: absolute;
			right: 0;
			top: 0;
			bottom: 0;
			max-width: 100%;
			object-fit: cover;
		}

		.article-form-black {
			display: flex;
			flex-direction: column;
			gap: 1.5rem;
			padding: 1.5rem;
			color: #fff;
			background-color: transparent;
			max-width: 80%;
		}
		
		        .article-form__btn-black {
            display: flex;
            justify-content: center;
            width: max-content;
            padding: 1rem 1.5rem;
            background-color: @background_color_6;
            font-weight: 500;
            color: @color_14;
            border-radius: 2rem;
            &:hover {
                text-decoration: none !important;
            }
        }
		@media (max-width: 768px) {
			.article-form-black h2 {
				font-size: 25px;
			}
		
			.article-form-black p {
				font-size: 20px;
			}
			.article-form__btn-black {
                width: 60%;
            }
        }
				@media (max-width: 480px) {
			.article-form-black {
			gap: 0.5rem;
			}
			
			.article-form-black h2 {
				font-size: 15px;
			}
		
			.article-form-black p {
				font-size: 10px;
			}
			.article-form__btn-black {
				width: 85%;
				font-size: 12px;
				gap: 0.5rem;
				padding: 0.5rem 1.5rem;
            }
        }
		@media (max-width: 440px) {
			.article-banner-black {
				padding: 0.8rem;
				max-height: 150px;
				margin: 1rem 0;
			}
			.article-form-black {
			gap: 0.5rem;
			padding: 0.5rem;
			}
			
			.article-form-black h2 {
				font-size: 15px;
			}
		
			.article-form-black p {
				padding-right: 110px;
				margin-bottom: 5px;
			}
			.article-form__btn-black {
				width: 80%;
				font-size: 10px;
				gap: 0.5rem;
				padding: 0.5rem 1.5rem;
            }
        }

/* Черынй баннер end */


        .article-banner {
            display: grid;
            grid-template-columns: 55% 45%;
            margin: 3rem 0;
            border-radius: 4px;
            .article-form {
                 background-color: #FFA07A;
            }
            &>*{
                img {
                   height: 100%; 
                   object-fit: cover; 
                }
            }
        }
        .article-form {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 1.5rem;
            color: @color_8;
        }
        .article-form__btn {
            display: flex;
            justify-content: center;
            width: max-content;
            padding: 1rem 1.5rem;
            background-color: @background_color_6;
            font-weight: 500;
            color: @color_14;
            border-radius: 2rem;
            &:hover {
                text-decoration: none !important;
            }
        }

        .article-banner {

            &_fullwidth {
                display: flex;
                flex-flow: column nowrap;
                align-items: center;
                display: none !important; // добавил чтобы скрыть баннер на всех разрешениях

                .article-banner {

                    &__inner {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 100vw;
                        height: 700px;
                        padding: 60px 50px;
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: cover;
                        background-image: url(/images/article-banner_type-1.jpg);

                        input {
                            width: 100%;
                            font-family: inherit;
                            font-style: normal;
                            padding: 20px 8px 20px 16px;
                            border-radius: 16px;
                            border: 1px solid rgba(43, 47, 51, 0.2);
                            background: #fff;
                            font-size: 20px;
                            font-weight: 400;
                            line-height: 130%;
                            color: #2b2f33;
                            height: 60px;
                            max-width: 280px;
                        }
                    }

                    &__content {
                        max-width: 750px;
                    }

                    &__form {
                        margin-top: 50px;

                        &:before {
                            content: normal;
                        }

                        h3 {
                            display: none;
                        }

                        form {
                            flex-wrap: wrap;
                            justify-content: unset;
                            margin-left: -15px;
                            margin-right: -15px;
                            padding: 0;
                        }

                        .agreement {
                            display: block;
                            padding-left: 15px;
                            padding-right: 15px;

                            * {
                                font-weight: 400;
                                color: #fff;
                            }
                        }
                    }

                    &__title, &__desc {
                        color: #fff !important;
                    }

                    &__title {
                        margin: 0 0 25px;
                        font: 700 54px/1.2 'Inter' !important;
                    }

                    &__desc {
                        margin: 0;
                        font: 500 17px/1.53 'Inter';
                    }
                }
            }

            @media screen and (max-width: 1600px) {
                &_fullwidth {

                    .article-banner {

                        &__inner {
                            height: 458px;
                            padding: 30px;
                        }
                    }
                }
            }

            @media screen and (max-width: 1280px) {
                &_fullwidth {

                    .article-banner {

                        &__inner {
                            height: auto;
                        }

                        &__title {
                            font-size: 32px !important;
                        }
                    }
                }
            }

            @media screen and (max-width: 767px) {
                &_fullwidth {
                    margin-left: -30px;

                    .article-banner {

                        &__inner {
                            text-align: center;
                        }

                        &__form {

                            form {
                                justify-content: center;
                                max-width: 456px;
                                margin-left: auto;
                                margin-right: auto;
                            }
                        }
                    }
                }
            }

        }



        @media (max-width: 991.98px) {
            .developer__img-wrapper {
                height: 300px;
            }
            .contact {
                position: static;
            }
            .contact__body {
                padding: 20px 0;
                background: 0 0;
            }
            .sidebar {
                background: 0 0;
            }
            .sidebar__col {
                background: #fff;
                border-radius: 20px;
                height: 100%;
                padding: 20px;
            }
            .sidebar__title {
                cursor: pointer;
                background: url(../img/icons/right-arrow.png) 97% center no-repeat;
            }
            .sidebar__list_m {
                display: none;
            }
            .multi-section__item {
                width: 100%;
            }
            .multi-section__title {
                padding: 10px 20px;
                text-align: center;
            }
            .multi-section__body {
                border-top-right-radius: 0;
            }
            .code-error {
                font-size: 200px;
                padding: 20px 0;
            }
        }
        @media (max-width: 767.98px) {
            .title {
                text-align: center;
            }
            .multi-section__head {
                flex-direction: column;
            }
            .multi-section__item {
                &:nth-child(2) {
                    border-radius: 0;
                    border-top: 1px solid #fff;
                }
                &:nth-child(3) {
                    border-radius: 0;
                    border-top: 1px solid #fff;
                }
            }
            .code-error {
                font-size: 100px;
            }
        }
        @media screen and (max-width: 440px) {
            .n-s {
                .gallery-top {
                    width: 250px;
                    height: 250px;
                    img {
                        max-width: 200px;
                    }
                }
                .gallery-thumbs {
                    width: 250px;
                }
            }
        }
        @media (max-width: 767px) {
            .article-info__row {
                flex-direction: column;
                gap: 1rem;
            }
            .two-columns {
                display: flex;
                flex-direction: column;
                gap: 1rem;
            }
            .table {
                display: block;
            }
            .article-banner {
                display: block;
            }
        }


}