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

body:not(.wp-admin),
body .editor-styles-wrapper {
    --max-width: 1290px;
    --color-1: #ce1417;
    --color-2-text: #000;
    --color-3-link: #ce1417;
    --font-family-1: 'Montserrat', arial, Tahoma, Geneva, Verdana, sans-serif;
    font-family: var(--font-family-1);
    color: var(--color-2-text);
    font-size: 15px;
    --belyy: #fff;
    --fon-1: #f8f9fa;
    --fon-2: #eeeff0;
    --obvodka-1: #eeeff0;
    --obvodka-2: #e4e5e6;
    --obvodka-3: #c6c7c8;
    --chernyy-1: #949596;
    --chernyy-2: #000;
    --krasnoe: #ce1417;
    --font-family: "Montserrat", sans-serif;
}

.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 {
    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-wrap {
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
    background: var(--belyy);
}

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

.header-wrap__inner__lang {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
    display: flex;
    list-style-type: none;
}


.header-wrap__inner__lang li a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: var(--chernyy-1);
    height: 36px;
    box-sizing: border-box;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--fon-2);
}

.header-wrap__inner__lang li a:hover,
.header-wrap__inner__lang .current-lang a {
    color: var(--chernyy-2);
    background: var(--fon-2);
}

.header-wrap__inner__lang li:nth-child(1) a {
    border-radius: 5px 0 0 5px;
}

.header-wrap__inner__lang li:nth-child(2) a {
    border-radius: 0 5px 5px 0;
}

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

.h-header__inner__left {
    max-width: 740px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #ffffffd6;
    padding-top: 45px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 55px;
}

.h-header__inner__left__t1 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: var(--chernyy-2);
}

.h-header__inner__left__t2 {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 28px;
    line-height: 130%;
    color: var(--chernyy-2);
    margin-top: 20px !important;
    margin-bottom: 41px !important;
}

.h-header__inner__left__row {
    margin-bottom: 45px !important;
}

.h-header__inner__left__row p {
    margin-bottom: 20px;
    padding-left: 42px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    color: var(--chernyy-2);
    position: relative;
}

.h-header__inner__left__row p:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background-image: url(images/plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: 1px solid var(--krasnoe);
    width: 22px;
    height: 22px;
}

.h-header__inner__left__btn a {
    border-radius: 5px;
    width: 200px;
    height: 50px;
    display: flex !important;
    align-items: center !important;
    box-sizing: border-box;
    padding-left: 44px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: var(--belyy);
    position: relative;
    background: var(--krasnoe);
    box-sizing: border-box;
    border: 2px solid var(--krasnoe);
}

.h-header__inner__left__btn a:before {
    position: absolute;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background-image: url(images/a-r.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    width: 5px;
    height: 10px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(25deg) brightness(102%) contrast(105%);

}

.h-header__inner__left__btn a:hover {
    background-color: #fff;
    color: var(--krasnoe);
}

.h-header__inner__left__btn a:hover:before {
    filter: invert(15%) sepia(57%) saturate(4133%) hue-rotate(345deg) brightness(113%) contrast(108%);
}

.h_pre {
    display: flex !important;
    align-items: stretch !important;
    padding-top: 100px;
    padding-bottom: 100px;
    flex-wrap: wrap !important;
    row-gap: 30px;
    justify-content: space-between;
}

.h_pre_item {
    width: 48.5%;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    background: var(--fon-1);
    border-radius: 5px;
    display: flex !important;
    justify-content: space-between;
}

.h_pre_item_img {
    flex-shrink: 0;
    margin-right: 30px !important;
}

.h_pre_item_title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--chernyy-2);
    margin-bottom: 10px !important;
}

.h_pre_item_text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: var(--chernyy-2);
}

.h-raswiraite {
    background: var(--fon-1);
    padding-top: 100px;
    padding-bottom: 100px;
}

.h-raswiraite__inner__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: var(--chernyy-2);
}

.h-raswiraite__inner__text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 28px;
    line-height: 130%;
    color: var(--chernyy-2);
    margin-top: 20px !important;
    margin-bottom: 32px !important;
}

