/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/Header/avatart/styles.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_avatar__CsqB_ {
  width: 32px;
  height: 32px;
  background-color: lightgray;
  border-radius: 50%;
}
.styles_avatar__CsqB_ svg {
  width: 100%;
  height: 100%;
  fill: black;
  border-radius: 50%;
  padding: 4px;
}
.styles_avatar__CsqB_ img {
  object-fit: cover;
  border-radius: 50%;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/Header/cart/styles.module.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_cart__jB0fs {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 6px;
  border-radius: 50%;
  background-color: lightgray;
  transition: all 0.1s ease-in;
}
.styles_cart__jB0fs svg {
  fill: black;
  width: 100%;
  height: 100%;
}
.styles_cart_count__BVH2P {
  position: absolute;
  right: -7px;
  top: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  padding: 5px;
  width: 17px;
  height: 17px;
}
.styles_cart__jB0fs:hover {
  background-color: rgb(207, 205, 205);
}
@media (hover: none) {
  .styles_cart__jB0fs {
    background-color: lightgray;
  }
}

.styles_hidden__pRbc2 {
  display: none;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/Header/Header mobile/styles.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_header_content__eKw3u {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1530px;
  padding: 0 15px;
  height: 100%;
  margin: 0 auto;
  gap: 20px;
  background-color: #fff;
}
@media (min-width: 800px) {
  .styles_header_content__eKw3u {
    display: none;
  }
}
.styles_header_content_bg__JImVL {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100vh + 30px);
  background-color: black;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.styles_header_content_bg__JImVL.styles_active__y55qZ {
  display: unset;
  opacity: 0.5;
  z-index: 9999;
}
.styles_header_content_visible__JqAy7 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.styles_header_content_visible_image__mDrCt {
  position: absolute;
  left: 50%;
  top: 5px;
  object-fit: cover;
  transform: translate(-50%, -5px);
}
.styles_header_content_left__OhdU6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: calc(100vh + 30px);
  align-items: center;
  gap: 10px;
  background-color: #fff;
  padding: 10px;
  transform: translateX(-100%);
  transition: all 0.1s ease-in;
  justify-content: flex-start;
  align-items: start;
}
.styles_header_content_left_nav__6Y_ZO {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.styles_header_content_left_nav__6Y_ZO a:first-child {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}
.styles_header_content_left__OhdU6.styles_active__y55qZ {
  transform: translateX(0);
  z-index: 99999999999999;
}
.styles_header_content_right__rXaAO {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.styles_header_content_right__rXaAO div {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in;
  border-radius: 50%;
}
.styles_header_content_right_cart__dsIVq {
  position: relative;
  width: 34px;
  height: 34px;
}
.styles_header_content_right_cart__dsIVq img {
  width: 100%;
  height: 100%;
}
@media (hover: none) {
  .styles_header_content_right_cart__dsIVq:hover svg {
    fill: #bdbdbd;
  }
}
.styles_header_content_right_cart_count__FuAub {
  position: absolute;
  right: -7px;
  top: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  padding: 5px;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
}
.styles_header_content_right_profile__UQmB_ {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #bdbdbd;
  padding: 5px;
  overflow: hidden;
}
.styles_header_content_right_profile__UQmB_ img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.styles_header_content_right_profile__UQmB_ svg {
  fill: #fff;
}
.styles_header_content_right_profile__UQmB_:hover {
  background-color: #969696;
}
@media (hover: none) {
  .styles_header_content_right_profile__UQmB_:hover {
    background-color: #bdbdbd;
  }
}

.styles_burgerMenu__RJEVV {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.styles_burgerMenu__RJEVV span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.styles_burgerMenu__RJEVV.styles_active__y55qZ span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.styles_burgerMenu__RJEVV.styles_active__y55qZ span:nth-child(2) {
  opacity: 0;
}
.styles_burgerMenu__RJEVV.styles_active__y55qZ span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.styles_hidden__vLIrH {
  display: none;
}

.styles_no-scroll__xtvVx {
  overflow: hidden;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/Header/styles.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_header__1Ps44 {
  width: 100%;
  height: 70px;
  position: sticky;
  top: -5px;
  z-index: 999;
  background-color: #fff;
}
@media (max-width: 800px) {
  .styles_header__1Ps44 {
    top: 0px;
    height: 50px;
  }
}
.styles_header_content__js9Re {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1530px;
  padding: 0 15px;
  height: 100%;
  margin: 0 auto;
  gap: 20px;
}
@media (max-width: 800px) {
  .styles_header_content__js9Re {
    display: none;
  }
}
.styles_header_content_left__CYVi4 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.styles_header_content_left_nav__yygL7 {
  display: flex;
  gap: 10px;
}
.styles_header_content_right__BKdoT {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.styles_header_content_right__BKdoT div {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in;
  border-radius: 50%;
}
.styles_header_content_right_cart__jmPxO {
  position: relative;
  width: 34px;
  height: 34px;
}
.styles_header_content_right_cart__jmPxO svg {
  transition: all 0.2s ease-in;
  fill: #bdbdbd;
}
.styles_header_content_right_cart__jmPxO:hover svg {
  fill: #969696;
}
@media (hover: none) {
  .styles_header_content_right_cart__jmPxO:hover svg {
    fill: #bdbdbd;
  }
}
.styles_header_content_right_cart_count__gzGcR {
  position: absolute;
  right: -7px;
  top: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  padding: 5px;
  width: 17px;
  height: 17px;
}
.styles_header_content_right_cart_count__gzGcR.styles_hidden__bj8Vj {
  display: none;
}
.styles_header_content_right_profile__jkwxv {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #bdbdbd;
  padding: 5px;
  overflow: hidden;
}
.styles_header_content_right_profile__jkwxv img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.styles_header_content_right_profile__jkwxv svg {
  fill: #fff;
}
.styles_header_content_right_profile__jkwxv:hover {
  background-color: #969696;
}
@media (hover: none) {
  .styles_header_content_right_profile__jkwxv:hover {
    background-color: #bdbdbd;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/Search/styles.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_search__piykP {
  max-width: 500px;
  width: 100%;
  position: relative;
}
.styles_search__piykP input {
  width: 100%;
  padding: 10px 20px 10px 40px;
  border-radius: 4px;
  border: 1px solid rgba(60, 60, 60, 0.3);
  font-size: 14px;
  transition: all 0.2s ease-in;
}
.styles_search__piykP input:focus {
  border: 1px solid rgb(60, 60, 60);
}
.styles_search__piykP svg {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.styles_search__piykP svg path {
  fill: rgba(60, 60, 60, 0.3);
  transition: fill 0.2s ease-in;
}
.styles_search__piykP:focus-within svg path {
  fill: rgb(60, 60, 60);
}

.styles_dropdown__JQZpB {
  max-height: 400px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: start !important;
  background-color: #fff;
  z-index: 999999;
  border-radius: 0 0 4px 4px !important;
  gap: 10px;
  padding: 15px 0 15px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}
.styles_dropdown__JQZpB.styles_hidden__AB5B_ {
  display: none;
}
.styles_dropdown_link__nBVAj {
  padding: 0 15px 0 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  transition: all 0.2s ease-in;
}
.styles_dropdown_link__nBVAj:hover {
  background-color: rgb(240, 240, 240);
}
.styles_dropdown_link__nBVAj img {
  width: 40px;
  width: 40px;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 4px;
  margin-right: 10px;
}
.styles_dropdown_link_title__kreA9 {
  color: black;
  font-size: 14px;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./sections/Hero/styles.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_hero__uRoQr {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/hero@2x_2.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  height: calc(100vh - 70px);
  width: 100%;
}
@media (max-width: 800px) {
  .styles_hero__uRoQr {
    background-position: 0 10%;
    height: calc(100vh - 50px);
  }
}
.styles_hero__uRoQr::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
@media (max-width: 800px) {
  .styles_hero__uRoQr::after {
    opacity: 0.65;
  }
}
.styles_hero_content__KFHMP {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  z-index: 10;
}
@media (max-width: 800px) {
  .styles_hero_content__KFHMP {
    gap: 10px;
  }
}
.styles_hero_content_title__dI3gE {
  font-size: clamp(3rem, 2.1481rem + 4.2593vw, 5.875rem);
  font-weight: 500;
}
@media (max-width: 800px) {
  .styles_hero_content_title__dI3gE {
    line-height: 1.1;
  }
}
.styles_hero_content_subtitle__K9OvB {
  font-size: clamp(1.125rem, 0.9028rem + 1.1111vw, 1.875rem);
  line-height: 32px;
  font-weight: 500;
  margin-top: 5px;
}
@media (max-width: 800px) {
  .styles_hero_content_subtitle__K9OvB {
    line-height: 1.3;
  }
}
.styles_hero_content_link__vjnJU {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.styles_hero_content_link__vjnJU a {
  font-size: 0.9375rem;
  line-height: 1.75;
  padding: 8px 22px;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./sections/Сatalog preview/styles.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_catalog__Yjt5e {
  margin-top: 70px;
}
@media (max-width: 800px) {
  .styles_catalog__Yjt5e {
    margin-top: 30px;
  }
}
.styles_catalog_top__yaXKu {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
  margin-bottom: 30px;
}
.styles_catalog_top_title__wdLvv {
  font-size: clamp(2rem, 1.7407rem + 1.2963vw, 2.875rem);
  line-height: 52px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}
.styles_catalog_top_subtitle__aU2R_ {
  font-size: clamp(1.25rem, 1.1759rem + 0.3704vw, 1.5rem);
  line-height: 28px;
  font-weight: 400;
}
.styles_catalog_content__Y7es5 {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-auto-rows: minmax(230px, auto);
  justify-items: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 500px) {
  .styles_catalog_content__Y7es5 {
    grid-template-columns: 100%;
  }
}
.styles_catalog_content_item__dovbi {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: lightgray;
  border-radius: 10px;
  overflow: hidden;
}
.styles_catalog_content_item__dovbi.styles_span2__QYlhe {
  max-width: 670px;
  grid-column: span 2;
}
@media (max-width: 500px) {
  .styles_catalog_content_item__dovbi.styles_span2__QYlhe {
    max-width: unset;
    grid-column: unset;
  }
}
.styles_catalog_content_item__dovbi:hover img {
  transform: scale(1.03);
}
@media (hover: none) {
  .styles_catalog_content_item__dovbi:hover:hover img {
    transform: scale(1);
  }
}
.styles_catalog_content_item_title__NzCYr {
  position: relative;
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  color: #fff;
  z-index: 4;
}
.styles_catalog_content_item__dovbi img {
  z-index: 2;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.2s ease-in;
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
  -moz-filter: brightness(50%);
}
