@charset "UTF-8";
/* line 5, ../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Underline From Left */
/* line 2, ../sass/all/base.scss */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

/* line 11, ../sass/all/base.scss */
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #527c7e;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 27, ../sass/all/base.scss */
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* line 3, ../sass/all/wrapper.scss */
body {
  min-height: 100vh;
}

/* line 7, ../sass/all/wrapper.scss */
html, body {
  min-height: 100%;
  height: 100%;
  line-height: 1.2;
  font-family: 'ProximaNova-Regular';
}

@font-face {
  font-family: 'ProximaNovaT-Thin';
  src: url(/font/ProximaNovaT-Thin.ttf);
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url(/font/ProximaNova-Light.ttf);
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url(/font/ProximaNova-Regular.ttf);
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url(/font/ProximaNova-Bold.ttf);
}
/* Контейнер */
/* line 36, ../sass/all/wrapper.scss */
.wrapper {
  width: 100%;
}

/* line 38, ../sass/all/wrapper.scss */
.container {
  width: 1320px;
  margin: 0 auto;
  padding: 0;
}

/* line 44, ../sass/all/wrapper.scss */
.column, .columns {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 50, ../sass/all/wrapper.scss */
.content {
  overflow: hidden;
}

/* line 52, ../sass/all/wrapper.scss */
.container .sixteen.columns {
  width: 1300px;
}

/* line 54, ../sass/all/wrapper.scss */
.position-relative {
  position: relative;
  overflow: hidden;
}

/* line 59, ../sass/all/wrapper.scss */
input[type="text"], input[type="submit"], input[type="email"], textarea {
  -webkit-appearance: none;
}

/* line 61, ../sass/all/wrapper.scss */
a {
  text-decoration: none;
}

@media only screen and (min-width: 1140px) and (max-width: 1400px) {
  /* line 65, ../sass/all/wrapper.scss */
  .container {
    width: 1120px;
  }

  /* line 66, ../sass/all/wrapper.scss */
  .container .sixteen.columns {
    width: 1100px;
  }

  /* line 67, ../sass/all/wrapper.scss */
  .column, .columns {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1139px) {
  /* line 76, ../sass/all/wrapper.scss */
  .container {
    width: 980px;
  }

  /* line 77, ../sass/all/wrapper.scss */
  .container .sixteen.columns {
    width: 960px;
  }

  /* line 78, ../sass/all/wrapper.scss */
  .column, .columns {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 85, ../sass/all/wrapper.scss */
  .container {
    width: 100%;
  }

  /* line 86, ../sass/all/wrapper.scss */
  .container .sixteen.columns {
    width: 96%;
  }

  /* line 87, ../sass/all/wrapper.scss */
  .column, .columns {
    margin-left: 2%;
    margin-right: 2%;
  }

  /* line 88, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 94, ../sass/all/wrapper.scss */
  .container {
    width: 100%;
  }

  /* line 95, ../sass/all/wrapper.scss */
  .container .sixteen.columns {
    width: 96%;
  }

  /* line 96, ../sass/all/wrapper.scss */
  .column, .columns {
    margin-left: 2%;
    margin-right: 2%;
  }

  /* line 97, ../sass/all/wrapper.scss */
  body::-webkit-scrollbar {
    width: 0;
  }
}
/* line 1, ../sass/all/header.scss */
#hTop {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100px;
}

/* line 8, ../sass/all/header.scss */
#hTopLogo {
  position: relative;
  overflow: hidden;
  float: left;
  width: 255px;
  height: 100%;
  background: #527c7e;
}
/* line 16, ../sass/all/header.scss */
#hTopLogo a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  line-height: 100px;
  padding-left: 100px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 8px;
  background: url(/img/logo.svg) left center no-repeat;
  background-size: auto 100%;
}
/* line 29, ../sass/all/header.scss */
#hTopLogo a img {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
/* line 35, ../sass/all/header.scss */
#hTopLogo a:hover {
  opacity: 0.7;
}

