.menu-icon{border:1.5px solid var(--c-text-black);border-radius:50%;box-sizing:border-box;cursor:pointer;height:48px;position:relative;width:48px}.menu-icon .btn{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}.menu-icon span{background:var(--c-text-black);border-radius:3px;display:block;height:1.5px;position:relative;transition:all .3s;width:100%}.menu-icon span+span{margin-top:4px}.menu-icon .active span:first-child{animation:top .7s ease forwards}.menu-icon .not-active span:first-child{animation:top-2 .7s ease forwards}.menu-icon .active span:nth-child(2){animation:scaled .7s ease forwards}.menu-icon .not-active span:nth-child(2){animation:scaled-2 .7s ease forwards}.menu-icon .active span:nth-child(3){animation:bottom .7s ease forwards}.menu-icon .not-active span:nth-child(3){animation:bottom-2 .7s ease forwards}@keyframes top{0%{top:0;transform:rotate(0)}50%{top:5px;transform:rotate(0)}to{top:5px;transform:rotate(45deg)}}@keyframes top-2{0%{top:5px;transform:rotate(45deg)}50%{top:5px;transform:rotate(0)}to{top:0;transform:rotate(0)}}@keyframes bottom{0%{bottom:0;transform:rotate(0)}50%{bottom:7px;transform:rotate(0)}to{bottom:7px;transform:rotate(135deg)}}@keyframes bottom-2{0%{bottom:7px;transform:rotate(135deg)}50%{bottom:7px;transform:rotate(0)}to{bottom:0;transform:rotate(0)}}@keyframes scaled{50%{transform:scale(0)}to{transform:scale(0)}}@keyframes scaled-2{0%{transform:scale(0)}50%{transform:scale(0)}to{transform:scale(1)}}.header-mobile-menu{display:none}@media only screen and (max-width:1024px){.header-mobile-menu{display:block}}.header-mobile-menu__wrapper{box-sizing:border-box;height:auto;margin-top:72px;overflow-x:auto;padding:32px 8px 40px;width:100%}.header-mobile-menu__navigation{align-items:center;background-color:#f2f1ed;bottom:0;display:flex;flex-direction:column;height:100vh;justify-content:flex-start;left:0;position:fixed;top:-100vh;transition:.25s ease-out;width:100vw}.header-mobile-menu__navigation.open{top:0;transition:.15s ease-in-out}.header-mobile-menu .menu-icon{z-index:1}.header-mobile-menu__menu{margin-bottom:64px}.header-mobile-menu__menu ul{list-style:none;margin:0;padding:0}.header-mobile-menu__menu li{margin-bottom:24px}.header-mobile-menu .menu{margin-bottom:48px}.header-mobile-menu .menu__accordion{margin-bottom:16px}.header-mobile-menu .menu__accordion ul{padding-bottom:16px;padding-top:40px}.header-mobile-menu .menu__accordion a{color:var(--c-text-black);font-size:14px}.header-mobile-menu .menu__accordion_sub ul{margin-bottom:0;margin-left:16px;padding-bottom:0;padding-top:16px}.header-mobile-menu .menu__accordion_sub .--button_arrow{height:16px}.header-mobile-menu .menu h2{font-size:20px;line-height:24px;margin:0}.header-mobile-menu__contacts-button{color:var(--c-text-black);display:block;font:38px/38px Arsenal;margin-bottom:40px}.header-mobile-menu .--button_arrow{border:none!important}.header-mobile-menu__social a{margin-right:16px}.-overlay[data-v-800cca92]{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000b3;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:20}.-overlay-bg-animation-enter-active[data-v-800cca92]{animation:background-opacity-800cca92 .3s}.-overlay-bg-animation-leave-active[data-v-800cca92]{animation:background-opacity-800cca92 .3s reverse}@keyframes background-opacity-800cca92{0%{opacity:0}to{opacity:1}}.-popup{align-items:center;bottom:0;display:flex;height:100%;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:21}.-popup__content{background-color:var(--c-bg-white);border-radius:16px;max-height:calc(100% - 32px);padding:24px;position:relative;width:100%;z-index:22}.-popup__content-wrapper{box-sizing:border-box;max-height:80vh;overflow-x:hidden;overflow-y:auto}.-popup__content-title{border-bottom:1px solid var(--color-dark-30);margin-bottom:16px;padding-bottom:16px;width:100%}.-popup__content-bottom{border-top:1px solid var(--color-dark-10);margin-top:16px;padding-top:16px;width:100%}.-popup__close{align-items:center;background-color:var(--color-basis-grey);border-radius:50%;cursor:pointer;display:flex;height:48px;justify-content:center;position:absolute;right:16px;top:16px;width:48px;z-index:23;z-index:101}.-popup__close svg{transform:rotate(0);transition:transform .3s ease-out}.-popup__close:hover svg{transform:rotate(90deg);transition:transform .3s ease-out}.-popup-animation-enter-active{animation:zoom-animation .15s}.-popup-animation-leave-active{animation:zoom-animation .2s reverse}@keyframes zoom-animation{0%{transform:scale(0)}50%{transform:scale(.5)}to{transform:scale(1)}}.-header{align-items:center;background-color:var(--c-bg-white);box-sizing:border-box;display:flex;justify-content:space-between;left:0;padding:24px 20px;position:fixed;top:0;width:100%;z-index:10}@media only screen and (max-width:1024px){.-header{padding:8px}}.-header__logo{position:relative;z-index:1}.-header__logo-link{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.-header__menu{flex:1;max-width:400px}@media only screen and (max-width:1024px){.-header__menu{display:none}}.-header__menu ul{align-items:center;display:flex;justify-content:space-between;list-style:none;margin:0;max-width:300px;padding:0}.-header__menu-link{color:var(--c-text-black);font-weight:400;margin:0;text-decoration:none;transition:.15s}.-header__menu-link:hover{color:var(--c-text-yellow);transition:.15s}.-header__contacts{align-items:center;display:flex}.-header__contacts-button{background-color:var(--c-text-black);border:none;border-radius:32px;color:#f9f9f5;font:16px/14px Roboto;font-weight:400;margin-left:40px;padding:10px 24px 11px;text-decoration:none;transition:.15s}@media only screen and (max-width:1024px){.-header__contacts-button{margin-left:0;margin-right:8px}}.-header__contacts-button:hover{background-color:var(--c-text-yellow);transition:.15s}.-header__contacts-social{margin-left:12px}@media only screen and (max-width:1024px){.-header__contacts-social{display:none}}.-header__contacts-tel{color:var(--c-text-black);font-weight:400;margin-right:16px;text-decoration:none;transition:.15s}@media only screen and (max-width:1200px){.-header__contacts-tel{display:none}}.-header__contacts-tel:hover{color:var(--c-text-yellow);transition:.15s}.-header__popup-content{height:100vh;overflow:auto}.-footer__contact-us{align-items:center;background-color:#f2f1ed;border-top-left-radius:40px;border-top-right-radius:40px;display:flex;justify-content:space-between}@media only screen and (max-width:1024px){.-footer__contact-us{align-items:flex-start;border-top-left-radius:32px;border-top-right-radius:32px;flex-direction:column}}.-footer__contact-us h2{color:var(--c-text-black);font:72px/64px Arsenal;max-width:430px}@media only screen and (max-width:1024px){.-footer__contact-us h2{font-size:38px;line-height:40px;max-width:unset}}.-footer__contact-us-form{min-width:320px;width:50%}.-footer__contact-us-button{background-color:var(--c-text-black);border:none;border-radius:80px;box-sizing:border-box;color:var(--c-text-white);font-size:18px;height:56px;margin-bottom:40px;padding:0 40px}.-footer__contact-us iframe{max-height:576px}.-footer__black{background-color:#1f2125;border-top-left-radius:40px;border-top-right-radius:40px;box-sizing:border-box;padding:80px 40px 40px}@media only screen and (max-width:1024px){.-footer__black{border-top-left-radius:32px;border-top-right-radius:32px;padding:64px 8px 40px}}.-footer__top{display:flex;justify-content:space-between}@media only screen and (max-width:1024px){.-footer__top{flex-direction:column-reverse;position:relative}}.-footer__menu ul{list-style:none;margin:0;padding:0}.-footer__menu li{margin-bottom:16px}@media only screen and (max-width:1024px){.-footer__menu li:last-child{margin-bottom:0}}.-footer__menu li a{color:var(--c-text-white);font:16px/24px Roboto;font-weight:400;text-decoration:none}.-footer__contacts{display:flex;flex-direction:column}@media only screen and (max-width:1024px){.-footer__contacts{margin-bottom:64px}}.-footer__contacts a{color:var(--c-text-white);font:48px/64px Roboto}@media only screen and (max-width:1024px){.-footer__contacts a{font-size:32px;line-height:38px}}.-footer__contacts a:first-child{margin-bottom:24px}@media only screen and (max-width:1024px){.-footer__arrow-top{bottom:0;position:absolute;right:0}}.-footer__bottom{align-items:center;border-top:1px solid #4f5152;display:flex;justify-content:space-between;margin-top:120px;padding-top:32px}@media only screen and (max-width:1024px){.-footer__bottom{display:grid;grid-template-columns:1fr;margin-top:64px}}.-footer__bottom a,.-footer__bottom p{color:#4f5152;font-size:13px}.-footer__bottom p{margin:0}@media only screen and (max-width:1024px){.-footer__bottom-center{display:flex;flex-direction:column;margin-bottom:40px}}.-footer__bottom-center a{margin-right:16px}.-footer__bottom-center a:last-child{margin-right:0}.-footer__bottom-copyright{grid-row:4}.-footer__bottom-inn{grid-row:3}.-cookies[data-v-140afbb5]{align-items:center;background-color:#c69f76;bottom:0;box-sizing:border-box;color:var(--c-text-black);display:flex;font-size:18px;justify-content:space-between;left:0;padding:24px;position:fixed;right:0;width:100%;z-index:999}@media only screen and (max-width:1024px){.-cookies[data-v-140afbb5]{flex-direction:column;font-size:14px;padding:8px}}.-cookies .button[data-v-140afbb5]{align-items:center;background-color:var(--c-text-black);border:none;border-radius:80px;box-sizing:border-box;color:var(--c-text-yellow);cursor:pointer;display:inline-flex;font-size:16px;font-weight:400;height:56px;justify-content:center;margin-left:40px;min-width:280px;text-decoration:none;transition:.15s}@media only screen and (max-width:1024px){.-cookies .button[data-v-140afbb5]{height:40px;margin-left:0;width:100%}}.-cookies .button[data-v-140afbb5]:hover{transform:scale(1.1);transition:.15s}.animation-cookie-enter-active[data-v-140afbb5],.animation-cookie-leave-active[data-v-140afbb5]{transform:translateY(0) scaleY(1);transition:.2s ease-out}.animation-cookie-enter-from[data-v-140afbb5],.animation-cookie-leave-to[data-v-140afbb5]{transform:translateY(calc(100% + 1000px)) scaleY(0);transition:.2s ease-in-out}
