:root {
    --cont: 90vw;
    --gold: #E7BA8E;
    --purple: #620DA9;
    --br50: 50px;
    --br20: 20px;
    --c-black: #111111;
    --c-grey: #D4D4D4;
    --c-blue: #3287FF;
    --c-wgrey: #E0E0E0;
    --c-green: #D1F320;
    --c-red: #D40511;
    --c-white: #fff;
    --cont-p: 1.3vw;
    --gilFont: "Gilroy";
    --headerHeight: 10vh;
    --fz16: 1;
    --fz18: 1.17vw;
    --fz20: 1.2vw;
    --fz24: 1.56vw;
    --fz30: 1.95vw;
    --fz60: 3.9vw;
    --fz70: 4.55vw;
    --padd180: 11.7vw;
    --padd130: 8.4vw;
    --vh50: 6.8vh;
}
html {
    scroll-behavior: smooth;
}
.header_lang {
    display: flex;
    align-items: center;
}

.blue_col {
    color: var(--c-blue);
}

.whiteCol {
    color: var(--c-white);
}

.blackCol {
    color: var(--c-black);
}

h2 {
    font-size: 6vh;
    line-height: 1.1 !important;
    font-weight: 600;
}

h4 {
    font-size: var(--fz30);
    font-weight: 600;
    line-height: 1.1 !important;
}

.aw_text .green-btn {
    margin-top: 4vh;
}

.container {
    width: calc(100% - var(--cont-p) * 2);
    margin-left: auto;
    margin-right: auto;
    max-width: var(--cont);
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--headerHeight);
    z-index: 999;
    background-color: var(--c-white);
    border-radius: 0 0 30px 30px;
    overflow: hidden;
    transition: .3s;
}

body.scrolling #header {
    top: 2vh;
    left: 2vh;
    right: 2vh;
    border-radius: 30px;
    background-color: var(--c-blue);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
.menu-item {
    display: flex;
    height: 100%;
    align-items: center;
}
.menu-item a.active {
    height: 100%;
    display: flex;
    align-items: center;
    color: var(--c-green) !important;
}
.scroll-section.active {
    /*outline: 2px solid red;*/
}
.gt_float_switcher img {
    border-radius: 100% !important;
    margin: 0 .5vh 0 0 !important;
    width: 3vh !important;
}
body.scrolling #header .header_lang_svg svg path {
    fill: var(--c-white);
}
body.scrolling #header .svg-btn:hover {
    background-color: var(--c-white);
    border-color: var(--c-white);
    color: var(--c-blue);
}
body.scrolling #header .svg-btn {
    border-color: var(--c-white);
    color: var(--c-white);
}
body.scrolling #header .menu_wrap li a {
    color: var(--c-white);
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 1.8vh 0;
}

.menu_wrap {
    display: flex;
    gap: 3.2vw;
    align-items: center;
}

.menu_wrap li a {
    color: var(--c-black);
    font-size: var(--fz18);
}

.tel {
    color: var(--c-black);
    font-size: var(--fz18);
    font-weight: 600;
}

.header_lang_btn {
    display: flex;
    gap: 4.5vw;
    align-items: center;
    height: 100%;
}

.header_logo {
    height: 100%;
}

.header_logo img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.header_btn {
    position: relative;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    color: white;
    background: transparent;
    border: 2px solid white;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    background-color: #000;
    outline: none;
    border-radius: 0;
    overflow: hidden;
    clip-path: polygon(100% 0, 100% 76%, 82% 100%, 0 100%, 0 0);
}

.button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2vh 5.3vh 2vh 4.5vh;
    background: none;
    border: none;
    color: var(--c-white);
    font-size: var(--fz18);
    font-weight: 700;
    outline: none;
    z-index: 1;
    transition: .3s;
}

.button {
    position: relative;
    border: 2px solid var(--c-white);
    clip-path: polygon(0 0, 100% 0, 100% 13%, /* верхний правый "срез" адаптивен */ 85% 100%, /* нижний правый угол */ 0 100%);
    overflow: hidden;
    color: var(--c-white);
    background: transparent;
    z-index: 1;
}

.button:before {
    content: '';
    position: absolute;
    top: 12%;
    right: 0;
    width: 100%;
    border-top: 2px solid var(--c-white);
    transform-origin: right top;
    transform: rotate(-49deg);
    pointer-events: none;
}

.button:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--c-white);
    z-index: -1;
    transition: width 0.3s ease;
}

.button:hover:after {
    width: 100%;
}

.button:hover {
    color: var(--c-black);
}


.inn_hero {
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.inn_hero_right {
    height: 100%;
    position: relative;
}

#home_svg {
    max-width: 60vw;
    position: absolute;
    right: 0;
    bottom: 0;
}

.innhl_title {
    font-size: var(--fz60);
    color: var(--c-white);
    font-weight: 600;
    max-width: 45%;
    line-height: 1 !important;
}
.inn_hero_left {
    padding-top: calc(var(--headerHeight) + 6vh);
}

.innhl_title span {
    color: var(--c-green);
}

.innhl_desc {
    font-size: var(--fz20);
    line-height: 1.2 !important;
    max-width: 30%;
    color: var(--c-white);
    margin-top: 4vh;
}
.innhl_desc:after {
    display: none !important;
}
.innhl_btns {
    display: flex;
    margin-top: 4vh;
    pointer-events: all;
}
.zf_img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
    bottom: 0;
    width: calc(100% / 2 - 2vh);
}
.zapis_modal .wpcf7 {
    width: calc(100% / 2 - 2vh);

}
.zapis_modal .innr_zf {
    display: flex;
    padding: unset;
    gap: 2vh;
}
.zf_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zapis_modal .ctaf_title h6 {
    font-size: 3vh;
    color: var(--c-black);
}
.zapis_modal .zapis_form {
    border-radius: 30px;
    max-width: 100vh;
    min-width: 100vh;
}
.zapis_modal .ctaf_wrap p {
    flex-direction: column;
    display: flex;
    gap: unset;
}
.zapis_modal .ctaf_wrap p br {
    display: none;
}
.zapis_modal .ctaf_wrap p input + input {
    margin-top: 1vh;
}
.green_btn {
    color: var(--c-green);
    border: 2px solid var(--c-green);
    clip-path: polygon(0 0, 100% 0, 100% 13%, /* верхний правый "срез" адаптивен */ 81% 100%, /* нижний правый угол */ 0 100%);
    background-color: var(--c-green);
}

