

/* Start:/local/templates/main/components/r-info/master.detail/master/style.css?174463434435271*/
body {
    background: #fff !important;
}

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

.master-cont .head-block {
    margin-top: 24px;
    margin-bottom: 63px;
    justify-content: space-between;
}

.master-cont .head-block, .master-cont .head-block .left, .master-cont .head-block .right {
    display: flex;
}

.master-cont .head-block .left h1, .master-cont .head-block .left span, .master-cont .head-block .left a {
    font-size: 25px;
    line-height: 29px;
    color: #1A181F;
    font-weight: 700;
}

.master-cont .head-block .left h1 {
    margin: 0;
}

.master-cont .head-block .left a {
    text-decoration: none;
    color: #9d59e2;
}

.master-cont .head-block .right {
    font-weight: 500;
    font-size: 25px;
    line-height: 34px;
    color: #1A181F;
}

.master-cont .head-block .right img[alt="visa"] {
    height: 16px;
    margin-top: 10px;
}

.master-cont .head-block .right img[alt="master-card"] {
    height: 23px;
    margin-top: 5px;
}

.master-main-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 77px;
    min-height: 39vw;
}

.master-main-block .info-block {
    height: max-content;
}

.master-main-block .slider-block {
    display: flex;
    height: 911px;
}

.master-main-block .slider-block .small-slider {
    margin-right: 41px;
    overflow-y: scroll;
    width: 134px;
}

.master-main-block .slider-block .big-slider {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 483px;
    position: relative;
}

.master-main-block .slider-block .big-slider::-webkit-scrollbar,
.master-main-block .slider-block .small-slider::-webkit-scrollbar {
    display: none;
}

.master-main-block .slider-block .small-slider .slide {
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}

.master-main-block .slider-block .small-slider .slide .blur {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: #ffffff;
    opacity: 0.7;
    border-radius: 5px;
    top: 0;
}

.master-main-block .slider-block .small-slider .slide .blur.disable {
    display: none;
}

.master-main-block .slider-block .big-slider .slide {
    margin-bottom: 20px;
    position: relative;
}

.master-main-block .slider-block .big-slider .slide a[data-fancybox="gallery"]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 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%);
    left: 0;
}

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

.master-main-block .slider-block .big-slider .slide .real-photo-favorite .real-photo {
    background: #9d59e2;
    border-radius: 5px;
    padding: 6px 9px 6px 25px;
    top: 20px;
    left: 20px;
    position: absolute;
    line-height: 12px;
    display: flex;
}

.master-main-block .slider-block .big-slider .slide .real-photo-favorite .real-photo span {
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
}

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

.master-main-block .slider-block .big-slider .slide .real-photo-favorite .fake-photo {
    background: rgba(89, 89, 89, 0.5);
    border-radius: 5px;
    padding: 7px 10px 9px 28px;
    top: 20px;
    left: 22px;
    position: absolute;
    line-height: 10px;
}

.master-main-block .slider-block .big-slider .slide .real-photo-favorite .fake-photo span {
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
}

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

.master-main-block .slider-block .big-slider .slide .real-photo-favorite .favorite.active {
    background: url(/local/templates/main/images/favorite_btn_active.svg);
}

