.header{display:flex;flex-wrap:wrap;align-items:center;padding:32px 0 11px;max-width:1360px}.header__controls{display:flex;align-items:center;gap:20px;margin-left:auto}.header__logo{margin-right:24px;font-weight:700;size:32px;line-height:39.68px;font-family:Cabinet Grotesk}.header__add-clothes-btn{font-family:Cabinet Grotesk;left:1015px;margin-left:auto;margin-right:20px;outline:none;font-size:18px;font-weight:500;line-height:24px;border:none;width:116px;height:24px}.header__add-clothes-btn:hover{cursor:pointer}.header__date-and-location{max-height:24px;max-width:160px;text-wrap:nowrap;text-size-adjust:90%;margin:0;font-family:Cabinet Grotesk;font-size:20px;font-weight:500;line-height:24px;text-align:left}.header__user-container{align-items:center;display:flex}.header__avatar{width:56px;height:56px}.header__username{font-family:Cabinet Grotesk;font-size:20px;line-height:25px;height:28px;text-wrap:nowrap;margin:0;padding-right:10px;font-weight:500;max-width:157px}.header__link{color:#000;text-decoration:none}.header__auth-buttons{display:flex;gap:12px;align-items:center}.header__login-btn,.header__register-btn{font-family:Cabinet Grotesk;font-size:18px;font-weight:500;line-height:24px;border:none;background:none;cursor:pointer;padding:8px 16px;border-radius:4px;transition:background-color .2s ease}.header__login-btn:hover,.header__register-btn:hover{background-color:#f0f0f0}.header__register-btn{background-color:transparent;color:#000}.header__register-btn:hover{background-color:gray}.header__user-section{display:flex;align-items:center;gap:12px}.header__logout-btn{font-family:Cabinet Grotesk;font-size:16px;font-weight:500;line-height:20px;border:none;background:none;cursor:pointer;padding:8px 12px;border-radius:4px;color:#666;transition:all .2s ease}.header__logout-btn:hover{background-color:#f0f0f0;color:#000}@media screen and (max-width: 820px){.header{padding:20px 15px;max-width:100%}.header__logo{margin-right:15px;font-size:24px;line-height:30px}.header__controls{gap:15px}.header__date-and-location{display:none}.header__username{font-size:18px;line-height:22px;padding-right:8px}.header__add-clothes-btn{font-size:16px;line-height:20px;width:auto;margin-right:15px}}@media screen and (max-width: 480px){.header{margin:60px 16px 0;padding:18px 0;flex-direction:column;align-items:center}.header__logo{display:none}.header__controls{flex-direction:column;align-items:center;margin:0;width:100%;order:2;gap:16px}.header__user-container{order:1;margin-bottom:16px}.header__add-clothes-btn{margin:0;width:auto;order:1;font-size:20px;line-height:24px;padding:0}.header__username{font-size:20px;line-height:25px;padding-right:12px}.header__avatar{width:40px;height:40px;border-radius:50%}}.toggle-switch{box-sizing:border-box;border-radius:25px;border:2px solid black;cursor:pointer;overflow:hidden;position:relative;width:59px;height:30px}.toggle-switch__checkbox{opacity:0}.toggle-switch__circle{width:27px;height:27px;border-radius:50%;background-color:#000;position:absolute;transition-property:all .2s;left:0}.toggle-switch__checkbox:checked~.toggle-switch__circle{left:28px}.toggle-switch__checkbox:not(:checked)~.toggle-switch__text_F{color:#000}.toggle-switch__checkbox:checked~.toggle-switch__text_C{color:#fff;display:flex}.toggle-switch__text{position:absolute;top:5px;font-family:Cabinet Grotesk,sans-serif;font-size:14px;color:#000;text-align:center;line-height:17px}.toggle-switch__text_F{left:9px;color:#000}.toggle-switch__text_C{right:9px}.toggle-switch__text_color_white{color:#fff}@media (max-width: 820px){.toggle-switch{width:46px;height:25px}.toggle-switch__circle{width:23px;height:23px;left:0}.toggle-switch__checkbox:checked~.toggle-switch__circle{left:20px}.toggle-switch__text{font-size:10px}}.main{flex-grow:1}.cards{max-width:1360px;max-height:387px;gap:10px;margin:auto}.cards__list{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;list-style-type:none;padding:0}.cards__text{font-family:Cabinet Grotesk;line-height:24px;margin:0;padding:10px 0 34px;font-size:20px;max-width:400px;max-height:25px}@media screen and (max-width: 820px){.main{max-width:.6rem}.cards{max-width:768px;padding:0 20px}.cards__list{gap:16px}.cards__text{padding:8px 0 24px;font-size:18px;width:300px}}@media (max-width: 480px){.main{max-width:.5rem}.cards{max-width:375px;padding:0 16px}.cards__list{gap:15px;justify-content:flex-start}.cards__text{padding:8px 0 20px;font-size:16px;line-height:20px;width:300px}}.weather-card{padding:0;position:relative;display:flex;height:80px;border-radius:12px;overflow:hidden}.weather-card__temp{font-size:36px;line-height:40px;margin:0;position:absolute;top:20px;left:16px}.weather-card__image{object-fit:cover;object-position:right top;width:100%}@media screen and (max-width: 480px){.weather-card,.weather-card__temp,.weather-card__image{display:none}}.card{display:flex;width:100%;max-width:325px;min-width:200px;aspect-ratio:325/328;position:relative;cursor:pointer;justify-content:center;align-items:center;list-style-type:none;border:1px solid #000;border-radius:20px;padding:0;background-color:#f3f3f3;overflow:hidden}.card__header{position:absolute;top:15px;left:15px;right:15px;display:flex;justify-content:space-between;align-items:center}.card__name{max-width:200px;margin:0;background-color:#fff;font-family:Cabinet Grotesk;font-size:16px;font-weight:700;line-height:20px;padding:4px 12px;border-radius:8px;color:#000}.card__like-button{width:36px;height:36px;background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;transition:color .2s ease;box-shadow:0 2px 8px #0000001a}.card__like-button:hover,.card__like-button_active{color:#ff6b6b}.card__image{width:100%;height:100%;border-radius:19px;object-fit:cover}@media screen and (max-width: 768px){.card,.card__image{max-width:300px;max-height:300px}}@media screen and (max-width: 480px){.card__name{font-size:18px;line-height:17px;top:10px}}.modal__content{padding:0;overflow:hidden;background-color:#fff;border:none;cursor:pointer;border-radius:16px}.modal__close-preview{background-color:#ff4d00;background-color:transparent;border:none;cursor:pointer}.modal__image{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17.7023%203.70711C18.0929%203.31658%2018.0929%202.68342%2017.7023%202.29289C17.3118%201.90237%2016.6787%201.90237%2016.2881%202.29289L9.99805%208.58298L3.70796%202.29289C3.31744%201.90237%202.68427%201.90237%202.29375%202.29289C1.90322%202.68342%201.90322%203.31658%202.29375%203.70711L8.58383%209.99719L2.29289%2016.2881C1.90237%2016.6787%201.90237%2017.3118%202.29289%2017.7023C2.68342%2018.0929%203.31658%2018.0929%203.70711%2017.7023L9.99805%2011.4114L16.289%2017.7023C16.6795%2018.0929%2017.3127%2018.0929%2017.7032%2017.7023C18.0937%2017.3118%2018.0937%2016.6787%2017.7032%2016.2881L11.4123%209.99719L17.7023%203.70711Z'%20fill='black'%20fill-opacity='0.3'/%3e%3c/svg%3e") center no-repeat;display:flex;gap:0px;align-items:center;width:100%;min-height:490px;max-width:498px;border-radius:18px}.modal__footer-caption{font-family:Cabinet Grotesk;font-size:20px;font-weight:500;margin:0;width:auto}.modal__weather{display:flex;flex-direction:column;align-items:left;width:200px}.modal__caption{padding:0;margin:0;font-family:Cabinet Grotesk}.modal__footer{display:flex;flex-direction:row;align-items:center;padding:2px 32px 0;background-color:#fff;width:498px;height:112px;gap:0;box-sizing:border-box;width:100%}.modal__delete{display:flex;flex-direction:column;margin-right:20px;width:auto;height:auto;justify-content:center;align-items:center;box-sizing:border-box}.modal__delete-btn{padding:0;color:#ff4d00;font-family:Cabinet Grotesk;font-weight:500;font-size:20px;line-height:24px;cursor:pointer;width:200px;background-color:#fff;border:none}.footer{display:flex;font-size:16px;font-weight:500;padding:20px 40px;line-height:20px;width:100%;font-family:Cabinet Grotesk;justify-content:space-between;list-style-type:none}.footer__copyright{margin:0;text-align:left}.footer p{display:flex}.footer span{margin-left:auto}@media (max-width: 820px){.footer{padding:20px 16px;margin-top:20px;justify-content:space-between;gap:10px}}@media (max-width: 480px){.footer{padding:15px 10px;gap:8px}}.page{width:100%;min-height:822px;margin:0 auto;padding:0;background-color:#f3f3f3;display:flex;flex-direction:column;overflow-x:hidden}.page__content{max-width:1441px;width:100%;margin:0 auto;padding:0 20px;min-height:100vh;display:flex;flex-direction:column;box-sizing:border-box}@media (max-width: 820px){.page{width:80%;max-width:820px;margin:0 auto;padding:0 20px}.page__content{width:80%}}@media screen and (max-width: 480px){.page{margin:0}.page__content{width:90%}}.sidebar{display:flex;flex-direction:column;align-items:center;width:229px;padding:20px;gap:16px}.sidebar__avatar{width:56px;height:56px;border-radius:50%;object-fit:cover}.sidebar__username{font-family:Cabinet Grotesk;font-size:20px;font-weight:500;margin:0;line-height:25px;text-align:center}.sidebar__profile-action{background:none;border:none;padding:0;font-family:Cabinet Grotesk;font-size:20px;font-weight:700;color:#000;cursor:pointer;transition:opacity .2s ease;margin-bottom:8px;text-align:left}.sidebar__profile-action:hover{opacity:.6}.sidebar__profile-action_logout{margin-bottom:0}.clothes__section{width:100%;display:flex;flex-direction:column}.clothes__section-caption{display:flex;flex-direction:row;font-family:Cabinet Grotesk;font-size:20px;font-weight:500;gap:10px;padding-left:116px;margin-right:20px}.clothes__button{font-family:Cabinet Grotesk;font-size:20px;font-weight:500;border:none;background:none;color:gray;cursor:pointer;margin:0;padding:0}.clothes__button:hover{opacity:.8}.clothes__section-list{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(200px,auto);margin:0;padding-left:116px;padding-right:20px;list-style-type:none;gap:20px;position:relative}@media screen and (max-width: 1200px){.clothes__section-caption{padding-left:40px}.clothes__section-list{padding-left:40px;gap:15px}}@media screen and (max-width: 820px){.clothes__section-caption{padding-left:20px}.clothes__section-list{grid-template-columns:repeat(2,1fr);padding-left:20px;gap:15px}}@media screen and (max-width: 480px){.clothes__section-caption{padding-left:10px;flex-direction:column;gap:10px}.clothes__section-list{grid-template-columns:1fr;padding-left:10px;gap:10px}}.profile{display:flex;flex-direction:row;font-family:Cabinet Grotesk,sans-serif;gap:100px;padding-left:40px;max-width:1200px;margin:47px 0 40px}.profile__sidebar{display:flex;gap:20px;padding-top:20px;max-height:fit-content}.profile__clothes-section{display:flex}.modal{display:flex;position:fixed;inset:0;background-color:#0000004d;align-items:center;visibility:hidden;justify-content:center}.modal__content{font-family:Cabinet Grotesk;position:relative;background-color:#fff;padding:28px 28px 36px;box-sizing:border-box;width:100%;border-radius:20px}.modal__title{font-family:Cabinet Grotesk;margin:0 0 20px;font-size:16px;font-weight:500;line-height:20px}.modal_opened{visibility:visible;opacity:1;transition:visibility 0s linear .3s,opacity .3s ease}.modal__close{width:20px;height:20px;position:absolute;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17.7023%203.70711C18.0929%203.31658%2018.0929%202.68342%2017.7023%202.29289C17.3118%201.90237%2016.6787%201.90237%2016.2881%202.29289L9.99805%208.58298L3.70796%202.29289C3.31744%201.90237%202.68427%201.90237%202.29375%202.29289C1.90322%202.68342%201.90322%203.31658%202.29375%203.70711L8.58383%209.99719L2.29289%2016.2881C1.90237%2016.6787%201.90237%2017.3118%202.29289%2017.7023C2.68342%2018.0929%203.31658%2018.0929%203.70711%2017.7023L9.99805%2011.4114L16.289%2017.7023C16.6795%2018.0929%2017.3127%2018.0929%2017.7032%2017.7023C18.0937%2017.3118%2018.0937%2016.6787%2017.7032%2016.2881L11.4123%209.99719L17.7023%203.70711Z'%20fill='black'%20fill-opacity='0.3'/%3e%3c/svg%3e");background-size:cover;border:none;top:20px;right:20px;list-style-type:none;z-index:1;transition:opacity .3s ease;cursor:pointer}.modal__form{display:flex;flex-direction:column;width:100%}.modal__content_type_image{padding:0}.modal__input{display:block;box-sizing:border-box;border-top:none;border-right:none;border-left:none;width:100%;margin-top:10px}.modal__input:last-of-type{margin-bottom:0}.modal__label{display:block;width:100%;margin-bottom:8px;font-family:Cabinet Grotesk;font-weight:500;font-size:16px;line-height:20px}.modal__radio-button{border:none;flex-direction:column;padding:0;gap:8px;margin-top:24px;margin-bottom:24px}.modal__legend{font-family:Cabinet Grotesk;font-weight:500;font-size:16px;line-height:20px}.modal__radio-input{gap:30px;margin-top:10px}.modal__radio-text{font-family:Cabinet Grotesk}.modal__submit{width:168px;height:40px;border:1px solid #e0e0e0;border-radius:4px;background:#f5f5f5;font-weight:500;color:#333;font-family:Cabinet Grotesk;font-size:16px;cursor:pointer;transition:all .2s ease}.modal__submit:hover{opacity:60%}.modal__label_type_radio{color:#000;margin-bottom:8px;display:block;align-items:center;gap:8px;height:auto}.modal__content{max-width:498px}.modal__content_type_confirm{font-family:Cabinet Grotesk;font-weight:500;font-size:20px;position:relative;flex-direction:column;max-width:670px;max-height:280px;display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:20px}.modal__confirm-caption{padding-top:40px}.modal__confirm-caption-confirmation{font-family:Cabinet Grotesk;font-weight:500;font-size:20px;line-height:24px;margin:0;padding-top:5px}.modal__confirm-button{display:flex;flex-direction:column;align-items:center;color:red;background:transparent;border:none;cursor:pointer;padding-top:40px}.modal__close{background:transparent url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17.7023%203.70711C18.0929%203.31658%2018.0929%202.68342%2017.7023%202.29289C17.3118%201.90237%2016.6787%201.90237%2016.2881%202.29289L9.99805%208.58298L3.70796%202.29289C3.31744%201.90237%202.68427%201.90237%202.29375%202.29289C1.90322%202.68342%201.90322%203.31658%202.29375%203.70711L8.58383%209.99719L2.29289%2016.2881C1.90237%2016.6787%201.90237%2017.3118%202.29289%2017.7023C2.68342%2018.0929%203.31658%2018.0929%203.70711%2017.7023L9.99805%2011.4114L16.289%2017.7023C16.6795%2018.0929%2017.3127%2018.0929%2017.7032%2017.7023C18.0937%2017.3118%2018.0937%2016.6787%2017.7032%2016.2881L11.4123%209.99719L17.7023%203.70711Z'%20fill='black'%20fill-opacity='0.3'/%3e%3c/svg%3e") center no-repeat;width:20px;height:20px;position:absolute;top:16px;right:16px;border:none;cursor:pointer;z-index:1001;margin:0}.modal__cancel-button{column-gap:48px;padding-left:40px;background:transparent;border:none;cursor:pointer;z-index:1001;margin:0;padding-top:40px;padding-bottom:30px}@media screen and (max-width: 820px){.modal__content{width:85%;max-width:450px;margin:60px auto;padding:15px}.modal__content_type_confirm{width:85%;max-height:250px}.modal__confirm-caption{padding-top:30px;font-size:18px}.modal__confirm-caption-confirmation{font-size:18px;line-height:20px;padding-top:0}.modal__confirm-button{padding-top:30px}.modal__cancel-button{padding-top:30px;padding-bottom:20px}}@media screen and (max-width: 480px){.modal__content{width:90%;max-width:320px;margin:30px auto;padding-top:10px}.modal__content_type_confirm{width:90%;max-height:200px}.modal__confirm-caption{font-size:15px;margin-top:20px;padding-top:20px}.modal__confirm-caption-confirmation{font-size:15px;padding-top:0}.modal__confirm-button{padding-top:10px;font-size:15px}.modal__cancel-button{font-size:15px;padding-top:25px;padding-left:20px;padding-bottom:10px}.modal__close{top:15px;right:15px;width:10px;height:10px}}.modal__submit--login{width:86px;height:36px;border:none;border-radius:4px;background:#333;font-weight:500;color:#fff;font-family:Cabinet Grotesk;font-size:16px;cursor:pointer;transition:all .2s ease;margin:0}.modal__submit--login:hover{background:#000}.modal__submit--register{width:86px;height:36px;border:1px solid #e0e0e0;border-radius:4px;background:#f5f5f5;font-weight:500;color:#333;font-family:Cabinet Grotesk;font-size:16px;cursor:pointer;transition:all .2s ease;margin:0}.modal__submit--register:hover{background:#e8e8e8}.modal__auth-link{background:none;border:none;color:#666;font-size:16px;font-family:Cabinet Grotesk,sans-serif;cursor:pointer;padding:0;text-decoration:none;transition:color .2s ease;width:80px;height:40px;display:flex;align-items:center;justify-content:center;line-height:1}.modal__auth-link:hover{color:#000;text-decoration:underline}.modal__label--error{color:red}.input-error{border-color:red;box-shadow:0 0 0 1px red}.modal__auth-switch{display:flex;align-items:center;margin-top:16px;gap:2px;width:100%;flex-direction:row}.modal__submit--save{width:156px;height:36px;border:none;border-radius:4px;background:#333;font-weight:500;color:#fff;font-family:Cabinet Grotesk;font-size:16px;cursor:pointer;transition:all .2s ease;margin:0}.modal__submit--save:hover{background:#000}.modal__submit--save:disabled{background:#ccc;cursor:not-allowed}/*! 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-weight:500;font-display:swap;font-style:normal;src:url(/assets/CabinetGrotesk-Medium-pUr7ULKA.woff2) format("woff2"),url(/assets/CabinetGrotesk-Medium-C7kGvbj6.woff) format("woff"),url(/assets/CabinetGrotesk-Medium-Dj9j7eKb.ttf) format("truetype")}@font-face{font-family:Cabinet Grotesk Medium;font-weight:700;font-display:swap;font-style:normal;src:url(.fonts/CabinetGrotesk-Bold.woff2) format("woff2"),url(/assets/CabinetGrotesk-Bold-BPymWjLi.woff) format("woff"),url(.fonts/CabinetGrotesk-Bold.ttf) format("truetype")}@font-face{font-family:Cabinet Grotesk;font-weight:900;font-display:swap;font-style:normal;src:url(/assets/CabinetGrotesk-Black-CAyc48s7.woff2) format("woff2"),url(.fonts/CabinetGrotesk-Black.woff) format("woff"),url(.fonts/CabinetGrotesk-Black.ttf) format("truetype")}html,body{overflow-x:hidden;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
