@font-face {
  font-family: "Gotham";
  src: url("./fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("./fonts/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("./fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Gotham";
  color: #505050;
}

body {
  position: relative;
}

a {
  text-decoration: none;
}

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

.header-wrapper {
  margin-top: 106px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-style: normal;
  font-weight: 700;
  font-size: 27.545px;
  line-height: 33px;
  /* identical to box height */
  text-transform: uppercase;
  color: #FF4C69;
}

.nav-link {
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  color: #505050;
  margin-right: 59px;
  transition: all 0.4s ease;
}
.nav-link:last-child {
  margin-right: 0;
}
.nav-link:hover {
  color: #000;
}

.start-wrapper {
  margin-top: 114px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 61px;
}

.mobile-header {
  display: none;
  z-index: 1000;
  position: relative;
  transition: all 0.4s ease;
}

.mobile-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
}

h1 {
  padding-top: 25px;
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  color: #16265E;
  max-width: 520px;
}
h1 span {
  color: #FF4C69;
}

h3 {
  margin-bottom: 40px;
}

article p {
  margin: 10px 0;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

button {
  background: #FF4C69;
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  width: 300px;
  text-align: center;
  outline: none;
  padding: 24px 0;
  transition: all 0.4s ease;
  cursor: pointer;
}
button:hover {
  background: #e2435d;
}

.start-btn {
  margin-top: 85px;
}

#about {
  background: #FAFBFD;
  padding: 100px 0 145px 0;
}

h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #FF4C69;
}

.about-wrapper {
  display: flex;
  justify-content: space-between;
}

.about-content {
  max-width: 404px;
}
.about-content p {
  margin-top: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #505050;
}

#services {
  padding: 70px 0;
}

.services-subtitle {
  margin-top: 33px;
  max-width: 861px;
}

.services-wrapper {
  margin-top: 53px;
  display: flex;
  justify-content: space-between;
}

.services-card {
  max-width: 335px;
  width: 100%;
  background: #FAFBFD;
  padding: 17px 12px;
  border-radius: 16px;
  min-height: 173px;
}
.services-card:nth-child(2) {
  padding-left: 18px;
}
.services-card:last-child {
  padding-right: 33px;
  padding-left: 22px;
}
.services-card-title span {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #16265E;
  margin-left: 10px;
}
.services-card-content {
  max-width: 300px;
  margin-top: 13px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #505050;
}

.success {
  display: none;
  padding: 50px 0;
  font-size: 30px;
}

#how {
  padding-bottom: 70px;
}

.how-wrapper {
  margin-top: 67px;
}

.how-item {
  margin-bottom: 78px;
}
.how-item:nth-child(1) {
  flex: 44%;
}
.how-item:nth-child(2) {
  flex: 33%;
}
.how-item:nth-child(3) {
  flex: 22%;
}

.how-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 111.4%;
  color: #16265E;
}

.how-text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 111.4%;
  color: #868686;
}

.row {
  display: flex;
  justify-content: space-between;
}

.how-subtitle {
  max-width: 764px;
  color: #868686;
}

.swiper {
  width: 100vw;
  margin-top: 40px;
  margin-bottom: 70px;
  height: 144px;
  background: #FAFBFD;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.swiper-slide img {
  object-fit: contain;
  width: 80%;
}

#contact {
  padding-bottom: 180px;
}

.contacts-subtitle {
  margin-top: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #505050;
}

form {
  max-width: 725px;
  margin-top: 60px;
}
form p {
  margin-top: 17px;
  font-weight: 500;
  font-size: 16.0394px;
  line-height: 19px;
  color: #C7C7C7;
}

.form-row {
  display: flex;
  justify-content: space-between;
}

input, textarea {
  background: #FAFBFD;
  border: none;
  outline: none;
  border-radius: 5px;
  padding: 19px;
  width: 100%;
  max-width: 357px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
input::placeholder, textarea::placeholder {
  color: #C7C7C7;
}

textarea {
  max-width: none;
  margin-top: 11px;
}

#submit {
  margin-top: 58px;
}

footer {
  padding: 29px 0;
  background: #191919;
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-text {
  font-weight: 400;
  font-size: 20.5776px;
  line-height: 25px;
  /* identical to box height */
  color: #505050;
}

.mobile-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mobile-link {
  display: none;
  margin-bottom: 56px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  color: #505050;
}

#contacts {
  margin-top: 50px;
  font-size: 16px;
  line-height: 50px;
}

@media screen and (max-width: 1400px) {
  .container {
    margin: 0 15px;
  }

  .header-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .mobile-header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    height: 67px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .container {
    margin: 0 15px;
  }

  header {
    display: none;
  }

  .start-wrapper, .about-wrapper {
    flex-direction: column-reverse;
  }

  h1 {
    font-size: 24px;
    line-height: 29px;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  button {
    width: 100%;
  }

  .start-btn {
    margin-top: 52px;
  }

  .main-img {
    width: 80%;
    margin: 0 auto;
  }

  #about {
    padding: 30px 0 70px 0;
  }

  .about-title {
    margin-bottom: 50px;
  }

  .services-wrapper {
    flex-direction: column;
  }

  .services-card {
    width: 100%;
    max-width: none;
    margin: 10px 0;
  }

  .row {
    margin: 0;
    padding: 0;
    flex-direction: column;
  }

  .how-item {
    margin-bottom: 40px;
    height: 230px;
  }

  .form-row {
    flex-direction: column;
  }

  input {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }

  .menu-opener {
    position: absolute;
    left: 15px;
    height: 20px;
    width: 20px;
    background: url(./closed.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 26px;
  }

  .closed {
    background-image: url("./menu.svg");
  }

  #contact {
    padding-bottom: 100px;
  }

  footer .logo {
    margin-bottom: 20px;
  }

  .logo {
    font-size: 16px;
    line-height: 19px;
  }
}
.menu-opened {
  height: 100vh;
}

/*# sourceMappingURL=style.css.map */
