/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  outline: none;
  border: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
}

input {
  background-color: transparent;
  border-radius: 0;
  background: none;
  border: none;
  outline: none;
}

input {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#marketing-tracking {
  display: none;
}

html {
  font-size: 16px;
  text-align: center;
  font-family: 'Varela Round', sans-serif;
  direction: rtl;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem 0;
  width: 100%;
  direction: ltr;
}

input[type=text], input[type=email], input[type=password], select {
  cursor: pointer;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: .4rem;
  margin: .5rem;
  width: 250px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: right;
}

input[type=button] {
  cursor: pointer;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: .4rem;
  margin: .5rem;
  width: 180px;
}

h1, h2, h3, h4, h5, h6 {
  direction: rtl;
  margin-bottom: 1rem;
  text-align: center;
}

h1 {
  font-size: 1.6rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.5rem;
}

p {
  display: inline-block;
  text-align: right;
  line-height: 1.3;
  font-size: 1.08rem;
  font-weight: 600;
  width: 100%;
}

a, a:link {
  text-decoration: none;
  direction: rtl;
  text-align: right;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1060px;
  width: 100%;
  padding: 0 .3rem;
}

.text-white {
  color: white;
}

@media (min-width: 980px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .85em;
  height: 2em;
}

.loader {
  color: #ffffff;
  text-indent: -9999em;
  position: relative;
  font-size: 8px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  opacity: .7;
  top: 7px;
  right: 45%;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
  opacity: .7;
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 1em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 2em;
  }
}

@keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 1em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 2em;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.registration-container, .advantages-container, .profiles-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
  width: 100%;
}

.registration-container {
  height: auto;
}

.registration-container__inner {
  height: 100%;
}

.registration-container__stepper {
  width: 100%;
}

.interested-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.progress-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px auto;
  width: 90%;
  max-width: 400px;
}

.progress-bar__container {
  direction: ltr;
  width: 70%;
  background-color: #ced4da;
  height: 5px;
}

.progress-bar__buffer {
  background-color: #fc542d;
  height: 100%;
}

#city-hidden {
  position: absolute;
  visibility: hidden;
  top: 60px;
  background-color: white;
  width: 100%;
  height: auto;
  max-height: 190px;
  overflow-y: scroll;
  border: 1px solid #ced4da;
  border-radius: 3px;
  z-index: 5;
}

#city-hidden li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-align: right;
  font-size: 16px;
  height: 48px;
  padding: 0 16px;
  color: #495057;
}

#city-hidden li:hover {
  background-color: #f0f0f0;
}

#city-hidden li.active {
  background-color: #9fa4a8;
}

.step {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.step__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.step__body__text {
  font-size: 1.5rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

.step__body__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.step.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.step:nth-child(n+2) .step__footer button {
  width: 200px;
}

.step:nth-child(n+3) .step__body {
  height: 190px;
}

.step:nth-child(n+3) .step__footer button {
  width: 250px;
}

.ml-select .ml-select-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ffffff;
  border-radius: .4rem;
  overflow: hidden;
  height: 45px;
  width: 250px;
  background: url("../images/dropdown.png") 15px 50% no-repeat transparent;
  background-color: white;
}

.ml-select .ml-select-wrap select, .ml-select .ml-select-wrap input {
  margin: 0;
  border: none;
  height: 100%;
  width: 100%;
}

input {
  margin: 0 !important;
}

.step-back-icon {
  position: absolute;
  left: 0;
  top: -15px;
  direction: ltr;
  width: 10px;
  height: 40px;
  line-height: 1;
  color: #c8c7cd;
  cursor: pointer;
}

.step-back-icon::before {
  content: "\2039";
  position: absolute;
  font-size: 70px;
  top: -55%;
}

.form-control {
  position: relative;
}

/*checkbox styles */
.checkbox-wrap {
  cursor: pointer;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: .4rem;
  margin: .5rem;
  width: 150px;
  position: relative;
  border-color: #ffffff;
}

.checkbox-wrap input:checked + label:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fc542d;
  border-color: #fc542d;
}

.checkbox-wrap input + label:before {
  position: absolute;
  right: 5px;
  top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: white;
  border: 2px solid #fc542d;
  border-radius: 50%;
}

.checkbox-wrap input:checked + label:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
  position: absolute;
  right: 14px;
  top: 14px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.checkbox-wrap input {
  position: absolute;
  opacity: 0;
}

.checkbox-wrap label {
  cursor: pointer;
}

input.disabled, button.disabled {
  opacity: .8;
}

