.header{max-width:1360px;height:40px;display:flex;align-items:center;justify-content:space-between;margin-left:40px;margin-right:40px;box-sizing:border-box;color:#000}.header__left{display:flex;align-items:center;gap:24px}.header__logo{height:24px;display:block}.header__date-and-location{font-family:Cabinet Grotesk,sans-serif;font-weight:700;font-size:20px;line-height:24px;letter-spacing:0;width:160px;height:24px;white-space:nowrap}.header__right{display:flex;align-items:center}.header__actions{display:flex;align-items:center;gap:20px}.header__add-clothes-button{background:none;border:none;font-size:16px;cursor:pointer;color:#000;font-weight:700}.header__profile-link{display:flex;align-items:center;gap:20px;text-decoration:none;color:#000;font-weight:700}.header__user{display:flex;align-items:center;gap:20px}.header__avatar{width:28px;height:28px;border-radius:50%;background-color:#ccc;object-fit:cover}.header__avatar-placeholder{width:28px;height:28px;border-radius:50%;background-color:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}.header__auth-button{border:none;background:transparent;padding:0;cursor:pointer;font-family:Cabinet Grotesk,sans-serif;font-size:20px;font-weight:700;line-height:24px;color:#000}@media screen and (max-width: 900px){.header{margin-left:32px;margin-right:32px;height:auto;flex-wrap:wrap;gap:16px}.header__right{margin-left:auto}.header__actions{flex-wrap:wrap;justify-content:flex-end}}@media screen and (max-width: 600px){.header{margin-left:0;margin-right:0;padding:0 16px;height:auto;flex-wrap:wrap;gap:16px}.header__left{gap:12px;min-width:0}.header__right{width:100%;margin-left:0}.header__actions{width:100%;flex-wrap:wrap;justify-content:flex-start;gap:10px}.header__date-and-location{width:auto;min-width:0;font-size:16px;line-height:20px;white-space:normal}.header__auth-button{font-size:16px;line-height:20px}.header__profile-link{gap:8px}.header__add-clothes-button{font-size:14px}}.toggle{position:relative;width:56px;height:28px;border:2px solid #888;border-radius:20px;box-sizing:border-box;display:inline-flex;align-items:center;cursor:pointer}.toggle:hover{border:2px solid #000}.toggle input{display:none}.toggle__slider{position:absolute;width:24px;height:24px;background:#000;border-radius:50%;left:0;transition:transform .2s}.toggle input:checked+.toggle__slider{transform:translate(28px)}.toggle__label{font-size:12px;width:50%;text-align:center;z-index:1;color:#888}.toggle:hover>.toggle__label{color:#000}.toggle__label_active,.toggle:hover>.toggle__label_active{color:#fff}.weather{margin-top:28px;box-sizing:border-box}.weather__bar{max-width:1360px;padding:0 40px;height:80px;background-color:#00a3ff;border-radius:16px;overflow:hidden;display:flex;align-items:center;position:relative}.weather__temp{font-family:Cabinet Grotesk,sans-serif;font-size:36px;font-weight:700;color:#fff;margin-left:16px;z-index:2}.weather__sun{position:absolute;width:60px;height:60px;right:0;top:-10px}.weather__cloud{position:absolute;width:167px;height:98px;right:0;bottom:-10px}@media screen and (max-width: 1100px){.weather__bar{max-width:100%;padding:0 32px}}@media screen and (max-width: 600px){.weather{margin-top:24px}.weather__bar{max-width:100%;padding:0 16px;height:74px}.weather__temp{font-size:32px;margin-left:0}.weather__cloud{width:140px;height:auto}.weather__sun{width:50px;height:50px}}.item-card{width:325px;height:328px;background-color:#f3f3f3;border-radius:16px;box-sizing:border-box;cursor:pointer;position:relative;border:1px solid rgba(0,0,0,.3);padding:0;display:flex;justify-content:start;align-items:center;overflow:hidden}.item-card__image{max-width:100%;max-height:100%;object-fit:contain}.item-card__title{background-color:#fff;padding:2px 12px;border-radius:4px;font-family:Cabinet Grotesk,sans-serif;font-weight:700;font-size:16px;line-height:20px;color:#0009}.item-card__header{position:absolute;top:16px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;z-index:1}.item-card__like-button{width:18px;height:15px;border:none;background-color:transparent;padding:0;cursor:pointer;background-image: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");background-repeat:no-repeat;background-position:center;background-size:contain}.item-card__like-button_active{background-image: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")}@media screen and (max-width: 1100px){.item-card{width:100%;max-width:325px}}@media screen and (max-width: 600px){.item-card{width:100%;max-width:325px;height:328px}}.main{max-width:1360px;margin:0 auto}.clothes-section__title{font-family:Cabinet Grotesk,sans-serif;font-weight:700;font-size:20px;line-height:24px;color:#000;margin:32px 0 24px}@media screen and (max-width: 1100px){.main{width:100%;max-width:100%;padding:0 32px;box-sizing:border-box}}@media screen and (max-width: 600px){.main{width:100%;max-width:100%;padding:0 16px;box-sizing:border-box;overflow-x:hidden}.clothes-section__title{font-size:18px;line-height:22px;margin:24px 0 20px}}.footer{width:100%;padding-left:40px;padding-right:40px;padding-bottom:24px;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}.footer__author,.footer__year{margin:0;font-family:Cabinet Grotesk,sans-serif;font-size:16px;font-weight:500;color:#000}@media screen and (max-width: 600px){.footer{padding-left:16px;padding-right:16px;gap:12px;justify-content:space-between;align-items:flex-start}.footer__author{min-width:0;max-width:calc(100% - 64px);overflow-wrap:anywhere;line-height:20px}.footer__year{margin-left:auto;flex-shrink:0;line-height:20px}}.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;z-index:100;font-family:Cabinet Grotesk,sans-serif;background:#0000004d}.modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.modal__content{background-color:#fff;width:496px;padding:28px;border-radius:20px;box-sizing:border-box;position:relative;z-index:1}.modal__close{position:absolute;top:20px;right:20px;background:transparent;border:none;padding:0;cursor:pointer}.modal_with_form__title{margin:0 0 24px;font-size:16px;font-weight:700;line-height:20px;padding-left:0;text-align:left}.modal__form{display:flex;flex-direction:column;gap:24px}.modal__label{display:flex;flex-direction:column;font-family:Cabinet Grotesk,sans-serif;font-size:16px;font-weight:700;line-height:20px}.modal__input{height:24px;border:none;border-bottom:1px solid #000;padding:0;background-color:#fff;outline:none;font-family:Cabinet Grotesk,sans-serif;font-size:16px;font-weight:700;line-height:20px;color:#000}.modal__input::placeholder{color:#00000080}.modal__submit{padding:0 16px;height:36px;background-color:#000;border:none;border-radius:4px;font-size:16px;white-space:nowrap;color:#fff;display:flex;align-items:center;justify-content:center}.modal__submit:hover{background-color:#0009;cursor:pointer}.modal__submit:disabled{background-color:#0000004d;cursor:pointer;color:#fff}.modal_type_login .modal__content{min-height:304px}.modal_type_register .modal__content{min-height:456px}.modal_type_edit-profile .modal__content{min-height:304px}.modal__buttons{display:flex;align-items:center;gap:12px;margin-top:30px}.modal__secondary-button{display:flex;align-items:center;border:none;background:transparent;padding:0;cursor:pointer;font-family:Cabinet Grotesk,sans-serif;font-size:16px;font-weight:700;line-height:20px;color:#00000080}@media screen and (max-width: 600px){.modal{padding:0 16px;box-sizing:border-box}.modal__content{width:100%;max-width:496px;padding:24px 20px}.modal__buttons{flex-wrap:wrap}}.add_item_modal__label{font-size:16px;color:#000;margin-bottom:8px;font-weight:700}.add_item_modal__input{background-color:transparent;color:#000;border:none;border-bottom:1px solid #000;padding:8px 0 0;margin-bottom:8px;font-size:16px;outline:none;display:block;width:100%}.add_item_modal__input::placeholder{color:#999}.add_item_modal__radio{position:relative;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:16px;color:#000}.add_item_modal__radio input[type=radio]{position:absolute;opacity:0;pointer-events:none}.add_item_modal__radio:before{content:"";width:16px;height:16px;border:1px solid #000;border-radius:50%;box-sizing:border-box;display:inline-block}.add_item_modal__radio:has(input[type=radio]:checked):before{background:radial-gradient(#000 0 4px,transparent 5px)}.modal_type_preview{background:#0006;color:#000}.modal__content.modal__content_type_image{width:498px;height:610px;background-color:#fff;border-radius:16px;box-sizing:border-box;padding:0;display:flex;flex-direction:column;position:relative;overflow:hidden}.modal__image{width:100%;height:498px;object-fit:contain;display:block;background-color:#f3f3f3}.modal__title_type_preview{font-size:20px;padding-left:32px;padding-top:16px;padding-bottom:0;margin:0}.modal__weather{margin:8px 0 0;padding:0 24px 24px;font-size:14px;color:#000}.modal_type_preview .modal__close{position:absolute;top:24px;right:24px;background:none;border:none;font-size:18px;cursor:pointer}.modal__content_type_image{position:relative}.modal__footer{display:flex;flex-direction:column;width:100%;box-sizing:border-box}.modal__footer>.title,.modal__footer>.weather_text{display:flex;height:56px}.modal__footer>.title{justify-content:space-between}.modal__footer>.weather_text{justify-content:flex-start;width:100%}.modal__footer>.weather_text>.modal__title_type_preview{padding-top:0}.modal__delete{background:none;border:none;color:#ff4d00;font-size:16px;font-weight:700;cursor:pointer;padding:0 32px 0 0}@media screen and (max-width: 600px){.modal_type_preview{padding:0 16px;box-sizing:border-box}.modal__content.modal__content_type_image{width:100%;max-width:498px;height:auto}.modal__image{height:auto;aspect-ratio:1 / 1}.modal__title_type_preview{padding-left:20px;font-size:18px;line-height:22px}.modal__delete{padding-right:20px}}.sidebar{display:flex;flex-direction:column;margin-left:40px}.sidebar__user-info{display:flex;align-items:center;gap:16px}.sidebar__avatar{width:56px;height:56px;border-radius:50%;object-fit:cover}.sidebar__avatar-placeholder{width:56px;height:56px;border-radius:50%;background-color:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700}.sidebar__username{font-family:Cabinet Grotesk,sans-serif;font-size:20px;font-weight:700;color:#000;margin:0}.sidebar__edit-profile{margin-top:24px;border:none;background:transparent;padding:0;text-align:left;cursor:pointer;font-family:Cabinet Grotesk,sans-serif;font-size:20px;font-weight:700;color:#000}.sidebar__logout{margin-top:8px;border:none;background:transparent;padding:0;text-align:left;cursor:pointer;font-family:Cabinet Grotesk,sans-serif;font-size:20px;font-weight:700;color:#000}.clothes-section{max-width:1015px}.clothes-section__header{display:flex;align-items:center;gap:20px;margin-top:24px;margin-bottom:24px}.clothes-section__title{font-family:Cabinet Grotesk,sans-serif;font-weight:700;font-size:20px;line-height:24px;color:#000;margin:0 0 0 40px}.clothes-section__add-new{background:none;border:none;padding:0;font-family:Cabinet Grotesk,sans-serif;font-size:16px;font-weight:700;color:#0009;cursor:pointer}.cards{list-style:none;padding:0;display:grid;grid-template-columns:repeat(3,325px);gap:20px;margin:34px 0 0 40px}@media screen and (max-width: 1100px){.clothes-section{max-width:100%}.clothes-section__title{margin-left:0}.cards{width:100%;grid-template-columns:repeat(auto-fit,minmax(240px,325px));justify-content:center;margin-left:0}}@media screen and (max-width: 600px){.clothes-section__title{margin-left:0}.cards{width:100%;grid-template-columns:minmax(0,325px);justify-content:center;margin-left:0;margin-top:24px}.clothes-section__header{gap:12px;margin-top:20px;margin-bottom:20px}}.profile{display:flex;align-items:flex-start;gap:40px}.sidebar{width:325px;flex-shrink:0;padding-top:32px}.clothes-section{flex-grow:1;padding-top:32px;margin-left:-40px}@media screen and (max-width: 900px){.profile{flex-direction:column;gap:24px;padding:0 32px}.sidebar{width:100%;margin-left:0}.profile .clothes-section{width:100%;max-width:100%;padding-top:0;margin-left:0}}@media screen and (max-width: 600px){.profile{flex-direction:column;gap:24px;padding:0 16px}.sidebar{width:100%;margin-left:0}.profile .clothes-section{width:100%;max-width:100%;padding-top:0;margin-left:0}}.modal_type_confirm{background-color:#00000080}.modal__content_type_confirm{width:670px;min-height:280px;box-sizing:border-box;flex-shrink:0;background-color:#fff;border:1px solid rgba(0,0,0,.3);border-radius:20px;padding:40px;display:flex;flex-direction:column;align-items:center;position:relative}.modal__content_type_confirm *{box-sizing:border-box}.modal__title_type_confirm{margin:0 0 32px;text-align:center;font-size:20px;line-height:24px;font-weight:700;color:#000}.modal__actions_type_confirm{display:flex;flex-direction:column;align-items:center;gap:20px}.modal__confirm{background:none;border:none;color:#ff4d00;font-size:20px;font-weight:700;cursor:pointer;padding:0}.modal__confirm:hover{opacity:.7}.modal__cancel{background:none;border:none;font-size:20px;font-weight:700;cursor:pointer;padding:0;color:#000}.modal__cancel:hover{opacity:.7}.modal_type_confirm .modal__close{position:absolute;top:20px;right:20px;width:20px;height:20px;background:none;border:none;cursor:pointer;font-size:20px;line-height:1}@media screen and (max-width: 768px){.modal__content_type_confirm{width:calc(100% - 40px);padding:32px 20px}}.page{max-width:1440px;margin:0 auto;padding-top:32px;background-color:#f3f3f3;min-height:100vh;box-sizing:border-box;display:flex;flex-direction:column}.content{flex-grow:1}@media screen and (max-width: 600px){.page{width:100%;padding-top:18px}.content{width:100%;overflow-x:hidden}}/*! 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:Inter;src:local("Inter");font-weight:400;font-style:normal}*{box-sizing:border-box}body{margin:0;min-width:320px;overflow-x:hidden;font-family:Cabinet Grotesk,Arial,sans-serif;background-color:#fff;color:#000}button{font-family:inherit}a{color:inherit}
