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

body:not(.wp-admin),
body .editor-styles-wrapper {
    --max-width: 1200px;
    --color-1: #e0c489;
    --color-2-text: #262728;
    --color-3-link: #000291;
    --font-family-1: "Ubuntu", sans-serif;
    font-family: var(--font-family-1);
    color: var(--color-2-text);
    font-size: 16px;
    --font-family: "Ubuntu", sans-serif;
    --second-family: "History Pro 02", sans-serif;
    --belyy: #fff;
    --fon-1: #f8f9fa;
    --fon-2: #f8f8f9;
    --fon-3: #edeeef;
    --obvodka: #e4e5e6;
    --obvodka-2: #c6c7c8;
    --chernyy-1: #949596;
    --chernyy-2: #262728;
    --pshenichnyy: #e0c489;
}

.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;
}

.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);
}

.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 {
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
}

.header_wrap_inner_row_1 {
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--obvodka);
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
}

.header_wrap_inner_row_1_logo {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    color: var(--chernyy-2);
}

.header_wrap_inner_row_1_tel a {
    cursor: default;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    color: var(--chernyy-2);
}

.header_wrap_inner_row_1_soc {
    display: flex !important;
    column-gap: 15px;
}

.header_wrap_inner_row_1_soc figure a {
    border-radius: 10px;
    background-color: var(--fon-1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    aspect-ratio: 1;
}

.header_wrap_inner_row_1_soc figure a:hover {
    background: var(--pshenichnyy);
}

.button_d {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 167px;
    height: 40px;
    background: var(--pshenichnyy);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: var(--chernyy-2);
}

.button_d:hover {
    opacity: 0.8;
}

.h_header {
    padding-top: 68px;
    padding-bottom: 68px;
    background-image: url(images/7.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.h_header_inner_rigth {
    width: 42%;
    text-align: right;
}

.h_header_inner_left {
    width: 55%;
}

.h_header_inner_left_t1 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 60px;
    line-height: 120%;
    color: var(--chernyy-2);
}

.h_header_inner_left_t2 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 140%;
    color: var(--chernyy-2);
    padding-top: 51px;
    padding-bottom: 56px;
}

.h_header_inner_left_t3 {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    color: var(--chernyy-2);
    padding-bottom: 43px;
}

.h_header_inner_left .button_d {
    width: 346px;
    height: 50px;
    font-size: 16px;
}

.title_d {
    padding-top: 84px;
    padding-bottom: 40px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 60px;
    line-height: 120%;
    color: var(--chernyy-2);
}

.o_nas {
    padding-bottom: 100px;
}

.o_nas_inner_row_1 {
    margin-bottom: 36px !important;
    display: flex !important;
    column-gap: 60px;
}


.o_nas_inner_row_1_r1 {
    display: flex !important;
    align-items: center !important;
    column-gap: 20px !important;
    margin-bottom: 14px !important;
}

.o_nas_inner_row_1_r1_t {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 40px;
    line-height: 110%;
    color: var(--chernyy-2);
}

.o_nas_inner_row_1_r2 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--chernyy-2);
}

.o_nas_inner_t p {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: var(--chernyy-2);
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.o_nas_inner_t {
    margin-bottom: 44px !important;
}

.forma_wrap {
    background: var(--fon-1);
    border-radius: 20px;
    padding-top: 40px;
    padding-left: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    display: flex !important;
    justify-content: space-between !important;
    align-items: stretch !important;
}

.forma_wrap_left_t1 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 140%;
    color: var(--chernyy-2);
    margin-bottom: 18px !important;
}

.forma_wrap_left_t2 {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: var(--chernyy-2);
    margin-bottom: 24px !important;

}

.wrap_f_row {
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    column-gap: 20px;
}

.wrap_f_row>div {
    width: 100%;
}

.forma_wrap_left {
    width: 66%;
}

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

.forma_wrap_right {
    border-radius: 10px;
    width: 26%;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    box-sizing: border-box;
    padding-top: 26px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}

.forma_wrap_right_r1 {
    padding-bottom: 25px;
    margin-bottom: 25px !important;
    border-bottom: 1px solid var(--obvodka);
}

.forma_wrap_right_r1_t1 {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    color: var(--chernyy-2);
    margin-bottom: 11px !important;
}

.forma_wrap_right_r1_tel a {
    cursor: default;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    color: var(--chernyy-2);
}

.breadcrumb_wrap>div {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.page_title {
    margin-bottom: 40px !important;
    font-weight: 700;
    font-size: 30px;
}

.wrap_f_row .wrap_f {
    margin-bottom: 0px;
}

.wrap_f.wrap_soglasie_na_obrabotky {
    margin-bottom: 0px;
    margin-top: 16px !important;
}

.h_podhod {

    background-image: url(images/7.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.h_podhod_inner_text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 140%;
    color: var(--chernyy-2);
    padding-bottom: 63px;
}

.h_podhod_inner_row {
    display: flex !important;
    align-items: stretch !important;
    column-gap: 3%;
    row-gap: 30px;
    flex-wrap: wrap !important;
    padding-bottom: 100px;
    background-image: url(images/15.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
}

.h_podhod_inner_row_item {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    border-radius: 20px;
    box-sizing: border-box;
    width: 22.7%;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.h_podhod_inner_row_item_row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 24px !important;

}

.h_podhod_inner_row_item_text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    color: var(--chernyy-2);
}

.h_podhod_inner_row_item_row_text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 30px;
    text-align: right;
    color: var(--pshenichnyy);
}

.h_etapi {
    padding-bottom: 100px;
}

.h_etapi_row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 50px !important;
}

