

/* Start:/uslugi/style.css?1777556109212*/
body div.detail-service-modal-wrapper
{
    display: block;
}

article.services
{
	padding: 8px 0 126px;
}

@media screen and (max-width: 768px)
{
	article.services
	{ 
		padding: 8px 0 40px;
	}
}
/* 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-allServicesPage/style.css?17775561263598*/
.services-list
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 53px 20px;

	margin: 0 auto;

	align-items: end;
}

@media screen and (max-width: 1356px)
{
	.services-list
	{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 768px)
{
	.services-list
	{
		margin-top: 30px;
	}
}
@media screen and (max-width: 650px)
{
	.services-list
	{
		grid-template-columns: 1fr;
		grid-gap: 20px 20px;
	}
}

.service-item
{
	display: block;

	position: relative;

	padding-bottom: 40px;

	max-width: max-content;

	justify-self: center;

	cursor: pointer;
}

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

.service-item:last-child
{
	margin-right: 0;
}

.service-item:focus
{
	outline: none;
}

.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;

	margin-bottom: 10px;

	position: relative;
	z-index: 2;
}
.service-item__name::before
{
	content: '';

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

	height: 100%;
	width: 100%;

	filter: blur(36px);
	border-radius: 100%;

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

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

@media screen and (max-width: 778px)
{
	.service-item__name
	{
		font-size: 18px;
		line-height: 26px;
	}
}
@media screen and (max-width: 650px)
{
	.service-item__name
	{
		font-size: 21px;
		line-height: 29px;
	}
}
@media screen and (max-width: 400px)
{
	.service-item__name
	{
		font-size: 20px;
		line-height: 28px;
	}
}
@media screen and (max-width: 374px)
{
	.service-item__name
	{
		font-size: 16px;
		line-height: 26px;
	}
}

div.service-image-wrapper
{
	border: 2px solid #78FFF7;
	box-sizing: border-box;
	overflow: hidden;

	width: max-content;
	margin: 0 auto;

	position: relative;
	z-index: 1;
}

img.service-item__image
{
	position: relative;
	z-index: 1;

	width: 400px;

	display: block;

	max-width: 400px;
	margin: 0 auto;

	max-height: 533px;

	transition: transform .4s;
}
@media screen and (min-width: 769px)
{
	.service-item:hover img.service-item__image,
	.service-item:focus img.service-item__image
	{
		transform: scale(1.05);
	}
}
@media screen and (max-width: 880px)
{
	img.service-item__image
	{
		width: 350px;
	}
}
@media screen and (max-width: 778px)
{
	img.service-item__image
	{
		width: 315px;
	}
}
@media screen and (max-width: 725px)
{
	img.service-item__image
	{
		width: 280px;
	}
}
@media screen and (max-width: 650px)
{
	img.service-item__image
	{
		width: 350px;
	}
}
@media screen and (max-width: 400px)
{
	img.service-item__image
	{
		width: 335px;
	}
}
@media screen and (max-width: 374px)
{
	img.service-item__image
	{
		width: 280px;
	}
}

.sign-up-button
{
	display: block;

	position: absolute;
	bottom: 50px;
	left: 51px;
	width: 392px;
	z-index: 1;

	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;
}
@media screen and (max-width: 345px)
{
	.sign-up-button
	{
		font-size: 18px;
		line-height: 24px;
	}
}

.sign-up-button:focus
{
	color: #FAFF00;
	background-color: #FF017A;
}
/* End */
/* /uslugi/style.css?1777556109212 */
/* /bitrix/templates/popnshop_beauty/assets/css/sales-block.css?17775561263105 */
/* /bitrix/templates/.default/components/bitrix/news.list/services-list-allServicesPage/style.css?17775561263598 */
