* {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  background-color: #e5e5e5;
}

ol,
ul {
  list-style: none;
}

.container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
}

/*! 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;
}

/**
 * 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 {
  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;
}

/**
 * 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 {
  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] {
  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;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/images/vendor/intl-tel-input/build/flags.png?007b2705c0a8f69dfdf6ea1bfa0341c9);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(/images/vendor/intl-tel-input/build/flags@2x.png?9d5328fb490cddd43f6698012123404b);
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  animation-delay: -0.9s;
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.header {
  height: 60px;
  background-color: #ffffff;
}
.header__logo {
  display: flex;
  margin: auto;
  padding: 16px 0;
}

.alert {
  display: flex;
  align-items: center;
  padding: 25px;
  margin-top: 30px;
}
.alert:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url("/images/alert-info.svg") no-repeat;
  background-size: contain;
  margin-right: 15px;
}
.alert__msg {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
.alert--info {
  background: #fff0ba;
}

.modal {
  max-width: 560px;
  border-radius: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.modal__header {
  background: #f8f8f8;
  padding: 15px 64px;
}
@media (max-width: 1025px) {
  .modal__header {
    padding: 15px 36px;
  }
}
.modal__title {
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #212121;
  margin: 10px 0;
}
.modal__inner {
  display: flex;
  flex-direction: column;
  margin: 16px 64px 143px;
  height: 100%;
  overflow-y: auto;
  text-align: left;
}
.modal__inner::-webkit-scrollbar {
  width: 5px;
  background-color: #f1f1f1;
  border-radius: 50px;
}
.modal__inner::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 50px;
}
@media (max-width: 1025px) {
  .modal__inner {
    margin: 16px 36px 143px;
  }
}
.modal__content {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #4b4b4b;
}
.modal__content__text {
  margin-top: 24px;
}
.modal__content__text__highlight {
  color: #d42126;
}
.modal__content__text a {
  text-decoration: none;
}
.modal__content__text a:hover {
  text-decoration: underline;
}
.modal__btn-close {
  border: 1px solid #212121;
  border-radius: 5px;
  padding: 18px 33px;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212121;
  position: absolute;
  right: 147px;
  bottom: 48px;
}
@media (max-width: 1025px) {
  .modal__btn-close {
    right: inherit;
    padding: 18px 4px;
  }
}
.modal a.close-modal {
  display: inline-flex;
  top: 20px;
  right: 20px;
  background: url("/images/close.svg") no-repeat;
  background-size: contain;
  cursor: pointer;
}

.form__input {
  display: flex;
  flex-direction: column;
  position: relative;
}
.form__input #user_phone_code_wrapper {
  align-items: center;
}
.form__input__icon__end {
  position: absolute;
  top: 18px;
  right: 16px;
  visibility: visible;
}
.form__input__icon__end--hidden {
  visibility: hidden;
}
@media (max-width: 1025px) {
  .form__input__icon__end {
    top: 14px;
  }
}
.form__input__icon__start {
  position: absolute;
  top: 20px;
  left: 16px;
  width: 14px;
  height: 14px;
}
@media (max-width: 1025px) {
  .form__input__icon__start {
    top: 17px;
  }
}
.form__input input {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  transition: 0.2s ease-in-out;
  min-height: 56px;
}
.form__input input:focus {
  border-color: #4b4b4b;
}
.form__input input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form__input input::placeholder {
  color: #999999;
  opacity: 1;
}
.form__input input:-ms-input-placeholder {
  color: #999999;
}
.form__input input::-ms-input-placeholder {
  color: #999999;
}
@media (max-width: 1025px) {
  .form__input input {
    min-height: 48px;
    width: 100%;
  }
}
.form__input__label {
  position: absolute;
  top: 20px;
  left: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  background-color: #ffffff;
  padding: 0 8px;
  transition: all 0.3s;
  cursor: text;
}
@media (max-width: 1025px) {
  .form__input__label {
    top: 18px;
    left: 4px;
    font-size: 12px;
  }
}
.form__input__label--icon {
  left: 36px;
}
.input__control:focus ~ .form__input__label, .form__input__label.active,
.form__input .form__input__label__cel {
  position: absolute;
  top: -7px;
  left: 15px;
  font-size: 11px;
  font-weight: 500;
  color: #4b4b4b;
  background-color: #ffffff;
  padding: 0 8px;
}
.form__input__password__button {
  position: absolute;
  right: 0;
  top: 1px;
  border: 0;
  width: 42px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: 5px;
  background-color: initial;
  cursor: pointer;
}
.form__input__password__button__icon {
  position: absolute;
  right: 50%;
  bottom: 20%;
}
@media (max-width: 1025px) {
  .form__input__password__button__icon {
    right: 32%;
  }
}
@media (max-width: 1025px) {
  .form__input__password__button {
    height: 48px;
  }
}
.form__input__progress {
  width: 0%;
  transition: 0.3s ease-in-out;
}
.form__input__progress__info {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.form__input__progress__info__text {
  margin-left: 10px;
}
.form__input__progress__info--hidden {
  display: none;
}
.form__input__progress__text {
  font-size: 10px;
  font-weight: 400;
  transition: 0.3s ease-in;
}
.form__input__progress__text--end {
  text-align: end;
}
.form__input__progress--weak {
  background-color: #d42126;
}
.form__input__progress--weak + p {
  color: #d42126;
}
.form__input__progress--medium {
  background-color: #f46b08;
}
.form__input__progress--medium + p {
  color: #f46b08;
}
.form__input__progress--strong {
  background-color: #27ba59;
}
.form__input__progress--strong + p {
  color: #27ba59;
}
.form__input__progress--perfect {
  background-color: #27ba59;
}
.form__input__progress--perfect + p {
  color: #27ba59;
}
.form__input__requirements {
  list-style: none;
  margin: 12px 0;
  padding: 12px;
  background: #f5f5f5;
  border-radius: 8px;
}
.form__input__requirement {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
  margin-bottom: 6px;
  position: relative;
}
.form__input__requirement:last-child {
  margin-bottom: 0;
}
.form__input__requirement::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  background: #ffffff;
}
.form__input__requirement--done {
  color: #27ba59;
}
.form__input__requirement--done::before {
  background: #27ba59;
  border-color: #27ba59;
}
.form__input__requirement--done::after {
  content: "";
  width: 4px;
  height: 7px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  left: 7px;
  top: 6px;
}
.form__input__tel {
  flex: 1;
  font-weight: 500;
  border-radius: 4px;
  color: #4b4b4b;
  padding: 19px;
  font-size: 14px;
  border: none;
}
.form__input__text {
  width: 100%;
  flex: 1;
  font-weight: 500;
  font-size: 14px;
  padding: 14px 16px;
  color: #4b4b4b;
  border-radius: 4px;
  border: none;
  line-height: 17px;
}
.form__input__text__letter__space {
  letter-spacing: 0.4em;
}
.form__input__text::-moz-placeholder {
  color: #999999;
}
.form__input__text::placeholder {
  color: #999999;
}
@media (max-width: 1025px) {
  .form__input__text {
    padding: 14px 12px;
    font-size: 12px;
    line-height: 15px;
  }
}
.form__input__with__icon {
  padding: 14px 45px;
}
.form__input__error {
  border: 1px solid #f46b08 !important;
}
.form__input__error:focus {
  border-color: #e2252b !important;
}
.form__input__error__text {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #e2252b;
}
.form__input__error__text--hidden {
  display: none;
}
.form__input__password__font {
  letter-spacing: 1px;
}

.form__code {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  justify-content: center;
}

.form__code__input {
  width: 48px;
  min-height: 56px;
  padding: 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
}
@media (max-width: 1025px) {
  .form__code__input {
    min-height: 48px;
    width: 44px;
    font-size: 14px;
  }
}

#user_phone_code_wrapper .form__input__label {
  position: static;
  margin-bottom: 8px;
  background-color: transparent;
  padding: 0;
  cursor: default;
}

.dropdown__arrow {
  all: unset;
  background-image: url("/images/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 7px;
  width: 10px;
  margin-left: 8px;
}

.iti__country {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #4b4b4b;
}

.form__update__item {
  display: initial;
  color: inherit;
}

.form__select {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
}
.form__select__field {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  margin: 6px 0;
  background: none;
  border: none;
}
.form__select__field .list {
  margin-top: 7px;
  min-width: 100%;
}
.form__select__label {
  position: absolute;
  top: -7px;
  left: 15px;
  font-size: 11px;
  font-weight: 500;
  color: #4b4b4b;
  background-color: #ffffff;
  padding: 0 8px;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.spinner {
  animation: spinner 1.5s linear infinite;
}

.icon-loading {
  animation: rotate 1.5s linear infinite;
}

.banner {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .banner {
    width: 100%;
    height: auto;
    border-radius: 0px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #d42126;
  }
  40% {
    stroke: #d42126;
  }
  66% {
    stroke: #d42126;
  }
  80%, 90% {
    stroke: #d42126;
  }
}
.form {
  flex: 1;
  width: 100%;
}
.form__action__text {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #d42126;
  cursor: pointer;
}
.form__action__text:hover {
  text-decoration: underline;
}
.form__action__wrapper {
  text-align: center;
}
.form__button {
  width: 100%;
  height: 64px;
  border: 0;
  background-color: #d42126;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 20px 0;
  margin: 10px 0 14px;
  border-radius: 8px;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 1026px) {
  .form__button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.form__button:hover {
  background-color: #bf1e22;
}
.form__button:active {
  background-color: #d42126;
  box-shadow: inset 0px 8px 8px rgba(0, 0, 0, 0.25);
}
.form__button:disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #e2252b;
}
@media (max-width: 1025px) {
  .form__button {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 10px;
    height: 48px;
    border-radius: 5.33333px;
    margin: 0;
  }
}
.form__button__text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.form__button__text--hidden {
  display: none;
}
.form__button__spinner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.form__button .loader {
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: form-button-rotation 1s linear infinite;
}
.form__button__spinner--hidden {
  display: none;
}
@keyframes form-button-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form .button__icon:after {
  content: "";
  display: inline-flex;
  width: 16px;
  height: 16px;
  background: url("/images/arrow-right-white.svg") no-repeat;
  background-size: contain;
  margin-left: 12px;
}
@media (max-width: 1025px) {
  .form .button__icon:after {
    position: relative;
    top: 2px;
  }
}
.form__checkbox {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #4b4b4b;
  cursor: pointer;
}
.form__checkbox__field {
  display: inline-flex;
  align-items: center;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 10px;
  background: #ffffff;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 4px;
}
.form__checkbox__field__checked {
  width: 100%;
  display: flex;
  justify-content: center;
  visibility: visible;
}
.form__checkbox__field__hidden {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form__checkbox__field__unchecked {
  visibility: hidden;
}
.form__col {
  min-width: 0;
  max-width: 100%;
  flex: 1;
}
.form__col--ml {
  margin-left: 10px;
}
.form__col--mr {
  margin-right: 10px;
}
.form__span {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 2px auto 14px;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 1025px) {
  .form__span {
    font-size: 12px;
    margin: 2px auto 14px;
  }
}
.form__span__error {
  background-color: #fef0e6;
  color: #f46b08;
}
.form__span__success {
  background-color: #e5f5e5;
  color: #00a000;
}
.form__span--hidden {
  display: none;
}
.form__footer {
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 1025px) {
  .form__footer {
    position: relative;
    margin-bottom: 0;
  }
}
.form__header {
  margin: 16px 0 22px;
}
@media (max-width: 1025px) {
  .form__header {
    margin-top: 8px;
  }
}
@media (max-width: 1025px) {
  .form__header--small {
    margin: 20px 0 12px;
  }
}
.form__info {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #4b4b4b;
  margin-top: 10px;
}
.form__link {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #999999;
  text-decoration: none;
  text-decoration: underline;
}
@media (max-width: 1025px) {
  .form__link {
    width: 72px;
    display: block;
    text-align: right;
    line-height: 13px;
    font-size: 11px;
  }
}
.form__link__box {
  display: flex;
  height: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  background-color: #f5f5f5;
  transition: all ease-in-out 0.2s;
}
.form__link__box:hover {
  background-color: #e7e7e7;
}
@media (max-width: 1025px) {
  .form__link__box {
    height: 80px;
    padding: 22px;
  }
}
.form__link__box__title {
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.5px;
  letter-spacing: -0.01em;
  color: #4b4b4b;
  margin-bottom: 6px;
}
@media (max-width: 1025px) {
  .form__link__box__title {
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 4px;
  }
}
.form__link__box__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #d42126;
}
@media (max-width: 1025px) {
  .form__link__box__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
  }
}
.form__logo {
  width: 100%;
  display: flex;
  justify-content: center;
}
.form__logo__item {
  width: 114.43px;
  height: 32px;
  margin: auto;
}
@media (max-width: 1025px) {
  .form__logo__item {
    width: 100.12px;
    height: 28px;
  }
}
.form__navigation {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1025px) {
  .form__navigation {
    margin: 24px 0 -26px;
  }
}
.form__notice__login {
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 6px 10px;
  font-size: 11px;
}
.form__notice__login:before {
  content: "";
  display: inline-flex;
  width: 16px;
  height: 16px;
  background: url("/images/alert-info.svg") no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.form__notice__login--pending {
  background-color: #fff0ba;
}
.form__notice__login--success {
  background-color: #fff0ba;
}
.form__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 8px 0;
}
@media (max-width: 1025px) {
  .form__row {
    padding: 10px 0;
    width: 100%;
  }
}
.form__row--notice {
  padding: 0 0 30px;
}
.form__row--spacement {
  justify-content: flex-end;
  padding: 14px 0;
}
@media (max-width: 1025px) {
  .form__row--spacement {
    align-items: end;
  }
}
.form__subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #4b4b4b;
  text-align: center;
}
@media (max-width: 1025px) {
  .form__subtitle {
    padding: 0 42px;
    font-size: 12px;
    line-height: 160%;
  }
}
.form__text {
  font-weight: 500;
  font-size: 12px;
  color: #4b4b4b;
}
.form__title {
  vertical-align: middle;
  font-size: 40px;
  line-height: 49px;
  font-weight: 600;
  margin: 16px 0;
  color: #4b4b4b;
  letter-spacing: -0.01em;
  text-align: center;
}
@media (max-width: 1025px) {
  .form__title {
    margin: 0 0 16px;
    font-size: 36px;
    letter-spacing: -0.01em;
    line-height: 44px;
  }
}
.form__text--medium {
  font-size: 34px;
}
@media (max-width: 1025px) {
  .form__text--medium {
    font-size: 30px;
  }
}
.form__text--small {
  font-size: 34px;
}
@media (max-width: 1025px) {
  .form__text--small {
    font-size: 26px;
  }
}
.form__text--spacement {
  line-height: 19px;
}
@media (max-width: 1025px) {
  .form__text--spacement {
    line-height: 18px;
  }
}
.form__wrap {
  width: 100%;
  max-width: 625px;
  margin: auto;
}
@media (max-width: 1025px) {
  .form__wrap {
    margin: 0;
  }
}
.form .spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 999;
}
.form .loader {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 48px;
  display: flex;
}
.form .loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.form .circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.form .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
  stroke-width: 3px;
}
.form .spinner {
  margin-top: 16px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 70px;
  max-height: 16px;
  display: flex;
}
.form .spinner:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.form--loading {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.form--loading > * {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.form--loading .spinner {
  margin-top: 16px;
  opacity: 1;
  visibility: visible;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 70px;
  max-height: 70px;
  display: flex;
  margin: 55% 40%;
}
.form--loading .spinner:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.wrapper {
  display: flex;
  min-height: 100vh;
  background: #f5f5f5;
}
.wrapper .container {
  flex-direction: column;
}
@media (max-width: 1025px) {
  .wrapper .container {
    padding: 16px;
    margin: 0;
  }
}
.wrapper .content {
  display: flex;
  align-items: flex-start;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  border-radius: 16px;
  height: 800px;
  transition: all 0.3s;
}
@media (max-width: 1025px) {
  .wrapper .content {
    flex-direction: column-reverse;
    height: 100%;
    justify-content: flex-end;
  }
}
.wrapper .content .column {
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 16px;
}
@media (min-width: 1026px) {
  .wrapper .content .column {
    flex: 1;
    height: 100%;
  }
}
.wrapper .content .column.column--left {
  width: 50%;
  padding: 80px;
}
@media (max-width: 1025px) {
  .wrapper .content .column.column--left {
    width: 100%;
    margin-top: 12px;
    padding: 24px;
    display: flex;
    justify-content: center;
    height: 100%;
  }
}
.wrapper .content .column.column--right {
  width: 50%;
}
@media (max-width: 1025px) {
  .wrapper .content .column.column--right {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1026px) {
  .wrapper .content .column.column--right {
    max-width: 780px;
  }
}
.wrapper .content .column__content {
  width: 420px;
  height: 100%;
  position: relative;
}
@media (max-width: 1025px) {
  .wrapper .content .column__content {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
@media (min-width: 1026px) {
  .wrapper .content--big {
    height: 840px;
  }
}
.wrapper .content--lp {
  justify-content: center;
}
.wrapper .content--lp .column--right {
  display: none;
}
.wrapper .content--lp .column--left {
  width: 100%;
  display: flex;
  justify-content: center;
}

.error__wrapper {
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error__content {
  width: 100%;
  min-height: 50vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-image: url("/images/bg-login.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.error__image {
  position: relative;
  margin: 32px;
}
.error__message {
  text-align: center;
}
.error__message__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #4b4b4b;
  margin: 2px 0;
}
.error__message__link {
  text-decoration: none;
  cursor: pointer;
  color: #d42126;
}
@media (max-width: 1025px) {
  .error__message {
    padding: 24px;
    text-align: center;
  }
}

.success {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 90%;
}
.success__image {
  margin: 32px;
}
.success__message {
  width: 85%;
}
.success__message__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 16px 0;
}
@media (max-width: 1025px) {
  .success__message__text {
    font-size: 14px;
  }
}
.success__message__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin: 0;
}
@media (max-width: 1025px) {
  .success__message__title {
    font-size: 20px;
  }
}
@media (max-width: 1025px) {
  .success__message {
    width: 95%;
  }
}
@media (max-width: 1025px) {
  .success {
    min-height: 70vh;
  }
}
