@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

.mt-20{
    margin-top: 20px;
}


/*
 * Header
 */
.main-header__nav {
    flex: 1 1 auto;
}
.main-header__nav .menu {
    justify-content: space-around;
}
.logo__title {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    margin-top: 5px;
    white-space: nowrap;
}
.logo a {
    display: block;
    line-height: 0;
}
.logo__img {
    width: 92px;
    height: auto;
    display: block;
}
@media (max-width: 991px) {
    .logo__img {
        width: 84px;
    }
}
.socials.socials--slim .socials__link {
    width: auto;
    height: auto;
    background: transparent;
    color: #A78442;
}
.socials.socials--slim .socials__link:hover {
    color: #FFFFFF;
}
.socials.socials--slim .socials__link--instagram,
.socials.socials--slim .socials__link--facebook,
.socials.socials--slim .socials__link--telegram, 
.socials.socials--slim .socials__link--viber, 
.socials.socials--slim .socials__link--whatsapp,
.socials.socials--slim .socials__link--location {
    font-size: 25px;
    line-height: 25px;
}

.main-header__middle-nav .contact-item a {
    color: #A78442;
}

@media screen and (min-width: 992px) {
    .main-header__middle-contact {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 6px;
    }
    .main-header__middle-nav .contact-item {
        margin: 0;
        color: #A78442;
    }
}
@media screen and (max-width: 1199px) {
    .main-header__middle-contact {
        flex-direction: column;
        gap: 5px;
    }
}
@media (max-width: 991px){
    .main-header__middle-nav {
        justify-content: flex-end;
    }
}

/* Lang Dropdown */
@media (min-width:992px){
    .lang {
        position: relative;
    }
    .lang ul {
        position: absolute;
        top: 100%;
        left: 0;
        background: #ddd;
        flex-direction: column;
        z-index: 1;
        justify-content: center;
        padding: 10px;
        border-radius: 4px;
        transition: all ease-in-out 200ms;
        opacity: 0;
        visibility: hidden;
    }
    .lang:hover ul{
        opacity: 1;
        visibility: visible;
    }
    .lang a{
        color: #15162F;
    }
    .lang-current {
        font-weight: bold;
        color: #fff;
        position: relative;
        cursor: default;
    }
    .lang-current:after{
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 4px 0 4px;
        border-color: #fff transparent transparent transparent;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }
    .current-lang{
        display: none;
    }
    .lang-item:not(:last-child) {
        margin-right: 0px;
    }
}
@media (max-width:991px){
    .lang-current{
        display: none;
    }
}


.main-screen__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.main-screen__descr .button-o {
    margin: 0px;
}

/*
 * Scroll Down
 */
.boxdown {
    width: 100px;
    display: grid;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 0;
    opacity: 0.2;
}
.boxdown__container {
    position: relative;
    width: 24px;
    height: 24px;
}
.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:before, .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}
.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}
.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}
.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}
@keyframes move {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}
.main-screen .main-screen__scroll {
    position: relative;
    top: auto;
    transform: none;
    left: 0;
    bottom: auto;
    max-width: 100%;
}

/*
 * Team
 */

.team-item__image {
    line-height: 0;
}

.team-item__image.team-item__image{
    text-align: center;
}


.team-item__image img {
    border-radius: 8px;
}
.team-item__content {
    padding: 30px 10px;
}
.team-item__inner {
    border-top: 1px solid #15162F;
    padding-top: 20px;
}
.team-item__job {
    text-transform: none;
}
.team-item__email {
    color: inherit;
}
.team-item__email:hover{
    color: #ED5C5E;
}
.team-item__socials .socials__link--facebook, .team-item__socials .socials__link--instagram {
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #15162F;
    border-radius: 5px;
}
.team-item__socials .socials__link--telegram, .team-item__socials .socials__link--viber{
    color: #fff;
    background: #15162F;
}
.team-item__socials .socials__link:hover{
    background: #ED5C5E;
}


.specialist {
	background-image: url(/wp-content/themes/arp/src/images/home/documents/docs-bg.jpg);
	background-color: #f8f9fc;
}
.specialist--aside {
    /* padding: 30px 20px 0; */
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 0 4px #00000036;
    background-image: none;
}
.specialist--aside .team-item__socials{
    justify-content: center;
    margin-bottom: 20px;
    background-image: none;
}
@media screen and (max-width:991px){
    .team-item__inner .button {
        margin-top: 20px;
    }
}
@media screen and (max-width:767px){
    .specialist--aside {
        box-shadow: none;
        border-radius: 0;
        margin-top: 70px;
        padding-top: 40px;
        padding-bottom: 20px;
    }
}



/*
 * Footer
 */
.contact-item .contact__info a {
    font-size: inherit;
    color: #fff;
    margin-bottom: 0;
}
.contact-item .contact__info a:hover{
    color: #ED5C5E;
}
.contact-item .contact__info {
    padding: 0;
}
.contact-item--email, .contact-item--address {
    color: #fff;
}

.main-footer .button{
    color: #F58E6F;
}
.main-footer .button:hover{
    color: #fff;
}


/* 
 * Callback Modal 
*/
.modal-callback {
    border-radius: 8px;
    padding: 0;
    max-width: 400px;
}
.modal-callback>a.close-modal {
    display: none;
}
.modal__info-call {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #A4A6B4;
    border-top: 1px solid #A4A6B4;
    padding: 10px 0;
}
.modal__info-call .socials__link {
    border: 1px solid #15162F;
}
.modal__info-call .contact {
    margin: 0;
}
.modal__info-call .contact__info{
    padding-top: 0;
}
.modal__info-call .contact__info a{
    margin: 0;
}
@media(max-width:991px){
    .modal__info-call .socials__link{
        font-size: 20px;
        line-height: 20px;
        width: 30px;
        height: 30px;
    }
}
@media(max-width:370px){
    .modal__info-call {
        flex-direction: column;
    }
    .modal__info-call .contact{
        margin-bottom: 10px;
    }
}


/* 
 * Contacts Page
 */