.h_etapi_row_left {
    width: 41% !important;
}

.h_etapi_row_right {
    width: 49% !important;
}

.h_etapi_row_right {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.h_etapi_row_right:before {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 40px;
    content: '';
    background: var(--pshenichnyy);

}

.h_etapi_row_right_inner_item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 32px !important;
}

.h_etapi_row_right_inner_item:nth-last-child(1) {
    margin-bottom: 0px !important;
}

.h_etapi_row_right_inner_item_left {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0;
    width: 24%;
}

.h_etapi_row_right_inner_item_right {
    width: 70%;
}

.h_etapi_row_right_inner_item_left_text {
    border-radius: 20px;
    width: 80px;
    height: 61px;
    background: var(--pshenichnyy);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    color: var(--chernyy-2);
    flex-shrink: 0;
    padding-bottom: 3px;
    box-sizing: border-box;
}

.h_etapi_row_right_inner_item_left_poloska {
    position: relative;
    height: 1px;
    width: 100%;
    flex-wrap: nowrap !important;
    background: var(--pshenichnyy);
}

.h_etapi_row_right_inner_item_left_poloska::before {
    position: absolute;
    border-radius: 100px;
    width: 11px;
    height: 11px;
    content: "";
    background: var(--pshenichnyy);
    transform: translate(50%, -50%);
    top: -1;
    right: 0;
}

.h_etapi_row_right_inner_item_right_t1 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 30px;
    line-height: 130%;
    color: var(--chernyy-2);
    margin-bottom: 3px !important;
}

.h_etapi_row_right_inner_item_right_t2 {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: var(--chernyy-2);
}

.h_preimywestva {
    background-image: url(images/7.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

.h_preimywestva_inner_row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    row-gap: 30px;
    flex-wrap: wrap !important;
}

.h_preimywestva_inner_row_item {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    border-radius: 20px;
    box-sizing: border-box;
    width: 49%;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 30px !important;
    padding-bottom: 24px !important;
}

.h_preimywestva_inner_row_item_row_1 {
    display: flex !important;
    align-items: center !important;
    column-gap: 30px;
    margin-bottom: 23px !important;
}

.h_preimywestva_inner_row_item_row_1_text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 30px;
    line-height: 102%;
    color: var(--chernyy-2);
}

