*{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}.container{width:100%;max-width:1320px;margin:auto}.flex{display:flex}.errorBox{background-color:rgba(255,0,0,.5)}.errorBox,.successBox{width:100%;max-width:400px;z-index:10;position:fixed;bottom:10%;left:50%;transform:translateX(-50%);border-radius:20px;padding:20px;text-align:center}.successBox{background-color:rgba(0,255,0,.5)}header{width:100%;box-shadow:0 0 5px rgba(0,0,0,.3);position:fixed;left:0;top:0;background-color:white;z-index:10;max-height:63px}header img{height:53px;padding:5px;margin-right:30px}ul{display:flex;flex-direction:row}@media (max-width:445px){header img{display:none}}@media (max-width:800px){header{min-height:120px}header img{position:absolute;right:0;top:30px}ul{display:grid;grid-template-columns:repeat(3,.5fr);text-align:center}}li{list-style-type:none;padding:20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;transition:.5s}li:hover{color:#D7B271}li:after{position:absolute;content:"";width:0;left:50%;bottom:20px;background:#D7B271;height:2px;transition:.5s ease-out}li:hover:after{width:100%;left:0}.eye{color:black;font-size:x-large;cursor:pointer;transition:.5s}.eye :hover{color:#D7B271}.main{background-image:url(/img/background.jpg);background-repeat:no-repeat;background-position:50%;background-size:cover;min-height:110vh}.semitransparent{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(255,255,255,1),rgba(255,255,255,.9),transparent);height:110vh}.presentation{padding-top:200px;height:calc(120vh)}.main h5{font-size:3rem;font-weight:700;color:#111827;margin-bottom:1.5rem;line-height:1.25}@media (min-width:768px){.main h1{font-size:3.75rem}}.goldLetters{color:#D7B271}.main p{font-size:1.25rem;color:#4B5563;margin-bottom:2rem;line-height:1.625}.buttons{display:flex;flex-direction:column;gap:1rem}@media (min-width:640px){.buttons{flex-direction:row}}button{background-color:#D7B271;color:white;padding:1rem 2rem;border-radius:15px;    /* !rounded-button (полностью скруглённая) */font-size:1.125rem;font-weight:500;white-space:nowrap;transition:.4s ease;border:none;box-shadow:0 0 3px rgb(136,136,136);cursor:pointer}button:hover{filter:brightness(107%)}.transButton{background-color:transparent;border:3px solid #e7bf7a;color:#e7bf7a;box-shadow:none}.transButton:hover{background-color:#e7bf7a;color:white;filter:none}.services{display:flex;padding-top:80px;flex-direction:column;align-items:center}.services .text{width:100%;height:150px;max-width:1320px;text-align:center}.services .text h1{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.services .text p{font-size:1.25rem;color:#4B5563;max-width:48rem;margin-left:auto;margin-right:auto}.cards{width:100%;max-width:1320px;display:grid;grid-gap:2rem;gap:2rem}@media (min-width:768px){.cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.cards{grid-template-columns:repeat(3,1fr)}}.card{background-color:#ffffff;border-radius:1rem;padding:2rem;box-shadow:0 1px 2px rgba(0,0,0,.05);transition:box-shadow .2s ease}.card:hover{box-shadow:0 10px 15px rgba(0,0,0,.1)}.iconSpace{width:4rem;height:4rem;background-color:#ffebc9;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#806841}.cards h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.75rem}.cards p{color:#4B5563;margin-bottom:1.5rem}.buttonSpace{display:flex;align-items:center;justify-content:space-between}.price{font-size:1.5rem;font-weight:700;color:#e7bf7a}.cards button{background-color:#e7bf7a;color:white;padding:.5rem 1rem;border-radius:25px;            /* !rounded-button (полностью скруглённая) */white-space:nowrap;transition:background-color .2s ease;border:none;font:inherit}.cards button:hover{filter:brightness(110%)}.priceList{padding-top:80px}.priceList h1{width:100%;height:150px;max-width:1320px;text-align:center;font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.part{display:flex;padding:15px}.part,.part h3{font-size:x-large}.part h3{font-weight:100}.part .name{width:80%;font-weight:200}.part .cost{width:20%;font-weight:200;text-align:center}.second{background:#fff6e8}form{width:90%;max-width:800px;margin:90px auto auto}@media (max-width:278px){form{margin-top:110px}}.appointment .text{padding-top:80px;width:100%;height:150px;max-width:1320px;text-align:center}.appointment .text h1{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.appointment .text p{font-size:1.25rem;color:#4B5563;max-width:48rem;margin-left:auto;margin-right:auto}.appointment label{display:block;font-size:.875rem;font-weight:500;color:rgb(55,65,81);margin-bottom:.5rem}input{width:100%;background-color:#fff;border:1px solid rgb(229,231,235);border-radius:.5rem;padding:.75rem 1rem;transition:border-color .2s}input:focus{border-color:#D7B271;outline:none}textarea{width:100%;background-color:#fff;border:1px solid rgb(229,231,235);border-radius:.5rem;padding:.75rem 1rem;transition:border-color .2s;resize:none}textarea:focus{border-color:#D7B271;outline:none}.pair{display:grid;grid-gap:24px;gap:24px}.pair>div{width:100%}@media (min-width:768px){.pair{grid-template-columns:repeat(2,minmax(0,1fr))}}.pair,.pair>div,form,input,textarea{box-sizing:border-box}.checkbox-container{display:flex;align-items:start;padding:15px;gap:12px}.checkbox-label a{color:#e7bf7a}.submit-button{width:100%;background-color:#D7B271;color:white;padding:16px 0;font-size:18px;font-weight:500;border:none;border-radius:9999px; /* !rounded-button */cursor:pointer;transition:background-color .2s}.submit-button:hover{background-color:rgba(215,178,113,.9)}.specialists{width:100%;padding-top:80px}.specialists h1{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem;line-height:1.25;text-align:center}.specialist{width:100%;border-top:1px solid #e7bf7a;border-bottom:1px solid #e7bf7a;display:flex;justify-content:space-between}.specialist .image{margin:25px;width:300px;height:300px;overflow:hidden;border-radius:5px}.specialist .image img{width:100%;height:100%;object-fit:cover;object-position:center}.specialist .desc{width:90%;max-width:900px;font-size:x-large;padding:25px}@media (max-width:768px){.specialist{flex-direction:column}.specialist .image{width:90%}}.contacts h2{font-size:2rem;line-height:1;margin-top:1.7em}.contacts h2,.contacts span{font-weight:500;color:#111827}.contacts span{font-size:1.75rem;margin-bottom:2rem;line-height:1.25;text-align:center}.telegram{color:#24a1de}.telegram,.whatsapp{font-size:50px;margin-right:12px}.whatsapp{color:#2cb742}.inst{color:rgb(243,49,139);font-size:50px;margin-right:12px}.map{height:100%}.mapBox{width:90%;height:400px;padding-top:0;margin:auto}.contactBox{display:flex;flex-direction:column;width:100%;justify-content:space-between}.container h1{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem;line-height:1.25;text-align:center;margin-top:80px}@media (min-width:1024px){.contactBox{display:flex;flex-direction:row}.mapBox{width:50%;height:600px;padding:20px;border:1px solid #e7bf7a}}a .button{background-color:#e7bf7a;text-align:center;border-radius:10px;height:40px;margin-top:40px;line-height:40px;color:white}.source,a,a .button{text-decoration:none}.source{width:100%;max-width:600px;display:flex;color:black;cursor:pointer}.number,.number p{margin-top:20px}.source .img{margin:25px;width:150px;height:100px;overflow:hidden;border-radius:5px}.source .img img{width:100%;height:100%;object-fit:cover;object-position:center}.sources{display:flex;margin-top:180px}@media (max-width:1100px){.sources{flex-direction:column}}footer{width:100%;background-color:#111827;color:#9CA3AF}footer img{height:53px;padding:5px;margin-right:30px}footer a{text-decoration:underline;cursor:pointer;color:#9CA3AF}.footerBox{display:flex;padding-top:80px;padding-bottom:80px;justify-content:space-between;border-bottom:1px solid #9ca3af}@media (max-width:768px){.footerBox{flex-direction:column}.block{margin-bottom:30px}}.under p{text-align:center;padding:20px}.review{margin:20px auto auto;width:100%;padding:10px;max-width:800px}@media (max-width:1024px){.review{margin-top:150px}}