.h-raswiraite__inner__row_1 {
    display: flex !important;
    margin-bottom: 50px !important;
    align-items: stretch !important;
    justify-content: space-between;
}

.h-raswiraite__inner__row_1__item {
    width: 32%;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    border-radius: 5px;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.h-raswiraite__inner__row_1__item__img {
    min-height: 70px;
}

.h-raswiraite__inner__row_1__item_title {
    padding-top: 26px;
    padding-bottom: 10px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: var(--chernyy-2);
}

.h-raswiraite__inner__row_1__item_text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: var(--chernyy-2);
}

.h-raswiraite__inner__row_2 {
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-between;
}

.h-raswiraite__inner__row_2__item {
    width: 48%;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    border-radius: 5px;
    box-sizing: border-box;
    padding-top: 22px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

.h-raswiraite__inner__row_2__item_-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    color: var(--chernyy-2);
}

.h-raswiraite__inner__row_2__item__img {
    margin-top: 22px !important;
    margin-bottom: 25px !important;
}

.h-raswiraite__inner__row_2__item__spisok__text {
    margin-bottom: 20px !important;
    padding-left: 42px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: var(--chernyy-2);
    position: relative;
}

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

.h-raswiraite__inner__row_2__item__spisok__text:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background-image: url(images/plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: 1px solid var(--krasnoe);
    width: 22px;
    height: 22px;
}

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

.h-komy__inner__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: var(--belyy);
    margin-bottom: 30px !important;
}

.h-komy__inner__row {
    display: flex !important;
    justify-content: space-between;
    align-items: stretch !important;
}

.h-komy__inner__row__item {
    border-radius: 5px;
    width: 32%;
    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: 25px;
    padding-bottom: 25px;
    display: flex !important;
    align-items: center !important;
    column-gap: 30px;
}

.h-komy__inner__row__item__img {
    flex-shrink: 0;
}

.h-text-block {
    padding-top: 100px;
    padding-bottom: 100px;
}

.h-text-block__row-1 {
    display: flex !important;
    justify-content: space-between;
    align-items: center !important;
    margin-bottom: 44px !important;
}

.h-text-block__row-1__img {
    margin-right: 40px !important;
    padding-right: 40px;
    flex-shrink: 0;
    border-right: 1px solid var(--obvodka-2);
    padding-top: 20px;
    padding-bottom: 20px;
}

.h-text-block__row-1__text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: var(--chernyy-2);
}

.h-text-block__row-2 {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    color: var(--chernyy-2);
}

.zajavka {
    padding-top: 100px;
    padding-bottom: 100px;
    background: var(--fon-1);
}

.zajavka__inner {
    background-image: url(images/5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex !important;
    justify-content: flex-end;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-top: 30px;
}

.zajavka__inner__right {
    border-radius: 5px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    box-sizing: border-box;
    width: 700px;
    padding-top: 22px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.zajavka__inner__right__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    text-align: center;
    color: var(--chernyy-2);

}

.zajavka__inner__right__text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: var(--chernyy-2);
    margin-top: 5px !important;
    margin-bottom: 23px !important;
}

.wrap_f_row {
    display: flex !important;
    justify-content: space-between;
    column-gap: 20px;
}

.map {
    overflow: hidden;
    position: relative;
}

.map iframe {
    margin-top: -61px !important;
    width: 100% !important;
    height: 411px !important;
    border: 0px solid #000000 !important;
}

.map-inner {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.map-inner__left {
    pointer-events: all;
    border-radius: 5px;
    width: 400px;
    height: 250px;
    background: #ffffffdb;
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

.map-inner__left__t1 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--chernyy-2);
}

.map-inner__left__t2 {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    color: var(--chernyy-2);
    margin-top: 10px !important;
    margin-bottom: 16px !important;
}

.map-inner__left__t3 a {
    cursor: default;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--chernyy-2);
}

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

.map-inner__left__t4 a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--chernyy-2);
}

.map-inner__left__t4 a:hover {
    text-decoration: underline;
}

.footer_wrap {
    background: var(--chernyy-2);
}

.footer_wrap__inner_row_1 {
    padding-top: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #ffffff21;
    display: flex !important;
    justify-content: space-between;
    column-gap: 6vw;
}

