@font-face {
  font-family: 'icomoon';
  src: url('/assets/css/fonts/icomoon.eot?syif41');
  src: url('/assets/css/fonts/icomoon.eot?syif41#iefix') format('embedded-opentype'), url('/assets/css/fonts/icomoon.ttf?syif41') format('truetype'), url('/assets/css/fonts/icomoon.woff?syif41') format('woff'), url('/assets/css/fonts/icomoon.svg?syif41#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa-shemale {
  font: normal normal normal 14px/1 'icomoon';
  font-family: 'icomoon' !important;
}
.fa-shemale:before {
  content: "\e900";
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.d-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.d-flex-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-grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
html body {
  padding-right: 0 !important;
}
#landing {
  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;
  min-width: 320px;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
#landing .container {
  padding-right: 5px;
  padding-left: 5px;
}
#landing .container .row {
  margin-right: -5px;
  margin-left: -5px;
}
#landing .container .row [class^='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}
#landing #header {
  position: relative;
  padding: 15px 0;
}
#landing #header #logo {
  cursor: pointer;
}
#landing #header #logo img {
  height: 50px;
}
#landing #header .actions {
  text-align: right;
  margin-top: 15px;
}
#landing #header .actions button {
  display: inline-block;
  border: 0;
  background: #2aa52a;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 3px 10px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.4s;
}
#landing #header .actions button i {
  margin-right: 3px;
}
#landing #header .actions button:hover {
  opacity: 0.8;
}
#landing #header .actions .loggin {
  background: #000;
  color: #fff;
}
#landing #content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
#landing #content #profiles .mb5 {
  margin-bottom: 10px;
}
#landing #content #profiles .item {
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0 2px 12px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#landing #content #profiles .item .img {
  width: 100%;
}
#landing #content #profiles .item .img img {
  transition: all 1s;
  width: 100%;
}
#landing #content #profiles .item .img:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -100px 60px 10px rgba(0, 0, 0, 0.5);
}
#landing #content #profiles .item .img_2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  transition: all 0.6s;
}
#landing #content #profiles .item .img_2 img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-filter: blur(7px);
  filter: blur(7px);
}
#landing #content #profiles .item .img_2_text {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
  width: 100%;
  left: 0;
  right: 0;
  /* bottom: 0; */
  text-align: center;
  color: #fff;
  line-height: 1;
  z-index: 9999;
  transition: all 0.6s;
  font-size: 10px;
}
#landing #content #profiles .item .img_2_text i {
  font-size: 30px;
}
#landing #content #profiles .item .img_count {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 12px;
  color: #fff;
}
#landing #content #profiles .item .info {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 15px;
}
#landing #content #profiles .item .info .name {
  color: #fe6be3;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 3px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#landing #content #profiles .item .info .age {
  color: #fff;
  line-height: 1;
  margin-bottom: 3px;
  font-style: italic;
  font-size: 12px;
}
#landing #content #profiles .item .info .age i {
  width: 18px;
}
#landing #content #profiles .item .info .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -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;
  color: #fff;
}
#landing #content #profiles .item .info .icons .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
}
#landing #content #profiles .item .info .icons .icon i {
  width: 18px;
  font-size: 14px;
}
#landing #content #profiles .item:hover .img img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}
#landing #content #profiles .item:hover .img_2 {
  opacity: 1;
}
#landing #content #profiles .item:hover .info {
  opacity: 0.5;
}
#landing #content #profiles .prof-container {
  width: 36%;
}
#landing #content #profiles .form-container {
  width: 28%;
}
#landing #content #profiles .item-prof {
  height: 200px;
}
#landing #content #profiles #register {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
#landing #content #profiles #register.shakeIt {
  animation-name: shake;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