.contacts__inner {
    padding-top: 70px;
    padding-bottom: 70px;
}
.map-wrap{
    position: relative;
    height: 100%;
    min-height: 300px;
}
.map-wrap:before {
    content: "";
    display: block;
    width: 15%;
    height: 100%;
    position: absolute;
    background: #fff;
    background: linear-gradient(90deg,#fff 10%,hsla(0,0%,100%,0));
    z-index: 999;
    left: 0;
    top: 0;
}
@media(max-width:767px){
    .contacts__inner{
        padding: 0;
    }
    .map-wrap {
        margin-left: -15px;
        margin-right: -15px;
    }
    .map-wrap:before {
        width: 100%;
        height: 10%;
        background: linear-gradient(180deg,#fff 10%,hsla(0,0%,100%,0));
    }
}


.article__description h2, .article__description h3, .article__description h4 {
    margin-bottom: 30px;
}
.article__description li {
    margin-bottom: 15px;
}


#artibot-wrapper--3PaNf {
    display: none;
}
.tg-popup {
    position: fixed;
    max-width: 240px;
    right: 20px;
    bottom: 20px;
    background: #fff;
    box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(31, 31, 87, 0.2);
    border-radius: 8px;
    overflow: hidden;
}


.tg-popup__close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.tg-popup__image {
    background: #15162f;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 165px;
}
.tg-popup__image img {
    max-width: 80%;
}
.tg-popup__content {
    padding: 10px 10px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    color: #15162F;
}
.btn-telegram {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #32aadd;
    border-radius: 8px;
    padding: 12px 5px;
    color: #fff;
}
.btn-telegram:hover{
    color: #fff;
    opacity: .7;
}
.btn-telegram i {
    margin-right: 10px;
    font-size: 20px;
}
.tg-popup__close-icon path {
    stroke: #ddd;
}
.tg-popup__close-icon:hover circle{
    fill-opacity: 1;
}
.tg-popup__close-icon:hover path{
    stroke: #15162F;
}

.tg-popup.closed {
    font-family: "Font Awesome 5 Brands";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #32aadd;
    cursor: pointer;
}
.tg-popup.closed:before {
    content: "\f3fe";
}
.tg-popup.closed .tg-popup__close, 
.tg-popup.closed .tg-popup__image,
.tg-popup.closed .tg-popup__content{
    display: none;
}



/* 
 * Recolor 
 */
a:hover {
    color: #A78442;
}
body, button, a, input, textarea, select {
    font-family: 'Montserrat', sans-serif;
    color: #161616;
}
.h1, h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.h2, h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #161616;
}
.h3, h3, .content-area__content h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #161616;
}

.h4, h4, .content-area__content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #161616;
}
.h5, h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #161616;
}
.button{
    font-weight: 400;
    color: #A78442;
    border: 2px solid #A78442;
}
.button-o {
    background-color: #A78442;
    color:#fff;
}
.button-w {
    border-color: #fff;
    color: #A78442;
}
.main-footer .button {
    color: #A78442;
}
.button:hover {
        background-color: #A78442;
    border-color: #A78442;
}
.form__label{
   font-family: 'Montserrat', sans-serif;
   font-weight: 500; 
   color: #161616;
}


.contacts__descr {
    color: #161616;
}
.team-item__socials .socials__link--telegram, .team-item__socials .socials__link--viber {
    background: #1a1a23;
}
.team-item__socials .socials__link:hover {
    background: #A78442;
}


.main-header, .main-footer {
    background: #1a1a23;
    color: #D3C1A0;
}
.main-footer {
    font-weight: 300;
}
.main-footer__bottom {
    border-top-color: #161616;
}
.main-footer__title {
    color: #FFFFFF;
}
.contact__info a {
    color: #1a1a23;
    font-weight: 300;
}

.contact-item .contact__info a:hover {
    color: #A78442;
}
.team-item__email:hover {
    color: #A78442;
}
.features {
    background: #fffaf2;
}
/* .documents {
    background: #fffaf2;
} */
.testimonials__inner-overlay {
    background: #A78442;
}
.specialist {
    background-color: #fffaf2;
}

.alert-info {
    background: #1a1a23;
    font-weight: 300;
}
@media (min-width: 577px) {
    .callback {
        background-image: url(/wp-content/themes/arp/src/images/callback/bg_new.jpg);
    }
}



.services__top {
    background: #4D4D4D;
}
.services__item {
    height: auto;
    flex-direction: column;
        align-items: flex-start;
            padding-left: 15%;
}
.services__item-content {
    width: 100%;
        margin-top: 20px;
}
.services__item-title {
    text-transform: none;
    margin-bottom: 30px;
}
.services__item-btn {
    display: block;
    text-transform: uppercase;
    color: #a78442;
    /* text-align: right; */
}



.practic-item {
    padding: 20px 30px;
    border-left: 2px solid #a78442;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.practic-item__image {
    display: inline-flex;
    line-height: 0;
    border-radius: 50%;
    border: 1px solid #a78442;
    padding: 15px;
    margin-bottom: 15px;
}
.practic-item__image>img {
    max-width: 50px;
}
.practic-item__content {
    margin-bottom: 30px;
}
.practic-item__title {
    font-weight: 400;
}
.practic-item__btn {
    margin-left: auto;
}

.term-gromadanam .practic-item__btn,
.term-biznesu .practic-item__btn,
.page-template-tpl_page-news .practic-item__btn {
    margin-left: 0px;
}
.term-gromadanam-ru .practic-item__btn,
.term-biznesu-ru .practic-item__btn,
.page-template-tpl_page-news-ru .practic-item__btn {
    margin-left: 0px;
}

