/*.safari*/
/*html:not(.disable-smooth) {*/
/*    scroll-behavior: smooth;*/
/*}*/
body {
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    color: #015ea5;
    background: #f6f6f6;
    -webkit-font-smoothing: antialiased;
}
:root {
    --transition: .25s ease-in-out;
    --animation-primary: .4s cubic-bezier(.7, 0, .3, 1);
    --animation-fast: .2s cubic-bezier(.7, 0, .3, 1);
    --animation-smooth: .6s cubic-bezier(.7, 0, .3, 1);
    --animation-slow: .8s cubic-bezier(.7, 0, .3, 1);
    --vh: 1vh;
    --vh-2: 1vh;
    --window-height: calc(var(--vh, 1vh) * 100);
    --window-height-mob: calc(var(--vh-2, 1vh) * 100);
    --offset-bottom: 0px;
    --hero-min-height: 100vh;
}
img, video, iframe, svg {
    max-width: 100%;
    height: auto;
}
.transition-def,
.text-link .text-link__txt,
.bg-hover-inner .bg-hover-inner__txt,
.bg-hover {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.obj-cover {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-900 {
    font-weight: 900 !important;
}
.text-center {
    text-align: center;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-weight: 900;
}
h1, .h1 {
    text-transform: uppercase;
    font-size: 90px;
    line-height: .9;
}
h2, .h2 {
    font-size: 80px;
    line-height: 1;
}
h3, .h3 {
    font-size: 38px;
}
h4, .h4 {
    font-size: 30px;
}
h5, .h5 {
    font-size: 21px;
}
.kicker {
    font-size: 16px;
    font-weight: 500;
}
.z-index-1 {
    z-index: 1 !important;
}
.z-index-2 {
    z-index: 2 !important;
}
.z-index-3 {
    z-index: 3 !important;
}
.z-index-4 {
    z-index: 4 !important;
}
.overflow-hidden {
    overflow: hidden;
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
::marker {
    content: none;
}
.nav li:before,
.list-unstyled li:before {
    content: none;
}
textarea.input-style {
    resize: none;
    height: 104px;
}
.input-style {
    font-weight: 400;
    letter-spacing: -0.01em;
    display: block;
    width: 100%;
    outline: none !important;
    color: #ffffff;
    background: none;
    border: 2px solid rgba(235, 237, 238, 0.5);
    line-height: 1.3;
    padding: 14px 14px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.input-style::-webkit-input-placeholder {
    color: #ebedee;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.input-style::-moz-placeholder {
    color: #ebedee;
    -moz-transition: var(--transition);
    transition: var(--transition);
}
.input-style:-ms-input-placeholder {
    color: #ebedee;
    -ms-transition: var(--transition);
    transition: var(--transition);
}
.input-style::-ms-input-placeholder {
    color: #ebedee;
    -ms-transition: var(--transition);
    transition: var(--transition);
}
.input-style::placeholder {
    color: #ebedee;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.input-style:focus::-webkit-input-placeholder {
    opacity: 0;
}
.input-style:focus::-moz-placeholder {
    opacity: 0;
}
.input-style:focus:-ms-input-placeholder {
    opacity: 0;
}
.input-style:focus::-ms-input-placeholder {
    opacity: 0;
}
.input-style:focus::placeholder {
    opacity: 0;
}
.s-connect__btn-wrap {
    margin-top: 30px;
}
.input-style:focus {
    border-color: #ebedee;
}
.light-block {
    background: #f2f2f2;
    color: #76777b;
}
.color-1 {
    color: #fdba12;
}
.obj-contain {
    -o-object-fit: contain;
    object-fit: contain;
}
.text-link {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}
.text-link,
.bg-hover,
.bg-hover-inner .bg-hover-inner__txt,
.bg-hover-inner {
    text-decoration: none !important;
}
.text-link .text-link__txt,
.bg-hover,
.bg-hover-inner .bg-hover-inner__txt {
    background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding: 0 0 1px;
    vertical-align: baseline;
    text-decoration: none !important;
    color: currentColor;
}
.bg-hover-inner {
    display: inline-block;
    color: currentColor;
}
.text-link:hover .text-link__txt,
.bg-hover-inner:hover .bg-hover-inner__txt,
.bg-hover:hover {
    color: #2a2c2d;
    font-weight: 700;
}
.bg-hover-inner:hover .bg-hover-inner__txt,
.text-link.static-underline .text-link__txt,
.text-link:hover .text-link__txt,
.bg-hover:hover {
    background-size: 100% 1px;
}
.fz-md {
    font-size: 24px;
}
.fz-lg {
    font-size: 26px;
}
.ls-sm {
    letter-spacing: -0.03em;
}
.hover-underline a {
    color: currentColor;
    text-decoration: none;
}
.hover-underline a:hover {
    text-decoration: underline;
}
.last-el-mb-0 > *:last-child {
    margin-bottom: 0;
}
.after-el:after,
.before-el:before {
    content: "";
    position: absolute;
}
.overlay:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(78, 88, 89, 0.77);
    z-index: 1;
}
.text-right {
    text-align: right;
}
.text-normal {
    text-transform: none !important;
}
.link-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.text-link .text-link__txt {
    padding: 0 0 4px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.color-2 {
    color: #ffffff;
}
.credit-link {
    text-decoration: none !important;
    color: currentColor !important;
}
.credit-link__logo {
    bottom: 0;
    left: 0;
    opacity: 0;
}
.credit-link:hover .credit-link__logo {
    opacity: 1;
}
.credit-link:hover .credit-link__txt {
    opacity: 0;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.points-event-none {
    pointer-events: none;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.px-0 {
    padding-right: 0 !important;
}
.secondary-link {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
.simple-line-wrap {
    overflow: hidden;
}
.container-anim-js {
    opacity: 0;
}
.bg-pic-wrap,
.bg-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.btn {
    transition: var(--animation-fast);
    display: inline-block;
    font-size: 17px;
    letter-spacing: 0.02em;
    cursor: pointer;
    outline: 0;
    text-align: center;
    min-width: 170px;
    padding: 18px 15px;
    border-radius: 4px;
    background: #015ea5;
    border: 1px solid  #015ea5;
    color: #ffffff !important;
    text-decoration: none !important;
    z-index: 1;
}
.btn:hover {
    background: #ffffff;
    color: #015ea5 !important;
}
.h-auto {
    height: auto !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.transparent-text {
    color: #f2fafe;
    text-shadow: -1px 0 0 #015ea5,
    1px 0 0 #015ea5,
    0 -1px 0 #015ea5,
    0 1px 0 #015ea5,
    -1px -1px 0 #015ea5,
    1px 1px 0 #015ea5,
    -1px 1px 0 #015ea5,
    1px -1px 0 #015ea5;
}
.transparent-text--light {
    text-shadow: -1px 0 0 #ffffff,
    1px 0 0 #ffffff,
    0 -1px 0 #ffffff,
    0 1px 0 #ffffff,
    -1px -1px 0 #ffffff,
    1px 1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    1px -1px 0 #ffffff;
}
@supports (-webkit-text-stroke: 1px #4e5859) {
    .transparent-text {
        color: transparent;
        -webkit-text-stroke: 1px #015ea5;
        text-shadow: none;
    }
    .transparent-text--light {
        color: transparent;
        -webkit-text-stroke: 1px #ffffff;
        text-shadow: none;
    }
    .banner__title.transparent-text {
        -webkit-text-stroke: 1px #015ea5;
    }
    .banner__title.transparent-text--light {
        -webkit-text-stroke: 1px #ffffff;
    }
}
.swiper-button-disabled {
    opacity: .3;
    pointer-events: none;
}
.swiper-btn {
    outline: none !important;
    width: 29px;
    height: 29px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: var(--animation-primary);
    -o-transition: var(--animation-primary);
    transition: var(--animation-primary);
}
.swiper-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hide-item {
    opacity: 0 !important;
    visibility: hidden !important;
}
.z-index-0 {
    z-index: 0;
}
.min-h-100vh {
    min-height: var(--window-height-mob);
}
.overflow-visible {
    overflow: visible;
}
.link-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
/*--------------------------------*/
.header {
    position: fixed;
    top: 34px;
    left: 0;
    right: 0;
    max-width: 1146px;
    width: calc(100% - 22px);
    -webkit-filter: drop-shadow(0px 0px 14px rgba(1, 94, 165, 0.11));
    filter: drop-shadow(0px 0px 14px rgba(1, 94, 165, 0.11));
    -webkit-backdrop-filter: blur(8.5px);
    backdrop-filter: blur(8.5px);
    --webkit-backdrop-filter: blur(8.5px);
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999;
    padding: 6px;
    border-radius: 14px;
    -webkit-box-shadow: 0 0 14px rgba(1, 94, 165, 0.11);
    box-shadow: 0 0 14px rgba(1, 94, 165, 0.11);
}
.header__logo {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 130px;
}
/*--------------------------------*/
.hero {
    background: #f2fafe;
    padding: 150px 0;
}
.hero__bg-pic-wrap {
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    /*width: 200px;*/
    /*height: 250px;*/
}
.s-video {
    color: #00c9fd;
    background: #015ea5;
}
.s-video__container {
    padding-top: 82px;
    padding-bottom: 154px;
}
.s-video__title {
    color: #ffffff;
}
.s-video__txt {
    font-size: 28px;
    margin-bottom: 52px;
}
.s-video__pic-wrap {
    max-width: 730px;
    height: 396px;
    border-radius: 8px 8px 8px 88px;
}
.s-video__btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 54px;
    height: 54px;
    pointer-events: none;
}
.s-video__bg {
    bottom: 5px;
    left: 35px;
}
.s-video__bg-pic {
    bottom: 0;
    left: 30px;
    width: auto;
    max-width: unset;
}
.hero__bg-pic-content {
    -webkit-transition: var(--animation-fast);
    -o-transition: var(--animation-fast);
    transition: var(--animation-fast);
    opacity: 0;
    visibility: hidden;
    padding: 19px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(66, 132, 183, .7);
    color: #ffffff;
}
.hero__bg-pic-wrap:hover .hero__bg-pic-content {
    opacity: 1;
    visibility: visible;
}
.hero__bg-pic-mini-title {
    font-size: 12px;
    opacity: 0.75;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-bottom: 1px;
    text-transform: uppercase;
}
.hero__bg-pic-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.hero__bg-pic-circle {
    margin-bottom: 43px;
}
.banner {
    padding: 185px 0 80px;
    min-height: 650px;
    height: 100vh;
}
.banner__bg,
.banner__bg-path {
    top: 0;
    left: 0;
}
.banner__bg-path {
    left: -2px;
    width: calc(100vw + 4px);
    max-width: calc(100vw + 4px);
    top: -3px;
    z-index: 2;
}
.banner__bg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.banner__bg:after {
    width: 100%;
    height: 30%;
    bottom: -1px;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 142, 229, 0)), to(#018ee5));
    background: -o-linear-gradient(top, rgba(1, 142, 229, 0) 0%, #018ee5 100%);
    background: linear-gradient(to bottom, rgba(1, 142, 229, 0) 0%, #018ee5 100%);
    opacity: 0.66;
    z-index: 1;
}
.banner__title {
    font-size: 187px;
    letter-spacing: 0.02em;
    margin-bottom: 0;
}
.banner__location {
    bottom: 20px;
    right: 32px;
}
.location,
.tip {
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #f2fafe;
}
.location-txt:first-child {
    margin-right: 36px;
}
.tip-txt:first-child {
    margin-right: 45px;
}
.cols-2-content {
    color: #f2fafe;
    padding: 128px 0 186px;
}
.cols-2-content__pic-wrap {
    height: 606px;
    border-radius: 5px;
}
.cols-2-content__col-2 {
    padding-left: 85px;
    padding-right: 100px;
}
.cols-2-content__title {
    margin-bottom: 74px;
    line-height: 1.05;
}
.cols-2-content__txt {
    padding-left: 8px;
}
.cols-2-content__bg {
    top: 0;
    left: 0;
}
.banner__bg--secondary:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 237, 242, 0)), to(#f6f6f6));
    background: -o-linear-gradient(top, rgba(233, 237, 242, 0) 0%, #f6f6f6 100%);
    background: linear-gradient(to bottom, rgba(233, 237, 242, 0) 0%, #f6f6f6 100%);
}
.cols-2-content__col-1 {
    padding-right: 10px;
    margin-top: -277px;
}
.banner--primary {
    padding-bottom: 180px;
}
.s-slider {
    padding: 138px 0 0;
}
.s-slider__txt {
    margin-bottom: 64px;
    max-width: 400px;
    padding-left: 5px;
}
.s-slider__card {
    width: 411px;
}
.s-slider__card-pic-wrap {
    width: 100%;
    height: 519px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 6px rgba(44, 82, 131, 0.42);
    box-shadow: 0 3px 6px rgba(44, 82, 131, 0.42);
    margin-bottom: 13px;
}
.s-slider__card-title {
    color: #015ea5;
    text-shadow: 0 3px 6px rgba(1, 94, 165, 0.17);
    margin-bottom: 0;
}
.s-slider__title {
    margin-bottom: 47px;
}
.s-slider__slider .swiper-slide {
    width: auto;
    /*margin-right: 17px;*/
}
.s-slider__card-title sup {
    top: -0.7em;
}
.s-slider__tip {
    color: #015ea5;
    position: relative;
    z-index: 3;
}
.tip-txt__svg {
    margin-right: 7px;
}
.s-slider__slider {
    margin-bottom: 185px;
}
.banner--third .banner__bg-path {
    top: -15px;
}
.s-cards {
    padding: 150px 0 175px;
    background: #f2fafe;
}
.banner__bg--third:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 250, 254, 0)), to(#f2fafe));
    background: -o-linear-gradient(top, rgba(242, 250, 254, 0) 0%, #f2fafe 100%);
    background: linear-gradient(to bottom, rgba(242, 250, 254, 0) 0%, #f2fafe 100%);
}
.s-cards__title {
    margin-bottom: 46px;
}
.s-cards__txt {
    color: #191919;
}
.card__content {
    color: #ffffff;
    padding: 21px 38px 38px;
}
.card__mini-title,
.card__txt-label-2 {
    color: #9ad8f5;
}
.card__mini-title {
    font-size: 12px;
    letter-spacing: 0.02em;
    margin-bottom: 2px;
}
.card__title {
    line-height: 1;
    margin-bottom: 18px;
}
.card__pic-wrap {
    height: 280px;
    margin-bottom: 27px;
}
.card__txt-wrap {
    line-height: 1;
}
.card__bg {
    top: 0;
    left: 0;
}
.card__bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    --webkit-backdrop-filter: blur(9px);
    background-color: rgba(1, 94, 165, 0.8);
    z-index: 1;
}
.card__txt-line {
    white-space: nowrap;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    position: absolute;
    top: 46.5%;
    left: -10%;
    width: 120%;
    padding: 7px;
    font-size: 9px;
    letter-spacing: 0.02em;
    font-weight: 900;
    background: #ffffff;
    -webkit-box-shadow: 0 3px 6px rgba(44, 82, 131, 0.17);
    box-shadow: 0 3px 6px rgba(44, 82, 131, 0.17);
    z-index: 2;
}
.s-cards__col-1 {
    min-height: 1334px;
}
.card {
    border-radius: 5px;
}
.s-cards__col .card-wrap {
    margin-bottom: 19px;
}
.card__txt-label-1 {
    line-height: 1.1;
    margin-bottom: 4px;
}
.card__txt-label-2 {
    font-size: 12px;
}
.s-cards__heading {
    margin-bottom: auto;
}
.card__pic-btn {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}
.card:hover .card__pic-btn {
    opacity: 1;
    visibility: visible;
}
.s-cards__col-2 {
    padding-top: 17.5%;
}
.s-cards__col-3 {
    margin-top: -1.3%;
}
.footer {
    background: #f3fafe;
}
.footer__top-line {
    width: 100%;
}
.footer__content {
    font-size: 15px;
    color: #f6f6f6;
    background: #015ea5;
    margin-top: -1px;
    padding: 28px 0 50px;
}
.footer__content a {
    color: #f6f6f6;
    text-decoration: none;
}
.footer__content a:hover {
    text-decoration: underline;
}
.footer__title {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.footer__btn {
    text-decoration: none !important;
    padding: 5px 9px;
    color: #015ea5 !important;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
}
.footer__btn:hover {
    color: #ffffff !important;
    background: #015ea5;
}
.footer__btn-icon {
    width: 20px;
    margin-right: 8px;
}
.footer__icon:first-child {
    margin-right: 6px;
}
.footer__col-2 {
    padding-top: 21px;
}
.footer__col-inner-1 {
    padding-left: 48px;
}
.footer__col-inner-2 {
    padding-left: 68px;
}
.footer__mini-title {
    margin-bottom: 0;
}
.footer__row-1 {
    margin-bottom: 54px;
}
.copy {
    font-size: 12px;
}
.switchLogo {
    display: inline-block;
    position: relative;
}
.switchLogo__img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    max-width: unset;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
}
.switchLogo:hover .switchLogo__txt {
    opacity: 0;
    visibility: hidden;
}
.switchLogo:hover .switchLogo__img {
    opacity: 1;
    visibility: visible;
}
.s-cards__container.mob-layout .s-cards__col-2,
.s-cards__container.mob-layout .s-cards__col-3 {
    display: none !important;
}
.hide-header .header {
    opacity: 0;
    visibility: hidden;
}
.cursor-pointer {
    cursor: pointer;
}
/*.s-slider__slider .swiper-wrapper {*/
/* --swiper-wrapper-transition-timing-function: linear;*/
/*}*/
/*----------------------------------------------*/
.c-modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    visibility: hidden;
}
.c-modal-video::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .6s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: opacity .6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity .6s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-modal-video_inner {
    width: 100%;
    height: 100%;
    -webkit-clip-path: inset(50% var(--grid-margin) 50% var(--grid-margin) round var(--border-radius));
    clip-path: inset(50% var(--grid-margin) 50% var(--grid-margin) round var(--border-radius));
    transition: -webkit-clip-path .6s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: -webkit-clip-path .6s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: clip-path .6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: clip-path .6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: clip-path .6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path .6s cubic-bezier(0.77, 0, 0.175, 1);
}
.has-modal-video-open .c-modal-video_inner {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}
.c-video-player {
    position: relative;
    color: #ffffff;
}
.c-modal-video_video {
    width: 100%;
    height: 100%;
}
.c-modal-video__btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #faf9f7;
    z-index: 10;
    cursor: pointer;
}
.c-modal-video__btn-close:hover {
    opacity: .7;
}
.c-modal-video__btn-close:after,
.c-modal-video__btn-close:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 20px;
    height: 1px;
    background: #306d6f;
}
.c-modal-video__btn-close:before {
    height: 20px;
    width: 1px;
}
.c-video-player:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    -webkit-transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
:root {
    --border-radius: .75rem;
}
:root {
    --grid-margin: 50px;
}
/*@media (min-width: 700px) {*/
/*    :root {*/
/*        --border-radius: .75rem;*/
/*    }*/
/*}*/
/*@media (min-width: 1000px) {*/
/*    :root {*/
/*        --grid-margin: 50px;*/
/*    }*/
/*}*/
html.has-modal-video-open .c-modal-video {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    visibility: visible;
}
.c-modal-video {
    -webkit-transition: visibility .6s linear;
    -o-transition: visibility .6s linear;
    transition: visibility .6s linear;
}
.c-modal-video::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;
    z-index: -1
}
.c-modal-video::before {
    -webkit-transition: opacity .6s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: opacity .6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity .6s cubic-bezier(0.77, 0, 0.175, 1)
}
.has-video-open .c-modal-video::before {
    -webkit-transition: opacity 1.2s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: opacity 1.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 1.2s cubic-bezier(0.77, 0, 0.175, 1)
}
html.has-modal-video-open .c-modal-video::before {
    opacity: 0.8;
}
.c-modal-video_inner {
    width: 100%;
    height: 100%;
    -webkit-clip-path: inset(50% var(--grid-margin) 50% var(--grid-margin) round var(--border-radius));
    clip-path: inset(50% var(--grid-margin) 50% var(--grid-margin) round var(--border-radius))
}
html.has-modal-video-open .c-modal-video_inner {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}
.c-modal-video_inner {
    transition: -webkit-clip-path .6s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: -webkit-clip-path .6s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: clip-path .6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: clip-path .6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: clip-path .6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path .6s cubic-bezier(0.77, 0, 0.175, 1)
}
.has-video-open .c-modal-video_inner {
    transition: -webkit-clip-path .9s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: -webkit-clip-path .9s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: clip-path .9s cubic-bezier(0.77, 0, 0.175, 1);
    transition: clip-path .9s cubic-bezier(0.77, 0, 0.175, 1);
    transition: clip-path .9s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path .9s cubic-bezier(0.77, 0, 0.175, 1)
}
.c-modal-video_inner image {
    width: 100%;
    height: 100%
}
.c-video-player_video {
    cursor: pointer;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 1500px;
    width: 80%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 80vh;
}
/*----------------------------------------------*/
:root {
    --item_width: var(--boxes-offset, 25vw);
}
.is-active-item {
    z-index: 10 !important;
}
/*.top-layer {*/
/*    z-index: 1000 !important;*/
/*}*/
.hero__bg {
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    /*-webkit-transform: rotate(180deg);*/
    /*-ms-transform: rotate(180deg);*/
    /*transform: rotate(180deg);*/
}
.hero__bg-pics--anim {
    pointer-events: none;
}
.hero__bg-item .hero__bg-pic-rotate  {
    position: relative;
    /*-webkit-transform: rotate(-180deg);*/
    /*-ms-transform: rotate(-180deg);*/
    /*transform: rotate(-180deg);*/
    height: 100%;
    pointer-events: auto;
    border-radius: 5px;
    overflow: hidden;
}
.hero__bg-item-wrap {
    position: absolute;
    left: 0;
    /*width: var(--item_width);*/
    /*flex: 0 0 25vw;*/
    /*height: 35.3vh;*/
    /*left: 0;*/
    /*min-height: 270px;*/
    /*right: calc(var(--item_width) * -1);*/
}
/*.hero__bg-pics--primary .hero__bg-item {*/
/*    bottom: 10%;*/
/*}*/
/*.hero__bg-pics--secondary .hero__bg-item {*/
/*    bottom: 65%;*/
/*}*/
/*.hero__bg-item .hero__bg-pic-wrap {*/
/*    width: 13.9vw;*/
/*    min-width:  28.2vh;*/
/*    !*min-width: 230px;*!*/
/*}*/
.hero__bg-item .hero__bg-pic-mini-title {
    font-size: 1.6vh;
    margin-bottom: 0.15vh;
}
.hero__bg-item .hero__bg-pic-title {
    font-size: 3.2vh;
    margin-bottom: 2.7vh;
}
.hero__bg-item .hero__bg-pic-circle {
    margin-bottom: 5.8vh;
    width: 4.3vh;
}
.hero__bg-item .hero__bg-pic-content {
    padding: 2.3vh;
}
.hero__bg-item-small .hero__bg-pic-content {
    padding: 1.3vh;
}
.hero__bg-item-small .hero__bg-pic-mini-title {
    font-size: 1vh;
}
.hero__bg-item-small .hero__bg-pic-circle {
    margin-bottom: 2.9vh;
}
.hero__bg-item-small .hero__bg-pic-title {
    font-size: 2.5vh;
}
.primary-parallax-js.banner__bg-pic {
    margin-top: -10rem;
    height: calc(100% + 10rem);
}
.hero__bg-item-small {
    width: calc(var(--vh, 1px) * 22);
    height: calc(var(--vh, 1px) * 30.61111111111111);
}
.hero__bg-item-medium {
    width: calc(var(--vh, 1px) * 28.77777777777778);
    height: calc(var(--vh, 1px) * 35.97222222222222);
}
.hero__bg-item-big,
.hero__bg-item-wrap {
    width: calc(var(--vh, 1px) * 38.88888888888889);
    height: calc(var(--vh, 1px) * 48.61111111111111);
}
.hero__title-js {
    opacity: 0;
}
.hero__title-js.show {
    opacity: 1;
}
/*--------------------------------------------*/
.hero__bg-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/*--------------------------------------------*/
.big-items .hero__bg-item-wrap:nth-child(odd),
.medium-items .hero__bg-item-wrap:nth-child(odd),
.small-items .hero__bg-item-wrap:nth-child(odd) {
    top: 11%;
}
.medium-items .hero__bg-item-wrap:nth-child(odd) .hero__bg-item,
.small-items .hero__bg-item-wrap:nth-child(odd) .hero__bg-item {
    bottom: auto;
}
.medium-items .hero__bg-item-wrap:nth-child(even) .hero__bg-item,
.small-items .hero__bg-item-wrap:nth-child(even) .hero__bg-item {
    top: auto;
}
.big-items .hero__bg-item-wrap:nth-child(even),
.medium-items .hero__bg-item-wrap:nth-child(even),
.small-items .hero__bg-item-wrap:nth-child(even)  {
    bottom: 0;
}
.big-items .hero__bg-item-wrap {
    width: calc(var(--vh, 1px) * 78.6);
    z-index: 3;
}
.medium-items .hero__bg-item-wrap {
    width: calc(var(--vh, 1px) * 75);
    left: 15%;
    z-index: 2;
}
.small-items .hero__bg-item-wrap {
    width: calc(var(--vh, 1px) * 90);
    left: -25%;
    z-index: 1;
}
.hero__bg-item-wrap-medium--5 .hero__bg-item {
    left: 20%;
}
.hero__bg {
    left: 112%;
}
/*--------------------------------------------*/
.card--not-available .link-mask,
.card--not-available .card__pic-btn {
    display: none;
}
/*----------------------------------------------*/
@media (min-height: 800px) and (min-width: 1200px) {
    .banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (min-width: 1300px) {
    .s-cards__heading {
        padding-left: 27px;
    }
    .s-slider__container {
        margin-left: -3.3%;
    }
    .s-cards__col-1 {
        margin-left: -2.3%;
    }
    .s-cards__container {
        padding-left: 115px;
    }
    .s-cards__col-3 .card {
        margin-left: 5.9%;
    }
    .s-cards__col .card-wrap {
        margin-left: 7%;
        width: 101%;
    }
    .s-slider__tip {
        right: -4.1%;
    }
    .banner--third .banner__bg-path {
        top: -21px;
    }
}
@media (min-width: 1300px) and (max-width: 1500px) {
    .s-cards__col .card-wrap {
        margin-left: 7%;
        width: 96%;
    }
    .s-cards__col-3 .card {
        margin-left: -7%;
    }
    .s-cards__col-3 .card-wrap,
    .s-cards__col-2 .card-wrap {
        margin-left: 0;
    }
    .s-cards__col > div {
        margin-left: 12%;
    }
}
@media (min-width: 1200px) {
    .s-cards__container {
        max-width: 1390px;
        padding-left: 35px;
    }
}
@media (max-width: 1199px) {
    .banner__title {
        font-size: 130px;
    }
    .footer__col-inner-1,
    .footer__col-inner-2 {
        text-align: right;
        padding-left: 15px;
    }
    .cols-2-content__col-2 {
        padding-left: 40px;
        padding-right: 15px;
    }
    .banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .s-slider__card-pic-wrap {
        height: 400px;
    }
    .s-slider__card {
        width: 350px;
    }
    .s-slider__card-title {
        font-size: 33px;
    }
    h2, .h2 {
        font-size: 70px;
    }
    h1, .h1 {
        font-size: 80px;
    }
    .cols-2-content__pic-wrap {
        height: 456px;
    }
    .card__content {
        padding: 21px 20px 30px;
    }
    .s-cards {
        padding: 115px 0 115px;
    }
    .card__txt-label-1 br {
        display: none;
    }
    .s-video__bg-pic {
        left: -7.8%;
    }
    .cols-2-content {
        padding-bottom: 150px;
    }
    .banner--third .banner__bg-path {
        top: -2px;
    }
    .s-slider__slider {
        margin-bottom: 150px;
    }
    .btn {
        min-width: 150px;
        padding: 12px 15px;
    }
    :root {
        --item_width: var(--boxes-offset, 50vw);
    }
    /*.hero__bg-item {*/
    /*    height: 30vh;*/
    /*}*/
    /*.hero__bg-item .hero__bg-pic-wrap {*/
    /*    min-width: 30vh;*/
    /*}*/
    .hero__bg-item .hero__bg-pic-title {
        font-size: 3vh;
        margin-bottom: 2.4vh;
    }
    /*.hero__bg-item .hero__bg-pic-circle {*/
    /*    margin-bottom: 4.7vh;*/
    /*}*/
}
@media (max-width: 991px) {
    h1, .h1 {
        font-size: 60px;
    }
    h2, .h2 {
        font-size: 50px;
    }
    .s-video__txt {
        font-size: 24px;
    }
    .s-video__container {
        padding-bottom: 120px;
    }
    .s-video__bg {
        bottom: 0;
        left: 0;
    }
    .s-video__bg-pic {
        left: -20%;
        bottom: -4%;
    }
    .banner__title {
        font-size: 100px;
    }
    .banner {
        padding: 100px 0 100px;
    }
    .cols-2-content__col-1 {
        padding-right: 15px;
        margin-top: 0;
    }
    .cols-2-content__pic-wrap {
        height: 400px;
    }
    .cols-2-content__title,
    .s-slider__title,
    .s-cards__title {
        margin-bottom: 30px;
    }
    .cols-2-content__col-2 {
        padding-left: 15px;
        margin-bottom: 40px;
    }
    .cols-2-content__txt {
        padding-left: 0;
    }
    .cols-2-content {
        padding: 80px 0 60px;
    }
    .s-slider {
        padding: 70px 0 0;
    }
    .s-slider__txt {
        padding-left: 0;
        margin-bottom: 50px;
    }
    .s-slider__card-title {
        font-size: 30px;
    }
    .s-slider__card-pic-wrap {
        height: 346px;
    }
    .s-slider__slider {
        margin-bottom: 100px;
    }
    .s-cards__col-1 {
        min-height: 0;
    }
    .s-cards {
        padding: 80px 0 80px;
    }
    .s-cards__heading {
        margin-bottom: 50px;
    }
    .s-cards__col .card-wrap {
        margin: 0 auto 19px;
        width: 400px;
        max-width: 100%;
    }
    .s-cards__col-2 {
        padding-top: 0;
    }
    .s-cards__col-3 {
        margin-top: 0;
    }
    .banner--primary {
        position: relative;
        z-index: 2;
    }
    .s-video__bg-pic {
        left: -26%;
        bottom: 0;
    }
    .cols-2-content__anim-wrap,
    .s-cards__anim-wrap {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
}
@media (max-width: 767px) {
    .btn {
        min-width: 140px;
        padding: 9px 15px;
    }
    h1, .h1 {
        font-size: 45px;
    }
    h2, .h2 {
        font-size: 40px;
    }
    h3, .h3 {
        font-size: 35px;
    }
    h4, .h4 {
        font-size: 28px;
    }
    .s-video__txt {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .location,
    .banner__title {
        display: none !important;
    }
    .cols-2-content__title, .s-slider__title, .s-cards__title {
        margin-bottom: 20px;
    }
    .s-slider__card {
        width: 270px;
    }
    .s-slider__slider {
        margin-bottom: 80px;
    }
    .s-cards,
    .banner {
        padding: 60px 0 60px;
    }
    .s-slider__tip {
        text-align: right;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tip-txt:first-child {
        margin-right: 0;
        width: 100%;
    }
    .footer__row {
        text-align: center;
    }
    .footer__content {
        padding-bottom: 30px;
    }
    .mob-list {
        text-align: left;
        font-size: 14px;
    }
    .mob-list li {
        margin-bottom: 20px;
    }
    .mob-list a {
        position: relative;
        padding-left: 20px;
        display: inline-block;
        color: #ffffff;
        text-decoration: none !important;
    }
    .mob-list a svg {
        margin: -2px 1px 0 0;
    }
    .mob-list a:hover {
        text-decoration: underline !important;
    }
    .mob-list__arrow {
        position: absolute;
        top: 5px;
        left: 0;
    }
    .footer__row-1 {
        margin-bottom: 0;
    }
}
@media (max-width: 575px) {
    h1, .h1 {
        font-size: 36px;
    }
    .btn {
        min-width: 105px;
        padding: 14px 15px;
        font-size: 12px;
    }
    /*.hero__bg-pics--primary .hero__bg-item {*/
    /*    bottom: 0;*/
    /*}*/
    /*.hero__bg-pics--secondary .hero__bg-item {*/
    /*    bottom: 60%;*/
    /*}*/
    .header {
        top: auto;
        bottom: 12px;
    }
    .header__logo {
        max-width: 110px;
    }
    .s-video__content-wrap {
        text-align: left;
    }
    .s-video__container {
        padding-left: 28px;
        padding-right: 28px;
    }
    .s-video__title {
        letter-spacing: -0.03em;
        margin-bottom: 11px;
    }
    h2, .h2 {
        font-size: 36px;
    }
    .s-video__txt {
        font-size: 16px;
        margin-bottom: 55px;
    }
    .s-video__container {
        padding-top: 30px;
    }
    .s-video__bg-pic {
        left: -35%;
        bottom: -6%;
    }
    .cols-2-content {
        padding-top: 0;
        padding-bottom: 100px;
        margin-top: -26px;
    }
    .cols-2-content__title {
        margin-bottom: 34px;
    }
    .cols-2-content__col-2 {
        margin-bottom: 28px;
    }
    .cols-2-content__col-2,
    .footer__container {
        padding-left: 28px;
        padding-right: 28px;
    }
    .cols-2-content__pic-wrap {
        height: 178px;
    }
    .s-slider,
    .s-cards {
        padding-top: 0;
    }
    .s-slider__container {
        margin-top: -45px;
        position: relative;
        z-index: 2;
    }
    .s-slider__title {
        margin-bottom: 36px;
    }
    .s-slider__txt {
        margin-bottom: 44px;
    }
    .s-slider__card-title {
        font-size: 24px;
    }
    .s-slider__card-pic-wrap {
        margin-bottom: 11px;
    }
    .s-slider__card-title sup {
        top: -0.8em;
        left: -0.4em;
    }
    /*.s-slider__slider .swiper-slide {*/
    /*    margin-right: 13px;*/
    /*}*/
    .s-slider__container,
    .s-cards__heading {
        padding-left: 13px;
        padding-right: 13px;
    }
    .s-cards__container {
        margin-top: -23px;
        position: relative;
        z-index: 2;
    }
    .s-cards__title {
        margin-bottom: 38px;
    }
    .s-cards__heading {
        margin-bottom: 54px;
    }
    .card {
        border-radius: 2px;
    }
    .footer__content {
        padding-top: 25px;
        padding-bottom: 18px;
    }
    .mob-list {
        margin-bottom: 65px;
    }
    .mob-list li {
        margin-bottom: 11px;
    }
    .s-cards {
        padding-bottom: 37px;
    }
    .banner__bg:after {
        height: 110px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 142, 229, 0)), to(#018ee5));
        background: -o-linear-gradient(rgba(1, 142, 229, 0) 0%, #018ee5 100%);
        background: linear-gradient(rgba(1, 142, 229, 0) 0%, #018ee5 100%);
        opacity: 0.66;
    }
    .banner__bg--secondary:after {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 246, 0)), to(#f6f6f6));
        background: -o-linear-gradient(rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
        background: linear-gradient(rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
        opacity: 1;
    }
    .banner__bg--third:after {
        height: 198px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 250, 254, 0)), to(#f2fafe));
        background: -o-linear-gradient(rgba(242, 250, 254, 0) 0%, #f2fafe 100%);
        background: linear-gradient(rgba(242, 250, 254, 0) 0%, #f2fafe 100%);
        opacity: 1;
        bottom: -15px;
    }
    .banner--third {
        overflow: hidden;
    }
    /*.hero__bg-item .hero__bg-pic-wrap {*/
    /*    width: 13vw;*/
    /*    min-width: 28vh;*/
    /*}*/
    /*.hero__bg-item {*/
    /*    height: 28vh;*/
    /*}*/
    .hero__bg-item .hero__bg-pic-circle {
        margin-bottom: 3vh;
    }
    .big-items .hero__bg-item-wrap {
        width: calc(var(--vh, 1px) * 100);
    }
    .medium-items .hero__bg-item-wrap {
        width: calc(var(--vh, 1px) * 55);
    }
    .small-items .hero__bg-item-wrap {
        width: calc(var(--vh, 1px) * 40);
    }
    .hero__bg {
        left: 110%;
    }
}
@media (max-width: 375px) {
    .btn {
        padding: 12px 15px;
        min-width: 80px;
    }
    .s-slider__container,
    .s-cards__heading {
        padding-left: 0;
        padding-right: 0;
    }
    .s-video__container,
    .cols-2-content__col-2,
    .footer__container {
        padding-left: 15px;
        padding-right: 15px;
    }
}