/* line 43, ../sass/all/header.scss */
#hTopNav {
  position: relative;
  overflow: hidden;
  float: left;
}
/* line 48, ../sass/all/header.scss */
#hTopNav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  overflow: hidden;
  margin-left: 48px;
}
/* line 58, ../sass/all/header.scss */
#hTopNav ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  margin-right: 32px;
  letter-spacing: 2px;
  height: 100px;
}
/* line 71, ../sass/all/header.scss */
#hTopNav ul li a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: #44474d;
  margin: auto 0;
}
/* line 78, ../sass/all/header.scss */
#hTopNav ul li a:hover {
  color: #527c7e;
}
/* line 84, ../sass/all/header.scss */
#hTopNav ul li.active a {
  color: #527c7e;
}

/* line 103, ../sass/all/header.scss */
#hTopPhone {
  position: relative;
  overflow: hidden;
  float: right;
  height: 100%;
  border-left: 1px solid #d0d1d2;
  transition: 0.5s ease;
}
/* line 111, ../sass/all/header.scss */
#hTopPhone a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 20px;
  line-height: 1.4;
  color: #44474d;
  letter-spacing: 2px;
  transition: 0.5s ease;
}
/* line 121, ../sass/all/header.scss */
#hTopPhone a:nth-child(1) {
  margin-top: 45px;
}
.top-main-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
#hTopPhone .top-main-tel a{
  padding: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hTopPhone  .footer__social_link.telegram{
  padding-right:  10px;
  padding-left: 10px;
}

/* #hTopPhone .telegram svg{
  fill: none;

 }
 #hTopPhone .top-main-tel .telegram svg path{
  fill: none;

 }
#hTopPhone .top-main-tel svg{
 fill: #527c7e;
}
#hTopPhone .top-main-tel svg path{
  fill: #527c7e;
 } */
/* #hTopPhone .top-main-tel svg:first-child{
  padding-right:  10px;
} */
    /* 
/* line 126, ../sass/all/header.scss */
/* #hTopPhone:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  height: 30px;
  background: url(/img/icon-whatsapp.svg) left center no-repeat, url(/img/icon-viber.svg) 40px center no-repeat, url(/img/icon-telegram.svg) 80px center no-repeat;
  background-size: auto 25px;
} */
/* line 139, ../sass/all/header.scss */
/* #hTopPhone:hover {
  background-color: #527c7e;
  transition: 0.5s ease;
} */
/* line 143, ../sass/all/header.scss */
/* #hTopPhone:hover a {
  color: #fff;
  transition: 0.5s ease;
} */
/* line 147, ../sass/all/header.scss */
/* #hTopPhone:hover:after {
  background: url(/img/icon-whatsapp-h.svg) left center no-repeat, url(/img/icon-viber-h.svg) 40px center no-repeat, url(/img/icon-telegram-app-h.svg) 80px center no-repeat;
  background-size: auto 25px;
} */

/* line 154, ../sass/all/header.scss */
#hTopForm {
  position: relative;
  overflow: hidden;
  float: right;
  width: 88px;
  height: 100%;
  border-left: 1px solid #d0d1d2;
}
/* line 162, ../sass/all/header.scss */
#hTopForm a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 100px;
  background: url(/img/icon-01.svg) center center no-repeat;
  background-size: 40px auto;
  cursor: pointer;
  transition: 0.5s ease;
}
/* line 174, ../sass/all/header.scss */
#hTopForm a:hover {
  transition: 0.5s ease;
  background: #527c7e url(/img/icon-01h.svg) center center no-repeat;
  background-size: 40px auto;
}

