

/* Start:/local/templates/arlix/template_styles.css?172923680848794*/
#bx-panel {
    display: none !important;
}

body .max-wrapper {
    width: 100%;
    height: 100%;
    max-width: 1380px;
    padding-left: var(--max-wrapper-padding);
    padding-right: var(--max-wrapper-padding);
    margin: 0 auto;
}

.body > .main {
    padding-top: calc(var(--header-height) + 37px);
    padding-bottom: 180px;
}

.body.index > .main {
    padding-top: calc(var(--header-height) + 37px);
}

@media screen and (max-width: 991px) {
    .body > .main,
    .body.index > .main {
        padding-top: calc(var(--header-height) + 15px);
    }

    .body > .main {
        padding-bottom: 130px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1;
    font-family: "Inter", sans-serif;
    color: var(--dark-color);
    margin: 30px 0 25px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
    margin-top: 0;
}

h1,
.h1 {
    font-size: 50px;
    letter-spacing: -1.5px;
}

h2,
.h2 {
    font-size: 40px;
}

h3,
.h3 {
    font-size: 35px;
}

.big-title {
    font-size: 65px;
    font-weight: 500;
    line-height: 1;
    font-family: "Inter", sans-serif;
    letter-spacing: -1.3px;
}

.huge-title {
    color: #D6D6D6;
    font-family: "Aeonik Pro TRIAL", sans-serif;
    font-size: 200px;
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: -4px;
    text-transform: uppercase;
}

.color-title .color-text {
    color: var(--blue-color);
}

.page-head .page-head__title {
    margin: 0;
}

.section-head {
    margin-bottom: 35px;
}

.section-head .section-head__title {
    margin: 0;
}

@media screen and (min-width: 992px) {
    .page-head .page-head__title:not(.default-title) {
        line-height: 0.9;
    }
}

@media screen and (max-width: 1280px) {
    .page-head .page-head__title:not(.default-title) {
        font-size: 45px;
    }

    h1,
    .h1 {
        font-size: 45px;
    }
}

@media screen and (max-width: 1200px) {
    .huge-title {
        font-size: 180px;
    }
}

@media screen and (max-width: 1080px) {
    .huge-title {
        font-size: 150px;
    }
}

@media screen and (max-width: 991px) {
    .huge-title {
        font-size: 120px;
        line-height: 0.9;
    }

    .section-head {
        margin-bottom: 25px;
    }

    .page-head .page-head__title:not(.default-title) {
        font-size: 40px;
    }

    h1,
    .h1 {
        font-size: 40px;
    }

    h2,
    .h2 {
        font-size: 30px;
    }

    h3,
    .h3 {
        font-size: 30px;
    }

    .big-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .huge-title {
        font-size: 50px;
    }

    .page-head .page-head__title:not(.default-title) {
        font-size: 30px;
    }

    h1,
    .h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 350px) {
    .big-title {
        font-size: 35px;
    }
}

blockquote,
blockquote p,
ol li,
ul li,
p {
    color: var(--dark-color);
    font-size: 16px;
    line-height: 1.2;
    font-family: "Inter", sans-serif;
}

p {
    margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
    blockquote,
    blockquote p,
    ol li,
    ul li,
    p {
        font-size: 14px;
    }
}

b, strong {
    font-weight: 600;
}

ul {
    list-style: none;
    margin-bottom: 20px;
}

ol:first-child,
ul:first-child {
    margin-top: 0;
}

ol:last-child,
ul:last-child {
    margin-bottom: 0;
}

ul > li {
    padding-left: 16px;
    margin: 0 0 15px;
}

ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    background: var(--dark-color);
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    margin-right: 10px;
}

a,
a:hover,
a:focus,
a:active {
    color: var(--dark-color);
    text-decoration: none;
    outline: none;
}

.linecamp-2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    overflow: hidden;
}

.linecamp-3 {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 3;
    overflow: hidden;
}

.linecamp-4 {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 4;
    overflow: hidden;
}

.linecamp-5 {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 5;
    overflow: hidden;
}

.linecamp-6 {
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 6;
    -moz-line-clamp: 6;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
}

.btn {
    cursor: pointer;
    font-family: 'Aeonik Pro TRIAL', sans-serif;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 130px;
    height: 48px;
    padding: 0 24px;
    opacity: 1;
    text-align: center;
    line-height: 1;
    border-radius: 25px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    color: #ffffff !important;
    background: var(--dark-color) !important;
    border: 1px solid var(--dark-color) !important;
    text-transform: uppercase;
    box-shadow: unset !important;
    outline: none !important;
    transition: all 0.2s ease !important;
}

.btn.active,
.btn:hover,
.btn:active,
.btn:focus {
    color: #fff !important;
    background-color: var(--blue-color) !important;
    border-color: var(--blue-color) !important;
}

.btn.btn-square {
    padding: 0 29.3px;
    height: 50px;
    font-size: 15px !important;
    border-radius: 5px !important;
}

.btn.btn-trans {
    color: var(--dark-color) !important;
    background-color: transparent !important;
    border-color: var(--dark-color) !important;
}

.btn.btn-trans:hover,
.btn.btn-trans:active,
.btn.btn-trans:focus {
    color: #fff !important;
    background-color: var(--blue-color) !important;
    border-color: var(--blue-color) !important;
}

.btn.btn-gray {
    color: var(--dark-color) !important;
    background-color: #EEEEEE !important;
    border-color: #EEEEEE !important;
}

.btn.btn-gray:hover,
.btn.btn-gray:active,
.btn.btn-gray:focus {
    color: #fff !important;
    background-color: var(--blue-color) !important;
    border-color: var(--blue-color) !important;
}

