/*.nav, .nav-list, .nav-list li, header .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .nav, .nav-list, .nav-list li, header .container {
    max-width: none;
  }*/

@media (min-width: 1200px) {
  header.fix-header {
    padding-bottom: 2.3611111111rem !important;
  }
}

  @media screen and (max-width: 767px) {
    header {
        padding: 5rem 0;
    }
}

.container {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

  header .container, ol, ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  ol, ul, dl {
    margin-bottom: 0;
  }

  body {
    line-height: normal;
  }

  a:hover {
    text-decoration: none;
  }

  .bg-color-4 {
    background-color: #EBEBEB !important;
  }

  .auth-form-container {
    background-color: #fff;
    padding-right: calc(var(--bs-gutter-x) / 1.3);
    padding-left: calc(var(--bs-gutter-x) / 1.3);
    padding-bottom: calc(var(--bs-gutter-x) / 1.3);
    position: relative;
  }

  .nav-link {
    font-size: 16px;
    padding: 16px 0 12px 0;
    color: #939393;
    border-bottom: 3px solid #fff;
  }

  .nav-link:hover, .nav-link.active {
    color: #FF9301;
    border-bottom: 3px solid #FF9301;
  }

  .nav-link.login-link {
    width: 152px;
  }

  .nav-link.register-link {
    width: 170px;
  }

  .nav-item {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .right-border-grey {
    border-right: 3px solid #EBEBEB;
  }

  .nav-item:not(:last-child) {
    position: relative;
  }
  
  .nav-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 25%;
    height: 20px;
    width: 2px;
    background-color: #EBEBEB;
  }

  .form-control {
    display: block;
    width: 100%;
    padding: 14px 50px 14px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #54646D;
    background-color: #fff;
    /* background-clip: padding-box; */
    border: 1px solid #EBEBEB;
    /* appearance: none; */
    /* border-radius: 0; */
    /* transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
}

.form-control:focus {
  color: #0B222F;
  background-color: #fff;
  border-color: #ff930152;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #ffb34533;
}

.form-group {
  margin-top: 20px;
}

.form-label {
  margin-bottom: 7px;
  color: #0B222F;
  font-weight: 300;
  font-size: 16px;
}

.form-password-toggle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
}

.form-password {
  position: relative;
}

.custom-checkbox .custom-control-label::before {
  content: '';
  position: absolute;
  display: block;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid #EBEBEB;
}

.custom-checkbox .custom-control-label::after {
  left: 0px;
  top: 1px;
}

.custom-checkbox .custom-control-label::after {
  content: '';
  position: absolute;
  display: block;
  left: 2px;
  top: 4px;
  width: 12px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1347 0.304426C10.3421 0.107007 10.618 -0.00213467 10.9043 3.16424e-05C11.1906 0.00219795 11.4649 0.115503 11.6692 0.316037C11.8736 0.516572 11.992 0.788651 11.9996 1.07486C12.0072 1.36108 11.9033 1.63903 11.7098 1.85009L5.83628 9.19566C5.73529 9.30444 5.61339 9.39174 5.47788 9.45233C5.34238 9.51293 5.19604 9.54558 5.04763 9.54833C4.89922 9.55108 4.75177 9.52387 4.61412 9.46833C4.47646 9.41279 4.35141 9.33007 4.24646 9.2251L0.351393 5.33003C0.242921 5.22896 0.15592 5.10707 0.095577 4.97164C0.0352345 4.83621 0.00278735 4.69002 0.000171818 4.54178C-0.00244371 4.39354 0.024826 4.24629 0.0803535 4.10882C0.135881 3.97134 0.218529 3.84646 0.323367 3.74162C0.428205 3.63679 0.553086 3.55414 0.690558 3.49861C0.828031 3.44308 0.97528 3.41581 1.12352 3.41843C1.27176 3.42105 1.41796 3.45349 1.55338 3.51383C1.68881 3.57418 1.8107 3.66118 1.91177 3.76965L4.99426 6.85067L10.1067 0.336812C10.1159 0.325478 10.1258 0.314666 10.1362 0.304426H10.1347Z' fill='%230B222F'/%3E%3C/svg%3E%0A");
  transition: all 0.1s ease-in-out;
  opacity: 0;
}

.custom-control-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.custom-checkbox .custom-control-label {
  display: block;
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-top: 1px;
  padding-left: 6px;
}

.custom-checkbox .custom-control-label a {
  font-size: 14px;
}

.custom-control {
  position: relative;
  padding-left: 23px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  opacity: 1;
}

.login-body a {
  color: #FF9301 !important;
  font-size: 16px;
}

.btn-primary {
  font-weight: 300;
  font-size: 20px;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 16px 20px;
  background-color: #ef9837;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn:hover {
  color: #fff;
}

@media (max-width: 480px) {
  .nav-item {
    /* width: 100%; */
  }
  .nav-item:not(:last-child)::after {
    display: none;
  }
}

