.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 60%;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: #0000;
    border: none;
    outline: none;
    /* background: #c6c6c6; */
    background-color: rgb(0 0 0 / 20%);
    z-index: 10;
}
.slick-next:before,
.slick-prev:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-width: 3px 3px 0 0;
}
.slick-next:before {
    transform: rotateZ(45deg);
    margin: 1px 0 0 9px;
}
.slick-prev:before {
    transform: rotateZ(-135deg);
    margin: 1px 0 0px 15px;
}

.slick-prev {
    left: -45px;
}

.slick-next {
    right: -45px;
}

.slick-arrow.slick-disabled {
    display: none !important;
}

.slick-dots {
    position: absolute;
    bottom: -165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 10;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: #0000;
    border: 0;
    outline: none;
    background: #9fcce5;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 0;
    margin: 0 6px;
}

.slick-dots li.slick-active button {
    background: #3f9acb;
}

@media (max-width: 992px) {
    .section-winners .slick-dots {
        bottom: -140px;
    }
}

@media (max-width: 640px) {
    .section-winners .slick-dots {
        bottom: -145px;
    }
}

@media (max-width: 480px) {
    .section-winners .slick-dots {
        bottom: -165px;
    }
}

.section-steps .slick-dots {
    bottom: -7px;
}

.section-steps .slick-dots li button {
    background-color: #f6c7a7;
}

.section-steps .slick-dots li.slick-active button {
    background: #ededed;
}

.section-steps .slick-prev {
    left: 5px;
}

.section-steps .slick-next {
    right: 5px;
}

.section-steps .slick-next,
.section-steps .slick-prev {
    top: 50%;
}

@media (max-width: 360px) {
    .slick-prev {
        left: -35px;
    }
    .slick-next {
        right: -35px;
    }
}
