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

body:not(.wp-admin),
body .editor-styles-wrapper {
    --max-width: 1200px;
    --color-1: #000;
    --color-2-text: #000;
    --color-3-link: #000;
    --font-family-1: 'Acrom', arial, Tahoma, Geneva, Verdana, sans-serif;
    font-family: var(--font-family-1);
    color: var(--color-2-text);
    font-size: 16px;
    --font-family: "Acrom", sans-serif;
    --second-family: "Inter", sans-serif;
    --third-family: "Bebas Neue Cyrillic", sans-serif;
    --font3: "AA Bebas Neue", sans-serif;
    --font4: "Lora", sans-serif;
    --font5: "Ekaterina Velikaya One", 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 {
    max-width: var(--max-width);
    width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.content_inner_max_width {
    max-width: 100%;
    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%;

}

.wrap_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
}

.wrap_header_left {
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.language-switcher {
    padding-left: 27px;
    background-image: url(images/lang.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 19px;
    display: flex;
    align-items: center;
    position: relative;
}

.language-switcher .dropdown-toggle {
    background-image: url(images/arrow_1.svg);
    background-position: right top 8px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-right: 8px;
    filter: invert(53%) sepia(20%) saturate(0%) hue-rotate(242deg) brightness(77%) contrast(92%);
}

.language-switcher .dropdown-toggle:hover {
    filter: invert(0%) sepia(90%) saturate(7460%) hue-rotate(61deg) brightness(106%) contrast(109%);
}

.language-switcher a span {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    filter: invert(53%) sepia(20%) saturate(0%) hue-rotate(242deg) brightness(77%) contrast(92%);
}

.language-switcher a span:hover {
    filter: invert(0%) sepia(90%) saturate(7460%) hue-rotate(61deg) brightness(106%) contrast(109%);
}


.language-switcher img {
    display: none;
}

.polylang-ls {
    display: none;
    position: absolute;
    left: 27px;
    top: 19px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
    list-style-type: none;
}

.language-switcher:hover .polylang-ls {
    display: block;
}

.wrap_header_right {
    text-align: right;
    padding-top: 3px;
}

.wrap_header_right_bth:nth-child(1) {
    margin-bottom: 10px;
}



.wrap_header_right_bth a {
    font-size: 13px;
    text-transform: uppercase;
    color: #6e6e6e;
    padding-left: 21px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
}

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

.wrap_header_right_bth.tg a {
    background-image: url(images/tg.svg);
}

.wrap_header_right_bth.skacat a {
    background-image: url(images/skacat.svg);
}

.header_h_inner {
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 1;
    background-image: url(images/g_1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 25px;
    position: relative;
}

.header_h_inner_img {
    width: 1920px;
    width: 1920px;
    margin-left: calc(50% - 960px);
    text-align: center;
    top: 340px;
    position: absolute;
    pointer-events: none;
}

.header_h_inner_conteiner {
    padding-top: 263px;
    max-width: 592px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.header_h_inner_t1 {
    font-size: 46px;
    line-height: 98%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 28px;
}

.header_h_inner_t2 {
    font-weight: 700;
    font-size: 72px;
    line-height: 98%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.header_h_inner_t2.r1 {
    padding-left: 17px;
}

.header_h_inner_t2.r2 {
    text-align: right;
}

.header_h_inner_t3 {
    font-family: var(--second-family);
    font-size: 18px;
    margin-top: 13px;
    margin-bottom: 23px;
}

.btn_d {
    width: max-content;
}

.btn_d a,
.button_d.btn_d {
    border: 1px solid #000;
    border-radius: 100px;
    padding: 20px 44px;
    display: block;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.3s;
}

.btn_d a:hover,
.button_d.btn_d:hover {
    background-color: #000;
    color: #fff;
}

.btn_d.a1 {
    margin-left: auto;
}

.btn_d.a2 {
    margin-left: auto;
    margin-top: 18px;
    margin-right: 122px;
}

.button_d.btn_d.black,
.btn_d.black a {
    background-color: #000;
    color: #fff;
    border: 1px solid transparent;
}

.button_d.btn_d.black:hover,
.btn_d.black a:hover {
    background: #9dafc0;
    color: #000;
}

.navigator {
    padding-bottom: 359px;
    padding-top: 80px;
}

.title_d {
    font-family: var(--third-family);
    font-size: 95px;
    line-height: 87%;
    letter-spacing: -0.03em;
    background: linear-gradient(270deg, #454545 44.78%, #222 65.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.navigator_inner_title {
    position: relative;
    margin-bottom: 35px;
}

.polosa_2 {
    transform: rotate(-6deg);
    font-family: var(--font3);
    font-size: 42px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #2d2d2d;
    border-radius: 10px;
    background: #9dafc0;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 47px;
    padding-right: 38px;
}

.polosa_2.a1 {
    position: absolute;
    left: 34%;
    top: 55%;
}

.navigator_inner .text_small {
    margin-top: 35px;
    margin-bottom: 44px;
    max-width: 468px;
}

.text_small {
    letter-spacing: -0.01em;
    color: #6e6e6e;
}

.navigator_sl .swiper {
    margin-left: auto;
    margin-right: 0;
    width: 75%;
    border: 2px solid #fff;
    border-radius: 20px;
    box-sizing: border-box;
    background: rgba(242, 242, 242, 0.2);
    backdrop-filter: blur(10px);

}

.navigator_sl .swiper-slaid_inner {
    box-sizing: border-box;
    padding-top: 56px;
    padding-left: 56px;
    padding-bottom: 56px;
    padding-right: 40px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%;
}

.navigator_sl .swiper-arrows {
    top: 0%;
    transform: translateY(0%);
    column-gap: 8px;
    width: max-content;
}

.navigator_sl .swiper-pagination-bullets {
    bottom: 0px !important;
    column-gap: 3px;
    justify-content: center;
    display: flex;
    width: 23%;
}

.navigator_sl .swiper-pagination-bullet {
    width: 100%;
    height: 1px;
    aspect-ratio: 0;
    opacity: 1;
    border-radius: 0%;
    background-color: #bbb;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.navigator_sl .swiper-pagination-bullet-active,
.navigator_sl .swiper-pagination-bullet:hover {
    background-color: #000;
}

.navigator_sl:before {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -175px;
    background-image: url(images/g_3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 261px;
    height: 251px;
}

.swiper_counter {
    position: absolute;
    bottom: 47px;
    left: 0;
    display: flex;
    align-items: baseline;
    font-size: 14px;
    letter-spacing: -0.02em;
}

.swiper-counter-current {
    font-size: 21px;
    width: 13px;
}

.swiper-slaid_inner_left {
    width: 47%;
    display: flex;
    flex-direction: column;
}

.swiper-slaid_inner_right {
    width: 50%;
}

.swiper-slaid_inner_left_t1 {
    font-size: 25px;
    letter-spacing: -0.02em;
    margin-bottom: 23px;
}

.swiper-slaid_inner_left_t2 {
    font-family: var(--third-family);
    font-size: 55px;
    line-height: 87%;
    letter-spacing: -0.03em;
    background: linear-gradient(270deg, #454545 44.78%, #222 65.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 11px;
}

.swiper-slaid_inner_left .button_d {
    margin-top: auto;
}

.swiper-slaid_inner_right_item {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #000;
}

.swiper-slaid_inner_right_item:nth-last-child(1) {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #000;
}

.swiper-slaid_inner_right_item_t1 {
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #2d2d2d;
}

.swiper-slaid_inner_right_item_t2 {
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #2d2d2d;
}

.g_natalia {
    margin-left: auto;
    margin-right: auto;
    width: 1568px;
    border-radius: 8px;
    background: #fff;
}

.g_natalia_inner {
    padding-left: 10vw;
    box-sizing: border-box;
    padding-top: 51px;
    padding-bottom: 51px;
    padding-right: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.g_natalia_inner_left {
    width: 44%;
}

.g_natalia_inner_left_text {
    margin-top: 28px;
    margin-bottom: 51px;
}

.g_natalia_inner_left_text p {
    font-size: 21px;
    letter-spacing: -0.02em;
}

.g_natalia_inner_left_text p:not(:nth-last-child(1)) {
    margin-bottom: 30px;
}

.g_natalia_inner_right {
    width: 55%;
    display: flex;
    align-items: center;
    height: 26vw;
}

.g_natalia_inner_right_conteiner {
    aspect-ratio: 1;
    width: 100%;
    background-image: url(images/g_5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.polosa {
    transform: rotate(-6deg);
    font-family: var(--font3);
    font-size: 42px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #2d2d2d;
    background: #9dafc0;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 110px;
    margin-bottom: 130px;
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 10px;
}

.g_natalia_inner_right_conteiner_img {
    position: relative;
    top: 90px;
    left: 210px;
}

.g_pocemy {
    margin-bottom: 237px;
    background-image: url(images/g_38.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
}

.g_pocemy_inner_row {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    column-gap: 1.5%;
    row-gap: 16px;
    margin-top: 65px;
}

.g_pocemy_inner_row:before {
    position: absolute;
    z-index: 1;
    background-image: url(images/g_7.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 282px;
    aspect-ratio: 1;
    display: flex;
    right: -120px;
    top: -140px;
    content: '';
}

.g_pocemy_inner_row_item {
    width: 32.3%;
    aspect-ratio: 1.4;
    box-sizing: border-box;
    position: relative;
    border: 2px solid #fff;
    border-radius: 20px;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(7px);
    padding: 30px;
}

.g_pocemy_inner_row_item:nth-child(1) {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
}

.g_pocemy_inner_row_item:nth-child(2),
.g_pocemy_inner_row_item:nth-child(4),
.g_pocemy_inner_row_item:nth-child(6),
.g_pocemy_inner_row_item:nth-child(7),
.g_pocemy_inner_row_item:nth-child(9) {
    background: rgba(242, 242, 242, 0.7);
}

.g_pocemy_inner_row_item:before {
    position: absolute;
    content: "";
    top: 30px;
    left: 30px;
    display: flex;
    width: 23px;
    aspect-ratio: 1;
    border-radius: 100%;
    background-color: #fff;
}

.g_pocemy_inner_row_item_text {
    margin-top: auto;
    font-weight: 700;
    letter-spacing: -0.02em;
    max-width: 258px;
}

.g_pocemy_inner_row_item.width_a .g_pocemy_inner_row_item_text {
    max-width: 282px;
}

.g_pocemy_inner_row_item_text.btn_d {
    margin-left: auto;
    margin-right: auto;
}

.biznes_n {
    margin-bottom: 160px;
}

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

.biznes_n_inner_row_1_right {
    display: flex;
    column-gap: 18px;
}

.biznes_n_inner_row_1_right .btn_d a,
.biznes_n_inner_row_1_right .button_d.btn_d {
    padding: 21px 15px;
}

.s_76 {
    font-size: 76px;
}

.biznes_n_inner .text_small {
    margin-top: 21px;
    margin-bottom: 28px;
    max-width: 895px;
}

.biznes_n_inner_row_2 {
    display: flex;
    column-gap: 2%;
    row-gap: 20px;
    flex-wrap: wrap;
    align-items: stretch;
}

.biznes_n_inner_row_2_item {
    width: 23.5%;

}

.biznes_n_inner_row_2_item_inner {
    background: #fff;
    box-sizing: border-box;
    border: 1px solid transparent;
    padding: 30px 22px 40px 22px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.biznes_n_inner_row_2_item_inner_t2 {
    font-family: var(--third-family);
    font-size: 26px;
    line-height: 100%;
    letter-spacing: -0.02em;
    min-height: 78px;
    margin-bottom: 20px;
}

.biznes_n_inner_row_2_item_inner_t1 {
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #6e6e6e;
    margin-bottom: 25px;
    min-height: 107px;
    max-width: 225px;
}

.biznes_n_inner_row_2_item_inner_row {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 7px;
}

.biznes_n_inner_row_2_item_inner_row_left {
    width: 100%;
    height: 1px;
    background-color: #a2a2a2;
}

.biznes_n_inner_row_2_item_inner_row_right {
    width: 24px;
    aspect-ratio: 1;
    flex-shrink: 0;
    background-image: url(images/arrow_2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

.biznes_n_inner_row_2_item:nth-child(4) .biznes_n_inner_row_2_item_inner_t1 {
    min-height: 80px;
}

.biznes_n_inner_row_2_item:nth-child(n+5):nth-child(-n+8) .biznes_n_inner_row_2_item_inner_t1 {
    min-height: 75px;
}

.biznes_n_inner_row_2_item:nth-child(n+5):nth-child(-n+8) .biznes_n_inner_row_2_item_inner_t2 {
    min-height: 104px;
}

.biznes_n_inner_row_2_item_inner_conteiner p {
    font-size: 15px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #6e6e6e;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.biznes_n_inner_row_2_item_inner_conteiner p:before {
    width: 4px;
    aspect-ratio: 1;
    background-color: #6e6e6e;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 5px;
    top: 7px;
}

.biznes_n_inner_row_2_item_inner_conteiner p:nth-last-child(1) {
    margin-bottom: 9px;
}

.biznes_n_inner_row_2_item .btn_d {
    margin-top: auto;
    width: 100%;
    max-width: 241px;
}

.biznes_n_inner_row_2_item .btn_d a {
    padding: 20px 44px;
    padding-left: 67px;
    background-color: #000;
    color: #fff;
    position: relative;
}

.biznes_n_inner_row_2_item .btn_d a:hover {
    background-color: #9dafc0;
    color: #000;
    border: 1px solid #9dafc0;
}

.biznes_n_inner_row_2_item .btn_d a:before {
    content: '';
    width: 14px;
    aspect-ratio: 1;
    background-image: url(images/arrow_3.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    filter: invert(99%) sepia(34%) saturate(367%) hue-rotate(192deg) brightness(113%) contrast(100%);
    position: absolute;
    top: 50%;
    right: 65px;
    transform: translateY(-50%);
    transition: 0.3s;
}

.biznes_n_inner_row_2_item .btn_d a:hover:before {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
}

.biznes_n_inner_row_2_item_inner_arrow {
    border-radius: 100%;
    border: 2px solid #9dafc0;
    position: absolute;
    width: 53px;
    aspect-ratio: 1;
    right: 22px;
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.biznes_n_inner_row_2_item_inner_arrow svg path {
    stroke: #9dafc0;
}

.biznes_n_inner_row_2_item_inner_row_right {
    filter: invert(69%) sepia(2%) saturate(0%) hue-rotate(22deg) brightness(94%) contrast(92%);
}

.black .biznes_n_inner_row_2_item_inner {
    background: #000;
}

.black .biznes_n_inner_row_2_item_inner_t2,
.black .biznes_n_inner_row_2_item_inner_t1,
.black .biznes_n_inner_row_2_item_inner_conteiner p {
    color: #fff;
}

.black .biznes_n_inner_row_2_item_inner_conteiner p:before {
    background-color: #fff;
}

.black .biznes_n_inner_row_2_item_inner_arrow {
    background-color: #9dafc0;
}

.black .biznes_n_inner_row_2_item_inner_arrow svg path {
    stroke: #000;
}

.black .btn_d a {
    border: 1px solid #fff;
}

.grey .biznes_n_inner_row_2_item_inner {
    border: 2px solid #fff;
    background: #f1f2f6;
}

.grey .biznes_n_inner_row_2_item_inner_t2,
.grey .biznes_n_inner_row_2_item_inner_t1,
.grey .biznes_n_inner_row_2_item_inner_conteiner p {
    color: #000;
}

.grey .biznes_n_inner_row_2_item_inner_conteiner p:before {
    background-color: #000;
}

.grey .biznes_n_inner_row_2_item_inner_row_left {
    background-color: #000;
}

.grey .biznes_n_inner_row_2_item_inner_row_right {
    filter: invert(0%) sepia(100%) saturate(30%) hue-rotate(256deg) brightness(89%) contrast(102%);
}

.grey .btn_d a {
    border: 1px solid #000;
    background: #f1f2f6;
    color: #000;
}

.grey .btn_d a:before {
    filter: invert(0%) sepia(100%) saturate(30%) hue-rotate(256deg) brightness(89%) contrast(102%);
}

.blue .biznes_n_inner_row_2_item_inner {
    background: #9dafc0;
}

.blue .biznes_n_inner_row_2_item_inner_arrow {
    border: 1px solid #fff;
}

.blue .biznes_n_inner_row_2_item_inner_arrow svg path {
    stroke: #fff;
}

.blue .biznes_n_inner_row_2_item_inner_t2,
.blue .biznes_n_inner_row_2_item_inner_t1,
.blue .biznes_n_inner_row_2_item_inner_conteiner p {
    color: #000;
}

.blue .biznes_n_inner_row_2_item_inner_conteiner p:before {
    background-color: #000;
}

.blue .biznes_n_inner_row_2_item_inner_row_left {
    background-color: #000;
}

.blue .biznes_n_inner_row_2_item_inner_row_right {
    filter: invert(0%) sepia(100%) saturate(30%) hue-rotate(256deg) brightness(89%) contrast(102%);
}

.blue .btn_d a {
    border: 1px solid #000;
    background: #9dafc0;
    color: #000;
}

.blue .btn_d a:before {
    filter: invert(0%) sepia(100%) saturate(30%) hue-rotate(256deg) brightness(89%) contrast(102%);
}

.blue .btn_d a:hover {
    background: #000;
    color: #fff;
}

.blue .btn_d a:hover:before {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(217deg) brightness(104%) contrast(102%);
}

.biznes_n_inner_row_2_item.width_100_percent {
    width: 100%;
}

.width_100_percent .biznes_n_inner_row_2_item_inner_arrow {
    top: auto;
    right: 26px;
    bottom: 26px;
}

.width_100_percent .biznes_n_inner_row_2_item_inner {
    align-items: flex-start;
    flex-direction: row;
    column-gap: 77px;
    padding-bottom: 26px;
}

.width_100_percent .biznes_n_inner_row_2_item_inner_left {
    width: 265px;
    flex-shrink: 0;
}

.width_100_percent .biznes_n_inner_row_2_item_inner_t1,
.biznes_n_inner_row_2_item_inner_conteiner_col p {
    color: #000;
}

.biznes_n_inner_row_2_item_inner_conteiner p:before {
    background-color: #000;
}

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

.biznes_n_inner_row_2_item_inner_conteiner_col {
    width: 27%;
}

.width_100_percent .biznes_n_inner_row_2_item_inner_t1 {
    min-height: 100%;
}

.text_small_2 {
    margin-top: 34px;
    margin-bottom: 29px;
    font-family: var(--third-family);
    font-size: 31px;
    line-height: 100%;
    letter-spacing: -0.02em;
}

.keysi_sl .swiper-arrows {
    top: -78px;
    transform: translateY(0%);
    width: max-content;
    margin-left: 186px;
    column-gap: 8px;
}

.keysi_sl .tabs_wrap_ul {
    column-gap: 14px;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    display: none;
}

.keysi_sl .ui-tabs-tab,
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background-color: transparent;
    width: max-content;
    flex-shrink: 1;
    border: 0px solid var(--color-1) !important;
}

.keysi_sl .ui-tabs-tab a {
    background-color: #fff;
    border-radius: 100px;
    padding: 21px 44px !important;
    border: 0px solid var(--color-1) !important;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    height: auto !important;
}

.keysi_sl .ui-tabs-tab a:hover,
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background-color: #000;
    color: #fff;
}

.keisi_inner {
    padding-bottom: 226px;
}

.keisi_mi_pomogaem {
    background-image: url(images/g_38.jpg);
    background-position: top 100px center;
    background-repeat: no-repeat;
    background-size: auto;
}

.tab_keisi {
    padding: 0 !important;
    margin-top: 34px;
    display: flex;
    align-items: stretch;
    min-height: 386px;
    border: 2px solid #fff !important;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}

.tab_keisi_inner_left {
    width: 50%;
    border-radius: 20px;
    background: #000;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    letter-spacing: -0.02em;
    color: #fff;
    padding: 22px 44px;
}

.swiper-slider-wrapper.keysi_sl:before {
    content: "";
    position: absolute;
    background-image: url(images/g_9.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 175px;
    aspect-ratio: 1;
    right: -40px;
    bottom: -40px;
    z-index: 11;
}

.tab_keisi_inner_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 37px;
    padding-left: 88px;
}

.tab_keisi_inner_right_t {
    max-width: 340px;
    font-family: var(--third-family);
    font-size: 45px;
    line-height: 87%;
    letter-spacing: -0.03em;
    background: linear-gradient(270deg, #454545 44.78%, #222 65.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

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

.tab_keisi ul li {
    position: relative;
    padding-left: 20px;
}

.tab_keisi ul li:before {
    width: 4px;
    aspect-ratio: 1;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 5px;
    top: 8px;
}

.mi_pomogaem_inner {
    margin-bottom: 219px;
    display: flex;
    justify-content: space-between;
    border: 2px solid #fff;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    box-sizing: border-box;
    padding-right: 5.8vw;
    height: 536px;
    position: relative;
}

.mi_pomogaem_inner:before {
    position: absolute;
    content: '';
    background-image: url(images/g_17.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 180px;
    aspect-ratio: 1;
    display: block;
    right: -50px;
    bottom: -50px;
}

.mi_pomogaem_inner_left {
    width: 44.4%;
    position: relative;
}

.mi_pomogaem_inner_left_img {
    width: 124%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.mi_pomogaem_inner_left_right {
    width: 521px;
    padding-top: 7vw;
}

.mi_pomogaem_inner_left_right_title {
    font-family: var(--third-family);
    font-size: 76px;
    line-height: 87%;
    letter-spacing: -0.03em;
    background: linear-gradient(270deg, #454545 44.78%, #222 65.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.mi_pomogaem_inner .swiper-arrows {
    position: absolute;
    top: 0%;
    transform: translateY(-100%);
    display: flex !important;
    justify-content: space-between !important;
    width: max-content;
    right: -60px;
    z-index: 1;
    pointer-events: none;
    user-select: none;
    column-gap: 8px;
}

.swiper-slaid_t1 {
    margin-top: 34px;
    margin-bottom: 17px;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.02em;
}

.swiper-slaid_t2 {
    letter-spacing: -0.01em;
}

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

.novosti_left {
    display: flex;
    flex-direction: column;
    width: 48%;
}

.swiper-slider-wrapper.novosti {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.swiper-slider-wrapper.novosti>div {
    width: 100%;
    height: 100%;
}

.novosti_right {
    overflow: hidden;
    border-radius: 20px;
    width: 46%;
}

.swiper-slider-wrapper_novosti_a {
    display: flex;
    column-gap: 23px;
}

.swiper-slider-wrapper_novosti_a .swiper-arrows {
    position: static;
    top: 50%;
    display: flex !important;
    justify-content: flex-start !important;
    width: max-content;
    column-gap: 8px;
    transform: translateY(0%);
}

.swiper-slaid_n_t1 {
    font-size: 31px;
    line-height: 100%;
    letter-spacing: -0.06em;
    color: #2d2d2d;
    margin-top: 27px;
    margin-bottom: 17px;
}

.swiper-slaid_n_t2 {
    letter-spacing: -0.02em;
}

.obsydim {
    margin-bottom: 87px;
}

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

.obsydim_t {
    text-align: center;
    margin-top: 21px;
    margin-bottom: 43px;
    font-family: var(--second-family);
    font-size: 21px;
    letter-spacing: -0.02em;
}

.obsydim .button_d {
    margin-left: auto;
    margin-right: auto;
}

.footer_wrap {
    background: #000;
    padding-top: 66px;
    padding-bottom: 24px;
}

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

.footer_wrap_inner_row_1_col_1 {
    display: flex;
    flex-direction: column;
}

.footer_wrap_inner_row_1_col_1_text {
    letter-spacing: -0.02em;
    color: #fff;
    margin-top: auto;
}

.footer_wrap_inner_row_1_col_3_t1 {
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 17px;
    max-width: 215px;
}

.footer_wrap_inner_row_1_col_3_soc {
    column-gap: 24px;
    display: flex;
}

.footer_wrap_inner_row_1_col_3_soc a {
    transition: 0.3s;
}

.footer_wrap_inner_row_1_col_3_soc a:hover {
    opacity: 0.5;
}

.footer_wrap_inner_row_1_col_4 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_wrap_inner_row_1_col_4_tel {
    margin-bottom: 25px;
}

.footer_wrap_inner_row_1_col_4_tel a {
    cursor: default;
    font-size: 32px;
    letter-spacing: -0.02em;
    color: #fff;
}

.btn_d.border_white {
    border: 1px solid #ffffff !important;
}

.btn_d.border_white:hover {
    border: 1px solid transparent !important;
}

.footer_wrap_inner_row_2 {
    margin-top: 72px;
    padding-top: 20px;
    border-top: 1px solid #d1d1d1;
    display: flex;
    justify-content: space-between;
}

.footer_wrap_inner_row_2>* {
    width: 33%;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #fff;
}

.footer_wrap_inner_row_2>* a {
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #fff;
}

.footer_wrap_inner_row_2>* a:hover {
    text-decoration: underline;
}

.footer_wrap_inner_row_2_col_2 {
    text-align: center;
}

.footer_wrap_inner_row_2_right {
    text-align: right;
}

.footer_wrap_inner_row_2_col_2_t2 {
    margin-top: 5px;
}

.okno_wrap {
    height: 100%;
    background-image: url(images/g_12.png), url(images/g_13.png);
    background-position: left center, right 20px center;
    background-repeat: no-repeat;
    background-size: auto 100%, auto 75%;
}

.okno_wrap_linner {
    height: 100%;
    padding-left: 10%;
    padding-right: 19.03%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.okno_wrap_linner_left_t1 {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 86px;
    line-height: 87%;
    letter-spacing: -0.03em;
    background: linear-gradient(270deg, #454545 44.78%, #222 65.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.okno_wrap_linner_right_img {
    margin-bottom: 41px;
}

.okno_wrap_linner_right {
    width: 42%;
}

.vniz {
    position: absolute;
    z-index: 1;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    aspect-ratio: 1;
    border: 1px solid #000;
    border-radius: 100px;
    right: -18vw;
    transition: 0.3s;
}

.vniz:hover {
    background: #000;
}

.vniz path {
    transition: 0.3s;
}

.vniz:hover path {
    stroke: #fff;
}

.menu_top .level_1>.kto_mi>.menu-node>.sub-menu {
    left: auto;
    right: 0;
}

.menu_top .level_1>.rewenia>.menu-node>.sub-menu {
    left: -344px;
    right: auto;
}

.menu_top .level_1>.blog>.menu-node>.sub-menu {
    left: -200px;
    right: auto;
}

.keisi_inner_pomogaem_a_inner {
    display: none;
}

.d_n {
    display: none;
}

.fancybox__slide {
    padding: 0px !important;
}

.novosti .swiper-arrows {
    top: auto;
    bottom: 0;
    transform: translateY(0%);
    width: auto !important;
    column-gap: 8px;
    right: -40px;
    height: auto !important;
}

.novosti .swiper-slaid {
    display: flex;
    flex-direction: column;
}

.novosti .button_d {
    margin-top: auto;
}

.novosti-pop-up {
    padding-top: 94px;
    padding-left: 88px;
    padding-bottom: 80px;
    padding-right: 151px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 893px;
    width: calc(100% - 40px);
    background-image: url(images/g_21.svg);
    background-position: right top 45%;
    background-repeat: no-repeat;
    background-size: auto;
}

.novosti-pop-up.close-button .f-button.is-close-btn {
    top: 27px;
}

.novosti-pop-up_inner_title {
    display: inline-block;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 55px;
    line-height: 95%;
    letter-spacing: -0.03em;
    background: linear-gradient(270deg, #454545 0%, #222 59.62%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 27px;
}

.novosti-pop-up_inner_text p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    font-size: 18px;
}

.podhod_b1 {
    margin-bottom: 320px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 24px;
}


.podhod_b1_left_inner_t1 {
    font-size: 83px;
    line-height: 98%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.podhod_b1_left {
    width: 37%;

}

.podhod_b1_right {
    width: 63%;
    position: relative;

}

.podhod_b1_right:before {
    content: "";
    position: absolute;
    left: -203px;
    bottom: 113px;
    background-image: url(images/g_24.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 144px;
    aspect-ratio: 1;
    z-index: 1;
}

.podhod_b1_right_t {
    position: absolute;
    bottom: 38px;
    left: -82px;
    border: 1px solid #fff;
    border-radius: 8px;
    backdrop-filter: blur(15px);
    background: rgba(242, 242, 242, 0.2);
    box-sizing: border-box;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -0.06em;
    color: #010f28;
    padding: 40px 20px 39px 64px;
}

.podhod_b1_left_inner {
    margin-top: 147px;
    margin-bottom: 36px;
}

.podhod_b1_left_inner_t2 {
    font-family: var(--font5);
    font-size: 98px;
    line-height: 88%;
    text-transform: lowercase;
    color: #9dafc0;
    margin-left: 99px;
}

.podhod_b1_right figure {
    border-radius: 100%;
    overflow: hidden;
}


.podhod_b2 {
    margin-bottom: 129px;
}

.podhod_b2_inner {
    display: flex;
    column-gap: 20px;
    position: relative;
}

.podhod_b2_inner:before {
    position: absolute;
    content: "";
    display: flex;
    background-image: url(images/g_23.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 220px;
    aspect-ratio: 1;
    right: -20px;
    top: -140px;
}

.podhod_b2_inner_col {
    flex-grow: 1;
    width: 30%;
    position: relative;
}

.podhod_b2_inner_item {
    height: 234px;
    border-radius: 8px;
    margin-bottom: 16px;
    border: 1px solid transparent;
    box-sizing: border-box;
}

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



.podhod_b2_inner_item.a2 p:nth-child(1) {
    margin-top: 24px;
    margin-bottom: 29px;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.06em;
    color: #2d2d2d;
}

.podhod_b2_inner_item.bac {
    position: relative;
    padding: 24px;
    box-sizing: border-box;
    border: 1px solid #fff;
    backdrop-filter: blur(7px);
    background: rgba(242, 242, 242, 0.2);
}

.podhod_b2_inner_item.bac_2 {
    position: relative;
    padding: 24px;
    box-sizing: border-box;
    border: 1px solid transparent;
    background: #9dafc0;
}

.podhod_b2_inner_item.bac_2:after {
    position: absolute;
    z-index: 1;
    content: '';
    display: block;
    background-image: url(images/g_24.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 228px;
    aspect-ratio: 1;
    right: -50px;
    bottom: -50px;
}

.podhod_b2_inner {
    counter-reset: podhod_b2 0;

}

.podhod_b2_inner_item.bac {
    counter-increment: podhod_b2 1;
}

.podhod_b2_inner_item.bac:before {
    content: "0" counter(podhod_b2);
    position: absolute;
    bottom: 20px;
    right: 6px;
    font-size: 56px;
    letter-spacing: -0.02em;
    display: block;
}

.podhod_b2_inner_item.a2 {
    position: relative;
}

.podhod_b2_inner_item.a2:before {
    position: absolute;
    content: "";
    z-index: 0;
    background-image: url(images/g_25.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 286px;
    aspect-ratio: 1;
    display: block;
    bottom: -120px;
    right: 0;
}

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

.podhod_b3_left {
    width: 462px;
    flex-shrink: 0;
    margin-right: 40px;
}

.podhod_b3_right {
    width: 63%;
    aspect-ratio: 1;
    background-image: url(images/g_26.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-top: 30px;
}

.s_150 {
    font-size: 150px;
}

.podhod_b3_left_t2 {
    font-family: var(--font4);
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.06em;
    margin-top: 50px;
    margin-bottom: 37px;
}

.podhod_b3_left_t3 {
    font-size: 21px;
    letter-spacing: -0.02em;
    margin-bottom: 37px;
}

.podhod_b3_right_inner {
    border-radius: 8px;
    position: absolute;
    top: -30px;
    left: -90px;
    backdrop-filter: blur(15px);
    background: rgba(242, 242, 242, 0.2);
    box-sizing: border-box;
    padding: 50px 20px 40px 40px;
    width: 100%;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.06em;
}

.podhod_b4_inner_t {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
    width: max-content;
    display: block;
}

.podhod_b4_inner_row {
    margin-top: 50px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    column-gap: 20px;
}

.podhod_b4_inner_row_item {
    flex-grow: 1;
    background: rgba(242, 242, 242, 0.57);
    backdrop-filter: blur(2px);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 38px 3px 130px 26px;
    position: relative;
}

.podhod_b4_inner_row_item:nth-child(1) {
    background: rgba(242, 242, 242, 0.7);
}

.podhod_b4 {
    padding-bottom: 220px;
    background-image: url(images/g_39.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

.podhod_b4_inner_row_item_t1 {
    font-size: 56px;
    letter-spacing: -0.02em;

}

.podhod_b4_inner_row_item_t2 {
    margin-top: 14px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: -0.02em;
    color: #2d2d2d;
}

.podhod_b4_inner_row_item_t3 p {
    padding-left: 20px;
    line-height: 113%;
    letter-spacing: -0.01em;
    color: #2d2d2d;
    position: relative;
    margin-bottom: 14px;

}

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

}

.podhod_b4_inner_row_item_t3 p:before {
    width: 4px;
    aspect-ratio: 1;
    background-color: #2d2d2d;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 5px;
    top: 7px;
}

.podhod_b4_inner_row_item:nth-child(4):before {
    position: absolute;
    width: 216px;
    aspect-ratio: 1;
    content: "";
    bottom: -57px;
    right: -80px;
    background-image: url(images/g_28.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
}

.polosa_2.a2 {
    position: relative;
    margin-bottom: 60px;
    left: -15px;
}

.dla_kogo_row {
    display: flex;
    align-items: stretch;
    column-gap: 57px;
}

.dla_kogo {
    margin-bottom: 61px;
}

.dla_kogo_row_item {
    flex-grow: 1;
    width: 45%;
}

.dla_kogo_row_item_title {
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -0.02em;
    color: #2d2d2d;
    margin-bottom: 19px;
}

.dla_kogo_row_item_t {
    border-radius: 8px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 40px 38px 39px 34px;

}

.dla_kogo_row_item_t p {
    margin-bottom: 14px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #2d2d2d;
    position: relative;
    padding-left: 20px;
}

.dla_kogo_row_item_t p:before {
    width: 4px;
    aspect-ratio: 1;
    background-color: #2d2d2d;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 5px;
    top: 7px;
}

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

.podhod_footer {
    height: 427px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(images/g_29.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.podhod_footer_inner:before {
    position: absolute;
    content: "";
    width: 177px;
    height: 175px;
    background-image: url(images/g_36.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    right: -69px;
    top: -190px;
}

.podhod_footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 50px;
    position: relative;
}

.podhod_footer_inner_left p {
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.06em;
    color: #010f28;
}

.f_a1 .wrap_soglasie_na_obrabotky .wpcf7-list-item-label:before {
    background: #D9D9D9;
}

.podhod_b1 .d_n {
    display: none;
}

.osnovatel_b1 {
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.osnovatel_b1:before {
    position: absolute;
    width: 1568px;
    margin-left: calc(50% - 784px);
    content: '';
    border-radius: 8px;
    background: #fff;
    height: 497px;
    top: 80px;
}

.osnovatel_b1_left {
    width: 49.5%;
    position: relative;
}

.osnovatel_b1_right {
    width: 50%;
    position: relative;
}


.osnovatel_b1_t2 {
    font-family: var(--font-family);
    font-size: 56px;
    line-height: 98%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.osnovatel_b1_t3 {
    font-size: 18px;
    color: #575757;
    margin-top: 34px;
    margin-bottom: 20px;
}

.osnovatel_b1_t4 {
    font-weight: 700;
    font-size: 19px;
    color: #575757;
    margin-bottom: 34px;
}

.osnovatel_b1_right_img {
    width: 200%;
}

.osnovatel_b1_right_inner {
    position: relative;
}

.osnovatel_b1_right_row {
    position: absolute;
    left: -100px;
    bottom: 295px;
    backdrop-filter: blur(40px);
    background: rgba(242, 242, 242, 0.2);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 21px 24px 21px 24px;
}

.osnovatel_b1_right_row_t1 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.03em;
}

.osnovatel_b1_right .button_d {
    position: absolute;
    bottom: 0;
    right: 0;
}

.osnovatel_b1_row_1_img {
    margin-left: calc(50% - 1260px);
    text-align: center;
    top: 650px;
    position: absolute;
    pointer-events: none;
    width: 1920px;
}

.osnovatel_b1_right_inner:before {
    background-image: url(images/g_44.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 231px;
    aspect-ratio: 1;
    display: block;
    position: absolute;
    bottom: 0;
    left: 96px;
    content: "";
}

.osnovatel.general-pop-up {
    padding-top: 5.5%;
    padding-left: 11%;
    padding-bottom: 3%;
    padding-right: 11%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 1600px;
    width: calc(100% - 40px);
    background-image: url(images/g_45.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

.osnovatel.close-button .f-button.is-close-btn {
    top: 27px;
}

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

.osnovatel_inner_left {
    width: 49%;
}

.osnovatel_inner_right {
    width: 49%;
}

.osnovatel_inner_left_col {
    position: relative;
}

.osnovatel_inner_left_col_p {
    position: absolute;
    font-size: 26px;
    letter-spacing: -0.03em;
    color: #fff;
    left: 60px;
    bottom: 62px;
    right: 58px;
}

.osnovatel_inner_left_col_img img {
    border-radius: 8px;
    overflow: hidden;
}

.osnovatel_inner_left .button_d {
    margin-left: auto;
    margin-right: auto;
    margin-top: 77px;
}

.osnovatel_inner_right_t1 {
    background: linear-gradient(270deg, #454545 44.78%, #222 65.87%);
    background-clip: text;
    font-family: var(--third-family);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 95px;
    line-height: 87%;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.2);
}

.osnovatel_inner_right_t2 {
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #6e6e6e;
    margin-top: 5px;
    margin-bottom: 27px;
}

.osnovatel_inner_right_t3 p {
    font-size: 22px;
    letter-spacing: -0.03em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    color: #000;
}

.osnovatel_inner_right_t3 p strong {
    font-weight: 700;
    text-transform: uppercase;
}

.osnovatel_inner_right_t3 ul {
    padding-inline-start: 20px;
    font-size: 22px;
    color: #000;
}

.osnovatel_b2 {
    position: relative;
}

.osnovatel_b2_row {
    display: flex;
    margin-top: 36px;
    column-gap: 1%;
    align-items: stretch;
}

.osnovatel_b2_row_left {
    width: 35%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.osnovatel_b2_row_right {
    width: 100%;
    column-gap: 1%;
    display: flex;
    row-gap: 8px;
    flex-wrap: wrap;
}

.osnovatel_b2_row_item {
    border-radius: 20px;
    fill: rgba(255, 255, 255, 0.1);
    border: 2px solid #ffffff;
    backdrop-filter: blur(15px);
    display: flex;
    padding-left: 26px;
    padding-bottom: 28px;
    box-sizing: border-box;
}

.osnovatel_b2_row_item p {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #2d2d2d;
    margin-top: auto;
}

.osnovatel_b2_row_right .osnovatel_b2_row_item {
    min-height: 184px;
}

.osnovatel_b2_row_left .osnovatel_b2_row_item:nth-child(1) {
    height: 58%;
}

.osnovatel_b2_row_left .osnovatel_b2_row_item:nth-child(2) {
    height: 42%;
}

.osnovatel_b2_row_right .osnovatel_b2_row_item:nth-child(1) {
    width: 100%;
}

.osnovatel_b2_row_right .osnovatel_b2_row_item:nth-child(2),
.osnovatel_b2_row_right .osnovatel_b2_row_item:nth-child(4) {
    width: 45%;
}

.osnovatel_b2_row_right .osnovatel_b2_row_item:nth-child(3),
.osnovatel_b2_row_right .osnovatel_b2_row_item:nth-child(5) {
    width: 54%;
}

.osnovatel_b2_row_item {
    position: relative;
}

.osnovatel_b2_row_item:before {
    position: absolute;
    content: "";
    top: 26px;
    left: 26px;
    display: block;
    width: 23px;
    aspect-ratio: 1;
    border-radius: 100%;
    background-color: #fff;
}

.osnovatel_b2_row_item.black {
    border: 2px solid #000;
    background-color: #000;
}

.osnovatel_b2_row_item.black p {
    color: #fff;
}

.p_m {
    position: relative;
}

.gorod.ab {
    position: absolute;
    top: -75px;
    right: -268px;
}

.pismo {
    margin-top: 110px;
    max-width: 790px;
}

.pismo_t1 {
    font-size: 56px;
    line-height: 98%;
    letter-spacing: -0.06em;
}

.pismo_t2 {
    margin-top: 17px;
    margin-bottom: 31px;
    font-size: 18px;
    color: #575757;
}

.principi {
    margin-top: 110px;
    margin-bottom: 110px;
}

.principi .title_d {
    margin-bottom: 17px;
}

.principi_row {
    margin-bottom: 12px;
    column-gap: 1%;
    display: flex;
    align-items: stretch;
}

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

}

.principi_row_item {
    border-radius: 20px;
    border: 2px solid #9dafc0;
    height: 184px;
    position: relative;
    display: flex;
    box-sizing: border-box;
    padding-left: 27px;
    padding-bottom: 40px;
    padding-right: 27px;
    width: 25%;
    flex-shrink: 0;
}

.principi_row_img {
    height: 184px;
    padding-left: 15px;
}

.principi_row_img img {
    height: 100%;
    width: auto;

}

.principi .biznes_n_inner_row_2_item_inner_arrow {
    position: absolute;
    right: 19px;
    top: 16px;

}

.principi_row_item_text {
    margin-top: auto;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #2d2d2d;
}

.principi_row:nth-child(3) .principi_row_item:nth-child(1) {
    width: 54.5%;
}

.principi_row_item.black {
    background: #000;
    border: 2px solid #000;
}

.principi_row_item.black .principi_row_item_text {
    color: #fff;
}

.principi_row_item.blue {
    background: #9dafc0;
}

.principi_row_item.blue .biznes_n_inner_row_2_item_inner_arrow svg path {
    stroke: #fff !important;
}

.principi_row_item .biznes_n_inner_row_2_item_inner_arrow {
    background: #9dafc0;
}

.principi_row_item .biznes_n_inner_row_2_item_inner_arrow svg path {
    stroke: #000;
}

.gorod {
    position: relative;
}

.gorod_img {
    border-radius: 50%;
    overflow: hidden;
}

.gorod_t1 {
    transform: rotate(-7deg);
    font-size: 21px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: var(--third-family);
    background: #fff;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 9px;
    padding-left: 55px;
    padding-right: 55px;
    position: absolute;
    top: 57px;
    left: 56px;
    border-radius: 10px;
}

.gorod_t2 {
    position: absolute;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    font-size: 202px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: var(--third-family);
    left: 0px;
    bottom: 0;
    white-space: nowrap;
    writing-mode: sideways-lr;
}

.popylarnii_t1 {
    font-size: 56px;
    line-height: 98%;
    letter-spacing: -0.06em;
    text-align: center;
}

.popylarnii_t2 {
    letter-spacing: -0.01em;
    text-align: center;
    color: #2d2d2d;
    margin-top: 19px;
    margin-bottom: 19px;
}

.popylarnii .button_d {
    margin-left: auto;
    margin-right: auto;
}

.popylarnii_row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 110px;
}

.popylarnii_row_item {
    width: 24%;
    height: 427px;
    border-radius: 20px;
    border: 2px solid #9dafc0;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 44px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-clip: border-box;
}

.popylarnii_row_item .biznes_n_inner_row_2_item_inner_arrow {
    top: 20px;
    right: 20px;
}

.popylarnii_row_text {
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}

.popylarnii_row_item_video {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    border: 1px solid #000;
    border-radius: 100px;
    background: #000;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s;
}

.popylarnii_row_item_video:hover {
    background-color: #9dafc0;
    border: 1px solid #9dafc0;
}

.popylarnii_row_item_video:hover .popylarnii_row_item_video_t1 {
    color: #000;
}

.popylarnii_row_item_video svg path {
    transition: 0.3s;
}

.popylarnii_row_item_video:hover svg path {
    stroke: #000;
}

.popylarnii_row_item_video_t1 {
    color: #fff;
    transition: 0.3s;
}

.popylarnii_row_item:nth-child(1) .popylarnii_row_item_video {
    border: 1px solid #fff;
}

.popylarnii_row_item.black {
    background-color: #000;
    border: 1px solid #000;
}

.popylarnii_row_item.black .popylarnii_row_text {
    color: #fff;
}

.popylarnii_row_item.grey {
    background-color: #fff;
    border: 1px solid #fff;
}

.popylarnii_row_item.blue {
    background-color: #9dafc0;
}

.popylarnii_row_item:nth-child(1) {
    background-image: url(images/g_46.jpg);
    background-position: center top 70px;
}

.popylarnii_row_item:nth-child(2) {
    background-image: url(images/g_47.jpg);
    background-position: center top 85px;
}

.popylarnii_row_item:nth-child(3) {
    background-image: url(images/g_48.jpg);
    background-position: center top 143px;
}

.popylarnii_row_item:nth-child(4) {
    background-image: url(images/g_49.jpg);
    background-position: center top 67px;
}

.publikacii_t {
    margin-bottom: 41px;
    font-size: 56px;
    line-height: 98%;
    letter-spacing: -0.06em;
    text-align: center;
}

.publikacii {
    margin-bottom: 154px;
}

.publikacii .swiper-arrow-prev,
.publikacii .swiper-arrow-next {
    position: relative;
    cursor: pointer;
    width: 15px;
    aspect-ratio: 1;
    background-color: transparent;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50%;
    pointer-events: all;
    transition: 0.3s;
}

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

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

.publikacii .swiper-arrow-prev svg,
.publikacii .swiper-arrow-next svg {
    stroke: transparent;
}

.publikacii .swiper-arrow-prev path,
.publikacii .swiper-arrow-next path {
    transition: 0.3s;
}

.publikacii .swiper-arrow-prev:hover path,
.publikacii .swiper-arrow-next:hover path {
    fill: #9EAFC0;
}

.s_519 {
    width: 43%;
    aspect-ratio: 1;
    flex-shrink: 0;
}

.avtorskie {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.avtorskie_right {
    width: 44%;
}

.f_99 .gorod_t2 {
    font-size: 99px;
}

.avtorskie .gorod_t2 {
    left: auto;
    right: 0;
    bottom: -37px;
}

.avtorskie .gorod_t1 {
    left: 0px;
}

.avtorskie .gorod:before {
    background-image: url(images/g_60.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    content: "";
    width: 177px;
    aspect-ratio: 1;
    left: 10px;
    position: absolute;
    bottom: -46px;
}

.avtorskie_right_t1 {
    font-size: 64px;
    line-height: 87%;
    letter-spacing: -0.03em;
    background: linear-gradient(270deg, #454545 0%, #222 59.62%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--third-family);
}

.avtorskie_right_t2 {
    margin-top: 19px;
    font-size: 21px;
    letter-spacing: -0.02em;
}

.novosti_h .novosti_left_title_2 {
    display: none;
}

.avtorskie_materiali .title_d {
    display: none;
}

.avtorskie_materiali .novosti_left_title_2 {
    display: block;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 50px;
    width: 143px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avtorskie_materiali_t {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 64px;
    line-height: 87%;
    letter-spacing: -0.03em;
    background: linear-gradient(270deg, #454545 0%, #222 59.62%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: right;
    margin-bottom: 50px;
}

.avtorskie_materiali_inner {
    padding-bottom: 44px;
}

.avtorskie_col .novosti.max-width {
    box-sizing: border-box;
    padding: 40px 40px 40px 40px;
    border: 1px solid #9dafc0;
    border-radius: 24px;
    background: #fff;
    position: relative;
}

.avtorskie_col_row {
    border-radius: 20px;
    background: #020202;
    margin-top: -40px;
    padding: 96px 20px 59px 20px;
    display: flex;
    justify-content: center;
    column-gap: 103px;
}

.avtorskie_col_row_item {
    width: 404px;
}

.avtorskie_col_row_item_t1 {
    font-size: 35px;
    line-height: 100%;
    letter-spacing: -0.06em;
    text-align: center;
    color: #fff;
    margin-bottom: 34px;
}

.avtorskie_col_row_item_t2 {
    width: 100%;
    box-sizing: border-box;
}

.avtorskie_col_row_item_t2 a {
    width: 100%;
    text-align: center;
    border: 1px solid #fff !important;
    box-sizing: border-box;
}

.osnovatel_b1_t1 br {
    display: none;
}

.komanda_b1 {
    position: relative;
    margin-top: 43px;
    padding-bottom: 300px;
}

.komanda_b1:before {
    position: absolute;
    width: 1568px;
    margin-left: calc(50% - 784px);
    content: '';
    border-radius: 8px;
    background: #fff;
    height: 702px;
}

.komanda_b1_t1 {
    position: absolute;
    top: 84px;
    left: 0;
    font-family: var(--third-family);
    font-size: 187px;
    line-height: 87%;
    letter-spacing: -0.03em;
    background: linear-gradient(321deg, #fff 0%, #0b4d94 65.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
}

.komanda_b1_img {
    position: absolute;
    left: -44px;
    top: 12px;
}

.komanda_b1_img:before {
    background-image: url(images/g_65.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    width: 171px;
    aspect-ratio: 1;
    bottom: -25px;
    right: 73px;
}

.komanda_b1_img img {
    border-radius: 50%;
}

.komanda_b1_right {
    position: relative;
    margin-left: auto;
    width: max-content;
    padding-top: 128px;
    text-align: right;
}

.komanda_b1_right_t1 {
    font-size: 35px;
    line-height: 100%;
    letter-spacing: -0.06em;
}

.komanda_b1_right .title_d {
    margin-top: 35px;
    margin-bottom: 23px;
}

.komanda_b1_right_t3 {
    max-width: 590px;
    font-size: 18px;
    margin-bottom: 29px;
    margin-left: auto;
}

.komanda_b1_right .button_d {
    margin-left: auto;
}

.s_128 {
    font-size: 128px;
}

.komanda_b2 {
    margin-top: 28px;
    margin-bottom: 125px;
    position: relative;
}

.komanda_b2:before {
    background-image: url(images/g_66.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    width: 564px;
    height: 657px;
    top: -315px;
    right: -244px;
}

.komanda_b2_title {
    margin-bottom: 16px;
}

.komanda_b2_text {
    max-width: 895px;
    font-size: 21px;
    letter-spacing: -0.02em;
}

.komanda_b2_text strong {
    text-transform: uppercase;
}

.komanda_b2_fon {
    background-image: url(images/g_67.jpg);
    background-position: center top 117px;
    background-repeat: no-repeat;
    background-size: auto;
}

.komanda_b2_nam_doverait {
    margin-bottom: 206px;
}

.komanda_b2_nam_doverait_row {
    display: flex;
    margin-bottom: 33px;
    justify-content: space-between;
    column-gap: 10px;
    align-items: stretch;
}

.komanda_b2_nam_doverait_row_item {
    width: 100%;
    border-radius: 20px;
    height: 248px;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.58);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 37px 65px 37px 48px;
    display: flex;
    align-items: center;
}

.komanda_b2_nam_doverait_text {
    font-weight: 700;
    font-size: 21px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
}

.komanda_b2_nawi_lideri_row {
    display: flex;
    column-gap: 20px;
    margin-bottom: 117px;
}

.komanda_b2_nawi_lideri_row_item_box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #000000;
    box-sizing: border-box;
}

.komanda_b2_nawi_lideri_row_item_box_text {
    position: absolute;
    left: 29px;
    bottom: 31px;
    max-width: 295px;
    color: #fff;
}

.komanda_b2_nawi_lideri_row_item_row {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.komanda_b2_nawi_lideri_row_item_row_text {
    font-family: var(--third-family);
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-size: 40px;
}

.komanda_b2_nawi_lideri_row_item .button_d {
    width: 48%;
    text-align: center;
    box-sizing: border-box;
}

.btn_d.medium a,
.button_d.medium {
    padding: 21px 71px;
}

.lideri.close-button .f-button.is-close-btn {
    top: 27px;
}

.lideri.general-pop-up {
    padding-top: 10%;
    padding-left: 3%;
    padding-bottom: 10%;
    padding-right: 7%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 1600px;
    width: calc(100% - 40px);
    background-image: url(images/g_72.jpg), url(images/g_73.svg);
    background-position: center bottom, top right;
    background-repeat: no-repeat;
    background-size: 100%, auto;
    background-color: #fff !important;
}

.lideri_pop_up_inner {
    display: flex;
    align-items: flex-start;

}

.lideri_pop_up_inner_t {
    align-self: flex-start;
    flex-shrink: 0;
    white-space: nowrap;
    writing-mode: sideways-lr;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 128px;
    line-height: 87%;
    letter-spacing: -0.03em;
    background: linear-gradient(270deg, #454545 44.78%, #222 65.87%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lideri_pop_up_inner_col {
    width: 41%;
    position: relative;
    margin-left: 38px;
    margin-right: 34px;
    overflow: hidden;
    border-radius: 20px;
    flex-shrink: 0;
}

.lideri_pop_up_inner_col img {
    border-radius: 20px;
}

.lideri_pop_up_inner_col_text {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 91px;
    font-size: 26px;
    letter-spacing: -0.03em;
    color: #fff;
}

.lideri_pop_up_inner_col_2 {
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.58);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 49px 82px 49px 31px;
    align-self: stretch;

}

.lideri_pop_up_inner_col_2_t1 {
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -0.06em;
    color: #000;
}

.lideri_pop_up_inner_col_2_t2 {
    letter-spacing: -0.01em;
    color: #6e6e6e;
    margin-top: 27px;
    margin-bottom: 45px;
}

.lideri_pop_up_inner_col_2_t3 p {
    font-size: 18px;
    letter-spacing: -0.03em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    color: #000;
}

.lideri_pop_up_inner_col_2_t3 strong {
    font-weight: 700;
    text-transform: uppercase;
}

.lideri_pop_up_inner_col_2_t3 ul {
    color: #000;
    font-size: 18px;
}

.komanda_b3_inner_t {
    margin-top: 11px;
    margin-bottom: 24px;
    font-size: 21px;
    letter-spacing: -0.02em;
    max-width: 895px;
}

.komanda_b3 {
    background-image: url(images/g_74.jpg);
    background-position: top 350px center;
    background-repeat: no-repeat;
    background-size: auto;
}

.komanda_b3_inner_col_item {
    display: flex;
    column-gap: 20px;
    padding: 39px 20px 35px 47px;
    backdrop-filter: blur(11px);
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 8px;
    align-items: center;
}

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

.komanda_b3_inner_col_item_t1 {
    font-family: var(--third-family);
    font-size: 83px;
    letter-spacing: -0.03em;
    flex-shrink: 0;
    width: 12%;
}

.komanda_b3_inner_col_item_t2 {
    font-family: var(--third-family);
    font-size: 32px;
    letter-spacing: -0.03em;
    flex-shrink: 0;
    width: 32%;
}

.komanda_b3_inner_col_item_t3 {
    letter-spacing: -0.02em;
    max-width: 484px;
}

.komanda_b4 {
    margin-top: 58px;
    margin-bottom: 109px;
}

.komanda_b4_title {
    text-align: center;
}

.komanda_b4_t {
    text-align: center;
    margin-top: 18px;
    margin-bottom: 75px;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.06em;
}

.komanda_b4 .gorod_t1 {
    top: 35%;
    left: auto;
    right: -30px;
}

.komanda_b4 .gorod_t2 {
    left: 5%;
}

.komanda_b4 .gorod:before {
    position: absolute;
    right: -25%;
    bottom: -22%;
    content: "";
    background-image: url(images/g_7.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 282px;
    aspect-ratio: 1;
    z-index: 1;
}

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

.komanda_b4_row_right .polosa_2 {
    margin-top: 70px;
    margin-bottom: 60px;
    font-size: 21px;
    letter-spacing: -0.02em;
    margin-left: auto;
    margin-right: auto;
    max-width: 531px;
    box-sizing: border-box;
    padding-left: 13px;
    padding-right: 13px;
    color: #000;
    display: block;
}

.komanda_b4_row_right {
    width: 53%;
}

.komanda_b4 .gorod {
    left: -100px;
}

.komanda_b4_row_right_t {
    margin-top: 18px;
    margin-bottom: 38px;
    font-size: 21px;
    letter-spacing: -0.02em;
}

.komanda_b4_row_right_row_box {
    background: linear-gradient(to right, black, white);
    border-radius: 20px;
    padding: 1px;
    width: 120%;
    margin-left: -20%;
}

.komanda_b4_row_right_row {
    border-radius: 20px;
    background: #F1F2F6;

    padding: 50px 50px 50px 124px;
}

.komanda_b4_row_right_row_t1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.06em;
    color: #010f28;
    margin-bottom: 11px;
}

.komanda_b4_row_right_row_t2 {
    font-size: 21px;
    letter-spacing: -0.02em;
}

.komanda_b5 {
    margin-bottom: 131px;
    display: flex;
    align-items: stretch;
    column-gap: 1%;
}

.komanda_b5_item {
    position: relative;
    width: 49%;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 28px 19px 25px 20px;
    border: 1px solid #000;
    border-radius: 20px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
}

.komanda_b5_item .biznes_n_inner_row_2_item_inner_arrow {
    right: 16px;
    bottom: 25px;
    top: auto;
}

.komanda_b5_item_t1 {
    font-family: var(--third-family);
    font-size: 35px;
    line-height: 100%;
    letter-spacing: -0.03em;
}

.komanda_b5_item_t2 {
    line-height: 100%;
    line-height: normal;
    margin-top: 16px;
}

.komanda_b5_item.a1 .komanda_b5_item_t2 {
    font-size: 59px;
    font-family: var(--third-family);
    margin-top: 0px;
}

.komanda_b5_item.a1 .komanda_b5_item_t2 strong {
    font-size: 143px;
    line-height: 100%;
}

.komanda_b5_item.black {
    background-color: #000;
}

.komanda_b5_item.black .komanda_b5_item_t1,
.komanda_b5_item.black .komanda_b5_item_t2 {
    color: #fff;
}

.komanda_b5_item.black .biznes_n_inner_row_2_item_inner_arrow {
    background-color: #000000;
    border: 1px solid #fff;
}

.komanda_b5_item.black .biznes_n_inner_row_2_item_inner_arrow svg path {
    stroke: #fff;
}

.komanda_b5_item.blue {
    background: #9dafc0;
    border: 1px solid #9dafc0;
}

.komanda_b5_item.blue .komanda_b5_item_t3,
.komanda_b5_item.black {
    color: #fff;
}

.komanda_b5_item_t3 {
    margin-top: auto;
    font-family: var(--third-family);
    font-size: 58px;
    letter-spacing: -0.03em;
}

.komanda_b5_item.a4 .biznes_n_inner_row_2_item_inner_arrow {
    border: 1px solid #000000;
}

.komanda_b5_item.a4 .biznes_n_inner_row_2_item_inner_arrow svg path {
    stroke: #000000;
}

.komanda_b6 {
    margin-bottom: 118px;
}

.komanda_b6_row {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.komanda_b6_row_item {
    width: 49%;
    border: 1px solid #000;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 48px 27px 24px 58px;
    display: flex;
    flex-direction: column;
}

.komanda_b6_row_item_t1 {
    font-size: 35px;
    line-height: 100%;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
    font-family: var(--third-family);
}

.komanda_b6_row_item_t2 ul {
    padding-inline-start: 0px;
    font-size: 21px;
    letter-spacing: -0.02em;
    list-style-type: none;
}

.komanda_b6_row_item_t2 ul li {
    position: relative;
    padding-left: 30px;
}

.komanda_b6_row_item_t2 ul li:before {
    content: "";
    left: 10px;
    top: 10px;
    position: absolute;
    width: 3px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #000;
}

.komanda_b6_row_item .button_d {
    margin-top: auto;
    position: relative;
    left: -86px;
}

.komanda_b6_row_item:nth-child(2) {
    background: #9dafc0;
    border: 1px solid #9dafc0;
}

.komanda_b6_row_item:nth-child(2) .button_d:hover {
    border: 1px solid #000000;
    background: #fff;
}

.s_650 {
    width: 54%;
    aspect-ratio: 1;
}

.title_d {
    margin-bottom: 17px;
}

.komanda_b7 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 146px;
}

.komanda_b7_left {
    width: 40%;
}

.komanda_b7_left_row {
    display: flex;
    align-items: flex-end;
    margin-top: 36px;
}

.komanda_b7 .swiper-arrows {
    top: -180px;
    transform: translateY(0%);
    transform: translateX(70%);
    width: max-content;
    column-gap: 8px;
    right: 0;
}

.komanda_b7 .gorod_t1 {
    top: 105px;
    left: -20px;
}

.komanda_b7 .gorod_t2 {
    left: auto;
    right: 20%;
}

.komanda_b7 .gorod:before {
    position: absolute;
    content: "";
    top: 0;
    right: 10px;
    width: 174px;
    aspect-ratio: 1;
    background-image: url(images/g_78.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.komanda_b7_left_row_img {
    width: 32%;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.komanda_b7_left_row_img img {
    width: 116%;
    max-width: max-content;
}

.komanda_b7_left_row_box {
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    border: 1px solid #000000;
    box-sizing: border-box;
    width: 50%;
    padding: 44px 60px 29px 60px;
    width: 118%;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.komanda_b7_left_row_text {
    font-size: 21px;
    letter-spacing: -0.02em;
    margin-bottom: 25px;
}

.slaid_otzivi_inner_t1 {
    font-size: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 8px;

}

.slaid_otzivi_inner_t2 {
    letter-spacing: -0.01em;
}

.slaid_otzivi_inner_t2 {
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}

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

.s_wrap {
    background-image: url(images/g_84.svg), url(images/g_86.jpg);
    background-position: left 83px top 50px, center bottom;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 127px;
    padding-bottom: 38px;
}

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

.s_wrap_row_1_t1 {
    font-size: 47px;
    line-height: 100%;
    letter-spacing: -0.06em;
    width: 70%;
}

.s_wrap_row_2 {
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.58);
    border-radius: 20px;
    padding: 43px 67px 38px 58px;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.s_wrap_row_2_left {
    width: 51%;
    display: flex;
    flex-direction: column;
}

.content.sobitia {
    height: 100%;
}

.s_wrap_row_2_left_title {
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
}

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

.s_wrap_row_1 .button_d {
    margin-top: 15px;
}

.s_wrap .swiper-arrows {
    top: auto;
    bottom: 0;
    transform: translateY(0%);
    column-gap: 8px;
    right: 0;
    width: max-content;
    z-index: 1;
}

.slaid_sobitia_t1 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    min-height: 87px;
    margin-top: 14px;
    margin-bottom: 15px;
}

.slaid_sobitia_t2 {
    font-size: 18px;
    padding-bottom: 65px;
}

.novosti_h,
.publikacii {
    scroll-margin-top: 50px;
}

.s_wrap_row_2_left_bth {
    display: flex;
    flex-direction: column;
    row-gap: 11px;
    margin-top: 11px;
}

.s_wrap_row_2_left_bth_row {
    display: flex;
    column-gap: 11px;
    row-gap: 11px;
}

.insaiti .s_wrap_row_2_left_bth .btn_d a {
    padding: 20px 53px;
}

.insaiti .s_wrap_row_2 {
    position: relative;
}

.insaiti .s_wrap_row_2:before,
.insaiti .s_wrap_row_2:after {
    content: "";
    position: absolute;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.insaiti .s_wrap_row_2:before {
    width: 171px;
    height: 178px;
    left: 41%;
    bottom: 102px;
    background-image: url(images/g_89.png);

}

.insaiti .s_wrap_row_2:after {
    width: 184px;
    height: 170px;
    right: -90px;
    top: -36px;
    background-image: url(images/g_90.png);

}

.s_wrap {
    background-image: url(images/g_84.svg), url(images/g_91.jpg);
    background-position: left 83px top 50px, center bottom;
}

.s_64 {
    font-size: 64px;
}

.kontakti {
    padding-top: 90px;
    padding-bottom: 44px;
    background-image: url(images/g_84.svg), url(images/g_92.jpg);
    background-position: left 83px top 20px, bottom right;
    background-repeat: no-repeat;
    background-size: auto;
}

.kontakti_inner {
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 32px 123px 66px 63px;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    justify-content: space-between;
}

.kontakti_inner:before {
    top: 50%;
    right: -70px;
    position: absolute;
    content: "";
    background-image: url(images/g_24.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 134px;
    aspect-ratio: 1;
    display: block;
}

.kontakti_inner:after {
    bottom: -30px;
    right: 48%;
    position: absolute;
    content: "";
    background-image: url(images/g_93.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 237px;
    aspect-ratio: 1;
    display: block;
}

.kontakti_inner_left_row_t {
    margin-top: 82px;
    margin-bottom: 15px;
}

.kontakti_inner_right {
    width: 38%;
}

.kontakti_inner_right .wpcf7-text,
.kontakti_inner_right .wpcf7-select,
.kontakti_inner_right .wpcf7-textarea {
    padding-left: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}

.kontakti_inner_right .wpcf7-text,
.kontakti_inner_right .wpcf7-select {
    border-bottom: 1px solid rgba(0, 0, 0, 0.18) !important;
    border-radius: 0 !important;
}

.kontakti_inner_right .wpcf7-text.wpcf7-not-valid {
    border: 1px solid #dc3232 !important;
}

.kontakti_inner_right .wpcf7-textarea {
    background-color: #fff !important;
    height: 146px !important;
    padding-top: 16px !important;
    padding-left: 16px !important;
}

.kontakti_inner_right .wpcf7-textarea::-webkit-input-placeholder {
    font-size: 12px !important;
}

.biz_vn {
    margin-top: 100px;
    padding-bottom: 47px;
    background-image: url(images/g_94.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

.biz_vn .biznes_n_inner_row_1_right .btn_d:nth-last-child(1) {
    display: none;
}

.biz_vn .biznes_n {
    margin-bottom: 0px;

}

.btn_d.mobale {
    display: none;

}

.navigator_wrap {
    padding-top: 85px;
    padding-bottom: 81px;
    font-size: 14px;
    color: #898989;
}

.navigator_wrap a {
    font-size: 14px;
    color: #898989;
}

.breadcrumb_last strong {
    font-weight: normal;
}

.separetor_navigator {
    font-size: 18px;
    top: 2px;
    position: relative;
}

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

.biz_nap_ys_inner_row_1_left_t {
    font-weight: 700;
    font-size: 21px;
    letter-spacing: -0.02em;
}

.biz_nap_ys_inner_row_1_left {
    width: 60%;
}

.biz_nap_ys_inner_row_1_right {
    width: 37.5%;
    display: flex;
    row-gap: 8px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.biz_nap_ys_inner_row_1_right .button_d {
    width: 65%;
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
}

.biz_nap_ys_inner_row_1_right .btn_d:nth-last-child(1) {
    width: 65%;
    margin-left: auto;
}

.biz_nap_ys_inner_row_1_right .btn_d:nth-last-child(1) a {
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
}

.biz_nap_ys_inner_row_2 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 45px;
    margin-top: 53px;
    column-gap: 2%;
}

.biz_nap_ys_inner_row_2_item {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    backdrop-filter: blur(15px);
    width: 23.5%;
    box-sizing: border-box;
    padding-top: 37px;
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 25px;
    height: 327px;
    position: relative;
}

.biz_nap_ys_inner_row_2_item ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 20px;
    padding-top: 20px;
}

.biz_nap_ys_inner_row_2_item:before {
    border-radius: 100%;
    background-color: #fff;
    width: 23px;
    aspect-ratio: 1;
    position: absolute;
    right: 22px;
    bottom: 22px;
    display: block;
    content: "";
}

.biz_nap_ys_inner_row_2_item.pystoi {
    opacity: 0;
}

.biz_nap_ys {
    padding-bottom: 183px;
    background-image: url(images/g_97.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: auto;
}

.biz_nap_ys .gorod_t2 {
    left: -90px;
    -webkit-text-stroke: 2px #ffffff;
}

.ypravlenie_starapom.biz_nap_ys .gorod_t2 {
    font-size: 119px;
    -webkit-text-stroke: 1px #ffffff;
    writing-mode: inherit;
    left: auto;
    right: -120px;
    top: 0;
}

.ypravlenie_starapom.biz_nap_ys .gorod:before {
    width: 134px;
    top: auto;
    bottom: 40px;
    right: auto;
    left: -40px;
}

.ypravlenie_starapom.biz_nap_ys .gorod_t1 {
    top: auto;
    left: auto;
    right: -60px;
    bottom: 130px;
    padding-left: 15px;
    padding-right: 15px;
}

.ypravlenie_starapom.biz_nap_ys .gorod {
    width: 38%;
    top: -10px;
    margin-right: auto;
}

.biz_nap_ys .gorod_t1 {
    top: auto;
    left: 56px;
    bottom: 30px;
}

.biz_nap_ys .gorod {
    margin-left: auto;
    position: relative;
    top: -40px;
}

.biz_nap_ys .gorod:before {
    position: absolute;
    content: '';
    width: 188px;
    aspect-ratio: 1;
    top: -80px;
    right: 20px;
    background-image: url(images/g_24.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ypravlenie_kompaniei.biz_nap_ys .biz_nap_ys_inner_row_2_item:nth-child(4):after {
    position: absolute;
    content: '';
    width: 93px;
    aspect-ratio: 1;
    top: -45px;
    right: -45px;
    background-image: url(images/g_24.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ypravlenie_kompaniei.biz_nap_ys .biz_nap_ys_inner_row_2_item:nth-child(3):after {
    position: absolute;
    content: '';
    width: 176px;
    aspect-ratio: 1;
    bottom: -83px;
    left: -53px;
    background-image: url(images/g_98.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ypravlenie_kompaniei .pc_none {
    display: none;
}

.ypravlenie_kom_nedvij .biz_nap_ys_inner_row_2_item {
    height: 595px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

.biz_nap_ys_inner_row_2_item_t1 {
    font-weight: 700;
}

.ypravlenie_starapom.biz_nap_ys {
    padding-bottom: 80px;
    background-image: url(images/g_102.jpg);
}

.a1.biz_nap_ys_inner_row_2_item_t1 {
    margin-top: 20px;
}

.ypravlenie_kom_nedvij .gorod.a1 {
    position: absolute;
    bottom: 230px;
    left: 430px;
    z-index: 1;
    top: auto;
    width: 290px;
}

.ypravlenie_kom_nedvij .biz_nap_ys_inner_row_2 {
    position: relative;
}

.ypravlenie_kom_nedvij .biz_nap_ys_inner_row_2_item:nth-last-child(2) {
    height: 426px;
}

.ypravlenie_kom_nedvij.biz_nap_ys .a1.gorod:before {
    width: 105px;
    top: 10px;
    right: auto;
    left: -40px;
}

.ypravlenie_kom_nedvij .gorod_t1.a1 {
    transform: rotate(0deg);
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    color: #fff;
    width: max-content;
    border: 1px solid #fff;
    border-radius: 10px;
    background: rgba(11, 77, 148, 0.26);
    backdrop-filter: blur(15px);
    top: auto;
    left: 0px;
    bottom: -10px;
}

.gorod.a1 .gorod_t1:nth-child(1) {
    top: 0px;
    bottom: auto;
    right: -20px;
    padding-left: 15px;
    padding-right: 15px;
    left: auto;
}

.ypravlenie_kom_nedvij.biz_nap_ys .gorod:not(.a1) {
    top: -10px;
}

.biz_nap_ys .gorod:before {
    width: 134px;
    top: 80px;
    right: -40px;
}

.ypravlenie_kom_nedvij.biz_nap_ys .gorod:not(.a1) .gorod_t1:not(.a1) {
    top: 122px;
    bottom: auto;
    right: 119px;
    left: auto;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1;
}

.ypravlenie_kom_nedvij.biz_nap_ys .gorod:not(.a1) .gorod_t1.a1 {
    top: 82px;
    left: auto;
    bottom: auto;
}

.ypravlenie_kom_nedvij .gorod_img {
    border: 2px solid #fff;
}

.ypravlenie_kom_nedvij.biz_nap_ys {
    padding-bottom: 13px;
    background-image: url(images/g_105.jpg);
    background-position: bottom center;
    background-size: 100%;
}

.ypravlenie_korporativnim_razvitiem .biz_nap_ys_inner_row_2_item {
    height: auto;
}

.box_img {
    width: 49%;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.ypravlenie_korporativnim_razvitiem .box_img:before {
    position: absolute;
    content: '';
    width: 105px;
    aspect-ratio: 1;
    top: 0px;
    left: 0px;
    background-image: url(images/g_24.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.box_img_t1 {
    position: absolute;
    color: transparent;
    -webkit-text-stroke: 1px #a9a9a9;
    font-size: 180px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: var(--third-family);
    bottom: 0;
    white-space: nowrap;
}

.ypravlenie_korporativnim_razvitiem .box_img_t1 {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: max-content;
    z-index: 0;
    bottom: 60%;
}

.box_img_inner figure {
    position: relative;
    z-index: 1;
}

.box_img_t2 {
    transform: rotate(-7deg);
    font-size: 21px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: var(--third-family);
    background: #fff;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    bottom: 0;
    border-radius: 10px;
    width: max-content;
    z-index: 1;
}

.ypravlenie_korporativnim_razvitiem .box_img_t2 {
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    bottom: 50%;
}

.box_img_inner {
    position: relative;
}

.ypravlenie_korporativnim_razvitiem .box_img_inner {
    width: 110%;
    flex-shrink: 0;
}

.ypravlenie_korporativnim_razvitiem.biz_nap_ys {
    padding-bottom: 43px;
    background-image: url(images/g_107.jpg);
    background-position: center top 500px;
    background-size: auto;
}

.ypravlenie_invest_proektami .biz_nap_ys_inner_row_1_left {
    width: 61%;
}

.ypravlenie_invest_proektami .biz_nap_ys_inner_row_2_item {
    height: auto;
}

.ypravlenie_invest_proektami.biz_nap_ys {
    padding-bottom: 131px;
    background-image: url(images/g_109.jpg);
    background-position: bottom center;
    background-size: auto;
}

.ypravlenie_invest_proektami .biz_nap_ys_inner_row_1_left .title_d:after {
    display: none;
}

.ypravlenie_biznesom_innostrannih .biz_nap_ys_inner_row_2_item {
    height: auto;
    padding-bottom: 26px;
}

.ypravlenie_biznesom_innostrannih .biz_nap_ys_inner_row_2_item:nth-child(1) {
    column-count: 2;
    width: 49%;
}

.razriv.biz_nap_ys_inner_row_2_item_t1 {
    margin-top: 0;
    break-before: column;
}

.ypravlenie_biznesom_innostrannih.biz_nap_ys {
    padding-bottom: 83px;
    background-image: url(images/g_111.jpg);
    background-position: center bottom -205px;
}

.ypravlenie_pravovimi_riskami .biz_nap_ys_inner_row_2_item {
    height: 570px;
}

.biz_nap_ys_inner_row_2_item_box {
    position: relative;
    margin-left: auto;
}

.ypravlenie_pravovimi_riskami.biz_nap_ys {
    padding-bottom: 0px;
    background-image: url(images/g_109.jpg);
    background-position: bottom 240px center;
    background-repeat: no-repeat;
    background-size: auto;
}

.ypravlenie_pravovimi_riskami .gorod_t1 {
    right: -20px;
    bottom: 323px;
    left: auto;
    padding-left: 35px;
    padding-right: 35px;
}

.biz_nap_ys_inner_row_2_item_box_t2 {
    position: absolute;
    left: -18%;
    bottom: 20px;
    color: transparent;
    -webkit-text-stroke: 1px #D3D3D7;
    font-size: 147px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: var(--third-family);
    white-space: nowrap;
    writing-mode: sideways-lr;
}

.ypravlenie_effetivnostu .biz_nap_ys_inner_row_1_right {
    justify-content: flex-end;
}

.ypravlenie_effetivnostu .biz_nap_ys_inner_row_1_right .btn_d:nth-child(2) a {
    padding: 20px 4px;
}

.ypravlenie_effetivnostu .biz_nap_ys_inner_row_1_right .btn_d {
    width: 73%;
    text-align: center;
}

.ypravlenie_effetivnostu .biz_nap_ys_inner_row_1_right .btn_d:nth-child(3) {
    width: auto;
}

.ypravlenie_effetivnostu .biz_nap_ys_inner_row_1_right .btn_d:nth-child(3) a {
    padding-left: 46px;
    padding-right: 46px;
}

.ypravlenie_effetivnostu .biz_nap_ys_inner_row_1_right {
    width: 33%;
}

.ypravlenie_effetivnostu .biz_nap_ys_inner_row_1_left {
    width: 64%;
}

.ypravlenie_effetivnostu .biz_nap_ys_inner_row_2_item {
    height: auto;
    padding-bottom: 70px;

}

.biz_nap_ys_inner_row_2_item_box_2 {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 18px;
    column-gap: 2%;
    width: 49%;
}

.biz_nap_ys_inner_row_2_item_box_2 .biz_nap_ys_inner_row_2_item {
    width: 49%;
}

.biz_nap_ys.ypravlenie_effetivnostu {
    background-image: url(images/g_109.jpg);
    background-position: bottom 356px center;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 120px;
}

.biz_nap_ys_inner_row_2_item_box_2 {
    position: relative;
}

.biz_nap_ys_inner_row_2_item {
    height: auto;
    padding-bottom: 90px;
}

.biz_nap_ys_inner_row_2_item_box_2_img {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;

}

.biz_nap_ys_inner_row_2_item_box_2_img img {
    width: 120%;
    max-width: 120%;
    height: auto;
    max-height: max-content;
}

.ypravlenie_marketingom .gorod_t1 {
    left: 46px;
    bottom: auto;
    top: 180px;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 1;
}

.ypravlenie_marketingom .biz_nap_ys_inner_row_2_item_box_t2 {
    left: 9%;
    top: 9%;
    bottom: auto;
    writing-mode: unset;
}

.biz_nap_ys_inner_row_2_item:nth-last-child(2) {
    z-index: 1;
}

.biz_nap_ys_inner_row_2_item_box_3 {
    position: relative;
    width: 49%;
    align-items: stretch;
    align-items: flex-end;
}

.ypravlenie_marketingom.biz_nap_ys {
    padding-bottom: 101px;
    background-image: url(images/g_109.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

.ypravlenie_marketingom .biz_nap_ys_inner_row_2_item:nth-last-child(2)::after {
    position: absolute;
    content: '';
    width: 165px;
    aspect-ratio: 1;
    bottom: -74px;
    left: 20px;
    background-image: url(images/g_100.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.fon_vn_a {
    margin-top: 107px;
    padding-bottom: 120px;
    background-image: url(images/g_117.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

.biz_nap_ys_inner_row_1_left_t2 {
    font-size: 14px;
    color: #898989;
    margin-bottom: 31px;
    font-family: var(--second-family);
}

.plitka_inner_row_2 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 2%;
}

.plitka_inner_row_2 .komanda_b5_item {
    width: 23%;
    padding: 42px 19px 34px 23px;
    min-height: 327px;
}

.plitka_inner_row_2 .komanda_b5_item_t4 {
    margin-top: auto;
}

.plitka_inner_row_2 .komanda_b5_item_t2 {
    margin-bottom: 32px;
}

.plitka_inner_row_2 .komanda_b5_item .biznes_n_inner_row_2_item_inner_arrow {
    bottom: 11px;
}

.plitka_inner_row_2 .komanda_b5_item_t4 a {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 14px;
    line-height: 100%;
}

.plitka_inner_row_2 .komanda_b5_item_t4 a:hover {
    text-decoration: none;
}

.plitka_inner_row_2 .biznes_n_inner_row_2_item_inner_arrow svg path {
    stroke: #000000;
}

.biznes_n_inner_row_2_item_inner_arrow {
    border: 1px solid #000000;
}

.klienti_k_nam_prihodat .plitka_inner_row_1 {
    position: relative;
}

.klienti_k_nam_prihodat .plitka_inner_row_1:before {
    position: absolute;
    right: 0;
    bottom: 20px;
    content: "";
    width: 154px;
    aspect-ratio: 1;
    background-image: url(images/g_113.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.plitka .blue .biznes_n_inner_row_2_item_inner_arrow svg path {
    stroke: #fff;
}

.plitka .black .komanda_b5_item_t4 a {
    color: #fff;
}

.komanda_b5_item_title {
    width: 49%;
    display: flex;
    align-items: center;
}

.kogda_vhodim_v_bizness .plitka_inner_row_2 .komanda_b5_item {
    min-height: 248px;
}

.kogda_vhodim_v_bizness .plitka_inner_row_2 .komanda_b5_item_t2 {
    margin-bottom: 12px;
}

.plitka_inner_row_2 .komanda_b5_item.a1_title {
    align-items: center;
    justify-content: center;
    padding-top: 34px;
}

.plitka_inner_row_2 .komanda_b5_item.a1_img {
    border: 1px solid transparent;
    text-align: center;
}

.kogda_vhodim_v_bizness.fon_vn_a {
    background-image: url(images/g_119.jpg);
    background-position: left bottom -70px;
}

.biznes_konserj {
    background-image: none !important;
}

.biznes_konserj .plitka_inner_row_2 {
    margin-top: 64px;
}

.biznes_konserj .komanda_b5_item_t1 {
    text-align: center;
}

.biznes_konserj .komanda_b5_item ul {
    padding-left: 20px;
    margin-top: 38px;
}

.biznes_konserj .komanda_b5_item ul li {
    margin-bottom: 10px;
}

.biznes_konserj .komanda_b5_item:nth-last-child(1) .komanda_b5_item_t1 {
    text-align: left;
}

.biznes_konserj .komanda_b5_item:nth-last-child(1) .komanda_b5_item_t2 {
    font-family: var(--font3);
    font-size: 59px;
    line-height: 92%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #fff;
}

.biznes_konserj .komanda_b5_item:nth-last-child(1) .button_d {
    margin-top: auto;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 0px;
}

.biznes_konserj .komanda_b5_item {
    min-height: 624px;
}

.biznes_konserj .komanda_b5_item.white {
    border: 1px solid #000;
    background-color: #fff;
}

.biznes_konserj .komanda_b5_item:nth-child(1) {
    background-image: url(images/g_46.jpg);
    background-position: center bottom 21px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.biznes_konserj .komanda_b5_item:nth-child(2) {
    background-image: url(images/g_48.jpg);
    background-position: center bottom 85px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.biznes_konserj .komanda_b5_item:nth-child(3) {
    background-image: url(images/g_120.png);
    background-position: center bottom 22px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.biznes_konserj .komanda_b5_item:nth-child(4) {
    background-image: url(images/g_49.jpg);
    background-position: center bottom 123px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.paketi_rewenii_inner_row_1_t1 {
    margin-top: 100px;
}

.paketi_rewenii_inner_row_1_t {
    text-align: center;
}

.s_86 {
    font-size: 86px;
}

.paketi_rewenii_inner_row_1_t2 {
    margin-top: 20px;
    margin-bottom: 53px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #6e6e6e;

}

.paketi_rewenii_inner_row_2 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    column-gap: 26px;
}

.paketi_rewenii_inner_row_2_item {
    width: 27%;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(23px);
    background: rgba(242, 242, 242, 0.7);
    box-sizing: border-box;
    padding: 38px 26px 22px 26px;
    border-radius: 20px;
}

.paketi_rewenii {
    padding-bottom: 38px;
    background-image: url(images/g_38.jpg);
    background-position: center bottom -680px;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.paketi_rewenii_inner_row_2_item_t1 {
    font-weight: 400;
    font-size: 56px;
    letter-spacing: -0.02em;
}

.paketi_rewenii_inner_row_2_item_t2 {
    margin-top: 22px;
    margin-bottom: 5px;
    font-family: var(--third-family);
    font-size: 42px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.paketi_rewenii_inner_row_2_item_t3 {
    font-size: 21px;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
}

.paketi_rewenii_inner_row_2_item_t4 {
    font-size: 21px;
    letter-spacing: -0.02em;
    margin-bottom: 67px;
}

.paketi_rewenii_inner_row_2_item .btn_d {
    margin-top: auto;
    width: 100%;
}

.paketi_rewenii_inner_row_2_item .btn_d a {
    padding: 20px 0px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.paketi_rewenii_inner_row_2_item {
    position: relative;
}

.paketi_rewenii_inner_row_2_item:nth-child(3):before {
    background-image: url(images/g_121.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 82px;
    right: -151px;
    width: 177px;
    aspect-ratio: 1;
}

.keysi_vn {
    padding-top: 92px;
    padding-bottom: 69px;
    background-image: url(images/g_82.jpg);
    background-position: center top 155px;
    background-repeat: no-repeat;
    background-size: auto;
}

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

.keysi_vn_left {
    width: 35%;
}

.keysi_vn_right {
    width: 60%;
    position: relative;
    padding: 80px 65px 80px 65px;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.58);
    border-radius: 20px;
    box-sizing: border-box;
}

.keysi_vn_right:before {
    content: "";
    position: absolute;
    width: 231px;
    aspect-ratio: 1;
    background-image: url(images/g_44.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 199px;
    left: -184px;
}

.keysi_vn_left_t2 {
    margin-top: 14px;
    margin-bottom: 158px;
}

.keysi_vn_left_t2 a {
    border: 1px solid #000;
    border-radius: 100px;
    padding: 10px 44px;
    display: block;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.3s;
    width: max-content;
}

.keysi_vn_left_t2 a:hover {
    background-color: #000;
    color: #fff;
}

.slaid_keysi_t1 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 39px;
}

.slaid_keysi_t2 p {
    margin-bottom: 30px;
    font-size: 18px;
}

.slaid_keysi_t2 p {
    font-size: 18px;
}

.slaid_keysi_t2 ul {
    font-size: 18px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.slaid_keysi_t2 p:has(+ul) {
    margin-bottom: 0 !important;
}

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

.keysi_vn .swiper-arrows {
    top: 310px;
    width: max-content;
    column-gap: 8px;
    left: -545px;
}

.margin_top_p {
    margin-top: 30px;
}

/* NOTE end 9999px */

/* NOTE begin 1600px */
@media screen and (max-width: 1600px) {
    .g_natalia {
        width: 98%;
    }

    .g_natalia_inner {
        padding-left: 10vw;
        box-sizing: border-box;
        padding-top: 51px;
        padding-bottom: 51px;
        padding-right: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .g_natalia_inner_right {
        aspect-ratio: 1;
        height: 100%;
    }

    .g_natalia_inner_right_conteiner {
        width: auto;
        height: 100%;
    }

    .g_natalia_inner_right_conteiner_img {
        top: 6.7vw;
        left: 14vw;
        width: 60%;
    }

    .polosa.margin_top_p {
        margin-top: -3vw;
    }
}

/* NOTE end 1600px */

/* NOTE begin 1500px */
@media screen and (max-width: 1500px) {
    .osnovatel_inner_right_t3 p {
        font-size: 18px;
    }

    .osnovatel_inner_right_t3 ul {
        font-size: 18px;
    }

    .lideri_pop_up_inner_t {
        font-size: 90px;
    }
}

/* NOTE end 1500px */


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

/* NOTE end 1300px */

/* NOTE begin 1200px */

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

    .wrap_tovar_table::-webkit-scrollbar-track {
        border: 2px solid white;
        background-color: #ccc;
    }

    .wrap_tovar_table::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .wrap_tovar_table::-webkit-scrollbar:horizontal {
        height: 13px;
    }

    .wrap_tovar_table::-webkit-scrollbar-thumb {
        border-radius: 6px;
        border: 2px solid white;
        background-color: rgba(0, 0, 0, .5);
    }

    .wrap_tovar_table {
        overflow-x: scroll;
        width: 100%;
    }

    .wp_wrap_subkategory_item_img img {
        max-width: 100%;
        height: auto;
    }

    .wrap_posts article .article_img_details img {
        max-width: 100%;
        height: auto;
    }

    .wrap_content_inner,
    .max-width {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        width: 100%;
    }

    .content_inner_max_width {
        padding-left: 0px;
        padding-right: 0px;
    }

    .wrap_header_right {
        display: none;
    }

    .wrap_header_left {
        width: 100%;
        column-gap: 0px;

    }

    .widget_flickr {
        margin-left: auto;
    }

    .wrap_header {
        align-items: center;
        position: relative;
        padding-top: 12px;
    }

    .menu_wrap {
        margin-right: 0px;
        margin-left: 11px;
    }

    .wrap_header_left {
        margin-left: 0px;
    }

    .vniz {
        display: none;
    }

    .mi_pomogaem_inner .swiper-arrows {
        right: 0px;
    }

    .button_open_dialog.close_button .item {
        transition: 0.3s;
        transform: rotate(0deg);
    }

    .button_open_dialog.close_button .item.display_none:nth-child(2) {
        opacity: 0;

    }

    .button_open_dialog.close_button .item.display_none:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: top left;
    }

    .button_open_dialog.close_button .item.display_none:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: bottom left;
    }

    .d_n {
        display: block;
    }

    .general-pop-up.dialog-cf7 {
        width: 100%;
    }

    .komanda_b2_nam_doverait_row_item {
        padding: 37px 25px 37px 25px;
    }

    .komanda_b4 .gorod:before {
        width: 50%;
    }

    .komanda_b5_item.a1 .komanda_b5_item_t2 {
        font-size: 35px;
    }

    .komanda_b6_row_item .button_d {
        left: 0px;
    }

    .komanda_b7 .gorod_t1 {
        top: 55px;
        left: -10px;
    }

    .komanda_b7 .gorod:before {
        width: 30%;
    }

    .komanda_b7 {
        align-items: flex-start;
        margin-bottom: 15px;
    }

    .podhod_b1_right {
        width: 48%;
    }

    .podhod_b1_right:before {
        bottom: 0px;
    }

    .podhod_b2_inner_item.a2:before {
        background-size: contain;
        height: 186px;
    }

    .podhod_b4_inner_row {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .podhod_b4_inner_row_item {
        width: 48%;

    }

    .osnovatel_b1_right_row {
        left: -10px;
    }

    .pismo {
        width: 50%;
    }

    .popylarnii_row {
        flex-wrap: wrap;
        row-gap: 15px;
        column-gap: 2%;
    }

    .popylarnii_row_item {
        width: 48%;
    }

    .popylarnii_row_item:nth-child(1) {
        background-image: url(images/g_46.jpg);
        background-position: center top 0px;
    }

    .publikacii .swiper-slider-wrapper {
        width: 90%;
        margin: auto;
    }

    .polosa.osnovatel_a {
        padding-left: 50px;
        padding-right: 50px;
    }

    .s_wrap_row_1_t1 br {
        display: none;
    }

    .s_wrap_row_1 .button_d {
        white-space: nowrap;
    }

    .s_wrap_row_2 {
        width: calc(100% - 40px);
    }

    .kontakti_inner {
        width: calc(100% - 40px);
    }

    .kontakti_inner:after {
        display: none;
    }

    .lideri_pop_up_inner_t {
        display: none;
    }

    .lideri_pop_up_inner_col_2 {
        padding: 49px 20px 49px 31px;
        width: 100%;
    }

    .lideri_pop_up_inner_col_text {
        font-size: 16px;
    }

    .biz_nap_ys_inner_row_1_right p {
        width: 100% !important;
        text-align: center;
    }

    .biz_nap_ys .gorod_t2 {
        left: 0px;
        -webkit-text-stroke: 1px #ffffff;
        bottom: 35px;
        font-size: 85px;
    }

    .biz_nap_ys_inner_row_2_item {
        width: 49%;
    }

    .biznes_n_inner_row_2_item {
        width: 49%;
    }

    .mi_pomogaem_inner_left_right {
        width: 53%;
    }

    .g_pocemy_inner_row:before {
        background-size: contain;
        width: 111px;
        right: 0px;
        top: -220px;
    }

    .ypravlenie_starapom.biz_nap_ys .gorod {
        width: 100%;
        max-width: 279px;

    }

    .ypravlenie_starapom.biz_nap_ys .gorod_t2 {
        font-size: 71px;
        -webkit-text-stroke: 1px #ffffff;
        writing-mode: inherit;
        left: auto;
        right: -60px;
        top: 0;
    }

    .ypravlenie_starapom.biz_nap_ys .gorod:before {
        width: 80px;
    }

    .ypravlenie_starapom.biz_nap_ys .gorod_t1 {
        right: -30px;
        bottom: 30px;
        font-size: 12px;
    }

    .ypravlenie_kom_nedvij.biz_nap_ys .gorod:not(.a1) .gorod_t1.a1 {
        top: auto;
        left: -30px;
        bottom: 10px;
    }

    .box_img {
        margin: auto;
    }

    .ypravlenie_biznesom_innostrannih .biz_nap_ys_inner_row_2_item:nth-child(1) {
        width: 100%;
    }

    .biz_nap_ys_inner_row_2_item_box {
        margin-right: auto;
    }

    .biz_nap_ys_inner_row_2_item_box_2 {
        width: 100%;
    }

    .biz_nap_ys_inner_row_2_item_box_3 {
        margin-left: auto;
        margin-right: auto;
    }

    .plitka_inner_row_2 .komanda_b5_item {
        width: 48%;
    }

    .paketi_rewenii_inner_row_2_item {
        width: 33%;
    }

    .keysi_vn {
        padding-top: 18px;
        padding-bottom: 169px;
    }

    .keysi_vn_inner {
        flex-direction: column;
        row-gap: 87px;
    }

    .keysi_vn_left {
        width: 100%;
    }

    .keysi_vn_right {
        width: 100%;
        padding: 52px 27px 50px 27px;
    }

    .keysi_vn_left_t1_wrap {
        text-align: center;
    }

    .keysi_vn_left_t2 {
        margin-top: 14px;
        margin-bottom: 14px;

    }

    .keysi_vn_left_t2 a {
        margin-left: auto;
        margin-right: auto;
    }

    .keysi_vn_left .button_d {
        margin-left: auto;
        margin-right: auto;
    }

    .keysi_vn .swiper-arrows {
        top: -100px;
        left: 0px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .keysi_vn_right:before {
        top: auto;
        bottom: -157px;
        left: auto;
        right: -57px;
    }
}

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

    .header_h_inner {
        width: 90%;
        background-size: contain;
    }

    .header_h_inner_conteiner {
        padding-top: 30vw;
    }

    .header_h_inner_t1 {
        font-size: clamp(22px, 5.24vw, 40px);
        margin-bottom: 3vw;
    }

    .header_h_inner_t2 {
        font-size: clamp(32px, 8.57vw, 72px);
    }

    .header_h_inner_t2.r1 {
        padding-left: 0px;
        width: 60vw;
        margin: auto;
    }

    .header_h_inner_t2.r2 {
        width: 60vw;
        margin: auto;
    }

    .header_h_inner_img {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        top: 53vw;
    }

    .header_h_inner_conteiner .btn_d {
        max-width: 350px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        text-align: center;
    }

    .btn_d.a2 {
        margin-top: 9px;
    }

    .header_h_inner_t3 {
        padding-top: 56vw;
    }

    .header_h_inner_t3 {
        font-size: 16px;
        letter-spacing: -0.01em;
        text-align: center;
        color: #6e6e6e;
    }

    .navigator {
        padding-bottom: 45px;
        padding-top: 28px;
    }

    .title_d {
        font-size: 50px;
    }

    .navigator_inner_title_t {
        font-size: 20px;
        border-radius: 5px;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 20px;
        padding-right: 20px;
        left: auto;
        right: 0;
    }

    .navigator_inner_title {
        margin-bottom: 12px;
    }

    .navigator_inner .text_small {
        margin-top: 8px;
    }

    .navigator_sl .swiper-pagination-bullets {
        display: none;
    }

    .swiper_counter {
        display: none;
    }

    .navigator_sl .swiper {
        width: 100%;
    }

    .navigator_sl .swiper-arrows {
        top: auto;
        bottom: 84px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .navigator_sl .swiper-slaid_inner {
        padding-top: 33px;
        padding-left: 22px;
        padding-bottom: 86px;
        padding-right: 21px;
        flex-direction: column;
        row-gap: 18px;
        height: auto;
    }

    .swiper-slaid_inner_left {
        width: 100%;
    }

    .swiper-slaid_inner_right {
        width: 100%;
    }

    .swiper-slaid_inner_left_t1 {
        font-size: 22px;
        margin-bottom: 9px;
    }

    .swiper-slaid_inner_left_t2 {
        font-size: 46px;
    }

    .navigator_sl:before {
        bottom: auto;
        top: 47%;
        background-size: contain;
        width: 145px;
        height: 145px;
    }

    .navigator_sl .swiper {
        padding-bottom: 70px;
    }

    .swiper-slaid_inner_left .button_d {
        margin-top: auto;
        position: absolute;
        bottom: -10px;
        transform: translateY(100%);
        width: 100%;
        margin: auto;
        box-sizing: border-box;
        text-align: center;
        left: 0;
    }

    .navigator_sl .swiper-slaid {
        position: relative;
    }

    .navigator_sl .swiper {
        border: 0px solid #fff;
        border-radius: 0px;
        box-sizing: border-box;
        background: transparent;
        backdrop-filter: none;
    }

    .navigator_sl .swiper .swiper-slaid {
        border: 2px solid #fff;
        border-radius: 20px;
        box-sizing: border-box;
        background: rgba(242, 242, 242, 0.2);
        backdrop-filter: blur(10px) !important;
    }

    .g_natalia {
        width: calc(100% - 40px);
    }

    .g_natalia_inner {
        padding-left: 22px;
        padding-top: 50px;
        padding-bottom: 108px;
        padding-right: 20px;
        flex-direction: column;
    }

    .g_natalia_inner_left {
        width: 100%;
    }

    .g_natalia_inner_right {
        width: 100%;
    }

    .g_natalia_inner_left_text {
        margin-top: 16px;
        margin-bottom: 20px;
    }

    .g_natalia_inner_left_text p {
        font-size: 16px;
    }

    .g_natalia_inner_left_text p:not(:nth-last-child(1)) {
        margin-bottom: 20px;
    }

    .g_natalia .btn_d {
        width: 100%;
        max-width: 400px;
    }


    .g_natalia .btn_d a {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .g_natalia_inner {
        position: relative;
    }

    .g_natalia_inner_right {
        width: 100%;
        position: absolute;
        height: auto;
        bottom: -330px;
        max-width: 400px;
    }

    .polosa {
        font-size: 26px;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-top: 90px;
        margin-bottom: 49px;
        padding-left: 4vw;
        padding-right: 4vw;
        text-align: center;
    }

    .polosa.margin_top_p {
        margin-top: 300px;
    }

    .g_pocemy_inner_row {
        margin-top: 35px;
        flex-direction: column;
        row-gap: 15px;
    }

    .g_pocemy .title_d {
        max-width: 300px;
    }



    .g_pocemy_inner_row_item {
        width: 100%;
        aspect-ratio: 0;
        height: 229px;
        border-radius: 17px;
        padding: 30px;
        padding-left: 25px;
    }

    .g_pocemy_inner_row_item_text {
        max-width: 100%;
    }

    .g_pocemy_inner_row_item.s_knopkoi {
        margin-top: 5px;
        height: auto;
        border-radius: 0px;
        padding: 0px;
        padding-left: 0px;
        border: 0px solid #fff;
        background: rgba(242, 242, 242, 0);
    }

    .g_pocemy_inner_row_item.s_knopkoi:before {
        display: none;

    }

    .g_pocemy_inner_row_item.s_knopkoi .btn_d.black a {
        width: 100%;
        box-sizing: border-box;
    }

    .g_pocemy_inner_row_item.s_knopkoi .btn_d.black {
        width: 100%;
        text-align: center;
    }

    .g_pocemy {
        margin-bottom: 67px;
        background-image: url(images/g_14.png), url(images/g_15.png);
        background-position: center top 200px, center bottom 50px;
        background-size: 100%;
    }

    .biznes_n_inner_row_1 {

        flex-direction: column;
    }

    .biznes_n_inner {
        position: relative;
    }

    .biznes_n_inner_row_1_right {
        position: absolute;
        bottom: -20px;
        transform: translateY(100%);
        flex-direction: column;
        row-gap: 10px;
        width: calc(100% - 40px);
    }

    .biznes_n_inner_row_2_item {
        width: 100%;
    }

    .biznes_n_inner_row_2_item .btn_d {
        max-width: 100%;
        margin-top: 20px;
    }

    .biznes_n_inner_row_2_item .btn_d a {
        padding-left: 77px;
        text-align: left;
    }

    .biznes_n_inner_row_2_item .btn_d a:before {
        right: 85px;
    }

    .btn_d {
        width: 100%;
        box-sizing: border-box;
    }

    .biznes_n_inner_row_1_right .btn_d a,
    .biznes_n_inner_row_1_right .button_d.btn_d {
        padding: 21px 0px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .biznes_n {
        margin-bottom: 210px;
    }

    .keisi_inner .title_d {
        width: 80%;
        margin: auto;
        display: block;
    }

    .keisi_inner .text_small_2 {
        width: 80%;
        margin: auto;
        margin-top: 12px;
        margin-bottom: 41px;
    }

    .keysi_sl .swiper-arrows {
        top: -53px;
    }

    .keisi_inner .tabs {
        padding: 44px 24px 211px 27px;
        background-color: #000;
        border-radius: 24px;
    }

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

    .keysi_sl .ui-tabs-tab,
    .ui-tabs .ui-tabs-nav li.ui-tabs-active {
        background-color: transparent;
        width: 100%;
    }

    .keysi_sl .ui-tabs-tab a:hover,
    .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        background-color: #9dafc0;
        color: #000;
    }

    .tab_keisi {
        padding: 0 !important;
        margin-top: 42px;
        min-height: auto;
        border: 0px solid #fff !important;
        border-radius: 0px;
        flex-direction: column;
    }

    .tab_keisi_inner_left {
        width: 100%;
        border-radius: 0px;
        padding: 0px;
        font-size: 14px;
    }

    .width_100_percent .biznes_n_inner_row_2_item_inner {
        flex-direction: column;
        position: relative;
        padding-bottom: 100px;
    }

    .width_100_percent .biznes_n_inner_row_2_item_inner_left {
        width: 100%;
    }

    .width_100_percent .biznes_n_inner_row_2_item_inner_conteiner {
        flex-direction: column;
    }

    .biznes_n_inner_row_2_item_inner_conteiner_col {
        width: 100%;
    }

    .width_100_percent .biznes_n_inner_row_2_item_inner_t1 {
        min-height: auto;
    }

    .width_100_percent.biznes_n_inner_row_2_item .btn_d {
        position: absolute;
        bottom: 20px;
    }

    .width_100_percent .biznes_n_inner_row_2_item_inner_arrow {
        right: 22px;
        top: 30px;
        bottom: auto;
    }

    .width_100_percent .biznes_n_inner_row_2_item_inner_t2 {
        max-width: 217px;
    }

    .width_100_percent.biznes_n_inner_row_2_item .btn_d {
        width: calc(100% - 44px);
    }



    .tab_keisi_inner_right {
        display: none;
    }

    .keisi_mi_pomogaem {
        background-image: none;
    }

    .keisi_inner_pomogaem_a {
        padding-top: 41px;
        padding-bottom: 50px;
        background-image: url(images/g_16.png);
        background-repeat: no-repeat;
        background-position: top 0px center;
        background-size: 100% 100%;
        width: calc(100% + 40px);
        margin-left: -20px;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }

    .keisi_inner_pomogaem_a_inner {
        display: flex;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(12px);
        border: 2px solid #fff;
        border-radius: 20px;
        height: 344px;
        flex-direction: column;
        justify-content: flex-end;
        row-gap: 39px;
        padding: 0 24px 43px 27px;
        box-sizing: border-box;
    }

    .swiper-slider-wrapper.keysi_sl:before {
        right: 20px;
        bottom: 20px;
        pointer-events: none;
    }

    .tab_keisi_inner_right_t {
        font-size: 31px;
    }

    .button_d.btn_d {
        text-align: center;
    }

    .mi_pomogaem_inner_left_right_title {
        font-size: 50px;
    }

    .keisi_inner {
        padding-bottom: 39px;
    }

    .mi_pomogaem_inner {
        margin-bottom: 44px;
        height: auto;
        flex-direction: column;
        width: calc(100% - 40px);
        margin-left: -20px;
        padding-top: 52px;
        padding-bottom: 20px;
    }

    .mi_pomogaem_inner_left {
        width: 100%;
        order: 1;
        margin-top: 100px;
    }

    .mi_pomogaem_inner_left_right {
        width: 100%;
        padding-top: 0;
    }

    .mi_pomogaem_inner_left_img {
        width: 100%;
        position: static;
        text-align: center;
    }

    .swiper-slaid_t1 {
        margin-top: 15px;
        margin-bottom: 35px;
    }

    .swiper-slaid_t2 br {
        display: none;
    }

    .swiper-slaid_t1 br {
        display: none;
    }

    .mi_pomogaem_inner:before {
        width: 102px;
        right: 0px;
        bottom: 240px;
        z-index: 1;

    }

    .mi_pomogaem_inner .swiper-arrows {
        bottom: -10px;
        top: auto;
        transform: translateY(100%);
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .title_d {
        line-height: normal;
    }

    .novosti {
        flex-direction: column;
        row-gap: 25px;
    }

    .novosti_left {
        width: 100%;
    }

    .novosti_right {
        border-radius: 20px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer_wrap {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .footer_wrap_inner_row_1 {
        flex-direction: column;
        align-items: center;
    }

    .footer_wrap_inner_row_1_col_2 {
        display: none;
    }

    .footer_wrap_inner_row_1_col_3 {
        order: 1;
    }

    .footer_wrap_inner_row_1_col_1_text {
        margin-top: 25px;
        margin-bottom: 31px;
        text-align: center;
    }

    .footer_wrap_inner_row_1_col_3_t1 {
        margin-top: 19px;
        text-align: center;
    }

    .footer_wrap_inner_row_1_col_3_soc {
        justify-content: center;
    }

    .footer_wrap_inner_row_2 {
        margin-top: 18px;
        padding-top: 0px;
        border-top: 0px solid #d1d1d1;
        flex-direction: column;
        align-items: center;
        row-gap: 15px;
    }

    .footer_wrap_inner_row_2_col_2_t1 {
        margin-bottom: 15px;
    }

    .footer_wrap_inner_row_2>* {
        width: 100%;
        text-align: center;
    }

    .okno_wrap {
        background-image: url(images/g_19.png);
        background-position: bottom 40px center;
        background-size: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .okno_wrap_linner {
        height: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        flex-direction: column;
        row-gap: 72px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.55);
        align-items: flex-start;
        position: relative;
    }

    .okno_wrap_linner:before {
        content: "";
        position: absolute;
        right: 10px;
        top: 50px;
        background-image: url(images/g_20.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto;
        width: 81px;
        aspect-ratio: 1;
        display: block;
    }

    .okno_wrap_linner_left_t1 {
        font-size: 50px;
    }

    .okno_wrap_linner_right {
        width: 100%;
    }

    .close-button .f-button.is-close-btn {
        top: 27px;
        right: 27px;
    }

    .dialog-cf7 .wpcf7-submit {
        font-size: 12px !important;
    }

    .novosti-pop-up_inner_title {
        font-size: 50px;
        margin-bottom: 17px;
    }

    .novosti-pop-up_inner_title br {
        display: none;
    }

    .novosti-pop-up_inner_text p {
        font-size: 16px;
    }

    .novosti-pop-up {
        padding-top: 74px;
        padding-left: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 100%;
    }

    .novosti .button_d {
        margin-top: 50px;
    }

    .button_d.btn_d {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slaid_n_t1 br {
        display: none;
    }

    .novosti .swiper-arrows {
        top: -55px;
        bottom: auto;
        right: 0px;
    }

    .novosti-pop-up {
        background-size: 90%;
    }

    .podhod_b1 .d_n {
        display: block;
        margin-top: 14px;
    }

    .podhod_b1_left .button_d {
        display: none;

    }

    .podhod_b1 {
        margin-bottom: 70px;
        margin-top: 24px;
        flex-direction: column;
    }

    .podhod_b1_left {
        width: 100%;
    }

    .podhod_b1_left_inner {
        margin-top: 0px;
        margin-bottom: 15px;
        width: max-content;
        position: relative;
    }

    .podhod_b1_left_inner_t1 {
        font-size: 39px;
    }

    .podhod_b1_left_inner_t2 {
        right: -60px;
        font-size: 46px;
        position: absolute;
        top: 30px;
    }

    .podhod_b1_right_t {
        bottom: 10px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        border-radius: 4px;
        font-size: 14px;
        padding: 20px 10px 20px 30px;
        width: 80%;
    }


    .podhod_b2_inner_item {
        height: auto;
        margin-bottom: 15px;
    }

    .podhod_b2_inner {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .podhod_b2_inner_col {
        width: 90%;
    }

    .podhod_b2_inner_item.a2 p:nth-child(1) {
        margin-top: 9px;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .podhod_b2_inner_item.bac,
    .podhod_b2_inner_item.bac_2 {
        min-height: 234px;
    }

    .podhod_b2_inner:before {
        background-size: contain;
        width: 200px;
        right: auto;
        left: -100px;
        top: 680px;
        z-index: 1;
    }

    .podhod_b2_inner_col:nth-child(2) {
        position: relative;
        z-index: 1;
    }

    .podhod_b2_inner_item.a2:before {
        bottom: -290px;
        right: -90px;
    }

    .podhod_b2_inner_item {
        font-size: 21px;
    }

    .podhod_b2_inner_item.bac:before {
        bottom: 15px;
        right: 15px;
    }

    .podhod_b2_inner_item.bac_2:after {
        background-size: contain;
        width: 162px;
        right: 0px;
    }

    .podhod_b2_inner_item.bac_2 br {
        display: none;
    }

    .podhod_b2 {
        margin-bottom: 69px;
    }

    .podhod_b3_left_t1 br {
        display: none;
    }

    .podhod_b3_left_t2 {
        font-size: 34px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .podhod_b3_left_t3 {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .podhod_b3_left {
        width: 100%;
        margin-right: 0px;
    }

    .podhod_b3_right {
        width: 100%;
    }

    .podhod_b3 {
        flex-direction: column;
    }

    .podhod_b3_left_t2 br {
        display: none;
    }

    .btn_d a {
        text-align: center;
    }

    .polosa_2 {
        font-size: 20px;
        text-align: center;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .polosa_2.a1 {
        left: 44%;
        width: max-content;
    }



    .podhod_b2_inner_col:nth-last-child(1):before {
        content: "";
        background-image: url(images/g_31.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 114px;
        height: 222px;
        display: block;
        right: -20px;
        bottom: 376px;
        position: absolute;
        z-index: -1;
    }

    .podhod_b3_right_inner {
        position: static;
        padding: 50px 27px 40px 24px;
        font-size: 16px;
    }

    .podhod_b3_right {
        background-position: top 14vw right;
        background-size: 80%;
    }

    .polosa.margin_top_p.podhod {
        margin-top: 20px;
    }

    .podhod_b4_inner_t.title_d {
        font-size: 75px;
    }

    .podhod_b4_inner_t {
        text-align: left;
        margin-left: 0;
    }



    .podhod_b4_inner_row_item {
        padding: 38px 43px 142px 26px;
    }



    .podhod_b4_inner_row_item:nth-child(1):before {
        width: 113px;
        height: 111px;
        position: absolute;
        content: "";
        display: block;
        bottom: 20px;
        right: 20px;
        background-image: url(images/g_36.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .podhod_footer_inner:before {
        display: none;
    }

    .podhod_b4_inner_row_item:nth-child(2):before {
        width: 145px;
        height: 120px;
        position: absolute;
        content: "";
        display: block;
        bottom: 20px;
        right: 20px;
        background-image: url(images/g_28.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .podhod_b4_inner_row_item:nth-child(4):before {
        width: 145px;
        height: 120px;
        position: absolute;
        content: "";
        display: block;
        bottom: 20px;
        right: 20px;
        background-image: url(images/g_36.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .dla_kogo .polosa_2 {
        width: calc(100% + 30px);
        left: -30px;
        font-size: 28px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dla_kogo_row {
        flex-direction: column;
        row-gap: 23px;
    }

    .dla_kogo_row_item {
        width: 100%;
    }

    .dla_kogo_row_item_title {
        font-size: 29px;
        text-align: center;
        margin-bottom: 15px;
    }

    .podhod_footer_inner {
        flex-direction: column;
        row-gap: 22px;
    }

    .podhod_footer_inner_left p {
        font-size: 30px;
    }

    .osnovatel_b1 {
        margin-top: 18px;
        flex-direction: column;
        row-gap: 20px;
        border-radius: 3px;
        background: #fff;
        padding: 23px 28px 24px 26px;
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
    }

    .osnovatel_b1:before {
        display: none;
    }

    .osnovatel_b1_left {
        width: 100%;
        position: relative;
    }

    .osnovatel_b1_t1 {
        display: inline;
        padding-right: 10px;
    }

    .osnovatel_b1_t2 {
        font-size: 25px;
        display: inline;
    }

    .osnovatel_b1_t1 br {
        display: block;
    }

    .osnovatel_b1_t3 {
        font-size: 16px;
        margin-top: 26px;
    }

    .osnovatel_b1_t4 {
        font-size: 16px;
        margin-bottom: 34px;
    }

    .osnovatel_b1_t4 br {
        display: none;
    }

    .osnovatel_b1_right {
        width: 100%;
    }

    .osnovatel_b1_right_row {
        position: static;
        left: -100px;
        bottom: 295px;
        backdrop-filter: blur(40px);
        background: rgba(242, 242, 242, 0.2);
        border-radius: 8px;
        box-sizing: border-box;
        padding: 21px 24px 21px 24px;
    }

    .osnovatel_b1_right_inner {
        width: calc(100% + 54px);
        margin-left: -24px;
    }

    .osnovatel_b1_right_img {
        width: 100%;
    }

    .osnovatel_b1_right_inner:before {
        width: 97px;
        bottom: 90px;
        left: 36px;
        z-index: 1;
    }

    .osnovatel_b1_right .button_d {
        position: static;
    }

    .osnovatel_b1_row_1_img {
        display: none;
    }

    .osnovatel_b2 {
        margin-top: 70px;
    }

    .osnovatel_b2_row {
        margin-top: 25px;
        flex-direction: column;
        row-gap: 15px;
    }

    .osnovatel_b2_row_left {
        width: 100%;
        row-gap: 15px;
    }

    .osnovatel_b2_row_item {
        height: 203px !important;
    }

    .osnovatel_b2_row_item {
        width: 100% !important;
    }



    .p_m {
        display: flex;
        flex-direction: column;

    }

    .gorod.ab {
        position: relative;
        top: 0;
        right: 0px;
        margin-top: 31px;
    }

    .p_m .gorod {
        order: 2;
        width: 50%;
    }

    .pismo {
        order: 1;
        margin-top: 62px;
    }

    .principi {
        order: 3;
    }

    .pismo_t1 {
        font-size: 25px;
        text-align: center;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .pismo_t2 {
        margin-top: 15px;
        margin-bottom: 31px;
        font-size: 16px;
    }

    .p_m .gorod:before {
        background-image: url(images/g_24.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: '';
        width: 146px;
        aspect-ratio: 1;
        position: absolute;
        right: 60px;
        bottom: -63px;
    }

    .gorod_t1 {
        font-size: 15px;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 40px;
        padding-right: 40px;
        position: absolute;
        top: 37px;
        left: 16px;
    }

    .gorod_t2 {
        font-size: 149px;
        bottom: -60px;
    }

    .principi {
        margin-top: 57px;
        margin-bottom: 70px;
    }

    .principi_row_img {
        display: none;
    }

    .principi_row {
        flex-direction: column;
        row-gap: 15px;
    }

    .principi_row_item {
        width: 100% !important;
    }

    .principi_row:nth-child(3) .principi_row_item:nth-child(1) {
        order: 3;
    }

    .principi_row:nth-child(3) .principi_row_item:nth-child(2) {
        order: 1;
    }

    .principi_row:nth-child(3) .principi_row_item:nth-child(3) {
        order: 2;
    }

    .popylarnii_t1 {
        font-size: 25px;
    }

    .popylarnii_t2 {
        margin-top: 31px;
        margin-bottom: 31px;
    }

    .popylarnii_t2 br {
        display: none;
    }

    .popylarnii_row {

        margin-top: 86px;
        margin-bottom: 70px;
        row-gap: 15px;
    }

    .popylarnii_row_item {
        width: 48%;
        height: 427px;
    }

    .popylarnii_row_item:nth-child(1) {
        background-position: center top 40px;
    }

    .popylarnii_row_item:nth-child(3) {
        background-position: center top 123px;
    }

    .popylarnii_row_item:nth-child(4) {
        background-position: center top 37px;
    }

    .publikacii_t {
        font-size: 25px;
        margin-bottom: 38px;
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }



    .swiper-slaid_n_t1 {
        font-size: 25px;
    }

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

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

    .publikacii {
        margin-bottom: 121px;
    }

    .avtorskie {
        flex-direction: column;
        row-gap: 15px;
    }

    .s_519 {
        width: auto;
    }

    .avtorskie .gorod {
        order: 1;
    }

    .avtorskie_right {
        width: 100%;
    }

    .avtorskie_right_t1 {
        font-size: 50px;
    }

    .avtorskie_right_t2 {
        font-size: 16px;
        margin-top: 15px;
    }



    .avtorskie .gorod:before {
        width: 109px;
        background-size: contain;
        left: 30px;
        position: absolute;
        bottom: -36px;
    }

    .avtorskie_materiali_t {
        font-size: 50px;
        text-align: left;
        margin-bottom: 15px;
    }

    .novosti .swiper-arrows {
        top: -75px;
        right: 0px;
    }

    .avtorskie_col .novosti.max-width {
        padding: 22px 22px 28px 27px;
    }

    .avtorskie_col .novosti .button_d {
        margin-top: 21px;
    }

    .avtorskie_col .novosti_right {
        width: 100%;
    }

    .avtorskie_col_row {
        border-radius: 0px;
        margin-top: 0px;
        padding: 0;
        flex-direction: column;
        background: none;
    }

    .avtorskie_col_row_item {
        width: 100%;
        margin-top: 15px;
        padding: 52px 22px 59px 28px;
        border-radius: 20px;
        background: #020202;
        box-sizing: border-box;
    }

    .avtorskie_col_row_item_t1 {
        font-size: 25px;
    }

    .komanda_b1:before {
        display: none;
    }



    .komanda_b1_img {
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
    }

    .komanda_b1 {
        margin-top: 23px;
        padding-bottom: 100px;
    }

    .komanda_b1_t1 {
        top: 24px;
        left: 40px;
        font-size: 20vw;
    }

    .komanda_b1_img:before {
        width: 100px;
        aspect-ratio: 1;
        bottom: 15px;
        right: 0px;
    }

    .komanda_b1_right {
        position: relative;
        margin-left: auto;
        width: max-content;
        padding-top: 128px;
        text-align: right;
    }

    .komanda_b1_right {
        margin-left: 0;
        width: auto;
        padding-top: 21px;
        text-align: center;
    }

    .komanda_b1_right_t1 {
        font-size: 25px;
    }

    .komanda_b1_right_t2 {
        font-size: 57px;
    }

    .komanda_b1_right .title_d {
        margin-top: 13px;
        margin-bottom: 15px;
    }

    .komanda_b1_right_t3 {
        font-size: 16px;
        margin-bottom: 50px;
        margin-left: auto;
        text-align: center;
        margin-right: auto;
    }

    .komanda_b2:before {
        top: -215px;
        right: -154px;
    }

    .komanda_b2 {
        margin-top: 0px;
        margin-bottom: 316px;
        position: relative;
    }

    .komanda_b2_title {
        font-size: 50px;
    }

    .komanda_b2_fon {
        background-size: 150%;
    }

    .komanda_b2_nam_doverait_row {
        flex-direction: column;
        row-gap: 15px;
    }

    .komanda_b2_nam_doverait_row_item {
        height: auto;
    }

    .komanda_b2_nam_doverait_row_item br {
        display: none;
    }

    .komanda_b2_nam_doverait {
        margin-bottom: 100px;
    }

    .komanda_b2_nawi_lideri_row {
        margin-bottom: 100px;
    }

    .komanda_b3_inner_t {
        margin-top: 15px;
        margin-bottom: 41px;
    }

    .komanda_b3_inner_col_item {
        border: 1px solid #fff;
        column-gap: 0%;
        padding: 30px 20px 20px 20px;
        margin-bottom: 15px;
    }

    .komanda_b3_inner_col_item_t1 {
        font-size: 54px;
    }

    .komanda_b3_inner_col_item_t2 {
        font-size: 24px;
    }

    .komanda_b4_title {
        text-align: left;
    }

    .komanda_b4_title {
        text-align: left;
    }

    .komanda_b4_title .title_d {
        font-size: 50px !important;
    }

    .komanda_b4_t {
        text-align: left;
        margin-top: 15px;
        margin-bottom: 30px;
        font-size: 25px;
    }

    .komanda_b4_row {
        flex-direction: column;
    }

    .gorod {
        margin-left: auto;
        margin-right: auto;
    }

    .komanda_b4 .gorod {
        left: auto;
    }

    .komanda_b4_row_right {
        width: 100%;
    }

    .komanda_b4_row_right .polosa_2 {
        position: relative;
        z-index: 1;
    }

    .komanda_b4_row_right_row_box {
        border-radius: 9px;
        width: 100%;
        margin-left: 0%;
    }

    .komanda_b4_row_right_row {
        border-radius: 9px;
        padding: 22px 20px 22px 55px;
    }

    .komanda_b4_row_right_row_t1 {
        font-size: 16px;
    }

    .komanda_b4_row_right_row_t2 {
        font-size: 16px;
    }

    .komanda_b5 {
        margin-bottom: 100px;
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .komanda_b6_row {
        margin-top: 36px;
        flex-direction: column;
        row-gap: 15px;
    }

    .komanda_b6_row_item {
        width: 100%;
        padding: 30px 27px 34px 27px;
    }

    .komanda_b6_row_item_t1 {
        margin-bottom: 0px;
    }

    .komanda_b7 {
        flex-direction: column;
    }

    .komanda_b7_left {
        width: 100%;
    }

    .slaid_otzivi_inner_t1 br {
        display: none;
    }

    .slaid_otzivi_inner_t1 {
        margin-bottom: 15px;
    }

    .komanda_b7 .swiper-arrows {
        top: -120px;
        transform: translateX(0%);
    }

    .komanda_b7_left_row_img {
        display: none;
    }

    .komanda_b7_left_row {
        margin-bottom: 36px;
    }

    .komanda_b7_left_row_box {
        border-radius: 20px;
        padding: 40px 20px 27px 20px;
        width: 100%;
    }

    .komanda_b7_left_row_text br {
        display: none;
    }

    .komanda_b7_left_row_text {
        font-size: 16px;
        margin-bottom: 51px;
    }

    .s_650 {
        width: auto;
    }

    .komanda_b7 .gorod_t2 {
        bottom: 0px;
    }

    .komanda_b7 .gorod:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 115px;
        aspect-ratio: 1;
        background-image: url(images/g_76.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 1;
    }

    .podhod_b1_right {
        margin-left: auto;
        margin-right: auto;
    }

    .podhod_b1_right:before {
        left: auto;
        bottom: auto;
        top: 0;
        right: 0;
        width: 75px;
        aspect-ratio: 1;
    }

    .pismo {
        width: 100%;
    }

    .btn_d.medium a,
    .button_d.medium {
        padding: 21px 21px;
    }

    .s_wrap_row_1 .button_d {
        width: auto;
    }

    .s_wrap_row_1 {
        flex-direction: column;
    }

    .s_wrap_row_1_t1 {
        width: 100%;
    }

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

    .s_wrap_row_2_left {
        width: 100%;
    }

    .s_wrap_row_2_img {
        width: 45%;
        margin-left: auto;
        margin-right: auto;
    }

    .slaid_sobitia_t1 {
        min-height: auto;
    }

    .s_wrap .swiper-arrows {
        margin-right: auto;
        margin-left: auto;
        left: 0;
        right: 0;
    }

    .slaid_sobitia_t2 {
        padding-bottom: 85px;
    }

    .kontakti_inner {
        flex-direction: column;
        row-gap: 70px;
    }

    .kontakti_inner_left {
        width: 100%;
    }

    .kontakti_inner_right {
        width: 100%;
    }

    .osnovatel_inner {
        flex-direction: column;
        row-gap: 15px;
    }

    .osnovatel_inner_left {
        width: 100%;
        order: 1;
        display: flex;
        flex-direction: column;
    }

    .osnovatel_inner_left_col {
        order: 1;
    }

    .osnovatel_inner_right {
        width: 100%;
    }

    .osnovatel.general-pop-up {
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        background-position: center top 400px;
    }

    .osnovatel_inner_right_t1 {
        font-size: 50px;
    }

    .osnovatel_inner_right_t3 p {
        font-size: 16px;
    }

    .osnovatel_inner_right_t3 ul {
        font-size: 16px;
    }

    .osnovatel_inner_left .button_d {
        margin-top: 15px;
        margin-bottom: 50px;
    }

    .osnovatel_inner_left_col_p {
        font-size: 18px;
        left: 30px;
        bottom: 30px;
        right: 30px;
    }

    .lideri.general-pop-up {
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        background-image: url(images/g_45.svg);
        background-position: top 400px center;
        background-size: auto;
    }

    .lideri_pop_up_inner {
        flex-direction: column;
        row-gap: 50px;
    }

    .lideri_pop_up_inner_col {
        width: 60%;
        order: 1;
        margin-left: auto;
        margin-right: auto;

    }

    .lideri_pop_up_inner_col_2 {
        padding: 0;
    }

    .lideri_pop_up_inner_col_2_t1 {
        font-size: 40px;
        line-height: 100%;
        letter-spacing: -0.06em;
        color: #000;
    }

    .lideri_pop_up_inner_col_2_t2 {
        margin-top: 23px;
        margin-bottom: 15px;
    }

    .lideri_pop_up_inner_col_2 {
        backdrop-filter: blur(0px);
    }

    .biz_nap_ys_inner_row_1 {
        flex-direction: column;
        padding-top: 20px;
    }

    .biz_nap_ys_inner_row_1_right {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .biz_nap_ys_inner_row_1_left_t {
        margin-bottom: 15px;
        font-weight: 400;
        font-size: 16px;
    }

    .navigator_wrap {
        display: none;
    }

    .biz_nap_ys_inner_row_1_left {
        width: 100%;
    }

    .ypravlenie_kom_nedvij .gorod.a1 {
        left: 0px;
    }

    .ypravlenie_effetivnostu .biz_nap_ys_inner_row_1_right .btn_d {
        width: 100%;
    }

    .ypravlenie_effetivnostu .biz_nap_ys_inner_row_1_right {
        width: 50%;
    }

    .paketi_rewenii_inner_row_2_item {
        width: 100%;

    }

    .paketi_rewenii_inner_row_2 {
        flex-wrap: wrap;
        row-gap: 15px;
    }
}

/* NOTE end 900px */

/* NOTE begin 700px */
@media screen and (max-width: 700px) {
    .komanda_b2_nawi_lideri_row {
        flex-direction: column;
        row-gap: 50px;
    }

    .komanda_b2_nawi_lideri_row_item_img img {
        width: 100%;
    }

    .komanda_b3_inner_col_item {
        flex-wrap: wrap;
        row-gap: 32px;
        height: 235px;
        box-sizing: border-box;
    }

    .komanda_b3_inner_col_item_t1 {
        width: 20%;
    }

    .komanda_b3_inner_col_item_t2 {
        width: 74%;
    }

    .podhod_b1_right {
        width: 100%;
    }

    .biz_nap_ys_inner_row_2_item {
        width: 100%;
        height: 327px;
    }

    .biz_nap_ys_inner_row_1_right {
        width: 100%;
    }

    .biz_nap_ys_inner_row_1_left .title_d {
        position: relative;
    }

    .biz_nap_ys_inner_row_1_left .title_d:after {
        position: absolute;
        content: '';
        width: 79px;
        aspect-ratio: 1;
        top: 45px;
        right: 0px;
        background-image: url(images/g_24.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ypravlenie_kompaniei.biz_nap_ys .biz_nap_ys_inner_row_2_item:nth-child(2):after {
        position: absolute;
        content: '';
        width: 95px;
        aspect-ratio: 1;
        top: -44px;
        right: -22px;
        background-image: url(images/g_24.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .biz_nap_ys .biz_nap_ys_inner_row_2_item:nth-child(4):after {
        display: none;
    }

    .ypravlenie_kompaniei.biz_nap_ys .biz_nap_ys_inner_row_2_item:nth-child(3):after {
        position: absolute;
        content: '';
        width: 176px;
        aspect-ratio: 1;
        bottom: -38px;
        left: auto;
        right: -20px;
        background-image: url(images/g_98.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ypravlenie_starapom.biz_nap_ys .biz_nap_ys_inner_row_2_item:nth-child(1):after {
        position: absolute;
        content: '';
        width: 176px;
        aspect-ratio: 1;
        bottom: -38px;
        left: auto;
        right: -20px;
        background-image: url(images/g_98.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ypravlenie_starapom.biz_nap_ys .biz_nap_ys_inner_row_2_item:nth-child(5):after {
        position: absolute;
        content: '';
        width: 111px;
        aspect-ratio: 1;
        bottom: -38px;
        left: auto;
        right: -20px;
        background-image: url(images/g_100.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .biz_nap_ys_inner_row_2 {
        row-gap: 15px;
    }

    .ypravlenie_kompaniei .biz_nap_ys_inner_row_2 .gorod {
        display: none;
    }

    .ypravlenie_kompaniei .pc_none {
        display: block;
    }

    .ypravlenie_kompaniei .pc_none.gorod {
        display: block;
    }

    .ypravlenie_kompaniei .gorod.pc_none {
        top: 0px;
        width: 100%;
    }

    .ypravlenie_kompaniei .gorod:before {
        width: 95px;
        top: -50px;
    }

    .biz_nap_ys_inner_row_2_item.pystoi {
        display: none;
    }

    .biz_nap_ys {
        padding-bottom: 15px;
        background-image: url(images/g_99.jpg), url(images/g_99.jpg);
        background-position: bottom 67px center, bottom 2473px center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .ypravlenie_starapom.biz_nap_ys {
        padding-bottom: 15px;
        background-image: url(images/g_99.jpg);
        background-position: bottom 904px center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .ypravlenie_kom_nedvij .gorod.a1 {
        position: relative;
        width: 290px;
        max-width: 290px;
    }

    .ypravlenie_kom_nedvij .gorod.a1 {
        bottom: 0px;
    }

    .ypravlenie_kom_nedvij .gorod_t1.a1 {
        left: 0px;
        right: 0;
        margin-right: auto;
        font-size: 26px;
    }

    .ypravlenie_kom_nedvij.biz_nap_ys .a1.gorod:before {
        left: -20px;
    }

    .ypravlenie_kom_nedvij.biz_nap_ys .gorod:not(.a1) {
        width: 100%;
    }

    .ypravlenie_kom_nedvij.biz_nap_ys .gorod:not(.a1) .gorod_t1.a1 {
        top: 30px;
        left: 0px;
        bottom: auto;
    }

    .ypravlenie_kom_nedvij.biz_nap_ys .gorod_t1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ypravlenie_kom_nedvij.biz_nap_ys .gorod:before {
        width: 85px;
        top: 200px;
        right: 0px;
    }

    .ypravlenie_kom_nedvij.biz_nap_ys .gorod:not(.a1) .gorod_t1:not(.a1) {
        top: 72px;
    }

    .ypravlenie_kom_nedvij.biz_nap_ys {
        padding-bottom: 15px;
        background-image: url(images/g_99.jpg);
        background-position: bottom 904px center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .ypravlenie_kom_nedvij .biz_nap_ys_inner_row_2_item {
        height: auto;
        padding-bottom: 60px;
    }

    .ypravlenie_korporativnim_razvitiem .biz_nap_ys_inner_row_1_left .title_d:after {
        display: none;
    }

    .ypravlenie_korporativnim_razvitiem.biz_nap_ys {
        background-image: url(images/g_108.jpg);
        background-position: center top 800px;
    }

    .ypravlenie_korporativnim_razvitiem .biz_nap_ys_inner_row_2_item:nth-child(1):after {
        position: absolute;
        content: '';
        width: 105px;
        aspect-ratio: 1;
        bottom: -40px;
        left: 20px;
        background-image: url(images/g_24.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .box_img {
        width: 100%;
    }

    .ypravlenie_korporativnim_razvitiem .box_img {
        order: 1;
        display: block;
    }

    .ypravlenie_korporativnim_razvitiem .biz_nap_ys_inner_row_2_item:nth-last-child(3) {
        order: 2;
    }

    .ypravlenie_korporativnim_razvitiem .biz_nap_ys_inner_row_2_item:nth-last-child(2) {
        order: 3;
    }

    .ypravlenie_korporativnim_razvitiem .box_img_inner {
        width: calc(100vw);
        margin-left: -20px;
        padding-top: 50px;
    }

    .ypravlenie_korporativnim_razvitiem .box_img:before {
        display: none;
    }

    .ypravlenie_korporativnim_razvitiem .box_img_t2 {
        bottom: 30%;
        font-size: 16px;
    }

    .box_img_t1 {
        font-size: 88px;
    }

    .ypravlenie_korporativnim_razvitiem .box_img_t1 {
        bottom: 52%;
    }

    .ypravlenie_invest_proektami .biz_nap_ys_inner_row_2_item:nth-child(1) {
        padding-bottom: 282px;
    }

    .ypravlenie_invest_proektami .biz_nap_ys_inner_row_2_item:nth-child(1):after {
        position: absolute;
        content: '';
        width: 145px;
        aspect-ratio: 1;
        bottom: 48px;
        right: 5px;
        background-image: url(images/g_24.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ypravlenie_invest_proektami .biz_nap_ys_inner_row_2_item:nth-child(2) {
        padding-bottom: 264px;
    }

    .ypravlenie_invest_proektami .biz_nap_ys_inner_row_2_item:nth-child(2):after {
        position: absolute;
        content: '';
        width: 172px;
        aspect-ratio: 1;
        bottom: 12px;
        left: 3px;
        background-image: url(images/g_98.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ypravlenie_invest_proektami.biz_nap_ys {
        padding-bottom: 131px;
        background-image: url(images/g_109.jpg);
        background-position: bottom center;
        background-size: auto;
    }

    .ypravlenie_invest_proektami.biz_nap_ys {
        background-image: url(images/g_99.jpg), url(images/g_110.jpg);
        background-position: top 1025px center, bottom 408px center;
        background-size: 100%;
    }

    .ypravlenie_biznesom_innostrannih .biz_nap_ys_inner_row_2_item:nth-child(1) {
        column-count: 1;
    }

    .razriv.biz_nap_ys_inner_row_2_item_t1 {
        margin-top: 20px;
        break-before: avoid-column;
    }

    .ypravlenie_biznesom_innostrannih .biz_nap_ys_inner_row_1_left .title_d:after {
        display: none;
    }

    .ypravlenie_biznesom_innostrannih.biz_nap_ys {
        padding-bottom: 15px !important;
        background-image: url(images/g_99.jpg), url(images/g_99.jpg) !important;
        background-position: bottom 1138px center, bottom 10px center !important;
        background-size: 100% !important;
    }

    .ypravlenie_biznesom_innostrannih .biz_nap_ys_inner_row_2_item:nth-child(2) {
        padding-bottom: 172px;
    }

    .ypravlenie_biznesom_innostrannih .biz_nap_ys_inner_row_2_item:nth-child(2):after {
        position: absolute;
        content: '';
        width: 176px;
        aspect-ratio: 1;
        bottom: -53px;
        right: 0;
        background-image: url(images/g_113.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ypravlenie_pravovimi_riskami .biz_nap_ys_inner_row_2_item {
        height: auto;
    }

    .biz_nap_ys_inner_row_2_item_box {
        width: 80%;
    }

    .ypravlenie_pravovimi_riskami .gorod_t1 {
        right: -20px;
        bottom: 173px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
    }

    .biz_nap_ys_inner_row_2_item_box_t2 {
        font-size: 76px;
    }

    .ypravlenie_pravovimi_riskami .biz_nap_ys_inner_row_2_item:nth-last-child(3) {
        padding-bottom: 247px;
    }

    .ypravlenie_pravovimi_riskami .biz_nap_ys_inner_row_2_item:nth-last-child(3):after {
        position: absolute;
        right: 0;
        bottom: 53px;
        content: "";
        width: 154px;
        aspect-ratio: 1;
        background-image: url(images/g_113.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ypravlenie_pravovimi_riskami.biz_nap_ys {
        background-image: url(images/g_108.jpg);
        background-position: bottom 1240px center;
        background-size: 100%;
    }

    .biz_nap_ys_inner_row_1_left .title_d:after {
        display: none;
    }

    .biz_nap_ys_inner_row_2_item_box_2 .biz_nap_ys_inner_row_2_item {
        width: 100%;
    }

    .biz_nap_ys.ypravlenie_effetivnostu {
        background-image: url(images/g_109.jpg);
        background-position: bottom 356px center;
        background-repeat: no-repeat;
        background-size: auto;
        padding-bottom: 10px;
    }

    .ypravlenie_effetivnostu .biz_nap_ys_inner_row_2>.biz_nap_ys_inner_row_2_item:nth-child(1):after {
        position: absolute;
        content: '';
        width: 154px;
        aspect-ratio: 1;
        bottom: -70px;
        right: -18px;
        background-image: url(images/g_113.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ypravlenie_effetivnostu .biz_nap_ys_inner_row_2_item:nth-child(6):after {
        position: absolute;
        content: '';
        width: 145px;
        aspect-ratio: 1;
        bottom: -3px;
        right: 3px;
        background-image: url(images/g_24.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ypravlenie_effetivnostu .biz_nap_ys_inner_row_2_item:nth-child(6) {
        padding-bottom: 200px;
    }

    .ypravlenie_marketingom .biz_nap_ys_inner_row_2_item:nth-last-child(2)::after {
        display: none;
    }

    .ypravlenie_marketingom .biz_nap_ys_inner_row_2_item:nth-child(3)::after {
        position: absolute;
        content: '';
        width: 165px;
        aspect-ratio: 1;
        bottom: -34px;
        left: 20px;
        background-image: url(images/g_100.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ypravlenie_marketingom .biz_nap_ys_inner_row_2_item:nth-child(3) {
        padding-bottom: 170px;
    }

    .ypravlenie_marketingom.biz_nap_ys {
        padding-bottom: 0px;
        background-image: url(images/g_99.jpg);
        background-position: bottom 1873px center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .ypravlenie_marketingom .biz_nap_ys_inner_row_2_item {
        height: auto;
    }

    .biz_nap_ys_inner_row_2_item_box_3 {
        width: 100%;
    }

    .ypravlenie_marketingom .biz_nap_ys_inner_row_2_item_box_t2 {
        left: 9%;
        top: 0;
        font-size: 68px;
    }

    .ypravlenie_marketingom .gorod_t1 {
        top: 60px;
    }

    .plitka_inner_row_2 .komanda_b5_item {
        width: 100%;
    }

    .klienti_k_nam_prihodat .plitka_inner_row_1:before {
        display: none;
    }

    .komanda_b5_item_title {
        width: 100%;
    }

    .komanda_b5_item.a1_img {
        display: none;
    }

    .kogda_vhodim_v_bizness .komanda_b5_item:nth-child(4)::after {
        position: absolute;
        top: -5px;
        right: -21px;
        content: "";
        width: 92px;
        aspect-ratio: 1;
        background-image: url(images/g_118.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .paketi_rewenii_inner_row_1_t1 {
        margin-top: 18px;
    }

    .paketi_rewenii_inner_row_1_t2 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .paketi_rewenii_inner_row_2_item:nth-child(3):before {
        top: 18px;
        right: -18px;
        width: 160px;
    }

    .paketi_rewenii {
        background-image: url(images/g_62.jpg);
        background-position: center bottom 900px;
        background-size: 100%;
    }

    .keysi_vn {
        background-image: url(images/g_108.jpg);
        background-position: center bottom 208px;
        background-size: 100%;
    }

    .keysi_vn_left .button_d {
        width: max-content !important;
    }

    .kogda_vhodim_v_bizness .a1_title {
        order: -1;
    }

    .kogda_vhodim_v_bizness .komanda_b5_item:nth-child(4) {
        order: -2;
    }

    .kogda_vhodim_v_bizness .komanda_b5_item:nth-child(3) {
        order: -3;
    }

    .kogda_vhodim_v_bizness .komanda_b5_item:nth-child(2) {
        order: -4;
    }

    .kogda_vhodim_v_bizness .komanda_b5_item_title:nth-child(1) {
        order: -5;
    }
}

/* NOTE end 700px */



/* NOTE begin 500px */

@media screen and (max-width: 500px) {
    .komanda_b2_fon {
        background-position: center top 17%;
    }

    .komanda_b2_nam_doverait_row_item {
        height: 248px;
    }

    .komanda_b2_nam_doverait_row_item br {
        display: block;
    }

    .komanda_b2_nam_doverait {
        background-image: url(images/g_80.jpg);
        background-position: center top 50px;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .komanda_b2_nawi_lideri_row_item_row {
        flex-direction: column;
        row-gap: 20px;
        align-items: flex-start;
    }

    .komanda_b2_nawi_lideri_row_item_box_text {
        left: 5px;
        bottom: 5px;
    }

    .komanda_b3 {
        background-size: 300%;
        background-position: top 150px center;
    }

    .f_99 .gorod_t2 {
        font-size: 61px;
    }

    .komanda_b4_row .gorod_t2 {
        bottom: 0px;
    }

    .komanda_b4 .gorod_t1 {
        right: -20px;
    }

    .komanda_b4 .gorod:before {
        right: 6%;
    }

    .komanda_b4_row_right .polosa_2 {
        margin-top: 30px;
        margin-bottom: 60px;
        font-size: 16px;
    }

    .komanda_b4_row_right .polosa_2 br {
        display: none;
    }

    .komanda_b5_item {
        width: 100%;
    }

    .komanda_b5_item {
        padding: 38px 16px 25px 17px;
        min-height: 399px;
    }

    .komanda_b5_item.a1 .komanda_b5_item_t2 {
        font-size: 59px;
    }

    .komanda_b6_row_item_t2 ul {
        font-size: 16px;
    }

    .podhod_b2_inner_item.a2:before {
        height: 286px;
    }

    .podhod_b4_inner_row {
        margin-top: 34px;
        flex-direction: column;
        row-gap: 15px;
    }

    .podhod_b4_inner_row_item {
        width: 100%;
    }

    .podhod_b4 {
        padding-bottom: 0px;
        margin-bottom: 0px;
        background-image: url(images/g_32.png), url(images/g_33.png), url(images/g_34.png), url(images/g_35.png);
        background-position: center top 190px, center top 800px, center bottom 900px, center bottom 380px;
    }

    .osnovatel_b2 {
        background-image: url(images/g_61.jpg), url(images/g_62.jpg);
        background-position: center top 100px, center bottom;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .publikacii .swiper-slider-wrapper {
        width: 247px;
        margin: auto;
    }

    .p_m .gorod {
        width: 120%;
    }

    .popylarnii_row {
        flex-direction: column;
    }

    .popylarnii_row_item {
        width: 100%;
    }

    .s_wrap_row_1_t1 {
        font-size: 16px;
    }

    .s_wrap {
        background-image: url(images/g_87.jpg);
        background-position: center top 543px;
        background-size: 100%;
        padding-top: 42px;
        padding-bottom: 30px;
    }

    .s_wrap_row_1 {
        margin-bottom: 43px;
    }

    .s_wrap_row_1_t1 {
        margin-bottom: 25px;
    }

    .s_wrap_row_1 .button_d {
        width: 100%;
    }

    .s_wrap_row_2 {
        padding: 19px 27px 30px 27px;
    }

    .s_wrap_row_2_left_title {
        font-size: 25px;

    }

    .slaid_sobitia_t1 {
        font-size: 16px;
    }

    .slaid_sobitia_t2 {
        font-size: 16px;
    }

    .s_wrap_row_2_img {
        width: 100%;
    }

    .novosti_h,
    .publikacii {
        scroll-margin-top: 30px;
    }

    .insaiti .s_wrap_row_2_left_title {
        text-align: center;
    }

    .insaiti .s_wrap_row_2:after {
        width: 85px;
        height: 85px;
        right: -10px;
    }

    .insaiti .s_wrap_row_2:before {
        display: none;
    }

    .insaiti .s_wrap_row_2_left_bth .btn_d a {
        padding: 20px 13px;
    }

    .s_wrap_row_2_left_bth_row {
        flex-direction: column;
    }

    .kontakti {
        padding-top: 30px;
        padding-bottom: 99px;
        background-image: url(g_34.png);
        background-image: url(images/g_34.png);
        background-position: center bottom 36px;
        background-size: 100%;
    }

    .kontakti_inner_left_row_t {
        margin-top: 5px;
        margin-bottom: 21px;
    }

    .kontakti_inner:before {
        top: 10%;
    }

    .lideri_pop_up_inner_col {
        width: 100%;
    }

    .lideri_pop_up_inner_col_text {
        bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .biz_vn {
        margin-top: 30px;
        background-image: url(images/g_95.jpg);
        background-position: center bottom 734px;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .biz_vn .biznes_n_inner_row_1_right {
        display: none;
    }

    .biz_vn .btn_d.mobale {
        display: block;
    }

    .biznes_n_inner .btn_d.mobale {
        margin-bottom: 30px;
    }

    .biznes_n_inner .btn_d.mobale a {
        padding: 20px 0px;
    }

    .ypravlenie_effetivnostu .biz_nap_ys_inner_row_1_right {
        width: 100%;
    }

    .ypravlenie_effetivnostu .title_d br {
        display: none;
    }

    .fon_vn_a {
        margin-top: 18px;
        padding-bottom: 15px;
        background-image: url(images/g_62.jpg);
        background-position: center bottom 1160px;
        background-size: 100%;
    }

    .kogda_vhodim_v_bizness.fon_vn_a {
        margin-top: 18px;
        padding-bottom: 15px;
        background-image: url(images/g_62.jpg);
        background-position: center bottom 1160px;
        background-size: 100%;
    }

    .biznes_konserj .plitka_inner_row_2 {
        margin-top: 15px;
    }
}

/* NOTE end 500px */