
    .experts-section {
      width: 100%;
      background-color: #0D63BE;
      border-radius: 56px;
      overflow: hidden;
      display: flex;
      position: relative;
      justify-content: center;
      margin-top: 20px;
      height: 680px;
    }
.slider-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.active-slide {
  opacity: 1;
  z-index: 2;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.7);
  border: none;
  padding: 0.5em 1em;
  cursor: pointer;
  font-size: 1.5rem;
  z-index: 3;
}

.prev { left: 10px; }
.next { right: 10px; }
    .experts-content {
      max-width: 1000px;
      width: 100%;
      display: flex;
      position: relative;
      z-index: 2;
    }

.background-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 700px;       /* фиксированная ширина */
  height: 100%;
  transform: translateX(calc(-50% - 400px)); /* центр - 50px */
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 1;
  transition: background 0.3s ease;
  background-image: var(--bg-url);
}

    .experts-left {
      width: 45%;
      padding: 20px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
    }

  
    .experts-left h2 {
  color: white;
  font-size: 40px;
  margin-bottom: 20px;
  white-space: nowrap;       
  overflow: hidden;          
  text-overflow: ellipsis;  
  margin-left: -100px; 

}
.experts-word-opinion{
  font-weight: 500;

}
.experts-word-name{
font-family: 'Roboto Serif', serif;
font-weight: 500;
margin-left: 10px;
}

    .experts-left img {
      max-width: 100%;
      max-height: 280px;
      border-radius: 24px;
      object-fit: cover;
    }

    .experts-right {
      width: 100%;
      padding: 15px 10px;
      box-sizing: border-box;
    }

.expert-block {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 16px;           
  padding: 50px 106px;            
  margin: 20px 0 14px 0;         
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06); 
  min-height: 180px;            
  width: 120%;                  
  transform: translateY(5px);   
}
.expert-text {
  padding-left: 140px; 
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  color: #212121;
}



.expert-img {
  position: absolute;
  bottom: 0;          
  left: 0;
  width: 213px;
  height: auto;
  object-fit: contain;
  z-index: 10;
  pointer-events: none;
  transform-origin: bottom left;
  transform: translateY(0px); 
}




.expert-block:nth-child(even) {
  flex-direction: row-reverse;
}

.expert-block:nth-child(even) .expert-img {
  left: auto;
  right: 0;
  bottom: 0;
  transform-origin: bottom right;
  transform: translateY(0px);
}

.expert-block:nth-child(even) .expert-text {
  padding-left: 0;
  padding-right: 140px;
}


    .expert-block:nth-child(even) .expert-img {
      margin-right: 0;
      margin-left: 20px;
    }

    .expert-text {
      flex: 1;
      font-size: 16px;
      font-weight: 400;
      color: #212121;
      line-height: 1.5;
      display: flex;
      flex-direction: column;
    }

    .expert-header {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 8px;
    }

    .expert-block:nth-child(even) .expert-header {
      align-items: flex-end;
      text-align: right;
    }

    .expert-name {
      font-weight: 500;
      font-size: 16px;
      color: #212121;
      margin-top: 10px;
    }

    .expert-role {
      font-size: 14px;
      font-weight: 400;
      color: #424242;
    }
    

   @media (max-width: 600px) {
 .experts-section {
  position: relative;   
  flex-direction: column;
  height: auto;
  border-radius: 24px;
  padding: 20px 5px;
}
  .expert-name{
    font-size: 14px;
   
  }
.expert-role {
  font-size: 12px;
 
}

  .experts-content {
    flex-direction: column;
    padding: 0 10px;
  }
.background-line {
  position: absolute;   
  top: 0;
  right: -450px !important; 
  left: auto;
  width: 90px;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  transition: right 1s ease-in-out;
  right:-100px;
}

  .experts-left {
    width: 100%;
    padding: 10px;
    align-items: flex-start;
    position: relative;
 
  }

  .experts-left h2 {
    font-size: 20px;
    margin-left: -10px;
    white-space: normal;
    text-overflow: initial;
     margin-top: -15px;
  }

 .experts-left img {
  content: url('https://prosto-dev-server.srv3.s3app.org/download/?id=fe119280-689b-46f1-ae2e-4830916c6826&mode=view');
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

   .experts-right {
    width: 100%;
    padding: 0;
  
      
  }

  .expert-block {
    flex-direction: column;
    width: 100%;
    padding: 20px 15px 10px 20px;
    align-items: flex-start;
  position: relative; 
    overflow: hidden;
    height: auto;
    margin-top: -30px;
    margin-bottom: 40px;
   
  }

  .expert-img {
    position: absolute;
    max-width: 180px;
    height: auto;
    bottom: 0;
    z-index: 1;

  }
   .expert-block:nth-child(even) .expert-header {
      align-items: flex-end;
      text-align: right;
      transform: translateX(-15px)
    }

  .expert-block:nth-child(odd) .expert-img {
    left: -50px;
    transform: translateY(0);
    top:19px;
  }

  .expert-block:nth-child(even) .expert-img {
    right: -40px;
    left: auto;
    transform: translateY(0);
    top:10px;
  }
.expert-block:nth-child(2) {
  margin-bottom: 10px;
}
.experts-word-name{
  font-size: 20px;
}

  .expert-text {
    padding: 0;
    position: relative;
    z-index: 2;
    background: transparent;
    font-size: 14px;
  }

  .expert-block:nth-child(even) .expert-text {
    text-align: left;
    align-items: flex-start;
  }
 .expert-block:nth-child(odd) .expert-text {
    padding-left: 100px;
  }

  .expert-block:nth-child(even) .expert-text {
    padding-right:100px; 
  }

  .expert-header {
    margin-bottom: 8px;
  }
}


    /*-------------------------------------------------------------*/
  
  .how-we-work {
      background: #fff;
      padding: 20px 30px;
      border-radius: 56px;
      margin: 40px auto;
      width: 800px;
      min-height: 400px;
      box-sizing: border-box;
      text-align: left;
    }

    .how-we-work .container {
      max-width: 720px;
      margin: 0 auto;
    }

    .how-we-work h2 {
      font-size: 32px;
      color: #1366D6;
      margin-bottom: 40px;
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 40px 20px;
    }

    .step {
      display: flex;
      align-items: flex-start;
      text-align: left;
    }

   
    .icon {
      width: 56px;
      height: 56px;
      margin-right: 16px;
      flex-shrink: 0;
    }

    .icon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
      border-radius: 0; 
    }

    .step p {
      font-size: 14px;
      color: #333;
      line-height: 1.5;
      margin: 0;
    }

 
    .why-us-wrapper {
      background: transparent;
      padding: 80px 0;
      margin-top: -100px;
    }

    .why-us-content {
      max-width: 1800px;
      margin: 0 auto;
      background: #1565C0;
      border-radius: 56px;
      padding: 30px 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 80px;
      color: #fff;
      box-sizing: border-box;
      overflow: hidden;
      flex-wrap: wrap;
    }

    .text-block {
      max-width: 540px;
      margin-left: 40px;
      color: #fff !important;
    }

 .small-opit {
  font-size: 24px !important;
  font-weight: 400 !important;

  margin-bottom: 8px;
  color: #ffffff !important;
}

