body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #FFFDFA;
}


* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  font-family: "Inter", sans-serif;
  color: #413835;
  scroll-behavior: smooth;
}

button {
  cursor: pointer;
}

h1,
.h1 {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  padding-bottom: 46px;
  margin-bottom: 48px;
  border-bottom: 1px solid #D1D1D1;

}

h2,
.h2 {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 1px;

}

p,
.text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 1px;

}

span {
  font: inherit;
  color: inherit;
}

b {
  font-family: inherit;
  color: inherit;
}

section + section {
  padding-top: 120px;
}
.container {
  width: 100%;
  max-width: 1600px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .container {
    padding: 0 60px;
    max-width: 1200px;
  }
}



.global-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}



body.scroll {
  overflow: hidden;
}

.header__logo {
  position: absolute;
  left: -43px;
  top: 0;
  z-index: 30;
}
.hero {
  height: 100vh;
  padding-top: 83px;
  background:  url("../img/shadergradient.svg") no-repeat;
  background-size: cover;
  position: fixed;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  width: 100%;
}
.hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
}

.hero-st {
  position: relative; /* не fixed */
  width: 100%;
  padding: 0;
  background: transparent!important;
}
.hero__img {
  width: 100%;
  border-radius: 10px;
}
.hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -100px;
  height: 100%;
}
.hero__column .hero__title:last-child {
  padding-left: 160px;
}
.hero__column {

}

.hero__title {
  font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  font-size: 90px;
  mix-blend-mode: color-burn;
  pointer-events: none;
  color: #2C221F;
}

.hero__text {
  text-align: center;
  color: #F4F1EC;
}

.hero__decors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
}
section {

  background: #FFFDFA;
  /*padding: 2rem;*/
  box-sizing: border-box;
}
.portfolio {
  min-height: 500px;
}
.portfolio2 {
  min-height: 1500px;
  background: #584E46;
}
.scrolltop {
  z-index: 20;
  position: relative;
}

.categories {
  position: relative;

  padding-top: 120px;
}
.tab-wrapper {
  /*height: 100vh;*/
  padding-bottom: 80px;
}

.brands-pr {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.section__swiper-navigation_bt {
  display: flex;
  gap: 60px;
}
.brands-bpr {
  padding: 16px 35px;
  border: 1px solid #D1D1D1;
  margin-top: 16px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.brands-bpr > div:first-child{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #7E7E7E;
}
.brands-bpr > div:last-child{
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
}
.section__swiper-navigation{
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.section__swiper-navigation > div {
  display: flex;
}
.contbt {
  padding: 16px 32px;
  background: #000000;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  text-transform: uppercase;

}
.contbt:hover {
  background: rgba(0, 0, 0, 0.8);
}
.contbt img {
  margin-left: 10px;
}
.header.hidden {
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.tabs {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 40px;
  list-style: none;
  margin: 0 auto;
  max-width: 1274px;
}
.tab {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  opacity: 0.4;
  padding-bottom: 18px;
  border-bottom: 1px solid #0000001A;
  width: 254px;
  text-align: center;
  margin-top: 48px;
  cursor: pointer;
}
.tab.active {
  opacity: 1;
  border-bottom: 1px solid #413835
}
.tabs.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
}

.tab-pane {
  display: none;
  font-size: 40px;
}
.brands-image {
  width: 220px;
  flex-shrink: 0;
}
.brands-image img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
@media (max-width: 1600px) {
  .brands-image {
    width: 150px;
  }
}
.tab-pane.active {
  display: block;
}
.brands-grid {
  margin-top: 32px;
  overflow: hidden;
}
.brands-card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}
.brands-card-title >div:first-child {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;

}
.brands-card-title >div:last-child {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  text-transform: uppercase;
  color: #000;
}
.brands-card-title >div a{
  display: flex;
  align-items: center;
}
.brands-card-title >div img{
  margin-left: 10px;
}
.brands-title {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 24px;
}
.brands-description{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
.brands-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.brands-card {
  display: flex;
  border: 1px solid #D1D1D1;
  padding: 40px;
  /*height: 650px;*/
  height: 57vh;
}
.categories h1 {
  margin-bottom: 0px;
}




.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 30;
  background: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  height: 112px;
}
.header.header--scrolled {
  background: rgba(255, 255, 255, 0.95); /* или #fff */
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 20px;
  max-width: 1600px;
}
.header-log {
  position: relative;
  height: 100%;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}

.header-nav__link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2C221F;
  display: flex;
  justify-content: space-between;
  transition: 0.3s ease;
  align-items: center;
  text-transform: uppercase;
}

.header-nav__link:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2C221F;
  margin-left: 12px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  min-width: 6px;
  min-height: 6px;
}

