html {

    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

ul.list_menu_lewel2 {
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.list_menu li {
    list-style-type: none;
    height: 20px;
    display: flex;
    align-items: anchor-center;
}

ul.list_menu a {
    position: relative;
}

.list_menu li:hover .has_childs:after {
    display: block;
    content: '';
    width: 0px;
    border-bottom: solid 10px white;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 42%;
    top: 22px;
}

ul.list_menu_lewel2 a:hover {
    text-decoration: underline;
}

ul.list_menu_lewel2:hover {
    display: block;
}

@font-face {
    font-family: 'Cyntho Slab Pro';
    src: url('fonts/CynthoSlabPro-Regular.eot');
    src: url('fonts/CynthoSlabPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/CynthoSlabPro-Regular.woff2') format('woff2'),
    url('fonts/CynthoSlabPro-Regular.woff') format('woff'),
    url('fonts/CynthoSlabPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0px;
    min-height: 100vh;
    background: #EEEEEE;
    width: 100%;
    font-family: sans-serif;
}

.container {
    width: 1130px;
    margin: auto;
}

.header {
    background: linear-gradient(90deg, #ffffff 25%, #1A5AA1 60%);
}

.footer {
    background: white;
    padding-bottom: 15px;
}

.content {
    margin-bottom: 80px;
}

.top_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.other_part {
    display: flex;
    width: 87%;
    color: white;
    background: #1a5aa1;
    justify-content: space-between;
    padding: 15px 0px 15px 0px;
}

.proj_txt a {
    text-decoration: none;
    color: black;
}

.menu_header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

ul.list_menu {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin-left: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
}

.list_menu li {
    list-style-type: none;
    height: 30px;
    display: flex;
    align-items: anchor-center;
}

.header a {
    text-decoration: unset;
    color: white;
}

a.mail_bt {
    background: linear-gradient(180deg, #1C8AE1 0%, #134E8F 100%);
    padding: 0px 12px 0 12px;
    border-radius: 4px;
    border: solid 1px white;
}

a.phone_header {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-left: 20px;
}

.footer .other_part {
    background: none;
    color: black;
}

.menu_footer_wrap {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    width: 75%;
}

.menu_footer {
    width: 100%;
}

.footer ul.list_menu {
    margin-left: 0px;
    margin-bottom: 30px;
}

.footer ul.list_menu a {
    text-decoration: unset;
    color: #1A5AA1;
    font-size: 14px;
}

.mail_block {
    display: flex;
    justify-content: end;
    margin-bottom: 22px;
    margin-top: 5px;

}

.phones_block {
    color: gray;
    line-height: 25px;
    text-align: right;
}

.phones_block a {
    text-decoration: unset;
    color: black;
}

.reqs {
    line-height: 25px;
}

h2 {
    font-family: Cyntho Slab Pro;
    font-size: 50px;
    font-weight: 900;
    line-height: 64.45px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
    font-weight: bold;
}

.advant_item {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.advant_icon {
    width: 125px;
}

.advant_text {
    padding-left: 20px;
}

.advant_title {
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1a5aa1;
}

.advant_descr {
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    line-height: 20.7px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 10px;
}

.block_advantages {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 100px;
}

.block_services {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services_item {
    width: 360px;
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.info_serv {
    background: white;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 15px;
    bottom: -20px;
    align-items: center;
}

.text_srvs {
    padding: 0 15px;
    color: #1a5aa1;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.icon_srvs {
    height: 40px;
    padding: 4px;
    border-right: solid 2px #e6e6e6;
}

.block_partners {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.triple_partcard {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.left_card, .right_card {
    width: 49%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 23px;
}

.big_card {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 350px;
    position: relative;
}

.little_card {
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.info_card {
    background: white;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.big_card .info_card {
    width: auto;
}

.logo_card {
    height: 101px;
    padding: 18px 4px;
    border-right: solid 2px #e6e6e6;
}

.text_card {
    padding: 20px;
}

.num_text_card {
    font-family: Cyntho Slab Pro;
    font-size: 55px;
    font-weight: bold;
    line-height: 70.9px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1a5aa1;
}

.bot_text_card {
    color: #1a5aa1;
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
}

.little_card:first-child {
    margin-right: 23px;
}

.slider_block:not(.owl-carousel) {
    display: flex;
    justify-content: space-between;
}

.company_slider {
    width: 100%;
    position: relative;
}

.slider_nav {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.left_arr {
    left: -30px;
    top: 50px;
}

.right_arr {
    right: -30px;
    top: 50px;
}

.end_projects_block {
    display: flex;
    justify-content: space-between;
    padding-bottom: 200px;
}

.end_project_item {
    width: 49%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 225px;
    position: relative;
}

.end_proj_info {
    background: white;
    position: absolute;
    width: 90%;
    display: flex;
    flex-direction: column;
    bottom: -100%;
}

.proj_bot_data {
    display: flex;
    align-items: center;
}

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

.data_item {
    display: flex;
    align-items: center;
}

.data_item:last-child {
    margin-top: 10px;
}

.proj_txt {
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 30px;
    border-bottom: solid 2px #e6e6e6;
    height: 90px;
    display: flex;
    align-items: center;
}

.proj_logo {
    padding: 20px;
    border-right: solid 2px #e6e6e6;
}

.proj_data {
    padding-left: 20px;
}

.data_icon {
    margin-right: 15px;
}

.dta_info_title {
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6D6D6D;
    margin-bottom: 5px;
}

.data_info_text {
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

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

.news_block, .revs_block {
    width: 49%;
}

.rn_title_part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 80px;
}

.rn_link a {
    color: #1A5AA1;
    text-decoration: unset;
    display: block;
    background: white;
    padding: 10px 15px;
}

.rn_link img {
    transform: rotate(180deg);
    height: 10px;
    margin-left: 12px;
}

.first_item_news {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

.fin_img {
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 30px;
}

.fin_date {
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #6D6D6D;
}

.fin_title a {
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #454545;
    text-decoration: unset;
}

.liitle_news_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ln_img_part, .ln_info_part {
    width: 49%;
}

.ln_img {
    height: 165px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.ln_date {
    color: #6D6D6D;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.ln_title a {
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
    text-decoration: unset;
}

.rev_part {
    display: flex;
    flex-direction: column;
    background: white;
    padding: 25px;
    height: -webkit-fill-available;
}

.revs_block {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.rev_text {
    font-family: Arial;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    color: gray;
    margin-bottom: 25px;
}

.rev_more {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: Auto;
    text-decoration-skip-ink: auto;
    cursor: pointer;
    margin-bottom: 25px;
}

.rev_botoom_part {
    display: flex;
}

.autor_name {
    font-family: Arial;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.autor_place {
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: gray;
}

.history_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.left_part_history, .right_part_history {
    width: 49%;
    position: relative;
}

.img_hist {
    width: 90%;
    height: 320px;
    background-size: cover;
    background-position: 50% 50%;
}

.title_his {
    font-family: Cyntho Slab Pro;
    font-weight: 900;
    font-size: 50px;
    line-height: 64.45px;
    margin-bottom: 25px;
}

.text_hist {
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
}

.nav_history {
    position: relative;
    background: white;
    width: 300px;
    font-family: Cyntho Slab Pro;
    font-weight: 900;
    font-size: 60px;
    line-height: 77.34px;
    text-align: center;
    color: #1a5aa1;
    top: -35px;
    right: -44%;
}

.nav_history .left_arr, .nav_history .right_arr {
    top: 0px;
    cursor: pointer;
}

.nav_history .left_arr {
    left: 20px;

}

.nav_history .right_arr {
    right: 22px;
}

.history_block .rn_link {
    width: 365px;
}

.bt_hist {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

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

.contacts_left {
    width: 37%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.contacts_right {
    width: 59%;
}

a.blue_bt {
    color: white;
    text-decoration: unset;
    background: linear-gradient(180deg, #1C8AE1 0%, #134E8F 100%);
    font-family: Arial;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    padding: 10px 15px;
    display: block;
    cursor: pointer;
    width: max-content;
    margin-top: 15px;
}

.reqs_c {
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 0px;
}

.req_item {
    display: flex;
    align-items: center;
}

.name_req {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #1a5aa1;
}

.text_req {
    font-family: Arial;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #5A5454;
}

.req_icon {
    border-right: solid 1px #6D6D6D;
    height: 100%;
    display: flex;
}

.req_icon img {
    margin: auto;
    padding-right: 10px;
}

.req_text_part {
    padding-left: 10px;
}

.top_bg {
    color: white;
    font-family: Arial;
    font-weight: 700;
    font-size: 30px;
    line-height: 68.99px;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 35px;
}

.bx-breadcrumb-item {
    font-size: 12px;
}

.bx-breadcrumb .bx-breadcrumb-item a {
    color: white;
}

.top_bg .container {
    padding-top: 25px;
}

.bx-breadcrumb .bx-breadcrumb-item {
    margin-right: 3px;
}

.blue_text {
    background: #1a5aa1;
    color: white;
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    line-height: 27.6px;
    padding: 25px;
}

.txt_img_r, .txt_img_l {
    display: flex;
    margin-top: 35px;
    margin-bottom: 35px;
    justify-content: space-between;
}

.text_part h2 {
    font-family: Cyntho Slab Pro;
    font-weight: 900;
    font-size: 24px;
    line-height: 30.94px;
    color: #1a5aa1;
}

.text_part p, .just_text p {
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;

}

.just_text {
    margin-bottom: 35px;
}

.page_about_block .text_part {
    width: 68%;
}

.page_about_block .img_part {
    width: 29%;
    position: relative;
}

.img_part img {
    width: 100%;
}

.end_projects_block {
    margin-bottom: 85px;
}

.slider .slider2 {
    margin: 0 0 -220px -56px
}

.slider-content, .slider-content2 {
    position: relative;
    height: 720px;
    overflow: hidden;
    width: 100%
}

.slider-content ul, .slider-content2 ul {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none
}

.slider-content ul li, .slider-content2 ul li {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 78px 0 0 10px;
    background: #000 no-repeat center;
    background-size: cover;
    font: normal 34px/44px CynthoSlabProBlack, sans-serif;
    text-transform: uppercase;
    color: #fff
}

.slider-content ul li:first-child, .slider-content2 ul li:first-child {
    display: block;
    z-index: 2
}

.slider-content ul li:before, .slider-content2 ul li:before {
    display: none
}

.slider-text {
    background: rgba(26, 90, 161, .9);
    padding: 40px 0 47px 0;
    width: 485px;
    position: relative;
    overflow: hidden;
    height: 280px;
}

.slider-text-inner {
    position: relative;
    width: calc(485px - 90px);
    padding: 0 45px
}

.slider-text-line {
    width: 63px;
    height: 5px;
    background: rgba(255, 255, 255, .5);
    margin: 21px 0 0 45px;
    position: relative
}

.slider-nav, .slider-nav2 {
    position: absolute;
    left: 0;
    bottom: 220px;
    right: 0;
    padding: 0 0 0 56px;
    z-index: 3
}

.slider-next, .slider-next2,
.slider-prev, .slider-prev2 {
    float: right;
    width: 60px;
    height: 60px;
    background: rgba(202, 34, 65, .9);
    position: relative;
    cursor: pointer
}

.slider-next:hover, .slider-next2:hover,
.slider-prev:hover, .slider-prev2:hover {
    background: rgba(214, 58, 85, .9)
}

.slider-next:after, .slider-next2:after,
.slider-prev:after, .slider-prev2:after {
    content: "";
    display: block;
    width: 12px;
    height: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -11px 0 0 -6px;
    background: url(/local/templates/main/img/slider-arrows.png)
}

.slider-next:after, .slider-next2:after {
    background-position: -12px top
}

.slider-nav {
    bottom: 230px;
    left: 20px;
}

.welcome-photo img {
    position: relative;
    /*top: -50px;*/
}

.slider-next, .slider-next2,
.slider-prev, .slider-prev2 {
    background: rgba(43, 101, 165, 0.6);
}

.slider-next:hover, .slider-next2:hover,
.slider-prev:hover, .slider-prev2:hover {
    background: rgba(43, 101, 165, 0.9);
}

.slider-next, .slider-next2 {
    margin-left: 5px;
}

.slider-next {
    transform: rotate(180deg);
}

ul.tabs-nav {
    padding: 0px;
    display: flex;
    align-items: flex-start;
    margin: 0px;
}

ul.tabs-nav li {
    box-shadow: inset #534848 1px 1px 8px 0px;
    list-style-type: none;
    margin-right: -20px;
    background: #1a5aa1;
    padding: 10px 20px;
    padding-right: 40px;
    width: 160px;
    text-align: center;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 97%, 80% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 97%, 80% 0);
}

ul.tabs-nav li a {
    text-transform: uppercase;
    color: white;
    text-decoration: unset;
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.tabs-nav li.active {
    background: white;
    z-index: 2;
    box-shadow: unset;
}

.tabs-nav a.active {
    color: #1a5aa1;
}

.tabs-item {
    background: white;
    position: relative;
    top: -1px;
    padding: 20px;
}

.tab_title {
    font-family: Cyntho Slab Pro;
    font-weight: 900;
    font-size: 24px;
    line-height: 30.94px;
    color: #1c599f;
    margin-bottom: 25px;
}

.tools_icon_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.tools_icon_item .text_block {
    padding-left: 25px;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
}

.our_exp {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.els_exp {
    width: 200px;
    text-align: center;
}

.el_exp_num {
    background: white;
    padding: 10px;
    margin-bottom: 20px;
    font-family: Cyntho Slab Pro;
    font-weight: 900;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #1A5AA1;
}

.el_exp_text {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.7px;
    letter-spacing: normal;
    text-align: center;
}

.accordion .accordion-item {
    border: 1px solid #ddd;
}

.accordion .ui-accordion-header {
    padding: 10px;
    background: white;
    cursor: pointer;
    outline: none;
    position: relative;
    font-family: Arial;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}

.accordion .ui-accordion-header-icon {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 20px;
    height: 13px;
    background: url(/local/templates/main/img/down.png) 50% 50% no-repeat;
}

.accordion .ui-accordion-header-active .ui-accordion-header-icon {
    background-image: url(/local/templates/main/img/up.png);
}

.accordion .ui-accordion-content {
    padding: 10px 25px;
    background: white;
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

.accordion .ui-accordion-header.ui-state-active, .accordion .ui-accordion-header.ui-state-active span {
    color: #1A5AA1;
}

.gallery_wrap.mont_gal a {
    text-decoration: none;
}

.gray_nothover img {
    filter: grayscale(1);
}

.gray_nothover img:hover {
    filter: none;
}

.client_item {
    display: flex;
    width: 18%;
    height: 200px;
    background-position: 50% 50%;
    background-color: white;
    background-size: contain;
    background-origin: content-box;
    padding: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 50px;
}

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

.client_bot_s {
    display: flex;
    margin-top: 35px;
    justify-content: space-between;
}

.client_text_blue {
    width: 80%;
    margin-right: 10px;
    font-family: Arial;
    font-weight: 700;
    font-size: 18px;
    line-height: 20.7px;
    color: #1a5aa1;
}

.left_arr, .right_arr {
    cursor: pointer;
}

button.owl-prev,
button.owl-next {
    outline: none !important;
}

.company_slider .slider_nav:not(.home-logo-nav) button.owl-prev,
.company_slider .slider_nav:not(.home-logo-nav) button.owl-next,
.slider_nav:not(.home-logo-nav) button.owl-prev,
.slider_nav:not(.home-logo-nav) button.owl-next {
    border: none !important;
}

.company_slider:not(.home-logo-slider) .slider_item {
    filter: grayscale(1);
    cursor: pointer;
}

.company_slider:not(.home-logo-slider) .slider_item:hover {
    filter: none;
}

.img_back_pers {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}

.slider_text_pers {
    height: calc(100% - 60px);
    display: flex;
    align-items: end;
    padding: 30px;
    font-family: Arial;
    font-weight: 700;
    font-size: 26px;
    line-height: 36.8px;
    text-align: center;
    color: white;
    position: absolute;
    z-index: 2;
}

.darker {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, #000000bd, transparent);
    z-index: 1;
}

.wrapper_slider_tab {
    width: 90%;
    margin: auto;
    padding-bottom: 50px;
}

.wrapper_slider_tab .left_arr {
    left: 25px;
    top: 205px;
}

.wrapper_slider_tab .right_arr {
    top: 205px;
    right: 25px;
}

ul.list_menu_lewel2 {
    padding: 0px;
    background: white;
    color: #1a5aa1;
    margin-top: 30px;
    position: absolute;
    margin-left: -15px;
    top: 30px;
}

ul.list_menu_lewel2 li a {
    color: #1a5aa1 !important;
}

ul.list_menu_lewel2 li {
    padding: 4px 15px;
}

/*ul.list_menu_lewel2:before {
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border-bottom: solid 9px white;
    border-right: solid 11px transparent;
    border-left: solid 11px transparent;
    position: absolute;
    right: 45%;
    top: -5px;
}*/
ul.list_menu_lewel2 {
    display: none;
    z-index: 3;
}

ul.list_menu_lewel2:hover {
    display: block;
}

.list_menu li:hover .list_menu_lewel2 {
    display: block;
}

span.big_txt {
    font-family: Cyntho Slab Pro;
    font-weight: bolder;
    font-size: 50px;
    line-height: 50.34px;
}

.advant_item.hist_adv {
    flex-wrap: wrap;
    align-content: start;
}

.block_advantages.hist_all_adv {
    justify-content: space-between;
}

.advant_item.hist_adv {
    width: 45% !important;
}

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

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

.vac_item {
    background: white;
    width: 45%;
    padding: 23px;
    margin-bottom: 2%;
}

.type_vac {
    font-family: Arial;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: gray;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.name_vac {
    font-family: Cyntho Slab Pro;
    font-weight: 900;
    font-size: 24px;
    line-height: 41.25px;
    color: #1A5AA1;
    margin-bottom: 30px;
    max-width: 300px;
}

.button_vac {
    display: flex;
    border: solid 1px #1a5aa1;
    text-transform: uppercase;
    width: 200px;
    justify-content: space-between;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #1a5aa1;
    align-items: center;
    cursor: pointer;
}

.lp_button {
    padding: 16px;
    border-right: solid 1px #1a5aa1;
}

.rp_button {
    width: -webkit-fill-available;
    text-align: center;
    cursor: pointer;
}

.vac_item {
    background: white;
    width: 45%;
    padding: 23px;
    margin-bottom: 2%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.name_bc {
    font-family: Cyntho Slab Pro;
    font-weight: 900;
    font-size: 24px;
    line-height: 41.25px;
    color: white;
    margin-bottom: 30px;
    max-width: 300px;
}

.vac_item.bluecard {
    background: #1A5AA1;
}

.title_bc {
    font-family: Arial;
    font-weight: 100;
    font-size: 15px;
    line-height: 25px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.phone_bc a {
    font-family: Arial;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: white;
    text-decoration: unset;
}

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

.mail_bc a {
    font-family: Arial;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: Auto;
    text-decoration-skip-ink: auto;
    color: white;
}

.button_block {
    width: 220px;
    padding: 11px 13px;
    text-align: center;
    background: linear-gradient(0deg, #1C8AE1, white);
    border-radius: 4px;
    color: #1a5aa1;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px #00000040;
}

@media (max-width: 500px) {
    .container {
        width: calc(100% - 30px);
        padding: 0px 15px;
    }

    h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .advant_item {
        width: 100%;
    }

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

    .services_item {
        margin-bottom: 45px;
    }

    .end_project_item {
        width: 100%;
        margin-bottom: 290px;
    }

    .end_project_item:last-child {
        margin-bottom: 0px;
    }

    .end_projects_block {
        flex-wrap: wrap;
    }

    .news_block, .revs_block {
        width: 100%;
    }

    .news_revs_block {
        flex-wrap: wrap;
    }

    .rn_title_part {
        padding-right: 0px;
    }

    .liitle_news_item {
        flex-direction: column;
    }

    .ln_img_part, .ln_info_part {
        width: 100%;
    }

    .history_block {
        flex-direction: column;
    }

    .left_part_history, .right_part_history {
        width: 100%;
        position: relative;
    }

    .img_hist {
        width: 100%;
    }

    .nav_history {
        right: -7%;
    }

    .contacts_block {
        flex-direction: column;
    }

    .contacts_left {
        width: 100%;
        margin-bottom: 50px;
    }

    a.blue_bt {
        width: auto;
    }

    .contacts_right {
        width: 100%;
    }
}

.col {
    width: 100%;
    flex-basis: 100%;
}

.col-f50 {
    display: flex;
    gap: 20px;
}

.mt20 {
    margin-top: 20px;
}

.input {
    display: block;
    float: none;
    width: 100%;
    position: relative;
    text-align: left
}

.input--dirty .input__placeholder {
    transform: scale(.8) translateY(-15px)
}

.input--focus .input__placeholder {
    color: #0e3f89
}

.input--error .input__placeholder {
    color: #eb5757;
    background-color: #fdeeef
}

.input--error .input__inner {
    background-color: #fdeeef
}

.input__inner {
    display: block;
    width: 100%;
    min-height: 27px;
    outline: none;
    line-height: 27px;
    border: none;
    border-bottom: 1px solid black;
    font-weight: 400;
    font-size: 20px;
    padding: 15px 0 0 0;
    color: #1A5AA1;
}

.input__textarea {
    max-width: 100%;
    min-width: 100%
}

.input__placeholder {
    position: absolute;
    line-height: 20px;
    height: 20px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0;
    right: 15px;
    top: 10px;
    transition: all .15s ease-in-out;
    transform-origin: 0 center;
    color: #545454;
    pointer-events: none;
    z-index: 1
}

.placeholder-transition-enter-active, .placeholder-transition-leave-active {
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}

.placeholder-transition-enter {
    opacity: 0;
    transform: translateY(100%)
}

.placeholder-transition-leave-to {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-100%)
}

.btn {
    background: linear-gradient(180deg, #1C8AE1 0%, #134E8F 100%);
    font-family: Arial;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

/* модалка */
.popup-fade {
    display: none;
}

.popup-fade:before {
    content: '';
    background: #1A5AA166;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*opacity: 0.7;*/
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 900px;
    width: 100%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #545454;
    padding: 40px;
    z-index: 99999;
    opacity: 1;
}

.popup .popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.popup .popup-header .popup-header_text {
    font-family: Cyntho Slab Pro;
    font-weight: 900;
    font-size: 50px;
    color: #1A5AA1;
}

.popup .popup-header .popup-header_close {
    cursor: pointer;
}

.popup .popup-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}

.popup .popup-footer .popup-privacy {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #08112B;
    max-width: 365px;
}

.popup .popup-footer .popup-privacy a {
    color: #1A5AA1;
    text-decoration: underline;
}

.mobile-menu {
    display: none;
}

.other_part {
    display: block;
}

.menu-wrapper.mobile-header {
    position: fixed;
    background: white;
    height: 100vh;
    width: 100%;
    top: 0px;
    z-index: 1000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* Базовые стили для бургер‑кнопки */
.burger-btn {
    position: relative;
    display: block;
    width: 30px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
    padding: 0;
}

.burger-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: white;
    transition: all 0.3s ease;
}

.burger-line:nth-child(1) {
    top: 0;
}

.burger-line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.burger-line:nth-child(3) {
    bottom: 0;
}

/* Стили для состояния «крестик» */
.burger-btn.active .burger-line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.burger-btn.active .burger-line:nth-child(2) {
    opacity: 0;
}

.burger-btn.active .burger-line:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}

.mobile-header ul.list_menu {
    width: 100%;
    height: max-content;
    color: black;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin-left: 0px;
}

.mobile-header {
    z-index: 9;
}

.mobile-header a {
    color: #535353;
    text-decoration: underline;
}

.menu-wrapper.mobile-header {
    padding-top: 79px;
    padding-left: 40px;
}

.mobile-header ul.list_menu_lewel2 {
    display: block !important;
    margin-top: unset;
    margin-left: unset;
    position: relative;
    background: none;
    padding-left: 0px;
}

.mobile-header .list_menu li {
    display: block;
}

.mobile-header .list_menu li {
    height: max-content;
    padding-left: 0px;
}

.logo_part {
    z-index: 10;
}

button.burger-btn {
    z-index: 10;
}

.mobile-header ul.list_menu > li {
    margin-bottom: 14px;
}

.active span.burger-line {
    background: #1a5aa1;
}

.mobile-header a.phone_header {
    color: #1a5aa1;
    margin-left: 0px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: unset;
    margin-right: 10px;
}

.mobile-header a.mail_bt {
    padding: 2px 8px;
    padding-top: 24px;
    position: relative;
    top: 10px;
}

.mobile-header .cop_footer {
    margin-top: 30px;
    width: 85%;
}

@media (max-width: 860px) {
    .client_item {
        width: 100%;
    }

    .container h1 {
        font-size: 32px;
        max-width: 100%;
    }

    .advant_item.hist_adv {
        width: 100% !important;
    }

    .block_advantages.hist_all_adv {
        flex-direction: column;
    }

    .doc_item img {
        width: 100%;
        margin-bottom: 20px;
    }

    .docs_gallery {
        flex-direction: column;
    }

    .mail_bc a {
        font-size: 14px;
    }

    .button_block {
        height: 38px;
    }

    .vac_item {
        width: 100%;
    }

    .txt_img_l {
        flex-direction: column;
    }

    .text_part {
        width: 100% !important;
    }

    .img_part {
        width: 100% !important;
    }

    .txt_img_r {
        flex-direction: column-reverse;
    }

    .footer .other_part {
        width: 100%;
    }

    .menu_footer_wrap {
        padding-left: 0px;
        width: 100%;
    }

    .footer ul.list_menu {
        flex-direction: column;
    }

    .footer .top_wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer .other_part {
        display: block;
    }

    .right_arr {
        right: 0px;
    }

    .left_arr {
        left: 0px;
    }

    .end_proj_info {
        width: 100%;
    }

    .proj_txt {
        padding: 12px;
    }

    .advant_title, .advant_descr {
        text-align: center;
    }

    .advant_text {
        padding-left: 0px;
    }

    .advant_item {
        flex-direction: column;
    }

    .advant_icon {
        margin-bottom: 20px;
    }

    .slider-text-inner {
        font-size: 20px;
        max-width: 74%;
    }

    .little_card {
        margin-bottom: 23px;
    }

    .rev_botoom_part {
        flex-direction: column;
    }

    .little_card:last-child {
        margin-bottom: 0px;
    }

    .right_card {
        flex-direction: column;
    }

    .left_card.onecard {
        flex-direction: column;
    }

    .little_card {
        height: 350px;
    }

    .triple_partcard {
        flex-direction: column;
    }

    .left_card, .right_card {
        width: 100%;
    }

    .header {
        background: #1A5AA1;
    }

    .logo_part {
        background: white;
        padding-left: 8px;
        padding-right: 8px;
        position: relative;
        left: -15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mobile-menu {
        display: block;
    }

    .other_part {
        display: none;
    }

    .popup {
        width: 90%;
        padding: 10px;
    }

    .popup .zaflex {
        flex-wrap: wrap;
    }

    .popup .popup-header .popup-header_text {
        font-size: 24px;
    }

    .popup .popup-header_close svg {
        width: 28px;
    }

    .popup .popup-footer {
        flex-wrap: wrap;
    }

    .popup .popup-footer .popup-privacy {
        text-align: center;
    }
}

.success {
    background: url('/local/templates/main/img/p57g8f.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    width: 100%;
    padding-top: 46.80%;
    position: relative;
}


/* модалка success */
.popup-success {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 500px;
    width: 100%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    z-index: 99999;
    opacity: 1;
    max-height: 400px;
    height: 100%;
}

.popup-success .popup-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    text-align: center;
    height: 100%;
}

.popup-success .popup-body .popup-body_icon-text {
    color: #1A5AA1;
    font-family: Cyntho Slab Pro;
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
}

.popup-success .popup-body .popup-body_icon-text ._icon {
    margin-bottom: 10px;
}

.popup-success .popup-body .popup-body_icon-text ._text {
    color: #5A5454;
    font-family: Arial;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-top: 35px;
    max-width: 400px;
}

.popup-success .popup-body .popup-body_button {
    margin-bottom: 20px;
}

ul.list_menu_lewel2 {
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.list_menu li {
    list-style-type: none;
    display: flex;
    align-items: anchor-center;
}

ul.list_menu_lewel2 li {
    height: 20px;
}

ul.list_menu a {
    position: relative;
}

.list_menu li:hover .has_childs:after {
    display: block;
    content: '';
    width: 0px;
    border-bottom: solid 10px white;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 42%;
    top: 17px;
}

ul.list_menu_lewel2 a:hover {
    text-decoration: underline;
}

ul.list_menu_lewel2:hover {
    display: block;
}

/* Глобальные интерактивы для кликабельных элементов */
@media (hover: hover) {
    .interactive-hover {
        transition: transform .28s ease, box-shadow .28s ease, filter .28s ease, opacity .28s ease;
        will-change: transform;
    }

    .interactive-hover:hover {
        transform: translateY(-4px) scale(1.015);
    }

    .interactive-hover:active {
        transform: translateY(-1px) scale(.995);
    }

    .interactive-logo img {
        transition: transform .45s cubic-bezier(.2, .8, .2, 1), filter .35s ease;
        transform: translateY(-10px);
    }

    .interactive-logo:hover img {
        transform: translateY(0);
        filter: drop-shadow(0 12px 20px rgba(26, 90, 161, .22));
    }

    .client_item,
    .company_slider .slider_item img,
    .logo_card img {
        transition: transform .45s cubic-bezier(.2, .8, .2, 1), filter .3s ease;
        transform: translateY(-16px);
    }

    .client_item:hover,
    .company_slider .slider_item:hover img,
    .big_card:hover .logo_card img,
    .little_card:hover .logo_card img {
        transform: translateY(0);
        filter: drop-shadow(0 10px 16px rgba(26, 90, 161, .22));
    }

    .big_card:hover,
    .little_card:hover,
    .services_item:hover {
        box-shadow: 0 18px 30px rgba(0, 0, 0, .16);
    }
}

@media (prefers-reduced-motion: reduce) {
    .interactive-hover,
    .interactive-logo img,
    .client_item,
    .company_slider .slider_item img,
    .logo_card img {
        transition: none !important;
        transform: none !important;
    }
}

.legal_footer {
    margin-top: 16px
}

.legal_footer_title {
    font-weight: 700;
    margin-bottom: 8px
}

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

.legal_footer_list li {
    margin-bottom: 4px
}

.popup-consents {
    margin-bottom: 16px
}

.consent_row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px
}

.consent_row input {
    margin-top: 3px
}

.cookie-consent {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .15);
    z-index: 9999;
    display: none
}

.cookie-consent__inner {
    padding: 16px;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center
}

.cookie-consent__text {
    max-width: 880px
}

.cookie-btn {
    border: 1px solid #1A5AA1;
    background: #1A5AA1;
    color: #fff;
    padding: 8px 12px;
    cursor: pointer
}

.cookie-required {
    background: #fff;
    color: #1A5AA1
}

.list_menu a.is-active, .list_menu a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.services_item {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.block_services {
    gap: 24px;
}

.news_revs_block {
    gap: 30px;
}

.rev_item .rev_text.is-collapsed {
    max-height: 120px;
    overflow: hidden;
    transition: max-height .3s ease;
}

.rev_item.is-open .rev_text.is-collapsed {
    max-height: 1000px;
}

.rev_more {
    background: none;
    border: none;
    color: #1A5AA1;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
}

.js-client-item.is-hidden {
    display: none;
}

.clients_show_more_wrap {
    text-align: center;
    margin-top: 10px;
}


/* New 2026 design: Bitrix homepage, header and footer */
:root {
    --design-blue: #003a93;
    --design-blue-light: #0057d8;
    --design-red: #f01818;
    --design-text: #06265a;
    --design-muted: #526c95;
    --design-line: #d9e4f4;
    --design-shadow: 0 14px 36px rgba(0, 40, 100, .09);
    --design-sprite: url('/img-disine/new-diz/Вариант.png');
    --home-section-gap: 72px;
    --home-heading-gap: 28px;
}

body {
    background: #fff;
    color: var(--design-text);
    font-family: Arial, "Helvetica Neue", sans-serif;
}

.container {
    width: min(1300px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
}

.site-header {
    background: #fff;
    box-shadow: 0 1px 0 #edf3fb;
    position: relative;
    z-index: 5;
}

.site-header__inner {
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 34px;
}

.site-logo {
    width: 178px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    color: #0061b8;
    font-size: 18px;
    font-weight: 900;
    font-style: italic;
    line-height: .9;
    letter-spacing: -.8px;
    text-decoration: none;
}

.site-logo:before {
    content: "";
    position: absolute;
    left: 58px;
    top: -22px;
    width: 88px;
    height: 52px;
    background: linear-gradient(143deg, transparent 0 43%, var(--design-red) 44% 58%, transparent 59%), linear-gradient(146deg, transparent 0 52%, var(--design-blue-light) 53% 66%, transparent 67%);
}

.site-logo span:first-child {
    color: var(--design-red);
}

.site-tagline {
    width: 166px;
    color: #0a397b;
    font-size: 13px;
    line-height: 1.55;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 38px;
    margin-left: auto;
}

.site-nav a,
.site-mobile-nav a,
.site-phone,
.site-footer a {
    color: #001e55;
    text-decoration: none;
}

.site-nav a {
    font-size: 12px;
    font-weight: 800;
}

.site-nav a.is-active,
.site-nav a:hover {
    color: var(--design-blue-light);
}

.site-phone {
    color: var(--design-blue);
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
}

.design-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 5px;
    background: var(--design-red);
    color: #fff !important;
    font-weight: 900;
    font-size: 13px;
    line-height: 1;
    min-height: 54px;
    padding: 0 30px;
    text-decoration: none;
    box-shadow: 0 16px 28px rgba(240, 24, 24, .23);
    cursor: pointer;
}

.design-btn--small {
    min-height: 40px;
    padding: 0 20px;
    font-size: 11px;
}

.site-burger {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--design-line);
    background: #fff;
    border-radius: 8px;
}

.site-burger span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: var(--design-blue);
}

.site-mobile-nav {
    display: none;
}

.home-page {
    overflow: hidden;
}

.home-video {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #001e55;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.home-video span {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #9ac0ff;
    position: relative;
    box-shadow: 0 7px 18px rgba(0, 70, 160, .12);
}

.home-video span:after {
    content: "";
    position: absolute;
    left: 22px;
    top: 17px;
    border-left: 14px solid var(--design-blue-light);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.home-advantages {
    border-top: 1px solid #edf3fb;
    border-bottom: 1px solid #edf3fb;
    box-shadow: var(--design-shadow);
}

.home-advantages__grid {
    min-height: 96px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.home-advantage {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-right: 1px solid #dbe5f3;
    font-size: 13px;
    line-height: 1.45;
}

.home-advantage:last-child {
    border-right: 0;
}

.home-advantage span,
.home-steps span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    color: var(--design-blue-light);
    border: 2px solid currentColor;
    border-radius: 12px;
    font-size: 18px;
    flex: 0 0 auto;
}

.home-section {
    display: flex;
    flex-direction: column;
    gap: var(--home-heading-gap);
    padding-top: var(--home-section-gap);
}

.home-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 0;
}

.home-section__head h2,
.home-section h2,
.services-section-head h2,
.home-features__head h2,
.home-features h2,
.content.features.home-features h2,
.home-faq h2,
.clients-industry h2,
.about-industries h2,
.about-industry-card__head h3,
.about-achievements h2,
.geography-region h2,
.about-feature__text h2,
.documents-page__section h2,
.contacts-page__card h2,
.home-client-strip h2,
.home-about-card h2,
.home-story-news__news .rn_title h2,
.site-contact-form h2,
.site-contacts__info h2 {
    margin: 0;
    color: var(--design-text);
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .2px;
}

.home-section__head a {
    color: var(--design-blue-light);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.home-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.home-service-card,
.home-project-card,
.home-facts-card,
.home-panel,
.home-news,
.home-about-card {
    border: 1px solid #d8e3f2;
    border-radius: 8px;
    background: linear-gradient(135deg, #fff, #f8fbff);
    overflow: hidden;
}

.home-facts-card {
    overflow: visible;
}

.home-service-card {
    min-height: 168px;
    padding: 22px 16px 14px 20px;
    position: relative;
    color: var(--design-text);
    text-decoration: none;
}

.home-service-card__num {
    color: var(--design-blue-light);
    font-size: 17px;
    font-weight: 900;
}

.home-service-card h3 {
    max-width: 100%;
    margin: 0 0 12px 38px;
    color: #002a67;
    font-size: 18px;
    line-height: 1.25;
    overflow-wrap: break-word;
}

.home-service-card p {
    max-width: 100%;
    margin: 0 0 0 38px;
    color: #163865;
    font-size: 12px;
    line-height: 1.45;
    overflow-wrap: break-word;
}

.home-service-card__art {
    position: absolute;
    right: 8px;
    bottom: 0;
    width: 158px;
    height: 148px;
    background-image: var(--design-sprite);
    background-size: 1300px 2740px;
}

.art1 { background-position: -281px -793px; }
.art2 { background-position: -710px -797px; }
.art3 { background-position: -996px -790px; }
.art4 { background-position: -322px -1002px; }
.art5 { background-position: -684px -1002px; }
.art6 { background-position: -1058px -1002px; }

.home-projects-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(300px, .95fr);
    gap: 18px;
    align-items: stretch;
}

.home-project-card {
    min-height: 273px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 28px rgba(0, 58, 147, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-project-card:hover {
    transform: translateY(-3px);
    border-color: #bcd2ef;
    box-shadow: 0 18px 36px rgba(0, 58, 147, .12);
}

.home-project-card__image {
    min-height: 136px;
    display: block;
    position: relative;
    background-image: var(--design-sprite);
    background-repeat: no-repeat;
    background-size: 1300px 2740px;
    background-position: -90px -1267px;
    text-decoration: none;
}

.home-project-card__image--custom {
    background-size: cover;
    background-position: center;
}

.home-project-card__image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 32, 80, 0) 42%, rgba(0, 32, 80, .22) 100%);
    pointer-events: none;
}

.home-project-card__image.project-2 {
    background-position: -475px -1267px;
}

.home-project-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 20px;
}

.home-project-card__status {
    width: max-content;
    max-width: 100%;
    margin-bottom: 11px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eef5ff;
    color: var(--design-blue-light);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.home-project-card h3 {
    margin: 0;
    color: #061b3d;
    font-size: 18px;
    line-height: 1.35;
}

.home-project-card h3 a {
    color: inherit;
    text-decoration: none;
}

.home-project-card h3 a:hover {
    color: var(--design-blue-light);
}

.home-project-card p,
.home-project-card span:not(.home-project-card__meta-item) {
    color: #153c7c;
    font-size: 12px;
}

.home-project-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin-top: auto;
    padding-top: 18px;
}

.home-project-card__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 28px;
    color: #153c7c;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.home-project-card__meta-item:before {
    content: "";
    width: 26px;
    height: 26px;
    display: inline-block;
    flex: 0 0 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.home-project-card__meta-item--location:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230057d8' stroke-width='2.2'%3E%3Cpath d='M12 21s7-4.35 7-11a7 7 0 1 0-14 0c0 6.65 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

.home-project-card__meta-item--period:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230057d8' stroke-width='2.2'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M3 10h18'/%3E%3C/svg%3E");
}

.home-project-card__logo {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 1;
    box-sizing: border-box;
    width: max-content;
    min-width: 75px;
    min-height: 75px;
    max-height: 75px;
    height: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 32, 80, .14);
}

.home-project-card__logo img,
.home-projects__carousel .owl-item .home-project-card__logo img {
    display: block;
    width: auto !important;
    height: 67px !important;
    max-width: none !important;
    max-height: 67px;
    object-fit: contain;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.home-facts-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
    padding: 32px 28px 28px;
    border: 1px solid #d8e3f2;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff, #f8fbff);
    box-shadow: 0 10px 28px rgba(0, 58, 147, .06);
    overflow: visible;
    align-self: start;
    box-sizing: border-box;
}

.home-facts-card__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-width: 0;
    min-height: 0;
}

.home-facts-card__head {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.home-facts-card__art {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.home-facts-card strong {
    display: block;
    margin: 0;
    color: #0055cf;
    font-size: 28px;
    line-height: 1;
}

.home-facts-card__label,
.home-facts-card span {
    color: #163865;
    font-size: 13px;
    line-height: 1.35;
    display: block;
}

.home-logo-row {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.home-logo-row button {
    width: 42px;
    height: 42px;
    border: 1px solid #dce7f7;
    border-radius: 50%;
    color: var(--design-blue-light);
    background: #fff;
    font-size: 24px;
}

.home-logo-row b {
    color: #0a3d8c;
    font-size: 22px;
}

.home-process-team {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 16px;
}

.home-panel {
    min-height: 288px;
    padding: 28px;
}

.home-steps {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.home-steps div {
    width: 116px;
    text-align: center;
    color: #163865;
    font-size: 12px;
    line-height: 1.45;
}

.home-steps span {
    margin: 0 auto 16px;
}

.home-steps b {
    display: block;
    color: var(--design-blue-light);
    margin-bottom: 5px;
}

.home-team {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.home-person {
    background: #f4f8fe;
    border-radius: 6px;
    overflow: hidden;
}

.home-person__photo,
.home-avatar,
.home-news-item i,
.home-about-card:after {
    background-image: var(--design-sprite);
    background-size: 1300px 2740px;
}

.home-person__photo {
    height: 132px;
    background-position: -552px -1754px;
}

.photo-2 { background-position: -683px -1754px; }
.photo-3 { background-position: -814px -1754px; }
.photo-4 { background-position: -946px -1754px; }
.photo-5 { background-position: -1077px -1754px; }

.home-person b,
.home-person span {
    display: block;
    margin: 10px 10px 0;
    font-size: 12px;
}

.home-person span {
    margin-bottom: 12px;
    color: #6a7d9a;
    font-size: 10px;
}

.home-bottom-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr .9fr;
    gap: 16px;
}

.home-reviews {
    min-height: 325px;
    padding: 26px;
    border-radius: 8px;
    background: #003b91;
    color: #fff;
}

.home-reviews h2,
.home-reviews .home-section__head a {
    color: #fff;
}

.home-review {
    display: flex;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
}

.home-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-position: -561px -1758px;
    flex: 0 0 auto;
}

.avatar-2 { background-position: -692px -1758px; }

.home-review p {
    font-size: 12px;
    line-height: 1.5;
}

.home-review span {
    color: #ff1d1d;
    letter-spacing: 3px;
}

.home-news {
    padding: 26px;
}

.home-news__list {
    display: grid;
    gap: 14px;
}

.home-news-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 112px;
    align-items: center;
    gap: 16px;
    min-height: 74px;
    color: #001e55;
    text-decoration: none;
}

.home-news-item + .home-news-item {
    padding-top: 14px;
    border-top: 1px solid #e6eef8;
}

.home-news-item--no-image {
    grid-template-columns: 1fr;
}

.home-news-item time {
    color: #6e86a8;
    font-size: 11px;
}

.home-news-item b {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.45;
}

.home-news-item i {

    height: 70px;
    border-radius: 6px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-news-item .thumb-2 { background-position: -735px -2130px; }
.home-news-item .thumb-3 { background-position: -735px -2212px; }

.home-about-card {
    min-height: 325px;
    padding: 26px 52% 26px 26px;
    position: relative;
}

.home-about-card:after {
    content: "";
    position: absolute;
    right: 42%;
    bottom: 0;
    z-index: 1;
    width: 180px;
    height: 220px;
    background-position: -967px -2016px;
    opacity: .9;
    pointer-events: none;
}

.home-about-card h2 {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
}

.home-about-card p {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 330px;
    margin: 0 0 18px;
    color: #163865;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
}

.home-about-card .design-btn {
    position: relative;
    z-index: 2;
    min-height: 38px;
    padding: 0 18px;
    font-size: 11px;
}

.home-about-card__year {
    width: 78px;
    min-height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 13px 14px;
    border-radius: 6px;
    background: #0043a5;
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
    box-shadow: 0 14px 24px rgba(0, 67, 165, .2);
    margin-bottom: 15px;
}

.home-about-card__year strong {
    display: block;
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 1;
}

.home-client-strip {
    min-height: 118px;
    display: flex;
    align-items: center;
    gap: 34px;
}


.home-client-strip small {
    font-size: 12px;
}

.home-client-strip b {
    color: #0c4aa2;
}

.site-contacts {
    background: linear-gradient(90deg, #003b91 0 50%, #f4f8ef 50% 100%);
    color: #fff;
}

.site-contacts__grid {
    min-height: 250px;
    display: grid;
    grid-template-columns: 370px 280px 1fr;
}

.site-contact-form,
.site-contacts__info {
    padding-top: 34px;
}

.site-contact-form h2,
.site-contacts__info h2 {
    color: #fff;
}

.site-contact-form p,
.site-contacts__info p {
    font-size: 13px;
    line-height: 1.55;
}

.site-contact-form input {
    display: block;
    width: 280px;
    height: 32px;
    border: 0;
    border-radius: 4px;
    margin-bottom: 9px;
    padding: 0 14px;
    font-size: 12px;
}

.site-contacts__info a {
    color: #fff;
    text-decoration: none;
}

.site-map {
    min-height: 250px;
    position: relative;
    background-image: var(--design-sprite);
    background-size: 1300px 2740px;
    background-position: -691px -2439px;
}

.site-map__card {
    position: absolute;
    left: 170px;
    top: 68px;
    width: 220px;
    border-radius: 8px;
    padding: 25px;
    background: #fff;
    color: #173a70;
    box-shadow: var(--design-shadow);
    font-size: 12px;
    z-index: 2;
}

.site-map__card .design-btn {
    min-height: 36px;
}

.site-footer {
    background: #fff;
}

.site-footer__inner {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #50698e;
    font-size: 12px;
}

.site-footer .site-logo {
    width: 150px;
    font-size: 14px;
}

.site-footer .site-logo:before {
    transform: scale(.75);
    transform-origin: left top;
}

.site-social {
    display: flex;
    gap: 18px;
    color: var(--design-blue-light);
    font-size: 18px;
    font-weight: 900;
}

@media (max-width: 1180px) {
    .site-header__inner {
        gap: 18px;
    }

    .site-nav {
        gap: 18px;
    }

    .home-hero:after {
        right: -220px;
        opacity: .65;
    }
}

@media (max-width: 640px) {
    .home-facts-card {
        grid-template-columns: 1fr;
    }

    .home-project-card__logo {
        right: 10px;
        bottom: 10px;
    }
}

@media (max-width: 900px) {
    .site-nav,
    .site-phone,
    .site-header .design-btn {
        display: none;
    }

    .site-burger {
        display: block;
        margin-left: auto;
    }

    .site-mobile-nav.is-open {
        display: grid;
        gap: 12px;
        padding: 0 20px 20px;
    }

    .home-hero {
        min-height: auto;
        padding-bottom: 40px;
    }

    .home-hero:after {
        opacity: .22;
    }

    .home-hero__content {
        width: auto;
    }

    .home-hero h1 {
        font-size: 34px;
    }

    .home-advantages__grid,
    .home-services-grid,
    .home-projects-grid,
    .home-process-team,
    .home-bottom-grid,
    .site-contacts__grid {
        grid-template-columns: 1fr;
    }

    .home-team {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-logo-row,
    .home-client-strip {
        overflow-x: auto;
    }

    .site-contacts {
        background: #003b91;
    }

    .site-map__card {
        left: 24px;
    }

    .site-footer__inner {
        flex-wrap: wrap;
        padding: 18px 0;
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    .container {
        width: calc(100% - 32px);
    }

    .site-header__inner {
        min-height: 78px;
    }

    .site-tagline {
        display: none;
    }

    .home-hero__content {
        padding-left: 20px;
    }

    .home-hero h1 {
        font-size: 28px;
    }

    .home-hero__stats,
    .home-hero__actions,
    .home-steps {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-advantages__grid,
    .home-team,
    .home-facts-card {
        grid-template-columns: 1fr;
    }

    .home-news-item {
        grid-template-columns: 1fr;
    }
}

/* Component-preserving homepage redesign overrides */
.home-hero .slider-content,
.home-hero .slider-content ul {
    position: static;
    height: auto;
    overflow: visible;
}

.home-hero .slider-content ul li.home-hero__slide {
    position: relative;
    inset: auto;
    display: block;
    min-height: 505px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
    color: var(--design-text);
    text-transform: none;
    font: inherit;
}

.home-hero .slider-content ul li.home-hero__slide:not(:first-child) {
    display: none;
}

.home-hero__title h1,
.home-hero__title h2,
.home-hero__title p:first-child {
    margin: 0;
    color: #0a0a0a;
    font-size: 43px;
    line-height: 1.16;
    letter-spacing: -.8px;
    text-transform: uppercase;
    font-weight: 900;
}

.home-hero__title b,
.home-hero__title strong {
    color: var(--design-blue);
}

.home-hero__title em {
    color: var(--design-red);
    font-style: normal;
}

.home-hero__lead,
.home-hero__lead p {
    max-width: 530px;
    margin: 30px 0 38px;
    color: #183b73;
    font-size: 15px;
    line-height: 1.75;
    text-transform: none;
}

.home-hero__nav {
    display: none;
}

.content.features {
    margin: 0;
    background: #fff;
    border-top: 1px solid #edf3fb;
    border-bottom: 1px solid #edf3fb;
    box-shadow: 0 12px 34px rgba(0, 48, 112, .08);
}

.content.features h2 {
    display: none;
}

.home-features .home-features__head h2 {
    display: block;
}

.home-features .block_advantages {
    grid-template-columns: repeat(3, 1fr);
}

.home-features .advant_item:nth-child(3n):after {
    display: none;
}

@media (max-width: 1024px) {
    .home-features .block_advantages {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-features .advant_item:nth-child(3n):after {
        display: block;
    }

    .home-features .advant_item:nth-child(2n):after {
        display: none;
    }
}

@media (max-width: 640px) {
    .home-features .block_advantages {
        grid-template-columns: 1fr;
    }

    .home-features .advant_item:after {
        display: none !important;
    }
}

.block_advantages {
    min-height: 92px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    align-items: stretch;
    margin-top: 0;
}

.advant_item {
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 24px 34px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.advant_item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    bottom: 24px;
    width: 1px;
    background: #dbe5f3;
}

.block_advantages:not(.home-features-grid) .advant_item:nth-child(n+5) {
    display: none;
}

.advant_icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    color: var(--design-blue);
}

.advant_icon img {
    max-width: 34px;
    max-height: 34px;
}

.advant_icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.advant_text {
    padding-left: 0;
}

.advant_title,
.advant_descr {
    font-family: Arial, sans-serif;
    color: #001e55;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

.advant_descr {
    display: none;
    margin-top: 0;
}

.home-features .advant_descr {
    display: block;
}

.home-service-card__icon {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 155px;
    height: 145px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    pointer-events: none;
}

.home-service-card__icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.home-client-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-client-card {
    --home-client-card-height: 228px;
    position: relative;
    min-height: var(--home-client-card-height);
    border: 1px solid rgba(0, 58, 147, .14);
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(145deg, #0a2f6f 0%, #003a93 100%);
    box-shadow: 0 10px 28px rgba(0, 40, 100, .08);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.home-client-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 87, 216, .28);
    box-shadow: 0 18px 36px rgba(0, 40, 100, .16);
}

.home-client-card__bg {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform .6s ease;
}

.home-client-card:hover .home-client-card__bg {
    transform: scale(1.06);
}

.home-client-card__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 24, 68, .12) 0%, rgba(0, 24, 68, .18) 38%, rgba(0, 24, 68, .78) 100%),
        linear-gradient(90deg, rgba(0, 58, 147, .42) 0%, rgba(0, 58, 147, .08) 58%, rgba(0, 58, 147, .24) 100%);
}

.home-client-card__content {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px 20px;
    color: #fff;
}

.home-client-card__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    flex: 1 1 auto;
}

.home-client-card__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 210px;
    height: 60px;
    padding: 7px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 6px 18px rgba(0, 24, 68, .16);
    overflow: hidden;
}

.home-client-card__logo img {
    display: block;
    width: auto;
    height: 46px;
    max-width: 190px;
    object-fit: contain;
    object-position: center center;
    transform: scale(1.3);
    transform-origin: center center;
}

.home-client-card__name {
    margin: 0;
    max-width: min(100%, 260px);
    color: #fff;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .01em;
    text-shadow: 0 2px 10px rgba(0, 24, 68, .45);
}

.home-client-card__metric {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 2px;
    flex: 0 0 auto;
    padding-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, .22);
}

.home-client-card__metric-value {
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.02em;
    color: #fff;
}

.home-client-card__metric-label {
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .78);
}

@media (max-width: 1100px) {
    .home-client-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .home-client-card {
        --home-client-card-height: 210px;
    }

    .home-client-card__content {
        padding: 16px;
        gap: 14px;
    }

    .home-client-card__logo {
        max-width: 190px;
        height: 54px;
        padding: 6px 10px;
    }

    .home-client-card__logo img {
        height: 42px;
        max-width: 170px;
    }

    .home-client-card__name {
        font-size: 17px;
    }

    .home-client-card__metric-value {
        font-size: 28px;
    }
}

.home-trust__slider {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 14px;
    align-items: center;
}

.home-trust__arrow--prev {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
}

.home-trust__arrow--next {
    grid-column: 3;
    grid-row: 1;
    justify-self: center;
}

.home-trust__carousel {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.home-trust__carousel .owl-stage-outer {
    padding: 18px 10px;
}

.home-trust__carousel .owl-stage {
    display: flex;
    align-items: center;
}

.home-trust__carousel .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-trust__item {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.home-trust__item img {
    display: block;
    width: auto !important;
    max-width: 155px;
    max-height: 130px;
    object-fit: contain;
    filter: saturate(1.05);
    transition: filter .2s ease, transform .2s ease;
}

.home-trust__item:hover img {
    filter: none;
    transform: scale(1.03);
}

.home-trust__item-name {
    display: block;
    max-width: 132px;
    color: #0a3d8c;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}

@media (max-width: 900px) {
    .home-trust__carousel .owl-stage-outer {
        padding: 8px 6px;
        height: auto !important;
    }

    .home-trust__carousel .owl-item {
        float: none;
    }

    .home-trust__item {
        height: 64px;
        min-height: 64px;
        max-height: 64px;
        padding: 0 8px;
        overflow: hidden;
    }

    .home-trust__item img {
        max-width: 100%;
        max-height: 40px !important;
        height: auto !important;
    }

    .home-trust__item-name {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        max-width: 100%;
        max-height: 40px;
        overflow: hidden;
        font-size: 11px;
        line-height: 1.2;
        word-break: break-word;
        overflow-wrap: anywhere;
    }
}

/* Legacy trust markup (Bitrix cache) */
.home-logo-slider {
    position: relative;
    min-height: 44px;
}

.home-logo-row.owl-carousel {
    display: block;
    min-height: 42px;
    width: calc(100% - 116px);
    margin-left: 58px;
}

.home-logo-row .owl-stage {
    display: flex;
    align-items: center;
}

.home-logo-row .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-logo-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    filter: none;
}

.home-logo-item img {
    display: block;
    width: auto !important;
    max-width: 155px;
    max-height: 48px;
    object-fit: contain;
    filter: saturate(1.1);
}

.home-logo-item b {
    color: #0a3d8c;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.home-logo-nav,
.home-logo-nav.disabled {
    display: block;
}

.home-logo-nav .owl-prev,
.home-logo-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 2;
}

.home-logo-nav .owl-prev {
    left: 0;
}

.home-logo-nav .owl-next {
    right: 0;
}

.home-logo-nav .owl-prev.disabled,
.home-logo-nav .owl-next.disabled {
    opacity: 1;
}

.home-logo-nav .left_arr,
.home-logo-nav .right_arr {
    display: none;
}

.news_revs_block {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 16px;
    align-items: stretch;
}

.content.partners {
    margin-bottom: 0;
}

.content.partners > .container > .news_revs_block {
    padding-top: 36px;
}

.home-about-section {
    padding-bottom: 36px;
}

.home-about-card {
    overflow: hidden;
}

.home-about-card__image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 47%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .72;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

.home-about-card__image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.9), rgba(255,255,255,0) 32%);
}

@media (max-width: 900px) {
    .block_advantages,
    .home-client-cards,
    .news_revs_block {
        grid-template-columns: 1fr;
    }

    .advant_item {
        padding: 18px 0;
    }

    .advant_item:not(:last-child):after {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        height: 1px;
    }

    .advant_item:nth-child(n+5) {
        display: flex;
    }

    .block_advantages:not(.home-features-grid) .advant_item:nth-child(n+5) {
        display: none;
    }

    .home-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-logo-slider {
        padding: 0;
    }

    .home-logo-row.owl-carousel {
        min-height: 52px;
    }

    .home-logo-nav,
    .home-logo-nav.disabled {
        display: none;
    }
}

/* Legacy Bitrix header/footer markup: keep data/structure, refresh visual design */
body > .header {
    background: #fff;
    box-shadow: 0 1px 0 #edf3fb;
    position: relative;
    z-index: 20;
}

body > .header .top_wrapper {
    min-height: 92px;
    gap: 34px;
}

body > .header .logo_part {
    width: 178px;
    flex: 0 0 178px;
}

body > .header .logo_part img,
.footer .logo_part img {
    display: block;
    max-width: 170px;
    height: auto;
}

body > .header .other_part {
    width: auto;
    flex: 1 1 auto;
    background: transparent;
    color: var(--design-text);
    padding: 0;
}

body > .header .menu_header {
    gap: 26px;
}

body > .header ul.list_menu {
    width: auto;
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: 34px;
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    text-transform: none;
}

body > .header .list_menu li {
    height: 42px;
    position: relative;
}

body > .header a {
    color: #001e55;
}

body > .header .list_menu > li > a {
    font-weight: 800;
    white-space: nowrap;
}

body > .header .list_menu > li > a.is-active,
body > .header .list_menu > li > a:hover {
    color: var(--design-blue-light);
}

body > .header ul.list_menu_lewel2 {
    min-width: 190px;
    top: 10px;
    left: 0;
    padding: 12px;
    border: 1px solid var(--design-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--design-shadow);
}

body > .header ul.list_menu_lewel2 a {
    color: #001e55;
    font-size: 12px;
    font-weight: 700;
}

body > .header .phone_header {
    margin-left: 0;
    color: var(--design-blue);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 900;
    white-space: nowrap;
}

body > .header .mail_bt,
.footer .mail_bt {
    border: 0;
    border-radius: 5px;
    background: var(--design-red);
    box-shadow: 0 12px 22px rgba(240, 24, 24, .22);
}

body > .header .mail_bt {
    width: 42px;
    height: 40px;
    display: grid;
    place-items: center;
    padding: 0;
}

body > .header .mobile-menu {
    display: none;
}

.mobile-header {
    border-top: 1px solid #edf3fb;
    background: #fff;
    box-shadow: var(--design-shadow);
}

.mobile-header .list_menu {
    display: grid;
    width: min(1300px, calc(100% - 40px));
    margin: 0 auto;
    padding: 18px 0;
    gap: 12px;
}

.mobile-header .list_menu li {
    display: block;
    height: auto;
}

.mobile-header a {
    color: #001e55;
    font-weight: 800;
}

.content.contacts {
    margin: 0;
    background: linear-gradient(90deg, #003b91 0 50%, #f4f8ef 50% 100%);
}

.contacts_block {
    min-height: 300px;
    gap: 0;
}

.contacts_left {
    width: 42%;
    padding: 34px 44px 34px 0;
    color: #fff;
}

.contacts_right {
    width: 58%;
    min-height: 300px;
    position: relative;
}

.contacts .title_his,
.contacts .cont_title {
    margin: 0 0 18px;
    color: #fff;
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}

.contacts .reqs_c {
    height: auto;
    padding: 0;
    gap: 14px;
}

.contacts .req_item {
    align-items: flex-start;
    gap: 12px;
}

.contacts .req_icon {
    width: 28px;
    border: 0;
    flex: 0 0 28px;
}

.contacts .req_icon img {
    max-width: 22px;
    padding-right: 0;
    filter: brightness(0) invert(1);
}

.contacts .name_req {
    color: rgba(255,255,255,.72);
    font-size: 11px;
    line-height: 1.35;
}

.contacts .text_req {
    color: #fff;
    font-size: 14px;
    line-height: 1.45;
}

.contacts a.blue_bt {
    width: max-content;
    margin-top: 22px;
    border-radius: 5px;
    background: var(--design-red);
    box-shadow: 0 14px 25px rgba(240, 24, 24, .22);
    font-size: 12px;
    line-height: 1.2;
    padding: 13px 20px;
}

.contacts .map_c {
    width: 100% !important;
    height: 300px !important;
    min-height: 300px;
    overflow: hidden;
}

.footer {
    padding: 0;
    background: #fff;
}

.footer .top_wrapper {
    min-height: 76px;
    align-items: center;
    gap: 24px;
}

.footer .logo_part {
    width: 170px;
    flex: 0 0 170px;
}

.footer .other_part {
    width: auto;
    flex: 1 1 auto;
    background: transparent;
    color: #50698e;
    padding: 0;
    align-items: center;
}

.footer .menu_footer_wrap {
    width: auto;
    flex: 1 1 auto;
    padding-left: 0;
}

.footer .menu_footer {
    display: none;
}

.footer .reqs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    align-items: center;
    line-height: 1.35;
    font-size: 12px;
}

.footer .addr_footer {
    color: #50698e;
    width: 100%;
}

.footer .legal_footer {
    display: contents;
}

.footer .legal_footer_title {
    display: none;
}

.footer .legal_footer_list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    margin: 0;
    padding: 0;
}

.footer .legal_footer_list li {
    list-style: none;
}

.footer .legal_footer_list a,
.footer .phones_block a {
    color: #50698e;
    text-decoration: none;
}

.footer .mail_phones_wrap {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer .mail_block {
    margin: 0;
}

.footer .mail_bt {
    width: 38px;
    height: 36px;
    display: grid;
    place-items: center;
    padding: 0;
}

.footer .phones_block {
    color: #50698e;
    font-size: 12px;
    line-height: 1.45;
}

@media (max-width: 1180px) {
    body > .header .top_wrapper {
        gap: 18px;
    }

    body > .header ul.list_menu {
        gap: 18px;
    }
}

@media (max-width: 900px) {
    body > .header .other_part {
        display: none;
    }

    body > .header .mobile-menu {
        display: block;
        margin-left: auto;
    }

    .burger-btn {
        width: 42px;
        height: 42px;
        border: 1px solid var(--design-line);
        border-radius: 8px;
        background: #fff;
    }

    .burger-line {
        display: block;
        width: 20px;
        height: 2px;
        margin: 4px auto;
        background: var(--design-blue);
    }

    .content.contacts {
        background: #003b91;
    }

    .contacts_block,
    .footer .top_wrapper,
    .footer .other_part,
    .footer .reqs,
    .footer .legal_footer_list,
    .footer .mail_phones_wrap {
        display: block;
    }

    .contacts_left,
    .contacts_right {
        width: 100%;
        padding-right: 0;
    }

    .footer .top_wrapper {
        padding: 18px 0;
    }

    .footer .reqs > *,
    .footer .legal_footer_list li,
    .footer .phones_block > * {
        margin-top: 10px;
    }

    .footer .mail_phones_wrap {
        margin-top: 14px;
    }
}

.legal-page h2 {
    margin-top: 28px;
    color: #1A5AA1
}

.legal-page p {
    font-size: 16px;
    line-height: 1.65
}

.page-404__lead {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 24px
}

.page-404__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 34px
}

.page-404__nav a {
    background: #1A5AA1;
    color: #fff;
    text-decoration: none;
    padding: 12px 18px;
    font-weight: 700
}

.online-consultant {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 500;
    background: #1A5AA1;
    color: #fff;
    padding: 14px 18px;
    border-radius: 28px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .2);
    font-weight: 700;
    text-decoration: none
}

.online-consultant:hover {
    background: #164c89;
    color: #fff
}

.cookie-consent__options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 14px 0
}

.cookie-consent__option {
    font-size: 13px;
    color: #454545
}

.cookie-save {
    background: #1A5AA1;
    color: #fff
}

@media (max-width: 767px) {
    .online-consultant {
        right: 12px;
        bottom: 12px;
        font-size: 13px
    }

    .cookie-consent__options {
        display: block
    }

    .cookie-consent__option {
        display: block;
        margin-top: 8px
    }
}

/* Homepage order/layout fix: projects -> reviews carousel -> history/news */
.home-reviews-section {
    width: min(1300px, calc(100% - 40px));
    margin-top: var(--home-section-gap);
    margin-bottom: 0;
}

.home-reviews-section .home-reviews {
    width: 100%;
    min-height: auto;
    box-sizing: border-box;
    padding: 30px;
}

.home-reviews__carousel {
    margin-top: 8px;
}

.home-reviews__carousel .owl-stage {
    display: flex;
}

.home-reviews__carousel .owl-item {
    display: flex;
}

.home-reviews__carousel .owl-item > .home-review {
    width: 100%;
}

.home-reviews-section .home-review {
    min-height: 100%;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    background: rgba(255,255,255,.08);
}

.home-review__content {
    min-width: 0;
}

.home-review__content b,
.home-review__content small {
    display: block;
}

.home-review__content small {
    margin-top: 4px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    line-height: 1.4;
}

.home-reviews__carousel .owl-nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.home-reviews__carousel .owl-nav button {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.3) !important;
    border-radius: 50%;
    background: rgba(255,255,255,.12) !important;
}

.home-reviews__carousel .owl-nav button img {
    width: 14px;
    filter: brightness(0) invert(1);
}

.home-reviews__carousel .owl-nav .right_arr img {
    transform: rotate(180deg);
}

.home-reviews__carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: -31px;
    min-height: 12px;
}

.home-reviews__carousel .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.4);
}

.home-reviews__carousel .owl-dot.active span {
    background: #fff;
}

/* Shared reviews carousel (home + services): keep scan thumbs constrained everywhere,
   even when Bitrix page CSS for reviews_main/style.css is not linked. */
.reviews-main-redesign {
    min-height: 325px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    background: radial-gradient(circle at 100% 0, rgba(27, 138, 225, .28), transparent 32%), linear-gradient(135deg, #003b91 0%, #0057d8 100%);
    color: #fff;
    box-shadow: 0 18px 38px rgba(0, 58, 147, .18);
    overflow: hidden;
}

.reviews-main-redesign .home-section__head {
    margin-bottom: 16px;
}

.reviews-main-redesign .home-section__head h2,
.reviews-main-redesign .home-section__head a {
    color: #fff;
}

.reviews-main-redesign .home-section__head a {
    opacity: .9;
}

.reviews-main-redesign .home-reviews__carousel {
    display: block;
}

.reviews-main-redesign .home-reviews__carousel:not(.owl-loaded) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.reviews-main-redesign .home-review {
    min-height: 190px;
    height: 100%;
    display: flex;
    align-items: stretch;
    gap: 14px;
    margin: 0;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    box-sizing: border-box;
    backdrop-filter: blur(3px);
}

.reviews-main-redesign .home-review__content {
    flex: 1;
    min-width: 0;
    display: flex;
    gap: 14px;
}

.reviews-main-redesign .home-review__avatar {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .36);
    background-color: #fff;
    background-size: cover;
    background-position: center;
    box-shadow: 0 10px 24px rgba(0, 24, 72, .22);
}

.reviews-main-redesign .home-review__avatar--empty {
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #fff, #dfeeff);
    color: #0057d8;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.reviews-main-redesign .home-review__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.reviews-main-redesign .home-review__scan {
    flex: 0 0 92px;
    width: 92px;
    align-self: flex-start;
}

.reviews-main-redesign .home-review__scan a {
    display: block;
    cursor: zoom-in;
}

.reviews-main-redesign .home-review__scan img {
    display: block;
    width: 100%;
    max-width: 92px;
    height: auto;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: #fff;
}

.reviews-main-redesign .home-review__author b,
.reviews-main-redesign .home-review__author small {
    display: block;
}

.reviews-main-redesign .home-review__author b {
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
}

.reviews-main-redesign .home-review__author small {
    margin-top: 4px;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    line-height: 1.35;
}

.reviews-main-redesign .home-review p {
    margin: 14px 0 12px;
    color: rgba(255, 255, 255, .88);
    font-size: 12px;
    line-height: 1.6;
}

.reviews-main-redesign .home-review__stars {
    margin-top: auto;
    color: #ff2222;
    letter-spacing: 4px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .12);
}

.reviews-main-redesign .owl-stage {
    display: flex;
}

.reviews-main-redesign .owl-item {
    display: flex;
}

.reviews-main-redesign .owl-item > .home-review {
    width: 100%;
}

.reviews-main-redesign .owl-nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
}

.reviews-main-redesign .owl-nav button {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .32) !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, .12) !important;
}

.reviews-main-redesign .owl-nav button img {
    display: none;
}

.reviews-main-redesign .owl-nav button:before {
    content: "←";
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.reviews-main-redesign .owl-nav .owl-next:before {
    content: "→";
}

.reviews-main-redesign .owl-dots {
    display: flex;
    gap: 8px;
    margin-top: -26px;
}

.reviews-main-redesign .owl-dot span {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .36);
    transition: width .2s ease, background .2s ease;
}

.reviews-main-redesign .owl-dot.active span {
    width: 24px;
    background: #fff;
}

@media (max-width: 900px) {
    .reviews-main-redesign .home-reviews__carousel:not(.owl-loaded) {
        grid-template-columns: 1fr;
    }
}

.home-story-news {
    margin-top: 24px;
    padding-bottom: 36px;
}

.home-story-news .news_revs_block {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
    padding-top: 0;
}

.home-story-news__history,
.home-story-news__news,
.home-story-news .home-news,
.home-story-news .home-about-section,
.home-story-news .home-about-card {
    min-width: 0;
    height: 100%;
    box-sizing: border-box;
}

.home-story-news .home-news,
.home-story-news .home-about-card {
    border: 1px solid var(--design-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--design-shadow);
}

.home-story-news .home-about-section {
    padding-bottom: 0;
}

.home-story-news .home-about-card {
    min-height: 325px;
}

.home-story-news .home-news {
    min-height: 325px;
}

.home-story-news__news .news_block {
    width: 100%;
    height: 100%;
    min-height: 325px;
    padding: 26px;
    border: 1px solid var(--design-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--design-shadow);
    box-sizing: border-box;
}

.home-story-news__news .rn_title_part {
    padding-right: 0;
    margin-bottom: 20px;
}

.home-story-news__news .rn_link a {
    padding: 0;
    color: var(--design-blue-light);
    background: transparent;
    font-size: 12px;
    font-weight: 900;
}

.home-story-news__news .rn_link img {
    display: none;
}

.home-story-news__news .rn_link a:after {
    content: "→";
    margin-left: 6px;
}

.home-story-news__news .first_item_news,
.home-story-news__news .liitle_news_item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 112px;
    align-items: center;
    gap: 16px;
    min-height: 74px;
    margin: 0;
}

.home-story-news__news .liitle_news_item {
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid #e6eef8;
}

.home-story-news__news .fin_img,
.home-story-news__news .ln_img_part {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 112px;
    height: 70px;
    margin: 0;
}

.home-story-news__news .ln_info_part {
    display: contents;
}

.home-story-news__news .ln_img {
    width: 100%;
    height: 100%;
}

.home-story-news__news .fin_img,
.home-story-news__news .ln_img {
    border-radius: 6px;
    background-position: 50% 50%;
    background-size: cover;
}

.home-story-news__news .fin_date,
.home-story-news__news .ln_date {
    align-self: end;
    color: #6e86a8;
    font-size: 11px;
    line-height: 1.3;
}

.home-story-news__news .fin_title,
.home-story-news__news .ln_title {
    align-self: start;
}

.home-story-news__news .fin_title a,
.home-story-news__news .ln_title a {
    color: #001e55;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
}

@media (max-width: 700px) {
    .home-about-section,
    .home-story-news .home-about-section {
        height: auto;
        padding-bottom: 0;
    }

    .home-about-card,
    .home-story-news .home-about-card {
        min-height: 0 !important;
        height: auto !important;
        padding: 18px 18px 20px !important;
    }

    .home-about-card:after {
        display: none;
    }

    .home-about-card h2 {
        margin-bottom: 8px;
        font-size: 22px;
    }

    .home-about-card p {
        max-width: none;
        margin-bottom: 14px;
    }

    .home-about-card__year {
        margin-bottom: 12px;
    }

    .home-about-card__image {
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 58%;
        min-height: 200px;
        opacity: .3;
        clip-path: none;
    }

    .home-about-card__image:after {
        background: linear-gradient(180deg, rgba(255,255,255,.55) 0%, rgba(255,255,255,.82) 55%, #fff 100%);
    }
}

@media (max-width: 560px) {
    .home-story-news__news .first_item_news,
    .home-story-news__news .liitle_news_item {
        grid-template-columns: 1fr;
    }

    .home-story-news__news .fin_img,
    .home-story-news__news .ln_img_part {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        height: 150px;
        order: -1;
    }
}

@media (max-width: 900px) {
    .home-reviews-section {
        margin-top: 32px;
    }

    .home-story-news .news_revs_block {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .home-reviews-section {
        width: calc(100% - 32px);
    }

    .home-reviews-section .home-reviews {
        padding: 22px;
    }

    .home-reviews-section .home-review {
        flex-direction: column;
    }

    .home-reviews__carousel .owl-dots {
        justify-content: flex-start;
        margin-top: 14px;
    }
}

/* Contacts and legacy footer layout stabilization */
.content.contacts {
    overflow: hidden;
}

.content.contacts .container {
    width: min(1130px, calc(100% - 40px));
}

.content.contacts .contacts_block {
    display: grid;
    grid-template-columns: minmax(300px, 42%) minmax(0, 1fr);
    align-items: stretch;
    min-height: 360px;
}

.content.contacts .contacts_left,
.content.contacts .contacts_right {
    width: auto;
    min-width: 0;
}

.content.contacts .contacts_left {
    box-sizing: border-box;
    padding: 44px 44px 44px 0;
}

.content.contacts .contacts_right {
    display: flex;
}

.contacts .text_req a {
    color: inherit;
    text-decoration: none;
}

.contacts .map_c {
    width: 100% !important;
    height: auto !important;
    min-height: 360px;
    flex: 1 1 auto;
    border-radius: 0;
    overflow: hidden;
    background: #e7edf5;
}

.contacts .map_c > ymaps,
.contacts .map_c > ymaps > ymaps {
    width: 100% !important;
    height: 100% !important;
}

.footer {
    border-top: 1px solid #e8eef6;
}

.footer .container {
    width: min(1130px, calc(100% - 40px));
}

.footer .top_wrapper {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    align-items: center;
    gap: 34px;
    padding: 22px 0;
    min-height: 0;
}

.footer .logo_part,
.footer .other_part,
.footer .menu_footer_wrap,
.footer .mail_phones_wrap {
    min-width: 0;
}

.footer .logo_part {
    width: auto;
    flex: none;
}

.footer .logo_part img {
    display: block;
    max-width: 170px;
    height: auto;
}

.footer .other_part {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    width: auto;
    flex: none;
}

.footer .reqs {
    display: flex;
    grid-template-columns: minmax(210px, auto) minmax(240px, 1fr);
    align-items: center;
    gap: 8px 26px;
    flex-wrap: wrap;
}

.footer .cop_footer,
.footer .addr_footer {
    min-width: 0;
}

.footer .addr_footer {
    overflow-wrap: anywhere;
}

.footer .legal_footer {
    display: block;
    grid-column: 1 / -1;
}

.footer .legal_footer_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.footer .mail_phones_wrap {
    justify-content: flex-end;
    flex-shrink: 0;
}

.footer .phones_block {
    white-space: nowrap;
}

@media (max-width: 1180px) {
    .footer .top_wrapper {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 24px;
    }

    .footer .logo_part img {
        max-width: 150px;
    }

    .footer .other_part {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .footer .mail_phones_wrap {
        justify-content: flex-start;
    }
}

@media (max-width: 900px) {
    .content.contacts {
        background: #003b91;
    }

    .content.contacts .contacts_block {
        grid-template-columns: 1fr;
    }

    .content.contacts .contacts_left {
        padding: 34px 0;
    }

    .contacts .map_c {
        min-height: 320px;
        margin: 0 0 34px;
        border-radius: 10px;
    }

    .footer .top_wrapper,
    .footer .other_part,
    .footer .reqs {
        display: grid;
        grid-template-columns: 1fr;
    }

    .footer .top_wrapper {
        gap: 18px;
        padding: 24px 0;
    }

    .footer .reqs,
    .footer .legal_footer_list,
    .footer .mail_phones_wrap {
        gap: 10px;
    }

    .footer .mail_phones_wrap {
        display: flex;
        align-items: flex-start;
    }

    .footer .reqs > *,
    .footer .legal_footer_list li,
    .footer .phones_block > * {
        margin-top: 0;
    }
}

@media (max-width: 560px) {
    .content.contacts .container,
    .footer .container {
        width: min(100% - 24px, 1130px);
    }

    .contacts a.blue_bt {
        width: 100%;
        box-sizing: border-box;
    }

    .footer .mail_phones_wrap {
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .footer .phones_block {
        text-align: left;
        white-space: normal;
    }
}


/* Services catalog redesign based on 2026 concept */
.services-page,
.services-page-section,
.services-tabs,
.services-gallery,
.services-faq,
.services-clients,
.services-experience,
.services-features {
    margin-bottom: 0;
    background: #fff;
}

.services-page {
    padding: 42px 0 0;
    position: relative;
    overflow: hidden;
}

.services-page:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 12%, rgba(0, 87, 216, .12), transparent 34%), linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    pointer-events: none;
}

.services-page .container {
    position: relative;
    z-index: 1;
}

.services-hero {
    min-height: 430px;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    align-items: stretch;
    border: 1px solid #d8e3f2;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff, #f8fbff);
    box-shadow: var(--design-shadow);
    overflow: hidden;
    position: relative;
}

.services-hero__accent {
    position: absolute;
    left: 28px;
    top: 58px;
    width: 6px;
    height: 184px;
    border-radius: 8px;
    background: linear-gradient(180deg, var(--design-red) 0 48%, var(--design-blue-light) 48% 100%);
}

.services-hero__content {
    padding: 62px 38px 52px 68px;
    position: relative;
    z-index: 2;
}

.services-eyebrow {
    margin-bottom: 18px;
    color: var(--design-blue-light);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.services-hero h1 {
    margin: 0;
    color: #0a0a0a;
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -.8px;
    text-transform: uppercase;
}

.services-hero__subtitle {
    margin-top: 18px;
    color: var(--design-blue);
    font-size: 24px;
    line-height: 1.28;
    font-weight: 900;
}

.services-hero__subtitle span {
    color: var(--design-red);
}

.services-hero__text,
.services-hero__text p {
    max-width: 585px;
    margin: 22px 0 0;
    color: #183b73;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}

.services-hero__text p + p {
    margin-top: 12px;
}

.services-hero__image {
    min-height: 430px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.services-hero__image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.9), rgba(255,255,255,0) 33%), linear-gradient(180deg, rgba(0,58,147,0), rgba(0,58,147,.16));
}

.services-stats + .services-page-section {
    padding-top: 16px;
}

.services-stats + .services-tabs {
    padding-top: 4px;
}

.services-page-section {
    padding: 22px 0 38px;
}

.services-detail {
    padding-top: 8px;
}

.services-detail__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.services-detail__card {
    padding: 28px;
    border: 1px solid #d8e3f2;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff, #f8fbff);
    box-shadow: 0 10px 24px rgba(0, 40, 100, .05);
}

.services-detail__card--wide {
    grid-column: 1 / -1;
}

.services-detail__card h2,
.services-detail__card h3 {
    margin: 0 0 18px;
    color: #001e55;
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}

.services-detail__card p,
.services-detail__card li {
    color: #163865;
    font-size: 15px;
    line-height: 1.7;
}

.services-detail__card p {
    margin: 0 0 14px;
}

.services-detail__card p:last-child {
    margin-bottom: 0;
}

.services-detail__card ul,
.services-detail__card ol {
    margin: 0;
    padding-left: 20px;
}

.services-detail__card li + li {
    margin-top: 10px;
}

.services-detail-faq {
    padding-top: 0;
}

.services-section-head {
    margin-bottom: 20px;
}

.services-grid-redesign {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.services-grid-redesign__card {
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.services-grid-redesign__card:hover,
.services-grid-redesign__card.is-active {
    transform: translateY(-4px);
    border-color: #9ac0ff;
    box-shadow: 0 16px 34px rgba(0, 70, 160, .13);
}

.services-grid-redesign__card.is-active:before {
    content: "Текущая услуга";
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 2;
    padding: 5px 9px;
    border-radius: 999px;
    background: var(--design-red);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.services-grid-redesign__photo {
    width: 175px;
    height: 130px;
    right: 0;
    bottom: 0;
    opacity: .9;
}

.services-grid-redesign__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 80px;
}

.services-tabs {
    padding: 65px 0 38px;
}

.services-tabs__panel {
    border: 1px solid #d8e3f2;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff, #f8fbff);
    box-shadow: var(--design-shadow);
    overflow: hidden;
}

.services-tabs ul.tabs-nav {
    gap: 0;
    padding: 14px 14px 0;
    background: #fff;
    border-bottom: 1px solid #d8e3f2;
}

.services-tabs ul.tabs-nav li {
    width: auto;
    min-width: 180px;
    margin: 0 8px 0 0;
    padding: 0;
    border: 1px solid #d8e3f2;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    background: #f8fbff;
    box-shadow: none;
    clip-path: none;
}

.services-tabs ul.tabs-nav li a {
    display: block;
    padding: 16px 22px;
    color: var(--design-blue);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
}

.services-tabs .tabs-nav li.active,
.services-tabs .tabs-nav li.ui-tabs-active {
    background: var(--design-blue);
    border-color: var(--design-blue);
}

.services-tabs .tabs-nav li.active a,
.services-tabs .tabs-nav li.ui-tabs-active a,
.services-tabs .tabs-nav a.active {
    color: #fff;
}

.services-tabs .tabs-item {
    top: 0;
    padding: 32px;
    background: transparent;
}

.services-tabs .tab_title {
    margin-bottom: 24px;
    color: var(--design-text);
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 900;
    text-transform: uppercase;
}

.services-tabs .tools_icon_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.services-tabs .tools_icon_item {
    min-height: 96px;
    margin: 0;
    padding: 18px 20px;
    align-items: center;
    border: 1px solid #d8e3f2;
    border-radius: 8px;
    background: #fff;
}

.services-tabs .tools_icon_item .icon_block {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: none;
    border-radius: 0;
    background: transparent;
}

.services-tabs .tools_icon_item .icon_block img {
    display: block;
    width: 72px;
    height: 72px;
    max-width: 72px;
    max-height: 72px;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(16, 42, 84, .12));
}

.services-tabs .tools_icon_item .text_block {
    padding-left: 16px;
    color: #163865;
    font-size: 15px;
    line-height: 1.6;
}

.services-tabs .doc_item_tab,
.services-tabs .slider_item {
    border: 1px solid #d8e3f2;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.services-docs-slider {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 14px;
    align-items: center;
}

.services-docs-slider__panel {
    min-width: 0;
}

.services-docs-carousel .owl-stage-outer {
    padding: 4px 2px 8px;
}

.services-docs-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #d8e3f2;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.services-docs-card__thumb {
    display: block;
    aspect-ratio: 4 / 3;
    background: #f3f7fc;
    overflow: hidden;
}

.services-docs-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-docs-card__thumb--empty {
    display: grid;
    place-items: center;
    color: #6b7f99;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.services-docs-card__body {
    padding: 18px 20px 22px;
    flex: 1 1 auto;
}

.services-docs-card__body h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #001e55;
    line-height: 1.35;
}

.services-docs-card__body p {
    margin: 0;
    font-size: 14px;
    color: #4a5c73;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .services-docs-slider {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        gap: 10px;
    }
}

@media (max-width: 640px) {
    .services-docs-slider {
        grid-template-columns: 32px minmax(0, 1fr) 32px;
        gap: 6px;
    }
}

.services-stats {
    padding: 24px 0 14px;
}

.services-stats__head {
    margin-bottom: 16px;
}

.services-stats__head h2 {
    margin: 0;
    color: #001e55;
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-size: clamp(24px, 2.4vw, 30px);
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}

.services-stats__board {
    display: grid;
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
    gap: 14px;
    height: 152px;
    align-items: stretch;
}

.services-stats__media {
    position: relative;
    height: 100%;
    width: 100%;
    border: 1px solid #d8e3f2;
    border-radius: 10px;
    overflow: hidden;
    background: #eef4fb;
    box-shadow: 0 8px 20px rgba(0, 40, 100, .06);
}

.services-stats__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-stats__items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    height: 100%;
    min-height: 0;
    min-width: 0;
}

.services-stats__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 0;
    max-height: 100%;
    padding: 10px 12px;
    border: 1px solid #d8e3f2;
    border-radius: 10px;
    background: linear-gradient(160deg, #fff 0%, #f8fbff 100%);
    box-shadow: 0 6px 16px rgba(0, 40, 100, .05);
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.services-stats__value {
    display: block;
    width: 100%;
    margin: 0 0 4px;
    padding: 0;
    background: transparent;
    color: var(--design-blue-light, #0057d8);
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-size: clamp(17px, 1.45vw, 22px);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.02em;
    text-align: center;
}

.services-stats__label {
    display: -webkit-box;
    width: 100%;
    margin: 0;
    color: #4a5c73;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (max-width: 1100px) {
    .services-stats__board {
        grid-template-columns: 1fr;
        height: auto;
    }

    .services-stats__media {
        height: 200px;
    }

    .services-stats__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        height: auto;
    }

    .services-stats__item {
        min-height: 92px;
        height: auto;
        max-height: none;
    }

    .services-stats__label {
        display: block;
        -webkit-line-clamp: unset;
    }
}

@media (max-width: 720px) {
    .services-stats {
        padding: 20px 0 10px;
    }

    .services-stats__media {
        height: 170px;
    }
}

@media (max-width: 480px) {
    .services-stats__items {
        grid-template-columns: 1fr;
    }
}

.services-experience {
    padding: 10px 0 38px;
}

.services-experience .our_exp {
    display: grid;
    grid-template-columns: 1.1fr repeat(3, 1fr);
    gap: 16px;
    align-items: stretch;
}

.services-experience .img_exp,
.services-experience .els_exp {
    width: auto;
    min-height: 190px;
    border: 1px solid #d8e3f2;
    border-radius: 8px;
    background: linear-gradient(135deg, #fff, #f8fbff);
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 40, 100, .06);
}

.services-experience .img_exp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-experience .els_exp {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px;
    text-align: left;
}

.services-experience .el_exp_num {
    margin: 0 0 16px;
    padding: 0;
    background: transparent;
    color: var(--design-blue-light);
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-size: 26px;
    line-height: 1.15;
    text-align: left;
}

.services-experience .el_exp_text {
    color: #163865;
    font-size: 15px;
    line-height: 1.55;
    text-align: left;
}

.services-gallery,
.services-faq,
.services-clients {
    padding: 10px 0 38px;
}

.services-gallery .gallery_wrap.mont_gal {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    height: auto !important;
}

.services-gallery .gallery_wrap.mont_gal a {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: 210px;
    display: block;
    border: 1px solid #d8e3f2;
    border-radius: 8px;
    overflow: hidden;
    background: #f8fbff;
}

.services-gallery .gallery_wrap.mont_gal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .2s ease, transform .2s ease;
}

.services-gallery .gallery_wrap.mont_gal a:hover img {
    transform: scale(1.04);
}

.services-faq .accordion {
    display: grid;
    gap: 12px;
}

.services-faq .accordion .accordion-item {
    border: 1px solid #d8e3f2;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 40, 100, .05);
}

.services-faq .accordion .ui-accordion-header,
.services-faq .accordion .accordion-header {
    padding: 22px 58px 22px 24px;
    color: var(--design-text);
    font-size: 18px;
    line-height: 1.35;
}

.services-faq .accordion .ui-accordion-header-icon {
    top: 25px;
    right: 24px;
}

.services-faq .accordion .ui-accordion-content {
    padding: 0 24px 22px;
    color: #163865;
    font-size: 15px;
    line-height: 1.7;
}

.services-clients .clients_wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.services-clients .client_item {
    width: auto;
    height: 126px;
    margin: 0;
    border: 1px solid #d8e3f2;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0, 40, 100, .05);
}

.services-clients .client_bot_s {
    margin-top: 18px;
    padding: 22px 26px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--design-blue), var(--design-blue-light));
}

.services-clients .client_text_blue {
    color: #fff;
    font-size: 17px;
    line-height: 1.55;
}

.services-features.content.features {
    margin: 0;
}

@media (max-width: 1100px) {
    .services-hero {
        grid-template-columns: 1fr;
    }

    .services-experience:not(.services-stats) .our_exp {
        grid-template-columns: 1fr;
    }

    .services-hero__image {
        min-height: 300px;
        clip-path: none;
    }

    .services-grid-redesign,
    .services-detail__grid,
    .services-tabs .tools_icon_list,
    .services-gallery .gallery_wrap.mont_gal,
    .services-clients .clients_wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 720px) {
    .services-page {
        padding-top: 24px;
    }

    .services-hero__accent {
        left: 18px;
        top: 34px;
        height: 150px;
    }

    .services-hero__content {
        padding: 38px 22px 34px 40px;
    }

    .services-hero h1 {
        font-size: 30px;
    }

    .services-hero__subtitle {
        font-size: 20px;
    }

    .services-grid-redesign,
    .services-detail__grid,
    .services-tabs .tools_icon_list,
    .services-gallery .gallery_wrap.mont_gal,
    .services-clients .clients_wrap {
        grid-template-columns: 1fr;
    }

    .services-detail__card {
        padding: 22px;
    }

    .services-detail__card h2,
    .services-detail__card h3 {
        font-size: 21px;
    }

    .services-tabs ul.tabs-nav {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .services-tabs ul.tabs-nav li {
        margin: 0;
        border: 1px solid #d8e3f2;
        border-radius: 8px;
    }

    .services-tabs .tabs-item {
        padding: 22px;
    }

    .services-tabs .tools_icon_item .icon_block {
        width: 56px;
        height: 56px;
    }

    .services-tabs .tools_icon_item .icon_block img {
        width: 56px;
        height: 56px;
        max-width: 56px;
        max-height: 56px;
    }
}

/* Homepage services component polishing */
.home-services--catalog {
    padding: var(--home-section-gap) 0 0;
}

.home-services--catalog .services-section-head {
    margin-bottom: 0px;
}

.home-services--catalog .home-service-card {
    min-height: 176px;
    padding: 20px 168px 14px 20px;
}

.home-services--catalog .home-service-card h3,
.home-services--catalog .home-service-card p,
.home-services--catalog .home-service-card__num {
    position: relative;
    z-index: 2;
}

.home-services--catalog .home-service-card__art {
    position: absolute;
    right: 4px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    height: 156px;
    width: 156px;
    flex: none;
    order: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    pointer-events: none;
    z-index: 1;
}

.home-services--catalog .home-service-card__art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: scale(1.08);
    transform-origin: center center;
}

.services-main-grid {
    align-items: stretch;
}

.services-main-card {
    isolation: isolate;
}

.services-main-card:after {
    display: none;
}

.services-main-card__photo {
    filter: saturate(1.05) contrast(1.02);
}

.services-main-card__mark {
    right: 22px;
    bottom: 22px;
    width: 92px;
    height: 92px;
    border: 2px solid #d8e3f2;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(0, 87, 216, .08), rgba(255, 255, 255, .92));
}

.services-main-card__mark:before,
.services-main-card__mark:after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: var(--design-blue-light);
}

.services-main-card__mark:before {
    left: 22px;
    top: 44px;
    width: 48px;
    height: 4px;
}

.services-main-card__mark:after {
    left: 44px;
    top: 22px;
    width: 4px;
    height: 48px;
}

.home-about-lead {
    position: relative;
    margin-top: 0;
    padding: 40px 0;
    background: #fff;
    border-bottom: 1px solid #edf3fb;
    box-shadow: 0 8px 24px rgba(0, 40, 100, .04);
}

.home-hero.slider-main-template {
    min-height: 720px;
    margin-bottom: 0;
    isolation: isolate;
    overflow: hidden;
}

.home-about-lead .container {
    max-width: 900px;
}

.home-about-lead p {
    max-width: none;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #163865;
    text-align: center;
}

.content.features.home-features .container {
    display: flex;
    flex-direction: column;
    gap: var(--home-heading-gap);
}

.content.features.home-features {
    padding: var(--home-section-gap) 0;
    box-shadow: none;
}

.home-features__head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 0;
}

.home-features__wrap {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.home-features__slider {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 14px;
    align-items: center;
}

.home-features__arrow--prev {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
}

.home-features__panel {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.home-features__arrow--next {
    grid-column: 3;
    grid-row: 1;
    justify-self: center;
}

.home-features__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 2px 0 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.home-projects__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.home-features__dots .owl-dots,
.home-projects__dots .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.home-features__dots .owl-dot,
.home-projects__dots .owl-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
}

.home-features__dots .owl-dot span,
.home-projects__dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0;
    border-radius: 999px;
    background: #c5d8f2 !important;
    transition: width .25s ease, background .25s ease;
}

.home-features__dots .owl-dot.active span,
.home-projects__dots .owl-dot.active span {
    width: 24px;
    background: var(--design-blue-light, #0057d8) !important;
}

.home-features__dots .owl-dot:not(.active):hover span,
.home-projects__dots .owl-dot:not(.active):hover span {
    background: #a8c5e8 !important;
}

.home-features__carousel > .owl-dots,
.home-projects__carousel > .owl-dots {
    display: none !important;
}

.home-features__arrow,
.home-projects__arrow,
.home-logo-nav .owl-prev,
.home-logo-nav .owl-next {
    width: 44px;
    height: 44px;
    padding: 0 !important;
    border: 1px solid rgba(0, 87, 216, .26) !important;
    border-radius: 50%;
    background: #fff !important;
    box-shadow:
        0 1px 2px rgba(16, 42, 84, .04),
        0 4px 12px rgba(16, 42, 84, .08);
    cursor: pointer;
    flex-shrink: 0;
    transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease, margin-top .2s ease;
}

.home-features__arrow,
.home-projects__arrow {
    position: relative;
}

.home-features__arrow:before,
.home-projects__arrow:before,
.home-logo-nav .owl-prev:before,
.home-logo-nav .owl-next:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    border-top: 2px solid var(--design-blue-light, #0057d8);
    border-right: 2px solid var(--design-blue-light, #0057d8);
}

.home-features__arrow--prev:before,
.home-projects__arrow--prev:before,
.home-logo-nav .owl-prev:before {
    margin-left: -3px;
    transform: rotate(-135deg);
}

.home-features__arrow--next:before,
.home-projects__arrow--next:before,
.home-logo-nav .owl-next:before {
    margin-left: -8px;
    transform: rotate(45deg);
}

.home-features__arrow:hover,
.home-features__arrow:focus-visible,
.home-projects__arrow:hover,
.home-projects__arrow:focus-visible,
.home-logo-nav .owl-prev:hover,
.home-logo-nav .owl-prev:focus-visible,
.home-logo-nav .owl-next:hover,
.home-logo-nav .owl-next:focus-visible {
    border-color: var(--design-blue-light, #0057d8);
    transform: translateY(-2px);
    box-shadow:
        0 2px 4px rgba(16, 42, 84, .05),
        0 8px 18px rgba(16, 42, 84, .1);
}

.home-logo-nav .owl-prev:hover,
.home-logo-nav .owl-prev:focus-visible,
.home-logo-nav .owl-next:hover,
.home-logo-nav .owl-next:focus-visible {
    border-color: var(--design-blue-light, #0057d8);
    transform: none;
    margin-top: -24px;
    box-shadow:
        0 2px 4px rgba(16, 42, 84, .05),
        0 8px 18px rgba(16, 42, 84, .1);
}

.home-features__carousel {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.home-features__carousel .owl-stage-outer {
    border-radius: 0;
    overflow: hidden;
    padding: 8px 2px 10px;
    margin: -8px -2px -10px;
}

.home-features-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    min-height: 112px;
}

.home-features-grid .advant_item {
    display: flex !important;
}

.home-features-slide {
    width: 100%;
}

.home-features__carousel.owl-carousel .owl-stage-outer {
    overflow: hidden;
}

.home-features__nav {
    display: flex;
    gap: 8px;
    align-items: center;
}

.home-features__nav.slider_nav,
.home-projects__nav.slider_nav {
    top: auto;
    left: auto;
    width: auto;
}

.home-features__nav .owl-nav,
.home-projects__nav .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0;
}

.home-features__slider > .home-features__nav .owl-nav button,
.home-features__nav .owl-nav button,
.home-projects__nav .owl-nav button {
    width: 42px;
    height: 42px;
    padding: 0 !important;
    border: 1px solid rgba(0, 87, 216, .26) !important;
    border-radius: 50%;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(0, 55, 130, .12);
    cursor: pointer;
    pointer-events: auto;
    transition: background .2s ease, border-color .2s ease, transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.home-features__nav .owl-nav button:hover,
.home-features__nav .owl-nav button:focus-visible,
.home-projects__nav .owl-nav button:hover,
.home-projects__nav .owl-nav button:focus-visible {
    background: #fff !important;
    border-color: var(--design-blue-light, #0057d8) !important;
    transform: translateY(-2px);
}

.home-features__nav .owl-nav button.disabled,
.home-projects__nav .owl-nav button.disabled {
    opacity: .38;
    transform: none;
    cursor: default;
}

.home-features__nav .left_arr,
.home-features__nav .right_arr,
.home-projects__nav .left_arr,
.home-projects__nav .right_arr {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    cursor: inherit;
}

.home-features__nav .left_arr img,
.home-features__nav .right_arr img,
.home-projects__nav .left_arr img,
.home-projects__nav .right_arr img {
    display: none;
}

.home-features__nav .left_arr:before,
.home-features__nav .right_arr:before,
.home-projects__nav .left_arr:before,
.home-projects__nav .right_arr:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    border-top: 2px solid var(--design-blue-light, #0057d8);
    border-right: 2px solid var(--design-blue-light, #0057d8);
}

.home-features__nav .left_arr:before,
.home-projects__nav .left_arr:before {
    left: 50%;
    margin-left: -3px;
    transform: rotate(-135deg);
}

.home-features__nav .right_arr:before,
.home-projects__nav .right_arr:before {
    left: 50%;
    margin-left: -8px;
    transform: rotate(45deg);
}

.home-faq .container {
    display: flex;
    flex-direction: column;
    gap: var(--home-heading-gap);
}

.home-faq {
    padding: var(--home-section-gap) 0;
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.home-faq .accordion {
    display: grid;
    gap: 12px;
}

.home-faq .accordion .accordion-item {
    border: 1px solid #d8e3f2;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 40, 100, .05);
}

.home-faq .accordion .ui-accordion-header,
.home-faq .accordion .accordion-header {
    padding: 20px 56px 20px 24px;
    color: #001e55;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 800;
    background: #fff;
    border: 0;
}

.home-faq .accordion .ui-accordion-header-icon {
    top: 22px;
    right: 22px;
}

.home-faq .accordion .ui-accordion-content,
.home-faq .accordion .accordion-item > div:not(.accordion-header) {
    padding: 0 24px 20px;
    color: #163865;
    font-size: 15px;
    line-height: 1.7;
    border: 0;
    background: #fff;
}

.home-faq .accordion .ui-accordion-content p,
.home-faq .accordion .accordion-item > div:not(.accordion-header) p {
    margin: 0;
}

.home-projects-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 400px);
    gap: 24px;
    align-items: stretch;
}

.home-projects-carousel-wrap {
    min-width: 0;
}

.home-projects__slider {
    position: relative;
}

.home-projects__controls {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 14px;
    margin-top: 16px;
}

.home-projects__carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.home-projects__carousel .owl-item {
    display: flex;
}

.home-projects__carousel .home-project-card {
    width: 100%;
}

.home-faq .accordion:not(.ui-accordion) .accordion-item > div:not(.accordion-header) {
    display: none;
}

.home-faq .accordion .ui-accordion-content {
    display: block;
}

.home-faq .accordion .ui-accordion-header,
.home-faq .accordion .accordion-header {
    cursor: pointer;
}

.home-projects__all-link {
    color: var(--design-blue-light, #0057d8);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.home-facts-card__btn {
    display: flex;
    grid-column: 1 / -1;
    width: 100%;
    margin: 8px 0 0;
    box-sizing: border-box;
    justify-content: center;
}

.home-projects-layout .home-facts-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
    padding: 36px 32px 28px;
    height: 100%;
    align-self: stretch;
    align-content: start;
    box-sizing: border-box;
}

.home-projects-layout .home-facts-card__item {
    min-height: 0;
    gap: 6px;
}

.home-projects-layout .home-facts-card__head {
    gap: 10px;
}

.home-projects-layout .home-facts-card__art {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    background-size: contain;
}

.home-projects-layout .home-facts-card strong {
    font-size: 28px;
    margin: 0;
}

.home-projects-layout .home-facts-card__label,
.home-projects-layout .home-facts-card span {
    font-size: 13px;
    line-height: 1.4;
}

.home-projects-layout .home-facts-card__btn {
    margin-top: 16px;
}

@media (max-width: 1024px) {
    .home-projects-layout {
        grid-template-columns: 1fr;
    }

    .home-projects-layout .home-facts-card {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 20px;
        padding: 32px 28px 28px;
    }

    .home-facts-card__btn {
        grid-column: 1 / -1;
        width: 100%;
        margin: 8px 0 0;
    }

    .home-features__slider {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        gap: 10px;
    }

    .home-features__arrow,
    .home-projects__arrow {
        width: 38px;
        height: 38px;
    }

    .home-projects__controls {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        gap: 10px;
    }
}

@media (max-width: 1024px) {
    .home-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .home-features-grid {
        grid-template-columns: 1fr;
    }

    .home-features__slider {
        grid-template-columns: 34px minmax(0, 1fr) 34px;
        gap: 8px;
    }

    .home-features__arrow,
    .home-projects__arrow {
        width: 34px;
        height: 34px;
    }

    .home-projects__controls {
        grid-template-columns: 34px minmax(0, 1fr) 34px;
        gap: 8px;
    }

    .home-about-lead p {
        font-size: 15px;
        text-align: left;
    }

    .home-facts-card {
        grid-template-columns: 1fr;
    }
}

.press-expert__lead,
.clients-page__lead,
.geography-page__lead {
    max-width: 820px;
    margin-bottom: 28px;
    font-size: 17px;
    line-height: 1.5;
    color: #4a5c73;
}

body:has(.press-expert) .top_bg h1,
body:has(.press-expert-detail) .top_bg h1 {
    display: none;
}

.press-expert,
.press-expert-detail {
    margin-bottom: 70px;
}

.press-expert__hero {
    margin-bottom: 32px;
}

.press-expert-list.news-page-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 36px;
}

.press-expert-list > .press-expert-card {
    overflow: hidden;
}

.press-expert-card__media {
    display: block;
    text-decoration: none;
}

.press-expert-card__cover {
    display: flex;
    align-items: flex-end;
    min-height: 210px;
    padding: 22px 24px;
    background: #e9eef5 center/cover no-repeat;
}

.press-expert-card__cover img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.press-expert-card__cover--placeholder {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.25;
    text-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.press-expert-card__cover--placeholder span {
    max-width: 220px;
}

.press-expert-card__cover--delovaya {
    background: linear-gradient(135deg, #0d4f9f 0%, #1a7fd4 100%);
}

.press-expert-card__cover--promenergo {
    background: linear-gradient(135deg, #8f1f1f 0%, #d63a2d 100%);
}

.press-expert-card__cover--niiis {
    background: linear-gradient(135deg, #123f74 0%, #2f6ea8 100%);
}

.press-expert-card__content {
    padding: 24px 26px 28px;
}

.press-expert-detail__title {
    text-transform: none;
    letter-spacing: normal;
}

.press-expert-detail__cover {
    margin-bottom: 24px;
    min-height: 280px;
    border-radius: 10px;
}

.press-expert-detail__topics {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #dce8f5;
}

.press-expert-detail__topics h2 {
    margin: 0 0 14px;
    color: #001e55;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
}

.press-expert-detail__topics ul {
    margin: 0;
    padding-left: 20px;
    color: #163865;
    font-size: 16px;
    line-height: 1.65;
}

.press-expert-detail__quote {
    margin: 28px 0 0;
    padding: 22px 24px;
    border-left: 4px solid var(--design-red, #ff2020);
    border-radius: 0 10px 10px 0;
    background: #f4f8fd;
    color: #001e55;
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
}

.press-expert-detail__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #dce8f5;
}

.press-expert-detail__scans {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #dce8f5;
}

.press-expert-detail__scans h2 {
    margin: 0 0 8px;
    color: #001e55;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
}

.press-expert-detail__scans-lead {
    margin: 0 0 18px;
    color: #4a5c73;
    font-size: 15px;
    line-height: 1.45;
}

.press-expert-scans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
}

.press-expert-scans__item {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #dce8f5;
    border-radius: 8px;
    background: #f4f8fd;
    box-shadow: 0 8px 24px rgba(0, 30, 85, .06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.press-expert-scans__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(0, 30, 85, .12);
}

.press-expert-scans__item img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: top center;
}

.press-expert-scans__page {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 5px 10px;
    border-radius: 4px;
    background: rgba(0, 30, 85, .82);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
}

.press-expert-card__cover img {
    object-position: top center;
}

.press-expert__footer {
    margin-top: 8px;
}

.clients-industry {
    margin-bottom: 36px;
}

.clients-industry h2 {
    margin-bottom: 16px;
}

.client_item--text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: #f4f7fb;
    border: 1px solid #dce6f2;
    text-align: center;
    font-weight: 600;
    color: #1f3550;
}

.geography-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 36px;
}

.geography-stats--page {
    margin-top: 4px;
}

.geography-stats__item,
.geography-stats div {
    min-width: 0;
    padding: 18px 16px;
    border: 1px solid #d8e3f2;
    border-radius: 12px;
    background: linear-gradient(160deg, #fff 0%, #f8fbff 100%);
    box-shadow: 0 8px 20px rgba(0, 40, 100, .06);
    text-align: center;
}

.geography-stats__value,
.geography-stats strong {
    display: block;
    margin-bottom: 6px;
    color: var(--design-blue-light, #0057d8);
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-size: clamp(24px, 2.2vw, 32px);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -.02em;
}

.geography-stats__label,
.geography-stats span {
    display: block;
    color: #4a5c73;
    font-size: 13px;
    line-height: 1.35;
}

.geography-regions {
    display: grid;
    gap: 18px;
    margin-bottom: 40px;
}

.geography-region {
    margin-bottom: 0;
    padding: 24px 26px;
    border: 1px solid #e3ebf5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 40, 100, .05);
}

.geography-region__head {
    margin-bottom: 18px;
}

.geography-region__head h2 {
    margin: 0;
    font-size: clamp(18px, 1.8vw, 22px);
}

.geography-region h2 {
    margin-bottom: 12px;
}

.geography-region__list,
.geography-region ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.geography-region__item,
.geography-region li {
    display: grid;
    grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
    gap: 14px 20px;
    align-items: start;
    margin: 0;
    padding: 14px 16px;
    border: 1px solid #e8eef6;
    border-radius: 10px;
    background: linear-gradient(180deg, #fbfdff 0%, #f4f8fd 100%);
    line-height: 1.45;
}

.geography-region__city {
    color: #001e55;
    font-weight: 900;
    font-size: 14px;
}

.geography-region__text {
    color: #4a5c73;
    font-size: 14px;
}

.geography-distribution {
    margin-bottom: 40px;
    padding: 28px 26px 24px;
    border: 1px solid #d8e3f2;
    border-radius: 14px;
    background: radial-gradient(circle at 100% 0, rgba(28, 138, 225, .08), transparent 34%), linear-gradient(180deg, #fff 0%, #f7fbff 100%);
    box-shadow: 0 14px 30px rgba(0, 40, 100, .06);
}

.geography-distribution__head {
    margin-bottom: 20px;
}

.geography-distribution__lead {
    margin: 8px 0 0;
    max-width: 760px;
    color: #4a5c73;
    font-size: 15px;
    line-height: 1.5;
}

.geography-distribution__list {
    display: grid;
    gap: 14px;
}

.geography-distribution__item {
    padding: 14px 16px;
    border: 1px solid #e3ebf5;
    border-radius: 10px;
    background: rgba(255, 255, 255, .86);
}

.geography-distribution__top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.geography-distribution__label {
    color: #001e55;
    font-weight: 900;
    font-size: 14px;
}

.geography-distribution__percent {
    color: var(--design-blue-light, #0057d8);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.geography-distribution__bar {
    height: 8px;
    margin-bottom: 8px;
    border-radius: 999px;
    background: #e8eef6;
    overflow: hidden;
}

.geography-distribution__bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #003b91 0%, #1c8ae1 100%);
}

.geography-distribution__note {
    margin: 0;
    color: #5a6b82;
    font-size: 13px;
    line-height: 1.45;
}

.geography-page__footer {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.geography-page__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 10px;
    background: linear-gradient(135deg, #003b91 0%, #0057d8 100%);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(0, 87, 216, .22);
    transition: transform .2s ease, box-shadow .2s ease;
}

.geography-page__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(0, 87, 216, .28);
}

.geography-page__cta:after {
    content: "→";
    margin-left: 8px;
}

.list_menu--footer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    max-width: 520px;
}

.list_menu--footer li {
    margin: 0;
}

/* Inner pages visual polish */
.inner-page-hero {
    position: relative;
    margin-bottom: 32px;
    padding: 38px 42px 38px 56px;
    border: 1px solid #d8e3f2;
    border-radius: 12px;
    background: radial-gradient(circle at 88% 12%, rgba(28, 138, 225, .14), transparent 36%), linear-gradient(135deg, #fff, #f7fbff);
    box-shadow: 0 16px 36px rgba(0, 40, 100, .08);
    overflow: hidden;
}

.inner-page-hero--compact {
    margin-bottom: 28px;
    padding: 32px 36px 32px 52px;
}

.inner-page-hero__accent {
    position: absolute;
    left: 0;
    top: 34px;
    width: 5px;
    height: 130px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--design-red, #ff2020) 0 50%, var(--design-blue-light, #0057d8) 50% 100%);
}

.inner-page-hero__eyebrow {
    margin-bottom: 10px;
    color: var(--design-blue-light, #0057d8);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.inner-page-hero h1 {
    max-width: 820px;
    margin: 0 0 12px;
    color: #001e55;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.12;
    font-weight: 900;
    text-transform: uppercase;
}

.inner-page-hero__lead {
    max-width: 720px;
    margin: 0;
    color: #163865;
    font-size: 17px;
    line-height: 1.6;
}

.about-page { margin-bottom: 0; padding-bottom: 20px; }

.about-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 36px;
}

.about-stats__item {
    padding: 20px 16px;
    border: 1px solid #dce8f5;
    border-radius: 12px;
    background: #f8fbff;
    text-align: center;
}

.about-stats__item strong {
    display: block;
    font-size: 32px;
    color: var(--design-blue-light, #0057d8);
}

.about-stats__item span {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    color: #5a6b82;
}

.about-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    margin-bottom: 32px;
    padding: 28px;
    border: 1px solid #e3ebf5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 40, 100, .06);
}

.about-feature--left .about-feature__media { order: -1; }

.about-feature__text h2 {
    margin-bottom: 12px;
}

.about-feature__text p {
    margin: 0;
    color: #2b4568;
    font-size: 16px;
    line-height: 1.65;
}

.about-feature__media img {
    width: 100%;
    border-radius: 10px;
}

.about-quote {
    margin: 8px 0 36px;
    padding: 24px 28px;
    border-left: 4px solid var(--design-blue-light, #0057d8);
    border-radius: 0 12px 12px 0;
    background: linear-gradient(90deg, #f0f6ff, #fff);
}

.about-quote p {
    margin: 0;
    color: #163865;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 600;
}

.about-industries {
    padding-top: 36px;
    padding-bottom: 0;
}

.about-industries__lead {
    margin: 0 0 28px;
    color: #2b4568;
    font-size: 16px;
    line-height: 1.6;
}

.about-industry-card {
    margin-bottom: 28px;
    padding: 24px 26px 26px;
    border: 1px solid #dce8f5;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
    box-shadow: 0 10px 28px rgba(0, 40, 100, .05);
}

.about-industry-card__head h3 {
    margin: 0 0 10px;
    color: var(--design-blue, #0057d8);
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .2px;
}

.about-industry-card__head p {
    margin: 0 0 20px;
    color: #2b4568;
    font-size: 15px;
    line-height: 1.6;
}

.clients-logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
}

.clients-logo-grid--about {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

.clients-logo-grid--page {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 14px;
}

.clients-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
    padding: 14px 16px;
    border: 1px solid #dce8f5;
    border-radius: 10px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.clients-logo-card:hover {
    border-color: #9ebce8;
    box-shadow: 0 10px 24px rgba(0, 40, 100, .08);
    transform: translateY(-2px);
}

.clients-logo-card__img {
    display: block;
    max-width: 100%;
    max-height: 56px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.clients-logo-card__name {
    color: #163865;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.about-achievements {
    padding-top: 36px;
    padding-bottom: 10px;
}

.about-achievements__lead {
    margin: 0 0 28px;
    max-width: 760px;
    color: #2b4568;
    font-size: 16px;
    line-height: 1.6;
}

.about-achievements__stats {
    margin-bottom: 0;
}

.about-page-links { padding: 10px 0 50px; }

.about-links-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.about-links-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px 24px;
    border: 1px solid #d8e3f2;
    border-radius: 12px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: .2s;
    position: relative;
}

.about-links-card:hover {
    border-color: #9ebce8;
    box-shadow: 0 14px 30px rgba(0, 40, 100, .1);
    transform: translateY(-2px);
}

.about-links-card__label {
    font-size: 12px;
    font-weight: 800;
    color: var(--design-blue-light, #0057d8);
    text-transform: uppercase;
}

.about-links-card strong { color: #001e55; font-size: 18px; }

.about-links-card__arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: var(--design-red, #ff2020);
    font-size: 20px;
    font-weight: 900;
}

.documents-page { margin-bottom: 60px; }
.documents-page__section { margin-bottom: 36px; }
.documents-page__section h2 {
    margin-bottom: 18px;
}

.documents-page__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.documents-page__card {
    border: 1px solid #dce8f5;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 40, 100, .06);
}

.documents-page__thumb {
    display: block;
    aspect-ratio: 4/3;
    background: #f4f8fd;
    overflow: hidden;
}

.documents-page__thumb img { width: 100%; height: 100%; object-fit: cover; }

.documents-page__thumb--empty {
    display: grid;
    place-items: center;
    color: #7a8da8;
    font-weight: 700;
}

.documents-page__body { padding: 18px 20px 22px; }
.documents-page__body h3 { margin: 0 0 8px; font-size: 16px; color: #001e55; }
.documents-page__body p { margin: 0; font-size: 14px; color: #4a5c73; line-height: 1.5; }

.contacts-page { margin-bottom: 60px; }

.contacts-page__grid {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(0, 1.15fr);
    gap: 24px;
    align-items: stretch;
}

.contacts-page__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

.contacts-page__card {
    padding: 28px;
    border: 1px solid #d8e3f2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 40, 100, .07);
    margin-bottom: 0;
}

.contacts-page__card h2 {
    margin-bottom: 18px;
}

.contacts-page__reqs {
    display: grid;
    gap: 14px;
    margin-bottom: 22px;
}

.contacts-page__reqs .req_item {
    margin: 0;
}

.contacts-page__reqs .name_req {
    font-size: 12px;
    font-weight: 800;
    color: #6b7c93;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.contacts-page__reqs .text_req {
    font-size: 16px;
    color: #001e55;
    font-weight: 700;
    line-height: 1.45;
}

.contacts-page__reqs .text_req a {
    color: #0057c8;
    text-decoration: none;
}

.contacts-page__reqs .text_req a:hover {
    text-decoration: underline;
}

.contacts-page__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
}

.contacts-requisites__list { margin: 0; display: grid; gap: 12px; }

.contacts-requisites__list div {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #edf3fb;
}

.contacts-requisites__list div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.contacts-requisites__list dt {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    color: #6b7c93;
    text-transform: uppercase;
}

.contacts-requisites__list dd { margin: 0; color: #163865; line-height: 1.45; }

.contacts-page__map {
    min-width: 0;
    display: flex;
}

.contacts-page__map-inner {
    flex: 1 1 auto;
    width: 100%;
    min-height: 560px;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #d8e3f2;
    background: #e7edf5;
    box-shadow: 0 12px 28px rgba(0, 40, 100, .07);
}

.contacts-page__map-inner > ymaps,
.contacts-page__map-inner > ymaps > ymaps {
    width: 100% !important;
    height: 100% !important;
}

.clients-page { margin-bottom: 60px; }
.clients-industry__count { color: #6b7c93; font-size: 14px; font-weight: 700; }

.clients_wrap--page {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 14px;
}

.clients_wrap--page .client_item {
    width: 100%;
    min-height: 88px;
    border-radius: 10px;
    border: 1px solid #dce8f5;
    background-color: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.geography-page__lead--hidden { display: none; }

/* News page */
.news-page {
    margin-bottom: 60px;
}

.news-page__hero {
    margin-bottom: 28px;
}

.news-page-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.news-page-list > .news-page-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    padding: 24px 26px;
    border: 1px solid #d8e3f2;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(0, 40, 100, .08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.news-page-list > .news-page-card:hover {
    border-color: #bcd2ef;
    box-shadow: 0 22px 44px rgba(0, 40, 100, .14);
    transform: translateY(-3px);
}

.news-page-card__image {
    display: block;
    width: 100%;
    min-height: 180px;
    margin-bottom: 18px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.news-page-card__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1 1 auto;
    min-width: 0;
}

.news-page-card__date {
    display: inline-block;
    margin: 0;
    color: var(--design-blue-light, #0057d8);
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
}

.news-page-card__title {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 900;
    text-transform: none;
    letter-spacing: normal;
}

.news-page-card__title a {
    color: #001e55;
    text-decoration: none;
    transition: color .2s ease;
}

.news-page-card__title a:hover {
    color: var(--design-blue-light, #0057d8);
    text-decoration: underline;
}

.news-page-card__preview {
    margin: 0;
    color: #163865;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.news-page-card__more {
    margin-top: auto;
    padding-top: 4px;
    align-self: flex-start;
    color: var(--design-blue-light, #0057d8);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.news-page-card__more:hover {
    text-decoration: underline;
}

.news-page-card__more span {
    display: inline-block;
    transition: transform .2s ease;
}

.news-page-card__more:hover span {
    transform: translateX(3px);
}

.press-expert-list.news-page-list > .news-page-card.press-expert-card {
    padding: 0;
    overflow: hidden;
}

.press-expert-list.news-page-list > .news-page-card.press-expert-card:hover {
    transform: translateY(-3px);
}

.news-page__pager {
    margin-top: 8px;
}

.news-pager {
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid #dce8f5;
}

.news-pager__meta {
    margin-bottom: 16px;
    color: #6b7c93;
    font-size: 14px;
    font-weight: 700;
}

.news-pager__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.news-pager__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #dce8f5;
    border-radius: 10px;
    background: #fff;
    color: #163865;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 40, 100, .04);
    transition: border-color .2s ease, color .2s ease, box-shadow .2s ease, background .2s ease;
}

.news-pager__btn:hover {
    border-color: #9ebbe0;
    color: var(--design-blue-light, #0057d8);
    box-shadow: 0 8px 18px rgba(0, 87, 216, .12);
}

.news-pager__btn.is-active {
    border-color: #0057d8;
    background: linear-gradient(135deg, #003b91 0%, #0057d8 100%);
    color: #fff;
    box-shadow: 0 10px 22px rgba(0, 87, 216, .18);
}

.news-pager__btn.is-disabled {
    opacity: .4;
    box-shadow: none;
}

.news-pager__btn--edge {
    min-width: 42px;
    padding: 0;
    font-size: 18px;
}

.news-pager__dots {
    min-width: 24px;
    color: #6b7c93;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.news-detail-page {
    margin-bottom: 60px;
}

.news-detail-page__card {
    padding: 34px 38px 38px 54px;
    border: 1px solid #d8e3f2;
    border-radius: 12px;
    background: radial-gradient(circle at 88% 12%, rgba(28, 138, 225, .12), transparent 36%), linear-gradient(135deg, #fff, #f7fbff);
    box-shadow: 0 16px 36px rgba(0, 40, 100, .08);
}

.news-detail-page__back {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--design-blue-light, #0057d8);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.news-detail-page__date {
    display: block;
    margin-bottom: 12px;
    color: var(--design-blue-light, #0057d8);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
}

.news-detail-page__title {
    margin: 0 0 20px;
    font-family: 'Cyntho Slab Pro', serif;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.12;
    font-weight: 900;
    text-transform: uppercase;
    color: #001e55;
}

.news-detail-page__image {
    display: block;
    width: 100%;
    max-height: 420px;
    margin-bottom: 24px;
    border-radius: 10px;
    object-fit: cover;
}

.news-detail-page__text {
    color: #163865;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.7;
}

.news-detail-page__text p {
    margin: 0 0 14px;
}


.reviews-page__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}

.reviews-page__stats div {
    min-width: 120px;
    padding: 14px 18px;
    border-radius: 10px;
    background: #f4f8fd;
    border: 1px solid #dce8f5;
    text-align: center;
}

.reviews-page__stats strong {
    display: block;
    font-size: 24px;
    color: var(--design-blue-light, #0057d8);
}

.reviews-page__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.reviews-page-card {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 14px;
    background: radial-gradient(circle at 100% 0, rgba(27, 138, 225, .22), transparent 34%), linear-gradient(135deg, #003b91 0%, #0057d8 100%);
    color: #fff;
    box-shadow: 0 14px 30px rgba(0, 58, 147, .14);
}

.reviews-page-card__inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    height: 100%;
}

.reviews-page-card__main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.reviews-page-card__scan {
    flex: 0 0 110px;
    width: 110px;
}

.reviews-page-card__scan img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, .24);
    background: #fff;
}

.reviews-page-card__top {
    display: flex;
    gap: 14px;
    align-items: center;
}

.reviews-page-card__avatar {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #eef4fc center/cover no-repeat;
    border: 2px solid rgba(255, 255, 255, .32);
    overflow: hidden;
}

.reviews-page-card__avatar--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0057d8;
    color: #fff;
    font-weight: 800;
    font-size: 22px;
}

.reviews-page-card__person h2 {
    margin: 0 0 4px;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
}

.reviews-page-card__person p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.4;
}

.reviews-page-card__text {
    color: rgba(255, 255, 255, .92);
    font-size: 15px;
    line-height: 1.6;
}

.reviews-page-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.reviews-page-card__stars {
    color: #f5b301;
    letter-spacing: 2px;
}

.reviews-page-card__bottom a {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.reviews-page-card__bottom a:hover {
    text-decoration: underline;
}

.review-detail-page__card {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
}

.review-detail-page__back {
    display: inline-block;
    margin-bottom: 20px;
    color: var(--design-blue-light, #0057d8);
    text-decoration: none;
    font-weight: 700;
}

.review-detail-page__layout {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    width: 100%;
}

.review-detail-page__scan {
    flex: 0 0 50%;
    max-width: 50%;
}

.review-detail-page__scan img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #e4edf7;
}

.review-detail-page__content {
    flex: 1;
    min-width: 0;
    color: #243247;
}

.review-detail-page__head {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
}

.review-detail-page__avatar {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #eef4fc center/cover no-repeat;
    overflow: hidden;
}

.review-detail-page__avatar--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0057d8;
    color: #fff;
    font-weight: 800;
    font-size: 22px;
}

.review-detail-page__label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--design-blue-light, #0057d8);
    margin-bottom: 6px;
}

.review-detail-page__head h1 {
    margin: 0 0 6px;
    font-size: 22px;
    line-height: 1.3;
}

.review-detail-page__head p {
    margin: 0;
    color: #5d6f85;
    font-size: 14px;
}

.review-detail-page__stars {
    display: inline-block;
    margin-top: 8px;
    color: #f5b301;
    letter-spacing: 2px;
}

.review-detail-page__text {
    font-size: 15px;
    line-height: 1.65;
    color: #243247;
}

@media (max-width: 900px) {
    .reviews-page__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .reviews-page-card {
        padding: 16px;
    }

    .reviews-page-card__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .reviews-page-card--with-scan .reviews-page-card__inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 84px;
        grid-template-areas:
            "top scan"
            "text text"
            "bottom bottom";
        gap: 12px;
        align-items: start;
    }

    .reviews-page-card--with-scan .reviews-page-card__main {
        display: contents;
    }

    .reviews-page-card--with-scan .reviews-page-card__top {
        grid-area: top;
        min-width: 0;
    }

    .reviews-page-card--with-scan .reviews-page-card__text {
        grid-area: text;
    }

    .reviews-page-card--with-scan .reviews-page-card__bottom {
        grid-area: bottom;
    }

    .reviews-page-card__scan {
        flex: none;
        width: 96px;
        align-self: flex-start;
    }

    .reviews-page-card--with-scan .reviews-page-card__scan {
        grid-area: scan;
        width: 84px;
    }

    .reviews-page-card__top {
        align-items: flex-start;
        gap: 12px;
    }

    .reviews-page-card__avatar {
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
    }

    .reviews-page-card__person {
        min-width: 0;
        flex: 1 1 auto;
    }

    .reviews-page-card__person h2 {
        font-size: 15px;
        line-height: 1.3;
        overflow-wrap: anywhere;
        word-break: break-word;
        hyphens: auto;
    }

    .reviews-page-card__text {
        font-size: 14px;
    }

    .review-detail-page__layout {
        flex-direction: column;
    }

    .review-detail-page__scan {
        flex: none;
        max-width: 100%;
        width: 100%;
    }
}

.design-btn--outline {
    display: inline-flex;
    margin-top: 20px;
    padding: 12px 22px;
    border: 2px solid var(--design-blue-light, #0057d8);
    border-radius: 8px;
    color: var(--design-blue-light, #0057d8);
    font-weight: 800;
    text-decoration: none;
}

.design-btn--outline:hover {
    background: var(--design-blue-light, #0057d8);
    color: #fff;
}

.services-page { padding-top: 24px; }
body.contacts-page-active .content.contacts { display: none; }

@media (max-width: 1024px) {
    .about-stats { grid-template-columns: repeat(2, 1fr); }
    .about-achievements__stats { grid-template-columns: repeat(2, 1fr); }
    .about-feature { grid-template-columns: 1fr; }
    .about-feature--left .about-feature__media { order: 0; }
    .about-links-grid { grid-template-columns: 1fr; }
    .contacts-page__grid { grid-template-columns: 1fr; }
    .contacts-page__map-inner { min-height: 360px; height: 360px; }
    .services-hero { grid-template-columns: 1fr; min-height: auto; }
    .services-hero__image { min-height: 240px; clip-path: none; }
}

@media (max-width: 1100px) {
    .press-expert-list.news-page-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .inner-page-hero, .inner-page-hero--compact { padding: 24px 20px 24px 28px; }
    .geography-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .geography-region { padding: 20px 18px; }
    .geography-region__item,
    .geography-region li { grid-template-columns: 1fr; gap: 6px; }
    .geography-distribution { padding: 22px 18px 18px; }
    .geography-distribution__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .geography-distribution__head h2 {
        max-width: 100%;
        font-size: 20px;
        line-height: 1.25;
    }
    .geography-distribution__lead {
        margin: 0;
        max-width: none;
        width: 100%;
        font-size: 14px;
    }
    .geography-distribution__top { flex-direction: column; align-items: flex-start; gap: 4px; }
    .press-expert-card__content {
        padding: 22px 20px 24px;
    }
    .news-page-list {
        grid-template-columns: 1fr;
    }
    .news-page-list > .news-page-card {
        padding: 18px;
    }
    .news-page-card__title {
        font-size: 20px;
    }
    .news-pager__nav {
        gap: 6px;
    }
    .news-pager__btn {
        min-width: 38px;
        height: 38px;
        padding: 0 10px;
        font-size: 13px;
    }
    .clients_wrap--page { grid-template-columns: repeat(2, 1fr); }
    .documents-page__grid { grid-template-columns: 1fr; }
    .contacts-requisites__list div { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .about-stats { grid-template-columns: 1fr 1fr; }
    .clients_wrap--page { grid-template-columns: 1fr; }
}

/* Mobile UX fixes — header, menu, carousel, cookies */
@media (max-width: 900px) {
    body > .header {
        position: sticky;
        top: 0;
        z-index: 1001;
        background: #fff !important;
        box-shadow: 0 1px 0 #edf3fb;
    }

    body > .header .logo_part {
        left: 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }

    body > .header .mobile-menu {
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }

    body > .header .burger-btn {
        z-index: 1003;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border: 1px solid var(--design-line);
        border-radius: 8px;
        background: #fff;
        padding: 0;
    }

    body > .header .burger-btn .burger-line {
        position: absolute;
        left: 50%;
        width: 20px;
        height: 2px;
        margin: 0 0 0 -10px;
        background: var(--design-blue);
        transition: transform .25s ease, opacity .25s ease, top .25s ease;
    }

    body > .header .burger-btn .burger-line:nth-child(1) {
        top: 14px;
        transform: none;
    }

    body > .header .burger-btn .burger-line:nth-child(2) {
        top: 20px;
        transform: none;
        opacity: 1;
    }

    body > .header .burger-btn .burger-line:nth-child(3) {
        top: 26px;
        bottom: auto;
        transform: none;
    }

    body > .header .burger-btn.active .burger-line:nth-child(1) {
        top: 20px;
        transform: rotate(45deg);
    }

    body > .header .burger-btn.active .burger-line:nth-child(2) {
        opacity: 0;
    }

    body > .header .burger-btn.active .burger-line:nth-child(3) {
        top: 20px;
        transform: rotate(-45deg);
    }

    .menu-wrapper.mobile-header {
        padding: 84px 0 28px;
        padding-left: 0 !important;
        z-index: 1002;
        text-align: left;
    }

    .mobile-header ul.list_menu {
        display: grid !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        width: min(1300px, calc(100% - 32px)) !important;
        margin: 0 auto !important;
        text-align: left !important;
        text-transform: none !important;
        font-size: inherit !important;
        font-weight: inherit !important;
        gap: 2px;
        padding: 0;
    }

    .mobile-header > a.phone_header,
    .mobile-header > a.mail_bt,
    .mobile-header > div {
        width: min(1300px, calc(100% - 32px));
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-header .list_menu > li {
        height: auto !important;
        display: block !important;
        margin-bottom: 0;
    }

    .mobile-header ul.list_menu_lewel2 {
        position: static !important;
        top: auto !important;
        left: auto !important;
        margin: 4px 0 10px !important;
        padding: 0 0 0 16px !important;
        background: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
        display: block !important;
        z-index: auto;
    }

    .mobile-header ul.list_menu_lewel2 li {
        height: auto !important;
        padding: 7px 0 !important;
    }

    .mobile-header ul.list_menu_lewel2 a {
        color: #4d6488 !important;
        font-weight: 600 !important;
        font-size: 14px !important;
    }

    .mobile-header a {
        text-decoration: none !important;
        color: #001e55;
    }

    .mobile-header .list_menu > li > a {
        display: block;
        padding: 10px 0;
        font-size: 15px;
    }

    /* Hide desktop dropdown caret — on touch :hover sticks and covers menu titles */
    .mobile-header .list_menu li:hover .has_childs:after,
    .mobile-header .list_menu .has_childs:after,
    .mobile-header .list_menu .has_childs:before {
        display: none !important;
        content: none !important;
        border: 0 !important;
        width: 0 !important;
        height: 0 !important;
    }

    .mobile-header .phone_header {
        display: block;
        margin-top: 20px;
        color: var(--design-blue);
        font-size: 18px;
        font-weight: 900;
        position: static;
        top: auto;
        padding-top: 0;
    }

    .mobile-header a.mail_bt {
        display: inline-grid;
        margin-top: 12px;
        position: static;
        top: auto;
        padding: 0;
    }

    .mobile-header .cop_footer {
        margin-top: 20px;
        width: 100%;
        color: #6b7c93;
        font-size: 12px;
        line-height: 1.5;
    }

    .header {
        background: #fff !important;
    }

    .logo_part {
        left: 0 !important;
        background: transparent !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.home-features__carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.home-features__carousel .owl-item {
    display: flex;
    height: auto;
}

.home-features-slide--single {
    width: 100%;
    height: 100%;
    display: flex;
}

.home-features-slide--single .advant_item {
    display: flex !important;
    width: 100%;
    min-height: 164px;
    height: 100%;
    padding: 18px 16px;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    position: relative;
    overflow: visible;
    border: 1px solid rgba(26, 90, 161, .08);
    border-radius: 12px;
    background: #fff;
    box-shadow:
        0 1px 2px rgba(16, 42, 84, .04),
        0 6px 18px rgba(16, 42, 84, .07);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.home-features__carousel .owl-item:hover .home-features-slide--single .advant_item,
.home-features__carousel .owl-item:focus-within .home-features-slide--single .advant_item {
    transform: translateY(-2px);
    border-color: rgba(26, 90, 161, .14);
    box-shadow:
        0 2px 4px rgba(16, 42, 84, .05),
        0 10px 24px rgba(16, 42, 84, .1);
}

.home-features-slide--single .advant_text {
    min-width: 0;
    flex: 1 1 auto;
    position: relative;
    z-index: 2;
}

.home-features-card__art {
    position: relative;
    flex: 0 0 110px;
    width: 110px;
    height: 110px;
    order: -1;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    pointer-events: none;
    z-index: 1;
    filter: drop-shadow(0 4px 10px rgba(16, 42, 84, .12));
}

.home-features-slide--single .advant_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.45;
    color: #001e55;
}

.home-features-slide--single .advant_descr {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    color: #001e55;
}

.home-features-slide--single .advant_item:after {
    display: none !important;
}

@media (max-width: 640px) {
    .home-features__slider {
        grid-template-columns: 32px minmax(0, 1fr) 32px;
        gap: 6px;
    }

    .home-features__arrow {
        width: 32px;
        height: 32px;
    }

    .home-features-slide--single .advant_item {
        flex-direction: row;
        align-items: center;
        text-align: left;
        padding: 12px 6px;
        min-height: 148px;
        gap: 12px;
    }

    .home-features-card__art {
        flex: 0 0 88px;
        width: 88px;
        height: 88px;
    }

    .home-features-slide--single .advant_title,
    .home-features-slide--single .advant_descr {
        font-size: 16px;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .cookie-consent {
        left: 10px;
        right: 10px;
        bottom: 10px;
        max-height: calc(100vh - 20px);
        overflow-y: auto;
    }

    .cookie-consent__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 14px;
    }

    .cookie-consent__text {
        max-width: none;
        font-size: 13px;
        line-height: 1.45;
    }

    .cookie-consent__options {
        display: grid;
        gap: 8px;
        margin: 0;
    }

    .cookie-consent__actions {
        display: grid;
        gap: 8px;
        width: 100%;
    }

    .cookie-btn {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 10px 12px;
    }

    .container {
        width: min(100% - 24px, 1300px);
    }

    body {
        padding-bottom: 72px;
    }

    .online-consultant {
        right: 10px;
        bottom: 10px;
        z-index: 400;
        font-size: 12px;
        padding: 10px 14px;
        border-radius: 22px;
    }

    .home-services--catalog .home-service-card {
        min-height: 160px;
        padding: 18px 132px 12px 18px;
    }

    .home-services--catalog .home-service-card__art {
        width: 120px;
        height: 120px;
        right: 2px;
    }

    .home-service-card,
    .services-main-card {
        margin-bottom: 0;
    }
}

/* Home — Наш опыт */
.home-experience {
    padding-top: var(--home-section-gap);
    padding-bottom: 0;
}

.home-experience__head {
    margin-bottom: 28px;
}

.home-experience__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.home-experience__tab {
    appearance: none;
    border: 1px solid #d8e3f2;
    border-radius: 999px;
    background: #fff;
    color: #163865;
    font: inherit;
    font-size: 14px;
    line-height: 1.2;
    padding: 12px 22px;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.home-experience__tab:hover {
    border-color: var(--design-blue-light);
    color: var(--design-blue);
}

.home-experience__tab.is-active {
    border-color: var(--design-blue);
    background: var(--design-blue);
    color: #fff;
    box-shadow: 0 8px 20px rgba(26, 90, 161, .18);
}

.home-experience__panels {
    position: relative;
}

.home-experience__panel {
    animation: homeExpFade .35s ease;
}

.home-experience__panel[hidden] {
    display: none !important;
}

@keyframes homeExpFade {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.home-experience .about-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 0;
}

.home-experience .about-stats__item {
    padding: 20px 16px;
    border: 1px solid #dce8f5;
    border-radius: 12px;
    background: #f8fbff;
    text-align: center;
}

.home-experience .about-stats__item strong {
    display: block;
    font-size: 32px;
    color: var(--design-blue-light, #0057d8);
}

.home-experience .about-stats__item span {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    color: #5a6b82;
}

/* Home — Документы и сертификаты */
.home-documents {
    padding-top: var(--home-section-gap);
    padding-bottom: 24px;
}

.home-documents__head {
    margin-bottom: 0;
}

.home-documents__lead {
    margin: 0 0 28px;
    max-width: 760px;
    color: #4a5c73;
    font-size: 16px;
    line-height: 1.6;
}

.home-documents__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.home-documents__tab {
    appearance: none;
    border: 1px solid #d8e3f2;
    border-radius: 999px;
    background: #fff;
    color: #163865;
    font: inherit;
    font-size: 14px;
    line-height: 1.2;
    padding: 12px 22px;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.home-documents__tab:hover {
    border-color: var(--design-blue-light);
    color: var(--design-blue);
}

.home-documents__tab.is-active {
    border-color: var(--design-blue);
    background: var(--design-blue);
    color: #fff;
    box-shadow: 0 8px 20px rgba(26, 90, 161, .18);
}

.home-documents__panels {
    position: relative;
}

.home-documents__panel {
    animation: homeExpFade .35s ease;
}

.home-documents__panel[hidden] {
    display: none !important;
}

.home-documents__panel-title {
    margin: 0 0 18px;
    color: #163865;
    font-size: 18px;
    font-weight: 700;
}

.home-documents__slider {
    margin-top: 4px;
    align-items: stretch;
}

.home-documents__slider .home-features__arrow {
    align-self: center;
}

.home-documents__carousel .owl-stage-outer {
    padding: 4px 2px 20px;
}

.home-documents__carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.home-documents__carousel .owl-item {
    display: flex;
    height: auto;
}

.home-documents__carousel .owl-item > .services-docs-card {
    width: 100%;
}

.home-documents .services-docs-card {
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 40, 100, .06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.home-documents .services-docs-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(0, 40, 100, .1);
}

.home-documents .services-docs-card__thumb {
    aspect-ratio: 3 / 4;
    flex: 0 0 auto;
}

.home-documents .services-docs-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 20px 22px 32px;
}

.home-documents .services-docs-card__body h3 {
    min-height: 2.7em;
    margin-bottom: 10px;
}

.home-documents .services-docs-card__body p {
    min-height: 3em;
}

/* Home — Галерея (legacy) */
.home-gallery {
    padding-top: var(--home-section-gap);
    padding-bottom: 0;
}

.home-gallery__head {
    margin-bottom: 28px;
}

.home-gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 180px;
    grid-auto-flow: dense;
    gap: 16px;
}

.home-gallery__item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #d8e3f2;
    background: #edf3fb;
    box-shadow: 0 10px 24px rgba(0, 40, 100, .06);
    text-decoration: none;
}

.home-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.home-gallery__item:hover img {
    transform: scale(1.05);
}

.home-gallery__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 16px;
    background: linear-gradient(180deg, rgba(8, 32, 68, 0) 0%, rgba(8, 32, 68, .82) 100%);
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease;
}

.home-gallery__item:hover .home-gallery__caption,
.home-gallery__item:focus-visible .home-gallery__caption {
    opacity: 1;
    transform: translateY(0);
}

.home-gallery__item--large {
    grid-column: span 2;
    grid-row: span 2;
}

.home-gallery__item--tall {
    grid-row: span 2;
}

.home-gallery__item--wide {
    grid-column: span 2;
}

@media (max-width: 1100px) {
    .home-experience .about-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 160px;
    }

    .home-gallery__item--large {
        grid-column: span 2;
        grid-row: span 2;
    }
}

@media (max-width: 640px) {
    .home-experience__tabs,
    .home-documents__tabs {
        gap: 8px;
    }

    .home-experience__tab,
    .home-documents__tab {
        width: 100%;
        text-align: center;
    }

    .home-gallery__grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 220px;
    }

    .home-gallery__item--large,
    .home-gallery__item--wide,
    .home-gallery__item--tall {
        grid-column: span 1;
        grid-row: span 1;
    }

    .home-gallery__caption {
        opacity: 1;
        transform: none;
    }

    .home-experience .about-stats {
        grid-template-columns: 1fr 1fr;
    }
}

.projects-list-page .projects-page-redesign__card.end_project_item.is-filtered-out {
    display: none !important;
}

.projects-filter__apply {
    min-height: 46px;
    padding: 0 22px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #1a5aa1 0%, #0057d8 100%);
    color: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .03em;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
    box-shadow: 0 10px 24px rgba(0, 87, 216, .24);
}

.projects-filter__apply:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(0, 87, 216, .3);
}

.projects-list-page .projects-page-redesign__data-item .data_icon {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
}

.projects-list-page .projects-page-redesign__data-item .data_icon:before,
.projects-list-page .projects-page-redesign__data-item .data_icon img {
    display: none;
}

.projects-list-page .projects-page-redesign__data-item--period .data_icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M3 10h18'/%3E%3C/svg%3E");
}

.projects-list-page .projects-page-redesign__data-item--location .data_icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2'%3E%3Cpath d='M12 21s7-4.35 7-11a7 7 0 1 0-14 0c0 6.65 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

@media (max-width: 640px) {
    .projects-filter__apply {
        width: 100%;
    }
}
/* Mobile fixes 2026-07-30: empty gaps, hero height, features overflow */
@media (max-width: 900px) {
    .home-hero.slider-main-template,
    .home-hero.slider-main-template .home-hero__slider,
    .home-hero.slider-main-template .home-hero__slides,
    .home-hero.slider-main-template .home-hero__slide,
    .home-hero.slider-main-template .home-hero__inner {
        min-height: 0;
    }

    .home-hero.slider-main-template {
        min-height: auto;
        height: auto;
    }

    .home-hero.slider-main-template .home-hero__slider,
    .home-hero.slider-main-template .home-hero__slides {
        min-height: auto;
        height: auto;
        position: relative;
    }

    .home-hero.slider-main-template .home-hero__slide {
        position: relative;
        inset: auto;
        min-height: auto;
        height: auto;
        padding-bottom: 72px;
    }

    .home-hero.slider-main-template .home-hero__slide:not(.is-active) {
        display: none;
    }

    .home-hero.slider-main-template .home-hero__controls {
        bottom: 12px;
    }

    .home-about-lead {
        padding: 22px 0 8px;
        box-shadow: none;
    }

    .content.features.home-features {
        padding: 28px 0 12px;
    }

    .home-services--catalog {
        padding-top: 28px;
    }

    .home-features__wrap {
        gap: 10px;
    }

    .home-features__carousel .owl-stage-outer {
        padding: 4px 2px 6px;
        margin: -4px -2px -6px;
    }

    .home-features-slide--single .advant_item {
        min-height: 0 !important;
        height: auto;
        align-items: flex-start;
        padding: 14px 12px;
        overflow: hidden;
    }

    .home-features-slide--single .advant_text,
    .home-features-slide--single .advant_title,
    .home-features-slide--single .advant_descr {
        overflow-wrap: anywhere;
        word-break: break-word;
        hyphens: auto;
    }

    .home-features-slide--single .advant_descr {
        font-size: 14px;
        line-height: 1.4;
    }

    .home-features-card__art {
        flex: 0 0 72px;
        width: 72px;
        height: 72px;
    }

    .reviews-main-redesign {
        min-height: 0;
        padding: 18px 14px;
    }

    .reviews-main-redesign .home-review {
        min-height: 0;
        flex-direction: column;
        padding: 14px;
    }

    .reviews-main-redesign .home-review__author b,
    .reviews-main-redesign .home-review__author small,
    .reviews-main-redesign .home-review p {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .home-documents {
        padding-top: 28px;
    }
}

@media (max-width: 560px) {
    .home-hero.slider-main-template .home-hero__content {
        margin-top: 18px;
        padding-left: 18px;
        padding-right: 0;
    }

    .home-hero.slider-main-template .home-hero__actions {
        flex-wrap: wrap;
        gap: 12px;
    }

    .home-hero.slider-main-template .home-hero__slide {
        padding-bottom: 64px;
    }
}
/* Mobile fixes 2026-07-31: history card + partners logos */
@media (max-width: 900px) {
    .home-section.home-trust,
    .home-section.home-clients-cases,
    .home-section.home-projects {
        padding-top: 28px;
    }

    .home-trust__slider {
        min-height: 0;
        align-items: center;
    }

    .home-trust__carousel,
    .home-trust__panel {
        min-height: 0;
        height: auto;
    }

    .home-client-cards {
        gap: 12px;
    }

    .home-story-news {
        margin-top: 16px;
        padding-bottom: 16px;
    }
}