@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;
  height: 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-color: #0E0703;
  /*background-image: url("../images/bg.png");*/
  background-repeat: repeat;
  background-size: auto;
  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;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.catalog__divider {
  width: 100vw;
}

.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-h.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 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, #FECA59 6.45%, #E3A93C 101.87%);
  background-clip: text;
  -webkit-background-clip: text;
}

.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.2px #311C07;
  background: linear-gradient(94deg, #FBC757 6.46%, #E6AE42 103%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
  .button:hover {
    background-image: url("../images/ico/button.png");
  }

  .button:hover div {
    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;
  }

  .button:hover span {
    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;
  }

}

.swiper-button-next,
.swiper-button-prev {
  width: 82px;
  height: 30px;
  bottom: 113px;
  top: auto !important;
  z-index: 3;
}

.swiper-button-prev {
  right: 50% !important;
  margin-right: 578px;
  left: auto !important;
}

.swiper-button-next {
  right: auto !important;
  margin-left: 578px !important;
  left: 50% !important;
}

@media (max-width: 1400px) {
  .swiper-button-next {
    right: 40px !important;
    left: auto !important;
    margin: 0 !important;
  }

  .swiper-button-prev {
    left: 40px !important;
    right: auto !important;
    margin: 0 !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;
  max-width: 1820px;
  padding-left: 50px;
  padding-right: 50px;
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 51px;
  flex-wrap: wrap;
  flex: 0 0 calc(50% - 100px);
  margin-top: -30px;
}

.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: left center;
  background-size: cover;
}

.footer__wrapper {
  max-width: 1072px;
}

.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%;
  margin-bottom: 16px;
  background: linear-gradient(90deg, #E2B658 0%, #D39F3B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer__block-desc {
  font-size: 20px;
  line-height: 110%;
  background: linear-gradient(90deg, #C98C31 0%, #B17B2A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer__block-desc a {
  font-size: 20px;
  line-height: 110%;
  background: linear-gradient(90deg, #C98C31 0%, #B17B2A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.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: 18px;
  }

  .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: auto;
  background-color: #0E0703;
  height: 1089px;
  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__caption p {
  margin: 0;
  padding: 0;
  line-height: inherit;
  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;
  color: #FAD681;
}

.gl-banner__text {
  color: #D9D6D2;
  text-align: center;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 28px;
}

.gl-banner__text p {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

.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");
}

.people-banner {
  background-image: url("../images/people_bg.png");
}

.blog-banner {
  background-image: url("../images/blog_bg.png");
}

.vn-banner {
  height: 414px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto;
  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%);
  position: relative;
}

.vn-banner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: radial-gradient(50% 52.5% at 50% 52.5%, rgba(169, 107, 0, 0.30) 0%, rgba(20, 12, 5, 0.15) 100%);
  width: 100%;
  height: 2px;
}

.vn-banner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: 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: 110px;
}

.vn-banner .gl-banner__caption p {
  margin-bottom: 20px;
}

.vn-banner .gl-banner__caption p:last-child {
  margin-bottom: 0;
}

.none-banner.none-banner__blog .gl-banner__caption {
  font-size: 48px;
}

.none-banner.none-banner__blog .gl-banner__text {
  font-size: 20px;
}

.mtop0 {
  margin-top: 0 !important;
}

.none-banner {
  background-color: #1A1005;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  background-blend-mode: soft-light;
  /*min-height: 345px;*/
  height: initial;
  padding-bottom: 64px;
}

.none-banner .gl-banner__caption {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}

