.remodal {
  max-width: 450px;
  padding: 0;
}
.remodal.modal__step__two {
  max-width: 770px;
}
.remodal .remodal-close {
  left: inherit;
  right: 0;
}
.remodal .register__panel {
  position: relative;
  max-width: 100%;
}
.remodal .register__panel .register__panel__header {
  max-width: 570px;
  margin: 0 auto 25px auto;
}
.remodal .register__panel .register__panel__header small {
  font-size: 14px;
  color: #9ca0a4;
}
@media screen and (max-width: 500px) {
  .remodal .register__panel .register__panel__header small {
    font-size: 12px;
  }
}
.remodal .register__panel form {
  max-width: 570px;
  margin: 0 auto;
}
.remodal .register__panel form .inputs__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 500px) {
  .remodal .register__panel form .inputs__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.remodal .register__panel form .inputs__row .input_el {
  max-width: 48%;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .remodal .register__panel form .inputs__row .input_el {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.remodal .input__el button.order__tbn.order__tbn_orange {
  padding: 15px 60px 13px 27px!important;
}
@media screen and (max-width: 500px) {
  .remodal .input__el button.order__tbn.order__tbn_orange {
    font-size: 10px;
  }
}
.decor_panel {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #d79a61;
  top: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  -ms-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.decor_panel img {
  display: block;
  max-width: 25px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.register__panel {
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 450px;
  text-align: center;
  padding: 50px 35px 35px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.register__panel .register__panel__header {
  margin-bottom: 25px;
}
.register__panel .register__panel__header span {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 0.5;
  font-size: 14px;
}
.register__panel .register__panel__header h4 {
  font-weight: 900;
  font-size: 26px;
  color: #1b2d41;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.register__panel .register__panel__header small {
  font-size: 10px;
  line-height: 2;
  display: block;
}
.register__panel .register__panel__header small b {
  text-transform: uppercase;
  font-weight: 900;
  opacity: 0.5;
}
.register__panel .input__el__politic {
  margin-top: 25px;
  font-size: 12px;
  opacity: 0.5;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.register__panel .input__el__politic:hover {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
}
.register__panel .input__el__politic a {
  color: #1b2d41;
  font-weight: 500;
  border-bottom: 1px dotted #1b2d41;
}
.register__panel .input__el__politic a:hover {
  border-color: transparent;
}
.register__panel button.order__tbn {
  margin-top: 15px;
  font-size: 12px;
  padding: 9px 60px 9px 27px!important;
  min-height: inherit!important;
  line-height: 2!important;
}
.register__panel button.order__tbn small {
  display: block;
  opacity: 0.5;
  font-size: 10px;
  line-height: 1;
  font-weight: 300;
}
.input_el {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.input_el input,
.input_el textarea {
  width: 100%;
  min-height: 45px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #babec4;
  outline: none;
  -webkit-box-shadow: inset 0px 2px 7px 0px rgba(25, 41, 59, 0.1);
  box-shadow: inset 0px 2px 7px 0px rgba(25, 41, 59, 0.1);
  font-family: inherit;
  font-size: 15px;
  color: #252525;
  padding: 0 18px;
}
.input_el textarea {
  min-height: 90px;
  padding-top: 20px;
  resize: none;
}
.input_el small {
  display: inline-block;
  padding: 0 18px;
  font-size: 15px;
  color: #19293b;
  opacity: 0.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 1170px) {
  .register__panel {
    max-width: 320px;
  }
}
@media screen and (max-width: 960px) {
  .register__panel {
    position: relative;
    margin-top: 65px;
    margin-bottom: 45px;
    max-width: 100%;
  }
}

.home__section .content__home .text__home .home__stats {
  margin-top: 20px;
  /* display: -webkit-box; */
  display: block;
  /* display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home__section .content__home .text__home .home__stats .home__stats__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
  max-width: 100%;
  width: 100%;
}

.register__panel .register__panel__header h4 {
  line-height: 1.3;
}

.no-margin {
margin: 0px 0px 0px 0px;
margin-bottom: 0px !important;
}

.search-roles {
padding-left: 32px;
}

.search-roles-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
}

a[name="goToECHR"],
a[name="goToUDO"] {
cursor: pointer;
}
