.who .btn,
body {
    font-size: 16px
}

#nx-loader,
.back-to-top,
.nx-mnav__btn,
.nx-mnav__close {
    place-items: center
}

axefteftdl,
ol,
p,
pre,
ul {
    margin-top: 0
}

address,
dl,
ol,
pre,
ul {
    margin-bottom: 1rem
}

*,
.nx-loader,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    line-height: normal;
    color: #797979;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #fff0;
    position: inherit !important;
    min-height: auto !important
}

.btn,
.features-item,
.footer-call,
.header-container .menu>ul>li,
.hslider-item,
.nx-loader,
.solutions,
.solutions-footer-item,
.solutions-image img,
.use-case,
.use-case-btn,
.use-case-btn svg,
.use-case-row,
.use-case-title,
sub,
sup {
    position: relative
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 .5rem;
    font-weight: 500;
    line-height: normal
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 2.5rem
    }

    .h2,
    h2 {
        font-size: 2rem
    }

    .h3,
    h3 {
        font-size: 1.75rem
    }

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-bottom: 16px
}

abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

.footer-info-item:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

.page-hero h1,
b,
strong {
    font-weight: 900
}

dd {
    margin: 0 0 .5rem
}

blockquote {
    margin: 0 0 1rem
}

.small,
small {
    font-size: .875em
}

sub,
sup {
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #005d7e;
    text-decoration: none
}

a:hover {
    color: #014d67
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre {
    display: block;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.abouts-text p:last-child,
.nx-mnav__item,
figure {
    margin: 0
}

img,
svg {
    vertical-align: middle
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

.features-item:hover::before,
select:disabled {
    opacity: 1
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

.form-checkbox,
.nx-mnav__btn,
.nx-mnav__close {
    appearance: none;
    cursor: pointer
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

.container {
    max-width: calc(100% - 310px);
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:1601px) {
    .container {
        max-width: 1920px;
        padding: 0 250px
    }
}

.btn,
.solutions-image {
    overflow: hidden
}

.btn,
.logo a,
.use-case-btn,
.use-case-btn svg {
    will-change: transform
}

.back-to-top,
[data-animate] {
    will-change: transform, opacity
}

.logo {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="623" height="105" viewBox="0 0 623 105" fill="none"><path d="M-1 0L623 1.01328e-05L563 105L-1 105V0Z" fill="white"/></svg>') right/cover no-repeat;
    padding-left: 310px;
    max-width: 624px;
    width: 38%;
    flex: auto;
    display: flex;
    padding-right: 92px;
    justify-content: flex-end
}

.logo a {
    transition: transform .28s cubic-bezier(.2, .8, .2, 1), filter .28s;
    display: flex;
    align-items: center
}

.logo a:hover {
    transform: translateY(-2px);
    filter: drop-shadow(0 10px 18px rgb(0 93 126 / .25))
}

.logo a img,
.who-image img {
    width: 100%;
    height: auto
}

.menu {
    width: 58%;
    flex: auto
}

.header-container {
    height: 105px;
    background: #071b26;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 310px;
    margin-right: auto
}

.header-container .right {
    display: flex;
    gap: 10px
}

.header-container .menu>ul {
    justify-content: flex-end;
    height: 100%;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 80px;
    flex-wrap: wrap;
    margin: 0
}

.header-container .menu>ul>li>.menu-item {
    padding: 38px 0 40px;
    color: #fff;
    font-size: 18px;
    background: 0 0;
    border: none;
    display: block
}

.header-container .menu>ul>li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 0;
    transition: .5s;
    background: #005d7e
}

.header-container .menu>ul>li.active::before,
.header-container .menu>ul>li:hover::before,
.solutions-footer-item:hover::after,
.solutions-item:hover::after {
    width: 100%
}

#nx-loader {
    position: fixed;
    inset: 0;
    background: #fff;
    display: grid;
    z-index: 99999;
    transition: .35s
}

#nx-loader.hide {
    opacity: 0;
    pointer-events: none
}

.nx-loader {
    width: 56px;
    height: 56px;
    display: block;
    animation: 1s linear infinite nxRotation;
    filter: drop-shadow(0 12px 28px rgb(0 120 180 / .2))
}

.nx-loader::after,
.nx-loader::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    top: 50%;
    left: 50%;
    transform: scale(.55) translate(0, 0);
    border-radius: 50%;
    animation: 1s ease-in-out infinite nxBreathe
}

.nx-loader::after {
    background-color: #0078b4;
    opacity: .95
}

.nx-loader::before {
    background-color: rgb(0 180 255 / .95);
    transform: scale(.55) translate(-56px, -56px)
}

@keyframes nxRotation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes nxBreathe {
    50% {
        transform: scale(1) translate(-50%, -50%)
    }
}

.swiper {
    width: 100%;
    z-index: 999;
    height: 100%
}

.hslider-video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center
}

.hslider-item .btn::after,
.hslider-item .btn::before {
    display: none !important
}

.hslider-item .btn {
    background: var(--bg);
    display: block
}

.hslider-item .btn:hover {
    transform: scale(1.07) !important;
    background-color: var(--bg)
}

#homeSlider .swiper-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--bg);
    position: absolute;
    left: 0;
    top: 0
}

#homeSlider .swiper-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: var(--image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0
}

.hslider-item .container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    z-index: 5;
    text-align: center
}