.footer_wrap__inner_row_1_left {
    min-width: 42vw;
}

.footer_wrap__inner_row_1_left_title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--belyy);
    margin-bottom: 20px !important;
}

.footer_wrap__inner_row_1_left_row {
    display: flex !important;
    justify-content: space-between;
    column-gap: 2.7vw;
    align-items: center !important;
}

.footer_wrap__inner_row_1_left_row_item {
    position: relative;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    color: var(--belyy);
    padding-left: 21px;
    margin-bottom: 11px !important;
}

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

.footer_wrap__inner_row_1_left_row_item:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    width: 6px;
    height: 6px;
    background: var(--belyy);
    opacity: 0.5;
    left: 0;
    content: "";
}

.menu_bottom #nav-menu-item-159 {
    display: none !important;
}

.footer_wrap__inner_row_2 {
    display: flex !important;
    justify-content: space-between;
    column-gap: 2vw;
    padding-top: 45px;
    padding-bottom: 45px;
}

.footer_wrap__inner_row_2_col p {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    color: var(--belyy);
    opacity: 0.5;
    margin-bottom: 10px !important;
}

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

}

.vn_header {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vn_header_inner_left {
    border-radius: 5px;
    max-width: 740px;
    height: 400px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #ffffffd6;
    padding-top: 45px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 55px;
    display: flex !important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

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

.vn_header_inner_left_t2 p {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 28px;
    line-height: 130%;
    color: var(--chernyy-2);
    margin-top: 20px;
}

.icon_konf.h-raswiraite__inner__row_1 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.icon_konf .h-raswiraite__inner__row_1__item {
    background: var(--fon-1);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.00);
}

.icon_konf .h-raswiraite__inner__row_1__item_text {
    margin-top: 25px !important;
}

.z_bl_1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.fon {
    background: var(--fon-1);
}

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

.z_bl_1_inner_item {
    border-radius: 5px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    display: flex !important;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    column-gap: 30px;
    flex-basis: 48%;
}

.z_bl_1_inner_item_img {
    flex-shrink: 0;
}

.z_bl_1_inner_item_row_title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: var(--chernyy-2);
}

.z_bl_1_inner_item_row_text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: var(--chernyy-2);
    margin-top: 10px !important;
}

.z_pre {

    padding-bottom: 100px;
}

.title_d {
    padding-top: 100px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: var(--chernyy-2);
    margin-bottom: 40px !important;
}

.z_pre_row {
    display: flex !important;
    justify-content: space-between;
    align-items: stretch !important;
    column-gap: 30px;
}

.z_pre_row_item {
    background: var(--fon-1);
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 24px;
    flex-basis: 33%;
}

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

.z_pre_row_item_row_1_t {
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 300;
    font-size: 40px;
    line-height: 120%;
    color: var(--chernyy-2);
}

.z_pre_row_item_t {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
    color: var(--chernyy-2);
}

.fin_racheti {
    padding-bottom: 100px;
}

.fin_racheti_inner_row {
    display: flex !important;
    align-items: center !important;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    border-radius: 5px;
}

.fin_racheti_inner_row_img {
    flex-shrink: 0;
}

.fin_racheti_inner_row_right {
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 100px;
}

.fin_racheti_inner_row_right__titile {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    color: var(--chernyy-2);
    margin-bottom: 32px !important;
}

.fin_racheti_inner_row_right_text p {
    margin-bottom: 20px;
    padding-left: 42px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    color: var(--chernyy-2);
    position: relative;
}

.fin_racheti_inner_row_right_text p:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background-image: url(images/plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border: 1px solid var(--krasnoe);
    width: 22px;
    height: 22px;
}

.page-id-247 .zajavka {
    background-color: #fff;
}

.i_block_1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

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

