/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.deliver,
.points,
.spann,
.top-order a,
.tosh {
  line-height: 14px;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../fonts/ Inter18pt-Medium.woff2") format("woff2"),
    url("../fonts/Inter18pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../fonts/Inter18pt-Regular.woff2") format("woff2"),
    url("../fonts/Inter18pt-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 24pt";
  src: url("../fonts/Inter24pt-Medium.woff2") format("woff2"),
    url("../fonts/Inter24pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("../fonts/Inter28pt-Light.woff2") format("woff2"),
    url("../fonts/Inter28pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 28pt";
  src: url("../fonts/Inter28pt-Medium.woff2") format("woff2"),
    url("../fonts/Inter28pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Medium.woff2") format("woff2"),
    url("../fonts/RobotoCondensed-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"),
    url("../fonts/RobotoCondensed-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-black: #1f2026;
  --color-dark-gray: #595b66;
  --color-gray: #8b8e99;
  --color-pink: #f4488d;
  --color-purple: #3b007d;
  --color-violet: #7000ff;
  --color-light-purple: #bec2f2;
  --color-yellow: #ffff00;
  --color-red: #ff0000;
  --color-hot-pink: #e8007c;
  --color-light-bg: #f0f0ff;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
li {
  list-style-type: none;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  width: 100%;
}
.top_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-location,
.top-order {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-location {
  gap: 10px;
  font-family: Inter;
}
.spann {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
}
.points,
.top-flag span,
.top-order a,
.tosh {
  font-weight: 500;
  font-size: 14px;
  font-family: Inter;
}
.tosh {
  font-style: normal;
}
.points {
  color: var(--color-black);
}
.deliver {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-gray);
}
.top-order a {
  color: var(--color-dark-gray);
}
.top-flag span {
  line-height: 40px;
}
.again a,
.header-menyu a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-dark-gray);
}
.top-orders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-order {
  gap: 16px;
}
.top-flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
  padding-left: 10px;
  padding-right: 11px;
}
.header-section1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 17px;
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-catalog {
  background-color: var(--color-light-bg);
  border-radius: 4px;
  padding-left: 18px;
  padding-right: 18px;
}
.header-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.header-section2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-menyu,
.union {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menyu {
  gap: 10px;
}
.union {
  text-align: center;
  font-family: Inter;
  font-weight: 600;
  font-size: 12.8px;
  line-height: 15.36px;
  gap: 4px;
}
.prices,
.prices a {
  color: var(--color-black);
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  font-family: Inter;
}
.again {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
}
.price_hom,
.price_kit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 8px;
  margin-right: 8px;
}
.narxlar {
  margin-top: 48px;
}
.elektronika {
  margin-top: 434px;
}
.famouss,
.hot,
.installment,
.kitchen {
  margin-top: 21px;
}
.banner {
  padding-top: 16px;
}
.price_kit {
  margin-top: 32.65px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.price_hom {
  margin-top: 19.3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.electronicss,
.low_price {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.c_price,
.price {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prices {
  margin-bottom: 21px;
}
.satish,
.section-oil,
.section-phones {
  margin-bottom: 32px;
}
.low_price {
  -ms-grid-rows: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
.electronicss {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.c_price,
.price,
.watch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-oil {
  padding: 0 6.4px 6.4px;
}
.c_price {
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 4px;
}
.img-wrap {
  position: relative;
}
.eksklyuziv {
  z-index: 2;
  height: 21px;
  position: absolute;
  left: 0;
  bottom: 6px;
  background-color: var(--color-violet);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  padding-left: 6px;
  padding-right: 6px;
}
.aksiya,
.di_sport {
  left: 0;
  bottom: 6px;
  color: #fff;
  border: none;
  font-family: Roboto;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  padding-left: 6px;
  padding-right: 6px;
  z-index: 2;
  height: 21px;
  position: absolute;
}
.aksiya {
  background-color: var(--color-purple);
  border-radius: 4px;
}
.di_sport {
  background-color: var(--color-red);
  border-radius: 4px;
}
.chegirma,
.chegirmaa {
  background-color: var(--color-hot-pink);
  border: none;
}
.chegirma {
  z-index: 2;
  height: 21px;
  position: absolute;
  left: 52px;
  bottom: 6px;
  color: #fff;
  border-radius: 4px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  padding-left: 6px;
  padding-right: 6px;
}
.chegirmaa,
.supper {
  z-index: 2;
  height: 21px;
  left: 0;
  bottom: 6px;
  color: #fff;
  font-weight: 500;
  line-height: 21px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 13px;
  position: absolute;
  font-family: Roboto;
}
.chegirmaa {
  border-radius: 4px;
}
.supper {
  background-color: var(--color-light-purple);
  border: none;
  border-radius: 4px;
}
.yurak {
  position: absolute;
  right: 18px;
  top: 14px;
}
.satish,
.save {
  position: relative;
}
.oil-p {
  margin-top: 12px;
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: 15.36px;
  padding-left: 8px;
  padding-right: 9px;
}
.stor,
.watch {
  font-weight: 300;
  font-style: Light;
  line-height: 11.2px;
  margin-left: 8px;
  font-size: 11.2px;
  font-family: Inter;
}
.stor {
  color: var(--color-gray);
}
.watch {
  margin-top: 3px;
  color: var(--color-hot-pink);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-div a,
.price-1 {
  color: var(--color-gray);
  font-weight: 400;
}
.btn {
  background-color: var(--color-yellow);
  border: none;
  margin-left: 8px;
  margin-top: 8px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 4px;
}
.btnn {
  border: none;
  width: 20px;
  height: 20px;
  background-image: url("/image/general/yurak.png");
  background-size: cover;
  cursor: pointer;
  margin-right: 10px;
}
.btnn:active {
  background-image: url("/image/general/yurak2.png");
  width: 25px;
  height: 25px;
}
.price {
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 17px;
}
.footer-div,
.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.price-1 {
  font-family: Inter;
  font-size: 11.2px;
  line-height: 13.44px;
}
.price-2 {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 16.8px;
  color: var(--color-black);
}
.save {
  border: 1px solid gray;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 12px;
}
.save img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.satish {
  width: 100%;
  height: 56px;
  margin-top: 40px;
}
.satish_20 {
  padding-top: 18.5px;
  padding-bottom: 18.5px;
  width: 740px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
.footer-div a {
  font-family: Roboto;
  font-size: 12px;
  line-height: 16px;
}
.footer-social {
  padding-right: 98px;
  gap: 23px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 16px;
}
.footer-uzum {
  margin-top: 32px;
}
.footer-bottom,
.uzum {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.uzum {
  padding-right: 98px;
  gap: 15px;
}
.footer-bottom {
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-bottom-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 1250px) {
  .electronicss,
  .low_price {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 20px;
  }
  .low_price {
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  .footer,
  .hot,
  .installment,
  .kitchen,
  .narxlar {
    width: 1050px;
  }
  .yurak {
    right: 35px;
  }
  .save {
    right: 15px;
  }
  .satish_20 {
    width: 500px;
  }
  .electronicss {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .elektronika {
    width: 1050px;
    margin-top: 10px;
  }
  .prices {
    margin-left: 25px;
  }
  .banner {
    display: none;
  }
}
@media (max-width: 1165px) {
  .header-menyu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
  }
  .beauty {
    display: none;
  }
}
@media (max-width: 1132px) {
  .header-menyu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
}
@media (max-width: 1060px) {
  .electronicss,
  .low_price {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 20px;
  }
  .footer-social,
  .uzum {
    padding-right: 40px;
  }
  .low_price {
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  .elektronika,
  .footer,
  .hot,
  .installment,
  .kitchen,
  .narxlar {
    width: 800px;
  }
  .electronicss {
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .prices {
    margin-left: 25px;
  }
  .yurak {
    right: 35px;
  }
  .save {
    right: 15px;
  }
  .footer-social {
    gap: 1px;
  }
  .xk {
    display: none;
  }
}
@media (max-width: 1050px) {
  .build {
    display: none;
  }
}
@media (max-width: 1010px) {
  .household {
    display: none;
  }
}
@media (max-width: 950px) {
  .deliver {
    display: none;
  }
  .footer-social,
  .uzum {
    padding-right: 40px;
  }
}
@media (max-width: 930px) {
  .footer-bottom {
    display: block;
  }
  .footer-bottom-div {
    padding-bottom: 10px;
  }
}
@media (max-width: 860px) {
  .footer-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-bottom,
  .tad {
    display: none;
  }
  .footer {
    width: 220px;
  }
}
@media (max-width: 800px) {
  .electronicss,
  .low_price {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .low_price {
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-left: 20px;
  }
  .elektronika,
  .hot,
  .installment,
  .kitchen,
  .narxlar {
    width: 600px;
  }
  .prices {
    margin-left: 25px;
  }
  .electronicss .yurak,
  .yurak {
    right: 65px;
  }
  .electronicss .save,
  .save {
    right: 45px;
  }
  .satish_20 {
    width: 300px;
  }
  .electronicss {
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    margin-left: 20px;
  }
}
@media (max-width: 730px) {
  .health {
    display: none;
  }
  .footer-social {
    padding-right: 15px;
  }
}
@media (max-width: 670px) {
  .header-catalog {
    display: none;
  }
}
@media (max-width: 650px) {
  .accessories {
    display: none;
  }
}
@media (max-width: 625px) {
  .points {
    display: none;
  }
}
@media (max-width: 600px) {
  .electronicss,
  .low_price {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .low_price {
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-left: 20px;
  }
  .elektronika,
  .hot,
  .installment,
  .kitchen,
  .narxlar {
    width: 300px;
  }
  .prices {
    margin-left: 25px;
  }
  .yurak {
    right: 55px;
  }
  .save {
    right: 25px;
  }
  .satish {
    right: 15px;
  }
  .satish_20 {
    width: 200px;
  }
  .electronicss {
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    margin-left: 20px;
  }
}
@media (max-width: 550px) {
  .header-person,
  .shoes {
    display: none;
  }
  .burger {
    display: block;
  }
}
@media (max-width: 490px) {
  .top-order {
    display: none;
  }
}
@media (max-width: 460px) {
  .clothes {
    display: none;
  }
}
@media (max-width: 400px) {
  .electronics {
    display: none;
  }
  .aaaa {
    display: block;
  }
}
