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

body:not(.wp-admin),
body .editor-styles-wrapper {
    --max-width: 1290px;
    --color-1: #004884;
    --color-2-text: var(--chernyy-2);
    --color-3-link: #004884;
    --font-family-1: 'Open Sans', arial, Tahoma, Geneva, Verdana, sans-serif;
    font-family: var(--font-family-1);
    color: var(--color-2-text);
    font-size: 18px;
    --belyy: #fff;
    --fon: #f8f9fa;
    --fon-2: #eeeff0;
    --obvodka: #e4e5e6;
    --obvodka-2: #c6c7c8;
    --chernyy-1: #8a8b8c;
    --chernyy-2: #1c1d1e;
    --siniy: #004884;
    --krasnyy: #e62727;
    --font-family: "Open Sans", sans-serif;
    --second-family: "Cinzel", sans-serif;
}

a {
    font-family: var(--font-family-1);
    text-decoration: none;
    color: var(--color-3-link);
}

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: 8%;
    row-gap: 52px;
}

.wp_wrap_subkategory_item {
    width: 46%;
    padding-bottom: 46px;
    border-bottom: 1px solid var(--obvodka);
}

.wrap_posts {
    display: flex;
    flex-wrap: wrap;
}

.wrap_posts article {
    width: 100%;

}

.wrap_posts article {
    display: flex;
    column-gap: 20px;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid var(--obvodka);
}

.article_left {
    width: 150px;
    flex-shrink: 0;
}

.article_left img {
    object-fit: cover;
    width: 150px;
    height: 113px;
}

.header_wrap_row_1 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    padding-top: 7px;
    padding-bottom: 14px;
}

.header_wrap_row_1_btn a {
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    width: 100px;
    height: 40px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: var(--chernyy-2);
}

.home.black .header {
    background: #00488478;
}

.black .header_wrap_row_1_btn a {
    border: 1px solid var(--belyy);
    color: var(--belyy);
}

.black .header_wrap_row_1_col_1_text,
.black .header_wrap_row_1_col_2_t1 a,
.black .header_wrap_row_1_col_2_t2,
.black .wp-block-polylang-language-switcher li a,
.black .menu_top>.level_1>li>a {
    color: var(--belyy) !important;
}

.black .wp-block-polylang-language-switcher li:nth-child(1):before {
    background: #ffffff;
}

.black .header_wrap_row_1_col_1_text:before,
.black .header_wrap_row_1_col_3_row_search {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(331deg) brightness(218%) contrast(100%);
}

.header_wrap_row_1_btn a:hover {
    color: #fff;
    background-color: var(--siniy);
    border: 1px solid var(--siniy);
}

.header_wrap_row_1_col_1_text {
    position: relative;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: var(--krasnyy);
    margin-top: 14px !important;
}

.header_wrap_row_1_col_1_text:before {
    position: absolute;
    background-image: url(images/star_h.svg);
    background-position: center left;
    background-repeat: no-repeat;
    left: -25px;
    content: '';
    width: 14px;
    aspect-ratio: 1;
    top: 50%;
    transform: translateY(-50%);
}

.header_wrap_row_1_col_2 {
    text-align: center;
}

.header_wrap_row_1_col_3 {
    min-width: 231px;
}

.header_wrap_row_1_col_2_t1 a {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 46px;
    letter-spacing: 0.01em;
    text-align: center;
    color: var(--siniy);
}

.header_wrap_row_1_col_2_t2 {
    margin-top: 13px !important;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: center;
    color: var(--siniy);
}

.header_wrap_row_1_col_3_row {
    display: flex !important;
    margin-left: auto !important;
    align-items: center !important;
    margin-bottom: 13px !important;
    column-gap: 20px;
    justify-content: flex-end;
}

.wp-block-polylang-language-switcher {
    display: flex !important;
    margin-left: auto !important;
    align-items: center !important;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
    list-style-type: none;
    justify-content: flex-end !important;
}

