.banner {
    position: relative;
}
.banner__item {
    border-radius: 39px;
    background: #F7F7F9;
    padding: 20px;
}
.banner__inner {
    overflow: hidden;
    border-radius: 26px;
    background: #FFF;
    position: relative;
    height: 460px;
}
.banner--image, .banner--image img {
    width: 100%;
    height: 100%;
}
.banner--image img {
    object-fit: cover;
    object-position: center bottom;
    display: block;
}
.banner__content {
    width: 495px;
    position: absolute;
    right: 108px;
    top: 50%;
    transform: translateY(-50%);
}
.banner__content.leftPos {
    max-width: 591px;
    width: 100%;
    position: absolute;
    left: 89px;
    top: 50%;
    transform: translateY(-50%);
}
.banner__content.leftPos .banner--text {
    max-width: 420px;
}
.banner--title {
    font-size: 26px;
    line-height: 34px;
    font-family: 'Montserrat', serif;
    font-weight: 700;
    color: #383838;
    text-transform: uppercase;
}
.banner--title span {
    color: #004E86;
}
.banner--title.blackGreen span {
    color: #0B4240;
}
.banner--title.goldWhite {
    color: #F4DAC3;
}
.banner--title.goldWhite span {
    color: #FFF;
}
.banner--text {
    margin-top: 12px;
    color: #383838;
    font-size: 16px;
    line-height: 19px;
}
.banner--text.gold {
    color: #F4DAC3;
}
.banner__buttons {
    margin-top: 30px;
    display: flex;
}
.banner--arrow {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 13px;
    background: #FFF;
    box-shadow: 3px 6px 10px rgba(189, 200, 222, 0.6);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: box-shadow 0.2s ease, background 0.2s ease;
}
.banner--arrow span {
    font-size: 24px;
}
.banner--arrow span:before {
    color: #004E86;
    transition: color 0.2s ease;
}
.banner--arrow:hover {
    box-shadow: 6px 6px 9.6px rgba(0, 78, 134, 0.16);
}
.banner--arrow:active {
    background: #004E86;
    box-shadow: 6px 6px 9.6px rgba(0, 78, 134, 0.16);
}
.banner--arrow:active span:before {
    color: #fff;
}
.banner--left {
    left: -6px;
}
.banner--right {
    right: -6px;
}
.banner--right span {
    transform: rotateY(180deg);
}
.banner__dots {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.banner__dots button {
    outline: none;
    border: none;
    font-size: 0;
    display: block;
    width: 28px;
    height: 10px;
    position: relative;
    background: none;
}
.banner__dots button:before {
    content: "";
    display: block;
    width: 28px;
    background-color: #8999AE;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.banner__dots .slick-active button:before {
    background-color: #004E86;
}
.banner__item.type2 .banner__content {
    text-align: center;
    width: calc(100% - 40px);
    right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1105px;
}
.banner__item.type2 .banner__buttons {
    justify-content: center;
}
.banner__item.type2 .banner--title {
    font-size: 46px;
    line-height: 60px;
}
.banner__item.type2 .banner--text {
    font-size: 20px;
    line-height: 26px;
    max-width: 980px;
    margin: 17px auto 0;
}
.banner__item.type3 .banner__content {
    text-align: center;
    width: calc(100% - 40px);
    right: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1105px;
}
.banner__item.type3 .banner__buttons {
    justify-content: center;
}
.banner__item.type3 .banner--title {
    font-size: 46px;
    line-height: 60px;
}
.banner__item.type3 .banner--text {
    font-size: 20px;
    line-height: 26px;
    max-width: 980px;
    margin: 17px auto 0;
}

.banner__item.type4 .banner__inner {
    height: auto;
}
.banner__item.type4 .banner--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner__item.type4 .banner__content {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    transform: none;
    padding: 40px;
    display: flex;
    align-items: center;
}
.banner__item.type4 .banner__right {
    padding: 30px;
    border-radius: 26px;
    border: 2px solid rgba(255, 255, 255, 1);
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.59) 0%, rgba(254, 254, 254, 0.59) 99.25%);
    box-shadow: 27px 26px 51px -29px rgba(147, 151, 173, 0.14);
    backdrop-filter: blur(10px);
    width: 542px;
    margin-left: 100px;
    flex: none;
}
.banner__item.type4 .banner--text {
    color: rgba(56, 56, 56, 0.80);
    font-size: 15px;
    line-height: 21px;
    margin-top: 0;
}
.banner__item.type4 .banner--title {
    flex: 1;
    color: #383838;
    text-align: center;
    font-family: Montserrat, serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    text-transform: uppercase;
}

