@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #444343;
  padding: 0;
  margin: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}

.title {
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin: 0;
  padding: 0 10px 0;
}

.text {
  margin: 0;
}

.signature {
  display: flex;
  margin-left: 25px;
}
.signature__photo {
  width: 112px;
  height: 112px;
  margin-right: 15px;
}
.signature__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.signature__name {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}
.signature__position {
  margin: 0;
}

.flex-direction-nav a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 71px;
  height: 71px;
  opacity: 1;
  border: none;
}
.flex-direction-nav a.flex-next, .flex-direction-nav a.flex-prev {
  background-image: url("data:image/svg+xml, %3Csvg id='icon-circle-with-arrow' viewBox='0 0 70 70' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='35' cy='35' r='34.5' transform='rotate(90 35 35)' stroke='%23ffffff' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.6198 33.1273C45.0278 32.7193 45.0278 32.0578 44.6198 31.6498C44.2118 31.2417 43.5502 31.2417 43.1422 31.6498L35.0158 39.7762L26.8893 31.6498C26.4813 31.2418 25.8198 31.2418 25.4118 31.6498C25.0038 32.0578 25.0038 32.7193 25.4118 33.1273L34.277 41.9925L34.277 41.9925C34.685 42.4006 35.3466 42.4006 35.7546 41.9925C35.7564 41.9907 35.7583 41.9888 35.7602 41.9869L44.6198 33.1273Z' fill='%23f36c67' stroke='%23f36c67'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.flex-direction-nav a.flex-next:hover, .flex-direction-nav a.flex-next:focus, .flex-direction-nav a.flex-prev:hover, .flex-direction-nav a.flex-prev:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle r='34.5' transform='matrix(-1 0 0 1 35 35)' stroke='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' transform='rotate(-90 35 35)' d='M36.8732 25.3807C37.2812 24.9726 37.9427 24.9726 38.3507 25.3807C38.7587 25.7887 38.7587 26.4502 38.3507 26.8582L30.2243 34.9847L38.3507 43.1111C38.7587 43.5191 38.7587 44.1806 38.3507 44.5886C37.9427 44.9966 37.2812 44.9966 36.8732 44.5886L28.008 35.7234L28.0079 35.7234C27.5999 35.3154 27.5999 34.6539 28.0079 34.2459C28.0098 34.244 28.0117 34.2421 28.0136 34.2403L36.8732 25.3807Z' fill='white'/%3E%3C/svg%3E");
  outline: none;
}
.flex-direction-nav a.flex-next::before, .flex-direction-nav a.flex-prev::before {
  display: none;
}
.flex-direction-nav a.flex-next {
  right: -110px;
  transform: rotate(-90deg);
}
.flex-direction-nav a.flex-prev {
  left: -110px;
  transform: rotate(90deg);
}
.flex-direction-nav a.flex-disabled {
  opacity: 0.5 !important;
  cursor: default;
  pointer-events: none;
}

.flex-control-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-control-paging li a {
  width: 6px;
  height: 6px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  pointer-events: none;
}
.flex-control-paging li a.flex-active {
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
}

.display_off {
  display: none !important;
}

.display_on {
  display: flex !important;
}

