a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

:root {
    --primary-color: #1840cb;
    --primary-color-hover: #0e2f9c;
}

:focus {
    outline: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

@-webkit-keyframes logo-marquee-scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

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

@keyframes logo-marquee-scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

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

img {
    height: auto
}

.container {
    max-width: 1600px;
    padding: 0 50px;
    margin: 0 auto;
    width: 100%
}

body {
    font-family: "Inter", sans-serif
}

.btn-lg {
    padding: 18px 16px;
    font-size: 16px;
    border-radius: 30px;
}

.btn-sm {
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 30px;
}

.btn-animated {
    position: relative;
    overflow: hidden;
}

.btn-animated span {
    position: relative;
    z-index: 10;
}

.btn-animated:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.btn-animated:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    transition: all .3s ease;
}

.btn-animated-primary:before {
    background-color: var(--primary-color);
}

.btn-animated-primary:after {
    background-color: var(--primary-color-hover);
}

.btn-animated-secondary:after {
    background-color: var(--primary-color);
}

.btn-animated:hover:after {
    left: 0;
}

.site-header {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6
}

.site-header__container {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px
}

.site-header__row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    min-height: 80px;
    gap: 24px
}

.site-header__catalog-button,
.site-header__left,
.site-header__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.site-header__catalog-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 12px;
    border: 0;
    cursor: pointer;

}

.site-header__catalog-icon {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
}

.site-header__catalog-icon span {
    width: 14px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    display: block;
}

.site-header__catalog-text {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.site-header__navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0
}

.site-header__navigation-link {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 120%;
    text-decoration: none;
    text-transform: uppercase
}

.site-header__navigation-link:hover {
    text-decoration: underline
}

.site-header__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.site-header__logo-image {
    height: 36px;
    width: auto;
    display: block
}

.site-header__contact,
.site-header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.site-header__right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.site-header__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.2
}

.site-header__phone {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none
}

.site-header__address {
    font-size: 12px;
    color: #666
}

.site-header__contact-button,
.site-header__contact-button-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-header__contact-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 8px;
    /* height: 44px; */
    /* padding-left: 16px; */
    /* padding-right: 16px; */
    border-radius: 30px;
    border: 1px solid #e6e6e6;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500
}

.site-header__contact-button:hover {
    color: #fff;
}

.site-header__contact-button-icon {
    font-size: 16px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hero-slider {
    padding: 0 0 24px;
    margin: 20px 0 60px
}

.hero-slider .top-header {
    position: absolute;
    z-index: 5;
    background-color: #fff;
    border-radius: 0 0 30px 0;
    padding-right: 48px;
    padding-bottom: 48px
}

.hero-slider .top-header .desc,
.hero-slider .top-header h1 {
    color: var(--Theme/black, rgb(29, 29, 27));
    font-family: Inter;
    letter-spacing: 0;
    text-align: left;
    max-width: 497px
}

.hero-slider .top-header h1 {
    font-style: Semi Bold;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 24px
}

.hero-slider .top-header .desc {
    font-style: Medium;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%
}

.hero-slider__slide,
.hero-slider__swiper {
    position: relative;
    border-radius: 18px;
    overflow: hidden
}

.hero-slider__slide {
    min-height: 520px
}

.hero-slider__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2
}

.hero-slider__image {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.hero-slider__content {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 48px;
    z-index: 2
}

.hero-slider__content-inner {
    max-width: 520px
}

.hero-slider__title {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: .02em;
    font-weight: 700;
    color: #1b1b1b;
    text-transform: uppercase
}

.hero-slider__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #0a3bff;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    -webkit-transition: background .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background .2s ease;
    transition: transform .2s ease, background .2s ease, -webkit-transform .2s ease
}

.hero-slider__button:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    background: #0832d6
}

.hero-slider__button:active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.hero-slider__button-text {
    display: inline-block
}

.hero-slider__nav {
    position: absolute;
    right: 48px;
    bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    z-index: 5
}

.hero-slider__arrow {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(20, 20, 20, .72);
    color: #fff;
    -webkit-transition: background .2s ease, -webkit-transform .2s ease;
    transition: background .2s ease, transform .2s ease;
    transition: background .2s ease, transform .2s ease, -webkit-transform .2s ease
}

.hero-slider__arrow:hover {
    background: rgba(20, 20, 20, .86);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.hero-slider__arrow:active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.certs-strip {
    background: #fff;
    border-bottom: 1px solid #ececec
}

.certs-strip__container,
.certs-strip__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.certs-strip__container {
    padding-top: 0;
    padding-bottom: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px
}

.certs-strip__left {
    min-width: 280px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px
}

.certs-strip__title {
    margin: 0;
    color: var(--Theme/black, rgb(29, 29, 27));
    font-family: Inter;
    font-style: Semi Bold;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left
}

.about-split__text p,
.certs-strip__subtitle {
    margin: 0;
    font-style: Regular;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0;
    text-align: left
}

.certs-strip__subtitle {
    color: var(--Theme/black, rgb(29, 29, 27));
    font-family: Inter;
    font-size: 17px
}

.certs-strip__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.certs-strip__logo-item,
.certs-strip__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.certs-strip__logos {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 46px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.certs-strip__logo-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 70px
}

.certs-strip__logo {
    display: block;
    width: auto;
    height: 70px;
    max-height: 70px;
    max-width: 120px;
    -o-object-fit: contain;
    object-fit: contain
}

.about-split {
    background: #fff;
    padding-bottom: 90px
}

.about-split__container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 48px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    z-index: 1
}

