﻿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;
}

/* ==========================================================================
   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
   ========================================================================== */

.g-wrapper {
  width: 85%;
  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_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;
}

.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_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__request-form {
  padding: 20px 0 20px 0;
  overflow: hidden;
}

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

.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;
}

.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;
  width: 100%;
  z-index: 9;
  top: 0;
  height: 95px;
  padding: 20px 0 0 0;
  background-color: #fafafa;
  overflow: hidden;
}

.b-header .g-wrapper {

}

.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;
  overflow: hidden;
  padding: 20px 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 {
  
}

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

/* Intro Section */

.screen__intro-title {
  max-width: 700px;
  margin: 320px auto 0 auto;
  margin-top: 33vh;
  padding-bottom: 0.3em;
}

.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: 50px 0 0 0;
}

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

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

/*
.screen__intro-clients {
  display: inline-block;
  list-style-type: none;
  padding: 0 0 90px 0;
}

.screen__intro-clients li {
  display: inline-block;
  margin: 10px 15px 0 15px;
}

.screen__intro-clients li:first-child {
  margin-left: 0;
}
.screen__intro-clients li:last-child {
  margin-right: 0;
}

.screen__intro-client {
  -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
         opacity: 0.7;

  -webkit-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease;
}

.screen__intro-client:hover {
  -khtml-opacity: 1;
    -moz-opacity: 1;
         opacity: 1;
}
*/
/* 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;

  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fafafa), color-stop(100%, rgba(0,0,0,0.02))); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #fafafa 70%, rgba(0,0,0,0.02) 100%); /* Chrome10+,Safari5.1+ */
  background-image:    -moz-linear-gradient(top, #fafafa 70%, rgba(0,0,0,0.02) 100%); /* FF3.6+ */
  background-image:     -ms-linear-gradient(top, #fafafa 70%, rgba(0,0,0,0.02) 100%); /* IE10+ */
  background-image:      -o-linear-gradient(top, #fafafa 70%, rgba(0,0,0,0.02) 100%); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #fafafa 70%, rgba(0,0,0,0.02) 100%); /* W3C */
}

.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 {
  /*position: absolute;*/
  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%;
}

/* Reasons Section */

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

.b-slider {
  text-align: left;
  overflow: hidden;
  margin: 0 auto;
  width: 97%;
}

.slider__arrow,
.slider__arrow:visited {
  display: inline-block;
  float: left;
  width: 54px;
  height: 54px;
  margin-bottom: -54px;
  position: relative;
  top: 210px;
  background-color: #80aa2a;/*80aa2a*/
}

.slider__arrow2,
.slider__arrow2:visited {
  top: 180px;
}

.slider__arrow:hover {
  background-color: #1099e7;/*1099e7,759d24*/
}

.slider__arrow:active,
.slider__arrow:focus {
  border: none !important;
}

.slider__arrow_disabled,
.slider__arrow_disabled:visited,
.slider__arrow_disabled:hover {
  visibility: hidden;
  cursor: default;
  background-color: #ccc;
}

.slider__arrow i {
  display: inline-block;
  width: 54px;
  height: 54px;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slider__arrow_right {
  float: right;
}

.slider__arrow_left {
  float: left;
}

.slider__arrow_right i {
  background-image: url("../images/icons/icon-mask-arrow-right-54.png");
}

.slider__arrow_left i {
  background-image: url("../images/icons/icon-mask-arrow-left-54.png");
}

.slider__container {
  width: 85%;
  margin: 0 auto;
  padding: 0 7px 0 0;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc;
}

.slider__container-sub {
  padding: 7px;
  overflow: hidden;
  position: relative;
}

.slider__container-hidden {
  width: 20px;
  margin: -7px;
  float: right;
  margin-bottom: -607px;
  padding-bottom: 500px;
  position: relative;
  z-index: 8;
  background: transparent url("../images/bg-gradient-hidden-right.png") right top repeat-y;
}

.slider__list {
  width: 4000px;
  list-style-type: none;
}

.slider__item {
  cursor: pointer;
  float: left;
  width: 470px;
  margin: 0 30px -500px 0;
  padding: 30px 30px 525px 30px;
  position: relative;
  background-color: #fff;

  zoom: 1;

  -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
         opacity: 0.5;

  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.27);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.27);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.27);

  -webkit-transition: margin 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease;
     -moz-transition: margin 0.35s ease, -moz-opacity 0.35s ease, box-shadow 0.35s ease;
       -o-transition: margin 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease;
          transition: margin 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease;
}