.practic-item__date {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media(max-width:767px){
    .practic-item-wrap {
        margin: 0 auto 20px;
    }
    .practic-item {
        border-bottom: 1px solid #1a1a23;
        border-left: none;
        align-items: center;
        padding: 30px 0;
    }
    .practic-item__btn {
        margin-right: auto;
    }
    .practic-item-wrap:last-child .practic-item{
        border-bottom: none;
    }
    .practic-item__content{
        text-align: center;
    }
}


.btn-wrap {
    gap: 15px;
}

.btn-wrap .button {
    padding: 10px 20px;
}
@media (max-width:1199px) {
    .main-header__middle-btn .button {
        font-size: 16px;
    }
}

.not-found__title {
    color: #a78442;
}

.feature-card--line{
       position: relative;
    padding-left: 40px;
}
.feature-card--line .feature-card__title {
   /* transform: rotate(-90deg);
    position: absolute; 
    top: 100px;
    left: -100px;
    width: 230px;
    text-align: right;*/
    height: 30px;
    
    text-transform: uppercase;
}
.feature-card--line .feature-card__inner {
    padding: 5px 0px 0px 0px;
    border-top: 1px solid #a78442; 
    min-height: 100px;
    margin-bottom: 20px;
    margin-top: 10px;
}
@media(max-width: 576px){
    .feature-card--line .feature-card__inner {
        min-height: 80px; 
    }


    .feature-card--line{
      padding-left: 0px;
}

.feature-card.fixed{
    display: block;
}


}

.main-screen {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.main-screen:before{
    content: '';
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background: linear-gradient(270deg, rgba(22,22,22,1) 29%, rgba(0,212,255,0) 100%); */
    background: linear-gradient(90deg, rgba(22,22,22,1) 0%, rgba(0,212,255,0) 100%);
}
.main-screen__content {
    position: relative;
}
.main-screen__form {
    position: relative;
}
.main-screen__form .error {
    display: none;
}
.main-screen__form .form__group {
    margin-bottom: 15px;
}
.modal__info-call .socials__item:not(:last-child) {
    margin-right: 10px;
}
.modal__info-call .socials__link {
    border: none;
}
.modal__info-call .socials.socials--slim .socials__link:hover {
    color: #1a1a23;
}
@media (min-width: 768px){
    .main-screen__form {
        max-width: 440px;
    margin-left: auto;
    }
    .main-screen__form-title{
        font-size: 30px;
    }
    .main-screen__form .close {
        display: none;
    }
}
@media(max-width:767px){
    .main-screen__form{
        margin-top: 30px;
            padding-top: 40px;
    padding-bottom: 40px;
    }
    .main-screen__form .close {
        background: transparent;
        border: none;
        padding: 0;
        position: absolute;
        top: 15px;
        right: 15px;
        line-height: 0;
    }
}

@media (max-width: 991px){
    .main-header__nav{
        background: #1f232e !important;
        background-image: linear-gradient(160deg, #1b2030 0%, #222a3e 52%, #1f2431 100%) !important;
        border-left: 1px solid rgba(224, 193, 119, 0.24);
        box-shadow: -14px 0 28px rgba(8, 12, 28, 0.46);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        padding-top: 72px;
        z-index: 260;
    }
    .main-header__nav .navigation,
    .main-header__nav .menu {
        width: 100%;
    }
    .main-header__nav .menu-item {
        width: 100%;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    }
    .main-header__nav .menu-item a {
        display: block;
        padding: 13px 2px;
        color: #f2f4fb;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.25;
    }
    .main-header__nav .menu-item.current-menu-item > a,
    .main-header__nav .menu-item.current_page_item > a,
    .main-header__nav .menu-item a:hover {
        color: #e0c177;
    }
    .main-header__nav .close-menu {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 8px;
        width: 38px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .mob-menu-open .click-capture {
        position: fixed;
        inset: 0;
        z-index: 10;
        background: rgba(9, 14, 28);
    }
    .mob-menu-open .main-header {
        background: transparent;
        border-bottom-color: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
}
@media(max-width: 480px){
    .modal__content{
            padding: 0 21px 41px;
    }
}



.nav-links {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgb(167 132 66 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.nav-links .page-numbers {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px;
    min-width: 38px;
    text-align: center;
}
.nav-links .page-numbers:hover {
    border-color: #A78442;
}
.nav-links .page-numbers.current {
    background-color: #A78442;
    border-color: #a78442;
    color: #fff;
}


.practic-item__category {
    display: flex;
    flex-direction: column;
    line-height: 1;
    gap: 10px;
}
.news__category-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.news__category-list .current {
    cursor: default;
}


.practic-item-slider {
    background-color: #FFFFFF;
    /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); */
    border-radius: 7px;
    border: none;
    padding: 20px 30px;
    transition: all linear 200ms;
}
.practic-item-slider:hover {
    transform: translateY(-10px);
}
@media (max-width: 767px) {
    .practic-item-slider{
        align-items: flex-start;
    }
    .practic-item-slider .practic-item__content {
        text-align: left;
    }
    .practic-item-slider .practic-item__btn {
        margin-right: 0;
    }
    .home .documents__content .row {
        gap: 30px 0;
    }
}
.owl-nav {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 10px;
}
.documents__content .owl-carousel .owl-nav button {
    /* border: 1px solid #A78442!important; */
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;

    
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}
.owl-carousel .owl-nav button span{
    font-size: 0px;
}
.owl-carousel .owl-nav button:hover{
    background-color: #A78442;
    /* color: #fff; */
}
.owl-carousel .owl-nav button.disabled{
    opacity: .7;
}
.documents__content .owl-carousel .owl-nav button.owl-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 492 492' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M198.608 246.104 382.664 62.04c5.068-5.056 7.856-11.816 7.856-19.024 0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12C361.476 2.792 354.712 0 347.504 0s-13.964 2.792-19.028 7.864L109.328 227.008c-5.084 5.08-7.868 11.868-7.848 19.084-.02 7.248 2.76 14.028 7.848 19.112l218.944 218.932c5.064 5.072 11.82 7.864 19.032 7.864 7.208 0 13.964-2.792 19.032-7.864l16.124-16.12c10.492-10.492 10.492-27.572 0-38.06L198.608 246.104z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.documents__content .owl-carousel .owl-nav button.owl-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M382.678 226.804 163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
} 
.documents__content .slide-item {
    padding-top: 10px;
}


.home .documents {
    background: rgb(158 158 158 / 46%);
}



.services__content.all__width{
    justify-content: space-between;
}


.article__description h4{
    text-transform: none;
    font-size: 21px;
}





#fea-point{
    background-color:#FFF;
    padding: 0px 0;
    border-bottom: 1px solid #f0eae1; 
}
.fea-point{
    
    padding-right: 24px;
    padding: 100px 0px;

}
.fea-point.brd-rl{
    border-right: 1px solid #f0eae1;
    border-left: 1px solid #f0eae1;
}
.fea-point .cercle-icon{
    width: 128px;
    height: 128px;
    background-color: #111111;
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    border:6px solid #efebe3;
    align-items: center;
    color: #FFF;
    font-weight: 500;
    font-size: 30px;
}
.fea-point .cercle-icon .m-t-10{
    margin-top: 10px;
}
.fea-point h4{
    font-size:26px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000;
    line-height: 130%;
}


@media (max-width: 767px) {

    .fea-point {
    padding: 30px 0px;
}

}

/*
 * Service category landing
 */
.service-category-landing {
    position: relative;
    --mx: 50%;
    --my: 50%;
}

.service-category-landing .h2,
.service-category-landing .h3,
.service-category-landing .h4,
.service-category-landing .h5 {
    text-transform: none;
}

.service-category-landing .h2 {
    font-size: 40px;
    line-height: 1.12;
    letter-spacing: 0.01em;
}

.service-category-landing__hero {
    padding: 40px 34px;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(130deg, #101834 0%, #24335f 55%, #2f3442 100%);
    color: #fff;
}

.service-category-landing__hero .h2,
.service-category-landing__hero .h3,
.service-category-landing__hero .h4,
.service-category-landing__hero p {
    color: #fff;
}

.service-category-landing__hero:before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    right: -120px;
    top: -180px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(167, 132, 66, 0.36), transparent 68%);
    pointer-events: none;
}

.service-category-landing__hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 20%, rgba(167, 132, 66, 0.22), transparent 40%),
        radial-gradient(circle at 84% 75%, rgba(36, 58, 113, 0.3), transparent 42%);
    pointer-events: none;
}

.service-category-landing__kicker {
    color: #d7c595;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.service-category-landing__subtitle {
    color: rgba(235, 239, 255, 0.9);
}

.service-category-landing__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-category-landing__chips span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.service-category-landing__hero-card {
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
    color: #fff;
    padding: 24px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.service-category-landing__hero-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #e0c177, #9a7530);
}

.service-category-landing__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-category-landing__list li {
    position: relative;
    padding-left: 22px;
}

.service-category-landing__list li:not(:last-child) {
    margin-bottom: 10px;
}

.service-category-landing__list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #d9be7a;
    box-shadow: 0 0 0 4px rgba(217, 190, 122, 0.12);
}

