@font-face {
  font-family: "Heading Now";
  src: url("../fonts/HeadingNow/HeadingNow-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Heading Now";
  src: url("../fonts/HeadingNow/HeadingNow-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Heading Now";
  src: url("../fonts/HeadingNow/HeadingNow-Regular.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Heading Now";
  src: url("../fonts/HeadingNow/HeadingNow-Medium.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  background-color: #f3f9fb;
  font: normal 500 20px/120% "Montserrat", sans-serif;
  color: #373749;
  overflow: hidden auto;
  cursor: default;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
body img,
body svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
body img path,
body svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
body iframe,
body video {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border: none;
}
body a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
body .is-disabled,
body .is-disabled * {
  pointer-events: none;
  cursor: not-allowed;
}
body .hide {
  display: none;
}
body .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body .container__content {
  width: 1760px;
  max-width: calc(100vw - 160px);
}
@media screen and (max-width: 1023.9px) {
  body .container__content {
    max-width: calc(100vw - 110px);
  }
}
@media screen and (max-width: 767.9px) {
  body .container__content {
    max-width: calc(100vw - 30px);
  }
}

.header {
  padding-top: 45px;
}
@media screen and (max-width: 767.9px) {
  .header {
    padding-top: 25px;
  }
}
.header__logo {
  height: 40px;
}
@media screen and (max-width: 767.9px) {
  .header__logo {
    height: 25px;
    margin: 0 auto;
  }
}

.main {
  position: relative;
  padding-top: 75px;
  padding-bottom: 85px;
}
@media screen and (max-width: 767.9px) {
  .main {
    padding-top: 50px;
    padding-bottom: 55px;
  }
}
.main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main__background {
  position: absolute;
  top: -605px;
  left: 50%;
  -webkit-transform: translate(calc(-50% - 275px));
  transform: translate(calc(-50% - 275px));
  height: 1480px;
  max-width: initial;
  max-height: initial;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .main__background {
    top: -80px;
    -webkit-transform: translate(calc(-50% - 90px));
    transform: translate(calc(-50% - 90px));
    width: 1220px;
    height: 515px;
  }
}
.main__subtitle {
  font-family: "Heading Now";
  font-size: 50px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #373749;
}
@media screen and (max-width: 767.9px) {
  .main__subtitle {
    font-size: 30px;
  }
}

.footer {
  padding-bottom: 85px;
}
@media screen and (max-width: 767.9px) {
  .footer {
    padding-bottom: 55px;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 767.9px) {
  .footer__content {
    gap: 60px;
  }
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 767.9px) {
  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.footer__contacts .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.footer__contacts .contact-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.3%, #00ffda), color-stop(145%, #00bba0));
  background: linear-gradient(180deg, #00ffda 0.3%, #00bba0 145%);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
}
.footer__contacts .contact-item__icon img {
  max-width: 24px;
  max-height: 24px;
}
.footer__contacts .contact-item__value {
  font-size: 20px;
  line-height: 135%;
  color: #373749;
}
@media screen and (max-width: 767.9px) {
  .footer__contacts .contact-item__value {
    font-size: 17px;
  }
}
.footer__contacts .contact-item__value[href] {
  text-decoration: underline;
  text-underline-offset: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__contacts .contact-item__value[href]:hover {
  opacity: 0.6;
}
.footer__logo {
  height: 40px;
}
@media screen and (max-width: 767.9px) {
  .footer__logo {
    height: 25px;
  }
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 70px;
  width: 1720px;
  max-width: 100%;
  margin-bottom: 230px;
}
@media screen and (max-width: 1279.9px) {
  .hero {
    gap: 40px;
  }
}
@media screen and (max-width: 1023.9px) {
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767.9px) {
  .hero {
    gap: 0;
    margin-bottom: 95px;
  }
}
.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 70px;
  width: 100%;
  margin-top: 40px;
  margin-left: 100px;
}
@media screen and (max-width: 1579.9px) {
  .hero__content {
    margin-top: 80px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 1279.9px) {
  .hero__content {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023.9px) {
  .hero__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .hero__content {
    margin-top: 125px;
  }
}
.hero__description {
  font-size: 20px;
  line-height: 135%;
  color: #373749;
}
@media screen and (max-width: 1023.9px) {
  .hero__description {
    text-align: center;
  }
}
@media screen and (max-width: 767.9px) {
  .hero__description {
    width: 300px;
    max-width: 100%;
    font-size: 17px;
  }
}
.hero__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 500px;
}
@media screen and (max-width: 1579.9px) {
  .hero__image {
    width: 46vw;
    height: auto;
  }
}
@media screen and (max-width: 1279.9px) {
  .hero__image {
    width: 40vw;
  }
}
@media screen and (max-width: 1023.9px) {
  .hero__image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media screen and (max-width: 767.9px) {
  .hero__image {
    width: 360px;
  }
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1360px;
  max-width: 100%;
  margin-bottom: 150px;
}
@media screen and (max-width: 767.9px) {
  .services {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 599.9px) {
  .services {
    width: 280px;
  }
}
.services__title {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .services__title {
    margin-bottom: 45px;
  }
}
.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 1279.9px) {
  .services__list {
    display: grid;
    grid-template: repeat(2, 1fr)/repeat(2, 1fr);
  }
}
@media screen and (max-width: 599.9px) {
  .services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.services__list .service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding: 20px 10px 25px;
  border-radius: 55px;
  background-color: #f3f9fb;
  -webkit-box-shadow: 0px 32.855px 81.356px 0px rgba(6, 113, 120, 0.1);
  box-shadow: 0px 32.855px 81.356px 0px rgba(6, 113, 120, 0.1);
}
@media screen and (max-width: 767.9px) {
  .services__list .service-item {
    border-radius: 50px;
  }
}
.services__list .service-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 12px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.29%, #00ffda), color-stop(143.49%, #00bba0));
  background: linear-gradient(180deg, #00ffda 0.29%, #00bba0 143.49%);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
}
@media screen and (max-width: 767.9px) {
  .services__list .service-item__icon {
    width: 90px;
    height: 90px;
    border-radius: 18px;
  }
}
.services__list .service-item__icon img {
  max-width: 50%;
  max-height: 50%;
}
.services__list .service-item__title {
  font-weight: 500;
  font-size: 18.6px;
  line-height: 23px;
  letter-spacing: 0.56px;
  text-align: center;
  color: #373749;
}
@media screen and (max-width: 767.9px) {
  .services__list .service-item__title {
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
}
.services__list .service-item__subtitle {
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.45px;
  text-align: center;
  color: #a3a3b5;
}
@media screen and (max-width: 767.9px) {
  .services__list .service-item__subtitle {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.4px;
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 590px;
  max-width: 100%;
}
.form__title {
  margin-bottom: 65px;
}
@media screen and (max-width: 767.9px) {
  .form__title {
    margin-bottom: 35px;
  }
}
.form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.form input,
.form textarea {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
}
.form__input input,
.form__input textarea {
  display: block;
  width: 100%;
  padding: 11px;
  border: 1px solid #dadada;
  border-radius: 25px;
  font-weight: 500;
  font-size: 17px;
  line-height: 135%;
  text-align: center;
  color: #373749;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}
.form__input input::-webkit-input-placeholder, .form__input textarea::-webkit-input-placeholder {
  color: #373749;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form__input input::-moz-placeholder, .form__input textarea::-moz-placeholder {
  color: #373749;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.form__input input:-ms-input-placeholder, .form__input textarea:-ms-input-placeholder {
  color: #373749;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.form__input input::-ms-input-placeholder, .form__input textarea::-ms-input-placeholder {
  color: #373749;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.form__input input::placeholder,
.form__input textarea::placeholder {
  color: #373749;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form__input input.error,
.form__input textarea.error {
  border-color: #aa2121;
  color: #aa2121;
}
.form__input input.error::-webkit-input-placeholder, .form__input textarea.error::-webkit-input-placeholder {
  color: #aa2121;
}
.form__input input.error::-moz-placeholder, .form__input textarea.error::-moz-placeholder {
  color: #aa2121;
}
.form__input input.error:-ms-input-placeholder, .form__input textarea.error:-ms-input-placeholder {
  color: #aa2121;
}
.form__input input.error::-ms-input-placeholder, .form__input textarea.error::-ms-input-placeholder {
  color: #aa2121;
}
.form__input input.error::placeholder,
.form__input textarea.error::placeholder {
  color: #aa2121;
}
.form__input textarea {
  height: 90px;
  resize: none;
}
.form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 25px;
}
@media screen and (max-width: 767.9px) {
  .form__submit {
    margin-top: 0;
  }
}
.form__submit input {
  width: 100%;
  padding: 20px;
  border: none;
  border-radius: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00ffda), to(#00bba0));
  background: linear-gradient(180deg, #00ffda 0%, #00bba0 100%);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #ffffff;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .form__submit input {
    font-size: 20px;
  }
}
.form__submit input:hover {
  opacity: 0.6;
}
.form label.error {
  display: none !important;
}
.form__response {
  font-size: 20px;
  line-height: 120%;
  color: #00ffda;
  text-align: center;
}
.form__response.is-error {
  color: #aa2121;
}
@media screen and (max-width: 767.9px) {
  .form__response {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.min.css.map */