.block-10564 {
    width: 100%;
    position: relative;
}

.block-10564 .back {
    background: #c8d9c3;
    width: 85%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.block-10564 .navigation {
    width: 50%;
    position: relative;
    padding: 80px 0;
    height: 600px;
}

.block-10564 .wrapper {
    width: 100%;
    display: flex;
    align-items: center;
        flex-direction: row-reverse;
    justify-content: flex-end;
}

.block-10564 .imgWra {
    width: 100%;
}

.block-10564 .imgTile {
    position: relative;
    width: 100%;
    outline: none;
}

.block-10564 .imgBox {
    width: 100%;
    height: 600px;
}

.block-10564 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block-10564 .prev,
.block-10564 .next {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: calc(100% - 70px);
    transform: translate(-50%, -50%) rotate(45deg);
    background: rgba(53, 64, 69);
    width: 60px;
    height: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0.4;
    transition: .3s;
}

.block-10564 .prev:hover,
.block-10564 .next:hover {
    opacity: 0.8;
}

.block-10564 .slick-disabled {
    opacity: .3 !important;
    cursor: auto;
    pointer-events: none;
}

.block-10564 .prev {
    left: 70px;
}

.block-10564 .next i,
.block-10564 .prev i {
    transform: rotate(-45deg);
    color: #fff;
    display: inline-block;
    font-size: 30px;
    margin-right: 6px;
    margin-top: 9px;
}

.block-10564 .prev i {
    margin-left: 6px;
    margin-right: 0px;
    margin-top: -4px;
}

.block-10564 .dots {
    width: 35%;
    height: 100px;
    /* background: #2b4a48; */
    background: #fff;

    position: absolute;
    right: 0;
    bottom: 80px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
}

.block-10564 .one,
.block-10564 .all {
    width: 80px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    letter-spacing: .15em;
}

.block-10564 .line {
    width: calc(100% - 160px);
    height: 1px;
    background: rgb(255, 255, 255, 0.2);
}

.block-10564 .move {
    width: 0;
    background: #fff;
    height: 1px;
    transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0s
}

.block-10564 .textBox {
    width: calc(50% - 120px);
    padding: 80px 0 80px 105px;
    position: relative;
    z-index: 4;
    max-width: 480px;
}

.block-10564 .title {
    font-size: 70px;
    line-height: 1.05em;
    display: block;
    letter-spacing: -.03em;
    margin-bottom: 35px;
    word-break: break-word;
}

.block-10564 .text {
    line-height: 1.575em;
    font-size: 1.0625rem;
    display: block;
    letter-spacing: -.005em;
}

@media screen and (max-width:1200px) {
    .block-10564 {
        padding: 0 10px;
        width: calc(100% - 20px);
    }

    .block-10564 .textBox {
        padding-left: 60px;
        width: calc(50% - 60px);
    }

    .block-10564 .navigation {
        height: 400px;
    }

    .block-10564 .imgBox {
        height: 400px;
    }

    .block-10564 .title {
        font-size: calc(3.25rem + 18 * ((100vw - 26.25rem) / 860));
    }
}

@media screen and (max-width:1000px) {
    .block-10564 {
        padding-bottom: 120px;
    }

    .block-10564 .navigation {
        height: 588px;
    }

    .block-10564 .imgBox {
        height: 588px;
    }

    .block-10564 .dots {
        bottom: -80px;
        width: 100%;
        height: 80px;
    }

    .block-10564 .back {
        height: calc(100% - 40px);
        width: 100% !important;
    }

    .block-10564 .wrapper {
        flex-direction: column;
    }

    .block-10564 .textBox {
        width: 100%;
        padding: 40px 0px;
        text-align: center;
        max-width: unset;
    }

    .block-10564 .navigation {
        padding: 0;
        width: 100%;
    }

    .block-10564 .prev,
    .block-10564 .next {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width:600px) {
    .block-10564 .navigation {
        height: 266px;
    }

    .block-10564 .imgBox {
        height: 266px;
    }
    .block-10564 .prev{
        left: 40px;
    }
    .block-10564 .next{
        left: calc(100% - 40px);
    }
}