
/* BEGIN POPUP*/

.popup {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 10px;
  left: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.popup_registration {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.popup_registration::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.popup__body {
  padding: 30px 10px;
}

.popup__content {
  margin: auto;
  padding: 40px 20px;
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 365px;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.popup__content_registration {
  position: relative;
}

.popup__content_thanks {
  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;
  padding: 20px;
}

.popup__content_thanks .icon {
  width: 140px;
  height: 140px;
  fill: #f39c12;
  margin: 0 0 20px 0;
}

.popup__content_thanks .popup__text {
  font-size: 18px;
  margin: 0 0 35px 0;
}

.popup__title {
  padding: 0 0 20px 0;
}

.popup__label {
  margin: 0 0 6px 0;
}

.popup__row {
  gap: 20px;
  margin: 25px 0;
}

.popup__btn {
  width: 100%;
  margin: 15px 0 10px 0;
}

.popup__text {
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
}

.popup__link {
  color: #5c97bf;
  text-decoration: underline;
}

.popup__link_verifi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.form-verifi__text {
  font-size: 18px;
  padding: 0 0 20px 0;
}

.form-verifi__text b {
  font-weight: 700;
}

.form-verifi__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 20px 0;
}

.form-verifi__input {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: 1px solid #dee6e9;
  height: 42px;
  font-size: 18px;
}

.timer {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 20px 0;
}

.select__popup .select2-results__option {
  text-align: center;
  margin: 0 2px;
  font-weight: 700;
}

.select__popup .select2-results__option--selected {
  background-color: #dee6e9;
}

.select__popup .select2-results__option--selectable {
  border-radius: 0 !important;
}

.select__popup .select2-dropdown {
  z-index: 1000;
}

.form-help {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 370px;
  top: 25px;
  width: 125px;
  background: #ffffff;
  padding: 10px 15px;
  z-index: 20;
}

.form-help::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 10px;
  border: 7px solid transparent;
  border-right: 12px solid #ffffff;
}

.form-help.active {
  opacity: 1;
  visibility: visible;
  width: 225px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation: swing 2s ease;
  animation: swing 2s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.role-checkbox {
  cursor: pointer;
  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;
}

.role-checkbox__custom {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.role-checkbox__custom:checked + .role-checkbox__fake {
  opacity: 1;
}

.role-checkbox__custom:checked + .role-checkbox__fake + .role-checkbox__btn {
  background: #33709a;
  color: #ffffff;
}

.role-checkbox__fake {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.role-checkbox__img {
  max-width: 152px;
  margin: 0 0 25px 0;
}

.role-checkbox__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 42px;
  background: #dee6e9;
  color: #252525;
  font-weight: 700;
  border-radius: 21px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.__role_problem{
  margin-bottom: 20px;
}
/* END POPUP*/
