html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #faf6c3;
}

.container {
  max-width: 1166px;
  margin: 0 auto;
  padding: 0 20px;
}

.container--about {
  max-width: 1036px;
}
@media (max-width: 660px) {
  .container--about {
    line-height: 25px;
  }
}

.header {
  background: #faf6c3;
  position: sticky;
  top: 0;
  padding: 15px 0 15px;
  border-bottom: 1px solid rgba(70, 70, 70, 0.95);
}
.header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 660px) {
  .header__nav {
    display: none;
  }
}
.header__list {
  display: flex;
  align-items: center;
  grid-gap: 100px;
}
@media (max-width: 1060px) {
  .header__list {
    grid-gap: 60px;
  }
}
@media (max-width: 955px) {
  .header__list {
    grid-gap: 20px;
  }
}
@media (max-width: 660px) {
  .header__list {
    flex-direction: column;
  }
}
.header__item {
  display: flex;
  align-items: center;
  grid-gap: 11px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #203239;
  padding-bottom: 15px;
  margin-top: 15px;
}
.header__item--dropdown {
  position: relative;
}
.header__link {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  color: #203239;
}
.header__dropdown-list {
  position: absolute;
  left: -12px;
  top: 30px;
  display: none;
  flex-direction: column;
  grid-gap: 15px;
  background-color: #faf6c3;
  padding: 20px;
  border: 1px solid black;
  z-index: 5;
}
.header__dropdown-link {
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}

.header__item--dropdown:hover > .header__dropdown-list {
  display: flex;
}

.first-screen {
  background: #faf6c3;
  padding-top: 55px;
}
.first-screen__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 955px) {
  .first-screen__flex {
    flex-direction: column;
    grid-gap: 70px;
    text-align: center;
  }
}
.first-screen__info {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 955px) {
  .first-screen__info {
    align-items: center;
  }
}
.first-screen__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 84px;
  color: #203239;
}
@media (max-width: 450px) {
  .first-screen__title {
    font-size: 36px;
    line-height: 50px;
  }
}
.first-screen__text {
  font-size: 18px;
  line-height: 28px;
  color: #535353;
  margin-top: 13px;
}
.first-screen__email {
  text-decoration: none;
  color: #000000;
}
.first-screen__phone {
  font-weight: 400;
  font-size: 50px;
  text-decoration: none;
  color: #203239;
  margin-top: 33px;
}
@media (max-width: 450px) {
  .first-screen__phone {
    font-size: 33px;
  }
}
.first-screen__phone > i {
  color: #fc8d4b;
  font-weight: 600;
}
.first-screen__photo {
  width: auto;
}
@media (max-width: 1060px) {
  .first-screen__photo {
    width: 440px;
  }
}
@media (max-width: 660px) {
  .first-screen__photo {
    width: 100%;
  }
}

.our-partners {
  margin-top: 122px;
  padding-bottom: 100px;
}
.our-partners__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 36px;
}
@media (max-width: 450px) {
  .our-partners__title {
    font-size: 26px;
  }
}
.our-partners__list {
  display: flex;
  align-items: center;
  margin-top: 35px;
  grid-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 660px) {
  .our-partners__list {
    flex-direction: column;
    align-items: center;
    grid-gap: 60px;
    margin-top: 60px;
  }
}
.our-partners__item > img {
  max-width: 100%;
}

.catalog {
  background-color: #eeedde;
  padding: 106px 0 80px 0;
}
.catalog__items {
  display: flex;
  flex-direction: column;
}
@media (max-width: 660px) {
  .catalog {
    padding-top: 0;
  }
}

