@import url("https://fonts.googleapis.com/css2?family=Chivo+Mono:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  border: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  font-family: "Chivo Mono", monospace;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: #F7F7F7;
}

.main {
  flex: 1 1 auto;
}

[class*=__container] {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

section {
  scroll-margin-top: 100px;
}

[class*=__text] {
  color: #191919;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
  background: #F7F7F7;
  box-shadow: 0 2px 19.2px 0 rgba(0, 0, 0, 0.1);
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .header__content {
    padding: 12px 0;
    justify-content: center;
  }
}
.header__logo {
  position: relative;
  z-index: 40;
  color: #191919;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.header__link {
  color: #F7F7F7;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  display: inline-block;
  padding: 28px 24px;
  background: #AD8412;
}
@media (max-width: 575px) {
  .header__link {
    display: none;
  }
}

.footer__black {
  background: #191919;
}
.footer__row {
  padding: 32px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 767px) {
  .footer__row {
    flex-direction: column;
  }
}
.footer__logo {
  color: #F7F7F7;
  text-align: center;
  font-family: "Chivo Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__column h3 {
  color: #F7F7F7;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
.footer__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__item a,
.footer__item p {
  color: #F7F7F7;
  font-family: "Chivo Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
}
.footer__bg {
  background: #fff;
  padding: 12px 0;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 32px;
  max-width: 1200px;
  width: 100%;
  background: #E9ECFF;
}
@media (max-width: 767px) {
  .cookies {
    padding: 20px;
  }
}
.cookies__content {
  display: flex;
  gap: 32px;
}
@media (max-width: 991px) {
  .cookies__content {
    flex-direction: column;
  }
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 552px;
}
.cookies__title {
  color: #191919;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}
.cookies__text a {
  color: #AD8412;
  text-decoration-line: underline;
}
.cookies__btns {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  width: 100%;
}
.cookies__btn {
  color: #F7F7F7;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  background: #AD8412;
  padding: 28px 0;
}
.cookies__link {
  display: inline-block;
  color: #191919;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  padding: 28px 0;
  width: 100%;
  background: transparent;
}

.hero {
  background: url(../img/img-1.png) no-repeat center/cover;
  padding: 179px 0 112px;
}
@media (max-width: 767px) {
  .hero {
    padding: 160px 0 112px;
  }
}
.hero__title {
  color: #FFF;
  font-family: "Chivo Mono";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 44px */
}

.about {
  margin: 80px 0;
  background: #EFF3F4;
  padding: 60px 0;
}
.about__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 991px) {
  .about__content {
    flex-direction: column;
  }
}
.about__title {
  color: #191919;
  font-family: "Chivo Mono";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 35.2px */
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sevices__title {
  color: #191919;
  text-align: center;
  font-family: "Chivo Mono";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 32px;
}
.sevices__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .sevices__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sevices__card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: #EFF3F4;
  padding-bottom: 24px;
}
.sevices__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sevices__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sevices__name {
  color: #191919;
  font-family: "Chivo Mono";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
}

.choose {
  margin: 80px 0;
}
.choose__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .choose__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .choose__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.choose__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.info__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 508px;
  margin: 0 auto;
}
.info__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #EFF3F4;
  padding: 24px;
}
.info__num {
  color: #F7F7F7;
  font-family: "Chivo Mono";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
  padding: 16px;
  flex-shrink: 0;
  background: #AD8412;
  width: -moz-fit-content;
  width: fit-content;
}

.contact {
  margin: 80px 0;
}
.contact__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.contact__title {
  color: #191919;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 12px;
}
.contact__text {
  max-width: 768px;
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact__column-sub {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .contact__column-sub {
    flex-direction: column;
  }
}
.contact__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.contact__label {
  color: #191919;
  font-family: "Chivo Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.contact__inp {
  background: #F7F7F7;
  box-shadow: 0 2px 19.2px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 44px;
  padding: 10px 12px;
}
.contact__inp_mes {
  height: 120px;
  resize: none;
}
.contact__btn {
  width: 100%;
}

.thank {
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.thank__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.thank__title {
  color: #191919;
  text-align: center;
  font-family: "Chivo Mono";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 35.2px */
}
.thank__text {
  margin: 16px 0 32px;
  text-align: center;
}
.thank__link {
  display: inline-block;
  padding: 28px 24px;
  background: #AD8412;
  color: #F7F7F7;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 19.2px */
  text-transform: capitalize;
}

.privacy {
  margin: 72px 0 0;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .privacy {
    padding: 60px 0;
  }
}
.privacy__title {
  color: #191919;
  text-align: center;
  font-family: "Chivo Mono";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .privacy__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}