.banner-main__big-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-main {
    padding: 0;
    margin: 50px 0 0;
    height: 280px;
    overflow: hidden;
}

.banner-main > *,
.banner-main .slick-slider,
.banner-main .slick-list,
.banner-main .slick-track,
.banner-main .banner-main__item {
    height: 100%;
}

.banner-main__small-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-main__data {
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
    display: flex;
    position: relative;
    z-index: 1;
    height: 100%;
}

.banner-main__text {
    margin: 0 auto 0 0;
    text-align: left;
    color: #0060aa;
    /* max-width: 560px; */
    width: 66%;
    padding: 16px 45px 16px 40px;
    font-size: 48px;
    line-height: 53px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}

.banner-main__img-cont {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    width: 33%;
    height: 100%;
    padding: 0 20px;
}

.banner-main .slick-track {
    /* background: #E1E1E1; */
    display: flex;
    /* height: 340px; */
}

.banner-main .slick-slide {
    height: auto;
    position: relative;
}

.banner-main .slick-track::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: rgba(0,0,0,0.2); */
}

.banner-main .slick-dots li button {
    font-size: 0;
    outline: none;
    background: none;
}

.banner-main .slick-dots {
    bottom: 10px;
    position: absolute;
    padding: 0;
}

.banner-main .slick-banner {
    /* background: #E1E1E1; */
}

.banner-main .slick-banner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.1);
    z-index: 2;
}

.banner-main .container {
    height: 100%;
    position: relative;
    /* z-index: 3; */
}

.slick-banner_arrows-wrapper {
    margin: 0 auto;
    position: absolute;
    top: 40%;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, -100%);
    height: auto;
}

.banner__arrow-prev,
.banner__arrow-next {
    top: 0;
}

.banner-main__inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .banner-main__img-cont {
        display: none;
    }

    .banner-main__text {
        width: 100%;
    }

    .banner-main .slick-track {
        /* height: auto; */
    }

    .banner-main .slick-dots {
        bottom: 30px;
    }

    .banner-main .slick-slide {
        /* height: inherit; */
    }

    /* .banner__arrow-next {
        top: 50%;
    }

    .banner__arrow-prev {
        top: 50%;
    } */

    .banner-main__data {
        align-items: center;
        background: none !important;
    }
}


@media screen and (max-width: 640px) {
    .banner-main {
        height: auto;
    }

    .banner-main .banner-main__item {
        min-height: 150px;
    }

    .banner-main__img-cont {
        display: none;
    }

    .banner-main__text {
        font-size: 28px;
        line-height: 36px;
        padding: 20px 0;
    }

    .slick-banner_arrows-wrapper {
        position: relative;
        top: auto;
        bottom: auto;
        transform: none;
        left: 0;
        margin: 20px 0 0;
    }

    .banner-main__text span, .banner-main__text p {
        font-size: 16px !important;
        line-height: 25px;
        /* display: inline-block; */
        text-align: left !important;
        font-weight: 400;
    }

    .banner-main .slick-slide {
        position: relative;
    }

    .banner-main {
        /* padding: 0 20px; */
    }
}
