

/* Start:/local/templates/glamour_uz/components/sam/stories.list/front_page/style.css?17471939627952*/
.sam-stories {
    --swiper-theme-color: #f9e24b;
}
.sam-stories__slider {
    overflow: hidden;
}
.sam-stories__slider:not(.swiper-initialized) {
    opacity: 0.66;
}
.sam-stories__slider .swiper-wrapper {
    display: flex;
}
.sam-stories__slide.swiper-slide {
    width: auto;
}
.sam-stories__slide.swiper-slide button {
    position: relative;
    display: block;
    background: none;
    border: none;
    margin: 0;
    /* padding: 10px; */
    cursor: pointer;
}
.sam-stories__slide.swiper-slide button:hover {
    opacity: 0.9;
    transition: opacity 0.2s ease;
}
.sam-stories__slide.swiper-slide button::before,
.sam-stories__slide.swiper-slide button::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 25px;
}
/* .sam-stories__slide.swiper-slide button::before {
    background: #fff;
    inset: 5px;
    z-index: 2;
} */
/* .sam-stories__slide.swiper-slide button::after {
    background: linear-gradient(0deg, #f9e24b, #fcc521);
    animation: rotate-bg 1s infinite linear;
} */
.sam-stories__slide.swiper-slide button img,
.sam-stories__slide.swiper-slide button picture {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    width: 78px;
    height: 78px;
    overflow: hidden;
    object-fit: cover;
    object-position: center center;
    border-radius: 25px;
    z-index: 3;
    
}
.sam-stories__slide.swiper-slide button img{
    border: 3px solid #B5ABD0;
    padding: 3px;
}
.sam-stories img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
}
.sam-stories__slide-inner{
    display:flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.sam-stories__section-title{
    line-height: 17px;
    font-size: 13px;
    white-space: nowrap;
}
.sam-stories__wrapper{
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
@media (max-width: 768px) {
    .sam-stories__wrapper{
        display: block;
    }
}
@media (max-width: 480px) {
    .sam-stories__slide.swiper-slide button img,
    .sam-stories__slide.swiper-slide button picture {
        /* width: 180px; */
    }
    .sam-stories__slide.swiper-slide button::before,
    .sam-stories__slide.swiper-slide button::after {
        /* border-radius: 180px; */
    }
}
@keyframes rotate-bg {
    from { transform: rotate(0); }
    to { transform: rotate(360deg); }
} 
.sam-stories__modal {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 0;
    height: 0;
    background: rgba(0,0,0,0.9);
    backdrop-filter: blur(8px);
    opacity: 0;
    z-index: 2147483648;
    transition: opacity 0.2s ease, width 0.2s step-end, height 0.2s step-end;
    overflow: clip;
}
.sam-stories__modal.opened {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: opacity 0.2s ease;
}
.sam-stories__close {
    position: absolute;
    top: 6px;
    right: 6px;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
}
.sam-stories__modal-slider {
    margin: auto 0;
    height: 90dvh;
    width: 100%;
}
.sam-stories__modal-slider .swiper-slide {
    display: flex;
    width: auto;
}
.sam-stories__modal .swiper-button-prev,
.sam-stories__modal .swiper-button-next {
    background: rgba(255,255,255,0.3);
    color: #000;
}
.sam-stories__modal .swiper-button-prev::after,
.sam-stories__modal .swiper-button-next::after {
    content: '';
    display: none;
}
.sam-stories__modal-slider .swiper-slide picture,
.sam-stories__modal-slider .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next.sam-stories__modal-next,
.swiper-button-prev.sam-stories__modal-prev {
    margin: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: calc((100vw - 90vh / 16 * 9) / 2);
    opacity: 0;
}
.swiper-button-next.sam-stories__modal-next {
    left: auto;
    right: 0;
}

.sam-stories__item {
    position: relative;
    aspect-ratio: 9 / 16;
    height: 100%;
    width: auto;
    max-width: 100vw;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
    transform: scale(.75);
    transition: transform 0.4s ease;
}
.swiper-slide-active .sam-stories__item {
    transform: scale(1);
}
.sam-stories__item-slider {
    height: 100%;
}
.sam-stories__item-slider .swiper-progressbar {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    display: flex;
    gap: 2px;
    z-index: 20;
}
.sam-stories__item-slider .swiper-progressbar span {
position: relative;
height: 2px;
flex: 1 1 auto;
background: #eee;
}
.sam-stories__item-slider .swiper-progressbar span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 100%;
    background: #fcc521;
}
.sam-stories__item-slider .swiper-progressbar.active span:has(~ .active)::after {
    width: 100%;
}
.sam-stories__item-slider .swiper-progressbar.active span.active::after {
    width: calc(100% * var(--progress));
}
.sam-stories__controls {
    position: absolute;
    top: 24px;
    right: 8px;
    max-width: calc(100% - 16px);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    opacity: 0;
}
.swiper-slide-active .sam-stories__item .sam-stories__controls {
    opacity: 1;
}
.sam-stories__controls svg {
    pointer-events: none;
}
.sam-stories__btn {
    display: block;
    position: absolute;
}
.sam-stories__btn.--top {
    top: 24px;
    left: 8px;
}
.sam-stories__btn.--bottom {
    bottom: 24px;
    left: 8px;
    right: 8px;
}
.sam-stories__btn.--left {
    text-align: left;
}
.sam-stories__btn.--center {
    text-align: center;
}
.sam-stories__btn.--right {
    text-align: right;
}
.sam-stories__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 16px;
    border-radius: 16px;
    background: #fcc521;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    line-height: 1.2;
    font-weight: 500;

}
.sam-stories__playpause {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    background: #fff;
    border-radius: 40px;
    border: none;
    z-index: 2;
}
.sam-stories__playpause::after,
.sam-stories__playpause::before {
    position: absolute;
    content: "";
    display: block;
    height: 14px;
    width: 4px;
    border-radius: 8px;
    background: var(--black,#1f1f1f);
    transition: transform .2s ease;
}
.sam-stories__playpause::before {
    left: 55%
}
.sam-stories__playpause::after {
    right: 55%
}
.sam-stories__playpause svg {
    transition: transform .2s ease;
    transform: scale(0)
}
.sam-stories__playpause.paused svg {
    transform: scale(1)
}
.sam-stories__playpause.paused::after,
.sam-stories__playpause.paused::before {
    transform: scale(0);
}
.sam-stories__mute {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    background: #fff;
    border-radius: 40px;
    border: none;
    z-index: 2;
}
.sam-stories__mute::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -1px;
    width: 80%;
    height: 1px;
    background: currentColor;
    transform: rotate(-45deg) scale(0);
    transition: transform 0.2s ease;
}
.sam-stories__mute.muted::after {
    transform: rotate(-45deg) scale(1);
}


