/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-accommodation-01 {
  background-image: url(../img/sprite.png);
  background-position: -287px 0px;
  width: 150px;
  height: 134px;
}
.icon-accommodation-02 {
  background-image: url(../img/sprite.png);
  background-position: -134px -215px;
  width: 129px;
  height: 99px;
}
.icon-accommodation-03 {
  background-image: url(../img/sprite.png);
  background-position: 0px -438px;
  width: 91px;
  height: 76px;
}
.icon-accommodation-04 {
  background-image: url(../img/sprite.png);
  background-position: -287px -134px;
  width: 109px;
  height: 72px;
}
.icon-logo-small {
  background-image: url(../img/sprite.png);
  background-position: -522px -385px;
  width: 30px;
  height: 30px;
}
.icon-logo {
  background-image: url(../img/sprite.png);
  background-position: -522px -208px;
  width: 90px;
  height: 90px;
}
.icon-time-01 {
  background-image: url(../img/sprite.png);
  background-position: -522px -298px;
  width: 88px;
  height: 87px;
}
.icon-time-02 {
  background-image: url(../img/sprite.png);
  background-position: -437px -167px;
  width: 85px;
  height: 84px;
}
.icon-travelers-01 {
  background-image: url(../img/sprite.png);
  background-position: -158px 0px;
  width: 129px;
  height: 202px;
}
.icon-travelers-02 {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 158px;
  height: 215px;
}
.icon-travelers-03 {
  background-image: url(../img/sprite.png);
  background-position: -437px 0px;
  width: 85px;
  height: 167px;
}
.icon-travelers-04 {
  background-image: url(../img/sprite.png);
  background-position: -522px -115px;
  width: 89px;
  height: 93px;
}
.icon-type-01 {
  background-image: url(../img/sprite.png);
  background-position: 0px -215px;
  width: 134px;
  height: 116px;
}
.icon-type-02 {
  background-image: url(../img/sprite.png);
  background-position: -263px -215px;
  width: 113px;
  height: 86px;
}
.icon-type-03 {
  background-image: url(../img/sprite.png);
  background-position: -522px 0px;
  width: 92px;
  height: 115px;
}
.icon-type-04 {
  background-image: url(../img/sprite.png);
  background-position: 0px -331px;
  width: 103px;
  height: 107px;
}
.icon-type-05 {
  background-image: url(../img/sprite.png);
  background-position: -204px -331px;
  width: 100px;
  height: 71px;
}
.icon-type-06 {
  background-image: url(../img/sprite.png);
  background-position: -103px -331px;
  width: 101px;
  height: 93px;
}
.removeSelection {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@-webkit-keyframes pulsate {
  50% {
    color: #e28f1d;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
  }
}
@keyframes pulsate {
  50% {
    color: #e28f1d;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
  }
}
@-webkit-keyframes pulsejg1 {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.9);
    opacity: .2;
  }
  70% {
    -webkit-transform: scale(1.1);
    opacity: .35;
  }
  80% {
    -webkit-transform: scale(1.25);
    opacity: .2;
  }
  100% {
    -webkit-transform: scale(1.4);
    opacity: 0;
  }
}
@-moz-keyframes pulsejg1 {
  0% {
    -moz-transform: scale(0.6);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(0.6);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(0.9);
    opacity: .2;
  }
  70% {
    -moz-transform: scale(1.1);
    opacity: .35;
  }
  80% {
    -moz-transform: scale(1.25);
    opacity: .2;
  }
  100% {
    -moz-transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes pulsejg1 {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  50% {
    transform: scale(0.6);
    opacity: 0;
  }
  60% {
    transform: scale(0.9);
    opacity: .1;
  }
  70% {
    transform: scale(1.1);
    opacity: .25;
  }
  80% {
    transform: scale(1.25);
    opacity: .1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #373737;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #81a6e2;
}
#calculatorForm {
  height: 100%;
}
.container {
  max-width: 1005px;
  width: 100%;
  margin: auto;
}
#calculator {
  height: 100%;
}
p {
  margin: 0;
  padding: 0;
}
.button {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #fdc217;
  border-bottom: 2px solid #ffbd59;
  border-left: none;
  border-right: none;
  background: -moz-linear-gradient(180deg, #fdc217 0, #f39106 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, 180deg, color-stop(0, FDC217), color-stop(100%, f39106));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #fdc217 0, #f39106 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #fdc217 0, #f39106 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #fdc217 0, #f39106 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: linear-gradient(180deg, #fdc217 0, #f39106 100%);
  /* W3C */
  transition: .3s;
}
.button:hover {
  background: -moz-linear-gradient(180deg, #fec91b 0, #ffc024 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, 180deg, color-stop(0, FEC91B), color-stop(100%, ffc024));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #fec91b 0, #ffc024 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #fec91b 0, #ffc024 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #fec91b 0, #ffc024 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: linear-gradient(180deg, #fec91b 0, #ffc024 100%);
  /* W3C */
  border-top-color: #fec91b;
  border-bottom-color: #ffd698;
}
.button:active {
  background: -moz-linear-gradient(180deg, #fecd27 0, #ffd45d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, 180deg, color-stop(0, FECD27), color-stop(100%, ffd45d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #fecd27 0, #ffd45d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #fecd27 0, #ffd45d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #fecd27 0, #ffd45d 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: linear-gradient(180deg, #fecd27 0, #ffd45d 100%);
  /* W3C */
  border-top-color: #f9ae1a;
  border-bottom-color: #ffd45d;
}
.button2 {
  padding: 4px;
  box-sizing: border-box;
  border-radius: 15px;
  background: -moz-linear-gradient(180deg, #d9dad9 0, #f3f4f3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, 180deg, color-stop(0, D9DAD9), color-stop(100%, f3f4f3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #d9dad9 0, #f3f4f3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #d9dad9 0, #f3f4f3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #d9dad9 0, #f3f4f3 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: linear-gradient(180deg, #d9dad9 0, #f3f4f3 100%);
  /* W3C */
  transition: .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.button2 p {
  border-radius: 15px;
  color: #808080;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 5px 10px;
  border-top: 1px solid #f2f2f1;
  border-bottom: 1px solid #c8c7c7;
  background: -moz-linear-gradient(180deg, #fbfbfb 0, #e3e3e3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, 180deg, color-stop(0, FBFBFB), color-stop(100%, e3e3e3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #fbfbfb 0, #e3e3e3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #fbfbfb 0, #e3e3e3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #fbfbfb 0, #e3e3e3 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: linear-gradient(180deg, #fbfbfb 0, #e3e3e3 100%);
  /* W3C */
  transition: .3s;
}
.button2:hover p {
  border-top-color: #f2f1f2;
  border-bottom-color: #c8c7c8;
  background: -moz-linear-gradient(180deg, #e2e2e2 0, #fafbfa 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, 180deg, color-stop(0, E2E2E2), color-stop(100%, fafbfa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #e2e2e2 0, #fafbfa 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #e2e2e2 0, #fafbfa 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #e2e2e2 0, #fafbfa 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: linear-gradient(180deg, #e2e2e2 0, #fafbfa 100%);
  /* W3C */
}
.button2:active p {
  border-top-color: #c6c6c6;
  border-bottom-color: #fff;
  background: -moz-linear-gradient(180deg, #fff 0, #fff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, 180deg, color-stop(0, FFFFFF), color-stop(100%, fffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #fff 0, #fff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #fff 0, #fff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #fff 0, #fff 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: linear-gradient(180deg, #fff 0, #fff 100%);
  /* W3C */
}
.inputBlock {
  width: 140px;
  margin: auto;
  position: relative;
}
.inputBlock .calcButton {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-weight: 300;
  font-size: 30px;
  color: #949494;
  background-color: #ececeb;
  height: 25px;
  margin-top: 15px;
  line-height: 21px;
  width: 40%;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #c8c8c7;
  transition: .3s;
}
.inputBlock .calcButton:hover,
.inputBlock .calcButton:active {
  color: #ff6f00;
}
.inputBlock .minus {
  float: left;
  text-align: left;
  padding-left: 15px;
  box-sizing: border-box;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.inputBlock .plus {
  float: right;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.inputBlock input {
  position: absolute;
  left: 45px;
  height: 50px;
  width: 50px !important;
  box-sizing: border-box;
  text-align: center;
  background-color: #ff6f00;
  border-radius: 100%;
  outline: none;
  font-weight: 300;
  font-size: 30px;
  color: #fff;
  border: none;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Shadow(Strength=11, Direction=0, Color=#363636)';
  /*IE 8*/
  -moz-box-shadow: 0 1px 11px -1px rgba(54, 54, 54, 0.4) inset;
  /*FF 3.5+*/
  -webkit-box-shadow: 0 1px 11px -1px rgba(54, 54, 54, 0.4) inset;
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 1px 11px -1px rgba(54, 54, 54, 0.4) inset;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=11, Direction=135, Color=#363636);
  /*IE 5.5-7*/
  -webkit-appearance: none;
}
.screen {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  position: relative;
}
.screen .tabletView,
.screen .tabletview {
  max-width: 1000px;
  display: table-cell;
  vertical-align: middle;
}
.screen .content-wrapper {
  overflow: hidden;
  height: 600px;
  max-height: 80%;
  width: 100%;
  margin: auto;
  position: relative;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=0, Color=#000000)';
  /*IE 8*/
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  /*FF 3.5+*/
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}
.screen .header {
  background-color: #ff6f00;
  padding: 5px 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.screen .header .icon-logo-small {
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}
.screen .header .sitename {
  color: #ffe095;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
.screen .header .button {
  float: right;
  padding: 7px 15px;
}
.screen .header .tel {
  float: right;
  color: #ffe095;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  margin-top: 5px;
}
.screen .navigation {
  background-color: #fff;
  vertical-align: top;
  padding: 10px;
  box-sizing: border-box;
  margin: auto;
  height: 55px;
  border-bottom: 1px solid #c5c5c5;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#363636)';
  /*IE 8*/
  -moz-box-shadow: 0 2px 18px -6px rgba(54, 54, 54, 0.7);
  /*FF 3.5+*/
  -webkit-box-shadow: 0 2px 18px -6px rgba(54, 54, 54, 0.7);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 2px 18px -6px rgba(54, 54, 54, 0.7);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#363636);
  /*IE 5.5-7*/
}
.screen .navigation .prev {
  position: relative;
  cursor: pointer;
  float: left;
}
.screen .navigation .next {
  cursor: pointer;
  position: relative;
  float: right;
}
.screen .navigation ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding-top: 6px;
}
.screen .navigation ul li {
  display: inline-block;
  text-align: center;
  width: 3%;
  position: relative;
}
.screen .navigation ul li p {
  font-size: 20px;
  font-weight: 300;
  color: #808080;
}
.screen .navigation ul li.active p {
  color: #ff6f00;
}
.screen .navigation ul li.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #ff6f00 transparent;
  position: absolute;
  z-index: 1;
  top: 45px;
  left: 10px;
}
.screen .navigation ul li.done p {
  color: #ff6f00;
}
.screen .quest {
  padding: 20px;
  box-sizing: border-box;
}
.screen .quest h2 {
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  color: #373737;
  margin-bottom: 20px;
}
.screen .nextBottomBlock {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #c5c5c5;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Shadow(Strength=11, Direction=0, Color=#363636)';
  /*IE 8*/
  -moz-box-shadow: 0 0 11px -3px rgba(54, 54, 54, 0.6) inset;
  /*FF 3.5+*/
  -webkit-box-shadow: 0 0 11px -3px rgba(54, 54, 54, 0.6) inset;
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 0 11px -3px rgba(54, 54, 54, 0.6) inset;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=11, Direction=135, Color=#363636);
  /*IE 5.5-7*/
}
.screen .nextBottomBlock .button {
  width: 160px;
  text-align: center;
}
#screen1 {
  display: block;
  height: 100%;
  background-image: url('../img/bg/bg00.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}
#screen1 header {
  padding: 20px 0;
  overflow: hidden;
}
#screen1 header .logo {
  float: left;
  margin-right: 10px;
}
#screen1 header .sitename {
  font-weight: 400;
  color: #fe8e00;
  padding-top: 23px;
  float: left;
}
#screen1 header .tel {
  float: right;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 10px;
}
#screen1 header .button {
  clear: right;
  float: right;
}
#screen1 .home {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding: 50px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  vertical-align: middle;
  box-sizing: border-box;
}
#screen1 .home h1 {
  font-size: 44px;
  color: #fff;
  font-weight: 500;
  margin: 15px 0;
}
#screen1 .home .answer {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
}
#screen1 .home .answer span {
  color: #fcbe16;
}
#screen1 .home .button {
  font-size: 26px;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
  animation-name: pulse;
  animation-duration: 4000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#screen1 footer {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 0;
  color: #999;
  background: rgba(0, 0, 0, 0.2);
}
#screen1 footer .name {
  float: right;
}
#screen1 footer .license {
  float: left;
}
#screen2 {
  height: 100%;
  background-image: url('../img/bg/bg01.jpg');
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}
#screen2 .content-wrapper {
  background-color: #fff;
}
#screen2 .quest ul {
  font-size: 0;
  padding-left: 0;
}
#screen2 .quest ul li {
  font-size: 14px;
  display: inline-block;
  width: 25%;
  text-align: center;
  vertical-align: top;
}
#screen2 .quest ul li .name {
  height: 250px;
  line-height: 250px;
  font-weight: 700;
  font-size: 14px;
  color: #373737;
  position: relative;
  margin-bottom: 10px;
}
#screen2 .quest ul li .name span {
  display: block;
  line-height: 20px;
  position: absolute;
  top: 0;
  width: 100%;
}
#screen2 .quest ul li .name div {
  display: inline-block;
  vertical-align: bottom;
}
#screen2 .quest ul li:last-child .img img {
  margin-top: 132px;
}
#screen2 .quest ul li:nth-child(3) .img img {
  margin-top: 43px;
}
#screen2 .navigation .prev {
  opacity: 0;
}
#screen3 {
  height: 100%;
  background-image: url('../img/bg/bg02.jpg');
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}
#screen3 .content-wrapper {
  background-color: #fff;
}
#screen3 .quest {
  position: relative;
  padding: 0;
}
#screen3 .quest h2 {
  padding-top: 20px;
  margin-bottom: 10px;
}
#screen3 .quest ul {
  font-size: 0;
  padding: 0 20px 0 20px;
}
#screen3 .quest ul li {
  font-size: 14px;
  display: inline-block;
  vertical-align: bottom;
  width: 33%;
  text-align: center;
}
#screen3 .quest ul li label {
  display: block;
  cursor: pointer;
}
#screen3 .quest ul li .choose {
  font-weight: 700;
  font-size: 14px;
  color: #373737;
  margin-bottom: 25px;
}
#screen3 .quest .icon {
  height: 115px;
  line-height: 115px;
  margin: -10px 0 3px;
}
#screen3 .quest .icon div {
  display: inline-block;
  vertical-align: middle;
}
#screen3 .quest .countryLine {
  background-color: #ff6f00;
  height: 47px;
  box-sizing: border-box;
  padding: 9px 0 14px 100px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