.btn::after,
.features-item::after,
.features-item::before,
.solutions-item::after {
    content: "";
    position: absolute
}

.btn::after,
.footer-call button::after {
    top: -40%;
    left: -60%;
    width: 40%;
    height: 180%;
    transition: .6s cubic-bezier(.2, .8, .2, 1);
    opacity: 0
}

.hslider-title {
    font-weight: 200;
    font-size: 60px;
    margin-bottom: 17px;
    color: var(--title)
}

.hslider-text {
    font-size: 22px;
    text-shadow: 0 4px 4px rgb(0 0 0 / .25);
    margin-bottom: 50px;
    color: var(--text)
}

.footer-info-data,
.footer-right,
.footer-social a,
.footer-url a {
    text-shadow: 0 0 1px rgb(0 0 0 / .7)
}

.btn,
.btn-blue,
.features-item:hover .features-text,
.features-item:hover .features-title,
.use-case-item:hover .use-case-item-title,
.use-case-item:hover p {
    color: #fff
}

.btn {
    font-size: 18px;
    font-weight: 600;
    padding: 17px 36px;
    border: none;
    transition: .3s
}

.features-item,
.use-case-item {
    transition: .3s !important;
    text-align: center
}

.btn::after {
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / .35), transparent);
    transform: rotate(20deg)
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgb(0 0 0 / .25)
}

.btn:hover::after,
.footer-call button:hover::after {
    left: 130%;
    opacity: 1
}

.btn:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgb(0 0 0 / .2)
}

.btn-blue {
    background-color: #005d7e
}

.btn-blue:hover {
    background-color: #024861;
    color: #fff;
    box-shadow: 0 12px 28px rgb(0 0 0 / .25), 0 0 0 3px rgb(0 93 126 / .25)
}

.hslider .btn {
    letter-spacing: 7.2px
}

.features {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 80px;
    height: 270px;
    align-items: center
}

.features-item {
    width: 300px;
    flex: auto;
    height: 235px;
    padding: 44px 42px 32px;
    background: #eff2f6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.features-item::after {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #bcc1c4;
    width: 1px;
    height: 195px
}

#google_translate_element2,
.features-item:hover::after,
.features-item:last-child::after,
.footer-call .invalid-feedback,
.modal .invalid-feedback,
.nx-mnav,
.nx-mnav__sub,
body>.skiptranslate {
    display: none
}

.features-title {
    margin: 25px 0 2px;
    color: #071b26;
    font-size: 22px;
    font-weight: 600
}

.features-text {
    color: #353630;
    font-size: 14px
}

.solutions-title,
.who-title {
    color: #181818;
    font-size: 42px;
    font-weight: 700;
    position: relative
}

.features-item:hover {
    background: #005d7e;
    height: 270px;
    border-right: 1px solid #fff
}

.features-item svg path {
    fill: #000;
    transition: .3s
}

.features-item:hover svg path,
.use-case-item:hover svg path {
    fill: #fff
}

.features-item::before {
    top: 14px;
    left: 14px;
    width: 48px;
    height: 48px;
    background: #fff;
    opacity: 0;
    transition: .3s;
    clip-path: polygon(0 0, 100% 0, 0 100%)
}

.solutions-title::after,
.who-title::after {
    width: 88px;
    height: 7px;
    content: "";
    position: absolute;
    background: #005d7e;
    left: 0
}

.who {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px
}

.who-image {
    margin-right: 65px;
    width: 693px
}

.who-right {
    width: 10%;
    flex: auto
}

.abouts-text p,
.error-image,
.page,
.who-title {
    margin-bottom: 40px
}

.contact-info-data a:hover,
.solutions-title span,
.who-title span {
    color: #005d7e
}

.who-title::after {
    bottom: -8px
}

.who .btn {
    margin-top: 66px;
    display: inline-block;
    padding: 15px 40px;
    letter-spacing: 1.6px
}

.solutions-title {
    width: 100%;
    margin: auto auto 40px;
    text-align: center
}

.solutions-title::after {
    bottom: -12px;
    right: 0;
    margin: auto
}

.solutions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px
}

.solutions-item {
    width: 30%;
    flex: auto;
    position: relative;
    background: #fff
}

.solutions-item::after {
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 6px;
    transition: .5s;
    background: #005d7e;
    bottom: 0
}

.solutions-image img {
    width: 100%;
    height: 302px;
    object-fit: cover;
    z-index: 5;
    transition: .5s
}

.solutions-item:hover img {
    transform: scale(1.1)
}

.solutions-item-title {
    color: #071b26;
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0 5px;
    padding: 0 63px 0 40px
}

.solutions-item p {
    color: #353630;
    font-size: 14px;
    margin-bottom: 37px;
    padding: 0 63px 0 40px
}

.solutions {
    padding-bottom: 110px
}

.solutions .container,
.use-case .container {
    position: relative;
    z-index: 5
}

.footer-call button::after,
.footer-call::before,
.footer-nav ul a::after,
.page-hero::before,
.solutions::after,
.use-case-btn::after,
.use-case-btn::before,
.use-case-title::after,
.use-case::after {
    content: "";
    position: absolute
}

.solutions::after {
    bottom: 0;
    height: 620px;
    background: #eff2f6;
    left: 0;
    width: 100%
}

