/*grey*/
/*   <Breadcrumbs/>   */
/*   <Muve-top/>   */
/*progress-bar*/
.account {
  padding-bottom: 5vw; }
  .account .container {
    max-width: 1574px; }
  .account > .container > .row {
    padding-top: 60px; }
  .account .dropdown {
    z-index: 1; }

.account__navigation {
  display: flex;
  margin-bottom: 12px;
  margin-top: 16px; }

.account__doropdown {
  position: relative;
  display: flex; }

.account__doropdown-toggle {
  height: 22px;
  margin-left: 6px;
  padding: 0 15px 0 0;
  background: url(assets/img/icon-arrow.svg) right 9px no-repeat;
  border: none;
  border-bottom: 1px dashed #dce3ed;
  color: #112945;
  line-height: 24px;
  font-weight: bold;
  font-size: 14px; }

.account__dropdown-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 14px;
  z-index: 1;
  background: white;
  left: -25px;
  transform: translate(0, 10px);
  border: 5px solid #dce3ed;
  box-sizing: border-box;
  box-shadow: 10px 10px 20px #1129450d;
  border-radius: 14px 0px 14px 14px;
  padding: 24px 20px; }
  .account__dropdown-menu.show {
    display: flex; }

.account__dropdown-item {
  margin-bottom: 12px;
  color: #6f7a8e;
  text-decoration: underline;
  font-size: 14px;
  white-space: nowrap; }
  .account__dropdown-item:hover {
    color: var(--darkblue);
    text-decoration: none; }

.left-check {
  display: flex;
  align-items: center;
  color: #112945;
  line-height: 17px;
  font-weight: bold;
  font-size: 14px; }

.left-check__value {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  min-width: 45px;
  margin-left: 15px;
  padding: 0 10px;
  border: 1px solid #dce3ed;
  border-radius: 4px;
  color: var(--brand-1);
  line-height: 1.5;
  background: #fff;
  text-align: center;
  font-size: 18px;
  box-sizing: border-box;
  font-family: monospace; }

.account__navigation a {
  margin-right: 12px;
  padding: 12px 18px;
  background: #f1f2f5;
  border-radius: 4px;
  color: var(--darkblue);
  line-height: 21px;
  font-size: 18px;
  position: relative; }
  .account__navigation a:hover {
    color: var(--brand-1);
    text-decoration: none; }

.account__navigation .active {
  background-color: #112945;
  color: #fff; }

.account__navigation span {
  position: absolute;
  right: -10px;
  top: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #ff6600;
  border-radius: 50%;
  color: #ffffff;
  line-height: 14px;
  text-align: center;
  font-size: 12px; }

.sticky-column_top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 15px 0 0 0; }

.sticky-column .form__vin {
  display: flex;
  max-width: 636px;
  margin: 0 0 48px 0px;
  padding: 0;
  border: 1px solid #edf1f4;
  border-radius: 4px; }

.table-actions td span {
  color: var(--brand-1); }

.account__side-bar {
  display: flex;
  flex-direction: column;
  min-width: 320px; }
  .account__side-bar a {
    margin-bottom: 36px;
    color: #112945;
    line-height: 19px;
    font-size: 16px; }
    .account__side-bar a.active {
      color: var(--brand-1);
      text-decoration: underline; }
    .account__side-bar a:hover {
      color: var(--brand-1);
      text-decoration: none; }

.row-form {
  display: flex;
  margin-top: 65px; }
  .row-form label {
    width: 100%;
    max-width: 320px;
    color: #6f7a8e;
    line-height: 12px;
    font-size: 10px; }
    .row-form label span {
      color: var(--brand-1); }
  .row-form input {
    width: 100%;
    height: 48px;
    max-width: 100%;
    margin-bottom: 24px;
    margin-top: 6px;
    border: 1px solid #dce3ed;
    border-radius: 4px;
    box-sizing: border-box; }
  .row-form .btn {
    width: 320px; }

.form-block {
  width: 100%; }

.no-accordion {
  background: none; }
  .no-accordion:before,
  .no-accordion .tab-services {
    display: none; }

