* {
  box-sizing: border-box;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
}

body {
  margin: 0;
  padding: 0;
}

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

img {
  max-width: 100%;
}

.wrapper {
  position: relative;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0 1em;
}

.wrapper > .container {
  margin-top: 1em;
}

.blur-bg {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.open-last-step {
  cursor: pointer;
}

@media (min-width: 768px) and (min-height: 630px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  html {
    font-size: 0.78vw;
  }

  .container {
    max-width: 93.33rem;
  }

  .blur-bg {
    -webkit-filter: blur(0.33rem);
    -moz-filter: blur(0.33rem);
    -o-filter: blur(0.33rem);
    -ms-filter: blur(0.33rem);
    filter: blur(0.33rem);
  }

  .html-dropdown-prev,
.html-dropdown-next {
    width: 1.67rem;
  }

  .html-dropdown-prev:before {
    border-width: 0.46rem 0.46rem 0.46rem 0;
  }

  .html-dropdown-next:before {
    border-width: 0.46rem 0 0.46rem 0.46rem;
  }

  .html-dropdown {
    border: calc(1rem / 15) solid #000000;
  }

  .html-dropdown > span {
    padding: 0.33rem 1.67rem;
  }

  .html-dropdown > ul {
    margin: 0 -0.07rem;
    max-height: 13.33rem;
    border: calc(1rem / 15) solid #000000;
  }

  .html-dropdown > ul > li {
    padding: 0.33rem 0.67rem;
  }

  .lds-ripple span {
    width: 13.33rem;
    height: 13.33rem;
  }

  .lds-ripple span:before,
.lds-ripple span:after {
    border-width: 0.8rem;
  }

  /* birthdate */
  input[type=date] {
    border: calc(1rem / 15) solid #cccccc;
  }

  /* age select slider */
  .age-select-slider-wrapper {
    position: relative;
    max-width: 33.33rem;
    padding: 0 2rem;
  }

  .age-select-slider-btn {
    width: 2rem;
  }

  .visual-checked:after {
    top: 0.47rem;
    right: 0.67rem;
    font-size: 1.67rem;
  }
}
@keyframes slideFadeIn {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 20rem;
  }
}
@keyframes slideDown {
  from {
    max-height: 0;
  }
  to {
    max-height: 266.67rem;
  }
}
/* loading */
@keyframes lds-ripple {
  0% {
    top: 5.87rem;
    left: 5.87rem;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0.27rem;
    left: 0.27rem;
    width: 11.2rem;
    height: 11.2rem;
    opacity: 0;
  }
}
.profile-content {
  padding: 0.7em;
  background: #f9f9f9;
  border: 1px solid #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.profile-picture,
.big-profile .big-profile-picture {
  font-size: 0;
}

.profile-picture img,
.big-profile .big-profile-picture img {
  width: 100%;
}

.profile-picture img {
  border-radius: 100%;
}

.profile-picture.active {
  position: relative;
}

.profile-picture.active::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid #ffffff;
  border-radius: 100%;
  background: #20a300;
  position: absolute;
  top: 0px;
  right: -3px;
}

.text-info b {
  display: block;
  font-size: 1.1em;
}

.text-info span {
  font-size: 0.9em;
}

.profile-notice {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}

.profile-notice .profile-content {
  width: 5.27rem;
}

.profile-notice span {
  width: 62%;
  margin-left: 0.7em;
}

.big-profile {
  position: relative;
  margin-bottom: 1em;
}

.big-profile .text-info {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  width: 100%;
  padding: 0.7em;
  background: rgba(0, 0, 0, 0.4);
}

.big-profile .profile-status {
  position: absolute;
  top: 0.7em;
  right: 0.7em;
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
}

.big-profile .profile-status > div {
  padding: 0 0.3em 0.05em;
  margin-left: 0.7em;
  font-weight: 600;
}

.big-profile .profile-status > .is-new {
  background: #ff8b00;
}

.big-profile .profile-status > .is-active {
  background: #20a300;
}

