
/*accessibility start*/
#accessibility-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: rgba(76, 87, 255, 1);
}
li.contrast.access-element:hover {
    background: transparent;
}
.accessibility-menu ul li.active, 
.accessibility-menu ul li:hover {
    background: rgba(76, 87, 255, 1);
}
li.contrast.access-element a {
    color: rgba(76, 87, 255, 1);
}
li.contrast.access-element:hover a {
    color: rgba(76, 87, 255, 1);
}
/*accessibility end*/

/*end accessibility*/


body {
/*    font-family: "Lexend", sans-serif;*/
    font-family: "loos-normal", sans-serif;
    line-height: initial;
    font-size: 16px;
    font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
    font-weight: 400;
    color: #05044A;
    background: #fff;
}
body.body-home {
    background: linear-gradient(to bottom, rgba(233,237,243,1) 0%, rgba(233,237,243,1) 47%, rgba(211,220,230,1) 65%, rgba(255,255,255,1) 100%);
}
.wrapper {
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
}
.section.parallax {
     z-index: -1; 
}
.section:not(.parallax) {
    /* position: relative; */
}
.section {
    background: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
body.body-home .section {
    background-color: #F0F4F9;
}
.section--primary {
    color: #fff;
    background-color: #05044A;
}
.section--secondary {
    background-color: #F0F4F9;
}
.section--light {
    background: #fff;
}
.section--y {
    padding: clamp(2rem, -0.3416rem + 8.7129vw, 7.5rem) 0;
}
.container {
    max-width: 1440px;
    z-index: 1;
    padding-left: 9vw;
    padding-right: 9vw;
}
@media (min-width: 2020px) {
    .container {
        padding-left: 160px;
        padding-right: 160px;
    }
}
.container-big {
      max-width: 1440px;
    padding-left: 5vw;
    padding-right: 5vw;
}
.container-fluid {
    max-width: 1920px;
    z-index: 1;
    padding-left: 3vw;
    padding-right: 3vw;
}

/* text start */
h1, .h1 {
    font-size: 80px;
    font-size: clamp(3.125rem, 2.6699rem + 1.9417vw, 5rem);
    text-transform: uppercase;
    margin: 0 0 38px;
}
.h1-sub {
    font-size: 1em;
    font-size: clamp(1.375rem, 1.466rem + -0.3883vw, 1rem);
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: clamp(1.25rem, 0.7178rem + 1.9802vw, 2.5rem);
    letter-spacing: 0.3em;
}
h2, .h2 {
    font-size: 40px;
    font-size: clamp(1.375rem, 0.896rem + 1.7822vw, 2.5rem);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.3em;
    margin: 0;
}
h3, .h3 {
    font-size: 28px;
    font-size: clamp(1.25rem, 1.1286rem + 0.5178vw, 1.75rem);
    font-weight: 400;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin: 0;
}
h4, .h4 {
    font-size: 24px;
    font-size: clamp(1.25rem, 1.1893rem + 0.2589vw, 1.5rem);
    font-weight: 400;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin: 0;
}
h4 img,
.h4 img {
    width: 40px;
    margin-left: 5px;
    vertical-align: bottom;
}
h5, .h5 {
    font-size: 18px;
    font-size: clamp(0.875rem, 0.8143rem + 0.2589vw, 1.125rem);
    font-weight: 400;
    line-height: initial;
    margin: 0;
}

.text-lg {
    font-size: 24px;
    font-size: clamp(1rem, 0.8786rem + 0.5178vw, 1.5rem);
}
.ls-0 {
    letter-spacing: 0;
}
.uppercase-none, .tt-none {
    text-transform: none !important;
}

/* text end */


/* start custom */
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.link-arrow {
    background-image: url(../img/icons/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: .3s;
}
.link-arrow__bold {
    background-image: url(../img/icons/arrow-bold.svg);
}
.link-arrow.link-arrow--light {
    background-image: url(../img/icons/arrow-light.svg);
}
.link-arrow:hover {
    background-image: url(../img/icons/arrow-hover.svg);
}
.link-arrow__bold:hover {
    background-image: url(../img/icons/arrow-bold-hover.svg);
}

.btn {
    padding: 15px 30px;
    line-height: 18px;
    text-align: center;
    border-radius: 40px;
    box-shadow: none;
    outline: none;
    font-weight: 500;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn:focus:active {
    background-color: #0025EB;
    color: #B9FF4F;
}
.btn-primary {
    background-color: #05044A;
    color: #B9FF4F;
    border: none;
    text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus:active {
    background-color: #0025EB;
    color: #B9FF4F;
}
.btn-secondary {
    background-color: #0025EB;
    color: #B9FF4F;
    border: none;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:focus:active {
    background-color: #B9FF4F;
    color: #0025EB;
}
/* end custom */


/* decor start */
.decor {
    position: absolute;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}
.text-decor1 {
    width: 227px;
    top: 0;
    left: 0;
}
.text-decor2 {
    width: 397px;
    bottom: 0;
    right: 0;
}
/* decor end */


/* header start */
.navbar-toggler {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
    height: 135px;
    width: 80px;
    padding: 0;
    pointer-events: auto;
    z-index: 31;
}
.navbar-toggler:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 135px;
    width: 80px;
    z-index: -1;
    pointer-events: none;
    background: rgba(19, 59, 240, 0.1);
    filter: blur(40px);
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler img {
    width: 48px;
    transition: .2s ease;
}
.navbar-toggler:hover img {
    transform: scale(1.05);
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 2300;
    width: 277px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    pointer-events: none;
}
.navbar-overlay {
    display: none;
    cursor: pointer;
    z-index: 19;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.body-navbar .navbar-overlay  {
    display: block;
}
.navbar:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(-100%, -100%);
    margin-top: 135px;
    margin-left: 80px;
    transition: .3s .3s ease-in;
}
.navbar.open {
    pointer-events: auto;
}
.navbar.open:before {
    margin: 0;
    transform: translate(0%, 0%);
    transition: .3s ease-in;
    background: #fff;
    box-shadow: 0 10px 30px rgba(19, 59, 240, 0.1);
}
.navbar-nav {
    padding: 0;
    margin: 0 16px;
}
.navbar-nav .nav-item {
    min-height: 24px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.navbar-nav > .menu-item {
  transition: transform 0.4s ease;
}
.navbar-nav > .menu-item:not(:last-child) {
    margin-bottom: 20px;
}
.navbar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #05044A;
    padding: 0;
    margin: 0;
    transition: .3s;
}
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show, 
.navbar-nav .nav-link:hover  {
    color: #116FD8;
    font-weight: 700;
}
.navbar-nav .dropdown-toggle::after {
 margin-left: 6px;
    vertical-align: middle;
    transform: rotate(135deg);
    border-top: 1.5px solid #05044A;
    border-right: 1.5px solid #05044A;
    border-left: 0;
    width: 8px;
    height: 8px;
    margin-bottom: 3px;
}
.nav-link.dropdown-toggle:hover::after {
    border-color: #116FD8;
}
.navbar-nav .nav-link.active.dropdown-toggle::after, 
.navbar-nav .nav-link.show.dropdown-toggle::after {
    border-color: #116FD8;
    transform: rotate(-45deg);
       margin-bottom: -6px;
}
.navbar-nav .btn_footer-submenu {
    display: none;
}
.navbar-nav .dropdown-menu {
    margin: 4px 0 8px 0px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
/*
    display: block !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
*/
}
/*
.navbar-nav .dropdown-menu.show {
    max-height: 1000px;
    overflow: visibility;
    transition: max-height .3s;
}
*/

.navbar-nav .dropdown-item {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #05044A;
    transition: .3s;
    min-height: 24px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 0;
}
.navbar-nav .dropdown-item:hover {
    color: #116FD8;
    background: transparent;
}

.navbar-collapse,
.navbar-collapse.collapse:not(.show) {
    flex: none;
    display: block;
    animation: navbarHide .2s ease-in forwards;
}
.navbar-collapse.collapse.show {
    animation: navbarShow .2s ease-in forwards;
}
@keyframes navbarShow {
    from {
        transform: translateX(-25%);
        opacity: 0;
        pointer-events: none;
    }
    to {
        transform: translateX(0%);
        opacity: 1;
        pointer-events: auto;
    }
}
@keyframes navbarHide {
    from {
        transform: translateX(0%);
        opacity: 1;
        pointer-events: auto;
    }
    to {
        transform: translateX(-25%);
        opacity: 0;
        pointer-events: none;
    }
}

.dropdown-toggle::after {
  transition: transform 0.4s ease;
}
.dropdown-toggle.rotate-arrow::after {
  border-color: #116FD8;
    transform: rotate(-45deg);
       margin-bottom: -6px;
}
.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* header end */

/* footer start */
.footer {
    background: #050449;
    color: #fff;
    font-size: 14px;
    z-index: 1;
}
.footer .container {
    padding-left: 5vw;
    padding-right: 5vw;
}
.footer-logo {
    display: block;
    width: 144px;
    margin-bottom: 36px;
}
.footer-logo img {
    width: 100%;
}
.footer-email {
    letter-spacing: 0.05em;
}
.footer-email__title {
    margin-bottom: 3px;
}
.footer-email a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.footer-email a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.footer-menu {
    width: 100%;
    display: inline-block;
    text-align: left;
}
.footer-menu > ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.footer-menu > ul > li {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.footer-menu > ul > li:not(:last-child) {
    margin-right: 40px;
}
.footer-menu > ul > li > a {
    letter-spacing: 0.3em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-menu > ul > li > a:hover {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}
.footer-menu > ul > li > ul {
    list-style: none;
    padding: 0;
    margin: 14px 0 0 0;
}
.footer-menu > ul > li > ul li {
    margin-bottom: 9px;
    list-style: none;
}
.footer-menu > ul > li > ul li a {
    color: #fff;
    text-decoration: none;
}
.footer-menu > ul > li > ul li a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
.btn_footer-submenu {
    display: none;
}
.footer-down {
    padding: 12px 0;
    background: #fff;
    font-size: 10.5px;
    color: #05044A;
}
.footer-down a {
    color: #05044A;
    text-decoration: none;
}
.footer-down a:hover {
    color: #05044A;
    text-decoration: underline;
}
/* footer end */


/* other style start */
.select-filter .form-select {
    min-height: auto;
    padding: 0 24px 0 0;
    line-height: 24px;
    border-radius: 0;
    border: none;
    background-color: transparent;
    background-image: url(../img/icons/chevron-down.svg);
    background-position: center right;
    background-size: 24px;
/*
    width: auto;
    min-width: max-content;
*/
}
.select-filter .form-select:focus {
    border-color: transparent;
    box-shadow: none;
}
.contact-link {
    font-size: clamp(1.125rem, 1.0643rem + 0.2589vw, 1.375rem);
    color: #05044A;
    text-decoration: none;
}
.contact-link:hover {
    color: #0025EB;
}
.row--sm {
    margin-left: -10px;
    margin-right: -10px;
}
.row--sm > * {
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 1199px) {
    .row--scroll {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        justify-content: left;
    }
    .row--scroll > * {
        flex: 0 0 auto;
    }
}
.load-more {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #05044A;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
.load-more .link-arrow {
    width: 46px;
    height: 30px;
    transform: rotate(90deg);
    margin: 10px;
    transform-origin: center;
    transform-box: fill-box;
}
.load-more:hover {
    color: #0025EB;
}


.btn-back {
    text-transform: uppercase;
    color: #B9FF4F;
    text-decoration: none;
   font-size: clamp(0.875rem, 0.7487rem + 0.4698vw, 1.3125rem);
    letter-spacing: .3em;
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: 100px;
    left: 9vw;
    z-index: 2;
}
@media (max-width: 1199px) {
  .btn-back{
        top: 150px;
        left: 4vw;
    }
}
.btn-back img {
    width: clamp(1.375rem, 1.1586rem + 0.8054vw, 2.125rem);
    margin-right: clamp(0.375rem, 0.3029rem + 0.2685vw, 0.625rem);
    transition: .4s;
}
.btn-back:hover{
    color: #B9FF4F;
    text-decoration: none;
}
.btn-back:hover img {
    transform: translateX(-5px);
}

/* other style end */

@media (max-width: 1199px) {

    .footer-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-email {
        text-align: center;
        text-transform: uppercase;
    }
    .footer-menu {
        margin-bottom: 46px;
        font-size: 16px;
    }
    .footer-menu > ul {
        display: block;
        text-align: center;
    }
    .footer-menu > ul > li:not(:last-child) {
        margin-bottom: 30px;
    }
    .footer-menu > ul > li:not(:last-child) {
        margin-right: 0;
    }
    .footer-menu .menu-item-has-children > a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn_footer-submenu {
        display: block;
        margin-left: 8px;
        width: 15px;
        height: 15px;
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/icons/dropdown.svg);
    }
    .footer-submenu {
        display: none;
    }
    .footer-menu .menu-item-has-children.active .footer-submenu {
        display: block;
    }

    .container-mob-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .row--scroll {
        padding-left: 32px;
        padding-right: 32px;
    }
}
.title-arrow a {
        display: none;
    }
@media (max-width: 767px) {

    .container,
    .container-fluid,
    .container-big {
        padding-left: 24px;
        padding-right: 24px;
    }
    h4 img, .h4 img {
        display: none;
    }
    h1.h1-sm, .h1.h1-sm {
        font-size: 32px;
    }
    
    .title-arrow {
        position: relative;
    }
    .title-arrow a {
        display: block;
        width: 28px;
        height: 18px;
        background: url(../img/icons/arrow.svg);
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -9px;
    }
    .title-arrow__long.title-arrow a {
        width: 28px;
        height: 18px;
        background-size: 28px;
        background: url(../img/icons/arrow-long.svg);
    }
    
    .h1-long-mob {
        font-size: clamp(2.4rem, 2.2rem + 1.5vw, 4.7rem);
    }
    
    .h2-22 {
        font-size: 22px;
    }
    
    .select-filter .form-select {
/*
        width: 80px;
        min-width: initial;
*/
    }
   
}


.pin-spacer {
    pointer-events: none;
    z-index: 0 !important;
    overflow: hidden !important;
}
.pin-spacer > .section {
    pointer-events: auto;
}

.navbar-close {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 12;
    top: 40px;
    right: 40px;
    width: 32px;
    height: 32px;
    background-image: url(../img/icons/close.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    border: none;
    transition: .1s;
}
.navbar.open .navbar-close {
    opacity: 1;
    pointer-events: auto;
    transition: .1s .5s;
}
@media (min-width: 1200px) {
    .navbar-close {
        display: none;
    }
}


.flex-none {
    flex: none !important;
}

@media (hover: none) and (pointer: coarse) {
.section.parallax {
    z-index: initial;
}
}


