.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  padding-top: 40px;
  display: inline-block;
}

.form-wrapper {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 25px 20px;
}

.h3-form {
  color: #fd973e;
  margin-top: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}

.h3-form.font-black {
  color: #000;
}

.h3-form.font-black.mainfont {
  font-family: Gothambook, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.h4-form {
  color: #fcfbfb;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}

.h4-form.form-smallertxt.font-black {
  color: #000;
  margin-top: 25px;
  font-family: Gothambook, sans-serif;
  font-size: 16px;
}

.checkbox-label {
  color: #000;
  font-family: Gothambook, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

.checkbox-label.font-black {
  color: #000;
}

.form-fields {
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-fields.form-fields-phone {
  margin-top: 5px;
  margin-bottom: 15px;
}

.form-fields.form-fields-phone.zero-top-margin {
  margin-top: 0;
}

.checkbox-wrapper {
  margin-bottom: 7px;
  margin-left: 12px;
  line-height: 1.8;
}

.form-smallprint {
  color: #000;
  text-align: center;
  font-family: Gothambook, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.form-smallprint.no-mob {
  text-align: left;
  padding-top: 2%;
  padding-right: 10%;
}

.form-smallprint.mobonly {
  display: none;
}

.footer-logo {
  clear: none;
  object-fit: scale-down;
  flex: none;
  align-self: auto;
  max-height: 150px;
  margin-top: 45px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.terms-links {
  color: #000;
}

.body {
  flex-direction: column;
  justify-content: space-between;
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
  display: flex;
}

.section {
  flex: 1;
  padding: 30px;
  display: flex;
}

.section.footer {
  background-color: #272d35;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.section.section-second-col {
  padding-top: 20px;
}

.section.section-second-col.section-pastel {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.two-columns-bg {
  background-color: #33435a00;
}

.section.two-columns-bg.margin-15px {
  padding-left: 15px;
  padding-right: 15px;
}

.section.bg-image {
  background-color: #2e2c2d;
  background-image: url('../images/form-background.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  display: flex;
}

.content-wrapper.form-part {
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 500px;
  padding-top: 10px;
}

.content-wrapper.color-white {
  color: #000;
}

.content-wrapper.color-white.max-width-wide {
  align-items: center;
  max-width: 1000px;
}

.content-wrapper.color-white.max-width-wide.flex-centered {
  align-self: center;
  align-items: center;
}

.content-wrapper.centered {
  width: 100%;
  max-width: 1080px;
}

.content-wrapper.max-width-900 {
  max-width: 1000px;
}

._2-col-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-around;
  place-items: stretch stretch;
  display: grid;
}

._2-col-wrapper.full-width {
  grid-template-columns: 2fr 2fr;
  width: 100%;
  display: flex;
}

._2-col-wrapper.full-width.hidden {
  display: none;
}

._2-col {
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  padding-left: 0;
  display: block;
}

.small-print {
  color: #6a5f66;
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  line-height: 1.2;
}

.small-print.centered {
  text-align: center;
  font-size: 28px;
}

.small-print.centered.under-circles {
  font-family: Gothambook, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.small-print.centered {
  font-size: 13px;
}

.small-print.centered.under-circles {
  padding-left: 5px;
  padding-right: 5px;
  font-family: Gothambook, sans-serif;
  font-weight: 400;
}

.radisson_logo {
  text-align: left;
  flex: 0 auto;
  align-self: auto;
  max-height: 150px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

.radisson_logo.toplogo {
  flex: 0 auto;
  align-self: auto;
  max-width: 100%;
  max-height: 100px;
  margin-top: 5px;
  padding-top: 20px;
  font-size: 14px;
  display: block;
}

.radisson_logo.shrinked-logo {
  max-height: 111px;
  margin-bottom: 40px;
}

.top-div {
  text-align: center;
  width: 100%;
  position: static;
}

.top-div.content-wrapper {
  object-fit: cover;
  background-color: #5f6e78b0;
  flex-flow: column;
  flex: 0 auto;
  place-content: flex-start space-around;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.white-fonty-below {
  direction: ltr;
  color: #fff;
  text-align: left;
  text-transform: none;
  white-space: normal;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 43px;
  font-weight: 300;
  line-height: 1.5;
  display: block;
}

.white-fonty-below.text-centered {
  text-align: center;
  margin-top: 20px;
}

.white-fonty-below.text-centered.max-width-800 {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 40px;
  line-height: 1.5;
}

.white-fonty-below.bolder-title {
  font-family: Gotham, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.top-textblock-bottom {
  flex-direction: column;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-top: -80px;
  padding-top: 0;
  padding-left: 2%;
  font-family: Gotham, sans-serif;
  display: flex;
}

.mainfont {
  color: #000;
  font-family: Spartan, sans-serif;
}

.text-centered-half {
  text-align: center;
  align-self: auto;
  max-width: 671px;
  padding-top: 23px;
  font-family: Spartan, sans-serif;
  font-size: 16px;
}

.two-columns-bg {
  background-color: #33435a;
}

.two-lists-single-mobile {
  display: flex;
}

.two-lists-single-mobile.mainfont.thin {
  width: 100%;
  max-width: 900px;
}

.two-lists-single-mobile.mainfont.thin.little-extended {
  max-width: 1000px;
}

.features-amenties {
  color: #000;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  line-height: 1;
}

.img-checkbox-list {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0;
  font-size: 12px;
  line-height: 2.6;
  list-style-type: square;
}

.text-centered-3-4 {
  text-align: center;
  width: 70%;
  padding-top: 22px;
  font-family: Spartan, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.filled-benifits-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.benifit.mainfont {
  background-color: #fff;
  border: 0 solid #949494;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 17px 0;
  display: flex;
}

.image-13 {
  padding-bottom: 20px;
}

.benifits-caps {
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
}

.benifits-caps.txt-center-aligned {
  text-align: center;
  font-family: Gothambook, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.section-topbg-topdiv {
  background-image: url('../images/top_bg.png');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  min-height: 600px;
  display: flex;
}

.logos-section {
  flex-flow: row;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.log_padding.footer-logo {
  margin-top: 0;
}

.top-logo-menu-div {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.link {
  float: none;
  padding: 18px;
}

.menu-items {
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  padding: 13px;
  font-family: Gothambook, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

.heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.heading-normal {
  margin-bottom: 20px;
  font-family: Gothambook, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 45px;
}

.heading-normal.black-font {
  line-height: 39px;
}

.heading-normal.black-font.gothham-book {
  font-family: Gothambook, sans-serif;
  font-size: 21px;
  line-height: 36px;
}

.heading-normal.black-font.gothham-book.padding-bottom {
  margin-top: 5px;
  padding-top: 10px;
}

.ordinary-text {
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}

.ordinary-text.font-white-sm {
  color: #fff;
}

.ordinary-text.font-white-sm.padding-margin-70por {
  align-self: auto;
  align-items: flex-end;
  width: 70%;
  padding: 20px;
  display: block;
}

.ordinary-text.font-white-sm.padding-margin-70por.centered-limited.font-bigger {
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 500;
}

.ordinary-text.font-white-sm.padding-margin-70por.centered-limited.font-bigger.under-first-radisson-hotel {
  text-align: left;
  background-color: #0000;
  width: 100%;
  max-width: 900px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  line-height: 29px;
}

.ordinary-text.font-white-sm.padding-margin-70por.text-centered-3-4.maxwidth-1000 {
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.ordinary-text.font-white-sm.padding-margin-70por.text-centered-3-4.maxwidth-1000.under-paradise-text {
  padding-top: 10px;
  font-size: 17px;
  font-weight: 500;
}

.ordinary-text.font-black {
  color: #000;
  display: block;
}

.ordinary-text.font-black.text-centered-half {
  width: 80%;
  max-width: 800px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.ordinary-text._40p-width-txt-left {
  color: #000;
  text-align: left;
  width: 70%;
  font-size: 16px;
}

.ordinary-text._40p-width-txt-left._20px-top {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.ordinary-text.black-font {
  background-color: #0000;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.ordinary-text.padding-top {
  align-self: auto;
  padding-top: 20px;
}

.ordinary-text.padding-top.centered-txt {
  text-align: center;
}

.ordinary-text.top-heading {
  font-size: 16px;
}

.features-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 0%;
  display: flex;
}

.section-bg-strip.second-background {
  background-image: url('../images/second_bg.png');
  background-position: 0 0;
  background-size: cover;
  align-self: auto;
}

.section-bg-strip.third-background {
  background-image: url('../images/Scroll-Group-9.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-self: auto;
  min-height: 488px;
  display: flex;
}

.section-bg-strip.first-background {
  background-image: url('../images/Scroll-Group-3.jpg');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 695px;
  display: flex;
}

.bg-strip-whole-div {
  text-align: left;
  background-color: #5f6e78b0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 25px 12px 15px;
  display: flex;
}

.bg-strip-whole-div.second-bg {
  justify-content: center;
  min-height: 250px;
  padding-bottom: 20px;
}

.white-fonty {
  color: #fff;
  justify-content: center;
  font-weight: 400;
  display: flex;
}

.white-fonty.heading-thin {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.white-fonty.heading-thin.ocean-padding {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 41px;
  font-family: Gotham, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
}

.white-fonty.smaller {
  align-items: flex-start;
  font-size: 30px;
}

.white-fonty.smaller.paddings-10 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Gotham, sans-serif;
}

.white-fonty.smaller.paddings-10.top-second-line {
  padding: 0 5%;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.left-column-2-row {
  flex-direction: row;
  width: 45%;
  line-height: 1.8;
  display: flex;
}

.font-almostgold {
  color: #b5a698;
  font-family: Gothambook, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.font-almostgold.font-thin {
  font-weight: 300;
}

.font-almostgold.font-thin.accomod-type {
  font-family: Gothambook, sans-serif;
  font-weight: 400;
}

.font-almostgold.heading {
  font-family: Gothambook, sans-serif;
}

.font-almostgold.heading.bigger, .font-almostgold.bigger, .font-almostgold.zaglavka {
  font-size: 26px;
}

.left-block {
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 40px;
  padding-right: 20px;
  display: flex;
}

.logos-div {
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.left-2row-block-font {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 39px;
}

.left-2row-block-font.benifits-caps {
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.left-2row-block-font.benifits-caps.subtitle-medium {
  clear: none;
  font-family: Gothambook, sans-serif;
  font-size: 24px;
  display: block;
}

.left-2row-block-font.benifits-caps.subtitle-medium.bigger {
  text-align: left;
  margin-bottom: 0;
  font-size: 26px;
}

.left-2row-block-font.benifits-caps.subtitle-medium.bigger.text-centered-half {
  text-align: center;
  margin-top: 15px;
  padding-top: 20px;
}

.left-2row-block-font.benifits-caps.subtitle-medium.bigger.centered {
  text-align: center;
  margin-bottom: 20px;
}

.left-2row-block-font.benifits-caps.font-grey {
  color: #5f6e78;
  margin-right: 20px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.left-2row-block-font.benifits-caps.font-grey.zaglavka {
  font-family: Gothambook, sans-serif;
}

.left-2row-block-font.benifits-caps.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.left-2row-block-font.benifits-caps.accomod-type {
  margin-top: 10px;
}

.div-centered {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-centered.padding-top-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.apartment-block {
  text-align: center;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  display: flex;
}

.map-ceara {
  width: 88%;
  padding-top: 0;
}

.bold-text-2 {
  padding-left: 10px;
  font-weight: 400;
}

._2col-stdf {
  width: 100%;
}

.questions {
  padding-left: 0;
}

.question-item {
  color: #181818;
  background-color: #a6b6a754;
  margin-top: 2px;
  margin-bottom: 3px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  list-style-type: none;
  display: flex;
}

.black-font {
  color: #030303;
  font-family: Gotham, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.black-font.less-spacing {
  font-family: Gothambook, sans-serif;
  line-height: 2.1;
}

.black-font.less-spacing.list {
  color: #070707;
  display: inline;
}

.azul-btn {
  color: #f1f1f1;
  text-align: center;
  background-color: #559eaa;
  border-radius: 4px;
  width: 333px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 2em;
  display: block;
}

.azul-btn.hidden {
  display: none;
}

.azul-btn.centered {
  text-align: center;
  line-height: 1.7em;
}

.azul-btn.centered.small-left-margin {
  margin-left: 30px;
}

.azul-btn.centered.small-left-margin.top-15px {
  line-height: 2;
}

.list-thick {
  background-image: url('../images/checkmark-png-image-66975.png');
  background-position: 0 18%;
  background-repeat: no-repeat;
  background-size: 21px;
  padding-left: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.bold-text-3 {
  font-size: 18px;
  font-weight: 600;
}

.left-aligned {
  text-align: left;
  align-self: center;
  display: block;
}

.left-aligned.hidden {
  display: none;
}

.br-line {
  border: 1px #707070;
  border-bottom-style: solid;
  width: 100%;
  height: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 0;
  display: block;
}

.br-line.hidden {
  display: none;
}

.padding-zero {
  padding-top: 30px;
}

.form-heading {
  color: #b5a698;
  font-family: Gothambook, sans-serif;
}

.top-subdiv {
  width: 54vw;
  display: flex;
}

.gallery {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.slider-first {
  width: 100%;
  height: 550px;
}

.slider-first-1 {
  z-index: 10;
  background-image: url('../images/radisson_hotel_suites_001.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  padding-bottom: 0;
}

.slider-second-1 {
  z-index: 10;
  background-image: url('../images/hotel-1980x747_003-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-second {
  width: 100%;
  height: 550px;
}

.q-a-answer {
  background-color: #e4e4e454;
  display: none;
  position: static;
}

.q-a-obj {
  width: 100%;
}

.q-a-question {
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.question {
  font-family: Gotham, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.question.no-padding {
  padding-left: 0;
  font-size: 15px;
}

.icon-3 {
  outline-offset: 0px;
  color: #b9b5b500;
  background-image: url('../images/Group-41.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0 solid #a09c9c;
  outline: 3px #c5a3a3;
  height: 19px;
  display: block;
}

.slide-6 {
  background-image: url('../images/radisson_hotel_suites_002.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/radisson_hotel_suites_003.jpg');
  background-position: 0 0;
  background-size: cover;
}

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

.slide-9 {
  background-image: url('../images/radisson_hotel_buildings_002-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

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

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

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

.coral-logos {
  max-height: 250px;
  padding-top: 0;
  padding-right: 20px;
}

.top-bottomdiv {
  background-color: #5f6e7878;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
}

.smaller {
  font-size: 22px;
}

.top-secondcolumn {
  color: #0a0a0a;
  width: 60%;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
}

.image-top {
  padding-right: 20px;
}

.left-column-2-row-top {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 50%;
  line-height: 1.8;
  display: flex;
}

.bold-text-4.semibold {
  font-weight: 400;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

.help.mobileonly {
  display: none;
}

.floating-div {
  z-index: 999;
  opacity: 0;
  background-color: #8b8b8bbf;
  margin: 9px 15px 9px 9px;
  padding: 6px;
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2.w--current {
  color: #0000;
  text-decoration: none;
}

.div-block {
  padding-top: 20px;
}

.right-column {
  width: 80%;
}

.invest-txt-main {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.slide-13 {
  background-image: url('../images/radisson_hotel_buildings_006.jpg');
  background-position: 0 0;
  background-size: auto;
}

.lang-switch {
  position: absolute;
  inset: 1% 2% auto auto;
}

.lang-sw {
  color: #fff;
  padding-left: 3px;
  padding-right: 7px;
  text-decoration: none;
}

.lang-sw:hover, .lang-sw.w--current:hover {
  text-decoration: underline;
}

.enquire-now-btn {
  padding-left: 0%;
}

.enuqire-div {
  z-index: 995;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 6px;
  padding-bottom: 9px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.enq-now-butn-style {
  color: #fff;
  background-color: #559eaa;
  border-radius: 4px;
  padding: 5px 25px;
  font-size: 20px;
  font-weight: 200;
  text-decoration: none;
  display: none;
  box-shadow: 0 0 20px 9px #0003;
}

.enq-now-butn-style.w--current {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.mobile-only {
  display: none;
}

.no-mobile {
  align-items: center;
  display: flex;
}

.lang-ch {
  max-width: 13px;
  margin-left: 10px;
  padding-top: 0;
}

@media screen and (min-width: 1280px) {
  .form-wrapper {
    max-width: 500px;
  }

  .h3-form.font-black.mainfont {
    font-size: 28px;
  }

  .section.bg-image {
    background-position: 50%;
  }

  .content-wrapper {
    width: 100%;
  }

  ._2-col-wrapper {
    justify-content: space-around;
    align-items: stretch;
  }

  .small-print.centered {
    font-size: 13px;
  }

  .radisson_logo.toplogo {
    max-height: 100px;
  }

  .white-fonty-below {
    text-align: left;
    align-self: flex-start;
    font-size: 44px;
  }

  .white-fonty-below.text-centered.max-width-800 {
    font-size: 44px;
  }

  .top-textblock-bottom {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    padding-left: 0%;
  }

  .two-lists-single-mobile {
    justify-content: center;
    width: 100%;
  }

  .two-lists-single-mobile.mainfont.thin {
    width: 100%;
    font-weight: 300;
  }

  .features-amenties {
    color: #fff;
    align-items: flex-start;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 2.5;
    display: block;
  }

  .list {
    padding-left: 20px;
    line-height: 3;
    list-style-type: disc;
    display: block;
  }

  .img-checkbox-list {
    width: 100%;
    padding-left: 0;
  }

  .filled-benifits-block {
    text-align: left;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
  }

  .benifit {
    text-align: center;
    border: 1px solid #707070;
    flex-wrap: nowrap;
    width: 180px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    display: block;
    position: static;
  }

  .benifit.mainfont {
    border-style: none;
    border-width: 2px;
    width: 100%;
  }

  .image-13 {
    text-align: center;
  }

  .benifits-caps {
    text-transform: uppercase;
  }

  .logos-section {
    justify-content: space-between;
  }

  .menu-items {
    font-size: 15px;
  }

  .ordinary-text.font-white-sm.padding-margin-70por.text-centered-3-4.maxwidth-1000.under-paradise-text {
    padding-top: 10px;
  }

  .ordinary-text.font-black.text-centered-half, .ordinary-text._40p-width-txt-left._20px-top {
    font-family: Gotham, sans-serif;
  }

  .ordinary-text.top-heading {
    color: #000;
  }

  .features-block {
    padding-left: 0%;
  }

  .white-fonty.heading-thin.ocean-padding {
    padding-left: 42px;
    font-size: 44px;
  }

  .left-block {
    justify-content: flex-start;
  }

  .left-2row-block-font.benifits-caps.subtitle-medium.bigger.text-centered-half {
    text-align: center;
  }

  .left-2row-block-font.benifits-caps.font-grey {
    margin-right: 0;
  }

  .bold-text-2 {
    font-weight: 500;
  }

  .black-font.less-spacing.list {
    display: block;
  }

  .azul-btn {
    text-align: center;
    font-family: Gotham, sans-serif;
    font-weight: 400;
  }

  .list-thick {
    background-position: 0 21%;
    padding-left: 10px;
  }

  .top-subdiv {
    justify-content: flex-start;
    width: 75%;
    padding-left: 0%;
    padding-right: 2%;
  }

  .coral-logos {
    max-height: 250px;
  }

  .top-bottomdiv {
    justify-content: center;
  }

  .top-secondcolumn {
    color: #fff;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 2.5;
    display: block;
  }

  .bold-text-4 {
    font-size: 44px;
    font-weight: 500;
  }

  .link-2.w--current {
    color: #fff;
  }

  .div-block {
    padding-top: 25px;
  }

  .invest-txt-main {
    font-family: Gotham, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
  }
}

@media screen and (min-width: 1440px) {
  .h3-form {
    font-size: 33px;
  }

  .h4-form {
    font-size: 18px;
  }

  .checkbox-label {
    color: #000;
    font-size: 15px;
  }

  .checkbox-label.font-black, .checkbox-wrapper, .form-smallprint, .terms-links {
    color: #000;
  }

  .section.section-second-col, .section.section-second-col.section-pastel {
    margin-top: 0;
  }

  .section.bg-image {
    background-color: #2e2c2d;
  }

  .content-wrapper {
    max-width: 1400px;
  }

  ._2-col-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: stretch;
    display: grid;
  }

  .small-print {
    margin-top: 17px;
  }

  .radisson_logo.toplogo {
    max-height: 100px;
  }

  .top-div.content-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .white-fonty-below {
    text-align: left;
    font-size: 44px;
  }

  .top-textblock-bottom {
    align-items: center;
    width: 100%;
    max-width: 1400px;
  }

  .two-lists-single-mobile.mainfont.thin {
    width: 100%;
  }

  .features-amenties {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .img-checkbox-list {
    padding-left: 0;
  }

  .text-centered-3-4 {
    text-align: center;
    width: 75%;
  }

  .filled-benifits-block {
    justify-content: space-around;
    width: 100%;
    margin-top: 0;
  }

  .benifit {
    background-color: #fff;
  }

  .benifit.mainfont {
    width: 100%;
    min-width: 180px;
    padding-top: 0;
  }

  .section-topbg-topdiv {
    background-size: cover;
  }

  .menu-items {
    font-size: 15px;
  }

  .ordinary-text.font-white-sm.padding-margin-70por.text-centered-3-4.maxwidth-1000.under-paradise-text {
    padding-top: 10px;
  }

  .ordinary-text.font-black.text-centered-half {
    width: 100%;
  }

  .features-block {
    padding-left: 0%;
    line-height: 2.3;
  }

  .white-fonty.heading-thin.ocean-padding {
    padding-left: 55px;
  }

  .left-2row-block-font.benifits-caps.subtitle-medium.bigger.text-centered-half {
    text-align: center;
  }

  .black-font.less-spacing {
    line-height: 2;
  }

  .azul-btn {
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-color: #559eaa;
    background-clip: border-box;
    font-size: 20px;
  }

  .list-thick {
    background-position: 0 6px;
    list-style-type: none;
    display: block;
  }

  .bold-text-3 {
    font-size: 20px;
  }

  .top-subdiv {
    width: 55%;
  }

  .coral-logos {
    max-height: 225px;
  }

  .top-secondcolumn {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block {
    padding-top: 20px;
  }

  .invest-txt-main {
    font-family: Gotham, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }
}

@media screen and (min-width: 1920px) {
  .form-wrapper {
    min-width: 600px;
    max-width: 800px;
  }

  .h3-form.font-black.mainfont {
    font-family: Gothambook, sans-serif;
    font-size: 30px;
  }

  .h4-form.form-smallertxt.font-black {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
  }

  .checkbox-label, .checkbox-label.font-black {
    font-family: Montserrat, sans-serif;
  }

  .form-fields {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .checkbox-wrapper {
    margin-top: 7px;
    line-height: 1.7;
  }

  .form-smallprint {
    font-family: Gothambook, sans-serif;
    font-size: 14px;
    line-height: 2;
  }

  .form-smallprint.no-mob {
    padding-right: 5%;
  }

  .section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section.footer {
    display: block;
  }

  .section.section-second-col {
    margin-top: 0;
  }

  .section.section-second-col.section-pastel {
    padding-bottom: 25px;
  }

  .section.bg-image {
    background-color: #2e2c2d00;
    background-position: 50%;
  }

  .content-wrapper {
    max-width: 1500px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 30px;
  }

  .content-wrapper.color-white.max-width-wide {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 1111px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.color-white.max-width-wide.flex-centered {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.max-width-900 {
    max-width: 1111px;
    padding-left: 0;
    padding-right: 0;
  }

  ._2-col-wrapper {
    align-items: stretch;
  }

  .small-print.centered.under-circles {
    font-size: 19px;
  }

  .radisson_logo.toplogo {
    max-height: 110px;
  }

  .top-div.content-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-top: 0;
  }

  .white-fonty-below {
    text-align: left;
    flex-wrap: nowrap;
    font-size: 48px;
    display: block;
  }

  .white-fonty-below.text-centered.max-width-800 {
    align-self: center;
    max-width: 900px;
    margin-top: 0;
    font-family: Gotham, sans-serif;
    font-size: 54px;
    font-weight: 200;
  }

  .top-textblock-bottom {
    align-items: center;
    max-width: 1500px;
    padding-left: 7%;
  }

  .two-lists-single-mobile.mainfont.thin {
    align-items: flex-start;
    width: 100%;
    max-width: 1111px;
  }

  .two-lists-single-mobile.mainfont.thin.little-extended {
    align-items: stretch;
  }

  .features-amenties {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .img-checkbox-list {
    line-height: 2.4;
  }

  .benifit.mainfont {
    padding-top: 0;
  }

  .benifits-caps.txt-center-aligned {
    font-family: Gothambook, sans-serif;
    font-size: 22px;
  }

  .section-topbg-topdiv {
    background-position: 50%;
  }

  .top-logo-menu-div {
    align-items: flex-end;
  }

  .menu-items {
    font-size: 20px;
  }

  .heading-normal {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 400;
    line-height: 43px;
  }

  .heading-normal.black-font {
    padding-left: 0;
    font-size: 20px;
  }

  .heading-normal.black-font.gothham-book {
    font-family: Gothambook, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 2;
  }

  .ordinary-text {
    font-size: 18px;
    line-height: 33px;
  }

  .ordinary-text.font-white-sm.padding-margin-70por.centered-limited.font-bigger {
    width: 60%;
    max-width: 1111px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 37px;
  }

  .ordinary-text.font-white-sm.padding-margin-70por.centered-limited.font-bigger.under-first-radisson-hotel {
    max-width: 900px;
    margin-bottom: 15px;
  }

  .ordinary-text.font-white-sm.padding-margin-70por.text-centered-3-4.maxwidth-1000 {
    width: 75%;
    max-width: 1010px;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .ordinary-text.font-white-sm.padding-margin-70por.text-centered-3-4.maxwidth-1000.under-paradise-text {
    font-size: 20px;
  }

  .ordinary-text.font-black {
    font-size: 19px;
  }

  .ordinary-text.font-black.text-centered-half {
    max-width: 880px;
    font-size: 20px;
    font-weight: 300;
  }

  .ordinary-text._40p-width-txt-left {
    width: 85%;
    font-size: 19px;
  }

  .ordinary-text.black-font {
    padding-left: 0;
    font-size: 19px;
    font-weight: 300;
    line-height: 36px;
  }

  .ordinary-text.padding-top {
    font-size: 18px;
  }

  .ordinary-text.top-heading {
    font-size: 19px;
  }

  .features-block {
    padding-left: 0%;
  }

  .section-bg-strip.second-background {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-bg-strip.third-background {
    min-height: 700px;
  }

  .bg-strip-whole-div {
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .white-fonty.heading-thin {
    font-size: 44px;
  }

  .white-fonty.heading-thin.ocean-padding {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 72px;
    font-family: Gotham, sans-serif;
    font-size: 54px;
    font-weight: 300;
  }

  .white-fonty.smaller.paddings-10.top-second-line {
    padding-top: 0;
    padding-bottom: 0;
  }

  .font-almostgold {
    font-family: Gothambook, sans-serif;
    font-size: 35px;
    line-height: 60px;
  }

  .font-almostgold.font-thin.accomod-type {
    font-size: 33px;
  }

  .font-almostgold.heading {
    font-size: 28px;
  }

  .font-almostgold.heading.bigger, .font-almostgold.bigger {
    font-size: 29px;
  }

  .font-almostgold.zaglavka {
    font-size: 35px;
    line-height: 60px;
  }

  .left-block {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 0;
    font-family: Gothambook, sans-serif;
    display: flex;
  }

  .logos-div {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .left-2row-block-font.benifits-caps.subtitle-medium {
    font-family: Gothambook, sans-serif;
    font-size: 28px;
  }

  .left-2row-block-font.benifits-caps.subtitle-medium.bigger {
    margin-bottom: 10px;
    font-size: 29px;
  }

  .left-2row-block-font.benifits-caps.subtitle-medium.bigger.text-centered-half {
    text-align: center;
    max-width: 900px;
  }

  .left-2row-block-font.benifits-caps.font-grey {
    line-height: 43px;
  }

  .left-2row-block-font.benifits-caps.font-grey.zaglavka {
    font-size: 35px;
    line-height: 60px;
  }

  .left-2row-block-font.benifits-caps.no-margins {
    margin-top: 0;
    margin-bottom: 0;
  }

  .left-2row-block-font.benifits-caps.accomod-type {
    padding-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 500;
  }

  .map-ceara {
    padding-top: 0;
  }

  .bold-text-2 {
    font-size: 54px;
    font-weight: 500;
  }

  .black-font {
    padding-left: 11px;
    font-size: 20px;
    font-weight: 400;
    line-height: 2.7;
  }

  .black-font.less-spacing.list {
    padding-left: 26px;
  }

  .azul-btn {
    text-align: center;
    width: 400px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Gotham, sans-serif;
    font-size: 21px;
    font-weight: 400;
    display: block;
  }

  .azul-btn.centered {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .list-thick {
    background-position: 0 7px;
    background-size: 26px;
    font-size: 18px;
    line-height: 2.3;
  }

  .bold-text-3 {
    font-size: 21px;
    font-weight: 600;
    display: inline-block;
  }

  .left-aligned {
    width: 100%;
  }

  .br-line {
    border-bottom-width: 1px;
    margin-top: 20px;
    padding-top: 0;
    line-height: 0;
  }

  .top-subdiv {
    width: 65%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .xlight {
    font-weight: 400;
  }

  .gallery {
    width: 100%;
  }

  .slide-9 {
    background-image: url('../images/radisson_hotel_buildings_002.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-10 {
    background-image: url('../images/radisson_hotel_buildings_003.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-11 {
    background-image: url('../images/radisson_hotel_buildings_004.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .slide-12 {
    background-image: url('../images/radisson_hotel_buildings_005.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .coral-logos {
    max-height: 250px;
    padding-right: 0;
  }

  .top-bottomdiv {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-secondcolumn {
    width: 65%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-top {
    padding-right: 15px;
  }

  .left-column-2-row-top {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 55%;
    height: 700px;
  }

  .bold-text-4 {
    font-size: 54px;
  }

  .div-block {
    padding-top: 25px;
  }

  .invest-txt-main {
    font-size: 19px;
    line-height: 31px;
  }

  .slide-13 {
    background-image: url('../images/radisson_hotel_buildings_006.jpg');
    background-position: 0 0;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .form-wrapper {
    text-align: left;
    align-self: auto;
    width: 100%;
    margin: 17px 0 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h3-form {
    font-size: 26px;
    line-height: 1.3;
  }

  .h3-form.font-black.mainfont {
    font-family: Montserrat, sans-serif;
  }

  .checkbox-wrapper {
    margin-top: 7px;
  }

  .form-smallprint.no-mob {
    display: none;
  }

  .form-smallprint.mobonly {
    padding-top: 25px;
    display: block;
  }

  .section.footer {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section.section-second-col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.bg-image {
    background-color: #636363;
    background-image: url('../images/form-background.png');
    background-position: 55% 0;
    background-size: cover;
  }

  .section.bg-image.form {
    background-color: #fff;
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper.form-part {
    max-width: 700px;
    padding-bottom: 10px;
  }

  ._2-col-wrapper {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  ._2-col {
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .small-print {
    margin-top: 15px;
  }

  .radisson_logo {
    max-height: 131px;
  }

  .white-fonty-below {
    margin-top: 20px;
    font-size: 40px;
  }

  .top-textblock-bottom {
    margin-top: 0;
  }

  .two-lists-single-mobile.mainfont.thin {
    color: #000;
    flex-flow: column;
    align-items: stretch;
  }

  .features-amenties {
    flex-flow: column wrap;
    margin: auto;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 18px;
    display: block;
  }

  .img-checkbox-list {
    color: #000;
    margin: auto;
    overflow: visible;
  }

  .filled-benifits-block {
    flex-flow: wrap;
    place-content: stretch center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .benifit.mainfont {
    width: 30%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-13 {
    width: 100%;
    max-width: 25vw;
  }

  .benifits-caps {
    font-size: 16px;
  }

  .section-topbg-topdiv {
    background-position: 50%;
    background-size: cover;
  }

  .logos-section {
    width: 90%;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .heading-normal.black-font.gothham-book {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-normal.black-font.gothham-book.padding-bottom {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 8px;
    line-height: 37px;
  }

  .ordinary-text {
    background-color: #0000;
    overflow: visible;
  }

  .ordinary-text.font-white-sm.padding-margin-70por.centered-limited.font-bigger.under-first-radisson-hotel {
    text-align: center;
  }

  .ordinary-text.font-white-sm.padding-margin-70por.text-centered-3-4.maxwidth-1000.under-paradise-text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .ordinary-text.font-black {
    margin-top: auto;
    margin-bottom: auto;
    font-style: normal;
    display: inline;
  }

  .ordinary-text._40p-width-txt-left {
    width: 80%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .ordinary-text._40p-width-txt-left._20px-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ordinary-text.black-font {
    background-color: #0000;
    margin-bottom: 0;
    line-height: 30px;
  }

  .features-block {
    padding-top: 0%;
    padding-bottom: 0%;
    line-height: 100%;
  }

  .bg-strip-whole-div {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 1.5px;
  }

  .white-fonty.heading-thin.ocean-padding {
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
  }

  .white-fonty.smaller.paddings-10.top-second-line {
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 28px;
  }

  .left-column-2-row {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }

  .font-almostgold.font-thin.accomod-type {
    margin-top: 0;
    padding-top: 0;
    display: inline;
  }

  .font-almostgold.bigger {
    font-family: Montserrat, sans-serif;
  }

  .font-almostgold.zaglavka {
    font-size: 22px;
  }

  .left-block {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .left-2row-block-font.benifits-caps.subtitle-medium.bigger.text-centered-half {
    color: #030303;
    padding-top: 0;
    font-family: Montserrat, sans-serif;
  }

  .left-2row-block-font.benifits-caps.subtitle-medium.bigger.centered {
    color: #030303;
    font-family: Montserrat, sans-serif;
  }

  .left-2row-block-font.benifits-caps.subtitle-medium.bigger.centered.padding-top-botom {
    color: #030303;
  }

  .left-2row-block-font.benifits-caps.font-grey.zaglavka {
    width: 100%;
    margin-right: 0;
    font-size: 22px;
  }

  .left-2row-block-font.benifits-caps.font-grey.zaglavka.centered {
    text-align: center;
    font-family: Montserrat, sans-serif;
  }

  .left-2row-block-font.benifits-caps.accomod-type {
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-centered {
    color: #fff;
    flex-direction: row;
    justify-content: center;
  }

  .map-ceara {
    max-height: 250px;
  }

  .black-font.less-spacing.list {
    color: #070707;
    flex-flow: column wrap;
    align-items: flex-start;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 2.2em;
    display: inline;
  }

  .azul-btn {
    color: #faf5f5;
    text-align: center;
    width: 300px;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 2em;
  }

  .azul-btn.centered {
    justify-content: center;
    display: block;
  }

  .azul-btn.centered.small-left-margin.top-15px {
    margin-top: 15px;
  }

  .list-thick {
    background-position: 0%;
    background-size: 20px;
    padding-top: 3px;
    padding-left: 25px;
    line-height: 2.6em;
    list-style-type: none;
    display: block;
  }

  .bold-text-3 {
    color: #fff;
  }

  .br-line {
    margin-top: 0;
  }

  .padding-zero {
    width: 30%;
  }

  .form-heading {
    font-family: Montserrat, sans-serif;
  }

  .top-subdiv {
    width: 85%;
  }

  .gallery {
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 35px;
    padding-bottom: 20px;
  }

  .coral-logos {
    padding-right: 0;
  }

  .top-bottomdiv {
    text-align: center;
    width: 100%;
    padding: 0 10%;
  }

  .top-secondcolumn {
    width: 100%;
  }

  .image-top {
    width: 50%;
    height: 50%;
    padding-right: 5px;
  }

  .left-column-2-row-top {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .bold-text-4.semibold {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .help.mobileonly {
    width: 100%;
    max-width: 100vw;
    padding-top: 20px;
    display: block;
  }

  .floating-div {
    background-color: #8b8b8bbf;
    margin: 9px 0 9px 9px;
    padding: 6px;
    position: fixed;
    inset: auto 1% 1% auto;
  }

  .link-2 {
    color: #fff;
  }

  .right-column {
    background-color: #0000;
    width: 100%;
    font-family: Gothambook, sans-serif;
    line-height: 14em;
    display: block;
  }

  .invest-txt-main {
    line-height: 2em;
  }

  .helper {
    align-self: center;
    width: 90%;
  }

  .enuqire-div {
    display: flex;
  }

  .enq-now-butn-style {
    display: block;
  }

  .mobile-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .form-wrapper {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    margin: 20px 0 0;
    display: block;
    position: static;
  }

  .h3-form {
    margin-top: 10px;
  }

  .footer-logo {
    max-height: 125px;
  }

  .section.two-columns-bg {
    justify-content: center;
    align-items: stretch;
  }

  .section.bg-image {
    background-position: 65%;
  }

  .section.bg-image.form {
    background-color: #fff;
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper {
    flex-wrap: nowrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper.form-part {
    max-width: 500px;
    margin-left: auto;
    padding-top: 14px;
  }

  .content-wrapper.color-white.max-width-wide {
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.color-white.max-width-wide.flex-centered {
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.centered {
    align-items: stretch;
  }

  ._2-col-wrapper {
    flex-direction: column;
    display: flex;
  }

  ._2-col {
    width: 451px;
    padding-left: 8px;
  }

  .small-print.centered {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.5;
  }

  .white-fonty-below {
    text-align: center;
    width: 100%;
    font-size: 35px;
  }

  .white-fonty-below.text-centered.max-width-800 {
    font-size: 31px;
  }

  .top-textblock-bottom {
    width: 100%;
  }

  .two-lists-single-mobile.mainfont.thin {
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 100vw;
  }

  .two-lists-single-mobile.mainfont.thin.little-extended {
    align-items: stretch;
  }

  .features-amenties {
    width: 90%;
    font-size: 14px;
  }

  .img-checkbox-list {
    color: #000;
  }

  .filled-benifits-block {
    flex-direction: column;
    align-items: center;
    padding-top: 8px;
  }

  .benifit.mainfont {
    width: 70%;
    padding: 0;
  }

  .section-topbg-topdiv {
    background-position: 50%;
    background-size: cover;
    min-height: 450px;
  }

  .logos-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .log_padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-normal.black-font {
    line-height: 29px;
  }

  .ordinary-text.font-white-sm.padding-margin-70por.centered-limited.font-bigger {
    width: 100%;
  }

  .ordinary-text.font-white-sm.padding-margin-70por.text-centered-3-4.maxwidth-1000 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .ordinary-text.font-black {
    width: 100%;
    font-size: 16px;
  }

  .ordinary-text.font-black.text-centered-half {
    width: 100%;
    max-width: 900px;
    font-size: 17px;
  }

  .ordinary-text._40p-width-txt-left {
    width: 100%;
  }

  .ordinary-text.black-font, .ordinary-text.padding-top, .ordinary-text.top-heading {
    font-size: 16px;
  }

  .features-block {
    padding-left: 0%;
  }

  .section-bg-strip.third-background {
    background-position: 50%;
  }

  .white-fonty.smaller.paddings-10.top-second-line {
    font-size: 25px;
  }

  .left-column-2-row {
    width: 100%;
  }

  .font-almostgold {
    font-size: 23px;
  }

  .font-almostgold.zaglavka {
    font-size: 26px;
  }

  .left-block {
    clear: none;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 30px;
    display: flex;
  }

  .logos-div {
    clear: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .left-2row-block-font.benifits-caps.subtitle-medium {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .left-2row-block-font.benifits-caps.font-grey {
    clear: left;
  }

  .left-2row-block-font.benifits-caps.font-grey.zaglavka.centered {
    font-size: 26px;
  }

  .map-ceara {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    max-width: 90%;
    max-height: 222px;
  }

  .black-font.less-spacing.list {
    font-size: 16px;
  }

  .azul-btn {
    font-size: 18px;
    line-height: 2em;
  }

  .list-thick {
    color: #000;
  }

  .left-aligned {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-zero {
    width: 66%;
  }

  .top-subdiv {
    width: 100%;
  }

  .slider-second-1 {
    z-index: 10;
  }

  .coral-logos {
    flex: 0 auto;
    max-height: 120px;
    padding-right: 0;
  }

  .top-bottomdiv {
    width: 100%;
  }

  .top-secondcolumn {
    width: 100%;
    padding-left: 5px;
  }

  .image-top {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .left-column-2-row-top {
    width: 100%;
  }

  .floating-div {
    z-index: 999;
  }

  .lang-sw.dropdown {
    color: #fff;
    background-color: #0000;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .lang-sw.dropdown:hover {
    text-decoration: underline;
  }

  .lang-sw.dropdown.w--current {
    clear: right;
    background-color: #0000;
  }

  .enuqire-div {
    z-index: 995;
  }

  .enq-now-butn-style {
    margin-top: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .mobile-only {
    display: block;
  }

  .no-mobile {
    display: none;
  }

  .no-margin-padding {
    padding-top: 0;
  }

  .icon-4 {
    display: none;
  }

  .dropdown-list {
    background-color: #0000;
    flex-direction: column;
    margin-top: -20px;
    display: none;
  }

  .dropdown-vertical {
    flex-direction: column;
    display: flex;
  }

  .lang-ch {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .lang-mobile-sw {
    background-color: #494949;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .form-wrapper {
    flex-flow: column;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    min-width: 260px;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .h3-form {
    font-size: 23px;
  }

  .h3-form.font-black.mainfont {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100vw;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
    display: inline-block;
    overflow: visible;
  }

  .h4-form {
    font-size: 16px;
  }

  .h4-form.form-smallertxt.font-black {
    margin-bottom: 16px;
  }

  .checkbox-label, .checkbox-label.font-black {
    line-height: 1.7;
  }

  .checkbox-wrapper {
    margin-left: 5px;
  }

  .footer-logo {
    max-height: 70px;
    margin-top: 0;
    padding-top: 0;
  }

  .section.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .section.section-second-col {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.bg-image {
    background-color: #fff;
    background-image: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.bg-image.form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper {
    max-width: 95vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-wrapper.form-part {
    flex: 0 auto;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.color-white.max-width-wide {
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-wrapper.centered {
    align-items: stretch;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  ._2-col-wrapper {
    align-items: center;
    min-width: 100vw;
  }

  ._2-col-wrapper.full-width {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._2-col {
    text-align: center;
    flex-wrap: nowrap;
    align-self: auto;
    align-items: flex-end;
    width: 100%;
    max-width: 100vw;
    padding-left: 0;
    display: block;
  }

  .small-print.centered {
    font-size: 14px;
    line-height: 1.5;
  }

  .small-print.centered.under-circles {
    margin-top: 0;
  }

  .radisson_logo {
    max-height: 98px;
  }

  .radisson_logo.toplogo {
    max-width: 40%;
    max-height: 109px;
    margin-bottom: 22px;
  }

  .top-div.content-wrapper {
    min-height: 290px;
  }

  .white-fonty-below {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 28px;
    line-height: 1.4;
  }

  .white-fonty-below.text-centered.max-width-800 {
    white-space: pre-wrap;
    margin-bottom: 0;
    font-size: 27px;
  }

  .white-fonty-below.bolder-title {
    padding-top: 0;
    font-size: 27px;
  }

  .top-textblock-bottom {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .text-centered-half {
    text-align: center;
  }

  .two-lists-single-mobile.mainfont.thin {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-amenties {
    align-self: auto;
    width: 100%;
    font-family: Gothambook, sans-serif;
  }

  .img-checkbox-list {
    width: 105%;
    font-family: Gothambook, sans-serif;
  }

  .text-centered-3-4 {
    text-align: center;
    width: 100%;
  }

  .filled-benifits-block {
    flex-flow: column wrap;
    width: 100%;
    padding-top: 0;
  }

  .benifit.mainfont {
    width: 100%;
    margin-top: 0;
  }

  .image-13 {
    max-width: 50vw;
  }

  .benifits-caps {
    font-size: 16px;
  }

  .benifits-caps.txt-center-aligned {
    font-size: 18px;
  }

  .section-topbg-topdiv {
    background-position: 49%;
    background-size: cover;
    min-height: 400px;
  }

  .form {
    overflow: visible;
  }

  .logos-section {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-self: auto;
    align-items: flex-start;
    width: 100vw;
    margin-top: 7px;
    margin-bottom: 7px;
    display: flex;
  }

  .form-block {
    align-self: auto;
  }

  .log_padding {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .top-logo-menu-div {
    flex-direction: row;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-items {
    flex-direction: row;
    padding-left: 0;
    padding-right: 13px;
  }

  .heading-normal.black-font {
    text-align: center;
    line-height: 22px;
  }

  .heading-normal.black-font.gothham-book, .ordinary-text {
    text-align: left;
  }

  .ordinary-text.font-white-sm.padding-margin-70por.centered-limited.font-bigger {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
  }

  .ordinary-text.font-white-sm.padding-margin-70por.centered-limited.font-bigger.under-first-radisson-hotel {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .ordinary-text.font-white-sm.padding-margin-70por.text-centered-3-4.maxwidth-1000 {
    text-align: justify;
    width: 100%;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13.5px;
    line-height: 18px;
  }

  .ordinary-text.font-white-sm.padding-margin-70por.text-centered-3-4.maxwidth-1000.under-paradise-text {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 25px;
  }

  .ordinary-text.font-black {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
  }

  .ordinary-text.font-black.text-centered-half {
    width: 100%;
    font-size: 16px;
  }

  .ordinary-text._40p-width-txt-left {
    width: 100%;
  }

  .ordinary-text.black-font {
    text-align: left;
    font-size: 16px;
  }

  .features-block {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
  }

  .section-bg-strip.third-background {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 450px;
  }

  .bg-strip-whole-div {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .white-fonty.heading-thin {
    font-size: 30px;
  }

  .white-fonty.heading-thin.ocean-padding {
    flex-flow: wrap;
    width: 100%;
    padding-left: 0;
    font-size: 27px;
  }

  .white-fonty.smaller.paddings-10.top-second-line {
    flex-wrap: nowrap;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .left-column-2-row {
    flex-direction: row;
    width: 100%;
  }

  .font-almostgold {
    font-size: 22px;
  }

  .font-almostgold.font-thin {
    text-align: left;
  }

  .font-almostgold.zaglavka {
    font-size: 26px;
  }

  .left-block {
    flex-direction: column;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .logos-div {
    justify-content: center;
    width: 100%;
  }

  .left-2row-block-font.benifits-caps.subtitle-medium {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .left-2row-block-font.benifits-caps.subtitle-medium.bigger {
    text-align: center;
  }

  .left-2row-block-font.benifits-caps.subtitle-medium.bigger.centered.padding-top-botom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .left-2row-block-font.benifits-caps.font-grey {
    font-family: Gothambook, sans-serif;
    font-size: 26px;
  }

  .left-2row-block-font.benifits-caps.font-grey.zaglavka {
    clear: none;
    text-align: center;
    flex: 0 auto;
    width: 100%;
    margin-right: 0;
    font-size: 20px;
    overflow: visible;
  }

  .left-2row-block-font.benifits-caps.accomod-type {
    text-align: center;
  }

  .apartment-block {
    flex-wrap: nowrap;
  }

  .bold-text-2 {
    padding-left: 10px;
  }

  .black-font.less-spacing.list {
    color: #161616;
    font-size: 16px;
    line-height: 2.3em;
  }

  .azul-btn {
    font-size: 18px;
    line-height: 2em;
  }

  .azul-btn.centered.small-left-margin {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }

  .list-thick {
    background-position: 0 20%;
    font-family: Gothambook, sans-serif;
    line-height: 21px;
  }

  .bold-text-3 {
    font-size: 18px;
  }

  .br-line {
    margin-top: 0;
  }

  .padding-zero {
    width: 100%;
  }

  .top-subdiv {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    padding-top: 0%;
    padding-bottom: 2%;
  }

  .slider-first {
    z-index: 10;
    height: 250px;
  }

  .slider-first-1 {
    z-index: 10;
    background-size: cover;
  }

  .slider-second {
    z-index: 10;
    height: 250px;
  }

  .coral-logos {
    align-self: center;
    max-height: 120px;
    padding-top: 0;
    padding-right: 0;
  }

  .top-bottomdiv {
    flex-direction: column;
    align-items: flex-end;
    max-height: 100px;
    margin-top: 0;
    margin-bottom: 0%;
    padding: 5%;
  }

  .smaller {
    margin-top: 0;
    margin-bottom: 0;
  }

  .top-secondcolumn {
    align-self: auto;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .left-column-2-row-top {
    flex-direction: row;
    width: 100%;
  }

  .help {
    width: 100vw;
  }

  .floating-div {
    z-index: 999;
  }
}

#w-node-_5093f50a-f3a1-9196-6f05-18e92a41960a-8e8e9cdb, #w-node-_5093f50a-f3a1-9196-6f05-18e92a41960a-5ef908fe, #w-node-_5093f50a-f3a1-9196-6f05-18e92a41960a-d917b9ce {
  place-self: auto;
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamMedium_1.ttf') format('truetype'), url('../fonts/GothamMedium_1.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothambook';
  src: url('../fonts/GothamBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-UltraItalic.otf') format('opentype'), url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}