.header-nav__link.active {
  color: #2C221F;
}
.philosophy {
  padding-top: 0;
}
.philosophy_box_inf {
  display: flex;
  max-width: 1274px;
  width: 100%;
  margin: 120px auto 0 auto;
}
.philosophy_box_inf_b1 {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
  padding-right: 20px;
}
.philosophy_box_inf_l {
  width: 40%;

}
.philosophy_box_inf_r {
  width: 60%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 130%;
}
.philosophy_box_logo {
  background:  url("../img/Frame170.jpg") no-repeat;
  background-size: cover;
  display: flex;
  padding: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 1274px;
  width: 100%;
  height: 480px;
  margin: 120px auto 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.philosophy_box_logo > div:last-child {
  margin-top: 40px;
  text-align: center;
}

.philosophy_box_logos {
  max-width: 948px;
  width: 100%;
  border: 1px solid #D1D1D1;
  margin: 120px auto 0 auto;
}

.logos-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: #D1D1D1;
  gap: 1px;
}

.logos-grid .logo {
  background: #FFFDFA;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;

}

/* 3 в первой строке */
.logos-grid .logo:nth-child(1),
.logos-grid .logo:nth-child(2) {
  grid-column: span 3;
}

/* 2 во второй строке */
.logos-grid .logo:nth-child(3),
.logos-grid .logo:nth-child(4),
.logos-grid .logo:nth-child(5) {
  grid-column: span 2;
}
@media (max-width: 900px) {
  .logos-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .logos-grid .logo {
    grid-column: auto;
    height: 200px;
  }
}

@media (max-width: 480px) {
  .logos-grid .logo {
    height: 160px;
  }
}
.philosophy_box_desc {
  display: flex;
  max-width: 1274px;
  width: 100%;
  margin: 60px auto 0 auto;
  gap: 60px;
}
.philosophy_box_desc > div {
  display: flex;
  flex-direction: column;
  gap: 22px;

}
.philosophy_box_desc > div p {
  color: rgba(65, 56, 53, 0.8);
}

.trade_box {
  max-width: 1274px;
  width: 100%;
  margin: 0 auto;
}
.trade_box_mis {
  display: flex;
}
.trade_box_mis > div {
  width: 50%;
  gap: 20px;
}
.trade_box_mis_l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.trade_box_mis_l_t {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.trade_box_mis_l_t p {
  color: rgba(65, 56, 53, 0.8);
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 1px;
  text-transform: uppercase;

}
.trade_box_mis_r_im {
  position: relative;
}
.trade_box_mis_r_im .f_imgg {
  width: 100%;
  display: block;
}
.trade_box_mis_r_im_inf {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1px;
  text-transform: lowercase;
  color: #7E7E7E;
}
.trade_box_mis_r_im_inf > div:first-child {
  text-transform: uppercase;
}

.responsibility-box_dec {
  display: flex;
  margin: 48px 0;
}
.responsibility-box_dec > div {
  width: 48%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 1px;

}
.responsibility-box-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid #D1D1D1;
  background: #D1D1D1;
  gap: 1px;
}

