.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face {
font-family: "Main script";
src: url(//pianoruum.ee/wp-content/uploads/2025/10/Gloria-script.ttf) format("truetype");
font-weight: normal;
font-style: normal;
font-display: swap;
} body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
background: #f8f8f8;
color: #111;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
}
h1, h2 {
font-family: "Main script", cursive;
letter-spacing: 0.4px;
font-weight: 400;
margin: 0 0 20px;
}
p { margin: 0 0 15px; }
.lr-inner {
max-width: 1200px;
width: 100%;            
margin: 0 auto;
} .lr-section img,
.lr-body img,
.lr-header img,
.lr-footer img {
max-width: 100%;
height: auto;
} header.lr-header {
background: rgb(158, 158, 158);
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 14px;
position: relative;
z-index: 10;
} header.lr-header .lr-header-top {
background: rgb(158, 158, 158);
} header.lr-header .lr-topline {
background: rgb(158,158,158);
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 14px;
}
header.lr-header .lr-first .lr-inner {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
padding: 8px 20px;
position: relative;
}
section.lr-section.lr-second.fade-in.visible {
background: white;
text-align: center;
padding: 15px;
} header.lr-header .lr-left {
display: flex;
align-items: center;
gap: 15px;
flex: 1;
} header.lr-header .lr-center {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
header.lr-header section.lr-section.lr-second.fade-in.visible img {
max-width: 350px;
height: auto;
margin: 0 auto;
} header.lr-header .lr-lang {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 8px;
font-weight: 600;
white-space: nowrap;
flex: 0 0 auto;
}
header.lr-header .lr-left svg {
vertical-align: middle;
}
header.lr-header .lr-lang a {
color: #fff;
text-decoration: none;
}
header.lr-header .lr-lang a:hover {
opacity: 0.7;
}
header img {
max-width: 265px;
height: auto;
}  @media (max-width: 900px) { header.lr-header .lr-first .lr-inner {
flex-wrap: wrap;          
align-items: flex-start;  
gap: 10px;
width: auto;
}
header.lr-header section.lr-section.lr-second.fade-in.visible img {
width: 250px;
height: auto;
} header.lr-header .lr-left {
display: flex;
flex-direction: column;   
align-items: flex-start;
gap: 6px;
flex: 1 1 auto;           
min-width: 240px;         
} header.lr-header .lr-left .lr-phone,
header.lr-header .lr-left .lr-address {
display: flex;
align-items: center;
line-height: 1.2;
white-space: normal;      
word-break: break-word;
} header.lr-header .lr-left .lr-icon,
header.lr-header .lr-left svg {
flex: 0 0 auto;
width: 18px;
height: 18px;
margin-right: 8px;
vertical-align: middle;
} header.lr-header .lr-lang {
align-self: flex-start;   
margin-left: auto;        
gap: 8px;
white-space: nowrap;      
flex: 0 0 auto;           
}
}  main.lr-body {
background: #f8f8f8;
color: #222;
overflow-x: hidden;
}  main.lr-body section.lr-first {
background: #d9d0c8;
padding: 80px 0 60px;
text-align: center;
}
main.lr-body section.lr-first .lr-inner {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
main.lr-body section.lr-first h1 {
font-size: 50px;
margin-bottom: 50px;
font-weight: 400;
}
main.lr-body section.lr-first > .lr-card-group {
display: flex;
flex-wrap: wrap;
justify-content: center;  
align-items: stretch;
gap: 25px;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
} main.lr-body section.lr-first > .lr-card-group .lr-card {
flex: 0 1 calc((100% - 75px) / 4); min-width: 250px;
height: 360px;
position: relative;
overflow: hidden;
background-size: cover;
background-position: center;
border-radius: 80px 80px 0 0; box-shadow: none;
color: #fff;
display: flex;
align-items: flex-end;
text-align: left;
transition: transform 0.3s ease, filter 0.3s ease;
} main.lr-body section.lr-first > .lr-card-group .lr-card::before {
content: "";
position: absolute;
inset: 0;
background: rgba(0,0,0,0.35);
transition: background 0.3s ease;
} main.lr-body section.lr-first > .lr-card-group .lr-card .lr-card-content {
position: relative;
z-index: 1; } main.lr-body section.lr-first > .lr-card-group .lr-card h3 {
font-family: 'Roboto', sans-serif;
font-size: 20px;
line-height: 1.25;
font-weight: 700;
margin: 0 0 10px;
padding: 0 24px;
} main.lr-body section.lr-first > .lr-card-group .lr-card p {
font-size: 14px;
line-height: 1.45;
color: #eee;
margin: 0;
background: #0000002b;
padding: 15px 24px;
} main.lr-body section.lr-first > .lr-card-group .lr-card:hover {
transform: translateY(-6px);
}
main.lr-body section.lr-first > .lr-card-group .lr-card:hover::before {
background: rgba(0,0,0,0.45);
}  @media (max-width: 1199.98px) {
main.lr-body section.lr-first > .lr-card-group .lr-card {
flex: 0 1 calc((100% - 50px) / 3); min-width: 260px;
height: 340px;
}
} @media (max-width: 991.98px) {
main.lr-body section.lr-first > .lr-card-group .lr-card {
flex: 0 1 calc((100% - 25px) / 2);
height: 320px;
}
} @media (max-width: 575.98px) {
main.lr-body section.lr-first {
padding: 60px 0 40px;
}
main.lr-body section.lr-first > .lr-card-group .lr-card {
flex: 1 1 100%;
height: auto;             
min-height: 300px;
border-radius: 60px 60px 0 0;
}
main.lr-body section.lr-first h1 {
font-size: 50px;
margin-bottom: 32px;
}
} main.lr-body section.lr-first > .lr-card-group .lr-card:nth-child(1) {
border-top-left-radius: 50% 40%;
border-top-right-radius: 0%;
} main.lr-body section.lr-first > .lr-card-group .lr-card:nth-child(2) {
border-top-left-radius: 50% 40%;
border-top-right-radius: 50% 40%;
} main.lr-body section.lr-first > .lr-card-group .lr-card:nth-child(3) {
border-top-left-radius: 50% 40%;
border-top-right-radius: 50% 40%;
} main.lr-body section.lr-first > .lr-card-group .lr-card:nth-child(4) {
border-top-left-radius: 0;
border-top-right-radius: 50% 40%;
} main.lr-body section.lr-second {
background: #d7d5c9;
padding: 80px 0;
}
main.lr-body section.lr-second .lr-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 60px;
max-width: 1200px;
margin: 0 auto;
}
main.lr-body section.lr-second .lr-img {
flex: 0 0 45%;
border-radius: 60px;
object-fit: cover;
box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
main.lr-body section.lr-section.lr-second.fade-in.visible img {
max-width: 360px;
width: 350px;
height: 350px;
}
main.lr-body section.lr-second .lr-text {
flex: 0 0 50%;
padding: 50px 0;
}
main.lr-body section.lr-second .lr-text h2 {
font-size: 50px;
margin-bottom: 25px;
text-align: center;
color: #111;
}
main.lr-body section.lr-second .lr-text p {
font-size: 17px;
line-height: 1.8;
color: #222;
}
@media (max-width: 900px) {
main.lr-body section.lr-second .lr-inner {
flex-direction: column;
gap: 30px;
}
main.lr-body section.lr-second .lr-text h2 { text-align: center; }
} @media (max-width: 767.98px) {
main.lr-body section.lr-second .lr-inner {
flex-direction: column;
gap: 24px;
}
main.lr-body section.lr-second .lr-text { order: 1; padding: 0; }
main.lr-body section.lr-second .lr-img  { order: 2; width: 100%; max-width: 100%; height: auto; border-radius: 32px; } main.lr-body section.lr-section.lr-second.fade-in.visible img { width: 100%; height: auto; max-width: 100%; }
} main.lr-body section.lr-third {
background: url(//pianoruum.ee/wp-content/uploads/2025/10/pianoruum_studia-1536x1024.jpg) center/cover no-repeat;
padding: 100px 0;
color: #111;
}
main.lr-body section.lr-third .lr-inner {
max-width: 1100px;          
margin: 0 auto;
padding: 0 20px 60px;
}
main.lr-body section.lr-third h2 {
font-size: 50px;
line-height: 1.2;
margin: 0 0 40px;
text-align: center;
font-weight: 400;
color: white;
} main.lr-body section.lr-third .lr-teacher-group {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 0px;
justify-items: center;
} main.lr-body section.lr-third .lr-teacher {
width: 100%;
max-width: 340px; background: #fff;
border-radius: 16px;
box-shadow: 0 8px 28px rgba(0,0,0,0.12);
overflow: hidden; text-align: center;
transition: transform .25s ease, box-shadow .25s ease;
}
main.lr-body section.lr-third .lr-teacher:hover {
transform: translateY(-3px);
box-shadow: 0 12px 36px rgba(0,0,0,0.16);
} main.lr-body section.lr-third .lr-teacher img {
display: block;
width: 100%;
aspect-ratio: 3 / 4;
object-fit: cover;
} main.lr-body section.lr-third .lr-teacher-name {
padding: 14px 16px 18px;
font-family: 'Roboto', sans-serif;
font-weight: 600;
font-size: 18px;
color: #333;
} main.lr-body section.lr-third {
background-position: center 0; 
background-repeat: no-repeat;
background-size: cover;
will-change: background-position; 
} @media (min-width: 1400px) {
main.lr-body section.lr-third .lr-inner { max-width: 1200px; }
}
@media (max-width: 575.98px) {
main.lr-body section.lr-third { padding: 70px 0; }
main.lr-body section.lr-third h2 { font-size: 30px; margin-bottom: 32px; }
}  section.lr-reviews {
background: #fff;
padding: 80px 0;
}
section.lr-reviews .lr-inner {
max-width: 1200px;
margin: 0 auto;
} section.lr-reviews .lr-inner h2 {
font-size: 46px;
text-align: center;
margin: 0 0 50px;
font-weight: 400;
} section.lr-reviews .lr-reviews-grid {
position: relative;
overflow: hidden; width: 100%;
} section.lr-reviews .lr-reviews-track {
display: flex;
gap: var(--lr-rev-gap, 22px);
transform: translate3d(0,0,0);
will-change: transform;
} :root { --lr-rev-vis: 3; --lr-rev-gap: 22px; } @media (max-width: 1023px) { :root { --lr-rev-vis: 2; --lr-rev-gap: 16px; } } @media (max-width: 767px)  { :root { --lr-rev-vis: 1; --lr-rev-gap: 0px;  } } section.lr-reviews .lr-review {
flex: 0 0 calc((100% - (var(--lr-rev-gap) * (var(--lr-rev-vis) - 1))) / var(--lr-rev-vis));
box-sizing: border-box;
margin: 25px 0 50px !important;
background: rgba(255,255,255,.95);
border-radius: 16px;
padding: 28px 26px 24px;
box-shadow: 0 8px 24px rgba(0,0,0,.08);
text-align: center;
color: #334;
position: relative;
}
section.lr-reviews .lr-review::before {
content: "";
position: absolute;
top: -29px;
left: 52%;
transform: translateX(-50%);
width: 61px;
height: 50px;
background: url("data:image/svg+xml,%3Csvg width='34' height='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%238aa9c2' d='M20 2H4a2 2 0 00-2 2v12a2 2 0 002 2h3.586L12 22l4.414-4H20a2 2 0 002-2V4a2 2 0 00-2-2z'/%3E%3C/svg%3E") center/contain no-repeat; 
opacity: .9; pointer-events: none;
}
section.lr-reviews .lr-review-name { font-weight: 700; margin-bottom: 10px; color: #222; }
section.lr-reviews .lr-review-text { font-style: italic; color: #555; line-height: 1.6; } main.lr-body section.lr-cta {
background: #d9d0c8;
padding: 90px 0;
}
main.lr-body section.lr-cta .lr-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 60px;
max-width: 1200px;
margin: 0 auto;
}
main.lr-body section.lr-cta .lr-img {
flex: 0 0 28%;
border-radius: 5% 5% 50% 50%;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
max-width: 450px;
min-height: 450px;
}
main.lr-body section.lr-cta .lr-cta-text {
flex: 0 0 50%;
}
main.lr-body section.lr-cta .lr-cta-text h2 {
font-size: 50px;
margin-bottom: 25px;
text-align: left;
}
main.lr-body section.lr-cta .lr-cta-text p {
font-size: 17px;
line-height: 1.8;
}
main.lr-body section.lr-cta .lr-cta-text ul {
list-style: none;
padding: 0;
margin: 15px 0;
}
main.lr-body section.lr-cta .lr-cta-text li::before {
content: "• ";
color: #7c2b37;
font-weight: bold;
}
main.lr-body section.lr-cta .lr-cta-text .lr-button {
display: inline-block;
margin-top: 30px;
background: #7c2b37;
color: #fff;
padding: 14px 30px;
text-decoration: none;
border-radius: 6px;
font-weight: 600;
transition: background 0.3s;
}
main.lr-body section.lr-cta .lr-cta-text .lr-button:hover {
background: #982c42;
}
@media (max-width: 900px) {
main.lr-body section.lr-cta .lr-inner {
flex-direction: column;
gap: 24px;
}
main.lr-body section.lr-cta .lr-cta-text { flex: 0 0 100%; text-align: left; }
main.lr-body section.lr-cta .lr-cta-text h2 { text-align: center; font-size: 50px; }
main.lr-body section.lr-cta .lr-img { max-width: 100%; min-height: auto; border-radius: 24px; }
} footer.lr-footer {
background: #fff;
color: #222;
}
footer.lr-footer .lr-footer-grid {
max-width: 1200px;
margin: 0 auto;
padding: 48px 20px 28px;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr)); 
grid-auto-rows: auto;                              
gap: 28px;
} footer.lr-footer .lr-footer-col h4 {
margin: 0 0 12px;
font-size: 18px;
font-weight: 700;
color: #111;
}
footer.lr-footer .lr-footer-col p { margin: 6px 0; line-height: 1.45; }
footer.lr-footer .lr-footer-col a { color: #1a73e8; text-decoration: none; }
footer.lr-footer .lr-footer-col a:hover { text-decoration: underline; }
footer.lr-footer .lr-footer-map {
background: #fafafa;
border: 1px solid #eee;
border-radius: 8px;
overflow: hidden;
order: 6;
}
footer.lr-footer .lr-footer-map iframe {
display: block;
width: 100%;
height: 260px;
}
footer.lr-footer .lr-footer-bottom {
background: #4b3e3d;
color: #f1f1f1;
}
footer.lr-footer .lr-footer-bottom .lr-inner {
max-width: 1200px;
margin: 0 auto;
padding: 12px 20px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
}
footer.lr-footer .lr-copy { opacity: .95; }
footer.lr-footer .lr-footer-note { opacity: .85; }  @media (max-width: 991.98px) {
footer.lr-footer .lr-footer-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
} @media (max-width: 575.98px) {
footer.lr-footer .lr-footer-grid {
grid-template-columns: 1fr;
}
} .fade-in,
.slide-up,
.slide-in {
opacity: 0;
transform: translateY(20px);
transition: all 0.6s ease;
}
.visible { opacity: 1; transform: translateY(0); } @media (max-width: 992px) {
main.lr-body .lr-first .lr-card { flex: 1 1 calc(45% - 20px); }
main.lr-body .lr-cta .lr-inner,
main.lr-body .lr-second .lr-inner {
flex-direction: column;
}
}
@media (max-width: 600px) {
main.lr-body .lr-first .lr-card { flex: 1 1 90%; }
main.lr-body .lr-second .lr-text h2,
main.lr-body .lr-cta .lr-cta-text h2 { text-align: center; }
} @media (max-width: 575.98px) {
.lr-inner { padding: 0 16px; }
} .lr-modal {
display: none;
position: fixed;
inset: 0;
z-index: 9999;
align-items: center;
justify-content: center;
}
.lr-modal.active { display: flex; }
.lr-modal-overlay {
position: absolute;
inset: 0;
background: rgba(0,0,0,0.6);
}
.lr-modal-content {
position: relative;
background: #fff;
padding: 30px;
border-radius: 8px;
max-width: 600px;
width: 90%;
z-index: 10;
animation: fadeInScale 0.3s ease;
}
.lr-modal-close {
position: absolute;
top: 10px;
right: 15px;
background: none;
border: none;
font-size: 26px;
line-height: 1;
color: #555;
cursor: pointer;
}
@keyframes fadeInScale {
from { opacity: 0; transform: scale(0.9); }
to { opacity: 1; transform: scale(1); }
}  .lr-modal .lr-modal-content {
max-width: 720px;
border-radius: 16px;
background: #fff;
box-shadow: 0 20px 60px rgba(0,0,0,.25);
overflow: hidden;
}
.lr-modal .lr-modal-body { padding: 28px; } .lr-loading { margin: 0; color: #666; } .lr-modal .wpcf7 form {
display: block;
grid-template-columns: 1fr;
gap: 16px;
position: relative; } .lr-modal .wpcf7 form label {
display: block;
font: 600 14px/1.2 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
color: #2a2a2a;
margin: 0;
} .lr-modal .wpcf7 .wpcf7-form-control {
width: 100%;
box-sizing: border-box;
display: block;
margin-top: 8px;
padding: 12px 14px;
border: 1px solid #e6e8ee;
border-radius: 12px;
background: #f7f9fc;
color: #1e1f25;
outline: none;
transition: border-color .2s, box-shadow .2s, background .2s;
}
.lr-modal .wpcf7 .wpcf7-form-control:focus {
border-color: #7c6cff;
background: #fff;
box-shadow: 0 0 0 4px rgba(124,108,255,.15);
}
.lr-modal .wpcf7 textarea.wpcf7-form-control { min-height: 140px; resize: vertical; } .lr-modal .wpcf7 .wpcf7-submit {
appearance: none;
border: 0;
border-radius: 12px;
padding: 14px 18px;
font: 600 16px/1 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
color: #fff;
background: linear-gradient(135deg, #7c6cff, #4f46e5);
box-shadow: 0 12px 24px rgba(79,70,229,.25), inset 0 -2px 0 rgba(0,0,0,.15);
cursor: pointer;
transition: transform .08s, box-shadow .2s, filter .2s;
justify-self: stretch; }
.lr-modal .wpcf7 .wpcf7-submit:hover {
filter: brightness(1.05);
box-shadow: 0 14px 30px rgba(79,70,229,.32), inset 0 -2px 0 rgba(0,0,0,.18);
}
.lr-modal .wpcf7 .wpcf7-submit:active { transform: translateY(1px); } .lr-modal .wpcf7-spinner {
position: absolute !important;
right: 18px;
bottom: 18px;
margin: 0 !important;
} .lr-modal .wpcf7-response-output {
margin: 10px 0 0 !important;
border-radius: 10px;
padding: 10px 12px !important;
border: 1px solid transparent !important;
background: #f6f7fb;
color: #333;
}
.lr-modal .wpcf7 form.invalid .wpcf7-response-output {
background: #fff6f6;
border-color: #ffb3b3 !important;
color: #9d1d1d;
}
.lr-modal .wpcf7 form.sent .wpcf7-response-output {
background: #effaf3;
border-color: #a7e3c9 !important;
color: #116c4e;
} .lr-modal .wpcf7-not-valid {
border-color: #ff9090 !important;
background: #fff !important;
box-shadow: 0 0 0 4px rgba(255,144,144,.18) !important;
}
.lr-modal .wpcf7-not-valid-tip { display: none; } .lr-modal .lr-modal-close {
position: absolute;
top: 10px; right: 12px;
width: 36px; height: 36px;
border-radius: 50%;
border: 0;
background: transparent;
color: #666;
font-size: 24px; line-height: 1;
cursor: pointer;
transition: background .2s, color .2s;
}
.lr-modal .lr-modal-close:hover { background: rgba(0,0,0,.06); color: #222; } @media (min-width: 768px) {
.lr-modal .wpcf7 form {
grid-template-columns: 1fr 1fr;
grid-template-areas:
"name    email"
"subject subject"
"message message"
"agree   ."
"submit  .";
} .lr-modal .wpcf7 form > label:nth-of-type(1) { grid-area: name; }
.lr-modal .wpcf7 form > label:nth-of-type(2) { grid-area: email; }
.lr-modal .wpcf7 form > label:nth-of-type(3) { grid-area: subject; }
.lr-modal .wpcf7 form > label:nth-of-type(4) { grid-area: message; }
.lr-modal .wpcf7 form > label:nth-of-type(5) { grid-area: agree; } .lr-modal .wpcf7 .wpcf7-submit { grid-area: submit; }
} @media (max-width: 767.98px) {
.lr-modal .wpcf7 form > label,
.lr-modal .wpcf7 .wpcf7-submit { grid-column: 1 / -1; }
}   @media (min-width: 768px) {
header.lr-header section.lr-section.lr-second.fade-in.visible img {
width: 350px !important;
margin: 0 auto;
}
}
@media (max-width: 768px) {
main.lr-body section.lr-cta .lr-cta-text ul {
list-style: none;
padding: 0;
margin: 15px 0;
text-align: left;
margin-left: 20%;
}
main.lr-body section.lr-cta .lr-cta-text {
flex: 0 0 100%;
text-align: center;
}
main.lr-body section.lr-third .lr-teacher-group {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 50px;
justify-items: center;
}
main.lr-body section.lr-first {
padding: 40px 0;
}
}
main.lr-body .lr-card-content p {
min-height: 65px;
}
@media (max-width: 1200px) {
html, body {
overflow-x: hidden; 
}
header.lr-header,
main.lr-body,
footer.lr-footer,
.lr-section,
.lr-inner {
max-width: 100%;
overflow-x: clip;                   
box-sizing: border-box;
}
img, svg {
max-width: 100%;
height: auto;
display: block;  
}
.lr-reviews,
.lr-reviews-grid,
.lr-hero,
.lr-banner,
.lr-cards,
.lr-gallery {
overflow-x: clip;
}
header.lr-header .lr-lang {
max-width: calc(100vw - 32px);
white-space: nowrap;
}
}
.lr-copy a {
color: white !important;
}body { font-family: 'Roboto', sans-serif; background: #fff; color: #222; }