.body{min-height:100vh;display:flex;flex-direction:column}.page__content{max-width:1440px;margin:0 auto;padding:0 40px;box-sizing:border-box;display:flex;flex-direction:column}@media screen and (max-width:1024px){.page__content{padding:0 24px}}@media screen and (max-width:768px){.page__content{padding:0 16px}}.header{width:100%;height:80px;padding:32px 40px 0;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;font-family:Cabinet Grotesk,Arial,sans-serif}.header__left{display:flex;align-items:center;gap:24px}.header__logo{width:90px;height:40px}.header__date-and-location{margin:0;font-size:20px;font-weight:400;line-height:24px;color:#000}.header__right{display:flex;align-items:center;gap:28px}.header__signup-btn,.header__login-btn{background:transparent;border:none;font-size:20px;line-height:24px;font-weight:500;cursor:pointer}.header__signup-btn:hover,.header__login-btn:hover{opacity:.7}.header__add-btn{background:none;border:none;padding:0;margin-left:20px;color:#000;font-family:Cabinet Grotesk,Arial,sans-serif;font-size:20px;font-weight:500;line-height:24px;cursor:pointer}.header__add-btn:hover{opacity:.6}.header__profile-link{display:flex;align-items:center;gap:12px;text-decoration:none}.header__avatar{width:44px;height:44px;border-radius:50%}.header__profile-link,.header__profile-link:visited,.header__profile-link:active,.header__profile-link.active{color:inherit;text-decoration:none}.header__username{margin:0;font-weight:500;font-size:20px;line-height:24px;text-decoration:none;color:inherit}.header__add-clothes-btn{margin:0 20px 0 auto;border:none;background:transparent;display:flex;align-items:center;font-family:Cabinet Grotesk,Arial,sans-serif;font-weight:500;font-size:20px;line-height:24px;cursor:pointer;padding-left:20px}.header__user-container{display:flex;align-items:center;gap:12px}.mobile__user-container{display:none}.mobile-menu{display:flex;justify-content:end;flex-grow:1;align-items:center;gap:20px;padding-right:16px}.header__mobile-content{display:flex}.header__avatar-placeholder{width:44px;height:44px;border-radius:50%;background:#ddd;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#333}@media screen and (max-width:887px){.header{max-width:100%;justify-content:flex-start;flex-wrap:wrap}.header__logo{margin-right:12px}.mobile__user-container{position:absolute;background-color:#fff;width:44px;height:44px;border-radius:10px;border:2px solid #ccc;box-shadow:0 0 8px #0000001a;display:block;right:16px;z-index:11}.mobile__user-container_opened{border:none;box-shadow:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACoSURBVHgBtdNdDcMwDATggzAGOwiFMgaDsjEYhEEYhEEphEJoUzVRrapN/ZOe5BdH+iQrNrDkneqBeCidLtWY6wl/mKrPTlearyBOgX63j16cNdSLU4NacVpQLU4PeoYzgh7hbIHu4UMrtOQj8D8ahVjHjxzRITqPb91zFVoSwon677twQrdSJpyw7akKJ3zLX8WJ2EXt4kSbM5X4fW7cMhxBJf7DlZkA1I5nQAWvcmoAAAAASUVORK5CYII=);background-repeat:no-repeat;width:28px;z-index:45;margin-right:16px}.header-mobile__menu-1:before,.header-mobile__menu-1:after{content:"";position:absolute;bottom:14px;width:28px;height:2px;background-color:#333;transform:translate(-50%,-50%);transition:transform .3s ease-in-out}.header-mobile__menu-1:active:before{transform:translate(-50%) rotate(-45deg)}.header-mobile__menu-1:active:after{transform:translate(-50%) rotate(-45deg)}.header-mobile__menu-2:before,.header-mobile__menu-2:after{content:"";position:absolute;top:16px;width:28px;height:2px;background-color:#333;transform:translate(-50%,-50%);transition:transform .3s ease-in-out}.header-mobile__menu-2:active:before{transform:translate(-50%,-50%)}.header-mobile__menu-2:active:after{transform:translate(-50%) rotate(-45deg)}.mobile-menu{display:none}.mobile-menu_opened{position:absolute;top:18px;background:#fff;width:100%;display:flex;justify-content:center;right:-16px;z-index:12}.header__mobile-content{padding-bottom:55px;padding-top:20px;height:200px;flex-direction:column-reverse;align-items:center;box-shadow:0 0 8px #0000001a;border-radius:10px;font-family:Cabinet Grotesk,Arial,sans-serif;font-weight:700;font-size:20px;line-height:100%;width:calc(100% - 45px);display:flex;justify-content:space-around}.header__date-and-location{font-size:16px;line-height:24px;font-weight:500;text-align:center}.header__add-clothes-btn{position:absolute;align-self:center;z-index:11;font-weight:700;font-size:20px;line-height:24px}.header__user-container{display:flex;justify-content:center;width:343px;height:100px;flex-wrap:wrap;align-content:space-between}.header__username{font-weight:700}}.toggle-switch{position:relative;width:56px;height:28px;border:2px solid gray;border-radius:20px;overflow:hidden;cursor:pointer;align-self:center}.toggle-switch:hover{border-color:#000}.toggle-switch__checkbox{opacity:0;width:0;height:0;position:absolute}.toggle-switch__slider{position:absolute;top:0;left:0;width:28px;height:28px;border-radius:50%;background-color:#000;transition:all .3s ease;pointer-events:none}.toggle-switch__checkbox:checked+.toggle-switch__slider{left:28px}.toggle-switch:hover .toggle-switch__slider{transform:scale(1.1)}.toggle-switch__checkbox:checked+.toggle-switch__slider:hover{transform:scale(1.1)}.toggle-switch__label{position:absolute;top:50%;transform:translateY(-50%);font-size:12px;font-weight:700;color:gray;pointer-events:none}.toggle-switch__label_F{left:8px}.toggle-switch__label_C{right:8px}.toggle-switch__label_color_active{color:#fff}@media screen and (max-width:887px){.toggle-switch{position:relative;width:44px;height:22px}.toggle-switch__slider{width:22px;height:22px}.toggle-switch__checkbox:checked+.toggle-switch__slider{left:22px}.toggle-switch__label{font-size:10px}.toggle-switch__label_F{left:6px}.toggle-switch__label_C{right:6px}}.weather-card{position:relative;display:flex;height:80px;border-radius:12px;overflow:hidden;margin-left:16px;margin-right:16px;margin-top:28px}.weather-card__temp{margin:0;position:absolute;top:20px;left:16px;font-family:Cabinet Grotesk,Arial,sans-serif;font-weight:700;font-size:36px;line-height:40px;vertical-align:middle;color:#fff}.weather-card__image{object-fit:cover;object-position:right top;width:100%}.card{width:328px;height:auto;border-radius:20px;overflow:hidden;cursor:pointer;background:#fff;box-shadow:0 4px 12px #00000014}.cards__text{font-size:16px;font-weight:500;color:#000;margin-top:12px;margin-bottom:16px;margin-left:40px;font-family:Cabinet Grotesk,Arial,sans-serif}.card__image-wrapper{position:relative;width:100%;height:328px}.card__image{width:100%;height:100%;object-fit:cover;border-radius:20px}.card__name-wrapper{position:absolute;top:12px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;z-index:10}.card__name{background:#fffffff2;padding:6px 12px;border-radius:12px;font-family:Cabinet Grotesk,Arial,sans-serif;font-size:16px;font-weight:500;white-space:nowrap}.card__like-btn{width:20px;height:20px;border:none;cursor:pointer;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='18'%20viewBox='0%200%2020%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0009%2016L2.36492%208.66936C1.75583%208.08462%201.34976%207.4048%201.14673%206.6299C0.948646%205.855%200.951122%205.08486%201.15415%204.31947C1.35719%203.54932%201.76078%202.87901%202.36492%202.30853C2.98393%201.72379%203.68959%201.33634%204.48191%201.14619C5.27919%200.951272%206.07399%200.951272%206.86631%201.14619C7.66359%201.3411%208.37173%201.72855%208.99073%202.30853L10.0009%203.24982L11.0112%202.30853C11.6351%201.72855%2012.3432%201.3411%2013.1356%201.14619C13.9279%200.951272%2014.7202%200.951272%2015.5125%201.14619C16.3098%201.33634%2017.018%201.72379%2017.637%202.30853C18.2411%202.87901%2018.6447%203.54932%2018.8477%204.31947C19.0508%205.08486%2019.0508%205.855%2018.8477%206.6299C18.6496%207.4048%2018.2461%208.08462%2017.637%208.66936L10.0009%2016Z'%20stroke='black'%20stroke-opacity='0.6'%20stroke-width='2'/%3e%3c/svg%3e") center / contain no-repeat}.card__like-btn_liked{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='18'%20viewBox='0%200%2020%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.0009%2016L2.36492%208.66936C1.75583%208.08462%201.34976%207.4048%201.14673%206.6299C0.948646%205.855%200.951122%205.08486%201.15415%204.31947C1.35719%203.54932%201.76078%202.87901%202.36492%202.30853C2.98393%201.72379%203.68959%201.33634%204.48191%201.14619C5.27919%200.951272%206.07399%200.951272%206.86631%201.14619C7.66359%201.3411%208.37173%201.72855%208.99073%202.30853L10.0009%203.24982L11.0112%202.30853C11.6351%201.72855%2012.3432%201.3411%2013.1356%201.14619C13.9279%200.951272%2014.7202%200.951272%2015.5125%201.14619C16.3098%201.33634%2017.018%201.72379%2017.637%202.30853C18.2411%202.87901%2018.6447%203.54932%2018.8477%204.31947C19.0508%205.08486%2019.0508%205.855%2018.8477%206.6299C18.6496%207.4048%2018.2461%208.08462%2017.637%208.66936L10.0009%2016Z'%20fill='black'%20stroke='black'%20stroke-width='2'/%3e%3c/svg%3e") center / contain no-repeat}@media screen and (max-width:640px){.card{width:100%;max-width:343px;margin:0 auto}.card__image-wrapper{height:343px}}.main{flex:1}.cards__list{list-style:none;padding:0;margin:32px 0 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(328px,1fr));gap:20px;justify-items:center}@media screen and (max-width:887px){.main{margin-top:16px}.cards__list{grid-template-columns:1fr;gap:16px;margin:16px 0 0}}.profile{display:flex;justify-content:space-between;align-items:flex-start;gap:60px;margin-top:63px;margin-left:16px}@media screen and (max-width:887px){.profile{flex-direction:column;gap:0px;margin-top:2px}}.sidebar{width:100%;max-width:440px;padding:40px 24px;display:flex;flex-direction:column;gap:48px;box-sizing:border-box}.sidebar__profile{display:flex;align-items:center;gap:24px}.sidebar__avatar{width:80px;height:80px;border-radius:50%;object-fit:cover}.sidebar__avatar-placeholder{background-color:#ededed;color:#555;font-size:32px;font-weight:600;display:flex;justify-content:center;align-items:center}.sidebar__name{margin:0;font-family:Cabinet Grotesk,sans-serif;font-size:32px;font-weight:700;line-height:1;color:#000}.sidebar__actions{display:flex;flex-direction:column;gap:24px}.sidebar__link{background:none;border:none;padding:0;font-family:Cabinet Grotesk,sans-serif;font-size:24px;font-weight:500;color:#000;cursor:pointer;text-align:left;transition:opacity .2s ease}.sidebar__link:hover{opacity:.6}@media screen and (max-width:768px){.sidebar{max-width:100%;padding:24px 16px}.sidebar__name{font-size:28px}.sidebar__link{font-size:22px}}.clothes-section{flex:1;margin-left:140px;margin-top:15px}.clothes-section__header{display:flex;align-items:center;margin-bottom:24px;gap:20px}.clothes-section__title{font-family:Cabinet Grotesk,Arial,"sans-serif";font-size:24px;font-weight:500;margin:0}.clothes-section__add-btn{background:none;border:none;color:gray;font-size:16px;cursor:pointer;font-weight:600}.clothes-section__add-btn:hover{color:#000}.clothes-section__list{display:flex;flex-wrap:wrap;gap:20px;padding:0;margin:0;list-style:none}.clothes-section__empty{font-family:Cabinet Grotesk,Arial,sans-serif;font-size:16px;color:gray}@media screen and (max-width:887px){.clothes-section{margin-left:20px;margin-right:20px}.clothes-section__header{display:flex;justify-content:space-between}.clothes-section__title{font-size:20px}.clothes-section__add-btn{font-size:14px}}.footer__container{display:flex;justify-content:flex-end;padding-left:40px;padding-top:85px;padding-right:40px}.footer__copyright{color:#000;font-family:Cabinet Grotesk,Arial,sans-serif;font-size:18px;font-weight:400;line-height:21.78px;text-align:left;width:100%}.footer__year{height:20px;color:#000;font-family:Cabinet Grotesk,Arial,sans-serif;font-size:18px;line-height:21.78px;text-align:left;font-weight:400}@media screen and (max-width:887px){.footer__container{position:relative;left:16px;bottom:0;width:100%;text-align:center;top:40px;padding:0}.footer__year{padding-right:26px}}.modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000004d;display:flex;justify-content:center;align-items:center;visibility:hidden;z-index:1000;width:100%;height:100%}.modal_opened{visibility:visible;opacity:1}.modal__close{position:absolute;top:12px;right:12px;width:24px;height:24px;border:none;background:transparent url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.7023%201.70711C16.0929%201.31658%2016.0929%200.683417%2015.7023%200.292893C15.3118%20-0.0976311%2014.6787%20-0.0976311%2014.2881%200.292893L7.99805%206.58298L1.70796%200.292893C1.31744%20-0.0976311%200.684274%20-0.0976311%200.29375%200.292893C-0.096775%200.683417%20-0.096775%201.31658%200.29375%201.70711L6.58383%207.99719L0.292893%2014.2881C-0.0976311%2014.6787%20-0.0976311%2015.3118%200.292893%2015.7023C0.683417%2016.0929%201.31658%2016.0929%201.70711%2015.7023L7.99805%209.4114L14.289%2015.7023C14.6795%2016.0929%2015.3127%2016.0929%2015.7032%2015.7023C16.0937%2015.3118%2016.0937%2014.6787%2015.7032%2014.2881L9.41226%207.99719L15.7023%201.70711Z'%20fill='black'%20fill-opacity='0.3'/%3e%3c/svg%3e") no-repeat center;cursor:pointer}.modal__content{position:relative;background-color:#fff;padding:24px;border-radius:20px;box-sizing:border-box;max-width:670px;width:100%}.modal__title{font-family:Cabinet Grotesk,Arial,sans-serif;font-weight:500;font-size:20px;line-height:24px;text-align:center;margin-top:60px;padding-left:120px;padding-right:120px}.modal__form{display:flex;flex-direction:column;gap:20px}.modal__label{font-family:Cabinet Grotesk,Arial,sans-serif;font-weight:500;font-size:16px;line-height:20px;display:flex;flex-direction:column;gap:8px}.modal__input{width:100%;padding:6px 0;border:none;border-bottom:1px solid black;font-size:16px}.modal__radio-input-container{display:flex;flex-direction:column;gap:8px}.modal__legend{margin-bottom:12px;font-family:Cabinet Grotesk,Arial,sans-serif;font-weight:700;font-size:16px;line-height:20px}.modal__label_type_radio{display:flex;align-items:center;gap:6px;font-size:16px;font-weight:400;text-transform:capitalize;border:none}.modal__input_type_radio{color:#000}.modal__label_type_radio_disabled{opacity:.5}.modal__submit{font-family:Cabinet Grotesk,Arial,sans-serif;width:150px;height:40px;border:none;border-radius:8px;cursor:pointer;font-size:16px;text-align:center;line-height:20px}.modal__submit:enabled{border:none;background-color:#fff;color:red}.modal__submit:hover:enabled{background-color:#666}.modal__submit:disabled{background-color:#e0e0e0;color:#8c8c8c;cursor:not-allowed}.modal__radio-buttons{border:none;padding:0;margin:0}.modal__actions{display:flex;align-items:center;justify-content:center;flex-direction:column}.modal__cancel{font-family:Cabinet Grotesk,Arial,sans-serif;height:40px;border:none;border-radius:8px;background-color:#fff;color:#000;cursor:pointer;font-size:16px;text-align:center;line-height:20px}@media screen and (max-width:887px){.modal__content{width:95%;padding:20px;border-radius:16px}.modal__submit{width:100%}}.add-item-modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0000004d;display:flex;justify-content:center;align-items:center;visibility:hidden;z-index:50}input[type=radio]{accent-color:black}.add-item-modal_opened{visibility:visible}.add-item-modal__content{position:relative;background:#fff;border-radius:12px;max-width:500px;width:90%;padding:24px;margin-right:24px;box-sizing:border-box}.add-item-modal__close{position:absolute;top:12px;right:12px;width:24px;height:24px;border:none;background:transparent url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.7023%201.70711C16.0929%201.31658%2016.0929%200.683417%2015.7023%200.292893C15.3118%20-0.0976311%2014.6787%20-0.0976311%2014.2881%200.292893L7.99805%206.58298L1.70796%200.292893C1.31744%20-0.0976311%200.684274%20-0.0976311%200.29375%200.292893C-0.096775%200.683417%20-0.096775%201.31658%200.29375%201.70711L6.58383%207.99719L0.292893%2014.2881C-0.0976311%2014.6787%20-0.0976311%2015.3118%200.292893%2015.7023C0.683417%2016.0929%201.31658%2016.0929%201.70711%2015.7023L7.99805%209.4114L14.289%2015.7023C14.6795%2016.0929%2015.3127%2016.0929%2015.7032%2015.7023C16.0937%2015.3118%2016.0937%2014.6787%2015.7032%2014.2881L9.41226%207.99719L15.7023%201.70711Z'%20fill='black'%20fill-opacity='0.3'/%3e%3c/svg%3e") no-repeat center/contain;cursor:pointer}.add-item-modal__form{display:flex;flex-direction:column;gap:16px}.add-item-modal__title{font-size:20px;font-weight:700;margin-bottom:12px}.add-item-modal__submit{padding:12px;border:none;border-radius:8px;background:#000;color:#fff;font-size:16px;cursor:pointer}.add-item-modal__submit:hover{background:#555}.add-item-modal__submit:disabled{background:#ccc;cursor:not-allowed}.item-modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999;visibility:hidden;pointer-events:none}.item-modal_opened{visibility:visible;pointer-events:all}.item-modal__content{position:relative;background:#fff;border-radius:12px;max-width:480px;width:90%;overflow:hidden;box-shadow:0 8px 24px #00000040;display:flex;flex-direction:column}.item-modal__caption{font-weight:700;font-size:20px;margin:0 0 8px}.item-modal__close{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABoSURBVHgB1ZTBCcAwDANNJ/H+S2UU9dNCP05OwZRWkJ90JrZxxG8kaVwvjUzeuQooCn3AVAGTQrGXGJ3Cy4ANmwW3YRPoPqyAItgRb6n1y61DaV0bEsBQpzryuv0ROA7DanYsztdndQJL39a40uki9AAAAABJRU5ErkJggg==);border:none;background-color:transparent;background-repeat:no-repeat;background-size:contain;position:absolute;top:12px;right:12px;width:24px;height:24px;cursor:pointer;z-index:10}.item-modal__close:hover{transform:scale(1.1)}.item-modal__image{width:498px;height:610px;align-self:center;display:block}.item-modal__footer{padding:16px 20px;background:#fff;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eee;font-family:Cabinet Grotesk,Arial,sans-serif}.item-modal__info{display:flex;flex-direction:column;gap:12px}.item-modal__caption{font-weight:700;font-size:20px;margin:0}.item-modal__weather{font-size:20px;margin:0 0 12px;color:#333}.item-modal__delete{background:transparent;color:#ff4d4d;border:none;font-size:20px;font-weight:500;cursor:pointer;align-self:flex-start}.item-modal__delete:hover{text-decoration:underline}@media screen and (max-width:887px){.item-modal__close{width:21px;height:21px;right:12px;top:12px}}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;visibility:hidden;z-index:9999}.modal_opened{visibility:visible}.modal__content{background:#fff;border-radius:14px;max-width:440px;width:100%;padding:32px 24px;position:relative;text-align:center}.modal__close{position:absolute;top:18px;right:18px;width:20px;height:20px;border:none;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.7023%201.70711C16.0929%201.31658%2016.0929%200.683417%2015.7023%200.292893C15.3118%20-0.0976311%2014.6787%20-0.0976311%2014.2881%200.292893L7.99805%206.58298L1.70796%200.292893C1.31744%20-0.0976311%200.684274%20-0.0976311%200.29375%200.292893C-0.096775%200.683417%20-0.096775%201.31658%200.29375%201.70711L6.58383%207.99719L0.292893%2014.2881C-0.0976311%2014.6787%20-0.0976311%2015.3118%200.292893%2015.7023C0.683417%2016.0929%201.31658%2016.0929%201.70711%2015.7023L7.99805%209.4114L14.289%2015.7023C14.6795%2016.0929%2015.3127%2016.0929%2015.7032%2015.7023C16.0937%2015.3118%2016.0937%2014.6787%2015.7032%2014.2881L9.41226%207.99719L15.7023%201.70711Z'%20fill='black'%20fill-opacity='0.3'/%3e%3c/svg%3e") no-repeat center;background-size:contain;cursor:pointer}.modal__title{font-family:Cabinet Grotesk,Arial,sans-serif;font-size:18px;font-weight:500;margin:0 0 20px;line-height:1.4}.modal__actions{display:flex;flex-direction:column;gap:18px}.modal__submit{background:transparent;border:none;color:red;font-size:18px;font-weight:500;cursor:pointer}.modal__cancel{background:transparent;border:none;font-size:18px;font-weight:500;cursor:pointer}.modal__cancel:hover{text-decoration:underline}.loginmodal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;display:flex;justify-content:center;align-items:center;z-index:20}.loginmodal__container{background:#fff;border-radius:12px;padding:32px;width:420px;position:relative;font-family:Cabinet Grotesk,Arial,sans-serif}.loginmodal__close{position:absolute;top:16px;right:16px;border:none;background:none;font-size:26px;cursor:pointer}.loginmodal__title{margin:0 0 24px;font-size:24px;font-weight:600}.loginmodal__label{font-size:14px;margin-top:16px;margin-bottom:4px;display:block}.loginmodal__input{width:100%;border:none;border-bottom:1px solid #888;padding:8px 0;font-size:16px}.loginmodal__error{color:#e63946;margin-top:10px}.loginmodal__button{margin-top:24px;padding:10px 20px;background:#000;color:#fff;border-radius:6px;border:none;cursor:pointer}.loginmodal__button:disabled{background:#ccc}.loginmodal__switch{display:inline-block;margin-left:12px;color:gray;cursor:pointer}.registermodal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.registermodal__container{background:#fff;border-radius:12px;padding:28px 32px 36px;width:420px;position:relative;box-sizing:border-box;font-family:Cabinet Grotesk,Arial,sans-serif}.registermodal__close{position:absolute;top:16px;right:16px;border:none;background:transparent url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.7023%201.70711C16.0929%201.31658%2016.0929%200.683417%2015.7023%200.292893C15.3118%20-0.0976311%2014.6787%20-0.0976311%2014.2881%200.292893L7.99805%206.58298L1.70796%200.292893C1.31744%20-0.0976311%200.684274%20-0.0976311%200.29375%200.292893C-0.096775%200.683417%20-0.096775%201.31658%200.29375%201.70711L6.58383%207.99719L0.292893%2014.2881C-0.0976311%2014.6787%20-0.0976311%2015.3118%200.292893%2015.7023C0.683417%2016.0929%201.31658%2016.0929%201.70711%2015.7023L7.99805%209.4114L14.289%2015.7023C14.6795%2016.0929%2015.3127%2016.0929%2015.7032%2015.7023C16.0937%2015.3118%2016.0937%2014.6787%2015.7032%2014.2881L9.41226%207.99719L15.7023%201.70711Z'%20fill='black'%20fill-opacity='0.3'/%3e%3c/svg%3e") no-repeat center/contain;width:22px;height:22px;cursor:pointer}.registermodal__title{margin:8px 0 24px;font-size:20px;font-weight:700;text-align:left}.registermodal__form{display:flex;flex-direction:column}.registermodal__label{font-size:14px;color:#444;margin-top:14px;margin-bottom:6px}.registermodal__input{width:100%;border:none;border-bottom:1px solid #ccc;padding:6px 0 8px;font-size:14px;outline:none}.registermodal__input:focus{border-bottom:1px solid #000}.registermodal__error{color:red;font-size:12px;margin-top:10px}.registermodal__button{margin-top:20px;width:100%;padding:12px 0;background:#000;color:#fff;border-radius:8px;border:none;font-size:16px;cursor:pointer}.registermodal__button:disabled{background:#d3d3d3;cursor:not-allowed}.registermodal__switch{display:block;text-align:center;margin-top:12px;font-size:14px;color:#888;cursor:pointer}.registermodal__switch:hover{text-decoration:underline}.profilemodal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:500}.profilemodal__container{background:#fff;padding:40px 50px;width:640px;border-radius:24px;position:relative;box-shadow:0 0 50px #0003;font-family:Cabinet Grotesk,Arial,sans-serif}.profilemodal__close{position:absolute;right:30px;top:30px;background:none;border:none;font-size:30px;cursor:pointer;opacity:.8}.profilemodal__close:hover{opacity:1}.profilemodal__title{font-size:26px;font-weight:600;color:#000;margin-bottom:40px}.profilemodal__label{display:block;font-size:18px;font-weight:500;margin-top:20px;margin-bottom:8px}.required{color:red}.profilemodal__input{width:100%;border:none;border-bottom:2px solid #000;font-size:20px;padding:6px 0;margin-bottom:16px;outline:none}.profilemodal__button{margin-top:35px;padding:12px 28px;font-size:18px;font-weight:600;background:#000;color:#fff;border-radius:10px;cursor:pointer;border:none}.profilemodal__button:hover{opacity:.9}.profilemodal__error{color:red;margin-top:8px}.profilemodal__error_hidden{display:none}
