.block1{
    display: flex;
    justify-content: flex-start;   /* текст слева */
    align-items: flex-start;       /* выше центра */

    background-image: url("../images/m1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;

    min-height: 520px;
    padding: 60px 80px;
}

.block1 .slogan{
    max-width: 400px;
    margin-top: 20px;              /* чуть выше */
    color: var(--bg-color2);
}
.block1 .sloganaz{
    max-width: 500px;
    margin-top: 20px;              /* чуть выше */
    color: var(--bg-color2);
}
/*
.block1 {
    justify-content: flex-start;
    align-items:start;
    background: url(../images/m1.png);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 160px;
}

.block1 .slogan {
   margin: 30px 100px; 
   justify-content: left;
   padding-top: 100px;
   width: 35%;
   color: var(--bg-color2);
}
   */
.block2 {
    justify-content: left;
    align-items: flex-start;
    background-color:var(--bg-color1);
    color: var(--bg-color2);
}


.block2 .Mind nav a{
  /*  font-size: 0.875rem; */
    font-weight: normal;
    color: var(--bg-color2);
    text-decoration: none;
    margin: 0 11px;
}
.block2 .Mind nav a:hover{
    font-weight: normal;  
    color: var(--bg-color2);
    padding-bottom: 7px;
    border-bottom: 3px solid;
}
.block3 {
    justify-content: left;
    align-items: flex-start;
    background-color:var(--bg-color3);
}

.block3 .Language nav a{
 /*   font-size: 0.875rem;*/
    font-weight: normal;
    color: var(--bg-color1);
    text-decoration: none;
    margin: 0 11px;
}
.block3 .Language nav a:hover{
 /*   font-size: 0.875rem;*/
    font-weight: normal;
    color: var(--bg-color1);
    border-bottom: 3px solid;
    padding-bottom: 7px;
}
/*
.Mind {
    justify-content: left;
    align-items: flex-start;
    padding: 50px;
    background-color: var(--bg-color1);
    color: var(--bg-color2);
   
}*/
/* chatgpt start */
.Mind {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  
}
.program-card {
  background: white;
  color: #0b1e5c;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  height: 100%; /* растягивает карточку */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* равномерно распределяет контент */
  width: 100%;
}

.program-card:hover {
  transform: translateY(-5px);
}

.dark-card {
  background: #0b1e5c;
  color: white;
}

.light-card {
  background: white;
  color: #0b1e5c;
}
.dark-card .course-list a {
    color: white;
}

.dark-card .course-list a:hover {
    color: white;
    text-decoration: none;
}
.course-list {
  margin: 15px 0;
  padding-left: 18px;
}

.course-list li {
  margin-bottom: 8px;
}

.course-list a {
  text-decoration: none;
  color: #0b1e5c;
}

.btn-more {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 16px;
  background: #0b1e5c;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.btn-more.highlight {
  background: #0b1e5c;
  color: white;
}

.start-link {
  font-weight: bold;
  color: #8dc3f2;
  text-decoration: none;
}

.start-link:hover {
  text-decoration: underline;
}

.who-list {
  margin-top: 15px;
  padding-left: 18px;
}
/* chatgpt end */
.Who {
    
    color: white;
}

.Who .slog{
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 1em;
}

.Language {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  background-color: var(--bg-color2);
  align-items: stretch; /* ключевая строка */
  justify-content: left;
}
/*
.Language {

    justify-content: left;
    align-items: flex-start;
    padding: 50px;
    background-color: var(--bg-color2);
  /*  color: var(--bg-color1);
}
*/
.Business {
    width: 50%;
}
/*
.General {
    width: 50%;
    background-color: var(--bg-color1); 
    color: var(--bg-color2);
}

.Teachers {
   width: 50%; 
    
}
   */
.Mission {
    max-width: 600px;
    padding: 70px 0;
    }

.Mission h3 {
    text-align: left;
    margin-bottom: 10px;
}

.Mission .slog {
    margin-left: 160px; /* сдвиг вправо */
    line-height: 1.6;
    font-size: 1rem;
}
.Vision {
    max-width: 600px;
    margin-left: 450px;
    padding: 70px 0;
}

.Vision h3 {
    text-align: left;
    margin-bottom: 10px;
}

.Vision .slog {
    margin-left: 160px; /* сдвиг вправо */
    line-height: 1.6;
    font-size: 1rem;
}
.Courses1 {
    padding-left: 20px;
}
.Courses2 {
    padding-left: 20px;
}

.price-box {
 margin: 3px;

}

.price-box p {
    margin: 3px 20px;
    line-height: 1.2;
}

.price {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 10px 20px;
}

.price span {
    font-size: 1rem;
    font-weight: normal;
}

.btn-enroll {
    display: inline-block;
    margin-top: 0px;
    margin-left: 25px;
    margin-bottom: 30px;
    padding: 10px 16px;
    background: #0b1e5c;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}
.btn-enroll-white {
    display: inline-block;
    margin-top: 0px;
    margin-left: 25px;
    margin-bottom: 30px;
    padding: 10px 16px;
    color: #0b1e5c;
    background: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 50px 0;
}

/* LEFT */
.contact-info {
    background: #0b1e5c;
    color: white;
    padding: 30px;
    border-radius: 16px;
}

/* RIGHT */
.contact-form {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* FORM */
.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    margin: 8px 0 15px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.btn-send {
    padding: 12px;
    background: #0b1e5c;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}

.btn-send:hover {
    background: #8dc3f2;
    color: #0b1e5c;
}


