

/* Start:/kontakty/style.css?17775561127994*/
body #main-container
{
    background-image: url('/upload/about-us/3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    background-color: transparent;

    position: relative;
}

body #main-container::before
{
    content: '';

    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;

    height: 100%;
    width: 100%;

    background-image: linear-gradient(146.68deg, #050039 18.86%, #5B0DAA 89.26%);
    opacity: 0.9;
}

footer
{
    position: relative;
}

main
{
    position: relative;
    z-index: 2;
}

div.container-1240
{
    max-width: calc(1240px + 40px);
    padding: 0 20px;
    margin: 0 auto;
}

article.contacts
{
    padding: 8px 0 43px;
}

/* переключалка городов в мобилке */
.change-city-buttons-wrapper
{
    display: none;
    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: 0 auto 47px;
}
@media screen and (max-width: 768px)
{
    .change-city-buttons-wrapper
    {
        display: flex;
    }
}

.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: 360px)
{
    .change-city-btn
    {
        padding: 13px 20px;
    }
}

.change-city-btn.active
{
    color: #FF017A;
    background-color: #BBFF2C;
}

div.cities
{
    display: grid;
    grid-template-columns: repeat(2, minmax(min-content, max-content));
    grid-gap: 40px;
    justify-content: space-between;
}
@media screen and (max-width: 768px)
{
    div.cities
    {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: flex-start;

        grid-gap: 0;
    }
}

@media screen and (max-width: 768px)
{
    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);
    }
}

@media screen and (max-width: 768px)
{
    div.city-wrapper.showed
    {
        overflow: visible;

        width: 100%;
        height: max-content;
        transform: translateY(0);

        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: center;
    }
}

h2.city-title
{
    font-family: 'Druk Text Wide Cyr', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.03em;
    text-transform: uppercase;

    color: #78FFF7;

    text-shadow: 0 0 15px rgba(255, 1, 122, 0.74);

    margin-bottom: 38px;
}
@media screen and (max-width: 768px)
{
    h2.city-title
    {
        display: none;
    }
}

div.city__photos
{
    max-width: 462px;   

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 768px)
{
    div.city__photos
    {
        position: relative;

        margin-bottom: 150px;
    }
}

@media screen and (max-width: 450px)
{
    div.city__photos
    {
        position: relative;
        align-self: flex-start;
        margin-bottom: 91px;
    }
}

img.big-image,
img.small-image
{
    border: 2.5px solid #78FFF7;

    box-shadow: 0 0 16px rgba(120, 255, 247, 0.5);
}

img.big-image
{
    position: relative;
    width: 400px;
    height: 277px;
    object-fit: cover;
}

img.small-image
{
    position: relative;
    /*width: 30%;*/

    width: 190px;
    height: 127px;
    object-fit: cover;

    left: 270px;
    top: -83px;
}
@media screen and (max-width: 950px)
{
    img.big-image
    {
        width: 355px;
        height: 245px;
    }

    img.small-image
    {
        left: 215px;
        top: -83px;
    }
}
@media screen and (max-width: 880px)
{
    img.big-image
    {
        width: 300px;
        height: 215px;
    }

    img.small-image
    {
        width: 170px;
        height: 120px;
        left: 165px;
        top: -83px;
    }
}

@media screen and (max-width: 768px)
{
    img.big-image
    {
        min-width: 217px;
        min-height: 139px;

        width: 47vw;
        height: 30vw;
    }

    img.small-image
    {
        width: 177px;
        height: 128px;

        position: absolute;
        left: 37vw;
        top: 53%;
    }
}

div.city__texts a,
div.city__texts address
{
    display: block;
    max-width: max-content;
}

@media screen and (max-width: 768px)
{
    div.city__texts
    {
        margin-bottom: 35px;
    }
}

div.city__texts a[href^="tel:"]
{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;

    letter-spacing: 0.03em;

    color: rgba(255, 255, 255, 0.9);

    margin-bottom: 9px;
}

div.city__texts address
{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;


    color: #FFFFFF;
    margin-bottom: 28px;
}

div.city__texts a[href^="mailto:"]
{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    
    color: #FFFFFF;
    margin-bottom: 12px;
}

@media screen and (max-width: 768px)
{
    div.right__texts a,
    div.right__texts address
    {
        text-align: center;
        max-width: 100%;
    }
}

.map
{
    max-width: max-content;
    margin-top: 36px;
    position: relative;
}

.map::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%);
}

