@import url("fonts.css");
@import url("header.css");
@import url("footer.css");
@import url("home.css");
@import url("login.css");
@import url("profile.css");
@import url("fonts.css");
@import url("header.css");
@import url("footer.css");
@import url("home.css");
@import url("news.css");
@import url("news-2.css");
@import url("shop.css");
@import url("registration.css");
@import url("my-orders.css");
@import url("checkout.css");
@import url("basket.css");
@import url("warehouse.css");
@import url("upgrade.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}

p,
figure,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
b,
strong {
  color: #2b2e35;
}
.container {
  width: 1440px;
  max-width: 1260px;
  margin: 0 auto;
}
.absolute-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 320px) and (max-width: 767px) {
  .container {
    max-width: 767px;
    width: 100%;
    padding: 20px;
  }
}