.calendar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 510px;
  margin-top: 36px;
  color: #112945;
  line-height: 17px;
  font-size: 14px; }
  .calendar-container input[type="date"] {
    position: relative;
    overflow: hidden;
    display: block;
    width: 161px;
    margin-left: 10px;
    padding: 1rem 2.5rem 1rem 0.75rem !important;
    background: url(assets/img/icon-date.svg) right 1rem center no-repeat;
    border: 1px solid #dce3ed;
    border-radius: 4px;
    font-size: 1rem;
    font-family: monospace;
    cursor: pointer;
    box-sizing: border-box; }
  .calendar-container input[type="date"]:focus {
    border-color: grey;
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(0, 120, 250, 0.1); }
  .calendar-container ::-webkit-datetime-edit-month-field:hover,
  .calendar-container ::-webkit-datetime-edit-day-field:hover,
  .calendar-container ::-webkit-datetime-edit-year-field:hover {
    background: rgba(0, 120, 250, 0.1); }
  .calendar-container ::-webkit-datetime-edit-text {
    opacity: 0; }
  .calendar-container ::-webkit-clear-button,
  .calendar-container ::-webkit-inner-spin-button {
    display: none; }
  .calendar-container ::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
    width: 2.5rem;
    height: 55px;
    background: #0078fa;
    color: #0078fa;
    opacity: 0;
    cursor: pointer; }
  .calendar-container input[type="date"]:hover::-webkit-calendar-picker-indicator {
    opacity: 0.05; }
  .calendar-container input[type="date"]:hover::-webkit-calendar-picker-indicator:hover {
    opacity: 0.15; }
  .calendar-container button#reset-button.datetime-reset-button {
    display: none !important; }

