.item-slick.slick-slide.slick-current.slick-active {
    outline: none!important
}

.slider-for {
    margin-bottom: 15px;
}

.slider-for img {
    width: 100%;
    min-height: 100%;
}

.slider-nav {
    margin: auto;
}

.slider-nav .item-slick {
    max-width: 240px;
    margin-right: 15px;
    outline: none!important;
    cursor: pointer;
}

.slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}
.slider-container {
    max-width: 1228px;
    width: 100%;
    margin: 0 auto 32px;
}
.slider-for img {
    width: 100%;
    height: 499px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}
.slider-nav img {
    width: 188px !important;
    height: 181px;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
}
.slick-next, .slick-prev {
    width: 50px;
    height: 50px;
}
.slick-prev {
    transform: rotate(180deg);
}
.slick-next:before, .slick-prev:before {
    content: '';
    background: url("/images/right-circle.svg");
    width: 50px;
    height: 50px;
    display: block;
    background-size: contain;
}