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

body:not(.wp-admin),
body .editor-styles-wrapper {
    --max-width: 1200px;
    --color-1: #7ea608;
    --color-2-text: #1d230a;
    --color-3-link: #7ea608;
    --font-family-1: 'SF Pro Display', arial, Tahoma, Geneva, Verdana, sans-serif;
    font-family: var(--font-family-1);
    color: var(--color-2-text);
    font-size: 15px;
}

.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: 1%;
    row-gap: 40px;
}

.wp_wrap_subkategory_item {
    width: 24%;
    box-sizing: border-box;
    border: 3px solid rgb(210 210 210);
    padding-bottom: 20px;
}

.wrap_posts {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1%;
    row-gap: 40px;
}

.wrap_posts article {
    width: 24%;
    box-sizing: border-box;
    border: 3px solid rgb(210 210 210);
    padding-bottom: 20px;
}

.wrap_posts article img {
    width: 100%;
    aspect-ratio: 1.3;
    object-fit: cover;
    background-color: #e1e1e1;
}

.article_title {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.article_title a {
    font-weight: 500;
    font-size: 22px;
    color: #1d230a;
}

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

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

.header_wrapper_inner {
    display: flex !important;
    align-items: center !important;
    column-gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.home .menu_top .menu-item {
    animation: fadeIn;
    animation-duration: 1s;
    animation-delay: .1s;
    animation-fill-mode: both;
}

.menu_top .menu-item:nth-child(2) {
    animation-delay: .2s;
}

.menu_top .menu-item:nth-child(3) {
    animation-delay: .3s;
}

.menu_top .menu-item:nth-child(4) {
    animation-delay: .4s;
}

.menu_top .menu-item:nth-child(5) {
    animation-delay: .5s;
}

.header_wrapper_inner_left_img img {
    width: 59px;
}

.header_wrapper_inner_left_text {
    padding-top: 5px;
}

.header_wrapper_inner_left_text a {
    font-size: 12px;
    color: #1d230a;
}

.header_h {
    padding-bottom: 50px;
    padding-top: 200px;
    background-image: url(images/section-top-img.webp);
    background-position: center right calc((100vw - 1600px)/2);
    background-repeat: no-repeat;
    background-size: auto auto;
}

.header_h_inner_t1 {
    font-weight: 500;
    font-size: 45px;
    margin-bottom: 40px !important;
    animation: fadeInUp;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: both;
}

.header_h_inner_t2 {
    font-size: 20px;
    margin-bottom: 40px !important;
    animation: fadeInUp;
    animation-duration: 1s;
    animation-delay: .3s;
    animation-fill-mode: both;
}

.header_h_inner_t3 {
    animation: fadeInUp;
    animation-duration: 1s;
    animation-delay: .4s;
    animation-fill-mode: both;
}

.header_h_inner_animation {
    animation: fadeInUp;
    animation-duration: 1s;
    animation-delay: .5s;
    animation-fill-mode: both;
}

.header_h_inner_t3 a {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    height: 50px;
    background: #7ea608;
    border: 1px solid #688907;
    -webkit-box-shadow: 0px 4px 4px rgba(126, 166, 8, .25);
    box-shadow: 0px 4px 4px rgba(126, 166, 8, .25);
    border-radius: 30px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-transition: color .3s, background .3s, border .3s;
    -o-transition: color .3s, background .3s, border .3s;
    transition: color .3s, background .3s, border .3s;
    width: 240px;
    font-size: 20px;
    margin-bottom: 40px !important;
}

.header_h_inner_t3 a:hover {
    color: #7ea608;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #7ea608;
}

.m_scroll_arrows {
    -webkit-animation: mouse-scroll 1.1s infinite;
    animation: mouse-scroll 1.1s infinite;
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #7EA608;
    border-bottom: 2px solid #7EA608;
    width: 26px;
    height: 26px;
    margin: 0 auto;
}

.m_scroll_arrows a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    font-size: 0;
}

.m_scroll_arrows.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    animation-delay: .2s;
    animation-direction: alternate;
    margin-top: -15px !important;
}

.m_scroll_arrows.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    animation-delay: .3s;
    animation-direction: alternate;
    margin-top: -15px !important;
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.header_h_inner_animation {
    width: 36px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 30px !important;
}

.about {
    background-image: url(images/bg.svg);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    padding-bottom: 140px;
}

.title_h {
    color: #fff;
    margin-bottom: 40px !important;
    font-size: 35px;
    padding-top: 50px;
    text-align: center;
    animation: fadeInUp;
    animation-duration: 1s;
    animation-delay: .1s;
    animation-fill-mode: both;
}

.about_inner_slaider {
    animation: fadeInUp;
    animation-duration: 1s;
    animation-delay: .1s;
    animation-fill-mode: both;
}

