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

body:not(.wp-admin),
body .editor-styles-wrapper {
    --max-width: 1440px;
    --color-1: #00af31;
    --color-2-text: #000;
    --color-3-link: #00af31;
    --font-family-1: 'Roboto', arial, Tahoma, Geneva, Verdana, sans-serif;
    font-family: var(--font-family-1);
    color: var(--color-2-text);
    font-size: 16px;
    --belyy: #fff;
    --fon: #f9f9f9;
    --fon-2: #ececec;
    --obvodka: #e7e7e7;
    --obvodka-2: #c9c9c9;
    --chernyy-1: #a1a1a1;
    --chernyy-2: #333;
    --zaglovok: #222;
    --zelenyy: #00af31;
    --zheltyy: #fbda03;
}

.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: 30px;
}

.wrap_posts article {
    width: 23.5%;
    border-radius: 10px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    display: flex;
    flex-direction: column;
}



.wrap-header {
    border-top: 20px solid var(--zelenyy);
    background-color: #fff;
}

body.home {

    background-color: #fff;
}

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

.wrap-header__logo {
    flex-shrink: 0;
    width: 179px;
}

.asp_w_container {
    width: 515px !important;
}

.wrap-header__inner__lang {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.wrap-header__inner__lang li {
    border-right: 1px solid var(--obvodka);
    padding-right: 10px;
    margin-right: 10px;
}

.wrap-header__inner__lang li:nth-last-child(1) {
    border-right: 0px solid var(--obvodka);
    padding-right: 0px;
    margin-right: 0px;
}

.wrap-header__inner__lang li a {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--chernyy-1);
}

.wrap-header__inner__lang li a:hover,
.wrap-header__inner__lang li.current-lang a {
    color: var(--chernyy-2);
}



div.asp_m.ajaxsearchpro .probox {
    height: 50px !important;
    align-items: center !important;
    background-color: var(--fon) !important;
    border-radius: 10px !important;
}

div.asp_m.ajaxsearchpro .probox .proinput {
    margin: 0 0 0 0px !important;
    padding: 0 0px !important;
}

.header .wrap-header #ajaxsearchpro1_1 .probox .proinput form input.orig {
    height: 100% !important;
    margin: 0px !important;
    padding-left: 10px !important;
    padding-top: 0px !important;
    min-width: 120px;
    color: #000 !important;
    padding-left: 20px !important;
    font-family: var(--font-family) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

div.asp_m.ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder {
    font-family: var(--font-family) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: var(--chernyy-1) !important;
    opacity: 1 !important;
}

div.asp_m.ajaxsearchpro .probox .promagnifier {
    width: 50px !important;
    height: 100% !important;
    background-image: none !important;
    background-color: transparent !important;
    align-items: center;
    display: flex !important;
    justify-content: center;
}

div.asp_m.ajaxsearchpro .probox .promagnifier:hover {
    background-color: #00AF31 !important;
}

.asp_w.asp_m {
    background: none !important;
}

.h-header {
    position: relative;
    height: 800px;
    display: flex !important;
    align-items: flex-end !important;
    padding-bottom: 30px !important;
    box-sizing: border-box;
}

.h-header__fon {
    position: absolute;
    width: 1920px;
    height: 100%;
    top: 0;
}

.wp_wrap_subkategory.home {
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    column-gap: 0%;
}

.wp_wrap_subkategory.home .wp_wrap_subkategory_item {
    width: 18.5%;
    aspect-ratio: 1.24;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    row-gap: 16px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    border-radius: 10px;
}

.wp_wrap_subkategory.home .wp_wrap_subkategory_item_title {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.wp_wrap_subkategory.home .wp_wrap_subkategory_item_title div {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    color: var(--chernyy-2);
}

.wp_wrap_subkategory.home .wp_wrap_subkategory_item:hover .wp_wrap_subkategory_item_title div {
    color: var(--zelenyy);
}

.wp_wrap_subkategory.home .wp_wrap_subkategory_item_img {
    border-radius: 100px;
    width: 100px;
    height: 100px;
    background: var(--zelenyy);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp_wrap_subkategory.home .wp_wrap_subkategory_item:hover .wp_wrap_subkategory_item_img {
    background: #bcedcd;
}

.wp_wrap_subkategory.home .wp_wrap_subkategory_item_img img {
    filter: invert(100%) sepia(0%) saturate(7486%) hue-rotate(239deg) brightness(108%) contrast(103%);
}

.wp_wrap_subkategory.home .wp_wrap_subkategory_item:hover .wp_wrap_subkategory_item_img img {
    filter: invert(0%) sepia(0%) saturate(7433%) hue-rotate(216deg) brightness(113%) contrast(100%);
}

.title_d {
    margin-top: 93px !important;
    margin-bottom: 30px !important;
    position: relative;
}

.title_d_vn {
    position: relative;
    margin-bottom: 30px;
}

.title_d:before,
.title_d_vn:before {
    position: absolute;
    bottom: 1px;
    left: 0;
    content: "";
    width: 100%;
    border-bottom: 1px solid var(--obvodka-2);
}

.title_d h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--zaglovok);
    padding-bottom: 11px;
    width: max-content;
    border-bottom: 3px solid var(--zelenyy);
    position: relative;
}

.slaid_wrap .slaid_wrap_text {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: var(--chernyy-2);
    padding-top: 10px;
}

.h-postavwiki {
    padding-bottom: 94px;
}