.btn.btn-white {
    color: var(--dark-color) !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.btn.btn-white:hover,
.btn.btn-white:active,
.btn.btn-white:focus {
    color: #fff !important;
    background-color: var(--blue-color) !important;
    border-color: var(--blue-color) !important;
}

.btn.btn-blue {
    color: #fff !important;
    background-color: var(--blue-color) !important;
    border-color: var(--blue-color) !important;
}

.btn.btn-blue:hover,
.btn.btn-blue:active,
.btn.btn-blue:focus {
    color: var(--dark-color) !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.btn.btn-dark-hover:hover,
.btn.btn-dark-hover:active,
.btn.btn-dark-hover:focus {
    color: #fff !important;
    background-color: var(--dark-color) !important;
    border-color: var(--dark-color) !important;
}

.btn.btn-trans-hover:hover,
.btn.btn-trans-hover:active,
.btn.btn-trans-hover:focus {
    color: var(--dark-color) !important;
    background-color: transparent !important;
    border-color: var(--dark-color) !important;
}

.btn.btn-trans-white-hover:hover,
.btn.btn-trans-white-hover:active,
.btn.btn-trans-white-hover:focus {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
}

.btn.active {
    color: #fff !important;
    background-color: var(--blue-color) !important;
    border-color: var(--blue-color) !important;
}

@media screen and (max-width: 991px) {
    .btn.btn-media {
        height: 38px;
        padding: 0 15px;
        font-size: 14px !important;
    }
}


.absolute-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    height: 18px;
    margin: 15px auto 0;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: var(--dark-color);
    border-radius: 4px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    background: var(--dark-color);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.swiper-pagination-bullet:before {
    content: unset;
}

.swiper-pagination-bullet:before,
.swiper-button-next,
.swiper-button-prev {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.swiper-button-next,
.swiper-button-prev {
    display: flex;
    width: 55px;
    height: 55px;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    display: block;
    width: 100%;
}

.swiper-button-next svg path,
.swiper-button-prev svg path {
    transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 991px) {
    .swiper.swiper-media-margin {
        margin: 0 calc(var(--max-wrapper-padding) * -1);
        padding: 0 var(--max-wrapper-padding);
    }
}

.loadings-btn {
    background: url(/local/templates/arlix/images/loaders/preloader-btn.svg) no-repeat scroll center center rgba(0, 0, 0, 0) !important;
    background-size: 40px !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 1) inset !important;
    border-radius: 25px !important;
    color: rgba(0, 0, 0, 0) !important;
    cursor: default !important;
}

.loadings-btn * {
    background: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    color: rgba(0, 0, 0, 0) !important;
    cursor: default !important;
    visibility: hidden;
}

.preloading-ring:not(.swiper-initialized) {
    background: url(/local/templates/arlix/images/loaders/double_ring.svg) no-repeat scroll center center rgba(0, 0, 0, 0) !important;
    background-size: 100px !important;
    border-color: rgba(0, 0, 0, 0) !important;
    color: rgba(0, 0, 0, 0) !important;
    animation: none !important;
    cursor: default !important;
}

.preloading-ring.preloading-mini:not(.swiper-initialized) {
    background-size: 50px !important;
}

.preloading-ring:not(.swiper-initialized) * {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    color: rgba(0, 0, 0, 0) !important;
    animation: none !important;
    cursor: default !important;
    opacity: 0 !important;
}

.image-lazy.lazyload,
.image-lazy.lazyloading {
    position: relative;
    opacity: 1;
    overflow: hidden;
    background: #dedede !important;
}

.image-lazy.lazyloading:before,
.image-lazy.lazyload:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #dedede !important;
    z-index: 1;
}

.image-lazy.lazyloading:after,
.image-lazy.lazyload:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0.2) 20%,
            rgba(255, 255, 255, 0.5) 60%,
            rgba(255, 255, 255, 0)
    ) !important;
    background-repeat: no-repeat;
    animation: shimmer 2s infinite;
    z-index: 2;
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

.hover {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.hover:hover {
    opacity: 0.5 !important;
}

.section-block {
    margin: 180px 0;
}

.section-block:first-child {
    margin-top: 0;
}

.section-block:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .section-block {
        margin: 150px 0;
    }
}

@media screen and (max-width: 991px) {
    .section-block {
        margin: 120px 0;
    }
}

.arrow-link {
    display: block;
    width: fit-content;
    color: #151515;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
}

