.sp-main-banner{
    position: relative;
    z-index: auto;
}

.sp-main-banner .swiper-slide{
    cursor: grabbing;
}

.sp-main-banner .swiper-slide a{
    cursor: pointer;
}

.sp-main-banner_outer{
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
    position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
     -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
    padding-top: calc(100px + 3vh);
    padding-bottom: calc(100px + 3vh);
}

.sp-main-banner_outer.sp-aling_top_right{
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.sp-main-banner_outer.sp-aling_top_right .sp-width-main > div{
    margin-right: 0;
    margin-left: auto;
}

.sp-main-banner_outer.sp-aling_top_left{
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.sp-main-banner_outer.sp-aling_top_left .sp-width-main > div{
    margin-right: auto;
    margin-left: 0;
}

.sp-main-banner_outer.sp-aling_top_center{
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.sp-main-banner_outer.sp-aling_top_center .sp-width-main > div{
    margin-right: auto;
    margin-left: auto;
}

.sp-main-banner_outer.sp-aling_bottom_right{
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.sp-main-banner_outer.sp-aling_bottom_right .sp-width-main > div{
    margin-right: 0;
    margin-left: auto;
}

.sp-main-banner_outer.sp-aling_bottom_left{
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.sp-main-banner_outer.sp-aling_bottom_left .sp-width-main > div{
    margin-right: auto;
    margin-left: 0;
}

.sp-main-banner_outer.sp-aling_bottom_center{
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.sp-main-banner_outer.sp-aling_bottom_center .sp-width-main > div{
    margin-right: auto;
    margin-left: auto;
}

.sp-main-banner_outer.sp-aling_center_right{
  -webkit-align-items: center;
          align-items: center;
}

.sp-main-banner_outer.sp-aling_center_right .sp-width-main > div{
    margin-right: 0;
    margin-left: auto;
}

.sp-main-banner_outer.sp-aling_center_left{
  -webkit-align-items: center;
          align-items: center;
}

.sp-main-banner_outer.sp-aling_center_left .sp-width-main > div{
    margin-right: auto;
    margin-left: 0;
}

.sp-main-banner_outer.sp-aling_center_center{
  -webkit-align-items: center;
          align-items: center;
}

.sp-main-banner_outer.sp-aling_center_center .sp-width-main > div{
    margin-right: auto;
    margin-left: auto;
}



.sp-main-banner .sp-main-banner_bg{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
}

.sp-main-banner .sp-main-banner_bg img{
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.sp-main-banner_descr{
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
}

.sp-main-banner_title{
    text-transform: uppercase;
    font-size: 90px;
    line-height: 1;
    font-weight: 900;
}

.sp-main-banner_link{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.sp-btn.sp-btn-banner{
    display: inline-block;
    position: relative;
}

.sp-btn.sp-btn-banner span {
    color: var(--font-color-white);
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    padding: .8rem 1.2rem;
    z-index: 10;
    margin-left: 2.7rem;
    -webkit-transition: .3s color ease-in-out;
    -moz-transition: .3s color ease-in-out;
    -o-transition: .3s color ease-in-out;
    transition: .3s color ease-in-out;
}

.sp-btn.sp-btn-banner::before{
    content: "\f054";
    font-family: "Font Awesome 5 Pro", "sans-serif";
    color: var(--font-color);
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    display: block;
    padding: .8rem 1.2rem .8rem 1.2rem;
    top: -.9rem;
    z-index: -5;
    text-align: left;
    
    
    -webkit-transition: .3s width ease-in-out;
    -moz-transition: .3s width ease-in-out;
    -o-transition: .3s width ease-in-out;
    transition: .3s width ease-in-out;
    
    width: 50px;
    background-color: #fff;
    border: 1px solid var(--assistant-color);
}

.sp-btn.sp-btn-banner:hover span {
    color: var(--font-color);
}

.sp-main-banner_text{
    font-size: 24px;
}


.sp-banner-bottom_lnk{
    --bs-gutter-x: 1.5rem;
    position: absolute;
    bottom: 30px;
    left: calc(var(--bs-gutter-x) * 0.5 + 30px);
    right: calc(var(--bs-gutter-x) * 0.5 + 30px);
    color: #fff;
    z-index: 1;
    display: flex;
    justify-content: space-between; 
    align-items: center; 
}

.sp-banner-bottom_lnk .sp-swiper-button-next, .sp-banner-bottom_lnk .sp-swiper-button-prev{
    display: flex;
display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    border: 1px solid #fff;
    opacity: .7;
    position: relative;
    background-color: rgba(255, 255, 255, .2);
    
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.sp-banner-bottom_lnk .sp-swiper-button-next::after{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-family: "Font Awesome 5 Pro", "sans-serif";
    content: "\f053";
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.sp-banner-bottom_lnk .sp-swiper-button-next:hover{
    opacity: 1;
}

.sp-banner-bottom_lnk .sp-swiper-button-next:hover::after{
    font-size: 16px;
}


.sp-banner-bottom_lnk .sp-swiper-button-prev::after{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-family: "Font Awesome 5 Pro", "sans-serif";
    content: "\f054";
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.sp-banner-bottom_lnk .sp-swiper-button-prev:hover{
    opacity: 1;
}

.sp-banner-bottom_lnk .sp-swiper-button-prev:hover::after{
    font-size: 16px;
}

.sp-banner-bottom_lnk .sp-swiper-pagination.swiper-pagination-fraction{
    width: auto;
    font-size: 24px;
    top: 0px;
}

.sp-banner-bottom_lnk .sp-swiper-pagination{
    opacity: .5;
    align-items: flex-end;
    display: flex;
    position: relative;
}

.sp-banner-bottom_lnk .sp-swiper-pagination .swiper-pagination-current {
    font-size: 45px;
    font-weight: bolder;
    position: relative;
    transform: scaleX(1.5);
    -webkit-clip-path: inset(0 0 0 20%);
    clip-path: inset(0 0 0 20%);
    bottom: auto;
    line-height: 45px;
    margin-right: 10px;
}


.sp-main-banner_bg video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}


/* SCROLL */

.sp-banner-scroll{
    position: absolute;
    display: block;
    z-index: 1000;
    right: calc( (1.5rem * 0.5) + 20px );
    height: 12rem;
    top: 50%;
    margin-top: -6rem;
    width: 1.3125rem;
    color: #fff;
    
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;    
    
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    
}

.sp-banner-scroll::before, .sp-banner-scroll::after{
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    background: currentColor;
    margin-left: -1px;
}

.sp-banner-scroll::before{
    height: 1.625rem;
    top: 0;
    
    -webkit-animation: scrollMouseButtonsTop 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation: scrollMouseButtonsTop 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.sp-banner-scroll::after{
    height: 8.375rem;
    bottom: 0;
    
    -webkit-animation: scrollMouseButtonsBottom 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation: scrollMouseButtonsBottom 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.sp-banner-scroll_mouse{
    position: absolute;
    width: 1.3125rem;
    height: 2rem;
    top: 1.625rem;
    left: 0;
    border: 1px solid;
    border-radius: 0.5625rem;
    
    -webkit-animation: scrollMouseWheel 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation: scrollMouseWheel 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.sp-banner-scroll_mouse:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    background: currentColor;
    height: 0.5rem;
    margin-left: -1px;
    top: 0.375rem;
}

@-webkit-keyframes scrollMouseWheel {
  78% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  90% {
    -webkit-transform: translateY(6.75rem);
            transform: translateY(6.75rem); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes scrollMouseWheel {
  78% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  90% {
    -webkit-transform: translateY(6.75rem);
            transform: translateY(6.75rem); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes scrollMouseButtonsTop {
  78% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  90% {
    -webkit-transform: scaleY(5.153);
            transform: scaleY(5.153); }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes scrollMouseButtonsTop {
  78% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  90% {
    -webkit-transform: scaleY(5.153);
            transform: scaleY(5.153); }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@-webkit-keyframes scrollMouseButtonsBottom {
  78% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  90% {
    -webkit-transform: scaleY(0.196);
            transform: scaleY(0.196); }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes scrollMouseButtonsBottom {
  78% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  90% {
    -webkit-transform: scaleY(0.196);
            transform: scaleY(0.196); }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }


/* MEDIA  */

@media (max-width: 575.98px) {
    
    .sp-main-banner_outer .sp-width-main > div{
        width: 100%!important;
    }
    
    .sp-main-banner_title{
        text-transform: uppercase;
        font-size: 40px;
        line-height: 1;
        font-weight: 900;
    }
    
    .sp-main-banner_text{
        font-size: 18px;
    }
    
    .sp-main-banner_descr{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .sp-main-banner .sp-main-banner_bg {
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #000;
    }
    
    .sp-banner-scroll{
        display: none;
    }
    
    .sp-banner-bottom_lnk {
        --bs-gutter-x: 1.5rem;
        position: absolute;
        bottom: 30px;
        left: calc(var(--bs-gutter-x) * 0.5);
        right: calc(var(--bs-gutter-x) * 0.5);
        color: #fff;
        z-index: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
}














