@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  min-height: 100%;
}
body {
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #667085;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}
input, 
input:before,
input:after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}
a {
  text-decoration: none;
  color: #4da3ff;
}
li {
  list-style: none;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1em;
}
.header-container,
.top-container,
.page-container {
  max-width: 1600px;
  margin: 0 auto;
}
.flex-layout {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
}
.top {
  background-color: #f5f6fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin-bottom: 50px;
}
.blok-language.separator {
  display: block;
  border-left: 1px solid #d0d5dd;
  margin-left: 25px;
}
@media (max-width: 768px) {
  .flex-layout {
    flex-direction: column;
  }
  .panel-right {
    display: none;
  }
  .blok-language.separator {
    border: none;
  }
}
.blok-language {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.img-language {
  padding: 1px;
}
.info-footer {
  font-size: 10px;
  margin-bottom: 2px;
  line-height: 11px;
  max-width: 600px;
} 

.language-selected {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
/* .language-selected {
  display: block;
  width: 40px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #d0d5dd;
} */
.language-selected::before {
  content: "";
  display: block;
  width: 40px;
  height: 28px;
  border-radius: 4px;
  background-image: url("/views/Site/assets/img/flags/RU.png");
  border: 1px solid #d0d5dd;
}
.img-language ul {
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  background-color: #fff;
  margin-top: 2px;
  width: 200px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 10;
  right: 0;
  display: none;
}
.img-language:hover ul {
  display: block;
}

.img-language ul li {
  list-style: none;
}
.img-language ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
}
.img-language ul li a:hover {
  background-color: #f2f2f2;
}
.img-language ul li a::before {
  content: "";
  display: block;
  width: 40px;
  height: 29px;
  border-radius: 4px;
  border: 1px solid #d0d5dd;
}
.ru:before {
  background-image: url("/views/Site/assets/img/flags/RU.png");
}
.am:before {
  background-image: url("/views/Site/assets/img/flags/AM.png");
}
.by:before {
  background-image: url("/views/Site/assets/img/flags/BY.png");
}
.kg:before {
  background-image: url("/views/Site/assets/img/flags/KG.png");
}
.kz:before {
  background-image: url("/views/Site/assets/img/flags/KZ.png");
}

.img-container {
  display: flex;
  align-items: center;
  max-width: 100%;
  height: calc(100vh - 100px);
  padding: 35px;
}
.img-container img {
  width: 100%;
  border-radius: 10px;
}

.login-container {
  display: flex;
  height: calc(100vh - 100px);
  justify-content: space-between;
  height: auto;
  padding: 15px 0;
}
.login-container h1 small {
  color: #536dfe;
}
.login-container a {
  color: #344054;
}

.register-form {
  display: flex;
  margin-bottom: 50px;
}
.register-form .blok-form {
  max-width: 100%;
  width: calc(100vh - 100px);
  padding: 0 15px;
}
@media (max-width: 768px) {
  .register-form {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.blok-form h2 {
  margin-bottom: 10px;
}
.blok-profile,
.blok-personal-signature,
.blok-confirmation {
  margin-bottom: 50px;
}
.profile-selection {
  display: flex;
  gap: 20px;
}
.profile-selection .activity {
  background-color: #f5f6fa;
  display: grid;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  border-radius: 8px;
  min-width: 50%;
}

.profile-selection .activity .activity-list li {
  display: block;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .profile-selection {
    flex-direction: column-reverse;
  }
  .profile-selection .activity {
    width: 100%;
  }
  .profile-selection .activity .info-activity {
    width: 100%;
  }
}
.profile-selection .activity .info-activity {
  width: 50%;
}

.blok-personal-signature p,
.blok-confirmation p {
  margin-bottom: 25px;
}

.login-form {
  display: flex;
  max-width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 100px);
}

.login-form h1 {
  margin-bottom: 25px;
}
.login-form h2 {
  margin-bottom: 25px;
}

.login-form p {
  margin-bottom: 30px;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
  /* width: 300px; */
}
.login-form .form-group.group-login {
  margin-bottom: 5px;
}
.login-form .checkbox-group {
  display: flex;
  gap: 15px;
}
.blok-form-step {
  max-width: 300px;
  display: none;
  width: 100%;
}

.form-group.w-100 {
  width: 100%;
}
.form-group.w-50 {
  width: 50%;
}
.form-groups {
  display: flex;
  gap: 5px;
}
.blok-form-step.active {
  display: block;
}
.form-group label {
  display: block;
  padding-bottom: 5px;
  font-weight: 500;
  color: #344054;
}
.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="password"] {
  border: 1px solid #d0d5dd;
  padding: 15px 20px;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
}
.form-group input[type="text"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="password"]:focus {
  outline: none;
}
.form-language {
  border: 1px solid #d0d5dd;
  padding: 8px 20px;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
}

#timer {
  font-weight: 500;
  color: #344054;
  font-size: 12px;
  margin-bottom: 20px;
}

.btn-white {
  color: #344054;
  background: #fff;
}

.btn {
  display: inline-block;
  padding: 15px 25px;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
.btn-primary {
  color: #fff;
  background: #4da3ff;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background: #4189d6;
}
.btn-green {
  color: #fff;
  background: #25d843;
}
.btn-green:hover,
.btn-green:focus {
  color: #fff;
  background: #25d843;
}
.btn-red {
  color: #fff;
  background: #ff1010;
}
.btn-red:hover,
.btn-red:focus {
  color: #fff;
  background: #ff1010;
}
.btn-md {
  padding: 10px 25px;
  font-size: 16px;
}
.btn-sm {
  padding: 5px 25px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .btn {
    padding: 12px 23px;
    font-size: 16px;
  }
  .btn-md {
    padding: 8px 23px;
    font-size: 14px;
  }
  .btn-sm {
    padding: 4px 23px;
    font-size: 12px;
  }
}
/* radio */
.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-radio + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-radio + label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #d0d5dd;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-radio:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}
.custom-radio:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-radio:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-radio:focus:not(:checked) + label::before {
  border-color: #80bdff;
}
.custom-radio:checked + label::before {
  border-color: #536dfe;
  background-color: #536dfe;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio:disabled + label::before {
  background-color: #e9ecef;
}
.radio {
  display: flex;
  margin-bottom: 0.4em;
}
/* end-radio */
/* checkbox */
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox.in-line + label {
  display: block;
  align-items: center;
  user-select: none;
}
.custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #d0d5dd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}
.custom-checkbox:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-checkbox:focus:not(:checked) + label::before {
  border-color: #80bdff;
}
.custom-checkbox:checked + label::before {
  border-color: #536dfe;
  background-color: #536dfe;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}
.checkbox {
  display: flex;
  margin-bottom: 1em;
}
/* end-checkbox */

.footor {
  display: grid;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding-bottom: 20px;
}