.green_btn:before {
    border-top: 2px solid var(--c-green);
}

.green_btn:hover {
    color: var(--c-white);
}

.green_btn:hover:after {
    background-color: var(--c-green);
}

/*HERO */
.cursor_container {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.absolute_bg {
    position: absolute;
    background-color: #fff;
    z-index: 9;
    bottom: 0;
    top: 0;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.absolute_bg:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11vh;
    background: white;
    transform: skewY(-3deg);
    transform-origin: top left;
    content: '';
}
.absolute_bg:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11vh;
    background: white;
    transform: skewY(3deg);
    transform-origin: top right;
    content: '';
}
.knopka_prez {
    position: absolute;
    width: 24vh;
    height: 24vh;
    margin: 0 auto;
    bottom: 16vh;
    left: 50%;
    transform: translate(-50%,50%);
    background-color: white;
    border-radius: 50% 50% 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    transition: .3s;
    z-index: 999;
}
.circle{
    position:relative;
    width:20vh;
    height:20vh;
    border-radius:50%;
    background:var(--c-blue);
    display:flex;
    justify-content:center;
    align-items:center;
    transition: .3s;
}

.knopka_prez:hover .circle {
    transform: scale(1.05);
}
.logo{
    position: absolute;
    width: 90px;
    height: auto;
    background-size: cover;
    border-radius: 50%;
    max-width: 5vh;
    top: 50%;
    transform: translate(0,-50%);
}
.text{
    position:absolute;
    width:90%;
    height:90%;
    animation:rotateText 10s linear infinite;
}

@keyframes rotateText
{
    0%{
        transform:rotate(360deg);
    }
}



.text span{
    position:absolute;
    left:50%;
    font-size: 1.5vh;
    transform-origin: 0 9.1vh;
}
.icon img {
    width: 100%;
    height: 100%;
}

#hero {
    /*background-image: url("/wp-content/uploads/2025/04/hero_bg.png");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 110vh;
    transition: background-image .5s ease-in-out;
}

.r_text {
    position: relative;
    z-index: 15;
    pointer-events: none;
    height: 100%;
    display: flex;
    align-items: flex-start;
}

.r_img {
    flex-direction: column;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    width: 70vw;
    height: 50vw;
    display: flex;
    position: absolute;
    inset: -50vw 0vw 5% auto;
    z-index: 10;
}

.r_img img {
    align-self: center;
    width: 100%;
    position: absolute;
}

.r_container {
    position: absolute;
    bottom: 50%;
    transform: translate(0,45%);
    right: 20vh;
    z-index: 10;
}
.r_img_cover {
    height: 94%;
}

.rti_svg {
    max-width: 20vh;
    min-height: 12vh;
    max-height: 12vh;
    min-width: 20vh;
}
.rti_wrap p {
    max-width: 60%;
    color: var(--c-white);
    font-size:2vh;
    text-align: center;
}
.rti_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.right__tgwh_imgs {
    display: flex;
    flex-direction: column;
    gap: 8vh;
}
.right__tgwh_imgs a img {
    max-width: 3vh;
}
.chip {
    max-width: 70vw;
    bottom: 0;
}

.chip_s_gologr {
    max-width: 20vw;
    top: 23%;
    right: 19%;
    animation: moveUpDown 2s infinite alternate ease-in-out;
    z-index: 2;
}

.cursor_blur {
    position: absolute; /* Чтобы элемент можно было позиционировать относительно .cursor_container */
    width: 50vh; /* Настройте размер размытия по желанию */
    height: 50vh; /* Настройте размер размытия по желанию */
    background-color: #620DA9; /* Цвет размытия */
    border-radius: 50%; /* Чтобы сделать его круглым */
    opacity: 0.7; /* Настройте прозрачность по желанию */
    filter: blur(20vh); /* Настройте интенсивность размытия по желанию */
    transform: translate(-50%, -50%); /* Центрирование относительно курсора */
    pointer-events: none; /* Чтобы не мешал взаимодействию с элементами */
    z-index: 5; /* Чтобы размытие было поверх других элементов (при необходимости) */
}

.r_img svg {
    position: absolute;
}

.r_img > svg:hover {
    filter: drop-shadow(40px 4px 6px black);
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-1.5vh);
    }
    100% {
        transform: translateY(0);
    }
}

/*HOME ABOUT*/
.awlc_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2vh;
    --elems:3;
    flex-wrap: wrap;
    --gap: 7vh;
    gap: var(--gap);
}
#about {
    margin-top: 5vh;
}
.awl_logo {
    max-width: 20vh;
}
.about_bxx {
    padding-top: 5vh;
    padding-bottom: 5vh;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
}
.about_wr_title {
    font-size: 6vh;
    font-weight: 600;
}
.about_wr_wrap {
    margin-top: 4vh;
}
.about_wr {
    --mainImg:80vh;
}
.about_bxx {
    display: flex;
    gap: 9vh;
}
.about_wr_right {
    width: var(--mainImg);
}
.about_wr_left {
    width: calc(100% - var(--mainImg) - 4.5vh);
}
/*MORE*/
#more {
    background-image: url("/wp-content/uploads/2025/06/cta.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 7vh 0 13vh;
    border-radius: 40px;
    overflow: hidden;
    margin-top: 15vh;
}

