:root {
  --color-gold: #e3b873;
  --color-dark: #131313;

  --font-heading: "Yeseva One", "Times New Roman", Times, serif;
  --font-body: "Nunito Sans", Arial, Helvetica, sans-serif;
}



ul li a {
  text-transform: uppercase;
}

body {
  margin: 0;

  font-family: var(--font-body);
}

body * {
  box-sizing: border-box;
}


.projects__content {
  
  display: flex;
  align-items: center;
}

.projects__content > img {
    max-width: 50%;
    max-height: 400px;   
    height: auto;
    object-fit: cover;
}


.projects__info {
  max-width: 487px;
  margin: 0;
  margin-right: 10vh;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
}

.navList2 {
  margin-top: 0px;
}

.header {
  background-color: black;
}

.header__content {
  display: flex;
  justify-content: space-between;
  height: 83px;
  align-items: center;
}

.header__logo {
  color: var(--color-gold);
}

.btn {
  text-transform: uppercase;
  background: var(--coloe-gold);
  box-shadow: 0px 5px 15px rgba(227, 184, 115, 0.2);
  border-radius: 2px;
  outline: 0;
  border: 0;
  padding: 13px 33px;
  color: white;
  font-style: italic;
}

.btn--secondary {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  border: 1px;
  border-style: solid;
}

.header__nav {
  list-style: none;
  display: flex;
}

.header__nav-item {
  margin-right: 47px;
}

.header__nav-item a {
  text-decoration: none;
  color: white;
}

.projects__nav {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin-top: 0;
  padding-top: 5vh;
  margin-left: 508px;
}

.projects__nav-item {
  margin-top: 0;
}

.projects__nav-item a {
  text-decoration: none;
  color: white;
}

.hero {
  background-image: url(images/hero.jpg);
  padding-top: 194px;
}

.block {
  background-size: cover;
  min-height: 707px;
  padding: 4rem 0;
  position: relative;
}

.projects {
  background-color: var(--color-dark);
  padding: 4rem 0;
  padding-top: 150px;
}

.projects__details {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 5vh;
  width: 500px;
  height: 200px;
  align-content: space-between;
}

.hero__overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.hero__container {
  position: relative;
  z-index: 1;
  flex-basis: 50%;
}

.heading--white {
  margin: 0;
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  text-transform: uppercase;
  color: #ffffff;
}

.text--title-gold {
  margin: 0;
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 53px;
  text-transform: uppercase;
  color: var(--color-gold);
}

.projects__arrows {
  display: flex;
  justify-content: space-around;
  max-width: 30vh;
}

.projects__arrows::before {
  background-color: #ffffff;
}

.header__nav-item--phone {
  font-size: 0.8em;
  color: var(--color-gold);
}

.hero__subtitle {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  color: wheat;
}

.text--white {
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  color: white;
}

.text--black {
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  color: black;
}

