@charset "UTF-8";:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}html{scroll-behavior:smooth}*{padding:0;margin:0;list-style:none;text-decoration:none;font-style:normal;color:#000;box-sizing:border-box}body{font-family:Montserrat;display:flex;flex-direction:column;min-height:100vh}img{display:block;max-width:100%;height:auto}main{flex-grow:1}button,a{cursor:pointer}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.no-scroll{overflow:hidden}.container{padding:0 10px;margin:0 auto;min-width:200px}@media screen and (min-width:480px){.container{padding:0 15px;min-width:430px}}@media screen and (min-width:768px){.container{min-width:718px}}@media screen and (min-width:960px){.container{min-width:910px}}@media screen and (min-width:1340px){.container{width:1280px}}.input{background-color:#d9d9d9;border:none;outline:none;border-radius:10px;color:#878787}.input::placeholder{font-size:14px;color:#878787}.button{border:none;border-radius:10px;background-color:#ffb36c;transition:background .2s ease-in-out}.button:hover,.button:focus{background-color:#e09b5a}.scroll-to-top__btn{position:fixed;font-size:16px;bottom:20px;right:20px;width:35px;height:35px;border-radius:50%;box-shadow:0 4px 10px #0000004d;transition:background .2s ease-in-out,transform .2s ease-in-out;z-index:100;animation:fadeIn .3s ease-in-out}.scroll-to-top__btn:hover,.scroll-to-top__btn:focus{transform:scale(1.1)}@media screen and (min-width:768px){.scroll-to-top__btn{font-size:20px;bottom:30px;right:30px;width:40px;height:40px}}@media screen and (min-width:1340px){.scroll-to-top__btn{font-size:24px;bottom:40px;right:40px;width:50px;height:50px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.title{font-size:16px;font-weight:500;margin-bottom:20px}@media screen and (min-width:768px){.title{margin-bottom:30px}}@media screen and (min-width:1340px){.title{font-size:20px;margin-bottom:40px}}header{padding:14px 0;font-family:Montserrat Alternates;z-index:3;position:relative;background-color:#fff;box-shadow:0 4px 40px #00000040}@media screen and (min-width:768px){header{padding:17px 0}}@media screen and (min-width:1340px){header{padding:12px 0}}.header__container{display:flex;align-items:center}.logo{max-width:45px;max-height:32px}@media screen and (min-width:768px){.logo{max-width:54px;max-height:36px}}@media screen and (min-width:1340px){.logo{max-width:82px;max-height:56px}}.header__nav{display:none}@media screen and (min-width:768px){.header__nav{display:block;margin-left:10%}}.header-nav__list{display:flex;gap:45px}.header-nav__link{font-size:10px;font-weight:500;transition:color .2s ease-in-out}.header-nav__link:hover,.header-nav__link:focus{color:#ffb36c}@media screen and (min-width:768px){.header-nav__link{font-size:12px}}.header__btn{display:none;font-size:10px;padding:8px 16px;font-weight:500;margin-left:auto}@media screen and (min-width:768px){.header__btn{display:block}}@media screen and (min-width:1340px){.header__btn{font-size:12px;padding:10px 20px}}.header-user__svg{display:none;max-width:40px;max-height:40px;margin-left:25px}@media screen and (min-width:768px){.header-user__svg{display:block}}@media screen and (min-width:1340px){.header-user__svg{max-width:50px;max-height:50px;margin-left:30px}}.mobile__backdrop{z-index:1;position:fixed;inset:0}.header-mobile__btn{font-family:Montserrat Alternates;border:none;background:transparent;margin-left:auto;font-weight:500;font-size:12px}@media screen and (min-width:768px){.header-mobile__btn{display:none}}.header-mobile__box{z-index:2;position:fixed;background-color:#e6e6e6;width:100vw;padding:30px 50px;display:flex;align-items:center;justify-content:space-between;transform:translateY(0);transition:transform .2s ease-in-out}.header-mobile__box.hidden{transform:translateY(-200%)}@media screen and (min-width:768px){.header-mobile__box{transform:translateY(-200%)}}.header-mobile-nav__list{display:flex;flex-direction:column;gap:25px}.header-mobile-right__box{display:flex;flex-direction:column;align-items:center;gap:15px}.header-mobile-right__box .header-user__svg{display:block;margin:0}.header-mobile-right__box .header__btn{display:block}.hero{padding:50px 0 100px;background-image:url(/react-project-forecast/assets/hero__bg-DDPtdLHu.png);background-repeat:no-repeat;background-size:cover}@media screen and (min-width:768px){.hero{padding:40px 0}}@media screen and (min-width:1340px){.hero{padding:100px 0}}.hero__title{font-size:16px;font-weight:600;color:#fff;text-align:center;margin-bottom:35px}@media screen and (min-width:768px){.hero__title{font-size:20px;margin-bottom:40px}}@media screen and (min-width:1340px){.hero__title{font-size:40px;margin-bottom:80px}}.hero__box{display:flex;justify-content:center;flex-direction:column;align-items:center}@media screen and (min-width:768px){.hero__box{flex-direction:row;align-items:unset}}.hero__subtitle{font-size:12px;font-weight:500;color:#fff}.hero__subtitle .hero-subtitle__sup{color:#fff}.hero__subtitle:first-child{padding-bottom:20px}.hero__subtitle{width:50%;border-left:2px solid #fff;padding-left:25px}@media screen and (min-width:768px){.hero__subtitle{font-size:14px;padding-bottom:50px;width:30%}.hero__subtitle:first-child{text-align:end;padding-right:52px;border-right:1px solid #fff;border-left:none}.hero__subtitle:last-child{padding-left:52px;border-left:1px solid #fff}}@media screen and (min-width:1340px){.hero__subtitle{font-size:24px}}.hero-search__box{position:relative;margin:0 auto;width:75%}@media screen and (min-width:768px){.hero-search__box{width:45%}}.hero-search__form{margin-top:50px;display:flex;align-items:center;justify-content:center;width:100%}@media screen and (min-width:768px){.hero-search__form{margin-top:65px}}@media screen and (min-width:1340px){.hero-search__form{margin-top:80px}}.hero-search__input{flex-grow:1;padding:6px 10px;outline:none;border-radius:10px 0 0 10px}.hero-search__input::placeholder{font-size:11px}.hero-search__input.suggested{border-bottom-left-radius:0}@media screen and (min-width:768px){.hero-search__input{padding:8px 20px}.hero-search__input::placeholder{font-size:12px}}@media screen and (min-width:1340px){.hero-search__input{padding:12px 30px}.hero-search__input::placeholder{font-size:14px}}.hero-search__btn{border-left:2px solid #000;border-radius:0 10px 10px 0;padding:3px 4px;height:-webkit-fill-available;display:flex;align-items:center}.hero-search__btn.suggested{border-bottom-right-radius:0}@media screen and (min-width:768px){.hero-search__btn{padding:5px 6px}}@media screen and (min-width:1340px){.hero-search__btn{padding:7px 10px}}.hero-search__svg{max-width:15px;max-height:15px}@media screen and (min-width:768px){.hero-search__svg{max-width:20px;max-height:20px}}@media screen and (min-width:1340px){.hero-search__svg{max-width:25px;max-height:25px}}.hero-search__dropdown{overflow:hidden;position:absolute;top:100%;left:0;width:100%;border-radius:0 0 10px 10px;border-top:1px solid #878787;background:linear-gradient(180deg,#d9d9d9,#bdbdbd,#919191);z-index:1}@media screen and (min-width:768px){.hero-search__dropdown{border-radius:0 0 20px 20px}}.hero-search-error__text{text-align:center;margin:10px 0;font-size:10px}@media screen and (min-width:768px){.hero-search-error__text{font-size:12px}}@media screen and (min-width:1340px){.hero-search-error__text{font-size:14px}}.hero-suggestions__item{display:flex;align-items:center;justify-content:space-between;padding:5px 10px;cursor:pointer;transition:background .2s}.hero-suggestions__item:hover{background-color:#0000000d}.hero-suggestions__item:hover .hero-suggestions__btn{opacity:1}@media screen and (min-width:768px){.hero-suggestions__item{padding:10px 10px 20px 20px}}@media screen and (min-width:1340px){.hero-suggestions__item{padding:10px 10px 20px 30px}}.hero-city__name{font-size:11px}@media screen and (min-width:768px){.hero-city__name{font-size:14px}}@media screen and (min-width:1340px){.hero-city__name{font-size:16px}}.hero-suggestions__btn{cursor:pointer;opacity:.6;display:flex;align-items:center;padding:2px;border-radius:5px}.hero-suggestions__btn .hero-suggestions__svg{width:15px;height:15px}@media screen and (min-width:768px){.hero-suggestions__btn .hero-suggestions__svg{width:18px;height:18px}}@media screen and (min-width:768px){.hero-suggestions__btn{padding:5px;border-radius:10px}}.modal__backdrop{position:fixed;z-index:10;inset:0;display:flex;align-items:center;justify-content:center;background-color:#00000080;opacity:1}.modal__backdrop.hidden{opacity:0;pointer-events:none}.modal__body{min-width:60%;position:relative;border-radius:25px;background-color:#fff;padding:25px}@media screen and (min-width:768px){.modal__body{min-width:40%;padding:30px 45px}}@media screen and (min-width:1340px){.modal__body{min-width:30%;padding:30px 80px}}.modal__title{font-size:20px;margin-bottom:30px;font-weight:500;text-align:center}@media screen and (min-width:768px){.modal__title{margin-bottom:20px}}@media screen and (min-width:1340px){.modal__title{font-size:28px;margin-bottom:40px}}.modal-close__btn{display:flex;padding:5px 10px;border:none;background-color:transparent;position:absolute;font-size:16px;top:3%;right:3%;border-radius:50%;transition:background .2s ease-in-out}.modal-close__btn:hover,.modal-close__btn:focus{background-color:#e8e8e8}.modal__form,.modal-form__label{display:flex;flex-direction:column;gap:25px}@media screen and (min-width:1340px){.modal__form,.modal-form__label{gap:30px}}.modal-form__label{gap:15px}.modal-form__text{font-size:12px;font-weight:500}@media screen and (min-width:1340px){.modal-form__text{font-size:14px}}.modal-form__input{padding:12px 20px;border:1px solid #d9d9d9}@media screen and (min-width:1340px){.modal-form__input{padding:18px 20px}}.modal-form__input::placeholder{font-size:12px;transition:color .2s ease-in-out}@media screen and (min-width:1340px){.modal-form__input::placeholder{font-size:14px}}.modal-form__input{transition:border-color .2s ease-in-out}.modal-form__input.input--error{border-color:#ff4c4c}.modal-form__input.input--error::placeholder{color:#ff4c4c}.modal-form__btn{font-size:12px;padding:10px 30px;display:block;margin:30px auto 15px}@media screen and (min-width:768px){.modal-form__btn{margin:25px auto 15px}}@media screen and (min-width:1340px){.modal-form__btn{font-size:14px;padding:10px 30px;margin:35px auto 15px}}.modal__text{font-size:8px;font-weight:500;text-align:center}@media screen and (min-width:1340px){.modal__text{font-size:10px}}.modal__link{text-decoration:underline;transition:color .2s ease-in-out}.modal__link:hover,.modal__link:focus{color:#ffb36c}.weather-cards{padding:35px 0}@media screen and (min-width:768px){.weather-cards{padding:50px 0}}@media screen and (min-width:1340px){.weather-cards{padding:60px 0 40px}}.weather-cards__list{display:flex;justify-content:space-between;flex-direction:column;gap:35px}@media screen and (min-width:768px){.weather-cards__list{flex-direction:row;gap:10px}}.weather-cards__item{padding:15px 15px 20px;background-color:#e8e8e8;border-radius:20px}@media screen and (min-width:768px){.weather-cards__item{padding:15px 15px 20px}}@media screen and (min-width:1340px){.weather-cards__item{width:25%;padding:15px 20px 20px}}.cards-header__box{display:flex;justify-content:space-between;padding:0 5px}.cards__text{font-size:12px;font-weight:500}@media screen and (min-width:1340px){.cards__text{font-size:14px}}.cards-body__box{display:flex;flex-direction:column;align-items:center}.cards__time{font-size:20px;margin:25px 0 10px}@media screen and (min-width:768px){.cards__time{font-size:24px;margin:10px 0}}@media screen and (min-width:1340px){.cards__time{font-size:24px;margin:15px 0 10px}}.cards-hourly-forecast__btn{font-size:10px;font-weight:500;padding:7px 14px}@media screen and (min-width:1340px){.cards-hourly-forecast__btn{padding:8px 18px}}.cards-time__box{display:flex;margin:12px 0 25px}.cards-time__box :first-child{padding-right:13px;border-right:1px solid #000}.cards-time__box :last-child{padding-left:13px;border-left:1 px solid #000}@media screen and (min-width:1340px){.cards-time__box{margin:15px 0 20px}}.cards-weather__img{max-width:100px;max-height:100px;transform:scale(1.5);margin:-20px 0;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}@media screen and (min-width:768px){.cards-weather__img{max-width:90px;max-height:90px}}@media screen and (min-width:1340px){.cards-weather__img{max-width:150px;max-height:150px}}.cards__temperature{font-size:24px;margin:25px 0 40px}@media screen and (min-width:768px){.cards__temperature{margin:25px 0 35px}}@media screen and (min-width:1340px){.cards__temperature{font-size:32px;margin:15px 0 40px}}.cards-footer__box{display:flex;gap:15px}.cards-svg__btn{display:flex;padding:5px;border:none;background-color:transparent;border-radius:50%;transition:background .2s ease-in-out}.cards-svg__btn:hover,.cards-svg__btn:focus{background-color:#ffb36c}.cards-svg__btn .cards__svg{max-width:25px;max-height:25px}.cards__btn{font-size:10px;font-weight:500;padding:8px 20px;margin:0 auto}@media screen and (min-width:768px){.cards__btn{padding:6px 20px}}@media screen and (min-width:1340px){.cards__btn{padding:8px 25px}}.news{padding:20px 0}@media screen and (min-width:768px){.news{padding:30px 0}}@media screen and (min-width:1340px){.news{padding:40px 0}}.news__list{display:grid;grid-template-columns:1fr;grid-column-gap:20px;grid-row-gap:20px}@media screen and (min-width:768px){.news__list{grid-template-columns:repeat(2,1fr);grid-row-gap:40px}}@media screen and (min-width:1340px){.news__list{grid-template-columns:repeat(4,1fr)}}.news__img{margin-bottom:10px;border-radius:10px}@media screen and (min-width:768px){.news__img{margin-bottom:20px}}.news__text{font-size:12px;font-weight:500}@media screen and (min-width:768px){.news__text{font-size:14px}}@media screen and (min-width:1340px){.news__text{font-size:16px}}.news__btn{margin:20px auto 0;display:block;font-size:12px;font-weight:500;padding:10px 30px}@media screen and (min-width:768px){.news__btn{font-size:14px;margin:30px auto 0}}@media screen and (min-width:1340px){.news__btn{font-size:16px;margin:40px auto 0}}.gallery{padding:40px 0 55px;overflow-x:hidden}.gallery-swiper{width:75%;height:280px;margin:0 auto}@media screen and (min-width:768px){.gallery-swiper{height:380px}}@media screen and (min-width:1340px){.gallery-swiper{width:50%}}.swiper-slide{border-radius:10px;overflow:hidden}.gallery__img{width:100%;height:100%;object-fit:cover}footer{font-family:Montserrat Alternates;padding:30px 0;background-color:#ffb36c}@media screen and (min-width:768px){footer{padding:35px 0}}@media screen and (min-width:1340px){footer{padding:35px 0 65px}}.footer__container{display:flex;gap:25%;flex-wrap:wrap;justify-content:center;align-items:center}@media screen and (min-width:768px){.footer__container{gap:10%;flex-wrap:nowrap;justify-content:start;align-items:start}}.footer__title{font-size:12px;font-weight:500;margin-bottom:15px;-webkit-user-select:none;user-select:none}.footer__title.footer-contact__title{text-align:center;margin-top:25px}@media screen and (min-width:768px){.footer__title.footer-contact__title{text-align:start;margin-top:0}}@media screen and (min-width:768px){.footer__title{font-size:14px}}@media screen and (min-width:1340px){.footer__title{font-size:18px;margin-bottom:10px}}.footer__address{font-size:8px;font-weight:500}@media screen and (min-width:768px){.footer__address{font-size:10px}}@media screen and (min-width:1340px){.footer__address{font-size:14px}}.footer-contact__list{display:flex;gap:20px}.footer-contact__svg{width:35px;height:35px}@media screen and (min-width:768px){.footer-contact__svg{width:40px;height:40px}}.weather-stats{padding:20px 5%;background-color:#e8e8e8;border-radius:20px}@media screen and (min-width:768px){.weather-stats{padding:30px 5%}}@media screen and (min-width:1340px){.weather-stats{padding:40px 5%}}.stats__list{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:5%;grid-row-gap:20px}@media screen and (min-width:768px){.stats__list{grid-template-columns:repeat(3,1fr);grid-row-gap:30px}}@media screen and (min-width:1340px){.stats__list{grid-row-gap:40px}}.stats__item{display:flex;flex-direction:column;align-items:center;padding:20px 0;border-radius:10px;background-color:#d9d9d9;transition:transform .2s ease-in-out}.stats__item:hover{transform:translateY(-5px)}.stats__label{font-size:12px;font-weight:500}@media screen and (min-width:768px){.stats__label{font-size:16px}}.stats__value{font-size:20px;font-weight:500;margin:10px 0}@media screen and (min-width:768px){.stats__value{font-size:28px;margin:10px 0 20px}}@media screen and (min-width:1340px){.stats__value{font-size:32px}}.stats__icon{font-size:65px;display:flex}@media screen and (min-width:768px){.stats__icon{font-size:85px}}.weather-chart{padding:20px 0 40px;background-color:#e8e8e8;border-radius:20px;margin:40px 0;max-height:350px}@media screen and (min-width:768px){.weather-chart{max-height:450px;margin:60px 0;padding:25px 0 40px}}@media screen and (min-width:1340px){.weather-chart{max-height:550px;margin:80px 0}}.chart__title{font-size:10px;margin-left:10%;font-weight:600}@media screen and (min-width:768px){.chart__title{font-size:12px;margin-left:5%;margin-bottom:20px}}@media screen and (min-width:1340px){.chart__title{font-size:16px}}.weekly-forecast{padding:20px 25px 35px;margin-bottom:10px;border-radius:20px;background-color:#e8e8e8}@media screen and (min-width:768px){.weekly-forecast{padding:20px 35px 35px;margin-bottom:30px}}@media screen and (min-width:1340px){.weekly-forecast{padding:25px 5% 40px;margin-bottom:40px}}.weekly__title{font-size:10px;font-weight:600;margin-bottom:25px}@media screen and (min-width:768px){.weekly__title{font-size:12px;margin-bottom:20px}}@media screen and (min-width:1340px){.weekly__title{font-size:16px}}.weekly__list{display:flex;flex-direction:column;gap:10px}@media screen and (min-width:768px){.weekly__list{gap:15px}}@media screen and (min-width:1340px){.weekly__list{gap:10px}}.weekly__item{display:flex;justify-content:space-between;padding:0 5%;align-items:center;background-color:#d9d9d9;border-radius:10px;transition:transform .2s ease-in-out}.weekly__item:hover{transform:translateY(-5px)}.weekly__day,.weekly__desc{font-size:12px;font-weight:500;width:20%}@media screen and (min-width:768px){.weekly__day,.weekly__desc{font-size:14px}}@media screen and (min-width:1340px){.weekly__day,.weekly__desc{font-size:16px}}.weekly__desc{text-align:right}.weekly-item__box{display:flex;gap:5px;align-items:center}@media screen and (min-width:768px){.weekly-item__box{gap:10px}}.weekly__icon{max-width:30px;max-height:30px}@media screen and (min-width:768px){.weekly__icon{max-width:45px;max-height:45px}}.details-loading__text{text-align:center}
