body{background-color:#f3f3f3}.modal__container{background-color:#fff;position:relative;border-radius:20px;font-weight:700}.modal__close-btn{background-color:transparent;border:none;position:absolute;top:20px;right:20px;cursor:pointer}.modalwithform__title{margin:0;padding:30px 0 0 30px}.modal__form{display:flex;flex-direction:column;padding:30px;row-gap:40px}.modal__fields{display:flex;flex-direction:column;gap:30px}.modal__footer{display:flex;gap:8px}.modal__label{line-height:1.2;display:flex;flex-direction:column;gap:10px}.modal__input{border:none;border-bottom:1px solid #000000;padding-bottom:5px;width:440px;font-weight:700;line-height:1.2}.modal__fieldset legend{margin-bottom:10px}.modal__fieldset{display:flex;flex-direction:column;gap:5px;border:none;margin:0;padding:0}.modal__fieldset label{color:#00000080}.modal__fieldset input[type=radio]{accent-color:#000}.modal__fieldset label:has(>input[type=radio]:checked){color:#000;font-weight:700}.modal__submit-btn{background-color:#000;color:#fff;border:none;border-radius:4px;padding:8px 16px;font-weight:700;line-height:1.2;cursor:pointer}.modal__submit-btn:hover{background-color:#0009}.modal__switch-btn{border:none;background:transparent;font-weight:700;line-height:1.2;color:#0000004d;cursor:pointer}.modal__switch-btn:hover{color:#000}.toggleswitch{box-sizing:border-box;position:relative;width:56px;height:28px;border:2px solid #7E7E7E;border-radius:20px;margin-right:20px;padding:0 8px;display:flex;align-items:center;justify-content:space-between;z-index:0;cursor:pointer}.toggleswitch:hover{border:2px solid #000}.toggleswitch__checkbox{visibility:hidden;position:absolute}.toggleswitch__circle{position:absolute;width:28px;height:28px;border-radius:50%;background-color:#000;top:-2px;left:-2px;cursor:pointer}.toggleswitch__checkbox:checked+.toggleswitch__circle{left:unset;right:-2px}.toggleswitch__value{color:#7e7e7e;font-size:.875rem;line-height:1;font-weight:700;z-index:1}.toggleswitch__checkbox:checked~.toggleswitch__value_right{color:#fff}.toggleswitch__checkbox:not(:checked)~.toggleswitch__value_left{color:#fff}.toggleswitch__checkbox:not(:checked):hover~.toggleswitch__value_right{color:#000}.toggleswitch__checkbox:checked:hover~.toggleswitch__value_left{color:#000}.header{display:flex;max-height:40px;padding:30px 50px;font-weight:700}.header__left{margin-right:auto;display:flex}.header__right{margin-left:auto;display:flex;align-items:center}.header__logo{width:89px;height:40px}.header__dateplace{height:24px;font-size:1.25rem;line-height:24px;margin-top:11px;margin-left:40px}.header__add_btn{background-color:transparent;margin-left:auto;font-size:1.25rem;line-height:24px;border:none;font-weight:700;cursor:pointer}.header__username{font-size:1.25rem;line-height:24px;margin:auto 20px}.header__avatar{width:40px;height:40px;border-radius:50%}.header__link-profile{display:flex;text-decoration:none;color:#000}.header__auth-btn{background:transparent;border:none;font-size:1.25rem;font-weight:700;line-height:1.2;padding:8px;cursor:pointer}.header__auth-btn:hover{opacity:.7}.main__cards{margin:50px}.main__subtitle{font-size:1.25rem;margin-bottom:40px}.main__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;list-style-type:none;padding:0;margin:0}.weathercard{display:flex;align-items:center;justify-content:flex-start;position:relative;height:80px;margin:30px 50px;border-radius:12px;overflow:hidden}.weathercard__temp{color:#fff;font-size:2.25rem;line-height:1.1;font-weight:700;padding:15px;z-index:2;position:relative}.weathercard__sun,.weathercard__moon,.weathercard__cloud,.weathercard__rain,.weathercard__storm,.weathercard__snow,.weathercard__fog{position:absolute;top:0;right:0}.weathercard__cloud{top:12px;right:0}.itemcard{position:relative;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1 / 1;padding:0;margin:0;overflow:hidden;background-color:transparent;border:1px solid #0000004D;border-radius:20px;cursor:pointer}.itemcard__tag{position:absolute;z-index:2;padding:2px 12px;background-color:#fff;border-radius:4px;font-weight:700;line-height:1.25;top:15px}.itemcard__img{width:100%;position:relative}.itemcard__like-icon{width:20px;height:17px}.itemcard__like-btn{position:absolute;background-color:transparent;border:none;bottom:15px;cursor:pointer}.modal{visibility:hidden;background-color:#00000080;position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;padding:15px;transition:visibility .4s ease-in-out;z-index:3;cursor:pointer}.modal_is-opened{visibility:visible;z-index:3}.modal__image-container{background-color:#fff;position:relative;border-radius:16px;overflow:hidden}.modal__image{max-width:498px;max-height:498px}.modal__preview-close-btn{position:absolute;top:20px;right:20px;background-color:transparent;border:none;cursor:pointer}.modal__image-container p{font-size:1.25rem;line-height:1.2;font-weight:700;margin-left:30px}.modal__title{margin:20px 0 10px}.modal__weather{margin:0 0 30px}.modal__content{display:flex;justify-content:space-between}.modal__delete-btn{margin:20px;color:#ff4d00;background:transparent;border:none;font-size:1.25rem;line-height:1.2;font-weight:700;cursor:pointer}.footer{display:flex;justify-content:space-between;max-height:20px;padding:30px 50px;font-weight:500}.footer p{margin:0;padding:0}.sidebar{display:flex;flex-direction:column;gap:16px;min-width:180px}.sidebar__details{display:flex;align-items:center;gap:15px}.sidebar__avatar{width:56px;height:56px;border-radius:50%}.sidebar__username{font-size:1.25rem;font-weight:700;line-height:24px}.sidebar__links{display:flex;flex-direction:column;gap:10px}.sidebar__link{background-color:transparent;font-size:1.25rem;line-height:24px;text-align:left;border:none;font-weight:700;padding:0;cursor:pointer}.clothessection__row{display:flex;gap:20px}.clothessection__txt{font-size:1.25rem;font-weight:700;line-height:24px}.clothessection__btn{background-color:transparent;font-size:1.25rem;line-height:24px;border:none;font-weight:700;cursor:pointer;color:#0009}.clothessection__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;list-style-type:none;padding:0;margin:0}.profile{display:flex;padding:30px 50px;gap:116px}.modal__confirm-footer{align-items:center}.modal__submit-btn-delete{background-color:transparent;color:#ff4d00}.modal__submit-btn-delete:hover{background-color:transparent}.modal__confirm-text{text-align:center;line-height:1.2;padding:0 100px}.modal__confirm-footer{align-items:center;flex-direction:column}.modal__submit-btn-logout{background-color:transparent;color:#ff4d00}.modal__submit-btn-logout:hover{background-color:transparent}.modal__cancel-btn{background-color:transparent;border:none;font-weight:700}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:Cabinet Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/CabinetGrotesk-Regular-D175tNtc.woff) format("woff")}@font-face{font-family:Cabinet Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/CabinetGrotesk-Medium-B0QoDuRO.woff) format("woff")}@font-face{font-family:Cabinet Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/CabinetGrotesk-Bold-CLAvwUWO.woff) format("woff")}:root{--font-sans: "Cabinet Grotesk", system-ui, -apple-system, Segoe UI, Roboto, Arial}html,body{font-family:var(--font-sans);font-weight:400}