.h_pre {
    display: flex !important;
    align-items: center !important;
    background-image: url(images/2.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.h_pre__row {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap !important;
    row-gap: 30px;
}

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

.h_pre__row__item__row-1 {
    display: flex !important;
    align-items: center !important;
    column-gap: 15px;
    margin-bottom: 22px !important;
}

.h_pre__row__item__row-1__left {
    flex-shrink: 0;
    width: 87px;
    border-right: 1px solid var(--obvodka);
    font-style: italic;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    text-align: left;
    color: var(--chernyy-1);
}

.h_pre__row__item__row-1__right {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: var(--chernyy-2);
}

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

.title_d.no_top_margin {
    margin-top: 0 !important;
}

.h-o-nas {
    background-image: url(images/z8.jpg);
    background-position: right calc((100vw - 1500px) / 2) bottom;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-top: 93px;
    padding-bottom: 120px;
}

.h-o-nas__inner__wrap {
    max-width: 670px;
}

.h-o-nas__inner__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--zaglovok);
}

.h-o-nas__inner__title__2 {
    margin-top: 11px !important;
    margin-bottom: 25px !important;
    position: relative;
}

.h-o-nas__inner__title__2:before {
    position: absolute;
    bottom: 50%;
    left: 0;
    content: "";
    width: 100%;
    border-bottom: 1px solid var(--obvodka-2);
}

.h-o-nas__inner__title__2 p {
    background-color: #fff;
    position: relative;
    border: 1px solid var(--zelenyy);
    border-radius: 10px;
    width: max-content;
    box-sizing: border-box;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 20px;
    padding-left: 20px;
    font-style: italic;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: var(--zelenyy);
}

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

.h-o-nas__inner__text__podpiwis {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: var(--chernyy-2);
    margin-bottom: 15px !important;
}

.h-o-nas__inner__text__podpiwis__icons {
    display: flex !important;
    column-gap: 15px;
}

.h-o-nas__inner__text__podpiwis__icons figure {
    width: 50px;
}

.h-o-nas__inner__text__podpiwis__icons figure a:hover {
    opacity: 0.8;
}

.h-novosti {
    padding-bottom: 100px;
    background: var(--fon);
    contain: content;
}

.novosti-wrap .article_meta {
    font-weight: 400;
    font-size: 14px;
    color: var(--chernyy-1);
    padding-top: 15px;
    padding-bottom: 10px;
}

.article_title {
    padding-bottom: 7px;
}

.article_title a {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--chernyy-2);
}

.article_title a:hover {
    color: var(--zelenyy);
}

.article_the_content_teaser {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--chernyy-2);
    padding-bottom: 13px;
}

.article_more_details {
    margin-top: 17px;
    margin-top: auto;
}

.article_more_details a {
    border: 1px solid var(--zelenyy);
    border-radius: 5px;
    padding: 5px 15px;
    width: 128px;
    height: 30px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 15px;
    font-weight: 700;
    font-size: 16px;
    color: var(--zelenyy);
    background-image: url(images/arrow.svg);
    background-position: right 11px center;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.article_more_details a:hover {
    color: var(--chernyy-2);
}

.novosti-wrap .swiper-arrows {
    top: 23.5%;
}

.novosti-pr-wrap {
    background-image: url(images/4.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-size: auto auto;
}

.novosti-pr-wrap .article-inner {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.novosti-pr-wrap .article-inner:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    content: '';
    border-radius: 10px;
}

.novosti-pr-wrap .article_img_details {
    line-height: 0;
}

.article-inner__kontent {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}

.novosti-pr-wrap .article_meta {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #ffffff78;
}

.novosti-pr-wrap .article_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--belyy);
    padding-top: 10px;
    padding-bottom: 17px;
}

.novosti-pr-wrap .article_title:hover {
    color: var(--zelenyy);
}

.novosti-pr-wrap .article_more_details {
    border: 1px solid var(--zelenyy);
    border-radius: 5px;
    padding: 5px 15px;
    width: 128px;
    height: 30px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 15px;
    font-weight: 700;
    font-size: 16px;
    color: var(--zelenyy);
    background-image: url(images/arrow.svg);
    background-position: right 11px center;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.novosti-pr-wrap .article_more_details:hover {
    color: var(--belyy);
}


.aktual-pr-wrap article {
    display: flex !important;
    align-items: flex-start !important;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
}

.aktual-pr-wrap .article_left {
    width: 300px;
    aspect-ratio: 1;
    flex-shrink: 0;
}

.aktual-pr-wrap .article_right {
    padding-top: 23px;
    padding-left: 30px;
    padding-right: 25px;
}

.aktual-pr-wrap .article_title a {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--chernyy-2);
}

.aktual-pr-wrap .article_the_content_teaser {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--chernyy-2);
    padding-top: 10px;
    padding-bottom: 14px;
}

