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

body:not(.wp-admin),
body .editor-styles-wrapper {
    --max-width: 1200px;
    --color-1: #23aee7;
    --color-2-text: #fff;
    --color-3-link: #ff41e9;
    --font-family-1: "Raleway", arial, Tahoma, Geneva, Verdana, sans-serif;
    font-family: var(--font-family-1);
    color: var(--color-2-text);
    font-size: 16px;
    --belyy: #fff;
    --fon: #f8f9fa;
    --fon-2: #eeeff0;
    --obvodka: #e4e5e6;
    --obvodka-2: #c6c7c8;
    --chernyy-1: #8a8b8c;
    --chernyy-2: #1c1d1e;
    --siniy-1: #1c1c49;
    --siniy-2: #23aee7;
    --fioletovyy: #ff41e9;
    --siniy-3: #23234f;
    --font-family: "Raleway", sans-serif;
    --second-family: "Arial", sans-serif;
}

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

}

.h_header {
    background-image: url(images/fon_1.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    height: 800px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.home .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.h_header_inner {
    text-align: center;
}

.h_header_inner_text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: var(--belyy);
    margin-top: 34px !important;
    margin-bottom: 38px !important;
}

.h_header_inner .button_d {
    border-radius: 10px;
    width: 300px;
    height: 50px;
    box-shadow: 0 5px 60px 0 rgba(35, 174, 231, 0.5);
    background: var(--siniy-2);
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: var(--belyy);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto;
    margin-right: auto;
    transition: 0.4s;
}

.h_header_inner .button_d:hover {
    box-shadow: 0 5px 60px 0 rgba(35, 174, 231, 0.0);
    background: var(--fioletovyy);
}

.header_inner {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff3d;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;

}

.header_inner_email {
    background-image: url(images/email_top.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 26px;
}

.header_inner_email a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--belyy);
}

.header_inner_email a:hover {
    text-decoration: underline;
}

.header_inner .button_d {
    transition: 0.4s;
    border: 1px solid var(--siniy-2);
    border-radius: 10px;
    padding: 0px 20px;
    width: 207px;
    height: 40px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: var(--belyy);
}

.header_inner .button_d:hover {
    border: 1px solid var(--fioletovyy);
}

.fon_1 {
    background-image: url(images/fon_2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #eff8ff;
}

.padding_bottom_1 {
    padding-bottom: 100px;
}

.title_d {
    padding-top: 86px;
    margin-bottom: 50px !important;
    padding-bottom: 29px;
    background-image: url(images/vinetka_1.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
    text-align: center;
}

.title_d_t1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 60px;
    line-height: 130%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
    color: var(--chernyy-2);
}

.o_kom_inner_row {
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    column-gap: 3%;
    flex-wrap: wrap !important;
    row-gap: 30px;
}

.o_kom_inner_row_item_wrap {
    background-image: linear-gradient(180deg, #23aee7 0%, #ff41e9 100%);
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 20px;
    padding-left: 2px !important;
    width: 48.5% !important;
    box-sizing: border-box !important;
}

.o_kom_inner_row_item {
    box-sizing: border-box;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    border-radius: 20px;
    padding-left: 32px !important;
    padding-right: 30px !important;
    padding-top: 30px !important;
    padding-bottom: 24px !important;
    height: 100%;
}

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

.o_kom_inner_row_item_row_img {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
    background-image: linear-gradient(225deg, #23aee7 0%, #ff41e9 100%);
    width: 90px !important;
    aspect-ratio: 1;
    border-radius: 20px;
}

.o_kom_inner_row_item_row_text {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--chernyy-2);
}

.o_kom_inner_row_item_text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--chernyy-2);
}

.fon_2 {
    background: var(--siniy-1);
}

.title_d_t2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: var(--chernyy-2);
    margin-top: 18px !important;
}

.title_d.white,
.title_d.white .title_d_t1,
.title_d.white .title_d_t2 {
    color: #fff !important;
}

.padding_bottom_2 {
    padding-bottom: 42px;
}

.sistemi_hranenia {
    background-image: url(images/fon_3.png);
    background-position: center top 200px;
    background-repeat: no-repeat;
    background-size: auto;
}

.sistemi_hranenia_inner_img {
    text-align: center;
}

.sistemi_hranenia_inner_img_2 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    text-align: center;
}

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

.sistemi_hranenia_inner_row_item {
    width: 48.5% !important;
    border: 1px solid var(--siniy-2);
    border-radius: 20px;
    box-sizing: border-box;
    padding-top: 36px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 73px;
    background: rgba(255, 255, 255, 0.03);
}

.sistemi_hranenia_inner_row_item:nth-child(2) {
    border: 1px solid var(--fioletovyy);
}

.sistemi_hranenia_inner_row_item:nth-child(2) .sistemi_hranenia_inner_row_item_title {
    color: var(--fioletovyy);
    background-image: url(images/vinetka_3.svg);
}

