body {
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #111;
    line-height: 1.6;
    overflow-x: hidden;
    margin: 0;
}
.hero::selection {
      background-color: white; 
      color: #000000;
}
.hero {
      background-color: #ff7aaf; 
      width: 100%;
}
.hero h1{
    text-align: center;
    margin: 10px;
}
.container {
    max-width: 900px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: auto;
}
.img-container {
  width: 100%;   
  height: 100%;  
  overflow: hidden; 
}

.img-container img {

  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

h2 {
    font-size: 24px;
    margin: 30px 0 15px;
}

h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 8px;
}

.hero span {
    font-weight: bold;
}

.block {
    margin-bottom: 30px;
}

.accent {
    background: #ff7aaf;
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
}

.accent h2 {
    font-size: 26px;
}

.result ul {
    font-weight: bold;
}

.small {
    font-size: 14px;
    color: #555;
}

.note {
    font-style: italic;
    color: #666;
}

.columns {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.columns div {
    flex: 1;
    min-width: 250px;
}

.carousel-wrapper {
  position: relative;
  max-width: 100%;
}

/* карусель */
.carousel {
  display: flex;
  gap: 12px;
  overflow-x: hidden; 
  scroll-behavior: smooth;
  margin: 0 auto;
}

.carousel img {
  flex: 0 0 auto;
  width: 200px;
  height: 300px;
  border-radius: 8px;
}

/* стрелки */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.9);
  border: none;
  border-radius: 50%;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.arrow.left {
  left: 8px;
}

.arrow.right {
  right: 8px;
}
.day img {
    width: 100%;
    height: 100%;
    border-radius: 20px; 
   overflow: hidden; 
   margin: 0 auto;
}

.start {
    background: #f5f5f5;
    padding: 20px;
    text-align: center;
}

.date {
    font-size: 20px;
    font-weight: bold;
}

.program .day {
    margin-bottom: 30px;
}

.price {
    text-align: center;
    padding: 40px 20px;
}

.cost {
    font-size: 32px;
    font-weight: bold;
    margin: 15px 0;
}

.btn {
    display: inline-block;
    padding: 15px 25px;
    background: #ff7aaf;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    margin-top: 20px;
}

.btn:hover {
    opacity: 0.8;
}
.not-for {
    background: #f7f2f8;
    padding: 40px 20px;
}

.not-for h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #a455b6;
    margin-bottom: 30px;
}

.not-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    padding: 18px 16px;
    border-radius: 14px;
    margin-bottom: 16px;
}

.icon-img {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}

.not-item p {
    font-size: 18px;
    color: #111;
    line-height: 1.3;
}

.footer {
    background: #f2f2f2;
    padding: 30px 20px;
    margin-top: 60px;
   
}

.footer-inner {
 
    margin: 0 auto;
    text-align: left;
}

.footer p {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
    line-height: 1.4;
}

.footer strong {
    font-weight: 600;
    color: #333;
}

ul {
    list-style: none;
    padding-left: 0;
}

ul li {
    position: relative;
    padding-left: 20px;
}

ul li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #ff7aaf; 
}


/* Адаптив */
@media (min-width: 900px) {
    .container {
    
    margin: 0 auto;
}
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;

    }

     .not-for {
        padding: 60px 40px;

    }

    .not-for h2 {
        font-size: 32px;

    }

    .not-item p {
        font-size: 20px;

    }
    .footer p {
        font-size: 15px;

    }
    .carousel{
        margin-bottom: 10px;
    }
    .img-container{
     max-width: 850px;   
     max-height: 600px;  
     margin: 0 auto;
     border-radius: 30px;
    }
    
.day img {
  
     width: 100%;   
  height: 100%;  

}
.carousel img{
    max-width: 400px;
    max-height: 600px;
}
}
