

/* Start:/local/templates/new/components/bitrix/system.pagenavigation/masters/style.css?17395313692499*/
.pagination-block .pagination {
    margin: 0 3rem 0 -1rem;
}

.pagination-between {
    margin: 0 2rem;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 1rem;
}

.pagination li a {
    width: 3.6rem;
    height: 3.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--grey-bg);
    position: relative;
}

.pagination li a::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    background-color: var(--black);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pagination li a:hover {
    background-color: var(--black);
    color: #fff;
}

.pagination li a{
    cursor: pointer;
}

.pagination li a span {
    position: relative;
    color: currentColor;
    z-index: 1;
    cursor: pointer;
}

.pagination li a.prev-page, .pagination li a.next-page {
    background-color: transparent;
}

.pagination li a.prev-page::before, .pagination li a.next-page::before {
    display: none;
}

a.prev-page .icon, a.next-page .icon {
    width: 60%;
    height: 60%;
}

a.prev-page, a.next-page{
    opacity: 0.3;
}

a.prev-page.active, a.next-page.active{
    opacity: 1;
}

a.prev-page.active:hover, a.next-page.active:hover {
    color: var(--red);
}

a.prev-page .icon{
    background: url(/local/templates/new/images/svg-angle-left.svg) no-repeat;
    background-size: contain;
}
a.next-page .icon{
    background: url(/local/templates/new/images/svg-angle-right.svg) no-repeat;
    background-size: contain;
}

.pagination li a.nav-current-page {
    color: #fff;
}

.pagination li a.nav-current-page span{
    cursor: default;
}

.pagination li a.nav-current-page::before {
    opacity: 1;
}
/* End */


/* Start:/local/templates/new/components/bitrix/masters.list/masters_new/style.css?166504902815712*/
.main-masters-cont {
    width: 800px;
    padding: 0;
    margin: 0 20px 47px;
}

.main-masters-cont .masters-blocks .master-block:nth-child(2n+1) {
    margin-right: 20px;
}

.master-block .master-head {
    margin-bottom: 10px;
}

.master-block .master-head a {
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    color: #1A181F;
    margin-bottom: 10px;
    text-decoration: none;
}

.master-block .master-subhead {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.master-block .master-subhead a {
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    color: #1A181F;
    opacity: 0.4;
    text-decoration: none;
}

.master-block .master-subhead a:hover {
    color: #D00025;
    opacity: 1;
    text-decoration: underline;
}

.master-block .master-subhead .work-status {
    padding-left: 28px;
    margin-left: auto;
    font-weight: 600;
    font-size: 13px;
    color: #1A181F;
    line-height: 10px;
    position: relative;
}

.master-block .master-subhead .work-status:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00D02E;
    position: absolute;
    left: 15px;
    top: 2px;
}

.master-block .master-subhead .work-status.weekend:before {
    background: #D00025;
}

.master-block .salon-main-block {
    display: flex;
    overflow: hidden;
    border-radius: 5px;
}

.master-block .salon-main-block .salon-photo-block {
    width: 338px;
    height: 445px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.master-block .salon-main-block .salon-photo-block:last-child {
    margin: 0;
}

.master-block .salon-main-block .salon-photo-block .img-blur {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 27.38%, rgba(0, 0, 0, 0) 61.98%, rgba(0, 0, 0, 0.2) 70.83%, rgba(0, 0, 0, 0.86) 100%);
}

.master-block .salon-main-block .salon-photo-block img {
    border-radius: 5px;
    width: 100%;
}

.master-block .slick-next, .main-photo-block .slick-prev {
    top: 50%;
}

.master-block .slick-next {
    right: 7px;
}

.master-block .slick-prev {
    left: 7px;
    top: 41.7%;
}

.slick-prev, .slick-next {
    z-index: 15 !important;
    width: 50px !important;
    height: 75px !important;
}


.master-block .tel-block {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #1A181F;
    margin-bottom: 30px;
}