.solutions-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 32px
}

.solutions-footer-item {
    flex: auto;
    user-select: none;
    width: 30%;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 37px 70px 37px 50px;
    gap: 20px;
    color: #071b26;
    font-size: 22px;
    font-weight: 500
}

.contact-left,
.faq-section,
.solutions-footer-item span {
    width: 1%;
    flex: auto
}

.solutions-footer-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    right: 0;
    margin: auto;
    transition: .3s;
    height: 5px;
    background: #005d7e
}

.use-case {
    background-image: url(../img/case.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 42px;
    margin-bottom: 193px
}

.use-case::after {
    width: 100%;
    background: rgb(7 27 38 / .8);
    left: 0;
    top: 0;
    height: 100%
}

.use-case-header {
    display: flex;
    margin-bottom: 31px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.use-case-row {
    display: flex;
    top: 112px;
    margin-top: -112px;
    gap: 30px
}

.use-case-item {
    box-shadow: 0 8px 20px 2px rgb(0 0 0 / .08);
    height: 320px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: auto;
    width: 23%;
    padding: 0 67px
}

.use-case-btn,
.use-case-right {
    align-items: center;
    display: flex
}

.footer-call-title,
.use-case-title {
    color: #fff;
    font-size: 42px;
    font-weight: 700
}

.use-case-title::after {
    left: 0;
    width: 88px;
    height: 7px;
    background: #fff;
    bottom: -13px
}

.use-case-right {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    gap: 30px
}

.use-case-btn {
    background: #005d7e;
    justify-content: center;
    border-radius: 100%;
    width: 130px;
    height: 130px;
    overflow: visible;
    transform: translateZ(0);
    transition: transform .28s cubic-bezier(.2, .8, .2, 1), box-shadow .28s cubic-bezier(.2, .8, .2, 1);
    animation: 2.8s ease-in-out infinite ucbreathe
}

.use-case-btn::before {
    inset: -14px;
    border-radius: 999px;
    border: 5px solid #005d7e;
    opacity: 0;
    transform: scale(.92);
    animation: 2.6s ease-out infinite ucring;
    pointer-events: none
}

.use-case-btn::after {
    inset: 0;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, rgb(255 255 255 / .22), transparent 55%);
    opacity: .65;
    pointer-events: none;
    transition: opacity .28s
}

.use-case-btn svg {
    z-index: 2;
    transition: transform .28s cubic-bezier(.2, .8, .2, 1), filter .28s
}

.use-case-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 18px 44px rgb(0 0 0 / .18), 0 0 0 4px rgb(0 93 126 / .22)
}

.use-case-btn:hover::before {
    opacity: 1;
    animation-duration: 1.4s
}

.use-case-btn:hover::after {
    opacity: .85
}

.use-case-btn:hover svg {
    transform: translateX(3px) scale(1.04);
    filter: drop-shadow(0 10px 18px rgb(0 0 0 / .18))
}

.use-case-btn:active {
    transform: translateY(-1px) scale(.99)
}

.use-case-btn:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 4px rgb(0 93 126 / .35), 0 18px 44px rgb(0 0 0 / .18)
}

@keyframes ucbreathe {

    0%,
    100% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(-6px) scale(1.02)
    }
}

@keyframes ucring {
    0% {
        opacity: 0;
        transform: scale(.92)
    }

    25% {
        opacity: .55
    }

    100% {
        opacity: 0;
        transform: scale(1.18)
    }
}

.use-case-item-title {
    margin: 30px 0 10px;
    font-size: 18px;
    color: #071b26;
    font-weight: 600;
    transition: .3s
}

.use-case-item svg path {
    transition: .3s;
    fill: #005D7E
}

.use-case-item p {
    margin: 0;
    font-size: 14px;
    color: #353630;
    transition: .3s
}

.use-case-item:hover {
    background: #005d7e;
    box-shadow: 0 8px 20px 2px rgb(0 0 0 / .08)
}

.footer {
    background: #071b26;
    padding-top: 162px;
    padding-bottom: 124px
}

.footer-call {
    max-width: 1524px;
    width: 95%;
    height: 220px;
    background: #005d7e;
    color: #fff;
    margin: auto auto -95px;
    display: flex;
    align-items: center;
    gap: 120px;
    padding: 80px 120px;
    flex-wrap: wrap;
    overflow: hidden;
    box-shadow: 0 18px 44px rgb(0 0 0 / .14)
}

.footer-call-form {
    display: flex;
    gap: 30px;
    flex: auto;
    width: 10%
}

.footer-call input {
    outline: 0;
    border: 1px solid #43a6c9;
    background: #1d7d9f;
    padding: 16px 40px;
    color: #fff;
    font-size: 18px;
    width: 100%;
    transition: box-shadow .22s, border-color .22s, transform .22s, background-color .22s;
    position: relative;
    z-index: 1
}

.footer-call input::placeholder {
    color: #fff
}

.footer-call button {
    transition: transform .22s cubic-bezier(.2, .8, .2, 1), box-shadow .22s cubic-bezier(.2, .8, .2, 1), background-color .22s, color .22s;
    overflow: hidden;
    background: #fff;
    border: none;
    padding: 16px 53px;
    color: #181818;
    font-size: 18px;
    width: 100%;
    max-width: 180px;
    position: relative;
    z-index: 1
}