.big-profile:not(.active) .is-active,
.big-profile:not(.new) .is-new {
  display: none;
}

.big-profile .profile-notice {
  top: 83%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  padding: 1px;
  width: 95%;
  opacity: 0;
  transition: all 200ms linear;
}

.big-profile .profile-notice.pop-up {
  top: 50%;
  opacity: 1;
}

@media (min-width: 568px) {
  .profile-picture.active::after {
    width: 1rem;
    height: 1rem;
    right: 4px;
  }

  .profile-notice .profile-content {
    width: 7.35rem;
  }

  .profile-notice span {
    width: 68%;
  }
}
@media (min-width: 768px) and (min-height: 630px) {
  .profile-picture.active::after {
    width: 0.7rem;
    height: 0.7rem;
    right: -5px;
  }

  .big-profile .text-info {
    font-size: 0.7em;
  }

  .big-profile .profile-notice {
    display: none;
  }

  .profile-notice .profile-content {
    width: 4.01rem;
  }

  .profile-notice span {
    width: 57%;
    font-size: 0.6em;
  }
}
@media (min-width: 992px) {
  .profile-picture.active::after {
    width: 1rem;
    height: 1rem;
  }

  .big-profile .text-info {
    font-size: 1em;
  }

  .profile-notice .profile-content {
    width: 5.44rem;
  }

  .profile-notice span {
    font-size: 0.8em;
    width: 56%;
  }
}
@media (min-width: 1200px) {
  .profile-picture.active::after {
    right: 5px;
  }

  .profile-notice .profile-content {
    width: 7.52rem;
  }
}
@media (min-width: 1800px) {
  .profile-content {
    border: calc(1rem / 15) solid #ffffff;
  }

  .profile-picture.active::after {
    border: 0.13rem solid #ffffff;
    right: 0.33rem;
  }

  .profile-notice {
    -webkit-box-shadow: 0 0 0.33rem calc(1rem / 15) rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 0.33rem calc(1rem / 15) rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0.33rem calc(1rem / 15) rgba(0, 0, 0, 0.5);
  }

  .big-profile .profile-notice {
    padding: calc(1rem / 15);
  }
}
.panel {
  margin-bottom: 1em;
}

.panel .panel-header {
  background: #eeeeee;
  padding: 1em;
  color: #81848f;
  font-weight: 600;
}

.header {
  text-align: center;
  padding: 1em 0;
  background: #eeeeee;
}

.header .logo {
  font-size: 0;
  padding: 0 1rem;
  margin: 0 auto;
  max-width: 20rem;
}

@media (min-width: 1800px) {
  .header .logo img {
    max-width: none;
    width: 20rem;
    height: 4rem;
    object-fit: contain;
  }
}
.nav-bar {
  padding: 1em 0 0.7em;
  background: #f9f9f9;
}

