.akcii {
    margin-bottom: 80px;
}
.akcii h2 {
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    margin-bottom: 24px;
    color: #646565;
}
.akcii-slider-i {
    height: 344px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    border-radius: 32px;
    margin: 0 12px;
    padding: 48px;
}
.akcii-slider-i-inner {
    height: 100%;
    max-width: 60%;
    display: flex;
    flex-direction: column;
}
.akcii-slider-i h3 {
    font-family: HelveticaNeueCyr-Bold, sans-serif;
    font-size: 24px;
    margin-bottom: 16px;
}
.akcii-slider-i-price {
    font-size: 44px;
    line-height: 56px;
    font-family: HelveticaNeueCyr-Bold, sans-serif;
    color: #21272A;
    margin-bottom: 40px;
}
.akcii-btn {
    width: fit-content;
    margin-top: auto;
    font-size: 17px;
    border-radius: 16px;
    margin-bottom: 12px;
    border: 1px solid var(--main-page-color);
    padding: 12px 24px;
    color: var(--main-page-color);
}
.akcii-arrow {
    width: 48px;
    height: 48px;
    border: 0;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 2px 6px 0 rgba(0, 67, 139, .1);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.akcii-arrow.right {
    background-image: url("images/icon-arrow-right.svg");
}
.akcii-arrow.left {
    background-image: url("images/icon-arrow-left.svg");
}
.akcii-inner {
    position: relative;
}
.akcii .slick-list {
    margin: 0 -24px;
}
.akcii-slider-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% + 80px);
    position: absolute;
    top: calc(50% - 24px);
    left: 0;
    transform: translateX(-40px);
}

@media screen and (max-width: 1400px) {
    .akcii-slider-i {
        padding: 24px;
    }
    .akcii-slider-i h3 {
        font-size: 21px;
    }
    .akcii-slider-i-price {
        font-size: 41px;
    }
}

@media screen and (max-width: 800px) {
    .akcii {
        margin-bottom: 40px;
    }
    .akcii h2 {
        font-size: 36px;
    }
    .akcii-slider-nav {
        display: none;
    }
}