.arrow-link:after {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    width: 17px;
    height: 13px;
    background-image: url("/local/templates/arlix/images/svg/arrow-link.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 8px;
}

@media screen and (max-width: 1023px) {
    .arrow-link {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .arrow-link {
        font-size: 15px;
    }

    .arrow-link:after {
        top: 0;
        width: 15px;
        height: 11px;
        margin-left: 5px;
    }
}

.underline-link {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.img-res img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    object-fit: cover;
    margin: 0 auto;
}

.img-rel {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img-rel img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    object-fit: cover;
}


.svg {
    display: inline-flex;
    vertical-align: middle;
    position: relative;
}

.svg svg {
    display: block;
}

.svg svg path {
    transition: all 0.2s ease;
}

.breadcrumbs {
    white-space: nowrap;
    overflow-x: auto;
    margin-right: calc(var(--max-wrapper-padding) * -1);
    margin-left: calc(var(--max-wrapper-padding) * -1);
    padding-left: var(--max-wrapper-padding);
}

.breadcrumbs::-webkit-scrollbar {
    display: none;
}

.breadcrumbs .breadcrumbs {
    padding: 0;
}

.breadcrumbs__item {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    margin-right: -10px;
}

.breadcrumbs__separator {
    display: inline-flex;
    width: 7px;
    height: 7px;
    margin: 0 5px 0 5px;
}

.breadcrumbs__separator svg {
    display: block;
    width: 100%;
    height: 100%;
}

.breadcrumbs__separator svg path {
    fill: #7D7D7D;
}

.breadcrumbs__link {
    text-decoration: none;
}

.breadcrumbs__item-name {
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    transition: color 0.2s ease;
}

.breadcrumbs a:hover span {
    color: var(--dark-color);
}

.header-container {
    position: relative;
    z-index: 3;
}


.header {
    position: fixed;
    top: 0;
    width: 100%;
    color: var(--dark-color);
    background: transparent;
    z-index: 110;
}

.header .header-inner {
    position: relative;
    padding: 30px 0;
    z-index: 2;
}

.header .header-inner:after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(var(--header-height) * (-1));
    width: 100%;
    height: var(--header-height);
    background: var(--body-color);
    transition: top 0.35s ease, background-color 0.2s ease;
    z-index: -1;
}

.header.head-display .header-inner:after {
    top: 0;
}

.header.head-animated {
    pointer-events: none;
}

.header.head-animated .header-element {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
}

.header .header-wrap {
    display: flex;
    align-items: center;
    height: auto;
}

.header .header-element {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 1;
    margin: 0;
    visibility: visible;
    will-change: transform;
    z-index: 1;
    transition: all 0.35s ease;
}

.header .header-element.header-element--logo {
    justify-content: flex-start;
    /*z-index: 2;*/
}

.header .header-logo {
    display: flex;
    align-items: center;
    width: 81px;
    height: auto;
    max-width: 150px;
}

.header .header-logo > a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.header .header-logo svg {
    display: block;
    width: 100%;
    height: 100%;
}

.header .header-element.header-element--menu {
    justify-content: center;
}

.header .header-menu {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: -3px;
}

.header .header-menu .header-menu__item {
    height: 100%;
}

.header .header-menu .header-menu__item-link {
    display: block;
    font-size: 16px;
    line-height: 1;
    opacity: 1;
    text-decoration: none;
    transition: all 0.2s ease;
}

.header .header-menu .header-menu__item-link span {
    font-size: inherit;
    line-height: inherit;
    color: var(--dark-color);
    font-weight: 400;
    white-space: nowrap;
    text-transform: uppercase;
}

.header .header-element.header-element--navigation {
    justify-content: flex-end;
}

.header .header-navigation {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header .header-lang {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: var(--dark-color);
    text-transform: uppercase;
}

.header .header-navigation__item.header-navigation--btn {
    display: flex;
    gap: 10px;
}

/*body:not(.open-menu) .header .header-navigation__item .button-brief {*/
/*    width: 0;*/
/*    min-width: 0;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    font-size: 0 !important;*/
/*    padding: 0;*/
/*    transition-delay: .35s;*/
/*}*/

.header .header-menu-btn {
    cursor: pointer;
    position: relative;
    display: flex;
    width: 50px;
    height: 48px;
    margin-left: -2px;
}

.header .header-menu-btn .header-menu-btn__letter {
    position: absolute;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
}

.header .header-menu-btn .header-menu-btn__text {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    transform: rotate(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .8s cubic-bezier(.25, 1, .5, 1);
}

.header .header-menu-btn:hover .header-menu-btn__text {
    transform: rotate(120deg);
}

.header .header-menu-btn .header-menu-btn__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.header .header-menu-btn .header-menu-btn__close svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1200px) {
    .header .header-menu {
        gap: 25px;
        margin-top: -2px;
    }

    .header .header-menu .header-menu__item-link {
        font-size: 14px;
    }

    .header .header-navigation {
        gap: 15px;
    }

    .header .header-navigation__item.header-navigation__item--lang,
    .header .header-lang {
        font-size: 14px;
        line-height: 1;
    }

    .header .header-menu-btn {
        width: 45px;
        height: 43px;
        margin-left: 0;
    }
}

@media screen and (max-width: 1080px) {
    .header .header-menu {
        gap: 15px;
        margin-top: 0;
    }

    .header .header-menu .header-menu__item-link {
        font-size: 12px;
    }

    .header .header-navigation__item.header-navigation__item--lang,
    .header .header-lang {
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .header .header-inner {
        padding: 15px 0;
    }

    .header .header-logo {
        width: 60px;
    }

    .header .header-element.header-element--menu {
        display: none;
    }

    .header:not(.header-menu) .header-navigation .header-navigation__item.header-navigation__item--lang,
    .header:not(.header-menu) .header-navigation .header-navigation__item.header-navigation--btn {
        display: none;
    }

    .header .header-menu-btn {
        width: 40px;
        height: 38px;
    }
}

.main-menu-background {
    position: fixed;
    top: 0;
    right: 0;
    margin: 25px;
    background: var(--body-color);
    transform: translate(50%, -50%);
    border-radius: 50%;
    width: 5000px;
    height: 5000px;
    transition: .35s ease-in-out;
}

@media screen and (max-width: 1920px) {
    .main-menu-background {
        width: 3800px;
        height: 3800px;
    }
}

@media screen and (max-width: 1470px) {
    .main-menu-background {
        width: 3300px;
        height: 3300px;
    }
}

body:not(.open-menu) .main-menu-background {
    width: 0 !important;
    height: 0 !important;
    transition-delay: .35s;
}

.main-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 3;
    transition: all 0.25s 0.15s ease-in-out;
}

.main-menu .main-menu__wrap {
    display: block;
    max-height: 100vh;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    padding-bottom: 32px;
}

.main-menu .header.header-menu {
    position: relative;
}

.main-menu .header.header-menu .header-inner:after {
    top: 0;
}

.main-menu .header.header-menu .header-element.header-element--logo {
    width: auto;
}

.main-menu .main-menu__container {
    height: 100%;
}

.main-menu .main-menu__content {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
    padding-top: 4px;
    height: calc(100% - var(--header-height));
}

.main-menu .main-menu__list {
    margin-left: -6px;
}

.main-menu .menu-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-menu .menu-list .menu-list__item {
    color: #D6D6D6;
    font-size: 75px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -2.25px;
}

.main-menu .menu-list .menu-list__item > .menu-list__item-text {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    transition: all 0.2s ease;
}

.main-menu .menu-list .menu-list__item > .menu-list__item-text:hover {
    color: var(--dark-color);
}

.main-menu .main-menu__info {
    width: 100%;
    max-width: 645px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-self: flex-end;
    gap: 68px;
}

.main-menu .main-menu__subtitle {
    color: var(--dark-color);
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.75px;
    text-transform: uppercase;
    margin: 0;
}

.main-menu .main-menu__cases .main-menu__cases-title {
    margin-bottom: 20px;
}

.main-menu .main-menu__cases .menu-cases {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 21px;
}

.main-menu .main-menu__cases .menu-cases .menu-cases__item {
    padding-bottom: 79.194%;
    border-radius: 5px;
}

.main-menu .main-menu__cases .menu-cases .menu-cases__item .menu-cases__item-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
    transition: all 0.2s ease;
}

.main-menu .main-menu__cases .menu-cases .menu-cases__item:hover .menu-cases__item-btn {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.main-menu .main-menu__social {
    padding-bottom: 17px;
}

.main-menu .main-menu__social .main-menu__social-title {
    color: var(--blue-color);
    max-width: 404px;
    margin-bottom: 35px;
}

.main-menu .main-menu__social .menu-social__text {
    color: var(--dark-color);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.75px;
    text-transform: lowercase;
    text-decoration: none;
    white-space: nowrap;
    margin: 0;
    transition: all 0.2s ease;
}

.main-menu .main-menu__social a.menu-social__text:hover {
    color: var(--blue-color);
}

.main-menu .main-menu__social .menu-social__desc {
    color: #D6D6D6;
    margin-left: 10px;
}

.main-menu .main-menu__social .menu-social {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    max-width: 503px;
}

.main-menu .main-menu__social .menu-social .menu-social__column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-menu .main-menu__social .menu-social .menu-social__item {
    display: flex;
}

@media screen and (min-width: 601px) {
    .main-menu .main-menu__mobile {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .main-menu .main-menu__list {
        margin-left: -3px;
    }

    .main-menu .menu-list .menu-list__item {
        font-size: 65px;
        letter-spacing: -1.25px;
    }

    .main-menu .main-menu__info {
        gap: 45px;
    }

    .main-menu .main-menu__cases .menu-cases {
        gap: 15px;
    }

    .main-menu .main-menu__social {
        padding-bottom: 0;
    }

    .main-menu .main-menu__social .menu-social .menu-social__column {
        gap: 15px;
    }

    .main-menu .main-menu__social .main-menu__social-title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .main-menu .main-menu__content {
        gap: 100px;
    }

    .main-menu .menu-list .menu-list__item {
        font-size: 50px;
    }

    .main-menu .main-menu__social .menu-social {
        max-width: 415px;
    }

    .main-menu .main-menu__social .menu-social__text {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .main-menu .main-menu__container {
        height: auto;
    }

    .main-menu .main-menu__content {
        align-items: flex-start;
        height: auto;
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .main-menu .menu-list .menu-list__item {
        font-size: 40px;
    }

    .main-menu .main-menu__info {
        max-width: 100%;
        justify-self: flex-start;
        gap: 50px;
    }

    .main-menu .main-menu__cases .menu-cases .menu-cases__item .menu-cases__item-btn {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .main-menu .header.header-menu .header-navigation__item.header-navigation--btn {
        display: none;
    }

    .main-menu .menu-list {
        gap: 15px;
    }

    .main-menu .main-menu__cases .menu-cases {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .main-menu .main-menu__social .menu-social {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        max-width: 100%;
    }

    .main-menu .main-menu__social .menu-social .menu-social__column {
        gap: 10px;
    }

    .main-menu .main-menu__social .menu-social__text {
        font-size: 18px;
    }

    .main-menu .main-menu__mobile .main-menu__mobile-title {
        margin-bottom: 20px;
    }

    .main-menu .main-menu__mobile .menu-mobile__buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.open-menu {
    overflow: hidden;
}

.open-menu .main-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition-delay: .25s;
}

.open-menu .header .header-menu-btn .header-menu-btn__close {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.open-menu .header .header-menu-btn .header-menu-btn__main {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/*.open-menu .header:not(.header-menu) .header-navigation__item.header-navigation__item--lang,
.open-menu .header:not(.header-menu) .header-navigation__item.header-navigation--btn,
.open-menu .header:not(.header-menu) .header-element.header-element--menu {
    display: none;
}*/

.footer {
    padding: 0;
}

.footer .footer-top {
    display: grid;
    grid-template-columns: 558px 1fr;
    align-items: flex-start;
    gap: 111px;
}

.footer .footer-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding-left: 4px;
}

.footer .footer-cards .footer-card .image {
    padding-bottom: 50%;
    border-radius: 5px;
    overflow: hidden;
}

.footer .footer-menu-container {
    display: grid;
    grid-template-columns: repeat(3, min-content);
    gap: 44px 62px;
}

.footer .footer-menu-column {
    width: fit-content;
}

.footer .footer-menu-column:nth-child(2) {
    grid-column: 2 / 4;
}

.footer .footer-menu.footer-menu--social {
    padding-left: 14px;
}

.footer .footer-menu__item {
    width: fit-content;
    color: #7D7D7D;
    font-size: 15px;
    line-height: 1.2;
}

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

.footer .footer-menu__item:not(:last-child) {
    margin: 0 0 12px;
}

.footer .footer-menu__item .footer-menu__item-text {
    display: block;
    width: fit-content;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: unset;
    transition: all 0.2s ease;
}

.footer .footer-menu__item .footer-menu__item-text:not(.footer-menu__item-title) {
    letter-spacing: -0.45px;
}

.footer .footer-menu__item:hover .footer-menu__item-text {
    color: var(--dark-color);
}

.footer .footer-menu__item .footer-menu__item-title {
    color: var(--dark-color);
    text-transform: uppercase;
    margin: 0 0 19px;
}

.footer .footer-actions {
    display: flex;
    gap: 20px;
    margin: 44px 0 0;
}

.footer .footer-bot {
    padding: 75px 0 0;
}

.footer .footer-bot .footer-big-logo {
    position: relative;
    width: 100%;
    bottom: -4px;
}

.footer .footer-bot .footer-big-logo svg {
    display: flex;
    width: 100%;
    height: 100%;
}

.footer .footer-bot .footer-bot-line {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: -14px;
}

.footer .footer-bot .footer-bot-line__text {
    color: var(--dark-color);
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
}

.footer .footer-bot .footer-bot-line__text--slogan {
    padding-left: 143px;
}

.footer .footer-bot .footer-bot-line__text--copy {
    padding-right: 116px;
}

@media screen and (max-width: 1350px) {
    .footer .footer-bot .footer-bot-line {
        margin-top: 15px;
    }

    .footer .footer-bot .footer-bot-line__text--copy,
    .footer .footer-bot .footer-bot-line__text--slogan {
        padding: 0;
    }
}

@media screen and (max-width: 1280px) {
    .footer .footer-top {
        gap: 70px;
    }

    .footer .footer-cards {
        padding: 0;
    }

    .footer .footer-menu-container {
        gap: 35px 60px;
    }

    .footer .footer-actions {
        margin: 35px 0 0;
    }
}

@media screen and (max-width: 1200px) {
    .footer .footer-top {
        grid-template-columns: 500px 1fr;
        gap: 50px;
    }

    .footer .footer-menu-container {
        gap: 35px 50px;
    }

    .footer .footer-actions {
        gap: 15px;
    }
}

@media screen and (max-width: 1080px) {
    .footer .footer-top {
        grid-template-columns: 460px 1fr;
        gap: 35px;
    }
}

@media screen and (max-width: 991px) {
    .footer {
        padding: 0 0 15px;
    }

    .footer .footer-top {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer .footer-cards {
        order: 1;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .footer .footer-bot {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .footer .footer-menu-container {
        display: flex;
        flex-wrap: wrap;
        gap: 35px;
    }

    .footer .footer-menu.footer-menu--social {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-menu-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .footer .footer-menu__item:not(:last-child) {
        margin: 0 0 10px;
    }

    .footer .footer-menu__item .footer-menu__item-title {
        margin-bottom: 15px;
    }

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

    .footer .footer-actions {
        gap: 10px;
    }

    .footer .footer-actions .btn {
        width: 100%;
    }

    .footer .footer-bot {
        padding-top: 35px;
    }

    .footer .footer-bot .footer-bot-line__text {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .footer .footer-menu-column:nth-child(2) {
        grid-column: unset;
    }
}

@media screen and (max-width: 500px) {
    .footer .footer-menu-container {
        grid-template-columns: 1fr;
    }

    .footer .footer-actions {
        flex-direction: column;
    }
}

.home-section {
    padding-top: 190px;
}

.home-section:first-child {
    padding-top: 0;
}

@media screen and (max-width: 991px) {
    .home-section {
        padding-top: 120px;
    }
}

.home-sticker {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 31px;
    background: var(--blue-color);
    color: #fff;
    font-size: 20px;
    line-height: 1.054;
    text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
    .home-sticker {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .home-sticker {
        font-size: 16px;
        padding: 7px 15px;
    }
}

@media screen and (min-width: 992px) {
    .home-section.home-section--work-banner {
        padding-top: 180px;
    }
}

.work-banner .home-head {
    position: relative;
    margin-bottom: 25px;
}

.work-banner .home-head .home-sticker {
    position: absolute;
    top: 5px;
    left: 0;
}

.work-banner .home-head .home-head__title {
    margin: 0;
    max-width: 1321px;
    letter-spacing: -1.5px;
}

.work-banner .home-head .home-head__title .home-head__text {
    display: block;
    text-align: right;
    padding-right: 185px;
}

.work-banner .home-head .home-head__title .color-text {
    display: block;
    text-align: right;
}

.work-banner .work-banner__btn {
    width: fit-content;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    .work-banner .home-head .home-sticker {
        top: 0;
    }

    .work-banner .home-head .home-head__title {
        font-size: 45px;
    }

    .work-banner .home-head .home-head__title .home-head__text {
        padding-right: 209px;
    }
}

@media screen and (max-width: 1200px) {
    .work-banner .home-head .home-sticker {
        position: relative;
        margin-bottom: 15px;
    }

    .work-banner .home-head .home-head__title br {
        display: none;
    }

    .work-banner .home-head .home-head__title .color-text,
    .work-banner .home-head .home-head__title .home-head__text {
        display: inline;
        text-align: left;
    }

    .work-banner .home-head .home-head__title .home-head__text:first-child {
        padding-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .work-banner .home-head .home-sticker {
        margin-bottom: 10px;
    }

    .work-banner .home-head .home-head__title {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .work-banner .home-head .home-head__title {
        font-size: 30px;
    }
}

@media screen and (max-width: 600px) {
    .work-banner .work-banner__btn,
    .work-banner .work-banner__btn .btn {
        width: 100%;
    }
}

.form {
    display: block;
}

.form input,
.form select,
.form textarea {
    width: 100%;
    padding: 8px 0 8px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
    font-style: normal;
    line-height: 1;
    border: 1px solid var(--dark-color);
    border-width: 0 0 1px 0;
    border-radius: 0;
    color: #333;
    background-color: transparent;
    transition: all 0.2s ease;
}

::-webkit-input-placeholder {
    opacity: 0;
}

.form input:focus::-webkit-input-placeholder,
.form textarea:focus::-webkit-input-placeholder {
    opacity: 1;
}

.form textarea {
    resize: none;
    height: 120px;
    display: block;
}

.form input:focus,
.form textarea:focus {
    border-bottom-color: var(--dark-color);
}

.form input[readonly='readonly'] {
    background-color: transparent !important;
    opacity: 0.5;
    border-bottom-color: #C5C5C5;
}

.form .field {
    margin-bottom: 36px;
    position: relative;
}

.form .field.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.form .field.field-checkbox {
    margin-bottom: 10px;
}

.form .field:last-child {
    margin-bottom: 32px;
}

.form .field .placeholder {
    cursor: text;
    position: absolute;
    left: 0;
    top: 11px;
    color: #C5C5C5;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.32px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.form .field input:focus + .placeholder,
.form .field input:not(:placeholder-shown) + .placeholder,
.form .field textarea:focus + .placeholder,
.form .field textarea:not(:placeholder-shown) + .placeholder {
    top: -11px;
    font-size: 14px;
    line-height: 1;
}

.field-radio input[type='radio'],
.field-checkbox input[type='checkbox'] {
    position: absolute;
    z-index: -1;
    left: 0;
    opacity: 0;
}

.field-radio label,
.field-checkbox label {
    display: block;
    position: relative;
}

.field-radio .label,
.field-checkbox .label {
    line-height: 1.2;
    font-size: 16px;
    padding-left: 32px;
    position: relative;
    cursor: pointer;
    color: #C5C5C5;
    display: inline-block;
}

.field-radio .label a,
.field-checkbox .label a {
    line-height: 1.3;
    font-size: 16px;
    color: #C5C5C5;
    border-bottom-color: #C5C5C5;
}

.field-radio .label a:hover,
.field-checkbox .label a:hover {
    border-bottom-color: transparent;
}

.field-radio input[type='radio']:checked + .label:before,
.field-checkbox input[type='checkbox']:checked + .label:before {
    opacity: 1;
}

.field-radio .label:before,
.field-radio .label:after,
.field-checkbox .label:before,
.field-checkbox .label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.field-radio .label:before,
.field-checkbox .label:before {
    opacity: 0;
    background: url('/local/templates/arlix/images/icons/checkmark-small.svg') center center no-repeat;
    z-index: 2;
}

.field-radio .label:after,
.field-checkbox .label:after {
    border: 1px solid var(--dark-color);
    z-index: 1;
}

.field-radio .label:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-image: none;
    background-color: var(--dark-color);
    margin: 4px 0 0 4px;
}

.field-radio .label:after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.field-radio .label:hover:after,
.field-checkbox .label:hover:after {
    border-color: var(--dark-color);
}

.form .field.toggle {
    display: flex;
    align-items: center;
}

.form .field.toggle.field-toggle {
    margin-bottom: 10px;
}

.form .field.toggle.field-toggle:last-child {
    margin-bottom: 32px;
}

.form .field.toggle label {
    user-select: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.3;
    color: var(--dark-color);
    padding-left: 7px;
    letter-spacing: 0;
}

.form .field.toggle input[type='checkbox'] {
    position: relative;
    display: inline-block;
    width: 22px;
    min-width: 22px;
    height: 13px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--dark-color);
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
}

.form .field.toggle input[type='checkbox']::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 9px;
    height: 9px;
    background-color: var(--dark-color);
    border-radius: 50%;
    transform: translateX(0);
    transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
}

.form .field.toggle input[type='checkbox']:checked::after {
    transform: translateX(100%);
    background-color: #ffffff;
}

.form .field.toggle input[type='checkbox']:checked {
    background-color: var(--dark-color);
}

.form .field.field-button {
    margin-top: -11px;
    margin-bottom: 0;
}

.form .field-button__desc {
    color: #C4C4C4;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.36px;
    margin-top: 20px;
}

.form .field-button__desc > a {
    color: inherit;
    transition: all 0.2s ease;
}

.form .field-button__desc > a:hover {
    color: var(--dark-color);
}

.form .field-title {
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.form .field-title.field-title-input {
    margin-bottom: 35px;
}

.form .field-file input[type="file"]{
    display: none;
}

.form .field-file label,
.form .field-file .file-name {
    color: #4A4A4A;
    font-family: "Aeonik Pro TRIAL", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
    transition: all 0.2s ease;
}

.form .field-file label {
    cursor: pointer;
}

.form .field-file .file-remove {
    margin-top: 10px;
}

@media only screen and (min-width: 992px) {
    .form .field-button__desc {
        margin-bottom: -20px;
    }
}

@media only screen and (max-width: 1200px) {
    .form .field-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .form .field {
        margin-bottom: 30px;
    }

    .form .field-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .form .field-title.field-title-input {
        margin-bottom: 20px;
    }

    .form .field.field-button {
        margin-top: -5px;
    }
}

.tabs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tabs-list .tabs-item {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    padding: 15px 25px 16px;
    border-radius: 25px;
    background: #EEEEEE;
    text-decoration: none;
    transition: all 0.2s ease;
}

.tabs-list input[type='checkbox'] {
    display: none;
}

.tabs-list .tabs-item span,
.tabs-list .tabs-item a {
    font-family: "Aeonik Pro TRIAL", sans-serif;
    color: var(--dark-color);
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease;
}

.tabs-list input[type='checkbox']:checked + .tabs-item,
.tabs-list .tabs-item.active,
.tabs-list:not(.tabs-list-checkbox) .tabs-item:hover {
    background: var(--blue-color);
}

.tabs-list input[type='checkbox']:checked + .tabs-item span,
.tabs-list .tabs-item.active span,
.tabs-list .tabs-item.active a,
.tabs-list:not(.tabs-list-checkbox) .tabs-item:hover span,
.tabs-list:not(.tabs-list-checkbox) .tabs-item:hover a {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .tabs-list {
        gap: 5px;
    }

    .tabs-list .tabs-item {
        min-height: 37px;
        padding: 10px 15px 11px;
    }

    .tabs-list .tabs-item span, .tabs-list .tabs-item a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    .tabs-list.tabs-list-checkbox .tabs-item:hover {
        background: var(--blue-color);
    }

    .tabs-list.tabs-list-checkbox .tabs-item:hover span,
    .tabs-list.tabs-list-checkbox .tabs-item:hover a {
        color: #fff;
    }
}

.scroll-wrapper {
    overflow: auto;
    overscroll-behavior: contain;
    height: 100%;
}

.scroll-wrapper.no-scrollbar::-webkit-scrollbar {
    display: none;
}

@media only screen and (min-width: 768px) {
    .scroll-wrapper::-webkit-scrollbar {
        width: 5px;
        background: #fff;
        border-radius: 10px;
    }

    .scroll-wrapper::-webkit-scrollbar-track {
        width: 5px;
        background: #fff;
        border-radius: 10px;
    }

    .scroll-wrapper::-webkit-scrollbar-thumb {
        background: #cccccc;
        border-radius: 10px;
    }
}

.open-popup {
    overflow: hidden;
}

.open-popup .footer,
.open-popup .header-inner,
.open-popup .main-menu__content,
.open-popup .main {
    -webkit-filter: blur(5px) !important;
    filter: blur(5px) !important;
    transition: filter 0.2s ease !important;
}

.overlay-content {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: -100px;
    background-color: rgba(0, 0, 0, 0.2);
    /*backdrop-filter: blur(100px);*/
    /*-webkit-backdrop-filter: blur(100px);*/
    transition: all 0.2s ease;
    z-index: 95;
}

.open-popup .overlay-content {
    opacity: 1;
    visibility: visible;
}

.popups {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 500px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    border-radius: 5px;
    transform: translate(-50%, -50%) scale(0.98);
    will-change: transform;
    z-index: 1000;
    transition: all 0.2s ease;
}

.popups.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translate(-50%, -50%) scale(1);
}

.popups .popups-close {
    display: flex;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 9px;
    width: 46px;
    height: 46px;
    padding: 15px;
}

.popups .popups-close svg {
    display: block;
    width: 100%;
    height: 100%;
}

.popups .popups-wrap {
    display: block;
    max-height: 100vh;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    padding: 41px 45px 45px;
}

.popups .popups-head .popups-head__title {
    color: var(--dark-color);
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1.2px;
    margin: 0;
}

.popups .popups-info {
    margin-top: 25px;
}

@media only screen and (max-width: 991px) {
    .popups .popups-close {
        top: 0;
        right: 0;
        width: 43px;
        height: 43px;
    }

    .popups .popups-wrap {
        padding: 30px;
    }

    .popups .popups-head .popups-head__title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .popups {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        transform: scale(0.98);
        background: var(--body-color);
        border-radius: 0;
    }

    .popups.active {
        transform: scale(1);
    }

    .popups .popups-wrap {
        padding: 25px;
    }

    .popups .popups-head .popups-head__title {
        font-size: 25px;
    }
}

.popups.popup-success {
    background-color: var(--blue-color);
}

.popups.popup-success .popups-close svg path {
    fill: #fff;
}

.popups.popup-success .popups-head .popups-head__title {
    color: #fff;
}

.popups.popup-success .popups-info p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.54px;
    max-width: 350px;
}

.popups.popup-success .popups-info p > a {
    color: inherit;
}

@media only screen and (min-width: 992px) {
    .popups.popup-brief .popups-info {
        margin-top: 35px;
    }
}

@media only screen and (min-width: 601px) {
    .popups.popup-brief {
        max-width: 640px;
    }
}

.partners {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
}

.partners .partners-item {
    padding-bottom: 75.689%;
    border-radius: 5px;
}

@media only screen and (max-width: 991px) {
    .partners {
        gap: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .partners {
        grid-template-columns: 1fr;
    }
}
/* End */


/* Start:/local/templates/arlix/css/reset.css?17282787563508*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
    border-radius: 0;
}

html {
    width: 100%;
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    --dark-color: #000;
    --blue-color: #0B99FF;
    --body-color: #F8F8F8;
    --max-wrapper-padding: 25px;
    --header-height: 108px;
}

@media (max-width: 991px) {
    html {
        --max-wrapper-padding: 20px;
        --header-height: 68px;
    }
}

@media (max-width: 767px) {
    html {
        --max-wrapper-padding: 15px;
    }
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Inter", Arial, sans-serif;
    color: var(--dark-color);
    background: var(--body-color);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 320px;
}

:root {
    --app-height: 100%;
}

.body {
    height: auto !important;
    flex-grow: 1;
}

.body > .main {
    position: relative;
    z-index: 1;
}

* {
    outline: none !important;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:focus {
    outline: none;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]),
textarea,
button {
    border-radius: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.scrollbar:not(.scroller) {
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}

.scrollbar::-webkit-scrollbar,
.scrolled::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.scrollbar::-webkit-scrollbar-track,
.scrolled::-webkit-scrollbar-track {
    border-radius: 5px;
}

.scrollbar::-webkit-scrollbar-thumb,
.scrolled::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #3a3a3a;
    border: 1px solid var(--dark-color);
}

.scrollbar::-webkit-scrollbar-thumb:window-inactive-thumb,
.scrolled::-webkit-scrollbar-thumb:window-inactive-thumb {
    background: #3a3a3a;
    border: 2px solid var(--dark-color);
}

.scrollbar.scrollbar--horizontal {
    overflow: hidden;
    overflow-x: auto;
    overscroll-behavior: auto;
}

.scrollbar.scrollbar--overscroll-auto {
    overscroll-behavior: auto;
}

::selection {
    background: #333;
    color: #ffffff;
}

::-moz-selection {
    background: #333;
    color: #ffffff;
}

::-webkit-selection {
    background: #333;
    color: #ffffff;
}

@media only screen and (max-width: 1023px) {
    img::selection {
        background: unset !important;
    }

    img::-moz-selection {
        background: unset !important;
    }

    img::-webkit-selection {
        background: unset !important;
    }
}

/* End */


/* Start:/local/templates/arlix/css/fonts.css?17283003755385*/
@font-face {
    font-family: "SF Pro Display";
    src: local('SF-Pro-Display-Regular'),
    url('/local/templates/arlix/css/../fonts/sf-pro-display/SF-Pro-Display-Light.woff2') format('woff2');
    font-display: swap;
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('/local/templates/arlix/css/../fonts/sf-pro-display/SF-Pro-Display-Regular.otf') format('opentype');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SF-Pro-Display-Medium'),
    url(/local/templates/arlix/css/../fonts/sf-pro-display/SF-Pro-Display-Medium.woff2) format('woff2'),
    url('/local/templates/arlix/css/../fonts/sf-pro-display/SF-Pro-Display-Medium.otf') format('opentype');
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "SF Pro Display";
    src: local('SF-Pro-Display-Semibold'),
    url(/local/templates/arlix/css/../fonts/sf-pro-display/SF-Pro-Display-Semibold.woff2) format('woff2');
    font-display: swap;
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: local('SF-Pro-Display-Bold'),
    url('/local/templates/arlix/css/../fonts/sf-pro-display/SF-Pro-Display-Bold.woff2') format('woff2'),
    url('/local/templates/arlix/css/../fonts/sf-pro-display/SF-Pro-Display-Bold.woff') format('woff'),
    url('/local/templates/arlix/css/../fonts/sf-pro-display/SF-Pro-Display-Bold.ttf') format('truetype'),
    url('/local/templates/arlix/css/../fonts/sf-pro-display/SF-Pro-Display-Bold.otf') format('opentype');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Aeonik Pro TRIAL';
    src: local('AeonikProTRIAL-Light'),
    url('/local/templates/arlix/css/../fonts/aeonik-pro-trial/AeonikProTRIAL-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Aeonik Pro TRIAL';
    src: local('AeonikProTRIAL-Regular'),
    url('/local/templates/arlix/css/../fonts/aeonik-pro-trial/AeonikProTRIAL-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Aeonik Pro TRIAL';
    src: local('AeonikProTRIAL-Bold'),
    url('/local/templates/arlix/css/../fonts/aeonik-pro-trial/AeonikProTRIAL-Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-300.eot);
    src: local(''),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-300.eot?#iefix) format('embedded-opentype'),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-300.woff2) format('woff2'),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-300.woff) format('woff'),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-300.ttf) format('truetype'),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-300.svg#Inter) format('svg')
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-regular.eot);
    src: local(''),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-regular.eot?#iefix) format('embedded-opentype'),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-regular.woff2) format('woff2'),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-regular.woff) format('woff'),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-regular.ttf) format('truetype'),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-regular.svg#Inter) format('svg')
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-500.eot);
    src: local(''),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-500.eot?#iefix) format('embedded-opentype'),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-500.woff2) format('woff2'),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-500.woff) format('woff'),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-500.ttf) format('truetype'),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-500.svg#Inter) format('svg')
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-600.eot);
    src: local(''),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-600.eot?#iefix) format('embedded-opentype'),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-600.woff2) format('woff2'),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-600.woff) format('woff'),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-600.ttf) format('truetype'),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-600.svg#Inter) format('svg')
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-700.eot);
    src: local(''),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-700.eot?#iefix) format('embedded-opentype'),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-700.woff2) format('woff2'),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-700.woff) format('woff'),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-700.ttf) format('truetype'),
    url(/local/templates/arlix/css/../fonts/inter/inter-v8-latin_cyrillic-ext-700.svg#Inter) format('svg')
}

.font-aeonik {
    font-family: 'Aeonik Pro TRIAL', sans-serif;
}

.rouble {
    font-family: 'SF Pro Display', sans-serif !important;
}
/* End */


/* Start:/company/style.css?1728281772877*/
.page-head {
    margin-bottom: 74px;
}

@media screen and (max-width: 1200px) {
    .page-head {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 991px) {
    .page-head {
        margin-bottom: 30px;
    }
}

.company-slider:not(.swiper-initialized) {
    max-height: 400px;
}

.company-slider .company-slider__item .image {
    padding-bottom: 63.493%;
}

@media screen and (max-width: 767px) {
    .company-slider .company-slider__item .image {
        padding-bottom: 75%;
    }
}

@media screen and (min-width: 1201px) {
    .company-advantages-block {
        margin-top: 185px;
    }
}

@media screen and (min-width: 992px) {
    .company-advantages-block {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .company-team-block {
        margin: 50px 0;
    }

    .company-principle-block {
        margin-top: 0;
    }
}
/* End */
/* /local/templates/arlix/template_styles.css?172923680848794 */
/* /local/templates/arlix/css/reset.css?17282787563508 */
/* /local/templates/arlix/css/fonts.css?17283003755385 */
/* /company/style.css?1728281772877 */
