@font-face {
  font-family: "lato";
  src: url("../fonts/lato-regular.woff") format("woff"), url("../fonts/lato-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "greatvibes";
  src: url("../fonts/greatvibes-regular.woff") format("woff"), url("../fonts/greatvibes-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "playfairdisplay";
  src: url("../fonts/playfairdisplay-regular.woff") format("woff"), url("../fonts/playfairdisplay-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "floriselscript";
  src: url("../fonts/floriselscript.woff") format("woff"), url("../fonts/floriselscript.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}
body {
  font-family: "lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #1e1e1e;
  background: #f5f2ed;
  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(78, 0, 18, 0.4);
}
body::-webkit-scrollbar-thumb {
  background-color: #4e0012;
}

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

a {
  font-family: "lato", 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: "lato", sans-serif;
}

button {
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
  outline: none;
  font: none;
  cursor: pointer;
  font-family: "lato", 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: "playfairdisplay", sans-serif;
  display: block;
  color: #1e1e1e;
  font-weight: 400;
  font-size: 96px;
  line-height: 1;
}
@media only screen and (max-width: 1280px) {
  .header_1 {
    font-size: 85px;
  }
}
@media only screen and (max-width: 991px) {
  .header_1 {
    font-size: 76px;
  }
}
@media only screen and (max-width: 767px) {
  .header_1 {
    font-size: 60px;
  }
}

.header_2 {
  font-family: "playfairdisplay", sans-serif;
  display: block;
  color: #1e1e1e;
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .header_2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .header_2 {
    font-size: 28px;
  }
}

.header_3 {
  font-family: "playfairdisplay", sans-serif;
  display: block;
  color: #1e1e1e;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.1;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .header_3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .header_3 {
    font-size: 24px;
  }
}

.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;
  width: auto;
  max-width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 56px;
  font-family: "lato", sans-serif;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  background: #ffffff;
  color: #1e1e1e;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover {
  background: #1e1e1e;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .button {
    padding: 0 40px;
  }
}

.button-i {
  position: relative;
  outline: none;
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: 48px;
  line-height: 46px;
  padding: 0 56px;
  font-family: "lato", sans-serif;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  background: #4e0012;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #4e0012;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-i:hover {
  background: #ffffff;
  color: #4e0012;
}
@media only screen and (max-width: 991px) {
  .button-i {
    padding: 0 40px;
  }
}

.text-default {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #1e1e1e;
}
.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: #4e0012;
  font-weight: 700;
  text-decoration: underline;
}
.text-default a:hover {
  text-decoration: none;
}
.text-default blockquote {
  margin: 0;
  padding: 20px 10px 20px 20px;
  background: rgba(30, 30, 30, 0.1);
  border-left: 5px solid #4e0012;
}
.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: #1e1e1e;
}
.text-default ol li {
  margin-left: 16px;
}
.text-default h1 {
  font-family: "playfairdisplay", sans-serif;
  display: block;
  color: #1e1e1e;
  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: "playfairdisplay", sans-serif;
  display: block;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e1e1e;
  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: "playfairdisplay", sans-serif;
  display: block;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e1e1e;
  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: "playfairdisplay", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1e1e1e;
  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(78, 0, 18, 0.2);
}
.text-default tr:nth-child(1) td {
  font-weight: 700;
}
.text-default td {
  border: 1px solid #1e1e1e;
  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: "playfairdisplay", sans-serif;
  color: #cfc1a9;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.timer .timer-item__text {
  font-family: "playfairdisplay", 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%;
}
.form-item.novalid input {
  outline: 1px solid red;
}
.form-item input {
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #1e1e1e;
  padding: 0px 20px;
  border-radius: 2px;
}
.form-item input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.form-item input::-moz-placeholder {
  color: #c2c2c2;
}
.form-item input:-ms-input-placeholder {
  color: #c2c2c2;
}
.form-item input:-moz-placeholder {
  color: #c2c2c2;
}
.form-item input.error {
  border: 1px solid red;
}
.form-item textarea {
  border: none;
  outline: none;
  resize: none;
  width: 100%;
  height: 140px;
  font-size: 16px;
  color: #1e1e1e;
  font-family: "lato", sans-serif;
  padding: 12px 20px;
  border-radius: 2px;
}
.form-item textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
.form-item textarea::-moz-placeholder {
  color: #c2c2c2;
}
.form-item textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
.form-item textarea:-moz-placeholder {
  color: #c2c2c2;
}
.form-item label {
  position: absolute;
  left: 20px;
  top: 17px;
  z-index: 2;
  display: block;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  font-family: "lato", 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: 18px;
  height: 18px;
  border: 1px solid #ffffff;
  margin-right: 8px;
  cursor: pointer;
}
.form-note .custom-checkbox::after {
  content: "";
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
}
.form-note .form-note-text {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
}
.form-note .form-note-text a {
  color: #ffffff;
  text-decoration: underline;
}

