﻿.button {
  color: #FFFFFF;
  background: #0065DA;
  border-radius: 1000px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 32px;
  text-align: center;
  border: 1px solid #0065DA;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 0.875rem;
  line-height: 14px;
  font-family: inherit;
  white-space: nowrap;
}
.button span {
  height: 16px;
}
.button.secondary {
  color: #0C2340;
  background: #FFFFFF;
  border: 1px solid #0065DA;
  cursor: pointer;
}
.button.secondary:focus, .button.secondary:focus-visible {
  outline: none;
  position: relative;
  color: #FFFFFF;
  background: #FFFFFF;
  border: 2px solid #008FD2;
  padding: 14px 32px;
  border-radius: 100px;
  font-size: 0.875rem;
  line-height: 14px;
  font-weight: 400;
}
.button.secondary:focus::before, .button.secondary:focus-visible::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #D2D2D2;
  border-radius: 100px;
  box-sizing: border-box;
  margin: 2px;
}
.button.link {
  text-decoration: none;
}
.button:disabled, .button[disabled=disabled] {
  background: #D2D2D2;
  border: 1px solid #D2D2D2;
  color: #FBFBFB;
}
.button:hover:enabled {
  color: #FFFFFF;
  background: #00428E;
  border: 1px solid #00428E;
}
.button:focus {
  color: #FFFFFF;
  background: #0065DA;
  border: 4px double #FFFFFF;
  padding: 14px 24px;
  border-radius: 100px;
  font-size: 0.875rem;
  line-height: 14px;
  font-weight: 400;
}
.button.no-background {
  background: none;
}
@media only screen and (max-width: 1200px) {
  .button.full-width {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .button.full-width-no-margin {
    width: 100%;
  }
}
.button i,
.button svg {
  margin-left: 14px;
}
.button i.vehicle-details,
.button svg.vehicle-details {
  margin-left: 11px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

html,
body {
  min-width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.2px;
}

h1 {
  font-size: 1.625rem;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-bottom: 0.5rem;
  text-transform: none !important;
}

a {
  color: #0D79AC;
  letter-spacing: 0.3px;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: inherit;
  font-weight: 400;
}
a:hover {
  color: #00428E;
}
a:focus, a:focus-visible {
  border: 2px solid #008FD2;
  outline: none;
  text-decoration: none;
}

.small-text, .footer__linkwrapper, .footer__linkitem, .footer__address {
  font-size: 0.6875rem;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.validation-text {
  color: #B80951;
}

.body-text-highlight {
  font-weight: 500;
}

.button:not(:disabled) {
  cursor: pointer;
}
.button__text {
  margin-right: 8px;
  line-height: 16px;
}

.checkbox {
  height: 22px;
  width: 22px;
  border: 1px solid #D2D2D2;
  background: #FFFFFF;
}

.page-container {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .page-container {
    align-items: center;
    background: url(/img/auth/page-bg.svg) no-repeat;
  }
}
@media (min-width: 2605px) {
  .page-container {
    background-position: top right;
  }
}

.dialog-container {
  display: flex;
  flex-direction: column;
  flex: 1 0;
  justify-content: center;
}

.dialog {
  flex: 1 0;
  display: flex;
  font-size: 0.75rem;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 0.2px;
}
@media only screen and (min-width: 1024px) {
  .dialog {
    flex: 0 1 auto;
  }
}
.dialog__aside {
  display: none;
}
@media (min-width: 1400px) {
  .dialog__aside {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 700px;
    background: url(/img/auth/aside-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.dialog__carousel {
  margin: 20px;
}
.dialog__main {
  flex: 1 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .dialog__main {
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
    width: 600px;
  }
}

.content__header {
  padding: 10px 9px 0;
  display: flex;
  gap: 21px;
  margin-bottom: 32px;
}
@media (min-width: 360px) {
  .content__header {
    padding: 10px 24px 0;
  }
}
@media (min-width: 600px) {
  .content__header {
    padding: 48px 56px 0;
  }
}
.content__brand {
  flex: 1 0;
}
.content__img {
  width: 130px;
}
.content__back {
  font-size: 0.875rem;
  line-height: 21px;
  padding-top: 31px;
}
@media (min-width: 600px) {
  .content__back {
    padding-top: 0;
  }
}
.content__main {
  display: flex;
  flex-direction: column;
  flex: 1 0;
  align-items: center;
  min-height: 498px;
}
@media (min-width: 1024px) {
  .content__main {
    padding: 0 16px;
    align-items: flex-start;
  }
}
.content__main--standalone {
  min-height: 254px;
}
.content__body {
  padding: 0 24px;
  margin-top: -20px;
  z-index: 999;
  color: #303030;
}
@media (min-width: 600px) {
  .content__body {
    padding: 0 56px;
  }
}
@media (min-width: 1024px) {
  .content__body {
    padding: 0 40px;
  }
}
.content__body--top-margin {
  margin-top: 16px;
}
.content__body p {
  margin-bottom: 24px;
}

.form {
  font-size: 0.875rem;
  line-height: 21px;
}
.form__row {
  margin-bottom: 24px;
}
.form__title {
  margin-bottom: 11px;
  font-weight: 500;
  color: #303030;
  letter-spacing: 0.3px;
}
.form__value input {
  font: inherit;
  border: 1px solid #C7CED5;
  width: 100%;
  padding: 16px 24px;
}
.form__validation {
  margin-top: 11px;
  min-height: 21px;
}
.form__checkbox {
  display: flex;
  gap: 16px;
}
.form__checkbox * {
  cursor: pointer;
}
.form__checkbox label {
  font-size: 0.75rem;
  line-height: 21px;
}

.footer {
  margin: 44px 0 20px 0;
  padding: 0 24px;
}
@media (min-width: 1024px) {
  .footer {
    padding: 0 56px;
  }
}
.footer__navigation {
  margin-bottom: 11px;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .footer__links {
    flex-direction: row;
    height: auto;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .footer__links {
    justify-content: start;
  }
}
.footer__linkwrapper {
  flex: 50%;
  margin-bottom: 11px;
}
@media (min-width: 600px) {
  .footer__linkwrapper {
    flex: 0 1 auto;
  }
  .footer__linkwrapper:not(:last-child) {
    margin-right: 11px;
  }
  .footer__linkwrapper:not(:last-child)::after {
    content: "|";
  }
}
@media (min-width: 600px) and (min-width: 600px) {
  .footer__linkwrapper:not(:last-child) .footer__linkitem {
    padding-right: 12px;
  }
}
.footer__linkitem {
  text-decoration: none;
}
.footer__linkitem:hover {
  text-decoration: underline;
  color: #303030;
}
.footer .footer__address,
.footer .footer__compliance {
  font-size: 0.6875rem;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.3px;
  color: #303030;
  position: relative;
  display: block;
  float: left;
}
@media (min-width: 600px) {
  .footer .footer__address,
  .footer .footer__compliance {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .footer .footer__address,
  .footer .footer__compliance {
    text-align: left;
  }
}
.footer .foot__compliance {
  margin-bottom: 24px;
}
.footer__linkwrapper, .footer__linkitem, .footer__address {
  color: #303030;
  word-wrap: break-word;
  text-underline-offset: 4px;
}

.zenith-carousel {
  display: flex;
  min-height: 145px;
  gap: 80px;
  padding: 32px;
  background-color: #FFFFFF;
}
.zenith-carousel__slides {
  align-self: flex-start;
  flex: 1 0;
  overflow: hidden;
}
.zenith-carousel__heading {
  margin-bottom: 8px;
}
.zenith-carousel__link {
  left: 0px;
  top: 0px;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 28px;
  letter-spacing: 1.1px;
  word-wrap: break-word;
  text-decoration: underline;
  text-underline-offset: 8px;
}
.zenith-carousel__body {
  align-self: stretch;
  word-wrap: break-word;
  max-width: 450px;
}
.zenith-carousel__navigation {
  margin-top: 20px;
  align-self: flex-end;
  display: flex;
  gap: 8px;
}
.zenith-carousel__button--next, .zenith-carousel__button--prev {
  width: 31px;
  height: 31px;
  padding: 7.5px;
  background: #0065DA;
  border-radius: 48px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}

.glide-slide {
  display: block;
  float: left;
}