/*end of checkbox styles */
.error-exeption span {
  border-radius: 2px;
  text-align: center;
  background: #fff0f0;
  font-weight: 700;
  padding: 2px 4px;
  display: block;
  color: #d33838;
  font-size: 15px;
}

input[type=password], input[type=email] {
  direction: ltr;
  text-align: left;
}

input[type=email], input[type=password], input[type=text] {
  background-color: #fff;
  border: 1px solid #ffffff;
}

.form-control__error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  text-align: right;
  padding: 2px 4px;
  color: #d33838;
  font-size: 15px;
  min-height: 26px;
}

.form-control__error span {
  height: 100%;
  line-height: 1.7;
}

.non-valid-control.form-control.not-in-focus .form-control__error,
.non-valid-control.form-control.not-in-focus .form-control__error,
.dirty.non-valid-control.form-control .form-control__error {
  opacity: 1;
}

@media (min-width: 768px) {
  .step__body__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 950px) {
  .step:nth-child(1) .step__body {
    height: 185px;
  }
  .step:nth-child(n+1) .step__footer button {
    width: 310px;
  }
  .step:nth-child(n+2) .step__body {
    height: 170px;
  }
  .interested-in {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  input[type=email], input[type=password], input[type=text], select, .ml-select .ml-select-wrap {
    width: 310px;
  }
  .checkbox-wrap {
    width: 100px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: .375rem 2.3rem .375rem .75rem;
  }
  .checkbox-wrap input {
    width: 80px;
  }
}

html {
  color: #2d2c2a;
  font-size: 13px;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

a, a:link {
  color: #fc542d;
}

header {
  background-color: #2d2c2a;
  position: relative;
}

.logo {
  background: none;
  background-size: contain;
  height: 43px;
  width: 200px;
}

.heading {
  font-weight: 600;
  font-size: 1.85rem;
  margin-bottom: 1rem;
}

.text-orange {
  color: #fc542d;
}

.text-off-white {
  color: #e4e2e2;
}

.text {
  font-size: 1.15rem;
  line-height: 1.5;
}

.heading {
  font-size: 1.7rem;
  margin-bottom: .8rem;
}

.btn-primary {
  cursor: pointer;
  height: 45px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: .4rem;
  margin: .35rem;
  background-color: #fc542d;
  border-color: #fc542d;
}

.registration-conatiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 500px;
  width: 100%;
}

.registration-conatiner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: 100%;
  max-width: 860px;
}

.registration-conatiner__header {
  width: 60%;
  max-width: 400px;
  padding: 0 1rem 0 0;
}

.registration-conatiner__header__image {
  background: url("../images/view3mobile/heart.png") no-repeat center center;
  background-size: contain;
  height: 20px;
  width: 100%;
  margin-bottom: 1rem;
}

.registration-conatiner__header__text {
  font-weight: 600;
  font-size: 2.2rem;
}

.registration-conatiner__registration-form {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background: url("../images/view3dt/button_bg.png") no-repeat center center;
  background-size: cover;
  border-radius: 5px;
  width: 90%;
  max-width: 400px;
  padding: 2rem 1rem;
  color: white;
}

.profiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../images/view3mobile/profile_bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 2rem 0;
}

.profiles__images {
  width: 91%;
  max-width: 868px;
}

.profiles__images__item {
  display: inline-block;
  width: 32%;
  position: relative;
  margin: 2px;
}

.profiles__images__item img {
  width: 100%;
  height: auto;
}

.profiles__images__item img.position-absolute {
  position: absolute;
  top: 0;
  left: 0;
}

.dating-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.dating-container .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 660px;
  padding: 0;
}

.dating-container__text {
  position: absolute;
  z-index: 1;
  top: 20px;
  width: 90%;
  max-width: 360px;
  background-color: #eaeaea;
  padding: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.dating-container__image {
  margin-top: 190px;
  width: 100%;
  max-width: 550px;
  height: 220px;
  background: url("../images/view3dt/img1.jpg") no-repeat center center;
  background-size: cover;
}

.dating-container.reverse {
  margin-top: 60px;
}

.dating-container.reverse .dating-container__image {
  background: url("../images/view3dt/img2.jpg") no-repeat center center;
  background-size: cover;
}

.dating-container.reverse .dating-container__text {
  padding: 2rem 3rem;
}

.VIP-attitude {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: url("../images/view3mobile/vip_bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  color: #ffffff;
  padding: 2rem;
  height: 350px;
}

.VIP-attitude .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  max-width: 960px;
}

.VIP-attitude__image {
  position: absolute;
  top: 180px;
}

.VIP-attitude__image img {
  width: 200px;
  height: auto;
}

.VIP-attitude__text {
  max-width: 400px;
}

.main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background: url("../images/view3mobile/support_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 2rem 1rem;
}

.main-footer .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
  width: 100%;
  max-width: 550px;
}

