html {
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: 'Neucha', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #000000; }

* {
  box-sizing: border-box; }

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  text-decoration: underline;
  color: inherit; }

input, button, select {
  font-size: 1em;
  font-family: 'Neucha', Arial, sans-serif; }

img {
  max-width: 100%; }

input:focus,
select:focus,
textarea:focus,
button {
  outline: none; }

button::-moz-focus-inner {
  border: 0; }

select::-ms-expand {
  display: none; }

.pxl,
.hidden {
  display: none !important; }

p, ul, li, ol, h1, h2, h3, h4, h5, figure {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal; }

html,
body,
.wrapper {
  height: 100%;
  min-height: 520px; }

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.wrapper .header {
  flex: 1; }

.wrapper .photos,
.wrapper .black-men {
  flex: 10; }

.wrapper .black-men {
  position: relative; }

.full-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }

.full-bg img {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  height: 100%; }

@media (min-width: 568px) {
  .wrapper .black-men {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 30em; } }
@media only screen and (max-height: 600px) and (min-width: 568px) {
  .wrapper .black-men {
    max-width: 20em; }

  .full-bg img {
    width: 130%;
    height: auto; } }
@media (min-width: 768px) {
  .wrapper .black-men {
    position: relative;
    flex: 10; } }
@media (min-width: 1200px) {
  .wrapper .black-men {
    flex: 9; } }
@media (min-width: 1200px) and (max-height: 680px) {
  html,
  body,
  .wrapper {
    min-height: 700px; }

  .full-bg img {
    position: static;
    transform: none;
    width: 100%;
    height: auto; } }
@media (min-width: 1300px) and (min-height: 680px) {
  .full-bg img {
    width: 120%;
    height: auto; } }
@media (min-height: 880px) {
  body {
    font-size: 23px; } }
@media (min-height: 1000px) {
  body {
    font-size: 26px; }

  .wrapper .black-men {
    max-width: 35em; } }
/* @media (min-width: 1600px) {
    .wrapper .black-men {
        flex: 10;
    }
} */
.header {
  padding: 1em 0;
  text-align: center; }
  .header.invisible {
    visibility: hidden; }

.logo img {
  vertical-align: middle;
  max-width: 370px;
  height: 100%;
  min-height: 45px;
  max-height: 60px; }

.photos.blur {
  filter: blur(5px); }

.photos.invisible {
  visibility: hidden;
  opacity: 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .photos ul li {
    position: relative; }

  .photos.blur ul li:before {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    border-radius: 17px; } }
.photos ul,
.photos ul li,
.photos ul img {
  height: 100%; }

.photos ul {
  height: 30vh;
  font-size: 0;
  text-align: center; }
  .photos ul li {
    position: relative;
    display: inline-block;
    margin-left: -1vw;
    width: 20vw;
    font-size: 0;
    animation: moveIn 1s linear both; }
    .photos ul li .cover {
      height: 100%;
      border: 2px solid #ffffff;
      border-radius: 17px;
      background-color: #ffffff;
      box-shadow: 0 0 15px #000000;
      overflow: hidden;
      cursor: pointer;
      transition: all 200ms linear; }
    .photos ul li img {
      position: relative;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
      max-width: none;
      height: 105%;
      border-radius: 15px;
      object-fit: cover; }
    .photos ul li:nth-child(4) ~ li {
      display: none; }
    .photos ul li:nth-child(2) {
      animation-delay: 0.2s; }
    .photos ul li:nth-child(3) {
      animation-delay: 0.4s; }
    .photos ul li:nth-child(4) {
      animation-delay: 0.6s; }
    .photos ul li:nth-child(5) {
      animation-delay: 0.8s; }
    .photos ul li:nth-child(6) {
      animation-delay: 1s; }
    .photos ul li:nth-child(7) {
      animation-delay: 1.2s; }
    .photos ul li:nth-child(8) {
      animation-delay: 1.4s; }
    .photos ul li:nth-child(9) {
      animation-delay: 1.6s; }
    .photos ul li:nth-child(10) {
      animation-delay: 1.8s; }

