.motherboardsBody .main {
  padding: 0;
}

.motherboards {
  background: var(--color-black-890);
  color: var(--color-white);
}
.motherboards__shortMenu {
  padding: 40px var(--padding-horizontal);
  background: var(--color-black-800);
}
.motherboards__shortMenu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (min-width: 920px) {
  .motherboards__shortMenu ul {
    gap: 150px;
  }
}
.motherboards__shortMenu ul a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  color: var(--color-black-100);
  font-size: 18px;
  font-weight: 600;
}
.motherboards__shortMenu ul a:hover {
  color: var(--color-white);
}
.motherboards__services {
  padding: 20px var(--padding-horizontal);
}
.motherboards h2 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .motherboards h2 {
    font-size: 32px;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .motherboards h2 {
    font-size: 40px;
  }
}
.motherboards .filtersBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.motherboards .filtersBlock__filters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (min-width: 920px) {
  .motherboards .filtersBlock__filters {
    display: flex;
    justify-content: space-around;
    width: 100%;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .motherboards .filtersBlock__filters {
    display: flex;
    justify-content: center;
    gap: 100px;
    width: 100%;
    font-size: 20px;
  }
}
.motherboards .filtersBlock__filterSection {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.motherboards .filtersBlock__filterSection h3 {
  margin-bottom: 20px;
}
.motherboards .filtersBlock__filterValue {
  display: inline-flex;
  align-items: center;
}
.motherboards .filtersBlock__filterValue .v-input--horizontal {
  grid-template-columns: max-content auto auto;
}
.motherboards .filtersBlock__filterValue .v-input--horizontal .v-input__append {
  margin-inline-start: 5px;
}
.motherboards__props {
  padding: 30px var(--padding-horizontal);
  background-image: linear-gradient(180deg, var(--color-black-800), var(--color-black-800));
}
.motherboards__filtersButton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.motherboards__hotProducts {
  padding: 30px var(--padding-horizontal);
  text-align: center;
}
.motherboards__hotProducts .hotProducts .v-window__controls {
  padding: 0;
}
.motherboards__hotProducts .hotProducts__products {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 1400px) {
  .motherboards__hotProducts .hotProducts__products {
    gap: 50px;
  }
}
.motherboards__hotProducts .hotProducts__product {
  width: 120px;
}
@media (min-width: 1200px) {
  .motherboards__hotProducts .hotProducts__product {
    width: 180px;
  }
}
.motherboards__hotProducts .hotProducts__product img {
  width: 120px;
  height: 120px;
}
@media (min-width: 1200px) {
  .motherboards__hotProducts .hotProducts__product img {
    width: 180px;
    height: 180px;
  }
}
.motherboards__hotProducts .hotProducts__productTitle a {
  color: var(--color-white);
}
.motherboards__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  padding: 30px var(--padding-horizontal);
}
@media (min-width: 920px) {
  .motherboards__categories {
    margin-top: 60px;
  }
}
@media (min-width: 920px) {
  .motherboards__categories {
    display: grid;
    grid-template-columns: repeat(2, 380px);
    justify-content: center;
    gap: 20px;
  }
}
.motherboards__category {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  text-align: center;
}
.motherboards__category .title {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
}
.motherboards__category .blur {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  width: 100%;
  height: 100%;
}
.motherboards__category h3 {
  text-transform: uppercase;
}
.motherboards .websiteServices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.motherboards .websiteServices a {
  color: var(--color-white);
}
.motherboards .websiteServices__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 340px;
  height: 260px;
  padding: 40px;
  text-align: center;
}
.motherboards .websiteServices__container:hover {
  background: var(--color-black-800);
}
.motherboards .websiteServices__container .title {
  font-size: 24px;
  font-weight: 600;
}
.motherboards .websiteServices__container .description {
  color: var(--color-black-100);
}

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