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

body:not(.wp-admin),
body .editor-styles-wrapper {
    --max-width: 1200px;
    --color-1: #081858;
    --color-2-text: #081858;
    --color-3-link: #081858;
    --background-color: #081858;
    --font-family-1: 'Century Gothic', arial, Tahoma, Geneva, Verdana, sans-serif;
    font-family: var(--font-family-1);
    color: var(--color-2-text);
    font-size: 20px;
}

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

.content_inner_max_width {
    max-width: 100%;
    width: 100%;
}

.max-width {
    max-width: var(--max-width);
    margin-left: auto !important;
    margin-right: auto !important;
    width: var(--max-width);
}

.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_wrap {
    background-color: #081858;
}

.header_wrap>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header_wrap_soc {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.header_wrap_soc a {
    display: block;
    line-height: 0;
}

.header_wrap_soc a:hover {
    opacity: 0.6;
}

.header_wrap_logo_t1 {
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    line-height: 1;
}

.header_wrap_logo_t2 {
    font-size: 16px;
    color: #fff;
}

.g_header {
    position: relative;
    height: calc(100vh - 91px);
    overflow: hidden !important;
}

.g_header_video {
    position: absolute;
    width: 100%;
    height: 100%;
}

.g_header_video video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.g_header_inner {
    position: relative !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: max-content;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.g_header_inner_t1 {
    font-weight: 700;
    font-size: 90px;
    line-height: 1;
}

.g_header_inner_t2 {
    text-align: right;
    padding-bottom: 40px;
    width: 100%;
}

.g_header_inner_t3 {
    font-weight: 700;
    font-size: 60px;
    text-transform: uppercase;
}

.block_2_inner {
    display: flex;
    align-items: center;
    position: relative;
}

.padding_top {
    padding-top: 100px;
}

.padding_bottom {
    padding-bottom: 100px;
}

.block_2 {
    background-color: #F7F6F3;
    position: relative;
    background-image: url(images/2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.block_2:before {
    background-color: #F7F6F3;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.95;
    content: "";
}

.block_2_inner_left {
    width: 60%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 25px 25px 25px 25px;
    -webkit-box-shadow: 0px 5px 19px -8px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 19px -8px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 19px -8px rgba(34, 60, 80, 0.2);
}

.block_2_inner_right {
    width: 40%;
    border-radius: 0px 25px 25px 0px;
    overflow: hidden;
}

.block_2_inner_left_t1 {
    font-size: 44px;
    color: var(--background-color);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.block_2_inner_left_t2 {
    font-size: 24px;
    color: #8590aa;
    font-weight: 700;
    line-height: 1;
}

.o_nas_inner {
    display: flex;
    align-items: center;
}

.o_nas_inner_left {
    width: 50%;
}

.o_nas_inner_left img {
    border-radius: 25px 25px 25px 25px;
}

.o_nas_inner_right {
    width: 50%;
    background-color: var(--background-color);
    padding: 60px;
    border-radius: 25px 25px 25px 25px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
}

.o_nas_inner_right_t1 {
    position: relative;
    font-size: 44px;
    padding-bottom: 16px;
    margin-bottom: 30px;
    font-weight: 700;

}

.o_nas_inner_right_t1:before {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #E9002B;
    height: 3px;
    width: 50px;
    content: "";
}

.o_nas_inner_right_t2 {
    font-size: 20px;
}

.o_nas_inner_left figure {
    position: relative;
    top: -100px;
    width: 110%;
}

.block_4 {
    background-color: #F7F6F3;
}

.block_4_inner_t1 {
    position: relative;
    font-size: 44px;
    padding-bottom: 16px;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}

.block_4_inner_t1:before {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    background-color: #E9002B;
    height: 3px;
    width: 50px;
    content: "";
}

.block_4_inner_t2 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
}

.block_4_inner_row {
    display: flex;
    align-items: stretch;
    column-gap: 2%;
    flex-wrap: wrap;
    row-gap: 30px;
    counter-reset: verse 0;
}

.block_4_inner_row_item {
    background-color: var(--background-color);
    box-sizing: border-box;
    color: #fff;
    padding: 20px;
    border-radius: 25px 25px 25px 25px;
    flex-grow: 1;
    position: relative;
    counter-increment: verse 1;
}

.block_4_inner_row_item:before {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 170px;
    opacity: 0.10;
    color: #fff;
    content: counter(verse);
    font-weight: 700;
    line-height: 1;
}

.block_4_inner_row_item:nth-child(1) {
    width: 55%;
}

.block_4_inner_row_item:nth-child(2) {
    width: 40%;
}

.block_4_inner_row_item:nth-child(3) {
    width: 100%;
}

.block_4_inner_row_item_t1 {
    margin-bottom: 30px;
    font-size: 34px;
    font-weight: 700;
}

.block_6 {
    background-color: var(--background-color);
}

.block_6 .block_4_inner_t1 {
    color: #fff;
}

.content_form_cf7 {
    display: flex;
    row-gap: 18px;
    column-gap: 4%;
    flex-wrap: wrap;
}

.wpcf7 .wrap_sent {
    width: 100%;
}

.wpcf7 .wrap_f {
    width: 48%;
}

.wpcf7 .wrap_sent p {
    width: 100%;
}

.sl_item {
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    border-radius: 25px;
    background-color: #E6E6E6;
}

.sl_item_t2 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 24px;
}

.block_8 {
    background-color: var(--background-color);
}
.block_8 .block_4_inner_t1 {
   color: #fff;
}
/* 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 */