.master-main-block .slider-block .big-slider .slide:before {
    position: absolute;
    content: url(/local/templates/main/images/loupe.svg);
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

.master-main-block .slider-block .big-slider .slide .real-photo-favorite .favorite {
    background: url(/local/templates/main/images/favorite_btn.svg);
    display: inline-block;
    width: 24px;
    height: 21px;
    background-size: 100%;
    right: 20px;
    top: 20px;
    position: absolute;
    z-index: 15;
}

.master-main-block .slider-block .big-slider .slide img, .master-main-block .slider-block .small-slider .slide img {
    width: 100%;
    border-radius: 5px;
}

.master-main-block .info-block .param.interview {
    padding: 50px 37px 55px 40px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #EEEEEE;
    border-bottom: none;
    display: flex;
}

.master-main-block .info-block .param.interview .text {
    font-weight: 800;
    font-size: 15px;
    line-height: 25px;
    color: rgba(26, 24, 31, 0.5);
    position: relative;
    padding-left: 64px;
}

.master-main-block .info-block .param.interview .text:before {
    content: url(/local/templates/main/images/master-interview.svg);
    position: absolute;
    left: 0;
    top: -10px;
}

.master-main-block .info-block .param.interview .go-to-interview {
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    color: #9d59e2;
    margin-left: 58px;
    border-bottom: 2px #9d59e2 dashed;
    text-decoration: none;
}

.master-main-block .info-block .params-block {
    width: 482px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.master-main-block .info-block .params-block.rect {
    border-radius: 0 0 5px 5px;
}

.master-main-block .info-block .params-block .param {
    width: calc(50% - 1px);
}

.master-main-block .info-block .params-block .param:nth-child(odd) {
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.master-main-block .info-block .params-block .param:nth-child(even) {
    border-bottom: 1px solid #EEEEEE;
    width: 50%;
}

.master-main-block .info-block .params-block .param .block {
    display: flex;
    padding: 35px 0 35px 55px;
}

.master-main-block .info-block .params-block .param .block .icon {
    width: 46px;
    width: 46px;
    margin-right: 18px;
}

.master-main-block .info-block .params-block .param .block .info {
    margin-top: 8px;
}

.master-main-block .info-block .params-block .param .block .name,
.master-main-block .info-block .params-block .param .block .value {
    font-size: 15px;
    font-weight: 600;
    line-height: 10px;
    color: rgba(26, 24, 31, 0.5);
}

.master-main-block .info-block .params-block .param .block .value {
    color: #000000;
    margin-top: 13px;
}

.master-main-block .info-block .phones-block {
    width: 482px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
}

.master-main-block .info-block .phones-block .block {
    padding: 29px;
}

.master-main-block .info-block .phones-block .block .phones-buttons {
    display: flex;
    margin-bottom: 23px;
}

.master-main-block .info-block .phones-block .block .phones-buttons .btn {
    display: block;
    background: #F4F7F7;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    color: rgba(26, 24, 31, 0.5);
    width: max-content;
    text-decoration: none;
    margin-right: 8px;
    padding: 10px;
    white-space: nowrap;
}

.master-main-block .info-block .phones-block .block .phones-buttons .btn.active {
    border: 2px solid #9d59e2;
    color: #9d59e2;
    padding: 8px;
    background: #ffffff;
}

.master-main-block .info-block .phones-block .block .phones .phone {
    display: none;
}

.master-main-block .info-block .phones-block .block .phones .phone a.visible-phone:before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
    background: url(/local/templates/main/images/detail-phone.png) no-repeat;
    background-size: contain;
}

.master-main-block .info-block .phones-block .block .phones .phone a.visible-phone {
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    color: #1A181F;
    text-decoration: none;
}

.master-main-block .info-block .phones-block .block .phones .phone.active {
    display: block;
    margin-bottom: 18px;
    margin-right: 11px;
}

.master-main-block .info-block .phones-block .block .phones .phone a {
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #9d59e2;
}

.master-main-block .info-block .phones-block .block .phones .phones-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: #9d59e2;
    border-radius: 5px;
    padding: 20px 15px;
    display: block;
    position: relative;
}

.master-main-block .info-block .phones-block .block .phones .phones-text:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #9d59e2;
    transform: rotate(45deg);
    position: absolute;
    top: -7px;
    left: 47%;
}

.whatsapp, .viber, .tele {
    display: inline-block;
    margin: 10px 5px 0 -4px;
    width: 59px;
    height: 37px;
    background: #F4F7F7;
    border-radius: 5px;
    position: relative;
}

.whatsapp:before, .viber:before, .tele:before {
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.whatsapp:before {
    content: '';
    background: url(/local/templates/main/images/whatsapp_black.svg) no-repeat;
}

.viber:before {
    content: '';
    background: url(/local/templates/main/images/viber_black.svg) no-repeat;
    background-size: contain;
}

.tele:before {
    content: '';
    background: url(/local/templates/main/images/tm_black.svg) no-repeat;
    height: 14px;
}

.master-main-block .info-block .work-days-block {
    width: 482px;
    border-radius: 5px;
    background: #F4F7F7;
    margin-top: 20px;
}

.master-main-block .info-block .work-days-block .block {
    padding: 24px 28px;
}

.master-main-block .info-block .work-days-block .block .work-status {
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    color: #1A181F;
    position: relative;
    margin-bottom: 23px;
    padding-left: 16px;
}

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

.master-main-block .info-block .work-days-block .block .work-status.weekend:before {
    background: #9d59e2;
}


.master-main-block .info-block .work-days-block .block .days-cont {
    display: flex;
}

.master-main-block .info-block .work-days-block .block .work-days .work-day {
    background: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    margin-right: 9px;
    position: relative;
    width: 16.7%;
    height: 89px;
}

.master-main-block .info-block .work-days-block .block .work-days .work-day:last-child {
    margin-right: 0;
}

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

.master-main-block .info-block .work-days-block .block .work-days .work-day.weekend:after {
    background: #9d59e2;
    width: 100% !important;
    left: 0 !important;
}

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

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

.master-main-block .info-block .work-days-block .block .work-days .work-day .day {
    margin: 5px auto 0;
    height: 31px;
    width: 31px;
    color: #000000;
    line-height: 2;
    font-weight: 500;
    font-size: 16px;
}

.master-main-block .info-block .work-days-block .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;
}