.service-category-landing__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-category-landing__cta .button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.service-category-landing__block {
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    position: relative;
    overflow: visible;
}

.service-category-landing__block:before {
    display: none;
}

.service-category-landing__block .h3 {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 26px;
}

.service-category-landing__block .h3:after {
    content: "";
    display: block;
    width: 110px;
    height: 3px;
    margin: 10px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #e0c177, #9a7530);
}

.service-category-landing__block--dark {
    padding: 34px 30px;
    border-radius: 14px;
    border: 1px solid rgba(224, 193, 119, 0.28);
    background: linear-gradient(130deg, #121a34 0%, #22335f 55%, #2f3542 100%);
    border-color: rgba(224, 193, 119, 0.28);
    overflow: hidden;
}

.service-category-landing__block--dark .h3,
.service-category-landing__block--dark .h4,
.service-category-landing__block--dark .h5,
.service-category-landing__block--dark p {
    color: #fff;
}

.service-category-landing__block--dark .h3:after {
    background: linear-gradient(90deg, rgba(224, 193, 119, 0.95), rgba(224, 193, 119, 0.45));
}

.service-category-landing__solution {
    height: 100%;
    border: 1px solid rgba(167, 132, 66, 0.24);
    border-radius: 12px;
    padding: 22px 18px;
    background: #fff;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
    position: relative;
    overflow: hidden;
}

.service-category-landing__solution:before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #9a7530 0%, #e0c177 100%);
}

.service-category-landing__solution-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #e0c177;
    background: linear-gradient(145deg, #141b33 0%, #2a3d73 100%);
    box-shadow: 0 10px 22px rgba(17, 22, 47, 0.26);
    margin-bottom: 14px;
}

.service-category-landing__solution:hover {
    transform: translateY(-8px);
    border-color: rgba(167, 132, 66, 0.48);
    box-shadow: 0 20px 34px rgba(11, 16, 37, 0.18);
}

.practic-item--landing {
    border: 1px solid rgba(167, 132, 66, 0.2);
    border-left: 4px solid #a78442;
    border-radius: 10px;
    background: #fff;
    padding: 18px 20px;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
    position: relative;
    overflow: hidden;
    --mx: 50%;
    --my: 50%;
}

.practic-item--landing:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #9a7530 0%, #e0c177 100%);
}

.practic-item--landing:hover {
    transform: translateY(-8px);
    border-color: rgba(167, 132, 66, 0.48);
    box-shadow: 0 20px 34px rgba(11, 16, 37, 0.18);
}

.practic-item--landing .practic-item__content {
    margin-bottom: 16px;
}

.practic-item--landing .practic-item__content p {
    margin-bottom: 0;
}

.service-category-landing__case {
    height: 100%;
    border: 1px solid rgba(167, 132, 66, 0.24);
    border-radius: 12px;
    padding: 22px 18px;
    background: #fff;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
    position: relative;
    overflow: hidden;
    --mx: 50%;
    --my: 50%;
}

.service-category-landing__case:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #9a7530 0%, #e0c177 100%);
}

.service-category-landing__case:hover {
    transform: translateY(-8px);
    border-color: rgba(167, 132, 66, 0.48);
    box-shadow: 0 20px 34px rgba(11, 16, 37, 0.18);
}

.service-category-landing__block--dark .service-category-landing__case {
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
    border-color: rgba(224, 193, 119, 0.3);
}

.service-category-landing__block--dark .service-category-landing__case h3,
.service-category-landing__block--dark .service-category-landing__case p {
    color: #fff;
}

.service-category-landing__block--cases .service-category-landing__case {
    min-height: 100%;
}

.service-category-landing__case-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(17, 22, 47, 0.08);
    color: #3a4160;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.service-category-landing__case-tag:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #a78442;
}

.service-category-landing__block--dark .service-category-landing__case-tag {
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.95);
}

.service-category-landing__block--dark .service-category-landing__case-tag:before {
    background: #e0c177;
}

.service-category-landing__metric {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 999px;
    padding: 8px 14px;
    margin: 0 0 14px;
    color: #0f1736;
    font-weight: 700;
    border: 1px solid rgba(224, 193, 119, 0.55);
    background: linear-gradient(145deg, #e4cd96, #b18435);
    box-shadow: 0 10px 18px rgba(16, 21, 40, 0.24);
}

.service-category-landing__step {
    height: 100%;
    border: 1px solid rgba(224, 193, 119, 0.3);
    border-radius: 12px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
    padding: 20px 18px;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.service-category-landing__step:before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, #9a7530, #e0c177);
}

.service-category-landing__step:hover {
    transform: translateY(-6px);
    border-color: rgba(224, 193, 119, 0.64);
    box-shadow: 0 20px 32px rgba(7, 12, 28, 0.35);
}

.service-category-landing__step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #0f1736;
    background: linear-gradient(145deg, #e4cd96, #b18435);
    box-shadow: 0 8px 16px rgba(11, 16, 37, 0.3);
}

.service-category-landing__step-text {
    display: block;
    font-size: 24px;
    line-height: 1.25;
    color: #fff;
}

.service-category-landing__proof {
    height: 100%;
    border: 1px solid rgba(224, 193, 119, 0.28);
    border-radius: 12px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.09));
    padding: 20px 18px 18px 24px;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.service-category-landing__proof:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #9a7530, #e0c177);
}

.service-category-landing__proof:hover {
    transform: translateY(-6px);
    border-color: rgba(224, 193, 119, 0.62);
    box-shadow: 0 20px 32px rgba(7, 12, 28, 0.35);
}

.service-category-landing__block--process,
.service-category-landing__block--proof {
    background: linear-gradient(130deg, #121a34 0%, #22335f 55%, #2f3542 100%);
    border-color: rgba(224, 193, 119, 0.3);
}

.service-category-landing__block--process .h3,
.service-category-landing__block--proof .h3 {
    color: #fff;
}

.service-category-landing__fear {
    border-radius: 12px;
    border: 1px solid rgba(190, 58, 47, 0.35);
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.95), rgba(255, 235, 231, 0.88));
    padding: 18px 20px;
}

