* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
@font-face {
  font-family: RalewayRegular;
  src: url(../fonts/Raleway-Regular.ttf);
}
@font-face {
  font-family: RalewayLight;
  src: url(../fonts/Raleway-Light.ttf);
}
@font-face {
  font-family: RalewayBold;
  src: url(../fonts/Raleway-Bold.ttf);
}
@font-face {
  font-family: RalewayMedium;
  src: url(../fonts/Raleway-Medium.ttf);
}
@font-face {
  font-family: RalewayThin;
  src: url(../fonts/Raleway-Thin.ttf);
}
@font-face {
  font-family: Celestina;
  src: url(../fonts/Celestina-Regular.ttf);
}
body {
  font-family: RalewayRegular, sans-serif;
  background-color: #fff;
  width: 100%;
  position: relative;
}
body .container {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}
body .container .double__title {
  font-family: Celestina, sans-serif;
  font-size: 55px;
  color: #3f3e3e;
  text-align: center;
}
body .container .btn {
  border: none;
  border-radius: 35px;
  cursor: pointer;
  font-family: RalewayBold, sans-serif;
  color: #3f3e3e;
  padding: 26px;
  background-color: #f4deff;
}
body .container .btn:hover {
  box-shadow: 0 22px 23.52px 0.48px rgba(244, 222, 255, 0.45);
}
body .header .header__container {
  padding-bottom: 22px;
  padding-top: 22px;
}
body .header .header__container .header__burger {
  display: none;
}
body .header .header__container .header__logo {
  margin-right: 57px;
}
body .header .header__container .menu {
  display: flex;
}
body .header .header__container .menu .menu__close {
  display: none;
}
body .header .header__container .menu .menu__list {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  width: 666px;
}
body .header .header__container .menu .menu__list .menu__item {
  z-index: 2;
}
body .header .header__container .menu .menu__list .menu__item .menu__link {
  font-size: 18px;
  font-family: RalewayLight, sans-serif;
  color: #3f3e3e;
  text-decoration: none;
  position: relative;
}
body .menu__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px; /* Épaisseur du soulignement */
  bottom: -2px;
  left: 0;
  background-color: #3f3e3e; /* Couleur du soulignement */
  transition: width 0.3s ease-in-out; /* Animation de la largeur */
}
body .menu__link:hover::after {
  width: 100%; /* Le soulignement s'étend sur toute la largeur du lien */
}
body .main {
  overflow-x: clip;
}
body .main .main__container {
  padding-top: 107px;
  padding-bottom: 168px;
  display: flex;
}
body .main .main__container .main__info .main__title {
  font-family: RalewayLight, sans-serif;
  font-size: 54px;
  max-width: 500px;
  text-align: start;
}
body .main .main__container .main__info .main__title .main__title-strong {
  font-family: Celestina, sans-serif;
  font-size: 54px;
}
body .main .main__container .main__info .main__text {
  font-size: 20px;
  color: #3f3e3e;
  line-height: 1.4;
  max-width: 435px;
  margin-top: 40px;
}
body .main .main__container .main__actions {
  display: flex;
  padding-top: 77px;
}
body .main .main__container .main__actions .main__action .main__btn {
  font-size: 18px;
  width: 240px;
}
body .main .main__container .main__actions .main__action:first-child {
  padding-right: 35px;
}
body
  .main
  .main__container
  .main__actions
  .main__action
  .main__btn-transparent {
  background-color: #fefdff;
  width: 240px;
  border: 3px solid #f4deff;
}
body .main .main__container .main__picture {
  position: absolute;
  right: 12px;
  top: -68px;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}
