* {
  margin: 0px;
  padding: 0px;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "Open Sans",Arial,"Helvetica CY","Nimbus Sans L",sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: var(--login-body-background);
  -ms-overflow-style: none;
}
/* search box */
.first_section {

  background: url(../../img/signup/img_bg.jpg) center center / cover no-repeat transparent;
  padding: 50px 0;
  position: relative;
  overflow: hidden;

}

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.right_sign_in {
  float: right;
  position: relative;

}

.login_popup {
  display: none;
  top: 100%;
  margin: 6px 10px 10px;
  box-shadow: 0 10px 50px var(--black-overlay-30);
  transition: opacity .25s,top 0s linear .25s,margin-top .25s;
  box-shadow: 0 10px 50px var(--black-overlay-30);
  transition: opacity .25s,top 0s linear .25s,margin-top .25s;
  position: absolute;
  right: 0;
  z-index: 3;
  padding: 0px;
  opacity: 1;
  border-radius: 10px;
  background: var(--white-background);
}

.box_sign_in {
  font-size: 14px;
  min-width: 320px;
  padding: 20px;
}
.box_inner {
  position: relative;
  top: 0;
  opacity: 1;
  transition: top 0s,opacity .25s,height .25s,max-height .25s;
  z-index: 1;
}
.email_field, .pass_field {
  margin-bottom: 10px;
}

.form-group label{
  color: var(--login-label-text-color);
  font-size: 14px;
  margin-bottom: 3px;
  display: block;
}

#username, #password {
  position: relative;
  padding: 10px;
  font-size: 14px;
  margin: 0 auto;
  border: 1px solid var(--reset-password-inputs-border);
  border-radius: 5px;
  width: calc(100% - 20px);
  display: block;
  outline: none;
  color: var(--black-text-color)!important;
}

.box_inner > form > .btn_red {
  margin: 15px auto;
  font-size: 16px;

}
.separator {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.separator::before, .separator::after {
  content: '';
  display: block;
  width: 14%;
  height: 1px;
  background-color: rgba(0,0,0,.1);
}
.separator .text {
  margin: 0 15px;
  color: var(--login-label-text-color);
}

.box_inner > .btn_google {
  margin: 0 auto;
  font-size: 16px;

}
.box_inner > .btn_google::before {

  height: 25px;
  width: 25px;

}

.box_inner > form > .register {
  margin-top: 20px;
  font-size: 14px;
  color: var(--login-label-text-color);
  text-align: center;
}

.btn_register {
  color: var(--white-text-color);
  background: var(--black-overlay-50);
  border: 0;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  box-shadow: rgba(0,0,0,.117647) 0 1px 6px, rgba(0,0,0,.117647) 0 1px 4px;
  cursor: pointer;
  outline: 0;
  box-sizing: border-box;
  margin-right: 10px;
}
.btn_register:hover {
  background-color: var(--black-overlay-80);
}

.container_search {

  max-width: 520px;
  width: 100%;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  clear: both;
  float: left;
  margin-top: 40px;
  margin-left: 20px;


}

.container_search::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--black-background);
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  border-radius: 10px;
  left: 0;
}

.logo_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
}
.logo_box img {
  max-width: 100px;
  width: 100%;
  display: block;
  margin: 0 auto;


}

.logo_box h1 {
  color: var(--main-theme-color);
  font-weight: bold;
  font-size: 34px;
  font-family: 'Courgette', cursive;
  text-align: center;
  margin: 0;
}

.headline {
  font-size: 32px;
  color: var(--white-text-color);
  margin: 20px auto 5px auto;
  padding: 0 65px;
  text-align: center;
  position: relative;
}

.text_slogan {
  font-size: 22px;
  padding: 0 65px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: var(--login-slogan-color);
  text-align: center;
  position: relative;
}


.form_search {

  max-width: 385px;
  width: 100%;
  padding: 0 65px 25px;
  margin: 0 auto;
  position: relative;

}

.sex_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.genders_box, .genders_search {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;;


}
.genders_search {
  justify-content: flex-end;
}

