:root {
    --clr-blu: #1b5196;
    --clr-blu2: #1B4677;
    --clr-lblu: #6EB1DE;
    --clr-black: #1C1C1C;
    --clr-gray: #E8EDF1;
    --grad-main: linear-gradient(90deg,rgba(27, 81, 150, 1) 0%, rgba(27, 70, 119, 1) 100%);
    
    --shadow: 0 10px 15px rgba(96,97,112,.15);
    --shadow-hover: 0 10px 30px rgba(96,97,112,.4);

    --trans: all .3s ease-in-out;
}

h1, .h1 {
    font-size: 333%;
    font-weight: 700;
    margin-bottom: 25px;
}
.subhead {
    font-size: 175%;
}
h2, .h2 {
    font-size: 266%;
    font-weight: 700;
    margin-bottom: 50px;
}
h3, .h3 {
    font-size: 166.5% ;
}

a { 
    text-decoration: underline;
    color: #1B5196;
}

p { margin-bottom: 18px; }

body {
    font-family: 'Commissioner', Arial, Helvetica, sans-serif;
    font-size: 18px; /* 5.55 */
    color: var(--clr-black);
    line-height: 1.2 !important; 
}

.page-wrap {
    padding-top: 75px;
}

/* HEADER */
.header {
    padding: 15px 0;
    background: var(--grad-main);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.header .burger {
    display: none;
    /* position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -14px; */
    /* border: 1px solid #4c4c4c; */
    border-radius: 3px;
    padding: 5px;
    width: 35px;
    order: 3;
}
.header .burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}
.header .burger span + span { margin-top: 5px; }
.header .logo {
    display: block;
}
    .header .logo img { height: 45px; }
.header__menu { 
    position: relative; 
    transition: var(--trans);
}
.header__menu .close { display: none; }
.header__menu a,
.header__lang a {
    color: #fff;
    text-decoration: none;
}
.header__menu ul,
.header__lang ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.header__menu ul { gap: 35px; }
.header__lang ul { gap: 10px; }
.header__lang {
    font-size: 77.7%;
}
.header__lang ul li + li {
    display: flex;
}
    .header__lang ul li { line-height: 1; }
    .header__lang ul li a {
        display: block;
        line-height: 1;
    }
    .header__lang ul li + li:before {
        content: "";
        display: block;
        height: 12px;
        width: 1px;
        background: #fff;
        margin-right: 10px;
        align-items: center;
    }

.header__menu a:hover {
    text-decoration: underline;
}
    .header__menu > ul .active > a {
        font-weight: 700;
    }
    .header__menu li.dropdown { 
        position: relative; 
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .header__menu li.dropdown:after { 
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 6px 4px 0 4px;
        border-color: #FFFFFF transparent transparent transparent;
        margin-top: 4px;
    }
    .header__menu .dropdown-menu {
        left: 0;
        top: 0;
        padding-top: 50px !important;
        margin-top: 20px;
        border: none !important;
        background: none;
        padding: 0;
    }
    
    .header__menu .dropdown-menu:before {
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;    
        border-width: 0 18px 18px 18px;
        border-color: transparent transparent rgba(255, 255, 255, .95) transparent;
        margin-top: 4px;
        position: absolute;
        left: 50px;
        margin-left: -18px;
        top: 28px;
    }
    .header__menu li.dropdown:hover .dropdown-menu { 
        display: block;
    }
    .header__menu .dropdown-menu ul {
        flex-direction: column;
        background: rgba(255,255,255,.95);
        padding: 20px;
        align-items: start;
        gap: 15px;
    }
    .header__menu .dropdown-menu a {
        color: var(--clr-black);
        white-space: nowrap;

    }
    .header__menu .dropdown-menu li.active a {
        color: var(--clr-blu);
        font-weight: 700;
    }

.header__lng {}
.header .wrap-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* FOOTER */
.footer {
    padding: 30px 0 50px;
    background: var(--grad-main);
    color: #fff;
    /* margin-top: 45px; */
}
.footer__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}
    .footer__logo img { height: 52px; }
    .footer__logo span {
        padding: 5px 10px;
        display: block;
        border-left: 1px solid #fff;
        line-height: 1;
    }
.footer__menu {
    margin-top: 25px;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.footer__menu a {
    color: #fff;
    text-decoration: none;
}
.footer__menu a:hover { text-decoration: underline; }
.footer__menu .head { font-weight: 700; }
.footer__contacts {
    margin-top: 50px;
    color: #fff;
    font-size: 133%;
    font-weight: 700;
}
.footer__contacts > div {
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: relative;
    padding-left: 40px;
}
.footer__contacts > div + div { margin-top: 25px; }
.footer__contacts > div:before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 0;
    top: 3px;
    background-repeat: no-repeat;
    background-size: 100%;
}
    .footer__contacts > .tel:before { background-image: url('../images/icon/tel.svg');}
    .footer__contacts > .email:before { background-image: url('../images/icon/mail.svg');}