.tab-pane {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.tab-pane.active {
  opacity: 1;
  visibility: visible;
  position: relative; /* чтобы активный блок занимал место */
}

.tab-content > .tab-pane {
  display: block;
}

.tab-content {
  position: relative;
}

input::placeholder {
  color: #D5D5D5 !important;
  opacity: 1;
}

@media (min-width: 1200px) {
  h3, .h3 {
      font-size: 26px;
  }
}

h3, .h3 {
  font-size: 18px;
  line-height: 1.3;
  font-family: inherit;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  h5, .h5 {
      font-size: 15px;
  }
}

@media (min-width: 768px) {
  h5, .h5 {
      font-size: 18px;
  }
}
h5, .h5 {
  font-size: 16px;
  line-height: 1.38889;
}

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

@media (min-width: 1200px) {
  h3, .h3 {
      font-size: 26px;
  }
}

.form-select-sm {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  font-size: 16px;
}

.modal-header .btn-close {
  padding: 10px 10px;
  margin: -10px -10px -10px auto;
}

.modal .btn-close {
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  padding: 5px 5px;
  color: #000;
  border: 0;
  border-radius: 0.25rem;
  opacity: .8;
  background: transparent url(/assets/images/close.svg) center / 14px auto no-repeat !important;
}

.modal-header {
  display: flex
;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

@media (max-width: 722px) {
  .modal-dialog {
      margin: 2.75rem 12px;
  }
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: calc(10px / 16 * 30);
}

.btn-menu {
  background-color: transparent;
}

a:hover {
  color: #FF9301 !important;
}

.nav a:hover {
  color: #000 !important;
}

.modal {
  z-index: 10000;
}

h4, .h4 {
  font-size: 18px;
  line-height: 1.36364;
  font-family: inherit;
  font-weight: 400;
}

.alert-success {
  color: #0B222F;
  background-color: #fff;
  border-color: #fff;
}

.alert {
  position: relative;
  padding: 14px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 16px;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 5px !important;
  font-size: 14px !important;
  color: #dc3545;
}

.card-header {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.36364;
  font-family: inherit;
}

@media (max-width: 420px) {
  .reset-password {
    display: block;      /* ссылка будет отдельной строкой */
    margin-top: 8px;     /* отступ сверху */
    text-align: left;    /* выравнивание по левому краю */
  }

  .reset-password-block {
    display: block;
    width: 100%;
  }
}

.reset-password {
  font-size: 14px !important;
}

.reset-password-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: 66vh;
}
.contverify {
  height: 66vh;
}
.contverify .row {
  height: 100%;
  align-items: center;
}
.reset-password-container .row{
  height: 100%;
  align-items: center;
}
@media (max-width: 480px) {
  #informIssueModal button.btn-primary {
    width: 100%;
  }

  .nav-link {
    font-size: 14px;
  }

  .auth-form-container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (min-width: 1200px) {
  header.fix-header {
    padding-bottom: 2.3611111111rem !important;
  }
}