.aktual-pr-wrap .article_more_details a,
.soputstvuuwie .article_more_details a,
.katalog_wrap .article_more_details a,
.defalt_wrap .article_more_details a,
.search .article_more_details a {
    border: 1px solid var(--zelenyy);
    border-radius: 5px;
    padding: 5px 15px;
    width: 128px;
    height: 30px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 15px;
    font-weight: 700;
    font-size: 16px;
    color: var(--zelenyy);
    background-image: url(images/arrow.svg);
    background-position: right 11px center;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.aktual-pr-wrap .article_more_details a:hover,
.soputstvuuwie .article_more_details a:hover,
.katalog_wrap .article_more_details a:hover,
.defalt_wrap .article_more_details a:hover,
.search .article_more_details a:hover {
    color: var(--chernyy-2);
}

.h-rassilka {
    background-image: url(images/z21.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 461px;
    display: flex !important;
    align-items: center !important;
}

.h-rassilka__inner {
    border-radius: 10px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    box-sizing: border-box;
    padding-top: 43px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.h-rassilka__inner .title_d {
    margin-top: 0 !important;
}

.h-rassilka__inner .title_d p {
    margin-left: auto !important;
    margin-right: auto !important;
}

.tnp.tnp-subscription form {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    row-gap: 20px;
}

.tnp.tnp-subscription label[for] {
    display: none !important;
}

.tnp.tnp-subscription form>div {
    width: 24%;
}

.tnp.tnp-subscription form .tnp-privacy-field {
    order: 1;
    width: 100%;
}

div.tnp-subscription,
form.tnp-subscription,
form.tnp-profile {
    margin: 0 !important;
    max-width: 100% !important;
}

.tnp-subscription div.tnp-field {
    margin-bottom: 0 !important;
}

.tnp-field-firstname input,
.tnp-field-email input,
.tnp-field-profile input {
    border: 1px solid var(--obvodka) !important;
    border-radius: 10px !important;
    height: 50px !important;
    background: var(--fon) !important;
}

.tnp-field ::-webkit-input-placeholder {
    font-family: var(--font-family-1);
    font-weight: 400;
    font-size: 16px;
    color: var(--chernyy-1);
}

.tnp-submit {
    cursor: pointer !important;
    border-radius: 10px !important;
    width: 100% !important;
    height: 50px !important;
    background: var(--zelenyy) !important;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: var(--belyy);
    box-sizing: border-box;
    border: 2px solid var(--zelenyy) !important;
}

.tnp-submit:hover {
    background-color: #fff !important;
    color: var(--zelenyy) !important;
}

.tnp-privacy-field a {
    font-size: 14px;
    color: var(--chernyy-2);
    position: relative !important;
    top: -4px !important;
}

.tnp-privacy-field a:hover {
    text-decoration: underline;
}



.tnp-privacy-field input {
    border-radius: 5px;
    width: 20px;
    aspect-ratio: 1;
    border: 3px solid var(--obvodka) !important;
    max-width: 100% !important;
    border-image: none !important;
}

.h-map {
    overflow: hidden !important;
}

.h-map iframe {
    width: 100%;
    height: 500px;
    margin-top: -46px;
    border: 0px solid #000000;
    margin-bottom: -5px;
}

.h-map__title {
    position: absolute;
    padding-top: 21px;
    padding-bottom: 21px;
    width: 100%;
    background: #ffffffe6;
}

.h-map__title h2 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: var(--chernyy-2);
}

.footer__fon {
    background: var(--chernyy-2);
    padding-top: 47px;
    padding-bottom: 47px;
}

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

.footer-wrap__col-1__text {
    font-size: 20px;
    line-height: 130%;
    color: var(--belyy);
}

.footer-wrap__col-1__link a {
    font-size: 16px;
    line-height: 130%;
    color: var(--belyy);
}

.footer-wrap__col-1__link {
    margin-top: 20px !important;
}

.footer-wrap__col-1__link a:hover {
    text-decoration: underline;
}

.footer-wrap__title {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--belyy);
    margin-bottom: 15px !important;
}

.footer-wrap__col-2__t {
    font-size: 16px;
    line-height: 130%;
    color: var(--belyy);
    margin-bottom: 10px !important;
}

.footer-wrap__col-2__t:nth-last-child(1) {
    margin-bottom: 0 !important;
}

.soc-sprava {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -80px;
    display: flex !important;
    flex-direction: column;
    row-gap: 10px;
    z-index: 1;
}

.soc-sprava a {
    width: 130px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    color: var(--belyy);
    text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px 0 0 10px;
    width: 130px;
    height: 50px;
    box-sizing: border-box;
    padding-left: 50px;
    background: var(--zelenyy);
    background-position: left 15px center;
    background-repeat: no-repeat;
    background-size: auto auto;
    transition: 0.5s;
}

.soc-sprava a:hover {
    transform: translateX(-80px);
}

.soc-sprava__tel a {
    background-image: url(images/s_t.svg);
}

.soc-sprava__WhatsApp a {
    background-image: url(images/s_w.svg);
}

.soc-sprava__Telegram a {
    background-image: url(images/s_tele.svg);
}

.soc-sprava__Viber a {
    background-image: url(images/s_v.svg);
}

.soc-sprava__katalog a {
    background-image: url(images/s_k.svg);
}

.category-header-img {
    height: 26vw;
    min-height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb_wrap>div {
    padding-top: 27px;
    padding-bottom: 39px;
    font-size: 14px;
    color: var(--chernyy-1);
}

.breadcrumb_wrap strong {
    color: var(--chernyy-2);
}

.breadcrumb_wrap a {
    color: var(--chernyy-1);
}

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

.separetor_navigator {
    padding-left: 5px;
    padding-right: 5px;
}

.content {
    padding-bottom: 100px;
}

.home .content {
    padding-bottom: 0px;
}

.page_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--zaglovok);
    padding-bottom: 11px;
    width: max-content;
    border-bottom: 3px solid var(--zelenyy);
    position: relative;
    max-width: 100%;
}

.wrap_posts_section_category-and-articles {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5%;
    row-gap: 30px;
}

.category-and-articles-wrap {
    width: 23.8%;
    border-radius: 10px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
}

.category-and-articles-wrap .category-container {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
}

.category-and-articles-wrap .category-container a {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}

.category-and-articles-wrap .category-container a img {
    max-height: 100%;
    object-fit: contain;
}

.category-and-articles-wrap .category-container:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    width: 86%;
    background: var(--obvodka);
    content: '';
}

.category-and-articles-wrap .category-container:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 3px;
    width: 100px;
    background: var(--zelenyy);
    content: '';
}

.category-and-articles-wrap .articles-container {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
    display: flex;
    row-gap: 5px;
}

.category-and-articles-wrap .articles-container .article-title {
    background: var(--fon);
    display: flex;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    text-align: center;
    color: var(--chernyy-2);
    width: 100%;
    justify-content: center;
}

.category-and-articles-wrap .articles-container .article-title:hover {
    background: var(--zelenyy);
    color: var(--fon);
}

