.banner-bottom {
    position: relative;
    background: #111111;
}
.banner-bottom-image{
    overflow: hidden;
    height: 100%;
}
.banner-bottom-image .image{
    height: 100%;
}
.banner-bottom-image img {
    width: 100%;
    opacity: 0.3;
    height: 100%;
    object-fit: cover;
}
.banner-bottom-logo {
    max-width: 373px;
    margin: 0 auto;
}
.banner-bottom .text-with-icon-animation{
    background: transparent;
    padding: 0;
}
.banner-bottom-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100px;
    z-index: 2;
}
.banner-bottom .text-with-icon-animation .items{
    transform-origin: 50% 50%;
    transform: scaleX(0.6) scaleY(0.6);
    width: 100%;
    max-width: 500px;
    justify-content: space-around;
}
.banner-bottom .text-with-icon-animation .item .image {
    width: 85px;
    height: 85px;
}
.banner-bottom .text-with-icon-animation .title{
    line-height: normal;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    width: 0;
}
.swiper-slide-active .bounce-in-bottom {
    -webkit-animation: bounce-in-bottom 1.1s both;
            animation: bounce-in-bottom 1.1s both;
            animation-delay: .5s;
}
@-webkit-keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@media (min-width: 992px){
    .home .site-footer{
        display: none;
    }
    .home .homeswiper footer.site-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        height: auto;
        width: 100%;
        display: block;
        z-index: 3;
    }
    .banner-bottom-content{
        height: 100%;
        padding-bottom: 406px;
        display: flex;
        align-items: center;
    }

}
@media (min-width: 1200px){
    .banner-bottom-content{
        padding-bottom: 302px;
    }
}
@media (max-width: 991.98px){
    .home .homeswiper footer.site-footer {
        display: none;
    }
}
@media (max-width: 767.98px){
    .banner-bottom-image img{
        height: 800px;
        max-height: 100vh;
    }
    .banner-bottom-content{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;        
        padding-top: 0;
    }
    .banner-bottom .text-with-icon-animation{
        margin-top: 20px;
    }
    .banner-bottom .text-with-icon-animation .item{
        position: relative;
        width: 33.333%;
    }
    .banner-bottom .text-with-icon-animation .items{
        transform: scaleX(0.9) scaleY(0.9);
        justify-content: center;
        gap: 0;
        max-width: 340px;
    }
    .banner-bottom .text-with-icon-animation .title{
/*        position: absolute;*/
        top: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
        width: 100%;
        white-space: normal
    }
}
@media (max-width: 425px){
    .banner-bottom .text-with-icon-animation .item{
        transform: scaleX(0.8) scaleY(0.8);
    }
    .banner-bottom .text-with-icon-animation .items{
        transform: none;
    }
}