.page{font-family:Cabinet Grotesk Bold,Arial,Helvetica,sans-serif;font-size:20px;font-weight:700;line-height:1;color:#000;background-color:#f3f3f3;min-height:100vh}.page__content{max-width:1360px;margin:0 auto;padding:0 40px;display:flex;flex-direction:column;min-height:100vh}@media screen and (max-width: 755px){.page__content{padding:0 16px}}.header{height:40px;padding-top:32px;margin-bottom:28px}.header__container{display:flex;justify-content:space-between;align-items:center}.header__container_logo-date{display:flex;gap:24px;align-items:center}.header__logo{height:40px;width:89px}.header__date-location{margin:0;font-size:20px}.header__container_profile-details{display:flex;align-items:center}.header__button{border:none;font-weight:700;font-size:20px;background:none;padding:0 20px 0 0;margin:0;transition:opacity .2s ease-in-out}.header__button:hover{cursor:pointer;opacity:70%}.header__name{margin:0;padding:0 12px 0 0;line-height:100%;text-align:center}.header__avatar{width:40px;height:40px;border:1px solid rgba(0,0,0,.5);border-radius:50%}.header__container_profile-details_mobile,.header__container_profile-details_mobile-button{display:none}@media screen and (max-width: 755px){.header{height:100px;padding-top:18px;margin-bottom:16px}.header__container_logo-date{display:flex;flex-direction:column;align-items:flex-start}.header__container_profile-details_desktop{display:none}.header__container_profile-details_mobile-modal{position:fixed;top:0;left:0;width:343px;background-color:#fff;margin:18px 16px 0;box-sizing:border-box;z-index:1000;display:flex;flex-direction:column-reverse;border-radius:12px}.header__container_profile-details_mobile-button{display:flex;background-image:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_209_68)'%3e%3crect%20x='8'%20y='6'%20width='44'%20height='44'%20rx='10'%20fill='white'/%3e%3c/g%3e%3crect%20x='16'%20y='22'%20width='28'%20height='2'%20rx='1'%20fill='black'/%3e%3crect%20x='16'%20y='32'%20width='28'%20height='2'%20rx='1'%20fill='black'/%3e%3cdefs%3e%3cfilter%20id='filter0_d_209_68'%20x='0'%20y='0'%20width='60'%20height='60'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='2'/%3e%3cfeGaussianBlur%20stdDeviation='4'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_209_68'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_209_68'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");height:44px;width:44px;border:none;background-size:100%;background-color:transparent;padding:0;align-self:flex-start}.profile-modal__close-button{background-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1.41418'%20width='28'%20height='2'%20rx='1'%20transform='rotate(45%201.41418%200)'%20fill='black'/%3e%3crect%20y='20.0002'%20width='28'%20height='2'%20rx='1'%20transform='rotate(-45%200%2020.0002)'%20fill='black'/%3e%3c/svg%3e");background-color:transparent;height:20px;width:20px;border:none;position:absolute;top:5%;right:5%;padding:0;transition:opacity .3s ease-in-out}.profile-modal__close-button:hover{cursor:pointer;opacity:70%}.header__details-mobile{display:flex;padding:60px 0 0}.header__name{align-self:center}.header__button{padding:24px 0 60px}}.main{flex-grow:1}.cards__text{margin:0 0 40px}@media screen and (max-width: 755px){.cards__text{margin:0 0 20px}}.weather-card{position:relative;display:flex;height:80px;margin-bottom:40px}.weather-card__temp{font-size:36px;line-height:40px;color:#fff;position:absolute;top:20px;left:16px;margin:0}.weather-card__image{object-fit:cover;object-position:right top;width:100%;border-radius:12px}@media screen and (max-width: 755px){.weather-card{margin-bottom:32px}}.cards__list{display:grid;grid-template-columns:repeat(auto-fit,325px);margin:0;padding:0;gap:20px}.item-card{position:relative;list-style-type:none}.item-card__title{position:absolute;display:flex;left:50%;top:15px;transform:translate(-50%);color:#0009;background-color:#fff;font-size:16px;text-align:center;align-items:center;height:24px;border-radius:4px;margin:0;padding:2px 12px}.item-card__image{border:1px solid rgba(0,0,0,.3);border-radius:20px;transition:box-shadow .2s ease-in-out;max-width:325px}.item-card__image:hover{cursor:pointer;box-shadow:4px 4px 4px #00000080}@media screen and (max-width: 755px){.cards__list{grid-template-columns:repeat(auto-fit,164px);gap:15px}.item-card__image,.item-card{max-width:164px;height:164px}.item-card__title{top:7px}}.footer{display:flex;justify-content:space-between;margin:30px}.footer__copyright,.footer__year{font-size:16px;font-weight:500;font-family:Cabinet Grotesk Medium;margin:0}.modal{visibility:hidden;position:fixed;background-color:#0000004d;top:0;bottom:0;right:0;left:0;display:flex;justify-content:center;align-items:center;opacity:0;transition:visibility .5s ease-in-out,opacity .5s ease-in-out}.modal__is-opened{visibility:visible;opacity:1;transition-delay:0s}.form-modal__container{background-color:#fff;height:372px;max-width:440px;width:100%;border-radius:20px;display:flex;flex-direction:column;position:relative;padding:28px 28px 36px}.form-modal__close-button{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");height:20px;width:20px;border:none;position:absolute;top:5%;right:5%;padding:0;transition:opacity .3s ease-in-out}.form-modal__close-button:hover{cursor:pointer;opacity:70%}.form-modal__title{font-family:Cabinet Grotesk Bold,Arial,Helvetica,sans-serif;font-size:16px;font-weight:700;line-height:1;color:#000;margin:0 0 24px}.form-modal__button{font-family:Cabinet Grotesk Bold,Arial,Helvetica,sans-serif;font-size:16px;font-weight:700;line-height:1;color:#fff;border:none;border-radius:4px;height:36px;padding:0;width:124px;transition:background-color .3s ease-in-out;margin-top:32px}.form-modal__button:enabled{background-color:#000}.form-modal__button:disabled{background-color:#0000004d}.form-modal__button:hover{background-color:#0009;cursor:pointer}.form__fieldset{border:none;max-width:440px;height:52px;padding:0;margin:0 0 24px;display:flex;flex-direction:column}.form__label{font-family:Cabinet Grotesk Bold,Arial,Helvetica,sans-serif;font-size:16px;font-weight:700;margin-bottom:8px}.form__input{font-family:Cabinet Grotesk Bold,Arial,Helvetica,sans-serif;font-size:16px;font-weight:700;line-height:1;padding-left:8px;margin:0;width:100%;border:none;border-bottom:1px solid black}.form__input::placeholder{color:#00000080}.form__legend{font-size:16px;margin-bottom:12px}.form__fieldset_radio{height:108px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;margin-bottom:0}.form__label-radio{color:#00000080;margin:0;display:flex;gap:11px}.form__input_radio:checked+.form__label-text{color:#000}.form__input_type_error{border-bottom-color:red}.form__label_type_error,.form__legend_type_error{color:red}.form__input-error{color:red;font-size:16px}@media screen and (max-width: 755px){.form-modal__container{max-width:319px;height:391px;width:100%;position:fixed;bottom:0;border-radius:20px 20px 0 0}.form-modal__close-button{background-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1.41418'%20width='28'%20height='2'%20rx='1'%20transform='rotate(45%201.41418%200)'%20fill='black'/%3e%3crect%20y='20.0002'%20width='28'%20height='2'%20rx='1'%20transform='rotate(-45%200%2020.0002)'%20fill='black'/%3e%3c/svg%3e");background-color:transparent;top:3%;right:5%;background-size:contain}.form-modal__title{font-size:20px}.form-modal__button{width:343px}}.item-modal{visibility:hidden;position:fixed;background-color:#0000004d;top:0;bottom:0;right:0;left:0;display:flex;justify-content:center;align-items:center;opacity:0;transition:visibility .5s ease-in-out,opacity .5s ease-in-out}.item-modal__is-opened{visibility:visible;opacity:1;transition-delay:0s}.item-modal__container{background-color:#fff;height:610px;max-width:498px;width:100%;border-radius:20px;display:flex;flex-direction:column;position:relative;overflow:hidden}.item-modal__close-button{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%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='white'/%3e%3c/svg%3e");background-color:transparent;height:20px;width:20px;border:none;position:absolute;top:5%;right:5%;padding:0;transition:opacity .3s ease-in-out}.item-modal__close-button:hover{cursor:pointer;opacity:70%}.item-modal__image{width:100%;height:498px}.item-modal__content{background-color:#fff;padding-left:32px}.item-modal__title{font-size:20px;line-height:24px;margin:20px 0 12px}.item-modal__weather{font-size:20px;line-height:24px;margin:0 0 32px}@media screen and (max-width: 755px){.item-modal__container{max-width:343px;height:463px}.item-modal__close-button{background-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1.41418'%20width='28'%20height='2'%20rx='1'%20transform='rotate(45%201.41418%200)'%20fill='black'/%3e%3crect%20y='20.0002'%20width='28'%20height='2'%20rx='1'%20transform='rotate(-45%200%2020.0002)'%20fill='black'/%3e%3c/svg%3e");top:3%;right:5%;background-size:contain}}/*! 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 Medium;src:url(/se_project_react/assets/CabinetGrotesk-Medium-B0QoDuRO.woff) format("woff");font-style:normal;font-weight:400}@font-face{font-family:Cabinet Grotesk Bold;src:url(/se_project_react/assets/CabinetGrotesk-Bold-CLAvwUWO.woff) format("woff");font-style:bold;font-weight:700}
