@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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: "Plus Jakarta Sans", sans-serif;
}

.lock {
  overflow: hidden;
}

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

.main {
  flex: 1 1 auto;
}

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

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

[class*=__text] {
  color: #141414;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 17.5px;
}

.h2 {
  color: #141414;
  text-align: center;
  font-size: clamp(32px, 5vw, 34px);
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
}
.h2 span {
  font-style: italic;
  font-weight: 600;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
  background: #FFF;
  padding: 20px 0;
}
.header__content {
  border-radius: 100px;
  background: #EFEFEF;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header__content {
    justify-content: center;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #070707;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.header__menu {
  display: flex;
  align-content: inherit;
  gap: 20px;
}
.header__menu a {
  color: #070707;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .header__menu {
    display: none;
  }
}

.hero {
  margin: 118px 0 0;
  background: url(../img/img-1.webp) no-repeat center/cover;
  padding: 100px 0;
}
.hero__content {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero__title {
  color: #fff;
  font-size: clamp(40px, 5vw, 45px);
  font-weight: 300;
  line-height: 110%;
  text-transform: capitalize;
  margin-bottom: 30px;
  text-align: center;
}
.hero__title span {
  font-weight: 600;
}
.hero__text {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.hero__link {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  border-radius: 100px;
  background: #EF3346;
  padding: 10px 20px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

.advantages {
  margin: 120px 0;
}
@media (max-width: 767px) {
  .advantages {
    margin: 80px 0;
  }
}
.advantages__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .advantages__row {
    margin: 20px 0;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .advantages__img {
    width: 100%;
  }
  .advantages__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.advantages__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.advantages__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.advantages__block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.advantages__title {
  color: #141414;
  font-size: 18px;
  font-weight: 600;
}

.faq__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .faq__content {
    gap: 20px;
  }
}
.faq__column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 7px;
  background: #EF3346;
  padding: 20px;
}
.faq__title {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
}
.faq__text {
  color: #FFF;
}

.gallery {
  margin: 120px 0;
}
@media (max-width: 767px) {
  .gallery {
    margin: 80px 0;
  }
}
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery__img {
  width: 100%;
}
.gallery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.conract__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.conract__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.conract__text {
  text-align: center;
}
.conract__form {
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.conract__inp {
  border-radius: 7px;
  background: #F2F2F2;
  padding: 18px 28px;
  color: #9B9B9B;
  font-size: 18px;
  font-weight: 400;
}
.conract__btn {
  border-radius: 100px;
  background: #EF3346;
  padding: 10px 0;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.footer {
  margin-top: 90px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__title {
  color: #141414;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  text-transform: capitalize;
}
.footer__line {
  width: 100%;
  height: 1px;
  background: #000;
}
.footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer__row {
    justify-content: center;
  }
}
.footer__menu {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__menu a {
  color: #070707;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.privacy {
  margin: 118px 0 0;
}
.privacy__title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .privacy__title {
    margin-bottom: 20px;
  }
}