.card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 160px;
  grid-gap: 20px;
}
@media (max-width: 955px) {
  .card {
    flex-direction: column-reverse;
    grid-gap: 80px;
  }
}
@media (max-width: 450px) {
  .card {
    grid-gap: 40px;
  }
}
.card--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 955px) {
  .card--reverse {
    flex-direction: column-reverse;
  }
}
.card__img-wrapper {
  min-height: 390px;
  max-width: 449px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/card_bg.svg);
  background-size: 400px 348px;
  background-position: center;
}
.card__img {
  width: 100%;
}
.card__info {
  max-width: 508px;
}
.card__title {
  font-weight: 700;
  font-size: 50px;
  color: #04162e;
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .card__title {
    font-size: 41px;
  }
}
.card__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #535353;
}
.card__categories {
  margin-top: 10px;
  padding: 18px 0;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.card__category {
  font-weight: 800;
  font-size: 18px;
  cursor: pointer;
}
.card__category--active {
  color: #fc8d4b;
}
.card__flex {
  display: flex;
  grid-gap: 30px;
  align-items: center;
  margin-top: 35px;
}
@media (max-width: 955px) {
  .card__flex {
    flex-direction: column-reverse;
  }
}
.card__btn {
  padding: 15px 35px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  background: rgba(255, 117, 39, 0.8);
  border-radius: 10px;
}
.card__price-block {
  display: flex;
  grid-gap: 18px;
  align-items: center;
}
.card__pre-price {
  font-weight: 600;
  font-size: 18px;
  color: #999999;
}
.card__price {
  font-weight: 600;
  font-size: 36px;
  color: #fc8d4b;
  white-space: nowrap;
}
.card__price > sup {
  vertical-align: super;
  font-size: smaller;
  font-size: x-large;
}

.about {
  background: #faf6c3;
  padding: 100px 0;
}
.about__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 56px;
  margin-bottom: 50px;
}
.about__text {
  margin-top: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.55);
}
.about__text > i {
  color: rgba(70, 70, 70, 0.55);
}
.about__list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}
.about__item {
  font-weight: 600;
  font-size: 18px;
  color: rgba(70, 70, 70, 0.55);
}
.about__item > strong {
  color: rgba(0, 0, 0, 0.55);
}
.about__img-wrapper {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.about__img {
  width: auto;
}
@media (max-width: 955px) {
  .about__img {
    width: 100%;
  }
}

.contacts {
  background: #eeedde;
  padding: 48px 0;
}
.contacts__flex {
  display: flex;
  justify-content: space-between;
  grid-gap: 60px;
}
@media (max-width: 955px) {
  .contacts__flex {
    justify-content: center;
  }
}
.contacts__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #203239;
}
.contacts__block {
  display: flex;
  flex-direction: column;
}
@media (max-width: 955px) {
  .contacts__block:last-child {
    display: none;
  }
}
.contacts__info {
  display: flex;
  grid-gap: 48px;
  margin-top: 63px;
}
@media (max-width: 665px) {
  .contacts__info {
    flex-direction: column;
  }
}
.contacts__partners {
  margin-top: 100px;
  display: flex;
  align-items: center;
  grid-gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .contacts__partners {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}

.info-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(255, 117, 39, 0.5);
  border-radius: 10px;
}
.info-block__top {
  display: flex;
  align-items: center;
  grid-gap: 22px;
}
.info-block__title {
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.info-block__link {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #203239;
  white-space: nowrap;
}
.info-block__btn {
  margin-top: 30px;
  display: inline-block;
  white-space: nowrap;
  padding: 13px 22px;
  background: rgba(255, 117, 39, 0.2);
  border-radius: 10px;
  color: #ff7527;
  font-weight: 600;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  transition: all 0.2s linear;
}
.info-block__btn:hover {
  background: rgba(255, 117, 39, 0.8);
  color: #eeedde;
}

.footer {
  background: #203239;
  padding: 38px 0;
}

.mobile__nav {
  display: none;
  width: 30px;
}
@media (max-width: 660px) {
  .mobile__nav {
    display: block;
  }
}

.mobile-burger {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.mobile-burger__item {
  width: 30px;
  height: 4px;
  background-color: black;
  margin: 3px 0;
}

.header__nav--mobile {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  height: 100%;
}

.header__nav--mobile > li {
  border-bottom: 1px solid black;
}

.header__nav--mobile > .header__list {
  box-sizing: border-box;
  padding: 20px;
  align-items: flex-start;
  width: 100%;
  background: rgb(250, 246, 195);
}

.mobile-close {
  display: block;
  position: fixed;
  right: 10px;
  top: 10px;
  padding: 10px;
  margin: 0;
  border: none;
  background-color: rgb(250, 246, 195);
  z-index: 10;
}

.modal-documents {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.documents__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.documentBtn {
  cursor: pointer;
}

.img__wrapper {
  height: 70%;
  margin: 0 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 660px) {
  .img__wrapper {
    height: 60%;
    margin: 0 15px;
  }
}
@media (max-width: 400px) {
  .img__wrapper {
    height: 50%;
  }
}

.documents__img {
  height: 100%;
  cursor: pointer;
}

.documents__btn {
  margin: 0;
  padding: 0;
  background-color: inherit;
  border: none;
  cursor: pointer;
}
.documents__btn > img {
  width: 30px;
}

.documentDropDown {
  white-space: nowrap;
}

.documents__droplist {
  top: 10px;
}

.documents__close-btn {
  position: fixed;
  right: 10px;
  top: 10px;
  padding: 10px;
  margin: 0;
  border: none;
  background-color: inherit;
  z-index: 10;
  cursor: pointer;
}

.modal-buy {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

.buyBlock {
  position: relative;
  box-sizing: border-box;
  max-width: 837px;
  padding: 25px 36px;
  background-color: #ffffff;
  border: 1px solid #7e7c7c;
  border-radius: 12px;
  margin: 0 10px;
}
@media (max-width: 860px) {
  .buyBlock {
    width: 600px;
  }
}
@media (max-width: 660px) {
  .buyBlock {
    width: 420px;
  }
}
.buyBlock__title {
  font-weight: 600;
  font-size: 25px;
}
@media (max-width: 660px) {
  .buyBlock__title {
    font-size: 17px;
  }
}
.buyBlock__item-name {
  margin-right: 15px;
}
.buyBlock__item-price {
  white-space: nowrap;
  margin-right: 40px;
  display: inline-block;
  margin-top: 7px;
}
.buyBlock__item-price > sup {
  vertical-align: super;
  font-size: smaller;
  font-size: x-large;
}
.buyBlock__info {
  font-size: 16px;
  line-height: 27px;
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (max-width: 660px) {
  .buyBlock__info {
    font-size: 14px;
    margin: 20px 0;
    line-height: 15px;
  }
}
.buyBlock__link {
  text-decoration: none;
  color: rgb(255, 117, 39);
  white-space: nowrap;
  margin: 0 2px;
}
.buyBlock__or-form {
  margin-bottom: 10px;
}
@media (max-width: 660px) {
  .buyBlock__or-form {
    font-size: 12px;
  }
}
.buyBlock__textarea {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  font-weight: 600;
  font-size: 15px;
  resize: none;
  background: #f2f3f5;
  border-radius: 12px;
  border: none;
}
@media (max-width: 660px) {
  .buyBlock__textarea {
    height: 160px;
  }
}
.buyBlock__bottom {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 660px) {
  .buyBlock__bottom {
    flex-direction: column;
  }
}
.buyBlock__conf {
  font-size: 12px;
  color: rgb(107, 107, 107);
  margin-right: 30px;
}
.buyBlock__conf > a {
  white-space: nowrap;
}
@media (max-width: 660px) {
  .buyBlock__conf {
    margin-bottom: 20px;
    text-align: center;
  }
}
.buyBlock__submit-btn {
  background: rgba(255, 117, 39, 0.8);
  border-radius: 10px;
  padding: 13px 41px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}
.buyBlock__close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background-color: inherit;
  cursor: pointer;
}

.empty {
  outline: 2px solid #ff6d6d;
}

.hidden {
  display: none;
}/*# sourceMappingURL=style.css.map */