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


body:not(.wp-admin),
body .editor-styles-wrapper {
    --max-width: 1200px;
    --color-1: #0078d7;
    --color-2: #263238;
    --color-3: #fff;
    --color-4: #e9f4fd;
    --color-5: #55b2ff;
    --color-6: #2daf13;
    --color-7: #2fcc10;
    --border-radius-5: 5px;
    --border-radius-10: 10px;
    --border-radius-20: 20px;
    --border-radius-30: 30px;
    --border-radius-50-percent: 50%;
    --rotate--2: -2deg;
    --rotate-5: 5deg;
    --rotate--5: -5deg;
    --rotate-45: 45deg;
    --rotate--45: -45deg;
    --padding-60: 60px;
    --padding-120: 120px;
    --opacity-0_6: 0.6;
    --opacity-0_8: 0.8;
    --opacity-0_9: 0.9;
    --font-family-1: 'Museo Sans Cyrl', 'arial',  'sans-serif';
    font-family: var(--font-family-1);
    color: var(--color-2);
    font-size: 17px;
}

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

.wrapper a:hover {
    text-decoration: none;
}
.padding-top-120 {
    padding-top: var(--padding-120);
}
.padding-bottom-120 {
    padding-bottom: var(--padding-120);
}
.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: 40px;
}

.wrap_posts article {
    width: 32%;

}

.header_row_1 {
    flex-direction: column;
    align-items: flex-start;
}

.header_row_1_inner {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_row_1_inner_logo_wrap {
    display: flex;
    align-items: center;
    column-gap: 15px;
    position: relative;
}

.header_row_1_inner_logo_wrap a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 0;
}

.header_row_1_inner_logo_wrap>div {
    width: 60px;
    height: auto;
}

.header_row_1_inner_logo_wrap>div svg {
    fill: var(--color-1);
}

