@import url('https://fonts.googleapis.com/css2?family=Onest:wght@300;400;500;600&display=swap');

@media(min-width:1920px) {
    html {
        font-size: 1px;
    }
}

* {
    box-sizing: border-box;
    
}
:root{
    --work-width: 1360rem;
    --font-a: 16rem;
    --font-p: 16rem;
    --font-h1: 48rem;
    --font-h2: 36rem;
    --font-h3: 20rem;
    --font-h4: 16rem;
    --font-h5: 16rem;
    --font-h6: 16rem;
    --black: #1A1A1A;
    --blue: #2971f5;
    --gray: #e7e7e7;
    --font-family: "Onest", sans-serif;
    --font-family-title: "Vela Sans", sans-serif;
}
html {
    font-size: 0.052084vw;
    scroll-behavior: smooth;
    margin: 0 auto;
    padding: 0;
}

body {
    font-size: 16rem;
    font-family: var(--font-family);
    position: relative;
    z-index: 1;
    margin: 0 auto;
    line-height: 130%;
    background-color: #F8F8F8;
}

a,
p {
    color: var(--black);
    font-size: var(--font-a);
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
    transition: all ease .5s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
a[href]:hover{
    color:var(--blue)
}
h1, .h1{
    font-size: var(--font-h1);
    font-weight: 600;
    line-height: 130%;
}
h2, .h2{
    font-size: var(--font-h2);
    font-weight: 600;
    line-height: 130%;
}
h3, .h3{
    font-size: var(--font-h3);
    font-style: normal;
    font-weight: 600;
}
h4, .h4{
    font-size: var(--font-h4);
    line-height: normal;
}
h5, .h5{
    font-size: var(--font-h5);
    line-height: 150%;
}
h6, .h6{
    font-size: var(--font-h6);
    line-height: 150%;
}
input{
    padding: 15rem 24rem;
    font-family:  var(--font-family);
    font-size: 16rem;
    border-radius: 0;
    border-color: var(--gray);
}
input::placeholder{
        opacity:0.7;
}
.no-scroll{
    overflow: hidden;
}
.row{
    width: 100%;
}
.column{
    width: var(--work-width);
    margin: 0 auto;
}
.container{
    width: var(--work-width);
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.mobileBlockMenu{
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    top:-100%;
    background-color: #fff;
    transition: all ease .5s;
    z-index: 1200;
}
.mobileBlockMenu.active{
    top:0;
}
.mobileBlockTop{
    display: flex;
    justify-content: space-between;
    height: 100rem;
    align-items: center;
    padding: 20rem 24rem;
    border-bottom: 1rem solid #F1F2F6;
}
.mobileBlockExit img{
    height: 60rem;
    width: 60rem;
    object-fit: contain;
}
.mobileBlockBody{
    padding: 30rem 24rem;
    border-bottom: 1rem solid #F1F2F6;
}
.search{
    width: auto;
}
.search form{
    display: flex;
    position: relative;
}
.search form input{
    width: 600rem;
}
.search button{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: var(--blue);
    transition: all ease 0.5s;
}
.search button:hover{
    opacity: 0.8;
}
.mobileBlockItemMenu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.mobileBlockItemMenu ul a{
    display: block;
    padding: 20rem 0;
    font-size: 20rem;
    color: var(--black);
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1rem solid #F1F2F6;
}
.popupBlock{
        display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600rem;
    background: white;
    padding: 30rem;
    box-shadow: 0 4rem 8rem rgba(0, 0, 0, 0.1);
    z-index: 1000;
    box-sizing: border-box;
    border-radius: 30rem;
}
.close-btn {
    position: absolute;
    right: 30rem;
    top: 30rem;
}
.close-btn img {
    width: 40rem;
    cursor: pointer;
}
.boxProdPopup {
    display: flex;
    flex-direction: column;
    align-items: center;
	gap:20rem;
}
.prodPopupTitle {
    font-size: var(--font-h2);
    font-weight: 600;
    text-align: center;
}
.boxProdPopup p {
    text-align: center;
}
.popupBlock .wpcf7{
	width: 100%;
}
.boxProdPopup input {
    border-radius: 5rem;
    background: #E6E6E6;
    padding: 13rem 30rem;
    width: 100%;
    color: #898989;
    font-size: 16rem;
    font-weight: 400;
    line-height: 24rem;
    border: none;
}
.cfBox{
    display: flex;
    flex-wrap: wrap;
    gap: 30rem;
}
.cfBoxFull{
    width: 100%;
}
.cfBoxMedium{
    width: calc(50% - 15rem);
}
.cfBoxMin{
    width: calc(100% / 3 - 20rem);
}
.cfBox input {
    border-radius: 5rem;
    background: none;
    padding: 13rem 30rem;
    width: 100%;
    color: var(--black);
    font-size: 16rem;
    font-weight: 400;
    line-height: 24rem;
    border: none;
	font-family: var(--font-family);
}
.cfBox textarea {
    border-radius: 5rem;
    width: 100%;
    background: #FFF;
    padding: 20rem 40rem;
    font-size: 16rem;
    height: 130rem;
    font-family: var(--font-family);
}
.cfBox input.wpcf7-submit {
    color: #FFF;
    background: var(--akcent);
    cursor: pointer;
}
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999; 
    transition: all ease .5s;
}
#overlay.active{
    display: block;
}
.breadcrumbs ol{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap:8rem;
}
/* Делаем ссылку флекс-контейнером */
.mobile-nav-menu li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding, background и т.д. */
}

