@font-face {
  font-family: "cormorant";
  src: url("../fonts/cormorant-garamond-regular.woff") format("woff"), url("../fonts/cormorant-garamond-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "cormorant";
  src: url("../fonts/cormorant-garamond-italic.woff") format("woff"), url("../fonts/cormorant-garamond-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: "cormorant";
  src: url("../fonts/cormorant-garamond-semibold.woff") format("woff"), url("../fonts/cormorant-garamond-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter-regular.woff") format("woff"), url("../fonts/inter-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
body {
  font-family: "inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #191C23;
  position: relative;
  min-height: 100vh;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
}
body.loading {
  opacity: 1;
}
body::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(246, 220, 178, 0.4);
}
body::-webkit-scrollbar-thumb {
  background-color: #F6DCB2;
}

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

a {
  font-family: "inter", 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%;
}

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

button {
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
  outline: none;
  font: none;
  cursor: pointer;
  font-family: "inter", 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: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 1480px) {
  .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 {
  font-family: "cormorant", sans-serif;
  display: block;
  color: #191C23;
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  text-transform: uppercase;
}
.header_1 .color {
  font-style: italic;
  color: #F6DCB2;
  font-weight: 400;
  text-transform: none;
}
@media only screen and (max-width: 991px) {
  .header_1 {
    font-size: 38px;
  }
}

.header_2 {
  font-family: "cormorant", sans-serif;
  display: block;
  color: #191C23;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 64px;
}
@media only screen and (max-width: 991px) {
  .header_2 {
    font-size: 34px;
    margin-bottom: 34px;
  }
}
.header_2 .color {
  display: block;
  font-family: "cormorant", sans-serif;
  color: #C19A5B;
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  text-transform: lowercase;
}
@media only screen and (max-width: 991px) {
  .header_2 .color {
    font-size: 34px;
  }
}

.header_3 {
  font-family: "cormorant", sans-serif;
  display: block;
  color: #191C23;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .header_3 {
    font-size: 28px;
  }
}

.mb_100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .mb_100 {
    margin-bottom: 80px;
  }
}

.mb_40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .mb_40 {
    margin-bottom: 28px;
  }
}

.mb_60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .mb_60 {
    margin-bottom: 48px;
  }
}

.mb_20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .mb_20 {
    margin-bottom: 16px;
  }
}

.button {
  position: relative;
  outline: none;
  display: inline-block;
  border-radius: 4px;
  width: auto;
  max-width: 100%;
  height: 46px;
  line-height: 44px;
  padding: 0 50px;
  font-family: "cormorant", sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: "lnum";
          font-feature-settings: "lnum";
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}
.button:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.button-i {
  position: relative;
  outline: none;
  display: inline-block;
  border-radius: 4px;
  width: auto;
  max-width: 100%;
  height: 46px;
  line-height: 44px;
  padding: 0 50px;
  font-family: "cormorant", sans-serif;
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: "lnum";
          font-feature-settings: "lnum";
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  background: transparent;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}
.button-i:hover {
  background: #fff;
  color: #191C23;
}

.button-c {
  position: relative;
  outline: none;
  display: inline-block;
  border: none;
  border-radius: 7px;
  background: #F6DCB2;
  width: auto;
  max-width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 28px;
  font-family: "cormorant", sans-serif;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #fff;
  border: 1px solid #F6DCB2;
  white-space: nowrap;
}
.button-c:hover {
  color: #F6DCB2;
  background: transparent;
}
@media only screen and (max-width: 1280px) {
  .button-c {
    font-size: 14px;
  }
}

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

.text-default {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #191C23;
}
.text-default p {
  margin-top: 24px;
  margin-bottom: 24px;
}
.text-default p:first-child {
  margin-top: 0;
}
.text-default p:last-child {
  margin-bottom: 0;
}
.text-default a {
  color: #F6DCB2;
  text-decoration: underline;
}
.text-default a:hover {
  text-decoration: none;
}
.text-default blockquote {
  margin: 0;
  padding: 20px 10px 20px 20px;
  background: rgba(25, 28, 35, 0.1);
  border-left: 5px solid #F6DCB2;
}
.text-default blockquote p {
  margin: 0 !important;
}
.text-default ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 4px;
}
.text-default ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #191C23;
}
.text-default ol li {
  margin-left: 16px;
}
.text-default h1 {
  font-family: "cormorant", sans-serif;
  display: block;
  color: #191C23;
  font-weight: 700;
  font-size: 55px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  .text-default h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .text-default h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .text-default h1 {
    font-size: 30px;
  }
}
.text-default h2 {
  font-family: "cormorant", sans-serif;
  display: block;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #191C23;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 1280px) {
  .text-default h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .text-default h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .text-default h2 {
    font-size: 24px;
  }
}
.text-default h3 {
  font-family: "cormorant", sans-serif;
  display: block;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #191C23;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 1280px) {
  .text-default h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .text-default h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .text-default h3 {
    font-size: 22px;
  }
}
.text-default h4 {
  display: block;
  font-family: "cormorant", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #191C23;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
}
.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(246, 220, 178, 0.2);
}
.text-default tr:nth-child(1) td {
  font-weight: 700;
}
.text-default td {
  border: 1px solid #191C23;
  padding: 10px;
}

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