.i_block_1_inner_item {
    border-radius: 5px;
    background: var(--fon-1);
    width: 18.2%;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.page-id-350 .i_block_1_inner_item {
    width: 24%;
}

.i_block_1_inner_item_text {
    margin-top: 20px !important;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: var(--chernyy-2);
}

.i_ispolniteli {
    padding-bottom: 100px;
}

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

.i_ispolniteli_inner_row_item {
    width: 32%;
    position: relative !important;
    height: 240px;
    background-color: #000;
    border-radius: 5px;
    overflow: hidden;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
}

.i_ispolniteli_inner_row_item:nth-child(1) {
    background-image: url(images/p1.jpg);
}

.i_ispolniteli_inner_row_item:nth-child(2) {
    background-image: url(images/p2.jpg);
}

.i_ispolniteli_inner_row_item:nth-child(3) {
    background-image: url(images/p3.jpg);
}

.i_ispolniteli_inner_row_item:nth-child(4) {
    background-image: url(images/p4.jpg);
}

.i_ispolniteli_inner_row_item:nth-child(5) {
    background-image: url(images/p5.jpg);
}

.i_ispolniteli_inner_row_item:nth-child(6) {
    background-image: url(images/p6.jpg);
}

.i_ispolniteli_inner_row_item_text {
    position: absolute;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--belyy);
    bottom: 25px !important;
    left: 30px;
    top: auto !important;
    right: 30px;
}

.i_kak_rabotaet {
    padding-bottom: 100px;
}

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

.i_kak_rabotaet_row_item {
    width: 18.2%;
    position: relative;
    background: var(--fon-1);
    border-radius: 5px;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    border: 1px solid transparent;
}

.page-id-350 .i_kak_rabotaet_row_item {
    width: 23.3%;
}

.i_kak_rabotaet_row_item:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 30px;
    right: -30px;
    background: var(--krasnoe);
}

.i_kak_rabotaet_row_item:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    aspect-ratio: 1;
    right: -34px;
    background: var(--krasnoe);
    border-radius: 100%;
    z-index: 1;
}

.i_kak_rabotaet_row_item:nth-last-child(1):before {
    display: none !important;
}

.i_kak_rabotaet_row_item:nth-last-child(1):after {
    display: none !important;
}

.i_kak_rabotaet_row_item:nth-last-child(1) {
    border: 1px solid var(--krasnoe);
}

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

.i_kak_rabotaet_row_item_row_text {
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 275;
    font-size: 28px;
    line-height: 120%;
    color: var(--krasnoe);
}

.i_kak_rabotaet_row_item_text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: var(--chernyy-2);
}

.i_kak_rabotaet_btn {
    text-align: center;
}

.i_kak_rabotaet_btn a {
    border-radius: 5px;
    padding: 15px 30px;
    background: var(--krasnoe);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: var(--belyy);
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border: 2px solid var(--krasnoe);
}

.i_kak_rabotaet_btn a:hover {
    background-color: #fff;
    color: var(--krasnoe);
}

.menu_bottom #nav-menu-item-345 {
    display: none !important;
}