.footer-call::before {
    inset: -120px;
    background: radial-gradient(circle at 18% 30%, rgb(255 255 255 / .18), transparent 52%), radial-gradient(circle at 85% 70%, rgb(0 0 0 / .18), transparent 55%);
    opacity: .75;
    pointer-events: none;
    transform: translate3d(0, 0, 0);
    animation: 10s ease-in-out infinite alternate fcallGlow
}

@keyframes fcallGlow {
    from {
        transform: translate3d(-10px, -6px, 0) scale(1.02);
        opacity: .65
    }

    to {
        transform: translate3d(10px, 6px, 0) scale(1.05);
        opacity: .85
    }
}

.footer-call input:hover {
    border-color: rgb(255 255 255 / .55)
}

.footer-call input:focus {
    border-color: rgb(255 255 255 / .75);
    box-shadow: 0 0 0 4px rgb(255 255 255 / .18);
    background-color: rgb(29 125 159 / .92);
    transform: translateY(-1px)
}

.footer-call button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgb(0 0 0 / .18)
}

.footer-call button:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgb(0 0 0 / .14)
}

.footer-call button::after {
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / .55), transparent);
    transform: rotate(18deg)
}

.footer .container {
    display: flex;
    gap: 100px;
    flex-wrap: wrap
}

.footer-left {
    width: 296px
}

.footer-right {
    flex: auto;
    width: 10%;
    color: #737373
}

.footer-logo {
    margin-bottom: 23px
}

.footer-info-item {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 22px;
    transition: transform .22s cubic-bezier(.2, .8, .2, 1)
}

.footer-info-item:hover {
    transform: translateX(2px)
}

.footer-info-item i {
    color: #737373;
    font-size: 18px;
    width: 22.5px;
    display: block;
    transition: transform .22s cubic-bezier(.2, .8, .2, 1), color .22s, opacity .22s
}

.footer-info-item:hover i {
    transform: translateY(-1px);
    color: rgb(255 255 255 / .8)
}

.footer-info-data,
.footer-nav ul a {
    transition: color .22s, opacity .22s, transform .22s cubic-bezier(.2, .8, .2, 1)
}

.footer-info-data {
    margin: 0;
    color: #737373;
    font-size: 15px;
    width: 1%;
    flex: auto
}

.footer-info-item:hover .footer-info-data,
.footer-url a:hover {
    color: rgb(255 255 255 / .78)
}

.footer-top {
    display: flex;
    padding-bottom: 43px;
    margin-bottom: 42px;
    gap: 70px;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #36373b
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 20px
}

.footer-social a {
    color: #737373;
    font-size: 15px;
    transition: .3s
}

.footer-social a:hover {
    transform: translateY(-3px);
    color: #fff
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px
}

.footer-nav ul a {
    color: #fff;
    font-size: 18px;
    position: relative
}

.footer-nav ul a::after {
    left: 0;
    right: 0;
    bottom: -10px;
    height: 2px;
    background: #005d7e;
    transform: scaleX(0);
    transform-origin: left;
    opacity: .9;
    transition: transform .28s cubic-bezier(.2, .8, .2, 1)
}

.footer-nav ul a:hover::after {
    transform: scaleX(1)
}

.footer-bottom {
    display: flex;
    gap: 50px;
    font-size: 15px;
    justify-content: space-between
}

.footer-url {
    display: flex;
    gap: 25px;
    color: #fff
}

.footer-url a {
    color: #737373;
    transition: color .22s, opacity .22s
}

.footer-nardigital img {
    transition: transform .22s cubic-bezier(.2, .8, .2, 1), filter .22s, opacity .22s
}

.footer-nardigital img:hover {
    transform: translateY(-2px);
    filter: drop-shadow(0 12px 20px rgb(0 0 0 / .22));
    opacity: 1
}

.page-hero {
    background-image: url(../img/breadcrumb.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 190px;
    position: relative;
    margin-bottom: 60px;
    --bg: #071b26;
    background-position: center
}

.back-to-top,
.skip-link {
    position: fixed;
    color: #fff;
    text-decoration: none
}

.page-hero::before {
    opacity: .8;
    background: var(--bg);
    inset: 0;
    width: 100%;
    height: 100%
}

.page-hero .container {
    display: flex;
    position: relative;
    z-index: 1;
    color: #fff;
    height: 100%;
    align-items: center;
    flex-wrap: wrap
}

.abouts-title::after,
.contact-title::after {
    position: absolute;
    width: 88px;
    height: 7px;
    content: ""
}

.page-hero h1 {
    font-size: 38px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: max-content;
    bottom: 0;
    height: max-content;
    text-align: center
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 13px
}

.breadcrumb>* {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.breadcrumb a:hover {
    color: #fff
}

[data-animate] {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    transition: transform .65s cubic-bezier(.2, .8, .2, 1), opacity .65s;
    transition-delay: var(--ad, 0ms)
}

[data-animate].animate-active {
    opacity: 1;
    transform: none
}

[data-animate=left] {
    transform: translate3d(-28px, 0, 0)
}

[data-animate=right] {
    transform: translate3d(28px, 0, 0)
}

[data-animate=top] {
    transform: translate3d(0, -28px, 0)
}

[data-animate=bottom] {
    transform: translate3d(0, 28px, 0)
}

[data-animate=center] {
    transform: translate3d(0, 12px, 0)
}

[data-animate=opacity] {
    transform: none;
    opacity: 0
}

[data-animate=scale] {
    transform: scale(.92)
}

.back-to-top {
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    width: 44px;
    height: 44px;
    display: grid;
    border-radius: 999px;
    background: #005d7e;
    opacity: 0;
    transform: translateY(18px) scale(.92);
    pointer-events: none;
    transition: opacity .22s, transform .22s cubic-bezier(.2, .8, .2, 1), background .2s;
    z-index: 9999
}

.back-to-top.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto
}

.back-to-top.is-pop {
    transform: translateY(-2px) scale(1.06)
}

.back-to-top:hover {
    background: #034861;
    transform: translateY(-2px) scale(1.04);
    color: #fff
}

.back-to-top:active {
    transform: translateY(0) scale(.98)
}

.back-to-top:focus-visible {
    outline: currentColor solid 2px;
    outline-offset: 3px
}

.back-to-top i {
    font-size: 18px;
    line-height: 1
}

@media (prefers-reduced-motion:reduce) {

    .footer-call::before,
    .footer::before,
    .nx-loader,
    .nx-loader::after,
    .nx-loader::before,
    .use-case-btn,
    .use-case-btn::before {
        animation: none !important
    }

    [data-animate] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important
    }

    .back-to-top {
        transition: none
    }
}

