@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap");
.input-container {
  position: relative;
  width: 100%;
  height: 75px;
}

.input-container input {
  border: 0;
  border-bottom: 2px solid #FA8079;
  outline: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0 0;
  padding: 0;
  color: #ff261b;
}

.input-container label {
  top: 12px;
  left: 0px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  cursor: text;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 16px;
  color: #FA8079;
  font-size: 12px;
}

.input-container input,
.input-container label {
  width: 100%;
  height: 64px;
  font-size: 16px;
}

.input-container input:valid,
.input-container input:focus {
  border-bottom: 2px solid  #FA8079;
  padding-top: 29px;
}

.input-container input:valid + label,
.input-container input:focus + label {
  top: -14px;
  pointer-events: none;
  font-size: 12px;
  line-height: 16px;
}

.btn {
  width: 100%;
  height: 53px;
  border-radius: 10px;
  border: none;
  margin: none;
  cursor: pointer;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
}

.btn:focus {
  outline: none;
}

.btn.btn-orange {
  color: white;
  background: #FC7272;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn.btn-orange:hover {
  background-color: #ff6868;
}

.btn.btn-white {
  background: white;
  color: #FC7272;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn.btn-white:hover {
  background-color: #f1f1f1;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
  font-family: Montserrat;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, p {
  margin: 0;
  padding: 0;
}

html, * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  width: 100vw;
  height: 1550px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  background-color: #efefef;
}

.main-section {
  width: 100%;
  height: 100vh;
}

.main-section .bg-blur {
  -webkit-filter: blur(150px);
          filter: blur(150px);
  border-radius: 50%;
}

.main-section .bg-blur-1 {
  position: absolute;
  top: 0;
  left: -50vw;
  width: 100vw;
  height: 100vh;
  background: #FFB1B1;
  z-index: -3;
}

.main-section .bg-blur-2 {
  position: absolute;
  top: 0;
  right: -50vw;
  width: 100vw;
  height: 100vh;
  background: #A9D6FF;
  z-index: -1;
}

.main-section .bg-blur-3 {
  position: absolute;
  top: 40vh;
  left: 35vw;
  width: 30vw;
  height: 40vh;
  background: #A9FAFF;
  z-index: -2;
}

.main-section .orb-1 {
  position: absolute;
  top: 67px;
  left: 33%;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  background: linear-gradient(343.68deg, #A596FF 8.81%, rgba(255, 194, 159, 0.09) 98.4%);
  z-index: 0;
}

.main-section .orb-2 {
  position: absolute;
  top: 305px;
  left: 24%;
  width: 201px;
  height: 201px;
  border-radius: 50%;
  background: linear-gradient(343.68deg, #FF9696 8.81%, rgba(255, 154, 118, 0.559266) 52.67%, rgba(159, 255, 249, 0.09) 98.4%);
  z-index: 0;
}

.main-section .orb-3 {
  position: absolute;
  top: 203px;
  left: 64%;
  width: 97px;
  height: 97px;
  border-radius: 50%;
  background: linear-gradient(343.68deg, #FC7272 8.81%, rgba(255, 251, 159, 0.77) 98.4%);
  z-index: 0;
}

.main-section .orb-3 .orb-3-shadow {
  position: absolute;
  left: -13px;
  top: 62px;
  width: 51.85px;
  height: 17px;
  background: #F68A82;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-transform: matrix(-0.02, 1, 1, 0.02, 0, 0);
          transform: matrix(-0.02, 1, 1, 0.02, 0, 0);
}

.main-section .form-wraper {
  width: 436px;
  height: 550px;
  padding: 39px 54px;
  margin: 0 auto;
  margin-top: 200px;
  background: radial-gradient(100% 272.38% at 0% 0%, rgba(255, 255, 255, 0.4899) 0%, rgba(255, 255, 255, 0.069) 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 10px;
  z-index: 2;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.main-section .form-wraper .form-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: #FA8079;
}

.main-section .form-wraper .form-subtitle {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #989898;
  margin-bottom: 43px;
}

.main-section .form-wraper .form-subtitle span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #FB7F79;
  cursor: pointer;
  margin-left: 5px;
}

.main-section .agreement-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 49px;
}

.main-section .agreement-group::after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.11);
  position: absolute;
  cursor: pointer;
}

.main-section .agreement-group::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5722;
  position: absolute;
  top: 3px;
  left: 3px;
  cursor: pointer;
  z-index: 10;
  display: none;
}

.main-section .agreement-group.active::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5722;
  position: absolute;
  top: 3px;
  left: 3px;
  cursor: pointer;
  z-index: 10;
  display: block;
}

.main-section .agreement-group input {
  visibility: hidden;
  margin-right: 7px;
}

.main-section .agreement-group .agreement-text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #989898;
  cursor: pointer;
}

.main-section .agreement-group .agreement-text span {
  font-weight: 700;
}

.main-section #agreement_input:checked .agreement-group::before {
  display: none;
}

.main-section .buttons-separator {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #FA8079;
  text-align: center;
  margin: 17px 0;
}

.main-section .form-wraper-shadow {
  width: 406px;
  height: 12px;
  border-radius: 50%;
  margin: 0 auto;
  background: #0057FF;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
}
/*# sourceMappingURL=main.css.map */