.lb-outerContainer,
.lb-container {
    background: #888888 !important;
}

.svg-icon {
    width: 14px;
    height: 14px;
}

a {
    text-decoration: none;
    transition: color .15s ease-in-out;
}

a:not(.btn):hover {
    color: #ffac30;
}


.icon-block {
    display: flex;
}

.icon-block .icon {
    color: #242424;
    background: #f0f2f5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-yellow {
    color: #ffac30 !important;
}

.icon-block .icon.color-yellow {
    background: rgba(255, 172, 48, 0.1);
}

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

.icon-block .icon.color-white {
    background: #3D77E8;
}

.icon-block .title {
    color: #6A6A6A;
    font-size: 13px;
    font-weight: 400;
}

.icon-block .content {
    font-family: Golos Text, sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.paper {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 44px rgba(0, 0, 0, 0.04);
    padding: 10px;
}

.paper-blue {
    background: url('../img/logo-bg.svg') #3d77e8 no-repeat right 10% center;
    color: #ffffff;
    padding: 40px 30px;
}

.paper-body {
    padding: 20px;
}

.paper-title-2 {
    font-family: Golos Text, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 1rem;
}


header {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 44px rgba(0, 0, 0, 0.04);
    margin: 8px 0 28px;
    padding: 16px;
}


@media (min-width:576px) {
    header {
        margin: 40px 0;
        padding: 26px 30px 16px;
    }
}

header .top {
    padding-bottom: 24px;
    border-bottom: 1px dashed #E8E8E8;
}

header a {
    color: var(--bs-body-color);
}


header .language {
    font-family: Golos Text, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

header .language a {
    display: inline-block;
    position: relative;
    border-bottom: 2px solid transparent;
    padding: 2px 4px;
    margin: 0 14px;
}

header .language a:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    right: -14px;
    width: 1px;
    height: 100%;
    background-color: #E8E8E8;
}

header .language .active {
    color: #3D77E8;
    border-bottom-color: #3D77E8;
}

.offcanvas ul {
    list-style: none;
}
.offcanvas a {
    display: block;
    padding: 12px;
    color: var(--bs-body-color);
}
.offcanvas .active {
    color: #ffac30;
}

.offcanvas .language {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
}

.offcanvas .language .active {
    color: #ffac30;
}


header .bottom {
    padding-top: 16px;
}

header .menu ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

header .menu li {
    padding: 0 10px;
}

header .menu a {
    display: block;
    padding: 7px 10px;
}

header .menu .active {
    color: #3D77E8;
}

header .menu li:first-child {
    padding-left: 0;
}

header .menu li:first-child a {
    padding-left: 0;
}

.spaced {
    margin-bottom: 60px;
}

@media (min-width:576px) {
    .spaced {
        margin-bottom: 160px;
    }
}


#jumbo {
    height: 440px;
    background: linear-gradient(to bottom, rgba(195, 231, 244, 1) 305px, rgba(195, 231, 244, 0) 320px), url('../img/jumbo.png') #C3E7F4 no-repeat bottom;
    background-size: 100% auto;
    border-radius: 12px;
    padding: 60px 0 240px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}


@media (min-width:576px) {
    #jumbo {
        height: 635px;
        background-image: linear-gradient(to bottom, rgba(195, 231, 244, 1) 270px, rgba(195, 231, 244, 0) 320px), url('../img/jumbo.png');
    }
}

#jumbo h1 {
    max-width: 500px;
}

#jumbo .subtitle {
    font-size: 18px;
    font-weight: 300;
    max-width: 500px;
    margin-bottom: 16px;
}


#about p {
    font-size: 18px;
    font-weight: 300;
}

#about p:not(:last-child) {
    margin-bottom: 30px;
}

#about .icon {
    width: 64px;
    height: 64px;
    background: rgba(255, 172, 48, 0.1) no-repeat center;
    border-radius: 50%;
}

#about .paper-title {
    margin-top: 40px;
    font-family: Golos Text, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

#about .paper-text {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
}


#stock h2 {
    text-align: center;
}

#stock .text {
    font-weight: 300;
    text-align: center;
    max-width: 424px;
    margin: 0 auto 40px;
}

#stock .paper img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

#stock .paper-title {
    font-family: Golos Text, sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px 20px;
}

#stock .paper-text {
    font-size: 15px;
    font-weight: 300;
    margin-left: 20px;
}


#action h3 {
    margin-bottom: 1rem;
}

#action .text {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 1.5rem;
    max-width: 500px;
}


#map-form h2 {
    text-align: center;
    margin-bottom: 40px;
}

form .result {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    padding: 2rem 0;
}

.home-map {
    padding-bottom: 65%;
    background: url("../img/map.png") #ffffff no-repeat center;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.04);
}

