/*THEME COLOR #EACB7E*/
html, body {
  overflow: hidden;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch; }

.swiper-container {
  -webkit-overflow-scrolling: auto;
  overscroll-behavior: contain; }

.main-page {
  background: #252525;
  color: white; }

#content {
  min-height: auto; }

.main-page .header__desktop,
.main-page .slide-lead-btn,
.main-page .stack-scroll-wrap,
.main-page .slide-list .swiper-nav .swiper-button {
  transition: all .6s ease-in-out;
  opacity: 0;
  transform: translateY(30px); }
.main-page .header__desktop {
  transform: translateY(-30px); }
.main-page .slide-lead-btn {
  transform: translateY(20px); }
.main-page.loaded .header__desktop,
.main-page.loaded .slide-lead-btn,
.main-page.loaded .stack-scroll-wrap,
.main-page.loaded .slide-list .swiper-nav .swiper-button {
  opacity: 1;
  transform: none; }

.main-swiper {
  width: 100%;
  height: 100vh; }

.main-swiper {
  height: 100dvh; }

.featured-list-wrp,
.slider-features,
.swiper-slide-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 60px); }

.featured-list-wrp,
.slider-features,
.swiper-slide-main {
  height: calc(100dvh - 60px); }

.swiper-slide-main:nth-child(0) {
  z-index: 4 !important; }

.swiper-slide-main:nth-child(1) {
  z-index: 5 !important; }

.swiper-slide-main:nth-child(2) {
  z-index: 6 !important; }

.swiper-slide-main:nth-child(3) {
  z-index: 7 !important; }

.swiper-slide-main:nth-child(4) {
  z-index: 8 !important; }

.swiper-slide-main:nth-child(5) {
  z-index: 9 !important; }

.swiper-slide-main:nth-child(6) {
  z-index: 10 !important; }

.swiper-slide-main:nth-child(8) {
  z-index: 11 !important; }

.swiper-slide-main:nth-child(9) {
  z-index: 12 !important; }

.swiper-slide-main:nth-child(10) {
  z-index: 13 !important; }

.swiper-slide-main:nth-child(11) {
  z-index: 14 !important; }

.swiper-slide-main:nth-child(12) {
  z-index: 15 !important; }

.swiper-slide-main:nth-child(13) {
  z-index: 16 !important; }

.swiper-slide-main:nth-child(14) {
  z-index: 17 !important; }

.swiper-slide-main:nth-child(15) {
  z-index: 18 !important; }

.swiper-slide-main:nth-child(16) {
  z-index: 19 !important; }

.swiper-slide-main:nth-child(17) {
  z-index: 20 !important; }

.swiper-slide-main:nth-child(18) {
  z-index: 21 !important; }

.swiper-slide-main:nth-child(19) {
  z-index: 22 !important; }

.swiper-slide-main:nth-child(20) {
  z-index: 23 !important; }

.swiper-slide-main.last-slide {
  height: calc(100vh - 114px); }

.swiper-slide-main.last-slide {
  height: calc(100dvh - 114px); }

.text-ready-fade {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) rotateY(0) scaleY(1); }

.word {
  display: inline-block;
  white-space: nowrap; }

.letter {
  display: inline-block;
  opacity: 0;
  filter: blur(0.075em);
  transform: translateX(-0.3em) rotateY(75deg) scaleX(1) scaleY(1.2); }

@keyframes letterIn {
  0% {
    opacity: 0;
    filter: blur(0.05em);
    transform: translateX(-0.3em) rotateY(75deg) scaleX(1) scaleY(1.2); }
  33% {
    opacity: 1;
    filter: blur(0); }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) rotateY(0) scaleY(1); } }
.text-ready-fade {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) rotateY(0) scaleY(1); }

@keyframes letterOut {
  0% {
    transform: none;
    opacity: 1;
    filter: none; }
  33% {
    transform: translateX(-0.05em) scaleX(1.2) scaleY(0.7);
    opacity: 1;
    filter: blur(0); }
  100% {
    transform: translateX(1.5em) scaleX(1.1) scaleY(0.5);
    opacity: 0;
    filter: blur(0.075em); } }
.stack-item {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: sticky;
  overflow: hidden;
  z-index: 10;
  display: flex;
  align-items: center;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  justify-content: center;
  background: #252525;
  color: white; }