.slider__list .current {
  cursor: default;
}

.slider__item_long {
  width: 700px;
}

.slider__item:hover {
  -khtml-opacity: 1;
    -moz-opacity: 1;
         opacity: 1;

  -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.32);
     -moz-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.32);
          box-shadow: 0 7px 12px rgba(0, 0, 0, 0.32);
}

.slider__item_disabled {
/*  padding-bottom: 515px;*/
}

.slider__item_disabled:hover {
  -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
         opacity: 0.5;

  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.27);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.27);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.27);
}

.slider__list .current {
  -khtml-opacity: 1;
    -moz-opacity: 1;
         opacity: 1;
}

.slider__item-link,
.slider__item-link:hover,
.slider__item-link:visited {
  display: inline-block;
  text-decoration: none;
  border: none;
}

.current .slider__item-link {
  cursor: text;
}

/*.slider__item-link:hover .b-button,
.slider__item-link:hover .b-button:visited {
  color: #fff;
  background-color: #008dde;
  border-color: #008dde;
}*/

.slider__item-title {
  color: #1099e7;
}

.slider__item p {
  font-size: 1.12em;
  color: #222;
}

.slider__item-title:hover {
  text-decoration: none;
}

.slider__item-answer {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px 0 0 0;
}

/* Cleints Section */

.screen__clients-title {
  margin: 200px 0 0 0;
  margin-top: 25vh;
}

.screen__clients-list {
  max-width: 1020px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  list-style-type: none;
  text-align: center;
}

.screen__clients-item {
  width: 163px;
  display: inline-block;
  vertical-align: top;
  padding: 15px 15px 35px 15px;
}

.screen__clients-link {
  cursor: default;
  text-decoration: none;

  -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
         opacity: 0.7;

  -webkit-transition: opacity 0.5s ease;
     -moz-transition: opacity 0.5s ease;
       -o-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease;
}

.screen__clients-link:hover,
.screen__clients-link:focus {
  text-decoration: none;

  -khtml-opacity: 1;
    -moz-opacity: 1;
         opacity: 1;
}

/* TryIt Section */

.screen__tryit-title {
  max-width: 800px;
  margin: 320px auto 0 auto;
  margin-top: 33vh;
  padding-bottom: 0.3em;
}

.screen__tryit-subtitle {
  margin: 0;
  padding: 15px 0 25px 0;
}

.screen__tryit-subtitle h3 {
  margin: 0;
  padding: 0;
  color: #444;
}

.screen__tryit-cta {

}

.screen__tryit-about {
  padding: 10px 0 0 0;
}

.screen__tryit-contacts {
  font-weight: 400;
  padding: 0 0 40px 0;
  overflow: hidden;
}

.screen__tryit-email {
  float: left;
  font-weight: 300;
}

.screen__tryit-copyright {
  float: right;
  font-weight: 300;
  padding: 0;
}

/* ==========================================================================
   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: 95px;
  padding-top: 20px;
}

.header__menu { padding-top: 20px; }
.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: 930px) {
  .screen__intro-title { margin-top: 280px; margin-top: 31vh; }
}

@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__intro-title { margin-top: 260px; margin-top: 30.5vh; }
  .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: 230px; margin-top: 29.5vh; }
  .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: 210px; margin-top: 28.5vh; }
  .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: 190px; margin-top: 27.7vh; }
  .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: 180px; margin-top: 26.8vh; }
  .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; }
}

@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: 150px; }
  .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: 90%; }
  .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: 95%; }
  
  @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;
  }
}



/*

@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) {

}

*/