#main {
    overflow: hidden;
}
.zapis_modal .cta_form {
    margin-top: 5vh;
    margin-left: 2.5vh;
    margin-right: 2.5vh;
    background-color: var(--c-white);
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    position: relative;
    padding: 2vh;

}
.zapis_modal .ctaf_wrap p input {
    width: 100%;
    border-bottom: 1px solid var(--c-black);
    border-radius: unset;
    padding: 0 2vh;
}
.cta_form {
    display: flex;
    flex-direction: column;
    align-items: center
}
.zapis_modal .wpcf7-submit {
    margin-top: 2vh;
    border-color:unset !important;
    border-radius: 30px !important;
    border-bottom: unset !important;
}
.ctaf_title h6 {
    font-size: 6vh;
    font-weight: 700;
    color: var(--c-white);
}
.zapis_modal .ctaf_desc {
    color: var(--c-black);
    margin-top: 1vh;
}
.ctaf_desc {
    font-size: 2.4vh;
    font-weight: 600;
    color: var(--c-white);
    margin-top: 2vh;
}
.ctaf_wrap p{
    display: flex;
    gap: 2vh;
    margin-top: 4vh;
}
.ctaf_wrap p input {
    height: 8vh;
    border-radius: 50px;
    overflow: hidden;
    border: none;
    outline: none;
    font-family: "Gilroy" !important;
    font-size: 2vh;
    font-weight: 400;
    color: var(--c-black);
    padding: 0 5vh;
}
.ctaf_wrap p input::placeholder {
    color: #B5B5B5;
}
.ctaf_wrap p input::placeholder:focus {
    color: var(--c-black);
}
.typer:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 1em;
    background: #000;
    animation: caretPulsate 0.2s linear infinite;
    -webkit-animation: caretPulsate 0.2s linear infinite;
}

@keyframes caretPulsate {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes caretPulsate {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.num_bx_img {
    font-size: 5.5vh;
    font-weight: 600;
    color: var(--c-white);
    line-height: 1 !important;
    display: flex;
    max-width: 80%;
}

.num_bx_desc {
    font-size: 2.4vh;
    color: var(--c-white);
    line-height: 1.3 !important;
    margin-top: 2vh;
    max-width: 80%;
}
.num_bx_1 .num_bx_desc,
.num_bx_2 .num_bx_desc{
    color: var(--c-black);
}
.num_bx_1 .num_bx_img,
.num_bx_2 .num_bx_img{
    color: var(--c-black);
}

.about_wr_img {
    max-width: 6vh;
    height: 6vh;
}

.about_wr_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.adv .about_wr_desc {
    max-width: unset;
}

.about_wr_bx {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.adv .ab_svg {
    position: absolute;
    left: 0;
    max-width: 20vw;
    bottom: -20vh;
    top: unset;
}

.adv .about_wr_desc p {
    text-decoration: underline;
}

.adv .about_wr_desc {
    margin-top: 2vh;
}

#risk .swiper-pagination {
    display: none;
}

/*RISK*/
.risk_wrap {
    display: flex;
    --bigDiv:73vh;
    --gap: 17vh;
    gap: var(--gap);
    padding-top: 25vh;
    padding-bottom: 20vh;
}
.rwl_title h6 {
    font-size: 7vh;
    color: var(--c-blue);
    font-weight: 700;
    margin-bottom: 4vh;
}
.rw_left .green-btn {
    margin-top: 3vh;
}
.rw_right {
    width: var(--bigDiv);
    position: relative;
}
.rw_left > p + p {
    margin-top: 1.5vh;
}
.rw_left > p {
    font-size: 2.2vh;
    line-height: 1.4 !important;
    color: var(--c-black);
    font-weight: 400;

}
.rw_left {
    width: calc(100% - var(--bigDiv) - var(--gap) / 2);
}
.rwr_img {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.rwr_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Позиционируем первую и вторую */
.img1 {
    top: -10vh;
    left: 0vh;
    z-index: 2;
    width: 40vh;
    height: 40vh;
    border: 2px solid var(--c-white);
}

.img2 {
    top: 0;
    z-index: 1;
    height: 100%;
    width: 43vh;
    border-radius: 500px;
    min-height: 64vh;
    right: 0;
}


    /*PARTNERS*/
#services {
    background-color: var(--c-black);
    padding-top: 9vh;
    overflow: hidden;
}
.pw_title h2 {
    font-size: 6vh;
    color: var(--c-white);
    font-weight: 600;
    margin-bottom: 6vh;
    text-align: center;
}
.partners_bxx {
    --elems:4;
    flex-wrap: wrap;
    --gap: 2vh;
    gap: var(--gap);
    display: flex;
}
.partners_bx {
    width: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems));
    display: flex;
    flex-direction: column;
    height: 42vh;
    background-color: var(--c-white);
    border-radius: 30px;
    position: relative;
}
.partners_img {
    max-width: 8vh;
    position: absolute;
    top: -3vh;
    left: 4vh;
    border-radius: 20px;
    overflow: hidden;
}
.partnersbx_wrap {
    padding: 8vh 4vh 4vh;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.partners_title h6 {
    font-size: 3.2vh;
    font-weight: 600;
    color: var(--c-black);
}
.partners_subtitle p {
    font-size: 1.8vh;
    font-weight: 400;
    color: #676C71;
    margin-top: 2vh;
}
.partners_price {
    margin-top: auto;
}
.partners_price p {
    font-size: 2.6vh;
    color: var(--c-blue);
    font-weight: 600;
}
/*FOOTER*/
#footer {
    background-image: url("/wp-content/uploads/2025/06/frame-738001240.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 15vh;
}
#map {
    height: 50vh !important;
    position: relative;
    transition: background-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 0 transparent;
    overflow: hidden;
    border-radius: 30px;
}
.fb_plashka {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 7.4vh;
    border-radius: 20px;
    overflow: hidden;
    background-color: var(--c-white);
    margin-top: 3vh;
    margin-bottom: 3vh;
    padding: 0 3vh;
}
.footwcs_link {
    max-width: 6vh;
    height: 6vh;
    display: block;
}

.footwcs_link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.foot_top {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 8vh 0 9vh;
}

#footer .footerwr_menu {
    display: flex;
    flex-direction: column;
}

#footer .footerwr_menu .menu_wrap {
    display: flex;
    gap: 6vh;
    align-items: flex-start;
}

.footerwr_bx {
    display: flex;
    gap: 12vh;
}

.footw_contacts {
    display: flex;
    flex-direction: column;
    /*gap: 1.5vh;*/
    color: var(--c-white);
}

.footwc_email {
    margin-top: 1vh;
}

.footwc_socials {
    margin-top: 1.5vh;
    display: flex;
    gap: 1vh;
}

.footwc_tel a,
.footwc_email a {
    font-size: var(--fz20);
    font-weight: 500;
    line-height: 1.3 !important;
}

.foot_bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3vh 0 3vh;
    color: var(--c-white);
    flex-direction: column;
}