.home-map .pin {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
}

.home-map .dot {
    width: 30px;
    height: 30px;
    background: radial-gradient(circle, #3D77E8 50%, #ffffff 54%);
    border: 1px solid #0a53be;
    border-radius: 50%;
}

#map-form .paper {
    height: 100%;
}

#map-form .paper .title {
    font-family: Golos Text, sans-serif;
    font-size: 24px;
    font-weight: 600;
}

#map-form .paper .text {
    font-weight: 300;
    margin-bottom: 20px;
}

form .policy {
    font-size: 12px;
}

#inquiry .text {
    font-weight: 300;
    margin-bottom: 1.5rem;
}

#contacts .paper {
    height: 100%;
}

#contacts .office {
    font-family: Golos Text, sans-serif;
    font-size: 24px;
    font-weight: 600;
}

#contacts .company {
    font-family: Golos Text, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #3D77E8;
    margin-bottom: 1.5rem;
}

#contacts a {
    color: #1a1d20;
}

#contacts .icon-block {
    margin-bottom: 1.5rem;
}

.voyage .title {
    font-family: Golos Text, sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.voyage .number {
    padding: 6px 12px;
    background: #f2f4f9;
}

.voyage .value {
    font-size: 18px;
    font-weight: 400;
}

.voyage .label {
    font-size: 14px;
    font-weight: 400;
    color: #939393;
}


.track-car-input {
    background: #b5d6ff;
    color: #000000;
    border: 0;
}

@media (min-width:576px) {
    .track-car-input {
        width: 360px;
    }
}




.car-timelines {
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 40px;
}

.timeline-horizontal {
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.timeline-horizontal .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 20%;
}

@media (min-width:576px) {
    .timeline-horizontal {
        display: flex;
    }

    .timeline-horizontal .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: 2px solid #ececec;
        width: 34%;
        position: absolute;
        left: 66%;
        top: 21px;
    }
    .timeline-horizontal .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: 2px solid #ececec;
        width: 34%;
        position: absolute;
        right: 66%;
        top: 21px;
    }

    .timeline-horizontal .timeline-step.active:not(:last-child):after,
    .timeline-horizontal .timeline-step.active:not(:first-child):before {
        border-top-color: #ffac30;
    }
}

.timeline-horizontal .icon {
    background: #f0f2f5 no-repeat center;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-horizontal .active .icon {
    background-color: #ffac30;
    color: #ffffff;
}

.timeline-horizontal .active .icon:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/checkmark.svg");
    position: absolute;
    left: 55%;
    top: 0;
}

.timeline-horizontal .title {
    margin-top: 1rem;
    font-family: Golos Text, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.timeline-vertical .timeline-step {
    display: flex;
    min-height: 70px;
}

.timeline-vertical .timeline-step .date {
    width: 65px;
    padding-right: 28px;
    font-family: Golos Text, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
}

.timeline-vertical .timeline-step .status {
    padding-left: 28px;
    position: relative;
}

.timeline-vertical .timeline-step .status:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #dfdee2;
}

.timeline-vertical .timeline-step:not(:last-child) .status:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 5px;
    width: 1px;
    height: 60%;
    background: #dfdee2;
}

.timeline-vertical .timeline-step .main {
    font-family: Golos Text, sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.timeline-vertical .timeline-step .sub {
    font-size: 13px;
    font-weight: 300;
}

.album .date {
    font-family: Golos Text, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #3d77e8;
    background: rgba(61, 119, 232, 0.1);
    padding: 10px 20px;
    border-radius: 19px;
}

.album .item a {
    position: relative;
    display: block;
    padding-top: 66%;
    overflow: hidden;
}

.album .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


#map {
    height: 400px;
}

@media (min-width:576px) {
    #map {
        height: 640px;
    }
}


footer {
    background: #242424;
    color: #ffffff;
}

footer a {
    color: #ffffff;
}

footer .top {
    border-bottom: 1px solid #3E3E3E;
    padding: 20px 0;
}

footer .middle {
    border-bottom: 1px solid #3E3E3E;
    padding: 40px 0;
}

footer .title {
    font-family: Golos Text, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
}

footer ul {
    list-style-type: none;
    margin: 0 0 2rem;
    padding: 0;
}

footer li {
    font-weight: 300;
    margin-bottom: 18px;
}

footer .bottom {
    padding: 20px 0;
    font-weight: 300;
    line-height: 14px;
}

footer .whatsapp {
    font-weight: 400;
}

@media (min-width:576px) {
    footer .top {;
        padding: 50px 0;
    }
    footer .middle {
        padding: 100px 0;
    }

    footer .bottom {
        padding: 50px 0;
    }
}
