
.bck-decor-img {
  display:none;
  position: absolute;
  z-index: -1;
}


.social__item {
  background-color: #679FEC;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.social__item-white {
  background-color: var(--white);
}

.social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
}

.social__item-white svg path {
  fill: var(--blue);
}

ul {
  list-style: none;
  margin:0;
  padding:0;
}


.section_video {
  padding: 0 0 100%;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.section_video .video_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.section_video .video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.visible {
  opacity: 1 !important;
  visibility: visible !important;
}


.section-content {
  /* padding-top: 60px; */
  padding-bottom: 80px;
}

.section__desc {
  font-family: var(--font-family);
  text-align: center;
  /* width:70%; */
  margin:0;
  padding:0;
  line-height: 1.36364;
  font-size: clamp(16px,4vw,22px);
  color:var(--gray-01);
  font-weight: 300;

}

.section__header {
  font-family: var(--second-family);
  font-weight: 400;
  color: var(--cvet-red);
  text-transform: uppercase;
  text-align: center;
  /* width: 77%; */
  margin:0;
  padding:0;
  line-height: 1.13333;
  margin-bottom: 30px;
  font-size: clamp(26px,4.4vw,60px);
  transition: font-size 0.5s;
  -webkit-transition: font-size 0.5s;
  -moz-transition: font-size 0.5s;
  -ms-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
}

.slogan {
  padding-top:clamp(30px, 10vw, 80px);
  position: relative;
}

.section__characters {
  position: relative;
}

.slogan__decor {
  display:none;
}

.slogan__decor2 {
  display: none;
}

.section__slogan__wrapper {
  display:flex;
  flex-flow:column wrap;
  align-items: center;
  margin-bottom: 50px;
}

.section__characters__info{
  display:flex;
  flex-flow:column wrap;
  align-items: center;
  margin-bottom: 40px;
}

.slogan__image {
  margin-bottom: clamp(40px, 10vw, 80px);
  width: clamp(150px, 26vw, 260px)
}

.slogan__decor {
  position: absolute;
  right:0;
  top: 160px;
  width: 25%;
}

.cards__wrapper {
  display:flex;
  flex-flow:column nowrap;
  /* align-items: center; */
}

.cards__wrapper .section-gallery-card-controls {
  margin-bottom: 30px;
}


.cards__list {
  display:flex;
  flex-flow: row nowrap;
  gap: 15px;
  overflow: auto;
  /* margin-bottom: 80px; */
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 10px;
  height: 300px;
}

.card {
  display: flex;
  flex-flow: column nowrap;
  padding: 21px 30px 0px 30px;
  border-radius:30px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  -ms-border-radius:30px;
  -o-border-radius:30px;
  background-size: 500px;
  background-position: center;
  min-width: 260px;
}

.card__header{
  font-family: var(--second-family);
  font-weight: 400;
  font-size:clamp(60px,19vw,80px);

  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--white);
  margin:0;
  padding:0;

  margin-bottom: 10px;
}

.cards__firstline{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.cards__lastline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px;
  margin-bottom: 20px;
}

.card__red {
  background-image: url('../img/red_pattern.png');
  transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
}

.card__yellow {
  background-image: url('../img/yellow_pattern.png');
  transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
}

.yellow {
  background-image: url('../img/yellow_pattern.png');
}

.card__green {
  background-image: url('../img/green_pattern.png');
  transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
}

.card__blue {
  background-image: url('../img/blue_pattern.png');
}

.card__bigblue {
  background-image:  url('../img/img_growth.png'), url('../img/blue_pattern.png');
  background-repeat: no-repeat,repeat;
  background-position: calc(100% - 30px);
  background-size: 120px, cover;
  justify-content: center;
  
  transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);

  padding-right: 180px;
  padding-bottom: 50px;
}

.card__biggreen {
  background-image: url('../img/img_cubes.svg'), url('../img/green_pattern.png');
  background-repeat: no-repeat,repeat;
  background-position: calc(100% - 30px);
  background-size: 120px, cover;
  transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);

  padding-right: 180px;
  padding-bottom: 50px;
}