.wp-block-polylang-language-switcher li.current-lang {
    opacity: 1;
}

.wp-block-polylang-language-switcher li {
    opacity: 0.5;
}

.wp-block-polylang-language-switcher li a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: var(--chernyy-2) !important;
}

.wp-block-polylang-language-switcher li:nth-child(1) {
    margin-right: 10px !important;
    padding-right: 10px !important;
    position: relative;
}

.wp-block-polylang-language-switcher li:nth-child(1):before {
    opacity: 0.5;
    content: "";
    position: absolute;
    right: 0;
    background: #000;
    opacity: 0.15;
    width: 1px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.header_wrap_row_1_col_3_row_search {
    cursor: pointer;
}



.header_wrap_row_2 {

    border-top: 1px solid #00000011;
    padding-top: 5px;
    padding-bottom: 5px;
}

.home .header_wrap_row_2 {
    border-top: 1px solid #ffffff82;
}

.header_wrap_row_2 {
    position: relative;
}

.header_wrap_row_2_poisk {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 0 !important;
    transition: 0.5s;
    border: 1px solid transparent !important;
    z-index: 11;
}

.header_wrap_row_2_poisk.open_search {
    height: 65px !important;
    border: 1px solid #d9d9d9 !important;
}

.promagnifier {
    display: none !important;
}

#ajaxsearchpro1_1 .probox .proinput input.orig,
#ajaxsearchpro1_2 .probox .proinput input.orig,
div.asp_m.asp_m_1 .probox .proinput input.orig {
    font-weight: normal;
    font-family: var(--font-family) !important;
    color: #1c1d1e78 !important;
    font-size: 18px !important;
    line-height: normal !important;
    border: 0 !important;
    box-shadow: none !important;
    height: 63px !important;
    padding: 0 !important;
    padding-top: 0px !important;
    margin: 0px 0 0 0px !important;
    text-align: center !important;
}

#ajaxsearchpro1_1 .probox,
#ajaxsearchpro1_2 .probox,
div.asp_m.asp_m_1 .probox {
    height: 63px !important;
}

#ajaxsearchpro1_1,
#ajaxsearchpro1_2,
div.asp_m.asp_m_1 {
    background-image: none !important;
    background-color: #fff !important;
    box-sizing: border-box !important;

}

div.asp_m.asp_m_1 .probox .proinput input.orig::-webkit-input-placeholder {
    font-weight: normal;
    font-family: var(--font-family) !important;
    color: #1c1d1e78 !important;
    font-size: 18px !important;
    opacity: 1 !important;
}

.swiper-slider-carousel-content-item {
    width: 100%;
    justify-content: center !important;
    display: flex !important;
    overflow: hidden !important;
    padding-bottom: 46px !important;
}

.header {

    /* background-image: url(images/fon.jpg); */
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    border-bottom: 1px solid #00000011;
}

.home .header {
    background: #ffffff94;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    border-bottom: 0px solid #00000011;
}

.swiper-slider-carousel-content-item-inner {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    width: 1920px !important;
    position: static !important;
    height: 100vh !important;
    min-height: 600px;
}

.swiper-slider-carousel-content-item-column {
    position: absolute !important;
    top: 0;
    left: auto;
    right: auto;
    display: flex !important;
    flex-direction: column !important;
}

.a1 .swiper-slider-carousel-content-item-t1 {
    display: none !important;
}


.swiper-slider-carousel-content-item-t1,
.swiper-slider-carousel-content-item-t1-insert {
    padding-top: min(35vh, 360px);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 70px;
    line-height: 120%;
    color: var(--belyy);
    position: relative;
    padding-bottom: 35px;
}




@keyframes growBar {
    from {
        width: 0px;
    }

    to {
        width: 400px;
    }
}

.swiper-slider-carousel-content-item-t1:before,
.swiper-slider-carousel-content-item-t1-insert:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 1px;
    background: var(--belyy);
}