.slick-slider-carousel-img {
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
    overflow: hidden;
}

.title_h.black {
    color: #1d230a;
}

.unser_service_row {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    column-gap: 75px;
    animation: fadeInUp;
    animation-duration: 1s;
    animation-delay: .1s;
    animation-fill-mode: both;
}

.unser_service_row_left {
    position: relative;
    width: 345px;
    min-width: 345px;
    min-height: 592px;
    height: 592px;
}

.info-video__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.info-video__img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -20px;
    right: -20px;
    z-index: -1;
    opacity: .1;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.info-video__img-bg img,
.info-video__img img {
    height: 100%;
    width: auto;
    max-width: inherit;
    object-fit: cover;
}

.unser_service_row_right {
    width: 47%;
}

.unser_service_row_right_t1 {
    margin-bottom: 30px !important;
    font-size: 30px;
}

.unser_service_row_right_t2 {
    margin-bottom: 30px !important;
    max-width: 500px;
    font-size: 18px;
}

.unser_service_row_right ol {
    font-size: 18px;
    padding-inline-start: 20px;
}

.unser_service_row_right_t4 {
    font-size: 18px;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

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

.partners {
    margin-top: 40px !important;
}

.partners_inner {
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    column-gap: 7%;
}

.partners_inner_item {
    width: 21%;
    text-align: center;
    animation: fadeInUp;
    animation-duration: 1s;
    animation-delay: .1s;
    animation-fill-mode: both;
}

.partners_inner_item:nth-child(2) {
    animation-delay: .2s;
}

.partners_inner_item:nth-child(3) {
    animation-delay: .3s;
}

.partners_inner_item_img {
    height: 75px;
}

.partners_inner_item_img img {
    object-fit: contain;
    height: 100%;
}

.partners_inner_item_t1 {
    padding: 15px 0px;
    text-align: center;
    color: #7CA308;
    font-size: 16px;
}

.partners_inner_item_t2 a {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    height: 50px;
    background: #7ea608;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 4px 4px rgba(126, 166, 8, .25);
    box-shadow: 0px 4px 4px rgba(126, 166, 8, .25);
    border-radius: 30px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-transition: color .3s, background .3s, border .3s;
    -o-transition: color .3s, background .3s, border .3s;
    transition: color .3s, background .3s, border .3s;
    width: 205px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.partners_inner_item_t2 a:hover {
    color: #7ea608;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #7ea608;
}

.footer_wrap {
    background-image: url(images/bg.svg);
    background-position: center center;
    background-repeat: repeat;
    background-size: auto auto;
    margin-top: 50px;
}

.footer_wrap_inner {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.footer_wrap_inner_co_1 {
    text-align: center;
}

.footer_wrap_inner_co_1_logo {
    width: 59px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.footer_wrap_inner_co_1_text {
    color: #fff;
    font-size: 12px;
    padding-top: 10px;
}

.footer_wrap_inner_co_2_title {
    margin-bottom: 15px !important;
    font-size: 25px;
    color: #7ea608;
}

.footer_wrap_inner_co_2_item {
    display: flex !important;
    align-items: center !important;
    column-gap: 10px;
    margin-bottom: 10px !important;
}

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

.footer_wrap_inner_co_2_item_img {
    width: 21px;
    height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #74ba19;
    border-radius: 10px 0px;
}

.footer_wrap_inner_co_2_item_t a {
    font-size: 14px;
    color: #fff;
    position: relative;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.footer_wrap_inner_co_2_item_t a:hover {
    color: #7ea608;
}

.footer_wrap_inner_co_2_item_t a::after {
    content: "";
    width: 0%;
    position: absolute;
    bottom: -3px;
    height: 1px;
    background: #74ba19;
    left: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.footer_wrap_inner_co_2_item_t a:hover::after {
    width: 100%;
}

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

.footer_wrap_inner_co_3_row_c_title {
    font-size: 14px;
    color: #fff;
}

.footer_wrap_inner_co_3_row_c_link {
    font-size: 14px;
    color: #fff;
}

.footer_wrap_inner_co_4_im a {
    font-size: 14px;
    color: #fff;
    position: relative;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.footer_wrap_inner_co_4_im a:hover {
    color: #7ea608;
}

.footer_wrap_inner_co_4_im a::after {
    content: "";
    width: 0%;
    position: absolute;
    bottom: -3px;
    height: 1px;
    background: #74ba19;
    left: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.footer_wrap_inner_co_4_im a:hover::after {
    width: 100%;
}

.footer_wrap_row_2 {
    background: #353333;
    border-top: 1px solid #706f6f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 12px 0;
    font-size: 10px;
    color: #757575;
}

.page_title {
    font-weight: 500;
    font-size: 45px;
    margin-bottom: 40px !important;
    text-align: center;
    padding-top: 40px;
}

.wp_wrap_subkategory_item_img img {
    width: 100%;
    aspect-ratio: 1.3;
    background-color: #e1e1e1;
    object-fit: cover;
}

.wp_wrap_subkategory_item_title {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.wp_wrap_subkategory_item_title a {
    font-weight: 500;
    font-size: 22px;
    color: #1d230a;
}

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

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

.wp_wrap_subkategory_item_img img:hover {
    opacity: 0.8;
}

.row_produkt_left {
    width: 48%;
}

.row_produkt_right {
    width: 48%;
}

.row_produkt_right {
    width: 48%;
}

.row_produkt_right.text_p p {
    margin-block-end: 1em !important;
}

.row_produkt_left .wp-block-gallery {
    row-gap: 20px !important;
    column-gap: 2% !important;
}

.row_produkt_left .wp-block-image {
    width: 32% !important;
    flex-grow: 0 !important;
}

.row_produkt {
    display: flex !important;
    justify-content: space-between;
}

.row_produkt_right_title {
    margin-bottom: 30px !important;
    font-size: 22px;
}

.row_produkt_right_text {
    font-size: 16px;
}

.fancybox__content {
    background-color: #fff !important;
}

.f-thumbs__slide__button {
    background-color: #fff !important;
}

.row_produkt_right_row {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap !important;
    column-gap: 15px;
    row-gap: 20px;
    margin-top: 40px !important;
}

.row_produkt_right_row_item {
    width: max-content;
    text-align: center;
}

.row_produkt_right_row_item_img {
    width: 80px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

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

.drago_row_1_t1 {
    font-weight: bold;
    font-size: 45px;
    width: 50%;
}

.drago_row_1_t1 em {
    color: #688907;
    font-style: normal;
}

.drago_row_1_t2 {
    width: 50%;
    font-size: 16px;
}

.text_row_item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #a7a7a7;
}

.text_row_item_left {
    width: 40%;

}

.text_row_item_right {
    width: 40%;

}

.text_row_item_left_t1 {
    color: #688907;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.text_row_item_left_t2 {
    font-size: 45px;
    font-weight: bold;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    text-transform: uppercase;
}

.text_row_item_left_t3 {
    font-size: 16px;
}

.text_row_item_left_t4 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.text_row_item:nth-child(even) .text_row_item_left {
    order: 1;
}

.row_produkt_right table {
    width: 100%;
    border-collapse: collapse;
}

.row_produkt_right table td {
    width: 50%;
    border: 1px solid #bdbdbd;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.one_img .wp-block-image {
    width: 100% !important;
}

.h_katalog {
    padding-bottom: 80px !important;
    background-color: #f1f1f1;
}

.h_katalog_inner_row {
    animation: fadeInUp;
    animation-duration: 1s;
    animation-delay: .1s;
    animation-fill-mode: both;
}
.wp-block-polylang-language-switcher {
   display: flex;
   column-gap: 10px;
   margin-block-start: 0em !important;
   margin-block-end: 0em !important;
   padding-inline-start: 0px !important;
   list-style-type: none;
}
/* 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%;
    }

    .jakor {
        display: none !important;
    }

    .header_h_inner_t1 {
        font-size: 25px;
        margin-bottom: 30px !important;
    }

    .header_h_inner_t1 br {
        display: none;
    }

    .header_wrapper_inner {
        display: flex !important;
        padding-top: 10px;
        justify-content: space-between;
        padding-bottom: 30px;
    }

    .slick-slider-carousel-img {
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

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

    .unser_service_row_left {
        width: 100%;
        min-height: 300px;
        height: 300px;
        order: 1;
    }

    .unser_service_row_right {
        width: 100%;
    }

    .info-video__img {
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

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

    .partners_inner_item {
        width: 100%;
    }

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

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

    .row_produkt_left {
        width: 100%;
    }

    .row_produkt_right {
        width: 100%;
    }

    .row_produkt_right_title {
        font-size: 20px;
    }

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

    .drago_row_1_t1 {
        font-size: 25px;
        width: 100%;
    }

    .drago_row_1_t2 {
        width: 100%;
    }

    .text_row_item_left_t2 {
        font-size: 25px;
    }

    .text_row_item {
        flex-direction: column;
        row-gap: 30px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .text_row_item_left {
        width: 100%;
    }

    .text_row_item_right {
        width: 100%;
    }

    .text_row_item:nth-child(even) .text_row_item_left {
        order: 0;
    }
}

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

    }

    .page_title {
        font-size: 25px;
    }

    .h_katalog {
        padding-bottom: 40px !important;
    }
}

/* NOTE end 500px */