.e-star{--_background-color-basic:#db7006}.e-star--size-s{width:1.25rem}.e-star--size-m{width:1.75rem}.e-star--size-l{width:2.25rem}.e-star--var-one{color:var(--_background-color-basic)}.e-star--var-two{color:var(--color-ui-gray-300)}.e-star--var-three{color:#fff;stroke:var(--color-ui-gray-300)}.e-star--var-three path:first-child{fill:var(--_background-color-basic)}@keyframes heartBeat{20%{transform:scale(.9)}40%{transform:scale(1)}}.a-heartbeat{animation:.6s infinite heartBeat}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-.25rem)}20%,40%,60%,80%{transform:translate(.25rem)}}.is-anim-shake{animation:.2s shake}.b-show-more{justify-content:center;align-items:center;display:flex}.b-show-more--fit-one{margin-top:2.5rem;max-width:44rem;margin-inline:auto}.b-show-more--fit-full{grid-column:-1/1}.b-show-more.is-invisible{display:none}.b-show-more_btn{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:.5rem;display:inline-flex;position:relative}.b-show-more_btn .e-btn:after{content:"";position:absolute;inset:0}.b-show-more_btn-title{font-size:var(--typo-xs-fs);line-height:var(--typo-xs-lh-m);color:var(--color-ui-gray-800);font-weight:600}.b-show-more_btn-label{font-size:var(--typo-xs-fs);line-height:var(--typo-xs-lh-m);color:var(--color-ui-gray-700);font-weight:500}.b-show-more_btn-icon{width:1rem}.e-outro{max-width:40rem}.e-outro--fit-one{text-align:center;margin-inline:auto}.e-outro_text{font-size:var(--typo-s-fs)}@media (max-width:767px){.e-outro_text{line-height:var(--typo-s-lh-s)}}@media (min-width:768px){.e-outro_text{line-height:var(--typo-s-lh-m)}}.card{flex-direction:column;max-width:22rem;height:23.5rem;display:flex;position:relative}.card_pic{background-color:var(--color-ui-gray-100);height:12rem;font-size:0;position:relative;overflow:hidden}@media (hover:hover) and (pointer:fine){.card_pic:hover:after{content:"";background-color:#0000000d;position:absolute;inset:0}}.card_pic-img{background-color:var(--color-ui-gray-200);object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.card_title{--_lines-height:var(--typo-s-lh-s);--_lines-count:2;--_outline-gap:.25rem;height:calc((var(--_lines-height)*var(--_lines-count)) + (var(--_outline-gap)*2));padding:var(--_outline-gap);font-size:var(--typo-s-fs);line-height:var(--_lines-height);margin-top:.5rem;margin-bottom:0;margin-inline:calc(var(--_outline-gap)*-1);overflow:hidden}.card_title a{text-overflow:ellipsis;-webkit-line-clamp:var(--_lines-count);-webkit-box-orient:vertical;display:-webkit-box}.card_text{--_lines-height:var(--typo-xs-lh-s);--_lines-count:3;max-height:calc(var(--_lines-height)*var(--_lines-count));text-overflow:ellipsis;font-size:var(--typo-xs-fs);line-height:var(--_lines-height);color:var(--color-ui-gray-700);-webkit-line-clamp:var(--_lines-count);-webkit-box-orient:vertical;flex:1;margin:0;display:-webkit-box;overflow:hidden}.card_footer{flex-shrink:0;justify-content:space-between;align-items:center;width:100%;height:3.5rem;margin-top:auto;display:flex}.card_price{white-space:nowrap;color:var(--color-ui-gray-800);line-height:1.5rem}.card_price:not(.card_price--var-before){letter-spacing:-.02em;font-size:var(--typo-s-fs);font-weight:500}.card_price--var-before{font-size:var(--typo-xs-fs);font-weight:500;line-height:1rem;text-decoration:line-through}.card_button{z-index:2;min-width:var(--size-3xl);position:relative}.card_label{--_self-height:1.5rem;z-index:1;background:var(--_foreground-color,var(--color-ui-yellow-100));height:var(--_self-height);text-transform:uppercase;min-width:3.25rem;font-size:var(--typo-2xs-fs);color:#fff;pointer-events:none;justify-content:center;align-items:center;font-weight:500;display:inline-flex;position:absolute;left:0}.card_label--one{top:calc(var(--_self-height)*0)}.card_label--two{top:calc(var(--_self-height)*1)}.card_label--three{top:calc(var(--_self-height)*2)}.card_label--four{top:calc(var(--_self-height)*3)}.card_label--new{--_foreground-color:linear-gradient(135deg,#196f2a,#27ad41,#196f2a)}.card_label--new:before{content:"new"}.card_label--action:before{content:"%"}.card_label--top{--_foreground-color:linear-gradient(135deg,#d57d2e,#e2a56e,#d57d2e)}.card_label--top:before{content:"top"}.card_label[class*=--disc],.card_label--action{--_foreground-color:linear-gradient(135deg,#811636,#c22151,#811636);font-size:var(--typo-xs-fs)}.card_label--disc10:before{content:"−10%"}.card_label--disc15:before{content:"−15%"}.card_label--disc20:before{content:"−20%"}.card_label--disc25:before{content:"−25%"}.card_label--disc30:before{content:"−30%"}.card_label--disc40:before{content:"−40%"}.card_label--disc50:before{content:"−50%"}.card_favorite{z-index:2;position:absolute;top:.5rem;right:.5rem}@media (hover:hover) and (pointer:fine){.card:not(:hover):not(:focus-within) .card_favorite:not(.is-favorite){opacity:0}}@keyframes skeletonLoad{0%{translate:0}to{translate:200%}}.e-favorite{aspect-ratio:1;border-radius:50%;justify-content:center;align-items:center;height:2rem;display:inline-flex}.e-favorite:not(.is-favorite) .e-favorite_ico{color:#fcfcfc;fill:none}@media (hover:hover) and (pointer:fine){.e-favorite:hover .e-favorite_ico,.e-favorite.is-favorite:hover .e-favorite_ico{color:var(--color-ui-red-600);fill:var(--color-ui-red-600);animation:.6s infinite heartBeat}}.e-favorite_ico{width:1.75rem}.e-favorite.is-favorite .e-favorite_ico{color:var(--color-ui-red-600);fill:var(--color-ui-red-600)}.e-main-expert{display:grid;position:relative}@media (max-width:767px){.e-main-expert{gap:.5rem;max-width:22rem}}@media (min-width:768px){.e-main-expert{grid-template-columns:12.25rem 1fr;grid-auto-rows:auto 1fr;align-items:start;gap:.5rem 1rem;max-width:44rem}}@media (max-width:767px){.e-main-expert.is-skeleton{min-height:26.75rem}}@media (min-width:768px){.e-main-expert.is-skeleton{min-height:13.75rem}}.e-main-expert+.e-main-expert{margin-top:2.5rem}.e-main-expert_avatar{position:relative}@media (max-width:767px){.e-main-expert_avatar{grid-row:1}}@media (min-width:768px){.e-main-expert_avatar{grid-row:1/span 2}}@media (hover:hover) and (pointer:fine){.e-main-expert_avatar:hover:after{content:"";background-color:#0000000d;position:absolute;inset:0}}.e-main-expert_avatar picture{background-color:var(--color-ui-gray-100);position:relative}@media (max-width:767px){.e-main-expert_avatar picture{width:100%;height:13.75rem}}@media (min-width:768px){.e-main-expert_avatar picture{aspect-ratio:196/220}}.e-main-expert_avatar picture img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.e-main-expert_label{z-index:2;pointer-events:none;position:absolute}.e-main-expert_label--var-exp-day{width:10.5rem;top:-.5rem;left:-.5rem}.e-main-expert_panel{gap:.5rem}@media (max-width:767px){.e-main-expert_panel{grid-template-columns:1fr 1fr;display:grid}}@media (min-width:768px){.e-main-expert_panel{align-self:end;align-items:flex-start;display:flex}}.e-main-expert_meta{flex-wrap:wrap;align-items:center;min-height:2rem;margin-bottom:.25rem;display:flex}.e-main-expert_specialization{text-transform:lowercase;letter-spacing:-.02em;font-size:var(--typo-s-fs);color:var(--color-ui-gray-800);margin-right:.5em;line-height:1.75rem}.e-main-expert_rating{letter-spacing:-.02em;font-size:var(--typo-s-fs);line-height:var(--typo-s-lh-m);color:var(--color-ui-gray-800);justify-content:flex-start;align-items:center;margin-right:.5em;font-weight:500;display:inline-flex}.e-main-expert_rating-star{position:relative;top:.0625rem}.e-main-expert_rating-star+.e-main-expert_rating-star{margin-left:-.125rem}.e-main-expert_rating-count{justify-content:flex-start;align-items:center;display:inline-flex}.e-main-expert_name{margin-top:0;margin-bottom:0}.e-main-expert_name-link{letter-spacing:-.02em;font-size:var(--typo-m-fs);line-height:var(--typo-m-lh-m)}.e-main-expert_name-wrap{position:relative}.e-main-expert_status{position:absolute;left:calc(100% + .5rem)}.e-main-expert_panel .b-app-label{margin-bottom:.5rem;margin-right:-.625rem}.e-main-expert_panel-item{flex-direction:column;gap:.25rem;display:flex}@media (max-width:767px){.e-main-expert_panel-item .e-btn{padding-inline:.25rem}}@media (min-width:768px){.e-main-expert_panel-item .e-btn{min-width:11.25rem}}.e-main-expert_panel-price{align-items:center;gap:.25rem;padding-left:.5rem;display:flex}.e-main-expert_price{white-space:nowrap;letter-spacing:-.02em;font-size:var(--typo-xs-fs);color:var(--color-ui-gray-700);font-weight:500;line-height:normal}.e-main-expert_price--var-line-through{text-decoration:line-through}.e-main-expert_app{position:relative;top:.125rem}.e-main-expert_direct{font-size:var(--typo-xs-fs);flex-wrap:wrap;grid-column:-1/1;align-items:center;gap:.25rem;margin-top:.5rem;line-height:normal;display:flex}.e-main-expert_direct-info{position:relative;top:.1em}@media (hover:hover) and (pointer:fine){.e-main-expert_direct-info:hover{--_color-fill:#999}}.e-main-expert_direct-info-icon{width:1.5rem}.e-main-expert_description{--_lines-height:var(--typo-xs-lh-s);max-height:calc(var(--_lines-height)*var(--_lines-count));text-overflow:ellipsis;letter-spacing:-.01em;font-size:var(--typo-xs-fs);line-height:var(--_lines-height);color:var(--color-ui-gray-700);-webkit-line-clamp:var(--_lines-count);-webkit-box-orient:vertical;margin:0;font-weight:500;display:-webkit-box;position:relative;overflow:hidden}@media (max-width:767px){.e-main-expert_description{--_lines-count:3}}@media (min-width:768px){.e-main-expert_description{--_lines-count:4}}.e-main-expert_favorite{z-index:2;position:absolute}@media (max-width:767px){.e-main-expert_favorite{top:.5rem;right:.5rem}}@media (min-width:768px){.e-main-expert_favorite{top:.5rem;left:9.75rem}}@media (hover:hover) and (pointer:fine){.e-main-expert:not(:hover):not(:focus-within) .e-main-expert_favorite:not(.is-favorite){opacity:0}}.b-expert-listing-wrapper.is-loading{opacity:.3;pointer-events:none;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.b-expert-listing-wrapper.is-loading:after{content:"";will-change:translate;background:linear-gradient(90deg,#ffffff03,#fff6,#ffffff03);width:100%;height:100%;animation:.8s infinite skeletonLoad;position:absolute;top:0;left:0}@media (max-width:767px){.b-expert-listing-wrapper .e-main-expert{margin-inline:auto}}.b-app-label{place-items:center flex-start;gap:.25rem;height:1.75rem;display:flex}.b-app-label_ico{flex-shrink:0}.b-app-label_label{letter-spacing:-.01em;font-size:var(--typo-xs-fs);line-height:var(--typo-xs-lh-s);color:var(--color-ui-gray-800);margin:0;font-weight:500}.exp-status{white-space:nowrap;text-transform:lowercase;font-size:var(--_typo-font-size);color:var(--_color-foreground,var(--color-ui-gray-700));font-weight:600;line-height:normal}.exp-status--size-s{--_typo-font-size:var(--typo-xs-fs)}.exp-status--size-m{--_typo-font-size:var(--typo-m-fs)}.exp-status--online{--_color-foreground:var(--color-ui-green-600);--_color-background:var(--color-ui-green-100)}.exp-status--offline,.exp-status--chat-online{--_color-foreground:var(--color-ui-gray-600);--_color-background:var(--color-ui-gray-100)}.exp-status--talking,.exp-status--busy,.exp-status--chat{--_color-foreground:var(--color-ui-red-600);--_color-background:var(--color-ui-red-100)}.exp-status--break{--_color-foreground:var(--color-ui-yellow-600);--_color-background:var(--color-ui-yellow-100)}@keyframes skeletonOne{0%{translate:0}to{translate:200%}}.is-skeleton{color:var(--color-skeleton);background-color:currentColor;position:relative;overflow:clip}[data-theme-light] .is-skeleton{--color-skeleton:#00000008}[data-theme-dark] .is-skeleton{--color-skeleton:#ffffff05}.is-skeleton:after{content:"";background:linear-gradient(to right,#fff0,color-mix(in srgb,currentColor,white 1%),#fff0);will-change:translate;width:100%;height:100%;animation:1.5s infinite skeletonOne;position:absolute;inset:0;transform:translate(-100%)}.skeleton-text{--_fit-gap:.4em;--_fit-size-width:36em;min-height:calc(var(--_fit-size-base) - var(--_fit-gap));max-width:var(--_fit-size-width);width:100%;font-size:var(--_typo-font-size);translate:0 .3em}.skeleton-text+.skeleton-text{margin-top:var(--_fit-gap)}.skeleton-text--size-xs{--_fit-size-base:var(--typo-xs-lh-m);--_typo-font-size:var(--typo-xs-fs)}.skeleton-text--size-s{--_fit-size-base:var(--typo-m-lh-s);--_typo-font-size:var(--typo-s-fs)}.skeleton-text--size-m{--_fit-size-base:var(--typo-m-lh-m);--_typo-font-size:var(--typo-m-fs)}.e-expert-shedule_person{--foreground-color:var(--theme-color-fg-primary);color:var(--theme-color-fg-primary);margin-bottom:.5rem}.e-expert-shedule_cta{color:var(--theme-color-fg-secondary);margin-bottom:.75rem}.e-expert-shedule_cta p{margin-block:0}.e-expert-shedule_list{color:var(--theme-color-fg-primary);display:flex}.e-expert-shedule_list:has(.is-skeleton){margin-block:1rem 1.25rem}@media (max-width:769px){.e-expert-shedule_list{flex-direction:column;gap:.75rem;margin-bottom:1.25rem}}@media not (max-width:769px){.e-expert-shedule_list{gap:1rem;margin-bottom:1.25rem}}.e-expert-shedule_list-item:has(.is-skeleton){width:10rem}.e-expert-shedule_list-day{margin-block:0 .25rem;font-weight:600}.e-expert-shedule_list-slot li{letter-spacing:-.02em;font-size:var(--typo-m-fs);line-height:var(--typo-m-lh-s);font-weight:500;display:block}.e-expert-shedule_list-slot span{font-size:var(--typo-xs-fs);font-weight:600;line-height:0}body{overflow-x:clip}.p-page{padding-top:2.5rem;padding-bottom:8rem}.p-page_title{margin-bottom:1rem}.c-l,.g-cl{z-index:3;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABBJREFUeNpi+P//PwNAgAEACPwC/tuiTRYAAAAASUVORK5CYII=);width:100%;height:100%;position:absolute;inset:0}.layout-one{margin-bottom:-.9375rem;padding:0;list-style-type:none}.layout-one_row{flex-wrap:wrap;display:flex}.layout-one_row--one{margin-left:-.25rem;margin-right:-.25rem}.layout-one_item{flex:1;margin-bottom:.75rem}.layout-one_row--one>.layout-one_item{padding-left:.25rem;padding-right:.25rem}@media (min-width:768px){.layout-one_row{align-items:flex-end}.layout-one_row--seven .layout-one_item{flex:0 0 33.33%;width:33.33%}}.b-layout{justify-content:flex-start;align-items:flex-start;display:flex}@media (max-width:767px){.b-layout--one,.b-layout--two{flex-direction:column}}@media (min-width:768px){.b-layout--two{justify-content:flex-end}.b-layout_master{flex-shrink:0}}.hidden{display:none}.b-video{background-color:#232323;position:relative}.b-video:before{content:"";padding-top:56%;display:block}.b-video iframe{width:100%;height:100%;position:absolute;inset:0}.card_label--discount:after{content:"%"}.e-page-offer .e-footer--fit-one{margin-top:0}@media (max-width:769px){.card--var-skeleton{width:100%;margin-inline:auto}}