/*!
Theme Name: artplus
 */
/* NOTE begin 9999px */

:root {
    --font-family: "Roboto", sans-serif;
}

body:not(.wp-admin),
body .editor-styles-wrapper {
    --max-width: 1540px;
    --color-1: #f7ab4a;
    --color-2-text: #989caa;
    --color-3-link: #f7ab4a;
    font-family: var(--font-family);
    color: var(--color-2-text);
    font-size: 22px;
}

.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;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 20%;
    height: 84px;

}

.header__inner-con {
    display: flex !important;
    align-items: center !important;
}

.header__inner-con-t {
    padding-right: 3px;
}

.header_l {
    position: relative;
    overflow: hidden;
}

.header_l-img {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}

.header-l__row-2 {
    background-image: url(images/backgrounds/1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 668px;
    display: flex;
    align-items: center;
}

.header__inner-con a {
    font-size: 18px;
    color: #231f20;
}

.header__inner-con-t {
    font-size: 18px;
    color: #231f20;
}

.header__inner-con .header__inner-tel a {
    cursor: default;
}

.header__inner-con .header__inner-email a:hover {
    text-decoration: underline;
}

.header-l__row-2-inner-box-t1 {
    font-size: 60px;
    color: #000;
}

.header-l__row-2-inner-box-t2 {
    padding-top: 23px;
    padding-bottom: 43px;
    font-size: 45px;
    color: #f7ab4a;
}

.header-l__row-2-inner-box-t3 {
    font-size: 33px;
    color: #989caa;
}

.header-l__row-2-inner-box-t4 {
    margin-top: 80px;
}

.header-l__row-2-inner-box-t4 a {
    background: #f6a300;
    border-radius: 60px;
    width: 277px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
}

.header-l__row-2-inner-box-t4 a:hover {
    background: #fff;
    color: #f6a300;
    border: 2px solid #fff;
}

.title-d {
    font-size: 30px;
    text-align: center;
    color: #231f20;
    padding-top: 69px;
    margin-bottom: 79px;
}

.komprtencii-t {
    line-height: 159%;
}

.komprtencii-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 97px;
}

.komprtencii-row_item {
    width: 48%;
    border: 1px solid #f37027;
    border-radius: 32px;
    box-sizing: border-box;
    padding: 58px 58px 50px 75px;
}

.komprtencii-row_item-title {
    color: #231f20;
    margin-bottom: 40px;
}

.pre-t {
    line-height: 159%;
}

/* 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 */