@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px; }
  .signature__photo {
    width: 112px;
    height: 112px;
    margin-right: 15px; }
  .signature__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .signature__name {
    margin: 0;
    font-weight: 700;
    font-size: 18px; }
  .signature__position {
    margin: 0; }

.flex-direction-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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='transparent'/%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");
    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 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");
      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;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .flex-direction-nav a.flex-prev {
    left: -110px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .flex-direction-nav a.flex-disabled {
    opacity: 0.5 !important;
    cursor: default;
    pointer-events: none; }

.flex-control-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-box !important;
  display: -ms-flexbox !important;
  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 .5s;
  transition: opacity .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; } }

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
    -webkit-transition: .5s;
    transition: .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;
    -webkit-transition: .5s;
    transition: .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;
    -webkit-transition: .5s;
    transition: .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: background-color .5s;
  transition: background-color .5s; }
  .button__circle_transparent:focus {
    outline: none; }
  .button__circle_transparent svg {
    fill: #ffffff;
    stroke: #ffffff;
    -webkit-transition: .5s;
    transition: .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: background-color .5s;
  transition: background-color .5s; }
  .button__circle_red:focus {
    outline: none; }
  .button__circle_red svg {
    fill: #f36c67;
    stroke: #f36c67;
    -webkit-transition: .5s;
    transition: .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='%23444343'/%3E%3C/svg%3E"); } }

.header {
  position: sticky;
  z-index: 90;
  top: 0;
  background-color: #ffffff; }
  .header .wrapper {
    max-width: 1305px; }
  .header__shadow {
    -webkit-box-shadow: 0px 4px 32px #CED3D6;
            box-shadow: 0px 4px 32px #CED3D6; }

.menu {
  width: 100%; }
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 80px;
    text-decoration: none;
    color: #444343;
    -webkit-transition: .5s;
    transition: .5s; }
    .menu__link:hover, .menu__link:focus, .menu__link:active {
      color: #f36c67; }

@media (max-width: 900px) {
  .menu__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .menu__list_col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      min-height: 100vh; }
  .menu__item {
    display: none;
    margin: 0; }
  .menu__close {
    display: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 15px; }
  .menu__clause {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 40px; }
  .menu__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .menu__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100vh - 80px);
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 108, 103, 0.8)), to(rgba(253, 167, 85, 0.8))), url("../img/landing_bg_desktop.png");
  background-image: linear-gradient(180deg, rgba(243, 108, 103, 0.8) 0%, rgba(253, 167, 85, 0.8) 100%), url("../img/landing_bg_desktop.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .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: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 108, 103, 0.8)), to(rgba(253, 167, 85, 0.8))), url("../img/landing_bg_mobile.png");
    background-image: linear-gradient(180deg, rgba(243, 108, 103, 0.8) 0%, rgba(253, 167, 85, 0.8) 100%), url("../img/landing_bg_mobile.png"); }
    .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 855px;
    margin-bottom: 78px;
    padding: 0 10px 0; }
  .reasons__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            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;
    -ms-flex-negative: 0;
        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: -webkit-gradient(linear, left top, left bottom, from(#F36C67), color-stop(97.94%, #FDA755));
  background-image: linear-gradient(180deg, #F36C67 0%, #FDA755 97.94%); }
  .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;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .greeting__slider .flex-viewport {
      padding-left: calc((100% - 624px)/2);
      padding-right: calc((100% - 624px)/2);
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .greeting__slider_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100% !important;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .greeting__slider_item {
      position: relative;
      z-index: 0;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 624px;
      height: 574px;
      margin: 0 -312px 0 0; }
    .greeting__slider_image {
      width: 624px;
      height: 574px;
      border-radius: 7px;
      -webkit-filter: grayscale(1) contrast(25%) brightness(1.5);
              filter: grayscale(1) contrast(25%) brightness(1.5);
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                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 {
        -webkit-filter: none;
                filter: none;
        -webkit-transform: scale(1);
                transform: scale(1); }
    .greeting__slider_prev {
      z-index: 1; }
    .greeting__slider_next {
      z-index: 1; }

@media (max-width: 1300px) {
  .greeting__flipping {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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;
      -webkit-transform: scale(0.9);
              transform: scale(0.9); }
    .greeting__slider_active {
      position: relative;
      z-index: 2; }
    .greeting__flipping {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      bottom: 0;
      left: 0; } }

.history {
  padding-top: 74px; }
  .history .wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 670px;
    padding: 24px;
    margin-bottom: 80px;
    -webkit-box-shadow: 0px 4px 32px #CED3D6;
            box-shadow: 0px 4px 32px #CED3D6;
    border-radius: 8px;
    background-color: #ffffff; }
    .history__video-container {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: 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;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.25);
      opacity: 0;
      -webkit-transition: opacity .5s;
      transition: opacity .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' 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");
      border: none;
      cursor: pointer;
      -webkit-transition: .5s;
      transition: .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' 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");
        outline: none; }
    .history__video:before {
      position: absolute;
      top: -280px;
      left: -380px;
      z-index: -1;
      content: '';
      display: -webkit-box;
      display: -ms-flexbox;
      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: -webkit-box;
      display: -ms-flexbox;
      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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .history .signature {
      -ms-flex-item-align: start;
          align-self: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 10px;
      margin-bottom: 15px; }
    .history__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 0 20px;
      padding: 27px 24px 22px; }
      .history__container:after {
        bottom: 0;
        top: -10px;
        left: 12px;
        -webkit-transform: rotate(90deg);
                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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .message .title {
    font-weight: 400;
    margin-bottom: 30px; }
  .message .signature {
    margin-left: 25px; }
  .message__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    padding: 0 10px 0; }
  .message__left-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 25px;
    margin-right: 40px; }
    .message__left-block .message__text {
      max-width: 510px;
      margin: 0;
      font-size: 18px;
      line-height: 24px; }
  .message__right-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .message__right-block .message__container {
      position: relative;
      z-index: 0;
      margin-bottom: 25px; }
      .message__right-block .message__container: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; }
    .message__right-block .message__text {
      position: relative;
      z-index: 1;
      margin: 0;
      width: 433px;
      padding: 24px;
      background: #FFFFFF;
      -webkit-box-shadow: 0px 14px 34px rgba(253, 167, 85, 0.1);
              box-shadow: 0px 14px 34px rgba(253, 167, 85, 0.1);
      border-radius: 7px; }

@media (max-width: 750px) {
  .message {
    padding-top: 42px; }
    .message .title {
      font-weight: 500;
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 33px; }
    .message__content {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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 .message__text {
      width: auto;
      margin: 0 10px 0;
      font-size: 16px; }
    .message__right-block .message__container {
      margin-bottom: 19px; }
      .message__right-block .message__container:after {
        bottom: -18px;
        left: 14px; }
    .message .signature {
      margin-left: 11px;
      margin-bottom: 40px; } }

.programs {
  padding: 80px 10px 80px; }
  .programs .title {
    font-weight: 400;
    color: #282828;
    margin-bottom: 30px; }
  .programs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px; }
  .programs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.5px; }
    .programs__item:not(:last-child) {
      margin-bottom: 24px; }
  .programs__pointer {
    -ms-flex-negative: 0;
        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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-box;
    display: -ms-flexbox;
    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;
      -webkit-text-decoration-line: line-through;
              text-decoration-line: line-through; }
  .course__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
    -webkit-transform: translate(-50%, 3%);
            transform: translate(-50%, 3%);
    -webkit-box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.25);
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -34px; }
    .course__popup-price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 17px;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      text-align: center;
      -webkit-text-decoration-line: line-through;
              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 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .course__buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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;
      -webkit-transform: translate(0, 0);
              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: -webkit-box;
        display: -ms-flexbox;
        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");
        -webkit-transform: rotate(-90deg);
                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 {
        -webkit-transform: rotate(0);
                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%);
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .course__popup-slider .flex-viewport {
          height: 265px !important;
          padding-left: calc((100% - 240px)/2);
          padding-right: calc((100% - 240px)/2);
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        .course__popup-slider .title {
          font-weight: 500;
          color: #ffffff;
          margin-bottom: 32px; }
      .course__popup-cost {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100% !important;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin: 0; }
      .course__popup-price {
        width: 240px;
        height: 265px;
        margin: 0 8px 0 0;
        position: relative;
        z-index: 0;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        background-color: #ffffff; }
      .course__popup-flipping {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        bottom: 85px;
        left: 0; } }

.team {
  padding-top: 80px;
  background-color: #f3f3f3; }
  .team .title {
    font-weight: 400;
    margin-bottom: 30px; }
  .team__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 80px; }
  .team__first-container, .team__second-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
    -webkit-box-shadow: 0px 14px 34px rgba(253, 167, 85, 0.1);
            box-shadow: 0px 14px 34px rgba(253, 167, 85, 0.1);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 34px;
    margin-bottom: 12px; }
  .team__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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 {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              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;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.25);
      opacity: 0;
      -webkit-transition: opacity .5s;
      transition: opacity .5s;
      overflow-y: scroll; }
  .team__slider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.25);
    border-radius: 8px; }
    .team__slider_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .team__slider_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .team__slider-image {
      width: auto;
      height: 70vh; }

