@font-face {
  font-family: "MyriadPro";
  src: url("../../fonts/MyriadPro-Regular.otf") format("otf");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

button {
  outline: none;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #ffffff;
  margin: 0;
  color: #000;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #000000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ffffff;
  overflow-x: hidden;
}

/* Container */
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 10px;
}

.section__title {
  font-size: 32px;
  margin-top: 75px;
  font-weight: 700;
  text-transform: uppercase;
}

.header {
  width: 100%;
  height: 125px;
  padding: 30px 0;
}
.header-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  height: 65px;
}
.header__letter {
  height: 15px;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 70%;
}
.nav{
	list-style:none;
}
.nav__item, .nav .menu-item {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
}
.nav__item a, .nav .menu-item a {
  text-decoration: none;
  color: #C9AA7C;
}

.intro {
  position: relative;
  height: 795px;
  width: 100%;
  overflow: hidden;
}
.intro__bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(114, 71, 4, 0.25);
}
.intro__amber {
  position: absolute;
  top: -52%;
  height: 150%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.intro__amber.right {
  right: -54%;
}
.intro__amber.left {
  left: -54%;
}
.intro__main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  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;
}
.intro__logo {
  margin-top: 60px;
  height: 420px;
  margin-bottom: 40px;
}
.intro__service {
  text-transform: uppercase;
  color: #c9aa7c;
  font-size: 13px;
  font-weight: 400;
}
.intro__service-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 530px;
}
.intro__buttons {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 530px;
}
.intro__button {
  border: 1px solid #c9aa7c;
  background-color: transparent;
  color: #c9aa7c;
  width: 250px;
  height: 60px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.intro__button:hover {
  background-color: #c9aa7c;
  color: rgb(42, 28, 0);
}

.present {
  margin-bottom: 100px;
}
.present-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.present .section__title {
  width: 66%;
}
.present__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.present__text {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 400;
  width: 66%;
}
.present__img {
  width: 100%;
}
.present__img-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.present__img__gradient {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 370px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.info__product {
  position: relative;
  height: 720px;
  margin-top: 180px;
}
.info__product__img {
  min-width: 1180px;
  max-height: 720px;
}
.info__product__img-wrapper {
  z-index: -1;
  position: absolute;
  right: -33%;
  height: 100%;
}
.info__product__img-inner {
  position: relative;
}
.info__product__img__gradient {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 370px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(37, 37, 37)), to(rgba(37, 37, 37, 0)));
  background: linear-gradient(90deg, rgb(37, 37, 37), rgba(37, 37, 37, 0));
}
.info__product__title {
  padding-top: 90px;
  text-transform: uppercase;
  width: 500px;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.info__product__desc {
  width: 420px;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
}
.info__product__button {
  font-family: "Montserrat", sans-serif;
  width: 250px;
  height: 60px;
  background-color: #c9aa7c;
  color: black;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
  border: 0;
  cursor: pointer;
}

.gallery {
  padding-top: 120px;
}
.gallery__text {
  margin-top: 60px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 75px;
}
.gallery__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 200px;
}
.gallery__product:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.gallery__product:nth-child(even) .gallery__product__info {
  margin-right: 80px;
  margin-left: 0;
}
.gallery__product__img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.gallery__product__img-wrapper {
  max-width: 50%;
  width: 100%;
  height: 620px;
  overflow: hidden;
}
.gallery__product__info {
  width: 50%;
  margin-left: 80px;
}
.gallery__product__title {
  margin-top: 115px;
  font-size: 24px;
  text-transform: uppercase;
}
.gallery__product__desc {
  font-weight: 400;
  margin-top: 50px;
}
.gallery__product__desc > * {
  margin-bottom: 10px;
}
.gallery__product__text {
  margin-top: 50px;
  max-height: 160px;
  overflow: hidden;
}
.gallery__product__price {
  margin-top: 40px;
  font-weight: 700;
  font-size: 18px;
  color: #c9aa7c;
}
.gallery__product__button {
  margin-top: 50px;
  height: 60px;
  width: 250px;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}

