.location .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    content: "\f440";
}
html,
body {
    overflow-x: hidden;
}

.hx-section-light,
.hx-story-section,
.hx-benefits-section,
.hx-process-section,
.hx-fleet-section,
.hx-reviews-section,
.hx-final-cta {
    padding: 74px 0;
}

.hx-section-light,
.hx-process-section,
.hx-reviews-section {
    background: #f6f8fb;
}

.hx-section-heading {
    max-width: 720px;
    margin: 0 auto 38px;
    text-align: center;
}

.hx-section-heading h2 {
    margin-bottom: 14px;
    color: #18233d;
    font-size: 34px;
    line-height: 1.18;
    letter-spacing: 0;
    text-transform: none;
}

.hx-section-heading p {
    margin: 0;
    color: #647086;
    font-size: 16px;
    line-height: 1.65;
}

.hx-section-heading-invert h2,
.hx-section-heading-invert p {
    color: #fff;
}

.hx-section-heading-invert p {
    color: rgba(255, 255, 255, .76);
}

.hx-section-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    color: #2b9277;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hx-proof-section {
    position: relative;
    z-index: 2;
    margin-top: 0;
    padding: 64px 0;
    background: #fff;
}

.hx-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.hx-proof-card {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 13px;
    min-height: 0;
    padding: 20px 18px;
    border: 1px solid #e7ebf0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(26, 34, 55, .1);
    text-align: left;
}

.hx-proof-icon,
.hx-benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #eef9f5;
    color: #2b9277;
    font-size: 21px;
}

.hx-proof-card h3,
.hx-service-card h3,
.hx-benefit-card h3,
.hx-step-card h3,
.hx-fleet-card h3 {
    margin: 0 0 9px;
    color: #18233d;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
}

.hx-proof-card p,
.hx-service-card p,
.hx-benefit-card p,
.hx-step-card p,
.hx-fleet-card p {
    margin: 0;
    color: #647086;
    font-size: 14px;
    line-height: 1.55;
}

.hx-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.hx-story-section {
    background: #fff;
}

.hx-story-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    gap: 28px;
    align-items: start;
}

.hx-story-card {
    padding: 38px;
    border-radius: 8px;
    background: #f6f8fb;
    text-align: left;
}

.hx-story-card h2 {
    margin-bottom: 18px;
    color: #18233d;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

.hx-story-card p {
    margin-bottom: 14px;
    color: #586477;
    font-size: 16px;
    line-height: 1.7;
}

.hx-story-panel {
    display: grid;
    gap: 14px;
    align-content: start;
}

.hx-story-panel-row {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    align-items: start;
    padding: 26px;
    border: 1px solid #e6edf2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(26, 34, 55, .08);
    text-align: left;
}

.hx-story-panel-row > .mdi {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background: #18233d;
    color: #f1c35b;
    font-size: 25px;
}

.hx-story-panel-row strong {
    display: block;
    margin-bottom: 8px;
    color: #18233d;
    font-size: 18px;
    line-height: 1.3;
}

.hx-story-panel-row p {
    margin: 0;
    color: #647086;
    line-height: 1.55;
}

.hx-benefits-section {
    background:
        radial-gradient(circle at 14% 12%, rgba(43, 146, 119, .28), transparent 30%),
        linear-gradient(135deg, #111827 0%, #1d2c3e 100%);
}

.hx-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.hx-benefit-card {
    min-height: 250px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .07);
    text-align: left;
}

.hx-benefit-card-main {
    grid-row: span 2;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08)),
        url('/asset/images/hero-transfer.jpg') no-repeat center / cover;
    overflow: hidden;
    position: relative;
}

.hx-benefit-card-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 24, 39, .38), rgba(17, 24, 39, .88));
}

.hx-benefit-card-main > * {
    position: relative;
}

.hx-benefit-card h3 {
    margin-top: 22px;
    color: #fff;
    font-size: 20px;
}

.hx-benefit-card p {
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
}

.hx-benefit-icon {
    background: rgba(255, 255, 255, .14);
    color: #f1c35b;
}

