/* fonts */
@font-face {
  font-family: "HelveticaNeue";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/HelveticaBold/HelveticaNeue-Bold.eot");
  src: url("../fonts/HelveticaBold/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaBold/HelveticaNeue-Bold.woff") format("woff"), url("../fonts/HelveticaBold/HelveticaNeue-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "HelveticaNeue";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/HelveticaNeueRegular/HelveticaNeueRegular.eot");
  src: url("../fonts/HelveticaNeueRegular/HelveticaNeueRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueRegular/HelveticaNeueRegular.woff") format("woff"), url("../fonts/HelveticaNeueRegular/HelveticaNeueRegular.ttf") format("truetype"); }

@font-face {
  font-family: "HelveticaNeue";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCondensedBlack/HelveticaNeueCondensedBlack.eot");
  src: url("../fonts/HelveticaNeueCondensedBlack/HelveticaNeueCondensedBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCondensedBlack/HelveticaNeueCondensedBlack.woff") format("woff"), url("../fonts/HelveticaNeueCondensedBlack/HelveticaNeueCondensedBlack.ttf") format("truetype"); }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  position: relative;
  overflow-x: hidden;
  min-height: 100%;
  min-width: 320px;
  z-index: 0;
  font-family: "HelveticaNeue", sans-serif; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  padding: 0; }