.swiper-slider-carousel-content-item-t1:before {
    width: 400px;
}

.swiper-slide {
    transition: opacity 1s !important;
}

.swiper-slider-carousel-content-item-t1-insert:before {
    animation-name: growBar;
    animation-duration: 4s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.a2 .swiper-slider-carousel-content-item-t2 {
    display: none;
}

.swiper-slider-carousel-content-item-t2,
.swiper-slider-carousel-content-item-t2-insert {
    margin-top: 40px !important;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    color: var(--belyy);
}

.swiper-slider-carousel-content-item-t3 {
    margin-top: auto !important;
    margin-bottom: 90px !important;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    color: var(--belyy);
}

.swiper-slider-carousel-content-item-t4 {
    position: absolute;
    right: 0;
    bottom: 0px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    text-align: right;
    color: var(--chernyy-2);

}

.padding-top-40px {
    padding-top: 40px;
}

.text_wrap {
    line-height: 150%;
}

.text_wrap p {
    margin-block-end: 1em;
}

.text_wrap p:nth-last-child(1) {
    margin-block-end: 0em;
}

.footer_wrap {
    background: var(--siniy);
    padding-top: 43px;
    padding-bottom: 43px;
    margin-top: 100px !important;
}

.home .footer_wrap {
    margin-top: 43px !important;
}


.footer_wrap_inner_col_1_t1,
.footer_wrap_inner_col_1_t1 a {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 30px;
    color: var(--belyy);
}

.footer_wrap_inner_col_1_t1 a:hover {
    color: #ffc000;
}

.footer_wrap_inner_col_1_t2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #ffffff7a;
    padding-top: 5px;
}

.footer_wrap_inner_col_1_t3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--belyy);
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}

.footer_wrap_inner_col_1_t4 {
    position: relative;
    font-family: var(--font-family);
    font-size: 18px;
    color: #ffffff7a;
    padding-bottom: 34px;

}

.footer_wrap_inner_col_1_t4::after {
    position: absolute;
    content: "";
    top: 5px;
    background-image: url(images/star_f.svg);
    background-position: center left;
    background-repeat: no-repeat;
    left: -25px;
    width: 14px;
    aspect-ratio: 1;
}

.footer_wrap_inner_col_1_t4:before {
    position: absolute;
    content: "";
    width: 287px;
    height: 1px;
    background: var(--belyy);
    bottom: 0;
    left: 0;

}

.footer_wrap_inner_col_2 {
    background: #ffffff14;
    box-sizing: border-box;
    padding-top: 33px;
    padding-left: 37px;
    padding-right: 39px;
    padding-bottom: 33px;
}

.footer_wrap_inner_row_1 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    margin-bottom: 34px !important;
}

.title_footer {
    padding-bottom: 19px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: var(--belyy);
}

.footer_wrap_inner_col_2 .title_footer {
    padding-bottom: 9px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.footer_wrap_inner_col_3_row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    column-gap: 62px;
}

.footer_wrap_inner_col_3 {
    box-sizing: border-box;
    padding-top: 33px;

    padding-bottom: 33px;
}

.footer_wrap_inner_col_2,
.footer_wrap_inner_col_3 {
    margin-top: 62px !important;
}

.footer_wrap_inner_row_2_t1,
.footer_wrap_inner_row_2_t2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--belyy);
}

.footer_wrap_inner_row_2_t1 {
    margin-bottom: 10px !important;
}

.sl_wrap {
    position: relative;
}

.ssilka_k_jkoru {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 11;
}

.home .ssilka_k_jkoru {
    bottom: 96px;
}