.footerwl_text {
    font-size: 2vh;
    font-weight: 400;
    line-height: 1.3 !important;
    color: var(--c-black);
    display: flex;
    gap: 2vh;
    align-items: center;
}

.footer__bottom-inner-webnow a span {
    font-weight: 600;
}

.footer__bottom-inner-webnow a {
    font-size: var(--fz16);
    font-weight: 400;
    line-height: 1.3 !important;
    color:  #676C71;
}

header .header__burger {
    display: none;
}

header .header__mobile {
    display: none;
}

.page-template-page-about #hero {
    height: 100%;
}

.page-template-page-about .r_text {
    padding-top: 13vh;
    padding-bottom: 13vh;
}

.about_hero {
    padding-top: var(--headerHeight);
}

#about_us {
    padding-top: var(--padd130);
    padding-bottom: var(--padd180);
}

.about_wrap {
    display: flex;
    justify-content: space-between;
    --imgWidth: 39vw;
    --gap: 5vw;
    gap: var(--gap);
}
.awr_img {
    border-radius: 30px;
    overflow: hidden;
}
.awli_bx {
    display: flex;
    --elems: 3;
    gap: var(--gap);
    --gap: 2vh;
    margin-top: 2vh;
}
.awli_bx>div {
    width: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems));
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 17vh;
    border-radius: 20px;
    background-color: var(--c-blue);
    color: var(--c-white);
    gap: .6vh;
}
.awlibw_title {
    font-size: 2.1vh;
    font-weight: 400;
}
.awlibw_info {
    font-size: 4vh;
    font-weight: 700;
}
.hidden-block {
    display: none;
}

.awlibw_info span {
    font-size: 1.8vh;
    font-weight: 400;
}
.aw_img {
    width: var(--imgWidth);
    height: var(--imgWidth);
}
.awli_title {
    font-weight: 700;
    font-size: 3vh;
}
.awl_chanel {
    margin-top: 5vh;
}
.awlc_title {
    font-size: 2vh;
    font-weight: 400;
}
.awlcw_bx {
    display: flex;
    gap: 1.2vh;
    align-items: center;
    width: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems));
    height: 5vh;
    padding: 1vh;
    background: linear-gradient(90deg, #E4F1FF 0%, #FFFFFF 100%);
    border-radius: 50px;
}
.awl_info {
    margin-top: 6vh;
}
.aw_img img {
    object-fit: cover;
    display: block;
    height: 100%;
    width: 100%;
}

.aw_text {
    width: calc(100% - var(--imgWidth) - var(--gap) / 2);
    padding-top: 8.2vh;
}

.aw_text p + p {
    margin-top: 2vh;
}

.aw_text p {
    font-size: var(--fz20);
    line-height: 1.5 !important;
    /*border: 1px solid var(--c-black);*/
    /*padding: 1vh 2vh 1vh 2vh;*/
}

#advantages {
    /*background-image: url("/wp-content/uploads/2025/05/about_bg.png");*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    background-color: #111111;
    padding-top: 9.5vh;
    padding-bottom: 15vh;
}

.advw_wrap {
    margin-top: var(--vh50);
    display: flex;
    flex-direction: column;
}

.advww_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4vh 0;
    cursor: pointer;
}

.advwwib_title {
    font-size: var(--fz30);
    max-width: 100%;
    transition: .3s;
}

.advwwib_text {
    display: none;
}

.advwwib_text p {
    font-size: var(--fz20);
    color: var(--c-grey);
}

.advwwib_text {
    max-width: 70%;
    margin-top: 1vh;
}

.advwwi_bx {
    margin-left: 20vh;
    width: 100%;
}

.advww_item:nth-child(2) {
    border-top: 1px solid rgba(48, 48, 48, 1);

}

.advww_item:nth-child(1) {
    border-top: 1px solid rgba(48, 48, 48, 1);
}

.advww_item + .advww_item {
    border-bottom: 1px solid rgba(48, 48, 48, 1);
}

.advww_item.active .advwwib_title {
    color: var(--c-green);
}

.advwwi_svg {
    transition: .3s;
    min-width: 7vh;
    max-width: 7vh;
    min-height: 7vh;
    max-height: 7vh;
}

.advww_item.active .advwwi_svg {
    transform: rotate(180deg);
}

#team {
    padding-top: 15vh;
    position: relative;
}
.team_wrap {
    background-color: var(--c-blue);
    border-radius: 40px;
    padding: 8vh 3vh;
}
.team_wr {
    display: flex;
    --elems:6;
    flex-wrap: wrap;
    --gap:2vh;
    gap: var(--gap);
    margin-top: 4vh;
}
.team_bx {
    width: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems));

}
.team_title h2 {
    text-align: center;
    color: var(--c-white);
}
.team_img {
    height: 35vh;
    border-radius: 210px;
    overflow: hidden;
}
.team_title {
    margin-top: 2vh;
}
.team_title h4 {
    font-size: 2.4vh;
    color: var(--c-white);
    font-weight: 700;
    text-align: center;
}
.team_text {
    font-size: 2vh;
    text-align: center;
    color: var(--c-white);
    margin-top: .5vh;
}
.team_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.advbx_wrap {
    display: flex;
}

/*#hero .resheniya {*/
/*    height: 50vh;*/
/*}*/
.page-template-page-resheniya #hero {
    height: 100%;
}

.page-template-page-resheniya .r_text {
    padding-top: 13vh;
    padding-bottom: 13vh;
}

.page-template-page-resheniya .about_wr_desc {
    margin-top: 8vh;
}

.page-template-page-resheniya #about .ab_svg {
    top: 50%;
}

.page-template-page-resheniya .about_wr_desc h5 {
    font-size: var(--fz30);
    font-weight: 600;
    color: var(--c-black);
}

.awdwb_img {
    max-width: 2.6vw;
}

.awd_wrap {
    padding-top: var(--vh50);
    display: flex;
    flex-direction: column;
    gap: 6.2vh;
}

.awdw_bx {
    display: flex;
    flex-direction: column;
}

.awdwb_text {
    padding-top: 1vh;
    border-top: 1px solid var(--c-black);
}

.awdwb_img {
    padding-bottom: 3vh;
}