.footer__contacts a {
    color: #fff;
    text-decoration: none;
}
.footer__contacts a:hover { text-decoration: underline; }

/* INDEX */
.banner-top {
    color: #fff;
}
.banner-top .wrap-block {
    padding: 50px 0;
}
    .banner-top .wrap-block h1,
    .banner-top .wrap-block .h1,
    .banner-top .wrap-block .text-block {
        text-shadow: 0 8px 16px rgba(96,97,112,.16);
    }
    .banner-top .wrap-block.text-black h1,
    .banner-top .wrap-block.text-black .h1,
    .banner-top .wrap-block.text-black .text-block {
        text-shadow: 0 8px 16px rgba(255,255,255,.16);
    }
.banner-top .wrap-block.text-black { color: var(--clr-black); }
.banner-top .wrap-block .text-block { font-weight: 400; }
.index__slider .banner-top.nofull .wrap-block { width: 100% !important; }
.index__slider .banner-top {
    position: relative;
    min-height: 800px;
    width: 100%;
    display: flex;
    align-items: center;
}
.index__slider .banner-top.nofull {
    min-height: 70vh;
}
.banner-top img.banner {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.banner-top .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, .2);
    z-index: -1;
}
.index__slider .banner-top .wrap-block {
    width: 60%;
    padding: 50px 0;
}
.index__slider .banner-top .wrap-block.full,
.index__slider .banner-top.full .wrap-block { width: 100% !important; }
.banner-top .btn-block { 
    margin-top: 45px; 
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* ABOUT INFO */
.about__info {}
.numbers-block {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: -30px -15px 0;
}
.numbers-block .item {
    width: 50%;
}
.numbers-block .item {
    padding: 0 15px;
    margin-top: 30px;
}
.numbers-block .item .wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
}
    .numbers-block .item .head {
        color: rgba(0,0,0,.6);
    }
    .numbers-block .item .number {
        display: flex;
        align-items: start;
        gap: 5px;
        line-height: 1;
        font-weight: 700;
        font-size: 266%;
    }
        .numbers-block .item .number .num {
            font-weight: 700;
            font-size: 266%;
        }
        .numbers-block .item .number .sub {
            font-weight: 400;
            font-size: 57%;
            color: var(--clr-blu);
        }
    .numbers-block .item .text {
        font-size: 77.7%;
    }
    .numbers-block .item .text p:last-child { margin-bottom: 0; }
    .numbers-block .item .btn-block {
        margin-top: auto;
        padding-top: 15px;
        text-align: right;
    }
.about__info_gendir {
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
}
.about__info_gendir .img {
    width: 100px;
    border-radius: 100px;
    margin-bottom: 30px;
}
.about__info_gendir .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.about__info_gendir .wrap-block {
    padding: 30px;
}
.about__info_gendir .wrap-block .text .title { margin-top: 24px; }

/* BUSINESS DIRECTIONS */
.bdir-block {}
.bdir-block .wrap-block {
    display: flex;
}
.bdir__info {
    background: var(--grad-main);
    color: #fff;
    padding: 55px 55px 55px 0;
    position: relative;
    width: 40%;
    flex-shrink: 0;
}
.bdir__info::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    background: var(--clr-blu);
}
.bdir__info .btn-block { margin-top: 50px; }

.bdir__list {
    width: 60%;
}
.bdir__list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: stretch;
}
.bdir__list ul li {
    height: 20%;
}
    .bdir__list ul li a {
        padding: 10px 20px 10px 30px;
        display: block;
        display: flex;
        text-decoration: none;
        color: var(--clr-black);
        height: 100%;
        border-top: 1px solid var(--clr-blu2);
    }
    .bdir__list ul li:last-child a { border-bottom: 1px solid var(--clr-blu2); }
    .bdir__list ul li a:hover { background: var(--clr-gray); }
    .bdir__list ul li .head {
        font-weight: 700;
        width: 35%;
        flex-shrink: 0;
        /* word-break: break-all; */
    }
    .bdir__list ul li .text {
        width: 60%;
        flex-shrink: 0;
        font-size: 77.7%;
        padding-left: 20px;
        padding-right: 10px;
    }
    .bdir__list ul li .btn-arw { 
        margin-left: auto;
        flex-shrink: 0;
        margin-top: 5px;
    } 
    .bdir__list ul li a:hover .btn-arw { animation: anim-arw-levitate .7s ease-in-out infinite alternate; }
