/*!
Theme Name: artplus
 */
/* NOTE begin 9999px */

body:not(.wp-admin),
body .editor-styles-wrapper {
    --max-width: 100%;
    --color-1: #F07D3E;
    --color-2-text: #7A7A7A;
    --color-3-link: #F07D3E;
    --font-family-1: 'Roboto', arial, Tahoma, Geneva, Verdana, sans-serif;
    font-family: var(--font-family-1);
    color: var(--color-2-text);
    font-size: clamp(14px, 1vw, 68px);
}

.wrapper a {
    font-family: var(--font-family-1);
    text-decoration: none;
    color: var(--color-3-link);
}

.wrapper a:hover {
    text-decoration: none;
}

.wrap_content_inner {
    max-width: var(--max-width);
    width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.content_inner_max_width {
    max-width: 100%;
    width: 100%;
}

.max-width {
    max-width: var(--max-width);
    margin-left: auto !important;
    margin-right: auto !important;
    width: var(--max-width);
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
}

.right_content {
    flex-grow: 1;
    max-width: 100%;
}

.wp_wrap_subkategory {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 40px;
}

.wp_wrap_subkategory_item {
    width: 32%;
}

.wrap_posts {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 40px;
}

.wrap_posts article {
    width: 32%;

}

.header_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

.header_wrap_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
}

.header_wrap_inner:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-1);
    content: "";
}

.header_wrap_inner_item {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #fff;
}

.header_wrap_inner_item a {
    font-weight: 700;
}


.row_1_inner {
    position: relative;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    margin-bottom: 20px;
}

.row_1_inner:before {
    position: absolute;
    content: "";
    background-color: #CCC9C9;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 18px;
}

.row_1_inner p {
    position: relative;
    font-size: clamp(18px, 1.3vw, 108px);
    background-color: #fff;
    padding-left: 25px;
    padding-right: 25px;

}

.row_1_inner p strong {
    font-weight: 700;
}

.contener {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.contener_left {
    width: 50%;
}

.contener_left_row_1 {
    width: 72%;
    text-align: justify;
}

.contener_left_row_1_r1 {
    margin-bottom: 20px;
    color: var(--color-1);
}

.contener_left_row_2 {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 72%;
    margin-top: 60px;
    margin-bottom: 60px;
    color: #fff;
    background-color: var(--color-1);
    padding: 10px;
    border-radius: 16px;
    column-gap: 20px;
}

.contener_left_row_2_img {
    width: 70px;
    flex-shrink: 0;
}

.contener_left_row_3_title {
    position: relative;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    margin-bottom: 20px;
}

.contener_left_row_3_title:before {
    position: absolute;
    content: "";
    background-color: #CCC9C9;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 18px;
}

.contener_left_row_3_title p {
    position: relative;
    font-size: clamp(18px, 1.3vw, 108px);
    background-color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    color: var(--color-1);
    font-weight: 700;
}

.contener_left_row_3_spisok {
    display: flex;
    align-items: flex-start;
    column-gap: 40px;
}

.contener_left_row_3_spisok li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.contener_left_row_3_spisok ul {
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
    width: 50%;
}

.contener_left_row_3_spisok li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    position: absolute;
    top: 5px;
    left: 0;
}

.contener_left_row_3.a1 {
    margin-bottom: 40px;
}

.contener_left_row_3.a2 .contener_left_row_3_spisok li:before {
    content: "\f14a";
}

/* NOTE end 9999px */

/* NOTE begin 1300px */
@media screen and (max-width: 1300px) {}

/* NOTE end 1300px */

/* NOTE begin 1200px */

@media screen and (max-width: 1200px) {

    .wrap_tovar_table::-webkit-scrollbar-track {
        border: 2px solid white;
        background-color: #ccc;
    }

    .wrap_tovar_table::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .wrap_tovar_table::-webkit-scrollbar:horizontal {
        height: 13px;
    }

    .wrap_tovar_table::-webkit-scrollbar-thumb {
        border-radius: 6px;
        border: 2px solid white;
        background-color: rgba(0, 0, 0, .5);
    }

    .wrap_tovar_table {
        overflow-x: scroll;
        width: 100%;
    }

    .wp_wrap_subkategory_item_img img {
        max-width: 100%;
        height: auto;
    }

    .wrap_posts article .article_img_details img {
        max-width: 100%;
        height: auto;
    }

    .wrap_content_inner,
    .max-width {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        width: 100%;
    }

    .home .wrap_content_inner {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* NOTE end 1200px */

/* NOTE begin 900px */

@media screen and (max-width: 900px) {
    .wp_wrap_subkategory {
        column-gap: 4%;
        row-gap: 20px;
    }

    .wp_wrap_subkategory_item {
        width: 48%;
    }

    .wrap_posts {
        column-gap: 4%;
        row-gap: 20px;
    }

    .wrap_posts article {
        width: 48%;
    }


}

/* NOTE end 900px */

/* NOTE begin 700px */
@media screen and (max-width: 700px) {}

/* NOTE end 700px */


/* NOTE begin 500px */

@media screen and (max-width: 500px) {

    .wp_wrap_subkategory_item {
        width: 100%;
    }

    .wrap_posts article {
        width: 100%;

    }
}

/* NOTE end 500px */