.hx-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.hx-step-card {
    padding: 30px;
    border: 1px solid #e6edf2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(26, 34, 55, .07);
    text-align: left;
}

.hx-step-number {
    display: inline-flex;
    margin-bottom: 24px;
    color: #2b9277;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.hx-fleet-section {
    background: #fff;
}

.hx-fleet-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.hx-fleet-card {
    overflow: hidden;
    border: 1px solid #e6edf2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(26, 34, 55, .08);
}

.hx-fleet-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #f2f4f7;
}

.hx-fleet-card div {
    padding: 24px;
}

.hx-reviews-section .quote-modern {
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(26, 34, 55, .08);
}

.hx-review-slide {
    margin: 10px;
}

.hx-review-note {
    margin-top: 14px;
    color: #2b9277;
    font-size: 12px;
}

.hx-final-cta {
    background:
        linear-gradient(90deg, rgba(17, 24, 39, .92), rgba(17, 24, 39, .76)),
        url('/asset/images/hero-transfer.jpg') no-repeat center / cover;
}

.hx-final-cta-box {
    max-width: 720px;
    margin: 0 auto;
    color: #fff;
}

.hx-final-cta-box h2 {
    margin-bottom: 16px;
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

.hx-final-cta-box p {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.65;
}

.search-form-container {
    position: sticky;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
    z-index: 1;
    background-color: #17369a;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-form-wrapper {
    width: 100%;
    max-width: 1170px;
}
#change-direction, #hide-search-form {
    display: none;
}
#hide-search-form {
    margin-top: 10px;
}
@media (max-width: 990px) {
    .search-form-container {
        position: initial;
    }
    .sx-display-none {
        display: none;
    }

    #change-direction, #hide-search-form {
        display: inline-flex;
    }
}

.box-modern-media {
    min-width: 160px;
}

.hx-service-card {
    height: 100%;
    padding: 30px 24px;
    border: 1px solid #e7e9ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(26, 34, 55, .08);
    text-align: left;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.hx-service-card:hover {
    border-color: #d6eee7;
    box-shadow: 0 18px 46px rgba(26, 34, 55, .12);
    transform: translateY(-3px);
}

.hx-service-card .box-modern-title {
    min-height: 0 !important;
    margin-top: 20px;
    margin-bottom: 12px;
    color: #18233d;
}

.hx-service-card .box-modern-text {
    min-height: 0 !important;
    color: #5d6678;
}

.hx-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid #d8efe8;
    border-radius: 50%;
    background: #eef9f5;
    color: #2b9277;
    font-size: 25px;
}

#features {
    background: #f6f8fb;
}

#features h3,
#advantages h3 {
    letter-spacing: 0;
}

.home-page-services {
    align-items: stretch;
    margin-top: 34px;
}