.photos ul li:nth-child(4) ~ li {
  display: none; }

@keyframes moveIn {
  0% {
    transform: translateX(1000%);
    opacity: 0; }
  40% {
    transform: translateX(0);
    opacity: 1; }
  55% {
    transform: translateX(-20px); }
  70% {
    transform: translateX(20px); }
  80% {
    transform: translateX(-12px); }
  90% {
    transform: translateX(12px); }
  100% {
    transform: translateX(0); } }
@media only screen and (max-height: 600px) and (min-width: 568px) {
  .photos ul {
    height: 54vh; }
    .photos ul li {
      width: 10vw; }

  .photos ul li:nth-child(4) ~ li {
    display: inline-block; } }
@media (min-width: 768px) {
  .photos ul {
    height: 40vh; }
    .photos ul li {
      width: 10vw; }

  .photos ul li:nth-child(4) ~ li {
    display: inline-block; } }
@media (min-width: 992px) {
  .photos ul {
    height: 37vh; }
    .photos ul li {
      width: 9vw; } }
@media (min-width: 1200px) {
  .photos ul {
    height: 40vh;
    min-height: 270px; }
    .photos ul li {
      width: 14vh; }
      .photos ul li:hover {
        position: relative;
        z-index: 2; }
        .photos ul li:hover .cover {
          transform: scale(1.1); } }
@media (min-width: 1200px) and (min-height: 880px) {
  .photos ul {
    height: 38vh; } }
.men,
.slogan {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  font-size: 0;
  opacity: 1;
  transition: all 0.5s linear; }

.men {
  bottom: -12%;
  left: -4%; }

.men img {
  height: 100%; }

.slogan {
  top: 20%;
  left: 36%;
  right: 1%;
  bottom: auto; }

.black-men.out .men,
.black-men.out .slogan {
  opacity: 0; }

.black-men.out .men {
  transform-origin: left bottom;
  transform: translate(-30%, -120%) scale(0.4);
  opacity: 0; }

.black-men.out .slogan {
  transform: translateX(100%); }

@media (min-width: 568px) {
  .men {
    left: 0; }

  .slogan {
    top: auto;
    left: 50%;
    bottom: 5%; } }
@media only screen and (max-height: 600px) and (min-width: 568px) {
  .slogan {
    bottom: 40%; } }
@media (min-width: 768px) {
  .slogan {
    top: 20%;
    left: 45%;
    bottom: auto; } }
@media (min-width: 992px) {
  .slogan {
    top: 10%;
    left: 38%; } }
.btn {
  display: inline-block;
  padding: 0.5em 10px 0.35em;
  border: 0;
  border-radius: 7px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s linear;
  font-size: 1em;
  text-align: center; }

.btn:hover {
  text-decoration: none; }