.main-footer__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}

.main-footer__image img {
  height: 70px;
  width: auto;
}

.main-footer__text {
  padding: 0 1rem;
  line-height: 1.2;
}

.step__body__buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.step__body__buttons__container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  position: relative;
}

.step__body__buttons input[type=button] {
  width: 100%;
  border: none;
  font-weight: 600;
  height: 50px;
  font-size: 1.3rem;
  margin: 0;
  color: white;
}

.step__body__buttons input[type=button] + label::before {
  display: block;
  content: '';
  background: url("../images/view3mobile/button_arrows.png") no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 13px;
  left: 15px;
}

.step__body__buttons__container:last-child input[type=button] {
  background-color: #fc542d;
  padding-left: 3.5rem;
}

.step__body__buttons__container:first-child input[type=button] {
  background-color: #00a2da;
  padding-left: 2.5rem;
}

.step__header {
  margin-bottom: 1rem;
}

@media (min-width: 375px) {
  html {
    font-size: 16px;
  }
  .registration-conatiner {
    height: 520px;
  }
  .step__body__buttons__container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .step__body__buttons__container:last-child input[type=button] {
    padding-left: 3rem;
  }
  .step__body__buttons__container:first-child input[type=button] {
    padding-left: 2.8rem;
  }
  .dating-container__image {
    margin-top: 230px;
  }
  .VIP-attitude__image {
    top: 190px;
  }
  .main-footer__image img {
    height: 90px;
    width: auto;
  }
}

@media (min-width: 750px) {
  header {
    position: relative;
    padding: 0;
  }
  header .logo {
    position: absolute;
    top: 10px;
  }
  header .logo {
    height: 55px;
    width: 220px;
    top: 13px;
  }
  .registration-conatiner {
    height: 720px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6rem 5rem 0;
  }
  .registration-conatiner .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .registration-conatiner__header {
    padding: 0 4.2rem;
  }
  .registration-conatiner__header__image {
    background: url("../images/view3dt/heart.png") no-repeat center center;
    background-size: contain;
    height: 25px;
  }
  .registration-conatiner__header__text {
    margin-bottom: 2rem;
  }
  .registration-conatiner__registration-form {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .dating-container .container {
    margin: 5rem 3rem;
  }
  .dating-container__image {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 60px;
    height: 400px;
  }
  .dating-container__text {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .dating-container.reverse {
    margin-top: 0px;
  }
  .dating-container.reverse .dating-container__text {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .dating-container.reverse .dating-container__image {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media (min-width: 950px) {
  html {
    font-size: 18px;
  }
  .text {
    font-size: 1rem;
    line-height: 1.3;
  }
  .heading {
    font-size: 1.6rem;
    margin-bottom: .8rem;
  }
  .dating-container .container {
    margin: 5rem 3rem;
    max-width: 860px;
  }
  .dating-container__image {
    max-width: 680px;
  }
  .profiles {
    padding: 5rem 0;
  }
  .profiles__images {
    max-width: 868px;
  }
  .profiles__images img {
    padding: 4px;
  }
  .step:nth-child(1) .step__body {
    height: auto;
  }
  .VIP-attitude {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url("../images/view3dt/vip_bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 0 2rem;
  }
  .VIP-attitude .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 3rem;
  }
  .VIP-attitude__image {
    position: relative;
    top: 0;
    width: 350px;
    height: 350px;
  }
  .VIP-attitude__image img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 350px;
    z-index: 10;
  }
  .main-footer {
    background: url("../images/view3dt/support_bg.jpg") no-repeat center center;
    background-size: cover;
  }
  .main-footer__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .main-footer__image img {
    height: 100px;
    width: auto;
  }
}

@media (min-width: 1400px) {
  header .logo {
    height: 60px;
    width: 220px;
    top: 10px;
  }
  .registration-conatiner {
    padding: 6rem 5rem 0;
    height: 730px;
  }
}

@media (min-width: 1800px) {
  .registration-conatiner {
    padding: 7rem 5rem 0;
    height: 790px;
  }
}

img.fade-in {
  -webkit-animation: fade-in .3s ease-in forwards;
          animation: fade-in .3s ease-in forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

img.appear {
  -webkit-animation: appear .3s ease-in forwards;
          animation: appear .3s ease-in forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}

@keyframes fade-in {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}

@-webkit-keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=styles3.css.map */