.service-category-landing__faq-item {
    border: 1px solid rgba(167, 132, 66, 0.2);
    border-radius: 12px;
    background: #fff;
    padding: 16px 18px;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.service-category-landing__faq-item:not(:last-child) {
    margin-bottom: 12px;
}

.service-category-landing__faq-item summary {
    cursor: pointer;
    font-weight: 700;
}

.service-category-landing__faq-item[open] {
    border-color: rgba(167, 132, 66, 0.45);
    box-shadow: 0 12px 22px rgba(11, 16, 37, 0.1);
}

.service-category-landing__faq-item p {
    margin: 10px 0 0;
}

.service-category-landing__final {
    border-radius: 14px;
    border: 1px solid rgba(167, 132, 66, 0.25);
    background: linear-gradient(130deg, #121a34 0%, #25335d 50%, #2e3440 100%);
    color: #fff;
    padding: 36px 30px;
    position: relative;
    overflow: hidden;
}

.service-category-landing__final .h3,
.service-category-landing__final p {
    color: #fff;
}

.service-category-landing__final .h3 {
    font-size: 38px;
    line-height: 1.15;
    max-width: 760px;
}

.service-category-landing__final p {
    color: rgba(236, 241, 255, 0.9);
    max-width: 740px;
}

.service-category-landing__final:before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -160px;
    bottom: -180px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(167, 132, 66, 0.32), transparent 68%);
    pointer-events: none;
}

.service-category-landing__form {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
    padding: 22px;
}

.service-category-landing__form .h4 {
    color: #fff;
}

.service-category-landing__form p {
    color: rgba(236, 241, 255, 0.9);
}

.service-category-landing__form .button {
    width: 100%;
}

.service-category-landing__form .form__label {
    color: #fff;
}

.service-category-landing__form .form__input {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.service-category-landing__form .form__input::placeholder {
    color: rgba(255, 255, 255, 0.72);
}

.service-category-landing__phone {

    margin-top: 25px;
    color: #f5f7ff;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px 10px 10px;
    border-radius: 12px;
    border: 1px solid rgba(224, 193, 119, 0.34);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.service-category-landing__phone:hover {
    transform: translateY(-2px);
    border-color: rgba(224, 193, 119, 0.72);
    box-shadow: 0 10px 20px rgba(11, 16, 37, 0.3);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
}

.service-category-landing__phone-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #e4cd96, #b18435);
    color: #13204a;
    box-shadow: 0 8px 14px rgba(10, 15, 34, 0.3);
}

.service-category-landing__phone-text {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    line-height: 1.2;
}

.service-category-landing__phone-label {
    color: rgba(232, 238, 255, 0.86);
    font-weight: 600;
    font-size: 18px;
}

.service-category-landing__phone-value {
    color: #f0cf84;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.service-category-landing__final .service-category-landing__cta {
    align-items: center;
    gap: 12px;
}

.service-category-landing__final .service-category-landing__cta .button {
    min-width: 300px;
}

.service-category-landing__final .service-category-landing__cta .button.button-o {
    box-shadow: 0 12px 24px rgba(167, 132, 66, 0.35);
}

.service-category-landing .is-tilt {
    position: relative;
}

.service-category-landing .is-tilt:after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
    background: radial-gradient(circle at var(--mx) var(--my), rgba(167, 132, 66, 0.2), transparent 44%);
}

.service-category-landing .is-tilt.is-tilt-active:after {
    opacity: 1;
}

.service-category-landing .reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 560ms ease, transform 560ms ease;
}

.service-category-landing .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.service-category-landing .btn-ripple {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    transform: translate(-50%, -50%) scale(0);
    animation: serviceRippleWave 0.62s ease-out forwards;
    pointer-events: none;
}

@keyframes serviceRippleWave {
    0% { transform: translate(-50%, -50%) scale(0); opacity: 0.7; }
    100% { transform: translate(-50%, -50%) scale(18); opacity: 0; }
}

