/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/pageComponents/manuals/styles.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_manuals__U3PB6 {
  margin-top: 30px;
}
.styles_manuals_content__QRYi5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.styles_manuals_content_title__lc_JS {
  margin-bottom: 50px;
  font-size: clamp(1.125rem, 0.725rem + 2vw, 3.125rem);
  line-height: 52px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: rgb(0, 0, 0);
  padding: 12px 16px;
}
.styles_manuals_content_button__E_8yV {
  border: 1px solid rgb(225, 223, 223);
  width: 100%;
  text-align: start;
  text-transform: capitalize;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.styles_manuals_content_button__E_8yV img {
  transition: all 0.2s ease-in;
}
.styles_manuals_content_button_active__8F_OD {
  border-radius: 4px 4px 0 0;
}
.styles_manuals_content_button_active__8F_OD img {
  transform: rotate(-180deg);
}
.styles_manuals_content_button__E_8yV:hover {
  background-color: #fff;
}
@media (hover: none) {
  .styles_manuals_content_button__E_8yV:hover {
    background-color: #fff;
  }
}
.styles_manuals_content_dropdown__K0__5 {
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 16px;
  background-color: #fff;
  opacity: 0;
  border: 1px solid rgba(225, 223, 223, 0);
  width: 100%;
  border-radius: 0 0 8px 8px;
  transition: all 0.1s ease-in;
}
.styles_manuals_content_dropdown_active__xCJYr {
  max-height: unset;
  padding: 16px 16px;
  border: 1px solid rgb(225, 223, 223);
  opacity: 1;
}

.styles_dropdown__HyP4e {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.styles_dropdown_top__M64F_ {
  display: flex;
  align-items: center;
  gap: 10px;
}
.styles_dropdown_top__M64F_ img {
  width: 16px;
  height: 16px;
}
.styles_dropdown_top__M64F_ a {
  font-size: 15px;
  color: black;
  transition: all 0.2s ease-in;
}
.styles_dropdown_top__M64F_ a:hover {
  color: #69b1ff;
}
@media (hover: none) {
  .styles_dropdown_top__M64F_ a:hover {
    color: black;
  }
}
.styles_dropdown_bottom__O28tQ {
  display: flex;
  align-items: center;
  gap: 10px;
}
.styles_dropdown_bottom_size__1Xc2Q {
  font-size: 14px;
}
.styles_dropdown_bottom__O28tQ a {
  color: black;
  font-size: 13px;
  line-height: 18px;
  transition: all 0.2s ease-in;
}
.styles_dropdown_bottom__O28tQ a:hover {
  color: #69b1ff;
}
@media (hover: none) {
  .styles_dropdown_bottom__O28tQ a:hover {
    color: black;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
}