/* line 182, ../sass/all/header.scss */
#hTopNavMob {
  display: none;
}
.top-main-tel-footer{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.top-main-tel-footer a{
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__social_link.telegram{
  padding: 0px 10px;
}
@media only screen and (min-width: 1000px) and (max-width: 1086px) {
  /* line 188, ../sass/all/header.scss */
  #hTopNav ul li {
    margin-right: 19px;
  }
  /* line 191, ../sass/all/header.scss */
  #hTopNav ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 200, ../sass/all/header.scss */
  #hTopNav {
    display: none;
  }

  /* line 204, ../sass/all/header.scss */
  #hTopNavMob {
    display: block;
    position: relative;
    overflow: hidden;
    float: right;
  }
  /* line 210, ../sass/all/header.scss */
  #hTopNavMob a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: #527c7e;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 8px;
    line-height: 100px;
    padding-right: 2vw;
    padding-left: 50px;
    background: url(/img/icon-menu.svg) left center no-repeat;
    background-size: auto 30px;
    cursor: pointer;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 231, ../sass/all/header.scss */
  #hTop {
    height: 20vw;
  }


  /* line 235, ../sass/all/header.scss */
  #hTopLogo {
    width: 46vw;
  }
  /* line 238, ../sass/all/header.scss */
  #hTopLogo a {
    line-height: 20vw;
    padding-left: 16vw;
    font-size: 5vw;
    letter-spacing: 2px;
  }

  /* line 246, ../sass/all/header.scss */
  #hTopNav {
    display: none;
  }

  #hTopPhone .top-main-tel {
    display: none;
  }

  /* line 250, ../sass/all/header.scss */
  #hTopPhone {
    width: 18vw;
  }
  /* line 253, ../sass/all/header.scss */
  #hTopPhone a {
    padding: 0;
    line-height: 20vw;
    color: transparent;
    font-size: 0.1px;
    background: url(/img/icon-phone.svg) center center no-repeat;
    background-size: auto 10vw;
    margin-top: 0 !important;
  }
  /* line 263, ../sass/all/header.scss */
  #hTopPhone:after {
    display: none;
  }
  /* line 267, ../sass/all/header.scss */
  #hTopPhone:hover {
    background-color: transparent;
    color: transparent;
  }

  /* line 273, ../sass/all/header.scss */
  #hTopForm {
    width: 18vw;
  }
  /* line 276, ../sass/all/header.scss */
  #hTopForm a {
    line-height: 20vw;
    background-size: auto 10vw;
  }
  /* line 280, ../sass/all/header.scss */
  #hTopForm a:hover {
    background: url(/img/icon-01.svg) center center no-repeat;
    background-size: auto 10vw;
  }

  /* line 287, ../sass/all/header.scss */
  #hTopNavMob {
    display: block;
    position: relative;
    overflow: hidden;
    float: right;
    width: calc(18vw - 2px);
    height: 20vw;
  }
  /* line 295, ../sass/all/header.scss */
  #hTopNavMob a {
    display: block;
    height: 100%;
    background: url(/img/icon-menu.svg) center center no-repeat;
    background-size: auto 10vw;
    color: transparent;
    font-size: 0.1px;
    cursor: pointer;
  }
}
/* line 1, ../sass/all/footer.scss */
#fTop {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #3f5355 0, #374140);
  color: #fff;
  padding: 90px 0px;
  text-align: center;
}

/* line 10, ../sass/all/footer.scss */
#fTopLogo {
  position: relative;
  overflow: hidden;
  text-align: center;
}
/* line 15, ../sass/all/footer.scss */
#fTopLogo a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  line-height: 100px;
  padding-left: 100px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 8px;
  background: url(/img/logo.svg) left center no-repeat;
  background-size: auto 100%;
}
/* line 28, ../sass/all/footer.scss */
#fTopLogo a:hover {
  opacity: 0.7;
}

/* line 34, ../sass/all/footer.scss */
#fTopAdres {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 60px;
}
/* line 40, ../sass/all/footer.scss */
#fTopAdres p {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 18px;
  line-height: 1.7;
  margin-right: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 50, ../sass/all/footer.scss */
#fTopAdres p:nth-last-child(1) {
  margin-right: 0px;
}
/* line 54, ../sass/all/footer.scss */
#fTopAdres p:nth-child(1) {
  padding-top: 40px;
}
/* line 57, ../sass/all/footer.scss */
#fTopAdres p:nth-child(1):after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
  height: 30px;
  background: url(/img/icon-011.svg) left center no-repeat, url(/img/icon-012.svg) 40px center no-repeat, url(/img/icon-013.svg) 80px center no-repeat;
  background-size: auto 30px, auto 25px, auto 25px;
}
/* line 70, ../sass/all/footer.scss */
#fTopAdres p a {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: underline;
}