.hx-advantages-section {
    background:
        radial-gradient(circle at 82% 18%, rgba(241, 195, 91, .18), transparent 34%),
        linear-gradient(135deg, #121c2d 0%, #1f3d45 100%);
}

.hx-advantages-visual {
    min-height: 420px;
    height: 100%;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(18, 28, 45, 0), rgba(18, 28, 45, .14)),
        url('/asset/images/hero-transfer.jpg') no-repeat 68% center / cover;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.hx-advantage-list {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.hx-advantage-item {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: start;
    color: #ffffff;
}

.hx-advantage-item p {
    margin: 0;
    color: rgba(255, 255, 255, .88);
    line-height: 1.55;
}

.hx-advantage-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
    color: #f1c35b;
    background: rgba(255, 255, 255, .08);
    font-size: 18px;
}

.home-page-services .box-modern-media {
    min-height: 160px;
    background-size:contain;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .home-page-services .box-modern-media {

    }
}

.row + .row {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .order-price {
        font-size: 25px;
    }
}

@media screen and (max-width:479px) {
    .box-custom-2-inner h2 {
		text-align:center;
		font-size:30px !important;
	}
	.slick-initialized .slick-slide {
        display: block;
        width: calc(100vw - 32px) !important;
        max-width: 350px;
    }
}

@media (max-width: 767px) {
    .hx-advantages-visual {
        min-height: 260px;
    }
}

@media (max-width: 991px) {
    .rd-navbar-fixed .rd-navbar-nav-wrap {
        box-sizing: border-box;
        transform: translate3d(0, 0, 0);
    }

    .hx-proof-grid,
    .hx-service-grid,
    .hx-benefit-grid,
    .hx-step-grid,
    .hx-fleet-grid,
    .hx-story-layout {
        grid-template-columns: 1fr 1fr;
    }

    .hx-benefit-card-main {
        grid-row: auto;
        grid-column: span 2;
    }

    .hx-section-heading h2,
    .hx-story-card h2,
    .hx-final-cta-box h2 {
        font-size: 30px;
    }
}

@media (max-width: 640px) {
    .hx-proof-section {
        margin-top: 0;
        padding: 34px 0;
        background: #f6f8fb;
    }

    .hx-proof-grid,
    .hx-service-grid,
    .hx-benefit-grid,
    .hx-step-grid,
    .hx-fleet-grid,
    .hx-story-layout {
        grid-template-columns: 1fr;
    }

    .hx-benefit-card-main {
        grid-column: auto;
    }

    .hx-section-heading {
        margin-bottom: 26px;
    }

    .hx-section-heading h2,
    .hx-story-card h2,
    .hx-final-cta-box h2 {
        font-size: 26px;
    }

    .hx-proof-card,
    .hx-story-panel-row {
        grid-template-columns: 40px 1fr;
        padding: 18px;
    }

    .hx-story-card,
    .hx-benefit-card,
    .hx-step-card {
        padding: 24px;
    }

    .hx-process-section,
    .hx-fleet-section,
    .hx-reviews-section,
    .hx-final-cta {
        padding: 58px 0;
    }
}

.autocomplete-search-block {
    position: absolute;
    top: 50px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 40px;
    pointer-events: none;
    z-index: 1;
}
@media (max-width: 640px) {
    .autocomplete-search-block {
        padding-left: 15px;
        width: 80%;
    }
}
@media (max-width: 960px) {
    .autocomplete-search-block {
        top: 25px;
    }
}

#direction-title {
    min-width: 0;
}

.order-direction-title {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.22;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.manual-quote-section {
    width: 100%;
    max-width: 900px;
    margin: 34px auto 0;
    text-align: left;
}

.manual-quote-section,
.manual-quote-card,
.manual-quote-head,
.manual-quote-copy,
.manual-quote-route,
.manual-quote-form,
.manual-quote-grid {
    min-width: 0;
}

.manual-quote-card {
    padding: 34px;
    border: 1px solid #e4e9f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(24, 35, 61, .1);
}

.manual-quote-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 300px);
    gap: 28px;
    align-items: start;
    margin-bottom: 28px;
}

.manual-quote-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    color: #2b9277;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: none;
    overflow-wrap: anywhere;
}

.manual-quote-copy h2 {
    max-width: 560px;
    margin: 0 0 12px;
    color: #17213a;
    font-size: 34px;
    line-height: 1.16;
    letter-spacing: 0;
    text-transform: none;
    overflow-wrap: anywhere;
}

