

/* Start:/bitrix/templates/popnshop_beauty/assets/css/main-page.css?177755612613382*/
@media screen and (max-width: 768px)
{
    body header
    {
        position: fixed;
        left: 0;
        margin-top: 0;
        top: 23px;
    }

    /* body header::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(51, 0, 255);
        filter: blur(20px);
        z-index: -1;
    } */
}

@media screen and (max-width: 450px)
{
    article h2.article-title
    {
        margin-bottom: 25px;
    }
}

.first-block-wrapper
{
    position: relative;
    padding-top: 54px;
}

@media screen and (max-width: 768px)
{
    .first-block-wrapper
    {
        padding-top: 0;
        min-height: 500px;
    }
}

div.sliding-text-wrapper
{
    position: absolute;
    z-index: 3;
    top: 45px;
    left: 0;
    width: 100vw;
    height: 200px;
}

@media screen and (max-width: 970px)
{
    div.sliding-text-wrapper
    {
        top: 15px;
    }
}

@keyframes scrollRight
{
    from
    {
        left: 5%;
    }
    50%
    {
        left: calc(90% - 2250px);
    }
    to
    {
        left: 5%;
    }
}

@keyframes scrollRightMini
{
    from
    {
        left: 5%;
    }
    50%
    {
        left: calc(90% - 1750px);
    }
    to
    {
        left: 5%;
    }
}

h1.sliding-text
{
    width: 100%; 

    position: absolute;
    left: 5%;
    top: 0;

    font-family: 'Druk Text Wide Cyr', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 144.711px;
    line-height: 183px;
    letter-spacing: 0.055em;
    text-transform: uppercase;

    color: transparent;
    -webkit-text-stroke: 1.60185px #78FFF7;

    animation: scrollRight 10s ease-in-out infinite;

    will-change: left;
}

@media screen and (max-width: 970px)
{
    h1.sliding-text
    {
        font-size: 100px;
        animation: scrollRightMini 10s ease-in-out infinite
    }
}

@media screen and (min-width: 970px)
{
    h1.sliding-text
    {
        animation: scrollRight 10s ease-in-out infinite
    }
}

div.photos
{
    position: relative;

    border: 1px solid #78FFF7;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
}

div.photos::before
{
    content: '';

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-image: linear-gradient(146.68deg, rgba(5, 0, 57, 0.5) 18.86%, rgba(91, 13, 170, 0.5) 89.26%);
}

