
.spec-slwt__price_block{
    margin: 15px 0 0 0;
}

.spec-slwt__item{
    max-width: 355px;
    min-height: 650px;
    background: #F1F6FB;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.spec-sl__clinic-slider .spec-slwt__item{
    background: #fcfcfc;
}

.spec-sl__clinic-slider .spec-slwt__item .expert__timetable_switcher{
    background: whitesmoke;
}

.spec-slwt__row{
    display: flex;
}

.spec-slwt__picture, .spec-slwt__price{
    width: 130px;
    margin: 0 10px 0 0;
}

.spec-slwt__information_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.spec-slwt__picture img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.spec-slwt__name{
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
}

.spec-slwt__expirience{
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 4px 0;
}

.spec-slwt__reviews,
.spec-slwt__reviews_nope{
    display: flex;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    justify-content: center;
    align-self: baseline;
    color: #9dadcb;
    margin: 4px 0 0 0;
}

.spec-slwt__reviews:hover{
    text-decoration: underline;
}

.spec-slwt__rank{
    display: flex;
    font-weight: 600;
    align-items: center;
    color: #9079F0;
    background: #E6E0FF;
    padding: 8px 5px;
    justify-content: center;
    border-radius: 12px;
    font-size: 12px;
    line-height: 16px;
    margin: 4px 0px 7px 0px;
}

.spec-slwt__rank:before{
    content: "";
    display:block;
    margin: 0 4px 0 0;
    width: 20px;
    height: 20px;
    background: url("/wp-content/themes/intentionally-blank/assets/image/star__purp.svg") no-repeat;
    background-size: 100%;
}

.spec-slwt__price{
    background: white;
    border-radius: 6px;
    display: block;
}

.spec-slwt__price__num{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 7px;
}

.spec-slwt__price__num-desc {
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #83818D;
}

.spec-slwt__actual_price{
    font-size: 15px;
    font-weight: bold;
}

.spec-slwt__price__num-sum{
    margin: 4px 0 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spec-slwt__price__num-sum_sale{
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    text-decoration-line: line-through;
    color: #83818D;
    margin: 0 4px 0 0;
}

.spec-slwt__price__sale{
    position: relative;
    display: flex;
    align-items: center;
    padding: 7px;
}

.owl-carousel .owl-carousel .owl-item .spec-slwt__price__sale img,
.spec-slwt__price__sale img{
    width: 35px !important;
    height: 35px;
}


.spec-slwt__price__sale:before {
    position: absolute;
    content: "";
    display: block;
    width: 65px;
    height: 1px;
    background: #d7d7d7;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.spec-slwt__price__sale-percent {
    margin: 0 5px 0 0;
}

.spec-slwt__price__sale-text{
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #83818D;
}

.spec-slwt__label_free{
    padding: 6px 12px;
    border-radius: 40px;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #77C75B;
    background: #E2F1DC;
    justify-content: center;
}

.spec-slwt__label_free:before {
    content: "";
    margin: 0 4px 0 0;
    width: 8px;
    height: 10px;
    background: url("/wp-content/themes/intentionally-blank/assets/image/fire.svg") no-repeat;
}

.spec-slwt__buttons{
    margin: 10px 0 0 0;
}

.spec-slwt__more{
    margin: 10px 0 0 0;
}

.spec-slwt__more .btn {
    padding: 13px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
}

.spec-slwt__item .expert__dirs{
    margin: 0 0 0 0;
    max-height: max-content;

}

.spec-sl-with-timetable.spec-sl .spec-sl__nav button,
#spec-slider74 .spec-sl__nav,
#spec-slider72 .spec-sl__nav{
    top: 370px;
}

.spec-slwt__dir-more{
    visibility: hidden;
    display: inline;
    cursor: pointer;
    font-size: 12px;
    color: var(--first-hover-color);
}

.spec-slwt__dir-more:hover{
    border-bottom: 1px solid var(--first-hover-color);
}

.spec-slwt__labeles{
    min-height: 28px;
}

.expert_mobile{
    display: none
}

.expert-detail__new{
    display: flex;
    margin-top: 30px;
    margin-bottom: 25px;
}

.expert-detail__new .expert-detail__location{
    margin-left: 25px;
    justify-content: center;
    gap: 15px;
}