.manual-quote-copy p {
    max-width: 530px;
    margin: 0;
    color: #697488;
    font-size: 16px;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.manual-quote-route {
    display: grid;
    gap: 7px;
    padding: 18px 20px;
    border-left: 4px solid #2b9277;
    border-radius: 8px;
    background: #eef9f5;
    color: #425067;
    line-height: 1.42;
}

.manual-quote-route strong {
    color: #17213a;
    font-size: 16px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.manual-quote-route span {
    color: #2b9277;
    font-weight: 700;
}

.manual-quote-form {
    max-width: 660px;
}

.manual-quote-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
}

.manual-quote-wide {
    grid-column: 1 / -1;
}

.manual-quote-form .form-group {
    margin-bottom: 0;
}

.manual-quote-form label {
    margin-bottom: 8px;
    color: #3f4858;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.manual-quote-form .form-control {
    width: 100%;
    min-height: 50px;
    border-color: #dfe5ec;
    border-radius: 8px;
    color: #17213a;
    box-shadow: none;
}

.manual-quote-form textarea.form-control {
    min-height: 116px;
}

.manual-quote-form .form-control:focus {
    border-color: #58b99d;
    box-shadow: 0 0 0 3px rgba(88, 185, 157, .18);
}

.manual-quote-errors {
    margin: 20px 0 0;
}

.manual-quote-actions {
    margin-top: 22px;
}

.manual-quote-actions .button {
    width: 100%;
    max-width: 330px;
    min-height: 58px;
    border-radius: 8px;
    letter-spacing: 0;
    white-space: normal;
}

@media (max-width: 991px) {
    .manual-quote-section {
        margin-top: 28px;
    }

    .manual-quote-card {
        padding: 26px;
    }

    .manual-quote-head {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .manual-quote-form {
        max-width: none;
    }
}

@media (max-width: 575px) {
    .order-direction-title {
        font-size: 24px;
        line-height: 1.18;
    }

    .manual-quote-section {
        margin-top: 22px;
    }

    .manual-quote-card {
        padding: 22px 18px;
    }

    .manual-quote-copy h2 {
        font-size: 26px;
    }

    .manual-quote-copy p {
        font-size: 15px;
    }

    .manual-quote-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .manual-quote-actions .button {
        max-width: none;
    }
}

.order-success-page {
    background: #f6f8fb;
}

.order-success-alert {
    margin-bottom: 22px;
    border-radius: 8px;
}

.order-success-alert p {
    margin: 0;
}

.order-success-hero {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) minmax(220px, 280px);
    gap: 22px;
    align-items: center;
    padding: 30px;
    border: 1px solid #e3e9f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(24, 35, 61, .1);
}

.order-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #eef9f5;
    color: #2b9277;
    font-size: 34px;
}

.order-success-copy {
    min-width: 0;
}

.order-success-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    color: #2b9277;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.order-success-copy h1 {
    margin-bottom: 12px;
    color: #17213a;
    font-size: 34px;
    line-height: 1.16;
    letter-spacing: 0;
    text-transform: none;
}

.order-success-copy p {
    max-width: 700px;
    margin: 0;
    color: #647086;
    font-size: 15px;
    line-height: 1.65;
}

.order-success-copy p + p {
    margin-top: 8px;
}

.order-success-summary {
    min-width: 0;
    padding: 20px;
    border-left: 4px solid #2b9277;
    border-radius: 8px;
    background: #eef9f5;
}

.order-success-summary span,
.order-success-summary small {
    display: block;
    color: #5b687b;
    font-size: 13px;
    line-height: 1.35;
}

.order-success-summary strong {
    display: block;
    margin: 7px 0;
    color: #17213a;
    font-size: 26px;
    line-height: 1.2;
}

.order-success-payment {
    margin-top: 22px;
    text-align: center;
}

.order-success-payment .button {
    min-height: 58px;
    border-radius: 8px;
    letter-spacing: 0;
    white-space: normal;
}

.order-success-columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    margin-top: 26px;
}

.order-success-columns-return {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.order-success-card {
    min-width: 0;
    padding: 28px;
    border: 1px solid #e3e9f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(24, 35, 61, .08);
}

.order-success-card-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e9edf3;
}