#landing #content #profiles span.help-inline {
  color: red;
  position: absolute;
  font-size: 10px;
  left: 0;
  right: 0;
  bottom: -13px;
}
#landing #content #badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  max-width: 100%;
  overflow: hidden;
}
#landing #content #badges .item {
  width: 160px;
  border-right: 1px solid #ddd;
}
#landing #content #badges .item:last-child {
  border: 0;
}
#landing #content #badges .item .icon {
  font-size: 30px;
  color: #fe6be3;
}
#landing #content #badges .item .text {
  color: #aaa;
  line-height: 1;
}
#form {
  background: #f0f0f0;
  position: relative;
  border-radius: 7px;
  box-shadow: 0 2px 12px 3px rgba(50, 50, 50, 0.4);
  padding: 20px 20px 10px;
  text-align: center;
  font-size: 12px;
  background: none;
  height: 410px;
  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;
  -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;
}
#form #form-header {
  width: 100%;
}
#form #form-header .text-1 {
  font-size: 18px;
  margin: 0 -5px 15px;
  font-weight: bold;
  line-height: 1;
}
#form #form-header .text-1 span {
  color: #fff;
}
#form #form-header #counter {
  background: #e856ce;
  color: #fff;
  border-radius: 3px;
  padding: 3px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 10px;
}
#form #form-header .text-2 {
  font-style: italic;
}
#form #form-steps {
  -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-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-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;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
#form #form-steps form {
  width: 100%;
}
#form #form-steps .step {
  background: #fafafa;
  padding: 10px 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
#form #form-steps .step .text-1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
#form #form-steps .step .text-2 {
  font-style: italic;
  line-height: 1;
  margin-bottom: 20px;
  color: #999;
}
#form #form-steps .step .answ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -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;
  margin-bottom: -20px;
}
#form #form-steps .step .answ .answ-item {
  background: #fff;
  margin: 0 10px;
  padding: 3px 10px;
  border-radius: 3px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.4s;
  width: 60px;
}
#form #form-steps .step .answ .answ-item i {
  margin-right: 3px;
}
#form #form-steps .step .answ .answ-item .fa-transgender {
  margin-right: 0;
}
#form #form-steps .step .answ .answ-item.digi {
  width: 35px;
}
#form #form-steps .step .answ .answ-item.width-auto {
  width: auto;
}
#form #form-steps .step .answ .answ-item.active i {
  color: #fe6be3;
}
#form #form-steps .step .answ .answ-item.gen {
  width: 80px;
  padding-left: 0;
  padding-right: 0;
}
#form #form-steps .step .answ .answ-item:hover {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
}
#form #form-steps .step .form-group {
  position: relative;
}
#form #form-steps .step .form-group input {
  padding: 0 10px;
  border-radius: 3px;
  line-height: 24px;
  height: 24px;
}
#form #form-steps .step .reg_btn {
  background: #fff;
  display: inline-block;
  border: 0;
  padding: 3px 10px;
  border-radius: 3px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  transition: all 0.4s;
}
#form #form-steps .step .reg_btn:hover {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
}
#form #form-steps .step .agree-btn {
  background: #fe6be3;
  color: #fff;
  display: inline-block;
  border: 0;
  padding: 3px 10px;
  border-radius: 3px;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  transition: all 0.4s;
}
#form #form-steps .step .agree-btn:hover {
  background: #555;
  color: #fff;
}
#form #form-footer {
  font-size: 10px;
  color: #777;
  width: 100%;
}
#form #form-footer p {
  margin: 0;
}
#form #form-footer a {
  color: #333;
  font-weight: bold;
}
#new-profiles {
  margin: 25px 0 35px;
  position: relative;
}
#new-profiles .bg {
  width: 100%;
  position: absolute;
}
#new-profiles .bg .inner-2 {
  position: relative;
  width: 100%;
}
#new-profiles .bg .inner-2 .el {
  position: absolute;
  width: 8000px;
  height: 800px;
  top: 32px;
  left: 50%;
  margin-left: -4000px;
  background: #f3f3f3;
  opacity: 0.5;
  transform: rotate(4deg);
}
#new-profiles .container {
  position: relative;
}
#new-profiles .wrapper {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  transform: rotate(4deg);
}
#new-profiles .inner {
  height: 60px;
  overflow: hidden;
}
#new-profiles .inner .item-inner {
  width: 70px;
  cursor: pointer;
  float: left;
}
#new-profiles .inner .item-inner.empty .img {
  background: #f7f7f7;
}
#new-profiles .inner .img {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ddd;
}
#new-profiles .inner .img .img-brd {
  border: 2px solid #fff;
  overflow: hidden;
  border-radius: 50%;
}
#new-profiles .inner .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.5s;
}
#new-profiles .inner .img:hover img {
  transform: scale(1.1);
}
#new-profiles .heading {
  position: absolute;
  right: -85px;
  top: -40px;
  font-family: 'Covered By Your Grace', cursive;
  font-size: 22px;
  transform: rotate(28deg);
  text-align: center;
  line-height: 1;
}
#new-profiles .heading .arrow {
  position: absolute;
  transform: rotate(-43deg) scaleX(-1);
  bottom: -24px;
  right: 35px;
  width: 25px;
  height: 16px;
  background-color: #fe6be3;
  -webkit-mask: url(../img/arrow.svg) no-repeat center;
  mask: url(../img/arrow.svg) no-repeat center;
}
#new-profiles .heading .arrow-2 {
  position: absolute;
  transform: rotate(-43deg) scaleX(-1);
  bottom: -24px;
  right: 35px;
  width: 25px;
  height: 16px;
}
#new-profiles .heading .arrow-2 path {
  fill: #fe6be3;
}
#badges-2 {
  font-size: 12px;
  text-align: center;
  position: relative;
}
#badges-2 .item {
  display: inline-block;
  line-height: 14px;
  padding: 4px 15px;
  margin: 0 5px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
  color: #999;
}
#footer {
  color: #999;
  padding: 15px 0;
  margin-top: 80px;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