#oservice {
    padding-top: var(--vh50);
    padding-bottom: var(--padd130);
    background-image: url("/wp-content/uploads/2025/05/about_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.os_title {
    max-width: 54%;
}

.schema_wrap {
    display: flex;
    align-items: center;
    position: relative;
}

.schemabx_wrap .db {
    max-width: 70vw;
}

#shema {
    /*padding-top: var(--padd180);*/
    overflow: hidden;
}

.schwb_img {
    background: linear-gradient(180deg, #121212 0%, #262626 100%);
    box-shadow: 0px 0px 60px rgba(16, 141, 207, 0.2);
    padding: 4vh;
    max-width: 18vh;
    position: relative;
    z-index: 2;
}

.schw_bx:nth-child(3) .schwb_img {
    max-width: unset;
}

.schema_wrap .wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.4vh;
    position: relative;
}

.schema_wrap .wrapper:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 100%;
    background-color: var(--c-black);
    z-index: 1;
    left: -50%;
}

.schema_wrap .schw_bx:nth-child(3):before {
    content: 'Оценка PD';
    font-size: 1vw;
    font-weight: 500;
    color: var(--c-white);
    position: absolute;
    left: 110%;
    top: 35%;
    white-space: nowrap;
}

.schema_wrap > .schw_bx:nth-child(1) {
    margin-right: 14vh;
}

.schema_wrap > .schw_bx:nth-child(2) {
    margin-right: 20vh;
}

.schema_wrap > .schw_bx:nth-child(3) {
    margin-right: 37vh;
}

.schema_wrap > .schw_bx:nth-child(1),
.schema_wrap > .schw_bx:nth-child(2) {
    max-width: 18vh;
}

.schema_wrap .schw_bx:nth-child(3):after {
    width: 60%;
    top: 45%;
    z-index: 1;
}

.schema_wrap .schw_bx:nth-child(3) {
    gap: 3vh;
    display: flex;
    flex-direction: column;
}

.schema_wrap .schw_bx:after {
    content: '';
    position: absolute;
    width: 200%;
    height: .2vh;
    top: 39%;
    left: 100%;
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: 200% 100%; /* Соответствует ширине градиента */
    z-index: 1; /* Помещаем псевдоэлемент под контент основного элемента */
}

@keyframes running-gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: -50% 0%;
    }
    100% {
        background-position: -100% 0%;
    }
}

.schw_bx.active::after {
    animation: running-gradient 2s linear forwards;
}

.line:after {
    content: '';
    position: absolute;
    width: 200%;
    height: .2vh;
    top: 39%;
    left: 100%;
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: 200% 100%; /* Соответствует ширине градиента */
    z-index: 1; /* Помещаем псевдоэлемент под контент основного элемента */
}

@keyframes running-gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: -50% 0%;
    }
    100% {
        background-position: -100% 0%;
    }
}

.line.active::after {
    animation: running-gradient 2s linear forwards;
}

.wrapper .schw_bx.active::before {
    animation: turn-gradient 2s linear forwards;
}

.schw_bx.active .schwb_text {
    color: var(--c-green);
}

.schema_wrap > .schw_bx:nth-child(2):after {
    width: 112%;
}

.schema_wrap .wrapper .schw_bx:nth-child(2):before {
    content: '';
    position: absolute;
    background-color: #252525;
    width: 28%;
    height: .2vh;
    top: 8%;
    left: unset;
    right: 136.2%;
    border-radius: 10px;
    transform: rotate(270deg);
}

.schema_wrap .wrapper .schw_bx:before {
    content: '';
    position: absolute;
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: 200% 100%;
    width: 30%;
    height: .2vh;
    top: 76%;
    left: unset;
    right: 135%;
    border-radius: 10px;
    transform: rotate(90deg);
    z-index: 1;
}

.page-template-page-lab #hero {
    height: 100%;
}

.schema_wrap .wrapper .schw_bx:after {
    content: '';
    position: absolute;
    background-color: #252525;
    width: 50%;
    height: .2vh;
    top: 39%;
    z-index: 3;
    left: unset;
    right: 100%;
}

.schema_wrap .schw_bx {
    display: flex;
    flex-direction: column;
    gap: 2vh;
    position: relative;
}

.schema_wrap .wrapper .schw_bx {
    display: flex;
    gap: 2vh;
    flex-direction: row;
    align-items: center;
}

.schwb_text {
    font-size: var(--fz20);
    color: var(--c-white);
    font-weight: 500;
    text-align: center;
    transition: .5s;
}

#aggregator {
    padding-top: var(--padd180);
    padding-bottom: var(--padd180);
}

.aggr_flour {
    margin-top: var(--vh50);
    display: flex;
    --imgWidth: 600px;
    --imgHeight: 450px;
    gap: 4vw;
}

.agrrf_img {
    width: var(--imgWidth);
    min-width: var(--imgWidth);
    max-width: var(--imgWidth);
    height: var(--imgHeight);
}

.agrrf_img img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}

.agrrf_text {
    width: calc(100% - var(--imgWidth) - var(--gap) / 2);
}

.aggrt_text p {
    font-size: var(--fz20);
    font-weight: 400;
    line-height: 1.4 !important;
}

.agrrft_wrap {
    margin-top: 5vh;
}

.agrrftw_title {
    font-size: var(--fz30);
    font-weight: 600;
}

.agrrftw_rep {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: var(--vh50);
    grid-gap: 5vh 15vh;
}

.agrrftwr_img {
    max-width: 3.5vw;
    min-width: 3.5vw;
}

.agrrftwr_text {
    margin-top: 2vh;
    font-size: 3vh;
    text-decoration: underline;
    font-weight: 500;
    color: var(--c-black);
}

#froud {
    position: relative;
    overflow: hidden;
}

#froud .agrrf_img {
    opacity: 0 !important;
    visibility: hidden !important;
}

.aggrt_text ul {
    list-style: disc;
    padding-left: 3vh;
    margin-top: 2.5vh;
}

.aggrt_text ul li::marker {
    color: var(--c-green);
}

.aggrt_text ul li + li {
    margin-top: 2vh;
}

.aggrt_text ul li {
    font-size: var(--fz20);
    color: var(--c-black);
}