.nav-bar .container {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.nav-bar .container a > img {
  height: 1.4em;
}

.nav-bar .nav-icon {
  margin-left: auto;
}

.nav-bar .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.nav-bar .nav-tabs li {
  margin-right: 1.5em;
}

.nav-bar .nav-profile,
.nav-bar span:not(.new-dot),
.nav-bar b {
  display: none;
}

.nav-bar .new-dot {
  background: #d60000;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  margin: auto;
}

@media (min-width: 768px) and (min-height: 630px) {
  .nav-bar .container {
    flex-direction: row;
    justify-content: flex-start;
  }

  .nav-bar .container a {
    text-decoration: none;
  }

  .nav-bar .container a > span {
    padding-top: 0.3em;
  }

  .nav-bar .container a > img {
    height: 1.7em;
  }

  .nav-bar .container .nav-icon {
    text-align: center;
    margin-right: 1em;
    margin-left: 0;
  }

  .nav-bar .container .nav-icon span,
.nav-bar .container .nav-tabs span,
.nav-bar .container .nav-tabs b {
    font-weight: 600;
  }

  .nav-bar .container .nav-icon span {
    color: #81848f;
  }

  .nav-bar .container .nav-tabs span {
    color: #000000;
    padding: 0.3em 1em 0;
    border-bottom: 2px solid #81848f;
  }

  .nav-bar .container .nav-tabs b {
    color: #000000;
    font-size: 1.5em;
  }

  .nav-bar .nav-tabs {
    margin-left: auto;
  }

  .nav-bar .nav-tabs li {
    margin-right: 0;
    margin-left: 2em;
  }

  .nav-bar .nav-profile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .nav-bar .nav-profile .profile-picture {
    max-width: 5rem;
    margin-right: 1rem;
  }

  .nav-bar .nav-profile .profile-picture img {
    height: 5rem;
    object-fit: cover;
  }

  .nav-bar .new-dot {
    display: none;
  }

  .nav-bar span:not(.new-dot),
.nav-bar b {
    display: block;
  }
}
@media (min-width: 992px) {
  .nav-bar .container .nav-icon {
    margin-right: 2em;
  }

  .nav-bar .nav-profile .profile-picture {
    max-width: 7rem;
  }

  .nav-bar .nav-profile .profile-picture img {
    height: 7rem;
    width: 7rem;
    max-width: none;
  }
}
@media (min-width: 1800px) {
  .nav-bar .new-dot {
    width: 0.33rem;
    height: 0.33rem;
  }

  .nav-bar .container .nav-tabs span {
    border-bottom: 0.13rem solid #81848f;
  }
}
.side-bar .profile-visitor .profile-picture {
  width: 3.83rem;
}

.side-bar .profile-visitor .text-info {
  margin-left: 0.7em;
}

.side-bar .profile-visitor .add-friend {
  margin-left: auto;
}

.side-bar .profile-favourite {
  display: flex;
  flex-wrap: wrap;
}

.side-bar .profile-favourite li {
  width: 25%;
}

@media (min-width: 568px) {
  .side-bar .profile-visitor .profile-picture {
    width: 5.91rem;
  }
}
@media (min-width: 768px) and (min-height: 630px) {
  .side-bar {
    flex: 1;
    padding-right: 1em;
  }

  .side-bar .profile-visitor .profile-picture {
    width: 2.48rem;
  }

  .side-bar .profile-visitor .text-info {
    font-size: 0.6em;
  }

  .side-bar .profile-visitor .add-friend {
    width: 1.2rem;
  }

  .side-bar .big-profile {
    display: none;
  }

  .side-bar .profile-favourite li {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .side-bar .profile-visitor .profile-picture {
    width: 3.9rem;
  }

  .side-bar .profile-visitor .text-info {
    font-size: 0.8em;
  }

  .side-bar .profile-visitor .add-friend {
    width: initial;
  }
}
@media (min-width: 1280px) {
  .side-bar .profile-visitor .profile-picture {
    width: 5.33rem;
  }

  .side-bar .profile-visitor .text-info {
    font-size: 1em;
  }
}
@media (min-width: 1300px) {
  .side-bar .profile-visitor .profile-picture {
    width: 5.99rem;
  }
}
.main-page {
  width: 100%;
}

@media (min-width: 768px) and (min-height: 630px) {
  .main-page {
    flex: 3;
  }

  .main-page ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5em;
  }

  .main-page ul li {
    padding: 0 0.5em;
    width: 33.33%;
  }
}
.form-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 1em;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.form-modal::-webkit-scrollbar {
  display: none;
}

.form-modal .step {
  margin: 1em auto;
  padding: 1em;
  background: #ffffff;
  max-width: 400px;
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.form-modal .form-group {
  position: relative;
  padding: 0.5em 0 1em;
}

.form-modal .form-group > label {
  position: absolute;
  top: 0;
  left: 0.5em;
  padding: 0 0.5em;
  background: #ffffff;
  font-weight: 600;
  z-index: 1;
}

.form-modal .form-group .form-group-inner {
  border: 1px solid #d4d4d4;
  padding: 1.5em 0.5em 1em;
  display: flex;
  flex-wrap: wrap;
}

.form-modal .form-radioBtns .radio-button {
  padding: 0 0.5em;
  flex: 1;
}

.form-modal .form-radioBtns .radio-button label {
  padding: 0.84rem 0 0.8rem 2.7rem;
  background: #d8d8d8;
  display: block;
  border-radius: 3px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  font-size: 0.8em;
}

.form-modal .form-radioBtns .radio-button label::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: #ffffff;
  border: 0.3rem solid #ffffff;
  border-radius: 100%;
  width: 1.2rem;
  height: 1.2rem;
}

.form-modal .form-radioBtns .radio-button input:checked + label::before {
  background: #21649a;
}

.form-modal .birthday-group .form-group-inner {
  padding: 1.5em 0.5em 0.5em;
}

.form-modal .birthday-group .form-control-wrapper {
  width: 100%;
  padding: 0 0.5em;
}

.form-modal .birthday-group .form-control-wrapper .html-dropdown {
  border-radius: 50px;
}

.form-modal .birthday-group .form-control-wrapper:last-child {
  margin-top: 0.5em;
}

.form-modal .birthday-group .form-control-wrapper:not(:last-child) {
  width: 50%;
  position: relative;
}

.form-modal .birthday-group .form-control-wrapper .calendar-button {
  position: absolute;
  top: 0.6em;
  width: 0;
  height: 0;
  border-style: solid;
  cursor: pointer;
}

.form-modal .birthday-group .form-control-wrapper .calendar-previous {
  left: 1em;
  border-width: 0.6em 0.6em 0.6em 0;
  border-color: transparent #000000 transparent transparent;
}

.form-modal .birthday-group .form-control-wrapper .calendar-next {
  right: 1em;
  border-width: 0.6em 0 0.6em 0.6em;
  border-color: transparent transparent transparent #000000;
}

.form-modal .birthday-group select {
  border: 1px solid #979797;
  border-radius: 2rem;
  padding: 0.7rem 1rem 0.6rem 1.3rem;
  width: 100%;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-modal .birthday-group select::-ms-expand {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form-modal .birthday-group select::-ms-value {
    background: transparent;
    color: #000000;
  }
}
.form-modal .birthday-group .calendar-radio {
  display: flex;
  flex-wrap: wrap;
}

.form-modal .birthday-group .calendar-radio .calendar-day {
  width: 14.28%;
  text-align: center;
  margin: 0.5em 0;
}

.form-modal .birthday-group .calendar-radio .calendar-day input[type=radio] {
  display: none;
}

.form-modal .birthday-group .calendar-radio .calendar-day label {
  width: 2em;
  height: 2em;
  margin: 0 auto;
  line-height: 1.8em;
  border: 1px solid #979797;
  display: block;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}

.form-modal .birthday-group .calendar-radio .calendar-day input:checked + label {
  background: #21649a;
  color: #ffffff;
  border: 1px solid #21649a;
}

.form-modal .birthday-group .calendar-radio .calendar-day.hidden {
  display: block !important;
  opacity: 0;
  visibility: hidden;
}

.form-modal .form-range .form-group-inner {
  display: block;
  text-align: center;
  padding: 1em;
}

.form-modal .form-range .form-group-inner p {
  margin: 0;
  font-weight: 600;
}

.form-modal .form-range.searchAge-range .form-group-inner p.unit-value span,
.form-modal .form-range.distance-range .form-group-inner p.unit-value {
  font-size: 2.5em;
  color: #21649a;
  font-weight: 900;
}

.form-modal .form-range.searchAge-range .form-group-inner p.unit-value span {
  display: inline-block;
  margin: 0 0.5rem;
  vertical-align: middle;
}

.form-modal .form-range .form-group-inner .headline-wrapper {
  padding-bottom: 0.5em;
}

.form-modal .form-range .form-group-inner .ui-slider {
  margin: 1rem 1rem 0.5rem;
  border: 1px solid #979797;
  border-radius: 1rem;
  background: #ffffff;
}

.form-modal .form-range .form-group-inner .ui-slider .ui-slider-range {
  background: rgb(216, 216, 216);
  border-radius: 1rem;
}

.form-modal .form-range .form-group-inner .ui-slider .ui-slider-handle {
  background: #21649a;
  border: 0;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  outline: none;
  top: -0.55em;
  margin-left: -0.9em;
}

.form-modal .input-text .form-group-inner {
  padding: 1.5em 1em 1em;
}

.form-modal .input-text .form-group-inner input,
.form-modal .input-text .form-group-inner textarea {
  width: 100%;
  font-size: 1em;
  padding: 0.7rem;
  border: 1px solid #979797;
  border-radius: 3px;
  background: #f6f6f6;
  outline: none;
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.form-modal .input-text .form-group-inner textarea {
  height: 18em;
  color: #757575;
}

.form-modal .form-location .form-group-inner {
  padding: 1em 1em 0.5em;
}

.form-modal .form-location .form-group-inner .form-control-wrapper {
  width: 100%;
  margin: 0.5em 0;
  position: relative;
}

.form-modal .form-location .form-group-inner .form-control-wrapper ul {
  position: absolute;
  z-index: 10;
  top: 2.7rem;
  border: 1px solid #979797;
  width: 100%;
  background: #ffffff;
  border-radius: 3px;
  max-height: 260px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.form-modal .form-location .form-group-inner .form-control-wrapper ul::-webkit-scrollbar {
  display: none;
}

.form-modal .form-location .form-group-inner .form-control-wrapper ul li {
  padding: 0.5em;
  margin: 0.5em;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.05);
}

.form-modal .form-location input.error {
  border: 1px solid #ff0000;
}

.form-modal .loading-step .step-inner {
  text-align: center;
  padding: 5em 0;
}

.form-modal .loading-step .step-inner p {
  margin: 0 0 0.5em;
}

.form-modal .loading-step .step-inner ul {
  font-weight: 600;
}

.form-modal .loading-step .headline-animation:not(.active) {
  display: none;
}

.form-modal .step-headline {
  font-size: 2em;
  font-weight: 900;
  text-align: center;
  margin: 0 0 0.5em;
}

.form-modal .uploadPhoto .form-group-inner {
  padding: 1.5em 1em 1em;
  position: relative;
}

.form-modal .uploadPhoto .form-group-inner .upload-click {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #d6d6d6;
}

.form-modal .uploadPhoto .form-group-inner .display-desktop {
  display: none;
}

.form-modal .uploadPhoto .form-group-inner .upload-photo {
  margin: 0 auto;
}

.form-modal .uploadPhoto .form-group-inner .upload-photo .upload-image {
  font-size: 0;
}

.form-modal .uploadPhoto .form-group-inner .upload-photo .upload-image img {
  max-height: 312px;
  object-fit: cover;
  cursor: pointer;
}

.form-modal .uploadPhoto .form-group-inner .upload-photo.upload-photo-success .headline-wrapper {
  display: none;
}

.form-modal .result-step .step-inner .step-headline {
  margin: 0;
}

.form-modal .result-step .step-inner p:not(:first-child) {
  text-align: center;
  margin: 0;
}

.form-modal .result-step .step-inner p:nth-child(2) {
  border-bottom: 1px solid #979797;
}

.form-modal .result-step .step-inner p span {
  display: block;
  padding: 0 2em 2em;
  font-weight: 900;
}

.form-modal .result-step .step-inner p .js-random-number {
  padding: 0;
  font-size: 5.5em;
  color: #21649a;
}

.form-modal .required,
.form-modal .unknown-error-msg {
  color: #ff0000;
}

.form-modal .unknown-error-msg {
  display: block;
  padding-bottom: 1em;
}

.form-modal .step-email .step-headline span {
  display: block;
  font-size: 0.7em;
}

.form-modal .legal-warning-text {
  text-align: center;
  font-size: 0.8em;
}

.form-modal .legal-warning-text a {
  cursor: pointer;
  color: #21649a;
  text-decoration: none;
}

.form-modal .legal-warning-text a:hover {
  text-decoration: underline;
}

@media (min-width: 360px) {
  .form-modal .form-radioBtns .radio-button label {
    padding: 0.7rem 0 0.7rem 2.7rem;
    font-size: 1em;
  }

  .form-modal .birthday-group .form-control-wrapper:last-child {
    margin-top: 1em;
  }

  .form-modal .birthday-group .calendar-radio .calendar-day {
    margin-top: 0;
    margin-bottom: 0.5em;
  }

  .form-modal .birthday-group .calendar-radio .calendar-day label {
    width: 2.4em;
    height: 2.4em;
    line-height: 2.2em;
  }
}
@media (min-width: 568px) {
  .form-modal .birthday-group .calendar-radio .calendar-day {
    margin-bottom: 1em;
  }

  .form-modal .birthday-group .calendar-radio .calendar-day label {
    width: 2.8em;
    height: 2.8em;
    line-height: 2.6em;
  }
}
@media (min-width: 768px) and (min-height: 630px) {
  .form-modal {
    overflow-y: hidden;
  }

  .form-modal .step {
    max-width: 738px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }

  .form-modal .step.loading-step,
.form-modal .step.step-email {
    max-width: 400px;
  }

  .form-modal .form-radioBtns .step-inner,
.form-modal .form-user .step-inner,
.form-modal .result-step .step-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5em;
    justify-content: center;
  }

  .form-modal .form-radioBtns .step-inner .form-group,
.form-modal .form-user .step-inner .form-group {
    padding: 0.5em 0.5em 1em;
    width: 50%;
  }

  .form-modal .form-radioBtns .step-inner .form-group > label,
.form-modal .form-user .step-inner .form-group > label {
    left: 1em;
  }

  .form-modal .birthday-group .form-group-inner {
    height: 334px;
  }

  .form-modal .birthday-group .calendar-radio .calendar-day {
    margin-bottom: 0.5em;
  }

  .form-modal .form-location .form-group-inner {
    padding: 1.5em 0.5em 1em;
  }

  .form-modal .form-location .form-group-inner .form-control-wrapper {
    padding: 0 0.5em;
    margin: 0;
    flex: 1;
  }

  .form-modal .form-location .form-group-inner .form-control-wrapper ul {
    max-height: 150px;
    width: 17em;
  }

  .form-modal .form-range.distance-range {
    margin-top: -8.5em;
  }

  .form-modal .form-range .form-group-inner {
    height: 209px;
  }

  .form-modal .form-range .form-group-inner p {
    margin: 0.5em;
  }

  .form-modal .uploadPhoto .form-group-inner .upload-photo img {
    height: 312px;
    width: 312.5px;
  }

  .column-right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .column-right > div {
    width: 100% !important;
  }

  .inputTextarea {
    flex: 5;
  }

  .inputTextarea .form-group-inner {
    height: 100%;
    flex-direction: column;
  }

  .inputTextarea .form-group-inner textarea {
    height: auto !important;
    flex: 10;
  }

  .form-modal .btn-group button {
    padding: 0.7em 4em;
  }

  .form-modal .result-step .step-inner .step-headline {
    margin-bottom: 1em;
    width: 100%;
  }

  .form-modal .result-step .step-inner p:not(:first-child) {
    width: 50%;
  }

  .form-modal .result-step .step-inner p:nth-child(2) {
    border-bottom: none;
    border-right: 1px solid #979797;
  }

  .form-modal .result-step .step-inner p span {
    padding: 0 4em 2em;
  }

  .form-modal .result-step .btn-group {
    margin-top: 3em;
  }
}
@media (min-width: 1200px) {
  .form-modal .uploadPhoto .form-group-inner .display-mobile {
    display: none;
  }

  .form-modal .uploadPhoto .form-group-inner .display-desktop {
    display: block;
  }
}
@media only screen and (min-width: 1280px) and (max-height: 800px) {
  .form-modal {
    overflow-y: scroll;
  }

  .form-modal .form-radioBtns,
.form-modal .form-user {
    position: static;
    transform: none;
    margin: 1em auto;
  }
}
@media (min-width: 1800px) {
  .form-modal .step {
    max-width: 49.2rem;
    border-radius: 0.2rem;
    -webkit-box-shadow: 0px 0px 0.67rem 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 0.67rem 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0.67rem 0px rgba(0, 0, 0, 0.5);
  }

  .form-modal .form-group .form-group-inner {
    border: calc(1rem / 15) solid #d4d4d4;
  }

  .form-modal .form-radioBtns .radio-button label {
    border-radius: 0.2rem;
  }

  .form-modal .birthday-group .form-control-wrapper .html-dropdown {
    border-radius: 3.33rem;
  }

  .form-modal .birthday-group select {
    border: calc(1rem / 15) solid #979797;
  }

  .form-modal .birthday-group .calendar-radio .calendar-day label {
    border: calc(1rem / 15) solid #979797;
  }

  .form-modal .birthday-group .calendar-radio .calendar-day input:checked + label {
    border: calc(1rem / 15) solid #21649a;
  }

  .form-modal .form-range .form-group-inner {
    height: 13.93rem;
  }

  .form-modal .form-range .form-group-inner .ui-slider {
    border: calc(1rem / 15) solid #979797;
  }

  .form-modal .input-text .form-group-inner input,
.form-modal .input-text .form-group-inner textarea {
    border: calc(1rem / 15) solid #979797;
    border-radius: 0.2rem;
    -webkit-box-shadow: inset 0px 0px 0.13rem 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 0.13rem 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 0.13rem 0px rgba(0, 0, 0, 0.5);
  }

  .form-modal .form-location .form-group-inner .form-control-wrapper ul {
    border: calc(1rem / 15) solid #979797;
    border-radius: 0.2rem;
    max-height: 10rem;
  }

  .form-modal .form-location input.error {
    border: calc(1rem / 15) solid #ff0000;
  }

  .form-modal .uploadPhoto .form-group-inner .upload-photo .upload-image img {
    max-height: 20.8rem;
  }

  .form-modal .result-step .step-inner p:nth-child(2) {
    border-bottom: none;
    border-right: calc(1rem / 15) solid #979797;
  }

  .form-modal .step.loading-step,
.form-modal .step.step-email {
    max-width: 26.67rem;
  }

  .form-modal .step.loading-step img {
    max-width: none;
    width: 3rem;
  }

  .form-modal .birthday-group .form-group-inner {
    height: 22.27rem;
  }

  .form-modal .uploadPhoto .form-group-inner .upload-photo img {
    height: 20.8rem;
    width: 20.83rem;
  }
}
.alert-box {
  position: fixed;
  right: 2em;
  bottom: 2em;
  display: none;
  transition: all 300ms linear;
}

@media (min-width: 768px) and (min-height: 630px) {
  .alert-box {
    display: flex;
    flex-direction: column;
  }

  .alert-box .profile-notice {
    position: static;
    width: 410px;
    transition: all 300ms linear;
  }

  .alert-box .profile-notice:not(:last-child) {
    margin-bottom: 1em;
  }

  .alert-box .profile-notice > span {
    font-size: 1em;
    width: 67%;
  }

  .alert-box .profile-notice .profile-content {
    display: block;
  }
}
@media (min-width: 1800px) {
  .alert-box .profile-notice {
    width: 27.33rem;
  }
}
.btn.btn-primary {
  background: #21649a;
  border: none;
  border-radius: 0.2rem;
  width: 100%;
  font-size: 1.1em;
  padding: 0.7em;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  font-weight: 600;
}

.results-page {
  display: none;
  width: 100%;
}

.results-page ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5em;
}

.results-page ul li {
  width: 50%;
  padding: 0 0.5em;
}

@media (min-width: 768px) and (min-height: 630px) {
  .results-page ul li {
    width: 25% !important;
  }
}

/*# sourceMappingURL=style.css.map */