.h2-opit {
  font-size: 40px !important;
  margin: 0 0 16px;
  font-family: 'Roboto Serif', serif;
  font-weight: 500;
  color: #fff;
}

.p-opit {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 24px;
 
}

    
    .carousel-controls {
      display: flex;
      align-items: center;
    }

    .carousel-controls button {
      width: 40px;
      height: 40px;
      border: 1px solid rgba(255, 255, 255, 0.6);
      background: transparent;
      border-radius: 8px; 
      cursor: pointer;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    
    .carousel-controls .prev {
      background: url('7wKxQ7N.png') no-repeat center center;
      background-size: 16px 16px;
      border: 1px solid rgba(255,255,255,0.6);
    }

    .carousel-controls .next {
      background: url('3PlJbCi.png') no-repeat center center;
      background-size: 16px 16px;
      border: 1px solid rgba(255,255,255,0.6);
    }

   
    .carousel-controls .prev,
    .carousel-controls .next {
      color: transparent;
      font-size: 0;
    }

    .carousel-controls .dots {
      display: flex;
      margin: 0 16px;
    }

    .carousel-controls .dot {
      width: 8px;
      height: 8px;
      background: rgba(255, 255, 255, 0.6);
      border-radius: 50%;
      margin: 0 4px;
    }

    .carousel-controls .dot.active {
      background: #fff;
    }

    .image-block {
      max-width: 460px;
      margin-right: 40px;
    }

    .image-block img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 12px;
    }

    /* Адаптив */
    @media (max-width: 1024px) {
      .steps {
        grid-template-columns: repeat(2, 1fr);
      }
      .why-us-content {
        flex-direction: column;
        text-align: center;
        padding: 60px 30px;
        gap: 40px;
      }
      .text-block {
        margin-left: 0;
        margin-bottom: 32px;
      }
      .image-block {
        margin-right: 0;
      }
    }

    @media (max-width: 600px) {
      .steps {
        grid-template-columns: 1fr;
      }
      .why-us-content {
        padding: 40px 20px;
      }
    }     


    /*------------------------------------------------------*/

.how-we-work-opit {
  background: #fff;
  padding: 40px 20px;
  border-radius: 56px;
  margin: 40px auto;
  max-width: 1100px;
  box-sizing: border-box;
}

.container-opit {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

h2 {
  font-size: 40px;
  margin-bottom: 40px;
  text-align: left;
}

.part1 {
  color: #1366D6;
  font-weight: 500;
}

.part2 {
  color: #1366D6;
  font-weight: 500;
  font-family: 'Roboto Serif', serif;
}

.steps-opit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px 20px;
}