.monitoring__player {
    display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.monitoring__player img {
    max-width: 100%;
    height: auto;
}

.monitoring {
   padding: 4rem 0;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-header img {
  margin-right: 5px;
}

.divider--gold {
  border: none;
  height: 3px;
  background-color: var(--color-gold);
  width: 10vh;
  margin: 2rem auto;
}

.monitoring__description {
  margin: 0 auto;
  max-width: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.monitoring__form {
  margin: 0 auto;
  max-width: 80vh;
}

form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

button[type="submit"] {
  text-transform: uppercase;
  background-color: var(--color-gold);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 1px;
  cursor: pointer;
  width: 200px;
  height: 50px;
}

.form__consent {
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-self: flex-start;
  margin-left: 40px;
}

input[type="text"] {
  color: #333;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}

.repair-types {
  margin-top: 290px;
  height: 10em;
}

.text--title-dark {
  margin: 0;
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  text-transform: uppercase;
  color: var(--color-dark);
}

.repair-card--basic {
  background-image: url(images/graywall.svg);
  background-size: 392px 421px;
  height: 638px;
  width: 410px;
  left: 96px;
  top: 2735px;
  background-repeat: no-repeat;
}

.repair-card--overhaul {
  background-image: url(images/window.svg);
  background-size: 392px 421px;
  height: 638px;
  width: 410px;
  left: 96px;
  top: 2735px;
  background-repeat: no-repeat;
}

.repair-card--designer {
  background-image: url(images/loft.svg);
  background-size: 392px 421px;
  height: 638px;
  width: 410px;
  left: 96px;
  top: 2735px;
  background-repeat: no-repeat;
}

.repair-types__cards {
  margin-top: 18px;
  display: flex;
  flex-direction: row;
}

.repair-card__body {
  font-family: "Open Sans", sans-serif;
  margin-left: 31px;
  height: 286px;
  width: 330px;
  left: 134px;
  top: 3034.99951171875px;
  border-radius: 0px;
  margin-top: 294px;
  background: #ffffff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.03);
}

.repair-card__body ul {
  color: #959595;
  font-weight: 400;
}

.repair-card__body ul li {
  margin-bottom: 10px;
}

.repair-card__body h3 {
  margin-left: 25px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}

.repair-card__price {
  margin-top: 20px;
  background-color: var(--coloe-gold);
  background: var(--coloe-gold);
  box-shadow: 5px 5px 10px rgba(227, 184, 115, 0.3);
  height: 54px;
  width: 228px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.repair-types__bottom {
  background-image: url(images/idk.svg);
  margin-top: 230px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.repair-types__benefits {
  font-family:
    var(--font-body),
    Arial;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 150px;
  height: 539px;
  width: 527px;
}

.repair-types__benefits div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.repair-types__form {
  margin-left: 130px;
  display: flex;
  flex-direction: column;
  background: var(--color-dark);
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.05);
  height: 539px;
  width: 527px;
  color: white;
}

.form__field input {
  border: none;
  border-bottom: 1px solid #ffffff;
  /* Замените #000 на желаемый цвет линии */
  outline: none;
  /* Убираем рамку фокуса */
  background-color: var(--color-dark);
  color: white;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 400px;
}

.form__field {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.5);
}

.form__field label {
  display: block;
}

.benefit__icon {
  box-shadow: 0px 5px 15px rgba(255, 0, 64, 0.05);
  border-radius: 30px;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.benefit__icon-wrap {
  position: relative;
  display: inline-block;
}

.benefit__number {
  font-family: var(--font-heading);
  position: absolute;
  top: 35px;
  right: 59px;
  width: 20px;
  height: 20px;
  background-color: var(--coloe-gold);
  color: #ffffff;
  border-radius: 50%;
  font-size: 19px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn--gold {
  text-transform: uppercase;
  background: var(--coloe-gold);
  box-shadow: 0px 5px 15px rgba(227, 184, 115, 0.2);
  border-radius: 2px;
  outline: 0;
  border: 0;
  padding: 13px 33px;
  color: white;
  display: flex;
  justify-self: end;
  align-self: self-end;
  margin-right: 50px;
}

.repair-types__promo {
  margin-top: 50px;
  margin-right: 85px;
  display: flex;
  justify-content: end;
  align-items: center;
  justify-self: center;
}

.repair-types__promo-text {
  margin-top: -10px;
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;

  color: var(--coloe-gold);

  text-shadow: 0px 3px 10px rgba(227, 184, 115, 0.15);
}

.repair-types__spacer {
  margin-top: 890px;
  min-height: 0;
}

.repair-types__form-title {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.styles {
  height: 989px;
  background-image: url(images/list5columnpic/backgr.svg);
  background-repeat: no-repeat;
  margin-top: 100px;
}

.styles::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.styles__sidebar {
  position: relative;
  z-index: 2;
  color: white;
  margin-top: 5%;
}

.styles__sidebar h2 {
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 37px;
  text-transform: uppercase;

  color: var(--coloe-gold);
}

.styles__gallery {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  margin-top: -70px;
}

.styles__gallery-col {
  display: flex;
  flex-direction: column;
  margin-right: 10%;
}

.styles__gallery-col:last-child {
  margin-top: -41px;
  margin-right: 0;
}

.styles__gallery-img--offset {
  margin-top: 39px;
}

.styles__container {
  max-width: 1250px;
  margin: 0 auto;
  margin-top: 100px;
}

.styles__container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.styles__nav {
  list-style-type: none;
  margin-top: 20%;
}

.styles__nav li {
  margin-bottom: 30px;
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;

  color: #ffffff;
}

.styles__nav li:active {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  color: var(--coloe-gold);
}

.reviews {
  margin-top: 120px;
  height: 1000px;
}

.reviews__header {
  display: flex;
  justify-self: center;
  align-items: center;
}

.reviews__header p {
  font-family: var(--font-body), Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  text-align: left;
  color: #959595;
}

.review-card__badge--1 {
  background-image: url(images/b1.svg);
  height: 84px;
  width: 393px;
  background-size: contain;
  margin-top: 50px;
  background-repeat: no-repeat;
}

.review-card__badge--2 {
  background-image: url(images/b2.svg);
  height: 84px;
  width: 393px;
  background-size: contain;
  margin-top: 50px;
  background-repeat: no-repeat;
}

.review-card__badge--3 {
  background-image: url(images/b3.svg);
  height: 84px;
  width: 393px;
  background-size: contain;
  margin-top: 50px;
  background-repeat: no-repeat;
}

.reviews__grid {
  margin-top: 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.reviews__grid img {
  border-radius: 50%;
  margin-right: 25px;
}

.review-card__name {
  font-family: var(--font-heading);
  font-style: normal;
  color: var(--color-dark);
  font-size: larger;
  line-height: 23px;
}

.review-card {
  background-color: aliceblue;
  margin-right: 35px;
}

.review-card__author {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contact {
  background-image: url(images/image7list.2.svg);
  position: relative;
  display: flex;
  justify-content: center;
}

.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.contact__form {
  display: flex;
  flex-direction: column;
  background: var(--color-dark);
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.05);
  width: 883px;
  color: white;
}

.contact__inner {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 1;
  padding: 4rem 0;
}

.form__consent--centered {
  margin-left: 300px;
}

.form__row {
  display: flex;
  flex-direction: row;
}

.form__row input {
  width: 235px;
}

.form__field-group label {
  display: block;
}

.form__field-group {
  margin-right: 25px;
  margin-left: 25px;
}

.btn--centered {
  display: flex;
  justify-self: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contact__address {
  color: var(--color-gold);
  font-family: var(--font-heading);
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
}

.map-iframe {
  width: 100%;
  height: 465px;
  border: none;
}

.contact__map {
  width: 100%;
  width: 925px;
}

.contact__social {
  width: 71px;
  height: 28px;
}

footer {
  background-color: var(--color-dark);
}

@media (max-width: 768px) {
  .header__nav {
    display: none;
  }

  .btn {
    display: none;
  }

  .header__logo {
    margin-right: auto;
  }

  .header__hamburger {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }

  .header__hamburger span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: white;
    margin-bottom: 6px;
    transition: transform 0.3s ease-in-out;
  }

  .header__nav.show {
    display: block;
  }

  .header__hamburger span.rotate-top {
    transform: rotate(45deg) translate(8px, 8px);
  }

  .header__hamburger span.hide-middle {
    opacity: 0;
  }

  .header__hamburger span.rotate-bottom {
    transform: rotate(-45deg) translate(8px, -8px);
  }

  .repair-types__cards {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .reviews {
    display: none;
  }

  .projects__arrows {
    display: none;
  }

  .projects__details {
    display: inline;
  }

  .section-header {
    display: none;
  }

  .heading--white {
    font-size: large;
  }
}