.responsibility-box-grid .logo {
  background: #FFFDFA;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.responsibility-box-grid .logo img {
  margin-right: 20px;
}
.responsibility-box-grid .logo > div{
  text-align: right;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 1px;
}
/* 3 в первой строке */
.responsibility-box-grid .logo:nth-child(1),
.responsibility-box-grid .logo:nth-child(2),
.responsibility-box-grid .logo:nth-child(3) {
  grid-column: span 2;
}

/* 2 во второй строке */
.responsibility-box-grid .logo:nth-child(4),
.responsibility-box-grid .logo:nth-child(5) {
  grid-column: span 3;
}
@media (max-width: 992px) {
  .responsibility-box_dec > div {
    width: 80%;
  }
  .responsibility-box-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
  }

  .responsibility-box-grid .logo {
    grid-column: auto;
    height: 140px;
    border-bottom: 1px solid #D1D1D1;
  }
  .responsibility-box-grid .logo:last-child {
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .responsibility-box-grid .logo {

  }
}
.contacts-box_fr {
  display: flex;
  gap: 48px;
}

.contacts-box_fr_l {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 200px;
  gap: 2px;
}
.contacts-box_fr_l > div {
  display: flex;
  flex-direction: column;
  background: #FAEBDF;
  padding: 30px;
  justify-content: space-between;
}
.contacts-box_fr_l > div > div:first-child {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  text-transform: uppercase;
  color: #7E7E7E;

}
.contacts-box_fr_l > div > div:last-child, .contacts-box_fr_l > div > div:last-child a {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
}


.imglink {
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
}
.trade_box_mis_r {
  display: flex;
  justify-content: flex-end;
}
.trade_box_mis_l_b {
  display: flex;
}
.trade_box_mis_l_b a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  display: flex;
  align-items: center;
}
.trade_box_mis_l_b a img{
  margin-left: 10px;
}
.trade_box_our {
  max-width: 1274px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  padding-top: 48px;
  border-top: 1px solid #D1D1D1;
  margin-top: 48px;
}
.trade_box_our > div {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 1px;
  color: #7E7E7E;
  display: flex;
  gap: 1px;
  flex-direction: column;
}
@media (max-width: 600px) {
  .trade_box_our > div {
    flex-direction: unset;
    flex-wrap: wrap;
  }
  .trade_box_our > div span:after {
    content: ", ";
  }

  .trade_box_our > div span:last-child:after {
    content: "";
  }
}
.map-box {
  border: 1px solid #D1D1D1;
}
.map-box img {
  width: 100%;
  display: block;
}

.map-box_loc {
  display: flex;
}

.map-box_loc > div {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 1px;
  color: #7E7E7E;
  display: flex;
  padding: 32px;
  width: 244px;
  border-right: 1px solid #D1D1D1;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.map-box_loc > div:last-child {
  border: none;
}

.map-box_loc > div h2 {
  padding-right: 20px;
  font-size: 20px;
}

.map-box_loc > div > div {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.map-box_loc > div span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  color: #7E7E7E;
}

.map-box_loc > div:nth-child(3) {
  width: 336px;
}

.map-box_loc > div:nth-child(4) {
  width: 532px;
}
@media (max-width: 1200px) {
  .map-box_loc {
    flex-wrap: wrap;
  }

  /* 1-я строка */
  .map-box_loc > div:nth-child(1),
  .map-box_loc > div:nth-child(2) {
    width: 244px;
  }

  .map-box_loc > div:nth-child(3) {
    width: calc(100% - 488px); /* 244 + 244 */
    border-right: none;
  }

  /* 2-я строка */
  .map-box_loc > div:nth-child(4) {
    width: calc(100% - 244px);
    border-top: 1px solid #D1D1D1;
  }

  .map-box_loc > div:nth-child(5) {
    width: 244px;
    border-top: 1px solid #D1D1D1;
  }
}
@media (max-width: 740px) {
  .map-box_loc {
    flex-wrap: wrap;
  }

  .map-box_loc > div {
    width: 100% !important;
    border-right: none;
  }
  .map-box_loc > div:nth-child(2) {
    width: 244px;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
  }
}