.master-block .tel-block a {
    border-bottom: 1px dashed #D00025;
    color: #D00025;
    font-weight: 600;
    text-decoration: none;
    margin-left: 9px;
}

.master-block .social-detail-block {
    display: flex;
    justify-content: space-between;
}

.master-block .social-detail-block .social-block {
    display: flex;
}

.master-block .detail-salon-link {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    color: #FFFFFF;
    width: 196px;
    height: 46px;
    background: #D00025;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.master-block .social-detail-block a.tm-link,
.master-block .social-detail-block a.whatsapp-link {
    display: block;
    margin: 0 0 0 10px;
    width: 46px;
    height: 46px;
    background: #F4F7F7;
    border-radius: 5px;
    position: relative;
}

.master-block .social-detail-block a.tm-link span,
.master-block .social-detail-block a.whatsapp-link span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.master-block .social-detail-block a.tm-link span {
    background: url(/local/templates/new/images/tm_black.svg) no-repeat;
    width: 14px;
    height: 11px;
    background-size: contain;
}

.master-block .social-detail-block a.whatsapp-link span {
    background: url(/local/templates/new/images/whatsapp_black.svg);
    width: 14px;
    height: 14px;
    background-size: contain;
}


.breadcrumb-cont {
    margin: 33px 0 24px;
}

.head-cont {
    display: flex;
    justify-content: space-between;
}

/*
h1 {
    font-size: 25px;
    line-height: 29px;
    color: #1A181F;
    margin: 0;
}*/

.location {
    font-weight: 600;
    font-size: 15px;
    color: #1A181F;
}

.location:before {
    content: url(/local/templates/new/images/location.svg);
    display: inline-block;
    margin-right: 8px;
}

.location a {
    color: #D00025;
}

.info-cont {
    padding: 33px;
    margin: 20px 0 40px;
    background: #1A181F;
    border-radius: 5px;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    color: #FFFFFF;
}

.main-masters-cont .masters-blocks {
    display: flex;
    flex-wrap: wrap;
    margin-top: 33px;
}

.masters-blocks .master-block {
    width: 390px;
    height: max-content;
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    padding: 24px 27px 29px 25px;
    box-sizing: border-box;
}

.masters-blocks .master-photo {
    width: 338px;
    height: 445px;
    border-radius: 5px;
    display: block;
    margin-right: 29px;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;

}

.masters-blocks .master-photo.no-right {
    margin-right: 0;
}

.masters-blocks .master-photo:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 27.38%, rgba(0, 0, 0, 0) 61.98%, rgba(0, 0, 0, 0.2) 70.83%, rgba(0, 0, 0, 0.86) 100%);
}

.masters-blocks .master-photo .link {
    display: none;
}

.masters-blocks .master-photo .real-photo-favorite {
    position: absolute;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;
}

.masters-blocks .master-photo .real-photo-favorite .real-photo {
    background: #D00025;
    border-radius: 5px;
    padding: 6px 9px 6px 25px;
    top: 17px;
    left: 16px;
    position: absolute;
    line-height: 10px;
}

.masters-blocks .master-photo .real-photo-favorite .real-photo span {
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
}

.masters-blocks .master-photo .real-photo-favorite .real-photo span:before {
    content: url(/local/templates/new/images/real_photo.svg?v=1);
    position: absolute;
    left: 8px;
    top: 7px;
}

.masters-blocks .master-photo .real-photo-favorite .fake-photo {
    background: rgba(89, 89, 89, 0.5);
    border-radius: 5px;
    padding: 7px 10px 9px 28px;
    top: 17px;
    left: 16px;
    position: absolute;
    line-height: 10px;
}

.masters-blocks .master-photo .real-photo-favorite .fake-photo span {
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
}

.masters-blocks .master-photo .real-photo-favorite .fake-photo span:before {
    content: url(/local/templates/new/images/fake_photo.svg);
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translate(0, -50%);
}