.bdir__list-img {}
.bdir__list-img ul {
    list-style: none;
    padding: 0;
    margin: -30px -15px 0 -15px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.bdir__list-img ul li {
    width: 33.33333%;
    padding: 0 15px;
    margin-top: 30px;
}
.bdir__list-img ul li .wrap-block {
    display: block;
    position: relative;
    height: 260px;
    width: 100%;
    overflow: hidden;
    transition: var(--trans);
    color: var(--clr-black);
    text-decoration: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 25px;
    justify-content: center;
    box-shadow: var(--shadow);
}
.bdir__list-img ul .wrap-block:hover { 
    transform: translate(0px, -10px); 
    box-shadow: var(--shadow-hover);
    color: #fff;
}
    .bdir__list-img ul .wrap-block img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: var(--trans);
        z-index: -1;
    }
    .bdir__list-img ul .wrap-block:hover img { transform: scale(1.15); }
    .bdir__list-img ul .wrap-block .head {
        font-weight: 700;
        width: 70%;
    }
    .bdir__list-img ul .wrap-block .more {
        font-size: 77.7%;
    }
    .bdir__list-img ul .wrap-block:hover .head,
    .bdir__list-img ul .wrap-block:hover .more {
        text-shadow: 1px 1px 2px rgba(0,0,0.1);
    }

