*{box-sizing:border-box}body{font-family:Montserrat,sans-serif;margin:0;color:#000}.no-scroll{overflow:hidden}.hidden{display:none}h1,h2,h3,h4,p{margin-top:0;margin-bottom:0}ul{margin-top:0;margin-bottom:0;padding-left:0;list-style:none}img{display:block;height:auto}.link{text-decoration:none;color:#000}.container{padding:0 50px;margin:0 auto;max-width:1340px}@media screen and (min-width:768px){.container{padding:0 100px}}.overlay{height:100vh;width:100%;background-color:#0003;position:fixed;top:0;left:0;z-index:9;opacity:1}.mobile-menu{position:absolute;top:50px;left:0;padding:32px 50px;background-color:#e6e6e6;display:flex;align-items:center;justify-content:space-between;width:100%;transform:translateY(-200px);transition:.25s transform}@media screen and (min-width:480px){.mobile-menu{display:none}}.mobile-menu.open{transform:translateY(0)}.mobile-menu__list{display:flex;flex-direction:column;gap:25px}.mobile-menu__item{font-weight:500;font-size:10px;cursor:pointer;font-family:Montserrat Alternates}.mobile-menu__container{display:flex;flex-direction:column;align-items:center;gap:15px}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;padding:25px;border-radius:25px}@media screen and (min-width:768px){.modal{padding:35px 45px 22px}}@media screen and (min-width:1200px){.modal{padding:28px 80px}}.modal__title{text-align:center;font-weight:500;font-size:20px;font-family:Montserrat Alternates}@media screen and (min-width:1200px){.modal__title{font-size:28px}}.modal__form{margin-top:30px;display:flex;flex-direction:column;align-items:center;gap:25px}@media screen and (min-width:768px){.modal__form{margin-top:17px}}@media screen and (min-width:1200px){.modal__form{margin-top:40px;gap:30px}}.modal__label{font-weight:500;font-size:12px}@media screen and (min-width:1200px){.modal__label{font-weight:14px}}.modal__input{margin-top:15px;padding:12px 20px;border:none;outline:none;color:#ababab;background-color:#e4e4e4;border-radius:10px;font-weight:500;font-size:12px;width:243px}@media screen and (min-width:768px){.modal__input{width:310px}}@media screen and (min-width:1200px){.modal__input{width:440px;font-size:14px}}.modal__btn{padding:10px 30px;font-family:inherit;font-size:12px;border:none;border-radius:10px;color:#000;background-color:#ffb36c}.modal__text{font-weight:500;font-size:8px;margin-top:15px;text-align:center}@media screen and (min-width:1200px){.modal__text{font-size:14px}}.modal__text>a{color:#000}.close-btn{position:absolute;border:none;top:10px;right:13px;font-size:16px;color:#000}@media screen and (min-width:1200px){.close-btn{font-size:20px}}.close-btn:hover{background-color:transparent}.weather-card{padding:15px 15px 20px;background-color:#e8e8e8;border-radius:20px;width:263px;margin:0 auto;box-sizing:content-box}.weather-card__location{display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:12px}.weather-card__time{font-weight:500;font-size:20px;text-align:center;margin-top:25px}.weather-card__forecast{margin-top:11px;display:flex;align-items:center;justify-content:center;gap:21px}.weather-card__forecast-btn{border:none;padding:6px 11.5px;border-radius:5px;font-family:inherit;font-weight:500;font-size:9px;background-color:#ffb36c;color:#000}.weather-card__date{display:flex;gap:12px;align-items:center;justify-content:center;margin-top:12px;font-weight:500;font-size:12px}.weather-card__date :last-child{border-left:1px solid black;padding-left:12px}.weather-card__icon{margin:25px auto}.weather-card__temp{font-weight:500;font-size:24px;text-align:center}.weather-card__interact{display:flex;justify-content:center;margin-top:44px;align-items:center}.weather-card__interact-item:first-child{margin-right:14px}.weather-card__interact-item:nth-child(2){margin-right:32px}.weather-card__interact-item:nth-child(3){margin-right:27px}.weather-card__interact-reload,.weather-card__interact-like,.weather-card__interact-delete{border:none;width:34px;height:34px;background-color:transparent;color:#000}.weather-card__interact-see-more{padding:8px 20px;background-color:#ffb36c;border:none;border-radius:5px;font-family:inherit;font-weight:500;font-size:9px;color:#000}.weather-info__item{padding:15px 74px 30px;background-color:#d9d9d9;border-radius:10px;text-align:center;min-width:207px}.weather-info__value{font-weight:500;font-size:14px;margin-top:8px}.weather-info__icon{margin-top:18px}.temp-container:last-child{margin-top:22px}.header{padding:14px 0;position:relative;z-index:1000;background-color:#fff;box-shadow:0 4px 40px #00000040}.header__container{display:flex;align-items:center;gap:clamp(15px,7vw,111px);justify-content:space-between}.header .container{display:flex;justify-content:space-between}.header__logo{width:34px;height:22px}@media screen and (min-width:480px){.header__logo{width:54px;height:36px}}@media screen and (min-width:1200px){.header__logo{width:82px;height:56px}}.header .nav{display:none}@media screen and (min-width:480px){.header .nav{display:block;min-width:150px}.header .nav-list{display:flex;justify-content:space-between;gap:clamp(10px,2vw,45px)}}@media screen and (min-width:480px)and (min-width:768px){.header .nav-list{gap:clamp(10px,5vw,45px)}}@media screen and (min-width:480px){.header .nav-list__item{font-size:10px;font-weight:500}}@media screen and (min-width:480px)and (min-width:1200px){.header .nav-list__item{font-size:12px}}.header__menu-btn{padding:0;border:none;font-family:Montserrat Alternates;font-size:10px;background-color:transparent;color:#000}@media screen and (min-width:480px){.header__menu-btn{display:none}}.auth__container{display:none}@media screen and (min-width:480px){.auth__container{display:flex;align-items:center;gap:25px}}.auth__btn{padding:8px 16px;border:none;border-radius:10px;background-color:#ffb36c;font-family:Montserrat Alternates;font-size:10px}@media screen and (min-width:480px){.auth__btn{padding:10px 20px}}.auth__img{width:40px;height:40px}@media screen and (min-width:1200px){.auth__img{width:50px;height:50px}}.arrow{position:relative;bottom:2px;left:5px;border:solid black;border-width:0 1px 1px 0;display:inline-block;padding:3px;transform:rotate(45deg);-webkit-transform:rotate(45deg);transition:.25s transform}.arrow--right{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.hero{padding:50px 0 100px;color:#fff;background-image:url(./hero-mobile-D05fKB5Q.jpg);background-size:cover}@media screen and (min-width:480px){.hero{background-image:url(./hero-desk-BQ_q53dU.jpg);background-position:center;padding:40px 0}}@media screen and (min-width:1200px){.hero{padding:100px 0}}.hero__title{font-weight:600;font-size:14px;text-align:center}@media screen and (min-width:480px){.hero__title{font-size:20px}}@media screen and (min-width:1200px){.hero__title{font-size:40px}}.hero__container{display:flex;flex-direction:column;gap:20px;padding-left:25px;border-left:2px solid white;min-width:161px;margin:35px auto 0}@media screen and (min-width:480px){.hero__container{border:none;flex-direction:row;align-items:flex-start;justify-content:center;padding:0;gap:68px}}.hero__text,.hero__date{font-size:10px;font-weight:500}@media screen and (min-width:480px){.hero__text,.hero__date{font-size:14px}}@media screen and (min-width:480px){.hero__text{text-align:right;position:relative;width:172px}.hero__text:after{content:"";position:absolute;right:-34px;top:0;width:2px;height:110px;background-color:#fff}}@media screen and (min-width:480px){.hero__date{text-align:left}}.hero__form{display:flex;justify-content:center;height:15px;gap:2px;width:clamp(174px,45vw,625px);margin:48px auto 0}@media screen and (min-width:480px){.hero__form{margin-top:64px;height:27px}}.hero__input{flex:1;border:none;outline:none;border-top-left-radius:5px;border-bottom-left-radius:5px;background-color:#d9d9d9;color:#878787;font-weight:500;font-size:6px;padding:0 0 0 10px}@media screen and (min-width:480px){.hero__input{font-size:10px;border-top-left-radius:10px;border-bottom-left-radius:10px}}.hero__input::placeholder{color:inherit}.hero__btn{border:none;border-top-right-radius:5px;border-bottom-right-radius:5px;display:flex;justify-content:center;align-items:center;padding:3px 3.6px;background-color:#ffb36c;color:#000}@media screen and (min-width:480px){.hero__btn{font-size:10px;border-top-right-radius:10px;border-bottom-right-radius:10px}}.hero__icon{width:9px;height:9px}@media screen and (min-width:480px){.hero__icon{width:16px;height:16px}}.weather{padding:35px 0}@media screen and (min-width:768px){.weather{padding:50px 0}}@media screen and (min-width:1200px){.weather{padding-top:60px;padding-bottom:80px}}.swiper{overflow-y:visible!important}.swiper-button-prev,.swiper-button-next{width:25px!important;color:#ffb36c!important;top:200px!important}@media screen and (min-width:768px){.swiper-button-prev,.swiper-button-next{width:20px!important}}.swiper-button-prev svg,.swiper-button-next svg{width:8px!important}@media screen and (min-width:768px){.swiper-button-prev svg,.swiper-button-next svg{width:13px!important}}.weather-info{padding-bottom:50px}.weather-info__list{display:flex;flex-wrap:wrap;justify-content:space-between;gap:21px;padding:35px 43px;background-color:#e8e8e8;border-radius:15px;max-width:1140px;margin:0 auto}.weather-info__item{flex:1 1 100%;max-width:100%;min-height:160px;border-radius:12px;background:#d9d9d9;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}@media screen and (min-width:625px){.weather-info__item{flex:1 1 calc(50% - 20px);max-width:calc(50% - 20px);min-height:200px}}@media screen and (min-width:900px){.weather-info__item{flex:1 1 calc(33.333% - 20px);max-width:calc(33.333% - 20px);min-height:217px}}@media screen and (min-width:1200px){.weather-info__item{min-height:217px;flex:1 1 calc(33.333% - 20px);max-width:290px}}.weather-info__text{font-weight:500;font-size:10px}@media screen and (min-width:625px){.weather-info__text{font-size:12px}}@media screen and (min-width:1200px){.weather-info__text{font-size:16px}}.weather-info__value{font-weight:500;font-size:14px}@media screen and (min-width:625px){.weather-info__value{font-size:16px}}@media screen and (min-width:1200px){.weather-info__value{font-size:32px}}@media screen and (min-width:768px){.active-slide>.weather-card{box-shadow:0 0 6px 3px #ffb36c inset!important}}.hourly-forecast{padding-bottom:50px;margin:0 auto;max-width:1750px}.hourly-forecast__title{font-weight:600;font-size:10px;padding-left:25px}.recharts-text{font-weight:500!important;font-size:10px!important}.week-forecast{padding-bottom:50px}.week-forecast__info-container{padding:18px 25px 38px;background-color:#e8e8e8;border-radius:15px}@media screen and (min-width:768px){.week-forecast__info-container{padding:20px 35px 35px}}@media screen and (min-width:1200px){.week-forecast__info-container{padding:26px 77px 42px}}.week-forecast__title{font-weight:600;font-size:10px}@media screen and (min-width:768px){.week-forecast__title{font-size:12px}}@media screen and (min-width:1200px){.week-forecast__title{font-size:16px}}.week-forecast__list{display:flex;flex-wrap:wrap;margin-top:25px;column-gap:43px;row-gap:35px}@media screen and (min-width:768px){.week-forecast__list{flex-direction:column;gap:17px}}.week-forecast__item{padding:10px 18px 22px;font-weight:500;font-size:10px;background-color:#d9d9d9;border-radius:10px;flex-basis:calc((100% - 43px)/2);text-align:center;display:flex;flex-direction:column;align-items:center;max-width:986px}@media screen and (min-width:768px){.week-forecast__item{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:11px 15px;text-align:left}}.week-forecast__date,.week-forecast__temp{font-size:10px;font-weight:500}@media screen and (min-width:768px){.week-forecast__date,.week-forecast__temp{font-size:14px}}@media screen and (min-width:1200px){.week-forecast__date,.week-forecast__temp{font-size:16px}}.week-forecast__container{margin-top:20px}@media screen and (min-width:768px){.week-forecast__container{margin:0;display:flex;align-items:center;justify-content:center;gap:14px}}.week-forecast__icon{width:30px;height:30px}@media screen and (min-width:768px){.week-forecast__icon{width:35px;height:35px}}@media screen and (min-width:120px){.week-forecast__icon{width:45px;height:45px}}.week-forecast__description{margin-top:15px;font-size:10px;font-weight:500}@media screen and (min-width:768px){.week-forecast__description{margin:0;font-size:14px;justify-self:end;text-align:right}}@media screen and (min-width:1200px){.week-forecast__description{font-size:16px}}.pets{padding-bottom:80px;display:none}@media screen and (min-width:1200px){.pets{display:block}}.pets__title{font-weight:500;font-size:20px}.pets__list{margin-top:40px;display:flex;flex-wrap:wrap;gap:20px}.pets__item{width:270px}.pets__img{width:100%;height:208px;border-radius:10px}.pets__description{font-weight:500;font-size:16px;margin-top:20px}.pets__btn{margin-top:20px;padding:10px 30px;border:none;border-radius:10px;background-color:#ffb36c;font-family:Montserrat Alternates;font-size:16px}.nature{padding-bottom:48px;display:none}@media screen and (min-width:1200px){.nature{display:block}}.nature__title{font-weight:500;font-size:20px}.nature__wrapper{width:100%;display:flex;justify-content:center;margin-top:40px}.nature__swiper{width:100%;max-width:1100px}.nature__slide{width:384px!important;height:211px!important;border-radius:15px;overflow:hidden!important;display:flex!important;align-items:center;justify-content:center}.nature__img{width:100%;height:100%;object-fit:cover;display:block}.footer{background-color:#ffb36c;padding:30px 0}@media screen and (min-width:768px){.footer{padding:35px 0}}@media screen and (min-width:1200px){.footer{padding:40px 0 65px}}.footer__wrapper{display:flex;align-items:start;position:relative;justify-content:center}@media screen and (min-width:768px){.footer__wrapper{gap:100px;justify-content:start}}.footer__logo{width:50px;height:34.48px}@media screen and (min-width:768px){.footer__logo{width:58px;height:40px}}@media screen and (min-width:1200px){.footer__logo{width:90px;height:62px}}.footer__icon{filter:brightness(0) invert(1)}.footer__wrap{display:flex;flex-direction:column;align-items:center;gap:25px}@media screen and (min-width:768px){.footer__wrap{flex-direction:row;align-items:start;margin:0;gap:100px}}@media screen and (min-width:1200px){.footer__wrap{gap:103px}}.footer__wrap>div{display:flex;flex-direction:column;align-items:center;gap:15px}@media screen and (min-width:768px){.footer__wrap>div{align-items:flex-start}}.footer__wrap>div:first-child{align-items:flex-start;justify-content:center}.footer__title{color:#000;font-weight:500;font-size:12px;font-family:Montserrat Alternates}@media screen and (min-width:768px){.footer__title{font-size:14px}}@media screen and (min-width:1200px){.footer__title{font-size:16px}}.footer__link{color:#000;font-weight:500;font-size:8px;font-family:Montserrat Alternates;display:flex;width:62px;text-decoration:none}@media screen and (min-width:768px){.footer__link{font-size:10px;width:77px}}@media screen and (min-width:1200px){.footer__link{font-size:12px;width:92px}}.footer__list{display:flex;gap:20px}.footer__list a{width:35px;display:flex}@media screen and (min-width:1200px){.footer__list a{width:40px}}: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-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.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)}}: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)}
