@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

html,
body {
  font-family: Inter, sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #FAFAFA;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
}

.h1, h2 {
  font-family: inherit;
}

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

.wrapper {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  gap: 10px;
}

.header__contacts {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: 10px;
}

.header__phone {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 600;
  font-size: 2.625rem;
  color: #E04507;
}

.header__contacts--address {
  display: flex;
  align-items: center;
  text-wrap: nowrap;
}

.header__contacts--icon {
  margin-left: 10px;
}

.header__city {
  margin-left: 4px;
}

.main {
  display: flex;
  align-items: start;
  gap: 60px;
  margin-top: 92px;
}

.main__content {
  width: 100%;
  color: #2F2F2F;
}

.main__title {
  font-weight: 600;
  font-size: 2.625rem;
}

.main__desc {
  font-size: 1.25rem;
  letter-spacing: 2%;
  margin-top: 16px;
}

.main__feature {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.5rem;
  gap: 10px;
  padding-left: 10px;
}

.main__feature.first {
  margin-top: 34px;
}

.main__feature .point {
  width: 7px;
  height: 7px;
  background-color: #2F2F2F;
  border-radius: 50%;
}

.main__btn {
  background-color: #E04507;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.75rem;
  padding: 16px 46px;
  border-radius: 12px;
  margin-top: 55px;
}

.features {
  margin-top: 140px;
}

.features__top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.features__item {
  width: 364px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 30px;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}

.features__item-desc {
  font-weight: 400;
  font-size: 1.125rem;
}

.features__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 54px;
}

.features__bottom .features__item {
  width: 545px;
  padding: 0 65px;
}

.services {
  max-width: 1330px;
  margin: 60px auto;
  padding: 0 15px;
}

.services__title {
  font-weight: 600;
  font-size: 2.625rem;
  text-align: center;
}

.services__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  height: 67px;
  background-color: #606060;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.services__top--title {
  font-weight: 500;
  font-size: 1.5rem;
  color: #FFFFFF;
}

.services__desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 58px;
  background-color: #4A4A4A;
  border: 1px solid #4A4A4A;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 20px;
}

.services__desc--title {
  width: 230px;
}

.services__desc p {
  width: 100px;
  text-align: center;
  border-left: 1px solid #4A4A4A;
}

.services__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 58px;
  border: 1px solid #D2D2D2;
  color: #2F2F2F;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.services__content--title {
  width: 230px;
}

.services__content p {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #D2D2D2;
  height: 100%;
}

.services__copy {
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 18px;
  font-size: 1rem;
  color: #8C8C8C;
  gap: 5px;
}

.services__copy .bold {
  font-weight: 600;
  color: #000000;
}

.optional {
  max-width: 1330px;
  margin: 90px auto;
  padding: 0 15px;
  color: #2F2F2F;
  font-weight: 500;
  font-size: 1rem;
}

.optional__title {
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  color: #4A4A4A;
}

.optional__top,
.optional__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
}

.optional__top {
  border: 1px solid #D2D2D2;
  border-bottom: none;
  background-color: #EFEFEF;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 30px;
}

.optional__item {
  border: 1px solid #D2D2D2;
  border-top: none;
}

.optional__item.bottom {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.optional p {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left {
  border-right: 1px solid #D2D2D2;
}

.footer {
  background-color: #FFFFFF;
  margin-top: 100px;
  padding: 70px 15px;
  margin-bottom: 55px;
}

.footer__title {
  text-align: center;
  color: #4A4A4A;
  font-weight: 500;
  font-size: 1.5rem;
}

.footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
  margin-top: 50px;
}

.header__banner--mobile {
  display: none;
}

@media (max-width: 1076px) {
  .header__phone {
    font-size: 1.8rem;
  }

  .header__banner {
    max-width: 240px;
  }
}

@media (max-width: 1024px) {
  .features__top {
    flex-wrap: wrap;
    gap: 20px;
  }
  .features__item {
    width: 45%;
  }
  .features__bottom {
    flex-wrap: wrap;
    gap: 20px;
  }
  .features__bottom .features__item {
    width: 45%;
    padding: 0;
  }

  .main__title {
    font-size: 2rem;
  }

  .main__desc {
    font-size: 1rem;
  }

  .main__feature {
    font-size: 1.3rem;
  }

  .main__btn {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}

@media (max-width: 935px) {
  .header__banner {
    display: none;
  }

  .header__banner--mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }

  .main {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .header {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
  }

  .header__logo {
    margin-bottom: 10px;
  }

  .header__logo-img {
    width: 300px;
  }
  .header > img {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
  }
  .header__contacts {
    align-items: flex-start;
  }

  .header__phone {
    font-size: 1.4rem;
    text-wrap: nowrap;
  }
  .header__phone img {
    width: 26px;
  }
  .header__contacts--address {
    font-size: 0.85rem;
  }
  .container {
    padding: 0 10px;
  }
  .main {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
  }
  .main__content {
    width: 100%;
    text-align: center;
  }
  .main__container {
    width: 100%;
  }
  .main__title {
    font-size: 1.75rem;
  }
  .main__desc {
    font-size: 1.125rem;
  }
  .main__btn {
    margin: 20px 0;
    width: 100%;
  }
  .features__top,
  .features__bottom {
    flex-direction: column;
    gap: 20px;
  }
  .features__item {
    width: 100%;
    font-size: 1.25rem;
  }
  .features__item-desc {
    font-size: 1rem;
  }
  .features__bottom .features__item {
    width: 100%;
    padding: 0;
  }
  .services__container {
    display: flex;
  }
  .services__desc {
    padding-left: 0;
    flex-direction: column;
    height: auto;
    border-bottom-left-radius: 20px;
  }
  .services__desc--title {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65px;

    padding-top: 5px;
    text-align: center;
  }
  .services__top--title {
    font-size: 1.2rem;
  }
  .services__content {
    padding-left: 0;
    flex-direction: column;
    height: auto;
border-bottom-left-radius: 0;
  }
  .services__content p {
    padding: 8px 0;
    border-color: #FAFAFA;
    width: 100%;
    border-top: 1px solid #D2D2D2;
  }

  .services__desc p {
    padding: 8px 0;
    border-color: #FAFAFA;
    width: 100%;
    border-top: 1px solid #D2D2D2;
  }

  .services__content--title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 65px;
    padding-top: 5px;
  }
  .optional__top,
  .optional__item {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 10px 20px;
  }
  .optional p {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    padding: 5px 0;
    border: none;
  }
  .footer__socials {
    flex-direction: column;
    gap: 20px;
  }
  .footer__title {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  .header {
    margin-top: 10px;
  }
  .features__item {
    padding: 10px 0;
  }
  .footer__socials {
    gap: 15px;
  }
  .services__title {
    font-size: 2rem;
  }
}

@media (max-width: 320px) {
  .header__logo-img {
    width: 120px;
  }
}
