* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ul li {
  list-style: none; }

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 3rem;
  background: #F2F3F9;
  position: relative; }
  .wrapper header,
  .wrapper main,
  .wrapper footer {
    display: block;
    width: 100%; }

.header,
.navigation,
.wrapper {
  max-width: 1024px; }

footer {
  margin-top: auto; }

main {
  flex-grow: 1; }

html {
  text-size-adjust: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  color: #252840; }

body,
html {
  background: #F2F3F9; }

select,
button,
input,
textarea {
  font-family: 'Montserrat', sans-serif; }

a {
  text-decoration: none;
  transition: .3s;
  color: #252840;
  outline: 0; }

.a, .button_synchronize:before, .training-cat:after, .training-cat:before, .training:after, .training__title:after, .training-in:after, .dp-note:after, .exercise__status:before, .exercise__text:after, .intro:after, .intro__title:after, .check-list__item input[type="radio"] + .check-list__content:after,
.check-list__item input[type="checkbox"] + .check-list__content:after, .land:after, .land__title:before, .video-play-button:after, .check-style-ios input[type="checkbox"] + span:after, .result__month:before, .result__label:before, .result__progress:after, .exercises-slider__item:after, .timer__status:before, .proggress-exercise:after, .proggress-exercise:before, .proggress-exercise__item:after, .proggress-exercise__item:before, .award__circle:after, .menu li a:before, .menu__count:after {
  content: '';
  display: block; }

.content {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  max-width: 50rem;
  margin: 0 auto;
  width: 100%; }

.entry-content {
  line-height: 1.55;
  font-size: 1.4rem;
  font-weight: 300; }
  .entry-content a {
    color: #5E8BF3; }
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    line-height: 1.2;
    font-weight: 700; }
  .entry-content h1 {
    font-size: 2.250em;
    padding-bottom: 0.694em; }
  .entry-content h2 {
    font-size: 2rem;
    padding-bottom: 1.2rem; }
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    font-size: 2rem;
    padding-bottom: 1.250em; }
  .entry-content p {
    padding-bottom: 1.5rem; }
  .entry-content .p-16 {
    font-size: 1.6rem;
    color: #808299;
    line-height: 1.2; }
  .entry-content ul {
    padding-bottom: 1.250em; }
    .entry-content ul li {
      position: relative;
      padding-bottom: 0.313em;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: flex-start; }
      .entry-content ul li:before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        min-width: 5px;
        margin-right: 14px;
        margin-left: 4px;
        margin-top: 0.625em;
        background: #5E8BF3;
        border-radius: 50%; }
  .entry-content ol {
    padding-bottom: 1.250em;
    counter-reset: ol; }
    .entry-content ol li {
      padding-bottom: 0.313em;
      list-style: none;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: flex-start; }
      .entry-content ol li:before {
        counter-increment: ol;
        content: counter(ol) ".";
        color: #5E8BF3;
        font-weight: bold;
        display: block;
        width: 33px;
        min-width: 23px; }
  .entry-content blockquote {
    padding-left: 18px;
    border-left: 5px solid #5E8BF3;
    margin-bottom: 1.563em;
    font-style: italic; }
    .entry-content blockquote * {
      padding: 0;
      margin: 0; }
  .entry-content img {
    max-width: 100%;
    height: auto; }
  .entry-content table {
    width: 100% !important;
    border-collapse: collapse;
    margin-bottom: 1.875em; }
    .entry-content table tr td {
      width: auto !important;
      height: auto !important;
      padding: 4px 15px; }
    .entry-content table tbody tr:nth-child(odd) {
      background: #eff0f5; }
    .entry-content table thead tr {
      font-weight: 700; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 30px 30px; }

.alignleft {
  float: left;
  margin: 5px 30px 30px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

@media screen and (max-width: 767px) {
  .entry-content table {
    font-size: 14px; }
    .entry-content table tr td {
      padding-left: 7px;
      padding-right: 7px; } }
@media screen and (max-width: 580px) {
  .entry-content img {
    display: block;
    float: none;
    margin: 0 auto 30px auto; }
  .entry-content table {
    font-size: 12px; }
    .entry-content table tr td {
      padding-left: 4px;
      padding-right: 4px; } }
/*-----------------submit----------------------*/
button,
button[type="submit"],
input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: .3s;
  border: 0;
  outline: 0;
  width: 100%; }

/*-----------------input----------------------*/
textarea,
input[type="search"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="text"],
input[type="tel"] {
  height: 5.3rem;
  background: #F3F7FF;
  border: 0;
  border-radius: 5.3rem;
  padding: 0 1rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  outline: none;
  width: 100%;
  border: 1px solid #b7adc8;
  -webkit-appearance: none; }

textarea {
  height: 100px;
  padding-top: 15px;
  resize: none;
  overflow: auto; }

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
  color: #ADAFC4;
  opacity: 1;
  transition: .1s; }

*:-moz-placeholder {
  color: #ADAFC4;
  opacity: 1;
  transition: .1s; }

*::-moz-placeholder {
  color: #ADAFC4;
  opacity: 1;
  transition: .1s; }

*:-ms-input-placeholder {
  color: #ADAFC4;
  opacity: 1;
  transition: .1s; }

textarea:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder {
  opacity: 0; }
textarea:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="number"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder {
  opacity: 0; }
textarea:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="number"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder {
  opacity: 0; }
textarea:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder {
  opacity: 0; }

