/*!
Theme Name: artplus
 */
/* NOTE begin 9999px */

:root {
    --font-family: 'Cormorant Garamond';
}

body:not(.wp-admin),
body .editor-styles-wrapper {
    --max-width: 1200px;
    --color-1: #B9905B;
    --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;
    position: relative;
}



.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;
}



.wrap_k {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
    max-width: 65%;
}

.wrap_k_row_left {
    background-color: #171818;
    padding: 20px;
    border-radius: 5px;
    max-width: 540px;
    width: 540px;
}

.wrap_k_row_left_text {
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: 2px;
}

.wrap_k_row_left_text2 {
    padding-bottom: 20px;
    text-align: center;
    font-family: Roboto;
    font-size: 13px;
    letter-spacing: 2px;
}

.wrap_sent p {
    width: 100%;
}

.wrap_k_row_left_text_2 {
    display: flex;
    align-items: center;
    column-gap: 5px;
    justify-content: center;
    padding-top: 20px;
}

.wrap_k_row_left_text_2-t {
    font-family: Roboto;
    font-size: 15px;
    color: #8F8F8F;
    letter-spacing: 1px;
}

.wrap_k_row_left_text_2-img {
    width: 24px;
    display: flex;
}

.wrap_k_row_left_text_2-img img {
    width: 100%;
}

.wrap_k_row {
    display: flex;
    align-items: center;
    column-gap: 50px;
}

.wrap_k_row_right_item {
    display: flex;
    column-gap: 20px;
    margin-bottom: 20px;
}

.wrap_k_row_right_item_img {
    width: 40px;
}

.wrap_k_row_right_item_img img {
    width: 100%;
}

.wrap_k_row_right {
    font-family: Roboto;
    letter-spacing: 1px;
    font-size: 16px;
}

.wrap_k_row_right a {
    font-family: Roboto;
    letter-spacing: 1px;
}

.wrap_k_row_right_item-right-text {
    color: #C4A36E;
}

.wrap_k_row_right_item.tel a {
    cursor: default;
}

.wrap_k_row_right_item.email a:hover {
    text-decoration: underline;
}

.wrap_k_row_right_date {
    margin-top: 60px;
    cursor: pointer;
    padding-left: 40px;
    background-image: url(images/icons/5.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px;
    color: #C4A36E;
}

.wrap_k_row_right_date:hover {
    text-decoration: underline;
}

.wrap_k_bottom {
    padding-top: 20px;
}

.right-content {
    position: relative;
}

.img_bak {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img_bak img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrap_k {
    width: 100%;
    height: 100%;
}

/* 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;
    }

    .wrap_k_row {
        flex-direction: column;
        row-gap: 40px;
    }

    .wrap_k_row_left {
        width: 100%;
    }

    .t1 {
        font-size: 30px;
    }

    .t2 {
        font-size: 22px;
    }

    .right-content article {
        max-width: 95%;
    }

    .wrap_k_row_right_item_img {
        width: 30px;
    }

    .wrap_k_row_right_item {
        column-gap: 10px;
    }

    .wrap_k_row_right a {
        font-size: 15px;
    }

    .wrap_k_row_right_date {
        margin-top: 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%;
    }

    .wrap_k {
        max-width: 100%;
    }
}

/* NOTE end 900px */

/* NOTE begin 700px */
@media screen and (max-width: 700px) {
    .wrap-content {
        background-position: top right 20%;
        background-size: 358%;
        background-color: #000;
    }

    .wrap-content::before {
        background-color: #00000087;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
    }

    .img_bak {
        position: absolute;
        top: 0;
        left: -215%;
        width: 370%;
        height: auto;
        display: flex;
        justify-content: center;
    }

    .img_bak:before {
        background-color: #00000087;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: 1;
    }
}

/* 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 */