.category-and-articles-wrap .articles-container .show-all {
    font-weight: 700;
    font-size: 16px;
    color: var(--zaglovok);
    padding-top: 10px;
    /* padding-bottom: 10px; */
    /* background-image: url(images/arrow_2.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 13px auto; */
}

.category-and-articles-wrap .articles-container .show-all:hover {
    color: var(--zelenyy);
}

.single_katalog .wrap_content_inner {
    width: 100%;
    max-width: 100%;
}

.t_header {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    border-radius: 10px;
    display: flex !important;
    column-gap: 50px;
    margin-bottom: 100px;
}

.t_header__left {
    width: 48%;
    flex-shrink: 0;
}

.swiper_img_prevu .item2,
.swiper_img_prevu .item {
    border: 0px solid transparent;
    border-radius: 10px;
    overflow: hidden;
}

.swiper_img_prevu .item2 img,
.swiper_img_prevu .item img {
    width: 100%;
    aspect-ratio: 1.33;
    object-fit: cover;
    cursor: pointer;
}

.img-big-wrapper {
    margin-bottom: 10px;
}

.t_header__right h1 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--zaglovok);
}

.t_header__right__art_wrap {
    display: flex !important;
    font-size: 20px;
    color: var(--chernyy-1);
    column-gap: 5px;
    margin-top: 10px !important;
    margin-bottom: 45px !important;
}

.t_header__right .button_d {
    cursor: pointer !important;
    border-radius: 10px !important;
    width: 286px !important;
    height: 50px !important;
    background: var(--zelenyy) !important;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: var(--belyy);
    box-sizing: border-box;
    border: 2px solid var(--zelenyy) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.t_header__right .button_d:hover {
    background-color: #fff !important;
    color: var(--zelenyy) !important;
}

.t_header__right_icon {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.t_header__right_icon a {
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto auto;
    font-weight: 700;
    font-size: 18px;
    color: var(--chernyy-2);
    display: inline-block !important;
    margin-bottom: 20px !important;
}

.t_header__right_icon__poisk_zapchastei a {
    margin-bottom: 0px !important;
}

.t_header__right_icon a:hover {
    color: var(--zelenyy);

}

.t_header__right_icon__nawi_garantii a {
    background-image: url(images/ti1.svg);
}

.posmotret_fail {
    background-image: url(images/ti2.svg);
}

.t_header__right_icon__poisk_zapchastei a {
    background-image: url(images/ti3.svg);
}

.t_header__right__tabi {
    display: flex !important;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap !important;
}

.t_header__right__tabi a {
    border-radius: 5px;
    padding: 14px 5px;
    background: var(--fon);
    font-weight: 700;
    font-size: 15px;
    color: var(--chernyy-2);
    display: inline-block !important;
}

.t_header__right__tabi a:hover {
    background-color: var(--zelenyy);
    color: #fff;
}

.fon {
    background-color: #fff;
}

.overflow {
    contain: content;
}

.padding {
    padding-bottom: 100px;
}

.t_video_row {
    display: flex !important;
    column-gap: 20px;
    justify-content: center;
}

.zagruzit_pasport {
    font-weight: 700;
    font-size: 16px;
    color: var(--chernyy-2) !important;
    margin-top: 36px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--obvodka-2);
    border-radius: 10px;
    width: 202px;
    height: 50px;
}

.zagruzit_pasport:hover {
    background-color: var(--zelenyy);
    color: #fff !important;
    border: 1px solid var(--zelenyy);
}

.teh_danni_inner_row_title {
    font-weight: 700;
    font-size: 20px;
    color: var(--chernyy-2);
    margin-bottom: 15px !important;
}

.teh_danni_inner_row_har_item {
    display: flex !important;
    align-items: flex-end !important;
    position: relative;
    margin-bottom: 10px !important;
    justify-content: space-between;
    width: 510px;
}

.teh_danni_inner_row_har_item:before {
    content: "";
    position: absolute;
    left: 0;
    border-bottom: 1px dashed var(--obvodka-2);
    width: 100%;
    bottom: 3px;
}

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

.teh_danni_inner_row_har_item_left {
    font-weight: 700;
    font-size: 16px;
    color: var(--chernyy-1);
    width: max-content;
    max-width: 300px;
    flex-shrink: 0;
    padding-right: 3px;
    background-color: #fff;
    position: relative;
}

.teh_danni_inner_row_har_item_right {
    width: 150px;
    font-weight: 400;
    font-size: 16px;
    color: var(--chernyy-2);
    flex-shrink: 0;
    padding-left: 3px;
    background-color: #fff;
    position: relative;
}

.teh_danni_inner_row {
    height: 320px;
    overflow: hidden;
    position: relative;
}

.show-more-btn {
    font-weight: 700;
    font-size: 16px;
    color: var(--chernyy-2);
    cursor: pointer;
    padding-right: 22px;
    background-image: url(images/arrow_2.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto auto;
    width: max-content;
    margin-top: 20px !important;
}

.show-more-btn:hover {
    color: var(--zelenyy);
}

.teh_danni_inner_row.expanded .show-more-btn {
    display: none;
}

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

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

.t_header__left .swiper-wrapper-preview .swiper-arrow-prev {
    margin-left: 20px !important;
}

.t_header__left .swiper-wrapper-preview .swiper-arrow-next {
    margin-right: 20px !important;
}

.novosti-wrap img {
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 1.79;
    object-fit: cover;
}

.t_garamtii .h_pre__row__item {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.00);
    background: var(--fon);
}

.t_soputstvyuwie_row article {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    border-radius: 10px;
    overflow: hidden;
}

.t_soputstvyuwie_row .article_img_details img {
    aspect-ratio: 1.5;
    object-fit: cover;
}

.t_soputstvyuwie_row .article_right {
    padding-top: 26px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.t_soputstvyuwie_row .article_title a {
    font-weight: 700;
    font-size: 20px;
    color: var(--chernyy-2);
}

.t_soputstvyuwie_row .article_title a:hover {
    color: var(--zelenyy);
}

.t_soputstvyuwie_row .article_the_content_teaser {
    font-size: 16px;
    color: var(--chernyy-2);
    margin-top: 12px;
    margin-bottom: 26px;
}

.katalog_wrap .wrap_posts,
.search .wrap_posts {
    column-gap: 2%;
}

.katalog_wrap .wrap_posts article,
.search .wrap_posts article {
    width: 23.5%;
    border-radius: 10px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    overflow: hidden;
}

.katalog_wrap .article_wrap_content,
.search .article_wrap_content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}

.article_wrap_content .article_title,
.search .article_title {
    margin-top: 12px;
}

.article_wrap_content .article_title a,
.search .article_title a {
    font-weight: 700;
    font-size: 20px;
    color: var(--chernyy-2);
}

.article_wrap_content .article_title a:hover,
.search .article_title a:hover {
    color: var(--zelenyy);
}

.article_wrap_content .article_the_content_teaser,
.search .article_the_content_teaser {
    font-size: 16px;
    color: var(--chernyy-2);
    margin-bottom: 26px;
    margin-top: 12px;
}

.katalog_wrap .article_img_details img,
.search .article_img_details img {
    width: 100%;
    aspect-ratio: 1.3;
    object-fit: cover;
}

.defalt_wrap article .article_img_details img {
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 1.8;
    object-fit: cover;
}

.y_text h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--chernyy-2);
    margin-bottom: 15px;
}

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