.card__bigpink {
  background-image: url('../img/img_palette.svg'), url('../img/pink_pattern.png');
  background-repeat: no-repeat,repeat;
  background-position: calc(100% - 30px);
  background-size: 120px, cover;
  padding-right: 180px;
  padding-bottom: 50px;

}

.card__content{
  margin:0;
  padding:0;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;

  line-height: 1.33333;
  color: var(--black);
}

.cards__firstline .card {
  width: 280px;
  height: 250px;

}

.cards__lastline .card {
  width: 380px;
  height: 200px;

}

.btn{

  outline: none;
  background-color: transparent;
  border: none;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  padding:16px 40px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}

.btn--red {
  background-color:var(--cvet-red);
}

.btn--play {
  display: block;
  width:clamp(220px,87.5vw,280px);
  margin:0 auto;
  text-align: center;
}

.character__list {
  display:flex;
  overflow: auto;
  gap: 10px;
  margin-bottom: 40px;
}

.characters__list__wrapper {
  display: flex;
  flex-flow: column nowrap;
}

.character {
  align-content: flex-start;
}

.character__left, .character__right {
  display:flex;
  flex-flow: row wrap;
  gap: 30px;
  min-width: 100%;
}


.character__about__img {
  object-fit: contain;
}


.characters__list {
  display: flex;
  flex-flow: column wrap;
  gap: 80px;
}

.section__characters__list > .container {
  margin:0;
  padding:0;
}

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

.character__pi {
  background-image: url('../img/characters/pi.png'), url('../img/yellow_pattern.png');
  background-size: cover, cover;
  background-position: center, center;
}

.character__fox {
  background-image: url('../img/characters/fox.png'), url('../img/red_pattern.png');
  background-size: cover, cover;
  background-position: center, center;
}


.character__wolf {
  background-image: url('../img/characters/wolfy.png'), url('../img/blue_pattern.png');
  background-size: cover, cover;
  background-position: center, center;
}

.character__cat {
  background-image: url('../img/characters/cat.png'), url('../img/green_pattern.png');
  background-size: cover, cover;
  background-position: center, center;
}

.character__rabbit {
  background-image: url('../img/characters/rabbit.png'), url('../img/pink_pattern.png');
  background-size: cover, cover;
  background-position: center, center;
}

.character_info {
  padding-left: 20px;
  padding-right: 20px;
}

.character_card {
  display:flex;
  flex-flow:column wrap;
  flex:1;
  align-items: flex-start;
  justify-content: flex-end;
  /* gap:60px; */
  padding-bottom: 50px;
}

.character__header {
  margin:0;
  padding:0;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 26px;
  
  line-height: 1.125;
  text-transform: uppercase;
  color: var(--blue);

  margin-bottom: 20px;
}

.character__desc {
  margin:0;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;

  line-height: 1.33333;
  color: var(--gray-02);

}

/* seasons section style */

.seasons .container {
  margin: 0;
  padding:0;
}

.seasons__wrapper {
  position: relative;
  /* border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px; */
  padding: 0 0 100%;
  box-shadow: 0 2px 40px 1px rgba(0, 0, 0, 0.07);
  background: var(--white);
  width: 100%;
  /* background-image: url('../img/Season\ 1.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto auto; */
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  /* padding-bottom: 80px; */
  /* padding-left: 100px; 
  padding-right: 100px; */



 
  padding-top: 20px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  overflow: hidden;
}
.seasone__nav {
  margin-bottom: 60px;
  width: 100%;
  z-index:3;

}

.seasone__list {
  background-color:var(--gray-05);
  border-radius:100px;
  -webkit-border-radius:100px;
  -moz-border-radius:100px;
  -ms-border-radius:100px;
  -o-border-radius:100px;
  /* flex-wrap: wrap; */

  overflow: auto;
}

.seasone__list--white {
  background-color: var(--white);
}

.seasone__item {
  padding: 19px 40px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;

  line-height: 1.125;
  /* letter-spacing: 0.03em; */
  text-transform: uppercase;
  text-align: center;
  color: var(--blue);
  white-space: nowrap;
  outline: none;
  border:none;
}

.seasone__link {
  text-decoration: none;
  /* color: var(--blue); */
  color: inherit;
}

