.menu-slider {
    max-width: 275px;
}

.menu-slider .akc2023_slider {
    margin-top: 0;
    margin-bottom: 0;
}

.menu-slider .akc2023_slider .btn_cont {
    display: none;
}

.menu-slider .akc2023_slider .akc_cont .akc-item .price_button_container {
    padding-left: 12px;
    padding-right: 16px;
}

.menu-slider .akc2023_slider .price_button_container_arrow {
    margin-left: 8px;
}

.akc2023_slider {
    margin-top: 40px;
    margin-bottom: 40px;
}

.akc2023_slider .akc_cont .akc-item {
    background-color: #f4f4f4;
    color: #000;
}

.akc2023_slider .akc_cont .akc-item .image_container {
    display: flex;
    justify-content: center;
}

.akc2023_slider .akc_cont .akc-item .image_container img {
    width: 100%;
    max-width: 376px;
}

.akc2023_slider .akc_cont .akc-item.active .image_container {
    display: none;
}

.akc2023_slider .akc_cont .akc-item .title {
    text-align: center;
    font-weight: 700;
    font-size: 29px;
    line-height: 29px;
}

.akc2023_slider .akc_cont .akc-item .title_container {
    padding: 19px 20px 19px 20px;

    box-sizing: border-box;
    cursor: pointer;
}

.akc2023_slider .akc_cont .akc-item.active .title_container {
    display: none;
}

.akc2023_slider .akc_cont .akc-item .subtitle {
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
}

.akc2023_slider .akc_cont .akc-item .read_more_container {
    color: #0086ff;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
}

.akc2023_slider .akc_cont .akc-item .price_button_container {
    position: relative;
    height: 59px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 17px;
    padding-right: 26px;
}

.akc2023_slider .akc_cont .akc-item .price_button_container .price_container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.akc2023_slider .price_container .monthly_price {
    font-weight: 400;
    font-size: 29px;
    line-height: 34px;
}

.akc2023_slider .price_container .monthly_price_old_container {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
}

.akc2023_slider .price_container .monthly_price_old {
    color: #ff3e3f;
    text-decoration-line: line-through;
}

.akc2023_slider .price_container .no_vat {
    color: #ccc;
}

.akc2023_slider .akc_cont .akc-item .price_button_text {
    margin-left: auto;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
}

.akc2023_slider .akc_cont .akc-item.active .price_button_container {
    background-color: #0086ff;
}

.akc2023_slider .akc_cont .akc-item .price_button_container:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 20px solid #000;
    clear: both;
}

.akc2023_slider .akc_cont .akc-item.active .price_button_container:after {
    border-top: 20px solid #0086ff;
}

.akc2023_slider .price_button_container_arrow {
    position: relative;
    width: 28px;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.akc2023_slider .price_button_container_arrow::before {
    background-image: url('/img/reloaded/line_white.svg');
    background-repeat: no-repeat;
    content: '';
    height: 20px;
    width: 28px;
}

.akc2023_slider .price_button_container_arrow::after {
    animation-delay: 1s;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: arrowMove2023;
    background-image: url('/img/reloaded/arr_white.svg');
    background-repeat: no-repeat;
    content: '';
    height: 20px;
    position: absolute;
    text-align: center;
    width: 28px;
}

@keyframes arrowMove2023 {
    0%,
    25% {
        left: 0;
    }
    50% {
        left: 14px;
    }
    75%,
    100% {
        left: 0;
    }
}

.akc2023_slider .description {
    box-sizing: border-box;
    height: 446px;
    display: none;
    background-color: #000;
    color: #fff;
    position: relative;
    padding-top: 55px;
    text-align: center;
    line-height: 23px;
    font-size: 15px;
    font-weight: 400px;
}

.akc2023_slider .description .inner_text_container {
    height: 100%;
    width: 100%;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.akc2023_slider .date {
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #737373;
    background-color: #fff;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.akc2023_slider .swiper-button-prev,
.akc2023_slider .swiper-button-next {
    display: flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;

    background-color: #0088ff;
    border-radius: 15px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
}

.akc2023_slider .swiper-button-prev {
    left: -15px;
}

.akc2023_slider .swiper-button-next {
    right: -15px;
}

.akc2023_slider .swiper-button-prev:hover,
.akc2023_slider .swiper-button-next:hover {
    background-color: #32a1ff;
}

.akc2023_slider .swiper-button-prev::after,
.akc2023_slider .swiper-button-next::after {
    display: none;
}

.akc2023_slider .btn_close {
    position: absolute;
    top: 0;
    background-color: #0086ff;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}

.akc2023_slider .btn_cont {
    display: block;
    margin: 30px auto 0;

    text-align: center;
}

.akc2023_slider .btn_cont a {
    display: inline-block;
    color: #fff;
    position: relative;
    outline: 0;
    border: 0;
    background-color: #000;
    font-size: 14px;
    font-weight: 700;
    min-width: 200px;
    max-width: 100%;
    padding: 12px 89px 12px 20px;
    box-sizing: border-box;
    white-space: nowrap;
    transition: 0.3s;
}

.akc2023_slider .btn_cont a::after {
    content: '';
    position: absolute;
    display: block;
    top: 19px;
    right: 20px;
    height: 20px;
    width: 42px;
    background: transparent url('/img/leads/voice_2022/arrow.svg') no-repeat;
}

@media (max-width: 975px) {
    .menu-slider {
        display: none;
    }
}

@media (max-width: 767px) {
    .akc2023_slider.slider_eshop {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 500px) {
    .akc2023_slider .akc_cont .akc-item .title {
        font-size: 23px;
        line-height: 23px;
    }

    .akc2023_slider .date {
        font-size: 13px;
        line-height: 13px;
    }

    .akc2023_slider .akc_cont .akc-item .price_button_container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .akc2023_slider .akc_cont .akc-item .price_button_container .price_container {
        gap: 8px;
    }

    .akc2023_slider .description {
        height: 387px;
    }
}