body .main .main__container .main__ellipse {
  position: absolute;
  right: -350px;
  top: -70px;
  z-index: -1;
}
body .main .main__container .main__shape {
  position: absolute;
  right: -350px;
  top: -70px;
  pointer-events: none;
  user-select: none;
}
body .description .description__container {
  padding-top: 169px;
  padding-bottom: 60px;
}
body .description .description__container .description__main {
  display: flex;
  justify-content: space-between;
}
body
  .description
  .description__container
  .description__main
  .description__text {
  font-size: 18px;
  color: #3f3e3e;
  max-width: 375px;
}
body
  .description
  .description__container
  .description__main
  .description__text
  .description__title {
  display: block;
  padding-bottom: 29px;
  text-align: start;
}
.body .description__text div {
  line-height: 1.4;
}
body
  .description
  .description__container
  .description__main
  .description__video
  .description__video-frame {
  width: 759px;
  height: 365px;
  border-radius: 40px;
  border: 10px solid #f4deff;
  box-sizing: border-box;
}
body .description .description__container .characteristics {
  display: flex;
  padding-top: 60px;
  justify-content: space-around;
}
body
  .description
  .description__container
  .characteristics
  .characteristics__item {
  max-width: 205px;
}
body
  .description
  .description__container
  .characteristics
  .characteristics__item
  .characteristics__item-number {
  font-size: 50px;
  font-family: Celestina, sans-serif;
  color: #8f7f97;
  text-align: center;
}
body
  .description
  .description__container
  .characteristics
  .characteristics__item
  .characteristics__item-text {
  font-size: 18px;
  color: #3f3e3e;
  text-align: center;
}
body .teachers .teachers__container {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 128px;
}
body .teachers .teachers__container .teachers__title {
  font-size: 55px;
  font-family: Celestina, sans-serif;
  color: #3f3e3e;
}
body .teachers .teachers__container .teachers__text {
  font-size: 18px;
  color: #3f3e3e;
  line-height: 1.4;
  text-align: center;
  max-width: 721px;
  padding-top: 40px;
  padding-bottom: 88px;
  margin: 0 auto;
}
body .teachers .teachers__container .teachers__container-items {
  display: flex;
  justify-content: space-around;
  padding: 0 102px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-prev.slick-arrow {
  margin-left: 10px;
}
body
  .teachers
  .teachers__container
  .teachers__container-items
  .slick-arrow.slick-prev {
  left: 0;
  background: url(../images/left.png) no-repeat;
}
body
  .teachers
  .teachers__container
  .teachers__container-items
  .slick-arrow.slick-prev:hover {
  background-image: url(../images/leftactive.png);
  left: 0;
}
body
  .teachers
  .teachers__container
  .teachers__container-items
  .slick-arrow.slick-next,
body
  .teachers
  .teachers__container
  .teachers__container-items
  .slick-arrow.slick-prev {
  width: 27px;
  height: 31px;
  z-index: 5;
  top: 50%;
}
body
  .teachers
  .teachers__container
  .teachers__container-items
  .slick-arrow.slick-next:hover,
body
  .teachers
  .teachers__container
  .teachers__container-items
  .slick-arrow.slick-prev:hover {
  color: #b5aaba;
}
body
  .teachers
  .teachers__container
  .teachers__container-items
  .slick-arrow.slick-next {
  right: 0;
  background: url(../images/right.png) no-repeat;
}
body
  .teachers
  .teachers__container
  .teachers__container-items
  .slick-arrow.slick-next:hover {
  background-image: url(../images/rightactive.png);
  right: 0;
}
body
  .teachers
  .teachers__container
  .teachers__container-items
  .teachers__container-item
  .photo {
  margin: 0 auto;
}
body
  .teachers
  .teachers__container
  .teachers__container-items
  .teachers__container-item
  .teachers__container-item-name {
  font-size: 20px;
  font-family: RalewayLight, sans-serif;
  color: #3f3e3e;
}
body
  .teachers
  .teachers__container
  .teachers__container-items
  .teachers__container-item
  .teachers__container-item-text {
  font-family: RalewayMedium, sans-serif;
  font-size: 14px;
  color: #3f3e3e;
}
body
  .teachers
  .teachers__container
  .teachers__container-items
  .teachers__container-item
  .teachers__container-item--number {
  font-family: Celestina, sans-serif;
  font-size: 20px;
  color: #3f3e3e;
}
body .service .service__container {
  margin: 0 auto;
  padding-bottom: 120px;
}
body .service .service__container .service__title {
  padding-bottom: 37px;
}
body .service .service__container .service__items {
  display: flex;
}
body .service .service__container .service__items .service__item {
  width: 300px;
  text-align: center;
}
body
  .service
  .service__container
  .service__items
  .service__item
  .service__item-image {
  transition-property: all;
  transition-duration: 0.5s;
}
body
  .service
  .service__container
  .service__items
  .service__item
  .service__item-image:hover {
  transform: scale(1.1);
}
body
  .service
  .service__container
  .service__items
  .service__item
  .service__item-text {
  font-size: 25px;
  font-family: RalewayLight, sans-serif;
  color: #3f3e3e;
  text-align: center;
}
body .service .service__container .service__action {
  text-align: center;
  padding-top: 60px;
}
body .service .service__container .service__action .btn {
  font-size: 18px;
}
body .service .service__container .service__action .service__btn {
  width: 360px;
}
body .studio .studio__container {
  margin: 0 auto;
  padding-bottom: 75px;
}
body .studio .studio__container .studio__title {
  padding-bottom: 54px;
}
body .studio .studio__container .studio__paper-club {
  padding-bottom: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .studio .studio__container .studio__paper-club .studio__paper-club__info {
  max-width: 473px;
  text-align: center;
}
body
  .studio
  .studio__container
  .studio__paper-club
  .studio__paper-club__info
  .studio__paper-club__info-text {
  font-size: 25px;
  color: #3f3e3e;
  padding-bottom: 45px;
  font-weight: 400;
}
body
  .studio
  .studio__container
  .studio__paper-club
  .studio__paper-club__info
  .studio__paper-club__info-description {
  font-size: 18px;
  color: #3f3e3e;
  text-align: center;
  line-height: 1.4;
}
body .studio .studio__container .studio__meat-club {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .studio .studio__container .studio__meat-club .studio__meat-club__info {
  max-width: 472px;
  text-align: center;
  line-height: 1.4;
}
body
  .studio
  .studio__container
  .studio__meat-club
  .studio__meat-club__info
  .studio__meat-club__info-text {
  font-size: 25px;
  color: #3f3e3e;
  text-align: center;
  font-weight: 400;
  padding-bottom: 45px;
}
body
  .studio
  .studio__container
  .studio__meat-club
  .studio__meat-club__info
  .studio__meat-club__info {
  font-size: 18px;
  color: #3f3e3e;
  text-align: center;
}
body .advantages .advantages__container {
  margin: 0 auto;
  padding-bottom: 130px;
}
body .advantages .advantages__container .advantages_items {
  display: flex;
  justify-content: space-between;
}
body .advantages .advantages__container .advantages_items .advantages_item {
  padding-bottom: 30px;
  max-width: 230px;
  text-align: center;
}
body
  .advantages
  .advantages__container
  .advantages_items
  .advantages_item
  .advantages_item-image {
  max-height: 83px;
  vertical-align: bottom;
}
body
  .advantages
  .advantages__container
  .advantages_items
  .advantages_item
  .advantages_item-text {
  font-size: 16px;
  color: #3f3e3e;
  padding-top: 31px;
}
body .contacts .contacts__container {
  margin: 0 auto;
  padding-bottom: 120px;
}
body .contacts .contacts__container .contacts__title {
  padding-bottom: 55px;
}
body .contacts .contacts__container .contacts__form {
  display: flex;
  align-items: center;
}
body .contacts .contacts__container .contacts__form .contacts__enroll {
  max-width: 458px;
  padding: 72px 61px 72px 42px;
  border-style: solid;
  border-width: 7px;
  border-color: #f4deff;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__enroll
  .contacts__image {
  position: absolute;
  top: 2px;
  right: 165px;
}
body .popup,
body .popup .zebra {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__enroll
  .contacts__enroll-title {
  font-size: 20px;
  color: #3f3e3e;
  text-align: center;
  font-weight: 400;
  padding-bottom: 24px;
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__enroll
  .contacts__information {
  width: 347px;
  box-sizing: border-box;
  margin: 0 auto;
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__enroll
  .contacts__information
  .contacts__information-input {
  border-style: solid;
  border-width: 3px;
  border-color: #f4deff;
  border-radius: 35px;
  padding: 22px;
  text-align: start;
  margin-top: 30px;
  font-size: 18px;
  font-family: RalewayMedium, sans-serif;
  color: #3f3e3e;
  outline: 0;
  box-sizing: border-box;
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__enroll
  .contacts__information
  .error-input {
  margin-bottom: 30px;
  margin-top: 5px;
  color: red;
  padding-left: 22px;
  display: none;
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__enroll
  .contacts__information
  .contacts__placeholder {
  font-size: 18px;
  font-family: RalewayMedium, sans-serif;
  color: #3f3e3e;
  outline: 0;
  border: none;
  width: 297px;
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__enroll
  .contacts__action {
  margin-top: 30px;
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__enroll
  .contacts__action
  .contacts__btn {
  width: 355px;
  font-size: 18px;
}
body .contacts .contacts__container .contacts__form .contacts__enroll .thanks {
  display: none;
}
body .contacts .contacts__container .contacts__form .contacts__items {
  display: flex;
  flex-direction: column;
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__items
  .contacts__items-map {
  width: 100%;
  height: 371px;
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__items
  .contacts__items-item {
  display: flex;
  width: 710px;
  box-sizing: border-box;
  justify-content: space-between;
  background-color: #f4deff;
  padding: 33px 35px 32px;
  border-radius: 0 0 10px 10px;
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__items
  .contacts__items-item:hover {
  box-shadow: 0 0 13.02px 7.98px rgba(221, 200, 231, 0.19);
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__items
  .contacts__items-item
  .contacts__contacts__items-address {
  max-width: 148px;
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__items
  .contacts__items-item
  .contacts__contacts__items-address:last-child {
  text-align: center;
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__items
  .contacts__items-item
  .contacts__contacts__items-address
  .contacts__contacts__items-address-title {
  font-size: 18px;
  font-family: RalewayMedium, sans-serif;
  color: #3f3e3e;
  padding-bottom: 18px;
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__items
  .contacts__items-item
  .contacts__contacts__items-address
  .contacts__contacts__items-address-text {
  font-size: 18px;
  font-family: RalewayLight, sans-serif;
  color: #3f3e3e;
  line-height: 1.2;
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__items
  .contacts__items-item
  .contacts__contacts__items-address
  .contacts__icons {
  display: flex;
  justify-content: space-between;
  width: 115px;
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__items
  .contacts__items-item
  .contacts__contacts__items-address
  .contacts__icons
  .icon {
  border: 1px solid #3f3e3e;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  padding: 6px;
  text-align: center;
  box-sizing: border-box;
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__items
  .contacts__items-item
  .contacts__contacts__items-address
  .contacts__icons
  .icon:nth-child(2) {
  padding: 4px;
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__items
  .contacts__items-item
  .contacts__contacts__items-address
  .contacts__icons
  .icon
  .icon__svg
  g {
  fill: #3f3e3e;
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__items
  .contacts__items-item
  .contacts__contacts__items-address
  .contacts__icons
  .icon
  .icon__svg:hover {
  fill-opacity: 0.9;
}
body
  .contacts
  .contacts__container
  .contacts__form
  .contacts__items
  .contacts__items-item
  .contacts__contacts__items-address
  .contacts__icons
  .icon:hover {
  opacity: 0.9;
}
body footer .footer__container {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 84px;
}
body footer .footer__container .footer__confidentiality {
  font-size: 18px;
  font-family: RalewayLight, sans-serif;
  padding-bottom: 30px;
  padding-top: 30px;
}
body .popup td,
body .popup th {
  padding: 10px 20px;
  border-bottom: 1px solid #f4eee8;
}
body footer .footer__container .footer__confidentiality a {
  text-decoration: none;
  color: #8f7f97;
}
body footer .footer__container .footer__rights {
  font-size: 18px;
  font-family: RalewayLight, sans-serif;
  color: #b4b3b0;
}
body .popup {
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #808080a8;
}
body .popup .zebra {
  border-spacing: 0;
  empty-cells: hide;
  z-index: 100;
}
body .popup td {
  text-align: center;
  transition: all 0.5s linear;
}
body .popup td:first-child {
  text-align: left;
  color: #3d3511;
  font-weight: 700;
}
body .popup th {
  color: #3d3511;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
body .popup td:nth-child(even) {
  background: #fff;
}
body .popup td:nth-child(odd) {
  background: #f4deff;
}
body .popup th:nth-child(even) {
  background: #fff;
}
body .popup th:nth-child(odd) {
  background: #f4deff;
}
body .popup .round-top {
  border-top-left-radius: 5px;
}
body .popup .round-bottom {
  border-bottom-left-radius: 5px;
}
body .popup tr:hover td {
  background: #f4deff;
  font-weight: 700;
}

@media screen and (max-width: 1229px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .body .service .service__container .service__items {
    flex-wrap: wrap;
    row-gap: 25px;
    justify-content: space-around;
  }
}
@media screen and (max-width: 1170px) {
  .body .main .main__container .main__picture .main__picture-pic {
    max-width: 550px;
  }
  .body
    .description
    .description__container
    .description__main
    .description__video
    .description__video-frame {
    width: 650px;
  }
  .body .service .service__container .service__items {
    justify-content: space-between;
  }
  .body .studio .studio__container {
    padding-bottom: 90px;
  }
  .body .studio .studio__container .studio__paper-club {
    padding-bottom: 120px;
    justify-content: space-around;
  }
  .body
    .studio
    .studio__container
    .studio__paper-club
    .studio__paper-club__info {
    max-width: 400px;
  }
  .body
    .studio
    .studio__container
    .studio__meat-club
    .studio__meat-club__image
    .studio__paper-club__pic,
  .body
    .studio
    .studio__container
    .studio__paper-club
    .studio__paper-club__image
    .studio__paper-club__pic {
    max-width: 600px;
  }
  .body .studio .studio__container .studio__meat-club {
    justify-content: space-around;
  }
  .body .studio .studio__container .studio__meat-club .studio__meat-club__info {
    max-width: 400px;
  }
  .body .advantages .advantages__container {
    padding-bottom: 90px;
  }
  .body .advantages .advantages__container .advantages_items {
    row-gap: 25px;
    column-gap: 62px;
    flex-wrap: wrap;
    max-width: 580px;
    justify-content: center;
    margin: 0 auto;
  }
  .body .contacts .contacts__container .contacts__form {
    flex-direction: column;
  }
  .body .contacts .contacts__container .contacts__form .contacts__enroll {
    margin-bottom: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .body .container,
  .body .header .header__container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .body .header .header__container .menu {
    max-width: 700px;
  }
  .body .main .main__container .main__picture .main__picture-pic {
    max-width: 530px;
  }
  .body
    .description
    .description__container
    .description__main
    .description__video
    .description__video-frame {
    max-width: 600px;
  }
  .body .service .service__container .service__items {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .body
    .studio
    .studio__container
    .studio__meat-club
    .studio__meat-club__image
    .studio__paper-club__pic,
  .body
    .studio
    .studio__container
    .studio__paper-club
    .studio__paper-club__image
    .studio__paper-club__pic {
    max-width: 500px;
  }
  .body .contacts .contacts__container .contacts__form .contacts__items {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .body .main .main__container {
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 0;
    max-width: 700px;
  }
  .body .main .main__container .main__info .main__title {
    max-width: 100%;
    text-align: center;
  }
  .body .main .main__container .main__info .main__text {
    max-width: 100%;
    text-align: center;
    justify-content: center;
  }
  .body .main .main__container .main__info .main__actions {
    justify-content: center;
  }
  .body .main .main__container .main__picture {
    padding-top: 35px;
    position: static;
    text-align: center;
  }
  .body .main .main__container .main__picture .main__picture-pic {
    max-width: -webkit-fill-available;
    object-fit: contain;
    height: 450px;
  }
  .body .main .main__container .main__ellipse {
    right: -596px;
    top: -100px;
  }
  .body .main .main__container .main__shape {
    right: -494px;
    top: -31px;
  }
  .body .description .description__container {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .body .description .description__container .description__main {
    flex-direction: column;
    text-align: center;
  }
  .body
    .description
    .description__container
    .description__main
    .description__text {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 25px;
    line-height: 1.4;
  }
  .body
    .description
    .description__container
    .description__main
    .description__text
    .description__title {
    text-align: center;
  }
  .body .description .description__container .characteristics {
    row-gap: 40px;
    column-gap: 62px;
    flex-wrap: wrap;
    max-width: 580px;
    justify-content: center;
    margin: 0 auto;
  }
  .body .teachers .teachers__container {
    padding-bottom: 120px;
    padding-top: 50px;
  }
  .body .teachers .teachers__container .teachers__text {
    max-width: 700px;
    line-height: 1.4;
    padding-bottom: 40px;
  }
  .body .studio .studio__container .studio__paper-club {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 70px;
  }
  .body
    .studio
    .studio__container
    .studio__paper-club
    .studio__paper-club__info {
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .body
    .studio
    .studio__container
    .studio__meat-club
    .studio__meat-club__image
    .studio__paper-club__pic,
  .body
    .studio
    .studio__container
    .studio__paper-club
    .studio__paper-club__image
    .studio__paper-club__pic {
    max-width: 600px;
  }
  .body
    .studio
    .studio__container
    .studio__paper-club
    .studio__paper-club__image {
    text-align: center;
    width: -webkit-fill-available;
  }
  .body .studio .studio__container .studio__meat-club {
    flex-direction: column-reverse;
  }
  .body
    .studio
    .studio__container
    .studio__meat-club
    .studio__meat-club__image {
    text-align: center;
    width: -webkit-fill-available;
  }
  .body .studio .studio__container .studio__meat-club .studio__meat-club__info {
    margin: 0 auto;
    max-width: 700px;
  }
  .body
    .studio
    .studio__container
    .studio__meat-club
    .studio__meat-club__info
    .studio__meat-club__info {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .body .contacts .contacts__container {
    padding-bottom: 120px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__items
    .contacts__items-item {
    flex-wrap: wrap;
    max-width: 600px;
    row-gap: 25px;
    padding: 33px 55px 32px;
  }
  body .teachers .teachers__container .teachers__container-items {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    float: none !important;
    text-align: center !important;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__items
    .contacts__items-item
    .contacts__contacts__items-address {
    max-width: 225px;
    text-align: left;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__items
    .contacts__items-item
    .contacts__contacts__items-address
    .contacts__contacts__items-address-title {
    text-align: left;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__items
    .contacts__items-item
    .contacts__contacts__items-address.contacts__icons {
    max-width: 225px;
    width: 220px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__items
    .contacts__items-item
    .contacts__contacts__items-address
    .contacts__contacts__items-address-text {
    text-align: left;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__items
    .contacts__items-item
    .contacts__contacts__items-address.icons,
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__items
    .contacts__items-item
    .contacts__contacts__items-address.telephone {
    width: 225px;
  }
}
.phone-link {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 635px) {
  .body .header .header__container .header__burger {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .body .header .header__container .menu .menu__list {
    display: none;
  }
  .body .header .header__container .menu.open {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.86);
  }
  .body .header .header__container .menu.open .header__burger,
  .body .header .header__container .menu.open .logo.header__logo {
    display: none;
  }
  .body .header .header__container .menu.open .menu__close {
    display: block;
    height: 24px;
    width: 24px;
    fill: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__information
    .contacts__information-input.input_border-one
    .contacts__placeholder,
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__information
    .contacts__information-input.input_border-two
    .contacts__placeholder {
    width: 220px;
  }
  .body .header .header__container .menu.open .menu__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    max-width: 100%;
  }
  .body .header .header__container .menu.open .menu__list .menu__item {
    margin: 15px 0;
  }
  .body
    .header
    .header__container
    .menu.open
    .menu__list
    .menu__item
    .menu__link {
    color: #fff;
  }
  .body
    .description
    .description__container
    .description__main
    .description__text,
  .body
    .description
    .description__container
    .description__main
    .description__video
    .description__video-frame,
  .body .teachers .teachers__container .teachers__text {
    max-width: 400px;
  }
  .body
    .studio
    .studio__container
    .studio__meat-club
    .studio__meat-club__image
    .studio__paper-club__pic,
  .body .studio .studio__container .studio__meat-club .studio__meat-club__info,
  .body
    .studio
    .studio__container
    .studio__paper-club
    .studio__paper-club__image
    .studio__paper-club__pic,
  .body
    .studio
    .studio__container
    .studio__paper-club
    .studio__paper-club__info {
    max-width: 410px;
  }
  .body .advantages .advantages__container .advantages_items {
    max-width: 510px;
  }
  .body .contacts .contacts__container .contacts__form {
    max-width: 410px;
    margin: 0 auto;
  }
  .body .contacts .contacts__container .contacts__form .contacts__enroll {
    max-width: 410px;
    padding: 25px;
    text-align: center;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__image {
    right: 120px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__information {
    max-width: 300px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__action
    .btn.contacts__btn,
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__information
    .contacts__information-input.input_border-one,
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__information
    .contacts__information-input.input_border-two {
    max-width: 310px;
  }
  .body .contacts .contacts__container .contacts__form .contacts__items {
    align-items: center;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__items
    .contacts__items-map {
    max-width: 410px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__items
    .contacts__items-item {
    text-align-last: center;
    flex-wrap: wrap;
    max-width: 410px;
    width: fit-content;
    justify-content: space-evenly;
    row-gap: 25px;
    column-gap: 81px;
    padding: 20px 12px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__items
    .contacts__items-item
    .contacts__contacts__items-address.icons {
    text-align: center;
    text-align: -webkit-center;
  }
}
@media only screen and (max-width: 616px) {
  .service__action {
    display: none;
  }
}
@media screen and (max-width: 535px) {
  .body .main .main__container .main__info .main__title {
    line-height: 1;
    font-size: 40px;
  }
  .body .main .main__container .main__info .main__text {
    font-size: 20px;
  }
  .body .main .main__container .main__info .main__actions {
    flex-direction: column;
    text-align: center;
    padding-top: 45px;
  }
  .body
    .main
    .main__container
    .main__info
    .main__actions
    .main__action:first-child {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .body
    .main
    .main__container
    .main__info
    .main__actions
    .main__action
    .btn.main__btn {
    width: 300px;
  }
  .body
    .description
    .description__container
    .description__main
    .description__video
    .description__video-frame,
  .body
    .studio
    .studio__container
    .studio__meat-club
    .studio__meat-club__image
    .studio__paper-club__pic,
  .body
    .studio
    .studio__container
    .studio__paper-club
    .studio__paper-club__image
    .studio__paper-club__pic {
    max-width: 400px;
    width: -webkit-fill-available;
  }
  .body .contacts .contacts__container .contacts__form {
    align-items: start;
    max-width: 400px;
  }
  .body .contacts .contacts__container .contacts__form .contacts__enroll {
    max-width: 400px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__information {
    max-width: 300px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__action
    .btn.contacts__btn,
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__information
    .contacts__information-input.input_border-one,
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__information
    .contacts__information-input.input_border-two {
    max-width: 310px;
  }
  .body .contacts .contacts__container .contacts__items .contacts__items-map {
    max-width: 400px;
  }
  .body .contacts .contacts__container .contacts__items .contacts__items-item {
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 25px;
    column-gap: 81px;
    padding: 20px 12px;
  }
}
@media screen and (max-width: 424px) {
  .body .main .main__container {
    padding: 30px 15px;
  }
  .body .main .main__container .main__info .main__title {
    font-size: 35px;
    line-height: 1.1;
  }
  .body .main .main__container .main__info .main__title .main__title-strong {
    font-size: 35px;
  }
  .body .main .main__container .main__info .main__text {
    font-size: 16px;
  }
  .body .main .main__container .main__ellipse {
    right: -733px;
    top: -100px;
  }
  .body .main .main__container .main__shape {
    right: -530px;
  }
  .body .description .description__container {
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .body
    .description
    .description__container
    .description__main
    .description__text {
    font-size: 15px;
  }
  .body
    .description
    .description__container
    .description__main
    .description__text
    .description__title.double__title,
  .body .teachers .teachers__container .teachers__title.double__title {
    font-size: 39px;
  }
  .body .teachers .teachers__container {
    padding-bottom: 120px;
    padding-top: 50px;
  }
  .body .contacts .contacts__container,
  .body .footer .footer__container,
  .body .service .service__container {
    padding-bottom: 120px;
  }
  .body .teachers .teachers__container .teachers__text {
    font-size: 15px;
  }
  .body .service .service__container .service__title.double__title {
    font-size: 39px;
  }
  .body
    .service
    .service__container
    .service__items
    .service__item
    .service__item-text {
    font-size: 20px;
  }
  .body .studio .studio__container .studio__title.double__title {
    font-size: 39px;
  }
  .body
    .studio
    .studio__container
    .studio__paper-club
    .studio__paper-club__info
    .studio__paper-club__info-text {
    font-size: 22px;
  }
  .body
    .studio
    .studio__container
    .studio__paper-club
    .studio__paper-club__info
    .studio__paper-club__info-description {
    font-size: 15px;
  }
  .body
    .studio
    .studio__container
    .studio__meat-club
    .studio__meat-club__info
    .studio__meat-club__info-text {
    font-size: 22px;
  }
  .body
    .studio
    .studio__container
    .studio__meat-club
    .studio__meat-club__info
    .studio__meat-club__info {
    font-size: 15px;
  }
  .body .contacts .contacts__container .contacts__title.double__title {
    font-size: 39px;
  }
  .body .contacts .contacts__container .contacts__form {
    max-width: 350px;
  }
  .body .contacts .contacts__container .contacts__form .contacts__enroll {
    max-width: 350px;
    text-align: center;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__action
    .btn.contacts__btn,
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__information
    .contacts__information-input.input_border-one,
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__information
    .contacts__information-input.input_border-two {
    max-width: 250px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__image {
    right: 100px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__information {
    width: 250px;
    box-sizing: border-box;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__information
    .contacts__information-input.input_border-one
    .contacts__placeholder,
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__information
    .contacts__information-input.input_border-two
    .contacts__placeholder {
    width: 200px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__items
    .contacts__items-item,
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__items
    .contacts__items-map {
    max-width: 350px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__action
    .btn.contacts__btn {
    max-width: 250px;
  }
  .body .footer .footer__container .footer__confidentiality {
    font-size: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .body .footer .footer__container .footer__rights {
    font-size: 15px;
  }
}
@media screen and (max-width: 384px) {
  .body
    .main
    .main__container
    .main__info
    .main__actions
    .main__action
    .btn.main__btn {
    max-width: 265px;
    font-size: 17px;
    padding: 21px;
  }
  .body .main .main__container .main__ellipse {
    right: -733px;
    top: -100px;
  }
  .body .main .main__container .main__shape {
    right: -530px;
  }
  .body
    .description
    .description__container
    .description__main
    .description__video
    .description__video-frame {
    max-height: 200px;
  }
  .body .service .service__container .service__action .btn.service__btn {
    max-width: 265px;
    font-size: 17px;
    padding: 21px;
  }
  .body .contacts .contacts__container .contacts__form {
    align-items: center;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__image {
    right: 65px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__information {
    max-width: 200px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__information
    .contacts__information-input.input_border-one {
    max-width: 200px;
    padding: 21px;
    font-size: 16px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__information
    .contacts__information-input.input_border-one
    .contacts__placeholder {
    width: 150px;
    font-size: 16px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__information
    .contacts__information-input.input_border-two {
    max-width: 200px;
    padding: 21px;
    font-size: 16px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__information
    .contacts__information-input.input_border-two
    .contacts__placeholder {
    width: 150px;
    font-size: 16px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__enroll
    .contacts__action
    .btn.contacts__btn {
    max-width: 200px;
    font-size: 16px;
    padding: 21px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__items
    .contacts__items-map {
    max-height: 240px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__items
    .contacts__items-item {
    row-gap: 20px;
  }
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__items
    .contacts__items-item
    .contacts__contacts__items-address
    .contacts__contacts__items-address-text,
  .body
    .contacts
    .contacts__container
    .contacts__form
    .contacts__items
    .contacts__items-item
    .contacts__contacts__items-address
    .contacts__contacts__items-address-title {
    font-size: 15px;
  }
  .body .footer .footer__container {
    padding-bottom: 50px;
  }
  .body .footer .footer__container .footer__confidentiality {
    font-size: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .body .footer .footer__container .footer__rights {
    font-size: 15px;
  }
}