#screen3 .quest .countryLine select {
  margin-left: 15px;
  outline: none;
  padding: 5px 15px;
  border-radius: 5px;
  border: none;
}
#screen4 {
  height: 100%;
  background-image: url('../img/bg/bg03.jpg');
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}
#screen4 .content-wrapper {
  background-color: #fff;
}
#screen4 .bg {
  height: 276px;
  background-position: center;
}
#screen4 .quest {
  position: relative;
  padding: 0;
}
#screen4 .quest h2 {
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 40px;
}
#screen4 .quest .icon {
  margin: 0 auto;
}
#screen4 .quest .bg {
  text-align: center;
}
#screen4 .quest .bg .days {
  display: inline-block;
  vertical-align: top;
  width: 180px;
}
#screen4 .quest .bg .days .name {
  margin-bottom: 20px;
}
#screen4 .quest .bg .dates {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
}
#screen4 .quest .bg .dates .name {
  margin-bottom: 30px;
  text-align: left;
  padding-left: 10px;
}
#screen4 .quest .bg .dates .line {
  color: #808080;
  font-size: 14px;
  font-weight: 500;
}
#screen4 .quest .bg .dates .line input {
  margin: 0 10px;
  border: 1px solid #bebebe;
  padding: 8px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  outline: none;
  width: 180px;
}
#screen4 .quest .morechoose {
  font-size: 0;
}
#screen4 .quest .morechoose .title span {
  background: #ff6f00;
  border-bottom-right-radius: 20px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  padding: 0 20px 0 50px;
}
#screen4 .quest .morechoose .moreBlock {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 50%;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
}
#screen4 .quest .morechoose .moreBlock input {
  float: left;
}
#screen4 .quest .morechoose .moreBlock label {
  display: block;
  margin-left: 35px;
  cursor: pointer;
}
#screen4 .quest .morechoose .moreBlock label .name {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #ff6f00;
  margin-bottom: 15px;
}
#screen4 .quest .morechoose .moreBlock label .text {
  font-style: italic;
  font-weight: 400;
  color: #373737;
}
#screen5 {
  height: 100%;
  background-image: url('../img/bg/bg04.jpg');
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}
#screen5 .content-wrapper {
  background-color: #fff;
}
#screen5 .quest h2 {
  margin-bottom: 50px;
}
#screen5 .quest .chooseLine {
  margin-bottom: 25px;
  text-align: center;
}
#screen5 .quest .chooseLine > div {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 70px;
}
#screen5 .quest .chooseLine > div .name {
  margin-bottom: 15px;
}
#screen5 .quest .chooseLine .starsLine {
  margin-top: 25px;
}
#screen5 .quest .chooseLine .starsLine > div {
  display: inline-block;
  margin: 0 5px;
  transition: .3s;
}
#screen5 .quest .chooseLine .starsLine > div label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#screen5 .quest .chooseLine .starsLine > div label .num {
  font-weight: 300;
  font-size: 14px;
  color: #949494;
  transition: .3s;
}
#screen5 .quest .chooseLine .starsLine > div label .img {
  content: '';
  background: url('../img/star.png') no-repeat 0 0;
  margin-bottom: 5px;
  width: 21px;
  height: 21px;
}
#screen5 .quest .chooseLine .starsLine > div label:hover .num {
  color: #ff6f00;
}
#screen5 .quest .chooseLine .starsLine > div.active label .img {
  background-image: url('../img/star-active.png');
}
#screen5 .quest .chooseLine .starsLine > div.active label .num {
  color: #ff6f00;
}
#screen5 .quest .icon {
  height: 130px;
  margin: 0 0 16px;
  line-height: 130px;
}
#screen5 .quest .icon div {
  display: inline-block;
  vertical-align: middle;
}
#screen5 .quest ul {
  font-size: 0;
  padding-left: 0;
}
#screen5 .quest ul li {
  font-size: 14px;
  display: inline-block;
  width: 25%;
  text-align: center;
  vertical-align: bottom;
}
#screen5 .quest ul li label {
  display: block;
  cursor: pointer;
}
#screen5 .quest ul li .name {
  font-weight: 700;
  font-size: 14px;
  color: #373737;
  margin-bottom: 20px;
}
#screen5 .quest ul li img {
  margin-bottom: 10px;
}
#screen6 {
  height: 100%;
  background-image: url('../img/bg/bg05.jpg');
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}
#screen6 .content-wrapper {
  background-color: #fff;
}
#screen6 .quest h2 {
  margin-bottom: 10px;
  margin-top: 10px;
}
#screen6 .quest .nota {
  margin-bottom: 10px;
  text-align: center;
}
#screen6 .quest .nota .title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}
#screen6 .quest .nota .text {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  max-width: 790px;
  margin: auto;
  line-height: 1.3;
}
#screen6 .quest .nota .text span {
  font-weight: 700;
  display: block;
  font-style: normal;
}
#screen6 .quest input[name='budget'] {
  font-weight: 300;
  font-size: 57px;
  text-align: center;
  margin: auto;
  border: none;
  border-bottom: 3px solid #ff6f00;
  width: 180px;
  display: block;
  margin-bottom: 15px;
  outline: none;
}
#screen6 .quest input[name='budget'].passive {
  color: #8b8b8b;
}
#screen6 .quest .valuta {
  text-align: center;
  margin-bottom: 30px;
}
#screen6 .quest .valuta label {
  display: inline-block;
  margin: 0 10px;
  font-weight: 700;
  font-size: 14px;
  color: #8b8b8b;
  cursor: pointer;
}
#screen6 .quest .valuta label.active {
  color: #373737;
}
#screen6 .quest .valuta label input {
  outline: none;
}
#screen6 .quest #slider {
  max-width: 580px;
  margin: auto;
  background-color: #fff;
  height: 18px;
  border: 1px solid #bebebe;
  border-radius: 10px;
}
#screen6 .quest #slider .ui-slider-range {
  background-color: #cfcfcf;
  border-radius: 10px;
}
#screen6 .quest #slider .ui-slider-handle {
  top: -15px;
  height: 50px;
  width: 50px;
  text-align: center;
  background-color: #ff6f00;
  border-radius: 100%;
  font-weight: 300;
  font-size: 30px;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Shadow(Strength=11, Direction=0, Color=#363636)';
  /*IE 8*/
  -moz-box-shadow: 0 1px 11px -1px rgba(54, 54, 54, 0.4) inset;
  /*FF 3.5+*/
  -webkit-box-shadow: 0 1px 11px -1px rgba(54, 54, 54, 0.4) inset;
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 1px 11px -1px rgba(54, 54, 54, 0.4) inset;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=11, Direction=135, Color=#363636);
  /*IE 5.5-7*/
}
#screen6 .quest .minmax {
  position: relative;
  font-weight: 300;
  font-size: 30px;
  top: -29px;
  max-width: 852px;
  margin: auto;
  overflow: hidden;
}
#screen6 .quest .minmax .min {
  float: left;
}
#screen6 .quest .minmax .max {
  float: right;
}
#screen6 .quest .dontknow {
  text-align: center;
  color: #8b8b8b;
  font-weight: 700;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-top: -10px;
}
#screen6 .quest .dontknow.active {
  color: black;
}
#screen6 .quest .dontknow label {
  cursor: pointer;
}
#screen6 .quest .dontknow input {
  outline: none;
}
#screen7 {
  height: 100%;
  background-image: url('../img/bg/bg06.jpg');
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}
#screen7 .navigation .next {
  opacity: 0;
}
#screen7 .quest {
  background-image: url('../img/bg/bg06-blur.jpg');
  background-size: cover;
  background-position: center;
  height: 100%;
  color: #fff;
  padding-left: 50px;
}
#screen7 .quest h2 {
  text-align: left;
  color: #fff;
}
#screen7 .quest ul {
  margin-bottom: 30px;
}
#screen7 .quest ul li {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
}
#screen7 .quest .progressBar .linebar {
  width: 580px;
  padding: 2px;
  background-color: #fff;
  font-size: 0;
  margin-left: 30px;
  margin-bottom: 15px;
  border-radius: 15px;
}
#screen7 .quest .progressBar .linebar .bar {
  background-color: #fcbf16;
  display: inline-block;
  width: 5%;
  height: 14px;
  border-radius: 15px;
}
#screen7 .quest .progressBar .text {
  margin-left: 30px;
  color: #f39308;
  font-weight: 500;
  font-size: 18px;
}
#screen8 {
  height: 100%;
  background-image: url('../img/bg/bg07.jpg');
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}
#screen8 .navigation .next {
  opacity: 0;
}
#screen8 .quest {
  height: 100%;
  background-color: #fff;
}
#screen8 .quest h2 {
  margin-bottom: 30px;
}
#screen8 .quest .nota {
  font-weight: 500;
  font-size: 18px;
  max-width: 590px;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}