/* Сама иконка */
.my-mobile-arrow {
    display: inline-flex;
    transition: transform 0.3s;
}

/* Если хотим вращать стрелку при открытом подменю */
.my-mobile-arrow.opened {
    transform: rotate(180deg);
}

/* Скрываем подменю по умолчанию */
.mobile-nav-menu .sub-menu {
    display: none;
}

/* Header */

.header {
    position: fixed;
    top: 0;
    z-index: 100;
    transform: translateY(32rem);
    transition: transform 0.3s ease;
    padding: 0 0 30rem;
    width: 100%;
}

.header--stuck {
    transform: translateY(0);
}

.header__container {
    background: #ffffff;
    border-radius: 12rem;
    padding: 10rem 25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30rem;
}

.header__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header__logo-img {
    width: 132rem;
    height: 30.83rem;
    object-fit: contain;
}

.header__logo-text {
    font-weight: 600;
    font-size: 20rem;
    color: var(--black);
}

.header__sections {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25rem;
    width: 100%;
}

.header__search {
    border-bottom: 1rem solid #b2b2b2;
    border-radius: 5rem;
    padding: 7rem 5rem;
    display: flex;
    width: 356rem;
}

.header__search--offcanvas {
    display: none;
    width: 100%;
}

.header__search-label {
    display: flex;
    align-items: center;
    gap: 10rem;
    width: 100%;
}

.header__search-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #b2b2b2;
}

.header__search-input {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 13rem;
    line-height: 100%;
    font-family: var(--font-family);
    font-weight: 400;
    color: #2f4858;
    padding: 0;
}

.header__search-input::placeholder {
    color: #b2b2b2;
}