.seasone__item-active {
  background-color: var(--blue);
  color: var(--white);
  border-radius:100px;
  -webkit-border-radius:100px;
  -moz-border-radius:100px;
  -ms-border-radius:100px;
  -o-border-radius:100px;
}

.seasone__card {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  max-width: 580px;
  align-self: flex-start;
  gap: 30px;
}

.seasone__card__header {
  font-family: var(--second-family);
  font-weight: 400;
  text-transform: uppercase;
  margin:0;
  padding:0;
  line-height: 1.13333;
  /* margin-bottom: 30px; */
  font-size: clamp(26px,8vw,60px);

  color:var(--blue);
  max-width: 60%;
}


.seasone__card__desc {
  margin:0;
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;

  line-height: 1.33333;
  color: var(--gray-01);
  /* max-width: 70%; */
  z-index: 3;

}

.seasone__card__btn {
  text-align: center;
  align-self: center;
  width: 100%;
}

.seasone__card__image {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* goods section style */

.goods__section {
  position: relative;
  background:url('../img/background/marakas.svg'), url('../img/background/ladybug.svg');
  background-repeat: no-repeat;
  background-position: 10% bottom, calc(100% - 10%) bottom;
}

.goods__wrapper{
  display: flex;
  flex-flow:column nowrap;
  align-items: center;
}

/* .goods__header {
  margin-bottom: 80px;
} */

.goods__list {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center; */

  display: grid;
  grid-template-columns: 1fr;

  gap: 20px;
  margin-bottom: 80px;

}

.goods__list__item {
  max-width: 280px;
  width: 280px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  box-shadow: 0 2px 40px 1px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.good__item__img {
  height: 100%;
}

.goods__list__item:nth-child(odd) {
  transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
}

.goods__list__item:nth-child(even) {
  transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
}

.goods__button {
  width: auto;
}


.scoop-img {
  top: -50px;
  left: 5%;
}

.drum-img {
  right: 0;
  top: -50px;
}


.support__section {
  padding-bottom: 140px;
}

.support_wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  background-image: url('../img/support_project.png');
  background-position: center;
  background-size:cover;
  border-radius:30px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  -ms-border-radius:30px;
  -o-border-radius:30px;
  padding-top: 106px;
  padding-bottom: 120px;
}

.support__header {
  color: white;
  max-width: 506px;
  margin-bottom: 20px;
}

.support__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: white;
  max-width: 506px;
  margin-bottom: 60px;
}

/* show page style */

.view-all-section {
  padding-top: 100px;
}
.view-all__wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.view-all__desc {
  margin-bottom: 40px;
}

.current-video__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.current-video-desc {
  display: flex;
  flex-flow: column nowrap;
}

.video-preview {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
  flex: 1 1;
  max-width: 780px;
}

.video-preview > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* max-width: 780px; */
}

.current-video-desc {
  max-width: 340px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}

.video-desc-header {
  font-size: 32px;
  font-family: var(--second-family);
  font-weight: 400;
  color: var(--blue);
  text-transform: uppercase;
  margin:0;
  padding: 0;
  margin-bottom: 10px;
}

.video-info {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-01);
  line-height: 1.375;
  margin-bottom: 20px;
} 

.video-desc {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33333;
  color: var(--gray-01);
  margin: 0;
  margin-bottom: auto;
  padding-bottom: 20px;
}

.video-preview {
  position: relative;
  min-width: 280px;
}

.play-btn {
  width: 130px;
  height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #ffffffb3;
  cursor: pointer;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transform: translate(-50%,-50%) scale(0.8);
  -webkit-transform: translate(-50%,-50%) scale(0.8);
  -moz-transform: translate(-50%,-50%) scale(0.8);
  -ms-transform: translate(-50%,-50%) scale(0.8);
  -o-transform: translate(-50%,-50%) scale(0.8);
}

.play-btn:hover {
  background-color: var(--white);
}

.play-btn::after {
  content: url('/assets/img/play_btn.png');
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}

.social__header {
  font-size: 16px;
  font-weight: 400;
  color: var(--blue);
  margin-bottom: 15px;
}

.social_section_link {
  display: flex;
  flex-flow: column nowrap;
}


.video-social-list {
  gap: 10px;
}

.info-section__wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;

}


