@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;
}
@font-face {
  font-family: "Stem";
  src: url("../fonts/stem/SemiLight.eot");
  src: url("../fonts/stem/SemiLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/stem/SemiLight.woff2") format("woff2"),
    url("../fonts/stem/SemiLight.woff") format("woff"),
    url("../fonts/stem/SemiLight.ttf") format("truetype"),
    url("../fonts/stem/SemiLight.svg#Stem-SemiLight") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Stem';
  src: url('fonts/stem/Medium.eot');
  src: url('fonts/stem/Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/stem/Medium.woff2') format('woff2'),
      url('fonts/stem/Medium.woff') format('woff'),
      url('fonts/stem/Medium.ttf') format('truetype'),
      url('fonts/stem/Medium.svg#Stem-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  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-inviz {
  height: 45em;
  position: relative;
}

.block-inviz__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: 17em;
}  

.block-inviz__pattern {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 16.35em;
  position: absolute;
  right: 1em;
  top: 2.6em;
  width: 4.1em;
}



.block-inviz__paragraph {
  text-align: center;
  font-size: 1.3em;
  line-height: 1.1;
  font-weight: normal;
  font-style: italic;
  

}

.block-inviz__paragraph span {
  font-weight: 500;
  font-style: normal;
  }


.block-inviz__paragraph b {
  font-weight: 500;
  font-style: normal;
  font-size: 1.5em;
  
  }
.block-inviz__desc_one{
    font-size: 0.8em;
    position: absolute;
    left: 0em;
    top: 43em;
    font-weight: normal;
    font-style: italic;
}