.skip-link {
    top: -100%;
    left: 16px;
    z-index: 10000;
    background: #005d7e;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: top .25s
}

.abouts-title,
.contact-title {
    color: #181818;
    position: relative
}

.skip-link:focus,
.skip-link:focus-visible {
    top: 16px;
    outline: 0
}

#top {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.abouts {
    display: flex;
    gap: 62px;
    margin-bottom: 96px;
    flex-wrap: wrap
}

.abouts-right {
    flex: auto;
    width: 1%
}

.abouts-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px
}

.abouts-title::after {
    background: #005d7e;
    bottom: -6px;
    left: 3px
}

.contact {
    display: flex;
    flex-wrap: wrap;
    gap: 150px;
    margin-bottom: 40px
}

.contact-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 57px
}

.contact-title::after {
    left: 0;
    bottom: -20px;
    background: #005d7e
}

.contact-info-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px
}

.contact-info-data {
    flex: 1;
    width: 1%
}

.contact-info-data strong {
    display: block;
    font-weight: 700
}

.contact-info-icon {
    background: #005d7e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.contact-info-data a {
    display: block;
    color: #797979
}

.contact-form-item {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    max-width: 674px;
    position: relative
}

.contact-form-item label {
    width: 216px;
    padding: 12px 0
}

.contact-form-item input,
.contact-form-item textarea {
    width: 458px
}

.form-item {
    padding: 11px 30px;
    outline: 0;
    transition: .5s;
    border: 1px solid #797979;
    background: #fff;
    color: inherit
}

.form-item:focus {
    border-color: #005d7e;
    box-shadow: 0 0 0 4px rgb(0 93 126 / 20%)
}

.is-invalid {
    border-color: #ff5757 !important;
    color: #ff5757 !important
}

.captcha {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px
}

.captcha input {
    width: 181px
}

.captcha-image {
    position: relative;
    width: 257px;
    border: 1px solid #797979;
    text-align: center;
    height: 47px;
    padding-right: 15px
}

.captcha-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.captcha-refresh {
    position: absolute;
    right: 10px;
    background: #005d7e;
    color: #fff;
    border: none;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    transition: .3s
}

.captcha-refresh:hover {
    background: #013b4f
}

.contact-maps {
    width: 100%;
    margin-bottom: 60px
}

.contact-maps iframe {
    width: 100%;
    height: 358px
}

.contact-form-submit {
    display: flex;
    justify-content: flex-end
}

.contact-form-submit .btn {
    font-size: 16px;
    font-weight: 400;
    padding: 13px 56px
}

.nx-mnav__btn {
    border: 1px solid;
    background: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 14px;
    width: 44px;
    height: 44px;
    display: inline-grid;
    transition: transform .15s, box-shadow .15s, background .15s;
    box-shadow: 0 8px 24px rgb(0 0 0 / .08)
}

.nx-mnav__btn:focus-visible {
    outline: solid 3px;
    outline-offset: 2px
}

.nx-mnav__btn:active {
    transform: scale(.98)
}

.nx-burger {
    width: 18px;
    height: 12px;
    display: inline-block;
    position: relative;
    background: #fff0
}

.nx-burger::after,
.nx-burger::before {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: rgb(0 0 0 / .78);
    transition: transform .2s, top .2s, opacity .2s
}

.nx-burger::before {
    top: 0
}

.nx-burger::after {
    top: 10px
}

.nx-mnav__backdrop {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / .45);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 9998;
    opacity: 0;
    transition: opacity .22s
}

.nx-mnav__panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    width: min(420px, 92vw);
    background: rgb(255 255 255 / .96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-left: 1px solid;
    z-index: 9999;
    transform: translateX(104%);
    transition: transform .26s;
    display: flex;
    flex-direction: column
}

.nx-mnav__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
    border-bottom: 1px solid
}

.nx-mnav__brand img {
    display: block;
    height: auto
}