.page-template-page-lab .r_text {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.page-template-page-lab .ab_svg {
    top: 50%;
}

.page-template-page-lab .awdwb_text p {
    font-weight: 500;
    text-decoration: underline;
}

.page-template-page-lab .awd_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.page-template-page-lab .about_wr_desc h5 p {
    font-weight: 400;
}

#work {
    background-image: url("/wp-content/uploads/2025/05/work_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: var(--vh50);
    padding-bottom: var(--padd180);
}

#neuron {
    padding-top: var(--padd180);
}

.neur_title {
    max-width: 70%;
}

.page-template-page-lab .more_wrap {
    grid-template-columns: repeat(2, 1fr);
}

#faq {
    padding-top: var(--padd180);
    padding-bottom: var(--padd180);
}

#faq .advw_title {
    max-width: 66%;
}

#faq .advwwib_title {
    font-weight: 600;
}

#faq .advwwi_bx {
    max-width: 80%;
}

#faq .advwwib_text ul li::marker {
    color: var(--c-green);
}

#faq .advwwib_text ul {
    list-style: disc;
    padding-left: 3vh;
}

#faq .advwwib_text ul li {
    font-size: var(--fz20);
    font-weight: 400;
    line-height: 1.4 !important;
}

.dn {
    /*display: none;*/
    opacity: 0;
}
body.showZapis .zapis_modal,
body.showZapiska .zapis_modalka {
    visibility: visible;
    opacity: 1;
}

body.showZapiska,
body.showZapis {
    overflow: hidden;
}

.zapis_modalka,
.zapis_modal {
    position: fixed;
    z-index: 200;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2222222;
}

.zapis_form {
    max-height: 100%;
    overflow-y: auto;
    z-index: 1;
    position: relative;
    border-radius: 0;
    max-width: 430px;
    width: 100%;
}

.zf_krest {
    position: absolute;
    top:2vh;
    right: 3vh;
    z-index: 100000000000000000;
    cursor: pointer;
    font-family: "TT Norms Pro", sans-serif;
    cursor: pointer;
    display: flex;
    width: 6vh;
    height: 6vh;
    display: flex;
    margin-top: .8vh;
    padding: 1.5vh;
    border-radius: 50%;
    transition: .3s;
}
.zf_krest:hover {
    background-color: var(--c-grey);
}
.zf_krest svg path {
    transition: .3s;
}
.zf_krest:hover svg path{
    fill: var(--c-white);
}

.innr_zf {
    background-color: #fff;
    padding: 5vh;
    border-radius: 0;
    position: relative;
}


.zm_bg {
    background-color: rgba(0, 0, 0, 0.6666666667);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 13px 0 0;
}

.inncont_title p {
    font-size: var(--fz24);
}

.inncont_frm_desc {
    font-size: var(--fz18);
    color: var(--c-black);
    margin-top: 2vh;
}

.contacts_form {
    margin-top: 2vh;
}

.contacts_form p .wpcf7-submit {
    color: var(--c-black);
    opacity: 1;
    pointer-events: all;
    margin: 1.5vh 0 0 0;
    color: var(--c-black);
}

.contacts_form p br {
    display: none;
}

.contacts_form p {
    display: flex;
    flex-direction: column;
    gap: 0.5vh;
}

.zapis_modalka .inn_inncont_frm input,
.zapis_modal .inn_inncont_frm input {
    height: 6vh;
    border-radius: 8px;
    width: 100%;
    font-size: 2vh;
    line-height: 140%;
    padding: 0 2vh;
    border: .1vh solid rgb(225, 225, 225);
    font-family: "Gilroy";
    font-weight: 400;
}

.gt-current-lang img {
    display: none !important;
}
body.scrolling .gt_float_switcher .gt-selected {
    background-color: var(--c-blue) !important;
}
body.scrolling .tel {
    color: var(--c-white);
}
.gt_float_switcher-arrow {
    display: none !important;
}
body.scrolling .gt_float_switcher .gt-selected .gt-current-lang {
    color: var(--c-white) !important;
}
.gt_float_switcher .gt-selected {
    background-color: var(--c-white) !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    font-size: 2vh !important;
}
.wpcf7 form .wpcf7-response-output {
    width: max-content;
    font-size: 2vh;
    color: var(--c-white);
}
.cases .green-btn {
    margin: 3vh auto 0;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 1vh .5vh !important;
    color: var(--c-black) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    letter-spacing: -.2vh !important;
}

.gt_float_switcher {
    overflow: visible !important;
    box-shadow: unset !important;
}

.gt_float_switcher .gt_options.gt-open {
    position: fixed !important;
    background-color: var(--c-white);
    transform: translateX(-50%) !important;
}
.gt_float_switcher .gt_options a {
    display: flex !important;
}
.gt_float_switcher .gt_options {
    position: fixed !important;
}

.wpcf7-spinner {
    margin: 1vh auto 0;
}

.ww_svg svg [stroke^="url(#paint"] {
    stroke-dasharray: 100; /* Задайте длину штриха, чтобы контролировать видимую часть градиента */
    stroke-dashoffset: 100; /* Начальное смещение, чтобы скрыть градиент */
    transition: stroke-dashoffset 1s linear; /* Плавный переход для анимации */
}

.ww_svg svg [stroke^="url(#paint"].animate-gradient {
    stroke-dashoffset: 0; /* Анимируем смещение к нулю, чтобы показать градиент */
}

.page-template-page-lab .schema_wrap {
    flex-direction: column;
}

.schemabx_wrap {
    display: flex;
    flex-direction: column;
}

.schwbwr_img {
    background: linear-gradient(180deg, #121212 0%, #262626 100%);
    box-shadow: 0px 0px 60px rgba(16, 141, 207, 0.2);
    padding: 4vh;
    max-width: 18vh;
    position: relative;
    z-index: 2;
}

.schwwr_bx {
    display: flex;
    flex-direction: column;
    gap: 2vh;
    position: relative;
    max-width: 18vh;
}

.wrapperFirst > .schwwr_bx:nth-child(2) .schwbwr_img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: .2vh;
    left: 50%;
    bottom: -51%;
    transform: translate(-50%, -68%) rotate(90deg);
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: 200% 100%;
    z-index: -4;
}