.text-block {
    margin-bottom: 46px
}

.text-block h2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    color: #1A181F;
    margin: 0 0 13px;
}

.text-block p {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: rgba(26, 24, 31, 0.5);
}

.map-block {
    border-radius: 5px;
    margin-bottom: 77px;
}

.map-block #ymap {
    height: 310px;
    width: 100%;
    border-radius: 5px;
    background: url(/local/templates/main/images/map_overlay.png);
    position: relative;
}

.map-block .head-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.map-block .head-block h2 {
    margin: 0;
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    color: #1A181F;
}

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

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

.map-block .show-salon-map {
    display: block;
    position: absolute;
    padding: 18px 30px;
    background: #FFFFFF;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.types-cont {
    display: flex;
    flex-wrap: wrap;
}

.types-cont .types-block:first-child {
    margin-right: 90px;
}

.types-cont .types-block {
    margin-bottom: 26px;
}

.types-cont .types-block h2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    color: #1A181F;
    margin: 0 0 13px;
}

.types-cont .types-block .block {
    display: flex;
    flex-wrap: wrap;
}

.types-cont .types-block .block .type {
    display: inline-block;
    padding: 14px 25px;
    background: #F4F7F7;
    border-radius: 85px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #1A181F;
}

.masters-block {
    margin-bottom: 71px;
}

.masters-block .masters-item-block {
    display: flex;
}

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

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

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

.masters-block .masters-item-block .master-item .real-photo-favorite .real-photo {
    background: #9d59e2;
    border-radius: 5px;
    padding: 6px 9px 6px 25px;
    top: 17px;
    left: 16px;
    position: absolute;
    line-height: 12px;
    display: flex;
}

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

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

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

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

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

.masters-block .masters-item-block .master-item .parameters-block .master-parameters {
    line-height: 0;
}

.masters-block .masters-item-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: 12px;
}

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

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

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

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

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

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

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

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

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

.masters-block .masters-item-block .master-item > img {
    border-radius: 5px;
}

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

.work-time-block .work-days {
    display: none;
    padding: 0 16px 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: 9px;
    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.current {
    background: #000000;
    color: #ffffff;
    border-radius: 50%;
}

.work-time-block .work-days .work-day .day {
    margin: 5px 12px 0;
    height: 31px;
    width: 31px;
    color: #000000;
    line-height: 2;
    font-weight: 500;
}

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

.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: #9d59e2;
    width: 100% !important;
    left: 0 !important;
}

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

.masters-block .title {
    margin: 0 0 43px;
    font-weight: 800;
    font-size: 25px;
    line-height: 34px;
    color: #1A181F;
}

.masters-block .title a {
    text-decoration: none;
    color: #9d59e2;
}

.booking-cont {
    border: 2px solid #9d59e2;
    color: #9d59e2;
    background: #ffffff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    text-decoration: none;
    margin-top: 15px;
    text-align: center;
}

.booking-cont a {
    width: 100%;
    display: block;
    padding: 8px;
    cursor: pointer;
}

.interview-title {
    display: flex;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    justify-content: space-between;
    color: #1A181F;
}

.interview-title h2 a {
    color: #9d59e2;
}

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

.interview-cont .col {
    width: 49%;
}

.text-block.interview .read-more {
    display: block;
    width: max-content;
    cursor: pointer;
    margin: 30px auto;
    padding: 18px 78px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #1A181F;
    background: #F4F7F7;
    border-radius: 5px;
}

.interview-cont .interview-item {
    margin-bottom: 30px;
    padding: 45px 48px;
    background: #F4F7F7;
    border-radius: 5px;
    height: max-content;
}

.interview-cont .interview-item .question {
    font-weight: bold;
    font-size: 19px;
    line-height: 26px;
    color: #1A181F;
    margin-bottom: 18px;
}

.interview-cont .interview-item .answer {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: rgba(26, 24, 31, 0.6);
}

.interview-cont-mobile {
    display: none;
}

.interview-player audio {
    display: none;
}

.interview-player {
    padding: 25px 0 25px 71px;
    background: #F4F7F7;
    border-radius: 75px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.interview-title h2 {
    margin: 14px 0 13px;
}

.interview-player .text {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    display: block;
    margin-right: 228px;
}

.interview-player .duration {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: rgba(26, 24, 31, 0.6);
    text-align: right;
    display: block;
    position: absolute;
    right: 21px;
}

.interview-player #play-pause {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #9d59e2;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 14px;
}

