:root {
    --font-family: "Nekst", sans-serif;
    --second-family: "Geometria", sans-serif;
    --third-family: "Times New Roman", sans-serif;
    --font3: "Times", sans-serif;
    --font4: "Open Sans", sans-serif;
    --font5: "Inter", sans-serif;

    --color-accent: #FF2D5A;
}

.color-accent {
    color: var(--color-accent);
}
.row.gap-8 {
    gap: 8px 0;
}
.row.gap-7 {
    gap: 7px 0;
}
.uppercase {
    text-transform: uppercase;
}
.professionals-category-page .beautybox {
    padding: 0;
}
@media (max-width: 1024px) {
    .professionals-category-title {
        text-align: left !important;
    }
}

.professionals .beautybox-slider .h0 {
    font-size: 50px;
}
.professionals .beautybox__slider .slide__arrow {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .professionals .beautybox-slider .h0 {
        font-size: 30px;
    }  
}
@media (max-width: 576px) {
    .professionals .beautybox__category .slick-slide {
        height: 450px;
    }
    .professionals .beautybox-slider--catalog .slide__img {
        left: 50%;
    }
}



.html__inner {
    max-width: 842px;
    margin: 0 auto;
}
.html__title-bg {
    font-size: 120px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: -40px;
}
@media (max-width: 600px) {
    .html__title-bg {
        font-size: 60px;
        margin-bottom: -20px;
    }
}

.mt-20 {
    margin-top: 20px;
}
@media (max-width: 576px) {
    .titles h2, .titles .h2 {
        font-size: 20px;
    }
    .titles h3, .titles .h3 {
        font-size: 16px;
    }
}