@media (max-width: 750px) {
  .team {
    padding: 40px 10px 40px; }
    .team__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0; }
    .team__first-container, .team__second-container {
      max-width: 100%; }
    .team__first-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-right: 0;
      margin-bottom: 6px; }
    .team__second-container .team__photo {
      width: 100%;
      height: auto;
      margin-top: 40px; }
    .team__photo {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%;
      height: auto; }
    .team__row {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin: 0;
      padding: 24px 24px 0;
      border-top-right-radius: 7px;
      border-top-left-radius: 7px;
      background-color: #fff; }
    .team__diploma {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              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;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        overflow: hidden; }
    .team__about {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              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%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding: 40px 0 0;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .team__slider .flex-viewport {
        padding-left: calc((100% - 280px)/2);
        padding-right: calc((100% - 280px)/2);
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .team__slider_container {
        width: 100% !important;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .team__slider_item {
        position: relative;
        z-index: 0;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 280px;
        height: 390px;
        margin: 0; }
      .team__slider-image {
        width: 260px;
        height: 360px;
        -webkit-box-shadow: 0px 0px 10px #CED3D6;
                box-shadow: 0px 0px 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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              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 {
    margin-top: 0;
    margin-bottom: 65px;
    text-align: center;
    font-size: 24px;
    line-height: 32px; }
  .training-for-home__statistics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    max-width: 935px;
    margin-bottom: 40px; }
  .training-for-home__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border: 1px solid #CED3D6;
    -webkit-box-shadow: 0px 14px 34px #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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .training-for-home__soc-instagram, .training-for-home__soc-youtube {
      display: -webkit-box;
      display: -ms-flexbox;
      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 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              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;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .training-for-home__soc-container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                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: linear-gradient(123.11deg, #F36C67 0%, #FDA755 100%); }
  .result .title {
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 30px; }
  .result__slider {
    position: relative;
    width: 100%;
    margin-bottom: 120px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .result__slider .flex-viewport {
      padding-left: calc((100% - 390px)/2);
      padding-right: calc((100% - 390px)/2);
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .result__slider_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100% !important;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .result__slider_item {
      position: relative;
      z-index: 0;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 340px;
      height: 650px;
      margin: 0 25px 0 0;
      -webkit-transition: .5s;
      transition: .5s; }
    .result__slider_image {
      width: 340px;
      height: 650px;
      -webkit-filter: grayscale(1) contrast(25%) brightness(1.5);
              filter: grayscale(1) contrast(25%) brightness(1.5);
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s;
      border-radius: 8px; }
    .result__slider_active {
      position: relative;
      z-index: 2; }
      .result__slider_active .result__slider_image {
        -webkit-filter: none;
                filter: none;
        -webkit-transform: scale(1);
                transform: scale(1); }
    .result__slider_prev {
      z-index: 1; }
    .result__slider_next {
      z-index: 1; }

@media (max-width: 1300px) {
  .result__flipping {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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;
      -webkit-transform: scale(0.9);
              transform: scale(0.9); }
    .result__slider_active {
      position: relative;
      z-index: 2; }
    .result__flipping {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              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: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .features__content:last-child {
      margin-bottom: 75px; }
    .features__content:not(:last-child) {
      margin-bottom: 30px; }
  .features__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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: linear-gradient(114.23deg, #F36C67 0%, #FDA755 100%);
  color: #ffffff; }
  .guarantee .title {
    font-weight: 400;
    margin-bottom: 35px; }
  .guarantee__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 80px; }
  .guarantee__icon {
    width: 290px;
    height: 345px;
    margin-right: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .guarantee__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .guarantee__footnote-icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 23px; }
    .guarantee__footnote .guarantee__text {
      margin-top: 48px; }
      .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;
      line-height: 24px; }
    .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 {
        width: 100%;
        margin-top: 0;
        color: #444343;
        text-align: center; }
        .guarantee__footnote .guarantee__text br {
          display: inline; } }

.requirements {
  padding: 80px 10px 0; }
  .requirements .title {
    font-weight: 400;
    margin-bottom: 33px; }
  .requirements__unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .requirements__image {
    margin-right: 32px;
    -ms-flex-item-align: start;
        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 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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;
      -ms-flex-item-align: center;
          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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }

.questions {
  padding: 80px 10px 0;
  background-color: #f3f3f3; }
  .questions .title {
    font-weight: 400;
    margin-bottom: 34px; }
  .questions__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .questions__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-box;
    display: -ms-flexbox;
    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 {
      -webkit-box-align: start;
          -ms-flex-align: start;
              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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
    .questions .button-ellipse {
      max-width: 350px;
      width: 100%;
      margin: 0; } }

.footer {
  padding: 80px 10px 0; }
  .footer .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 80px; }
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer__pay-image:not(:last-child) {
      margin-right: 25px; }
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer__soc-title {
      margin: 0;
      margin-right: 30px; }
    .footer__soc-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .footer__soc-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-decoration: none; }
      .footer__soc-link:not(:last-child) {
        margin-right: 15px; }

@media (max-width: 750px) {
  .footer {
    padding: 40px 10px 40px; }
    .footer .wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .footer__container:first-child {
      margin-right: 0;
      margin-bottom: 10px; }
    .footer__copyright {
      margin-bottom: 10px; }
    .footer__pay {
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              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 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .footer__soc-title {
        margin-bottom: 13px; } }

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