

/* Start:/local/components/bianca/banner/templates/.default/style.css?17159228082552*/
.main-business, .main-delivery-wrapper{
    margin: 20px 0;
}
.main-business .row{
    position: relative;
}

@media(min-width: 1024px) {
    .main-business .row.flex-row-reverse, .main-delivery-wrapper .row.flex-row-reverse{
        flex-direction: row-reverse;
        display: flex;
    }
    .main-business__animation-img{
        margin: 0;
        position: absolute;
        bottom: -60px;
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        -o-transition: transform 1s;
        transition: transform 1s;
        transition: transform 1s,-webkit-transform 1s;
    }
    .main-business, .main-delivery-wrapper{
        margin: 50px 0;
    }
    .main-business__animation{
        margin-top: 158px;
    }
    .main-business__animation .row{
        display: block;
    }
    .main-business__animation .main-business__description{
        margin-left: auto;
        margin-right: 0;
    }
    .main-business__animation .flex-row-reverse .main-business__description{
        margin-left: 0;
        margin-right: auto;
    }
    .main-business__animation .main-business__description{
    min-height: 300px;
    }
    .flex-row-reverse .main-delivery__img{
        right: auto;
        left: 0;
    }
    .main-business{
        position: relative;
    }
    .main-business:after{
        background: #fff;
        content: " ";
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -50px;
        display: block;
        height: 50px;
    }
    .row .popular-services, .row .popular-service {
        position: relative;
        background: #fff;
        z-index: 0;
        margin-top: 0;
        padding-top: 80px;
    }
}
@media(min-width: 1440px) {
    .main-business, .main-delivery-wrapper{
        margin: 80px 0;
    }
    .main-business__animation{
        margin-top: 300px;
    }
    .main-business:after{
        height: 80px;
        bottom: -80px;
    }
    .row  .popular-services, .row  .popular-service{
        padding-top: 100px;
    }
}


@media (max-width: 1023px){
    .main-business .border-btn, .main-delivery-wrapper .border-btn{
        padding-left: 2px;
        padding-right: 2px;
    }
}
.main-page-body .main-business{
    margin-bottom: 0;
}
.main-page-body .main-business:after{
    display: none;
}
.main-page-body .promo{
    margin-top: 50px;
}
@media(min-width: 1024px){
    .main-page-body .promo{
        margin-top: 80px;
    }
}
/* End */


/* Start:/local/templates/bianca/components/bitrix/news.list/loyalty_detail/style.css?17129001243210*/

.loyalty-details{
    margin-bottom: 130px;
}
.loyalty-details__title{
    text-align: center;
    margin-bottom: 40px;
    padding: 0 50px;
}
.loyalty-details__list{
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 0 24px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
}
.loyalty-details__item {
    background: #fff;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-bottom: 2px;
    padding: 0 15px;
}
.loyalty-details__item:last-child{
    box-shadow: none;
}
.loyalty-details__header {
    padding: 25px 55px 25px 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 170%;
    position: relative;
    cursor: pointer;
}
.loyalty-details__header-close{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
}
.loyalty-details__header-close:before,
.loyalty-details__header-close:after{
    position: absolute;
    background: #000;
    content: " ";
}
.loyalty-details__header-close:before{
    top: 10px;
    left: 0;
    height: 4px;
    width: 24px;
}
.loyalty-details__header-close:after{
    top: 0;
    left: 10px;
    height: 24px;
    width: 4px;
}
.loyalty-details__header.is-open .loyalty-details__header-close:before,
.loyalty-details__header.is-open .loyalty-details__header-close:after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.loyalty-details__header.is-open .loyalty-details__header-close:before,
.loyalty-details__header.is-open .loyalty-details__header-close:after{
    background: #F94F0D;
}
.loyalty-details__body {
    display: none;
    border: none;
    border-top: 1px solid #f0f0f0;
    padding: 25px 10px 30px;
    font-size: 12px;
    line-height: 170%;
}
.loyalty-details__body ol{
    margin: 0;
    padding-left: 15px;
}
.loyalty-details__body li{
    line-height: 170%;
}

@media(min-width: 768px){
    .loyalty-details{
        margin-bottom: 110px;
    }
    .loyalty-details__title{
        margin-bottom: 60px;
    }
    .loyalty-details__item {
        padding: 0 45px;
    }
    .loyalty-details__header {
        padding: 40px 90px 40px 0;
        font-weight: 600;
        font-size: 22px;
    }
    .loyalty-details__body {
        padding: 35px 0 60px;
        font-size: 16px;
    }
    .loyalty-details__body ol{
        padding-left: 15px;
    }
}
@media(min-width: 1024px){
    .loyalty-details{
        margin-bottom: 130px;
    }
    .loyalty-details__title{
        margin-bottom: 80px;
    }
    .loyalty-details__item {
        padding: 0 45px;
    }
    .loyalty-details__header {
        padding: 40px 90px 40px 0;
        font-size: 30px;
    }
    .loyalty-details__body {
        font-size: 18px;
    }
    .loyalty-details__body ol{
        padding-left: 25px;
    }
}
@media(min-width: 1440px){
    .loyalty-details{
        margin-left: -60px;
        margin-right: -60px;
    }
    .loyalty-details__header {
        font-size: 40px;
    }
    .loyalty-details__body {
        font-size: 22px;
    }
    .loyalty-details__body ol{
        padding-left: 25px;
    }
}
/* End */
/* /local/components/bianca/banner/templates/.default/style.css?17159228082552 */
/* /local/templates/bianca/components/bitrix/news.list/loyalty_detail/style.css?17129001243210 */
