.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,.departments-nav__links a{display:-webkit-box;display:-ms-flexbox;display:flex}.departments-nav__links a{-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;margin-right:.5rem;-webkit-transition:.2s;transition:.2s}@media(max-width:768px){.departments-nav__links a{width:auto;margin-right:.25rem}}.departments-nav__links a.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{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 #dde0e7;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:#6e97ff;background-color:#6e97ff;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:hover .base-checkbox__check:not(.is--checked){border-color:#c9ccd3}.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}}.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}.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{-ms-flex-preferred-size:100%;flex-basis:100%;padding:.5rem}}.departments-item__info p{color:#6e6e7e}@media(max-width:768px){.departments-item__info p{padding-right:2.5rem}}.departments-item__info h2{position:relative;font-size:1.15rem;line-height:1.5;font-weight:600;color:#023d86;padding-right:2.5rem}.departments-item__info h2 a{color:#023d86}.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:start;-ms-flex-pack:start;justify-content:flex-start;overflow-x:auto;padding:0;margin-top:1rem}.departments-pagination .button,.departments-pagination li{-ms-flex-negative:0;flex-shrink:0;width:3rem;height:3rem}