.step-opit {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  text-align: left;
}

.icon-opit {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
}

.icon-opit img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.step-opit p {
  font-size: 16px;
  font-weight: 400;
  color: #424242;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 600px) {
  .how-we-work-opit {
    border-radius: 24px;
    padding: 30px 0;
    margin: 20px 0;
    margin-bottom: -20px;
    
  }

 .container-opit h2 {
    font-size: 20px;
    margin-bottom:10px;
    text-align: left;
    margin-top: -10px;
  }

  .steps-opit {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .step-opit {
    flex-direction: row;     
    align-items: center;
    text-align: left;
    gap: 12px;
  }

  .icon-opit {
    width: 40px;           
    height: 40px;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .icon-opit img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .step-opit p {
    font-size: 14px;         
    line-height: 1.4;
    margin: 0;
  }
}
/*-----------------------------*/

.why-us-wrapper-opit {
  background: transparent;
  padding: 80px 0;
  margin-top: -80px;

}

.why-us-content-opit {
  width: 100%;
  background: #1366D6;
  border-radius: 56px;
  padding: 30px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  flex-wrap: wrap;
}
.text-block-opit {
  max-width: 540px;
  margin-left: 40px;
}

.text-block-opit small {
  display: block;
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 8px;
}

.text-block-opit h2 {
  font-size: 40px;
  margin: 0 0 16px;
}

.text-block-opit p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.carousel-controls-opit {
  display: flex;
  align-items: center;
}

.carousel-controls-opit button {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  border-radius: 8px; 
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-controls-opit .prev-opit {
  background: url('https://prosto-dev-server.srv3.s3app.org/download/?id=94519385-6650-446c-91ed-a16b4a8d1d8b&mode=view') no-repeat center center;
  background-size: 20px 20px;
  border: 1px solid rgba(255,255,255,0.6);
}

.carousel-controls-opit .next-opit {
  background: url('https://prosto-dev-server.srv3.s3app.org/download/?id=04bff5c1-7951-4cdf-a832-fb3f3c8b20fa&mode=view') no-repeat center center;
  background-size: 20px 20px;
  border: 1px solid rgba(255,255,255,0.6);
}

.carousel-controls-opit .prev-opit,
.carousel-controls-opit .next-opit {
  color: transparent;
  font-size: 0;
}

.carousel-controls-opit .dots-opit {
  display: flex;
  margin: 0 16px;
}

.carousel-controls-opit .dot-opit {
  width: 12px;
  height: 12px;
  background: #fff; 
  border-radius: 50%;
  margin: 0 4px;
  border: none; 
}

.carousel-controls-opit .dot-opit.active-opit {
 background: transparent; 
  border: 1px solid #fff;  
  box-sizing: border-box; 
}

.image-block-opit {
  max-width: 460px;
  margin-right: 40px;
}

.image-block-opit img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
@media (max-width: 600px) {
  .why-us-wrapper-opit {
    padding: 40px 0;
    margin-top: 0;
    margin-bottom: -40px;
  }

  .why-us-content-opit {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    gap: 24px;
    border-radius: 24px;
  
  }
  .small-opit{
    font-size: 16px !important;
    margin-top: 10px !important;
    margin-left: -10px !important;
  }
  .h2-opit{
    font-size: 20px !important;
    margin-top: -5px !important;
margin-bottom: 10px !important; 
margin-left: -12px  !important;   
  }

  .text-block-opit {
   
    margin: 0;
    width: 100%;
  }

  .text-block-opit{
    font-size: 22px !important;
    margin-bottom: 16px;
     margin-left: 30px;
  }

.image-block-opit {
  width: 95%;
  max-width: 408px;
  height: 230px;        
  overflow: hidden;     
  margin: -30px 35px 0 auto;
  display: block;
}
.image-block-opit img {
  width: 100%;
  height: 100%;
  object-fit: cover;   
}
   .text-block-opit {
    padding-right: 10px !important;
    width: 100%;
    box-sizing: border-box;
  }

  .text-block-opit small {
   
    font-size: 16px !important;
   
    max-width: 100%;
    line-height: 1.4;
   position: absolute;
   left: 30px;
  }

 .text-block-opit p {
  font-size: 14px !important;
  max-width: 100%;
  line-height: 1.5;
  margin-top: -20px;
  margin-bottom: 35px;
  margin-left: -10px;
  padding: 0 10px 0 -40px;

}

.carousel-controls-opit {
  display: flex;
  gap: 10px;
  position: absolute;   
  bottom: 10px;         
  left: 30px;           
  
}
.prev-opit .next-opit{
  height: 48px;
  width: 48px;
}


  .carousel-controls-opit button {
    width: 40px;
    height: 40px;
    background-size: 16px 16px;
  }

  .carousel-controls-opit .dot-opit {
    width: 10px;
    height: 10px;
  }
}

/*---------------------------------------------------------------*/

.container-otziv {
      max-width: 1100px;
      margin: 40px auto;
      padding: 30px 40px;
      background: white;
      border-radius: 56px;
      margin-top: -40px;
      height: 660px;
    }

    .title-otziv {
      margin-top: 10px;
      color: #1565C0;
      font-size: 40px;
      margin-bottom: 20px;
    }
    .part1-otziv {
  font-weight: 500;
  
}

.part2-otziv {
  font-weight: 500;
  font-family: 'Roboto Serif', serif;
}

    .reviews-otziv {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: space-between;
    }

    .card-otziv {
      background: #F5F5F5;
      border-radius: 8px;
      padding: 30px 20px;
      flex: 0 1 calc(50% - 10px);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
      box-sizing: border-box;
    }

    .card-otziv.highlight-otziv {
      background: #F5F5F5;
    }
    .card-otziv:hover {
  background: #ECF6FE;
}

    .card-otziv img.avatar-otziv {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      margin-right: 10px;
    }

    .card-header-otziv {
      display: flex;
     align-items: flex-start;
      margin-bottom: 8px;
      font-size: 16px;
      font-weight: 500;
      color: #212121;
    }
    .info-otziv {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

    .date-otziv {
      font-size: 14px;
      color: #757575;
      margin-top: -5px;
      margin-bottom: 8px;
      font-weight: 400;
      margin-top: 4px;
    }

    .card-content-otziv {
      font-size: 16px;
      font-weight: 400;
      color: #616161;
      margin: 0;
      padding: 0;
      line-height: 1.5;
      flex-grow: 1;
    }

  .card-icon-otziv {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex; 
  gap: 2px;      
  align-items: center;
}

    .card-icon-otziv img.icon-img-otziv {
      width: 32px;
      height: 32px;
      display: block;
    }

    .icon-img-otziv {
      width: 32px;
      height: 32px;
      margin-right: 8px;
      vertical-align: middle;
    }

 

.buttons-otziv {
  display: flex;
  justify-content: center;
  gap: 20px;         
  margin-top: 30px;
  flex-wrap: wrap;   
}

.button-otziv {
  display: flex;
  align-items: center;
  gap: 8px;            
  padding: 10px 24px;
  background: #ffffff;
  color: #2196F3;
  border: 1px solid #2196F3;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
  white-space: nowrap; 
}

.icon-img-otziv {
  width: 22px;
  height: 22px;
  display: inline-block;
}

    .button-otziv:hover {
      background-color: #d0eaff;
    }

@media (max-width: 600px) {
  .container-otziv {
    max-width: 100%;
    margin: 20px 0;
    padding: 16px;
    border-radius: 24px;
    height: auto;
  }

  .title-otziv {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: left;
    margin-top: 0;
  }

  .reviews-otziv {
    flex-direction: column;
    gap: 16px;
  }

  .card-otziv {
    flex: 1 1 100%;
    padding: 20px 16px;
    border-radius: 12px;
  }

  .card-header-otziv {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .card-otziv img.avatar-otziv {
    width: 36px;
    height: 36px;
    margin-right: 8px;
  }

  .date-otziv {
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 6px;
  }

  .card-content-otziv {
    font-size: 14px;
    line-height: 1.4;
  }

  .card-icon-otziv {
    top: 10px;
    right: 10px;
  }

  .card-icon-otziv img.icon-img-otziv {
    width: 24px;
    height: 24px;
  }

  .buttons-otziv {
    gap: 12px;
    margin-top: 20px;
  }

  .button-otziv {
    padding: 8px 18px;
    font-size: 13px;
    gap: 6px;
  }

  .button-otziv .icon-img-otziv {
    width: 20px;
    height: 20px;
  }
}

    /*----------------------------------------------------------------------*/

       .blue-container-stoimosti {
  background: #0063cf;
  border-radius: 56px;
  padding: 20px 30px;
  width: 100%;
  box-sizing: border-box;
  color: white;
  margin-bottom: -10px;
}

.pricing-section-stoimosti {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  color: white;
}

    .pricing-title-stoimosti {
      font-size: 40px;
      margin-bottom: 30px;
      padding-left: 150px;
      font-weight: 500;
    }
    .highlight-consultation {
  font-weight: 500;
  font-family: 'Roboto Serif', serif !important;
}

    .pricing-cards-stoimosti {
      display: flex;
      gap: 30px;
      justify-content: center;
      flex-wrap: wrap;
      align-items: stretch;
      
    }

    .card-stoimosti {
      background: white;
      border-radius: 16px;
      padding: 15px 15px;
      max-width: 440px;
      width: 100%;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 460px;
      color: #000;
    }

    .card-stoimosti h3 {
      font-size: 24px;
      margin-bottom: 20px;
      text-align: center;
      width: 100%;
      font-weight: 400;
      color: #212121; 
    }

    .card-stoimosti.highlighted-stoimosti h3 {
      color: #2a94f4; 
    }
    .mobile-button-wrapper {
  display: block;
}

    .card-stoimosti ul {
      list-style: none;
      padding: 0;
      margin: 0 0 20px;
      color: #424242;
      text-align: left;
      font-size: 16px;
      font-weight: 400;

    }

    .card-stoimosti ul li {
      position: relative;
      padding-left: 24px; 
      margin-bottom: 12px;
      text-align: left;
    }

    .card-stoimosti ul li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 12px;
      transform: translateY(-50%);
      width: 20px;  
      height: 20px;  
      background-image: url('https://prosto-dev-server.srv3.s3app.org/download/?id=54d3c943-8a67-4f08-8ca4-7b9e2567aa26&mode=view');
      background-size: contain;
      background-repeat: no-repeat;
    }

    .price-stoimosti {
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 20px;
      text-align: center; 
      color: #212121;
    }

    .btn-stoimosti {
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  width: 100%;
  box-sizing: border-box;
  display: block;
}


.btn-stoimosti.outline-stoimosti {
  background-color: transparent;
  color: #2a94f4;
  border: 1px solid #2a94f4;
}

.btn-stoimosti.outline-stoimosti:hover {
  background-color: #2a94f4; 
  color: white;
  
}
.btn-stoimosti.filled-stoimosti {
  background-color: #2a94f4;
  color: white;
  border: none;
}

.btn-stoimosti.filled-stoimosti:hover {
  background-color:transparent;
  color: #2a94f4;
  border: 1px solid #2a94f4;
}
@media (max-width: 600px) {
  .blue-container-stoimosti {
    border-radius: 24px;
    padding: 20px 16px;
    margin-bottom: -5px;
  }

  .pricing-section-stoimosti {
    padding: 0;
  }

  .pricing-title-stoimosti {
    font-size: 20px;
    padding-left: 0;
    text-align: left;
    margin-bottom: 20px;
  }

  .pricing-cards-stoimosti {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }

  .card-stoimosti {
    max-width: 100%;
    padding: 16px;
    min-height: auto;
    border-radius: 12px;
  }

  .card-stoimosti h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .card-stoimosti ul {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .card-stoimosti ul li {
    margin-bottom: 10px;
    padding-left: 24px;
  }

  .card-stoimosti ul li::before {
    width: 16px;
    height: 16px;
    top: 10px;
  }

  .price-stoimosti {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .btn-stoimosti {
    font-size: 16px !important;
    padding: 10px 16px;
    height: 48px;
  }
}
    /*---------------------------------------------------------*/
    .container-vibor {
  max-width: 1100px;
  margin: 30px auto;
  background: white;
  border-radius: 56px;
  padding: 40px 30px; 
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 20px;
 
}
    .title-vibor {
  font-family: 'Roboto Serif', serif;
  font-size: 40px;
  color: #1565C0;
  font-weight: 500;         
  font-style: normal;  
  text-align: left;
    
 
}

.subtitle-vibor {
  font-family: 'Roboto Serif', serif;
  font-size: 40px;
  font-style: italic;
  color: #1565C0;
  margin-bottom: 20px;
  font-weight: 500;  
}

.button-vibor {
  background-color: #2196F3;
  color: white;
  padding: 18px 90px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin: 30px 0 0 10px; 
  display: block;
  text-align: left;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
  position: relative;
  z-index: 0;
  border: 1px solid transparent;
}
.button-vibor:hover {
  background-color: white;
  color: #2196F3;
  border-color: #2196F3;
  transform: scale(1.05); 

}


.arrow-vibor {
  position: absolute;
  top: 5px;
  right: -40px;
  max-width: none;
  width: 800px; 
  height: auto;
  object-fit: contain;
  transform-origin: top right;
  
}
@media (max-width: 600px) and (min-width: 300px) {
  .container-vibor {
    border-radius: 24px; 
    padding: 16px;
    margin: 20px 0;
    max-width: 100vw; 
    box-sizing: border-box;
    position: relative; 
    margin-bottom: 0;
  }

  .title-vibor,
  .subtitle-vibor {
    font-size: 20px;
    text-align: left; 
  }

 .button-vibor {
  width: 100%;
  text-align: center;
  padding: 8px 0;  
  margin: 20px 0;
  font-size: 14px;
  height: 48px;
}

.consultation-title {
  font-size: 14px !important;
  text-align: left !important;
  margin-top: -5px !important;
  margin-left: -10px !important;
}

.arrow-vibor {
    position: absolute;
    top: 0;
    right: calc(-380px + 100vw);
    width: 48px;
    height: auto;
    
    pointer-events: none;
}
.arrow-mobile {
  right: 20px;
}

.arrow-desktop {
  right: 10%; 
}
}
/*----------------------------------------------------------*/
    .container-sobitie {
      max-width: 1100px;
      margin: 20px auto;
      background: #fff;
      border-radius: 56px;
      padding: 40px;
      display: flex;
      flex-direction: column;
      gap: 40px;
      margin-bottom: 0;
      margin-top: 40px;
    }

    .title-sobitie {
      font-size: 40px;
      font-weight: 500;
      color: #1565C0; 
      line-height: 1.3;
    }

.content-sobitie {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.sidebar-sobitie {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.block-sobitie {
  background: #F5F5F5;
  border-radius: 16px;
  padding: 20px;
  font-size: 16px;
  color: #212121;
  display: flex;
  flex-direction: column;  
  gap: 10px;
  max-width: 300px;      
  box-sizing: border-box; 
  overflow: hidden;       
}

.block-title-sobitie {
  font-size: 16px;
  font-weight: 500;
  color: #212121;
  margin-bottom: 15px;
}

.block-sobitie .item-sobitie,
.block-sobitie .item-sobitie1 {
  display: flex;
  align-items: center;   
  gap: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  cursor: pointer;
  color: #424242;
}

.block-sobitie .item-sobitie:last-child,
.block-sobitie .item-sobitie1:last-child {
  margin-bottom: 0;
}


.block-sobitie .item-sobitie1 {
  display: flex;                
  align-items: center;       
  gap: 6px;                     
  max-width: 100%;              
}

.block-sobitie .item-sobitie1 a {
  flex: 1;                      
  min-width: 0;                
  text-decoration: none;
  color: #424242;
  transition: color 0.2s ease;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;       
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;          
}

.block-sobitie .item-sobitie1:hover a {
  color: #2196F3;
}


.block-sobitie .item-sobitie1 img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}


.block-sobitie a.button-sobitie {
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
  background-color: #2196F3;
  color: white;
  text-align: center;
  padding: 10px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
  transition: transform 0.2s ease; 
  height: 56px;
}

.block-sobitie a.button-sobitie:hover {
  transform: scale(1.05); 
}

.block-sobitie a.button-sobitie img {
  margin-right: 8px;
  width: 26px;
  height: 26px;
}

 .logos-sobitie {
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 10px;
  margin-bottom: 10px;
  color: #333333;
  width: auto;
  height: auto;
}

.logos-sobitie img {
  width: 100%;
  height: 104px;
  border-radius: 8px;       
  object-fit: cover;          
  display: block;  

  background: #ffffff;   
       
}

  .main-sobitie {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #444444;
  background: #fff;        
  border-radius: 20px;     
  box-sizing: border-box;  
}

.main-sobitie img {
  width: 100%;
  
  border-radius: 16px;
  border: 1px solid #ddd;
  display: block;
  object-fit: cover;
  background: none;
  padding: 0;
  height: auto;
}

    .carousel-controls-sobitie {
      text-align: center;
      margin-top: 10px;
      color: #444444; 
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
    }

    .carousel-controls-sobitie button {
      background: none;
      border: 1px solid #2196F3;
      border-radius: 6px;
      padding: 8px 18px;
      cursor: pointer;
      font-size: 20px;
      color: transparent; 
      width: 48px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      user-select: none;
    }
    .carousel-controls-sobitie button:hover {
      transform: scale(1.1); 
    }

    .carousel-controls-sobitie button:active {
      transform: scale(0.95);
    }
    .icon-back3{
       width: 18px !important;
  height: 18px !important;
  cursor: pointer;
    }

  .carousel-controls-sobitie button img {
  width: 150%;
  max-width: 280px;
  height: auto;
  border: 1px solid #ffffff;
}

.dots-sobitie {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.dots-sobitie span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  border-radius: 50%;
  background-color: #E3F2FD; 
  cursor: pointer;
  transition: background-color 0.3s;
}

.dots-sobitie span.active-sobitie {
  background-color: transparent;
  border: 1px solid #E3F2FD;
}

    label {
      color: #1a56c1; 
    }
    .school-title-sobitie {
  font-size: 16px;
  font-weight: 500;
  color: #2196F3;
  display: block;
  margin-bottom: 10px;
}

.school-desc-sobitie {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #616161;
}

.invite-desc-sobitie {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #424242;
}
@media (max-width: 600px) {
  .container-sobitie {
    padding: 20px 20px 20px 20px;
    gap: 30px;
    border-radius: 24px;
  }
   .block-sobitie {
    max-width: 100%;  
    width: 100%;
  }

  .title-sobitie {
    font-size: 22px;
    text-align: left;
  }

  .content-sobitie {
    flex-direction: column;
    gap: 20px;
  }

  .sidebar-sobitie {
    width: 100%;
  }

  .block-sobitie {
    padding: 16px;
    font-size: 14px;
  }

  .block-title-sobitie {
    font-size: 15px;
  }

  .block-sobitie .item-sobitie {
    font-size: 14px;
    gap: 8px;
  }

  .block-sobitie a.button-sobitie {
    padding: 10px 16px;
    font-size: 14px;
    justify-content: center;
    width: 100%;
    height: 48px;
  }

  .block-sobitie a.button-sobitie img {
    width: 22px;
    height: 22px;
  }
.mobile-button-wrapper {
    position: fixed;
    bottom: 0;
    left: 0; 
    width: 100%;
    z-index: 1000;

    background-color: #ffffff; 
    border-top: 1px solid #e0e0e0;
    padding: 0 15px 15px 15px;
  
    display: flex;
    justify-content: center; 
}

  .logos-sobitie {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;

  }
  .logos-sobitie img {
  width: 100%;
  height: 104px;
  border-radius: 8px;       
  object-fit: cover;          
  display: block;  
padding: 0 40px 0 40px;
  background: #ffffff;   
       
}

.main-sobitie {
  gap: 16px;
  padding: 0;             
  border-radius: 12px;
  overflow: hidden;       
  background: none;        
}

.main-sobitie img {
  width: 100%;
  height: 228px;           
       
  border: none;           
  display: block;
  object-fit: cover;       
  padding: 0;             
  background: none;      
}

  .carousel-controls-sobitie {
    gap: 10px;
    flex-wrap: wrap;
  }

  .carousel-controls-sobitie button {
    padding: 6px 12px;
    width: 40px;
    height: 36px;
    font-size: 18px;
  }

  .icon-back3 {
    width: 16px !important;
    height: 16px !important;
  }

  .carousel-controls-sobitie button img {
    width: 120%;
  }

  .dots-sobitie span {
    width: 10px;
    height: 10px;
  }

  .school-title-sobitie,
  .school-desc-sobitie,
  .invite-desc-sobitie {
    font-size: 14px;
    line-height: 1.5;
  }

  .sidebar-sobitie .block-sobitie:nth-of-type(1) {
    order: 1 !important;
  }

  .main-sobitie {
    order: 2;
   
    
  }

  .sidebar-sobitie .block-sobitie:nth-of-type(2) {
    order: 3 !important;

 
  }
}

/*-------------------------------------------*/


.container-o-nas {
  max-width: 1100px;
  margin: 40px auto;
  background: #fff;
  border-radius: 56px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top:40px;
  margin-bottom: 0;
}

.container-o-nas p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #212121;
  margin: 0;
}

.container-o-nas a {
  color: #2196F3;
  text-decoration: underline;
}

.container-o-nas a:hover {
  text-decoration: none;
}
@media (max-width: 600px) {
  .container-o-nas {
    padding: 20px;     
    margin-top: 25px;  
    border-radius: 24px; 
    margin-bottom: 0;
  }

  .container-o-nas p {
    font-size: 14px;  
    line-height: 1.4;  
  }
}
.policy-container {
  max-width: 1100px;
  margin: 40px auto;
  background: #fff;
  border-radius: 56px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0;
}

.policy-container p {
  font-size: 16px;
  line-height: 1.6;
  color: #212121;
  margin: 0;
}

.policy-container a {
  color: #2196F3;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
}

.policy-container a:hover {
  text-decoration: none;
}

.policy-container h1{
  font-size: 40px;
  color: #1565C0;
  font-weight: 500;
  margin-bottom: 10px;
}

.policy-container h2 {
  font-size: 20px;
  font-weight: 500;
  color: #212121;
  margin-top: 20px;
  margin-bottom: -10px;
}

.policy-container h3 {
  font-size: 16px;
  font-weight: 500;
  color: #212121;
  margin-top: 10px;
}
.privacy-link {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: inherit;
  transition: color 0.2s ease;
}

.privacy-link:hover {
  color: #2196f3;
}

@media (max-width: 600px) {
  .policy-container {
    padding: 20px;
    border-radius: 24px;
    margin-top:20px ;
  }
.policy-container h1{
  font-size: 24px;
  color: #1565C0;
  font-weight: 500;
  margin-bottom: 10px;
}
  .policy-container p {
    font-size: 14px;
  }

  .policy-title {
    font-size: 28px;
  }
}

/*---------------------------------------*/
.consultation-container {
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 20px;
}

.consultation-title {
  font-size: 20px;
  font-weight: 400;
  color: #212121;
  margin: 0;
}



.zapis-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}


.zapis-modal {
  /* margin: 40px auto;  */
  background: #F5F5F5;
  /* border-radius: 16px; */
  padding: 24px 32px;
  /* width: 600px; */
  /* max-width: 90%; */
  box-sizing: border-box;
}


.zapis-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.zapis-modal-header h2 {
  font-size: 24px;
  color: #1565C0;
  margin: 0;
  font-weight: 500;
}


.zapis-close-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  color: #212121;
  font-weight: 400;
transform: translate(10px, -10px); 


}


.zapis-description {
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 16px;
  color: #424242;
  font-weight: 400;
}


.zapis-form {
  display: flex;
  flex-direction: column;
}


.zapis-form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}


.zapis-form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}


.zapis-form-group label {
  margin-bottom: 4px;
  font-size: 16px;
  color: #212121;
  font-weight: 500;
}


.zapis-form-group input[type="text"],
.zapis-form-group input[type="email"],
.zapis-form-group input[type="tel"] {
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  height: 56px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
}


.zapis-checkbox-row {
  margin-bottom: 16px;
}


.zapis-custom-checkbox {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  color: #212121;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
}


.zapis-custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.zapis-checkmark {
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background-color: #F5F5F5;
  border: 1.5px solid #2196F3;
  border-radius: 3px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}


.zapis-checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: -4px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.zapis-custom-checkbox input:checked ~ .zapis-checkmark {
  background-color: #2196F3;
  border-color: #2196F3;
}


.zapis-custom-checkbox input:checked ~ .zapis-checkmark::after {
  display: block;
}

.zapis-submit-btn {
  padding: 12px;
  border: none;
  background-color: #DEEAF2; /* серый фон для неактивной */
  color: #AAC7DF;            /* серый текст */
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  height: 56px;
  cursor: not-allowed;
  transition: 
    background-color 0.3s ease, 
    color 0.3s ease, 
    transform 0.2s ease;
}

.zapis-submit-btn:enabled {
  background-color: #2a94f4; 
  color: white;
  cursor: pointer;
}

.zapis-submit-btn:enabled:hover {
  transform: scale(1.05); 
}


.zapis-consent {
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  margin-top: 12px;
  text-align: center;
}
.consent-link {
  color: #757575;
  text-decoration: none;
  border-bottom: 1px solid #757575; 
  transition: all 0.3s ease;
}
.consent-link:hover {
  color: #2196F3; 
  border-color: #2196F3; 
}



.btn-stoimosti {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.filled-stoimosti {
  background-color: #2a94f4;
  color: white;
}


@media (max-width: 600px) {
  .consultation-container {
    gap: 16px;
    padding: 0 10px;
  }

  .consultation-title {
    font-size: 16px;
  }

.zapis-modal{
  padding: 20px 20px 20px 20px;
}

.zapis-modal-header h2 {
  font-size: 20px;
  margin: 0;
  flex: 1;
  min-width: 0;
}
.zapis-modal-header {
  display: flex;
  align-items: flex-start; 
  justify-content: space-between;
  flex-wrap: wrap;
}

.zapis-close-btn {
  position: relative;
  right:-5px;         
  top: 30%;          
  transform: translateY(-50%); 
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 0;

}
.zapis-form-group select{
  font-size: 13px;
}
.zapis-form-group input[type="text"],
.zapis-form-group input[type="email"],
.zapis-form-group input[type="tel"] {
  font-size: 14px;
  height: 48px;
  box-sizing: border-box;
}


  .zapis-description {
    font-size: 11px;
    margin-bottom: 16px;
  }

  .zapis-form-row {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
  }

  .zapis-form-group label {
    font-size: 13px;
  }

  .zapis-form-group input[type="text"],
  .zapis-form-group input[type="email"],
  .zapis-form-group input[type="tel"] {
    font-size: 13px;
    padding: 8px;
  }

  .zapis-custom-checkbox {
    font-size: 12px;
    padding-left: 24px;
  }

  .zapis-checkmark {
    width: 12px;
    height: 12px;
    top: 2px;
  }

  .zapis-submit-btn {
    font-size: 13px;
    padding: 10px;
  }

  .zapis-consent {
    font-size: 10px;
    margin-top: 10px;
  }

  .btn-stoimosti {
    font-size: 14px;
    padding: 10px 16px;
    height: 48px;
  }

}

.school-buttons {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}

button.btn-contact,
button.btn-favorite {
  flex: 1 1 100%; 
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s ease;
  height: 48px;
}

button.btn-contact {
  background-color: #2196F3;
  color: white;
  border: none;
}

button.btn-contact:hover {
  transform: scale(1.03);
}

button.btn-favorite {
  background-color: transparent;
  color: #2196F3;
  border: 1px solid #2196F3;
}

button.btn-favorite:hover {
  transform: scale(1.03);
}

.btn-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

button.btn-contact:hover .btn-icon,
button.btn-favorite:hover .btn-icon {
  transform: scale(1.1);
}


/*------------------------------------*/
.input-error {
  border: 1px solid #f44336 !important;
  background-color: #ffecec !important;
  color: #d32f2f !important;
}

.input-error-wrapper {
  position: relative;
}

.error-icon {
  position: absolute;
  right: 35px;
  top: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.error-icon2 {
  position: absolute;
  right: 5px;
  top: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.error-message {
  font-size: 12px;
  color: #f44336;
  margin-top: 4px;
}