.header__language {
    color: #818181;
    font-family: var(--font-family);
    font-size: 13rem;
    line-height: 100%;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header__actions {
    display: flex;
    align-items: center;
    gap: 10rem;
}

.header__share {
    width: 45rem;
    height: 45rem;
    border-radius: 5rem;
    border: 1rem solid rgba(47, 72, 88, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2f4858;
    background: #2F4858;
    cursor: pointer;
    padding: 0;
}

.header__share:hover {
    opacity: 0.8;
}

.header__share-svg {
    width: 20rem;
    height: 20rem;
}

.header__contact {
    background: #edad15;
    border-radius: 5rem;
    padding: 15rem 22rem;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header__contact-text {
    color: #ffffff;
    font-family: var(--font-family);
    font-size: 14rem;
    line-height: 100%;
    font-weight: 600;
}

.header__burger {
    width: 45rem;
    height: 45rem;
    border-radius: 5rem;
    border: 1rem solid rgba(47, 72, 88, 0.1);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6rem;
    background: #2F4858;
    cursor: pointer;
    padding: 0;
}

.header__burger-line {
    width: 18rem;
    height: 2rem;
    background: #2f4858;
    border-radius: 1rem;
}

.header__offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-y: auto;
    background: linear-gradient(180deg, #2F4858 57.41%, #457899 171.68%);
    background-color: #2F4858;
    color: #ffffff;
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-20rem);
}

.header__offcanvas[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0s;
}

.header__offcanvas-content {
    display: flex;
    flex-direction: column;
    gap: 40rem;
    padding: 40rem 20rem 60rem;
}

.header__offcanvas-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20rem;
}

.header__offcanvas-brand {
    display: flex;
    align-items: center;
    gap: 16rem;
}

.header__offcanvas-logo {
    width: 171rem;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.header__offcanvas-logo-text {
    font-family: var(--font-family);
    font-size: 36rem;
    line-height: 100%;
    font-weight: 600;
}

.header__offcanvas-controls {
    display: flex;
    align-items: center;
    gap: 20rem;
}

.header__offcanvas-language {
    min-width: 48rem;
    height: 48rem;
    border-radius: 50%;
    border: 1rem solid rgba(255, 255, 255, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: var(--font-family);
    font-size: 14rem;
    line-height: 100%;
    font-weight: 500;
    text-transform: uppercase;
}

.header__offcanvas-close {
    width: 48rem;
    height: 48rem;
    border-radius: 50%;
    border: 1rem solid rgba(255, 255, 255, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.header__offcanvas-close:hover {
    opacity: 0.8;
}

.header__offcanvas-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 56rem;
}

.header__offcanvas-groups {
    display: grid;
    grid-template-columns: repeat(4, minmax(160rem, 1fr));
    gap: 40rem 56rem;
    max-width: 840rem;
    width: 100%;
    justify-items: start;
}

.header__offcanvas-group-title {
    font-family: var(--font-family);
    font-size: 18rem;
    line-height: 120%;
    font-weight: 600;
    margin-bottom: 20rem;
    text-transform: uppercase;
}

.header__offcanvas-list {
    display: flex;
    flex-direction: column;
    gap: 12rem;
    padding: 0;
}

.header__offcanvas-item {
    list-style: none;
}

.header__offcanvas-link {
    color: #ffffff;
    font-family: var(--font-family);
    font-size: 15rem;
    line-height: 120%;
    font-weight: 400;
    text-decoration: none;
}

.header__offcanvas-link:hover {
    opacity: 0.8;
}

.header__offcanvas-aside {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40rem;
    min-width: 220rem;
    text-align: right;
}

.header__offcanvas-buttons {
    display: flex;
    align-items: center;
    gap: 6rem;
}

.header__offcanvas-button {
    width: 35rem;
    height: 35rem;
    border-radius: 5rem;
    border: 1rem solid rgba(255, 255, 255, 0.4);
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #2f4858;
    font-family: var(--font-family);
    font-size: 13rem;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
}

.header__offcanvas-button:hover {
    opacity: 0.8;
}

.header__offcanvas-button-icon {
    width: 18rem;
    height: 18rem;
}

.header__offcanvas-button--language {
    font-size: 13rem;
}

.header__offcanvas-brand--aside {
    width: 100%;
    align-items: flex-end;
}

.header__offcanvas-brand-img {
    width: 171rem;
    height: 40rem;
    max-width: 100%;
    object-fit: contain;
    margin: 24rem 0 20rem;
}

@media (max-width: 1200px) {
    .header__offcanvas-main {
        gap: 40rem;
    }

    .header__offcanvas-groups {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: none;
    }
}

@media (max-width: 768px) {
    .header__offcanvas-content {
        gap: 40rem;
        padding: 30rem 20rem 40rem;
    }

    .header__offcanvas-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 25rem;
    }

    .header__offcanvas-controls {
        width: 100%;
        justify-content: space-between;
    }

    .header__offcanvas-main {
        flex-direction: column;
        gap: 30rem;
    }

    .header__offcanvas-groups {
        grid-template-columns: 1fr;
        gap: 30rem;
    }

    .header__offcanvas-group-title {
        margin-bottom: 12rem;
    }

    .header__offcanvas-aside {
        align-items: flex-start;
        justify-content: flex-start;
        min-width: auto;
        text-align: left;
    }

    .header__offcanvas-brand--aside {
        align-items: flex-start;
    }
}

@media (max-width: 1024px) {
    .header {
        padding: 0 0 20rem;
    }

    .header__container {
        padding: 10rem 20rem;
    }

    .header__sections {
        gap: 15rem;
    }

    .header__search {
        width: 100%;
        max-width: 280rem;
    }

    .header__contact {
        display: none;
    }
}

@media (max-width: 768px) {
    .header__container {
        padding: 15rem 20rem;
        flex-direction: column;
        align-items: stretch;
        gap: 15rem;
    }

    .header__sections {
        justify-content: space-between;
        width: 100%;
    }

    .header__search {
        max-width: none;
        flex: 1;
    }
}

/* Footer */

.footer {
    background: linear-gradient(180deg, #2F4858 57.41%, #457899 171.68%);
    color: #ffffff;
    padding: 80rem 0 40rem;
}

.footer__inner {
    display: flex;
    flex-direction: column;
    gap: 30rem;
}

.footer__top {
    display: flex;
    justify-content: space-between;
}

.footer__contacts-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40rem;
    min-width: 220rem;
}

.footer__contacts-buttons {
    display: flex;
    align-items: center;
    gap: 6rem;
}

.footer__contacts-link {
    width: 35rem;
    height: 35rem;
    border-radius: 5rem;
    border: 1rem solid rgba(255, 255, 255, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #fff;
}

.footer__contacts-link:hover {
    opacity: 0.8;
}

.footer__contacts-svg {
    width: 18rem;
    height: 18rem;
}

.footer__language {
    width: 35rem;
    height: 35rem;
    border-radius: 5rem;
    background: #ffffff;
    color: #2f4858;
    font-family: var(--font-family);
    font-size: 13rem;
    line-height: 100%;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer__motto {
    font-family: var(--font-family);
    font-size: 25rem;
    line-height: 120%;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: auto;
    margin-bottom: 36rem;
}

.footer__menu-groups {
    display: grid;
    grid-template-columns: repeat(4, minmax(160rem, 1fr));
    gap: 40rem 56rem;
    max-width: 840rem;
}

.footer__group {
    display: flex;
    flex-direction: column;
    gap: 25rem;
}

.footer__group-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15rem;
}

.footer__group-item {
    margin: 0;
    padding: 0;
}

.footer__group-title {
    font-family: var(--font-family);
    font-size: 20rem;
    line-height: 100%;
    font-weight: 600;
    text-transform: uppercase;
}

.footer__group-link {
    font-family: var(--font-family);
    font-size: 13rem;
    line-height: 130%;
    font-weight: 400;
}

.footer__badge {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24rem;
    min-width: 220rem;
}

.footer__badge-plate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 18rem;
    border-radius: 3rem;
    background: #ffffff;
    color: #2f4858;
    font-size: 11rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer__registry {
    font-family: var(--font-family);
    font-size: 13rem;
    line-height: 170%;
    font-weight: 400;
    color: #ffffff;
}

.footer__registry-number {
    color: #2f4858;
    font-weight: 600;
    font-size: 15rem;
    padding: 2rem 5rem;
    background-color: #fff;
    display: inline-block;
    border-radius: 3rem;
    margin-left: 5rem;
}

.footer__brand {
    display: flex;
    align-items: center;
    width: 100%;
}

.footer__brand-img {
    width: 171rem;
    height: 40rem;
    object-fit: contain;
    margin: 24rem 0 20rem;
}

.footer__brand-text {
    font-size: 20rem;
    font-weight: 600;
}

.footer__divider {
    width: 100%;
    border-top: 1rem solid #838383;
}

.footer__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20rem;
    flex-wrap: wrap;
}

.footer__legal {
    font-family: var(--font-family);
    font-size: 13rem;
    line-height: 160%;
    font-weight: 400;
    color: #838383;
    max-width: 520rem;
}

.footer__legal-link {
    color: #838383;
    text-decoration: underline;
}

.footer__copy {
    font-family: var(--font-family);
    font-size: 13rem;
    line-height: 120%;
    font-weight: 400;
}

.home-hero{
    position: relative;
}

.home-hero__container{
    height: 570rem;
    display: flex;
    align-items: center;
}
.home-hero__background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.home-hero__title h2{
    width: 310rem;
    font-size: 55rem;
    color: #fff;
    font-family: var(--font-family-title);
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}
.home-line{
    position: relative;
    overflow: hidden;
}

.home-line__items{
    margin: 24rem 0 80rem;
}

.home-line__item{
    display: flex!important;
    gap: 28rem;
    align-items: center;
    padding: 15rem;
    border-radius: 10rem;
    border: 1rem solid #E8E8E8;
    background: #FFF;
    backdrop-filter: blur(7.400000095367432px);
}

.home-line__item img{
    width: 75rem;
    height: 50rem;
    border-radius: 5rem;
    object-fit: cover;
}
.home-line__item span{
    font-size: 18rem;
    line-height: 140%;
    font-weight: 500;
    color: #2F4858;
}

.home-solution{
    position: relative;
    margin-bottom: 80rem;
}
.home-solution__container{
    padding: 50rem 0;
    min-height: 500rem;
}
.home-solution__container img{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 80%;
}
.home-deyat__items.swiper {
    overflow: visible;
    padding-right: 48rem;
}

.home-deyat__items .home-deyat__item {
    display: flex;
    gap: 24rem;
    transition: opacity 0.3s ease;
    opacity: 0.4;
}

.home-deyat__items .home-deyat__item.swiper-slide-active,
.home-deyat__items .home-deyat__item.swiper-slide-duplicate-active {
    opacity: 1;
}

.home-deyat__items .home-deyat__info {
    display: flex;
    flex-direction: column;
    gap: 16rem;
    flex: 1;
}

.home-deyat__items .home-deyat__info h3 {
    margin: 0;
    font-size: 24rem;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.home-deyat__items .home-deyat__info h3 a {
    color: inherit;
    text-decoration: none;
}

.home-deyat__items .home-deyat__info h3 a:hover,
.home-deyat__items .home-deyat__info h3 a:focus {
    color: var(--blue);
}

.home-deyat__items .home-deyat__info p {
    margin: 0;
    color: #393939;
    line-height: 160%;
    font-size: 20rem;
}

.home-deyat__items .home-deyat__controll {
    display: flex;
    gap: 12rem;
    margin-top: auto;
    align-self: flex-end;
}

.home-deyat__items .home-deyat__controll button {
    width: 40rem;
    height: 40rem;
    border: none;
    border-radius: 10rem;
    background: #FFC832;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.home-deyat__items .home-deyat__controll button:hover,
.home-deyat__items .home-deyat__controll button:focus {
    background: #FFB400;
}

.home-solution__container h3{
    max-width: 475rem;    
    color: #fff;
    font-size: 18rem;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
    text-transform: uppercase;
    margin-bottom: 24rem;
}
.home-solution__container h2{
    font-size: 35rem;
    color: #fff;
    font-weight: 600;
    line-height: 120%; /* 42px */
    text-transform: uppercase;
    margin-bottom: 24rem;
    font-family: var(--font-family-title);
}
.home-solution__items{
    display: flex;
    flex-wrap: wrap;
    gap: 24rem;
    max-width: 530rem;
}
.home-solution__item{
    padding: 15rem;
    border-radius: 10rem;
    background: #FFF;
    display: inline-block;
    color: #2F4858;
    font-size: 20rem;
    font-weight: 500;
    line-height: 100%;
}
.home-deyat{
    overflow: hidden;
}
.home-deyat__item{
    display: flex!important;
    gap: 20rem;
    border-radius: 10rem;
    background: #FFF;
    padding: 25rem;
}
.home-deyat__item>img{
    height: 320rem;
    width: 475rem;
    object-fit: cover;
    border-radius: 10rem;
}
.home-deyat__container>h2{
    color: #484848;
    font-size: 18rem;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    padding-left: 12rem;
    position: relative;
    margin: 45rem 0;
}
.home-deyat__container>h2::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6rem;
    height: 6rem;
    background: #EDAD15;
    border-radius: 50rem;
}
.home-deyat__items{
    margin-bottom: 80rem;
}
.home-deyat__info h3 a{
    font-family: var(--font-family-title);
    font-size: 35rem;
    color: #2F4858;
    font-weight: 500;
    line-height: 120%; /* 42px */
    text-transform: uppercase;
    margin-bottom: 15rem;
}
/* Group direction taxonomy page */
.group-page {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.group-page__hero {
    position: relative;
    padding: 190rem 0 110rem;
    color: #fff;
    background: radial-gradient(127.37% 119.12% at 15.24% 12.5%, #21417C 0%, #0B1B36 48.96%, #050B18 100%);
    overflow: hidden;
}

.group-page__hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, rgba(11, 27, 54, 0.75) 0%, rgba(11, 27, 54, 0.25) 100%);
    z-index: 0;
}

.group-page__hero-media {
    position: absolute;
    inset: 0;
}

.group-page__hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.05);
}

.group-page__hero-container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 60rem;
    min-height: 335rem;
}

.group-page__hero-content {
    max-width: 920rem;
}

.group-page__hero-label {
    color: #484848;
    margin-bottom: 25rem;
    font-size: 18rem;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 12rem;
}
.group-page__hero-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6rem;
    height: 6rem;
    background: #EDAD15;
    border-radius: 50rem;
}