textarea.valid-error,
input[type="password"].valid-error,
input[type="email"].valid-error,
input[type="text"].valid-error,
input[type="tel"].valid-error {
  box-shadow: inset 0 0 2rem #D86666; }
  textarea.valid-error::-webkit-input-placeholder,
  input[type="password"].valid-error::-webkit-input-placeholder,
  input[type="email"].valid-error::-webkit-input-placeholder,
  input[type="text"].valid-error::-webkit-input-placeholder,
  input[type="tel"].valid-error::-webkit-input-placeholder {
    color: red; }
  textarea.valid-error:-moz-placeholder,
  input[type="password"].valid-error:-moz-placeholder,
  input[type="email"].valid-error:-moz-placeholder,
  input[type="text"].valid-error:-moz-placeholder,
  input[type="tel"].valid-error:-moz-placeholder {
    color: red; }
  textarea.valid-error::-moz-placeholder,
  input[type="password"].valid-error::-moz-placeholder,
  input[type="email"].valid-error::-moz-placeholder,
  input[type="text"].valid-error::-moz-placeholder,
  input[type="tel"].valid-error::-moz-placeholder {
    color: red; }
  textarea.valid-error:-ms-input-placeholder,
  input[type="password"].valid-error:-ms-input-placeholder,
  input[type="email"].valid-error:-ms-input-placeholder,
  input[type="text"].valid-error:-ms-input-placeholder,
  input[type="tel"].valid-error:-ms-input-placeholder {
    color: red; }

/*------------------checkbox---------------------*/
input[type="radio"],
input[type="checkbox"] {
  display: none; }

input[type="radio"] + span,
input[type="checkbox"] + span {
  display: block;
  border: 1px solid #d8d8d8;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #f6f6f6;
  cursor: pointer;
  margin-right: 14px;
  min-width: 18px;
  font-size: 0;
  text-indent: -999;
  color: transparent; }

input[type="radio"] + span {
  border-radius: 50%; }

input[type="radio"]:checked + span,
input[type="checkbox"]:checked + span {
  background: #5E8BF3 url(../images/icon/check_white.svg) center no-repeat;
  background-size: 12px 12px;
  border-color: #5E8BF3; }

input[type="radio"]:checked + span {
  background: #fff;
  border-width: 5px; }

.input-list__item_privaci {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .input-list__item_privaci span.wpcf7-list-item {
    display: inline !important;
    margin: 0 !important; }

/*------------------FILE---------------------*/
input[type="file"] {
  display: none; }

.psevdo-file {
  display: block;
  width: 100%; }

.file-btn {
  height: 55px;
  background: #d0d0d0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #5f6375;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
  padding: 0 8px;
  max-width: 200px; }
  .file-btn span {
    display: block;
    max-width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .file-btn .fas {
    font-size: 19px;
    margin-right: 10px; }
  .file-btn:hover {
    background: #dddddd; }

/*------------------select---------------------*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer; }

select::-ms-expand {
  display: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/*------------------WPCF7 Loader---------------------*/
.input-list .ajax-loader {
  visibility: hidden; }

.input-list .ajax-loader {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.7) url(../images/loading.gif) center no-repeat !important;
  background-size: 50px auto !important; }

.button-border,
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 5.3rem;
  background: linear-gradient(173.21deg, #69C1F2 0%, #4C7BE8 97.99%);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  border-radius: 5.3rem;
  margin: 0 auto; }
  .button-border svg,
  .button svg {
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 2rem; }

.button-border {
  color: #AFC1D8;
  background: 0;
  border: 2px solid #AFC1D8; }

.button_red {
  background: linear-gradient(182.83deg, #FFB179 9.02%, #E74343 93.29%);
  box-shadow: 0px 3.61905px 18.0952px rgba(233, 78, 72, 0.4); }

.button_land {
  box-shadow: 0px 10px 30px rgba(233, 78, 72, 0.5);
  height: 7.3rem; }

.button_intro {
  max-width: 19.5rem; }

.button_add-to-calendar,
.button_start-workout {
  font-size: 1.6rem;
  width: 24.4rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 2rem); }

.button_add-to-calendar {
  width: 26rem;
  transform: translate(-50%, 50%); }

.button_synchronize {
  font-size: 1.6rem;
  width: 25rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -2.3rem);
  cursor: pointer; }
  .button_synchronize:before {
    background: url(../images/icons/reload.svg) 0 0 no-repeat;
    background-size: contain;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.3rem; }

.button_entry {
  margin-bottom: 3rem; }

.button_next-step {
  max-width: 26.8rem;
  margin: auto auto 0; }

.go-to-workout,
.show-all-exercise {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #9597A7;
  width: 100%;
  max-width: 16.6rem;
  height: 4.1rem;
  border-radius: 4.1rem;
  color: #9597A7;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 2.5rem auto 0; }

.go-to-workout {
  max-width: 25rem;
  margin-top: 0; }

.button-next-exercise {
  width: 5.3rem;
  position: absolute;
  top: 19rem;
  left: 79%;
  transform: translate(-50%, 2rem);
  background: url(../images/icons/arrow-back-2.svg) center center no-repeat, linear-gradient(173.21deg, #69C1F2 0%, #4C7BE8 97.99%);
  background-size: 40%;
  transform: scaleX(-1); }

/* ------- TITLE Mobile Menu---------- */
.nav-title-mobile {
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  background: #5E8BF3;
  color: #fff;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 20px;
  display: none;
  position: relative; }
  .nav-title-mobile .icon-menu_active.active {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #000; }
    .nav-title-mobile .icon-menu_active.active .sw-topper {
      top: 23px;
      left: 8px; }
    .nav-title-mobile .icon-menu_active.active .sw-bottom {
      top: 20px;
      left: 8px; }

/* ------- Hover Effect---------- */
.hover-effect-1 {
  display: block;
  width: 300px;
  height: 300px;
  background: #000;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden; }
  .hover-effect-1:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    z-index: 1;
    border: 150px double transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
  .hover-effect-1:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0 double rgba(255, 255, 255, 0.7);
    visibility: hidden; }

/* ------- Slick ARROW, DOTS Start---------- */
.slick-a-next,
.slick-a-prev,
.slick-arrow-prev.slick-arrow,
.slick-arrow-next.slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 1.4rem;
  height: 1.4rem;
  z-index: 700;
  top: 50%;
  background: url(../images/icons/arrow-dark-prev.svg) center no-repeat;
  background-size: contain; }

.slick-a-prev,
.slick-arrow-prev.slick-arrow {
  left: 0; }

.slick-a-next,
.slick-arrow-next.slick-arrow {
  right: 0;
  transform: scale(-1, 1); }

.slick-a-next.slick-disabled,
.slick-a-prev.slick-disabled,
.slick-arrow-next.slick-arrow.slick-disabled,
.slick-arrow-prev.slick-arrow.slick-disabled {
  opacity: 0;
  cursor: not-allowed; }

.slick-a-next,
.slick-a-prev {
  transform: translateY(0);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  .slick-dots li {
    padding: 0 5px; }
    .slick-dots li button {
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      cursor: pointer;
      color: transparent;
      border: 1px solid #5E8BF3;
      outline: none;
      background: transparent; }
  .slick-dots .slick-active button {
    background: #5E8BF3; }

/* ------- Slick ARROW, DOTS Finish---------- */
/* ------- Scroll to Top Start ---------- */
.to-top {
  position: fixed;
  cursor: pointer;
  transition: .5s;
  width: 50px;
  height: 50px;
  background: #5E8BF3;
  z-index: 800;
  bottom: 50px;
  border-radius: 3px;
  right: -100px;
  animation-duration: 1s;
  animation-fill-mode: both;
  box-shadow: 0px 9px 22px rgba(0, 0, 0, 0.28); }
  .to-top:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
    margin-top: 3px;
    transition: .3s; }
  .to-top:hover:after {
    margin-top: -3px; }

.to-top.active {
  right: 50px; }

@media screen and (max-width: 767px) {
  .to-top {
    bottom: 15px;
    width: 40px;
    height: 40px; }
    .to-top:after {
      transform: translate(-50%, -50%) rotate(45deg) scale(0.7, 0.7); }

  .to-top.active {
    right: 15px; } }
/* ------- Scroll to Top Finish---------- */
.icon-menu {
  width: 35px;
  height: 20px;
  cursor: pointer;
  display: none; }

.sw-topper,
.sw-bottom,
.sw-footer {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 35px;
  height: 3px;
  background: #191e2a;
  border: none;
  transition: transform 0.5s, top 0.2s; }

.sw-bottom {
  top: 5px; }

.sw-footer {
  top: 10px; }

.icon-menu.active .sw-topper {
  top: 12px;
  transform: rotate(135deg); }

.icon-menu.active .sw-bottom {
  top: 9px;
  transform: rotate(-135deg); }

.icon-menu.active .sw-footer {
  top: 0;
  transform: rotate(180deg);
  opacity: 0; }

div.wpcf7-mail-sent-ok {
  display: none !important; }

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 13px !important;
  color: red !important;
  padding: 5px 0 0 !important;
  margin: 0 !important;
  text-align: center;
  display: block; }

.wpcf7-form br {
  display: none !important; }

.wpcf7-form .wpcf7-validation-errors {
  font-size: 13px !important;
  color: red !important;
  padding: 0 0 20px 0 !important;
  margin: 0 auto !important;
  border: 0 !important;
  text-align: center;
  display: block; }

/* ---------------------------- SLICK Slider ------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal; }
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: ''; }

[dir='rtl'] .slick-prev:before {
  content: ''; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: ''; }

[dir='rtl'] .slick-next:before {
  content: ''; }

@-webkit-keyframes bounceInRight {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

.pop-visible {
  overflow: hidden;
  margin-right: 17px;
  height: auto; }

.pop-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  overflow-y: auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  z-index: -99999;
  opacity: 0;
  padding-top: 50px; }
  .pop-background.active {
    z-index: 1010;
    opacity: 1;
    transition: opacity .5s; }
    .pop-background.active .pop-scroll {
      transform: translateY(-25px); }

@media (hover: hover) {
  .pop-background {
    padding-right: 17px; } }
.pop-scroll {
  z-index: 1100;
  width: 100%;
  max-width: 1140px;
  border: 1px solid #edeeef;
  border-radius: 6px;
  width: calc(100% - 30px);
  background: #fff;
  box-shadow: 0px 19px 32px 0px rgba(110, 147, 197, 0.18);
  padding: 40px 30px;
  transition: .5s;
  position: relative;
  margin: auto auto;
  transform: translateY(-150px); }

.pop__content {
  max-height: 100%;
  width: 100%; }

.pop__form {
  max-width: 400px;
  margin: 0 auto; }

.pop__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 25px;
  font-size: 30px; }

.input-list__item {
  padding-bottom: 10px; }

.pop-success {
  text-align: center; }
  .pop-success .pop-scroll {
    background: #90ff90; }
  .pop-success .pop__title {
    padding-top: 110px;
    background: url(../images/icon/success.svg) center 0 no-repeat;
    background-size: 90px 90px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    color: #039f03;
    padding-bottom: 5px;
    line-height: 1.1; }
  .pop-success .pop__subtitle {
    color: #039f03;
    font-size: 16px;
    padding: 0; }

.header {
  padding: 1.2rem 0;
  margin-bottom: 1.2rem; }

.content_header {
  height: 3.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.usser {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 3.2rem); }

.usser__hello {
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 4.5rem); }

.usser__avatar {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  overflow: hidden; }
  .usser__avatar img {
    display: block;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%; }

.back-link {
  background: url(../images/icons/arrow-back-1.svg) 0 0 no-repeat;
  min-width: 1.4rem;
  width: 1.4rem;
  height: 1.4rem;
  background-size: contain;
  transform: translateY(0.1rem); }

.menu-link {
  background: url(../images/icons/menu.svg?1) center no-repeat;
  width: 3.7rem;
  height: 3.7rem;
  position: relative;
  z-index: 800;
  margin-right: 10px; }
  .menu-link .menu__count {
    display: none; }
  .menu-link.active {
    background: url(../images/icons/menu-close.svg) center no-repeat;
    background-size: contain; }
  .menu-link.active + .usser {
    width: calc(100% - 4.4rem); }

.back-link_white {
  background: url(../images/icons/arrow-back-2.svg) 0 0 no-repeat;
  background-size: contain;
  height: 1.6rem; }

.header__links {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-top: .2rem; }

.add-to-calendar {
  display: block;
  background: url(../images/icons/add-to-calendar.svg) center no-repeat;
  background-size: contain;
  width: 2.6rem;
  height: 2.6rem;
  transform: translateY(0.2rem); }

.add-to-favorite {
  display: block;
  background: url(../images/icons/favorite-empty.svg) center no-repeat;
  background-size: contain;
  width: 2.3rem;
  height: 2.3rem; }

.add-to-favorite_active {
  background: url(../images/icons/favorite-full.svg) center no-repeat;
  background-size: contain; }

.header_fixed {
  position: absolute;
  z-index: 700;
  top: 0;
  left: 0;
  width: 100%; }
  .header_fixed .content_header {
    height: 2.6rem; }

.elastic-buttocks .training-in,
.elastic-buttocks .exercise__thumb-favorite,
.elastic-buttocks .training {
  background: linear-gradient(184.22deg, #B5EFF2 2.58%, #108B9F 97.41%);
  box-shadow: 0px 2.4rem 5rem rgba(19, 140, 160, 0.4); }
  .elastic-buttocks .training-in:after,
  .elastic-buttocks .exercise__thumb-favorite:after,
  .elastic-buttocks .training:after {
    background: linear-gradient(182.41deg, rgba(176, 236, 239, 0) 4.68%, #138CA0 76.17%); }
.elastic-buttocks .training-in {
  background: linear-gradient(183.73deg, #60DBF0 2.58%, #108B9F 97.41%); }
  .elastic-buttocks .training-in:after {
    background: linear-gradient(182.41deg, rgba(176, 236, 239, 0) 4.68%, #138CA0 85.17%); }

.smart-training .exercise__thumb-favorite,
.smart-training .training-in,
.smart-training .training {
  background: linear-gradient(184.22deg, #E5CBFF 2.58%, #A658BE 97.41%);
  box-shadow: 0px 2.4rem 5rem rgba(165, 88, 190, 0.4); }
  .smart-training .exercise__thumb-favorite:after,
  .smart-training .training-in:after,
  .smart-training .training:after {
    background: linear-gradient(182.41deg, rgba(223, 193, 249, 0) 4.68%, #A558BE 76.17%); }
.smart-training .training-in {
  background: linear-gradient(184.22deg, #E5CBFF 2.58%, #A658BE 97.41%); }
  .smart-training .training-in:after {
    background: linear-gradient(182.41deg, rgba(223, 193, 249, 0) 4.68%, #A558BE 76.17%); }

.intense-fat-burning .exercise__thumb-favorite,
.intense-fat-burning .training-in,
.intense-fat-burning .training {
  background: linear-gradient(184.22deg, #FFD997 2.58%, #E8A348 97.41%);
  box-shadow: 0px 2.4rem 5rem rgba(215, 152, 77, 0.4); }
  .intense-fat-burning .exercise__thumb-favorite:after,
  .intense-fat-burning .training-in:after,
  .intense-fat-burning .training:after {
    background: linear-gradient(182.41deg, rgba(253, 214, 146, 0) 4.68%, #E8A349 76.17%); }
.intense-fat-burning .training-in {
  background: linear-gradient(184.22deg, #FFD997 2.58%, #E8A348 97.41%); }
  .intense-fat-burning .training-in:after {
    background: linear-gradient(182.41deg, rgba(253, 214, 146, 0) 4.68%, #E8A349 76.17%); }

.lose-weight-home .exercise__thumb-favorite,
.lose-weight-home .training-in,
.lose-weight-home .training {
  background: linear-gradient(183.3deg, #96A7F8 2.57%, #5B61DE 97.41%);
  box-shadow: 0px 2.4rem 5rem rgba(91, 97, 203, 0.4); }
  .lose-weight-home .exercise__thumb-favorite:after,
  .lose-weight-home .training-in:after,
  .lose-weight-home .training:after {
    background: linear-gradient(182.41deg, rgba(253, 214, 146, 0) 4.68%, #5b61de 76.17%); }
.lose-weight-home .training-in {
  background: linear-gradient(183.3deg, #96A7F8 2.57%, #5B61DE 97.41%); }
  .lose-weight-home .training-in:after {
    background: linear-gradient(182.41deg, rgba(253, 214, 146, 0) 4.68%, #5b61de 76.17%); }

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #BABDD0; }

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #BABDD0; }

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #5E8BF3; }

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 4.2rem;
  z-index: 1;
  position: relative; }

.datepicker--cell.-focus- {
  background: #f0f0f0; }

.datepicker--cell.-current- {
  color: #5E8BF3;
  font-weight: bold; }

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6; }

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0; }

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5591EB;
  font-weight: 600; }

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5E8BF3; }

.datepicker--cell.-selected-.-focus- {
  background: #5591EB; }

.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #BABDD0; }

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #BABDD0; }

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #5E8BF3; }

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #5E8BF3; }

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

@media print {
  .datepickers-container {
    display: none; } }
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px); }

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px); }

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px); }

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: transparent;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  width: 100%;
  -webkit-transform: none;
  transform: none;
  background: 0;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  width: 32.5rem;
  margin: 0 auto;
  padding: 0;
  border: 0; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 0 1.5rem; }

.-only-timepicker- .datepicker--content {
  display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 10px; }

.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 10px; }

.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }

.datepicker--body.active {
  display: block; }

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #BABDD0; }

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #BABDD0; }

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #5E8BF3; }

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #5E8BF3; }

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 32px;
  padding-bottom: 2rem; }

.-only-timepicker- .datepicker--nav {
  display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker--nav-action.-disabled- {
  visibility: hidden; }

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
  transform: scale(1.3, 1.3); }

.datepicker--nav-action path {
  fill: none;
  stroke: #252840;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
  color: #252840;
  font-weight: bold;
  font-size: 1.8rem; }

.datepicker--nav-title i {
  font-style: normal;
  margin-left: 5px; }

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px; }

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #BABDD0; }

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #BABDD0; }

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #5E8BF3; }

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #5E8BF3; }

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative; }

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px; }

.-only-timepicker- .datepicker--time {
  border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #BABDD0, #BABDD0) left 50%/100% 1px no-repeat; }

.datepicker--time-row:first-child {
  margin-bottom: 4px; }

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none; }

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:focus {
  outline: none; }

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #BABDD0;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #BABDD0;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #BABDD0;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px; }

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent; }

.datepicker--time-row span {
  padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }

.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute; }

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #BABDD0; }

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #BABDD0; }

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #5E8BF3; }

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #5E8BF3; }

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

.title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #CED1E1;
  padding-bottom: 2.3rem; }

.training-cat {
  position: relative;
  margin-top: 1.3rem;
  margin-bottom: 2rem;
  max-height: 5rem;
  overflow: hidden; }
  .training-cat:after, .training-cat:before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 4rem;
    background: linear-gradient(90deg, #F2F3F9 8.8%, rgba(242, 243, 249, 0) 92.13%);
    z-index: 600; }
  .training-cat:before {
    left: 0; }
  .training-cat:after {
    right: 0;
    transform: scale(-1, 1); }

.training-cat__item {
  border: 1px solid transparent;
  padding: 0 2.5rem;
  border-radius: 4.3rem;
  font-size: 2rem;
  line-height: 4.3rem;
  color: #8F91A2;
  font-weight: bold;
  transition: .3s;
  opacity: 0; }
  .training-cat__item.slick-current {
    border-color: #5E8BF3;
    color: #5E8BF3; }

.training-list .slick-slide {
  padding: 3rem 1.25rem 7rem; }

.slick-initialized .training-cat__item,
.slick-initialized .training {
  opacity: 1; }

.training {
  opacity: 0;
  width: 26rem;
  height: 35rem;
  border-radius: 1rem;
  position: relative;
  z-index: 500;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.3rem;
  color: #fff;
  transition: .3s; }
  .training:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    border-radius: 1rem; }

.training__title {
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 1.6rem;
  position: relative;
  margin-bottom: 1.2rem;
  z-index: 200; }
  .training__title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 0.2rem solid rgba(255, 255, 255, 0.2);
    width: 6rem;
    z-index: 100; }

.training__img {
  position: absolute;
  top: -2.7rem;
  left: -2.5rem;
  right: -2.5rem;
  z-index: -1; }
  .training__img img {
    display: block;
    width: 100%;
    height: auto;
    display: block; }

.training__info {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 200; }

.timing {
  font-size: 1.2rem;
  padding-left: 1.6rem;
  background: url(../images/icons/time.svg) 0 center no-repeat;
  background-size: 1.2rem 1.2rem;
  margin-right: 1.5rem;
  font-weight: 300; }

.complexity {
  font-size: 1.2rem;
  padding-left: 2rem;
  background: url(../images/icons/complexity.svg) 0 center no-repeat;
  background-size: 1.4rem 1.4rem;
  font-weight: 300; }

.content_after-slider {
  margin-top: -2rem; }

.exercises {
  display: none; }
  .exercises.active {
    display: block; }
  .exercises.show-all .exercise {
    display: flex; }

.exercise {
  box-shadow: 0px 10px 30px rgba(108, 110, 119, 0.1);
  border-radius: 1rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  margin-bottom: 1.5rem;
  display: none;
  position: relative; }
  .exercise:nth-child(1), .exercise:nth-child(2), .exercise:nth-child(3), .exercise:nth-child(4) {
    display: flex; }
  .exercise .exercise__thumb-favorite {
    box-shadow: none; }

.exercise__thumb {
  border-radius: 1rem;
  overflow: hidden;
  width: 8.5rem;
  min-width: 8.5rem;
  height: 9rem;
  margin-right: 2rem; }
  .exercise__thumb img {
    display: block;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%; }

.exercise__thumb-favorite {
  border-radius: 1rem;
  width: 10.2rem;
  min-width: 10.2rem;
  height: 10.8rem;
  margin-right: 1.3rem;
  margin-top: 1.2rem;
  position: relative; }
  .exercise__thumb-favorite + .exercise__content {
    padding-top: 1.2rem; }
  .exercise__thumb-favorite img {
    position: absolute;
    top: -1.2rem;
    height: calc(100% + 1.2rem);
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    display: block; }

.exercise__favorite {
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  right: 1.5rem;
  top: 2.1rem;
  background: url(../images/icons/like-empty.svg) center no-repeat;
  background-size: contain; }

.exercise__favorite_active {
  background: url(../images/icons/like-red.svg) center no-repeat;
  background-size: contain; }

.exercise__content {
  flex-grow: 1; }

.time_exercise {
  color: #969CAA;
  background: url(../images/icons/time-gray.svg) 0 center no-repeat;
  background-size: 1.2rem 1.2rem;
  padding-top: .1rem;
  font-weight: normal; }

.exercise__title {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1rem 0; }

.load_light {
  background: url(../images/icons/load-light.svg) 0 center no-repeat;
  color: #9BBB41; }

.load_normal {
  background: url(../images/icons/load-normal.svg) 0 center no-repeat;
  color: #F68E60; }

.load_hight {
  background: url(../images/icons/load-hight.svg) 0 center no-repeat;
  color: #ED1354; }

.load {
  font-size: 1.2rem;
  padding-left: 2.3rem;
  background-size: 1.5rem 1.5rem;
  font-weight: 500; }

.training-offer .training-in {
  box-shadow: none; }

.training-in {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 43rem;
  padding-bottom: 9.5rem;
  position: relative;
  z-index: 500;
  color: #fff; }
  .training-in .content {
    position: relative;
    z-index: 500;
    width: 100%; }
  .training-in:after {
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30rem; }

.training-in__img {
  z-index: -1;
  width: 31rem;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute; }
  .training-in__img img {
    display: block;
    width: 100%;
    height: auto; }

.training-in__title {
  font-weight: bold;
  font-size: 3rem;
  padding: 2rem 0; }

.training-in__info {
  display: flex;
  align-items: center; }
  .training-in__info .timing,
  .training-in__info .complexity {
    font-size: 1.4rem; }

.content_training {
  margin-top: -7.3rem;
  position: relative;
  z-index: 700; }

.training-description {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0px 1rem 4rem rgba(0, 0, 0, 0.05);
  margin-bottom: 4rem;
  padding: 3rem 3rem 5rem;
  position: relative; }

.training-in__rating {
  display: flex;
  align-items: center;
  color: white; }

.training-rating-number {
  font-weight: bold;
  font-size: 1.6rem; }

.training-rating {
  margin-right: .4rem; }
  .training-rating a {
    color: white;
    font-size: 1.6rem;
    margin-right: .4rem; }

.rate-training {
  background: #fff url(../images/background/stars-bg.svg) center 0 no-repeat;
  background-size: 100% auto;
  border-radius: 1rem;
  padding: 1.6rem 3rem;
  margin-bottom: 2rem;
  position: relative; }

.rate-training__title {
  font-weight: bold;
  font-size: 1.6rem;
  padding-bottom: 1rem; }

.rate-training__desc {
  color: #393939;
  font-size: 1.3rem;
  padding-bottom: 1.7rem; }

.rate-training__stars {
  display: flex;
  align-items: center; }

.rate-training__number {
  color: #989AAA;
  font-size: 2.4rem;
  font-weight: 600;
  padding-left: .6rem; }

.check-rate-training a {
  color: #D4D5DC;
  font-size: 3.3rem;
  margin-right: 1rem; }
  .check-rate-training a.fa-star {
    color: #F7CB4F; }

.datepicker--days-names {
  display: none; }

.dp-note {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  border: 1px solid #BABDD0; }
  .dp-note:after {
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    right: 0;
    top: 0;
    background: red; }

.dp-note_completed:after {
  background: #24C966; }

.dp-note_planned:after {
  background: #69C1F2; }

.dp-note_missed:after {
  background: #E8523A; }

.datepicker--cell.-selected- .dp-note {
  border-color: transparent; }

.calendar-day-training {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  padding: 5.5rem 1.5rem 0;
  margin-top: 5rem;
  position: relative; }
  .calendar-day-training .exercise {
    padding: 0;
    background: 0;
    box-shadow: none;
    margin-bottom: 0;
    flex-wrap: wrap; }
    .calendar-day-training .exercise .exercise__content {
      width: calc(100% - 11.5rem);
      flex-grow: 0; }

.calendar-date {
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 1.7rem; }

.exercise__status {
  display: inline-flex;
  height: 2.8rem;
  border-radius: 2.8rem;
  font-weight: 600;
  font-size: 1.2rem;
  align-items: center;
  padding: 0 1.5rem;
  color: #fff; }

.exercise__status_completed {
  background: #24C966; }
  .exercise__status_completed:before {
    background: url(../images/icons/check.svg) center no-repeat;
    background-size: contain;
    width: 1.4rem;
    height: 1.4rem;
    margin-right: .5rem; }

.exercise__text {
  padding-top: 1.7rem;
  max-height: 10.4rem;
  overflow: hidden;
  position: relative; }
  .exercise__text:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 75.24%); }

.exercise__status_skipped {
  background: #d8552f; }

.intro {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1024px;
  height: 100%;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 7rem;
  color: #fff;
  text-align: center;
  /*&:before{
      content:"";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(/images/covers/Logo_white.svg) center 0 no-repeat;
      background-size: cover;
  }*/ }
  .intro:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(37, 40, 64, 0) 0%, #12131C 100%); }
  .intro .content {
    width: 100%;
    z-index: 9; }

.intro__title {
  font-weight: bold;
  font-size: 4rem;
  position: relative;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem; }
  .intro__title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -3rem;
    border-bottom: 0.2rem solid rgba(255, 255, 255, 0.2);
    width: 6rem;
    z-index: 100; }

.intro__title-small {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 4rem; }

.intro__desc {
  font-size: 2rem;
  line-height: 1.3;
  max-width: 31rem;
  margin: 0 auto;
  padding-bottom: 4rem; }

.content-268 {
  max-width: 26.8rem;
  margin: 0 auto;
  width: 100%; }

.form__item {
  margin-bottom: 1.6rem; }

.form__item_submit {
  padding-top: 1.2rem; }

.wrapper_registration {
  padding-bottom: 0; }

.registration {
  background: linear-gradient(204.96deg, #666C9C 1.12%, #21243C 84.52%); }
  .registration .content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 3.6rem;
    padding-bottom: 7rem; }

.registration__title-step {
  max-width: 20rem;
  margin: 0 auto;
  color: #AEB3D5;
  font-size: 1.6rem;
  text-align: center;
  border: 1px dashed #AFC1D8;
  border-radius: 5rem;
  padding: 1.2rem 0;
  width: 100%;
  margin-bottom: 3rem; }
  .registration__title-step span {
    font-weight: bold;
    color: #fff; }

.registration__title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 4rem; }

.check-list {
  padding-bottom: 4rem; }

.check-list__item {
  display: block;
  margin-bottom: 1.5rem; }
  .check-list__item input[type="radio"] + .check-list__content,
  .check-list__item input[type="checkbox"] + .check-list__content {
    background: #505374;
    height: 6rem;
    border: 0;
    border-radius: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    color: #C3C6E3;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0 3rem;
    position: relative;
    transition: .3s; }
    .check-list__item input[type="radio"] + .check-list__content span,
    .check-list__item input[type="checkbox"] + .check-list__content span {
      font-size: 1.4rem; }
    .check-list__item input[type="radio"] + .check-list__content:after,
    .check-list__item input[type="checkbox"] + .check-list__content:after {
      background: url(../images/icons/check-mark.svg) center no-repeat;
      width: 2.6rem;
      height: 2.6rem;
      background-size: contain;
      position: absolute;
      top: 50%;
      margin-top: -1.3rem;
      right: 1.8rem;
      opacity: 0;
      transition: .3s; }
  .check-list__item input[type="radio"]:checked + .check-list__content,
  .check-list__item input[type="checkbox"]:checked + .check-list__content {
    background: #5F648E;
    color: #fff;
    font-weight: bold; }
    .check-list__item input[type="radio"]:checked + .check-list__content:after,
    .check-list__item input[type="checkbox"]:checked + .check-list__content:after {
      opacity: 1; }

.check-list_big input[type="radio"] + .check-list__content,
.check-list_big input[type="checkbox"] + .check-list__content {
  height: 7.4rem; }
  .check-list_big input[type="radio"] + .check-list__content span,
  .check-list_big input[type="checkbox"] + .check-list__content span {
    font-weight: normal; }

.registration__progress-title {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-align: center; }

.registration__progress {
  margin: auto auto; }

.registration__progress-content {
  width: 23.6rem;
  height: 23.6rem;
  margin: 0 auto 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #9DA0BF;
  font-size: 1.6rem;
  position: relative; }

.registration__progress-number {
  color: #FF6745;
  font-weight: 800;
  font-size: 4.5rem;
  margin-bottom: .2rem; }

.registration__progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .registration__progress-circle canvas {
    width: 100% !important;
    height: 100% !important; }

.individual-plan {
  background: #fff;
  box-shadow: 0px 1rem 4rem rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
  padding: 3.6rem 2.2rem 1.7rem;
  margin-bottom: 5rem;
  position: relative;
  z-index: 600; }

.individual-plan__img {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 100%;
  top: -2.8rem; }

.individual-plan__item {
  margin-bottom: 2.6rem;
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  padding-left: 2.5rem; }

.individual-plan__title {
  color: #7B808C;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: .5rem; }

.individual-plan__icon-1 {
  background: url(../images/icons/plan_clock.svg) center no-repeat; }

.individual-plan__icon-2 {
  background: url(../images/icons/plan_check.svg) center no-repeat; }

.individual-plan__icon-3 {
  background: url(../images/icons/plan_gym.svg) center no-repeat; }

.individual-plan__icon-4 {
  background: url(../images/icons/plan_weight.svg) center no-repeat; }

.individual-plan__icon {
  background-size: 1.6rem 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 0;
  top: 2.1rem; }

.wrapper_land {
  padding: 0; }

.land {
  position: relative;
  background: url(../images/covers/landing.jpg) center 0 no-repeat;
  background-size: cover;
  z-index: 700;
  text-align: center; }
  .land:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(203.51deg, rgba(37, 43, 95, 0.57) 1.12%, rgba(19, 22, 39, 0.54) 84.52%); }
  .land .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem; }

.land__logo {
  width: 29.7rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem; }
  .land__logo img {
    display: block;
    width: 100%;
    height: auto; }

.land__logo_w177 {
  width: 17.7rem; }

.land__title {
  color: #fff;
  font-weight: 600;
  font-size: 2.6rem;
  margin-bottom: 6rem; }
  .land__title:before {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    width: 6rem; }
  .land__title .counter {
    font-size: 4rem;
    line-height: 1.6; }
    .land__title .counter span {
      font-weight: 800;
      font-size: 4.5rem;
      text-shadow: 0px 10px 30px rgba(233, 78, 72, 0.5);
      color: #f0734f; }

.land__sub {
  font-size: 2rem;
  color: #fff;
  padding: 4rem 0;
  line-height: 1.6; }

.land__sub-logo {
  background: url(../images/logo/logo_beeline.svg) center no-repeat;
  background-size: 22.9rem 10.4rem;
  height: 9rem;
  width: 100%;
  margin-bottom: 1rem; }

.land__support {
  width: 100%;
  background: #2A2C47;
  border-radius: 1rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.6;
  font-size: 1.6rem;
  padding: 1.7rem;
  margin-bottom: 2.5rem; }
  .land__support a {
    color: #FEAD77;
    font-weight: 500; }

.land__footer {
  margin-top: auto;
  color: #B2B4CA;
  font-size: 1.4rem;
  line-height: 1.43;
  font-weight: 300;
  max-width: 31rem; }

.video-container {
  position: relative;
  z-index: 500; }
  .video-container video {
    width: 100%;
    height: auto;
    display: block; }

.video-play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer; }
  .video-play-button:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 32, 32, 0.3) url(../images/icons/play.svg) center no-repeat;
    background-size: 6.5rem 6.5rem; }
  .video-play-button.hidden {
    opacity: 0; }

.after-video-container {
  background: #fff;
  box-shadow: 0px 1rem 4rem rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
  position: relative;
  z-index: 600;
  margin-top: -1.1rem;
  margin-bottom: 3rem;
  padding-bottom: 1px; }

.entry-content_padding {
  padding: 3rem 2.6rem 2rem; }

.video-container_finish {
  overflow: hidden;
  height: 29rem; }
  .video-container_finish .video-play-button {
    filter: blur(4px); }

.congratulations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 700;
  background: rgba(32, 32, 32, 0.6);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.congratulations__title {
  color: #FEF1A6;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-top: 10.5rem;
  background: url(../images/icons/fireworks.svg) center 0 no-repeat;
  background-size: 9.6rem 9.6rem; }

.congratulations__desc {
  font-size: 2rem;
  color: #fff;
  line-height: 1.1; }

.spent-calories {
  box-shadow: 0px 0.7rem 2rem rgba(0, 0, 0, 0.07);
  border-radius: 1rem;
  padding: 2.3rem 1.5rem 2rem;
  text-align: center;
  font-size: 1.6rem; }
  .spent-calories span {
    color: #E64834;
    font-weight: bold;
    border: 1px dashed rgba(230, 72, 52, 0.5);
    border-radius: .4rem;
    padding: .3rem .7rem;
    display: inline-block;
    margin: 0 .5rem; }

.after-video-container_finish {
  padding-bottom: 4rem;
  margin-bottom: 7rem; }

.title-2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 3rem; }

.training-description_calendar {
  padding: 2.6rem 2.3rem 5rem;
  margin-bottom: 5rem; }

.days {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.7rem;
  padding-top: .7rem;
  padding-bottom: 1.2rem; }

.day {
  width: calc(25% - 1.4rem);
  margin: 0 .7rem 1.7rem; }
  .day input[type="radio"] + .day__name,
  .day input[type="checkbox"] + .day__name {
    background: 0;
    height: 4rem;
    border: 1px solid #E2E3EA;
    border-radius: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #E2E3EA;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    transition: .3s;
    cursor: pointer; }
  .day input[type="radio"]:checked + .day__name,
  .day input[type="checkbox"]:checked + .day__name {
    color: #5E8BF3;
    border-color: #5E8BF3; }

.repeat-every-week {
  margin: 0 -2.3rem;
  padding: 1.8rem 2.3rem;
  border-top: 2px solid #F2F3F9;
  font-weight: 600;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.check-style-ios input[type="checkbox"] + span {
  width: 5.1rem;
  height: 2.7rem;
  border: 0;
  background: #f6f6f6;
  border-radius: 2.7rem;
  margin: 0;
  transition: .3s;
  position: relative;
  cursor: pointer; }
  .check-style-ios input[type="checkbox"] + span:after {
    min-width: 2.3rem;
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: #BABDD0;
    transition: .3s; }
.check-style-ios input[type="checkbox"]:checked + span {
  background: #24C966; }
  .check-style-ios input[type="checkbox"]:checked + span:after {
    background: #fff;
    left: 100%;
    transform: translate(calc(-100% - 3px), -50%); }

.results {
  margin: 0 -2.5rem;
  max-height: 23rem;
  overflow: hidden;
  opacity: 0; }
  .results .slick-arrow-prev.slick-arrow,
  .results .slick-arrow-next.slick-arrow {
    top: .2rem; }
  .results .slick-arrow-prev.slick-arrow {
    left: 50%;
    margin-left: -10rem; }
  .results .slick-arrow-next.slick-arrow {
    right: 50%;
    margin-right: -10rem; }
  .results.slick-slider {
    opacity: 1; }

.result {
  padding: 0 2.5rem 3rem; }

.result__content {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 2.4rem 2.4rem 2rem;
  box-shadow: 0px 1rem 3rem rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
  font-size: 1.2rem; }

.result__month {
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.2rem; }
  .result__month:before {
    background: url(../images/icons/calendar.svg) 0 0 no-repeat;
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
    margin-right: 1.6rem; }

.result__label {
  padding-left: 2rem;
  margin-bottom: .4rem;
  position: relative; }
  .result__label:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.8rem;
    width: 1.4rem;
    height: 1.4rem; }

.result__text {
  color: #32354C;
  font-size: 2rem;
  font-weight: bold; }
  .result__text span {
    font-size: 1.6rem;
    font-weight: 500; }

.result__level {
  padding-bottom: 1rem;
  margin-bottom: 1.3rem;
  border-bottom: 1px solid #F2F3F9; }
  .result__level .result__label:before {
    background: url(../images/icons/level.svg) center no-repeat;
    background-size: contain; }

.result__aim .result__label:before {
  margin-top: -1rem;
  background: url(../images/icons/fire.svg) center no-repeat;
  background-size: contain; }

.result__left {
  flex-grow: 1;
  margin-right: 3rem; }

.result__progress {
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  border: .3rem solid #F0F1F7;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  color: #9BA3AB;
  font-size: 1.3rem; }
  .result__progress:after {
    width: .4rem;
    height: .4rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -.2rem;
    left: 40%;
    z-index: 600; }

.result__progress-center {
  padding-bottom: .8rem;
  padding-top: 2.5rem;
  background: url(../images/icons/fire-gray.svg) center 0 no-repeat;
  background-size: 2rem 2rem; }
  .result__progress-center strong {
    color: #EA5A40;
    font-size: 2.2rem;
    font-weight: 800;
    display: block;
    margin-bottom: .4rem; }

.progress-month {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
  width: 11.7rem;
  height: 11.7rem; }
  .progress-month canvas {
    width: 11.7rem !important;
    height: 11.7rem !important; }

.title-3 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2rem; }

.nearest-training {
  box-shadow: 0px 1rem 4rem rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
  background: #fff;
  margin-bottom: 3rem; }
  .nearest-training .exercises {
    padding: 2.6rem 2rem .6rem; }
  .nearest-training .exercise {
    padding: 0;
    box-shadow: none;
    margin-bottom: 2rem;
    display: flex;
    align-items: start; }
  .nearest-training .exercise__thumb {
    height: 7.4rem;
    width: 7rem;
    min-width: 7rem; }
  .nearest-training .exercise__title {
    padding: .8rem 0; }

.exercises-slider {
  margin-bottom: 3rem;
  margin-right: -2.5rem;
  overflow: hidden;
  opacity: 0; }
  .exercises-slider .slick-slide {
    margin-right: 1.6rem; }
  .exercises-slider.slick-slider {
    opacity: 1; }

.exercises-slider__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem 1.4rem;
  width: 15.3rem;
  height: 21rem;
  position: relative;
  z-index: 600;
  border-radius: 1rem;
  overflow: hidden;
  color: #fff; }
  .exercises-slider__item:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(37, 40, 64, 0) 32.41%, #12131C 91.07%); }

.exercises-slider__title {
  font-weight: bold;
  font-size: 1.8rem; }

.exercises-slider__time {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: .5rem;
  padding-left: 2rem;
  padding-top: .1rem;
  background: url(../images/icons/clock-2.svg) 0 center no-repeat;
  background-size: 1.2rem; }

.nearest-training__list {
  display: flex;
  justify-content: space-between;
  border-bottom: .3rem dashed #E9EAF2;
  padding: 1.6rem 2rem; }

.nearest-training__day {
  width: calc(14.28% - .5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.1rem;
  border: 1px solid #5E8BF3;
  border-radius: 3.1rem;
  font-weight: 500;
  font-size: 1.4rem;
  color: #5E8BF3; }
  .nearest-training__day.active {
    color: #fff;
    background: linear-gradient(157.52deg, #69C1F2 0%, #4C7BE8 97.99%); }

.profile {
  margin-bottom: 3.5rem;
  text-align: center; }

.profile__avatar {
  width: 9.6rem;
  height: 9.6rem;
  margin: 0 auto 1rem;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 700; }
  .profile__avatar img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%; }

.profile__name {
  position: relative;
  display: inline-block;
  height: 3.7rem; }

.profile__name-current {
  display: flex;
  height: 3.7rem;
  justify-content: center;
  align-items: center;
  color: #252840;
  font-weight: bold;
  font-size: 2rem; }

input.profile__name-edite {
  border-radius: .3rem;
  background: #fff;
  border: 0;
  height: 3.7rem;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  color: black;
  display: none;
  width: auto; }

.profile__name-link-edite {
  width: 2.7rem;
  height: 2.7rem;
  background: #fff url(../images/icons/edit.svg) center no-repeat;
  background-size: 1rem;
  display: block;
  position: absolute;
  border-radius: 50%;
  right: -2.7rem;
  top: -1.8rem;
  transition: none; }
  .profile__name-link-edite.active {
    background: url(../images/icons/check-blue.svg) center no-repeat;
    background-size: cover;
    right: -.7rem; }

.profile__row {
  display: flex;
  justify-content: space-between;
  text-align: left;
  max-width: 25rem;
  margin: 0 auto;
  padding-top: 1rem; }

.profile__height {
  padding-left: 2.6rem;
  position: relative;
  background: url(../images/icons/metre.svg) 0 2.3rem no-repeat;
  background-size: 1.7rem; }

.profile__weight {
  padding-left: 2.6rem;
  position: relative;
  background: url(../images/icons/weight.svg) 0 2.4rem no-repeat;
  background-size: 1.7rem; }

.profile__label {
  color: #7B808C;
  font-size: 1.2rem;
  margin-bottom: .3rem; }

.profile__weight__content,
.profile__height__content {
  position: relative;
  display: inline-block; }

.profile__weight-current,
.profile__height-current {
  display: flex;
  height: 3.3rem;
  align-items: center;
  color: #252840;
  font-weight: 600;
  font-size: 1.8rem; }

input.profile__height-edite,
input.profile__weight-edite {
  border-radius: .3rem;
  background: #fff;
  border: 0;
  height: 3.3rem;
  font-weight: 600;
  font-size: 1.8rem;
  color: black;
  text-align: left;
  padding: 0 1rem;
  max-width: 6rem;
  display: none; }

.exercise-icon {
  padding-left: 4.3rem;
  background: url(../images/icons/info.svg) 0 0 no-repeat;
  background-size: 2.4rem; }

.button-start-stop {
  font-size: 1.6rem;
  width: 16rem;
  position: absolute;
  top: 17rem;
  left: 50%;
  transform: translate(-50%, 2rem); }

.timer {
  text-align: center;
  padding: 1rem 0 2.2rem;
  border-radius: 1rem;
  box-shadow: 0px 0.7rem 1rem rgba(0, 0, 0, 0.07);
  position: relative;
  margin-bottom: 3.8rem; }

.timer__title {
  font-size: 1.2rem;
  font-weight: 300; }

.timer__content {
  font-weight: 300;
  font-size: 3.4rem;
  letter-spacing: 0.15em; }
  .timer__content div {
    display: inline-block; }
  .timer__content .jst-seconds {
    width: 5.5rem; }
  .timer__content .jst-clearDiv {
    display: none; }
  .timer__content.stop {
    color: #944141; }

.timer__status {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 2.5rem);
  background: #3FDA86;
  height: 3.5rem;
  border-radius: 3.5rem;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  display: none; }
  .timer__status:before {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -6px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #3FDA86; }
  .timer__status.recreation {
    background: #D86666; }
    .timer__status.recreation:before {
      border-bottom-color: #D86666; }

.proggress-exercise {
  height: 3.3rem;
  margin-bottom: 7.6rem;
  position: relative; }
  .proggress-exercise:after, .proggress-exercise:before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 7rem;
    background: linear-gradient(90deg, #FFFFFF 10.78%, rgba(255, 255, 255, 0) 110.66%); }
  .proggress-exercise:before {
    left: 0; }
  .proggress-exercise:after {
    right: 0;
    transform: scale(-1, 1); }

.video-play-button_not-play:after {
  display: none; }

.progress-circle {
  padding: 0 1rem; }
  .progress-circle canvas {
    width: 3.3rem !important;
    height: 3.3rem !important; }

.proggress-exercise__item {
  display: flex !important;
  align-items: center;
  position: relative; }
  .proggress-exercise__item:first-child:before {
    opacity: 0; }
  .proggress-exercise__item:last-child:after {
    opacity: 0; }
  .proggress-exercise__item:after, .proggress-exercise__item:before {
    width: .7rem;
    height: .2rem;
    background: #DFE0E9; }
  .proggress-exercise__item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #DFE0E9;
    font-weight: 600;
    font-size: 1.6rem; }
  .proggress-exercise__item.slick-center span {
    color: #5E8BF3; }

.awards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 1rem; }

.award {
  width: calc(50% - 1rem);
  height: 12rem;
  position: relative;
  border-radius: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 500;
  margin-bottom: 3.5rem;
  background: linear-gradient(160.25deg, #F5F5F6 0%, #E0E2EE 97.99%); }

.award__icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0; }
  .award__icon img {
    display: block;
    width: 100%;
    height: auto; }

.award__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; }
  .award__circle:after {
    width: 10.6rem;
    height: 10.6rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5) url(../images/award/shadow-gray.svg) 160% 230% no-repeat;
    background-size: 90%;
    left: 50%;
    transform: translate(-50%, -4rem);
    position: absolute; }

.award__title {
  color: #B0B2C5;
  font-size: 1.4rem;
  font-weight: 800;
  padding-bottom: 2rem; }

.award_newbie .award__icon {
  top: -1rem;
  width: 5.6rem;
  height: 5.6rem;
  background: url(../images/award/award-1-gray.svg) center no-repeat;
  background-size: contain; }
.award_newbie.active {
  background: linear-gradient(160.25deg, #96A7F8 0%, #5B61DE 97.99%);
  box-shadow: 0px 0.5rem 2rem rgba(99, 106, 225, 0.4); }
  .award_newbie.active .award__icon {
    background: url(../images/award/award-1.svg) center no-repeat;
    background-size: contain; }
  .award_newbie.active .award__title {
    color: #DDE0FF; }
  .award_newbie.active .award__circle:after {
    background: rgba(255, 255, 255, 0.15) url(../images/award/shadow-1.svg) 160% 230% no-repeat;
    background-size: 90%; }

.award_lark .award__icon {
  top: -1.5rem;
  width: 6.4rem;
  height: 6.4rem;
  background: url(../images/award/award-2-gray.svg) center no-repeat;
  background-size: contain; }
.award_lark.active {
  background: linear-gradient(160.25deg, #FFAE97 0%, #FB7C83 97.99%);
  box-shadow: 0px 0.5rem 2rem rgba(251, 128, 132, 0.3); }
  .award_lark.active .award__icon {
    background: url(../images/award/award-2.svg) center no-repeat;
    background-size: contain; }
  .award_lark.active .award__title {
    color: #FFF0EF; }
  .award_lark.active .award__circle:after {
    background: rgba(255, 255, 255, 0.15) url(../images/award/shadow-2.svg) 160% 230% no-repeat;
    background-size: 90%; }

.award_owl .award__icon {
  top: -1.5rem;
  width: 6rem;
  height: 6rem;
  background: url(../images/award/award-3-gray.svg) center no-repeat;
  background-size: contain; }
.award_owl.active {
  background: linear-gradient(160.25deg, #96F2F8 0%, #5BCEDE 97.99%);
  box-shadow: 0px 0.5rem 2rem rgba(93, 207, 223, 0.4); }
  .award_owl.active .award__icon {
    background: url(../images/award/award-3.svg) center no-repeat;
    background-size: contain; }
  .award_owl.active .award__title {
    color: #fff; }
  .award_owl.active .award__circle:after {
    background: rgba(255, 255, 255, 0.2) url(../images/award/shadow-3.svg) 160% 230% no-repeat;
    background-size: 90%; }

.award_master .award__icon {
  top: -1rem;
  width: 5.2rem;
  height: 5.2rem;
  background: url(../images/award/award-4-gray.svg) center no-repeat;
  background-size: contain; }
.award_master.active {
  background: linear-gradient(160.25deg, #D66AF1 18.37%, #9474F0 97.99%);
  box-shadow: 0px 0.5rem 2rem rgba(168, 112, 240, 0.4); }
  .award_master.active .award__icon {
    background: url(../images/award/award-4.svg) center no-repeat;
    background-size: contain; }
  .award_master.active .award__title {
    color: #fff; }
  .award_master.active .award__circle:after {
    background: rgba(255, 255, 255, 0.2) url(../images/award/shadow-4.svg) 160% 230% no-repeat;
    background-size: 90%; }

.navigation {
  position: fixed;
  z-index: 999;
  background: #F2F3F9;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: 0;
  bottom: 0;
  padding-bottom: 2rem;
  display: none; }
  .navigation .content {
    position: relative;
    height: calc(100% - 6rem); }
  .navigation .header {
    margin-bottom: 0; }

.menu {
  background: #fff url(../images/background/menu-bg.svg) calc(100% - 1rem) center no-repeat;
  background-size: auto 90%;
  border-radius: 1rem;
  position: relative;
  height: 100%;
  padding: 3.5rem 3rem;
  overflow: auto; }
  .menu li {
    padding-bottom: 5rem; }
    .menu li a {
      font-weight: 500;
      color: #32354C;
      font-size: 1.6rem;
      display: flex;
      align-items: center;
      position: relative;
      padding-left: 3.2rem; }
      .menu li a:before {
        width: 1.9rem;
        height: 1.9rem;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
  .menu .menu__item_home a:before {
    background: url(../images/menu/menu-icon-1.svg) center no-repeat;
    background-size: contain; }
  .menu .menu__item_training a:before {
    background: url(../images/menu/menu-icon-2.svg) center no-repeat;
    background-size: contain; }
  .menu .menu__item_exercises a:before {
    background: url(../images/menu/upragneniya.svg) center no-repeat;
    background-size: contain; }
  .menu .menu__item_calendar a:before {
    background: url(../images/menu/menu-icon-3.svg) center no-repeat;
    background-size: contain; }
  .menu .menu__item_favorite a:before {
    background: url(../images/menu/menu-icon-4.svg) center no-repeat;
    background-size: contain; }
  .menu .menu__item_profile a:before {
    background: url(../images/menu/menu-icon-5.svg) center no-repeat;
    background-size: contain; }
  .menu .menu__item_exit a:before {
    background: url(../images/menu/menu-icon-6.svg) center no-repeat;
    background-size: contain; }

.menu__count {
  position: relative;
  z-index: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 2.2rem;
  font-weight: 600;
  font-size: 1.3rem;
  color: #fff;
  margin-left: 2rem; }
  .menu__count:after {
    position: absolute;
    z-index: -1;
    right: -1.9rem;
    top: 65%;
    transform: translateY(-50%);
    background: url(../images/background/number-bg.svg) center no-repeat;
    width: 6.6rem;
    height: 5.9rem;
    background-size: contain; }

.check-parameters {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/icons/arrow-long.svg) 0 center no-repeat;
  background-size: 3.4rem 1.6rem;
  padding-left: 4rem;
  margin-bottom: 7rem;
  opacity: 0;
  transition: .1s; }
  .check-parameters.active {
    opacity: 1; }

.check-parameters__units {
  color: #9CA1C0;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 2rem; }

.drum-viewport {
  outline: 0;
  height: 30.5rem; }

.drum-item {
  font-weight: bold;
  color: #8185AE;
  font-size: 4rem;
  padding: 1rem 0; }

.drum-item-current {
  color: #fff; }

select.slider-height,
select.slider-weight-2,
select.slider-weight-1 {
  opacity: 0; }

.message {
  background: #fff;
  border-radius: 1rem;
  padding: 1.8rem 2.3rem 2.5rem 9rem;
  position: relative;
  font-size: 1.3rem;
  color: #393939;
  position: relative;
  margin-bottom: 1.5rem; }

.message__title {
  color: #63C698;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: .7rem; }

.message__icon {
  position: absolute;
  top: 0;
  left: 0; }

.message_start-simple {
  background: #fff url(../images/background/jump-rope-bg.svg) center no-repeat;
  background-size: contain; }
  .message_start-simple .message__icon {
    top: .5rem;
    left: -2rem;
    background: url(../images/icons/jump-rope.svg) center no-repeat;
    background-size: contain;
    width: 10rem;
    height: 10rem; }

.message_favorite {
  background: #FFF2ED;
  padding-left: 9.3rem;
  padding-top: 2.1rem;
  padding-bottom: 2.3rem;
  margin-top: .7rem; }
  .message_favorite .message__title {
    color: #E74D37; }
  .message_favorite .message__icon {
    background: url(../images/icons/like-biig.svg) center no-repeat;
    background-size: contain;
    width: 6.2rem;
    height: 6.2rem;
    left: 1.6rem;
    top: 50%;
    transform: translateY(-50%); }

.message_free-day {
  background: #FAFFF0;
  padding-left: 9.3rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  margin-top: .7rem; }
  .message_free-day .message__title {
    color: #8EB04A; }
  .message_free-day .message__icon {
    background: url(../images/icons/appointment.svg) center no-repeat;
    background-size: contain;
    width: 5.6rem;
    height: 5.6rem;
    left: 2rem;
    top: 48%;
    transform: translateY(-50%); }

.message_running {
  padding-left: 8.2rem;
  padding-top: 1.8rem;
  padding-bottom: 4.1rem;
  background: #fff url(../images/background/runing-bg.svg) center bottom no-repeat;
  background-size: 101% auto; }
  .message_running .message__title {
    color: #4B80E8; }
  .message_running .message__icon {
    background: url(../images/icons/runner.svg) center no-repeat;
    background-size: contain;
    width: 11.1rem;
    height: 11.1rem;
    left: -1.5rem;
    bottom: -.3rem;
    top: auto; }

.message_android {
  background: #dbfbe8;
  padding-left: 9.3rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  margin-top: .7rem; }
  .message_android .message__title {
    color: #27bd63; }
  .message_android .message__icon {
    background: url(../images/icons/android.svg) center no-repeat;
    background-size: contain;
    width: 5.6rem;
    height: 5.6rem;
    left: 2rem;
    top: 48%;
    transform: translateY(-50%); }
  .message_android .close {
    background: #c2efd4 url(../images/icons/close_salat.svg) calc(50% + .05rem) center no-repeat;
    background-size: 1rem 1rem; }

.message_apple {
  background: #e5e9ff;
  padding-left: 9.3rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  margin-top: .7rem; }
  .message_apple .message__title {
    color: #6171cc; }
  .message_apple .message__icon {
    background: url(../images/icons/apple.svg) center no-repeat;
    background-size: contain;
    width: 5.6rem;
    height: 5.6rem;
    left: 2rem;
    top: 48%;
    transform: translateY(-50%); }
  .message_apple .close {
    background: #d7dbf6 url(../images/icons/close_gray.svg) calc(50% + .05rem) center no-repeat;
    background-size: 1rem 1rem; }

.message_calendar {
  background: #fff9db;
  padding-left: 9.3rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  margin-top: .7rem; }
  .message_calendar .message__title {
    color: #eca30a; }
  .message_calendar .message__icon {
    background: url(../images/icons/planning.svg) center no-repeat;
    background-size: contain;
    width: 5.6rem;
    height: 5.6rem;
    left: 2rem;
    top: 48%;
    transform: translateY(-50%); }
  .message_calendar .close {
    background: #f0e9c6 url(../images/icons/close_yellow.svg) calc(50% + .05rem) center no-repeat;
    background-size: 1rem 1rem; }

.message_constructor {
  background: #ffefdd;
  padding-left: 9.3rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  margin-top: .7rem; }
  .message_constructor .message__title {
    color: #e78b37; }
  .message_constructor .message__icon {
    background: url(../images/icons/options.svg) center no-repeat;
    background-size: contain;
    width: 5.6rem;
    height: 5.6rem;
    left: 2rem;
    top: 48%;
    transform: translateY(-50%); }
  .message_constructor .close {
    background: #f2dfd7 url(../images/icons/close_brown.svg) calc(50% + .05rem) center no-repeat;
    background-size: 1rem 1rem; }

.close {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: #7ADBAE url(../images/icons/x-white.svg) calc(50% + .05rem) center no-repeat;
  background-size: 1rem 1rem;
  cursor: pointer;
  position: absolute;
  top: .6rem;
  right: .8rem; }

.close_brown {
  background: #F2DFD7 url(../images/icons/x-orange.svg) calc(50% + .05rem) center no-repeat;
  background-size: 1rem 1rem; }

.close_gray {
  background: #EDEEF4 url(../images/icons/x-gray.svg) calc(50% + .05rem) center no-repeat;
  background-size: 1rem 1rem; }

.close_salat {
  background: #EFF4E3 url(../images/icons/x-salat.svg) calc(50% + .05rem) center no-repeat;
  background-size: 1rem 1rem; }

.close_exercise {
  right: 1rem;
  top: 1.4rem; }

@media screen and (orientation: landscape) {
  /*.intro{
      padding-bottom: 3rem;
  }*/
  .intro__desc {
    max-width: 100%; } }
@media screen and (min-width: 430px) {
  html {
    font-size: 11px; } }
@media screen and (min-width: 630px) {
  html {
    font-size: 13px; } }
@media screen and (max-width: 359px) {
  html {
    font-size: 8px; } }
.adding-to-ios {
  padding-top: .6rem; }

.adding-to-ios__icon {
  position: relative;
  margin-bottom: 2rem; }

.icon-fs {
  background: url(/favicon.png) center no-repeat;
  width: 6rem;
  height: 6rem;
  background-size: 100% 100%;
  border-radius: 1rem;
  margin: 0 auto;
  box-shadow: 0px 3.61905px 18.0952px rgba(233, 84, 60, 0.3); }

.icon-apple {
  border-radius: .5rem;
  width: 2.6rem;
  height: 2.6rem;
  background: #fff url(/images/instruction-ios/apple.svg) center no-repeat;
  background-size: 1.3rem 1.6rem;
  position: absolute;
  left: 50%;
  top: -.7rem;
  margin-left: 1rem; }

.adding-to-ios__title {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 3.1rem; }

.adding-to-ios__desc {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  padding-bottom: 2.7rem; }

.adding-to-ios__step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(156.22deg, #69C1F2 0%, #4C7BE8 97.99%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  margin: 0 auto 1rem; }

.adding-to-ios__step-desc {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.43;
  padding-bottom: 2rem; }
  .adding-to-ios__step-desc span {
    font-weight: 600;
    color: #6B84AF; }

.adding-to-ios__step-thumb {
  margin: 0 auto 3rem;
  max-width: 20.8rem;
  width: 100%; }
  .adding-to-ios__step-thumb img {
    display: block;
    width: 100%;
    height: auto; }

.adding-to-ios__step_last .adding-to-ios__step-number {
  background: linear-gradient(183.12deg, #6FF9A6 2.57%, #20BB60 97.41%); }
.adding-to-ios__step_last .adding-to-ios__step-desc span {
  color: #2BC36A; }

.help-block {
  margin: 1rem 0;
  font-size: 1.3rem; }

.registration button[disabled='disabled'] {
  background: linear-gradient(173.21deg, #c3c6e3 0, #60637b 97.99%); }

.profile__avatar img {
  border-radius: 100%; }

.form__item_submit {
  margin-bottom: 0; }

.button {
  line-height: 1; }

.profile__avatar .replace {
  cursor: pointer;
  background: white;
  border: solid 10px white; }

.nearest-training .show-more-container {
  padding: 0 0 2.5rem 0; }
.nearest-training .show-all-exercise {
  margin: 0 auto; }

.exercises-slider-on-index .exercises-slider__title {
  font-size: 1.4rem;
  /*min-height: 42px;*/ }
.exercises-slider-on-index .repaint {
  width: auto;
  height: auto;
  padding: 0;
  box-shadow: none; }
  .exercises-slider-on-index .repaint .training {
    box-shadow: none; }

.v_btn-disabled {
  background: linear-gradient(173.21deg, #c3c6e3 0, #60637b 97.99%); }

.nearest-training__list .nearest-training__day {
  cursor: pointer; }

.calendar-day-training .exercise {
  display: flex; }
.calendar-day-training .exercises {
  padding-bottom: 2rem; }

.-other-month- .dp-note {
  display: none; }

.after-video-container_finish {
  margin-bottom: 13rem; }

.ui-autocomplete-input {
  height: 4rem !important; }

.ui-menu .ui-menu-item {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem; }

.ui-menu {
  overflow: hidden;
  margin-top: 12rem;
  border-radius: 2rem;
  padding: 2rem;
  top: 13rem !important;
  z-index: 99999;
  max-width: calc(100% - 40px) !important; }
  .ui-menu .ui-menu-item-wrapper {
    padding: .5rem; }
    .ui-menu .ui-menu-item-wrapper span {
      color: #CED1E1;
      display: block;
      line-height: 1;
      font-size: 1.7rem;
      margin-top: .5rem; }
  .ui-menu .ui-state-active {
    border-color: transparent;
    color: #5E8BF3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  background: black; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
  /*padding-bottom: 75%;
  @media (min-width: 768px) {
      padding-bottom: 56.25%;
  }*/ }

.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.awards .award {
  cursor: pointer; }
.awards .tooltip {
  position: absolute;
  background: white;
  /*display: none;*/
  border-radius: 1rem;
  padding: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  box-shadow: 0px 0px 10px #00000029;
  bottom: 0%;
  opacity: 0;
  transition: .3s; }
  .awards .tooltip .tooltip__title {
    font-weight: bold;
    margin-bottom: .5rem; }
  .awards .tooltip:after {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: white;
    transform: rotate(45deg);
    bottom: -8px;
    left: calc(50% - 8px);
    box-shadow: 4px 4px 5px #00000014; }
.awards .tooltip-active {
  /*display: block;*/
  bottom: 120%;
  opacity: 1; }

.menu-warning {
  margin-right: 25px;
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }
  .menu-warning .menu__count {
    display: flex;
    margin-top: 6px;
    transform: scale(0.8); }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
.exercises-list .exercise {
  display: flex; }

.exercises-list .entry-content p {
  padding-bottom: 1.5rem;
  max-height: 9rem;
  overflow: hidden;
  position: relative; }
  .exercises-list .entry-content p:after {
    content: "";
    display: block;
    background: linear-gradient(transparent, white 75%);
    bottom: 0;
    height: 4rem;
    position: absolute;
    left: 0;
    right: 0; }
.exercises-list #no-data {
  text-align: center;
  color: #ced1e1;
  margin-top: 15px; }
.exercises-list .exercise .exercise__title {
  padding-top: 0; }
.exercises-list #load {
  margin-top: 35px; }

#search-img {
  cursor: pointer;
  width: 24px;
  margin-left: 1rem; }

.exercise-filter {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 35px; }
  .exercise-filter ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .exercise-filter ul li {
      padding: 12px;
      flex-grow: 1;
      background: white;
      box-shadow: inset 0px 0px 0px 2px #f2f3f9, 0px 10px 30px rgba(218, 218, 218, 0.04);
      border-radius: 1rem;
      text-align: center;
      cursor: pointer;
      transition: background-color 0.3s, color 0.3s; }
    .exercise-filter ul .active {
      background: #87a5bf;
      color: white; }
  .exercise-filter .complication .active[data-complication='0'] {
    background: #9bbb41; }
  .exercise-filter .complication .active[data-complication='1'] {
    background: #f68e60; }
  .exercise-filter .complication .active[data-complication='2'] {
    background: #ee1354; }
  .exercise-filter h3 {
    text-align: center;
    margin: 15px 0;
    color: #ced1e1; }

.profile #intensiv-row {
  min-height: 10rem;
  margin-top: .5rem; }
  .profile #intensiv-row ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .profile #intensiv-row ul li {
      padding: 12px 12px 13px 12px;
      flex-grow: 1;
      background: white;
      box-shadow: inset 0px 0px 0px 2px #f2f3f9, 0px 10px 30px rgba(218, 218, 218, 0.04);
      border-radius: 1rem;
      text-align: center;
      cursor: pointer;
      transition: background-color 0.3s, color 0.3s;
      font-size: 1.2rem;
      position: relative; }
      .profile #intensiv-row ul li div {
        color: #252840;
        display: none;
        background: white;
        position: absolute;
        border-radius: 1rem;
        padding: 1rem;
        font-size: 1rem;
        line-height: 1.3;
        text-align: center;
        box-shadow: 0px 0px 10px #00000029;
        left: 0;
        right: 0;
        top: 110%; }
        .profile #intensiv-row ul li div:before {
          display: block;
          content: "";
          position: absolute;
          width: 16px;
          height: 16px;
          background: white;
          transform: rotate(45deg);
          top: -8px;
          left: calc(50% - 8px);
          box-shadow: -4px -4px 5px #00000014; }
    .profile #intensiv-row ul .active {
      color: white; }
      .profile #intensiv-row ul .active div {
        display: block; }
      .profile #intensiv-row ul .active[data-intensiv='0'] {
        background: #9bbb41; }
      .profile #intensiv-row ul .active[data-intensiv='1'] {
        background: #f68e60; }
      .profile #intensiv-row ul .active[data-intensiv='2'] {
        background: #ee1354; }

.proggress-exercise:after, .proggress-exercise:before {
  height: 200%; }

.training__img {
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 1rem; }

.content_training .exercise__title {
  padding-top: 0; }

.profile__intensiv-current {
  display: flex;
  height: 3.3rem;
  align-items: center;
  font-weight: 600;
  font-size: 1.5rem; }

.training-list .training__info {
  flex-wrap: wrap; }
  .training-list .training__info .training-in__rating {
    width: 100%;
    margin-bottom: 1rem; }

.preloader-training-do {
  background: #f2f3f9 URL("/images/pwa-icons/favicon-120-120.png") center 40vh no-repeat;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999; }
  .preloader-training-do .prepairing {
    text-align: center;
    margin-top: 65vh;
    font-size: 1.6rem;
    line-height: 2; }
    .preloader-training-do .prepairing p {
      font-size: 1.8rem;
      color: #c3c0c0; }
    .preloader-training-do .prepairing .ball {
      margin: 2rem auto; }

.main-relax .button-start-stop {
  top: 11rem; }
.main-relax .timer {
  margin-bottom: 10rem; }
.main-relax .bg-preview {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }

.favorite-exercises .move {
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  right: 1.5rem;
  cursor: pointer; }
.favorite-exercises .move-up {
  top: 5.5rem;
  background: url(../images/icons/arrow_up.svg) center no-repeat;
  background-size: contain; }
.favorite-exercises .move-down {
  top: 8.1rem;
  background: url(../images/icons/arrow_down.svg?1) center no-repeat;
  background-size: contain; }
.favorite-exercises .exercise:first-child .move-up {
  display: none; }
.favorite-exercises .exercise:nth-last-child(1) .move-down {
  display: none; }

.single-exercise .exercise__content {
  padding-right: 3rem; }

.ball {
  border: 10px solid #ced1e1;
  border-top-color: #ececec;
  border-left-color: #ececec;
  border-radius: 100%;
  box-shadow: 0 0 1px #a0a0a0;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  top: calc(50% - 30px);
  animation: spinoff 2s infinite linear;
  -moz-animation: spinoff 2s infinite linear;
  -webkit-animation: spinoff 2s infinite linear; }

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@-moz-keyframes spinoff {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }
.button_start-workout-favorite {
  position: static;
  width: 24.4rem;
  margin-top: 2rem; }

#sync {
  margin-bottom: 2.5rem; }
  #sync h2 {
    margin-bottom: 1rem; }
  #sync .row {
    display: flex; }
    #sync .row .w-100 {
      width: 100%; }
    #sync .row .button {
      min-width: 5rem;
      cursor: pointer; }
    #sync .row .p-x {
      padding: 0 1rem; }

.logo-div {
  text-align: center;
  padding: 1.2rem 0 1.2rem 0;
  background: linear-gradient(#c9cfda40, #f2f3f9), linear-gradient(-45deg, rgba(255, 255, 255, 0.01) 78%, rgba(76, 121, 177, 0.07) 78%), linear-gradient(-45deg, rgba(255, 255, 255, 0.01) 70%, rgba(76, 121, 177, 0.07) 70%), linear-gradient(-45deg, rgba(255, 255, 255, 0.01) 62%, rgba(76, 121, 177, 0.07) 62%); }

#app-informator .instruction {
  color: #6aaede;
  font-weight: bold;
  text-decoration: underline; }

.logo-circle {
  position: absolute;
  width: 277px;
  height: 277px;
  top: -139px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  left: calc(50% - 139px);
  text-align: center; }
  .logo-circle img {
    max-width: 65%;
    margin-top: 55%; }

.add-programm-at-first {
  line-height: 1.5; }
  .add-programm-at-first a {
    font-weight: bold; }

.profile__language-current {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .profile__language-current .profile__language-name {
    color: #252840;
    font-weight: 600;
    font-size: 1.5rem;
    padding-left: 1rem; }

.language-select {
  margin: .5rem 0; }
  .language-select .element {
    padding: .4rem 1.2rem;
    flex-grow: 1;
    background: white;
    box-shadow: inset 0px 0px 0px 2px #f2f3f9, 0px 10px 30px rgba(218, 218, 218, 0.04);
    border-radius: 1rem;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center; }
    .language-select .element .flag {
      margin: 0 .5rem; }
  .language-select .active {
    background: #87a5bf;
    color: white; }

.language-selector {
  position: absolute;
  bottom: 2rem;
  z-index: 999;
  font-size: 1.4rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center; }
  .language-selector .link {
    color: #afc1d8;
    border-bottom: dashed 0.1rem #afc1d8;
    cursor: pointer;
    padding: .2rem; }
  .language-selector .list {
    position: absolute;
    border-radius: 1rem;
    padding: 1rem;
    left: 0;
    right: 0;
    bottom: 110%; }
    .language-selector .list .container {
      display: inline-block;
      color: #252840;
      background: white;
      border-radius: 1rem;
      padding: 1rem;
      text-align: center;
      box-shadow: 0px 0px 10px #00000029; }
      .language-selector .list .container a {
        display: flex;
        align-items: center;
        padding: 0.2rem 1rem 0.2rem 0.5rem;
        border-radius: .5rem; }
        .language-selector .list .container a .flag {
          margin: 0 .5rem; }
      .language-selector .list .container .active {
        background: #87a5bf;
        color: white; }
      .language-selector .list .container:after {
        display: block;
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        background: linear-gradient(-45deg, white 50%, transparent 50%);
        transform: rotate(45deg);
        left: calc(50% - 8px); }

.content-background {
  background: linear-gradient(180deg, #c8c9d3 0%, #12131C 100%);
  background-attachment: fixed; }
  .content-background .d-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    padding-top: 15rem; }
    .content-background .d-flex h1 {
      color: white;
      text-align: center;
      margin-bottom: 2rem;
      padding: 0 2rem; }
    .content-background .d-flex .content-container {
      font-size: 1.5rem;
      padding: 0 2rem;
      color: white; }
      .content-background .d-flex .content-container a {
        color: white;
        text-decoration: underline; }
      .content-background .d-flex .content-container p, .content-background .d-flex .content-container ul {
        text-indent: 3rem;
        margin-bottom: 1rem;
        line-height: 1.3; }
      .content-background .d-flex .content-container ul {
        margin-bottom: 3rem; }
        .content-background .d-flex .content-container ul ul {
          margin-top: 1.5rem;
          margin-left: 3rem; }
        .content-background .d-flex .content-container ul li {
          margin-bottom: 1rem; }
      .content-background .d-flex .content-container .bold {
        font-weight: bold; }
      .content-background .d-flex .content-container .center {
        text-align: center; }
      .content-background .d-flex .content-container p.center {
        text-indent: 0rem; }
  .content-background .footer {
    margin-top: 2rem;
    color: white;
    padding: 3rem; }
    .content-background .footer ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      font-size: 1.2rem;
      margin: 0 -1rem; }
      .content-background .footer ul li {
        padding: .5rem 1rem;
        border: solid 1px #25262f;
        border-radius: 2rem;
        background: #12131c;
        flex-grow: 1;
        text-align: center;
        margin: .2rem; }
      .content-background .footer ul a {
        color: white;
        text-decoration: none; }

.local-domain-footer {
  margin-bottom: 3rem; }
  .local-domain-footer ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1.2rem;
    margin: 0 -1rem; }
    .local-domain-footer ul li {
      padding: 1rem;
      border: solid 1px #e0e2ee;
      border-radius: 2rem;
      background: #ebecf2;
      flex-grow: 1;
      text-align: center;
      margin: .2rem; }
    .local-domain-footer ul a {
      color: #5d5e63;
      text-decoration: none;
      font-weight: bold; }

.LocalDomainFooter-start {
  position: absolute;
  bottom: 2rem;
  z-index: 999;
  font-size: 1.4rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center; }
  .LocalDomainFooter-start .local-domain-footer {
    margin-bottom: 0;
    max-width: 400px; }
    .LocalDomainFooter-start .local-domain-footer ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      font-size: 1.2rem;
      margin: 0 -1rem; }
      .LocalDomainFooter-start .local-domain-footer ul li {
        padding: 1rem;
        border: none;
        background: none;
        flex-grow: 1;
        text-align: center;
        margin: .2rem; }
      .LocalDomainFooter-start .local-domain-footer ul a {
        color: #5d5e63;
        text-decoration: none;
        font-weight: normal;
        color: #afc1d8;
        border-bottom: dashed 0.1rem #afc1d8;
        cursor: pointer;
        padding: .2rem; }

.registration__logo {
  margin: -1rem 0 1rem; }

.registration__logo img {
  display: block;
  margin: 0 auto;
  width: 17rem;
  height: auto; }
  @media screen and (max-height: 600px) {
    .registration__logo img {
      width: 10rem; } }

.registration__title {
  font-size: 2.2rem;
  margin-bottom: 1rem; }

.registration .cnt-1 {
  padding-top: 2rem; }
.registration .cnt-3 {
  padding-bottom: 1rem; }
.registration .check-parameters {
  margin-bottom: 1rem; }
.registration .individual-plan {
  margin-bottom: 1rem; }
.registration .local-domain-footer {
  max-width: none; }
.registration .language-selector {
  position: relative;
  margin: 4rem 0 0; }
.registration .registration__title-step {
  margin-bottom: 1rem; }

.registration .button_next-step {
  max-width: 26.8rem;
  margin: 0rem auto 0;
  position: static;
  left: 0;
  bottom: 6rem;
  right: 0;
  transform: none; }

.registration .LocalDomainFooter-start {
  position: static; }

.registration .content {
  padding: 0 2rem;
  justify-content: space-between;
  padding-bottom: 10vh; }

.registration .check-list {
  padding-bottom: 0rem; }

.content-268 {
  overflow: auto;
  max-width: 30.5rem;
  padding: 0 15px;
  position: relative; }

.content-268::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

.content-268::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

/*# sourceMappingURL=style.css.map */