.btn.btn-white {
  border: 3px solid #000000;
  border-radius: 7px;
  background-color: #ffffff;
  color: #000000; }

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

.btn.btn-primary {
  padding: 0.6em 0 0.5em;
  min-width: 10em;
  border: 3px solid #000000;
  background-color: #ECEAEB; }

.btn.btn-primary:hover {
  background-color: #ECEAEB;
  opacity: 0.9; }

.btn-rotate-1 {
  transform: rotate(2deg); }

.btn-rotate-2 {
  transform: rotate(5deg); }

.btn-rotate-negative-1 {
  transform: rotate(-1deg); }

.btn-rotate-negative-2 {
  transform: rotate(-5deg); }

.button-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -.5rem; }

.button-list > .cbn-btn {
  flex: 1;
  min-width: 43%;
  margin: .5rem .5rem 0;
  border: none;
  border-radius: .3rem;
  padding: .6rem .5rem .5rem;
  font-size: .9rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer; }

.button-list > .js-btn-1 {
  background-color: #fc6e7a; }

.button-list > .js-btn-2 {
  background-color: #6dbdfa; }

.button-list > .js-btn-3 {
  background-color: #ab6dfc; }

.button-list > .js-btn-4 {
  background-color: #fab66d; }

.button-list > .btn {
  margin: 0.7em 0 0.7em; }

.btn-width-1 {
  width: 44%; }

.btn-width-2 {
  width: 46%; }

.btn-width-3 {
  width: 48%; }

.btn-width-4 {
  width: 55%; }

@media (min-width: 568px) {
  .button-list > .btn {
    margin: 1em 1.5em 1em;
    max-width: 40%; }

  .btn-width-1 {
    width: 30%; }

  .btn-width-2 {
    width: 33%; }

  .btn-width-3 {
    width: 36%; }

  .btn-width-4 {
    width: 40%; } }
@media (min-width: 1800px) and (min-height: 960px) {
  .button-list {
    margin: 0 -1rem; }

  .button-list > .cbn-btn {
    margin: 1rem 1rem 0;
    border-radius: .47rem;
    padding: 1rem;
    font-size: 1.5rem; } }
@media (min-width: 1880px) and (min-height: 885px) {
  .login-form {
    font-size: 2.59vh; } }
.form-header {
  padding: 1em 0;
  text-align: center;
  position: relative; }

.man-woman {
  position: relative;
  margin: 1.5rem auto 0;
  width: 50%;
  max-width: 25rem;
  font-size: 0; }

.man-woman .woman,
.man-woman .man {
  display: inline-block;
  width: 50%;
  border: 3px solid #ffffff;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 0 0 15px #000000; }

.man-woman .woman img,
.man-woman .man img {
  border-radius: 15px; }

.man-woman .man {
  transform-origin: right bottom;
  animation: animationMan 0.7s linear both; }

@keyframes animationMan {
  0% {
    opacity: 0;
    transform: translate(-200%, 50%) rotate(-5deg); }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(-5deg); } }
.man-woman .woman {
  transform-origin: left bottom;
  transform: rotate(5deg);
  animation: animationWoman 0.7s linear; }

@keyframes animationWoman {
  0% {
    opacity: 0;
    transform: translate(200%, 0) rotate(-5deg); }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(5deg); } }
.man-woman .vs {
  position: absolute;
  bottom: -10%;
  left: 50%;
  width: 5rem;
  animation: animationVS 0.5s linear 0.5s both; }

@keyframes animationVS {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0); }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1); } }
@media only screen and (max-height: 600px) and (min-width: 568px) {
  .man-woman {
    max-width: 10rem; } }
@media (min-width: 768px) {
  .man-woman .vs {
    width: 12rem; } }
@media (min-width: 992px) {
  .man-woman {
    max-width: 14rem; }

  .man-woman .vs {
    width: 8rem; } }
@media (min-height: 880px) {
  .man-woman {
    max-width: 20rem; }

  .man-woman .vs {
    width: 12rem; }

  .panel-white {
    font-size: 0.9em; } }
.legal__container {
  color: #fff;
  min-height: 1.5rem;
  padding: .3rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: .8rem;
  background-color: #000;
  position: relative;
  z-index: 100; }

.legal__container > div {
  padding: 0 1rem; }