.group-page__hero-title {
    font-family: var(--font-family-title);
    font-size: 55rem;
    font-weight: 600;
    line-height: 120%; /* 55px */
    text-transform: uppercase;
}

.group-page__hero-subtitle {
    font-family: var(--font-family-title);
    font-size: 35rem;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 45rem;
    width: 450rem;
    color: #2F4858;
}

.group-page__hero-content>p{
    font-size: 20rem;
    color: #fff;
    margin-top: 35rem;
    font-weight: 400;
    line-height: 140%;
}
.group-page__hero-text p {
    color: #242424;
    font-size: 20rem;
    font-weight: 400;
    line-height: 140%;
}
.group-page__hero-text{
    max-width: 580rem;
    position: relative;
}

.group-page__hero-text::before{
    content: '';
    position: absolute;
    top: -10rem;
    left:0;
    width: 24rem;
    height: 2rem;
    background-color:#EDAD15 ;
}
.group-page__hero-text p + p {
    margin-top: 16rem;
}

.group-page__hero-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16rem;
}

.group-page__hero-link {
    display: inline-flex;
    align-items: center;
    gap: 10rem;
    padding: 16rem 26rem;
    border-radius: 999rem;
    border: 1rem solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-weight: 500;
    backdrop-filter: blur(8rem);
    background: rgba(255, 255, 255, 0.08);
}