.genders_box label, .genders_search label {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.genders_box input, .genders_search input {
  display: none;
}

.user_mal, .active_m, .user_fem, .active_f {
  width: 36px;
  height: 36px;
  cursor: pointer;

}

.user_mal {
  background: url('../../img/signup/img_mal.png');
}

.active_m, .search_m {
 background: url('../../img/signup/img_mal_check.png');
}

.user_fem {
  background:url('../../img/signup/img_fem.png');

}

.active_f, .search_f {
  background:url('../../img/signup/img_fem_check.png');

}

.error_genders, .error_search {

  display: none;

}

.error_genders p, .error_search p{
  font-size: 12px;
  padding: 5px 0 0;
  box-sizing: border-box;
  color: red;



}
.error_genders p {
  text-align: left;
}
.error_search p {
  text-align: right;
}


.clear_ {
  clear: both;
}

.wrapper_age {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.wrap_age_from, .wrap_ade_to {
  min-width: 90px;
  display: inline-block;
}
#question_age_from, #question_age_to {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid var(--reset-password-inputs-border);
  margin: 11px 0;
  border-radius: 5px;
  background: var(--white-background);
  margin: 0;

}
#question_age_from::before, #question_age_to::before {
  border-left: 1px var(--reset-password-inputs-border) solid;
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  width: 30px;
  height: 100%;
}
#question_age_from::after, #question_age_to::after {
  background: url(../../img/signup/img_select.gif) center center no-repeat;
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  width: 30px;
  height: 100%;
}

.dropdown {
  height: 52px;
  font-size: 18px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10px;
  border: 0;
  background: 0;
  margin: 0;
  text-indent: .01px;
  text-overflow: "";
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;

}

.wrapper_age p, .between_select {
  font-size: 18px;

  line-height: 1.4;
  color: var(--login-terms-text-color);
}

.wrapper_button,  .wrapper_google{
  text-align: center;
  display: block;
  margin: 0 auto 15px;
  margin-top: 5px;
}
.wrapper_google {
  margin-top: 15px;
}

.btn.btn-primary, .btn_red, #btn_submit, #btn_submit_ {
  position: relative;
  display: block;
  margin: 10px auto 5px auto;
  padding: 15px 40px;
  font-size: 18px;
  border: 0;
  width: 100%;
  background: var(--login-button-background);
  color: var(--white-text-color);
  border-radius: 5px;
  overflow: visible;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: top;
  -webkit-tap-highlight-color: transparent;
  box-shadow: rgba(0,0,0,.117647) 0 1px 6px, rgba(0,0,0,.117647) 0 1px 4px;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  transition: all .25s;
  box-sizing: border-box;
}
.btn_red:hover {
  background: var(--login-button-hover);
}

.selected_box {
  -webkit-box-shadow: 0px 0px 5px var(--login-box-shadow);
  -moz-box-shadow: 0px 0px 5px var(--login-box-shadow);
  box-shadow: 0px 0px 5px var(--login-box-shadow);

  opacity: 1;
}

.selected_box::before {

  opacity: .9;

}

#gSignInWrapper, #gSignInWrapper_2, #gSignInWrapper_3 {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  border: 0;
  border-radius: 5px;
  background: var(--white-background);
  overflow: visible;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: top;
  -webkit-tap-highlight-color: transparent;
  box-shadow: rgba(0,0,0,.117647) 0 1px 6px, rgba(0,0,0,.117647) 0 1px 4px;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  transition: all .25s;
  box-sizing: border-box;
}
#customBtn, #customBtn_2, #customBtn_3{
  text-align: center;
  padding: 15px 40px;
}
#gSignInWrapper span, #gSignInWrapper_2 span, #gSignInWrapper_3 span {
  padding-left: 0px;
  font-weight: normal;
  color: var(--black-text-color);
  white-space: break-spaces;
  text-align: center;
  position: relative;
  left: 20px;

}
#gSignInWrapper::before, #gSignInWrapper_2::before, #gSignInWrapper_3::before {
  position: absolute;
  content: '';
  background-image: url(../../img/signup/img_google.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  top: 50%;
  transform: translateY(-50%);
  left: 7%;
}
#gSignInWrapper:hover, #gSignInWrapper_2:hover, #gSignInWrapper_3:hover {
  background-color: var(--google-button-hover-background);
}
.box_terms {
  display: block;
  margin: 10px auto;
  width: 95%;
  text-align: center;
  color: var(--login-terms-text-color);
}