.timer {
  display: inline-block;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 24px;
  padding: 10px 30px;
  width: auto;
}
.timer .timer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.timer .timer-item {
  width: 72px;
  height: 100%;
  border-right: 1px solid #efefef;
  text-align: center;
}
.timer .timer-item:last-child {
  border-right: 1px solid transparent;
}
.timer .timer-item__number {
  font-family: "cormorant", sans-serif;
  color: #C19A5B;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.timer .timer-item__text {
  font-family: "cormorant", sans-serif;
  color: #b6b6b6;
  font-weight: 400;
  text-transform: lowercase;
}
@media only screen and (max-width: 991px) {
  .timer {
    border-radius: 14px;
    padding: 8px 20px;
  }
  .timer .timer-item {
    width: 64px;
  }
  .timer .timer-item__number {
    font-size: 32px;
  }
}

.slick-dots {
  display: -webkit-inline-box;
  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;
}

.form-item {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
.form-item.last {
  margin-bottom: 0;
}
.form-item.novalid input {
  border: 1px solid red;
}
.form-item input {
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #191C23;
  border: 1px solid #DADADA;
  border-radius: 24px;
  padding: 0px 22px;
}
.form-item input::-webkit-input-placeholder {
  color: rgba(25, 28, 35, 0.4);
}
.form-item input::-moz-placeholder {
  color: rgba(25, 28, 35, 0.4);
}
.form-item input:-ms-input-placeholder {
  color: rgba(25, 28, 35, 0.4);
}
.form-item input:-moz-placeholder {
  color: rgba(25, 28, 35, 0.4);
}
.form-item input.error {
  border: 1px solid red;
}
@media only screen and (max-width: 991px) {
  .form-item input {
    border-radius: 14px;
    height: 50px;
  }
}
.form-item textarea {
  border: none;
  outline: none;
  resize: none;
  width: 100%;
  height: 130px;
  font-size: 16px;
  border: 1px solid #DADADA;
  color: #191C23;
  font-family: "inter", sans-serif;
  padding: 18px 22px;
  border-radius: 24px;
}
.form-item textarea::-webkit-input-placeholder {
  color: rgba(25, 28, 35, 0.4);
}
.form-item textarea::-moz-placeholder {
  color: rgba(25, 28, 35, 0.4);
}
.form-item textarea:-ms-input-placeholder {
  color: rgba(25, 28, 35, 0.4);
}
.form-item textarea:-moz-placeholder {
  color: rgba(25, 28, 35, 0.4);
}
@media only screen and (max-width: 1280px) {
  .form-item textarea {
    height: 50px;
    padding: 12px 16px;
  }
}
.form-item label {
  position: absolute;
  left: 20px;
  top: 17px;
  z-index: 2;
  display: block;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  font-family: "inter", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-note {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.form-note input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.form-note input:checked + .custom-checkbox::after {
  display: block;
}
.form-note .custom-checkbox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  left: 0;
  top: 1px;
  width: 24px;
  height: 24px;
  border: 1px solid #DADADA;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
}
.form-note .custom-checkbox::after {
  content: "";
  display: none;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #191C23;
  border-radius: 2px;
}
@media only screen and (max-width: 991px) {
  .form-note .custom-checkbox::after {
    width: 12px;
    height: 12px;
  }
}
.form-note .form-note-text {
  display: inline-block;
  font-size: 16px;
  color: #191C23;
  text-align: left;
}
.form-note .form-note-text a {
  color: #191C23;
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  .form-note .form-note-text {
    font-size: 14px;
  }
}

.scroll-top {
  position: fixed;
  z-index: 20;
  bottom: 10px;
  right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  width: 40px;
  height: 40px;
  background: #282828;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.scroll-top svg {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 16px;
  fill: #fff;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.scroll-top:hover {
  background: #F6DCB2;
}

.scroll-socials {
  position: fixed;
  z-index: 32;
  bottom: 180px;
  right: 0px;
  width: 70px;
  background: #F6DCB2;
  padding: 24px 20px;
}
@media only screen and (max-width: 767px) {
  .scroll-socials {
    width: 40px;
    bottom: 70px;
    right: 0px;
    padding: 14px 9px;
  }
}
.scroll-socials .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
}
.scroll-socials .social:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .scroll-socials .social {
    width: 22px;
    height: 22px;
  }
}