.responsibility-box {
  max-width: 1274px;
  margin: 0 auto;
}
.responsibility-box_cat {
  display: flex;
  gap: 20px;
}

.responsibility-box_cat > div {
  width: 50%;
  display: flex;
}
.responsibility-box_cat_l {
  justify-content: flex-start;
}
.responsibility-box_cat_r {
  justify-content: flex-end;
}



.contacts {
  background: #FDF2E9;

}
.contacts-box {
  max-width: 1274px;
  margin: 0 auto;
  padding: 98px 0;
}



/*============================================*/

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 26px;
  border: 1px solid #D1D1D1;
}

.input__field {
  width: 100%;

  font-size: 16px;
  font-weight: 350;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.32px;
  height: 27px;
}
textarea.input__field {
  height: 150px;
  resize: none;
}
.input__placeholder {
  position: relative;
  bottom: -42px;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 0;
  width: 0;
  -webkit-transform: translateY(-21px);
  -ms-transform: translateY(-21px);
  transform: translateY(-21px);
  opacity: 0.4;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  background: #FDF2E9;

}
.input__text span {
  background: #FDF2E9;
}
.input__line {
  display: block;
  width: 100%;
  background: #584E46;
  height: 1px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.input:is(:focus-within, .active) > .input__placeholder .input__text {
  width: auto;
  font-size: 12px;
  -webkit-transform: translateY(-58px);
  -ms-transform: translateY(-58px);
  transform: translateY(-58px);
  background: #FDF2E9;
  color: #413835;
  opacity: 1;
}

.input:is(:focus-within, .active) > .input__placeholder .input__line {
  margin-left: 12px;
  background: #FDF2E9;
}
.input:has(input[type="tel"]) > .input__placeholder .input__text {
  width: auto;
  font-size: 12px;
  transform: translateY(-58px);
  background: #FDF2E9;
  color: #413835;
  opacity: 1;
}

.input.error > .input__field {
  color: #D15030;
}

.input.error > .input__placeholder .input__text {
  color: #D15030;
  opacity: 1;
}

.contacts-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts-form .input + .input {
  margin-top: 24px;
}

.contacts-form__button {
  margin-top: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.32px;
  border-radius: 30px;
  opacity: 1;
  background: #000;
  padding: 16px 60px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.contacts-form__button:hover {
  opacity: 0.8;
}

.contacts-form__button:active {
  opacity: 0.6;
}
.contacts-form__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  max-width: 400px;
  margin: 16px auto;

}
/*============================================*/




.gate {
  position: relative;
  height: 100vh;

  background: url("../img/Rectangle25.jpg") no-repeat;
  background-size: cover;
}
.gate__column {
  background: #fff;
  padding: 60px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  max-width: 1274px;
  margin: 0 auto;
}
.gate__header {
  margin: 0 auto;
  max-width: 325px;
  margin-top: 100px;
}
.gate__header img {
  width: 100%;
}
h1.gate__title {
  border: none;
  text-align: center;
  padding: 0;
  margin-bottom: 24px;
}
.gate__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
}
.gate__buttons {
  display: flex;
  gap: 60px;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  justify-content: center;
}
.gate__button, a.gate__button {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #2C221F;
  border-bottom: 1px solid #2C221F1A;
}
.gate__button:hover {
  color: rgba(44, 34, 31, 0.6);
}
.gate__pol {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  color: rgba(65, 56, 53, 0.5);
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  margin-top: 80px;
}
.gate__pol a {
  color: rgba(65, 56, 53, 0.5);
}
.gate_footer {
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 1px;
  position: absolute;
  bottom: 50px;
  text-transform: uppercase;
}
.gate .container {
  height: 100%;
  padding: 0 20px;
}
@media (max-width: 992px) {

  .gate__header {
    margin-top: 30px;
  }
  .gate {
    height: 100%;
  }
  h1.gate__title {
    font-size: 24px;
  }
  .gate__button, a.gate__button {
    font-size: 40px;
  }
  .gate__subtitle {
    font-size: 16px;
  }
  .gate__column {
    margin-bottom: 50px;
    padding: 20px;
  }
  .gate__header {
    max-width: 200px;
  }
}
@media (max-height: 900px) {
  .gate__column {
    padding: 20px;
  }
  .gate_footer {
    bottom: 10px;
  }
  .gate__header {
    margin-top: 30px;
  }
  .gate {
    height: 100%;
  }
  h1.gate__title {
    font-size: 24px;
  }
  .gate__button, a.gate__button {
    font-size: 40px;
  }
  .gate__subtitle {
    font-size: 16px;
  }
}

