@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 480px) {
  ::-webkit-scrollbar {
    background-color: black;
    width: 5px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: white;
  }
}
a {
  color: inherit;
}
a:hover {
  opacity: 0.9;
}

html,
body {
  font-family: "Ubuntu", sans-serif;
  scroll-behavior: smooth;
  background-color: black;
  user-select: none;
  height: 100%;
  width: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main {
  background: url("./images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  color: white;
  margin-top: 5rem;
}
.main .nav {
  background-color: black;
  position: absolute;
  z-index: 2;
  display: flex;
  padding: 0 1rem;
  top: 0;
  width: 100%;
}
.main .nav,
.main .nav img {
  height: 5rem;
}
.main .nav ul {
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  list-style: none;
  display: flex;
  align-items: center;
  height: 100%;
}
.main .nav ul a {
  text-decoration: none;
  color: inherit;
}
.main .nav ul a:hover {
  font-size: 1.3rem;
  opacity: 0.9;
}
.main .nav ul a li {
  padding: 1rem;
}
@media screen and (max-width: 600px) {
  .main .nav ul {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .main .nav {
    justify-content: center;
  }
}
.main .block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  height: calc(100vh - 5rem);
}
.main .block h1 {
  font-weight: 700;
  font-size: 4rem;
  text-shadow: 2px 2px 10px white;
}
.main .block p {
  text-align: center;
  margin-bottom: 5rem;
  font-weight: 500;
  font-size: 1.5rem;
}

.containers {
  margin: 1rem;
  width: calc(100% - 2rem);
  max-width: 1920px;
}
.containers__second {
  background-color: white;
  color: black;
  max-width: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containers__margin {
  margin: 0 1rem -5px;
  max-width: inherit;
}
.containers__items {
  max-width: 1920px;
  margin: 3rem 5rem;
}
@media screen and (max-width: 1024px) {
  .containers__items {
    margin: 2rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .containers__items {
    margin: 1rem 2rem;
  }
}
@media screen and (max-width: 600px) {
  .containers__items {
    margin: 1rem 0;
  }
}
.containers__items-margin {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .containers__items-margin {
    margin: 0 1rem;
  }
}
.containers__block {
  display: flex;
  flex-direction: column;
  /*ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    li {
      display: flex;
      align-items: center;
      &::before {
        content: url("images/point.png");
        padding-right: 0.3rem;
      }
    }
  }*/
}
.containers__block h2 {
  font-size: 3rem;
}
.containers__block p {
  margin: 1rem 0;
  font-size: 1.4rem;
}
.containers__block-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 16rem;
  margin: 1rem 0.5rem;
}
.containers__block-items img {
  filter: invert(1);
}
.containers__block-items span {
  color: #5a5d79;
  font-size: 1.1rem;
}
.containers__block-icon, .containers__block-icon2 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}
.containers__block-icon {
  height: 5rem;
  width: 5rem;
}
.containers__block-icon2 {
  height: 3.5rem;
  width: 3.5rem;
}
.containers__buy {
  margin: 2rem auto;
}
.containers__buy p {
  text-align: center;
  font-size: 1.75rem;
}
.containers__buy div {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
.containers__buy div img {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.5rem;
}
.containers__buy div a {
  text-align: center;
  font-size: 1.5rem;
}
.containers__prices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.containers__price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 16.875rem;
  border-radius: 20px;
  margin: 1rem;
  border: solid 3px rgb(231, 232, 236);
}
.containers__price:hover {
  box-shadow: 0px 10px 15px -3px rgba(100, 100, 100, 0.4);
}
.containers__price img {
  border-radius: 10px;
  margin: 1rem;
  width: 230px;
}
.containers__price p {
  margin: 0 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.containers__price p b {
  color: rgb(16, 185, 129);
}
.containers__price span {
  margin: 1rem;
  color: #5a5d79;
  font-size: 1.1rem;
  font-weight: 400;
}

.footer {
  width: 100%;
  padding: 1rem;
}
.footer div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer div p {
  margin: 0 1rem;
}
@media screen and (max-width: 448px) {
  .footer div p {
    margin: 0;
  }
}
.footer div ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem 0;
}
.footer div ul a {
  text-decoration: none;
}
.footer div ul a li {
  margin: 0 1rem;
}
@media screen and (max-width: 448px) {
  .footer div ul a li {
    margin: 0;
  }
}
