@charset "UTF-8";
/*
 Theme Name:   Hottabich
 Theme URI:    https://hottabich.com/
 Description:  Use this child theme to extend Bricks.
 Author:       Iron318i
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/
html {
  font-size: clamp(5px, 1.667vw, 8px);
}
@media (min-width: 768px) {
  html {
    font-size: clamp(6px, 0.521vw, 10px);
  }
}

a {
  transition: all 0.3s ease-in;
}

a:not(.brxe-button):hover {
  color: #05d6e5;
}

.brxe-button {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
.brxe-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  transition: all 0.4s ease;
  z-index: -1;
}
.brxe-button:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.brxe-button:hover::before {
  left: 100%;
}

#menu-main-menu {
  justify-content: space-between;
  width: 100%;
}

#brxe-fdrmkx {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  max-width: 51rem;
  width: 100%;
  gap: 1.5rem;
}
#brxe-fdrmkx::before, #brxe-fdrmkx::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #05d6e5;
}

.why-row {
  gap: 3rem;
  flex-wrap: wrap;
}

.why-us {
  flex: 0 0 auto;
  width: 100%;
  max-width: 59rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  height: 14.5rem;
  background-color: #15415c;
  border-radius: 1.5rem;
  padding: 3rem 4rem;
  position: relative;
  overflow: hidden;
}
.why-us .img-wrp {
  flex: 0 0 auto;
  width: 11rem;
  text-align: center;
}
.why-us .brxe-text-basic {
  flex: 0 0 auto;
  width: calc(100% - 13rem);
  line-height: 1.1;
}
.why-us:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.1rem;
  background-image: linear-gradient(to top, #cb34ff 0%, #05d6e5 100%);
}

#menu-footer {
  justify-content: space-evenly;
  width: 100%;
}

@media (min-width: 768px) {
  .site-footer .col-left {
    flex: 0 0 auto;
    width: 70%;
  }
  .site-footer .col-right {
    flex: 0 0 auto;
    width: 30%;
  }
  .why-us {
    width: calc(50% - 1.5rem);
  }
}
/* Прелоадер */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #172c49;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 1s ease, visibility 1s ease;
}
.preloader-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.preloader-logo {
  width: 30rem;
  height: auto;
  margin-bottom: 30px;
  animation: pulse 2s infinite ease-in-out;
}
.preloader-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(5, 214, 229, 0.2);
  border-top-color: #05d6e5;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(0.95);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Все целевые элементы начинаем со скрытого состояния */
#brxe-vgjwxd, .menu-item, #brxe-fpdukw, #brxe-fdrmkx, #brxe-ignnvw, #brxe-ctderw, #brxe-spyath, #brxe-rtzrbs, #brxe-fmakyh, #menu-footer .menu-item, .promocode, .why-us {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Показываем все элементы в режиме редактирования Bricks */
.brx-body.iframe #brxe-vgjwxd, .brx-body.iframe .menu-item, .brx-body.iframe #brxe-fpdukw, .brx-body.iframe #brxe-fdrmkx, .brx-body.iframe #brxe-ignnvw, .brx-body.iframe #brxe-ctderw, .brx-body.iframe #brxe-spyath, .brx-body.iframe #brxe-rtzrbs, .brx-body.iframe #brxe-fmakyh, .brx-body.iframe #menu-footer .menu-item, .brx-body.iframe .promocode, .brx-body.iframe .why-us {
  opacity: 1 !important;
  transform: translateY(0) !important;
  visibility: visible !important;
}
.brx-body.iframe .preloader {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* А когда появляется класс .show — запускается анимация */
.page-element.show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.why-us.show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Последовательность анимаций */
#brxe-vgjwxd {
  transition-delay: 0.1s;
}

/* Лого */
.menu-item {
  transition-delay: 0.2s;
}

/* Пункты меню */
#brxe-fpdukw {
  transition-delay: 0.35s;
}

/* Заголовок */
#brxe-fdrmkx {
  transition-delay: 0.5s;
}

/* Текст 1 */
#brxe-ignnvw {
  transition-delay: 0.65s;
}

/* Текст 2 */
#brxe-ctderw {
  transition-delay: 0.8s;
}

/* Картинка */
#brxe-spyath {
  transition-delay: 0.95s;
}

/* Кнопка */
#brxe-rtzrbs {
  transition-delay: 0.4s;
}

/* Почему мы */
.why-us {
  transition-delay: 0.2s;
}

/* Why-us при скролле */
#brxe-fmakyh {
  transition-delay: 0.5s;
}

/* Вопросы */
#menu-footer .menu-item {
  transition-delay: 0.6s;
}

/* Нижнее меню */
.promocode {
  flex-direction: row;
  column-gap: 3rem;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  border: 1px dashed white;
  border-radius: 1.5rem;
  padding-left: 3rem;
  transition-delay: 1.6s;
}
.promocode .text {
  font-size: 5rem;
  line-height: 0.5;
}
.promocode .brxe-svg {
  width: 4rem;
}
@media (max-width: 640px) {
  .promocode {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    justify-content: center;
    row-gap: 2rem;
  }
}
@media (min-width: 641px) {
  .promocode .brxe-button {
    margin: -1px;
    border-radius: 0 1.5rem 1.5rem 0;
  }
}

#brxe-qjvron {
  cursor: pointer;
  transition: all 0.3s ease;
}
#brxe-qjvron.copied {
  background-color: #9c41b7 !important;
  border-color: #9c41b7 !important;
  color: #fff;
}
#brxe-qjvron:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
#brxe-qjvron:active {
  transform: translateY(0);
}

#brxe-qjvron {
  position: relative;
  overflow: hidden;
}
#brxe-qjvron::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #9c41b7, transparent);
  transition: left 0.5s;
}
#brxe-qjvron.copied::after {
  left: 100%;
}

/* Анимация для SVG стрелки */
#brxe-oqkvik {
  animation: arrowMove 1s ease-in-out infinite;
}
@keyframes arrowMove {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

/* Анимация для текста промокода */
#brxe-skxond {
  animation: textPulse 1s ease-in-out infinite;
}
@keyframes textPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

/*# sourceMappingURL=style.css.map */
