body, h1, h2, h3, h4, h5, h6, ul, ol, p {
  margin: 0; }

body.active {
  overflow: hidden; }

h1 {
  color: #38A4EF;
  font-size: 30px;
  text-align: center; }

nav ul {
  padding: 0;
  list-style: none;
  font-size: 18.5px; }
  nav ul li a {
    text-decoration: none; }
    nav ul li a:hover {
      text-decoration: underline; }

body {
  font-family: sans-serif;
  background-color: #FFE2A6; }

section.banner {
  background-image: url(../img/banner-bg.jpg);
  height: 322px;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    section.banner {
      height: 100px; } }
  @media screen and (max-width: 575px) {
    section.banner {
      height: 100px; } }
  @media screen and (max-width: 450px) {
    section.banner {
      height: 100px; } }
  @media screen and (max-width: 390px) {
    section.banner {
      height: 100px; } }

nav.main-menu {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  background-color: #01a0e2; }
  @media screen and (max-width: 767px) {
    nav.main-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 7px 10px;
      font-size: 20px; } }
  nav.main-menu a.phone {
    color: white;
    display: none;
    text-decoration: none; }
    nav.main-menu a.phone:hover {
      text-decoration: underline; }
    @media screen and (max-width: 767px) {
      nav.main-menu a.phone {
        display: inline-block; } }
    @media screen and (max-width: 351px) {
      nav.main-menu a.phone {
        font-size: 18px; } }
  nav.main-menu button.open-mobile-menu {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 26px;
    width: 35px;
    border: none;
    background-color: transparent;
    vertical-align: top;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    outline: none;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      nav.main-menu button.open-mobile-menu {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
    nav.main-menu button.open-mobile-menu span {
      height: 3px;
      width: 100%;
      display: block;
      background-color: #fff;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  nav.main-menu ul {
    height: 42px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 2px;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 804px; }
    @media screen and (max-width: 991px) {
      nav.main-menu ul {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
    @media screen and (max-width: 767px) {
      nav.main-menu ul {
        background-color: #01a0e2;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        position: fixed;
        bottom: 0;
        top: 0;
        right: 0;
        left: 0;
        display: none; } }
    @media screen and (max-width: 767px) {
      nav.main-menu ul li {
        margin-bottom: 20px;
        margin-top: 25px; } }
    nav.main-menu ul li a {
      color: white; }
    @media screen and (max-width: 991px) {
      nav.main-menu ul li {
        font-size: 17px; } }
    @media screen and (max-width: 767px) {
      nav.main-menu ul li {
        font-size: 20px; } }

.open-mobile-menu.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10; }
  .open-mobile-menu.active .firstLine {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 7px;
    left: 0px;
    right: 0px; }
  .open-mobile-menu.active .secondLine {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0); }
  .open-mobile-menu.active .thirdLine {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 0px;
    left: 0px;
    bottom: 9px; }

nav.main-menu.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: calc(100% - 40%); }
  nav.main-menu.active ul {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

@media screen and (max-width: 767px) {
  div.bannerAndNav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; } }

div.bannerAndNav.active {
  overflow: hidden; }

main {
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  min-height: 100%; }
  @media screen and (max-width: 767px) {
    main {
      margin-top: 120px; } }
  @media screen and (max-width: 575px) {
    main {
      margin-top: 120px; } }
  @media screen and (max-width: 450px) {
    main {
      margin-top: 120px; } }
  main div.content {
    width: 70%;
    padding-left: 100px; }
    main div.content h1 {
      margin-top: 32px;
      margin-bottom: 19px; }
    main div.content p {
      margin-bottom: 18px; }
      main div.content p img {
        width: 40%; }
        main div.content p img.left {
          float: left;
          margin-right: 15px; }
          @media screen and (max-width: 767px) {
            main div.content p img.left {
              float: none;
              margin-right: 15px;
              margin: 0px 0 15px 0; } }
        main div.content p img.right {
          float: right;
          margin-left: 15px; }
          @media screen and (max-width: 767px) {
            main div.content p img.right {
              float: none;
              margin-right: 15px;
              margin: 0 0 15px 0; } }
    @media screen and (max-width: 767px) {
      main div.content {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px; }
        main div.content p img {
          width: 100%; } }
    main div.content div.content__bottom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 767px) {
        main div.content div.content__bottom {
          display: block; } }
      main div.content div.content__bottom__left {
        width: calc(60% - 10px); }
        @media screen and (max-width: 767px) {
          main div.content div.content__bottom__left {
            width: 100%; } }
      main div.content div.content__bottom__right {
        width: 43%;
        padding-left: 10px; }
        main div.content div.content__bottom__right img {
          width: 100%;
          margin-bottom: 35px; }
        @media screen and (max-width: 767px) {
          main div.content div.content__bottom__right {
            width: 100%;
            padding: 0; }
            main div.content div.content__bottom__right img {
              float: none;
              margin-right: 15px;
              margin: 0 0 15px 0; } }
  main nav.right-menu {
    width: 30%;
    padding-left: 70px;
    padding-top: 35px; }
    main nav.right-menu ul {
      position: -webkit-sticky;
      position: sticky;
      top: 10px;
      left: 0; }
      main nav.right-menu ul li {
        margin-bottom: 7px; }
        main nav.right-menu ul li a {
          color: #EF7F1A;
          font-size: 20px; }
    @media screen and (max-width: 767px) {
      main nav.right-menu {
        display: none; } }

p.subHeadingRooms {
  text-align: center;
  font-weight: bold; }

.roomsImages {
  margin: 0 0 30px 0; }
  .roomsImages img {
    max-width: 24%;
    -webkit-border-radius: 10px;
            border-radius: 10px; }
  @media screen and (max-width: 767px) {
    .roomsImages img {
      margin-bottom: 5px; } }
  @media screen and (max-width: 375px) {
    .roomsImages img {
      max-width: 23%; } }

.lastphoto img {
  height: 7em; }

@media screen and (max-width: 1024px) {
  .lastphoto img {
    height: 6.7em; } }

@media screen and (max-width: 768px) {
  .lastphoto img {
    height: 4.8em; } }

@media screen and (max-width: 426px) {
  .lastphoto img {
    height: 4.5em; } }

@media screen and (max-width: 376px) {
  .lastphoto img {
    height: 3.9em; } }

@media screen and (max-width: 329px) {
  .lastphoto img {
    height: 3.2em; } }

table {
  margin: 0 0 20px 0; }

div.servicesList ul {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none; }
  div.servicesList ul ::before {
    content: "- "; }
  div.servicesList ul ::after {
    content: ";"; }

.InfrastructureContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media screen and (max-width: 625px) {
    .InfrastructureContent {
      display: block;
      max-width: 100%; }
      .InfrastructureContent img {
        display: block; } }

.InfrastructureText {
  width: 60%; }
  @media screen and (max-width: 625px) {
    .InfrastructureText {
      width: 100%; } }
  .InfrastructureText span {
    font-weight: bold; }

.InfrastructureImages {
  margin: 0 0 0 20px;
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .InfrastructureImages img {
    padding: 0 0 5px 0;
    width: 100%; }
  @media screen and (max-width: 625px) {
    .InfrastructureImages {
      margin: 0;
      width: 100%;
      display: block; } }

div.OtherImages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 1%;
  justify-items: end;
  margin: 0; }
  div.OtherImages img {
    max-width: 300px;
    min-height: 225px; }
  @media screen and (max-width: 933px) {
    div.OtherImages {
      max-width: 100%;
      display: block;
      text-align: center; }
      div.OtherImages img {
        margin: 0 0 3px 0;
        max-width: 100%;
        min-height: 100%; } }
  @media screen and (max-width: 627px) {
    div.OtherImages {
      max-width: 100%;
      display: block;
      text-align: center; }
      div.OtherImages img {
        margin: 0 0 1px 0;
        max-width: 100%;
        min-height: 100%; } }

.rightAlignContainer {
  max-width: 100%; }
  .rightAlignContainer img {
    margin: 0 10px 0 0;
    float: left; }

.ContactsElements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .ContactsElements ul {
    list-style-type: none;
    padding: 0 0 0 20px; }
