@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: local("☺"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: local("☺"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: local("☺"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
html {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}

body {
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #000;
}
body a {
  color: #fff;
}
body.lock {
  overflow: hidden;
}

.body__wrapper {
  overflow: hidden;
}

.container {
  padding: 0;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1230px) {
  .container {
    width: 962px;
  }
}
@media (max-width: 992px) {
  .container {
    width: 738px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 556px;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 15px;
    width: 100%;
  }
}

/*
контроллеры
кнопки, checkboxes, radiobuttons
*/
.btn {
  background-color: #25AB75;
  color: #fff;
  padding: 24px 0px;
  width: 200px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2222222222em;
  letter-spacing: 1px;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.btn:hover {
  color: #000;
  background-color: #fff;
}
.btn:active {
  background-color: #25AB75;
  color: #fff;
}
.btn-dark {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-dark:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.ibg {
  position: relative;
}
.ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.Title__subtitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #967675;
}
.Title__title {
  font-family: "PlayfairDisplay";
  font-weight: 700;
  font-size: 102px;
  line-height: 1.0784;
  color: #23242C;
}
.form {
  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: start;
  margin: 0 -17.5px;
}
@media (max-width: 768px) {
  .form {
    -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;
    margin: 0;
  }
}
.form__edit {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.5;
  padding: 9.5px 12.5px;
  margin: 0 17.5px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(150, 118, 117, 0.5);
}
.form__edit::-webkit-input-placeholder {
  color: #DCCBC6;
}
.form__edit::-moz-placeholder {
  color: #DCCBC6;
}
.form__edit:-ms-input-placeholder {
  color: #DCCBC6;
}
.form__edit::-ms-input-placeholder {
  color: #DCCBC6;
}
.form__edit::placeholder {
  color: #DCCBC6;
}
.form__edit:hover, .form__edit:active, .form__edit:focus {
  border-bottom: 1px solid #000;
}
.form__edit:hover.form__edit::-webkit-input-placeholder {
  color: #CFADAC;
}
.form__edit:hover.form__edit::-moz-placeholder {
  color: #CFADAC;
}
.form__edit:hover.form__edit:-ms-input-placeholder {
  color: #CFADAC;
}
.form__edit:hover.form__edit::-ms-input-placeholder {
  color: #CFADAC;
}
.form__edit:hover.form__edit::placeholder {
  color: #CFADAC;
}
.form__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 17.5px;
}

.header {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 22px;
  letter-spacing: 1px;
  padding: 3.3333333333em 0 0 0;
}
@media (max-width: 992px) {
  .header {
    padding: 1.6666666667em 0 0 0;
  }
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 600;
  font-size: 1em;
  line-height: 22px;
  letter-spacing: 1px;
  z-index: 101;
}
.header__logo img {
  width: 100%;
}
.header__burger {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  display: block;
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 101;
}
.header__burger span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.67);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.header__burger:before, .header__burger:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.67);
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.header__burger:before {
  top: 0;
}
.header__burger:after {
  bottom: 0;
}
.header__burger.active span {
  -webkit-transform: scale(0.001, 0.5);
          transform: scale(0.001, 0.5);
}
.header__burger.active:before {
  -webkit-transform: rotate(225deg) scale(1.414, 1) translate(0, 50%);
          transform: rotate(225deg) scale(1.414, 1) translate(0, 50%);
  top: 50%;
}
.header__burger.active:after {
  -webkit-transform: rotate(-225deg) scale(1.414, 1) translate(0, -50%);
          transform: rotate(-225deg) scale(1.414, 1) translate(0, -50%);
  bottom: 50%;
}
.header__burger:hover {
  cursor: pointer;
}
.header__burger:hover span, .header__burger:hover:before, .header__burger:hover:after {
  background-color: #fff;
}
@media (min-width: 992px) {
  .header__burger {
    display: none;
  }
}
.header__nav {
  position: static;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 992px) {
  .header__nav {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    z-index: 100;
    overflow: auto;
    padding: 100px 0 0 0;
    background-color: #25AB75;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  .header__nav.active {
    top: 0;
  }
}

.nav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .nav__ul {
    -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: start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    text-align: center;
    padding: 0;
  }
}
.nav__li {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  text-align: center;
  font-weight: 400;
  font-size: 0.6666666667em;
  line-height: 1em;
  letter-spacing: 0.0833333333em;
  margin: 0 0 0 4.1666666667em;
  cursor: pointer;
}
.nav__li:hover a {
  color: #fff;
}
.nav__li:active a {
  color: rgba(255, 255, 255, 0.67);
}
.nav__li a {
  color: rgba(255, 255, 255, 0.67);
}
@media (max-width: 992px) {
  .nav__li {
    font-size: 26px;
    line-height: 40px;
    margin: 0;
  }
}
.section1 {
  font-size: 16px;
  padding: 131px 0 0 0;
  margin: 0 0 190px 0;
}
@media (max-width: 1230px) {
  .section1 {
    font-size: 12.82656px;
    margin: 0 0 117px 0;
  }
}
@media (max-width: 992px) {
  .section1 {
    font-size: 9.84px;
    margin: 0 0 60px 0;
    padding: 101px 0 0 0;
  }
}
@media (max-width: 768px) {
  .section1 {
    padding: 81px 0 0 0;
  }
}
@media (max-width: 576px) {
  .section1 {
    font-size: 8px;
    margin: 0 0 60px 0;
    padding: 61px 0 0 0;
  }
}
@media (max-width: 480px) {
  .section1 {
    font-size: 6.4px;
    margin: 0 0 30px 0;
    padding: 41px 0 0 0;
  }
}
@media (max-width: 380px) {
  .section1 {
    font-size: 4.8px;
    margin: 0 0 30px 0;
    padding: 31px 0 0 0;
  }
}

