@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*{box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,button,input,nav{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer}*{line-height:1.426}html{font-size:62.5%}body{font-family:Montserrat,sans-serif;color:#000;background:#fff}#root{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px;width:100%;height:100%}main{width:100%;max-width:1440px;height:100%;padding:0 100px}.active{text-decoration:underline}@media screen and (max-width: 768px){main{padding:0 20px}}.home__apartment-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:60px;padding:50px;border-radius:25px;background:#f6f6f6}@media screen and (max-width: 1024px){.home__apartment-cards{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;padding:20px}}@media screen and (max-width: 768px){.home__apartment-cards{gap:20px;padding:0;background:none}}@media screen and (max-width: 375px){.home__apartment-cards{display:flex;flex-direction:column;gap:20px}}.about-center{display:flex;flex-direction:column;align-items:center;width:100%;min-height:40vh}.collapses{display:flex;flex-direction:column;gap:30px;max-width:1023px}@media screen and (min-width: 375px){.collapses{gap:20px}}.details{display:flex;flex-direction:row;justify-content:space-between}.details__apartment-name{font-size:3.6rem;font-weight:500;color:#ff6060}.details__location{font-size:1.8rem;font-weight:500;line-height:1.5;color:#000}.details__tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.details__right{display:flex;flex-direction:column;align-items:flex-end;gap:23px}.apartment-informations{display:flex;flex-direction:row;gap:70px;margin-top:25px}@media screen and (max-width: 768px){.details{display:flex;flex-direction:column;gap:15px}.details__apartment-name{font-size:2.4rem}.details__location{font-size:1.4rem}.details__tags{margin-top:10px}.details__left{display:flex;flex-direction:column;gap:5px}.details__right{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.apartment-informations{display:flex;flex-direction:column;gap:20px;margin-top:15px}}.error__center{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:140px;padding:0 40px;min-height:60vh;color:#ff6060}.error__title{font-size:26.3rem;font-weight:700}.error__details{font-size:3.6rem;font-weight:500}.back{font-size:1.8rem;font-weight:500;color:#000;text-decoration:underline}@media screen and (max-width: 768px){.error__center{gap:110px}.error__title{font-size:9.6rem}.error__details{width:100%;font-size:1.8rem;text-align:center}}.header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:45px 100px 0}.header__nav__list{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:57px;font-size:2.4rem}@media screen and (max-width: 1024px){.header{padding:50px 50px 0}}@media screen and (max-width: 768px){.header{padding:20px 20px 0}.header__logo{width:145px}.header__nav__list{gap:26px;font-size:1.2rem}}.footer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;background:#000;color:#fff;min-height:210px;width:100%;font-size:2.4rem}@media screen and (max-width: 768px){.footer{font-size:1.2rem}.footer__text{width:100px}}.banner{position:relative;display:flex;justify-content:center;align-items:center;width:100%;min-height:111px;aspect-ratio:1240/223;border-radius:25px;margin-bottom:45px;box-shadow:0 4px 4px #00000040}.banner__home{background:url(/assets/home-illustration-EI9HjfHx.png);background-size:cover;background-position:center}.banner__home:before{z-index:1;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;border-radius:25px}.banner__about{background:url(/assets/about-illustration-CAaK9nIf.png);background-size:cover;background-position:center}.banner__about:before{z-index:1;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;border-radius:25px}.banner__title{z-index:2;font-size:4.8rem;font-weight:700;color:#fff}@media screen and (max-width: 1024px){.banner__title{font-size:2.4rem}}@media screen and (max-width: 768px){.banner{justify-content:flex-start;border-radius:10px;padding:30px 20px;margin-bottom:25px}.banner:before{border-radius:10px}.banner__title{width:100%;max-width:225px}}.apartment-card{position:relative;aspect-ratio:1/1;border-radius:10px;overflow:hidden}.apartment-card__cover__img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.apartment-card__cover:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;background:-moz-linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(10,10,10,0) 42%,rgba(4,4,4,.41) 100%,rgb(0,0,0) 100%);background:-webkit-linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(10,10,10,0) 42%,rgba(4,4,4,.41) 100%,rgb(0,0,0) 100%);background:linear-gradient(180deg,#fff0,#0a0a0a00 42%,#04040469 100%,#000)}.apartment-card__content{position:absolute;bottom:0;left:0;width:100%;padding:20px;color:#fff;font-size:1.8rem}@media screen and (max-width: 768px){.hotel-card{aspect-ratio:335/255}}.collapse{z-index:1;display:flex;flex-direction:column;gap:0;background:#f6f6f645;border-radius:5px;width:100%;max-height:54px;overflow:hidden;transition:max-height .3s ease-out}.collapse--open{max-height:1000px;transition:max-height .3s ease-out}.collapse__header{z-index:3;display:flex;justify-content:space-between;align-items:center;padding:10px 15px;border-radius:5px;background-color:#ff6060;cursor:pointer;-webkit-user-select:none;user-select:none}.collapse__header__title{font-size:2.4rem;font-weight:700;color:#fff}.collapse__header__icon{transform:rotate(180deg);transition:transform .3s ease-out}.collapse__header__icon--open{transform:rotate(0);transition:transform .3s ease-out}.collapse__content{z-index:-2;transform:translateY(-100%);padding:16px 20px 20px;border-radius:10px 10px 5px 5px;background-color:#f6f6f645;font-size:1.8rem;font-weight:400;color:#000;transition:transform .3s ease-out,height .3s ease-out}.collapse__content--open{display:block;height:auto;transform:translateY(0);transition:transform .3s ease-out,height .3s ease-out}@media screen and (max-width: 768px){.collapse__header{padding:10px}.collapse__header__title{font-size:1.8rem}}@media screen and (max-width: 375px){.collapse__header{padding:10px}.collapse__header__title{font-size:1.3rem}.collapse__header__icon,.collapse__header__icon--open{width:23px}.collapse__content{font-size:1.2rem}}.carousel{position:relative;aspect-ratio:1240/415;width:100%;border-radius:25px;overflow:hidden;margin-bottom:30px}.carousel__item{display:none;position:relative;height:100%}.carousel__item--active{display:block}.carousel__item__image{position:absolute;top:0;width:100%;height:100%;object-fit:cover}.carousel__counter{position:absolute;bottom:25px;left:50%;transform:translate(-50%);color:#fff;font-size:1.8rem;font-weight:500}.carousel__button{z-index:1000;position:absolute;top:50%;transform:translateY(-50%);width:fit-content;height:fit-content;cursor:pointer}.carousel__button--previous{left:25px}.carousel__button--next{right:25px}@media screen and (max-width: 768px){.carousel__button img{width:30px}}@media screen and (max-width: 375px){.carousel{aspect-ratio:335/255;margin-bottom:15px}.carousel__button img{width:12px}.carousel__counter{display:none}}.tag{padding:5px 30px;border-radius:10px;width:fit-content;font-size:1.4rem;font-weight:700;background:#ff6060;color:#fff}@media screen and (max-width: 375px){.tag{border-radius:5px;font-size:1rem}}.host{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:10px;max-width:167px}.host__name{font-size:1.8rem;font-weight:500;color:#ff6060;text-wrap:wrap;text-align:right}.host__picture{aspect-ratio:1/1;width:64px;border-radius:50%}@media screen and (max-width: 768px){.host__name{font-size:1.4rem}}@media screen and (max-width: 375px){.host__name{font-size:1.2rem}.host__picture{width:32px}}.rating{display:flex;gap:5px}.rating__star{aspect-ratio:1;width:3.6rem}@media screen and (max-width: 768px){.rating{gap:3px}.rating__star{width:2.4rem}}@media screen and (max-width: 375px){.rating{gap:2px}.rating__star{width:1.8rem}}
