@charset "utf-8";.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #005f75}.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0-4px 0 8px;padding-left:16px;border-left:1px solid #003642;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#005f75;border:1px solid #004a5c;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#004a5c;border:1px solid #003642}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{display:none;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{display:block}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable[data-select-text],.choices__list[aria-expanded] .choices__item--selectable[data-select-text]{padding-right:100px}.choices__list--dropdown .choices__item--selectable[data-select-text]::after,.choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text],[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}.flatpickr-calendar{background:0 0;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,.08)}.flatpickr-calendar.inline,.flatpickr-calendar.open{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1);animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none!important;box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:after,.flatpickr-calendar:before{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.arrowRight:after,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before{left:auto;right:22px}.flatpickr-calendar.arrowCenter:after,.flatpickr-calendar.arrowCenter:before{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:0 0;color:rgba(0,0,0,.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,.9);fill:rgba(0,0,0,0.9)}.flatpickr-months .flatpickr-next-month.flatpickr-disabled,.flatpickr-months .flatpickr-prev-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i{position:relative}.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{color:#959ea9}.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-inner-spin-button,.numInputWrapper input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .numInputWrapper{width:6ch;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,.9)}.flatpickr-current-month input.cur-year{background:0 0;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,.5);background:0 0;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:0 0;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:0;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:active,.flatpickr-current-month .flatpickr-monthDropdown-months:focus{outline:0}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:0;padding:0}.flatpickr-weekdays{background:0 0;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:0 0;color:rgba(0,0,0,.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.dayContainer+.dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:0 0;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:focus,.flatpickr-day.today:hover{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{color:rgba(57,57,57,.3);background:0 0;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,.3);background:0 0;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:0 0;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:700;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}#nprogress .bar{background:linear-gradient(90deg,#5046b4,#fa465a)!important;height:3px!important}body{color:#3c3c3d;text-decoration:none;font-size:1rem;font-weight:400;letter-spacing:-.3pt;word-spacing:0.3pt;font-family:-apple-system,BlinkMacSystemFont,Open Sans,Helvetica Neue,Noto Sans Armenian,Noto Sans Bengali,Noto Sans Cherokee,Noto Sans Devanagari,Noto Sans Ethiopic,Noto Sans Georgian,Noto Sans Hebrew,Noto Sans Kannada,Noto Sans Khmer,Noto Sans Lao,Noto Sans Osmanya,Noto Sans Tamil,Noto Sans Telugu,Noto Sans Thai,sans-serif;font-display:swap;padding:0;margin:0;overflow-x:hidden;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-perspective-origin:0 0;height:auto!important;min-width:340px}body:before{content:"";position:absolute;z-index:-1}.head_img{position:absolute;height:650px;width:45%;z-index:1;right:0;top:0;display:none;overflow:hidden}.head_img img{position:absolute;bottom:0}input[type=date]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent}@media screen and (min-width:760px){.head_img{display:block}}button[type=submit]:focus,input[type=text]:focus{outline:0}*,::after,::before{box-sizing:border-box}a{text-decoration:none;color:#333}a:focus{outline:0}.box-centred{max-width:1230px;width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.box-centred{padding-right:20px;padding-left:20px}}.full-box{padding:0;width:100%;margin-right:auto;margin-left:auto}.full-box-desktop{display:none}@media screen and (min-width:760px){.full-box-desktop{display:block}}.full-box-gray{background-color:#f4f4fc}@media screen and (max-width:759px){.full-box-mobile{background-color:#5045b5;position:sticky;top:0;z-index:99}.full-box-gray-mobile{z-index:2;background-color:#f4f4f4ba}}h1{font-size:26px;line-height:28px;font-weight:600;padding:0;margin:0}@media screen and (min-width:760px){h1{font-size:2.3rem;font-weight:600;line-height:2.6rem}}.btn{outline:0;border:none;background:0 0;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;cursor:pointer;font-size:16px;font-weight:600;line-height:1}.btn-white{background-color:#fff;box-shadow:0 5px 20px 0 #3333330d}.btn-red{background-color:#fa465a;color:#fff;box-shadow:0 8px 15px 0 rgb(250 70 90 / 40%);transition:.3s}.btn-red:hover{background-color:#dc465a;color:#fff;box-shadow:0 5px 10px 0 rgb(250 70 90 / 40%)}.btn-grey{background-color:#bfc7e4;color:#606060;box-shadow:0 8px 15px 0 rgba(150,150,150,.4);transition:.3s}.btn-grey:hover{background-color:#9fa6c0;color:#606060}.btn-blue{background-color:#5046b4;color:#fff;box-shadow:0 8px 15px 0 rgb(80 70 180 / 22%);transition:.3s}.btn-blue:hover{background-color:#372e8ac2;color:#fff;box-shadow:0 5px 10px 0 rgb(80 70 180 / 37%)}.btn_diagnocat{background-color:#6d5ed6;padding:9px 20px;height:auto;border-radius:30px;color:#fff;margin-top:10px;display:inline-block}.btn_diagnocat svg{overflow:hidden;vertical-align:middle}.title{font-size:26px;line-height:28px;font-weight:600;padding:0;margin:0}@media screen and (min-width:760px){.title{font-size:40px;font-weight:600;line-height:55px}}.subtitle{font-size:18px;font-weight:600}@media screen and (min-width:760px){.subtitle{font-size:1.4rem;font-weight:600;display:inline-block}}.meta_list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;justify-content:space-between}@media screen and (min-width:760px){.meta_list{margin-left:-15px;margin-right:-15px}}.meta_itm{display:-ms-flexbox;display:flex}@media screen and (min-width:760px){.meta_itm{padding-left:15px;padding-right:15px}}.meta_itm:focus{outline:0}.meta_box{display:flex;display:-ms-flexbox;flex-direction:column;width:100%}.meta_box__cell{display:-ms-flexbox;display:flex;flex-direction:column;position:relative}@media screen and (min-width:760px){.meta_box__cell{justify-content:center}}.meta_box__icon{background-color:#5046b4;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;text-align:center;position:relative;font-size:50px;line-height:85px;color:#fff}.meta_box__icon img{max-width:100%;position:absolute;top:0;bottom:0;right:0;left:0;margin:auto}.meta_box__subtitle{line-height:1.2;margin-bottom:1.5rem}.meta_box__desc{width:100%;line-height:1.2;color:#606078}.meta_box-background{padding:2rem;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background-color:#fff}.meta_box-shadow{box-shadow:0 7px 15px 0 rgb(96 96 120 / 12%)}.meta_box__data{color:#5046b4;margin-left:1rem;font-weight:600}@media screen and (min-width:760px){.meta_box__data{margin-top:4px}}.meta_box__icon-small{width:60px;height:60px;min-width:60px}@media screen and (min-width:760px){.meta_box__icon-small{width:70px;height:70px;min-width:70px}}.meta_box__icon-medium{width:70px;height:70px;min-width:70px}@media screen and (min-width:760px){.meta_box__icon-medium{width:80px;height:80px;min-width:80px}}.meta_box__icon-big{width:80px;height:80px;min-width:80px}@media screen and (min-width:760px){.meta_box__icon-big{width:100px;height:100px;min-width:100px}}.meta_box__icon-top{margin-top:-4.5rem;margin-bottom:1rem}@media screen and (min-width:760px){.meta_box__icon-top{margin-top:-4rem}}.meta_box__link{display:flex;display:-ms-flexbox}.meta_box-btn{padding:14px 29px}.meta_box__img{margin-bottom:1.5rem}.meta_box__img img{max-width:100%;width:100%}.meta_itm-mobile_line{position:relative}@media screen and (max-width:759px){.meta_itm-mobile_line:after{content:"";position:absolute;width:1px;background-color:#fa5255;height:100%;left:30px;bottom:-50px;top:0;margin:auto;z-index:-1}.meta_list .meta_itm-mobile_line:last-child:after{display:none}}.meta_itm_advantages{width:100%;text-align:center}@media screen and (min-width:1040px){.meta_itm_advantages{width:32%;text-align:inherit}}.meta_advantages-box__cell{flex-direction:column;align-items:center;margin-bottom:1rem}@media screen and (min-width:1040px){.meta_advantages-box__cell{flex-direction:row}}.meta_advantages_itm__icon{margin-bottom:1rem}@media screen and (min-width:760px){.meta_advantages_itm__icon{margin-right:1.5rem;margin-bottom:0}}.meta_advantages__subtitle{margin-bottom:0}.advantages_main{padding-top:2rem;padding-bottom:2rem;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}@media screen and (min-width:760px){.advantages_main{padding-top:4rem;padding-bottom:4rem}}.advantages_main__title{text-align:center;margin-bottom:2rem;width:100%}@media screen and (min-width:760px){.advantages_main__title{margin-bottom:40px}}.advantages_main__list{margin-bottom:3rem}.advantages_main__itm{width:100%;text-align:center}@media screen and (min-width:1040px){.advantages_main__itm{width:32%;text-align:inherit}}.advantages_main_itm__cell{flex-direction:column;align-items:center;margin-bottom:1rem}@media screen and (min-width:760px){.advantages_main_itm__cell{justify-content:left}}@media screen and (min-width:1040px){.advantages_main_itm__cell{flex-direction:row}}.advantages_main_itm__icon{margin-bottom:1rem}@media screen and (min-width:760px){.advantages_main_itm__icon{margin-right:1.5rem;margin-bottom:0}}.advantages_main_itm__subtitle{margin-bottom:0}.about{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;width:100%;padding-top:2rem;padding-bottom:2rem;align-items:flex-start;flex-wrap:wrap}.about:after{content:"";display:table;width:100%}@media screen and (min-width:760px){.about{flex-direction:row;padding-top:4rem;padding-bottom:4rem}}.about-left{width:100%}@media screen and (min-width:760px){.about-left{width:50%;padding-right:15px}}.about-right{width:100%;margin-bottom:2rem}@media screen and (min-width:760px){.about-right{width:50%;padding-left:15px;margin-bottom:0}}.about_title{margin-bottom:2.5rem;text-align:center;order:1;color:#3c3c3d}@media screen and (min-width:760px){.about_title{margin-bottom:1.2rem;text-align:inherit;order:2}}.about_desc{line-height:1.2;width:100%;order:3;color:#606078}@media screen and (min-width:760px){.about_desc{padding:0 3.2rem;order:3;width:50%;line-height:1.1rem}}.about_view{-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;overflow:hidden;box-shadow:0 8px 15px 0 rgb(96 96 120 / 12%);order:2;display:flex;display:-ms-flexbox;position:relative;height:350px}@media screen and (min-width:760px){.about_view{order:1;width:50%}}.about_view img{max-width:100%;width:100%}.about_view .video-pleer{display:flex;display:-ms-flexbox;width:100%}.reviews_main{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding-top:2rem;padding-bottom:2rem}@media screen and (min-width:760px){.reviews_main{padding-bottom:4rem;padding-top:4rem}}.reviews_main__title{text-align:center;width:100%;margin-bottom:2rem}@media screen and (min-width:760px){.reviews_main__title{margin-bottom:4rem}}@media screen and (min-width:760px){.reviews_main__list{flex-wrap:nowrap}}.reviews_main_itm{width:100%;display:-ms-flexbox;display:flex}@media screen and (min-width:760px){.reviews_main_itm{width:33.3%}}.reviews_main_itm__cell{flex-direction:row;justify-content:flex-start;margin-bottom:1rem;height:2rem}.reviews_main_itm__subtitle{margin-bottom:0}.reviews_main_itm{margin-bottom:1.4rem}.reviews_main_itm__box{min-height:13rem}.reviews__footer{display:flex;display:-ms-flexbox;margin-top:1.5rem;align-items:center;color:#5046b4;font-size:14px;line-height:.8}.reviews__footer-icon{font-size:20px;color:#5046b4;margin-right:5px}.contacts_main{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding:4rem 0}.contacts_main__title{text-align:center;width:100%;margin-bottom:4rem}.contacts_main__block_wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.contacts_main__block{width:100%}@media screen and (min-width:760px){.contacts_main__block{width:50%}.contacts_main__block:nth-child(odd){padding-right:15px}.contacts_main__block:nth-child(2n){padding-left:15px}}.contacts_main__inner{background-color:#f7f7f7;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;padding:2rem;margin-bottom:1.6rem}.contacts_main__inner:last-child{margin-bottom:0}@media screen and (min-width:760px){.contacts_main__inner{background-color:#f4f4fc;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;padding:2rem;margin-bottom:1.6rem}}.contacts_main__head{width:100%;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.contacts_main__bottom{display:-ms-flexbox;display:flex;width:100%;flex-direction:column}@media screen and (min-width:760px){.contacts_main__bottom{flex-direction:row}}.contacts_main__box{width:100%;display:flex;display:-ms-flexbox}.contacts_main__box:first-child{margin-bottom:1.5rem}@media screen and (min-width:760px){.contacts_main__box{width:50%}.contacts_main__box:first-child{margin-bottom:0}}.contacts_main__icon{height:50px;width:50px;background-color:#5046b4;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;text-align:center;min-width:50px;margin-right:25px;display:block;color:#fff;font-size:26px;line-height:50px}@media (min-width:760px) and (max-width:1120px){.contacts_main__icon{display:none}}.contacts_main__icon ion-icon{color:#fff;font-size:25px;padding:12px}.contacts_main_info{display:flex;display:-ms-flexbox;flex-direction:column}.contacts_main_info__title{margin-bottom:.5rem;font-weight:600}.contacts_main_info span{font-size:14px;color:#606078}.contacts_main_info span sup{font-size:10px;line-height:0}.contacts_main__right{width:50%;padding-left:15px;display:none}@media screen and (min-width:760px){.contacts_main__right{display:block}}.contacts_main__img{-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;overflow:hidden;display:flex;display:-ms-flexbox;min-height:100%}.contacts_main__img img{min-width:100%;min-height:100%}.contacts_main__block-home .contacts_main__block{width:100%}@media screen and (min-width:760px){.contacts_main__block-home .contacts_main__block{width:30%}}.contacts_main__block-home .contacts_main__bottom{flex-direction:column}.contacts_main__block-home .contacts_main__box{width:100%;margin-bottom:20px}.contacts_main__block-home .contacts_main__right{width:100%;display:block}@media screen and (min-width:760px){.contacts_main__block-home .contacts_main__right{width:70%}}.footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding-top:2rem;margin-bottom:3rem;flex-direction:column;text-align:center}@media screen and (min-width:760px){.footer{flex-direction:row;align-items:center;text-align:inherit;padding-top:3rem}}.footer__info{width:100%}@media screen and (min-width:760px){.footer__info{width:50%;padding-right:15px}}.footer_logo{margin-bottom:1.4rem}.footer_desc{color:#606078;margin-bottom:1.4rem;line-height:1.2}.footer_logo svg{width:170px}.footer__nav_wrap{width:100%;display:-ms-flexbox;display:flex;flex-direction:column}@media screen and (min-width:760px){.footer__nav_wrap{width:50%;flex-direction:row}}.footer__nav{width:100%;margin-bottom:1.5rem}.footer__nav:last-child{margin-bottom:0}@media screen and (min-width:760px){.footer__nav{padding-left:15px;padding-right:15px;width:50%;margin-bottom:0}}.footer__nav a{color:#606078;width:100%;display:block;margin-bottom:.4rem;transition:.3s}.footer__nav a:hover{color:#584bcb}.footer__subtitle{font-weight:600;color:#606078;margin-bottom:1.2rem}.footer__bottom{width:100%}.footer__bottom:before{content:"";height:1px;width:100%;position:absolute;left:0;right:0;background-color:#e2e2e4}.footer_copyright{padding:1rem 0;color:#7984ac}.footer_social{width:100%;margin-bottom:1.5rem}@media screen and (min-width:760px){.footer_social{margin-bottom:0}}.footer_social a{margin:0 6px;font-size:28px;color:#606078}.footer_social a:first-child{margin:0 6px 0 0}.footer_social .icon-whatsapp:hover{color:#01bc39}.footer_social .icon-facebook:hover{color:#4867aa}.footer_social .icon-instagram:hover{color:#fe207c}.footer_social .icon-telegram:hover{color:#26a0d5}.footer_social .icon-viber:hover{color:#6559a2}.breadcrumbs span{margin-left:10px}.breadcrumbs a:first-child{margin-left:0}.breadcrumbs a:last-child{margin-right:0;cursor:text}.breadcrumbs a{margin:0 10px}.breadcrumbs a.link-active{color:#584bcb}.breadcrumbs a.link-active:hover{color:#333}.scroll_box{display:block;position:relative;width:100%;margin-bottom:-10px;height:100%}.scroll_box:before{content:"";position:absolute;width:40px;height:calc(100% - 7px);background-color:#f4f4f4;right:0;top:2px;background:linear-gradient(to right,rgb(0 0 0 / 0) 50%,#f4f4f4 100%);z-index:5}.scroll_box-blue:before{background:linear-gradient(to right,rgb(0 0 0 / 0) 50%,#cef4f1 100%)}.scroll_box__tray{white-space:nowrap;overflow:hidden;width:100%;overflow-x:auto;padding-bottom:5px}.scroll_box__tray::-webkit-scrollbar{background:transporant;width:8px;height:5px;border-radius:10px}.scroll_box__tray::-webkit-scrollbar-thumb{background:#cfc5b4;border-radius:10px}.scroll_box-blue .scroll_box__tray::-webkit-scrollbar-thumb{background:#accac8}.scroll_box__tray:hover::-webkit-scrollbar-thumb{background:#ffcd00}.doctors_breadcrumbs{padding:2rem 0}.doctors_production{width:100%}.doctors_advantages{width:100%;padding:2rem 0}@media screen and (min-width:760px){.doctors_advantages{padding:4rem 0}}.doctors_advantages__title{text-align:center;margin-bottom:2rem}@media screen and (min-width:760px){.doctors_advantages__title{margin-bottom:4rem}}.doctors_advantages__itm{width:100%;margin-bottom:2rem}@media (min-width:760px) and (max-width:1040px){.doctors_advantages__itm{width:50%}}@media screen and (min-width:1041px){.doctors_advantages__itm{width:33.3%}}.doctors_route{padding:2rem 0}@media screen and (min-width:760px){.doctors_route{padding:4rem 0}}.doctors_route__title{text-align:center;margin-bottom:2rem}@media screen and (min-width:760px){.doctors_route__title{margin-bottom:4rem}}.doctors_route__list{justify-content:center}.doctors_route__itm{width:100%;margin-bottom:2rem}@media (min-width:760px) and (max-width:1040px){.doctors_route__itm{width:50%}}@media screen and (min-width:1041px){.doctors_route__itm{width:33.3%}}.doctors_route_itm__subtitle{min-height:87px}.doctors_route_itm__desc{position:relative;height:100px}.doctors_route_itm__note_colapse{height:98px;overflow:hidden;margin:0 -2rem 0;padding:0 2rem 2rem;background-color:#fff;position:absolute;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.doctors_route__itm:hover .doctors_route_itm__note_colapse{height:auto;box-shadow:0 13px 20px 0 #3333330f;z-index:999}.doctors_bonus{padding:2rem 0}@media screen and (min-width:760px){.doctors_bonus{padding:4rem 0}}.doctors_bonus__title{text-align:center;margin-bottom:2rem}.doctors_bonus__desc{text-align:center;line-height:1.2;margin-bottom:2rem}@media screen and (min-width:760px){.doctors_bonus__desc{padding:0 5rem;margin-bottom:4rem}}.doctors_form{background-color:#584bcb;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding:2rem;justify-content:center;text-align:center;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}@media screen and (min-width:760px){.doctors_form{padding:3rem 2rem}}.doctors_form__title{color:#fff;margin-bottom:1rem;width:100%}.form__title-center{text-align:center}@media screen and (min-width:760px){.doctors_form__title{margin-bottom:2rem}}.doctors_form__desc{color:#fff;margin-bottom:2rem;width:100%}.doctors_form-box{display:-ms-flexbox;display:flex;width:100%;flex-direction:column;align-items:flex-end}@media screen and (min-width:760px){.doctors_form-box{width:60%;flex-direction:row}}@media (min-width:760px) and (max-width:1040px){.doctors_form-box{width:80%}}.doctors_form__group{width:100%}@media screen and (min-width:760px){.doctors_form__group{width:33.3%;padding-left:15px;padding-right:15px}}.doctors_form__btn{width:100%;margin-top:1rem}@media screen and (min-width:760px){.doctors_form__btn{width:33.3%;margin-left:15px;margin-right:15px;margin-top:0}}.doctors-btn{padding:14px 60px}.production{width:100%;align-items:center;position:relative}.production_img{display:none;height:22.5rem;margin-right:15px;z-index:1}@media screen and (min-width:1040px){.production_img{position:relative;height:100%;display:table-cell}.production_img:before{content:"";display:block;height:100%;background-color:#dae5f1;width:9999%;position:absolute;right:100%;top:0}}.production_img img{position:absolute;right:0;top:0;height:100%}.production_box{width:100%;z-index:2;padding:1rem 0}@media screen and (min-width:1040px){.production_box{width:70%;padding:2rem 0 2rem 2rem;display:table-cell}}.production_title{margin-bottom:2rem;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-between}.production_desc{line-height:1.2;margin-bottom:2rem;display:none}.production_list{display:none}@media screen and (min-width:760px){.production_desc{display:block}.production_list{display:flex}}.production_itm{width:100%;margin-bottom:1.5rem}@media screen and (min-width:760px){.production_itm{width:33%;margin-bottom:0}}@media screen and (max-width:759px){.production_itm__box{flex-direction:row;align-items:center}}.production_itm__icon{margin-bottom:0;margin-right:1rem}@media screen and (min-width:760px){.production_itm__icon{margin-bottom:1rem;margin-right:0}}.production_itm__subtitle{font-size:16px;font-weight:600;margin-bottom:.3rem}@media screen and (min-width:760px){.production_itm__subtitle{margin-bottom:6rem}.production_itm__subtitle:last-child{margin-bottom:0}}.production_itm__desc{font-size:14px}@media screen and (min-width:760px){.production_itm__desc{font-size:16px;overflow:hidden;position:absolute;top:41px;background-color:#fff;border-radius:20px;padding:20px;margin:-20px;height:75px;z-index:99}}@media screen and (min-width:760px){.production_itm:hover .meta_box__desc{height:auto}.production_itm__desc:after{content:"";box-shadow:0 -19px 10px 0 #fff;position:absolute;height:100%;width:100%;left:0;bottom:-88px}.production_itm:hover .production_itm__desc:after{display:none}}.btn__partner{padding:13px 20px;min-height:44px;display:none}@media screen and (min-width:760px){.btn__partner{display:block}}input:focus{outline:0;box-shadow:0 5px 20px 0 #33333314}.field__group{display:-ms-flexbox;display:flex;flex-direction:column;margin-bottom:1rem}@media screen and (min-width:760px){.field__group{margin-bottom:0}}.field__group_label{text-align:left;color:#fff;margin-bottom:.5rem;font-size:15px;padding-left:1rem}.field__group_input{height:44px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;border:none;padding:15px}.field__group_label-txt_dark{color:#757474}.appoint_form__footer{display:flex;flex-direction:row;gap:20px;align-items:center;margin:2rem 15px;justify-content:center;flex-wrap:wrap}@media screen and (min-width:680px){.appoint_form__footer{margin:2rem 0;justify-content:flex-start}}.appoint_form__btn{padding:15px 20px;min-width:180px}.appoint_form__txt{text-align:center;font-size:14px;line-height:1.1;color:#606078}@media screen and (min-width:680px){.appoint_form__txt{flex:0 0 50%;text-align:left}}.patient__breadcrumbs{padding:2rem 0}.patient__head__title{position:relative}@media screen and (min-width:760px){.patient__head__title{padding-left:0}.patient__head__title-icon{display:none}}.patient__head__title-icon img{position:absolute;left:0;top:50%;bottom:50%;margin:auto}.patient_services{padding-top:2rem;padding-bottom:2rem}@media screen and (min-width:760px){.patient_services{padding-top:3rem;padding-bottom:3rem}}.category_text{padding-top:2rem;padding-bottom:2rem}@media screen and (min-width:760px){.category_text{padding-top:3rem;padding-bottom:3rem}}.patient_services__title{margin-bottom:2rem}@media screen and (min-width:760px){.patient_services__title{margin-bottom:3rem}}.patient_accordion__wrapper{margin-bottom:2rem}@media screen and (min-width:760px){.patient_accordion__wrapper{margin-bottom:3rem}}.patient_bunner{width:100%;background-color:#584bcb;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;position:relative;display:-ms-flexbox;display:flex;overflow:hidden;flex-direction:column}@media screen and (min-width:760px){.patient_bunner{flex-direction:row}}.patient_bunner__box{display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;width:100%;margin-top:1.5rem}@media screen and (min-width:760px){.patient_bunner__box{width:30%;margin:0}}.patient_bunner__box:before{content:"";background-image:url(../img/bg_bunner-dentistry.png);height:51px;width:52px;position:absolute;left:20px;top:20px}.patient_bunner__sale{position:relative;font-size:40px;font-weight:600;color:#fff;font-family:Tahoma;-moz-transform:rotate(-4deg);-ms-transform:rotate(-4deg);-webkit-transform:rotate(-4deg);-o-transform:rotate(-4deg);transform:rotate(-4deg);line-height:.8;text-shadow:0 5px 10px #333333b0;text-align:center}.patient_bunner__sale span{font-size:50px;display:block}.patient_bunner__text{margin:2.6rem 0;font-size:20px;color:#fff;font-weight:600;line-height:1.2;z-index:1;width:100%;padding:0 1.5rem}@media screen and (min-width:760px){.patient_bunner__text{width:80%}}.patient_bunner__img{width:40%;position:relative;display:none}.patient_bunner__img img{position:absolute;height:100%}.patient_advantages{padding-top:2rem;padding-bottom:2rem}@media screen and (min-width:760px){.patient_advantages{padding-top:4rem;padding-bottom:4rem}}.patient_advantages__title{text-align:center;margin-bottom:2rem;width:100%}@media screen and (min-width:760px){.patient_advantages__title{margin-bottom:4rem}}.patient_feedback{padding-top:2rem;padding-bottom:2rem}@media screen and (min-width:760px){.patient_feedback{padding-top:4rem;padding-bottom:4rem}}.patient_form{background-color:#584bcb;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;padding:2rem;display:-ms-flexbox;display:flex;align-items:center;flex-direction:column}.patient_form__notification{min-width:100%}.patient_form__notification .notification.correct,.patient_form__notification .notification.error{margin-bottom:1.5rem}@media screen and (min-width:760px){.patient_form{padding:3rem;flex-direction:row}}.patient_form__box-left{width:100%;margin-bottom:1rem}@media screen and (min-width:760px){.patient_form__box-left{width:33%;padding-right:15px;margin-bottom:0}}.patient_form__title{color:#fff;margin-bottom:1rem;margin-top:-1rem;font-size:26px;line-height:28px;font-weight:600}@media screen and (min-width:760px){.patient_form__title{font-size:2.3rem;font-weight:600;line-height:2.6rem}}.patient_form__desc{color:#fff}.patient_form__box-right{width:100%}@media screen and (min-width:760px){.patient_form__box-right{width:67%;padding-left:15px}}.patient_form__group{width:100%}@media screen and (min-width:760px){.patient_form__group{width:35%;padding-right:30px;float:left}}.patient_form__group-btn{margin:.5rem auto 0}@media screen and (min-width:760px){.patient_form__group-btn{width:30%;margin:0;float:left;padding-top:29px}}.patient-btn{padding:14px 0;width:100%}.accordion{box-shadow:0 10px 15px 0 #33333314;border-radius:20px}.accordion__panel:first-child{border-radius:20px 20px 0 0;overflow:hidden}.accordion__panel:last-child{border-radius:0 0 20px 20px;overflow:hidden}.accordion__panel:only-child{border-radius:20px;overflow:hidden}.accordion__btn{display:flex;align-items:center;justify-content:space-between;width:100%;background-color:#fff;border:none;padding:1rem;font-size:24px;color:#3c3c3d;border-bottom:1px solid #e2e2e4;cursor:pointer}@media screen and (min-width:590px){.accordion__btn{padding:1.5rem}}.accordion__panel:last-child .accordion__btn{border-bottom:none}.accordion__btn::after{content:"\002B";font-size:36px;color:#584bcb;font-weight:700;margin-left:auto}.accordion__btn.accordion__btn--open::after{content:"\2212"}.accordion__list{list-style:none;padding:0;margin:0;background-color:#fbfbfe;max-height:0;visibility:hidden;transition:max-height 250ms linear,visibility 250ms linear}.accordion__list--open{max-height:1500px;visibility:visible}.accordion__item{display:flex;align-items:center;flex-wrap:wrap;border-bottom:1px solid #e2e2e4;padding:1rem}@media screen and (min-width:590px){.accordion__item{padding:1.5rem}}.accordion__image{flex:0 0 50px;max-width:50px;width:100%;height:50px;border:2px solid #5046b4;border-radius:100%;background-color:#fff;overflow:hidden;box-shadow:0 5px 10px 0 rgb(80 70 180 / 15%)}@media screen and (min-width:590px){.accordion__image{flex:0 0 70px;max-width:70px;height:70px}}.accordion__image img{display:inline-block;max-width:100%;height:auto}.accordion__name{line-height:1.2;padding-left:1rem;font-size:18px;flex:0 0 70%}@media screen and (min-width:590px){.accordion__name{padding-left:1.5rem;flex:0 0 54%;font-size:20px}}.accordion__group{flex:0 0 calc(100% - 50px - 1rem);display:flex;align-items:center;justify-content:flex-start;margin-left:auto}@media screen and (min-width:590px){.accordion__group{flex:0 0 calc(100% - 70px - 1.5rem)}}@media screen and (min-width:768px){.accordion__group{flex:0 0 38%;justify-content:space-between}}.accordion__price{display:inline-block;font-weight:600;position:relative;font-size:30px}@media screen and (min-width:590px){.accordion__price{font-size:36px}}.accordion__currency{font-size:20px;vertical-align:super}@media screen and (min-width:590px){.accordion__currency{font-size:24px}}.accordion__more{padding:8px 13px;margin-left:1.5rem}.accordion__more::after{content:"\002B";font-size:24px;color:#fff}@media screen and (min-width:590px){.accordion__more{padding:14px 20px}.accordion__more::after{content:""}}@media screen and (min-width:768px){.accordion__more{margin-left:0}}.accordion__more_txt{display:none}@media screen and (min-width:590px){.accordion__more_txt{display:block}}.accordion__info{flex-wrap:wrap;gap:10px;justify-content:center;width:100%;background-color:#fff;border-radius:20px;margin-top:0;padding:0 1rem;display:flex;visibility:hidden;max-height:0;opacity:0;transition:max-height .3s linear,visibility .2s linear,opacity 250ms linear,padding-top 350ms linear,padding-bottom 350ms linear,margin-top 350ms linear}@media screen and (min-width:768px){.accordion__info{justify-content:space-between;gap:30px}}.accordion__info--open{margin-top:1.3rem;padding-top:1rem;padding-bottom:1rem;max-height:1000px;visibility:visible;opacity:1}.accordion__slider{height:190px;background-color:#fff;border-radius:15px;box-shadow:0 10px 15px 0 #33333314;position:relative;overflow:hidden;flex:0 0 100%;max-width:350px}@media screen and (min-width:768px){.accordion__slider{flex:0 0 33%;height:225px;max-width:100%}}.accordion__description{flex:0 0 100%;color:#626078;background-color:#fff;margin-top:1rem}@media screen and (min-width:768px){.accordion__description{flex:0 0 62%}}.accordion__description>*{color:#626078;background-color:#fff!important}.accordion__description>p{margin:0}.accordion__slider .flickity-viewport{height:190px}@media screen and (min-width:768px){.accordion__slider .flickity-viewport{height:225px}}.accordion__slider .flickity-slider{position:absolute;width:100%;height:100%}.accordion__slider .carousel-cell{width:100%;height:225px;background:#fff;display:flex;align-items:center;justify-content:center}.accordion__slider .carousel.is-fullscreen .carousel-cell{height:100%}.accordion__slider .carousel-cell img{display:block;max-height:100%;max-width:100%;object-fit:contain}.user_patient_breadcrumbs{padding:2rem 0}.user_patient{padding-top:3rem;padding-bottom:3rem;display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.user_patient-left{width:25%;max-width:25%;padding-right:15px;display:none}@media screen and (min-width:760px){.user_patient-left{display:block}}.user_patient__nav-mobile{display:block;margin-right:.5rem;font-size:26px;padding-left:0}@media screen and (min-width:760px){.user_patient__nav-mobile{display:none}}.user_patient-right{width:100%}@media screen and (min-width:760px){.user_patient-right{width:75%;max-width:75%;padding-left:15px}}.user_patient__head{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem;align-items:center;position:relative}.user_patient__head-box{display:-ms-flexbox;display:flex;position:relative}@media screen and (min-width:760px){.user_patient__search{width:35%}}.user_patient__results{margin-bottom:2rem}.user_patient__pagination{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}.user__row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.user__col-4{width:100%;padding:0 15px}@media screen and (min-width:760px){.user__col-4{width:33.333%;max-width:33.333%}}.user_list{-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:2px solid #e9e9fb;display:-ms-flexbox;display:flex;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#fff}.user_list__itm{padding:1rem;border-bottom:2px solid #e9e9fb;display:-ms-flexbox;display:flex;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;justify-content:space-between}.user_doctors__research .user_list__itm,.user_study__results .user_list__itm{min-height:100px}.user_list__url{display:flex;flex-direction:column}.user_list__url a{margin-bottom:10px}.user_list__url span{font-size:14px;color:#606078}@media screen and (min-width:760px){.user_list__itm{padding:1.5rem}}.user_list .user_list__itm:last-child{border-bottom:none}.dropdown .user_list__itm-link{min-height:auto;padding:.8rem 1.6rem}.dropdown .user_doctors__nav{border:none}.dropdown .user_doctors__list-info{margin-bottom:0;border:none;background-color:#f4f4fc;border-radius:0}.user_list__itm-link:hover{color:#584bcb;text-decoration:underline}.user_list__itm-link.link-active{color:#584bcb;text-decoration:none}.user_list__itm-title{font-size:16px;font-weight:600}@media screen and (min-width:760px){.user_list__itm-title{font-size:18px}}@media screen and (min-width:760px){.user_list__itm-title{font-size:20px}}.user-btn{background-color:#584bcb;color:#fff;padding:14px;box-shadow:0 5px 15px 0 #584bcb2b}@media screen and (min-width:760px){.user-btn{padding:14px 30px}}.user-btn span{display:none}@media screen and (min-width:760px){.user-btn span{display:block}}.user-btn svg{display:block;width:16px;height:16px;fill:#fff}@media screen and (min-width:760px){.user-btn svg{display:none}}.user_list__itm-subtitle{display:-ms-flexbox;display:flex;align-items:center;flex-direction:column;width:100%}@media screen and (min-width:760px){.user_list__itm-subtitle{flex-direction:row;width:auto}}.user_list__itm-subtitle span{margin-bottom:1rem;text-align:center}@media screen and (min-width:760px){.user_list__itm-subtitle span{margin-bottom:0}}.user_list__status{-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;color:#fff;font-size:14px;font-weight:600;padding:.4rem 1rem}@media screen and (min-width:760px){.user_list__status{margin-left:2rem}}.user_list__status-wait{background-color:#ffba61}.user_list__status-completed{background-color:#3c9}.user_list__itm-link_blue{color:#584bcb;text-decoration:underline;text-align:center;width:100%;margin-top:1rem}@media screen and (min-width:760px){.user_list__itm-link_blue{width:auto;margin-top:0}}.user_search{width:100%}@media screen and (min-width:760px){.user_search{position:relative}}.user_search__input{-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;outline:0;height:44px;width:0;border:2px solid #f3f3f3;padding:.5rem 1rem;position:absolute;right:0;transition:.3s}@media screen and (min-width:760px){.user_search__input{position:relative;display:block;width:100%}}.user_search_mob-open input{width:100%}.user_search__btn{position:relative;height:44px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;border:none;background-color:#584bcb;cursor:pointer;color:#fff;font-size:26px;transition:.3s;padding:.5rem .6rem}@media screen and (min-width:760px){.user_search__btn{position:absolute;right:0;top:0;padding:.5rem 1.5rem}}.user_search__btn:hover{background-color:#3a2bbb}.pagination{-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;border:2px solid #f3f3f3;position:relative;line-height:1}.pagination-btn{padding:10px 14px;display:inline-block;font-size:16px}@media screen and (min-width:760px){.pagination-btn{padding:15px 20px;font-size:18px}}.pagination-btn:hover:not(.pagination-selected){color:#584bcb}.pagination-selected{background-color:#584bcb;color:#fff;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;box-shadow:0 5px 15px 0 #584bcb2b}.user_doctors_breadcrumbs{padding:2rem 0}.user_doctors{padding-top:3rem;padding-bottom:3rem;display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.user_doctors-left{width:100%}@media screen and (min-width:760px){.user_doctors-left{width:25%;max-width:25%;padding-right:15px}}.user_doctors__list-info{margin-bottom:2rem}.user_doctors__itm-row span{width:100%;margin-bottom:1rem}.user_doctors__itm-icon{height:40px;width:40px;border:2px solid #584bcb;text-align:center;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;margin-right:1rem}.user_doctors__itm-icon_bonus,.user_doctors__itm-icon_doctor{padding:5px 0}.user_doctors__itm-icon_bonus svg,.user_doctors__itm-icon_doctor svg{width:24px;height:24px;fill:#584bcb}.user_doctors__itm-doctor{width:calc(100% - 25%);font-size:18px}.user_doctors__itm-bonus{font-size:36px}.user_doctors__itm-cell{display:-ms-flexbox;display:flex;align-items:center;width:100%}@media screen and (min-width:760px){.user_doctors__itm-cell{margin-bottom:1rem}}.user_doctors_link_blue{width:100%;text-align:left}.user_doctors-btn{width:100%;padding-top:14px;padding-bottom:14px;margin-bottom:2rem}@media screen and (min-width:760px){.user_doctors__nav{display:block}}.user_doctors-right{width:100%}@media screen and (min-width:760px){.user_doctors-right{width:75%;max-width:75%;padding-left:15px}}.user_doctors__head{display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:2rem;align-items:center}.user_doctors__head-box{display:-ms-flexbox;display:flex}.user_doctors__nav-mobile{display:block;padding:5px 0;margin-right:1rem}@media screen and (min-width:760px){.user_doctors__nav-mobile{display:none}}.user_doctors__search{width:35%}.user_doctors__research{justify-content:center}.user_doctors__itm-name{font-size:18px;font-weight:600;margin-bottom:1rem}@media screen and (min-width:760px){.user_doctors__itm-name{margin:0}}.user_doctors__itm-subtitle span{color:#666;margin-bottom:0}@media screen and (min-width:760px){.user_doctors__itm-subtitle span{color:#666;margin-left:1rem}}.user_doctors__pagination{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}.user_study_breadcrumbs{padding:2.4rem 0 3rem}.user_wr__study{padding-top:3rem;padding-bottom:6rem;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}.user_study{width:100%}@media screen and (min-width:760px){.user_study{width:75%;max-width:75%}}.user_study__title{margin-bottom:2rem}.user_study__card{margin-bottom:2rem}.user_study__card_itm{margin:0;display:block}.user_study__card_itm li{list-style-type:none;margin-bottom:.5rem}.user_study__card_itm li span{color:#666479;margin-right:.5rem}li.user_study__card-title{margin-bottom:1rem;font-size:20px}.dropdown{display:inline-block;position:relative}.dropdown__toggle{font-family:inherit;font-size:initial;border:none;background-color:transparent;cursor:pointer;padding:0}.dropdown__content{z-index:998;position:absolute;border-radius:20px;background-color:#fff;box-shadow:0 10px 20px 0 #c3bfe296;padding:20px;left:50%;margin-top:15px;animation-fill-mode:both;display:none}.dropdown__content.init{transform:translateX(-9999px) translateY(-50px);display:block;z-index:-1}.dropdown__content.open{animation-duration:.6s;animation-name:opened_dropdown;animation-fill-mode:both}.dropdown__content.close{animation-duration:.6s;animation-name:close_dropdown;animation-fill-mode:both}@keyframes opened_dropdown{0%{opacity:0;transform:translateX(-50%) translateY(-50px);z-index:1}45%{opacity:1;transform:translateX(-50%) translateY(15px);z-index:1}100%{opacity:1;transform:translateX(-50%) translateY(0);z-index:1}}@keyframes close_dropdown{0%{z-index:1;opacity:1;transform:translateX(-50%) translateY(15px)}65%{opacity:0;z-index:-1;transform:translateX(-50%) translateY(-50px)}100%{opacity:0;transform:translateX(-9999px) translateY(-50px);z-index:-1}}.dropdown__content-catigories{min-width:200px}.dropdown__link{display:block;padding:1rem;border-bottom:1px solid #e4e4e4;margin-left:-20px;margin-right:-20px}.dropdown__link:first-child{margin-top:-20px}.dropdown__link:last-child{border-bottom:none;margin-bottom:-20px}.dropdown-opened{opacity:1}.dropdown-visible{display:block}.dropdown-visible{display:block}.backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:rgb(57 46 57 / 4%);backdrop-filter:blur(2px);transition:.15s}.backdrop-opacity{opacity:0}.backdrop-hidden{display:none}.dropdown-bg_gray{background-color:#fff}.dropdown__title{font-size:1.5rem;font-weight:600;margin-bottom:.8rem}.dropdown_form__group{margin-bottom:1rem}.dropdown_form__group-input{border:1px solid #cac7c7}.dropdown_form__footer{flex-direction:row;align-items:center;margin:2rem;text-align:center;justify-content:center}.dropdown_form-btn{padding:15px 20px;min-width:150px}.dropdown_form__link{margin-left:1rem;color:#606078;line-height:1rem;cursor:pointer}.dropdown_form__link:hover{text-decoration:underline}.dropdown_form__password_remind{width:50%;padding:20px;float:left}.dropdown_form__login{width:50%;padding:20px;float:left}.dropdown_form__wrap{display:block;width:200%;position:relative;transition:.6s cubic-bezier(.63, -.25, .24, 1.31)}.dropdown_form__wrap-offset{margin-left:-100%}.dropdown__note{width:100%;margin-bottom:1.5rem;color:#606078;line-height:1.2rem}.dropdown__notification{margin-bottom:20px}.dropdown__phone{padding:1.5rem}.dropdown__header_phone{display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;position:relative;margin:-1.5rem -1.5rem 0;padding:1.5rem 1.5rem 1.5rem 5.9rem;min-height:6rem;background-color:#f4f4fc;margin-bottom:1rem;min-width:300px}.dropdown__icon{height:60px;width:60px;background-color:#584bcb;position:absolute;left:1.5rem;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;text-align:center;font-size:30px;color:#fff;line-height:62px}.dropdown__icon ion-icon{font-size:25px;color:#fff;padding:16px}.dropdown__link_phone{font-size:1.25rem;font-weight:600;margin-bottom:.3rem}.dropdown__link_phone:last-child{margin-bottom:0}.dropdown__body{margin-bottom:1.5rem}.modal{position:fixed;top:0;bottom:0;z-index:99;width:100%;flex-wrap:wrap;justify-content:center;align-items:center;left:-100%;display:flex}.modal-active{animation-duration:.6s;animation-name:opened_modal;animation-fill-mode:both}@keyframes opened_modal{0%{opacity:0;left:0}1%{opacity:0;left:0}100%{left:0;opacity:1}}.modal-closed{animation-duration:.6s;animation-name:closed_modal;animation-fill-mode:both}@keyframes closed_modal{0%{opacity:1;left:0}99%{opacity:0;left:0}100%{left:-100vw;opacity:0}}.modal__bg{position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgb(165 157 165 / 18%);backdrop-filter:blur(2px);z-index:1}.modal__dialog{width:96%;max-width:600px;background-color:#fff;z-index:100;position:relative;border-radius:6px;box-shadow:0 10px 20px 0 #3333334d;display:flex;flex-direction:column;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;max-height:90%;overflow:hidden}@media screen and (min-width:760px){.modal__dialog{width:90%;max-height:90%}}.modal-active .modal__dialog{animation-duration:.6s;animation-name:opened_modal_dialog;animation-fill-mode:both}@keyframes opened_modal_dialog{0%{transform:translateY(100vh)}45%{transform:translateY(-30px)}100%{transform:translateY(0)}}.modal-closed .modal__dialog{animation-duration:.6s;animation-name:closed_modal_dialog;animation-fill-mode:both}@keyframes closed_modal_dialog{0%{transform:translateY(0)}35%{transform:translateY(-30px)}100%{transform:translateY(100vh)}}.modal__header{padding:15px 65px 15px 20px;border-bottom:1px solid #e6e6e6;position:relative;min-height:50px;line-height:1;position:sticky;top:0}@media screen and (min-width:760px){.modal__header{padding:19px 65px 20px 20px}}.modal__title{font-weight:600;font-size:18px}@media screen and (min-width:760px){.modal__title{font-size:24px}}.modal__cloce{position:absolute;width:40px;right:10px;top:50%;margin-top:-20px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:100%;transition:.3s;background-color:#f4f3f7;font-size:18px;color:#3c3c3d}.modal__cloce:hover{background-color:#fa5255;color:#fff}.modal__content{transition:.3s;position:relative;overflow:hidden;padding:15px;overflow-y:auto}.modal__content::-webkit-scrollbar{background:#ebebeb;width:8px;height:5px}.modal__content::-webkit-scrollbar-thumb{background:#a5c5c4;border-radius:10px}.modal__content:hover::-webkit-scrollbar-thumb{background:#6055b2}@media screen and (min-width:760px){.modal__content{padding:20px}}.modal__loading{height:300px;width:100%;display:flex;justify-content:center;align-items:center}.modal__loading_bar{width:65px;height:65px;border-radius:35px;animation:loadingC 1.5s linear infinite;border:7px #fc0 dotted}.modal__footer{padding:16px 15px 25px;border-top:1px solid #d7d7d7;background-color:#f2f2f2;display:flex;justify-content:center;border-radius:0 0 20px 20px;position:sticky;bottom:0}@keyframes loadingC{100%{transform:rotate(0) rotate(360deg)}}.notification{width:100%;padding:15px 43px 15px 15px;background-color:#f3f7f6;border-radius:6px;display:none;position:relative;min-height:45px;line-height:1.3;margin-bottom:15px}.notification-correct{background-color:#00cf4d;color:#fff}.notification:after{content:"×";position:absolute;top:15px;right:15px;font-size:30px;line-height:15px;cursor:pointer}.notification-active{display:block}.notification.error{background-color:#eb5568;color:#fff}.notification.correct{background-color:#cef4e2}.notification.correct:after{display:none}.form__info{border-radius:5px;background-color:#fbf6d0;padding:15px;margin-bottom:15px}.form__required_symbol{font-weight:900;color:#fa465a}.form__required_text{background-color:#edeefd;padding:15px;border-radius:5px}.form__title{font-size:20px;font-weight:600;margin-bottom:14px}.form__subtitle{font-size:1.2rem;font-weight:600;margin-bottom:20px}.form__linck{color:#5046b4;margin-bottom:15px;display:inline-block}.form__linck:hover{color:#7062fd}.form__linck span{border-bottom:1px solid;top:-2px;position:relative}.form__section{margin-bottom:20px;background-color:#f7f7f7;padding:1.5rem 1.5rem .8rem;border-radius:10px;width:100%}.form__row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}.form__row-spacebetween{justify-content:space-between}[class*=form__col]{padding-right:10px;padding-left:10px}.form__col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.form__col-4{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media screen and (min-width:760px){.form__col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}}.form__col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.form__col-auto{-ms-flex-preferred-size:0;-ms-flex-positive:1;width:auto}.form__group{width:100%;margin-bottom:1rem;position:relative}.form__error_field{margin-top:7px}.form__error_field span{color:#fa465a;font-size:14px;white-space:nowrap;background-color:#fde8ea;padding:3px 7px;border-radius:3px}.form__note{width:100%;margin-bottom:1rem;position:relative;color:#606078}.form__btn_password{border:none;background-color:transparent;position:absolute;right:0;bottom:0;height:41px;width:52px;cursor:pointer;font-size:17px;color:#7c7c7c;transition:.3s}.form__btn_password:hover{color:#5046b4}.form__button{padding:14px;min-width:170px}.form__group label{text-align:left;color:#606078;margin-bottom:.5rem;font-size:15px;display:inline-block;padding-left:.2rem}.form__group input{height:44px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;border:none;padding:15px;border:1px solid #d8d8d8;width:100%;padding:7px 15px;display:inline-block;font-weight:600;font-size:16px;line-height:30px;color:#3c3c3d}.form__group textarea{height:74px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;border:none;padding:15px;border:1px solid #d8d8d8;width:100%;padding:7px 15px;display:inline-block;font-weight:600}.form__group input:focus{outline:0;box-shadow:0 3px 7px 0 #584bcb2b;border-color:#9c9ee4}.form__group input:disabled{background-color:#f4f4f4;color:#6b6868}.form__group select{width:100%;border:0;height:3.7rem;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.212 5.455' fill='%23ccc' width='10' height='10'%3E%3Cpath d='M9.067.443a.452.452 0 0 0-.659-.024L4.606 4.277.804.419a.452.452 0 0 0-.659.024.5.5 0 0 0 .022.687l4.151 4.2a.45.45 0 0 0 .288.125.455.455 0 0 0 .288-.125l4.151-4.2a.503.503 0 0 0 .022-.687z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:calc(100% - 1rem) 50%;background-color:#fff;line-height:1;-webkit-appearance:none;appearance:none;-moz-appearance:none;-o-appearance:none;padding:0 2.2rem 0 .7rem;font-weight:700;color:#000;outline:0;height:44px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;border:none;padding:15px;border:1px solid #d8d8d8;width:100%;padding:7px 15px;display:inline-block;font-weight:600}.form__total_price{background-color:#fff;padding:1rem;font-size:36px;line-height:1;display:flex;flex-direction:column;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;margin-bottom:1rem}.form__total_price span{text-align:left;color:#606078;margin-bottom:.5rem;font-size:15px;display:inline-block;line-height:1}.price{display:inline-block;line-height:1}.price__value{display:inline-block;font-weight:600}.price__sign{display:inline-block;font-size:40%;vertical-align:top;line-height:1.4;font-weight:600;margin-left:-3px}.form__input_radio[type=checkbox],.form__input_radio[type=radio]{display:none}label.form__input_label{cursor:pointer;position:relative;user-select:none;display:flex;justify-content:flex-start;align-items:center;height:100%;padding-left:50px;margin-bottom:0;transition:.3s}.form__checkbox{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background-color:#fff;border:1px solid #6a6969;height:24px;width:24px;position:absolute;left:0;padding:2px;transition:.3s;font-size:19px;line-height:19px;color:#fff}.form__input_radio[type=checkbox]:checked+.form__input_label .form__checkbox{background-color:#584bcb}.form__input_radio[type=checkbox]:checked+.form__input_label .form__checkbox ion-icon{display:block}.form__input_radio[type=radio]:checked+.form__input_label .form__checkbox{background-color:#584bcb}.form__input_radio[type=radio]:checked+.form__input_label .form__checkbox ion-icon{display:block}.form__input_date::-webkit-calendar-picker-indicator{display:none}.slick_control{background-color:#fff;display:flex;display:-ms-flexbox;justify-content:center;box-shadow:0 5px 15px 0 #3333330f;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;margin:auto}.slick-dots{margin:1rem 2rem;padding:0;width:100%;display:block}.slick-dots li{height:10px;width:10px;background-color:#ccc;list-style-type:none;margin:0 5px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;cursor:pointer;transition:width .5s,background-color 1s,transform 1s;display:inline-block}.slick-dots li button{display:none}.slick-dots li.slick-active{background-color:#5046b4;cursor:inherit;width:2rem}@media screen and (min-width:1024px){#slick_control-a{display:none}}.slidecol{width:calc(200% + 40px);height:590px;position:relative;overflow:hidden;margin:0 -10px}.slidecol__col{width:50%;float:left;padding:0 10px;height:100%;overflow-y:auto;transition:.3s}.slidecol__col-left{margin-left:0}.slidecol-slide .slidecol__col-left{margin-left:-100%}.modal_product{width:100%;background-color:#fff;padding:15px;border-radius:15px;box-shadow:0 3px 6px 0 #edecec;position:relative;margin-bottom:20px}.modal_product__name{display:inline-block;color:#606078}.modal_product__delete{position:absolute;right:20px;top:15px;font-size:21px}.nav_mob{position:fixed;z-index:999;top:0;left:0;height:100%;width:100%;transition:.3s;display:none}.nav_mob-open{display:block}.nav_mob-bg{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25, .8, .25, 1);opacity:1;background-color:#33333361;opacity:0}.nav_mob__box{position:absolute;height:100%;display:flex;flex-direction:column;width:300px;z-index:1000;left:-300px}.nav_mob__header{background-color:#fff;display:flex;justify-content:space-between;padding:1rem 1.5rem;align-items:center;border-bottom:1px solid #e2e2e4}.nav_mob__logo{width:120px;display:flex}.nav_mob__logo svg{width:100%}.nav_mob__close{display:flex;font-size:32px}.nav_mob__close ion-icon{color:#606078}.nav_mob__content{background-color:#f4f5f8;display:flex;flex-direction:column;padding:2rem 1.5rem;border-bottom:1px solid #e2e2e4;height:100%;overflow-y:auto}.nav_mob__content::-webkit-scrollbar{width:8px;height:5px;background:#e2e2e4}.nav_mob__content::-webkit-scrollbar-thumb{background:#c1bfbf;border-radius:10px}.nav_mob__content a{margin-bottom:1.5rem;font-weight:600}.nav_mob__item{margin-bottom:1rem;font-weight:600}.nav_mob__content .nav_mob__link{margin-left:1rem;font-weight:400}.nav_mob__footer{background-color:#fff;display:flex;padding:1rem 1.5rem}.nav_mob__footer a{margin:0 10px}.nav_mob__footer a:first-child{margin-left:0}.nav_mob__footer a ion-icon{color:#606078;font-size:24px;transition:.3s}.nav_mob__footer a ion-icon:hover{color:#584bcb}.page__breadcrumbs{padding:2rem 0}.page{padding-top:2rem;padding-bottom:2rem}@media screen and (min-width:760px){.page{padding-top:3rem;padding-bottom:3rem}}.page__title{margin-bottom:2rem}@media screen and (min-width:760px){.page__title{margin-bottom:3rem}}.page__decription a{color:#584bcb}.page__decription a:hover{text-decoration:underline}.social_networks__box{padding-top:2rem;padding-bottom:2rem}@media screen and (min-width:760px){.social_networks__box{padding-top:4rem;padding-bottom:4rem}}.social_networks{display:flex;display:-ms-flexbox;background-color:#fff;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;overflow:hidden;align-items:center;box-shadow:0 12px 20px 0 #3333330d;padding:2rem}@media screen and (min-width:760px){.social_networks{padding:0}}.social_networks__img{display:none}@media screen and (min-width:760px){.social_networks__img{margin-right:15px;display:flex;display:-ms-flexbox}}.social_networks__row{width:100%}@media screen and (min-width:760px){.social_networks__row{margin-left:15px;width:47%}}.social_networks__title{margin-bottom:1rem;font-size:22px}@media screen and (min-width:760px){.social_networks__title{margin-bottom:2rem;font-size:26px}}.social_networks__itms{display:flex;display:-ms-flexbox;justify-content:space-between;width:96%}.social_networks__itms a{height:auto;width:80px;margin-left:5px;margin-right:5px}.social_networks__itms a:first-child{margin-left:0}.social_networks__itms a:last-child{margin-right:0}@media screen and (min-width:760px){.social_networks__itms a{margin:0}}.social_networks__itms a img{max-width:100%}.border-r{border-right:1px solid #e2e2e4}.border-b{border-bottom:1px solid #e2e2e4}.checkbox__section-mr_y{margin-top:.5em;margin-bottom:-.5em}.checkbox__section{max-width:100%;display:flex;justify-content:center;flex-wrap:wrap}@media screen and (min-width:760px){.checkbox__section{justify-content:space-between}}label.checkbox__item{margin:0 .5em .5em;padding:0;display:block;position:relative}.checkbox__item>input{display:none}.checkbox__item>span{width:30px;height:30px;display:block;text-align:center;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;padding:4px 0;border:1px solid #d8d8d8;cursor:pointer;background-color:#fff;color:#606078}.checkbox__item>input:not(:disabled):active+span{background-color:#b3d7ff;border-color:#b3d7ff}.checkbox__item>input:checked+span{color:#fff;background-color:#3a2bbb;border-color:#3a2bbb}.blog{width:100%;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;padding:3rem 0}.blog__left_side{padding-left:0;width:25%}.blog__right_side{width:75%}.blog__title_box{margin-bottom:2rem}.blog__post{margin-bottom:1.5rem;border-width:2px;border-style:solid;border-color:#dcdcee;border-image:initial;border-radius:25px;padding:1.7rem}.blog__post-no_border{padding:0;border:none}.blog__post_header{margin-bottom:1.5rem;display:flex;align-content:center;flex-direction:row;align-items:center}.blog__post_name{font-size:24px;font-weight:600;margin-right:1rem}.blog__post_date{height:26px;background-color:#5046b4;color:#fff;padding:2px 8px;border-radius:8px}.blog__post_content{margin-bottom:2rem}.blog__post_tag{background-color:#f4f4fc;padding:3px 7px;border-radius:7px;color:#5046b4;line-height:22px;display:inline-block}.blog__post_tag:hover{color:#fff;background-color:#5046b4;transition:.3s}.blog__post_body{margin-bottom:.8rem}.blog__post_annotation{margin-bottom:.8rem;padding:2rem 5em;background-color:#f4f4fc;font-size:18px;font-weight:600;border-radius:10px;position:relative}.blog__post_annotation:before{content:"“";font-family:initial;font-size:94px;position:absolute;color:#bebbe4;font-weight:900;left:18px;top:-8px}.blog__post_annotation:after{content:"„";font-family:initial;font-size:94px;position:absolute;color:#bebbe4;font-weight:900;right:22px;bottom:17px}.blog__post_footer{display:flex;justify-content:space-between}.blog__post_more{cursor:pointer;font-size:16px;font-weight:600;line-height:1;color:#fff;box-shadow:rgba(80,70,180,.22) 0 8px 15px 0;min-height:38px;display:inline-block;outline:0;border-width:initial;border-style:none;border-color:initial;border-image:initial;background:#5046b4;border-radius:30px;transition:all .3s ease 0s;padding:10px 20px}.hero{padding:40px 0;z-index:1;position:relative}.hero__title{margin-bottom:15px}@media (min-width:768px){.hero__title{max-width:60%;margin-bottom:30px}}.hero__text{margin-bottom:15px;font-size:18px}@media (min-width:768px){.hero__text{margin-bottom:30px;max-width:540px}}.hero__services_title{margin-bottom:24px}.hero__services_list{display:flex;margin:0 -15px;flex-wrap:nowrap;overflow:hidden;overflow-x:auto;padding-bottom:24px}.hero__services_item{padding:35px 15px 0;width:370px;min-width:268px;max-width:70%}.card_service{background-color:#fff;border-radius:20px;box-shadow:0 4px 10px rgba(0,0,0,.1);padding:79px 20px 30px;position:relative}@media (min-width:768px){.card_service{padding:79px 30px 30px}}.card_service__icon{background-color:#5046b7;border-radius:50%;padding:20px;width:100px;height:100px;top:-35px;left:30px;position:absolute;box-shadow:0 10px 15px 0 rgb(80 70 183 / 25%)}.card_service__title{font-size:18px;color:#3c3c3d;margin:0 0 20px;min-height:45px;font-weight:600;line-height:24px}@media (min-width:768px){.card_service__title{font-size:24px;line-height:28px;min-height:60px}}.card_service__button{padding:16px 24px;color:#fff;border:none;border-radius:32px;display:inline-block;background-color:#fa465a;box-shadow:0 8px 15px 0 rgb(250 70 90 / 40%);transition:.3s;cursor:pointer;font-size:16px;font-weight:600;line-height:1}.card_service__button:hover{background-color:#e04a4a}.carousel{min-width:calc(100% + 30px);margin-left:-15px;margin-right:-15px;position:relative;user-select:none;-webkit-tap-highlight-color:transparent;outline:0}.carousel.is-fullscreen{min-width:100%;margin-left:0;margin-right:0}.carousel:not(.flickity-enabled){display:flex;overflow:hidden;overflow-x:auto;flex-wrap:nowrap}.flickity-viewport{overflow:hidden;position:relative;height:100%;touch-action:pan-y;cursor:grab}.carousel-cell{width:33.333%;min-width:33.333%;counter-increment:carousel-cell;padding:15px;left:0}.carousel.is-fullscreen .carousel-cell{height:100%;width:100%;min-width:100%;padding:0}.flickity-enabled .carousel-cell{position:absolute}@media (max-width:768px){.carousel-cell{width:100%;min-width:100%}}.flickity-page-dots{background-color:#fff;display:inline-block;box-shadow:0 5px 15px 0 #3333331c;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;left:50%;position:relative;transform:translateX(-50%);margin-top:24px;padding:0 12px;outline:0}.flickity-page-dot{display:inline-block;padding:0 3px;height:46px;background:#ffffff00;cursor:pointer;appearance:none;border:none;text-indent:-9999px;overflow:hidden;position:relative;font-size:0;transition:.3s}.flickity-page-dot:before{content:"";background-color:#ccc;display:block;height:10px;border-radius:10px;width:10px;transition:.3s}.flickity-page-dot.is-selected:before{background-color:#5046b7;width:43px}.flickity-page-dot:focus{outline:0;box-shadow:none}.flickity-page-dots .dot{width:12px;height:12px;margin:0 5px;background-color:#ccc;border-radius:50%;transition:background-color .3s ease}.flickity-page-dots .dot.is-selected{background-color:#6c63ff}.plug{width:100vw;height:100vh;position:relative;display:flex;align-items:center;justify-content:center;background-color:#3f42af;background:url("../images/bg-plug.png") no-repeat center center;background-size:cover}.plug__container{display:flex;flex-direction:column;align-items:center;z-index:2;color:#fff}.plug__logo{width:300px;height:100px;max-width:80%;font-size:80px}.plug__title{font-size:24px;margin:20px 0 10px}.plug__text{font-size:16px;margin:5px 0}.callback{min-width:250px}.callback__header{border-bottom:1px solid #b4adad;padding:0 0 15px;margin-bottom:15px;display:flex;align-items:center}.callback__icon{width:50px;height:50px;background-color:#5046b4;color:#fff;font-size:27px;line-height:51px;text-align:center;border-radius:40px;margin-right:15px}.callback__phone{font-size:18px;font-weight:600}.callback__title{font-size:24px;font-weight:600;margin-bottom:15px;font-weight:600}.callback__note{margin-bottom:15px;color:#606078}.callback__footer{display:flex;flex-direction:column;justify-content:center;gap:10px}.callback__button{padding:16px 24px;color:#fff;border:none;border-radius:32px;display:inline-block;background-color:#fa465a;box-shadow:0 8px 15px 0 rgb(250 70 90 / 40%);transition:.3s;cursor:pointer;font-size:16px;font-weight:600;line-height:1;width:100%}.callback__text{font-size:14px;line-height:1.1;color:#606078}.not_found{display:flex;flex-wrap:wrap;flex-direction:column;align-items:center;padding:40px 0 80px}.not_found__title{font-size:40px;margin-bottom:20px}.not_found__description{margin-bottom:20px;max-width:400px;text-align:center}.not_found__button{padding:16px 24px;color:#fff;border:none;border-radius:32px;display:inline-block;background-color:#fa465a;box-shadow:0 8px 15px 0 rgb(250 70 90 / 40%);transition:.3s;cursor:pointer;font-size:16px;font-weight:600;line-height:1;width:100%}.header{display:flex;align-items:center;justify-content:space-between;z-index:2;position:relative;padding:10px 0 12px}.header__mobile_menu{border:none;background-color:transparent;padding:0;font-size:36px;line-height:36px;color:#fff;margin-right:15px}@media (min-width:768px){.header__mobile_menu{display:none}}.header__logo{font-size:48px;padding-right:15px;display:none}@media (min-width:768px){.header__logo{display:block}}.header__logo-mobile{font-size:28px;padding-right:10px;width:115px}.header__logo-mobile{font-size:28px;padding-right:10px;width:115px}@media (min-width:768px){.header__logo-mobile{display:none}}.header__left,.header__right{display:flex;justify-content:space-between;align-items:center}.header__navigation{margin:0 12px;display:none}@media (min-width:768px){.header__navigation{display:block}}.header__language_btn{background-color:#463c9e;color:#fff;border-radius:50%;width:42px;height:42px;font-size:16px;text-transform:uppercase}@media (min-width:768px){.header__language-mobile{display:none}}.header__language{margin-left:12px;margin-right:6px;display:none}@media (min-width:768px){.header__language{display:block}}.header__phone{margin:0 6px}.header__appointment_button{width:42px;height:42px;margin:0;padding:8px 0!important}@media (min-width:940px){.header__appointment_button{width:auto;padding:12px 15px!important}}.header__appointment_button .btn_phons__icon{margin-left:0}@media (min-width:940px){.header__appointment_button .btn_phons__icon{display:none}}.header__appointment_button{background-color:#fa465a;color:#fff;box-shadow:0 8px 15px 0 rgb(250 70 90 / 40%);transition:.3s;padding:12px 18px;border:none;border-radius:40px;font-size:16px;line-height:19px;font-weight:600;cursor:pointer}.header__appointment_button:hover{background-color:#d23446}.navigation__link{padding:6px;font-weight:600;transition:.3s;color:#3c3c3d}.navigation__link:first-child{padding-left:0}.navigation__link:last-child{padding-right:0}.navigation__link:hover{color:#5046b7}@media (min-width:768px){.language{padding:6px 12px;border-radius:40px;background-color:#fff;box-shadow:0 7px 15px 0 rgb(96 96 120 / 12%)}}.language__link{padding:3px;font-weight:600;transition:.3s;margin:0 0 10px;display:inline-block}.language__link:last-child{margin:0}@media (min-width:768px){.language__link{padding:6px;margin:0}}.language__link-active{text-decoration:underline;color:#5046b7}.btn_phons{padding:12px;border-radius:40px;background-color:#463c9e;box-shadow:0 7px 15px 0 rgb(96 96 120 / 12%);border:none;font-size:16px;font-weight:600;display:flex;align-items:center;min-width:42px;height:42px;justify-content:center}@media (min-width:768px){.btn_phons{background-color:#fff}}.btn_phons__icon:first-child span{font-size:20px;line-height:22px;color:#fff}@media (min-width:768px){.btn_phons__icon:first-child span{font-size:16px;line-height:inherit;color:#3c3c3d;font-weight:600}}.btn_phons__icon:last-child{font-size:18px;line-height:14px;display:none}@media (min-width:768px){.btn_phons__icon:last-child{display:block}}.btn_phons__text{margin:0 12px;display:none}@media (min-width:1056px){.btn_phons__text{display:block}}.mobile_menu{position:fixed;top:0;bottom:0;z-index:99;width:100%;flex-wrap:wrap;left:-100%;display:block}.mobile_menu-active{animation-duration:.6s;animation-name:opened_mobile_menu;animation-fill-mode:both}@keyframes opened_mobile_menu{0%{opacity:0;left:0}1%{opacity:0;left:0}100%{left:0;opacity:1}}.mobile_menu-closed{animation-duration:.6s;animation-name:closed_mobile_menu;animation-fill-mode:both}@keyframes closed_mobile_menu{0%{opacity:1;left:0}99%{opacity:0;left:0}100%{left:-100vw;opacity:0}}.mobile_menu__bg{position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgb(165 157 165 / 18%);backdrop-filter:blur(2px);z-index:1}.mobile_menu__content{height:100vh;background-color:#fff;z-index:2;max-width:330px;width:100%;position:absolute;padding-left:30px;margin-left:-30px}.mobile_menu__head{background-color:#f4f4fc;display:flex;align-items:center;justify-content:space-between;padding:15px}.mobile_menu--logo{font-size:28px}.mobile_menu-active .mobile_menu__content{animation-duration:.6s;animation-name:opened_mobile_menu_body;animation-fill-mode:both}@keyframes opened_mobile_menu_body{0%{transform:translateX(-100vw)}45%{transform:translateX(30px)}100%{transform:translateX(0)}}.mobile_menu-closed .mobile_menu__content{animation-duration:.6s;animation-name:closed_mobile_menu_body;animation-fill-mode:both}@keyframes closed_mobile_menu_body{0%{transform:translateX(0)}35%{transform:translateX(30px)}100%{transform:translateX(-100vw)}}.mobile_menu__close{font-size:24px}.mobile_menu__list{padding:15px;display:flex;flex-direction:column}.mobile_menu__title{font-weight:600;padding:6px 0}.mobile_menu__link{padding:4px 10px}.mobile_menu__footer{display:flex;position:absolute;bottom:0;padding:15px 15px 15px 46px;background-color:#f4f4fc;width:100%;left:0}.mobile_menu__social{max-width:40px;width:100%;display:block;height:40px;overflow:hidden;margin-right:5px}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:#5046b4c7;color:#fff;padding:15px;text-align:center;z-index:1000;backdrop-filter:blur(5px)}.cookie-banner button{border:none;cursor:pointer;border-radius:38px;background-color:#fa465a;color:#fff;box-shadow:0 8px 15px 0 rgb(250 70 90 / 40%);transition:.3s;font-size:16px;padding:15px 20px;min-width:180px;font-weight:700}.flying_btn{position:fixed;bottom:30px;right:30px;animation:bounce 1.5s infinite;z-index:99}.flying_btn__btn{padding:10px 10px;width:90px;height:90px;border-radius:50px;font-weight:600;font-size:44px}@keyframes bounce{0%{bottom:30px}50%{bottom:40px}100%{bottom:30px}}.form__steps{overflow:hidden;width:100%;height:100%}.form__steps_trey{transition:transform .6s cubic-bezier(.63, -.25, .24, 1.31);display:flex;flex-wrap:nowrap;flex-direction:row}.form__step{min-width:100%}.form__step_active-1{transform:translateX(0)}.form__step_active-1>div{height:1px}.form__step_active-1>div:first-child{height:auto}.form__step_active-2{transform:translateX(-100%)}.form__step_active-2>div{height:1px}.form__step_active-2>div:nth-child(2){height:auto}.form__step_active-3{transform:translateX(-200%)}.form__step_active-3>div{height:1px}.form__step_active-3>div:nth-child(3){height:auto}.form__step_active-4{transform:translateX(-300%)}.form__step_active-4>div{height:1px}.form__step_active-4>div:nth-child(4){height:auto}.form__step_active-5{transform:translateX(-400%)}.form__step_active-5>div{height:1px}.form__step_active-5>div:nth-child(5){height:auto}.form__times{margin:0 -2px}.form__time{border:none;border-radius:5px;padding:8px 0;background-color:#e8e5fe;margin:4px 2px;color:#3c3c3d;width:calc(25% - 8px);font-size:16px;cursor:pointer;font-weight:700;transition:.3s;display:inline-block;text-align:center}@media (min-width:768px){.form__time{width:calc(20% - 8px)}}.form__time:hover{background-color:#bbb5eb}.form__time-active,.form__time-active:hover{background-color:#6056b2;color:#fff}.form__time-busy,.form__time-busy:hover{background-color:#f9ced3;color:#997c86;cursor:no-drop}.price__list{width:100%;margin-top:15px}@media (min-width:768px){.price__list{overflow:hidden;max-height:calc(60vh - 100px);overflow-y:auto}}.price__list::-webkit-scrollbar{background:#ebebeb;width:8px;height:5px}.price__list::-webkit-scrollbar-thumb{background:#a59af3;border-radius:10px}.price__list:hover::-webkit-scrollbar-thumb{background:#6055b2}.price__item{width:100%;margin:0 0 10px}.price__title{font-size:16px;font-weight:600;margin:0 0 10px}.price__title-h1{font-size:18px;margin-left:0}.price__title-h2{font-size:16px;margin-left:15px}.price__title-h3{font-size:16px;margin-left:25px}.price__button{border:none;padding:7px 15px;margin-left:10px;margin-right:10px;width:calc(100% - 20px);min-width:calc(100% - 20px);margin-bottom:4px;border-radius:5px;display:flex;cursor:pointer;background-color:#fff;justify-content:space-between;font-size:15px;color:#3c3c3d}.price__button:hover{background-color:#f4f3f7}.price__button-active,.price__button-active:hover{background-color:#6055b2;color:#fff}.price__name{text-align:left}.price__value{white-space:nowrap}.modal__footer .btn{margin:0 8px;width:50%;min-width:auto}@media (min-width:768px){.modal__footer .btn{margin:0 15px;max-width:40%}}.form__accept{width:100%;max-width:450px;margin:0 auto 10px;padding:10px 15px 0;border-radius:8px;display:table}.form__accept .form__input_label{color:#000}.form__list{width:100%;max-width:450px;margin:0 auto 10px;background-color:#e6e4ed;padding:30px 15px;border-radius:8px;display:table}.form__list_item{align-items:center;max-width:400px}@media (min-width:768px){.form__list_item{display:table-row}}.form__list_name{font-weight:600;color:#606078;width:100%}@media (min-width:768px){.form__list_name{padding-right:7px;text-align:right;width:140px;display:table-cell;padding-bottom:5px}}.form__list_value{color:#606078;width:100%}@media (min-width:768px){.form__list_value{width:auto;display:table-cell;padding-left:7px;padding-bottom:5px}}.phone_input{display:flex}.phone_input__country{min-width:100px}.phone_input__country .choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#fff;padding:5px;border:1px solid #d8d8d8;border-radius:6px 0 0 6px;font-size:initial;min-height:33px;font-weight:600;overflow:hidden}.phone_input__country .choices[data-type*=select-one] .choices__input{border-radius:0!important;border-bottom:1px solid #ddd;background-color:#fff;height:36px}.phone_input__phone_number{width:100%}.phone_input__phone_number input{border-radius:0 6px 6px 0}@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(/front/fonts/icomoon.eot?ptqxrp);src:url(/front/fonts/icomoon.eot?ptqxrp#iefix) format("embedded-opentype"),url(/front/fonts/icomoon.ttf?ptqxrp) format("truetype"),url(/front/fonts/icomoon.woff?ptqxrp) format("woff"),url(/front/fonts/icomoon.svg?ptqxrp#icomoon) format("svg")}[class^=icon-]{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-appointment:before{content:"\e91b"}.icon-location:before{content:"\e915"}.icon-telegram:before{content:"\e916"}.icon-viber:before{content:"\e917"}.icon-facebook:before{content:"\e918"}.icon-whatsapp:before{content:"\e919"}.icon-instagram:before{content:"\e91a"}.icon-logo-white .path1:before{color:#fff;content:"\e910"}.icon-logo-white .path2:before{color:#fff;content:"\e911";margin-left:-3.685546875em}.icon-logo-white .path3:before{color:#c8c8e1;content:"\e912";margin-left:-3.685546875em}.icon-logo-white .path4:before{color:#fb4659;content:"\e913";margin-left:-3.685546875em}.icon-logo-white .path5:before{color:#bf3749;content:"\e914";margin-left:-3.685546875em}.icon-logo .path1:before{color:#41378c;content:"\e90a"}.icon-logo .path2:before{color:#5046b4;content:"\e90b";margin-left:-3.685546875em}.icon-logo .path3:before{color:#41378c;content:"\e90c";margin-left:-3.685546875em}.icon-logo .path4:before{color:#fb4659;content:"\e90d";margin-left:-3.685546875em}.icon-logo .path5:before{color:#bf3749;content:"\e90e";margin-left:-3.685546875em}.icon-menu:before{content:"\e90f"}.icon-close1:before{content:"\e900"}.icon-arrow:before{content:"\e901"}.icon-phone:before{content:"\e902"}.icon-access_time:before{content:"\e908"}.icon-user:before{content:"\e903"}.icon-chat:before{content:"\e904"}.icon-clock:before{content:"\e905"}.icon-loading:before{content:"\e909"}.icon-ct:before{content:"\e906"}.icon-service:before{content:"\e907"}.icon-close:before{content:"\e91c"}