.group-page__hero-link:hover {
    color: #0B1B36;
    background: #fff;
    border-color: #fff;
}

.group-page__info {
    position: relative;
}

.group-page__info .container{
    padding: 65rem 0 80rem;
    position: relative;
    z-index: 5;
}
.group-page__info-box {
    display: flex;
    gap: 100rem;
}

.group-page__info-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    mix-blend-mode: screen;
}


.group-page__info-content {
    position: relative;
    z-index: 1;
    flex: 1;
}

.group-page__info-content p {
    color: #2F4858;
    font-size: 20rem;
    font-weight: 500;
    line-height: 140%;
    padding: 25rem;
    border-radius: 10rem;
    border: 1rem solid #EDAD15;
    background: #FFF;
}

.group-page__info-content p + p {
    margin-top: 16rem;
}

.group-page__posts {
    padding: 80rem 0 120rem;
}

.group-page__posts-header h2 {
    font-family: var(--font-family-title);
    font-size: 35rem;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 620rem;
}

.group-page__posts-grid {
    margin-top: 56rem;
    display: flex;
    flex-direction: column;
    gap: 32rem;
}

.group-page__posts-row {
    display: grid;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    gap: 20rem;
}

.group-page__posts-row--cols-1 {
    grid-template-columns: minmax(440rem, 670rem);
}