/* INDUSTRIES */
.ind__list {
    display: flex;
    align-items: stretch;
    margin: -30px -15px 0;
    flex-wrap: wrap;
}
.ind__list .item {
    width: 33.33333%;
    padding: 0 15px;
    margin-top: 30px;
}
    .ind__list .item .wrap { 
        display: block;
        text-decoration: none;
        transition: var(--trans);
    }
    .ind__list .item .image {
        display: block;
        height: 250px;
        overflow: hidden;
        position: relative;
        width: 100%;
        transition: var(--trans);
    }
        .ind__list .item .image img {
            transition: var(--trans);
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
    .ind__list .item .head {
        display: block;
        margin-top: 15px;
        color: var(--clr-black);
        font-weight: 700;
        text-decoration: none;
        transition: var(--trans);
    }
    .ind__list .item .wrap:hover .image { transform: translate(0, -10px); }
    .ind__list .item .wrap:hover .head { 
        text-decoration: underline; 
        transform: translate(0, -10px);
    }
    .ind__list .item .wrap:hover .image img { transform: scale(1.15); }

/* CLIENTS BLOCK */
.clients-block {}
.clients__list {
    display: flex;
    flex-wrap: wrap;
    margin: -30px -15px 0 -15px;
}
.clients__list .item {
    padding: 0 15px;
    margin-top: 30px;
    width: 16.66666%;
}
    .clients__list .item .wrap {
        padding: 10px;
        background: #fff;
        box-shadow: var(--shadow);
        transition: var(--trans);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .clients__list .item .wrap:hover {
        box-shadow: var(--shadow-hover);
    }
    .clients__list .item .wrap img,
    .clients__slider .item img {
        max-height: 50px;
        max-width: 170px;
    }

.clients__wrap {
    display: flex;
    align-items: center;
}
.clients__wrap .tabs__list {
    width: 45%;
    padding-right: 50px;
    border-right: 1px solid var(--clr-blu);
}
.clients__wrap .tab-content {
    width: 55%;
    padding-left: 35px;
}
.nav-tabs { 
    border: none; 
    gap: 20px;
}
.nav-tabs .nav-link {
    padding: 8px;
    line-height: 22px;
    color: rgba(28,28,28,.4);
    border: 1px solid rgba(28,28,28,.4);
    border-radius: 0;
}
.nav-tabs .nav-link:hover {
    color: rgba(28,28,28,.7);
    border: 1px solid rgba(28,28,28,.7);
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: var(--clr-blu);
    border: 1px solid var(--clr-blu);
    background: none;
}
.clients__slider {
    padding: 10px 15px;
}
.clients__slider .item {
    /* width: 160px; */
    display: flex;
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.clients-block .tab-content .tab-pane { position: relative; }

/* CAREER BLOCK */
.career-block {
    position: relative;
    color: #fff;
}
.career-block .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.career__info {
    display: flex;
    gap: 30px;
}
.career__info .img {
    width: 100px;
    flex-shrink: 0;
}
.career__info .text .title { margin-top: 24px; }
.career__info .text .title .img { display: none; }
.career__info .btn-block {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    gap: 15px;
}
    .career__info .btn-block .btn { 
        width: 100%;
        white-space: nowrap; 
    }
.career-block .btn-block a[href^=mailto],
.career-block .btn-block a[href^=tel] {
    background: #fff;
    background-color: #fff;
    color: var(--clr-black);
    text-decoration: underline !important;
}
    .career-block .btn-block a[href^=mailto]:hover,
    .career-block .btn-block a[href^=tel]:hover {
        border-color: #fff;
    }

/* CONTACTS BLOCK */
.contacts__list {}
.contacts__list .head {
    background: var(--grad-main);
    padding: 15px 30px;
    color: #fff;
}
    .contacts__list .head a {
        color: #fff;
        text-decoration: none;
    }
    .contacts__list .head a:hover { text-decoration: underline; }

/* CONTENT BLOCK */
.text-img-block {}
.text-img-block .text-block { order: 2; }
.text-img-block .image-block {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.text-img-block .image-block.order-0 { 
    order: 1; 
}
.text-img-block .image-block.order-1 { 
    order: 3 !important; 
    margin-top: 30px;
    margin-bottom: 0;
}
    .text-img-block .image-block img {
        height: 100%;
        object-fit: cover;
    }
.text-quote {}
    .text-quote .text-block {
        font-size: 133%;
    }
    .text-quote .info-block {
        font-weight: 700;
        display: flex;
        flex-direction: column;
    }
.cntnt-numbers {}
.cntnt-numbers__list {
    display: flex;
    justify-content: center;
    margin: -30px -15px 0;
    flex-wrap: wrap;
}
    .cntnt-numbers__list .item {
        width: 33.33333%;
        padding: 0 15px;
        margin-top: 30px;
    }
    .cntnt-numbers__list .item .wrap {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
        color: #fff;
        text-align: center;
    }
    .cntnt-numbers__list .item .head {
        margin-bottom: 0;
    }
    .cntnt-numbers__list .item .text { font-weight: 700; }
.cntnt-services {}
.cntnt-services__list {
    position: relative;
}
.cntnt-services__list > .wrap-block {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
    .cntnt-services__list .item {
        width: 50%;
    }
    .cntnt-services__list .item .wrap-block {
        padding: 25px 80px 25px 30px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        border-bottom: 1px solid var(--clr-blu);
        position: relative;
        height: 100%;
        min-height: 17rem;
    }
    .cntnt-services__list .item:nth-child(1) .wrap-block,
    .cntnt-services__list .item:nth-child(2) .wrap-block { border-top: 1px solid var(--clr-blu); }
    .cntnt-services__list .item:nth-child(odd) .wrap-block { border-right: 1px solid var(--clr-blu); }
    .cntnt-services__list .item .wrap-block:hover {
        background: var(--clr-gray);
    }
    .cntnt-services__list .item .head {
        font-weight: 700;
    }
    .cntnt-services__list .item .icon {
        position: absolute;
        right: 10px;
        bottom: 15px;
        width: 65px;
        height: 65px;
    }
    .cntnt-services__list .item .wrap-block .htext {
        display: none;
    }
    .cntnt-services__list .htext-block {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 35px;
        background: rgba(255,255,255,.95);
        box-shadow: var(--shadow);
        width: 50%;
        z-index: 10;
    }
.cntnt-services2__list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
    .cntnt-services2__list .item {
        width: 33.3333%;
    }
    .cntnt-services2__list .item .wrap-block {
        padding: 20px;
        border-bottom: 1px solid var(--clr-blu);
        border-right: 1px solid var(--clr-blu);
        position: relative;
        height: 100%;
        min-height: 15rem;
        display: flex;
        align-items: center;
    }
    .cntnt-services2__list .item:nth-child(1) .wrap-block,
    .cntnt-services2__list .item:nth-child(2) .wrap-block,
    .cntnt-services2__list .item:nth-child(3) .wrap-block { border-top: 1px solid var(--clr-blu); }
    .cntnt-services2__list .item:nth-child(3n) .wrap-block { border-right: none; }
    .cntnt-services2__list .item .head {
        display: flex;
        gap: 40px;
        font-weight: 700;
        align-items: center;
    }
    .cntnt-services2__list .item .head .icon {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

.cntnt-projects {}
.cntnt-projects__list {
    display: flex;
    flex-wrap: wrap;
    margin: -30px -15px 0 -15px;
    align-items: stretch;
}
.cntnt-projects__list .item {
    width: 33.33333%;
    padding: 0 15px;
    margin-top: 30px;
}
    .cntnt-projects__list .item .wrap {
        position: relative;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    height: 350px;
    }
    .cntnt-projects__list .item .wrap img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
    }
    .cntnt-projects__list .item .info-block { 
        padding: 20px;
        background: rgba(34,82,142,.9);
        margin-top: auto;
        transition: var(--trans);
        color: #fff;
        width: 100%;
    }
    .cntnt-projects__list .item .info-block .head { 
        font-weight: 700;
        line-height: 1.1;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 20px;
        height: 60px;
        /* display: flex;
        align-items: end; */
    }
    .cntnt-projects__list .item .info-block .text { 
        font-size: 87.5%;
        opacity: 0;
        display: none;
        margin-top: 20px;
        transition: var(--trans);
    }
    .cntnt-projects__list .item .wrap:hover .info-block {
        height: 100%;
    }
    .cntnt-projects__list .item .wrap:hover .info-block .text { 
        display: block;
        opacity: 1;
    }

.cntnt-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.cntnt-list .item .wrap-block {
    display: flex;
    gap: 30px;
}
    .cntnt-list .item .icon {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--clr-gray);
        border-radius: 50%;
    }
    .cntnt-list .item .icon img { width: 30px; }
    .cntnt-list .item .text p:last-child { margin-bottom: 0; }
.cntnt-list.column {
    flex-direction: row;
    margin: 0 -15px 0;
    flex-wrap: wrap;
    gap: 0;
}
    .cntnt-list.column .item {
        width: 50%;
        margin-top: 30px;
        padding: 0 15px;
    }
    .cntnt-list.column .item .wrap-block { align-items: center;}

.accordion-item {
    border: none !important;
    border-radius: 0 !important;
}
.accordion-button {
    padding: 20px !important;
    background: var(--clr-gray) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--clr-black) !important;
    font-weight: 700;
    font-size: 166.5%;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item + .accordion-item { margin-top: 20px; }
.accordion-body {
    padding: 20px !important;
    background: var(--clr-gray) !important;
}
    
.cntnt-experts {}
.experts-slider {}
.experts-slider .swiper-wrapper { 
    display: flex;
    align-items: stretch;
    margin-bottom: 70px;
}
.experts-slider .item {
    background: var(--clr-gray);
    height: auto !important;
    border-bottom: 4px solid var(--clr-blu);
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    /* width: 350px !important; */
}
.experts-slider .item .image-block {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 380px;
}
    .experts-slider .item .image-block img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
.experts-slider .item .head,
.experts-slider .item .title,
.experts-slider .item .contacts {
    padding: 0 25px;
}
.experts-slider .item .head { 
    margin-top: 30px; 
    font-weight: 700;
}
.experts-slider .item .title {
    font-size: 77.7%;
    margin-top: 10px;
}
.experts-slider .item .contacts { 
    margin-bottom: 30px; 
    margin-top: auto;
    padding-top: 25px;
}
.experts-slider .item .contacts .email {  margin-top: 10px; }
.swiper-button-prev,
.swiper-button-next {
    bottom: 25px;
    margin-top: 0;
    margin-bottom: 0;
    top: unset !important;
    box-shadow: var(--shadow);
    width: 30px;
    height: 30px;
    border-radius: 8px;
}
    .swiper-button-prev svg,
    .swiper-button-next svg { display: none; }
    .swiper-button-prev span,
    .swiper-button-next span {
        display: block;
        width: 30px;
        height: 30px;
        background-image: url('../images/icon/rawr.svg');
        background-repeat: no-repeat;
        background-position: center;
    }
.swiper-button-prev {
    left: unset !important;
    right: 40px !important;
}
    .swiper-button-prev span {
        transform: rotate(180deg);
    }

.clients__slider .swiper-button-prev,
.clients__slider .swiper-button-next,
.tab-pane .swiper-button-prev,
.tab-pane .swiper-button-next {
    bottom: unset;
    top: -50px !important;
    margin-top: 0;
    margin-bottom: 0;
}

.content-text {}
.content-text ul {
    padding: 0;
    list-style: none;
}
    .content-text ul li { 
        position: relative; 
        padding-left: 25px;
    }
    .content-text ul li + li {  margin-top: 15px; }
    .content-text ul li:before { 
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--clr-blu);
    }
    .content-text .pages-list a {
        color: var(--clr-black);
        text-decoration: none;
    }
    .content-text .pages-list a:hover { text-decoration: underline; }

.advantages-block {}
.grid-block {
    display: flex;
    margin: -30px -15px 0;
    align-items: stretch;
}
.grid-block .column {
    padding: 0 15px;
    margin-top: 30px;
    width: 33.33333%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
    .grid-block .column .item {
        background: var(--clr-gray);
        position: relative;
        height: 50%;
        min-height: 500px;
    }
    .grid-block .column:nth-child(even) .item:nth-child(1) { 
        height: 25%;
        min-height: 250px;
    }
    .grid-block .column:nth-child(even) .item:nth-child(2) { 
        height: 75%;
    }
    .grid-block .column .item.bg {
        background-image: url('../images/bg/tunnel.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
    }
    .grid-block .column .item.bg .wrap-block { 
        background: linear-gradient(90deg,rgba(27, 81, 150, .75) 0%, rgba(27, 70, 119, .75) 100%); 
        padding-bottom: 15px;
    }
    .grid-block .column .item .wrap-block {
        padding: 15px 15px 130px 15px;
        height: 100%;
    }
    .grid-block .column .item .head { font-weight: 700;}
    .grid-block .column .item .text { 
        margin-top: 15px;
    }
    .grid-block .column .item .icon {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 160px;
    }
    
/* COMMON */
.common-block {
    padding: 45px 0;
}
.common-block:last-child { margin-bottom: 45px; }
.banner-top + .common-block,
.index__slider + .common-block  { padding-top: 90px; }
.bg-color { padding: 90px 0; }
.bg-color,
.bg-img-block { 
    position: relative;
    margin: 45px 0; 
}
.bg-color:last-child,
.bg-img-block:last-child { margin-bottom: 0; }
.bg-color + .bg-img-block,
.bg-img-block + .bg-color { margin-top: -45px; }
.bg-gray { background: var(--clr-gray); }
.bg-blu { background: var(--grad-main); }

.quote-block { 
    padding-top: 30px !important;
    padding-bottom: 0 !important;
}
.quote-block .text-wrap { 
    padding: 30px 0; 
    padding-left: 20px;
}

.bg-img-block .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.btn {
    border-radius: 0;
    border: 2px solid transparent;
    transition: var(--trans);
    font-size: 100%;
    line-height: 20px;
    padding: 15px 30px;
    color: #fff;
    text-decoration: none !important;
}
    .btn:hover {
        transform: translate(0, -3px);
        box-shadow: 0 10px 5px rgba(0,0,0,.3);
        color: inherit;
        background: inherit;
        border-color: inherit;
    }
    .btn[href^="mailto"]:hover { text-decoration: underline !important; }
    .btn:focus,
    .btn:active {
        box-shadow: none;
        transform: translate(0, 0);
    }
.btn-arw { 
    display: block;
    width: 16px;
    height: 16px;
    background: url('../images/icon/arw.svg');
    background-size: 100%;
} 
.btn-primary {
    background: none;
    border-color: var(--clr-blu);
    color: var(--clr-blu);
}
    .btn-primary:hover {
        background: var(--clr-blu);
        border-color: var(--clr-blu);
        color: #fff;
    }
    .btn-primary:focus,
    .btn-primary:active {
        /* background: none;
        border-color: var(--clr-black);
        color: var(--clr-black);*/
        box-shadow: none !important; 
    }
.btn-secondary {
    background: none;
    border-color: #fff;
}
    .btn-secondary:hover {
        background: #fff;
        border-color: #fff;
        color: var(--clr-black);
    }
    .btn-secondary:focus,
    .btn-secondary:active {
        /* background: var(--clr-blu); */
        box-shadow: none !important; 
    }
.btn-white {
    background: none;
    border-color: var(--clr-black);
    color: var(--clr-black);
}
    .btn-white:hover {
        background: #fff;
        border-color: #fff;
        color: var(--clr-black);
    }
    .btn-white:focus,
    .btn-white:active {
        /* background: var(--clr-black);
        box-shadow: none !important;  */
    }
.btn-lblu {
    background: var(--clr-lblu);
    border-color: var(--clr-lblu);
}
    .btn-lblu:hover {
        background: var(--clr-lblu);
        border-color: var(--clr-lblu);
        /* color: var(--clr-black); */
    }
    .btn-lblu:focus,
    .btn-lblu:active {
        /* background: var(--clr-lblu); */
        box-shadow: none !important; 
    }
.btn-icon {
    text-decoration: underline;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.btn-icon > span { line-height: 1; }
    .btn-icon.btn-white:hover,
    .btn-icon.btn-white:focus,
    .btn-icon.btn-white:active {
        background: #fff;
        border-color: #fff;
        color: var(--clr-black);
        text-decoration: none;
    }

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255,255,255,.25);
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: rgba(255,255,255,1);
}

@keyframes anim-arw-levitate {
    0% {
    transform: translate(0, 0);
    }
    0% {
    transform: translate(5px, -5px);
    }
    100% {
    transform: translate(-5px, 5px);
    }
}

.form-block { margin-top: 50px; }
.form-block .btn-block {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
label { 
    font-weight: 700; 
    margin-bottom: 10px;
}
label.btn { margin-bottom: 0;}
.form-group { margin-bottom: 30px; }
.form-control {
    border-radius: 0;
    border-color: rgba(28,28,28,.4);
}
.form-control:focus {
    color: var(--clr-black);
    box-shadow: 0 0 0 1px var(--clr-blu);
    border-color: var(--clr-blu);
}
textarea.form-control {
    height: 180px;
}
.file-label {
    position: relative;
}
.file-label input { 
    position: absolute; 
    display: none;
}

/* MEDIA */
@media all and (max-width: 1199px) {
    .index__slider .banner-top .wrap-block { width: 66%;}

    .cntnt-services2__list .item { width: 50%; }
    .cntnt-services2__list .item .wrap-block { min-height: 12rem; }
    .cntnt-services2__list .item:nth-child(3) .wrap-block { border-top: none; }
    .cntnt-services2__list .item:nth-child(3n) .wrap-block { border-right: 1px solid var(--clr-blu); }
    .cntnt-services2__list .item:nth-child(2n) .wrap-block { border-right: none; }

    .clients__slider { padding: 10px 0;}
    .clients__list .item .wrap img, 
    .clients__slider .item img {
        max-height: 35px;
        max-width: 130px;
    }
    .clients__wrap {
        display: block;
        padding-bottom: 30px;
    }
    .clients__wrap .tabs__list {
        width: 100%;
        padding-right: 0;
        border-right: none;
        overflow: auto;
        padding-bottom: 15px;
    }
    .clients__wrap .tabs__list .nav-tabs { flex-wrap: nowrap; }
    .clients__wrap .tabs__list .nav-tabs li { white-space: nowrap; }
    .clients__wrap .tab-content {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    .clients__slider .swiper-button-prev, 
    .clients__slider .swiper-button-next,
    .tab-pane .swiper-button-prev, 
    .tab-pane .swiper-button-next {
        bottom: -45px;
        top: unset !important;
    }
}
@media all and (max-width: 991px) {
    body { font-size: 16px; }
    h1, .h1 {
        font-size: 250%;
    }
    .subhead {
        font-size: 175%;
    }
    h2, .h2 {
        font-size: 194%;
        margin-bottom: 30px;
    }
    h3, .h3 {
        font-size: 125% ;
    }

    .page-wrap { padding-top: 55px; }

    .common-block { padding: 30px 0; }
    .common-block:last-child { margin-bottom: 30px; }
    .banner-top + .common-block,
    .index__slider + .common-block  { padding-top: 60px; }
    .bg-color { padding: 60px 0; }
    .bg-color,
    .bg-img-block { margin: 30px 0; }
    .bg-color + .bg-img-block,
    .bg-img-block + .bg-color { margin-top: -30px; }
    .bg-color:last-child,
    .bg-img-block:last-child { margin-bottom: 0; }
    /* .footer { margin-top: 30px;} */

    .header { padding: 10px 0; }
    .header .wrap-block {
        justify-content: end;
    }
    .header .logo {
        margin-right: auto;
    }
    .header .logo img { height: 35px; }
    .header__lang {
        margin-right: 30px;
        font-size: 100%;
    }
    .header__lang ul li + li:before { height: 15px; }
    .header .header__menu {
        display: flex;
        position: absolute;
        right: -100%;
        top: 0;
        background: rgba(27, 81, 150,.8);
        -webkit-backdrop-filter: blur(10px); 
        backdrop-filter: blur(10px);
        width: 100%;
        max-width: 280px;
        height: 100vh;
        align-items: start;
        justify-content: start;
        padding: 60px 15px 30px;
    }
    .header__menu .close {
        display: block;
        position: absolute;
        right: 13px;
        top: 10px;
        color: #fff;
        line-height: 1;
        font-size: 200%;
        font-weight: 100;
    }
    .header__menu a {
        /* color: var(--clr-black); */
    }
    .header__menu ul {
        align-items: start;
        width: 100%;
    }
    .header__menu .dropdown-menu {
        position: relative;
        width: 100%;
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .header__menu li.dropdown.open .dropdown-menu { display: block; }
        .header__menu .dropdown-menu:before { display: none; }
        .header__menu .dropdown-menu a { white-space: unset;}
        .header__menu .dropdown-menu ul {
            background: none;
            padding: 10px 0 35px 0;
            border-bottom: 1px solid rgba(255,255,255,.6);
        }
    .header__menu li { 
        width: 100%; 
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .header__menu li.dropdown:after {
        border-width: 10px 8px 0 8px;
        margin-top: 0;
        position: absolute;
        top: 5px;
        right: 0;
    }
        .header__menu .dropdown-menu a { color: #fff; }
        .header__menu .dropdown-menu li.active a { color: #fff; }
    .header .header__menu.active {
        display: flex;
        right: 0;
        overflow: auto;
    }
    .header__menu ul {
        flex-direction: column;
    }
    .header__menu_wrap { width: 100%; }
    .header .burger {
        display: block;
    }
    .header .contacts-block { display: none; }

    .index__slider .banner-top .wrap-block {
        width: 100%;
    }

    .about__info_gendir {
        margin-top: 30px;
        height: auto;
    }

    .bdir-block .wrap-block {
        display: block;
    }
    .bdir__info {
        width: 100%;
        padding: 30px 20px;
    }
    .bdir__info:before { display: none; }
    .bdir__list {
        width: 100%;
        margin-top: 0;
    }
    .bdir__list ul li a {
        padding: 10px 20px;
    }
    .bdir__list-img ul li {
        width: 50%;
    }

    .ind__list .item {
        width: 50%;
    }

    .clients__list .item { width: 20%; }

    .career__info {
        flex-direction: column;
    }
    .career__info > .img { display: none; }
    .career__info .btn-block { margin: 0 auto; }
    .career__info .text .title { 
        display: flex;
        gap: 30px;
        align-items: center;
    }
    .career__info .text .title .img { display: block; }

    .contacts__list .item { margin-top: 30px; }
    .contacts__list { margin-top: -30px; }

    .cntnt-services__list .item {width: 100%;}
    .cntnt-services__list .item:nth-child(2) .wrap-block { border-top: none; }
    .cntnt-services__list .item:nth-child(odd) .wrap-block { border-right: none; }
    .cntnt-services__list .item .wrap-block { min-height: 13rem; }

    /* .experts-slider .item { width: 290px !important; } */

    .cntnt-services2__list .item { width: 100%; }
    .cntnt-services2__list .item .wrap-block { 
        min-height: 10rem; 
        border-right: none !important;
        padding: 15px;
    }
    .cntnt-services2__list .item:nth-child(2) .wrap-block { border-top: none; }
    .cntnt-services2__list .item .head { gap: 15px; }

    .text-quote .image-block { display: none;}

    .grid-block { flex-wrap: wrap; }
    .grid-block .column { width: 100%; }
    .grid-block .column .item { 
        height: auto !important;
        min-height: auto !important;
    }

    .cntnt-list.column .item { width: 100%; }

    .bdir__info .btn-block { text-align: center;}
    .bdir__info .btn-block .btn {
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }

    .cntnt-services__list .htext-block {
        width: 75%;
    }

    .accordion-button { font-size: 137.5%;}

    .cntnt-projects__list .item {
        width: 50%;
    }

    .quote-block .text-wrap {
        padding-right: calc(var(--bs-gutter-x) / 2);
        padding-left: calc(var(--bs-gutter-x) / 2);
    }
}
@media all and (max-width: 767px) {
    .common-block {
        padding: 25px 0;
    }
    .common-block:last-child { margin-bottom: 25px; }
    .banner-top + .common-block,
    .index__slider + .common-block  { padding-top: 50px; }
    .bg-color { padding: 50px 0; }
    .bg-color,
    .bg-img-block { margin: 25px 0; }
    .bg-color + .bg-img-block,
    .bg-img-block + .bg-color { margin-top: -25px; }
    .bg-color:last-child,
    .bg-img-block:last-child { margin-bottom: 0; }
    /* .footer { margin-top: 25px;} */

    .btn {
        padding: 7px 20px;
    }

    .bdir__list-img ul {
        margin: -20px -10px 0;
    }
    .bdir__list-img ul li {
        margin-top: 20px;
        padding: 0 10px;
    }
    .bdir__list-img ul li .wrap-block {
        height: 180px;
    }

    .ind__list {
        margin: -20px -10px 0;
    }
    .ind__list .item {
        margin-top: 20px;
        padding: 0 10px;
    }
    .ind__list .item .image {
        height: 150px;
    }

    .clients__list {
        margin: -15px -7px 0 -7px;
    }
    .clients__list .item { 
        width: 33.33333%; 
        padding: 0 7px;
        margin-top: 15px;
    }
    .clients__list .item .wrap {
        padding: 5px;
    }

    /* .cntnt-numbers__list .item { width: 50%; } */
    .cntnt-numbers__list .item .wrap { gap: 10px; }
    .cntnt-numbers__list .item .head { font-size: 180%;}
    .cntnt-numbers__list .item .text { font-size: 87.5%; }

    /* .experts-slider .item { width: 250px !important; } */

    .experts-slider .item .head, .experts-slider .item .title, .experts-slider .item .contacts { padding: 0 15px;}
    .experts-slider .item .head,
    .experts-slider .item .contacts { margin-top: 15px; }

    .numbers-block .item .text { font-size: 87.5%; }

    .career__info .btn-block {
        max-width: none;
    }

    .cntnt-services__list .htext-block {
        width: 100%;
    }

    .cntnt-projects__list .item {
        width: 100%;
    }
}
@media all and (max-width: 575px) {
    .header__lang { margin-right: 15px; }

    .numbers-block .item {
        width: 100%;
    }

    .about__info_gendir .wrap-block {
        padding: 15px;
    }

    .bdir__info {
        padding: 20px 15px;
    }
    .bdir__list { margin-top: 0; }
    .bdir__list ul li a { 
        padding: 10px 15px; 
        display: block;
        position: relative;
        line-height: 20px;
        height: 60px;
        display: flex;
        align-items: center;
    }
    .bdir__list ul li a .head,
    .bdir__list ul li a .text {
        display: block;
        width: 100%;
    }
    .bdir__list ul li .head { 
        padding-right: 30px;
    }
    .bdir__list ul li .text { 
        padding-left: 0; 
        margin-top: 10px;
        display: none !important;
    }
    .bdir__list ul li .btn-arw {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -8px;
    }
    .bdir__list-img ul {
        margin-left: 0;
        margin-right: 0;
    }
    .bdir__list-img ul li { 
        width: 100%; 
        padding: 0;
    }

    .ind__list .item .image { height: 100%; }

    .clients__list {
        margin: -10px -5px 0 -5px;
    }
    .clients__list .item { 
        width: 50%; 
        padding: 0 5px;
        margin-top: 10px;
    }

    .contacts__list .head {
        padding: 10px;
    }

    .cntnt-services__list .item .wrap-block{ padding: 15px 15px 60px 15px;}
    .cntnt-services__list .item .icon {
        position: absolute;
        right: 10px;
        bottom: 15px;
        width: 45px;
        height: 45px;
    }

    .experts-slider .item .image-block { height: 280px;}

    .form-block .btn-block {
        justify-content: center;
    }

    .numbers-block .item .btn-block .btn { width: 100%;}
}
/* @media */