/*!
Theme Name: artplus
 */
/* NOTE begin 9999px */

:root {
    --font-family: 'Cormorant Garamond', arial, Tahoma, Geneva, Verdana, sans-serif;
}

body:not(.wp-admin),
body .editor-styles-wrapper {
    --max-width: 1200px;
    --color-1: #fff;
    --color-2-text: #fff;
    --color-3-link: #fff;
    font-family: var(--font-family);
    color: var(--color-2-text);
    font-size: 19px;
}

.wrapper a {
    font-family: var(--font-family);
    text-decoration: none;
    color: var(--color-3-link);
}

.wrapper a:hover {
    text-decoration: none;
}


.wrap-content__inner {
    max-width: var(--max-width);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.content-inner-max-width {
    max-width: 100%;
    width: 100%;
}

.u-max-width {
    max-width: var(--max-width);
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}

.right-content {
    flex-grow: 1;
    max-width: 100%;
    display: flex;
}

.right-content article {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.wrap-subkategory {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 40px;
}

.wrap-subkategory__item {
    width: 32%;
}

.wrap-posts {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 40px;
}

.wrap-posts article {
    width: 32%;
}

.logo__inner {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.box_menu .logo__inner {
    flex-direction: column;
    row-gap: 5px;
    align-items: center;
    justify-content: center;
}

.logo__inner-img {
    line-height: 0;
}

.wrap-content {
    background-image: url(/wp-content/uploads/123d9f64420-e258-4ab5-a426-c6d9cc6c9ddd-topaz-upscale-1080h.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.t1 {
    font-size: 56px;
    line-height: 1;
    font-weight: 600;
}

.t1 strong {
    color: #B99061;
    font-weight: 600;
}

.t2 {
    margin-block-start: 0.4em;
    margin-block-end: 0.4em;
    font-size: 29px;
    font-weight: 500;
    color: #B99061;
}

.t3 p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.t3 {
    max-width: 600px;
}

.wrap_k {
    padding-top: 40px;
    padding-bottom: 40px;
}

.wrap_k_row_left {
    background-color: #171818;
    padding: 20px;
    border-radius: 20px;
    max-width: 540px;
}

/* NOTE end 9999px */



/* 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%;
    }

    .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,
    .u-max-width {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .content-inner-max-width {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* NOTE end 1200px */

/* NOTE begin 900px */

@media screen and (max-width: 900px) {
    .wrap-subkategory {
        column-gap: 4%;
        row-gap: 20px;
    }

    .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) {

    .wrap-subkategory__item {
        width: 100%;
    }

    .wrap-posts article {
        width: 100%;

    }
}

/* NOTE end 500px */