html {

}

body {
  width: 100%;
  background-color: #fafafa;
  text-align: center;
}

.m-image-preloader {
  width: 0px;
  height: 0px;
  display: inline;
  /*background-image: url("../images/icons/icon-mask-lock-opened-28.png"), 
    url("../images/callmart-logo-hover-140.png"),
    url("../images/icons/icon-conversion-gray-128.png"),
    url("../images/icons/icon-clients-128.png"),
    url("../images/icons/icon-goal-128.png"),
    url("../images/icons/icon-funnel-128.png"),
    url("../images/icons/icon-plan-128.png");*/
  background-position:-1000px -1000px;
}

@keyframes mainbtn_float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-5px);
  }
  100% {
    transform: translatey(0px);
  }
}

/* ==========================================================================
   Plugins
   ========================================================================== */

.fp-tableCell {
  vertical-align: top;
}

#fp-nav a,
#fp-nav a:active {
  border: none;
}

#fp-nav ul li .fp-tooltip {
  color: #444;
  top: -6px;
}

/* ==========================================================================
   Global blocks
   ========================================================================== */

.visible {

}

.visible_ib {
  display: inline-block !important;
}

.g-wrapper {
  width: 90%;
  min-width: 400px;
  max-width: 1350px;
  padding: 0 20px;
  margin: auto;
}

.g-red {
  color: #b10000;
}

.g-green {
  color: #628a12;
}

.g-link_local,
.g-link_local:visited {
  color: #0d79dd;
  text-decoration: none !important;
  border-bottom: 1px dashed #0d79dd;
}

.g-link_local span {
  position: relative;
  top: 0px;
}

.g-link_green.g-link_local:visited {
  color: #628a12;
  border-color: #628a12;
}

.g-link_green {
  color: #628a12;
  border-color: #628a12;
}

.g-link_green:visited {
  color: #809458;
  border-color: #628a12;
}

.g-link_always:visited {
  color: #0d79dd;
}

.g-link_always:active {
  border: none !important;
}

.g-link_green.g-link_always:visited {
  color: #628a12;
}

.g-color_lightgray {
  color: #999;
}

.b-text {
  display: block;
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  padding: 4px 15px 0 15px;
  line-height: 1.1em;
  font-weight: 400;
  border: 1px solid #bbb;
  color: #777;
  background-color: #fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.b-text:hover {
  border-color: #aaa;
}

.b-text:focus,
.b-text:active {
  color: #444;
  border-color: #999;
}

.b-button,
.b-button:visited {
  display: block;
  display: inline-block;
  vertical-align: baseline;
  height: 40px;
  padding: 0 20px;
  line-height: 42px;
  vertical-align: middle;
  font-weight: 300;
  text-decoration: none !important;
  border: none;
  color: #fff;
  background-color: #1099e7;

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;

  -webkit-transition: background-color 0.35s ease;
     -moz-transition: background-color 0.35s ease;
       -o-transition: background-color 0.35s ease;
          transition: background-color 0.35s ease;
}

.button_green,
.button_green:visited {
  background-color: #80aa2a;
  border-color: #80aa2a;
}

.button_red,
.button_red:visited {
  background-color: #e24545;
  border-color: #e24545;
}

.button_block {
  display: block;
}

.button_ghost,
.button_ghost:visited {
  color: #0d79dd;
  font-weight: 400;
  background: none;
  height: 38px;
  line-height: 40px;
  border: 1px solid #1099e7;

  -webkit-transition: all 0.35s ease;
     -moz-transition: all 0.35s ease;
       -o-transition: all 0.35s ease;
          transition: all 0.35s ease;
}

.button_ghost.button_green,
.button_ghost.button_green:visited {
  color: #628a12;
  background: none;
  border: 1px solid #80aa2a;
}

.button_ghost.button_red,
.button_ghost.button_red:visited {
  color: #f95c5c;
  background: none;
  border: 1px solid #fb9292;
}

.b-button:hover,
.b-button:focus {
  color: #fff !important;
  background-color: #008dde;
  border-color: #008dde;
}

.b-button:active {
  background-color: #0d79dd;
  border-color: #0d79dd;
}

.button_green:hover,
.button_green:focus {
  color: #fff;
  background-color: #759d24;
  border-color: #759d24;
}

.button_green:active {
  background-color: #628a12;
  border-color: #628a12;
}

.button_red:hover,
.button_red:focus {
  color: #fff;
  background-color: #e82929;
  border-color: #e82929;
}

.button_red:active {
  background-color: #BB2525;
  border-color: #BB2525;
}

.button_disabled,
.button_disabled:hover,
.button_disabled:visited {
  background-color: #bbb;
  color: #fff;
  border-color: #bbb;
  cursor: default;
}

.button_ghost.button_disabled,
.button_ghost.button_disabled:hover,
.button_ghost.button_disabled:visited {
  background-color: transparent;
  color: #999;
  border-color: #bbb;
}

.b-icon,
.b-icon:visited {
  display: inline-block;
  text-decoration: none;
  outline: none;
  border: none !important;
}

.icon_mask,
.icon_mask:visited {
  background-color: #999;
}
.icon_mask:hover {
  background-color: #777;
}
.icon_mask:active {
  background-color: #555;
}
.icon_static,
.icon_static:hover,
.icon_static:active {
  background-color: #666;
}

.icon_blue,
.icon_blue:visited {
  background-color: #1099e7;
}
.icon_blue:hover {
  background-color: #008dde;
}
.icon_blue:active {
  background-color: #0d79dd;
}
.icon_static.icon_blue,
.icon_static.icon_blue:hover,
.icon_static.icon_blue:active {
  background-color: #1099e7;
}

.icon_green,
.icon_green:visited {
  background-color: #80aa2a;
}
.icon_green:hover {
  background-color: #759d24;
}
.icon_green:active {
  background-color: #628a12;
}
.icon_static.icon_green,
.icon_static.icon_green:hover,
.icon_static.icon_green:active {
  background-color: #80aa2a;
}