.table-carfax {
  /* IE */
  scrollbar-face-color: var(--brand-1);
  scrollbar-shadow-color: #EDF1F4;
  scrollbar-highlight-color: #EDF1F4;
  /* FireFox */
  scrollbar-color: var(--brand-1) #EDF1F4;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  overflow-x: auto; }
  .table-carfax::-webkit-scrollbar {
    width: 6px; }
  .table-carfax::-webkit-scrollbar-thumb {
    background-color: var(--brand-1);
    background-clip: padding-box;
    border: 0px solid #EDF1F4; }
    .table-carfax::-webkit-scrollbar-thumb:hover {
      background-color: var(--brand-2);
      cursor: pointer; }
  .table-carfax::-webkit-scrollbar-track {
    background-color: #EDF1F4;
    cursor: pointer; }
  .table-carfax ::-webkit-scrollbar-button {
    background-color: transparent; }
  .table-carfax table {
    min-width: 920px; }

.info-toast {
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px 48px 24px 24px;
  border: 5px solid #dce3ed;
  border-radius: 14px 0px 14px 14px;
  box-shadow: 10px 10px 20px rgba(17, 41, 69, 0.05); }

.info-toast__close {
  position: absolute;
  right: 12px;
  top: 10px;
  height: 15px;
  min-width: 15px;
  max-width: 15px;
  padding: 0;
  background: url(assets/img/icon-burger-close.svg) center no-repeat;
  background-size: contain;
  border: none;
  transition: 0.4s; }
  .info-toast__close:hover {
    transform: rotate(90deg); }

table.iksweb {
  width: 100%;
  height: auto;
  margin-top: 12px;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  transition: 0.1s; }

table.iksweb tr {
  border-bottom: 1px solid #dce3ed; }
  table.iksweb tr.disabled td {
    color: #a5a5a5; }
  table.iksweb tr:first-child {
    border-bottom: 1px solid #112945; }
    table.iksweb tr:first-child td {
      color: #112945;
      line-height: 20px;
      text-align: center;
      font-weight: 900;
      font-size: 17px;
      white-space: nowrap; }

table.iksweb td,
table.iksweb th {
  padding: 17px 3px;
  border: none;
  color: #112945;
  line-height: 19px;
  text-align: center;
  font-size: 16px; }

table.iksweb th {
  background: #347c99;
  color: #fff;
  font-weight: normal; }

input[type="range"] {
  display: none;
  width: 100%;
  margin: 9.5px 0;
  padding: 0 !important;
  background-color: transparent;
  -webkit-appearance: none; }

input[type="range"]:focus {
  outline: none; }

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: #ff6600;
  border: 0.2px solid #ff6600;
  border-radius: 1.3px;
  cursor: pointer; }

input[type="range"]::-webkit-slider-thumb {
  width: 26px;
  height: 26px;
  margin-top: -11px;
  background: url(assets/img/icon-scroll-thumb.svg) 2.7px 7px no-repeat #ff6600;
  border: 2.8px solid #ff6600;
  border-radius: 25px;
  cursor: pointer;
  -webkit-appearance: none; }

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #ff6f0f; }

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 6px;
  background: #ff6600;
  border: 0.2px solid #ff6600;
  border-radius: 1.3px;
  cursor: pointer; }

input[type="range"]::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #ff6600;
  border: 2.8px solid #ff6600;
  border-radius: 25px;
  cursor: pointer; }

input[type="range"]::-ms-track {
  width: 100%;
  height: 6px;
  background: transparent;
  border-width: 22.5px 0;
  border-color: transparent;
  color: transparent;
  cursor: pointer; }

input[type="range"]::-ms-fill-lower {
  background: #f06000;
  border: 0.2px solid #ff6600;
  border-radius: 2.6px; }

input[type="range"]::-ms-fill-upper {
  background: #ff6600;
  border: 0.2px solid #ff6600;
  border-radius: 2.6px; }

input[type="range"]::-ms-thumb {
  width: 25px;
  height: 25px;
  margin-top: 0px;
  background: #ff6600;
  border: 2.8px solid #ff6600;
  border-radius: 25px;
  cursor: pointer; }

input[type="range"]:focus::-ms-fill-lower {
  background: #ff6600; }

input[type="range"]:focus::-ms-fill-upper {
  background: #ff6f0f; }

/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align: auto) {
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  input[type="range"] {
    margin: 0; } }

.sticky-column .tab-container {
  padding-left: 30px; }

.account .sticky-column {
  padding-left: 30px;
  padding-right: 15px;
  border-radius: 15px; }

.container__payment {
  display: flex;
  flex-direction: column;
  align-items: center; }

.container__payment-correct {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  max-width: 411px;
  width: 100%;
  padding-bottom: 72px; }

.container__payment-user-cancel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  max-width: 468px;
  width: 100%;
  padding-bottom: 72px; }

.container__payment-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  max-width: 468px;
  width: 100%;
  padding-bottom: 72px; }

.payment__img-box {
  padding-bottom: 24px; }

.payment__info {
  border: 12px solid #DCE3ED;
  box-sizing: border-box;
  box-shadow: 10px 10px 20px rgba(17, 41, 69, 0.05);
  border-radius: 14px;
  max-width: 382px;
  width: 100%;
  text-align: center;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #112945; }
  .payment__info .payment__order {
    margin-bottom: 12px;
    padding-top: 35px; }
  .payment__info .payment__sum {
    padding-bottom: 35px; }

.payment__result-title {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  color: #112945;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  padding-bottom: 24px; }

.transaction_history {
  color: #112945;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  text-align: center;
  padding-top: 24px; }

.try-again {
  color: #112945;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  text-align: center; }

@media screen and (max-width: 1199px) {
  .main-column.container__payment-correct {
    padding-top: 60px;
    padding-right: 15px; }
  .main-column.container__payment-error {
    padding-top: 60px;
    padding-right: 15px; }
  .main-column.container__payment-user-cancel {
    padding-top: 60px;
    padding-right: 15px; } }

@media screen and (max-width: 767px) {
  .main-column.container__payment-correct {
    padding-top: 24px;
    padding-bottom: 36px; }
  .main-column.container__payment-error {
    padding-top: 24px;
    padding-bottom: 36px; }
  .main-column.container__payment-user-cancel {
    padding-top: 24px;
    padding-bottom: 36px; } }

.register-step .modal-content {
  background-color: transparent; }

.form-step-1 {
  display: flex;
  min-width: 916px; }

img.step-bg {
  position: absolute;
  z-index: 0;
  top: 60px;
  right: -60px; }

.form-container {
  border: 12px solid #DCE3ED;
  border-radius: 14px;
  padding: 30px 20px 39px;
  position: relative;
  max-width: 500px;
  background-color: #fff;
  z-index: 1; }
  .form-container input:not([type="submit"]) {
    background: #FFFFFF;
    margin-bottom: 18px;
    border: 1px solid #DCE3ED;
    box-sizing: border-box;
    border-radius: 4px; }
  .form-container .close {
    position: absolute;
    top: 10px;
    right: 20px;
    transition: .1s; }
    .form-container .close:hover {
      transform: rotate(90deg); }
  .form-container form {
    padding: 0 58px;
    display: flex;
    flex-direction: column; }
    .form-container form label {
      color: #6F7A8E;
      padding-left: 20px;
      font-size: 12px;
      line-height: 18px; }
  .form-container .title_3 {
    text-align: center;
    padding-bottom: 24px;
    margin: 0;
    border-bottom: 1px solid #DCE3ED; }
  .form-container .info-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 24px; }
    .form-container .info-box a {
      text-decoration: underline;
      margin-top: 12px; }
  .form-container .step-bg {
    position: absolute;
    top: 50px;
    left: 400px; }
  .form-container p {
    font-size: 12px;
    line-height: 1.6; }
    .form-container p > a {
      font-size: 12px; }
  .form-container input {
    height: 48px; }

/*# sourceMappingURL=account.css.map */