/* cities */
.cities__inner {
    background: #fff;
    padding: 30px;
}
.cities__list {
    columns: 5;
    -webkit-columns: 5;
    -moz-columns: 5;
}
.cities__item {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 248%;
    letter-spacing: -0.03em;    

    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.cities__link {
    text-decoration: underline;
    white-space: nowrap;
}
.cities__more-link {
    font-size: 20px;
}
.cities__item--all {
    grid-column: span 5;
}

@media (max-width: 1219px) {
    .cities__list {
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
    }
    .cities__item:nth-last-child(-n+6):not(:last-child) {
        display: none;
    }
}
@media (max-width: 920px) {
    .cities__list {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }
    .cities__item:nth-last-child(-n+8):not(:last-child) {
        display: none;
    }
}
@media (max-width: 767px) {
    .cities__inner {
        padding: 15px;
    }
    .cities__item, .cities__more-link {
        font-size: 12px;
    }
}
@media (max-width: 415px) {
    .cities__list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    .cities__item:nth-last-child(-n+10):not(:last-child) {
        display: none;
    }
}

.category.category--dark {
    height: auto;
    aspect-ratio: 5 / 3;
    margin-bottom: 8px !important;
}
.category.category--dark::before {
    content: '';
    display: block;
    background: linear-gradient(88deg, #242121 0%, rgba(36, 33, 33, 0) 100%);
    position: absolute;
    top: 0;
    left: -80px;
    right: 15%;
    height: 100%;
    z-index: 1;
}
.category.category--dark .category__media {
    width: 100%;
    height: 100%;
}
.category.category--dark .category__media img {
    position: relative;
    transform: translate(0, 0);
    top: auto;
    left: auto;
    object-fit: cover;
    object-position: bottom;
    height: 100%;
    width: 100%;
}
.category.category--dark .category__name {
    color: #fafafa;
}
.category.category--dark .category__name>a {
    color: inherit;
}
.category.category--dark .category__content, .category.category--dark .category__link {
    z-index: 1;
}


.card-list {
    padding: 20px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-list__image {
    line-height: 0;
    position: relative;
}
.card-list .article__info-block {
    justify-content: center;
}
.card-list__link {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.card-list__subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #555;
}
.card-list__title {
    font-size: 20px;
    line-height: 110%;
    color: #101010;
}
.card-list__image img {
    aspect-ratio: 5 / 2.8;
    width: 100%;
}
.card-list .card-list__btn {
    max-width: 100%;
}
.card-list__info {
    padding: 16px 0;
    border-top: 1px solid #ECEAEA;
}
.card-list__content {
    padding-bottom: 10px;
    padding-top: 20px;
}
.card-list__labels .lable {
    padding: 5px 12px;
}
.card-list__btn {
    max-width: 100%;
}


.business-slider {
    margin: 0 -4px;
}
.business-slider__arrows {
    line-height: 0;
}
.business-card {
    padding: 40px 20px 21px 20px;
    background: #fff;
}
.business-card__image {
    position: relative;
    line-height: 0;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.business-card__image img {
    width: 100%;
    aspect-ratio: 1.85;
    object-fit: cover;
}
.business-card .lable {
    padding-top: 5px;
    padding-bottom: 5px;
}
.business-card__link {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #101010;
}
.business-card__title {
    font-size: 16px;
    line-height: 120%;
}
.business-card__subtitle {
    font-weight: 400;
    font-size: 9px;
    line-height: 120%;
    height: 11px;
    overflow: hidden;
}
.business-card__info {
    border-top: 1px solid #eceaea;
    padding-top: 25px;
}
.business-card__content {
    margin-bottom: 5px;
    margin-top: 20px;
}
.business-card .business-card__info .article__info-block {
    justify-content: center;
}
@media (max-width: 991px) {
    .business-card__content {
        margin-bottom: 9px;
    }
}
@media (max-width: 767px) {
    .business-card {
        padding: 20px;
    }
    .business-card__subtitle {
        font-size: 12px;
    }
}





.users-choose-slider, .services-sale-slider {
    margin: 0 -4px;
}
.users-choose-slider .slick-slider .slick-track, .services-sale-slider .slick-slider .slick-track {
    display: flex;
}
@media (min-width:1025px) {
    .users-choose-slider .slick-slider .slick-slide {
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        gap: 8px;
    }
    .users-choose-slider .slick-slider .slick-slide .col-pd {
        height: 100%;
        display: flex !important;
        flex-direction: column;
    }
}
@media (min-width:1200px) {
    .services-sale-slider .slick-slider .slick-slide {
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        gap: 8px;
    }
    .services-sale-slider .slick-slider .slick-slide .col-pd {
        height: 100%;
        display: flex !important;
        flex-direction: column;
    }
}

.service-card {
    background: #fff;
    padding: 20px;
    display: flex;
    gap: 40px;
    height: 100%;
}
.service-card__image {
    flex: 0 0 258px;
    max-width: 258px;
    line-height: 0;
    position: relative;
}
.service-card__image img {
    object-fit: cover;
    min-height: 307px;
    width: 100%;
    height: 100%;
}
.service-card__discount .lable {
    padding: 2px 11px;
}
.service-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.service-card__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    color: #101010;
    margin-bottom: 10px;
}
.service-card__info .article__info-block {
    justify-content: center;
}
.service-card__info {
    padding-bottom: 20px;
}

.service-card__date, .service-card__description {
    color: #555;
}
.service-card__description {
    padding-bottom: 10px;
    font-size: 14px;
}
.service-card__more {
    text-decoration: underline;
    color: inherit;
}

.service-card__author {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
    border-top: 1px solid #eceaea;
    padding-bottom: 20px;
}
.service-card__author-image {
    flex: 0 0 50px;
    height: 50px;
    max-width: 50px;
    border-radius: 50%;
}
.service-card__author-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: #101010;
}
.service-card .service-card__button {
    max-width: 100%;
}
@media (max-width: 1400px) {
    .service-card {
        gap: 20px;
    }
    .service-card__image {
        flex: 0 0 200px;
        max-width: 200px;
    }
}
@media (max-width: 1199px) {
    .service-card {
        flex-wrap: wrap;
    }
    .service-card__image {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .service-card__image img {
        min-height: 200px;
        height: 200px;
    }
    .service-card__content {
        width: 100%;
    }
}


.article__details .article__btn.btn {
    max-width: 100%;
}
@media (max-width: 767px) {
    .article .article__details .article__info {
        flex-direction: column !important;
    }
}
@media (max-width: 767px) {
    .article .product__brand.article-name {
        font-size: 14px;
    }
}


.ceo__innerv2 {
    max-width: 400px;
}
.ceo__innerv2 p {
    max-width: 372px;
}
@media (max-width: 991px) {
    .ceo .ceo__col {
        padding-right: 10px;
        padding-left: 10px;
    }
}




.reviews__subtitle {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.14286;
    color: var(--grey60);
    margin-top: 4px;
}
.reviews-wrap {
    padding: 24px;
    box-shadow: none;
}
.reviews-wrap .tab-content {
    padding: 0;
}
.reviews__top {
    padding: 0px 24px 22px 24px;
}
    
.reviews__bottom .border-top {
    margin-top: 0;
}
.reviews__middle {
    padding: 0px 24px 16px 24px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.reviews__middle-first {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 0 0 336px;
    max-width: 336px;
}
.reviews__middle-second {
    flex: 1;
}
.reviews__info.percent {
    max-width: 183px;
}
.reviews__info-val {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 16px;
}
.reviews__info-button {
    max-width: 100%;
    padding: 8px 16px;
    height: auto;
    font-size: 16px;
}
.reviews__bottom {
    padding: 16px 24px 0px 24px;
}
.like_rates_block1 {
    display: none;
}
@media (max-width: 1199px) {
    .reviews-professionals .nav__item {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .reviews__middle-first {
        margin-bottom: 0;
    }
    .reviews-professionals .reviews__top {
        padding-left: 0;
        padding-right: 0;
    }
    .reviews-professionals .reviews__middle {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .reviews__top .nav-tabs {
        margin-top: 28px;
    }
}
@media (max-width: 576px) {
    .reviews .container-fluid, .reviews-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .reviews-wrap {
        background: #fff;
    }
    .reviews__top {
        text-align: center;
    }
    .nav__item {
        font-size: 14px;
        line-height: 1.71429;
    }
    .reviews__middle {
        flex-direction: column;
        align-items: stretch;
    }
    .reviews__middle-first {
        flex: 0;
        width: 100%;
        max-width: 100%;
    }
    .reviews__middle-second {
        width: 100%;
    }
    .reviews__middle-first .reviews__info-button {
        display: none;
    }
    .reviews__info-descr {
        font-size: 14px;
    }
}


    
    
    
    
.comment {
    border-bottom: 1px solid var(--grey20);
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.comment__body {
    border-bottom: none;
    padding: 0px;
    gap: 24px;
}
.comment__info {
    margin: 0;
}
.comment__action {
    margin-left: 0;
}
.comment__text {
    padding-bottom: 0;
}
.comment__reply .comment__body {
    border-top: none;
    padding-top: 16px;
}
.comment__reply {
    padding-left: 124px;
}
.comment__author {
    font-weight: 700;
    color: var(--black);
    line-height: 1;
    margin-bottom: 10px;
}
.comment__reply .comment__replyto1 {
    display: none;
}
.comment__reply .comment__author {
    /*  color: var(--red); */
}    
.comment__author.author_supplier{
    color: var(--red);
}    
.comment__reply .comment__action {
    display: none;
}
@media (max-width: 576px) {    
    .comment__body {
        justify-content: space-between;
        gap: 16px;
    }
    .comment__content {
        order: 1;
        width: 100%;
        max-width: 100%;
        font-size: 14px;
    }
    .comment__date {
        font-size: 12px;
    }
    .comment__author {
        font-size: 14px;
    }
    .comment__reply {
        padding-left: 0;
    }
}

.display-none{
    display: none;
    opacity: 0;
    visibility: hidden;
}


.comment__body .comment__content .grade{
    display: none;
}
.comment__body.show .comment__content .grade{
    display: flex;
}


.review_popup{
    position: relative;
}
.comment__body .review_popup:before{
    content: '';
    width: 14px;
    height: 6px;
    background-image: url(/catalog/view/theme/OPC100246/assets/images/svg/arrow-down.svg);
    background-repeat: no-repeat;
    left: 90px;
    position: absolute;
    top: 7px;
    transform: translateY(-50%);
}
.comment__body.show .review_popup:before{
    width: 10px;
    height: 10px;
    background-image: url(/catalog/view/theme/OPC100246/assets/images/svg/arrow-up.png);
    background-position: 15% 40%;
    background-size: 70%;
    background-repeat: no-repeat;
    position: absolute;
}



    
.btn-action-reply {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #101010;
    padding: 8px 16px;
    border: 1px solid #e5e5e5;
}
.btn-action-reply:hover {
    color: #FF2D5A;
    border-color: #FF2D5A;
}

.reviews-professionals .comment__author.mb-10 {
    margin-bottom: 10px;
}
.comment-link {
    text-decoration: underline;
    color: #ed4a6d;
}
.comment-link:hover {
    text-decoration: none;
}



.buttons-list__items {
    display: flex;
    gap: 8px;
    justify-content: center;
}
.buttons-list .buttons-list__button {
    width: 294px;
    text-align: center;
    box-shadow: none;
    font-size: 14px;
}
.buttons-list .buttons-list__button:hover {
    background: #101010;
    color: #fff;
}
@media (max-width: 991px) {
    .buttons-list__items {
        max-width: 464px;
        margin: 0 auto;
        flex-direction: column;
    }
    .buttons-list .buttons-list__button {
        width: 100%;
        max-width: 100%;
    }
    .buttons-list .buttons-list__button {
        background: #101010;
        color: #fff;
    }
}


.reviews-professionals .tab-title {
    padding: 0 10px;
}
.reviews-professionals .tab-title .icon {
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-flex;
}
.reviews-professionals .tab-title .icon::before, .reviews-professionals .tab-title .icon::after {
    content: '';
    position: absolute;
    background-color: #000;
}
.reviews-professionals .tab-title .icon::before {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
}
.reviews-professionals .tab-title .icon::after {
    height: 100%;
    width: 1px;
    left: 50%;
    top:0;
}
.reviews-professionals .tab-title .nav__link, .reviews-professionals .tab-title .nav__link.active {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #000;
}





@media (max-width: 576px) {

    .reviews-professionals .nav__link.active .icon::after {
    display: block;
}
.reviews-professionals .nav__link.active.act .icon::after {
    display: none;
}





.reviews-professionals .tab-pane.active {
    display: none;
}
.reviews-professionals .tab-pane.active.act {
    display: block;
}


.reviews-professionals.reviews-profile .tab-pane.active {
  /*  display: block; */
}



.reviews-professionals .tab-title .nav__link, .reviews-professionals .tab-title .nav__link.active.act {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #000;
}
.reviews-professionals .nav__link.active.act .icon::after {
    display: none;
}



    .reviews-professionals .tab-pane.active {
        background: #fff;
        padding: 24px 0;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .reviews-professionals .tab-pane.active.act {
        background: #fff;
        padding: 24px 0;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .reviews-professionals .reviews__middle {
        padding-left: 16px;
        padding-right: 16px;
    }
    .reviews-professionals .reviews__info-descr {
        margin-bottom: 0px;
    }
}




@media (min-width: 1200px) {
    .brands-list.brands-list--col5 {
        columns: 5;
        -webkit-columns: 5;
        -moz-columns: 5;
    }
}



.services__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.services__list {
    padding-left: 30px;
}
.services__category {
    font-size: 18px;
    line-height: 248%;
    letter-spacing: -0.03em;
}
.services__item a {
    text-decoration: underline;
}
.services__item a:hover {
    text-decoration: none;
}
@media (max-width: 1100px) {
    .services__grid {
        grid-template-columns: repeat(2, 1fr);
    } 
}
@media (max-width: 767px) {
    .services__category  {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    .services__category  {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .services__grid {
        grid-template-columns: repeat(1, 1fr);
    } 
}


.lh-0 {
    line-height: 0;
}

.application-options {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .application-options {
        padding-top: 30px;
    }
    
    .application-options__content .row {
        gap: 8px 0;
    }
}
@media (max-width: 576px) {
    .application-options__content {
        max-width: 464px;
        margin: 0 auto;
    }
    .application-options {
        padding-top: 20px;
    }
}

.option-card {
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}
.option-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.option-card__title {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 110%;
}
.option-card .option-card__btn {
    max-width: 100%;
}
@media (max-width: 576px) {
    .option-card {
        padding: 15px;
        gap: 20px;
    }
    .option-card__title {
        margin-bottom: 20px;
        font-size: 20px;
    }
}





.model-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
}
.model-card__content {
    background: #fff;
    padding: 20px;
    flex: 1;
}
.model-card__info {
    padding-top: 20px;
}
.model-card__name {
    font-size: 16px;
    margin-bottom: 8px;
}
.model-card__image {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.model-card__image img {
    aspect-ratio: 4 / 2.2;
    object-fit: cover;
}
.model-card__city, .model-card__interests {
    font-size: 9px;
    margin: 0;
    line-height: 120%;
}
.model-card__interests {
    border-bottom: 1px solid #eceaea;
    padding-bottom: 9px;
    margin-bottom: 9px;
}
.model-card__socials {
    display: flex;
    align-items: center;
    line-height: 0;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
}
.model-card__date {
    font-size: 9px;
    line-height: 120%;
    margin: 0;
}
.model-card .model-card__button {
    max-width: 100%;
}


.block_param {
    margin-bottom: 26px;
}

.models-page .models-form-btn {
    margin: 80px auto;
    display: flex;
}

@media (min-width: 577px) {
    .filter-toggle.btn-style2 {
        height: 34px;
        border-color: #b2b0b0;
        width: 193px;
        padding-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .filter-toggle.btn-style2:after {
        background-image: url(/catalog/view/theme/OPC100246/assets/images/svg/codicon_arrow-down.svg);
        width: 10px;
        height: 10px;
        position: static;
        transform: none;
        display: inline-block;
        vertical-align: text-bottom;
        margin-left: 10px;
    }

    .toolbox-style2 .select-box__item {
        border-color: #b2b0b0;
        min-width: 193px;
        padding-left: 20px;
        height: 34px;
        display: flex;
        align-items: center;
    }
}
@media (max-width: 576px) {
    .filter-toggle.btn-style2 {
        font-size: 0;
    }
    .models-page .catalog__sort {
        justify-content: flex-end;
    }
}



.profile__photo {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
a.profile-photo {
    display: block;
}
.profile-photo img {
    aspect-ratio: 15 / 16;
    object-fit: cover;
}
.profile__contact-btn .btn {
    max-width: 100%;
}
.profile__info {
    background: #fff;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.profile__role {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.profile__about {
    flex: 1;
}
.profile__social {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.profile__social + .profile__social {
    margin-top: 26px;
}
.profile__social li > a, .profile__social li > span {
    display: flex;
    align-items: center;
    padding: 5px;
    min-width: 180px;
    gap: 15px;
}
.profile__social li > a img, .profile__social li > span img {
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
    object-fit: contain;
}
.profile .profile__social {
    font-size: 12px;
    gap: 10px 5px;
    margin-bottom: 0;
}
.profile__social .btn-link {
    display: flex;
    text-decoration: underline;
}
@media (max-width: 991px) {
    .profile__info {
        padding: 15px 14px;
    }
    .profile .profile__about-description {
        font-size: 14px;
        line-height: 140%;
    }
    .profile .profile__social {
        font-size: 9px;
        gap: 20px 30px;
    }
    .profile__social li > a, .profile__social li > span {
        min-width: 91px;
        padding: 0;
        gap: 10px;
    }
    .profile__social .btn-link {
        font-size: inherit;
    }
    .profile-photo img {
        aspect-ratio: 15 / 19;
    }
}
@media (max-width: 576px) {
    .profile__photo {
        padding: 15px 15px 0;
        background: #fff;
    }
    .profile__info {
        padding: 0;
        background: transparent;
    }
    .profile__name {
        text-align: center;
        padding: 0 15px 15px;
        background: #fff;
        margin-bottom: 8px;
    }
    .profile__role {
        justify-content: center;
    }
    .profile__about {
        padding: 15px 15px 0;
        background: #fff;
    }
    .profile__footer {
        margin: 0 !important;
        padding: 40px 15px 15px;
        background: #fff;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

.pswp img {
    object-fit: contain;
}




.profile-services {
    padding: 35px 44px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.service-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 160%;
    color: #000;
}
.service-table td {
    padding-top: 24px;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 4px;
}
@media (max-width: 991px) {
    .profile-services.mb-80 {
        padding: 15px;
        gap: 20px;
    }
    .service-category .service-category__title {
        font-size: 14px;
    }
    .service-table {
        font-size: 12px;
    }
    .service-table td {
        padding-top: 10px;
        padding-bottom: 4px;
    }
}

.reviews-profile .reviews-wrap {
    box-shadow: none;
    padding: 24px;
}
@media (max-width: 767px) {
    .reviews-profile .reviews-wrap {
      /*  padding: 0; */
    }
}



@media (min-width: 1024px) {
    .product__hidden {
        background: #fff;
        transition: max-height 200ms linear;
        padding: 0;
        max-height: 0;
        overflow: hidden;
    }
    .product:hover .product__hidden {
        margin-bottom: 0px;
        padding-top: 20px;
        max-height: 100px;
        box-shadow: none;
    }
    .products__slide .product__hidden {
        padding-bottom: 0;
    }
}




.rate-star path {
    fill: transparent;
}
.star-hover path, .star-change path {
    fill: #1E1E1E;
}
.modal.fade.modal--review, .modal.fade.modal--question {
    position: relative !important;
    top: auto;
    left: auto;
    margin: 0;
    transform: translate(0);
    padding-right: 30px !important;
}
.jquery-modal .modal a.close-modal {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.86945 19.4228L19.4231 3.8692L20.1302 4.57631L4.57655 20.1299L3.86945 19.4228Z' fill='%23101010' /%3E%3Cpath d='M4.57429 3.86719L20.1322 19.4251L19.4251 20.1322L3.86719 4.57429L4.57429 3.86719Z' fill='%23101010' /%3E%3C/svg%3E");
}
@media (max-width: 576px) {
    .modal.fade.modal--review, .modal.fade.modal--question {
        padding: 20px !important;
    }
    .jquery-modal .modal a.close-modal {
        top: 12px;
        right: 10px;
    }
}

.alert-box {
    text-align: center;
    background: #f6f6f6;
    padding: 22px 62px;
    font-size: 14px;
    line-height: 110%;
    color: #000;
}
.alert-box__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 110%;
    margin-bottom: 17px;
}

.form__upload .image-uploader {
    min-height: 93px;
    background: #F6F6F6;
    border-color: transparent;
}
@media (max-width: 576px) {
    .alert-box {
        padding: 20px;
        font-size: 12px;
    }
    .alert-box__title {
        font-size: 18px;
    }
}






/* ACCOUNT */
.book-menu {
    padding: 10px;
}
.book-menu .menu-list, .book-menu .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.book-menu .menu-item {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #555;
}
.book-menu .menu-link {    
    color: inherit;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.book-menu .menu-link::after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(/catalog/view/theme/OPC100246/assets/professionals/images/book_account/ic_carpet-right.svg);
}
.book-menu .active .menu-link::after {
    transform: rotate(-90deg);
}

.book-menu .active .menu-link {
    font-weight: 700;
    color: #000;
}


.book-menu .submenu  {
    padding-left: 20px !important;
}


.submenu .active a {
    color: #ed4a6d !important;
    font-weight: 700;
}
.review-count {
    font-size: 10px;
    line-height: 160%;
    color: #ed4a6d;
    margin-right: auto;
    margin-left: 4px;
}
.book-menu .submenu {
    max-height: 0;
    overflow: hidden;
    transition: all linear 300ms;
}
.book-menu .menu-item.active .submenu {
    max-height: 1000px;
    padding: 8px 0 0;
}

@media (max-width:1024px) {
    .book-menu {
        background: #222222;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 300ms linear;
    }
    .book-menu.open {
        max-height: 1000px;
    }
    .book-menu .menu-list {
        max-width: 281px;
        margin: 0 auto;
        padding: 40px 0;
    }
    .book-menu .menu-item {
        font-size: 22px;
        color: #fff8f8;
    }
    
    .account-details__menu {
        margin-left: auto;
        margin-right: 0;
    }
    .account-details .account-details__name {
        margin: 0 20px;
    }
    .book-menu .menu-link::after {
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.42857 6L9 9.75L12.5714 6L14 6.75L9 12L4 6.75L5.42857 6Z' fill='white' /%3E%3C/svg%3E");
    }
    .book-menu .active .menu-link {
        color: #fff;
    }
    .book-menu .submenu a {
        font-size: inherit;
        padding: 0;
        color: inherit;
    }
}

.profile-block__header {
    max-width: 168px;
}
.profile-block__dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.profile-block__dropdown.hidden {
    display: none;
}
.profile-block__item {
    
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #101010;
}
.profile-block__item>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-block__item>a::after {
    content: '';
    background-image: url(/catalog/view/theme/OPC100246/assets/professionals/images/book_account/ic_2carpet-right.svg);
    width: 10px;
    height: 8px;
}

.profile-block__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
.profile-block__name {
    font-weight: bold;
}
.profile-block__stats {
    display: flex;
    gap: 10px;
}
.profile-block__type {
    background-color: #FFC107;
    padding: 5px;
    border-radius: 5px;
}
.profile-block__edit {
    margin-left: auto;
    background: none;
    border: none;
    cursor: pointer;
}
.account-menu {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    padding: 5px 10px;
    width: 105px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}




.profile-list__item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-top: 1px solid #eceaea;
}
.profile-list__item:last-child {
    border-bottom: 1px solid #eceaea;
}
.profile-list__image {
    flex: 0 0 50px;
    max-width: 50px;
    line-height: 0;
}
.profile-list__avatar {
    aspect-ratio: 1;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.profile-list__name {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #000;
    margin: 0 0 8px;
}
.profile-list__date {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #000;
}
.profile-list__info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 40%;
    margin-left: 0;
    margin-right: auto;
    justify-content: space-between;
}


.profile-list__edit-btn, .edit-btn.btn-icon {
    border-radius: 4px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000;
}
.profile-list__edit-btn:hover, .edit-btn.btn-icon:hover {
    background: var(--color-accent);
}
.status-label {
    font-family: var(--third-family);
    font-style: italic;
    font-weight: 400;
    font-size: 10px;
    line-height: 160%;
    color: #101010;
    border-radius: 30px;
    padding: 2px 10px 4px 10px;
    background: #fc0;
    min-width: 104px;
    display: inline-flex;
    justify-content: center;
}
.profile-list__edit, .profile-list__type {
    flex: 0 0 20%;
    max-width: 20%;
}
.profile-list__info-inner {
    flex: 0 0 301px;
    max-width: 301px;
}



.profile-stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 8px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #101010;
}
.profile-stats>div {
    display: flex;
    align-items: center;
    gap: 2px;
}
.profile-stats .icon {
    width: 12px;
}


.account-details {
    position: relative;
}
.notification-badge {
    position: absolute;
    top: 10px;
    right: 15px;
}
.notification-badge__icon {
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notification-badge__count {
    font-family: var(--font5);
    font-weight: 400;
    font-size: 8px;
    line-height: 1;
    color: #fff;
    background: #d20000;
    border-radius: 4px;
    padding: 2px 2px 1px;
    position: absolute;
    top: -4px;
    left: 12px;
}
@media (max-width: 1490px) {
    .profile-list__info {
        flex: 0 0 50%;
    }
}
@media (max-width: 1380px) {
    .profile-list__edit {
        flex: 0 0 40px;
        max-width: 40px;
    }
    .profile-list__info {
        flex: 0 0 60%;
    }
}
@media (max-width: 1200px) {
    .profile-list__info-inner {
        flex: 0 0 250px;
        max-width: 250px;
    } 
}
@media (max-width: 1024px) {
    .account-details__inner {
        display: flex    ;
    }
    .notification-badge {
        position: relative;
        top: -10px;
        right: 0;
    }
    .account-book .account-block__content {
        padding: 24px 24px 20px;
        margin-top: 8px;
    }
    .account-book .account-details {
        padding: 30px 24px 30px;
    }
    .profile-list__info-inner {
        flex: 0 0 200px;
        max-width: 200px;
    } 
    
}
@media (max-width: 767px) {
    .profile-list__item {
        padding-left: 0;
        padding-right: 0;
    }
    .profile-list__info {
        flex: 1;
        flex-direction: column;
        justify-content: flex-start;
        margin: 0;
        align-items: flex-start;
        gap: 4px;
    }
    .profile-list__info-inner {
        flex: 1;
        max-width: 100%;
    }
    .profile-list__name {
        margin: 0 0 4px;
    }
    .profile-list__stats {
        margin-top: 4px;
    }
    .profile-list__date {
        font-size: 10px;
    }
    .profile-list__date br {
        display: none;
    }
    .account-block .account-block__aside {
        background: transparent;
    }
    .account-block__toggle {
        margin: 16px 0;
    }
    .account-book .account-block__content {
        padding: 20px;
        margin-top: 0;
    }
    .account-details__info {
        flex: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media (max-width: 576px) {
    .account-book .account-block__title {
        font-size: 20px;
        text-align: center;
    }
    .account-book .profile-block__header {
        max-width: 100%;
    }
    .account-book .profile-block__add-button {
        max-width: 100%;
    }
}


.account-book {
    padding-top: 20px;
}
.account-block .collapse-btn {
    height: 48px;
}
.collapse-btn::before {
    content: url(/catalog/view/theme/OPC100246/assets/images/checkout/arrow-left.svg);
    display: block;
    margin-right: 10px;
}
.collapse-btn.collapsed::before  {
    display: none;
}
.collapse-btn.collapsed::after {
    content: '';
    display: block;
    margin-left: 10px;
    width: 43px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='43' height='32' viewBox='0 0 43 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.3536 16.3536C42.5488 16.1583 42.5488 15.8417 42.3536 15.6464L39.1716 12.4645C38.9763 12.2692 38.6597 12.2692 38.4645 12.4645C38.2692 12.6597 38.2692 12.9763 38.4645 13.1716L41.2929 16L38.4645 18.8284C38.2692 19.0237 38.2692 19.3403 38.4645 19.5355C38.6597 19.7308 38.9763 19.7308 39.1716 19.5355L42.3536 16.3536ZM0 16.5L42 16.5V15.5L0 15.5L0 16.5Z' fill='black'%3E%3C/path%3E%3C/svg%3E");
}
.account-book__sidebar.hidden {
    display: none;
}


.profile-form .form__row {
    gap: 15px 0;
}
.nav__item .lang-btn {
    font-size: 14px;
}

.profile-form .form__label {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #101010;
    font-style: normal;
    display: flex;
    align-items: center;
    gap: 8px;
}
.profile-form .form__label img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.profile-form .form__field {
    font-weight: 600;
}
.profile-form .form__field::placeholder {
    color: #999999;
    opacity: 1; 
}
.profile-form .form__field::-ms-input-placeholder { 
    color: #999999;
}
.profile-form .form__field.error-field {
    border-color: red;
}

.profile-photo-upload .upload-label {
    cursor: pointer;
}

.profile-photo-upload .avatar {
    line-height: 0;
    margin-bottom: 8px;
}
.upload-text {
    display: flex;
    align-items: center;
    font-family: var(--third-family);
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #101010;
    justify-content: center;
    gap: 8px;
}
.profile-photo-upload .upload-label:hover .upload-text {
    color: var(--color-accent);
}

.profile-form__main {
    display: flex;
    gap: 30px;
}
@media (max-width: 991px) {
    .profile-form__main {
        gap: 20px;
    }
    .profile-form .form__row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .profile-form .form__col {
        padding-left: 10px;
        padding-right: 10px;
    }    
}
@media (max-width: 767px) {
    .upload-text {
        font-size: 20px;
    }
}
@media (max-width: 576px) {
    .profile-form__main {
        flex-direction: column;
    }
    .profile-form__footer {
        margin-top: 40px;
        flex-direction: column;
    }
}

.profile-form__photo {
    flex: 0 0 150px;
}
.profile-photo-upload .avatar img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 767px) {
    .profile-form__photo {
        flex: 0 0 50%;
    }
}
@media (max-width: 576px) {
    .profile-form__photo {
        flex: 0 0 100%;
    }
}
.profile-form__fields {
    flex: 1;
}

.profile-page.model .tab-content {
    padding: 0;
}
@media (max-width: 868px) {
    .profile-page table td {
        float: none;
        width: initial;
    }
}
.form__label.mb-15 {
    margin-bottom: 15px;
}
.form__textarea.style-2 {
    /* min-height: 148px; */
    height: auto;
    border-color: #ACACAC;
    border-radius: 4px;
}

.ac {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
@media (max-width: 767px) {
    .ac {
        gap: 8px;
    }
}
.ac__header {
    padding: 14px 20px;
    background: #ECEAEA;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.ac__header::after {
    content: '';
    width: 18px;
    min-width: 18px;
    height: 11px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8577 9.8999L8.55078 4.3999L3.24386 9.8999L1.12109 8.7999L8.55078 1.0999L15.9805 8.7999L13.8577 9.8999Z' fill='%23101010' /%3E%3C/svg%3E");
    transition: all linear 300ms;
    transform: rotate(180deg);
}
.ac__header.active::after {
    transform: rotate(0deg);
}
.profile-page.model .ac__header::after {
    min-width: 18px;
}
.ac__content {
    padding: 8px 20px;
    background: #fafafa;
    display: none;
}
.ac__content.upload {
    padding: 0;
}
.profile-form__socials {
    gap: 115px;
}
.profile-form__socials-item {
    flex: 0 0 50%;
    max-width: 370px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
@media (max-width: 1375px) {
    .profile-form__socials {
        gap: 30px;
    }
    .profile-form__socials-item {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}
@media (max-width: 991px){
    .profile-form__socials {
        gap: 20px;
        flex-direction: column;
    }
    .profile-form__socials-item {
        flex: 0 0 100%;
        max-width: 100%;
        gap: 20px;
    }
}
.service-list__row:not(.service-list__row--subitem) {
    background: #eceaea;
}
.service-list__row--subitem .service-list__cell {
    border-bottom: 1px solid #eceaea;
}
.service-list__delete svg {
    color:#2E2434;
}
.service-list__settings svg {
    color:#000;
}
.btn-icon:hover svg use {
    color: var(--color-accent);
}



.service-list__item>span {
    background: #eceaea;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 14px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    color: #000;
}
.service-list__subitem {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 117%;
    letter-spacing: 0.05em;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 13px;
    border-bottom: 1px solid #eceaea;
}

.service-list__search {
    position: relative;
    margin-bottom: 8px;
}
.service-list__input {
    height: 40px;
    width: 100%;
    padding-right: 45px;
    border: 1px solid #B2B0B0;
    background: transparent;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #000;
    padding-left: 14px;
}
.service-list__search-btn {
    position: absolute;
    right: 10px;
    padding: 0;
    border: none;
    background: transparent;
    line-height: 0;
    top: 4px;
    color: #B2B0B0;
}
.service-list__search-btn:hover {
    color: var(--color-accent);
}

.form__upload.style-2 .image-uploader {
    height: 151px;
}
.form__upload.style-2 .upload-custom__btn {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    color: #101010;
}
.form__upload.style-2 .upload-custom__descr {
    font-size: 14px;
    line-height: 140%;
}
@media (min-width: 1200px) {
    .form__upload.style-2 .upload-custom {
        left: 80px;
        right: 80px;
    }
}
@media (max-width: 991px) {
    .form__upload.style-2 .image-uploader {
        height: 101px;
    }
}
@media (max-width: 576px) {
    .form__upload.style-2 .image-uploader {
        height: 164px;
    }
    .form__upload.style-2 .upload-custom {
        align-items: center;
        text-align: center;
    }
}

.profile-actions {
    gap: 20px;
}
.profile-actions__deactivate {
    font-size: 14px;
    line-height: 114%;
}
.profile-actions .profile-actions__save {
    max-width: 182px;
    font-size: 14px;
}
@media (max-width: 576px) {
    .profile-actions .profile-actions__save {
        max-width: 100%;
    }
    .profile-actions__deactivate {
        font-size: 18px;
    }
}


.nowrap {
    white-space: nowrap;
}
.service-list__table {
    border-spacing: 0;
    border-collapse: collapse;
}
.service-list__table thead th {
    background: #eceaea;
    padding: 7px 14px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    color: #000;
}
.service-list__table tbody td {
    padding: 4px 13px;
    border-bottom: 1px solid #eceaea;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 117%;
    letter-spacing: 0.05em;
    color: #111;
}
.service-list__table tbody td:not(:last-child) {
    padding-right: 0;
}

@media (max-width: 767px) {
    .service-list__table-mob {
        padding-top: 4px;
        display: flex    ;
        gap: 24px;
    }
}



.specialization-block {
    gap: 20px;
}
.specialization-block__select-wrapper {
    flex: 0 0 194px;
}
.specialization-block__result {
    flex: 1;
}
.specialization-block__remove-doc {
    color: #000;
}
.specialization-block__select {
    position: relative;
}
.specialization-block__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #acacac;
    border-radius: 4px;
    padding: 8px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    color: #000;
}
.specialization-block__label.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.specialization-block__label::after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 3L4.5 5.5L7 3L8 3.5L4.5 7L1 3.5L2 3Z' fill='%23101010' /%3E%3C/svg%3E");
}
.specialization-block__dropdown {
    display: none;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 10px 15px;
    position: absolute;
    left: 0;
    right: 0;
}

.check {
    display: block;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
}
.check:last-child {
    margin-bottom: 0;
}
.check input[type="checkbox"] {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.check__text {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 500;
    letter-spacing: 0.05em;  
    /* text-transform: uppercase; */
}
.specialization-block__option> span {    
    font-size: 10px;
    line-height: 140%;
    color: #111;
    text-transform: uppercase;
}
.check__text::before {
    content: '';
    border: 1px solid #b2b0b0;
    width: 10px;
    height: 10px;
}
.check input[type="checkbox"]:checked ~ .check__text::before {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.398438 4.03881L2.19844 5.83881L6.24844 1.33881' stroke='%23ED4A6D' stroke-width='1.05' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top 0px left 1px;
}



.specialization-block__table th {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    line-height: 117%;
    letter-spacing: 0.05em;
    color: #111;
    text-align: left;
    background: #eceaea;
    padding: 7px 14px;
}
.specialization-block__table td {
    padding: 9px 12px;
}

.specialization-block__table td:first-child {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    line-height: 117%;
    letter-spacing: 0.05em;
    color: #ed4a6d;
}
.specialization-block__table tbody tr {
    background-color: #fff;
    position: relative;
}
.specialization-block__table tbody tr:nth-child(even) {
    background-color: #F9F9F9;
}

.specialization-block__document {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 117%;
    letter-spacing: 0.05em;
    color: #111;
    display: flex;
    align-items: center;
    gap: 4px;
    max-width: 230px;
    justify-content: space-between;
    word-wrap: break-word;
}
.specialization-block__document:not(:last-child) {
    margin-bottom: 4px;
}

.specialization-block__upload-label {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 117%;
    letter-spacing: 0.05em;
    text-align: center;
    color: #999;
}
.specialization-block__upload {
    width: 0;
    height: 0;
}
@media (max-width: 991px) {
    .specialization-block__table td:not(:last-child) {
        padding-right: 0;
    }
    .specialization-block__select-wrapper {
        flex: 0 0 172px;
    }
}
@media (max-width: 767px) {
    .specialization-block {
        flex-wrap: wrap;
    }
    .specialization-block__select-wrapper {
        flex: 0 0 100%;
    }
    .specialization-block__table thead {
        display: none;
    }
    .specialization-block__table td::before{
        content: attr(data-title);
        display: block;
        font-weight: 700;
        font-size: 12px;
        line-height: 117%;
        letter-spacing: 0.05em;
        color: #111;
    }
    .specialization-block__table tbody tr {
        display: flex;
        flex-direction: column;
        gap: 8px;
        background: transparent;
        border-bottom: 1px solid #eceaea;
        padding: 8px 30px 8px 0;
    }
    .specialization-block__table tbody tr td {
        display: block;
        padding: 0;
    }
    .specialization-block__assets {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        line-height: 0;
    }
}

.table-slim {
    border-collapse: collapse;
    border-spacing: 0;   
}
.address-list__table {
    margin: 0;
}
.address-list__add-btn.btn {
    width: 138px;
    height: 30px;
}
.address-list__table th {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #000;
    padding-bottom: 11px;
}
tbody .address-list__cell {
    border-top: 1px solid #eceaea;
    font-family: var(--font-family);
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #000;
    padding-top: 8px;
}
tbody .address-list__cell:not(:last-child) {
    padding-right: 8px;
}
tbody .address-list__cell.phone {
    font-size: 12px;
    white-space: nowrap;
}
@media (max-width: 576px) {
    .address-list__cell::before {
        content: attr(data-title);
        display: block;
        font-weight: 700;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0.05em;
        color: #000;
        padding-bottom: 8px;
    }
    .address-list__row {
        display: flex    ;
        flex-direction: column;
        position: relative;
        padding: 8px 30px 25px 0;
        gap: 20px;
        border-top: 1px solid #eceaea;
    }
    tbody .address-list__cell {
        padding: 0;
        border: none;
    }
    .address-list__cell.settings {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .address-list__header.mb-20 {
        margin-bottom: 8px;
    }
    .address-list__add-btn.btn {
        width: 100%;
        height: 48px;
        max-width: 100%;
    }
}



.config-section__table {
    font-family: var(--font-family);
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #000;
}
.config-section__item {  
    display: flex;
    align-items: center;
    gap: 8px;
}
.config-section__item b {
    font-size: 14px;   
}
.config-section__image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.config-section__price .old-price {
    font-size: 12px;
    padding: 0;
    margin-right: 8px;
    color: #555;
    white-space: nowrap;
}
.config-section__price .new-price {
    font-size: 12px;
    color: #101010;
    white-space: nowrap;
}
.config-section__table tbody td {
    padding: 9px 0;
    border-top: 1px solid #ECEAEA;
}
.config-section__table tbody td:not(:last-child) {
    padding-right: 8px;
}
.config-section__table th {
    padding-bottom: 11px;
}
.config-section__add-btn.btn {
    padding: 0px 16px;
    height: 30px;
    width: auto;
}
@media (max-width: 767px) {
    .config-section__row {
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 8px 0;
        border-top: 1px solid #eceaea;
        gap: 8px;
    }
    .config-section__row:last-child {
        border-bottom: 1px solid #eceaea;
    }
    .config-section__table tbody td {
        border: none;
        padding: 0;
    }
    .config-section__cell {
        display: flex;
        align-items: center;
    }
    .config-section__cell::before {
        content: attr(data-title);
        font-weight: 700;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0.05em;
        color: #000;
        
    }
    td.config-section__cell.status::before,
    td.config-section__cell.service::before,
    .config-section__price::before {
        min-width: 70px;
    }
    td.config-section__cell.type::before{
        min-width: 120px;
    }
    .config-section__table tbody .config-section__cell:not(.info) {
        padding-right: 30px;
    }
    .config-section__table tbody .config-section__cell.settings {
        padding: 0;
        position: absolute;
        bottom: 8px;
        right: 0;
        width: 30px;
    }
}
@media (max-width: 576px) {
    .config-section__header.mb-20 {
        margin-bottom: 8px;
    }
    .config-section__add-btn.btn {
        height: 48px;
        width: 100%;
        max-width: 100%;
    }
}


.recommended-settings__title {
    padding-bottom: 8px;
    border-bottom: 1px solid #eceaea;
    margin-bottom: 8px;
}
.recommended-settings__inner {
    gap: 68px;
}
.recommended-settings__selected {
    flex: 1;
}
.recommended-settings__search {
    flex: 0 0 370px;
    max-width: 50%;
}
.recommended-settings .recommended-settings__suggestions {
    margin-top: 8px;
}
.recommended-settings__suggestion {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    gap: 12px;
    background-color: #fff;
}
.recommended-settings__suggestion:nth-child(even) {
    background-color: #F6F6F6;
}
.recommended-settings__suggestion img {
    width: 36px;
    height: 36px;
    background: #fff;
    object-fit: cover;
}
.recommended-settings__suggestion-info {
    display: flex;
    flex-direction: column;
    font-family: var(--font-family);
    font-size: 10px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #000;
    gap: 2px;
}
.recommended-settings__selected {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.recommended-settings__product {
    border: 1px solid #eceaea;
    padding: 10px;
    width: 60px;
    height: 60px;
    position: relative;
    line-height: 0;
}
.recommended-settings__remove {
    position: absolute;
    top: 6px;
    right: 8px;
}
.recommended-settings__more {
    font-size: 12px;
    line-height: 160%;
    text-transform: uppercase;
    text-decoration: underline;
}
.recommended-settings__checkbox {
    font-weight: 500;
    font-size: 12px;
    line-height: 117%;
    text-transform: uppercase;
}
.datetime-range__icon {
    color: #000;
}
.datetime-range__field {
    display: flex;
    align-items: center;
    gap: 9px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #000;
}
.datetime-range__label {
    min-width: 16px;
}
.datetime-range__input {
    background: rgba(255, 255, 255, 0);
    height: 25px;
    border: 1px solid #b2b0b0;
    border-radius: 4px;
    padding: 5px 7px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #999;
    width: 139px;
}
.datetime-range__item:not(:last-child) {
    margin-bottom: 4px;
}
@media (max-width: 991px) {
    .recommended-settings__inner {
        flex-wrap: wrap;
        gap: 20px;
    }
    .recommended-settings__search {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.schedule__row--head .schedule__col {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    color: #000;
}
.schedule__row {
    display: flex;
    align-items: center;
    justify-content: space-between;    
    padding: 8px 0;
}
.schedule__row:not(.schedule__row--head) {    
    border-top: 1px solid #eceaea;
}
.schedule__col {
    font-size: 12px;
    line-height: 120%;
    color: #000;
}
.schedule__col {
    flex: 0 0 25%;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
}
.schedule__input {
    border: 1px solid #acacac;
    border-radius: 4px;
    width: 90px;
    height: 20px;
    text-align: center;
    padding: 0;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
}
.schedule__col .check {
    display: inline-flex;
}
.modal-profile__submit.btn {
    max-width: 100%;
    height: 40px;
    font-size: 16px;
}
@media (min-width: 577px) {
    .modal-profile__submit-right.btn {
        max-width: 182px;
    }
}
.modal-profile .modal__title {
    font-family: var(--font-family);
    font-size: 19px;
    line-height: 84%;
    color: #000;
}
.modal.fade.modal-profile {
    padding: 20px !important;
}
@media (max-width: 576px) {
    .schedule__col {
        flex: 0 0 30%;
    }
    .schedule__col:first-child {
        flex: 0 0 40%;
    }
    .schedule__row {
        flex-wrap: wrap;
    }
    .schedule__col:last-child {
        flex: 0 0 100%;
        padding-left: 40%;
        text-align: left;
        padding-top: 8px;
    }
    .schedule__col:nth-last-child(2) {
        text-align: right;
    }
    .schedule__input {
        width: 79px;
    }
    .modal-profile__submit.btn {
        max-width: 100%;
        height: 48px;
        font-size: 14px;
    }
}


.discount-form__label {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #000;
    min-width: 110px;
    padding-top: 4px;
}
.discount-form__input {
    width: 92px;
    height: 25px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #b2b0b0;
    border-radius: 4px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-align: center;
}
.discount-form__half {
    display: flex;
    gap: 8px;
}
.discount-form__half:not(:last-child) {
    margin-bottom: 4px;
}
.discount-form__price .old-price {
    font-size: 10px;
    color: #555;
    padding: 0;
}
.discount-form__price .new-price {
    font-size: 12px;
    color: #101010;
}
.discount-form__row {
    display: flex;
    gap: 90px;
}

.discount-form__radio-group .radio {
    cursor: pointer;
}
.discount-form__radio-group .radio__text {
    font-weight: 500;
    color: #111;
}
.discount-form__radio-group .radio__input {
    width: 0;
    height: 0;
    margin: 0;
}
.discount-form__radio-group .radio {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.discount-form__radio-group .input-styled__checkmark {
    display: none;
}
.discount-form__radio-group .radio__price {
    font-family: var(--second-family);
    font-size: 12px;
    line-height: 183%;
    color: #101010;
}
@media (max-width: 576px) {
    .discount-form__row {
        gap: 20px;
        flex-direction: column;
    }
}



.certificate-form__search-wrap {
    position: relative;
}
.certificate-form__list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 100%;
    left: 0;

    display: none;
}
.certificate-form__sublist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.certificate-form__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.certificate-form__item.certificate-form__item--parent {
    display: block;
}
.certificate-form__item>span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eceaea;
    padding: 8px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #000;
}
.certificate-form__sublist .certificate-form__item {
    padding: 4px 8px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 117%;
    letter-spacing: 0.05em;
    color: #111;
}
.certificate-form__search-input {
    padding-left: 8px;
}
.certificate-form__select {
    border: 1px solid #acacac;
    border-radius: 4px 4px 0 0;
    padding: 0 4px;
    width: 194px;
    height: 30px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    color: #000;
}
.certificate-form__select option {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #111;
}
.certificate-form__search-wrap.open ul.certificate-form__list {
    display: block;
    z-index: 1;
}

.certificate-form__input {
    border: 1px solid #b2b0b0;
    border-radius: 4px;
    width: 194px;
    height: 30px;
    text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
}
.certificate-form .choices {
    width: 194px;
    margin: 0;
}
.certificate-form .choices__inner {
    border: 1px solid #acacac;
    border-radius: 4px;
    padding: 8px;
    width: 194px;
    height: 30px;
    min-height: 30px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 12px;
    color: #000;
    background: transparent;
}
.certificate-form .is-open .choices__inner {
    border-radius: 4px 4px 0 0;
}
.certificate-form .choices__placeholder {
    opacity: 1;
    line-height: 1;
}
.certificate-form .choices__list.choices__list--single {
    display: block;
    padding: 0;
    line-height: 1;
}
.certificate-form .choices .choices__list--dropdown {
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border: none;
    border-radius: 0;
}
.certificate-form__note {
    font-family: var(--third-family);
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-decoration: underline;
    color: #ed4a6d;
    max-width: 194px;
    text-align: center;
    margin-top: 10px;
}
.certificate-form__note:hover {
    color: #000;
}
.certificate-form__price-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}
.certificate-form__currency {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #000;
}

.certificate-form .choices__list--dropdown .choices__item, 
.certificate-form .choices__list[aria-expanded] .choices__item {
    padding: 8px;
    line-height: 1;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #111;
}
.certificate-form .choices[data-type*=select-one]::after {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0L3.5 2.5L6 0L7 0.5L3.5 4L0 0.5L1 0Z' fill='%23101010' /%3E%3C/svg%3E");
    border: none;
    width: 7px;
    height: 4px;
    margin-top: -2px;
}
.certificate-form .choices[data-type*=select-one].is-open::after {
    margin-top: -2px;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4L3.5 1.5L1 4L0 3.5L3.5 0L7 3.5L6 4Z' fill='%23101010' /%3E%3C/svg%3E");
}
.certificate-form__group.gap-90 {
    gap: 0 90px;
}
.search-select__results {
    background: #fafafa;
    border: 1px solid #b2b0b0;
    border-radius: 4px;
    padding: 8px;
    min-height: 54px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px 8px;
    /* flex-wrap: wrap; */
}
.search-select__item {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #ed4a6d;
    cursor: pointer;
}
.certificate-form__type_service {
    padding-top: 8px;
}
@media (max-width: 576px) {
    .certificate-form__type_fixed_price {
        padding-top: 8px;
    }
}


.editor-block__title {
    background: #eceaea;
    padding: 11px 20px 6px;
}
.editor-block__container {
    padding: 0 20px;
}
.editor-block .ql-toolbar.ql-snow {
    border: none;
}
.editor-block .ql-container.ql-snow {
    border: 1px solid #ACACAC;
    border-radius: 4px;
    min-height: 248px;
}
.editor-block .ql-toolbar.ql-snow + .ql-container.ql-snow {
    border-top: 1px solid #ACACAC;
}


.radio-select {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.radio-select__item {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.radio-select__input {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
}
.radio-select__custom {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #B2B0B0;
    position: relative;
}
.radio-select__custom::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #999898;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.radio-select__input:checked ~ .radio-select__custom::before {
    opacity: 1;
}
.radio-select__text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #000;
}

.teacher-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.teacher-item + .teacher-item {
    margin-top: 16px;
}
@media (max-width: 576px) {
    .modal__content .profile-actions {
        flex-direction: column;
    }
}






.profile-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.profile-card__row {
    display: flex;
    gap: 8px;
}

.profile-card__left {
    flex: 0 0 297px;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.profile-card__photo-img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}
.profile-card__photo {
    position: relative;
    line-height: 0;
}
.profile-card__rating.lable {
    font-size: 14px;
    padding: 9px;
    min-width: 60px;
}
.profile-card__label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
    padding: 14px;
}
.profile-card__more.btn, .profile-card__btn.btn {
    max-width: 100%;
}
.profile-card__right {
    flex: 0 0 calc(100% - 305px);
    background: #fff;
    padding: 20px;
    max-width: calc(100% - 305px);
}
.profile-card__left-content {
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.profile-card__discount {
    border: 1px solid #ff2d5a;
    padding: 10px 20px;
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 70%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
}
.profile-card__discount-value {
    color: #ff2d5a;
}
.profile-card__stats .profile-stats {
    font-size: 10px;
}
.profile-card__stats .profile-stats .icon {
    width: 14px;
}
.profile-card__left-footer {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}
.profile-card__status, .profile-card__map-link {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
}
.profile-card__map-link {
    font-family: var(--third-family);
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #555;
}
.profile-card__status {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ff5f00;
    gap: 5px;
}

.profile-card__position {
    font-size: 16px;
    margin-top: 4px;
}
.profile-card__position a {
    font-family: var(--third-family);
    font-style: italic;
    text-decoration: underline;
}
.profile-card__services {
    font-size: 16px;
    line-height: 120%;
    color: #000;
}
.profile-card__table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.profile-card__table td {
    padding-top: 13px;
    padding-bottom: 5px;
    border-bottom: 1px solid #C3C3C3;
    float: none;
}
.profile-card__table td:last-child {
    text-align: right;
    white-space: nowrap;
}
.profile-card__table td:first-child {
    text-align: left;
    white-space: normal;
}
.profile-card__all-services {
    font-family: var(--third-family);
    font-style: italic;
    font-size: 14px;
    line-height: 140%;
    text-decoration: underline;
    color: #555;
}
.profile-card__gallery {
}
.profile-card__gallery .profile-photo img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.profile-card__slider {
    margin-left: -7px;
    margin-right: -7px;
}
.profile-card__slider .col-pd {
    padding-left: 7px;
    padding-right: 7px;
}
.profile-card__socials .profile__social.p-sub {
    gap: 4px 1px;
    margin-bottom: 0;
}

.profile-card__socials.profile{
    margin-top: auto;
}


@media (max-width: 991px) {
    .profile-card__left {
        flex: 0 0 277px;
    }
    .profile-card__right {
        flex: 0 0 calc(100% - 285px);
        max-width: calc(100% - 285px);
    }
    .profile-card__table td:first-child {
        font-size: 14px;
    }
    .profile-card__socials .profile__social.p-sub {
        gap: 15px 30px;
    }    

    .profile-card__slider {
        margin-left: -3px;
        margin-right: -3px;
    }
    .profile-card__slider .col-pd {
        padding-left: 3px;
        padding-right: 3px;
    }
    .profile-card__left-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    
}
@media (max-width: 767px) {
    .profile-card__row {
        flex-wrap: wrap;
    }
    .profile-card__left,
    .profile-card__right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .profile-card__info {
        width: 100%;
        text-align: center;
    }
    .profile-card__left-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .profile-card__left-footer {
        padding: 0 16px 15px;
    }
    .profile-card__photo {
        padding: 15px 15px 0;
    }
    .profile-card__label {
        left: 15px;
        right: 15px;
    }
    .profile-card__right {
        padding: 15px;
    }
    .profile-card .lables-list {
        top: 15px;
        left: 15px;
    }
}
@media (max-width: 576px) {
    .profile-card {
        gap: 0;
    }
    .profile-card__name.h2 {
        font-size: 20px;
    }
    .profile-card__position {
        font-size: 12px;
    }
    .profile-card__services-title {
        font-size: 20px;
        line-height: 1.1;
    }
    .profile-card__services {
        font-size: 12px;
    }
    .profile-card__table td:first-child {
        font-size: 12px;
    }
    .profile-card {
        gap: 0;
    }
    .profile-card__right {
        padding-bottom: 5px;
    }
    .profile-card__more.btn {
        box-shadow: 0 0 0px 15px #fff;
        margin: 15px;
        max-width: calc(100% - 30px);
    }
    .profile-card__socials .profile__social.p-sub {
        gap: 15px;
    }

}

.promo-block {
    padding: 72px 0;
}
.promo-block__container {
    display: flex;
    gap: 70px;
}
.promo-block__image {
    flex: 0 0 290px;
}
.promo-block__text {
    max-width: 372px;
}
@media (min-width: 577px) and (max-width: 991px) {
    .promo-block__image {
        display: none;
    }    
}
@media (max-width: 991px) {
    .promo-block__container {
        gap: 40px;
    }
}
@media (max-width: 576px) {
    .promo-block {
        padding: 60px 0;
    }
    .promo-block__container {
        gap: 20px;
    } 
    .promo-block__image {
        flex: 0 0 100%;
    }
    .promo-block__image img {
        width: 100%;
    }
    .promo-block__button.btn {
        max-width: 100%;
    }
}


.modal.fade.modal--profile-card {
    padding: 74px 30px !important;
}
.modal--profile-card .profile-card__services {
    padding: 20px;
    background: #f6f6f6;
}
.modal--profile-card tr:first-child td {
    padding-top: 0;
}
@media (max-width: 576px) {
    .modal.fade.modal--profile-card {
        padding: 40px 20px !important;
    }
}

@media (max-width: 500px) {
    .professionals-category .toolbox__item.toolbox__sort {
        display: block;
    }
}





/* Отдельная_Страница_мастера_Школи_Салона */
.profile-master .profile-photo img {
    aspect-ratio: 1 / 1;
}
.profile-master .profile__info {
    padding: 20px;
}
.profile-card__features {
    min-height: 43px;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 16px; */
    max-width: 300px;
    margin: 0 auto;
}
.service-category__title:not(.p1) {
    font-size: 22px;
    line-height: 110%;
    color: #101010;
}
.h2.color-accent {
    color: var(--color-accent);
}
@media (min-width: 992px) {
    .profile-page-master .profile-services {
        padding: 32px 30px;
        gap: 30px;
    }
}


.profile__about-description {
    overflow: auto;
}
.profile__about-description::-webkit-scrollbar {
    width: 6px;
}
.profile__about-description::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.profile__about-description::-webkit-scrollbar-thumb {
    background: #b2b0b0; 
    border-radius: 3px; 
}
.profile__about-description::-webkit-scrollbar-thumb:hover {
    background: #1e1e1e; 
}
@media (max-width: 991px) {
    .profile-master .profile-card__left {
        flex: 0 0 338px;
        max-width: 338px;
        margin: 0 auto;
    }
    .profile-master .profile-card {
        padding: 20px;
        background: #fff;
        margin-bottom: 8px;
        display: block;
    }
    .profile-master .profile__about-description {
        max-height: 200px;
    }
    
    .profile-master .profile-card__left-content {
        padding-left: 0;
        padding-right: 0;
    }
    .profile-master .profile__info {
        padding: 15px;
    }
    .profile-master .profile-card__stats .profile-stats {
        gap: 20px;
    }
}
@media (min-width: 577px) and (max-width: 991px) {
    .profile-master .profile__social li > a, .profile-master .profile__social li > span {
        min-width: 130px;
        font-size: 12px;
    }
    
    .profile-master .profile__about-description {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .profile-master .profile-card__photo {
        padding: 0;
    }
    .profile-master .profile-card__label {
        left: 0;
        right: 0;
    }
    .profile-master .profile-card__left-footer {
        padding: 0;
    }
    
}
@media (max-width: 576px) {
    .profile-master .profile-card {
        padding: 15px;
    }
    .profile-master .profile__info {
        background: #fff;
    }
    .profile-master .profile__name {
        text-align: left;
        padding: 0;
        font-size: 20px;
    }
    .profile-master .profile__role {
        justify-content: flex-start;
    }
    .profile-master .profile__about {
        padding: 0;
    }
    .profile-master .profile__footer {
        padding: 0;
    }
    .profile-master .profile-card .lables-list {
        top: 0;
        left: 0;
    }
}

.list-grafic {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.profile__role a {
    text-decoration: underline;
}
.service-category__toggle {
    font-size: inherit;
    font-family: inherit;
    background: transparent;
    border: none;
    display: inline-flex;
    align-items: center;
    padding: 0;
    gap: 10px;
}
.service-category__toggle::after {
    content: '';
    width: 12px;
    height: 8px;
    background-image: url(../images/svg/arrow-down.svg);
    transition: all 0.2s ease-in-out;
    background-size: contain;
    display: block;
}
.service-category__toggle.is-active::after {
    transform: rotate(180deg);
}
.service-table.child td:first-child {
    padding-left: 20px;
}
.service-table.child tr:last-child td {
    border-bottom: none;
}
@media (min-width: 577px) and (max-width: 991px) {
    .profile-page-master .profile-services {
        padding: 30px;
    }
    .profile-page-master .service-table {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .profile-page-master .profile-services {
        gap: 30px;
    }
}
@media (max-width: 767px) {
    .profile-page-master .profile-services {
        padding: 20px;
    }
    .service-category__title:not(.p1) {
        font-size: 16px;
    }
}




.work-hours__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 292px;
    color: #000;
}
.work-hours__item {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .work-hours .work-hours__list {
        max-width: 100%;
        margin-bottom: 26px;
    }
}

@media (max-width: 991.98px) {
    .products__header .order-md-2 {
        order: 3;
    }
}
@media (max-width: 991px) {
    .work-hours .work-hours__list {
        font-size: 14px;
        gap: 10px;
    }
}

.map-box {
    width: 100%;
    height: 347px;
    position: relative;
}
#leaflet-map {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    overflow: hidden;
}
#leaflet-map .leaflet-popup-content-wrapper {
    border-radius: 0;
}
.map-box__label,
.leaflet-custom-popup {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #101010;
}
.map-box__label {
    position: absolute;
    bottom: 20px;
    z-index: 400;
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    width: 363px;
    padding: 20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 576px) {
    .map-box {
        height: 252px;
    }
    .map-box__label {
        width: 95%;
        max-width: 340px;
    }
}

.diplomas .diplomas__image {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.pdf-list__item {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}
.pdf-list__info {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #000;
}
.pdf-list__size {
    color: #ed4a6d;
}
.pdf-list__grid.gap-20 {
    gap: 20px 0;
}
@media (max-width: 576px) {
    .pdf-list__icon {
        width: 50px;
    }
    .pdf-list__info {
        font-size: 14px;
    }
}


.gift-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.gift-card__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
}
.gift-card__body {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #000;
}
.gift-card-accent {
    color: #ff2d5a;
}

.gift-card__price span {
    font-size: 24px;
}
.gift-card__footer {
    display: flex;
    gap: 8px;
}
.gift-card__link.times {
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.gift-card__footer .gift-card__button, .gift-card__footer .gift-card__link {
    width: 50%;
}
.gift-card__image {
    width: 100%;
}
@media (max-width: 576px) {
    .gift-card {
        gap: 10px;
    }
    .gift-card__title {
        font-size: 10px;
    }
    .gift-card__body {
        font-size: 10px;
    }
    .gift-card__footer {
        flex-wrap: wrap;
        gap: 0;
    }
    .gift-card__footer .gift-card__button, .gift-card__footer .gift-card__link {
        width: 100%;
    }
    .gift-card__link.times {
        font-size: 12px;
    }
}




/* BLOG ACCOUNT */
.account-book .account-block__aside {
    height: auto;
}
.profile-form__socials.gap-20 .profile-form__socials-item {
    gap: 20px;
}
@media (max-width: 576px) {
    .profile-form .form__row.mt-20 {
        margin-top: 0;
    }
}


.btn.profile-block__add-post {
    height: 30px;
}
@media (max-width: 576px) {
    .btn.profile-block__add-post {
        height: 48px;
        max-width: 100%;
    }
}


.publications-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.publication-card__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #000;
    display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.publication-card__content {
    display: flex;
    gap: 20px;
}
.publication-card__image {
    flex: 0 0 50px;
    line-height: 0;
}
.publication-card td {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 2px solid #ECEAEA;
    float: none;
}
.publication-card td:not(:first-child) {
    padding-left: 20px;
}
.publication-card:last-child td {
    border-bottom: 2px solid #ECEAEA;
}

.publication-card__status, .publication-card__date {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #000;
    white-space: nowrap;
}
.publication-card__rating {
    border-radius: 10px;
    padding: 0 5px;
    background: #d20000;
    font-family: var(--font5);
    font-weight: 400;
    font-size: 12px;
    line-height: 200%;
    color: #fff;
    height: 20px;
    display: inline-flex;
    align-items: center;
}
@media (max-width: 576px) {
    .publication-card__content {
        gap: 8px;
    }
    .publication-card td:not(:first-child) {
        padding-left: 8px;
    }
}




.publications .toolbox-style2 .select-box__item {
    height: 30px;
    min-width: 140px;
}
.publications .select-box__dropdown li>span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.publications__search {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.publications__search-input {
    height: 27px;
    border: 1px solid #b2b0b0;
    padding: 6px 31px 6px 8px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #b2b0b0;
    width: 255px;
    background: transparent;
}
.publications__search-btn {
    color: #000;
}
.publications .filter-toggle.btn-style2 {
    height: 30px;
    width: 140px;
    justify-content: space-between;
}



.publications .filter {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    padding: 50px 30px;
    background: #fff;
    will-change: transform;
    -webkit-transition: opacity .25s ease, ease;
    -webkit-transition: opacity .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, -webkit-transform .25s ease;
    -o-transition: opacity .25s ease, transform .25s ease;
    transition: opacity .25s ease, transform .25s ease;
    transition: opacity .25s ease, transform .25s ease, -webkit-transform .25s ease;
    opacity: 0;
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 600;
}
@media (min-width: 1025px) {
    .publications .filter {
        width: 320px;
    }
}
.filter-open {
    overflow: hidden;
}
.filter-open .publications .filter {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    overflow: auto;
}
.sidebar-overlay {
    background: rgba(30, 30, 30, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 500;
    opacity: 0;
    -o-transition: opacity .45s cubic-bezier(.25, .46, .45, .94);
    -webkit-transition: opacity .45s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .45s cubic-bezier(.25, .46, .45, .94);
}
.filter-open .publications .sidebar-overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.publications .btn-load-pagination {
    height: 30px;
    padding-left: 19px;
    padding-right: 19px;
}
@media (max-width: 767px) {
    .publications__search-input {
        width: 180px;
    }
}
@media (max-width: 576px) {
    .publications .filter-toggle.btn-style2 {
        width: 24px;
        order: 1;
    }
    .publications__search {
        order: 0;
        flex: 1;
        padding-right: 10px;
    }
    .publications .toolbox.toolbox-style2 {
        order: 2;
    }
    .publications .toolbox-style2 .select-box__item {
        min-width: 25px;
    }
    .publications__search-input {
        height: 34px;
        width: 100%;
    }
    .publications__search-btn {
        position: absolute;
        right: 20px;
    }
}

@media (max-width: 991px) {
    /* .certificates-popular.products {
        padding-bottom: 0;
    }
    .certificates-popular.products .arrows {
        position: relative;
        left: initial;
        transform: none;
    } */
}



.feature-card__slider {
    background: #eceaea;
    padding: 43px 20px 20px;
    position: relative;
}
.feature-card__tag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 9px;
    background: #ed4a6d;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 8px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.feature-card__arrows {
    margin-top: 8px;
    text-align: center;
}
.feature-card__footer {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eceaea;
}
.feature-card.modal--review {
    max-width: 395px;
}
.feature-card__excerpt {
    font-size: 12px;
    line-height: 160%;
    color: #555;
    margin-bottom: 20px;
}
.modal-profile .modal__title.feature-card__title {
    font-family: var(--second-family);
    font-size: 20px;
    line-height: 110%;
}



.city-select-button {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #000;
}
.modal.modal--city {
    max-width: 1200px;
}
.modal--city .container-fluid {
    padding: 0;
}
.modal--city .cities__inner {
    padding: 0;
}
.modal--city .cities.mb-80 {
    margin: 0;
}
.header .calendar {
    cursor: pointer;
}
.header .calendar::before {
    content:'';
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 4H5C3.89543 4 3 4.89543 3 6V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V6C21 4.89543 20.1046 4 19 4Z' stroke='black' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M3 10H21' stroke='black' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M16 2V6' stroke='black' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M8 2V6' stroke='black' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}




/* Certificate page */
.gift-section__description {
    font-size: 16px;
    line-height: 160%;
    color: #000;
}
.gift-section__description p:last-child {
    margin-bottom: 0;
}

.certificate-offer {
    background: #fff;
}
.certificate-offer {
    background: #fff;
    padding: 20px;
}
.certificate-offer__content {
    border: 1px dashed #ED4A6D;
    padding: 30px;
}
.certificate-offer__title {
    font-size: 22px;
    line-height: 160%;
    color: #000;
    margin: 0;
}
.certificate-offer__price {
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    color: #ed4a6d;
}
.certificate-offer__subtitle {
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    color: #000;
}
.certificate-offer__tags {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #ed4a6d;
}
.certificate-offer__button.btn.w-100 {
    max-width: 100%;
}
.gift-section__image {
    line-height: 0;
    height: 100%;
    position: relative;
}
.gift-section__image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
@media (min-width: 992px) {
    .gift-section__image img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }
}
@media (max-width: 991px) {
    .gift-section__image img {
        max-height: 373px;
    }

    .gift-section__title.mb-40 {
        margin-bottom: 20px;
    }
    .gift-section__description.mb-40 {
        margin-bottom: 20px;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .profile-certificate .profile-card__features {
        max-width: 100%;
    }
    .profile-certificate.profile-master .profile-card {
        padding: 0;
        margin: 0;
    }
    .profile-certificate.profile-master .profile__about-description {
        max-height: 150px;
    }
    .profile-certificate.profile-master .profile-card__left {
        max-width: 100%;
    }
    .profile-certificate.profile-master .profile-card__left-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 767px) {
    .profile-certificate .profile-card__more {
        margin-top: -8px;
    }
}
@media (max-width: 576px) {
    
    .gift-section__description {
        font-size: 14px;
    }
    .gift-section__content {
        margin-left: -10px;
        margin-right: -10px;
        background: #fff;
        padding: 15px;
    }
    .gift-section__content .row.gap-8 {
        gap: 20px;
    }
    .certificate-offer {
        padding: 0;
    }
    .certificate-offer__content {
        padding: 15px;
    }
    .certificate-offer__title, .certificate-offer__subtitle, .certificate-offer__tags {
        font-size: 14px;
    }
    .certificate-offer__price {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .certificate-offer__tags.mb-40 {
        margin-bottom: 20px;
    }
    .gift-section__image img {
        max-height: none;
        aspect-ratio: 16 / 9;
    }
}




/*Акции и Скидки архив */
.service-card.service-card--archive {
    flex-direction: column;
    padding: 0;
    background: transparent;
    gap: 20px;
}
.service-card--archive .service-card__image {
    flex: initial;
    max-width: none;
}
.service-card--archive .service-card__image img {
    aspect-ratio: 16 / 10;
    min-height: auto;
    height: auto;
}
.service-card--archive .service-card__title {
    font-size: 14px;
    font-family: var(--font-family);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.service-card--archive .service-card__date, .service-card--archive .service-card__description {
    font-size: 12px;
    line-height: 183%;
    color: #000;
}
.service-card--archive .service-card__date {
    font-style: italic;
}
.service-card--archive .service-card__author {
    padding-top: 0;
    border-top: none;
    padding-bottom: 10px;
}
.service-card--archive .service-card__info .article__info-block {
    flex-wrap: wrap;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .service-card--archive .service-card__info .article__info-block {
        gap: 8px;
    }
}
@media (max-width: 576px) {
    .service-card.service-card--archive {
        gap: 10px;
    }
    .service-card--archive .service-card__title {
        font-size: 12px;
    }
    .service-card--archive .service-card__date, .service-card--archive .service-card__description {
        font-size: 10px;
        line-height: 140%;
    }
    .service-card--archive .service-card__author-image {
        flex: 0 0 30px;
        height: 30px;
        max-width: 30px;
    }
    .service-card--archive .service-card__author-name {
        font-size: 10px;
    }
    .service-card--archive .service-card__info {
        padding-bottom: 10px;
    }

    .service-card--archive .service-card__info .article__info-block {
        font-size: 6px;
    }
    .service-card--archive .article__info-block .icon {
        width: 10px;
    }
}




/* FAQ page */
.faq__content {
    background: #fff;
    padding: 24px;
}

.faq__top {
    border-bottom: 1px solid #101010;
    padding: 0px 24px 22px 24px;
}
.faq__list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 0;
}
.faq__item {
    display: flex;
    gap: 24px;
    padding: 0 24px 6px;
    border-bottom: 1px solid #ECEAEA;
}
.faq__item-meta {
    flex: 0 0 100px;
    /* max-width: 100px; */
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq__item-author {
    font-weight: 700;
    font-size: 14px;
    color: #000;
}
.faq__item-date {
    font-family: var(--third-family);
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    color: #000;
}
.faq__item-question {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}
.faq__item-excerpt {
    font-size: 14px;
    color: #000;
    margin: 0;
}
.faq__item-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 10px;
}
.tag {
    border: 1px solid #b2b0b0;
    border-radius: 30px;
    padding: 3px 12px;
    font-family: var(--third-family);
    font-style: italic;
    font-weight: 400;
    font-size: 10px;
    line-height: 140%;
    color: #000;
}
.faq__item-top {
    display: flex
;
    flex-direction: column;
}
.faq__item-stats {
    font-size: 12px;
}
.faq__item-stats .icon {
    width: 20px;
}
.btn.load-more {
    height: 40px;
    max-width: fit-content;
}
@media (min-width: 992px) {
    .faq__content {
        margin-left: -15px;
        margin-right: -15px;
    }
    .faq__search .publications__search-input {
        width: 477px;
    }
}
@media (max-width: 767px) {
    .faq__top {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .faq__item {
        gap: 8px;
        padding: 0 0 8px;
        border-bottom: 1px solid #ECEAEA;
    }
}

@media (max-width: 576px) {
    .faq__content {
        margin: 0 -10px;
        padding: 20px 0;
    }
    .faq__top {
        padding-bottom: 10px;
        gap: 10px;
    }
    .faq__list {
        padding-left: 24px;
        padding-right: 24px;
    }
    .faq__item {
        flex-direction: column-reverse;
    }
    .faq__item-meta {
        flex: initial;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .faq__controls .select-box__item {
        font-size: 0;
        padding: 0;
        position: relative;
        border: none;
    }
    .faq__controls .select-box__item::before {
        content: '';
        width: 18px;
        height: 18px;
        background-image: url(/catalog/view/theme/OPC100246/assets/images/svg/filter.svg);
        top: 50%;
        left: 3px;
        right: 0px;
        position: absolute;
        transform: translateY(-50%);
    }
    .faq__controls .toolbox__sort:nth-of-type(1) {
        display: block;
    }
    .faq__controls .select-box::before {
        display: none;
    }

    .faq__title.mb-40 {
        margin-bottom: 20px;
        text-align: left;
    }
    .faq__controls.mb-40 {
        margin-bottom: 20px;
    }
    .faq__ask-btn.btn {
        max-width: 100%;
    }
    .faq__more-wrap.mb-40 {
        margin-bottom: 0;
        padding: 0 24px;
    }
    .btn.load-more {
        max-width: 100%;
    }
}




.faq-photo img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.faq__gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.faq__item.faq-full {
    padding-bottom: 20px;
}

.answer-form__wrap {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
.answer-form__wrap .form__group {
    flex: 1;
}
.answer-button.btn {
    max-width: 252px;
}

.faq-comment-list .comment {
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.faq-comment-list .comment__info {
    margin: 0;
}
.faq-comment-list .comment__reply {
    padding-left: 124px;
    margin-top: 24px;
}
.faq-comment-list .comment__text {
    padding-bottom: 0;
}
.faq-comment-list .comment__reply .comment__body {
    border-top: none;
    padding-top: 0;
}
.comment__author.mb-10 {
    margin-bottom: 10px;
}

.faq .btn-action {
    border-radius: 0;
    font-family: var(--font-family);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-style: normal;
    padding: 8px 8px 6px;
}
.faq .comment__replyto {
    font-family: var(--third-family);
    font-style: italic;
}
.faq .form__field::placeholder {
    color: #999999;
    opacity: 1;
}
  
.faq .form__field::-ms-input-placeholder {
    color: #999999;
}
@media (max-width: 991px) {
    .faq__item.faq-full {
        padding-left: 0;
        padding-right: 0;
    }
    .answer-button.btn {
        max-width: 242px;
    }
}
@media (max-width: 576px) {
    .faq__item.faq-full {
        gap: 20px;
    }
    .answer-form, .faq-comment-list.comment-list {
        padding-left: 24px;
        padding-right: 24px;
    }
    .answer-form__wrap {
        flex-direction: column;
        align-items: normal;
    }
    .answer-button.btn {
        max-width: 100%;
    }
    .faq-comment-list .comment__text {
        width: 100%;
        max-width: 100%;
    }
    .faq-comment-list .comment__reply {
        padding-left: 0;
    }

    .faq .comment__date {
        font-size: 12px;
    }
    .faq-comment-list .comment__reply .comment__body {
        flex-wrap: nowrap;
    }
}

.model-card__social-link{
    width: 24px;
    height: 24px;
}

.error#rating-error{
    visibility: visible;
    margin-bottom: 20px;
    font-size: 12px;
}














@media (max-width: 1280px) {
   .business-card__title{
    height: 39px;
    overflow: hidden;
   }
}

@media (max-width: 868px) {
    .profile-page table td {
        float: none;
        width: inherit;
    }

    .service-category .service-table td:nth-child(2),
.service-table td:nth-child(3) {
    width: 170px;
}

.service-category .service-table.service-table-fix td:nth-child(2),
.service-category .service-table.service-table-fix td:nth-child(3) {
    width: inherit;
}

}

@media (max-width: 768px) {

.service-category .service-table td:nth-child(2),
.service-table td:nth-child(3) {
    width: 100px;
}


   .business-card__title{
    height: auto;
   }

   .business-card__subtitle {
    height: auto;
}

}

@media (max-width: 576px) {

    .service-category .service-table td:nth-child(2),
.service-table td:nth-child(3) {
    width: 70px;
}

  .salons__list .article__info-viewed{
    display: flex;

  }
  .professionals__page .article__info-viewed{
    display: flex;
  }
  .professionals-category .article__info-viewed{
    display: flex;
  }
  

  .article .article__details.article__details-left .article__info {
         align-items: inherit; 
    }

        .article__details.article__details-left .article__info .article__info-block {
        justify-content: start;
    }

    .article__details.article__details-left .article__info .article__info-block .article__info-dislikes {
        display: none;
    }

}




.form__field.invalid-field {
    border-bottom: 1px solid red;
}


.discount-form__input.invalid-field{
     border: 1px solid red;
}





@media (max-width: 992px) {

    .reviews-professionals .btn-add-review.hidden-md {
        margin-bottom: 0px; 
    }

}



/* COURSE Page */
.course-info__price {
    margin-bottom: 24px;
}
.course-info__label {
    font-size: 16px;
    line-height: 160%;
}
.course-info__value {
    font-size: 18px;
    line-height: 160%;
}
.course-info__value--price {
    font-size: 22px;
}
@media (max-width: 767px) {
    .course-info__label {
        font-size: 14px;
    }
    .course-info__value {
        font-size: 16px;
    }
}



.course-program {
    font-size: 18px;
    line-height: 140%;
    color: #101010;
    padding: 32px 30px;
    background: #fff;
}
@media (max-width: 991px) {
    .course-program {
        font-size: 16px;
        padding: 24px;
    }
}
@media (max-width: 767px) {
    .course-program {
        font-size: 14px;
        padding: 16px;
    }
}







.ceo-audience> .container {
    max-width: 1380px;
}
.feature-card {
    padding: 20px;
    background: #fff;
    height: 100%;
}
.feature-card__title {
    font-size: 20px;
}
.feature-card__icon {
    margin-bottom: 16px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0c5cd4;
    border-radius: 50%;
}
.feature-card__text {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #555;
}

.intro .intro__title {
    font-weight: 400;
    max-width: 798px;
    margin-left: auto;
    margin-right: auto;
}
.audience-card .btn.w-100 {
    max-width: 100%;
}
.audience-card__title {
    font-size: 42px;
    line-height: 120%;
    color: #101010;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: normal;
}
.audience-card__title strong {
    font-family: var(--second-family);
    font-style: normal;
}
.audience-card__subtitle {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 22px;
    line-height: 145%;
    color: #101010;
}
.audience-card__list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #101010;
}
.audience-card__list li {
    display: flex;
    align-items: center;
    gap: 8px;
}
.audience-card__list li::before {
    content:'';
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 21C21.5523 21 22 20.5523 22 20L22 11C22 10.4477 21.5523 10 21 10C20.4477 10 20 10.4477 20 11L20 19L12 19C11.4477 19 11 19.4477 11 20C11 20.5523 11.4477 21 12 21L21 21ZM4 3L3.29289 3.70711L20.2929 20.7071L21 20L21.7071 19.2929L4.70711 2.29289L4 3Z' fill='%230C5CD4' /%3E%3C/svg%3E");
}
@media (max-width: 991px) {
    .audience-card .btn.w-100 {
        max-width: 582px;
    }
    .audience-card__image {
        text-align: center;
        margin-top: 40px;
    }
}
@media (max-width: 576px) {


    .audience-card__title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .audience-card__subtitle {
        font-size: 14px;
    }
    
}


.application-slider .slick-slider .slick-track{
    display: flex;
}

.application-page-login .form__btn.btn {
    max-width: 100%;
}
@media (max-width: 576px) {
    .application-page-login .already-register {
        margin-bottom: 0;
    }
    .login-box__col.order-3 {
            -ms-flex-order: 3;
    order: 3;
    }
}