/*!
Theme Name: artplus
 */
/* NOTE begin 9999px */

:root {
    --belyy: #fff;
    --fon: #f8f9fa;
    --fon-2: #eeeff0;
    --obvodka: #e4e5e6;
    --obvodka-2: #c6c7c8;
    --chernyy-1: #949596;
    --chernyy-2: #1c1d1e;
    --zeleeyy: #237227;
    --zheltyy: #ffc145;
    --second-family: "Geometria", sans-serif;
    --third-family: "Geometria-H", sans-serif;
}

body:not(.wp-admin),
body .editor-styles-wrapper {
    --max-width: 1290px;
    --color-1: #237227;
    --color-2-text: #1c1d1e;
    --color-3-link: #237227;
    font-family: var(--second-family);
    color: var(--color-2-text);
    font-size: 15px;
}

.wrapper a {
    font-family: var(--second-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: 48%;
}

.wrap-posts {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 40px;
}

.wrap-posts article {
    width: 23.5%;
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    overflow: hidden;
}

.logo__inner {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.box_menu .logo__inner {
    column-gap: 15px;
    row-gap: 5px;
    align-items: center;
    justify-content: center;
}

.box_menu .logo__header-box {
    max-width: 156px;
    margin: auto;
}

.box_menu .header__inner-con {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.box_menu .header__inner-vrema {
    text-align: center;
}

.logo__inner-img {
    line-height: 0;
}

.header {
    background: var(--zeleeyy);
    padding: 10px 0;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo__header-box {
    max-width: 156px;
}

.logo__inner-text {
    color: #fff;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 20px;

}

.header__inner-tel a {
    cursor: default;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: var(--belyy);
}

.header__inner-vrema {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    color: var(--belyy);
}

.u-button-d,
.u-button-d__link a {
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffc145 0%, #ff9d23 100%);
    border-radius: 10px;
    width: 163px;
    height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    color: var(--color-2-text);
}

.u-button-d.u-invert {
    border: 1px solid var(--zheltyy);
    background: transparent;
    color: var(--zheltyy);

}

.u-button-d.u-invert:hover {
    color: var(--color-2-text);

}

.u-button-d:hover,
.u-button-d__link a:hover {
    background: #ff9d23;
}

.h-header {
    padding: 50px 0;
    background-image: url(images/backgrounds/1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.h-header__left {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    max-width: 630px;
    box-sizing: border-box;
    padding: 39px 30px 50px;
}

.h-header__left-title {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    color: var(--belyy);
}

.h-header__left-text {
    margin-top: 32px;
    margin-bottom: 42px;
}

.h-header__left-text p {
    font-family: var(--third-family);
    font-size: 30px;
    line-height: 130%;
    color: var(--belyy);
    margin-bottom: 14px;
}

.h-header__left-text p:nth-last-child(1) {
    margin-bottom: 0px;
}

.h-header__left-pre {
    display: flex;
    justify-content: space-around;
    margin-bottom: 45px;
}

.h-header__left-pre-item {
    text-align: center;
}

.h-header__left-pre-item-text {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: var(--belyy);
    margin-top: 15px;
}

.h-header__left-btn {
    display: flex;
    column-gap: 20px;
}

.h-header__left-btn .u-button-d {
    width: 100%;
}

.title-d-box__t {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    margin-bottom: 13px;
}

.title-d-box__text {
    font-family: var(--third-family);
    font-size: 30px;
    line-height: 120%;
}

.title-d-box {
    margin-top: 69px;
    margin-bottom: 32px;
}

.wrap-subkategory__item {
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    box-sizing: border-box;
    padding: 30px;
}

.u-padding-bottom-80 {
    padding-bottom: 80px;
}

.wrap-subkategory__item-inner {
    display: flex;
    column-gap: 30px;
    align-items: center;
}

.wrap-subkategory__item-media {
    width: 180px;
    flex-shrink: 0;
}

.wrap-subkategory__item-title a {
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    color: var(--chernyy-2);
}

.wrap-subkategory__item-title a:hover {
    color: var(--color-1);
}

.wrap-subkategory__item-short-text {
    margin-top: 16px;
    margin-bottom: 23px;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    color: var(--chernyy-2);
}

.wrap-subkategory__item-link .button-open-fancybox {
    width: 100%;
}

.popular {
    background-image: url(images/backgrounds/2.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    contain: content;
}

.u-title-belii .title-d-box__t {
    color: #fff;
}

.postavka__row-1 {
    display: flex;
    align-items: center;
    column-gap: 60px;
    margin-bottom: 32px;
}

.postavka__row-1-item {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.postavka__row-1-item-img {
    flex-shrink: 0;
}

.postavka__row-1-item-text {
    font-weight: 300;
    font-size: 30px;
    line-height: 120%;
}

.postavka__row-2 {
    display: flex;
}

.postavka__row-2-item {
    width: 21%;
    flex-shrink: 0;
    border-radius: 20px;
    padding-right: 3px;
    background: linear-gradient(180deg, #ffc145 0%, #ff9d23 100%);
}

.postavka__row-2-item-inner {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    height: 100%;
    padding: 30px 30px 44px;
}

.postavka__row-2-item-razdelitel {
    width: 100%;
    position: relative;
    height: 1px;
    align-self: center;
    background: var(--zheltyy);
}

.postavka__row-2-item-razdelitel-krug {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(50%, -50%);
    width: 23px;
    aspect-ratio: 1;
    background-color: rgba(255, 193, 69, 0.3);
    border-radius: 100%;
    right: 0;
}

.postavka__row-2-item-razdelitel-krug:before {
    display: flex;
    width: 17px;
    aspect-ratio: 1;
    background: linear-gradient(180deg, #ffc145 0%, #ff9d23 100%);
    border-radius: 100%;
    content: "";

}

.postavka__row-2-item-inner-top {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.postavka__row-2-item-inner-top-img {
    background: linear-gradient(180deg, #ffc145 0%, #ff9d23 100%);
    border-radius: 15px 15px 15px 0;
    width: 70px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.postavka__row-2-item-inner-top-text {
    font-style: italic;
    font-weight: 250;
    font-size: 50px;
    color: var(--obvodka-2);
}

.postavka__row-2-item-text-1 {
    margin-top: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
}

.postavka__row-2-item-text-2 {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
}

.pochemy {
    background-image: url(images/backgrounds/3.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    contain: content;
}

.belii .postavka__row-1-item-text {
    color: #fff;
}

.pochemy__inner-row {
    display: flex;
    column-gap: 2%;
    flex-wrap: wrap;
    row-gap: 50px;
    margin-top: 60px;
}

.pochemy__inner-item {
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    width: 32%;
    box-sizing: border-box;
    padding: 0 30px 19px;
}

.pochemy__inner-item-top {
    margin-top: -20px;
    border-radius: 100%;
    background-color: #fff;
    padding: 5px;
    box-sizing: border-box;
    width: 110px;
    aspect-ratio: 1;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}

.pochemy__inner-item-top-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffc145 0%, #ff9d23 100%);
    border-radius: 100%;
}

.pochemy__inner-item-text {
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    margin-top: 23px;
}

.svajites-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.svajites-left {
    width: 39%;
    box-sizing: border-box;
    padding: 23px 30px 30px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
}

.svajites-right {
    width: 59%;
    box-sizing: border-box;
    padding: 23px 30px 30px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
}

.svajites-left__title {
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 12px;
    margin-bottom: 23px;
    border-bottom: 1px solid var(--obvodka);
}

.svajites-left__item {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 25px;
}

.svajites-left__item:nth-last-child(1) {
    margin-bottom: 0px;
}

.svajites-left__item-img {
    flex-shrink: 0;
}

.svajites-left__item-text {
    font-weight: 300;
    line-height: 150%;
    font-size: 16px;
}

.adr_g {
    font-size: 20px;
}

.svajites-left__item.tel a {
    cursor: default;
    color: var(--chernyy-2);
    font-size: 20px;
}

.svajites-left__item-soc {
    line-height: 0;
    display: flex;
    column-gap: 15px;
    padding-left: 35px;
}

.wrap_f_row {
    display: flex;
    column-gap: 20px;
}

.wrap_f_row>div {
    width: 100%;
}

.wrap_sent_row {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.footer {
    background: var(--chernyy-2);
    padding-top: 45px;
    padding-bottom: 45px;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo__footer-box {
    max-width: 156px;
}

.logo__footer__inner {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.logo__footer__inner-img {
    line-height: 0;
}

.logo__footer__inner-text {
    color: #fff;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 20px;
}

.footer-inner-tel a {
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-align: right;
    color: var(--belyy);
}

.footer-inner-vrema {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    color: var(--belyy);
}

.footer-inner .u-button-d {
    background: rgba(255, 255, 255, 0.05);
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    color: var(--belyy);
}

.footer-inner .u-button-d:hover {
    background: linear-gradient(180deg, #ffc145 0%, #ff9d23 100%);
    color: var(--color-2-text);
}

.general-pop-up .wrap_soglasie_na_obrabotky .wpcf7-list-item-label:before {
    top: 2px;
}

.general-pop-up .wrap_f.wrap_soglasie_na_obrabotky {
    margin-bottom: 20px;
}

.ap-breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-title {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    margin-bottom: 32px;
}


.page-id-197 .title-d-box {
    margin-top: 0;
}

.article-wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}

.article-left {
    width: 35%;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 20px;
}

.article-right {
    font-size: 18px;
}

.article-right_cena {
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
}

.article-right_zakaz .u-button-d {
    width: 100%;
    max-width: 270px;
    margin-bottom: 30px;
}

.article-right .visualnii_redaktor {
    margin-top: 30px;
}

.article-right .visualnii_redaktor table {
    border: 0px solid #000000;
    border-collapse: collapse;
}

.article-right .visualnii_redaktor table tr td {
    border: 1px solid #9b9b9b;
    padding: 10px;
}

.article-right .visualnii_redaktor table tr:nth-child(odd) td {
    background-color: #e5e5e5;
}

.article-right .visualnii_redaktor table tr:nth-child(1) td {
    text-align: center;
    font-weight: 500;
    background-color: #237227;
    color: #fff;
}

.article__img-details {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 225px;
    text-align: center;
}

.article__img-details img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.article-tovar-kat {
    padding: 17px 20px 20px;
}

.article__title {
    min-height: 48px;
}

.article__title a {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: var(--chernyy-2);
}

.article__title a:hover {
    text-decoration: underline;
}

.article-tovar-kat .post-cena {
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
}

.article-tovar-kat .kratkoe_opisanie {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    margin-top: 11px;
    margin-bottom: 11px;
}

.article-tovar-kat .kratkoe_opisanie_t1 {
    margin-bottom: 10px;
}

.article-tovar-kat .u-button-d {
    margin-top: 14px;
    width: 100%;
    height: 40px;
}


.footer-inner-vrema a {
    color: var(--belyy);
}

.footer-inner-vrema a:hover {
    text-decoration: underline;
}

.box_menu .header__inner-vrema a {
    color: var(--belyy);
}

.box_menu .header__inner-vrema a:hover {
    text-decoration: underline;
}

.header__inner-vrema a {
    color: var(--belyy);
}

.header__inner-vrema a:hover {
    text-decoration: underline;
}

.header__inner-con-soc {
    display: flex;
    column-gap: 20px;
    justify-content: flex-end;
    margin-top: 10px;
}

.header__inner-con-soc img {
    width: 30px;
}

.general-pop-up.dialog-cf7.raschitat {
    max-width: 1100px;
}

.form_row,
.form_row_inner {
    display: flex;
    column-gap: 30px;
}

.wrap_f_lable {
    padding-bottom: 3px;
    font-weight: 500;
}

.wrap_textarea {
    width: 100%;
}

.form_row .wrap_f {
    width: 100%;
}

/* NOTE end 9999px */

/* NOTE begin 1300px */
@media screen and (max-width: 1300px) {}

/* NOTE end 1300px */

/* NOTE begin 1200px */

@media screen and (max-width: 1200px) {

    .visualnii_redaktor::-webkit-scrollbar-track {
        border: 2px solid white;
        background-color: #ccc;
    }

    .visualnii_redaktor::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .visualnii_redaktor::-webkit-scrollbar:horizontal {
        height: 13px;
    }

    .visualnii_redaktor::-webkit-scrollbar-thumb {
        border-radius: 6px;
        border: 2px solid white;
        background-color: rgba(0, 0, 0, .5);
    }

    .visualnii_redaktor {
        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;
    }

    .postavka__row-2-item {
        width: 48%;
    }

    .postavka__row-2 {
        flex-wrap: wrap;
        row-gap: 30px;
        column-gap: 3%;
    }

    .postavka__row-2-item-razdelitel {
        display: none;
    }

    .wrap-posts article {
        width: 32%;
    }
}

/* 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%;
    }

    .h-header__left-title {
        font-size: 28px;
    }

    .h-header__left-text p {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .h-header__left {
        padding: 29px 10px 30px;
    }

    .title-d-box__t {
        font-size: 30px;
    }

    .title-d-box__text {
        font-size: 22px;
    }

    .wrap-subkategory__item {
        width: 100%;
    }

    .postavka__row-1-item-text {
        font-size: 22px;
    }

    .pochemy__inner-item {
        width: 49%;
    }

    .svajites-row {
        flex-direction: column;
        row-gap: 30px;
    }

    .svajites-left {
        width: 100%;
        padding: 23px 10px 20px 10px;
    }

    .svajites-right {
        width: 100%;
        padding: 23px 10px 20px 10px;
    }

    .footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .article-wrap {
        row-gap: 30px;
        flex-direction: column;
    }

    .article-left {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .page-title {
        font-size: 30px;
    }

    .article-right {
        font-size: 16px;
    }

    .article-right_cena {
        font-size: 22px;
    }

    .swiper-arrows {
        top: 40%;
    }

    .form_row,
    .form_row_inner {
        flex-direction: column;

    }

    .form_row_inner {
        row-gap: 20px;

    }
}

/* NOTE end 900px */

/* NOTE begin 700px */
@media screen and (max-width: 700px) {
    .footer-inner {
        flex-direction: column;
        row-gap: 30px;
    }

    .footer-inner-vrema {
        text-align: center;
    }

    .menu_bottom .level_1>div {
        padding-right: 0px;
        margin-right: 0px;
        border-right: 0px solid #ffffff1a;
        text-align: center;
        margin-bottom: 10px;
    }

    .header__inner .u-button-d {
        display: none;
    }

    .h-header__left-pre {
        flex-wrap: wrap;
    }

    .h-header__left-pre-item {
        width: 45%;
        row-gap: 20px;
    }

    .h-header__left-btn {
        flex-direction: column;
        row-gap: 20px;
    }

    .wrap-subkategory__item {
        padding: 20px 10px;
    }

    .wrap-subkategory__item-inner {
        flex-direction: column;
        row-gap: 20px;
    }

    .wrap-subkategory__item-content {
        text-align: center;
    }

    .wrap-subkategory__item-link a {
        margin-left: auto;
        margin-right: auto;
    }

    .postavka__row-1 {
        flex-direction: column;
        row-gap: 20px;
    }

    .postavka__row-1 {
        align-items: flex-start;
    }

    .postavka__row-2-item {
        width: 100%;
    }

    .pochemy__inner-item-text {
        font-size: 16px;
    }

    .pochemy__inner-item {
        padding: 0 10px 19px;
    }

    .wrap_sent_row {
        flex-direction: column;
        row-gap: 20px;
    }



    .postavka__row-2-item-inner {
        padding: 20px 10px 20px;
    }

    .menu_wrap {
        order: 1;
    }

    .header__inner-vrema {
        text-align: center;
    }

    .header__inner-con-soc {
        justify-content: center;
    }
}

/* NOTE end 700px */


/* NOTE begin 500px */

@media screen and (max-width: 500px) {

    .wrap-subkategory__item {
        width: 100%;
    }


    .wrap-posts article {
        width: 100%;

    }

    .logo__inner-text {
        font-size: 18px;
    }

    .logo__inner-img {
        width: 50px;
    }

    .header__inner-tel a {
        font-size: 18px;
    }
}

/* NOTE end 500px */