.group-page__posts-row--cols-2 {
    grid-template-columns: repeat(2, minmax(440rem, 670rem));
}

.group-page__posts-row--cols-3 {
    grid-template-columns: repeat(3, minmax(320rem, 440rem));
}

.group-page__posts-row--cols-2.group-page__posts-row--items-1 {
    justify-items: center;
}

.group-page__posts-row--cols-2.group-page__posts-row--items-1 .group-page-card {
    width: 100%;
    max-width: 520rem;
}

.group-page-card {
    background: #FFFFFF;
    border-radius: 10rem;
    overflow: hidden;
    border: 1rem solid #E4E7EC;
    box-shadow: 0 24rem 70rem rgba(15, 23, 42, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    height: 100%;
    padding: 15rem;
}

.group-page-card__link {
    display: flex;
    flex-direction: column;
    color: inherit;
}

.group-page-card__media {
    position: relative;
    overflow: hidden;
    border-radius: 10rem;
}

.group-page-card__media img {
    width: 100%;
    height: 290rem;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.group-page-card__body {
    display: flex;
    flex-direction: column;
    gap: 24rem;
    padding: 30rem 0rem 34rem;
    height: 100%;
}

.group-page-card__content {
    display: flex;
    flex-direction: column;
    gap: 14rem;
}

.group-page-card__title {
    font-size: 24rem;
    font-weight: 600;
    line-height: 130%;
    color: #101828;
}

.group-page-card__excerpt {
    font-size: 16rem;
    line-height: 150%;
    color: #475467;
}

.group-page-card__cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 10rem;
    align-self: flex-start;
    color: #FF8A00;
    font-size: 16rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.group-page-card__cta-label {
    display: inline-flex;
    align-items: center;
}

.group-page-card__cta-icon {
    width: 20rem;
    height: 20rem;
}

.group-page-card:hover {
    transform: translateY(-12rem);
    border-color: #FFD5A1;
    box-shadow: 0 32rem 90rem rgba(15, 23, 42, 0.12);
}

.group-page-card:hover .group-page-card__media img {
    transform: scale(1.05);
}

.group-page-card:hover .group-page-card__cta {
    color: #FF6B00;
}

.group-page__no-posts {
    margin-top: 40rem;
    font-size: 18rem;
    color: #4b5563;
    text-align: center;
}

.group-page .nav-links {
    margin-top: 48rem;
    display: flex;
    gap: 20rem;
    align-items: center;
    justify-content: center;
}

.group-page .nav-links a,
.group-page .nav-links span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54rem;
    height: 54rem;
    border-radius: 16rem;
    padding: 0 18rem;
    background: #fff;
    color: #1A1F2E;
    font-weight: 600;
    box-shadow: 0 8rem 20rem rgba(11, 27, 54, 0.08);
}

.group-page .nav-links .current {
    background: #21417C;
    color: #fff;
}

.group-page .nav-links a:hover {
    background: #21417C;
    color: #fff;
}

.group-page__background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Направление: страница */
.napr-page {
    background-color: #F8F8F8;
}

.napr-hero {
    position: relative;
    padding: 160rem 0 120rem;
    background: linear-gradient(135deg, #F0F5FF 0%, #FFFFFF 100%);
    overflow: hidden;
}
.napr-hero__container{
    position: relative;
    z-index: 4;
}
.napr-hero>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: brightness(0.5);
}
.napr-hero__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80rem;
}


