html body {
  background: #f7f7f7;
  min-width: 320px;
}
html body button:active,
html body button:focus {
  outline: none;
}
.cont {
  border: #cfcfcf 1px solid;
  background: #fff;
  padding: 7px;
  margin-bottom: 10px;
  border-radius: 1px;
}
.myicon {
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  display: block;
  outline: 0 !important;
  background-image: url('../img/icon_set.png');
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
.myicon.tag {
  background-position: -52px -167px;
}
.myicon.heart {
  background-position: -130px -115px;
}
.myicon.chat {
  background-position: -217px 0;
}
.myicon.user {
  background-position: 0 -193px;
}
.myicon.zoom {
  background-position: -104px -167px;
}
.myicon.home {
  background-position: -165px 0;
}
.myicon.gps {
  background-position: -139px -55px;
}
.myicon.photo {
  background-position: -26px -141px;
}
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-wrap-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.justify-content-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-self-flex-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
}
#land-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  height: 100vh;
  min-height: 100vh;
}
#land-8 #header {
  background: #fafafa;
}
#land-8 #header #top {
  margin: 0 auto;
  text-align: center;
  border-bottom: #cfcfcf 1px solid;
}
#land-8 #header #top .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1700px;
  padding: 5px 30px;
  position: relative;
}
#land-8 #header #top .inner .item {
  cursor: pointer;
}
#land-8 #header #top .inner .item.last-item {
  margin-left: 20px;
}
#land-8 #header #top .inner .item.empty {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#land-8 #header #top .inner .item i:before {
  margin: 0;
}
#land-8 #header #top .inner .logo {
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  top: 0;
  margin: 5px auto 0;
  width: 180px;
}
#land-8 #header #profiles {
  padding: 5px 20px 10px;
  overflow: hidden;
  text-align: center;
  max-width: 1700px;
  margin: 0 auto;
}
#land-8 #header #profiles .profiles-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 70px;
  overflow: hidden;
}
#land-8 #header #profiles .profiles-inner .first-item {
  margin: 0 5px;
}
#land-8 #header #profiles .profiles-inner .first-item .inner {
  position: relative;
  text-align: center;
  cursor: pointer;
}
#land-8 #header #profiles .profiles-inner .first-item .inner .img {
  border-radius: 50%;
  margin: 0 auto;
}
#land-8 #header #profiles .profiles-inner .first-item .inner .img img {
  border-radius: 50%;
  background: #ccc;
}
#land-8 #header #profiles .profiles-inner .first-item .inner .plus {
  width: 16px;
  height: 16px;
  color: #fff;
  background: #fe6be3;
  border-radius: 50%;
  border: #fff 1px solid;
  font-size: 10px;
  line-height: 16px;
  position: absolute;
  top: 35px;
  right: 0;
}
#land-8 #header #profiles .profiles-inner .first-item .inner .name {
  font-size: 10px;
  width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#land-8 #header #profiles .profiles-inner .profile {
  margin: 0 5px;
  cursor: pointer;
}
#land-8 #header #profiles .profiles-inner .profile .img {
  border-radius: 50%;
  border: #cfcfcf 1px solid;
  overflow: hidden;
}
#land-8 #header #profiles .profiles-inner .profile .img .img-brd {
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
#land-8 #header #profiles .profiles-inner .profile .img img {
  transition: all 0.4s;
  background: #ccc;
}
#land-8 #header #profiles .profiles-inner .profile .name {
  max-width: 50px;
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
}
#land-8 #header #profiles .profiles-inner .profile:hover .img img {
  transform: scale(1.1);
}
#land-8 #header #steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
}
#land-8 #header #steps .step {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #fe6be3;
  color: #fff;
  font-size: 14px;
  transition: all 0.4s;
  opacity: 0.5;
}
#land-8 #header #steps .step.active {
  opacity: 1;
}
#land-8 #content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f7f7f7;
}
#land-8 #content .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 750px;
  padding-top: 35px;
}
#land-8 #content .inner .left-side {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 5px;
}
#land-8 #content .inner .left-side .inner-2 {
  border: #cfcfcf 1px solid;
  background: #fff;
  padding: 7px;
  margin-bottom: 10px;
  border-radius: 1px;
}
#land-8 #content .inner .left-side .inner-2 #images {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 351px;
  height: 441px;
  position: relative;
  overflow: hidden;
  background: #ccc;
}
#land-8 #content .inner .left-side .inner-2 #images .set {
  display: none;
}
#land-8 #content .inner .left-side .inner-2 #images .set.active {
  display: block;
}
#land-8 #content .inner .left-side .inner-2 #images .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ccc;
}
#land-8 #content .inner .left-side .inner-2 #images .image img {
  width: 351px;
  height: 441px;
}
#land-8 #content .inner .left-side .inner-2 #images .image-2 {
  position: absolute;
  left: 0;
  top: 0;
}
#land-8 #content .inner .left-side .inner-2 #images .text {
  position: absolute;
  transform: rotateZ(-20deg);
  text-align: center;
  bottom: 50px;
  left: 20px;
}
#land-8 #content .inner .left-side .inner-2 #images .text .inner-text {
  opacity: 0.8;
}
#land-8 #content .inner .left-side .inner-2 #images .text .inner-text span {
  display: inline-block;
  background: #fe6be3;
  color: #fff;
  padding: 1px 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 -1px;
}
#land-8 #content .inner .left-side .inner-2 #images .text .inner-text span:nth-child(3) {
  margin: -3px 0 0;
}
#land-8 #content .inner .left-side .inner-2 #images .image-1 .text {
  transform: rotateZ(20deg);
  bottom: 50px;
  left: auto;
  right: 20px;
}
#land-8 #content .inner .left-side #images-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}
#land-8 #content .inner .left-side #images-bottom .item {
  margin-top: 7px;
}
#land-8 #content .inner .left-side #images-bottom .item.item-left {
  margin-left: 15px;
  margin-right: 15px;
}
#land-8 #content .inner .left-side #images-bottom .item.fill {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#land-8 #content .inner .left-side #images-bottom .item i {
  cursor: pointer;
}
#land-8 #content .inner .left-side #images-bottom .item i:before {
  margin: 0;
}
#land-8 #content .inner .left-side #images-bottom .item.paginator {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#land-8 #content .inner .left-side #images-bottom .paginator {
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  width: 70px;
  margin: 0 auto;
}
#land-8 #content .inner .left-side #images-bottom .paginator .pag-item {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dbdbdb;
  transition: all 0.4s;
  cursor: pointer;
}
#land-8 #content .inner .left-side #images-bottom .paginator .pag-item.active {
  background: #fe6be3;
}
#land-8 #content .inner .left-side #images-bottom .paginator .pag-item:hover {
  background: #fe6be3;
}
#land-8 #content .inner .left-side #refresh-profile {
  text-align: center;
}
#land-8 #content .inner .left-side #refresh-profile button {
  border: #cfcfcf 1px solid;
  background: #fff;
  border-radius: 3px;
  font-size: 12px;
  padding: 5px 15px;
  transition: all 0.4s;
}
#land-8 #content .inner .left-side #refresh-profile button i {
  margin-right: 5px;
}
#land-8 #content .inner .left-side #refresh-profile button:hover {
  background: #ccc;
  color: #fff;
}
#land-8 #content .inner .right-side {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 5px;
}
#land-8 #content .inner .right-side #form-top {
  border: #cfcfcf 1px solid;
  background: #fff;
  padding: 7px;
  margin-bottom: 10px;
  border-radius: 1px;
  text-align: center;
  font-size: 12px;
}
#land-8 #content .inner .right-side #form-top .line-1 {
  color: #878787;
  line-height: 1.2;
}
#land-8 #content .inner .right-side #form-top .line-2 {
  color: #fe6be3;
  font-style: italic;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}