.sam-stories__slider .sam-stories__slider-nav{
    display:none !important;
}
/* End */


/* Start:/local/templates/glamour_uz/components/bitrix/system.pagenavigation/pagin/style.css?1747193962801*/
.preloader-dots {
    width: 80px;
    display: none;
}

.preloader-dots .dot {
    display: inline-block;
    background: var(--orange);
    height: 8px;
    width: 8px;
    opacity: 0.3;
    border-radius: 50%;
    animation: moveit 1.8s infinite;
}

.dot:nth-child(2) {
    animation-delay: .15s;
}

.dot:nth-child(3) {
    animation-delay: .3s;
}

.dot:nth-child(4) {
    animation-delay: .45s;
}

.dot:nth-child(5) {
    animation-delay: .6s;
}

@keyframes moveit {
    0% {
        transform: translateY(0px);
    }
    35% {
        transform: translateY(0px);
        opacity: 0.3;
    }
    50% {
        transform: translateY(-20px);
        opacity: 0.8;
    }
    70% {
        transform: translateY(3px);
        opacity: 0.8;
    }
    85% {
        transform: translateY(-3px);
    }
}

/* End */
/* /local/templates/glamour_uz/components/sam/stories.list/front_page/style.css?17471939627952 */
/* /local/templates/glamour_uz/components/bitrix/system.pagenavigation/pagin/style.css?1747193962801 */