.napr-hero__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14rem 28rem;
    border-radius: 999rem;
    background: rgba(255, 180, 60, 0.18);
    color: #C46D00;
    font-weight: 600;
    font-size: 18rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.napr-hero__title {
    max-width: 805rem;
    font-size: 55rem;
    color: #fff;
    font-weight: 600;
    line-height: 100%; /* 55px */
    text-transform: uppercase;
    margin-bottom: 25rem;
    font-family: var(--font-family-title);
}


.napr-hero__text p {
    margin: 0;
    color: #FFF;
    font-size: 20rem;
    font-weight: 400;
    line-height: 140%;
    max-width: 460rem;
}

.napr-hero__text p + p {
    margin-top: 12rem;
}

.napr-hero__media {
    flex: 0 0 520rem;
    max-width: 520rem;
    border-radius: 32rem;
    overflow: hidden;
    box-shadow: 0 35rem 80rem rgba(23, 54, 118, 0.16);
}

.napr-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.napr-line {
    background: #EDAD15;
    border-top: 1rem solid #FFFFFF;
    border-bottom: 1rem solid #FFFFFF;
    padding: 10rem 0;
    overflow: hidden;
}

.napr-line__viewport {
    overflow: hidden;
    padding: 0 10rem;
}

.napr-line__track {
    --napr-line-duration: 60s;
    --napr-line-shift: 50%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: napr-line-scroll var(--napr-line-duration) linear infinite;
}

.napr-line__group {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.napr-line__label {
    color: #FFFFFF;
    font-family: var(--font-family);
    font-size: 20rem;
    font-weight: 500;
    line-height: 140%;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.napr-line__label + .napr-line__label::before {
    content: " - ";
    color: inherit;
    white-space: pre;
}

.napr-line__group + .napr-line__group .napr-line__label:first-child::before {
    content: " - ";
    color: inherit;
    white-space: pre;
}

@keyframes napr-line-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--napr-line-shift)));
    }
}

.napr-services,
.napr-steps,
.napr-guarantee,
.napr-cooperation {
    padding: 120rem 0;
}

.napr-services {
    background-color: #F8F8F8;
}

.napr-section-header {
    display: flex;
    flex-direction: column;
    gap: 18rem;
    max-width: 820rem;
    margin-bottom: 48rem;
}

.napr-section-title {
    font-size: 48rem;
    line-height: 120%;
    font-weight: 600;
}

.napr-section-subtitle {
    font-size: 20rem;
    line-height: 150%;
    color: #5C6476;
}

.napr-section-note {
    margin-top: 48rem;
    font-size: 18rem;
    line-height: 150%;
    color: #5C6476;
}

.napr-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20rem;
}

.napr-service-card {
    height: 100%;
    background: #FFFFFF;
    border-radius: 10rem;
    border: 1rem solid #E8E8E8;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.napr-service-card__link {
    display: flex;
    flex-direction: column;
    gap: 20rem;
    padding: 25rem;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.napr-service-card__link:focus-visible {
    outline: 2rem solid #D79B0C;
    outline-offset: 4rem;
}

.napr-service-card:hover {
    transform: translateY(-4rem);
    border-color: #D79B0C;
    box-shadow: 0 20rem 40rem rgba(47, 72, 88, 0.08);
}

.napr-service-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16rem;
}

.napr-service-card__title {
    font-size: 18rem;
    line-height: 140%;
    font-weight: 500;
    color: #2F4858;
}

.napr-service-card__icon {
    flex-shrink: 0;
    width: 48rem;
    height: 48rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.napr-service-card__icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.napr-service-card__text {
    font-size: 15rem;
    line-height: 140%;
    color: #818181;
}

.napr-service-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8rem;
    margin-top: auto;
    color: #D79B0C;
}

.napr-service-card__cta-text {
    font-size: 13rem;
    line-height: 140%;
    font-weight: 500;
}

.napr-service-card__cta-icon {
    display: inline-flex;
    width: 12rem;
    height: 12rem;
    align-items: center;
    justify-content: center;
    position: relative;
}