.header_row_1_inner_logo_text {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.header_row_1_inner_kon_wrap {
    column-gap: 30px;
}

.header_row_1_inner_kon_wrap_row {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.soc_row {
    display: flex;
    column-gap: 8px;
}

.soc_row figure a {
    width: 30px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #cfcfcf;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}

.soc_row figure a img {
    width: 60%;
}

.soc_row figure a:hover {
    opacity: var(--opacity-0_6);
}

.soc_row .whatsapp a {
    background-color: #1acf62;
}

.soc_row .telegramm a {
    background-color: #22a0dc;
}

.header_row_1_inner_kon_wrap_row {
    text-align: right;
}

.header_row_1_inner_kon_wrap_row_items .button-open-fancybox {
    cursor: pointer;
    font-size: 15px;
    color: var(--color-1);
}

.header_row_1_inner_kon_wrap_row_items .button-open-fancybox:hover {
    text-decoration: underline;
}

.telephone-s a {
    color: var(--color-2);
    cursor: default;
    font-size: 18px;
    font-weight: 500;
}

.email-s a {
    color: var(--color-2);
    font-size: 15px;
}

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

.button_d,
.button_d_a a {
    border-radius: var(--border-radius-5);
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(to right, var(--color-1) 0%, var(--color-5) 50%, var(--color-1) 100%);
    color: var(--color-3);
    font-weight: 500;
    transition: 0.4s;
    background-size: 200% auto;
    font-size: 17px;
    border: 2px solid transparent;
}

.button_d.contrast,
.button_d_a.contrast a {
    background: linear-gradient(to right, var(--color-6) 0%, var(--color-7) 50%, var(--color-6) 100%);
    background-size: 200% auto;
}


.button_d:hover,
.button_d_a a:hover {
    background-position: right center;
}

.h_header_inner {
    position: relative;
    width: 100%;
    min-height: 400px;
    padding-top: 40px;
    padding-bottom: 70px;
    box-sizing: border-box;
}

.h_header_left_inner {
    width: 45%;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.h_header_left_inner_t1 {
    font-size: 50px;
    font-weight: 800;
}

.h_header_left_inner_t2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    font-weight: 700;
    background: linear-gradient(to right, var(--color-1) 0%, var(--color-5) 100%);
    rotate: var(--rotate--5);
    display: flex;
    border-radius: var(--border-radius-5);
    color: var(--color-3);
    margin-top: 20px !important;
}

.h_header_left_inner_t3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 70px !important;
   display: block !important;
}
.h_header_left_inner_t3 p:not(:nth-last-child(1)) {
    margin-block-end: 1em;
}
.h_header_left_inner_row {
    margin-top: 50px !important;
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
}

.h_header_left_inner_row_item {
    width: 30%;
    flex-direction: column !important;
}

.h_header_left_inner_row_item_img {
    width: 40% !important;
    margin-bottom: 20px !important;
    background: linear-gradient(to right, var(--color-1) 0%, var(--color-5) 100%);
    border-radius: var(--border-radius-10);
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    rotate: var(--rotate-45);
}

.h_header_left_inner_row_item_img img {
    width: 70% !important;
    rotate: var(--rotate--45);
    filter: invert(99%) sepia(0%) saturate(7473%) hue-rotate(78deg) brightness(112%) contrast(102%);
}

.h_header_left_inner_row_item_text {
    font-weight: 500;
    font-size: 16px;
}

.h_header_right {
    position: absolute !important;
    right: 0;
    height: 500px;
    width: 50%;
    transition: revert;
    rotate: var(--rotate--5);
    border-radius: var(--border-radius-30);
    overflow: hidden;
}

.h_header_right_img {
    height: 100%;
    width: 100%;
}

.h_header_right_img img {
    object-fit: cover;
    width: 108%;
    height: 120%;
    rotate: var(--rotate-5);
    position: relative;
    left: -8%;
    top: -10%;
    max-width: 150%;
}

.h_o_nas_inner {
    justify-content: space-between;
}

.h_o_nas_inner_left {
    width: 45%;
    position: relative;
}

.h_o_nas_inner_right {
    width: 45%;
}

.h_o_nas_inner_left_fon {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, var(--color-1) 0%, var(--color-5) 100%);
    border-radius: var(--border-radius-20);
    rotate: var(--rotate-5);
    left: -20px;
    position: absolute !important;
}

.h_o_nas_inner_left_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: var(--border-radius-20);
    rotate: var(--rotate--2);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.h_o_nas_inner_left_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h_o_nas_inner_right {
    flex-direction: column;
    align-items: flex-start !important;
}


.title_d {
    text-align: center;
    margin-bottom: 60px !important;
    position: relative;
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 20px;
    width: 100%;
}


.title_d:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 3px;
    background-color: var(--color-1);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.title_d.color_1 {
    color: var(--color-3);
}

.title_d.color_1:before {
    background-color: var(--color-3);
}

.title_d.left {
    text-align: left;
}

.title_d.left:before {
    margin-left: 0;
}

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

.h_o_nas_inner_right_text {
    flex-direction: column;
    align-items: flex-start;
}

.h_o_nas_inner_right_text p {
    text-align: justify;
    margin-block-start: 1em;
}

.h_o_nas_inner_right_text p:nth-child(1) {
    margin-block-start: 0em;
}

.h_o_nas_inner_right .button_d_a a {
    margin-top: 20px;
}

.h_yslugi_inner {
    flex-direction: column;
}

.h_yslugi_row {
    flex-wrap: wrap !important;
    justify-content: center;
    column-gap: 3.5% !important;
    row-gap: 40px !important;
    align-items: stretch;
}

.h_yslugi_row_item {
    width: 31%;
    flex-direction: column !important;
    border-radius: var(--border-radius-20);
    background-color: var(--color-3);
    overflow: hidden;
}

.h_yslugi_row_item_wrap {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
}

.h_yslugi_row_item_title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.h_yslugi_row_item_opisanie {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    text-align: justify;
    line-height: 1.3;
}

.h_yslugi_row_item_img_wrap {
    height: 450px !important;
    width: 100% !important;
    flex-shrink: 0;
}

.h_yslugi_row_item_img {
    height: 100% !important;
    width: 100% !important;
}

.h_yslugi_row_item_img img {
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
    border-radius: var(--border-radius-20);
}

.h_yslugi_row_item_cena {
    margin-top: auto !important;
    font-size: 22px;
    color: var(--color-1);
    text-align: center;
    font-weight: 500;
}

.ostavit_zajavky {
    height: 430px;
    background-image: url(images/forest-background.jpg);
    width: 100%;
}


.ostavit_zajavky_inner {
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.ostavit_zajavky_inner_left {
    flex-direction: column;
    align-items: flex-start;
    width: 45%;
}

.ostavit_zajavky_inner_left_t1 {
    font-size: 40px;
    font-weight: 800;
    color: var(--color-3);
    line-height: 1;
}

.ostavit_zajavky_inner_left_t2 {
    font-size: 22px;
    font-weight: 500;
    color: var(--color-3);
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.ostavit_zajavky_inner_left_row_con {
    justify-content: space-between;
    width: 93%;
}

.ostavit_zajavky_inner_left_row_con_tel a {
    color: var(--color-3);
    cursor: default;
    font-size: 26px;
    font-weight: 700;
}

.ostavit_zajavky_inner_right {
    width: 45%;
    align-items: center !important;
    position: relative;
    z-index: 1;
}

.ostavit_zajavky_inner_right_img {
    aspect-ratio: 1;
    max-width: 100%;
    width: 100%;
    border-radius: var(--border-radius-50-percent);
    overflow: hidden;
    background-image: url(images/orig-10.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img_2 .ostavit_zajavky_inner_right_img {
    background-image: url(images/orig-6.jpeg);
}


.h_prais_inner {
    flex-direction: column;
}

.h_prais_inner_wrap_row {
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

.h_prais_inner_row_column {
    width: 49%;
    flex-direction: column;
    border: 5px solid var(--color-5);
    border-radius: var(--border-radius-20);
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.h_prais_inner_row_column_group {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px !important;
}

.h_prais_inner_row_column_group:nth-child(1) {
    margin-top: 0px !important;
}



.h_prais_inner_row_column_group_row {
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    column-gap: 30px;
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;

}

.h_prais_inner_row_column_group_row:hover {
    background-color: var(--color-1);
    color: var(--color-3);
}

.h_prais_inner_row_column_group_row:nth-last-child(1) {
    border-bottom: 0px solid var(--color-5);
}

.h_prais_inner_row_column_group_row_item.left {
    max-width: 100%;
}

.h_prais_inner_row_column_group_row_item.right {
    width: max-content;
    flex-shrink: 0;
}

.h_prais_inner_row_column_group_row_item.center:before {
    content: '';
    width: 100%;
    position: absolute;
    border-bottom: 2px dotted;
    display: flex;
    bottom: 0;
    left: 0;
    opacity: var(--opacity-0_6);
}

.h_prais_inner_row_column_group_title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px !important;
    padding-left: 5px;
}



.h_prais_inner_info {
    margin-top: 40px !important;
    font-weight: 700;
    text-align: center;
    line-height: 2;
}


.background_image_1,
.background_image_2 .ostavit_zajavky,
.background_image_3 {
    background-position: center center;
    background-size: cover;
    position: relative;
}

.background_image_1:before,
.background_image_2 .ostavit_zajavky:before,
.background_image_3:before {
    background-color: var(--color-4);
    opacity: var(--opacity-0_9);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.background_image_2 .ostavit_zajavky:before,
.background_image_3:before {
    background-color: var(--color-1);
    opacity: var(--opacity-0_8);
}

.h_galerea {
    background-image: url(images/forest-background-2.jpg);
}

.h_galerea_inner {
    flex-direction: column;
}

.wp-block-gallery.fancybox-carousel figure a {
    border-radius: var(--border-radius-10);
}

.h_galerea_inner_video {
    justify-content: space-between;
    margin-top: 40px !important;
    width: 100%;
    position: relative;
}

.h_galerea_inner_video .wp-block-video {
    width: 48%;
    height: 300px !important;
    border-radius: var(--border-radius-10);
    cursor: pointer;
    overflow: hidden;
}

.arrow_on .slick-arrow {
    width: 50px;
    aspect-ratio: 1;
    height: auto;
    border-radius: var(--border-radius-50-percent);
    background: linear-gradient(to right, var(--color-1) 0%, var(--color-5) 100%);
}

.arrow_on .slick-arrow:hover {
    opacity: var(--opacity-0_8);
}

.arrow_on .slick-arrow svg {
    width: 60%;
    height: auto;
    stroke: var(--color-3);
    stroke-width: 3px;
}

.arrow_on.color_1 .slick-arrow {
    background: var(--color-3);
}

.arrow_on.color_1 .slick-arrow svg {
    stroke: var(--color-1);
}

.h_otzivi {
    background-image: url(images/i.jpeg);
}



.h_otzivi_inner {
    flex-direction: column;
}

.slick-slider-content_item {
    border-radius: var(--border-radius-10);
    background-color: #fff;
    flex-direction: column;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: flex-start;
}

.slick-slider-content_item_row {
    column-gap: 30px;
    margin-bottom: 20px !important;
}

.slick-slider-content_item_row_img {
    border-radius: var(--border-radius-50-percent);
    width: 100px;
    aspect-ratio: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.slick-slider-content_item_row_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-slider-content_item_row_img.anonim img {
    width: 60%;
    height: auto;
}

.slick-slider-content_item_row_title {
    font-size: 18px;
    font-weight: 700;
}

.slick-slider-content_item_text {
    font-size: 16px;
    line-height: 1.2;
    text-align: justify;
}

.h_preimywestva_inner {
    flex-direction: column;
}

.h_preimywestva_inner_row {
    flex-wrap: wrap !important;
    justify-content: space-evenly;
    row-gap: 60px;
    column-gap: 20px;
    align-items: flex-start !important;
    counter-reset: schetchik;
}

.h_preimywestva_inner_row_item {
    width: 20%;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    margin-left: 45px !important;
    counter-increment: schetchik;
}

.h_preimywestva_inner_row_item:before {
    position: absolute;
    background: linear-gradient(to right, var(--color-1) 0%, var(--color-5) 100%);
    width: 30px;
    aspect-ratio: 1;
    border-radius: var(--border-radius-5);
    left: -45px;
    top: 0px;
    content: counter(schetchik);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-3);
    font-weight: 500;
    font-size: 20px;
}

.h_preimywestva_inner_row_item_title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px !important;
}

.left_img .ostavit_zajavky_inner_right {
    order: -1;
}

.h_novosti_inner {
    flex-direction: column;
}

.h_novosti_inner_row {
    flex-wrap: wrap !important;
    column-gap: 3%;
    row-gap: 40px;
    align-items: stretch;
}

.h_novosti_inner_item {
    width: 31%;
    flex-direction: column !important;
    align-items: flex-start;

}

.h_novosti_inner_item_img {
    border-radius: var(--border-radius-20);
    overflow: hidden;
}

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

.h_novosti_inner_item_data {
    opacity: var(--opacity-0_8);
    font-size: 14px;
    margin-bottom: 10px !important;
}

.h_novosti_inner_item_text {
    font-size: 16px;
    line-height: 1.2;
    text-align: justify;
}

.h_kontakti_inner {
    justify-content: space-between;
    align-items: flex-start;
}

.h_kontakti_inner_left {
    width: 45%;
    flex-direction: column;
    align-items: flex-start;
}

.h_kontakti_inner_left_item {
    column-gap: 20px;
    margin-bottom: 30px !important;
}



.h_kontakti_inner_left_item_img {
    width: 40px;
    background: linear-gradient(to right, var(--color-1) 0%, var(--color-5) 100%);
    text-align: center;
    border-radius: var(--border-radius-5);
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.h_kontakti_inner_left_item_img img {
    max-height: 28px;
    width: auto;
    max-width: 70%;
    filter: invert(99%) sepia(0%) saturate(7473%) hue-rotate(78deg) brightness(112%) contrast(102%);
}

.h_kontakti_inner_left_item_wrap {
    flex-direction: column;
    align-items: flex-start;
}

.h_kontakti_inner_left_item_title {
    margin-bottom: 7px !important;
    font-size: 15px;
    font-weight: 700;
}

.h_kontakti_inner_left_item .email-s a {
    font-size: inherit;
}

.h_kontakti_inner_left_item_img_soc {
    width: 45px;
    aspect-ratio: 1;
    transition: 0.4s;
}

.h_kontakti_inner_left_item_img_soc:hover {
    opacity: var(--opacity-0_6);
}

.h_kontakti_inner_right {
    width: 100%;
}
.zajavka_wrap_ul {
   margin-bottom: 50px !important;
}
.footer_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: var(--color-1);
}

.footer_wrap .header_row_1_inner_logo_wrap>div svg {
    fill: var(--color-3);
}

.footer_wrap .header_row_1_inner_logo_text,
.footer_wrap .telephone-s a,
.footer_wrap .email-s a,
.h_politika a {
    color: var(--color-3);
}

.h_politika {
    margin-top: 10px !important;
}

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

.footer_wrap_inner {
    justify-content: space-between;
}

.h_map {
    border-radius: var(--border-radius-20);
    overflow: hidden;
    margin-top: 40px !important;
}

.h_faq_inner {
    flex-direction: column;
}

.background_color_1 {
    background-color: var(--color-4);
}

.ui-accordion-header {
    border-radius: var(--border-radius-5);
    background: linear-gradient(to right, var(--color-1) 0%, var(--color-5) 50%, var(--color-1) 100%);
    color: var(--color-3);
    font-weight: 500;
    transition: 0.4s;
    background-size: 200% auto;
    font-size: 17px !important;
}

.ui-accordion-header:hover,
.ui-accordion-header.ui-state-active {
    background-position: right center;
}
.slick-dots-a li {
    background-color: #263238;
    opacity: var(--opacity-0_6);
}

.slick-dots-a li.slick-active,
.slick-dots-a li:hover {
    background-color: var(--color-1);
    opacity: 1;
}
.color_1 .slick-dots-a li {
    background-color: var(--color-4);
    opacity: var(--opacity-0_6);
}

.color_1 .slick-dots-a li.slick-active,
.color_1 .slick-dots-a li:hover {
    background-color: var(--color-3);
    opacity: 1;
}

.con_adapt {
    margin-top: auto;
    flex-direction: column;
    row-gap: 20px;
}

.con_adapt .soc_row figure a {
    border: 1px solid var(--color-3);
}

.con_adapt .telephone-s a {
    color: var(--color-3);
    font-size: 18px;
    font-weight: 800;
}

.con_adapt .email-s a {
    color: var(--color-3);
}

.header_row_1_inner_location {
    font-size: 15px;
    row-gap: 5px;
    align-items: flex-start;
    flex-direction: column;
}

.footer_row_1_inner_kon_wrap_row {
    column-gap: 20px;
    align-items: flex-start;
}

.footer_row_1_inner_kon_wrap_row_items {
    row-gap: 6px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

.footer_row_1_inner_kon_wrap_row_items .adr-s,
.footer_row_1_inner_kon_wrap_row_items .vrema-s {
    color: var(--color-3);
    font-size: 15px;
}

.header_row_1_inner_kon_wrap_row .telephone-s {
    margin-bottom: 3px;
}

.page_title.title_d {
    margin-top: 40px;
}

.error404 .page-content a:hover {
    text-decoration: underline;
}

.breadcrumb_wrap .widget_block {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
}

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

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

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

.wrap_posts.blog_posts article {
    width: 32%;
}

.blog_posts .article_img_details {
    border-radius: var(--border-radius-20);
    overflow: hidden;
    display: block;
}

.blog_posts .article_img_details img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    aspect-ratio: 1;
    object-fit: cover;
}

.blog_posts .article_title {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-weight: 700;
    font-size: 20px;
}

.blog_posts .article_title a {
    font-weight: 700;
    font-size: 20px;
    color: #263238;
}

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

.blog_posts .article_meta,
.single_blog .entry-meta {
    opacity: var(--opacity-0_8);
    font-size: 14px;
    margin-bottom: 10px !important;
}

.single_blog .entry-meta {
    margin-bottom: 20px !important;
}

.blog_posts .article_the_content_teaser {
    font-size: 16px;
    line-height: 1.2;
    text-align: justify;
}

.blog_posts .article_more_details {
    margin-top: 10px !important;
}

.blog_posts .article_more_details a {
    font-size: 14px;
}

.blog_posts .article_more_details a:hover {
    text-decoration: underline;
}

.single_blog .single_opisanie p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    font-size: 20px;
    text-align: justify;
    line-height: 1.4;
}

.single_blog .single_opisanie ul ::marker {
    color: var(--color-1);
}

.single_blog .single_opisanie li {
    font-size: 20px;
    text-align: justify;
    line-height: 1.4;
}

.single_blog blockquote {
    position: relative;
    padding-left: 80px;
    font-style: italic;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.single_blog blockquote:before {
    position: absolute;
    font-family: "fontawesome";
    content: "\f10e";
    left: 0;
    top: 0;
    height: 100%;
    width: 62px;
    border-right: 2px solid var(--color-1);
    font-size: 50px;
    color: var(--color-1);
}

.single_blog .single_opisanie img {
    width: 600px !important;
    border-radius: var(--border-radius-20);
    aspect-ratio: 1.5;
    object-fit: cover;
}

.single_blog .single_opisanie .wp-block-image .alignright {
    margin-left: 40px;
}

.single_blog .single_opisanie h2 {
    font-weight: bold;
    font-size: 28px;
}

.navigation_post {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    margin-top: 40px !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.navigation_post_item {
    display: flex;
    flex-direction: column;
    max-width: 45%;
    flex-shrink: 0;
}

.navigation_post_item a {
    font-size: 18px;
}

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

.navigation_post_item.previous {
    align-items: flex-start;
}

.navigation_post_item.next {
    align-items: flex-end;
}

.navigation_post_arrow {
    position: relative;
    margin-bottom: 10px;
}

a.navigation_post_title {
    font-size: 14px;
    color: #263238;
}

.navigation_post_arrow:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: "fontawesome";
}

.navigation_post_item.previous .navigation_post_arrow:before {
    content: "\f053";
    left: 0;
}

.navigation_post_item.previous .navigation_post_arrow {
    padding-left: 20px;
}

.navigation_post_item.next .navigation_post_arrow:before {
    content: "\f054";
    right: 0;
}

.navigation_post_item.next .navigation_post_arrow {
    padding-right: 20px;
}
.zajavka_wrap {
   margin-top: 40px !important;
   margin-bottom: 40px !important;
}
/* NOTE end 9999px */

/* NOTE begin 1330px */
@media screen and (max-width: 1330px) {


    .arrow_adapt_non .slick-arrow-a {
        display: none;
    }

    .arrow_adapt_non .slick-dots-a {
        display: block;
    }
}

/* NOTE end 1330px */


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

    .h_header_left_inner_t2 {
        width: auto;
    }

    .padding-top-120  {
        padding-top: var(--padding-60);
    }
    
    .padding-bottom-120 {
        padding-bottom: var(--padding-60);
    }
    .h_header_inner {
        padding-bottom: 40px;
    }

    .ostavit_zajavky_inner_left {
        width: 55%;
    }

    .ostavit_zajavky_inner_right {
        width: 40%;
    }

    .sticky_button {
        position: fixed;
        z-index: 2;
        top: 5px;
        right: 5px;
        display: none;
    }

    .header_row_1_inner_location {
        font-size: 14px;
    }

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


}

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

    .h_header_inner {
        padding-top: 40px;
        padding-bottom: 0px;
        flex-direction: column;
    }

    .h_header_left_inner {
        width: 100%;

    }

    .h_header_right {
        position: static !important;
        height: 400px;
        width: 100%;
        margin-top: 30px !important;
    }

    .h_header_left_inner_t2 {
        margin-top: 30px !important;
    }

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

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

    .h_o_nas_inner_left {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        order: 1;
        width: 100%;
    }

    .h_o_nas_inner_right {
        width: 100%;
    }

    .title_d.left {
        text-align: center;
    }

    .title_d.left:before {
        margin-left: auto;
    }

    .h_o_nas_inner_right_text .button_d_a {
        margin-left: auto;
        margin-right: auto;
    }

    .h_yslugi_row_item_img_wrap {
        height: 250px !important;
    }

    .h_yslugi_row {
        column-gap: 2% !important;
    }

    .h_yslugi_row_item {
        width: 49%;
    }


    .h_preimywestva_inner_row {
        row-gap: 40px;
        column-gap: 2%;
        align-items: flex-start !important;
        counter-reset: schetchik;
    }

    .h_preimywestva_inner_row_item {
        width: calc(48% - 45px);
    }



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

    .h_kontakti_inner_left {
        width: 100%;
    }

    .h_kontakti_inner_right {
        width: 100%;
    }

    .footer_wrap_inner {
        flex-wrap: wrap !important;
        row-gap: 10px;
    }

    .footer_wrap_inner_left {
        order: 1;
        width: 100%;
        text-align: center;
    }

    .header_row_1_inner_logo_wrap {
        width: max-content;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .header_row_1_inner {
        flex-wrap: wrap !important;
        row-gap: 10px;
    }

    .header_row_1_inner_location {
        order: 1;
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .wrap_posts.blog_posts article {
        width: 49%;
    }

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

}

/* NOTE end 900px */

/* NOTE begin 700px */
@media screen and (max-width: 700px) {


    .header_row_1_inner_kon_wrap {
        width: 100%;
    }

    .header_row_1_inner .header_row_1_inner_kon_wrap {
        justify-content: space-between;
        column-gap: 10px;
    }

    .header_row_1_inner_kon_wrap_row_items>div {
        display: flex;
        column-gap: 8px;
    }

    .header_row_1_inner .header_row_1_inner_kon_wrap .telephone-s a,
    .header_row_1_inner .header_row_1_inner_kon_wrap .email-s a {
      
    }

  

  

    .header_row_1_inner .header_row_1_inner_kon_wrap .email-s a:before {
        background-image: url(/wp-content/uploads/email.png);
    }

    .header_row_1_inner .header_row_1_inner_kon_wrap_row {
        column-gap: 8px;
    }

    .h_header_right {
        height: 300px;
    }

    .title_d {
        font-size: 30px;
    }

    .ostavit_zajavky {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

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

    .ostavit_zajavky_inner_left_t1 {
        font-size: 30px;
        font-weight: 700;
        text-align: center;
    }

    .ostavit_zajavky_inner_left_t2 {
        text-align: center;
    }

    .ostavit_zajavky_inner_left_row_con {
        justify-content: center;
        flex-direction: column;
        row-gap: 10px;
        width: 100%;
    }

    .ostavit_zajavky_inner_left {
        width: 100%;
        align-items: center;
    }

    .ostavit_zajavky_inner_right {
        width: 250px;
    }

    .h_prais_inner_wrap_row {
        flex-direction: column;
        row-gap: 10px;
    }

    .h_prais_inner_row_column {
        width: 100%;
    }

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

    .h_prais_inner_row_column_group_row {
        font-size: 16px;
    }

    .h_prais_inner_info {
        font-weight: 500;
        font-size: 15px;
        line-height: inherit;
    }

    .left_img .ostavit_zajavky_inner_right {
        order: 1;
    }


    .h_novosti_inner_item_text {
        font-size: 14px;
    }

    .h_novosti_inner_item {
        width: 100%;
    }

    .h_novosti_inner_item_img {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }

    .menu_bottom .level_1 {
        display: block;
        column-count: 2;
    }

    .menu_bottom {
        width: 100%;
    }

    .menu_bottom .level_1 li a {
        margin-right: 0px;
        justify-content: center;
    }

    .dialog-cf7_info_text {
        font-size: 16px;
    }

    .h_map iframe {
        height: 250px !important;
    }

    .panel_color_change_inner_wrap_name_wrap {
        margin-bottom: 0px;
    }

    .single_blog .single_opisanie .wp-block-image .alignright {
        display: block;
        float: none;
        text-align: center;
        margin-left: 0;
    }
}

/* NOTE end 700px */


/* NOTE begin 500px */

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

    .wp_wrap_subkategory_item {
        width: 100%;
    }

    .wrap_posts article {
        width: 100%;

    }

    .h_header_left_inner_row_item_img {
        width: 60% !important;
    }

    .h_header_right {
        height: 250px;
    }

    .h_o_nas_inner_left_img {
        height: 250px;
    }

    .h_yslugi_row_item {
        width: 100%;
    }





    .arrow_on .slick-arrow {
        width: 40px;
    }

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

    .h_galerea_inner_video .wp-block-video {
        width: 100%;
        height: 200px !important;
    }

    .h_preimywestva_inner_row_item:before {
        left: -30px;
    }

    .h_preimywestva_inner_row_item_title {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 10px !important;
    }

    .h_preimywestva_inner_row_item {
        width: calc(48% - 30px);
    }

    .h_preimywestva_inner_row_item {
        margin-left: 30px !important;
    }

    .h_preimywestva_inner_row_item_text {
        font-size: 15px;
    }

    .h_preimywestva_inner_row_item:before {
        width: 25px;
    }

    .header_row_1_inner_location {
        order: inherit;
        width: 45%;
        text-align: right;
    }

  

    .header_row_1_inner_logo_wrap>div {
        width: 57px;
    }

    .footer_row_1_inner_kon_wrap {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px !important;
    }

    .footer_row_1_inner_kon_wrap_row {
        align-items: center;
        flex-direction: column;
        row-gap: 20px;
    }

    .footer_row_1_inner_kon_wrap_row_items {
        align-items: center;
    }

    .wrap_posts.blog_posts article {
        width: 100%;
    }

    .wrap_posts .article_img_details {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }
    .single_blog blockquote {
        padding-left: 60px;
    }
    .single_blog blockquote:before {
        width: 50px;
        font-size: 40px;
    }
    .h_header_left_inner_t1 {
        font-size: 40px;
        font-weight: 800;
    }
    .h_header_inner {
        padding-top: 0px;
    }
}

/* NOTE end 500px */