#hero {
    background: #131313;
    display: flex;
}
#hero .left, #hero .right {
    width: 50%;
    padding-top: clamp(40px, 3vw, 60px);
}
#hero .left {
    background-image: url(/wp-content/uploads/2025/05/pattern.png);
    padding-left: clamp(40px, 4.2vw, 85px);
}
#hero .left-wrapper {
    padding: clamp(40px, 3vw, 60px) clamp(70px, 7vw, 140px) 0 clamp(40px, 4vw, 75px);
}
h1 {
    font-family: 'Marcellus';
    color: #fff;
    font-size: clamp(32px, 2.3vw, 46px);
    line-height: 124%;
    font-weight: 400;
    margin-bottom: clamp(10px, 1vw, 20px);
}
p.hero-desc {
    font-family: 'Figtree', sans-serif;
    font-size: clamp(16px, 1vw, 20px);
    color: #fff;
    margin-bottom: clamp(20px, 2vw, 40px);
}
.book-links {
    display: flex;
    gap: clamp(16px, 1.25vw, 24px);
    margin-bottom: clamp(26px, 2.5vw, 50px);
}
.treat-btn{
    width: 292px;
    height: 61px;
    color:#fff;
    display:flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #fff;
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.5s;
}
.treat-btn:hover{
    color: #B0B9D3;
    border-color: #B0B9D3;
}
.consult-btn{
    width: 348px;
    height: 61px;
    color:#212121;
    background-color: #B0B9D3;
    display:flex;
    justify-content: center;
    align-items: center;
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.5s;
}
.consult-btn:hover{
    background-color: #fff;
    color:#212121;
}
.hero-reviews {
    display: flex;
    justify-content: flex-start;
    margin-top: auto;
}
.review-item {
    padding: clamp(25px, 2.2vw, 45px);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1);
}
.review-item:nth-child(2n+1) {
    background-color: rgba(255, 255, 255, 0.06);
}
.review-item .summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
img.r-sum-img {
    height: 34px;
    object-fit: contain;
}
.review-item p.score {
    font-family: "Figtree", sans-serif;
    font-size: clamp(32px, 2vw, 40px);
    color: #fff;
    line-height: 110%;
}
.right-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    gap: clamp(20px, 2vw, 40px);
}
.adr-links {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    gap: 40px;
}
.address, .phone-link{
    color: #fff;
    font-family: "Figtree", sans-serif;
    font-size: clamp(12px, 0.83vw, 16px);
    font-weight: 700;
    margin:0;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}
p.address:before {
    content: '';
    width: 17px;
    height: 17px;
    background-image: url(/wp-content/uploads/2025/05/pin.svg);
    position: relative;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-right: 10px;
}
a.phone-link:before {
    content: '';
    width: 17px;
    height: 17px;
    background-image: url(/wp-content/uploads/2025/05/phone.svg);
    position: relative;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-right: 10px;
}
a.phone-link:hover{
    color: #B0B9D3;
}
.visit-btn{
    width: 164px;
    height: 46px;
    color:#fff;
    display:flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #fff;
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.5s;
}
.visit-btn:hover{
    color: #B0B9D3;
    border-color: #B0B9D3;
}
#hero .right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-right: clamp(40px, 4.2vw, 85px);
    gap: clamp(20px, 2vw, 40px);
}
@media screen and (max-width:475px) {
    #hero{
    background-size: cover;
    background-position: center;
    }
.hero-wrapper {
    padding: 180px 25px 0;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.2);
}
h1 {
    font-size: 7.9vw;
    text-align: center;
    margin-bottom: 20px !important;
}
p.hero-desc {
    font-size: 4.54vw;
    margin-bottom: 32px;
    text-align: center;
}
.book-links {
    flex-direction: column;
    gap: 20px;
    width: 74vw;
    margin: 0 auto;
    margin-bottom: 36vw;
}
.consult-btn, .treat-btn {
    width: 100%;
}
.hero-reviews {
    display: flex;
    justify-content: center;
    margin-top: auto;
}
header#masthead {
    justify-content: space-between;
    align-items: center !important;
    background: transparent !important;
    position: absolute;
    width: 100%;
    top: 20px;
}
header img.logo {
    max-width: 132px;
}
}
@media screen and (max-width:1600px) and (min-width:1024px) {
    .icons-header {
    width: 75%;
}
}