:root{
  --green:#2C5CAA;
  --green-dark:#1E4A8C;
  --green-light:#E3EBF7;
  --green-soft:#C8D6EE;
  --text:#1F2937;
  --muted:#6B7280;
  --border:#E5E7EB;
  --white:#fff;
  --radius:14px;
  --shadow:0 2px 12px rgba(0,0,0,.05);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Arial,sans-serif;color:var(--text);line-height:1.5;background:#fff;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{max-width:1100px;margin:0 auto;padding:0 20px}

/* BUTTONS */
.btn{display:inline-block;padding:12px 24px;border-radius:999px;font-weight:600;font-size:15px;border:none;cursor:pointer;transition:.2s;text-align:center}
.btn--primary{background:var(--green);color:#fff}
.btn--primary:hover{background:var(--green-dark)}
.btn--outline{background:transparent;color:var(--green);border:1.5px solid var(--green);padding:8px 20px;font-size:14px; text-decoration: none !important; display: inline-block;}
.btn--outline:hover{background:var(--green);color:#fff}

/* HEADER */
.header{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--border);z-index:100}
.header__inner{display:flex;align-items:center;justify-content:space-between;height:88px;gap:24px}
.header__logo img{height:64px}
.header__nav{display:flex;gap:28px}
.header__nav a{font-size:15px;color:var(--text)}
.header__nav a:hover{color:var(--green)}
.header__cta{padding:9px 20px;font-size:14px}

/* HERO */
.hero{padding:30px 0 50px}
.hero__card{background:transparent;border-radius:20px;padding:40px;display:grid;grid-template-columns:1.4fr 1fr;gap:30px;align-items:center}
.badge{display:inline-block;background:var(--green-light);color:var(--green);font-weight:700;font-size:13px;padding:6px 14px;border-radius:999px;margin-bottom:18px}
.hero__title{font-size:30px;line-height:1.2;font-weight:700;margin-bottom:14px}
.hero__subtitle{color:var(--muted);font-size:15px;margin-bottom:18px;max-width:480px}
.hero__price{display:flex;align-items:baseline;gap:14px;margin-bottom:6px}
.price-new{font-size:36px;font-weight:800;color:var(--green)}
.price-old{font-size:18px;color:var(--muted);text-decoration:line-through}
.hero__note{font-size:13px;color:var(--muted);margin-bottom:18px}
.hero__image img{max-width:240px;margin:0 auto}

/* PRICE TABLE */
.price-table{margin-top:24px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}
.price-row{display:grid;grid-template-columns:32px 1fr auto auto;gap:14px;align-items:center;padding:14px 22px;border-bottom:1px solid var(--border);font-size:15px}
.price-row:last-child{border-bottom:none}
.price-row__icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:var(--green);font-size:14px;line-height:1}
.price-title{font-size:22px;font-weight:700;text-align:center;margin:30px 0 16px}
.price-title img{max-height: 30px; width: auto; display: inline; margin-right: 10px;}
.price-row__name{color:var(--text)}
.price-row__new{color:var(--text);font-weight:600;min-width:110px;text-align:right}
.price-row__old{color:var(--muted);text-decoration:line-through;min-width:90px;text-align:right;font-size:14px}
.price-row--total{background:var(--green-soft)}

/* SECTION TITLE */
.section-title{font-size:26px;font-weight:700;text-align:center;margin-bottom:30px}
.section-title small{display:block;font-size:18px;font-weight:500;color:var(--muted);margin-top:6px}
@media(max-width:900px){
    .section-title{margin-bottom:20px}
}

/* DOCTORS */
.doctors{padding:50px 0}
.doctors__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.doctor-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:18px;text-align:center;box-shadow:var(--shadow); display: block;}
.doctor-card img{width:240px;height:240px;object-fit:cover;border-radius:50%;margin:0 auto 18px;background:#f3f4f6;border:5px solid var(--green-light);box-shadow:0 4px 14px rgba(0,0,0,.08);max-width:100%}
.doctor-card h3{font-size:16px;font-weight:700;margin-bottom:4px}
.doctor-card p{color:var(--muted);font-size:13px; line-height: 15px; margin-bottom:12px; min-height: 30px;}
@media(max-width:900px){
    .doctors{padding:25px 0}
}

/* WHY ASTRA — dark gold reference style */
.why{padding:60px 0;background:radial-gradient(ellipse at 50% 0%,#11305C 0%,#0A1E42 45%,#061026 100%);position:relative}
.why .section-title{color:#fff;text-transform:uppercase;letter-spacing:2px;font-size:24px;margin-bottom:32px}
.why__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.why-card{background:radial-gradient(ellipse at 100% 0%,rgba(232,180,90,.35) 0%,rgba(120,80,30,.18) 20%,rgba(19,48,94,.9) 45%,#0A1B38 75%,#05102A 100%),linear-gradient(160deg,#14335F 0%,#0B1E42 60%,#060F28 100%);border:1.5px solid transparent;background-clip:padding-box;border-radius:16px;padding:26px 16px 22px;text-align:center;box-shadow:inset 0 1px 0 rgba(255,220,150,.12),inset 0 0 0 1px rgba(214,165,80,.35),0 10px 28px rgba(0,0,0,.45);min-width:0;overflow:hidden;aspect-ratio:1/1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;position:relative}
.why-card::before{content:"";position:absolute;inset:0;border-radius:16px;background:radial-gradient(circle at 95% 5%,rgba(255,215,140,.32),transparent 45%);pointer-events:none}
.why-card__icon{width:100px;height:84px;display:flex;align-items:center;justify-content:center;flex-shrink:0;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5))}
.why-card__icon svg{width:100%;height:100%}
.why-card__icon--emoji{font-size:64px;line-height:1}
.why-card__icon--emoji span{display:block;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5))}
.why-card h3{font-size:15px;font-weight:600;color:#F6E4B8;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto;line-height:1.25;margin:0;text-transform:none;position:relative}
.why-card__icon{position:relative}
.why.why-blue{background: #fff;}
.why.why-blue .section-title{color:#2C5CAA;}
.why.why-blue .why-card{background:#fff; border: 5px solid var(--green-light); box-shadow:none; border-radius: 50%;}
.why.why-blue .why-card img{max-height: 100%;}
.why.why-blue .why-card::before{display: none;}
.why.why-blue .why-card h3{color:#2C5CAA; min-height: 51px;}
.why.why-blue .why-card__icon{filter:none}




@media(max-width:900px){.why{padding:40px 0}.why .section-title{font-size:18px;letter-spacing:1px;margin-bottom:20px}.why__grid{grid-template-columns:repeat(2,1fr);gap:12px}.why-card{padding:18px 10px;gap:10px}.why-card__icon{width:60px;height:60px}.why-card h3{font-size:13px}}
@media(max-width:480px){.why-card h3{font-size:12px;line-height:1.25}}

/* CTA FORM */
.cta{background:var(--green-light);padding:50px 0}
.cta__inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.cta__text h2{font-size:30px;font-weight:700;margin-bottom:10px}
.cta__text p{color:var(--muted);margin-bottom:14px}
.cta__phone{font-size:28px;font-weight:700;color:var(--green)}
.cta__form{display:flex;flex-direction:column;gap:12px}
.cta__form input[type="text"],.cta__form input[type="tel"]{padding:14px 18px;border:1px solid var(--border);border-radius:10px;font-size:15px;background:#fff;outline:none}
.cta__form input:focus{border-color:var(--green)}
.checkbox{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--muted)}
.cta__agree{font-size:12px;color:var(--muted);text-align:center}

/* REVIEWS */
.reviews{padding:60px 0}
.ya-badge{display:inline-block;background:var(--green);color:#fff;font-size:13px;padding:4px 12px;border-radius:999px;margin-left:8px;vertical-align:middle}
.reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.review-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}
.stars{color:#FBBF24;font-size:18px;margin-bottom:10px;letter-spacing:2px}
.review-card p{font-size:14px;margin-bottom:14px;}
.review-author{font-size:13px;color:var(--muted)}
.reviews__link{text-align:center;margin-top:24px}
.reviews__link a{color:var(--green);font-weight:600}
@media(max-width:600px){.reviews{padding:30px 0}}

/* LICENSES */
.licenses{padding:50px 0;background:#fafafa}
.licenses__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.license-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px;text-align:left;display:flex;flex-direction:column;gap:12px}
.license-icon{font-size:32px}
.license-flag{width:40px;height:auto;border-radius:3px}
.license-card p{font-size:14px}

/* CONTACTS */
.contacts{padding:20px 0 60px}
.contacts__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.contact-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}
.contact-card p{margin-bottom:10px;font-size:15px}
.contact-card a{display:block;color:var(--green);font-weight:600;font-size:15px;margin-top:4px}
.contact-card__addr{font-weight:600;margin-bottom:10px}
.contact-card__hours{color:var(--muted);font-size:14px;margin-top:10px;display:flex;align-items:flex-start;gap:8px}
.hours-icon{flex-shrink:0}
.hours-grid{display:grid;grid-template-columns:auto auto;column-gap:12px;row-gap:2px}

/* FOOTER CTA */
.footer-cta{background:var(--green);color:#fff;padding:40px 0;text-align:center}
.footer-cta h2{font-size:26px;font-weight:700;margin-bottom:8px}
.footer-cta p{margin-bottom:20px;opacity:.95}
.footer-cta a{color:#fff;text-decoration:underline}
.footer-cta__form{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;max-width:600px;margin:0 auto}
.footer-cta__form input{flex:1;min-width:180px;padding:12px 18px;border:none;border-radius:999px;font-size:15px;outline:none}
.footer-cta__form .btn{background:#fff;color:var(--green)}
.footer-cta__form .btn:hover{background:#f3f4f6}

/* FOOTER */
.footer{background:#1F2937;color:#D1D5DB;padding:36px 0 20px;font-size:14px}
.footer__inner{display:grid;grid-template-columns:1fr 1.4fr 1.2fr;gap:30px}
.footer__logo{height:60px;margin-bottom:12px;background:#fff;padding:8px 14px;border-radius:10px}
.footer__col p{margin-bottom:6px}
.footer__col a{color:#D1D5DB}
.footer__col a:hover{color:#fff}
.footer__rating{display:flex;align-items:flex-start}
.rating-badge{background:#FFCC00;color:#1F2937;border-radius:12px;padding:12px 18px;display:inline-flex;align-items:center;gap:12px}
.rating-badge__stars{color:#1F2937;font-size:16px;letter-spacing:1px}
.rating-badge__score{font-size:26px;font-weight:800;line-height:1}
.rating-badge__text{font-size:12px;font-weight:600;max-width:120px;line-height:1.2}
.footer__bottom{display:flex;gap:24px;padding-top:20px;margin-top:20px;border-top:1px solid #374151;font-size:13px}
.footer__bottom a:hover{color:#fff}

/* RESPONSIVE */
@media(max-width:900px){
  .header__nav{display:none}
  .hero__card{grid-template-columns:1fr;padding:28px;text-align:center}
  .hero__image{order:-1}
  .hero__price{justify-content:center}
  .doctors__grid,.reviews__grid,.licenses__grid{grid-template-columns:1fr}
  .cta__inner,.contacts__grid{grid-template-columns:1fr}
  .cta__text{text-align:center}
  .footer__inner{grid-template-columns:1fr;text-align:center}
  .footer__logo{margin-left:auto;margin-right:auto;display:block}
  .footer__rating{justify-content:center}
  .footer__bottom{flex-direction:column;gap:8px;text-align:center}
  .price-row{grid-template-columns:24px 1fr;row-gap:4px}
  .price-row__new,.price-row__old{grid-column:2;text-align:left}
  .hero__title{font-size:24px}
  .section-title{font-size:22px}
}


.owl-carousel .owl-nav button.owl-prev {
    left: -20px
}

.owl-carousel .owl-nav button.owl-next {
    right: -20px
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
    box-shadow: 0px 10px 10px #ddd;
    border-radius: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
}

.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/prev.svg);
}

.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/next.svg);
}


.owl-carousel.owl-nav-bottom .owl-nav button.owl-prev,
.owl-carousel.owl-nav-bottom .owl-nav button.owl-next {
    position: relative;
    top: auto;
    transform: none;
}

.owl-carousel.owl-nav-bottom .owl-nav button.owl-prev {
    left: auto;
}

.owl-carousel.owl-nav-bottom .owl-nav button.owl-next {
    right: auto;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #E3EBF7;
}

.owl-carousel.owl-nav-bottom .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    column-gap: 1rem;
}


.reviews-button{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; align-content: stretch;}
.reviews-button p{}
.doctors .container{position: relative;}
.doctors-all{position: absolute; top: 10px; right: 20px;}
.doctors-all .reviews__link{color: var(--green); font-weight: 600;}
@media(max-width:900px){
.doctors-all{position: relative; top: auto; right: auto; text-align: center; margin-bottom: 15px;}
.reviews__link{margin-top:0px}
}



.header__nav{}
.header__nav ul{margin: 0; padding: 0; list-style: none;}
.header__nav > ul{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: center; align-content: stretch;}
.header__nav > ul > li{margin-right: 15px; position: relative;}
.header__nav > ul > li img{margin-left: 5px; width: 10px; height: auto;}
.header__nav > ul > li .img_left img{}
.header__nav > ul > li img.active{display: none;}
.header__nav > ul > li .img_left img{margin-right: 5px; margin-left: 0; width: 20px; height: auto;}
.header__nav > ul > li > a{display: block; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center; align-content: stretch;}
.header__nav > ul > li > ul{display: none; position: absolute; left: 0; top: 100%; background-color: #fff; padding: 10px 15px; width: 300px; box-shadow: 0 0 10px #cccccc;}
.header__nav > ul > li:hover > ul{display: block;}
.header__nav > ul > li:hover > ul > li{display: block;}
.header__nav > ul > li:hover > ul > li a{display: block; padding: 5px 0; margin-bottom: 5px;}
.header__nav > ul li.selected > a{font-weight: 700; color: #2C5CAA;}

.header__top{width: 100%; padding-top: 10px !important; display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;} 
    .header__logo{flex-shrink: 0;}
    .adress{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center; align-content: stretch;}
    .contact.phone{}
    .contact.phone a{display: block; text-decoration: none;}
 .gamburger_link {
  display: none;
  width: 23px;
  height: 22px;
  background-image: url(/images/gamb2.svg);
  background-repeat: no-repeat;
  background-position: left top;
}   

.locsWrapper {position: relative;}
.locs{font-size: 16px; line-height: 18px; font-weight: 600; cursor: pointer;}
.locs > span{display: block;}
.locsWrapper .loc {
    box-shadow: 0 0 10px #cccccc;
    position: absolute;
    left: -21px;
    background-color: #ffffff;
    padding: 1rem;
    white-space: nowrap;
    border-radius: 8px;
    flex-direction: column;
    gap: 0.2rem;
    z-index: 1000;
    display: none;
}
.locsWrapper.active .loc {display: flex;}
.locsWrapper .loc > div{padding:5px 0 5px 25px; background-image: url(/images/loc2.svg); background-position: 0 50%; background-repeat: no-repeat;}
.locsWrapper .loc > .fw-bold{padding-left: 0; background-image:none;}

.locsWrapper:hover .loc{display: flex;}

.header__top .scrollIcons {
  display: flex;
  gap: 1rem;
}
.header__top .scrollIcon {
  position: static;
  opacity: 1;
  width: 33px;
  height: 33px;
}
@media(max-width:900px){
     .gamburger_link {display: block;}
         .review-link{display: none !important;}

}

@media(max-width:650px){
    .header__top > .phone:nth-child(3){display: none;}
    .contact.phone a{display: block; width: 33px; height: 33px; overflow: hidden; background-image: url(/images/phone2.svg); background-position: 50% 50%; background-repeat: no-repeat;}
    .contact.phone a span{display: none;}
     .gamburger_link {}
}



/**/

.modalbox {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.modalbox_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 90%;
}

.modalbox_content .container {
    background-color: #fff;
    padding: 2.5rem 1.5rem;
    position: relative;
    width: auto;
}

.modalbox .close {
    display: block;
    width: 17px;
    height: 18px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: url(/images/close_sm.png) no-repeat center;
}

.modalbox.modalbox_works .modalbox_content {
    width: 1000px;
}

.modalbox.modalbox_works .modalbox_content p {
    text-align: left;
    padding: 0;
}

.modalbox_menu {left: -100%; display: block; background-color: #fff;}

.modalbox_menu .header_menu {
    width: auto;
    padding-bottom: 15px;
}

.modalbox_menu .header_menu ul.row {
    display: block;
     margin: 0; padding: 0; list-style: none;margin-top: 1rem !important; margin-bottom: 20px;
     
}

.modalbox_menu .header_menu ul.row li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 0.7rem;
}

.modalbox_menu .modalbox_content {
    position: absolute;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    height: 100%;
    max-height: none;
}

.modalbox_menu .modalbox_content .container {padding: 0 15px 1.5rem; width: 100%; height: 100%;}
.modalbox.modalbox_menu .close {background-image: url(/images/close_sm.png); position: static;}

.modalbox.modalbox_menu .adress .ra {width: 21px; flex-shrink: 0;}
.modalbox.modalbox_menu .loc-adress {font-size: 15px;}
.modalbox.modalbox_menu .loc-adress a {text-decoration: underline;}
/**/

.modalbox_menu_head {
    gap: 1rem !important;
    justify-content: space-between !important;
    align-items: center !important;
    display: flex !important;
    padding: 0.7rem 0;
    border-bottom: 1px solid #ccc;
}
.modalbox_menu_head .ra-logo {width: 110px !important;}
.modalbox_menu_head .scrollIcon {
    position: static;
    width: 27px;
    height: 27px;
}

.modalbox_menu_head .contact.phone {width: 23px;}
.index_text_left {
    width: 70%;
    font-size: 23px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
}
.index_text_right {width: 30%;}

.headers_wrapper .scrollIcons {
    display: flex;
    gap: 1rem;
}
.modalbox_head_icons{display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: center; align-content: stretch;}
.modalbox_head_icons > div{margin-right: 15px;}


.modalbox_menu_footer .adress{margin-bottom: 20px;}
.modalbox_menu_footer .adress > .ra{margin-right: 10px;}
.modalbox_menu_footer .phonesBlock {margin-bottom: 20px;}