.ssilka_k_jkoru a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px;
    aspect-ratio: 1;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 0;
    background-image: url(images/arrow_h.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

.inner-div-row_1 {
    position: relative;
    height: 800px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.inner-div-row_1 img {
    height: 100%;
    object-fit: cover;
}



.fields-wrapper_inner {
    background: #ffffffc4;
    box-sizing: border-box;
    width: 645px;
    padding-top: 40px;
    padding-bottom: 43px;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
    min-height: 418px;
}

.podpis-na-izobrajenii_cat {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 47px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    text-align: right;
    color: var(--belyy);
}

.fields-wrapper_inner_h1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: var(--chernyy-2);
    padding-bottom: 22px;
    position: relative;
}

.fields-wrapper_inner_h1:before {
    position: absolute;
    background: var(--siniy);
    width: 270px;
    height: 5px;
    left: 0;
    bottom: 0;
    content: "";

}

.fields-wrapper_inner_t1 {
    margin-top: 42px !important;
    margin-bottom: 15px !important;
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
    text-align: right;
    color: var(--siniy);
}

.fields-wrapper_inner_t2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    text-align: right;
    color: var(--chernyy-2);
}

.fields-wrapper_inner_t3 {
    margin-top: 15px !important;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 28px;
    line-height: 130%;
    text-align: right;
    color: var(--chernyy-2);
}

.inner-div-row_2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    text-align: right;
    color: var(--chernyy-2);
    padding-top: 26px;
}

.inner-div-row_2 a {
    text-decoration: underline;
    color: var(--chernyy-2);
}

.inner-div-row_2 a:hover {
    text-decoration: none;
}

body:not(.home) .wrap_content_inner {
    padding-top: 86px;
}

.wrap_cat_td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 81px;
}

.wrap_cat_td_title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: var(--chernyy-2);
    width: 40%;
}

.wrap_cat_td_description {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--chernyy-2);
    width: 50%;
}

.wrap_cat_td_description p {
    margin-block-end: 1em;
}

.wrap_cat_td_description p:nth-last-child(1) {
    margin-block-end: 0em;
}

.wp_wrap_subkategory_title {
    position: relative;
    margin-bottom: 40px !important;
    text-align: center;
}

.wp_wrap_subkategory_title:before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
    background: var(--obvodka);

}

.wp_wrap_subkategory_title_inner {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: var(--chernyy-2);
    position: relative;
    display: inline;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #fff;
}

.wp_wrap_subkategory_item_title {
    position: relative;
    margin-bottom: 27px;
}

.wp_wrap_subkategory_item_title:before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background-image: url(images/arrow_t.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 8px;
    height: 12px;
}

.wp_wrap_subkategory_item_title a {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    color: var(--chernyy-2);
}

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

.archive-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--chernyy-1);
    margin-bottom: 24px;
}

.archive-text a {
    color: var(--siniy);
}

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

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

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

.article_meta {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--chernyy-2);
    margin-top: 10px;
    margin-bottom: 10px;
}

.pripiska_v_state_na_stranice_kategorii {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--krasnyy);
}

body:not(.category-39) .menu_left_ssilka_arhiv {
    display: none;
}

.menu_left_title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: var(--chernyy-2);
    padding-bottom: 14px;
    border-bottom: 1px solid var(--obvodka);
}

.left_wrap {
    margin-right: 100px;
    width: 300px;
}

.left_wrap ul {
    list-style-type: none;
    padding-inline-start: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
}



.menu_left_title.padding-top {
    padding-top: 32px !important;
}

.left_wrap .cat-item a {
    height: 50px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 35px;
    position: relative;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--chernyy-1);
}

.left_wrap .cat-item a:hover,
.left_wrap li.menu-item-has-children.open>a,
.left_wrap li.menu-item-has-children.open .current-cat a {
    color: var(--chernyy-2);
    background: var(--fon);
}


.left_wrap .level_2 a {
    padding-left: 45px;
}

.menu_left_ssilka_contribution {
    padding-left: 35px;
    height: 50px;
    display: flex;
    align-items: center;
}

.menu_left_ssilka_contribution a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #177b57;
}

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