.none-banner .gl-banner__text {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  .gl-banner {
    height: 300px;
  }

  .vn-banner {
    height: 300px;
  }

  .none-banner {
    height: initial;
    padding: 48px 0 48px 0;
  }

  .gl-banner__caption {
    font-size: 32px;
    letter-spacing: 4px;
    margin-top: 54px;
    line-height: 120%;
  }

  .gl-banner__text {
    margin-top: 24px;
    font-size: 14px;
    letter-spacing: 7px;
    line-height: 160%;
  }

  .vn-banner .gl-banner__caption {
    margin-top: 110px;
  }

  .none-banner .gl-banner__caption {
    font-size: 32px;
    margin-top: 30px;
  }

  .none-banner.none-banner__blog .gl-banner__caption {
    font-size: 32px;
  }

  .none-banner.none-banner__blog .gl-banner__text {
    font-size: 14px;
  }

  .vn-banner .gl-banner__caption p {
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {

}

/*gl-banner*/

/*cslider*/

.cslider {
  margin-top: -400px;
  position: relative;
}

.cslider__items:before {
  content: '';
  background: linear-gradient(90deg, rgba(10, 6, 4, 0.70) 0%, rgba(10, 6, 4, 0.00) 100%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 250px;
  z-index: 2;
}

.cslider__items:after {
  content: '';
  background: linear-gradient(270deg, rgba(10, 6, 4, 0.70) 0%, rgba(10, 6, 4, 0.00) 100%);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 250px;
  z-index: 1;
}

.cslider .section__wrapper {
  position: relative;
}

.section__wrapper-sw-butt {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}

/*.cslider .section__wrapper:before {*/
/*  content: '';*/
/*  background: #fff;*/
/*  width: 100px;*/
/*  height: 100%;*/
/*  z-index: 10;*/
/*  display: block;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*}*/

/*.cslider .section__wrapper:after {*/
/*  content: '';*/
/*  background: #fff;*/
/*  width: 100px;*/
/*  height: 100%;*/
/*  z-index: 10;*/
/*  display: block;*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 0;*/
/*}*/

.cslider__items {
  position: relative;
  z-index: 1;
}

.cslider__item {
  display: block;
  width: 280px;
  height: 416px;
  padding: 56px 32px 48px 32px;
  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;
  box-sizing: border-box;
}

.cslider__img {
  height: 216px;
  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: 40px;
  text-align: center;
  line-height: 160%;
  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;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
}

.cslider__desc {
  color: #9F8A75;
  text-align: center;
  line-height: 160%;
  letter-spacing: 6px;
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
}

.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__items:before {
    width: 25px;
  }

  .cslider__items:after {
    width: 25px;
  }

  .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__bg {
  background-color: #1A1005;
  background-image: url("../images/bg.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  background-blend-mode: soft-light;
}

.section-block__caption {

}

.section-block__caption p {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

.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: #D9D6D2;
  text-align: center;
  font-size: 20px;
  line-height: 260%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-block__desc p {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

.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: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #0E0703;
}

.section-block2 {
  height: 1096px;
  background-image: url("../images/section-block2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #0E0703;
}

.section-block3 {
  height: 1096px;
  background-image: url("../images/section-block3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #0E0703;
}

.section-block4 {
  height: 1096px;
  background-image: url("../images/section-block4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #0E0703;
}

.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: 780px;
  }

  .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 {
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.catalog__wrapper {

}

.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__desc-text p {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

.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 {

}

.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;
  width: 4px;
}

.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, -120px 0 100px -110px rgba(255, 136, 0, 0.30), 100px 0 80px -110px rgba(255, 136, 0, 0.30);
  flex: 0 0 calc(50% - 104px);
  display: flex;
  align-items: center;
  justify-content: center;
}


.catalog__item-img a {
  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;
  height: 4px;
}

.catalog__dashed .catalog__item-year:after {
  /*background: url("../images/ico/dashed-x.png") repeat-x center;*/
}

.catalog__dashed .catalog__item-year:after {
  width: 82px;
  height: 160px;
  background: url("../images/ico/dashed_figure_n.png") no-repeat right center, url("../images/bg.png") repeat, #1A1005;
  background-blend-mode: normal, soft-light, normal;
  left: -106px;
  z-index: 1;
}

.catalog__dashed .catalog__item:nth-child(2n + 2) .catalog__item-year:after {
  background: url("../images/ico/dashed_figure_nr.png") no-repeat right center, url("../images/bg.png") repeat, #1A1005;
  background-blend-mode: normal, soft-light, normal;
  left: auto;
}

.catalog__item-year:before {
  left: -41px;
  z-index: 2;
}
.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-more {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 18px;
  line-height: 160%;
  margin-top: 56px;
  color: #997738;
}

.catalog__item-more svg * {
  transition: all 0.2s ease;
}

.catalog__item-more svg path {
  fill: #997738;
}

.catalog__item-more:hover {
  color: #E2BD6A;
}

.catalog__item-more:hover svg path {
  fill: #E2BD6A;
}

.catalog__item:nth-child(2n + 2) {

}

.catalog__item:nth-child(2n + 2) .catalog__item-more {
  /*justify-content: flex-end;*/
}

.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: -41px;
}

.catalog__item:nth-child(2n + 2) .catalog__item-year:after {
  left: auto;
  right: -106px;
}

.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;
    padding-right: 32px;
    padding-left: 32px;
  }

  .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;
    top: auto;
    bottom: -48px;
    height: 48px;
    width: 4px;
  }

  .catalog__dotted .catalog__item-year {
    margin-bottom: 60px;
  }

  .catalog__dashed .catalog__item-year-mline {
    background: url("../images/ico/dashed.png") repeat-y center;
    display: none;
  }

  .catalog__item-more {
    gap: 12px;
    justify-content: center;
    margin-top: 32px;
    width: 100%;
  }

  .catalog__item:nth-child(2n + 2) .catalog__item-more {
    justify-content: center;
  }

  .catalog__dashed .catalog__item-year:after {
    display: none;
  }

  .catalog__dashed .catalog__item-year:before {
    background: url("../images/ico/dashed_figure_m.png") no-repeat center center, url("../images/bg.png") repeat, #1A1005;
    background-blend-mode: normal, soft-light, normal;
    height: 62px;
    width: 100%;
    bottom: -20px;
    transform: none;
    left: 0 !important;
    right: 0 !important;
    border-radius: 0;
  }

  .catalog__item-img {
    max-width: 328px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 8px -2px rgba(60, 34, 5, 0.80) inset, 0 -4px 8px -2px rgba(60, 34, 5, 0.80) inset, 100px 0 100px -70px rgba(255, 136, 0, 0.40), -100px 0 100px -70px rgba(255, 136, 0, 0.40);
    background-color: #180E04;
  }

}

@media (max-width: 768px) {

}

/*catalog*/

/*sdt*/

.sdt {
  padding-bottom: 138px;
}

.sdt__blocks {
  display: flex;
  gap: 104px;
}

.sdt__img {
  flex: 0 0 calc(50% - 52px);
}

.sdt__img a {
  display: block;
}

.sdt__img img {
  width: 100%;
  height: initial;
}

.sdt__body {
  flex: 0 0 calc(50% - 52px);
}

.sdt__caption {
  font-family: 'Cinzel Decorative';
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  color: #B18E41;
  margin-bottom: 8px;
}

.sdt__text {
  font-size: 20px;
  line-height: 180%;
  color: #F5F2EE;
  margin-bottom: 72px;
}

.sdt__note {
  border-radius: 4px;
  border-left: 8px solid #4F3C1C;
  background: rgba(115, 82, 11, 0.15);
  padding: 64px 72px 80px 104px;
  margin-bottom: 72px;
}

.sdt__note .sdt__text {
  margin-bottom: 0;
}

.sdt__quote {
  position: relative;
  margin-bottom: 72px;
  padding-top: 60px;
}

.sdt__quote:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><path d="M0 40V28.9971C0 25.7498 0.490986 22.3305 1.47296 18.7393C2.45493 15.148 3.82048 11.7096 5.56962 8.42407C7.31876 5.13848 9.37476 2.33046 11.7376 0L16.5247 6.07449C14.6529 9.47468 13.0572 13.0277 11.7376 16.7335C10.4181 20.4393 9.75834 24.4699 9.75834 28.8252V40H0ZM23.4753 40V28.9971C23.4753 25.7498 23.9662 22.3305 24.9482 18.7393C25.9302 15.148 27.2957 11.7096 29.0449 8.42407C30.794 5.13848 32.85 2.33046 35.2129 0L40 6.07449C38.1281 9.47468 36.5324 13.0277 35.2129 16.7335C33.8934 20.4393 33.2336 24.4699 33.2336 28.8252V40H23.4753Z" fill="%23997738"/></svg>');
  position: absolute;
  top: 0;
  left: 0;
}

.sdt__quote-text {
  color: #F5F2EE;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 2px;
}

.sdt__quote-body {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 2px solid #72592A;
  color: #C39E50;
  font-size: 15px;
}

.sdt__quote-name {
  font-weight: 600;
}

.sdt__quote-date {

}

.sdt__slider {
  margin-bottom: 72px;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.sdt__slider a {
  position: relative;
  z-index: 1;
  flex: 0 0 calc(33.3333333% - 32px);
  height: auto;
  transition: all 0.2s ease;
}

.sdt__slider a img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /*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;*/
  filter: brightness(50%);
  transition: all 0.2s ease;
}

.sdt__slider a:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="22" viewBox="0 0 28 22" fill="none"><g clip-path="url(%23clip0_151_3718)"><path d="M14.0003 21.011C8.71778 21.011 3.18201 17.765 1.14551 13.1006C1.71036 11.8088 2.46771 10.6246 3.38084 9.58865M14.0003 21.011C19.2827 21.011 24.8173 17.765 26.855 13.1006C24.8173 8.43742 19.2827 5.19143 14.0003 5.19143M14.0003 21.011C14.1231 21.011 14.2447 21.0085 14.3663 21.0022C18.2569 20.8261 21.4142 17.8398 21.8562 14.0251L21.8613 13.9859L21.874 13.8655L21.8778 13.825L21.8816 13.7845L21.8841 13.7452L21.8879 13.7098V13.7047L21.8904 13.6642L21.893 13.6249L21.8955 13.5844L21.8993 13.5198L21.9006 13.5084V13.5046V13.4945L21.9069 13.3425L21.9082 13.3058V13.3032V13.3007L21.9107 13.1006C21.9107 8.85916 18.5723 5.39787 14.3802 5.2003C14.2536 5.19397 14.1282 5.19143 14.0003 5.19143M14.0003 21.011C9.63091 21.011 6.08984 17.4699 6.08984 13.1006C6.08984 12.6219 6.1329 12.152 6.21522 11.6961C6.87759 7.99795 10.1109 5.19143 14.0003 5.19143M4.81323 3.91482L8.4075 7.50782M23.186 3.91482L19.593 7.50782M14.0003 0.989258V5.19143" stroke="%23D3AE5E" stroke-width="1.97824" stroke-miterlimit="22.9256" stroke-linecap="round"/></g><defs><clipPath id="clip0_151_3718"><rect width="28" height="22" fill="white"/></clipPath></defs></svg>');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.sdt__slider a:hover  {
  /*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;*/
}

.sdt__slider a:hover img {
  filter: brightness(100%);
}

.sdt__dd {
  display: flex;
  justify-content: space-between;
  color: #C39E50;
  font-size: 20px;
  line-height: 160%;
}

.sdt__dd-l {
  display: flex;
  align-items: center;
}

.sdt__dd-dot {
  margin-left: 12px;
  padding-left: 12px;
  position: relative;
}

.sdt__dd-dot:before {
  content: '';
  background: #C39E50;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sdt-detail__img {
  border-left: 8px solid #72592A;
  margin-bottom: 80px;
}

.sdt-detail__img a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100%;
  height: 100%;
}