.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: #cfc1a9;
  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: #4e0012;
}

.scroll-socials {
  position: fixed;
  z-index: 32;
  bottom: 180px;
  right: 0px;
  width: 70px;
  background: #4e0012;
  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 #4e0012 !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: #4e0012;
  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 #4e0012;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  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: #4e0012;
}
.pagination .page-link:hover {
  background: rgba(78, 0, 18, 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 #1e1e1e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-arrow svg {
  stroke: #1e1e1e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-arrow:hover {
  background: #1e1e1e;
}
.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;
  }
}
body.home-page .header.fixed .header-center {
  background: rgba(30, 30, 30, 0.25);
}

.header {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: #1e1e1e;
}
.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;
}
@media only screen and (max-width: 1280px) {
  .header {
    padding: 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 .address {
  max-width: 333px;
  color: #fff;
  margin-right: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-center .address:hover {
  opacity: 0.6;
}
.header-center .link {
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-center .link:hover {
  opacity: 0.6;
}
.header-center .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 50px;
  gap: 24px;
}
.header-center .social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-center .social svg {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-center .social:hover {
  opacity: 0.6;
}
.header-center .button {
  padding: 0 36px;
}
.header-center .menu__toggle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 30;
  display: block;
  width: 30px;
  height: 22px;
  margin-left: 30px;
  cursor: pointer;
}
.header-center .menu__toggle span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #ffffff;
  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) {
  width: 50%;
  bottom: 0;
  left: 0;
}
.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) {
  width: 100%;
  -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%;
}
.header-center .menu__toggle:hover span {
  opacity: 0.7;
}
@media only screen and (max-width: 1280px) {
  .header-center {
    padding: 20px 0;
    margin-bottom: 0;
  }
  .header-center .button,
  .header-center .address {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-center .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-center .links {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 12px;
  }
  .header-center .socials {
    margin-left: 0;
    margin-right: auto;
  }
}

.menu-mobile {
  position: absolute;
  right: 0;
  top: 0;
  width: 714px;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 28;
  padding: 130px 62px 20px;
  background: #cfc1a9;
  -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;
  display: none;
}
.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: 32px;
  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: #4e0012;
}
.menu-mobile .menu-list > .menu-item.active .arrow svg {
  stroke: #4e0012;
}
.menu-mobile .menu-list > .menu-item:hover > a {
  color: #4e0012;
}
.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: 18px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.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: #4e0012;
}
.menu-mobile .menu-list > .menu-item ul > li.active > a {
  color: #4e0012;
}
.menu-mobile .address {
  font-size: 18px;
  color: #fff;
  margin-top: 40px;
  text-transform: uppercase;
  display: none;
}
@media only screen and (max-width: 991px) {
  .menu-mobile {
    width: 100%;
    padding: 70px 14px 20px;
  }
  .menu-mobile .menu-list > .menu-item {
    margin-bottom: 16px;
  }
  .menu-mobile .address {
    display: block;
  }
}

.breadcrumbs {
  margin: 20px 0 60px;
}
.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: #1e1e1e;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumbs .item a:hover {
  color: #4e0012;
}
@media only screen and (max-width: 1280px) {
  .breadcrumbs .item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumbs {
    margin: 20px 0 50px;
  }
}

