body { 
    font-family: Arial, sans-serif;
    font-size: large;
    margin: 0; 
    right: 0;
    padding: 0; 
    background: #f5f5f5; 
    color: #333; 
    
    transform: translateX(-150%);
    animation: ani 1s forwards;
}


html {
  scroll-behavior: smooth; /* плавная прокрутка */
}

@keyframes ani {
    0% {transform: translateX(-150%);}
    100% {transform: translateY(0);}
}

header { 
    background: #004aad; 
    color: white; 
    padding: 40px 20px; 
    text-align: center; 
}

header h1 { 
    margin: 0; 
    font-size: 36px; 
}

header p { 
    margin-top: 10px; 
    font-size: 18px; 
}

.btn {
    background: white; 
    font-family: WDXL Lubrifont SC; 
    font-size: large;
    padding: 12px 24px; 
    color: #000; 
    text-decoration: none; 
    border-radius: 8px; 
    border: white;
    display: inline-block; 
    margin-top: 20px;
    width: auto;
    height: 60px;
    cursor: pointer;
    transition: transform 0.3s ease;  
}

.btn:hover {
    transform: scale(1.05); 
}

section { 
    padding: 5px 20px; 
    max-width: 1000px; 
    margin: auto; 
    background: white;
    margin-top: 20px; 
    border-radius: 8px; 
}

h2 { 
    color: #004aad; 
    display: flex;
    justify-content: center;
}

ul { 
    list-style: none; 
    padding: 0; 
}

ul li { 
    padding: 8px 0; 
}
.review { 
    background: #eaf4ff; 
    padding: 20px; 
    margin-top: 20px; 
    border-left: 4px solid #004aad; 
}

.faq-item { 
    margin-bottom: 15px; 
}
.contact-form input, .contact-form textarea { 
    width: 98%; 
    padding: 10px; 
    margin-bottom: 10px; 
    border-radius: 4px; 
    border: 1px solid #ccc; 
}

.contact-form button { 
    padding: 10px 20px; 
    background: #004aad; 
    color: white; 
    border: none; 
    border-radius: 4px; 
    cursor: pointer; 
}

.logoImg {
  display: block;
  max-width: 35px;
  height: auto;
}

.Лариса {
    border-radius: 200px;
    width: 260px;
}

.Игорь {
    border-radius: 200px;
    width: 260px;
    /* margin-left: 740px;
    position: fixed; */
}

.Валентин {
    border-radius: 200px;
    width: 260px;
}

.Описание {
    margin-top: 90px;
    font-size: 19.3px;
}

.nav {
    display: flex;
    justify-content: space-between;
}
.headNav {
    height: 50px;
    background-color: #f0f8ff;
}

.тарифы {
    background-color:  #F0F8FF;
    border-color: #F0F8FF;
    border: 1px;
    font-size: large;
    cursor: pointer;
}

.отзовы {
    background-color:  #F0F8FF;
    border-color: #F0F8FF;
    border: 1px;
    font-size: large;
    cursor: pointer;
}

.вопросы {
    background-color:  #F0F8FF;
    border-color: #F0F8FF;
    border: 1px;
    font-size: 95%;
    cursor: pointer;
}

.расписание {
    color: black;
    text-decoration: none
}

.section {
    display: flex;
    gap: 50px;
    flex-direction: column;
}

.otz {
    padding-bottom: 50px;
}

.maxx {
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    text-shadow:
        0 0 7px #fff,
        0 0 10px #fff,
        0 0 21px #fff,
        0 0 42px #0fa,
        0 0 82px #0fa,
        0 0 92px #0fa,
        0 0 102px #0fa,
        0 0 151px #0fa;
}

.max {
    width: 190px;
    height: 120px;
    border-width: 5px;
    padding: 20px;
    margin-left: 20px;
    border-style:solid;
    border-color: white;
}

.contactInfo {
    margin: 0;
}


footer {
    text-align: center; 
    padding: 20px; 
    background: #004aad; 
    color: white; 
    margin-top: 80px; 
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}


.jne {
    color: white;
}

.contact {
    padding-bottom: 30px;
}

.avtPravo {
    font-size: 5px;
}

nav {
    height: 100%;
}

.head {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}

.head li a {
  padding: 10px;
  text-decoration: none;
}

.head li:nth-child(1) a {
  display: flex;
  justify-content: center;
  padding: 0;
}

@media (max-width: 768px) {
  .head {
    flex-direction: column;
  }
  .headNav {
    height: auto;
  }
}