.sistemi_hranenia_inner_row_item_title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 50px;
    line-height: 130%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
    color: var(--siniy-2);
    margin-bottom: 23px !important;
    padding-bottom: 32px !important;
    background-image: url(images/vinetka_2.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

.sistemi_hranenia_inner_row_item_text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: var(--belyy);
}

.sistemi_hranenia_inner_bth a {
    transition: 0.4s;
    background: var(--siniy-2);
    border-radius: 10px;
    width: 300px;
    height: 50px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: var(--belyy);
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 50px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.sistemi_hranenia_inner_bth a:hover {
    background: var(--fioletovyy) !important;
}

.otrasli_primenenia_inner_row {
    display: flex !important;
    column-gap: 3.8%;
    row-gap: 30px;
    flex-wrap: wrap !important;
}

.otrasli_primenenia_inner_row_item {
    position: relative;
    background: #9ecdbd;
    width: 30.8%;
    border-radius: 23px;
    overflow: hidden;
}

.otrasli_primenenia_inner_row_item_row {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 23px;
}

.otrasli_primenenia_inner_row_item_row_text {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--belyy);
    padding-top: 14px;
}

.svazatsa_inner {
    border-radius: 20px;
    background-color: var(--siniy-3);
    background-image: url(images/fon_4.svg), url(images/fon_5.svg);
    background-position: center bottom, center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 50px;
    padding-top: 36px;
}

.padding_top_1 {
    padding-top: 100px;
}

.svazatsa .title_d {
    padding-top: 0px;
    margin-bottom: 0px !important;
    padding-bottom: 25px;
    background-image: none;
}

.forma_row_1 {
    display: flex !important;
    column-gap: 20px;
}

.forma_row_2 {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
}

.footer_wrap {
    background-color: #1e1d48;
    padding-top: 50px;
    padding-bottom: 43px;
}

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

.footer_wrap_inner_col_1_text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #ffffff7e;
    padding-top: 13px;
}

.title_footer {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--belyy);
}

.text_footer {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--belyy);
    padding-top: 15px;
}

.vn_oborydovanie_row {
    display: flex !important;
    flex-direction: column !important;
    row-gap: 30px;
}

.vn_oborydovanie_row_item {
    box-sizing: border-box;
    padding-top: 43px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-radius: 20px;
    background: #ffffff05;
    border: 1px solid var(--siniy-2);
    background-image: url(images/ob_3.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.vn_oborydovanie_row_item:nth-child(2) {
    border: 1px solid var(--fioletovyy);
    background-image: url(images/ob_4.svg);
}

.vn_oborydovanie_row_item_img {
    width: 36.5%;
}

.vn_oborydovanie_row_item_right {
    width: 56.5%;
}

.vn_oborydovanie_row_item_right_title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: var(--belyy);
    padding-bottom: 23px;
    position: relative;
}

.vn_oborydovanie_row_item_right_title:before {
    position: absolute;
    height: 1px;
    width: 200px;
    content: "";
    background-color: var(--siniy-2);
    left: 0;
    bottom: 0;
}

.vn_oborydovanie_row_item:nth-child(2) .vn_oborydovanie_row_item_right_title:before {
    background-color: var(--fioletovyy);
}

.vn_oborydovanie_row_item_right_text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--belyy);
    padding-top: 24px;
    padding-bottom: 24px;
}

.vn_oborydovanie_row_item_right_bth a {
    border-radius: 10px;
    width: 200px;
    height: 50px;
    background: var(--siniy-2);
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: var(--belyy);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: 0.4s;
}

.vn_oborydovanie_row_item:nth-child(2) .vn_oborydovanie_row_item_right_bth a {
    background: var(--fioletovyy);
}

.vn_oborydovanie_row_item_right_bth a:hover {
    background: var(--fioletovyy);
}

.vn_oborydovanie_row_item:nth-child(2) .vn_oborydovanie_row_item_right_bth a:hover {
    background: var(--siniy-2);
}

body:not(.home) .footer {
    padding-top: 50px;
}

.vn_col {
    display: flex !important;
    flex-direction: column;
    row-gap: 30px;
}

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

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

.vn_col_row_item_row {
    display: flex !important;
    align-items: center !important;
    column-gap: 20px;
    padding-bottom: 23px;
}

.vn_col_row_item_row_img {
    width: 44px;
    flex-shrink: 0;
}

.vn_col_row_item_row_text {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--chernyy-2);
}

.vn_col_row_item_text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    color: var(--chernyy-2);

    padding-bottom: 15px;
}

.vn_col_row_item_email a {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: var(--chernyy-2);
}

.vn_col_row_item_email a:hover {
    text-decoration: underline;
}

.vn_col_row_item_row_2 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-bottom: 2px;
    margin-bottom: 16px !important;
    border-bottom: 1px dashed #96949459;
}



.vn_col_row_item_row_2_left {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    color: #949596;
}

.vn_col_row_item_row_2_right {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    text-align: right;
    color: var(--chernyy-2);
}

