/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
:root {
  --primary: #1438ff;
  --red: #db0202;
}
html {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
body {
  font-family: Roboto, sans-serif;
}
.body-hidden {
  overflow: hidden;
  touch-action: none;
}
:root {
  --content-width: 1300px;
  --offset-width: 20px;
  --container-width: calc(var(--content-width) + (var(--offset-width) * 2));
}
.container {
  max-width: var(--container-width);
  width: 100%;
  padding: 0 var(--offset-width);
  margin: 0 auto;
}
.btn-s {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  border-radius: 32px;
  padding: 2px 30px;
  border: 1px solid var(--primary);
  outline: 0;
  gap: 16px;
  min-height: 40px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  text-align: center;
  color: #fff;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.btn-s svg {
  width: 26px;
  height: 26px;
}
.btn-s._outline {
  background-color: rgba(0, 0, 0, 0);
  color: var(--primary);
  border-radius: 16px !important;
}
.list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.main {
  padding: 56px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.main__container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 45px;
}
.main__form p {
  margin: 0;
  width: 100%;
}
.wpcf7-spinner {
  display: none;
}
.main__form-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 24px;
  padding: 58px 24px;
  width: 380px;
  max-width: 100%;
  box-shadow: 0 4px 9px 1px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.main__form-content {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin: 0 0 12px 0;
}
.main__form-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  font-weight: 600;
  font-size: 30px;
  line-height: 107%;
  letter-spacing: 0.01em;
  color: var(--primary);
}
.main__form-btn-tel {
  width: 100%;
  margin-top: 20px;
}
.main__or {
  font-weight: 500;
  font-size: 16px;
  line-height: 112%;
  text-align: center;
  margin: 12px 0;
}
.main__form {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--primary);
}
.main__form-item {
  width: 100%;
  margin-bottom: 16px;
}
.main__form-input {
  border-radius: 32px;
  outline: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 114%;
  border: 1px solid var(--primary);
  width: 100%;
}
.main__form-btn {
  width: 100%;
  margin-top: 24px;
}
.main__form-whats {
  width: 100%;
  margin-top: 16px;
}
.main__body {
  position: relative;
  color: #fff;
  max-width: 875px;
  z-index: 1;
}
.main__body-title {
  font-family: "Exo 2", sans-serif;
  text-align: center;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.02em;
  margin: 0 0 24px 0;
}
.main__body-content {
  margin: 0 auto;
  font-weight: 700;
  max-width: 690px;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
}
.main__body-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  flex-direction: column;
  width: 180px;
  height: 180px;
  background-color: var(--red);
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  right: 0;
  bottom: -180px;
  z-index: -1;
}
.main__body-circle span {
  font-size: 24px;
  line-height: 24px;
}
.main__body-img {
  position: absolute;
  left: -55px;
  top: 180px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .main__body-title {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .body {
    background-position: center !important;
  }
  .main__container {
    gap: 326px;
    align-items: center;
    flex-direction: column-reverse;
  }
  .main__form-wrapper {
    width: 100%;
  }
  .main__body-title {
    font-size: 42px;
    line-height: 114%;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
  }
  .main__body-content {
    font-size: 24px;
  }
  .main__body-content {
    font-size: 20px;
    line-height: 140%;
  }
  .main__body-circle {
    bottom: -250px;
  }
  .main__body-img {
    width: 325px;
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@media (max-width: 767px) {
  .main {
    padding: 24px 0;
  }
  .main__container {
    gap: 235px;
  }
  .main__body-circle {
    font-size: 48px;
    line-height: 48px;
    line-height: 117%;
    width: 126px;
    height: 126px;
    bottom: -150px;
  }
  .main__body-circle span {
    font-size: 20px;
    line-height: 20px;
  }
  .main__body-img {
    width: 245px;
  }
}
@media (max-width: 479px) {
  .main__form-wrapper {
    padding: 24px;
  }
  .main__form-content:first-child {
    display: none;
  }
}
@media (any-hover: hover) {
  .btn-s:hover {
    background-color: rgba(0, 0, 0, 0);
    color: var(--primary);
  }
  .btn-s._outline:hover {
    color: #fff;
    background-color: var(--primary);
  }
}
@media (hover: none) {
  .btn-s:active {
    background-color: rgba(0, 0, 0, 0);
    color: var(--primary);
  }
  .btn-s._outline:active {
    color: #fff;
    background-color: var(--primary);
  }
}
