/*!
Theme Name: artplus
 */
/* NOTE begin 9999px */

:root {
    --font-family: 'Roboto', arial, Tahoma, Geneva, Verdana, sans-serif;
}

body:not(.wp-admin),
body .editor-styles-wrapper {
    --max-width: 1384px;
    --color-1: #ffa500;
    --color-2-text: #7f7f7f;
    --color-3-link: #000;
    font-family: var(--font-family);
    color: var(--color-2-text);
    font-size: 16px;
}

.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%;
}

.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;
}

.header__inner {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
}

.logo__inner-img {
    width: 58px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0e3264;
    color: #ff9f3f;
    font-size: 30px;
    border-radius: 100px;
}

.logo__inner-text {
    color: #132746;
}

.header__inner-tel a {
    cursor: default;
    font-size: 18px;
}

.header__inner-email a {
    font-size: 18px;
}

.header__inner-email a:hover {
    text-decoration: underline;
}

.header__inner-con {
    display: flex;
    column-gap: 12px;
}

.h__header-inner {
    display: flex;
    align-items: stretch;
}

.h__header {
    position: relative;
}

.h__header:before {
    content: '';
    width: 80%;
    height: 90%;
    background: linear-gradient(104.99deg, #152a4f 3.81%, #0d4fa8 77.2%);
    clip-path: polygon(0% 16.736%, 0% 99.917%, 99.941% 99.917%, 99.941% 99.917%, 99.274% 98.149%, 97.382% 93.262%, 94.431% 85.879%, 90.586% 76.624%, 86.011% 66.121%, 80.871% 54.995%, 75.331% 43.87%, 69.557% 33.369%, 63.712% 24.116%, 57.963% 16.736%, 57.963% 16.736%, 54.041% 12.573%, 50.333% 9.019%, 46.777% 6.067%, 43.314% 3.708%, 39.881% 1.934%, 36.419% 0.736%, 32.867% 0.108%, 29.164% 0.04%, 25.248% 0.523%, 21.06% 1.551%, 21.06% 1.551%, 18.42% 2.588%, 15.629% 4.098%, 12.789% 5.942%, 10.001% 7.985%, 7.365% 10.088%, 4.982% 12.116%, 2.954% 13.932%, 1.38% 15.399%, 0.362% 16.379%, 0% 16.736%);
    position: absolute;
    left: 0%;
    bottom: 0%;
    z-index: 2;
}

.h__header:after {
    height: 94%;
    width: 75%;
    z-index: 1;
    clip-path: polygon(0% 16.634%, 0% 100%, 99.92% 100%, 99.92% 100%, 99.254% 98.177%, 97.365% 93.148%, 94.418% 85.573%, 90.577% 76.11%, 86.006% 65.419%, 80.87% 54.161%, 75.332% 42.993%, 69.556% 32.577%, 63.708% 23.571%, 57.95% 16.634%, 57.95% 16.634%, 53.973% 12.741%, 50.233% 9.341%, 46.665% 6.448%, 43.204% 4.074%, 39.786% 2.23%, 36.345% 0.93%, 32.816% 0.186%, 29.135% 0.011%, 25.237% 0.417%, 21.056% 1.416%, 21.056% 1.416%, 18.416% 2.455%, 15.626% 3.968%, 12.786% 5.816%, 9.999% 7.863%, 7.364% 9.972%, 4.981% 12.004%, 2.953% 13.824%, 1.38% 15.294%, 0.362% 16.276%, 0% 16.634%);
    background: linear-gradient(100.4deg, #d67800 2.5%, #fbb635 56.44%);
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0%;
}

.h__header-left {
    width: 50%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h__header-right {
    width: 50%;
    position: relative;
    z-index: 2;
}

/* 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 */