.politica_text {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* NOTE end 9999px */

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

/* NOTE end 1300px */

/* 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: 0px;
        padding-right: 0px;
        box-sizing: border-box;
        width: 100%;
    }

    .max-width {
        padding-left: 10px;
        padding-right: 10px;
    }

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

    .fin_racheti_inner_row_img {
        width: 50%;
    }

    .politica_text {
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* NOTE end 1290px */

/* 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 {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .h-header__inner__left__t1 {
        font-size: 30px;
    }

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

    .h_pre_item {
        width: 100%;
    }

    .h-raswiraite__inner__title {
        font-size: 30px;
    }

    .h-raswiraite__inner__title br {
        display: none;
    }

    .h-raswiraite {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .h-raswiraite__inner__row_1 {
        margin-bottom: 40px !important;
        flex-direction: column;
        row-gap: 30px;
    }

    .h-raswiraite__inner__row_1__item {
        width: 100%;
    }

    .h-raswiraite__inner__row_2__item_-title br {
        display: none;
    }

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

    .h-raswiraite__inner__row_2__item {
        width: 100%;
    }

    .h-komy__inner__title {
        font-size: 30px;
    }

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

    .h-komy__inner__row__item {
        width: 100%;
    }

    .h-komy {
        height: auto;
        background-size: cover;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .h-text-block__row-1__text {
        font-size: 30px;
    }

    .h-text-block__row-1 {
        flex-direction: column;
        row-gap: 40px;
    }

    .h-text-block__row-1__img {
        margin-right: 0px !important;
        padding-right: 0px;
        border-right: 0px solid var(--obvodka-2);
    }

    .h-text-block {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .zajavka {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .zajavka__inner__right {
        width: 100%;
    }

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

    .vn_header_inner_left {
        height: auto;
    }

    .vn_header {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .vn_header_inner_left_t1 {
        font-size: 30px;
    }

    .icon_konf.h-raswiraite__inner__row_1 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

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

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

    .title_d {
        padding-top: 40px;
        font-size: 30px;
    }

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

    .z_pre {
        padding-bottom: 40px;
    }

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

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

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

    .i_block_1_inner_item {
        width: 100%;
    }

    .i_ispolniteli {
        padding-bottom: 40px;
    }

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

    .i_ispolniteli_inner_row_item {
        width: 100%;
    }

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

    .i_kak_rabotaet_row_item {
        width: 100%;
    }

    .i_kak_rabotaet_row_item:before {
        top: auto;
        transform: translateX(-50%);
        left: 50%;
        height: 30px;
        width: 1px;
        right: auto;
        bottom: -31px;
    }

    .i_kak_rabotaet_row_item:after {
        top: auto;
        transform: translateX(-50%);
        right: auto;
        bottom: -36px;
        left: 50%;
    }

    .page-id-350 .i_kak_rabotaet_row_item {
        width: 100%;
    }

    .page-id-350 .i_block_1_inner_item {
        width: 100%;
    }
}

/* NOTE end 900px */

/* NOTE begin 700px */
@media screen and (max-width: 700px) {
    .footer_wrap__inner_row_1_left_row {
        flex-direction: column;
        align-items: flex-start !important;
        row-gap: 11px !important;
    }

    .menu_bottom .level_1 li a {
        margin-bottom: 0px;
    }

    .footer_wrap__inner_row_2 {
        flex-direction: column;
        align-items: flex-start !important;
        row-gap: 11px !important;
    }
}

/* NOTE end 700px */


/* NOTE begin 500px */

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

    .wp_wrap_subkategory_item {
        width: 100%;
    }

    .wrap_posts article {
        width: 100%;

    }

    .header-wrap__inner {
        flex-wrap: wrap !important;
        row-gap: 20px;
        column-gap: 70px;
        justify-content: center !important;
    }

    .header-wrap__inner__logo {
        width: 100%;
        text-align: center;
    }

    .h-header__inner__left__t1 {
        font-size: 24px;
    }



    .h-header__inner__left {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .h-header__inner__left__t2 {
        font-size: 20px;
    }

    .h_pre_item {
        font-size: 24px;
    }

    .h-raswiraite__inner__text {
        font-size: 20px;
    }

    .h-raswiraite__inner__row_2__item_-title {
        font-size: 24px;
        line-height: normal;
    }

    .h-raswiraite__inner__row_2__item {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .h-komy__inner__title {
        font-size: 24px;
    }

    .h-komy__inner__row__item {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .h-text-block__row-1__text {
        font-size: 24px;
    }

    .h-text-block__row-1 {
        row-gap: 0px;
    }

    .h-text-block__row-1 {
        margin-bottom: 14px !important;
    }

    .zajavka__inner {
        background-size: cover;
    }

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

    .zajavka__inner__right__title {
        font-size: 24px;
    }

    .wrap_f_row {
        flex-direction: column;
    }

    .map-inner {
        position: static;
        transform: translateY(0%);
    }

    .map-inner__left {
        width: auto;
        height: auto;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .h-raswiraite__inner__title {
        font-size: 24px;
    }

    .vn_header_inner_left_t1 {
        font-size: 24px;
    }

    .vn_header_inner_left {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .vn_header_inner_left_t2 p {
        font-size: 20px;
    }

    .z_bl_1_inner_item {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .fin_racheti_inner_row_img {
        width: 100%;
    }

    .fin_racheti_inner_row_img img {
        border-radius: 10px;
    }

    .fin_racheti_inner_row_right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .h_pre_item {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .fin_racheti {
        padding-bottom: 40px;
    }
}

/* NOTE end 500px */