@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}
header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px 0 10px 0;
}
header nav a {
  text-decoration: none;
  color: #000;
}
.first-screen {
  background: url("../img/first.jpg") no-repeat center/cover;
  padding: 20px;
  height: 100vh;
}

.first-screen .container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 90%;
}
.content{
  max-width: 80%;
}
.first-screen h1{
  text-align: center;
}
.container-wrapper {
  padding: 20px;
}
.container {
  max-width: 1000px;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  backdrop-filter: blur(5px);
  margin-bottom: 10px;
}

.btn {
  max-width: 300px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: green;
  border-radius: 5px;
  padding: 20px;
}

.screen2 {
  padding: 20px;
  background: url("../img/bg-screen2.jpg") no-repeat center/cover;
}

.images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #fff;
  border-radius: 10px;
  margin: 10px auto;
  padding: 10px;
}
.image {
  max-width: 400px;
}
.image img {
  width: 300px;
  height: 300px;
}
h2, h3{
  text-align: center;
}
.product-img img {
  width: 300px;
  height: 300px;
}
.screen3 {
  padding: 20px;
  background: url("../img/bg-screen3.jpg") no-repeat center/cover;
}
.screen4 {
  padding: 20px;
  background: url("../img/bg-screen4.jpg") no-repeat center/cover;
}
.screen5 {
  padding: 20px;
  background: url("../img/bg-screen5.jpg") no-repeat center/cover;
}
.screen6 {
  padding: 20px;
  background: url("../img/bg-screen6.jpg") no-repeat center/cover;
}
.screen7 {
  padding: 20px;
  background: url("../img/bg-screen7.jpg") no-repeat center/cover;
}
.screen8 {
  padding: 20px;
  background: url("../img/bg-screen8.jpg") no-repeat center/cover;
}
.about-us {
  padding: 20px;
  background: url("../img/bg-screen9.jpg") no-repeat center/cover;

}
.about-us__container, .contacts__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contacts {
  padding-bottom: 10px;
  padding-top: 10px;
}
.title {
  font-size: 2em;
}
.contacts__title {
  margin-bottom: 20px;
}
.desc {
  font-size: 1.5em;
}
.about-us__title, .about-us__desc {
  margin-bottom: 10px;
}
.wb-image {
  max-width: 300px;
}


@media screen and (max-width: 770px) {
  .images {
    flex-direction: column;
  }
}
@media screen and (max-width: 426px) {
  .content{
    max-width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
