/* CSS Document */

/*modal*/

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 1rem;
  padding-right: 40px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal button {
  background: none;
  border: none;
}

.modal button:focus {
  border: none;
  outline: none;
}

.auth {
  background-color: #f6f6f6;
}
.rtj-clear
{
	display:none;
}

.auth .auth__form {
  background: #fff;
  border: 1px solid #bdc1cd;
  border-radius: 3px;
  padding: 40px 66px 30px;
  width: 650px;
  margin: 0 auto 20px;
}

.auth .centered-logo {
  text-align: center;
  padding: 30px 0;
}

.auth .centered-logo a {
  margin: 0 auto;
}

.auth .form__title {
  text-align: center;
  color: #313646;
  font-size: 21px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 40px;
  margin-top: 0;
}

.auth .form__text input {
  width: 100%;
  height: 37px;
  padding: 0 10px;
  line-height: 1;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #c5cada;
  border-radius: 3px;
}

.form__item.form__item_submit{
  width: 100%;
  padding: 0 15px;
}
.auth .reg-btn,
.auth .forgotten-pass-btn {
  padding: 0 50px;
  color: #d62831;
}

.auth .btn {
  position: relative;
}

.auth .form__item {
  margin-bottom: 20px;
}

.auth .form__item span {
  line-height: 1;
}

.auth .form__item .note {
  color: #d62831;
}

.auth .form__login {
  width: 100%;
}

.auth .form__login:before {
  background-image: url(./images/enter.svg);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 48px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.1);
}

.auth .form__item.center {
  width: 100%;
  text-align: center;
}

.auth .popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  width: 20px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 auto;
  outline: none;
  cursor: pointer;
}

.auth .popup__title {
  font-weight: bold;
  font-size: 27px;
  line-height: 27px;
  margin-bottom: 16px;
  color: #333;
}

.auth .auth__description {
  color: #697187;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 20px;
}

.auth .auth__confirm-form {
  margin: 0 auto;
}

.auth .popup__content {
  padding: 38px 37px 38px;
}

.auth .popup__close:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 8px;
  width: 7px;
  height: 7px;
  border-left: 2px solid #000810;
  border-bottom: 2px solid #000810;
}

.auth .popup__close:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #000810;
  border-top: 2px solid #000810;
}

.auth .btn.restore {
  background: #d62831 !important;
  width: 100%;
}

.auth .col {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.auth .re-captcha {
  margin-bottom: 20px;
}

.auth .registration {
  width: 100%;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .auth .auth__form {
    width: 100%;
    padding: 20px 20px 20px;
  }

  .auth .centered-logo img {
    width: 70%;
  }

  .auth .reg-btn,
  .auth .forgotten-pass-btn {
    padding: 0 5px;
  }

  .auth .popup__content {
    padding: 37px 15px 15px;
  }
}