.about-split__container .bg-image {
    position: absolute;
    left: 24%;
    top: 3%
}

.about-split__col {
    min-width: 0;
    position: relative;
    z-index: 2
}

.about-split .about-split__col--right {
    margin-left: auto;
    max-width: 611px
}

.about-split__lead,
.about-split__title {
    font-family: Inter;
    font-style: Semi Bold;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left
}

.about-split__title {
    margin: 0;
    font-size: 48px;
    line-height: 120%
}

.about-split__lead {
    margin-top: 22px;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 140%;
    color: #121212
}

.about-split__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.about-split__text p {
    font-size: 15px
}

.about-split__button {
    margin-top: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 18px;
    border: 1px solid #e6e6e6;
    border-radius: 999px;
    background: 0 0;
    color: #121212;
    text-decoration: none;
    -webkit-transition: background 160ms ease, border-color 160ms ease, -webkit-transform 160ms ease;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease, -webkit-transform 160ms ease
}

.about-split__button:hover {
    background: #f6f6f6;
    border-color: #dcdcdc;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.about-split__button:active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.about-split .about-split__button-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-split__button-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1
}

.cats-grid {
    position: relative
}

.cats-grid__topline {
    position: absolute;
    top: 0;
    left: 30px;
    right: 0;
    height: 2px;
    background-color: #1e50ff
}

.cats-grid__inner {
    position: relative;
    margin-right: auto;
    padding-top: 1px;
    margin-left: 30px
}

.cats-grid__spark {
    position: absolute;
    top: -10px;
    left: -30px;
    width: 24px;
    height: 24px
}

.cats-grid__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    background-color: #f6f7fb;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .06);
    border-radius: 0;
    overflow: hidden
}

.cats-grid__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 24px;
    padding: 50px 32px 48px;
    text-decoration: none;
    color: #111;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(0, 0, 0, .06)
}

.cats-grid__item:last-child {
    border-right-width: 0;
    border-right-style: solid;
    border-right-color: transparent
}

.cats-grid__icon {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cats-grid__icon svg {
    width: 100px;
    height: 100px;
    display: block
}

.cats-grid__title {
    font-style: Medium;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0;
    text-align: left
}

.cats-grid__item:hover {
    background-color: rgba(30, 80, 255, .06)
}

.cats-grid__item:focus {
    outline-width: 2px;
    outline-style: solid;
    outline-color: #1e50ff;
    outline-offset: 2px
}

.logo-marquee {
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding-top: 18px;
    padding-bottom: 18px
}

.logo-marquee__group,
.logo-marquee__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.logo-marquee__track {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation-name: logo-marquee-scroll;
    animation-name: logo-marquee-scroll;
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.logo-marquee__group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo-marquee__logo {
    display: block;
    height: 46px;
    width: auto;
    margin-right: 56px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.readmore {
    padding: 64px 0;
    background: #fff
}

.readmore__container {
    margin: 0 auto
}

.readmore__title {
    margin: 0 0 18px;
    font-size: 44px;
    line-height: 1.1;
    font-weight: 700;
    color: #0b0f1a;
    letter-spacing: -.02em
}

.readmore__lead,
.readmore__p {
    margin: 0 0 14px
}

.readmore__p {
    font-size: 15px;
    line-height: 1.7;
    color: #2a2f3a
}

.readmore__wrap {
    position: relative;
    overflow: hidden;
    -webkit-transition: max-height 280ms ease;
    transition: max-height 280ms ease;
    max-height: 88px
}

.readmore__content {
    padding-top: 6px
}

.readmore__content .readmore__p {
    color: #2a2f3a
}

.readmore__fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 64px;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(85%, #fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 85%);
    opacity: 1;
    -webkit-transition: opacity 220ms ease;
    transition: opacity 220ms ease
}

.readmore__btn,
.readmore__btn-ico {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 999px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.readmore__btn {
    gap: 10px;
    margin-top: 14px;
    border: 0;
    cursor: pointer;
    padding: 12px 18px;
    background: #1b41ff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: background 220ms ease, -webkit-transform 120ms ease, -webkit-box-shadow 220ms ease;
    transition: transform 120ms ease, box-shadow 220ms ease, background 220ms ease;
    transition: transform 120ms ease, box-shadow 220ms ease, background 220ms ease, -webkit-transform 120ms ease, -webkit-box-shadow 220ms ease
}

.readmore__btn:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 14px 28px rgba(27, 65, 255, .22);
    box-shadow: 0 14px 28px rgba(27, 65, 255, .22)
}

.readmore__btn,
.readmore__btn:active {
    -webkit-box-shadow: 0 10px 24px rgba(27, 65, 255, .18);
    box-shadow: 0 10px 24px rgba(27, 65, 255, .18)
}

.readmore__btn:active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.readmore__btn-ico {
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, .16);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: -webkit-transform 220ms ease;
    transition: transform 220ms ease;
    transition: transform 220ms ease, -webkit-transform 220ms ease
}

.readmore__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.readmore.is-open .readmore__wrap {
    overflow: visible
}

.readmore.is-open .readmore__fade {
    opacity: 0
}

.readmore.is-open .readmore__btn-ico {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}