

/* Start:/local/templates/visagehall_new/components/bitrix/news.list/beauty_services/style.css?17405731013200*/
.beauty_button{
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.beauty_button_text{
    padding: 12px 20px 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #000000;
    color: #FFF;
    margin-bottom: 20px;
    text-align: center;
    font-variant-numeric: slashed-zero;
    font-feature-settings: 'ss05' on, 'ss02' on, 'ss09' on, 'ss08' on;

    /* Formular/caption uppercase */
    font-family: Formular;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 115.385% */
    letter-spacing: -0.13px;
    text-transform: uppercase;
}
.beauty_button_text:hover{
    color: #000000;
    background:transparent;
}
.beauty_content{
    max-width: 1500px;
}
.beauty_item{
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 8px;
}
.beauty_item_img_picture{
    border-radius: 8px;
    aspect-ratio: 1;
    width: 100%;
}
.beauty_title{
    display: flex;
    justify-content: flex-start;
    padding-top: 20px;

    color: #000000;
    font-variant-numeric: slashed-zero;
    font-feature-settings: 'ss05' on, 'ss02' on, 'ss07' on, 'ss08' on, 'ss09' on;

    /* Formular/h2 uppercase */
    font-family: Formular;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 120% */
    letter-spacing: -0.625px;
    /*text-transform: uppercase;*/
}
.beauty_title:hover{
    /*color: #FFF;*/
}
.beauty_text{
    color: #000000;
    text-align: start;
    font-variant-numeric: slashed-zero;
    font-feature-settings: 'ss07' on, 'ss08' on, 'ss09' on;
    font-family: Formular;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    letter-spacing: -0.15px;
}

.beauty_item-item{
    background-repeat: no-repeat;
    border-radius: 8px;
    background-size: cover;
    aspect-ratio: 1;
}

.beauty_nx-section{
    margin-top: 10px;
    margin-bottom: 80px;
}
.beauty_box{
    padding: 0 10px ;
}
@media (min-width: 768px){
    .beauty_text{
        /*padding: 12px 29% 0 29%;*/
    }
    .beauty_button{
        /*margin-top: 70%;*/
    }
    .beauty_content{
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        justify-content: space-around;
        margin: 0 auto;
    }
    .beauty_item{
        position: relative;
        justify-content: center;
        flex-basis: 40%;
        max-width: 40%;
        cursor: default;
        padding: 10px;
        margin-bottom: 5%;
    }
    .beauty_image{
        width: 100%;
    }
    .beauty_item_{
        width: 100%;
    }
}
@media (max-width: 768px){
    .beauty_text{
        /*padding: 12px 20% 0 20%;*/
    }
    .beauty_button{
        /*margin-top: 57%;*/
    }

    .beauty_content{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .beauty_item{
        position: relative;
        justify-content: center;
        width: 100%;
        height: 100%;
        margin-top: 0px;
        cursor: default;
        padding: 10px;
        max-width: 516px;
        margin: 0 auto;
        margin-bottom: 5%;
    }
}
/* End */
/* /local/templates/visagehall_new/components/bitrix/news.list/beauty_services/style.css?17405731013200 */
