

/* Start:/local/templates/main/css/style.css?1782819693156102*/
@charset "UTF-8";

/* Exo 2 400 */
@font-face {
    font-family: 'Exo 2';
    src: url('/local/templates/main/fonts/Exo2/Exo2-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Exo 2 500 */
@font-face {
    font-family: 'Exo 2';
    src: url('/local/templates/main/fonts/Exo2/Exo2-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Exo 2 700 */
@font-face {
    font-family: 'Exo 2';
    src: url('/local/templates/main/fonts/Exo2/Exo2-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Exo 2 variable */
@font-face {
    font-family: 'Exo 2';
    src: url('/local/templates/main/fonts/Exo2/Exo2-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Exo 2 italic variable */
@font-face {
    font-family: 'Exo 2';
    src: url('/local/templates/main/fonts/Exo2/Exo2-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* Oswald 200 */
@font-face {
    font-family: 'Oswald';
    src: url('/local/templates/main/fonts/Oswald/Oswald-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Oswald 300 */
@font-face {
    font-family: 'Oswald';
    src: url('/local/templates/main/fonts/Oswald/Oswald-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Oswald 400 */
@font-face {
    font-family: 'Oswald';
    src: url('/local/templates/main/fonts/Oswald/Oswald-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Oswald 500 */
@font-face {
    font-family: 'Oswald';
    src: url('/local/templates/main/fonts/Oswald/Oswald-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Oswald 600 */
@font-face {
    font-family: 'Oswald';
    src: url('/local/templates/main/fonts/Oswald/Oswald-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Oswald 700 */
@font-face {
    font-family: 'Oswald';
    src: url('/local/templates/main/fonts/Oswald/Oswald-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

*{
    box-sizing:border-box;
    padding:0;
    margin:0
}
body{
    background-color:#fff;
    display:flex;
    flex-direction:column;
    min-height:100vh
}
body.popupOpen{
    overflow:hidden
}
.blog-section-others .arrow__box > div {
    border-color: #fff;
}
:root{
    --containerWidth: 1380px;
    --sliderTransitionDuration: .75s;
    --screenHeight: 100vh
}
@supports (max-height: 100dvh){
    :root{
        --screenHeight: 100dvh
    }
}
@media (max-width: 1440px){
    :root{
        --containerWidth: 1260px
    }
}
@media (max-width: 1100px){
    :root{
        --containerWidth: 90%
    }
}
.label.text-gray {
    color: #A5A5A5;
}
.blog-section-others .arrow__box .swiper-button-disabled path {
    fill: #909DA2;
}
.blog-section-others .arrow__box .swiper-button-disabled {
    border-color: #909DA2;
}

.blog-section-others .arrow__box {
    width: 100%;
    justify-content: end;
}
.blog-section-others .arrow__box > div path {
    fill: #fff;
}
.footer__socials a {
    text-decoration: none;
}
.footer__socials {
    display: flex;
    gap: 8px;
}
.footer__socials a path {
    fill: #fff;
}
.footer__nav.footer__nav--left, .footer__nav.footer__nav--right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
footer {
    background: #222432;
    padding: 60px 0 12px;
    color: #fff;
    font-size: 16px;
}
.footer {
    display: grid;
    grid-template-columns: 1.8fr 150px 1fr 305px;
    gap: 60px;
    padding-bottom: 32px;
}
.footer__contact-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer__about .footer__logo img {
    width: 189px;
    margin-bottom: 18px;
}
.footer__desc {
    font-size: 12px;
    line-height: 1.6;
    opacity: .4;
    max-width: 414px;
    margin-bottom: 24px;
    font-weight: 400;
}

.footer__address {
    font-size: 16px;
    margin-top: 10px;
}

.footer__nav ul {
    list-style: none;
    padding: 0;
}

.footer__nav li {
    margin-bottom: 10px;
}

.footer__nav a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: .2s;
}

.footer__nav a:hover {
    opacity: .6;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer__btn.bg__transperent {
    background: transparent;
    color: #fff;
    border: 1px solid #ffffff1c;
}
.footer__btn {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 6px;
    padding: 12px 20px;
    color: #000;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.footer__socials a img {
    width: 32px;
    height: 32px;
    margin-right: 6px;
}

.footer__bottom {
    border-top: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255,255,255,.2);
    margin-top: 50px;
    padding-top: 32px;
    padding-bottom: 32px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__bottom-links {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer__bottom-links a, .footer__bottom-links span {
    color: #fff;
    text-decoration: none;
    opacity: .4;
    font-size: 14px;
}

.footer__bottom-links a:hover {
    opacity: 1;
}


#seoTextInner ul {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}

#seoTextInner ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    line-height: 1.6;
    font-size: 18px;
}

#seoTextInner ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background: #0052CC; /* ADE blue */
    border-radius: 50%;
}
.seoText__detail {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.seoText__detail-inner {
    padding-top: 15px;
}

.seoText {
    padding: 60px 0;
}
div#seoTextInner h2 {
    margin-bottom: 10px;
}
div#seoTextInner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px;
    color: #333333;
}
.seoText__title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 25px;
}

.seoText__content {
    max-width: 900px;
    margin-bottom: 20px;
}

.seoText__inner {
    overflow: hidden;
    transition: max-height 0.35s ease;
    line-height: 1.6;
}

.seoText__more {
    cursor: pointer;
    border: 0;
    font-size: 16px;
    color: #000;
    transition: 0.25s;
    background: none;
    border-bottom: 1px solid #000;
}

.infoRowTwoCols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
    margin-bottom: 25px;
}
.infoRowTwoCols .label {
    color: #A5A5A5;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
}
.infoRowTwoCols .value {
    font-size: 17px;
    line-height: 1.4;
}

.contactUs {
    padding: 80px 0;
}
.contactUs__card .card__header .socials a {
    width: 32px;
    display: inline-block;
}
.contactUs__title {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.contactUs__subtitle-text {
    font-size: 16px;
    color: #333333;
    max-width: 650px;
}
.contactUs__title__cont {
    display: grid;
    grid-template-columns: 1fr 631px;
    align-items: baseline;
    margin-bottom: 52px;
}
.contactUs__card .card__header .socials a img {
    width: 100%;
}

.contactUs__grid {
    display: grid;
    grid-template-columns: 1fr 631px;
    gap: 60px;
    align-items: flex-start;
}

.contactUs__left {
    width: 100%;
}

.contactUs__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.contactUs hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 15px 0 22px;
}
.contactUs__tabs .contactUs__tabs__btn {
    padding: 16px 0;
    font-size: 17px;
    border-radius: 6px;
    border: 1px solid #cfd4df;
    background: #fff;
    cursor: pointer;
    transition: 0.25s;
}

.contactUs__tabs .contactUs__tabs__btn.active {
    background: #0026AD;
    color: #fff;
    border-color: #0026AD;
}

.contactUs__map iframe {
    width: 100%;
    height: 308px;
    border-radius: 10px;
    border: none;
    overflow: hidden;
}
.contactUs__card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    padding: 20px 20px;
}
.card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.card__header .officeTitle {
    font-size: 20px;
    font-weight: 600;
}
.infoBlock {
    margin-top: 10px;
}
.label.text-gray {
    color: #A5A5A5;
}
.infoRow .label span {
    display: block;
    color: #000;
}
.infoRow {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 10px 20px;
    margin-bottom: 22px;
}

.infoRow .label {
    font-size: 16px;
    color: #000;
}

.infoRow .label.small {
    font-size: 14px;
    color: #b0b0b0;
}

.infoRow .value {
    font-size: 17px;
}

.infoRow .value a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.infoRow .value a:hover {
    text-decoration: underline;
}

@media (max-width: 1100px) {
    .contactUs__grid {
        grid-template-columns: 1fr;
    }

    .contactUs__card {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .footer__bottom-links a {
        width: 100%;
    }
    footer {
        background: #222432;
        padding: 40px 0 12px;
        color: #fff;
        font-size: 16px;
    }
    #seoTextInner ul li {
        position: relative;
        padding-left: 26px;
        margin-bottom: 12px;
        line-height: 1.3;
        font-size: 18px;
        color: #333333;
    }
    div#seoTextInner p {
        font-size: 18px;
    }
    .footer__bottom-links {
        flex-wrap: wrap;
        gap: 12px;
    }
    .footer__bottom {
        margin-top: 0;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .footer__nav.footer__nav--left {
        width: 40%;
    }
    .footer__nav.footer__nav--right {
        width: 53%;
    }
    section.consultation .counter .totalSlides {
        font-size: 14px;
    }
    section.consultation .counter {
        font-size: 14px;
        line-height: 36px;
    }
    .footer__nav.footer__nav--left, .footer__nav.footer__nav--right {
        order: 2;
    }
    .footer {
        gap: 20px;
    }
    .footer__contact-btns {
        order: 1;
    }
    .footer__contact-item {
        order: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
    .footer__contacts {
        width: 100%;
        order: 1;
        display: flex;
    }
    .arrow__box {
        display: none !IMPORTANT;
    }
    .clients-block {
        padding: 40px 0 !IMPORTANT;
    }
    .clients-column {
        display: flex;
        flex-direction: row !IMPORTANT;
        gap: 10px !IMPORTANT;
    }
    .clients-column.scroll-up {
        -webkit-animation: scrollUpX 30s linear infinite;
        animation: scrollUpX 30s linear infinite !important;
    }
    .clients-logo-card {
        width: auto;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px;
    }
    .clients-column.scroll-down {
        -webkit-animation: scrollDownX 30s linear infinite !important;
        animation: scrollDownX 30s linear infinite !important;
    }
    .clients-logos-grid {
        display: flex;
        flex-direction: column;
        overflow: auto;
        width: auto;
        height: auto;
    }
    .clients-info {
        text-align: left;
    }
    .service-card-icon img {
        width: 40px;
        height: auto;
        margin-bottom: 7px;
    }
    .services-grid {
        flex-wrap: wrap;
        gap:10px;
    }
    .service-card-big {
        width: 100% !important;
    }
    a.service-card {
        width: 100%;
        height: auto;
        min-height: auto;
    }
    .footer {
        display: flex;
        flex-wrap: wrap;
    }
    .contactUs__title__cont {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 32px;
    }
    .contactUs__tabs {
        grid-template-columns: 100%;
    }

    .infoRow {
        grid-template-columns: 1fr;
    }

    .contactUs__map iframe {
        height: 270px;
    }
    .contactUs__card {
        margin-top: 0;
    }
    .infoRowTwoCols {
        grid-template-columns: 100%;
    }
    h2.contactUs__title {
        font-size: 36px;
    }
    .seoText {
        padding: 40px 0;
    }
    .v2 section.partnersInfo .container {
        width: 100%;
        max-width: none;
    }
}


section.blog-list.main.main-section h2.main-section__title {
    color: #fff;
    text-transform: unset;
    font-size: 56px;
    margin-bottom: 52px;
    font-weight: 500;
    display: flex;
}
section.blog-list.main.main-section h2.main-section__title span a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
section.blog-list.main.main-section h2.main-section__title span {
    margin-left: auto;
}
section.blog-list.main.main-section {
    background: #343741;
}

.ssteps {
    padding: 80px 0;
    background: #F5F5F5;
}

.ssteps__container {
    display: flex;
    align-items: stretch;
    gap: 63px;
}
.ssteps__img-wrapper {
    position: relative;
    flex: 0 0 45%;
    background: url('/local/templates/main/images/stageback.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: -100px;
    background-position-y: 100px;
    background-color: #fff;
    padding: 24px;
    border-radius: 4px;
}
.ssteps__title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #000000;
}

.ssteps__img {
    width: 100%;
    max-width: 480px;
    display: block;
}

.ssteps__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ssteps__card {
    display: flex;
    background: #fff;
    padding: 20px 24px;
    border-radius: 4px;
    gap: 35px;
    align-items: flex-start;
}
.ssteps__card-number {
    font-size: 70px;
    font-weight: 600;
    color: #0026AD;
    line-height: 1;
    font-family: 'Oswald' !important;
}
.ssteps__card-title {
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    color: #22282B;
    text-transform: uppercase;
    font-family: 'Oswald' !important;
}
.ssteps__card-text {
    font-size: 18px;
    color: #909DA2;
    display: block;
    width: 90%;
}

form#header-search button.search-button {
    height: 44px;
}
/* Мобилка */
@media (max-width: 768px) {
    footer .container {
        max-width: none;
    }
    .footer__address {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 19px;
    }
    .contactUs {
        padding: 40px 0;
    }
    .ssteps__card-text {
        font-size: 16px;
        color: #909DA2;
        display: block;
        width: 90%;
    }
    span.ssteps__card-title {
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 12px;
    }
    .ssteps {
        padding: 40px 0;
        background: #F5F5F5;
    }
    .clients-logo-card img {
        width: 100%;
    }
    .ssteps__container {
        flex-direction: column;
    }

    .ssteps__img-wrapper {
        flex: none;
        background-position-x: -58px;
        background-position-y: 181px;
    }

    .ssteps__title {
        font-size: 36px;
        display: block;
        height: 384px;
    }

    .ssteps__card {
        padding: 20px;
    }

    .ssteps__card-number {
        font-size: 70px;
    }
}


section.consultation h2.cases-title {
    grid-row: 1;
    grid-column: 1;
    margin-bottom: 44px;
}

.cases-section.swiper-pointer-events {
    padding-bottom: 90px;
}
.cases-section .swiper-slide {
    /*width: 412px !important;*/
}

.case-card {
    position: relative;
    height: 452px;
    display: block;
}

.case-card-inner {
    display: block;
    position: relative;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

.case-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.75);
}
.case-content {
    margin-top: auto;
    position: absolute;
    bottom: 2rem;
    width: 70%;
    left: 24px;
}
.case-arrow {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 40px;
    height: 40px;
    text-align: center;
    align-content: center;
}
.cases-title a.cases-all {
    font-size: 16px;
    color: #000;
}
a.case-card:before {
    content: '';
    background: linear-gradient(0deg,rgba(0, 38, 173, 1) 0%, rgba(0, 38, 173, 0.55) 27%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.case-label {
    position: absolute;
    top: 20px;
    left: 24px;
    padding: 0 12px;
    background: rgb(255 255 255 / 79%);
    color: #000;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    align-content: center;
}
.case-item {
    border-radius: 12px;
    background-size: cover;
    overflow: hidden;
}
.case-card-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.arrow__box {
    display: flex;
    float: right;
    margin-top: 40px;
    gap: 16px;
}
.arrow__box > div:hover path{
    fill: #fff;
}
.arrow__box > div:hover{
    background: #0026AD;
    border-color: #0026AD;
}
.arrow__box > div {
    width: 44px;
    height: 44px;
    text-align: center;
    align-content: center;
    border: 1px solid #000000;
    border-radius: 100%;
    cursor: pointer;
}
.arrow__box div.next svg {
    right: -1px;
    position: relative;
}
.arrow__box div.prev svg {
    transform: rotate(180deg);
    position: relative;
    left: -2px;
}
.arrow__box .swiper-button-disabled path {
    fill: #909DA2;
}
.arrow__box .swiper-button-disabled {
    border-color: #909DA2;
}
a.case-card:hover .case-arrow {
    background: #fff;
}
a.case-card:hover .case-arrow path {
    fill: black;
}
.case-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
}

.case-items {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}

.case-arrow {
    margin-top: 16px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 3rem;
}


/* ==== ОБЩАЯ ОБЁРТКА ==== */
.clients-block {
    padding: 100px 0;
}

.clients-block .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

/* ==== ЛЕВАЯ ЧАСТЬ (ТЕКСТ) ==== */
.clients-left {
    width: 40%;
}

.clients-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 32px;
    color: #000;
    text-transform: uppercase;
}

.clients-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 60px;
    color: #333333;
}

.clients-btn {
    display: inline-block;
    padding: 0 26px;
    background: #0026AD;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.2s ease;
    height: 44px;
    align-content: center;
}

.clients-btn:hover {
    background: #333;
}

/* ==== ПРАВАЯ ЧАСТЬ (5 КОЛОНОК С ЛОГОТИПАМИ) ==== */
.clients-right {
    width: auto;
    overflow: hidden;
    position: relative;
}

/* Grid из 5 колонок */
.clients-logos-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    height: 500px;
    position: relative;
    overflow: hidden;
    width: 600px;
}

/* Колонка с логотипами */
.clients-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Карточка логотипа */
.clients-logo-card {
    width: 104px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F3FC;
    border-radius: 12px;
}

.clients-logo-card img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    transition: 0.2s ease;
}
.clients-right::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0) 87%, rgba(255, 255, 255, 1) 100%);
}
/* ==== АНИМАЦИИ СКРОЛЛА ==== */
@keyframes scrollDown {
    from {
        transform: translateY(-50%);
    }
    to   {
        transform: translateY(0%);
    }
}

@keyframes scrollUp {
    from {
        transform: translateY(0%);
    }
    to   {
        transform: translateY(-50%);
    }
}
@keyframes scrollDownX {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes scrollUpX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/* Применение анимации */
.clients-column.scroll-down {
    animation: scrollDown 80s linear infinite;
}

.clients-column.scroll-up {
    animation: scrollUp 80s linear infinite;
}

/* ==== АДАПТИВ ==== */
@media (max-width: 992px) {
    .clients-block .container {
        flex-direction: column;
        gap: 40px;
    }

    .clients-left,
    .clients-right {
        width: 100%;
    }

    .clients-logos-grid {
        grid-template-columns: repeat(3, 1fr);
        height: 400px;
    }
}

@media (max-width: 600px) {
    section.blog-list.main.main-section h2.main-section__title {
        flex-wrap: wrap;
        line-height: 1;
        font-size: 36px;
    }
    section.blog-list.main.main-section h2.main-section__title span {
        width: 100%;
    }
    section.cases-block .container:not(.cases-header) {
        max-width: none;
    }
    .clients-logos-grid {
        grid-template-columns: repeat(1, 1fr);
        height: 169px;
        gap: 10px;
    }
    .clients-left {
        text-align: center;
    }
}

/* Маленькие карточки */
.service-card-big-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.service-card-big-desc {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.9;
}

.service-card-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.services-block {
    padding-top: 80px;
    padding-bottom: 80px;
}
.service-card {
    width: 32%;
    min-height: 160px;
    background: #f6f6f7;
    border-radius: 8px;
    padding: 20px;
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: 0.25s ease;
}

.service-card:hover {
    background: #ffffff;
    box-shadow: 0 6px 22px rgba(0,0,0,0.08);
}

.service-card-icon img {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}

.service-card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}


.services-grid {
    display: flex;
    gap: 20px;
}

/* Большая карточка на 2 строки */
.service-card-big {
    width: 48.5%;
    height: 100%;
    min-height: 348px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    color: #fff;
}

.service-card-big-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.85);
}

.service-card-big-text {
    display: none;
    position: relative;
    padding: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.advantages-block {
    padding: 80px 0;
    background: #f6f6f7;
}
.adv-card-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}
.advantages-title, .services-title, .cases-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 52px;
    width: 100%;
    display: flex;
    align-items: end;
    text-transform: uppercase;
    color: #000;
    @media (max-width:768px) {
        flex-wrap: wrap;
        display: block;
        margin-bottom: 32px;
    }
}
.advantages-title span, .services-title span, .cases-title span {
    font-size: 16px;
    font-weight: 400;
    margin-left: auto;
    text-transform: math-auto;
    @media (max-width:768px) {
        margin-left: 0;
        width: 100%;
        display: block;
    }
}
.advantages-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
}
/* Базовые 3 карточки в ряд */
.advantages-grid .adv-card {
    width: 32.33%;
}

/* Предполагаемые последние элементы — делаем 48% */
.advantages-grid .adv-card:nth-last-child(-n+2) {
    width: 48.9999999%;
}

/* Если карточек >= 6, то эти элементы НАХОДЯТСЯ НЕ В ПОСЛЕДНЕМ РЯДУ → возвращаем их обратно */
.advantages-grid .adv-card:nth-child(4):nth-last-child(n+3),
.advantages-grid .adv-card:nth-child(5):nth-last-child(n+3) {
    width: 32%;
}
.adv-card {
    background: #fff;
    border-radius: 4px;
    padding: 24px;
}
.adv-icon img {
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
}
.adv-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.adv-preview {
    line-height: 1.5;
    font-size: 16px;
}
.adv-detail {
    display: none;
    line-height: 1.5;
    font-size: 16px;
    margin-top: 10px;
}
.adv-card.open .adv-detail {
    display: block;
}

.adv-card.open .adv-preview {
    display: none;
}
.adv-more {
    display: inline-block;
    margin-top: 12px;
    color: #000;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
}

/* Планшет: 2 карточки в ряд */
@media (max-width: 992px) {
    .advantages-grid .adv-card {
        width: 48%;
    }

    /* Сбрасываем хак последнего ряда */
    .advantages-grid .adv-card:nth-last-child(-n+2),
    .advantages-grid .adv-card:nth-child(4):nth-last-child(n+3),
    .advantages-grid .adv-card:nth-child(5):nth-last-child(n+3) {
        width: 48%;
    }
}

/* Телефон: 1 карточка в ряд */
@media (max-width: 600px) {
    .advantages-grid {
        gap: 16px;
    }

    .advantages-grid .adv-card {
        width: 100%;
    }

    /* Полный сброс хитростей с последней строкой */
    .advantages-grid .adv-card:nth-last-child(-n+2),
    .advantages-grid .adv-card:nth-child(4):nth-last-child(n+3),
    .advantages-grid .adv-card:nth-child(5):nth-last-child(n+3) {
        width: 100%;
    }

    .adv-card {
        padding: 20px;
    }

    .adv-icon img {
        width: 44px;
        height: 44px;
        margin-bottom: 18px;
    }

    .advantages-title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .adv-card h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .adv-preview,
    .adv-detail {
        font-size: 15px;
    }
}

section.about-kpi {
    padding-bottom: 90px;
}
.kpi-row {
    display: flex;
    justify-content: space-between;
    @media (max-width:768px) {
        flex-wrap: wrap;
        gap: 10px;
    }
}
.kpi-card {
    padding: 0 40px;
    border: 1px solid #E4E3E0;
    border-radius: 4px;
    height: 174px;
    align-items: center;
    align-content: center;
    width: 24%;
    @media (max-width:768px) {
        width: 1000%;
        text-align: center;
        height: 144px;
    }
}
.kpi-number {
    font-size: 44px;
    font-weight: 600;
    color: #0026AD;
    margin-bottom: 8px;
}
.about-block {
    padding: 60px 0 12px;
}

.about-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

/* ТЕКСТОВАЯ ЧАСТЬ */
.about-text {
    flex: auto;
    max-width: 59%;
    border: 1px solid #E4E3E0;
    border-radius: 4px;
    padding: 40px;
}
.about-cap-list p {
    margin-bottom: 8px;
}
.about-subtitle{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}
.about-text h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
}

.about-text-main p {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.3;
    color: #333;
}

.about-text h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}

.about-cap-list ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.about-cap-list li {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    list-style-position: outside;
    font-weight: 400;
}
.about-cap-list li::marker {
    font-size: 12px; /* размер буллета */
}

/* КАРТИНКА */
.about-image {
    flex: 1;
    max-width: 45%;
}

.about-image {
    flex: 1;
    max-width: 45%;
    display: flex;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}


/* === АДАПТИВ === */

@media (max-width: 992px) {
    .about-main {
        flex-direction: column;
    }

    .about-text,
    .about-image {
        max-width: 100%;
    }
}
.mobile-title{
    display: none;
}
@media (max-width: 600px) {
    .v2 section.partners h3 {
        font-size: 36px;
        line-height: 1.25;
    }
    section.consultation .slider .prev, section.consultation .slider .next {
        display: block;
        width: auto;
    }
    section.consultation .right .sliderContent img {
        margin-left: auto;
        max-height: none !important;
        max-width: 100% !important;
        margin-right: auto;
    }
    section.cases-block {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .mobile-title{
        display: block !important;
    }
    section.consultation h2.cases-title{
        margin-left: 20px;
        font-size: 36px;
    }
    section.consultation .left{
        order: 1;
    }
    section.consultation .right {
        order: 0;
    }
    .about-text h2 {
        font-size: 26px;
    }

    .about-text-main p,
    .about-cap-list li {
        font-size: 16px;
    }

    .about-text h3 {
        font-size: 20px;
    }
}


.container{
    width:100%;
    margin:0 auto;
    padding:0 20px;
    max-width:var(--containerWidth)
}
.halfContainer{
    width:100%;
    max-width:calc(var(--containerWidth) / 2)
}
.halfContainer.left{
    padding-left:20px;
    margin-left:auto
}
.halfContainer.right{
    padding-right:20px;
    margin-right:auto
}
.halfContainer h1{
    text-transform:uppercase;
    font:600 28px/1.3 "Exo 2";
    letter-spacing:-.015em
}
.halfContainer h2{
    text-transform:uppercase;
    font:600 28px/1.3 "Exo 2";
    letter-spacing:-.015em
}
@media (max-width: 1100px){
    .halfContainer.left,.halfContainer.right{
        max-width:var(--containerWidth);
        margin:0 auto
    }
    .halfContainer h2{
        font-size:16px
    }
}
.v2 .halfContainer h1{
    font-weight:700
}
.v2 .halfContainer h2{
    font-weight:700
}
section.tophead{
    height:68px;
    background-color:#696969;
    font: 14px/1.4 "Exo 2"
}
section.tophead .container{
    display:flex;
    align-items:center;
    gap:24px;
    height:100%
}
a.contactItem.phone{
    margin-left: auto;
    font-size: 18px;
}
section.tophead .contactItem{
    display:flex;
    align-items:center;
    gap:6px;
    text-decoration:none;
    color:#000000;
}

section.tophead .socials{
    margin-left:1rem;
    display:flex;
    align-items:center;
    gap:16px
}
.contactItem.address {
    font-weight: 400;
}
a.contactItem.callback {
    background: #0026AD;
    color: #fff;
    height: 38px;
    border-radius: 4px;
    padding: 0 1rem;
    margin-left: 16px;
}
.v2 section.tophead .socials a {
    display: flex;
}
@media (max-width: 1100px){
    section.tophead{
        display:block
    }
}
.v2 section.tophead{
    font:600 16px/26px "Exo 2";
    color:#ddd
}
.v2 section.tophead .socials{
    gap:8px
}
.v2 section.tophead .socials a img:hover {
    filter: brightness(0) saturate(100%) invert(9%) sepia(90%) saturate(5954%) hue-rotate(6deg) brightness(95%) contrast(116%);
}

section.navigation{
    height:92px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
}
section.navigation .container{
    display:flex;
    align-items:center;
    height:100%
}
section.navigation .logo{
    width:auto;
}
section.navigation .logo img{
    max-width:100%
}
section.navigation nav{
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:20px
}
section.navigation nav a, section.navigation nav .menuGroup {
    font: 400 16px/26px "Exo 2";
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: color 1s ease-out;
}
section.navigation nav a:hover,section.navigation nav .menuGroup:hover {
    color: #c70000;
}
section.navigation nav a.active,section.navigation nav .menuGroup.active{
    color:#333
}
section.navigation nav a.active>img,section.navigation nav .menuGroup.active>img{
    filter:brightness(0)
}
section.navigation nav .menuGroup{
    position:relative
}
.menuGroupWrapper .subnav {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease, opacity .25s ease;
    opacity: 0;
}

.menuGroupWrapper.open .subnav {
    max-height: 600px;
    opacity: 1;
    display: block;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 12px;
    padding-left: 20px;
    color: #7A7C84;
}
.mobilemenu__contacts {
    color: #fff;
    padding: 20px 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.mobilemenu__contact-btns button.footer__btn {
    width: 100%;
}
.mobilemenu__bottom-links a,.mobilemenu__bottom-links span  {
    display: block;
    color: #7A7C84;
    text-decoration: none;
    padding-bottom: 12px;
}
.mobilemenu__contact-btns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.mobilemenu__contact-item {
    font-size: 16px;
}
.mobilemenu__contact-phoe {
    font-size: 24px;
    font-weight: 500;
}

.menuGroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.menuGroup img {
    transition: transform .25s ease;
}

.menuGroupWrapper.open .menuGroup img {
    transform: rotate(0deg);
}

section.navigation nav .subnav {
    display: none;
    width: 255px;
    padding: 8px 20px 21px;
    flex-direction: column;
    gap: 2px;
    border: 0;
    border-radius: 2px;
    background-color: #222432;
    box-shadow: none;
    position: absolute;
    z-index: 5;
    top: 59px;
    left: 50%;
    transform: translate(-50%);
}
.menuGroup img {
    transition: .3s all;
    position: relative;
    bottom: -1px;
    transform: rotate(180deg);
}
.menuGroup.open img {
    transform: rotate(0deg);
    transition: .3s all;
}
section.navigation nav .subnav a {
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #7A7C84;
    padding: 8px 0;
    font: 16px/1.56 "Exo 2";
}
section.navigation nav .subnav a:hover{
    color:#fff;
}
section.navigation nav .menuGroup.open .subnav{
    display:flex
}
section.navigation nav .menuGroup:hover>.subnav,
section.navigation nav .menuGroup:focus-within>.subnav{
    display:flex
}
section.navigation nav .services-mega{
    width:min(720px, calc(100vw - 32px));
    padding:24px;
    gap:28px;
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-items:start;
}
section.navigation nav .menuGroup.open>.services-mega,
section.navigation nav .menuGroup:hover>.services-mega,
section.navigation nav .menuGroup:focus-within>.services-mega{
    display:grid
}
.services-mega__col{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:4px
}
.services-mega__title{
    color:#fff;
    font:600 15px/1.35 "Exo 2";
    padding:0 0 10px;
    margin-bottom:4px;
    border-bottom:1px solid rgba(255,255,255,.16)
}
section.navigation nav .services-mega a{
    color:#c6cad8;
    padding:7px 0;
    font:15px/1.42 "Exo 2"
}
section.navigation nav .services-mega a:hover,
section.navigation nav .services-mega a:focus-visible{
    color:#fff
}
section.navigation .buttons{
    width:304px;
    display:flex;
    align-items:center;
    gap:16px;
    justify-content:flex-end
}
section.navigation .buttons .order{
    color:#9b9b9b;
    border:1px solid #ddd;
    border-radius:2px;
    height:44px;
    font:700 14px/1 "Exo 2";
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    text-transform:uppercase;
    border-color:#c70000;
    color:#fff;
    width:216px;
    background: linear-gradient(-45deg, #fff 40%, #fff 0 60%, #fff 0) right/300% 100% no-repeat, linear-gradient(-45deg, #c70000 40%, #000 0 60%, #c70000 0) right/300% 100% no-repeat;
    -webkit-background-clip: text, padding-box;
    background-clip: text, padding-box;
    transition: 0.8s;
}
section.navigation .buttons .order:hover{
    background-position: left;
}
section.navigation .buttons .languageSelector{
    color:#fff;
    border:1px solid rgba(255,255,255,.22);
    border-radius:999px;
    height:34px;
    font:700 12px/1 "Exo 2";
    display:flex;
    align-items:center;
    justify-content:center;
    text-transform:uppercase;
    width:auto;
    min-width:76px;
    gap:2px;
    margin:0;
    padding:2px;
    position:relative;
    background:rgba(255,255,255,.08)
}
section.navigation .buttons .languageSelector .languageSelector__link{
    min-width:34px;
    min-height:28px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    transition:background-color .2s ease, color .2s ease
}
section.navigation .buttons .languageSelector .languageSelector__link:hover,
section.navigation .buttons .languageSelector .languageSelector__link:focus-visible{
    color:#fff;
    background:rgba(255,255,255,.16)
}
section.navigation .buttons .languageSelector .languageSelector__link[aria-current="true"]{
    color:#fff;
    background:#c70000
}
section.navigation .buttons .languageSelector .languageSelector__link[aria-current="true"]:hover,
section.navigation .buttons .languageSelector .languageSelector__link[aria-current="true"]:focus-visible{
    color:#fff
}
section.navigation .hamburger {
    display: none;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    gap: 16px;
    right: -16px;
    position: relative;
}
section.navigation .hamburger .close{
    display:none
}
section.navigation .hamburger.open img{
    display:none
}
section.navigation .hamburger.open .close{
    display:block;
    padding: 4px;
}
@media (max-width: 1100px){
    .hamburger svg path {
        fill: #fff;
    }
    .hamburger svg {
        background: none;
        width: 32px;
        height: 32px;
        display: block;
    }
    html {
        overflow-x: hidden;
    }
    a.mobile_phone_icon img {
        background: no-repeat;
        padding: 0;
    }
    section.navigation{
        height:72px
    }
    section.navigation nav,section.navigation .buttons{
        display:none
    }
    section.navigation .logo{
        width: auto;
    }
    section.navigation .hamburger{
        display:flex
    }
}
aside.mobileMenu{
    --heightCorrector: 72px;
    display:none;
    flex-direction:column;
    position:absolute;
    width:100%;
    max-width:360px;
    top:72px;
    left:50%;
    transform:translate(-50%);
    height:calc(var(--screenHeight) - var(--heightCorrector));
    background-color:#222432;
    z-index:3;
    overflow-y:auto;
    box-shadow:0 1100px 0 1100px #323232f7
}
@supports not (height: 100dvh){
    aside.mobileMenu{
        --heightCorrector: 132px
    }
}
@media (max-width: 1100px){
    .hamburger img {
        background: #fff;
        border-radius: 10rem;
        width: 32px;
        height: 32px;
        display: block;
        padding: 6px;
    }
    aside.mobileMenu.open {
        display: block;
        height: calc(100% + 40px);
        position: fixed;
        max-width: 100%;
        overflow: auto;
    }
}
aside.mobileMenu nav a {
    text-transform: none;
}
aside.mobileMenu .languageSelector {
    color: #fff;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 999px;
    display: flex;
    gap: 2px;
    margin: 16px;
    padding: 4px;
    font: 700 16px/1 "Exo 2";
    text-transform: uppercase;
}
aside.mobileMenu .languageSelector__link {
    flex: 1 1 0;
    width: auto;
    min-height: 44px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
}
aside.mobileMenu .languageSelector__link:hover,
aside.mobileMenu .languageSelector__link:focus-visible {
    color: #fff;
}
aside.mobileMenu .languageSelector__link[aria-current="true"] {
    background: #c70000;
    color: #fff;
}
aside.mobileMenu nav {
    padding: 20px 16px;
    font: 400 20px/1.2 "Exo 2";
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid #7A7C84;
}
aside.mobileMenu nav a {
    color: inherit;
    text-decoration: none;
    width: 100%;
    display: block;
}
aside.mobileMenu .contactUs {
    padding: 10px 16px 0 16px;
    font: 400 20px/1.2 "Exo 2";
    color: #ffff;
    text-transform: none;
    text-decoration: none;
}
aside.mobileMenu .menuGroup {
    display: flex;
    gap: 6px;
    align-items: center;
    cursor: pointer;
    text-transform: none;
}
aside.mobileMenu .menuGroup__link{
    color:#fff;
    text-decoration:none
}
aside.mobileMenu .menuGroup img{
    width:12px;
    transform:rotate(180deg);
}
aside.mobileMenu .subnav{
    display:none
}
aside.mobileMenu .menuFooter{
    margin-top:auto;
    height:80px;
    flex-shrink:0;
    padding:0 32px;
    display:flex;
    align-items:center;
    background-color:#696969;
    font-size:0
}
aside.mobileMenu .menuFooter img{
    width:32px
}
aside.mobileMenu .menuFooter .socials{
    margin-left:auto;
    display:flex;
    gap:20px
}
aside.mobileMenu nav.openSubmenu{
    padding:24px 42px
}
aside.mobileMenu nav.openSubmenu>*,aside.mobileMenu nav.openSubmenu+.contactUs{
    display:none
}
aside.mobileMenu nav.openSubmenu .menuGroup.open{
    display:block
}
aside.mobileMenu .subnav.open{
    display:flex;
    flex-direction:column;
    padding:0 40px 24px 70px;
    margin-top:4px
}
aside.mobileMenu .subnav.open a{
    padding:20px 0;
    font: 14px/1.56 "Exo 2";
    color:#9b9b9b;
    text-decoration:none;
    border-bottom:1px solid #ddd
}
aside.mobileMenu .subnav.open a:last-child{
    border:none
}
aside.mobileMenu .menuGroupWrapper.open .services-mobile-groups{
    display:flex;
    flex-direction:column;
    gap:20px;
    padding:12px 0 22px 18px;
    margin-top:8px
}
aside.mobileMenu .services-mobile-groups__title{
    color:#fff;
    font:600 15px/1.35 "Exo 2";
    margin-bottom:6px
}
aside.mobileMenu .services-mobile-groups__group{
    display:flex;
    flex-direction:column
}
aside.mobileMenu .services-mobile-groups__group a{
    color:#9b9b9b;
    text-decoration:none;
    font:14px/1.45 "Exo 2";
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,.12)
}
aside.mobileMenu .services-mobile-groups__group a:last-child{
    border-bottom:0
}
.v2 section.navigation .buttons .order{
    width:auto;
    padding:0 16px
}
section.topSlider:not(.main__page__slider){
    --paddingV: 110px;
    padding:var(--paddingV) 0;
    background:bottom right url(/local/templates/main/css/../images/mountains.jpg) no-repeat transparent;
    background-size:51.67% auto
}
section.topSlider.main__page__slider {
    --paddingV: 194px;
    padding: var(--paddingV) 0;
    position: relative;
    overflow: hidden;
}

.topslider-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

section.topSlider .container{
    display:grid;
    grid-template:auto/100%;
    position:relative
}
section.topSlider .sliderContent{
    width:652px;
    grid-row:1;
    grid-column:1;
    opacity:0;
    transform:translate(-100%);
    transition:opacity var(--sliderTransitionDuration),transform var(--sliderTransitionDuration),left calc(var(--sliderTransitionDuration) / 5) linear;
    pointer-events:none;
    z-index:2;
    position:relative
}
section.topSlider .sliderContent.visible{
    transform:none;
    opacity:1;
    pointer-events:auto
}
section.topSlider header,section.topSlider h1{
    font:700 44px/1.3 "Exo 2";
    letter-spacing:.005em;
    color:#333;
    margin-bottom:36px;
    text-transform:uppercase
}
img.topslider__img {
    margin-bottom: 32px;
    width: 100%;
}
section.topSlider .subheader {
    color: #333333;
    font: 20px/1.6 "Exo 2";
    margin-bottom: 44px;
}
section.topSlider button {
    border: 0;
    border-radius: 4px;
    height: 48px;
    font: 400 16px/1 "Exo 2";
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-transform: capitalize;
    border-color: #696969;
    color: #fff;
    width: 216px;
    background: #0026AD;
}
section.topSlider button:hover{
    background-position:left;
}
section.topSlider .counter{
    letter-spacing:.01em;
    font:600 42px/1 "Exo 2";
    align-self:start;
    justify-content:flex-end;
    grid-row:1;
    grid-column:1;
    display:flex;
    align-items:flex-end;
    color:#333;
    z-index:1
}
section.topSlider .counter .divider{
    margin-right:6px
}
section.topSlider .counter .totalSlides{
    color:#9b9b9b;
    font-size:32px
}
@media (max-width: 1100px){
    section.topSlider .counter{
        font-size:24px;
        line-height:36px
    }
    section.topSlider .counter .totalSlides{
        font-size:20px
    }
}
@media (max-width: 1440px){
    section.topSlider{
        padding-top:132px
    }
    section.topSlider .counter{
        margin-right:90px
    }
}
@media (max-width: 1100px){
    section.topSlider {
        /* padding: 48px 0 0; */
        max-width: none;
        width: 100%;
        margin: 0 auto;
        /* background-position: bottom left -305px; */
        background-size: cover;
    }
    section.topSlider .container{
        min-height:592px
    }
    section.topSlider .sliderContent{
        width:100%
    }
    section.topSlider .counter{
        display:none
    }
    section.topSlider header,section.topSlider h1{
        font-size:24px;
        margin-bottom:16px
    }
    section.topSlider .subheader{
        font-size:14px;
        line-height:1.7;
        margin-bottom:24px
    }
}
.v2 section.topSlider{
    min-height:auto
}
.v2 section.topSlider .container{
    min-height:calc(560px - 2 * var(--paddingV))
}
.v2 section.topSlider .sliderContent {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}
.v2 section.topSlider header.size32{
    font-size:32px;
    line-height:1.5;
    letter-spacing:.01em
}
.v2 section.topSlider header.size48{
    font-size:48px;
    line-height:1.5;
    letter-spacing:.01em
}
.v2 section.topSlider header.size36{
    font-size:36px
}
.v2 section.topSlider .subheader {
    font-size: 20px;
    line-height: 150%;
    width: 90%;
}
.v2 section.topSlider .subheader.size13{
    font-size:13px
}
.v2 section.topSlider .subheader.size16{
    font-size:16px
}
.v2 section.topSlider .subheader.upperCase{
    text-transform:uppercase
}
.v2 section.topSlider .subheader li{
    list-style-position:inside
}
.v2 section.topSlider button{
}
.v2 section.topSlider .arrow{
    z-index:3;
    position:absolute;
    top:50%;
    filter:grayscale(1);
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    transform:translateY(-50%);
    display:none
}
.v2 section.topSlider .arrow.visible{
    display:block
}
.v2 section.topSlider .arrow:hover{
    filter:none
}
.v2 section.topSlider .arrow.prev{
    left:-60px
}
.v2 section.topSlider .arrow.next{
    right:-60px;
    transform:translateY(-50%) rotate(180deg)
}
@media (max-width: 1500px) and (min-width: 1101px){
    .v2 section.topSlider .container.thin{
        width:calc(100% - 120px)
    }
}
@media (max-width: 1440px){
    .v2 section.topSlider .sliderContent header{
        font-size:24px;
        line-height:1.3
    }
}
@media (max-width: 1100px){
    .v2 section.topSlider .container{
        height:calc(var(--screenHeight) - 2 * var(--paddingV) - 72px);
        min-height:calc(568px - 2 * var(--paddingV));
        max-height:800px
    }
    .v2 section.topSlider button{
        margin-top:0
    }
    .v2 section.topSlider .arrow.visible{
        display:none
    }
}
section.services{
    height:172px;
    display:flex;
    background-image:linear-gradient(to right,#c70000 50%,#696969 50%)
}
section.services .halfContainer{
    height:100%
}
section.services .left,section.services .right{
    padding-top:36px
}
section.services .left{
    color:#fff
}
section.services .right{
    color:#efefef;
    padding-left:110px;
    font: 16px/1.7 "Exo 2";
    letter-spacing:.01em
}
section.services a{
    margin-top:32px;
    font:500 16px/1 "Exo 2";
    letter-spacing:.01em;
    text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    display:inline-flex;
    gap:8px;
    align-items:center
}
section.services a img{
    filter:brightness(0) invert(1)
}
section.services a .mobile{
    display:none
}
@media (max-width: 1100px){
    section.services{
        height:auto;
        flex-direction:column;
        background-image:none
    }
    section.services .left,section.services .right{
        padding-top:0;
        margin:0 auto
    }
    section.services .left{
        height:80px;
        background-color:#c70000;
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:16px;
        padding-right:20px
    }
    section.services a{
        margin-top:0;
        font-size:12px
    }
    section.services a img{
        display:none
    }
    section.services a .mobile{
        display:block
    }
    section.services .right{
        background-color:#696969;
        color:#ddd;
        padding:24px 20px;
        font-size:12px;
        line-height:1.6
    }
}
.v2 section.services{
    height:231px
}
.v2 section.services .left,.v2 section.services .right{
    padding-top:48px
}
.v2 section.services .right{
    padding-left:50px;
    line-height:1.6
}
.v2 section.services a{
    margin-top:67px;
    font-weight:400
}
@media (max-width: 1440px) and (min-width: 1101px){
    .v2 section.services .right{
        line-height:1.7
    }
}
@media (max-width: 1100px){
    .v2 section.services{
        height:auto
    }
    .v2 section.services .left,.v2 section.services .right{
        padding:24px 20px;
        height:auto
    }
    .v2 section.services .left{
        flex-direction:column;
        align-items:flex-start;
        gap:24px
    }
    .v2 section.services h2{
        font:700 24px/1.25 "Exo 2";
        letter-spacing:normal
    }
    .v2 section.services a{
        margin-top:0;
        font: 16px/1.5 "Exo 2"
    }
}
section.trusters{
    border-bottom:1px solid #ddd;
    padding:68px 0;
    --sliderHeight: 46px
}
section.trusters .title{
    color:#333;
    letter-spacing:.01em;
    font:500 18px/1.4 "Exo 2";
    margin-bottom:54px;
    text-transform:uppercase
}
section.trusters .trusters{
    display:grid;
    grid-auto-columns:max-content;
    grid-auto-flow:column;
    justify-content:space-between;
    align-items:center;
    transition-timing-function:linear
}
section.trusters .trusters .swiper-slide{
    display:flex;
    align-items:center;
    justify-content:center
}
section.trusters .trusters .swiper-slide:hover .colored{
    display:block
}
section.trusters .trusters .swiper-slide:hover .desaturated{
    display:none
}
section.trusters .trusters img{
    filter:saturate(0) opacity(.6);
    max-width:100%;
    height:auto
}
section.trusters .trusters .desaturated,section.trusters .trusters .colored{
    filter:none
}
section.trusters .trusters .colored{
    display:none
}
@media (max-width: 1100px){
    section.trusters{
        padding:24px 0;
        border-bottom:none
    }
    section.trusters .title{
        margin-bottom:24px;
        font-size:14px;
        color:#696969
    }
    section.trusters .swiper{
        -webkit-user-select:none;
        -moz-user-select:none;
        user-select:none
    }
}
section.ourServices,section.partners{
    display:flex;
    background-color:#fafafa
}
section.ourServices .left,section.partners .left,section.ourServices .right,section.partners .right{
    padding-top:60px;
    padding-bottom:60px
}
section.ourServices .right,section.partners .right{
    padding-left:106px;
    color:#696969;
    font: 16px/1.7 "Exo 2";
    letter-spacing:.01em
}
section.ourServices h3,section.partners h3{
    font:500 40px/1.2 "Exo 2";
    color:#000;
    text-transform:uppercase
}
@media (max-width: 1100px){
    section.ourServices,section.partners{
        flex-direction:column
    }
    section.ourServices .left,section.partners .left,section.ourServices .right,section.partners .right{
        padding:0 20px
    }
    section.ourServices .left,section.partners .left{
        padding-top:24px
    }
    section.ourServices .right,section.partners .right{
        margin-top: 16px;
        font-size: 16px;
        line-height: 130%;
    }
    section.ourServices h3,section.partners h3{
        font-size:22px;
        line-height:1.3
    }
}
section.servicesList{
    background-color:#fafafa;
    padding:54px 0
}
section.servicesList .container{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-auto-rows:262px
}
section.servicesList .card{
    padding:32px;
    border:1px solid #ddd;
    border-width:1px 1px 0 0;
    background-color:#fff;
    text-decoration:none;
    display:flex;
    flex-direction:column;
    justify-content:space-between
}
section.servicesList .card:hover img{
    filter:none
}
section.servicesList .name{
    color:#333;
    text-transform:uppercase;
    font: 24px/1.4 "Exo 2"
}
section.servicesList img{
    width:32px;
    filter:saturate(0) brightness(2.6)
}
@media (max-width: 1100px){
    section.servicesList{
        padding:24px 0 32px
    }
    section.servicesList .container{
        grid-template-columns:100%;
        grid-auto-rows:auto
    }
    section.servicesList .card{
        padding:26px 24px;
        flex-direction:row;
        gap:24px
    }
    section.servicesList .name{
        font-size:16px;
        line-height:1.5
    }
}
section.consultation {
    padding: 90px 0;
    height: auto;
    --leftBlockWidth: 545px;
    background: #F5F5F5;
}
section.consultation .container{
    height: auto;
    position:relative;
    display:grid;
    grid-template-columns:var(--leftBlockWidth) 1fr;
    gap:30px
}
section.consultation .left,section.consultation .right{
    height:100%;
    display:grid;
    grid-template:auto/100%
}
section.consultation .right{
    --containerUsefulArea: calc(var(--containerWidth) - var(--leftBlockWidth));
    --screenUsefulArea: calc(100vw - var(--leftBlockWidth));
    --minimalUsefulArea:calc(min(var(--containerUsefulArea), var(--screenUsefulArea)) - 70px);
    max-width:var(--minimalUsefulArea);
    position:relative
}
section.consultation .sliderContent{
    height:100%;
    grid-row:3;
    grid-column:1;
    display:flex;
    flex-direction:column;
    opacity:0;
    pointer-events:none;
    transition:opacity var(--sliderTransitionDuration)
}
section.consultation .sliderContent.visible{
    opacity:1;
    pointer-events:auto
}
section.consultation .right .sliderContent{
    padding-bottom:128px;
    display:flex;
    align-items:center;
    justify-content:center
}
section.consultation .slider{
    width:100%;
    height:70px;
    grid-row:3;
    grid-column:1;
    align-self:end;
    z-index:2;
    display:flex;
    gap:24px;
    align-items:center
}
section.consultation .slider .prev,section.consultation .slider .next{
    flex-shrink:0;
    cursor:pointer;
    width:32px;
    filter:saturate(0) brightness(3.8)
}
section.consultation .slider .prev.swiper-button-disabled img,section.consultation .slider .next.swiper-button-disabled img{
    display:none
}
section.consultation .slider .prev{
    transform:rotate(180deg)
}
section.consultation .swiper{
    max-width:calc(100% - 112px)
}
section.consultation .swiper-wrapper{
    display:flex;
    width:100%;
    align-items:center;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
section.consultation .swiper-slide{
    flex-shrink:1;
    cursor:pointer;
    filter:saturate(0);
    opacity: .5;
}
section.consultation .swiper-slide.active{
    filter:none;
    opacity: 1;
}
section.consultation header{
    font:700 40px/1.2 "Exo 2";
    color:#000000;
    text-transform:uppercase
}
section.consultation .subheader {
    margin-top: 20px;
    font: 16px/1.7 "Exo 2";
    letter-spacing: .01em;
    color: #333333;
    line-height: 130%;
}
section.consultation .subheader p+p{
    margin-top:12px
}
section.consultation .tops{
    margin-top:20px
}
section.consultation .topLine{
    display:grid;
    grid-template-columns:100px 1fr;
    align-items:center;
    gap:32px;
    padding:12px 0;
    color:#696969;
    font: 16px/1.25 "Exo 2";
    letter-spacing:.01em
}
section.consultation .topLine .top{
    font:700 18px/1.2 "Exo 2";
    letter-spacing:.01em;
    text-transform:uppercase
}
section.consultation .topLine big{
    font-size:30px
}
section.consultation .topLine+.topLine{
    border-top:1px solid #ddd
}
section.consultation button {
    border-radius: 0;
    height: 44px;
    font: 400 16px/1 "Exo 2";
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-transform: math-auto;
    background-color: #0026AD;
    color: #fff;
    margin-top: auto;
    width: 254px;
    letter-spacing: .5px;
    transition: 0.8s;
    border: 0;
}
section.consultation button:hover{
    background-position:left;
}
section.consultation .counter {
    font-weight: 400;
    align-self: start;
    justify-content: flex-start;
    grid-row: 2;
    grid-column: 1;
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    line-height: 1;
    color: #9b9b9b;
    letter-spacing: .01em;
    z-index: 3;
    position: relative;
    margin-bottom: 12px;
}
section.consultation .counter .divider{
    margin-right:0;
}
section.consultation .counter .totalSlides{
    color:#9b9b9b;
    font-size:14px
}
section.consultation .counter .totalSlides{
    font-size:14px
}
@media (max-width: 1100px){
    section.consultation .counter{
        font-size:24px;
        line-height:36px
    }
    section.consultation .counter .totalSlides{
        font-size:20px
    }
}
@media (max-width: 1440px){
    section.consultation .right{
        max-width:calc(var(--minimalUsefulArea) + 92px);
        margin-left:-92px
    }
}
@media (max-width: 1280px){
    section.consultation .counter{
        right:20px
    }
}
@media (max-width: 1100px){
    section.consultation{
        height:auto;
        padding:58px 0 25px
    }
    section.consultation .container{
        grid-template-columns:100%;
        gap:48px
    }
    section.consultation .left .sliderContent{
        display:none
    }
    section.consultation .left .sliderContent.visible{
        display:block
    }
    section.consultation .left .sliderContent.forceHidden{
        display:none
    }
    section.consultation .left .sliderContent.forceVisible{
        display:block
    }
    section.consultation .right{
        max-width:100%;
        margin-left:0
    }
    section.consultation .right .sliderContent{
        align-items:flex-start;
        justify-content:flex-start
    }
    section.consultation .right .sliderContent img{
        max-height:128px;
        max-width:220px
    }
    section.consultation header{
        font:700 22px/1.3 "Exo 2";
        letter-spacing:.005em
    }
    section.consultation .subheader{
        margin-top:16px
    }
    section.consultation button{
        margin-top:24px
    }
    section.consultation .slider .prev,section.consultation .slider .next{
        display:none
    }
    section.consultation .swiper{
        max-width:100%
    }
    section.consultation .counter{
        font-size:24px;
        line-height:36px
    }
    section.consultation .counter .totalSlides{
        font-size:20px
    }
}
.v2 section.consultation header{
    font:600 32px/1.2 "Exo 2"
}
@media (max-width: 1100px){
    .v2 section.consultation{
        padding:42px 0
    }
    .v2 section.consultation .container{
        gap:42px
    }
    .v2 section.consultation .right .sliderContent{
        padding-bottom:102px
    }
    .v2 section.consultation .counter{
        right:0
    }
    .v2 section.consultation header{
        font-size:24px;
        line-height:1.3;
        letter-spacing:-.03em
    }
    .v2 section.consultation .subheader{
        font-size:16px
    }
    .v2 section.consultation button{
        width:100%
    }
}
.v2 section.partners{
    background-color:#fff;
}
.v2 section.partners .left,.v2 section.partners .right{
    padding-bottom:32px
}
.v2 section.partners .right{
    padding-left:56px;
    color: #333333;
}
@media (max-width: 1100px){
    .v2 section.partners {
        border-top: none;
        border-bottom: 0;
        background-color: #fafafa;
    }
    .v2 section.partners .left{
        padding-bottom:0
    }
    .v2 section.partners h3{
        font-size:36px;
        line-height:1.25
    }
    .v2 section.partners .right{
        padding-left:20px
    }
}
section.partnersInfo{
    background-color:#fafafa;
    padding:68px 0
}
section.partnersInfo .container{
    /* display:grid;*/
    /* grid-template-columns:repeat(4,1fr);*/
    /*gap:30px;*/
    /*justify-content:space-between*/
}
section.partnersInfo figure{
    cursor:pointer
}
section.partnersInfo img{
    border-radius:2px;
    width:298px;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:bottom center;
    object-position:bottom center
}
section.partnersInfo .name{
    margin-top:20px;
    font:600 20px/1.2 "Exo 2";
    color:#333
}
section.partnersInfo .post{
    font: 16px/1.5 "Exo 2";
    margin-top:6px;
    color:#9b9b9b;
    letter-spacing:.01em
}
section.partnersInfo .showAll{
    display:none
}
@media (max-width: 1440px){
    section.partnersInfo .container{
        -moz-column-gap:20px;
        column-gap:20px
    }
    section.partnersInfo img{
        width:288px
    }
}
@media (max-width: 1100px){
    section.partnersInfo{
        padding:24px 0
    }
    section.partnersInfo .container{
        grid-template-columns:100%
    }
    section.partnersInfo .container.open~.showAll{
        display:none
    }
    section.partnersInfo .container.open .popupOpener+.popupOpener{
        display:block
    }
    section.partnersInfo img{
        width:100%
    }
    section.partnersInfo .popupOpener+.popupOpener{
        display:none
    }
    section.partnersInfo .showAll{
        color:#9b9b9b;
        border:1px solid #ddd;
        border-radius:2px;
        height:44px;
        font:700 14px/1 "Exo 2";
        display:flex;
        align-items:center;
        justify-content:center;
        cursor:pointer;
        text-transform:uppercase;
        margin:40px auto 0;
        width:calc(100% - 40px);
        max-width:320px;
        font-size:17px;
        height:52px;
        gap:4px
    }
    section.partnersInfo .showAll img{
        width:32px;
        filter:saturate(0) brightness(3.8)
    }
}
.header-search__input:focus-visible {
    border: 0;
    box-shadow: none;
    outline: none;
}
.v2 section.partnersInfo{
    background-color:#fff;
    padding: 30px 0 70px 0;
}
.v2 section.partnersInfo .container .swiper{
    width: 100%;
}
.v2 section.partnersInfo .container{
    position: relative;
    padding-bottom: 24px;
    /*grid-template-columns:repeat(3,1fr);*/
    /*gap:24px*/
}
.v2 section.partnersInfo figure img{
    width:100%;
}
.v2 section.partnersInfo figure img:hover{
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 26%);
    scale: 1.001;
}
@media (max-width: 1100px){
    .v2 section.partnersInfo {
        background-color: #fafafa;
        padding: 0 0 32px 0;
    }
    .v2 section.partnersInfo .container{
        grid-template-columns:100%
    }
    .v2 section.partnersInfo .showAll{
        margin-top:30px;
        font-size:16px
    }
}

section.news{
    height:172px;
    display:flex;
    background-color:#c70000
}
section.news .halfContainer{
    height:100%
}
section.news .left,section.news .right{
    padding-top:36px
}
section.news .left{
    color:#fff
}
section.news .right{
    color:#efefef;
    padding-left:102px;
    font: 16px/1.7 "Exo 2";
    letter-spacing:.01em
}
section.news a{
    margin-top:32px;
    font:500 16px/1 "Exo 2";
    letter-spacing:.01em;
    text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    display:inline-flex;
    gap:8px;
    align-items:center
}
section.news a img{
    filter:brightness(0) invert(1)
}
section.news .mobile{
    display:none
}
@media (max-width: 1100px){
    section.news{
        flex-direction:column;
        height:auto;
        max-width:360px;
        width:100%;
        margin:0 auto;
        padding:0;
        background-color:transparent
    }
    section.news .left,section.news .right{
        padding:0 20px
    }
    section.news .left{
        background-color:#c70000;
        height:80px;
        display:flex;
        align-items:center;
        justify-content:space-between
    }
    section.news .right{
        padding:24px 20px;
        background-color:#696969;
        font-size:12px;
        line-height:1.6;
        color:#ddd
    }
    section.news a{
        margin-top:0;
        font-size:12px
    }
    section.news a img{
        display:none
    }
    section.news .mobile{
        display:block
    }
}
section.newsDetails{
    background-image:linear-gradient(to right,#fff 50%,#696969 50%);
    display:flex
}
section.newsDetails .left,section.newsDetails .right{
    padding-top:60px;
    padding-bottom:60px
}
section.newsDetails .left{
    padding-right:40px
}
section.newsDetails .right{
    padding-left:102px
}
section.newsDetails .newsContainer{
    display:flex;
    flex-direction:column
}
section.newsDetails .newsLink{
    padding:32px;
    position:relative;
    text-decoration:none;
    display:grid;
    grid-template-columns:1fr 32px;
    gap:20px 24px;
    border-top:1px solid #ddd
}
section.newsDetails .newsLink .type{
    font:500 14px/1.4 "Exo 2";
    color:#9b9b9b;
    letter-spacing:.01em
}
section.newsDetails .newsLink .caption{
    color:#333;
    text-transform:uppercase;
    font:600 18px/1.6 "Exo 2"
}
section.newsDetails .newsLink .arrow{
    grid-column:2;
    grid-row:1/3;
    filter:saturate(0) brightness(2.6)
}
section.newsDetails .newsLink:hover .arrow{
    filter:none
}
section.newsDetails .newsItem{
    padding:32px 0;
    display:flex;
    flex-direction:column;
    gap:11px;
    text-decoration:none
}
section.newsDetails .newsItem:not(:last-child){
    border-bottom:1px solid #9b9b9b
}
section.newsDetails .newsItem time{
    color:#c1c1c1;
    font:500 14px/1.4 "Exo 2"
}
section.newsDetails .newsItem .caption{
    color:#fff;
    font:600 18px/1.2 "Exo 2";
    text-transform:uppercase
}
section.newsDetails .newsItem .shortInfo{
    margin-top:3px;
    color:#ddd;
    font: 16px/1.5 "Exo 2";
    letter-spacing:.01em
}
@media (max-width: 1440px){
    section.newsDetails .left{
        padding-right:32px
    }
    section.newsDetails .right{
        padding-left:32px
    }
}
@media (max-width: 1100px){
    section.newsDetails{
        flex-direction:column;
        background:transparent
    }
    section.newsDetails .left{
        padding:32px 20px
    }
    section.newsDetails .right{
        background-color:#696969;
        padding:23px 20px 60px
    }
    section.newsDetails .newsLink{
        padding:20px 32px
    }
    section.newsDetails .newsItem{
        padding:25px 0
    }
}

aside.popup{
    display:none;
    position:fixed;
    z-index:10;
    left:0;
    top:0;
    width:100vw;
    height:100vh;
    background-color:#9b9b9b;
    padding:42px 50px;
    align-items:center;
    justify-content:center;
    cursor:pointer
}
aside.popup.open{
    display:flex
}
aside.popup .content{
    display:flex;
    flex-direction:column;
    background-color:#fff;
    border-radius:2px;
    border:1px solid #ddd;
    border-width:1px 1px 0 0;
    position:relative;
    padding:62px 90px;
    width:100%;
    max-width:1340px;
    max-height:calc(100vh - 84px);
    cursor:auto
}
aside.popup h3{
    display:flex;
    justify-content:space-between;
    gap:40px;
    font:700 40px/1.2 "Exo 2";
    color:#333;
    text-transform:uppercase;
    margin-bottom:32px
}
aside.popup .close{
    cursor:pointer;
    width:40px
}
aside.popup .close.mobile{
    display:none;
    width:44px
}
aside.popup .partnerInfo{
    display:flex;
    gap:114px;
    max-height: 540px;
    position: relative;
    padding: 30px 0;

}
aside.popup .partnerInfo .text {
    overflow-y:auto;
    max-height: 540px;
}


aside.popup .partnerInfo .scroll-buttons {
    position: absolute;
    right: 56px;
    top: 0px;
    z-index: 9999;
    height: 100%;
    display: block;
}
aside.popup .partnerInfo .scroll-buttons .up{
    background-image: url(/local/templates/main/images/chevron.svg);
    transform: rotate(180deg);
    background-size: 30px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    top: 0;
    position: absolute;
}
aside.popup .partnerInfo .scroll-buttons .down{
    background-image: url(/local/templates/main/images/chevron.svg);
    background-size: 30px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
}
aside.popup .text{
    flex-grow:1;
    display:flex;
    flex-direction:column;
    gap:6px;
    font: 14px/1.5 "Exo 2";
    letter-spacing:.01em;
    color:#696969;
    padding-right: 16px;
}

aside.popup .photos > div::-webkit-scrollbar, aside.popup .partnerInfo .text::-webkit-scrollbar{
    width: 10px;
}
aside.popup .photos > div::-webkit-scrollbar-track, aside.popup .partnerInfo .text::-webkit-scrollbar-track {
    background: #fff;
}
aside.popup .photos > div::-webkit-scrollbar-thumb:hover, aside.popup .partnerInfo .text::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}
aside.popup .photos > div::-webkit-scrollbar-thumb, aside.popup .partnerInfo .text::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-radius: 30px;
    border: none;
}



aside.popup .left .subHeader::-webkit-scrollbar {
    width: 10px;
}
aside.popup .left .subHeader::-webkit-scrollbar-track {
    background: #fff;
}
aside.popup .left .subHeader::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-radius: 30px;
    border: none;
}


aside.popup .right::-webkit-scrollbar {
    width: 10px;
}
aside.popup .right::-webkit-scrollbar-track {
    background: #efefef;
}
aside.popup .right::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-radius: 30px;
    border: none;
}

/* Handle on hover */
aside.popup .right::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

aside.popup .name{
    color:#333;
    font:600 20px/1.2 "Exo 2"
}
aside.popup .post{
    font: 16px/1.5 "Exo 2";
    letter-spacing:.01em;
    color:#9b9b9b
}
aside.popup .details{
    margin-top:28px;
    font: 14px/1.5 "Exo 2";
    letter-spacing:.01em;
    color:#696969;
    display:grid
}
aside.popup .details p+p{
    margin-top:10px
}
aside.popup .photos{
    display:grid;
    grid-template-areas: "full photos";
    grid-template-columns: 298px 70px;
    gap:6px 36px;

}
aside.popup .photos > div {
    grid-area: photos;
    overflow-y: scroll;
    padding-right: 8px;
}


aside.popup .photos img{
    max-width:100%;
    cursor:pointer;
    opacity:.7
}
aside.popup .photos .active,aside.popup .photos .fullSizePhoto{
    opacity:1

}
aside.popup .photos .fullSizePhoto{
    grid-area: full;
    max-width:298px;
    grid-column:1;
    grid-row:1/-1;
    cursor:auto;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:bottom center;
    object-position:bottom center
}

@media (max-width: 1100px){
    aside.popup .partnerInfo .scroll-buttons {
        display: none;
    }
    aside.popup{
        --heightCorrector: 0px;
        padding:0;
        max-height:var(--screenHeight)
    }
    aside.popup .content{
        padding:24px 20px;
        max-width:360px;
        max-height:calc(var(--screenHeight) - var(--heightCorrector))
    }
    @supports not (max-height: 100dvh){
        aside.popup{
            --heightCorrector: 60px;
            align-items:flex-start
        }
    }
    aside.popup h3{
        font-size:22px;
        line-height:1.3;
        margin-bottom:46px;
        gap:10px;
        align-items:center;
        letter-spacing:.005em
    }
    aside.popup .close{
        display:none
    }
    aside.popup .close.mobile{
        display:block
    }
    aside.popup .partnerInfo{
        flex-flow: row wrap;
        max-height: initial;
        gap:30px
    }
    aside.popup .post{
        margin-top:0
    }
    aside.popup .details{
        margin-top:24px
    }
    aside.popup .details p+p{
        margin-top:12px
    }
    aside.popup .photos{
        grid-template-areas:
            "full"
            "photos";
        grid-template-columns: 1fr;
        gap:30px 6px
    }
    aside.popup .photos .fullSizePhoto{
        max-width:100%;
        grid-row: initial;
        grid-column: initial;
    }
    aside.popup .photos > div {
        overflow-y: initial;
    }
    aside.popup .photos > div img {
        max-width: 30px;
        margin-right: 8px;
    }
}
section.servicesColumns{
    background-color:#fafafa;
    border-bottom:1px solid #ddd;
    padding:80px 0
}
section.servicesColumns.management_process_consulting{
    background-color:transparent;
    border-bottom:0
}
section.servicesColumns.management_process_consulting .links{
    background-color:transparent
}
section.servicesColumns.management_process_consulting .link{
    border-top:0
}
section.servicesColumns .container{
    display:grid;
    grid-template-columns:442px 1fr;
    gap:118px
}
section.servicesColumns.main{
    padding:100px 0
}
section.servicesColumns.main .links .link{
    padding:30px 32px
}
section.servicesColumns .left{
    display:flex;
    flex-direction:column;
    gap:24px
}
section.servicesColumns .sticky {
    position: sticky;
    top: 90px;
}
section.servicesColumns h2{
    font:700 40px/1.2 "Exo 2";
    color:#333;
    text-transform:uppercase
}
section.servicesColumns .subheader{
    font: 16px/1.7 "Exo 2";
    color:#696969;
    letter-spacing:.01em
}
section.servicesColumns .links{
    width:100%;
    background-color:#fff;
    display:flex;
    flex-direction:column
}
section.servicesColumns .link{
    font: 24px/1.4 "Exo 2";
    border-top:1px solid #ddd;
    padding:32px;
    text-transform:uppercase;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:24px;
    color:#333;
    text-decoration:none;
    cursor:pointer
}
section.servicesColumns .link img{
    width:32px;
    filter:grayscale(1);
}
section.servicesColumns .link:hover header{
    color:#c70000
}
section.servicesColumns .link:hover img{
    filter:none
}
section.servicesColumns .content{
    color:#696969;
    font: 14px/1.5 "Exo 2";
    letter-spacing:.01em;
    list-style-position:inside
}
section.servicesColumns .grid .link{
    display:grid;
    grid-template-columns:1fr 32px;
    gap:8px 24px;
    font:600 18px/1.6 "Exo 2";
    text-transform:none;
    letter-spacing:-.005em
}
section.servicesColumns .grid .link img{
    grid-column:2;
    grid-row:1/-1
}
section.servicesColumns .grid .link header{
    letter-spacing:-.05em
}
section.servicesColumns .grid .link .subheader{
    font-size:14px;
    line-height:1.5
}
@media (max-width: 1440px){
    section.servicesColumns .container{
        gap:86px
    }
}
@media (max-width: 1100px){
    section.servicesColumns{
        padding:24px 0;
        border-top:1px solid #ddd
    }
    section.servicesColumns.management_process_consulting{
        border-top:0
    }
    section.servicesColumns .container{
        grid-template-columns:100%;
        gap:24px;
        padding:0
    }
    section.servicesColumns.main{
        padding:32px 0
    }
    section.servicesColumns.main .container{
        gap:32px
    }
    section.servicesColumns.main .links .link{
        padding:26px 24px
    }
    section.servicesColumns .left{
        gap:16px;
        padding:0 20px 32px;
        border-bottom:1px solid #ddd
    }
    section.servicesColumns .right{
        padding:0 20px;
        background-color:transparent
    }
    section.servicesColumns .link{
        background-color:#fff;
        font: 16px/1.5 "Exo 2"
    }
    section.servicesColumns .grid .link{
        padding:24px
    }
    section.servicesColumns .grid .link header{
        font-size:18px;
        line-height:1.5
    }
    section.servicesColumns h2{
        font-size:24px;
        line-height:1.25
    }
    section.servicesColumns .subheader{
        font-size:14px
    }
}
aside.popup.transferServices,aside.popup.clientInfo{
    --closeBtnOffset: 10px;
    --innerPadding: 68px;
    --popupHeight: 800px;
    --paddingV: 80px;
    --paddingH: 80px;
    --popupPaddingV: 42px;
    padding-top:var(--popupPaddingV);
    padding-bottom:var(--popupPaddingV)
}
aside.popup.transferServices .container,aside.popup.clientInfo .container{
    --maxContentHeight: calc(var(--popupHeight) - 2 * var(--paddingV));
    position:relative;
    padding:var(--paddingV) var(--paddingH);
    background-image:linear-gradient(90deg,#fff 50%,#efefef 50%);
    display:grid;
    grid-template:var(--maxContentHeight)/100%;
    max-height:var(--popupHeight);
    cursor:auto
}
aside.popup.transferServices .close,aside.popup.clientInfo .close{
    position:absolute;
    top:calc(-1 * var(--closeBtnOffset));
    right:0;
    transform:translateY(-100%);
    filter:brightness(10) invert(.58)
}
aside.popup.transferServices .sliderContent,aside.popup.clientInfo .sliderContent{
    grid-row:1;
    grid-column:1;
    display:grid;
    grid-template-columns:1fr 1fr;
    opacity:0;
    transition:opacity var(--sliderTransitionDuration);
    pointer-events:none
}
aside.popup.transferServices .sliderContent.visible,aside.popup.clientInfo .sliderContent.visible{
    opacity:1;
    pointer-events:auto
}
aside.popup.transferServices .left,aside.popup.clientInfo .left,aside.popup.transferServices .right,aside.popup.clientInfo .right{
    width:100%
}
aside.popup.transferServices .left,aside.popup.clientInfo .left{
    display:flex;
    flex-direction:column;
    gap:32px;
    padding-right:var(--innerPadding);
    max-height:var(--maxContentHeight)
}
aside.popup.transferServices .right,aside.popup.clientInfo .right{
    --paddingBottom: 77px;
    padding-left:var(--innerPadding);
    overflow-y:auto;
    max-height:calc(var(--maxContentHeight) - var(--paddingBottom))
}
aside.popup.transferServices h3,aside.popup.clientInfo h3{
    font:500 24px/1.2 "Exo 2";
    color:#333;
    margin-bottom:0
}
aside.popup.transferServices h4,aside.popup.clientInfo h4{
    color:#333;
    margin-bottom:12px
}
aside.popup.transferServices .subHeader,aside.popup.clientInfo .subHeader{
    overflow-y:auto;
    padding-right: 16px;
}
aside.popup.transferServices .subHeader,aside.popup.clientInfo .subHeader,aside.popup.transferServices .text,aside.popup.clientInfo .text{
    color:#696969;
    letter-spacing:.01em;
    font: 16px/1.7 "Exo 2";
    display:flex;
    flex-direction:column;
    gap:12px;
    flex-grow:1
}

aside.popup.transferServices .subHeader ul,aside.popup.clientInfo .subHeader ul,aside.popup.transferServices .text ul,aside.popup.clientInfo .text ul{
    padding-left:24px
}
aside.popup.transferServices .subHeader li,aside.popup.clientInfo .subHeader li,aside.popup.transferServices .text li,aside.popup.clientInfo .text li{
    list-style-position:inside
}
aside.popup.transferServices .subHeader li+li,aside.popup.clientInfo .subHeader li+li,aside.popup.transferServices .text li+li,aside.popup.clientInfo .text li+li{
    margin-top:8px
}
aside.popup.transferServices button,aside.popup.clientInfo button{
    margin-top:auto;
    color:#9b9b9b;
    border:1px solid #ddd;
    border-radius:2px;
    height:44px;
    font:700 14px/1 "Exo 2";
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    text-transform:uppercase;
    background-color:#c70000;
    border-color:#c70000;
    color:#fff;
    width:302px;
    font: 18px/1 "Exo 2";
    flex-shrink:0
}
aside.popup.transferServices .controls,aside.popup.clientInfo .controls{
    position:absolute;
    bottom:var(--paddingV);
    right:var(--paddingH);
    width:calc(50% - var(--innerPadding) - var(--paddingH));
    display:flex;
    justify-content:space-between;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
aside.popup.transferServices .controls .arrows,aside.popup.clientInfo .controls .arrows{
    display:flex;
    gap:10px;
    height:36px
}
aside.popup.transferServices .controls .arrows img,aside.popup.clientInfo .controls .arrows img{
    width:32px;
    cursor:pointer;
    filter:saturate(0) brightness(2.4)
}
aside.popup.transferServices .controls .arrows img:hover,aside.popup.clientInfo .controls .arrows img:hover{
    filter:none
}
aside.popup.transferServices .controls .arrows .prev,aside.popup.clientInfo .controls .arrows .prev{
    transform:rotate(180deg)
}
aside.popup.transferServices .controls .arrows .disabled,aside.popup.clientInfo .controls .arrows .disabled{
    pointer-events:none;
    filter:saturate(0) brightness(3.8)
}
aside.popup.transferServices .controls .arrows .disabled:hover,aside.popup.clientInfo .controls .arrows .disabled:hover{
    filter:saturate(0) brightness(3.8)
}
aside.popup.transferServices .controls .counter,aside.popup.clientInfo .controls .counter{
    font:600 42px/1 "Exo 2";
    align-self:start;
    justify-content:flex-end;
    grid-row:1;
    grid-column:1;
    display:flex;
    align-items:flex-end;
    font-size:30px;
    line-height:45px;
    color:#333;
    letter-spacing:.01em;
    z-index:3
}
aside.popup.transferServices .controls .counter .divider,aside.popup.clientInfo .controls .counter .divider{
    margin-right:6px
}
aside.popup.transferServices .controls .counter .totalSlides,aside.popup.clientInfo .controls .counter .totalSlides{
    color:#9b9b9b;
    font-size:32px
}
aside.popup.transferServices .controls .counter .totalSlides,aside.popup.clientInfo .controls .counter .totalSlides{
    font-size:26px
}
@media (max-width: 1100px){
    aside.popup.transferServices .controls .counter,aside.popup.clientInfo .controls .counter{
        font-size:24px;
        line-height:36px
    }
    aside.popup.transferServices .controls .counter .totalSlides,aside.popup.clientInfo .controls .counter .totalSlides{
        font-size:20px
    }
}
@media (max-height: 920px){
    aside.popup.transferServices,aside.popup.clientInfo{
        --popupHeight: calc(var(--screenHeight) - 2 * var(--popupPaddingV) - 2 * var(--closeBtnOffset))
    }
}
@media (max-width: 1440px){
    aside.popup.transferServices,aside.popup.clientInfo{
        --paddingV: 32px;
        --paddingH: 48px
    }
}
@media (max-width: 1100px){
    aside.popup.transferServices,aside.popup.clientInfo{
        --popupPaddingV: 0px;
        --paddingH: 20px;
        --paddingV: 24px;
        --closeBtnOffset: 0px
    }
    aside.popup.transferServices .container,aside.popup.clientInfo .container{
        background:#efefef;
        grid-template-rows:1fr 60px;
        gap:0;
        padding:0 0 var(--paddingV);
        max-height:var(--screenHeight);
        height:100%
    }
    aside.popup.transferServices .sliderContent,aside.popup.clientInfo .sliderContent{
        grid-template-columns:100%;
        overflow-y:auto
    }
    aside.popup.transferServices .close,aside.popup.clientInfo .close{
        display:block;
        top:0;
        right:0;
        transform:none;
        width:32px;
        height:32px;
        filter:none
    }
    aside.popup.transferServices .left,aside.popup.clientInfo .left,aside.popup.transferServices .right,aside.popup.clientInfo .right{
        max-height:none;
        overflow-y:visible;
        padding:0 20px
    }
    aside.popup.transferServices .left,aside.popup.clientInfo .left{
        padding-top:var(--paddingV);
        gap:24px;
        background-color:#fff;
        padding-bottom:24px
    }
    aside.popup.transferServices .right,aside.popup.clientInfo .right{
        padding-top:24px;
        background-color:#efefef
    }
    aside.popup.transferServices h3,aside.popup.clientInfo h3{
        font-size:20px;
        margin-bottom:0
    }
    aside.popup.transferServices .subHeader,aside.popup.clientInfo .subHeader,aside.popup.transferServices .text,aside.popup.clientInfo .text{
        font-size:14px
    }
    aside.popup.transferServices .controls,aside.popup.clientInfo .controls{
        position:static;
        width:100%;
        align-items:center;
        padding:0 20px;
        margin-top:auto
    }
}
.v2 section.benefits,.v2 section.advantages{
    background-image:linear-gradient(to right,transparent 50%,#efefef 50%);
    padding:100px 0;
    display:flex
}
.v2 section.benefits .left,.v2 section.advantages .left{
    font:700 40px/1.2 "Exo 2";
    color:#333;
    text-transform:uppercase;
    padding-right:58px
}
.v2 section.benefits .right,.v2 section.advantages .right{
    padding-left:130px;
    display:grid;
    grid-template:repeat(3,auto)/100%;
    gap:32px 0;
    color:#696969;
    font: 16px/1.7 "Exo 2";
    letter-spacing:.01em;
    overflow-x:hidden
}
.v2 section.benefits .sliderContent,.v2 section.advantages .sliderContent{
    opacity:0;
    transform:translate(-100%);
    transition:all var(--sliderTransitionDuration);
    grid-row:2;
    grid-column:1;
    pointer-events:none
}
.v2 section.benefits .sliderContent.visible,.v2 section.advantages .sliderContent.visible{
    transform:none;
    opacity:1;
    pointer-events:auto
}
.v2 section.benefits .counter,.v2 section.advantages .counter{
    font:600 42px/1 "Exo 2";
    align-self:start;
    justify-content:flex-end;
    grid-row:1;
    grid-column:1;
    display:flex;
    align-items:flex-end;
    font-size:30px;
    line-height:45px;
    color:#333;
    letter-spacing:.01em;
    z-index:3
}
.v2 section.benefits .counter .divider,.v2 section.advantages .counter .divider{
    margin-right:6px
}
.v2 section.benefits .counter .totalSlides,.v2 section.advantages .counter .totalSlides{
    color:#9b9b9b;
    font-size:32px
}
.v2 section.benefits .counter .totalSlides,.v2 section.advantages .counter .totalSlides{
    font-size:26px
}
@media (max-width: 1100px){
    .v2 section.benefits .counter,.v2 section.advantages .counter{
        font-size:24px;
        line-height:36px
    }
    .v2 section.benefits .counter .totalSlides,.v2 section.advantages .counter .totalSlides{
        font-size:20px
    }
}
.v2 section.benefits .arrows,.v2 section.advantages .arrows{
    display:flex;
    align-items:center;
    justify-self:end;
    gap:10px
}
.v2 section.benefits .arrows img,.v2 section.advantages .arrows img{
    filter:saturate(0) brightness(2.4);
    cursor:pointer
}
.v2 section.benefits .arrows img.disabled,.v2 section.advantages .arrows img.disabled{
    filter:saturate(0) brightness(3.8);
    cursor:auto;
    pointer-events:none
}
.v2 section.benefits .arrows img:not(.disabled):hover,.v2 section.advantages .arrows img:not(.disabled):hover{
    filter:none
}
.v2 section.benefits .arrows .prev,.v2 section.advantages .arrows .prev{
    transform:rotate(180deg)
}
@media (max-width: 1440px){
    .v2 section.benefits,.v2 section.advantages{
        padding:80px 0
    }
    .v2 section.benefits .right,.v2 section.advantages .right{
        padding-left:58px
    }
}
@media (max-width: 1100px){
    .v2 section.benefits,.v2 section.advantages{
        flex-direction:column;
        padding:0;
        background:transparent
    }
    .v2 section.benefits .left,.v2 section.advantages .left{
        padding:32px 20px;
        background-color:#fff;
        font-size:24px;
        line-height:1.25
    }
    .v2 section.benefits .right,.v2 section.advantages .right{
        background-color:#efefef;
        padding:32px 20px;
        font-size:14px
    }
    .v2 section.benefits .counter,.v2 section.advantages .counter{
        font-size:26px;
        line-height:39px
    }
    .v2 section.benefits .counter .totalSlides,.v2 section.advantages .counter .totalSlides{
        font-size:22px;
        line-height:39px
    }
}
.v2 section.customerReviews{
    padding:60px 0 24px;
    background-color:#fafafa
}
.v2 section.customerReviews .container{
    display:grid;
    gap:48px 0;
    position: relative;
}
.v2 section.customerReviews .container .arrows {
    position: absolute;
    bottom: 200px;
    right: 60px;
}
.v2 section.customerReviews .container .arrows .prev {
    transform: rotate(180deg);
    filter: saturate(0) brightness(2.4);
    cursor: pointer;
}
.v2 section.customerReviews .container .arrows .next {
    filter: saturate(0) brightness(2.4);
    cursor: pointer;
}
.v2 section.customerReviews .container .arrows .prev:hover, .v2 section.customerReviews .container .arrows .next:hover {
    filter: initial;
}

.v2 section.customerReviews header{
    font:700 40px/1.2 "Exo 2";
    color:#333;
    text-transform:uppercase;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px
}
.v2 section.customerReviews .counter{
    font:600 42px/1 "Exo 2";
    align-self:start;
    justify-content:flex-end;
    grid-row:1;
    grid-column:1;
    display:flex;
    align-items:flex-end;
    font-size:30px;
    line-height:45px;
    color:#333;
    letter-spacing:.01em;
    z-index:3
}
.v2 section.customerReviews .counter .divider{
    margin-right:6px
}
.v2 section.customerReviews .counter .totalSlides{
    color:#9b9b9b;
    font-size:32px
}
.v2 section.customerReviews .counter .totalSlides{
    font-size:26px
}
@media (max-width: 1100px){
    .v2 section.customerReviews .counter{
        font-size:24px;
        line-height:36px
    }
    .v2 section.customerReviews .counter .totalSlides{
        font-size:20px
    }

    .v2 section.customerReviews .container .arrows {
        position: absolute;
        bottom: 196px;
        right: 36px;
    }
}
.v2 section.customerReviews .sliderContent{
    grid-row:2;
    grid-column:1;
    opacity:0;
    transform:translate(-100%);
    transition:all var(--sliderTransitionDuration);
    pointer-events:none;
    display:flex;
    flex-direction:column;
    padding:32px 40px;
    color:#696969;
    background-color:#fff;
    border:1px solid #ddd;
    border-width:1px 1px 0 0
}
.v2 section.customerReviews .sliderContent.visible{
    transform:none;
    opacity:1;
    pointer-events:auto
}
.v2 section.customerReviews .multipersons{
    display:flex;
    gap:32px
}
.v2 section.customerReviews .name{
    font:600 20px/1.2 "Exo 2"
}
.v2 section.customerReviews .post{
    color:#9b9b9b;
    font: 16px/1.5 "Exo 2";
    letter-spacing:.01em;
    margin-top:4px
}
.v2 section.customerReviews .text{
    margin:24px 0;
    font: 18px/1.6 "Exo 2";
    letter-spacing:.01em
}
.v2 section.customerReviews .showAll{
    display:flex;
    align-items:center;
    gap:6px;
    margin-top:auto
}
.v2 section.customerReviews .showAll img{
    font-size:0
}
.v2 section.customerReviews .showAll span{
    text-transform:uppercase;
    cursor:pointer;
    font: 16px/1 "Exo 2";
    color:#9b9b9b;
    letter-spacing:.01em;
    transition: color 1s ease-out;
}
.v2 section.customerReviews .showAll span:hover {
    color: #c70000;
}
.v2 section.customerReviews .swiper{
    width:100%;
    margin-top:8px
}
.v2 section.customerReviews .swiper-wrapper{
    display:flex;
    width:100%;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    justify-content: center;
}
.v2 section.customerReviews .swiper-slide{
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer
}
.v2 section.customerReviews .swiper-slide .colored{
    display:none
}
.v2 section.customerReviews .swiper-slide img{
    max-width:100%
}
.v2 section.customerReviews .swiper-slide.active img{
    display:none
}
.v2 section.customerReviews .swiper-slide.active .colored{
    display:block
}
@media (max-width: 1100px){
    .v2 section.customerReviews{
        padding-top:24px
    }
    .v2 section.customerReviews header{
        font-size:24px;
        line-height:1.25;
        flex-direction:column-reverse;
        align-items:flex-start;
        gap:20px
    }
    .v2 section.customerReviews .sliderContent{
        padding:24px 16px
    }
    .v2 section.customerReviews .multipersons{
        flex-direction:column;
        gap:24px
    }
    .v2 section.customerReviews .post{
        margin-top:8px;
        line-height:1.3
    }
    .v2 section.customerReviews .text{
        font-size:14px;
        line-height:1.7
    }
}
aside.certificate.popup .content{
    padding:50px 0 0;
    background-color:transparent;
    border:none;
    position:relative;
    cursor:pointer
}
aside.certificate.popup .close{
    filter:brightness(.7);
    align-self:flex-end;
    position:absolute;
    top:0;
    right:0
}
aside.certificate.popup .close:hover{
    filter:brightness(.4)
}
aside.certificate.popup .certificate{
    overflow-y:auto;
    align-self:center
}
aside.certificate.popup .certificate img{
    display:none;
    cursor:auto
}
aside.certificate.popup .certificate img.visible{
    display:block
}
@media (max-width: 1100px){
    aside.certificate.popup .content{
        padding-top:40px
    }
    aside.certificate.popup .certificate{
        width:100%
    }
    aside.certificate.popup .certificate img{
        width:100%
    }
    aside.certificate.popup .close{
        display:block;
        top:4px;
        width:32px
    }
}
.v2 section.consultancyServices{
    height:177px
}
.v2 section.consultancyServices .left,.v2 section.consultancyServices .right{
    display:flex;
    align-items:center;
    padding-top:24px;
    padding-bottom:24px
}
@media (max-width: 1100px){
    .v2 section.consultancyServices{
        height:auto
    }
    .v2 section.consultancyServices .left{
        align-items:flex-start
    }
    .v2 section.consultancyServices .left img{
        height:57px
    }
}
.v2 section.importantInformation{
    padding:62px 0;
    border-bottom:1px solid #ddd
}
.v2 section.importantInformation .container{
    display:grid;
    grid-template-columns:442px 1fr;
    gap:118px
}
.v2 section.importantInformation .left{
    font:700 40px/1.2 "Exo 2";
    color:#333;
    text-transform:uppercase
}
.v2 section.importantInformation .left .sticky {
    position: sticky;
    top: 90px;
}
.v2 section.importantInformation .right{
    font: 16px/1.7 "Exo 2";
    color:#696969;
    letter-spacing:.01em
}
.v2 section.importantInformation .right .paragraph{
    margin-top:1em
}
.v2 section.importantInformation .right a{
    font:inherit;
    font-weight:500;
    color:inherit
}
.v2 section.importantInformation .right h3{
    margin:32px 0 16px;
    font:500 20px/1.2 "Exo 2";
    color:#333
}
@media (max-width: 1440px){
    .v2 section.importantInformation .container{
        gap:86px
    }
}
@media (max-width: 1100px){
    .v2 section.importantInformation{
        padding:24px 0
    }
    .v2 section.importantInformation .container{
        grid-template-columns:100%;
        gap:16px
    }
    .v2 section.importantInformation .left{
        font-size:24px
    }
    .v2 section.importantInformation .right{
        font-size:14px
    }
    .v2 section.importantInformation .right h3{
        font-size:18px;
        margin:24px 0 10px
    }
}
aside.contactForm{
    --paddingV: 80px;
    --contentPaddingV: 80px;
    --contentPaddingH: 110px;
    --closeBtnOffset: 24px;
    --closeBtnHeight: 40px
}
aside.contactForm .content{
    position:relative;
    display:grid;
    grid-template-columns:422px 430px;
    gap:0 206px;
    background-color:#fafafa;
    padding:var(--contentPaddingV) var(--contentPaddingH);
    max-height:calc(var(--screenHeight) - 2 * var(--paddingV))
}
aside.contactForm .close{
    position:absolute;
    right:0;
    height:var(--closeBtnHeight);
    top:calc(-1 * var(--closeBtnOffset));
    transform:translateY(-100%);
    filter:brightness(10) invert(.58)
}
aside.contactForm h2{
    font:700 40px/1.2 "Exo 2";
    color:#333;
    text-transform:uppercase
}
aside.contactForm .subheader{
    margin-top:24px;
    color:#696969;
    letter-spacing:.01em;
    font: 16px/1.7 "Exo 2"
}
aside.contactForm .subheader a{
    color:#c70000;
    text-decoration:none
}
aside.contactForm .right{
    overflow-y:auto;
    max-height:calc(var(--screenHeight) - 2 * var(--contentPaddingV) - 2 * var(--paddingV))
}
aside.contactForm form{
    display:flex;
    flex-direction:column;
    gap:24px;
    overflow-y:hidden;
    padding-bottom:8px
}
aside.contactForm label,aside.contactForm .label{
    display:flex;
    flex-direction:column
}
aside.contactForm label .title,aside.contactForm .label .title{
    font: 14px/20px "Exo 2";
    text-shadow:0px 1px 2px rgba(16,24,40,.05),0px 0px 0px #f4ebff;
    margin-bottom:6px
}
aside.contactForm label .inputHolder,aside.contactForm .label .inputHolder{
    position:relative;
    font-size:0
}
aside.contactForm label .inputHolder img,aside.contactForm .label .inputHolder img{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:16px;
    display:none
}
aside.contactForm label .inputHolder input,aside.contactForm .label .inputHolder input{
    padding-right:40px
}
aside.contactForm label.errorMessage,aside.contactForm .label.errorMessage{
    margin-top:6px;
    font: 14px/20px "Exo 2";
    color:#f04438;
    display:none
}
aside.contactForm label input,aside.contactForm label textarea,aside.contactForm .label input,aside.contactForm .label textarea{
    color:#333;
    height:44px;
    background-color:#fff;
    padding:12px 16px;
    border:1px solid #d0d5dd;
    border-radius:4px;
    width:100%;
    font: 16px/1 "Exo 2";
    outline:none
}
aside.contactForm label input.hasError,aside.contactForm label textarea.hasError,aside.contactForm .label input.hasError,aside.contactForm .label textarea.hasError{
    box-shadow:0 1px 2px #1018280d;
    border:1px solid rgba(199,0,0,.5);
    background:right 16px center url(/local/templates/main/css/../images/inputError.svg) no-repeat #fff
}
aside.contactForm label input.hasError~.errorMessage,aside.contactForm label textarea.hasError~.errorMessage,aside.contactForm .label input.hasError~.errorMessage,aside.contactForm .label textarea.hasError~.errorMessage{
    display:block
}
aside.contactForm label textarea,aside.contactForm .label textarea{
    height:140px
}
aside.contactForm button:hover{
    background-position:left;
}
aside.contactForm button{
    color:#9b9b9b;
    border:1px solid #ddd;
    border-radius:2px;
    height:44px;
    font:700 14px/1 "Exo 2";
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    text-transform:uppercase;
    border-color:#c70000;
    color:#fff;
    margin-top:8px;
    font: 18px/1 "Exo 2";
    letter-spacing:.01em;
    background: linear-gradient(-45deg, #fff 40%, #fff 0 60%, #fff 0) right/300% 100% no-repeat, linear-gradient(-45deg, #c70000 40%, #000 0 60%, #c70000 0) right/300% 100% no-repeat;
    -webkit-background-clip: text, padding-box;
    background-clip: text, padding-box;
    transition: 0.8s;
}
aside.contactForm form .inputHolder span#flag{
    position:relative;
    z-index:2;
    margin-bottom:-38px;
    margin-left:16px
}
aside.contactForm form .inputHolder span#flag+input{
    padding-left:64px
}
@media (max-width: 1440px){
    aside.contactForm .content{
        -moz-column-gap:46px;
        column-gap:46px;
        grid-template-columns:422px 1fr
    }
}
@media (max-width: 1100px){
    aside.contactForm{
        --paddingV: 40px;
        --closeBtnOffset: 16px;
        padding:0 20px 40px;
        align-items:flex-start
    }
    aside.contactForm .content{
        --contentPaddingH: 20px;
        --contentPaddingV: 32px;
        --top: calc(2 * var(--closeBtnOffset) + var(--closeBtnHeight));
        top:var(--top);
        max-height:calc(var(--screenHeight) - var(--top) - var(--paddingV));
        grid-template-columns:100%
    }
    aside.contactForm .left{
        display:none
    }
    aside.contactForm .right{
        max-height:calc(var(--screenHeight) - var(--top) - 2 * var(--contentPaddingV) - var(--paddingV))
    }
    aside.contactForm .close{
        display:block;
        top:calc(-1 * var(--closeBtnOffset));
        width:32px;
        height:32px
    }
}
aside.requestSubmitted{
    --paddingV: 80px;
    --paddingH: 110px;
    --closeBtnHeight: 40px
}
aside.requestSubmitted .content{
    padding:var(--paddingV) var(--paddingH);
    background-color:#fafafa;
    max-width:680px;
    position:relative
}
aside.requestSubmitted .scrollingArea{
    height:100%;
    overflow-y:auto;
    display:flex;
    flex-direction:column;
    gap:32px
}
aside.requestSubmitted .close{
    position:absolute;
    top:-24px;
    right:0;
    transform:translateY(-100%);
    height:var(--closeBtnHeight);
    width:auto;
    filter:brightness(10) invert(.58)
}
aside.requestSubmitted h3{
    font:700 40px/1.2 "Exo 2";
    color:#333;
    text-transform:uppercase;
    margin-bottom:0
}
aside.requestSubmitted .subheader{
    color:#696969;
    letter-spacing:.01em;
    font: 16px/1.7 "Exo 2";
    max-width:460px
}
aside.requestSubmitted button{
    color:#9b9b9b;
    border:1px solid #ddd;
    border-radius:2px;
    height:44px;
    font:700 14px/1 "Exo 2";
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    text-transform:uppercase;
    background-color:#c70000;
    border-color:#c70000;
    color:#fff;
    width:320px;
    max-width:100%;
    flex-shrink:0
}
@media (max-height: 620px){
    aside.requestSubmitted{
        --paddingV: 40px
    }
    aside.requestSubmitted h3{
        font-size:32px
    }
}
@media (max-width: 1440px){
    aside.requestSubmitted{
        --paddingH: 80px
    }
}
@media (max-height: 460px){
    aside.requestSubmitted{
        --paddingV: 32px;
        --paddingH: 40px;
        --closeBtnHeight: 32px
    }
    aside.requestSubmitted h3{
        font-size:24px
    }
    aside.requestSubmitted .content{
        max-width:480px
    }
    aside.requestSubmitted .scrollingArea{
        gap:16px
    }
    aside.requestSubmitted .close{
        top:-8px
    }
}
@media (max-width: 1100px){
    aside.requestSubmitted{
        --paddingV: 32px;
        --paddingH: 20px;
        --closeBtnHeight: 32px
    }
    aside.requestSubmitted .content{
        gap:16px;
        max-width:320px;
        max-height:calc(var(--screenHeight) - var(--closeBtnHeight) - 32px - 32px)
    }
    aside.requestSubmitted .close{
        display:block;
        top:-16px
    }
    aside.requestSubmitted h3{
        font-size:24px;
        line-height:1.25
    }
    aside.requestSubmitted button{
        width:100%
    }
}
.v2 section.aboutCompany,.v2 section.ourClients{
    height:174px;
    display:flex;
    color:#333
}
.v2 section.aboutCompany h1,.v2 section.ourClients h1{
    font:700 40px/1.2 "Exo 2";
    letter-spacing:0
}
.v2 section.aboutCompany h2,.v2 section.ourClients h2{
    font:700 40px/1.2 "Exo 2";
    letter-spacing:0
}
.v2 section.aboutCompany .left,.v2 section.ourClients .left{
    display:flex;
    align-items:center
}
.v2 section.aboutCompany .right,.v2 section.ourClients .right{
    display:flex;
    align-items:center;
    font: 16px/1.7 "Exo 2";
    color:#696969;
    letter-spacing:.01em
}
@media (max-width: 1100px){
    .v2 section.aboutCompany,.v2 section.ourClients{
        flex-direction:column;
        padding:42px 0;
        gap:16px;
        height:auto
    }
    .v2 section.aboutCompany h1,.v2 section.ourClients h1{
        font-size:24px;
        line-height:1.3;
        letter-spacing:normal;
        text-align:left
    }
    .v2 section.aboutCompany h2,.v2 section.ourClients h2{
        font-size:24px;
        line-height:1.3;
        letter-spacing:normal;
        text-align:left
    }
    .v2 section.aboutCompany .left,.v2 section.ourClients .left,.v2 section.aboutCompany .right,.v2 section.ourClients .right{
        width:100%;
        max-width:var(--containerWidth);
        padding:0 20px
    }
    .v2 section.aboutCompany .right,.v2 section.ourClients .right{
        font-size:14px
    }
}
.v2 section.aboutImage{
    font-size:0
}
.v2 section.aboutImage img{
    width:100%
}
.v2 section.advantages{
    background-color:#fafafa;
    background-image:none;
    padding:80px 0
}
.v2 section.advantages .right{
    display:block
}
.v2 section.advantages .list li{
    border-top:1px solid #ddd;
    background-color:#fff;
    padding:32px;
    display:flex;
    gap:24px
}
.v2 section.advantages .list span{
    color:#333;
    font:600 18px/1.6 "Exo 2";
    letter-spacing:-.005em
}
.v2 section.advantages .list .index{
    font:700 30px/1 "Exo 2";
    letter-spacing:.01em
}
@media (max-width: 1440px){
    .v2 section.advantages .list .index{
        font-weight:600
    }
}
@media (max-width: 1100px){
    .v2 section.advantages{
        padding-top:32px;
        padding-bottom:32px
    }
    .v2 section.advantages .left{
        background-color:#fafafa;
        padding-top:0;
        padding-bottom:24px;
        font-size:24px;
        line-height:1.25
    }
    .v2 section.advantages .right{
        padding-top:24px;
        padding-bottom:0;
        background-color:#fafafa
    }
    .v2 section.advantages .list li{
        gap:40px;
        padding:24px 16px
    }
    .v2 section.advantages .list span{
        font-size:16px
    }
}
.v2 section.areasOfExpertise{
    display:flex;
    color:#333;
    padding:80px 0;
    border-top:1px solid #ddd
}
.v2 section.areasOfExpertise h1{
    font:700 40px/1.2 "Exo 2";
    text-transform:uppercase
}
.v2 section.areasOfExpertise h2{
    font:700 40px/1.2 "Exo 2";
    text-transform:uppercase
}
.v2 section.areasOfExpertise h3{
    font:500 20px/1.2 "Exo 2";
    text-transform:uppercase
}
.v2 section.areasOfExpertise h3 a {
    text-decoration: none;
    color: #333;
    transition: color 1s ease-out;
}
.v2 section.areasOfExpertise h3 a:hover {
    color: #c70000;
}
.v2 section.areasOfExpertise .list{
    margin-top:94px
}
.v2 section.areasOfExpertise .list li{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
    padding:32px 0;
    border-top:1px solid #ddd
}
.v2 section.areasOfExpertise .list li:last-child{
    border-bottom:1px solid #ddd
}
.v2 section.areasOfExpertise .list p{
    font: 16px/1.7 "Exo 2";
    letter-spacing:.01em;
    color:#696969
}
@media (max-width: 1440px){
    .v2 section.areasOfExpertise{
        padding-top:60px
    }
}
@media (max-width: 1100px){
    .v2 section.areasOfExpertise{
        padding-top:42px;
        padding-bottom:42px
    }
    .v2 section.areasOfExpertise h2{
        font-size:24px;
        line-height:1.3;
        letter-spacing:-.03em
    }
    .v2 section.areasOfExpertise .list{
        margin-top:42px
    }
    .v2 section.areasOfExpertise .list li{
        padding:24px 0;
        grid-template-columns:100%;
        gap:8px
    }
}
.v2 section.ourClients{
    background-color:#fafafa;
    height:194px
}
@media (max-width: 1440px){
    .v2 section.ourClients{
        height:180px
    }
}
@media (max-width: 1100px){
    .v2 section.ourClients{
        height:auto;
        padding:24px 0 32px
    }
}
.v2 section.clientsGrid{
    padding:54px 0;
    background-color:#fafafa
}
.v2 section.clientsGrid .container{
    width:100%;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    grid-auto-rows:262px
}
.v2 section.clientsGrid .client{
    background-color:#fff;
    border:1px solid #ddd;
    border-width:1px 1px 0 0;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center
}
.v2 section.clientsGrid .client img{
    max-width:100%;
    max-height:100%
}
.v2 section.clientsGrid .client .color{
    display:none
}
.v2 section.clientsGrid .client:hover img{
    display:none
}
.v2 section.clientsGrid .client:hover .color{
    display:block
}
@media (max-width: 1100px){
    .v2 section.clientsGrid{
        padding-top:24px;
        padding-bottom:32px
    }
    .v2 section.clientsGrid .container{
        grid-template-columns:1fr 1fr;
        grid-auto-rows:120px
    }
}
aside.popup.clientInfo .brandLogo{
    max-width:120px;
    max-height:120px
}
aside.popup.clientInfo .filters{
    margin-top:auto;
    display:flex;
    flex-wrap:wrap;
    gap:8px
}
aside.popup.clientInfo .filters .filter{
    height:43px;
    background-color:#efefef;
    border-radius:8px;
    font: 16px/1.7 "Exo 2";
    letter-spacing:.01em;
    color:#696969;
    display:grid;
    align-items:center;
    padding:0 20px;
    cursor:pointer
}
aside.popup.clientInfo .right{
    --paddingBottom: 0
}
aside.popup.clientInfo .right a{
    color:inherit
}
aside.popup.clientInfo h4{
    color:#333;
    margin-bottom:0;
    font:600 18px/1.6 "Exo 2";
    letter-spacing:-.005em
}
aside.popup.clientInfo h5{
    font:600 16px/1.7 "Exo 2"
}
@media (max-width: 1100px){
    aside.popup.clientInfo .container{
        max-height:calc(var(--screenHeight) - 122px);
        top:20px;
        max-width:calc(100vw - 40px);
        grid-template-rows:1fr
    }
    aside.popup.clientInfo .close{
        top:-48px;
        filter:brightness(.7)
    }
    aside.popup.clientInfo .left{
        gap:60px
    }
    aside.popup.clientInfo .filters .filter{
        font-size:12px;
        height:36px
    }
    aside.popup.clientInfo h4{
        font-size:16px
    }
    aside.popup.clientInfo h5{
        font-size:14px
    }
    aside.popup.clientInfo .text{
        gap:8px;
        font-size:14px
    }
    aside.popup.clientInfo .text ul{
        padding-left:12px
    }
}
.jselect{
    position:relative;
    height:44px;
    font-size:1rem;
    background-color:#fff;
    z-index:1;
    width:100%
}
.form-arwa{
    width:450px;
    padding:30px;
    margin:150px auto;
    background:#222
}
.jselect>.jselect__display{
    display:flex;
    justify-content:flex-start;
    margin-top:0;
    flex-wrap:wrap;
    width:100%;
    min-height:2rem;
    border:solid .01rem #d0d0d0;
    border-radius:.25rem;
    padding:2px 1rem;
    padding-right:52px;
    cursor:pointer;
    font: 16px/1 "Exo 2";
    text-align:left;
    background:#fff;
    position:relative;
    color:#333;
    text-transform:none
}
.jselect>.jselect__display img{
    position:absolute;
    right:1rem;
    top:50%;
    transform:translateY(-50%)
}
.jselect.open>.jselect__display img{
    transform:translateY(-50%) rotate(180deg)
}
.jselect>.jselect__display>span{
    opacity:.65;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.jselect>.jselect__display[aria-disabled=true]{
    cursor:not-allowed;
    pointer-events:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    opacity:.5
}
.jselect>.jselect__hidden{
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    border:none;
    color:transparent;
    height:0;
    width:0;
    padding:0;
    margin:0
}
.jselect>.jselect__menu{
    flex-direction:column;
    position:absolute;
    display:none;
    border:none;
    border-radius:.25rem;
    top:0;
    z-index:1;
    background-color:#fff;
    width:100%
}
.jselect.reverse>.jselect__menu{
    top:unset;
    bottom:2.5rem
}
.jselect.open>.jselect__display{
    border-radius:.25rem .25rem 0 0
}
.jselect.reverse.open>.jselect__display{
    border-radius:0 0 .25rem .25rem
}
.jselect.open>.jselect__display~.jselect__menu{
    display:flex
}
.jselect.reverse>.jselect__menu{
    flex-direction:column-reverse
}
.jselect.open>.jselect__display~.jselect__menu .jselect__search{
    border-top:none;
    border-radius:0
}
.jselect>.jselect__menu>.jselect__search{
    height:3rem;
    border-radius:2px;
    width:100%;
    padding:.5rem 1rem;
    border:solid .01rem #d0d0d0;
    border-bottom:none;
    font-family:inherit;
    font-size:inherit
}
.jselect>.jselect__menu>.jselect__list{
    display:flex;
    flex-direction:column;
    max-height:20rem;
    max-width:100%;
    overflow-x:hidden;
    overflow-y:auto;
    list-style:none;
    -webkit-margin-before:0;
    margin-block-start:0;
    -webkit-margin-after:0;
    margin-block-end:0;
    -webkit-padding-start:0;
    padding-inline-start:0;
    border:solid .01rem #d0d0d0;
    border-radius:0 0 .25rem .25rem
}
.jselect.reverse>.jselect__menu>.jselect__list{
    border-radius:.25rem .25rem 0 0
}
.jselect__list>.jselect__noresult{
    padding:.5rem 1rem;
    pointer-events:none;
    opacity:.65
}
.jselect__list .jselect__group{
    display:block;
    width:100%;
    font-weight:500;
    padding:.5rem 1rem
}
.jselect--option{
    overflow:auto;
    min-height:44px;
    max-width:100%;
    padding:.5rem 1rem
}
.jselect__list>.jselect--option:last-child{
    border-radius:0 0 .25rem .25rem
}
.jselect--option *{
    cursor:default;
    color:inherit
}
.jselect--option.focus{
    background-color:#fafafa
}
.jselect--option.selected{
    color:#fff;
    background-color:#fafafa
}
.jselect--option.selected .jselect--option__body,.jselect--option.focus .jselect--option__body{
    color:#333
}
.jselect--option.selected .jselect--option__body img{
    display:block
}
.jselect--option.focus.selected{
    color:#fff;
    background-color:#fafafa
}
.jselect--option.selected small{
    color:#efefef!important
}
.jselect--option.disabled>*{
    opacity:.5
}
.jselect--option>.jselect--option__img{
    float:left;
    height:2rem;
    margin:.125rem 1rem 0 0
}
.jselect--option .jselect--option__body{
    display:inline-block;
    clear:both;
    color:#696969;
    font: 16px/24px "Exo 2";
    position:relative;
    width:100%
}
.jselect--option .jselect--option__body img{
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    display:none
}
.jselect--option .jselect--option__body span{
    display:block;
    margin-top:.1rem;
    color:inherit
}
.jselect--option .jselect--option__img+.jselect--option__body span{
    margin-top:.5rem
}
.jselect--option>.jselect--option__body small{
    display:block;
    color:#858585;
    margin-top:.2rem
}
@font-face{
    font-family:swiper-icons;
    src:url(data:application/font-woff;
        charset=utf-8;
    base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
    font-weight:400;
    font-style:normal
}
:root{
    --swiper-theme-color:#007aff
}
.swiper{
    margin-left:auto;
    margin-right:auto;
    position:relative;
    overflow:hidden;
    list-style:none;
    padding:0;
    z-index:1
}
.swiper-vertical>.swiper-wrapper{
    flex-direction:column
}
.swiper-wrapper{
    position:relative;
    width:100%;
    height:100%;
    z-index:1;
    display:flex;
    transition-property:transform;
    box-sizing:content-box
}
.swiper-android .swiper-slide,.swiper-wrapper{
    transform:translateZ(0)
}
.swiper-pointer-events{
    touch-action:pan-y
}
.swiper-pointer-events.swiper-vertical{
    touch-action:pan-x
}
.swiper-slide{
    flex-shrink:0;
    width:100%;
    height:100%;
    position:relative;
    transition-property:transform
}
.swiper-slide-invisible-blank{
    visibility:hidden
}
.swiper-autoheight,.swiper-autoheight .swiper-slide{
    height:auto
}
.swiper-autoheight .swiper-wrapper{
    align-items:flex-start;
    transition-property:transform,height
}
.swiper-backface-hidden .swiper-slide{
    transform:translateZ(0);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{
    perspective:1200px
}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{
    transform-style:preserve-3d
}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:10
}
.swiper-3d .swiper-slide-shadow{
    background:rgba(0,0,0,.15)
}
.swiper-3d .swiper-slide-shadow-left{
    background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-right{
    background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-top{
    background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-bottom{
    background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-css-mode>.swiper-wrapper{
    overflow:auto;
    scrollbar-width:none;
    -ms-overflow-style:none
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{
    display:none
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{
    scroll-snap-align:start start
}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper{
    scroll-snap-type:x mandatory
}
.swiper-vertical.swiper-css-mode>.swiper-wrapper{
    scroll-snap-type:y mandatory
}
.swiper-centered>.swiper-wrapper:before{
    content:"";
    flex-shrink:0;
    order:9999
}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{
    -webkit-margin-start:var(--swiper-centered-offset-before);
    margin-inline-start:var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-horizontal>.swiper-wrapper:before{
    height:100%;
    min-height:1px;
    width:var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{
    -webkit-margin-before:var(--swiper-centered-offset-before);
    margin-block-start:var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical>.swiper-wrapper:before{
    width:100%;
    min-width:1px;
    height:var(--swiper-centered-offset-after)
}
.swiper-centered>.swiper-wrapper>.swiper-slide{
    scroll-snap-align:center center;
    scroll-snap-stop:always
}

.sitemap {
    margin-top: 46px;
    margin-bottom: 60px;
}
.sitemap .container {
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    justify-content: space-between;
}
.sitemap .container div {
    width: 24%;
    min-width: 140px;
}

.sitemap .container div > a {
    font: 18px/1.4 "Exo 2";
    text-decoration: none;
    color: #696969;
    margin-bottom: 8px;
    display: block;
}
.sitemap .container div > a:hover {
    color: #c70000;
}
.sitemap .container div > ul{
    list-style: none;
}
.sitemap .container div > ul li{
    margin-bottom: 4px;
}
.sitemap .container div > ul li a {
    font: 14px/1.4 "Exo 2";
    text-decoration: none;
    color: #696969;
}
.sitemap .container div > ul li a:hover {
    color: #c70000;
}

.privacy {
    margin-top: 46px;
    margin-bottom: 60px;
}
.privacy .text {
    font: 16px/1.7 "Exo 2";
    color: #696969;
    letter-spacing: .01em;
}
.privacy .text p {
    font: inherit;
    color: #696969;
    margin-top: 1em;
}
.blog-section{
    display: flex;
    justify-content: flex-start;
    gap: 60px;
    margin-bottom: 80px;
}
.blog-lang-notice{
    margin: 24px 0;
    padding: 16px 20px;
    border: 1px solid rgba(199,0,0,.18);
    border-left: 4px solid #c70000;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font: 500 16px/1.45 "Exo 2";
}
.blog-lang-notice--main{
    margin-top: 0;
    margin-bottom: 28px;
}
.blog-items{
    display: flex;
    flex-wrap: wrap;
    gap: 31px;
}
.blog-item {
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
    padding: 12px 12px 24px;
    /* width: 304px !important; */
    min-height: 438px;
}
.blog-item img{
    width: 100%;
    max-height: 280px;
}
.blog-item-data{
    color: #696969;
    font-family: "Exo 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.blog-item-info{
    padding: 36px;
}
.blog-item-caption{
    color: #333;
    font-family: "Exo 2";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    text-decoration: none;
    margin-bottom: 16px;
}
.blog-item-anounce {
    margin-top: 16px;
    color: #696969;
    font-family: "Exo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
.blog-categories{
    display: flex;
    flex-direction: column;
}
.blog-category{
    width: 283px;
    background: #fff;
    padding: 16px 30px;
    border-top: 1px solid #ECECEC;
    color: #333;
    font-family: "Exo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-decoration: none;
}
.blog-category.active{
    background: #C70000;
    color: #fff;
}
.blog{
    background-color:#fafafa;
}

.blog-navigation{
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-navigation a{
    text-decoration: none;
}

a .blog-navigation-button{
    color: #333;
}

.blog-navigation-button{
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 20px;
    justify-content: center;
    border: 1px solid #D9D9D9;
    color: #D9D9D9;
    text-align: center;
    font-family: "Exo 2";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 133.333% */
}

.blog-navigation-button:hover{
    border-color: #C70000;
}

.blog-navigation-nums{
    display: flex;
    color: #333;
    text-align: center;
    font-family: "Exo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
}
.blog-navigation-nums a{
    color: #333;
    width: 48px;
    padding-bottom: 12px;
}
.blog-navigation-nums .active,.blog-navigation-nums a:hover{
    color: #C70000;
    width: 48px;
    padding-bottom: 12px;
    border-bottom: 2px solid #C70000;
}

.blog-detail{
    color: #333;
    font-family: "Exo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    max-width: 988px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-detail h3{
    color: #333;
    font-family: "Exo 2";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 133.333% */
    margin-top: 60px;
    margin-bottom: 20px;
}
.blogPost h1{
    margin-top: 72px;
    margin-bottom: 20px;
}
.blogPost h2{
    margin-top: 72px;
    margin-bottom: 20px;
}

.blogPost-data{
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}

.blogPost-link-back{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #C70000;
    font-family: "Exo 2";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}

.blogPost-author{
    color: #696969;
    font-family: "Exo 2";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 133.333% */
}

.blogPost .halfContainer{
    margin-left: unset;
    display: flex;
    align-items: center;
    padding-left: 0;
    max-width: 769px;
}

.blog-detail-block{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 140px;
    justify-content: space-between;
}

.detail_picture{
    max-width: 998px;
}

.blog-detail-text{
    max-width: 880px;
}

.blog-detail-modal{
    width: 312px;
}

.blog-detail-text img{
    max-width: 100vw;
}

.blog-section-others{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-others-title,.blogPost h2,.blogPost h1{
    color: #333;
    font-family: "Exo 2";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 120% */
    text-transform: uppercase;
}

.blog-section-others .blog-items{
    flex-wrap: nowrap;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 140px;
}

.blog-section-others .blog-item img{
    max-height: 100%;
    width: 100%;
}

.blog-section-others .blog-item-caption {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 12px;
    font-weight: 600;
    color: #000000;
    display: block;
    padding-top: 20px;
}

.blog-section-others .blog-item-info{
    padding: 0;
}

.blog-section-others .blog-item-anounce{
    font-size: 15px;
}

.blog-detail-text li{
    list-style-type: none;
}
.blog-detail-text li ul li::before{
    color: #C70000;
    content: "\25BA";
    padding-left: 20px;
    font-size: 7px;
}
.blog-detail-text li::before {
    color: #C70000; /* Цвет маркера */
    content: "\2022"; /* Сам маркер */
    padding-right: 20px; /* Расстояние от маркера до текста */
}

.blog-detail-modal{
    padding:40px 30px;
    background: #FFF;
    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.05);
    max-height: 384px;
}

.block-detail-modal-title{
    color: #333;
    font-family: "Exo 2";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
    text-transform: uppercase;
}

.block-detail-modal-descr{
    color: #696969;
    font-family: "Exo 2";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
    margin-top: 12px;
    margin-bottom: 20px;
}

.inputtext{
    max-width: 100%;
    border: 1px solid #ECECEC;
}

.blog-detail-modal .inputtext{
    padding: 13px 20px;
    color: #C4C4C4;
    font-family: "Exo 2";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
    margin-bottom: 12px;
}

.blog-detail-modal-submit{
    background: #C70000;
    width: 100%;
    padding: 13px;
    color: #FFF;
    font-family: "Exo 2";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    border: 0;
    cursor: pointer;
}

.blog-detail p{
    padding: 10px 0;
}

@media screen and (max-width: 1199px){
    .blog-section{
        flex-direction: column;
    }
    .blog-category{
        width: 100%;
    }
    .blog-navigation-button span{
        display: none;
    }
    .blog-navigation-num{
        width: 24px;
    }
    .blogPost-data{
        flex-direction: column-reverse;
        gap: 10px;
        margin-bottom: 30px;
    }
    .detail_picture,.blog-detail{
        max-width: 100%;
        height: auto;
    }
    .blog-detail-text img{
        max-width: 100%;
        transform: unset;
        margin-left: 0;
        height: auto;
    }
    .blog-detail h3{
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .blogPost h1{
        margin-top: 36px;
    }
    .blogPost h2{
        margin-top: 36px;
    }

    .blogPost .halfContainer{
        max-width: 100%;
    }

    .blog-detail-text img{
        margin-top: 40px;
    }
    .blog-section-others .blog-items{
        flex-wrap: wrap;
    }
    .blog-section-others .blog-item img{
        width: 100%;
    }
}

@media screen and (min-width: 1200px){
    .blog-detail-modal{
        position: sticky;
        top: 100px;
    }
}

@media (max-width:375px) {
    .blog-detail-text table {
        font-size: 12px;
        line-height: 15px;
    }
}
.blog-detail-text ol li::before {
    display: none;
}
.blog-detail-text ol li {
    list-style-type: auto;
}
.blog-detail-text ol {
    margin-left: 20px;
}
.blog-detail-text table td {
    padding:10px;
}
.blog-detail-text table td p {
    padding:0;
}
.bx-breadcrumb-item a{
    text-decoration: none;
    color: #c70000;
}
span.footer__contact-item-phone {
    margin-bottom: 12px;
    display: block;
}
@media (max-width:768px) {
    span.footer__contact-item-phone {
        margin-bottom: 0;
        display: block;
    }
    .infoRow .value a {
        color: #000;
        text-decoration: none;
        font-weight: 600;
        font-size: 18px;
    }
    .infoRow .label.email {
        font-size: 20px;
        font-weight: 700;
    }
    .infoRow .label.email span {
        font-size: 16px;
        font-weight: 400;
        margin-top: 12px;
    }
    .infoRow .label {
        font-size: 16px;
        color: #000;
        order: 0;
    }
    .infoRow .value {
        font-size: 17px;
        order: 1;
    }
    .v2 section.consultation header {
        font-size: 32px;
        line-height: 1.3;
        letter-spacing: -.03em;
    }
    section.consultation .counter .totalSlides {
        font-size: 14px;
        margin-bottom: 0;
    }
    section.consultation .counter {
        font-size: 14px;
        line-height: 36px;
    }
    section.tophead .contactItem {
        display: flex;
        align-items: start;
        gap: 6px;
        text-decoration: none;
        color: #000000;
    }
    .contactItem.address img {
        width: 16px;
        display: block;
        height: 16px;
        bottom: -3px;
        position: relative;
    }
    section.tophead * {
        font-size: 14px;
        line-height: 130%;
    }
    section.tophead  a.contactItem.phone {
        display: none;
    }
    a.contactItem.callback {
        display: none !important;
    }
    .v2 section.partners .left {
        padding-bottom: 0;
        padding-left: 0;
    }
    .v2 section.partners .right {
        padding-left: 0;
    }
    a.clients-btn {
        order: 1;
        width: 100%;
        text-align: center;
        border-radius: 0;
    }
    .clients-text {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 0;
        color: #333333;
    }
    .clients-title {
        font-size: 40px;
        font-weight: 500;
        margin-bottom: 10px;
        color: #000;
        text-transform: uppercase;
    }
    .services-block {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .clients-logo-card {
        width: 80px;
        height: 80px;
    }
    section.advantages-block{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    img.topslider__img {
        width: 80%;
    }
    .v2 section.topSlider button {
        margin-bottom: auto;
    }
    img.topslider__img {
        margin-top: auto;
    }
    .about-text {
        display: none;
    }
    section .container {
        padding: 0;
        gap: 40px;
    }
    .v2 section.topSlider {
        height: auto;
        max-width: none;
        background-size: cover;
        padding: 7rem 0 !important;
        --paddingV: auto;
    }
}

.topSlider{
    transition: .4s;
}
.topSlider.noimg{
    /*background-image: none;*/
    background: url(/local/templates/main/css/../images/mountains.jpg) right bottom / 0% no-repeat #ffffff;
    padding: 0;
    height: 650px;
}
.topSlider.noimg .container {
    height: 100%;
}
.topSlider .counter{
    transition: .4s;
}
.topSlider.noimg .counter{
    opacity: 0;
    pointer-events: none;
}
.sliderContent.special{
    position: relative;
    width: 100% !important;
    height: 100%;
}
.sliderContent__wrapper{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sliderContent__wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sliderContent__text{
    display: flex;
    flex-direction: column;
    max-width: 540px;
    width: 42%;
}
.sliderContent__text .title-content{
    text-transform: uppercase;
    color: #212432;
    font-size: clamp(24px, calc(24px + 20*((100vw - 320px) / 1120)), 53px);
    font-family: "Exo 2";
    font-weight: 600;
}
.sliderContent__text .subtitle-content{
    padding-top: 15px;
    color: #333333;
    font-size: clamp(16px, calc(16px + 20*((100vw - 320px) / 1120)), 26px);
    font-family: "Exo 2";
    font-weight: 500;
}
.sliderContent__text .text-content{
    padding-top: 32px;
    padding-bottom: 32px;
    color: #333333;
    font-size: clamp(12px, calc(12px + 20*((100vw - 320px) / 1120)), 16px);
    font-family: "Exo 2";
}
.sliderContent__text .button-content{
    margin-top: 70px;
    color: white;
    background-color: #EC3838;
    border: 1px solid #EC3838;
    width: 180px;
    height: 50px;
    font-size: 16px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-family: "Exo 2";
    text-decoration: none;
    transition: .4s;
}
.sliderContent__text .button-content:hover{
    background-color: transparent;
    color: #EC3838;
}
.sliderContent__special-content{
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 40px 40px 40px 20px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.sliderContent__cards{
    display: flex;
    gap: 30px;
    justify-content: space-between;
    width: 53%;
    height: fit-content;
}
.sliderContent__cards_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 0px;
}
.sliderContent__card{
    flex-direction: column;
}
.sliderContent__card:hover .sliderContent__card-icon img{
    transform: translateY(-20px);
}
.sliderContent__card-icon{
    display: flex;
    width: 100%;
    height: fit-content;

}
.sliderContent__card-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .4s;
}
.sliderContent__card .title-card{
    font-family: "Exo 2";
    color: #212432;
    font-size: 25px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding-top: 16px;
    font-weight: 600;
}
.sliderContent__card .title-card span{
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    background-color: #EC3838;
    border-radius: 50px;
}
.sliderContent__card .subtitle-card{
    color: #333333;
    font-size: 14px;
    padding-top: 15px;
    font-family: "Exo 2";
}
.topSlider.noimg .container{
    max-width: 100%;
    padding: 0;
}
.topSlider.noimg .arrow.prev{
    left: 60px !important;
}
.topSlider.noimg .arrow.next{
    right: 60px !important;
}
.sliderContent__special-content{
    max-width: var(--containerWidth);
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1500px) {
    .topSlider.noimg .container{
        width: 100% !important;
    }
    .topSlider.noimg .arrow.prev{
        left: 5px !important;
    }
    .topSlider.noimg .arrow.next{
        right: 5px !important;
    }
}
@media (max-width: 1100px) {
    .sliderContent__cards{
        display: none;
    }
    .sliderContent__text{
        width: 100%;
    }
    .sliderContent__text .button-content{
        margin-top: 20px;
    }
    .sliderContent__text .title-content{
        font-size: 26px;
    }
    .sliderContent__text .subtitle-content{
        font-size: 18px;
    }
    .sliderContent__text .text-content{
        font-size: 12px;
    }
    .topSlider.noimg .container{
        height: 100% !important;
        padding: 0 !important;
        max-height: 100% !important;
    }
    .topSlider.noimg{
        padding: 0 !important;
    }
}

.btn-up{
    z-index: 100;
    cursor: pointer;
    padding: 9px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    border: 1px solid #c70000;
    background-color: transparent;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
}
.btn-up.active{
    opacity: 1;
    pointer-events: unset;
}
.btn-up:hover{
    background-color: #c70000;
}
.btn-up:hover img{
    filter: invert(1) brightness(100);
}
.btn-up img{
    transition: .3s;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sliderContent__cards_grid .sliderContent__card-icon{
    max-width: 160px;
    max-height: 160px;
}
.sliderContent__cards_grid .subtitle-card{
    text-align: center;
    align-items: center;
    display: flex;
}
.sliderContent__cards_grid .sliderContent__card{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sliderContent__special-content_grid{
    gap: 100px;
}


.blog-list{
    padding-top: 60px;
    padding-bottom: 60px;
}
.blog-list .blog-items{
    margin-bottom: 0px;
}
.main-section__title {
    font: 700 40px / 1.2 "Exo 2";
    color: #333;
    text-transform: uppercase;
}
.blog-list__wrapper{
    display: flex;
    flex-direction: column;
}
@media (max-width: 1100px) {
    .main-section__title {
        font-size: 24px;
        line-height: 1.25;
    }
}
.search__list{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.search__block{
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: "Exo 2";
}
.search__count{
    display: flex;
    gap: 8px;
    font-size: clamp(14px, calc(14px + 20*((100vw - 320px) / 1120)), 16px);
}
.search__count .text{

}
.search{
    margin-top: 20px;
    margin-bottom: 60px;
}
.search__count .number{
    color: #c70000;
    font-weight: 600;
}
.search__list-item{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.search__list-item{
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
.search__list-item:nth-of-type(1){
    border-top: none;
    padding-top: 0px;
}
.search__list-item a{
    color: #c70000;
    font-size: clamp(16px, calc(16px + 20*((100vw - 320px) / 1120)), 20px);
}

.search__input{
    height: 100%;
    padding: 10px;
    border: 1px solid #c70000;
    background-color: transparent;
    width: 100%;
    color: black;
    font-size: clamp(14px, calc(14px + 20*((100vw - 320px) / 1120)), 16px);
}

.search__button{
    border: 1px solid #c70000;
    background-color: #c70000;
    color: white;
    padding: 0px 25px;
    transition: .3s;
    cursor: pointer;
}
.search__button:hover{
    background-color: transparent;
    color: #c70000;
}
.search__form{
    display: flex;
    gap: 10px;
}
.search-button {
    width: 26px;
    min-width: 26px;
    height: 26px;
    background: none;
    border: 0;
    flex-shrink: initial;
    padding: 0;
    cursor: pointer;
}
.search-button svg{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
section.navigation .buttons{
    width: fit-content;
    gap: 10px;
    position: relative;
}
.header-search{
    display: flex;
    position: absolute;
    gap: 15px;
    height: 44px;
    top: -10px;
    right: 0;
    pointer-events: none;
    opacity: 0;
    transition: .3s;
}
.header-search.active{
    pointer-events: unset;
    opacity: 1;
}
.header-search__input{
    border: 0;
    padding: 10px;
    font-size: clamp(14px, calc(14px + 20*((100vw - 320px) / 1120)), 16px);
    color: black;
}
.header-search__close{
    height: 44px;
    width: 44px;
    min-width: 44px;
    padding: 10px;
    background-color: #c70000;
    border: 1px solid #c70000;
    cursor: pointer;
}
.header-search__close svg{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
body.popupOpen {
    overflow: hidden;
    touch-action: none;
}

.mobileMenu .header-search{
    position: static;
    padding: 0 32px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mobileMenu .header-search__input{
    width: 100% !important;
}
.blog-list__content{
    margin-top: 30px;
}

@media (min-width: 1441px) {
    .blog-list__content {
        --containerWidth: 1258px;
    }
}
.blog-list__content .newsItem{
    display: flex;
    width: auto;
}
.blog-list__content .blog-item img{
    width: 100%;
}

.footer__requisite{
    display: flex;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    opacity: 0.5;
}
.address .accent{
    opacity: 0.6;
    border-bottom: 1px solid white;
}
.contactButton{
    padding-top: 20px;
}
.advantages-block__gird{
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.advantages-block{
    padding-top: 80px;
}
.advantages-block__element{
    display: flex;
    gap: 15px;
    align-items: center;
    background-color: #fafafa;
    padding: 15px;
    border: 1px solid #ddd;
}
.advantages-block__text{
    font: 18px / 1.2 "Exo 2";
}

.advantages-block__img-wrapper{
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50px;
    padding: 15px;
    background-color: #c70100;
}
.advantages-block__img-wrapper svg{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1100px) {
    .advantages-block__gird{
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .advantages-block__img-wrapper{
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        padding: 8px;
    }
    .advantages-block__text{
        font: 14px / 1.2 "Exo 2";
    }
}
.office-contact__wrapper{
    display: flex;
    justify-content: space-around;
    gap: 30px
}
.office-contact__address, .office-contact__slider{
    width: 50%;
}
.office-contact__address{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.office-contact__slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.office-contact__slider{
    max-width: 600px;
    position: relative;
}
.office-contact__slider .prev img{
    transform: rotate(180deg);
}
.office-contact__buttons{
    display: flex;
    gap: 15px;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    z-index: 10;
    margin: auto;
    left: 0;
    right: 0;
}
.office-contact__buttons div{
    background-color: rgba(255, 255, 255, 0.603);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: .4s;
    border: 1px solid transparent;
    cursor: pointer;
}
.office-contact__buttons div:hover{
    border: 1px solid #c70100;
    background-color: white;
}
.office-contact{
    padding: 80px 0px;
}
.office-contact__address-content span{
    font: 18px / 1.2 "Exo 2";
}
.office-contact__icon{
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    background-color: #c70100;
    border-radius: 50px;
    padding: 10px
}
.office-contact__icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.office-contact__address-content{
    display: flex;
    align-items: center;
    gap: 15px;
}
.office-contact__address .main-section__title{
    margin-bottom: 20px;
}
.office-contact__address-content a{
    color: black;
    text-decoration: none;
    transition: .4s;
}
.office-contact__address-content a:hover{
    color: #c70100;
}

@media (max-width: 1100px) {
    .office-contact__wrapper{
        display: flex;
        flex-direction: column;
        gap: 35px;
    }
    .office-contact__address, .office-contact__slider{
        width: 100%;
    }
    .office-contact__icon{
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
        padding: 8px
    }
    .office-contact__address-content span{
        font: 14px / 1.2 "Exo 2";
    }
    .office-contact{
        padding: 30px 0px 60px 0;
    }
}

.cards-section .blog-items{
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.cards-section .blog-item{
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    gap: 35px;
    padding: 15px !important;
}
.newsItem__img{
    width: 100%;
    height: 100%;
    max-width: 300px;
}
.cards-section .blog-item-info{
    padding: 0px !important;
}
.blog-item-webinar{
    font: 14px / 1.2 "Exo 2";
    color: #696969;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}
.blog-item-webinar:before{
    content: "";
    display: flex;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: #c70100;
}
.blog-button{
    color: white;
    font: 16px / 1.2 "Exo 2";
    background-color: #c70100;
    border: 1px solid #c70100;
    transition: .4s;
    padding: 15px;
    text-decoration: none !important;

}
.blog-button.dash{
    color: #c70100;
    border: 1px dashed #c70100;
    background-color: transparent;
}
.blog-item-buttons{
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.blog-button:hover{
    color: #c70100;
    background-color: transparent;
    text-decoration: none !important;
}
.blog-button.dash:hover{
    color: white;
    background-color: #c70100;
    border: 1px solid #c70100;
}
.cards-section .blog-item-caption{
    text-decoration: none !important;
}
.cards-section .blog-item-caption:hover{
    color: #c70100 !important;
}

.blogPost-webinar .halfContainer{
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 100%;
    width: 100%;
}

.webinar__miniature{
    width: 400px;
    height: auto;
}
.webinar__miniature img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.webinar__detail{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    border: 1px solid #696969;
}
.webinar__video{
    width: 100%;
    height: auto;
}
.webinar__video iframe{
    width: 100%;
    height: 100%;
}
.webinar__detail .blog-button{
    text-align: center;

}
.webinar__block{
    display: flex;
    gap: 20px;
    width: 100%;
    margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
    .webinar__block{
        flex-direction: column;
    }
    .webinar__video{
        width: 100%;
        height: 300px;
    }
    .webinar__miniature{
        width: 100%;
        height: auto;
    }
    .cards-section .blog-item {
        flex-direction: column;
    }
    .blog-item-buttons{
        flex-direction: column;
    }
    .blog-button{
        width: 100%;
        text-align: center;
    }
}
.b24-form form{
    width: 100%;
    overflow: hidden;
}


.privacy-policy-agreement {
    margin: 15px 0;
    display: flex;
    align-items: center;
}

.privacy-policy__radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #e73535;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    flex-shrink: 0;
}
.privacy-policy__radio.active::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #e73535;
    border-radius: 50%;
}
.privacy-policy__label {
    color: #000;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}

.privacy-policy__link {
    color: #e73535;
    text-decoration: underline;
    transition: opacity 0.3s;

    &:hover {
        opacity: 0.8;
    }
}
.b24-form-btn.disable{
    pointer-events: none !important;
    opacity: 0.5 !important;
}
.b24-form-btn-container{
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.privacy-policy__label{
    width: 70%;
}
.privacy-policy-agreement{
    display: flex;
    align-items: center;
    justify-content: center;
}
.b24-form-btn-block{
    width: 100%;
}
.text__content{
    font: 16px / 1.2 "Exo 2";
    opacity: 0.6;
}
.container__thanks{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.container__thanks .blog-button{
    margin-top: 30px;
    width: fit-content;
}
.blog-detail-text{
    overflow: hidden;
}
.blog-detail-text table{
    overflow: auto;
    display: block
}
.blog-detail-text{
    width: 100%;
}
.blog-detail-text li p{
    display: inline;
}
.blog-detail-text li p br{
    display: none;
}
.detail__data-text-container{
    display: flex;
    flex-direction: column;
}
.detail__blog-detail-text h1, .detail__blog-detail-text h2, .detail__blog-detail-text h3, .detail__blog-detail-text h4, .detail__blog-detail-text h5{
    margin: 15px 0;
}
.detail__blog-detail{
    max-width: 100%;
    width: 100%;
    padding: 20px 0;
}
.detail__blog-detail-text{
    max-width: 100%;
    width: 100%;
}

.sliderContent__card-icon_img{
    max-width: 350px !important;
    max-height: 350px !important;
}
.sliderContent__special-content_one{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.sliderContent__special-content_one .sliderContent__cards_grid{
    display: flex;
    justify-content: end;
    margin-right: 100px;
    margin-top: 10px;
}
.sliderContent__special-content_one.green .title-card{
    font-size: 40px;
    color: rgba(39, 94, 74, 1);
    width: 295px;
}
.sliderContent__special-content_one.green .subtitle-card{
    color:rgba(51, 51, 51, 1);
    font-size: 20px;
    width: 292px;
}
.sliderContent__special-content_one.green .button-content{
    background-color: rgba(39, 94, 74, 1);
    border-color: rgba(39, 94, 74, 1);
}
.sliderContent__special-content_one.green .button-content:hover{
    color: rgba(39, 94, 74, 1);
    background-color: transparent;
}
.sliderContent__special-content_one .logo-content{
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
}
.sliderContent__special-content_one .logo-content img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sliderContent__special-content_one.green .text-content{
    color: rgba(51, 51, 51, 1);
}
@media screen and (max-width: 1199px) {
    .sliderContent__special-content_one{
        /*flex-direction: column-reverse;*/
    }
    .sliderContent__special-content_one .sliderContent__cards_grid{
        width: 100%;
        align-items: center;
        justify-content: center;
        display: none;
    }
    .sliderContent__card-icon_img{
        max-width: 120px !important;
        max-height: 120px !important;
    }
}
.blog-detail-text h2, .blog-detail-text h3, .blog-detail-text h4, .blog-detail-text h5{
    margin: 20px 0;
}
.blog-detail-text h2{
    font-size: 30px;
}
.blog-detail-text h3{
    font-size: 20px;
}
.blog-detail-text h4{
    font-size: 18px;
}
.blog-detail-text h5{
    font-size: 16px;
}
.blog-detail-text blockquote{
    padding: 15px 25px;
    border: 1px solid #C70000;
    margin-top: 15px;
    background-color: white;
}
.blog-detail__title{
    font: 30px / 1.2 "Exo 2";
    font-weight: 600;
    /*color: #C70000;*/
    display: flex;
    align-items: center;
    gap: 8px;
}
.blog-detail__title::before{
    content: "";
    width: 8px;
    height: 8px;
    background-color: #C70000;
    border-radius: 50px;
    display: flex;
}
.blog-detail__authors{
    background-color: white;
    padding: 20px;
    width: 100%;
}
.blog-detail__authors-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
    margin-top: 42px;
}
.blog-detail__author-card-img{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100px;
}
.blog-detail__author-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-detail__author-card{
    display: flex;
    gap: 15px;
    align-items: center;
}
.blog-detail__author-card-content{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.blog-detail__author-card-content-title{
    font: 20px / 1.2 "Exo 2";
    font-weight: 500;
}
.blog-detail__author-card-content-description{
    font: 14px / 1.2 "Exo 2";
    opacity: 0.5;
}
.blog-detail-text a:not(.btn){
    color: #C70000;
    ;
}
.blog-detail-text .btn{
    background-color: #C70000;
    width: fit-content;
    padding: 13px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #C70000;
    height: fit-content;
    text-decoration: none;
}
.blog-detail-text .btn:hover{
    background-color: #FFF;
    color: #C70000;
}
.sliderContent__card_center{
    align-items: center;
    justify-content: center;
}
.sliderContent__card_center .title-card{
    width: fit-content !important;
}
.sliderContent__card_center .subtitle-card{
    width: fit-content !important;
}
.sliderContent__about-buttons .button-content{
    margin: 0;
    margin-left: auto;
}
.sliderContent__about-buttons{
    margin-top: 0px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.sliderContent__about-row{
    display: flex;
    align-items: center;
    gap: 6px;
}
.sliderContent__about-row img{
    flex-shrink: 0;
}
.sliderContent__about-row span{
    color: rgba(39, 94, 74, 1);
    font-size: 18px;
    font-family: "Exo 2";
    font-weight: 300;
    text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
    .sliderContent__about-buttons{
        flex-direction: column;
        align-items: start;
        gap: 8px;
    }
    .sliderContent__about-buttons .button-content{
        margin: 0;
    }
    .sliderContent__about-row{
        width: fit-content;
    }
}

/* End */


/* Start:/local/templates/main/css/brandbook.css?17659582524645*/
:root {
  --klein-blue: #0026ad;
  --ghost-white: #f1f3fc;
  --scarlet-red: #c70000;
  --white: #ffffff;
  --onyx: #343741;
  --gray: #EEF2F5;
  --deepblue: #222432;
}
body{
    /*background-color: var(--ghost-white) !important;*/
}
body *{
    font-family: "Exo 2", sans-serif !important;
}
body .fa-angle-right:before{
    font: normal normal normal 14px / 1 FontAwesome !important;
}
section.tophead *{
    font-family: "Exo 2", sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Oswald", sans-serif !important;
    color: var(--onyx);
}
.topSlider header{
    font-family: "Oswald", sans-serif !important;
}
.topSlider .title-content{
    font-family: "Oswald", sans-serif !important; 
}
section.contactUs .title{
    font-family: "Oswald", sans-serif !important; 
    color: var(--onyx);
}
.tophead{
    background-color: var(--gray) !important;
    
}
.tophead *{
    /*color: var(--onyx);*/
}
.contactItem img{
   /* filter: brightness(0) saturate(100%) invert(9%) sepia(90%) saturate(5954%) hue-rotate(6deg) brightness(95%) contrast(116%); */
}
.advantages-block__img-wrapper{
    /*background-color: var(--klein-blue);*/
}

section.services {
    background-image: linear-gradient(to right, #c70000 50%, var(--onyx) 50%);
}
section.benefits, section.advantages{
    background-image: linear-gradient(to right, transparent 50%, var(--ghost-white) 50%) !important;
}
section.services .right{
    
}
.services .halfContainer h2{
    color: white;
}
section.navigation{
    background: var(--deepblue) !important;
}
.advantages-block__element{
    background-color: white;
    border-color: white;
    border-radius: 10px;
    box-shadow: 20px 20px 60px rgba(23, 52, 80, .1);
}
section.servicesColumns{
    background-color: var(--ghost-white) !important;
}

section.navigation .buttons .order
{
    background: var(--scarlet-red);
    border-color: var(--scarlet-red);
    border-radius: 5px;
}
.search-button{
    border-radius: 5px;
}
.b24-form-btn-block{
    border-radius: 5px;
}
.header-search__input{
    border-radius: 5px;
}
.header-search__close{
    border-radius: 5px;
}
.breadcrumb-section{
    background-color: var(--ghost-white) !important;
}
.blog-navigation-button{
    background-color: white !important;
    border-radius: 10px !important;
    border-color: white !important;
    box-shadow: 20px 20px 60px rgba(23, 52, 80, .1) !important;
    color: var(--scarlet-red) !important;
}
.webinar__detail{
    border-radius: 5px;
}

/* FIX */
.blog-section .blog-items{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 575px) {
    .cookie_accept {
        flex: unset !important;
        width: fit-content !important;
        padding: 15px !important;
    }
}

.contactUs__map-main iframe{
    height: 494px;
}
.contactUs__map-main{
    padding-bottom: 40px;
}
.contactUs__left-form-title{
    font-size: 32px;
    font-weight: 600;
}
.contactUs__form{
    margin-top: 36px;
}
.contactUs__form{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.contactUs__form-inputs-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.contactUs__form-input{
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #0000001A;
    color: black;
    font-size: 16px;
    border-radius: 4px;
}
.contactUs__form-input::placeholder{
    color: #8F8F8F;
    font-size: 16px;
}
.contactUs__form-bottom{
    display: flex;
    align-items: center;
    gap: 20px;
}
.contactUs__form-privacy{
    color: #8F8F8F;
    font-size: 16px;
}
.contactUs__form-button{
    padding: 12px 32px;
    border-radius: 4px;
    background-color: #0026ad;
    color: white;
    font-size: 16px;
    transition: .4s;
    cursor: pointer;
    border: none;
    line-height: 1;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 236px;
    height: 40px;
}
.contactUs__form-button:hover{
    opacity: 0.9;
}

.custom-loader {
  width:20px;
  height:20px;
  border-radius:50%;
  border:3px solid;
  border-color:#E8E8F1;
  border-right-color: #FFFFFF;
  animation:animLoader 1s infinite linear;
  position: absolute;
  top: 12px;
}
@keyframes animLoader {to{transform: rotate(1turn)}}


@media (max-width: 1100px) {
    .contactUs__grid-contacts{
        display: flex;
        flex-direction: column-reverse;
        gap: 32px;
    }
    .contactUs__form-inputs-grid{
        display: flex;
        flex-direction: column;
    }
    .contactUs__form-bottom{
        flex-direction: column;
        align-items: start;
    }
    .contactUs__form-button{
        width: 100%;
    }
    .contactUs__map-main iframe{
        height: 300px;
    }
}
/* End */
/* /local/templates/main/css/style.css?1782819693156102 */
/* /local/templates/main/css/brandbook.css?17659582524645 */