.order-success-card-head span {
    color: #2b9277;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.order-success-card-head h2 {
    margin: 0;
    color: #17213a;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

.order-success-card p {
    margin: 22px 0 10px;
    color: #17213a;
    font-size: 16px;
    line-height: 1.35;
}

.order-success-card p:first-of-type {
    margin-top: 0;
}

.order-success-card p strong {
    font-weight: 700;
}

.order-success-card .table {
    margin-bottom: 18px;
    border: 1px solid #e5eaf1;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.order-success-card .table:last-child {
    margin-bottom: 0;
}

.order-success-card .table td {
    width: 50%;
    padding: 14px 16px;
    border-color: #e5eaf1;
    color: #4f5b6f;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: top;
}

.order-success-card .table td + td {
    color: #17213a;
    font-weight: 600;
}

.order-success-card .table-striped tbody tr:nth-of-type(odd) {
    background: #f7f9fc;
}

.order-success-card .currency {
    font-size: 12px;
}

@media (max-width: 991px) {
    .order-success-hero,
    .order-success-columns-return {
        grid-template-columns: 1fr;
    }

    .order-success-icon {
        width: 56px;
        height: 56px;
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .order-success-hero,
    .order-success-card {
        padding: 22px 18px;
    }

    .order-success-copy h1 {
        font-size: 28px;
    }

    .order-success-summary strong {
        font-size: 23px;
    }

    .order-success-card-head {
        display: block;
    }

    .order-success-card-head h2 {
        margin-top: 6px;
        font-size: 24px;
    }

    .order-success-card .table,
    .order-success-card .table tbody,
    .order-success-card .table tr,
    .order-success-card .table td {
        display: block;
        width: 100%;
    }

    .order-success-card .table tr + tr {
        border-top: 1px solid #e5eaf1;
    }

    .order-success-card .table td {
        border: 0;
    }

    .order-success-card .table td:first-child {
        padding-bottom: 4px;
        color: #677286;
        font-size: 13px;
    }

    .order-success-card .table td + td {
        padding-top: 0;
    }
}

.car-offers-list {
    font-size: 18px;
    row-gap: 24px;
}

.car-offers-list, .car-offers-list > * {
    margin-left: 0;
    margin-right: 0;
}

.car-offer {
    display: grid;
    grid-template-columns: minmax(260px, 36%) minmax(280px, 1fr) minmax(210px, 240px);
    align-items: stretch;
    background: #fff;
    padding: 0;
    border: 1px solid #e5e8ef;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(26, 34, 55, .08);
    overflow: hidden;
    text-align: left;
}

.car-offer-img-block {
    display: flex;
    align-items: stretch;
    justify-content: center;
    min-height: 230px;
    padding: 0;
    background: #f3f1ed;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

.car-offer-img {
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 230px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    padding-bottom: 0;
}

.car-offer-places {
    padding: 30px 30px 28px;
}

.car-offer-places h4 {
    margin-bottom: 14px;
    color: #17213a;
}

.car-offer-places p {
    margin-bottom: 18px;
    color: #5f6878;
    font-size: 15px;
    line-height: 1.5;
}

.car-offer-kicker {
    margin-bottom: 10px;
    color: #87909f;
    font-size: 13px;
    line-height: 1.45;
}

.car-offer-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.car-offer-spec {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 8px;
    background: #f4f7fb;
    color: #2e394f;
    font-size: 14px;
    line-height: 1.2;
}

.car-offer-spec .mdi {
    color: #2b9277;
}

.car-offer-action {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #edf0f4;
    background: #fbfcfd;
}

.car-offer-commission {
    margin-top: 10px;
    color: #1d7b45;
    font-size: 15px;
}

.order-price {
    display: block;
    color: #17213a;
    font-size: 30px;
    line-height: 1.15;
}

@media (max-width: 768px) {
    .car-offer {
        grid-template-columns: 1fr;
    }

    .car-offer-img-block,
    .car-offer-img {
        min-height: 190px;
    }

    .car-offer-places {
        padding: 24px 22px 18px;
        text-align: center;
    }

    .car-offer-specs {
        justify-content: center;
    }

    .car-offer-action {
        border-left: 0;
        border-top: 1px solid #edf0f4;
        padding: 22px;
    }
}

@media (min-width: 960px) {
    .checkout-summary {
        position: sticky;
        top: 100px;
    }
}

.order-form {
    width: 100%;
    margin: 0;
    padding: 28px 24px;
    text-align: center;
}

.btn-order {
    justify-content: center;
    margin-top: 18px;
}

.btn-order .button {
    width: 100%;
    max-width: 190px;
}