.sdt-detail__img img {
  width: 100%;
  height: initial;
}

.sdt-detail__body {
  display: flex;
  gap: 80px;
}

.sdt-detail__share {
  flex: 0 0 128px;
  position: sticky;
  top: 10px;
  height: fit-content;
  margin-top: 10px;
}

.sdt-detail__bodyss {
  flex: 1 1 auto;
}

.sdt-detail__share-caption {
  color: #997738;
  font-family: "Cinzel Decorative";
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.sdt-detail__share-item {

}

.sdt-detail__share-item {
  display: flex;
  height: 68px;
  width: 68px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 16px;
  background: #291B08;
  margin-bottom: 6px;
}

.sdt-detail__share-item:last-child {
  margin-bottom: 0;
}

.sdt-detail__share-item:hover {
  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;
}

.sdt-filter {
  margin-bottom: 101px;
}

.sdt-filter__search {
  margin-bottom: 85px;
}

.sdt-filter__search form {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

.sdt-filter__search .input {
  color: #8F8B87;
  text-align: center;
  text-shadow: 1px 1px 1px #40250A;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 5px;
  text-transform: uppercase;
  width: 656px;
  padding: 20px 32px 22px 32px;
  border-radius: 16px;
  border: 2px solid #664904;
  background: linear-gradient(180deg, rgba(20, 12, 1, 0.05) -35.29%, rgba(61, 42, 2, 0.05) 116.91%);
  /*box-shadow: 0 -2.6px 0 0 rgba(253, 201, 89, 0.70) inset;*/
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sdt-filter__tags {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  overflow-x: auto;
}

.sdt-filter__tag {
  color: #CCA248;
  text-align: center;
  text-shadow: 1px 1px 1px #2C1906;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 16px;
  border: 2px solid #7A580F;
  background: linear-gradient(180deg, #523800 2.05%, #332000 97.95%);
  /*box-shadow: 0 3.2px 0.4px 0 #211404 inset, 0 -2.6px 0.4px 0 rgba(204, 152, 41, 0.50) inset;*/
  display: block;
  padding: 20px 35px 22px 35px;
  flex: 0 0 auto;
}

.sdt-filter__tag:hover,
.sdt-filter__tag.active {
  text-shadow: 1px 1px 1px #40250A;
  border-radius: 16px;
  border: 2px solid #E0AD3F;
  background: linear-gradient(180deg, #9E6C00 2.05%, #664100 97.95%);
  /*box-shadow: 0 3.2px 0.4px 0 #713D00 inset, 0 -2.6px 0.4px 0 #FDC959 inset;*/
}

.sdt-filter__desc {
  margin-top: 101px;
}

.sdt-filter__caption {
  color: #C39E50;
  text-align: center;
  font-family: "Cinzel Decorative";
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 5px;
  position: relative;
  padding: 0 180px;
}

.sdt-filter__caption:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 168px;
  background: #835A1D;
  left: 0;
}

.sdt-filter__caption:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 168px;
  background: #835A1D;
  right: 0;
}

.sdt-filter__text {
  color: #C39E50;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 1px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
}

.sdt-filter__text p {
  margin: 0;
  padding: 0;
  line-height: initial;
}

@media (max-width: 991px) {
  .sdt__blocks {
    flex-wrap: wrap;
    gap: 0;
  }

  .sdt__img {
    flex: 0 0 100%;
    margin-bottom: 72px;
    border-bottom: 2px solid #B18E41;
    padding-bottom: 20px;
  }

  .sdt__body {
    flex: 0 0 100%;
  }

  .sdt__caption {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .sdt__text {
    font-size: 16px;
    margin-bottom: 56px;
  }

  .sdt__note {
    padding: 56px 32px 56px 56px;
    margin-bottom: 56px;
  }

  .sdt__quote {
    margin-bottom: 56px;
  }

  .sdt__quote-text {
    font-size: 16px;
  }

  .sdt__quote-body {
    padding-top: 24px;
    margin-top: 24px;
  }

  .sdt__slider {
    margin-bottom: 56px;
    gap: 14px;
  }

  .sdt__slider a {
    flex: 0 0 calc(50% - 7px);
  }

  .sdt__dd {
    margin-top: 56px;
  }

  .sdt__dd-l {
    flex-wrap: wrap;
    gap: 3px;
    font-size: 16px;
  }

  .sdt__dd-date {
    flex: 0 0 100%;
    margin-left: 12px;
    padding-left: 12px;
    position: relative;
  }

  .sdt__dd-date:before {
    content: '';
    background: #C39E50;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .sdt__dd-cat {
    flex: 0 0 100%;
  }

  .sdt__dd-read {
    flex: 0 0 100%;
  }
  .sdt-detail__img {
    border-left: 0;
    border-bottom: 2px solid #72592A;
    margin-bottom: 24px;
    flex: 0 0 calc(100% + 40px);
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
  }

  .sdt-detail__share {
    display: none;
  }

  .sdt-filter {
    margin-top: -16px;
    margin-bottom: 80px;
  }

  .sdt-filter__search .input {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 3px;
    padding: 16px 20px;
  }

  .sdt-filter__search {
    margin-bottom: 30px;
  }

  .sdt-filter__tag {
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 3px;
    padding: 16px 20px;
  }

  .sdt-filter__desc {
    margin-top: 62px;
  }

  .sdt-filter__caption {
    padding: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 3px;
  }

  .sdt-filter__caption:before,
  .sdt-filter__caption:after {
    content: none;
  }

  .sdt-filter__text {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
  }
}

@media (max-width: 768px) {

}

/*sdt*/

/*sdt-item*/

.sdt-items {
  padding-bottom: 170px;
}

.sdt-items * {
  transition: all 0.2s ease;
}

.sdt-item {
  border-radius: 4px;
  background: #261808;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.sdt-item:last-child {
  margin-bottom: 0;
}

.sdt-item__img {
  border-right: 2px solid #B18E41;
  flex: 0 0 384px;
  height: 100%;
}

.sdt-item__img figure {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  width: 100%;
  height: 100%;
}

.sdt-item__img a {
  display: block;
  height: 100%;
}

.sdt-item__img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(80%);
}

.sdt-item:hover {
  background: #33220B;
}

.sdt-item:hover  a img {
  filter: brightness(100%);
}

.sdt-item__body {
  flex: 0 0 calc(100% - 384px);
  padding: 24px 104px 24px 134px;
}

.sdt-item__position {
  color: #B18E41;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.sdt-item__title {
  color: #D9D6D2;
  font-family: "Cinzel Decorative";
  font-size: 40px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sdt-item__stitle {
  color: #BFBDBA;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
}

.sdt-item__desc {
  overflow: hidden;
  color: #C39E50;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 12px;
}

.sdt-item__more {
  margin-top: 16px;
  text-align: right;
}

.sdt-item__more a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  color: #997738;
  font-size: 18px;
  line-height: 160%;
}

.sdt-item__more svg * {
  transition: all 0.2s ease;
}

.sdt-item__more svg path {
  fill: #997738;
}

.sdt-item__more a:hover {
  color: #E2BD6A;
}

.sdt-item__more a:hover svg path {
  fill: #E2BD6A;
}

@media (max-width: 1179px) {
  .sdt-item__body {
    padding: 40px 24px 56px 24px;
  }
}

@media (max-width: 991px) {
  .sdt-item {
    flex-wrap: wrap;
    gap: 0;
    overflow: visible;
  }

  .sdt-item__img {
    flex: 0 0 100%;
    border-right: 0;
    border-bottom: 2px solid #B18E41;
  }

  .sdt-item__body {
    flex: 0 0 calc(100% + 40px);
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
    background: #261808;
  }

  .sdt-item__img {
    height: initial;
    flex: 0 0 calc(100% + 40px);
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
  }

  .sdt-item__img a {
    height: initial;
  }

  .sdt-item__img a img {
    height: initial;
  }

  .sdt-item__position {
    text-align: center;
    font-size: 20px;
  }

  .sdt-item__title {
    font-size: 32px;
    text-align: center;
    line-height: 120%;
  }

  .sdt-item__stitle {
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
  }

  .sdt-item__desc {
    margin-top: 16px;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
  }

  .sdt-item__more {
    text-align: center;
  }

  .sdt-item__more a {
    justify-content: center;
    font-size: 18px;
  }
}

@media (max-width: 768px) {

}

/*sdt-item*/

/*crumbs*/

.crumbs {
  margin-top: -49px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #997738;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 56px;
}

.crumbs__url {
  color: #997738;
  font-size: 20px;
  line-height: 160%;
}

.crumbs__url:hover {
  color: #C39E50;
}

.crumbs__current {
  color: #C39E50;
}

@media (max-width: 991px) {
  .crumbs {
    display: none;
  }
}

/*crumbs*/

/*exhibitions*/

.exhibitions__items {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.exhibitions__item {
  position: relative;
  height: 650px;
  flex: 0 0 calc(33.33333% - 22px);
  display: flex;
}

.exhibitions__item:nth-child(1) {
  flex: 0 0 calc(60% - 16px);
}

.exhibitions__item:nth-child(2) {
  flex: 0 0 calc(40% - 16px);
}

.exhibitions__item-img {
  position: relative;
  z-index: 1;
  flex: 0 0 100%;
  display: flex;
}

.exhibitions__item-img a {
  display: flex;
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
}

.exhibitions__item-img figure {
  display: flex;
  flex: 0 0 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  outline: none;
}

.exhibitions__item-img img {
  width: 100% !important;
  height: 100% !important;
  object-position: center;
  object-fit: cover;
  filter: brightness(80%);
}

.exhibitions__item-body {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0 4px 0 0;
  border-top: 2px solid #997738;
  background: #261808;
  padding: 32px 48px;
}

.exhibitions__item:hover .exhibitions__item-body {
  background: #33220B;
}

.exhibitions__item:hover .exhibitions__item-img img {
  filter: brightness(100%);
}

.exhibitions__item-date {
  color: #B18E41;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 1;
  margin-bottom: 12px;
}

.exhibitions__item-title {
  overflow: hidden;
  color: #BFBDBA;
  text-overflow: ellipsis;
  font-family: "Cinzel Decorative";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2px;
}

.exhibitions__item-more {
  margin-top: 12px;
}

.exhibitions__item-more a {
  color: #997738;
  font-size: 18px;
  line-height: 160%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.exhibitions__item-more a:before {
  content: '';
  display: block;
  background: #997738;
  flex: 1 1 auto;
  height: 1px;
}

.exhibitions__item:nth-child(1) .exhibitions__item-body,
.exhibitions__item:nth-child(2) .exhibitions__item-body {
  max-width: 384px;
}

@media (max-width: 991px) {
  .exhibitions__item,
  .exhibitions__item:nth-child(1),
  .exhibitions__item:nth-child(2) {
    flex: 0 0 100%;
  }

  .exhibitions__item:nth-child(1) .exhibitions__item-body,
  .exhibitions__item:nth-child(2) .exhibitions__item-body {
    max-width: initial;
  }

  .exhibitions__item {
    flex-wrap: wrap;
    /*margin-bottom: 20px;*/
    height: initial;
  }

  .exhibitions__item:last-child {
    margin-bottom: 0;
  }

  .exhibitions__item-img {
    flex: 0 0 calc(100% + 40px);
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
    border-bottom: 2px solid #997738;
  }

  .exhibitions__item-body {
    border-top: 0;
    flex: 0 0 calc(100% + 40px);
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
  }

}

@media (max-width: 768px) {

}

/*exhibitions*/

.section__wrapper-nonpadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

/*mobile banner*/

@media (max-width: 991px) {
  .gl-banner {
    background-image: url("../images/gl-banner-m.png");
    background-position: center top;
  }

  .section-block1 {
    background-image: url("../images/section-block1-m.png");
    background-position: center top;
  }

  .section-block2 {
    background-image: url("../images/section-block2-m.png");
    background-position: center top;
  }

  .section-block3 {
    background-image: url("../images/section-block3-m.png");
    background-position: center top;
  }

  .section-block4 {
    background-image: url("../images/section-block4-m.png");
    background-position: center top;
  }

  .records-banner {
    background-image: url("../images/records_bg-m.png");
    background-position: center top;
  }

  .history-banner {
    background-image: url("../images/history_bg-m.png");
    background-position: center top;
  }

  .global-banner {
    background-image: url("../images/global_bg-m.png");
    background-position: center top;
  }

  .collection-banner {
    background-image: url("../images/collection_bg-m.png");
    background-position: center top;
  }

  .people-banner {
    background-image: url("../images/people_bg-m.png");
    background-position: center top;
  }

  .blog-banner {
    background-image: url("../images/blog_bg-m.png");
    background-position: center top;
  }
}

/*mobile banner*/