.departments-nav{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.departments-nav,.departments-nav__links{display:-webkit-box;display:-ms-flexbox;display:flex}.departments-nav__links{gap:.5rem}.departments-nav__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:12rem;background-color:#e5edff;border-radius:4px 4px 0 0;color:#023d86;padding:1rem 1.5rem;-webkit-transition:.2s;transition:.2s}@media(max-width:768px){.departments-nav__link{width:auto}}.departments-nav__link.is--active{background-color:#023d86;color:#fff;font-weight:700}.departments-nav__filters{-ms-flex-item-align:stretch;align-self:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.departments-nav__filters span{color:#023d86;margin-right:.5rem}@media(max-width:768px){.departments-nav__filters span{display:none}}.departments-nav__filters-btn{width:2.75rem;height:2.75rem;border-radius:50%;background:#ffce3a url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1 4H4M4 4C4 5.65685 5.34315 7 7 7C8.65685 7 10 5.65685 10 4M4 4C4 2.34315 5.34315 1 7 1C8.65685 1 10 2.34315 10 4M10 4H23M20 12H23M20 12C20 13.6569 18.6569 15 17 15C15.3431 15 14 13.6569 14 12M20 12C20 10.3431 18.6569 9 17 9C15.3431 9 14 10.3431 14 12M1 12H14M1 20H4M4 20C4 21.6569 5.34315 23 7 23C8.65685 23 10 21.6569 10 20M4 20C4 18.3431 5.34315 17 7 17C8.65685 17 10 18.3431 10 20M10 20H23' stroke='%23023D86' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat 50%}.base-checkbox{--border-color:#8892a9;--bg-color:#618eff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1em;line-height:1.5em;padding:.75em 0;cursor:pointer}.base-checkbox [type=checkbox]{display:none!important}.base-checkbox__check{width:1.5em;height:1.5em;-ms-flex-negative:0;flex-shrink:0;background-color:#fff;background-repeat:no-repeat;background-position:50%;border:1px solid var(--border-color);border-radius:4px;-webkit-transition:all .2s cubic-bezier(.4,0,.23,1);transition:all .2s cubic-bezier(.4,0,.23,1);-webkit-transition-property:border-color;transition-property:border-color}.base-checkbox__check.is--checked{border-color:var(--bg-color);background-color:var(--bg-color);background-image:url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1 4L4 7L10 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");-webkit-animation:shrink-bounce .2s cubic-bezier(.4,0,.23,1);animation:shrink-bounce .2s cubic-bezier(.4,0,.23,1)}.base-checkbox__label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:.75em}.base-checkbox[disabled]{opacity:.5;cursor:not-allowed}@-webkit-keyframes shrink-bounce{0%{-webkit-transform:scale(1);transform:scale(1)}33%{-webkit-transform:scale(.85);transform:scale(.85)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes shrink-bounce{0%{-webkit-transform:scale(1);transform:scale(1)}33%{-webkit-transform:scale(.85);transform:scale(.85)}to{-webkit-transform:scale(1);transform:scale(1)}}.department-filters{position:relative;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.department-filters__header{position:sticky;top:0;background-color:#fff;padding-bottom:.75rem;z-index:1}.department-filters__header a{font-size:.85rem;font-weight:600;text-decoration:underline}.department-filters h3{font-size:1.5rem;font-weight:700;color:#023d86;padding:.5rem 0}@media(max-width:768px){.department-filters h3{font-size:1.25rem}}.department-filters .base-autocomplete{margin-top:1rem}.department-filters__option h4{font-weight:700;color:#023d86;padding:1rem 0 .5rem}.department-filters__option .base-checkbox{width:100%;padding:.35rem 0}.department-filters__option .base-checkbox__label{color:#535353}.department-filters__option .base-checkbox__label span{color:#6e6e7e}.department-filters__close{position:absolute;top:2px;right:0;width:3rem;height:3rem;background:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1 15L8 8M8 8L15 1M8 8L1 1M8 8L15 15' stroke='%236E6E7E' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E") no-repeat 50%;cursor:pointer;z-index:2}@media(max-width:768px){.department-filters__close{top:-2px}}.tc-pagination,.tc-pagination .button,.tc-pagination__item,.tc-pagination li,.tc-pagination li.tc-more:before,.tc-pagination ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tc-pagination .button,.tc-pagination li{min-height:1.75em;min-width:1.75em;max-width:3em;max-height:3em;width:4vw;height:4vw}.tc-pagination,.tc-pagination .button,.tc-pagination li{font-family:inherit;font-size:1em}.tc-pagination{clear:both;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;list-style:none;padding:0 5px;margin:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.tc-pagination__item{width:100%;height:100%;color:#535353;text-decoration:none;z-index:1}.tc-pagination__item.disabled{pointer-events:none!important;color:#aaaaba}.tc-pagination__item.disabled:hover{cursor:not-allowed!important;color:#aaaaba}.tc-pagination .button,.tc-pagination li{position:relative;border-radius:10%;border:none;background:#f3f3f3;margin:0 2px;overflow:hidden}.tc-pagination .button.disabled,.tc-pagination li.disabled{text-decoration:none;cursor:not-allowed!important;color:#aaaaba;text-align:left}.tc-pagination .button.disabled .tc-pagination__item,.tc-pagination li.disabled .tc-pagination__item{pointer-events:none}.tc-pagination .button:not(.disabled):hover,.tc-pagination li:not(.disabled):hover{background:#456ed6}.tc-pagination .button:not(.disabled):hover .tc-pagination__item,.tc-pagination li:not(.disabled):hover .tc-pagination__item{color:#fff;-webkit-transition-duration:0s;transition-duration:0s}.tc-pagination .button:not(.disabled):hover:before,.tc-pagination li:not(.disabled):hover:before{display:none}.tc-pagination li.active{background:#456ed6}.tc-pagination li.active .tc-pagination__item{color:#fff}.tc-pagination li.tc-more{position:relative}.tc-pagination li.tc-more .tc-pagination__item{color:transparent;z-index:1}.tc-pagination li.tc-more:before{content:"\2026";position:absolute;top:0;left:0;width:100%;height:100%;color:#535353;z-index:2}.modal{position:fixed;top:0;bottom:0;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-color:rgba(2,61,134,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2147483001!important}.modal-body{max-height:100%;overflow:auto}.notify-form{position:relative;width:calc(100vw - 30px);max-width:375px;background-color:#fff;padding:2.5rem 1rem;margin:0 1rem}.notify-form h2{font-size:1.25rem;font-weight:700;text-align:center;color:#023d86;letter-spacing:-.02em}.notify-form .btn-close{position:absolute;top:1rem;right:1rem;width:1.5rem;height:1.5rem;background:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M5 19L12 12M12 12L19 5M12 12L5 5M12 12L19 19' stroke='%236E6E7E' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");cursor:pointer}.notify-form form .btn{margin-top:1.25rem}.viber-link[data-v-d6db829a]{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.shop-schedule .mt-2{margin-top:.375rem}.shop-schedule .mr-1{margin-right:.5rem}.shop-schedule .pl-3{padding-left:1rem}.shop-schedule .text-red{color:#f82833}.shop-schedule .text-lg{font-size:1.125rem}.shop-schedule .text-sm{font-size:.875rem}.shop-schedule .font-semibold{font-weight:600}.shop-schedule__hours{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;color:#535353}.shop-schedule__hours>span{position:relative;padding-left:1rem}.shop-schedule__hours>span:before{content:"";position:absolute;top:.3rem;left:0;display:block;width:.5rem;height:.5rem;border-radius:50%;background-color:#f82833}.shop-schedule__hours>span.is--active:before{background-color:#6fcf97}.shop-schedule__phones>[type=link]{display:none}@media(min-width:769px){.shop-schedule__phones>[type=link]{display:inline-block}}@media(min-width:769px){.shop-schedule__phones>[type=button]{display:none}}.department-filter-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}.departments{margin-bottom:5rem}.departments-content{position:relative}.departments-list{min-height:480px;background-color:#fff;-webkit-box-shadow:0 0 1px rgba(40,47,108,.2),0 1px 2px rgba(40,47,108,.06);box-shadow:0 0 1px rgba(40,47,108,.2),0 1px 2px rgba(40,47,108,.06);border-radius:0 4px 4px 4px;padding:1rem}@media(max-width:768px){.departments-list{padding:.5rem}}.departments-list__autocomplete{width:100%;max-width:384px;margin:0 0 1rem}@media(max-width:768px){.departments-list__autocomplete{max-width:none;margin-bottom:.5rem}}.departments-list__autocomplete .base-text__input{padding-top:.5rem;padding-bottom:.5rem}.departments-item{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fbfbfb;border-radius:4px;overflow:hidden;margin-bottom:1rem}.departments-item:last-child{margin-bottom:0}@media(max-width:768px){.departments-item{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:.5rem}}.departments-item__img{-ms-flex-negative:0;flex-shrink:0;width:330px;height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.departments-item__img>a{-ms-flex-item-align:start;align-self:flex-start}@media(-ms-high-contrast:active),(-ms-high-contrast:none){.departments-item__img>a{height:100%}}@media(max-width:768px){.departments-item__img{margin:0 auto}}.departments-item__info{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:1rem 1rem 1rem 3.5rem}@media(max-width:1024px){.departments-item__info{padding-left:1rem}}@media(max-width:768px){.departments-item__info{width:100%;padding:.5rem}}.departments-item__info h2,.departments-item__info p{color:#6e6e7e}@media(max-width:768px){.departments-item__info h2,.departments-item__info p{padding-right:2.5rem}}.departments-item__info h3{position:relative;font-size:1.15rem;line-height:1.5;font-weight:600;color:#023d86;padding-right:2.5rem}.departments-item__info h3 a{color:#023d86;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.departments-item__info .img-fluid{position:absolute;bottom:1rem;left:-2.25rem}@media(max-width:1024px){.departments-item__info .img-fluid{bottom:.25rem;right:0;left:auto}}.departments-item__schedule{font-size:.9rem;color:#535353;margin-top:.5rem}.departments-item__schedule td{position:relative;padding-bottom:.25rem}.departments-item__schedule td:first-child{color:#6e6e7e;vertical-align:top;padding-right:2rem}.departments-item__schedule td:nth-child(2){display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:1rem}.departments-item__schedule td:nth-child(2) div{-ms-flex-preferred-size:100%;flex-basis:100%}.departments-item__schedule td:nth-child(2) a{font-weight:600;padding-right:.5rem}.departments-item__schedule td:nth-child(2):before{content:"";position:absolute;top:.3rem;left:0;display:block;width:.5rem;height:.5rem;border-radius:50%;background-color:#f82833}.departments-item__schedule td:nth-child(2).is--active:before{background-color:#6fcf97}.departments-item__phone{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap}.departments-aside__filters{position:absolute;top:0;right:0;width:100%;max-width:384px;height:100%;background-color:#fff;-webkit-box-shadow:-8px 0 8px rgba(40,47,108,.06);box-shadow:-8px 0 8px rgba(40,47,108,.06);border-radius:0 4px 4px 0;padding:1rem;z-index:2}@media(max-width:768px){.departments-aside__filters{border-radius:0;padding:.5rem}}.departments-pagination{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow-x:auto;padding:0;margin-top:1.5rem}.departments-pagination .button,.departments-pagination li{-ms-flex-negative:0;flex-shrink:0;width:3rem;height:3rem}.departments .mt-12{margin-top:12px}.departments .social-history{text-align:center}.departments .social-history>a{display:inline-block;color:#456ed6;text-decoration:underline;padding:.5rem}.departments__seo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem;max-width:960px;margin:2rem auto 0}.departments__seo>h2{font-size:1.5rem;font-weight:700;color:#323232;text-align:center;padding:0}