/* line 79, ../sass/all/footer.scss */
#fTopCopy {
  position: relative;
  overflow: hidden;
}
/* line 83, ../sass/all/footer.scss */
#fTopCopy p {
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 93, ../sass/all/footer.scss */
  #fTop {
    padding: 5vw 0px;
  }

  /* line 98, ../sass/all/footer.scss */
  #fTopLogo a {
    font-size: 2.3vw;
  }

  /* line 103, ../sass/all/footer.scss */
  #fTopAdres {
    margin-bottom: 4vw;
    margin-top: 6vw;
  }
  /* line 107, ../sass/all/footer.scss */
  #fTopAdres p {
    font-size: 2vw;
    margin-right: 3vw;
  }

  /* line 114, ../sass/all/footer.scss */
  #fTopCopy p {
    font-size: 1.8vw;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 123, ../sass/all/footer.scss */
  #fTop {
    padding: 10vw 0px;
  }

  /* line 128, ../sass/all/footer.scss */
  #fTopLogo a {
    line-height: 20vw;
    padding-left: 16vw;
    font-size: 5vw;
    letter-spacing: 2px;
  }

  /* line 136, ../sass/all/footer.scss */
  #fTopAdres {
    margin-bottom: 5vw;
    margin-top: 5vw;
  }
  /* line 140, ../sass/all/footer.scss */
  #fTopAdres p {
    display: block;
    font-size: 5vw;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  /* line 147, ../sass/all/footer.scss */
  #fTopAdres p:nth-child(1):after {
    left: 50%;
    margin-left: -53px;
    width: 106px;
  }

  /* line 157, ../sass/all/footer.scss */
  #fTopCopy p {
    font-size: 5vw;
  }
}
/* line 1, ../sass/all/popup.scss */
.overlay, .overlay1 {
  display: none;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.4;
  background: #000;
}

/* line 15, ../sass/all/popup.scss */
.popup, .popup1 {
  display: none;
  position: fixed;
  background: #fff;
  width: 800px;
  height: 500px;
  top: 50%;
  left: 50%;
  margin: -250px 0 0 -400px;
  z-index: 9999999;
}

/* line 27, ../sass/all/popup.scss */
.FormPopUpRB {
  position: relative;
  overflow: hidden;
  float: right;
  width: 55%;
  height: inherit;
  background: url(/img/bg-03.jpg) center center no-repeat;
  background-size: cover;
}

