.container {
  width: 100%;
}

main{
    flex: 1 0 auto;
}

.hiddenElement {
    display: none !important;
}

@media (min-width: 480px) {
  .container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 991.02px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 479.02px) {
  .container {
    max-width: 480px;
  }
}
@media (min-width: 480px) and (max-width: 767.02px) {
  .container {
    max-width: 480px;
  }
}
@media (min-width: 768px) and (max-width: 991.02px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Medium.woff2");
}
html {
  scroll-behavior: smooth;
  height: 100%;
}

a {
  text-decoration: none;
  text-align: center;
}

body {
  font-family: "Montserrat";
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

* {
  font-family: "Montserrat";
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}

.info,
.layer,
.about,
.history {
  overflow-x: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.background__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.background__panel {
  width: 135%;
  background: #efebe8;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 30.8%;
  height: 100%;
}
@media (max-width: 479.02px) {
  .background__panel {
    left: 34.8%;
  }
}

.btn-scroll {
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 15px;
}
.btn-scroll svg {
  transform: rotate(90deg);
  width: 100%;
  height: 100%;
}
@media (max-width: 991.02px) {
  .btn-scroll {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .btn-scroll {
    right: 189px;
    bottom: 30px;
    width: 60px;
    height: 60px;
  }
}

.main__info-box {
  display: flex;
  position: fixed;
  top: -100%;
  left: 50%;
  width: 30%;
  background: #bea67c;
  z-index: 100;
  transform: translate(-50%, -2%);
  border-radius: 20px;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 0px 5px grey;
  color: white;
  transition: 0.7s ease-in-out;
}
@media (max-width: 991.02px) {
  .main__info-box {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .main__info-box {
    width: 30%;
  }
}

.container {
  width: 100%;
}
@media (min-width: 480px) {
  .container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 991.02px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 479.02px) {
  .container {
    max-width: 480px;
  }
}
@media (min-width: 480px) and (max-width: 767.02px) {
  .container {
    max-width: 480px;
  }
}
@media (min-width: 768px) and (max-width: 991.02px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.header {
  background: white;
  flex: 0 0 auto;
  z-index: 5;
  position: sticky;
  top: 0px;
}
@media (max-width: 991.02px) {
  .header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header__checkbox {
  display: none;
}
@media (max-width: 991.02px) {
  .header__checkbox:not(:checked) ~ * .header__content {
    top: -1500px;
  }
  .header__checkbox:checked ~ * .header__content {
    top: 0;
    z-index: 1;
  }
}
@media (max-width: 991.02px) {
  .header__modile-humburger-menu {
    position: absolute;
    top: 18px;
    left: 15px;
    width: 30px;
    height: 30px;
    z-index: 2;
  }
  .header__modile-humburger-menu span {
    background: #bea67c;
    height: 3px;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 10px #bea67c, 0px 20px #bea67c;
  }
}
.header__wrapper {
  display: flex;
}
@media (max-width: 991.02px) {
  .header__wrapper {
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .header__wrapper {
    gap: 45px;
  }
}
@media (min-width: 1280px) {
  .header__wrapper {
    gap: 87px;
  }
}
.header__img-wrapper {
  z-index: 2;
}
.header__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 991.02px) {
  .header__img-wrapper {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .header__img-wrapper {
    min-width: 100px;
    min-height: 100px;
  }
}
@media (min-width: 1280px) {
  .header__img-wrapper {
    min-width: 130px;
    min-height: 127px;
  }
}
.header__content {
  flex-direction: column;
  width: 100%;
  transition: top 0.5s linear;
}
@media (max-width: 991.02px) {
  .header__content {
    position: absolute;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    padding-top: 80px;
    display: inline-table;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .header__content {
    display: flex;
    justify-content: space-around;
  }
}
.header__row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.02px) {
  .header__row {
    flex-direction: column;
    gap: 25px;
  }
}
.header__btn-wrapper {
  display: flex;
}
@media (max-width: 991.02px) {
  .header__btn-wrapper {
    gap: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .header__btn-wrapper {
    gap: 45px;
  }
}
@media (min-width: 1280px) {
  .header__btn-wrapper {
    gap: 80px;
  }
}
.header__num {
  position: relative;
  align-items: center;
  display: flex;
  gap: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #222222;
  text-decoration: none;
}
.header__num span {
  height: 14px;
  width: 14px;
  position: relative;
  display: flex;
}
@media (max-width: 991.02px) {
  .header__num {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .header__num {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1280px) {
  .header__num {
    font-size: 16px;
    line-height: 24px;
  }
}
.header__item-text {
  letter-spacing: 0.05em;
  color: #222222;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.header__item-text:hover {
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .header__item-text {
    font-size: 14px;
    line-height: 32px;
  }
}
@media (min-width: 1280px) {
  .header__item-text {
    font-size: 16px;
    line-height: 42px;
  }
}
.header__menu-item {
  border: 1px solid #cdcac7;
  border-radius: 23px;
  cursor: pointer;
}
.header__menu-item:hover {
  background-color: #bea67c;
  color: #ffffff;
  border-radius: 23px;
}
@media (max-width: 991.02px) {
  .header__menu-item {
    padding: 5px 20px;
    min-width: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .header__menu-item {
    padding: 1px 20px;
    min-width: 90px;
  }
}
@media (min-width: 1280px) {
  .header__menu-item {
    padding: 1px 30px;
    min-width: 135px;
  }
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: flex-end;
  z-index: 2;
}
@media (max-width: 991.02px) {
  .hero {
    min-height: calc(100vh - 60px);
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .hero {
    min-height: calc(100vh - 140px);
  }
}
@media (min-width: 1280px) {
  .hero {
    min-height: calc(100vh - 161px);
  }
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: brightness(0.6);
}
.hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.hero__title-wrapper {
  margin-bottom: 40px;
  position: relative;
}
.hero__title-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
}
.hero__title {
  max-width: 705px;
  position: relative;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 991.02px) {
  .hero__title {
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 410px;
  }
}
@media (min-width: 992px) {
  .hero__title {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .hero__title {
    font-size: 38px;
  }
}
@media (min-width: 1280px) {
  .hero__title {
    font-size: 48px;
  }
}
.hero__inner {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.02px) {
  .hero__inner {
    -moz-column-gap: 55px;
         column-gap: 55px;
    row-gap: 20px;
  }
}
@media (min-width: 992px) {
  .hero__inner {
    gap: 60px;
  }
}
.hero__row {
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
}
.hero__text, .hero__sub-text {
  color: #ffffff;
}
@media (max-width: 991.02px) {
  .hero__text, .hero__sub-text {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .hero__text, .hero__sub-text {
    font-size: 18px;
    line-height: 40px;
  }
}
@media (min-width: 1280px) {
  .hero__text, .hero__sub-text {
    font-size: 20px;
    line-height: 48px;
  }
}
.hero__text {
  font-weight: 600;
}

.about__container {
  position: relative;
  padding-bottom: 75px;
}
.about__wrapper {
  background-color: #ffffff;
  box-shadow: 0px 15px 30px 0px rgba(34, 34, 34, 0.21);
  border-radius: 10px;
}
@media (max-width: 991.02px) {
  .about__wrapper {
    padding: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .about__wrapper {
    padding: 38px;
  }
}
@media (min-width: 1280px) {
  .about__wrapper {
    padding: 48px;
  }
}
.about__list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.02px) {
  .about__list {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .about__list {
    gap: 27px;
  }
}
.about__item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.02px) {
  .about__item {
    gap: 8px;
  }
}
@media (min-width: 992px) {
  .about__item {
    gap: 10px;
  }
}
.about__item-row {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1279.02px) {
  .about__item-row {
    gap: 15px;
  }
}
@media (min-width: 1280px) {
  .about__item-row {
    gap: 24px;
  }
}
.about__item-num {
  font-size: 25px;
  letter-spacing: 5px;
  color: white;
  text-shadow: #a58758 2px 0px 0px, #a58758 2px -2px 0px, #a58758 0px 2px 0px, #a58758 2px 2px 0px, #a58758 0px -2px 0px, #a58758 -2px 2px 0px, #a58758 -2px -2px 0px, #a58758 -2px 0px 0px;
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .about__item-num {
    font-size: 25px;
  }
}
@media (min-width: 1280px) {
  .about__item-num {
    font-size: 31px;
  }
}
.about__item-title {
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991.02px) {
  .about__item-title, .about__item-text {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .about__item-title, .about__item-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1280px) {
  .about__item-title, .about__item-text {
    font-size: 20px;
    line-height: 30px;
  }
}

.layer__container {
  position: relative;
}
.layer__wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991.02px) {
  .layer__wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .layer__wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .layer__wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.layer__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
}

.info {
  position: relative;
}
.info__container {
  position: relative;
}
.info__wrapper {
  display: flex;
  gap: 6%;
  border-bottom: 4px solid #2b2b2b;
}
.info__left-side, .info__right-side {
  padding-top: 52px;
  padding-left: 1%;
}
@media (max-width: 1279.02px) {
  .info__left-side, .info__right-side {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .info__left-side, .info__right-side {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.info__left-side {
  width: 30%;
}
.info__right-side {
  width: 70%;
  position: relative;
}
@media (max-width: 479.02px) {
  .info__right-side {
    padding-left: 3%;
  }
}
.info__title {
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000000;
  padding-bottom: 18px;
}
@media (max-width: 479.02px) {
  .info__title {
    font-size: 11px;
  }
}
@media (min-width: 480px) and (max-width: 991.02px) {
  .info__title {
    font-size: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .info__title {
    font-size: 26px;
  }
}
@media (min-width: 1280px) {
  .info__title {
    font-size: 30px;
  }
}
@media (max-width: 991.02px) {
  .info__title-center {
    text-align: center;
  }
}
.info__icons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767.02px) {
  .info__icons {
    align-items: center;
  }
}
@media (max-width: 991.02px) {
  .info__icons {
    padding-top: 10px;
  }
}
.info__icon-wrapper {
  display: flex;
  gap: 13px;
  align-items: center;
}
@media (max-width: 991.02px) {
  .info__icon-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991.02px) {
  .info__image-wrapper {
    flex-direction: column;
    max-width: 70px;
  }
}
@media (min-width: 992px) {
  .info__image-wrapper {
    width: 86px;
    height: 86px;
  }
}
.info__icon-img {
  width: 100%;
  height: 100%;
}
.info__icon-text {
  font-weight: 600;
  color: #000000;
  text-align: center;
}
@media (max-width: 991.02px) {
  .info__icon-text {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .info__icon-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1280px) {
  .info__icon-text {
    font-size: 20px;
    line-height: 36px;
  }
}
.info__right-side-text {
  color: #000000;
  padding-top: 13px;
}
@media (max-width: 991.02px) {
  .info__right-side-text {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .info__right-side-text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1280px) {
  .info__right-side-text {
    font-size: 20px;
    line-height: 30px;
  }
}

.collections__title {
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.collections__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: -15px;
}

.collections__tab {
    cursor: pointer;
    font-size: 16px;
    color: #222222;
    width: fit-content;
    padding: 5px 15px;
    border: 1px solid #cdcac7;
    border-radius: 23px;
    transition: 0.3s ease;
}

.collections__tab:hover,
.collections__tab.active {
    background-color: #bea67c;
    color: #ffffff;
}

@media (max-width: 991.02px) {
  .collections__title:first-child {
    padding-top: 50px;
  }
  
  .collections__tab {
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .collections__title:first-child {
    padding-top: 58px;
  }
}
@media (min-width: 1280px) {
  .collections__title:first-child {
    padding-top: 85px;
  }
}
@media (max-width: 991.02px) {
  .collections__title:not(:first-child) {
    padding-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .collections__title:not(:first-child) {
    padding-top: 55px;
  }
}
@media (min-width: 1280px) {
  .collections__title:not(:first-child) {
    padding-top: 70px;
  }
}
@media (max-width: 991.02px) {
  .collections__title {
    padding-bottom: 30px;
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .collections__title {
    padding-bottom: 26px;
  }
}
@media (min-width: 1280px) {
  .collections__title {
    padding-bottom: 45px;
    font-size: 30px;
  }
}
.collections__item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}

.collections__item-prices{
    display: flex;
    column-gap: 20px;
    row-gap: 5px;
    flex-wrap: wrap;
    padding-top: 15px;
    align-items: center;
    margin-top: auto;
}

.collections__item-price{
     font-size: 20px;
}


.collections__item-oldprice{
font-size: 18px;
    color: darkgray;
    text-decoration: line-through;
    opacity: 0.7;
}


@media (max-width: 991.02px) {
  .collections__img-wrapper {
    height: 200px;
    
  }
  
  .collections__item-prices{
    padding-top: 7px;
  }
  
  .collections__item-price{
     font-size: 16px;
}


.collections__item-oldprice{
    font-size: 14px;
}
  
}
@media (min-width: 992px) {
  .collections__img-wrapper {
    height: 285px;
  }
}
.collections__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.collections__item-content {
  background-color: #efebe8;
    flex: 1;
    display: flex;
    flex-direction: column;
}
@media (max-width: 991.02px) {
  .collections__item-content {
    padding: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .collections__item-content {
    padding: 15px;
  }
}
@media (max-width: 379.02px) {
  .collections__item-content {
    min-height: 65px;
  }
}
@media (min-width: 380px) and (max-width: 1279.02px) {
  .collections__item-content {
    min-height: 95px;
  }
}
@media (min-width: 1280px) {
  .collections__item-content {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .collections__item-content {
    min-height: 124px;
  }
}
.collections__item-title, .collections__item-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.collections__item-text {
    margin-top: 6px;
}

.collections__list-item {
    height: auto !important;
}

.collections__item-title {
  font-weight: 700;
}
@media (max-width: 991.02px) {
  .collections__item-title {
    font-size: 14px;
    line-height: 16px;
    height: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .collections__item-title {
    font-size: 16px;
    line-height: 18px;
    height: 36px;
  }
}
@media (min-width: 1280px) {
  .collections__item-title {
    font-size: 20px;
    line-height: 24px;
    height: 48px;
  }
}
@media (max-width: 991.02px) {
  .collections__item-text {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .collections__item-text {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (min-width: 1280px) {
  .collections__item-text {
    font-size: 18px;
    line-height: 20px;
  }
}
.collections__row:not(:last-child) {
  border-bottom: 4px solid #2b2b2b;
}
@media (max-width: 991.02px) {
  .collections__row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .collections__row {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1280px) {
  .collections__row {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.collections__btn-wrapper {
  display: flex;
}
.collections__btn {
  position: relative;
  border: 1px solid #e5e3eb;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.collections__btn svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 991.02px) {
  .collections__btn {
    width: 30px;
    height: 30px;
    padding: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .collections__btn {
    width: 35px;
    height: 35px;
    padding: 10px;
  }
}
@media (min-width: 1280px) {
  .collections__btn {
    width: 50px;
    height: 50px;
    padding: 14px;
  }
}
.collections__btn-next svg {
  transform: rotate(180deg);
}
.collections__btn:hover {
  background-color: #bea67c;
  border: 0;
}
.collections__btn:hover svg {
  fill: white;
}

.history {
  position: relative;
}
.history__container {
  display: flex;
  position: relative;
  flex-direction: column;
}
@media (max-width: 991.02px) {
  .history__container {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .history__container {
    padding-bottom: 40px;
    min-height: 1200px;
  }
}
@media (min-width: 1280px) {
  .history__container {
    padding-bottom: 60px;
    min-height: 1300px;
  }
}
.history__bg {
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.history__bg-wrapper {
  display: flex;
  height: 100%;
  right: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: -1;
  width: 38%;
}
.history__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.history__content {
  flex-direction: column;
  display: flex;
  height: 100%;
  align-self: end;
}
@media (max-width: 991.02px) {
  .history__content {
    padding-top: 20px;
    gap: 20px;
    width: 63%;
  }
}
@media (min-width: 992px) {
  .history__content {
    width: 69%;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .history__content {
    padding-top: 40px;
    gap: 28px;
  }
}
@media (min-width: 1280px) {
  .history__content {
    padding-top: 60px;
    gap: 35px;
  }
}
.history__title {
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 479.02px) {
  .history__title {
    font-size: 11px;
  }
}
@media (min-width: 480px) and (max-width: 991.02px) {
  .history__title {
    font-size: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .history__title {
    font-size: 26px;
  }
}
@media (min-width: 1280px) {
  .history__title {
    font-size: 30px;
  }
}
@media (max-width: 991.02px) {
  .history__text, .history__quote-text {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .history__text, .history__quote-text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1280px) {
  .history__text, .history__quote-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991.02px) {
  .history__text {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .history__text {
    padding-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .history__text {
    padding-bottom: 60px;
  }
}
.history__quote {
  background-color: #bea67c;
  position: relative;
}
@media (max-width: 991.02px) {
  .history__quote {
    padding: 25px;
  }
}
@media (min-width: 992px) {
  .history__quote {
    padding: 45px;
  }
}
.history__quote-img-wrapper {
  position: absolute;
  opacity: 0.3;
}
@media (max-width: 991.02px) {
  .history__quote-img-wrapper {
    left: 15px;
    top: 15px;
    width: 52px;
    height: 37px;
  }
}
@media (min-width: 992px) {
  .history__quote-img-wrapper {
    left: 20px;
    top: 20px;
    width: 68px;
    height: 53px;
  }
}
.history__quote-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.history__quote-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.history__quote-text {
  color: #ffffff;
}

.contacts {
  position: relative;
  margin-top: 40px;
}
.contacts__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.contacts__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.02px) {
  .contacts__content:not(:first-child) {
    padding: 35px 0 20px 0;
  }
  .contacts__content:first-child {
    padding: 35px 35px 20px 35px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .contacts__content {
    padding: 45px 45px 25px 35px;
  }
}
@media (min-width: 1280px) {
  .contacts__content {
    padding: 75px 35px 35px 35px;
  }
}
.contacts__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991.02px) {
  .contacts__content-wrapper {
    padding-top: 0;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .contacts__content-wrapper {
    width: 90%;
  }
}
.contacts__content--white {
  background-color: white;
}
.contacts__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.02px) {
  .contacts__container {
    flex-direction: column;
  }
}
.contacts__title {
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 991.02px) {
  .contacts__title {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .contacts__title {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .contacts__title {
    font-size: 30px;
  }
}
.contacts__num-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contacts__title--white {
  color: white;
}
.contacts__subtitle:last-child {
  display: flex;
  flex-direction: column;
}
.contacts__subtitle, .contacts__subtitle-bold {
  color: #000000;
}
@media (max-width: 991.02px) {
  .contacts__subtitle, .contacts__subtitle-bold {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .contacts__subtitle, .contacts__subtitle-bold {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1280px) {
  .contacts__subtitle, .contacts__subtitle-bold {
    font-size: 20px;
    line-height: 30px;
  }
}
.contacts__subtitle-bold {
  font-weight: 700;
}
.contacts__num {
  display: flex;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: black;
  gap: 15px;
  align-items: center;
}
.contacts__num span {
  height: 20px;
  width: 20px;
  position: relative;
  display: flex;
}
@media (max-width: 991.02px) {
  .contacts__num {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .contacts__num {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1280px) {
  .contacts__num {
    font-size: 24px;
    line-height: 36px;
  }
}
.contacts__form {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  gap: 20px;
}
.contacts__textbox-wrapper {
  position: relative;
}
.contacts__textbox-wrapper svg {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
@media (max-width: 991.02px) {
  .contacts__textbox-wrapper svg {
    width: 17px;
    height: 17px;
  }
}
@media (min-width: 992px) {
  .contacts__textbox-wrapper svg {
    width: 20px;
    height: 20px;
  }
}
.contacts__textbox {
  width: 100%;
  line-height: 30px;
  color: #000000;
  resize: none;
  border: none;
  border-radius: 5px;
}
.contacts__textbox:focus-visible {
  outline: none;
}
.contacts__textbox:last-child {
  min-height: 109px;
}
@media (max-width: 991.02px) {
  .contacts__textbox {
    padding: 10px 35px 10px 10px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .contacts__textbox {
    padding: 11px 40px 11px 25px;
    font-size: 20px;
  }
}
.contacts__btn-wrapper {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.contacts__btn-icon {
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 17%;
  left: 17%;
  width: 70%;
  height: 70%;
  fill: white;
  -webkit-animation-name: rotation;
          animation-name: rotation;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contacts__btn {
  border: 0;
  background-color: #bea67c;
  border-radius: 27.5px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 991.02px) {
  .contacts__btn {
    padding: 10px 45px;
    font-size: 12px;
    min-width: 180px;
    min-height: 35px;
  }
}
@media (min-width: 992px) {
  .contacts__btn {
    padding: 20px 80px;
    font-size: 14px;
    min-width: 264px;
    min-height: 57px;
  }
}

.address {
  position: relative;
  color: white;
}
@media (max-width: 991.02px) {
  .address {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .address {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .address {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.address__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.address__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.address__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991.02px) {
  .address__container {
    gap: 25px;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .address__container {
    gap: 32px;
  }
}
@media (min-width: 1280px) {
  .address__container {
    gap: 40px;
  }
}
.address__title {
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 991.02px) {
  .address__title {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .address__title {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .address__title {
    font-size: 30px;
  }
}
.address__subtitle:last-of-type {
  display: flex;
  flex-direction: column;
}
.address__subtitle, .address__subtitle-bold {
  align-items: center;
}
@media (max-width: 991.02px) {
  .address__subtitle, .address__subtitle-bold {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .address__subtitle, .address__subtitle-bold {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1280px) {
  .address__subtitle, .address__subtitle-bold {
    font-size: 20px;
    line-height: 30px;
  }
}
.address__subtitle-bold {
  font-weight: 700;
}
.address__num-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.address__num {
  display: flex;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: inherit;
  gap: 15px;
  align-items: center;
}
.address__num span {
  height: 20px;
  width: 20px;
  position: relative;
  display: flex;
}
.address__num span svg {
  fill: white;
}
@media (max-width: 991.02px) {
  .address__num {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279.02px) {
  .address__num {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1280px) {
  .address__num {
    font-size: 24px;
    line-height: 36px;
  }
}
.address__btn {
  border: 0;
  background-color: #bea67c;
  border-radius: 27.5px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  cursor: pointer;
  margin-top: 10px;
}
@media (max-width: 991.02px) {
  .address__btn {
    padding: 10px 45px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .address__btn {
    padding: 20px 80px;
    font-size: 14px;
  }
}

.footer {
  position: relative;
  flex: 0 0 auto;
}
@media (max-width: 991.02px) {
  .footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer__container {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 991.02px) {
  .footer__container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }
}
.footer__text {
  left: 24px;
  top: 10px;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .footer__text {
    position: absolute;
    width: 26%;
  }
}
.footer__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 991.02px) {
  .footer__img-wrapper {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .footer__img-wrapper {
    width: 76px;
    height: 74px;
  }
}

.contacts__table{
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #bca379;
    margin-top: 35px;
    margin-bottom: 45px;
}

.contacts__header{
    background: #bca379;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.contacts__tr, .contacts__tr-header{
    box-shadow: 0px 0px 1px 0px grey;
   padding: 13px 13px;
}

@media (max-width: 991.02px) {
  .contacts__main{
      max-height: 428px;
    overflow-y: auto;
  }
  
  .contacts__tr{
        padding: 13px 13px;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        gap: 5px;
    }
    
    .contacts__header {
        position: sticky;
        top: 0;
    }
}
@media (min-width: 992px) {
  .contacts__tr,
    .contacts__tr-header{
        align-items: center;
         display: grid;
        grid-template-columns: 18% 42% 17% 17%;
        justify-items: stretch;
        gap: 2%;
    }
}

.contacts__tr:nth-child(odd){
   background: #fff8ed;
}

.contacts__tr:nth-child(even){
    background: white;
}

.cookie-plate {
    position: fixed;
    bottom: 12px;
   max-width: 738px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    background: #7c6141;
    border-radius: 12px;
    outline: 1px solid white;
    padding: 12px;
    display: grid;
    grid-template-columns: 70px auto;
    gap: 20px;
    align-items: center;
    transition: 0.3s ease;
    opacity: 1;
}

.cookie-plate:not(.active) {
    pointer-events: none;
    bottom: -100%;
    opacity: 0;
}

.cookie-plate__logo {
    width: 70px;
    height: 70px;
}

.cookie-plate__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cookie-plate__content {
    display: flex
;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.cookie-plate__title {
        font-weight: 700;
        line-height: 24px;
        font-size: 18px;
        color: white;
        margin: 0;
    }
    
.cookie-plate__text {
        line-height: 18px;
        font-size: 14px;
        color: white;
      margin: 0;
    }
    
.cookie-plate__text a {
        color: white;
        text-decoration: underline;
}
    
.cookie-plate__btn {
    border-radius: 6px;
    border: none;
    font-size: 14px;
        font-weight: 600;
    background: white;
    padding: 4px 8px;
    margin-top: 12px;
      outline: 1px solid transparent !important;
      height: 48px;
margin: 0;
white-space: nowrap;
transition: 0.3s ease;
cursor: pointer;
}
    
.cookie-plate__btn:hover {
     background:#6c502f;
    color: white;

    outline: 1px solid white !important;   
}

@media (max-width: 768px) {
    .cookie-plate {
        grid-template-columns: 1fr;
        max-width: 90%;
        width: 100%;
    }
    
    .cookie-plate__btn {
        width: 100%;
     height: 40px;
    }
    
    .cookie-plate__logo {
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
    
    .cookie-plate__content{
        flex-direction: column;
    }
    
    .cookie-plate__content-text {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
}