:root {
    --bs-font-sans-serif: 'Inter', sans-serif;
    --bs-body-font-family: var(--bs-font-sans-serif);

    --bs-primary: #184CFC;
    --bs-primary-rgb: 24, 76, 252;
    --bs-secondary: #123098;
    --bs-secondary-rgb: 18, 48, 152;
    --bs-light: #E7EAF5;
    --bs-light-rgb: 231, 234, 245;
    --bs-grey: #F6F6F6;
    --bs-grey-rgb: 246, 246, 246;

    --bs-body-font-family: 'Inter', sans-serif !important;
    --bs-body-font-size: 12px !important;
    --bs-body-line-height: 20px !important;
}

/* .content {
    min-height: 80vh;
} */

.btn {
    font-size: inherit;
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.btn-outline-primary {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

a:focus, a:active {
    outline: none;
    box-shadow: none;
}

/* Typography */
body {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
}
.form-control {
    font-size: var(--bs-body-font-size);
}
h1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
}
h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: auto;
}
h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: auto;
}

.text-medium {
    font-weight: 500;
}

/* Styles */
.header {
    height: 150px;
}
.header__logo {
    width: 160px;
}
.header__links {
    width: 55%;
    font-size: 15px;
}
.header__link.active {
    font-weight: 700;
    transition: all 0.3s ease;
}
.header__link:hover {
    text-decoration: underline;
}

.btn {
    --bs-border-radius: 10rem;
}
.btn-arrow svg {
    width: var(--bs-btn-font-size);
    height: var(--bs-btn-font-size);
}
.absc {
    height: 500px;

}
.parts-image {
    background-image: url('../images/main-parts.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.info-badge {
    font-size: 12px;
    padding: 10px 10px 10px 42px;
}
.info-badge.guarantee {
    background-image: url('../images/icon-done.png');
    background-size: 42px;
    background-position-x: 0px;
    background-position-y: center;
    background-repeat: no-repeat;
}
p.caption {
    font-size: 18px;
    line-height: 30px;
}
.bg-grey {
    background-color: var(--bs-grey);
}
.advantage-card__icon {
    top: 1.5rem;
    right: 1.5rem;
}
.advantage-card__corner {
    border-top-left-radius: var(--bs-border-radius-xl);
    background: linear-gradient(to bottom right, var(--bs-primary) 50%, transparent 50%);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
.advantage-image-container {
    position: relative;
    height: 80px;
}
.advantage-image {
    height: 100%;
}
.about-gear-particle {
    position: absolute;
    background-image: url('../images/bg-particle-gear.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.about-gear-particle.left {
    width: 320px;
    height: 320px;
    transform: rotate(13deg);
    left: -80px;
    bottom: -120px;
}
.about-gear-particle.right {
    width: 160px;
    height: 160px;
    transform: rotate(-7deg);
    right: -40px;
    top: -3px;
}

ul.custom-list {
    list-style: none;
    padding-left: 0;
    padding-top: 8px;
}
ul.custom-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
}
ul.custom-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background-image: url('../images/list-item-check.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.order-step {
    border-top: 2px rgba(var(--bs-primary-rgb), 0.5) dashed;
    border-bottom: 2px rgba(var(--bs-primary-rgb), 0.5) dashed;
}
.order-step.step-cell-rounded {
    border-right: 2px rgba(var(--bs-primary-rgb), 0.5) dashed;
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
}
.order-step.step-cell-border-top {
    border-bottom: none;
}
.order-step.step-cell-noborder {
    border: none;
}
.order-step__number {
    font-size: 18px;
    width: 40px;
    height: 40px;
    font-weight: 700;
    top: -20px;
    left: -1px;
}
.order-steps-stripe__fakerow {
    position: relative;
    height: 70px;
}
.order-steps-stripe__fakerow::before {
    content: '';
    position: absolute;
    height: 72px;
    width: 72px;
    top: 0px;
    left: 0;
    border-top: 2px rgba(var(--bs-primary-rgb), 0.5) dashed;
    border-left: 2px rgba(var(--bs-primary-rgb), 0.5) dashed;
    border-bottom: 2px rgba(0, 0, 0, 0) solid;
    border-right: 2px rgba(0, 0, 0, 0) solid;
    transform: translateX(-50%) translateY(-2px) rotate(-45deg);
    border-radius: 100%;
}
.contact-form label {
    font-weight: 600;
    user-select: none;
}
.contact-form label.form-check-label {
    font-weight: normal;
    color: #787878;
    font-size: 10px;
}
.contact-form .btn-submit {
    font-size: 16px;
}