

/* Start:/bitrix/templates/autism/components/bitrix/news.list/slider_with_dots/style.css?17649166622021*/
.slider-with-dots-w {
    background-color: inherit;
}

.slider-with-dots-title {
    font-size: 1.5rem;
    margin-bottom: 24px;
    text-align: center;
}

.slider-with-dots-slider {
    display: flex;
    gap: 24px;
}


.slider-with-dots-slider .slick-slide{
    background-color: transparent;
    transition: all 0.3s ease;
}


.slider-with-dots-slider .slick-slide:hover{
    transform: translateY(-2px);
}



.slider-with-dots-slider .slick-dots{
    padding-top: 16px;
}


.slider-with-dots__item {
    display: block !important;
    position: relative;
    overflow: hidden;
    max-width: 320px;
    min-width: 320px;
    min-height: 220px;
    border-radius: 16px;
}

.slider-with-dots__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.slider-with-dots__gradient {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.35) 70%, rgba(0,0,0,0.55) 100%);
    z-index: 2;
}

.slider-with-dots__content-card {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 6px;
    z-index: 3;
}

.slider-with-dots__item-title {
    margin-bottom: 4px;
    font-family: var(--font-family-title);
    font-size: var(--font-size-small);
}

.slider-with-dots__item-text {
    margin: 0;
    font-size: 0.875rem;
    color: #4b5563;
}

.slider-with-dots__item-location {
    font-size: 0.875rem;
    color: #6b7280;
}

.slider-with-dots__button-wrapper {
    margin-top: 24px;
    text-align: center;
    line-height: 240%;
}

.slider-with-dots__button {
    background-color: #fff;
    color: #111827;
    border: 2px solid #111827;
    padding: 12px 32px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-with-dots__button:hover {
    background-color: #111827;
    color: #fff;
}

/* End */
/* /bitrix/templates/autism/components/bitrix/news.list/slider_with_dots/style.css?17649166622021 */