.vn_col_row_item_skachat {
    margin-top: 30px !important;
    padding-left: 36px;
    background-image: url(images/kon_3.svg);
    background-position: left center;
    background-repeat: no-repeat;
    height: 36px;
    display: flex !important;
    align-items: center !important;
}

.vn_col_row_item_skachat a {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 22px;
    color: var(--chernyy-2);
}

.vn_col_row_item_skachat a:hover {
    text-decoration: underline;
}

.col_1 .vn_col_row_item {
    width: 100% !important;
}

.forma_grey .wpcf7-text {
    background: var(--fon) !important;
    border: 1px solid var(--obvodka) !important;
}

.forma_grey .wpcf7-textarea {
    background: var(--fon) !important;
    border: 1px solid var(--obvodka) !important;
}

.forma_grey .wpcf7-list-item-label {
    color: #949596;
}

.map {
    border-radius: 20px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    box-sizing: border-box;
    overflow: hidden;
}

.footer_wrap_inner_col_1_text_p {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #ffffff7e;
    padding-top: 13px;
}

.footer_wrap_inner_col_1_text_p a {
    color: #23aee7;
}

.footer_wrap_inner_col_1_text_p a:hover {
    text-decoration: underline;
}

body:not(.home) .header {
    height: 103px;
}
#block-29  {
    position: fixed;
     width: 100%;
    left: 0;
    top: 0;
    transition: 0.5s;
    z-index: 111;
}
 .header_inner {
    transition: 0.5s;
}
.off-top   {
    transition: 0.5s;
    background-color: #1e1d48;
}
.off-top  .header_inner {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
    transition: 0.5s;
}
/* 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%;
    }

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

    .title_d {
        padding-top: 46px;
        margin-bottom: 30px !important;
    }

    .title_d_t1 {
        font-size: 40px;
    }

    .o_kom_inner_row_item_wrap {
        width: 100% !important;
    }

    .sistemi_hranenia_inner_row {
        flex-direction: column !important;
        row-gap: 40px;
    }

    .sistemi_hranenia_inner_row_item {
        width: 100% !important;
    }

    .otrasli_primenenia_inner_row_item {
        width: auto;
    }

    .footer_wrap_inner {
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
        row-gap: 40px;
        text-align: center;
    }

    .svazatsa {
        padding-left: 10px;
        padding-right: 10px;
    }

    .forma_row_1 {
        flex-wrap: wrap !important;
        grid-row: 20px;
        column-gap: 3%;
    }

    .forma_row_1>div {
        width: 48.5%;
    }

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

    .vn_oborydovanie_row_item_img {
        width: 100%;
    }

    .vn_oborydovanie_row_item_right {
        width: 100%;
    }

    .vn_oborydovanie_row_item {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .vn_col_row {
        flex-direction: column !important;
        row-gap: 30px;
    }

    .vn_col_row_item {
        width: 100% !important;
    }
}

/* NOTE end 900px */

/* NOTE begin 700px */
@media screen and (max-width: 700px) {
    body:not(.home) .header {
    height: 165px;
}
}

/* NOTE end 700px */


/* NOTE begin 500px */

@media screen and (max-width: 500px) {

    .wp_wrap_subkategory_item {
        width: 100%;
    }

    .wrap_posts article {
        width: 100%;

    }

    .h_header_inner_text {
        font-size: 20px;
    }

    .h_header {
        height: auto;
        padding-top: 300px;
        padding-bottom: 100px;
    }

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

    .title_d_t1 {
        font-size: 26px;
    }

    .title_d_t2 {
        font-size: 16px;
    }

    .sistemi_hranenia_inner_row_item {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .sistemi_hranenia_inner_row_item_title {
        font-size: 26px;
    }

    .sistemi_hranenia_inner_row_item_text {
        font-size: 16px;
    }

    .padding_bottom_1 {
        padding-bottom: 40px;
    }

    .o_kom_inner_row_item {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .o_kom_inner_row_item_row_img {
        width: 70px !important;
    }

    .o_kom_inner_row_item_row_img img {
        width: 70%;
    }

    .o_kom_inner_row_item_row_text {
        font-size: 17px;
    }

    .title_d_t2 br {
        display: none;
    }

    .padding_top_1 {
        padding-top: 40px;
    }

    .forma_row_2 {
        flex-direction: column;
        row-gap: 20px;
    }

    .vn_col_row_item {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .vn_col_row_item_row_text {
        font-size: 24px;
    }

    .vn_col_row_item_skachat a {
        font-size: 18px;
    }

    .vn_col_row_item_row_2_right {
        font-size: 20px;
    }

    .vn_col_row_item_text {
        font-size: 18px;
    }

    .wpcf7-text,
    .wpcf7-select,
    .wpcf7-textarea {
        padding-left: 10px !important;
    }
    .header_inner_email, .header_inner .button_d   {
        display: none !important;
    }
        body:not(.home) .header {
        height: 103px;
    }
}

/* NOTE end 500px */