.napr-service-card__cta-icon::before {
    content: '';
    width: 8rem;
    height: 8rem;
    border-top: 2rem solid currentColor;
    border-right: 2rem solid currentColor;
    transform: rotate(45deg);
    transform-origin: center;
    display: block;
}

.napr-steps {
    background-color: #FFFFFF;
}

.napr-steps__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20rem;
}

.napr-step-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10rem;
    border: 1rem solid #E8E8E8;
    background: linear-gradient(180deg, rgba(248, 248, 248, 0.22) 53.86%, rgba(237, 173, 21, 0.22) 142.41%), #F8F8F8;
    padding: 36rem 32rem 80rem;
    min-height: 280rem;
    overflow: hidden;
    isolation: isolate;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.napr-step-card:hover {
    border-color: #EDAD15;
    box-shadow: 0 20rem 40rem rgba(47, 72, 88, 0.08);
}

.napr-step-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 12rem;
}

.napr-step-card__title {
    font-size: 25rem;
    line-height: 140%;
    font-weight: 400;
    color: #EDAD15;
    text-transform: uppercase;
}

.napr-step-card__text {
    font-size: 18rem;
    line-height: 140%;
    font-weight: 500;
    color: #2F4858;
}

.napr-step-card__number {
    position: absolute;
    left: -20rem;
    bottom: -32rem;
    font-size: 150rem;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: #EDAD15;
    opacity: 0.18;
    pointer-events: none;
    z-index: 0;
}

.napr-guarantee {
    background: #F8F8F8;
}

.napr-guarantee__grid {
    display: flex;
    flex-direction: column;
    border-top: 1rem solid #D3D3D3;
    border-bottom: 1rem solid #D3D3D3;
}


.napr-guarantee-row {
    display: grid;
    grid-template-columns: minmax(0, 72rem) minmax(0, 420rem) minmax(0, 1fr);
    align-items: center;
    gap: 20rem 32rem;
    padding: 24rem 32rem;
    border-bottom: 1rem solid #D3D3D3;
    background: #FFFFFF;
}
.napr-guarantee-row:nth-child(2n+1){
    background: #F8F8F8;
}
.napr-guarantee-row:last-child {
    border-bottom: none;
}

.napr-guarantee-row__number {
    display: flex;
    align-items: center;
    min-width: 70rem;
    font-family: var(--font-family-title);
    font-size: 25rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    color: #818181;
}

.napr-guarantee-row__title {
    margin: 0;
    font-family: var(--font-family-title);
    max-width: 100%;
    font-size: 25rem;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
    color: #2F4858;
}

.napr-guarantee-row__text p{
    font-size: 18rem;
    line-height: 140%;
    color: #818181;
}

.napr-guarantee-row__text p {
    margin: 0;
}

.napr-guarantee-row__text p + p {
    margin-top: 12rem;
}

.napr-cooperation {
    position: relative;
    padding: 80rem 0;
    background: #F9F7F2;
    overflow: hidden;
}

.napr-cooperation::before,
.napr-cooperation::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.napr-cooperation::before {
    width: 1024rem;
    height: 1024rem;
    top: 50%;
    background: #F9F3E5;
}

.napr-cooperation::after {
    width: 852rem;
    height: 852rem;
    top: 52%;
    background: #F8EFD9;
}

.napr-cooperation__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40rem;
}

.napr-cooperation__heading {
    display: inline-flex;
    align-items: center;
    gap: 12rem;
    text-transform: uppercase;
}

.napr-cooperation__heading-dot {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: #EDAD15;
}

.napr-cooperation__heading-text {
    margin: 0;
    font-size: 22rem;
    line-height: 140%;
    font-weight: 500;
    color: #242424;
}

.napr-cooperation__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20rem;
    align-items: stretch;
}

.napr-cooperation-card {
    flex: 1 1 340rem;
    max-width: 440rem;
    border-radius: 10rem;
    border: 1rem solid #EBC469;
    background: rgba(255, 255, 255, 0.9);
    padding: 28rem;
    display: flex;
    flex-direction: column;
    gap: 12rem;
    min-height: 148rem;
    backdrop-filter: blur(7.4px);
}

.napr-cooperation-card__title {
    margin: 0;
    font-size: 20rem;
    line-height: 140%;
    font-weight: 500;
    color: #2F4858;
}

.napr-cooperation-card__text p{
    margin: 0;
    font-size: 16rem;
    line-height: 140%;
    color: #818181;
}

.napr-cooperation-card__text p {
    margin: 0;
}

.napr-cooperation-card__text p + p {
    margin-top: 10rem;
}
