#hotels-anchor{width:100%;flex:1 1}.hotels-block{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:24px;gap:24px}.hotels-block-wrapper{display:flex;gap:24px;max-width:1200px;margin:0 auto}.hotels-block-filter{display:flex;flex-direction:column;width:282px;min-width:282px;height:-moz-fit-content;height:fit-content}.loader-wrapper{width:100%;min-height:400px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:rgba(249,249,249,.5);border-radius:16px;margin:20px 0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.loader-wrapper.loader-more{min-height:200px;margin:40px 0 20px;background:rgba(255,255,255,.8)}.loader-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.loader-title{font-size:24px;font-weight:600;color:#333;margin:0}.loader-subtitle{font-size:16px;color:#666;margin:0;max-width:300px;line-height:1.4}.loader{width:60px;height:60px;display:block;margin:20px auto;box-sizing:border-box;position:relative;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.loader:after{width:60px;height:60px;bottom:0;border-radius:50% 50% 0;border:18px solid #ff4f00;transform:rotate(45deg) translate(0);animation:animMarker .6s ease-in-out infinite alternate}.loader:after,.loader:before{content:"";left:0;position:absolute;box-sizing:border-box}.loader:before{right:0;margin:auto;top:150%;width:30px;height:6px;border-radius:50%;background:rgba(255,79,0,.3);animation:animShadow .6s ease-in-out infinite alternate}.no-hotels-found{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;background:rgba(249,249,249,.5);border-radius:16px;margin:20px 0}.no-hotels-icon{font-size:64px;margin-bottom:20px;opacity:.6}.no-hotels-title{font-size:24px;font-weight:600;color:#333;margin-bottom:8px}.no-hotels-subtitle{font-size:16px;color:#666;max-width:300px;line-height:1.4}@keyframes animMarker{0%{transform:rotate(45deg) translate(6px,6px)}to{transform:rotate(45deg) translate(-6px,-6px)}}@keyframes animShadow{0%{transform:scale(.6);opacity:.3}to{transform:scale(1.2);opacity:.8}}@media (max-width:1200px){.hotels-block-wrapper{flex-direction:column;margin:0 20px}.hotels-block-filter{width:100%;margin-bottom:20px;position:static}}.form_input_search{height:45px;padding:12px 20px;background:#fff;border-radius:16px;border:none;font-family:Roboto;font-style:normal;font-weight:400;font-size:18px;line-height:21px;color:#969696;box-sizing:border-box;width:100%}.hotels-mobile-filter-wrapper{display:flex;gap:12px;flex-wrap:wrap}.hotels-mobile-filter-wrapper .form_input{flex-grow:3}.hotels-mobile-filter-wrap .form_input:first-child{display:none}.hotels-sort{display:flex;justify-content:space-around}.hotels-sort_element{cursor:pointer;padding:6px 8px;margin:10px 20px;border-radius:25px;outline:1px solid silver;width:160px;text-align:center}.hotels-sort_element__bold{font-weight:600;outline:2px solid silver}.more-hotels-button{cursor:pointer;box-sizing:border-box;padding:10px;border:1px solid #222222;border-radius:17px;background:inherit;width:282px;transition:all .5s ease}.more-hotels-button:hover{transform:scale(1.05)}.hotels-block-title{width:100%}.hotels-sort-section{display:flex;justify-content:flex-end;margin-bottom:24px;padding:0 4px}@media (max-width:768px){.hotels-sort-section{justify-content:center;margin-bottom:16px}}@media (max-width:500px){.hotels-sort{flex-direction:column;align-items:center}}@media (max-width:1200px){.hotels-mobile-filter-wrap,.hotels-mobile-filter-wrap .form_input:first-child{display:block}}.dynamic-hotels-block{width:100%}.hotels-count{text-align:center;font-size:1.2rem;font-weight:600;margin-bottom:2rem;color:#333}.hotels-loading{display:flex;justify-content:center;align-items:center;min-height:200px;padding:40px}.loading-spinner{font-size:18px;animation:spin 1s linear infinite}.filter-loading{min-height:400px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:16px;margin:20px 0;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e2e8f0}.initial-loading{min-height:300px;background:linear-gradient(135deg,#fafbfc,#f1f5f9);border-radius:12px;margin:20px 0}.loading-spinner-enhanced{display:flex;flex-direction:column;align-items:center;gap:24px}.spinner-circle{width:56px;height:56px;border:5px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1.2s linear infinite;box-shadow:0 2px 10px rgba(59,130,246,.2)}.loading-text{font-size:18px;color:#475569;font-weight:600;letter-spacing:.5px;text-align:center;animation:pulse 2s ease-in-out infinite}.button-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin-enhanced{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.hotels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.no-hotels{text-align:center;padding:80px 20px;color:#64748b;font-size:16px;line-height:1.6;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;margin:20px 0;border:1px solid #e2e8f0}.no-hotels-icon{font-size:48px;margin-bottom:16px;opacity:.7}.no-hotels h3{color:#334155;font-size:24px;font-weight:600;margin:0 0 16px}.no-hotels p{margin:8px 0;color:#64748b}.load-more-container{display:flex;justify-content:center;margin:40px 0;padding:20px}.load-more-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;border:none;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:12px;min-width:180px;justify-content:center;box-shadow:0 4px 15px rgba(59,130,246,.3);border:1px solid rgba(255,255,255,.1)}.load-more-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px rgba(59,130,246,.4);background:linear-gradient(135deg,#2563eb,#1e40af)}.load-more-button:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 15px rgba(59,130,246,.3)}.load-more-button:disabled{opacity:.8;cursor:not-allowed;transform:none;background:linear-gradient(135deg,#6b7280,#4b5563)}@media (max-width:768px){.hotels-grid{grid-template-columns:1fr;gap:1rem}.hotels-count{font-size:1.1rem;margin-bottom:1.5rem}.load-more-button{padding:.6rem 1.5rem;font-size:.9rem}}.hotels-block{display:flex;flex-wrap:wrap;gap:20px;width:100%;justify-content:space-around;box-sizing:border-box}.hotels-category-link{display:inline-block;padding:10px;margin-right:10px;margin-bottom:10px;text-decoration:none;outline:1px solid white;transition:all .5s ease;box-sizing:border-box;background:#f9f9f9;border-radius:10px;font-weight:400;font-size:20px;line-height:24px;outline:1px solid #ff4f00;color:black}.hotels-category-link:hover{color:#ff4f00;outline:1px solid gray;animation:bounce 1s;font-weight:400}@keyframes bounce{0%,60%,to{transform:translateY(0)}20%{transform:translateY(-2px)}40%{transform:translateY(-4px)}80%{transform:translateY(-2px)}}.home-place-block-wrapper{width:100%;overflow-x:scroll;padding:20px 0;box-sizing:border-box}.home-place-block{display:flex;width:1200px;gap:24px;margin:auto}@media (max-width:1200px){.home-place-block-wrapper{padding-left:20px;box-sizing:border-box}}