.nx-mnav__close {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid;
    background: rgb(255 255 255 / .85);
    display: inline-grid;
    font-size: 26px;
    line-height: 1;
    color: rgb(0 0 0 / .75)
}

.nx-mnav__close:focus-visible {
    outline: solid 3px;
    outline-offset: 2px
}

.nx-mnav__nav {
    padding: 10px 10px 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1 1 auto
}

.nx-mnav__list {
    list-style: none;
    margin: 0;
    padding: 8px;
    display: grid;
    gap: 8px
}

.nx-mnav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 14px;
    border-radius: 14px;
    position: relative;
    text-decoration: none;
    color: rgb(0 0 0 / .86);
    border: 1px solid;
    background: rgb(255 255 255 / .7);
    transition: transform .12s, background .12s, border-color .12s
}

.nx-mnav__item--has-sub .nx-mnav__link::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .2s
}

.open>.nx-mnav__link::after {
    transform: translateY(-50%) rotate(-135deg)
}

.nx-mnav__link:hover {
    background: rgb(0 123 255 / .06);
    border-color: rgb(0 123 255 / .18)
}

.nx-mnav__link:focus-visible {
    outline: solid 3px;
    outline-offset: 2px
}

.nx-mnav__link.active {
    background: rgb(0 123 255 / .1);
    border-color: rgb(0 123 255 / .26)
}

.nx-mnav__footer {
    padding: 12px 14px 16px;
    border-top: 1px solid;
    display: grid;
    gap: 10px
}

.nx-mnav__cta {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    border-radius: 14px;
    text-decoration: none;
    color: #fff;
    background: #007bff;
    box-shadow: 0 10px 26px rgb(0 123 255 / .22)
}

.nx-mnav__cta:focus-visible {
    outline: solid 3px;
    outline-offset: 2px
}

html.nx-mnav-open .nx-mnav__backdrop {
    opacity: 1
}

html.nx-mnav-open .nx-mnav__panel {
    transform: translateX(0)
}

body.nx-lock,
html.nx-lock {
    height: 100%;
    overflow: hidden
}

.nx-sr,
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.page-image {
    margin-bottom: 30px
}

.menu-dropdown,
.open .nx-mnav__sub {
    padding: 0;
    margin: 0;
    list-style: none
}

.page-image img {
    height: max-content;
    max-height: 400px;
    object-fit: cover
}

.menu-dropdown {
    width: 282px;
    visibility: hidden;
    position: absolute;
    left: 0;
    background: #fff;
    top: 105px;
    z-index: 55;
    box-shadow: 0 30px 70px 0 rgb(57 62 70 / .15);
    transition: .3s;
    opacity: 0;
    transform: translateY(15px)
}

.modal,
.modal-container {
    transition: .5s;
    opacity: 0
}

.has-dropdown:hover .menu-dropdown.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.menu-dropdown a {
    transition: .3s;
    display: block;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    border-bottom: 1px solid #ddd
}

.menu-dropdown a.active,
.menu-dropdown a:hover {
    background: #015c7c;
    color: #fff
}

.menu-dropdown li:last-child a {
    border: none
}

.modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 10%);
    z-index: 99999;
    display: flex;
    backdrop-filter: blur(0);
    visibility: hidden;
    padding: 0 !important;
    margin: 0 !important
}

.modal.active {
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(5px)
}

.modal-container {
    width: 758px;
    height: max-content;
    position: relative;
    margin: auto;
    padding: 67px 80px;
    background: #fff;
    top: -150px;
    max-height: 656px
}

.modal-close,
.modal-title:after {
    background: #005d7e;
    position: absolute
}

.modal.active .modal-container {
    top: 0;
    opacity: 1
}

.modal-close {
    right: -20px;
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 70px;
    height: 70px;
    color: #fff
}

.modal-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #181818;
    font-size: 24px;
    font-weight: 700
}

.modal-title:after {
    content: "";
    width: 88px;
    height: 7px;
    bottom: 0;
    left: 0
}

.modal-input-group {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap
}

.modal-input-group label {
    flex: auto;
    padding: 12px 0;
    color: #797979
}

.modal-input-group input,
.modal-input-group select,
.modal-input-group textarea {
    width: 400px
}

.modal-input-group-kvkk {
    display: flex;
    flex-wrap: wrap
}

.modal-input-group-kvkk div:first-child {
    flex: auto
}