#screen8 .quest .stroka {
  text-align: center;
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
  margin-bottom: 20px;
}
#screen8 .quest .stroka input[type='text'] {
  width: 230px;
  border: 1px solid #bebebe;
  padding: 8px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  outline: none;
}
#screen8 .quest .stroka textarea {
  width: 100%;
  border: 1px solid #bebebe;
  padding: 8px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  outline: none;
  resize: none;
}
#screen8 .quest .alert {
  margin-bottom: 10px;
  text-align: center;
  color: red;
}
#screen8 .quest .itogBtn {
  text-align: center;
  margin-top: 40px;
}
#screen8 .quest .itogBtn .button {
  font-weight: 700;
  font-size: 20px;
  padding: 15px 35px;
}
#thankyou {
  background: url('../img/backgrounds/thankyouBG.jpg');
  background-size: cover;
  width: 100%;
  height: 100%;
  color: black;
}
#thankyou .container {
  max-width: 100%;
}
#thankyou .content-wrapper {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color=#363636)';
  /*IE 8*/
  -moz-box-shadow: 0 0 0 rgba(54, 54, 54, 0);
  /*FF 3.5+*/
  -webkit-box-shadow: 0 0 0 rgba(54, 54, 54, 0);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 0 0 rgba(54, 54, 54, 0);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color=#363636);
  /*IE 5.5-7*/
}
#thankyou .questLast {
  background-image: url('../img/ramathank.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 1028px;
  height: 369px;
  margin: auto;
  box-sizing: border-box;
  text-align: center;
  padding-top: 10px;
  margin-top: 100px;
}
#thankyou .questLast h2 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 45px;
  margin-bottom: 30px;
}
#thankyou .questLast .nota {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}
.ui-tooltip {
  padding: 50px;
  box-sizing: border-box;
  color: black;
  background-color: #fff;
  border-radius: 0;
  font: normal 14px 'NotoSansRegular', Sans-Serif;
  box-shadow: none;
  max-width: 600px;
}
.ui-datepicker .ui-datepicker-header {
  background-color: #f9b011;
  border: none;
}
.showAllBlocks {
  position: fixed;
  width: 5px;
  height: 5px;
  bottom: 0;
  left: 0;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 1;
  }
}
@keyframes tossing {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
  }
}
@-moz-keyframes circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: .1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: .5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: .1;
  }
}
@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: .1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: .5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: .1;
  }
}
@-o-keyframes circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: .1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: .5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: .1;
  }
}
@keyframes circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .1;
  }
}
@-moz-keyframes circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: .2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}
@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}
@-o-keyframes circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}
@keyframes circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}
@media screen and (max-width: 1100px) {
  .stickerCall {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    padding: 0 10px;
    box-sizing: border-box;
  }
  #thankyou .questLast {
    background: none;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .screen .header .sitename {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #screen1 header .button {
    margin-bottom: 20px;
  }
  #screen1 .home {
    margin: 0 10px 10px;
  }
  #screen1 footer .name {
    float: none;
  }
  #screen6 .quest #slider {
    max-width: 300px;
  }
  #screen6 .quest .minmax {
    font-size: 23px;
    top: -25px;
  }
  #screen7 .quest .progressBar .linebar {
    width: 100%;
    margin-left: 0;
  }
  #screen8 .quest .stroka {
    display: block;
    margin-bottom: 0;
  }
  #screen8 .quest .stroka input[type='text'] {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  .screen {
    height: auto !important;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .screen .content-wrapper {
    height: auto;
  }
  .screen .nextBottomBlock {
    position: static;
  }
  #screen1 {
    padding-top: 0;
  }
  #screen1 header .logo {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
  #screen1 header .sitename {
    float: none;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  #screen1 header .tel {
    float: none;
    display: block;
    text-align: center;
  }
  #screen1 header .button {
    float: none;
    display: block;
    text-align: center;
    margin: auto;
    width: 145px;
  }
  #screen1 .utp h1 {
    font-size: 30px;
  }
  #screen1 .utp .answer {
    font-size: 16px;
  }
  #screen1 .utp .startQuest {
    margin-bottom: 30px;
  }
  #screen1 .home {
    padding: 25px;
  }
  #screen1 .home h1 {
    font-size: 37px;
  }
  #screen1 footer {
    position: static;
    padding-bottom: 15px;
    overflow: hidden;
  }
  #screen2 .quest {
    background-repeat: no-repeat;
    background-position: center;
  }
  #screen2 .quest ul li {
    width: 50%;
    margin-bottom: 40px;
  }
  #screen3 .quest ul {
    padding: 0 10px;
  }
  #screen3 .quest ul li {
    width: 50%;
  }
  #screen3 .quest .countryLine {
    padding: 10px;
    text-align: center;
    height: auto;
  }
  #screen4 .quest .bg {
    height: auto;
    padding-bottom: 20px;
    background-size: cover;
  }
  #screen4 .quest .bg .dates {
    margin-left: 0;
  }
  #screen4 .quest .bg .dates .name {
    text-align: center;
    margin-bottom: 15px;
  }
  #screen4 .quest .bg .days {
    margin-bottom: 30px;
  }
  #screen4 .quest .bg .days .name {
    margin-bottom: 15px;
  }
  #screen4 .quest .morechoose {
    padding-bottom: 30px;
  }
  #screen5 .quest h2 {
    margin-bottom: 20px;
  }
  #screen5 .quest .chooseLine > div {
    display: block;
  }
  #screen5 .quest .chooseLine .starsLine {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #screen5 .quest ul {
    margin-top: 90px;
  }
  #screen5 .quest ul li {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .screen .navigation ul {
    display: none;
  }
  .screen .navigation .button2 p {
    padding: 5px;
    font-size: 12px;
  }
  .screen .quest h2 {
    font-size: 22px;
  }
  #screen3 .quest .countryLine select {
    margin-top: 10px;
  }
  #screen4 .quest .bg .dates .line span {
    display: block;
    margin-bottom: 10px;
  }
  #screen4 .quest .morechoose .moreBlock {
    width: 100%;
  }
  #screen6 .quest .minmax {
    position: static;
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  .screen .header .logo {
    display: block;
    margin: auto;
    float: none;
    margin-bottom: 10px;
  }
  .screen .header .button {
    float: none;
    display: block;
    margin: auto;
    text-align: center;
    width: 150px;
    margin: -30px auto 0;
  }
  .screen .header .tel {
    float: none;
    text-align: center;
    display: block;
  }
  #screen1 .utp h1 {
    font-size: 22px;
  }
  #screen2 .quest ul li {
    width: 100%;
  }
  #screen2 .quest ul .t-infant .name {
    height: 160px;
    line-height: 160px;
  }
  #screen5 .quest h2 {
    margin-bottom: 20px;
  }
  #screen5 .quest .chooseLine .stars,
  #screen5 .quest .chooseLine .rooms {
    margin-left: 0;
    margin-right: 0;
  }
  #screen5 .quest ul li {
    width: 100%;
  }
  #screen7 .quest {
    padding: 20px;
  }
  #screen7 .quest h2 {
    text-align: center;
    margin-top: 0;
  }
  #screen7 .quest ul {
    padding-left: 20px;
  }
  #screen7 .quest ul li {
    font-size: 13px;
    margin-bottom: 5px;
  }
  #screen7 .quest .progressBar {
    margin-left: 0;
    font-size: 16px;
  }
}