.menu_left_ssilka_arhiv {
    margin-bottom: 15px !important;
}

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

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

.right_wrap {
    width: 300px;
    margin-left: 95px;
    box-sizing: border-box;
    padding-top: 23px;
    border: 1px solid var(--obvodka);
}

.right_wrap_title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    color: var(--chernyy-2);
    margin-bottom: 24px !important;
    padding-left: 20px;
    padding-right: 20px;
}

.rcp-thumb {
    width: calc(100% + 40px);
    display: flex;
    margin-left: -20px;
}

.rcp-item--featured {
    padding-bottom: 25px;
}

.rcp-item--featured h3 a {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    color: var(--chernyy-2);
}

.rcp-item--featured h3 {
    padding-top: 23px;
    padding-bottom: 9px;
}

.rcp-item--featured h3 a:hover {
    text-decoration: underline;
}

a.rcp-read-btn {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--siniy);
    padding-right: 15px;
    background-image: url(images/arrow_p.svg);
    background-position: right top 5px;
    background-repeat: no-repeat;
    background-size: auto;
}

a:hover.rcp-read-btn {
    text-decoration: underline;
}

.rcp-item {
    padding-left: 20px;
    padding-right: 20px;
}

.rcp-item.rcp-item--compact {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid var(--obvodka);
}

.rcp-item.rcp-item--compact a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: var(--chernyy-2);
    position: relative;
    padding-left: 21px;
    display: inline-block;
}

.rcp-item.rcp-item--compact a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 2px;
    width: 6px;
    height: 6px;
    background: var(--chernyy-2);
}

.rcp-item.rcp-item--compact a:hover {
    text-decoration: underline;
}

.pagination-meta-wrap {
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid var(--obvodka);
}

.pagination-meta-inner {
    position: relative;

}

.pagination-meta-inner:before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
    background: var(--obvodka);
}

.pagination-meta-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: var(--chernyy-1);
    background-color: #fff;
    position: relative;
    padding-left: 28px;
    padding-right: 28px;
    display: inline;
}

.left_block>div {
    position: sticky;
    top: 10px;
}

.right_block>div {
    position: sticky;
    top: 10px;
}

li:has(.next.page-numbers) {
    margin-left: auto;
}

li:has(.prev.page-numbers) {
    margin-right: auto;
}

.first.page-numbers {
    margin-left: 0 !important;
}

.last.page-numbers {
    margin-right: 0 !important;
}

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

.post-tag a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--chernyy-2);
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    background: var(--fon);
}

.post-tag a:hover {
    background: #004884;
    color: #fff;
}

.singular_info_row_1 {
    display: flex;
    align-items: center;
    column-gap: 30px;
    row-gap: 30px;
}

.views_wrap {
    margin-left: auto;
    min-width: 50px;
    box-sizing: border-box;
    padding-left: 25px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--chernyy-1);
    background-image: url(images/view.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
}

.heateor_sss_sharing_ul {
    display: flex !important;
    align-items: center;
    column-gap: 15px;
}

div.heateor_sss_sharing_ul a {
    float: none !important;
    margin: 0px !important;
    width: 20px !important;
    aspect-ratio: 1;

    display: flex !important;
    align-items: center;
    justify-content: center;
}

div.heateor_sss_sharing_ul a span {
    width: 100% !important;
    height: 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}

div.heateor_sss_sharing_ul a span svg {
    display: none !important;
}

.heateor_sss_button_vkontakte span {
    background-image: url(images/vk.svg) !important;
}

.heateor_sss_facebook span {
    background-image: url(images/face.svg) !important;
}

.heateor_sss_button_telegram span {
    background-image: url(images/tele.svg) !important;
}

.heateor_sss_whatsapp span {
    background-image: url(images/vot.svg) !important;
}

.singular_info_row_2 {
    padding-bottom: 42px;
    margin-bottom: 42px;
    padding-top: 42px;
    margin-top: 42px;
    border-top: 1px solid #00000011;
    border-bottom: 1px solid #00000011;
}