.h_preimywestva_inner_row_item_row_2 p {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: var(--chernyy-2);
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.h_otzivi {
    padding-bottom: 100px;
}

.swiper-slider-carousel-content>div {
    border-radius: 20px;
    background: url(images/21.svg), var(--fon-1);
    background-position: left 30px top 50px, center center;
    background-repeat: no-repeat;
    background-size: auto;
    box-sizing: border-box;
    padding-left: 100px;
    padding-top: 44px;
    padding-bottom: 44px;
    padding-right: 44px;
    height: auto !important;
}

.swiper-slider-carousel-content>div p {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 17px;
    line-height: 150%;
    color: var(--chernyy-2);
}

.h_kontakti {
    background-image: url(images/7.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
}

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

.h_kontakti_inner_left {
    width: 50%;
}

.h_kontakti_inner_right {
    width: 42%;
    text-align: right;
}

.h_kontakti_inner .forma_wrap {
    background-color: #fff;
}

.h_kontakti_inner .forma_wrap {
    flex-direction: column;
    row-gap: 30px;
}

.h_kontakti_inner .forma_wrap_left {
    width: 100%;
}

.h_kontakti_inner .forma_wrap_right {
    width: 100%;
}

.h_kontakti_inner .wrap_f_row {
    flex-wrap: wrap !important;
    row-gap: 20px;
}

.h_kontakti_inner .wrap_f_row .wrap_input {
    width: 48%;
}

.h_kontakti_inner .forma_wrap_right {
    background: var(--fon-1);
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.h_kontakti_inner .forma_wrap_right .forma_wrap_right_r1_t1 {
    display: none !important;
}

.h_kontakti_inner .forma_wrap_right .forma_wrap_right_r1 {
    padding-bottom: 25px;
    padding-top: 25px;
    margin-bottom: 0px !important;
    border-bottom: 0px solid var(--obvodka);
    border-right: 1px solid var(--obvodka);
    padding-right: 50px;
}

.h_kontakti_inner .forma_wrap_right .header_wrap_inner_row_1_soc figure a {
    background-color: var(--fon-3);
}

.h_kontakti_inner .forma_wrap_right .header_wrap_inner_row_1_soc figure a:hover {
    background: var(--pshenichnyy);
}

.footer .header_wrap_inner_row_1 {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 0px solid var(--obvodka);
    border-top: 1px solid var(--obvodka);
}

.footer .general_menu ul {
    padding-top: 30px;
    padding-bottom: 30px;
}

.general-pop-up .wrap_f.wrap_soglasie_na_obrabotky {
    margin-bottom: 16px !important;
}

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

    .forma_wrap_right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .forma_wrap_right_r1_tel a {
        font-size: 20px;
    }

    .h_kontakti .wrap_f_row {
        column-gap: 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%;
    }

    .header_wrap_inner_row_1 {
        flex-wrap: wrap !important;
        justify-content: space-around !important;
        row-gap: 10px;
    }

    .h_header_inner {
        flex-direction: column;
        row-gap: 40px;
    }

    .h_header_inner_left {
        width: 100%;
    }

    .h_header_inner_rigth {
        width: 100%;
        text-align: center;
    }

    .h_header_inner_left_t1 {
        font-size: 40px;
    }

    .h_header_inner_left_t2 {
        font-size: 24px;
    }

    .forma_wrap {
        flex-direction: column;
        row-gap: 40px;
    }

    .forma_wrap_left {
        width: 100%;
    }

    .forma_wrap_right {
        width: 100%;
    }

    .title_d {
        font-size: 40px;
    }

    .h_podhod_inner_text {
        font-size: 24px;
    }

    .h_podhod_inner_row_item {
        width: 48%;
    }

    .h_etapi_row {
        flex-direction: column;
        row-gap: 40px;
    }

    .h_etapi_row_left {
        order: 1;
        width: 100% !important;
        text-align: center;
    }

    .h_etapi_row_right {
        width: 100% !important;
    }

    .forma_wrap_left_t1 {
        font-size: 24px;
    }

    .h_preimywestva_inner_row_item {
        width: 100%;
    }

    .h_kontakti_inner {
        flex-direction: column;
        row-gap: 40px;
    }

    .h_kontakti_inner_left {
        width: 100%;
    }

    .h_kontakti_inner_right {
        width: 100%;
    }

    .menu_bottom .level_1 li a {
        margin-bottom: 12px !important;
        display: flex;
    }
}

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

    }

    .header_wrap_inner_row_1_soc figure a {
        width: 36px;
    }

    .h_header_inner_left_t2 {
        font-size: 20px;
    }

    .h_header_inner_left .button_d {
        width: 100%;
    }

    .title_d {
        font-size: 36px;
    }

    .title_d {
        padding-top: 44px;
    }

    .o_nas_inner_row_1 {
        flex-direction: column;
        row-gap: 30px;
    }

    .forma_wrap {
        border-radius: 20px;
        padding-top: 20px;
        padding-left: 10px;
        padding-bottom: 20px;
        padding-right: 10px;
    }

    .forma_wrap_left_t1 {
        font-size: 20px;
    }

    .wrap_f_row {
        flex-direction: column;
        row-gap: 15px;
    }

    .forma_wrap_right {
        text-align: center;
    }

    .header_wrap_inner_row_1_soc {
        justify-content: center;
    }

    .h_podhod_inner_text {
        font-size: 20px;
    }

    .h_podhod_inner_row_item {
        border-radius: 10px;
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .h_podhod_inner_row_item_text {
        font-size: 16px;
    }

    .h_podhod_inner_row {
        background-size: 60%;
    }

    .h_etapi_row_right_inner_item_left_poloska {
        display: none !important;
    }

    .h_etapi_row_right_inner_item_left_text {
        border-radius: 10px;
        width: 50px;
        height: 41px;
        font-size: 22px;
    }

    .h_etapi_row_right:before {
        left: 25px;
    }

    .h_etapi_row_right_inner_item_left {
        width: auto;
    }

    .h_etapi_row_right_inner_item_right {
        width: 80%;
    }

    .h_etapi_row_right_inner_item_right_t1 {
        font-size: 24px;
    }

    .forma_wrap_left_t1 br {
        display: none;
    }

    .h_preimywestva_inner_row_item_row_1_text {
        font-size: 20px;
    }

    .h_preimywestva_inner_row_item_row_1_img {
        width: 50px;
        flex-shrink: 0;
    }

    .swiper-arrows {
        display: none !important;
    }

    .swiper-slider-carousel-content>div {
        border-radius: 10px;
        background: var(--fon-1);
        background-position: center center;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        height: auto !important;
    }

    .h_kontakti_inner .wrap_f_row .wrap_input {
        width: 100%;
    }

    .h_kontakti_inner .forma_wrap_right {
        justify-content: center !important;
        align-items: center !important;
        flex-direction: column;
    }

    .h_kontakti_inner .forma_wrap_right .forma_wrap_right_r1 {
        padding-bottom: 25px;
        padding-top: 25px;
        margin-bottom: 25px !important;
        border-bottom: 1px solid var(--obvodka);
        border-right: 0px solid var(--obvodka);
        padding-right: 0px;
    }

    .header_wrap_inner_row_1_tel a {
        font-size: 22px;
    }
}

/* NOTE end 500px */