.stack-item-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  /*height: 100%;*/ }

.stack-item-btn-next {
  position: absolute;
  top: 0;
  height: 60px;
  left: 0;
  right: 0;
  display: block;
  opacity: 0;
  background: #ffffff;
  transition: all .3s ease-in-out;
  z-index: 10;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  display: none; }
  .stack-item-btn-next:hover {
    opacity: 0.1; }
  .stack-item-btn-next:focus {
    opacity: 0; }
  .stack-item-btn-next.stack-item-btn-next-last {
    top: 100%; }

.slide-list .swiper-nav {
  position: absolute; }
.slide-list .swiper-pagination {
  display: none; }

.slide-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: calc(100vh - 60px);
  position: relative;
  padding: 30px;
  overflow: hidden; }

.slide-block {
  height: calc(100dvh - 60px); }

.slide-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: 50% 50% no-repeat;
  background-size: cover;
  transform: scale(1.6);
  transition: all 0.4s cubic-bezier(0, 0, 0.15, 1); }
  .loaded .swiper-slide-active .swiper-slide-active .slide-bg {
    transition: all 5s cubic-bezier(0, 0, 0.15, 1);
    transform: scale(1); }

.slide-content {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  height: 360px;
  align-items: center;
  justify-content: center;
  position: relative; }

.slide-title {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  font-size: 60px; }

.slide-lead-btn {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .slide-lead-btn .lead-btn {
    width: 300px; }

.slide-list .swiper-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  right: 30px;
  margin: 0 !important;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center !important; }

.home .swiper-button-next, .home .swiper-button-prev {
  position: relative;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background: no-repeat center center transparent;
  z-index: 2;
  color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: none !important;
  right: auto;
  left: auto; }
  .home .swiper-button-next.disabled, .home .swiper-button-prev.disabled {
    display: none; }
  .home .swiper-button-next:after, .home .swiper-button-prev:after {
    display: none !important;
    content: none !important; }
  .home .swiper-button-next:before, .home .swiper-button-prev:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
    margin: auto;
    background: url("../img/icon-arrow.svg") 50% 50% no-repeat;
    filter: invert(100%); }
  .home .swiper-button-next:hover:before, .home .swiper-button-prev:hover:before {
    border-color: #EACB7E;
    filter: invert(93%) sepia(34%) saturate(6006%) hue-rotate(307deg) brightness(115%) contrast(83%); }
.home .swiper-button-prev:before {
  transform: rotate(180deg); }
.home .swiper-pagination {
  position: absolute !important;
  width: auto !important;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: none !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 !important; }
  .home .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 8px;
    padding: 0;
    margin: 1px;
    display: block;
    border: 1px solid transparent;
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 1; }
    .home .swiper-pagination .swiper-pagination-bullet:hover {
      border-color: #EACB7E;
      background-color: #EACB7E; }
    .home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      border-color: #252525;
      background-color: #252525;
      width: 8px;
      height: 8px;
      margin: 0; }

.home {
  position: sticky;
  z-index: 52;
  transition: none; }

.home .container {
  opacity: 1;
  transition: opacity 0.2s ease-in-out; }
.home .stack-item-anim-before .container, .home .container {
  opacity: 1; }
.home:has(+ .stack-item-preparing, + .stack-item-anim-before) .stack-item-last .container {
  opacity: 0; }
.home:has(+ .stack-item-preparing, + .stack-item-anim-before) .stack-item-btn-next.stack-item-btn-next-last {
  top: auto;
  bottom: 0; }

.textpage-title {
  max-width: 980px;
  margin: 0 auto 100px; }
  .textpage-title h1, .textpage-title .h1,
  .textpage-title h2, .textpage-title .h2 {
    font-size: 60px; }

.swiper-slide-main.last-slide {
  background: #252525;
  display: flex;
  position: relative; }

.stack-box-after {
  /*display: flex;*/
  position: relative;
  z-index: 50;
  background: #252525;
  color: white;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: block;
  margin-top: 108px;
  transition: all .45s ease-in-out; }

.stack-scroll-wrap {
  position: absolute;
  left: 50%;
  bottom: 45px;
  margin: -15px;
  z-index: 1; }