.legal__container > div:not(:last-child) {
  border-right: .1rem solid #fff; }

@media (min-height: 635px) {
  .legal__container {
    min-height: 2rem;
    padding: .5rem 0;
    font-size: .8rem; } }
@media (min-height: 992px) {
  .legal__container {
    font-size: 1rem; } }
.message-box {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none; }

.message-box::-webkit-scrollbar {
  width: 0 !important; }

.message-box ul li {
  position: relative;
  margin: 0.5em 0 0.5em 60px;
  animation: animationFrames2 ease 0.5s;
  animation-iteration-count: 1;
  transform-origin: 0% 0%;
  animation-fill-mode: forwards; }

.message-box ul li.has-avatar:first-child {
  margin-top: 60%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .message-box ul li.has-avatar:first-child {
    margin-top: 30vh; } }
.message-box ul li span {
  padding: 0.4em 0.7em 0.4em;
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 0.9em;
  animation: animationFrames ease 0.5s;
  animation-iteration-count: 1;
  transform-origin: 0% 0%;
  animation-fill-mode: forwards;
  display: inline-block; }
  .message-box ul li span.typing {
    display: inline-block;
    font-style: italic; }
    .message-box ul li span.typing i {
      font-style: italic; }
    .message-box ul li span.typing::before, .message-box ul li span.typing::after {
      display: none; }
  .message-box ul li span i {
    font-style: normal;
    color: #E10719; }

.message-box ul li.has-avatar {
  margin-top: 1.5em; }
  .message-box ul li.has-avatar span {
    border-top-left-radius: 0; }

.message-box ul li.has-avatar:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #ffffff transparent transparent; }

.message-box ul li.has-avatar img {
  position: absolute;
  left: -60px;
  top: -20px;
  width: 45px;
  height: 45px;
  border-radius: 50%; }

.messages.message-has-stick li > span {
  position: relative;
  padding-right: 2em;
  overflow: hidden; }

.messages.message-has-stick li > span:before,
.messages.message-has-stick li > span:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  position: absolute;
  bottom: 3px;
  font-size: 15px;
  line-height: 1;
  color: #cccccc;
  animation: animationColor 0.3s linear both 1s; }

.messages.message-has-stick li > span:before {
  right: 10px; }

.messages.message-has-stick li > span:after {
  right: 4px; }

@keyframes animationFrames {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }
@keyframes animationFrames2 {
  0% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }
@keyframes animationColor {
  0% {
    color: #cccccc; }
  100% {
    color: #1675ac; } }
@media (min-width: 768px) {
  .message-box ul li {
    margin-left: 80px; }

  .message-box ul li.has-avatar img {
    left: -80px;
    width: 55px;
    height: 55px; }

  .message-box ul li.has-avatar:before {
    left: -14px; }

  .messages.message-has-stick {
    max-width: 30em; } }
@media (min-height: 1000px) {
  .message-box ul li.has-avatar:first-child {
    margin-top: 60%; } }
.registration-form-builder-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  overflow: hidden;
  font-size: 17px; }

.registration-form-builder-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll; }

.registration-form-builder-chat,
.registration-form-builder-wrapper .form-header {
  flex: 1; }

.registration-form-builder-chat {
  display: flex;
  flex-direction: column;
  margin: -10vh auto 0.2em;
  padding: 0.5em 0.5em 0.7em;
  width: 100%;
  max-width: 27em;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  margin-bottom: 1.7rem; }

.registration-form-builder .form-inner {
  height: 55%; }

.registration-form-builder form {
  width: 100%; }

/* tag form margin auto is not support on IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .registration-form-builder-chat {
    margin-left: calc(50% - 13.5em); } }
.registration-form-builder-wrapper .form-header {
  position: relative;
  z-index: 1; }
  .registration-form-builder-wrapper .form-header .man-woman {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transform: translate(-50%, -25%) scale(0.7);
    z-index: 2; }
  .registration-form-builder-wrapper .form-header .photos {
    margin-top: 1em; }
    .registration-form-builder-wrapper .form-header .photos ul li {
      animation: none;
      z-index: 0; }
      .registration-form-builder-wrapper .form-header .photos ul li .cover {
        cursor: default; }
      .registration-form-builder-wrapper .form-header .photos ul li:hover {
        z-index: 0; }
        .registration-form-builder-wrapper .form-header .photos ul li:hover .cover {
          transform: none; }

.registration-form-builder-wrapper .message-box {
  flex: 10;
  height: 65%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .registration-form-builder-wrapper .message-box {
    flex: 4; } }
.registration-form-builder-wrapper .form-inner {
  flex: 1;
  height: 35%; }

.registration-form-builder-wrapper .form-inner.active {
  display: block; }

.form-inner {
  margin-top: 0.5em; }

.form-group-radio-buttons .form-group-inner {
  display: flex;
  flex-direction: row;
  margin: 0 -5px; }

.radio-button {
  flex: 1;
  padding: 0 5px; }
  .radio-button label {
    display: block;
    padding: 0.6em 0;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    font-weight: 600;
    transition: opacity 0.3s linear;
    color: #ffffff; }
    .radio-button label:hover {
      opacity: 0.8; }

.radio-button.btn-male label {
  background-color: #1675ac; }

.radio-button.btn-female label {
  background-color: #d12b67; }

.birthday-group .form-group-inner {
  display: flex;
  flex-direction: row;
  padding-right: 3em;
  background-color: #ffffff;
  border-radius: 5px; }
.birthday-group .form-control-wrapper {
  flex: 1;
  padding: 0.25em; }
  .birthday-group .form-control-wrapper:nth-child(2) {
    min-width: 140px; }
.birthday-group select.form-control {
  height: 1.8em;
  background-color: #ebebeb;
  appearance: none;
  -webkit-appearance: none; }

.step {
  position: relative; }
  .step .step-inner .form-group.form-group-radio-buttons,
  .step .step-inner .form-group.birthday-group,
  .step .step-inner .form-group .form-control:not(select) {
    margin-bottom: 30px; }
  .step .step-inner .form-group .form-control:not(select) + .required {
    margin-top: -20px; }
  .step .step-inner .form-group .form-control[type=email] {
    margin-bottom: 0; }
  .step .step-inner .form-group .form-control[type=email] + .required {
    margin-top: 0.4em; }

.form-control {
  padding: 0 0.7em;
  width: 100%;
  height: 2.3em;
  border-radius: 5px;
  border: 0;
  background-color: #ffffff;
  font-size: 1em; }

.btn-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  height: 2.3em;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #009700;
  background-image: url(/img/_btns/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s linear;
  cursor: pointer; }

.btn-arrow:hover {
  opacity: 0.8; }

.btn.btn-green {
  padding: 0.5em;
  width: 100%;
  border-radius: 5px;
  background-color: #009700;
  text-transform: uppercase;
  font-weight: 600;
  transition: opacity 0.3s linear;
  color: #ffffff; }

.btn.btn-green:hover {
  opacity: 0.8em; }

.required,
.unknown-error-msg {
  display: block;
  margin: 0.4em 0;
  font-size: 0.7em;
  line-height: 1.2;
  color: #ff0000; }

.legal-warning {
  margin-top: 0.3em;
  font-size: 0.7em;
  text-align: center;
  color: #ffffff; }

.legal-warning a {
  text-decoration: underline;
  color: #ffffff; }

@media (max-width: 380px) and (max-height: 700px) {
  .registration-form-builder-wrapper .form-header .photos {
    transform: translateY(-10%); } }
@media (min-width: 480px) {
  .step .step-inner .form-group.form-group-radio-buttons,
  .step .step-inner .form-group.birthday-group,
  .step .step-inner .form-group .form-control:not(select) {
    margin-bottom: 0; }

  .step .step-inner .form-group .form-control:not(select) + .required {
    margin-top: 0; } }
@media (min-width: 568px) {
  .registration-form-builder-chat {
    width: 27em; } }
@media only screen and (min-width: 568px) and (max-height: 600px) {
  .registration-form-builder-wrapper {
    overflow-y: scroll; }

  .registration-form-builder-container {
    min-height: 660px !important; }

  .registration-form-builder-wrapper .form-header .man-woman {
    transform: translate(-50%, -15%) scale(0.8); } }
@media (min-width: 768px) {
  .registration-form-builder-container {
    overflow-y: auto; }

  .registration-form-builder-inner {
    min-height: 0; }

  .registration-form-builder-chat {
    margin-bottom: 3rem;
    padding-bottom: 1em;
    padding-left: 1.2em;
    padding-right: 1.2em; } }
@media (min-height: 880px) {
  .registration-form-builder-chat {
    width: 30em;
    max-width: 30em; } }
@media (min-width: 1800px) and (min-height: 960px) {
  html {
    font-size: 1vh; }

  body {
    font-size: 1em; }

  .header {
    padding: 2.38rem 0; }

  .header a,
  .form-header a {
    font-size: 0; }
    .header a img,
    .form-header a img {
      height: 6rem;
      max-height: none;
      max-width: none; }

  .photos ul li .cover {
    border-width: .2rem;
    border-radius: 1.76rem;
    box-shadow: 0 0 1.55rem #000000; }

  .photos ul li img {
    border-radius: 1.55rem; }

  .wrapper .black-men {
    max-width: 71.43rem; }

  .form-header {
    padding: 1.76rem 0; }

  .man-woman {
    margin: 1.66rem auto 0;
    max-width: 33.13rem; }

  .man-woman .woman,
  .man-woman .man {
    border-width: .3rem;
    border-radius: 1.55rem;
    box-shadow: 0 0 1.55rem #000000; }

  .man-woman .woman img,
  .man-woman .man img {
    border-radius: 1.55rem;
    width: 100%; }

  .man-woman .vs {
    width: 19.87rem; }

  .registration-form-builder-wrapper {
    font-size: 1.76rem; }

  .registration-form-builder-wrapper .form-header .photos {
    margin-top: 1.76rem; }

  .photos.blur {
    filter: blur(0.5rem); }

  .registration-form-builder-wrapper .registration-form-builder-chat {
    width: 52.8rem;
    max-width: 52.8rem;
    margin-bottom: 5rem;
    padding-top: .87rem;
    padding-right: 2.11rem;
    padding-left: 2.11rem;
    border-radius: 1.55rem; }

  .message-box ul li {
    margin-top: .87rem;
    margin-bottom: .87rem;
    margin-left: 8.28rem; }

  .message-box ul li.has-avatar {
    margin-top: 2.5rem; }

  .message-box ul li.has-avatar:before {
    left: -1.45rem;
    border-width: 0 1.55rem 1.55rem 0; }

  .message-box ul li.has-avatar img {
    top: -2.07rem;
    left: -8.28rem;
    width: 5.69rem;
    height: 5.69rem; }

  .message-box ul li span {
    border-radius: .5rem;
    font-size: 1.58rem; }

  .messages.message-has-stick {
    max-width: 52.8rem; }

  .messages.message-has-stick li > span:before,
  .messages.message-has-stick li > span:after {
    bottom: .3rem;
    font-size: 1.55rem; }

  .messages.message-has-stick li > span:before {
    right: 1rem; }

  .messages.message-has-stick li > span:after {
    right: .4rem; }

  .form-inner {
    margin-top: .87rem; }

  .form-group-radio-buttons .form-group-inner {
    margin: 0 -.5rem; }

  .radio-button {
    padding: 0 .5rem; }

  .radio-button label {
    border-radius: .5rem;
    font-size: 1.76rem; }

  .form-control {
    border-radius: .5rem;
    font-size: 1.76rem; }

  .btn-arrow {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    background-size: 40%; }

  .birthday-group .form-group-inner {
    border-radius: .5rem; }

  .legal__container {
    font-size: 1.66rem;
    padding: 1rem 0; }

  .legal__container > div {
    padding: 0 2rem; }

  .legal__container > div:not(:last-child) {
    border-right: .2rem solid #fff; } }
.logo img {
  height: 3rem; }

@media (max-height: 680px) and (min-width: 1200px) {
  html,
  body,
  .wrapper {
    min-height: auto; }

  .photos ul {
    min-height: 230px; } }
@media (min-height: 635px) {
  .form-header {
    padding: 1em 0; }

  .logo img {
    height: 100%; }

  .photos ul {
    height: 35vh; }

  .registration-form-builder-wrapper .form-header .man-woman {
    transform: translate(-50%, -15%) scale(0.8); }

  .registration-form-builder-chat {
    margin-bottom: 2.5rem; } }
@media (min-width: 1800px) and (min-height: 960px) {
  .legal__container {
    font-size: 1.66rem;
    padding: 1rem 0; }

  .legal__container > div {
    padding: 0 2rem; }

  .legal__container > div:not(:last-child) {
    border-right: .2rem solid #fff; } }
body,
input,
button,
select {
  font-family: 'Montserrat', sans-serif; }

.step .step-inner .form-group .form-control:not(select) {
  padding-right: 3.7em; }

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