/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./styles/pages/home.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes revealLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes revealRight {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
.home .hero {
  background: url(../../../public/img/home/hero_bg.webp);
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - clamp(60px, 60px + 40 * (100vw - 320px) / 1600, 100px));
  display: flex;
  align-items: center;
}
.home .hero .hero__info {
  max-width: clamp(450px, 450px + 72 * (100vw - 320px) / 1600, 522px);
  opacity: 0;
  animation: fadeInLeft 0.75s ease-in-out forwards;
}
.home .hero .hero__info h1 {
  color: var(--c-text2);
}
.home .hero .hero__info p {
  color: var(--c-text2);
  margin: 20px 0;
}
.home .services h2 {
  text-align: center;
  color: var(--c-title);
}
.home .services .services__items {
  max-width: clamp(1000px, 1000px + 90 * (100vw - 320px) / 1600, 1090px);
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(40px, 40px + 24 * (100vw - 320px) / 1600, 64px) clamp(50px, 50px + 96 * (100vw - 320px) / 1600, 146px);
}
@media (max-width: 768px) {
  .home .services .services__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .home .services .services__items {
    grid-template-columns: 50%;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .home .services .services__items {
    grid-template-columns: 1fr;
  }
}
.home .services .services__items .item h3 {
  margin: 20px 0;
  color: var(--c-title);
}
.home .services .services__items .item p {
  color: var(--c-text1);
}
.home .brands {
  background: var(--c-bg1);
}
.home .brands .brands__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(50px, 50px + 150 * (100vw - 320px) / 1600, 200px);
}
@media (max-width: 1024px) {
  .home .brands .brands__inner {
    flex-direction: column;
    gap: 50px;
  }
}
.home .brands .brands__inner h2 {
  color: var(--c-text2);
}
.home .brands .brands__inner .brands__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(20px, 20px + 30 * (100vw - 320px) / 1600, 50px) clamp(50px, 50px + 50 * (100vw - 320px) / 1600, 100px);
}
.home .brands .brands__inner .brands__items .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 100px;
  max-width: 150px;
}
.home .brands .brands__inner .brands__items .item img {
  height: 100%;
  max-height: 82px;
}
.home .catalog .catalog__top {
  text-align: center;
  max-width: clamp(320px, 320px + 55 * (100vw - 320px) / 1600, 375px);
  margin-inline: auto;
}
.home .catalog .catalog__top h2 {
  color: var(--c-title);
}
.home .catalog .catalog__top p {
  margin-top: 16px;
  color: var(--c-text1);
}
.home .catalog .catalog__items {
  margin-top: clamp(50px, 50px + 14 * (100vw - 320px) / 1600, 64px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.home .catalog .catalog__items .item .item-wrap {
  flex: 1 1 280px;
  max-width: 315px;
  height: 100%;
  background: var(--c-bg-cards);
  border-radius: clamp(10px, 10px + 10 * (100vw - 320px) / 1600, 20px);
  padding: 0 clamp(14px, 14px + 10 * (100vw - 320px) / 1600, 24px) clamp(20px, 20px + 16 * (100vw - 320px) / 1600, 36px);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.home .catalog .catalog__items .item .item-wrap:hover {
  transform: scale(1.05);
  box-shadow: 0 1px 4px rgba(81, 96, 59, 0.4);
}
.home .catalog .catalog__items .item .item-wrap img {
  margin-inline: auto;
}
.home .catalog .catalog__items .item .item-wrap .item-content h3 {
  color: var(--c-title);
}
.home .catalog .catalog__items .item .item-wrap .item-content p.lead-text {
  margin-top: 6px;
  color: var(--c-title);
}
.home .catalog .catalog__items .item .item-wrap .item-content p.text1 {
  margin-top: 20px;
  color: var(--c-text1);
}
