.header{margin-top:32px}.header__main-wrapper{background-color:#f9f8f6;border-radius:16px;height:80px}.header__wrapper{align-items:center;gap:32px;height:100%;padding:0 16px;display:flex}.header__logo{width:95px}.header__inner-wrapper{justify-content:space-between;width:100%;display:flex}.header__additional-wrapper{align-items:center;gap:32px;display:flex}.header__buttons-wrapper{gap:16px;display:flex}.header__menu-item{color:#474d66;font-size:18px;font-weight:600}.header__menu-item--relative{align-items:center;gap:6px;display:flex;position:relative}.header__menu-item--relative:hover{color:#ff5757}.header__menu-item--relative:hover .header__services{display:flex}.header__menu-item--relative:hover .header__arrow{display:none}.header__menu-item--relative:hover .header__arrow-main{display:block}.header__services{z-index:2;padding-top:58px;display:none;position:absolute;top:0;left:-16px}.header__services-wrapper{background-color:#fff;border-radius:16px;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;padding:16px;display:grid}.header__service-item{border-radius:16px;width:322px;padding:16px}.header__service-item:hover{background-color:#f9f8f6}.header__service-item-top{align-items:center;gap:8px;margin-bottom:8px;display:flex}.header__service-title{color:#111827;flex-shrink:0;font-weight:600}.header__service-description{color:#6d7280;font-weight:400}.header__arrow-main,.header__menu-image{display:none}.header__overlay{z-index:999;background-color:#00000080;padding-left:800px;transition:padding-left .3s;display:none;position:fixed;inset:0 0 0 900px}.header__overlay--active{padding-left:16px;left:0}.header__mobile{background-color:#f9f8f6;flex-direction:column;width:100%;height:100%;padding:32px 16px 42px;display:flex}.header__close-button{justify-content:center;align-items:center;width:24px;height:24px;margin-bottom:24px;margin-left:auto;display:flex}.header__mobile-services-wrapper{color:#474d66;cursor:pointer;height:20px;margin-bottom:24px;overflow:hidden}.header__mobile-services-wrapper--active{height:160px}.header__mobile-menu-item{color:#474d66;font-size:18px;font-weight:600}.header__mobile-menu-item--with-margin{margin-bottom:24px}.header__mobile-menu-item--active{color:#ff5757}.header__mobile-menu-subitem{margin-bottom:8px;font-weight:500;line-height:24px;display:block}.header__mobile-services-inner-wrapper{justify-content:space-between;margin-bottom:16px;display:flex}.header__login{color:#474d66;text-align:center;font-weight:600}.header__mobile-button{width:256px;margin:0 auto 16px}@media (max-width:900px){.header{margin-top:0}.header__main-wrapper{background-color:#fff}.header__inner-wrapper{display:none}.header__wrapper{justify-content:space-between}.header__menu-image,.header__overlay{display:block}}
.footer{background-color:#f9f8f6;min-height:418px;padding:40px 0}.footer__top{border-bottom:1px solid #e9e7e3;justify-content:space-between;margin-bottom:30px;padding-bottom:40px;display:flex}.footer__logo{margin-bottom:24px}.footer__text{color:#6d7280;max-width:416px;margin-bottom:24px;font-size:16px;line-height:1.5}.footer__social-wrapper{gap:16px;display:flex}.footer__menu-wrapper,.footer__left-column-wrapper{gap:64px;display:flex}.footer__menu-title{color:#2d2e2e;margin-bottom:16px;font-size:20px;font-weight:700}.footer__menu-item{color:#2d2e2e;margin-bottom:16px;font-size:16px;display:block}.footer__input{width:100%;margin-bottom:16px}.footer__bottom{justify-content:space-between;align-items:center;display:flex}.footer__rights{color:#2d2e2e}.footer__links-wrapper{gap:32px;display:flex}.footer__link{color:#122b3d;text-decoration:underline}.footer__button{color:#ff5757;align-items:center;font-weight:500;display:flex}@media (max-width:1024px){.footer__top,.footer__bottom{flex-direction:column;gap:32px}.footer__menu-wrapper{justify-content:space-between}}@media (max-width:600px){.footer__bottom{align-items:flex-start}.footer__rights{order:1}.footer__links-wrapper{flex-wrap:wrap;order:-1;gap:24px}.footer__menu-wrapper{flex-direction:column;gap:32px}}
.auth{display:flex}.auth__wrapper{background-color:#f9f8f6;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.auth__image{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;min-height:100vh}.auth__content-wrapper{width:500px;padding:16px}.auth__inner-wrapper{margin-bottom:24px}.auth__logo{margin-bottom:32px}.auth__title{color:#0f1819;margin-bottom:32px;font-size:48px}.auth__form{flex-direction:column;display:flex}.auth__label{color:#474d66;margin-bottom:8px;font-weight:600}.auth__input,.auth__login-button{margin-bottom:24px}.auth__link-text-wrapper{text-align:center;margin-bottom:32px}.auth__forgot-text{color:#0f1819;font-weight:600}.auth__google-button{color:#0f1819;border:1px solid #d7d7d7;border-radius:100px;justify-content:center;align-items:center;gap:8px;width:100%;height:56px;margin-bottom:24px;font-size:18px;font-weight:600;transition:all .3s;display:flex}.auth__google-button:hover{transform:scale(1.1)}.auth__link-text{color:#ff5757}.auth__bottom-wrapper{justify-content:center;align-items:center;gap:5px;display:flex}.auth__bottom-wrapper--margin-bottom{margin-bottom:16px}.auth__link{color:#ff5757;font-weight:600;text-decoration:underline}.auth__input-wrapper{grid-template-columns:1fr 1fr;gap:16px;display:grid}.auth__buttons-wrapper{grid-template-columns:1fr 1fr;gap:24px;display:grid}.auth__password-wrapper{position:relative}.auth__password-wrapper:before{content:"";z-index:2;background-color:#474d66;border-bottom-left-radius:10px;width:20px;height:20px;position:absolute;top:50%;right:-32px;transform:translateY(-50%)rotate(45deg)}.auth__requirments{background-color:#474d66;border-radius:16px;width:320px;padding:24px;position:absolute;top:50%;right:-342px;transform:translateY(-50%)}.auth__requirments-title{color:#f3f6ff;margin-bottom:8px}.auth__check-wrapper{align-items:center;gap:8px;margin-bottom:4px;display:flex}.auth__text{color:#ebf0ff;line-height:1.6}.auth__empty-cicrle{border:1px solid #6d7280;border-radius:50%;width:16px;height:16px}@media (max-width:768px){.auth__image{background:0 0;width:0}.auth__content-wrapper{width:100%}.auth__logo{margin:0 auto 42px;display:block}.auth__title{font-size:32px}.auth__login-button{margin-bottom:8px}.auth__input-wrapper,.auth__buttons-wrapper{grid-template-columns:1fr;gap:0}}
.dashboard-header{position:relative}.dashboard-header__container{max-width:1440px;height:80px;margin:0 auto;padding:0 24px;display:flex}.dashboard-header__logo{width:95px;margin-right:180px}.dashboard-header__wrapper{justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.dashboard-header__inner-wrapper{gap:32px;display:flex}.dashboard-header__menu-link{color:#474d66;font-size:18px;font-weight:600}.dashboard-header__icons-wrapper{gap:8px;display:flex}.dashboard-header__wishlist-link{justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.dashboard-header__wishlist-link:after{content:attr(data-value);color:#fff;background-color:#000;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:8px;font-weight:600;display:flex;position:absolute;top:7px;left:25px}.dashboard-header__wishlist-link[data-value="0"]:after,.dashboard-header__wishlist-link[data-value=""]:after{content:none}.dashboard-header__user-menu{z-index:2;background-color:#fff;border-radius:8px;width:200px;padding:8px 8px 16px;position:absolute;top:90px;right:0;box-shadow:0 4px 8px 3px #00000026}.dashboard-header__user-menu-list{border-bottom:1px solid #d8dae5;margin:0 0 16px;padding:0}.dashboard-header__user-menu-item{margin-bottom:16px;font-weight:500;list-style:none}.dashboard-header__log-out{color:#ff5757;font-weight:500}.dashboard-header__menu-image{display:none}.dashboard-header__overlay{z-index:999;background-color:#00000080;padding-left:800px;transition:padding-left .3s;display:none;position:fixed;inset:0 0 0 800px}.dashboard-header__overlay--active{padding-left:16px;left:0}.dashboard-header__mobile{background-color:#f9f8f6;flex-direction:column;width:100%;height:100%;padding:32px 16px 42px;display:flex}.dashboard-header__close-button{justify-content:center;align-items:center;width:24px;height:24px;margin-bottom:24px;margin-left:auto;display:flex}.dashboard-header__mobile-menu-item{color:#474d66;font-size:18px;font-weight:600}.dashboard-header__mobile-menu-item--with-margin{margin-bottom:24px}.dashboard-header__mobile-menu-item--active{color:#ff5757}.dashboard-header__mobile-line{background-color:#d8dae5;width:100%;height:1px;margin-bottom:24px}.dashboard-header__mobile-log-out{color:#ff5757;font-size:18px;font-weight:500}@media (max-width:768px){.dashboard-header__container{padding:0 16px}.dashboard-header__menu-image{display:block}.dashboard-header__inner-wrapper,.dashboard-header__icons-wrapper{display:none}.dashboard-header__overlay{display:block}}