.go-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 30px;
  background: #413835;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.1);
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.1);
  -webkit-transform: translateY(40px) scale(.5);
  -ms-transform: translateY(40px) scale(.5);
  transform: translateY(40px) scale(.5);
  opacity: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  z-index: 20;
}
.go-top.active {
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
}



.modal-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 40;
  top: 0;
  left: 0;
  pointer-events: none;
}
.modal-container.active {
  pointer-events: all;
}
.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* Сначала невидима */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  /* плавный переход */
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-menu {
  width: 100%;
  height: 100%;
  background: #D4C1AE;
  opacity: 0;
}
.modal-menu .container {
  height: 100%;
}
.modal-menu-box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 46px 30px;
  position: relative;

}
.modal-menu-box .header-nav__link {
  position: absolute;
  top: 46px;
  right: 0;
  z-index: 10;
}
.modal-menu-boxm {
  display: flex;
  width: 100%;
  height: 100%;
}
.modal-menu-boxm_l {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modal-menu-boxm_r {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.modal-menu-boxm_r_t {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal-menu-boxm_r_t .modal-menu__link{
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
  color: #2C221F;


  display: inline-block;
  transition:
          color 0.3s ease,
          opacity 0.3s ease,
          transform 0.4s ease;
}
.modal-menu-boxm_r_t:hover .modal-menu__link {
  opacity: 0.5;
}
.modal-menu-boxm_r_t .modal-menu__link:hover {
  opacity: 1;
  color: #2C221F;
  transform: translateX(50px);
}
.modal-menu-boxm_r_b {
  display: flex;
  flex-direction: column;
}
.modal-menu-boxm_r_b .modal-menu__link{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  color: #2C221F;
}
.modal-menu-boxm_r_bb {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 1px;
  text-align: right;

}
.modal-menu-boxm_r_t,
.modal-menu-boxm_r_b {
  opacity: 0;
}
.modal-menu-boxm_l_b {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 30px;
}
.modal-menu-boxm_l_b a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  color: #413835;
}
.logo_go {
  width: 44px;
  transform-origin: top left;
  opacity: 0;
}
.logo_go img {
  width: 100%;
}


.modal--success {
  padding: 20px 20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

.modal--success.active {
  background: rgba(31, 29, 27, 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.modal--success.active .modal-success {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.modal-success {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 24px 24px;
  max-width: 416px;
  border-radius: 10px;
  background: var(--Darker-1, #584E46);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.modal-success__close {
  margin-left: auto;
  cursor: pointer;
}

.modal-success__title {
  margin-top: 16px;
  text-align: center;
  color: #F4F1EC;
}

.modal-success__subtitle {
  margin-top: 24px;
  color: #F4F1EC;
  text-align: center;
}

.modal-success__done {
  border-radius: 10px;
  background: var(--Dark-2, #1F1D1B);
  color: var(--Light-1, #E6D8C4);
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.32px;
  padding: 16px;
  margin-top: 32px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.modal-success__done:hover {
  opacity: 0.8;
}

.modal-success__done:active {
  opacity: 0.6;
}
.modal--reject {
  padding: 20px 20px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}
.modal--reject.active {
  background: rgba(31,29,27,.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.modal--reject.active .modal-success {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.modal-success__close {
  margin-left: auto;
  cursor: pointer;
}
.modal-success__title {
  margin-top: 16px;
  text-align: center;
  color: #f4f1ec;
}
.modal-success__subtitle {
  margin-top: 24px;
  color: #f4f1ec;
  text-align: center;
}
.modal-success__done {
  border-radius: 10px;
  background: #1f1d1b;
  color: #e6d8c4;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: .32px;
  padding: 16px;
  margin-top: 32px;
  cursor: pointer;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px;
  border-bottom: 1px solid #D1D1D1
}
.footer__link {
  width: 300px;
  flex-shrink: 0;
}

.footer__bottom {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}
.footer-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 1px;
  text-transform: uppercase;

}
.footer-nav__link:hover {
  opacity: 0.6;
}
.footer {
  background: #FFFDFA;
}
.footer__text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 1px;
  text-align: center;
}
.philosophy {
  position: relative;
}
.philosophy:before {
  content: "";
  background: url("../img/Ellipse21.png") no-repeat;
  background-size: contain;
  width: 504px;
  height: 1309px;
  position: absolute;
  right: -100px;
  top: 600px;
}
.trade {
  position: relative;
}
.trade:before {
  content: "";
  background: url("../img/Ellipse17.png") no-repeat;
  background-size: contain;
  width: 423px;
  height: 1676px;
  position: absolute;
  left: -50px;
  top: 0px;
 }
.map {
  position: relative;
}
.map:before {
  content: "";
  background: url("../img/Ellipse21.png") no-repeat;
  background-size: contain;
  width: 504px;
  height: 1309px;
  position: absolute;
  right: -100px;
  top: 0;
}
.responsibility {
  position: relative;
}
.responsibility:before {
  content: "";
  background: url("../img/Ellipse17.png") no-repeat;
  background-size: contain;
  height: 1570px;
  position: absolute;
  left: -88px;
  top: 0px;
}
.send_ok {
  display: none;
}
.send_ok img {
  width: 100%;
}
footer .container {
  max-width: 100%;
}
.footer__link img {
  width: 100%;
}
.contacts-box_fr_l, .contacts-box_fr_r {
  width: 50%;
}
@media (max-width: 1400px) {
  .philosophy_box_inf_r {
    font-size: 22px;
  }
  p, .text {
    font-size: 18px;
  }
  .responsibility-box_dec > div {
    font-size: 18px;
  }
  .responsibility-box-grid .logo > div {
    font-size: 15px;
  }
  h1, .h1 {
    font-size: 40px;
    padding-bottom: 18px;
  }
  .brands-description {
    font-size: 14px;
  }
  .brands-title {
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 14px;
  }
  .contacts-box_fr_l > div > div:last-child {
    font-size: 15px;
  }
  .footer__link {
    width: 200px;
  }
  .brands-image {
    width: 100px;
  }
  .brands-card {
    padding: 25px;
  }
  .brands-pr {
    left: 25px;
    bottom: 25px;
  }
  .brands-bpr {
    width: 80px;
    height: 80px;
  }

}
@media (max-width: 1200px) {
  .trade_box_our > div {
    font-size: 14px;
  }
  h2, .h2 {
    font-size: 18px;
  }
  .trade_box_our {
    padding-top: 30px;
    margin-top: 30px;
  }
  .map-box_loc > div h2 {
    font-size: 16px;
  }
  .map-box_loc > div {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer__top {
    flex-direction: column;
    padding: 50px;
  }
  .footer-nav {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (max-width: 992px) {
  .brands-card {
    padding: 40px 20px;
  }
  .brands-pr {
    left: 20px;

  }
}

@media (max-width: 740px) {
  .contacts-box_fr {
    flex-direction: column;
  }
  .container {
    padding: 0 16px;

  }
  .contacts-box_fr_l, .contacts-box_fr_r {
    width: 100%;
  }
  .contacts-box {
    padding: 40px 0;
  }
  .categories {
    padding-top: 80px;
  }
  section + section {
    padding-top: 80px;
  }
  .philosophy_box_logos {
    margin: 80px auto 0 auto;
  }
  .responsibility-box_dec > div {
    width: 100%;
  }
  .hero__title {
    font-size: 60px;
    line-height: 120%;
}
  .hero__column .hero__title:last-child {
    padding-left: 100px;
  }
}
@media (max-width: 600px) {
  .brands-card {
    flex-direction: column;
    justify-content: space-between;
    height: 620px;
  }
  .brands-content {
    order: 1;
  }
  .brands-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .brands-image {
    width: auto;
    height: 300px;
  }
  .brands-pr {
    left: 20px;
    bottom: auto;
    top: 40px;
  }
  .tabs {
    flex-wrap: wrap;
  }
  .tab {
    padding-bottom: 12px;
    margin-top: 15px;
  }
  .brands-card-title {
    flex-direction: column;
  }
  .responsibility-box_cat {
    flex-direction: column;
  }
  .responsibility-box_cat > div {
    width: 100%;
  }
  .trade_box_mis {
    flex-direction: column;
  }
  .trade_box_mis > div {
    width: 100%;
  }
  .trade_box_mis_l {
    margin-bottom: 20px;
  }
  .philosophy_box_desc {
    flex-direction: column;
  }
  .philosophy_box_logo > div img {
    width: 200px;
  }
  .philosophy_box_inf {
    margin: 80px auto 0 auto;
    flex-direction: column;
  }
  .philosophy_box_inf_l {
    width: 100%;
    margin-bottom: 20px;
  }
  .philosophy_box_inf_r {
    width: 100%;
  }
  .hero__title {
    font-size: 42px;
  }
  .hero__column .hero__title:last-child {
    padding-left: 32px;
  }
  .modal-menu-boxm {
    flex-direction: column;
  }
  .modal-menu-boxm_l {
    width: 100%;
    height: 96%;
  }
  .modal-menu-boxm_r {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .modal-menu-box {
    padding: 25px 0;
  }
  .modal-menu-boxm_r_t .modal-menu__link {
    font-size: 20px;
  }
  .modal-menu-boxm_r_t {
    gap: 10px;
    margin-bottom: 20px;
  }
  .modal-menu-boxm_r_bb {
    margin-top: 20px;
  }
  .modal-menu-boxm_l_b {
    gap: 0px;
    z-index: 10;
    padding-left: 0;
  }
  .modal-menu-boxm_l_b a {
    font-size: 14px;
  }
  .modal-menu-boxm_r_b .modal-menu__link {
    font-size: 16px;
  }
  .philosophy_box_logo {
    margin: 80px auto 0 auto;
  }
  .logo_go {
    opacity: 0.1 !important;
  }
}
@media (max-width: 450px) {
  .contacts-box_fr_l {
    /*grid-template-columns: 1fr;*/
  }
  .contacts-box_fr_l > div {
    padding: 12px;
  }
  .responsibility-box-grid .logo img {
    width: 60px;
  }
  .responsibility-box-grid .logo > div {
    font-size: 12px;
  }
  h1, .h1 {
    font-size: 35px;
  }
  .footer-nav__link {
    width: 100%;
  }
  .footer-nav {
    gap: 20px;
  }
  .contacts-box_fr_l > div > div:last-child, .contacts-box_fr_l > div > div:last-child a {
    font-size: 14px;
  }
  .contacts-box_fr_l > div > div:last-child {
    font-size: 14px;
  }
}
@media (max-height: 740px) {
  .gate__buttons {
    margin-top: 20px;
  }
  .gate__pol {
    margin-top: 30px;
  }
}