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

body:not(.wp-admin),
body .editor-styles-wrapper {
    --max-width: 1200px;
    --color-1: #0078d7;
    --color-2-text: #263238;
    --color-3: #fff;
    --color-4-hover-btn: #3b8500;
    --color-5-link: #0078d7;
    --border-radius-5: 5px;
    --border-radius-20: 20px;
    --rotate-5: 5deg;
    --opacity-0_6: 0.6;
    --padding-120: 120px;
    --font-family-1: 'Montserrat', 'arial', Tahoma, Geneva, Verdana, sans-serif;
    font-family: var(--font-family-1);
    color: var(--color-2-text);
    font-size: 17px;
}

.wrapper a {
    font-family: var(--font-family-1);
    text-decoration: none;
    color: var(--color-5-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;
}

.home .wrap_content_inner {
    width: 100%;
    max-width: 100%;
}

.max-width {
    max-width: var(--max-width);
    margin-left: auto !important;
    margin-right: auto !important;
    width: var(--max-width);
    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 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}



.header_row_1 {
    position: relative;
}

.header_row_1_inner {
    display: flex !important;
    justify-content: space-between;
    align-items: center !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header_row_1_inner_logo_wrap {
    display: flex !important;
    align-items: center !important;
    column-gap: 10px;
    position: relative;
}

.header_row_1_inner_logo_wrap .wp-block-safe-svg-svg-icon {
    width: 40px;
    line-height: 1;
}

.header_row_1_inner_logo_wrap>div svg {
    fill: var(--color-3);
}

.header_row_1_inner_logo_text {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: var(--color-3);
}

.header_row_1_inner_logo_ssilka {
    position: absolute !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 0;
    display: flex !important;
}

.header_row_1_inner_logo_ssilka a {
    width: 100%;
    height: 100%;
    display: flex !important;
}

.soc_row {
    display: flex !important;
    align-items: center !important;
    column-gap: 8px;
}

.header_row_1_inner_kon_wrap_row {
    display: flex !important;
    align-items: center !important;
    column-gap: 20px;
}

.soc_row figure a {
    width: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #cfcfcf;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}

.soc_row figure a img {
    width: 60%;
}

.soc_row figure a:hover {
    opacity: var(--opacity-0_6);
}

.soc_row .whatsapp a {
    background-color: #1acf62;
}

.soc_row .telegramm a {
    background-color: #22a0dc;
}

.header_row_1_inner_location {
    color: var(--color-3);
}

.header_row_1_inner_kon_wrap_row_items {
    text-align: right;
}

.telephone-s a {
    color: var(--color-3);
    cursor: default;
    font-size: 18px;
    font-weight: 500;
}

.email-s a {
    color: var(--color-3);
    font-size: 15px;
}

.email-s a:hover {
    text-decoration: underline;
}

.header_row_2 {
    position: relative;
}

.header_row_2_inner {
    background-color: #ffffff36;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: var(--border-radius-5);
    backdrop-filter: blur(3px);
}

.button_d {
    border-radius: var(--border-radius-5);
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--color-1);
    color: var(--color-3);
    font-weight: 500;
    transition: 0.4s;
    font-size: 17px;
    border: 2px solid transparent;
}

.button_d.icon {
    padding-left: 40px;
    position: relative;
}

.button_d.icon:before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    content: '';
    background-image: url(images/tel.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: 100%;
    filter: invert(99%) sepia(0%) saturate(7473%) hue-rotate(78deg) brightness(112%) contrast(102%);
}

.button_d:hover {
    border: 2px solid transparent;
    background-color: var(--color-4-hover-btn);
}

.h_header {
    height: 700px;
    position: relative;
    overflow: hidden;
}

.h_header:before {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(0deg, rgb(0 0 0 / 0%) 80%, rgb(0 0 0 / 39%) 100%); */
    content: '';
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1;
}

.h_header::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(313deg, #00000000 50%, #1d7ad4a3 70%);
    content: '';
    left: 0;
    top: 0;
}

.h_header_inner {
    display: flex !important;
    align-items: center !important;
    height: 100%;
    position: relative !important;
    z-index: 1;
}

.h_header_left {
    width: 45%;
}

.h_header_left_inner_t1 {
    font-size: 50px;
    font-weight: 800;
    color: var(--color-3);
}

.h_header_left_inner_t2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--color-3);
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding-left: 15px;
    border-left: 3px solid #1d7ad4;
}

.h_header_left_inner_t3 {
    font-size: 20px;
    font-weight: 500;
    display: block !important;
    color: var(--color-3);
}

.h_header_left_inner_row {
    margin-top: 30px !important;
    display: flex !important;
    align-items: flex-start !important;
    column-gap: 30px;
}

.h_header_left_inner_row_item {
    width: 30%;
    text-align: center;
    color: var(--color-3);
    position: relative;
    padding-top: 10px;
    box-sizing: border-box;
}

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

.h_header_fon {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/background-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    animation-name: header-background-scale;
    animation-duration: 30s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

@keyframes header-background-scale {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.3);
    }
}

.padding-bottom-120 {
    padding-bottom: var(--padding-120);
}

.padding-top-120 {
    padding-top: var(--padding-120);
}

.h_o_nas_inner {
    display: flex !important;
    justify-content: space-between;
    align-items: center !important;
}

.h_o_nas_inner_left {
    width: 45%;
    position: relative;
}

.h_o_nas_inner_right {
    width: 45%;
}

.h_o_nas_inner_left_fon {
    width: 100%;
    height: 100%;
    background-color: var(--color-1);
    border-radius: var(--border-radius-20);
    rotate: var(--rotate-5);
    left: -20px;
    position: absolute !important;
}

.h_o_nas_inner_left_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: var(--border-radius-20);
    rotate: var(--rotate--2);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.title_d {
    text-align: center;
    margin-bottom: 60px !important;
    position: relative;
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 20px;
    width: 100%;
}

.title_d.margin_bottom_40 {
    margin-bottom: 40px !important;
}

.title_d.left {
    text-align: left;
}

.title_d:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 3px;
    background-color: var(--color-1);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.title_d.left:before {
    margin-left: 0;
}

.h_o_nas_inner_right_t2 {
    margin-top: 30px !important;
    padding-left: 20px;
    border-left: 3px solid #1d7ad4;
    font-weight: 700;
    padding-bottom: 2px;
    font-size: 20px;
}

/* 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 */