@import url('https://fonts.googleapis.com/css2?family=Lora&family=Merriweather&display=swap');body{font-family:'Lora',serif;margin:20px;background:linear-gradient(135deg,#fff8f0,#f9f2e7);color:#4b3a1b;line-height:1.5;display:flex;flex-direction:column;align-items:center;min-height:100vh}header{text-align:center;margin-bottom:30px;width:100%;max-width:1200px;border-bottom:2px solid #d4af37;padding-bottom:15px;background:linear-gradient(90deg,#fff8f0,#f9f2e7);box-shadow:inset 0 -4px 5px -5px rgba(212,175,55,.6)}header h1{font-family:'Merriweather',serif;font-size:1.8rem;margin-bottom:10px;color:#b8860b;text-shadow:0 1px 1px rgba(184,134,11,.3)}nav ul{list-style:none;padding:0;display:flex;justify-content:center;gap:25px;margin:0 auto}nav li{margin:0}nav a{text-decoration:none;color:#a97c1a;font-weight:600;font-size:1rem;transition:color .3s ease;padding:6px 12px;border-radius:6px}nav a:hover,nav a:focus{color:#d4af37;background-color:rgba(212,175,55,.1);outline:none}main{display:flex;flex-wrap:wrap;gap:20px;max-width:1200px;padding:0 15px;justify-content:space-between;align-items:stretch;width:100%}main>section{flex:1 1 45%;min-width:280px;box-sizing:border-box;margin-bottom:30px;padding:25px 20px;border:1px solid rgba(212,175,55,.6);border-radius:12px;background:linear-gradient(145deg,#fff9e6,#f0e8cc);box-shadow:2px 2px 6px rgba(212,175,55,.1),-2px -2px 6px rgba(255,255,255,.7);text-align:center;color:#5c4823;height:auto!important;min-height:0!important}h2{font-family:'Merriweather',serif;font-size:1.6rem;margin-bottom:20px;border-bottom:3px solid #d4af37;padding-bottom:8px;color:#b8860b;text-shadow:0 1px 1px rgba(184,134,11,.3)}.no-style-list{list-style:none;padding-left:0;margin:0 auto;max-width:450px;text-align:left;color:#5c4823;font-size:1rem;line-height:1.5;display:flex;flex-direction:column;gap:10px;margin-left:auto;margin-right:auto}.no-style-list li::before{content:"—";color:#d4af37;display:inline-block;width:20px;font-weight:700;margin-left:-20px}ol.no-style-list{counter-reset:step-counter}ol.no-style-list li{counter-increment:step-counter;position:relative;padding-left:30px}ol.no-style-list li::before{content:counter(step-counter);position:absolute;left:0;top:0;font-weight:700;color:#d4af37;font-family:'Merriweather',serif}.contacts-list p{margin:8px 0;font-size:1rem}.contacts-list a{color:#a97c1a;text-decoration:none;transition:color .3s ease}.contacts-list a:hover,.contacts-list a:focus{color:#d4af37;text-decoration:underline}.buttons-route{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-bottom:15px}.btn-route{background-color:transparent;border:2px solid #d4af37;color:#a97c1a;padding:10px 18px;border-radius:20px;text-decoration:none;font-weight:600;font-family:'Merriweather',serif;box-shadow:0 0 5px rgba(212,175,55,.4);transition:background-color .3s ease,color .3s ease,box-shadow .3s ease,transform .2s ease}.btn-route:hover,.btn-route:focus{background-color:#d4af37;color:#4b3a1b;box-shadow:0 0 12px rgba(212,175,55,.9);transform:scale(1.05);outline:none}.ratings-container{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;max-width:900px;margin:0 auto}.rating-item{background:linear-gradient(145deg,#fff9e6,#f0e8cc);border:1px solid rgba(212,175,55,.6);border-radius:12px;box-shadow:2px 2px 6px rgba(212,175,55,.1),-2px -2px 6px rgba(255,255,255,.7);padding:18px 22px;max-width:260px;text-align:center;color:#5c4823;font-family:'Lora',serif}.rating-item h3{font-family:'Merriweather',serif;color:#a97c1a;margin-bottom:8px;font-size:1.3rem}.rating-item p{font-size:1.1rem}.rating-item a{color:#a97c1a;text-decoration:none;font-weight:600}.rating-item a:hover,.rating-item a:focus{color:#d4af37;text-decoration:underline}#why-us{padding:25px 20px;border:1px solid rgba(212,175,55,.6);border-radius:12px;background:linear-gradient(145deg,#fff9e6,#f0e8cc);box-shadow:2px 2px 6px rgba(212,175,55,.1),-2px -2px 6px rgba(255,255,255,.7);color:#5c4823;text-align:center}.why-us-list{list-style:none;padding:0;margin-top:20px;max-width:700px;margin-left:auto;margin-right:auto;text-align:left}.why-us-list li{position:relative;padding-left:28px;margin-bottom:15px;font-size:1.1rem;line-height:1.4}.why-us-list li::before{content:'✔';position:absolute;left:0;top:0;color:#d4af37;font-weight:700;font-size:1.2rem;line-height:1.4}@media(max-width:700px){nav ul{flex-direction:column;gap:10px}main{flex-direction:column;padding:0 10px}main>section{flex:1 1 100%;min-width:auto}.buttons-route,.ratings-container{flex-direction:column;gap:15px}.rating-item{max-width:100%}.no-style-list{max-width:100%;padding-left:15px}}footer{text-align:center;font-size:.9rem;color:#8b7d3b;padding:20px 10px;border-top:2px solid #d4af37;width:100%;max-width:1200px;margin:0 auto;background:linear-gradient(90deg,#fff8f0,#f9f2e7);box-shadow:inset 0 4px 5px -5px rgba(212,175,55,.6)}
