

/* Start:/local/templates/new/components/bitrix/masters.list/.default/style.css?170538865913874*/
body {
    background: #ffffff !important;
}

.masters-cont {
    width: 1200px;
    margin: 0 auto;
}

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

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

.head-cont 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;
}

.filter-cont {
    padding: 36px;
    margin-top: 31px;
    border: 1px solid #D7D9DA;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #1A181F;
    display: flex;
}

.filter-cont .filter-item {
    padding: 0 36px;
    border-right: 1px solid #EEEEEE;
}

.filter-cont .filter-item.favorite {
    border-right: none;
}

.filter-cont .filter-item.check {
    padding-left: 0;
}

.filter-cont .filter-item.range {
    display: flex;
}

.filter-cont .filter-item.range .age {
    display: inline-block;
    margin-left: 26px;
    margin-right: 10px;
    width: 25px;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    color: #1A181F;
}

.filter-cont .filter-item.range .age:last-child {
    margin-left: 0;
}

.filter-cont .filter-item.head, .filter-item.apply {
    display: none;
}

.filter-cont .filter-item.favorite {
    margin-left: auto;
    padding: 0;
}

.filter-cont .filter-item.favorite .favorite {
    background: url(/local/templates/new/images/favorite.svg);
    display: inline-block;
    width: 24px;
    height: 21px;
    background-size: 100%;
    position: relative;
}

.filter-cont .filter-item.favorite .favorite:before {
    font-style: normal;
    position: absolute;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    color: #FFFFFF;
    background: #D00025;
    width: 19px;
    height: 19px;
    text-align: center;
    border-radius: 50%;
    top: -7px;
    right: -9px;
    padding-left: 1px;
}

.filter-cont label[for="check-photo"], .filter-cont label[for="in-salon"] {
    position: relative;
    margin-left: 33px;
    cursor: pointer;
}

.filter-cont label[for="check-photo"]:before, .filter-cont label[for="in-salon"]:before {
    content: '';
    width: 24px;
    height: 24px;
    background: #D00025;
    border-radius: 3px;
    position: absolute;
    left: -32px;
    top: -2px;
}

.filter-cont label[for="check-photo"].check:after, .filter-cont label[for="in-salon"].check:after {
    content: url(/local/templates/new/images/filter-check.svg);
    position: absolute;
    left: -25px;
    top: 0;
}

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

.masters-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 33px;
}

.masters-block .master-item {
    width: 278px;
    height: 406px;
    border-radius: 5px;
    display: block;
    margin-right: 29px;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
}

.masters-block .master-item.no-right {
    margin-right: 0;
}

.masters-block .master-item: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-block .master-item .link {
    display: none;
}

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

.masters-block .master-item .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-block .master-item .real-photo-favorite .real-photo span {
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    display: flex;
}

.masters-block .master-item .real-photo-favorite .real-photo span:before {
    background: url(/local/templates/new/images/real_photo.svg?v=1) no-repeat;
    background-size: contain;
    width: 11px;
    height: 8px;
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

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

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

.masters-block .master-item .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-block .master-item .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-block .master-item .real-photo-favorite .favorite.active {
    background: url(/local/templates/new/images/favorite_btn_active.svg);
}

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

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

.masters-block .master-item .parameters-block .master-parameters {
    line-height: 0;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*width: 90%;*/
}

.masters-block .master-item .parameters-block.up {
    bottom: 57px;
}

.masters-block .master-item .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-block .master-item .parameters-block .master-parameters .master-parameter.interview {
    background: #FFFFFF;
}

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

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

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

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

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

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

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

.masters-block .master-item .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-block .master-item > img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.work-time-block {
    width: 100%;
    background: #F4F7F7;
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.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;
    height: 86px;
}

.work-time-block .work-days .days-cont {
    display: flex;
}

.work-time-block .work-days .work-day {
    background: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    margin-right: 7px;
    position: relative;
}

.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 {
    margin: 5px 13px 0;
    height: 31px;
    width: 31px;
    color: #000000;
    line-height: 2;
    font-weight: 500;
}

.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: 9px;
    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;
}

header {
    position: fixed;
    z-index: 21;
}

