.search[data-v-e63e00b2]{align-items:center;background-color:var(--white);border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow:0 6px 5px #0003;display:flex;left:0;position:fixed;top:-200%;transition:.5s;width:100%;z-index:1}.search.is-open[data-v-e63e00b2]{top:calc(var(--header-height) - 5px)}@media (max-width:480px){.search.is-open[data-v-e63e00b2]{top:calc(var(--header-height) - 15px)}}.search__inner[data-v-e63e00b2]{align-items:center;display:flex;justify-content:center;padding:40px 0}@media (max-width:1024px){.search__inner[data-v-e63e00b2]{padding:30px 0}}@media (max-width:768px){.search__inner[data-v-e63e00b2]{padding:20px 0}}@media (max-width:480px){.search__inner[data-v-e63e00b2]{padding:15px 0}}.search__overlay[data-v-e63e00b2]{max-width:1210px;width:100%}.search__wrapper[data-v-e63e00b2]{align-items:center;display:flex;gap:15px;justify-content:center;margin-bottom:30px}@media (max-width:768px){.search__wrapper[data-v-e63e00b2]{margin-bottom:20px}}.search__form[data-v-e63e00b2]{width:100%}.search__field[data-v-e63e00b2]{position:relative;width:100%}.search__field input[data-v-e63e00b2]{background-color:var(--light);border-radius:60px;color:var(--dark-light);font-size:16px;font-weight:400;height:60px;line-height:1;padding:0 28px 0 64px;width:100%}@media (max-width:1024px){.search__field input[data-v-e63e00b2]{border-radius:55px;height:50px}}@media (max-width:768px){.search__field input[data-v-e63e00b2]{border-radius:30px;font-size:15px;height:45px}}@media (max-width:480px){.search__field input[data-v-e63e00b2]{border-radius:20px;height:40px;padding:0 25px 0 54px}}.search__field input[data-v-e63e00b2]::-moz-placeholder{color:var(--dark-light);font-size:16px;font-weight:400;line-height:1}.search__field input[data-v-e63e00b2]::placeholder{color:var(--dark-light);font-size:16px;font-weight:400;line-height:1}@media (max-width:768px){.search__field input[data-v-e63e00b2]::-moz-placeholder{font-size:15px}.search__field input[data-v-e63e00b2]::placeholder{font-size:15px}}.search__icon[data-v-e63e00b2]{left:28px;position:absolute;top:50%;transform:translateY(-50%)}@media (max-width:480px){.search__icon[data-v-e63e00b2]{height:20px;left:25px;width:20px}}.search__close[data-v-e63e00b2]{align-items:center;background-color:var(--black);border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}@media (max-width:1024px){.search__close[data-v-e63e00b2]{height:50px;width:50px}}@media (max-width:768px){.search__close[data-v-e63e00b2]{height:45px;width:45px}}@media (max-width:480px){.search__close[data-v-e63e00b2]{height:40px;width:40px}}.search__histories-list[data-v-e63e00b2]{display:flex;flex-direction:column;gap:15px}@media (max-width:1024px){.search__histories-list[data-v-e63e00b2]{gap:10px}}.search__histories-item[data-v-e63e00b2]{line-height:1}.search__histories-title[data-v-e63e00b2]{color:var(--dark-light);font-size:20px;font-weight:500;line-height:1;margin-bottom:25px}@media (max-width:1024px){.search__histories-title[data-v-e63e00b2]{font-size:18px;margin-bottom:20px}}@media (max-width:768px){.search__histories-title[data-v-e63e00b2]{font-size:16px;margin-bottom:15px}}.search__histories-link[data-v-e63e00b2]{font-size:18px;font-weight:400;line-height:1}@media (max-width:1024px){.search__histories-link[data-v-e63e00b2]{font-size:16px}}@media (max-width:768px){.search__histories-link[data-v-e63e00b2]{font-size:15px}}.mobile-menu[data-v-8762d347]{background-color:var(--white);height:100%;left:0;overflow-y:auto;position:fixed;top:-200%;transition:.5s;width:100%;z-index:200}.mobile-menu.is-open[data-v-8762d347]{top:0}@media (min-width:1024px){.mobile-menu.is-open[data-v-8762d347]{top:-200%}}.mobile-menu__overlay[data-v-8762d347]{display:flex;justify-content:center;min-height:100%;padding-bottom:20px;padding-top:calc(var(--header-height) + 20px)}.mobile-menu__list[data-v-8762d347]{display:flex;flex-direction:column;gap:20px}@media (max-width:480px){.mobile-menu__list[data-v-8762d347]{gap:10px}}.mobile-menu__item[data-v-8762d347]{display:flex;justify-content:center}.mobile-menu__link[data-v-8762d347]{font-size:24px}@media (max-width:480px){.mobile-menu__link[data-v-8762d347]{font-size:20px}}.header{background-color:var(--white);left:0;position:fixed;top:0;width:100%;z-index:500}.header__inner{align-items:center;display:flex;justify-content:space-between;padding:25px 0}.header__logo{z-index:201}@media (max-width:768px){.header__logo{max-width:80px}}@media (max-width:480px){.header__logo{max-width:60px}}@media (max-width:1024px){.header__nav{display:none}}.header__nav-list{align-items:center;display:flex;gap:40px}@media (max-width:1200px){.header__nav-list{gap:30px}}.header__nav-link{font-size:18px;font-weight:500;line-height:1.2}@media (max-width:1200px){.header__nav-link{font-size:16px}}.header__nav-link:after{background-color:var(--black);content:""}.header__wrapper{align-items:center;display:flex;gap:25px}@media (max-width:1024px){.header__wrapper{margin-left:auto;margin-right:55px}}@media (max-width:480px){.header__wrapper{gap:15px;margin-right:25px}}@media (max-width:384px){.header__wrapper{margin-right:15px}}.header__langs{background-color:transparent!important;cursor:pointer;text-transform:uppercase;width:50px}@media (max-width:480px){.header__langs{font-size:16px;width:45px}}.header__lang{background-color:var(--white);color:var(--black);display:flex;font-size:12px;justify-content:space-between;padding:2px 5px}.header__lang span:last-child{height:15px;width:15px}@media (max-width:480px){.header__search{width:20px}}.header__account{display:none}@media (max-width:480px){.header__account{width:20px}}.header__basket{display:none}@media (max-width:480px){.header__basket{width:20px}}.header__burger{align-items:center;cursor:pointer;display:none;height:35px;justify-content:center;overflow:hidden;position:relative;transition:.5s;width:45px;z-index:201}@media (max-width:1024px){.header__burger{display:flex}}@media (max-width:480px){.header__burger{height:25px;width:30px}}.header__burger.is-active span:first-child{transform:translateY(0) rotate(45deg)}.header__burger.is-active span:nth-child(2){transform:translate(50px)}.header__burger.is-active span:nth-child(3){transform:translateY(0) rotate(315deg)}.header__burger span{background-color:var(--black);cursor:pointer;display:block;height:2px;position:absolute;transition:.5s;width:100%}.header__burger span:first-child{transform:translateY(-12px)}@media (max-width:480px){.header__burger span:first-child{transform:translateY(-8px)}}.header__burger span:nth-child(3){transform:translateY(12px)}@media (max-width:480px){.header__burger span:nth-child(3){transform:translateY(8px)}}.footer__top[data-v-84b21828]{background-color:var(--footer-top-bc)}.footer__top-inner[data-v-84b21828]{display:flex;gap:50px;justify-content:space-between;padding:75px 0}@media (max-width:1024px){.footer__top-inner[data-v-84b21828]{flex-direction:column;gap:30px;padding:50px 0}}@media (max-width:480px){.footer__top-inner[data-v-84b21828]{padding:40px 0}}.footer__top-content[data-v-84b21828]{max-width:915px;width:100%}@media (max-width:1024px){.footer__top-content[data-v-84b21828]{display:flex;gap:80px;justify-content:space-between}}@media (max-width:768px){.footer__top-content[data-v-84b21828]{flex-direction:column;gap:30px;max-width:none}}@media (max-width:480px){.footer__top-content[data-v-84b21828]{gap:40px}}.footer__top-wrapper[data-v-84b21828]{display:flex;gap:30px;justify-content:space-between;margin-bottom:60px}@media (max-width:1024px){.footer__top-wrapper[data-v-84b21828]{gap:70px;margin-bottom:0;max-width:500px;width:100%}}@media (max-width:768px){.footer__top-wrapper[data-v-84b21828]{gap:130px;justify-content:flex-start;max-width:none}}@media (max-width:480px){.footer__top-wrapper[data-v-84b21828]{flex-direction:column;gap:35px}.footer__top-column[data-v-84b21828]:first-child{order:2}.footer__top-column[data-v-84b21828]:last-child{order:1}}.footer__top-list[data-v-84b21828]{display:flex;flex-direction:column;gap:10px}@media (max-width:1350px){.footer__top-list[data-v-84b21828]{gap:7px}}.footer__top-label[data-v-84b21828]{color:var(--white);font-size:24px;font-weight:700;line-height:1;margin-bottom:25px}@media (max-width:1350px){.footer__top-label[data-v-84b21828]{font-size:22px}}@media (max-width:768px){.footer__top-label[data-v-84b21828]{font-size:20px;margin-bottom:15px}}@media (max-width:480px){.footer__top-label[data-v-84b21828]{margin-bottom:10px}}.footer__top-address[data-v-84b21828]{color:var(--white);font-size:20px;line-height:1.6;margin-bottom:10px;max-width:235px;width:100%}@media (max-width:1350px){.footer__top-address[data-v-84b21828]{font-size:18px}}@media (max-width:768px){.footer__top-address[data-v-84b21828]{font-size:16px;margin-bottom:5px}}@media (max-width:480px){.footer__top-address[data-v-84b21828]{font-size:14px}}.footer__top-hours[data-v-84b21828]{color:var(--white);font-size:18px;line-height:1.25}@media (max-width:1350px){.footer__top-hours[data-v-84b21828]{font-size:16px}}.footer__top-link[data-v-84b21828]{color:var(--white);font-size:18px;line-height:1.25}@media (max-width:1350px){.footer__top-link[data-v-84b21828]{font-size:16px}}.footer__top-link[data-v-84b21828]:after{background-color:var(--white);content:""}.footer__top-overlay[data-v-84b21828]{align-items:flex-end;display:flex;gap:30px;justify-content:space-between}@media (max-width:1200px){.footer__top-overlay[data-v-84b21828]{align-items:flex-start;flex-direction:column;justify-content:flex-start}}.footer__top-contacts[data-v-84b21828]{display:flex;flex-direction:column;gap:10px}.footer__top-contact[data-v-84b21828]{color:var(--white);font-size:30px;line-height:1.25}@media (max-width:1350px){.footer__top-contact[data-v-84b21828]{font-size:24px}}@media (max-width:1200px){.footer__top-contact[data-v-84b21828]{font-size:20px}}@media (max-width:480px){.footer__top-contact[data-v-84b21828]{font-size:18px}}.footer__top-socials[data-v-84b21828]{align-items:center;display:flex;gap:30px}.footer__top-social[data-v-84b21828]{transition:.5s}@media (max-width:480px){.footer__top-social[data-v-84b21828]{max-width:30px}}@media (hover:hover){.footer__top-social[data-v-84b21828]:hover{transform:scale(1.1)}}.footer__top-map[data-v-84b21828]{border-radius:15px;height:0;max-width:755px;overflow:hidden;padding-bottom:21.7%;position:relative;width:100%}@media (max-width:1024px){.footer__top-map[data-v-84b21828]{max-width:none;padding-bottom:35%}}@media (max-width:768px){.footer__top-map[data-v-84b21828]{padding-bottom:45%}}@media (max-width:480px){.footer__top-map[data-v-84b21828]{padding-bottom:65%}}.footer__top-map iframe[data-v-84b21828]{filter:grayscale(100%) invert(100%);height:100%;left:0;position:absolute;top:0;width:100%}.footer__bottom[data-v-84b21828]{background-color:var(--footer-bottom-bc)}.footer__bottom-inner[data-v-84b21828]{padding:35px 0}@media (max-width:384px){.footer__bottom-inner[data-v-84b21828]{padding:25px 0}}.footer__bottom-copyright[data-v-84b21828]{color:var(--white);font-size:14px;line-height:1.2;margin-bottom:15px}@media (max-width:1024px){.footer__bottom-copyright[data-v-84b21828]{margin-bottom:30px;text-align:center}}@media (max-width:384px){.footer__bottom-copyright[data-v-84b21828]{margin-bottom:20px}}.footer__bottom-list[data-v-84b21828]{align-items:center;display:flex;gap:15px}@media (max-width:1024px){.footer__bottom-list[data-v-84b21828]{display:grid;grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.footer__bottom-list[data-v-84b21828]{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (max-width:384px){.footer__bottom-list[data-v-84b21828]{gap:25px;grid-template-columns:repeat(1,1fr)}}.footer__bottom-item[data-v-84b21828]{display:flex;justify-content:center}.footer__bottom-link[data-v-84b21828]{color:var(--white);font-size:12px;line-height:1.16;text-align:center}