.y_zakazat_yslygy {
    margin-top: 43px !important;
    border-radius: 10px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    box-sizing: border-box;
    padding-top: 43px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.y_zakazat_yslygy .title_d {
    margin-top: 0 !important;
}

.forma_row {
    display: flex;
    justify-content: space-between;
}

.forma_row>div {
    width: 24%;
}

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

.ys .wrap_soglasie_na_obrabotky .wpcf7-list-item-label {
    top: 15px;
}



.single.uslugi .title_d_vn,
.single.leistungen .title_d_vn {
    max-width: var(--max-width);
    width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
}

.y_foto_galery {
    column-gap: 2% !important;
    row-gap: 30px !important;
}

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

.single-post.uslugi .h_pre,
.single-post.leistungen .h_pre {
    height: auto;
    padding-top: 100px;
    background-image: none;
}

.category-novosti .wp_wrap_subkategory,
.category-nachricht .wp_wrap_subkategory {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 70px;
    column-gap: 0;
    row-gap: 30px;
}

.category-novosti .wp_wrap_subkategory_item,
.category-nachricht .wp_wrap_subkategory_item {
    width: 32%;
}

.category-novosti .wp_wrap_subkategory_item a,
.category-nachricht .wp_wrap_subkategory_item a {
    width: 100%;
    border-radius: 10px !important;
    height: 50px !important;
    background: var(--zelenyy) !important;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: var(--belyy) !important;
    box-sizing: border-box;
    border: 2px solid var(--zelenyy) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-novosti .wp_wrap_subkategory_item_title,
.category-nachricht .wp_wrap_subkategory_item_title {
    padding-top: 0 !important;
}

.category-novosti .wp_wrap_subkategory_item a:hover,
.category-nachricht .wp_wrap_subkategory_item a:hover {
    background-color: #fff !important;
    color: var(--zelenyy) !important;
}

.category_link_nazad {
    font-weight: 700;
    font-size: 16px;
    color: var(--zaglovok) !important;
    border-radius: 5px;
    padding: 5px 15px;
    padding-left: 32px;
    background-color: #ebebeb;
    background-image: url(images/nazad.svg);
    background-position: left 15px center;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.category_link_nazad:hover {
    color: var(--zelenyy) !important;
}

.single .entry-meta {
    margin-top: 25px;
    font-size: 14px;
    color: var(--chernyy-1);
    margin-bottom: 15px;
}

.novosti .single_opisanie h2,
.nachricht .single_opisanie h2 {
    font-weight: 700;
    font-size: 20px;
    color: var(--chernyy-2);
    margin-bottom: 15px !important;
    margin-top: 35px !important;
}

.novosti .single_opisanie p,
.nachricht .single_opisanie p {
    font-size: 16px;
    line-height: 150%;
    color: var(--chernyy-2);
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

.novosti blockquote,
.nachricht blockquote {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
    margin-left: 20px !important;
}

.novosti blockquote p,
.nachricht blockquote p {
    font-size: 20px;
    color: var(--chernyy-2);
}

.novosti .single_opisanie h3,
.nachricht .single_opisanie h3 {
    font-size: 16px;
    color: var(--chernyy-2);
    margin-bottom: 15px !important;
    font-weight: 700;
}

.novosti .single_opisanie ul,
.nachricht .single_opisanie ul {
    margin-block-start: 15px !important;
    margin-block-end: 15px !important;
    padding-inline-start: 20px;
    margin-bottom: 30px !important;
}

.novosti .single_opisanie li,
.nachricht .single_opisanie li {
    margin-bottom: 15px !important;
    font-size: 16px;
    color: var(--chernyy-2);
}

.citaite_tak_je {
    background-color: #f9f9fa;
}

.single-post.novosti,
.single-post.nachricht {
    background-color: #fff;
}

.category-link-vse_novosti {
    margin-top: 50px !important;
}

.category-link-vse_novosti a {
    font-weight: 700;
    font-size: 16px;
    color: var(--chernyy-2);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid var(--obvodka-2);
    border-radius: 10px;
    height: 50px;

}

.category-link-vse_novosti a:hover {
    color: #fff;
    background-color: var(--zelenyy);

}

.category .article_meta {
    font-size: 14px;
    color: var(--chernyy-1);
    margin-top: 15px;
}

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

.page-id-252,
.page-id-629 {
    background-color: #fff;
}

.o-kom__left {
    width: 47%;
}

.o-kom__right {
    width: 50%;
}

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

.o-kom__left__soc__title {
    margin-top: 18px !important;
    margin-bottom: 13px !important;
}

.o-kom__left__soc__title h2 {
    font-weight: 700;
    font-size: 16px;
    color: var(--chernyy-2);
}

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

.o-kom__left__soc__row figure {
    width: 50px !important;
}

.o-kom__left__soc__row figure:hover {
    opacity: 0.6;
}

.o_kom__slaider {
    margin-top: 100px !important;
}

.wrap-kontakt {
    display: flex !important;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 0 4px 16px 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;
    align-items: flex-start !important;
}

.wrap-kontakt__left {
    width: 56%;
}

.wrap-kontakt__rright {
    width: 37%;
    border-radius: 10px;
    background: var(--fon);
    box-sizing: border-box;
    padding-top: 23px;
    padding-bottom: 28px;
    padding-left: 28px;
    padding-right: 28px;
}



.wrap-kontakt__left__item {
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
    font-size: 16px;
    color: var(--chernyy-2);
}

.wrap-kontakt__left__item__img {
    margin-right: 14px !important;
}

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

.wrap-kontakt__left__item.tel a {
    font-size: 20px;
    color: var(--chernyy-2);
    cursor: default;
}

.wrap-kontakt__left__item.email a {
    font-size: 16px;
    color: var(--chernyy-2);
}

.wrap-kontakt__left__item.email a:hover {
    text-decoration: underline;
}

.wrap-kontakt__left__map {
    border-radius: 10px;
    overflow: hidden;
}

.wrap-kontakt__left__map iframe {
    width: 100% !important;
}

.wrap-kontakt .title_d {
    margin-top: 0 !important;
}

.wrap-kontakt__rright .wpcf7-text,
.wrap-kontakt__rright .wpcf7-select,
.wrap-kontakt__rright .wpcf7-textarea {
    background-color: #fff !important;
}

.wrap-kontakt__rright .wpcf7-submit {
    height: 50px !important;
}

.wrap-kontakt__rright .wrap_f.wrap_soglasie_na_obrabotky {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.wrap-kontakt__rright .wpcf7-textarea {
    height: 170px !important;
}

.poisk_zapchasti #ajaxsearchpro1_2 .probox .proinput input.orig,
div.asp_m.asp_m_1 .probox .proinput input.orig {
    margin-left: 6px !important;
    height: 100% !important;
}

.poisk_zapchasti #ajaxsearchpro1_1 .probox,
#ajaxsearchpro1_2 .probox,
div.asp_m.asp_m_1 .probox {
    border: 1px solid rgb(94, 94, 94) !important;
}

.menu_bottom .display_none {
    display: none !important;
}

.general-pop-up .wpcf7-submit {
    height: 60px !important;
}

.subcategory-item {
    margin-bottom: 20px;
    background: #f1f1f1;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
}

.subcategory-item:nth-last-child(1) {
    margin-bottom: 0px;

}

.subcategory-link {
    line-height: 0;
    display: block;
}

.subcategory-title {
    display: block;
    padding: 10px;
    font-family: var(--font-family) !important;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: var(--chernyy-2) !important;
}

.subcategory-item:hover .subcategory-title {
    background: var(--zelenyy);
    color: #fff !important;
}

.wp_wrap_subkategory_item {}

.archive .wp_wrap_subkategory_item_img img {
    border-radius: 10px !important;
    aspect-ratio: 1.79;
    object-fit: cover;
}

.archive .wp_wrap_subkategory_item_title a {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--chernyy-2);
}

.archive .wp_wrap_subkategory_item_title {
    padding-top: 15px;
}

.archive .wp_wrap_subkategory_item_title a:hover {
    color: var(--zelenyy);
}

.shortcode-page-header {
    position: relative;
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    column-gap: 0%;
}

.shortcode-page-header a {
    width: 13.5%;
    padding-bottom: 24px;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    row-gap: 16px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    border-radius: 10px;
}

.shortcode-page-header__image-wrap {
    border-radius: 100px;
    width: 100px;
    height: 100px;
    background: var(--zelenyy);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.shortcode-page-header__item:hover .shortcode-page-header__image-wrap {
    background: #bcedcd;
}

.shortcode-page-header__image-wrap img {
    filter: invert(100%) sepia(0%) saturate(7486%) hue-rotate(239deg) brightness(108%) contrast(103%);
}

.shortcode-page-header__item:hover .shortcode-page-header__image-wrap img {
    filter: invert(0%) sepia(0%) saturate(7433%) hue-rotate(216deg) brightness(113%) contrast(100%);
}

.shortcode-page-header__title {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    overflow-wrap: anywhere;
    word-break: break-word;
    color: var(--chernyy-2);
}

.shortcode-page-header__item:hover .shortcode-page-header__title {
    color: var(--zelenyy);
}

.article_inner {
    padding: 13px 40px 20px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ys_vn_text {
    margin-bottom: 26px !important;
    line-height: 150%;
    color: var(--chernyy-2);
}

.ys_vn_h2 {
    margin-top: 26px !important;
    margin-bottom: 23px !important;
    font-weight: 700;
    font-size: 20px;
}

.ys_vn_row {
    display: flex !important;
    row-gap: 43px !important;
    column-gap: 2% !important;
    flex-wrap: wrap !important;
}

.ys_vn_row_item {
    width: 32%;
}

.ys_vn_row_item_title {
    font-weight: 700;
    font-size: 20px;
    margin-top: 14px !important;
    margin-bottom: 7px !important;
}

.ys_vn_row_item_text {
    line-height: 150%;
}

.ys_vn_pre_wrap {
    background-color: #fff;
    width: 100vw;
    margin-left: calc(50% - 50vw) !important;
    padding-top: 92px !important;
    padding-bottom: 100px !important;
}

.ys_vn_row.padding_bottom {
    padding-bottom: 93px !important;
}

.nijnii_otstyp_none .content {
    padding-bottom: 0px !important;
}

.col_4.h_pre__row {
    justify-content: flex-start !important;
    column-gap: 2% !important;
}

.col_4 .h_pre__row__item {
    width: 23.5% !important;
    background: var(--fon);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.0);
}

.col_4 .h_pre__row__item__row-1__left {
    width: 68px;
    font-size: 30px;
}

.h_pre__inner.padding {
    padding-top: 85px !important;
    padding-bottom: 92px !important;
}

.bac_belii .h_pre__row__item {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
}

.ys_vn_ul {
    padding-inline-start: 20px;
}

.ys_vn_ul li {
    margin-bottom: 20px;
}

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

.mesta_wrap_item {
    margin-bottom: 40px !important;
    border-radius: 10px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    padding: 24px 30px 30px;
}

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

.mesta_wrap_item_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    color: var(--zaglovok);
    padding-bottom: 13px !important;
    margin-bottom: 30px !important;
    border-bottom: 1px solid var(--obvodka);
}

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

.mesta_wrap_item_box_lright {
    width: 58%;
}

.mesta_wrap_item_box_lright iframe {
    width: 100% !important;
    height: 300px !important;
    border-radius: 10px;
    overflow: hidden !important;
}

.mesta_wrap_item_box_left {
    width: 40%;
}

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

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

.tel .mesta_wrap_item_box_left_item_text a {
    font-size: 20px;
    color: var(--chernyy-2);
    cursor: default;
}

.email .mesta_wrap_item_box_left_item_text a {
    color: var(--chernyy-2);
}

.email .mesta_wrap_item_box_left_item_text a:hover {
    text-decoration: underline;
}

.mesta_wrap_item_box_left_item_img {
    line-height: 1.1;
}

/* NOTE end 9999px */



/* NOTE begin 1460px */

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

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

    .asp_w_container {
        width: 25vw !important;
    }




}

/* NOTE end 1460px */

/* NOTE begin 1400px */
@media screen and (max-width: 1400px) {
    .shortcode-page-header__title {
        font-size: 14px;
    }
}

/* NOTE end 1400px */


/* NOTE begin 1200px */
@media screen and (max-width: 1200px) {
    .text_open_menu {
        display: none;
    }

    .h-header {
        height: auto;
        padding-top: 30px;

    }

    .h-header__fon img {
        height: 100%;
        object-fit: cover;
    }

    .wp_wrap_subkategory.home .wp_wrap_subkategory_item {
        width: 30%;
        min-width: 200px;
        padding-top: 10px;
        padding-bottom: 10px;
        aspect-ratio: auto;
    }

    .wp_wrap_subkategory.home {
        align-items: stretch !important;
    }

    .wp_wrap_subkategory.home .wp_wrap_subkategory_item_title div {
        font-size: 14px;
    }

    .wp_wrap_subkategory.home .wp_wrap_subkategory_item_title {
        width: auto;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }

    .wp_wrap_subkategory.home {
        justify-content: space-around !important;
        flex-wrap: wrap !important;
    }

    .h_pre__row__item {
        width: 48%;
    }

    .h-o-nas {
        background-size: 60% auto;
    }

    .aktual-pr-wrap article {
        flex-direction: column;
        row-gap: 20px;
    }

    .aktual-pr-wrap .article_img_details img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover;
    }

    .aktual-pr-wrap .article_left {
        width: 100%;
        aspect-ratio: auto;
        height: 200px;
    }

    .swiper-arrow-prev {
        margin-left: 2px !important;
    }

    .swiper-arrow-next {
        margin-right: 2px !important;
    }

    .swiper-arrow-prev,
    .swiper-arrow-next {
        width: 25px;
    }

    .category-and-articles-wrap {
        width: 49.2%;
    }

    .katalog_wrap .wrap_posts article,
    .search .wrap_posts article {
        width: 48%;
    }

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

    .o-kom__left {
        width: 100%;
    }

    .o-kom__right {
        width: 100%;
    }

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

    .wrap-kontakt__left {
        width: 100%;
    }

    .wrap-kontakt__rright {
        width: 100%;
    }

    .shortcode-page-header a {
        width: 23.5%;
    }

    .wrap_posts article {
        width: 32%;
    }

    .col_4 .h_pre__row__item {
        width: 48% !important;
    }
}

/* NOTE end 1200px */

/* NOTE begin 900px */

@media screen and (max-width: 900px) {
    .wp_wrap_subkategory {
        column-gap: 4%;
        row-gap: 40px;
    }

    .wp_wrap_subkategory_item {
        width: 48%;
    }

    .wrap_posts {
        row-gap: 20px;
    }

    .wrap_posts article {
        width: 48%;
    }

    .h-header {
        height: auto;
        padding-top: 30px;
    }

    .h_pre {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .h-postavwiki__row figure {
        text-align: center;
    }

    .h_pre__row__item {
        width: 100%;
    }

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

    .h-postavwiki {
        padding-bottom: 40px;
    }

    .h-o-nas {
        background-image: none;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .h-novosti {
        padding-bottom: 40px;
    }

    .h-rassilka {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }

    .tnp.tnp-subscription form>div {
        width: 48%;
    }

    .h-map iframe {
        height: 350px;
    }

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

    div.asp_w.ajaxsearchpro.asp_non_compact {
        min-width: 100px !important;
    }

    .t_header {
        flex-direction: column;
        row-gap: 30px;
        margin-bottom: 40px;
    }

    .t_header__left {
        width: 100%;
        flex-shrink: 0;
    }

    .t_video_row iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 1.5;
    }

    .padding {
        padding-bottom: 40px;
    }

    .teh_danni_inner_row_har_item {
        width: 100%;
    }

    .teh_danni_inner_row_har_item_right {
        width: 100px;
    }

    .teh_danni_inner_row_har_item_left {
        width: 200px;
    }

    .teh_danni_inner_row_har_item:before {
        display: none;
    }

    .content {
        padding-bottom: 40px;
    }

    .forma_row {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .forma_row>div {
        width: 48%;
    }

    .single-post.uslugi .h_pre,
    .single-post.leistungen .h_pre {
        padding-top: 40px;
    }

    .category-novosti .wp_wrap_subkategory,
    .category-nachricht .wp_wrap_subkategory {
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .category-novosti .wp_wrap_subkategory_item,
    .category-nachricht .wp_wrap_subkategory_item {
        width: 100%;

    }

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

    .shortcode-page-header a {
        width: 32%;
    }

    .shortcode-page-header {
        column-gap: 2%;
        justify-content: center !important;
    }

    .ys_vn_row_item {
        width: 49%;
    }

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

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

    .mesta_wrap_item_box {
        flex-direction: column !important;
        row-gap: 20px;
    }

    .mesta_wrap_item_box_left {
        width: 100%;
    }

    .mesta_wrap_item_box_lright {
        width: 100%;
    }

    .mesta_wrap_item {

        padding: 20px 10px 10px;
    }
}

/* NOTE end 900px */

/* NOTE begin 700px */
@media screen and (max-width: 700px) {
    .category-and-articles-wrap {
        width: 100%;
    }

    .col_4 .h_pre__row__item {
        width: 100% !important;
    }
}

/* NOTE end 700px */


/* NOTE begin 500px */

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

    .wp_wrap_subkategory_item {
        width: 100%;
    }

    .wrap_posts article {
        width: 100%;

    }

    .wrap-header {
        border-top: 5px solid var(--zelenyy);
    }

    .wrap-header__inner {
        justify-content: space-between;
        padding-top: 5px;
        padding-bottom: 5px;
        flex-wrap: wrap !important;
        row-gap: 10px;
    }

    .asp_w_container {
        width: 70% !important;
    }

    .wrap-header__inner__lang.wp-block-polylang-language-switcher {
        margin-right: 27px;
    }

    .wp_wrap_subkategory.home .wp_wrap_subkategory_item {
        width: 100%;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: row !important;
        column-gap: 20px;
    }

    .wp_wrap_subkategory.home .wp_wrap_subkategory_item_title div {
        text-align: left;
    }

    .wp_wrap_subkategory.home .wp_wrap_subkategory_item_img {
        width: 70px;
        flex-shrink: 0;
        height: 70px;
    }

    .wp_wrap_subkategory.home .wp_wrap_subkategory_item_img img {
        width: 70%;
    }

    .wp_wrap_subkategory.home .wp_wrap_subkategory_item_title {
        padding-left: 0px;
        padding-right: 0px;
    }

    .wp_wrap_subkategory.home .wp_wrap_subkategory_item_title {
        margin-left: 0;
    }

    .swiper-pagination-bullets {
        display: flex !important;
        bottom: -30px !important;
    }

    .swiper-pagination-bullet {
        width: 8px;
        background-color: #888888;
    }

    .swiper-pagination-bullet-active,
    .swiper-pagination-bullet:hover {
        background-color: var(--zelenyy);
    }

    .title_d h2 {
        font-size: 22px;
        width: auto;
        text-align: center;
    }

    .h-o-nas__inner__title {
        font-size: 22px;
        text-align: center;
    }

    .h_pre__row__item {
        min-height: auto;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .h_pre__row__item__row-2 p {
        font-size: 14px;
    }

    .soc-sprava a {
        font-weight: 600;
        font-size: 15px;
        width: 110px;
        height: 40px;
        padding-left: 40px;
        background-position: left 5px center;
    }

    .soc-sprava a:hover {
        transform: translateX(0px);
    }

    .h-o-nas__inner__title__2 p {
        width: auto;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 30px;
    }

    .novosti-wrap .swiper-arrows {
        top: 26vw;
    }

    .novosti-wrap .article_title a {
        font-size: 18px;
    }

    .article-inner__kontent {
        bottom: 10px;
    }

    .novosti-pr-wrap .article_title {
        font-weight: 500;
        font-size: 16px;
    }

    .aktual-pr-wrap .article_title a {
        font-size: 18px;
    }

    .h-rassilka__inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .h-map__title h2 {
        font-size: 20px;
    }

    .katalog_wrap .wrap_posts article,
    .search .wrap_posts article {
        width: 100%;
    }

    .title_d_vn .page_title {
        font-size: 22px;
        width: auto;

    }

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

    .wrap-kontakt {
        padding: 10px;
    }

    .wrap-kontakt__rright {
        padding: 10px;
    }

    .poisk_zapchasti .asp_w_container {
        width: 70% !important;
        width: 100% !important;
    }

    .wp_wrap_subkategory.home {
        row-gap: 10px;
    }

    .shortcode-page-header a {
        width: 49%;
    }

    .shortcode-page-header__image-wrap {
        margin-top: 10px;
    }

    .ys_vn_row_item {
        width: 100%;
    }

    .wrap-header__inner__lang li {
        border-right: 0px solid var(--obvodka);
        padding-right: 0px;
        margin-right: 0px;
        border-bottom: 1px solid var(--obvodka);
        padding-bottom: 3px;
        margin-bottom: 3px;
    }

    .wrap-header__inner__lang li:nth-last-child(1) {
        border-bottom: 0px solid var(--obvodka);
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .wrap-header__inner__lang {
        flex-direction: column;
    }
}

/* NOTE end 500px */