.ui-menu.ui-widget.ui-widget-content {
  min-width: 350px;
  border-radius: 12px;
  padding: 12px 10px;
  border: 1px solid #F6DCB2 !important;
}

.pagination {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}
.pagination .page-item {
  margin-right: 4px;
}
.pagination .page-item:last-child {
  margin-right: 0;
}
.pagination .page-item.active .page-link {
  background: #F6DCB2;
  color: #fff;
}
.pagination .page-item.next {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.pagination .page-item.prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination .page-link {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #F6DCB2;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .page-link svg {
  width: 12px;
  height: 12px;
  fill: #F6DCB2;
}
.pagination .page-link:hover {
  background: rgba(246, 220, 178, 0.2);
}

.slider-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #191C23;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-arrow svg {
  stroke: #191C23;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-arrow:hover {
  background: #191C23;
}
.slider-arrow:hover svg {
  stroke: #fff;
}

.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;
          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;
          transition-delay: 0.1s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-asd] {
  will-change: transform;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.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: 0.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 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.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 0.2s linear;
  transition: color 0.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;
  -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;
  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;
  -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;
  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;
  transition: -webkit-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;
  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 0.25s ease;
    transition: border-color 0.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 0.25s ease;
  transition: bottom 0.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: 0.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;
  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;
  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;
  transition: -webkit-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;
  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;
  -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;
  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: 0.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 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.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 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.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 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-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 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.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 0.15s ease 0s;
  transition: opacity 0.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;
  transition-duration: inherit !important;
  -webkit-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;
  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 0.15s ease 0s;
  transition: opacity 0.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 0.15s ease 0s;
  transition: opacity 0.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;
  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 0.1s ease 0s;
  transition: opacity 0.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;
  -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;
  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;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

body.home-page .header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0px;
  background: transparent;
}
@media only screen and (max-width: 1280px) {
  body.home-page .header {
    position: fixed;
  }
}

.header {
  position: relative;
  margin-bottom: 60px;
  background: #191C23;
}
.header[data-animations] {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  -webkit-transition: all 1.6s 2s;
  transition: all 1.6s 2s;
}
.header.animations {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.header-center {
  padding: 12px 0;
}
.header-center .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-center .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-transform: translateX(86px);
      -ms-transform: translateX(86px);
          transform: translateX(86px);
}
.header-center .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-center .address-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
}
.header-center .address-icon svg {
  stroke: #fff;
}
.header-center .address-text {
  color: #fff;
}
.header-center .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.header-center .phone-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
}
.header-center .phone-icon svg {
  stroke: #fff;
}
.header-center .phone-text {
  color: #fff;
}
.header-center .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  gap: 8px;
}
.header-center .social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-center .social svg {
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-center .social:hover {
  background: white;
}
.header-center .social:hover svg {
  fill: #191C23;
}
.header-center .button {
  padding: 0 36px;
}
.header-center .menu__toggle {
  display: none;
}
@media only screen and (max-width: 1480px) {
  .header-center .logo {
    -webkit-transform: translateX(66px);
        -ms-transform: translateX(66px);
            transform: translateX(66px);
  }
  .header-center .button {
    padding: 0 26px;
    font-size: 14px;
    height: 44px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 1280px) {
  .header-center .button,
  .header-center .address,
  .header-center .phone {
    display: none;
  }
  .header-center .logo {
    -webkit-transform: translateX(-26px);
        -ms-transform: translateX(-26px);
            transform: translateX(-26px);
  }
  .header-center .socials {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 0;
  }
  .header-center .menu__toggle {
    position: relative;
    z-index: 30;
    display: block;
    width: 26px;
    height: 16px;
    cursor: pointer;
  }
  .header-center .menu__toggle span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    position: absolute;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: rotate(0) translate(0, 0);
        -ms-transform: rotate(0) translate(0, 0);
            transform: rotate(0) translate(0, 0);
  }
  .header-center .menu__toggle span:nth-child(1) {
    top: 0;
    left: 0;
  }
  .header-center .menu__toggle span:nth-child(2) {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
  }
  .header-center .menu__toggle span:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .header-center .menu__toggle.active span {
    background: #F6DCB2;
  }
  .header-center .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-center .menu__toggle.active span:nth-child(2) {
    left: 150%;
    -webkit-transform: translateY(0) rotate(-360deg);
        -ms-transform: translateY(0) rotate(-360deg);
            transform: translateY(0) rotate(-360deg);
    opacity: 0;
  }
  .header-center .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: 991px) {
  .header-center .logo {
    -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  .header-center .logo img {
    width: 100px;
  }
  .header-center .socials {
    gap: 4px;
  }
  .header-center .social {
    width: 28px;
    height: 28px;
  }
  .header-center .social svg {
    -webkit-transform: scale(0.92);
        -ms-transform: scale(0.92);
            transform: scale(0.92);
  }
}

.header-bottom {
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
}
.header-bottom .menu-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 32px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
  margin-bottom: 8px;
}
.header-bottom .menu-item {
  position: relative;
  z-index: 2;
}
.header-bottom .menu-item:first-child > a {
  padding-left: 0;
}
.header-bottom .menu-item:last-child > a {
  padding-right: 0;
}
.header-bottom .menu-item.active > a {
  border-bottom: 1px solid rgb(217, 217, 217);
}
.header-bottom .menu-item:hover > a {
  border-bottom: 1px solid rgb(217, 217, 217);
}
.header-bottom .menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  border-bottom: 1px solid transparent;
  padding-bottom: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1280px) {
  .header-bottom {
    display: none;
  }
}