/* line 37, ../sass/all/popup.scss */
.FormPopUpLB {
  position: relative;
  overflow: hidden;
  float: left;
  width: 45%;
  height: inherit;
  padding: 25px;
  box-sizing: border-box;
}
/* line 46, ../sass/all/popup.scss */
.FormPopUpLB .close, .FormPopUpLB .close1 {
  position: absolute;
  top: 25px;
  right: 25px;
  height: 50px;
  z-index: 9;
  cursor: pointer;
  padding-left: 36px;
  line-height: 31px;
  color: #527c7e;
  letter-spacing: 1px;
}
/* line 58, ../sass/all/popup.scss */
.FormPopUpLB .close i, .FormPopUpLB .close1 i {
  position: absolute;
  top: 15px;
  left: 0px;
  transform: rotate(45deg);
  transition: all 0.5s ease;
  height: 2px;
  width: 30px;
  background: #527c7e;
}
/* line 68, ../sass/all/popup.scss */
.FormPopUpLB .close i:nth-child(2), .FormPopUpLB .close1 i:nth-child(2) {
  transform: rotate(-45deg);
}
/* line 73, ../sass/all/popup.scss */
.FormPopUpLB .close:hover, .FormPopUpLB .close1:hover {
  opacity: 0.7;
}
/* line 76, ../sass/all/popup.scss */
.FormPopUpLB .close:hover i, .FormPopUpLB .close1:hover i {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
/* line 83, ../sass/all/popup.scss */
.FormPopUpLB img {
  position: relative;
  overflow: hidden;
  height: 30px;
  margin-bottom: 25px;
}
/* line 90, ../sass/all/popup.scss */
.FormPopUpLB form {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
/* line 96, ../sass/all/popup.scss */
.FormPopUpLB form p {
  position: relative;
  overflow: hidden;
  font-family: 'ProximaNova-Bold';
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 14px;
}
/* line 105, ../sass/all/popup.scss */
.FormPopUpLB form .text {
  display: block;
  position: relative;
  overflow: hidden;
  border: none;
  border-bottom: 1px solid #7272721a;
  color: #333;
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: 'ProximaNova-Regular';
  background: transparent;
  width: 100%;
  outline: none;
}
/* line 121, ../sass/all/popup.scss */
.FormPopUpLB form .text:focus {
  border-bottom: 1px solid #527c7e;
}
/* line 125, ../sass/all/popup.scss */
.FormPopUpLB form .text[name="yourname"], .FormPopUpLB form .text[name="yourphone"] {
  margin-bottom: 10px;
}
/* line 130, ../sass/all/popup.scss */
.FormPopUpLB form .SubmitClose {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  border: 1px solid #44474c;
  color: #44474c;
  font-family: 'ProximaNova-Bold';
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 30px;
  background: #fff;
  cursor: pointer;
  outline: none;
  transition: 0.5s ease;
}
/* line 147, ../sass/all/popup.scss */
.FormPopUpLB form .SubmitClose:hover {
  transition: 0.5s ease;
  background: #44474c;
  color: #fff;
}

/* line 157, ../sass/all/popup.scss */
.FormPopUpLB input::-webkit-input-placeholder {
  color: #0c36fb;
}

/* line 158, ../sass/all/popup.scss */
.FormPopUpLB input::-moz-placeholder {
  color: #0c36fb;
}

/* Firefox 19+ */
/* line 159, ../sass/all/popup.scss */
.FormPopUpLB input:-moz-placeholder {
  color: #0c36fb;
}

/* Firefox 18- */
/* line 160, ../sass/all/popup.scss */
.FormPopUpLB input:-ms-input-placeholder {
  color: #0c36fb;
}

@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 165, ../sass/all/popup.scss */
  .popup {
    width: 680px;
    margin: -250px 0 0 -340px;
  }

  /* line 170, ../sass/all/popup.scss */
  .FormPopUpLB {
    width: 50%;
  }

  /* line 174, ../sass/all/popup.scss */
  .FormPopUpRB {
    width: 50%;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 182, ../sass/all/popup.scss */
  .popup, .popup1 {
    width: 90vw;
    height: 150vw;
    margin: -75vw 0 0 -45vw;
  }

  /* line 188, ../sass/all/popup.scss */
  .FormPopUpRB {
    display: none;
  }

  /* line 192, ../sass/all/popup.scss */
  .FormPopUpLB {
    width: 100%;
    padding: 5vw;
  }
  /* line 196, ../sass/all/popup.scss */
  .FormPopUpLB .close, .FormPopUpLB .close1 {
    top: 3vw;
    right: 3vw;
  }
  /* line 201, ../sass/all/popup.scss */
  .FormPopUpLB img {
    display: none;
  }
  /* line 205, ../sass/all/popup.scss */
  .FormPopUpLB form {
    margin-top: 5vw;
  }
  /* line 208, ../sass/all/popup.scss */
  .FormPopUpLB form .text {
    height: 12vw;
    line-height: 12vw;
    margin-bottom: 5vw;
    font-size: 4.4vw;
    border-bottom: 1px solid #000;
  }
  /* line 216, ../sass/all/popup.scss */
  .FormPopUpLB form button {
    float: none;
    height: 15vw;
    line-height: 15vw;
    font-size: 4vw;
    padding: 0;
    width: 70%;
    margin-left: 15%;
    margin-top: 5vw;
  }
}
/* line 2, ../sass/all/footer-gal.scss */
#FooterGallery {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vw / 6);
  margin-top: 50px;
}
/* line 9, ../sass/all/footer-gal.scss */
#FooterGallery span {
  position: relative;
  overflow: hidden;
  width: calc(100% / 6);
  height: 100%;
  display: block;
  float: left;
}
/* line 17, ../sass/all/footer-gal.scss */
#FooterGallery span:nth-child(1) {
  background: url(/assets/components/gallery/connector.php?action=web/phpthumb&ctx=mgr&src=%2Fassets%2Fgallery%2F4%2F46.jpg) center center no-repeat;
  background-size: cover;
}
/* line 22, ../sass/all/footer-gal.scss */
#FooterGallery span:nth-child(2) {
  background: url(/img/FooterGallery/5455f.jpg) center center no-repeat;
  background-size: cover;
}
/* line 27, ../sass/all/footer-gal.scss */
#FooterGallery span:nth-child(3) {
  background: url(/img/FooterGallery/5350f.jpg) center center no-repeat;
  background-size: cover;
}
/* line 32, ../sass/all/footer-gal.scss */
#FooterGallery span:nth-child(4) {
  background: url(/img/FooterGallery/5374f.jpg) center center no-repeat;
  background-size: cover;
}
/* line 37, ../sass/all/footer-gal.scss */
#FooterGallery span:nth-child(5) {
  background: url(/img/FooterGallery/5442f.jpg) center center no-repeat;
  background-size: cover;
}
/* line 42, ../sass/all/footer-gal.scss */
#FooterGallery span:nth-child(6) {
  background: url(/img/FooterGallery/5290f.jpg) center center no-repeat;
  background-size: cover;
}