.icon__img {
  display: inline-block;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.icon_mask .icon__img {
  font-style: none;
  display: inline-block;
}

.icon_28,
.icon_28 .icon__img {
  width: 28px;
  height: 28px;
}

.icon_128,
.icon_128 .icon__img {
  width: 128px;
  height: 128px;
  background-size: cover;
}


.icon_28 .icon__img-lock {
  background-image: url("../images/icons/icon-mask-lock-closed-28.png");
}
.icon_28 .icon__img-lock-opened {
  background-image: url("../images/icons/icon-mask-lock-opened-28.png");
}

.icon_28 .icon__img-hat {
  background-image: url("../images/icons/icon-mask-hat-28.png");
}

.icon_128 .icon__img-conversion {
  background-image: url("../images/icons/icon-conversion-128.png");
}
.icon_gray-hover.icon_128 .icon__img-conversion {
  background-image: url("../images/icons/icon-conversion-gray-128.png");
}
.icon_gray-hover.icon_128:hover .icon__img-conversion {
  background-image: url("../images/icons/icon-conversion-128.png");
}

.icon_128 .icon__img-clients {
  background-image: url("../images/icons/icon-clients-128.png");
}
.icon_gray-hover.icon_128 .icon__img-clients {
  background-image: url("../images/icons/icon-clients-gray-128.png");
}
.icon_gray-hover.icon_128:hover .icon__img-clients {
  background-image: url("../images/icons/icon-clients-128.png");
}

.icon_128 .icon__img-goal {
  background-image: url("../images/icons/icon-goal-128.png");
}
.icon_gray-hover.icon_128 .icon__img-goal {
  background-image: url("../images/icons/icon-goal-gray-128.png");
}
.icon_gray-hover.icon_128:hover .icon__img-goal {
  background-image: url("../images/icons/icon-goal-128.png");
}

.icon_128 .icon__img-funnel {
  background-image: url("../images/icons/icon-funnel-128.png");
}
.icon_gray-hover.icon_128 .icon__img-funnel {
  background-image: url("../images/icons/icon-funnel-gray-128.png");
}
.icon_gray-hover.icon_128:hover .icon__img-funnel {
  background-image: url("../images/icons/icon-funnel-128.png");
}

.icon_128 .icon__img-plan {
  background-image: url("../images/icons/icon-plan-128.png");
}
.icon_gray-hover.icon_128 .icon__img-plan {
  background-image: url("../images/icons/icon-plan-gray-128.png");
}
.icon_gray-hover.icon_128:hover .icon__img-plan {
  background-image: url("../images/icons/icon-plan-128.png");
}


.b-window {
  position: relative;
  padding: 40px 30px 40px 30px;
  width: auto;
  max-width: 620px;
  min-width: 320px;
  margin: 20px auto;
  background-color: #fff;

  -webkit-animation-duration: 350ms;
     -mos-animation-duration: 350ms;
          animation-duration: 350ms;
}

.window_animatestart {
  top: -800px;
}

.window__request {
  text-align: center;
  max-width: 680px;
}

.window__signin {
  text-align: center;
  max-width: 380px;
}

.window__request-form {
  /*padding: 20px 0 20px 0;*/
  overflow: hidden;
}

.request__form {
  padding-top: 15px;
}

.window__request-form .b-button,
.window__request-form .b-text {
  margin-bottom: 10px;
}

.window__request-form .b-button {
  margin-top: 5px;
}

.request__form .b-button,
.request__form .b-text {
  float: none;
  clear: both;
}

.form-caption {
  margin: 0 5px 0 5px;
  position: relative;
  top: -1px;
}

a.js-send-request {
  margin-top: 20px !important;
}

.window__request-form .window__text {
  line-height: 1.1em;
  padding: 10px 0 0 0;
}

.js-offer-accept {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 -16px 0;
  position: relative;
  left: -200px;
}

.js-beauty-settings {
  display: inline-block;
  clear: both;
  margin-top: 10px;
  float; none;
}

.window__keys {
  width: 90%;
  max-width: 800px;
}

.window__body {

}

.window__keys-titles {
  list-style-type: none;

}

.window__keys-titles li {
  display: none;
}

.window__keys-titles .current {
  display: block;
}

.windows__keys-num {
  color: #0d79dd;
}

.window__keys-bodies {
  display: block;
  list-style-type: none;
  height: 75vh;
  max-height: 700px;
  overflow: scroll;
  overflow-x: hidden;
  /*padding: 10px 0 0 0;
  border-top: 1px solid #ddd;*/
}

.window__keys-item {
  display: none;
  padding: 0 10px 0 0;
}

.window__keys-item {
  font-size: 1.11em;
  /*font-weight: 400;*/
  color: #222;
}

.window__keys-item p {
  margin-bottom: 0.45em;
  font-size: 1em;
  /*font-weight: 400;*/
  color: #222;
}


.window__keys-item ul {
  margin: 0 0 0 20px;
  padding: 5px 0 0.4em 0;
}

.window__keys-item:first-child {
  display: block;
}

.windows__keys-cta {
  text-align: center;
  padding: 15px 0 0 0;
}

.windows__keys-intro {
  padding: 0 0 30px 0;
}

.windows__keys-section {
  padding: 22px 0 27px 0;
  border-top: 1px dotted #999;
}

.windows__keys-about {
  display: block;
  float: left;
  height: 20px;
  margin: 0 0 -26px 0;
  padding: 5px 10px 1px 10px;
  position: relative;
  top: -36px;
  color: #fff;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 20px;
  background-color: #666;

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.windows__keys-about:after {
  content: "";
  float: right;
  display: block;
  width: 10px;
  height: 25px;
  margin: 0 -10px 0 0;
  position: relative;
  top: -4px;
  left: 10px;
  background-color: #fff;
}

.windows__keys-issue .windows__keys-about {
  background-color: #c90e0e;
}

.windows__keys-reason .windows__keys-about {
  background-color: #175ec9;
}

.windows__keys-solution .windows__keys-about {
  background-color: #2b840b;
}

.windows__keys-conclusion .windows__keys-about {
  background-color: #175ec9;
}

.windows__keys-issue.windows__keys-section {
  border-color: #c90e0e;
}
.windows__keys-reason.windows__keys-section {
  border-color: #175ec9;
}
.windows__keys-solution.windows__keys-section {
  border-color: #2b840b;
}
.windows__keys-conclusion.windows__keys-section {
  border-color: #175ec9;
}




/* ==========================================================================
   Section blocks
   ========================================================================== */

.b-header {
  /*position: fixed;*/
  margin-bottom: -95px;
  /*width: 100%;*/
  z-index: 9;
  top: 0;
  height: 95px;
  padding: 20px 0 0 0;
  /*background-color: #fafafa;*/
  overflow: hidden;
}

.b-header .g-wrapper {
  overflow: hidden;
  width: auto;
}

.header__logo {
  float: left;
  padding: 17px 0 0 0;
}

.header__logo-link,
.header__logo-link:active {
  display: block;
  float: left;
  width: 140px;
  height: 40px;
  overflow: hidden;
  border: none !important;
}

.header__logo-img {
  display: block;
  float: left;
  width: 140px;
  height: 40px;
  padding-left: 140px;
  background: transparent url("../images/callmart-logo-140.png") 50% 50% no-repeat;

  -webkit-transition: background-image 0.35s ease;
     -moz-transition: background-image 0.35s ease;
       -o-transition: background-image 0.35s ease;
          transition: background-image 0.35s ease;

  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.header__logo-link:hover .header__logo-img {
  background-image: url("../images/callmart-logo-hover-140.png");
}

.header__menu {
  float: right;
  padding: 15px 0 0 0;
}

.header__phone {
  margin: 0 20px 0 0;
  position: relative;
  font-weight: 400;
  top: 2px;
}

.header__button {
  margin: 0 0 0 0;
}

.header__icon {
  margin: 0 0 0 10px;
  vertical-align: middle;
}

.icon__img {
  -webkit-transition: background-image 0.35s ease;
     -moz-transition: background-image 0.35s ease;
       -o-transition: background-image 0.35s ease;
          transition: background-image 0.35s ease;
}

.header__icon:hover .icon__img-lock,
.header__icon .icon__img-lock:hover {
  background-image: url("../images/icons/icon-mask-lock-opened-28.png");
}

.b-screen {
  padding: 70px 0;
  min-width: 800px;
  /*border-top: 1px dotted #759d24;*/
}

.b-screen:first-child {
  border: none;
}

.screen_howwork {
  text-align: left;
}

.screen_howwork .content__title {
  width: 70%;
}

.content__title {
  position: relative;
  font-size: 2.5em;
  background-color: #ebebf1;
  padding: 7px 10px;
  margin-bottom: 0.65em;
}

.content__title_big {

}

.content__text {
  color: #222;
  font-size: 1.5em;
  line-height:  1.25em;
  padding: 0 0 15px 0;
}

.content__text_gray {
  color: #666;
}

.content__text_left {
  display: inline-block; 
  width: 45%;
}

.content__title__pre {
  display: block;
  font-size: 0.6em;
  margin: 0 0 15px 0;
}

.content__title_bg {

}

.content__title_bg .content__title_bg_box {
  position: relative;
  z-index: 5;
}


.content__text_bottom {
  position: relative;
  top: 42vh;
}

.content__subtext {
  display: inline-block;
  border-bottom: 1px solid #FF9393;
  position: absolute;
}

.content__subtext h1 {
  font-size: 2em;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.content__subtext_green {
  border-color: #35D44C;
}

.content__subtext:before {
  content: "";
  display: inline-block;
  height: 50px;
  /*width: 200px;*/
  border-top: 1px solid #FF9393;
  border-right: 1px solid #FF9393;
  -moz-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  position: relative;
  top: 67px;
  right: -25px;
  float: right;
}

.content__subtext_bottom:before {
  border-top: none;
  border-bottom: 1px solid #FF9393;
  border-right: 1px solid #FF9393;
  -moz-transform: skew(-45deg);
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  top: 17px;
}

.content__subtext_green:before {
  border-color: #35D44C;
}

.content__subtext_3lines:before {
  top: 97px;
}

.content__subtext_3lines.content__subtext_bottom:before {
  top: 47px;
}

.content__subtext .content__subtext_box {
  vertical-align: top;
}

.content__subtext_bottom .content__subtext_box {
  
}

.content__subtext .content__subtext_box .visible_ib {
  padding: 0 0 7px 0;
  height: 60px;
}

.content__subtext_3lines .content__subtext_box .visible_ib {
  height: 90px;
}

.content__list_icon {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 28px;
  border: 2px solid #FF9393;
  line-height: 52px;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  font-style: normal;
  color: #FF9393;
  font-size: 80%;
  margin: 0 0 -50px -75px;
}

.content__list_icon_green {
  border-color: #35D44C;
  color: #35D44C;
}

.content__sms {
  display: none;
  position: absolute;
  bottom: 0;
  height: 65%;
  right: 9%;
}

.content__box {
  margin-top: 27%;
  width: 45%;
  padding-left: 75px;
}

.content__subtext__photo {
  vertical-align: top;
  height: 120px;
  width: 120px;
  margin: 0 0 15px 0;
}

.color_red {
  color: #e10000;
}

.inline_content {

}

.ui_tiles-subtext,
.ui_funnel-subtext {
  display: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #0b75ce;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  margin: 10px -15px 0 -15px;
}


/* Tile view */

.ui_wrapper {
  overflow: hidden;
  text-align: left;
  padding: 10px 0 0 0;
  min-width: 800px;
}

.ui_tiles {
  display: inline-block;
  /*width: 70%;
  width: 650px;
  min-width: 650px;
  height: 400px;*/
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.ui_tiles .free-wall {
  width: 100%;
  height: 100%;
  line-height: 1px;
}

.ui_tiles .brick {
  position: relative;
}

.ui_tiles .brick_line {
  position: relative;
  display: table;
  max-width: 500px;
  height: 32px;
  margin-bottom: 6px;
}

.ui_tiles .brick_line-hid {
  visibility: hidden;
}

.ui_tiles .brick_line-double {
  height: 13px;
  margin-bottom: 6px;
}

.ui_tiles .ui_brick_hover {
  box-shadow: 0px 0px 9px rgba(0,0,0,.4);
}

.ui_tiles .cover {
  color: #fafafa;
  font-size: 17px;
  font-weight: 500;

  line-height: 32px;
  padding: 0 5px;
  /*position: absolute;
  left: 0;
  right: 0;
  top: 45%;

  margin-top: -10px;*/
  text-align: center;
}

.ui_tiles .ui_brick_hover .cover {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

.ui_tiles-legend {
  width: 240px;
  float: left;
  text-align: right;
}

.ui_tiles-legend__list {
  list-style-type: none;
  text-align: right;
  margin: 0 10px 0 0;
}

.ui_tiles-legend__list li {
  display: inline-block;
  padding: 0 10px 0 0;
}

.ui_tiles-legend__button {
  width: 180px;
  display: inline-block;
  text-align: center;
  opacity: 0.92;
  color: #f4f4f4;
  height: 32px;
  line-height: 33px;
  border-bottom: 6px solid #fafafa;
}

.ui_tiles-legend__button:hover {
  opacity: 0.97;
  border-bottom: 6px solid #fafafa;
}

.ui_tiles-legend__button:active {
  opacity: 1;
  color: #fff;
}

.ui_tiles-legend__button_active,
.ui_tiles-legend__button_active:hover,
.ui_tiles-legend__button_active:active,
.ui_tiles-legend__button_active:visited {
  opacity: 1;
  color: #fff;
  font-weight: bold;
}

.ui_tiles-legend__button.visible,
.ui_tiles-legend__button.visible:hover,
.ui_tiles-legend__button.visible:active,
.ui_tiles-legend__button.visible:visited {
  opacity: 1;
  color: #fff;
  font-weight: bold;
}

.ui_tiles-legend__button.transparented {
  opacity: 0.3;
}

.ui_tiles-legend__button.transparented:hover {
  opacity: 0.97;
}

.ui_tiles-total {
  padding: 10px 20px 0 0;
  font-weight: 400;
  text-align: center;
  width: 220px;
  float: right;
}

.ui_message {
  display: inline-block;
  padding: 5px 20px 3px 20px;
  margin: 10px 0 0 0;
  border-radius: 5px;
  font-weight: 400;
  color: #222;
  border: 1px solid #222;
  background-color: #f4f4f4;
}

.ui_message_error {
  color: #b10000;
  border: 1px solid #b10000;
  background-color: #ffd2d2;
}


/* Funnel view */

.ui_funnel {
  padding: 10px 0 5px 0;
  margin: 0 0 -10px 0;
  width: 100%;
  border-radius: 5px;
}

.ui_funnel ul {
  min-width: 900px;
  text-align: center;
  display: inline-block;
}

.ui_funnel_horizontal {
  list-style-type: none;
  overflow: hidden;
}

.ui_funnel__item {

}

.ui_funnel_conv {
  margin-bottom: -5px;
}

.ui_funnel_horizontal .ui_funnel__item {
  float: left;
  margin: 5px 0;
}

.ui_funnel_horizontal .ui_funnel_conv {
  float: left;
  min-width: 10px;
  min-height: 82px;
  text-align: right;
  font-size: 11px;
  color: #28D;
  padding: 0 2px;
  font-weight: 400;
}

.ui_funnel_horizontal .ui_funnel_conv span {
  display: inline-block;
  position: relative;
  margin-top: 120px;
  margin-right: -1px;
}

.ui_funnel_horizontal .ui_funnel_conv_1 span { margin-top: 115px; }
.ui_funnel_horizontal .ui_funnel_conv_2 span { margin-top: 110px; }
.ui_funnel_horizontal .ui_funnel_conv_3 span { margin-top: 105px; }
.ui_funnel_horizontal .ui_funnel_conv_4 span { margin-top: 100px; }
.ui_funnel_horizontal .ui_funnel_conv_5 span { margin-top: 95px; }
.ui_funnel_horizontal .ui_funnel_conv_6 span { margin-top: 90px; }
.ui_funnel_horizontal .ui_funnel_conv_7 span { margin-top: 85px; }

.ui_funnel-novadent .ui_funnel_horizontal .ui_funnel_conv span { margin-top: 95px; }
.ui_funnel-novadent .ui_funnel_horizontal .ui_funnel_conv_1 span { margin-top: 90px; }
.ui_funnel-novadent .ui_funnel_horizontal .ui_funnel_conv_2 span { margin-top: 85px; }
.ui_funnel-novadent .ui_funnel_horizontal .ui_funnel_conv_3 span { margin-top: 80px; }

.ui_funnel__title {
  display: block;
  vertical-align: bottom;
  line-height: 14px;
  height: 30px;
  max-width: 90px;
  font-size: 14px;
  font-weight: 400;
  color: #444;
}

.ui_funnel-novadent .ui_funnel__title {
  height: 20px;
}

.ui_funnel__box {
  display: block;
  width: 0;
  min-height: 80px;
  padding: 7px 0 0 0;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  /*background-color: #28D;*/

  border-color: transparent #28D;
  border-style: solid;
  border-width: 0 0 4px 90px;
}

.ui_funnel__box:hover,
.ui_funnel__box:focus {
  text-decoration: none;
}

.ui_funnel__box:hover {
  box-shadow: 0px -2px 7px rgba(0,0,0,.15);
  margin-top: -1px;
}


.ui_funnel__box.transparented {
  opacity: 0.3 !important;
}

.ui_funnel__box.transparented:hover {
  opacity: 0.97 !important;
}

.ui_funnel__box_active,
.ui_funnel__box_active:hover,
.ui_funnel__box_active:focus {
  box-shadow: 0px -2px 9px rgba(0,0,0,.17);
  margin-top: -2px;
}

.ui_funnel__box_1 { min-height: 75px; border-color: transparent #4a8bec; }
.ui_funnel__box_2 { min-height: 70px; border-color: transparent #4a8bec; }
.ui_funnel__box_3 { min-height: 65px; border-color: transparent #22a1dd; }
.ui_funnel__box_4 { min-height: 60px; border-color: transparent #22a1dd; }
.ui_funnel__box_5 { min-height: 55px; border-color: transparent #49afce; }
.ui_funnel__box_6 { min-height: 50px; border-color: transparent #49afce; }
.ui_funnel__box_7 { min-height: 45px; }

.ui_funnel-novadent .ui_funnel__box { min-height: 60px; }
.ui_funnel-novadent .ui_funnel__box_1 { min-height: 55px; border-color: transparent #4a8bec; }
.ui_funnel-novadent .ui_funnel__box_2 { min-height: 50px; border-color: transparent #22a1dd; }
.ui_funnel-novadent .ui_funnel__box_3 { min-height: 45px; border-color: transparent #49afce; }

.ui_funnel__box span {
  position: relative;
  margin-left: -90px;
}

.ui_funnel_conv-full {
  display: block;
  font-size: 12px;
  color: #EEE;
  position: relative;
  margin: -5px 0 0 -82px;
  font-style: normal;
  font-weight: 400;
}


@media only all and (max-width: 1024px) {
  .ui_funnel ul {
    min-width: 820px;
  }

  .ui_funnel__title {
    max-width: 80px;
  }

  .ui_funnel_conv-full {
    margin-left: -72px;
  }

  .ui_funnel__box {
    border-width: 0 0 4px 80px;
  }

  .ui_funnel__box span {
    margin-left: -80px;
  }
}
@media only all and (max-width: 900px) {
  .ui_funnel ul {
    min-width: 700px;
  }

  .ui_funnel__title {
    max-width: 65px;
  }

  .ui_funnel_conv-full {
    margin-left: -57px;
  }

  .ui_funnel__box {
    border-width: 0 0 4px 65px;
    font-size: 18px;
  }

  .ui_funnel__box span {
    margin-left: -65px;
  }
}


.ui_funnel-details {
  display: none;
  position: absolute;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #4fa0e4;
  padding: 10px 15px 0px 15px;
  border-radius: 5px;
  top: 32px;
  box-shadow: 0px 2px 10px rgba(0,0,0,.15);
}

.ui_funnel-details__list {
  list-style-type: none;
}

.ui_funnel-details__list li {
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}

.ui_funnel-details__list li b {
  float: right;
}



@media only all and (max-width: 1100px) {
  .content__sms {
    height: 60%;
    right: 8%;
  }

  .content__box {
    margin-top: 30%;
    width: 40%;
  }
}

@media only all and (max-width: 1000px) {
  .content__sms {
    height: 57%;
    right: 7%;
  }

  .content__box {
    margin-top: 34%;
    width: 40%;
  }
}

@media only all and (max-width: 900px) {
  .content__sms {
    height: 55%;
    right: 6%;
  }

  .content__box {
    margin-top: 37%;
    width: 40%;
  }
}

@media only all and (max-width: 800px) {
  .content__sms {
    height: 50%;
    right: 5%;
  }

  .content__box {
    margin-top: 37%;
    width: 37%;
  }
}

@media only all and (max-height: 800px) {
  .content__text_bottom {
    top: 38vh;
  }

  .content__box {
    margin-top: 23%;
  }
}

@media only all and (max-height: 700px) {
  .content__text_bottom {
    top: 36vh;
  }

  .content__box {
    margin-top: 15%;
  }
}

@media only all and (max-height: 600px) {
  .content__text_bottom {
    top: 34vh;
  }

  .content__box {
    margin-top: 13%;
  }
}


/* test */

.screen__footer {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

/* Intro Section */

.screen__intro-title {
  margin: 250px auto 0 auto;
  margin-top: 27vh;
  padding-bottom: 0.2em;
  text-align: center;
}

.screen__intro-title h1 {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 0.5em;
}

.screen__intro-logo {
  text-align: center;
  padding: 0 0 40px 0;
}

.screen__intro-whatwedo {
  padding: 0;
  margin: 0;
}

.screen__intro-whatwedo h3 {
  padding: 0;
  margin: 0;
  color: #444;
}

.screen__intro-sublink {
  padding: 20px 0 0 0;
  font-size: 1.11em;
}

.screen__intro-subtitle {
  padding: 20px 0 0 0;
  font-size: 1.11em;
  color: #777;
}

/*.screen__intro-cta {
  margin: 15px 0 0 0;
}*/

.screen__intro-cta {
  margin: 0 0 0 0;
}

.screen__intro-phone {
  padding: 20px 0 0 0;
  font-size: 1.11em;
  font-weight: 300;
}

.screen__intro-phonetext {
  padding: 0 0 0.2em 0;
  margin: 0;
  color: #777;
}

.screen__intro .g-wrapper {
  padding-bottom: 150px;
}

.announce_next {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  font-weight: 400;
  text-align: center;
  width: auto;
  text-decoration: underline;

  animation: mainbtn_float 2s ease-in-out infinite;
}

.announce_next:hover {
  text-decoration: none;
}

/* HowTo Section */

/*.screen__howto {

}

.screen__howto-title {
  margin: 210px 0 0 0;
  margin-top: 25vh;
}

.screen__howto-icons {
  max-width: 980px;
  overflow: hidden;
  margin: 10px auto 0 auto;
  padding: 0 0 40px 0;
  list-style-type: none;
  text-align: center;
  background-color: #fafafa;
}

.screen__howto-switch {
  display: inline-block;
  padding: 0 25px;
}

.screen__howto-switch:first-child {
  padding-left: 0;
}

.screen__howto-switch:last-child {
  padding-right: 0;
}

.screen__howto-icon,
.screen__howto-icon:visited {
  display: block;
  width: 128px;
  height: 128px;
  cursor: default;
}

.screen__howto-switch .icon_gray-hover,
.screen__howto-switch .icon_gray-hover:visited {
  cursor: pointer;
}

.screen__howto-arrow {
  display: inline-block;
  width: 18px;
  height: 10px;
  margin: 0;
  position: relative;
  z-index: 7;
  left: -362px;
  top: -8px;
  text-align: center;
  background: transparent url("../images/icons/icon-arrow-down-18.png") left top no-repeat;
}

.screen__howto-bodies {
  width: 100%;
  max-width: 980px;
  padding: 0 0 15px 0;
  margin: 0 auto 0 auto;
  position: relative;
  list-style-type: none;
  text-align: center;
  font-size: 1.13em;
  border-bottom: 1px solid #999;
}

.screen__howto-bodies h3 {
  padding-top: 0;
  text-align: center;
}

.screen__howto-body {
  max-width: 980px;
  margin: 0 auto;
  display: none;
  text-align: left;
}

.screen__howto-subtitle {
  color: #1099e7;
  padding-bottom: 0.4em;
}

.screen__howto-body p {
  width: 100%;
}*/

.screen_1,
.screen_3,
.screen_5,
.screen_7 {
  text-align: left;
}

/*.screen_2 .g-wrapper,
.screen_3 .g-wrapper {
  width: 100%;
  position: relative;
}*/

.screen_1 .g-wrapper,
.screen_3 .g-wrapper,
.screen_5 .g-wrapper,
.screen_7 .g-wrapper {
  width: 60%;
  position: relative;
  left: -100px;
}

.screen_2,
.screen_4,
.screen_6,
.screen_8 {
  text-align: left;
}

.screen_2 .g-wrapper,
.screen_4 .g-wrapper,
.screen_6 .g-wrapper,
.screen_7 .g-wrapper {
  width: 60%;
  position: relative;
  left: 100px;
}

.screen_1 .b-button,
.screen_2 .b-button,
.screen_3 .b-button,
.screen_4 .b-button,
.screen_5 .b-button,
.screen_6 .b-button {
  font-size: 16px;
}

.screen_contacts {
  text-align: center;
}

.screen_contacts .g-wrapper {
  width: 60%;
  max-width: 400px;
}


@media only all and (max-width: 1200px) {
  .screen_1 .g-wrapper,
  .screen_3 .g-wrapper,
  .screen_5 .g-wrapper,
  .screen_7 .g-wrapper {
    width: 75%;
    left: -60px;
  }

  .screen_2 .g-wrapper,
  .screen_4 .g-wrapper,
  .screen_6 .g-wrapper,
  .screen_7 .g-wrapper {
    width: 75%;
    left: 60px;
  }

  .screen_contacts .g-wrapper {
    width: 75%;
  }
}

@media only all and (max-width: 1024px) {
  .screen_1 .g-wrapper,
  .screen_3 .g-wrapper,
  .screen_5 .g-wrapper,
  .screen_7 .g-wrapper {
    width: 90%;
    left: -20px;
  }

  .screen_2 .g-wrapper,
  .screen_4 .g-wrapper,
  .screen_6 .g-wrapper,
  .screen_7 .g-wrapper {
    width: 90%;
    left: 20px;
  }

  .screen_contacts .g-wrapper {
    width: 90%;
  }
}

@media only all and (max-width: 900px) {
  .screen_1 .g-wrapper,
  .screen_3 .g-wrapper,
  .screen_5 .g-wrapper,
  .screen_7 .g-wrapper {
    width: 95%;
    left: 0px;
  }

  .screen_2 .g-wrapper,
  .screen_4 .g-wrapper,
  .screen_6 .g-wrapper,
  .screen_7 .g-wrapper {
    width: 95%;
    left: 0px;
  }

  .screen_contacts .g-wrapper {
    width: 95%;
  }
}

.man {
  /*opacity: 0.14;*/
  opacity: 0;
}

.man:after {
  display: inline-block;
  background-color: red;
  content: "";
  vertical-align: top;
  background: transparent url("../images/man_green.png") 50% 50% no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.man.r:after {
  background-image: url("../images/man_red.png");
}

.man.n {
  opacity: 0.50;
}
.man.c {
  opacity: 0.70;
}

.man .b {
  float: left;
  display: inline-block;
  background-color: #77d46e;
  border-radius: 50%;
  vertical-align: middle;
  width: 300%;
  height: 114px;
  margin-bottom: -114px;
  margin-left: -100%;
  margin-top: -50%;
}

.man.r .b {
  background-color: #f6807e;
}

.man.c .b {
  opacity: 0.24;
}


/* ==========================================================================
   Defaults for Responsive
   ========================================================================== */

.b-window {
  padding: 40px 30px 40px 30px;
  max-width: 620px;
  min-width: 320px;
}

.window_animatestart { top: -800px; }
.window__request { max-width: 680px; }
.window__keys { max-width: 830px; }

.b-header {
  height: 70px;
  padding-top: 0px;
  min-width: 800px;
}

.header__menu { padding-top: 15px; }
.header__button-notimportan { display: inline; }
.screen__footer { 
  bottom: 20px;
  bottom: 1vh;
}

/*.screen__intro-clients { padding-bottom: 90px; }
.screen__intro-clients-title { color: #777; }*/

.slider__container { width: 85%; }
.slider__container-hidden {
  margin-bottom: -607px;
  padding-bottom: 500px;
}

/*.screen__tryit-contacts { padding-bottom: 40px; }*/

.rs-show-620,
.rs-show-800,
.rs-show-930 { display: none; }

/* ==========================================================================
   Height QUERIES
   ========================================================================== */

@media only all and (max-height: 880px) {
  .screen__intro-title { margin-top: 190px; margin-top: 25vh; }
}

@media only all and (max-height: 900px) {
  .screen__howto-title,
  .screen__reasons-title { margin-top: 170px; margin-top: 24vh; }
  .screen__clients-title { margin-top: 200px; margin-top: 26vh; }
  .screen__tryit-title { margin-top: 310px; margin-top: 32vh; }
  .screen__footer { bottom: 0px; }
}

@media only all and (max-height: 850px) {
  .screen__howto-icons { margin-top: 0; padding-bottom: 30px; }
  .screen__howto-title,
  .screen__reasons-title { margin-top: 160px; margin-top: 23.5vh; }
  .screen__tryit-title { margin-top: 290px; margin-top: 31.5vh; }
  /*.slider__item { width: 550px; }
  .slider__item-answer { width: 550px; }*/
  .screen__footer { bottom: -10px; }
}

@media only all and (max-height: 750px) {
  .screen__intro-title { margin-top: 150px; margin-top: 20vh; }
  .screen__howto-icons { padding-bottom: 15px; }
  /*.screen__howto-subtitle { padding-top: 0.7em; padding-bottom: 0.3em; }*/
  .screen__howto-bodies { font-size: 1em; }
  .screen__howto-title,
  .screen__reasons-title { margin-top: 150px; margin-top: 22vh; }
  .screen__clients-title { margin-top: 170px; margin-top: 24vh; }
  .screen__tryit-title { margin-top: 270px; margin-top: 30vh; }
  .screen__tryit-contacts { padding-bottom: 70px; }
  .screen__footer { bottom: -20px; }
  .window__keys-bodies { height: 70vh; max-height: 700px; }
}

@media only all and (max-height: 700px) {
  .screen__intro-title { margin-top: 120px; margin-top: 17vh; }
  .screen__howto-icon, 
  .screen__howto-switch .icon_128, 
  .screen__howto-icon .icon__img {
    width: 96px; height: 96px;
  }
  .screen__howto-title,
  .screen__reasons-title { margin-top: 120px; margin-top: 20vh; }
  .screen__tryit-title { margin-top: 255px; margin-top: 29.5vh; }
  .screen__tryit-contacts { padding-bottom: 90px; }
}

@media only all and (max-height: 640px) {
  .screen__intro-title { margin-top: 100px; margin-top: 15vh; }
  .screen__howto-title,
  .screen__reasons-title { margin-top: 110px; }
  .screen__clients-title { margin-top: 150px; margin-top: 23vh; }
  /*.slider__item { padding: 20px 20px 530px 20px; }*/
  .slider__item p { font-size: 16px; }
  .screen__tryit-title { margin-top: 190px; margin-top: 27vh; }
  .window__keys { max-width: 85%; }
  .window__keys-bodies { height: 65vh; max-height: 600px; }
}

@media only all and (max-height: 600px) {
  .screen__intro-title { margin-top: 60px; margin-top: 10vh; }
  .screen__whatwedo-body p { font-size: 0.9em; }
  .screen__tryit-title { margin-top: 170px; margin-top: 26vh; }
}

@media only all and (max-height: 570px) {
  .b-header { height: 75px; padding-top: 0px; }
  .window__keys-bodies { height: 61vh; max-height: 500px; }
  .announce_next { display: none; }
}

@media only all and (max-height: 540px) {
  .screen__footer { position: static; margin-top: 40px; }
}

@media only all and (max-height: 529px) {
  .screen__intro-title { margin-top: 30px; }
  .b-header { height: 75px; padding-top: 0px; }
}

/* 529px height is disabling fullpage*/

/* ==========================================================================
   Width & Height QUERIES
   ========================================================================== */

/* 1200 px WIDTH */
@media only all and (max-width: 1200px) {
  .g-wrapper { width: 92%; }
  .slider__item p { font-size: 16px; }
}

/* 1100 px WIDTH */
@media only all and (max-width: 1100px) {
  .rs-hide-1100 { display: none; }

  @media only all and (max-height: 900px) {
    .screen__howto-title { margin-top: 150px; margin-top: 23vh; }
    .screen__reasons-title { margin-top: 170px; margin-top: 24vh; }
  }

  @media only all and (max-height: 850px) {
    .screen__howto-title { margin-top: 140px; margin-top: 21vh; }
    .screen__reasons-title { margin-top: 160px; margin-top: 23.5vh; }
  }

  @media only all and (max-height: 750px) {
    .screen__howto-title { margin-top: 130px; margin-top: 20vh; }
    .screen__reasons-title { margin-top: 150px; margin-top: 22vh; }
  }

  @media only all and (max-height: 700px) {
    .screen__howto-title { margin-top: 100px; margin-top: 19vh; }
    .screen__reasons-title { margin-top: 120px; margin-top: 20vh; }
  }

  @media only all and (max-height: 640px) {
    .screen__howto-title { margin-top: 95px; }
    .screen__reasons-title { margin-top: 110px; }
  }
}

/* 990 px WIDTH */
@media only all and (max-width: 990px) {
  .g-wrapper { width: 97%; }
  
  @media only all and (max-height: 930px) {
    .screen__footer { bottom: 0px; }
  }
  @media only all and (max-height: 850px) {
    .screen__footer { bottom: -15px; }
  }
  @media only all and (max-height: 640px) {
    .b-header { height: 75px; padding-top: 0px; }
    .screen__footer { bottom: -20px; }
  }
  @media only all and (max-height: 569px) {
    .screen__footer { position: static; margin-top: 40px; }
  }
}

/* 930 px WIDTH */
@media only all and (max-width: 950px) {
  .rs-hide-930 { display: none; }
  .rs-show-930 { display: inline; }

  .screen__howto-icon, 
  .screen__howto-switch .icon_128, 
  .screen__howto-icon .icon__img {
    width: 96px; height: 96px;
  }
}

/* 860 px WIDTH */
@media only all and (max-width: 860px) {
  @media only all and (max-height: 765px) {
    .slider__item p { font-size: 16px; }
    .screen__howto-title { margin-top: 100px; } 
  }
}

/* 800 px WIDTH */
@media only all and (max-width: 800px) {
  .rs-hide-800 { display: none; }
  .rs-show-800 { display: inline; }
}

/* 760 px WIDTH */
@media only all and (max-width: 760px) {
  .rs-hide-760 { display: none; }
  .g-wrapper { width: auto; }
  .screen__howto-bodies { font-size: 1em; }
  .screen__howto-switch { padding: 0 15px; }
  .screen__howto-switch:first-child { padding-left: 0; }
  .screen__howto-switch:last-child { padding-right: 0; }

  @media only all and (max-height: 670px) {
    .screen__footer { position: static; margin-top: 40px; }
  }
}

/* 692 px WIDTH */
@media only all and (max-width: 692px) {
  .screen__intro-title { margin-top: 250px; margin-top: 30vh; }
  .screen__tryit-title { margin-top: 300px; margin-top: 31.5vh; }

  .screen__footer { bottom: 0px; }
  /*.slider__item { width: 500px; }
  .slider__item-answer { width: 500px; }*/
  .screen__howto-icons { margin-top: 0; padding-bottom: 20px; }
  .screen__howto-switch { padding: 0 5px; }
  .screen__howto-switch:first-child { padding-left: 0; }
  .screen__howto-switch:last-child { padding-right: 0; }

  @media only all and (max-height: 930px) {
    .screen__intro-title { margin-top: 230px; margin-top: 29vh; }
    .screen__tryit-title { margin-top: 285px; margin-top: 31vh; }
    .screen__footer { bottom: -10px; }
  }
  @media only all and (max-height: 900px) {
    .screen__intro-title { margin-top: 220px; margin-top: 28vh; }
    .screen__tryit-title { margin-top: 275px; margin-top: 30.5vh; }
    .screen__howto-title { margin-top: 120px; }
    .screen__whatwedo-body p { font-size: 0.9em; }
  }
  @media only all and (max-height: 860px) {
    .screen__intro-title { margin-top: 200px; margin-top: 28vh; }
    .screen__tryit-title { margin-top: 260px; margin-top: 30vh; }
    .screen__footer { bottom: -15px; }
    .screen__intro-academic { padding-top: 0px; }
  }
  @media only all and (max-height: 820px) {
    .screen__intro-title { margin-top: 180px; margin-top: 27vh; }
    .screen__tryit-title { margin-top: 250px; margin-top: 29.5vh; }
    .screen__footer { bottom: -20px; }
  }
  @media only all and (max-height: 740px) {
    .screen__intro-title { margin-top: 170px; margin-top: 26.5vh; }
    .screen__tryit-title { margin-top: 230px; margin-top: 28vh; }
  }
  @media only all and (max-height: 699px) {
    .screen__intro-title { margin-top: 155px; }
    .screen__tryit-title { margin-top: 180px; }
  }
  @media only all and (max-height: 640px) {
    .screen__intro-title { margin-top: 140px; }
    .screen__tryit-title { margin-top: 160px; }
  }
  @media only all and (max-height: 669px) {
    .screen__footer {
      position: static;
      margin-top: 40px;
    }
  }
}

/* 620 px WIDTH */
@media only all and (max-width: 620px) {
  .rs-hide-620 { display: none; }
  .rs-show-620 { display: inline; }
  .g-wrapper { padding-left: 15px; padding-right: 15px; }
  .header__phone { margin-right: 10px; }
  .header__button { padding-left: 10px; padding-right: 10px;}
  .header__icon { margin-left: 10px; }
  /*.slider__item { width: 400px; }
  .slider__item-answer { width: 400px; }*/
  .screen__intro-clients li { margin-right: 0;}
}

/* 605 px WIDTH */
@media only all and (max-width: 625px) {
  .screen__footer { bottom: -40px; }
  .screen__howto-icon, 
  .screen__howto-switch .icon_128, 
  .screen__howto-icon .icon__img {
    width: 72px; height: 72px;
  }
  .screen__howto-switch { padding: 0 10px; }
  .screen__howto-switch:first-child { padding-left: 0; }
  .screen__howto-switch:last-child { padding-right: 0; }

  @media only all and (max-height: 930px) {
    .screen__tryit-title { margin-top: 300px; }
  }
  @media only all and (max-height: 900px) {
    .screen__tryit-title { margin-top: 180px; }
    .screen__footer { bottom: -50px; }
  }
  @media only all and (max-height: 860px) {
    .screen__tryit-title { margin-top: 270px; }
  }
  @media only all and (max-height: 810px) {
    .screen__tryit-title { margin-top: 250px; }
  }
  @media only all and (max-height: 760px) {
    .screen__tryit-title { margin-top: 230px; }
  }
  @media only all and (max-height: 742px) {
    .screen__footer {
      position: static;
      margin-top: 40px;
    }
  }
}

/* 540 px WIDTH */
@media only all and (max-width: 540px) {
  .header__phone { display: none; }
  .g-wrapper { padding-left: 10px; padding-right: 10px; }
}

/* 540 px WIDTH */
@media only all and (max-width: 480px) {
  .screen__tryit-about { padding-bottom: 50px; }

  .g-link_local,
  .g-link_local:visited {
    border-bottom: none;
  }

  .screen__footer {
    position: static;
    margin-top: 40px;
  }
}

/* 620 px HEIGHT */
@media only all and (max-height: 620px) {
  .rh-hide-620 { display: none; }
}

/*

@media only all and (min-width: 1920px), screen and (min-device-width : 768px) and (max-device-width : 1024px) {

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

}

*/