.menu-mobile {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .menu-mobile {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 28;
    padding: 60px 10px 20px;
    background: #191C23;
    -webkit-transform: translate3d(-10%, 0%, 0);
            transform: translate3d(-10%, 0%, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.4s;
    transition: opacity 0.3s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.3s;
    transition: transform 0.4s, opacity 0.3s, -webkit-transform 0.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-list > .menu-item {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu-mobile .menu-list > .menu-item:last-child {
    margin-bottom: 0;
  }
  .menu-mobile .menu-list > .menu-item.active > a {
    color: #F6DCB2;
  }
  .menu-mobile .menu-list > .menu-item.active .arrow svg {
    stroke: #F6DCB2;
  }
  .menu-mobile .menu-list > .menu-item.open .arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .menu-mobile .menu-list > .menu-item.open > .menu-link .arrow {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .menu-mobile .menu-list > .menu-item a {
    font-size: 16px;
    color: #fff;
  }
  .menu-mobile .menu-list > .menu-item ul {
    display: none;
    padding: 15px 0 15px;
    width: 100%;
  }
  .menu-mobile .menu-list > .menu-item ul > li {
    margin-bottom: 6px;
  }
  .menu-mobile .menu-list > .menu-item ul > li:last-child {
    margin-bottom: 0;
  }
  .menu-mobile .menu-list > .menu-item ul > li > a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu-mobile .menu-list > .menu-item ul > li > a:hover {
    color: #F6DCB2;
  }
  .menu-mobile .menu-list > .menu-item ul > li.active > a {
    color: #F6DCB2;
  }
  .menu-mobile .arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: transparent;
    margin-left: 14px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu-mobile .arrow svg {
    stroke: #fff;
  }
  .menu-mobile .arrow.active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.menu-mobile .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.menu-mobile .address-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
}
.menu-mobile .address-icon svg {
  stroke: #fff;
}
.menu-mobile .address-text {
  color: #fff;
}
.menu-mobile .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.menu-mobile .phone-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
}
.menu-mobile .phone-icon svg {
  stroke: #fff;
}
.menu-mobile .phone-text {
  color: #fff;
}

.breadcrumbs {
  margin: 20px 0 80px;
}
.breadcrumbs .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs .item {
  font-size: 14px;
}
.breadcrumbs .item a {
  color: #191C23;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumbs .item a:hover {
  color: #F6DCB2;
}
@media only screen and (max-width: 1280px) {
  .breadcrumbs .item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumbs {
    margin: 20px 0 50px;
  }
}

.aside {
  width: 30%;
  margin-right: 2vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.aside-title {
  margin-bottom: 10px;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 700;
}
.aside-list {
  margin-bottom: 30px;
  border-radius: 24px;
}
.aside-item {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 36px 16px 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: #F6DCB2;
}
.aside-item:first-child {
  border-radius: 24px 24px 0 0;
}
.aside-item:last-child {
  border-radius: 0 0 24px 24px;
}
.aside-item.open .aside-arrow {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.aside-item.open .aside-list__inner {
  display: block;
}
.aside-item.active > a {
  color: #191C23;
}
.aside-item a {
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aside-item a:hover {
  color: #191C23;
}
.aside-arrow {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 14px;
  padding: 4px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aside-arrow svg {
  stroke: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aside-arrow:hover svg {
  stroke: #191C23;
}
.aside-list__inner {
  display: none;
  padding-top: 12px;
}
.aside-list__inner > li {
  border: none;
  padding: 0 0 10px 6px;
}
.aside-list__inner > li:first-child {
  border: none;
}
.aside .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 500px;
  border-radius: 30px;
  background: #fff;
  margin-bottom: 20px;
  padding: 8px;
}
.aside .block {
  position: relative;
  z-index: 2;
  border-radius: 22px;
  height: 154px;
  padding: 20px 100px 20px 20px;
  background: #fff;
  overflow: hidden;
}
.aside .name {
  font-weight: 500;
  font-size: 24px;
  color: #F6DCB2;
  margin-bottom: 10px;
}
.aside .work {
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.aside .sertif {
  margin-top: 6px;
  display: block;
  text-decoration: underline;
  color: #F6DCB2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aside .sertif:hover {
  text-decoration: none;
}
.aside .image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aside .block-label {
  position: absolute;
  z-index: 2;
  top: -42px;
  right: -46px;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  border: 18px solid #F6DCB2;
}
.aside .block-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F6DCB2;
}
@media only screen and (max-width: 1480px) {
  .aside .slide {
    height: 460px;
  }
  .aside .name {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1280px) {
  .aside {
    width: 36%;
  }
  .aside .slide {
    height: 450px;
    border-radius: 24px;
  }
  .aside .block {
    padding: 16px 100px 16px 18px;
  }
  .aside .name {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991px) {
  .aside {
    display: none;
  }
}

.heroimage {
  position: relative;
  height: calc(100dvh - 54px);
  min-height: 700px;
  margin-bottom: 214px;
}
.heroimage[data-animations] .header_1 {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0;
  -webkit-transition: all 2s 0.4s;
  transition: all 2s 0.4s;
}
.heroimage[data-animations] .tl-block,
.heroimage[data-animations] .button,
.heroimage[data-animations] .button-i {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -webkit-transition: opacity 1.6s 2s, -webkit-transform 1.6s 2s;
  transition: opacity 1.6s 2s, -webkit-transform 1.6s 2s;
  transition: opacity 1.6s 2s, transform 1.6s 2s;
  transition: opacity 1.6s 2s, transform 1.6s 2s, -webkit-transform 1.6s 2s;
}
.heroimage[data-animations] .subtitle {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all 1.6s 2s;
  transition: all 1.6s 2s;
}
.heroimage[data-animations] .running-line {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all 1.6s 2s;
  transition: all 1.6s 2s;
}
.heroimage.animations .header_1 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.heroimage.animations .tl-block,
.heroimage.animations .button,
.heroimage.animations .button-i {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.heroimage.animations .subtitle {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.heroimage.animations .running-line {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.heroimage .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroimage .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.heroimage .content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.heroimage .header_1 {
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}
.heroimage .subtitle {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 94px;
}
.heroimage .tl-block {
  width: 100%;
}
.heroimage .tl-block img {
  width: 100%;
}
.heroimage .running-line__track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  -webkit-animation: scrollLine 24s linear infinite;
          animation: scrollLine 24s linear infinite;
  will-change: transform;
}
@media (prefers-reduced-motion: no-preference) {
  .heroimage .running-line__track {
    -webkit-animation-duration: 28s;
            animation-duration: 28s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .heroimage .running-line__track {
    -webkit-animation-duration: 60s;
            animation-duration: 60s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}
.heroimage .running-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  background: transparent;
  overflow: hidden;
  position: relative;
  width: 100%;
  white-space: nowrap;
}
.heroimage .running-line__text {
  font-family: "cormorant", sans-serif;
  font-size: 36px;
  line-height: 30px;
  text-transform: lowercase;
  color: #C19A5B;
  margin-right: 20px;
  white-space: nowrap;
}
@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
  }
}
@keyframes scrollLine {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
  }
}
.heroimage .running-line__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}
.heroimage .running-line__icon svg {
  fill: #fff;
}
.heroimage .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1280px) {
  .heroimage {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .heroimage .subtitle {
    font-size: 16px;
    margin-bottom: 60px;
  }
  .heroimage .running-line {
    padding: 4px 0;
  }
  .heroimage .running-line__text {
    font-size: 30px;
    line-height: 24px;
  }
  .heroimage .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .heroimage .button,
  .heroimage .button-i {
    width: 100%;
  }
}

.advantages {
  margin-bottom: 160px;
}
.advantages.active .item:nth-child(1) {
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}
.advantages.active .item:nth-child(2) {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}
.advantages.active .item:nth-child(3) {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.advantages.active .item:nth-child(4) {
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
}
.advantages .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
.advantages .item {
  width: calc(25% - 20px);
  margin: 10px;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 2s;
  transition: all 2s;
}
.advantages .item-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  background: #F6DCB2;
  margin-bottom: 12px;
}
.advantages .item-image img {
  width: 100%;
}
.advantages .title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 106px;
}
.advantages .number {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "cormorant", sans-serif;
  color: #C19A5B;
  font-style: italic;
  font-weight: 400;
  line-height: 14px;
  font-size: 36px;
  text-transform: lowercase;
}
.advantages .title {
  text-transform: uppercase;
}
@media only screen and (max-width: 1480px) {
  .advantages .title-wrapper {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .advantages {
    margin-bottom: 80px;
  }
  .advantages .item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .advantages .item {
    width: calc(100% - 20px);
  }
}

.about {
  margin-bottom: 160px;
  overflow: hidden;
}
.about .header_2 {
  margin-bottom: 60px;
}
.about .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 0 74px;
}
.about .col-left {
  width: 50%;
}
.about .col-right {
  position: relative;
  z-index: 1;
  width: 50%;
}
.about .image-wrapper img {
  width: 100%;
}
.about .label {
  position: absolute;
  z-index: -1;
  top: -46px;
  right: -52px;
  width: 146px;
  height: 146px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: rotation 8s linear 0s infinite;
          animation: rotation 8s linear 0s infinite;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.about .info {
  padding: 20px;
  background: #191C23;
  margin-top: 24px;
}
.about .info-text {
  color: #fff;
  margin-bottom: 8px;
}
.about .info-link {
  font-family: "cormorant", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  text-transform: lowercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #F6DCB2;
}
.about .info-link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1480px) {
  .about .rows {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about {
    margin-bottom: 80px;
  }
  .about .header_2 {
    margin-bottom: 36px;
  }
  .about .rows {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 54px;
  }
  .about .col-left {
    width: 100%;
  }
  .about .col-right {
    width: 100%;
  }
}

.price {
  height: 100vh;
  min-height: 800px;
  background-image: url(/app/images/price.png);
  background-color: #191C23;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  margin-bottom: 110px;
}
.price.active .block-title {
  -webkit-transform: translate(-50%, -50%) scale(2.3);
      -ms-transform: translate(-50%, -50%) scale(2.3);
          transform: translate(-50%, -50%) scale(2.3);
  opacity: 0;
}
.price.active .block-price {
  opacity: 1;
}
.price.active .block-price .header_2 {
  -webkit-animation: slideDownFade 1.6s ease-out 0.2s both;
          animation: slideDownFade 1.6s ease-out 0.2s both;
}
.price.active .item:nth-child(1) {
  -webkit-animation: slideLeftFade 1.6s ease-out 0.4s both;
          animation: slideLeftFade 1.6s ease-out 0.4s both;
}
.price.active .item:nth-child(2) {
  -webkit-animation: slideLeftFade 1.6s ease-out 0.6s both;
          animation: slideLeftFade 1.6s ease-out 0.6s both;
}
.price.active .link:nth-of-type(1) {
  -webkit-animation: slideUpFade 1.5s ease-out 0.8s both;
          animation: slideUpFade 1.5s ease-out 0.8s both;
}
.price.active .link:nth-of-type(2) {
  -webkit-animation: slideUpFade 1.5s ease-out 1s both;
          animation: slideUpFade 1.5s ease-out 1s both;
}
.price .container {
  height: 100%;
}
.price .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.price .block-title {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.price .header_1 {
  color: #fff;
  text-align: center;
}
.price .block-price {
  position: relative;
  z-index: 3;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.price .header_2 {
  color: #fff;
  text-align: center;
  margin-bottom: 64px;
}
.price .list {
  max-width: 100%;
  width: 754px;
  margin: 0 auto;
}
.price .item {
  padding: 24px;
  margin-bottom: 24px;
  background: #F9F1E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.price .item-wrap {
  width: 54%;
}
.price .item-title {
  font-family: "cormorant", sans-serif;
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: #C19A5B;
  margin-bottom: 24px;
}
.price .item-subtitle {
  font-size: 18px;
  color: #C19A5B;
}
.price .item-text {
  width: 46%;
  opacity: 0.4;
}
.price .link {
  display: block;
  text-align: center;
  color: #F6DCB2;
  text-decoration: underline;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.price .link:hover {
  text-decoration: none;
}
@-webkit-keyframes slideDownFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDownFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideLeftFade {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeftFade {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideUpFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 991px) {
  .price {
    margin-bottom: 80px;
    padding: 80px 0;
    height: auto;
    min-height: unset;
  }
  .price .header_2 {
    margin-bottom: 36px;
  }
  .price .block-title {
    display: none;
  }
  .price .block-price {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .price .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .price .item-title {
    font-size: 26px;
    margin-bottom: 18px;
  }
  .price .item-subtitle {
    font-size: 16px;
  }
  .price .item-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .price .item-text {
    width: 100%;
    font-size: 15px;
  }
}

.objects .content {
  position: relative;
}
.objects .slider {
  position: relative;
}
.objects .slide-image {
  position: relative;
  display: block;
  width: 52vw;
  height: 26vw;
  margin: 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.objects .slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.objects .owl-nav {
  position: absolute;
  top: 60px;
  right: calc((100% - 1440px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
.objects .slider-arrow.left {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media only screen and (max-width: 1480px) {
  .objects .owl-nav {
    right: calc((100% - 1280px) / 2);
  }
}
@media only screen and (max-width: 1280px) {
  .objects .owl-nav {
    gap: 16px;
    right: calc((100% - 991px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  .objects .owl-nav {
    display: none;
  }
  .objects .slide-image {
    width: 86vw;
    height: 44vw;
    margin: 0 2px;
  }
}

.faq {
  background: #191C23;
  padding: 160px 0;
}
.faq .header_2 {
  color: #fff;
}
.faq .list {
  max-width: 1000px;
  margin: 0 auto;
}
.faq .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 32px 0 18px;
}
.faq .item-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq .item-button:hover .item-button__text {
  color: #C19A5B;
}
.faq .item-button.active .item-button__icon::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq .item-button__text {
  text-align: left;
  font-family: "cormorant", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq .item-button__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
}
.faq .item-button__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #fff;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq .item-button__icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.faq .item-spoller {
  display: none;
}
.faq .item-desc {
  padding-top: 18px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .faq {
    padding: 80px 0;
  }
  .faq .item-button__text {
    font-size: 18px;
  }
}

.form-desc {
  position: relative;
  padding: 160px 0 110px;
  background: #f9f1e3;
}
.form-desc.active::before {
  -webkit-transform: translate(-50%, -50%) scaleX(1);
      -ms-transform: translate(-50%, -50%) scaleX(1);
          transform: translate(-50%, -50%) scaleX(1);
}
.form-desc::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 1000px;
  max-width: 100%;
  height: calc(100% - 270px);
  -webkit-transform: translate(-50%, -50%) scaleX(0.9);
      -ms-transform: translate(-50%, -50%) scaleX(0.9);
          transform: translate(-50%, -50%) scaleX(0.9);
  background: #191C23;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.form-desc .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-desc .block {
  will-change: max-width;
  max-width: 100%;
  position: relative;
  z-index: 2;
  background: transparent;
  padding: 64px 24px;
  margin: 0 auto;
  border-radius: 4px;
  mix-blend-mode: multiply;
  text-align: center;
}
.form-desc .container {
  position: relative;
  z-index: 3;
}
.form-desc .header_2 {
  color: #fff;
}
.form-desc .text-default {
  color: #fff;
  margin-bottom: 12px;
}
.form-desc .phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-bottom: 40px;
}
.form-desc .phone:hover .phone-icon svg {
  fill: #C19A5B;
}
.form-desc .phone:hover .phone-text {
  color: #C19A5B;
}
.form-desc .phone-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.form-desc .phone-icon svg {
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-desc .phone-text {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-desc .socials {
  margin-bottom: 64px;
}
.form-desc .socials-title {
  color: #fff;
  margin-bottom: 12px;
}
.form-desc .socials-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.form-desc .socials-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-desc .socials-item svg {
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-desc .socials-item:hover {
  background: white;
}
.form-desc .socials-item:hover svg {
  fill: #191C23;
}
@media only screen and (max-width: 991px) {
  .form-desc {
    padding: 80px 0;
  }
  .form-desc::before {
    -webkit-transform: translate(-50%, -50%) scaleX(0.95);
        -ms-transform: translate(-50%, -50%) scaleX(0.95);
            transform: translate(-50%, -50%) scaleX(0.95);
    height: calc(100% - 160px);
  }
  .form-desc .socials {
    margin-bottom: 34px;
  }
}

.main {
  margin-bottom: 120px;
  min-height: 58vh;
}
.main .content {
  width: 100%;
}
.main .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .header_1,
.main .header_2 {
  text-align: left;
  margin-bottom: 40px;
}
.main .gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -10px;
}
.main .gallery-item {
  width: 25%;
  padding: 10px;
}
.main .gallery-link {
  position: relative;
  display: block;
}
.main .gallery-link:hover .gallery-link-image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.main .gallery-link-image {
  position: relative;
  display: block;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.main .gallery-link-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.main .gallery-link-image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1480px) {
  .main .gallery-item {
    padding: 5px;
  }
  .main .gallery-link-image {
    height: 260px;
  }
}
@media only screen and (max-width: 1280px) {
  .main {
    margin-bottom: 80px;
  }
  .main .content {
    width: 94%;
  }
  .main .gallery-item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 991px) {
  .main .content {
    width: 100%;
  }
  .main video {
    max-width: 100%;
    height: auto;
  }
  .main .gallery-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .main .text-default img {
    width: 100% !important;
    height: auto !important;
    margin: 20px 0 !important;
  }
  .main .gallery-item {
    width: 100%;
  }
  .main .gallery-link-image {
    height: 82vw;
  }
}

.footer {
  position: relative;
  z-index: 1;
  background: #191C23;
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.02);
}
.footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .block {
  width: 40%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .logo {
  margin-bottom: 48px;
}
.footer .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.footer .address-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
}
.footer .address-icon svg {
  stroke: #fff;
}
.footer .address-text {
  color: #fff;
}
.footer .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.footer .phone-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
}
.footer .phone-icon svg {
  stroke: #fff;
}
.footer .phone-text {
  color: #fff;
}
.footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 32px;
  gap: 8px;
}
.footer .social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .social svg {
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .social:hover {
  background: white;
}
.footer .social:hover svg {
  fill: #191C23;
}
.footer .copyright {
  margin-top: auto;
}
.footer .copyright-link {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer a.copyright-link:hover {
  color: #fff;
}
.footer .create {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .create:hover .create-icon svg {
  fill: #fff;
}
.footer .create:hover .create-text {
  color: #fff;
}
.footer .create-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer .create-icon svg {
  fill: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .create-text {
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer iframe {
  width: 60%;
  height: 484px;
  border: 0;
}
@media only screen and (max-width: 1280px) {
  .footer .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .block {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .copyright {
    margin-top: 30px;
  }
  .footer .copyright-link {
    text-align: center;
  }
  .footer .create {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer iframe {
    width: 100%;
  }
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding-right: 0 !important;
  opacity: 0;
  display: none;
  overflow-y: auto;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.overlay.active {
  display: block;
}
.overlay .overlay__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: 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(25, 28, 35, 0.7);
}
.overlay .overlay__content {
  position: relative;
  z-index: 21;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.overlay .overlay__close {
  position: absolute;
  z-index: 3;
  display: block;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.overlay .overlay__close:before, .overlay .overlay__close:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #F6DCB2;
  top: 25px;
  left: 16px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.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);
}
.overlay .overlay__close:hover {
  -webkit-transform: scale(1.3) rotate(90deg);
      -ms-transform: scale(1.3) rotate(90deg);
          transform: scale(1.3) rotate(90deg);
}

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

.form-callback {
  margin: 0;
  overflow-y: auto;
  max-width: 100%;
  width: 520px;
  background: #fff;
  border-radius: 24px;
  padding: 32px 48px;
  display: none;
}
.form-callback.active {
  display: block;
}
.form-callback .header_2,
.form-callback .header_3 {
  margin-bottom: 25px;
}
.form-callback .button-i {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form-callback {
    width: 100%;
    padding: 30px 14px;
  }
  .form-callback .header_3 {
    margin-bottom: 20px;
  }
}

.form-about {
  margin: 0;
  overflow-y: auto;
  max-width: 100%;
  width: 620px;
  background: #fff;
  padding: 32px 48px;
  display: none;
}
.form-about.active {
  display: block;
}
.form-about .header_2,
.form-about .header_3 {
  margin-bottom: 25px;
}
.form-about .button-i,
.form-about .button {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form-about {
    width: 100%;
    padding: 30px 14px;
  }
  .form-about .header_3 {
    margin-bottom: 20px;
  }
}

.form-include {
  margin: 0;
  overflow-y: auto;
  max-width: 100%;
  width: 620px;
  background: #fff;
  padding: 32px 48px;
  display: none;
}
.form-include.active {
  display: block;
}
.form-include .header_2,
.form-include .header_3 {
  margin-bottom: 25px;
}
.form-include .button-i,
.form-include .button {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form-include {
    width: 100%;
    padding: 30px 14px;
  }
  .form-include .header_3 {
    margin-bottom: 20px;
  }
}

.form-success {
  width: 520px;
  padding: 50px 40px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  display: none;
}
.form-success.active {
  display: block;
}
.form-success .header_3 {
  margin-bottom: 20px;
}
.form-success .text {
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .form-success {
    width: 100%;
  }
  .form-success .header_3 {
    margin-bottom: 20px;
    margin-bottom: 10px;
  }
  .form-success .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .form-success .text {
    font-size: 18px;
  }
}

.form-cookie {
  position: fixed;
  z-index: 35;
  left: 0;
  bottom: 0;
  right: 0;
  background: #191C23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}
.form-cookie .content {
  margin: 0;
}
.form-cookie .block {
  border-radius: 6px;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-cookie .text {
  color: #fff;
  font-size: 15px;
}
.form-cookie .button-wrap {
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .form-cookie .block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-cookie .button-wrap {
    margin-left: 0px;
    width: 100%;
    margin-top: 16px;
  }
}