.wrapperFirst > .schwwr_bx:nth-child(3) .schwbwr_img:before {
    content: '';
    position: absolute;
    width: 197%;
    height: .2vh;
    left: 50%;
    bottom: -100%;
    transform: translate(-50%, -103%) rotate(90deg);
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: auto;
    background-size: auto;
    background-size: 200% 100%;
    z-index: 1;
}

.wrapperFirst > .schwwr_bx:nth-child(1) .schwbwr_img:after {
    content: '';
    position: absolute;
    width: 300%;
    height: .2vh;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: 200% 100%;
    z-index: 1;
}

.wrapperFirst > .schwwr_bx:nth-child(3) .schwbwr_img:after {
    content: '';
    position: absolute;
    width: 300%;
    height: .2vh;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: 200% 100%;
    z-index: 1;
}

.wrapperSec > .schwwr_bx:nth-child(1) .schwbwr_img:after {
    content: '';
    position: absolute;
    width: 350%;
    height: .2vh;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: 200% 100%;
    z-index: 1;
}

.wrapperSec > .schwwr_bx:nth-child(2) .schwbwr_img:after {
    content: '';
    position: absolute;
    width: 190%;
    height: .2vh;
    top: 50%;
    right: 100%;
    transform: translate(0, -50%);
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: 200% 100%;
    z-index: 1;
}

.wrapperSec > .schwwr_bx:nth-child(2) .schwbwr_img::before {
    background-color: var(--c-black);
    position: absolute;
    content: '';
    width: 100%;
    height: 101%;
    top: 101%;
    left: -240%;
    transform: translate(0, -50%);
}

.wrapperFour {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 7vh 50vh;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: var(--vh50);
}

.wrapperThree > .schwwr_bx:nth-child(1) .schwbwr_img:after {
    content: '';
    position: absolute;
    width: 300%;
    height: .2vh;
    top: 50%;
    right: 100%;
    transform: translate(0, -50%);
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: auto;
    background-size: 200% 100%;
    z-index: 1;
}

.wrapperThree > .schwwr_bx:nth-child(2) .schwbwr_img:after {
    content: '';
    position: absolute;
    width: 278%;
    height: .2vh;
    top: 50%;
    right: 100%;
    transform: translate(0, -50%);
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: 200% 100%;
    z-index: 1;
}

.wrapperSec > .schwwr_bx:nth-child(1) .schwbwr_img:before {
    content: '';
    position: absolute;
    width: 254%;
    height: .2vh;
    top: 226%;
    left: 50%;
    transform: translate(-50%, 0) rotate(-90deg);
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: auto;
    background-size: 400% 100%;
    z-index: -1;
}

.wrapperThree > .schwwr_bx:nth-child(1) .schwbwr_img::before {
    content: '';
    position: absolute;
    width: 177%;
    height: .2vh;
    left: 50%;
    bottom: -88%;
    transform: translate(-50%, -50%) rotate(90deg);
    background: linear-gradient(to right, #000000 0%, #10CDBC 100%);
    background-size: auto;
    background-size: auto;
    background-size: 400% 100%;
    z-index: -1;
}

.schwwr_bx.active .schwbwr_img:after,
.schwwr_bx.active .schwbwr_img:before {
    animation: running-gradient 2s linear forwards;
}

.schwbwr_text {
    font-size: var(--fz20);
    color: var(--c-white);
    font-weight: 500;
    text-align: center;
    transition: .5s;
    position: relative;
    z-index: 2;
}

.schemabx_wrap {
    margin-top: var(--vh50);
}

.wrapperFirst {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 7vh 50vh;
    align-items: baseline;
    margin-left: auto;
    margin-right: auto;
}

.wrapperThree {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 7vh 50vh;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: var(--vh50);
    position: relative;
}

.wrapperThree:after {
    content: '';
    background-color: var(--c-black);
    position: absolute;
    left: -76%;
    top: 45.4%;
    width: 50%;
    height: 47%;
    z-index: 2;
}

.wrapperThree:before {
    content: '';
    background-color: var(--c-black);
    position: absolute;
    left: -76.6%;
    top: 28.2%;
    width: 30%;
    height: 47%;
    z-index: 3;
}

.wrapperSec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 7vh;
}

.schwwr_bx.active .schwbwr_text {
    color: var(--c-green);
}

.schwwr_bx.active .schwbwr_img {
    box-shadow: 0px 0px 120px rgba(16, 141, 207, 0.4);
}

.news_hero .r_text {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.page-id-15 #hero {
    height: 100%;
}

#news_grid {
    padding-top: var(--padd130);
    padding-bottom: var(--vh50);
}

.news_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.25vw;
}

.nb_img {
    min-height: 35vh;
    max-height: 35vh;
}

.nb_img img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.nw_bx {
    display: flex;
    flex-direction: column;
    gap: 1.2vw;
    min-height: 55vh;
    padding: 0 0 4.2vh 0;
    position: relative;
    z-index: 2;
}