.single_cat {
    margin-bottom: 12px;
}

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

.page_title.single {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: var(--chernyy-2);

}

.entry-meta.single {
    margin-top: 35px;
    margin-bottom: 6px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--chernyy-1);
}

.single_avtor {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--chernyy-1);
}

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

.single .single_opisanie p {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.swiper-slider-carousel-content-item-img img {
    height: 100%;
    object-fit: cover;
}

/* NOTE end 9999px */


/* NOTE min-height: 700px */
@media screen and (max-height: 700px) {

    .swiper-slider-carousel-content-item-t1,
    .swiper-slider-carousel-content-item-t1-insert {
        font-size: 55px;
    }

    .swiper-slider-carousel-content-item-t2,
    .swiper-slider-carousel-content-item-t2-insert {
        font-size: 30px;
    }
}



/* NOTE min-height: 700px */


/* NOTE begin 1516px */
@media screen and (max-width: 1516px) {
    .podpis-na-izobrajenii_cat {
        bottom: 15px;
    }

    .ssilka_k_jkoru {
        right: 10px;
    }
}

/* NOTE end 1516px */

/* NOTE begin 1290px */

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

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

    .swiper-slider-carousel-content-item-t4 {
        padding-right: 10px;
    }

    .left_wrap {
        margin-right: 20px;
    }

    .right_wrap {
        margin-left: 20px;
    }
}

/* NOTE end 1290px */

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

    .wrap_content_inner {
        flex-direction: column !important;
    }

    .right_block {
        margin-top: 30px;
    }

    .right_wrap {
        width: 100%;
        margin-left: 0px;
    }
}

/* NOTE end 1100px */


/* NOTE begin 900px */

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


    .wp_wrap_subkategory_item {
        width: 100%;
    }

    .wrap_posts {
        column-gap: 4%;
        row-gap: 20px;
    }



    .header_wrap_row_1 {
        flex-wrap: wrap !important;
        row-gap: 20px;
        align-items: flex-start !important;
    }

    .header_wrap_row_2_inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header_wrap_row_2 {
        border-top: 0px solid #ffffff82;
        padding-top: 0px;
        padding-bottom: 0px;

    }

    .header_wrap_row_1_col_2 {
        order: -1;
        width: 100%;
    }

    .header_wrap_row_1_col_2_t2 {
        margin-top: 0px !important;
    }

    .header_wrap_row_1_col_1,
    .header_wrap_row_1_col_3 {
        width: 48%;
        min-width: auto;
    }

    .header_wrap_row_1_col_1_text {
        font-size: 12px;
        margin-top: 16px !important;
        text-align: left;
        position: relative;
        left: 25px;
    }

    .header_wrap_row_1_col_2_t1 a {
        font-size: 45px;
    }

    .swiper-slider-carousel-content-item-t1,
    .swiper-slider-carousel-content-item-t1-insert {
        font-size: 40px;
    }

    .swiper-slider-carousel-content-item-t2,
    .swiper-slider-carousel-content-item-t2-insert {
        font-size: 30px;
    }

    .wrap_cat_td {
        flex-direction: column;
        margin-bottom: 60px;
        row-gap: 40px;
    }

    .wrap_cat_td_title {
        width: 100%;
    }

    .wrap_cat_td_description {
        width: 100%;
    }

    .navigation.pagination .page-numbers {
        width: 30px;
        height: 30px;
    }

    .singular_info_row_1 {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .post-tags {
        width: 100%;
    }

    .views_wrap {
        margin-left: 0;
    }

    .page_title.single {
        font-size: 24px;
    }
}



/* NOTE end 900px */

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

/* NOTE end 700px */


