@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,300&family=Space+Grotesk:wght@500;&display=swap");
html, body {
  width: 100%;
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
  padding: 0;
}

div, span, object, iframe, img, table, caption, thead, tbody, tfoot, tr, td, article, aside, canvas, details, figure, hgroup, menu, nav, footer, header, section, summary, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, code, del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, legend, label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, canvas {
  display: block;
}

figure {
  display: block;
}
figure img {
  display: block;
}

figcaption, hgroup, footer, header, nav, section, audio, video {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption, table th, table td {
  text-align: left;
  vertical-align: middle;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}
a img {
  border: 0;
}

ul, li {
  list-style-type: none;
}

:focus {
  outline: 0;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
body {
  background: url("/images/bg.png") center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: "Gilroy", sans-serif;
}

.header {
  padding: 30px 64px;
  display: flex;
  justify-content: flex-end;
}

.green-btn {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
  padding: 13px 34px;
  background: #33CC66;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 0;
}
.green-btn:hover {
  opacity: 0.8;
}

.footer {
  display: flex;
  justify-content: center;
  padding: 35px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
  margin-top: auto;
}

.section {
  margin: auto;
  padding: 20px;
}
.section__title {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}
.section__title img {
  max-width: 100%;
}

.contacts {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  grid-gap: 40px;
  flex-wrap: wrap;
}
.contacts__it {
  max-width: 200px;
}
.contacts__it strong {
  display: block;
  font-weight: 600;
}
.contacts__it a {
  color: inherit;
}
.contacts__it a:hover {
  text-decoration: underline;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
}
.modal__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background-color: rgba(24, 24, 51, 0.5);
}
.modal__content {
  position: relative;
  z-index: 31;
  background-color: #fff;
  padding: 60px;
  max-width: 642px;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .modal__content {
    padding: 20px;
  }
}
.modal__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #18232E;
  padding-bottom: 28px;
  max-width: 447px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .modal__title {
    font-size: 18px;
    line-height: 24px;
  }
}

.form {
  max-width: 224px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 10px;
}
.form__input {
  width: 100%;
  background: #F3F3F3;
  border-radius: 32px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 40px;
  color: #18232E;
  border: 0;
}
.form__input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #18232E;
  opacity: 0.3;
}
.form__btn {
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 150.02%;
  color: #FFFFFF;
  padding: 16px 58px;
  cursor: pointer;
  border: 0;
  background: #33CC66;
  border-radius: 44px;
  margin-top: 26px;
}
.form__btn:hover {
  opacity: 0.7;
}

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