.interview-player #play-pause[data-status="pause"]:before {
    content: url(/local/templates/main/images/interview_play.svg);
    position: absolute;
    top: 15px;
    left: 17px;
}

.interview-player #play-pause[data-status="play"]:before {
    content: '';
    background: url(/local/templates/main/images/interview_pause.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 12px;
    left: 12px;
    height: 19px;
    width: 19px;
    display: block;
}

.video-player {
    width: 1200px;
    max-height: 675px;
    margin: 0 auto 65px;
}

.video-player video {
    width: 1200px;
    max-height: 675px;
}

@media (max-width: 767px) {
    .interview-player {
        padding: 15px 0 15px 54px;
    }

    .interview-player .text, .interview-player .duration {
        font-size: 12px;
        line-height: 16px;
        margin-right: initial;
    }

    .interview-player .duration {
        right: 19px;
        top: 16px;
    }

    .interview-player #play-pause {
        width: 30px;
        height: 30px;
        left: 11px;
        top: 9px;
    }

    .interview-player #play-pause[data-status="pause"]:before {
        top: 9px;
        left: 11px;
    }

    .interview-player #play-pause[data-status="play"]:before {
        top: 6px;
        left: 6px;
    }

    .master-main-block .slider-block .big-slider .slide a[data-fancybox="gallery"] {
        position: relative;
        height: 100%;
        width: 100%;
        display: block;
    }

    .master-main-block .slider-block .big-slider .slide .real-photo-favorite .favorite {
        right: 30px;
    }

    .master-main-block .info-block .params-block .param .block .icon {
        margin-right: 7px;
    }

    .master-cont {
        width: 100%;
        height: initial;
        margin: 65px auto 0;
    }

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

    .master-main-block {
        margin-bottom: 30px;
    }

    .master-main-block, .master-cont .head-block, .master-cont .head-block .left {
        display: block;
    }

    .master-cont .head-block .left {
        margin-bottom: 9px;
    }

    .master-cont .head-block .left h1, .master-cont .head-block .left a {
        font-weight: 800;
        font-size: 15px;
        line-height: 20px;
    }

    .master-cont .head-block .right {
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
    }

    .master-main-block .slider-block .small-slider, .master-cont .head-block .left span {
        display: none;
    }

    .master-main-block .slider-block .big-slider {
        width: 100%;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .master-main-block .slider-block {
        height: max-content;
        margin-bottom: 30px;
    }

    .master-main-block .slider-block .small-slider::-webkit-scrollbar {
        display: block;
    }

    .master-main-block .slider-block .big-slider .slide {
        margin: 0;
        padding-right: 14px;
    }

    .master-main-block .slider-block .big-slider .slide:last-child {
        padding-right: 0;
    }

    .master-main-block .slider-block .big-slider .slide img {
        width: 278px;
        height: 366px;
    }

    .master-main-block .info-block .params-block, .master-main-block .info-block .phones-block {
        width: initial;
    }

    .master-main-block .info-block .params-block .param .block {
        padding: 24px;
    }

    .master-main-block .info-block .params-block .param .block .icon img {
        width: 26px;
        height: 26px;
    }

    .master-main-block .info-block .params-block .param .block .name,
    .master-main-block .info-block .params-block .param .block .value {
        font-weight: 800;
        font-size: 12px;
        line-height: 10px;
    }

    .master-main-block .info-block .params-block .param .block .info {
        margin-top: 0;
    }

    .master-main-block .info-block .params-block .param .block .value {
        margin-top: 7px;
    }

    .breadcrumb-cont, .master-main-block, .master-cont .head-block, .text-block, .types-cont .types-block, .masters-block {
        padding: 0 15px;
    }

    .master-main-block .slider-block .big-slider .slide:before {
        right: 34px;
    }

    .master-main-block .info-block .phones-block .block .phones .phone {
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
    }

    .master-main-block .info-block .phones-block {
        border: none;
    }

    .master-main-block .info-block .phones-block .block {
        padding: 0;
    }

    .master-main-block .info-block .phones-block .block .phones-buttons .btn {
        font-weight: 600;
        font-size: 12px;
        line-height: 10px;
        padding: 8px;
    }

    .master-main-block .info-block .phones-block .block .phones .phone a.visible-phone {
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
    }

    .master-main-block .info-block .phones-block .block .phones .phone a {
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
    }

    .master-main-block .info-block .phones-block .block .phones .phones-text {
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        padding: 12px 0;
    }

    .master-cont .head-block .right img[alt="visa"] {
        height: 11px;
        margin-top: 5px;
    }

    .master-cont .head-block .right img[alt="master-card"] {
        height: 14px;
        margin-top: 2px;
    }

    .text-block h2 {
        margin: 0 0 15px;
        font-size: 15px;
        line-height: 20px;
    }

    .text-block p {
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
    }

    .types-cont .types-block {
        margin-bottom: 22px;
    }

    .types-cont .types-block h2 {
        font-size: 15px;
        line-height: 20px;
    }

    .types-cont .types-block .block .type {
        padding: 10px 17px;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 14px;
    }

    .map-block .head-block h2 {
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .map-block .head-block .location {
        font-weight: 600;
        font-size: 12px;
        line-height: 20px;
    }

    .map-block .head-block .location:before {
        margin-right: 6px;
    }

    .map-block .show-salon-map {
        padding: 9px 21px;
        font-size: 15px;
        line-height: 20px;
        width: max-content;
    }

    .mobile-hide {
        display: none;
    }

    .master-main-block .info-block .work-days-block {
        width: 100%;
    }

    .master-main-block .info-block .work-days-block .block {
        padding: 19px 21px;
    }

    .master-main-block .info-block .work-days-block .block .work-status {
        margin-bottom: 13px;
    }

    .master-main-block .info-block .work-days-block .block .days-cont {
        justify-content: space-between;
    }

    .master-main-block .info-block .work-days-block .block .work-days .work-day {
        width: 23%;
        margin: 0;
    }

    .work-time-block .work-status:after {
        content: '';
        background: url(/local/templates/main/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;
    }

    .work-time-block .work-days .work-day .day {
        height: 23px;
        width: 23px;
        font-size: 12px;
    }

    .masters-block .masters-item-block, .other-block .body-block {
        overflow-y: hidden;
        display: flex;
        width: 100%;
    }

    .masters-block .masters-item-block .master-item, .masters-block .masters-item-block .master-item > img {
        width: 243px;
        height: 360px;
    }

    .map-block {
        margin-bottom: 25px;
    }

    .masters-block {
        margin-bottom: 37px;
    }

    .masters-block .title {
        margin-bottom: 11px;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
    }

    .interview-title {
        margin-bottom: 10px;
        display: block;
    }

    .interview-cont {
        display: none;
    }

    .interview-cont-mobile {
        display: block;
    }

    .interview-cont-mobile .interview-item {
        padding: 10px 15px;
        background: #F4F7F7;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .interview-cont-mobile .interview-item .question {
        font-size: 13px;
        line-height: 18px;
        color: #1A181F;
        font-weight: bold;
    }

    .interview-cont-mobile .interview-item .answer {
        margin-top: 5px;
        color: rgba(26, 24, 31, 0.6);
        font-weight: 600;
    }

    .interview-cont-mobile .interview-item .answer {
        font-size: 12px;
        line-height: 18px;
    }

    .text-block.interview .read-more {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }

    .masters-block .masters-item-block .master-item .parameters-block .master-name {
        margin: 0 0 0 2px;
    }

    .masters-block .masters-item-block .master-item .parameters-block .master-parameters .master-parameter {
        margin-left: 2px;
    }

    .masters-block .masters-item-block .master-item .parameters-block .master-parameters .master-parameter span.interview:before {
        left: 13px;
    }

    .master-main-block .info-block .param.interview {
        padding: 30px 34px;
        border-radius: 5px 5px 0 0;
        border: 1px solid #EEEEEE;
        border-bottom: none;
        display: flex;
    }

    .master-main-block .info-block .param.interview .text {
        font-size: 12px;
        line-height: 17px;
        padding-left: 37px;
    }

    .master-main-block .info-block .param.interview .text:before {
        content: url(/local/templates/main/images/master_interview_mobile.svg);
        position: absolute;
        left: 0;
        top: 3px;
    }

    .master-main-block .info-block .param.interview .go-to-interview {
        font-size: 12px;
        line-height: 17px;
        margin-left: 37px;
        text-decoration: underline;
        text-decoration-style: dashed;
        border-bottom: none;
    }

    .video-player {
        width: initial;
        margin: 0 auto 35px;
    }

    .video-player video {
        width: 92%;
        max-height: 215px;
        margin: 0 auto;
        display: block;
    }

    .master-main-block .slider-block .big-slider .slide .real-photo-favorite .fake-photo {
        top: 16px;
        left: 20px;
    }

    .master-main-block .slider-block .big-slider .slide .real-photo-favorite .fake-photo span{
        font-size: 12px;
    }
}
/* End */
/* /local/templates/main/components/r-info/master.detail/master/style.css?174463434435271 */