.banner__bottomContent {
    width: calc(100% - 290px);
    margin-left: 145px;
    margin-top: -102px;
    padding: 40px;
    border-radius: 26px;
    border: 4px solid rgb(255, 255, 255);
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.24) 0%, rgba(254, 254, 254, 0.24) 99.25%);
    backdrop-filter: blur(5px);
    color: #383838;
    font-size: 16px;
    line-height: 18px;
}
.banner__bottomContent h2 {
    color: #383838;
    font-family: Montserrat, serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1300px) {
    .banner__item.type4 .banner__right {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .banner__inner {
        height: 550px;
        border-radius: 40px;
        background: #D9D9D9;
    }
    .banner__content {
        max-width: 623px;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 48px);
        text-align: center;
    }
    .banner__content.leftPos {
        max-width: 623px;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 48px);
        text-align: center;
    }
    .banner__buttons {
        justify-content: center;
    }
    .banner--arrow {
        display: none !important;
    }
    .banner__dots {
        display: none !important;
    }
    .banner__item {
        border-radius: 56px;
        border: 2px solid rgba(255, 255, 255, 1);
        background: linear-gradient(110deg, rgba(255, 255, 255, 0.24) 0%, rgba(254, 254, 254, 0.24) 99.25%);
        backdrop-filter: blur(10px);
        overflow: hidden;
    }
    .banner--title {
        font-size: 28px;
        line-height: 36px;
    }
    .banner--text {
        margin-top: 16px;
    }
    .banner__content.leftPos .banner--text {
        max-width: 100%;
    }
    .banner__buttons {
        margin-top: 24px;
    }
    .banner__item.type2 .banner--title {
        font-size: 28px;
        line-height: 36px;
    }
    .banner__item.type2 .banner__content {
        max-width: 520px;
    }
    .banner__item.type2 .banner--text {
        font-size: 16px;
        line-height: 21px;
        margin: 16px auto 0;
    }

    .banner__item.type3 .banner--title {
        font-size: 47px;
        line-height: 61px;
    }
    .banner__bottomContent {
        width: calc(100% - 100px);
        margin-left: 50px;
        margin-top: -102px;
    }

    .banner__item.type4 .banner__content {
        max-width: 100%;
        left: auto;
        padding: 100px 38px 24px;
        display: block;
    }
    .banner__item.type4 .banner--title {
        font-size: 36px;
        line-height: 47px;
        margin-bottom: 30px;
    }
    .banner__item.type4 .banner__right {
        margin-left: 0;
        width: 100%;
        padding: 40px 30px;
    }
    .banner__item.type4 .banner--text {
        text-align: left;
    }
}

@media screen and (max-width: 700px) {
    .banner__item {
        padding: 10px;
        border-radius: 26px;
    }
    .banner__inner {
        border-radius: 20px;
    }
    .banner__content {
        top: 26px;
        width: calc(100% - 20px);
    }
    .banner__content.leftPos {
        top: 26px;
        width: calc(100% - 20px);
    }
    .banner--title {
        font-size: 16px;
        line-height: 21px;
    }
    .banner--text {
        margin-top: 20px;
    }
    .banner__item.type2 .banner--title {
        font-size: 19px;
        line-height: 25px;
    }
    .banner__item.type2 .banner__content {
        width: calc(100% - 20px);
    }
    .banner__item.type2 .banner--text {
        line-height: 19px;
    }

    .banner__item.type3 .banner__inner {
        height: 330px;
    }
    .banner__item.type3 .banner__content {
        width: calc(100% - 20px);
        margin-top: -31px;
    }
    .banner__item.type3 .banner--title {
        font-size: 20px;
        line-height: 26px;
    }
    .banner__bottomContent {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-top: -62px;
        padding: 24px;
        text-align: center;
        font-size: 14px;
        line-height: 15px;
        border-width: 2px;
    }
    .banner__bottomContent h2 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 14px;
    }

    .banner__item.type4 .banner__content {
        padding: 40px 14px 15px;
    }
    .banner__item.type4 .banner--title {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 38px;
    }
    .banner__item.type4 .banner__right {
        padding: 20px;
    }
    .banner__item.type4 .banner--text {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }
}