#footer .bg .inner-2 .el {
  position: absolute;
  width: 8000px;
  height: 300px;
  bottom: -210px;
  left: 50%;
  margin-left: -4000px;
  background: #f1f1f1;
  transform: rotate(-3deg);
  padding-top: 10px;
}
#footer .bg .inner-2 .el .line {
  border-top: 2px dashed #ccc;
  opacity: 0.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer a {
  color: #999;
  margin: 0 14px;
  font-weight: bold;
  transition: all 0.4s;
  position: relative;
}
#footer a:hover {
  text-decoration: none;
  color: #333;
}
#footer .copyright {
  margin: 0 42px 0 14px;
  position: relative;
}
#form #form-header .text-1 span {
  color: white;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  animation-name: example;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.regProc {
  display: none;
  position: absolute;
  font-size: 10px;
  color: green;
  top: 25px;
  left: 50%;
  margin-left: -72px;
  text-align: left;
}
@media (max-width: 1199px) {
  #landing #content #profiles .item .img_2 {
    width: 100%;
  }
  #landing #content #profiles .item .img img {
    width: auto;
    height: 100%;
  }
  #landing #content #profiles .item-prof {
    height: 188px;
  }
  #landing #content #profiles .prof-container {
    width: 34%;
  }
  #landing #content #profiles .form-container {
    width: 32%;
  }
  #new-profiles .wrapper {
    max-width: 710px;
  }
  #form {
    height: 385px;
  }
}
@media (max-width: 991px) {
  #landing #content #profiles .prof-container {
    width: 28%;
  }
  #landing #content #profiles .prof-container .row:nth-child(1) {
    margin-bottom: 0;
  }
  #landing #content #profiles .prof-container .row:nth-child(1) .item-prof {
    margin-bottom: 10px;
  }
  #landing #content #profiles .prof-container .row:nth-child(2) {
    display: none;
  }
  #landing #content #profiles .form-container {
    width: 44%;
  }
  #new-profiles .wrapper {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  #logo {
    text-align: center;
  }
  #landing #content #profiles .container {
    max-width: 500px;
  }
  #landing #content #profiles .prof-container {
    width: 34%;
  }
  #landing #content #profiles .form-container {
    width: 66%;
  }
  #landing #content #profiles .prof-container:nth-child(3) {
    display: none;
  }
  #new-profiles .container {
    max-width: 500px;
  }
  #new-profiles .heading {
    display: none;
  }
  #form {
    height: 333px;
    padding: 15px;
  }
  #form #form-header .text-1 {
    font-size: 16px;
    margin: 0 0 5px;
  }
  #form #form-header #counter {
    margin: 0 0 5px;
  }
  #form #form-steps {
    margin-bottom: 20px;
  }
  #landing #content #profiles .item-prof {
    height: 162px;
  }
  #landing #content #profiles .item .info {
    padding: 5px 10px;
  }
  #landing #content #profiles .item .info .name {
    font-size: 12px;
    margin-bottom: 3px;
  }
  #landing #content #profiles .item .info .age {
    font-size: 10px;
    margin: 0;
  }
  #landing #content #profiles .item .info .icons .icon {
    font-size: 10px;
  }
  #landing #content #badges .item {
    padding: 0;
    width: 100px;
  }
  #landing #content #badges .item .icon {
    font-size: 20px;
  }
  #landing #content #badges .item .text {
    font-size: 10px;
  }
  #new-profiles {
    margin: 20px 0;
  }
  #badges-2 .item {
    padding: 3px 0;
    margin: 0;
    width: 80px;
    font-size: 11px;
    line-height: 1;
  }
  #footer {
    text-align: center;
    padding: 7px 0;
    margin-top: 50px;
  }
  #footer .bg .inner-2 .el {
    bottom: -240px;
  }
  #footer .copyright {
    display: none;
  }
}
@media (max-width: 550px) {
  #landing #content #profiles .container {
    max-width: 350px;
  }
  #landing #content #profiles .prof-container:nth-child(1) {
    display: none;
  }
  #landing #content #profiles .prof-container:nth-child(3) {
    display: block;
  }
  #landing #content #profiles .item-prof {
    height: 160px;
  }
  #new-profiles .container {
    max-width: 300px;
  }
  #landing #content #profiles .prof-container {
    width: 100%;
  }
  #landing #content #profiles .form-container {
    width: 100%;
    margin-bottom: 10px;
  }
  #form {
    height: auto;
  }
  #landing #content #profiles .prof-container:nth-child(3) .col-md-6 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 400px) {
  #landing #content #profiles .container {
    max-width: 300px;
  }
  #landing #content #profiles .item-prof {
    height: 140px;
  }
}
@keyframes example {
  0% {
    color: white;
  }
  50% {
    color: black;
  }
}
@keyframes shake {
  10%,
  90% {
    transform: rotate(-1deg);
  }
  20%,
  80% {
    transform: rotate(1deg);
  }
  30%,
  50%,
  70% {
    transform: rotate(-1deg);
  }
  40%,
  60% {
    transform: rotate(1deg);
  }
}
.test {
  position: relative;
  z-index: -1;
  margin-top: 20px;
}
.test .test-inner {
  position: absolute;
  transform: rotate(-3deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 10000px;
  height: 10000px;
  bottom: 0;
  margin-left: -5000px;
  background: #fe6be3;
  color: #ffffff;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
}
.test .test-inner .dotted-line {
  opacity: 0.4;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.6);
  position: absolute;
  height: 2px;
  bottom: 10px;
  width: 100%;
}
.new-styles #landing #content #profiles .item .img_2_text {
  padding: 0 2px;
}
.new-styles .agreement-area {
  height: 31px;
  margin-bottom: 8px;
}
.new-styles .regProc {
  top: 22px;
}
.new-styles .answ {
  position: relative;
}
@media (max-width: 767px) {
  .new-styles #footer .new-footer .copyright {
    display: block;
    margin: 0;
  }
}