.block-inviz__desc_one:before {
  background: -o-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -webkit-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -moz-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: linear-gradient(146deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(161, 196, 228, 0.5);
  box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  content: '';
  height: 3em;
  opacity: .6;
  position: absolute;
  left: -2.5em;
  top: -5.2em;
  width: 3em;
  z-index: -1;
  opacity: 0.4;
}

.block-inviz__desc_two{
  font-size: 0.8em;
  position: absolute;
  right: 0em;
  top: 43em;
  font-weight: normal;
  font-style: italic;
  

}

.block-inviz__desc_two:before {
  background: -o-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -webkit-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -moz-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: linear-gradient(146deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(161, 196, 228, 0.5);
  box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  content: '';
  height: 3em;
  opacity: .6;
  position: absolute;
  right: 4.5em;
  top: -5.2em;
  width: 3em;
  z-index: -1;
  opacity: 0.4;
}
 


.block-inviz__aligner_one {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: 14em;
  height: 18em;
  position: absolute;
  left: -5em;
  width: 21em;
}


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


.block-inviz-video {
  background: #f8f8f8;
  -webkit-border-radius: 1.1em;
  -moz-border-radius: 1.1em;
  border-radius: 1.1em;
  height: 27.5em;
  left: 4.9em;
  position: absolute;
  top: 43em;
  width: 47.5em;
}

.block-inviz-video_prew {
  background: #000;
  -webkit-border-radius: 1.1em;
  -moz-border-radius: 1.1em;
  border-radius: 1.1em;
  height: 15.5em;
  left: 11em;
  position: absolute;
  top: 9em;
  width: 25.5em;
}
.block-inviz-video a:after {
 border-bottom: none;
}


.block-inviz-video__title {
  font-size: 3.5em;
  font-weight: 400;
  padding-left: 1em;
  letter-spacing: -.015em;
    line-height: 100%;
    font-weight: normal;
    font-style: italic;
}

.block-inviz-video__title span {
  /* text-decoration: underline; */
  color: #126BB1;
  font-weight: 500;
    font-style: normal;
}

.block-inviz-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 rgb(0 0 0 / 7%);
  -moz-box-shadow: 0 0.2em 1.5em rgba(0, 0, 0, 0.066);
  box-shadow: 0 0.2em 1.5em rgb(0 0 0 / 7%);
  height: 7em;
  position: absolute;
  right: 19.85em;
  top: 13.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-inviz-play__inner:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.block-inviz-play__inner:after {
  display: none;
}


.block-inviz-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 rgb(0 0 0 / 7%);
  -moz-box-shadow: 0 0.2em 1.5em rgba(0, 0, 0, 0.07);
  box-shadow: 0 0.2em 1.5em rgb(0 0 0 / 7%);
  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-inviz-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-inviz-play:hover .block-inviz-play__icon {
  opacity: 0.8;
}

.block-inviz-circle {
  background: #e8f3f1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  bottom: 3.6em;
  color: #95aea9;
  height: 8.55em;
  position: absolute;
  right: 17.5em;
  text-align: center;
  width: 8.55em;
}

.block-inviz-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-inviz-circle__title {
  font-size: 1.3em;
  font-style: italic;
  letter-spacing: -0.015em;
  line-height: 95%;
  margin: 0 0 0.423em 0;
}

.block-inviz-circle__text {
  font-size: 0.7em;
  line-height: 129%;
}


.block-inviz__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-inviz__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-inviz__round.slides-menu__item_active {
  opacity: 1;
  visibility: visible;
}
.block-inviz__round:nth-child(1) {
  left: 9.65em;
  top: 4.5em;
}
.block-inviz__round:nth-child(2) {
  left: 5.75em;
  top: 13.8em;
}
.block-inviz__round:nth-child(3) {
  left: 13.4em;
  top: 11.35em;
}
.block-inviz__round:nth-child(4) {
  left: 20.5em;
  top: 15.9em;
}
.block-inviz__content {
  left: 4.9em;
  right: 4.9em;
  position: absolute;
  top: 5.95em;
}



.block-inviz .block-inviz__content .header__title {
  background-color: #E2F2FF;
  padding: 0.25em 0.8em;
  margin: 0 0 1.5em 0;
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  width: 10.8em;
 color: #000;

}

.block-inviz-slides {
  margin: 0 0 1.45em 0;
}
.block-inviz-slides__page:focus {
  opacity: 1;
  outline: 0;
}
.block-inviz-slides__title {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.2142em;
  margin: 0 0 0.6428em 0;
}
.block-inviz-slides__text {
  font-size: 0.9em;
  line-height: 1.7em;
}
.block-inviz__controls .slides-controls__item {
  margin: 0 !important;
}
.block-inviz__controls .slides-controls__item_left {
  margin: 0 0.05em 0 0 !important;
}
.block-inviz__paginator {
  text-align: center;
  width: 4em;
}

.block-roots {
  height: 33em;
  position: relative;
  z-index: 2;
}
.block-roots .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-roots__pattern2 {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 10.45em;
  right: 28.4em;
  position: absolute;
  top: 14.5em;
  width: 10.3em;
}
.block-roots__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-roots__header {
  /* left: 4.95em; */
  position: absolute;
  top: 5.95em;
  width: 25.25em;
  font-weight: normal;
  font-style: italic;
  
}

.block-roots__header span {
  /* text-decoration: underline; */
  color: #126BB1;
  font-weight: 500;
  font-style: normal;
  
}

.block-roots .header__paragraph {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0 0 0.55em 0;
  /* left: 3.95em; */
  position: absolute;
  top: 12em;
  width: 25.25em;
  
}

.block-roots__desc {
  font-size: 0.8em;
    position: absolute;
    /* left: 6.5em; */
    top: 28em;
    font-weight: normal;
    font-style: italic;
}

.block-roots__aligner {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: 9em;
  height: 20em;
  position: absolute;
  right: 0em;
  width: 25em;
}


.block-cut {
  height: 32em;
  position: relative;
  z-index: 2;
}
.block-cut .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-cut__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-cut__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-cut__header {
  left: 9em;
  position: absolute;
  top: 5.95em;
  width: 35.25em;
  font-weight: normal;
  font-style: italic;
}

.block-cut__header span {
  /* text-decoration: underline; */
  color: #126BB1;
  font-weight: 500;
  font-style: normal;
  
}

.block-cut .header__paragraph {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.1538em;
  margin: 0 0 0.55em 0;
  left: 3.95em;
  position: absolute;
  top: 12em;
  width: 25.25em;
  
}

.block-cut__desc {
  font-size: 0.8em;
    position: absolute;
    left: 6.5em;
    top: 28em;
    font-weight: normal;
    font-style: italic;
}

.block-cut__aligner_one {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: 13em;
  height: 12em;
  position: absolute;
  left: -5em;
  width: 31em;
  z-index: -1;
}

.block-cut__aligner_two {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: 13em;
  height: 12em;
  position: absolute;
  right: -5em;
  width: 31em;
  z-index: -1;
}
.block-cut__desc_one {
  font-size: 0.8em;
  position: absolute;
  left: 8.5em;
  top: 31.5em;
  font-weight: normal;
  font-style: italic;
}

.block-cut__desc_one:before {
  background: -o-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -webkit-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -moz-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: linear-gradient(146deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(161, 196, 228, 0.5);
  box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  content: '';
  height: 3em;
  opacity: .6;
  position: absolute;
  top: -1.5em;
  width: 3em;
  z-index: -1;
  left: 6em;
  opacity: 0.4;
}

.block-cut__desc_two {
  font-size: 0.8em;
  position: absolute;
  right: 6.5em;
  top: 31.5em;
  font-weight: normal;
  font-style: italic;
}
.block-cut__desc_two:before {
  background: -o-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -webkit-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -moz-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: linear-gradient(146deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(161, 196, 228, 0.5);
  box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  content: '';
  height: 3em;
  opacity: .6;
  position: absolute;
  top: -1.5em;
  width: 3em;
  z-index: -1;
  left: 4em;
  opacity: 0.4;
}


.block-fitfree {
  height: 78em;
  position: relative;
  z-index: 2;
  background: #f8fbfb;
}

.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: 16.35em;
  position: absolute;
  left: 1em;
  bottom: 2.6em;
  width: 4.1em;
}

.block-fitfree__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: 48em;
  z-index: -10;
}


.block-fitfree__header {
  left: 9em;
  position: absolute;
  top: 5.95em;
  width: 35.25em;
  font-weight: normal;
  font-style: italic;
  
}

.block-fitfree__header span {
  /* text-decoration: underline; */
  color: #126BB1;
  font-weight: 500;
  font-style: normal;
  
}

.block-fitfree .header__paragraph {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.1538em;
  margin: 0 0 0.55em 0;
  left: 3.95em;
  position: absolute;
  top: 12em;
  width: 25.25em;
  
}

.block-fitfree__desc {
  font-size: 0.8em;
    position: absolute;
    left: 6.5em;
    top: 28em;
    font-weight: normal;
    font-style: italic;
}

.block-fitfree__desc_one {
  font-size: 0.8em;
  position: absolute;
  left: 14em;
  top: 17em;
  font-weight: normal;
  font-style: italic;
}

.block-fitfree__desc_two {
  font-size: 0.8em;
  position: absolute;
  right: 11em;
  top: 17em;
  font-weight: normal;
  font-style: italic;
}



.block-fitfree__number_one__round {
  background: -o-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -webkit-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -moz-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: linear-gradient(146deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(161, 196, 228, 0.5);
  box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  height: 4.5em;
  position: absolute;
  left: 0em;
  top: 26.5em;
  width: 4.5em;
  z-index: -10;
}

.block-fitfree__number_two__round {
  background: -o-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -webkit-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -moz-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: linear-gradient(146deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(161, 196, 228, 0.5);
  box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  height: 4.5em;
  position: absolute;
  right: 29.5em;
  top: 44.5em;
  width: 4.5em;
  z-index: -10;
}

.block-fitfree__number_three__round {
  background: -o-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -webkit-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -moz-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: linear-gradient(146deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(161, 196, 228, 0.5);
  box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  height: 4.5em;
  position: absolute;
  left: 0em;
  top: 61.5em;
  width: 4.5em;
  z-index: -10;
}



.block-fitfree__number_one {
  font-size: 3em;
  position: absolute;
  left: 0em;
  top: 9em;
  font-weight: normal;
  font-style: italic;
}

.block-fitfree__number_two {
  font-size: 3em;
  position: absolute;
  right: 11em;
  top: 15em;
  font-weight: normal;
  font-style: italic;
}

.block-fitfree__number_three {
  font-size: 3em;
  position: absolute;
  left: 0em;
  top: 20.5em;
  font-weight: normal;
  font-style: italic;
}

.block-fitfree__number_one__title {
  font-size: 2em;
  position: absolute;
  left: 0.7em;
  top: 14.5em;
  font-weight: normal;
  font-style: italic;
}

.block-fitfree__number_two__title {
  font-size: 2em;
  position: absolute;
  right: 9.25em;
  top: 23.5em;
  font-weight: normal;
  font-style: italic;
}

.block-fitfree__number_three__title {
  font-size: 2em;
  position: absolute;
  left: 0.8em;
  top: 32em;
  font-weight: normal;
  font-style: italic;
}

.block-fitfree__number_three__desc {
  font-size: 0.6em;
  position: absolute;
  left: 0em;
  top: 116em;
  font-weight: normal;
  font-style: italic;
}

.block-fitfree__number_one__jaw1 {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: 24em;
  height: 15em;
  position: absolute;
  left: 22em;
  width: 15em;
}

.block-fitfree__number_two__jaw2 {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: 42em;
  height: 15em;
  position: absolute;
  right: 0em;
  width: 15em;
}

.block-fitfree__number_three__jaw3 {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: 58em;
  height: 15em;
  position: absolute;
  left: 22em;
  width: 15em;
}


.block-more {
  height: 45em;
  position: relative;
  z-index: 2;
}


.block-more-video {
  background: #f8f8f8;
  -webkit-border-radius: 1.1em;
  -moz-border-radius: 1.1em;
  border-radius: 1.1em;
  height: 35.5em;
  left: 4.9em;
  position: absolute;
  top: 4em;
  width: 47.5em;
}

.block-more-video_prew {
  background: #000;
  -webkit-border-radius: 1.1em;
  -moz-border-radius: 1.1em;
  border-radius: 1.1em;
  height: 19.5em;
  left: 3.5em;
  position: absolute;
  top: 9em;
  width: 40.5em;
}
.block-more-video a:after {
 border-bottom: none;
}


.block-more-video__title {
  font-size: 2em;
  font-weight: 400;
  padding-left: 0em;
  top: 1em;
  letter-spacing: -.015em;
  line-height: 100%;
  font-weight: normal;
  font-style: italic;
  position: absolute;
  color: #fff;
}

.block-more-video__title span {
  color: #126BB1;
  font-weight: 500;
    font-style: normal;
}

.block-more-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 rgb(0 0 0 / 7%);
  -moz-box-shadow: 0 0.2em 1.5em rgba(0, 0, 0, 0.066);
  box-shadow: 0 0.2em 1.5em rgb(0 0 0 / 7%);
  height: 7em;
  position: absolute;
  right: 19.85em;
  top: 13.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-more-play__inner:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.block-more-play__inner:after {
  display: none;
}


.block-more-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 rgb(0 0 0 / 7%);
  -moz-box-shadow: 0 0.2em 1.5em rgba(0, 0, 0, 0.07);
  box-shadow: 0 0.2em 1.5em rgb(0 0 0 / 7%);
  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-more-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-more-play:hover .block-more-play__icon {
  opacity: 0.8;
}

.block-more-circle {
  background: #e8f3f1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  bottom: -1.4em;
  color: #95aea9;
  height: 8.55em;
  position: absolute;
  right: 9em;
  text-align: center;
  width: 8.55em;
}

.block-more-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-more-circle__title {
  font-size: 1.3em;
  font-style: italic;
  letter-spacing: -0.015em;
  line-height: 95%;
  margin: 0 0 0.423em 0;
}

.block-more-circle__text {
  font-size: 0.7em;
  line-height: 129%;
}

.block-more__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: 7em;
}



.block-cabinet {
  height: 44em;
  position: relative;
  background: #f8fbfb;
}
.block-cabinet__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-cabinet__pattern2 {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 10.45em;
  right: 12.4em;
  position: absolute;
  top: 29.5em;
  width: 10.3em;
}
.block-cabinet__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-cabinet__content {
  left: 4.9em;
  position: absolute;
  top: 5.4em;
  width: 25.5em;
}

.block-cabinet__header {
  position: absolute;
  width: 38.25em;
  font-weight: normal;
    font-style: italic;
}

.block-cabinet__header span {
  /* text-decoration: underline; */
  color: #126BB1;
  font-weight: 500;
  font-style: normal;
}

.block-cabinet .header__paragraph {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0 0 0.55em 0;
  left: 0em;
  position: absolute;
  top: 8em;
  width: 25.25em;
}

.block-cabinet__desc {
  font-size: 0.8em;
  position: absolute;
  left: 0em;
  top: 23em;
  font-weight: normal;
  font-style: italic;
}

.block-cabinet__text {
  font-size: 1.3em;
    position: absolute;
    right: 7em;
    top: 13em;
    line-height: 1.1;
    font-weight: normal;
    font-style: italic;
    z-index: 1;
}

.block-cabinet__text:before {
  background: -o-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -webkit-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -moz-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: linear-gradient(146deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(161, 196, 228, 0.5);
  box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  content: '';
  height: 2em;
  opacity: .6;
  position: absolute;
  right: 10em;
  top: -0.7em;
  width: 2em;
  z-index: -1;
}


.block-cabinet__mac {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: 19.5em;
  height: 20em;
  position: absolute;
  right: 5em;
  width: 20em;
}


.block-cases {
  height: 32em;
  position: relative;
  background: #126BB1;
}

.block-cases__content {
  left: 0em;
  position: absolute;
  top: 3.4em;
  width: 25.5em;
}

.block-cases__header {
  position: absolute;
  width: 35.25em;
  font-weight: normal;
    font-style: italic;
    color: #000;
}

.block-cases__header span {
  /* text-decoration: underline; */
  color: #fff;
  font-weight: 500;
  font-style: normal;
}


.block-cases__desc_one {
  font-size: 1.3em;
  position: absolute;
  left: 2em;
  top: 8em;
  line-height: 1.1;
  font-weight: normal;
  font-style: italic;
  color: #fff;
  z-index: 0;
}

.block-cases__desc_one b{
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-style: normal;
}

.block-cases__desc_one:before {
  background: -o-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -webkit-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -moz-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: linear-gradient(146deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(161, 196, 228, 0.5);
  box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  content: '';
  height: 2em;
  opacity: .6;
  position: absolute;
  left: -1em;
  top: -0.7em;
  width: 2em;
  z-index: -1;
}

.block-cases__desc_two {
  font-size: 1.3em;
  position: absolute;
  left: 2em;
  top: 12em;
  line-height: 1.1;
  font-weight: normal;
  font-style: italic;
  color: #fff;
  z-index: 0;
}

.block-cases__desc_two:before {
  background: -o-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -webkit-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -moz-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: linear-gradient(146deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(161, 196, 228, 0.5);
  box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  content: '';
  height: 2em;
  opacity: .6;
  position: absolute;
  left: -1em;
  top: -0.7em;
  width: 2em;
  z-index: -1;
}

.block-cases__desc_three {
  font-size: 1.3em;
  position: absolute;
  left: 2em;
  top: 15em;
  line-height: 1.1;
  font-weight: normal;
  font-style: italic;
  color:#fff;
  z-index: 0;
}

.block-cases__desc_three:before {
  background: -o-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -webkit-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -moz-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: linear-gradient(146deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(161, 196, 228, 0.5);
  box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  content: '';
  height: 2em;
  opacity: .6;
  position: absolute;
  left: -1em;
  top: -0.7em;
  width: 2em;
  z-index: -1;
}
.block-cases__desc_three b{
  /* text-decoration: underline; */
  color: #000;
  font-weight: 500;
  font-style: normal;
}
.block-cases__desc_three span{
    /* text-decoration: underline; */
    color: #fff;
    font-weight: 500;
    font-style: normal;
  }

  .block-cases__sketch {
    background: transparent no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    top: 0em;
    height: 32em;
    position: absolute;
    right: 0em;
    width: 42.5em;
}


.block-scan {
  height: 38em;
  position: relative;
  background: #f8fbfb;
}

.block-scan__pattern {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 16.35em;
  position: absolute;
  left: 1em;
  bottom: 2.6em;
  width: 4.1em;
}

.block-scan__content {
  left: 0em;
  position: absolute;
  top: 3.4em;
  width: 25.5em;
}

.block-scan__sketch {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: 8.5em;
  height: 18em;
  position: absolute;
  right: 0em;
  width: 25em;
}

.block-scan__header {
  position: absolute;
  width: 35.25em;
  font-weight: normal;
    font-style: italic;
}

.block-scan__header span {
  /* text-decoration: underline; */
  color: #126BB1;
  font-weight: 500;
  font-style: normal;
}



.block-scan .header__paragraph {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 0.55em 0;
    left: 0em;
    position: absolute;
    top: 5em;
    width: 25.25em;
}

.block-scan__desc_one {
  font-size: 1.3em;
  position: absolute;
  left: 2em;
  top: 10em;
  line-height: 1.1;
  font-weight: normal;
  font-style: italic;
  color: #444;
  z-index: 0;
}

.block-scan__desc_one:before {
  background: -o-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -webkit-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -moz-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: linear-gradient(146deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(161, 196, 228, 0.5);
  box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  content: '';
  height: 2em;
  opacity: .6;
  position: absolute;
  left: -1em;
  top: -0.7em;
  width: 2em;
  z-index: -1;
}

.block-scan__desc_two {
  font-size: 1.3em;
  position: absolute;
  left: 2em;
  top: 13em;
  line-height: 1.1;
  font-weight: normal;
  font-style: italic;
  color: #444;
  z-index: 0;
}

.block-scan__desc_two:before {
  background: -o-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -webkit-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -moz-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: linear-gradient(146deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(161, 196, 228, 0.5);
  box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  content: '';
  height: 2em;
  opacity: .6;
  position: absolute;
  left: -1em;
  top: -0.7em;
  width: 2em;
  z-index: -1;
}

.block-scan__desc_three {
  font-size: 1.3em;
  position: absolute;
  left: 2em;
  top: 16em;
  line-height: 1.1;
  font-weight: normal;
  font-style: italic;
  color: #444;
  z-index: 0;
}

.block-scan__desc_three:before {
  background: -o-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -webkit-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -moz-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: linear-gradient(146deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(161, 196, 228, 0.5);
  box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  content: '';
  height: 2em;
  opacity: .6;
  position: absolute;
  left: -1em;
  top: -0.7em;
  width: 2em;
  z-index: -1;
}

.block-scan__desc_four {
  font-size: 1.3em;
  position: absolute;
  left: 2em;
  top: 19em;
  line-height: 1.5;
  font-weight: normal;
  font-style: italic;
  color: #444;
  z-index: 0;
}

.block-scan__desc_four:before {
  background: -o-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -webkit-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -moz-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: linear-gradient(146deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(161, 196, 228, 0.5);
  box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  content: '';
  height: 2em;
  opacity: .6;
  position: absolute;
  left: -1em;
  top: -0.7em;
  width: 2em;
  z-index: -1;
  color: #126BB1;
}

.block-scan__desc_four b {
  /* text-decoration: underline; */
  color: #444;
  font-weight: 500;
  font-style: normal;
}

.block-scan__desc_four span {
  color: #126BB1;
  /* text-decoration: underline; */
  font-weight: 500;
  font-style: normal;
}

.block-cert {
  height: 52em;
  position: relative;
}

.block-cert__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: 48em;
  z-index: -10;
}

.block-cert__content {
  left: 4.9em;
  position: absolute;
  top: 5.4em;
  width: 25.5em;
}

.block-cert__header {
  position: absolute;
  width: 40.25em;
  font-weight: normal;
    font-style: italic;
}

.block-cert__header span {
  /* text-decoration: underline; */
  color: #126BB1;
  font-weight: 500;
  font-style: normal;
}



.block-cert .header__paragraph {
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 0.55em 0;
    left: 2em;
    position: absolute;
    top: 5em;
    width: 25.25em;
}

.block-cert .header__paragraph:before {
  background: -o-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -webkit-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: -moz-linear-gradient(304deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  background: linear-gradient(146deg,rgba(226, 240, 252) 0,rgba(226, 240, 252) 6%,rgba(125, 178, 222) 95%,rgba(125, 178, 222) 100%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(161, 196, 228, 0.5);
  box-shadow: 0 1.5em 2.5em rgb(161 196 228 / 50%);
  content: '';
  height: 2em;
  opacity: .6;
  position: absolute;
  left: -1em;
  top: -0.7em;
  width: 2em;
  z-index: -1;
}

.block-cert__sketch {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: 12.5em;
  height: 20em;
  position: absolute;
  right: 5em;
  width: 30em;
}

.block-cert__doc {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: 13em;
  height: 13.5em;
  position: absolute;
  left: 2.5em;
  width: 10em;
}

.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 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: 48em;
  z-index: -10;
}
.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: #fff;
  border-top: 1px solid #dae7e4;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 7em;
}
.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: 3em;
  margin: 0 0em 0 0;
  width: 8em;
}
.addr {
  font-size: 0.65em;
  line-height: 1.5384em;
}
.addr a {
  color: #95aea9;
}
.addr__top {
  margin: 0 0 0.2307em 0;
  color: #444;
  font-weight: 100;
}
.addr__links {
  color: #444;
  font-weight: 100;
}
.block-footer__side_right .phone {
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.25em;
  margin: 0 0 0.1875em 0;
  color:#444;
 
}

.block-footer__side_right .phone:hover {
 
  color:#444;

}

.footer-links__row {
  font-size: 0.60em;
  line-height: 1.5384em;
  
}
.footer-links__row a {
  color: #95aea9;
  font-weight: 100;
}

.footer-links__row a:hover {
  color: #95aea9;
}
.block-copyright__text {
  background: transparent;
  border-top: 0;
  color: #444;
  font-size: 0.5em;
  line-height: 120%;
  padding: 1em 0 1em 0;
  text-align: center;
  width: 100%;
  font-weight: 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: 2.1em;
  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: 0em 0.7em 0em 0.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: 100%;
  overflow-x: auto;
  overflow-y: scroll;
  padding-right: 0em;
}
.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: 30.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: 32.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;
}

.form-predl {
  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-predl .iziModal-content {
  min-height: 40em;
  overflow: hidden;
}
.form-predl__book {
  background: transparent no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 43.15em;
  right: -14.01em;
  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: 58.2em;
}
.form-predl .modal__outer {
  height: 100%;
  margin: 0 auto;
  min-height: 40em;
  position: relative;
  text-align: left;
  width: 57.3em;
}
.form-predl.hasScroll .modal__outer {
  position: relative;
}
.form-predl .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-predl .modal__close:hover {
  opacity: 0.7;
}
.form-predl .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-predl .form__fields,
.form-predl .form__submit {
  width: 16.5em;
}

.form-scan {
  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-scan .iziModal-content {
  min-height: 40em;
  overflow: hidden;
}
.form-scan__book {
  background: transparent no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 27.15em;
  right: -8.9em;
  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: 37.2em;
}
.form-scan .modal__outer {
  height: 100%;
  margin: 0 auto;
  min-height: 40em;
  position: relative;
  text-align: left;
  width: 57.3em;
}
.form-scan.hasScroll .modal__outer {
  position: relative;
}
.form-scan .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-scan .modal__close:hover {
  opacity: 0.7;
}
.form-scan .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-scan .form__fields,
.form-scan .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;
}


/* DOGOVOR */

.block-dogovor {
  height: 199em;
  position: relative;
  background: #f8fbfb;
}

.block-dogovor__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: 47em;
}

.block-dogovor__line2 {
  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: 166em;
}


.block-dogovor .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-dogovor__pattern {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 16.35em;
  position: absolute;
  left: 1em;
  top: 1.6em;
  width: 4.1em;
}
.block-dogovor__pattern_end {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 16.35em;
  position: absolute;
  right: 1em;
  bottom: 1.6em;
  width: 4.1em;
}
.block-dogovor__pattern2 {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 10.45em;
  right: 25em;
  position: absolute;
  top: 130.5em;
  width: 10.3em;
}



.block-dogovor__header {
  left: 9em;
  position: absolute;
  top: 5.95em;
  width: 38.25em;
  font-weight: normal;
  font-style: italic;
  
}

.block-dogovor__header span {
  /* text-decoration: underline; */
  color: #126BB1;
  font-weight: 500;
  font-style: normal;
  
}

.block-dogovor .header__paragraph {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.1538em;
  margin: 0 0 0.55em 0;
  left: 3.95em;
  position: absolute;
  top: 12em;
  width: 25.25em;
  
}




.block-dogovor__num1{
  width: 100%;
  position: absolute;
}

.block-dogovor__num1::before {
  background: -o-linear-gradient(304deg,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-linear-gradient(304deg,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: -moz-linear-gradient(304deg,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: linear-gradient(146deg,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 rgb(197 228 161 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(197,228,161,.5);
  box-shadow: 0 1.5em 2.5em rgb(197 228 161 / 50%);
  content: '';
  height: 4.5em;
  position: absolute;
  left: 9em;
  top: 17.5em;
  width: 4.5em;
}



.block-dogovor__number_one {
  font-size: 3em;
  position: absolute;
  left: 3em;
  top: 6em;
  font-weight: normal;
  font-style: italic;
  color: #000;
}



.block-dogovor__number_one__title {
  font-size: 2em;
  position: absolute;
  left: 5.3em;
  top: 10em;
  font-weight: normal;
  font-style: italic;
  color: #000;
}

.block-dogovor__number_one__paragraph {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0 0 0.55em 0;
  left: 8.2em;
  position: absolute;
  top: 18em;
  width: 25.25em;
}

.block-dogovor__number_one__text {
  font-size: 1em;
  line-height: 1.5;
  position: absolute;
  left: 10.5em;
  top: 27em;
  font-weight: normal;
  font-style: italic;
}

.block-dogovor__num2{
  width: 100%;
  position: absolute;
}

.block-dogovor__num2::before {
  background: -o-linear-gradient(304deg,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-linear-gradient(304deg,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: -moz-linear-gradient(304deg,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: linear-gradient(146deg,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 rgb(197 228 161 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(197,228,161,.5);
  box-shadow: 0 1.5em 2.5em rgb(197 228 161 / 50%);
  content: '';
  height: 4.5em;
  position: absolute;
  left: 12.5em;
  top: 35.5em;
  width: 4.5em;
}

.block-dogovor__number_two {
  font-size: 3em;
  position: absolute;
  left: 4em;
  top: 12em;
  font-weight: normal;
  font-style: italic;
  color: #000;
}

.block-dogovor__number_two__title {
  font-size: 2em;
  position: absolute;
  left: 7.1em;
  top: 19em;
  font-weight: normal;
  font-style: italic;
  color: #000;
}

.block-dogovor__number_two__paragraph {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0 0 0.55em 0;
  left: 10.95em;
  position: absolute;
  top: 32em;
  width: 25.25em;
}


.block-dogovor__number_two__register1 {
 background-image: url(./images/dogovor/register1.png);
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: 46em;
  height: 17em;
  position: absolute;
  left: 15em;
  width: 27em;
}

.block-dogovor__number_two__register2 {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: 46em;
  height: 15em;
  position: absolute;
  right: 4em;
  width: 24em;
}




.block-dogovor__num3{
  width: 100%;
  position: absolute;
}


.block-dogovor__num3:before {
  background: -o-linear-gradient(304deg,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-linear-gradient(304deg,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: -moz-linear-gradient(304deg,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: linear-gradient(146deg,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 rgb(197 228 161 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(197,228,161,.5);
  box-shadow: 0 1.5em 2.5em rgb(197 228 161 / 50%);
  content: '';
  height: 4.5em;
  position: absolute;
  left: 9em;
  top: 67em;
  width: 4.5em;
}



.block-dogovor__number_three {
  font-size: 3em;
  position: absolute;
  left: 3em;
  top: 22.5em;
  font-weight: normal;
  font-style: italic;
  color: #000;
}



.block-dogovor__number_three__title {
  font-size: 2em;
  position: absolute;
  left: 5.2em;
  top: 34.8em;
  font-weight: normal;
  font-style: italic;
  color: #000;
}

.block-dogovor__number_three__paragraph {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0 0 0.55em 0;
  left: 8.2em;
  position: absolute;
  top: 56em;
  width: 25.25em;
}

.block-dogovor__number_three__desc {
  font-size: 0.6em;
  position: absolute;
  left: 0em;
  top: 116em;
  font-weight: normal;
  font-style: italic;
}



.block-dogovor__number_three__fotoprotokol {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: 77em;
  height: 15em;
  position: absolute;
  right: -2em;
  width: 61em;
}

.block-dogovor__number_three__files {
  margin: 0 0 0 0;
  position: absolute;
  left: 7em;
  top: 95em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-dogovor__number_three__stl-text::before {
  background: -o-linear-gradient(304deg,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-linear-gradient(304deg,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: -moz-linear-gradient(304deg,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: linear-gradient(146deg,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 rgb(197 228 161 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(197,228,161,.5);
  box-shadow: 0 1.5em 2.5em rgb(197 228 161 / 50%);
  content: '';
  height: 2em;
  opacity: .6;
  position: absolute;
  left: 5em;
  top: 0em;
  width: 2em;
  z-index: -1;
  opacity: 0.4;
}

.block-dogovor__number_three__silicon-text::before {
  background: -o-linear-gradient(304deg,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-linear-gradient(304deg,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: -moz-linear-gradient(304deg,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: linear-gradient(146deg,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 rgb(197 228 161 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(197,228,161,.5);
  box-shadow: 0 1.5em 2.5em rgb(197 228 161 / 50%);
  content: '';
  height: 2em;
  opacity: .6;
  position: absolute;
  right: -1em;
  top: 0em;
  width: 2em;
  z-index: -1;
  opacity: 0.4;
}

.block-dogovor__number_three__stl-text {
  text-align: center;
  font-size: 1.3em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.2857em;
  padding-left: 0.3em;
}

.block-dogovor__number_three__or {
  text-align: center;
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.2857em;
  padding: 0em 1em 0 1.5em;
  color: #999;
}

.block-dogovor__number_three__plus {
  color: #126BB1;
  text-align: center;
  font-size: 3.3em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.2857em;
}

.block-dogovor__number_three__silicon-text {
  text-align: center;
  font-size: 1.3em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.2857em;
  padding-left: 0.3em;
  padding-right: 1em;
}

.block-dogovor__number_three__reg-text {
  text-align: center;
  font-size: 1.3em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.2857em;
  padding-left: 0.3em;
  
}

.block-dogovor__number_three__skull {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: 101em;
  height: 17em;
  position: absolute;
  left: 13em;
  width: 16.8em;
}

.block-dogovor__number_three__kt {
  margin: 0 0 0 0;
  position: absolute;
  left: 28.82em;
  top: 105em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-dogovor__number_three__kt-text {
  text-align: center;
  font-size: 1.3em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.2857em;
  padding-left: 0.3em;
}

.block-dogovor__number_three__kt-text::before {
  background: -o-linear-gradient(304deg,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-linear-gradient(304deg,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: -moz-linear-gradient(304deg,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: linear-gradient(146deg,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 rgb(197 228 161 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(197,228,161,.5);
  box-shadow: 0 1.5em 2.5em rgb(197 228 161 / 50%);
  content: '';
  height: 2em;
  opacity: .6;
  position: absolute;
  right: -1em;
  top: 0em;
  width: 2em;
  z-index: -1;
  opacity: 0.4;
}


.block-dogovor__number_three__order {
  margin: 0 0 0 0;
  position: absolute;
  left: 28.82em;
  top: 110em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-dogovor__number_three__button {
  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 rgb(197 228 161 / 50%), inset 0 0 0 6em rgb(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 rgb(197 228 161 / 50%), inset 0 0 0 6em rgb(176 222 141 / 0%);
  color: #56782d;
  cursor: default;
  display: inline-block;
  /* letter-spacing: .1em; */
  padding: 0.5em 1.5em;
  margin-left: 0.5em;
  text-align: center;
  font-size: 1em;
  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;
}

.block-dogovor__number_three__button::before {
  background: -o-linear-gradient(304deg,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-linear-gradient(304deg,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: -moz-linear-gradient(304deg,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: linear-gradient(146deg,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 rgb(197 228 161 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(197,228,161,.5);
  box-shadow: 0 1.5em 2.5em rgb(197 228 161 / 50%);
  content: '';
  height: 2em;
  opacity: .6;
  position: absolute;
  right: -1em;
  top: 0em;
  width: 2em;
  z-index: -1;
  opacity: 0.4;
}

.block-dogovor__num4{
  width: 100%;
  position: absolute;
}

.block-dogovor__num4::before {
  background: -o-linear-gradient(304deg,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-linear-gradient(304deg,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: -moz-linear-gradient(304deg,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: linear-gradient(146deg,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 rgb(197 228 161 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(197,228,161,.5);
  box-shadow: 0 1.5em 2.5em rgb(197 228 161 / 50%);
  content: '';
  height: 4.5em;
  position: absolute;
  left: 9em;
  top: 122.5em;
  width: 4.5em;
}


.block-dogovor__number_four {
  font-size: 3em;
  position: absolute;
  left: 3em;
  top: 41em;
  font-weight: normal;
  font-style: italic;
  color: #000;
}



.block-dogovor__number_four__title {
  font-size: 2em;
  position: absolute;
  left: 5.3em;
  top: 62.5em;
  font-weight: normal;
  font-style: italic;
  color: #000;
}

.block-dogovor__number_four__paragraph {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0 0 0.55em 0;
  left: 8.2em;
  position: absolute;
  top: 99em;
  width: 25.25em;
}

.block-dogovor__number_four__mod {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: 133em;
  height: 19em;
  position: absolute;
  left: 18em;
  width: 21em;
}

.block-dogovor__num5{
  width: 100%;
  position: absolute;
}

.block-dogovor__num5::before {
  background: -o-linear-gradient(304deg,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-linear-gradient(304deg,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: -moz-linear-gradient(304deg,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: linear-gradient(146deg,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 rgb(197 228 161 / 50%);
  -moz-box-shadow: 0 1.5em 2.5em rgba(197,228,161,.5);
  box-shadow: 0 1.5em 2.5em rgb(197 228 161 / 50%);
  content: '';
  height: 4.5em;
  position: absolute;
  left: 9em;
  top: 155.5em;
  width: 4.5em;
}

.block-dogovor__number_five {
  font-size: 3em;
  position: absolute;
  left: 3em;
  top: 52em;
  font-weight: normal;
  font-style: italic;
  color: #000;
}



.block-dogovor__number_five__title {
  font-size: 2em;
  position: absolute;
  left: 5.3em;
  top: 79em;
  font-weight: normal;
  font-style: italic;
  color: #000;
}

.block-dogovor__number_five__paragraph {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0 0 0.55em 0;
  left: 8.2em;
  position: absolute;
  top: 124em;
  width: 25.25em;
}

.block-dogovor__number_five__box {
  background: transparent no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: 166em;
  height: 19em;
  position: absolute;
  left: 12.5em;
  width: 32em;
}

.nav-cross {

  position: fixed;
  right: 50px;
  top: 0.5em;
  padding: 0.5em;
  background: transparent;
  color: #b0de8d;
  cursor: pointer;
  font-size: 2.2em;
  line-height: 1;
  z-index: 10;
  -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;
}


/* dogovor modal */



.form-dogovor .modal_text .modal__text {
  color: #444;
  height: 100%;
  overflow-x: auto;
  overflow-y: scroll;
  padding-right: 3em;
}