.footer__top {
  height: 620px;
  background-color: #c9aa7c;
  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;
}
.footer__logo {
  height: 350px;
}
.footer__service-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 530px;
  margin-top: 70px;
}
.footer__service {
  text-transform: uppercase;
  color: black;
  font-size: 13px;
  font-weight: 400;
}
.footer__schedule {
  margin-top: 60px;
  color: white;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.footer__bot {
  height: 125px;
}
.footer__bot-inner {
  width: 100%;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__bot__item {
  color: #c9aa7c;
}
.footer__bot__item.white {
  color: white;
}
.footer__bot__item.white a {
  color: white;
  text-decoration: none;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__socials-text {
  margin-right: 45px;
}
.footer__socials__item {
  border: 1px solid #c9aa7c;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.footer__socials__item i {
  color: #c9aa7c;
  font-size: 20px;
}
.footer__socials__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95px;
}

.philosophy {
  height: 520px;
}

.phil__text {
  margin-top: 60px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  line-height: 1.5;
  font-size: 18px;
}

.ad_banner {
  margin-top: 50px;
  width: 100%;
  height: 270px;
  position: relative;
  overflow: hidden;
}
.ad_banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about_us__text {
  margin-top: 60px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  line-height: 1.5;
  font-size: 18px;
}

.payment {
  margin-bottom: 200px;
}
.payment__text {
  width: 40%;
  margin-top: 60px;
  font-size: 18px;
}

@media screen and (max-width: 1700px) {
  .intro__amber {
    top: -55%;
  }
  .intro__amber.left {
    left: -72%;
  }
  .intro__amber.right {
    right: -72%;
  }
}
@media screen and (max-width: 1450px) {
  .intro__amber {
    height: 130%;
    top: -36%;
  }
}
@media screen and (max-width: 1250px) {
  .intro__amber {
    height: 115%;
  }
}
.burger {
  display: none;
  position: relative;
  height: 30px;
  width: 40px;
  margin-left: 20px;
  overflow: hidden;
}
.burger__item {
  height: 10%;
  width: 100%;
  position: absolute;
  background-color: #c9aa7c;
}
.burger__item:nth-child(1) {
  top: 0;
}
.burger__item:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.burger__item:nth-child(3) {
  bottom: 0;
}

.menu {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 100;
  background-color: black;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu.hidden {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}
.menu-wrapper {
  width: 100%;
  height: 100%;
}
.menu__close {
  border: 0;
  background-color: transparent;
  color: #c9aa7c;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 50px;
}
.menu__nav {
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.menu__nav__item, .menu__nav .menu-item {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
}
.menu__nav{list-style: none;}
.menu__nav__item a, .menu__nav .menu-item a {
  text-decoration: none;
  color: #c9aa7c;
}
a.gallery__product__button{
	display: block;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
}
@media screen and (max-width: 1200px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .burger {
    display: block;
  }

  .nav {
    display: none;
  }

  .header__letter {
    height: 30px;
  }

  .present {
    position: relative;
    height: 400px;
    margin-bottom: 50px;
  }
  .present__img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
  .present__img-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
  }

  .philosophy {
    height: auto;
  }

  .gallery {
    padding-top: 50px;
  }

  .info__product {
    margin-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .intro__amber {
    height: 100%;
  }
}
@media screen and (max-width: 950px) {
  .intro__amber {
    top: -30%;
  }
  .intro__amber.left {
    left: -100%;
  }
  .intro__amber.right {
    right: -100%;
  }
}
@media screen and (max-width: 870px) {
  .gallery__product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px;
  }
  .gallery__product:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gallery__product:nth-child(even) .gallery__product__info {
    margin-right: 0;
  }
  .gallery__product__info {
    margin-left: 0;
    width: 100%;
  }
  .gallery__product__img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: initial;
       object-position: initial;
    max-width: 850px;
    max-height: 620px;
  }
  .gallery__product__img-wrapper {
    max-height: 620px;
    max-width: none;
    height: initial;
    display: -ms-grid;
    display: grid;
	overflow: visible;
    place-items: center;
	
  }
  .gallery__product__title {
    margin-top: 50px;
  }

  .footer__bot {
    height: auto;
  }
  .footer__bot-inner {
    padding-top: 30px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__bot__item {
    margin-bottom: 20px;
  }
  .footer__socials-text {
    margin-right: 15px;
  }
}
@media screen and (max-width: 760px) {
  .intro__amber.left {
    left: -140%;
  }
  .intro__amber.right {
    right: -140%;
  }

  .present .section__title {
    width: 100%;
  }
  .present__text {
    width: 100%;
  }

  .phil__text {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .about_us__text {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .gallery__text {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .payment__text {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .intro__amber {
    top: -50%;
    height: 80%;
  }
  .intro__amber.left {
    left: -50%;
    right: 0;
    margin: auto;
  }
  
  .gallery__product__img-wrapper {
    max-height: 620px;
    max-width: none;
    height: 100%;
    display: block;    
	overflow: visible;
	
  }
  .intro__amber.right {
    display: none;
  }
  .intro__logo {
    height: 300px;
  }
  .intro__service {
    margin-bottom: 20px;
  }
  .intro__service-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .intro__buttons {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .intro__button {
    margin-bottom: 20px;
  }

  .section__title {
    font-size: 24px;
  }

  .present__img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .ad_banner_img {
    height: 100%;
  }

  .gallery__product__img {
    max-width: initial;
    width: 100%;
  }
  .gallery__product__button-wrapper {
    text-align: center;
  }

  .info__product__title {
    width: 100%;
  }
  .info__product__desc {
    width: 100%;
  }

  .footer__service {
    margin-bottom: 20px;
  }
  .footer__service-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .footer__schedule {
    text-align: center;
    width: 100%;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .info__product {
    text-align: center;
  }
  .info__product__title {
    font-size: 20px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 440px) {
  .menu__nav__item {
    font-size: 30px;
  }
}
@media screen and (max-height: 576px) {
  .menu__nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .menu__nav__item {
    font-size: 24px;
  }
}