/** Commons element imports. */
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  transition: opacity .3s ease;
}
.modal-mask .modal-wrapper {
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
}
.modal-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f8f9fa;
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;
}
.modal-content.inventory {
  max-width: 390px;
}
.modal-content .description {
  position: relative;
  margin-top: 10px;
  font-size: 10px;
  top: 10px;
}
.modal-content .description a {
  text-decoration: underline;
  color: inherit;
}
.modal-content .description a:hover {
  text-decoration: underline;
  color: inherit;
}
.close {
  background: url(../images/portal/modal-close-icon.png) no-repeat;
  position: absolute;
  display: block;
  height: 12px;
  width: 12px;
  opacity: 1;
  right: 13px;
  top: 13px;
}
.close:hover {
  opacity: 0.8;
}
.inventory-img {
  width: 100%;
}
@media (max-width: 1201px) {
  .inventory-img {
    height: 588px;
  }
}
@media (max-width: 420px) {
  .inventory-img {
    height: 545px;
  }
}
@media (max-width: 385px) {
  .inventory-img {
    height: 463px;
  }
}
@media (max-width: 330px) {
  .inventory-img {
    height: 390px;
  }
}
.webcamiframe {
  width: 100%;
  border: 0;
}
/** End imports. */
/* constant color scheme. */
body,
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  min-height: 100%;
}
body {
  background: #f6f7f9;
  padding: 0;
  margin: 0;
}
.clear {
  clear: both;
}
ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul:before {
  content: '';
  vertical-align: middle;
}
ul li {
  vertical-align: middle;
  list-style: none;
  padding: 4px;
}
ul.simple {
  text-align: left;
  margin-bottom: 20px;
}
ul.simple li {
  padding: 0;
  margin-top: 10px;
}
ul.simple li::before {
  content: '👍';
  margin-right: 10px;
  vertical-align: middle;
}
ul.weather-list {
  text-align: left;
  padding-left: 40px;
}
@media (max-width: 500px) {
  ul.weather-list {
    padding-left: 20px;
  }
}
@media (max-width: 330px) {
  ul.weather-list {
    padding-left: 15px;
  }
}
hr {
  padding: 0;
  margin: 0;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.border-upper-left {
  -webkit-border-radius: 0 15px 0 0;
  -moz-border-radius: 0 15px 0 0;
  border-radius: 0 15px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 991px) {
  .border-upper-left {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.border-all-content {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 991px) {
  .border-all-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.border-bottom-dotted {
  border-bottom: 2px dashed #40b6d1;
  opacity: 0.7;
}
.inline {
  display: inline-block;
}
.line-height {
  line-height: 1;
}
.line-height.l-h2 {
  line-height: 2;
}
@media (max-width: 991px) {
  .text-align-c {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .text-align-mob {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}
.right-till-tablet {
  float: right;
}
@media (max-width: 991px) {
  .right-till-tablet {
    float: none;
  }
}
.float.right {
  float: right;
}
@media (max-width: 767px) {
  .text-align {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .text-align-marg {
    text-align: center;
  }
}
.link {
  text-decoration: none;
  font-size: 20px;
  color: #027893;
}
.link:hover {
  text-decoration: none;
  color: #027893;
}
.link.web-guards {
  font-family: RobotoRegular;
  margin: -11px 0 0 -75px;
  position: absolute;
  color: #ffffff;
  font-size: 13px;
  display: flex;
  left: 50%;
  top: 50%;
}
.link.web-guards:hover {
  text-decoration: none;
  color: #ffffff;
}
.link.tel {
  font-size: 30px;
  color: #049fc3;
}
@media (max-width: 479px) {
  .link.tel {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .position {
    margin: 30px 0 0 -90px;
    position: relative;
    left: 50%;
  }
}
.width.w100 {
  width: 100%;
}
.width.w70 {
  width: 70px;
  height: 70px;
}
.width.width60 {
  width: 60px;
  height: 60px;
}
.width.w25 {
  float: left;
  width: 25%;
}
@media (max-width: 991px) {
  .width.w25 {
    float: left;
    width: 50%;
  }
}
.height.mh240 {
  min-height: 240px;
  max-height: 240px;
}
.height.mh277 {
  min-height: 277px;
}
@media (max-width: 991px) {
  .height.mh277 {
    min-height: auto;
  }
}
.margin {
  margin: 7px 0 0 0;
}
.margin.minus330 {
  margin: -340px 0 0 0;
}
.margin.minus230 {
  margin: -230px 0 0 0;
}
.margin.mt30 {
  margin-top: 30px;
}
.margin.mt55 {
  margin-top: 55px;
}
.margin.mt50 {
  margin-top: 50px;
}
.margin.mt80 {
  margin-top: 80px;
}
.margin.mb15 {
  margin-bottom: 15px;
}
.margin.mb30 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .margin.minus330 {
    margin: 0;
  }
  .margin.minus230 {
    margin: -21px 0 0 0;
  }
  .margin.mt50 {
    margin-top: 30px;
  }
  .margin.mt80 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .margin.mt50 {
    margin-top: 15px;
  }
  .margin.mt55 {
    margin-top: 30px;
  }
  .margin.mt80 {
    margin-top: 0;
  }
}
.title {
  font-size: 14px;
}
.title.border-right {
  border-right: 1px solid #40b6d1;
}
.title.light-blue {
  color: #049fc3;
}
.title.orange {
  color: #feb312;
}
.title.m-top {
  margin-top: 15px;
}
.title.m-bott {
  margin-bottom: 15px;
}
.title.bold {
  font-family: RobotoBold;
  line-height: 1;
}
.title.bold.dark-blue {
  color: #027792;
}
.title.bold.white {
  color: #ffffff;
}
.title.bold.color-bondi {
  color: #049fc3;
}
.title.bold.s15 {
  font-size: 15px;
}
.title.bold.s17 {
  font-size: 17px;
}
.title.bold.s20 {
  font-size: 20px;
}
.title.bold.s25 {
  font-size: 25px;
}
.title.bold.s35 {
  font-size: 35px;
}
.title.bold.s40 {
  font-size: 40px;
}
.title.bold.s45 {
  font-size: 35px;
}
.title.bold.s55 {
  font-size: 55px;
}
@media (max-width: 991px) {
  .title.bold.s20 {
    font-size: 17px;
  }
  .title.bold.s35 {
    font-size: 25px;
  }
  .title.bold.s55 {
    margin-top: 30px;
    font-size: 43px;
  }
}
@media (max-width: 767px) {
  .title.bold.s55 {
    margin-top: 15px;
    font-size: 43px;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .title.bold.s25 {
    font-size: 20px;
  }
  .title.bold.s35 {
    font-size: 20px;
  }
  .title.bold.s55 {
    margin-top: 15px;
    font-size: 30px;
    text-align: center;
  }
}
.title.regular {
  font-family: RobotoRegular;
  font-size: 14px;
}
.title.regular.center {
  text-align: center;
}
.title.regular.s86 {
  font-size: 86px;
  line-height: 1;
}
@media (max-width: 500px) {
  .title.regular.m75 {
    font-size: 75px;
  }
}
@media (max-width: 350px) {
  .title.regular.m75 {
    font-size: 67px;
  }
}
.title.medium {
  font-family: RobotoMedium;
  font-size: 14px;
  color: #049fc3;
}
.title.light {
  font-family: RobotoLight;
  font-size: 14px;
}
.title.transform {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  writing-mode: tb-rl;
}
.title .price {
  position: relative;
  margin-left: 5px;
  font-size: 18px;
  top: -1px;
}
.text,
h1 {
  font-family: RobotoMedium;
  font-size: 14px;
  color: #049fc3;
}
.text.m-bott,
h1.m-bott {
  margin-bottom: 15px;
}
.text.dark-blue,
h1.dark-blue {
  color: #027792;
}
.text.white,
h1.white {
  color: #ffffff;
}
.beatch-video {
  position: relative;
}
.beatch-video #video-background {
  background-image: url(../images/lightgallery/layer-24-24.jpg);
  background-position: center;
  background-size: cover;
  margin: 0 0 -6px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .beatch-video {
    display: none;
  }
}
.vidoe-content {
  position: relative;
  max-height: 90%;
  min-height: 600px;
}
.main-gallery {
  position: absolute;
  max-height: 90%;
  min-height: 600px;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: opacity 1s ease;
  background-image: url('../images/prev-bg/prev-bg-3.jpg');
  background-size: cover;
  background-position: center;
}
.main-gallery.img-2 {
  background-image: url('../images/prev-bg/prev-bg-2.jpg');
  opacity: 0;
}
.main-gallery.img-3 {
  background-image: url('../images/prev-bg/prev-bg-4.jpg');
  opacity: 0;
}
.logotip-company {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: url(../images/portal/logotip-company.png);
  background-position: top center;
  background-repeat: no-repeat;
  margin: -135px -135px;
  padding: 135px 135px;
  position: absolute;
  opacity: 0.9;
  left: 50%;
  top: 50%;
}
@media (max-width: 639px) {
  .logotip-company {
    background-size: 70%;
    margin: -94px -100px;
    padding: 94px 105px;
  }
}
.white-box {
  background-color: #ffffff;
  color: #049fc3;
  padding: 30px;
}
.white-box .info {
  background-image: url(../images/portal/crosver.png);
  background-position: -141px -86px;
  background-repeat: no-repeat;
  position: absolute;
  padding: 14px;
  opacity: 0.5;
  right: 27px;
  top: 20px;
}
.white-box .more-description {
  display: block;
}
.white-box.padding75 {
  padding: 75px;
}
.white-box.left-borger {
  border-left: 15px solid #feb312;
}
@media (max-width: 991px) {
  .white-box.padding75 {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .white-box.padding-bott {
    padding-bottom: 0;
  }
}
.blue-box {
  background-color: #049fc3;
  color: #ffffff;
  padding: 30px;
}
.blue-box.border-bottom {
  border-bottom: 1px solid #40b6d1;
}
.selection-1 {
  background-image: url(../images/portal/selection-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 0 40px 0;
  min-height: 600px;
  height: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .selection-1 {
    min-height: 0;
    padding: 0;
  }
}
.selection-1 .weather {
  position: relative;
}
.selection-1 .weather .loader {
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-color: #049fc3;
  border-radius: 0 15px 0 0;
  background-size: 50px;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.selection-2 {
  border-top: 100px solid #049fc3;
}
@media (max-width: 991px) {
  .selection-2 {
    border-top: 0;
  }
}
.selection-3 {
  background-image: url(../images/portal/selection-3.jpg);
  background-repeat: no-repeat;
  background-position: right;
  min-height: 950px;
  height: auto;
}
@media (max-width: 991px) {
  .selection-3 {
    background-position: -9999px -9999px;
    background-color: #ffffff;
    min-height: 100px;
    padding: 30px;
  }
}
.selection-4 {
  background-image: url(../images/portal/selection-4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0 40px 0;
  min-height: 600px;
  height: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .selection-4 {
    padding: 20px 0 0 0;
  }
}
.selection-5,
.selection-6,
.selection-7,
.selection-8 {
  background-color: #ffffff;
}
.selection-5,
.selection-6 {
  position: relative;
}
.selection-5::before,
.selection-6::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  background-image: url(../images/portal/layer-6.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .selection-5::before,
  .selection-6::before {
    position: relative;
    width: 100%;
    height: 300px;
    background-position: center !important;
    background-size: cover;
  }
}
.selection-5::before {
  background-position: center right;
}
.selection-6::before {
  right: 0;
  background-image: url(../images/portal/layer-7_1.png);
}
.selection-8 .title {
  margin-top: 10px;
}
.selection-8 .admin-info {
  margin-top: 20px;
}
.selection-8 .admin-info .martop15 {
  margin-top: 15px;
}
#lightgallery a {
  position: relative;
  display: block;
}
#lightgallery a:hover:before {
  opacity: 0.7;
}
#lightgallery a:hover:after {
  opacity: 1;
}
#lightgallery a img {
  width: 100%;
}
#lightgallery a:before {
  transition: opacity 0.5s ease;
  background-color: #d79f28;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0;
}
#lightgallery a:after {
  background-image: url(../images/portal/crosver.png);
  background-position: -275px -86px;
  transition: opacity 0.5s ease;
  background-repeat: no-repeat;
  position: absolute;
  margin: -10px -15px;
  display: block;
  padding: 15px;
  content: "";
  opacity: 0;
  left: 50%;
  top: 50%;
}
@media (max-width: 991px) {
  #lightgallery .hide-mobile-gallery-1 {
    display: none;
  }
}
.carousel {
  position: absolute;
  overflow: hidden;
  max-width: 1026px;
  left: 0;
  background-color: #fff;
}
.carousel.height318 {
  max-height: 318px;
}
.carousel.height423 {
  max-height: 423px;
}
.carousel .prev,
.carousel .next {
  background-image: url(../images/portal/crosver.png);
  background-repeat: no-repeat;
  position: relative;
  height: 52px;
  width: 52px;
  z-index: 2;
  cursor: pointer;
}
.carousel .prev {
  background-position: -201px -11px;
}
.carousel .next {
  background-position: -141px -11px;
}
.carousel img {
  margin: -200px 0 0 0;
  max-width: 1026px;
}
@media (max-width: 991px) {
  .carousel {
    height: 547px;
    position: relative;
  }
  .carousel img {
    margin: -127px 0 0 0;
  }
}
@media (max-width: 767px) {
  .carousel {
    height: 432px;
  }
}
@media (max-width: 479px) {
  .carousel {
    height: 283px;
  }
  .carousel img {
    margin: -302px 0 0 -100px;
  }
}
.call-center {
  margin: 15px auto 0 auto;
  padding: 0 0 5px 0;
  display: block;
}
.location {
  display: block;
  margin: 0 auto;
}
.bg-layer {
  background-color: black;
  position: absolute;
  height: 90px;
  width: 100%;
  opacity: 0.3;
  color: white;
  z-index: 10;
  bottom: 0;
}
.bg-layer span {
  background-image: url(../images/portal/web-guards.png);
  background-repeat: no-repeat;
  background-position: right;
  padding: 12px 151px 16px 0;
}
.bg-layer.contact-info {
  background-color: #027893;
  position: relative;
  opacity: 1;
}
.bg-layer.contact-info .mail,
.bg-layer.contact-info .facebook,
.bg-layer.contact-info .instagram {
  height: 90px;
  width: 120px;
  float: left;
  position: relative;
}
@media (max-width: 639px) {
  .bg-layer.contact-info .mail,
  .bg-layer.contact-info .facebook,
  .bg-layer.contact-info .instagram {
    height: 90px;
    width: 100px;
  }
}
.bg-layer.contact-info .mail {
  background-color: #006a82;
}
.bg-layer.contact-info .mail a {
  background-image: url(../images/portal/crosver.png);
  background-position: -338px -23px;
  background-repeat: no-repeat;
  margin: -25px 0 0 -25px;
  padding: 25px 25px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.bg-layer.contact-info .mail a:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.bg-layer.contact-info .facebook {
  background-color: #35b1ce;
}
.bg-layer.contact-info .facebook a {
  background-image: url(../images/portal/crosver.png);
  background-position: -327px -67px;
  background-repeat: no-repeat;
  margin: -25px 0 0 -25px;
  padding: 25px 25px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.bg-layer.contact-info .facebook a:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.bg-layer.contact-info .instagram {
  background-color: #fff;
}
.bg-layer.contact-info .instagram a {
  background-image: url(../images/portal/crosver.png);
  background-position: -335px -125px;
  background-repeat: no-repeat;
  margin: -25px 0 0 -25px;
  padding: 25px 25px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.bg-layer.contact-info .instagram a:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#js-init-map {
  width: 100%;
  height: 528px;
  border: 0;
}
.comunication {
  margin: 0 0 0 -180px;
  position: relative;
  left: 50%;
}
@media (max-width: 639px) {
  .comunication {
    margin: 0px 0 0 -150px;
  }
}
.desktop-menu-element {
  opacity: 0;
  z-index: 999;
  position: fixed;
  width: 76px;
  top: 50%;
  margin: -165px 0 0 0;
  right: 0;
  transition: opacity 0.5s ease;
}
.desktop-menu-element .img {
  background-image: url(../images/portal/crosver.png);
  background-repeat: no-repeat;
  padding: 26px 34px;
  position: relative;
  top: 25px;
}
.desktop-menu-element .img1 {
  background-position: -428px -23px;
}
.desktop-menu-element .img2 {
  background-position: -426px -183px;
}
.desktop-menu-element .img3 {
  background-position: -425px -269px;
}
.desktop-menu-element .img4 {
  background-position: -427px -98px;
}
.desktop-menu-element .img5 {
  background-position: -427px -357px;
}
@media (max-width: 768px) {
  .desktop-menu-element {
    display: none;
  }
}
/* main content wrapper */
.page-wrapper {
  margin: 0 auto 0 auto;
  max-width: 1230px;
  font-size: 14px;
  width: 100%;
}
.page-wrapper .video-player {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  margin: 25px 0 25px 7px;
  opacity: 0.9;
  left: 20px;
}
.page-wrapper .video-player.onn {
  background-image: url(../images/play-button.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 28px;
  top: 231px;
  left: 100px;
}
.page-wrapper .video-player.off {
  background-image: url(../images/pause.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 28px;
  top: 231px;
  left: 100px;
  display: none;
}
@media (max-width: 991px) {
  .page-wrapper .video-player.off {
    top: 0px;
  }
  .page-wrapper .video-player.onn {
    top: 0px;
  }
}
.page-wrapper .vidoe-sound {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  margin: 25px 0 25px 7px;
  opacity: 0.9;
  left: 20px;
}
.page-wrapper .vidoe-sound.off {
  background-image: url(../images/portal/crosver.png);
  background-position: -67px -7px;
  background-repeat: no-repeat;
  padding: 28px;
  top: 231px;
  position: absolute;
}
.page-wrapper .vidoe-sound.onn {
  background-image: url(../images/portal/crosver.png);
  background-position: -6px -8px;
  background-repeat: no-repeat;
  padding: 28px;
  position: absolute;
  top: 231px;
  display: none;
}
@media (max-width: 991px) {
  .page-wrapper .vidoe-sound.off {
    top: 0px;
  }
  .page-wrapper .vidoe-sound.onn {
    top: 0px;
  }
}
.page-wrapper .lang-link {
  display: inline-block;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 17px 35px;
  background-color: #049fc3;
  color: #ffffff;
  text-decoration: none !important;
  margin: 25px 7px;
  opacity: 0.9;
  font-family: RobotoMedium;
  font-size: 15px;
  letter-spacing: 2px;
  transition: color 0.2s ease;
}
.page-wrapper .lang-link:hover {
  color: #fad02c;
  opacity: 1;
  transition: color 0.2s ease;
}
@media (max-width: 767px) {
  .page-wrapper .lang-link {
    float: left;
    border-radius: 50px;
    padding: 17px;
    color: #fad02c;
    margin: 25px 0;
  }
}
.page-wrapper .beach-camera {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 25px 7px 25px 0;
  opacity: 0.9;
}
.page-wrapper .beach-camera.desktop {
  display: block;
  padding: 17px 26px 17px 60px;
  float: right;
  background-color: #049fc3;
  color: #ffffff;
  text-decoration: none !important;
  background-image: url(../images/portal/video-camera.svg);
  background-position: left 23px center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.page-wrapper .beach-camera.desktop span {
  font-family: RobotoMedium;
  font-size: 15px;
  letter-spacing: 2px;
}
.page-wrapper .beach-camera.desktop span i {
  font-style: normal;
  color: #fad02c;
}
.page-wrapper .beach-camera.mobile {
  background-image: url(../images/portal/mobile-camera.png);
  background-repeat: no-repeat;
  padding: 28px;
  float: left;
  display: none;
}
@media (max-width: 767px) {
  .page-wrapper .beach-camera.desktop {
    display: none;
  }
  .page-wrapper .beach-camera.mobile {
    margin: 25px 0 25px 7px;
    display: block;
  }
}
.page-wrapper .mobile-menu {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 25px 7px 25px 0;
  opacity: 0.9;
  float: right;
  display: none;
}
.page-wrapper .mobile-menu.onn {
  background-image: url(../images/portal/crosver.png);
  background-position: -43px -244px;
  background-repeat: no-repeat;
  padding: 28px;
  position: absolute;
}
.page-wrapper .mobile-menu.onn.active {
  position: fixed;
  z-index: 999;
}
.page-wrapper .mobile-menu.off {
  background-image: url(../images/portal/crosver.png);
  background-position: -41px -326px;
  background-repeat: no-repeat;
  padding: 28px;
  display: none;
  position: absolute;
}
.page-wrapper .mobile-menu.off.active {
  position: fixed;
  z-index: 999;
}
@media (max-width: 767px) {
  .page-wrapper .mobile-menu {
    display: block;
    right: 0;
  }
}
.page-wrapper .mobile-menu-element {
  z-index: 999;
  position: fixed;
  display: none;
  width: 100%;
  top: 125px;
  left: 20px;
}
.page-wrapper .mobile-menu-element .img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: url(../images/portal/crosver.png);
  background-repeat: no-repeat;
  padding: 20px 28px;
  position: relative;
}
.page-wrapper .mobile-menu-element .img1 {
  background-position: -435px -24px;
}
.page-wrapper .mobile-menu-element .img2 {
  background-position: -433px -188px;
}
.page-wrapper .mobile-menu-element .img3 {
  background-position: -432px -275px;
}
.page-wrapper .mobile-menu-element .img4 {
  background-position: -434px -104px;
}
.page-wrapper .mobile-menu-element .img5 {
  background-position: -431px -365px;
}
.page-wrapper .weather-forecast {
  position: relative;
}
.page-wrapper .weather-forecast:before {
  background-image: url(../images/Berdyansk_logo_ru.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  padding: 19px;
  content: '';
  top: 20px;
  right: 0;
}
.page-wrapper .umbrella {
  background-image: url(../images/portal/umbrella.png);
  background-repeat: no-repeat;
  position: relative;
  height: 73px;
  width: 67px;
  top: -9px;
}
@media (max-width: 767px) {
  .page-wrapper .umbrella {
    margin: 0 auto;
  }
}
.page-wrapper .price-services {
  position: relative;
  width: 180px;
  color: transparent;
}
.page-wrapper .price-services a {
  color: transparent;
}
.page-wrapper .price-services.m-top {
  margin-top: 30px;
}
.page-wrapper .gallery-2 {
  position: relative;
  right: 94%;
  top: 0;
}
.page-wrapper .gallery-2 img {
  height: 423px;
}
@media (max-width: 991px) {
  .page-wrapper .gallery-2 {
    display: none;
  }
}
.page-wrapper .gallery-3 {
  max-width: 100%;
}
.page-wrapper .gallery-3 img {
  width: 100%;
}
@media (max-width: 991px) {
  .page-wrapper .gallery-3 {
    margin: -1px 0 0 0px;
  }
}
.page-wrapper .gallery-4,
.page-wrapper .gallery-5 {
  position: relative;
  float: right;
}
.page-wrapper .gallery-4.left,
.page-wrapper .gallery-5.left {
  float: left;
}
@media (max-width: 991px) {
  .page-wrapper .gallery-4,
  .page-wrapper .gallery-5 {
    width: 100%;
  }
  .page-wrapper .gallery-4 img,
  .page-wrapper .gallery-5 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-wrapper .hip-park-logo {
    margin: 0 0 0 -53px;
    position: relative;
    left: 50%;
  }
}
@media (max-width: 991px) {
  .page-wrapper .hip-park-info.img {
    margin: 0 0 0 -31px;
    position: relative;
    left: 50%;
  }
}
.page-wrapper .hip-park-info.text {
  padding: 0 0 0 10px;
}
@media (max-width: 767px) {
  .page-wrapper .hip-park-info.text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-wrapper .hip-park-info {
    display: none;
  }
}
.selection-9 {
  background-color: #004a5b;
}
.selection-9 .footer {
  padding: 20px 15px;
}
.selection-9 .footer .site-row {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.selection-9 .footer .site-row .selection-9-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .selection-9 .footer .site-row .selection-9-col:last-child .page-link {
    margin-bottom: 0;
  }
}
.selection-9 .footer .site-row .selection-9-col .page-link {
  font-family: RobotoRegular;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: .2s;
}
.selection-9 .footer .site-row .selection-9-col .page-link:hover {
  text-decoration: none;
  color: #40b6d1;
}
@media (max-width: 600px) {
  .selection-9 .footer .site-row .selection-9-col .page-link {
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .selection-9 .footer .site-row .selection-9-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }
}
.info-page-wrapper {
  width: 100%;
}
.info-page-wrapper .header-area {
  position: relative;
  background-color: #ffffff;
}
.info-page-wrapper .header-area .header {
  text-align: center;
}
.info-page-wrapper .header-area .header .logo-link {
  display: inline-block;
  width: 150px;
  height: 150px;
  background-image: url(../images/portal/logotip-company.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.info-page-wrapper .main {
  background-color: #ffffff;
}
.info-page-wrapper .main .h1 {
  padding: 25px 0 40px 0;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  color: #000a0c;
}
@media (max-width: 600px) {
  .info-page-wrapper .main .h1 {
    padding: 5px 0 15px 0;
    font-size: 20px;
    line-height: 1.5;
  }
}
.info-section {
  padding-bottom: 30px;
}
.info-section h2 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
  margin: 0;
}
@media (max-width: 600px) {
  .info-section h2 {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 1.5;
  }
}
.info-section h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  margin: 0;
}
@media (max-width: 600px) {
  .info-section h3 {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 1.5;
  }
}
.info-section .info-text {
  font-size: 15px;
  padding-bottom: 15px;
  line-height: 1.7;
}
.info-section .info-text:last-child {
  padding-bottom: 0;
}
.info-section .info-text i {
  color: #8a909b;
  font-size: 13px;
}
@media (max-width: 600px) {
  .info-section .info-text {
    font-size: 13px;
    padding-bottom: 10px;
  }
}
.info-section .info-picture-area {
  padding: 15px;
  text-align: center;
}
.info-section .info-picture-area .picture {
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(138, 144, 155, 0.2);
  -moz-box-shadow: 0px 5px 20px 0px rgba(138, 144, 155, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(138, 144, 155, 0.2);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px;
  width: 180px;
  height: 100px;
}
.info-section .info-picture-area .picture:first-child {
  margin-right: 8px;
  background-size: 80px;
  background-image: url(../images/portal/mastercard.png);
}
@media (max-width: 680px) {
  .info-section .info-picture-area .picture:first-child {
    background-size: 60px;
  }
}
@media (max-width: 549px) {
  .info-section .info-picture-area .picture:first-child {
    margin-right: 4px;
  }
}
@media (max-width: 385px) {
  .info-section .info-picture-area .picture:first-child {
    background-size: 40px;
  }
}
@media (max-width: 385px) {
  .info-section .info-picture-area .picture:first-child {
    background-size: 30px;
  }
}
.info-section .info-picture-area .picture:nth-child(2) {
  margin-left: 8px;
  background-image: url(../images/portal/visa.png);
}
@media (max-width: 549px) {
  .info-section .info-picture-area .picture:nth-child(2) {
    margin-left: 4px;
  }
}
@media (max-width: 680px) {
  .info-section .info-picture-area .picture {
    padding: 10px;
    background-size: 70px;
    width: 150px;
    height: 85px;
  }
}
@media (max-width: 549px) {
  .info-section .info-picture-area .picture {
    background-size: 50px;
    width: 100px;
    height: 68px;
  }
}
@media (max-width: 385px) {
  .info-section .info-picture-area .picture {
    background-size: 45px;
    width: 85px;
    height: 55px;
  }
}
@media (max-width: 385px) {
  .info-section .info-picture-area .picture {
    background-size: 35px;
    width: 75px;
    height: 48px;
  }
}
.info-section ul {
  list-style-type: none;
  margin-bottom: 0;
}
.info-section ul.marked-ul {
  padding-left: 40px;
}
.info-section ul.marked-ul li {
  position: relative;
  padding-left: 20px;
  text-align: left;
}
.info-section ul.marked-ul li::before {
  position: absolute;
  top: 14px;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #40b6d1;
}
@media (max-width: 600px) {
  .info-section ul.marked-ul li::before {
    top: 9px;
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 800px) {
  .info-section ul.marked-ul {
    padding-left: 0;
  }
}
.info-section ul.unmarked-ul li span {
  display: block;
  padding-bottom: 5px;
  font-weight: 500;
}
.info-section ul.unmarked-ul li span i {
  font-weight: 700;
  color: #40b6d1;
}
.info-section ul.unmarked-ul li:last-child {
  margin-bottom: 15px;
}
.info-section ul li {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.info-section ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .info-section ul li {
    font-size: 13px;
    padding-left: 15px;
  }
}
.info-section a {
  transition: color 0.3s ease;
  color: #000a0c;
  text-decoration: underline;
}
.info-section a:hover {
  transition: color 0.3s ease;
  color: #40b6d1;
}
@media (max-width: 600px) {
  .info-section {
    padding-bottom: 15px;
  }
}
.selection-10 {
  padding: 60px 0;
  background-image: url(../images/portal/selection-4.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.selection-10 .banner {
  position: relative;
  padding: 50px 40px 50px 225px;
  background-color: #ffffff;
  border-left: 15px solid #feb312;
  background-image: url(../images/prev-bg/beach-chair.svg);
  background-size: 130px;
  background-position: left 40px center;
  background-repeat: no-repeat;
}
.selection-10 .banner span {
  display: block;
  color: #027792;
  font-family: 'RobotoBold';
  font-size: 29px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .selection-10 .banner span {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .selection-10 .banner span {
    font-size: 20px;
  }
}
.selection-10 .banner .banner-link {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  max-width: 250px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  background-position: 100% 0;
  background-size: 200% 200%;
  border-radius: 3px;
  letter-spacing: 1px;
  transition: 0.5s;
  background-image: linear-gradient(45deg, #049fc3 0%, #00c3e6 35%, #027792 100%);
}
.selection-10 .banner .banner-link:hover {
  background-position: 0 0;
  transition: 0.5s;
  color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 0px 12px 22px 0px rgba(2, 119, 146, 0.7);
  -moz-box-shadow: 0px 12px 22px 0px rgba(2, 119, 146, 0.7);
  box-shadow: 0px 12px 22px 0px rgba(2, 119, 146, 0.7);
}
@media (max-width: 576px) {
  .selection-10 .banner .banner-link {
    height: 58px;
    line-height: 58px;
    font-size: 13px;
  }
}
@media (max-width: 1240px) {
  .selection-10 .banner {
    max-width: 96%;
    margin: 0 auto;
  }
}
@media (max-width: 810px) {
  .selection-10 .banner {
    background-image: none;
    padding: 40px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .selection-10 .banner {
    padding: 40px 20px;
    border: none;
  }
}
@media (max-width: 576px) {
  .selection-10 {
    padding: 30px 0;
  }
}
/* end content */