.stack-scroll-link {
  display: block;
  width: 30px;
  height: 30px;
  filter: invert(100%);
  background: url("../img/icon-scroll-mouse.svg") no-repeat center center transparent;
  background-size: contain;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden; }
  .stack-scroll-link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/icon-scroll-arrow.svg") no-repeat center center transparent;
    background-size: contain;
    animation: stackScrollDown 7s ease-in-out 3s infinite; }

@keyframes stackScrollDown {
  0%, 15%, 30%, 45%, 100% {
    top: 0; }
  10%, 25%, 40% {
    top: 10px; } }
.home a,
.home .content__title,
.home h1,
.home .h1,
.home h2,
.home .h2,
.home h3,
.home .h3,
.home h4,
.home .h4 {
  color: inherit; }
.home .no-inv a,
.home .no-inv .content__title,
.home .no-inv h1,
.home .no-inv .h1,
.home .no-inv h2,
.home .no-inv .h2,
.home .no-inv h3,
.home .no-inv .h3,
.home .no-inv h4,
.home .no-inv .h4 {
  color: #252525; }
.home a:hover,
.home .no-inv a:hover {
  color: #EACB7E; }

.main-page:has(> .swiper .swiper-slide-active .swiper-slide-active.no-inv) .header__desktop:not(:hover) .header-top {
  border-bottom-color: #252525; }
.main-page:has(> .swiper .swiper-slide-active .swiper-slide-active.no-inv) .header__desktop:not(:hover) a {
  color: #252525; }
.main-page:has(> .swiper .swiper-slide-active .swiper-slide-active.no-inv) .header__desktop:not(:hover) .active > a,
.main-page:has(> .swiper .swiper-slide-active .swiper-slide-active.no-inv) .header__desktop:not(:hover) .active > span > a {
  color: #EACB7E; }
.main-page:has(> .swiper .swiper-slide-active .swiper-slide-active.no-inv) .header__desktop:not(:hover) .status__link:before,
.main-page:has(> .swiper .swiper-slide-active .swiper-slide-active.no-inv) .header__desktop:not(:hover) .logo {
  filter: invert(12%) sepia(13%) saturate(0%) hue-rotate(153deg) brightness(110%) contrast(97%); }
.main-page:has(> .swiper .swiper-slide-active .swiper-slide-active.no-inv) .header__desktop:not(:hover):after {
  box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.7); }
.main-page:has(> .swiper .swiper-slide-active .swiper-slide-active.no-inv) .stack-scroll-link,
.main-page:has(> .swiper .swiper-slide-active .swiper-slide-active.no-inv) .swiper-button-next:before, .main-page:has(> .swiper .swiper-slide-active .swiper-slide-active.no-inv) .swiper-button-prev:before {
  filter: invert(12%) sepia(13%) saturate(0%) hue-rotate(153deg) brightness(110%) contrast(97%); }

.main-section-2-wrapper {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 100%;
  width: 100%;
  background: #252525;
  color: white;
  text-align: center;
  position: relative; }
  .main-section-2-wrapper h2,
  .main-section-2-wrapper .h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase; }

.main-section-2-item {
  position: relative;
  display: flex;
  flex: 1;
  overflow: hidden;
  box-sizing: border-box; }

.main-section-2-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent 50% 50% no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: all 1s cubic-bezier(0, 0, 0.15, 1); }
  .main-section-2-bg:has(+ .main-section-2-inner a:hover) {
    transition: all 4s cubic-bezier(0, 0, 0.15, 1);
    transform: scale(1.2); }

.main-section-2-inner {
  position: relative;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #fff; }
  .main-section-2-inner a {
    transition: all 0.3s ease-in-out;
    color: #fff;
    display: block; }
    .main-section-2-inner a:hover {
      transition: all 0.6s ease-in-out;
      color: #EACB7E; }

.prodlist-wrp {
  overflow: hidden;
  transition: all .3s ease-in-out;
  padding-top: 160px !important; }
  .swiper-slide-active .prodlist-wrp {
    padding-top: 100px !important; }
  .prodlist-wrp .tab-content {
    margin-top: 84px; }

.nav-tabs.title-tabs {
  justify-content: center;
  gap: 10px 60px; }
  .nav-tabs.title-tabs .tab-link {
    font-size: 40px; }

.swiper-prodlist-block {
  overflow: visible; }
  .swiper-prodlist-block .swiper-wrapper {
    overflow: visible; }
  .swiper-prodlist-block .swiper-slide {
    transition: transform 0.3s ease; }
  .swiper-prodlist-block .swiper-nav {
    position: absolute;
    width: auto;
    top: calc(-20px - 84px);
    left: calc((-100vw + 1640px) / 2 + 45px);
    right: calc((-100vw + 1640px) / 2 + 45px);
    margin: 0 !important; }
  .swiper-prodlist-block .swiper-button-prev, .swiper-prodlist-block .swiper-button-next {
    position: absolute;
    top: -25px;
    bottom: -25px;
    margin: auto 0; }
  .swiper-prodlist-block .swiper-button-next {
    right: 20px; }
  .swiper-prodlist-block .swiper-button-prev {
    left: 20px; }

.slider-features {
  position: relative; }
  .slider-features .swiper-nav {
    display: none; }
  .slider-features .swiper-pagination {
    display: none; }

.featured-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent 50% 50% no-repeat;
  background-size: cover;
  transform: scale(1.2);
  transition: all 0.8s cubic-bezier(0, 0, 0.15, 1); }
  .loaded .swiper-slide-active .swiper-slide-active .featured-bg {
    transition: all 5s cubic-bezier(0, 0, 0.15, 1);
    transform: scale(1); }

.featured-list {
  padding-top: 114px;
  padding-bottom: 30px;
  gap: 40px;
  height: 100%;
  display: flex; }

.featured-item {
  position: relative;
  border: 1px solid transparent;
  height: calc(100vh - 60px - 114px - 30px);
  padding: 40px;
  display: flex;
  flex: 1;
  transition: all .6s ease-in-out;
  text-align: center;
  color: #fff !important; }
  .featured-item:hover, .featured-item.featured-active {
    border-color: currentColor; }

.featured-item {
  height: calc(100dvh - 60px - 114px - 30px); }

.featured-block {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column; }

.featured-title {
  flex: 0 0 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  text-transform: uppercase; }

.featured-descr {
  flex: 0 0 50%;
  padding-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center; }

.featured-item {
  opacity: 0;
  transition: all .6s ease-in-out; }
  .swiper-slide-active .slider-features .featured-item {
    opacity: 1; }

@media (max-width: 1600px) {
  .slide-content {
    height: 320px; }

  .slide-title {
    font-size: 40px; }

  .textpage-title {
    margin-bottom: 80px; }
    .textpage-title h1, .textpage-title .h1,
    .textpage-title h2, .textpage-title .h2 {
      font-size: 40px; }

  .featured-list-wrapper {
    overflow: hidden; }
    .featured-list-wrapper h3, .featured-list-wrapper .h3 {
      font-size: 24px; }

  .featured-descr {
    padding-top: 40px; }

  .swiper-prodlist-block .swiper-nav {
    left: -30px;
    right: -30px; } }
@media (max-width: 1439px) {
  .swiper-slide-main.last-slide {
    height: calc(100vh - 130px); }

  .swiper-slide-main.last-slide {
    height: calc(100dvh - 130px); }

  .stack-box-after {
    margin-top: 140px; }

  .featured-list {
    padding-top: 130px;
    padding-bottom: 30px;
    gap: 20px; }

  .featured-item {
    height: calc(100vh - 60px - 130px - 48px); }

  .featured-item {
    height: calc(100dvh - 60px - 130px - 48px); }

  .nav-tabs.title-tabs .tab-link {
    font-size: 30px; }

  .stack-box-after .stack-item-btn-next {
    margin-top: -130px; }

  .prodlist-wrp {
    padding-bottom: 60px !important;
    padding-top: 160px !important; }
    .swiper-slide-active .prodlist-wrp {
      padding-top: 60px !important; }

  .prodlist-wrp .tab-content {
    margin-top: 40px; }

  .swiper-prodlist-block .swiper-nav {
    top: calc(-20px - 35px); } }
@media (max-width: 1199px) {
  .textpage-title {
    margin-bottom: 60px; }

  .slide-content {
    flex: 0 0 100%;
    max-width: 100%; }

  .slide-list .swiper-nav {
    left: 30px;
    display: none !important; }

  .slide-list .swiper-pagination {
    display: flex !important; }

  .slide-lead-btn {
    top: calc(100% + ((100vh - 320px - 60px) / 2 - 36px - 70px)); }

  .slide-lead-btn {
    top: calc(100% + ((100dvh - 320px - 60px) / 2 - 36px - 70px)); }

  .stack-slide-list .stack-scroll-wrap {
    display: none; }

  .slider-features .swiper-pagination {
    display: flex !important;
    top: auto;
    margin-top: 0 !important;
    bottom: 20px;
    left: 0;
    right: 0; }

  .featured-list {
    padding-bottom: 48px; }

  .featured-list-wrapper h3, .featured-list-wrapper .h3 {
    font-size: 24px; }

  .featured-descr {
    opacity: 1;
    padding-top: 60px; } }
@media screen and (max-width: 991px) {
  .textpage-title {
    margin-bottom: 50px; }
    .textpage-title h1, .textpage-title .h1,
    .textpage-title h2, .textpage-title .h2 {
      font-size: 30px; }

  .main-swiper {
    width: 100%;
    height: calc(100vh - 50px); }

  .main-swiper {
    height: calc(100dvh - 50px); }

  .slider-features .swiper-pagination {
    bottom: 30px; }

  .featured-list-wrp,
  .slider-features,
  .swiper-slide-main,
  .swiper-slide-main.last-slide {
    height: calc(100vh - 100px); }

  .featured-list-wrp,
  .slider-features,
  .swiper-slide-main,
  .swiper-slide-main.last-slide {
    height: calc(100dvh - 100px); }

  .stack-box-after {
    margin-top: 0; }

  .stack-item-btn-next {
    height: 50px;
    bottom: 50px; }

  .slide-block {
    height: calc(100vh - 100px); }

  .slide-block {
    height: calc(100dvh - 100px); }

  .featured-list {
    padding-top: 70px;
    padding-bottom: 70px; }

  .featured-item {
    height: calc(100vh - 51px - 20px - 48px - 100px);
    padding: 20px 40px; }

  .featured-item {
    height: calc(100dvh - 51px - 20px - 48px - 100px); }

  .stack-item-featured h3, .stack-item-featured .h3 {
    font-size: 20px; }

  .prodlist-wrp,
  .swiper-slide-active .prodlist-wrp {
    padding-top: 60px !important; }

  .swiper-prodlist-block .swiper-button-next {
    right: 35px; }
  .swiper-prodlist-block .swiper-button-prev {
    left: 35px; }

  .nav-tabs.title-tabs .tab-link {
    font-size: 24px; }

  .main-swiper .footer__container {
    padding-bottom: 0; }

  .featured-descr {
    opacity: 1;
    padding-top: 60px; } }
@media screen and (max-height: 650px) {
  .slide-content {
    height: 240px; }

  .featured-title {
    flex: 0 0 40%; }

  .featured-descr {
    flex: 0 0 60%;
    padding-top: 30px; } }
@media screen and (max-height: 550px) {
  .slide-content {
    height: 180px; }

  .featured-title {
    flex: 0 0 30%; }

  .featured-descr {
    flex: 0 0 70%;
    padding-top: 20px; } }
@media screen and (max-width: 767px) {
  .slide-block {
    padding: 30px 15px; }

  .main-section-2-wrapper {
    flex-direction: column; }

  .main-section-2-inner {
    padding: 20px 15px; }

  .featured-title {
    padding-bottom: 40px; }

  .featured-descr {
    padding-top: 0; }

  .prodlist-wrp .tab-content {
    margin-top: 60px; }

  .swiper-prodlist-block .swiper-nav {
    top: -35px; } }
@media screen and (max-width: 550px) {
  .slide-title {
    font-size: 30px; } }
@media screen and (max-width: 767px) and (max-height: 650px) {
  .featured-title {
    padding-bottom: 20px; }

  .featured-descr {
    padding-top: 10px; } }
@media screen and (max-width: 767px) and (max-height: 550px) {
  .featured-title {
    padding-bottom: 0; }

  .featured-descr {
    padding-top: 20px; } }
.swiper-slide-main.last-slide.swiper-slide-active .stack-box-after {
  margin-top: 0; }

/* Fix double scrollbar: hide scrollbar visually, keep scroll functional */
html, body { overflow: hidden !important; overscroll-behavior: none; }
html::-webkit-scrollbar, body::-webkit-scrollbar { width: 0; height: 0; display: none; }
html, body { scrollbar-width: none; }
.stack-box-after::-webkit-scrollbar { width: 0; height: 0; display: none; }
.stack-box-after { scrollbar-width: none; }