video.desktop-video
{
    display: block;
    max-width: 1236px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.photos-text
{
    position: absolute;
    z-index: 2;

    bottom: 45%;

    left: 50%;
    transform: translate(-50%, 50%);
}

/* @media screen and (max-width: 970px)
{
    div.photos-text
    {
        bottom: 20px;
    }
} */

h2.first-block-name
{
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 34px;

    text-align: center;
    min-width: max-content;

    color: #78FFF7;

    margin-bottom: 24px;
}

p.first-block-desc
{
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 28px;

    text-align: center;

    color: #78FFF7;

    max-width: 455px;
    margin: 0 auto;
}

div.photos-text a.neon-button
{
    margin: 28px auto 0;
}

div.social-images
{
    position: absolute;
    z-index: 2;
    bottom: 65px;

    right: 104px;

    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;

    max-width: calc(61px * 4 + 19px * 4);
}

@media screen and (max-width: 970px)
{
    div.social-images
    {
        bottom: 20px;
    }
}

div.social-images a
{
    margin-right: 19px;
}

div.social-images a:last-child
{
    margin-right: 0;
}

@media screen and (max-width: 768px)
{
    div.video-wrapper
    {
        width: 100%;
        height: 100vh;
        min-height: inherit;

        position: relative;

        overflow: hidden;
    }

    div.video-wrapper::before
    {
        content: '';

        position: absolute;
        left: 0;
        top: 0;

        width: 100%;
        height: 100%;
        z-index: 1;

        background-image: linear-gradient(146.68deg, rgba(5, 0, 57, 0.5) 18.86%, rgba(91, 13, 170, 0.5) 89.26%);
    }
}

video.mobile-video
{
    display: none;

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px)
{
    video.mobile-video
    {
        display: block;
    }
}

div.mobile-first-block-description
{
    display: none;
    position: absolute;
    bottom: 103px;
    left: 50%;
    transform: translateX(-50%);

    width: 100%;
    padding: 0 20px;

    z-index: 2;
}

@media screen and (max-height: 550px)
{
    div.mobile-first-block-description
    {
        bottom: 50px;
    }
}

div.mobile-first-block-text h2
{
    margin-bottom: 18px;

    font-family: 'Druk Wide', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}


div.mobile-first-block-text p
{
    font-size: 16px;
    line-height: 20px;

    text-align: center;

    max-width: 100%;
}

div.mobile-first-block-text .neon-button
{
    margin: 15px auto 0;
}

div.mobile-social-images
{
    margin: 81px auto 0;
    max-width: max-content;
}

@media screen and (max-height: 615px)
{
    div.mobile-social-images
    {
        margin: 31px auto 0;
    }
}

@media screen and (max-width: 768px)
{
    div.sliding-text-wrapper
    {
        display: none;
    }

    div.photos
    {
        display: none;
    }

    div.photos-text
    {
        display: block;
    }

    div.mobile-first-block-description
    {
        display: block;
    }
}

/* Секция услуг */
article.services 
{
    margin-top: 77px;
}

@media screen and (max-width: 450px)
{
    article.services 
    {
        padding-top: 32px;  
        margin-top: 0;
    }
} 

@media screen and (max-width: 768px)
{
    .services .article-title
    {
        margin-bottom: 0;
    }
}
/* Секция услуг */

/* Секция скидок */
article.sales
{
    padding: 0 0 148px;
}

@media screen and (max-width: 450px)
{
    article.sales
    {
        padding: 0 0 32px;
    }
}

div.container-820
{
    max-width: calc(900px + 40px);
    margin: 0 auto;
    padding: 0 20px;
}

article.sales a.neon-button
{
    margin: 49px auto 0;
}

@media screen and (max-width: 450px)
{
    article.sales button.neon-button
    {
        margin: 30px auto 0;
    }    
}

div.follow-insta
{
    margin: 50px auto 0;

    max-width: max-content;

    display: grid;
    grid-template-columns: repeat(2, minmax(min-content, max-content));
    grid-gap: 26px;
    align-items: center;
}

@media screen and (max-width: 768px)
{
    div.follow-insta
    {
        grid-template-columns: 1fr;
        justify-items: center;
    }
}

p.go-to-insta
{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 123.9%;

    text-align: center;

    color: #78FFF7;
}

@media screen and (max-width: 450px)
{
    p.go-to-insta
    {
        font-size: 22px;
        line-height: 32px;
    }
}

div.follow-insta a
{
    display: block;
    margin-left: 29px;
    max-width: max-content;
}

@media screen and (max-width: 768px)
{
    div.follow-insta a
    {   
        margin-left: 0;
    }
}
/* Секция скидок */

/* Секция работ */
article.works
{
    padding-bottom: 85px;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 450px)
{
    article.works
    {
        padding-bottom: 43px;
    }
}

article.works a.arrowed-button
{
    margin-top: 16px;
    margin-right: calc(120px + 100px);
    align-self: flex-end;
}

@media screen and (max-width: 1024px)
{
    article.works a.arrowed-button
    {
        margin-right: 20px;
    }
}

article.works .neon-button
{
    margin: 50px auto 0;
}

@media screen and (max-width: 450px)
{
    article.works .neon-button
    {
        margin: 33px auto 0;
    }
}
/* Секция работ */

/* Секция с карой и контактами */
article.map
{
    padding: 0 20px 94px;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;

    max-width: 945px;
    margin: 0 auto;
}
@media screen and (max-width: 885px)
{
    article.map
    {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: center;

        min-width: unset;
    }
}
@media screen and (max-width: 450px)
{
    article.map
    {
        padding: 0 20px 19px;
    }
}

/* переключалка городов в мобилке */
.change-city-buttons-wrapper
{
    align-self: flex-end;

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;

    border: 4px solid #BBFF2C;
    box-sizing: border-box;
    border-radius: 14px;

    max-width: max-content;

    margin-bottom: 50px;
}
@media screen and (max-width: 768px)
{
    .change-city-buttons-wrapper
    {
        margin-bottom: 30px;
        flex-direction: column;
        
    }
}
@media screen and (max-width: 650px)
{
    .change-city-buttons-wrapper
    {
        align-self: center;
    }
}

.change-city-btn
{
    cursor: pointer;

    padding: 13px 30px;

    font-family: 'Druk Text Wide Cyr', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;

    color: #BBFF2C;

    text-transform: uppercase;
    background-color: transparent;

    transition: color .3s, background-color .3s;
}

@media screen and (max-width: 768px)
{
    .change-city-btn
    {
        width: 100%;
        
    }
}

@media screen and (max-width: 360px)
{
    .change-city-btn
    {
        padding: 13px 20px;
    }
}

.change-city-btn.active
{
    color: #FF017A;
    background-color: #BBFF2C;
}

div.cities
{
    width: 100%;

    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
}

div.city-wrapper
{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 650px)
{
    div.city-wrapper
    {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: center;
    }
}

div.city-wrapper
{
    overflow: hidden;

    height: 0;
    width: 0;

    transition: transform .3s;
}

div.city-wrapper:nth-child(2n+1)
{
    transform: translateX(-100vw);
}

div.city-wrapper:nth-child(2n)
{
    transform: translateX(100vw);
}

div.city-wrapper.showed
{
    overflow: visible;

    width: 100%;
    height: max-content;
    transform: translateY(0);
}

div.map-contacts
{
    margin-right: 30px;
}

div.map-contacts *
{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 29px;

    color: #78FFF7;
}
@media screen and (max-width: 650px)
{
    div.map-contacts
    {
        margin-right: 0;
    }

    div.map-contacts *
    {
        font-family: 'Nunito', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 23px;

        color: #78FFF7;
    }
}

div.map-contacts a
{
    display: block;
    margin-bottom: 19px;
}

div.map-contacts address
{
    display: block;
    margin-bottom: 27px;

    max-width: 280px;
}

@media screen and (max-width: 885px)
{
    div.map-contacts address
    {
        margin: 0 auto 27px;
    }
}

@media screen and (max-width: 450px)
{
    div.map-contacts a[href^="mailto:"]
    {
        color: rgba(120, 255, 247, 0.7);
    }
}

/* Градиент на карту */
div.map-wrapper
{
    position: relative;
}
div.map-wrapper::before
{
    content: '';

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;

    background-image: linear-gradient(
            111.51deg,
            rgba(130, 37, 255, 0.38) 0%,
            rgba(49, 3, 112, 0.21) 89.06%,
            rgba(130, 37, 255, 0.26) 99.99%);
}

div.map-wrapper::after
{
    content: '';

    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);

    width: 47px;
    height: 62px;

    background-image: url('/upload/maps/map-pin.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.map-wrapper a 
{
    display: block;
}

.map-wrapper a::before
{
    content: '';

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-color: transparent;
    z-index: 2;
}

div.map-wrapper img
{
    width: 100%;
}
@media screen and (max-width: 650px)
{
    div.map-wrapper img
    {
        max-width: 300px;
    }
}

@media screen and (max-width: 450px)
{
    div.map-wrapper
    {
        display: none;
    }
}

a.open-map
{
    display: none;
    padding: 20px 15px 23px;

    border: 1px solid rgba(120, 255, 247, 0.4);
    border-radius: 20px;
}

@media screen and (max-width: 450px)
{
    a.open-map
    {
        display: block;
    }
}

a.open-map img
{
    display: block;
    margin: 0 auto 6px;
}

p.open-map-desc
{
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;

    color: #78FFF7;
}
/* End */


/* Start:/bitrix/templates/popnshop_beauty/assets/css/sales-block.css?17775561263105*/
div.sales-list
{
    border: 2px solid #78FFF7;
    border-radius: 20px;

    max-width: max-content;
    margin: 0 auto;

    padding: 21px 31px 43px 85px;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 768px)
{
    div.sales-list
    {
        padding: 21px 31px;
    }
}

div.sale-item
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    min-width: 400px;

    position: relative;

    margin-top: calc(22.5px + 12px);

    /*width: 100%;*/
}

@media screen and (max-width: 505px)
{
    div.sale-item
    {
        min-width: 100%;
    }
}

div.sale-item::before
{
    content: '';
    position: absolute;
    left: 50%;
    top: calc(100% + 22.5px);
    transform: translateX(-50%);

    width: 300px;
    height: 1px;

    background-color: rgba(120, 255, 247, 0.3);
}

@media screen and (max-width: 505px)
{
    div.sale-item::before
    {
        width: 118px;
    }
}

div.sale-item:first-child
{
    margin-top: 0;
}

div.sale-item:last-child::before
{
    display: none;
}

p.sale-item__name
{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 123.9%;

    color: #78FFF7;

    margin-right: 20px;
}

@media screen and (max-width: 768px)
{
    p.sale-item__name
    {
        font-size: 18px;
    }
}

@media screen and (max-width: 360px)
{
    p.sale-item__name
    {
        font-size: 14px;
    }
}

div.sale-item__prices
{
    margin-left: auto;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;

    position: relative;
    padding: 10px 12px 6px;
}

div.sale-item__prices::before
{
    position: absolute;
    content: '';

    left: 0;
    top: 0;

    z-index: -1;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 120%;
    background-image: url('/upload/price-background.svg');
    filter: blur(4px);
}

p.sale-item-prices__old-price
{
    position: relative;
    
    font-family: 'Circe', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11.5161px;
    line-height: 17px;

    color: rgba(120, 255, 247, 0.6);
}

@media screen and (max-width: 450px)
{
    p.sale-item-prices__old-price
    {
        position: absolute;

        top: -10px;
        right: -24px;
    }
}

p.sale-item-prices__old-price::before
{
    content: '';

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -3px;
    height: 1.5px;
    width: 125%;

    transform: rotate(-17deg);
    background-color: #78FFF7;
}

p.sale-item-prices__new-price
{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 123.9%;

    color: #FFFFFF;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/services-list-mainpage/style.css?17775561267919*/
@media screen and (max-width: 768px)
{
    .service-filter-buttons.services-buttons
    {
        margin-top: 30px;
    }
}

.services-container
{
    width: 100%;
    max-width: calc(100% - 91px);
    margin-left: auto;
    margin-bottom: 80px;

    position: relative;
}
@media screen and (max-width: 768px)
{
    .services-container
    {
        max-width: 100%;
        margin-left: 0;
        padding: 50px 20px 0;
        overflow-x: scroll;
        overflow-y: visible;

        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .services-container::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (max-width: 450px)
{
    div.services-container
    {
        margin-bottom: 40px;
    }
}

.swiper-container-services
{
    overflow: visible;
}

.services-list
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.service-item
{
    position: relative;

    padding-bottom: 40px;
}
@media screen and (max-width: 768px)
{
    .service-item
    {
        max-width: max-content;
        margin-right: 30px;
    }

    .services-list .service-item:last-child
    {
        margin-right: 0;
    }
}
@media screen and (max-width: 650px)
{
    .service-item
    {
        margin-right: 60px;
    }
}
@media screen and (max-width: 450px)
{
    .service-item
    {
        margin-right: 20px;
    }
}

.service-item.hidden
{
    display: none;
}

/* Название услуги */
p.service-item__name
{
    font-family: 'Druk Text Wide Cyr', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.05em;

    color: #FAFF00;

    text-transform: uppercase;

    position: relative;
    white-space: normal;
    margin: 0 auto 10px;
}

.service-item__name::before
{
    content: '';

    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;

    height: 100%;
    width: 100%;

    background-color: #FF017A;
    filter: blur(36px);
    border-radius: 100%;

    -webkit-transform: translate3d(0, 0, 0);

    transition: background-color .3s;
}
.service-item:nth-child(even) .service-item__name::before
{
    background-color: #2948FF;
}

@media screen and (max-width: 768px)
{
    .service-item__name::before
    {
        top: 15px;
    }
}
@media screen and (min-width: 1075px)
{
    div.service-item.lastScreen .service-item__name
    {
        /*display: none;*/
        opacity: 0;
        visibility: hidden;
    }
}

@media screen and (max-width: 768px)
{
    .service-item__name
    {
        max-width: 315px;
    }
}

@media screen and (max-width: 650px)
{
    .service-item__name
    {
        max-width: 257px;
    }
}

@media screen and (max-width: 540px)
{
    .service-item__name
    {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 450px)
{
    .service-item__name
    {
        font-size: 14px;
        line-height: 18px;
    }
}

/* Обертка над картинкой */
div.image-wrapper
{
    position: relative;
    max-width: max-content;

    margin: 0 auto;
    overflow: hidden;
    border: 2px solid #78FFF7;
}

/* Затемнение крайнего на экране элемента */
div.service-item.lastScreen div.image-wrapper::before
{
    content: '';

    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    
    width: 0;
    height: 0;

    background-image: linear-gradient(146.68deg, rgba(5, 0, 57, 0.7) 18.86%, rgba(91, 13, 170, 0.7) 89.26%);
}

@media screen and (min-width: 1075px)
{
    div.service-item.lastScreen div.image-wrapper::before
    {
        width: 100%;
        height: 100%;
    }
}

div.service-item.lastScreen div.image-wrapper button.change-slide-btn
{
    visibility: hidden;

    position: absolute;

    left: 23px;
    top: 50%;
    transform: translateY(-50%);

    z-index: 5;

    width: 49px;
    height: 49px;

    background-image: url('/upload/main-page/next-slide-button.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    cursor: pointer;
}

@media screen and (min-width: 1075px)
{
    div.service-item.lastScreen.left div.image-wrapper button.change-slide-btn.prev-slide
    {
        visibility: visible;

        left: 80%;
    
        transform: translateY(-50%) rotate(180deg);
    }
    
    div.service-item.lastScreen.right div.image-wrapper button.change-slide-btn.next-slide
    {
        visibility: visible;
    }
}

.image-wrapper a
{
    display: block;
}

/* Сама картинка */
img.service-item__image
{
    position: relative;

    width: 315px;
    height: 490px;
    object-fit: cover;

    display: block;

    max-width: 400px;

    transition: transform .4s;
}
@media screen and (min-width: 769px)
{
    img.service-item__image:hover,
    .service-item .image-wrapper a:focus img.service-item__image
    {
        transform: scale(1.05);
    }

    .service-item.lastScreen:hover img.service-item__image,
    .service-item.lastScreen .image-wrapper a:focus img.service-item__image
    {
        transform: scale(1);
    }
}
@media screen and (max-width: 650px)
{
    img.service-item__image
    {
        width: 257px;
    }
}
@media screen and (max-width: 450px)
{
    img.service-item__image
    {
        width: 275px;
    }
}
@media screen and (max-height: 710px)
{
    img.service-item__image
    {
        height: 400px;
    }
}
@media screen and (max-height: 610px)
{
    img.service-item__image
    {
        height: 350px;
    }
}

/* Жёлтая кнопка "записаться" */
.sign-up-button
{
    display: block;

    position: absolute;
    bottom: 52px;
    left: 37px;
    width: 360px;

    padding: 5px 0 5px 30px;

    background-color: #FAFF00;

    font-family: 'Druk Text Wide Cyr', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;

    color: #FF017A;

    clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);

    transform: rotate(-11.57deg);

    transition: color .3s, background-color .3s;
}

/* чтобы слева не торчала желтая кнопка */
/*div.swiper-slide-prev a.sign-up-button*/
/*{*/
/*    display: none;*/
/*}*/
@media screen and (min-width: 769px)
{
    .sign-up-button:focus
    {
        color: #FAFF00;
        background-color: #FF017A;
    }
}
@media screen and (min-width: 1075px)
{
    div.service-item.lastScreen .sign-up-button
    {
        display: none;
    }
}
@media screen and (max-width: 768px)
{
    div.service-item:last-child .sign-up-button
    {
        max-width: 330px;
    }
}
@media screen and (max-width: 650px)
{
    div.service-item:last-child .sign-up-button
    {
        max-width: 285px;
    }
}
@media screen and (max-width: 450px)
{
    .sign-up-button
    {
        font-size: 16px;
        line-height: 20px;

        width: 270px;
    }
}
/* arrows  */
.services-container :is(.arrow-left, .arrow-right) {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;

}
.services-container :is(.arrow-left, .arrow-right)::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 25px;
    height: 25px;
}
.services-container .arrow-left {
    left: 5px;
}
.services-container .arrow-left::before{
    border-left: solid 5px #78FFF7;
    border-bottom: solid 5px #78FFF7;
}

.services-container .arrow-right {
    right: 5px;
}
.services-container .arrow-right::before{
    border-right: solid 5px #78FFF7;
    border-top: solid 5px #78FFF7;
}

@media (min-width: 500px) {
    .services-container :is(.arrow-left, .arrow-right) {
        display: none;
    } 
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/actions/style.css?17775561262894*/
.actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
}

@media screen and (max-width: 992px) {
    .actions {
        grid-template-columns: 1fr;
    }
}

.action {
    border: 1px solid #78FFF7;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.action__img {
    width: 100%;
    aspect-ratio: 2/1;
    object-position: center;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .action__img {
        aspect-ratio: unset;
        height: 300px;
    }
}

@media screen and (max-width: 540px) {
    .action__img {
        height: 200px;
    }
}

.action__text-wrapper {
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 2;
}

@media screen and (max-width: 540px) {
    .action__text-wrapper {
        padding: 20px;
    }
}

.action__name {
    margin-bottom: 25px;
    color: #78FFF7;
    font-family: 'Nunito', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
}

@media screen and (max-width: 540px) {
    .action__name {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 29px; 
    }
}

.action__btn {
    margin-top: auto;
    max-width: max-content;
    padding: 17px 49px;
    border-radius: 15px;
    border: 3px solid #BBFF2C;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.50), 0px 0px 10px 4px rgba(255, 255, 255, 0.50) inset;
    color: #BBFF2C;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 25px; /* 125% */
    text-transform: uppercase;
}

@media screen and (max-width: 540px) {
    .action__btn {
        padding: 13px;
        max-width: unset;
        width: 100%;
    }
}

.action__label {
    width: 360px;
    position: absolute;
    transform: rotate(10deg);
    top: 28px;
    right: -40px;
}

@media screen and (max-width: 768px) {
    .action__label {
        top: 238px;
    }
}

@media screen and (max-width: 540px) {
    .action__label {
        top: 150px;
        right: -80px;
    }
}

.action__label-text {
    width: 100%;
    padding: 5px 0 5px 30px;
    clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: #FAFF00;
    color: #000;
    font-family: "Druk Text Wide Cyr", sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 28px;
    text-transform: uppercase;
}

@media screen and (max-width: 540px) {
    .action__label-text {
        font-size: 16px;
        line-height: 20px;
    }
}

.action__label-text:not(:first-child) {
    margin-top: -2px;
    transform: translateX(15px);
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/our-works-list-mainpage/style.css?17775561262429*/
@media screen and (max-width: 768px)
{
    .service-filter-buttons.works-buttons
    {
        margin-bottom: 20px;
    }
}

.works-container
{
    width: 100%;
    max-width: calc(100% - 91px);
    margin-left: auto;
}   

@media screen and (max-width: 450px)
{
    .works-container
    {
        max-width: 100%;
        margin-left: 20px;
    }  
}

.works-list
{
    align-self: flex-start;

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.work-item-wrapper
{
    position: relative;
    cursor: pointer;

    min-height: 338px;
}

.work-item-wrapper.hidden
{
    display: none;
}

@media screen and (max-width: 768px)
{
    .work-item-wrapper
    {
        min-height: 293px;
    }
}

@media screen and (max-width: 450px)
{
    .work-item-wrapper
    {
        min-height: 177px;
    }
}

@media screen and (min-width: 680px)
{
    .work-item-wrapper.lastScreen .work-item-button
    {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    
        background-image: linear-gradient(146.68deg, rgba(5, 0, 57, 0.7) 18.86%, rgba(91, 13, 170, 0.7) 89.26%);
    }
}

@media screen and (min-width: 680px)
{
    div.work-item-wrapper.lastScreen button.change-slide
    {
        visibility: hidden;

        position: absolute;
    
        top: 50%;
        transform: translateY(-50%);
        left: 23px;
    
        z-index: 5;
    
        width: 49px;
        height: 49px;
    
        background-image: url('/upload/main-page/next-slide-button.svg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    
        cursor: pointer;
    }

    div.work-item-wrapper.lastScreen.left div.work-item-button button.prev-work-slide
    {
        visibility: visible;
        transform: translateY(-50%) rotate(180deg);
    }

    div.work-item-wrapper.lastScreen.right div.work-item-button button.next-work-slide
    {
        visibility: visible;
        transform: translateY(-50%);
    }
}


div.work-item-image
{
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

    width: 100%;
    height: 338px;
}

@media screen and (max-width: 768px)
{
    div.work-item-image
    {
        height: 293px;
    }
}

@media screen and (max-width: 450px)
{
    div.work-item-image
    {
        height: 177px;
    }
}
/* End */
/* /bitrix/templates/popnshop_beauty/assets/css/main-page.css?177755612613382 */
/* /bitrix/templates/popnshop_beauty/assets/css/sales-block.css?17775561263105 */
/* /bitrix/templates/.default/components/bitrix/news.list/services-list-mainpage/style.css?17775561267919 */
/* /bitrix/templates/.default/components/bitrix/news.list/actions/style.css?17775561262894 */
/* /bitrix/templates/.default/components/bitrix/news.list/our-works-list-mainpage/style.css?17775561262429 */
