@import url("forms.css");
@import url("header.css");
@import url("offer-box.css");
@import url("accents.css");
@import url("footer.css");

/* INTERNAL */

@import url("content.css");
@import url("section-box.css");
@import url("offer-view.css");
@import url("hotel-box.css");
@import url("hotel-view.css");
@import url("table.css");
@import url("wiki.css");
@import url("cookies.css");

/* Reset CSS */

* {
 padding: 0;
 margin: 0;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
}

body {
 /*
 font-family: "PT Serif", serif;
 */
 font-family: "Fira Sans", sans-serif;
 font-weight: 400;
 font-size: 16px;
 line-height: 1.7;
 color: #434343;
 text-align: left;
 background-color: #fbfcfe;
}

ul li {
 padding: 0 0 0 28px;
 margin: 0;
 background: url('/img/internal/bullet.svg') no-repeat 14px 9px;
 background-size: 4px 10px;
 list-style-type: none;
}

.descriptions ul {
 margin: 0 0 15px 0;
}

.descriptions.has_render_wiki ul,
.has_render_wiki ul {
 margin: 0;
}

.descriptions p {
 margin: 0 0 15px 0;
}

#main_content {
 display: flex;
 flex-direction: column;
 float: left;
 width: 100%;
 height: 100vh;
 border-top: 83px solid transparent;
}

#content {
 flex: 1 0 auto;
 float: left;
 width: 100%;
}

#site_bottom {
 flex: 0 0 auto;
 float: left;
 width: 100%;
}

.container {
 max-width: 1146px;
 margin: 0 auto;
}

.container.container_wide {
 max-width: 1920px;
}

.wrapper {
 float: left;
 width: 100%;
}

.container_wide>.wrapper {
 padding: 0;
}

.title_home {
 float: left;
 width: 100%;
 margin: 0 0 27px 0;
 font-family: "PT Serif", serif;
 font-weight: 700;
 font-size: 25px;
 line-height: 1.1;
 letter-spacing: 0.02em;
 color: #2d2d2d;
 text-align: center;
 text-transform: uppercase;
}

a:link,
a:visited,
a:hover {
 font-family: inherit;
 font-weight: inherit;
 font-size: inherit;
 line-height: inherit;
 color: #434343;
 text-decoration: underline;
 -webkit-transition: 0.2s ease-in-out;
 -moz-transition: 0.2s ease-in-out;
 -o-transition: 0.2s ease-in-out;
 transition: 0.2s ease-in-out;
}

a:hover {
 color: #626262;
}

#header a,
#mobile_header a,
.accent_box a,
.offer_box a,
.hotel_box a,
#footer a,
.section_box a,
a.basic_btn {
 text-decoration: none;
}

a.basic_btn {
 font-family: inherit;
 font-weight: 700;
 font-size: 14px;
 line-height: 1.2;
 color: #fff;
}

a.basic_btn:hover {
 color: #fff;
}

.no-scroll {
 overflow: hidden;
}

.lazyload,
.lazyloading {
 opacity: 0;
}

.lazyloaded {
 opacity: 1;
 transition: opacity 300ms;
}

@media screen and (max-width: 1350px) {
 .wrapper {
  padding: 0 2%;
 }
}

@media screen and (max-width:1100px) {
 #main_content,
 #main_content.int {
  border-top: 50px solid #fff;
 }
}

@media screen and (max-width:1100px) {
 .title_home {
  margin: 0 0 24px 0;
  font-size: 24px;
 }
}

@media screen and (max-width:950px) {
 body {
  font-size: 15px;
 }
 ul li {
  padding: 0 0 0 14px;
  background: url('/img/internal/bullet.svg') no-repeat 4px 8px;
  background-size: 4px 10px;
 }
 .wrapper {
  padding: 0 2.5%;
 }
 .title_home {
  margin: 0 0 20px 0;
  font-size: 22px;
 }
}

@media screen and (max-width:676px) {
 body {
  font-size: 14px;
 }
 ul li {
  padding: 0 0 0 14px;
  background: url('/img/internal/bullet.svg') no-repeat 4px 7px;
  background-size: 4px 10px;
 }
 .wrapper {
  padding: 0 3%;
 }
 .title_home {
  margin: 0 0 18px 0;
  font-size: 20px;
 }
}

@media screen and (max-width:550px) {
 .wrapper {
  padding: 0 4%;
 }
 .title_home {
  margin: 0 0 16px 0;
  font-size: 19px;
 }
}


/*  */

#banner_123 {
 float: left;
 width: 100%;
 height: 615px;
}

#banner_123.int {
 float: left;
 width: 100%;
 height: 305px;
}

#banner_123 .container {
 height: 100%;
 padding: 10px 0;
 overflow: hidden;
}

#banner_123 .wrapper {
 position: relative;
 width: 100%;
 height: 100%;
}

#banner_123 .wrapper::before {
 position: absolute;
 top: -10px;
 right: -10px;
 content: '';
 width: calc(100% + 20px);
 height: calc(100% + 20px);
 border-radius: 0 240px 0 240px;
 background-color: #e1edf7;
}

#banner_123 img {
 position: relative;
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 0 240px 0 240px;
 z-index: 4;
}

@media screen and (max-width:1600px) {
 #banner_123 .wrapper::before {
  border-radius: 0 180px 0 180px;
 }
 #banner_123 img {
  border-radius: 0 180px 0 180px;
 }
}

@media screen and (max-width:1400px) {
 #banner_123 {
  height: 580px;
 }
 #banner_123.int {
  height: 220px;
 }
 #banner_123 .wrapper::before {
  border-radius: 0 150px 0 150px;
 }
 #banner_123 img {
  border-radius: 0 150px 0 150px;
 }
}

@media screen and (max-width:1200px) {
 #banner_123 {
  height: 520px;
 }
 #banner_123.int {
  height: 200px;
 }
 #banner_123 .wrapper::before {
  border-radius: 0 110px 0 110px;
 }
 #banner_123 img {
  border-radius: 0 110px 0 110px;
 }
}

@media screen and (max-width:1100px) {
 #banner_123 {
  height: 480px;
 }
 #banner_123.int {
  height: 190px;
 }
 #banner_123 .container {
  padding: 0 0 10px 0;
 }
 #banner_123 .wrapper::before {
  top: 0;
  width: calc(100% + 20px);
  height: calc(100% + 10px);
  border-radius: 0 0 0 110px;
 }
 #banner_123 img {
  border-radius: 0 0 0 110px;
 }
}

@media screen and (max-width:900px) {
 #banner_123 {
  height: 450px;
 }
 #banner_123.int {
  height: 180px;
 }
}

@media screen and (max-width:700px) {
 #banner_123 {
  height: 400px;
 }
 #banner_123.int {
  height: 160px;
 }
}

@media screen and (max-width:600px) {
 #banner_123 {
  height: 360px;
 }
 #banner_123.int {
  height: 140px;
 }
 #banner_123 .wrapper::before {
  right: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 5px);
  border-radius: 0 0 0 80px;
 }
 #banner_123 img {
  border-radius: 0 0 0 80px;
 }
}

@media screen and (max-width:500px) {
 #banner_123 {
  height: 320px;
 }
 #banner_123.int {
  height: 130px;
 }
}

@media screen and (max-width:450px) {
 #banner_123 {
  height: 300px;
 }
 #banner_123.int {
  height: 110px;
 }
}

@media screen and (max-width:400px) {
 #banner_123 {
  height: 280px;
 }
}
