@media (min-width: 425px) {
  .header__social {
    display: flex;
    gap: 10px;
    margin-right: 30px;
  }

  .header__social_mobile {
    display: none;
  }

  .seasone__card__btn {
    align-self: flex-start;
    width: auto;
  }

  .seasons__wrapper {
    padding-bottom: 60%;
  }

  .section__header {
    font-size: 26px;
  }

  .feedback-card{
    box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.07);
  }

  .nav__list {
    flex-flow: row wrap;
  }

 }

@media screen and (min-width: 620px) {

  .character__list {
    flex-direction: column;
    gap: 60px;
  }

  .character__avatar {
    padding: 0 0 50%;
    width: 100%;
}

  .section__characters__list > .container {
    margin: 0 auto;
    padding: 0 50px;
  }

    .character__avatar {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }

  .character_info {
    padding-left: 0;
    padding-right: 0;
}

  .seasons__wrapper {
    background-size: 350px;
  }

  .seasone__list {
    justify-content: space-between;
  }

  .goods__list {
    grid-template-columns: 1fr 1fr;
  }

  .swiper-button-next,.swiper-button-prev {
    display:block;
  }

  .characters__list__wrapper .horizontal-scroller-contols {
    display: none;
  }

}


@media (min-width: 760px){
  .header {
    height: 84px;
  }

  .header__logo {
    width: 60px;
  }

  .header__nav {
    top: 84px;
  }

  .main {
    padding-top: 84px;
  }
  .container {
    padding: 0px 50px;
  }
  .section_video {
    padding: 0 0 50%;
  }
  .slogan__decor {
    display:block;
    width: clamp(249px,33vw,380px);
  }

  .slogan__decor2 {
    display: block;
    position: absolute;
    z-index:-1;
    left:0;
    top:-300px;
    max-width: clamp(419px,52vw,645px);
  }

  .section__header {
    font-size: 60px;
    margin-bottom: 60px;
  }

  .cards__list {
    padding:10px;
    height:auto;
    flex-wrap: wrap;
  }

  .card {
    flex:1;
    min-height: 230px;
  }

  .characters__list > .container {
    margin: 0 auto;
    padding: 0 50px;
}
.footer__bck-image {
  display:block;
}
.seasons .container {
  margin: 0 auto;
}

.seasone__list {
  justify-content: space-between;
}

.seasons__wrapper {
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 5%;
  /* background-size: clamp(350px,45vw,500px); */
  border-radius: 30px;
  -webkit-border-radius: 30px  ;
  -moz-border-radius: 30px  ;
  -ms-border-radius: 30px  ;
  -o-border-radius: 30px  ;
}

.seasone__card {
  max-width: 80%;
}

.seasone__card__btn {
  text-align: center;
  align-self: flex-start;
  width: 220px;
  order:1;
}

.seasone__card__desc {
margin-bottom: 0;
max-width: 70%;
}

.seasone__card__image {
  width: 47%;
}

.seasone__nav {
  width: auto;
}


.person-name {
  font-size: 32px;
}
.person-prof {
  font-size: 18px;
  margin-bottom: 20px;
}
.person-word {
  font-size: 18px;
}

.mySwiper-feedback {
  padding:6px;
}

.cards__wrapper .horizontal-scroller-contols {
  display: none;
}

.cards__list {
  margin-bottom: 50px;
}

}


@media (min-width: 1024px) {
  .header {
    justify-content: space-between;
  }

  .header__logo {
    margin-right:0;
  }

  .header__nav {
    display: block;
    visibility: visible;
    position: relative;
    opacity: 1;
    top: 0;
    left: 0;
    background-color: transparent;
    width: initial;
  }

  .header__menu {
    flex-flow: row wrap;
    padding:0;
  }

  .header__nav__burger {
    display:none;
  }

  .header__social {
    margin-right:0;
  }

  .menu__link {
    font-size: clamp(10px,1vw,16px);
  }

  .character__list {
    gap: 80px;
  }

  .character {
    flex-flow: row nowrap;
    align-items: center;
  }

  .character__right .character_info {
    order: -1;
  }

  .character__avatar {
    padding: 0 0 35%;
    width: 100%;
    flex:1.5;

}

  .character_info {
    flex:1;
  }

  .personal > .container {
    max-width: 1340px;
    padding: 0 5%;
  }

  .person-card {
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
  }

  .person-desc {
    align-items: flex-start;
  }

  .person-name {
    text-align: left;
  }

  .person-prof {
    text-align: left;
  }

  .person-word {
    text-align: left;
  }

  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,1%);
  }
  
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,1%);
  }

  .swiper-button-next,.swiper-button-prev {
    top: var(--swiper-navigation-top-offset,50%)
  }

  /* .mySwiper-feedback .swiper-button-next,.mySwiper-feedback .swiper-button-prev {
    display:block;
  } */


  .feedback-container {
    max-width: 100%;
    padding: 0 5% !important;
  }

}



@media screen and (min-width: 1268px) {

    .goods__list {
      grid-template-columns: repeat(4, 1fr);
    }

    .section__characters__list > .container {
      margin: 0 auto;
      padding: 0 0;
    }
    .mySwiper-feedback .swiper-button-next,.mySwiper-feedback .swiper-button-prev {
      display:block;
      /* top: var(--swiper-navigation-top-offset,20%) */
    }
}


@media screen and (min-width: 1400px) {
  .container {
    padding: 0;
  }
  .menu__link {
    font-size: 16px;
  }

}


@media (min-width: 400px) {
  .skill__list__item {
    max-width: 100%;
  }
}


@media screen and (min-width: 404px) {

  .skill__header--visible {
    display:none;
  }

  .skill__header--hidden {
    display:block;
  }
}




@media (min-width: 760px) {


}

@media (max-width: 770px) {

  .support__section {
    padding-bottom: 0;
  }

  .support__section > .container {
    max-width: 100%;
    padding:0;
  }

  .support__section  .support_wrapper {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .current-video__wrapper {
    flex-flow: column nowrap;
    gap: 10px;
  }
  .fish-bck__img {
    display: none;
  }

  .current-video-desc {
    max-width: 100%;
  }

  .social_section_link {
    flex-flow: row nowrap;
    align-items: center;
  }

  .social__header {
    margin-bottom: 0;
    margin-right: auto;
  } 

  .multischool-section {
    padding-bottom: 0;
  }

  .multischool-section > .container{
    margin:0;
    padding:0;
  }

  .multischool-wrapper {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

  }

  .skill__list {
    flex-direction: column;
  }

  
}

@media screen and (min-width: 780px) {
  .skill__list__item {
    max-width: clamp(280px,25vw,350px);
  }
}


/* @media (max-width: 1260px) {
  .header {
    justify-content: flex-end;
  }


  .header__nav {
    display:none;
  }

  .header__social {
    margin-left: auto;
    margin-right: 30px;
  }

  .header__nav__burger {
    display:block;
  }
}  */


/* @media (max-width: 1160px) {
  .characters__list {
    display: flex;
    flex-flow: column wrap;
    gap: 60px;
  }

  .character__right .character__about__img {
    order: 0;
  }

  .character__right, .character__left {
    flex-flow: column nowrap;
  }
} */



@media (max-width: 1240px) {

  .cards__wrapper {
    max-width: 590px;
    margin: 0 auto;
  }

  .cards__lastline .card {
    width: 100%;
  }



}