.footer{padding:40px 0}.footer__content{background-color:#2d2d2d08;border-radius:30px;gap:4px;margin-bottom:18px;padding:4px;display:flex}.footer__content .footer__contacts{background-color:#fff;border-top-left-radius:30px;border-bottom-left-radius:30px;flex-flow:column;gap:4px;min-width:320px;padding:18px;display:flex}.footer__content .footer__contacts .footer__logo{width:260px;height:60px;position:relative}.footer__content .footer__contacts div:first-of-type{margin-top:36px}.footer .footer__grid{justify-content:space-between;align-items:center;gap:4px;width:100%;display:flex}.footer .footer__grid .footer__meta{background-color:#fff;flex-direction:column;gap:30px;width:100%;height:100%;padding:34px 36px;display:flex}.footer .footer__grid .footer__directions{background-color:#fff;min-width:268px;height:100%;padding:34px 36px}.footer .footer__grid .footer__information{background-color:#fff;width:100%;height:100%;padding:34px 36px}.footer .footer__grid .footer__social{background-color:#fff;border-top-right-radius:30px;border-bottom-right-radius:30px;flex-direction:column;gap:4px;width:100%;height:100%;padding:18px;display:flex}.footer .footer__grid .footer__social button{text-transform:uppercase;border-radius:40px;margin-top:20px}.footer .footer__card{background-color:#2d2d2d08;border-radius:25px;padding:16px 18px}.footer .footer__card p{text-transform:uppercase;color:var(--blue);margin-bottom:10px;font-weight:600}.footer .footer__column{flex-direction:column;gap:18px;display:flex}.footer .footer__title{text-transform:uppercase;color:var(--blue);letter-spacing:-.2px;font-size:20px;font-weight:600}.footer .footer__text{color:var(--dark);white-space:nowrap;font-size:20px;text-decoration:none}.footer .footer__link{color:var(--dark);font-size:18px;text-decoration:none}.footer .footer__link:hover{text-decoration:underline}.footer .footer__instagram-image{transition:all .2s}.footer .footer__instagram-image:hover{scale:1.02}.footer__copyright{border-top:1px solid var(--blue-20);justify-content:space-between;align-items:center;padding-top:30px;display:flex}.footer__copyright .footer__link,.footer__copyright p{color:var(--dark);letter-spacing:-.2px;font-size:18px;font-weight:400;text-decoration:none}@media screen and (max-width:1800px){.footer .footer__content .footer__contacts{min-width:248px}.footer .footer__content .footer__contacts .footer__logo{width:200px;height:46px}.footer .footer__grid .footer__meta{min-width:318px;padding:18px}.footer .footer__grid .footer__directions{min-width:200px;padding:18px}.footer .footer__grid .footer__information{padding:18px}.footer .footer__title{font-size:18px}.footer .footer__text{white-space:normal;font-size:18px}}@media screen and (max-width:1439px){.footer .footer__content .footer__grid{grid-template-columns:repeat(2,1fr);display:grid}}@media screen and (max-width:920px){.footer{padding:20px 0}.footer .footer__content{flex-direction:column}.footer .footer__content .footer__contacts{border-top-right-radius:30px;border-bottom-left-radius:0}.footer .footer__content .footer__grid{flex-direction:column;display:flex}.footer .footer__content .footer__grid .footer__column{width:100%}.footer .footer__content .footer__grid .footer__social{border-top-right-radius:0;border-bottom-left-radius:30px}.footer__copyright{padding-top:20px}.footer__copyright .footer__link,.footer__copyright p{font-size:14px}}@media screen and (max-width:600px){.footer .footer__content .footer__contacts{flex-flow:wrap;padding:14px}.footer .footer__content .footer__contacts .footer__logo{aspect-ratio:211/48;width:70%;height:auto;margin-bottom:14px}.footer .footer__content .footer__contacts .footer__card{width:calc(50% - 2px);margin-top:0;padding:18px 14px}.footer .footer__content .footer__contacts .footer__card a{font-size:14px}.footer .footer__content .footer__grid .footer__meta,.footer .footer__content .footer__grid .footer__directions,.footer .footer__content .footer__grid .footer__information,.footer .footer__content .footer__grid .footer__social{padding:14px}.footer .footer__content .footer__grid .footer__social .footer__card{border-radius:20px}.footer .footer__content .footer__grid .footer__social button{height:53px;font-size:14px}.footer .footer__column{gap:12px}.footer .footer__title,.footer .footer__text{font-size:14px}}
.nav-links{border-top:1px solid var(--header-hr);border-bottom:1px solid var(--header-hr);justify-content:space-between;align-items:center;gap:12px;padding:20px 0;display:flex}.nav-links .nav-links__link{color:var(--header-text);text-transform:uppercase;letter-spacing:-.2px;font-size:18px;font-weight:500;text-decoration:none;transition:all .2s}.nav-links .nav-links__link:hover{scale:1.05}@media screen and (max-width:1439px){.nav-links .nav-links__link{font-size:16px}}@media screen and (max-width:1300px){.nav-links{display:none}}
.top-links{align-items:center;gap:10px;margin-left:440px;display:flex}.top-links .top-links__item{background-color:var(--header-bg);-webkit-backdrop-filter:blur(48px);backdrop-filter:blur(48px);color:var(--header-text);text-transform:uppercase;border-radius:20px;align-items:center;gap:12px;padding:2px 20px 2px 2px;text-decoration:none;display:flex;box-shadow:inset 0 0 60px #ffffff08}.top-links .top-links__item .top-links__icon-wrapper{border-radius:20px;justify-content:center;align-items:center;width:56px;min-width:56px;height:56px;min-height:56px;display:flex}.top-links .top-links__item .top-links__icon-wrapper--red{background-color:#ed1c24}.top-links .top-links__item .top-links__icon-wrapper--orange{background-color:#f5821f}.top-links .top-links__item .top-links__icon-wrapper--blue{background-color:#004c98}.top-links .top-links__item .top-links__icon-wrapper--green{background-color:#a6ce38}.top-links .top-links__item .top-links__icon-wrapper img{transition:all .3s}.top-links .top-links__item:hover{filter:brightness(1.05)}.top-links .top-links__item:hover .top-links__icon-wrapper img{animation:.5s shakeAndScale}@keyframes shakeAndScale{0%{transform:scale(1)translate(0)}25%{transform:scale(1.05)translate(-2px)}50%{transform:scale(1)translate(2px)}75%{transform:scale(1.05)translate(-2px)}to{transform:scale(1)translate(0)}}
.mobile-menu__wrapper{position:relative}.mobile-menu__wrapper .mobile-menu__toggle-button{border:1px solid var(--header-text-light);width:50px;height:50px;color:var(--header-text);cursor:pointer;background-color:#0000;border-radius:20px;padding-top:3px}.mobile-menu__wrapper .mobile-menu__toggle-button .mobile-menu__icon--dark{filter:invert()sepia()grayscale()}.mobile-menu__wrapper .mobile-menu{z-index:2;background-color:#fff;border-radius:20px;width:420px;max-height:100svh;padding:10px;animation:.3s forwards showMobileMenu;position:absolute;top:110%;right:0;overflow-y:auto;transform:translate(0%);box-shadow:0 0 5px #004c9833}.mobile-menu__wrapper .mobile-menu--animated{animation:.3s forwards hideMobileMenu}.mobile-menu__wrapper .mobile-menu .mobile-menu__controls{display:none}.mobile-menu__wrapper .mobile-menu .mobile-menu__top-links{justify-content:center;margin-bottom:10px}.mobile-menu__wrapper .mobile-menu .mobile-menu__links{flex-direction:column;gap:4px;display:flex}.mobile-menu__wrapper .mobile-menu .mobile-menu__links .mobile-menu__link{color:#004c98;text-align:center;text-transform:uppercase;background-color:#004c980d;border-radius:20px;padding:14px;text-decoration:none;transition:all .1s}.mobile-menu__wrapper .mobile-menu .mobile-menu__links .mobile-menu__link:hover{color:#fff;background-color:#004c98}.mobile-menu__wrapper .mobile-menu .mobile-menu__divider{background-color:#1919190f;border:none;height:1px;margin-bottom:10px;display:none}.mobile-menu__wrapper .mobile-menu .mobile-menu__divider--visible{display:block}@media screen and (max-width:1300px){.mobile-menu__wrapper .mobile-menu .mobile-menu__content .mobile-menu__top-links{grid-template-columns:repeat(2,1fr);margin-left:0;display:grid}.mobile-menu__wrapper .mobile-menu .mobile-menu__content .mobile-menu__top-links .top-links__item{background-color:#19191908;border-radius:20px;gap:8px;height:44px;padding-right:6px}.mobile-menu__wrapper .mobile-menu .mobile-menu__content .mobile-menu__top-links .top-links__item .top-links__icon-wrapper{border-radius:20px;width:42px;min-width:42px;height:42px;min-height:42px}.mobile-menu__wrapper .mobile-menu .mobile-menu__content .mobile-menu__top-links p{color:#191919;font-size:14px}}@media screen and (max-width:600px){.mobile-menu__wrapper .mobile-menu{z-index:3;border-top-left-radius:0;border-top-right-radius:0;width:100%;position:fixed;top:0;left:0}.mobile-menu__wrapper .mobile-menu .mobile-menu__controls{justify-content:flex-start;align-items:center;padding:10px 0;display:flex}.mobile-menu__wrapper .mobile-menu .mobile-menu__controls .mobile-menu__logo{width:200px;height:48px;position:relative}.mobile-menu__wrapper .mobile-menu .mobile-menu__controls .mobile-menu__work-time{position:relative;top:0;left:0}.mobile-menu__wrapper .mobile-menu .mobile-menu__controls .mobile-menu__close-button{cursor:pointer;background-color:#004c980d;border:1px solid #004c98;border-radius:20px;width:44px;height:44px;margin-left:auto;padding-top:3px}.mobile-menu__wrapper .mobile-menu .mobile-menu__divider{display:block}.mobile-menu__wrapper .mobile-menu .mobile-menu__content{margin-top:10px}}@keyframes showMobileMenu{0%{transform:translate(150%)}to{transform:translate(0)}}@keyframes hideMobileMenu{0%{transform:translate(0)}to{transform:translate(150%)}}
.header-search__shadow{z-index:-1;visibility:hidden;width:100%;height:100vh;transition:all .3s;position:fixed;inset:0}.header-search__shadow--open{visibility:visible;z-index:2;background-color:#19191966}.header-search{border:1px solid var(--header-text-light);width:132px;height:60px;color:var(--header-text);cursor:pointer;border-radius:20px;justify-content:center;align-items:center;gap:10px;margin-left:auto;transition:all .3s;display:flex;position:relative}.header-search .header-search__icon--dark{filter:invert()sepia()grayscale()}.header-search--open{border:none}.header-search--open .header-search__content{z-index:2;background-color:#fff;border-radius:10px;height:max-content;min-height:80px;max-height:600px;padding:18px 10px;animation:.3s forwards resizeOpenSearch;position:absolute;top:0;right:0;overflow:hidden auto}.header-search--open .header-search__content .header-search__input{border:none;border-bottom:1px solid #eee;width:100%;padding:12px 0}.header-search--open .header-search__content .header-search__input:focus{outline:none}@media screen and (max-width:1300px){.header-search{border-radius:20px;width:50px;height:50px}.header-search .header-search__title{display:none}}@media screen and (max-width:500px){.header-search--open .header-search__content{max-height:60vh;animation:.3s forwards resizeOpenSearchMobile;position:fixed;inset:0}}@keyframes resizeOpenSearch{0%{width:132px}to{width:360px}}@keyframes resizeOpenSearchMobile{0%{width:132px}to{width:100%}}
.search-form{color:#2d2d2d;position:relative}.search-form .search__input{border:none;border-bottom:1px solid #eee;width:calc(100% - 20px);margin:0 10px;padding:12px 24px 12px 0}.search-form .search__input:focus{outline:none}.search-form .search__clean-button{color:#2d2d2d;cursor:pointer;background:0 0;border:none;font-size:14px;position:absolute;top:20px;right:10px;transform:translateY(-50%)}.search-form .search-results{flex-direction:column;gap:24px;margin-top:20px;display:flex}.search-form .search-results .search-results__title{text-transform:uppercase;margin-bottom:4px;padding:0 10px;font-size:16px}.search-form .search-results .search-results__items{flex-direction:column;gap:4px;display:flex}.search-form .search-results .search-results__items .search-results__item{color:#2d2d2d;align-items:center;gap:12px;padding:4px 10px;font-size:14px;text-decoration:none;display:flex}.search-form .search-results .search-results__items .search-results__item:hover{background-color:#f5f5f5;border-radius:10px}.search-form .search-results .search-results__items .search-results__item .search-results__item-logo{object-fit:contain;border-radius:10px}.search-form .search-results .search-results__items .search-results__item .search-results__item-floor{opacity:.7;font-size:13px}
.work-time{background-color:var(--header-bg);-webkit-backdrop-filter:blur(48px);backdrop-filter:blur(48px);cursor:pointer;z-index:2;border-radius:10px;flex-wrap:wrap;align-items:flex-start;gap:12px;width:290px;height:73px;padding:8px;transition:all .3s ease-in-out;display:flex;position:absolute;top:23px;left:284px;box-shadow:inset 0 0 60px #ffffff08}.work-time--open{cursor:default;width:546px;height:382px}.work-time .work-time__info{flex-direction:column;gap:6px;width:189px;display:flex}.work-time .work-time__title{text-transform:uppercase;color:var(--header-text);font-size:16px;font-weight:500;line-height:150%}.work-time .work-time__about{color:var(--header-text-light);white-space:nowrap;font-size:15px;font-weight:400;line-height:150%}.work-time .work-time__dropdown-arrow{margin-top:9px}.work-time .work-time__dropdown-arrow--dark{filter:invert()sepia()grayscale()}.work-time .work-time__dropdown-close-button{cursor:pointer;background:0 0;border:none;outline:none;margin:4px 4px 0 auto}.work-time .work-time__dropdown-close-button--dark{filter:invert()sepia()grayscale()}.work-time .work-time__dropdown{opacity:0;flex-wrap:wrap;flex-basis:100%;gap:2px;width:526px;animation:.4s forwards showUp;display:flex}.work-time .work-time__dropdown .work-time__dropdown-item{background-color:#ffffff1a;width:262px;height:128px;padding:15px 14px}.work-time .work-time__dropdown .work-time__dropdown-item--top-left{border-top-left-radius:10px}.work-time .work-time__dropdown .work-time__dropdown-item--top-right{border-top-right-radius:10px}.work-time .work-time__dropdown .work-time__dropdown-item--bottom-left{border-bottom-left-radius:10px}.work-time .work-time__dropdown .work-time__dropdown-item--bottom-right{border-bottom-right-radius:10px}.work-time .work-time__dropdown .work-time__dropdown-item .work-time__dropdown-buttons{gap:4px;margin-top:10px;display:flex}.work-time .work-time__dropdown .work-time__dropdown-item .work-time__dropdown-buttons .work-time__dropdown-button{letter-spacing:-.2px;width:88px;height:33px;color:var(--header-text);border:1px solid #a6ce38;border-radius:5px;justify-content:center;align-items:center;font-size:14px;text-decoration:none;display:flex}.work-time .work-time__dropdown .work-time__dropdown-item .work-time__dropdown-buttons .work-time__dropdown-button--green{color:#fff;background-color:#a6ce38;width:142px}.work-time .work-time__dropdown .work-time__dropdown-item .work-time__dropdown-title{color:var(--header-text);margin-top:10px;font-size:16px;font-weight:600;line-height:150%}.work-time .work-time__dropdown .work-time__dropdown-item .work-time__dropdown-time{color:var(--header-text-light);margin-top:5px;font-size:15px;font-weight:400}@media screen and (max-width:900px){.work-time{width:auto;height:max-content;padding:4px;top:35px}.work-time .work-time__info,.work-time .work-time__dropdown-arrow{display:none}.work-time--open{width:calc(100% - 6px);position:fixed;top:10px;left:3px}.work-time--open .work-time__info{display:flex}}@media screen and (max-width:600px){.work-time--closed{top:25px;left:210px}.work-time--open .work-time__dropdown{grid-template-columns:repeat(2,1fr);display:grid}.work-time--open .work-time__dropdown .work-time__dropdown-item{width:100%;height:auto;padding:8px}.work-time--open .work-time__dropdown .work-time__dropdown-item .work-time__dropdown-title,.work-time--open .work-time__dropdown .work-time__dropdown-item .work-time__dropdown-time{letter-spacing:-.2px;font-size:12px}.work-time--open .work-time__dropdown .work-time__dropdown-item .work-time__dropdown-buttons .work-time__dropdown-button{white-space:nowrap;width:auto;height:max-content;padding:4px}.work-time--open .work-time__dropdown .work-time__dropdown-item .work-time__dropdown-buttons .work-time__dropdown-button--green{white-space:wrap}}@media screen and (max-width:460px){.work-time--closed{left:170px}}@keyframes showUp{0%{opacity:0}80%{opacity:0}to{opacity:1}}
.header{z-index:3;position:relative}.header__content{z-index:1;justify-content:space-between;align-items:center;gap:72.5px;height:116px;padding:23px 0 20px;display:flex;position:relative}.header__content .header__meta{align-items:center;gap:25px;width:100%;display:flex}.header__content .header__meta .header__logo-link{width:259px;height:58px;position:relative}.header__content .header__mobile-menu{display:none}@media screen and (max-width:1800px){.header__content .header__top-links .top-links__item{padding:2px}.header__content .header__top-links .top-links__item p{display:none}}@media (max-width:1300px){.header__content .header__meta{gap:4px}.header__content .header__top-links{display:none}.header__content .header__mobile-menu{display:block}}@media screen and (max-width:600px){.header__content{padding-top:0}.header__content .header__meta .header__logo-link{width:200px;height:48px}.header__content .header__work-time{display:none}}@media screen and (max-width:460px){.header__content .header__meta .header__logo-link{width:165px;height:40px}}
