@font-face {
  font-family: "Stem";
  src: url("../fonts/stem/Italic.eot");
  src: url("../fonts/stem/Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/stem/Italic.woff2") format("woff2"),
    url("../fonts/stem/Italic.woff") format("woff"),
    url("../fonts/stem/Italic.ttf") format("truetype"),
    url("../fonts/stem/Italic.svg#Stem-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.slides-menu,
.slides-controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
}
.slides-menu {
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.slides-controls__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
}
.arrow {
  background: transparent;
  border: 1px solid #cfe8b0;
  -webkit-border-radius: 1.2em;
  -moz-border-radius: 1.2em;
  border-radius: 1.2em;
  cursor: pointer;
  display: inline-block;
  height: 1.2em;
  opacity: 1;
  position: relative;
  -webkit-transform: scale(-1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(-1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(-1, 1) translate3d(0, 0, 0);
  transform: scale(-1, 1) translate3d(0, 0, 0);
  -webkit-transition: border-color 0.15s ease;
  -o-transition: border-color 0.15s ease;
  -moz-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
  vertical-align: middle;
  width: 2.15em;
}
.slides-controls .slides-controls__item_left.arrow {
  margin: 0 0.3em 0 0;
}
.slides-controls__item_right.arrow {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.arrow:hover {
  border-color: #9bc963;
}
.arrow:before {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent url(images/icons/control-arrow.svg) no-repeat center
    center;
  -webkit-background-size: 0.95em auto;
  -moz-background-size: 0.95em auto;
  -o-background-size: 0.95em auto;
  background-size: 0.95em auto;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  width: 100%;
}
.arrow:hover:before {
  opacity: 1;
}
.paginator__inner {
  font-size: 0.55em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.1818em;
  text-align: center;
}
.button-mini {
  border: 1px solid #b0de8d;
  -webkit-border-radius: 0.7272em;
  -moz-border-radius: 0.7272em;
  border-radius: 0.7272em;
  -webkit-box-shadow: 0 0.4em 0.75em rgba(197, 228, 161, 0);
  -moz-box-shadow: 0 0.4em 0.75em rgba(197, 228, 161, 0);
  box-shadow: 0 0.4em 0.75em rgba(197, 228, 161, 0);
  color: #56782d;
  cursor: pointer;
  font-size: 0.55em;
  font-weight: 500;
  height: 3.2727em;
  letter-spacing: 0.1em;
  line-height: 3.0909em;
  padding: 0 1.35em;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: -webkit-box-shadow 0.15s ease;
  transition: -webkit-box-shadow 0.15s ease;
  -o-transition: box-shadow 0.15s ease;
  -moz-transition: box-shadow 0.15s ease, -moz-box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease,
    -moz-box-shadow 0.15s ease;
  z-index: 2;
}
.button-mini.slides-menu__item_active {
  -webkit-box-shadow: 0 0.4em 0.75em rgba(197, 228, 161, 0.25);
  -moz-box-shadow: 0 0.4em 0.75em rgba(197, 228, 161, 0.25);
  box-shadow: 0 0.4em 0.75em rgba(197, 228, 161, 0.25);
}
.button-mini:before {
  background: -moz-linear-gradient(
    291deg,
    rgba(224, 237, 195, 1) 0,
    rgba(224, 237, 195, 1) 21%,
    rgba(176, 222, 141, 1) 77%,
    rgba(176, 222, 141, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(224, 237, 195, 1)),
    color-stop(21%, rgba(224, 237, 195, 1)),
    color-stop(77%, rgba(176, 222, 141, 1)),
    color-stop(100%, rgba(176, 222, 141, 1))
  );
  background: -webkit-linear-gradient(
    291deg,
    rgba(224, 237, 195, 1) 0,
    rgba(224, 237, 195, 1) 21%,
    rgba(176, 222, 141, 1) 77%,
    rgba(176, 222, 141, 1) 100%
  );
  background: -o-linear-gradient(
    291deg,
    rgba(224, 237, 195, 1) 0,
    rgba(224, 237, 195, 1) 21%,
    rgba(176, 222, 141, 1) 77%,
    rgba(176, 222, 141, 1) 100%
  );
  background: linear-gradient(
    159deg,
    rgba(224, 237, 195, 1) 0,
    rgba(224, 237, 195, 1) 21%,
    rgba(176, 222, 141, 1) 77%,
    rgba(176, 222, 141, 1) 100%
  );
  -webkit-border-radius: 0.7272em;
  -moz-border-radius: 0.7272em;
  border-radius: 0.7272em;
  bottom: -1px;
  content: "";
  left: -1px;
  opacity: 0;
  position: absolute;
  right: -1px;
  top: -1px;
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
  -o-transition: opacity 0.15s ease, visibility 0.15s ease;
  -moz-transition: opacity 0.15s ease, visibility 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  visibility: hidden;
  z-index: -1;
}
.button-mini:hover:before {
  opacity: 0.5;
  visibility: visible;
}
.button-mini.slides-menu__item_active:before {
  opacity: 1 !important;
  visibility: visible;
}
.paginator {
  font-size: 0.55em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5454em;
}
.link-more {
  background: #fff;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(149, 174, 169, 0.2);
  -webkit-border-radius: 0.66em;
  -moz-border-radius: 0.66em;
  border-radius: 0.66em;
  display: inline-block;
  height: 1.22em;
  position: relative;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  -o-transition: background-color 0.3s ease, border-color 0.3s ease;
  -moz-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  vertical-align: text-bottom;
  width: 2.44em;
}
.link-more:hover,
.link-more:focus .link-more:active,
a:hover .link-more,
a:active .link-more {
  background-color: #bde29b;
  border-color: #bde29b;
}
.link-more:before {
  background: transparent url(images/arrows/link-more.svg) no-repeat center
    center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  content: "";
  -webkit-filter: brightness(100%);
  -o-filter: brightness(100%);
  filter: brightness(100%);
  height: 0.6em;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-filter 0.3s ease, -webkit-transform 0.3s ease,
    opacity 0.3s ease;
  -o-transition: -o-filter 0.3s ease, -o-transform 0.3s ease, opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease,
    -webkit-transform 0.3s ease;
  -o-transition: filter 0.3s ease, opacity 0.3s ease, -o-transform 0.3s ease;
  -moz-transition: filter 0.3s ease, transform 0.3s ease, opacity 0.3s ease,
    -moz-transform 0.3s ease;
  transition: filter 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  transition: filter 0.3s ease, transform 0.3s ease, opacity 0.3s ease,
    -webkit-filter 0.3s ease, -webkit-transform 0.3s ease,
    -moz-transform 0.3s ease, -o-transform 0.3s ease;
  width: 0.77em;
}
.link-more:hover:before,
.link-more:focus:before,
.link-more:active:before,
a:hover .link-more:before,
a:active .link-more:before {
  -webkit-filter: brightness(600%);
  -o-filter: brightness(600%);
  filter: brightness(600%);
  opacity: 1;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  -o-transform: translate(-40%, -50%);
  -moz-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}
.link-more:after {
  display: none;
}
.block-tasks {
  height: 49.85em;
  position: relative;
}
.block-tasks__line {
  background: transparent no-repeat center center;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  height: 20.85em;
  left: 0;
  position: absolute;
  right: 0;
  top: 21.7em;
}
.block-tasks__sketch {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 12.6em;
  position: absolute;
  right: 4.9em;
  top: 5.4em;
  width: 15.5em;
}
.block-tasks__jaw {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  bottom: -0.3em;
  height: 30.95em;
  position: absolute;
  right: 5em;
  width: 32.3em;
}
.block-tasks__round {
  background: rgba(255, 74, 74, 0.65);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 1em 1.3em rgba(255, 74, 74, 0.55);
  -moz-box-shadow: 0 0 1em 1.3em rgba(255, 74, 74, 0.55);
  box-shadow: 0 0 1em 1.3em rgba(255, 74, 74, 0.55);
  height: 1.2em;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
  -o-transition: opacity 0.15s ease, visibility 0.15s ease;
  -moz-transition: opacity 0.15s ease, visibility 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  visibility: hidden;
  width: 1.2em;
}
.block-tasks__round.slides-menu__item_active {
  opacity: 1;
  visibility: visible;
}
.block-tasks__round:nth-child(1) {
  left: 9.65em;
  top: 4.5em;
}
.block-tasks__round:nth-child(2) {
  left: 5.75em;
  top: 13.8em;
}
.block-tasks__round:nth-child(3) {
  left: 13.4em;
  top: 11.35em;
}
.block-tasks__round:nth-child(4) {
  left: 20.5em;
  top: 15.9em;
}
.block-tasks__content {
  left: 4.9em;
  position: absolute;
  top: 7.55em;
  width: 30em;
}
.block-tasks .block-tasks__content .header__title {
  margin: 0 0 1.06em 0;
}
.block-tasks-slides {
  margin: 0 0 1.45em 0;
}
.block-tasks-slides__page:focus {
  opacity: 1;
  outline: 0;
}
.block-tasks-slides__title {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.2142em;
  margin: 0 0 0.6428em 0;
}
.block-tasks-slides__text {
  font-size: 0.9em;
  line-height: 1.7em;
}
.block-tasks__controls .slides-controls__item {
  margin: 0 !important;
}
.block-tasks__controls .slides-controls__item_left {
  margin: 0 0.05em 0 0 !important;
}
.block-tasks__paginator {
  text-align: center;
  width: 4em;
}
.block-tasks-circle {
  background: #f5faf9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  bottom: 8.8em;
  height: 8.55em;
  position: absolute;
  right: 4.9em;
  text-align: center;
  width: 8.55em;
}
.block-tasks-circle__content {
  left: 50%;
  margin: -0.1em 0 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.block-tasks-circle__icon {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 2em;
  margin: 0 auto 0.45em auto;
  width: 2em;
}
.block-tasks-circle__text {
  color: #95aea9;
  font-size: 0.7em;
  line-height: 1.2857em;
}
.block-fitfree {
  height: 58.3em;
  position: relative;
  z-index: 2;
}
.block-fitfree .block__inner {
  background: transparent no-repeat center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.block-fitfree__pattern {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 18.45em;
  left: 0.4em;
  position: absolute;
  top: -4.1em;
  width: 1.3em;
}
.block-fitfree__line {
  background: transparent no-repeat center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  height: 10.95em;
  left: 0;
  position: absolute;
  right: 0;
  top: 32.1em;
}
.block-fitfree__jaw {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  bottom: 1.45em;
  height: 24.15em;
  left: 22.8em;
  position: absolute;
  width: 32.3em;
}
.block-fitfree__jaw0 {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  bottom: 1.45em;
  height: 24.15em;
  left: 1.8em;
  position: absolute;
  width: 32.3em;
}
.block-fitfree-jaw-item {
  position: absolute;
  
}
.block-fitfree-jaw-item:nth-child(1) {
  left: 11.5em;
  top: 12.2em;
}
.block-fitfree-jaw-item:nth-child(2) {
  left: 8.9em;
  top: 5.6em;
}
.block-fitfree-jaw-item:nth-child(3) {
  left: 16.3em;
  top: 4.75em;
}
.block-fitfree-jaw-item:nth-child(4) {
  left: 20.55em;
  top: 5.85em;
}
.block-fitfree-jaw-item-round {
  height: 2.4em;
  position: relative;
  width: 2.4em;
  z-index: 1;
}
.block-fitfree-jaw-item-round-ia {
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.05);
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(0deg) translateZ(0);
  -moz-transform: rotate(0deg) translateZ(0);
  -ms-transform: rotate(0deg) translateZ(0);
  -o-transform: rotate(0deg) translateZ(0);
  transform: rotate(0deg) translateZ(0);
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease,
    -webkit-transform 0.3s ease, -webkit-box-shadow 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease,
    -webkit-transform 0.3s ease, -webkit-box-shadow 0.15s ease;
  -o-transition: opacity 0.15s ease, visibility 0.15s ease,
    box-shadow 0.15s ease, -o-transform 0.3s ease;
  -moz-transition: opacity 0.15s ease, visibility 0.15s ease,
    transform 0.3s ease, box-shadow 0.15s ease, -moz-transform 0.3s ease,
    -moz-box-shadow 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.3s ease,
    box-shadow 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.3s ease,
    box-shadow 0.15s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease,
    -o-transform 0.3s ease, -webkit-box-shadow 0.15s ease,
    -moz-box-shadow 0.15s ease;
  visibility: visible;
  width: 100%;
}
.block-fitfree-jaw-item-round-ia:hover {
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}
.block-fitfree-jaw-item_active .block-fitfree-jaw-item-round-ia {
  opacity: 0;
  visibility: hidden;
}
.block-fitfree-jaw-item-round-active {
  background: -moz-linear-gradient(
    242deg,
    rgba(224, 237, 195, 1) 0,
    rgba(224, 237, 195, 1) 6%,
    rgba(176, 222, 141, 1) 95%,
    rgba(176, 222, 141, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(0%, rgba(176, 222, 141, 1)),
    color-stop(5%, rgba(176, 222, 141, 1)),
    color-stop(94%, rgba(224, 237, 195, 1)),
    color-stop(100%, rgba(224, 237, 195, 1))
  );
  background: -webkit-linear-gradient(
    242deg,
    rgba(224, 237, 195, 1) 0,
    rgba(224, 237, 195, 1) 6%,
    rgba(176, 222, 141, 1) 95%,
    rgba(176, 222, 141, 1) 100%
  );
  background: -o-linear-gradient(
    242deg,
    rgba(224, 237, 195, 1) 0,
    rgba(224, 237, 195, 1) 6%,
    rgba(176, 222, 141, 1) 95%,
    rgba(176, 222, 141, 1) 100%
  );
  background: -ms-linear-gradient(
    242deg,
    rgba(224, 237, 195, 1) 0,
    rgba(224, 237, 195, 1) 6%,
    rgba(176, 222, 141, 1) 95%,
    rgba(176, 222, 141, 1) 100%
  );
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1.5em 2.5em rgba(197, 228, 161, 0.5);
  -moz-box-shadow: 0 1.5em 2.5em rgba(197, 228, 161, 0.5);
  box-shadow: 0 1.5em 2.5em rgba(197, 228, 161, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.45s ease, visibility 0.45s ease;
  -o-transition: opacity 0.45s ease, visibility 0.45s ease;
  -moz-transition: opacity 0.45s ease, visibility 0.45s ease;
  transition: opacity 0.45s ease, visibility 0.45s ease;
  visibility: hidden;
  width: 100%;
}
.block-fitfree-jaw-item_active .block-fitfree-jaw-item-round-active {
  opacity: 1;
  visibility: visible;
}
.block-fitfree-jaw-item-round__plus {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 0.7em;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.7em;
}
.block-fitfree-jaw-item-round-ia .block-fitfree-jaw-item-round__plus {
  background-image: url(images/fitfree/plus.svg);
}
.block-fitfree-jaw-item-round-active .block-fitfree-jaw-item-round__plus {
  background-image: url(images/fitfree/plus_a.svg);
}
.block-fitfree-jaw-item-tooltip {
  background: #fdfefd;
  -webkit-border-radius: 1.1em;
  -moz-border-radius: 1.1em;
  border-radius: 1.1em;
  -webkit-box-shadow: 0 0.5em 4em #e2e2e2;
  -moz-box-shadow: 0 0.5em 4em #e2e2e2;
  box-shadow: 0 0.5em 4em #e2e2e2;
  margin: 0 0.95em 0 0;
  opacity: 0;
  position: absolute;
  right: 100%;
  text-align: center;
  top: -3.35em;
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
  -o-transition: opacity 0.15s ease, visibility 0.15s ease;
  -moz-transition: opacity 0.15s ease, visibility 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  visibility: hidden;
  width: 17.4em;
  z-index: -1;
}
.block-fitfree-jaw-item:nth-child(3) .block-fitfree-jaw-item-tooltip,
.block-fitfree-jaw-item:nth-child(4) .block-fitfree-jaw-item-tooltip {
  left: 100%;
  margin: 0 0 0 0.95em;
  right: auto;
}
.block-fitfree-jaw-item_active .block-fitfree-jaw-item-tooltip {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.block-fitfree-jaw-item-tooltip__inner {
  padding: 1.6em 1.25em 1.95em 1.25em;
  position: relative;
}
.block-fitfree-jaw-item-tooltip__arrow {
  background: transparent url(images/fitfree/tooltip_arrow.png) no-repeat right
    center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 1.05em;
  left: 99.5%;
  position: absolute;
  top: 4.05em;
  width: 0.4em;
}
.block-fitfree-jaw-item:nth-child(3) .block-fitfree-jaw-item-tooltip__arrow,
.block-fitfree-jaw-item:nth-child(4) .block-fitfree-jaw-item-tooltip__arrow {
  left: auto;
  right: 99.5%;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.block-fitfree-jaw-item-tooltip__close {
  background: transparent url(images/fitfree/tooltip_close.svg) no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  cursor: pointer;
  height: 0.9em;
  position: absolute;
  right: 1.1em;
  top: 1.1em;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  width: 0.9em;
}
.block-fitfree-jaw-item-tooltip__close:hover {
  opacity: 0.5;
}
.block-fitfree-jaw-item-tooltip__image {
  background: #ccc no-repeat center center;
  -webkit-background-size: 30.7em 25.65em;
  -moz-background-size: 30.7em 25.65em;
  -o-background-size: 30.7em 25.65em;
  background-size: 30.7em 25.65em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 8.25em;
  margin: 0 auto 1.1em auto;
  width: 8.25em;
}
.block-fitfree-jaw-item-tooltip__image_1 {
  background-position: 35% 47%;
}
.block-fitfree-jaw-item-tooltip__image_2 {
  background-position: 26% 13%;
}
.block-fitfree-jaw-item-tooltip__image_3 {
  background-position: 55% 8%;
}
.block-fitfree-jaw-item-tooltip__image_4 {
  background-position: 75% 11%;
}
.block-fitfree-jaw-item-tooltip__title {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.1538em;
  margin: 0 0 0.6923em 0;
}
.block-fitfree-jaw-item-tooltip__text {
  font-size: 0.8em;
  line-height: 1.625em;
}
.block-fitfree__header {
  left: 20em;
  position: absolute;
  top: 5.95em;
  width: 25.25em;
}
.block-fitfree-result {
  background: #fff;
  -webkit-border-radius: 1.1em;
  -moz-border-radius: 1.1em;
  border-radius: 1.1em;
  position: absolute;
  right: 5.95em;
  top: 7.1em;
  width: 18.15em;
}
.block-fitfree-result__inner {
  padding: 3em 2.5em 2.85em 2.7em;
}
.block-fitfree-result__circle {
  background: -moz-linear-gradient(
    297deg,
    #e0edc3 0,
    #e0edc3 6%,
    #b0de8d 94%,
    #b0de8d 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(0%, #e0edc3),
    color-stop(6%, #e0edc3),
    color-stop(94%, #b0de8d),
    color-stop(100%, #b0de8d)
  );
  background: -webkit-linear-gradient(
    297deg,
    #e0edc3 0,
    #e0edc3 6%,
    #b0de8d 94%,
    #b0de8d 100%
  );
  background: -o-linear-gradient(
    297deg,
    #e0edc3 0,
    #e0edc3 6%,
    #b0de8d 94%,
    #b0de8d 100%
  );
  background: linear-gradient(
    153deg,
    #e0edc3 0,
    #e0edc3 6%,
    #b0de8d 94%,
    #b0de8d 100%
  );
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1.5em 2.5em rgba(197, 228, 161, 0.5);
  -moz-box-shadow: 0 1.5em 2.5em rgba(197, 228, 161, 0.5);
  box-shadow: 0 1.5em 2.5em rgba(197, 228, 161, 0.5);
  height: 4.25em;
  position: absolute;
  right: -1.05em;
  top: -1.25em;
  width: 4.25em;
}
.block-fitfree-result__title {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.2142em;
  margin: 0 0 0.9em 0;
}
.block-fitfree-result__text {
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.625em;
}
.block-fitfree-3-days {
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #95aea9;
  height: 7.75em;
  left: 0.9em;
  position: absolute;
  text-align: center;
  top: 31.35em;
  width: 7.75em;
}
.block-fitfree-3-days__content {
  left: 50%;
  margin: 0.05em 0 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.block-fitfree-3-days__title {
  font-size: 1.3em;
  font-style: italic;
  letter-spacing: -0.015em;
  line-height: 95%;
  margin: 0 0 0.3461em 0;
}
.block-fitfree-3-days__text {
  font-size: 0.7em;
  line-height: 1.2857em;
}
.block-fitfree-ni-free {
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #95aea9;
  height: 7.75em;
  position: absolute;
  right: 0.9em;
  text-align: center;
  top: 36.95em;
  width: 7.75em;
}
.block-fitfree-ni-free__content {
  left: 50%;
  margin: 0.2em 0 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.block-fitfree-ni-free__title {
  font-size: 1.3em;
  font-style: italic;
  letter-spacing: -0.015em;
  line-height: 95%;
  margin: 0 0 0.3461em 0;
}
.block-fitfree-ni-free__text {
  font-size: 0.7em;
  line-height: 1.2857em;
}
.block-fitfree-point {
  bottom: 5.95em;
  left: 39.85em;
  padding: 1.7em 0 0 4.7em;
  position: absolute;
}
.block-fitfree-point__text {
  color: #c6c6c6;
  font-size: 0.6em;
  line-height: 150%;
}
.block-fitfree-point__point {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 2em;
  left: 0;
  position: absolute;
  top: 1.15em;
  width: 3.65em;
}
.block-fitfree-point__pointer {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 0.95em;
  left: 4.7em;
  position: absolute;
  top: 0;
  width: 1.2em;
}
.block-install {
  height: 38.35em;
  position: relative;
}
.block-install__pattern {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 36.4em;
  position: absolute;
  right: 0.4em;
  top: -15em;
  width: 1em;
}
.block-install__jaw {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 29.95em;
  position: absolute;
  right: -6em;
  top: 4.9em;
  width: 42.1em;
}
.block-install-play {
  background: rgba(255, 255, 255, 0.66);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0.2em 1.5em rgba(0, 0, 0, 0.066);
  -moz-box-shadow: 0 0.2em 1.5em rgba(0, 0, 0, 0.066);
  box-shadow: 0 0.2em 1.5em rgba(0, 0, 0, 0.066);
  height: 7em;
  position: absolute;
  right: 12.85em;
  top: 12.2em;
  -webkit-transition: background-color 0.15s ease;
  -o-transition: background-color 0.15s ease;
  -moz-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  width: 7em;
}
.block-install-play:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.block-install-play:after {
  display: none;
}
.block-install-play__inner {
  background: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0.2em 1.5em rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0.2em 1.5em rgba(0, 0, 0, 0.07);
  box-shadow: 0 0.2em 1.5em rgba(0, 0, 0, 0.07);
  height: 4.8em;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4.8em;
}
.block-install-play__icon {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 1.9em;
  left: 56%;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  width: 1.65em;
}
.block-install-play:hover .block-install-play__icon {
  opacity: 0.8;
}
.block-install__content {
  left: 20em;
  position: absolute;
  top: 5.4em;
  width: 25.5em;
}
.block-install__content .header__title {
  margin: 0 0 0.42em 0;
}
.block-install__content .header__paragraph {
  margin: 0 0 3.22em 0;
}
.block-install__content .header__paragraph:focus {
  opacity: 1;
  outline: 0;
}
.block-install__subtitle .link-more.i-install-prev {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.block-install__benefits {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.block-install-benefit {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 2.5em 0 0;
}
.block-install-benefit__icon {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 2.7em;
  margin: 0 0.95em 0 0;
  width: 2.7em;
}
.block-install-benefit:nth-child(2) .block-install-benefit__icon {
  background-position: 92% center;
}
.block-install-benefit__text {
  color: #95aea9;
  font-size: 0.7em;
  line-height: 129%;
}
.block-install-circle {
  background: #f5faf9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  bottom: 9.6em;
  color: #95aea9;
  height: 8.55em;
  position: absolute;
  right: 4.9em;
  text-align: center;
  width: 8.55em;
}
.block-install-circle__content {
  left: 50%;
  margin: 0.15em 0 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.block-install-circle__title {
  font-size: 1.3em;
  font-style: italic;
  letter-spacing: -0.015em;
  line-height: 95%;
  margin: 0 0 0.423em 0;
}
.block-install-circle__text {
  font-size: 0.7em;
  line-height: 129%;
}
.block-presentation {
  background: transparent no-repeat center bottom;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  height: 46.4em;
  position: relative;
  z-index: 2;
}
.block-presentation__presentation {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  bottom: 5.75em;
  height: 31.3em;
  left: 17.45em;
  position: absolute;
  width: 38.85em;
}
.block-presentation__content {
  left: 4.9em;
  position: absolute;
  top: 8em;
  width: 25.5em;
}
.block-presentation__content .header__title {
  margin: 0 0 0.33em 0;
}
.block-presentation__content .header__paragraph {
  font-size: 0.95em;
  line-height: 158%;
  margin: 0 0 2em 0;
}
.block-presentation__content .button {
  padding: 0 4.8em;
}
.block-app {
  background: -moz-linear-gradient(
    90deg,
    rgba(246, 250, 250, 1) 0,
    rgba(246, 250, 250, 1) 45%,
    rgba(255, 255, 255, 1) 88%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(12%, rgba(255, 255, 255, 1)),
    color-stop(55%, rgba(246, 250, 250, 1)),
    color-stop(100%, rgba(246, 250, 250, 1))
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(246, 250, 250, 1) 0,
    rgba(246, 250, 250, 1) 45%,
    rgba(255, 255, 255, 1) 88%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgba(246, 250, 250, 1) 0,
    rgba(246, 250, 250, 1) 45%,
    rgba(255, 255, 255, 1) 88%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(246, 250, 250, 1)),
    color-stop(45%, rgba(246, 250, 250, 1)),
    color-stop(88%, rgba(255, 255, 255, 1)),
    to(rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(246, 250, 250, 1) 0,
    rgba(246, 250, 250, 1) 45%,
    rgba(255, 255, 255, 1) 88%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -moz-linear-gradient(
    bottom,
    rgba(246, 250, 250, 1) 0,
    rgba(246, 250, 250, 1) 45%,
    rgba(255, 255, 255, 1) 88%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(246, 250, 250, 1) 0,
    rgba(246, 250, 250, 1) 45%,
    rgba(255, 255, 255, 1) 88%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(246, 250, 250, 1) 0,
    rgba(246, 250, 250, 1) 45%,
    rgba(255, 255, 255, 1) 88%,
    rgba(255, 255, 255, 1) 100%
  );
  height: 53.7em;
  margin: -6.35em 0 0 0;
  position: relative;
}
.block-app__pattern-2 {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 19.4em;
  position: absolute;
  right: 0.4em;
  top: 1.55em;
  width: 1em;
}
.block-app__hand {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  bottom: 0;
  height: 41.15em;
  position: absolute;
  right: -4.9em;
  width: 27.9em;
}
.block-app__circle {
  background: -moz-linear-gradient(
    297deg,
    #e0edc3 0,
    #e0edc3 6%,
    #b0de8d 94%,
    #b0de8d 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(0%, #e0edc3),
    color-stop(6%, #e0edc3),
    color-stop(94%, #b0de8d),
    color-stop(100%, #b0de8d)
  );
  background: -webkit-linear-gradient(
    297deg,
    #e0edc3 0,
    #e0edc3 6%,
    #b0de8d 94%,
    #b0de8d 100%
  );
  background: -o-linear-gradient(
    297deg,
    #e0edc3 0,
    #e0edc3 6%,
    #b0de8d 94%,
    #b0de8d 100%
  );
  background: linear-gradient(
    153deg,
    #e0edc3 0,
    #e0edc3 6%,
    #b0de8d 94%,
    #b0de8d 100%
  );
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1.5em 2.5em rgba(197, 228, 161, 0.5);
  -moz-box-shadow: 0 1.5em 2.5em rgba(197, 228, 161, 0.5);
  box-shadow: 0 1.5em 2.5em rgba(197, 228, 161, 0.5);
  bottom: -4.4em;
  height: 8.8em;
  position: absolute;
  right: 5.6em;
  width: 8.8em;
}
.block-app__header {
  left: 4.9em;
  position: absolute;
  top: 11.35em;
  width: 25.5em;
}
.block-app__header .header__title {
  margin: 0 0 0.4em 0;
}
.block-app__header .header__paragraph {
  font-size: 0.95em;
  line-height: 158%;
}
.block-app__pattern {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  bottom: 5.2em;
  height: 15.35em;
  left: 26.2em;
  position: absolute;
  width: 4.2em;
}
.block-app-info {
  background: #fff no-repeat right top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-border-radius: 1.1em;
  -moz-border-radius: 1.1em;
  border-radius: 1.1em;
  bottom: 6.5em;
  height: 17.7em;
  left: 4.9em;
  position: absolute;
  width: 24.05em;
}
.block-app-info__inner {
  padding: 1.9em 7.7em 2.3em 2.25em;
}
.block-app-info-page:focus {
  opacity: 1;
  outline: 0;
}
.block-app-info-page__title {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.2142em;
  margin: 0 0 0.72em 0;
}
.block-app-info-page__text {
  font-size: 0.8em;
  line-height: 1.625em;
}
.block-app-info-menu {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 1.3em;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 2.25em;
  position: absolute;
}
.block-app-info-menu .slides-menu__item {
  margin: 0 1.2727em 0 0;
  padding: 0 1.15em;
}
.block-app-info-menu .slides-menu__item:last-child {
  margin: 0;
}
.block-about {
  height: 108.15em;
  position: relative;
}
.block-about__pattern {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 36.6em;
  position: absolute;
  right: 0.4em;
  top: 53.95em;
  width: 1em;
}
.block-about__sketch {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 11.35em;
  position: absolute;
  right: 4.9em;
  top: 9.25em;
  width: 19.5em;
}
.block-about__header {
  left: 4.9em;
  position: absolute;
  top: 7.95em;
  width: 25em;
}
.block-about__header .header__title {
  margin: 0 0 0.33em 0;
}
.block-about__header .header__paragraph .gallery {
  display: inline;
}
.block-about__header .header__paragraph figure {
  display: inline;
}
.block-about__header .header__paragraph a {
  color: #95aea9;
}
.block-about__header .header__paragraph figure img {
  display: inline;
  height: 0;
  width: 0;
}
.block-about-info {
  background: #f6fafa;
  -webkit-border-radius: 1.1em;
  -moz-border-radius: 1.1em;
  border-radius: 1.1em;
  height: 20.65em;
  left: 4.9em;
  position: absolute;
  top: 25.05em;
  width: 47.5em;
}
.block-about-info-block,
.block-about-info-block__inner {
  height: 100%;
  width: 100%;
}
.block-about-info-block__inner {
  padding: 3.3em 23em 3.9em 3.8em;
  position: relative;
}
.block-about-info-block__images-slides {
  bottom: 0;
  height: 23.45em;
  position: absolute;
  right: 3.4em;
  width: 19.4em;
}
.block-about-info-block__image {
  background: transparent no-repeat center bottom;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 23.45em;
  width: 19.4em;
}
.block-about-info-block__image_1 {
  background-position: 55% bottom;
  -webkit-background-size: auto 21.2em;
  -moz-background-size: auto 21.2em;
  -o-background-size: auto 21.2em;
  background-size: auto 21.2em;
}
.block-about-info-block__image_2 {
  background-position: left bottom;
  -webkit-background-size: auto 23.45em;
  -moz-background-size: auto 23.45em;
  -o-background-size: auto 23.45em;
  background-size: auto 23.45em;
}
.block-about-info-block__image:focus {
  opacity: 1;
  outline: 0;
}
.block-about-info-block__page:focus {
  opacity: 1;
  outline: 0;
}
.block-about-info-block__title {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 121%;
  margin: 0 0 0.7142em 0;
}
.block-about-info-block__text {
  font-size: 0.9em;
  line-height: 167%;
}
.block-about-info-block__menu {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  bottom: 3.9em;
  left: 3.8em;
  position: absolute;
}
.block-about-info-block__menu .slides-menu__item {
  margin: 0 1.2727em 0 0;
  padding: 0 1.15em;
}
.block-about-info-block__menu .slides-menu__item:last-child {
  margin: 0;
}
.block-about-info-circle {
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  bottom: -5.2em;
  -webkit-box-shadow: 0 2em 2em rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2em 2em rgba(0, 0, 0, 0.03);
  box-shadow: 0 2em 2em rgba(0, 0, 0, 0.03);
  color: #95aea9;
  height: 11.6em;
  position: absolute;
  right: 1.9em;
  text-align: center;
  width: 11.6em;
}
.block-about-info-circle__content {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.block-about-info-circle__title {
  font-size: 4em;
  letter-spacing: -0.015em;
  line-height: 95%;
  margin: 0 0 0.0875em 0.25em;
  text-align: center;
}
.block-about-info-circle__title sub {
  bottom: 0.25em;
  font-size: 0.5em;
  left: 0.1em;
}
.block-about-info-circle__text {
  font-size: 0.8em;
  line-height: 1.25em;
}
.block-about__camcad {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  bottom: 0;
  height: 55.6em;
  left: 4.5em;
  position: absolute;
  width: 29.45em;
}
.block-about-camcad-slides-wrapper {
  left: 39.2em;
  position: absolute;
  top: 55.45em;
  width: 15em;
}
.block-about-camcad-slides {
  margin: 0 0 1.2em 0;
}
.block-about-camcad__page:focus {
  opacity: 1;
  outline: 0;
}
.block-about-camcad__title {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.2142em;
  margin: 0 0 0.5714em 0;
}
.block-about-camcad__text {
  font-size: 0.9em;
  line-height: 167%;
}
.block-about-camcad__menu {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.block-about-camcad__menu .slides-menu__item {
  margin: 0 1.3636em 0 0;
  min-width: 6.35em;
  padding: 0 1.2em;
  text-align: center;
}
.block-about-camcad__menu .slides-menu__item:last-child {
  margin: 0;
}
.block-reviews {
  height: 62.6em;
  margin: -30.3em 0 0 0;
  position: relative;
  z-index: 2;
}
.block-reviews .block__inner {
  background: transparent no-repeat center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.block-reviews__sketch {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 11.3em;
  position: absolute;
  right: 5.1em;
  top: 6.5em;
  width: 17.2em;
}
.block-reviews__header {
  left: 4.9em;
  position: absolute;
  top: 8.45em;
  width: 27.75em;
}
.block-reviews__header .header__title {
  line-height: 95%;
}
.block-reviews__menu {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 19.75em;
  width: 100%;
}
.block-reviews-person {
  cursor: pointer;
  text-align: center;
  width: 9.5em;
}
.block-reviews-person__photo {
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  margin: 0 auto 0 auto;
  padding: 0.55em;
  -webkit-transition: border-color 0.15s ease;
  -o-transition: border-color 0.15s ease;
  -moz-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
  vertical-align: top;
}
.block-reviews-person.slides-menu__item_active .block-reviews-person__photo {
  border-color: #cfe8b0;
}
.block-reviews-person__photo-inner {
  background: #ccc no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 5.9em;
  -webkit-transition: -webkit-filter 0.15s ease;
  transition: -webkit-filter 0.15s ease;
  -o-transition: filter 0.15s ease;
  -moz-transition: filter 0.15s ease;
  transition: filter 0.15s ease;
  transition: filter 0.15s ease, -webkit-filter 0.15s ease;
  width: 5.9em;
}
.block-reviews-person.slides-menu__item_active
  .block-reviews-person__photo-inner {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.block-reviews-person__data {
  opacity: 0.52;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.block-reviews-person:hover .block-reviews-person__data,
.block-reviews-person.slides-menu__item_active .block-reviews-person__data {
  opacity: 1;
}
.block-reviews-person__name {
  font-size: 0.75em;
  font-weight: 500;
  line-height: 2.266em;
  margin: 0 0 -0.16em 0;
}
.block-reviews-person__job {
  color: #95aea9;
  font-size: 0.6em;
  line-height: 1.3333em;
}
.block-reviews__slides {
  left: 0;
  position: absolute;
  right: 0;
  top: 32.75em;
}
.block-reviews-page {
  height: 25.2em;
}
.block-reviews-page:focus {
  opacity: 1;
  outline: 0;
}
.block-reviews-page-main {
  background: white;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 1.1em;
  -moz-border-radius: 1.1em;
  border-radius: 1.1em;
  height: 25.2em;
  left: 4.95em;
  position: absolute;
  top: 0;
  width: 37.95em;
}
.block-reviews-page-main__inner {
  height: 100%;
  padding: 2.5em 16em 2.5em 2.7em;
  position: relative;
  width: 100%;
}
.block-reviews-page-main__pattern {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 13.35em;
  position: absolute;
  right: 2.5em;
  top: 7.7em;
  width: 3.3em;
}
.block-reviews-page-main-preview {
  background: #fff no-repeat center;
  -webkit-background-size: 11em auto;
  -moz-background-size: 11em auto;
  -o-background-size: 11em auto;
  background-size: 11em auto;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  border-radius: 0.6em;
  -webkit-box-shadow: 0 2em 2em rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2em 2em rgba(0, 0, 0, 0.03);
  box-shadow: 0 2em 2em rgba(0, 0, 0, 0.03);
  height: 16.8em;
  position: absolute;
  right: 3.8em;
  top: 2.5em;
  width: 11.8em;
}
.block-reviews-page-main-preview__figure {
  height: 100%;
  width: 100%;
}
.block-reviews-page-main-preview__link {
  background: rgba(0, 0, 0, 0.25) url(images/zoom.svg) no-repeat center;
  -webkit-background-size: 2em auto;
  -moz-background-size: 2em auto;
  -o-background-size: 2em auto;
  background-size: 2em auto;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  border-radius: 0.6em;
  display: block;
  height: 100%;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
}
.block-reviews-page-main-preview:hover .block-reviews-page-main-preview__link {
  opacity: 1;
}
.block-reviews-page-main-preview__link:after {
  display: none;
}
.block-reviews-page-main-preview__image {
  height: auto;
  opacity: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 11em;
}
.block-reviews-page-main__slides {
  left: 2.6em;
  position: absolute;
  top: 3em;
  width: 30em;
}
.block-reviews-page-main__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
  -o-transition: opacity 0.15s ease, visibility 0.15s ease;
  -moz-transition: opacity 0.15s ease, visibility 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  visibility: hidden;
  width: 100%;
}
.block-reviews-page-main__slide_active {
  opacity: 1;
  visibility: visible;
}
.block-reviews-page-main__text p {
  font-size: 1em;
  line-height: 1.625em;
  margin: 0 0 1.325em;
}
.block-reviews-page-main__text p:last-child {
  margin: 0;
}
.block-reviews-page-main-detail {
  margin: 0 0 1.65em 0;
}
.block-reviews-page-main-detail:last-child {
  margin: 0;
}
.block-reviews-page-main-detail__title {
  color: #95aea9;
  font-size: 0.55em;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 182%;
  margin: 0 0 0.75em 0;
  text-transform: uppercase;
}
.block-reviews-page-main-detail__text {
  font-size: 0.8em;
  line-height: 1.625em;
}
.block-reviews-page-main__menu {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 2.5em;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 2.7em;
  position: absolute;
}
.block-reviews-page-main__menu .slides-menu__item {
  margin: 0 1.1818em 0 0;
  min-width: 9.2em;
  padding: 0 1.2em;
  text-align: center;
}
.block-reviews-page-main__menu .slides-menu__item:last-child {
  margin: 0;
}
.block-reviews-page__facts {
  position: absolute;
  right: 4.65em;
  text-align: center;
  top: 2.9em;
  width: 7.8em;
}
.block-reviews-page-fact {
  margin: 0 0 1.35em 0;
}
.block-reviews-page-fact:last-child {
  margin: 0;
}
.block-reviews-page-fact__num {
  color: #95aea9;
  font-size: 4em;
  letter-spacing: -0.015em;
  line-height: 95%;
  margin: 0 0 0.055em 0;
}
.block-reviews-page-fact__text {
  font-size: 0.7em;
  line-height: 1.4285em;
}
.block-reviews-page-fact-divider {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 2.05em;
  margin: 0 auto 1.1em auto;
  width: 2.05em;
}
.block-end {
  background: transparent no-repeat top center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  height: 64.05em;
  margin: -9.65em 0 0 0;
  position: relative;
}
.block-end__line {
  background: transparent no-repeat center top;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  height: 17.15em;
  left: 0;
  position: absolute;
  right: 0;
  top: 31.85em;
}
.block-end__bracket {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 23.2em;
  left: 15.6em;
  position: absolute;
  top: 35.25em;
  width: 26em;
}
.block-end-cert {
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2em 3em rgba(231, 233, 233, 0.3);
  -moz-box-shadow: 0 2em 3em rgba(231, 233, 233, 0.3);
  box-shadow: 0 2em 3em rgba(231, 233, 233, 0.3);
  height: 9.5em;
  left: 2em;
  position: absolute;
  text-align: center;
  top: 38em;
  width: 9.5em;
}
.block-end-cert__inner {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.block-end-cert__icon {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 2.7em;
  left: 0.15em;
  margin: 0 auto 0.7em auto;
  position: relative;
  width: 2.1em;
}
.block-end-cert__text {
  font-size: 0.6em;
  font-weight: 400;
  line-height: 1.17em;
}
.block-end-discount {
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2em 3em rgba(231, 233, 233, 0.3);
  -moz-box-shadow: 0 2em 3em rgba(231, 233, 233, 0.3);
  box-shadow: 0 2em 3em rgba(231, 233, 233, 0.3);
  height: 12.35em;
  position: absolute;
  right: 0.6em;
  text-align: center;
  top: 30.55em;
  width: 12.35em;
}
.block-end-discount__inner {
  left: 50%;
  margin: 0.3em 0 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.block-end-discount__num {
  font-size: 3.5em;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 95%;
  margin: 0 0 0.15em 0.2em;
  position: relative;
  z-index: 2;
}
.block-end-discount__num sub {
  bottom: 0;
  font-size: 0.4428em;
}
.block-end-discount__num:before {
  background: -moz-linear-gradient(
    291deg,
    rgba(224, 237, 195, 1) 0,
    rgba(224, 237, 195, 1) 21%,
    rgba(176, 222, 141, 1) 77%,
    rgba(176, 222, 141, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(224, 237, 195, 1)),
    color-stop(21%, rgba(224, 237, 195, 1)),
    color-stop(77%, rgba(176, 222, 141, 1)),
    color-stop(100%, rgba(176, 222, 141, 1))
  );
  background: -webkit-linear-gradient(
    291deg,
    rgba(224, 237, 195, 1) 0,
    rgba(224, 237, 195, 1) 21%,
    rgba(176, 222, 141, 1) 77%,
    rgba(176, 222, 141, 1) 100%
  );
  background: -o-linear-gradient(
    291deg,
    rgba(224, 237, 195, 1) 0,
    rgba(224, 237, 195, 1) 21%,
    rgba(176, 222, 141, 1) 77%,
    rgba(176, 222, 141, 1) 100%
  );
  background: linear-gradient(
    159deg,
    rgba(224, 237, 195, 1) 0,
    rgba(224, 237, 195, 1) 21%,
    rgba(176, 222, 141, 1) 77%,
    rgba(176, 222, 141, 1) 100%
  );
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  content: "";
  height: 0.4285em;
  left: 2.05em;
  position: absolute;
  top: -0.11em;
  width: 0.4285em;
  z-index: -1;
}
.block-end-discount__text {
  font-size: 0.8em;
  line-height: 1.25em;
}
.block-end__header {
  left: 0;
  position: absolute;
  text-align: center;
  top: 16em;
  width: 100%;
  z-index: 2;
}
.block-end__header .header__title {
  line-height: 95%;
  margin: 0 0 0.375em 0;
  position: relative;
}
.block-end__header .header__paragraph {
  font-size: 0.95em;
  line-height: 1.5789em;
  margin: 0 0 1.7894em 0;
}
.block-end__header .button {
  padding: 0 4.8181em;
}
.block-footer {
  background: transparent;
  border-top: 1px solid #dae7e4;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.block-footer__items {
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding: 1.25em 0 0.35em 0;
}
.block-footer__side_left {
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.block-footer__side_right {
  text-align: right;
}
.logo-end {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 2em;
  margin: 0 -1.5em 0 0;
  width: 6.3em;
}
.addr {
  font-size: 0.65em;
  line-height: 1.5384em;
}
.addr a {
  color: #95aea9;
}
.addr__top {
  margin: 0 0 0.2307em 0;
}
.addr__links {
  color: #95aea9;
}
.block-footer__side_right .phone {
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.25em;
  margin: 0 0 0.1875em 0;
}
.footer-links__row {
  font-size: 0.60em;
  line-height: 1.5384em;
}
.footer-links__row a {
  color: #95aea9;
}
.block-copyright__text {
  background: transparent;
  border-top: 0;
  color: #999;
  font-size: 0.5em;
  line-height: 120%;
  padding: 1em 0 1em 0;
  text-align: center;
  width: 100%;
}
.block-copyright__text a:after {
  bottom: 0;
}
.modal_form {
  background: #fff;
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
}
.i-not-tablet .modal_form {
  height: 100% !important;
}
.modal_form .iziModal-wrap,
.modal_form .iziModal-content {
  height: 100% !important;
}
.modal.iziModal {
  background: #fff;
  color: #4d4d4d;
  -webkit-box-shadow: 0 31px 76px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 31px 76px rgba(0, 0, 0, 0.23);
  box-shadow: 0 31px 76px rgba(0, 0, 0, 0.23);
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.modal.modal_form {
  background: -moz-linear-gradient(90deg, #faf8f7 0, #f7f8f9 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f7f8f9),
    color-stop(100%, #faf8f7)
  );
  background: -webkit-linear-gradient(90deg, #faf8f7 0, #f7f8f9 100%);
  background: -o-linear-gradient(90deg, #faf8f7 0, #f7f8f9 100%);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#faf8f7),
    to(#f7f8f9)
  );
  background: -webkit-linear-gradient(bottom, #faf8f7 0, #f7f8f9 100%);
  background: -moz-linear-gradient(bottom, #faf8f7 0, #f7f8f9 100%);
  background: -o-linear-gradient(bottom, #faf8f7 0, #f7f8f9 100%);
  background: linear-gradient(0deg, #faf8f7 0, #f7f8f9 100%);
}
.modal_video.iziModal {
  background: #2e2e2e;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.modal.iziModal.hasScroll {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.modal_image.iziModal {
  background: #fff;
}
.modal__close {
  position: absolute;
  z-index: 10;
  right: 1em;
  top: 1em;
  width: 1.15em;
  -webkit-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 1.15em;
  background: transparent url(images/modal/close.svg) no-repeat center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.15s ease, -webkit-filter 0.15s ease;
  -o-transition: opacity 0.15s ease, -o-filter 0.15s ease;
  transition: opacity 0.15s ease, -webkit-filter 0.15s ease;
  -o-transition: opacity 0.15s ease, filter 0.15s ease;
  -moz-transition: opacity 0.15s ease, filter 0.15s ease;
  transition: opacity 0.15s ease, filter 0.15s ease;
  transition: opacity 0.15s ease, filter 0.15s ease, -webkit-filter 0.15s ease;
}
.modal__close:hover {
  -webkit-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 0.7;
}
.modal_form .modal__close {
  right: 0.7em;
  top: 0.7em;
}
.modal_image .modal__close {
  background-color: rgba(48, 48, 48, 0.5);
  background-image: url(images/modal/close_white.svg);
  opacity: 0.5;
}
.modal_image .modal__close:hover {
  background-color: rgba(48, 48, 48, 0.8);
  opacity: 1;
}
.modal_map .modal__close,
.modal_video .modal__close {
  background: transparent url(images/modal/close_white.svg) no-repeat center
    center;
  -webkit-background-size: 1.25em 1.25em;
  -moz-background-size: 1.25em 1.25em;
  -o-background-size: 1.25em 1.25em;
  background-size: 1.25em 1.25em;
  opacity: 0.7;
  right: -3em;
  top: 0;
}
.modal_map.hasScroll .modal__close,
.modal_video.hasScroll .modal__close {
  top: 1em;
}
.modal_map .modal__close:hover,
.modal_video .modal__close:hover {
  opacity: 1;
}
.modal_text .modal__close {
  right: 1.5em;
  top: 1.5em;
}
.modal_form .modal__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  position: relative;
  z-index: 9;
  padding-left: 0;
  height: 100%;
}
.modal_form .modal__content-inner {
  border: 0;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
  display: inline-block;
  padding: 2.35em 2.4em 2.4em 2em;
  position: relative;
  vertical-align: middle;
}
.modal__header {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 100%;
  margin: 0 0 0.5714em 0;
}
.modal__subheader {
  font-size: 0.8em;
  line-height: 1.625em;
  margin: 0 0 1.1em 0;
}
.modal_form .form__input,
.modal_form .form__submit .button {
  width: 100%;
}
.modal_form .form__submit .button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 0 2.7272em;
  text-align: center;
}
.iziModal-navigate-caption {
  display: none !important;
}
.iziModal .iziModal-iframe {
  position: relative;
  z-index: 2;
}
.iziModal-overlay {
  position: absolute !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.modal_text.iziModal {
  background: #fff !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}
.modal_text.iziModal .modal__outer {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}
.modal_text .modal__content {
  -webkit-overflow-scrolling: auto;
  padding: 2em 2.7em 3em 2.7em !important;
  line-height: 1.5em;
}
.modal_text .modal__header {
  color: #444;
  text-align: left;
  margin-bottom: 1em;
  font-size: 1.9em;
  font-weight: 400;
}
.modal_text .modal__text {
  color: #444;
  height: 19em;
  overflow-x: auto;
  overflow-y: scroll;
  padding-right: 3em;
}
.modal__text h3 {
  color: #444;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 0.5em 0;
}
.modal_text .modal__text p,
.modal_text .modal__text ul,
.modal_text .modal__text ol {
  font-size: 0.7em;
  margin-bottom: 1.5em;
}
.modal_text .modal__content ::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 7px;
  overflow: visible;
  width: 7px;
}
.modal_text .modal__content ::-webkit-scrollbar-thumb {
  background-color: rgba(68, 68, 68, 0.5) !important;
  background-clip: padding-box;
  border: solid transparent;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-width: 0;
  min-height: 28px;
  padding: 100px 0 0;
}
.modal_text .modal__content ::-webkit-scrollbar-thumb:active {
  background-color: rgba(68, 68, 68, 1) !important;
}
.modal_text .modal__content ::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.modal_text .modal__content ::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-width: 0;
  background-color: rgba(68, 68, 68, 0.1) !important;
}
.modal_map {
  background: #fff !important;
}
.modal_map.iziModal.hasScroll .iziModal-wrap {
  overflow-y: visible;
  overflow-x: visible;
}
.modal_map__loading {
  background: #fff url(images/map-loader.svg) no-repeat center top;
  -webkit-background-size: 3.2em auto;
  -moz-background-size: 3.2em auto;
  -o-background-size: 3.2em auto;
  background-size: 3.2em auto;
  color: #4d4d4d;
  font-size: 1em;
  font-weight: 400;
  left: 0;
  padding: 4em 0 0 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
.modal_video.iziModal.hasScroll .iziModal-wrap {
  overflow-y: visible;
  overflow-x: visible;
}
.modal_video {
  background: transparent !important;
}
.modal_image {
  z-index: 9999 !important;
}
.modal_image .modal__content {
  text-align: center;
  padding-top: 0;
}
.modal__content img {
  width: 100%;
}
.form-course {
  background: -moz-linear-gradient(
    90deg,
    rgba(250, 248, 247, 1) 0,
    rgba(247, 248, 249, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(247, 248, 249, 1)),
    color-stop(100%, rgba(250, 248, 247, 1))
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(250, 248, 247, 1) 0,
    rgba(247, 248, 249, 1) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgba(250, 248, 247, 1) 0,
    rgba(247, 248, 249, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(250, 248, 247, 1)),
    to(rgba(247, 248, 249, 1))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(250, 248, 247, 1) 0,
    rgba(247, 248, 249, 1) 100%
  );
  background: -moz-linear-gradient(
    bottom,
    rgba(250, 248, 247, 1) 0,
    rgba(247, 248, 249, 1) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(250, 248, 247, 1) 0,
    rgba(247, 248, 249, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(250, 248, 247, 1) 0,
    rgba(247, 248, 249, 1) 100%
  );
  color: #444;
}
.form-course .iziModal-content {
  min-height: 40em;
  overflow: hidden;
}
.form-course__book {
  background: transparent no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 32.75em;
  left: -9.85em;
  margin: 1.5em 0 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40.55em;
}
.form-course .modal__outer {
  height: 100%;
  margin: 0 auto;
  min-height: 40em;
  position: relative;
  text-align: left;
  width: 57.3em;
}
.form-course.hasScroll .modal__outer {
  position: relative;
}
.form-course .modal__close {
  background: transparent url(images/modal/close.svg) no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 1.1em;
  opacity: 1;
  right: 1.3em;
  top: 1.3em;
  width: 1.1em;
}
.form-course .modal__close:hover {
  opacity: 0.7;
}
.form-course .modal__content {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.form-course .modal__content-inner {
  background: #fff;
  border: 0;
  -webkit-border-radius: 1.1em;
  -moz-border-radius: 1.1em;
  border-radius: 1.1em;
  -webkit-box-shadow: 0 1em 2em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1em 2em rgba(0, 0, 0, 0.1);
  box-shadow: 0 1em 2em rgba(0, 0, 0, 0.1);
  color: #444;
  margin: 0 2em 0 0;
  padding: 2.9em 3em 2.75em 3em;
  width: 22.5em;
}
.form-course .form__fields,
.form-course .form__submit {
  width: 16.5em;
}
.form-presentation {
  background: -moz-linear-gradient(
    90deg,
    rgba(250, 248, 247, 1) 0,
    rgba(247, 248, 249, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(247, 248, 249, 1)),
    color-stop(100%, rgba(250, 248, 247, 1))
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(250, 248, 247, 1) 0,
    rgba(247, 248, 249, 1) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgba(250, 248, 247, 1) 0,
    rgba(247, 248, 249, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(250, 248, 247, 1)),
    to(rgba(247, 248, 249, 1))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(250, 248, 247, 1) 0,
    rgba(247, 248, 249, 1) 100%
  );
  background: -moz-linear-gradient(
    bottom,
    rgba(250, 248, 247, 1) 0,
    rgba(247, 248, 249, 1) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(250, 248, 247, 1) 0,
    rgba(247, 248, 249, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(250, 248, 247, 1) 0,
    rgba(247, 248, 249, 1) 100%
  );
  color: #444;
}
.form-presentation .iziModal-content {
  min-height: 40em;
  overflow: hidden;
}
.form-presentation__book {
  background: transparent no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 29.15em;
  left: 23.1em;
  margin: 0.05em 0 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 36.2em;
}
.form-presentation .modal__outer {
  height: 100%;
  margin: 0 auto;
  min-height: 40em;
  position: relative;
  text-align: left;
  width: 57.3em;
}
.form-presentation.hasScroll .modal__outer {
  position: relative;
}
.form-presentation .modal__close {
  background: transparent url(images/modal/close.svg) no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 1.1em;
  opacity: 1;
  right: 1.3em;
  top: 1.3em;
  width: 1.1em;
}
.form-presentation .modal__close:hover {
  opacity: 0.7;
}
.form-presentation .modal__content-inner {
  background: #fff;
  border: 0;
  -webkit-border-radius: 1.1em;
  -moz-border-radius: 1.1em;
  border-radius: 1.1em;
  -webkit-box-shadow: 0 1em 2em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1em 2em rgba(0, 0, 0, 0.1);
  box-shadow: 0 1em 2em rgba(0, 0, 0, 0.1);
  color: #444;
  margin: 0 0 0 2em;
  padding: 2.9em 3em 2.75em 3em;
  width: 22.5em;
}
.form-presentation .form__fields,
.form-presentation .form__submit {
  width: 16.5em;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  -webkit-text-fill-color: #444;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
::-webkit-input-placeholder {
  color: #95aea9;
}
:-moz-placeholder {
  color: #95aea9;
}
::-moz-placeholder {
  color: #95aea9;
}
:-ms-input-placeholder {
  color: #95aea9;
}
.form__input {
  background: transparent no-repeat 0 center;
  -webkit-background-size: 0.6em auto;
  -moz-background-size: 0.6em auto;
  -o-background-size: 0.6em auto;
  background-size: 0.6em auto;
  border: 0;
  border-bottom: 1px solid #ebedef;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1em;
  height: 2.2em;
  margin: 0 0 0.9em 0;
  position: relative;
  text-align: left;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  -moz-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}
.form__input_person {
  -webkit-background-size: 0.7em auto;
  -moz-background-size: 0.7em auto;
  -o-background-size: 0.7em auto;
  background-size: 0.7em auto;
}
.form__input_email {
  -webkit-background-size: 0.75em auto;
  -moz-background-size: 0.75em auto;
  -o-background-size: 0.75em auto;
  background-size: 0.75em auto;
}
.form__input_phone {
  -webkit-background-size: 0.75em auto;
  -moz-background-size: 0.75em auto;
  -o-background-size: 0.75em auto;
  background-size: 0.75em auto;
}
.form__input:hover {
  border-color: #95aea9;
}
.form__input_focus,
.form__input_focus:hover {
  border-color: #95aea9;
}
.form__input_error {
  border-color: #ed4d4d;
}
.form__input input {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #444;
  display: block;
  font-size: 0.7em;
  font-weight: 400;
  height: 100%;
  line-height: normal;
  padding: 0 0 0 2.0714em;
  width: 100%;
}
.form__input_simple input {
  padding: 0 0 0 1.2em;
}
.form__input_num input,
.form__input_numeric input {
  padding: 0;
  text-align: center;
}
.form__input input:focus {
  color: #444;
  outline: 0;
}
.form__input_textarea textarea {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 0.7em;
  font-weight: 500;
  line-height: 1.6em;
  min-height: 5.9285em;
  padding: 0.5em 1em 0.8em 1em;
  resize: none;
  width: 100%;
}
.form__input_textarea textarea:focus {
  color: #4d4d4d;
  outline: 0;
}
.form__submit {
  margin: 0 0 1.4em 0;
  padding: 0.6em 0 0 0;
  position: relative;
  z-index: 2;
}
.form-confidence {
  text-align: left;
  white-space: nowrap;
}
.form-confidence__checkbox {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent url(images/forms/confidence_checkbox.svg) no-repeat
    center center;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  cursor: pointer;
  display: inline-block;
  height: 0.7em;
  margin: 0 0.3em 0 0;
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 150ms ease;
  -o-transition: opacity 150ms ease;
  -moz-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  vertical-align: middle;
  width: 0.7em;
}
.form-confidence__text {
  color: #bfbfbf;
  display: inline-block;
  font-size: 0.5em;
  line-height: 1.3em;
  opacity: 1;
  vertical-align: middle;
  white-space: normal;
}
.form-confidence__text a {
  border-bottom: 1px dashed currentColor;
  -webkit-transition: border-color 0.1s linear, color 0.1s linear;
  -o-transition: border-color 0.1s linear, color 0.1s linear;
  -moz-transition: border-color 0.1s linear, color 0.1s linear;
  transition: border-color 0.1s linear, color 0.1s linear;
}
.form-confidence__text a:hover,
.form-confidence__text a:focus,
.form-confidence__text a:active {
  border-color: transparent;
}
.form-confidence__text a:after {
  display: none;
}
.i-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(242, 242, 242, 0.6)
    url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=)
    no-repeat center;
  display: none;
  z-index: 9999999;
}
.tippy-tooltip {
  background-color: #000;
}
.tippy-popper[x-placement^="left"] .tippy-arrow {
  border-left: 7px solid #000;
}
.tippy-popper[x-placement^="right"] .tippy-arrow {
  border-right: 7px solid #000;
}
.tippy-popper[x-placement^="top"] .tippy-arrow {
  border-top: 7px solid #000;
}
.tippy-popper[x-placement^="bottom"] .tippy-arrow {
  border-bottom: 7px solid #000;
}
.tippy-tooltip[data-size="small"] {
  font-size: 12px;
  padding: 7px 10px 8px 10px;
}
html.iziModal-isOverflow.i-tablet body,
html.iziModal-isAttached.i-tablet body {
  height: 100% !important;
  overflow: hidden !important;
  position: relative !important;
}
.iziModal.hasShadow:after {
  display: none !important;
}
.iziModal .iziModal-button:after {
  display: none;
}
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.pswp[aria-hidden="true"] {
  display: none;
}
#success-form,
#alert-form,
#alert-confidence {
  max-height: 3.45em;
}

.block-fitfree-fitlogo {
  background: #f7f8f9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #95aea9;
  height: 7.75em;
  left: 25.9em;
  position: absolute;
  text-align: center;
  top: 30.35em;
  width: 7.75em;
}

.block-fitfree-fitlogo__content {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 7.7em;
  left: 0.15em;
  margin: 0 auto 0.7em auto;
  position: relative;
  width: 5.1em;
}

.block-tasks__courcejaw {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  bottom: -5.3em;
  height: 35.95em;
  position: absolute;
  right: -3em;
  width: 21.3em;
}

.block-tasks__courcejaw0 {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  bottom: -10.3em;
  height: 29.95em;
  position: absolute;
  right: 38em;
  width: 21.3em;
}

.block-install-benefit__price {
  display: grid;
  color: #95aea9;
  font-size: 3em;
  line-height: 110%;
  text-align: center;
}
.block-install-benefit__price span {
  color: #444;
  font-size: 0.7em;
 
}
.block-install-benefit__price p {
  color: #444;
  font-size: 0.23em;
  line-height: 136%;
}
.coursebtn {
  background: -moz-linear-gradient(291deg, rgba(224, 237, 195, 1) 0, rgba(224, 237, 195, 1) 21%, rgba(176, 222, 141, 1) 77%, rgba(176, 222, 141, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(224, 237, 195, 1)), color-stop(21%, rgba(224, 237, 195, 1)), color-stop(77%, rgba(176, 222, 141, 1)), color-stop(100%, rgba(176, 222, 141, 1)));
  background: -webkit-linear-gradient(
291deg
, rgba(224, 237, 195, 1) 0, rgba(224, 237, 195, 1) 21%, rgba(176, 222, 141, 1) 77%, rgba(176, 222, 141, 1) 100%);
  background: -o-linear-gradient(291deg, rgba(224, 237, 195, 1) 0, rgba(224, 237, 195, 1) 21%, rgba(176, 222, 141, 1) 77%, rgba(176, 222, 141, 1) 100%);
  background: linear-gradient(
159deg
, rgba(224, 237, 195, 1) 0, rgba(224, 237, 195, 1) 21%, rgba(176, 222, 141, 1) 77%, rgba(176, 222, 141, 1) 100%);
  border: 0;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius:0.5em;
  cursor: default;
  color: #444;
  display: inline-block;
  font: 500 2.1em/2.5em 'Stem', sans-serif;
  height: 2.5em;
  padding: 0 1em;
  position: relative;
  top: 0;
  -webkit-transition: -webkit-filter .1s linear, -webkit-box-shadow .1s linear;
  transition: -webkit-filter .1s linear, -webkit-box-shadow .1s linear;
  -o-transition: filter .1s linear, box-shadow .1s linear;
  -moz-transition: filter .1s linear, box-shadow .1s linear, -moz-box-shadow .1s linear;
  transition: filter .1s linear, box-shadow .1s linear;
  transition: filter .1s linear, box-shadow .1s linear, -webkit-filter .1s linear, -webkit-box-shadow .1s linear, -moz-box-shadow .1s linear;
  vertical-align: middle;
  margin-bottom: 1em;
}
.block-course {
  height: 30em;
  position: relative;
}

.block-course__line {
  background: transparent no-repeat center center;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  height: 20.85em;
  left: 0;
  position: absolute;
  right: 0;
  top: 28.7em;
}
.block-course__content {
  left: 20em;
  position: absolute;
  top: 4em;
  width: 40em;
}
.header__title-course {
  font-size: 3em;
  font-weight: 400;
  letter-spacing: -.015em;
  line-height: 100%;
  margin: 0 0 .27em 0;
}

.header__title-course_text {

  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.1538em;
  margin: 0 0 0.55em 0;

}


.block-endcourse {
  background: transparent no-repeat top center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size:100%;
  background-size: 100%;
  height: 48.05em;
  margin: -9.65em 0 0 0;
  position: relative;
}

.header__paragraph ul {
  margin-top: 5em;
}

.header__paragraph li {
 
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  list-style: none;
  list-style-image: url('../css/images/greendot.png');
  }
  
.block-courseprog {
  background: transparent no-repeat top center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    height: 40.05em;
    margin: -9.65em 0 0 0;
    position: relative;
}
.block-courseprog__header {
  left: 20em;
  position: absolute;
  top: 5.95em;
  width: 44em;
}

.block-coursecost {
  height: 61.35em;
  position: relative;
}

.block-install {
  height: 42.35em;
  position: relative;
}
.block-tasks__line_coursecost {
  background: transparent no-repeat center center;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  height: 14.85em;
  left: 0;
  position: absolute;
  right: 0;
  top: 16.7em;
}
.block-install-benefit__price p:nth-child(1) {
  display: grid;
  color: #95aea9;
  font-size: 1em;
  line-height: 100%;
  text-align: center;
  margin-top:0.5em;
}

.header__paragraph_end {
  font-size: .9em;
  line-height: 1.67em;
  margin: 5em 0 2em 0;
}


.header__paragraph_end ul {

  list-style: none;
  margin-top: 5em;
}
.header__paragraph_end ul li {
padding-left: 0.5em;
padding-bottom: 1em;
}

.header__paragraph_start_first {
  font-size: .9em;
  line-height: 1.67em;
  margin: 0em 0 2em 0;
}


.header__paragraph_start {
  font-size: .9em;
  line-height: 1.67em;
  margin: 3em 0 2em 0;
}

.header__paragraph li:nth-child(8) {
  line-height: 1.3em;
}

.button_course {
  background: -moz-linear-gradient(291deg, rgba(224, 237, 195, 1) 0, rgba(224, 237, 195, 1) 21%, rgba(176, 222, 141, 1) 77%, rgba(176, 222, 141, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(224, 237, 195, 1)), color-stop(21%, rgba(224, 237, 195, 1)), color-stop(77%, rgba(176, 222, 141, 1)), color-stop(100%, rgba(176, 222, 141, 1)));
  background: -webkit-linear-gradient(291deg, rgba(224, 237, 195, 1) 0, rgba(224, 237, 195, 1) 21%, rgba(176, 222, 141, 1) 77%, rgba(176, 222, 141, 1) 100%);
  background: -o-linear-gradient(291deg, rgba(224, 237, 195, 1) 0, rgba(224, 237, 195, 1) 21%, rgba(176, 222, 141, 1) 77%, rgba(176, 222, 141, 1) 100%);
  background: linear-gradient(159deg, rgba(224, 237, 195, 1) 0, rgba(224, 237, 195, 1) 21%, rgba(176, 222, 141, 1) 77%, rgba(176, 222, 141, 1) 100%);
  border: 0;
  -webkit-border-radius: 6em;
  -moz-border-radius: 6em;
  border-radius: 6em;
  -webkit-box-shadow: 0 1.3636em 2.7272em rgba(197, 228, 161, .5), inset 0 0 0 6em rgba(176, 222, 141, .0);
  -moz-box-shadow: 0 1.3636em 2.7272em rgba(197, 228, 161, .5), inset 0 0 0 6em rgba(176, 222, 141, .0);
  box-shadow: 0 1.3636em 2.7272em rgba(197, 228, 161, .5), inset 0 0 0 6em rgba(176, 222, 141, .0);
  color: #56782d;
  cursor: pointer;
  display: inline-block;
  font: 500 .55em/6em 'Stem', sans-serif;
  height: 6em;
  letter-spacing: .1em;
  padding: 0 5.7272em;
  position: fixed;
  top: 80%;
  left: 65%;
  z-index: 200;
  text-transform: uppercase;
  -webkit-transition: -webkit-filter .1s linear, -webkit-box-shadow .1s linear;
  transition: -webkit-filter .1s linear, -webkit-box-shadow .1s linear;
  -o-transition: filter .1s linear, box-shadow .1s linear;
  -moz-transition: filter .1s linear, box-shadow .1s linear, -moz-box-shadow .1s linear;
  transition: filter .1s linear, box-shadow .1s linear;
  transition: filter .1s linear, box-shadow .1s linear, -webkit-filter .1s linear, -webkit-box-shadow .1s linear, -moz-box-shadow .1s linear;
  vertical-align: middle
}

.button_course:hover,
button.button_course:focus,
a.button_course:focus {
    -webkit-box-shadow: 0 .3636em 2.7272em rgba(197, 228, 161, .5), inset 0 0 0 6em rgba(176, 222, 141, .8);
    -moz-box-shadow: 0 .3636em 2.7272em rgba(197, 228, 161, .5), inset 0 0 0 6em rgba(176, 222, 141, .8);
    box-shadow: 0 .3636em 2.7272em rgba(197, 228, 161, .5), inset 0 0 0 6em rgba(176, 222, 141, .8);
    color: #56782d;
    outline: 0
}

.button_course:after {
  display: none
}

.group.select select {
  position: relative;
    z-index: 2;
    width: 100%;
    height: 1.5rem;
    padding: 0 .625rem;
    color: #8da59f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: menulist;
    border: 1px solid #8da59f;
    border-radius: 8px;
    font-size: 0.7em;
}

@media only screen and (min-width: 2000px) {
  .group.select select {
    height: 2.5rem;
  }

}
.datepick #datepicker-here {
	width: 50%;
	float: left;
	padding-right: 10px;
}
.datepick .group.select {
	width: 50%;
	display: inline-block;
	line-height: 2;
}


.block-tasks__num1 {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 8.6em;
  position: absolute;
  left: 9.9em;
  top: 4em;
  width: 8.5em;
}

.block-tasks__num2 {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 8.6em;
  position: absolute;
  left: 9.9em;
  top: 5em;
  width: 8.5em;
}

.block-tasks__num3 {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 8.6em;
  position: absolute;
  left: 9.9em;
  top: 4em;
  width: 8.5em;
}

.block-tasks__num4 {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 8.6em;
  position: absolute;
  left: 9.9em;
  top: 5em;
  width: 8.5em;
}

.block-tasks__num5 {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 8.6em;
  position: absolute;
  left: 9.9em;
  top: 4em;
  width: 8.5em;
}

.block-tasks__dogovor {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  bottom: -6.3em;
  height: 35.95em;
  position: absolute;
  left: 15em;
  width: 38.3em;
}

.block-tasks__install {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  bottom: -15.3em;
  height: 25.95em;
  position: absolute;
  left: 10em;
  width: 37.3em;
}

.block-tasks__sogl {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  bottom: -29.3em;
  height: 36.95em;
  position: absolute;
  left: -4em;
  width: 22.3em;
}

.block-tasks__take {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  bottom: -1.3em;
  height: 36.95em;
  position: absolute;
  left: 15em;
  width: 38.3em;
}

.block-tasks__instfitfree {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  bottom: -3.3em;
  height: 36.95em;
  position: absolute;
  left: 14em;
  width: 38.3em;
}



.nav-cross {

  position: fixed;
  right: 50px;
  top: 0.5em;
  padding: 0.5em;
  background: transparent;
  color: #95aea9;
  cursor: pointer;
  font-size: 2.2em;
  line-height: 1;
  z-index: 2001;
  -webkit-transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}

.nav-cross:after {
  content: '\2715';
}
.nav-cross:hover{
  color: orangered;
}

.header__title span{
  display: none;


}
.header__title-course span{
  display: none;


}

.block-num_one {
  height: 20em;
  position: relative;
}

.block-num_one__content {
  left: 20em;
  position: absolute;
  top: 4em;
  width: 40em;
}

.block-num_one span {
  display: none;
}

.block-num_one__num1 {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 8.6em;
  position: absolute;
  left: 9.9em;
  top: 4em;
  width: 8.5em;
}

.header__title-num_one {
  font-size: 3em;
  font-weight: 400;
  letter-spacing: -.015em;
  line-height: 100%;
  margin: 0 0 0.27em 0;
}

.header__title-num_one_text {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.1538em;
  margin: 0 0 0.55em 0;
}

.header__num_one_desc {
  font-size: 1em;
  line-height: 1.67em;
  margin: 1em 0 2em 0;
}


.block-two_four {
  background: transparent no-repeat top center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  height: 70em;
  position: relative;
}

.block-two_four__content {
  left: 20em;
  position: absolute;
  top: 4em;
  width: 40em;
}

.block-two_four span {
  display: none;
}

.block-two_four__num2 {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 8.6em;
  position: absolute;
  left: 9.9em;
  top: 4em;
  width: 8.5em;
}

.block-two_four__num3 {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 8.6em;
  position: absolute;
  left: 9.9em;
  top: 19em;
  width: 8.5em;
}

.block-two_four__num4 {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 8.6em;
  position: absolute;
  left: 9.9em;
  top: 37em;
  width: 8.5em;
}

.header__title-two_four {
  font-size: 3em;
  font-weight: 400;
  letter-spacing: -.015em;
  line-height: 100%;
  margin: 0 0 0.27em 0;
}

.header__title-two_four_text {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.1538em;
  margin: 0 0 0.55em 0;
}

.header__two_four_desc {
  font-size: 1em;
  line-height: 1.67em;
  margin: 1em 0 6em 0;
}


.block-two_four__app{

}

.block-two_four__app .google a img {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 4em;
  position: absolute;
  left: 0em;
  top: 0em;
  width: 10em;
}


.block-two_four__app .appstore a img{
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 4em;
  position: absolute;
  left: 10em;
  top: 0em;
  width: 10em;
}

.google a::after{
  border-bottom: none;
}

.appstore a::after{
  border-bottom: none;
}

.block-two_four__mac {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 14.6em;
  position: absolute;
  left: 0em;
  top: 43em;
  width: 15.5em;
}

.block-two_four__iphone {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 15.6em;
  position: absolute;
  right: 11em;
  top: 42em;
  width: 10.5em;
}

.header__title-four {
  font-size: 3em;
  font-weight: 400;
  letter-spacing: -.015em;
  line-height: 100%;
  margin: 3.5em 0 0.27em 0;
}

.block-five {
  height: 20em;
  position: relative;
}

.block-five__content {
  left: 20em;
  position: absolute;
  top: 4em;
  width: 17em;
}

.header__title-five {
  font-size: 3em;
  font-weight: 400;
  letter-spacing: -.015em;
  line-height: 100%;
  margin: 0 0 0.27em 0;
}

.header__five_desc {
  font-size: 1em;
  line-height: 1.67em;
  margin: 1em 0 6em 0;
}

.block-five__num5 {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 8.6em;
  position: absolute;
  left: 9.9em;
  top: 4em;
  width: 8.5em;
}

.block-five__take {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 14em;
  position: absolute;
  right: 5em;
  top: 3em;
  width: 14.5em;
}