@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'CormorantGaramond';
  src: url("../fonts/CormorantGaramond-Light.woff") format("woff"), url("../fonts/CormorantGaramond-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #181A1E;
  position: relative;
  min-height: 100vh;
  margin: 0;
  line-height: 1.2;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0; }
  body.loading {
    opacity: 1; }
  body::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(24, 26, 30, 0.4); }
  body::-webkit-scrollbar-thumb {
    background-color: #181A1E; }

html.menu-open,
body.menu-open {
  overflow: hidden; }

a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: inherit; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

ul, ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

body, html {
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

header, section, footer {
  width: 100%; }

svg {
  width: 100%;
  height: 100%; }

address {
  font-style: normal;
  font-family: "Montserrat", sans-serif; }

button {
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
  outline: none;
  font: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type='number'] {
  -moz-appearance: textfield; }

.slick-slide:focus {
  cursor: default !important; }

.map {
  display: block; }
  .map img {
    width: 100%;
    height: auto; }

.container {
  width: 1400px;
  margin: 0 auto; }
  @media only screen and (max-width: 1441px) {
    .container {
      width: 1200px; } }
  @media only screen and (max-width: 1280px) {
    .container {
      width: 960px; } }
  @media only screen and (max-width: 991px) {
    .container {
      width: 750px; } }
  @media only screen and (max-width: 767px) {
    .container {
      width: 100%;
      padding: 0 10px; } }

.header_1 {
  display: block;
  font-family: "CormorantGaramond", sans-serif;
  font-size: 96px;
  font-weight: 300;
  line-height: 1;
  color: #181A1E; }
  @media only screen and (max-width: 1280px) {
    .header_1 {
      font-size: 64px; } }
  @media only screen and (max-width: 991px) {
    .header_1 {
      font-size: 64px; } }
  @media only screen and (max-width: 767px) {
    .header_1 {
      font-size: 46px; } }

.header_2 {
  display: block;
  font-family: "CormorantGaramond", sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.1;
  color: #181A1E; }
  @media only screen and (max-width: 1280px) {
    .header_2 {
      font-size: 58px; } }
  @media only screen and (max-width: 991px) {
    .header_2 {
      font-size: 48px; } }
  @media only screen and (max-width: 767px) {
    .header_2 {
      font-size: 44px; } }

.header_3 {
  display: block;
  font-family: "CormorantGaramond", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.1;
  color: #181A1E; }
  @media only screen and (max-width: 1280px) {
    .header_3 {
      font-size: 48px; } }
  @media only screen and (max-width: 991px) {
    .header_3 {
      font-size: 36px; } }
  @media only screen and (max-width: 767px) {
    .header_3 {
      font-size: 34px; } }

.line {
  position: relative;
  z-index: 1;
  padding: 0 4px; }
  .line:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    height: 20px;
    width: 100%;
    background: rgba(124, 130, 143, 0.3); }
    @media only screen and (max-width: 991px) {
      .line:before {
        height: 14px; } }
    @media only screen and (max-width: 767px) {
      .line:before {
        height: 12px; } }

.button {
  position: relative;
  outline: none;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 50px;
  background: #181A1E;
  width: auto;
  max-width: 100%;
  height: 66px;
  line-height: 66px;
  padding: 0 70px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .button:hover {
    color: #181A1E;
    background: #fff;
    border: 1px solid #181A1E; }
  @media only screen and (max-width: 1280px) {
    .button {
      padding: 0 34px;
      font-size: 16px;
      height: 60px;
      line-height: 60px; } }

.button-i {
  position: relative;
  outline: none;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 50px;
  background: #fff;
  width: auto;
  max-width: 100%;
  height: 66px;
  line-height: 66px;
  padding: 0 70px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #181A1E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .button-i:hover {
    color: #fff;
    background: #181A1E;
    border: 1px solid #fff; }
  @media only screen and (max-width: 1280px) {
    .button-i {
      padding: 0 34px;
      font-size: 16px;
      height: 60px;
      line-height: 60px; } }

.button.center,
.button-invert.center {
  margin-left: auto;
  margin-right: auto; }

.text-default {
  font-size: 16px;
  line-height: 1.4;
  color: #181A1E; }
  @media only screen and (max-width: 991px) {
    .text-default {
      font-size: 16px; } }
  .text-default p {
    margin-top: 16px;
    margin-bottom: 16px; }
    .text-default p:first-child {
      margin-top: 0; }
    .text-default p:last-child {
      margin-bottom: 0; }
  .text-default a {
    color: #7C828F;
    text-decoration: underline; }
    .text-default a:hover {
      text-decoration: none; }
  .text-default ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 10px; }
    .text-default ul li:before {
      content: "";
      display: block;
      position: absolute;
      top: 7px;
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #181A1E; }
  .text-default ol li {
    margin-left: 16px; }
  .text-default blockquote {
    margin: 0;
    padding: 20px 10px 20px 20px;
    background: rgba(124, 130, 143, 0.3);
    border-left: 5px solid #181A1E; }
  .text-default h1 {
    display: block;
    font-family: "CormorantGaramond", sans-serif;
    font-size: 76px;
    font-weight: 300;
    line-height: 1;
    color: #181A1E; }
    @media only screen and (max-width: 1280px) {
      .text-default h1 {
        font-size: 68px; } }
    @media only screen and (max-width: 991px) {
      .text-default h1 {
        font-size: 54px; } }
    @media only screen and (max-width: 767px) {
      .text-default h1 {
        font-size: 46px; } }
  .text-default h2 {
    display: block;
    font-family: "CormorantGaramond", sans-serif;
    font-size: 64px;
    font-weight: 300;
    line-height: 1.1;
    color: #181A1E;
    margin: 20px 0; }
    @media only screen and (max-width: 1280px) {
      .text-default h2 {
        font-size: 58px; } }
    @media only screen and (max-width: 991px) {
      .text-default h2 {
        font-size: 48px; } }
    @media only screen and (max-width: 767px) {
      .text-default h2 {
        font-size: 44px; } }
  .text-default h3 {
    display: block;
    font-family: "CormorantGaramond", sans-serif;
    font-size: 50px;
    font-weight: 300;
    line-height: 1.1;
    color: #181A1E;
    margin: 20px 0; }
    @media only screen and (max-width: 1280px) {
      .text-default h3 {
        font-size: 48px; } }
    @media only screen and (max-width: 991px) {
      .text-default h3 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .text-default h3 {
        font-size: 34px; } }
  .text-default table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px; }
    .text-default table p {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
  .text-default tr:nth-child(2n) {
    background: rgba(124, 130, 143, 0.2); }
  .text-default tr:nth-child(1) td {
    font-weight: 700; }
  .text-default td {
    border: 1px solid #181A1E;
    padding: 10px; }

.image-wrapper {
  font-size: 0;
  line-height: 0; }

.arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 20px;
  z-index: 4; }

.slick-dots {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 30px; }
  .slick-dots li {
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .slick-dots li {
        margin-right: 12px; } }
    .slick-dots li.slick-active button {
      opacity: 1; }
  .slick-dots button {
    display: block;
    padding: 0;
    font-size: 15px;
    opacity: 0.4; }

.select-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 14px;
  cursor: pointer; }
  .select-wrapper.last {
    margin-bottom: 0; }
  .select-wrapper .select-button {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    color: #181A1E;
    font-family: "Montserrat", sans-serif;
    padding: 0px 20px;
    background: transparent;
    border: 1px solid #181A1E;
    border-radius: 30px; }
    .select-wrapper .select-button.active .select-button__arrow {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .select-wrapper .select-button__text {
    font-size: 18px;
    font-weight: 600;
    color: rgba(24, 26, 30, 0.5); }
  .select-wrapper .select-button__arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 14px;
    height: 14px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .select-wrapper .select-list {
    display: none;
    width: 100%;
    position: absolute;
    top: 60px;
    z-index: 2;
    overflow: hidden; }
  .select-wrapper .select-item {
    border-bottom: 1px solid #181A1E; }
    .select-wrapper .select-item a {
      display: block;
      padding: 10px 18px;
      font-weight: 500;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.8);
      background: #181A1E;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .select-wrapper .select-item a:hover {
        background: #4D4D4D; }

.form-item {
  position: relative;
  width: 100%;
  margin-bottom: 14px; }
  @media only screen and (max-width: 991px) {
    .form-item {
      margin-bottom: 10px; } }
  .form-item.last {
    margin-bottom: 0; }
  .form-item input {
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    color: #181A1E;
    font-family: "Montserrat", sans-serif;
    padding: 0px 20px;
    background: transparent;
    border: 1px solid #181A1E;
    border-radius: 30px;
    text-transform: uppercase; }
    .form-item input::-webkit-input-placeholder {
      color: rgba(24, 26, 30, 0.5); }
    .form-item input::-moz-placeholder {
      color: rgba(24, 26, 30, 0.5); }
    .form-item input:-ms-input-placeholder {
      color: rgba(24, 26, 30, 0.5); }
    .form-item input:-moz-placeholder {
      color: rgba(24, 26, 30, 0.5); }
    @media only screen and (max-width: 767px) {
      .form-item input {
        font-size: 14px; } }
  .form-item input.error::-webkit-input-placeholder {
    color: red !important; }
  .form-item input.error::-moz-placeholder {
    color: red !important; }
  .form-item input.error:-ms-input-placeholder {
    color: red !important; }
  .form-item input.error:-moz-placeholder {
    color: red !important; }
  @media only screen and (max-width: 767px) {
    .form-item input.error {
      font-size: 14px; } }
  .form-item textarea {
    border: none;
    outline: none;
    resize: none;
    width: 100%;
    height: 130px;
    font-size: 14px;
    color: #181A1E;
    font-family: "Montserrat", sans-serif;
    padding: 0px 20px;
    background: transparent;
    border: 1px solid #181A1E; }
    .form-item textarea::-webkit-input-placeholder {
      color: rgba(24, 26, 30, 0.5); }
    .form-item textarea::-moz-placeholder {
      color: rgba(24, 26, 30, 0.5); }
    .form-item textarea:-ms-input-placeholder {
      color: rgba(24, 26, 30, 0.5); }
    .form-item textarea:-moz-placeholder {
      color: rgba(24, 26, 30, 0.5); }
  .form-item label {
    position: absolute;
    left: 20px;
    top: 17px;
    z-index: 2;
    display: block;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.form-note {
  position: relative;
  display: block;
  margin-top: 14px; }
  .form-note input {
    display: none; }
    .form-note input:checked + .custom-checkbox::after {
      display: block; }
  .form-note .custom-checkbox {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    border: 1px solid #7C828F;
    border-radius: 50%;
    cursor: pointer; }
    .form-note .custom-checkbox::after {
      content: "";
      display: none;
      width: 8px;
      height: 8px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: #7C828F;
      border-radius: 50%; }
  .form-note .form-note-text {
    display: inline-block;
    padding-left: 24px;
    font-size: 12px;
    font-weight: 300;
    color: #181A1E; }
    .form-note .form-note-text a {
      color: #7C828F;
      text-decoration: underline; }

.scroll-top {
  position: fixed;
  z-index: 30;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #181A1E;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .scroll-top.active {
    display: block; }
  .scroll-top svg {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .scroll-top:hover {
    background: #181A1E; }
    .scroll-top:hover svg {
      fill: #fff; }

.paginations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    .paginations {
      font-size: 14px; } }
  .paginations .page-arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #181A1E;
    border-radius: 50%; }
    .paginations .page-arrow.right {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      margin-left: 14px; }
    .paginations .page-arrow.left {
      margin-left: 38px; }
      @media only screen and (max-width: 767px) {
        .paginations .page-arrow.left {
          margin-left: 28px; } }
    .paginations .page-arrow svg {
      width: 10px;
      height: 20px;
      stroke: #181A1E; }
  .paginations .pagination-block {
    display: block;
    position: relative;
    margin: 0 8px;
    width: 40px;
    background: #fff; }
    .paginations .pagination-block.active .page-current {
      border-bottom: 1px solid transparent; }
    .paginations .pagination-block.active .page-wrap {
      display: block;
      border-top: 1px solid transparent; }
  .paginations .page-current {
    display: block;
    width: 100%;
    position: relative;
    padding: 6px 20px 6px 10px;
    border: 1px solid #181A1E;
    cursor: pointer; }
    .paginations .page-current:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 6px solid #181A1E;
      position: absolute;
      top: 50%;
      right: 4px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .paginations .page-wrap {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    border: 1px solid #181A1E; }
  .paginations .pagination-number {
    display: block;
    text-align: center;
    padding: 0px 20px 0px 10px;
    margin-bottom: 4px; }
    .paginations .pagination-number.active {
      opacity: 0.4; }

[data-scroll] {
  opacity: 0;
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s; }
  [data-scroll].scrolled {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
  @media only screen and (max-width: 767px) {
    [data-scroll] {
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
      -webkit-transition-delay: 0s !important;
           -o-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.disabled {
  display: none !important; }

.animation-top {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px); }

.animation-left {
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px); }

.animation-resolve {
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

.delay-100 {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.delay-200 {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s; }

.delay-300 {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s; }

.delay-400 {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s; }

.delay-500 {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s; }

.delay-600 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s; }

.delay-700 {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s; }

.delay-800 {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s; }

.delay-900 {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s; }

.delay-1000 {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s; }

.delay-1100 {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s; }

.delay-1200 {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s; }

.delay-1300 {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s; }

.delay-1400 {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s; }

.delay-1500 {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s; }

.delay-1600 {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s; }

.delay-1700 {
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s; }

.delay-1800 {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s; }

.delay-1900 {
  -webkit-transition-delay: 1.9s;
       -o-transition-delay: 1.9s;
          transition-delay: 1.9s; }

.delay-2000 {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s; }

.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45); }

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal; }

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0; }

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5; }

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0%,
  100% {
    left: 0; }
  50% {
    left: -30px; } }

@keyframes lg-right-end {
  0%,
  100% {
    left: 0; }
  50% {
    left: -30px; } }

@-webkit-keyframes lg-left-end {
  0%,
  100% {
    left: 0; }
  50% {
    left: 30px; } }

@keyframes lg-left-end {
  0%,
  100% {
    left: 0; }
  50% {
    left: 30px; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease; } }

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/vimeo-play.png) no-repeat; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/vimeo-play.png) 0 -58px no-repeat; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../images/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/youtube-play.png) no-repeat; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/youtube-play.png) 0 -60px no-repeat; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: .5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
  transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s, transform .15s ease 0s;
  transition: opacity .15s ease 0s, transform .15s ease 0s;
  transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  -webkit-transition: -webkit-box-shadow .3s ease 0s;
  transition: -webkit-box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  -webkit-box-shadow: 0 0 0 8px #fff inset;
          box-shadow: 0 0 0 8px #fff inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  transition: visibility 0s linear .18s, opacity .18s linear 0s; }

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  -webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
  transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
  -o-transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0; }

.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url(../images/loading.gif) center center no-repeat;
  display: none !important; }

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important; }

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list,
.slick-track {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track {
  position: relative;
  top: 0;
  left: 0; }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-arrow {
  padding: 0; }
  .slick-arrow:focus {
    outline: none; }

.slick__arrow.slick-hidden {
  display: none; }

.slick-slide {
  float: left;
  min-height: 1px; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide:focus {
    outline: none;
    cursor: move; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide > img {
    display: block; }
  .slick-slide.dragging > img {
    pointer-events: none; }

.slick-dots button:focus {
  outline: none; }

.home-page .header {
  position: absolute;
  z-index: 33;
  background: transparent; }

.header {
  position: relative;
  background: rgba(24, 26, 30, 0.9);
  padding-bottom: 40px; }
  .header .header-top {
    width: 100%;
    overflow: hidden; }
    .header .header-top .content {
      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;
      padding: 40px 0; }
      @media only screen and (max-width: 991px) {
        .header .header-top .content {
          border-bottom: none; } }
    .header .header-top .logo {
      display: block;
      width: 150px; }
      .header .header-top .logo img {
        width: 100%; }
    .header .header-top .address {
      width: 244px;
      margin-left: 20px;
      margin-right: auto;
      color: #fff;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .header .header-top .address:hover {
        color: #7C828F; }
    .header .header-top .socials {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: 40px; }
    .header .header-top .social {
      margin-right: 20px;
      display: block;
      width: 54px;
      height: 54px;
      border: 1px solid #fff;
      border-radius: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .header .header-top .social:hover {
        border: 1px solid #7C828F; }
        .header .header-top .social:hover .social-icon {
          fill: #7C828F; }
      .header .header-top .social:last-child {
        margin-right: 0; }
    .header .header-top .social-icon {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 16px;
      height: 16px;
      fill: #fff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .header .header-top .phone {
      color: #fff;
      margin-right: auto; }
    .header .header-top .phone-link {
      display: block;
      font-size: 16px;
      font-weight: 600;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .header .header-top .phone-link:hover {
        color: #7C828F; }
    .header .header-top .phone-text {
      display: block;
      font-weight: 400;
      font-size: 16px; }
    .header .header-top .button {
      padding: 0 40px; }
    .header .header-top .menu__toggle {
      display: none; }
  .header .header-bottom {
    width: 100%; }
    .header .header-bottom .content {
      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; }
    .header .header-bottom .menu-list {
      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; }
    .header .header-bottom .menu-list > .menu-item {
      position: relative;
      margin-right: 40px; }
      .header .header-bottom .menu-list > .menu-item:last-child {
        margin-right: 0; }
      .header .header-bottom .menu-list > .menu-item:hover > a {
        color: #7C828F; }
      .header .header-bottom .menu-list > .menu-item:hover ul {
        display: block; }
      .header .header-bottom .menu-list > .menu-item:hover .arrow {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0); }
      .header .header-bottom .menu-list > .menu-item.active a::after {
        opacity: 1; }
      .header .header-bottom .menu-list > .menu-item > a {
        position: relative;
        z-index: 1;
        display: block;
        font-weight: 300;
        font-size: 18px;
        padding: 0 4px;
        color: #fff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .header .header-bottom .menu-list > .menu-item > a::after {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          left: 0;
          bottom: 2px;
          width: 100%;
          height: 6px;
          background: #7C828F;
          opacity: 0;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .header .header-bottom .menu-list > .menu-item > a .arrow {
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 8px;
          height: 8px;
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg);
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .header .header-bottom .menu-list > .menu-item > a .arrow svg {
            fill: #fff; }
    .header .header-bottom .menu-list__inner {
      display: none;
      position: absolute;
      z-index: 12;
      top: calc(100% + 20px);
      width: 270px;
      background: #fff;
      padding: 25px 20px;
      border: 1px solid #181A1E; }
      .header .header-bottom .menu-list__inner > .menu-item {
        margin-bottom: 15px; }
        .header .header-bottom .menu-list__inner > .menu-item:last-child {
          margin-bottom: 0; }
        .header .header-bottom .menu-list__inner > .menu-item > a {
          font-size: 14px;
          font-weight: 400;
          text-transform: uppercase;
          border-bottom: 1px solid transparent;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .header .header-bottom .menu-list__inner > .menu-item > a:hover {
            color: #7C828F;
            border-bottom: 1px solid #7C828F; }
        .header .header-bottom .menu-list__inner > .menu-item.active a {
          color: #7C828F;
          border-bottom: 1px solid #7C828F; }
      .header .header-bottom .menu-list__inner::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 100%;
        width: 100%;
        height: 20px; }
  @media only screen and (max-width: 1280px) {
    .header .header-top .content {
      padding: 24px 0; }
    .header .header-top .address {
      font-size: 15px; }
    .header .header-top .social {
      width: 50px;
      height: 50px; }
    .header .header-top .social-icon {
      width: 18px;
      height: 18px; }
    .header .header-top .phone-link {
      font-size: 15px; }
    .header .header-top .phone-text {
      font-size: 15px; }
    .header .header-top .button {
      padding: 0 36px;
      font-size: 16px; }
    .header .header-bottom .menu-list > .menu-item {
      margin-right: 26px; }
      .header .header-bottom .menu-list > .menu-item > a {
        font-size: 16px; } }
  @media only screen and (max-width: 991px) {
    .header {
      padding-bottom: 0; }
      .header .header-bottom {
        display: none; }
      .header .header-top .content {
        padding: 12px 0; }
      .header .header-top .socials,
      .header .header-top .address,
      .header .header-top .button {
        display: none; }
      .header .header-top .phone {
        margin-left: auto;
        margin-right: auto; }
      .header .header-top .phone-link {
        font-size: 14px; }
      .header .header-top .phone-text {
        font-size: 10px; }
      .header .header-top .menu__toggle {
        position: relative;
        z-index: 30;
        display: block;
        width: 22px;
        height: 14px;
        cursor: pointer; }
        .header .header-top .menu__toggle span {
          display: block;
          width: 100%;
          height: 2px;
          border-radius: 1px;
          background: #fff;
          position: absolute;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transform: rotate(0) translate(0, 0);
              -ms-transform: rotate(0) translate(0, 0);
                  transform: rotate(0) translate(0, 0); }
          .header .header-top .menu__toggle span:nth-child(1) {
            top: 0;
            left: 0; }
          .header .header-top .menu__toggle span:nth-child(2) {
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            opacity: 1; }
          .header .header-top .menu__toggle span:nth-child(3) {
            bottom: 0;
            left: 0; }
        .header .header-top .menu__toggle.active span:nth-child(1) {
          -webkit-transform: rotate(45deg) translate(-50%, -50%);
              -ms-transform: rotate(45deg) translate(-50%, -50%);
                  transform: rotate(45deg) translate(-50%, -50%);
          -webkit-transform-origin: top left;
              -ms-transform-origin: top left;
                  transform-origin: top left;
          left: 50%;
          top: 50%; }
        .header .header-top .menu__toggle.active span:nth-child(2) {
          left: 100%;
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0);
          opacity: 0; }
        .header .header-top .menu__toggle.active span:nth-child(3) {
          -webkit-transform: rotate(-45deg) translate(-50%, 50%);
              -ms-transform: rotate(-45deg) translate(-50%, 50%);
                  transform: rotate(-45deg) translate(-50%, 50%);
          -webkit-transform-origin: bottom left;
              -ms-transform-origin: bottom left;
                  transform-origin: bottom left;
          left: 50%;
          bottom: 50%; } }
  @media only screen and (max-width: 375px) {
    .header .header-top .logo {
      width: 110px; } }

.menu-mobile {
  display: none; }
  @media only screen and (max-width: 1280px) {
    .menu-mobile {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      height: 100vh;
      overflow-x: hidden;
      overflow-y: auto;
      z-index: 20;
      padding: 72px 10px 0;
      background: #181A1E;
      -webkit-transform: translate3d(10%, 0%, 0);
              transform: translate3d(10%, 0%, 0);
      -webkit-transition: opacity .3s,-webkit-transform .4s;
      transition: opacity .3s,-webkit-transform .4s;
      -o-transition: transform .4s,opacity .3s;
      transition: transform .4s,opacity .3s;
      transition: transform .4s,opacity .3s,-webkit-transform .4s;
      will-change: transform;
      opacity: 0; }
      .menu-mobile.display {
        display: block; }
      .menu-mobile.active {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        opacity: 1; }
      .menu-mobile .menu-list {
        margin-bottom: 40px; }
      .menu-mobile .menu-item {
        margin-bottom: 10px; }
        .menu-mobile .menu-item:last-child {
          margin-bottom: 0; }
        .menu-mobile .menu-item.active > a {
          color: #7C828F; }
        .menu-mobile .menu-item.active ul {
          display: block; }
        .menu-mobile .menu-item.active .arrow {
          -webkit-transform: rotate(0);
              -ms-transform: rotate(0);
                  transform: rotate(0); }
        .menu-mobile .menu-item.open .arrow {
          -webkit-transform: rotate(0);
              -ms-transform: rotate(0);
                  transform: rotate(0); }
        .menu-mobile .menu-item a {
          font-weight: 700;
          font-size: 18px;
          color: #fff; }
        .menu-mobile .menu-item ul {
          display: none;
          padding: 15px 0 15px; }
          .menu-mobile .menu-item ul > li {
            margin-bottom: 10px; }
            .menu-mobile .menu-item ul > li:last-child {
              margin-bottom: 0; }
            .menu-mobile .menu-item ul > li > a {
              padding: 0 10px;
              font-size: 14px;
              font-weight: 400;
              text-transform: uppercase;
              -webkit-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s; }
              .menu-mobile .menu-item ul > li > a:hover {
                color: #7C828F; }
            .menu-mobile .menu-item ul > li.active > a {
              color: #7C828F; }
      .menu-mobile .arrow {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 8px;
        height: 8px;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .menu-mobile .arrow svg {
          fill: #fff; }
      .menu-mobile .address {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
        margin-right: auto; }
      .menu-mobile .address-icon {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 20px;
        height: 24px; }
        .menu-mobile .address-icon svg {
          fill: #fff; }
      .menu-mobile .address-text {
        font-size: 14px;
        color: #fff; }
      .menu-mobile .phone {
        color: #fff;
        margin-bottom: 30px; }
      .menu-mobile .phone-link {
        display: block;
        font-size: 16px;
        font-weight: 800;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        .menu-mobile .phone-link:hover {
          color: #7C828F; }
      .menu-mobile .phone-text {
        display: block;
        font-weight: 300;
        font-size: 12px; }
      .menu-mobile .socials {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px; }
      .menu-mobile .social {
        margin-right: 20px;
        display: block;
        width: 66px;
        height: 66px;
        border: 1px solid #fff;
        border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .menu-mobile .social:hover {
          border: 1px solid #7C828F; }
          .menu-mobile .social:hover .social-icon {
            fill: #7C828F; }
        .menu-mobile .social:last-child {
          margin-right: 0; }
      .menu-mobile .social-icon {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 22px;
        height: 22px;
        fill: #fff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; } }

.heroimage {
  position: relative;
  z-index: 32;
  background: #181A1E; }
  .heroimage .content {
    position: relative;
    z-index: 2;
    padding-top: 323px;
    padding-bottom: 220px; }
  .heroimage .image {
    position: absolute;
    top: 0;
    right: 0;
    width: 640px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px 0px 0px 20px; }
  .heroimage .header_1 {
    color: #fff; }
    .heroimage .header_1 span {
      position: relative;
      padding: 0 6px;
      font-weight: 400; }
      .heroimage .header_1 span::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: -4px;
        width: 100%;
        height: 56px;
        background: rgba(124, 130, 143, 0.9); }
  .heroimage .subtitle {
    font-size: 20px;
    margin-top: 20px;
    color: #fff; }
  .heroimage .button-i {
    margin-top: 50px; }
  .heroimage .list {
    position: absolute;
    bottom: 0px;
    width: 100%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    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; }
  .heroimage .item {
    width: 33.33%;
    margin-right: 20px;
    padding: 50px 70px;
    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;
    background: #FFFFFF;
    -webkit-box-shadow: 0px -4px 50px rgba(24, 26, 30, 0.1);
            box-shadow: 0px -4px 50px rgba(24, 26, 30, 0.1);
    border-radius: 20px; }
    .heroimage .item:last-child {
      margin-right: 0;
      margin-bottom: 0; }
  .heroimage .item-icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 20px; }
  .heroimage .item-text {
    font-size: 24px; }
  @media only screen and (max-width: 1441px) {
    .heroimage .content {
      padding-top: 290px;
      padding-bottom: 170px; }
    .heroimage .item {
      padding: 36px 38px; } }
  @media only screen and (max-width: 1280px) {
    .heroimage .content {
      padding-top: 250px;
      padding-bottom: 140px; }
    .heroimage .subtitle {
      font-size: 18px; }
    .heroimage .image {
      width: 520px; }
    .heroimage .item {
      padding: 30px; }
    .heroimage .item-icon {
      margin-right: 14px; }
      .heroimage .item-icon img {
        width: 40px; }
    .heroimage .item-text {
      font-size: 18px; } }
  @media only screen and (max-width: 991px) {
    .heroimage .content {
      padding-top: 200px;
      padding-bottom: 80px; }
    .heroimage::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(24, 26, 30, 0.6); }
    .heroimage .image {
      width: 100%; }
    .heroimage .list {
      width: 100%;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      position: relative;
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0);
      bottom: 0;
      margin-top: 100px;
      padding: 0px; }
    .heroimage .item {
      width: 100%;
      padding: 20px;
      margin-bottom: 20px;
      margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .heroimage .header_1 br {
      display: none; }
    .heroimage .content {
      padding-top: 160px; }
    .heroimage .subtitle {
      font-size: 16px; }
    .heroimage .item {
      padding: 10px 20px;
      margin-bottom: 14px; }
    .heroimage .item-text {
      font-size: 16px; }
      .heroimage .item-text br {
        display: none; } }

.about {
  padding: 180px 0 330px;
  background-image: url("/app/images/about.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .about .content {
    max-width: 770px;
    margin: 0 auto; }
  .about .subtitle {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .about .header_2 {
    margin-bottom: 30px;
    text-align: center; }
  .about .description {
    text-align: center;
    font-size: 18px; }
  @media only screen and (max-width: 991px) {
    .about {
      padding: 80px 0 260px; }
      .about .subtitle {
        font-size: 11px; }
      .about .description {
        font-size: 16px; } }

.services {
  background: #181A1E;
  -webkit-box-shadow: 0px -4px 50px rgba(24, 26, 30, 0.1);
          box-shadow: 0px -4px 50px rgba(24, 26, 30, 0.1);
  border-radius: 50px 50px 0px 0px;
  padding: 100px 0;
  margin-bottom: 100px;
  margin-top: -130px; }
  .services .subtitle {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px; }
  .services .header_2 {
    color: #fff;
    margin-bottom: 50px; }
  .services .list {
    margin: -30px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .services .item {
    width: 33.33%;
    padding: 30px 174px 30px 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .services .item-icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 40px;
    margin-top: -2px;
    margin-right: 20px; }
    .services .item-icon img {
      width: 100%; }
  .services .item-text {
    font-size: 18px;
    color: #fff; }
  @media only screen and (max-width: 1441px) {
    .services .item {
      padding: 30px 100px 30px 0; } }
  @media only screen and (max-width: 1280px) {
    .services .list {
      margin: -20px 0px; }
    .services .item {
      padding: 20px 50px 20px 0; }
    .services .item-text {
      font-size: 16px; } }
  @media only screen and (max-width: 991px) {
    .services {
      margin-top: -120px;
      margin-bottom: 80px;
      padding: 80px 0;
      border-radius: 30px 30px 0px 0px; }
      .services .item {
        width: 50%; }
      .services .item-icon {
        width: 36px; } }
  @media only screen and (max-width: 767px) {
    .services {
      border-radius: 20px 20px 0px 0px;
      text-align: center; }
      .services .list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: -10px 0px; }
      .services .item {
        width: 50%;
        padding: 10px 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .services .item-icon {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 10px;
        width: 30px; }
      .services .item-text {
        font-size: 14px; } }

.rooms {
  margin-bottom: 100px; }
  .rooms .content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .rooms .col-left {
    padding-right: 114px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .rooms .subtitle {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .rooms .header_2 {
    margin-bottom: 50px; }
  .rooms .list-tab {
    border-left: 1px solid rgba(24, 26, 30, 0.5); }
  .rooms .item-tab {
    position: relative;
    padding: 22px 40px; }
    .rooms .item-tab::before {
      content: "";
      display: block;
      position: absolute;
      left: -1px;
      top: 0;
      width: 3px;
      height: 100%;
      background: #181A1E;
      opacity: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .rooms .item-tab.active .tab, .rooms .item-tab:hover .tab {
      opacity: 1; }
    .rooms .item-tab.active::before, .rooms .item-tab:hover::before {
      opacity: 1; }
  .rooms .tab {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    opacity: 0.4;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .rooms .block-info {
    width: 100%;
    padding: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #181A1E;
    -webkit-box-shadow: 0px -4px 50px rgba(24, 26, 30, 0.1);
            box-shadow: 0px -4px 50px rgba(24, 26, 30, 0.1);
    border-radius: 20px;
    margin-top: 145px; }
  .rooms .block-info__icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 44px;
    height: 44px;
    margin-right: 20px; }
  .rooms .col-right {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 800px; }
  .rooms .result-header {
    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;
    margin-bottom: 50px;
    padding: 5px 5px 5px 40px;
    -webkit-box-shadow: inset 0px -4px 20px rgba(24, 26, 30, 0.05);
            box-shadow: inset 0px -4px 20px rgba(24, 26, 30, 0.05);
    border-radius: 50px; }
  .rooms .result-text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .rooms .result-title {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-right: 20px; }
  .rooms .result-count {
    font-weight: 400;
    font-size: 18px;
    margin-right: 20px; }
  .rooms .button {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .rooms .slider-wrap {
    position: relative; }
    .rooms .slider-wrap .image-wrapper {
      width: 750px;
      height: 470px;
      background: rgba(24, 26, 30, 0.1);
      border-radius: 20px; }
      .rooms .slider-wrap .image-wrapper img {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        -o-object-fit: cover;
           object-fit: cover; }
  .rooms .link-more {
    position: absolute;
    right: 60px;
    bottom: 30px;
    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;
    cursor: pointer; }
    .rooms .link-more:hover .link-more__icon {
      border: 1px solid #fff;
      background: #fff; }
      .rooms .link-more:hover .link-more__icon svg {
        fill: #181A1E; }
  .rooms .link-more__text {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2em;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
            font-feature-settings: 'pnum' on, 'lnum' on;
    color: #fff;
    text-transform: uppercase; }
  .rooms .link-more__icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48px;
    height: 48px;
    margin-left: 20px;
    border: 1px solid #181A1E;
    background: #181A1E;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    .rooms .link-more__icon svg {
      width: 16px;
      height: 16px;
      fill: #fff;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
  .rooms .slider-navbar {
    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;
    margin-top: 16px; }
    .rooms .slider-navbar .arrow-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .rooms .slider-navbar .arrow {
      width: 18px;
      height: 18px;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .rooms .slider-navbar .arrow.prev {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg);
        margin-right: 10px; }
      .rooms .slider-navbar .arrow:hover {
        fill: #7C828F; }
    .rooms .slider-navbar .arrow-number {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 20px; }
    .rooms .slider-navbar .progress-bar-wrapper {
      margin-right: 20px; }
    .rooms .slider-navbar .number {
      letter-spacing: 2px;
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase; }
  .rooms .progress-bar-wrapper {
    width: 100%;
    height: 3px;
    position: relative;
    overflow: hidden;
    background-color: transparent; }
    .rooms .progress-bar-wrapper:after {
      position: absolute;
      top: 1px;
      height: 1px;
      width: 100%;
      background-color: rgba(24, 26, 30, 0.5);
      content: ''; }
    .rooms .progress-bar-wrapper span {
      position: absolute;
      left: 0;
      top: 0px;
      height: 3px;
      width: 100%;
      background-color: #181A1E;
      z-index: 2;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      will-change: transform; }
  .rooms .button-mob {
    display: none; }
  @media only screen and (max-width: 1441px) {
    .rooms .col-left {
      padding-right: 70px; }
    .rooms .col-right {
      width: 700px; } }
  @media only screen and (max-width: 1280px) {
    .rooms .subtitle {
      font-size: 14px; }
    .rooms .item-tab {
      padding: 16px 30px; }
    .rooms .tab {
      font-size: 16px; }
    .rooms .block-info {
      margin-top: 90px;
      padding: 30px; }
    .rooms .col-right {
      width: 540px; }
    .rooms .result-header {
      padding: 5px 5px 5px 30px; }
    .rooms .result-title {
      font-size: 16px; }
    .rooms .result-count {
      font-size: 16px; }
    .rooms .slider-wrap .image-wrapper {
      height: 350px; }
    .rooms .link-more {
      right: 20px;
      bottom: 20px; } }
  @media only screen and (max-width: 991px) {
    .rooms {
      margin-bottom: 80px; }
      .rooms .content {
        position: relative;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding-bottom: 120px; }
      .rooms .col-left {
        width: 100%;
        padding-right: 0; }
      .rooms .header_2 {
        margin-bottom: 20px; }
      .rooms .subtitle {
        font-size: 12px;
        margin-bottom: 6px; }
      .rooms .list-tab {
        border-left: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -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;
        margin-bottom: 20px; }
      .rooms .item-tab {
        padding: 0 8px;
        width: 25%;
        margin-bottom: 0; }
        .rooms .item-tab:last-child {
          margin-bottom: 0; }
        .rooms .item-tab::before {
          display: none; }
        .rooms .item-tab.active .tab {
          text-decoration: none; }
      .rooms .tab {
        text-decoration: underline; }
      .rooms .block-info {
        position: absolute;
        bottom: 0;
        width: 100%;
        line-height: 1.3;
        margin-top: 0; }
      .rooms .col-right {
        width: 100%;
        margin-top: 20px; }
      .rooms .link-more {
        right: 20px;
        bottom: 20px; }
      .rooms .slider-wrap .image-wrapper {
        height: 50vw; }
      .rooms .result-header {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .rooms .button-desc {
        display: none; }
      .rooms .button-mob {
        display: block;
        margin-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .rooms .item-tab {
      padding: 8px 4px;
      width: 50%; }
    .rooms .tab {
      font-size: 14px;
      text-align: left; }
    .rooms .block-info {
      padding: 18px; }
    .rooms .block-info__text {
      font-size: 14px; }
    .rooms .result-text-wrap {
      width: 100%; }
    .rooms .result-title {
      width: 100%; }
    .rooms .slider-wrap .image-wrapper {
      height: 64vw; }
    .rooms .slider-navbar .number {
      font-size: 16px; }
    .rooms .link-more__text {
      font-size: 12px; }
    .rooms .link-more__icon {
      width: 40px;
      height: 40px; } }

.form-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px; }
  .form-desc .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .form-desc .image-wrapper {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 486px;
    margin-right: 20px; }
    .form-desc .image-wrapper img {
      width: 100%;
      height: 100%;
      border-radius: 20px;
      -o-object-fit: cover;
         object-fit: cover; }
  .form-desc .form {
    padding: 60px 90px;
    background: #181A1E;
    border-radius: 20px; }
  .form-desc .subtitle {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .form-desc .header_3 {
    color: #fff;
    margin-bottom: 34px; }
  .form-desc .form-item__wrap {
    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;
    margin-bottom: 30px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.1)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-box-shadow: inset 0px -4px 20px rgba(24, 26, 30, 0.05);
            box-shadow: inset 0px -4px 20px rgba(24, 26, 30, 0.05);
    border-radius: 50px;
    padding: 5px 5px 5px 40px; }
  .form-desc .form-item {
    width: 49%; }
    .form-desc .form-item input {
      height: 100%;
      border: none;
      color: #fff; }
      .form-desc .form-item input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.8); }
      .form-desc .form-item input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.8); }
      .form-desc .form-item input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.8); }
      .form-desc .form-item input:-moz-placeholder {
        color: rgba(255, 255, 255, 0.8); }
  .form-desc .form-note-text {
    color: #fff; }
  @media only screen and (max-width: 1441px) {
    .form-desc .form {
      padding: 40px 60px; }
    .form-desc .image-wrapper {
      width: 430px; } }
  @media only screen and (max-width: 1280px) {
    .form-desc .form {
      padding: 40px; }
    .form-desc .image-wrapper {
      width: 352px; } }
  @media only screen and (max-width: 991px) {
    .form-desc {
      margin-bottom: 80px; }
      .form-desc .content {
        position: relative; }
      .form-desc .image-wrapper {
        display: none; }
      .form-desc .form {
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .form-desc .form {
      padding: 40px 16px; }
    .form-desc .form-item__wrap {
      padding: 5px 5px 5px 10px; }
    .form-desc .form-item__wrap {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 0;
      background: transparent; }
    .form-desc .form-item {
      width: 100%;
      margin-bottom: 20px; }
      .form-desc .form-item input {
        height: 60px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.1)));
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
        -webkit-box-shadow: inset 0px -4px 20px rgba(24, 26, 30, 0.05);
                box-shadow: inset 0px -4px 20px rgba(24, 26, 30, 0.05); }
    .form-desc .button-i {
      width: 100%; } }

.informations {
  margin-bottom: 130px; }
  .informations .subtitle {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .informations .header_2 {
    margin-bottom: 40px; }
  .informations .row-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .informations .row-top .image-wrapper {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 50%; }
      .informations .row-top .image-wrapper img {
        width: 100%; }
    .informations .row-top .text-wrapper {
      padding-right: 80px; }
    .informations .row-top .text-default {
      font-size: 18px; }
  .informations .image-content {
    margin: 100px 0;
    width: 100%; }
  .informations .row-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .informations .row-bottom .text-wrapper {
      padding-left: 80px; }
    .informations .row-bottom .image-wrapper {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 50%; }
      .informations .row-bottom .image-wrapper img {
        width: 100%; }
    .informations .row-bottom .text-default {
      font-size: 18px; }
  @media only screen and (max-width: 1441px) {
    .informations .row-top .text-wrapper {
      padding-right: 60px; }
    .informations .row-bottom .text-wrapper {
      padding-left: 60px; } }
  @media only screen and (max-width: 1280px) {
    .informations .header_2 {
      margin-bottom: 20px; }
    .informations .row-top .text-default {
      font-size: 16px; }
    .informations .image-content {
      margin: 80px 0; }
    .informations .row-bottom .text-default {
      font-size: 16px; } }
  @media only screen and (max-width: 991px) {
    .informations {
      margin-bottom: 80px; }
      .informations .row-top {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .informations .row-top .image-wrapper {
          width: 100%; }
        .informations .row-top .text-wrapper {
          margin-bottom: 30px;
          padding-right: 0; }
      .informations .image-content {
        height: 40vw;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 14px;
        margin: 60px 0 80px; }
      .informations .row-bottom {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .informations .row-bottom .image-wrapper {
          width: 100%; }
        .informations .row-bottom .text-wrapper {
          -webkit-box-ordinal-group: 0;
          -webkit-order: -1;
              -ms-flex-order: -1;
                  order: -1;
          margin-bottom: 30px;
          padding-left: 0; } }

.main {
  margin-top: 40px;
  margin-bottom: 120px;
  min-height: 32vh; }
  .main.gallery .content {
    width: 100%; }
  .main .content {
    width: 88%; }
  .main .header_1,
  .main .header_2 {
    margin-bottom: 30px; }
  .main .custom-gallery img {
    width: 100%;
    height: auto !important; }
  .main .custom-gallery:hover img {
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important; }
  .main .text-default p {
    margin-top: 16px;
    margin-bottom: 16px; }
  .main .gallery-item {
    position: relative;
    z-index: 10;
    float: none;
    padding: 0px;
    border: 0px;
    padding: 6px 4px;
    opacity: 1;
    width: calc(33% - 8px);
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0; }
    .main .gallery-item a {
      text-decoration: none;
      display: inline-block;
      width: 100%;
      font-size: 0;
      line-height: 0;
      overflow: hidden; }
    .main .gallery-item img {
      width: 100%;
      height: 442px;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s; }
    .main .gallery-item:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  @media only screen and (max-width: 1441px) {
    .main .gallery-item img {
      height: 380px; } }
  @media only screen and (max-width: 1280px) {
    .main .content {
      width: 90%; }
    .main .header_1 {
      font-size: 50px; }
    .main .gallery-item img {
      height: 300px; } }
  @media only screen and (max-width: 991px) {
    .main {
      margin-bottom: 80px; }
      .main .content {
        width: 100%; }
      .main .header_1 {
        font-size: 40px; }
      .main .gallery-item {
        width: calc(50% - 8px); }
        .main .gallery-item img {
          height: 360px; } }
  @media only screen and (max-width: 767px) {
    .main .gallery-item img {
      height: 42vw; }
    .main .header_1 {
      font-size: 36px; } }

.card {
  margin-top: 80px;
  margin-bottom: 130px;
  overflow: hidden; }
  .card .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .card .col-left {
    width: 50%;
    padding-right: 4vw; }
  .card .slider-top-wrap {
    position: relative;
    width: 100%; }
  .card .slider-top {
    width: 100%;
    margin: 0 -4px; }
    .card .slider-top .image-wrapper {
      display: block;
      padding: 4px;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
      .card .slider-top .image-wrapper img {
        width: 100%;
        height: 28vw;
        -o-object-fit: cover;
           object-fit: cover; }
      .card .slider-top .image-wrapper:hover {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
  .card .slider-bottom {
    width: 100%;
    margin: 0 -4px; }
    .card .slider-bottom .image-wrapper {
      padding: 4px; }
      .card .slider-bottom .image-wrapper img {
        width: 100%;
        height: 6vw;
        -o-object-fit: cover;
           object-fit: cover; }
  .card .slider-bottom {
    position: relative; }
  .card .arrow {
    position: absolute;
    top: 50%;
    cursor: pointer; }
    .card .arrow svg {
      fill: #000; }
    .card .arrow.left {
      left: -24px;
      -webkit-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
    .card .arrow.right {
      right: -24px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .card .col-right {
    width: 50%; }
  .card .header_2 {
    margin-bottom: 30px; }
  .card .vendor {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700; }
  .card .text-default {
    margin-bottom: 40px;
    font-size: 18px; }
  .card .options {
    margin-bottom: 94px; }
  .card .option {
    margin-bottom: 24px;
    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; }
    .card .option:last-child {
      margin-bottom: 0; }
  .card .option-label {
    margin-right: 36px;
    font-weight: 700;
    font-size: 18px; }
  .card .custom-select__wrap {
    position: relative;
    width: 95px; }
    .card .custom-select__wrap select {
      width: 100%;
      height: 28px; }
    .card .custom-select__wrap input {
      display: none; }
    .card .custom-select__wrap .custom-select {
      width: 100%;
      height: 28px;
      line-height: 28px;
      border: 1px solid #181A1E;
      padding: 0px 24px;
      cursor: pointer; }
      .card .custom-select__wrap .custom-select.active {
        border-bottom: 0;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        .card .custom-select__wrap .custom-select.active .custom-select__arrow {
          -webkit-transform: translateY(-50%) rotate(-90deg);
              -ms-transform: translateY(-50%) rotate(-90deg);
                  transform: translateY(-50%) rotate(-90deg); }
    .card .custom-select__wrap .custom-select__text {
      margin-top: -2px;
      display: block; }
    .card .custom-select__wrap .custom-select__arrow {
      position: absolute;
      top: 50%;
      right: 14px;
      -webkit-transform: translateY(-50%) rotate(90deg);
          -ms-transform: translateY(-50%) rotate(90deg);
              transform: translateY(-50%) rotate(90deg);
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 8px;
      height: 14px;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      .card .custom-select__wrap .custom-select__arrow svg {
        stroke: #181A1E; }
    .card .custom-select__wrap .custom-select__list {
      display: none;
      position: absolute;
      z-index: 2;
      top: 100%;
      border: 1px solid #8C9ACC;
      border-radius: 0 0 5px 5px;
      padding: 8px 24px;
      width: 100%;
      background: #fff;
      border-top: 0; }
    .card .custom-select__wrap .custom-select__item {
      padding: 4px 0;
      cursor: pointer; }
  .card .price-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
  .card .price {
    font-size: 20px;
    font-weight: 500;
    margin-right: 20px;
    text-transform: uppercase; }
  .card .old-price {
    font-size: 20px;
    margin-right: 20px;
    text-transform: uppercase;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
    color: #FF5B5B; }
  .card .button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .card .description {
    margin-top: 60px;
    width: 100%; }
    .card .description table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px; }
    .card .description tr:nth-child(2n) {
      background: rgba(124, 130, 143, 0.2); }
    .card .description tr:nth-child(1) td {
      font-weight: 700; }
    .card .description td {
      border: 1px solid #181A1E;
      padding: 10px; }
    .card .description ul {
      margin-top: 20px;
      padding: 20px;
      background: rgba(124, 130, 143, 0.3); }
    .card .description li {
      position: relative;
      padding-left: 16px;
      margin-bottom: 6px; }
      .card .description li:before {
        content: "";
        display: block;
        position: absolute;
        top: 8px;
        left: 0;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #181A1E; }
  .card .description-row {
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .card .description-left {
    width: 48%; }
  .card .description-right {
    width: 48%; }
  @media only screen and (max-width: 1280px) {
    .card .zoom {
      width: 40px;
      height: 40px; }
    .card .header_2 {
      margin-bottom: 30px; }
    .card .text-default {
      margin-bottom: 30px; }
    .card .options {
      margin-bottom: 60px; }
    .card .price-wrap {
      margin-bottom: 24px; }
    .card .price {
      font-size: 18px;
      margin-right: 20px; }
    .card .old-price {
      font-size: 18px; }
    .card .col-right {
      margin-top: 0px; }
    .card .description {
      overflow-x: auto;
      width: 100%; } }
  @media only screen and (max-width: 991px) {
    .card {
      margin-bottom: 80px; }
      .card .row {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .card .col-left {
        width: 100%;
        padding-right: 0; }
      .card .slider-top {
        margin: 0; }
        .card .slider-top .image-wrapper {
          padding: 0; }
          .card .slider-top .image-wrapper img {
            height: 68vw; }
      .card .arrow.left {
        left: -14px; }
      .card .arrow.right {
        right: -14px; }
      .card .slider-bottom {
        display: none; }
      .card .col-right {
        width: 100%;
        margin-top: 20px; }
      .card .header_2 {
        margin-bottom: 20px; }
      .card .text-default {
        margin-bottom: 40px;
        font-size: 14px; }
      .card .options {
        width: 100%;
        margin-bottom: 46px; }
      .card .option-label {
        font-size: 14px;
        width: 144px;
        margin-right: 8px; }
      .card .option {
        margin-bottom: 18px; }
      .card .slick-dots {
        margin-top: 16px; }
        .card .slick-dots button {
          width: 8px;
          height: 8px;
          background: #EDEDED; }
      .card .custom-select__wrap .custom-select {
        padding: 0px 18px;
        line-height: 30px;
        font-size: 14px;
        height: 30px; }
      .card .price-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .card .price {
        font-size: 14px; }
      .card .old-price {
        font-size: 14px; }
      .card .description-row {
        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-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .card .description-left {
        width: 100%;
        margin-bottom: 40px; }
      .card .description-right {
        width: 100%; } }
  @media only screen and (max-width: 500px) {
    .card .button-wrap {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .card .button {
      width: 100%;
      margin-top: 10px;
      margin-left: 0; }
    .card .button-invert {
      width: 100%; }
    .card .description td {
      font-size: 14px;
      padding: 6px 2px; } }

.contact {
  margin-top: 40px;
  margin-bottom: 120px; }
  .contact .header_1,
  .contact .header_2 {
    margin-bottom: 40px; }
  .contact .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .contact .col-left {
    width: 40%;
    padding-right: 40px; }
  .contact .item {
    margin-bottom: 16px; }
    .contact .item a:hover {
      text-decoration: underline; }
    .contact .item br {
      display: none; }
  .contact .col-right {
    width: 60%; }
  @media only screen and (max-width: 991px) {
    .contact {
      margin-bottom: 80px; }
      .contact .row {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .contact .col-left {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px; }
      .contact .col-right {
        width: 100%; } }

.faq {
  margin-top: 40px;
  margin-bottom: 120px; }
  .faq .header_1,
  .faq .header_2 {
    margin-bottom: 40px; }
  .faq .list {
    width: 80%; }
  .faq .item {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid rgba(24, 26, 30, 0.2);
    background: #fff; }
    .faq .item:last-child {
      margin-bottom: 0; }
  .faq .tab {
    width: 100%;
    padding: 16px 22px 16px 36px;
    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;
    text-align: left;
    line-height: 1.4; }
    .faq .tab.active .tab__icon {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .faq .tab__text {
    padding-right: 6px;
    font-weight: 700;
    font-size: 16px; }
  .faq .tab__icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 22px;
    height: 22px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .faq .tab__icon svg {
      fill: #181A1E; }
  .faq .description {
    padding: 0px 36px 25px 36px; }
  .faq .spoller {
    display: none; }
  @media only screen and (max-width: 1280px) {
    .faq .header_1 {
      font-size: 50px; } }
  @media only screen and (max-width: 991px) {
    .faq .header_1 {
      font-size: 40px; }
    .faq .list {
      width: 100%; }
    .faq .tab {
      padding: 16px 22px 16px 22px; }
    .faq .description {
      padding: 0px 36px 25px 22px; } }
  @media only screen and (max-width: 767px) {
    .faq .header_1 {
      font-size: 36px; } }

.footer {
  background: #181A1E;
  padding: 56px 0; }
  .footer .list {
    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; }
  .footer .item {
    position: relative; }
  .footer .item-address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 244px; }
  .footer .item-address__icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 16px;
    height: 20px;
    margin-right: 14px; }
    .footer .item-address__icon svg {
      fill: #fff; }
  .footer .item-address__text {
    font-size: 16px;
    color: #fff; }
  .footer .item-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .footer .item-contact__wrap {
    margin-right: 60px; }
    .footer .item-contact__wrap:last-child {
      margin-right: 0;
      margin-bottom: 0; }
  .footer .item-contact__link {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .footer .item-contact__link:hover {
      color: #7C828F; }
  .footer .item-contact__text {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 16px; }
  .footer .socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .footer .social {
    margin-right: 20px;
    display: block;
    width: 54px;
    height: 54px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .footer .social:hover {
      border: 1px solid #7C828F; }
      .footer .social:hover .social-icon {
        fill: #7C828F; }
    .footer .social:last-child {
      margin-right: 0; }
  .footer .social-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 16px;
    height: 16px;
    fill: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .footer .button-i {
    padding: 0 40px; }
  @media only screen and (max-width: 1441px) {
    .footer .item-contact__wrap {
      margin-right: 40px; }
    .footer .item-contact__link,
    .footer .item-contact__text,
    .footer .item-address__text {
      font-size: 14px; }
    .footer .item-address {
      width: 210px; }
    .footer .button-i {
      padding: 0 50px; } }
  @media only screen and (max-width: 1280px) {
    .footer .item-contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .footer .item-contact__wrap {
      margin-right: 0;
      margin-bottom: 10px; }
      .footer .item-contact__wrap:last-child {
        margin-right: 0;
        margin-bottom: 0; }
    .footer .social {
      width: 50px;
      height: 50px; }
    .footer .social-icon {
      width: 16px;
      height: 16px; }
    .footer .button-i {
      padding: 0 30px; } }
  @media only screen and (max-width: 991px) {
    .footer {
      padding: 46px 0 20px; }
      .footer .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .footer .item {
        margin-right: 0px;
        padding-right: 0px; }
        .footer .item::after {
          display: none; }
      .footer .socials {
        margin-bottom: 20px; }
      .footer .item-address {
        text-align: center;
        margin-bottom: 20px; }
      .footer .item-address__icon {
        display: none; }
      .footer .item-contact {
        margin-bottom: 20px; }
      .footer .item-contact__link {
        text-align: center; }
      .footer .item-contact__text {
        text-align: center; } }

.copyright {
  position: relative;
  z-index: 12;
  background: #181A1E; }
  .copyright .content {
    padding: 18px 0;
    border-top: 1px solid #fff;
    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; }
  .copyright .text {
    margin-bottom: 6px; }
    .copyright .text:last-child {
      margin-bottom: 0; }
  .copyright a {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    text-decoration: underline; }
    .copyright a:hover {
      text-decoration: none; }
  .copyright span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #fff; }
  @media only screen and (max-width: 991px) {
    .copyright .content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; } }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  padding-right: 0 !important;
  opacity: 1;
  overflow-y: auto;
  -webkit-transition: all .4s !important;
  -o-transition: all .4s !important;
  transition: all .4s !important; }
  .overlay.active {
    display: block;
    opacity: 1; }
  .overlay .overlay__wrapper {
    position: relative;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 100%; }
  .overlay .overlay__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    background: rgba(124, 130, 143, 0.9); }
  .overlay .overlay__content {
    position: relative;
    z-index: 21;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    padding: 60px 0; }
  .overlay .overlay__close {
    position: absolute;
    z-index: 3;
    display: block;
    top: 8px;
    right: -52px;
    width: 52px;
    height: 52px;
    cursor: pointer;
    background: #181A1E;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    @media only screen and (max-width: 991px) {
      .overlay .overlay__close {
        top: unset;
        bottom: 0;
        right: 50%;
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%); } }
    .overlay .overlay__close:before, .overlay .overlay__close:after {
      content: "";
      position: absolute;
      width: 20px;
      height: 2px;
      background: #ffffff;
      top: 25px;
      left: 16px; }
    .overlay .overlay__close:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .overlay .overlay__close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

html.overlay-active {
  overflow-y: hidden !important; }

.form-callback {
  margin: 0;
  overflow-y: auto;
  max-width: 100%;
  width: 520px;
  padding: 30px 40px;
  background: #fff;
  border-radius: 20px;
  display: none; }
  .form-callback.active {
    display: block; }
  .form-callback .header_3 {
    margin-bottom: 25px; }
  .form-callback .form-item input {
    text-transform: lowercase; }
  @media only screen and (max-width: 767px) {
    .form-callback {
      width: 100%;
      padding: 30px 16px; }
      .form-callback .button {
        width: 100%; } }

.form-reservation {
  margin: 0;
  overflow-y: auto;
  max-width: 100%;
  width: 520px;
  padding: 30px 40px;
  background: #fff;
  border-radius: 20px;
  display: none; }
  .form-reservation.active {
    display: block; }
  .form-reservation .header_3 {
    margin-bottom: 25px; }
  .form-reservation .form-item input {
    text-transform: lowercase; }
  @media only screen and (max-width: 767px) {
    .form-reservation {
      width: 100%;
      padding: 30px 16px; }
      .form-reservation .button {
        width: 100%; } }

.form-reservation-select {
  margin: 0;
  overflow-y: auto;
  max-width: 100%;
  width: 520px;
  padding: 30px 40px;
  background: #fff;
  border-radius: 20px;
  display: none; }
  .form-reservation-select.active {
    display: block; }
  .form-reservation-select .header_3 {
    margin-bottom: 25px; }
  .form-reservation-select .form-item input {
    text-transform: lowercase; }
  @media only screen and (max-width: 767px) {
    .form-reservation-select {
      width: 100%;
      padding: 30px 16px; }
      .form-reservation-select .button {
        width: 100%; } }

.form-compleat {
  margin: 0;
  overflow-y: auto;
  max-width: 100%;
  width: 520px;
  padding: 50px 40px;
  background: #fff;
  display: none; }
  .form-compleat.active {
    display: block; }
  .form-compleat .header_3 {
    margin-bottom: 25px; }
  .form-compleat .button-invert {
    margin-bottom: 14px; }
  @media only screen and (max-width: 767px) {
    .form-compleat {
      width: 100%;
      padding: 30px 10px; } }

.form-success {
  width: 912px;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  padding: 50px 40px;
  width: 534px;
  display: none;
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  text-align: center; }
  .form-success.active {
    display: block; }
  @media only screen and (max-width: 991px) {
    .form-success {
      padding: 40px 16px;
      width: 100%;
      font-size: 18px; } }
