/* ================================== MEDIA =============================== */
/* ================================== 1200 ================================ */
@media (max-width: 1200px) {
  .header__title {
    font-size: 52px;
    max-width: 376px;
  }

  .header__img {
    max-width: 450px;
  }

  /* ----------------------------------- */
}

/* ================================== 1100 ================================ */
@media (max-width: 1100px) {
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: rgba(0, 0, 0, 0.349);
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
  }
  .video-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .overlay--show {
    visibility: visible;
    opacity: 1;
  }

  .burger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 150;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s;
  }

  .burger--follow {
    top: 15px;
    right: 15px;
    box-shadow: 0 1px 8px #a1a1a1;
    background-color: #fff;
  }

  .burger span {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #424551;
    border-radius: 3px;
    margin: 4px 0;
  }

  .burger::before,
  .burger::after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background-color: #424551;
    border-radius: 3px;
  }

  .header {
    padding-top: 92px;
  }

  .header__top {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #dfab51;
    z-index: 100;
    transform: translateX(100%);
    transition: all .3s;
  }

  .header__top--open {
    transform: translateX(0%);
  }

  .header__top-inner {
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 100px 0;
  }

  .header__logo {
    margin: 0 0 30px 0;
  }

  .header__nav {
    text-align: center;
    margin: 0 auto;
    flex-grow: 1;
  }

  .header__nav-list {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .button {
    margin-right: 0;
  }

  .header__nav-item {
    margin: 0;
  }

  .header__nav-link {
    display: block;
    padding: 10px;
  }

  .header__btn-box {
    flex-direction: column-reverse;
  }

  .header__top-btn {
    margin: 0;
  }

  .header__user-nav {
    margin-bottom: 30px;
  }

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

  .heading__title {
    font-size: 37px;
  }

  .about__img {
    max-width: 400px;
  }

  /* ----------------------------------- */
  /* ----------------------------------- */
  .companies__grid {
    gap: 40px 5%;
  }

  /* ----------------------------------- */
  .program__image {
    max-width: 400px;
  }

  /* ----------------------------------- */
  .footer__top-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer__top-col {
    margin-bottom: 30px;
  }

  .footer__top-col:first-child {
    flex-basis: 100%;
    max-width: none;
    margin-bottom: 30px;
  }

  .footer__top-col:last-child {
    flex-basis: 100%;
    max-width: none;
    margin-bottom: 0px;
  }

  .footer__form-items {
    max-width: 315px;
  }
}

/* ================================== 1000 ================================ */
@media (max-width: 1000px) {
  .program__content {
    margin-right: 0;
  }

  .program__image {
    display: none;
  }
}
.header__paragraph{
  background: #a1a1a146;
  padding: 20px;
  border-radius: 5%;
}
/* ================================== 900 ================================ */
@media (max-width: 900px) {
  .header__content {
    margin: 0;
  }
  .header__img {
    display: none;
  }
  .guitar_check-btn{
    
  }
.header__paragraph{
  background: #a1a1a1a3;
  padding: 20px;
  border-radius: 5%;
}
  .header__row {
    display: none;
  }

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

  .about__img {
    display: none;
  }

  /* ----------------------------------- */
  .directions__filter-item {
    margin-right: 10px;
  }

  .directions__list {
    gap: 30px 10px;
  }

  .directions__link-content {
    padding: 24px 5px 5px;
  }

  /* ----------------------------------- */
  .companies__grid {
    grid-template: repeat(3, auto) / repeat(4, 1fr);
  }


  /* ----------------------------------- */
  .info__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .info__content {
    margin: 0px 0px 30px 0px;
  }

  .info__map {
    height: 200px;
    width: 100%;
    max-width: none;
  }

  /* ----------------------------------- */
  .questions__img {
    display: none;
  }

  .questions__content {
    margin: 0;
    width: 100%;
  }
}

/* ================================== 700 ================================ */
@media (max-width: 700px) {
  .about__yuri {
    margin-bottom: 60px;
  }

  .about__values {
    flex-direction: column;
  }

  .about__image-box {
    display: none;
  }

  .about__numbers {
    margin: 0;
    align-self: flex-start;
  }

  /* ----------------------------------- */
  .directions__list {
    grid-template: repeat(3, auto) / repeat(2, 1fr);
  }

  /* ----------------------------------- */
  .testimonials__slider-wrapper {
    padding: 0;
  }

  .testimonials__slide {
    padding: 30px 15px;
  }

  .testimonials__arrow {
    display: none;
  }
}

/* ================================== 550 ================================ */
@media (max-width: 550px) {
  .heading {
    margin-bottom: 30px;
  }

  .heading__subtitle {
    font-size: 14px;
    margin: 0;
  }

  .heading__title {
    font-size: 25px;
  }

  /* ----------------------------------- */
  .program {
    padding: 60px 0 100px;
  }
.program__inner{
  margin: 20px;
}
  .main__directions,
  .main__testimonials,
  .main__info {
    padding-bottom: 100px;
  }
  /* ----------------------------------- */

  .about__text {
    margin-bottom: 30px;
  }

  .about__paragraph {
    font-size: inherit;
    margin-bottom: 10px;
  }

  .about__btn-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .about__btn {
    margin: 0px 0px 30px 0px;
  }

  .about__btn:last-child {
    margin: 0px;
  }

  /* ----------------------------------- */
  .directions__list {
    grid-template: none;
  }

  .directions__list-item--empty {
    display: none;
  }

  /* ----------------------------------- */
  .testimonials__slider-wrapper {
    margin-bottom: 15px;
  }

  .testimonials__slide-inner {
    padding-left: 30px;
  }

  .testimonials__quote {
    font-size: inherit;
    line-height: inherit;
  }

  .testimonials__quote::before {
    left: -30px;
    width: 20px;
  }

  .testimonials__dots button {
    width: 20px;
  }


  /* ----------------------------------- */
  .program__acc-head {
    font-size: inherit;
    line-height: inherit;
  }

  /* ----------------------------------- */
  .blog__top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  /* ----------------------------------- */
  .questions__form-row {
    flex-direction: column;
  }

  .questions__form-label {
    font-size: 14px;
    margin: 0px 0px 24px 0px;
  }

  .questions__form-label:last-child {
    margin: 0px;
  }

  .questions__form-input,
  .questions__form-text {
    margin-top: 0;
  }

  .questions__text-label {
    font-size: 14px;
  }

  .questions__checkbox-label {
    font-size: 14px;
    margin: 0px 0px 24px 0px;
  }

  /* ----------------------------------- */
  .footer__top-inner {
    flex-direction: column;
  }

  .footer__top-title--slide {
    margin: 0;
  }

  .footer__top-list {
    margin-top: 12px;
    display: none;
  }

  .footer__bottom-inner {
    flex-direction: column-reverse;
  }

  .footer__copy {
    text-align: center;
  }

  .footer__go-top {
    margin-bottom: 15px;
  }
}

/* ================================== 450 ================================ */
@media (max-width: 450px) {
  .header__top {
    left: 0;
  }

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

  .header__title {
    max-width: none;
    font-size: 40px;
  }

  .header__content-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .header__content-btn {
    margin: 0px 0px 30px 0px;
    text-align: center;
  }

  /* ----------------------------------- */
  .directions__filter-box {
    margin-bottom: 15px;
  }
  /* ----------------------------------- */
  .info__socials-item {
    margin-right: 15px;
  }
}