.page{margin:0;padding:0;font-family:CabinetGrotesk-Bold;background-color:#f3f3f3;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%}.page__content{box-sizing:border-box;margin:0 auto;padding:32px 40px 24px;width:100%;max-width:1440px;min-height:100vh;display:flex;flex-direction:column}@media screen and (max-width: 767px){.page__wrapper{padding:18px 16px 20px}}.toggle-switch{width:56px;height:28px;border:2px solid black;border-radius:20px;overflow:hidden;position:relative;margin-left:auto}.toggle-switch__checkbox{opacity:0}.toggle-switch__circle{background-color:#000;width:28px;height:28px;position:absolute;border-radius:50%;left:0;transition:all .2s}.toggle-switch__text{position:absolute;color:gray;top:5px}.toggle-switch__text_F{left:9px}.toggle-switch__text_C{right:9px}.toggle-switch__checkbox:checked~.toggle-switch__circle{left:28px}.toggle-switch__text_color_white{color:#fff}.header{display:flex;align-items:center;padding:32px 40px 47px}.header__logo-container{display:flex;align-items:center}.header__avatar{margin-left:12px;flex:0 0 40px;height:40px;border-radius:50%;object-fit:cover;display:block}.header__nav{display:flex;align-items:center;flex-grow:1}.header__logo{margin-right:24px;width:89px;height:40px}.header__date-and-location{margin:0 auto 0 0;font-family:Cabinet Grotesk;font-weight:700;font-style:Bold;font-size:20px;line-height:24px;letter-spacing:0%}.header__add-clothes-btn{margin:0 20px;padding:8px 16px;border-radius:4px;border:none;cursor:pointer;font-family:Cabinet Grotesk;font-weight:700;font-style:Bold;font-size:20px;line-height:24px;letter-spacing:0%}.header__user-container{display:flex;align-items:center;gap:12px}.header__username{margin:0;font-family:Cabinet Grotesk;font-weight:700;font-style:Bold;font-size:20px;line-height:100%;letter-spacing:0%}.header__menu-button{display:none;position:absolute;top:18px;right:16px}.header__link{text-decoration:none;color:#000}.header__auth-btn{margin-left:20px;padding:0;width:fit-content;font-size:20px;font-weight:700;line-height:24px;border:none;background-color:transparent;color:#000}@media screen and (max-width: 550px){.header{padding:16px 20px;z-index:100}.header__logo-container{flex-direction:column}.header__date-and-location{display:block;margin:0}.header__menu-button{display:block;background:none;border:none;padding:0;cursor:pointer}.header__nav{background-color:#fff;position:absolute;top:18px;left:0;right:0;margin:0 16px;padding:60px 20px;display:none;flex-direction:column-reverse;gap:20px;align-items:center;z-index:99}.header__nav_opened{display:flex}.header__add-clothes-btn{margin:0;padding:0;background-color:transparent}.header__user-container{text-align:center}}.cards__list{display:grid;justify-content:center;grid-template-columns:repeat(auto-fill,minmax(325px,1fr));grid-auto-rows:328px;grid-gap:20px;box-sizing:border-box;justify-items:center;width:100%;padding-left:0}.cards__text{font-family:Cabinet Grotesk;font-weight:700;font-style:Bold;font-size:20px;line-height:100%;letter-spacing:0%}.weather-card{position:relative;display:flex;height:80px;border-radius:12px;overflow:hidden;margin:28px 0}.weather-card__temp{margin:0;position:absolute;top:20px;left:16px;font-family:Cabinet Grotesk;font-weight:700;font-style:Bold;font-size:36px;line-height:40px;vertical-align:middle;color:#fff}.weather-card__image{object-fit:cover;object-position:right top;width:100%}.card{position:relative;border:1px solid rgba(0,0,0,.3);border-radius:20px;display:flex;justify-content:center;background-color:#e9e9e9;width:100%;height:100%;align-items:center}.card__image{height:100%;width:100%;object-fit:cover;border-radius:20px}.card__header{display:flex;align-items:center;position:absolute;top:20px;gap:10px}.card__title{padding:2px 12px;font-weight:700;font-size:16px;line-height:1.2;color:#0009;background-color:#fff;border-radius:4px;margin:0;max-width:200px}.card__like-count{font-size:13px;line-height:16px;text-align:center;margin:0}.card__like-button{width:21px;height:19px;background:transparent 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 no-repeat;background-size:21px 18px;border:none;padding:0;margin:0;transition:.3s}.card__like-button:hover{opacity:.5;cursor:pointer}.card__like-button_is-active{background:transparent url("data:image/svg+xml,%3csvg%20width='21'%20height='19'%20viewBox='0%200%2021%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.154%209.33822C21.294%207.19832%2021.294%203.72364%2019.154%201.60492C17.014%20-0.534975%2013.5392%20-0.534975%2011.3992%201.60492L10.361%202.66428L9.32276%201.62611C7.18277%20-0.534975%203.70792%20-0.534975%201.58911%201.60492C0.550891%202.64309%200%204.02026%200%205.48217C0%206.94408%200.572079%208.32124%201.58911%209.35941L10.361%2018.1309L19.154%209.33822Z'%20fill='black'/%3e%3c/svg%3e") no-repeat}.card__image:hover{cursor:pointer}.card__description{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:25px 15px 31px 21px}.card__delete-button_visible{display:block}.card__delete-button_hidden{display:none}.clothes-section{display:flex;flex-direction:column;margin:0;padding:0}.clothes-section__info{display:flex;padding:0 0 17px}.clothes-section__title{margin:0;padding:0 20px 0 0;font-size:20px;line-height:1.2}.clothes-section__button{margin:0;padding:0;background:none;border:none;cursor:pointer;opacity:.6}.clothes-section__button:hover{opacity:1}.clothes-section__list{margin:0;padding:0 0 41px;display:grid;justify-content:center;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-auto-rows:304px;grid-gap:22px;box-sizing:border-box;justify-items:center;width:100%}@media screen and (max-width: 1365px){.clothes-section__list{grid-template-columns:repeat(auto-fill,minmax(225px,1fr));grid-gap:16px;grid-auto-rows:228px}}@media screen and (max-width: 800px){.clothes-section{align-items:center;width:100%}}@media screen and (max-width: 768px){.clothes-section__info{width:100%;justify-content:space-between}.clothes-section__list{grid-gap:15px}}@media screen and (max-width: 750px){.clothes-section__list{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));grid-auto-rows:194px}}@media screen and (max-width: 425px){.clothes-section__list{grid-template-columns:repeat(auto-fill,minmax(162px,1fr));grid-auto-rows:164px}}@media screen and (max-width: 320px){.clothes-section__list{grid-auto-rows:244px}}.sidebar{width:248px;height:auto;display:flex;flex-direction:column;font-family:CabinetGrotesk-Bold;font-style:normal;font-weight:700;font-size:20px;line-height:1.25;color:#000}.sidebar__user{display:flex;align-items:center;margin:0 0 24px;padding:0}.sidebar__user-avatar{height:56px;width:56px;margin:0 16px 0 0;border-radius:50%;background-size:56px;background-position:center}.sidebar__user-name{margin:0;padding:0}.sidebar__links{margin:24px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;justify-content:space-between;height:100%}.sidebar__link{margin:0 0 8px;cursor:pointer}.sidebar__link:hover{opacity:.6}.sidebar__link_type_delete{margin:0;color:red}.sidebar__nav{list-style:none;padding:0;margin:0}.sidebar__nav-item:not(:first-child){margin-top:8px}.sidebar__nav-item span{cursor:pointer}.sidebar__nav-item span:hover{text-decoration:underline}@media screen and (max-width: 768px){.sidebar{text-align:center;margin:0 0 60px}.sidebar__user{flex-direction:column}.sidebar__user-avatar{margin:0}.sidebar__links{margin:40px 0 0}}.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:100}.modal_opened{visibility:visible}.modal__title{margin-bottom:24px;font-family:Cabinet Grotesk;font-weight:700;font-style:Bold;font-size:20px;line-height:24px;letter-spacing:0%;text-align:center;display:flex}.modal__close{position:absolute;top:20px;right:28px;cursor:pointer;filter:grayscale(100%);opacity:.6;max-width:16px}.modal__content{background-color:#fff;position:relative;padding:28px 28px 36px;max-width:496px;box-sizing:border-box;width:100%;border-radius:20px}.modal__form{display:flex;flex-direction:column;width:100%;gap:24px}.modal__input{max-width:440px;width:100%;border:none;border-bottom:1px solid;background-color:transparent;outline:none}.modal__label{margin-bottom:8px}.modal__legend{margin-bottom:12px;font-family:Cabinet Grotesk;font-weight:700;font-style:Bold;font-size:16px;line-height:20px;letter-spacing:0%}.modal__radio-buttons{display:flex;flex-direction:column;gap:8px;border:none;padding:0}.modal__label_type_radio{display:flex;align-items:center;gap:2px;cursor:pointer}.modal__submit{width:124px;height:36px;background-color:#0000004d;color:#fff;border:none}.modal__save-button{max-width:128px;background:#000;color:#fff;font-family:Cabinet Grotesk;font-weight:700;font-style:Bold;font-size:16px;line-height:20px;letter-spacing:0%}.profile{display:flex;flex-direction:row;margin:47px 0 80px;box-sizing:border-box;font-family:CabinetGrotesk-Bold;font-style:normal;font-weight:700;font-size:20px;line-height:1.25;color:#000}.profile__clothing-items{display:flex;flex-direction:column;width:100%;margin:0 0 0 93px;padding:0}.footer{width:100%;padding:20px;position:relative;display:flex;justify-content:space-between;box-sizing:border-box}.modal__content.modal__content_type_image{width:343px;height:463px;padding:0;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.modal__image{width:100%;aspect-ratio:1}.modal__footer{display:flex;justify-content:space-between;gap:12px;padding-top:20px;align-items:flex-start}.modal__caption{margin:0;padding:0 20px;font-family:Cabinet Grotesk;font-weight:700;font-style:Bold;font-size:20px;line-height:24px;letter-spacing:0%}.modal__weather{margin:0;padding:0 20px 40px;font-family:Cabinet Grotesk;font-weight:700;font-style:Bold;font-size:20px;line-height:24px;letter-spacing:0%}.modal__delete-button{color:#ff4d00;border:none;background:none;font-family:Cabinet Grotesk;font-weight:700;font-style:Bold;font-size:20px;line-height:24px;letter-spacing:0%}.modal__text-container{display:flex;flex-direction:column;gap:12px}.modal__add-button{max-width:124px;background:#0000004d;color:#fff}.modal__label.garment-label{display:flex;flex-direction:column;gap:10px}.modal__buttons{display:flex;align-items:center;flex-direction:column;gap:24px}.modal__confirm-btn{color:#ff4d00;border:none;background-color:transparent;font-family:Cabinet Grotesk;font-weight:700;font-style:Bold;font-size:20px;line-height:24px;letter-spacing:0%}.modal__cancel-btn{border:none;background-color:transparent;font-family:Cabinet Grotesk;font-weight:700;font-style:Bold;font-size:20px;line-height:24px;letter-spacing:0%}.modal__footer.signup-footer{align-items:center;display:flex;flex-direction:row;font-family:Cabinet Grotesk;font-weight:700;font-style:Bold;font-size:16px;line-height:20px;letter-spacing:0%;justify-content:center}.modal__label.signup-label{display:flex;flex-direction:column;gap:8px}.modal__submit.signup-button:not(:disabled){cursor:pointer}.modal__switch{width:100%;text-align:center;margin-top:16px;font-size:12px;font-family:Cabinet Grotesk;font-weight:700;font-style:Bold;font-size:16px;line-height:20px;letter-spacing:0%;color:#00000080;display:flex;gap:10px}.modal__switch-link{margin-left:0;cursor:pointer}.signup-button{background-color:#ccc;color:#fff;cursor:not-allowed;transition:background-color .3s ease}.signup-button_active{background-color:#000;cursor:pointer}.signup-button:disabled{opacity:.6}.modal__label.login-label{display:flex;flex-direction:column;gap:8px}.modal__label.login-label:last-of-type{margin-bottom:0}.login-button{background-color:#ccc;color:#fff;cursor:not-allowed;transition:background-color .3s ease}.login-button_active{background-color:#000;cursor:pointer}.login-button:disabled{opacity:.6}.login-button:not(:disabled){cursor:pointer}.login-footer{display:flex;align-items:center;gap:12px;margin-top:8px}.login__switch{width:100%;text-align:center;margin:0;font-size:12px;font-family:Cabinet Grotesk;font-weight:700;font-style:Bold;font-size:16px;line-height:20px;letter-spacing:0%;color:#00000080;display:flex;gap:10px}.login__switch-link{margin-left:0;cursor:pointer}/*! 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:CabinetGrotesk;font-weight:500;font-style:normal;src:url(/assets/CabinetGrotesk-Medium-pUr7ULKA.woff2) format("woff2"),url(/assets/CabinetGrotesk-Medium-C7kGvbj6.woff) format("woff")}@font-face{font-family:CabinetGrotesk;font-weight:700;font-style:normal;src:url(/assets/CabinetGrotesk-Bold-yJmHbigL.woff2) format("woff2"),url(/assets/CabinetGrotesk-Bold-BPymWjLi.woff) format("woff")}