.masters-blocks .master-photo .real-photo-favorite .favorite {
    background: url(/local/templates/new/images/favorite_btn.svg);
    display: inline-block;
    width: 24px;
    height: 21px;
    background-size: 100%;
    right: 16px;
    top: 17px;
    position: absolute;
    z-index: 15;
}

.masters-blocks .master-photo .real-photo-favorite .favorite.active {
    background: url(/local/templates/new/images/favorite_btn_active.svg);
}

.masters-blocks .master-photo .parameters-block {
    position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 17px;
    left: 6px;
}

.masters-blocks .master-photo .parameters-block .master-name {
    font-weight: bold;
    font-size: 15px;
    line-height: 21px;
    margin-left: 10px;
    color: #ffffff;
}

.masters-blocks .master-photo .parameters-block .master-parameters {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*width: 90%;*/
}

/*
.masters-blocks .master-photo .parameters-block.up {
    bottom: 57px;
}
*/

.masters-blocks .master-photo .parameters-block .master-parameters .master-parameter {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 6px;
    margin-left: 10px;
    margin-top: 6px;
    display: inline-block;
    line-height: 10px;
}

.masters-blocks .master-photo .parameters-block .master-parameters .master-parameter.interview {
    background: #FFFFFF;
}

.masters-blocks .master-photo .parameters-block .master-parameters .master-parameter span {
    font-weight: 600;
    font-size: 10px;
    color: #FFFFFF;
    opacity: 0.7;
}

.masters-blocks .master-photo .parameters-block .master-parameters .master-parameter span.interview {
    opacity: 1;
    margin-left: 14px;
    color: #D00025;
}

.masters-blocks .master-photo .parameters-block .master-parameters .master-parameter span:before {
    display: inline-block;
    margin-right: 4px;
}

.masters-blocks .master-photo .parameters-block .master-parameters .master-parameter span.weight:before {
    content: url(/local/templates/new/images/mini_weight.svg);
}

.masters-blocks .master-photo .parameters-block .master-parameters .master-parameter span.rise:before {
    content: url(/local/templates/new/images/mini_rise.svg);
}

.masters-blocks .master-photo .parameters-block .master-parameters .master-parameter span.age:before {
    content: url(/local/templates/new/images/mini_age.svg);
}

.masters-blocks .master-photo .parameters-block .master-parameters .master-parameter span.chest:before {
    content: url(/local/templates/new/images/mini_chest.svg);
}

.masters-blocks .master-photo .parameters-block .master-parameters .master-parameter span.interview:before {
    content: url(/local/templates/new/images/mini_interview.svg?v=1);
    position: absolute;
    left: 16px;
}

.masters-blocks .master-photo > img {
    border-radius: 5px;
}

.work-time-block {
    width: 306px;
    background: #ffffff;
    border-radius: 5px;
    position: absolute;
    bottom: 17px;
    z-index: 10;
    margin: 0 16px;
}

.work-time-block .work-status {
    padding: 15px 28px 15px;
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    color: #1A181F;
    position: relative;
}

.work-time-block .work-status:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00D02E;
    position: absolute;
    left: 13px;
    top: 17px;
}

.work-time-block .work-status.weekend:before {
    background: #D00025;
}

.work-time-block .work-days {
    display: none;
    padding: 0 14px 16px;
    padding: 27px 29px 27px 30px;
    height: 79px;

}

.work-time-block .work-days .days-cont {
    display: flex;
    margin: 0 -7.5px;
}

.work-time-block .work-days .work-day {
    border-radius: 5px;
    text-align: center;
    margin: 0 7.5px;
    position: relative;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    width: 50px;
}

.work-time-block .work-days .work-day .date {
    padding-top: 9px;
    font-weight: bold;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 0.05em;
    color: #A3A3A3;
}

.work-time-block .work-days .work-day .day {
    font-family: Montserrat;
    font-size: 14px;
    margin: 4px auto 0 auto;
    height: 27px;
    width: 27px;
    color: #000000;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.work-time-block .work-days .work-day .day.current {
    background: #000000;
    color: #ffffff;
    border-radius: 50%;
}