.box_terms p {
  font-size: 13px;

  padding: 5px 0;
}
.box_terms p a {
  font-weight: 600;
  color: var(--login-terms-text-color);
}

.box_terms span {
  font-size: 12px;


}
/* end search box */

/* second_section */


.second_section {
  /*margin: 48px auto 40px;*/
  background: var(--white-background);
  padding: 48px 0 40px;
}
.container_wrapper {
  padding: 0 20px;
  box-sizing: content-box;
  margin: 0 auto;
}

.wrapper_people {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  /*height: 340px;*/
  position: relative;
  overflow-x: hidden;
}
.people_box {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}

.people_box > li {
  display: inline-block;
  max-width: 190px;
  width: 100%;
  padding: 0 24px 0 0;
  font-size: 16px;
  text-align: center;
}

.people_box > li img {
  max-width: 190px;
  width: 100%;
}

.user_info {
  margin: 16px auto 8px;
  color: var(--login-label-text-color);
  font-size: 24px;
  overflow: hidden;

}

.user_location {
  margin: 8px auto 16px;
  color: var(--login-user-location-text);
  font-size: 16px;
}
.user_btn {
  border-radius: 10px;
  text-decoration: none;
  min-width: 3.5em;
  padding: .625em 1.375em;
  font-size: 16px;
  font-weight: 400;
  background: var(--white-background);
  border: 1px solid var(--reset-password-inputs-border);
  border-bottom: 1px solid var(--reset-password-inputs-border)!important;
  border-radius: 5px;
  box-shadow: none;
  color: var(--login-user-location-text);
}

.user_btn:hover{
  color: var(--login-button-background);
}


/* third_section */