.term-biznesu .service-category-landing__hero {
    background: linear-gradient(130deg, #0f1a3f 0%, #23396f 54%, #313846 100%);
}

.term-gromadanam .service-category-landing__hero {
    background: linear-gradient(130deg, #111a36 0%, #2b3150 48%, #2d405d 100%);
}

@media (max-width: 991px) {
    .service-category-landing__hero,
    .service-category-landing__block--dark,
    .service-category-landing__final {
        padding: 24px 20px;
    }
    .service-category-landing .h2 {
        font-size: 34px;
    }
    .service-category-landing__step-text {
        font-size: 20px;
    }
    .service-category-landing__final .h3 {
        font-size: 30px;
    }
    .service-category-landing__final .service-category-landing__cta .button {
        min-width: 0;
        width: 100%;
    }
    .service-category-landing__phone {
        width: 100%;
        justify-content: center;
    }
    .service-category-landing__phone-label {
        font-size: 16px;
    }
    .service-category-landing__phone-value {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .service-category-landing__cta .button {
        width: 100%;
    }
    .service-category-landing__chips {
        justify-content: center;
    }
    .service-category-landing .h2 {
        font-size: 28px;
        line-height: 1.15;
    }
    .service-category-landing__final .h3 {
        font-size: 26px;
    }
    .service-category-landing__phone-text {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}

/*
 * Team archive landing
 */
.team-landing {
    position: relative;
    --mx: 50%;
    --my: 50%;
}

.team-landing .h2,
.team-landing .h3,
.team-landing .h4 {
    text-transform: none;
}

.team-landing__hero {
    padding: 42px 34px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0f1736 0%, #1f3161 55%, #2d3340 100%);
    color: #fff;
}

.team-landing__hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 22%, rgba(167, 132, 66, 0.24), transparent 36%),
        radial-gradient(circle at 88% 72%, rgba(57, 86, 150, 0.25), transparent 42%);
    pointer-events: none;
}

.team-landing__hero .h2,
.team-landing__hero p {
    color: #fff;
    position: relative;
    z-index: 1;
}

.team-landing__kicker {
    color: #d7c595;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.team-landing__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.team-landing__chips span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.11);
    padding: 8px 13px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.team-landing__hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.team-landing__hero-cta .button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.team-landing__trust-card {
    border-radius: 14px;
    border: 1px solid rgba(224, 193, 119, 0.34);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 24px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.team-landing__trust-card .h4 {
    color: #fff;
}

.team-landing__trust-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-landing__trust-list li {
    color: rgba(236, 241, 255, 0.92);
    position: relative;
    padding-left: 20px;
}

.team-landing__trust-list li:not(:last-child) {
    margin-bottom: 10px;
}

.team-landing__trust-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #d9be7a;
    box-shadow: 0 0 0 4px rgba(217, 190, 122, 0.16);
}

.team-landing__info-item {
    border: 1px solid rgba(167, 132, 66, 0.2);
    border-radius: 14px;
    padding: 24px 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.team-landing__info-item:before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #9a7530 0%, #e0c177 100%);
}

.team-landing__info-item:hover {
    transform: translateY(-8px);
    border-color: rgba(167, 132, 66, 0.48);
    box-shadow: 0 20px 34px rgba(11, 16, 37, 0.18);
}

.team-landing__info-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #e0c177;
    font-size: 22px;
    background: linear-gradient(145deg, #141b33 0%, #2a3d73 100%);
    box-shadow: 0 10px 22px rgba(17, 22, 47, 0.26);
}

.team-landing__subtitle {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.team-landing .landing-partners__item {
    border: 1px solid rgba(167, 132, 66, 0.2);
    border-radius: 16px;
    background: #fdfdff;
    position: relative;
    overflow: hidden;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
    transform-style: preserve-3d;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.team-landing .landing-partners__item:before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #9a7530 0%, #e0c177 100%);
}

.team-landing .landing-partners__item:hover {
    transform: translateY(-8px);
    border-color: rgba(167, 132, 66, 0.46);
    box-shadow: 0 22px 36px rgba(11, 16, 37, 0.2);
}

.team-landing .landing-partners__item.is-tilt:after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
    background: radial-gradient(circle at var(--mx) var(--my), rgba(167, 132, 66, 0.2), transparent 44%);
}

.team-landing .landing-partners__item.is-tilt.is-tilt-active:after {
    opacity: 1;
}

.team-landing .landing-partners .team-item {
    padding: 20px 20px 10px;
    background: transparent;
    box-shadow: none;
    border: none;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.team-landing .landing-partners .team-item__image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.team-landing .landing-partners .team-item__content {
    padding: 16px 6px 0;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.team-landing .landing-partners .team-item__title {
    font-size: 32px;
    line-height: 1.12;
    margin-bottom: 10px;
    min-height: 2.24em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.team-landing .landing-partners .team-item__job {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 14px;
    border: 1px solid rgba(167, 132, 66, 0.3);
    border-radius: 999px;
    background: linear-gradient(145deg, #fbf7ee 0%, #f4ecdc 100%);
    color: #596282;
    margin-bottom: 10px;
}

.team-landing .landing-partners .team-item__email {
    display: block;
    font-weight: 600;
    margin-bottom: 12px;
    min-height: 1.2em;
}

.team-landing .landing-partners .team-item__socials {
    margin-top: 0;
    margin-bottom: 0;
}

.team-landing .landing-partners__cta {
    position: relative;
    z-index: 1;
    padding: 10px 20px 24px;
    display: grid;
    gap: 10px;
    margin-top: auto;
}

.team-landing .landing-partners__cta .button {
    width: 100%;
    min-height: 52px;
}

.team-landing__grid > [class*="col-"] {
    display: flex;
}

.team-landing__grid > [class*="col-"] > .landing-partners__item {
    width: 100%;
}

.team-landing__final {
    border-radius: 16px;
    border: 1px solid rgba(167, 132, 66, 0.28);
    background: linear-gradient(130deg, #121a34 0%, #24335f 55%, #2f3542 100%);
    color: #fff;
    padding: 34px 30px;
    position: relative;
    overflow: hidden;
}

.team-landing__final:before {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    right: -140px;
    bottom: -170px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(167, 132, 66, 0.32), transparent 68%);
}

.team-landing__final .h3,
.team-landing__final p {
    color: #fff;
    position: relative;
    z-index: 1;
}

.team-landing__final-actions {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
}

.team-landing__final-actions .button {
    width: 100%;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.team-landing .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 560ms ease, transform 560ms ease;
}

.team-landing .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1199px) {
    .team-landing .landing-partners .team-item__title {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .team-landing__hero,
    .team-landing__final {
        padding: 26px 20px;
    }
    .team-landing .h2 {
        font-size: 32px;
    }
    .team-landing .landing-partners .team-item__title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .team-landing .h2 {
        font-size: 28px;
        line-height: 1.15;
    }
    .team-landing__chips,
    .team-landing__hero-cta {
        justify-content: center;
    }
    .team-landing .landing-partners .team-item__title {
        font-size: 26px;
    }
}

/*
 * Cases and prices templates
 */
.cases-page,
.prices-page {
    --mx: 50%;
    --my: 50%;
}

.cases-page .h2,
.cases-page .h3,
.cases-page .h4,
.prices-page .h2,
.prices-page .h3,
.prices-page .h4 {
    text-transform: none;
}

.cases-page__hero,
.prices-page__hero {
    padding: 40px 32px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(130deg, #101834 0%, #24335f 55%, #2f3442 100%);
    color: #fff;
}

.cases-page__hero:before,
.prices-page__hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 16% 20%, rgba(167, 132, 66, 0.22), transparent 40%),
        radial-gradient(circle at 88% 74%, rgba(36, 58, 113, 0.32), transparent 44%);
    pointer-events: none;
}

.cases-page__hero .h2,
.cases-page__hero p,
.prices-page__hero .h2,
.prices-page__hero p {
    color: #fff;
    position: relative;
    z-index: 1;
}

.cases-page__kicker,
.prices-page__kicker {
    color: #d7c595;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.cases-page__chips,
.prices-page__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.cases-page__chips span,
.prices-page__chips span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 600;
}

.cases-page__chips i,
.prices-page__chips i {
    color: #e0c177;
}

.cases-page__hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.cases-page__hero-cta .button,
.prices-page__final-actions .button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cases-page__hero-side,
.prices-page__hero-side {
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 14px;
    padding: 22px 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: relative;
    z-index: 1;
}

.cases-page__hero-side .h4,
.prices-page__hero-side .h4 {
    color: #fff;
}

.cases-page__list,
.prices-page__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cases-page__list li,
.prices-page__list li {
    color: rgba(232, 238, 255, 0.92);
    position: relative;
    padding-left: 20px;
}

.cases-page__list li:not(:last-child),
.prices-page__list li:not(:last-child) {
    margin-bottom: 10px;
}

.cases-page__list li:before,
.prices-page__list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #e0c177;
    box-shadow: 0 0 0 4px rgba(224, 193, 119, 0.14);
}

.cases-page__card,
.prices-page__card {
    border: 1px solid rgba(167, 132, 66, 0.2);
    border-radius: 14px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.95));
    padding: 26px 22px 24px;
    position: relative;
    overflow: hidden;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.cases-page__card:before,
.prices-page__card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #9a7530 0%, #e0c177 100%);
}

.cases-page__card:hover,
.prices-page__card:hover {
    transform: translateY(-7px);
    border-color: rgba(167, 132, 66, 0.48);
    box-shadow: 0 20px 34px rgba(11, 16, 37, 0.18);
}

.cases-page__card:after,
.prices-page__card:after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
    background: radial-gradient(circle at var(--mx) var(--my), rgba(199, 164, 90, 0.2), transparent 44%);
}

.cases-page .is-tilt-active:after,
.prices-page .is-tilt-active:after {
    opacity: 1;
}

.cases-page__card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.cases-page__tag,
.prices-page__label {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(17, 22, 47, 0.08);
    color: #3a4160;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.cases-page__metric {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(224, 193, 119, 0.6);
    padding: 7px 12px;
    color: #0f1736;
    font-weight: 800;
    background: linear-gradient(145deg, #e4cd96, #b18435);
}

.cases-page__card p {
    margin-bottom: 12px;
    color: #404763;
}

.cases-page__card p strong {
    color: #15162f;
}

.cases-page__block,
.prices-page__steps {
    border: 1px solid rgba(167, 132, 66, 0.2);
    border-radius: 14px;
    background: #fff;
    padding: 28px 24px;
}

.cases-page__mini,
.prices-page__step {
    border: 1px solid rgba(167, 132, 66, 0.18);
    border-radius: 12px;
    padding: 20px 16px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 255, 0.94));
}

.prices-page__price {
    display: block;
    font-size: 38px;
    line-height: 1.05;
    font-weight: 800;
    color: #0f1736;
    margin-bottom: 20px;
}

.prices-page__bullets {
    margin: 0 0 18px;
    padding-left: 18px;
}

.prices-page__bullets li:not(:last-child) {
    margin-bottom: 10px;
}

.prices-page__meta {
    color: #4b526d;
    margin-bottom: 16px;
    margin-top: 6px;
    line-height: 1.45;
}

.prices-page__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.prices-page__card .button {
    margin-top: auto;
    min-height: 54px;
}

.prices-page__card--featured .prices-page__meta {
    margin-bottom: 18px;
}

.prices-page__offers .row > [class*="col-"] {
    display: flex;
}

.prices-page__offers .prices-page__card .h3 {
    min-height: 2.75em;
    line-height: 1.18;
    margin-bottom: 14px;
}

.prices-page__card--featured {
    background: linear-gradient(160deg, #111a34 0%, #25345f 50%, #2e3440 100%);
    border-color: rgba(224, 193, 119, 0.4);
}

.prices-page__card--featured .h3,
.prices-page__card--featured .prices-page__price,
.prices-page__card--featured p,
.prices-page__card--featured li {
    color: #fff;
}

.prices-page__card--featured .prices-page__label {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.prices-page__step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #0f1736;
    font-weight: 800;
    background: linear-gradient(145deg, #e4cd96, #b18435);
}

.prices-page__final {
    border: 1px solid rgba(167, 132, 66, 0.25);
    border-radius: 16px;
    background: linear-gradient(130deg, #121a34 0%, #25335d 50%, #2e3440 100%);
    color: #fff;
    padding: 34px 28px;
    position: relative;
    overflow: hidden;
}

.prices-page__final:before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -120px;
    bottom: -140px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(167, 132, 66, 0.32), transparent 68%);
}

.prices-page__final .h3,
.prices-page__final p {
    color: #fff;
    position: relative;
    z-index: 1;
}

.prices-page__final-actions {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
}

.cases-page .reveal,
.prices-page .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 560ms ease, transform 560ms ease;
}

.cases-page .reveal.is-visible,
.prices-page .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991px) {
    .cases-page__hero,
    .prices-page__hero,
    .prices-page__final {
        padding: 26px 20px;
    }
    .prices-page__price {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .cases-page__hero-cta .button {
        width: 100%;
    }
    .cases-page__chips,
    .prices-page__chips {
        justify-content: center;
    }
    .cases-page .h2,
    .prices-page .h2 {
        font-size: 28px;
        line-height: 1.15;
    }
    .prices-page__final-actions .button {
        width: 100%;
    }
}

/*
 * Contacts and news landing templates
 */
.contacts-landing-page,
.news-landing-page {
    --mx: 50%;
    --my: 50%;
}

.contacts-landing-page .h2,
.contacts-landing-page .h3,
.contacts-landing-page .h4,
.news-landing-page .h2,
.news-landing-page .h3,
.news-landing-page .h4 {
    text-transform: none;
}

.contacts-landing-page__hero,
.news-landing-page__hero {
    padding: 40px 32px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(130deg, #101834 0%, #24335f 55%, #2f3442 100%);
    color: #fff;
}

.contacts-landing-page__hero:before,
.news-landing-page__hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 16% 20%, rgba(167, 132, 66, 0.22), transparent 40%),
        radial-gradient(circle at 88% 74%, rgba(36, 58, 113, 0.32), transparent 44%);
    pointer-events: none;
}