#land-8 #content .inner .right-side #form {
  border: #cfcfcf 1px solid;
  background: #fff;
  padding: 7px;
  margin-bottom: 10px;
  border-radius: 1px;
  background: #fafafa;
  padding: 7px 15px;
  position: relative;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  z-index: 2;
}
#land-8 #content .inner .right-side #form.shakeIt {
  -webkit-animation-name: shake;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
}
#land-8 #content .inner .right-side #form .step {
  display: none;
  text-align: center;
}
#land-8 #content .inner .right-side #form .step.active {
  display: block;
}
#land-8 #content .inner .right-side #form .step .step-heading {
  font-weight: 700 !important;
  text-align: center;
  margin-bottom: 5px;
  font-size: 17px;
}
#land-8 #content .inner .right-side #form .step .gender-btns {
  text-align: center;
}
#land-8 #content .inner .right-side #form .step .gender-btns .gender-btn {
  display: inline-block;
  background: #848383;
  color: #fff;
  border-radius: 4px;
  padding: 5px 45px;
  text-transform: uppercase;
  transition: all 0.4s;
  cursor: pointer;
}
#land-8 #content .inner .right-side #form .step .gender-btns .gender-btn.active {
  background: #fe6be3;
}
#land-8 #content .inner .right-side #form .step .gender-btns .gender-btn:hover {
  background: #fe6be3;
}
#land-8 #content .inner .right-side #form .step .gender-btns .gender-btn .icon img {
  height: 42px;
  width: auto;
}
#land-8 #content .inner .right-side #form .step .form-group {
  position: relative;
}
#land-8 #content .inner .right-side #form .step .form-group span.help-inline {
  position: absolute;
  font-size: 10px;
  color: red;
  left: 0;
  right: 0;
}
#land-8 #content .inner .right-side #form .step button {
  background: #fe6be3;
  border: 0;
  color: #fff;
  border-radius: 3px;
  line-height: 1;
  transition: all 0.4s;
  padding: 5px 10px;
}
#land-8 #content .inner .right-side #form .step button:hover {
  background: #ccc;
}
#land-8 #content .inner .right-side #form #notification {
  text-align: center;
  font-size: 10px;
  margin-top: 15px;
}
#land-8 #content .inner .right-side #form #notification a {
  font-weight: bold;
  color: #000;
}
#land-8 #content .inner .right-side #bottom-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row;
  flex-direction: row;
  border: #cfcfcf 1px solid;
  background: #fff;
  padding: 7px;
  margin-bottom: 10px;
  border-radius: 1px;
  z-index: 1;
  font-family: 'Architects Daughter', cursive;
  margin: 0 15px;
  border-top: 0;
}
#land-8 #content .inner .right-side #bottom-icons .item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#land-8 #content .inner .right-side #bottom-icons .item .icon {
  float: left;
  color: #fe6be3;
}
#land-8 #content .inner .right-side #bottom-icons .item .icon i:before {
  margin: 0;
}
#land-8 #content .inner .right-side #bottom-icons .item .line-1 {
  color: #fe6be3;
  margin-left: 30px;
  line-height: 1;
}
#land-8 #content .inner .right-side #bottom-icons .item .line-2 {
  margin-left: 30px;
  line-height: 1;
}
#land-8 #footer {
  background: #fcfcfc;
  color: #000;
  padding: 10px 0;
}
#land-8 #footer .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}
#land-8 #footer .inner .item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  cursor: pointer;
}
#land-8 #footer .inner .item i {
  margin: 0 auto;
  transition: all 0.4s;
}
#land-8 #footer .inner .item i:hover {
  transform: translateY(-5px);
}
.regProc {
  display: none;
  position: absolute;
  font-size: 10px;
  color: green;
  margin: 0 auto;
  left: 50%;
  margin-left: -72px;
  top: 110px;
  text-align: left;
}
@media (max-width: 800px) {
  #land-8 #header #top .inner {
    padding: 5px 10px;
  }
  #land-8 #header #profiles {
    padding: 5px 10px 10px;
  }
  #land-8 #header #profiles .profiles-inner {
    height: 60px;
  }
  #land-8 #header #profiles .profiles-inner .first-item .inner .img img {
    width: 46px;
    height: 46px;
  }
  #land-8 #header #profiles .profiles-inner .first-item .inner .plus {
    top: 30px;
  }
  #land-8 #header #profiles .profiles-inner .first-item .inner .name {
    max-width: 40px;
    height: 14px;
  }
  #land-8 #header #profiles .profiles-inner .profile .img img {
    width: 40px;
    height: 40px;
  }
  #land-8 #header #profiles .profiles-inner .profile .name {
    max-width: 40px;
  }
  #land-8 #content .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
    padding-top: 20px;
  }
  #land-8 #content .inner .left-side {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 20px 10px;
    width: 296px;
  }
  #land-8 #content .inner .left-side .inner-2 #images {
    width: 280px;
    height: 280px;
  }
  #land-8 #content .inner .left-side .inner-2 #images .image img {
    width: 280px;
    height: 280px;
  }
  #land-8 #content .inner .right-side {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 20px 10px;
    width: 296px;
  }
  #land-8 #content .inner .right-side #form-top {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: none;
  }
  #land-8 #content .inner .right-side #form {
    box-shadow: none;
    order: 3;
  }
  #land-8 #content .inner .right-side #form .step .gender-btns .gender-btn {
    padding: 5px 0;
    width: 80px;
  }
  #land-8 #content .inner .right-side #form .step .gender-btns .gender-btn .icon img {
    height: 25px;
  }
  #land-8 #content .inner .right-side #bottom-icons {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: none;
    border: #cfcfcf 1px solid;
    border-bottom: none;
  }
}
@keyframes shake {
  10%,
  90% {
    transform: rotate(-1deg);
  }
  20%,
  80% {
    transform: rotate(1deg);
  }
  30%,
  50%,
  70% {
    transform: rotate(-1deg);
  }
  40%,
  60% {
    transform: rotate(1deg);
  }
}
.new-styles #land-8 #content .inner .right-side #form-top {
  border-radius: 3px;
}
.new-styles #land-8 #content .inner .right-side #form {
  border-radius: 3px;
}
.new-styles #land-8 #content .inner .left-side .inner-2 {
  border-radius: 3px;
}
.new-styles #land-8 #content .inner .right-side #bottom-icons {
  border-radius: 0 0 3px 3px;
}
.new-styles .agreement-area {
  margin-bottom: 4px;
}
.new-styles .form-group {
  margin-bottom: 13px;
}
.new-styles #notification {
  display: block !important;
}
.new-styles #land-8 {
  height: 100%;
}
@media (max-width: 800px) {
  .new-styles #land-8 #content .inner {
    width: 100%;
  }
  .new-styles #land-8 #content .inner .left-side {
    margin: 0 auto 10px;
  }
  .new-styles #land-8 #content .inner .right-side {
    margin: 0 auto 10px;
  }
  .new-styles #land-8 #content .inner .right-side #form .step .gender-btns {
    margin-top: 22px;
  }
}