/* line 1, ../sass/all/aside.scss */
aside {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 9999999999;
  background: rgba(82, 124, 126, 0.95);
}
/* line 14, ../sass/all/aside.scss */
aside nav {
  position: relative;
  overflow: hidden;
  margin-top: 20vh;
  text-align: center;
}
/* line 20, ../sass/all/aside.scss */
aside nav ul {
  position: relative;
  overflow: hidden;
}
/* line 24, ../sass/all/aside.scss */
aside nav ul li {
  line-height: 1;
  margin-bottom: 47px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
/* line 31, ../sass/all/aside.scss */
aside nav ul li a {
  font-size: 45px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
/* line 43, ../sass/all/aside.scss */
aside .close {
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 3;
  cursor: pointer;
  height: 50px;
  width: 50px;
  cursor: pointer;
}
/* line 53, ../sass/all/aside.scss */
aside .close:after, aside .close:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  height: 100%;
  width: 2px;
  background: #fff;
}
/* line 65, ../sass/all/aside.scss */
aside .close:after {
  transform: rotate(-45deg);
}
/* line 68, ../sass/all/aside.scss */
aside .close:before {
  transform: rotate(45deg);
}
/* line 73, ../sass/all/aside.scss */
aside .close:hover:after, aside .close:hover:before {
  background: #fff;
}

/* line 81, ../sass/all/aside.scss */
.open {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 89, ../sass/all/aside.scss */
  aside nav {
    margin-top: 30vw;
  }
  /* line 93, ../sass/all/aside.scss */
  aside nav ul li {
    margin-bottom: 15vw;
  }
  /* line 96, ../sass/all/aside.scss */
  aside nav ul li a {
    font-size: 12vw;
  }
  /* line 103, ../sass/all/aside.scss */
  aside .close {
    top: 5vw;
    right: 5vw;
    height: 10vw;
    width: 10vw;
  }
}
/* line 1, ../sass/all/booking.scss */
#Booking {
  position: relative;
  overflow: hidden;
  background: #f81242;
  height: 50px;
  text-align: center;
}
/* line 8, ../sass/all/booking.scss */
#Booking p {
  position: relative;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-family: 'ProximaNova-Bold';
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media only screen and (min-width: 120px) and (max-width: 999px) {
  /* line 22, ../sass/all/booking.scss */
  #Booking {
    height: 40px;
  }
  /* line 25, ../sass/all/booking.scss */
  #Booking p {
    line-height: 40px;
    font-size: 14px;
  }
}

#fTopCopyPol{
  margin-bottom: 10px;
}
#fTopCopyPol a{
  color: #fff;
font-size: 14px;
text-transform: uppercase;

}
#IndexTopCon .position-relative{
  margin-bottom: 40px;
}
#IndexTopCon p{
  position: relative;
  overflow: hidden;
  display: block;
  margin-left: 54px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 18px;
/*   max-width: 1000px; */
  margin-top: 20px;
}

#IndexTopCon li{
  position: relative;
  overflow: hidden;
  display: block;
  color: #44474c;
  margin-bottom: 24px;
  font-family: 'ProximaNova-Bold';
  letter-spacing: 1px;
  font-size: 18px;
  margin-left: 100px;
}

#IndexTopCon h1{
  position: relative;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
}