@media (max-width: 1400px) {
    .title-text {
      font-size: 50px;
      line-height: 65px;
    }
    .yog-block p {
      height: 100%;
      min-height: 215px;
    }
}

@media (max-width: 1199px) {
    .plr{
        padding: 0 60px;
    }
    .logo-img{
        margin-right: 10px;
    }
    .nav-wrapper .nav-item {
      margin-left: 10px;
    }
}

@media (max-width: 992px) {
    .two-colum {
      display: block;
    }
    .button-wrapper{
        flex-wrap: wrap;
        justify-content: center;
    }
    .btn-devi-gida{
        top: -10px;
    }
    .plr{
        padding: 0;
    }
    .kurs-card-info{
        margin: 0 auto;
    }
    .img-two-slide{
        display: block;
    }
    .img-one-slide{
        display: none;
    }
    .text-video{
        margin: 0 auto;
        text-align: center;
    }
    .video-sec-icon{
        justify-content: start;
        margin-left: 80px;
        margin-right: 0;
    }
    .yog-block p {
      height: 100%;
      min-height: 100%;
    }
    .title{
        font-size: 40px;
    }
    .section-obucheniye,
    .section-about{
        text-align: center;
    }
    .section-about img{
        margin: 0 auto 20px auto;
    }
    .title,
    .subtittle,
    .slide-subtitle{
        text-align: center;
    }
    .logo-img {
        margin-right: 0;
    }
    .section-top-wrapper,
    .section-form-two{
        text-align: center;
    }
    .section-top-wrapper .subtitle-text{
        margin: 0 auto;
    }
    .kurs-consultation{
      justify-content: center;
      margin-top: 60px;
    }
    .kurs-consultation .title{
        margin-bottom: 30px;
    }
    .kurs-consultation h2{
        margin-right: 0;
    }
    .documenty-wrapper p{
        margin-bottom: 30px;
    }
    .oplata-block{
        margin: 0 auto;
    }
 
}

@media (max-width: 767px) {
    .slide-modal-left{
        left: 80px;
    }
    .slide-modal-right{
        right: 80px;
    }
    .padding-modal-swiper {
      padding: 0 120px;
    }
    .documenty-wrapper{
       margin-left: 100px; 
    }
    .documenty-wrapper h3{
        font-size: 40px;
    }
    .social-block{
        justify-content: center
    }
    .footer{
        text-align: center;
    }
    .footer-log img{
        margin: 0 auto 30px auto;
    }

}

@media (max-width: 576px) {
    .wrapper-price .block-kupon{
        top: 5%;
        left: 0%;
        width: 100%;
        text-align: center;
    }
    .slide-modal-left{
        left: 0;
    }
    .slide-modal-right{
        right: 0;
    }
    .padding-modal-swiper {
      padding: 0 40px;
    }
    .modal-documenty .swiper-slide img {
      height: 200px;
    }
    .modal-header .modal-title{
        font-size: 24px;
    }
    .modal-header p{
        font-size: 14px;
    }
    .section-faq .accordion-button:not(.collapsed)::after,
    .section-faq .accordion-button:after{
        width: 35px;
        height: 35px;
    }
    .section-faq .accordion-button{
        font-size: 20px;
    }
    .section-faq .accordion-body{
        font-size: 16px;
    }
    .title {
        font-size: 35px;
    }
    .documenty-wrapper{
       margin-left: 20px;
       padding: 70px 0 70px 20px;
    }
    .form{
        margin: 45px 0;
    }
    .btn-one{
        padding: 20px 30px;
        font-size: 16px;
    }
    .title-text {
      font-size: 30px;
      line-height: 45px;
    }
    .default{
        width: 100px;
        height: 100px;
        top: 30px;
        right: 20px;
    }
    .img-two{
        top: 5px;
        left: -20px;
        width: 60%;
    }
    .img-two{
        width: 75%;
    }

}

@media (max-width: 500px) {
    .wrapper-price-bg .btn-one,
    .wrapper-price .btn-one{
        padding: 10px;
        max-width: 215px;
    }
}

@media (max-width: 450px) {
    .wrapper-price .price-modal-subtitle{
        margin-bottom: 5px;
    }
    .icon-association{
        margin: 0 auto;
    }
    .wrapper-price .block-kupon{
        top: 3%;
    }
}

@media (max-width: 420px) {
    .icon-association{
        display: none;
    } 
    .wrapper-price .price-modal-subtitle{
        margin-bottom: 20px;
    }
    .wrapper-price .block-kupon {
        top: 16%;
      }
    .header-start-block{
        padding: 5px 10px;
    }
    .documenty-wrapper h3 {
        font-size: 30px;
    }
    .documenty-wrapper {
        margin-left: 10px;
        padding: 70px 0 70px 0px;
     }
}

/* Мобильная версия */
@media (max-width: 991px) {
    .burger {
      display: flex;
    }
  
    .nav-wrapper {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #fff;
      flex-direction: column;
      align-items: center;
      display: none;
      padding: 20px 0;
      gap: 10px;
    }
    .nav-wrapper {
      display: none;
    }
    .nav-wrapper.active {
      display: block;
    }
  }