.third_section {

  position: relative;
  text-align: center;
  width: 100%;
  min-height: 4rem;
  background-color: hsla(0,0%,100%,.8);
  padding: 15px 0;
  overflow: hidden;
}
.third_section_wrapper {
  max-width: 1200px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.medium_box {
  padding: 15px;
  width: calc(100% / 4 - 30px);
  float: left;
}
.medium_box img {
  max-width: 132px;
  width: 100%;
}
.medium_box h2 {
  font-size: 18px;
  color: var(--login-user-location-text);
}


/* end third_section */


/* fourth section */
.fourth_section {
  padding: 65px 0 60px;
  background: var(--login-fourth-section-background);
}

.wrapper_comment, .wrapper_comments_txt {

  max-width: 1200px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.commentators_list{
  padding: 0 10px 0 0;
  text-align: center;

}
.commentator {
  display: inline-block;
  padding: 0;
  margin: 0 24px 0 0;
  width: 65px;
  height: 65px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
}

.commentator img {
  display: block;
  max-width: 120px;
  width: 100%;
}
.active {
  border-color: var(--random-images-border-color);
}

.comments-container .comment .name {
  margin-bottom: 5px;
  color: var(--login-active-class-color-text);
  font-size: 36px;
}


.txt_list {
  margin: 0 auto;
  height: auto;
  padding: 0;
  max-width: 760px;
  width: 100%;
  font-size: 0;
}

.comments_txt {

  display: block;
  height: auto;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  white-space: normal;
  padding: 0 5px;



}

.comments_txt > .comm_name {
  margin-bottom: 5px;
  color: var(--login-active-class-color-text);
  font-size: 36px;
}

.txt_description {
  font-style: italic;
  color: var(--login-label-text-color);
  font-size: 18px;
  line-height: 20px;
  padding: 0 10px;
}
.hide {
  display: none;
}
/* end fourth section */

/* fifth section */
.fifth_section {
  background: url('../../img/signup/img_bg02.jpg') center no-repeat;
  background-size: cover;
  min-height: 540px;
  width: 100%;
  display: table;
  margin-bottom: 61px;
}

.fifth_section_wrapper {
  position: relative;
  margin: 0 auto;

  max-width: 1200px;
  text-align: center;

  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.link_red_btn {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  display: block;
  text-decoration: none;
}
.fifth_section_wrapper h2 {
  font-size: 35px;
  line-height: 38px;
  padding: 0 10px 10px 10px;
  color: var(--white-text-color);
}
.fifth_section_wrapper p {
  font-size: 18px;
  padding: 10px;
  color: var(--white-text-color);
}
/* end fifth section */
.footer {
  background: var(--black-background);
  color: var(--login-terms-text-color);
  font-size: 14px;
  text-align: center;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.max-expand-wrapper {
  display: block;
  width: 100%;
  max-width: 1024px;
  text-align: center;
  margin: 0 auto;
}

.copyright, .links {
  padding: 20px 0px;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  width: 57%;
}

.copyright {
  text-align: left;
  width: 40%;
}
.links span, .copyright span {
  padding: 0 8px;
  white-space: nowrap;
}

.max-expand-wrapper * {
  box-sizing: border-box;
}
.links {
  text-align: center;
}

.links span a {
  color: var(--login-terms-text-color);
  text-decoration: none;
  line-height: 1.5;
  white-space: nowrap;
}
.people_box > li img{
  width:190px;
  height:190px;
  border-radius: 50%;
  object-fit:cover;
}
/* footer */

/* end footer */
/* media second_section */
@media (max-width: 1024px) {
  .motivation-container {
    margin-bottom: 35px;
  }
}
@media (max-width: 424px) {
  .motivation-container {
    margin: 54px 0 45px;
  }
}
.container_wrapper {
  padding: 0 25px;
}
@media (min-width: 1721px) {
 .container_wrapper {
  max-width: 1700px;
}
}
@media (max-width: 1720px) and (min-width: 1501px) {
 .container_wrapper {
  max-width: 1482px;
}
}
@media (max-width: 1500px) and (min-width: 1281px) {
 .container_wrapper {
  max-width: 1272px;
}
}
.wrapper_people {
  position: relative;
  overflow-x: hidden !important;
  margin: auto;
  padding: 0;
  /*height: 340px;*/
  max-width: 1700px;
}
@media (max-width: 1765px) {
  .wrapper_people {
    max-width: 1482px;
  }
}
@media (max-width: 1550px) {
  .wrapper_people {
    max-width: 1272px;
  }
}
@media (max-width: 1335px) {
  .wrapper_people {
    max-width: 1050px;
  }
}
@media (max-width: 1180px) {
  .wrapper_people {
    max-width: 840px;
  }
}
@media (max-width: 905px) {
  .wrapper_people {
    max-width: 624px;
  }
}
@media (max-width: 850px) {
  .wrapper_people {
    /* height: 245px; */
    max-width: 555px;
  }
  .people_box > li img{
    width:120px;
    height:120px;
    border-radius: 50%;
    object-fit:cover;
  }
}
@media (max-width: 764) {
  .wrapper_people {
    max-width: 552px;
  }
}
@media (max-width: 620px) {
  .wrapper_people {
    max-width: 410px;
  }
}
@media (max-width: 476px) {
  .wrapper_people {
    max-width: 264px;
  }
}

@media (max-width: 850px) {
  .people_box > li a {
    /*height: 120px;*/
    display: block;
  }
}

@media (max-width: 1130px) and (min-width: 851px) {
  .people_box > li {
    padding: 0 24px 0 0;
  }
}
@media (max-width: 850px) {
  .people_box > li{
    width: 120px;
  }
}
.motivation-container img {
  display: block;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 850px) {
  .motivation-container img {
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 1800px) {
  .user_info {
    margin: 10px 0 0;
  }
}
@media (max-width: 850px) {
  .user_info {
    margin-top: 13px;
    margin-bottom: 4px;
    font-size: 16px;
  }
}
.user_location {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: var(--login-terms-text-color);
  font-size: 1em;
}
@media (max-width: 1800px) {
  .user_location {
    margin: 0 0 17px;
  }
}
@media (max-width: 850px) {
  .user_location {
    margin-bottom: 19px;
    font-size: 0.9em;
  }
}

/* end  second_section */


@media only screen and (max-width: 960px) {
  .form_search {
    padding: 0 25px 25px;
    max-width: 420px;

  }
  .container_search {
    max-width: 480px;


  }
  .first_section {
    background: url(../img/signup/img_bg_mob.jpg);
    padding: 25px 0;
    background-size: cover;
    background-repeat: no-repeat;

  }

  .commentators_list {
    padding: 0;

  }

  .wrapper_comment, .wrapper_comments_txt {

    width: 95%;

  }

}


@media only screen and (max-width: 768px) {
  .container_search {

    float: none;
    margin: 40px auto 0 auto;
  }
  .form_search {
    padding: 20px;
    max-width: 420px;
    width: 80%;

  }
  .container_search {
   width: 95%;

 }
 .headline {
  font-size:28px;
  padding: 0 20px;

}

.text_slogan {
  font-size: 22px;
  padding: 0 20px 20px;

}
.medium_box {

  width: calc(100% / 2 - 20px);
  padding: 10px;

}

.medium_box img {

  width: 73%;
}
.medium_box h2 {
  font-size: 13px;
  min-height: 36px;
}


.first_section {
  padding: 10px 0 10px;
}

.comments_txt > .comm_name {
  font-size: 26px;
}

.txt_description {
  font-size: 17px;
}

.commentators_list {
 padding:  0;
}

.comments_txt {
 width: 95%;
}

.fifth_section_wrapper h2 {
  font-size: 25px;
  line-height: 28px;

}
.fifth_section_wrapper p {
  font-size: 15px;
}

.footer {
  padding: 7px 0;
}
.copyright, .links {
  width: initial;
  padding: 10px 0px;
}

.fifth_section {
  margin-bottom: 55px;
}
}


@media only screen and (max-width: 479px) {
  .container_search {
    width: 98%;
  }
  .headline {
    font-size: 22px;
    padding: 0 10px;
  }

  .text_slogan {
    font-size: 18px;
    padding: 0 10px 10px;
  }

  .form_search {
    padding: 20px 10px;
    width: calc(100% - 20px);


  }

  .genders_box, .genders_search, .wrapper_age p, .between_select {

    font-size: 14px;
  }

  .genders_box label, .genders_search label {

    margin-left: 6px;

  }
  .wrap_age_from, .wrap_ade_to {
    min-width: 70px;

  }

  .dropdown {
    height: 40px;
    font-size: 16px;

  }

  .btn_red, .btn_google {
    font-size: 16px;
    padding: 15px 40px;
    width: 100%;
    margin: 0 auto;
  }


  .btn_google::before {
    height: 25px;
    width: 25px;
  }
  .comments_txt > .comm_name {
    font-size: 20px;
  }

  .txt_description {
    font-size: 15px;
    line-height: 18px;
  }

  .commentator {
    height: 50px;
    width: 50px;
    margin: 0 12px;
  }
  .commentator {
    height: 40px;
    width: 40px;
    margin: 0 6px;
  }
  .fourth_section {
    padding: 35px 0 60px;
  }

  .comments_txt {
    height: 180px;
  }
  .box_sign_in {
    padding: 20px 17px;
    box-sizing: border-box;
  }
  .login_popup {
    margin: 6px auto 10px auto;
    left: 0;
    width: 96%;
  }
  .right_sign_in {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .btn_register {
    display: block;
    margin: 0 auto;
  }
  .separator::before, .separator::after {

    display: none;

  }
  .separator .text {
   margin: 0 auto;
 }
}


/* Registrationpage */

#registration_page {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: var(--black-overlay-90);
  top: 0;
  left: 0;
  z-index: 3;
  font-weight: normal;
  display: none;

}
.application_container {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 850px;
  /* max-height: 625px; */
  width: calc(100vw - 40px);
  height: calc(100vh - 60px);
  transform: translate(-50%, -50%);
  padding: 30px 20px;
  background: url(../../img/signup/img_inner_background.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px var(--some-shadow-on-login);
  -moz-box-shadow: 0px 0px 3px var(--some-shadow-on-login);
  box-shadow: 0px 0px 3px var(--some-shadow-on-login);
}
.overlay_register {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.close_btn, .close_btn_Personal {
  opacity: 1;
  position: absolute;
  display: block;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  right: 8px;
  top: 8px;
  z-index: 2;
  width: 25px;
  height: 25px;
  background-color: var(--white-background);
  border-radius: 50%;
  transition: background-color .2s;
}

.close_btn .cross, .close_btn_Personal .cross {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-top: -4.5px;
  margin-left: -4.5px;
  width: 9px;
  height: 9px;
  background: url(../../img/signup/img_close.png) top center no-repeat;;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
}

.content_register {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

.title_reg {
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  color: var(--login-reg-title-color);
}


.form-group {
  text-align: left;
  margin-bottom: 0px;
}
.form-group label {
  color: var(--login-label-text-color);
  font-size: 16px;
  margin-bottom: 2px;
  display: block;
}
.form-group input {
  position: relative;
  padding: 10px;
  margin: 0 auto;
  border: 1px solid var(--reset-password-inputs-border);
  width: calc(100% - 22px);
  display: block;
  outline: none;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1;
}
#usernameMessage, #passwordMessage, #emailMessage,
#username_Message, #password_Message, #email_Message {
  font-size: 14px;
  line-height: 17px;
  color: red;
  padding-top: 5px;
  padding-left: 10px;
  display: none;
  margin: 5px 0 0px 0;
  padding: 0;

}

.form_group input[type=email].invalid, .form_group input[type=password].invalid, .react-form input[type=text].invalid {
  border-color: red;
  z-index: 3;
  outline: 0;
  box-shadow: none;
  transition: border-color .25s;
}


.btn_reg_red {
  position: relative;
  display: block;
  margin: 10px auto 5px auto;
  padding: 15px 40px;
  font-size: 18px;
  border: 0;
  width: 100%;
  background: var(--login-button-background);
  color: var(--white-text-color);
  border-radius: 5px;
  overflow: visible;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: top;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 1px 6px 0 var(--black-overlay-30);
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  transition: all .25s;
  box-sizing: border-box;
}
.btn_reg_red:hover {
  background: var(--login-button-hover);
}
.google_reg {
  margin-top: 10px;
}
.btn_google_reg:hover {
  background-color: var(--google-button-hover-background);
}
.btn_google_reg {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  padding: 15px 40px;
  border: 0;
  border-radius: 3px;
  background: var(--white-background);
  overflow: visible;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: top;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 1px 6px 0 var(--black-overlay-30);
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  transition: all .25s;
  box-sizing: border-box;
}

.btn_google_reg::before {
  position: absolute;
  content: '';
  background-image: url(../../img/signup/img_google.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  top: 50%;
  transform: translateY(-50%);
}

.btn_google_reg span {
  padding-left: 40px;
}
.subtitle_google_reg {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  margin: 20px auto;
  color: var(--login-reg-title-color);
}
.separator_box {
  align-items: center;
  width: 100%;
  margin: 15px 0;
  display: flex;
}
.separator_box .line {
  width: 19%;
  border-top: 1px solid rgba(0,0,0,.1);
}
.separator_box .text {
  margin: 0 10px;
  text-align: center;
  color: var(--login-label-text-color);
  font-size: 16px;
}


@media only screen and (max-width: 599px) {
  .title_reg {
    font-size: 27px;
    line-height: 33px;

    padding: 0 20px;
  }
}

@media only screen and (max-width: 479px) {
  .application_container {
    position: fixed;
    left: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    transform: translate(0, 0);
    padding: 20px;
    background: var(--white-background);
    border-radius: 0px;
    border: 1px solid var(--some-shadow-on-login);
    -webkit-box-shadow: 0px 0px 3px var(--some-shadow-on-login);
    -moz-box-shadow: 0px 0px 3px var(--some-shadow-on-login);
    box-shadow: 0px 0px 3px var(--some-shadow-on-login);
  }
  .title_reg {
    font-size: 20px;
    line-height: 26px;
    padding: 0 10px;
  }
  .application_container {
    width: calc(100vw - 20px);
    height: calc(100vh - 20px);
    padding: 10px;

  }
  .form_group label {
    font-size: 14px;

  }

  .form_group input {
    padding: 8px;
    font-size: 16px;
  }
  .btn_reg_red, .btn_google_reg {
    font-size: 15px;
    padding: 10px 20px;
    width: 95%;
    margin: 0 auto;
  }
  .subtitle_google_reg {
    font-size: 18px;
    margin: 15px auto;

  }
  .btn_google_reg::before {

    height: 20px;
    width: 20px;

  }
  .btn_google_reg span {
    padding-left: 25px;

  }
}

.redInput::placeholder{
  color: var(--login-box-shadow);
}

#msg_register, #msg_register_{
  color: var(--msg-register-container-color);
  text-align: center;
  display: block;
  margin: 0 0 15px 0;
  font-size: 15px;
}

.commentators_list {
  padding: 0 10px 0 0;
  text-align: center;
  position: relative;
  -moz-transition: height 0.5s ease;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.comment{
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 768px;
  width: 95%;
}
.randomFiveImage{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
  border: 2px solid transparent;
  margin: 5px;
  cursor: pointer;
}
.randomFiveImage:hover{
  /*border: 2px solid var(--random-images-border-color);*/
}
.randomFiveName{
  display: none;
  margin-bottom: 5px;
  color: var(--login-active-class-color-text);
  font-size: 36px;
}
.activeComment>.randomFiveName{
  display: block;
}
.randomFiveAbout{
  display: none;
  font-style: italic;
  color: var(--login-label-text-color);
  font-size: 18px;
  line-height: 20px;
  padding: 0 10px;
}
.activeComment>.randomFiveAbout{
  display: block;
}
.activeImage{
  /*border: 2px solid var(--random-images-border-color);*/
}
#loginErrorMessage{
  color: red;
  text-align: center;
}

@media screen and (max-width:768px){
  .randomFiveImage {
    height: 50px;
    width: 50px;
    margin: 0;
  }
}

#showLoginForm{
  text-align: center;
  margin: 20px 0 0 0;
}

#forgotPasswordForm .register-header{
  text-align: center;
  color: var(--black-text-color);
  font-size: 18px;
}

#msg_password{
  text-align: center;
  color: var(--black-text-color);
  font-size: 16px;
}
/* End registration page */

#reg_spinner_, #reg_spinner_1, #reg_spinner_0{
  border-radius: 10px;
}
.new_spinner{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: var(--black-overlay-75);
  display: none;
  z-index: 2;
}
.new_spinner_holder{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hm-spinner{
  height: 75px;
  width: 75px;
  border: 5px solid transparent;
  border-top-color: var(--white-border-color);
  border-bottom-color: var(--white-border-color);
  border-radius: 50%;
  position: relative;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.hm-spinner::before{
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 5px solid transparent;
  border-top-color: var(--white-border-color);
  border-bottom-color: var(--white-border-color);
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
-webkit-@keyframes spin {
  -webkit-from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  -webkit-to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* personalized registration */

#personalizedRegistration{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background: var(--black-overlay-90);
  z-index: 6;
}

#personalizedRegistration>.personalizedRegistrationContent{
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 500px;
  max-height: 768px;
  /*overflow: auto;*/
  width: calc(100vw - 40px);
  height: calc(100vh - 60px);
  transform: translate(-50%, -50%);
  padding: 30px 20px;
  background: url(../../img/signup/img_inner_background.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 3px var(--some-shadow-on-login);
  -moz-box-shadow: 0px 0px 3px var(--some-shadow-on-login);
  box-shadow: 0px 0px 3px var(--some-shadow-on-login);
}

#personalizedRegistration>.personalizedRegistrationContent img{
  display: block;
  margin: 20px auto;
  max-width: 150px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

#dontMissToMeet{
  text-align: center;
  color: var(--black-text-color);
}   

/* personalized registration */

@media screen and (min-width: 851px){
  .wrapper_people {
    height: 340px;
  }
}

@media screen and (max-width: 480px){
  .logo_box h1 {
    font-size: 28px;
  }
}