* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.5rem;
    color: #000;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    color: inherit;
}

img {
    object-fit: scale-down;
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1140px !important;
}

.hidden {
    display: none;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.input-primary {
    border-radius: 0;
    font-weight: 500;
    color: #082690 !important;
}

.input-primary:hover,
.input-primary:focus,
.input-primary:active {
    border-color: #082690;
}

.input-primary::placeholder {
    color: #082690 !important;
}

.btn {
    border-radius: 0;
    letter-spacing: 1px;
}

.btn-primary {
    border-color: #082690;
    background-color: #082690;
}

.card-primary {
    padding: 16px;
    border: 1px solid #082690;
    background-color: #fff;
}

.card-secondary {
    padding: 16px;
    border: 1px solid #BDCCD8;
    background-color: #fff;
}

.form-primary-hr {
    border-bottom: 1px solid #082690;
}

.banner-title {
    margin-bottom: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
}

.banner-subtitle {
    margin-bottom: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 1px;
    color: #082690;
}

.banner-text {
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    color: #000;
}

.title-primary {
    margin-bottom: 16px;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #829FB5;
}

.text-primary {
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #082690 !important;
}

.bc-dark-blue {
    background-color: #082690 !important;
}

.bc-blue {
    background-color: #829FB5 !important;
}

.bc-light-blue {
    background-color: #BDCCD8 !important;
}

.color-dark-blue {
    color: #082690 !important;
}

.color-white {
    color: #FFFFFF !important;
}

.color-black {
    color: #000 !important;
}

.circle {
    position: relative;
    min-width: 24px;
    height: 24px;
    margin-right: 16px;
    border-radius: 50%;
    background-color: #829FB5;
}

.circle::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    z-index: -1;
    width: 2px;
    height: 100vh;
    background-color: #829FB5;
}

.circle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 1px);
    z-index: -1;
    width: 2px;
    height: 100vh;
    background-color: #829FB5;
}

.step-wrap:first-of-type .circle::after {
    content: none;
}

.step-wrap:last-of-type .circle::before {
    content: none;
}

.step-wrap {
    overflow: hidden;
    position: relative;
}

.step-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #BDCCD8;
    opacity: 0;
    transition: all 1s ease;
}

.step-wrap.active::before {
    opacity: 1;
}

.step-wrap.past .circle {
    background-color: #082690;
}

.step-wrap.past .title-primary {
    color: #082690;
}

.about-title {
    margin-bottom: 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #778FA1;
}

.about-text {
    margin-bottom: 24px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #778FA1;
}

label.error {
    display: block;
    margin-top: 8px;
    margin-bottom: 16px;
    padding: 16px;
    color: #842029;
    border-radius: 4px;
    border: 1px solid #f5c2c7;
    background-color: #f8d7da;
}

.content-right {
    padding-left: 40px;
}

.langswitch-link {
    display: block;
    padding: 5px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #082690;
}

.langswitch-link.active {
    background-color: #BDCCD8;
}

.langswitch-link:hover {
    color: #082690;
}

.carfax-img {
    height: 50px;
    object-fit: contain;
}
