@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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);
.offer__cover, .offer__background, .offer__desc {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.offer__cover, .offer__background, .offer__desc, .nav__button-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact__address {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: none;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #000;
  display: block;
  text-align: center;
}
.contact__a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: none;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #000;
}

.subpage {
  border-top: 6px solid rgba(0, 0, 0, 0.0705882353);
  padding: 30px 0;
}
.subpage__title {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: none;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}
.subpage__hr {
  height: 5px !important;
  background: rgba(0, 0, 0, 0.0705882353);
  opacity: 1;
  margin: 30px 0;
}
.subpage__h1 {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: none;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #000;
  margin-bottom: 0;
}

.mobile-navi.active {
  display: flex;
}

.mobile-navi {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: #fff;
  display: none;
  align-items: center;
  justify-content: center;
}
.mobile-navi__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.mobile-navi__list {
  padding-left: 0;
  margin-bottom: 0;
}
.mobile-navi__item {
  list-style: none;
}
.mobile-navi__a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: none;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #65570c;
  padding: 20px;
  text-align: center;
  width: 100%;
  display: block;
  background: #fafafa;
  margin: 5px;
}

.product-item {
  position: relative;
  margin: 14px 0;
}
.product-item__img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-item__description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6509803922);
  padding: 20px 20px;
}
.product-item__title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #fff;
  margin-bottom: 0;
}

.contact-top {
  background-color: #000;
  padding: 8px 0 6px 0;
  border-bottom: 4px solid #e2b54b;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 13px;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #fff;
}
@media only screen and (max-width: 769px) {
  .contact-top__address {
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.contact-top__contact {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .contact-top__contact {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 769px) {
  .contact-top__contact {
    justify-content: center;
  }
}
.contact-top__a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 13px;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #E2C882;
  padding: 0px 10px;
}
.contact-top__a:hover {
  color: #fff;
}

.header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 10;
}
.header__logo-img {
  width: 160px;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__logo {
  display: flex;
  justify-content: center;
}

.header.active .header__logo {
  margin-top: 0px;
  transition: 0.4s;
}
.header.active .header__logo-img {
  max-height: 0;
  transition: 0.4s;
}

.header:not(.active) .header__logo {
  margin-top: 40px;
  transition: 0.4s;
}
.header:not(.active) .header__logo-img {
  max-height: 100px;
  transition: 0.4s;
}

.nav {
  margin: 34px 0;
}
.nav__button-mobile {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .nav__button-mobile {
    display: none;
  }
}
.nav__list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .nav__list {
    display: none;
  }
}
.nav__item {
  list-style: none;
}
.nav__a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #000;
  background: transparent;
  display: block;
  padding: 10px 24px;
  border-radius: 30px;
}
.nav__a:hover {
  color: #ab7a4f;
}

.baner {
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.0705882353);
}
.baner__inside {
  height: 425px;
}
.baner__baner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 425px;
}

.about__title {
  font-family: "Raleway", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: none;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #000;
  margin-bottom: 25px;
  text-align: center;
}
.about__description {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #000;
  text-align: center;
  display: block;
}
.about__desc {
  padding: 50px 0;
}

.individual-offer {
  padding: 50px 0px;
}
.individual-offer__inside {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 769px) {
  .individual-offer__inside {
    flex-direction: column;
  }
}
.individual-offer__title {
  font-family: "Raleway", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: none;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #000;
}
@media only screen and (min-width: 769px) {
  .individual-offer__title {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 769px) {
  .individual-offer__title {
    text-align: center;
  }
}
.individual-offer__button {
  font-family: "Raleway", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: none;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #fff;
  background-color: #DFC272;
  border-radius: 50px;
  padding: 9px 40px;
}
@media only screen and (max-width: 769px) {
  .individual-offer__button {
    font-size: 28px !important;
  }
}
.individual-offer__button:hover {
  color: #fff;
}

.footer {
  background-color: #AB7A4F;
  padding: 50px 0;
  margin-top: -5px;
  padding:40px;
}
@media only screen and (max-width: 769px) {
  .footer__navi {
    display: flex;
    gap: 30px;
  }
}
.footer__list {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0px;
}
.footer__item {

  color: #fff;
}
.footer__title {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: none;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #fff;
}
.footer__a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #fff;
  list-style: none;

}
.footer__a:hover {
  color: #fff;
}

