body {
  font-size: 14px;
  min-width: 320px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
button,
input {
  outline: none !important;
  box-shadow: none !important;
}
label.error {
  position: absolute;
  font-size: 10px;
  color: red;
  left: 0;
  right: 0;
}
.grecaptcha-badge {
  display: none;
  opacity: 0;
}
.block {
  max-width: 520px;
  margin: 0 auto 15px;
  text-align: center;
  position: relative;
}
.logo {
  color: #7c95b6;
  font-size: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.logo img {
  margin-right: 10px;
}
.r1 {
  transform: rotate(15deg);
  transition: transform 1s;
}
.r2 {
  transform: rotate(-15deg);
  transition: transform 1s;
}
h1 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
h1 .emo-5 {
  right: -26px;
  top: -17px;
}
.p_1 {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
.p_1 .emo-1 {
  left: 15px;
  top: 2px;
}
.p_1 .emo-7 {
  right: 15px;
  top: -15px;
}
.p_2 {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  font-style: italic;
}
.p_2 .emo-1 {
  left: 50%;
  top: -20px;
}
.emo-cont {
  z-index: 800;
  position: absolute;
  width: 100%;
}
.emo-cont .emo {
  left: 50%;
}
.emo-cont .emo-2 {
  margin-left: -100px;
}
.emo-cont .emo-3 {
  margin-left: -80px;
}
.emo-cont .emo-4 {
  margin-left: -95px;
  top: -22px;
}
.emo-cont .emo-6 {
  margin-left: 76px;
  top: 61px;
}
h2 {
  font-size: 16px;
  font-weight: bold;
  color: #7a92b3;
  text-transform: uppercase;
}
.step-btn {
  border-radius: 8px;
  overflow: hidden;
  width: 180px;
  position: relative;
  margin: 0 auto 8px;
  border: 1px solid #f6dbb9;
  cursor: pointer;
}
.step-btn:hover {
  border: 1px solid #e6b9b9;
}
.step-btn .step-btn-text {
  position: absolute;
  top: 17px;
  right: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.block-1 .inner {
  border: 1px solid #fee2bf;
  border-radius: 10px;
  padding: 5px;
}
.block-3 .btn {
  border-radius: 10px;
  font-weight: bold;
  min-width: 100px;
  padding: 4px 30px;
}
.block-3 .btn:hover {
  opacity: 0.7;
}
.block-3 .btn-1 {
  background: #c0c0c0;
  color: #fff;
}
.block-3 .btn-2 {
  background: #7a93b3;
  color: #fff;
}
.emo {
  position: absolute;
}
.agreement-area {
  overflow: hidden;
  overflow-y: auto;
  margin-top: 4px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  height: 44px;
  text-align: left;
  background: rgba(255, 255, 255, 0.1);
}
.agreement-area P,
.agreement-area ul {
  margin: 0 !important;
}
.agreement-area .agreement-area-inner br:nth-child(2) {
  display: none;
}
.agreement-area::-webkit-scrollbar {
  width: 5px;
}
.agreement-area::-webkit-scrollbar-track {
  background: #ccc;
}
.agreement-area::-webkit-scrollbar-thumb {
  background: #777;
}
.agreement-area::-webkit-scrollbar-thumb:hover {
  background: #333;
}
.agreement-area .agreement-area-inner {
  padding: 1px 5px 2px 5px;
  font-size: 10px;
  line-height: 13px;
}
.agreement-area .agreement-area-inner ul,
.agreement-area .agreement-area-inner ol {
  padding: 3px 0 0 15px !important;
  list-style-type: disc !important;
}
.agreement-area .agreement-area-inner ul li,
.agreement-area .agreement-area-inner ol li {
  list-style-type: disc !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: inherit !important;
}
.agreement-area .agreement-area-inner a {
  color: inherit !important;
  font-weight: bold;
  transition: all 0.4s;
}
.agreement-area .agreement-area-inner a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.cbx {
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 12px;
  height: 12px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #333;
  transition: all 0.2s ease;
  background: #fff;
  margin-right: 3px;
  top: -1px;
  border-radius: 1px;
}
.cbx span:first-child svg {
  position: absolute;
  top: -1px;
  left: 0px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 13px;
  stroke-dashoffset: 13px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.cbx span:last-child {
  padding-left: 8px;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
  stroke: #333;
}
.modal-title {
  font-size: 16px;
}
.g-recaptcha {
  overflow: hidden;
}
#form-captcha .g-recaptcha > div,
.captcha-inner .g-recaptcha > div {
  margin: 0 auto;
}
.modal-header {
  background: #7992b1;
  color: #fff;
  text-align: center;
}
.modal-title {
  margin: 0 auto;
  text-transform: uppercase;
}
.modal-content {
  border: none;
}
.modal-dialog {
  margin-top: 200px;
  max-width: 380px;
}
