body {
    overflow-x: hidden;
}
body.opened {
    overflow: hidden;
}
body.opened .mobile-menu {
    right: 0;
}
h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 56px;
    letter-spacing: 0.03em;
}
.video-block h2 {
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
    h1 {
        font-size: 50px;
        line-height: 65px;
    }
}
header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    color: #fff;
}
@media screen and (min-width: 250px) {
    header.site-header.is-fixed {
        position: fixed;
    }
    header.site-header.is-fixed .header-top {
        display: none !important;
    }
    header.site-header:not(.is-fixed) .header-top {
        display: flex !important;
    }
}
.header-top {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 16px;
}
section.hero {
    position: relative;
    min-height: 100vh;
    padding: 0;
    overflow: hidden;
    color: #fff;
}
section.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/overlay.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0.6;
    pointer-events: none;
    z-index: 1;
}
.hero .hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-content {
    position: relative;
    z-index: 3;
    min-height: 100vh;
    display: flex;
    padding: 190px 0 52px;
}
@media (min-width: 992px) {
    .hero-content {
        padding-top:250px;
    }
}
@media (min-width: 1400px) {
    .hero-content {
        padding-top:350px;
    }
}
@media (min-width: 992px) {
    .nav-item {
        position: relative;
    }
    .nav-item .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        background: rgb(3 20 66 / 0.8);
        color: #fff;
        padding: 30px 40px;
        width: 646px;
    }
    .nav-item .submenu h3 {
        font-size: 24px;
        line-height: 35px;
        font-weight: 700;
        letter-spacing: 3%;
        text-transform: uppercase;
    }
    .nav-item .submenu .read-more {
        color: #00f58c !important;
        padding: 0 0 7px 0 !important;
        border-bottom: 1px solid #00f58c;
        display: inline-block !important;
        margin-bottom: 24px;
    }
    .nav-item .submenu .read-more:hover {
        color: #fff !important;
        border-bottom: 1px solid #fff;
    }
    .nav-item .submenu .read-more:hover i {
        background-color: #fff;
    }
    .nav-item .submenu .read-more i {
        width: 12px;
        height: 12px;
        background-color: #00f58c;
        display: inline-block;
        vertical-align: middle;
        -webkit-mask: url(../img/union.svg) no-repeat center/contain;
        mask: url(../img/union.svg) no-repeat center/contain;
        margin-left: 7px;
    }
    .nav-item .submenu ul {
        display: block !important;
        list-style: disc;
        padding: 0 !important;
        padding-inline-start: 25px !important;
        margin: 0 !important;
    }
    .nav-item .submenu ul li {
        margin-bottom: 15px;
        width: 100%;
    }
    .nav-item .submenu ul li::marker {
        color: #00f58c;
    }
    .nav-item .submenu ul li a {
        font-size: 15px;
        font-weight: 500;
        line-height: 1;
        background: none !important;
    }
    .nav-item .submenu ul li a:hover {
        color: #00f58c !important;
    }
}
@media (min-width: 1280px) {
    .nav-item .submenu {
        width: 878px;
    }
}
.nav-item li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
header.site-header .btn {margin-bottom: 0;font-size: 14px;width:auto;white-space: nowrap;padding:8px 16px;}
header.site-header .btn-primary {margin-right: 8px;}
.site-header .header-nav .blur.card {
    background: #fff !important;
}
.site-header .header-nav .blur.card,
.site-header .header-nav .blur.testimonial-card {
    position: relative;
    overflow: visible;
    width: 100%;
    background: linear-gradient(
            90deg,
            rgb(43 68 141 / 0.4) 0%,
            rgb(45 84 155 / 0.34) 40%,
            rgb(48 131 164 / 0.3) 75%,
            rgb(54 164 157 / 0.3) 100%
    );
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: 0;
}
.site-header .header-nav .blur.card {border-radius: 0;--bs-gutter-x:0;}
.site-header .header-nav .blur.card > .container-big > .row,
.site-header .header-nav .blur.testimonial-card > .container-big > .row {
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
}
.site-header .header-nav .blur.card::before,
.site-header .header-nav .blur.testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 0.16) 0%, rgb(255 255 255 / 0.06) 45%, #fff0 100%);
    pointer-events: none;
    opacity: 0.65;
}
.site-header .header-nav .blur.card > *,
.site-header .header-nav .blur.testimonial-card > * {
    position: relative;
    z-index: 1;
}
.site-header .header-nav .blur.card .justify-content-center,
.site-header .header-nav .blur.testimonial-card .justify-content-center {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.site-header .header-nav .navbar-brand {
    display: flex;
    align-items: center;
    min-width: 0;
}
.site-header .header-nav .navbar-brand span {
    white-space: nowrap;
    color:rgba(64, 42, 129, 1);
}
.site-header .header-nav .navbar-collapse {
    flex-basis: 100%;
}
.site-header .navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-header .navbar-toggler {
    border: 0;
    box-shadow: none;
}
.navbar-brand {
    display: flex;
    padding: 0 16px;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
}
.navbar-brand:hover,
.navbar-brand:focus,
.navbar-brand:active {
    color: #fff;
    text-decoration: none;
}
.navbar-brand:first-child {
    border-right: 1px solid #fff;
}
.navbar-brand img {
    display: block;
}
.navbar-brand span {
    font-size: 12px;
    font-weight: 500;
}

#mainNav ul {
    padding: 0;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: start;
    width: 100%;
    align-items: center;
}
#mainNav ul li:last-child {
    flex-grow: 1;
    text-align: right;
}
#mainNav ul li a {
    color: rgba(64, 42, 129, 1);
    text-decoration: none;
    padding: 0 16px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
}
#mainNav ul li a:hover {
    color: #00F58C;
}
#mainNav ul li a:hover .lang {
    background-color: #00F58C;
}
#mainNav ul li a > span {
    display: block;
    padding: 8px 0;
}
#mainNav ul li.active a {
    background: rgb(3 20 66 / 0.8);
}
#mainNav ul li.active a > span {
    border-bottom: 1px solid #00f58c;
}
#mainNav ul li.active > span {
    display: block;
    border-bottom: 1px solid #fff0;
    padding: 8px 0;
}
.navbar-toggler {
    height: 41px;
    width: 50px;
    position: relative;
    background: none;
}
.navbar-toggler-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -2px;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    width: 22px;
    height: 2px;
    background-color: rgba(64, 42, 129, 1);
    transition: background-color 0.3s;
}
.navbar-toggler-icon:before,
.navbar-toggler-icon:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(64, 42, 129, 1);

    right: 0;
    transition:
            transform 0.3s,
            top 0.3s,
            background-color 0s;
}
.navbar-toggler-icon:before {
    top: -7px;
}
.navbar-toggler-icon:after {
    top: 7px;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -276px;
    width: 275px;
    z-index: 1002;
    height: 100vh;
    overflow-y: auto;
    background: rgb(3 20 66 / 0.8);
    padding-top: 64px;
    transition: right 0.3s ease;
}
.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-menu ul li a {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 8px 16px;
    color: #fff;
    text-decoration: none;
}
.mobile-menu ul li a:first-child {
    border-top: 1px solid #fff;
}
.close {
    color: #fff;
    -webkit-mask: url(../img/close.svg) no-repeat center/contain;
    mask: url(../img/close.svg) no-repeat center/contain;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 16px;
    top: 16px;
    padding: 0;
    background-color: #fff;
    transition: background-color 0.2s ease;
    cursor: pointer;
}
@media screen and (min-width: 1440px) {
    .container-big {
        max-width: 1405px;
    }
}
.lang {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-mask: url("../img/Icon akar-globe.svg") no-repeat center/contain;
    mask: url("../img/Icon akar-globe.svg") no-repeat center/contain;
    background-color: rgba(64, 42, 129, 1);
    margin-left: 8px;
    vertical-align: middle;
}
.submenu {
    display: none;
}
@media (max-width: 479px) {
    .navbar .blur .container-big > .row > .col.flex-grow-0:first-child {max-width: 75%;padding:0;flex-grow: 1 !important;align-items: center}
    .navbar .blur .container-big > .row > .col.flex-grow-0:last-child {max-width: 25%;padding-right:0;}
    .navbar .blur .container-big > .row > .col img {max-width:100%;height:auto;}
    .site-header .header-nav .navbar-brand {width:50%;}
}
.site-header .header-nav .blur.card > .container-big > .row {
    padding-top:10px !important;
    padding-bottom: 10px !important;
}
section.page-hero {
    background-image: url(../img/overlay.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color:#fff;
    padding-top:70px;
    padding-bottom: 0;
}