.content {
    margin-top: 85px;
}

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

@media (max-width: 767px) {
    .work-time-block .work-status:after {
        content: '';
        background: url(/local/templates/new/images/arrow_down.svg) no-repeat;
        transition: transform 0.5s ease;
        transform: rotate(180deg);
        width: 20px;
        height: 20px;
        display: block;
        background-size: contain;
        position: absolute;
        top: 5px;
        right: 13px;
    }

    .work-time-block .work-status.rotate:after {
        transition: transform 0.5s ease;
        transform: rotate(360deg);
        top: 11px;
    }

    .masters-cont {
        width: initial;
        margin-top: 50px;
    }

    .filter-cont {
        display: none;
    }

    .info-cont {
        padding: 15px;
        font-size: 14px;
        line-height: 15px;
    }

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

    .masters-block {
        padding: 0 6px;
    }

    .masters-block .master-item {
        margin: 0 auto 30px;
        width: 100%;
        height: auto;
    }

    .masters-block .master-item > img {
        width: 100%;
    }

    .filter-cont {
        position: fixed;
        top: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        z-index: 11;
        margin: 0 -15px;
        padding: 50px 0 0;
    }

    .filter-cont .filter-item.head {
        font-size: 27px;
        line-height: 30px;
        color: #000000;
        display: flex;
        justify-content: space-between;
        padding: 25px 15px !important;
    }

    .filter-cont .filter-item.head a {
        display: block;
        background: url(/local/templates/new/images/close.svg);
        width: 17px;
        height: 17px;
        margin-top: 8px;
    }

    .filter-cont .filter-item.favorite {
        display: none;
    }

    .filter-cont .filter-item {
        padding: 32px 15px !important;
        border: 1px solid #E8E8E9;
    }

    .filter-cont .filter-item.range {
        display: block;
    }

    .filter-cont .filter-item.range label[for="age-range"] {
        position: relative;
    }

    .filter-cont .filter-item.range .age {
        position: absolute;
        display: block;
        margin: 0;
        padding: 0;
        text-align: initial;
        width: max-content;
    }

    .filter-item.apply {
        display: block;
        border: none;
        padding: 0 !important;
        position: fixed;
        bottom: 20px;
        width: 100%;
    }

    .filter-item.apply .apply {
        padding: 9px 13px 11px !important;
        background: #D00025;
        border-radius: 5px;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        color: #FFFFFF;
        position: relative;
        display: block;
        border: none;
        margin: auto 15px 0;
        text-decoration: none;
    }

    .filter-item.apply .apply:after {
        content: url(/local/templates/new/images/arrow_right_white.svg);
        position: absolute;
        right: 7px;
        top: 15px;
    }

    .ui-widget-content {
        width: calc(100% - 20px) !important;
        margin: 46px auto 0 !important;
        display: block !important;
    }

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

    .masters-block .master-item .real-photo-favorite .fake-photo span {
        font-size: 10px;
    }
}
/* End */


/* Start:/local/templates/new/css/jquery-ui.css?1605252221968*/
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    height: 2px;
    width: 215px;
    position: relative;
    display: inline-block;
    margin: 0 10px 4px 0;
}

.ui-slider .ui-slider-range {
    height: 100%;
    background: #D00025;
    position: relative;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    cursor: pointer;
    top: -7px;
    margin-left: -.6em;
    background: #FFFFFF;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
}

.ui-slider .ui-slider-handle:focus {
    outline: none;
}

.ui-slider .ui-slider-handle span {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.ui-slider .ui-slider-handle span:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #D00025;
    border-radius: 50%;
}
/* End */


/* Start:/local/templates/new/components/bitrix/breadcrumb/.default/style.css?1605252221327*/
.breadcrumb-cont .breadcrumbs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-cont .breadcrumbs li, .breadcrumb-cont .breadcrumbs a {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: rgba(26, 24, 31, 0.5);
    text-decoration: none;
}
/* End */
/* /local/templates/new/components/bitrix/masters.list/.default/style.css?170538865913874 */
/* /local/templates/new/css/jquery-ui.css?1605252221968 */
/* /local/templates/new/components/bitrix/breadcrumb/.default/style.css?1605252221327 */
