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

li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  font-family: "Manrope", serif;
}

.container {
  width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 1260px) {
  .container {
    width: 1024px;
  }
}
@media screen and (max-width: 1044px) {
  .container {
    width: 768px;
  }
}
@media screen and (max-width: 788px) {
  .container {
    width: 640px;
  }
}
@media screen and (max-width: 650px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}
.header {
  padding-bottom: 16px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container.top {
  padding: 12px 0 20px 0;
}
.header__bar, .header__x, .header__catalog-sm {
  display: none;
}
.header__nav, .header__contact {
  display: flex;
  gap: 28px;
}
.header__nav a, .header__contact a {
  font-size: 14px;
  color: #454545;
}
.header__catalog {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 30px;
  height: 50px;
  border-radius: 40px;
  background-color: #454545;
  color: #fff;
}
.header__catalog i {
  font-size: 32px;
}
.header__catalog span {
  font-size: 16px;
}
.header__search {
  width: 450px;
  height: 50px;
  position: relative;
}
.header__search input {
  height: 100%;
  width: 100%;
  border-radius: 40px;
  padding: 0 24px;
  font-size: 16px;
  outline: none;
  border: 1px solid #454545;
}
.header__search i {
  position: absolute;
  right: 14px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  font-size: 24px;
  color: #454545;
  cursor: pointer;
}
.header__details {
  text-align: center;
  color: #454545;
  cursor: pointer;
}
.header__details--item {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
}
.header__details--item i {
  font-size: 28px;
}
.header__details--item .info {
  position: absolute;
  top: -2px;
  right: -4px;
  width: 16px;
  height: 16px;
  background-color: #c63c3c;
  color: white;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.header__details p {
  font-size: 14px;
}

@media screen and (max-width: 1260px) {
  .header__logo img {
    width: 150px;
  }
  .header__catalog {
    gap: 6px;
    padding: 0 25px;
  }
  .header__catalog i {
    font-size: 28px;
  }
  .header__search {
    width: 400px;
  }
}
@media screen and (max-width: 1044px) {
  .header {
    padding-top: 16px;
  }
  .header .container {
    justify-content: flex-start;
  }
  .header .container.top {
    width: 75%;
    height: calc(100vh - 64px);
    background-color: #fff;
    padding-top: 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 64px;
    left: -100%;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
  }
  .header .container.top.opened {
    left: 0;
  }
  .header__bar {
    display: block;
    font-size: 32px;
    margin-right: 24px;
    cursor: pointer;
  }
  .header__x {
    display: block;
    font-size: 36px;
    color: #454545;
    position: absolute;
    right: 30px;
    top: 25px;
    cursor: pointer;
  }
  .header__nav, .header__contact {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  .header__catalog-sm {
    width: 200px;
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    background-color: #454545;
    border-radius: 40px;
    justify-content: center;
    margin: 28px 0;
  }
  .header__catalog-sm i {
    font-size: 28px;
  }
  .header__catalog {
    display: none;
  }
  .header__search {
    display: none;
  }
  .header__details--item {
    margin-bottom: 0;
  }
  .header__details.one {
    margin: 0 24px 0 auto;
  }
  .header__details.two {
    display: none;
  }
  .header__details p {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .header .container {
    justify-content: flex-start;
  }
  .header .container.top {
    width: 85%;
    padding-top: 30px;
  }
  .header__bar {
    font-size: 30px;
    margin-right: 18px;
  }
  .header__x {
    font-size: 32px;
    right: 10px;
    top: 10px;
  }
  .header__catalog-sm {
    width: 90%;
    padding: 8px 0;
    gap: 6px;
    margin: 28px 0;
  }
  .header__catalog-sm i {
    font-size: 24px;
  }
  .header__details.one {
    margin: 0 20px 0 auto;
  }
}
.hero {
  margin: 50px 0 100px 0;
}
.hero__wrapper {
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px 60px 50px;
  border-radius: 50px;
}
.hero__wrapper--title {
  max-width: 500px;
  font-size: 54px;
  line-height: 75px;
  font-weight: 700;
  color: #454545;
}
.hero__wrapper--title span {
  background-color: #454545;
  color: #fff;
  padding: 0 25px 10px 25px;
  border-radius: 40px;
}
.hero__wrapper--img {
  width: 400px;
}

@media screen and (max-width: 1260px) {
  .hero__wrapper {
    padding: 0 80px 50px 40px;
    border-radius: 45px;
  }
  .hero__wrapper--title {
    max-width: 450px;
    font-size: 45px;
    line-height: 65px;
  }
  .hero__wrapper--title span {
    padding: 0 20px 6px 20px;
  }
  .hero__wrapper--img {
    width: 370px;
  }
}
@media screen and (max-width: 1044px) {
  .hero {
    margin: 30px 0 60px 0;
  }
  .hero__wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0 0 35px 0;
    border-radius: 30px;
  }
  .hero__wrapper--title {
    max-width: 269px;
    font-size: 28px;
    line-height: 38px;
  }
  .hero__wrapper--title span {
    padding: 0 20px 5px 20px;
  }
  .hero__wrapper--img {
    width: 275px;
    margin-bottom: 25px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.modal.open {
  opacity: 1;
  visibility: visible;
}
.modal__content {
  background-color: #fff;
  width: 800px;
  padding: 86px 64px;
  border-radius: 50px;
  position: relative;
}
.modal__content h3 {
  font-size: 64px;
  line-height: 110%;
  margin-bottom: 50px;
}
.modal__content i {
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 36px;
  color: #454545;
  cursor: pointer;
}
.modal__form {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.modal__form--input {
  padding: 15px 20px;
  border-radius: 50px;
  border: 1px solid #454545;
  font-size: 16px;
}
.modal__form--input:focus {
  border-color: rgb(32, 134, 249);
  outline: 2px solid rgb(32, 134, 249);
}
.modal__form--input.btn {
  background-color: #454545;
  color: #fff;
}/*# sourceMappingURL=style.css.map */