#root{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;background-color:#e5e5e57d}header{background:#2672a1;box-shadow:0 1px 2px #b0a9b45c,0 1px 3px #a5a5a578}header nav{text-align:center}header .logo-header{width:50px;height:50px}header .nav-link{display:flex;align-items:center;text-decoration:none}main{padding:32px 16px;display:flex;flex-direction:column;flex-grow:1}@media screen and (min-width: 1400px){main{width:1400px;margin:0 auto}}main .content-box{padding:16px;background-color:#fff;box-shadow:#b0a9b45c 0 1px 4px,#a5a5a578 0 2px 8px;border-radius:10px}@media screen and (min-width: 900px){main .content-box{width:900px;margin:0 auto}}footer{padding:16px;text-align:center}.up-button{position:fixed;width:60px;height:60px;bottom:16px;right:16px;background:#fafafa;border-radius:30px;border:solid 1px #c4c0c0;display:flex;justify-content:center;align-items:center}.up-button:hover{cursor:pointer}.up-button .arrow{border-top:1px solid #c4c0c0;border-left:1px solid #c4c0c0;width:20px;height:20px;transform:rotate(45deg);margin-top:10px;caret-color:transparent}header nav{display:flex;justify-content:space-between}header nav{padding:0 8px}header p{padding:0 16px 16px}@media screen and (min-width: 1400px){header nav,header h1,header p{width:1400px}header nav,header p{margin:0 auto}}main .radio-groups-wrapper{display:flex;gap:24px;justify-content:space-between;flex-wrap:wrap;margin-bottom:24px}main .slider-wrapper{padding:0 17px}main .destinations-wrapper{display:flex;gap:32px;flex-wrap:wrap;justify-content:center}main .destinations-wrapper .destination{width:100%;max-width:430px;padding:10px 16px 16px;background-color:#fff;box-shadow:#b0a9b45c 0 1px 4px,#a5a5a578 0 2px 8px;border-radius:10px}@media screen and (min-width: 900px) and (max-width: 1000px){main .destinations-wrapper .destination{max-width:420px}}@media screen and (min-width: 1300px){main .destinations-wrapper .destination{max-width:420px}}@media screen and (min-width: 1400px){main .destinations-wrapper .destination{max-width:430px}}main .destinations-wrapper .destination .day-wrapper{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between}main .destinations-wrapper .destination .day-wrapper:not(:last-child){margin-bottom:8px}main .destinations-wrapper .destination .day-wrapper .day{width:4rem}main .destinations-wrapper .destination .day-wrapper img{max-width:50px}main .destinations-wrapper .destination .day-wrapper .temp{width:6rem;text-align:left}main .destinations-wrapper .destination .day-wrapper .wind{width:5rem}@media screen and (min-width: 500px){main .destinations-wrapper .destination .day-wrapper .wind{width:7rem}}.logo{display:block;min-height:135px;max-width:238px;margin:0 auto}