.contacts-landing-page__hero .h2,
.contacts-landing-page__hero p,
.news-landing-page__hero .h2,
.news-landing-page__hero p {
    color: #fff;
    position: relative;
    z-index: 1;
}

.contacts-landing-page__kicker,
.news-landing-page__kicker {
    color: #d7c595;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.contacts-landing-page__chips,
.news-landing-page__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.contacts-landing-page__chips span,
.news-landing-page__chips span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 600;
}

.contacts-landing-page__chips i,
.news-landing-page__chips i {
    color: #e0c177;
}

.contacts-landing-page__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.contacts-landing-page__hero-actions .button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contacts-landing-page__quick,
.news-landing-page__hero-side {
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 14px;
    padding: 22px 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: relative;
    z-index: 1;
}

.contacts-landing-page__quick .h4,
.news-landing-page__hero-side .h4 {
    color: #fff;
}

.contacts-landing-page__quick-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contacts-landing-page__quick-list li:not(:last-child) {
    margin-bottom: 10px;
}

.contacts-landing-page__quick-list a,
.contacts-landing-page__quick-list span {
    color: rgba(242, 246, 255, 0.96);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.contacts-landing-page__quick-list i {
    color: #e0c177;
}

.contacts-landing-page__card,
.contacts-landing-page__map {
    border: 1px solid rgba(167, 132, 66, 0.2);
    border-radius: 14px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.95));
    padding: 26px 22px;
}

.contacts-landing-page__map {
    padding: 10px;
    overflow: hidden;
}

.contacts-landing-page__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contacts-landing-page__icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #141b33 0%, #2a3d73 100%);
    color: #e0c177;
    font-size: 18px;
    box-shadow: 0 10px 22px rgba(17, 22, 47, 0.26);
    flex: 0 0 auto;
}