.map::after
{
    content: '';

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;

    width: 47px;
    height: 62px;

    background-image: url('/upload/maps/map-pin.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 370px)
{
    .map::after
    {
        width: 34px;
        height: 45px;
    }
}

.map a
{
    display: block;
}

.map a::before
{
    content: '';

    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    z-index: 2;
    background-color: transparent;
}

.map img
{
    width: 100%;
    max-width: 505px;

    display: block;
}
@media screen and (max-width: 820px)
{
    .map img
    {
        width: 100%;
    } 
}

.yandex-taxi
{
    cursor: pointer;

    position: absolute;
    right: 6%;
    bottom: 10%;
    z-index: 3;

    background-color: #78FFF7;
    border-radius: 25px;

    padding: 7px 20px;

    font-family: 'Circe', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;

    color: #000000;

    transition: transform .3s;
}
.yandex-taxi:hover,
.yandex-taxi:focus
{
    transform: scale(1.05);
}

.contacts > .neon-button
{
    margin: 66px auto 0;
}
/* End */


/* Start:/bitrix/templates/popnshop_beauty/components/bitrix/news.list/contacts-page/style.css?17775561267554*/
body #main-container
{
    background-image: url('/upload/about-us/3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    background-color: transparent;

    position: relative;
}

body #main-container::before
{
    content: '';

    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;

    height: 100%;
    width: 100%;

    background-image: linear-gradient(146.68deg, #050039 18.86%, #5B0DAA 89.26%);
    opacity: 0.9;
}

footer
{
    position: relative;
}

main
{
    position: relative;
    z-index: 2;
}

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

article.contacts
{
    padding: 8px 0 43px;
}

/* переключалка городов в мобилке */
.change-city-buttons-wrapper
{
    display: none;
    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: 0 auto 47px;
}
@media screen and (max-width: 768px)
{
    .change-city-buttons-wrapper
    {
        display: flex;
        flex-direction: column;
    }
}

.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;
    width: 100%;

    transition: color .3s, background-color .3s;
}
@media screen and (max-width: 360px)
{
    .change-city-btn
    {
        padding: 13px 20px;
    }
}

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

div.cities
{
    display: grid;
    grid-template-columns: repeat(2, minmax(min-content, max-content));
    grid-gap: 40px;
    justify-content: space-between;
}
@media screen and (max-width: 768px)
{
    div.cities
    {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: flex-start;

        grid-gap: 0;
    }
}

@media screen and (max-width: 768px)
{
    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);
    }
}

@media screen and (max-width: 768px)
{
    div.city-wrapper.showed
    {
        overflow: visible;

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

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

h2.city-title
{
    font-family: 'Druk Text Wide Cyr', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.03em;
    text-transform: uppercase;

    color: #78FFF7;

    text-shadow: 0 0 15px rgba(255, 1, 122, 0.74);

    margin-bottom: 38px;
}
@media screen and (max-width: 768px)
{
    h2.city-title
    {
        display: none;
    }
}

div.city__photos
{
    max-width: 462px;   

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

@media screen and (max-width: 768px)
{
    div.city__photos
    {
        position: relative;

        margin-bottom: 150px;
    }
}

@media screen and (max-width: 450px)
{
    div.city__photos
    {
        position: relative;
        align-self: flex-start;
        margin-bottom: 91px;
    }
}

img.big-image,
img.small-image
{
    border: 2.5px solid #78FFF7;

    box-shadow: 0 0 16px rgba(120, 255, 247, 0.5);
}

img.big-image
{
    position: relative;
    width: 400px;
    height: 277px;
    object-fit: cover;
}

img.small-image
{
    position: relative;
    /*width: 30%;*/

    width: 190px;
    height: 127px;
    object-fit: cover;

    left: 270px;
    top: -83px;
}
@media screen and (max-width: 950px)
{
    img.big-image
    {
        width: 355px;
        height: 245px;
    }

    img.small-image
    {
        left: 215px;
        top: -83px;
    }
}
@media screen and (max-width: 880px)
{
    img.big-image
    {
        width: 300px;
        height: 215px;
    }

    img.small-image
    {
        width: 170px;
        height: 120px;
        left: 165px;
        top: -83px;
    }
}

@media screen and (max-width: 768px)
{
    img.big-image
    {
        min-width: 217px;
        min-height: 139px;

        width: 47vw;
        height: 30vw;
    }

    img.small-image
    {
        width: 177px;
        height: 128px;

        position: absolute;
        left: 37vw;
        top: 53%;
    }
}

div.city__texts a,
div.city__texts address
{
    display: block;
    max-width: max-content;
}

@media screen and (max-width: 768px)
{
    div.city__texts
    {
        margin-bottom: 35px;
    }
}

div.city__texts a[href^="tel:"]
{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;

    letter-spacing: 0.03em;

    color: rgba(255, 255, 255, 0.9);

    margin-bottom: 9px;
}

div.city__texts address
{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;


    color: #FFFFFF;
    margin-bottom: 28px;
}

div.city__texts a[href^="mailto:"]
{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    
    color: #FFFFFF;
    margin-bottom: 12px;
}

@media screen and (max-width: 768px)
{
    div.right__texts a,
    div.right__texts address
    {
        text-align: center;
        max-width: 100%;
    }
}

.map
{
    max-width: max-content;
    margin-top: 36px;
    position: relative;
}

.map::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%);
}

.map::after
{
    content: '';

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

    width: 47px;
    height: 62px;

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

@media screen and (max-width: 370px)
{
    .map::after
    {
        width: 34px;
        height: 45px;
    }
}

.map a
{
    display: block;
}

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

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

    width: 100%;
    height: 100%;

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

.map img
{
    width: 100%;
    max-width: 505px;

    display: block;
}
@media screen and (max-width: 820px)
{
    .map img
    {
        width: 100%;
    } 
}

.yandex-taxi
{
    cursor: pointer;

    position: absolute;
    right: 6%;
    bottom: 10%;
    z-index: 3;

    background-color: #78FFF7;
    border-radius: 25px;

    padding: 7px 20px;

    font-family: 'Circe', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;

    color: #000000;

    transition: transform .3s;
}
.yandex-taxi:hover,
.yandex-taxi:focus
{
    transform: scale(1.05);
}

.contacts > .neon-button
{
    margin: 66px auto 0;
}
/* End */
/* /kontakty/style.css?17775561127994 */
/* /bitrix/templates/popnshop_beauty/components/bitrix/news.list/contacts-page/style.css?17775561267554 */