.info-section__header {
  font-size: 80px;

  line-height: 1;
  letter-spacing: 0.03em;
}


.video__list__wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.video__list__wrapper .seasone__nav {
  margin-bottom: 60px;
}


.video__list__tmp {
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.video__list__tmp__item {
  max-width: 280px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.video__list__tmp__item .play-btn {
  transform: translate(-50%,-50%) scale(0.4);
  -webkit-transform: translate(-50%,-50%) scale(0.4);
  -moz-transform: translate(-50%,-50%) scale(0.4);
  -ms-transform: translate(-50%,-50%) scale(0.4);
  -o-transform: translate(-50%,-50%) scale(0.4);
}


.multischool-wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  position: relative;
  background:url('../img/background/multischool.png');
  background-repeat:no-repeat;
  background-size:cover;
  padding-top: 60px;
  padding-bottom: 113px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  overflow: hidden;
}

.multischool__logo {
  max-width: clamp(128px,40vw,260px);
  margin-bottom: 50px;
}

.multischool__header {
  margin-bottom: 15px;
  color: var(--white);
  max-width: 60%;
}

.multischool__desc {
  font-family: var(--font-family);
  margin-bottom: 50px;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.seasone__nav {
  overflow: auto;
}

*::-webkit-scrollbar {
  display: none;
}

.pups-image {
  top:-15px;
  left:15%;
  z-index: 1;
  width: 15%;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}

.pups-image:hover {
  transform: scale(1.5) rotate(360deg);
  -webkit-transform: scale(1.5) rotate(360deg);
  -moz-transform: scale(1.5) rotate(360deg);
  -ms-transform: scale(1.5) rotate(360deg);
  -o-transform: scale(1.5) rotate(360deg);
}



.person-image {
  bottom: 0;
  left:0;
  z-index: 1;
  width: 40%;
}



.cheep-image {
  right: -50px;
  bottom: 0;
  z-index:1;
  width: 40%;
}


.skill-section__wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.skill-section__header{
  margin: 0;
  margin-bottom: 30px;
  font-family: var(--second-family);
  font-weight: 400;
  max-width: 70%;
  line-height: 1.13333;
  text-transform: uppercase;
  text-align: center;
  color: var(--cvet-red);
}

.skill-section__desc{
  margin: 0;
  margin-bottom: 80px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 22px;
  line-height: 1.36364;
  text-align: center;
  color: var(--gray-01);
}


.skill__list {
  gap: 20px;
  flex-wrap:wrap;
  justify-content: center;
}

.skill__list__item {
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 45px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;

}


.skill__header--hidden {
  display:none;
}


.skill__header {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.24;
  color:var(--white);
  margin:0;
  margin-bottom: 15px;
  white-space: break-spaces;
}

.skill__desc {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;

  line-height: 1.33333;
  color: var(--black);
  margin:0;
}

.cards__list__item {
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: center;
  padding-bottom: 160px;
  user-select: none;
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  background-size: 150px, cover;
  background-position:  90% 90%, center center;
  /* max-width: clamp(280px,25vw,350px); */
}

.card__one {
  background-image: url('../img/background/sorter.png'), url('../img/yellow_pattern.png');
}

.card__two {
  background-image: url('../img/background/whale.png'), url('../img/blue_pattern.png');
}

.card__three {
  background-image: url('../img/background/ball.png'), url('../img/red_pattern.png');
}

.card__four {
  background-image: url('../img/background/trumpet.png'), url('../img/green_pattern.png');
}

.card__five {
  background-image: url('../img/background/brush.png'), url('../img/pink_pattern.png');
}

.card__six {
  background-image: url('../img/background/sun_cloud.png'), url('../img/yellow_pattern.png');
}

.cards__list__item:nth-child(odd) {
  transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
}

.cards__list__item:nth-child(even) {
  transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
}

.cards__list__item:nth-child(even):hover {
  transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
}

.cards__list__item:nth-child(odd):hover {
  transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
}


.multischool-section {
  padding-top: 10px;
  padding-bottom: 140px;
}

.swiper {
  position: static;
}

/* personal slider style */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.swiper-button-next,.swiper-button-prev {
  display:none;
  top: var(--swiper-navigation-top-offset,20%)
}

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

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

.swiper-pagination-bullet {
  transition: width 0.4s;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -ms-transition: width 0.4s;
  -o-transition: width 0.4s;
}


.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: url('../img/arrow_left.svg');
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: url('../img/arrow_right.svg');
}

.swiper-pagination-bullet {
  background: var(--blue);
}

.swiper-pagination-bullet-active {
  /* opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color)); */
  width: 24px;
  border-radius: 20px;
}

/* .personal__header {
  margin-bottom: 30px;
} */

.person-card {
  display: flex;
  flex-flow: column nowrap;
  max-width: 940px;
  gap: 30px;
  /* cursor: pointer; */
  margin-bottom: 60px;
  align-items: center;
  user-select: none;
}


.person-avatar {
  min-width: 273px;
  max-height: 273px;
  object-fit: cover;
  object-position: top;
  transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.person-desc {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  max-width: 480px;
  align-items: center;
}

.person-name {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.125;
  text-transform: uppercase;
  color: var(--cvet-red);
  margin-bottom: 12px;
  text-align: center;
}
.person-prof {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.33333;
  color: var(--gray-01);
  margin-bottom: 25px;
  text-align: center;
}

.person-word {
  padding:0;
  margin:0;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.33333;
  color: var(--gray-01);
  text-align: center;
}

.feedback-container {
  padding:0;
}

.mySwiper-feedback {
  padding:0px;
}


.mySwiper-feedback .swiper-slide {
  padding:0;
}

.mySwiper-feedback .swiper-button-next,.mySwiper-feedback .swiper-button-prev {
  display:none;
  /* top: var(--swiper-navigation-top-offset,20%) */
}

.feedback-container {
  max-width: 1340px !important;
}

.feedback-card {
  display:flex;
  flex-flow:column nowrap;
  align-items: center;
  background-color: var(--white);
  padding:102px 20px 40px 20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin-bottom: 60px;
  height: 500px;
  background-image: url('../img/img_quotes.svg');
  background-repeat: no-repeat;
  background-position: center 40px;

  /* box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.07); */
  max-width: 380px;
  user-select: none;
  /* cursor: pointer; */
}


.feedback-quotes {
  margin-bottom: 30px;
}



.feedback-info {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.feedback-desc {
  text-align: center;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;

  line-height: 1.28571;
  text-align: center;
  color: var(--gray-01);

  padding:0;
  margin:0;
  margin-bottom: auto;
}

.feedback-desc a {
  text-decoration: none;
  color: var(--blue);
}

.feedback-user-avatar {
  max-width: 90px;
  max-height: 90px;
  border-radius:100%;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  -ms-border-radius:100%;
  -o-border-radius:100%;
  margin-bottom: 12px;
  filter:grayscale(1);
  -webkit-filter:grayscale(1);
}

.feedback-user-name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;

  line-height: 1.375;
  /* text-align: center; */
  color: var(--blue);
}

.feedback-user-city {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.28571;
  color: var(--gray-02);
}

/* SLIDERS */



.section-gallery-card {
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
}

.snaps-inline {
  cursor: grab;
  scroll-snap-type: inline mandatory;
}
.horizontal-scroller {
  /* display: grid;
  gap: 1rem; */
  grid-auto-flow: column;
  overflow-x: auto;
}
.hsb {
  scrollbar-width: none;
}

.section-gallery-card img {
  height: 25rem;
  width: 40rem;
}

.hsb::-webkit-scrollbar {
  position: absolute;
  scrollbar-width: none;
}

.horizontal-scroller-contols {
  display: flex;
  gap: .75rem;
  align-self: center;
}

.horizontal-scroller-contols>span {
  background-color: lightblue;
  border: 1px solid hsla(0,0%,100%,0);
  display: block;
  height: 8px;
  transition: all .4s;
  width: 8px;
  border-radius: 100%;
}

.current-scroll {
  background-color: var(--blue)  !important;
  width: 24px!important;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}
.cp {
  cursor: pointer!important;
}

.list__music {
  gap: 15px;
}

.list__music__item {
  width: 40px;
}

.section__subscribe {
  display: flex;
  flex-flow: column nowrap;
  padding-top: 50px;
  gap: 40px;
  justify-content: center;
  align-items: center;
}