.section1__body {
  position: relative;
}

.section1__left {
  width: 68%;
}
@media (max-width: 768px) {
  .section1__left {
    width: 100%;
  }
}

.section1__h1 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12.5em;
  line-height: 0.85;
  letter-spacing: -2px;
  margin: 0.155em 0 0.21em 0;
}
@media (max-width: 480px) {
  .section1__h1 {
    text-align: center;
  }
}

.section1__txt {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.8125;
  letter-spacing: 0.03125em;
  color: rgba(255, 255, 255, 0.5);
  width: 73.5%;
  margin: 0 0 3.125em 0;
}
@media (max-width: 1230px) {
  .section1__txt {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .section1__txt {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .section1__buttons {
    width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .section1__buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .section1__buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section1__btn {
  margin: 0 1.6666666667em 0 0;
}
@media (max-width: 992px) {
  .section1__btn {
    margin: 0 0 1.1111111111em 0;
  }
}
@media (max-width: 768px) {
  .section1__btn {
    margin: 0 1.1111111111em 2em 1.1111111111em;
  }
}
@media (max-width: 480px) {
  .section1__btn {
    width: 100%;
  }
}

.section1__metrics {
  position: relative;
  z-index: 1;
  display: inline-block;
  display: block;
  width: 166px;
  position: absolute;
  right: 0;
  top: 7.625em;
}
@media (max-width: 1230px) {
  .section1__metrics {
    width: auto;
  }
}
@media (max-width: 768px) {
  .section1__metrics {
    top: auto;
    bottom: 20em;
  }
}
@media (max-width: 480px) {
  .section1__metrics {
    top: auto;
    bottom: 16.25em;
  }
}
@media (max-width: 380px) {
  .section1__metrics {
    top: auto;
    bottom: 10.25em;
  }
}

.section1__image {
  position: absolute;
  right: -23px;
  top: 32px;
  width: 34.375em;
  height: 43.375em;
}
@media (max-width: 1230px) {
  .section1__image {
    right: -15px;
    top: 26px;
  }
}
@media (max-width: 992px) {
  .section1__image {
    right: -9px;
    top: 18px;
  }
}
@media (max-width: 768px) {
  .section1__image {
    position: relative;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.label-block {
  position: relative;
  display: inline-block;
  border-radius: 200px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.0416666667em;
  color: rgba(255, 255, 255, 0.8);
  background-color: #191919;
  padding: 0.75em 1.25em 0.75em 5.5em;
}
@media (max-width: 1230px) {
  .label-block {
    font-size: 9.62004px;
  }
}
.label-block::before {
  content: "NEW";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8333333333em;
  line-height: 1.8;
  letter-spacing: 0.15em;
  color: #FFF;
  background-color: #25AB75;
  border-radius: 200px;
  padding: 0.4em 1em;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
}

.metrics {
  display: block;
  background-color: #191919;
  font-size: 13px;
  border-radius: 1.538em;
  padding: 1.538em 2.308em;
  margin: 0 0 1.538em 0;
}
@media (max-width: 1230px) {
  .metrics {
    font-size: 10.42171px;
  }
}
@media (max-width: 992px) {
  .metrics {
    font-size: 7.995px;
  }
}

.metrics__digits {
  font-weight: 600;
  font-size: 3.0769em;
  line-height: 1;
  letter-spacing: 1px;
  color: #FFE642;
  margin: 0 0 0.3846153846em 0;
}

.metrics__digits-calories {
  color: #FB1351;
}

.metrics__label {
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 1px;
  color: #FFF;
}

.Exercises {
  font-size: 0.75rem;
  padding: 0 0 200px 0;
  padding: 0 0 10em 0;
}
@media (max-width: 1230px) {
  .Exercises {
    font-size: 9.62004px;
  }
}
@media (max-width: 992px) {
  .Exercises {
    font-size: 7.38px;
  }
}
@media (max-width: 768px) {
  .Exercises {
    font-size: 5.55996px;
  }
}

.Exercises__top {
  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;
  margin: 0 0 50px 0;
  margin: 0 0 4.1666666667em 0;
}
@media (max-width: 1230px) {
  .Exercises__top {
    font-size: 9.62004px;
  }
}
@media (max-width: 480px) {
  .Exercises__top {
    -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: start;
    margin: 0 0 20px 0;
  }
}

.Exercises__title {
  font-weight: 600;
  font-size: 2.9166666667em;
  line-height: 1.2857;
  letter-spacing: 0.0085714286em;
  color: #FFF;
}
@media (max-width: 480px) {
  .Exercises__title {
    margin: 0 0 15px 0;
  }
}

.Exercises__more {
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.125em;
  color: rgba(255, 255, 255, 0.67);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.Exercises__more:hover {
  color: #fff;
}
.Exercises__more:active {
  color: rgba(255, 255, 255, 0.67);
}

.Exercises__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
@media (max-width: 768px) {
  .Exercises__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.Exercises__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 373px;
          flex: 0 0 373px;
  margin: 0 0 5.5833333333em 0;
}
@media (max-width: 1230px) {
  .Exercises__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
            flex: 0 0 450px;
    font-size: 1.2064343164em;
    margin: 0 0 4em 0;
  }
}
@media (max-width: 992px) {
  .Exercises__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
    font-size: 0.9383378016em;
    margin: 0 0 2.5em 0;
  }
}
@media (max-width: 768px) {
  .Exercises__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 1.490616622em;
  }
}
@media (max-width: 576px) {
  .Exercises__col {
    font-size: 1.072386059em;
  }
}
@media (max-width: 420px) {
  .Exercises__col {
    font-size: 0.8847184987em;
  }
}
@media (max-width: 350px) {
  .Exercises__col {
    font-size: 0.8042895442em;
  }
}

.card-video {
  border-radius: 0.8333333333em;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.card-video:hover {
  -webkit-box-shadow: 0px 0px 1.6666666667em 0.75em rgba(37, 171, 117, 0.4);
          box-shadow: 0px 0px 1.6666666667em 0.75em rgba(37, 171, 117, 0.4);
}

.card-video__link {
  display: block;
  padding: 0 0 0.8333333333em 0;
}

.card-video__img-block {
  width: 100%;
  height: 20.8333333333em;
}
.card-video__img-block span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, #000000 100%);
}

.card-video__time {
  font-weight: 600;
  font-size: 1.6666666667em;
  line-height: 0.95;
  letter-spacing: 0.1138891667em;
  color: #FFF;
  padding: 0.5em 0 0 0.5em;
  border-radius: 0.65em 0 0 0;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.card-video__title {
  font-weight: 600;
  font-size: 4.1666666667em;
  letter-spacing: 0.006em;
  margin: -0.56em 0 0.3em 0.4em;
  line-height: 0.9;
  color: #FFF;
  position: relative;
  z-index: 2;
}

.card-video__calories {
  font-weight: 400;
  font-size: 1.0833333333em;
  letter-spacing: 0.0384615385em;
  margin: 0 0 0 1.5384615385em;
  line-height: 1.0769;
  color: rgba(255, 255, 255, 0.67);
}

.card-video__link:hover .card-video__calories {
  color: #fff;
}

.Workout-program {
  font-size: 1rem;
  position: relative;
  padding: 6.25em 0 9.5625em 0;
  overflow: hidden;
}
@media (max-width: 1230px) {
  .Workout-program {
    font-size: 12.82672px;
  }
}
@media (max-width: 992px) {
  .Workout-program {
    font-size: 9.84px;
  }
}
@media (max-width: 768px) {
  .Workout-program {
    font-size: 7.41328px;
  }
}

.Workout-program__row {
  font-size: 1rem;
  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: start;
  gap: 7.4375em;
}
@media (max-width: 1230px) {
  .Workout-program__row {
    font-size: 12.82672px;
  }
}
@media (max-width: 992px) {
  .Workout-program__row {
    font-size: 9.84px;
  }
}
@media (max-width: 768px) {
  .Workout-program__row {
    font-size: 7.41328px;
    font-size: 8px;
    display: block;
  }
}

.Workout-program__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 768px) {
  .Workout-program__col {
    padding: 0;
  }
}

.Workout-program__col-left {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.6%;
          flex: 0 0 43.6%;
}
.Workout-program__col-left img {
  position: absolute;
  width: 32.4375em;
  height: 13em;
  right: 2.25em;
  bottom: -6.5625em;
  z-index: -1;
}
@media (max-width: 768px) {
  .Workout-program__col-left img {
    bottom: -4.5em;
    right: 10%;
  }
}
@media (max-width: 768px) {
  .Workout-program__col-left {
    padding: 0;
  }
}

.Workout-program__title {
  font-weight: 600;
  font-size: 7.5em;
  line-height: 1;
  letter-spacing: -0.0166666667em;
  color: #fff;
}
@media (max-width: 768px) {
  .Workout-program__title {
    margin: 0 0 1.15em 0;
    text-align: center;
  }
}

.Workout-program__text {
  font-weight: 400;
  font-size: 1.5625em;
  letter-spacing: 0.03125em;
  line-height: 2;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 2em 0;
}
@media (max-width: 768px) {
  .Workout-program__text {
    margin: 0 0 3em 0;
  }
}

.Workout-program__btn {
  margin: 0;
}
@media (max-width: 768px) {
  .Workout-program__btn {
    width: 100%;
    margin: 0 0 1.15em 0;
  }
}

.Workout-program__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  font-size: 16px;
  -webkit-transform: translate(-279px, 0);
          transform: translate(-279px, 0);
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
}
@media (max-width: 1230px) {
  .Workout-program__bg {
    -webkit-transform: translate(-223.667px, 0);
            transform: translate(-223.667px, 0);
  }
}
@media (max-width: 992px) {
  .Workout-program__bg {
    -webkit-transform: translate(-171.59px, 0);
            transform: translate(-171.59px, 0);
  }
}
@media (max-width: 768px) {
  .Workout-program__bg {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 0;
  }
}

.Trainers {
  font-size: 1rem;
  margin: -12.0625em 0 33.5em 0;
}
@media (max-width: 1230px) {
  .Trainers {
    font-size: 12.82672px;
  }
}
@media (max-width: 992px) {
  .Trainers {
    font-size: 9.84px;
  }
}
@media (max-width: 768px) {
  .Trainers {
    font-size: 7.41328px;
    margin: -5.25em 0 12.5em 0;
  }
}
@media (max-width: 480px) {
  .Trainers {
    margin: -5.25em 0 3.75em 0;
  }
}

.Trainers__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .Trainers__row {
    -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: start;
  }
}
@media (max-width: 480px) {
  .Trainers__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.Trainers__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26.75%;
          flex: 0 0 26.75%;
}
@media (max-width: 768px) {
  .Trainers__col {
    width: 33.333%;
  }
}
@media (max-width: 480px) {
  .Trainers__col {
    width: 100%;
    margin: 0 0 80px 0;
  }
}

.Trainers__col-big {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.5%;
          flex: 0 0 46.5%;
}
@media (max-width: 768px) {
  .Trainers__col-big {
    width: 66.666%;
  }
}
@media (max-width: 480px) {
  .Trainers__col-big {
    width: 100%;
  }
}

.Trainers__col-shift-down {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
@media (max-width: 768px) {
  .Trainers__col-shift-down {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (max-width: 768px) {
  .Trainers__col-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 768px) {
  .Trainers__col-order-2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 768px) {
  .Trainers__col-order-3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
}
@media (max-width: 480px) {
  .Trainers__col-order-3 {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.card-trainer {
  position: relative;
  font-size: 1rem;
}
@media (max-width: 1230px) {
  .card-trainer {
    font-size: 12.82672px;
  }
}

.card-trainer__img {
  padding: 0 0 100% 0;
}
.card-trainer__img img {
  z-index: 1;
}
.card-trainer__img-big {
  padding: 0 0 92.1147% 0;
}

.card-trainer__txt {
  position: absolute;
  -webkit-transform: translate(0, 1.25em);
          transform: translate(0, 1.25em);
  padding: 0 1em 0 0;
}
.card-trainer__txt-big {
  left: 1.25em;
}
@media (max-width: 1230px) {
  .card-trainer__txt-big {
    left: 1.125em;
  }
}

.card-trainer__name {
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.25;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  margin: 0 0 0.25em 0;
}

.card-trainer__profession {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1;
  letter-spacing: 0.0357142857em;
  color: rgba(255, 255, 255, 0.5);
}

.card-trainer__link:hover .card-trainer__profession {
  color: #fff;
}

.card-trainer__link:hover .card-trainer__img {
  -webkit-box-shadow: 0px 0px 1.6666666667em 0.75em rgba(37, 171, 117, 0.4);
          box-shadow: 0px 0px 1.6666666667em 0.75em rgba(37, 171, 117, 0.4);
}

.External-Links {
  font-size: 1rem;
  padding: 0 0 8.5em 0;
}
@media (max-width: 992px) {
  .External-Links {
    font-size: 12.82672px;
  }
}
@media (max-width: 768px) {
  .External-Links {
    font-size: 9.84px;
  }
}
@media (max-width: 576px) {
  .External-Links {
    font-size: 8px;
  }
}
@media (max-width: 380px) {
  .External-Links {
    font-size: 6.4px;
  }
}

.External-Links__row {
  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;
}

.External-Links__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.External-Links__col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26.75%;
          flex: 0 0 26.75%;
}
@media (max-width: 1230px) {
  .External-Links__col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
@media (max-width: 992px) {
  .External-Links__col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
}
@media (max-width: 768px) {
  .External-Links__col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
  }
}

.External-Links__col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}
@media (max-width: 576px) {
  .External-Links__col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
  }
}

.External-Links__count {
  font-weight: 600;
  font-size: 1.5625em;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.34);
}

.External-Links__title {
  font-weight: 400;
  font-size: 3.125em;
  line-height: 1.4;
  letter-spacing: 0.01666666em;
  color: #FFF;
}

.External-Links__subtitle {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.6428571429em;
  letter-spacing: 0.0357142857em;
  color: rgba(255, 255, 255, 0.5);
}

.External-Links__arrow {
  position: relative;
  display: block;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 22.06px;
  height: 1.45px;
  background-color: #fff;
  border-radius: 2px;
}
@media (max-width: 576px) {
  .External-Links__arrow {
    width: 15px;
    height: 1.1px;
  }
}
.External-Links__arrow::before, .External-Links__arrow::after {
  content: "";
  display: block;
  width: 13.86px;
  height: 1.45px;
  background-color: #fff;
  position: absolute;
  right: 0;
  border-radius: 2px;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotate(-45deg) translate(0.75px, 0);
          transform: rotate(-45deg) translate(0.75px, 0);
}
@media (max-width: 576px) {
  .External-Links__arrow::before, .External-Links__arrow::after {
    width: 9.5px;
    height: 1px;
    -webkit-transform: rotate(-45deg) translate(0.5px, 0);
            transform: rotate(-45deg) translate(0.5px, 0);
  }
}
.External-Links__arrow::before {
  -webkit-transform: rotate(45deg) translate(0.75px, 0px);
          transform: rotate(45deg) translate(0.75px, 0px);
}
@media (max-width: 576px) {
  .External-Links__arrow::before {
    -webkit-transform: rotate(45deg) translate(0.5px, 0);
            transform: rotate(45deg) translate(0.5px, 0);
  }
}

.External-Links__row:hover .External-Links__count {
  color: #fff;
}

.External-Links__row:hover .External-Links__subtitle {
  color: #25AB75;
}

.External-Links__row:hover .External-Links__arrow {
  width: 30px;
  background-color: #25AB75;
}
@media (max-width: 576px) {
  .External-Links__row:hover .External-Links__arrow {
    width: 22px;
  }
}

.External-Links__row:hover .External-Links__arrow:before,
.External-Links__row:hover .External-Links__arrow:after {
  background-color: #25AB75;
}

/*
$sm: 576px;				//576
$md: 768px;				//768
$lg: 992px;				//992
$xl: 1200px;			//1200
$xxl: 1400px;			//1400
*/
/*
		@media (max-width: $xxl) {
			padding: 92px 92px 92px 92px;
		}
		@media (max-width: $xl) {
			padding: 92px 92px 92px 92px;
		}
		@media (max-width: $lg) {
			padding: 92px 92px 92px 92px;
		}
		@media (max-width: $md){
			padding: 92px 92px 92px 92px;
		}
		@media (max-width: $sm) {
			padding: 92px 92px 92px 92px;
		}
		@media (max-width: $nav-break-point-width) {
			padding: 92px 92px 92px 92px;
		}
*/