@charset "UTF-8";
:root{--base-color: #ff8c82;--base-Hcolor: 5;--mainColor: hsla(var(--base-Hcolor), 97%, 50%, 100%);--second-color: #ff8647;--second-Hcolor: 21;--secondColor: hsla(var(--second-Hcolor), var(--percent-second-color), 42%, 100%);--M-base-color: #ff8c82;--M-second-color: #ff8647;--bgColor: #ff8c82;--whiteColor: #fff;--fontColor: #2E2D2D;--fontColorWhite: #fff;--font-size: 16px;--font-sizeD: 0.9375vw;--pageBg: #fff;--grayColor: #5A5959;--line-height: 1.25;--line-height-alt: 1.35;--letter-spacing: 0;--font-family: "Circe", "Arial", "Helvetica", sans-serif;--percent-second-color: 100%;--percent-base-color: 70%}.js-btn{-ms-touch-action:manipulation;touch-action:manipulation}.mobile-btn--menu{display:none;position:relative;z-index:101;width:50px;height:50px;cursor:pointer}@media screen and (max-width:767px){.mobile-btn--menu{display:block}}.mobile-btn--menu.is-open>span{background-color:transparent}.mobile-btn--menu.is-open>span::after{transform:translateY(-9px) rotate(45deg)}.mobile-btn--menu.is-open>span::before{transform:translateY(9px) rotate(-45deg)}.mobile-btn--menu>span{position:absolute;top:50%;height:3px;right:10px;left:10px;margin-top:-1px;background-color:var(--fontColorWhite);transition:background-color 0.3s;backface-visibility:hidden;border-radius:2px}.mobile-btn--menu>span::before,.mobile-btn--menu>span::after{content:"";position:absolute;left:0;right:0;height:3px;background-color:var(--fontColorWhite);transition:background-color 0.3s, transform 0.3s;backface-visibility:hidden;border-radius:2px}.mobile-btn--menu>span::before{top:-9px}.mobile-btn--menu>span::after{bottom:-9px}.btn--std{position:relative;z-index:1;display:inline-block;font-family:var(--font-family);font-size:1rem;font-weight:700;text-transform:uppercase;line-height:1.25;font-weight:700;vertical-align:middle;text-align:center;text-decoration:none;white-space:nowrap;background-color:transparent;border:none;outline:none;transition:all 0.3s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;margin:0;border-radius:10px;background:var(--bgColor);border:1px solid var(--bgColor);color:var(--fontColorWhite);padding:15px 15px 10px;min-width:270px;text-transform:uppercase}@media screen and (min-width:1199px){.btn--std{font-size:1.1111111111rem;font-weight:700}}.btn--std:hover{background-color:var(--M-second-color);border-color:var(--M-second-color)}.btn--std::before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;z-index:1;border:1px solid transparent;transition:all 0.3s;border-radius:10px}.btn--std:hover::before{opacity:0;-webkit-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2)}.btn--std::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:0;border-radius:10px;background-color:var(--M-second-color);transition:all 0.3s;transform:scale(0.5, 0.5)}.btn--std:hover::after{opacity:1;transform:scale(1, 1)}.btn--light{position:relative;z-index:1;display:inline-block;font-family:var(--font-family);font-size:1rem;font-weight:700;text-transform:uppercase;line-height:1.25;font-weight:700;vertical-align:middle;text-align:center;text-decoration:none;white-space:nowrap;background-color:transparent;border:none;outline:none;transition:all 0.3s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;margin:0;border-radius:10px;background:var(--bgColor);border:1px solid var(--bgColor);color:var(--fontColorWhite);padding:15px 15px 10px;min-width:270px;text-transform:uppercase}@media screen and (min-width:1199px){.btn--light{font-size:1.1111111111rem;font-weight:700}}.btn--light:hover{background-color:var(--M-second-color);border-color:var(--M-second-color)}.btn--light::before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;z-index:1;border:1px solid transparent;transition:all 0.3s;border-radius:10px}.btn--light:hover::before{opacity:0;-webkit-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2)}.btn--light::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:0;border-radius:10px;background-color:var(--M-second-color);transition:all 0.3s;transform:scale(0.5, 0.5)}.btn--light:hover::after{opacity:1;transform:scale(1, 1)}.person-full{padding:35px;background:var(--whiteColor);box-shadow:0px 8px 19px rgba(142, 148, 152, 0.15);border-radius:10px;margin:0 -25px}@media screen and (min-width:1199px){.person-full{margin:0;display:flex}}.person-full__info{text-align:center}@media screen and (min-width:1199px){.person-full__info{text-align:left;padding-left:1.3888888889rem}}.person-full__title{font-size:1.125rem;font-weight:700;margin-top:5px}@media screen and (min-width:1199px){.person-full__title{font-size:1.3333333333rem;font-weight:700}}.person-full .schedule-list{padding:25px;background:hsla(var(--base-Hcolor), 100%, 97%, 1);border-radius:10px;margin-top:30px;width:995px}@media screen and (min-width:1199px){.person-full .schedule-list{margin:0 0 0 auto;width:51.8229166667vw;padding:1.3888888889rem}}.person-full .schedule-list__wrapper{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--M-base-color) rgba(var(--M-base-color), 0.3);overflow:hidden;overflow-x:auto;padding-bottom:37px;margin-right:-35px}.person-full .schedule-list__wrapper::-webkit-scrollbar{width:6px;height:6px}.person-full .schedule-list__wrapper::-webkit-scrollbar-track{background:rgba(var(--M-base-color), 0.3)}.person-full .schedule-list__wrapper::-webkit-scrollbar-thumb{background:var(--M-base-color)}@media screen and (min-width:1199px){.person-full .schedule-list__wrapper{overflow:auto;margin:0 0 0 auto}}.person-full .schedule-list table{width:100%;margin-bottom:37px}@media screen and (min-width:1199px){.person-full .schedule-list table{width:100%;margin:0}}.person-full .schedule-list table th{padding-bottom:10px}.person-full .schedule-list table th .day{color:#5A5959;text-transform:capitalize}.person-full .schedule-list table th .date{color:#9E9D9D;margin-top:5px}.person-full .schedule-list table tbody td{text-align:center;padding:5px}.person-full .schedule-list table tbody td .time{border:1px solid var(--M-base-color);color:var(--M-base-color);border-radius:10px;display:inline-block;padding:3px 26px 3px 26px;transition-duration:0.2s;cursor:pointer}@media screen and (min-width:1199px){.person-full .schedule-list table tbody td .time{padding:0.1666666667rem 1.4444444444rem 0.1666666667rem 1.4444444444rem}}.person-full .schedule-list table tbody td .time:hover,.person-full .schedule-list table tbody td .time.time_reserved{background:var(--M-base-color);color:var(--fontColorWhite)}.person-full .schedule-list table tbody td .time_empty{border-bottom:1px solid var(--M-base-color);width:42px;margin:auto}@media screen and (min-width:1199px){.person-full .schedule-list table tbody td .time_empty{width:2.3333333333rem}}.person-full .field-node-image img{width:100%;border-radius:10px}.person-full .field-node-subtitle{margin-top:0.5555555556rem;text-align:center;color:var(--grayColor);display:none}@media screen and (min-width:1199px){.person-full .field-node-subtitle{display:block}}.person-full .field-node-title{margin-top:10px;color:var(--grayColor)}.person-full .field-node-link-img-multi__items{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;margin-top:15px}@media screen and (min-width:1199px){.person-full .field-node-link-img-multi__items{justify-content:flex-start}}.person-full .field-node-link-img-multi__item{padding:0 5px}@media screen and (min-width:1199px){.person-full .field-node-link-img-multi__item{padding:0 0.2777777778rem}}.person-full .body{margin-top:20px;text-align:center}@media screen and (min-width:1199px){.person-full .body{margin-top:2.2222222222rem;text-align:left}}.person-full .body .field__label{color:var(--grayColor);font-weight:400;margin-bottom:10px}.person-full .field-node-phones{position:relative;padding-left:30px;display:block;margin:20px auto 0;width:fit-content}@media screen and (min-width:1199px){.person-full .field-node-phones{margin:2.2222222222rem 0 0}}.person-full .field-node-phones a{text-decoration:none}.person-full .field-node-phones:before{content:"";position:absolute;left:0;top:-5px;font-family:"icomoon";font-size:24px;font-weight:400;line-height:1;color:inherit}@media screen and (min-width:1199px){.person-full .field-node-phones:before{font-size:1.1111111111rem}}@media screen and (min-width:1199px){.person-full .field-node-phones:before{top:0.0555555556rem}}.person-full .field-node-phones__item{color:var(--M-base-color);font-size:1.125rem;font-weight:700}@media screen and (min-width:1199px){.person-full .field-node-phones__item{font-size:1.3333333333rem;font-weight:700}}.person-full .field-node-phones__item:not(:last-child){margin-bottom:5px}.view-persons .view-filters{margin-bottom:25px}@media screen and (min-width:1199px){.view-persons .view-filters{margin-bottom:2.7777777778rem}}.view-persons .view-filters .form-item label{margin-bottom:10px;font-size:0.7777777778rem;display:block}@media screen and (min-width:1199px){.view-persons .view-filters{width:15rem}}/*# sourceMappingURL=person_full.css.map */