.modal-input-group-kvkk>div:last-child {
    width: 400px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.form-checkbox {
    width: 20px;
    height: 20px;
    transition: .3s;
    border: 1px solid #797979
}

.modal-input-group-kvkk label {
    margin-left: 14px;
    width: 10%;
    flex: auto;
    margin-right: 33px;
    color: #797979;
    font-size: 12px
}

.form-checkbox:checked {
    background-color: #005d7e;
    border-color: #005d7e;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.9997 15.1709L19.1921 5.97852L20.6063 7.39273L9.9997 17.9993L3.63574 11.6354L5.04996 10.2212L9.9997 15.1709Z" fill="white"></path></svg>');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width:992px) {
    .nx-mnav {
        display: inline-flex;
        align-items: center
    }

    .menu {
        display: none !important
    }
}

.captcha .invalid-feedback {
    position: absolute;
    left: 0;
    bottom: -10px
}

.invalid-feedback {
    display: block;
    width: 100%;
    background: #ff5757;
    padding: 8px 15px;
    font-size: 14px;
    color: #fff;
    margin: 10px 0
}

.open .nx-mnav__sub {
    display: block
}

.nx-mnav__subitem a {
    padding: 10px;
    margin: 10px 20px;
    display: block;
    font-size: 14px;
    color: #000
}

.nx-mnav__subitem a.active {
    color: #fff;
    background: #007bff
}

@media (max-height:600px) {
    .hslider-title {
        font-size: 50px
    }
}

@media (max-width:1805px) {
    .who-image {
        width: 56%
    }

    .footer-top {
        gap: 30px
    }

    .footer-social {
        gap: 15px
    }

    .footer-nav ul a,
    .header-container .menu>ul>li>.menu-item {
        font-size: 17px
    }

    .footer-nav ul {
        gap: 40px
    }

    .footer-bottom {
        gap: 20px
    }

    .features-item {
        width: 25%;
        padding-right: 10px;
        padding-left: 10px
    }

    .logo {
        padding-left: 200px
    }

    .footer .container,
    .header-container .menu>ul {
        gap: 60px
    }
}

@media (max-width:1600px) {

    .contact-form-item input,
    .contact-form-item textarea {
        width: 300px
    }

    .captcha-image {
        width: 177px
    }

    .captcha {
        gap: 6px
    }

    .captcha-input input {
        width: 117px;
        padding: 11px
    }

    .container {
        max-width: calc(100% - 200px) !important
    }

    .header-container {
        padding-right: 200px
    }
}

@media (max-width:1460px) {
    .footer-call {
        padding: 60px
    }

    .use-case-row {
        gap: 15px
    }

    .solutions-footer {
        gap: 10px
    }

    .solutions-footer-item {
        font-size: 18px;
        gap: 15px;
        padding: 0 30px
    }

    .solutions-footer-item svg {
        width: 50px;
        height: auto
    }

    .logo {
        padding-left: 100px
    }

    .header-container {
        padding-right: 100px
    }

    .container {
        max-width: calc(100% - 150px) !important
    }
}

@media (max-width:1250px) {

    .footer-call-title,
    .page-hero h1 {
        font-size: 30px
    }

    .breadcrumb {
        gap: 8px
    }

    .footer-top {
        justify-content: center;
        gap: 25px
    }

    .footer-call-form {
        gap: 10px
    }

    .footer-bottom {
        flex-wrap: wrap
    }

    .footer-url {
        justify-content: space-between;
        gap: 10px;
        order: 3;
        width: 100%
    }

    .footer-social {
        order: 2;
        justify-content: center;
        width: 100%
    }

    .footer-url span {
        display: none
    }

    .footer-call {
        height: 170px;
        padding: 0 50px
    }

    .header-container .menu>ul>li>.menu-item,
    .use-case-item-title {
        font-size: 16px
    }

    .solutions-row {
        gap: 15px
    }

    .solutions-item-title {
        font-size: 19px
    }

    .features-text,
    .solutions-item p {
        font-size: 13px
    }

    .who .btn,
    body {
        font-size: 15px
    }

    .solutions-title,
    .who-title {
        font-size: 35px
    }

    .logo {
        width: 25%;
        padding-left: 80px
    }

    .header-container {
        padding-right: 80px
    }

    .header-container .menu>ul {
        gap: 40px
    }

    .container {
        max-width: calc(100% - 100px) !important
    }
}

@media (max-width:1090px) {
    .footer-call {
        display: none
    }

    .footer {
        padding: 100px 0
    }

    .page-hero h1 {
        position: relative;
        width: 100%;
        margin: 0
    }

    .page-hero {
        height: max-content;
        padding: 50px 0
    }

    .page-hero .container {
        text-align: center;
        justify-content: center;
        height: 100%;
        align-items: center;
        gap: 26px
    }
}

@media (max-width:991px) {
    .faq-section {
        width: 100% !important
    }

    .faq-page-right {
        max-width: 100% !important
    }

    .abouts-left {
        width: 100%;
        order: 2
    }

    .abouts-left img {
        width: 100%;
        height: auto
    }

    .captcha,
    .captcha-input input,
    .contact-form-item input,
    .contact-form-item textarea,
    .contact-right,
    .features-item,
    .modal-input-group input,
    .modal-input-group select,
    .modal-input-group textarea,
    .solutions-footer-item,
    .solutions-item,
    .use-case-item {
        width: 100%
    }

    .contact-form-item {
        max-width: 100%
    }

    .captcha-image {
        width: 40%;
        flex: auto
    }

    .captcha-input {
        width: 30%;
        flex: auto
    }

    .contact,
    .solutions-footer {
        gap: 30px
    }

    .footer {
        padding: 50px 0
    }

    .footer-left {
        width: 100%;
        margin-bottom: 30px
    }

    .use-case-row {
        flex-wrap: wrap
    }

    .solutions-row {
        gap: 50px
    }

    .who .btn {
        margin: 40px auto auto;
        display: block;
        width: max-content
    }

    .who-image {
        width: 100%;
        margin: 0 0 35px
    }

    .header-container .menu {
        display: none
    }

    .features,
    .features-item:hover {
        height: max-content
    }

    .features-item:not(:last-child)::after {
        display: block !important;
        height: 2px;
        width: 80%;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0
    }

    .features-item:hover::after {
        display: none !important
    }

    .header-container {
        padding-right: 30px
    }

    .logo {
        max-width: 350px;
        flex: inherit;
        padding: 0 60px 0 30px;
        width: 70%
    }

    .container {
        max-width: calc(100% - 50px) !important
    }

    .use-case-title {
        font-size: 25px
    }

    .use-case-title::after {
        height: 5px
    }

    .use-case-btn {
        width: 90px;
        height: 90px
    }

    .modal-container {
        height: 100%;
        overflow: auto;
        width: 100%;
        padding: 80px 20px
    }

    .modal-close {
        right: 0;
        top: 0
    }
}

@media (max-width:800px) {
    .hslider-title {
        font-size: 40px
    }

    .use-case-btn {
        width: 70px;
        height: 70px
    }

    .use-case-btn svg {
        width: 20px;
        height: auto
    }

    .use-case-right {
        flex-direction: column;
        width: 100%
    }

    .use-case-header {
        justify-content: center;
        gap: 30px;
        text-align: center
    }

    .use-case-title::after {
        right: 0;
        margin: auto
    }

    .hslider-text {
        font-size: 18px
    }

    .btn {
        font-size: 16px;
        padding: 14px 33px
    }
}

@media (max-width:500px) {

    .abouts-title,
    .page-hero h1 {
        font-size: 23px
    }

    .abouts-title::after {
        height: 5px;
        bottom: -12px;
        left: 0
    }

    .contact-form-submit {
        justify-content: center
    }

    .contact-form-submit .btn {
        font-size: 15px;
        padding: 10px 35px
    }

    .contact-form-item label {
        width: 100%;
        margin-bottom: 10px
    }

    .footer-left {
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .footer-nav ul li {
        width: 40%;
        flex: auto
    }

    .footer-nav ul a {
        font-size: 16px
    }

    .footer-bottom {
        font-size: 14px
    }

    .hslider-title,
    .solutions-title,
    .who-title {
        font-size: 30px
    }

    .btn,
    .hslider-text {
        font-size: 15px
    }

    .btn {
        padding: 12px 30px
    }

    .container {
        max-width: calc(100% - 30px) !important
    }
}

@media (max-width:400px) {
    .logo {
        width: 80%
    }
}

.faq-question button {
    position: relative;
    background: #eff2f6;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 25px 40px;
    border-radius: 4px;
    border: none;
    color: #0c2139;
    transition: .3s;
    width: 100%;
    text-align: left
}

.is-active .faq-question button {
    background: #fff;
    color: #008fd5
}

.faq-question button::after {
    content: "+";
    position: absolute;
    right: 40px;
    font-family: Poppins, sans-serif;
    top: 0;
    font-size: 27px;
    bottom: 0;
    height: max-content;
    margin: auto
}

.is-active .faq-question button::after {
    content: "-"
}

.faq-panel {
    background: #eff2f6
}

.faq-panel .faq-answer {
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;
    margin: 0;
    padding: 0 40px 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.faq-item {
    background-color: #eff2f6;
    border-radius: 4px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 16px
}

.faq-item.is-active {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgb(0 0 0 / .1);
    box-shadow: 0 10px 60px 0 rgb(0 0 0 / .1)
}

.error {
    text-align: center
}

.error-title {
    font-size: 32px;
    font-weight: 600
}

.error-text {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 71px
}

.faq-page {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap
}

.faq-page-right {
    max-width: 376px;
    width: 1%;
    flex: auto
}

.faq-page-right img {
    width: 100%;
    height: auto;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.faq-page-right-footer {
    height: 100px;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    align-items: center;
    background: radial-gradient(circle at 18% 30%, #196d8b, #036588 2%), radial-gradient(circle at 85% 80%, #00526f, #005573 55%);
    gap: 20px
}

.faq-page-right-icon {
    font-size: 38px
}

.faq-page-right-data strong {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .1em;
    margin-bottom: 5px
}

.faq-page-right-data a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1
}

.faq-page-right-data a:hover {
    color: #0bf
}

.ad-lang {
    display: flex;
    align-items: center;
    margin-left: 25px;
    position: relative
}

.ad-lang__btn {
    background: 0 0;
    color:white !important;
    display: flex;
    align-items: center;
    border: none;
    text-transform: uppercase
}

.ad-lang__btn::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 8px;
    display: inline-block
}

[aria-expanded=true]::after {
    transform: rotate(180deg)
}

.ad-lang__panel {
    background: #fff;
    position: absolute;
    top: 78px;
    z-index: 9;
    width: 90px;
    transition: .3s;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.ad-lang:hover .ad-lang__panel {
    opacity: 1;
    visibility: visible
}

.ad-lang__panel button {
    display: block;
    outline: 0;
    background: 0 0;
    position: relative;
    width: 100%;
    color: #181818;
    text-align: left;
    border: none;
    padding: 13px;
    border-bottom: 1px solid;
    transition: .5s
}

.ad-lang__panel button.active,
.ad-lang__panel button:hover {
    padding-left: 40px
}

.ad-lang__panel button.active::before,
.ad-lang__panel button:before {
    content: "";
    position: absolute;
    background: #005d7e;
    width: 20px;
    opacity: 0;
    height: 3px;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .4s
}

.ad-lang__panel button.active::before,
.ad-lang__panel button:hover:before {
    opacity: 1;
    left: 10px
}