.nb_info {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.nb_date {
    margin-top: auto;
}

.nb_title h3 {
    font-size: 2.5vh;
    font-weight: 500;
    color: var(--c-black);
    line-height: 1.2;
    transition: .3s;
}

.nb_date p {
    font-size: var(--fz18);
    font-weight: 400;
    color: var(--c-black);
    line-height: 1.4;
    color: var(--c-grey);
}

.news_wrap a:hover .nb_title h3 {
    color: var(--c-green);
}

.single .r_text {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.spp_wrap {
    padding-top: var(--padd180);
    padding-bottom: var(--padd180);
    display: flex;
    --bxWrap: 48vw;
    --gap: 8.3vw;
    gap: var(--gap);
}

.sppw_news {
    width: var(--bxWrap);
    display: flex;
    flex-direction: column;
    gap: 4vh;
    position: sticky;
    top: var(--headerHeight);
    height: max-content;
}

.sidebar {
    width: calc(100% - var(--bxWrap) - var(--gap));
}

.post-text p {
    font-size: var(--fz20);
    font-weight: 400;
    line-height: 1.4;
    color: var(--c-black);
}

.sidebar-title {
    font-size: 6vh;
    font-weight: 600;
}

.sb_wrap {
    display: flex;
    flex-direction: column;
    gap: 3vh;
    margin-top: 3vh;
}

.news-title {
    font-size: 2.5vh;
    font-weight: 500;
    line-height: 1.2;
    color: var(--c-black);
    margin-top: 2vh;
}

.news-date {
    font-size: 2vh;
    font-weight: 400;
    line-height: 1.4;
    color: var(--c-grey);
    margin-top: 1vh;
}

.sidebar .nb_img {
    min-height: unset;
    max-height: unset;
    height: 35vh;
}

.sb_wrap a:hover .nb_title h3 {
    color: var(--c-green);
}

.news .news_btn {
    color: var(--c-green);
    cursor: pointer;
    margin: 6vh auto 0;
}

.news .news_btn:hover {
    color: var(--c-black);
}

.news {
    display: flex;
    flex-direction: column;
}

.sidebar .nw_bx {
    min-height: 50vh;
}

.svg-btn {
    height: 100%;
    border: 1px solid var(--c-blue);
    border-radius: 50px;
    padding: 0 4vh;
    color: var(--c-blue);
    cursor: pointer;
    transition: .3s;
}
.header_menu,
.menu_wrap{
    height: 100%;
}

.svg-btn:hover {
    background-color: var(--c-blue);
    border-color: var(--c-white);
    color: var(--c-white);
}

.svg-btn span {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.green-btn {
    height: 9vh;
    border-color: var(--c-green);
    color: var(--c-black);
    background-color: var(--c-green);
    border-radius: 50px;
    padding: 0 6vh;
    width: max-content;
    display: flex;
    align-items: center;
    font-size: 2vh;
    font-weight: 400;
    line-height: 1.3 !important;
}
.partners_bot {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 3vh;
    padding-bottom: 9vh;
}

.marquee-line  {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    width: 109%;
    background-color: var(--c-blue);
    height: 6vh;
    align-items: center;
    gap: 5vh;
    transform: translate(0,-90%) rotate(-8deg);
}
.pb_btn {
    position: relative;
    z-index: 2;
}
.marquee-line.top {
    transform: translate(0px,70%) rotate(7deg);
}
.marquee-line.bottom {
    transform: translate(0,-120%) rotate(-9deg);
}
.marquee {
    height: 0;
}
.marquee-line  {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    width: 109%;
    background-color: var(--c-blue);
    height: 6vh;
    align-items: center;
    gap: 5vh;
    transform: translate(0,150%) rotate(-10deg);
}
.marquee__item {
    animation-duration: 3s ;
    animation-iteration-count: infinite ;
    animation-name: marquee-content ;
    animation-timing-function: linear ;
    color: var(--c-white);
}
.marquee:hover .marquee__item {
    animation-play-state: paused ;
}

/**
* BOTH of the marquee items are going to be translating left at the same time.
* And, once each of them has translated to -100%, they will both snap back into
* place, making it seem as if they are continuously scrolling.
*/
@keyframes marquee-content {
    from {
        transform: translateX( 0% );
    }
    to {
        transform: translateX( -100% );
    }
}
#loadMoreBtn {
    margin: 5vh auto 0;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8vh;
    font-size: 2vh;
    font-weight: 400;
    line-height: 1.3 !important;
    padding: 0 8vh;
}
#clients {
    padding-top: 15vh;
    padding-bottom: 15vh;
}
.clients_title {
    text-align: center;
}
.clients_wrap {
    display: flex;
    flex-flow: wrap;
    --elems:4;
    --gap:2vh;
    gap: var(--gap);
    margin-top: 4vh;
}
.cw_item img {
    /*filter: brightness(0);*/
    transition: .3s;
}
.cw_item:hover img {
    filter: brightness(1);
}
.clients_wrap > div {
    width: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems));
    padding: 2.6vh 6vh;
    border: 1px solid #AFAFAF;
    border-radius: 30px;
    overflow: hidden;
}
.num_title h2 {
    color: var(--c-white);
}

#numbers {
    padding-top: 15vh;
}
.num_title {
    text-align: center;
}
.num_wrap {
    display: flex;
    flex-wrap: wrap;
    --gap: 2vh;
    gap:var(--gap);
    margin-top: 4vh;
    --smallBlock:73vh;
}

/* Общие стили карточки */
.num_bx {
    padding: 0 6vh;
    border-radius: 20px;
    color: #fff;
    min-height: 33vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Конкретные стили по позициям */
.num_bx_0 {
    background-color: var(--c-blue);
    width: calc(100% - var(--smallBlock) - var(--gap));
}
.num_bx_1 {
    background-color: var(--c-green);
    color: #000;
    width: var(--smallBlock);
}
.num_bx_2 {
    background-color:var(--c-green);
    width: var(--smallBlock);
}
.num_bx_3 {
    background-color: var(--c-blue);
    width: calc(100% - var(--smallBlock) - var(--gap));
}

#cases {
    margin-top: 15vh;
}
.cases_title {
    max-width: 40%;
    text-align: center;
    margin: 0 auto;
}
.cases_wrap {
    margin-top: 4vh;
    display: flex;
    --elems:2;
    gap: var(--gap);
    --gap:20px;
    flex-wrap: wrap;
}
.cases_wrap > div {
    width: calc((100% - var(--gap) * (var(--elems) - 1)) / var(--elems));
    border-radius: 40px;
    overflow: hidden;
    padding: 2vh;
    display: flex;
    flex-flow: column;
    min-height: 60vh;
    justify-content: space-between;
}
.cwii_title {
    display: flex;
    flex-flow: column;
    gap: 1vh 0;
}
.cwii_title h6 {
    font-weight: 400;
    font-size: 2vh;
    line-height: 1.1 !important;
    color: #676C71;
}
.cwii_title p {
    font-weight: bold;
    font-size: 1.8vh;
    line-height: 1.3 !important;
    color: var(--c-black);
    display: flex;
    flex-direction: column;
    gap: .5vh 0;
}
.cwi_info {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    background-color: var(--c-white);
    padding: 3vh 10vh 0 3vh;
    border-radius: 20px;
    height: 17vh;
}
.cwi_logo {
    max-width: 25vh;
}
.cwi_logo img {
    max-height: 10vh;
    offset-position: left;
    object-fit: contain;
    width: max-content;
}
/* На мобилках: одна колонка */
@media (max-width: 768px) {
    .num_bx {
        flex: 1 1 100%;
    }
}