.overlay {
  overflow: hidden;
  display: none;
  position: fixed;
  z-index: 95;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media (max-width: 1300px) {
  .flex-direction-nav a {
    top: 35px;
  }
  .flex-direction-nav a.flex-next {
    right: 20px;
  }
  .flex-direction-nav a.flex-prev {
    left: 20px;
  }
}
@media (max-width: 750px) {
  .title {
    font-size: 28px;
    line-height: 36px;
  }

  .signature__photo {
    width: 80px;
    height: 80px;
  }
  .signature__name, .signature__position {
    font-size: 14px;
  }

  .flex-direction-nav a {
    width: 40px;
    height: 40px;
    top: 35px;
  }
  .flex-direction-nav a.flex-next {
    right: 20px;
  }
  .flex-direction-nav a.flex-prev {
    left: 20px;
  }

  .footer .wrapper {
    margin-bottom: 0 !important;
  }
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: 700;
  font-style: normal;
}
.button-ellipse {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  min-width: 200px;
  padding: 0 25px 0;
  border-radius: 48px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.button-ellipse:focus {
  outline: none;
}
.button-ellipse_color_white {
  background-color: #ffffff;
  color: #282828;
  border: 1px solid #ffffff;
  transition: 0.5s;
}
.button-ellipse_color_white:hover, .button-ellipse_color_white:focus, .button-ellipse_color_white:active {
  color: #f36c67;
}
.button-ellipse_color_transparent {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: 0.5s;
}
.button-ellipse_color_transparent:hover, .button-ellipse_color_transparent:focus, .button-ellipse_color_transparent:active {
  background-color: #ffffff;
  color: #f36c67;
}
.button-ellipse_color_transparent-red {
  color: #444343;
  background-color: transparent;
  border: 1px solid #f36c67;
  transition: 0.5s;
}
.button-ellipse_color_transparent-red:hover, .button-ellipse_color_transparent-red:focus, .button-ellipse_color_transparent-red:active {
  color: #f36c67;
}

.button__circle_transparent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.5s;
}
.button__circle_transparent:focus {
  outline: none;
}
.button__circle_transparent svg {
  fill: #ffffff;
  stroke: #ffffff;
  transition: 0.5s;
}
.button__circle_transparent:hover, .button__circle_transparent:focus, .button__circle_transparent:active {
  border: 1px solid #f36c67;
  background-color: #ffffff;
}
.button__circle_transparent:hover svg, .button__circle_transparent:focus svg, .button__circle_transparent:active svg {
  fill: #f36c67;
  stroke: #ffffff;
}

.button__circle_red {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.5s;
}
.button__circle_red:focus {
  outline: none;
}
.button__circle_red svg {
  fill: #f36c67;
  stroke: #f36c67;
  transition: 0.5s;
}
.button__circle_red:hover, .button__circle_red:focus, .button__circle_red:active {
  background-color: #f36c67;
}
.button__circle_red:hover svg, .button__circle_red:focus svg, .button__circle_red:active svg {
  fill: #ffffff;
}

.button__close {
  z-index: 101;
  display: none;
  opacity: 0;
  position: fixed;
  top: 20px;
  right: 30px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.00592 8.3628L15.3121 15.9949L16.0036 15.2726L8.69757 7.64058L15.3152 0.730647L14.6235 0.00842865L8.00605 6.91822L1.38329 0L0.691772 0.722363L7.3144 7.64043L0 15.2779L0.691665 16.0002L8.00592 8.3628Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.button__close:focus {
  outline: none;
}

@media (max-width: 750px) {
  .button__close {
    top: 15px;
    right: 15px;
    width: 17px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.00592 8.3628L15.3121 15.9949L16.0036 15.2726L8.69757 7.64058L15.3152 0.730647L14.6235 0.00842865L8.00605 6.91822L1.38329 0L0.691772 0.722363L7.3144 7.64043L0 15.2779L0.691665 16.0002L8.00592 8.3628Z' fill='black'/%3E%3C/svg%3E");
  }
  .button__close_white {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.00592 8.3628L15.3121 15.9949L16.0036 15.2726L8.69757 7.64058L15.3152 0.730647L14.6235 0.00842865L8.00605 6.91822L1.38329 0L0.691772 0.722363L7.3144 7.64043L0 15.2779L0.691665 16.0002L8.00592 8.3628Z' fill='white'/%3E%3C/svg%3E");
  }
}
.header {
  position: sticky;
  z-index: 90;
  top: 0;
  background-color: #ffffff;
  display: none;
}
.header .wrapper {
  max-width: 1305px;
}
.header__shadow {
  box-shadow: 0px 4px 32px #CED3D6;
  display: block;
}

.menu {
  width: 100%;
}
.menu__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0;
}
.menu__button {
  display: none;
}
.menu__burger {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.menu__burger:focus {
  outline: none;
}
.menu__burger-text {
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
}
.menu__close {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.menu__close:focus {
  outline: none;
}
.menu__logo {
  display: flex;
  justify-content: center;
}
.menu__link {
  display: flex;
  line-height: 80px;
  text-decoration: none;
  color: #444343;
  transition: 0.5s;
}
.menu__link:hover, .menu__link:focus, .menu__link:active {
  color: #f36c67;
}

@media (max-width: 900px) {
  .menu__list {
    justify-content: space-between;
  }
  .menu__list_col {
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100vh;
  }
  .menu__item {
    display: none;
    margin: 0;
  }
  .menu__close {
    display: none;
    order: 1;
    margin-top: 15px;
  }
  .menu__clause {
    order: 2;
    margin-bottom: 40px;
  }
  .menu__logo {
    display: flex;
    order: 1;
  }
  .menu__button {
    display: flex;
    height: 64px;
    order: 2;
    width: 100%;
    justify-content: flex-end;
  }
  .menu__button_open {
    margin-bottom: 37px;
  }
  .menu__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 750px) {
  .menu__logo img {
    height: 36px;
    width: 92px;
  }
}
.landing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*min-height: calc(100vh - 80px);*/
  min-height: 100vh;
  color: #ffffff;
  background-image: url("../img/layer_of_hearts.png"), linear-gradient(180deg, #F36C67 0%, #FDA755 100%);
}
.landing .wrapper {
  padding-top: 280px;
  padding-bottom: 80px;
}
.landing .title {
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 130px;
}

@media (max-width: 750px) {
  .landing {
    min-height: 488px;
    background-image: url("../img/layer_of_hearts_mobile.png"), linear-gradient(180deg, #F36C67 0%, #FDA755 100%);
  }
  .landing .wrapper {
    padding-top: 140px;
  }
  .landing .title {
    padding: 0 10px 0;
    margin-bottom: 95px;
  }
  .landing .title br {
    display: none;
  }
}
.reasons {
  min-height: 100vh;
  padding-top: 80px;
}
.reasons .title {
  font-weight: 400;
  margin-bottom: 65px;
}
.reasons__subtitle {
  font-weight: 400;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 32px;
}
.reasons__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
  max-width: 855px;
  margin-bottom: 78px;
  padding: 0 10px 0;
}
.reasons__item {
  display: flex;
  align-items: flex-start;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.reasons__item:not(:last-child) {
  margin-bottom: 26px;
}
.reasons__pointer {
  margin-top: 3px;
  margin-right: 8px;
  flex-shrink: 0;
}
.reasons__button-down {
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  .reasons {
    padding-top: 40px;
  }
  .reasons .title {
    margin-bottom: 34px;
  }
  .reasons__subtitle {
    margin-bottom: 15px;
    padding: 0 40px 0;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
  }
  .reasons__list {
    margin-bottom: 30px;
  }
  .reasons__item {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .reasons__item:not(:last-child) {
    margin-bottom: 18px;
  }
  .reasons__button-down {
    margin-bottom: 40px;
  }
}
.greeting {
  min-height: 100vh;
  padding-top: 80px;
  color: #ffffff;
  background-image: url("../img/layer_of_hearts.png"), linear-gradient(180deg, #F36C67 0%, #FDA755 100%);
}
.greeting_bgc_gray {
  min-height: 0;
  background: none;
  background-color: #F3F3F3;
}
.greeting_bgc_gray .title {
  color: #444343;
}
.greeting .title {
  font-weight: 500;
  margin-bottom: 33px;
}
.greeting__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
}
.greeting__slider {
  position: relative;
  width: 100%;
  min-width: 0;
  margin-bottom: 120px;
  flex-shrink: 0;
}
.greeting__slider .flex-viewport {
  padding-left: calc((100% - 624px)/2);
  padding-right: calc((100% - 624px)/2);
  flex-shrink: 0;
}
.greeting__slider_container {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100% !important;
  align-items: center;
  flex-shrink: 0;
}
.greeting__slider_item {
  position: relative;
  z-index: 0;
  display: flex !important;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 624px;
  height: 574px;
  margin: 0 -312px 0 0;
}
.greeting__slider_image {
  width: 624px;
  height: 574px;
  border-radius: 7px;
  filter: grayscale(1) contrast(25%) brightness(1.5);
  transform: scale(0.8);
  transition: transform 1s;
}
.greeting__slider_active {
  position: relative;
  z-index: 2;
}
.greeting__slider_active::after {
  position: absolute;
  z-index: 2;
  bottom: 22px;
  left: 24px;
  content: "До";
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 7px;
  background-color: #ffffff;
  padding: 0 15px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #282828;
}
.greeting__slider_active::before {
  position: absolute;
  z-index: 2;
  bottom: 22px;
  right: 24px;
  content: "После";
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 7px;
  background-color: #ffffff;
  padding: 0 15px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #282828;
}
.greeting__slider_active .greeting__slider_image,
.greeting__slider_active .greeting-pupil__slider_image {
  filter: none;
  transform: scale(1);
}
.greeting__slider_prev {
  z-index: 1;
}
.greeting__slider_next {
  z-index: 1;
}
.greeting-pupil__slider {
  position: relative;
  width: 100%;
  min-width: 0;
  margin-bottom: 120px;
  flex-shrink: 0;
}
.greeting-pupil__slider .flex-viewport {
  padding-left: calc((100% - 390px)/2);
  padding-right: calc((100% - 390px)/2);
  flex-shrink: 0;
}
.greeting-pupil__slider_container {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100% !important;
  align-items: center;
  flex-shrink: 0;
}
.greeting-pupil__slider_item {
  position: relative;
  z-index: 0;
  display: flex !important;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 650px;
  margin: 0 25px 0 0;
}
.greeting-pupil__slider_image {
  width: 340px;
  height: 650px;
  border-radius: 7px;
  filter: grayscale(1) contrast(25%) brightness(1.5);
  transform: scale(0.8);
  transition: transform 1s;
}
.greeting-pupil__slider_active {
  position: relative;
  z-index: 2;
}
.greeting-pupil__slider_active .greeting__slider_image,
.greeting-pupil__slider_active .greeting-pupil__slider_image {
  filter: none;
  transform: scale(1);
}
.greeting-pupil__slider_prev {
  z-index: 1;
}
.greeting-pupil__slider_next {
  z-index: 1;
}
.greeting-pupil__slider .flex-direction-nav a.flex-next, .greeting-pupil__slider .flex-direction-nav a.flex-prev {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle r='35' transform='matrix(-1 0 0 1 35 35)' fill='%23F36C67'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' transform='rotate(-90 35 35)' d='M36.8727 25.3807C37.2807 24.9727 37.9422 24.9727 38.3502 25.3807C38.7583 25.7887 38.7583 26.4502 38.3502 26.8583L30.2238 34.9847L38.3502 43.1111C38.7582 43.5192 38.7582 44.1807 38.3502 44.5887C37.9422 44.9967 37.2807 44.9967 36.8727 44.5887L28.0075 35.7235L28.0075 35.7235C27.5994 35.3154 27.5994 34.6539 28.0075 34.2459C28.0093 34.244 28.0112 34.2422 28.0131 34.2403L36.8727 25.3807Z' fill='white'/%3E%3C/svg%3E");
}
.greeting-pupil__slider .flex-direction-nav a.flex-next:hover, .greeting-pupil__slider .flex-direction-nav a.flex-next:focus, .greeting-pupil__slider .flex-direction-nav a.flex-prev:hover, .greeting-pupil__slider .flex-direction-nav a.flex-prev:focus {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.6193 33.1268C45.0274 32.7188 45.0274 32.0573 44.6193 31.6493C44.2113 31.2413 43.5498 31.2413 43.1418 31.6493L35.0153 39.7757L26.8889 31.6493C26.4809 31.2413 25.8194 31.2413 25.4114 31.6493C25.0034 32.0573 25.0034 32.7188 25.4114 33.1268L34.2766 41.992L34.2766 41.9921C34.6846 42.4001 35.3461 42.4001 35.7541 41.9921C35.756 41.9902 35.7579 41.9883 35.7597 41.9864L44.6193 33.1268Z' fill='%23F36C67'/%3E%3Ccircle cx='35' cy='35' r='34.5' transform='rotate(90 35 35)' stroke='%23F36C67'/%3E%3C/svg%3E");
}
.greeting-pupil__slider .flex-control-paging li a {
  width: 6px;
  height: 6px;
  border: 1px solid #F36C67;
  background-color: transparent;
  pointer-events: none;
}
.greeting-pupil__slider .flex-control-paging li a.flex-active {
  width: 10px;
  height: 10px;
  background-color: #F36C67;
}

@media (max-width: 1300px) {
  .greeting__flipping {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: 0;
    left: 0;
  }

  .greeting-pupil__flipping {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 750px) {
  .greeting {
    padding-top: 35px;
  }
  .greeting__text {
    margin-bottom: 30px;
    padding: 0 10px 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 60px;
  }
  .greeting__text br {
    display: none;
  }
  .greeting__slider .flex-viewport {
    padding-left: calc((100% - 280px)/2);
    padding-right: calc((100% - 280px)/2);
  }
  .greeting__slider_item {
    width: 280px;
    height: 275px;
    margin: 0;
  }
  .greeting__slider_image {
    width: 280px;
    height: 275px;
    transform: scale(0.9);
  }
  .greeting__slider_active {
    position: relative;
    z-index: 2;
  }
  .greeting-pupil__slider .flex-viewport {
    padding-left: calc((100% - 280px)/2);
    padding-right: calc((100% - 280px)/2);
  }
  .greeting-pupil__slider_item {
    width: 280px;
    height: 535px;
    margin: 0;
  }
  .greeting-pupil__slider_image {
    width: 280px;
    height: 535px;
    transform: scale(0.9);
  }
  .greeting-pupil__slider_active {
    position: relative;
    z-index: 2;
  }
  .greeting__flipping {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .greeting-pupil__flipping {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
.history {
  padding-top: 74px;
  border: 1px solid #E0E4E5;
}
.history .wrapper {
  align-items: flex-end;
}
.history__content {
  max-width: 840px;
  padding: 0 10px 0;
}
.history .signature {
  display: none;
}
.history__container {
  position: relative;
  background-color: #f3f3f3;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 65px;
}
.history__container:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: #f3f3f3 transparent transparent transparent;
}
.history__text {
  margin: 0;
  line-height: 24px;
  color: #282828;
}
.history__text:not(:last-child) {
  margin-bottom: 16px;
}
.history__video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 670px;
  padding: 24px;
  margin-bottom: 80px;
  box-shadow: 0px 4px 32px #CED3D6;
  border-radius: 8px;
  background-color: #ffffff;
}
.history__video-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  border-radius: 8px;
}
.history__video-iframe {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  right: 0;
  z-index: 99;
  width: 80vw;
  height: 80vh;
  transform: translate(-50%, -50%);
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 0.5s;
}
.history__video-image {
  width: 100%;
  cursor: pointer;
}
.history__video-play {
  position: absolute;
  top: 50%;
  margin-top: -46px;
  left: 50%;
  margin-left: -46px;
  width: 92px;
  height: 92px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='92' height='92' viewBox='0 0 92 92' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='46' cy='46' r='42' stroke='%23F36C67' fill='%23F36C67' stroke-width='8'/%3E%3Cpath d='M56.5023 44.5588C57.32 45.3456 57.32 46.6544 56.5023 47.4412L43.3868 60.0616C42.1161 61.2842 40 60.3838 40 58.6205V33.3795C40 31.6162 42.1161 30.7158 43.3868 31.9384L56.5023 44.5588Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  border: none;
  cursor: pointer;
  transition: 0.5s;
}
.history__video-play:hover, .history__video-play:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='92' height='92' viewBox='0 0 92 92' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='46' cy='46' r='42' stroke='%23F36C67' stroke-width='8'/%3E%3Cpath d='M56.5023 44.5588C57.32 45.3456 57.32 46.6544 56.5023 47.4412L43.3868 60.0616C42.1161 61.2842 40 60.3838 40 58.6205V33.3795C40 31.6162 42.1161 30.7158 43.3868 31.9384L56.5023 44.5588Z' fill='%23F36C67'/%3E%3C/svg%3E%0A");
  outline: none;
}
.history__video:before {
  position: absolute;
  top: -285px;
  left: -380px;
  z-index: -1;
  content: "";
  display: flex;
  width: 455px;
  height: 765px;
  background-image: url("../img/history_bg_desktop.png");
  background-repeat: no-repeat;
}
.history__video:after {
  position: absolute;
  top: 30px;
  right: -284px;
  content: "";
  display: flex;
  width: 275px;
  height: 175px;
  background-image: url("../img/watch_the_video.png");
  background-repeat: no-repeat;
}

@media (max-width: 1335px) {
  .history__video:after {
    display: none;
  }
}
@media (max-width: 750px) {
  .history {
    padding-top: 40px;
  }
  .history__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .history .signature {
    align-self: flex-start;
    display: flex;
    margin-left: 10px;
    margin-bottom: 15px;
  }
  .history__container {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px;
    padding: 27px 24px 22px;
  }
  .history__container:after {
    bottom: 0;
    top: -10px;
    left: 12px;
    transform: rotate(90deg);
  }
  .history__video {
    max-width: 100%;
    width: 100%;
    margin: 0 10px 40px;
    padding: 0;
    background-color: transparent;
  }
  .history__video:before {
    display: none;
  }
  .history__video:after {
    display: none;
  }
  .history__video-container {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.message {
  padding-top: 80px;
  background-color: #f3f3f3;
}
.message .wrapper {
  max-width: 1110px;
  align-items: flex-start;
}
.message .title {
  font-weight: 400;
  margin-bottom: 30px;
}
.message .signature {
  margin-left: 25px;
}
.message__content {
  display: flex;
  margin-bottom: 80px;
  padding: 0 10px 0;
}
.message__left-block {
  display: flex;
  margin-left: 25px;
  margin-right: 25px;
}
.message__left-block .message__text {
  max-width: 510px;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}
.message__right-block {
  display: flex;
  flex-direction: column;
}
.message__right-block .message__container {
  position: relative;
  z-index: 0;
  min-height: 175px;
  min-width: 430px;
  padding: 30px 15px 15px 30px;
  margin-bottom: -25px;
  background-image: url("../img/message_bg_container.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.message__right-block .message__text {
  position: relative;
  z-index: 1;
  max-width: 385px;
  margin: 0;
  padding: 0;
  background: transparent;
}

@media (max-width: 750px) {
  .message {
    padding-top: 42px;
    background-color: #F3F3F3;
  }
  .message .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 33px;
  }
  .message__content {
    width: 100%;
    flex-direction: column;
    margin-bottom: 0;
    padding: 0;
  }
  .message__left-block {
    margin: 0 10px 32px;
  }
  .message__left-block .message__text {
    max-width: 100%;
    font-size: 16px;
  }
  .message__right-block {
    margin: 0 10px 0;
  }
  .message__right-block .message__text {
    width: auto;
    margin: 0;
    font-size: 16px;
  }
  .message__right-block .message__container {
    z-index: 1;
    min-height: 0;
    min-width: 100%;
    padding: 0;
    margin-bottom: 0;
    margin-bottom: 19px;
    background-image: none;
    border: 1px solid #F36C67;
    box-sizing: border-box;
    box-shadow: 0px 14px 34px rgba(243, 108, 103, 0.1);
    border-radius: 7px;
  }
  .message__right-block .message__container:after {
    z-index: 0;
    position: absolute;
    bottom: -18px;
    left: 5px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 20px 0;
    border-color: transparent #F36C67 transparent transparent;
  }
  .message__right-block .message__text {
    width: 100%;
    height: 100%;
    padding: 24px;
    border-radius: 7px;
    background-color: #FFFFFF;
  }
  .message .signature {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.programs {
  padding: 80px 10px 0;
}
.programs .title {
  font-weight: 400;
  color: #282828;
  margin-bottom: 30px;
}
.programs__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
  margin-bottom: 32px;
}
.programs__item {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
}
.programs__item:not(:last-child) {
  margin-bottom: 24px;
}
.programs__pointer {
  flex-shrink: 0;
  margin-top: 3px;
  margin-right: 8px;
}

@media (max-width: 750px) {
  .programs {
    padding: 40px 10px 40px;
  }
  .programs .title {
    margin-bottom: 34px;
  }
  .programs__list {
    margin: 0 10px 45px 0;
  }
  .programs__item {
    font-size: 16px;
  }
}
.course {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 480px;
  padding: 40px;
  border-radius: 8px;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.course:not(:last-child) {
  margin-bottom: 36px;
}
.course__top-part, .course__bottom-part {
  display: flex;
  flex-direction: column;
}
.course__pre {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin-top: 0;
  margin-bottom: 24px;
}
.course__title {
  max-width: 530px;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  margin-top: 0;
  margin-bottom: 16px;
}
.course__brief {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 30px;
}
.course__cost {
  display: flex;
  margin-bottom: 24px;
}
.course__cost-title {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.course__price {
  margin: 0;
}
.course__new-cost {
  padding-right: 20px;
  border-right: 1px solid #ffffff;
}
.course__new-cost .course__price {
  font-weight: 500;
  font-size: 34px;
  line-height: 41px;
}
.course__old-cost {
  padding-left: 20px;
}
.course__old-cost .course__price {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-decoration-line: line-through;
}
.course__buttons {
  display: flex;
}
.course__buttons .button-ellipse {
  margin-right: 24px;
}
.course_ideal-body {
  background-image: url("../img/course_ideal-body.png"), linear-gradient(106.34deg, #FF7A5C 0%, #FDA755 69.79%);
}
.course_beautiful-buttocks {
  background-image: url("../img/course_beautiful-buttocks.png"), linear-gradient(106.31deg, #5617BE 0%, #2774FF 70.83%);
}
.course_beautiful-buttocks .course__brief {
  max-width: 450px;
}
.course_jodhpurs {
  background-image: url("../img/course_jodhpurs.png"), linear-gradient(106.34deg, #33B776 0%, #5BCED6 100%);
}
.course_jodhpurs .course__brief {
  max-width: 615px;
}
.course_flat-stomach {
  background-image: url("../img/course_flat-stomach.png"), linear-gradient(106.34deg, #FDA755 0%, #FDDB61 100%);
}
.course__popup {
  display: flex;
  flex-direction: column;
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  right: 0;
  z-index: 100;
  width: 67%;
  height: 95vh;
  padding: 40px;
  background-color: #ffffff;
  transform: translate(-50%, 3%);
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 0.5s;
  overflow-y: scroll;
}
.course__popup-arrow {
  display: none;
}
.course__popup .title {
  margin-bottom: 36px;
}
.course__popup-ideal-body .course__popup-modules {
  margin-bottom: 40px;
}
.course__popup-module {
  display: flex;
  flex-direction: column;
  padding: 33px 40px 35px;
  border-radius: 5px;
  border: 1px solid #E0E4E5;
  margin: 0;
}
.course__popup-module:not(:last-child) {
  margin-bottom: 32px;
}
.course__popup-number {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 34px;
  line-height: 41px;
  color: #F36C67;
  margin: 0;
  margin-bottom: 7px;
}
.course__popup-subtitle {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  margin-bottom: 12px;
}
.course__popup-redline {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #F36C67;
  margin: 0;
  margin-bottom: 5px;
}
.course__popup-text {
  line-height: 20px;
  margin: 0;
}
.course__popup-text:not(:last-child) {
  margin-bottom: 20px;
}
.course__popup-cost {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -34px;
}
.course__popup-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 240px;
  padding: 22px 10px 33px;
  border: 1px solid #E0E4E5;
  border-radius: 5px;
  margin: 0 34px 34px 0;
}
.course__popup-price-title {
  font-weight: 500;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  color: #F36C67;
  margin: 0;
  margin-bottom: 18px;
}
.course__popup-price-old-numbers {
  display: flex;
  min-height: 17px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-decoration-line: line-through;
  margin: 0;
}
.course__popup-price-numbers {
  font-weight: 500;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
}
.course__popup-link {
  min-width: 160px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 64px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(50.38deg, #F36C67 12.44%, #FDA755 87.56%);
  opacity: 0.9;
  border-radius: 48px;
}

@media (max-width: 750px) {
  .course {
    max-width: 100%;
    margin: 0 10px 0;
    padding: 21px 24px 24px;
    background-position: right;
    background-size: contain;
  }
  .course:not(:last-child) {
    margin-bottom: 25px;
  }
  .course__pre {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .course__title {
    font-size: 28px;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .course__brief {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 15px;
    margin-bottom: 17px;
  }
  .course__cost {
    flex-direction: column;
  }
  .course__buttons {
    flex-direction: column;
  }
  .course__buttons .button-ellipse {
    margin-right: 0;
  }
  .course__buttons .button-ellipse:first-child {
    margin-bottom: 15px;
  }
  .course__new-cost {
    padding-right: 0;
    border-right: none;
    margin-bottom: 16px;
  }
  .course__old-cost {
    padding-left: 0;
  }
  .course_ideal-body {
    background-image: url("../img/course_ideal-body_mobile.png"), linear-gradient(106.34deg, #FF7A5C 0%, #FDA755 69.79%);
  }
  .course_beautiful-buttocks {
    background-image: url("../img/course_beautiful-buttocks_mobile.png"), linear-gradient(106.31deg, #5617BE 0%, #2774FF 70.83%);
  }
  .course_beautiful-buttocks .course__brief {
    max-width: 100%;
  }
  .course_jodhpurs {
    background-image: url("../img/course_jodhpurs_mobile.png"), linear-gradient(106.34deg, #33B776 0%, #5BCED6 100%);
    background-position: left;
  }
  .course_jodhpurs .course__brief {
    max-width: 100%;
  }
  .course_flat-stomach {
    background-image: url("../img/course_flat-stomach_mobile.png"), linear-gradient(106.34deg, #FDA755 0%, #FDDB61 100%);
  }
  .course__popup {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 40px 0 40px;
    transform: translate(0, 0);
  }
  .course__popup .title {
    margin-bottom: 32px;
  }
  .course__popup-modules {
    padding: 0 10px 0;
  }
  .course__popup-module {
    padding: 0;
    border-radius: 0;
    border: none;
  }
  .course__popup-module:not(:last-child) {
    margin-bottom: 12px;
    border-bottom: 1px solid #E0E4E5;
  }
  .course__popup-arrow {
    display: flex;
    width: 18px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.7221 1.63268C18.0926 1.26046 18.0926 0.656967 17.7221 0.284744C17.3515 -0.0874792 16.7508 -0.0874788 16.3802 0.284744L9.0028 7.69556L1.61983 0.279168C1.24928 -0.0930556 0.648508 -0.0930559 0.277962 0.279167C-0.0925846 0.65139 -0.0925827 1.25488 0.277962 1.62711L8.26978 9.6551C8.28835 9.67752 8.3081 9.69929 8.32903 9.72032C8.69958 10.0925 9.30035 10.0925 9.6709 9.72032L17.7221 1.63268Z' fill='%23F36C67'/%3E%3C/svg%3E");
    transform: rotate(-90deg);
  }
  .course__popup-number {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 17px;
    cursor: pointer;
  }
  .course__popup-subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .course__popup-redline {
    margin-bottom: 18px;
  }
  .course__popup-text {
    margin: 0;
  }
  .course__popup-text:last-child {
    margin-bottom: 12px;
  }
  .course__popup-hidden {
    display: none;
  }
  .course__popup .active .course__popup-arrow {
    transform: rotate(0);
  }
  .course__popup-slider {
    position: relative;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 105px;
    background: linear-gradient(133.59deg, #F36C67 19.82%, #FDA755 80.18%);
    flex-shrink: 0;
  }
  .course__popup-slider .flex-viewport {
    height: 265px !important;
    padding-left: calc((100% - 240px)/2);
    padding-right: calc((100% - 240px)/2);
    flex-shrink: 0;
  }
  .course__popup-slider .title {
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 32px;
  }
  .course__popup-cost {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100% !important;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: nowrap;
    margin: 0;
  }
  .course__popup-price {
    width: 240px;
    height: 265px;
    margin: 0 8px 0 0;
    position: relative;
    z-index: 0;
    display: flex !important;
    flex-shrink: 0;
    background-color: #ffffff;
  }
  .course__popup-flipping {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: 85px;
    left: 0;
  }
}
.team {
  padding-top: 80px;
  background-color: #ffffff;
}
.team .title {
  font-weight: 400;
  margin-bottom: 30px;
}
.team__content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 80px;
}
.team__first-container, .team__second-container {
  display: flex;
  flex-direction: column;
  max-width: 510px;
}
.team__about {
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}
.team__about:after {
  z-index: 0;
  position: absolute;
  bottom: -20px;
  left: 8px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 20px 0;
  border-color: transparent #CED3D6 transparent transparent;
}
.team__text {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 14px 34px rgba(206, 211, 214, 0.3);
  border-radius: 7px;
}
.team__first-container {
  margin-right: 20px;
}
.team__second-container .team__photo {
  width: 460px;
  height: 465px;
  margin-top: 25px;
}
.team__second-container .team__text {
  padding-right: 12px;
}
.team__photo {
  width: 492px;
  height: 488px;
}
.team__row {
  display: flex;
  align-items: center;
  margin-left: 34px;
  margin-bottom: 12px;
}
.team__column {
  display: flex;
  flex-direction: column;
}
.team__position {
  margin: 0;
}
.team__name {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.team__separating-line {
  height: 34px;
  width: 1px;
  background-color: #CED3D6;
  border: none;
  margin: 0 15px 0;
}
.team__diploma {
  display: flex;
  align-items: center;
  margin-left: 34px;
}
.team__diploma-image {
  margin-right: 8px;
}
.team__diploma-link {
  font-weight: 600;
  color: #f36c67;
}
.team__diploma-link:hover, .team__diploma-link:focus, .team__diploma-link:active {
  text-decoration: none;
}
.team__diploma-popup {
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  right: 0;
  z-index: 99;
  max-height: 90%;
  width: 80%;
  padding: 0 10px 0;
  background-color: transparent;
  transform: translate(-50%, -50%);
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 0.5s;
  overflow-y: scroll;
}
.team__slider {
  position: relative;
  display: flex;
  padding: 40px;
  background-color: #ffffff;
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.team__slider_container {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-around;
  flex-wrap: wrap;
}
.team__slider_item {
  display: flex;
}
.team__slider-image {
  width: auto;
  height: 70vh;
}

@media (max-width: 750px) {
  .team {
    padding: 40px 10px 40px;
  }
  .team__content {
    flex-direction: column;
    margin: 0;
  }
  .team__first-container, .team__second-container {
    max-width: 100%;
  }
  .team__first-container {
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 6px;
  }
  .team__second-container .team__photo {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .team__photo {
    order: 1;
    width: 100%;
    height: auto;
  }
  .team__row {
    order: 2;
    margin: 0;
    padding: 24px 24px 0;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    background-color: #fff;
  }
  .team__diploma {
    order: 3;
    margin: 0;
    padding: 10px 24px 0;
    background-color: #fff;
  }
  .team__diploma-popup {
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    padding: 0;
    transform: translate(0, 0);
    overflow: hidden;
  }
  .team__about {
    order: 4;
    width: 100%;
    margin: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: #fff;
  }
  .team__about:after {
    display: none;
  }
  .team__text {
    padding: 17px 24px 22px;
    background-color: transparent;
  }
  .team__slider {
    display: block;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    padding: 40px 0 0;
    border: none;
    box-shadow: none;
  }
  .team__slider .flex-viewport {
    padding-left: calc((100% - 280px)/2);
    padding-right: calc((100% - 280px)/2);
    flex-shrink: 0;
  }
  .team__slider_container {
    width: 100% !important;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
  .team__slider_item {
    position: relative;
    z-index: 0;
    display: flex !important;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 390px;
    margin: 0;
  }
  .team__slider-image {
    width: 260px;
    height: auto;
    box-shadow: 0 0 10px #CED3D6;
  }
  .team__slider_active {
    position: relative;
    z-index: 2;
  }
  .team__slider_active .team__slider-image {
    width: 280px;
    height: 390px;
  }
  .team__slider .flex-direction-nav a.flex-next, .team__slider .flex-direction-nav a.flex-prev {
    background-image: url("data:image/svg+xml, %3Csvg id='icon-circle-with-arrow' viewBox='0 0 70 70' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='35' cy='35' r='34.5' transform='rotate(90 35 35)' stroke='%23F36C67' fill='%23F36C67'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.6198 33.1273C45.0278 32.7193 45.0278 32.0578 44.6198 31.6498C44.2118 31.2417 43.5502 31.2417 43.1422 31.6498L35.0158 39.7762L26.8893 31.6498C26.4813 31.2418 25.8198 31.2418 25.4118 31.6498C25.0038 32.0578 25.0038 32.7193 25.4118 33.1273L34.277 41.9925L34.277 41.9925C34.685 42.4006 35.3466 42.4006 35.7546 41.9925C35.7564 41.9907 35.7583 41.9888 35.7602 41.9869L44.6198 33.1273Z' fill='%23ffffff' stroke='none'/%3E%3C/svg%3E");
  }
  .team__slider .flex-control-paging li a {
    width: 6px;
    height: 6px;
    border: 1px solid #F36C67;
    background-color: transparent;
    pointer-events: none;
  }
  .team__slider .flex-control-paging li a.flex-active {
    width: 10px;
    height: 10px;
    background-color: #F36C67;
  }
  .team__flipping {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: 70px;
    left: 0;
  }
}
.training-for-home {
  padding: 80px 10px 0;
}
.training-for-home .title {
  font-weight: 400;
  margin-bottom: 30px;
}
.training-for-home__brief {
  max-width: 1030px;
  margin-top: 0;
  margin-bottom: 65px;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
}
.training-for-home__statistics {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 935px;
  margin-bottom: 80px;
}
.training-for-home__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.training-for-home__container:last-child, .training-for-home__container:first-child {
  min-width: 250px;
}
.training-for-home__separating-line {
  height: 112px;
  width: 1px;
  background-color: #CED3D6;
  border: none;
  margin: 0 15px 0;
}
.training-for-home__number {
  font-weight: 700;
  font-size: 70px;
  line-height: 64px;
  color: #f36c67;
  margin: 0;
}
.training-for-home__text {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.training-for-home__soc {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #CED3D6;
  box-shadow: 0px 14px 34px #CED3D6;
  border-radius: 7px;
  padding: 58px 60px 80px;
  margin-bottom: 80px;
}
.training-for-home__soc-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 30px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 42px;
}
.training-for-home__soc-container {
  display: flex;
  justify-content: space-between;
}
.training-for-home__soc-instagram, .training-for-home__soc-youtube {
  display: flex;
  width: 425px;
  border-radius: 7px;
  color: #ffffff;
  text-decoration: none;
  padding: 20px;
  margin: 0 10px 0;
}
.training-for-home__soc-instagram {
  background-image: linear-gradient(251.39deg, #D901B3 0%, #FE012A 47.18%, #FFBE01 98.46%);
}
.training-for-home__soc-youtube {
  background-image: linear-gradient(252.83deg, #FF0000 0.55%, #B10404 99.45%);
}
.training-for-home__soc-icon {
  width: 108px;
  height: 108px;
  margin-right: 20px;
}
.training-for-home__soc-number {
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.training-for-home__soc-text {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

@media (max-width: 750px) {
  .training-for-home {
    padding: 40px 10px 20px;
  }
  .training-for-home .title {
    margin-bottom: 35px;
  }
  .training-for-home__brief {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .training-for-home__brief br {
    display: none;
  }
  .training-for-home__statistics {
    flex-direction: column;
    align-items: center;
  }
  .training-for-home__statistics .training-for-home__text {
    margin-bottom: 0;
  }
  .training-for-home__separating-line {
    height: 1px;
    width: 100%;
    margin: 30px 0 30px;
  }
  .training-for-home__soc {
    margin: 0;
    padding: 24px 0 0;
    box-shadow: none;
  }
  .training-for-home__soc-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .training-for-home__soc-container:last-child, .training-for-home__soc-container:first-child {
    min-width: 0;
  }
  .training-for-home__soc-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin: 0 24px 23px;
  }
  .training-for-home__soc-instagram {
    width: 100%;
    max-width: 280px;
    padding: 12px;
    margin: 0 24px 25px;
  }
  .training-for-home__soc-youtube {
    width: 100%;
    max-width: 280px;
    padding: 12px;
    margin: 0 24px 25px;
  }
  .training-for-home__soc-number {
    font-size: 24px;
    line-height: 24px;
  }
  .training-for-home__soc-text {
    font-size: 16px;
    line-height: 20px;
  }
  .training-for-home__soc-icon {
    width: 64px;
    height: 64px;
    margin-right: 11px;
  }
}
.result {
  padding-top: 80px;
  background-image: url("../img/layer_of_hearts.png"), linear-gradient(180deg, #F36C67 0%, #FDA755 100%);
}
.result .title {
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 30px;
}
.result__slider {
  position: relative;
  width: 100%;
  margin-bottom: 120px;
  flex-shrink: 0;
}
.result__slider .flex-viewport {
  padding-left: calc((100% - 390px)/2);
  padding-right: calc((100% - 390px)/2);
  flex-shrink: 0;
}
.result__slider_container {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100% !important;
  align-items: center;
  flex-shrink: 0;
}
.result__slider_item {
  position: relative;
  z-index: 0;
  display: flex !important;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 650px;
  margin: 0 25px 0 0;
  transition: 0.5s;
}
.result__slider_image {
  width: 340px;
  height: 650px;
  filter: grayscale(1) contrast(25%) brightness(1.5);
  transform: scale(0.8);
  transition: transform 1s;
  border-radius: 8px;
}
.result__slider_active {
  position: relative;
  z-index: 2;
}
.result__slider_active .result__slider_image {
  filter: none;
  transform: scale(1);
}
.result__slider_prev {
  z-index: 1;
}
.result__slider_next {
  z-index: 1;
}

@media (max-width: 1300px) {
  .result__flipping {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 750px) {
  .result {
    padding-top: 35px;
  }
  .result__slider .flex-viewport {
    padding-left: calc((100% - 280px)/2);
    padding-right: calc((100% - 280px)/2);
  }
  .result__slider_item {
    width: 280px;
    height: 535px;
    margin: 0;
  }
  .result__slider_image {
    width: 280px;
    height: 535px;
    transform: scale(0.9);
  }
  .result__slider_active {
    position: relative;
    z-index: 2;
  }
  .result__flipping {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
.features {
  padding: 80px 10px 0;
}
.features .title {
  font-weight: 400;
}
.features__main .title {
  margin-bottom: 20px;
}
.features__bonus .title {
  margin-bottom: 30px;
}
.features__bonus .features__content:not(:last-child) {
  margin-bottom: 20px;
}
.features__subtitle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 32px;
}
.features__content {
  display: flex;
}
.features__content:last-child {
  margin-bottom: 75px;
}
.features__content:not(:last-child) {
  margin-bottom: 30px;
}
.features__container {
  display: flex;
  flex-direction: column;
  max-width: 730px;
}
.features__image {
  width: 290px;
  height: 160px;
  margin-right: 35px;
  border-radius: 8px;
}
.features__name {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}
.features__list {
  margin: 0;
  padding-left: 20px;
  color: #f36c67;
}
.features__item-container {
  color: #444343;
}
.features__item:not(:last-child) {
  margin-bottom: 16px;
}
.features__separating-line {
  height: 1px;
  width: 100%;
  background-color: #E0E4E5;
  border: none;
  margin: 0 0 32px;
}
.features__text {
  margin: 0;
}
.features__text:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 750px) {
  .features {
    padding: 40px 10px 20px;
  }
  .features .title {
    font-weight: 500;
    margin-bottom: 33px;
  }
  .features__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .features__content {
    flex-direction: column;
  }
  .features__image {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 15px;
  }
  .features__name {
    font-size: 24px;
    line-height: 32px;
  }
}
.guarantee {
  padding: 80px 10px 0;
  background-image: url("../img/layer_of_hearts.png"), linear-gradient(114.23deg, #F36C67 0%, #FDA755 100%);
  color: #ffffff;
}
.guarantee .title {
  font-weight: 400;
  margin-bottom: 35px;
}
.guarantee__content {
  display: flex;
  width: 100%;
  margin-bottom: 80px;
}
.guarantee__icon {
  width: 290px;
  height: 345px;
  margin-right: 40px;
  flex-shrink: 0;
}
.guarantee__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.guarantee__text {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
}
.guarantee__text_bold {
  font-weight: 700;
}
.guarantee__main .guarantee__text:not(:last-child) {
  margin-bottom: 15px;
}
.guarantee__footnote {
  display: flex;
}
.guarantee__footnote-icon {
  flex-shrink: 0;
  margin-right: 23px;
}
.guarantee__footnote .guarantee__text {
  min-height: 230px;
  max-width: 600px;
  margin-top: 0;
  margin-left: -30px;
  padding-top: 65px;
  padding-left: 50px;
  padding-right: 65px;
  color: #000000;
  font-size: 18px;
  background-image: url("../img/guarantee_bg_container.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.guarantee__footnote .guarantee__text br {
  display: none;
}

@media (max-width: 750px) {
  .guarantee {
    padding: 40px 10px 40px;
  }
  .guarantee__content {
    margin-bottom: 0;
  }
  .guarantee__icon {
    display: none;
  }
  .guarantee__text {
    font-size: 16px;
  }
  .guarantee__main {
    margin-bottom: 24px;
  }
  .guarantee__footnote {
    background-color: #ffffff;
    border-radius: 7px;
    padding: 10px 12px;
  }
  .guarantee__footnote-icon {
    display: none;
  }
  .guarantee__footnote .guarantee__text {
    min-height: 0;
    min-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #444343;
    text-align: center;
    background-image: none;
  }
  .guarantee__footnote .guarantee__text br {
    display: inline;
  }
}
.requirements {
  padding: 80px 10px 0;
}
.requirements .title {
  font-weight: 400;
  margin-bottom: 33px;
}
.requirements__unit {
  display: flex;
  align-items: center;
  width: 100%;
}
.requirements__unit:not(:last-child) {
  margin-bottom: 30px;
}
.requirements__responsive, .requirements__training, .requirements__massage {
  width: 100%;
}
.requirements__responsive .requirements__image {
  margin-top: 12px;
}
.requirements__massage {
  margin-bottom: 75px;
}
.requirements__picture {
  display: flex;
  flex-direction: column;
}
.requirements__image {
  margin-right: 32px;
  align-self: flex-start;
}
.requirements__appellation {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 15px;
}
.requirements__appellation_color_red {
  color: #f36c67;
}
.requirements__subtitle {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 40px;
}
.requirements__text {
  margin: 0;
}
.requirements__text:not(:last-child) {
  margin-bottom: 8px;
}
.requirements__list {
  margin: 0;
  padding-left: 20px;
  color: #f36c67;
}
.requirements__item-container {
  color: #444343;
}
.requirements__item:not(:last-child) {
  margin-bottom: 15px;
}
.requirements__separating-line {
  height: 1px;
  width: 100%;
  background-color: #E0E4E5;
  border: none;
  margin: 80px 0 80px;
}

@media (max-width: 750px) {
  .requirements {
    padding: 40px 10px 40px;
  }
  .requirements .title {
    margin-bottom: 47px;
  }
  .requirements__unit {
    flex-direction: column;
  }
  .requirements__separating-line {
    margin: 40px 0 40px;
  }
  .requirements__subtitle {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .requirements__image {
    margin: 0;
    align-self: center;
  }
  .requirements__training .requirements__unit:nth-of-type(1) .requirements__image, .requirements__training .requirements__unit:nth-of-type(2) .requirements__image, .requirements__training .requirements__unit:nth-of-type(4) .requirements__image {
    margin-bottom: 20px;
  }
  .requirements__training .requirements__unit:nth-of-type(4) .requirements__image {
    margin-bottom: 15px;
  }
  .requirements__training .requirements__unit:last-of-type .requirements__appellation {
    margin: 0;
  }
  .requirements__massage {
    margin: 0;
  }
  .requirements__massage .requirements__subtitle {
    line-height: 32px;
  }
  .requirements__massage .requirements__image {
    margin-bottom: 20px;
  }
  .requirements__massage .requirements__text {
    line-height: 20px;
  }
  .requirements__massage .requirements__picture {
    flex-direction: row;
    align-items: center;
  }
}
.questions {
  padding: 80px 10px 0;
  background-color: #f3f3f3;
}
.questions .title {
  font-weight: 400;
  margin-bottom: 34px;
}
.questions__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
.questions__question {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.questions__question .questions__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.questions__hidden {
  display: none;
}
.questions__answer {
  display: flex;
}
.questions__answer .questions__letter {
  color: #f36c67;
}
.questions__letter {
  min-width: 27px;
  margin: 0;
  margin-right: 25px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.questions__text {
  margin: 0;
  line-height: 20px;
}
.questions__text:not(:last-child) {
  margin-bottom: 8px;
}
.questions__separating-line {
  height: 1px;
  width: 100%;
  background-color: #CFCECE;
  border: none;
  margin: 15px 0 17px;
}
.questions__separating-line:last-child {
  margin-bottom: 30px;
}
.questions .button-ellipse {
  padding: 0 35px 0;
  margin-top: 15px;
  margin-bottom: 80px;
}

@media (max-width: 750px) {
  .questions {
    padding: 40px 10px 40px;
  }
  .questions__question {
    align-items: flex-start;
  }
  .questions__letter {
    margin-right: 23px;
  }
  .questions__separating-line {
    margin: 20px 0 25px;
  }
  .questions__item {
    display: none;
  }
  .questions__item:nth-of-type(1), .questions__item:nth-of-type(2), .questions__item:nth-of-type(3), .questions__item:nth-of-type(4) {
    display: flex;
    flex-direction: column;
  }
  .questions .button-ellipse {
    max-width: 350px;
    width: 100%;
    margin: 0;
  }
}
.footer {
  padding: 80px 10px 0;
}
.footer .wrapper {
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.footer__container {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  min-height: 180px;
}
.footer__container:first-child {
  margin-right: 157px;
}
.footer__legal {
  margin: 0;
  margin-bottom: 15px;
  line-height: 20px;
}
.footer__copyright {
  margin-top: 0;
  margin-bottom: 37px;
}
.footer__pay {
  display: flex;
  align-items: center;
}
.footer__pay-image:not(:last-child) {
  margin-right: 25px;
}
.footer__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
  font-size: 14px;
  line-height: 17px;
  margin-top: 5px;
  margin-bottom: 35px;
}
.footer__link {
  color: #444343;
}
.footer__item:not(:last-child) {
  margin-bottom: 15px;
}
.footer__soc {
  display: none;
  align-items: center;
}
.footer__soc-title {
  margin: 0;
  margin-right: 30px;
}
.footer__soc-links {
  display: flex;
}
.footer__soc-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.footer__soc-link:not(:last-child) {
  margin-right: 15px;
}

@media (max-width: 750px) {
  .footer {
    padding: 40px 10px 0;
  }
  .footer .wrapper {
    flex-direction: column;
  }
  .footer__container:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer__copyright {
    margin-bottom: 10px;
  }
  .footer__pay {
    width: 100%;
    justify-content: space-between;
  }
  .footer__pay-image:not(:last-child) {
    margin-right: 5px;
  }
  .footer__pay img[src*=icon_master_card] {
    width: 32px;
    height: 25px;
  }
  .footer__pay img[src*=icon_visa] {
    width: 39px;
    height: 13px;
  }
  .footer__pay img[src*=icon_paypal] {
    width: 71px;
    height: 18px;
  }
  .footer__pay img[src*=icon_tinkoff_bank] {
    width: 96px;
    height: 30px;
  }
  .footer__soc {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__soc-title {
    margin-bottom: 13px;
  }
}

/*# sourceMappingURL=style.css.map */