.offer__item {
  height: 260px;
  width: 100%;
  position: relative;
}
.offer__desc {
  z-index: 2;
}
.offer__title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: none;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #000;
  padding: 20px 20px;
  background-color: #fff;
  margin-bottom: 0;
}
.offer__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer__background {
  z-index: 0;
}
.offer__cover {
  z-index: 1;
  background: rgba(0, 0, 0, 0.3803921569);
}

.portfolio__item {
  display: block;
  padding: 2px;
}
.portfolio__img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.map {
  margin-top: 50px;
}

.product__main-img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__photo-bottom-img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__photo-bottom {
  margin-top: 30px;
  display: block;
  padding: 5px;
}
.product__long-desc {
  padding: 40px 15px;
}
.product__long-desc h1 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: none;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #000;
  padding-bottom: 6px;
  margin-bottom: 25px;
  border-bottom: 1px solid black;
}
.product__long-desc h2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: none;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #000;
  margin-bottom: 5px;
}
.product__long-desc p,
.product__long-desc span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: none;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #000;
}
.product__city {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: none;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #000;
}
.product__title {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: none;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #000;
  margin-bottom: 0;
}
.product__product-nav-button {
  background-color: #05ad1b;
  padding: 16px 55px 13px 55px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #23bd37;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: none;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #fff;
}
.product__desc {
  margin-top: 30px;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #000;
}
.product__desc table {
  width: 100%;
}
.product__desc td {
  border-bottom: 3px solid #f2f2f2;
}
.product__desc tr td:nth-child(2) {
  font-weight: 700;
}
.product__description {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 17px;
}

.individual__img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.individual__baner {
  margin: 30px 0;
}
.individual__content {
  padding: 20px;
}
.individual__content span,
.individual__content p {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #000;
}

.portfolio-subpage__nav-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .portfolio-subpage__nav-list {
    width: 100%;
    overflow: scroll;
  }
}
.portfolio-subpage__list {
  padding: 25px 0;
}
.portfolio-subpage__portfolio-item {
  width: 100%;
  margin-bottom: 30px;
}
.portfolio-subpage__portfolio-item-a {
  display: block;
}
.portfolio-subpage__nav-item {
  list-style: none;
  width: 250px;
  text-align: center;
}
.portfolio-subpage__nav-a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: none;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #fff;
  padding: 10px 10px;
  border-radius: 60px;
  background-color: #dadada;
  display: block;
  border: 1px solid #b9b9b9;
  box-shadow: 2px 2px 2px rgba(194, 194, 194, 0.3411764706);
  transition: 0.3s;
}
.portfolio-subpage__nav-a:hover {
  color: #fff;
  background-color: #5e5e5e;
  border: 1px solid #b9b9b9;
  box-shadow: 2px 2px 2px rgba(132, 132, 132, 0.3411764706);
  transition: 0.3s;
}
.portfolio-subpage__portfolio-item-img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-subpage__nav-item.active .portfolio-subpage__nav-a {
  background-color: #DFC272 !important;
}

.form__send-button {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: none;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #fff;
  background-color: #DFC272;
  border-radius: 50px;
  padding: 10px 20px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}

.call-me {
  position: fixed;

  left: 20px;
  bottom:20px;
  background: gold;
  width: 80px;
  height: 80px;
  z-index:10;

  margin-bottom:20px;
  border-radius: 50%;
  background-color:#ab7a4f;
  margin:10px;
  box-shadow: 0px 0px 8px 0px rgba(66, 68, 90, 1);


}

.call-me-icon {
display:block;
color:white;
filter: invert(100%);
margin:10px;
width:60px;
height: 60px;
transition:1s;
}
