/*!
Theme Name: artplus
 */
/* NOTE begin 9999px */

body:not(.wp-admin),
body .editor-styles-wrapper {
    --max-width: 1290px;
    --color-1: var(--krasnyy);
    --color-2-text: var(--chernyy-2);
    --color-3-link: var(--krasnyy);
    --font-family-1: "Play", sans-serif;
    font-family: var(--font-family-1);
    color: var(--color-2-text);
    font-size: 16px;
    --font-family: "Play", sans-serif;
    --belyy: #fff;
    --fon: #f8f9fa;
    --fon-2: #eeeff0;
    --obvodka: #e4e5e6;
    --obvodka-2: #c6c7c8;
    --chernyy-1: #8a8b8c;
    --chernyy-2: #1c1d1e;
    --krasnyy: #ee1c27;
    --siniy: #0b4064;
    --siniy-2: #0e76bb;
}

.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: 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: 32%;
}

.wrap-posts {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 40px;
}

.wrap-posts article {
    width: 32%;
}

.logo__inner {
    display: flex;
    align-items: center;
}

.logo__inner-img {
    line-height: 0;
}

.header {
    padding: 25px 0;
    background: var(--siniy);
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo__header {
    display: flex;
    align-items: center;
}

.logo__inner-img {
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid #ffffff14;
}

.header__inner-right-email a {
    font-weight: 700;
    font-size: 20px;
    color: var(--belyy);
}

.header__inner-right-email a:hover {
    text-decoration: underline;
}

.header__inner-right .u-button-d {
    margin-left: auto;
    font-weight: 700;
    color: var(--krasnyy);
    cursor: pointer;
    width: max-content;
}

.header__inner-right .u-button-d:hover {
    text-decoration: underline;
}

.h-header {
    background-image: url(images/backgrounds/1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 740px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-header__inner-left {
    background: #0b4064c7;
    border-radius: 10px;
    box-sizing: border-box;
    max-width: 611px;
    padding: 33px 30px 50px 50px;

}

.h-header__inner-left-text {
    font-weight: 700;
    font-size: 50px;
    line-height: 130%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--belyy);
}

.h-header__inner-left .u-button-d-def-link {
    margin-top: 35px;
}

.u-button-d-def-link a,
.u-button-d-def {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 50px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    background: #ee1c27;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--belyy);
    border: 2px solid #ee1c27;
}

.u-button-d-def-link a:hover,
.u-button-d-def:hover {
    background-color: #fff;
    color: #ee1c27;
}

.u-padding-bottom {
    padding-bottom: 100px;
}

.background-1 {
    background-image: url(images/backgrounds/2.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

.u-title_d {
    padding-top: 83px;
    padding-bottom: 5px;
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
    font-size: 50px;
    line-height: 130%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.u-title_d:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url(images/icons/4.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100px;
    height: 4px;
}

.plate-box {
    display: flex;
    align-items: stretch;
    column-gap: 3%;
}

.plate-item {
    width: 31%;
    box-sizing: border-box;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    border-radius: 10px;
    padding: 30px 30px 24px;
    flex-grow: 1;
}

.plate-item__img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    background-image: url(images/backgrounds/3.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 80px;
    aspect-ratio: 1;
}

.plate-item__title {
    margin-top: 20px;
    margin-bottom: 11px;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
}

.plate-item__text {
    line-height: 150%;
    text-align: center;
}

.o-kom-block {
    background-image: url(images/backgrounds/4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.u-title_d.belii {
    color: #fff;
}

.o-kom-block__box {
    display: flex;
    column-gap: 53px;
    align-items: center;
}

.o-kom-block__box-left {
    flex-shrink: 0;

}

.o-kom-block__box-right-text p {
    line-height: 150%;
    color: var(--belyy);
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.o-kom-block__box-right {
    position: relative;
    top: -10px;
}

.wrap-posts .article__img-details img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 1.8;
    object-fit: cover;
}

.wrap-posts .article__title a {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--chernyy-2);
}

.wrap-posts .article__title a:hover {
    text-decoration: underline;
}

.wrap-posts .article__meta {
    padding-left: 26px;
    margin-top: 17px;
    margin-bottom: 9px;
    line-height: 140%;
    color: var(--chernyy-1);
    background-image: url(images/icons/5.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
}

.u-button-d-def-link.u-greu a {
    background: transparent;
    color: var(--chernyy-2);
    border: 1px solid var(--obvodka-2);
}

.u-button-d-def-link.u-greu a:hover {
    background-color: #fff;
    color: #ee1c27;
    border: 1px solid #ee1c27;
}

.h-blog .u-button-d-def-link {
    margin-top: 43px;
}

.h-blog .u-button-d-def-link a {
    margin-left: auto;
    margin-right: auto;
    width: 410px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.0);
}

.forma-footer {
    background-color: #114163;
    background-image: url(images/backgrounds/5.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
}

.u-title_d-box {
    padding-bottom: 5px;
    margin-bottom: 50px;
    position: relative;
}

.u-title_d-box:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url(images/icons/4.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100px;
    height: 4px;
}

.u-title_d-box .u-title_d:before {
    display: none;
}

.u-title_d-box .u-title_d {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.u-title_d-box-text {
    margin-bottom: 21px;
    font-size: 30px;
    line-height: 130%;
    color: var(--belyy);
}

.forma-footer__forma {
    border-radius: 10px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    box-sizing: border-box;
    padding: 40px 115px 50px;

}

.forma-footer__forma-title {
    padding-bottom: 21px;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
}

.form-row {
    column-gap: 20px;
    display: flex;
}

.form-row .wrap_f {
    width: 100%;
}

.wrap_sent_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 40px;
}

.footer {
    background: var(--siniy);
    padding-top: 46px;
    padding-bottom: 46px;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    line-height: 150%;
    color: var(--belyy);
}

.footer-inner a {
    color: var(--belyy);
}

.footer-inner a:hover {
    text-decoration: underline;
}

.footer-inner__t1 {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.footer-inner__t1 figure {
    line-height: 0;
}

.general-pop-up .wpcf7-submit {
    margin-left: auto !important;
    margin-right: auto !important;
}

.wrap_sent p {
    width: 100%;
}

.text_open_menu {
    display: none;
}

/* NOTE end 9999px */


/* NOTE begin 1290px */

@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%;
    }

    .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;
    }

    .h-header__inner-left-text {
        font-size: 30px;
    }

    .plate-item__title {
        font-size: 24px;
    }
}

/* NOTE end 1290px */

/* 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%;
    }

    .u-title_d {
        padding-top: 40px;
        margin-bottom: 40px;
        font-size: 24px;
    }

    .plate-box {
        flex-direction: column;
        row-gap: 20px;
    }

    .plate-item {
        width: auto;
    }

    .u-padding-bottom {
        padding-bottom: 40px;
    }

    .forma-footer__forma {
        padding: 30px 15px 20px;
    }

    .footer-inner {
        flex-direction: column;
        row-gap: 20px;
    }

    .header__inner-right {
        display: none;
    }

    .h-header {
        height: auto;
        padding-top: 300px;
        background-position: center top;
        background-size: auto auto;
        background-image: url(images/backgrounds/6.jpg);
    }

    .h-header__inner-left-text {
        font-size: 20px;
        text-align: center;
    }

    .h-header__inner-left {
        max-width: 100%;
        padding: 33px 20px 20px 20px;
        border-radius: 0px;
        background: #0b4064;
    }

    .h-header__inner-left .u-button-d-def-link a {
        margin: auto;
    }

    .h-header__inner.u-max-width {
        padding-left: 0;
        padding-right: 0;

    }


}

/* NOTE end 900px */

/* NOTE begin 700px */
@media screen and (max-width: 700px) {
    .o-kom-block__box-left {
        display: none;
    }

    .o-kom-block__box-right {
        top: 0px;
    }

    .o-kom-block__box .u-button-d-def-link a {
        width: 100%;
    }

    .h-blog .u-button-d-def-link a {
        width: 100%;
    }

    .u-title_d-box-text {
        font-size: 22px;
    }

    .forma-footer__forma-title {
        font-size: 24px;
    }

    .form-row {
        flex-direction: column;
    }

    .wrap_sent_box {
        flex-direction: column;
    }

    .footer-inner__t1 figure {
        flex-shrink: 0;
    }

    .footer-inner__t1 {
        display: flex;
        align-items: center;
        column-gap: 10px;
        text-align: center;
    }
}

/* NOTE end 700px */


/* NOTE begin 500px */

@media screen and (max-width: 500px) {

    .wrap-subkategory__item {
        width: 100%;
    }

    .wrap-posts article {
        width: 100%;

    }

    .h-header {
        background-size: auto 300px;
    }
}

/* NOTE end 500px */