/* NOTE begin 500px */

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





    .ssilka_k_jkoru {
        right: 10px;
        bottom: 5px;
    }

    .home .ssilka_k_jkoru {
        bottom: 66px;
    }

    .swiper-slider-carousel-content-item-inner {
        height: 580px !important;
        min-height: auto;
    }

    .swiper-slider-carousel-content-item-t1,
    .swiper-slider-carousel-content-item-t1-insert {
        font-size: 24px;
        padding-top: 250px;
    }

    .swiper-slider-carousel-content-item-t2,
    .swiper-slider-carousel-content-item-t2-insert {
        font-size: 16px;
    }

    .swiper-slider-carousel-content-item-t3 {
        font-size: 14px;
    }

    .swiper-slider-carousel-content-item-t4 {
        width: 100%;
        background-color: #fff;
        box-sizing: border-box;
        padding-top: 10px;
        font-size: 14px;
        bottom: 10px !important;
    }

    .swiper-slider-carousel-content-item-inner {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .swiper-slider-carousel-content-item-img img {
        height: 100% !important;
        object-fit: cover !important;
    }

    .swiper-slider-carousel-content-item-t1:before {
        width: 200px !important;
    }

    @keyframes growBar {
        from {
            width: 0px;
        }

        to {
            width: 200px;
        }
    }

    .footer_wrap_inner_col_2,
    .footer_wrap_inner_col_3 {
        margin-top: 0px !important;
    }


    .footer_wrap_inner_col_3,
    .footer_wrap_inner_col_2 {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
    }

    .footer_wrap_inner_col_2_row {
        justify-content: space-between !important;
    }

    .footer_wrap_inner_col_3_row,
    .footer_wrap_inner_col_2_row {
        column-gap: 0px;
    }

    .footer_wrap_inner_row_2_t1,
    .footer_wrap_inner_row_2_t2 {
        font-size: 14px;
    }

    .footer_wrap_inner_col_1_t2 {
        font-size: 16px;
    }

    .footer_wrap_inner_col_1_t3 {
        font-size: 16px;
        margin-top: 18px !important;
        margin-bottom: 18px !important;
    }

    .footer_wrap_inner_col_1_t3 br {
        display: none;
    }

    .footer_wrap_inner_col_1_t4,
    .title_footer,
    .menu_bottom .level_1 li a {
        font-size: 16px;
    }

    .footer_wrap_inner_col_1_t4 {
        position: relative;
        left: 24px;
        width: calc(100% - 24px);
    }



    .inner-div-row_1 {
        padding-top: 50px;
        padding-bottom: 50px;
        height: auto;
    }

    .podpis-na-izobrajenii_cat {
        bottom: 5px;
        font-size: 14px;
        text-align: left;
    }

    .inner-div-row_2 {
        font-size: 14px;
    }

    .fields-wrapper_inner {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        min-height: 287px;
    }

    .fields-wrapper_inner_h1 {
        font-size: 30px;
    }

    .fields-wrapper_inner_h1:before {
        width: 170px;
        height: 3px;
    }

    .fields-wrapper_inner_t1 {
        margin-top: 22px !important;
        font-size: 18px;
    }

    .fields-wrapper_inner_t2 {
        font-size: 24px;
    }

    .fields-wrapper_inner_t3 {
        font-size: 18px;
    }

    body:not(.home) .wrap_content_inner {
        padding-top: 46px;
    }

    .wrap_cat_td_title {
        font-size: 30px;
    }

    .wp_wrap_subkategory_title_inner {
        font-size: 30px;
    }

    .wp_wrap_subkategory_item_title a {
        font-size: 24px;
        padding-right: 30px;
    }

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

    #ajaxsearchpro1_1 .probox .proinput input.orig,
    #ajaxsearchpro1_2 .probox .proinput input.orig,
    div.asp_m.asp_m_1 .probox .proinput input.orig {
        font-size: 13px !important;
    }

    div.asp_m.asp_m_1 .probox .proinput input.orig::-webkit-input-placeholder {
        font-size: 13px !important;
    }

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

/* NOTE end 500px */