.heroimage {
  position: relative;
  background: #4e0012;
  overflow: hidden;
  margin-bottom: 160px;
}
.heroimage[data-animations] .bg {
  opacity: 0;
  -webkit-transition: all 2s 0.4s;
  transition: all 2s 0.4s;
}
.heroimage[data-animations] .logo {
  -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] .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] .button-wrap {
  -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] .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.animations .content {
  width: 50%;
}
@media only screen and (max-width: 1280px) {
  .heroimage.animations .content {
    width: 100%;
  }
}
.heroimage.animations .bg {
  opacity: 1;
}
@media only screen and (max-width: 1280px) {
  .heroimage.animations .bg {
    opacity: 0.3;
  }
}
.heroimage.animations .logo {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.heroimage.animations .header_1 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.heroimage.animations .button-wrap {
  -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 .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100dvh;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroimage .content {
  position: relative;
  z-index: 2;
  width: 50%;
  height: 100dvh;
  min-height: 600px;
  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;
  text-align: center;
}
.heroimage .label {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 60px;
}
.heroimage .header_1 {
  text-align: center;
  color: #cfc1a9;
  margin-bottom: 26px;
}
.heroimage .subtitle {
  font-size: 20px;
  color: #cfc1a9;
  text-transform: uppercase;
  margin-bottom: 46px;
}
@media only screen and (max-width: 1280px) {
  .heroimage {
    margin-bottom: 80px;
  }
  .heroimage .subtitle {
    font-size: 18px;
  }
  .heroimage .bg {
    left: -44px;
    width: calc(100% + 44px);
    min-height: unset;
    opacity: 0.3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .heroimage .content {
    width: 100%;
  }
}

.about {
  margin-bottom: 180px;
}
.about.active .image1,
.about.active .image2 {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.about.active .note {
  -webkit-transform: rotate(-5deg) translateY(0);
      -ms-transform: rotate(-5deg) translateY(0);
          transform: rotate(-5deg) translateY(0);
}
.about .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
  margin-bottom: 180px;
}
.about .images-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 92px 0 130px;
}
.about .label1 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
}
.about .label2 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
}
.about .image1 {
  border-radius: 2px;
  -webkit-transform: translateX(60px);
      -ms-transform: translateX(60px);
          transform: translateX(60px);
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
}
.about .image2 {
  border-radius: 2px;
  margin-left: -60px;
  -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
          transform: translateX(-60px);
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
}
.about .title {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.about .note {
  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;
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
  -webkit-transform: rotate(0deg) translateY(-60px);
      -ms-transform: rotate(0deg) translateY(-60px);
          transform: rotate(0deg) translateY(-60px);
}
.about .note-brace {
  font-family: "playfairdisplay", sans-serif;
  font-weight: 400;
  font-size: 128px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #4e0012;
  margin-top: -18px;
}
.about .note-text {
  font-family: "playfairdisplay", sans-serif;
  font-weight: 400;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  color: #4e0012;
  padding: 0 60px;
}
@media only screen and (max-width: 1480px) {
  .about .wrapper {
    gap: 30px;
  }
  .about .image2 {
    margin-left: -100px;
  }
}
@media only screen and (max-width: 1280px) {
  .about {
    margin-bottom: 80px;
  }
  .about .wrapper {
    margin-bottom: 80px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about .text-wrapper {
    width: 100%;
  }
  .about .note-brace {
    font-size: 86px;
  }
  .about .note-text {
    font-size: 34px;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 991px) {
  .about .images-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .about .image1 {
    width: 100%;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  .about .image2 {
    width: 100%;
    margin-left: 0;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  .about .label1 svg,
  .about .label2 svg {
    width: 350px;
  }
  .about .note {
    -webkit-transform: rotate(-5deg) translateY(0);
        -ms-transform: rotate(-5deg) translateY(0);
            transform: rotate(-5deg) translateY(0);
  }
  .about .note-brace {
    font-size: 70px;
  }
  .about .note-text {
    font-size: 28px;
    padding: 0 24px;
  }
}

.presents {
  position: relative;
  z-index: 1;
  background: #4e0012;
  margin-bottom: 160px;
  overflow: hidden;
}
.presents.active .image {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.presents .content {
  max-width: 870px;
  padding: 90px 0;
}
.presents .header_2 {
  color: #f5f2ed;
  margin-bottom: 46px;
}
.presents .text-default {
  color: #f5f2ed;
  font-size: 18px;
}
.presents .image {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  max-height: 100%;
  -webkit-transform: translateX(80px);
      -ms-transform: translateX(80px);
          transform: translateX(80px);
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
}
@media only screen and (max-width: 1480px) {
  .presents .image {
    right: -200px;
  }
}
@media only screen and (max-width: 1280px) {
  .presents {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .presents .content {
    padding: 80px 0 0;
  }
  .presents .image {
    position: relative;
    width: 100%;
    right: 0;
    margin-top: 20px;
  }
}

.advantages {
  margin-bottom: 160px;
  overflow: hidden;
}
.advantages.active .item {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.advantages .header_2 {
  text-align: center;
  margin-bottom: 24px;
}
.advantages .text-default {
  max-width: 674px;
  text-align: center;
  margin: 0 auto 56px;
}
.advantages .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}
.advantages .item {
  width: calc(25% - 16px);
  margin: 8px;
  padding: 16px 20px;
  background: rgba(78, 0, 18, 0.04);
  text-align: center;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.advantages .item:nth-child(4n+1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.advantages .item:nth-child(4n+2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.advantages .item:nth-child(4n+3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.advantages .item:nth-child(4n) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.advantages .item-image {
  margin-bottom: 16px;
}
.advantages .title {
  text-transform: uppercase;
}
.advantages .button-wrap {
  text-align: center;
  margin-top: 64px;
}
@media only screen and (max-width: 1280px) {
  .advantages {
    margin-bottom: 80px;
  }
  .advantages .item {
    width: calc(33.33% - 16px);
  }
}
@media only screen and (max-width: 991px) {
  .advantages .item {
    width: calc(50% - 16px);
    -webkit-transform: translateX(0px) !important;
        -ms-transform: translateX(0px) !important;
            transform: translateX(0px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .advantages .item {
    width: calc(100% - 16px);
  }
  .advantages .button-wrap {
    margin-top: 50px;
  }
}

.reviews {
  margin-bottom: 160px;
  overflow: hidden;
}
.reviews.active .image {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.reviews.active iframe {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.reviews .title-wrapper {
  max-width: 360px;
  margin: 0 auto 80px;
}
.reviews .header_2 {
  text-align: center;
  margin-bottom: 4px;
}
.reviews .subtitle {
  font-family: "greatvibes", sans-serif;
  font-size: 40px;
  text-transform: lowercase;
  text-align: right;
  color: #4e0012;
  -webkit-transform: rotate(-4deg) translateX(100px);
      -ms-transform: rotate(-4deg) translateX(100px);
          transform: rotate(-4deg) translateX(100px);
}
.reviews .block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 40px 0 110px;
}
.reviews .label {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.reviews .image {
  width: 460px;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.reviews iframe {
  width: 460px;
  border: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media only screen and (max-width: 991px) {
  .reviews {
    margin-bottom: 80px;
  }
  .reviews .title-wrapper {
    margin: 0 auto 50px;
  }
  .reviews .subtitle {
    font-size: 34px;
    -webkit-transform: rotate(-4deg) translateX(60px);
        -ms-transform: rotate(-4deg) translateX(60px);
            transform: rotate(-4deg) translateX(60px);
  }
  .reviews .block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .reviews .label {
    display: none;
  }
  .reviews .image {
    width: 100%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .reviews iframe {
    width: 100%;
    height: 700px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media only screen and (max-width: 767px) {
  .reviews .subtitle {
    font-size: 28px;
    -webkit-transform: rotate(-4deg) translateX(0px);
        -ms-transform: rotate(-4deg) translateX(0px);
            transform: rotate(-4deg) translateX(0px);
  }
}

body:not(.home-page) .news .title-wrapper {
  max-width: 100%;
}
body:not(.home-page) .news .header_2 {
  text-align: left;
}

.news {
  margin-bottom: 160px;
}
.news.active .item {
  -webkit-transform: translateX(0px) !important;
      -ms-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
}
.news .title-wrapper {
  max-width: 384px;
  margin: 0 auto 80px;
}
.news .header_2 {
  text-align: center;
  margin-bottom: 4px;
}
.news .subtitle {
  font-family: "greatvibes", sans-serif;
  font-size: 40px;
  text-transform: lowercase;
  text-align: right;
  color: #4e0012;
  -webkit-transform: rotate(-4deg) translateX(60px);
      -ms-transform: rotate(-4deg) translateX(60px);
          transform: rotate(-4deg) translateX(60px);
}
.news .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -16px -8px;
}
.news .item {
  width: 25%;
  padding: 16px 8px;
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
}
.news .item:nth-child(1) {
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
}
.news .item:nth-child(2) {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
.news .item:nth-child(3) {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}
.news .item:nth-child(4) {
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
}
.news .link {
  display: block;
}
.news .image {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  will-change: transform;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.news .image:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.news .number {
  display: block;
  font-family: "playfairdisplay", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #4e0012;
  margin-bottom: 8px;
}
.news .title {
  display: block;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news .title:hover {
  color: #4e0012;
}
.news .button-wrap {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .news {
    margin-bottom: 80px;
  }
  .news .title-wrapper {
    margin: 0 auto 50px;
  }
  .news .subtitle {
    font-size: 34px;
    -webkit-transform: rotate(-4deg) translateX(20px);
        -ms-transform: rotate(-4deg) translateX(20px);
            transform: rotate(-4deg) translateX(20px);
  }
  .news .item {
    width: 50%;
    -webkit-transform: translateX(0px) !important;
        -ms-transform: translateX(0px) !important;
            transform: translateX(0px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .news .item {
    width: 100%;
  }
  .news .subtitle {
    font-size: 28px;
    -webkit-transform: rotate(-4deg) translateX(0px);
        -ms-transform: rotate(-4deg) translateX(0px);
            transform: rotate(-4deg) translateX(0px);
  }
}

.form-desc {
  position: relative;
  overflow: hidden;
  padding-bottom: 160px;
}
.form-desc .line {
  position: absolute;
  top: 150px;
  left: 0;
}
.form-desc .form {
  position: relative;
  text-align: center;
}
.form-desc .form-bg {
  position: relative;
}
.form-desc .form-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 590px;
  padding: 0 32px;
}
.form-desc .header_2 {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 32px;
}
.form-desc .form-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
.form-desc .phone {
  text-align: left;
  color: #ffffff;
  margin-top: 20px;
}
.form-desc .phone a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-desc .phone a:hover {
  opacity: 0.6;
}
.form-desc .socials {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-desc .socials-title {
  color: #ffffff;
  margin-right: 16px;
}
.form-desc .socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.form-desc .socials-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-desc .socials-item:hover {
  opacity: 0.6;
}
.form-desc .button {
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .form-desc {
    background: #4e0012;
    padding-bottom: 0;
    margin-bottom: 80px;
  }
  .form-desc .line,
  .form-desc .form-bg {
    display: none;
  }
  .form-desc .form-content {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    padding: 80px 0;
  }
  .form-desc .form-item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 12px;
  }
  .form-desc .button {
    margin-top: 40px;
  }
}

.main {
  margin-bottom: 160px;
  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 .content {
    width: 94%;
  }
  .main .gallery-item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 991px) {
  .main {
    margin-bottom: 80px;
  }
  .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;
  }
}

.teachers {
  margin-bottom: 160px;
}
.teachers .header_1,
.teachers .header_2 {
  text-align: center;
  margin-bottom: 60px;
}
.teachers .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.teachers .item:last-child {
  margin-bottom: 0;
}
.teachers .item:nth-child(2n) .image-wrapper {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.teachers .text-wrapper {
  width: 55%;
  background: #fff;
  padding: 40px;
}
.teachers .title {
  margin-bottom: 20px;
}
.teachers .image-wrapper {
  width: 45%;
}
.teachers .image {
  position: sticky;
  display: block;
  top: 120px;
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1280px) {
  .teachers .item {
    gap: 20px;
  }
  .teachers .text-wrapper {
    padding: 20px 14px;
  }
}
@media only screen and (max-width: 991px) {
  .teachers {
    margin-bottom: 80px;
  }
  .teachers .header_1,
  .teachers .header_2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .teachers .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .teachers .text-wrapper {
    width: 100%;
    padding: 20px 10px;
  }
  .teachers .image-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .teachers .image {
    position: relative;
    top: 0;
    max-height: 250px;
  }
}

.footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer iframe {
  width: 45%;
  border: 0;
}
.footer .block {
  position: relative;
  width: 55%;
  background: #4e0012;
  padding: 56px;
}
.footer .header_2 {
  position: relative;
  color: #fff;
  margin-bottom: 64px;
}
.footer .logo {
  position: absolute;
  top: 56px;
  right: 100px;
}
.footer .item {
  margin-bottom: 32px;
}
.footer .item:last-child {
  margin-bottom: 0;
}
.footer .item-title {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
}
.footer .item-link {
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .item-link:hover {
  opacity: 0.6;
}
.footer .item-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.footer .item-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: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .item-social:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 1280px) {
  .footer .logo {
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer .header_2 {
    margin-bottom: 50px;
  }
  .footer .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer iframe {
    width: 100%;
    height: 500px;
  }
  .footer .block {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer .header_2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .footer .logo {
    top: 5px;
    right: 5px;
  }
  .footer .block {
    padding: 80px 10px 40px;
  }
  .footer .item {
    text-align: center;
  }
  .footer .item-socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.copyright {
  padding: 16px 0;
}
.copyright .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.copyright .link {
  font-size: 16px;
  color: #4e0012;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.copyright a.link:hover {
  color: #cfc1a9;
}
.copyright .create {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copyright .create:hover .create-icon svg {
  fill: #cfc1a9;
}
.copyright .create:hover .create-text {
  color: #cfc1a9;
}
.copyright .create-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.copyright .create-icon svg {
  fill: #4e0012;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.copyright .create-text {
  font-size: 16px;
  color: #4e0012;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1280px) {
  .copyright .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .copyright .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .copyright .link {
    width: 100%;
    text-align: center;
  }
}

.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(30, 30, 30, 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: #4e0012;
  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-video {
  width: 100%;
  max-width: 900px;
  display: none;
}
.form-video.active {
  display: block;
}
.form-video video {
  width: 100%;
  max-height: 90vh;
}

.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;
  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;
  }
}