@font-face {
  font-family: "Merriweather";
  src: url("/fonts/Merriweather/MerriweatherRegular/MerriweatherRegular.eot");
  src: url("/fonts/Merriweather/MerriweatherRegular/MerriweatherRegular.eot?#iefix")format("embedded-opentype"),
  url("/fonts/Merriweather/MerriweatherRegular/MerriweatherRegular.woff") format("woff"),
  url("/fonts/Merriweather/MerriweatherRegular/MerriweatherRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "MerriweatherBold";
  src: url("../fonts/MerriweatherBold/MerriweatherBold.eot");
  src: url("../fonts/MerriweatherBold/MerriweatherBold.eot?#iefix")format("embedded-opentype"),
  url("../fonts/MerriweatherBold/MerriweatherBold.woff") format("woff"),
  url("../fonts/MerriweatherBold/MerriweatherBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "MerriweatherItalic";
  src: url("../fonts/MerriweatherItalic/MerriweatherItalic.eot");
  src: url("../fonts/MerriweatherItalic/MerriweatherItalic.eot?#iefix")format("embedded-opentype"),
  url("../fonts/MerriweatherItalic/MerriweatherItalic.woff") format("woff"),
  url("../fonts/MerriweatherItalic/MerriweatherItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "MerriweatherLight";
  src: url("../fonts/MerriweatherLight/MerriweatherLight.eot");
  src: url("../fonts/MerriweatherLight/MerriweatherLight.eot?#iefix")format("embedded-opentype"),
  url("../fonts/MerriweatherLight/MerriweatherLight.woff") format("woff"),
  url("../fonts/MerriweatherLight/MerriweatherLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "MerriweatherBoldItalic";
  src: url("../fonts/MerriweatherBoldItalic/MerriweatherBoldItalic.eot");
  src: url("../fonts/MerriweatherBoldItalic/MerriweatherBoldItalic.eot?#iefix")format("embedded-opentype"),
  url("../fonts/MerriweatherBoldItalic/MerriweatherBoldItalic.woff") format("woff"),
  url("../fonts/MerriweatherBoldItalic/MerriweatherBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "MerriweatherLightItalic";
  src: url("../fonts/MerriweatherLightItalic/MerriweatherLightItalic.eot");
  src: url("../fonts/MerriweatherLightItalic/MerriweatherLightItalic.eot?#iefix")format("embedded-opentype"),
  url("../fonts/MerriweatherLightItalic/MerriweatherLightItalic.woff") format("woff"),
  url("../fonts/MerriweatherLightItalic/MerriweatherLightItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
.main_section {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.slider_main {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .16);
}

.div_main {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  margin-left: 0px;
  background-color: hsla(0, 0%, 100%, .67);
  text-align: center;
}

.logo1 {
  display: inline-block;
  width: 32px;
  margin-top: 3px;
  margin-left: 9px;
  float: left;
}

.video_background {
  display: block;
  height: 100%;
}

.div_main_2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 7;
  display: block;
  width: 70%;
  height: 30vh;
  margin-top: 40vh;
  margin-left: 30px;
  background-color: transparent;
  background-image: url('../images/logo_white_730x186.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.div_main_2.conf {
  background-image: url('../images/logo_white_new_730x186.svg');
  background-position: 0px 50%;
  background-size: contain;
}

.slider_nav {
  display: none;
}

.menu_1 {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 127px;
}

.button {
  display: inline-block;
  margin-left: 3px;
  float: right;
  background-image: url('../images/arrow_left_50x50.svg');
  background-position: 0px 0px;
  background-size: 25px;
}

.nav {
  width: 600px;
  height: 70px;
  margin-right: 1px;
  margin-left: 0px;
  float: right;
  clear: none;
  background-color: #fff;
  background-image: url('../images/check-in.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav._2 {
  float: left;
}

.logo3 {
  display: inline-block;
  margin-top: 9px;
  margin-left: 10px;
  float: left;
}

.arrow {
  display: none;
}

.footer {
  height: 30vh;
  background-color: rgba(0, 0, 0, .8);
}

.nav_item {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Merriweather, serif;
  color: #262c27;
  font-size: 18px;
  line-height: 37px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 990px) and (max-width: 1100px){
  .nav_item{
    font-size: 16px;
  }
}

.nav_item:hover {
  color: #fff;
}

.nav_item.w--current {
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 37px;
}

.column_nav {
  height: 40px;
}

.column_nav1 {
  height: 40px;
}

.column_nav2 {
  height: 40px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.column_nav2:hover {
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
}

.column_nav3 {
  height: 40px;
}

.column_nav4 {
  height: 40px;
}

.column_nav5 {
  height: 40px;
}

.column_nav6 {
  height: 40px;
}

.map_section {
  width: 100%;
  height: 100vh;
}

.map {
  width: 100%;
  height: 100%;
}

.logo_footer {
  /*width: 400px;*/
  width: auto;
  margin-top: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  float: none;
}

.advantages_section {
  width: 80%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  background-color: #fff;
}

.div_advantages {
  display: block;
  width: 80%;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
}

.advantage_block_div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  height: 150px;
  margin-right: 1%;
  margin-bottom: 2%;
  margin-left: 1%;
  padding-top: 2%;
  padding-right: 1%;
  padding-left: 1%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px none #000;
  background-color: rgba(0, 0, 0, .03);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.image_advantage {
  margin-top: 30%;
  float: left;
}

.text_advantages {
  width: auto;
  margin-top: 18px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Merriweather, serif;
  font-size: 16px;
  text-align: center;
}

.div_inside {
  display: block;
  width: 30%;
  margin-top: 26px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div_inside2 {
  display: block;
  width: 68%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.div1 {
  display: block;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.div2 {
  display: block;
  width: 65%;
  margin: 0px auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.numbers_section {
  width: 100%;
  height: 100vh;
  background-color: #979599;
}

.slider_numbers {
  width: 100%;
  height: 100%;
}

.slider_navi_numbers {
  margin-bottom: 22px;
  background-color: hsla(0, 0%, 100%, .67);
}

.arrow1 {
  display: none;
}

.arrow2 {
  display: none;
}

.tabs_numbers {
  top: -40px;
  bottom: -41px;
  z-index: 9;
  background-color: hsla(0, 0%, 100%, .67);
}

.tabs_menu_numbers {
  position: relative;
  left: 0px;
  top: 105px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  width: 100%;
  background-color: hsla(0, 0%, 100%, .67);
}

.tab_link_number {
  position: static;
  display: inline-block;
  width: 20%;
  height: 40px;
  background-color: hsla(0, 0%, 100%, .67);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.tab_link_number:hover {
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
}

.tab_link_number.w--current {
  width: 20%;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  line-height: 18px;
}

.tab_link_number.w--current:hover {
  background-color: rgba(0, 0, 0, .8);
}

.numbers_categories {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
}

.tabs_pane {
  width: 100%;
  height: 100vh;
  background-image: url('../images/1082551.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tabs_pane._4 {
  padding-top: 120px;
  background-image: url('../images/foto_big_19.jpg');
}

.tabs_pane._5 {
  background-image: url('../images/newtab1.jpg');
  background-size: cover;
}

.tabs_pane._3 {
  background-image: url('../images/best_2.jpg');
  background-size: auto;
}

.tabs_pane._1 {
  background-image: url('../images/ekonom_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tabs_pane._2 {
  background-image: url('../images/standard4.jpg');
  background-size: auto;
}

.tabs_content {
  margin-top: -41px;
}

.telephone {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
}

.footer_link {
  display: block;
  width: 100%;
  margin: 0px 17px 17px 0px;
  float: none;
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.footer_link:hover {
  text-decoration: underline;
}

.paragraph_footer_txt {
  margin-top: 0px;
  margin-left: 43px;
  font-family: Merriweather, serif;
  color: hsla(0, 0%, 100%, .85);
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  letter-spacing: 0.8px;
}

.column_footer1 {
  padding-top: 30px;
}

.main_logo_link {
  display: block;
}

.chekin_image {
  width: 60%;
  float: right;
}

.number_columns {
  width: 500px;
  height: 50px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: none;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.div_number_icons {
  display: inline-block;
  width: 60px;
  height: auto;
  margin-top: 0px;
  margin-left: 20px;
  padding: 5px 4px 0px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .34);
}

.div_icon {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  padding: 4px;
  float: right;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .22);
}

.icon {
  display: block;
  width: 40px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.traveline {
  position: fixed;
  top: 594px;
  right: -1px;
  bottom: 559px;
  z-index: 20;
  width: 55%;
  height: 50px;
  background-color: transparent;
  background-image: url('../images/check2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.transfer_section {
  width: 100%;
  height: 70vh;
  /*height: auto;*/
  background-color: #dddcdd;
}

.form {
  display: block;
  width: 80%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.field, .field_message {
  border-bottom: 5px solid #8a8a8a;
  -webkit-transition: all 356ms ease;
  transition: all 356ms ease;
  font-family: Merriweather, serif;
}

.field:active, .field_message:active {
  border-style: solid;
  border-color: #fff #fff #333;
  border-bottom-width: 5px;
}

.field:focus, .field_message:focus {
  border-color: #fff #fff #333;
  border-bottom-style: solid;
  border-bottom-width: 5px;
}

.field.txt, .field_message.txt {
  height: 20vh;
}

.field.txt:focus, .field_message.txt:focus {
  border-color: #fff #fff #333;
}

.submit_button {
  float: right;
  border-style: solid;
  border-width: 1px 1px 5px;
  border-color: #8a8a8a;
  background-color: #fff;
  -webkit-transition: all 360ms ease;
  transition: all 360ms ease;
  font-family: Merriweather, serif;
  color: #8a8a8a;
}

.submit_button:hover {
  border-color: #333;
}

.submit_button:focus {
  border-color: #333;
}

.selectoe {
  /*border: 1px solid #fafafa;*/
  border: none;
  font-family: Merriweather, serif;
  color: #8a8a8a;
}

.selectoe:hover {
  border-color: #f9f9f9;
}

.selectoe:active {
  border-color: #fff;
}

.selectoe:focus {
  border-color: #fff;
}

.conference_section {
  width: 100%;
  height: 100vh;
}

.background-video {
  width: 100%;
  height: 100%;
}

.conference_option_select_section {
  width: 100%;
  height: 100vh;
  background-color: #dddcdd;
}

.radio_button {
  background-color: #0098ff;
}

.field_radiobutton {
  font-family: Merriweather, serif;
}

.checkbox {
  width: 30%;
  height: 35px;
  padding-top: 4px;
  padding-left: 37px;
  border-bottom: 5px solid #8a8a8a;
  background-color: #fff;
  font-family: Merriweather, serif;
  color: #a5a5a5;
}

.field-label {
  color: #999;
}

.checker {
  background-color: #8a8a8a;
}

.checker:focus {
  background-color: #8a8a8a;
}
/*a.language_link {
  line-height: 37px;
}*/
.language_link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #404040;
  text-decoration: none;
}

.language_link:hover {
  text-decoration: underline;
}

.div_disclaimers_icons_rooms {
  display: block;
}

.column_icons1 {
  display: block;
  height: 60px;
  padding-top: 15px;
}

.row {
  height: 50px;
}

.div-block {
  width: 325px;
  margin-top: 200px;
}

.html-embed {
  position: fixed;
  top: 600px;
  right: 0px;
  bottom: 600px;
  z-index: 100;
  display: block;
  width: 100%;
  height: 50px;
  max-width: 1000px;
  margin-top: 0px;
  padding-top: 0px;
}

.html-embed-2 {
  position: fixed;
  top: 600px;
  right: 0px;
  z-index: 1500;
  display: block;
  width: 100%;
  max-width: 1000px;
}

.html-embed-3 {
  position: absolute;
  top: 200px;
  right: 200px;
}

.html-embed-4 {
  position: absolute;
  top: 200px;
  right: 200px;
  overflow: scroll;
}

.html-embed-5 {
  position: absolute;
  top: 200px;
  right: 200px;
}

.html-embed-6 {
  position: absolute;
  top: 200px;
  right: 200px;
}

.html-embed-7 {
  position: absolute;
  top: 200px;
  right: 200px;
}

.html-embed-8 {
  position: absolute;
  top: 200px;
  right: 200px;
}

.text_number_options {
  display: none;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 3px;
  background-color: rgba(0, 0, 0, .22);
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  text-align: left;
}

.buttons_footer_mob {
  display: none;
}

.main_section_mob {
  display: none;
}

.advantages_section_mob {
  display: none;
}

.column_nav-_landscape {
  display: none;
}

.numbers_section_mob {
  display: none;
}

.html-embed-9 {
  position: fixed;
  top: 600px;
  right: 0px;
  bottom: -600px;
  z-index: 1500;
  display: block;
  width: 100%;
  max-width: 1000px;
}

.html-embed-10 {
  height: 100%;
  min-height: 1500px;
}

.html-embed-11 {
  height: 100%;
  min-height: 2000px;
}

.s1 {
  width: 100%;
  height: 100vh;
  padding-top: 164px;
  background-color: rgba(0, 0, 0, .71);
  text-align: center;
}

.div222 {
  margin-top: 57px;
  color: #fff;
}

.text-block-2 {
  margin-bottom: 34px;
  font-size: 20px;
  line-height: 30px;
}

.div_discount {
  display: block;
  width: 150px;
  height: 150px;
  margin-top: -13px;
  float: right;
  background-image: url('../images/booking_message.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-3 {
  margin-top: 37px;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 30px;
}

.discount_figure {
  display: block;
  margin-top: 37px;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 30px;
}

.text-block-4 {
  display: block;
  margin-top: 18px;
  font-size: 13px;
  line-height: 12px;
}

.row-3 {
  margin-top: 12px;
}

.slider_num {
  width: 100%;
  height: 100vh;
}

.slide-4 {
  padding-top: 130px;
  background-image: url('../images/Фото-стандарт-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  padding-top: 130px;
  background-image: url('../images/stand1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  padding-top: 120px;
  background-image: url('../images/stand2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  padding-top: 120px;
  background-image: url('../images/lux3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider_conf {
  width: 100%;
  height: 100%;
}

.conf_image {
  width: 100%;
  height: 100%;
}

.slide-8 {
  background-image: url('../images/foto_konferenc_zal_5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/conferenc_summer.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/foto_konferenc_zal_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/foto_konferenc_zal_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/foto_konferenc_zal_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/*.left_arrow_conf {
  display: none;
}*/

.slide-13 {
  padding-top: 100px;
  background-image: url('../images/econom3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-14 {
  padding-top: 100px;
  background-image: url('../images/econom4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/econom2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-16 {
  padding-top: 100px;
  background-image: url('../images/econom2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-17 {
  padding-top: 100px;
  background-image: url('../images/econom1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-18 {
  background-image: url('../images/stand3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-19 {
  background-image: url('../images/stand2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-20 {
  background-image: url('../images/stand1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-21 {
  background-image: url('../images/lux4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-22 {
  background-image: url('../images/lux2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-23 {
  background-image: url('../images/lux3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-24 {
  background-image: url('../images/lux1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-25 {
  background-image: url('../images/lux4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.eco1 {
  background-image: url('../images/econom1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.eco2 {
  background-image: url('../images/econom2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.eco3 {
  background-image: url('../images/econom3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.eco4 {
  background-image: url('../images/econom4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.eco5 {
  background-image: url('../images/econom5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st1 {
  background-image: url('../images/standard1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st2 {
  background-image: url('../images/standard2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st3 {
  background-image: url('../images/standard3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st4 {
  background-image: url('../images/standard4.jpg'); 
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.st5 {
  background-image: url('../images/standard5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.stp1 {
  background-image: url('../images/standplus1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.stp2 {
  background-image: url('../images/standplus2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.stp3 {
  background-image: url('../images/standplus3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.stp4 {
  background-image: url('../images/standplus4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.stp5 {
  background-image: url('../images/standplus5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.stp6 {
  background-image: url('../images/standplus6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lux1 {
  background-image: url('../images/lux1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lux2 {
  background-image: url('../images/lux2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lux3 {
  background-image: url('../images/lux3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lux4 {
  background-image: url('../images/lux4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.lux5 {
  background-image: url('../images/lux5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.lux6 {
  background-image: url('../images/lux6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.lux7 {
  background-image: url('../images/lux7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.lux8 {
  background-image: url('../images/lux8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.nt1 {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.nt2 {
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.nt3 {
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.nt4 {
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.nt5 {
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
html.w-mod-js *[data-ix="icon-2"] {
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="icon-3"] {
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="discont-appearance"] {
  height: 0px;
}
@media (max-width: 1920px) {
	.transfer_section {
		height: 70vh;
	}
}
@media (max-width: 1440px) {
	.transfer_section {
		height: auto;
	}
}
@media (max-width: 991px) {
	.transfer_section {
    height: auto;
	}
  .footer {
    height: 30vh;
  }
  .nav_item {
    font-size: 12px;
  }
  .nav_item.w--current {
    font-size: 12px;
  }
  .text_advantages {
    font-size: 12px;
  }
  .numbers_categories {
    font-size: 12px;
  }
  .paragraph_footer_txt {
    font-size: 12px;
    line-height: 17px;
  }
  .form {
    width: 70%;
  }
  .language_link {
    font-size: 10px;
  }
  .field-label-2 {
    font-size: 10px;
    line-height: 12px;
  }
  .field-label-3 {
    font-size: 10px;
    line-height: 15px;
  }
  .field-label-4 {
    font-size: 10px;
    line-height: 15px;
  }
}

@media (max-width: 767px) {
  .main_section {
    display: none;
  }
  .div_main_2.conf {
    display: none;
  }
  .footer {
    height: 100vh;
  }
  .logo_footer {
    margin-top: 66px;
    float: right;
  }
  .advantages_section {
    display: none;
  }
  .numbers_section {
    display: none;
  }
  .paragraph_footer_txt {
    text-align: left;
  }
  .column_footer1 {
    position: static;
    color: #e0e0e0;
    text-align: center;
  }
  .transfer_section {
    height: 100vh;
  }
  .form {
    margin-top: 6px;
  }
  .field, .field_message {
    /*height: 30px;*/
    margin-bottom: 5px;
    font-size: 12px;
  }
  .field.txt, .field_message.txt {
    height: 15vh;
  }
  .submit_button {
    height: 25px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 10px;
  }
  .selectoe._2 {
    height: 30px;
    font-size: 12px;
  }
  .conference_section {
    display: none;
  }
  .conference_option_select_section {
    margin-bottom: 1px;
    padding-top: 5px;
  }
  .checkbox {
    width: 50%;
    height: 30px;
  }
  .language_link.langmob {
    margin-top: 27px;
    color: hsla(0, 0%, 100%, .85);
    font-size: 18px;
    text-decoration: underline;
  }
  .html-embed-2 {
    display: none;
  }
  .link_area {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .text_link_footer_mob {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-family: Merriweather, serif;
    color: #d9d9d9;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
  }
  .area_button_footer {
    position: static;
    display: block;
    text-decoration: none;
  }
  .buttons_footer_mob {
    display: none;
    color: #ddd;
  }
  .main_section_mob {
    display: block;
    /*height: 50vh;*/
    background-color: rgba(0, 0, 0, .65);
    color: #ddd;
  }
  .div_navi_mob {
    display: none;
  }
  .div_navi_mob_logo {
    margin-bottom: 53px;
    padding-top: 4px;
  }
  .logo_mob {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .advantages_section_mob {
    display: block;
    height: 100vh;
    /*height: 50vh;*/
  }
  .slider_advantages_mob {
    height: 100%;
    background-color: #595959;
  }
  .slide-nav {
    display: none;
  }
  .div_grey {
    display: none;
  }
  .image_slide_mob {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    min-width: 30%;
    padding-top: 50px;
  }
  .slider_conf {
    height: 100vh;
  }
/*  .left_arrow {
    display: none;
  }*/
  .arrow_icon {
    margin-top: 0px;
  }
  .icon_text_mob {
    margin-top: 14px;
    font-family: Merriweather, serif;
    color: #fff;
    text-align: center;
  }
  .div_navi_mob_landscape {
    display: block;
    margin-top: 0px;
  }
  .column_nav-_landscape {
    display: block;
  }
  .numbers_section_mob {
    display: block;
    height: 100vh;
  }
  .slider_numbers_mob {
    height: 100%;
  }
  .nav_slider_numbers_mob {
    display: none;
  }

    
    
  .slide1 {
    background-image: url('../images/econom1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide5 {
    background-image: url('../images/1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide2 {
    background-image: url('../images/standard1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-2 {
    background-image: url('../images/standplus1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-3 {
    background-image: url('../images/lux1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
.slide-3 {
    background-image: url('../images/lux1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-3 {
    background-image: url('../images/lux1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
    
    
    
    .slide3 {
    background-image: url('../images/Ambassador-Row-Serviced-Suites-by-Lanson-Place-One-bedroom-Superior-Duta-Suite-1600x1000.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
    .slide2 {}
  .number_name {
    margin-top: 27px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, .2);
    font-family: Merriweather, serif;
    color: #fff;
    text-align: center;
  }
  .field-label-2 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 9px;
  }
  .field-label-3 {
    font-size: 9px;
  }
  .field-label-4 {
    margin-bottom: 0px;
    font-size: 9px;
  }
  .column {
    display: none;
  }
  .column-2 {
    display: none;
  }
  .column-3 {
    display: none;
  }
  .column-4 {
    display: none;
  }
  .column-5 {
    display: none;
  }
  .row-2 {
    margin-top: 6px;
    text-align: center;
  }
}
@media (max-width: 767px){
  .mask_slider_mob1 {
    background-color: #595959;
  }
}

@media (max-width: 479px) {
  .main_section {
    display: none;
    height: 105vh;
  }
  .slider_main {
    display: none;
  }
  .div_main {
    display: none;
  }
  .div_main_2 {
    display: block;
  }
  .div_main_2.conf {
    display: none;
  }
  .footer {
    height: 80vh;
  }
  .map_section {
    height: 100vh;
  }
  .logo_footer {
    display: block;
    width: 250px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .advantages_section {
    display: none;
    width: 95%;
  }
  .text_advantages {
    font-size: 5px;
  }
  .numbers_section {
    display: none;
  }
  .paragraph_footer_txt {
    display: block;
    margin-right: auto;
    margin-left: auto;
    line-height: 20px;
    text-align: center;
  }
  .transfer_section {
    height: 70vh;
  }
  .field, .field_message {
    margin-top: 20px;
    font-size: 11px;
  }
  .field.txt {
    height: 15vh;
    margin-bottom: 50px;
  }
  .submit_button {
    margin-top: 20px;
    font-size: 11px;
  }
  .selectoe {
    font-size: 11px;
  }
  .conference_section {
    display: none;
  }
  .checkbox {
    width: 55%;
  }
  .language_link.langmob {
    margin-top: 0px;
    color: hsla(0, 0%, 100%, .85);
    font-size: 18px;
    text-decoration: underline;
  }
  .html-embed {
    top: 600px;
    right: 0px;
    bottom: auto;
  }
  .html-embed-2 {
    display: none;
  }
  .area1 {
    height: 6vh;
  }
  .area3 {
    height: 7vh;
  }
  .area4 {
    height: 7vh;
  }
  .link_area {
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .area2 {
    height: 7vh;
  }
  .text-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    text-align: center;
  }
  .text_link_footer_mob {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-family: Merriweather, serif;
    color: hsla(0, 0%, 100%, .85);
    text-align: center;
    text-decoration: underline;
  }
  .area_button_footer {
    height: 8vh;
    border-bottom: 1px none hsla(0, 0%, 100%, .44);
  }
  .buttons_footer_mob {
    display: block;
  }
  .main_section_mob {
    display: block;
    width: 100%;
    /* height: 65vh; */
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, .65);
  }
  .div-block-2 {
    width: 100%;
    height: 50%;
  }
  .div_navi_mob {
    display: block;
    width: 100%;
    height: 40%;
    background-color: transparent;
  }
  .div_navi_mob_logo {
    margin-bottom: 72px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
  }
  


  .logo_mob {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .advantages_section_mob {
    display: block;
    width: 100%;
    height: 40vh;
    margin-bottom: 0px;
  }
  .slider {
    width: 100%;
    height: 100%;
  }
  .slider_advantages_mob {
    width: 100%;
    height: 100%;
  }
  .slide-nav {
    display: none;
  }
  .mask_slider_mob1 {
    background-color: #595959;
  }
  .arrows {
    width: 10%;
    background-color: #595959;
  }
  .div_grey {
    width: 100%;
    height: 10%;
    margin-top: 0px;
    background-color: #595959;
  }
  .slider_conf {
    height: 100vh;
  }
  .image_slide_mob {
    display: block;
/*    width: 50%;
    height: 50%;*/
    margin-top: 27px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    min-width: 30%;
    padding-top: 10px;
  }
/*  .left_arrow {
    display: none;
  }*/
  .arrow_icon {
    top: 100px;
    margin-top: 0px;
    margin-right: -1px;
  }
  .icon_text_mob {
    display: block;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    font-family: Merriweather, serif;
    color: #e6e6e6;
    text-align: center;
  }
  .div_navi_mob_landscape {
    display: none;
  }
  .column_nav-_landscape {
    display: none;
  }
  /*.numbers_section_mob {
    height: 40vh;
  }*/
  .slide1 {
    background-image: url('../images/econom1.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }
  .slide2 {
    background-image:  url('../images/standard1.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }
  .slide-2 {
    background-image:  url('../images/standplus1.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }
  .slide-3 {
    background-image:  url('../images/lux1.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }
  .field-label-2 {
    line-height: 10px;
  }
  .field-label-3 {
    line-height: 10px;
  }
  .field-label-4 {
    line-height: 10px;
  }
  .form-2 {
    margin-top: 67px;
  }
  .html-embed-9 {
    position: static;
  }
  .html-embed-11 {
    width: 100%;
  }
  .row-2 {
    margin-top: 0px;
    text-align: center;
  }
  /*.slider_div_conf_mob {
    height: 50vh;
  }*/
}

