@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSansRegular.eot');
  src: local('OpenSansRegular'), local('OpenSansRegular'),
  url('fonts/OpenSansRegular.eot?#iefix') format('embedded-opentype'),
  url('fonts/OpenSansRegular.woff') format('woff'),
  url('fonts/OpenSansRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cinzel Decorative';
  src: url('fonts/CinzelDecorativeBold.eot');
  src: local('CinzelDecorativeBold'), local('CinzelDecorativeBold'),
  url('fonts/CinzelDecorativeBold.eot?#iefix') format('embedded-opentype'),
  url('fonts/CinzelDecorativeBold.woff') format('woff'),
  url('fonts/CinzelDecorativeBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
  outline: none;
}

html {
  scrollbar-gutter: stable;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background-color: #C39E50;
  border-radius: 20px;
  border: 0;
}

body,
html {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  font-family: 'Open Sans';
  color: #DBD5CF;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  min-width: 375px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  background: #0E0703;
  overflow-x: hidden;
}

body.overflow {
  overflow: hidden;
}

a {
  font-family: 'Open Sans';
  color: #A97425;
  font-size: 20px;
  text-decoration: none;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
  transition: all 0.2s ease;
}

a:hover {
  text-decoration: none;
  color: #E0A750;
}

strong, b {
  font-weight: 500;
}

form {
  margin: 0;
  padding: 0;
  outline: none;
  min-height: 0;
}

img {
  border:0;
  max-width: 100%;
}

.section {
  position: relative;
}

.section__wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.section__divider {
  position: absolute;
  z-index: 1;
  top: -67px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/divider.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 129px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section__divider img {
  position: relative;
  z-index: 2;
}

.section__divider:before {
  content: '';
  background: #090704;
  height: 20px;
  width: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 54px;
}

.button {
  background-image: url("../images/ico/button.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 284px;
  height: 72px;
  outline: 0;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  transition: all 0.2s ease;
}

.button:hover {
  background-image: url("../images/ico/button-h.png");
}

.button div {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 7px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  flex: 0 0 100%;
  text-shadow: 0.75px 0.75px 0.5px #40250A;
  background: linear-gradient(94deg, #EDB02F 6.45%, #AA740C 107.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button span {
  text-align: center;
  font-size: 8px;
  line-height: 160%;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex: 0 0 100%;
  display: block;
  margin-top: -20px;
  text-shadow: 0.4px 0.4px 0.4px #40250A;
  background: linear-gradient(94deg, #EDB02F 6.46%, #AA740C 109.56%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button:hover div {
  text-shadow: 0.75px 0.75px 0.5px #40250A;
  background: linear-gradient(94deg, #FECA59 6.45%, #E3A93C 101.87%);
  background-clip: text;
  -webkit-background-clip: text;
}

.button:hover span {
  text-shadow: 0.4px 0.4px 0.2px #311C07;
  background: linear-gradient(94deg, #FBC757 6.46%, #E6AE42 103%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.swiper-button-next,
.swiper-button-prev {
  width: 82px;
  height: 30px;
}

.swiper-button-next {
  right: 60px !important;
}

.swiper-button-prev {
  left: 60px !important;
}

.swiper-button-prev:before {
  transform: rotate(180deg);
}

.swiper-button-next:before,
.swiper-button-prev:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="82" height="30" viewBox="0 0 82 30" fill="none"><path d="M65.8574 0.585733C66.6384 -0.19528 67.9055 -0.195209 68.6865 0.585733L81.4141 13.3142C82.1951 14.0953 82.1951 15.3613 81.4141 16.1424L68.6865 28.8709C67.9055 29.6518 66.6384 29.6519 65.8574 28.8709C65.0764 28.0899 65.0765 26.8228 65.8574 26.0418L75.1719 16.7283L12 16.7283C10.8954 16.7283 10 15.8329 10 14.7283C10 13.6237 10.8954 12.7283 12 12.7283L75.1719 12.7283L65.8574 3.41483C65.0765 2.63378 65.0764 1.36675 65.8574 0.585733Z" fill="%23C99D51" fill-opacity="0.4"/></svg>');
}

.swiper-button-next:hover:before,
.swiper-button-prev:hover:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="82" height="30" viewBox="0 0 82 30" fill="none"><path d="M65.8574 0.585733C66.6384 -0.19528 67.9055 -0.195209 68.6865 0.585733L81.4141 13.3142C82.1951 14.0953 82.1951 15.3613 81.4141 16.1424L68.6865 28.8709C67.9055 29.6518 66.6384 29.6519 65.8574 28.8709C65.0764 28.0899 65.0765 26.8228 65.8574 26.0418L75.1719 16.7283L12 16.7283C10.8954 16.7283 10 15.8329 10 14.7283C10 13.6237 10.8954 12.7283 12 12.7283L75.1719 12.7283L65.8574 3.41483C65.0765 2.63378 65.0764 1.36675 65.8574 0.585733Z" fill="%23C99D51"/></svg>');
}



@media (max-width: 991px) {
  .section__divider {
    background-image: url("../images/divider_mob.png");
    height: 62px;
    top: -31px;
  }

  .section__divider img {
    width: 72px;
  }

  .section__divider:before {
    top: 28px;
    height: 7px;
  }
}

@media (max-width: 768px) {
  .swiper-button-next {
    right: 30px !important;
    display: none !important;
  }

  .swiper-button-prev {
    left: 30px !important;
    display: none !important;
  }
}

/*header*/

.header {
  background-image: url("../images/header_bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 151px;
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 51px;
  flex-wrap: wrap;
  flex: 0 0 calc(50% - 100px);
}

.header__menu-r {
  justify-content: flex-end;
}

.header__logo {
  flex: 0 0 200px;
  text-align: center;
}

.header__mob {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 4;
}

.header__mob-cor {
  width: 26px;
  height: 26px;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 5;
  display: none;
}

.header__mob-cor-hide {
  display: none;
}

.header__mob-body {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100vh;
  background: #251705;
  padding-top: 100px;
  margin-bottom: 50px;
  display: none;
}

.header__mob-body-wrapper {
  overflow-y: auto;
  max-height: 100%;
  padding: 0 16px 32px 16px;
}

.header__mob-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.header__mob-block {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
}

.header__mob-block a {
  font-size: 16px;
  position: relative;
  display: inline-flex;
  justify-content: center;
}

.header__mob-block a:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #A97425;
  border-radius: 100%;
  position: relative;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.header__mob-menu {
  position: relative;
  padding-top: 56px;
}

.header__mob-menu:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 12px;
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  background-position: center;
  max-width: 240px;
  background-size: 100% auto;
}

.header__mob-copi {
  position: relative;
  color: #966B15;
  text-align: center;
  font-size: 14px;
  margin-top: 56px;
  padding-top: 56px;
}

.header__mob-copi:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 12px;
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  background-position: center;
  max-width: 240px;
  background-size: 100% auto;
}

@media (max-width: 991px) {
  .header {
    background-size: auto 100%;
  }

  .header__wrapper {
    height: 72px;
  }

  .header__logo img {
    width: 72px;
  }

  .header__menu {
    display: none;
  }

  .header__logo {
    flex: 0 0 calc(100% - 100px);
    position: relative;
    z-index: 5;
    margin: 0 50px;
  }

  .header__mob-cor {
    display: flex;
  }
}

@media (max-width: 768px) {

}

/*header*/

/*footer*/

.footer {
  padding-top: 136px;
  padding-bottom: 109px;
  background-image: url("../images/footer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer__copi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding-top: 93px;
  margin-top: 154px;
  color: #966B15;
  position: relative;
}

.footer__copi:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  max-width: 1072px;
  width: 100%;
  height: 12px;
  background-image: url("../images/line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer__body {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1072px;
  margin: 0 auto;
}

.footer__block {
  flex: 0 0 calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 56px;
}

.footer__block-caption {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.2px;
  margin-bottom: 15px;
}

.footer__block-desc {
  letter-spacing: 1.6px;
}

.footer__block-menu {
  flex: 0 0 300px;
}

.footer__menu-block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer__menu-block a {
  display: block;
  width: 100%;
  position: relative;
}

.footer__menu-block a:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #A97425;
  border-radius: 100%;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .footer {
    padding-top: 74px;
    padding-bottom: 64px;
  }

  .footer__body {
    flex-wrap: wrap;
  }

  .footer__block {
    flex: 0 0 100%;
    text-align: center;
    justify-content: center;
    gap: 12px;
  }

  .footer__block-description {
    gap: 32px;
  }

  .footer__block-desc,
  .footer__block-desc a {
    font-size: 16px;
  }

  .footer__block-menu {
    margin-top: 48px;
    padding-top: 48px;
    position: relative;
    gap: 32px;
  }

  .footer__block-menu .footer__menu-block {
    gap: 12px;
  }

  .footer__block-menu:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-width: 240px;
    width: 100%;
    height: 12px;
    background-image: url(../images/line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
  }

  .footer__copi:before {
    max-width: 240px;
    background-size: 100% auto;
  }

  .footer__copi {
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
    padding-top: 48px;
    margin-top: 48px;
    font-size: 16px;
  }

  .footer__copi div {
    flex: 0 0 100%;
  }

  .footer__menu-block a {
    font-size: 16px;
  }

  .footer__menu-block a:before {
    content: none;
  }
}

@media (max-width: 768px) {

}

/*footer*/

/*gl-banner*/

.gl-banner {
  background-image: url("../images/gl-banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #0E0703;
  height: 1000px;
  position: relative;
  top: -25px;
  z-index: 1;
}

.gl-banner__caption {
  text-align: center;
  font-family: "Cinzel Decorative";
  font-size: 72px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 9px;
  background: linear-gradient(180deg, #FAD681 22.33%, #F2CC75 32.83%, #946F2A 75.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 253px;
  color: #FAD681;
}

.gl-banner__text {
  color: #DBD5CF;
  text-align: center;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 16px;
  text-transform: uppercase;
  margin-top: 32px;
}

.collection-banner {
  background-image: url("../images/collection_bg.png");
}

.history-banner {
  background-image: url("../images/history_bg.png");
}

.records-banner {
  background-image: url("../images/records_bg.png");
}

.global-banner {
  background-image: url("../images/global_bg.png");
}

.vn-banner {
  height: 540px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  top: -25px;
  margin-bottom: -25px;
  z-index: 1;
  border-bottom: 2px solid #6C4507;
  background-color: radial-gradient(50% 52.5% at 50% 52.5%, rgba(169, 107, 0, 0.30) 0%, rgba(20, 12, 5, 0.15) 100%);
}

.vn-banner .gl-banner__caption {
  margin-top: 140px;
}

.mtop0 {
  margin-top: 0 !important;
}

@media (max-width: 991px) {
  .gl-banner {
    height: 300px;
  }

  .vn-banner {
    height: 300px;
  }

  .gl-banner__caption {
    font-size: 28px;
    letter-spacing: 4px;
    margin-top: 54px;
  }

  .gl-banner__text {
    margin-top: 24px;
    font-size: 14px;
    letter-spacing: 7px;
  }

  .vn-banner .gl-banner__caption {
    margin-top: 110px;
  }
}

@media (max-width: 768px) {

}

/*gl-banner*/

/*cslider*/

.cslider {
  margin-top: -400px;
}

.cslider__items {

}

.cslider__item {
  display: block;
  width: 384px;
  height: 576px;
  padding: 60px 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, #0B0906 0%, #160D00 100%);
  box-shadow: 0 10px 20px -5px rgba(110, 66, 0, 0.40) inset, 0 100px 100px -100px rgba(115, 77, 20, 0.30) inset, 0 -100px 100px -100px rgba(115, 77, 20, 0.24) inset;
  transition: all 0.2s ease;
}

.cslider__img {
  height: 296px;
  text-align: center;
  transition: all 0.2s ease;
}

.cslider__img img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.2s ease;
  filter: brightness(50%);
}

.cslider__title {
  margin-top: 56px;
  text-align: center;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #BC9249 25%, #C99D51 48.63%, #866327 70.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.2s ease;
}

.cslider__desc {
  color: #9F8A75;
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 6px;
  margin-top: 12px;
}

.cslider__item:hover {
  border-radius: 16px;
  background: linear-gradient(180deg, #0B0906 0%, #1B0F01 99.52%);
  box-shadow: 0 4px 8px 0 rgba(172, 111, 26, 0.50) inset, 0 -4px 8px 0 rgba(26, 15, 0, 0.70) inset, 0 100px 100px -100px rgba(120, 70, 0, 0.90) inset, 0 -80px 80px -80px rgba(86, 50, 0, 0.64) inset, 0 -80px 200px -50px rgba(163, 95, 0, 0.32) inset;
}

.cslider__item:hover .cslider__title {
  background: linear-gradient(180deg, #D9A853 31.7%, #FFDC7D 45.54%, #A8864C 75.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cslider__item:hover .cslider__img img {
  filter: brightness(100%);
}

@media (max-width: 991px) {
  .cslider {
    margin-top: -100px;
  }

  .cslider__item {
    width: 280px;
    height: 408px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .cslider__img {
    height: 220px;
  }

  .cslider__title {
    margin-top: 38px;
    font-size: 20px;
    letter-spacing: 3px;
  }

  .cslider__desc {
    font-size: 16px;
    letter-spacing: 6px;
    margin-top: 8px;
  }

  .cslider__item.swiper-slide-active {
    border-radius: 16px;
    background: linear-gradient(180deg, #0B0906 0%, #1B0F01 99.52%);
    box-shadow: 0 4px 8px 0 rgba(172, 111, 26, 0.50) inset, 0 -4px 8px 0 rgba(26, 15, 0, 0.70) inset, 0 100px 100px -100px rgba(120, 70, 0, 0.90) inset, 0 -80px 80px -80px rgba(86, 50, 0, 0.64) inset, 0 -80px 200px -50px rgba(163, 95, 0, 0.32) inset;
  }

  .cslider__item.swiper-slide-active .cslider__title {
    background: linear-gradient(180deg, #D9A853 31.7%, #FFDC7D 45.54%, #A8864C 75.37%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .cslider__item.swiper-slide-active .cslider__img img {
    filter: brightness(100%);
  }
}

@media (max-width: 768px) {

}

/*cslider*/

/*section-block*/

.section-block {
  margin-top: 32px;
  padding: 84px;
  background: linear-gradient(180deg, #110904 0%, #0A0602 48.56%, #170E00 100%);
  box-shadow: 0 160px 100px -100px rgba(115, 71, 20, 0.08) inset, 0 -160px 100px -100px rgba(115, 71, 20, 0.08) inset;
}

.section-block__caption {

}

.section-block__caption div {
  text-align: center;
  font-family: "Cinzel Decorative";
  font-size: 44px;
  line-height: 120%;
  letter-spacing: 4px;
  background: linear-gradient(180deg, #FAD681 22.33%, #F2CC75 32.83%, #946F2A 75.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-block__desc {
  margin-top: 24px;
  color: #DBD5CF;
  text-align: center;
  font-size: 20px;
  line-height: 260%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-block__butt {
  margin-top: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-block-wdivider {
  margin-top: 15px;
}

.section-block1 {
  height: 1096px;
  background-image: url("../images/section-block1.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}

.section-block2 {
  height: 1280px;
  background-image: url("../images/section-block2.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-block3 {
  height: 1096px;
  background-image: url("../images/section-block3.png");
  background-position: left center;
  background-repeat: no-repeat;
}

.section-block4 {
  height: 1096px;
  background-image: url("../images/section-block4.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}

.section-block.section-block-column .section__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.section-block.section-block-cr .section__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}

.section-block.section-block-cr .section-block__butt {

}


@media (max-width: 991px) {
  .section-block-wdivider {
    margin-top: 5px;
  }

  .section-block__caption div {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .section-block__desc {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 48px;
  }

  .section-block__butt {
    margin-top: 0;
  }

  .section-block .section__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .section-block.section-block-cr .section__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
  }

  .section-block1 {
    height: 740px;
  }

  .section-block2 {
    height: 780px;
  }

  .section-block3 {
    height: 780px;
    background-position: 50% center;
  }

  .section-block4 {
    height: 780px;
  }

  .section-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {

}

/*section-block*/

/*collection*/

.collection {

}

.collection__t-block {
  margin-bottom: 126px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.collection__t-block-caption {
  color: #C39E50;
  text-align: center;
  font-family: "Cinzel Decorative";
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 5px;
  margin-bottom: 32px;
}

.collection__t-block-text {
  color: #C39E50;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 1px;
}

.collection__line {
  margin-bottom: 126px;
  background: #835A1D;
  max-width: 384px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.collection__s-block {
  margin-bottom: 126px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.collection__s-block-caption {
  color: #C39E50;
  text-align: center;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 4px;
  margin-bottom: 24px;
}

.collection__s-block-text {
  color: #BFBDBA;
  text-align: center;
  font-size: 20px;
  line-height: 180%;
}

.collection__qoute {
  margin-bottom: 126px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #E2BD6A;
  text-align: center;
  font-size: 36px;
  font-style: italic;
  line-height: 160%;
  letter-spacing: 2px;
}

.collection__counters {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 126px;
}

.collection__counter {
  flex: 0 0 calc(33.333333% - 16px);
  text-align: center;
}

.collection__counter-number {
  color: #BFBDBA;
  text-align: center;
  font-size: 88px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 7px;
  margin-bottom: 40px;
}

.collection__counter-title {
  color: #C39E50;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.collection__counter-desc {
  color: #BFBDBA;
  text-align: center;
  font-size: 20px;
  line-height: 180%;
}

@media (max-width: 991px) {
  .collection__t-block {
    margin-bottom: 48px;
  }

  .collection__t-block-caption {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .collection__t-block-text {
    font-size: 18px;
  }

  .collection__s-block {
    margin-bottom: 48px;
  }

  .collection__s-block-caption {
    font-size: 48px;
  }

  .collection__s-block-text {
    font-size: 20px;
  }

  .collection__qoute {
    margin-bottom: 48px;
    font-size: 24px;
  }

  .collection__line {
    margin-bottom: 48px;
    width: 200px;
  }

  .collection__counters {
    flex-wrap: wrap;
    margin-bottom: 48px;
  }

  .collection__counter {
    flex: 0 0 100%;
    margin-bottom: 24px;
    padding-bottom: 24px;
    position: relative;
  }

  .collection__counter:after {
    content: '';
    display: block;
    background: #4F3C1C;
    width: 200px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
  }

  .collection__counter:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .collection__counter:last-child:after {
    content: none;
  }


}

@media (max-width: 768px) {


}

/*collection*/

/*catalog*/

.catalog {

}

.catalog__desc {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 74px;
}

.catalog__desc-title {
  color: #C39E50;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 5px;
  margin-bottom: 32px;
  font-family: "Cinzel Decorative";
}

.catalog__desc-text {
  color: #C39E50;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 180%;
}

.catalog__items {
  position: relative;
  top: 50px;
  margin-bottom: 53px;
}

.catalog__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 120px;
}

.catalog__item:first-child {
  padding-bottom: 20px;
}

.catalog__item:last-child {
  /*padding-bottom: 20px;*/
}

.catalog__item:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -1px;
  background: #72592A;
  height: 100%;
  width: 2px;
}

.catalog__dotted .catalog__item:before {
  background: url("../images/ico/dotted.png") repeat-y center;
}

.catalog__dashed .catalog__item:before {
  background: url("../images/ico/dashed.png") repeat-y center;
}

.catalog__item-img {
  /*height: 488px;*/
  padding: 64px;
  border-radius: 16px;
  background: #1F1306;
  box-shadow: 0 8px 8px 0 rgba(60, 34, 5, 0.50) inset, 0 -8px 8px 0 rgba(60, 34, 5, 0.50) inset, -160px 0 160px -110px rgba(255, 136, 0, 0.30), 160px 0 160px -110px rgba(255, 136, 0, 0.30);
  flex: 0 0 calc(50% - 104px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog__item-img img {
  max-width: 100%;
  max-height: 100%;
  /*object-position: center;*/
  /*object-fit: cover;*/
}

.catalog__item-body {
  flex: 0 0 calc(50% - 104px);
}

.catalog__item-country {
  color: #997738;
  text-shadow: 0 0 32px rgba(103, 69, 0, 0.80);
  font-size: 40px;
  line-height: 172%;
  letter-spacing: 2px;
  margin-bottom: 32px;
}

.catalog__item-year {
  color: #C39E50;
  font-family: "Cinzel Decorative";
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 5px;
  margin-bottom: 16px;
  position: relative;
}

.catalog__item-year:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: calc(-104px - 12px);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #72592A;
  top: 50%;
  transform: translateY(-50%);
}

.catalog__item-year:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: -104px;
  width: calc(104px - 32px);
  height: 2px;
  background: #72592A;
  top: 50%;
  transform: translateY(-50%);
}

.catalog__dotted .catalog__item-year:after {
  background: url("../images/ico/dotted-x.png") repeat-x center;
}

.catalog__dashed .catalog__item-year:after {
  background: url("../images/ico/dashed-x.png") repeat-x center;
}

.catalog__item-title {
  overflow: hidden;
  color: #B18E41;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  margin-bottom: 32px;
}

.catalog__item-desc {
  color: #F5F2EE;
  font-size: 18px;
  line-height: 240%;
}

.catalog__item:nth-child(2n + 2) {

}

.catalog__item:nth-child(2n + 2) .catalog__item-img {
  order: 2;
}

.catalog__item:nth-child(2n + 2) .catalog__item-body {
  order: 1;
  text-align: right;
}

.catalog__item:nth-child(2n + 2) .catalog__item-year:before {
  left: auto;
  right: calc(-104px - 12px);
}

.catalog__item:nth-child(2n + 2) .catalog__item-year:after {
  left: auto;
  right: -104px;
}

.catalog__section {
  position: relative;
  padding-top: 84px;
  margin-bottom: 84px;
}

.catalog__section:nth-child(1) {
  padding-top: 0;
}

.catalog__section:last-child {
  margin-bottom: 0;
}

.catalog__item-year-mline {
  position: absolute;
  bottom: 24px;
  width: 2px;
  height: 24px;
  background: #72592A;
  display: none;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .catalog__desc {
    margin-bottom: 90px;
  }

  .catalog__desc-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .catalog__desc-text {
    font-size: 18px;
  }

  .catalog__item {
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .catalog__item-img {
    flex: 0 0 100%;
    order: 1 !important;
    margin-bottom: 32px;
  }

  .catalog__item-body {
    flex: 0 0 100%;
    order: 2 !important;
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }

  .catalog__item:before {
    content: none;
  }

  .catalog__item-country {
    font-size: 26px;
    margin-bottom: 20px;
    flex: 0 0 100%;
    text-align: center;
    line-height: 100%;
  }

  .catalog__item-year {
    margin-bottom: 28px;
    padding-bottom: 54px;
    font-size: 32px;
    order: -1;
    flex: 0 0 100%;
    text-align: center;
  }

  .catalog__item-title {
    font-size: 18px;
    margin-bottom: 24px;
    flex: 0 0 100%;
    text-align: center;
  }

  .catalog__item-desc {
    font-size: 16px;
    flex: 0 0 100%;
    text-align: center;
  }

  .catalog__item-year:before {
    top: auto;
    transform: translatex(-50%);
    bottom: 0;
    left: 50% !important;
  }

  .catalog__item-year:after {
    top: auto;
    transform: translateX(0) translateY(0);
    bottom: 12px;
    width: 100%;
    left: 0 !important;
    right: auto !important;
  }

  .catalog__item-year-mline {
    display: block;
  }

  .catalog__section .section__divider {
    top: 0;
  }

  .catalog__dotted .catalog__item-year-mline {
    background: url("../images/ico/dotted.png") repeat-y center;
  }

  .catalog__dashed .catalog__item-year-mline {
    background: url("../images/ico/dashed.png") repeat-y center;
  }

}

@media (max-width: 768px) {

}

/*catalog*/