.work-time-block .work-days .work-day .time {
    margin-top: 7px;
    font-weight: bold;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 0.05em;
    /*text-transform: uppercase;*/
    color: #A3A3A3;
    display: flex;
    justify-content: space-around;
}

.work-time-block .work-days .work-day:after, .work-time-block .work-days .work-day:before {
    content: '';
    display: block;
    height: 4px;
    border-radius: 5px;
    background: #00D02E;
    bottom: 0;
    position: absolute;
}

.work-time-block .work-days .work-day.weekend:after {
    background: #D00025;
    width: 100% !important;
    left: 0 !important;
}

.not-found {
    margin-top: 25px;
    font-size: 25px;
    font-weight: 700;
}

.work-status-mob {
    display: none;
}

header .big-header .head-title h1{
    width: 832px !important;
}

@media (max-width: 767px) {

    .content .main-block{
        margin-top: 0 !important;
    }

    .info-cont, .filter-cont {
        display: none;
    }

    .content {
        margin-top: 17px;
        padding: 0 15px;
    }

    .head-cont {
        display: block;
        margin-bottom: 28px;
    }

    h1 {
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        margin-bottom: 12px;
    }

    .location {
        font-size: 10px;
        line-height: 14px;
        font-weight: 600;
        text-align: center;
    }

    .main-masters-cont .masters-blocks {
        display: block;
        margin-top: 0;
    }

    .masters-blocks .master-photo > img {
        width: 100%;
    }

    .main-masters-cont {
        width: 100%;
        margin: 0;
    }

    .masters-blocks .master-block {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }

    .main-masters-blocks .masters-blocks .master-block:nth-child(2n+1) {
        margin: 0 0 50px 0;
    }

    .master-block .master-head {
        margin-bottom: 6px;
    }

    .master-block .master-subhead {
        margin-bottom: 15px;
    }

    .master-block .master-subhead .work-status {
        display: none;
    }

    .master-block .work-status-mob {
        display: block;
        padding: 0 0 0 28px;
        margin-bottom: 13px;
    }

    .work-time-block .work-days .work-day {
        margin: 0 2%;
        flex: 1 0 22%;
        background: #ffffff;
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .work-time-block .work-days .days-cont {
        margin: 0 -2%;
        width: 100%;

    }

    .work-time-block .work-days:before {
        content: "";
        display: block;
        padding-top: 32%;
    }

    .work-time-block .work-days .days-cont {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .work-time-block .work-status:before {
        top: 2px;
    }

    .masters-blocks .master-photo {
        margin: 0 0 15px 0;
        width: 100%;
        height: auto;
    }

    .master-block .salon-main-block .salon-photo-block {
        height: initial;
    }

    .master-block .master-photo .work-time-block,
    .master-block .master-photo .work-time-block .work-days {
        display: none;
    }

    .master-block .work-time-block .work-days {
        display: flex;
        padding: 0;
        position: relative;
        height: max-content;
    }

    .master-block .work-time-block {
        position: static;
        margin: 0;
        background: #F4F7F7;
        border-radius: 5px;
        margin-bottom: 15px;
        width: 100%;
        padding: 17px 22px 19px 21px;
        box-sizing: border-box;
    }


    .master-block .tel-block {
        border-radius: 5px;
        background: #F4F7F7;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .master-block .detail-salon-link {
        width: 170px;
        height: 48px;
    }

    .master-block .social-detail-block a.tm-link,
    .master-block .social-detail-block a.whatsapp-link {
        width: 48px;
        height: 48px;
    }

    .masters-blocks .master-photo .real-photo-favorite .fake-photo {
        padding: 7px 6px 9px 24px;
    }

    .masters-blocks .master-photo .real-photo-favorite .fake-photo span {
        font-size: 10px;
    }
}
/* End */
/* /local/templates/new/components/bitrix/system.pagenavigation/masters/style.css?17395313692499 */
/* /local/templates/new/components/bitrix/masters.list/masters_new/style.css?166504902815712 */