a:active,
a:focus,
a:hover {
  text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  clear: both; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.main-ct {
  position: relative;
  background: transparent;
  z-index: 10; }

.left-col {
  float: left; }

.right-col {
  float: right; }

.logo {
  width: 290px;
  float: left;
  margin-top: 28px;
  height: 42px; }
  .logo a {
    height: 42px;
    display: block; }
  .logo img {
    display: inline-block;
    float: left;
    width: 47px;
    height: 42px; }
  .logo span {
    font: 600 36px/42px "HelveticaNeue", sans-serif;
    margin-left: 25px;
    height: 42px;
    color: #fff;
    float: left;
    display: inline-block; }

.screen-1 {
  height: 629px;
  overflow: hidden;
  background-color: #368fda;
  position: relative; 
  background: url(../img/map.jpg) center center no-repeat;
  background-size: 2560px 752px;

}
/*  .screen-1:after {
    content: '';
    background: url(../img/map.jpg) 0 0 no-repeat;
    background-size: 2560px 752px;
    width: 2560px;
    height: 752px;
    position: absolute;
    top: 0px;
    right: 0;
    left: 100%;
	text-align: center;
    z-index: 0; 
	margin: auto;}
*/  .screen-1 .container {
    position: relative;
    z-index: 1; }

.sc-icons {
  position: absolute;
  width: 463px;
  height: 373px;
  top: 100px;
  right: 167px;
  z-index: 1; }

.sc-icon {
  width: 71px;
  height: 71px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  position: absolute; }
  .sc-icon img {
    width: 100%; }

.sc-icon-1 {
  top: 110px;
  right: 391px; }

.sc-icon-2 {
  top: 104px;
  right: 134px; }

.sc-icon-3 {
  top: 0px;
  right: 0px; }

.sc-icon-4 {
  top: 302px;
  right: 193px; }

.btn {
  display: block;
  height: 50px;
  -webkit-border-radius: 6px;
          border-radius: 6px; }

.auth-block {
  float: right;
  margin-top: 24px; }

.sign-in-btn {
  width: 96px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  font: 14px/50px "HelveticaNeue", sans-serif;
  text-transform: uppercase;
  float: left; }

.sign-up-btn {
  width: 186px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  font: 14px/50px "HelveticaNeue", sans-serif;
  text-transform: uppercase;
  float: left;
  position: relative;
  padding-left: 40px;
  margin-left: 16px; }
  .sign-up-btn:before {
    content: '';
    background: url(../img/locked-18x25.svg) 0 0 no-repeat;
    background-size: 18px 25px;
    width: 18px;
    height: 25px;
    display: block;
    position: absolute;
    top: 10px;
    left: 17px; }

header {
  height: 100px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.screen-1-wrap {
  margin-top: 110px;
  margin-left: 155px; }
  .screen-1-wrap h1 {
    font: 600 60px/60px "HelveticaNeue", sans-serif;
    color: #fff;
    display: block;
    margin: 0 0 37px 0; }
  .screen-1-wrap small {
    font: 18px/32px "HelveticaNeue", sans-serif;
    color: #fff;
    display: block;
    margin-bottom: 85px; }
  .screen-1-wrap .btn-begin {
    width: 245px;
    height: 55px;
    display: block;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    font: 18px/55px 'Verdana', sans-serif;
    color: #fff;
    text-align: center;
    background: #2e50ec; }

.screen-2 p {
  font: 16px/24px "HelveticaNeue", sans-serif;
  color: #737375;
  text-align: center; }

.screen-2 .screen-title {
  display: block;
  text-align: center;
  margin-top: 123px;
  margin-bottom: 63px;
  position: relative; }
  .screen-2 .screen-title:after {
    content: '';
    width: 42px;
    height: 2px;
    background: #63b7ff;
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto; }
  .screen-2 .screen-title h2 {
    font: 600 46px/46px "HelveticaNeue", sans-serif;
    color: #020202; }

.cases {
  display: table;
  width: 80%;
  margin: 110px auto 160px; }
  .cases .case {
    display: table-cell;
    width: 25%; }
    .cases .case .case-thumb {
      height: 136px; }
      .cases .case .case-thumb img {
        margin: 0 auto;
        display: block; }
    .cases .case .case-body {
      text-align: center; }
      .cases .case .case-body span {
        font: 600 18px/24px "HelveticaNeue", sans-serif;
        color: #4f4f4f; }
    .cases .case:nth-of-type(1) img {
      width: 116px;
      height: 92px; }
    .cases .case:nth-of-type(2) img {
      width: 61px;
      height: 93px; }
    .cases .case:nth-of-type(3) img {
      width: 113px;
      height: 88px; }
    .cases .case:nth-of-type(4) img {
      width: 99px;
      height: 89px; }

.screen-3 {
  background: #ebf1f5; }
  .screen-3 .screen-title {
    display: block;
    text-align: center;
    margin-top: 82px;
    margin-bottom: 108px;
    position: relative; }
    .screen-3 .screen-title h2 {
      font: 600 46px/46px "HelveticaNeue", sans-serif;
      color: #020202; }

.how-to-do {
  max-width: 1160px;
  width: 100%;
  display: block;
  margin: 0 auto 120px; }
  .how-to-do .item {
    display: table;
    width: 100%;
    margin-bottom: 55px; }
    .how-to-do .item .item-thumb {
      width: 140px;
      display: table-cell;
      position: relative;
      vertical-align: top; }
      .how-to-do .item .item-thumb .marker {
        position: absolute;
        width: 70px;
        height: 70px;
        display: block;
        background: #2e93e9;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        top: 0;
        right: -15px; }
        .how-to-do .item .item-thumb .marker img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          display: block; }
    .how-to-do .item:nth-of-type(1) .item-thumb .marker img {
      width: 32px;
      height: 36px; }
    .how-to-do .item:nth-of-type(2) .item-thumb .marker img {
      width: 39px;
      height: 39px; }
    .how-to-do .item:nth-of-type(3) {
      margin-bottom: 0; }
      .how-to-do .item:nth-of-type(3) .item-thumb .marker img {
        width: 36px;
        height: 36px; }
    .how-to-do .item .item-body {
      display: table-cell;
      padding-left: 50px;
      vertical-align: top; }
      .how-to-do .item .item-body h3 {
        display: block;
        font: 600 21px/21px "HelveticaNeue", sans-serif;
        color: #020202;
        margin: 25px 0 20px; }
      .how-to-do .item .item-body p {
        font: 18px/32px "HelveticaNeue", sans-serif;
        color: #5d5d60;
        display: block;
        margin: 0; }
        .how-to-do .item .item-body p a {
          font: 18px/32px "HelveticaNeue", sans-serif;
          color: #4364fb; }

.screen-4 {
  background: #d7e1e8;
  text-align: center; }
  .screen-4 p {
    padding: 60px 0;
    font: 21px/32px "HelveticaNeue", sans-serif;
    color: #505e67;
    margin: 0; }

a {
  color: #4364fb; }

.guides {
  margin: 133px auto 150px;
  max-width: 1120px;
  width: 100%; }
  .guides:before, .guides:after {
    content: '';
    display: table;
    clear: both; }
  .guides .left-col,
  .guides .right-col {
    width: 50%; }
  .guides .left-col {
    text-align: right; }
  .guides .right-col {
    padding: 20px  0 0 62px; }
  .guides h2 {
    font: 600 36px/46px "HelveticaNeue", sans-serif;
    color: #020202;
    display: block;
    margin: 0; }
  .guides p {
    font: 18px/32px "HelveticaNeue", sans-serif;
    color: #6e6e6e; }
    .guides p b {
      font: 600 18px/24px "HelveticaNeue", sans-serif;
      color: #292929; }
  .guides .income {
    font: 800 48px/32px "HelveticaNeue", sans-serif;
    color: #768792;
    display: block;
    margin-bottom: 15px; }
  .guides .footnote {
    font: 13px/21px 'verdana', sans-serif;
    color: #a0a0a0;
    dipslay: block; }
  .guides .calculator {
    width: 506px;
    height: 427px;
    background: #ebf1f5;
    -webkit-box-shadow: 0 5px 10px rgba(235, 241, 245, 0.3);
            box-shadow: 0 5px 10px rgba(235, 241, 245, 0.3);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    padding: 60px;
    position: relative; }
    .guides .calculator .heading {
      font: 600 24px/46px "HelveticaNeue", sans-serif;
      color: #788e9d;
      display: block;
      margin-bottom: 50px; }
    .guides .calculator .result {
      font: 800 48px/32px "HelveticaNeue", sans-serif;
      color: #768792;
      display: block;
      margin-top: 10px; }
    .guides .calculator span {
      display: block;
      font: 14px/24px "HelveticaNeue", sans-serif;
      color: #6e7071; }
    .guides .calculator .icon {
      width: 50px;
      height: 50px;
      -webkit-border-radius: 8px;
              border-radius: 8px;
      background: #dce4ea;
      position: absolute;
      top: 12px;
      right: 12px;
      z-index: 1; }
      .guides .calculator .icon:before {
        content: '';
        background: url(../img/calc-icon.svg) 0 0 no-repeat;
        background-size: 36px 36px;
        width: 36px;
        height: 36px;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .guides .calculator .calc-col {
      width: 100%;
      margin-bottom: 6px; }
      .guides .calculator .calc-col:before, .guides .calculator .calc-col:after {
        content: '';
        display: table;
        clear: both; }
      .guides .calculator .calc-col span {
        float: left; }
      .guides .calculator .calc-col #slider-range-value,
      .guides .calculator .calc-col #slider-range-value2 {
        float: right;
        text-align: right;
        width: 50px;
        font: 700 24px/24px "HelveticaNeue", sans-serif; }
    .guides .calculator .noUi-target {
      margin-bottom: 25px; }

.screen-6 {
  background: #ebf1f5;
  padding: 122px 0 143px; }
  .screen-6 .left-col,
  .screen-6 .right-col {
    width: 50%; }
  .screen-6 h2 {
    font: 600 36px/46px "HelveticaNeue", sans-serif;
    color: #020202;
    display: block;
    margin: 0; }
  .screen-6 p {
    font: 18px/32px "HelveticaNeue", sans-serif;
    color: #6e6e6e; }
    .screen-6 p b {
      font: 600 18px/24px "HelveticaNeue", sans-serif;
      color: #292929; }
  .screen-6 .income {
    font: 800 48px/32px "HelveticaNeue", sans-serif;
    color: #768792;
    display: block;
    margin-top: 50px;
    margin-bottom: 25px; }
  .screen-6 .footnote {
    font: 13px/21px 'verdana', sans-serif;
    color: #a0a0a0;
    dipslay: block; }

.blog-info {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto; }
  .blog-info:before, .blog-info:after {
    content: '';
    display: table;
    clear: both; }

.screen-7 {
  padding: 120px 0; }
  .screen-7 .left-col,
  .screen-7 .right-col {
    width: 50%; }
  .screen-7 .left-col {
    padding-top: 140px;
    text-align: right; }
  .screen-7 h2 {
    font: 600 36px/46px "HelveticaNeue", sans-serif;
    color: #020202;
    dipslay: block;
    margin: 0; }
  .screen-7 p {
    font: 18px/32px "HelveticaNeue", sans-serif;
    color: #6e6e6e; }

.hotels {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto; }
  .hotels:before, .hotels:after {
    content: '';
    display: table;
    clear: both; }

.hotels-img {
  padding-left: 162px; }

footer {
  height: 107px;
  border-top: 1px solid #d1d1d1; }
  footer .left-col,
  footer .right-col {
    width: 50%; }

.copyright {
  font: 12px/12px "HelveticaNeue", sans-serif;
  color: #707070;
  margin-top: 40px;
  display: block; }

.appstore-btn,
.googleplay-btn {
  margin-top: 27px;
  position: relative;
  float: right;
  width: 149px;
  height: 50px; }

.appstore-btn {
  margin-right: 10px; }
  .appstore-btn:before {
    content: '';
    background: url(../img/appstore.png) 0 0 no-repeat;
    display: block;
    width: 149px;
    height: 50px; }

.googleplay-btn:before {
  content: '';
  background: url(../img/googleplay.png) 0 0 no-repeat;
  display: block;
  width: 149px;
  height: 50px; }

.video-player {
  width: 540px;
  height: 346px;
  position: relative;
  z-index: 0;
  -webkit-box-shadow: 0 20px 30px -10px rgba(118, 135, 146, 0.4);
          box-shadow: 0 20px 30px -10px rgba(118, 135, 146, 0.4);
  overflow: hidden; }
  .video-player .vp-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 540px;
    height: 28px;
    display: block; }
    .video-player .vp-header:before {
      content: '';
      background: url(../img/vp-header.png) 0 0 no-repeat;
      background-size: 540px 28px;
      width: 540px;
      height: 28px;
      display: block; }
  .video-player .vp-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 540px;
    height: 43px;
    display: block; }
    .video-player .vp-controls:before {
      content: '';
      background: url(../img/vp-controls.png) 0 0 no-repeat;
      background-size: 540px 43px;
      width: 540px;
      height: 43px;
      display: block; }
  .video-player .vp-content {
    position: relative;
    z-index: 0; }
    .video-player .vp-content img {
      position: relative;
      z-index: 0; }
    .video-player .vp-content .vp-play-btn {
      position: absolute;
      width: 135px;
      height: 135px;
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1;
      cursor: pointer;
      opacity: .7;
      -webkit-transition: all 140ms ease;
      transition: all 140ms ease; }
      .video-player .vp-content .vp-play-btn:hover {
        opacity: 1;
        -webkit-transition: all 140ms ease;
        transition: all 140ms ease; }
      .video-player .vp-content .vp-play-btn:before {
        content: '';
        background: url(../img/vp-play.svg) 0 0 no-repeat;
        background-size: 135px 135px;
        width: 135px;
        height: 135px;
        display: block; }

.ddcommon {
  width: 213px !important;
  border: 0; }
  .ddcommon:focus {
    outline: none; }
  .ddcommon .ddTitle .ddTitleText img {
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin-right: 15px;
    -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.17);
            box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.17); }

.ddcommon.borderRadiusTp .ddTitle {
  background: #fff; }
  .ddcommon.borderRadiusTp .ddTitle .ddTitleText {
    color: #020202; }

.ddcommon.borderRadiusTp .ddArrow {
  background-position: 0 0; }

.dd .ddTitle {
  background: transparent;
  cursor: pointer; }
  .dd .ddTitle .ddTitleText {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px 6px; }

.dd .ddArrow {
  width: 12px;
  height: 6px;
  background: url(../img/select-shevron-12x6.svg) 0 -6px no-repeat;
  background-size: 12px 12px;
  margin-top: -4px;
  right: 15px; }

.dd .divider {
  display: none; }

.dd .ddChild {
  height: 310px !important;
  border: 0;
  left: 0; }
  .dd .ddChild ul {
    padding: 10px 15px 0; }
  .dd .ddChild li.selected,
  .dd .ddChild li:hover {
    background: #ebf1f5; }
  .dd .ddChild li {
    padding: 0 10px;
    border-bottom: 0;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    cursor: pointer; }
    .dd .ddChild li .ddlabel {
      font: 14px/32px "HelveticaNeue", sans-serif;
      color: #020202; }
    .dd .ddChild li img {
      padding: 0 0 0 0;
      width: 24px;
      height: 24px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.17);
              box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.17); }
    .dd .ddChild li .ddlabel {
      padding-left: 12px; }

.select-language {
  float: right;
  margin-top: 24px;
  margin-right: 40px; }

.header-fixed {
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #3690db;
  -webkit-animation: smoothScroll 0.25s forwards;
          animation: smoothScroll 0.25s forwards;
  width: 100%; }

.screen-top {
  padding-top: 100px; }

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

.inner-page header {
  background: #3690db; }

.inner-page h1 {
  font: 600 46px/49px "HelveticaNeue", sans-serif; }

.inner-page h2 {
  font: 600 36px/49px "HelveticaNeue", sans-serif; }

.inner-page h3 {
  font: 600 36px/49px "HelveticaNeue", sans-serif; }

.inner-page p, .inner-page b, .inner-page i {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #737375; }

.inner-page .content {
  padding: 40px 0; }
  .inner-page .content ul {
    margin: 15px 0;
    padding: 0;
    list-style: none; }
    .inner-page .content ul li {
      position: relative;
      padding-left: 20px;
      font: 16px/30px "HelveticaNeue", sans-serif;
      color: #737375; }
      .inner-page .content ul li:before {
        content: '';
        width: 6px;
        height: 6px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background: #3690db;
        display: block;
        position: absolute;
        top: 13px;
        left: 0; }
  .inner-page .content .screen-title {
    display: block;
    text-align: center;
    margin-bottom: 63px;
    position: relative; }
    .inner-page .content .screen-title:after {
      content: '';
      width: 42px;
      height: 2px;
      background: #63b7ff;
      display: block;
      position: absolute;
      bottom: -30px;
      left: 0;
      right: 0;
      margin: auto; }
    .inner-page .content .screen-title h2 {
      font: 600 46px/46px "HelveticaNeue", sans-serif;
      color: #020202; }
  .inner-page .content .desc {
    text-align: center; }

.rates {
  display: table;
  width: 100%;
  margin-bottom: 60px; }
  .rates .rates-col {
    display: table-cell;
    border: 1px solid #cccccc;
    margin-left: -1px;
    width: 25%;
    height: 320px;
    text-align: center;
    padding: 40px 0 0 0;
    position: relative;
    left: 0px; }
    .rates .rates-col:nth-of-type(2) {
      left: -1px; }
    .rates .rates-col:nth-of-type(3) {
      left: -2px; }
    .rates .rates-col:nth-of-type(4) {
      left: -3px; }
    .rates .rates-col p {
      margin: 0;
      font: 16px/24px "HelveticaNeue", sans-serif;
      color: #737375; }
    .rates .rates-col .amount {
      position: relative;
      display: inline-block;
      padding-left: 44px;
      margin: 36px 0 0px;
      height: 90px; }
      .rates .rates-col .amount:before {
        content: '';
        background: url(../img/rates.svg) 0 0 no-repeat;
        background-size: 34px 32px;
        display: block;
        width: 34px;
        height: 32px;
        position: absolute;
        top: 2px;
        left: 0; }
      .rates .rates-col .amount span {
        font: 60px/28px "HelveticaNeue", sans-serif;
        color: #768792; }
        .rates .rates-col .amount span small {
          font: 30px/28px "HelveticaNeue", sans-serif; }
    .rates .rates-col .price {
      font: 700 48px/32px "HelveticaNeue", sans-serif;
      color: #3690db;
      margin-top: 10px;
      display: block; }

.btn-menu {
  display: none; }

.mmenu.active {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease; }

.mmenu {
  width: 277px;
  height: 100%;
  display: block;
  background: #3690db;
  position: fixed;
  top: 0;
  left: -373px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-box-shadow: 0 0px 51px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 51px rgba(0, 0, 0, 0.1);
  padding: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease; }
  .mmenu .close {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    z-index: 0;
    cursor: pointer;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    background: url(../img/close-18x18.svg) 0 0 no-repeat;
    background-size: 18px 18x; }
  .mmenu .auth-block {
    float: none;
    margin-top: 60px;
    padding: 0 20px; }
  .mmenu .sign-in-btn,
  .mmenu .sign-up-btn {
    float: none;
    width: 100%;
    margin: 0 0 20px 0; }
    .mmenu .sign-in-btn:hover,
    .mmenu .sign-up-btn:hover {
      color: #fff; }
  .mmenu .select-language {
    margin-right: 0;
    margin-left: 20px;
    margin-right: 20px;
    float: none; }
  .mmenu .ddcommon {
    width: 100% !important; }

.noUi-target {
  height: 13px;
  border: 0;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -webkit-box-shadow: none;
          box-shadow: none; }

.noUi-connects {
  -webkit-border-radius: 12px;
          border-radius: 12px; }

.noUi-connect {
  background: #4364fb; }

.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 30px;
  top: -9px; }

.noUi-handle {
  border: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 5px 5px rgba(1, 1, 1, 0.27);
          box-shadow: 0 5px 5px rgba(1, 1, 1, 0.27); }
  .noUi-handle:before, .noUi-handle:after {
    content: none; }

/* hovers */
@media only screen and (min-width: 992px) {
  .sign-in-btn,
  .sign-up-btn {
    -webkit-transition: all 140ms ease;
    transition: all 140ms ease; }
    .sign-in-btn:hover,
    .sign-up-btn:hover {
      text-decoration: none;
      background: rgba(0, 0, 0, 0.1);
      color: #fff;
      -webkit-transition: all 140ms ease;
      transition: all 140ms ease; }
  .screen-1-wrap .btn-begin {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .screen-1-wrap .btn-begin:hover {
      background: #1235da;
      -webkit-box-shadow: 0 0 10px #2547e6;
              box-shadow: 0 0 10px #2547e6;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .how-to-do .item .item-body p a,
  a {
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    .how-to-do .item .item-body p a:hover,
    a:hover {
      color: #1235da;
      -webkit-transition: all 250ms ease;
      transition: all 250ms ease; }
  .noUi-horizontal .noUi-handle {
    cursor: pointer; }
    .noUi-horizontal .noUi-handle:focus {
      outline: none; } }

/* media query */
@media only screen and (max-width: 1560px) {
  .sc-icon-1 {
    display: none; } }

@media only screen and (max-width: 1200px) {
  .hotels-img {
    padding-left: 52px; } }

@media only screen and (max-width: 992px) {
  .sc-icons {
    display: none; }
  header .auth-block,
  header .select-language {
    display: none; }
  header .logo {
    width: 190px;
    float: left;
    margin: 28px 0; }
    header .logo img {
      width: 28px;
      height: 25px; }
    header .logo span {
      font: 600 24px/25px "HelveticaNeue", sans-serif;
      margin-left: 15px; }
  .screen-1-wrap {
    margin-top: 0;
    margin-left: 0; }
    .screen-1-wrap small {
      font: 16px/30px "HelveticaNeue", sans-serif;
      margin-bottom: 55px; }
  .screen-1 {
    height: 425px; }
    .screen-1:before {
      content: none; }
    .screen-1 {
      background-size: 1447px 425px; }
    .screen-1 h1 {
      font: 600 38px/38px "HelveticaNeue", sans-serif;
      margin: 0 0 17px 0; }
  .screen-2 .screen-title {
    margin-top: 53px; }
    .screen-2 .screen-title h2 {
      font: 600 32px/32px "HelveticaNeue", sans-serif; }
  .screen-3 .screen-title {
    margin-top: 53px; }
    .screen-3 .screen-title h2 {
      font: 600 32px/32px "HelveticaNeue", sans-serif; }
  .cases {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 60px auto 50px; }
    .cases .case {
      width: 50%;
      margin-bottom: 50px; }
  .how-to-do .item .item-body h3 {
    margin: 5px 0 20px; }
  .how-to-do .item .item-body p {
    font: 16px/24px "HelveticaNeue", sans-serif; }
    .how-to-do .item .item-body p a {
      font: 16px/24px "HelveticaNeue", sans-serif; }
  .screen-4 p {
    padding: 40px 0;
    font: 18px/28px "HelveticaNeue", sans-serif; }
  .guides {
    margin: 53px auto 100px; }
    .guides .left-col,
    .guides .right-col {
      float: none;
      width: 100%; }
    .guides .left-col {
      text-align: left;
      margin-bottom: 40px; }
    .guides .right-col {
      padding-left: 0; }
      .guides .right-col .calculator {
        width: 100%; }
    .guides h2 {
      font: 600 32px/32px "HelveticaNeue", sans-serif;
      text-align: center; }
    .guides p {
      font: 16px/24px "HelveticaNeue", sans-serif; }
      .guides p b {
        font: 600 16px/24px "HelveticaNeue", sans-serif; }
  .screen-6 {
    padding: 53px 0 100px; }
    .screen-6 .left-col,
    .screen-6 .right-col {
      float: none;
      width: 100%; }
    .screen-6 .video-player {
      margin: 0 auto 70px; }
    .screen-6 h2 {
      font: 600 32px/32px "HelveticaNeue", sans-serif;
      text-align: center; }
    .screen-6 p {
      font: 16px/24px "HelveticaNeue", sans-serif; }
  .screen-7 {
    padding: 53px 0; }
    .screen-7 .left-col {
      padding: 100px 0 0 0; }
      .screen-7 .left-col h2 {
        font: 600 32px/32px "HelveticaNeue", sans-serif; }
      .screen-7 .left-col p {
        font: 16px/24px "HelveticaNeue", sans-serif; }
    .screen-7 .right-col {
      text-align: center; }
  .hotels-img {
    padding: 0;
    margin: auto;
    width: 300px;
    display: inline-block; }
  .rates {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .rates .rates-col {
      width: 50%;
      left: 0 !important; }
      .rates .rates-col:nth-of-type(3), .rates .rates-col:nth-of-type(4) {
        top: -1px; }
  .btn-menu {
    display: block;
    float: right;
    width: 25px;
    height: 20px;
    padding-top: 9px;
    cursor: pointer;
    margin-top: 30px; }
    .btn-menu span {
      height: 3px;
      width: 25px;
      background: #fff;
      display: block;
      position: relative; }
      .btn-menu span:before, .btn-menu span:after {
        content: '';
        width: 25px;
        height: 3px;
        display: block;
        background: #fff;
        position: absolute; }
      .btn-menu span:before {
        top: -8px; }
      .btn-menu span:after {
        bottom: -8px; }
  .inner-page header {
    height: 80px; } }

@media only screen and (max-width: 768px) {
  .row {
    margin-left: 0;
    margin-right: 0; }
  .screen-1 {
    height: 385px; }
    .screen-1:after {
      background-size: 1311px 385px; }
    .screen-1 h1 {
      font: 600 28px/30px "HelveticaNeue", sans-serif; }
    .screen-1 small {
      font: 14px/21px "HelveticaNeue", sans-serif; }
    .screen-1 .btn-begin {
      width: 220px;
      height: 45px;
      font: 14px/45px 'Verdana', sans-serif; }
  .screen-2 .screen-title h2 {
    font: 600 24px/24px "HelveticaNeue", sans-serif; }
  .screen-2 p {
    font: 14px/21px "HelveticaNeue", sans-serif; }
  .inner-page .content .screen-title h2 {
    font: 600 30px/32px "HelveticaNeue", sans-serif; }
  .screen-3 .screen-title h2 {
    font: 600 24px/24px "HelveticaNeue", sans-serif; }
  .cases .case {
    width: 100%; }
    .cases .case .case-thumb {
      height: 96px; }
    .cases .case .case-body span {
      font: 600 14px/21px "HelveticaNeue", sans-serif; }
    .cases .case:nth-of-type(1) img {
      width: 96px;
      height: 72px; }
    .cases .case:nth-of-type(2) img {
      width: 41px;
      height: 73px; }
    .cases .case:nth-of-type(3) img {
      width: 93px;
      height: 68px; }
    .cases .case:nth-of-type(4) img {
      width: 79px;
      height: 69px; }
  .screen-3 .screen-title {
    margin-bottom: 68px; }
  .how-to-do {
    margin: 0 auto 80px; }
    .how-to-do .item {
      display: block; }
      .how-to-do .item:nth-of-type(1) .item-thumb .marker img {
        width: 22px;
        height: 26px; }
      .how-to-do .item:nth-of-type(2) .item-thumb .marker img {
        width: 29px;
        height: 29px; }
      .how-to-do .item:nth-of-type(3) .item-thumb .marker img {
        width: 26px;
        height: 26px; }
      .how-to-do .item .item-thumb {
        display: block;
        margin: 0 auto 30px;
        width: 100px; }
        .how-to-do .item .item-thumb img {
          width: 100%; }
        .how-to-do .item .item-thumb .marker {
          width: 50px;
          height: 50px; }
      .how-to-do .item .item-body {
        padding-left: 0;
        text-align: center; }
        .how-to-do .item .item-body h3 {
          font: 600 18px/21px "HelveticaNeue", sans-serif; }
        .how-to-do .item .item-body p {
          font: 14px/21px "HelveticaNeue", sans-serif; }
  .screen-4 p {
    font: 14px/21px "HelveticaNeue", sans-serif;
    padding: 40px 15px; }
  .guides .calculator {
    padding: 13px 20px;
    height: 347px; }
  .hotels .left-col,
  .hotels .right-col {
    float: none;
    width: 100%; }
  .hotels .left-col {
    text-align: left;
    padding-top: 0; }
    .hotels .left-col h2 {
      text-align: center; }
  .hotels-img {
    width: 250px; }
  footer {
    padding-bottom: 20px;
    height: auto; }
    footer .left-col,
    footer .right-col {
      float: none;
      width: 100%;
      text-align: center; }
    footer .copyright {
      margin-bottom: 20px;
      margin-top: 20px; }
    footer .copyright,
    footer .appstore-btn, footer .googleplay-btn {
      display: inline-block;
      float: none; }
    footer .appstore-btn,
    footer .googleplay-btn {
      margin: 0 0 0 0; } }

@media only screen and (max-width: 600px) {
  .video-player {
    width: 290px;
    height: 206px; }
    .video-player .vp-content {
      width: 290px; }
      .video-player .vp-content img {
        width: 100%; }
      .video-player .vp-content .vp-play-btn {
        width: 95px;
        height: 95px; }
        .video-player .vp-content .vp-play-btn:before {
          background-size: 95px 95px;
          width: 95px;
          height: 95px; }
    .video-player .vp-header {
      width: 290px; }
      .video-player .vp-header:before {
        background-size: 290px;
        width: 290px;
        height: 15px; }
    .video-player .vp-controls {
      width: 290px;
      height: 23px; }
      .video-player .vp-controls:before {
        background-size: 290px;
        width: 290px;
        height: 23px; } }

@media only screen and (max-width: 480px) {
  .rates .rates-col {
    width: 100%; }
    .rates .rates-col:nth-of-type(2) {
      top: -1px; }
    .rates .rates-col:nth-of-type(3) {
      top: -2px; }
    .rates .rates-col:nth-of-type(4) {
      top: -3px; } }

@media (min-width: 992px) {
  .screen-1-wrap {
    margin-left: 0px; }
  .screen-1 {
    height: 629px; }
    .screen-1 h1 {
      font: 600 50px/50px "HelveticaNeue", sans-serif; }
  .screen-6 .left-col {
    width: 60%; }
  .screen-6 .right-col {
    width: 40%; }
  .guides .right-col {
    padding: 20px  0 0 32px; }
  .guides .calculator {
    width: 450px;
    padding: 60px 30px; }
  .cases {
    width: 100%; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; }
  .screen-1-wrap {
    margin-left: 75px; } }

@media (min-width: 1560px) {
  .container {
    width: 1530px; } }