.contacts-landing-page__item p,
.contacts-landing-page__item a {
    color: #2f3551;
}

.contacts-landing-page__item a:hover {
    color: #9a7530;
}

.contacts-landing-page__note {
    color: #4b526d;
}

.news-landing-page__categories {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.news-landing-page__grid .row > [class*="col-"] {
    display: flex;
}

.news-landing-page__card {
    border: 1px solid rgba(167, 132, 66, 0.2);
    border-radius: 14px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.95));
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
    position: relative;
    width: 100%;
    height: 100%;
}

.news-landing-page__card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #9a7530 0%, #e0c177 100%);
}

.news-landing-page__card:hover {
    transform: translateY(-6px);
    border-color: rgba(167, 132, 66, 0.45);
    box-shadow: 0 20px 34px rgba(11, 16, 37, 0.18);
}

.news-landing-page__card:after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
    background: radial-gradient(circle at var(--mx) var(--my), rgba(199, 164, 90, 0.2), transparent 44%);
}

.news-landing-page .is-tilt-active:after {
    opacity: 1;
}

.news-landing-page__thumb {
    display: block;
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.news-landing-page__thumb img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 320ms ease;
}

.news-landing-page__card:hover .news-landing-page__thumb img {
    transform: scale(1.03);
}

.news-landing-page__thumb-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    font-size: 44px;
    color: #e0c177;
    background: linear-gradient(140deg, #1a254c 0%, #2b3f72 100%);
}

.news-landing-page__content {
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.news-landing-page__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 13px;
    color: #66708f;
}

.news-landing-page__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.news-landing-page__excerpt {
    color: #464d68;
    line-height: 1.45;
    margin-bottom: 18px;
    flex: 1 1 auto;
}

.news-landing-page .button {
    align-self: flex-start;
}

.contacts-landing-page .reveal,
.news-landing-page .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 560ms ease, transform 560ms ease;
}

.contacts-landing-page .reveal.is-visible,
.news-landing-page .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991px) {
    .contacts-landing-page__hero,
    .news-landing-page__hero {
        padding: 24px 20px;
    }
}

@media (max-width: 767px) {
    .contacts-landing-page__hero-actions .button,
    .news-landing-page .button {
        width: 100%;
        justify-content: center;
    }
    .contacts-landing-page__chips,
    .news-landing-page__chips {
        justify-content: center;
    }
    .contacts-landing-page .h2,
    .news-landing-page .h2 {
        font-size: 28px;
        line-height: 1.15;
    }
    .news-landing-page__meta {
        flex-wrap: wrap;
    }
}

/*
 * Single partner page
 */
.partner-single-page {
    --mx: 50%;
    --my: 50%;
}

.partner-single-page .h2,
.partner-single-page .h3,
.partner-single-page .h4 {
    text-transform: none;
}

.partner-single-page__hero {
    padding: 40px 32px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(130deg, #101834 0%, #24335f 55%, #2f3442 100%);
    color: #fff;
}

.partner-single-page__hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 20%, rgba(167, 132, 66, 0.23), transparent 42%),
        radial-gradient(circle at 86% 76%, rgba(36, 58, 113, 0.34), transparent 44%);
    pointer-events: none;
}

.partner-single-page__hero .h2,
.partner-single-page__hero p {
    color: #fff;
    position: relative;
    z-index: 1;
}

.partner-single-page__kicker {
    color: #d7c595;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.partner-single-page__role {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    padding: 8px 14px;
    font-size: 15px;
    font-weight: 600;
}

.partner-single-page__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.partner-single-page__chips span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 600;
}

.partner-single-page__chips i {
    color: #e0c177;
}

.partner-single-page__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.partner-single-page__hero-actions .button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.partner-single-page__profile {
    border: 1px solid rgba(154, 117, 48, 0.26);
    border-radius: 14px;
    padding: 18px 18px 16px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 255, 0.95));
    box-shadow: 0 22px 36px rgba(15, 19, 39, 0.2);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.partner-single-page__profile:before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, #9a7530 0%, #e0c177 100%);
}

.partner-single-page__image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center top;
    border-radius: 12px;
    border: 1px solid rgba(154, 117, 48, 0.2);
    box-shadow: 0 14px 24px rgba(22, 29, 54, 0.18);
}

.partner-single-page__contacts {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.partner-single-page__contact {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #212742;
    font-weight: 600;
}

.partner-single-page__contact i {
    color: #9a7530;
}

.partner-single-page__socials .socials__link--facebook,
.partner-single-page__socials .socials__link--instagram,
.partner-single-page__socials .socials__link--telegram,
.partner-single-page__socials .socials__link--viber {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 22px;
    line-height: 1;
    background: #192347;
    color: #fff;
}

.partner-single-page__socials .socials__link--facebook:hover,
.partner-single-page__socials .socials__link--instagram:hover,
.partner-single-page__socials .socials__link--telegram:hover,
.partner-single-page__socials .socials__link--viber:hover {
    background: #a78442;
}

.partner-single-page__socials {
    gap: 10px;
}

.partner-single-page__content {
    border: none;
    border-radius: 14px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.95));
    padding: 28px 24px;
    box-shadow: none;
}

.partner-single-page__text,
.partner-single-page__text p,
.partner-single-page__text li {
    color: #424a66;
    line-height: 1.48;
}

.partner-single-page__text ul {
    padding-left: 20px;
}

.partner-single-page__text h2,
.partner-single-page__text h3,
.partner-single-page__text h4 {
    margin-top: 0;
    margin-bottom: 12px;
}

.partner-single-page__aside {
    border: 1px solid rgba(167, 132, 66, 0.2);
    border-radius: 12px;
    background: #fff;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
}

.partner-single-page__steps {
    margin: 0 0 18px;
    padding-left: 18px;
}

.partner-single-page__steps li:not(:last-child) {
    margin-bottom: 9px;
}

.partner-single-page__aside .button {
    margin-top: auto;
}

.partner-single-page__booking {
    border: 1px solid rgba(167, 132, 66, 0.22);
    border-radius: 12px;
    padding: 18px 16px;
    background: #fff;
}

.partner-single-page .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 560ms ease, transform 560ms ease;
}

.partner-single-page .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991px) {
    .partner-single-page__hero {
        padding: 24px 20px;
    }
}

@media (max-width: 767px) {
    .partner-single-page .h2 {
        font-size: 28px;
        line-height: 1.15;
    }
    .partner-single-page__chips,
    .partner-single-page__hero-actions {
        justify-content: center;
    }
    .partner-single-page__hero-actions .button,
    .partner-single-page__aside .button {
        width: 100%;
    }
}
